@flyos/design-system 3.12.0 → 3.13.0
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.
|
@@ -47,7 +47,7 @@ import { CdkConnectedOverlay, CdkOverlayOrigin } from '@angular/cdk/overlay';
|
|
|
47
47
|
// tools/publish-library.ps1 at bump time, and asserted by the spec beside this file.
|
|
48
48
|
// Used only for the diagnostic message; the duplicate-instance detection itself is
|
|
49
49
|
// version-agnostic, so a stale literal misnames a fork rather than hiding one.
|
|
50
|
-
const FLY_DS_VERSION = '3.
|
|
50
|
+
const FLY_DS_VERSION = '3.13.0';
|
|
51
51
|
const FLY_DS_REGISTRY_KEY = '__FLY_DS_INSTANCES__';
|
|
52
52
|
/**
|
|
53
53
|
* Records this design-system instance on the shared `scope` and returns the
|
|
@@ -5513,10 +5513,10 @@ class FlyRemoteRouterOutletComponent {
|
|
|
5513
5513
|
provide: FLY_REMOTE_OUTLET_DEPTH,
|
|
5514
5514
|
useFactory: () => (inject(FLY_REMOTE_OUTLET_DEPTH, { optional: true, skipSelf: true }) ?? -1) + 1,
|
|
5515
5515
|
},
|
|
5516
|
-
], ngImport: i0, template: `
|
|
5517
|
-
@if (rendered(); as cmp) {
|
|
5518
|
-
<ng-container *ngComponentOutlet="cmp" />
|
|
5519
|
-
}
|
|
5516
|
+
], ngImport: i0, template: `
|
|
5517
|
+
@if (rendered(); as cmp) {
|
|
5518
|
+
<ng-container *ngComponentOutlet="cmp" />
|
|
5519
|
+
}
|
|
5520
5520
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletEnvironmentInjector", "ngComponentOutletContent", "ngComponentOutletNgModule"], exportAs: ["ngComponentOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5521
5521
|
}
|
|
5522
5522
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyRemoteRouterOutletComponent, decorators: [{
|
|
@@ -5536,10 +5536,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImpo
|
|
|
5536
5536
|
useFactory: () => (inject(FLY_REMOTE_OUTLET_DEPTH, { optional: true, skipSelf: true }) ?? -1) + 1,
|
|
5537
5537
|
},
|
|
5538
5538
|
],
|
|
5539
|
-
template: `
|
|
5540
|
-
@if (rendered(); as cmp) {
|
|
5541
|
-
<ng-container *ngComponentOutlet="cmp" />
|
|
5542
|
-
}
|
|
5539
|
+
template: `
|
|
5540
|
+
@if (rendered(); as cmp) {
|
|
5541
|
+
<ng-container *ngComponentOutlet="cmp" />
|
|
5542
|
+
}
|
|
5543
5543
|
`,
|
|
5544
5544
|
}]
|
|
5545
5545
|
}], ctorParameters: () => [] });
|
|
@@ -9989,11 +9989,11 @@ class FlyBlockUiComponent {
|
|
|
9989
9989
|
return k && k.length > 0 ? k : 'common.loading';
|
|
9990
9990
|
}, ...(ngDevMode ? [{ debugName: "resolvedMessageKey" }] : /* istanbul ignore next */ []));
|
|
9991
9991
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyBlockUiComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9992
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyBlockUiComponent, isStandalone: true, selector: "fly-block-ui", inputs: { active: { classPropertyName: "active", publicName: "active", isSignal: true, isRequired: true, transformFunction: null }, messageKey: { classPropertyName: "messageKey", publicName: "messageKey", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "@if (active()) {\n <div\n class=\"fly-block-ui\"\n role=\"status\"\n aria-live=\"polite\"\n aria-busy=\"true\"\n [attr.aria-label]=\"resolvedMessageKey() | translate\">\n <div class=\"fly-block-ui__card\">\n <i class=\"pi pi-spin pi-spinner fly-block-ui__spinner\" aria-hidden=\"true\"></i>\n <span class=\"fly-block-ui__text\">{{ resolvedMessageKey() | translate }}</span>\n </div>\n </div>\n}\n", styles: [":host{display:contents}.fly-block-ui{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface-ground, #0c0c12) 58%,transparent);-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%)}.fly-block-ui__card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 36px;border-radius:12px;background:var(--glass-bg, rgba(255, 255, 255, .14));border:1px solid var(--glass-border, rgba(255, 255, 255, .22));box-shadow:0 8px 32px #0000002e}.fly-block-ui__spinner{font-size:2rem;color:var(--primary-color)}.fly-block-ui__text{font-size:.875rem;color:var(--text-color-secondary)}\n"], dependencies: [{ kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9992
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyBlockUiComponent, isStandalone: true, selector: "fly-block-ui", inputs: { active: { classPropertyName: "active", publicName: "active", isSignal: true, isRequired: true, transformFunction: null }, messageKey: { classPropertyName: "messageKey", publicName: "messageKey", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "@if (active()) {\r\n <div\r\n class=\"fly-block-ui\"\r\n role=\"status\"\r\n aria-live=\"polite\"\r\n aria-busy=\"true\"\r\n [attr.aria-label]=\"resolvedMessageKey() | translate\">\r\n <div class=\"fly-block-ui__card\">\r\n <i class=\"pi pi-spin pi-spinner fly-block-ui__spinner\" aria-hidden=\"true\"></i>\r\n <span class=\"fly-block-ui__text\">{{ resolvedMessageKey() | translate }}</span>\r\n </div>\r\n </div>\r\n}\r\n", styles: [":host{display:contents}.fly-block-ui{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface-ground, #0c0c12) 58%,transparent);-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%)}.fly-block-ui__card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 36px;border-radius:12px;background:var(--glass-bg, rgba(255, 255, 255, .14));border:1px solid var(--glass-border, rgba(255, 255, 255, .22));box-shadow:0 8px 32px #0000002e}.fly-block-ui__spinner{font-size:2rem;color:var(--primary-color)}.fly-block-ui__text{font-size:.875rem;color:var(--text-color-secondary)}\n"], dependencies: [{ kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9993
9993
|
}
|
|
9994
9994
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyBlockUiComponent, decorators: [{
|
|
9995
9995
|
type: Component,
|
|
9996
|
-
args: [{ selector: 'fly-block-ui', standalone: true, imports: [TranslatePipe], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (active()) {\n <div\n class=\"fly-block-ui\"\n role=\"status\"\n aria-live=\"polite\"\n aria-busy=\"true\"\n [attr.aria-label]=\"resolvedMessageKey() | translate\">\n <div class=\"fly-block-ui__card\">\n <i class=\"pi pi-spin pi-spinner fly-block-ui__spinner\" aria-hidden=\"true\"></i>\n <span class=\"fly-block-ui__text\">{{ resolvedMessageKey() | translate }}</span>\n </div>\n </div>\n}\n", styles: [":host{display:contents}.fly-block-ui{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface-ground, #0c0c12) 58%,transparent);-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%)}.fly-block-ui__card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 36px;border-radius:12px;background:var(--glass-bg, rgba(255, 255, 255, .14));border:1px solid var(--glass-border, rgba(255, 255, 255, .22));box-shadow:0 8px 32px #0000002e}.fly-block-ui__spinner{font-size:2rem;color:var(--primary-color)}.fly-block-ui__text{font-size:.875rem;color:var(--text-color-secondary)}\n"] }]
|
|
9996
|
+
args: [{ selector: 'fly-block-ui', standalone: true, imports: [TranslatePipe], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (active()) {\r\n <div\r\n class=\"fly-block-ui\"\r\n role=\"status\"\r\n aria-live=\"polite\"\r\n aria-busy=\"true\"\r\n [attr.aria-label]=\"resolvedMessageKey() | translate\">\r\n <div class=\"fly-block-ui__card\">\r\n <i class=\"pi pi-spin pi-spinner fly-block-ui__spinner\" aria-hidden=\"true\"></i>\r\n <span class=\"fly-block-ui__text\">{{ resolvedMessageKey() | translate }}</span>\r\n </div>\r\n </div>\r\n}\r\n", styles: [":host{display:contents}.fly-block-ui{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface-ground, #0c0c12) 58%,transparent);-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%)}.fly-block-ui__card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 36px;border-radius:12px;background:var(--glass-bg, rgba(255, 255, 255, .14));border:1px solid var(--glass-border, rgba(255, 255, 255, .22));box-shadow:0 8px 32px #0000002e}.fly-block-ui__spinner{font-size:2rem;color:var(--primary-color)}.fly-block-ui__text{font-size:.875rem;color:var(--text-color-secondary)}\n"] }]
|
|
9997
9997
|
}], propDecorators: { active: [{ type: i0.Input, args: [{ isSignal: true, alias: "active", required: true }] }], messageKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "messageKey", required: false }] }] } });
|
|
9998
9998
|
|
|
9999
9999
|
const STATE_KEY = {
|
|
@@ -20294,11 +20294,11 @@ class FlyPeoplePickerComponent {
|
|
|
20294
20294
|
this.selectionChange.emit(this._selected().map((o) => o.id));
|
|
20295
20295
|
}
|
|
20296
20296
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyPeoplePickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20297
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyPeoplePickerComponent, isStandalone: true, selector: "fly-people-picker", inputs: { searchFn: { classPropertyName: "searchFn", publicName: "searchFn", isSignal: true, isRequired: true, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: true, isRequired: false, transformFunction: null }, excludeIds: { classPropertyName: "excludeIds", publicName: "excludeIds", isSignal: true, isRequired: false, transformFunction: null }, initialSelection: { classPropertyName: "initialSelection", publicName: "initialSelection", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectionChange: "selectionChange" }, host: { classAttribute: "fly-people-picker" }, viewQueries: [{ propertyName: "typeahead", first: true, predicate: FlyTypeaheadComponent, descendants: true }], ngImport: i0, template: "@if (selected().length > 0) {\n <ul class=\"fly-people-picker__chips\" role=\"list\">\n @for (o of selected(); track o.id) {\n <li class=\"fly-people-picker__chip\" role=\"listitem\">\n <span class=\"fly-people-picker__chip-avatar\" aria-hidden=\"true\">\n @if (o.avatarUrl) {\n <img [src]=\"o.avatarUrl\" alt=\"\" />\n } @else {\n <span class=\"fly-people-picker__chip-initials\">{{ initialsFor(o.displayName) }}</span>\n }\n </span>\n <span class=\"fly-people-picker__chip-name\" [title]=\"o.email || o.displayName\">{{ o.displayName }}</span>\n <button\n type=\"button\"\n class=\"fly-people-picker__chip-remove\"\n [attr.aria-label]=\"'people_picker.remove' | translate: { name: o.displayName }\"\n (click)=\"remove(o.id)\">\n \u2715\n </button>\n </li>\n }\n </ul>\n}\n\n@if (showSearch()) {\n <fly-typeahead\n [searchFn]=\"typeaheadSearchFn\"\n [placeholder]=\"placeholder() || ('people_picker.search_placeholder' | translate)\"\n [allowFreeText]=\"false\"\n (selected)=\"onPicked($event)\" />\n} @else {\n <button type=\"button\" class=\"fly-people-picker__change-btn\" (click)=\"change()\">\n {{ 'people_picker.change' | translate }}\n </button>\n}\n", styles: [":host,:host *,:host *:before,:host *:after{box-sizing:border-box}:host{--_surface: var(--surface-card, #fff);--_surface-hover: var(--surface-hover, #f1f5f9);--_border: var(--separator, var(--surface-border, #e2e8f0));--_text: var(--label-primary, var(--text-color, #0f172a));--_text-subtle: var(--label-secondary, var(--text-color-secondary, #64748b));--_fill: var(--fill-tertiary, #f3f4f6);--_accent: var(--accent);--_danger: var(--system-red, #ef4444);--_radius: 999px;display:flex;flex-direction:column;gap:8px;inline-size:100%;color:var(--_text);font-size:13px}.fly-people-picker__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.fly-people-picker__chip{display:inline-flex;align-items:center;gap:6px;padding-block:3px;padding-inline:3px 6px;border-radius:var(--_radius);background:var(--_fill);max-inline-size:220px}.fly-people-picker__chip-avatar{inline-size:22px;block-size:22px;border-radius:50%;overflow:hidden;flex:none;background:var(--_surface);display:flex;align-items:center;justify-content:center}.fly-people-picker__chip-avatar img{inline-size:100%;block-size:100%;object-fit:cover}.fly-people-picker__chip-initials{font-size:9px;font-weight:700;color:var(--_text-subtle);text-transform:uppercase}.fly-people-picker__chip-name{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fly-people-picker__chip-remove{border:none;background:transparent;padding:2px;margin-inline-start:2px;border-radius:50%;color:var(--_text-subtle);font-size:10px;line-height:1;cursor:pointer;flex:none}.fly-people-picker__chip-remove:hover{background:color-mix(in srgb,var(--_danger) 18%,transparent);color:var(--_danger)}.fly-people-picker__change-btn{align-self:flex-start;border:1px solid var(--_border);border-radius:8px;background:var(--_surface);padding:5px 12px;color:var(--_text);font:inherit;font-weight:600;cursor:pointer}.fly-people-picker__change-btn:hover{background:var(--_surface-hover)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FlyTypeaheadComponent, selector: "fly-typeahead", inputs: ["searchFn", "debounceMs", "placeholder", "ariaLabel", "value", "allowFreeText", "openOnFocus"], outputs: ["valueChange", "selected", "cleared"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20297
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyPeoplePickerComponent, isStandalone: true, selector: "fly-people-picker", inputs: { searchFn: { classPropertyName: "searchFn", publicName: "searchFn", isSignal: true, isRequired: true, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: true, isRequired: false, transformFunction: null }, excludeIds: { classPropertyName: "excludeIds", publicName: "excludeIds", isSignal: true, isRequired: false, transformFunction: null }, initialSelection: { classPropertyName: "initialSelection", publicName: "initialSelection", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectionChange: "selectionChange" }, host: { classAttribute: "fly-people-picker" }, viewQueries: [{ propertyName: "typeahead", first: true, predicate: FlyTypeaheadComponent, descendants: true }], ngImport: i0, template: "@if (selected().length > 0) {\r\n <ul class=\"fly-people-picker__chips\" role=\"list\">\r\n @for (o of selected(); track o.id) {\r\n <li class=\"fly-people-picker__chip\" role=\"listitem\">\r\n <span class=\"fly-people-picker__chip-avatar\" aria-hidden=\"true\">\r\n @if (o.avatarUrl) {\r\n <img [src]=\"o.avatarUrl\" alt=\"\" />\r\n } @else {\r\n <span class=\"fly-people-picker__chip-initials\">{{ initialsFor(o.displayName) }}</span>\r\n }\r\n </span>\r\n <span class=\"fly-people-picker__chip-name\" [title]=\"o.email || o.displayName\">{{ o.displayName }}</span>\r\n <button\r\n type=\"button\"\r\n class=\"fly-people-picker__chip-remove\"\r\n [attr.aria-label]=\"'people_picker.remove' | translate: { name: o.displayName }\"\r\n (click)=\"remove(o.id)\">\r\n \u2715\r\n </button>\r\n </li>\r\n }\r\n </ul>\r\n}\r\n\r\n@if (showSearch()) {\r\n <fly-typeahead\r\n [searchFn]=\"typeaheadSearchFn\"\r\n [placeholder]=\"placeholder() || ('people_picker.search_placeholder' | translate)\"\r\n [allowFreeText]=\"false\"\r\n (selected)=\"onPicked($event)\" />\r\n} @else {\r\n <button type=\"button\" class=\"fly-people-picker__change-btn\" (click)=\"change()\">\r\n {{ 'people_picker.change' | translate }}\r\n </button>\r\n}\r\n", styles: [":host,:host *,:host *:before,:host *:after{box-sizing:border-box}:host{--_surface: var(--surface-card, #fff);--_surface-hover: var(--surface-hover, #f1f5f9);--_border: var(--separator, var(--surface-border, #e2e8f0));--_text: var(--label-primary, var(--text-color, #0f172a));--_text-subtle: var(--label-secondary, var(--text-color-secondary, #64748b));--_fill: var(--fill-tertiary, #f3f4f6);--_accent: var(--accent);--_danger: var(--system-red, #ef4444);--_radius: 999px;display:flex;flex-direction:column;gap:8px;inline-size:100%;color:var(--_text);font-size:13px}.fly-people-picker__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.fly-people-picker__chip{display:inline-flex;align-items:center;gap:6px;padding-block:3px;padding-inline:3px 6px;border-radius:var(--_radius);background:var(--_fill);max-inline-size:220px}.fly-people-picker__chip-avatar{inline-size:22px;block-size:22px;border-radius:50%;overflow:hidden;flex:none;background:var(--_surface);display:flex;align-items:center;justify-content:center}.fly-people-picker__chip-avatar img{inline-size:100%;block-size:100%;object-fit:cover}.fly-people-picker__chip-initials{font-size:9px;font-weight:700;color:var(--_text-subtle);text-transform:uppercase}.fly-people-picker__chip-name{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fly-people-picker__chip-remove{border:none;background:transparent;padding:2px;margin-inline-start:2px;border-radius:50%;color:var(--_text-subtle);font-size:10px;line-height:1;cursor:pointer;flex:none}.fly-people-picker__chip-remove:hover{background:color-mix(in srgb,var(--_danger) 18%,transparent);color:var(--_danger)}.fly-people-picker__change-btn{align-self:flex-start;border:1px solid var(--_border);border-radius:8px;background:var(--_surface);padding:5px 12px;color:var(--_text);font:inherit;font-weight:600;cursor:pointer}.fly-people-picker__change-btn:hover{background:var(--_surface-hover)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FlyTypeaheadComponent, selector: "fly-typeahead", inputs: ["searchFn", "debounceMs", "placeholder", "ariaLabel", "value", "allowFreeText", "openOnFocus"], outputs: ["valueChange", "selected", "cleared"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20298
20298
|
}
|
|
20299
20299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyPeoplePickerComponent, decorators: [{
|
|
20300
20300
|
type: Component,
|
|
20301
|
-
args: [{ selector: 'fly-people-picker', standalone: true, imports: [CommonModule, TranslatePipe, FlyTypeaheadComponent], changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'fly-people-picker' }, template: "@if (selected().length > 0) {\n <ul class=\"fly-people-picker__chips\" role=\"list\">\n @for (o of selected(); track o.id) {\n <li class=\"fly-people-picker__chip\" role=\"listitem\">\n <span class=\"fly-people-picker__chip-avatar\" aria-hidden=\"true\">\n @if (o.avatarUrl) {\n <img [src]=\"o.avatarUrl\" alt=\"\" />\n } @else {\n <span class=\"fly-people-picker__chip-initials\">{{ initialsFor(o.displayName) }}</span>\n }\n </span>\n <span class=\"fly-people-picker__chip-name\" [title]=\"o.email || o.displayName\">{{ o.displayName }}</span>\n <button\n type=\"button\"\n class=\"fly-people-picker__chip-remove\"\n [attr.aria-label]=\"'people_picker.remove' | translate: { name: o.displayName }\"\n (click)=\"remove(o.id)\">\n \u2715\n </button>\n </li>\n }\n </ul>\n}\n\n@if (showSearch()) {\n <fly-typeahead\n [searchFn]=\"typeaheadSearchFn\"\n [placeholder]=\"placeholder() || ('people_picker.search_placeholder' | translate)\"\n [allowFreeText]=\"false\"\n (selected)=\"onPicked($event)\" />\n} @else {\n <button type=\"button\" class=\"fly-people-picker__change-btn\" (click)=\"change()\">\n {{ 'people_picker.change' | translate }}\n </button>\n}\n", styles: [":host,:host *,:host *:before,:host *:after{box-sizing:border-box}:host{--_surface: var(--surface-card, #fff);--_surface-hover: var(--surface-hover, #f1f5f9);--_border: var(--separator, var(--surface-border, #e2e8f0));--_text: var(--label-primary, var(--text-color, #0f172a));--_text-subtle: var(--label-secondary, var(--text-color-secondary, #64748b));--_fill: var(--fill-tertiary, #f3f4f6);--_accent: var(--accent);--_danger: var(--system-red, #ef4444);--_radius: 999px;display:flex;flex-direction:column;gap:8px;inline-size:100%;color:var(--_text);font-size:13px}.fly-people-picker__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.fly-people-picker__chip{display:inline-flex;align-items:center;gap:6px;padding-block:3px;padding-inline:3px 6px;border-radius:var(--_radius);background:var(--_fill);max-inline-size:220px}.fly-people-picker__chip-avatar{inline-size:22px;block-size:22px;border-radius:50%;overflow:hidden;flex:none;background:var(--_surface);display:flex;align-items:center;justify-content:center}.fly-people-picker__chip-avatar img{inline-size:100%;block-size:100%;object-fit:cover}.fly-people-picker__chip-initials{font-size:9px;font-weight:700;color:var(--_text-subtle);text-transform:uppercase}.fly-people-picker__chip-name{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fly-people-picker__chip-remove{border:none;background:transparent;padding:2px;margin-inline-start:2px;border-radius:50%;color:var(--_text-subtle);font-size:10px;line-height:1;cursor:pointer;flex:none}.fly-people-picker__chip-remove:hover{background:color-mix(in srgb,var(--_danger) 18%,transparent);color:var(--_danger)}.fly-people-picker__change-btn{align-self:flex-start;border:1px solid var(--_border);border-radius:8px;background:var(--_surface);padding:5px 12px;color:var(--_text);font:inherit;font-weight:600;cursor:pointer}.fly-people-picker__change-btn:hover{background:var(--_surface-hover)}\n"] }]
|
|
20301
|
+
args: [{ selector: 'fly-people-picker', standalone: true, imports: [CommonModule, TranslatePipe, FlyTypeaheadComponent], changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'fly-people-picker' }, template: "@if (selected().length > 0) {\r\n <ul class=\"fly-people-picker__chips\" role=\"list\">\r\n @for (o of selected(); track o.id) {\r\n <li class=\"fly-people-picker__chip\" role=\"listitem\">\r\n <span class=\"fly-people-picker__chip-avatar\" aria-hidden=\"true\">\r\n @if (o.avatarUrl) {\r\n <img [src]=\"o.avatarUrl\" alt=\"\" />\r\n } @else {\r\n <span class=\"fly-people-picker__chip-initials\">{{ initialsFor(o.displayName) }}</span>\r\n }\r\n </span>\r\n <span class=\"fly-people-picker__chip-name\" [title]=\"o.email || o.displayName\">{{ o.displayName }}</span>\r\n <button\r\n type=\"button\"\r\n class=\"fly-people-picker__chip-remove\"\r\n [attr.aria-label]=\"'people_picker.remove' | translate: { name: o.displayName }\"\r\n (click)=\"remove(o.id)\">\r\n \u2715\r\n </button>\r\n </li>\r\n }\r\n </ul>\r\n}\r\n\r\n@if (showSearch()) {\r\n <fly-typeahead\r\n [searchFn]=\"typeaheadSearchFn\"\r\n [placeholder]=\"placeholder() || ('people_picker.search_placeholder' | translate)\"\r\n [allowFreeText]=\"false\"\r\n (selected)=\"onPicked($event)\" />\r\n} @else {\r\n <button type=\"button\" class=\"fly-people-picker__change-btn\" (click)=\"change()\">\r\n {{ 'people_picker.change' | translate }}\r\n </button>\r\n}\r\n", styles: [":host,:host *,:host *:before,:host *:after{box-sizing:border-box}:host{--_surface: var(--surface-card, #fff);--_surface-hover: var(--surface-hover, #f1f5f9);--_border: var(--separator, var(--surface-border, #e2e8f0));--_text: var(--label-primary, var(--text-color, #0f172a));--_text-subtle: var(--label-secondary, var(--text-color-secondary, #64748b));--_fill: var(--fill-tertiary, #f3f4f6);--_accent: var(--accent);--_danger: var(--system-red, #ef4444);--_radius: 999px;display:flex;flex-direction:column;gap:8px;inline-size:100%;color:var(--_text);font-size:13px}.fly-people-picker__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.fly-people-picker__chip{display:inline-flex;align-items:center;gap:6px;padding-block:3px;padding-inline:3px 6px;border-radius:var(--_radius);background:var(--_fill);max-inline-size:220px}.fly-people-picker__chip-avatar{inline-size:22px;block-size:22px;border-radius:50%;overflow:hidden;flex:none;background:var(--_surface);display:flex;align-items:center;justify-content:center}.fly-people-picker__chip-avatar img{inline-size:100%;block-size:100%;object-fit:cover}.fly-people-picker__chip-initials{font-size:9px;font-weight:700;color:var(--_text-subtle);text-transform:uppercase}.fly-people-picker__chip-name{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fly-people-picker__chip-remove{border:none;background:transparent;padding:2px;margin-inline-start:2px;border-radius:50%;color:var(--_text-subtle);font-size:10px;line-height:1;cursor:pointer;flex:none}.fly-people-picker__chip-remove:hover{background:color-mix(in srgb,var(--_danger) 18%,transparent);color:var(--_danger)}.fly-people-picker__change-btn{align-self:flex-start;border:1px solid var(--_border);border-radius:8px;background:var(--_surface);padding:5px 12px;color:var(--_text);font:inherit;font-weight:600;cursor:pointer}.fly-people-picker__change-btn:hover{background:var(--_surface-hover)}\n"] }]
|
|
20302
20302
|
}], ctorParameters: () => [], propDecorators: { searchFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "searchFn", required: true }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], excludeIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "excludeIds", required: false }] }], initialSelection: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialSelection", required: false }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], selectionChange: [{ type: i0.Output, args: ["selectionChange"] }], typeahead: [{
|
|
20303
20303
|
type: ViewChild,
|
|
20304
20304
|
args: [FlyTypeaheadComponent]
|
|
@@ -23448,111 +23448,11 @@ class FlyLifecyclePipelineComponent {
|
|
|
23448
23448
|
/** i18n key for the `role="list"` accessible name. */
|
|
23449
23449
|
ariaLabelKey = input.required(...(ngDevMode ? [{ debugName: "ariaLabelKey" }] : /* istanbul ignore next */ []));
|
|
23450
23450
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyLifecyclePipelineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
23451
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyLifecyclePipelineComponent, isStandalone: true, selector: "fly-lifecycle-pipeline", inputs: { steps: { classPropertyName: "steps", publicName: "steps", isSignal: true, isRequired: true, transformFunction: null }, rollup: { classPropertyName: "rollup", publicName: "rollup", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelKey: { classPropertyName: "ariaLabelKey", publicName: "ariaLabelKey", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template:
|
|
23452
|
-
<div class="lp">
|
|
23453
|
-
<div class="lp__row" role="list" [attr.aria-label]="ariaLabelKey() | translate">
|
|
23454
|
-
@for (
|
|
23455
|
-
step of steps();
|
|
23456
|
-
track step.label ?? step.labelKey;
|
|
23457
|
-
let i = $index;
|
|
23458
|
-
let last = $last
|
|
23459
|
-
) {
|
|
23460
|
-
<div
|
|
23461
|
-
class="lp__step"
|
|
23462
|
-
[class.lp__step--current]="step.current"
|
|
23463
|
-
role="listitem"
|
|
23464
|
-
[attr.aria-current]="step.current ? 'step' : null"
|
|
23465
|
-
>
|
|
23466
|
-
<span class="lp__index" [attr.data-tone]="step.tone">
|
|
23467
|
-
@if (step.tone === 'success') {
|
|
23468
|
-
<i class="pi pi-check" aria-hidden="true"></i>
|
|
23469
|
-
} @else {
|
|
23470
|
-
{{ i + 1 }}
|
|
23471
|
-
}
|
|
23472
|
-
</span>
|
|
23473
|
-
<span class="lp__name">
|
|
23474
|
-
@if (step.label) {
|
|
23475
|
-
{{ step.label }}
|
|
23476
|
-
} @else if (step.labelKey) {
|
|
23477
|
-
{{ step.labelKey | translate }}
|
|
23478
|
-
}
|
|
23479
|
-
</span>
|
|
23480
|
-
<fly-chip [tone]="step.tone">{{ step.statusLabelKey | translate }}</fly-chip>
|
|
23481
|
-
@if (step.progress) {
|
|
23482
|
-
<span class="lp__progress">{{ step.progress }}</span>
|
|
23483
|
-
}
|
|
23484
|
-
</div>
|
|
23485
|
-
@if (!last) {
|
|
23486
|
-
<span class="lp__connector" aria-hidden="true"></span>
|
|
23487
|
-
}
|
|
23488
|
-
}
|
|
23489
|
-
</div>
|
|
23490
|
-
@if (rollup().length) {
|
|
23491
|
-
<div class="lp__rollup">
|
|
23492
|
-
@for (item of rollup(); track item.labelKey) {
|
|
23493
|
-
<span class="lp__rollup-item">
|
|
23494
|
-
<span class="lp__rollup-label">{{ item.labelKey | translate }}</span>
|
|
23495
|
-
<span class="lp__rollup-value">{{ item.value }}</span>
|
|
23496
|
-
</span>
|
|
23497
|
-
}
|
|
23498
|
-
</div>
|
|
23499
|
-
}
|
|
23500
|
-
</div>
|
|
23501
|
-
`, isInline: true, styles: [":host{display:block}.lp{display:flex;flex-direction:column;gap:var(--sp-3)}.lp__row{display:flex;align-items:center;flex-wrap:wrap;row-gap:var(--sp-3)}.lp__step{display:flex;align-items:center;gap:var(--sp-2);padding:6px 10px;border-radius:var(--r-lg);border:1px solid transparent}.lp__step--current{border-color:var(--accent-fill);background:var(--tint-sel)}.lp__index{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:999px;font-family:var(--font-family);font-size:11px;font-weight:var(--fw-bold);line-height:1}.lp__index .pi{font-size:10px}.lp__index[data-tone=neutral]{background:var(--w06);color:var(--w85)}.lp__index[data-tone=accent]{background:var(--accent-fill);color:var(--on-accent-fill)}.lp__index[data-tone=success]{background:var(--success-bg);color:var(--success)}.lp__index[data-tone=warning]{background:var(--warning-bg);color:var(--warning-fg)}.lp__index[data-tone=danger]{background:var(--danger-bg);color:var(--danger)}.lp__name{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);color:var(--ink);white-space:nowrap}.lp__step--current .lp__name{font-weight:var(--fw-bold)}.lp__progress{font-family:var(--font-family);font-size:var(--text-xs);color:var(--w45);font-variant-numeric:tabular-nums}.lp__connector{flex:1 1 32px;min-width:20px;height:1px;background:var(--w16);margin-inline:2px}.lp__rollup{display:flex;flex-wrap:wrap;gap:var(--sp-1) var(--sp-4);padding-block-start:var(--sp-2);border-block-start:1px solid var(--w06)}.lp__rollup-item{display:inline-flex;align-items:baseline;gap:5px;font-family:var(--font-family);font-size:var(--text-xs)}.lp__rollup-label{color:var(--w45)}.lp__rollup-value{color:var(--w85);font-weight:var(--fw-bold);font-variant-numeric:tabular-nums}\n"], dependencies: [{ kind: "component", type: FlyChipComponent, selector: "fly-chip", inputs: ["tone"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
23451
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyLifecyclePipelineComponent, isStandalone: true, selector: "fly-lifecycle-pipeline", inputs: { steps: { classPropertyName: "steps", publicName: "steps", isSignal: true, isRequired: true, transformFunction: null }, rollup: { classPropertyName: "rollup", publicName: "rollup", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelKey: { classPropertyName: "ariaLabelKey", publicName: "ariaLabelKey", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"lp\">\n <div class=\"lp__row\" role=\"list\" [attr.aria-label]=\"ariaLabelKey() | translate\">\n @for (\n step of steps();\n track step.label ?? step.labelKey;\n let i = $index;\n let last = $last\n ) {\n <div\n class=\"lp__step\"\n [class.lp__step--current]=\"step.current\"\n role=\"listitem\"\n [attr.aria-current]=\"step.current ? 'step' : null\"\n >\n <span class=\"lp__index\" [attr.data-tone]=\"step.tone\">\n @if (step.tone === 'success') {\n <i class=\"pi pi-check\" aria-hidden=\"true\"></i>\n } @else {\n {{ i + 1 }}\n }\n </span>\n <span class=\"lp__name\">\n @if (step.label) {\n {{ step.label }}\n } @else if (step.labelKey) {\n {{ step.labelKey | translate }}\n }\n </span>\n <fly-chip [tone]=\"step.tone\">{{ step.statusLabelKey | translate }}</fly-chip>\n @if (step.progress) {\n <span class=\"lp__progress\">{{ step.progress }}</span>\n }\n </div>\n @if (!last) {\n <span class=\"lp__connector\" aria-hidden=\"true\"></span>\n }\n }\n </div>\n @if (rollup().length) {\n <div class=\"lp__rollup\">\n @for (item of rollup(); track item.labelKey) {\n <span class=\"lp__rollup-item\">\n <span class=\"lp__rollup-label\">{{ item.labelKey | translate }}</span>\n <span class=\"lp__rollup-value\">{{ item.value }}</span>\n </span>\n }\n </div>\n }\n</div>\n", styles: [":host{display:block}.lp{display:flex;flex-direction:column;gap:var(--sp-3)}.lp__row{display:flex;align-items:center;flex-wrap:wrap;row-gap:var(--sp-3)}.lp__step{display:flex;align-items:center;gap:var(--sp-2);padding:6px 10px;border-radius:var(--r-lg);border:1px solid transparent}.lp__step--current{border-color:var(--accent-fill);background:var(--tint-sel)}.lp__index{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:999px;font-family:var(--font-family);font-size:11px;font-weight:var(--fw-bold);line-height:1}.lp__index .pi{font-size:10px}.lp__index[data-tone=neutral]{background:var(--w06);color:var(--w85)}.lp__index[data-tone=accent]{background:var(--accent-fill);color:var(--on-accent-fill)}.lp__index[data-tone=success]{background:var(--success-bg);color:var(--success)}.lp__index[data-tone=warning]{background:var(--warning-bg);color:var(--warning-fg)}.lp__index[data-tone=danger]{background:var(--danger-bg);color:var(--danger)}.lp__name{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);color:var(--ink);white-space:nowrap}.lp__step--current .lp__name{font-weight:var(--fw-bold)}.lp__progress{font-family:var(--font-family);font-size:var(--text-xs);color:var(--w45);font-variant-numeric:tabular-nums}.lp__connector{flex:1 1 32px;min-width:20px;height:1px;background:var(--w16);margin-inline:2px}.lp__rollup{display:flex;flex-wrap:wrap;gap:var(--sp-1) var(--sp-4);padding-block-start:var(--sp-2);border-block-start:1px solid var(--w06)}.lp__rollup-item{display:inline-flex;align-items:baseline;gap:5px;font-family:var(--font-family);font-size:var(--text-xs)}.lp__rollup-label{color:var(--w45)}.lp__rollup-value{color:var(--w85);font-weight:var(--fw-bold);font-variant-numeric:tabular-nums}\n"], dependencies: [{ kind: "component", type: FlyChipComponent, selector: "fly-chip", inputs: ["tone"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
23502
23452
|
}
|
|
23503
23453
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyLifecyclePipelineComponent, decorators: [{
|
|
23504
23454
|
type: Component,
|
|
23505
|
-
args: [{ selector: 'fly-lifecycle-pipeline', standalone: true, imports: [TranslatePipe, FlyChipComponent], changeDetection: ChangeDetectionStrategy.OnPush, template:
|
|
23506
|
-
<div class="lp">
|
|
23507
|
-
<div class="lp__row" role="list" [attr.aria-label]="ariaLabelKey() | translate">
|
|
23508
|
-
@for (
|
|
23509
|
-
step of steps();
|
|
23510
|
-
track step.label ?? step.labelKey;
|
|
23511
|
-
let i = $index;
|
|
23512
|
-
let last = $last
|
|
23513
|
-
) {
|
|
23514
|
-
<div
|
|
23515
|
-
class="lp__step"
|
|
23516
|
-
[class.lp__step--current]="step.current"
|
|
23517
|
-
role="listitem"
|
|
23518
|
-
[attr.aria-current]="step.current ? 'step' : null"
|
|
23519
|
-
>
|
|
23520
|
-
<span class="lp__index" [attr.data-tone]="step.tone">
|
|
23521
|
-
@if (step.tone === 'success') {
|
|
23522
|
-
<i class="pi pi-check" aria-hidden="true"></i>
|
|
23523
|
-
} @else {
|
|
23524
|
-
{{ i + 1 }}
|
|
23525
|
-
}
|
|
23526
|
-
</span>
|
|
23527
|
-
<span class="lp__name">
|
|
23528
|
-
@if (step.label) {
|
|
23529
|
-
{{ step.label }}
|
|
23530
|
-
} @else if (step.labelKey) {
|
|
23531
|
-
{{ step.labelKey | translate }}
|
|
23532
|
-
}
|
|
23533
|
-
</span>
|
|
23534
|
-
<fly-chip [tone]="step.tone">{{ step.statusLabelKey | translate }}</fly-chip>
|
|
23535
|
-
@if (step.progress) {
|
|
23536
|
-
<span class="lp__progress">{{ step.progress }}</span>
|
|
23537
|
-
}
|
|
23538
|
-
</div>
|
|
23539
|
-
@if (!last) {
|
|
23540
|
-
<span class="lp__connector" aria-hidden="true"></span>
|
|
23541
|
-
}
|
|
23542
|
-
}
|
|
23543
|
-
</div>
|
|
23544
|
-
@if (rollup().length) {
|
|
23545
|
-
<div class="lp__rollup">
|
|
23546
|
-
@for (item of rollup(); track item.labelKey) {
|
|
23547
|
-
<span class="lp__rollup-item">
|
|
23548
|
-
<span class="lp__rollup-label">{{ item.labelKey | translate }}</span>
|
|
23549
|
-
<span class="lp__rollup-value">{{ item.value }}</span>
|
|
23550
|
-
</span>
|
|
23551
|
-
}
|
|
23552
|
-
</div>
|
|
23553
|
-
}
|
|
23554
|
-
</div>
|
|
23555
|
-
`, styles: [":host{display:block}.lp{display:flex;flex-direction:column;gap:var(--sp-3)}.lp__row{display:flex;align-items:center;flex-wrap:wrap;row-gap:var(--sp-3)}.lp__step{display:flex;align-items:center;gap:var(--sp-2);padding:6px 10px;border-radius:var(--r-lg);border:1px solid transparent}.lp__step--current{border-color:var(--accent-fill);background:var(--tint-sel)}.lp__index{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:999px;font-family:var(--font-family);font-size:11px;font-weight:var(--fw-bold);line-height:1}.lp__index .pi{font-size:10px}.lp__index[data-tone=neutral]{background:var(--w06);color:var(--w85)}.lp__index[data-tone=accent]{background:var(--accent-fill);color:var(--on-accent-fill)}.lp__index[data-tone=success]{background:var(--success-bg);color:var(--success)}.lp__index[data-tone=warning]{background:var(--warning-bg);color:var(--warning-fg)}.lp__index[data-tone=danger]{background:var(--danger-bg);color:var(--danger)}.lp__name{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);color:var(--ink);white-space:nowrap}.lp__step--current .lp__name{font-weight:var(--fw-bold)}.lp__progress{font-family:var(--font-family);font-size:var(--text-xs);color:var(--w45);font-variant-numeric:tabular-nums}.lp__connector{flex:1 1 32px;min-width:20px;height:1px;background:var(--w16);margin-inline:2px}.lp__rollup{display:flex;flex-wrap:wrap;gap:var(--sp-1) var(--sp-4);padding-block-start:var(--sp-2);border-block-start:1px solid var(--w06)}.lp__rollup-item{display:inline-flex;align-items:baseline;gap:5px;font-family:var(--font-family);font-size:var(--text-xs)}.lp__rollup-label{color:var(--w45)}.lp__rollup-value{color:var(--w85);font-weight:var(--fw-bold);font-variant-numeric:tabular-nums}\n"] }]
|
|
23455
|
+
args: [{ selector: 'fly-lifecycle-pipeline', standalone: true, imports: [TranslatePipe, FlyChipComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"lp\">\n <div class=\"lp__row\" role=\"list\" [attr.aria-label]=\"ariaLabelKey() | translate\">\n @for (\n step of steps();\n track step.label ?? step.labelKey;\n let i = $index;\n let last = $last\n ) {\n <div\n class=\"lp__step\"\n [class.lp__step--current]=\"step.current\"\n role=\"listitem\"\n [attr.aria-current]=\"step.current ? 'step' : null\"\n >\n <span class=\"lp__index\" [attr.data-tone]=\"step.tone\">\n @if (step.tone === 'success') {\n <i class=\"pi pi-check\" aria-hidden=\"true\"></i>\n } @else {\n {{ i + 1 }}\n }\n </span>\n <span class=\"lp__name\">\n @if (step.label) {\n {{ step.label }}\n } @else if (step.labelKey) {\n {{ step.labelKey | translate }}\n }\n </span>\n <fly-chip [tone]=\"step.tone\">{{ step.statusLabelKey | translate }}</fly-chip>\n @if (step.progress) {\n <span class=\"lp__progress\">{{ step.progress }}</span>\n }\n </div>\n @if (!last) {\n <span class=\"lp__connector\" aria-hidden=\"true\"></span>\n }\n }\n </div>\n @if (rollup().length) {\n <div class=\"lp__rollup\">\n @for (item of rollup(); track item.labelKey) {\n <span class=\"lp__rollup-item\">\n <span class=\"lp__rollup-label\">{{ item.labelKey | translate }}</span>\n <span class=\"lp__rollup-value\">{{ item.value }}</span>\n </span>\n }\n </div>\n }\n</div>\n", styles: [":host{display:block}.lp{display:flex;flex-direction:column;gap:var(--sp-3)}.lp__row{display:flex;align-items:center;flex-wrap:wrap;row-gap:var(--sp-3)}.lp__step{display:flex;align-items:center;gap:var(--sp-2);padding:6px 10px;border-radius:var(--r-lg);border:1px solid transparent}.lp__step--current{border-color:var(--accent-fill);background:var(--tint-sel)}.lp__index{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:999px;font-family:var(--font-family);font-size:11px;font-weight:var(--fw-bold);line-height:1}.lp__index .pi{font-size:10px}.lp__index[data-tone=neutral]{background:var(--w06);color:var(--w85)}.lp__index[data-tone=accent]{background:var(--accent-fill);color:var(--on-accent-fill)}.lp__index[data-tone=success]{background:var(--success-bg);color:var(--success)}.lp__index[data-tone=warning]{background:var(--warning-bg);color:var(--warning-fg)}.lp__index[data-tone=danger]{background:var(--danger-bg);color:var(--danger)}.lp__name{font-family:var(--font-family);font-weight:var(--fw-medium);font-size:var(--text-sm);color:var(--ink);white-space:nowrap}.lp__step--current .lp__name{font-weight:var(--fw-bold)}.lp__progress{font-family:var(--font-family);font-size:var(--text-xs);color:var(--w45);font-variant-numeric:tabular-nums}.lp__connector{flex:1 1 32px;min-width:20px;height:1px;background:var(--w16);margin-inline:2px}.lp__rollup{display:flex;flex-wrap:wrap;gap:var(--sp-1) var(--sp-4);padding-block-start:var(--sp-2);border-block-start:1px solid var(--w06)}.lp__rollup-item{display:inline-flex;align-items:baseline;gap:5px;font-family:var(--font-family);font-size:var(--text-xs)}.lp__rollup-label{color:var(--w45)}.lp__rollup-value{color:var(--w85);font-weight:var(--fw-bold);font-variant-numeric:tabular-nums}\n"] }]
|
|
23556
23456
|
}], propDecorators: { steps: [{ type: i0.Input, args: [{ isSignal: true, alias: "steps", required: true }] }], rollup: [{ type: i0.Input, args: [{ isSignal: true, alias: "rollup", required: false }] }], ariaLabelKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabelKey", required: true }] }] } });
|
|
23557
23457
|
|
|
23558
23458
|
function canGoPrev$1(page) {
|
|
@@ -24802,30 +24702,30 @@ class FlyDetailCardComponent {
|
|
|
24802
24702
|
/** Drop the body padding — for a child that brings its own list/table chrome. */
|
|
24803
24703
|
flush = input(false, ...(ngDevMode ? [{ debugName: "flush" }] : /* istanbul ignore next */ []));
|
|
24804
24704
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyDetailCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
24805
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyDetailCardComponent, isStandalone: true, selector: "fly-detail-card", inputs: { titleKey: { classPropertyName: "titleKey", publicName: "titleKey", isSignal: true, isRequired: false, transformFunction: null }, hasProjectedTitle: { classPropertyName: "hasProjectedTitle", publicName: "hasProjectedTitle", isSignal: true, isRequired: false, transformFunction: null }, flush: { classPropertyName: "flush", publicName: "flush", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
24806
|
-
@if (titleKey() || hasProjectedTitle()) {
|
|
24807
|
-
<fly-section-header [titleKey]="titleKey()">
|
|
24808
|
-
<ng-content select="[card-title]" ngProjectAs="[section-title]" />
|
|
24809
|
-
<ng-content select="[card-actions]" ngProjectAs="[section-actions]" />
|
|
24810
|
-
</fly-section-header>
|
|
24811
|
-
}
|
|
24812
|
-
<div class="dc__body" [class.dc__body--flush]="flush()">
|
|
24813
|
-
<ng-content />
|
|
24814
|
-
</div>
|
|
24705
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyDetailCardComponent, isStandalone: true, selector: "fly-detail-card", inputs: { titleKey: { classPropertyName: "titleKey", publicName: "titleKey", isSignal: true, isRequired: false, transformFunction: null }, hasProjectedTitle: { classPropertyName: "hasProjectedTitle", publicName: "hasProjectedTitle", isSignal: true, isRequired: false, transformFunction: null }, flush: { classPropertyName: "flush", publicName: "flush", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
24706
|
+
@if (titleKey() || hasProjectedTitle()) {
|
|
24707
|
+
<fly-section-header [titleKey]="titleKey()">
|
|
24708
|
+
<ng-content select="[card-title]" ngProjectAs="[section-title]" />
|
|
24709
|
+
<ng-content select="[card-actions]" ngProjectAs="[section-actions]" />
|
|
24710
|
+
</fly-section-header>
|
|
24711
|
+
}
|
|
24712
|
+
<div class="dc__body" [class.dc__body--flush]="flush()">
|
|
24713
|
+
<ng-content />
|
|
24714
|
+
</div>
|
|
24815
24715
|
`, isInline: true, styles: [":host{display:block;background:var(--bg-2);border:1px solid var(--w08);border-radius:var(--r-lg);box-shadow:var(--shadow-card);overflow:hidden;animation:itemIn .3s var(--nova-ease-micro) both}.dc__body{padding:var(--sp-3) var(--sp-4) var(--sp-4)}.dc__body--flush{padding:0}\n"], dependencies: [{ kind: "component", type: FlySectionHeaderComponent, selector: "fly-section-header", inputs: ["titleKey"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
24816
24716
|
}
|
|
24817
24717
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyDetailCardComponent, decorators: [{
|
|
24818
24718
|
type: Component,
|
|
24819
|
-
args: [{ selector: 'fly-detail-card', standalone: true, imports: [FlySectionHeaderComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
24820
|
-
@if (titleKey() || hasProjectedTitle()) {
|
|
24821
|
-
<fly-section-header [titleKey]="titleKey()">
|
|
24822
|
-
<ng-content select="[card-title]" ngProjectAs="[section-title]" />
|
|
24823
|
-
<ng-content select="[card-actions]" ngProjectAs="[section-actions]" />
|
|
24824
|
-
</fly-section-header>
|
|
24825
|
-
}
|
|
24826
|
-
<div class="dc__body" [class.dc__body--flush]="flush()">
|
|
24827
|
-
<ng-content />
|
|
24828
|
-
</div>
|
|
24719
|
+
args: [{ selector: 'fly-detail-card', standalone: true, imports: [FlySectionHeaderComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
24720
|
+
@if (titleKey() || hasProjectedTitle()) {
|
|
24721
|
+
<fly-section-header [titleKey]="titleKey()">
|
|
24722
|
+
<ng-content select="[card-title]" ngProjectAs="[section-title]" />
|
|
24723
|
+
<ng-content select="[card-actions]" ngProjectAs="[section-actions]" />
|
|
24724
|
+
</fly-section-header>
|
|
24725
|
+
}
|
|
24726
|
+
<div class="dc__body" [class.dc__body--flush]="flush()">
|
|
24727
|
+
<ng-content />
|
|
24728
|
+
</div>
|
|
24829
24729
|
`, styles: [":host{display:block;background:var(--bg-2);border:1px solid var(--w08);border-radius:var(--r-lg);box-shadow:var(--shadow-card);overflow:hidden;animation:itemIn .3s var(--nova-ease-micro) both}.dc__body{padding:var(--sp-3) var(--sp-4) var(--sp-4)}.dc__body--flush{padding:0}\n"] }]
|
|
24830
24730
|
}], propDecorators: { titleKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "titleKey", required: false }] }], hasProjectedTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasProjectedTitle", required: false }] }], flush: [{ type: i0.Input, args: [{ isSignal: true, alias: "flush", required: false }] }] } });
|
|
24831
24731
|
|
|
@@ -24953,108 +24853,108 @@ class FlyDetailShellComponent {
|
|
|
24953
24853
|
buttons?.[next]?.focus();
|
|
24954
24854
|
}
|
|
24955
24855
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyDetailShellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
24956
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyDetailShellComponent, isStandalone: true, selector: "fly-detail-shell", inputs: { sections: { classPropertyName: "sections", publicName: "sections", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, sectionsLabelKey: { classPropertyName: "sectionsLabelKey", publicName: "sectionsLabelKey", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selected: "selectedChange" }, viewQueries: [{ propertyName: "rail", first: true, predicate: ["rail"], descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
24957
|
-
<div class="ds__layout">
|
|
24958
|
-
<aside class="ds__aside">
|
|
24959
|
-
<div class="ds__pinned">
|
|
24960
|
-
<ng-content select="[detail-aside]" />
|
|
24961
|
-
</div>
|
|
24962
|
-
|
|
24963
|
-
@if (sections().length > 0) {
|
|
24964
|
-
<div
|
|
24965
|
-
#rail
|
|
24966
|
-
class="ds__rail"
|
|
24967
|
-
role="tablist"
|
|
24968
|
-
tabindex="-1"
|
|
24969
|
-
[attr.aria-orientation]="'vertical'"
|
|
24970
|
-
[attr.aria-label]="sectionsLabelKey() | translate"
|
|
24971
|
-
(keydown)="onKey($event)"
|
|
24972
|
-
>
|
|
24973
|
-
@for (s of sections(); track s.id) {
|
|
24974
|
-
<button
|
|
24975
|
-
type="button"
|
|
24976
|
-
class="ds__tab"
|
|
24977
|
-
role="tab"
|
|
24978
|
-
[id]="tabId(s.id)"
|
|
24979
|
-
[class.ds__tab--active]="activeId() === s.id"
|
|
24980
|
-
[attr.aria-selected]="activeId() === s.id"
|
|
24981
|
-
[attr.aria-controls]="panelId()"
|
|
24982
|
-
[attr.tabindex]="activeId() === s.id ? 0 : -1"
|
|
24983
|
-
[attr.title]="s.labelKey | translate"
|
|
24984
|
-
(click)="select(s.id)"
|
|
24985
|
-
>
|
|
24986
|
-
@if (s.icon) {
|
|
24987
|
-
<span class="pi {{ s.icon }} ds__tab-ico" aria-hidden="true"></span>
|
|
24988
|
-
}
|
|
24989
|
-
<span class="ds__tab-label">{{ s.labelKey | translate }}</span>
|
|
24990
|
-
</button>
|
|
24991
|
-
}
|
|
24992
|
-
</div>
|
|
24993
|
-
}
|
|
24994
|
-
</aside>
|
|
24995
|
-
|
|
24996
|
-
<div
|
|
24997
|
-
class="ds__panel"
|
|
24998
|
-
[id]="panelId()"
|
|
24999
|
-
[attr.role]="sections().length ? 'tabpanel' : null"
|
|
25000
|
-
[attr.aria-labelledby]="activeId() ? tabId(activeId()!) : null"
|
|
25001
|
-
>
|
|
25002
|
-
<ng-content />
|
|
25003
|
-
</div>
|
|
25004
|
-
</div>
|
|
24856
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.19", type: FlyDetailShellComponent, isStandalone: true, selector: "fly-detail-shell", inputs: { sections: { classPropertyName: "sections", publicName: "sections", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, sectionsLabelKey: { classPropertyName: "sectionsLabelKey", publicName: "sectionsLabelKey", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selected: "selectedChange" }, viewQueries: [{ propertyName: "rail", first: true, predicate: ["rail"], descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
24857
|
+
<div class="ds__layout">
|
|
24858
|
+
<aside class="ds__aside">
|
|
24859
|
+
<div class="ds__pinned">
|
|
24860
|
+
<ng-content select="[detail-aside]" />
|
|
24861
|
+
</div>
|
|
24862
|
+
|
|
24863
|
+
@if (sections().length > 0) {
|
|
24864
|
+
<div
|
|
24865
|
+
#rail
|
|
24866
|
+
class="ds__rail"
|
|
24867
|
+
role="tablist"
|
|
24868
|
+
tabindex="-1"
|
|
24869
|
+
[attr.aria-orientation]="'vertical'"
|
|
24870
|
+
[attr.aria-label]="sectionsLabelKey() | translate"
|
|
24871
|
+
(keydown)="onKey($event)"
|
|
24872
|
+
>
|
|
24873
|
+
@for (s of sections(); track s.id) {
|
|
24874
|
+
<button
|
|
24875
|
+
type="button"
|
|
24876
|
+
class="ds__tab"
|
|
24877
|
+
role="tab"
|
|
24878
|
+
[id]="tabId(s.id)"
|
|
24879
|
+
[class.ds__tab--active]="activeId() === s.id"
|
|
24880
|
+
[attr.aria-selected]="activeId() === s.id"
|
|
24881
|
+
[attr.aria-controls]="panelId()"
|
|
24882
|
+
[attr.tabindex]="activeId() === s.id ? 0 : -1"
|
|
24883
|
+
[attr.title]="s.labelKey | translate"
|
|
24884
|
+
(click)="select(s.id)"
|
|
24885
|
+
>
|
|
24886
|
+
@if (s.icon) {
|
|
24887
|
+
<span class="pi {{ s.icon }} ds__tab-ico" aria-hidden="true"></span>
|
|
24888
|
+
}
|
|
24889
|
+
<span class="ds__tab-label">{{ s.labelKey | translate }}</span>
|
|
24890
|
+
</button>
|
|
24891
|
+
}
|
|
24892
|
+
</div>
|
|
24893
|
+
}
|
|
24894
|
+
</aside>
|
|
24895
|
+
|
|
24896
|
+
<div
|
|
24897
|
+
class="ds__panel"
|
|
24898
|
+
[id]="panelId()"
|
|
24899
|
+
[attr.role]="sections().length ? 'tabpanel' : null"
|
|
24900
|
+
[attr.aria-labelledby]="activeId() ? tabId(activeId()!) : null"
|
|
24901
|
+
>
|
|
24902
|
+
<ng-content />
|
|
24903
|
+
</div>
|
|
24904
|
+
</div>
|
|
25005
24905
|
`, isInline: true, styles: [":host{display:block;container-type:inline-size}.ds__layout{display:grid;grid-template-columns:var(--fly-detail-aside, 300px) minmax(0,1fr);gap:var(--sp-4);align-items:start}.ds__aside{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0}.ds__aside .ds__rail{order:-1}.ds__pinned{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0}.ds__panel{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0;align-self:stretch}.ds__panel>:only-child{flex:1}.ds__rail{display:flex;flex-direction:column;gap:var(--sp-1);padding:var(--sp-2);background:var(--bg-2);border:1px solid var(--w08);border-radius:var(--r-lg);box-shadow:var(--shadow-card)}.ds__tab{display:flex;align-items:center;gap:var(--sp-3);width:100%;padding:var(--sp-2);border:0;background:transparent;border-radius:var(--r-md);color:var(--ink-2);cursor:pointer;font-family:inherit;font-size:var(--text-sm);text-align:start;white-space:nowrap;overflow:hidden;transition:background var(--t-state),color var(--t-state)}.ds__tab:hover{background:var(--w06);color:var(--ink)}.ds__tab:focus-visible{outline:2px solid;outline-color:var(--focus-ring);outline-offset:2px}.ds__tab--active{background:var(--accent-fill);color:var(--on-accent-fill);font-weight:var(--fw-semibold)}.ds__tab-ico{font-size:var(--text-md);flex-shrink:0;width:20px;text-align:center}.ds__tab-label{min-width:0;overflow:hidden;text-overflow:ellipsis}@container (width <= 980px){.ds__layout{grid-template-columns:minmax(0,1fr)}.ds__rail{flex-flow:row wrap}.ds__tab{width:auto}}@media(width<=980px){.ds__layout{grid-template-columns:minmax(0,1fr)}.ds__rail{flex-flow:row wrap}.ds__tab{width:auto}}\n"], dependencies: [{ kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
25006
24906
|
}
|
|
25007
24907
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: FlyDetailShellComponent, decorators: [{
|
|
25008
24908
|
type: Component,
|
|
25009
|
-
args: [{ selector: 'fly-detail-shell', standalone: true, imports: [TranslatePipe], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
25010
|
-
<div class="ds__layout">
|
|
25011
|
-
<aside class="ds__aside">
|
|
25012
|
-
<div class="ds__pinned">
|
|
25013
|
-
<ng-content select="[detail-aside]" />
|
|
25014
|
-
</div>
|
|
25015
|
-
|
|
25016
|
-
@if (sections().length > 0) {
|
|
25017
|
-
<div
|
|
25018
|
-
#rail
|
|
25019
|
-
class="ds__rail"
|
|
25020
|
-
role="tablist"
|
|
25021
|
-
tabindex="-1"
|
|
25022
|
-
[attr.aria-orientation]="'vertical'"
|
|
25023
|
-
[attr.aria-label]="sectionsLabelKey() | translate"
|
|
25024
|
-
(keydown)="onKey($event)"
|
|
25025
|
-
>
|
|
25026
|
-
@for (s of sections(); track s.id) {
|
|
25027
|
-
<button
|
|
25028
|
-
type="button"
|
|
25029
|
-
class="ds__tab"
|
|
25030
|
-
role="tab"
|
|
25031
|
-
[id]="tabId(s.id)"
|
|
25032
|
-
[class.ds__tab--active]="activeId() === s.id"
|
|
25033
|
-
[attr.aria-selected]="activeId() === s.id"
|
|
25034
|
-
[attr.aria-controls]="panelId()"
|
|
25035
|
-
[attr.tabindex]="activeId() === s.id ? 0 : -1"
|
|
25036
|
-
[attr.title]="s.labelKey | translate"
|
|
25037
|
-
(click)="select(s.id)"
|
|
25038
|
-
>
|
|
25039
|
-
@if (s.icon) {
|
|
25040
|
-
<span class="pi {{ s.icon }} ds__tab-ico" aria-hidden="true"></span>
|
|
25041
|
-
}
|
|
25042
|
-
<span class="ds__tab-label">{{ s.labelKey | translate }}</span>
|
|
25043
|
-
</button>
|
|
25044
|
-
}
|
|
25045
|
-
</div>
|
|
25046
|
-
}
|
|
25047
|
-
</aside>
|
|
25048
|
-
|
|
25049
|
-
<div
|
|
25050
|
-
class="ds__panel"
|
|
25051
|
-
[id]="panelId()"
|
|
25052
|
-
[attr.role]="sections().length ? 'tabpanel' : null"
|
|
25053
|
-
[attr.aria-labelledby]="activeId() ? tabId(activeId()!) : null"
|
|
25054
|
-
>
|
|
25055
|
-
<ng-content />
|
|
25056
|
-
</div>
|
|
25057
|
-
</div>
|
|
24909
|
+
args: [{ selector: 'fly-detail-shell', standalone: true, imports: [TranslatePipe], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
24910
|
+
<div class="ds__layout">
|
|
24911
|
+
<aside class="ds__aside">
|
|
24912
|
+
<div class="ds__pinned">
|
|
24913
|
+
<ng-content select="[detail-aside]" />
|
|
24914
|
+
</div>
|
|
24915
|
+
|
|
24916
|
+
@if (sections().length > 0) {
|
|
24917
|
+
<div
|
|
24918
|
+
#rail
|
|
24919
|
+
class="ds__rail"
|
|
24920
|
+
role="tablist"
|
|
24921
|
+
tabindex="-1"
|
|
24922
|
+
[attr.aria-orientation]="'vertical'"
|
|
24923
|
+
[attr.aria-label]="sectionsLabelKey() | translate"
|
|
24924
|
+
(keydown)="onKey($event)"
|
|
24925
|
+
>
|
|
24926
|
+
@for (s of sections(); track s.id) {
|
|
24927
|
+
<button
|
|
24928
|
+
type="button"
|
|
24929
|
+
class="ds__tab"
|
|
24930
|
+
role="tab"
|
|
24931
|
+
[id]="tabId(s.id)"
|
|
24932
|
+
[class.ds__tab--active]="activeId() === s.id"
|
|
24933
|
+
[attr.aria-selected]="activeId() === s.id"
|
|
24934
|
+
[attr.aria-controls]="panelId()"
|
|
24935
|
+
[attr.tabindex]="activeId() === s.id ? 0 : -1"
|
|
24936
|
+
[attr.title]="s.labelKey | translate"
|
|
24937
|
+
(click)="select(s.id)"
|
|
24938
|
+
>
|
|
24939
|
+
@if (s.icon) {
|
|
24940
|
+
<span class="pi {{ s.icon }} ds__tab-ico" aria-hidden="true"></span>
|
|
24941
|
+
}
|
|
24942
|
+
<span class="ds__tab-label">{{ s.labelKey | translate }}</span>
|
|
24943
|
+
</button>
|
|
24944
|
+
}
|
|
24945
|
+
</div>
|
|
24946
|
+
}
|
|
24947
|
+
</aside>
|
|
24948
|
+
|
|
24949
|
+
<div
|
|
24950
|
+
class="ds__panel"
|
|
24951
|
+
[id]="panelId()"
|
|
24952
|
+
[attr.role]="sections().length ? 'tabpanel' : null"
|
|
24953
|
+
[attr.aria-labelledby]="activeId() ? tabId(activeId()!) : null"
|
|
24954
|
+
>
|
|
24955
|
+
<ng-content />
|
|
24956
|
+
</div>
|
|
24957
|
+
</div>
|
|
25058
24958
|
`, styles: [":host{display:block;container-type:inline-size}.ds__layout{display:grid;grid-template-columns:var(--fly-detail-aside, 300px) minmax(0,1fr);gap:var(--sp-4);align-items:start}.ds__aside{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0}.ds__aside .ds__rail{order:-1}.ds__pinned{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0}.ds__panel{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0;align-self:stretch}.ds__panel>:only-child{flex:1}.ds__rail{display:flex;flex-direction:column;gap:var(--sp-1);padding:var(--sp-2);background:var(--bg-2);border:1px solid var(--w08);border-radius:var(--r-lg);box-shadow:var(--shadow-card)}.ds__tab{display:flex;align-items:center;gap:var(--sp-3);width:100%;padding:var(--sp-2);border:0;background:transparent;border-radius:var(--r-md);color:var(--ink-2);cursor:pointer;font-family:inherit;font-size:var(--text-sm);text-align:start;white-space:nowrap;overflow:hidden;transition:background var(--t-state),color var(--t-state)}.ds__tab:hover{background:var(--w06);color:var(--ink)}.ds__tab:focus-visible{outline:2px solid;outline-color:var(--focus-ring);outline-offset:2px}.ds__tab--active{background:var(--accent-fill);color:var(--on-accent-fill);font-weight:var(--fw-semibold)}.ds__tab-ico{font-size:var(--text-md);flex-shrink:0;width:20px;text-align:center}.ds__tab-label{min-width:0;overflow:hidden;text-overflow:ellipsis}@container (width <= 980px){.ds__layout{grid-template-columns:minmax(0,1fr)}.ds__rail{flex-flow:row wrap}.ds__tab{width:auto}}@media(width<=980px){.ds__layout{grid-template-columns:minmax(0,1fr)}.ds__rail{flex-flow:row wrap}.ds__tab{width:auto}}\n"] }]
|
|
25059
24959
|
}], propDecorators: { rail: [{ type: i0.ViewChild, args: ['rail', { isSignal: true }] }], sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }, { type: i0.Output, args: ["selectedChange"] }], sectionsLabelKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "sectionsLabelKey", required: false }] }] } });
|
|
25060
24960
|
|