@inera/ids-angular 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +3403 -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 +22 -22
- 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 +85 -85
- package/esm2015/lib/internals/anchor.module.js +26 -26
- package/esm2015/public-api.js +357 -357
- package/fesm2015/inera-ids-angular.js +2639 -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,9 +1,9 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/input/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./input.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
export declare class IDInputModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDInputModule, [typeof i1.IDInputComponent], [typeof i2.CommonModule], [typeof i1.IDInputComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDInputModule>;
|
|
9
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/input/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./input.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
export declare class IDInputModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDInputModule, [typeof i1.IDInputComponent], [typeof i2.CommonModule], [typeof i1.IDInputComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDInputModule>;
|
|
9
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDRadioGroupComponent {
|
|
3
|
-
name: string | undefined;
|
|
4
|
-
legend: string | undefined;
|
|
5
|
-
required: boolean;
|
|
6
|
-
errormessage: string | undefined;
|
|
7
|
-
constructor();
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioGroupComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioGroupComponent, "id-radio-group", never, { "name": "name"; "legend": "legend"; "required": "required"; "errormessage": "errormessage"; }, {}, never, ["*"]>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDRadioGroupComponent {
|
|
3
|
+
name: string | undefined;
|
|
4
|
+
legend: string | undefined;
|
|
5
|
+
required: boolean;
|
|
6
|
+
errormessage: string | undefined;
|
|
7
|
+
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioGroupComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioGroupComponent, "id-radio-group", never, { "name": "name"; "legend": "legend"; "required": "required"; "errormessage": "errormessage"; }, {}, never, ["*"]>;
|
|
10
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDRadioComponent extends IDFormBase {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioComponent, "id-radio", never, {}, {}, never, ["*"]>;
|
|
6
|
-
}
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDRadioComponent extends IDFormBase {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioComponent, "id-radio", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/radio/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./radio.component";
|
|
4
|
-
import * as i2 from "./radio-group.component";
|
|
5
|
-
import * as i3 from "@angular/common";
|
|
6
|
-
export declare class IDRadioModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRadioModule, [typeof i1.IDRadioComponent, typeof i2.IDRadioGroupComponent], [typeof i3.CommonModule], [typeof i1.IDRadioComponent, typeof i2.IDRadioGroupComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDRadioModule>;
|
|
10
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/radio/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./radio.component";
|
|
4
|
+
import * as i2 from "./radio-group.component";
|
|
5
|
+
import * as i3 from "@angular/common";
|
|
6
|
+
export declare class IDRadioModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRadioModule, [typeof i1.IDRadioComponent, typeof i2.IDRadioGroupComponent], [typeof i3.CommonModule], [typeof i1.IDRadioComponent, typeof i2.IDRadioGroupComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDRadioModule>;
|
|
10
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDRangeComponent {
|
|
3
|
-
showticks: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDRangeComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDRangeComponent, "id-range", never, { "showticks": "showticks"; }, {}, never, ["*"]>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDRangeComponent {
|
|
3
|
+
showticks: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRangeComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRangeComponent, "id-range", never, { "showticks": "showticks"; }, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/range/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./range.component";
|
|
4
|
-
export declare class IDRangeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDRangeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRangeModule, [typeof i1.IDRangeComponent], never, [typeof i1.IDRangeComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDRangeModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/range/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./range.component";
|
|
4
|
+
export declare class IDRangeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRangeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRangeModule, [typeof i1.IDRangeComponent], never, [typeof i1.IDRangeComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDRangeModule>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDSelectComponent extends IDFormBase {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectComponent, "id-select", never, {}, {}, never, ["*"]>;
|
|
6
|
-
}
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDSelectComponent extends IDFormBase {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectComponent, "id-select", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/select/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./select.component";
|
|
4
|
-
export declare class IDSelectModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDSelectModule, [typeof i1.IDSelectComponent], never, [typeof i1.IDSelectComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDSelectModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/select/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./select.component";
|
|
4
|
+
export declare class IDSelectModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDSelectModule, [typeof i1.IDSelectComponent], never, [typeof i1.IDSelectComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDSelectModule>;
|
|
8
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDSelectMultipleComponent extends IDFormBase {
|
|
4
|
-
label: string | undefined;
|
|
5
|
-
errormessage: string | undefined;
|
|
6
|
-
maxHeight: string | undefined;
|
|
7
|
-
placeholder: string;
|
|
8
|
-
selectedlabel: string;
|
|
9
|
-
multiselectedlabel: string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectMultipleComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "label": "label"; "errormessage": "errormessage"; "maxHeight": "maxHeight"; "placeholder": "placeholder"; "selectedlabel": "selectedlabel"; "multiselectedlabel": "multiselectedlabel"; }, {}, never, ["*"]>;
|
|
12
|
-
}
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDSelectMultipleComponent extends IDFormBase {
|
|
4
|
+
label: string | undefined;
|
|
5
|
+
errormessage: string | undefined;
|
|
6
|
+
maxHeight: string | undefined;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
selectedlabel: string;
|
|
9
|
+
multiselectedlabel: string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectMultipleComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSelectMultipleComponent, "id-select-multiple", never, { "label": "label"; "errormessage": "errormessage"; "maxHeight": "maxHeight"; "placeholder": "placeholder"; "selectedlabel": "selectedlabel"; "multiselectedlabel": "multiselectedlabel"; }, {}, never, ["*"]>;
|
|
12
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/select-multiple/register';
|
|
2
|
-
import '@inera/ids-core/components/icon/register';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./select-multiple.component";
|
|
5
|
-
import * as i2 from "@angular/common";
|
|
6
|
-
export declare class IDSelectMultipleModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectMultipleModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDSelectMultipleModule, [typeof i1.IDSelectMultipleComponent], [typeof i2.CommonModule], [typeof i1.IDSelectMultipleComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDSelectMultipleModule>;
|
|
10
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/select-multiple/register';
|
|
2
|
+
import '@inera/ids-core/components/icon/register';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./select-multiple.component";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
export declare class IDSelectMultipleModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDSelectMultipleModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDSelectMultipleModule, [typeof i1.IDSelectMultipleComponent], [typeof i2.CommonModule], [typeof i1.IDSelectMultipleComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDSelectMultipleModule>;
|
|
10
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDSpinnerComponent {
|
|
3
|
-
srtext: string | undefined;
|
|
4
|
-
live: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDSpinnerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDSpinnerComponent, "id-spinner", never, { "srtext": "srtext"; "live": "live"; }, {}, never, ["*"]>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDSpinnerComponent {
|
|
3
|
+
srtext: string | undefined;
|
|
4
|
+
live: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDSpinnerComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDSpinnerComponent, "id-spinner", never, { "srtext": "srtext"; "live": "live"; }, {}, never, ["*"]>;
|
|
7
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/spinner/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./spinner.component";
|
|
4
|
-
export declare class IDSpinnerModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDSpinnerModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDSpinnerModule, [typeof i1.IDSpinnerComponent], never, [typeof i1.IDSpinnerComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDSpinnerModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/spinner/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./spinner.component";
|
|
4
|
+
export declare class IDSpinnerModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDSpinnerModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDSpinnerModule, [typeof i1.IDSpinnerComponent], never, [typeof i1.IDSpinnerComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDSpinnerModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDTextareaComponent extends IDFormBase {
|
|
4
|
-
noFade: Boolean;
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTextareaComponent, "id-textarea", never, { "noFade": "noFade"; }, {}, never, ["*"]>;
|
|
8
|
-
}
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDTextareaComponent extends IDFormBase {
|
|
4
|
+
noFade: Boolean;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTextareaComponent, "id-textarea", never, { "noFade": "noFade"; }, {}, never, ["*"]>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/textarea/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./textarea.component";
|
|
4
|
-
export declare class IDTextareaModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDTextareaModule, [typeof i1.IDTextareaComponent], never, [typeof i1.IDTextareaComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDTextareaModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/textarea/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./textarea.component";
|
|
4
|
+
export declare class IDTextareaModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDTextareaModule, [typeof i1.IDTextareaComponent], never, [typeof i1.IDTextareaComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDTextareaModule>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDTimeComponent extends IDFormBase {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDTimeComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTimeComponent, "id-time", never, {}, {}, never, ["*"]>;
|
|
6
|
-
}
|
|
1
|
+
import { IDFormBase } from '../base/IDFormBase';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDTimeComponent extends IDFormBase {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDTimeComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTimeComponent, "id-time", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/time/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./time.component";
|
|
4
|
-
export declare class IDTimeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDTimeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDTimeModule, [typeof i1.IDTimeComponent], never, [typeof i1.IDTimeComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDTimeModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/time/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./time.component";
|
|
4
|
+
export declare class IDTimeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDTimeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDTimeModule, [typeof i1.IDTimeComponent], never, [typeof i1.IDTimeComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDTimeModule>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDToggleComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDToggleComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDToggleComponent, "id-toggle", never, {}, {}, never, ["*"]>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDToggleComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDToggleComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDToggleComponent, "id-toggle", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/toggle/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./toggle.component";
|
|
4
|
-
export declare class IDToggleModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDToggleModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDToggleModule, [typeof i1.IDToggleComponent], never, [typeof i1.IDToggleComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDToggleModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/form/toggle/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./toggle.component";
|
|
4
|
+
export declare class IDToggleModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDToggleModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDToggleModule, [typeof i1.IDToggleComponent], never, [typeof i1.IDToggleComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDToggleModule>;
|
|
8
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDColumnComponent {
|
|
4
|
-
private _elementRef;
|
|
5
|
-
cols: string;
|
|
6
|
-
offset: string | null;
|
|
7
|
-
m: string;
|
|
8
|
-
mOffset: string | null;
|
|
9
|
-
s: string;
|
|
10
|
-
sOffset: string | null;
|
|
11
|
-
align: string;
|
|
12
|
-
class: string;
|
|
13
|
-
style: string | null;
|
|
14
|
-
constructor(_elementRef: ElementRef);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDColumnComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDColumnComponent, "id-col", never, { "cols": "cols"; "offset": "offset"; "m": "m"; "mOffset": "mOffset"; "s": "s"; "sOffset": "sOffset"; "align": "align"; "class": "class"; "style": "style"; }, {}, never, ["*"]>;
|
|
17
|
-
}
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDColumnComponent {
|
|
4
|
+
private _elementRef;
|
|
5
|
+
cols: string;
|
|
6
|
+
offset: string | null;
|
|
7
|
+
m: string;
|
|
8
|
+
mOffset: string | null;
|
|
9
|
+
s: string;
|
|
10
|
+
sOffset: string | null;
|
|
11
|
+
align: string;
|
|
12
|
+
class: string;
|
|
13
|
+
style: string | null;
|
|
14
|
+
constructor(_elementRef: ElementRef);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDColumnComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDColumnComponent, "id-col", never, { "cols": "cols"; "offset": "offset"; "m": "m"; "mOffset": "mOffset"; "s": "s"; "sOffset": "sOffset"; "align": "align"; "class": "class"; "style": "style"; }, {}, never, ["*"]>;
|
|
17
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/grid/column/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./column.component";
|
|
4
|
-
export declare class IDColumnModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDColumnModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDColumnModule, [typeof i1.IDColumnComponent], never, [typeof i1.IDColumnComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDColumnModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/grid/column/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./column.component";
|
|
4
|
+
export declare class IDColumnModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDColumnModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDColumnModule, [typeof i1.IDColumnComponent], never, [typeof i1.IDColumnComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDColumnModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDContainerComponent {
|
|
3
|
-
fluid: Boolean;
|
|
4
|
-
gutterless: Boolean;
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDContainerComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDContainerComponent, "id-container", never, { "fluid": "fluid"; "gutterless": "gutterless"; }, {}, never, ["*"]>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDContainerComponent {
|
|
3
|
+
fluid: Boolean;
|
|
4
|
+
gutterless: Boolean;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDContainerComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDContainerComponent, "id-container", never, { "fluid": "fluid"; "gutterless": "gutterless"; }, {}, never, ["*"]>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/grid/container/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./container.component";
|
|
4
|
-
export declare class IDContainerModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDContainerModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDContainerModule, [typeof i1.IDContainerComponent], never, [typeof i1.IDContainerComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDContainerModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/grid/container/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./container.component";
|
|
4
|
+
export declare class IDContainerModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDContainerModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDContainerModule, [typeof i1.IDContainerComponent], never, [typeof i1.IDContainerComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDContainerModule>;
|
|
8
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IDRowComponent {
|
|
4
|
-
private _elementRef;
|
|
5
|
-
align: string | null;
|
|
6
|
-
class: string | null;
|
|
7
|
-
gap: string | null;
|
|
8
|
-
justify: string | null;
|
|
9
|
-
style: string | null;
|
|
10
|
-
constructor(_elementRef: ElementRef);
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDRowComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDRowComponent, "id-row", never, { "align": "align"; "class": "class"; "gap": "gap"; "justify": "justify"; "style": "style"; }, {}, never, ["*"]>;
|
|
13
|
-
}
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDRowComponent {
|
|
4
|
+
private _elementRef;
|
|
5
|
+
align: string | null;
|
|
6
|
+
class: string | null;
|
|
7
|
+
gap: string | null;
|
|
8
|
+
justify: string | null;
|
|
9
|
+
style: string | null;
|
|
10
|
+
constructor(_elementRef: ElementRef);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRowComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDRowComponent, "id-row", never, { "align": "align"; "class": "class"; "gap": "gap"; "justify": "justify"; "style": "style"; }, {}, never, ["*"]>;
|
|
13
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/grid/row/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./row.component";
|
|
4
|
-
export declare class IDRowModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDRowModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRowModule, [typeof i1.IDRowComponent], never, [typeof i1.IDRowComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDRowModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/grid/row/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./row.component";
|
|
4
|
+
export declare class IDRowModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDRowModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDRowModule, [typeof i1.IDRowComponent], never, [typeof i1.IDRowComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDRowModule>;
|
|
8
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { IDHeaderAvatar } from '../../classes/header/IDHeaderAvatar';
|
|
3
|
-
import { IDHeaderItem } from '../../classes/header/IDHeaderItem';
|
|
4
|
-
import { IDHeaderNavItem } from '../../classes/header/IDHeaderNavItem';
|
|
5
|
-
import { IDMobileMenuItem } from '../../classes/mobile/MobileMenuItem';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class IDHeaderComponent {
|
|
8
|
-
type: string;
|
|
9
|
-
brandtext: string | undefined;
|
|
10
|
-
brandtexttop: string | undefined;
|
|
11
|
-
brandtextbottom: string | undefined;
|
|
12
|
-
hideregionpicker: boolean;
|
|
13
|
-
fluid: boolean;
|
|
14
|
-
unresponsive: boolean;
|
|
15
|
-
hidebrand: boolean;
|
|
16
|
-
logohref: string;
|
|
17
|
-
pickregiontext: string;
|
|
18
|
-
regionicon: string | undefined;
|
|
19
|
-
regionicontitle: string | undefined;
|
|
20
|
-
srlogolabel: string;
|
|
21
|
-
items: IDHeaderItem[] | undefined;
|
|
22
|
-
avatar: IDHeaderAvatar | undefined;
|
|
23
|
-
avatarmaxwidth: string;
|
|
24
|
-
navitems: IDHeaderNavItem[] | undefined;
|
|
25
|
-
persistentmobilemenu: boolean;
|
|
26
|
-
mobileitems: IDHeaderItem[] | undefined;
|
|
27
|
-
mobilemenulabel: string;
|
|
28
|
-
mobilemenuitems: IDMobileMenuItem[] | undefined;
|
|
29
|
-
onDidToggleRegion: EventEmitter<boolean>;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderComponent, "id-header", never, { "type": "type"; "brandtext": "brandtext"; "brandtexttop": "brandtexttop"; "brandtextbottom": "brandtextbottom"; "hideregionpicker": "hideregionpicker"; "fluid": "fluid"; "unresponsive": "unresponsive"; "hidebrand": "hidebrand"; "logohref": "logohref"; "pickregiontext": "pickregiontext"; "regionicon": "regionicon"; "regionicontitle": "regionicontitle"; "srlogolabel": "srlogolabel"; "items": "items"; "avatar": "avatar"; "avatarmaxwidth": "avatarmaxwidth"; "navitems": "navitems"; "persistentmobilemenu": "persistentmobilemenu"; "mobileitems": "mobileitems"; "mobilemenulabel": "mobilemenulabel"; "mobilemenuitems": "mobilemenuitems"; }, { "onDidToggleRegion": "onDidToggleRegion"; }, never, ["[avatar]", "*", "[avatarMobile]"]>;
|
|
32
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IDHeaderAvatar } from '../../classes/header/IDHeaderAvatar';
|
|
3
|
+
import { IDHeaderItem } from '../../classes/header/IDHeaderItem';
|
|
4
|
+
import { IDHeaderNavItem } from '../../classes/header/IDHeaderNavItem';
|
|
5
|
+
import { IDMobileMenuItem } from '../../classes/mobile/MobileMenuItem';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class IDHeaderComponent {
|
|
8
|
+
type: string;
|
|
9
|
+
brandtext: string | undefined;
|
|
10
|
+
brandtexttop: string | undefined;
|
|
11
|
+
brandtextbottom: string | undefined;
|
|
12
|
+
hideregionpicker: boolean;
|
|
13
|
+
fluid: boolean;
|
|
14
|
+
unresponsive: boolean;
|
|
15
|
+
hidebrand: boolean;
|
|
16
|
+
logohref: string;
|
|
17
|
+
pickregiontext: string;
|
|
18
|
+
regionicon: string | undefined;
|
|
19
|
+
regionicontitle: string | undefined;
|
|
20
|
+
srlogolabel: string;
|
|
21
|
+
items: IDHeaderItem[] | undefined;
|
|
22
|
+
avatar: IDHeaderAvatar | undefined;
|
|
23
|
+
avatarmaxwidth: string;
|
|
24
|
+
navitems: IDHeaderNavItem[] | undefined;
|
|
25
|
+
persistentmobilemenu: boolean;
|
|
26
|
+
mobileitems: IDHeaderItem[] | undefined;
|
|
27
|
+
mobilemenulabel: string;
|
|
28
|
+
mobilemenuitems: IDMobileMenuItem[] | undefined;
|
|
29
|
+
onDidToggleRegion: EventEmitter<boolean>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderComponent, "id-header", never, { "type": "type"; "brandtext": "brandtext"; "brandtexttop": "brandtexttop"; "brandtextbottom": "brandtextbottom"; "hideregionpicker": "hideregionpicker"; "fluid": "fluid"; "unresponsive": "unresponsive"; "hidebrand": "hidebrand"; "logohref": "logohref"; "pickregiontext": "pickregiontext"; "regionicon": "regionicon"; "regionicontitle": "regionicontitle"; "srlogolabel": "srlogolabel"; "items": "items"; "avatar": "avatar"; "avatarmaxwidth": "avatarmaxwidth"; "navitems": "navitems"; "persistentmobilemenu": "persistentmobilemenu"; "mobileitems": "mobileitems"; "mobilemenulabel": "mobilemenulabel"; "mobilemenuitems": "mobilemenuitems"; }, { "onDidToggleRegion": "onDidToggleRegion"; }, never, ["[avatar]", "*", "[avatarMobile]"]>;
|
|
32
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '@inera/ids-core/components/header/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./header.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "../../internals/anchor.module";
|
|
6
|
-
import * as i4 from "../icon/icon.module";
|
|
7
|
-
export declare class IDHeaderModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderModule, [typeof i1.IDHeaderComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule, typeof i4.IDIconModule], [typeof i1.IDHeaderComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderModule>;
|
|
11
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/header/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./header.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "../../internals/anchor.module";
|
|
6
|
+
import * as i4 from "../icon/icon.module";
|
|
7
|
+
export declare class IDHeaderModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderModule, [typeof i1.IDHeaderComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule, typeof i4.IDIconModule], [typeof i1.IDHeaderComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderModule>;
|
|
11
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDIconComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
name: string | undefined;
|
|
5
|
-
rotate: string | undefined;
|
|
6
|
-
color: string | undefined;
|
|
7
|
-
color2: string | undefined;
|
|
8
|
-
colorpreset: string | undefined;
|
|
9
|
-
title: string | undefined;
|
|
10
|
-
size: 'm' | 's' | 'xs';
|
|
11
|
-
inline: boolean;
|
|
12
|
-
width: string | undefined;
|
|
13
|
-
height: string | undefined;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDIconComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDIconComponent, "id-icon", never, { "name": "name"; "rotate": "rotate"; "color": "color"; "color2": "color2"; "colorpreset": "colorpreset"; "title": "title"; "size": "size"; "inline": "inline"; "width": "width"; "height": "height"; }, {}, never, never>;
|
|
16
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDIconComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
name: string | undefined;
|
|
5
|
+
rotate: string | undefined;
|
|
6
|
+
color: string | undefined;
|
|
7
|
+
color2: string | undefined;
|
|
8
|
+
colorpreset: string | undefined;
|
|
9
|
+
title: string | undefined;
|
|
10
|
+
size: 'm' | 's' | 'xs';
|
|
11
|
+
inline: boolean;
|
|
12
|
+
width: string | undefined;
|
|
13
|
+
height: string | undefined;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDIconComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDIconComponent, "id-icon", never, { "name": "name"; "rotate": "rotate"; "color": "color"; "color2": "color2"; "colorpreset": "colorpreset"; "title": "title"; "size": "size"; "inline": "inline"; "width": "width"; "height": "height"; }, {}, never, never>;
|
|
16
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icon/register';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./icon.component";
|
|
4
|
-
export declare class IDIconModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IDIconModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IDIconModule, [typeof i1.IDIconComponent], never, [typeof i1.IDIconComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IDIconModule>;
|
|
8
|
-
}
|
|
1
|
+
import '@inera/ids-core/components/icon/register';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./icon.component";
|
|
4
|
+
export declare class IDIconModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDIconModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDIconModule, [typeof i1.IDIconComponent], never, [typeof i1.IDIconComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDIconModule>;
|
|
8
|
+
}
|