@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDBoxLinkButtonComponent } from
|
|
1
|
+
import { IDBoxLinkButtonComponent } from './box-link-button.component';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDBoxLinkComponent {
|
|
4
4
|
button: import("@angular/core").Signal<IDBoxLinkButtonComponent | undefined>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dialog.component";
|
|
3
|
+
import * as i2 from "./dialog-header.component";
|
|
4
|
+
import * as i3 from "./dialog-content.component";
|
|
5
|
+
import * as i4 from "./dialog-footer.component";
|
|
6
|
+
import * as i5 from "./dialog-trigger.component";
|
|
7
|
+
import * as i6 from "./dialog-close.component";
|
|
8
|
+
export declare class IDDialogModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDDialogModule, never, [typeof i1.IDDialogComponent, typeof i2.IDDialogHeaderComponent, typeof i3.IDDialogContentComponent, typeof i4.IDDialogFooterComponent, typeof i5.IDDialogTriggerComponent, typeof i6.IDDialogCloseComponent], [typeof i1.IDDialogComponent, typeof i2.IDDialogHeaderComponent, typeof i3.IDDialogContentComponent, typeof i4.IDDialogFooterComponent, typeof i5.IDDialogTriggerComponent, typeof i6.IDDialogCloseComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDDialogModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDDistrictSelectorComponent {
|
|
4
|
+
label: string;
|
|
5
|
+
region: '' | "blekinge" | "dalarna" | "gavleborg" | "gotland" | "halland" | "jamtland-harjedalen" | "jonkoping" | "kalmar" | "kronoberg" | "norrbotten" | "orebro" | "ostergotland" | "skane" | "sormland" | "stockholm" | "uppsala" | "varmland" | "vasterbotten" | "vasternorrland" | "vastmanland" | "vastragotaland";
|
|
6
|
+
districtText: string;
|
|
7
|
+
buttonText: string;
|
|
8
|
+
buttonSelectedText: string;
|
|
9
|
+
selected: boolean;
|
|
10
|
+
clicked: EventEmitter<void>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDDistrictSelectorComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDistrictSelectorComponent, "id-district-selector", never, { "label": { "alias": "label"; "required": false; }; "region": { "alias": "region"; "required": false; }; "districtText": { "alias": "districtText"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "buttonSelectedText": { "alias": "buttonSelectedText"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "clicked": "clicked"; }, never, [":not(id-region-icon)"], true, never>;
|
|
13
|
+
static ngAcceptInputType_selected: unknown;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IDDistrictSelectorComponent } from './district-selector.component';
|
|
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class IDSpinnerComponent {
|
|
3
3
|
srText?: string;
|
|
4
4
|
variant: '1' | '2' | '3';
|
|
5
|
+
live?: "polite" | "assertive" | "off";
|
|
5
6
|
get hostClass(): string;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDSpinnerComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSpinnerComponent, "id-spinner", never, { "srText": { "alias": "srText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSpinnerComponent, "id-spinner", never, { "srText": { "alias": "srText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "live": { "alias": "live"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { IDRegionIconComponent } from
|
|
2
|
+
import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeader1177RegionPickerComponent {
|
|
5
5
|
text: string;
|
|
@@ -2,8 +2,10 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeader1177AdminNavComponent {
|
|
4
4
|
mobileOnly: boolean;
|
|
5
|
+
desktopOnly: boolean;
|
|
5
6
|
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminNavComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavComponent, "id-header-1177-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavComponent, "id-header-1177-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; "desktopOnly": { "alias": "desktopOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
9
|
static ngAcceptInputType_mobileOnly: unknown;
|
|
10
|
+
static ngAcceptInputType_desktopOnly: unknown;
|
|
9
11
|
}
|
|
@@ -2,8 +2,10 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeader1177ProNavComponent {
|
|
4
4
|
mobileOnly: boolean;
|
|
5
|
+
desktopOnly: boolean;
|
|
5
6
|
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProNavComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; "desktopOnly": { "alias": "desktopOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
9
|
static ngAcceptInputType_mobileOnly: unknown;
|
|
10
|
+
static ngAcceptInputType_desktopOnly: unknown;
|
|
9
11
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { IDHeaderIneraAdminItemComponent } from
|
|
2
|
-
import { IDHeaderIneraAdminAvatarComponent } from
|
|
3
|
-
import { IDHeaderIneraAdminNavComponent } from
|
|
4
|
-
import { IDHeaderIneraAdminSkipToContentComponent } from
|
|
5
|
-
import { IDHeaderContext } from
|
|
6
|
-
import { IDHeaderIneraAdminBrandLinkDirective } from
|
|
1
|
+
import { IDHeaderIneraAdminItemComponent } from './item/header-inera-admin-item.component';
|
|
2
|
+
import { IDHeaderIneraAdminAvatarComponent } from './avatar/header-inera-admin-avatar.component';
|
|
3
|
+
import { IDHeaderIneraAdminNavComponent } from './nav/header-inera-admin-nav.component';
|
|
4
|
+
import { IDHeaderIneraAdminSkipToContentComponent } from './skip-to-content/header-inera-admin-skip-to-content.component';
|
|
5
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
6
|
+
import { IDHeaderIneraAdminBrandLinkDirective } from './brand-link/header-inera-admin-brand-link.directive';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class IDHeaderIneraAdminComponent implements IDHeaderContext {
|
|
9
9
|
srBrandLabel?: string;
|
|
@@ -5,7 +5,7 @@ import * as i3 from "./avatar-mobile/header-inera-admin-avatar-mobile.component"
|
|
|
5
5
|
import * as i4 from "./item/header-inera-admin-item.component";
|
|
6
6
|
import * as i5 from "./nav/header-inera-admin-nav.component";
|
|
7
7
|
import * as i6 from "./nav-item/header-inera-admin-nav-item.component";
|
|
8
|
-
import * as i7 from "./nav-item-mobile/header-inera-admin-nav-item-mobile";
|
|
8
|
+
import * as i7 from "./nav-item-mobile/header-inera-admin-nav-item-mobile.component";
|
|
9
9
|
import * as i8 from "./menu-mobile/header-inera-admin-menu-mobile.component";
|
|
10
10
|
import * as i9 from "./skip-to-content/header-inera-admin-skip-to-content.component";
|
|
11
11
|
import * as i10 from "./nav-item-menu-link/header-inera-admin-nav-item-menu-link.component";
|
|
@@ -3,9 +3,11 @@ import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeaderIneraAdminNavComponent {
|
|
5
5
|
mobileOnly: boolean;
|
|
6
|
+
desktopOnly: boolean;
|
|
6
7
|
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
7
8
|
header: IDHeaderContext | null;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminNavComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; "desktopOnly": { "alias": "desktopOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
11
|
static ngAcceptInputType_mobileOnly: unknown;
|
|
12
|
+
static ngAcceptInputType_desktopOnly: unknown;
|
|
11
13
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { IDHeaderIneraAdminModule } from
|
|
2
|
-
export { IDHeaderIneraAdminComponent } from
|
|
3
|
-
export { IDHeaderIneraAdminAvatarComponent } from
|
|
4
|
-
export { IDHeaderIneraAdminAvatarMobileComponent } from
|
|
5
|
-
export { IDHeaderIneraAdminItemComponent } from
|
|
6
|
-
export { IDHeaderIneraAdminNavComponent } from
|
|
7
|
-
export { IDHeaderIneraAdminNavItemComponent } from
|
|
8
|
-
export { IDHeaderIneraAdminMenuMobileComponent } from
|
|
9
|
-
export { IDHeaderIneraAdminSkipToContentComponent } from
|
|
10
|
-
export { IDHeaderIneraAdminNavItemMenuLinkComponent } from
|
|
11
|
-
export { IDHeaderIneraAdminNavItemMobileComponent } from
|
|
12
|
-
export { IDHeaderIneraAdminBrandLinkDirective } from
|
|
1
|
+
export { IDHeaderIneraAdminModule } from './header-inera-admin.module';
|
|
2
|
+
export { IDHeaderIneraAdminComponent } from './header-inera-admin.component';
|
|
3
|
+
export { IDHeaderIneraAdminAvatarComponent } from './avatar/header-inera-admin-avatar.component';
|
|
4
|
+
export { IDHeaderIneraAdminAvatarMobileComponent } from './avatar-mobile/header-inera-admin-avatar-mobile.component';
|
|
5
|
+
export { IDHeaderIneraAdminItemComponent } from './item/header-inera-admin-item.component';
|
|
6
|
+
export { IDHeaderIneraAdminNavComponent } from './nav/header-inera-admin-nav.component';
|
|
7
|
+
export { IDHeaderIneraAdminNavItemComponent } from './nav-item/header-inera-admin-nav-item.component';
|
|
8
|
+
export { IDHeaderIneraAdminMenuMobileComponent } from './menu-mobile/header-inera-admin-menu-mobile.component';
|
|
9
|
+
export { IDHeaderIneraAdminSkipToContentComponent } from './skip-to-content/header-inera-admin-skip-to-content.component';
|
|
10
|
+
export { IDHeaderIneraAdminNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-admin-nav-item-menu-link.component';
|
|
11
|
+
export { IDHeaderIneraAdminNavItemMobileComponent } from './nav-item-mobile/header-inera-admin-nav-item-mobile.component';
|
|
12
|
+
export { IDHeaderIneraAdminBrandLinkDirective } from './brand-link/header-inera-admin-brand-link.directive';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
|
+
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IDHeaderIneraGeneralAvatarComponent implements OnDestroy {
|
|
5
|
+
username?: string;
|
|
6
|
+
unit?: string;
|
|
7
|
+
persistent: boolean;
|
|
8
|
+
expanded: boolean;
|
|
9
|
+
expandedChange: EventEmitter<boolean>;
|
|
10
|
+
opened: EventEmitter<void>;
|
|
11
|
+
closed: EventEmitter<void>;
|
|
12
|
+
private idService;
|
|
13
|
+
contentId: string;
|
|
14
|
+
header: IDHeaderContext | null;
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
|
+
private focusTrap;
|
|
17
|
+
constructor();
|
|
18
|
+
handleCloseEvent(): void;
|
|
19
|
+
closeAvatar(): void;
|
|
20
|
+
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralAvatarComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralAvatarComponent, "id-header-inera-general-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-inera-general-avatar-agent", "*"], true, never>;
|
|
24
|
+
static ngAcceptInputType_persistent: unknown;
|
|
25
|
+
static ngAcceptInputType_expanded: unknown;
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
|
+
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IDHeaderIneraGeneralAvatarMobileComponent implements OnDestroy {
|
|
5
|
+
username?: string;
|
|
6
|
+
unit?: string;
|
|
7
|
+
expanded: boolean;
|
|
8
|
+
persistent: boolean;
|
|
9
|
+
expandedChange: EventEmitter<boolean>;
|
|
10
|
+
opened: EventEmitter<void>;
|
|
11
|
+
closed: EventEmitter<void>;
|
|
12
|
+
private idService;
|
|
13
|
+
contentId: string;
|
|
14
|
+
header: IDHeaderContext | null;
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
|
+
private focusTrap;
|
|
17
|
+
constructor();
|
|
18
|
+
handleCloseEvent(): void;
|
|
19
|
+
closeAvatar(): void;
|
|
20
|
+
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralAvatarMobileComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralAvatarMobileComponent, "id-header-inera-general-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
24
|
+
static ngAcceptInputType_expanded: unknown;
|
|
25
|
+
static ngAcceptInputType_persistent: unknown;
|
|
26
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
|
|
2
|
+
import { IDHeaderIneraGeneralAvatarComponent } from './avatar/header-inera-general-avatar.component';
|
|
2
3
|
import { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
|
|
4
|
+
import { IDHeaderIneraGeneralNavMobileComponent } from './nav-mobile/header-inera-general-nav-mobile.component';
|
|
3
5
|
import { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
|
|
4
6
|
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
5
7
|
import { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
|
|
@@ -9,9 +11,12 @@ export declare class IDHeaderIneraGeneralComponent implements IDHeaderContext {
|
|
|
9
11
|
brandText: string;
|
|
10
12
|
items: import("@angular/core").Signal<readonly IDHeaderIneraGeneralItemComponent[]>;
|
|
11
13
|
nav: import("@angular/core").Signal<IDHeaderIneraGeneralNavComponent | undefined>;
|
|
14
|
+
avatar: import("@angular/core").Signal<IDHeaderIneraGeneralAvatarComponent | undefined>;
|
|
15
|
+
navMobile: import("@angular/core").Signal<IDHeaderIneraGeneralNavMobileComponent | undefined>;
|
|
12
16
|
brandLink: import("@angular/core").Signal<IDHeaderIneraGeneralBrandLinkDirective | undefined>;
|
|
13
17
|
skipToContent: import("@angular/core").Signal<IDHeaderIneraGeneralSkipToContent | undefined>;
|
|
18
|
+
hasHeaderItems: import("@angular/core").Signal<boolean>;
|
|
14
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["items", "nav", "brandLink", "skipToContent"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile"], true, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["items", "nav", "avatar", "navMobile", "brandLink", "skipToContent"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile", "id-header-inera-general-avatar"], true, never>;
|
|
16
21
|
static ngAcceptInputType_unresponsive: unknown;
|
|
17
22
|
}
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./header-inera-general.component";
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./nav-item-
|
|
9
|
-
import * as i8 from "./
|
|
3
|
+
import * as i2 from "./avatar/header-inera-general-avatar.component";
|
|
4
|
+
import * as i3 from "./avatar-mobile/header-inera-general-avatar-mobile.component";
|
|
5
|
+
import * as i4 from "./item/header-inera-general-item.component";
|
|
6
|
+
import * as i5 from "./nav/header-inera-general-nav.component";
|
|
7
|
+
import * as i6 from "./nav-item/header-inera-general-nav-item.component";
|
|
8
|
+
import * as i7 from "./nav-item-mobile/header-inera-general-nav-item-mobile.component";
|
|
9
|
+
import * as i8 from "./menu-mobile/header-inera-general-menu-mobile.component";
|
|
10
|
+
import * as i9 from "./skip-to-content/header-inera-general-skip-to-content.component";
|
|
11
|
+
import * as i10 from "./nav-item-menu-link/header-inera-general-nav-item-menu-link.component";
|
|
12
|
+
import * as i11 from "./brand-link/header-inera-general-brand-link.directive";
|
|
10
13
|
export declare class IDHeaderIneraGeneralModule {
|
|
11
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderIneraGeneralModule, never, [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderIneraGeneralModule, never, [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralAvatarComponent, typeof i3.IDHeaderIneraGeneralAvatarMobileComponent, typeof i4.IDHeaderIneraGeneralItemComponent, typeof i5.IDHeaderIneraGeneralNavComponent, typeof i6.IDHeaderIneraGeneralNavItemComponent, typeof i7.IDHeaderIneraGeneralNavItemMobileComponent, typeof i8.IDHeaderIneraGeneralMenuMobileComponent, typeof i9.IDHeaderIneraGeneralSkipToContent, typeof i10.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i11.IDHeaderIneraGeneralBrandLinkDirective], [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralAvatarComponent, typeof i3.IDHeaderIneraGeneralAvatarMobileComponent, typeof i4.IDHeaderIneraGeneralItemComponent, typeof i5.IDHeaderIneraGeneralNavComponent, typeof i6.IDHeaderIneraGeneralNavItemComponent, typeof i7.IDHeaderIneraGeneralNavItemMobileComponent, typeof i8.IDHeaderIneraGeneralMenuMobileComponent, typeof i9.IDHeaderIneraGeneralSkipToContent, typeof i10.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i11.IDHeaderIneraGeneralBrandLinkDirective]>;
|
|
13
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderIneraGeneralModule>;
|
|
14
17
|
}
|
|
@@ -2,9 +2,11 @@ import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeaderIneraGeneralItemComponent {
|
|
4
4
|
mobile: boolean;
|
|
5
|
+
separatorLeft: boolean;
|
|
5
6
|
icon?: string;
|
|
6
7
|
header: IDHeaderContext | null;
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralItemComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralItemComponent, "id-header-inera-general-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*", "*"], true, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralItemComponent, "id-header-inera-general-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "separatorLeft": { "alias": "separatorLeft"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*", "*"], true, never>;
|
|
9
10
|
static ngAcceptInputType_mobile: unknown;
|
|
11
|
+
static ngAcceptInputType_separatorLeft: unknown;
|
|
10
12
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDHeaderIneraGeneralNavItemMobileComponent {
|
|
4
|
+
icon?: string;
|
|
5
|
+
header: IDHeaderContext | null;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavItemMobileComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavItemMobileComponent, "id-header-inera-general-nav-item-mobile", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["[idNavItemMobileIcon]", "*"], true, never>;
|
|
8
|
+
}
|
package/components/header-inera-general/nav-mobile/header-inera-general-nav-mobile.component.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDHeaderIneraGeneralNavMobileComponent {
|
|
4
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavMobileComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavMobileComponent, "id-header-inera-general-nav-mobile", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
export { IDHeaderIneraGeneralModule } from './header-inera-general.module';
|
|
2
|
+
export { IDHeaderIneraGeneralAvatarComponent } from './avatar/header-inera-general-avatar.component';
|
|
3
|
+
export { IDHeaderIneraGeneralAvatarMobileComponent } from './avatar-mobile/header-inera-general-avatar-mobile.component';
|
|
2
4
|
export { IDHeaderIneraGeneralComponent } from './header-inera-general.component';
|
|
3
5
|
export { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
|
|
4
6
|
export { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
|
|
7
|
+
export { IDHeaderIneraGeneralNavMobileComponent } from './nav-mobile/header-inera-general-nav-mobile.component';
|
|
5
8
|
export { IDHeaderIneraGeneralNavItemComponent } from './nav-item/header-inera-general-nav-item.component';
|
|
9
|
+
export { IDHeaderIneraGeneralNavItemMobileComponent } from './nav-item-mobile/header-inera-general-nav-item-mobile.component';
|
|
10
|
+
export { IDHeaderIneraGeneralNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-general-nav-item-menu-link.component';
|
|
6
11
|
export { IDHeaderIneraGeneralMenuMobileComponent } from './menu-mobile/header-inera-general-menu-mobile.component';
|
|
7
12
|
export { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
|
|
8
|
-
export { IDHeaderIneraGeneralNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-general-nav-item-menu-link.component';
|
|
9
13
|
export { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDMessageAvatarComponent {
|
|
3
|
+
user?: 1 | 2;
|
|
4
|
+
icon?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
subtitle?: string;
|
|
7
|
+
get hostClasses(): string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDMessageAvatarComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDMessageAvatarComponent, "id-message-avatar", never, { "user": { "alias": "user"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; }, {}, never, ["[idMessageAvatarImage]"], true, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IDMessageAvatarComponent } from './message-avatar.component';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AfterContentChecked, EventEmitter, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDNavigationContentItemComponent implements AfterContentChecked {
|
|
4
|
+
selected: boolean;
|
|
5
|
+
expanded: boolean;
|
|
6
|
+
level: number;
|
|
7
|
+
srShowText: string;
|
|
8
|
+
srHideText: string;
|
|
9
|
+
closed: EventEmitter<Event>;
|
|
10
|
+
opened: EventEmitter<Event>;
|
|
11
|
+
items: QueryList<IDNavigationContentItemComponent>;
|
|
12
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
13
|
+
private useId;
|
|
14
|
+
subItemId: string;
|
|
15
|
+
ngAfterContentChecked(): void;
|
|
16
|
+
get buttonToggleText(): string;
|
|
17
|
+
toggleItem(event: Event): void;
|
|
18
|
+
hasClosed(event: Event): void;
|
|
19
|
+
hasExpanded(event: Event): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentItemComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentItemComponent, "id-navigation-content-item", never, { "selected": { "alias": "selected"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "level": { "alias": "level"; "required": false; }; "srShowText": { "alias": "srShowText"; "required": false; }; "srHideText": { "alias": "srHideText"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; }, ["items"], [":not(id-navigation-content-item)"], true, never>;
|
|
22
|
+
static ngAcceptInputType_selected: unknown;
|
|
23
|
+
static ngAcceptInputType_expanded: unknown;
|
|
24
|
+
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { IDNavigationContentLinkComponent } from './navigation-content-link.component';
|
|
2
|
+
import { IDNavigationContentItemComponent } from './navigation-content-item.component';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class IDNavigationContentComponent {
|
|
4
5
|
headline?: string;
|
|
5
6
|
maxHeight?: string;
|
|
7
|
+
private useId;
|
|
8
|
+
headerId: string;
|
|
6
9
|
linkComponents: import("@angular/core").Signal<readonly IDNavigationContentLinkComponent[]>;
|
|
10
|
+
itemComponents: import("@angular/core").Signal<readonly IDNavigationContentItemComponent[]>;
|
|
7
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": { "alias": "headline"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["linkComponents"], never, true, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": { "alias": "headline"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["linkComponents", "itemComponents"], never, true, never>;
|
|
9
13
|
}
|
|
@@ -11,7 +11,9 @@ export declare class IDSideMenuComponent {
|
|
|
11
11
|
expandedChange: EventEmitter<boolean>;
|
|
12
12
|
closed: EventEmitter<Event>;
|
|
13
13
|
opened: EventEmitter<Event>;
|
|
14
|
+
private idService;
|
|
14
15
|
menuChildren: import("@angular/core").Signal<readonly IDSideMenuComponent[]>;
|
|
16
|
+
contentId: string;
|
|
15
17
|
private parent;
|
|
16
18
|
constructor();
|
|
17
19
|
get hostClasses(): string;
|
|
@@ -10,6 +10,8 @@ export declare class IDStepComponent {
|
|
|
10
10
|
closed: EventEmitter<Event>;
|
|
11
11
|
opened: EventEmitter<Event>;
|
|
12
12
|
expandedChange: EventEmitter<boolean>;
|
|
13
|
+
private idService;
|
|
14
|
+
contentId: string;
|
|
13
15
|
toggleExpansion(): void;
|
|
14
16
|
hasClosed(): void;
|
|
15
17
|
hasExpanded(): void;
|
|
@@ -22,10 +22,10 @@ class IDInputLabelLinker {
|
|
|
22
22
|
this.renderer.setAttribute(input, 'id', id);
|
|
23
23
|
this.renderer.setAttribute(label, 'for', id);
|
|
24
24
|
}
|
|
25
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
26
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
25
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputLabelLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
26
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputLabelLinker, providedIn: 'root' });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputLabelLinker, decorators: [{
|
|
29
29
|
type: Injectable,
|
|
30
30
|
args: [{ providedIn: 'root' }]
|
|
31
31
|
}], ctorParameters: () => [{ type: i0.RendererFactory2 }] });
|
|
@@ -51,10 +51,10 @@ class IDInputDescribedByLinker {
|
|
|
51
51
|
this.renderer.removeAttribute(input, 'aria-describedby');
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
55
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
54
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputDescribedByLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
55
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputDescribedByLinker, providedIn: 'root' });
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputDescribedByLinker, decorators: [{
|
|
58
58
|
type: Injectable,
|
|
59
59
|
args: [{ providedIn: 'root' }]
|
|
60
60
|
}], ctorParameters: () => [{ type: i0.RendererFactory2 }] });
|
|
@@ -78,10 +78,10 @@ class IDInputInvalidLinker {
|
|
|
78
78
|
this.renderer.removeAttribute(input, 'aria-invalid');
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
82
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
81
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputInvalidLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
82
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputInvalidLinker, providedIn: 'root' });
|
|
83
83
|
}
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputInvalidLinker, decorators: [{
|
|
85
85
|
type: Injectable,
|
|
86
86
|
args: [{ providedIn: 'root' }]
|
|
87
87
|
}], ctorParameters: () => [{ type: i0.RendererFactory2 }] });
|
|
@@ -95,10 +95,10 @@ class IDUseIdService {
|
|
|
95
95
|
IDUseIdService.componentCounters[componentName]++;
|
|
96
96
|
return `ids-${componentName}-${IDUseIdService.componentCounters[componentName]}`;
|
|
97
97
|
}
|
|
98
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
99
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
98
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDUseIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
99
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDUseIdService, providedIn: 'root' });
|
|
100
100
|
}
|
|
101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDUseIdService, decorators: [{
|
|
102
102
|
type: Injectable,
|
|
103
103
|
args: [{ providedIn: 'root' }]
|
|
104
104
|
}] });
|
|
@@ -107,10 +107,10 @@ class IDErrorMessageBase {
|
|
|
107
107
|
show = false;
|
|
108
108
|
idService = inject(IDUseIdService);
|
|
109
109
|
id = this.idService.generateId('error-message');
|
|
110
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
111
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
110
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDErrorMessageBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
111
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDErrorMessageBase, isStandalone: true, inputs: { show: "show" }, host: { properties: { "class.ids-error-message--show": "this.show" } }, ngImport: i0 });
|
|
112
112
|
}
|
|
113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDErrorMessageBase, decorators: [{
|
|
114
114
|
type: Directive
|
|
115
115
|
}], propDecorators: { show: [{
|
|
116
116
|
type: HostBinding,
|
|
@@ -212,10 +212,10 @@ class IDFormBase {
|
|
|
212
212
|
ngOnDestroy() {
|
|
213
213
|
this.blurEvent?.();
|
|
214
214
|
}
|
|
215
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
216
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
215
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFormBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
216
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDFormBase, isStandalone: true, inputs: { validateOn: "validateOn", invalid: "invalid", srof: "srof", light: "light" }, outputs: { invalidChange: "invalidChange" }, queries: [{ propertyName: "ngControl", first: true, predicate: NgControl, descendants: true, read: NgControl }, { propertyName: "errorMessage", first: true, predicate: IDErrorMessageBase, descendants: true }], ngImport: i0 });
|
|
217
217
|
}
|
|
218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFormBase, decorators: [{
|
|
219
219
|
type: Directive
|
|
220
220
|
}], propDecorators: { ngControl: [{
|
|
221
221
|
type: ContentChild,
|
|
@@ -249,10 +249,10 @@ class IDClickOutsideDirective {
|
|
|
249
249
|
this.idClickOutside.emit(event);
|
|
250
250
|
}
|
|
251
251
|
};
|
|
252
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
253
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
253
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDClickOutsideDirective, isStandalone: true, selector: "[idClickOutside]", outputs: { idClickOutside: "idClickOutside" }, ngImport: i0 });
|
|
254
254
|
}
|
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDClickOutsideDirective, decorators: [{
|
|
256
256
|
type: Directive,
|
|
257
257
|
args: [{
|
|
258
258
|
selector: '[idClickOutside]',
|
|
@@ -268,10 +268,10 @@ class IDTooltipCategoryService {
|
|
|
268
268
|
this.closeCategory.set(null);
|
|
269
269
|
this.closeCategory.set(category);
|
|
270
270
|
}
|
|
271
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
272
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
271
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDTooltipCategoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
272
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDTooltipCategoryService, providedIn: 'root' });
|
|
273
273
|
}
|
|
274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDTooltipCategoryService, decorators: [{
|
|
275
275
|
type: Injectable,
|
|
276
276
|
args: [{ providedIn: 'root' }]
|
|
277
277
|
}] });
|
|
@@ -6,14 +6,14 @@ import { IDUseIdService } from '@inera/ids-angular/common';
|
|
|
6
6
|
|
|
7
7
|
class IDAccordionHeaderComponent {
|
|
8
8
|
template = viewChild.required(TemplateRef);
|
|
9
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDAccordionHeaderComponent, isStandalone: true, selector: "id-accordion-header", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
11
11
|
<ng-template>
|
|
12
12
|
<ng-content></ng-content>
|
|
13
13
|
</ng-template>
|
|
14
14
|
`, isInline: true });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionHeaderComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'id-accordion-header',
|
|
@@ -80,10 +80,10 @@ class IDAccordionComponent {
|
|
|
80
80
|
}
|
|
81
81
|
this.expandedChange.emit(this.expanded);
|
|
82
82
|
}
|
|
83
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
84
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
83
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
84
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDAccordionComponent, isStandalone: true, selector: "id-accordion", inputs: { subtitle: "subtitle", lean: ["lean", "lean", booleanAttribute], noBorder: ["noBorder", "noBorder", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute], level: "level", size: "size" }, outputs: { closed: "closed", opened: "opened", expandedChange: "expandedChange" }, host: { properties: { "class.ids-accordion--expanded": "expanded", "class.ids-accordion--no-border": "noBorder", "class.ids-accordion--lean": "lean", "class.ids-accordion--has-children": "hasChildren", "class.ids-accordion--is-child": "isChild" }, classAttribute: "ids-accordion" }, queries: [{ propertyName: "nestedAccordions", predicate: IDAccordionComponent, isSignal: true }, { propertyName: "header", first: true, predicate: IDAccordionHeaderComponent, descendants: true, isSignal: true }], ngImport: i0, template: "<button\n [class]=\"'ids-accordion__button ids-accordion__button--' + size\"\n (click)=\"toggleExpansion($event)\"\n [attr.aria-expanded]=\"expanded\"\n [attr.aria-controls]=\"contentId\"\n>\n <div\n [class]=\"\n 'ids-accordion__headline ids-accordion__headline-' +\n level +\n ' ids-accordion__headline--' +\n size +\n (expanded ? ' ids-accordion__headline--expanded' : '')\n \"\n >\n <ng-container [ngTemplateOutlet]=\"header()!.template()\"></ng-container>\n @if (!!subtitle) {\n <div class=\"ids-accordion__subtitle\">{{ subtitle }}</div>\n }\n </div>\n</button>\n\n<div\n [id]=\"contentId\"\n class=\"ids-accordion__content\"\n [hidden]=\"!expanded\"\n>\n <ng-content select=\":not(id-accordion-header)\"></ng-content>\n</div>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
85
85
|
}
|
|
86
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionComponent, decorators: [{
|
|
87
87
|
type: Component,
|
|
88
88
|
args: [{ selector: 'id-accordion', host: {
|
|
89
89
|
class: 'ids-accordion',
|