@inera/ids-angular 3.1.1 → 3.1.2
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/bundles/inera-ids-angular.umd.js +3404 -3403
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/inera-ids-angular.js +4 -4
- package/esm2015/lib/classes/header/IDHeaderAvatar.js +23 -23
- package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderItem.js +17 -17
- package/esm2015/lib/classes/header/IDHeaderItemProps.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderNavItem.js +32 -32
- package/esm2015/lib/classes/header/IDHeaderNavItemProps.js +1 -1
- package/esm2015/lib/classes/icon/IDIcon.js +38 -38
- package/esm2015/lib/classes/icon/IDIconProps.js +1 -1
- package/esm2015/lib/classes/link/IDLink.js +24 -24
- package/esm2015/lib/classes/link/IDLinkFunction.js +17 -17
- package/esm2015/lib/classes/link/IDLinkProps.js +2 -2
- package/esm2015/lib/classes/link/IDLinkRoute.js +27 -27
- package/esm2015/lib/classes/link/IDLinkWeb.js +22 -22
- package/esm2015/lib/classes/mobile/MobileMenuItem.js +40 -40
- package/esm2015/lib/classes/mobile/MobileMenuItemProps.js +1 -1
- package/esm2015/lib/classes/notification-badge.js +16 -16
- package/esm2015/lib/components/agent/agent.component.js +33 -33
- package/esm2015/lib/components/agent/agent.module.js +24 -24
- package/esm2015/lib/components/alert/alert.component.js +53 -53
- package/esm2015/lib/components/alert/alert.module.js +23 -23
- package/esm2015/lib/components/alert-global/alert-global.component.js +39 -39
- package/esm2015/lib/components/alert-global/alert-global.module.js +23 -23
- package/esm2015/lib/components/badge/badge.component.js +19 -19
- package/esm2015/lib/components/badge/badge.module.js +22 -22
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +33 -33
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +29 -29
- package/esm2015/lib/components/button/button.component.js +80 -80
- package/esm2015/lib/components/button/button.module.js +25 -25
- package/esm2015/lib/components/button-group/button-group.component.js +23 -23
- package/esm2015/lib/components/button-group/button-group.module.js +21 -21
- package/esm2015/lib/components/card/card.component.js +26 -26
- package/esm2015/lib/components/card/card.module.js +22 -22
- package/esm2015/lib/components/carousel/carousel-item/carousel-item.component.js +25 -25
- package/esm2015/lib/components/carousel/carousel.component.js +28 -28
- package/esm2015/lib/components/carousel/carousel.module.js +27 -27
- package/esm2015/lib/components/date-label/date-label.component.js +32 -32
- package/esm2015/lib/components/date-label/date-label.module.js +21 -21
- package/esm2015/lib/components/dialog/actions/dialog-actions.component.js +16 -16
- package/esm2015/lib/components/dialog/dialog.component.js +50 -50
- package/esm2015/lib/components/dialog/dialog.module.js +27 -27
- package/esm2015/lib/components/expandable/expandable.component.js +29 -29
- package/esm2015/lib/components/expandable/expandable.module.js +22 -22
- package/esm2015/lib/components/footer/footer.component.js +45 -45
- package/esm2015/lib/components/footer/footer.module.js +25 -25
- package/esm2015/lib/components/form/base/IDFormBase.js +22 -22
- package/esm2015/lib/components/form/checkbox/checkbox.component.js +21 -21
- package/esm2015/lib/components/form/checkbox/checkbox.module.js +21 -21
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +30 -30
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.module.js +24 -24
- package/esm2015/lib/components/form/error-message/error-message.component.js +20 -20
- package/esm2015/lib/components/form/error-message/error-message.module.js +21 -21
- package/esm2015/lib/components/form/input/input.component.js +21 -21
- package/esm2015/lib/components/form/input/input.module.js +23 -23
- package/esm2015/lib/components/form/radio/radio-group.component.js +29 -29
- package/esm2015/lib/components/form/radio/radio.component.js +15 -15
- package/esm2015/lib/components/form/radio/radio.module.js +32 -32
- package/esm2015/lib/components/form/range/range.component.js +19 -19
- package/esm2015/lib/components/form/range/range.module.js +21 -21
- package/esm2015/lib/components/form/select/select.component.js +15 -15
- package/esm2015/lib/components/form/select/select.module.js +21 -21
- package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +37 -37
- package/esm2015/lib/components/form/select-multiple/select-multiple.module.js +28 -28
- package/esm2015/lib/components/form/spinner/spinner.component.js +22 -22
- package/esm2015/lib/components/form/spinner/spinner.module.js +21 -21
- package/esm2015/lib/components/form/textarea/textarea.component.js +21 -21
- package/esm2015/lib/components/form/textarea/textarea.module.js +21 -21
- package/esm2015/lib/components/form/time/time.component.js +15 -15
- package/esm2015/lib/components/form/time/time.module.js +21 -21
- package/esm2015/lib/components/form/toggle/toggle.component.js +16 -16
- package/esm2015/lib/components/form/toggle/toggle.module.js +22 -22
- package/esm2015/lib/components/grid/column/column.component.js +46 -46
- package/esm2015/lib/components/grid/column/column.module.js +21 -21
- package/esm2015/lib/components/grid/container/container.component.js +22 -22
- package/esm2015/lib/components/grid/container/container.module.js +21 -21
- package/esm2015/lib/components/grid/row/row.component.js +32 -32
- package/esm2015/lib/components/grid/row/row.module.js +21 -21
- package/esm2015/lib/components/header/header.component.js +74 -74
- package/esm2015/lib/components/header/header.module.js +26 -26
- package/esm2015/lib/components/icon/icon.component.js +47 -47
- package/esm2015/lib/components/icon/icon.module.js +21 -21
- package/esm2015/lib/components/link/link.component.js +84 -84
- package/esm2015/lib/components/link/link.module.js +25 -25
- package/esm2015/lib/components/list/item/info/list-item-info.component.js +15 -15
- package/esm2015/lib/components/list/item/info/list-item-info.module.js +20 -20
- package/esm2015/lib/components/list/item/list-item.component.js +40 -40
- package/esm2015/lib/components/list/item/list-item.module.js +20 -20
- package/esm2015/lib/components/list/list.component.js +15 -15
- package/esm2015/lib/components/list/list.module.js +21 -21
- package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +27 -27
- package/esm2015/lib/components/mobile/menu/mobile-menu.module.js +25 -25
- package/esm2015/lib/components/navigation/content/navigation-content.component.js +19 -19
- package/esm2015/lib/components/navigation/content/navigation-content.module.js +22 -22
- package/esm2015/lib/components/navigation/local/navigation-local.component.js +19 -19
- package/esm2015/lib/components/navigation/local/navigation-local.module.js +22 -22
- package/esm2015/lib/components/notification/badge/notification-badge.component.js +20 -20
- package/esm2015/lib/components/notification/badge/notification-badge.module.js +21 -21
- package/esm2015/lib/components/popover/popover.component.js +31 -31
- package/esm2015/lib/components/popover/popover.module.js +22 -22
- package/esm2015/lib/components/progressbar/progressbar.component.js +22 -22
- package/esm2015/lib/components/progressbar/progressbar.module.js +22 -22
- package/esm2015/lib/components/stepper/step/step.component.js +34 -34
- package/esm2015/lib/components/stepper/stepper.component.js +14 -14
- package/esm2015/lib/components/stepper/stepper.module.js +27 -27
- package/esm2015/lib/components/tabs/panel/tab-panel.component.js +21 -21
- package/esm2015/lib/components/tabs/tab/tab.component.js +35 -35
- package/esm2015/lib/components/tabs/tabs.component.js +25 -25
- package/esm2015/lib/components/tabs/tabs.module.js +34 -34
- package/esm2015/lib/components/tag/tag.component.js +31 -31
- package/esm2015/lib/components/tag/tag.module.js +22 -22
- package/esm2015/lib/components/tooltip/tooltip.component.js +15 -15
- package/esm2015/lib/components/tooltip/tooltip.module.js +22 -22
- package/esm2015/lib/internals/anchor.component.js +86 -85
- package/esm2015/lib/internals/anchor.module.js +26 -26
- package/esm2015/public-api.js +357 -357
- package/fesm2015/inera-ids-angular.js +2640 -2639
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/inera-ids-angular.d.ts +5 -5
- package/lib/classes/header/IDHeaderAvatar.d.ts +12 -12
- package/lib/classes/header/IDHeaderAvatarProps.d.ts +9 -9
- package/lib/classes/header/IDHeaderItem.d.ts +10 -10
- package/lib/classes/header/IDHeaderItemProps.d.ts +7 -7
- package/lib/classes/header/IDHeaderNavItem.d.ts +15 -15
- package/lib/classes/header/IDHeaderNavItemProps.d.ts +12 -12
- package/lib/classes/icon/IDIcon.d.ts +16 -16
- package/lib/classes/icon/IDIconProps.d.ts +13 -13
- package/lib/classes/link/IDLink.d.ts +12 -12
- package/lib/classes/link/IDLinkFunction.d.ts +8 -8
- package/lib/classes/link/IDLinkProps.d.ts +12 -12
- package/lib/classes/link/IDLinkRoute.d.ts +10 -10
- package/lib/classes/link/IDLinkWeb.d.ts +10 -10
- package/lib/classes/mobile/MobileMenuItem.d.ts +18 -18
- package/lib/classes/mobile/MobileMenuItemProps.d.ts +15 -15
- package/lib/classes/notification-badge.d.ts +9 -9
- package/lib/components/agent/agent.component.d.ts +12 -12
- package/lib/components/agent/agent.module.d.ts +9 -9
- package/lib/components/alert/alert.component.d.ts +19 -19
- package/lib/components/alert/alert.module.d.ts +9 -9
- package/lib/components/alert-global/alert-global.component.d.ts +15 -15
- package/lib/components/alert-global/alert-global.module.d.ts +9 -9
- package/lib/components/badge/badge.component.d.ts +7 -7
- package/lib/components/badge/badge.module.d.ts +8 -8
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +12 -12
- package/lib/components/breadcrumbs/breadcrumbs.module.d.ts +10 -10
- package/lib/components/button/button.component.d.ts +27 -27
- package/lib/components/button/button.module.d.ts +10 -10
- package/lib/components/button-group/button-group.component.d.ts +8 -8
- package/lib/components/button-group/button-group.module.d.ts +8 -8
- package/lib/components/card/card.component.d.ts +9 -9
- package/lib/components/card/card.module.d.ts +8 -8
- package/lib/components/carousel/carousel-item/carousel-item.component.d.ts +9 -9
- package/lib/components/carousel/carousel.component.d.ts +10 -10
- package/lib/components/carousel/carousel.module.d.ts +9 -9
- package/lib/components/date-label/date-label.component.d.ts +11 -11
- package/lib/components/date-label/date-label.module.d.ts +8 -8
- package/lib/components/dialog/actions/dialog-actions.component.d.ts +6 -6
- package/lib/components/dialog/dialog.component.d.ts +18 -18
- package/lib/components/dialog/dialog.module.d.ts +9 -9
- package/lib/components/expandable/expandable.component.d.ts +10 -10
- package/lib/components/expandable/expandable.module.d.ts +8 -8
- package/lib/components/footer/footer.component.d.ts +16 -16
- package/lib/components/footer/footer.module.d.ts +10 -10
- package/lib/components/form/base/IDFormBase.d.ts +9 -9
- package/lib/components/form/checkbox/checkbox.component.d.ts +8 -8
- package/lib/components/form/checkbox/checkbox.module.d.ts +8 -8
- package/lib/components/form/checkbox-group/checkbox-group.component.d.ts +12 -12
- package/lib/components/form/checkbox-group/checkbox-group.module.d.ts +10 -10
- package/lib/components/form/error-message/error-message.component.d.ts +9 -9
- package/lib/components/form/error-message/error-message.module.d.ts +8 -8
- package/lib/components/form/input/input.component.d.ts +8 -8
- package/lib/components/form/input/input.module.d.ts +9 -9
- package/lib/components/form/radio/radio-group.component.d.ts +10 -10
- package/lib/components/form/radio/radio.component.d.ts +6 -6
- package/lib/components/form/radio/radio.module.d.ts +10 -10
- package/lib/components/form/range/range.component.d.ts +6 -6
- package/lib/components/form/range/range.module.d.ts +8 -8
- package/lib/components/form/select/select.component.d.ts +6 -6
- package/lib/components/form/select/select.module.d.ts +8 -8
- package/lib/components/form/select-multiple/select-multiple.component.d.ts +12 -12
- package/lib/components/form/select-multiple/select-multiple.module.d.ts +10 -10
- package/lib/components/form/spinner/spinner.component.d.ts +7 -7
- package/lib/components/form/spinner/spinner.module.d.ts +8 -8
- package/lib/components/form/textarea/textarea.component.d.ts +8 -8
- package/lib/components/form/textarea/textarea.module.d.ts +8 -8
- package/lib/components/form/time/time.component.d.ts +6 -6
- package/lib/components/form/time/time.module.d.ts +8 -8
- package/lib/components/form/toggle/toggle.component.d.ts +6 -6
- package/lib/components/form/toggle/toggle.module.d.ts +8 -8
- package/lib/components/grid/column/column.component.d.ts +17 -17
- package/lib/components/grid/column/column.module.d.ts +8 -8
- package/lib/components/grid/container/container.component.d.ts +8 -8
- package/lib/components/grid/container/container.module.d.ts +8 -8
- package/lib/components/grid/row/row.component.d.ts +13 -13
- package/lib/components/grid/row/row.module.d.ts +8 -8
- package/lib/components/header/header.component.d.ts +32 -32
- package/lib/components/header/header.module.d.ts +11 -11
- package/lib/components/icon/icon.component.d.ts +16 -16
- package/lib/components/icon/icon.module.d.ts +8 -8
- package/lib/components/link/link.component.d.ts +30 -30
- package/lib/components/link/link.module.d.ts +10 -10
- package/lib/components/list/item/info/list-item-info.component.d.ts +6 -6
- package/lib/components/list/item/info/list-item-info.module.d.ts +7 -7
- package/lib/components/list/item/list-item.component.d.ts +14 -14
- package/lib/components/list/item/list-item.module.d.ts +7 -7
- package/lib/components/list/list.component.d.ts +6 -6
- package/lib/components/list/list.module.d.ts +8 -8
- package/lib/components/mobile/menu/mobile-menu.component.d.ts +10 -10
- package/lib/components/mobile/menu/mobile-menu.module.d.ts +10 -10
- package/lib/components/navigation/content/navigation-content.component.d.ts +7 -7
- package/lib/components/navigation/content/navigation-content.module.d.ts +8 -8
- package/lib/components/navigation/local/navigation-local.component.d.ts +7 -7
- package/lib/components/navigation/local/navigation-local.module.d.ts +8 -8
- package/lib/components/notification/badge/notification-badge.component.d.ts +7 -7
- package/lib/components/notification/badge/notification-badge.module.d.ts +8 -8
- package/lib/components/popover/popover.component.d.ts +11 -11
- package/lib/components/popover/popover.module.d.ts +8 -8
- package/lib/components/progressbar/progressbar.component.d.ts +8 -8
- package/lib/components/progressbar/progressbar.module.d.ts +8 -8
- package/lib/components/stepper/step/step.component.d.ts +12 -12
- package/lib/components/stepper/stepper.component.d.ts +5 -5
- package/lib/components/stepper/stepper.module.d.ts +9 -9
- package/lib/components/tabs/panel/tab-panel.component.d.ts +9 -9
- package/lib/components/tabs/tab/tab.component.d.ts +14 -14
- package/lib/components/tabs/tabs.component.d.ts +9 -9
- package/lib/components/tabs/tabs.module.d.ts +12 -12
- package/lib/components/tag/tag.component.d.ts +12 -12
- package/lib/components/tag/tag.module.d.ts +8 -8
- package/lib/components/tooltip/tooltip.component.d.ts +6 -6
- package/lib/components/tooltip/tooltip.module.d.ts +8 -8
- package/lib/internals/anchor.component.d.ts +32 -32
- package/lib/internals/anchor.module.d.ts +9 -9
- package/package.json +1 -1
- package/public-api.d.ts +110 -110
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '@inera/ids-core/components/breadcrumbs/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./breadcrumbs.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "../../internals/anchor.module";
|
|
6
|
-
export declare class IDBreadcrumbsModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDBreadcrumbsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDBreadcrumbsModule, [typeof i1.IDBreadcrumbsComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule], [typeof i1.IDBreadcrumbsComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDBreadcrumbsModule>;
|
|
10
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/breadcrumbs/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./breadcrumbs.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "../../internals/anchor.module";
|
|
6
|
+
export declare class IDBreadcrumbsModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDBreadcrumbsModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDBreadcrumbsModule, [typeof i1.IDBreadcrumbsComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule], [typeof i1.IDBreadcrumbsComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDBreadcrumbsModule>;
|
|
10
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { IDIcon } from '../../classes/icon/IDIcon';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDButtonComponent {
|
|
5
|
-
constructor();
|
|
6
|
-
secondary: boolean;
|
|
7
|
-
fab: boolean;
|
|
8
|
-
icon: boolean;
|
|
9
|
-
tertiary: boolean;
|
|
10
|
-
toggle: boolean;
|
|
11
|
-
block: boolean;
|
|
12
|
-
sblock: boolean;
|
|
13
|
-
mblock: boolean;
|
|
14
|
-
active: boolean;
|
|
15
|
-
submit: boolean;
|
|
16
|
-
search: boolean;
|
|
17
|
-
size: 's' | 'm' | 'l';
|
|
18
|
-
disabled: boolean;
|
|
19
|
-
type: string | undefined;
|
|
20
|
-
color: string | undefined;
|
|
21
|
-
trigger: string;
|
|
22
|
-
tabindex: string;
|
|
23
|
-
iconobject: IDIcon | undefined;
|
|
24
|
-
onClicked: EventEmitter<Event>;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": "secondary"; "fab": "fab"; "icon": "icon"; "tertiary": "tertiary"; "toggle": "toggle"; "block": "block"; "sblock": "sblock"; "mblock": "mblock"; "active": "active"; "submit": "submit"; "search": "search"; "size": "size"; "disabled": "disabled"; "type": "type"; "color": "color"; "trigger": "trigger"; "tabindex": "tabindex"; "iconobject": "iconobject"; }, { "onClicked": "onClicked"; }, never, ["*"]>;
|
|
27
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IDIcon } from '../../classes/icon/IDIcon';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IDButtonComponent {
|
|
5
|
+
constructor();
|
|
6
|
+
secondary: boolean;
|
|
7
|
+
fab: boolean;
|
|
8
|
+
icon: boolean;
|
|
9
|
+
tertiary: boolean;
|
|
10
|
+
toggle: boolean;
|
|
11
|
+
block: boolean;
|
|
12
|
+
sblock: boolean;
|
|
13
|
+
mblock: boolean;
|
|
14
|
+
active: boolean;
|
|
15
|
+
submit: boolean;
|
|
16
|
+
search: boolean;
|
|
17
|
+
size: 's' | 'm' | 'l';
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
type: string | undefined;
|
|
20
|
+
color: string | undefined;
|
|
21
|
+
trigger: string;
|
|
22
|
+
tabindex: string;
|
|
23
|
+
iconobject: IDIcon | undefined;
|
|
24
|
+
onClicked: EventEmitter<Event>;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": "secondary"; "fab": "fab"; "icon": "icon"; "tertiary": "tertiary"; "toggle": "toggle"; "block": "block"; "sblock": "sblock"; "mblock": "mblock"; "active": "active"; "submit": "submit"; "search": "search"; "size": "size"; "disabled": "disabled"; "type": "type"; "color": "color"; "trigger": "trigger"; "tabindex": "tabindex"; "iconobject": "iconobject"; }, { "onClicked": "onClicked"; }, never, ["*"]>;
|
|
27
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '@inera/ids-core/components/button/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./button.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "../icon/icon.module";
|
|
6
|
-
export declare class IDButtonModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDButtonModule, [typeof i1.IDButtonComponent], [typeof i2.CommonModule, typeof i3.IDIconModule], [typeof i1.IDButtonComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDButtonModule>;
|
|
10
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/button/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./button.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "../icon/icon.module";
|
|
6
|
+
export declare class IDButtonModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDButtonModule, [typeof i1.IDButtonComponent], [typeof i2.CommonModule, typeof i3.IDIconModule], [typeof i1.IDButtonComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDButtonModule>;
|
|
10
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDButtonGroupComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
rtl: boolean;
|
|
5
|
-
unresponsive: boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonGroupComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonGroupComponent, "id-button-group", never, { "rtl": "rtl"; "unresponsive": "unresponsive"; }, {}, never, ["*"]>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDButtonGroupComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
rtl: boolean;
|
|
5
|
+
unresponsive: boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonGroupComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonGroupComponent, "id-button-group", never, { "rtl": "rtl"; "unresponsive": "unresponsive"; }, {}, never, ["*"]>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/button-group/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./button-group.component";
|
|
4
|
-
export declare class IDButtonGroupModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonGroupModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDButtonGroupModule, [typeof i1.IDButtonGroupComponent], never, [typeof i1.IDButtonGroupComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDButtonGroupModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/button-group/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./button-group.component";
|
|
4
|
+
export declare class IDButtonGroupModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonGroupModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDButtonGroupModule, [typeof i1.IDButtonGroupComponent], never, [typeof i1.IDButtonGroupComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDButtonGroupModule>;
|
|
8
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDCardComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
fill: boolean;
|
|
5
|
-
interactive: boolean;
|
|
6
|
-
lean: boolean;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCardComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "fill": "fill"; "interactive": "interactive"; "lean": "lean"; }, {}, never, ["*"]>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDCardComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
fill: boolean;
|
|
5
|
+
interactive: boolean;
|
|
6
|
+
lean: boolean;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCardComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "fill": "fill"; "interactive": "interactive"; "lean": "lean"; }, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/card/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./card.component";
|
|
4
|
-
export declare class IDCardModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCardModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCardModule, [typeof i1.IDCardComponent], never, [typeof i1.IDCardComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDCardModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/card/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./card.component";
|
|
4
|
+
export declare class IDCardModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCardModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCardModule, [typeof i1.IDCardComponent], never, [typeof i1.IDCardComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDCardModule>;
|
|
8
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDCarouselItemComponent {
|
|
3
|
-
headline: string;
|
|
4
|
-
description: string;
|
|
5
|
-
step: string;
|
|
6
|
-
constructor();
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselItemComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselItemComponent, "id-carousel-item", never, { "headline": "headline"; "description": "description"; "step": "step"; }, {}, never, ["*"]>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDCarouselItemComponent {
|
|
3
|
+
headline: string;
|
|
4
|
+
description: string;
|
|
5
|
+
step: string;
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselItemComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselItemComponent, "id-carousel-item", never, { "headline": "headline"; "description": "description"; "step": "step"; }, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDCarouselComponent {
|
|
3
|
-
autoplay: boolean;
|
|
4
|
-
srnextlabel: string;
|
|
5
|
-
srprevlabel: string;
|
|
6
|
-
autoplaydelay: number;
|
|
7
|
-
constructor();
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselComponent, "id-carousel", never, { "autoplay": "autoplay"; "srnextlabel": "srnextlabel"; "srprevlabel": "srprevlabel"; "autoplaydelay": "autoplaydelay"; }, {}, never, ["*"]>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDCarouselComponent {
|
|
3
|
+
autoplay: boolean;
|
|
4
|
+
srnextlabel: string;
|
|
5
|
+
srprevlabel: string;
|
|
6
|
+
autoplaydelay: number;
|
|
7
|
+
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselComponent, "id-carousel", never, { "autoplay": "autoplay"; "srnextlabel": "srnextlabel"; "srprevlabel": "srprevlabel"; "autoplaydelay": "autoplaydelay"; }, {}, never, ["*"]>;
|
|
10
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '@inera/ids-core/components/carousel/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./carousel.component";
|
|
4
|
-
import * as i2 from "./carousel-item/carousel-item.component";
|
|
5
|
-
export declare class IDCarouselModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCarouselModule, [typeof i1.IDCarouselComponent, typeof i2.IDCarouselItemComponent], never, [typeof i1.IDCarouselComponent, typeof i2.IDCarouselItemComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDCarouselModule>;
|
|
9
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/carousel/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./carousel.component";
|
|
4
|
+
import * as i2 from "./carousel-item/carousel-item.component";
|
|
5
|
+
export declare class IDCarouselModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCarouselModule, [typeof i1.IDCarouselComponent, typeof i2.IDCarouselItemComponent], never, [typeof i1.IDCarouselComponent, typeof i2.IDCarouselItemComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDCarouselModule>;
|
|
9
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDDateLabelComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
date: Date | null;
|
|
5
|
-
year: string | null;
|
|
6
|
-
month: string | null;
|
|
7
|
-
monthlabel: string | null;
|
|
8
|
-
day: string | null;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDDateLabelComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDDateLabelComponent, "id-date-label", never, { "date": "date"; "year": "year"; "month": "month"; "monthlabel": "monthlabel"; "day": "day"; }, {}, never, ["*"]>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDDateLabelComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
date: Date | null;
|
|
5
|
+
year: string | null;
|
|
6
|
+
month: string | null;
|
|
7
|
+
monthlabel: string | null;
|
|
8
|
+
day: string | null;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDDateLabelComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDateLabelComponent, "id-date-label", never, { "date": "date"; "year": "year"; "month": "month"; "monthlabel": "monthlabel"; "day": "day"; }, {}, never, ["*"]>;
|
|
11
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/date-label/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./date-label.component";
|
|
4
|
-
export declare class IDDateLabelModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDDateLabelModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDDateLabelModule, [typeof i1.IDDateLabelComponent], never, [typeof i1.IDDateLabelComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDDateLabelModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/date-label/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./date-label.component";
|
|
4
|
+
export declare class IDDateLabelModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDDateLabelModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDDateLabelModule, [typeof i1.IDDateLabelComponent], never, [typeof i1.IDDateLabelComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDDateLabelModule>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDDialogActionsComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogActionsComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogActionsComponent, "id-dialog-actions", never, {}, {}, never, ["*"]>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDDialogActionsComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogActionsComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogActionsComponent, "id-dialog-actions", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDDialogComponent {
|
|
4
|
-
constructor();
|
|
5
|
-
dismissible: boolean;
|
|
6
|
-
srclosetext: string;
|
|
7
|
-
nofocustrap: boolean;
|
|
8
|
-
autofocus: boolean;
|
|
9
|
-
headline: string;
|
|
10
|
-
overlay: boolean;
|
|
11
|
-
persistent: boolean;
|
|
12
|
-
show: boolean;
|
|
13
|
-
width: string;
|
|
14
|
-
onClosed: EventEmitter<Event>;
|
|
15
|
-
emitOnClosed(e: Event): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": "dismissible"; "srclosetext": "srclosetext"; "nofocustrap": "nofocustrap"; "autofocus": "autofocus"; "headline": "headline"; "overlay": "overlay"; "persistent": "persistent"; "show": "show"; "width": "width"; }, { "onClosed": "onClosed"; }, never, ["*"]>;
|
|
18
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDDialogComponent {
|
|
4
|
+
constructor();
|
|
5
|
+
dismissible: boolean;
|
|
6
|
+
srclosetext: string;
|
|
7
|
+
nofocustrap: boolean;
|
|
8
|
+
autofocus: boolean;
|
|
9
|
+
headline: string;
|
|
10
|
+
overlay: boolean;
|
|
11
|
+
persistent: boolean;
|
|
12
|
+
show: boolean;
|
|
13
|
+
width: string;
|
|
14
|
+
onClosed: EventEmitter<Event>;
|
|
15
|
+
emitOnClosed(e: Event): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": "dismissible"; "srclosetext": "srclosetext"; "nofocustrap": "nofocustrap"; "autofocus": "autofocus"; "headline": "headline"; "overlay": "overlay"; "persistent": "persistent"; "show": "show"; "width": "width"; }, { "onClosed": "onClosed"; }, never, ["*"]>;
|
|
18
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '@inera/ids-core/components/dialog/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./dialog.component";
|
|
4
|
-
import * as i2 from "./actions/dialog-actions.component";
|
|
5
|
-
export declare class IDDialogModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDDialogModule, [typeof i1.IDDialogComponent, typeof i2.IDDialogActionsComponent], never, [typeof i1.IDDialogComponent, typeof i2.IDDialogActionsComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDDialogModule>;
|
|
9
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/dialog/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./dialog.component";
|
|
4
|
+
import * as i2 from "./actions/dialog-actions.component";
|
|
5
|
+
export declare class IDDialogModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDDialogModule, [typeof i1.IDDialogComponent, typeof i2.IDDialogActionsComponent], never, [typeof i1.IDDialogComponent, typeof i2.IDDialogActionsComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDDialogModule>;
|
|
9
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDExpandableComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
borderless: boolean;
|
|
5
|
-
expanded: boolean;
|
|
6
|
-
headline: string;
|
|
7
|
-
variation: '1' | '2';
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDExpandableComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDExpandableComponent, "id-expandable", never, { "borderless": "borderless"; "expanded": "expanded"; "headline": "headline"; "variation": "variation"; }, {}, never, ["*"]>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDExpandableComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
borderless: boolean;
|
|
5
|
+
expanded: boolean;
|
|
6
|
+
headline: string;
|
|
7
|
+
variation: '1' | '2';
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDExpandableComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDExpandableComponent, "id-expandable", never, { "borderless": "borderless"; "expanded": "expanded"; "headline": "headline"; "variation": "variation"; }, {}, never, ["*"]>;
|
|
10
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/expandable/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./expandable.component";
|
|
4
|
-
export declare class IDExpandableModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDExpandableModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDExpandableModule, [typeof i1.IDExpandableComponent], never, [typeof i1.IDExpandableComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDExpandableModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/expandable/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./expandable.component";
|
|
4
|
+
export declare class IDExpandableModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDExpandableModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDExpandableModule, [typeof i1.IDExpandableComponent], never, [typeof i1.IDExpandableComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDExpandableModule>;
|
|
8
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { IDMobileMenuItem } from '../../classes/mobile/MobileMenuItem';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDFooterComponent {
|
|
4
|
-
constructor();
|
|
5
|
-
type: string;
|
|
6
|
-
headline: string;
|
|
7
|
-
servicename: string;
|
|
8
|
-
subheadline: string;
|
|
9
|
-
cols: number;
|
|
10
|
-
linkcol1: string;
|
|
11
|
-
linkcol2: string;
|
|
12
|
-
linkcol3: string;
|
|
13
|
-
mobilemenuitems: IDMobileMenuItem[] | undefined;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterComponent, "id-footer", never, { "type": "type"; "headline": "headline"; "servicename": "servicename"; "subheadline": "subheadline"; "cols": "cols"; "linkcol1": "linkcol1"; "linkcol2": "linkcol2"; "linkcol3": "linkcol3"; "mobilemenuitems": "mobilemenuitems"; }, {}, never, ["*"]>;
|
|
16
|
-
}
|
|
1
|
+
import { IDMobileMenuItem } from '../../classes/mobile/MobileMenuItem';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDFooterComponent {
|
|
4
|
+
constructor();
|
|
5
|
+
type: string;
|
|
6
|
+
headline: string;
|
|
7
|
+
servicename: string;
|
|
8
|
+
subheadline: string;
|
|
9
|
+
cols: number;
|
|
10
|
+
linkcol1: string;
|
|
11
|
+
linkcol2: string;
|
|
12
|
+
linkcol3: string;
|
|
13
|
+
mobilemenuitems: IDMobileMenuItem[] | undefined;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterComponent, "id-footer", never, { "type": "type"; "headline": "headline"; "servicename": "servicename"; "subheadline": "subheadline"; "cols": "cols"; "linkcol1": "linkcol1"; "linkcol2": "linkcol2"; "linkcol3": "linkcol3"; "mobilemenuitems": "mobilemenuitems"; }, {}, never, ["*"]>;
|
|
16
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '@inera/ids-core/components/footer/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./footer.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "../../internals/anchor.module";
|
|
6
|
-
export declare class IDFooterModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterModule, [typeof i1.IDFooterComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule], [typeof i1.IDFooterComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDFooterModule>;
|
|
10
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/footer/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./footer.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "../../internals/anchor.module";
|
|
6
|
+
export declare class IDFooterModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDFooterModule, [typeof i1.IDFooterComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule], [typeof i1.IDFooterComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDFooterModule>;
|
|
10
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDFormBase {
|
|
3
|
-
valid: string;
|
|
4
|
-
light: boolean;
|
|
5
|
-
novalidation: boolean;
|
|
6
|
-
constructor();
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDFormBase, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDFormBase, "ng-component", never, { "valid": "valid"; "light": "light"; "novalidation": "novalidation"; }, {}, never, never>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDFormBase {
|
|
3
|
+
valid: string;
|
|
4
|
+
light: boolean;
|
|
5
|
+
novalidation: boolean;
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDFormBase, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDFormBase, "ng-component", never, { "valid": "valid"; "light": "light"; "novalidation": "novalidation"; }, {}, never, never>;
|
|
9
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDCheckboxComponent extends IDFormBase {
|
|
4
|
-
compact: boolean | undefined;
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "compact": "compact"; }, {}, never, ["*"]>;
|
|
8
|
-
}
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDCheckboxComponent extends IDFormBase {
|
|
4
|
+
compact: boolean | undefined;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "compact": "compact"; }, {}, never, ["*"]>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/checkbox/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./checkbox.component";
|
|
4
|
-
export declare class IDCheckboxModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCheckboxModule, [typeof i1.IDCheckboxComponent], never, [typeof i1.IDCheckboxComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDCheckboxModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/checkbox/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./checkbox.component";
|
|
4
|
+
export declare class IDCheckboxModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCheckboxModule, [typeof i1.IDCheckboxComponent], never, [typeof i1.IDCheckboxComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDCheckboxModule>;
|
|
8
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDCheckboxGroupComponent extends IDFormBase implements OnInit {
|
|
5
|
-
errorMessage: string | undefined;
|
|
6
|
-
legend: string | undefined;
|
|
7
|
-
compact: boolean | undefined;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxGroupComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxGroupComponent, "id-checkbox-group", never, { "errorMessage": "errorMessage"; "legend": "legend"; "compact": "compact"; }, {}, never, ["*"]>;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IDCheckboxGroupComponent extends IDFormBase implements OnInit {
|
|
5
|
+
errorMessage: string | undefined;
|
|
6
|
+
legend: string | undefined;
|
|
7
|
+
compact: boolean | undefined;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxGroupComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxGroupComponent, "id-checkbox-group", never, { "errorMessage": "errorMessage"; "legend": "legend"; "compact": "compact"; }, {}, never, ["*"]>;
|
|
12
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/checkbox-group/register';
|
|
2
|
-
import '@inera/ids-core/components/form/error-message/register';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./checkbox-group.component";
|
|
5
|
-
import * as i2 from "@angular/common";
|
|
6
|
-
export declare class IDCheckboxGroupModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxGroupModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCheckboxGroupModule, [typeof i1.IDCheckboxGroupComponent], [typeof i2.CommonModule], [typeof i1.IDCheckboxGroupComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDCheckboxGroupModule>;
|
|
10
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/checkbox-group/register';
|
|
2
|
+
import '@inera/ids-core/components/form/error-message/register';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./checkbox-group.component";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
export declare class IDCheckboxGroupModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxGroupModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCheckboxGroupModule, [typeof i1.IDCheckboxGroupComponent], [typeof i2.CommonModule], [typeof i1.IDCheckboxGroupComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDCheckboxGroupModule>;
|
|
10
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDErrorMessageComponent implements OnInit {
|
|
4
|
-
private readonly viewRef;
|
|
5
|
-
constructor(viewRef: ViewContainerRef);
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDErrorMessageComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDErrorMessageComponent, "id-error-message", never, {}, {}, never, ["*"]>;
|
|
9
|
-
}
|
|
1
|
+
import { OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDErrorMessageComponent implements OnInit {
|
|
4
|
+
private readonly viewRef;
|
|
5
|
+
constructor(viewRef: ViewContainerRef);
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDErrorMessageComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDErrorMessageComponent, "id-error-message", never, {}, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/error-message/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./error-message.component";
|
|
4
|
-
export declare class IDErrorMessageModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDErrorMessageModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDErrorMessageModule, [typeof i1.IDErrorMessageComponent], never, [typeof i1.IDErrorMessageComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDErrorMessageModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/error-message/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./error-message.component";
|
|
4
|
+
export declare class IDErrorMessageModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDErrorMessageModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDErrorMessageModule, [typeof i1.IDErrorMessageComponent], never, [typeof i1.IDErrorMessageComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDErrorMessageModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDInputComponent extends IDFormBase {
|
|
4
|
-
autofocus: boolean;
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "autofocus": "autofocus"; }, {}, never, ["*"]>;
|
|
8
|
-
}
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDInputComponent extends IDFormBase {
|
|
4
|
+
autofocus: boolean;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "autofocus": "autofocus"; }, {}, never, ["*"]>;
|
|
8
|
+
}
|