@quadrel-enterprise-ui/framework 19.7.4 → 19.8.0-beta.92.1
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/quadrel-enterprise-ui-framework.mjs +45 -16
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/lib/core/core.module.d.ts +3 -2
- package/lib/core/core.module.d.ts.map +1 -1
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +12 -0
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +1 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +1 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +1 -1
- package/lib/forms/model/forms.interface.d.ts +1 -14
- package/lib/forms/model/forms.interface.d.ts.map +1 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +1 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +1 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts +2 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +1 -1
- package/lib/quick-edit/quick-edit.component.d.ts +1 -1
- package/lib/quick-edit/quick-edit.component.d.ts.map +1 -1
- package/lib/section/model/section-config.interface.d.ts +7 -0
- package/lib/section/model/section-config.interface.d.ts.map +1 -1
- package/lib/section/section.module.d.ts +2 -1
- package/lib/section/section.module.d.ts.map +1 -1
- package/lib/section/toolbar/section-toolbar.component.d.ts +3 -0
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +1 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +1 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +1 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +1 -1
- package/lib/shell/services/service-navigation.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -7172,10 +7172,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
7172
7172
|
args: ['QdAuthenticationService']
|
|
7173
7173
|
}] }] });
|
|
7174
7174
|
|
|
7175
|
-
const QD_POPOVER_TOP_FIRST = new InjectionToken('QD_POPOVER_TOP_FIRST');
|
|
7176
|
-
|
|
7177
7175
|
const QD_SAFE_BOTTOM_OFFSET = new InjectionToken('QD_SAFE_BOTTOM_OFFSET');
|
|
7178
7176
|
|
|
7177
|
+
const QD_POPOVER_TOP_FIRST = new InjectionToken('QD_POPOVER_TOP_FIRST');
|
|
7178
|
+
|
|
7179
7179
|
class QdCoreModule {
|
|
7180
7180
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7181
7181
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: QdCoreModule, declarations: [QdDisabledDirective,
|
|
@@ -7898,7 +7898,8 @@ class QdTooltipOnClickDirective {
|
|
|
7898
7898
|
translateService;
|
|
7899
7899
|
qdTooltipContent;
|
|
7900
7900
|
_overlayRef;
|
|
7901
|
-
onClickToggle() {
|
|
7901
|
+
onClickToggle(event) {
|
|
7902
|
+
event.stopPropagation();
|
|
7902
7903
|
this._overlayRef ? this.close() : this.show();
|
|
7903
7904
|
}
|
|
7904
7905
|
onOutsideClickClose(target) {
|
|
@@ -7961,7 +7962,7 @@ class QdTooltipOnClickDirective {
|
|
|
7961
7962
|
return this.translateService.instant(key);
|
|
7962
7963
|
}
|
|
7963
7964
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdTooltipOnClickDirective, deps: [{ token: i1$5.Overlay }, { token: i0.ElementRef }, { token: i1$3.TranslateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7964
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: QdTooltipOnClickDirective, isStandalone: false, selector: "[qdTooltipOnClick]", inputs: { qdTooltipContent: "qdTooltipContent" }, host: { listeners: { "click": "onClickToggle()", "document:click": "onOutsideClickClose($event.target)" } }, ngImport: i0 });
|
|
7965
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: QdTooltipOnClickDirective, isStandalone: false, selector: "[qdTooltipOnClick]", inputs: { qdTooltipContent: "qdTooltipContent" }, host: { listeners: { "click": "onClickToggle($event)", "document:click": "onOutsideClickClose($event.target)" } }, ngImport: i0 });
|
|
7965
7966
|
}
|
|
7966
7967
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdTooltipOnClickDirective, decorators: [{
|
|
7967
7968
|
type: Directive,
|
|
@@ -7973,7 +7974,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
7973
7974
|
type: Input
|
|
7974
7975
|
}], onClickToggle: [{
|
|
7975
7976
|
type: HostListener,
|
|
7976
|
-
args: ['click']
|
|
7977
|
+
args: ['click', ['$event']]
|
|
7977
7978
|
}], onOutsideClickClose: [{
|
|
7978
7979
|
type: HostListener,
|
|
7979
7980
|
args: ['document:click', ['$event.target']]
|
|
@@ -25617,6 +25618,13 @@ class QdSectionToolbarComponent {
|
|
|
25617
25618
|
if (this.collapseConfig?.isEnabled)
|
|
25618
25619
|
this.collapseConfig.isContentHidden = value;
|
|
25619
25620
|
}
|
|
25621
|
+
get isTooltipVisible() {
|
|
25622
|
+
const tooltip = this.config.title?.tooltip;
|
|
25623
|
+
return !!tooltip && tooltip.hidden !== true;
|
|
25624
|
+
}
|
|
25625
|
+
get tooltipContent() {
|
|
25626
|
+
return this.config.title?.tooltip?.content;
|
|
25627
|
+
}
|
|
25620
25628
|
constructor(toolbarComponentsService, changeDetectorRef) {
|
|
25621
25629
|
this.toolbarComponentsService = toolbarComponentsService;
|
|
25622
25630
|
this.changeDetectorRef = changeDetectorRef;
|
|
@@ -25630,11 +25638,11 @@ class QdSectionToolbarComponent {
|
|
|
25630
25638
|
this.isCollapsed = !this.isCollapsed;
|
|
25631
25639
|
}
|
|
25632
25640
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdSectionToolbarComponent, deps: [{ token: QdToolbarComponentsService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
25633
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: QdSectionToolbarComponent, isStandalone: false, selector: "qd-section-toolbar", inputs: { config: "config" }, viewQueries: [{ propertyName: "toolbarComponents", predicate: ["filter, search"], descendants: true }], ngImport: i0, template: "<div [ngClass]=\"{ toolbarHeader: true, collapsible: config.collapse?.isEnabled }\" (click)=\"toggleCollapse()\">\n <qd-icon class=\"collapseIcon\" *ngIf=\"config.collapse?.isEnabled\" [icon]=\"isCollapsed ? 'ctrlRight' : 'ctrlDown'\">\n </qd-icon>\n\n <span class=\"toolbarTitle\" *ngIf=\"config.title\">{{ config.title.i18n | translate }}</span>\n</div>\n\n<ng-container *ngIf=\"!isCollapsed\">\n <div class=\"toolbarRight\">\n <qd-search #search [configData]=\"searchConfigData\"></qd-search>\n <qd-section-toolbar-action qdViewportAdaptive class=\"toolbarAction\" [config]=\"config\"></qd-section-toolbar-action>\n </div>\n\n <qd-filter class=\"toolbarFilter\" #filter [filterData]=\"filterData\"></qd-filter>\n</ng-container>\n", styles: [":host{position:relative;display:flex;flex-wrap:wrap;margin-bottom:.625rem}:host .toolbarHeader{color:#333;font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:.625rem}@media (max-width: 599.98px){:host .toolbarHeader{margin-bottom:.3125rem}}:host .collapsible{cursor:pointer}:host .collapsible .toolbarTitle{margin-left:1.5rem}:host .collapseIcon{position:absolute;top:-.09375rem;font-size:1.375rem;font-weight:500}:host .toolbarRight{display:inline-flex;margin-bottom:.625rem;margin-left:auto}@media (max-width: 959.98px){:host .toolbarRight{display:flex;width:100%;flex-basis:100%;margin-left:auto}:host .toolbarRight qd-search{min-width:0;flex-basis:0;flex-grow:1;flex-shrink:1}:host .toolbarRight qd-section-toolbar-action{flex-basis:auto;flex-grow:0;flex-shrink:0}}:host .toolbarAction{display:flex;align-items:center}@media (max-width: 959.98px){:host .toolbarAction{gap:.75rem}}:host .toolbarFilter{flex-basis:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: QdIconComponent, selector: "qd-icon", inputs: ["icon"] }, { kind: "component", type: QdFilterComponent, selector: "qd-filter", inputs: ["filterData", "data-test-id"], outputs: ["queryStringOutput", "postBodyOutput", "valueChange"] }, { kind: "component", type: QdSearchComponent, selector: "qd-search", inputs: ["configData"] }, { kind: "directive", type: QdViewportAdaptiveDirective, selector: "[qdViewportAdaptive]" }, { kind: "component", type: QdSectionToolbarActionComponent, selector: "qd-section-toolbar-action", inputs: ["config"] }, { kind: "pipe", type: i1$3.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
25641
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: QdSectionToolbarComponent, isStandalone: false, selector: "qd-section-toolbar", inputs: { config: "config" }, viewQueries: [{ propertyName: "toolbarComponents", predicate: ["filter, search"], descendants: true }], ngImport: i0, template: "<div [ngClass]=\"{ toolbarHeader: true, collapsible: config.collapse?.isEnabled }\" (click)=\"toggleCollapse()\">\n <qd-icon class=\"collapseIcon\" *ngIf=\"config.collapse?.isEnabled\" [icon]=\"isCollapsed ? 'ctrlRight' : 'ctrlDown'\">\n </qd-icon>\n\n <span class=\"toolbarTitle\" *ngIf=\"config.title\">{{ config.title.i18n | translate }}</span>\n <qd-icon\n *ngIf=\"isTooltipVisible\"\n class=\"additionalInfo\"\n icon=\"circleInfo\"\n qdTooltipOnClick\n [qdTooltipContent]=\"tooltipContent\"\n ></qd-icon>\n</div>\n\n<ng-container *ngIf=\"!isCollapsed\">\n <div class=\"toolbarRight\">\n <qd-search #search [configData]=\"searchConfigData\"></qd-search>\n <qd-section-toolbar-action qdViewportAdaptive class=\"toolbarAction\" [config]=\"config\"></qd-section-toolbar-action>\n </div>\n\n <qd-filter class=\"toolbarFilter\" #filter [filterData]=\"filterData\"></qd-filter>\n</ng-container>\n", styles: [":host{position:relative;display:flex;flex-wrap:wrap;margin-bottom:.625rem}:host .toolbarHeader{color:#333;font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:.625rem}@media (max-width: 599.98px){:host .toolbarHeader{margin-bottom:.3125rem}}:host .collapsible{cursor:pointer}:host .collapsible .toolbarTitle{margin-left:1.5rem}:host .collapseIcon{position:absolute;top:-.09375rem;font-size:1.375rem;font-weight:500}:host .additionalInfo{position:absolute;margin-left:.25rem;color:#069;cursor:pointer;font-size:1rem;font-weight:500}:host .additionalInfo:hover,:host .additionalInfo:focus,:host .additionalInfo:active{color:#14516f}:host .toolbarRight{display:inline-flex;margin-bottom:.625rem;margin-left:auto}@media (max-width: 959.98px){:host .toolbarRight{display:flex;width:100%;flex-basis:100%;margin-left:auto}:host .toolbarRight qd-search{min-width:0;flex-basis:0;flex-grow:1;flex-shrink:1}:host .toolbarRight qd-section-toolbar-action{flex-basis:auto;flex-grow:0;flex-shrink:0}}:host .toolbarAction{display:flex;align-items:center}@media (max-width: 959.98px){:host .toolbarAction{gap:.75rem}}:host .toolbarFilter{flex-basis:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: QdIconComponent, selector: "qd-icon", inputs: ["icon"] }, { kind: "component", type: QdFilterComponent, selector: "qd-filter", inputs: ["filterData", "data-test-id"], outputs: ["queryStringOutput", "postBodyOutput", "valueChange"] }, { kind: "component", type: QdSearchComponent, selector: "qd-search", inputs: ["configData"] }, { kind: "directive", type: QdViewportAdaptiveDirective, selector: "[qdViewportAdaptive]" }, { kind: "directive", type: QdTooltipOnClickDirective, selector: "[qdTooltipOnClick]", inputs: ["qdTooltipContent"] }, { kind: "component", type: QdSectionToolbarActionComponent, selector: "qd-section-toolbar-action", inputs: ["config"] }, { kind: "pipe", type: i1$3.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
25634
25642
|
}
|
|
25635
25643
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdSectionToolbarComponent, decorators: [{
|
|
25636
25644
|
type: Component,
|
|
25637
|
-
args: [{ selector: 'qd-section-toolbar', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div [ngClass]=\"{ toolbarHeader: true, collapsible: config.collapse?.isEnabled }\" (click)=\"toggleCollapse()\">\n <qd-icon class=\"collapseIcon\" *ngIf=\"config.collapse?.isEnabled\" [icon]=\"isCollapsed ? 'ctrlRight' : 'ctrlDown'\">\n </qd-icon>\n\n <span class=\"toolbarTitle\" *ngIf=\"config.title\">{{ config.title.i18n | translate }}</span>\n</div>\n\n<ng-container *ngIf=\"!isCollapsed\">\n <div class=\"toolbarRight\">\n <qd-search #search [configData]=\"searchConfigData\"></qd-search>\n <qd-section-toolbar-action qdViewportAdaptive class=\"toolbarAction\" [config]=\"config\"></qd-section-toolbar-action>\n </div>\n\n <qd-filter class=\"toolbarFilter\" #filter [filterData]=\"filterData\"></qd-filter>\n</ng-container>\n", styles: [":host{position:relative;display:flex;flex-wrap:wrap;margin-bottom:.625rem}:host .toolbarHeader{color:#333;font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:.625rem}@media (max-width: 599.98px){:host .toolbarHeader{margin-bottom:.3125rem}}:host .collapsible{cursor:pointer}:host .collapsible .toolbarTitle{margin-left:1.5rem}:host .collapseIcon{position:absolute;top:-.09375rem;font-size:1.375rem;font-weight:500}:host .toolbarRight{display:inline-flex;margin-bottom:.625rem;margin-left:auto}@media (max-width: 959.98px){:host .toolbarRight{display:flex;width:100%;flex-basis:100%;margin-left:auto}:host .toolbarRight qd-search{min-width:0;flex-basis:0;flex-grow:1;flex-shrink:1}:host .toolbarRight qd-section-toolbar-action{flex-basis:auto;flex-grow:0;flex-shrink:0}}:host .toolbarAction{display:flex;align-items:center}@media (max-width: 959.98px){:host .toolbarAction{gap:.75rem}}:host .toolbarFilter{flex-basis:100%}\n"] }]
|
|
25645
|
+
args: [{ selector: 'qd-section-toolbar', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div [ngClass]=\"{ toolbarHeader: true, collapsible: config.collapse?.isEnabled }\" (click)=\"toggleCollapse()\">\n <qd-icon class=\"collapseIcon\" *ngIf=\"config.collapse?.isEnabled\" [icon]=\"isCollapsed ? 'ctrlRight' : 'ctrlDown'\">\n </qd-icon>\n\n <span class=\"toolbarTitle\" *ngIf=\"config.title\">{{ config.title.i18n | translate }}</span>\n <qd-icon\n *ngIf=\"isTooltipVisible\"\n class=\"additionalInfo\"\n icon=\"circleInfo\"\n qdTooltipOnClick\n [qdTooltipContent]=\"tooltipContent\"\n ></qd-icon>\n</div>\n\n<ng-container *ngIf=\"!isCollapsed\">\n <div class=\"toolbarRight\">\n <qd-search #search [configData]=\"searchConfigData\"></qd-search>\n <qd-section-toolbar-action qdViewportAdaptive class=\"toolbarAction\" [config]=\"config\"></qd-section-toolbar-action>\n </div>\n\n <qd-filter class=\"toolbarFilter\" #filter [filterData]=\"filterData\"></qd-filter>\n</ng-container>\n", styles: [":host{position:relative;display:flex;flex-wrap:wrap;margin-bottom:.625rem}:host .toolbarHeader{color:#333;font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:.625rem}@media (max-width: 599.98px){:host .toolbarHeader{margin-bottom:.3125rem}}:host .collapsible{cursor:pointer}:host .collapsible .toolbarTitle{margin-left:1.5rem}:host .collapseIcon{position:absolute;top:-.09375rem;font-size:1.375rem;font-weight:500}:host .additionalInfo{position:absolute;margin-left:.25rem;color:#069;cursor:pointer;font-size:1rem;font-weight:500}:host .additionalInfo:hover,:host .additionalInfo:focus,:host .additionalInfo:active{color:#14516f}:host .toolbarRight{display:inline-flex;margin-bottom:.625rem;margin-left:auto}@media (max-width: 959.98px){:host .toolbarRight{display:flex;width:100%;flex-basis:100%;margin-left:auto}:host .toolbarRight qd-search{min-width:0;flex-basis:0;flex-grow:1;flex-shrink:1}:host .toolbarRight qd-section-toolbar-action{flex-basis:auto;flex-grow:0;flex-shrink:0}}:host .toolbarAction{display:flex;align-items:center}@media (max-width: 959.98px){:host .toolbarAction{gap:.75rem}}:host .toolbarFilter{flex-basis:100%}\n"] }]
|
|
25638
25646
|
}], ctorParameters: () => [{ type: QdToolbarComponentsService }, { type: i0.ChangeDetectorRef }], propDecorators: { config: [{
|
|
25639
25647
|
type: Input
|
|
25640
25648
|
}], toolbarComponents: [{
|
|
@@ -25828,18 +25836,41 @@ class QdSectionModule {
|
|
|
25828
25836
|
QdConnectorTableFilterDirective,
|
|
25829
25837
|
QdConnectorTableSearchDirective,
|
|
25830
25838
|
QdConnectorTableContextDirective,
|
|
25831
|
-
QdSectionAdapterDirective], imports: [CommonModule,
|
|
25839
|
+
QdSectionAdapterDirective], imports: [CommonModule,
|
|
25840
|
+
TranslateModule,
|
|
25841
|
+
QdButtonModule,
|
|
25842
|
+
QdIconModule,
|
|
25843
|
+
QdFilterModule,
|
|
25844
|
+
QdSearchModule,
|
|
25845
|
+
QdCoreModule,
|
|
25846
|
+
QdTooltipModule], exports: [QdSectionComponent,
|
|
25832
25847
|
QdConnectorTableFilterDirective,
|
|
25833
25848
|
QdConnectorTableSearchDirective,
|
|
25834
25849
|
QdConnectorTableContextDirective,
|
|
25835
25850
|
QdSectionAdapterDirective,
|
|
25836
25851
|
QdSectionToolbarComponent] });
|
|
25837
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdSectionModule, imports: [CommonModule,
|
|
25852
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdSectionModule, imports: [CommonModule,
|
|
25853
|
+
TranslateModule,
|
|
25854
|
+
QdButtonModule,
|
|
25855
|
+
QdIconModule,
|
|
25856
|
+
QdFilterModule,
|
|
25857
|
+
QdSearchModule,
|
|
25858
|
+
QdCoreModule,
|
|
25859
|
+
QdTooltipModule] });
|
|
25838
25860
|
}
|
|
25839
25861
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdSectionModule, decorators: [{
|
|
25840
25862
|
type: NgModule,
|
|
25841
25863
|
args: [{
|
|
25842
|
-
imports: [
|
|
25864
|
+
imports: [
|
|
25865
|
+
CommonModule,
|
|
25866
|
+
TranslateModule,
|
|
25867
|
+
QdButtonModule,
|
|
25868
|
+
QdIconModule,
|
|
25869
|
+
QdFilterModule,
|
|
25870
|
+
QdSearchModule,
|
|
25871
|
+
QdCoreModule,
|
|
25872
|
+
QdTooltipModule
|
|
25873
|
+
],
|
|
25843
25874
|
declarations: [
|
|
25844
25875
|
QdSectionComponent,
|
|
25845
25876
|
QdSectionToolbarComponent,
|
|
@@ -30662,7 +30693,8 @@ class QdShellServiceNavigationService {
|
|
|
30662
30693
|
returnUrl: 'return-url',
|
|
30663
30694
|
handleLogout: 'handle-logout',
|
|
30664
30695
|
profileLinks: 'profile-links',
|
|
30665
|
-
customButtonsLinks: 'custom-buttons'
|
|
30696
|
+
customButtonsLinks: 'custom-buttons',
|
|
30697
|
+
pamsAppId: 'pams-app-id'
|
|
30666
30698
|
};
|
|
30667
30699
|
constructor(translateService, eportalLanguageService) {
|
|
30668
30700
|
this.translateService = translateService;
|
|
@@ -30846,9 +30878,6 @@ class QdShellServiceNavigationComponent {
|
|
|
30846
30878
|
get languageListStringified() {
|
|
30847
30879
|
return this.languageList.join(',');
|
|
30848
30880
|
}
|
|
30849
|
-
get pamsAppId() {
|
|
30850
|
-
return this.config.pamsAppId;
|
|
30851
|
-
}
|
|
30852
30881
|
_config;
|
|
30853
30882
|
_destroyed$ = new Subject();
|
|
30854
30883
|
_attributesHaveBeenSet$ = new ReplaySubject(1);
|
|
@@ -30937,11 +30966,11 @@ class QdShellServiceNavigationComponent {
|
|
|
30937
30966
|
updateHtmlLang(language);
|
|
30938
30967
|
}
|
|
30939
30968
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdShellServiceNavigationComponent, deps: [{ token: QdShellServiceNavigationService }, { token: i1$3.TranslateService }, { token: QdLanguageFromUrlService }, { token: QdShellPamsEnvironmentService }, { token: 'QdAuthenticationService', optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
30940
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: QdShellServiceNavigationComponent, isStandalone: false, selector: "qd-shell-service-navigation", inputs: { config: "config" }, providers: [QdShellServiceNavigationService], viewQueries: [{ propertyName: "serviceNavigation", first: true, predicate: ["serviceNavigation"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ob-service-navigation-web-component\n *ngIf=\"pamsEnvironment\"\n #serviceNavigation\n [languageList]=\"languageListStringified\"\n [
|
|
30969
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: QdShellServiceNavigationComponent, isStandalone: false, selector: "qd-shell-service-navigation", inputs: { config: "config" }, providers: [QdShellServiceNavigationService], viewQueries: [{ propertyName: "serviceNavigation", first: true, predicate: ["serviceNavigation"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ob-service-navigation-web-component\n *ngIf=\"pamsEnvironment\"\n #serviceNavigation\n [languageList]=\"languageListStringified\"\n [environment]=\"pamsEnvironment\"\n (languageChange)=\"handleLanguageChange($event)\"\n (loginState)=\"handleLoginStatusChange($event)\"\n (logoutTriggered)=\"handleLogoutTriggered($event)\"\n></ob-service-navigation-web-component>\n", styles: [":host{display:flex;justify-content:end}:host.expanded{visibility:visible}@media (max-width: 599.98px){:host.expanded{visibility:collapse}}@media (max-width: 599.98px){:host{flex-basis:100%;margin-top:1rem}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
30941
30970
|
}
|
|
30942
30971
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: QdShellServiceNavigationComponent, decorators: [{
|
|
30943
30972
|
type: Component,
|
|
30944
|
-
args: [{ selector: 'qd-shell-service-navigation', providers: [QdShellServiceNavigationService], standalone: false, template: "<ob-service-navigation-web-component\n *ngIf=\"pamsEnvironment\"\n #serviceNavigation\n [languageList]=\"languageListStringified\"\n [
|
|
30973
|
+
args: [{ selector: 'qd-shell-service-navigation', providers: [QdShellServiceNavigationService], standalone: false, template: "<ob-service-navigation-web-component\n *ngIf=\"pamsEnvironment\"\n #serviceNavigation\n [languageList]=\"languageListStringified\"\n [environment]=\"pamsEnvironment\"\n (languageChange)=\"handleLanguageChange($event)\"\n (loginState)=\"handleLoginStatusChange($event)\"\n (logoutTriggered)=\"handleLogoutTriggered($event)\"\n></ob-service-navigation-web-component>\n", styles: [":host{display:flex;justify-content:end}:host.expanded{visibility:visible}@media (max-width: 599.98px){:host.expanded{visibility:collapse}}@media (max-width: 599.98px){:host{flex-basis:100%;margin-top:1rem}}\n"] }]
|
|
30945
30974
|
}], ctorParameters: () => [{ type: QdShellServiceNavigationService }, { type: i1$3.TranslateService }, { type: QdLanguageFromUrlService }, { type: QdShellPamsEnvironmentService }, { type: undefined, decorators: [{
|
|
30946
30975
|
type: Optional
|
|
30947
30976
|
}, {
|