@inera/ids-angular 5.4.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/box-link/box-link.component.d.ts +6 -0
- package/components/box-link/box-link.module.d.ts +8 -0
- package/components/box-link/index.d.ts +5 -0
- package/components/box-link/public-api.d.ts +2 -0
- package/components/dialog/dialog.component.d.ts +1 -1
- package/components/dropdown/dropdown.component.d.ts +1 -1
- package/components/form/check-button/check-button.component.d.ts +7 -0
- package/components/form/check-button/check-button.module.d.ts +8 -0
- package/components/form/check-button/index.d.ts +5 -0
- package/components/form/check-button/public-api.d.ts +2 -0
- package/components/form/checkbox/checkbox.component.d.ts +2 -1
- package/esm2022/components/box-link/box-link.component.mjs +12 -0
- package/esm2022/components/box-link/box-link.module.mjs +18 -0
- package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +5 -0
- package/esm2022/components/box-link/public-api.mjs +3 -0
- package/esm2022/components/dialog/dialog.component.mjs +4 -4
- package/esm2022/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/components/form/check-button/check-button.component.mjs +15 -0
- package/esm2022/components/form/check-button/check-button.module.mjs +18 -0
- package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +5 -0
- package/esm2022/components/form/check-button/public-api.mjs +3 -0
- package/esm2022/components/form/checkbox/checkbox.component.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-box-link.mjs +34 -0
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-dialog.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +37 -0
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +5 -2
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/package.json +142 -130
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDBoxLinkComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDBoxLinkComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDBoxLinkComponent, "id-box-link", never, {}, {}, never, ["*"], false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "@inera/ids-core/components/box-link/register";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./box-link.component";
|
|
4
|
+
export declare class IDBoxLinkModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDBoxLinkModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDBoxLinkModule, [typeof i1.IDBoxLinkComponent], never, [typeof i1.IDBoxLinkComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDBoxLinkModule>;
|
|
8
|
+
}
|
|
@@ -15,7 +15,7 @@ export declare class IDDialogComponent {
|
|
|
15
15
|
onOpen: EventEmitter<Event>;
|
|
16
16
|
showChange: EventEmitter<boolean>;
|
|
17
17
|
hasClosed(event: Event): void;
|
|
18
|
-
|
|
18
|
+
hasOpened(event: Event): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "nofocustrap": { "alias": "nofocustrap"; "required": false; }; "keepscrollbar": { "alias": "keepscrollbar"; "required": false; }; "nooverlay": { "alias": "nooverlay"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; }, { "onClosed": "onClosed"; "onOpen": "onOpen"; "showChange": "showChange"; }, never, ["*"], false, never>;
|
|
21
21
|
}
|
|
@@ -13,7 +13,7 @@ export declare class IDDropdownComponent {
|
|
|
13
13
|
onOpen: EventEmitter<Event>;
|
|
14
14
|
showChange: EventEmitter<boolean>;
|
|
15
15
|
hasClosed(event: Event): void;
|
|
16
|
-
|
|
16
|
+
hasOpened(event: Event): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDropdownComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownComponent, "id-dropdown", never, { "sblock": { "alias": "sblock"; "required": false; }; "mlock": { "alias": "mlock"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "onClosed": "onClosed"; "onOpen": "onOpen"; "showChange": "showChange"; }, ["dropdownContent"], ["*"], true, never>;
|
|
19
19
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IDFormBase } from "@inera/ids-angular/common";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDCheckButtonComponent extends IDFormBase {
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckButtonComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckButtonComponent, "id-check-button", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "@inera/ids-core/components/form/check-button/register";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./check-button.component";
|
|
4
|
+
export declare class IDCheckButtonModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckButtonModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDCheckButtonModule, [typeof i1.IDCheckButtonComponent], never, [typeof i1.IDCheckButtonComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDCheckButtonModule>;
|
|
8
|
+
}
|
|
@@ -3,8 +3,9 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class IDCheckboxComponent extends IDFormBase {
|
|
4
4
|
nolabel: boolean | undefined;
|
|
5
5
|
compact: boolean | undefined;
|
|
6
|
+
indeterminate: boolean | undefined;
|
|
6
7
|
block: boolean | undefined;
|
|
7
8
|
constructor();
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "nolabel": { "alias": "nolabel"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "block": { "alias": "block"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "nolabel": { "alias": "nolabel"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "block": { "alias": "block"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
11
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDBoxLinkComponent {
|
|
4
|
+
constructor() { }
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDBoxLinkComponent, selector: "id-box-link", ngImport: i0, template: "<ids-box-link>\r\n <ng-content></ng-content>\r\n</ids-box-link>\r\n" });
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkComponent, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ selector: "id-box-link", template: "<ids-box-link>\r\n <ng-content></ng-content>\r\n</ids-box-link>\r\n" }]
|
|
11
|
+
}], ctorParameters: () => [] });
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm94LWxpbmsuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9ib3gtbGluay9ib3gtbGluay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2JveC1saW5rL2JveC1saW5rLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVMsTUFBTSxlQUFlLENBQUM7O0FBTWpELE1BQU0sT0FBTyxrQkFBa0I7SUFDN0IsZ0JBQWUsQ0FBQzt3R0FETCxrQkFBa0I7NEZBQWxCLGtCQUFrQixtRENOL0Isc0VBR0E7OzRGREdhLGtCQUFrQjtrQkFKOUIsU0FBUzsrQkFDRSxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJpZC1ib3gtbGlua1wiLFxyXG4gIHRlbXBsYXRlVXJsOiBcIi4vYm94LWxpbmsuY29tcG9uZW50Lmh0bWxcIlxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURCb3hMaW5rQ29tcG9uZW50IHtcclxuICBjb25zdHJ1Y3RvcigpIHt9XHJcbn1cclxuIiwiPGlkcy1ib3gtbGluaz5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLWJveC1saW5rPlxyXG4iXX0=
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
|
|
2
|
+
import { IDBoxLinkComponent } from "./box-link.component";
|
|
3
|
+
import "@inera/ids-core/components/box-link/register";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class IDBoxLinkModule {
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, declarations: [IDBoxLinkComponent], exports: [IDBoxLinkComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule });
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [IDBoxLinkComponent],
|
|
14
|
+
exports: [IDBoxLinkComponent],
|
|
15
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
16
|
+
}]
|
|
17
|
+
}] });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm94LWxpbmsubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9ib3gtbGluay9ib3gtbGluay5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMxRCxPQUFPLDhDQUE4QyxDQUFDOztBQU90RCxNQUFNLE9BQU8sZUFBZTt3R0FBZixlQUFlO3lHQUFmLGVBQWUsaUJBSlgsa0JBQWtCLGFBQ3ZCLGtCQUFrQjt5R0FHakIsZUFBZTs7NEZBQWYsZUFBZTtrQkFMM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDbEMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLENBQUM7b0JBQzdCLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgSURCb3hMaW5rQ29tcG9uZW50IH0gZnJvbSBcIi4vYm94LWxpbmsuY29tcG9uZW50XCI7XHJcbmltcG9ydCBcIkBpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2JveC1saW5rL3JlZ2lzdGVyXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0lEQm94TGlua0NvbXBvbmVudF0sXHJcbiAgZXhwb3J0czogW0lEQm94TGlua0NvbXBvbmVudF0sXHJcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREJveExpbmtNb2R1bGUge31cclxuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1ib3gtbGluay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYm94LWxpbmsvaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1ib3gtbGluay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { IDBoxLinkComponent } from "./box-link.component";
|
|
2
|
+
export { IDBoxLinkModule } from "./box-link.module";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYm94LWxpbmsvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMxRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREJveExpbmtDb21wb25lbnQgfSBmcm9tIFwiLi9ib3gtbGluay5jb21wb25lbnRcIjtcclxuZXhwb3J0IHsgSURCb3hMaW5rTW9kdWxlIH0gZnJvbSBcIi4vYm94LWxpbmsubW9kdWxlXCI7XHJcbiJdfQ==
|
|
@@ -19,17 +19,17 @@ export class IDDialogComponent {
|
|
|
19
19
|
this.onClosed.emit(event);
|
|
20
20
|
this.showChange.emit(this.show);
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
hasOpened(event) {
|
|
23
23
|
this.show = true;
|
|
24
24
|
this.onOpen.emit(event);
|
|
25
25
|
this.showChange.emit(this.show);
|
|
26
26
|
}
|
|
27
27
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srclosetext: "srclosetext", nofocustrap: "nofocustrap", keepscrollbar: "keepscrollbar", nooverlay: "nooverlay", persistent: "persistent", show: "show", width: "width", maxwidth: "maxwidth" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, ngImport: i0, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
28
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srclosetext: "srclosetext", nofocustrap: "nofocustrap", keepscrollbar: "keepscrollbar", nooverlay: "nooverlay", persistent: "persistent", show: "show", width: "width", maxwidth: "maxwidth" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, ngImport: i0, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0.ViewEncapsulation.None });
|
|
29
29
|
}
|
|
30
30
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDialogComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
|
-
args: [{ selector: 'id-dialog', encapsulation: ViewEncapsulation.None, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
32
|
+
args: [{ selector: 'id-dialog', encapsulation: ViewEncapsulation.None, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-dialog>" }]
|
|
33
33
|
}], ctorParameters: () => [], propDecorators: { dismissible: [{
|
|
34
34
|
type: Input
|
|
35
35
|
}], srclosetext: [{
|
|
@@ -55,4 +55,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
55
55
|
}], showChange: [{
|
|
56
56
|
type: Output
|
|
57
57
|
}] } });
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZGlhbG9nL2RpYWxvZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2RpYWxvZy9kaWFsb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPMUYsTUFBTSxPQUFPLGlCQUFpQjtJQUU1QixnQkFBZ0IsQ0FBQztJQUdqQixXQUFXLEdBQVksS0FBSyxDQUFDO0lBRzdCLFdBQVcsR0FBVyxFQUFFLENBQUM7SUFHekIsV0FBVyxHQUFZLEtBQUssQ0FBQztJQUc3QixhQUFhLEdBQVksS0FBSyxDQUFDO0lBRy9CLFNBQVMsR0FBWSxLQUFLLENBQUM7SUFHM0IsVUFBVSxHQUFZLEtBQUssQ0FBQztJQUc1QixJQUFJLEdBQVksS0FBSyxDQUFDO0lBR3RCLEtBQUssR0FBVyxFQUFFLENBQUM7SUFHbkIsUUFBUSxHQUFXLEVBQUUsQ0FBQztJQUd0QixRQUFRLEdBQXdCLElBQUksWUFBWSxFQUFFLENBQUM7SUFHbkQsTUFBTSxHQUF3QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBR2pELFVBQVUsR0FBMEIsSUFBSSxZQUFZLEVBQVcsQ0FBQztJQUVoRSxTQUFTLENBQUUsS0FBWTtRQUNyQixJQUFJLENBQUMsSUFBSSxHQUFHLEtBQUssQ0FBQztRQUNsQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtRQUN6QixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUNELFNBQVMsQ0FBRSxLQUFZO1FBQ3JCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFBO1FBQ3ZCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNsQyxDQUFDO3dHQWpEVSxpQkFBaUI7NEZBQWpCLGlCQUFpQixzV0NQOUIsc2pCQWNhOzs0RkRQQSxpQkFBaUI7a0JBTDdCLFNBQVM7K0JBQ0UsV0FBVyxpQkFFTixpQkFBaUIsQ0FBQyxJQUFJO3dEQU9yQyxXQUFXO3NCQURWLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLO2dCQUlOLFdBQVc7c0JBRFYsS0FBSztnQkFJTixhQUFhO3NCQURaLEtBQUs7Z0JBSU4sU0FBUztzQkFEUixLQUFLO2dCQUlOLFVBQVU7c0JBRFQsS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBSU4sS0FBSztzQkFESixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBSVAsTUFBTTtzQkFETCxNQUFNO2dCQUlQLFVBQVU7c0JBRFQsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpZC1kaWFsb2cnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9kaWFsb2cuY29tcG9uZW50Lmh0bWwnLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJRERpYWxvZ0NvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZGlzbWlzc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBzcmNsb3NldGV4dDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbm9mb2N1c3RyYXA6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBrZWVwc2Nyb2xsYmFyOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbm9vdmVybGF5OiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcGVyc2lzdGVudDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNob3c6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICB3aWR0aDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbWF4d2lkdGg6IHN0cmluZyA9ICcnO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBvbkNsb3NlZDogRXZlbnRFbWl0dGVyPEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25PcGVuOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBzaG93Q2hhbmdlOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIGhhc0Nsb3NlZCAoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLnNob3cgPSBmYWxzZTtcclxuICAgIHRoaXMub25DbG9zZWQuZW1pdChldmVudClcclxuICAgIHRoaXMuc2hvd0NoYW5nZS5lbWl0KHRoaXMuc2hvdyk7XHJcbiAgfVxyXG4gIGhhc09wZW5lZCAoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLnNob3cgPSB0cnVlO1xyXG4gICAgdGhpcy5vbk9wZW4uZW1pdChldmVudClcclxuICAgIHRoaXMuc2hvd0NoYW5nZS5lbWl0KHRoaXMuc2hvdyk7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8aWRzLWRpYWxvZyBcclxuICBbYXR0ci5kaXNtaXNzaWJsZV09XCJkaXNtaXNzaWJsZSA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5ub292ZXJsYXldPVwibm9vdmVybGF5ID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLm5vZm9jdXN0cmFwXT1cIm5vZm9jdXN0cmFwID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLnBlcnNpc3RlbnRdPVwicGVyc2lzdGVudCA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5rZWVwc2Nyb2xsYmFyXT1cImtlZXBzY3JvbGxiYXIgPyB0cnVlIDogbnVsbFwiXHJcbiAgW2F0dHIuc2hvd109XCJzaG93ID8gJ3RydWUnIDogJ2ZhbHNlJ1wiXHJcbiAgW3dpZHRoXT1cIndpZHRoXCJcclxuICBbbWF4d2lkdGhdPVwibWF4d2lkdGhcIlxyXG4gIG5vZm9jdXN0cmFwPVwibm9mb2N1c3RyYXBcIlxyXG4gIFtzcmNsb3NldGV4dF09XCJzcmNsb3NldGV4dFwiXHJcbiAgKGNsb3NlZCk9XCJoYXNDbG9zZWQoJGV2ZW50KVwiXHJcbiAgKG9wZW4pPVwiaGFzT3BlbmVkKCRldmVudClcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLWRpYWxvZz4iXX0=
|
|
@@ -19,17 +19,17 @@ export class IDDropdownComponent {
|
|
|
19
19
|
this.onClosed.emit(event);
|
|
20
20
|
this.showChange.emit(this.expanded);
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
hasOpened(event) {
|
|
23
23
|
this.expanded = true;
|
|
24
24
|
this.onOpen.emit(event);
|
|
25
25
|
this.showChange.emit(this.expanded);
|
|
26
26
|
}
|
|
27
27
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownComponent, isStandalone: true, selector: "id-dropdown", inputs: { sblock: "sblock", mlock: "mlock", persistent: "persistent", expanded: "expanded", position: "position" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, queries: [{ propertyName: "dropdownContent", first: true, predicate: IDDropdownContentComponent, descendants: true }], ngImport: i0, template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
28
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownComponent, isStandalone: true, selector: "id-dropdown", inputs: { sblock: "sblock", mlock: "mlock", persistent: "persistent", expanded: "expanded", position: "position" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, queries: [{ propertyName: "dropdownContent", first: true, predicate: IDDropdownContentComponent, descendants: true }], ngImport: i0, template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n <ids-dropdown-content *ngIf=\"dropdownContent\" [sblock]=\"dropdownContent.sblock\" [mblock]=\"dropdownContent.mblock\">\r\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\r\n </ids-dropdown-content>\r\n</ids-dropdown>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
29
29
|
}
|
|
30
30
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDropdownComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
|
-
args: [{ selector: "id-dropdown", encapsulation: ViewEncapsulation.None, standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
32
|
+
args: [{ selector: "id-dropdown", encapsulation: ViewEncapsulation.None, standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n <ids-dropdown-content *ngIf=\"dropdownContent\" [sblock]=\"dropdownContent.sblock\" [mblock]=\"dropdownContent.mblock\">\r\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\r\n </ids-dropdown-content>\r\n</ids-dropdown>" }]
|
|
33
33
|
}], ctorParameters: () => [], propDecorators: { sblock: [{
|
|
34
34
|
type: Input
|
|
35
35
|
}], mlock: [{
|
|
@@ -50,4 +50,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
50
50
|
}], showChange: [{
|
|
51
51
|
type: Output
|
|
52
52
|
}] } });
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
53
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9kcm9wZG93bi9kcm9wZG93bi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Ryb3Bkb3duL2Ryb3Bkb3duLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsWUFBWSxFQUNaLHNCQUFzQixFQUN0QixZQUFZLEVBQ1osS0FBSyxFQUNMLE1BQU0sRUFDTixpQkFBaUIsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDMUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFVL0MsTUFBTSxPQUFPLG1CQUFtQjtJQUM5QixnQkFBZSxDQUFDO0lBR2hCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsS0FBSyxHQUFZLEtBQUssQ0FBQztJQUd2QixVQUFVLEdBQVksS0FBSyxDQUFDO0lBRzVCLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFHMUIsUUFBUSxHQUFxQixPQUFPLENBQUM7SUFHckMsZUFBZSxDQUE2QjtJQUc1QyxRQUFRLEdBQXdCLElBQUksWUFBWSxFQUFFLENBQUM7SUFHbkQsTUFBTSxHQUF3QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBR2pELFVBQVUsR0FBMEIsSUFBSSxZQUFZLEVBQVcsQ0FBQztJQUVoRSxTQUFTLENBQUMsS0FBWTtRQUNwQixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQztRQUN0QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMxQixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDdEMsQ0FBQztJQUNELFNBQVMsQ0FBQyxLQUFZO1FBQ3BCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3hCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUN0QyxDQUFDO3dHQXZDVSxtQkFBbUI7NEZBQW5CLG1CQUFtQix1VEFrQmhCLDBCQUEwQixnREN0QzFDLDJmQVVlLDJDRFFILFlBQVk7OzRGQUVYLG1CQUFtQjtrQkFSL0IsU0FBUzsrQkFDRSxhQUFhLGlCQUVSLGlCQUFpQixDQUFDLElBQUksY0FDekIsSUFBSSxXQUNQLENBQUMsc0JBQXNCLENBQUMsV0FDeEIsQ0FBQyxZQUFZLENBQUM7d0RBTXZCLE1BQU07c0JBREwsS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUs7Z0JBSU4sVUFBVTtzQkFEVCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sZUFBZTtzQkFEZCxZQUFZO3VCQUFDLDBCQUEwQjtnQkFJeEMsUUFBUTtzQkFEUCxNQUFNO2dCQUlQLE1BQU07c0JBREwsTUFBTTtnQkFJUCxVQUFVO3NCQURULE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBDb250ZW50Q2hpbGQsXHJcbiAgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSxcclxuICBFdmVudEVtaXR0ZXIsXHJcbiAgSW5wdXQsXHJcbiAgT3V0cHV0LFxyXG4gIFZpZXdFbmNhcHN1bGF0aW9uXHJcbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgSUREcm9wZG93bkNvbnRlbnRDb21wb25lbnQgfSBmcm9tIFwiLi9kcm9wZG93bi1jb250ZW50LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJpZC1kcm9wZG93blwiLFxyXG4gIHRlbXBsYXRlVXJsOiBcIi4vZHJvcGRvd24uY29tcG9uZW50Lmh0bWxcIixcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJRERyb3Bkb3duQ29tcG9uZW50IHtcclxuICBjb25zdHJ1Y3RvcigpIHt9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc2Jsb2NrOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbWxvY2s6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBwZXJzaXN0ZW50OiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBwb3NpdGlvbjogXCJsZWZ0XCIgfCBcInJpZ2h0XCIgPSBcInJpZ2h0XCI7XHJcblxyXG4gIEBDb250ZW50Q2hpbGQoSUREcm9wZG93bkNvbnRlbnRDb21wb25lbnQpXHJcbiAgZHJvcGRvd25Db250ZW50OiBJRERyb3Bkb3duQ29udGVudENvbXBvbmVudDtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25DbG9zZWQ6IEV2ZW50RW1pdHRlcjxFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uT3BlbjogRXZlbnRFbWl0dGVyPEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgc2hvd0NoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xyXG5cclxuICBoYXNDbG9zZWQoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLmV4cGFuZGVkID0gZmFsc2U7XHJcbiAgICB0aGlzLm9uQ2xvc2VkLmVtaXQoZXZlbnQpO1xyXG4gICAgdGhpcy5zaG93Q2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XHJcbiAgfVxyXG4gIGhhc09wZW5lZChldmVudDogRXZlbnQpIHtcclxuICAgIHRoaXMuZXhwYW5kZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5vbk9wZW4uZW1pdChldmVudCk7XHJcbiAgICB0aGlzLnNob3dDaGFuZ2UuZW1pdCh0aGlzLmV4cGFuZGVkKTtcclxuICB9XHJcbn1cclxuIiwiPGlkcy1kcm9wZG93blxyXG4gIFthdHRyLnBlcnNpc3RlbnRdPVwicGVyc2lzdGVudCA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5wb3NpdGlvbl09XCJwb3NpdGlvblwiXHJcbiAgW2V4cGFuZGVkXT1cImV4cGFuZGVkID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgKGNsb3NlZCk9XCJoYXNDbG9zZWQoJGV2ZW50KVwiXHJcbiAgKG9wZW4pPVwiaGFzT3BlbmVkKCRldmVudClcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgPGlkcy1kcm9wZG93bi1jb250ZW50ICAqbmdJZj1cImRyb3Bkb3duQ29udGVudFwiIFtzYmxvY2tdPVwiZHJvcGRvd25Db250ZW50LnNibG9ja1wiIFttYmxvY2tdPVwiZHJvcGRvd25Db250ZW50Lm1ibG9ja1wiPlxyXG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImRyb3Bkb3duQ29udGVudC50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxyXG4gIDwvaWRzLWRyb3Bkb3duLWNvbnRlbnQ+XHJcbjwvaWRzLWRyb3Bkb3duPiJdfQ==
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, ViewEncapsulation } from "@angular/core";
|
|
2
|
+
import { IDFormBase } from "@inera/ids-angular/common";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class IDCheckButtonComponent extends IDFormBase {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
}
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckButtonComponent, selector: "id-check-button", usesInheritance: true, ngImport: i0, template: "<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n", encapsulation: i0.ViewEncapsulation.None });
|
|
10
|
+
}
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: "id-check-button", encapsulation: ViewEncapsulation.None, template: "<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n" }]
|
|
14
|
+
}], ctorParameters: () => [] });
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2stYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9jaGVjay1idXR0b24vY2hlY2stYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9jaGVjay1idXR0b24vY2hlY2stYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0QsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsVUFBVTtJQUNwRDtRQUNFLEtBQUssRUFBRSxDQUFDO0lBQ1YsQ0FBQzt3R0FIVSxzQkFBc0I7NEZBQXRCLHNCQUFzQiw4RUNSbkMsOEVBR0E7OzRGREthLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxpQkFBaUIsaUJBRVosaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBJREZvcm1CYXNlIH0gZnJvbSBcIkBpbmVyYS9pZHMtYW5ndWxhci9jb21tb25cIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImlkLWNoZWNrLWJ1dHRvblwiLFxyXG4gIHRlbXBsYXRlVXJsOiBcIi4vY2hlY2stYnV0dG9uLmNvbXBvbmVudC5odG1sXCIsXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURDaGVja0J1dHRvbkNvbXBvbmVudCBleHRlbmRzIElERm9ybUJhc2Uge1xyXG4gIGNvbnN0cnVjdG9yKCkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcbn1cclxuIiwiPGlkcy1jaGVjay1idXR0b24+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1jaGVjay1idXR0b24+XHJcbiJdfQ==
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
|
|
2
|
+
import { IDCheckButtonComponent } from "./check-button.component";
|
|
3
|
+
import "@inera/ids-core/components/form/check-button/register";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class IDCheckButtonModule {
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule, declarations: [IDCheckButtonComponent], exports: [IDCheckButtonComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule });
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [IDCheckButtonComponent],
|
|
14
|
+
exports: [IDCheckButtonComponent],
|
|
15
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
16
|
+
}]
|
|
17
|
+
}] });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2stYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9jaGVjay1idXR0b24vY2hlY2stYnV0dG9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2xFLE9BQU8sdURBQXVELENBQUM7O0FBTy9ELE1BQU0sT0FBTyxtQkFBbUI7d0dBQW5CLG1CQUFtQjt5R0FBbkIsbUJBQW1CLGlCQUpmLHNCQUFzQixhQUMzQixzQkFBc0I7eUdBR3JCLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7b0JBQ2pDLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgSURDaGVja0J1dHRvbkNvbXBvbmVudCB9IGZyb20gXCIuL2NoZWNrLWJ1dHRvbi5jb21wb25lbnRcIjtcclxuaW1wb3J0IFwiQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvZm9ybS9jaGVjay1idXR0b24vcmVnaXN0ZXJcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbSURDaGVja0J1dHRvbkNvbXBvbmVudF0sXHJcbiAgZXhwb3J0czogW0lEQ2hlY2tCdXR0b25Db21wb25lbnRdLFxyXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURDaGVja0J1dHRvbk1vZHVsZSB7fVxyXG4iXX0=
|
package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1mb3JtLWNoZWNrLWJ1dHRvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9jaGVjay1idXR0b24vaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1mb3JtLWNoZWNrLWJ1dHRvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { IDCheckButtonComponent } from "./check-button.component";
|
|
2
|
+
export { IDCheckButtonModule } from "./check-button.module";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9jaGVjay1idXR0b24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElEQ2hlY2tCdXR0b25Db21wb25lbnQgfSBmcm9tIFwiLi9jaGVjay1idXR0b24uY29tcG9uZW50XCI7XHJcbmV4cG9ydCB7IElEQ2hlY2tCdXR0b25Nb2R1bGUgfSBmcm9tIFwiLi9jaGVjay1idXR0b24ubW9kdWxlXCI7XHJcbiJdfQ==
|
|
@@ -4,21 +4,24 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export class IDCheckboxComponent extends IDFormBase {
|
|
5
5
|
nolabel = undefined;
|
|
6
6
|
compact = undefined;
|
|
7
|
+
indeterminate = undefined;
|
|
7
8
|
block = undefined;
|
|
8
9
|
constructor() {
|
|
9
10
|
super();
|
|
10
11
|
}
|
|
11
12
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { nolabel: "nolabel", compact: "compact", block: "block" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { nolabel: "nolabel", compact: "compact", indeterminate: "indeterminate", block: "block" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n", encapsulation: i0.ViewEncapsulation.None });
|
|
13
14
|
}
|
|
14
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxComponent, decorators: [{
|
|
15
16
|
type: Component,
|
|
16
|
-
args: [{ selector: "id-checkbox", encapsulation: ViewEncapsulation.None, template: "<ids-checkbox
|
|
17
|
+
args: [{ selector: "id-checkbox", encapsulation: ViewEncapsulation.None, template: "<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n" }]
|
|
17
18
|
}], ctorParameters: () => [], propDecorators: { nolabel: [{
|
|
18
19
|
type: Input
|
|
19
20
|
}], compact: [{
|
|
20
21
|
type: Input
|
|
22
|
+
}], indeterminate: [{
|
|
23
|
+
type: Input
|
|
21
24
|
}], block: [{
|
|
22
25
|
type: Input
|
|
23
26
|
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9mb3JtL2NoZWNrYm94L2NoZWNrYm94LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9jaGVja2JveC9jaGVja2JveC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxVQUFVO0lBRWpELE9BQU8sR0FBd0IsU0FBUyxDQUFDO0lBR3pDLE9BQU8sR0FBd0IsU0FBUyxDQUFDO0lBR3pDLGFBQWEsR0FBd0IsU0FBUyxDQUFDO0lBRy9DLEtBQUssR0FBd0IsU0FBUyxDQUFDO0lBRXZDO1FBQ0UsS0FBSyxFQUFFLENBQUM7SUFDVixDQUFDO3dHQWZVLG1CQUFtQjs0RkFBbkIsbUJBQW1CLDhLQ1JoQyxzY0FZQTs7NEZESmEsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNFLGFBQWEsaUJBRVIsaUJBQWlCLENBQUMsSUFBSTt3REFJckMsT0FBTztzQkFETixLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFJTixhQUFhO3NCQURaLEtBQUs7Z0JBSU4sS0FBSztzQkFESixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBJREZvcm1CYXNlIH0gZnJvbSBcIkBpbmVyYS9pZHMtYW5ndWxhci9jb21tb25cIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImlkLWNoZWNrYm94XCIsXHJcbiAgdGVtcGxhdGVVcmw6IFwiLi9jaGVja2JveC5jb21wb25lbnQuaHRtbFwiLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIElEQ2hlY2tib3hDb21wb25lbnQgZXh0ZW5kcyBJREZvcm1CYXNlIHtcclxuICBASW5wdXQoKVxyXG4gIG5vbGFiZWw6IGJvb2xlYW4gfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgY29tcGFjdDogYm9vbGVhbiB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcclxuXHJcbiAgQElucHV0KClcclxuICBpbmRldGVybWluYXRlOiBib29sZWFuIHwgdW5kZWZpbmVkID0gdW5kZWZpbmVkO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGJsb2NrOiBib29sZWFuIHwgdW5kZWZpbmVkID0gdW5kZWZpbmVkO1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG59XHJcbiIsIjxpZHMtY2hlY2tib3hcclxuICBbYXR0ci5saWdodF09XCJsaWdodCA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5ub2xhYmVsXT1cIm5vbGFiZWwgPyB0cnVlIDogbnVsbFwiXHJcbiAgW2ludmFsaWRdPVwiaW52YWxpZFwiXHJcbiAgW2luZGV0ZXJtaW5hdGVdPVwiaW5kZXRlcm1pbmF0ZSA/IHRydWUgOiBudWxsXCJcclxuICBbYmxvY2tdPVwiYmxvY2sgPyB0cnVlIDogbnVsbFwiXHJcbiAgW2NvbXBhY3RdPVwiY29tcGFjdCA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5ub3ZhbGlkYXRpb25dPVwibm92YWxpZGF0aW9uID8gdHJ1ZSA6IG51bGxcIlxyXG4gIChvblZhbGlkKT1cImVtaXRPblZhbGlkKCRldmVudClcIlxyXG4gIChvbkludmFsaWQpPVwiZW1pdE9uSW52YWxpZCgkZXZlbnQpXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1jaGVja2JveD5cclxuIl19
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
3
|
+
import '@inera/ids-core/components/box-link/register';
|
|
4
|
+
|
|
5
|
+
class IDBoxLinkComponent {
|
|
6
|
+
constructor() { }
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDBoxLinkComponent, selector: "id-box-link", ngImport: i0, template: "<ids-box-link>\r\n <ng-content></ng-content>\r\n</ids-box-link>\r\n" });
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkComponent, decorators: [{
|
|
11
|
+
type: Component,
|
|
12
|
+
args: [{ selector: "id-box-link", template: "<ids-box-link>\r\n <ng-content></ng-content>\r\n</ids-box-link>\r\n" }]
|
|
13
|
+
}], ctorParameters: () => [] });
|
|
14
|
+
|
|
15
|
+
class IDBoxLinkModule {
|
|
16
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, declarations: [IDBoxLinkComponent], exports: [IDBoxLinkComponent] });
|
|
18
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule });
|
|
19
|
+
}
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBoxLinkModule, decorators: [{
|
|
21
|
+
type: NgModule,
|
|
22
|
+
args: [{
|
|
23
|
+
declarations: [IDBoxLinkComponent],
|
|
24
|
+
exports: [IDBoxLinkComponent],
|
|
25
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
26
|
+
}]
|
|
27
|
+
}] });
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Generated bundle index. Do not edit.
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
export { IDBoxLinkComponent, IDBoxLinkModule };
|
|
34
|
+
//# sourceMappingURL=inera-ids-angular-components-box-link.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-box-link.mjs","sources":["../../../projects/ids-angular/components/box-link/box-link.component.ts","../../../projects/ids-angular/components/box-link/box-link.component.html","../../../projects/ids-angular/components/box-link/box-link.module.ts","../../../projects/ids-angular/components/box-link/inera-ids-angular-components-box-link.ts"],"sourcesContent":["import { Component, Input } from \"@angular/core\";\r\n\r\n@Component({\r\n selector: \"id-box-link\",\r\n templateUrl: \"./box-link.component.html\"\r\n})\r\nexport class IDBoxLinkComponent {\r\n constructor() {}\r\n}\r\n","<ids-box-link>\r\n <ng-content></ng-content>\r\n</ids-box-link>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\r\nimport { IDBoxLinkComponent } from \"./box-link.component\";\r\nimport \"@inera/ids-core/components/box-link/register\";\r\n\r\n@NgModule({\r\n declarations: [IDBoxLinkComponent],\r\n exports: [IDBoxLinkComponent],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDBoxLinkModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;AAC7B,IAAA,WAAA,GAAA,GAAgB;wGADL,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,kBAAkB,mDCN/B,sEAGA,EAAA,CAAA,CAAA;;4FDGa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,SAAS;+BACE,aAAa,EAAA,QAAA,EAAA,sEAAA,EAAA,CAAA;;;MEMZ,eAAe,CAAA;wGAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAf,eAAe,EAAA,YAAA,EAAA,CAJX,kBAAkB,CAAA,EAAA,OAAA,EAAA,CACvB,kBAAkB,CAAA,EAAA,CAAA,CAAA;yGAGjB,eAAe,EAAA,CAAA,CAAA;;4FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,kBAAkB,CAAC;oBAClC,OAAO,EAAE,CAAC,kBAAkB,CAAC;oBAC7B,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
|
|
@@ -21,17 +21,17 @@ class IDDialogComponent {
|
|
|
21
21
|
this.onClosed.emit(event);
|
|
22
22
|
this.showChange.emit(this.show);
|
|
23
23
|
}
|
|
24
|
-
|
|
24
|
+
hasOpened(event) {
|
|
25
25
|
this.show = true;
|
|
26
26
|
this.onOpen.emit(event);
|
|
27
27
|
this.showChange.emit(this.show);
|
|
28
28
|
}
|
|
29
29
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
30
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srclosetext: "srclosetext", nofocustrap: "nofocustrap", keepscrollbar: "keepscrollbar", nooverlay: "nooverlay", persistent: "persistent", show: "show", width: "width", maxwidth: "maxwidth" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, ngImport: i0, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
30
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srclosetext: "srclosetext", nofocustrap: "nofocustrap", keepscrollbar: "keepscrollbar", nooverlay: "nooverlay", persistent: "persistent", show: "show", width: "width", maxwidth: "maxwidth" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, ngImport: i0, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0.ViewEncapsulation.None });
|
|
31
31
|
}
|
|
32
32
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDialogComponent, decorators: [{
|
|
33
33
|
type: Component,
|
|
34
|
-
args: [{ selector: 'id-dialog', encapsulation: ViewEncapsulation.None, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
34
|
+
args: [{ selector: 'id-dialog', encapsulation: ViewEncapsulation.None, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-dialog>" }]
|
|
35
35
|
}], ctorParameters: () => [], propDecorators: { dismissible: [{
|
|
36
36
|
type: Input
|
|
37
37
|
}], srclosetext: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-dialog.mjs","sources":["../../../projects/ids-angular/components/dialog/dialog.component.ts","../../../projects/ids-angular/components/dialog/dialog.component.html","../../../projects/ids-angular/components/dialog/dialog.module.ts","../../../projects/ids-angular/components/dialog/inera-ids-angular-components-dialog.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-dialog',\r\n templateUrl: './dialog.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDDialogComponent {\r\n\r\n constructor() { }\r\n\r\n @Input()\r\n dismissible: boolean = false;\r\n\r\n @Input()\r\n srclosetext: string = '';\r\n\r\n @Input()\r\n nofocustrap: boolean = false;\r\n\r\n @Input()\r\n keepscrollbar: boolean = false;\r\n\r\n @Input()\r\n nooverlay: boolean = false;\r\n\r\n @Input()\r\n persistent: boolean = false;\r\n\r\n @Input()\r\n show: boolean = false;\r\n\r\n @Input()\r\n width: string = '';\r\n\r\n @Input()\r\n maxwidth: string = '';\r\n\r\n @Output()\r\n onClosed: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onOpen: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n\r\n hasClosed (event: Event) {\r\n this.show = false;\r\n this.onClosed.emit(event)\r\n this.showChange.emit(this.show);\r\n }\r\n
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-dialog.mjs","sources":["../../../projects/ids-angular/components/dialog/dialog.component.ts","../../../projects/ids-angular/components/dialog/dialog.component.html","../../../projects/ids-angular/components/dialog/dialog.module.ts","../../../projects/ids-angular/components/dialog/inera-ids-angular-components-dialog.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-dialog',\r\n templateUrl: './dialog.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDDialogComponent {\r\n\r\n constructor() { }\r\n\r\n @Input()\r\n dismissible: boolean = false;\r\n\r\n @Input()\r\n srclosetext: string = '';\r\n\r\n @Input()\r\n nofocustrap: boolean = false;\r\n\r\n @Input()\r\n keepscrollbar: boolean = false;\r\n\r\n @Input()\r\n nooverlay: boolean = false;\r\n\r\n @Input()\r\n persistent: boolean = false;\r\n\r\n @Input()\r\n show: boolean = false;\r\n\r\n @Input()\r\n width: string = '';\r\n\r\n @Input()\r\n maxwidth: string = '';\r\n\r\n @Output()\r\n onClosed: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onOpen: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n\r\n hasClosed (event: Event) {\r\n this.show = false;\r\n this.onClosed.emit(event)\r\n this.showChange.emit(this.show);\r\n }\r\n hasOpened (event: Event) {\r\n this.show = true;\r\n this.onOpen.emit(event)\r\n this.showChange.emit(this.show);\r\n }\r\n\r\n}\r\n","<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.nooverlay]=\"nooverlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n [maxwidth]=\"maxwidth\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-dialog>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDDialogComponent } from './dialog.component';\r\nimport '@inera/ids-core/components/dialog/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDDialogComponent\r\n ],\r\n exports: [\r\n IDDialogComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDDialogModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -51,17 +51,17 @@ class IDDropdownComponent {
|
|
|
51
51
|
this.onClosed.emit(event);
|
|
52
52
|
this.showChange.emit(this.expanded);
|
|
53
53
|
}
|
|
54
|
-
|
|
54
|
+
hasOpened(event) {
|
|
55
55
|
this.expanded = true;
|
|
56
56
|
this.onOpen.emit(event);
|
|
57
57
|
this.showChange.emit(this.expanded);
|
|
58
58
|
}
|
|
59
59
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
60
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownComponent, isStandalone: true, selector: "id-dropdown", inputs: { sblock: "sblock", mlock: "mlock", persistent: "persistent", expanded: "expanded", position: "position" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, queries: [{ propertyName: "dropdownContent", first: true, predicate: IDDropdownContentComponent, descendants: true }], ngImport: i0, template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
60
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownComponent, isStandalone: true, selector: "id-dropdown", inputs: { sblock: "sblock", mlock: "mlock", persistent: "persistent", expanded: "expanded", position: "position" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, queries: [{ propertyName: "dropdownContent", first: true, predicate: IDDropdownContentComponent, descendants: true }], ngImport: i0, template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n <ids-dropdown-content *ngIf=\"dropdownContent\" [sblock]=\"dropdownContent.sblock\" [mblock]=\"dropdownContent.mblock\">\r\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\r\n </ids-dropdown-content>\r\n</ids-dropdown>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
61
61
|
}
|
|
62
62
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDropdownComponent, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
|
-
args: [{ selector: "id-dropdown", encapsulation: ViewEncapsulation.None, standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"
|
|
64
|
+
args: [{ selector: "id-dropdown", encapsulation: ViewEncapsulation.None, standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n <ids-dropdown-content *ngIf=\"dropdownContent\" [sblock]=\"dropdownContent.sblock\" [mblock]=\"dropdownContent.mblock\">\r\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\r\n </ids-dropdown-content>\r\n</ids-dropdown>" }]
|
|
65
65
|
}], ctorParameters: () => [], propDecorators: { sblock: [{
|
|
66
66
|
type: Input
|
|
67
67
|
}], mlock: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-dropdown.mjs","sources":["../../../projects/ids-angular/components/dropdown/dropdown-content.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.html","../../../projects/ids-angular/components/dropdown/inera-ids-angular-components-dropdown.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\r\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild, ViewEncapsulation } from \"@angular/core\";\r\nimport \"@inera/ids-core/components/dropdown/register\";\r\n\r\n@Component({\r\n selector: \"id-dropdown-content\",\r\n template: ` <ng-template>\r\n <ng-content></ng-content>\r\n </ng-template>`,\r\n encapsulation: ViewEncapsulation.None,\r\n standalone: true,\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n imports: [CommonModule]\r\n})\r\nexport class IDDropdownContentComponent {\r\n constructor() {}\r\n \r\n @ViewChild(TemplateRef) template: TemplateRef<any>;\r\n\r\n @Input()\r\n sblock: boolean = false;\r\n\r\n @Input()\r\n mblock: boolean = false;\r\n\r\n}\r\n","import {\r\n Component,\r\n ContentChild,\r\n CUSTOM_ELEMENTS_SCHEMA,\r\n EventEmitter,\r\n Input,\r\n Output,\r\n ViewEncapsulation\r\n} from \"@angular/core\";\r\nimport { IDDropdownContentComponent } from \"./dropdown-content.component\";\r\nimport { CommonModule } from \"@angular/common\";\r\n\r\n@Component({\r\n selector: \"id-dropdown\",\r\n templateUrl: \"./dropdown.component.html\",\r\n encapsulation: ViewEncapsulation.None,\r\n standalone: true,\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n imports: [CommonModule]\r\n})\r\nexport class IDDropdownComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n sblock: boolean = false;\r\n\r\n @Input()\r\n mlock: boolean = false;\r\n\r\n @Input()\r\n persistent: boolean = false;\r\n\r\n @Input()\r\n expanded: boolean = false;\r\n\r\n @Input()\r\n position: \"left\" | \"right\" = \"right\";\r\n\r\n @ContentChild(IDDropdownContentComponent)\r\n dropdownContent: IDDropdownContentComponent;\r\n\r\n @Output()\r\n onClosed: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onOpen: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n\r\n hasClosed(event: Event) {\r\n this.expanded = false;\r\n this.onClosed.emit(event);\r\n this.showChange.emit(this.expanded);\r\n }\r\n
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-dropdown.mjs","sources":["../../../projects/ids-angular/components/dropdown/dropdown-content.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.html","../../../projects/ids-angular/components/dropdown/inera-ids-angular-components-dropdown.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\r\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild, ViewEncapsulation } from \"@angular/core\";\r\nimport \"@inera/ids-core/components/dropdown/register\";\r\n\r\n@Component({\r\n selector: \"id-dropdown-content\",\r\n template: ` <ng-template>\r\n <ng-content></ng-content>\r\n </ng-template>`,\r\n encapsulation: ViewEncapsulation.None,\r\n standalone: true,\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n imports: [CommonModule]\r\n})\r\nexport class IDDropdownContentComponent {\r\n constructor() {}\r\n \r\n @ViewChild(TemplateRef) template: TemplateRef<any>;\r\n\r\n @Input()\r\n sblock: boolean = false;\r\n\r\n @Input()\r\n mblock: boolean = false;\r\n\r\n}\r\n","import {\r\n Component,\r\n ContentChild,\r\n CUSTOM_ELEMENTS_SCHEMA,\r\n EventEmitter,\r\n Input,\r\n Output,\r\n ViewEncapsulation\r\n} from \"@angular/core\";\r\nimport { IDDropdownContentComponent } from \"./dropdown-content.component\";\r\nimport { CommonModule } from \"@angular/common\";\r\n\r\n@Component({\r\n selector: \"id-dropdown\",\r\n templateUrl: \"./dropdown.component.html\",\r\n encapsulation: ViewEncapsulation.None,\r\n standalone: true,\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n imports: [CommonModule]\r\n})\r\nexport class IDDropdownComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n sblock: boolean = false;\r\n\r\n @Input()\r\n mlock: boolean = false;\r\n\r\n @Input()\r\n persistent: boolean = false;\r\n\r\n @Input()\r\n expanded: boolean = false;\r\n\r\n @Input()\r\n position: \"left\" | \"right\" = \"right\";\r\n\r\n @ContentChild(IDDropdownContentComponent)\r\n dropdownContent: IDDropdownContentComponent;\r\n\r\n @Output()\r\n onClosed: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onOpen: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n\r\n hasClosed(event: Event) {\r\n this.expanded = false;\r\n this.onClosed.emit(event);\r\n this.showChange.emit(this.expanded);\r\n }\r\n hasOpened(event: Event) {\r\n this.expanded = true;\r\n this.onOpen.emit(event);\r\n this.showChange.emit(this.expanded);\r\n }\r\n}\r\n","<ids-dropdown\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.position]=\"position\"\r\n [expanded]=\"expanded ? 'true' : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (open)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n <ids-dropdown-content *ngIf=\"dropdownContent\" [sblock]=\"dropdownContent.sblock\" [mblock]=\"dropdownContent.mblock\">\r\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\r\n </ids-dropdown-content>\r\n</ids-dropdown>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, ViewEncapsulation, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
3
|
+
import { IDFormBase } from '@inera/ids-angular/common';
|
|
4
|
+
import '@inera/ids-core/components/form/check-button/register';
|
|
5
|
+
|
|
6
|
+
class IDCheckButtonComponent extends IDFormBase {
|
|
7
|
+
constructor() {
|
|
8
|
+
super();
|
|
9
|
+
}
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckButtonComponent, selector: "id-check-button", usesInheritance: true, ngImport: i0, template: "<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n", encapsulation: i0.ViewEncapsulation.None });
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: "id-check-button", encapsulation: ViewEncapsulation.None, template: "<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n" }]
|
|
16
|
+
}], ctorParameters: () => [] });
|
|
17
|
+
|
|
18
|
+
class IDCheckButtonModule {
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule, declarations: [IDCheckButtonComponent], exports: [IDCheckButtonComponent] });
|
|
21
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule });
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonModule, decorators: [{
|
|
24
|
+
type: NgModule,
|
|
25
|
+
args: [{
|
|
26
|
+
declarations: [IDCheckButtonComponent],
|
|
27
|
+
exports: [IDCheckButtonComponent],
|
|
28
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
29
|
+
}]
|
|
30
|
+
}] });
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Generated bundle index. Do not edit.
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
export { IDCheckButtonComponent, IDCheckButtonModule };
|
|
37
|
+
//# sourceMappingURL=inera-ids-angular-components-form-check-button.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-check-button.mjs","sources":["../../../projects/ids-angular/components/form/check-button/check-button.component.ts","../../../projects/ids-angular/components/form/check-button/check-button.component.html","../../../projects/ids-angular/components/form/check-button/check-button.module.ts","../../../projects/ids-angular/components/form/check-button/inera-ids-angular-components-form-check-button.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from \"@angular/core\";\r\nimport { IDFormBase } from \"@inera/ids-angular/common\";\r\n\r\n@Component({\r\n selector: \"id-check-button\",\r\n templateUrl: \"./check-button.component.html\",\r\n encapsulation: ViewEncapsulation.None\r\n})\r\nexport class IDCheckButtonComponent extends IDFormBase {\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\r\nimport { IDCheckButtonComponent } from \"./check-button.component\";\r\nimport \"@inera/ids-core/components/form/check-button/register\";\r\n\r\n@NgModule({\r\n declarations: [IDCheckButtonComponent],\r\n exports: [IDCheckButtonComponent],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDCheckButtonModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAQM,MAAO,sBAAuB,SAAQ,UAAU,CAAA;AACpD,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE,CAAC;KACT;wGAHU,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,8ECRnC,8EAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDKa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,aAAA,EAEZ,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,8EAAA,EAAA,CAAA;;;MEG1B,mBAAmB,CAAA;wGAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAnB,mBAAmB,EAAA,YAAA,EAAA,CAJf,sBAAsB,CAAA,EAAA,OAAA,EAAA,CAC3B,sBAAsB,CAAA,EAAA,CAAA,CAAA;yGAGrB,mBAAmB,EAAA,CAAA,CAAA;;4FAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,sBAAsB,CAAC;oBACtC,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
|
|
@@ -6,20 +6,23 @@ import '@inera/ids-core/components/form/checkbox/register';
|
|
|
6
6
|
class IDCheckboxComponent extends IDFormBase {
|
|
7
7
|
nolabel = undefined;
|
|
8
8
|
compact = undefined;
|
|
9
|
+
indeterminate = undefined;
|
|
9
10
|
block = undefined;
|
|
10
11
|
constructor() {
|
|
11
12
|
super();
|
|
12
13
|
}
|
|
13
14
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { nolabel: "nolabel", compact: "compact", block: "block" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox
|
|
15
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { nolabel: "nolabel", compact: "compact", indeterminate: "indeterminate", block: "block" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n", encapsulation: i0.ViewEncapsulation.None });
|
|
15
16
|
}
|
|
16
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxComponent, decorators: [{
|
|
17
18
|
type: Component,
|
|
18
|
-
args: [{ selector: "id-checkbox", encapsulation: ViewEncapsulation.None, template: "<ids-checkbox
|
|
19
|
+
args: [{ selector: "id-checkbox", encapsulation: ViewEncapsulation.None, template: "<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n" }]
|
|
19
20
|
}], ctorParameters: () => [], propDecorators: { nolabel: [{
|
|
20
21
|
type: Input
|
|
21
22
|
}], compact: [{
|
|
22
23
|
type: Input
|
|
24
|
+
}], indeterminate: [{
|
|
25
|
+
type: Input
|
|
23
26
|
}], block: [{
|
|
24
27
|
type: Input
|
|
25
28
|
}] } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-form-checkbox.mjs","sources":["../../../projects/ids-angular/components/form/checkbox/checkbox.component.ts","../../../projects/ids-angular/components/form/checkbox/checkbox.component.html","../../../projects/ids-angular/components/form/checkbox/checkbox.module.ts","../../../projects/ids-angular/components/form/checkbox/inera-ids-angular-components-form-checkbox.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\r\nimport { IDFormBase } from \"@inera/ids-angular/common\";\r\n\r\n@Component({\r\n selector: \"id-checkbox\",\r\n templateUrl: \"./checkbox.component.html\",\r\n encapsulation: ViewEncapsulation.None\r\n})\r\nexport class IDCheckboxComponent extends IDFormBase {\r\n @Input()\r\n nolabel: boolean | undefined = undefined;\r\n\r\n @Input()\r\n compact: boolean | undefined = undefined;\r\n\r\n @Input()\r\n block: boolean | undefined = undefined;\r\n\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","<ids-checkbox
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-checkbox.mjs","sources":["../../../projects/ids-angular/components/form/checkbox/checkbox.component.ts","../../../projects/ids-angular/components/form/checkbox/checkbox.component.html","../../../projects/ids-angular/components/form/checkbox/checkbox.module.ts","../../../projects/ids-angular/components/form/checkbox/inera-ids-angular-components-form-checkbox.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\r\nimport { IDFormBase } from \"@inera/ids-angular/common\";\r\n\r\n@Component({\r\n selector: \"id-checkbox\",\r\n templateUrl: \"./checkbox.component.html\",\r\n encapsulation: ViewEncapsulation.None\r\n})\r\nexport class IDCheckboxComponent extends IDFormBase {\r\n @Input()\r\n nolabel: boolean | undefined = undefined;\r\n\r\n @Input()\r\n compact: boolean | undefined = undefined;\r\n\r\n @Input()\r\n indeterminate: boolean | undefined = undefined;\r\n\r\n @Input()\r\n block: boolean | undefined = undefined;\r\n\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDCheckboxComponent } from './checkbox.component';\r\nimport '@inera/ids-core/components/form/checkbox/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDCheckboxComponent\r\n ],\r\n exports: [\r\n IDCheckboxComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDCheckboxModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAQM,MAAO,mBAAoB,SAAQ,UAAU,CAAA;IAEjD,OAAO,GAAwB,SAAS,CAAC;IAGzC,OAAO,GAAwB,SAAS,CAAC;IAGzC,aAAa,GAAwB,SAAS,CAAC;IAG/C,KAAK,GAAwB,SAAS,CAAC;AAEvC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE,CAAC;KACT;wGAfU,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,8KCRhC,scAYA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDJa,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,SAAS;+BACE,aAAa,EAAA,aAAA,EAER,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,scAAA,EAAA,CAAA;wDAIrC,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,aAAa,EAAA,CAAA;sBADZ,KAAK;gBAIN,KAAK,EAAA,CAAA;sBADJ,KAAK;;;MELK,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAhB,gBAAgB,EAAA,YAAA,EAAA,CAPzB,mBAAmB,CAAA,EAAA,OAAA,EAAA,CAGnB,mBAAmB,CAAA,EAAA,CAAA,CAAA;yGAIV,gBAAgB,EAAA,CAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAT5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,mBAAmB;AACpB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACZD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inera/ids-angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
7
|
-
"@inera/ids-core": "5.
|
|
7
|
+
"@inera/ids-core": "5.5.x"
|
|
8
8
|
},
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
@@ -55,6 +55,12 @@
|
|
|
55
55
|
"esm": "./esm2022/components/badge/inera-ids-angular-components-badge.mjs",
|
|
56
56
|
"default": "./fesm2022/inera-ids-angular-components-badge.mjs"
|
|
57
57
|
},
|
|
58
|
+
"./components/box-link": {
|
|
59
|
+
"types": "./components/box-link/index.d.ts",
|
|
60
|
+
"esm2022": "./esm2022/components/box-link/inera-ids-angular-components-box-link.mjs",
|
|
61
|
+
"esm": "./esm2022/components/box-link/inera-ids-angular-components-box-link.mjs",
|
|
62
|
+
"default": "./fesm2022/inera-ids-angular-components-box-link.mjs"
|
|
63
|
+
},
|
|
58
64
|
"./components/breadcrumbs": {
|
|
59
65
|
"types": "./components/breadcrumbs/index.d.ts",
|
|
60
66
|
"esm2022": "./esm2022/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.mjs",
|
|
@@ -85,18 +91,18 @@
|
|
|
85
91
|
"esm": "./esm2022/components/carousel/inera-ids-angular-components-carousel.mjs",
|
|
86
92
|
"default": "./fesm2022/inera-ids-angular-components-carousel.mjs"
|
|
87
93
|
},
|
|
88
|
-
"./components/dialog": {
|
|
89
|
-
"types": "./components/dialog/index.d.ts",
|
|
90
|
-
"esm2022": "./esm2022/components/dialog/inera-ids-angular-components-dialog.mjs",
|
|
91
|
-
"esm": "./esm2022/components/dialog/inera-ids-angular-components-dialog.mjs",
|
|
92
|
-
"default": "./fesm2022/inera-ids-angular-components-dialog.mjs"
|
|
93
|
-
},
|
|
94
94
|
"./components/date-label": {
|
|
95
95
|
"types": "./components/date-label/index.d.ts",
|
|
96
96
|
"esm2022": "./esm2022/components/date-label/inera-ids-angular-components-date-label.mjs",
|
|
97
97
|
"esm": "./esm2022/components/date-label/inera-ids-angular-components-date-label.mjs",
|
|
98
98
|
"default": "./fesm2022/inera-ids-angular-components-date-label.mjs"
|
|
99
99
|
},
|
|
100
|
+
"./components/dialog": {
|
|
101
|
+
"types": "./components/dialog/index.d.ts",
|
|
102
|
+
"esm2022": "./esm2022/components/dialog/inera-ids-angular-components-dialog.mjs",
|
|
103
|
+
"esm": "./esm2022/components/dialog/inera-ids-angular-components-dialog.mjs",
|
|
104
|
+
"default": "./fesm2022/inera-ids-angular-components-dialog.mjs"
|
|
105
|
+
},
|
|
100
106
|
"./components/dropdown": {
|
|
101
107
|
"types": "./components/dropdown/index.d.ts",
|
|
102
108
|
"esm2022": "./esm2022/components/dropdown/inera-ids-angular-components-dropdown.mjs",
|
|
@@ -115,6 +121,12 @@
|
|
|
115
121
|
"esm": "./esm2022/components/footer/inera-ids-angular-components-footer.mjs",
|
|
116
122
|
"default": "./fesm2022/inera-ids-angular-components-footer.mjs"
|
|
117
123
|
},
|
|
124
|
+
"./components/footer-1177": {
|
|
125
|
+
"types": "./components/footer-1177/index.d.ts",
|
|
126
|
+
"esm2022": "./esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs",
|
|
127
|
+
"esm": "./esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs",
|
|
128
|
+
"default": "./fesm2022/inera-ids-angular-components-footer-1177.mjs"
|
|
129
|
+
},
|
|
118
130
|
"./components/footer-1177-admin": {
|
|
119
131
|
"types": "./components/footer-1177-admin/index.d.ts",
|
|
120
132
|
"esm2022": "./esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs",
|
|
@@ -127,12 +139,6 @@
|
|
|
127
139
|
"esm": "./esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs",
|
|
128
140
|
"default": "./fesm2022/inera-ids-angular-components-footer-1177-pro.mjs"
|
|
129
141
|
},
|
|
130
|
-
"./components/footer-1177": {
|
|
131
|
-
"types": "./components/footer-1177/index.d.ts",
|
|
132
|
-
"esm2022": "./esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs",
|
|
133
|
-
"esm": "./esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs",
|
|
134
|
-
"default": "./fesm2022/inera-ids-angular-components-footer-1177.mjs"
|
|
135
|
-
},
|
|
136
142
|
"./components/footer-inera": {
|
|
137
143
|
"types": "./components/footer-inera/index.d.ts",
|
|
138
144
|
"esm2022": "./esm2022/components/footer-inera/inera-ids-angular-components-footer-inera.mjs",
|
|
@@ -187,18 +193,18 @@
|
|
|
187
193
|
"esm": "./esm2022/components/header-inera-admin/inera-ids-angular-components-header-inera-admin.mjs",
|
|
188
194
|
"default": "./fesm2022/inera-ids-angular-components-header-inera-admin.mjs"
|
|
189
195
|
},
|
|
190
|
-
"./components/icon-region": {
|
|
191
|
-
"types": "./components/icon-region/index.d.ts",
|
|
192
|
-
"esm2022": "./esm2022/components/icon-region/inera-ids-angular-components-icon-region.mjs",
|
|
193
|
-
"esm": "./esm2022/components/icon-region/inera-ids-angular-components-icon-region.mjs",
|
|
194
|
-
"default": "./fesm2022/inera-ids-angular-components-icon-region.mjs"
|
|
195
|
-
},
|
|
196
196
|
"./components/link": {
|
|
197
197
|
"types": "./components/link/index.d.ts",
|
|
198
198
|
"esm2022": "./esm2022/components/link/inera-ids-angular-components-link.mjs",
|
|
199
199
|
"esm": "./esm2022/components/link/inera-ids-angular-components-link.mjs",
|
|
200
200
|
"default": "./fesm2022/inera-ids-angular-components-link.mjs"
|
|
201
201
|
},
|
|
202
|
+
"./components/icon-region": {
|
|
203
|
+
"types": "./components/icon-region/index.d.ts",
|
|
204
|
+
"esm2022": "./esm2022/components/icon-region/inera-ids-angular-components-icon-region.mjs",
|
|
205
|
+
"esm": "./esm2022/components/icon-region/inera-ids-angular-components-icon-region.mjs",
|
|
206
|
+
"default": "./fesm2022/inera-ids-angular-components-icon-region.mjs"
|
|
207
|
+
},
|
|
202
208
|
"./components/list": {
|
|
203
209
|
"types": "./components/list/index.d.ts",
|
|
204
210
|
"esm2022": "./esm2022/components/list/inera-ids-angular-components-list.mjs",
|
|
@@ -541,12 +547,6 @@
|
|
|
541
547
|
"esm": "./esm2022/icons/file-excel/inera-ids-angular-icons-file-excel.mjs",
|
|
542
548
|
"default": "./fesm2022/inera-ids-angular-icons-file-excel.mjs"
|
|
543
549
|
},
|
|
544
|
-
"./icons/file-other": {
|
|
545
|
-
"types": "./icons/file-other/index.d.ts",
|
|
546
|
-
"esm2022": "./esm2022/icons/file-other/inera-ids-angular-icons-file-other.mjs",
|
|
547
|
-
"esm": "./esm2022/icons/file-other/inera-ids-angular-icons-file-other.mjs",
|
|
548
|
-
"default": "./fesm2022/inera-ids-angular-icons-file-other.mjs"
|
|
549
|
-
},
|
|
550
550
|
"./icons/file-pdf": {
|
|
551
551
|
"types": "./icons/file-pdf/index.d.ts",
|
|
552
552
|
"esm2022": "./esm2022/icons/file-pdf/inera-ids-angular-icons-file-pdf.mjs",
|
|
@@ -559,6 +559,12 @@
|
|
|
559
559
|
"esm": "./esm2022/icons/file-picture/inera-ids-angular-icons-file-picture.mjs",
|
|
560
560
|
"default": "./fesm2022/inera-ids-angular-icons-file-picture.mjs"
|
|
561
561
|
},
|
|
562
|
+
"./icons/file-other": {
|
|
563
|
+
"types": "./icons/file-other/index.d.ts",
|
|
564
|
+
"esm2022": "./esm2022/icons/file-other/inera-ids-angular-icons-file-other.mjs",
|
|
565
|
+
"esm": "./esm2022/icons/file-other/inera-ids-angular-icons-file-other.mjs",
|
|
566
|
+
"default": "./fesm2022/inera-ids-angular-icons-file-other.mjs"
|
|
567
|
+
},
|
|
562
568
|
"./icons/file-powerpoint": {
|
|
563
569
|
"types": "./icons/file-powerpoint/index.d.ts",
|
|
564
570
|
"esm2022": "./esm2022/icons/file-powerpoint/inera-ids-angular-icons-file-powerpoint.mjs",
|
|
@@ -571,18 +577,18 @@
|
|
|
571
577
|
"esm": "./esm2022/icons/file-word/inera-ids-angular-icons-file-word.mjs",
|
|
572
578
|
"default": "./fesm2022/inera-ids-angular-icons-file-word.mjs"
|
|
573
579
|
},
|
|
574
|
-
"./icons/find-care": {
|
|
575
|
-
"types": "./icons/find-care/index.d.ts",
|
|
576
|
-
"esm2022": "./esm2022/icons/find-care/inera-ids-angular-icons-find-care.mjs",
|
|
577
|
-
"esm": "./esm2022/icons/find-care/inera-ids-angular-icons-find-care.mjs",
|
|
578
|
-
"default": "./fesm2022/inera-ids-angular-icons-find-care.mjs"
|
|
579
|
-
},
|
|
580
580
|
"./icons/find-region": {
|
|
581
581
|
"types": "./icons/find-region/index.d.ts",
|
|
582
582
|
"esm2022": "./esm2022/icons/find-region/inera-ids-angular-icons-find-region.mjs",
|
|
583
583
|
"esm": "./esm2022/icons/find-region/inera-ids-angular-icons-find-region.mjs",
|
|
584
584
|
"default": "./fesm2022/inera-ids-angular-icons-find-region.mjs"
|
|
585
585
|
},
|
|
586
|
+
"./icons/find-care": {
|
|
587
|
+
"types": "./icons/find-care/index.d.ts",
|
|
588
|
+
"esm2022": "./esm2022/icons/find-care/inera-ids-angular-icons-find-care.mjs",
|
|
589
|
+
"esm": "./esm2022/icons/find-care/inera-ids-angular-icons-find-care.mjs",
|
|
590
|
+
"default": "./fesm2022/inera-ids-angular-icons-find-care.mjs"
|
|
591
|
+
},
|
|
586
592
|
"./icons/flag": {
|
|
587
593
|
"types": "./icons/flag/index.d.ts",
|
|
588
594
|
"esm2022": "./esm2022/icons/flag/inera-ids-angular-icons-flag.mjs",
|
|
@@ -601,18 +607,18 @@
|
|
|
601
607
|
"esm": "./esm2022/icons/form-numbered-reocurring/inera-ids-angular-icons-form-numbered-reocurring.mjs",
|
|
602
608
|
"default": "./fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs"
|
|
603
609
|
},
|
|
604
|
-
"./icons/gotland": {
|
|
605
|
-
"types": "./icons/gotland/index.d.ts",
|
|
606
|
-
"esm2022": "./esm2022/icons/gotland/inera-ids-angular-icons-gotland.mjs",
|
|
607
|
-
"esm": "./esm2022/icons/gotland/inera-ids-angular-icons-gotland.mjs",
|
|
608
|
-
"default": "./fesm2022/inera-ids-angular-icons-gotland.mjs"
|
|
609
|
-
},
|
|
610
610
|
"./icons/halland": {
|
|
611
611
|
"types": "./icons/halland/index.d.ts",
|
|
612
612
|
"esm2022": "./esm2022/icons/halland/inera-ids-angular-icons-halland.mjs",
|
|
613
613
|
"esm": "./esm2022/icons/halland/inera-ids-angular-icons-halland.mjs",
|
|
614
614
|
"default": "./fesm2022/inera-ids-angular-icons-halland.mjs"
|
|
615
615
|
},
|
|
616
|
+
"./icons/gotland": {
|
|
617
|
+
"types": "./icons/gotland/index.d.ts",
|
|
618
|
+
"esm2022": "./esm2022/icons/gotland/inera-ids-angular-icons-gotland.mjs",
|
|
619
|
+
"esm": "./esm2022/icons/gotland/inera-ids-angular-icons-gotland.mjs",
|
|
620
|
+
"default": "./fesm2022/inera-ids-angular-icons-gotland.mjs"
|
|
621
|
+
},
|
|
616
622
|
"./icons/headphones": {
|
|
617
623
|
"types": "./icons/headphones/index.d.ts",
|
|
618
624
|
"esm2022": "./esm2022/icons/headphones/inera-ids-angular-icons-headphones.mjs",
|
|
@@ -631,18 +637,18 @@
|
|
|
631
637
|
"esm": "./esm2022/icons/hourglass-end/inera-ids-angular-icons-hourglass-end.mjs",
|
|
632
638
|
"default": "./fesm2022/inera-ids-angular-icons-hourglass-end.mjs"
|
|
633
639
|
},
|
|
634
|
-
"./icons/hourglass-start": {
|
|
635
|
-
"types": "./icons/hourglass-start/index.d.ts",
|
|
636
|
-
"esm2022": "./esm2022/icons/hourglass-start/inera-ids-angular-icons-hourglass-start.mjs",
|
|
637
|
-
"esm": "./esm2022/icons/hourglass-start/inera-ids-angular-icons-hourglass-start.mjs",
|
|
638
|
-
"default": "./fesm2022/inera-ids-angular-icons-hourglass-start.mjs"
|
|
639
|
-
},
|
|
640
640
|
"./icons/house": {
|
|
641
641
|
"types": "./icons/house/index.d.ts",
|
|
642
642
|
"esm2022": "./esm2022/icons/house/inera-ids-angular-icons-house.mjs",
|
|
643
643
|
"esm": "./esm2022/icons/house/inera-ids-angular-icons-house.mjs",
|
|
644
644
|
"default": "./fesm2022/inera-ids-angular-icons-house.mjs"
|
|
645
645
|
},
|
|
646
|
+
"./icons/hourglass-start": {
|
|
647
|
+
"types": "./icons/hourglass-start/index.d.ts",
|
|
648
|
+
"esm2022": "./esm2022/icons/hourglass-start/inera-ids-angular-icons-hourglass-start.mjs",
|
|
649
|
+
"esm": "./esm2022/icons/hourglass-start/inera-ids-angular-icons-hourglass-start.mjs",
|
|
650
|
+
"default": "./fesm2022/inera-ids-angular-icons-hourglass-start.mjs"
|
|
651
|
+
},
|
|
646
652
|
"./icons/id-card": {
|
|
647
653
|
"types": "./icons/id-card/index.d.ts",
|
|
648
654
|
"esm2022": "./esm2022/icons/id-card/inera-ids-angular-icons-id-card.mjs",
|
|
@@ -661,23 +667,17 @@
|
|
|
661
667
|
"esm": "./esm2022/icons/image/inera-ids-angular-icons-image.mjs",
|
|
662
668
|
"default": "./fesm2022/inera-ids-angular-icons-image.mjs"
|
|
663
669
|
},
|
|
664
|
-
"./icons/inera": {
|
|
665
|
-
"types": "./icons/inera/index.d.ts",
|
|
666
|
-
"esm2022": "./esm2022/icons/inera/inera-ids-angular-icons-inera.mjs",
|
|
667
|
-
"esm": "./esm2022/icons/inera/inera-ids-angular-icons-inera.mjs",
|
|
668
|
-
"default": "./fesm2022/inera-ids-angular-icons-inera.mjs"
|
|
669
|
-
},
|
|
670
670
|
"./icons/inera-legacy": {
|
|
671
671
|
"types": "./icons/inera-legacy/index.d.ts",
|
|
672
672
|
"esm2022": "./esm2022/icons/inera-legacy/inera-ids-angular-icons-inera-legacy.mjs",
|
|
673
673
|
"esm": "./esm2022/icons/inera-legacy/inera-ids-angular-icons-inera-legacy.mjs",
|
|
674
674
|
"default": "./fesm2022/inera-ids-angular-icons-inera-legacy.mjs"
|
|
675
675
|
},
|
|
676
|
-
"./icons/
|
|
677
|
-
"types": "./icons/
|
|
678
|
-
"esm2022": "./esm2022/icons/
|
|
679
|
-
"esm": "./esm2022/icons/
|
|
680
|
-
"default": "./fesm2022/inera-ids-angular-icons-
|
|
676
|
+
"./icons/inera": {
|
|
677
|
+
"types": "./icons/inera/index.d.ts",
|
|
678
|
+
"esm2022": "./esm2022/icons/inera/inera-ids-angular-icons-inera.mjs",
|
|
679
|
+
"esm": "./esm2022/icons/inera/inera-ids-angular-icons-inera.mjs",
|
|
680
|
+
"default": "./fesm2022/inera-ids-angular-icons-inera.mjs"
|
|
681
681
|
},
|
|
682
682
|
"./icons/jamtland-harjedalen": {
|
|
683
683
|
"types": "./icons/jamtland-harjedalen/index.d.ts",
|
|
@@ -685,6 +685,12 @@
|
|
|
685
685
|
"esm": "./esm2022/icons/jamtland-harjedalen/inera-ids-angular-icons-jamtland-harjedalen.mjs",
|
|
686
686
|
"default": "./fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs"
|
|
687
687
|
},
|
|
688
|
+
"./icons/information": {
|
|
689
|
+
"types": "./icons/information/index.d.ts",
|
|
690
|
+
"esm2022": "./esm2022/icons/information/inera-ids-angular-icons-information.mjs",
|
|
691
|
+
"esm": "./esm2022/icons/information/inera-ids-angular-icons-information.mjs",
|
|
692
|
+
"default": "./fesm2022/inera-ids-angular-icons-information.mjs"
|
|
693
|
+
},
|
|
688
694
|
"./icons/jonkoping": {
|
|
689
695
|
"types": "./icons/jonkoping/index.d.ts",
|
|
690
696
|
"esm2022": "./esm2022/icons/jonkoping/inera-ids-angular-icons-jonkoping.mjs",
|
|
@@ -709,18 +715,18 @@
|
|
|
709
715
|
"esm": "./esm2022/icons/lightbulb/inera-ids-angular-icons-lightbulb.mjs",
|
|
710
716
|
"default": "./fesm2022/inera-ids-angular-icons-lightbulb.mjs"
|
|
711
717
|
},
|
|
712
|
-
"./icons/linkedin": {
|
|
713
|
-
"types": "./icons/linkedin/index.d.ts",
|
|
714
|
-
"esm2022": "./esm2022/icons/linkedin/inera-ids-angular-icons-linkedin.mjs",
|
|
715
|
-
"esm": "./esm2022/icons/linkedin/inera-ids-angular-icons-linkedin.mjs",
|
|
716
|
-
"default": "./fesm2022/inera-ids-angular-icons-linkedin.mjs"
|
|
717
|
-
},
|
|
718
718
|
"./icons/list": {
|
|
719
719
|
"types": "./icons/list/index.d.ts",
|
|
720
720
|
"esm2022": "./esm2022/icons/list/inera-ids-angular-icons-list.mjs",
|
|
721
721
|
"esm": "./esm2022/icons/list/inera-ids-angular-icons-list.mjs",
|
|
722
722
|
"default": "./fesm2022/inera-ids-angular-icons-list.mjs"
|
|
723
723
|
},
|
|
724
|
+
"./icons/linkedin": {
|
|
725
|
+
"types": "./icons/linkedin/index.d.ts",
|
|
726
|
+
"esm2022": "./esm2022/icons/linkedin/inera-ids-angular-icons-linkedin.mjs",
|
|
727
|
+
"esm": "./esm2022/icons/linkedin/inera-ids-angular-icons-linkedin.mjs",
|
|
728
|
+
"default": "./fesm2022/inera-ids-angular-icons-linkedin.mjs"
|
|
729
|
+
},
|
|
724
730
|
"./icons/lock": {
|
|
725
731
|
"types": "./icons/lock/index.d.ts",
|
|
726
732
|
"esm2022": "./esm2022/icons/lock/inera-ids-angular-icons-lock.mjs",
|
|
@@ -745,18 +751,18 @@
|
|
|
745
751
|
"esm": "./esm2022/icons/log-locked/inera-ids-angular-icons-log-locked.mjs",
|
|
746
752
|
"default": "./fesm2022/inera-ids-angular-icons-log-locked.mjs"
|
|
747
753
|
},
|
|
748
|
-
"./icons/menu": {
|
|
749
|
-
"types": "./icons/menu/index.d.ts",
|
|
750
|
-
"esm2022": "./esm2022/icons/menu/inera-ids-angular-icons-menu.mjs",
|
|
751
|
-
"esm": "./esm2022/icons/menu/inera-ids-angular-icons-menu.mjs",
|
|
752
|
-
"default": "./fesm2022/inera-ids-angular-icons-menu.mjs"
|
|
753
|
-
},
|
|
754
754
|
"./icons/minus": {
|
|
755
755
|
"types": "./icons/minus/index.d.ts",
|
|
756
756
|
"esm2022": "./esm2022/icons/minus/inera-ids-angular-icons-minus.mjs",
|
|
757
757
|
"esm": "./esm2022/icons/minus/inera-ids-angular-icons-minus.mjs",
|
|
758
758
|
"default": "./fesm2022/inera-ids-angular-icons-minus.mjs"
|
|
759
759
|
},
|
|
760
|
+
"./icons/menu": {
|
|
761
|
+
"types": "./icons/menu/index.d.ts",
|
|
762
|
+
"esm2022": "./esm2022/icons/menu/inera-ids-angular-icons-menu.mjs",
|
|
763
|
+
"esm": "./esm2022/icons/menu/inera-ids-angular-icons-menu.mjs",
|
|
764
|
+
"default": "./fesm2022/inera-ids-angular-icons-menu.mjs"
|
|
765
|
+
},
|
|
760
766
|
"./icons/moment-start": {
|
|
761
767
|
"types": "./icons/moment-start/index.d.ts",
|
|
762
768
|
"esm2022": "./esm2022/icons/moment-start/inera-ids-angular-icons-moment-start.mjs",
|
|
@@ -775,23 +781,17 @@
|
|
|
775
781
|
"esm": "./esm2022/icons/norrbotten/inera-ids-angular-icons-norrbotten.mjs",
|
|
776
782
|
"default": "./fesm2022/inera-ids-angular-icons-norrbotten.mjs"
|
|
777
783
|
},
|
|
778
|
-
"./icons/orebro": {
|
|
779
|
-
"types": "./icons/orebro/index.d.ts",
|
|
780
|
-
"esm2022": "./esm2022/icons/orebro/inera-ids-angular-icons-orebro.mjs",
|
|
781
|
-
"esm": "./esm2022/icons/orebro/inera-ids-angular-icons-orebro.mjs",
|
|
782
|
-
"default": "./fesm2022/inera-ids-angular-icons-orebro.mjs"
|
|
783
|
-
},
|
|
784
784
|
"./icons/office-building": {
|
|
785
785
|
"types": "./icons/office-building/index.d.ts",
|
|
786
786
|
"esm2022": "./esm2022/icons/office-building/inera-ids-angular-icons-office-building.mjs",
|
|
787
787
|
"esm": "./esm2022/icons/office-building/inera-ids-angular-icons-office-building.mjs",
|
|
788
788
|
"default": "./fesm2022/inera-ids-angular-icons-office-building.mjs"
|
|
789
789
|
},
|
|
790
|
-
"./icons/
|
|
791
|
-
"types": "./icons/
|
|
792
|
-
"esm2022": "./esm2022/icons/
|
|
793
|
-
"esm": "./esm2022/icons/
|
|
794
|
-
"default": "./fesm2022/inera-ids-angular-icons-
|
|
790
|
+
"./icons/orebro": {
|
|
791
|
+
"types": "./icons/orebro/index.d.ts",
|
|
792
|
+
"esm2022": "./esm2022/icons/orebro/inera-ids-angular-icons-orebro.mjs",
|
|
793
|
+
"esm": "./esm2022/icons/orebro/inera-ids-angular-icons-orebro.mjs",
|
|
794
|
+
"default": "./fesm2022/inera-ids-angular-icons-orebro.mjs"
|
|
795
795
|
},
|
|
796
796
|
"./icons/organization": {
|
|
797
797
|
"types": "./icons/organization/index.d.ts",
|
|
@@ -817,6 +817,12 @@
|
|
|
817
817
|
"esm": "./esm2022/icons/print/inera-ids-angular-icons-print.mjs",
|
|
818
818
|
"default": "./fesm2022/inera-ids-angular-icons-print.mjs"
|
|
819
819
|
},
|
|
820
|
+
"./icons/ostergotland": {
|
|
821
|
+
"types": "./icons/ostergotland/index.d.ts",
|
|
822
|
+
"esm2022": "./esm2022/icons/ostergotland/inera-ids-angular-icons-ostergotland.mjs",
|
|
823
|
+
"esm": "./esm2022/icons/ostergotland/inera-ids-angular-icons-ostergotland.mjs",
|
|
824
|
+
"default": "./fesm2022/inera-ids-angular-icons-ostergotland.mjs"
|
|
825
|
+
},
|
|
820
826
|
"./icons/question": {
|
|
821
827
|
"types": "./icons/question/index.d.ts",
|
|
822
828
|
"esm2022": "./esm2022/icons/question/inera-ids-angular-icons-question.mjs",
|
|
@@ -829,18 +835,18 @@
|
|
|
829
835
|
"esm": "./esm2022/icons/reload/inera-ids-angular-icons-reload.mjs",
|
|
830
836
|
"default": "./fesm2022/inera-ids-angular-icons-reload.mjs"
|
|
831
837
|
},
|
|
832
|
-
"./icons/search": {
|
|
833
|
-
"types": "./icons/search/index.d.ts",
|
|
834
|
-
"esm2022": "./esm2022/icons/search/inera-ids-angular-icons-search.mjs",
|
|
835
|
-
"esm": "./esm2022/icons/search/inera-ids-angular-icons-search.mjs",
|
|
836
|
-
"default": "./fesm2022/inera-ids-angular-icons-search.mjs"
|
|
837
|
-
},
|
|
838
838
|
"./icons/reply": {
|
|
839
839
|
"types": "./icons/reply/index.d.ts",
|
|
840
840
|
"esm2022": "./esm2022/icons/reply/inera-ids-angular-icons-reply.mjs",
|
|
841
841
|
"esm": "./esm2022/icons/reply/inera-ids-angular-icons-reply.mjs",
|
|
842
842
|
"default": "./fesm2022/inera-ids-angular-icons-reply.mjs"
|
|
843
843
|
},
|
|
844
|
+
"./icons/search": {
|
|
845
|
+
"types": "./icons/search/index.d.ts",
|
|
846
|
+
"esm2022": "./esm2022/icons/search/inera-ids-angular-icons-search.mjs",
|
|
847
|
+
"esm": "./esm2022/icons/search/inera-ids-angular-icons-search.mjs",
|
|
848
|
+
"default": "./fesm2022/inera-ids-angular-icons-search.mjs"
|
|
849
|
+
},
|
|
844
850
|
"./icons/search-inera": {
|
|
845
851
|
"types": "./icons/search-inera/index.d.ts",
|
|
846
852
|
"esm2022": "./esm2022/icons/search-inera/inera-ids-angular-icons-search-inera.mjs",
|
|
@@ -859,30 +865,30 @@
|
|
|
859
865
|
"esm": "./esm2022/icons/shield-locked/inera-ids-angular-icons-shield-locked.mjs",
|
|
860
866
|
"default": "./fesm2022/inera-ids-angular-icons-shield-locked.mjs"
|
|
861
867
|
},
|
|
862
|
-
"./icons/skane": {
|
|
863
|
-
"types": "./icons/skane/index.d.ts",
|
|
864
|
-
"esm2022": "./esm2022/icons/skane/inera-ids-angular-icons-skane.mjs",
|
|
865
|
-
"esm": "./esm2022/icons/skane/inera-ids-angular-icons-skane.mjs",
|
|
866
|
-
"default": "./fesm2022/inera-ids-angular-icons-skane.mjs"
|
|
867
|
-
},
|
|
868
868
|
"./icons/shield-locked-primary": {
|
|
869
869
|
"types": "./icons/shield-locked-primary/index.d.ts",
|
|
870
870
|
"esm2022": "./esm2022/icons/shield-locked-primary/inera-ids-angular-icons-shield-locked-primary.mjs",
|
|
871
871
|
"esm": "./esm2022/icons/shield-locked-primary/inera-ids-angular-icons-shield-locked-primary.mjs",
|
|
872
872
|
"default": "./fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs"
|
|
873
873
|
},
|
|
874
|
-
"./icons/star": {
|
|
875
|
-
"types": "./icons/star/index.d.ts",
|
|
876
|
-
"esm2022": "./esm2022/icons/star/inera-ids-angular-icons-star.mjs",
|
|
877
|
-
"esm": "./esm2022/icons/star/inera-ids-angular-icons-star.mjs",
|
|
878
|
-
"default": "./fesm2022/inera-ids-angular-icons-star.mjs"
|
|
879
|
-
},
|
|
880
874
|
"./icons/sormland": {
|
|
881
875
|
"types": "./icons/sormland/index.d.ts",
|
|
882
876
|
"esm2022": "./esm2022/icons/sormland/inera-ids-angular-icons-sormland.mjs",
|
|
883
877
|
"esm": "./esm2022/icons/sormland/inera-ids-angular-icons-sormland.mjs",
|
|
884
878
|
"default": "./fesm2022/inera-ids-angular-icons-sormland.mjs"
|
|
885
879
|
},
|
|
880
|
+
"./icons/skane": {
|
|
881
|
+
"types": "./icons/skane/index.d.ts",
|
|
882
|
+
"esm2022": "./esm2022/icons/skane/inera-ids-angular-icons-skane.mjs",
|
|
883
|
+
"esm": "./esm2022/icons/skane/inera-ids-angular-icons-skane.mjs",
|
|
884
|
+
"default": "./fesm2022/inera-ids-angular-icons-skane.mjs"
|
|
885
|
+
},
|
|
886
|
+
"./icons/star": {
|
|
887
|
+
"types": "./icons/star/index.d.ts",
|
|
888
|
+
"esm2022": "./esm2022/icons/star/inera-ids-angular-icons-star.mjs",
|
|
889
|
+
"esm": "./esm2022/icons/star/inera-ids-angular-icons-star.mjs",
|
|
890
|
+
"default": "./fesm2022/inera-ids-angular-icons-star.mjs"
|
|
891
|
+
},
|
|
886
892
|
"./icons/star-filled": {
|
|
887
893
|
"types": "./icons/star-filled/index.d.ts",
|
|
888
894
|
"esm2022": "./esm2022/icons/star-filled/inera-ids-angular-icons-star-filled.mjs",
|
|
@@ -901,12 +907,6 @@
|
|
|
901
907
|
"esm": "./esm2022/icons/success/inera-ids-angular-icons-success.mjs",
|
|
902
908
|
"default": "./fesm2022/inera-ids-angular-icons-success.mjs"
|
|
903
909
|
},
|
|
904
|
-
"./icons/swap": {
|
|
905
|
-
"types": "./icons/swap/index.d.ts",
|
|
906
|
-
"esm2022": "./esm2022/icons/swap/inera-ids-angular-icons-swap.mjs",
|
|
907
|
-
"esm": "./esm2022/icons/swap/inera-ids-angular-icons-swap.mjs",
|
|
908
|
-
"default": "./fesm2022/inera-ids-angular-icons-swap.mjs"
|
|
909
|
-
},
|
|
910
910
|
"./icons/switch-person": {
|
|
911
911
|
"types": "./icons/switch-person/index.d.ts",
|
|
912
912
|
"esm2022": "./esm2022/icons/switch-person/inera-ids-angular-icons-switch-person.mjs",
|
|
@@ -937,11 +937,11 @@
|
|
|
937
937
|
"esm": "./esm2022/icons/test-tube-empty/inera-ids-angular-icons-test-tube-empty.mjs",
|
|
938
938
|
"default": "./fesm2022/inera-ids-angular-icons-test-tube-empty.mjs"
|
|
939
939
|
},
|
|
940
|
-
"./icons/
|
|
941
|
-
"types": "./icons/
|
|
942
|
-
"esm2022": "./esm2022/icons/
|
|
943
|
-
"esm": "./esm2022/icons/
|
|
944
|
-
"default": "./fesm2022/inera-ids-angular-icons-
|
|
940
|
+
"./icons/swap": {
|
|
941
|
+
"types": "./icons/swap/index.d.ts",
|
|
942
|
+
"esm2022": "./esm2022/icons/swap/inera-ids-angular-icons-swap.mjs",
|
|
943
|
+
"esm": "./esm2022/icons/swap/inera-ids-angular-icons-swap.mjs",
|
|
944
|
+
"default": "./fesm2022/inera-ids-angular-icons-swap.mjs"
|
|
945
945
|
},
|
|
946
946
|
"./icons/toggle-card": {
|
|
947
947
|
"types": "./icons/toggle-card/index.d.ts",
|
|
@@ -949,6 +949,12 @@
|
|
|
949
949
|
"esm": "./esm2022/icons/toggle-card/inera-ids-angular-icons-toggle-card.mjs",
|
|
950
950
|
"default": "./fesm2022/inera-ids-angular-icons-toggle-card.mjs"
|
|
951
951
|
},
|
|
952
|
+
"./icons/toggle-list": {
|
|
953
|
+
"types": "./icons/toggle-list/index.d.ts",
|
|
954
|
+
"esm2022": "./esm2022/icons/toggle-list/inera-ids-angular-icons-toggle-list.mjs",
|
|
955
|
+
"esm": "./esm2022/icons/toggle-list/inera-ids-angular-icons-toggle-list.mjs",
|
|
956
|
+
"default": "./fesm2022/inera-ids-angular-icons-toggle-list.mjs"
|
|
957
|
+
},
|
|
952
958
|
"./icons/trash": {
|
|
953
959
|
"types": "./icons/trash/index.d.ts",
|
|
954
960
|
"esm2022": "./esm2022/icons/trash/inera-ids-angular-icons-trash.mjs",
|
|
@@ -1015,41 +1021,29 @@
|
|
|
1015
1021
|
"esm": "./esm2022/icons/video-switch/inera-ids-angular-icons-video-switch.mjs",
|
|
1016
1022
|
"default": "./fesm2022/inera-ids-angular-icons-video-switch.mjs"
|
|
1017
1023
|
},
|
|
1018
|
-
"./icons/visibility": {
|
|
1019
|
-
"types": "./icons/visibility/index.d.ts",
|
|
1020
|
-
"esm2022": "./esm2022/icons/visibility/inera-ids-angular-icons-visibility.mjs",
|
|
1021
|
-
"esm": "./esm2022/icons/visibility/inera-ids-angular-icons-visibility.mjs",
|
|
1022
|
-
"default": "./fesm2022/inera-ids-angular-icons-visibility.mjs"
|
|
1023
|
-
},
|
|
1024
1024
|
"./icons/visibility-off": {
|
|
1025
1025
|
"types": "./icons/visibility-off/index.d.ts",
|
|
1026
1026
|
"esm2022": "./esm2022/icons/visibility-off/inera-ids-angular-icons-visibility-off.mjs",
|
|
1027
1027
|
"esm": "./esm2022/icons/visibility-off/inera-ids-angular-icons-visibility-off.mjs",
|
|
1028
1028
|
"default": "./fesm2022/inera-ids-angular-icons-visibility-off.mjs"
|
|
1029
1029
|
},
|
|
1030
|
+
"./icons/visibility": {
|
|
1031
|
+
"types": "./icons/visibility/index.d.ts",
|
|
1032
|
+
"esm2022": "./esm2022/icons/visibility/inera-ids-angular-icons-visibility.mjs",
|
|
1033
|
+
"esm": "./esm2022/icons/visibility/inera-ids-angular-icons-visibility.mjs",
|
|
1034
|
+
"default": "./fesm2022/inera-ids-angular-icons-visibility.mjs"
|
|
1035
|
+
},
|
|
1030
1036
|
"./icons/warning": {
|
|
1031
1037
|
"types": "./icons/warning/index.d.ts",
|
|
1032
1038
|
"esm2022": "./esm2022/icons/warning/inera-ids-angular-icons-warning.mjs",
|
|
1033
1039
|
"esm": "./esm2022/icons/warning/inera-ids-angular-icons-warning.mjs",
|
|
1034
1040
|
"default": "./fesm2022/inera-ids-angular-icons-warning.mjs"
|
|
1035
1041
|
},
|
|
1036
|
-
"./components/
|
|
1037
|
-
"types": "./components/
|
|
1038
|
-
"esm2022": "./esm2022/components/
|
|
1039
|
-
"esm": "./esm2022/components/
|
|
1040
|
-
"default": "./fesm2022/inera-ids-angular-components-
|
|
1041
|
-
},
|
|
1042
|
-
"./components/grid/container": {
|
|
1043
|
-
"types": "./components/grid/container/index.d.ts",
|
|
1044
|
-
"esm2022": "./esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs",
|
|
1045
|
-
"esm": "./esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs",
|
|
1046
|
-
"default": "./fesm2022/inera-ids-angular-components-grid-container.mjs"
|
|
1047
|
-
},
|
|
1048
|
-
"./components/grid/row": {
|
|
1049
|
-
"types": "./components/grid/row/index.d.ts",
|
|
1050
|
-
"esm2022": "./esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs",
|
|
1051
|
-
"esm": "./esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs",
|
|
1052
|
-
"default": "./fesm2022/inera-ids-angular-components-grid-row.mjs"
|
|
1042
|
+
"./components/form/check-button": {
|
|
1043
|
+
"types": "./components/form/check-button/index.d.ts",
|
|
1044
|
+
"esm2022": "./esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs",
|
|
1045
|
+
"esm": "./esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs",
|
|
1046
|
+
"default": "./fesm2022/inera-ids-angular-components-form-check-button.mjs"
|
|
1053
1047
|
},
|
|
1054
1048
|
"./components/form/checkbox": {
|
|
1055
1049
|
"types": "./components/form/checkbox/index.d.ts",
|
|
@@ -1123,6 +1117,24 @@
|
|
|
1123
1117
|
"esm": "./esm2022/components/form/time/inera-ids-angular-components-form-time.mjs",
|
|
1124
1118
|
"default": "./fesm2022/inera-ids-angular-components-form-time.mjs"
|
|
1125
1119
|
},
|
|
1120
|
+
"./components/grid/column": {
|
|
1121
|
+
"types": "./components/grid/column/index.d.ts",
|
|
1122
|
+
"esm2022": "./esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs",
|
|
1123
|
+
"esm": "./esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs",
|
|
1124
|
+
"default": "./fesm2022/inera-ids-angular-components-grid-column.mjs"
|
|
1125
|
+
},
|
|
1126
|
+
"./components/grid/container": {
|
|
1127
|
+
"types": "./components/grid/container/index.d.ts",
|
|
1128
|
+
"esm2022": "./esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs",
|
|
1129
|
+
"esm": "./esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs",
|
|
1130
|
+
"default": "./fesm2022/inera-ids-angular-components-grid-container.mjs"
|
|
1131
|
+
},
|
|
1132
|
+
"./components/grid/row": {
|
|
1133
|
+
"types": "./components/grid/row/index.d.ts",
|
|
1134
|
+
"esm2022": "./esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs",
|
|
1135
|
+
"esm": "./esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs",
|
|
1136
|
+
"default": "./fesm2022/inera-ids-angular-components-grid-row.mjs"
|
|
1137
|
+
},
|
|
1126
1138
|
"./components/mobile/menu": {
|
|
1127
1139
|
"types": "./components/mobile/menu/index.d.ts",
|
|
1128
1140
|
"esm2022": "./esm2022/components/mobile/menu/inera-ids-angular-components-mobile-menu.mjs",
|