@inera/ids-angular 1.7.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,11 +3,14 @@ export declare class IDButtonComponent {
3
3
  constructor();
4
4
  secondary: boolean;
5
5
  toggle: boolean;
6
+ block: boolean;
7
+ sBlock: boolean;
8
+ mBlock: boolean;
6
9
  active: boolean;
7
10
  submit: boolean;
8
11
  search: boolean;
9
12
  disabled: boolean;
10
13
  type: string | undefined;
11
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": "secondary"; "toggle": "toggle"; "active": "active"; "submit": "submit"; "search": "search"; "disabled": "disabled"; "type": "type"; }, {}, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": "secondary"; "toggle": "toggle"; "block": "block"; "sBlock": "sBlock"; "mBlock": "mBlock"; "active": "active"; "submit": "submit"; "search": "search"; "disabled": "disabled"; "type": "type"; }, {}, never, ["*"]>;
13
16
  }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDCardComponent {
3
+ constructor();
4
+ fill: boolean;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDCardComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "fill": "fill"; }, {}, never, ["*"]>;
7
+ }
@@ -0,0 +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
+ }
@@ -0,0 +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
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDDialogComponent {
3
+ constructor();
4
+ dismissible: boolean;
5
+ headline: string;
6
+ overlay: boolean;
7
+ persistent: boolean;
8
+ show: boolean;
9
+ width: string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": "dismissible"; "headline": "headline"; "overlay": "overlay"; "persistent": "persistent"; "show": "show"; "width": "width"; }, {}, never, ["*"]>;
12
+ }
@@ -0,0 +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,9 +1,16 @@
1
+ import { ElementRef } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class IDColumnComponent {
4
+ private _elementRef;
3
5
  cols: String;
4
- mobile: String;
6
+ offset: String | null;
7
+ m: String;
8
+ mOffset: String | null;
9
+ s: String;
10
+ sOffset: String | null;
5
11
  align: String;
6
- constructor();
12
+ style: String | null;
13
+ constructor(_elementRef: ElementRef);
7
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IDColumnComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IDColumnComponent, "id-col", never, { "cols": "cols"; "mobile": "mobile"; "align": "align"; }, {}, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDColumnComponent, "id-col", never, { "cols": "cols"; "offset": "offset"; "m": "m"; "mOffset": "mOffset"; "s": "s"; "sOffset": "sOffset"; "align": "align"; "style": "style"; }, {}, never, ["*"]>;
9
16
  }
@@ -1,7 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDContainerComponent {
3
3
  fluid: Boolean;
4
+ gutterless: Boolean;
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<IDContainerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<IDContainerComponent, "id-container", never, { "fluid": "fluid"; }, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDContainerComponent, "id-container", never, { "fluid": "fluid"; "gutterless": "gutterless"; }, {}, never, ["*"]>;
7
8
  }
@@ -1,6 +1,11 @@
1
+ import { ElementRef } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class IDRowComponent {
3
- constructor();
4
+ private _elementRef;
5
+ align: string | null;
6
+ justify: string | null;
7
+ style: string | null;
8
+ constructor(_elementRef: ElementRef);
4
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IDRowComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<IDRowComponent, "id-row", never, {}, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDRowComponent, "id-row", never, { "align": "align"; "justify": "justify"; "style": "style"; }, {}, never, ["*"]>;
6
11
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@inera/ids-angular",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0",
7
- "@inera/ids-core": "1.7.x"
7
+ "@inera/ids-core": "1.9.x"
8
8
  },
9
9
  "publishConfig": {
10
10
  "access": "public"
package/public-api.d.ts CHANGED
@@ -8,8 +8,13 @@ export * from './lib/components/button-group/button-group.component';
8
8
  export * from './lib/components/button-group/button-group.module';
9
9
  export * from './lib/components/breadcrumbs/breadcrumbs.component';
10
10
  export * from './lib/components/breadcrumbs/breadcrumbs.module';
11
+ export * from './lib/components/card/card.component';
12
+ export * from './lib/components/card/card.module';
11
13
  export * from './lib/components/date-label/date-label.component';
12
14
  export * from './lib/components/date-label/date-label.module';
15
+ export * from './lib/components/dialog/dialog.component';
16
+ export * from './lib/components/dialog/dialog.module';
17
+ export * from './lib/components/dialog/actions/dialog-actions.component';
13
18
  export * from './lib/classes/icon/IDIcon';
14
19
  export * from './lib/classes/icon/IDIconProps';
15
20
  export * from './lib/components/icon/icon.component';