@inera/ids-angular 9.2.1 → 9.3.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/common/directives/click-outside.directive.d.ts +3 -3
- package/common/public-api.d.ts +1 -1
- package/components/accordion/accordion-header.component.d.ts +1 -1
- package/components/accordion/accordion.component.d.ts +5 -4
- package/components/alert/alert-header.component.d.ts +1 -1
- package/components/alert/alert.component.d.ts +2 -2
- package/components/box-link/box-link-button.component.d.ts +2 -2
- package/components/box-link/box-link.component.d.ts +1 -1
- package/components/breadcrumbs/breadcrumbs.component.d.ts +3 -4
- package/components/breadcrumbs/crumb.component.d.ts +1 -1
- package/components/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/components/carousel/carousel.component.d.ts +4 -4
- package/components/control-button/control-button.directive.d.ts +5 -0
- package/components/control-button/index.d.ts +5 -0
- package/components/control-button/public-api.d.ts +1 -0
- package/components/dialog/dialog.component.d.ts +4 -4
- package/components/dropdown/dropdown.component.d.ts +1 -1
- package/components/footer-1177/footer-1177-col.component.d.ts +4 -4
- package/components/footer-1177/footer-1177.component.d.ts +6 -4
- package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +4 -4
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +5 -4
- package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +4 -4
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +6 -4
- package/components/footer-inera/footer-inera-col.component.d.ts +4 -4
- package/components/footer-inera/footer-inera.component.d.ts +5 -4
- package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +4 -4
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +5 -4
- package/components/footer-inera-general/footer-inera-general-col.component.d.ts +4 -4
- package/components/footer-inera-general/footer-inera-general.component.d.ts +6 -4
- package/components/form/checkbox-group/checkbox-group.component.d.ts +4 -4
- package/components/form/input/input-clear-button.component.d.ts +5 -0
- package/components/form/input/input.component.d.ts +7 -3
- package/components/form/input/public-api.d.ts +1 -0
- package/components/form/label-subtitle/index.d.ts +5 -0
- package/components/form/label-subtitle/label-subtitle.component.d.ts +5 -0
- package/components/form/label-subtitle/public-api.d.ts +1 -0
- package/components/form/radio/radio-group.component.d.ts +4 -4
- package/components/form/radio/radio.component.d.ts +1 -1
- package/components/form/radio-button/radio-button-group.component.d.ts +1 -2
- package/components/form/range/range.component.d.ts +1 -1
- package/components/form/select/select.component.d.ts +1 -1
- package/components/form/select-multiple/select-multiple.component.d.ts +3 -3
- package/components/form/textarea/textarea.component.d.ts +1 -1
- package/components/form/time/time.component.d.ts +1 -1
- package/components/global-alert/global-alert-actions.component.d.ts +1 -1
- package/components/global-alert/global-alert-header.component.d.ts +1 -1
- package/components/global-alert/global-alert.component.d.ts +2 -2
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
- package/components/header-1177/header-1177.component.d.ts +6 -7
- package/components/header-1177/nav/header-1177-nav.component.d.ts +1 -1
- package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +5 -5
- package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +3 -3
- package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +3 -3
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +1 -1
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +1 -1
- package/components/header-1177-admin/header-1177-admin.component.d.ts +3 -3
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +4 -4
- package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +5 -5
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +1 -1
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +1 -1
- package/components/header-1177-pro/header-1177-pro.component.d.ts +3 -3
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +4 -4
- package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +5 -5
- package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +4 -4
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +1 -1
- package/components/header-inera/header-inera.component.d.ts +5 -6
- package/components/header-inera/nav/header-inera-nav.component.d.ts +2 -4
- package/components/header-inera/nav-item/header-inera-nav-item.component.d.ts +5 -5
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +1 -1
- package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +1 -1
- package/components/header-inera-admin/header-inera-admin.component.d.ts +6 -7
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +4 -4
- package/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.d.ts +4 -4
- package/components/header-inera-general/header-inera-general.component.d.ts +5 -6
- package/components/header-inera-general/nav/header-inera-general-nav.component.d.ts +1 -1
- package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts +5 -5
- package/components/mobile/menu/item/mobile-menu-item.component.d.ts +3 -3
- package/components/mobile/menu/mobile-menu.component.d.ts +1 -2
- package/components/navigation/content/navigation-content-link.component.d.ts +1 -1
- package/components/navigation/content/navigation-content.component.d.ts +1 -2
- package/components/navigation/local/navigation-local-link.component.d.ts +1 -1
- package/components/navigation/local/navigation-local.component.d.ts +1 -2
- package/components/popover/popover.component.d.ts +4 -4
- package/components/puff-list/puff-list-item.component.d.ts +1 -1
- package/components/puff-list/puff-list.component.d.ts +1 -2
- package/components/side-menu/side-menu.component.d.ts +2 -2
- package/components/side-panel/side-panel.component.d.ts +7 -6
- package/components/stepper/stepper.component.d.ts +2 -2
- package/components/tabs/tab-group.component.d.ts +3 -2
- package/components/tabs/tab.component.d.ts +2 -2
- package/components/tag/tag.component.d.ts +1 -1
- package/components/tooltip/tooltip.component.d.ts +2 -2
- package/fesm2022/inera-ids-angular-common.mjs +8 -9
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +19 -28
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +8 -14
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +8 -14
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +15 -26
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +16 -23
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-control-button.mjs +24 -0
- package/fesm2022/inera-ids-angular-components-control-button.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-dialog.mjs +10 -17
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +4 -7
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +28 -35
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +29 -35
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +29 -35
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +28 -35
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +30 -35
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +28 -35
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +9 -15
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +58 -34
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs +25 -0
- package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +6 -9
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +11 -17
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-range.mjs +2 -2
- package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +8 -11
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +2 -2
- package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +2 -2
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +2 -2
- package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +11 -23
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +29 -59
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +64 -91
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +74 -104
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +31 -67
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +22 -49
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +23 -54
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +6 -12
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +13 -22
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +7 -13
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -13
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +106 -61
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +16 -22
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +9 -12
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +91 -79
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +5 -8
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +14 -22
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +18 -24
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +115 -107
- /package/common/services/{use-id.service.ts.d.ts → use-id.service.d.ts} +0 -0
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDSelectComponent extends IDFormBase implements AfterContentInit {
|
|
5
5
|
ngAfterContentInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectComponent, "id-select", never, {}, {}, never, ["label", "id-tooltip", "id-popover", "select"], true, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectComponent, "id-select", never, {}, {}, never, ["label", "id-tooltip", "id-popover", "id-label-subtitle", "select"], true, never>;
|
|
8
8
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter
|
|
1
|
+
import { AfterContentInit, ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { IDFormBase } from '@inera/ids-angular/common';
|
|
3
3
|
import { IDCheckboxComponent } from '@inera/ids-angular/components/form/checkbox';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -18,7 +18,7 @@ export declare class IDSelectMultipleComponent extends IDFormBase implements Aft
|
|
|
18
18
|
isDropdownVisible: boolean;
|
|
19
19
|
selectedValues: number;
|
|
20
20
|
get checkboxes(): HTMLInputElement[];
|
|
21
|
-
checkboxComponents:
|
|
21
|
+
checkboxComponents: import("@angular/core").Signal<readonly IDCheckboxComponent[]>;
|
|
22
22
|
get displayValue(): string;
|
|
23
23
|
host: ElementRef<any>;
|
|
24
24
|
toggleVisibility(): void;
|
|
@@ -29,7 +29,7 @@ export declare class IDSelectMultipleComponent extends IDFormBase implements Aft
|
|
|
29
29
|
checkShowErrorMessage(): void;
|
|
30
30
|
setDisplayValues: () => void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectMultipleComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "maxheight": { "alias": "maxheight"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; }; "multiSelectedLabel": { "alias": "multiSelectedLabel"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["checkboxComponents"], ["id-tooltip", "id-popover", "*"], true, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "maxheight": { "alias": "maxheight"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; }; "multiSelectedLabel": { "alias": "multiSelectedLabel"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["checkboxComponents"], ["id-tooltip", "id-popover", "id-label-subtitle", "*"], true, never>;
|
|
33
33
|
static ngAcceptInputType_disabled: unknown;
|
|
34
34
|
static ngAcceptInputType_ariaDisabled: unknown;
|
|
35
35
|
}
|
|
@@ -11,7 +11,7 @@ export declare class IDTextareaComponent extends IDFormBase implements AfterCont
|
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
updateAutosize(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTextareaComponent, "id-textarea", never, { "block": { "alias": "block"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; }, {}, never, ["label", "id-tooltip", "id-popover", "*"], true, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTextareaComponent, "id-textarea", never, { "block": { "alias": "block"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; }, {}, never, ["label", "id-tooltip", "id-popover", "id-label-subtitle", "*"], true, never>;
|
|
15
15
|
static ngAcceptInputType_block: unknown;
|
|
16
16
|
static ngAcceptInputType_autoSize: unknown;
|
|
17
17
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDTimeComponent extends IDFormBase implements AfterContentChecked {
|
|
5
5
|
ngAfterContentChecked(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTimeComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTimeComponent, "id-time", never, {}, {}, never, ["label", "id-tooltip", "id-popover", "input"], true, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTimeComponent, "id-time", never, {}, {}, never, ["label", "id-tooltip", "id-popover", "id-label-subtitle", "input"], true, never>;
|
|
8
8
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDGlobalAlertActionsComponent {
|
|
4
|
-
template: TemplateRef<any
|
|
4
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertActionsComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertActionsComponent, "id-global-alert-actions", never, {}, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDGlobalAlertHeaderComponent {
|
|
4
|
-
template: TemplateRef<any
|
|
4
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertHeaderComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertHeaderComponent, "id-global-alert-header", never, {}, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -11,8 +11,8 @@ export declare class IDGlobalAlertComponent {
|
|
|
11
11
|
private _collapsed;
|
|
12
12
|
get collapsed(): boolean;
|
|
13
13
|
set collapsed(value: boolean);
|
|
14
|
-
header: IDGlobalAlertHeaderComponent
|
|
15
|
-
actions: IDGlobalAlertActionsComponent
|
|
14
|
+
header: import("@angular/core").Signal<IDGlobalAlertHeaderComponent | undefined>;
|
|
15
|
+
actions: import("@angular/core").Signal<IDGlobalAlertActionsComponent | undefined>;
|
|
16
16
|
collapsedChange: EventEmitter<boolean>;
|
|
17
17
|
closed: EventEmitter<void>;
|
|
18
18
|
opened: EventEmitter<void>;
|
|
@@ -9,7 +9,7 @@ export declare class IDHeader1177AvatarComponent implements OnDestroy {
|
|
|
9
9
|
opened: EventEmitter<void>;
|
|
10
10
|
closed: EventEmitter<void>;
|
|
11
11
|
header: IDHeaderContext | null;
|
|
12
|
-
menuContent
|
|
12
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
13
13
|
private focusTrap;
|
|
14
14
|
constructor();
|
|
15
15
|
handleCloseEvent(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { QueryList } from "@angular/core";
|
|
2
1
|
import { IDHeader1177ItemComponent } from "./item/header-1177-item.component";
|
|
3
2
|
import { IDHeader1177AvatarComponent } from "./avatar/header-1177-avatar.component";
|
|
4
3
|
import { IDHeader1177NavComponent } from "./nav/header-1177-nav.component";
|
|
@@ -10,12 +9,12 @@ export declare class IDHeader1177Component implements IDHeaderContext {
|
|
|
10
9
|
srBrandLabel: string;
|
|
11
10
|
brandHref?: string;
|
|
12
11
|
unresponsive: boolean;
|
|
13
|
-
items:
|
|
14
|
-
avatar: IDHeader1177AvatarComponent
|
|
15
|
-
nav: IDHeader1177NavComponent
|
|
16
|
-
brandLink: IDHeader1177BrandLinkDirective
|
|
17
|
-
skipToContent: IDHeader1177SkipToContent
|
|
12
|
+
items: import("@angular/core").Signal<readonly IDHeader1177ItemComponent[]>;
|
|
13
|
+
avatar: import("@angular/core").Signal<IDHeader1177AvatarComponent | undefined>;
|
|
14
|
+
nav: import("@angular/core").Signal<IDHeader1177NavComponent | undefined>;
|
|
15
|
+
brandLink: import("@angular/core").Signal<IDHeader1177BrandLinkDirective | undefined>;
|
|
16
|
+
skipToContent: import("@angular/core").Signal<IDHeader1177SkipToContent | undefined>;
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177Component, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177Component, "id-header-1177", never, { "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; }, {}, ["avatar", "nav", "brandLink", "skipToContent"
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177Component, "id-header-1177", never, { "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; }, {}, ["items", "avatar", "nav", "brandLink", "skipToContent"], ["id-header-1177-admin-skip-to-content", "[idBrand1177Link]", "id-header-1177-region-picker", "id-header-1177-avatar", "id-header-1177-menu-mobile", "id-header-1177-item"], true, never>;
|
|
20
19
|
static ngAcceptInputType_unresponsive: unknown;
|
|
21
20
|
}
|
|
@@ -2,7 +2,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeader1177NavComponent {
|
|
4
4
|
hideOnTablet: boolean;
|
|
5
|
-
template: TemplateRef<any
|
|
5
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177NavComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177NavComponent, "id-header-1177-nav", never, { "hideOnTablet": { "alias": "hideOnTablet"; "required": false; }; }, {}, never, ["*", "id-header-1177-region-picker-mobile", "id-header-1177-nav-item-mobile"], true, never>;
|
|
8
8
|
static ngAcceptInputType_hideOnTablet: unknown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeader1177NavItemComponent {
|
|
@@ -8,10 +8,10 @@ export declare class IDHeader1177NavItemComponent {
|
|
|
8
8
|
activeChange: EventEmitter<boolean>;
|
|
9
9
|
expanded: boolean;
|
|
10
10
|
expandedChange: EventEmitter<boolean>;
|
|
11
|
-
col1: TemplateRef<any> |
|
|
12
|
-
col2: TemplateRef<any> |
|
|
13
|
-
col3: TemplateRef<any> |
|
|
14
|
-
col4: TemplateRef<any> |
|
|
11
|
+
col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
12
|
+
col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
|
+
col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
14
|
+
col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
15
15
|
private idService;
|
|
16
16
|
protected contentId: string;
|
|
17
17
|
header: IDHeaderContext | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { IDRegionIconComponent } from "@inera/ids-angular/components/region-icon";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeader1177RegionPickerComponent {
|
|
@@ -8,8 +8,8 @@ export declare class IDHeader1177RegionPickerComponent {
|
|
|
8
8
|
expandedChange: EventEmitter<boolean>;
|
|
9
9
|
opened: EventEmitter<void>;
|
|
10
10
|
closed: EventEmitter<void>;
|
|
11
|
-
regionIcon: IDRegionIconComponent
|
|
12
|
-
template: TemplateRef<any
|
|
11
|
+
regionIcon: import("@angular/core").Signal<IDRegionIconComponent | undefined>;
|
|
12
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
13
13
|
toggleRegion(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177RegionPickerComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177RegionPickerComponent, "id-header-1177-region-picker", never, { "text": { "alias": "text"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "regionSelected": { "alias": "regionSelected"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, ["regionIcon"], ["*"], true, never>;
|
package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { IDRegionIconComponent } from
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeader1177RegionPickerMobileComponent {
|
|
5
5
|
text: string;
|
|
6
6
|
expanded: boolean;
|
|
7
7
|
regionSelected: boolean;
|
|
8
|
-
regionIcon: IDRegionIconComponent
|
|
8
|
+
regionIcon: import("@angular/core").Signal<IDRegionIconComponent | undefined>;
|
|
9
9
|
expandedChange: EventEmitter<boolean>;
|
|
10
10
|
opened: EventEmitter<void>;
|
|
11
11
|
closed: EventEmitter<void>;
|
|
@@ -12,7 +12,7 @@ export declare class IDHeader1177AdminAvatarComponent implements OnDestroy {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
-
menuContent
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
16
|
private focusTrap;
|
|
17
17
|
constructor();
|
|
18
18
|
handleCloseEvent(): void;
|
package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class IDHeader1177AdminAvatarMobileComponent implements OnDestroy
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
-
menuContent
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
16
|
private focusTrap;
|
|
17
17
|
constructor();
|
|
18
18
|
handleCloseEvent(): void;
|
|
@@ -10,9 +10,9 @@ export declare class IDHeader1177AdminComponent implements IDHeaderContext {
|
|
|
10
10
|
unresponsive: boolean;
|
|
11
11
|
brandHref?: string;
|
|
12
12
|
srBrandLabel: string;
|
|
13
|
-
avatar: IDHeader1177AdminAvatarComponent
|
|
14
|
-
nav: IDHeader1177AdminNavComponent
|
|
15
|
-
brandLink: IDHeader1177AdminBrandLinkDirective
|
|
13
|
+
avatar: import("@angular/core").Signal<IDHeader1177AdminAvatarComponent | undefined>;
|
|
14
|
+
nav: import("@angular/core").Signal<IDHeader1177AdminNavComponent | undefined>;
|
|
15
|
+
brandLink: import("@angular/core").Signal<IDHeader1177AdminBrandLinkDirective | undefined>;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminComponent, "id-header-1177-admin", never, { "brandText": { "alias": "brandText"; "required": false; }; "brandTextTop": { "alias": "brandTextTop"; "required": false; }; "brandTextBottom": { "alias": "brandTextBottom"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; }, {}, ["avatar", "nav", "brandLink"], ["id-header-1177-admin-skip-to-content", "[idBrand1177AdminLink]", "id-header-1177-admin-item", "id-header-1177-admin-avatar", "id-header-1177-admin-menu-mobile"], true, never>;
|
|
18
18
|
static ngAcceptInputType_unresponsive: unknown;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeader1177AdminNavComponent {
|
|
4
|
-
|
|
5
|
-
template: TemplateRef<any
|
|
4
|
+
mobileOnly: boolean;
|
|
5
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminNavComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavComponent, "id-header-1177-admin-nav", never, { "
|
|
8
|
-
static
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavComponent, "id-header-1177-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
static ngAcceptInputType_mobileOnly: unknown;
|
|
9
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeader1177AdminNavItemComponent {
|
|
@@ -8,10 +8,10 @@ export declare class IDHeader1177AdminNavItemComponent {
|
|
|
8
8
|
activeChange: EventEmitter<boolean>;
|
|
9
9
|
expanded: boolean;
|
|
10
10
|
expandedChange: EventEmitter<boolean>;
|
|
11
|
-
col1: TemplateRef<any> |
|
|
12
|
-
col2: TemplateRef<any> |
|
|
13
|
-
col3: TemplateRef<any> |
|
|
14
|
-
col4: TemplateRef<any> |
|
|
11
|
+
col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
12
|
+
col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
|
+
col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
14
|
+
col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
15
15
|
private idService;
|
|
16
16
|
protected contentId: string;
|
|
17
17
|
header: IDHeaderContext | null;
|
|
@@ -12,7 +12,7 @@ export declare class IDHeader1177ProAvatarComponent implements OnDestroy {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
-
menuContent
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
16
|
private focusTrap;
|
|
17
17
|
constructor();
|
|
18
18
|
handleCloseEvent(): void;
|
package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class IDHeader1177ProAvatarMobileComponent implements OnDestroy {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
-
menuContent
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
16
|
private focusTrap;
|
|
17
17
|
constructor();
|
|
18
18
|
handleCloseEvent(): void;
|
|
@@ -8,9 +8,9 @@ export declare class IDHeader1177ProComponent implements IDHeaderContext {
|
|
|
8
8
|
brandHref?: string;
|
|
9
9
|
srBrandLabel: string;
|
|
10
10
|
unresponsive: boolean;
|
|
11
|
-
avatar: IDHeader1177ProAvatarComponent
|
|
12
|
-
nav: IDHeader1177ProNavComponent
|
|
13
|
-
brandLink: IDHeader1177ProBrandLinkDirective
|
|
11
|
+
avatar: import("@angular/core").Signal<IDHeader1177ProAvatarComponent | undefined>;
|
|
12
|
+
nav: import("@angular/core").Signal<IDHeader1177ProNavComponent | undefined>;
|
|
13
|
+
brandLink: import("@angular/core").Signal<IDHeader1177ProBrandLinkDirective | undefined>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProComponent, "id-header-1177-pro", never, { "text": { "alias": "text"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; }, {}, ["avatar", "nav", "brandLink"], ["id-header-1177-pro-skip-to-content", "[idBrand1177ProLink]", "id-header-1177-pro-region-picker", "id-header-1177-pro-item", "id-header-1177-pro-avatar", "id-header-1177-pro-menu-mobile"], true, never>;
|
|
16
16
|
static ngAcceptInputType_unresponsive: unknown;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeader1177ProNavComponent {
|
|
4
|
-
|
|
5
|
-
template: TemplateRef<any
|
|
4
|
+
mobileOnly: boolean;
|
|
5
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProNavComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, { "
|
|
8
|
-
static
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
static ngAcceptInputType_mobileOnly: unknown;
|
|
9
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeader1177ProNavItemComponent {
|
|
@@ -7,10 +7,10 @@ export declare class IDHeader1177ProNavItemComponent {
|
|
|
7
7
|
activeChange: EventEmitter<boolean>;
|
|
8
8
|
expanded: boolean;
|
|
9
9
|
expandedChange: EventEmitter<boolean>;
|
|
10
|
-
col1: TemplateRef<any> |
|
|
11
|
-
col2: TemplateRef<any> |
|
|
12
|
-
col3: TemplateRef<any> |
|
|
13
|
-
col4: TemplateRef<any> |
|
|
10
|
+
col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
11
|
+
col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
12
|
+
col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
|
+
col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
14
14
|
private idService;
|
|
15
15
|
protected contentId: string;
|
|
16
16
|
header: IDHeaderContext | null;
|
package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
2
|
-
import { IDRegionIconComponent } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeader1177ProRegionPickerComponent {
|
|
5
5
|
text: string;
|
|
@@ -8,8 +8,8 @@ export declare class IDHeader1177ProRegionPickerComponent {
|
|
|
8
8
|
expandedChange: EventEmitter<boolean>;
|
|
9
9
|
opened: EventEmitter<void>;
|
|
10
10
|
closed: EventEmitter<void>;
|
|
11
|
-
regionIcon: IDRegionIconComponent
|
|
12
|
-
template: TemplateRef<any
|
|
11
|
+
regionIcon: import("@angular/core").Signal<IDRegionIconComponent | undefined>;
|
|
12
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
13
13
|
toggleRegion(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProRegionPickerComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProRegionPickerComponent, "id-header-1177-pro-region-picker", never, { "text": { "alias": "text"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "regionSelected": { "alias": "regionSelected"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, ["regionIcon"], ["*"], true, never>;
|
|
@@ -7,7 +7,7 @@ export declare class IDHeader1177ProRegionPickerMobileComponent {
|
|
|
7
7
|
expanded: boolean;
|
|
8
8
|
regionSelected: boolean;
|
|
9
9
|
header: IDHeaderContext | null;
|
|
10
|
-
regionIcon: IDRegionIconComponent
|
|
10
|
+
regionIcon: import("@angular/core").Signal<IDRegionIconComponent | undefined>;
|
|
11
11
|
expandedChange: EventEmitter<boolean>;
|
|
12
12
|
opened: EventEmitter<void>;
|
|
13
13
|
closed: EventEmitter<void>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { QueryList } from "@angular/core";
|
|
2
1
|
import { IDHeaderIneraItemComponent } from "./item/header-inera-item.component";
|
|
3
2
|
import { IDHeaderIneraNavComponent } from "./nav/header-inera-nav.component";
|
|
4
3
|
import { IDHeaderIneraSkipToContent } from "./skip-to-content/header-inera-skip-to-content.component";
|
|
@@ -9,11 +8,11 @@ export declare class IDHeaderIneraComponent implements IDHeaderContext {
|
|
|
9
8
|
unresponsive: boolean;
|
|
10
9
|
brandHref: string;
|
|
11
10
|
srBrandLabel: string;
|
|
12
|
-
items:
|
|
13
|
-
nav: IDHeaderIneraNavComponent
|
|
14
|
-
brandLink: IDHeaderIneraBrandLinkDirective
|
|
15
|
-
skipToContent: IDHeaderIneraSkipToContent
|
|
11
|
+
items: import("@angular/core").Signal<readonly IDHeaderIneraItemComponent[]>;
|
|
12
|
+
nav: import("@angular/core").Signal<IDHeaderIneraNavComponent | undefined>;
|
|
13
|
+
brandLink: import("@angular/core").Signal<IDHeaderIneraBrandLinkDirective | undefined>;
|
|
14
|
+
skipToContent: import("@angular/core").Signal<IDHeaderIneraSkipToContent | undefined>;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraComponent, "id-header-inera", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; }, {}, ["
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraComponent, "id-header-inera", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; }, {}, ["items", "nav", "brandLink", "skipToContent"], ["id-header-inera-skip-to-content", "[idBrandIneraLink]", "id-header-inera-item", "id-header-inera-menu-mobile"], true, never>;
|
|
18
17
|
static ngAcceptInputType_unresponsive: unknown;
|
|
19
18
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { TemplateRef } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeaderIneraNavComponent {
|
|
4
|
-
|
|
5
|
-
template: TemplateRef<any>;
|
|
4
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraNavComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraNavComponent, "id-header-inera-nav", never, {
|
|
8
|
-
static ngAcceptInputType_hideOnTablet: unknown;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraNavComponent, "id-header-inera-nav", never, {}, {}, never, ["*"], true, never>;
|
|
9
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeaderIneraNavItemComponent {
|
|
@@ -7,10 +7,10 @@ export declare class IDHeaderIneraNavItemComponent {
|
|
|
7
7
|
activeChange: EventEmitter<boolean>;
|
|
8
8
|
expanded: boolean;
|
|
9
9
|
expandedChange: EventEmitter<boolean>;
|
|
10
|
-
col1: TemplateRef<any> |
|
|
11
|
-
col2: TemplateRef<any> |
|
|
12
|
-
col3: TemplateRef<any> |
|
|
13
|
-
col4: TemplateRef<any> |
|
|
10
|
+
col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
11
|
+
col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
12
|
+
col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
|
+
col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
14
14
|
private idService;
|
|
15
15
|
protected contentId: string;
|
|
16
16
|
header: IDHeaderContext | null;
|
|
@@ -12,7 +12,7 @@ export declare class IDHeaderIneraAdminAvatarComponent implements OnDestroy {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
-
menuContent
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
16
|
private focusTrap;
|
|
17
17
|
constructor();
|
|
18
18
|
handleCloseEvent(): void;
|
package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class IDHeaderIneraAdminAvatarMobileComponent implements OnDestro
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
-
menuContent
|
|
15
|
+
menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
16
16
|
private focusTrap;
|
|
17
17
|
constructor();
|
|
18
18
|
handleCloseEvent(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { QueryList } from "@angular/core";
|
|
2
1
|
import { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
|
|
3
2
|
import { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
|
|
4
3
|
import { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
|
|
@@ -12,13 +11,13 @@ export declare class IDHeaderIneraAdminComponent implements IDHeaderContext {
|
|
|
12
11
|
brandText?: string;
|
|
13
12
|
unresponsive: boolean;
|
|
14
13
|
showBrand: boolean;
|
|
15
|
-
items:
|
|
16
|
-
avatar: IDHeaderIneraAdminAvatarComponent
|
|
17
|
-
nav: IDHeaderIneraAdminNavComponent
|
|
18
|
-
brandLink: IDHeaderIneraAdminBrandLinkDirective
|
|
19
|
-
skipToContent: IDHeaderIneraAdminSkipToContentComponent
|
|
14
|
+
items: import("@angular/core").Signal<readonly IDHeaderIneraAdminItemComponent[]>;
|
|
15
|
+
avatar: import("@angular/core").Signal<IDHeaderIneraAdminAvatarComponent | undefined>;
|
|
16
|
+
nav: import("@angular/core").Signal<IDHeaderIneraAdminNavComponent | undefined>;
|
|
17
|
+
brandLink: import("@angular/core").Signal<IDHeaderIneraAdminBrandLinkDirective | undefined>;
|
|
18
|
+
skipToContent: import("@angular/core").Signal<IDHeaderIneraAdminSkipToContentComponent | undefined>;
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminComponent, "id-header-inera-admin", never, { "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; "showBrand": { "alias": "showBrand"; "required": false; }; }, {}, ["avatar", "nav", "brandLink", "skipToContent"
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminComponent, "id-header-inera-admin", never, { "srBrandLabel": { "alias": "srBrandLabel"; "required": false; }; "brandHref": { "alias": "brandHref"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; "showBrand": { "alias": "showBrand"; "required": false; }; }, {}, ["items", "avatar", "nav", "brandLink", "skipToContent"], ["id-header-inera-admin-skip-to-content", "[idBrandIneraAdminLink]", "id-header-inera-admin-item", "id-header-inera-admin-menu-mobile", "id-header-inera-admin-avatar"], true, never>;
|
|
22
21
|
static ngAcceptInputType_unresponsive: unknown;
|
|
23
22
|
static ngAcceptInputType_showBrand: unknown;
|
|
24
23
|
}
|
|
@@ -2,10 +2,10 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeaderIneraAdminNavComponent {
|
|
5
|
-
|
|
6
|
-
template: TemplateRef<any
|
|
5
|
+
mobileOnly: boolean;
|
|
6
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
7
7
|
header: IDHeaderContext | null;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminNavComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "
|
|
10
|
-
static
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_mobileOnly: unknown;
|
|
11
11
|
}
|
|
@@ -7,10 +7,10 @@ export declare class IDHeaderIneraAdminNavItemComponent {
|
|
|
7
7
|
activeChange: EventEmitter<boolean>;
|
|
8
8
|
expanded: boolean;
|
|
9
9
|
expandedChange: EventEmitter<boolean>;
|
|
10
|
-
col1: TemplateRef<any> |
|
|
11
|
-
col2: TemplateRef<any> |
|
|
12
|
-
col3: TemplateRef<any> |
|
|
13
|
-
col4: TemplateRef<any> |
|
|
10
|
+
col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
11
|
+
col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
12
|
+
col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
|
+
col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
14
14
|
private idService;
|
|
15
15
|
protected contentId: string;
|
|
16
16
|
header: IDHeaderContext | null;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
1
|
import { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
|
|
3
2
|
import { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
|
|
4
3
|
import { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
|
|
@@ -8,11 +7,11 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
export declare class IDHeaderIneraGeneralComponent implements IDHeaderContext {
|
|
9
8
|
unresponsive: boolean;
|
|
10
9
|
brandText: string;
|
|
11
|
-
items:
|
|
12
|
-
nav: IDHeaderIneraGeneralNavComponent
|
|
13
|
-
brandLink: IDHeaderIneraGeneralBrandLinkDirective
|
|
14
|
-
skipToContent: IDHeaderIneraGeneralSkipToContent
|
|
10
|
+
items: import("@angular/core").Signal<readonly IDHeaderIneraGeneralItemComponent[]>;
|
|
11
|
+
nav: import("@angular/core").Signal<IDHeaderIneraGeneralNavComponent | undefined>;
|
|
12
|
+
brandLink: import("@angular/core").Signal<IDHeaderIneraGeneralBrandLinkDirective | undefined>;
|
|
13
|
+
skipToContent: import("@angular/core").Signal<IDHeaderIneraGeneralSkipToContent | undefined>;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["
|
|
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>;
|
|
17
16
|
static ngAcceptInputType_unresponsive: unknown;
|
|
18
17
|
}
|
|
@@ -2,7 +2,7 @@ import { TemplateRef } from "@angular/core";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDHeaderIneraGeneralNavComponent {
|
|
4
4
|
hideOnTablet: boolean;
|
|
5
|
-
template: TemplateRef<any
|
|
5
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavComponent, "id-header-inera-general-nav", never, { "hideOnTablet": { "alias": "hideOnTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
8
|
static ngAcceptInputType_hideOnTablet: unknown;
|
package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDHeaderIneraGeneralNavItemComponent {
|
|
@@ -7,10 +7,10 @@ export declare class IDHeaderIneraGeneralNavItemComponent {
|
|
|
7
7
|
activeChange: EventEmitter<boolean>;
|
|
8
8
|
expanded: boolean;
|
|
9
9
|
expandedChange: EventEmitter<boolean>;
|
|
10
|
-
col1: TemplateRef<any> |
|
|
11
|
-
col2: TemplateRef<any> |
|
|
12
|
-
col3: TemplateRef<any> |
|
|
13
|
-
col4: TemplateRef<any> |
|
|
10
|
+
col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
11
|
+
col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
12
|
+
col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
|
+
col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
14
14
|
private idService;
|
|
15
15
|
protected contentId: string;
|
|
16
16
|
header: IDHeaderContext | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentChecked, EventEmitter,
|
|
1
|
+
import { AfterContentChecked, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDMobileMenuItemComponent implements AfterContentChecked {
|
|
4
4
|
headline: string;
|
|
@@ -10,8 +10,8 @@ export declare class IDMobileMenuItemComponent implements AfterContentChecked {
|
|
|
10
10
|
srHideText: string;
|
|
11
11
|
closed: EventEmitter<Event>;
|
|
12
12
|
opened: EventEmitter<Event>;
|
|
13
|
-
items:
|
|
14
|
-
template: TemplateRef<any
|
|
13
|
+
items: import("@angular/core").Signal<readonly IDMobileMenuItemComponent[]>;
|
|
14
|
+
template: import("@angular/core").Signal<TemplateRef<any>>;
|
|
15
15
|
private useId;
|
|
16
16
|
subItemId: string;
|
|
17
17
|
ngAfterContentChecked(): void;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
1
|
import { IDMobileMenuItemComponent } from './item/mobile-menu-item.component';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class IDMobileMenuComponent {
|
|
5
|
-
items:
|
|
4
|
+
items: import("@angular/core").Signal<readonly IDMobileMenuItemComponent[]>;
|
|
6
5
|
variation: number | undefined;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuComponent, never>;
|
|
8
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDMobileMenuComponent, "id-mobile-menu", never, { "variation": { "alias": "variation"; "required": false; }; }, {}, ["items"], never, true, never>;
|