@inera/ids-angular 9.3.0 → 9.4.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.
- package/components/box-link/box-link.component.d.ts +1 -1
- package/components/dialog/dialog.module.d.ts +12 -0
- package/components/dialog/public-api.d.ts +1 -0
- package/components/district-selector/district-selector.component.d.ts +14 -0
- package/components/district-selector/index.d.ts +5 -0
- package/components/district-selector/public-api.d.ts +1 -0
- package/components/form/spinner/spinner.component.d.ts +2 -1
- package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +1 -1
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +3 -1
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +3 -1
- package/components/header-inera/nav/header-inera-nav.component.d.ts +1 -1
- package/components/header-inera-admin/header-inera-admin.component.d.ts +6 -6
- package/components/header-inera-admin/header-inera-admin.module.d.ts +1 -1
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +3 -1
- package/components/header-inera-admin/public-api.d.ts +12 -12
- package/components/header-inera-general/avatar/header-inera-general-avatar.component.d.ts +26 -0
- package/components/header-inera-general/avatar-mobile/header-inera-general-avatar-mobile.component.d.ts +26 -0
- package/components/header-inera-general/header-inera-general.component.d.ts +6 -1
- package/components/header-inera-general/header-inera-general.module.d.ts +11 -8
- package/components/header-inera-general/item/header-inera-general-item.component.d.ts +3 -1
- package/components/header-inera-general/nav-item-mobile/header-inera-general-nav-item-mobile.component.d.ts +8 -0
- package/components/header-inera-general/nav-mobile/header-inera-general-nav-mobile.component.d.ts +7 -0
- package/components/header-inera-general/public-api.d.ts +5 -1
- package/components/message-avatar/index.d.ts +5 -0
- package/components/message-avatar/message-avatar.component.d.ts +10 -0
- package/components/message-avatar/public-api.d.ts +1 -0
- package/components/navigation/content/navigation-content-item.component.d.ts +24 -0
- package/components/navigation/content/navigation-content.component.d.ts +5 -1
- package/components/navigation/content/public-api.d.ts +1 -0
- package/components/side-menu/side-menu.component.d.ts +2 -0
- package/components/stepper/step.component.d.ts +2 -0
- package/fesm2022/inera-ids-angular-common.mjs +24 -24
- package/fesm2022/inera-ids-angular-components-accordion.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-badge.mjs +4 -4
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +13 -11
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-card.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-carousel.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-control-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-control-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dialog.mjs +57 -20
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-district-selector.mjs +45 -0
- package/fesm2022/inera-ids-angular-components-district-selector.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +22 -22
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +22 -22
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +22 -22
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +25 -25
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +25 -25
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +25 -25
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-input.mjs +15 -15
- package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -4
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +63 -55
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +67 -55
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +79 -87
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +76 -72
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +374 -36
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +36 -34
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-message-avatar.mjs +35 -0
- package/fesm2022/inera-ids-angular-components-message-avatar.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +4 -4
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +77 -10
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-popover.mjs +19 -19
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +25 -25
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +33 -20
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-stepper.mjs +21 -14
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-toolbar.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +10 -10
- package/package.json +102 -94
- /package/components/header-inera-admin/nav-item-mobile/{header-inera-admin-nav-item-mobile.d.ts → header-inera-admin-nav-item-mobile.component.d.ts} +0 -0
|
@@ -9,9 +9,9 @@ class IDHeader1177ItemComponent {
|
|
|
9
9
|
keepTextOnMobile = false;
|
|
10
10
|
icon;
|
|
11
11
|
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.
|
|
14
|
-
<div class="ids-header-1177-
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177ItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.25", type: IDHeader1177ItemComponent, isStandalone: true, selector: "id-header-1177-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], keepTextOnMobile: ["keepTextOnMobile", "keepTextOnMobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-1177-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-item--mobile": "mobile", "class.ids-header-1177-item--keep-text": "keepTextOnMobile" }, classAttribute: "ids-header-1177-item" }, ngImport: i0, template: `
|
|
14
|
+
<div class="ids-header-1177-item__icon">
|
|
15
15
|
<ng-content name="[icon]"></ng-content>
|
|
16
16
|
<span
|
|
17
17
|
class="ids-icon-{{ icon }}"
|
|
@@ -21,12 +21,12 @@ class IDHeader1177ItemComponent {
|
|
|
21
21
|
<ng-content></ng-content>
|
|
22
22
|
`, isInline: true });
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177ItemComponent, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: 'id-header-1177-item',
|
|
28
28
|
template: `
|
|
29
|
-
<div class="ids-header-1177-
|
|
29
|
+
<div class="ids-header-1177-item__icon">
|
|
30
30
|
<ng-content name="[icon]"></ng-content>
|
|
31
31
|
<span
|
|
32
32
|
class="ids-icon-{{ icon }}"
|
|
@@ -92,8 +92,8 @@ class IDHeader1177AvatarComponent {
|
|
|
92
92
|
ngOnDestroy() {
|
|
93
93
|
this.focusTrap.destroy();
|
|
94
94
|
}
|
|
95
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
96
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
95
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
96
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177AvatarComponent, isStandalone: true, selector: "id-header-1177-avatar", inputs: { username: "username", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
97
97
|
<div class="ids-header-1177-avatar__avatar"
|
|
98
98
|
idClickOutside
|
|
99
99
|
(idClickOutside)="handleCloseEvent()">
|
|
@@ -119,7 +119,7 @@ class IDHeader1177AvatarComponent {
|
|
|
119
119
|
</div>
|
|
120
120
|
`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
|
|
121
121
|
}
|
|
122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarComponent, decorators: [{
|
|
123
123
|
type: Component,
|
|
124
124
|
args: [{
|
|
125
125
|
selector: "id-header-1177-avatar",
|
|
@@ -174,43 +174,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
174
174
|
class IDHeader1177NavComponent {
|
|
175
175
|
hideOnTablet = false;
|
|
176
176
|
template = viewChild.required(TemplateRef);
|
|
177
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
178
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.
|
|
177
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
178
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeader1177NavComponent, isStandalone: true, selector: "id-header-1177-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
179
179
|
<ng-template>
|
|
180
180
|
<div class="ids-header-1177-nav__inner">
|
|
181
|
-
<
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
</div>
|
|
185
|
-
<div class="ids-header-1177-nav__inner-mobile">
|
|
186
|
-
<div class="ids-header-1177-nav__inner-mobile-left">
|
|
187
|
-
<ng-content select="id-header-1177-region-picker-mobile"></ng-content>
|
|
188
|
-
</div>
|
|
189
|
-
<div class="ids-header-1177-nav__inner-mobile-right">
|
|
190
|
-
<ng-content select="id-header-1177-nav-item-mobile"></ng-content>
|
|
191
|
-
</div>
|
|
181
|
+
<ng-content></ng-content>
|
|
182
|
+
<ng-content select="id-header-1177-region-picker-mobile"></ng-content>
|
|
183
|
+
<ng-content select="id-header-1177-nav-item-mobile"></ng-content>
|
|
192
184
|
</div>
|
|
193
185
|
</ng-template>
|
|
194
186
|
`, isInline: true });
|
|
195
187
|
}
|
|
196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavComponent, decorators: [{
|
|
197
189
|
type: Component,
|
|
198
190
|
args: [{
|
|
199
191
|
selector: 'id-header-1177-nav',
|
|
200
192
|
template: `
|
|
201
193
|
<ng-template>
|
|
202
194
|
<div class="ids-header-1177-nav__inner">
|
|
203
|
-
<
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
</div>
|
|
207
|
-
<div class="ids-header-1177-nav__inner-mobile">
|
|
208
|
-
<div class="ids-header-1177-nav__inner-mobile-left">
|
|
209
|
-
<ng-content select="id-header-1177-region-picker-mobile"></ng-content>
|
|
210
|
-
</div>
|
|
211
|
-
<div class="ids-header-1177-nav__inner-mobile-right">
|
|
212
|
-
<ng-content select="id-header-1177-nav-item-mobile"></ng-content>
|
|
213
|
-
</div>
|
|
195
|
+
<ng-content></ng-content>
|
|
196
|
+
<ng-content select="id-header-1177-region-picker-mobile"></ng-content>
|
|
197
|
+
<ng-content select="id-header-1177-nav-item-mobile"></ng-content>
|
|
214
198
|
</div>
|
|
215
199
|
</ng-template>
|
|
216
200
|
`,
|
|
@@ -222,10 +206,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
222
206
|
}] } });
|
|
223
207
|
|
|
224
208
|
class IDHeader1177SkipToContent {
|
|
225
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
226
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
209
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177SkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
210
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177SkipToContent, isStandalone: true, selector: "id-header-1177-skip-to-content", host: { classAttribute: "ids-header-1177__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
227
211
|
}
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177SkipToContent, decorators: [{
|
|
229
213
|
type: Component,
|
|
230
214
|
args: [{
|
|
231
215
|
selector: "id-header-1177-skip-to-content",
|
|
@@ -238,10 +222,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
238
222
|
}] });
|
|
239
223
|
|
|
240
224
|
class IDHeader1177BrandLinkDirective {
|
|
241
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
242
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
225
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177BrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
226
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177BrandLinkDirective, isStandalone: true, selector: "a[idBrand1177Link]", host: { classAttribute: "ids-header-1177__logo-link" }, ngImport: i0 });
|
|
243
227
|
}
|
|
244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177BrandLinkDirective, decorators: [{
|
|
245
229
|
type: Directive,
|
|
246
230
|
args: [{
|
|
247
231
|
selector: "a[idBrand1177Link]",
|
|
@@ -261,22 +245,22 @@ class IDHeader1177Component {
|
|
|
261
245
|
nav = contentChild(IDHeader1177NavComponent);
|
|
262
246
|
brandLink = contentChild(IDHeader1177BrandLinkDirective);
|
|
263
247
|
skipToContent = contentChild(IDHeader1177SkipToContent);
|
|
264
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
265
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
248
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
249
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177Component, isStandalone: true, selector: "id-header-1177", inputs: { srBrandLabel: "srBrandLabel", brandHref: "brandHref", unresponsive: ["unresponsive", "unresponsive", booleanAttribute] }, providers: [
|
|
266
250
|
{
|
|
267
251
|
provide: ID_HEADER_CONTEXT,
|
|
268
252
|
useExisting: IDHeader1177Component,
|
|
269
253
|
},
|
|
270
|
-
], queries: [{ propertyName: "items", predicate: IDHeader1177ItemComponent, isSignal: true }, { propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true, isSignal: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true, isSignal: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177BrandLinkDirective, descendants: true, isSignal: true }, { propertyName: "skipToContent", first: true, predicate: IDHeader1177SkipToContent, descendants: true, isSignal: true }], ngImport: i0, template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items.length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-nav--hide-on-tablet]=\"nav()!.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n</header>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
254
|
+
], queries: [{ propertyName: "items", predicate: IDHeader1177ItemComponent, isSignal: true }, { propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true, isSignal: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true, isSignal: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177BrandLinkDirective, descendants: true, isSignal: true }, { propertyName: "skipToContent", first: true, predicate: IDHeader1177SkipToContent, descendants: true, isSignal: true }], ngImport: i0, template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items().length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-nav--hide-on-tablet]=\"nav()!.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n</header>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
271
255
|
}
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Component, decorators: [{
|
|
273
257
|
type: Component,
|
|
274
258
|
args: [{ selector: "id-header-1177", standalone: true, providers: [
|
|
275
259
|
{
|
|
276
260
|
provide: ID_HEADER_CONTEXT,
|
|
277
261
|
useExisting: IDHeader1177Component,
|
|
278
262
|
},
|
|
279
|
-
], imports: [NgTemplateOutlet], template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items.length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-nav--hide-on-tablet]=\"nav()!.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n</header>\n" }]
|
|
263
|
+
], imports: [NgTemplateOutlet], template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items().length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-nav--hide-on-tablet]=\"nav()!.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n</header>\n" }]
|
|
280
264
|
}], propDecorators: { srBrandLabel: [{
|
|
281
265
|
type: Input
|
|
282
266
|
}], brandHref: [{
|
|
@@ -287,7 +271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
287
271
|
}] } });
|
|
288
272
|
|
|
289
273
|
class IDHeader1177RegionPickerComponent {
|
|
290
|
-
text =
|
|
274
|
+
text = 'Välj region';
|
|
291
275
|
expanded = false;
|
|
292
276
|
regionSelected = false;
|
|
293
277
|
expandedChange = new EventEmitter();
|
|
@@ -305,48 +289,56 @@ class IDHeader1177RegionPickerComponent {
|
|
|
305
289
|
this.closed.emit();
|
|
306
290
|
}
|
|
307
291
|
}
|
|
308
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
309
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.
|
|
310
|
-
<div
|
|
311
|
-
|
|
292
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
293
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeader1177RegionPickerComponent, isStandalone: true, selector: "id-header-1177-region-picker", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177__region-picker" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true, isSignal: true }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
294
|
+
<div
|
|
295
|
+
class="ids-header-1177-region-picker"
|
|
296
|
+
[class.ids-header-1177-region-picker--selected-region]="regionIcon() || regionSelected"
|
|
297
|
+
>
|
|
312
298
|
<div class="ids-header-1177-region-picker__region-icon">
|
|
313
299
|
<ng-content></ng-content>
|
|
314
300
|
</div>
|
|
315
301
|
<div class="ids-header-1177-region-picker__selector">
|
|
316
|
-
<button
|
|
302
|
+
<button
|
|
317
303
|
(click)="toggleRegion()"
|
|
318
304
|
class="ids-header-1177-region-picker__button"
|
|
319
|
-
[attr.aria-expanded]=
|
|
320
|
-
[class.ids-header-1177-region-picker__button--expanded]="expanded"
|
|
321
|
-
|
|
305
|
+
[attr.aria-expanded]="expanded ? 'true' : 'false'"
|
|
306
|
+
[class.ids-header-1177-region-picker__button--expanded]="expanded"
|
|
307
|
+
>
|
|
308
|
+
{{ text }}
|
|
322
309
|
</button>
|
|
323
310
|
</div>
|
|
324
|
-
</div
|
|
311
|
+
</div>
|
|
312
|
+
`, isInline: true });
|
|
325
313
|
}
|
|
326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerComponent, decorators: [{
|
|
327
315
|
type: Component,
|
|
328
316
|
args: [{
|
|
329
|
-
selector:
|
|
317
|
+
selector: 'id-header-1177-region-picker',
|
|
330
318
|
template: `
|
|
331
|
-
<div
|
|
332
|
-
|
|
319
|
+
<div
|
|
320
|
+
class="ids-header-1177-region-picker"
|
|
321
|
+
[class.ids-header-1177-region-picker--selected-region]="regionIcon() || regionSelected"
|
|
322
|
+
>
|
|
333
323
|
<div class="ids-header-1177-region-picker__region-icon">
|
|
334
324
|
<ng-content></ng-content>
|
|
335
325
|
</div>
|
|
336
326
|
<div class="ids-header-1177-region-picker__selector">
|
|
337
|
-
<button
|
|
327
|
+
<button
|
|
338
328
|
(click)="toggleRegion()"
|
|
339
329
|
class="ids-header-1177-region-picker__button"
|
|
340
|
-
[attr.aria-expanded]=
|
|
341
|
-
[class.ids-header-1177-region-picker__button--expanded]="expanded"
|
|
342
|
-
|
|
330
|
+
[attr.aria-expanded]="expanded ? 'true' : 'false'"
|
|
331
|
+
[class.ids-header-1177-region-picker__button--expanded]="expanded"
|
|
332
|
+
>
|
|
333
|
+
{{ text }}
|
|
343
334
|
</button>
|
|
344
335
|
</div>
|
|
345
|
-
</div
|
|
336
|
+
</div>
|
|
337
|
+
`,
|
|
346
338
|
standalone: true,
|
|
347
339
|
host: {
|
|
348
|
-
class: 'ids-header-1177__region-picker'
|
|
349
|
-
}
|
|
340
|
+
class: 'ids-header-1177__region-picker',
|
|
341
|
+
},
|
|
350
342
|
}]
|
|
351
343
|
}], propDecorators: { text: [{
|
|
352
344
|
type: Input
|
|
@@ -382,8 +374,8 @@ class IDHeader1177RegionPickerMobileComponent {
|
|
|
382
374
|
this.closed.emit();
|
|
383
375
|
}
|
|
384
376
|
}
|
|
385
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
386
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.
|
|
377
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
378
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeader1177RegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-region-picker-mobile", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
387
379
|
<div
|
|
388
380
|
class="ids-header-1177-region-picker-mobile"
|
|
389
381
|
[class.ids-header-1177-region-picker-mobile--selected-region]="regionIcon() || regionSelected"
|
|
@@ -403,7 +395,7 @@ class IDHeader1177RegionPickerMobileComponent {
|
|
|
403
395
|
</div>
|
|
404
396
|
`, isInline: true });
|
|
405
397
|
}
|
|
406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, decorators: [{
|
|
407
399
|
type: Component,
|
|
408
400
|
args: [{
|
|
409
401
|
selector: 'id-header-1177-region-picker-mobile',
|
|
@@ -445,11 +437,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
445
437
|
}] } });
|
|
446
438
|
|
|
447
439
|
class IDHeader1177AvatarAgentComponent {
|
|
448
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
449
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
440
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarAgentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
441
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177AvatarAgentComponent, isStandalone: true, selector: "id-header-1177-avatar-agent", host: { classAttribute: "ids-header-1177-avatar__agent" }, ngImport: i0, template: `
|
|
450
442
|
<ng-content></ng-content>`, isInline: true });
|
|
451
443
|
}
|
|
452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarAgentComponent, decorators: [{
|
|
453
445
|
type: Component,
|
|
454
446
|
args: [{
|
|
455
447
|
selector: 'id-header-1177-avatar-agent',
|
|
@@ -497,8 +489,8 @@ class IDHeader1177NavItemComponent {
|
|
|
497
489
|
this.expandedChange.emit(false);
|
|
498
490
|
this.activeChange.emit(false);
|
|
499
491
|
}
|
|
500
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
501
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
492
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
493
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177NavItemComponent, isStandalone: true, selector: "id-header-1177-nav-item", inputs: { label: "label", notifications: "notifications", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-1177-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-1177-nav-item--expanded": "expanded" }, classAttribute: "ids-header-1177-nav-item" }, queries: [{ propertyName: "col1", first: true, predicate: ["col1"], descendants: true, isSignal: true }, { propertyName: "col2", first: true, predicate: ["col2"], descendants: true, isSignal: true }, { propertyName: "col3", first: true, predicate: ["col3"], descendants: true, isSignal: true }, { propertyName: "col4", first: true, predicate: ["col4"], descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
502
494
|
<div
|
|
503
495
|
idClickOutside
|
|
504
496
|
(idClickOutside)="closeItem()">
|
|
@@ -535,7 +527,7 @@ class IDHeader1177NavItemComponent {
|
|
|
535
527
|
</div>
|
|
536
528
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
537
529
|
}
|
|
538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemComponent, decorators: [{
|
|
539
531
|
type: Component,
|
|
540
532
|
args: [{
|
|
541
533
|
selector: "id-header-1177-nav-item",
|
|
@@ -604,8 +596,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
604
596
|
class IDHeader1177NavItemMobileComponent {
|
|
605
597
|
icon;
|
|
606
598
|
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
607
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
608
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
599
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
600
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177NavItemMobileComponent, isStandalone: true, selector: "id-header-1177-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-1177-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-nav-item-mobile" }, ngImport: i0, template: `
|
|
609
601
|
<span class="ids-header-1177-nav-item-mobile__icon">
|
|
610
602
|
<span class="ids-icon-{{icon}}"></span>
|
|
611
603
|
<ng-content select="[idNavItemMobileIcon]"></ng-content>
|
|
@@ -613,7 +605,7 @@ class IDHeader1177NavItemMobileComponent {
|
|
|
613
605
|
<ng-content></ng-content>
|
|
614
606
|
`, isInline: true });
|
|
615
607
|
}
|
|
616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMobileComponent, decorators: [{
|
|
617
609
|
type: Component,
|
|
618
610
|
args: [{
|
|
619
611
|
selector: "id-header-1177-nav-item-mobile",
|
|
@@ -640,8 +632,8 @@ class IDHeader1177MenuMobileComponent {
|
|
|
640
632
|
toggleExpansion() {
|
|
641
633
|
this.expanded = !this.expanded;
|
|
642
634
|
}
|
|
643
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
644
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
635
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177MenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
636
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177MenuMobileComponent, isStandalone: true, selector: "id-header-1177-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { properties: { "class.ids-header-1177-menu-mobile--unresponsive": "header?.unresponsive", "class.ids-header-1177-menu-mobile--expanded": "expanded" }, classAttribute: "ids-header-1177-menu-mobile" }, ngImport: i0, template: `
|
|
645
637
|
<button
|
|
646
638
|
(click)="toggleExpansion()"
|
|
647
639
|
aria-label="Meny"
|
|
@@ -657,7 +649,7 @@ class IDHeader1177MenuMobileComponent {
|
|
|
657
649
|
</nav>
|
|
658
650
|
}`, isInline: true });
|
|
659
651
|
}
|
|
660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177MenuMobileComponent, decorators: [{
|
|
661
653
|
type: Component,
|
|
662
654
|
args: [{
|
|
663
655
|
selector: "id-header-1177-menu-mobile",
|
|
@@ -689,10 +681,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
689
681
|
}] } });
|
|
690
682
|
|
|
691
683
|
class IDHeader1177NavItemMenuLinkComponent {
|
|
692
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
693
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
684
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
685
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177NavItemMenuLinkComponent, isStandalone: true, selector: "id-header-1177-nav-item-menu-link", host: { classAttribute: "ids-header-1177-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
694
686
|
}
|
|
695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMenuLinkComponent, decorators: [{
|
|
696
688
|
type: Component,
|
|
697
689
|
args: [{
|
|
698
690
|
selector: "id-header-1177-nav-item-menu-link",
|
|
@@ -705,8 +697,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
705
697
|
}] });
|
|
706
698
|
|
|
707
699
|
class IDHeader1177Module {
|
|
708
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
709
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
700
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
701
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module, imports: [IDHeader1177Component,
|
|
710
702
|
IDHeader1177RegionPickerComponent,
|
|
711
703
|
IDHeader1177RegionPickerMobileComponent,
|
|
712
704
|
IDHeader1177AvatarComponent,
|
|
@@ -731,9 +723,9 @@ class IDHeader1177Module {
|
|
|
731
723
|
IDHeader1177SkipToContent,
|
|
732
724
|
IDHeader1177NavItemMenuLinkComponent,
|
|
733
725
|
IDHeader1177BrandLinkDirective] });
|
|
734
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
726
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module });
|
|
735
727
|
}
|
|
736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module, decorators: [{
|
|
737
729
|
type: NgModule,
|
|
738
730
|
args: [{
|
|
739
731
|
imports: [
|