@inera/ids-angular 8.0.0 → 8.1.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/tooltip/tooltip.component.d.ts +3 -2
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/notification/badge/notification-badge.component.mjs +4 -4
- package/esm2022/components/tooltip/tooltip.component.mjs +8 -5
- package/fesm2022/inera-ids-angular-components-badge.mjs +2 -2
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +76 -76
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDTooltipComponent {
|
|
3
|
-
position:
|
|
3
|
+
position: "top-left" | "top" | "top-right" | "bottom-left" | "bottom" | "bottom-right";
|
|
4
|
+
maxwidth: string;
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTooltipComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTooltipComponent, "id-tooltip", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTooltipComponent, "id-tooltip", never, { "position": { "alias": "position"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
8
|
}
|
|
@@ -4,12 +4,12 @@ export class IDBadgeComponent {
|
|
|
4
4
|
constructor() { }
|
|
5
5
|
type = 'primary';
|
|
6
6
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDBadgeComponent, selector: "id-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>" });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDBadgeComponent, selector: "id-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>", styles: [":host{display:contents}\n"] });
|
|
8
8
|
}
|
|
9
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDBadgeComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
|
-
args: [{ selector: 'id-badge', template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>" }]
|
|
11
|
+
args: [{ selector: 'id-badge', template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>", styles: [":host{display:contents}\n"] }]
|
|
12
12
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
13
13
|
type: Input
|
|
14
14
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9iYWRnZS9iYWRnZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2JhZGdlL2JhZGdlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRCxNQUFNLE9BQU8sZ0JBQWdCO0lBRTNCLGdCQUFnQixDQUFDO0lBR2pCLElBQUksR0FBcUYsU0FBUyxDQUFDO3dHQUx4RixnQkFBZ0I7NEZBQWhCLGdCQUFnQiwwRUNQN0IsNEVBR1k7OzRGRElDLGdCQUFnQjtrQkFMNUIsU0FBUzsrQkFDRSxVQUFVO3dEQVNwQixJQUFJO3NCQURILEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWJhZGdlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhZGdlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbXCI6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9XCJdXG59KVxuZXhwb3J0IGNsYXNzIElEQmFkZ2VDb21wb25lbnQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgQElucHV0KClcbiAgdHlwZTogJ3ByaW1hcnknIHwgJ25ldXRyYWwnIHwgJ2luZm8nIHwgJ2F0dGVudGlvbicgfCAnc3VjY2VzcycgfCAnZXJyb3InIHwgJ3NlY29uZGFyeScgPSAncHJpbWFyeSc7XG5cbn1cbiIsIjxpZHMtYmFkZ2UgXG4gIFt0eXBlXT1cInR5cGVcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtYmFkZ2U+Il19
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { Component, Input
|
|
1
|
+
import { Component, Input } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDNotificationBadgeComponent {
|
|
4
4
|
constructor() { }
|
|
5
5
|
type = "primary";
|
|
6
6
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>",
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>", styles: [":host{display:contents}\n"] });
|
|
8
8
|
}
|
|
9
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
|
-
args: [{ selector: "id-notification-badge",
|
|
11
|
+
args: [{ selector: "id-notification-badge", template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>", styles: [":host{display:contents}\n"] }]
|
|
12
12
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
13
13
|
type: Input
|
|
14
14
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWJhZGdlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL2JhZGdlL25vdGlmaWNhdGlvbi1iYWRnZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL25vdGlmaWNhdGlvbi9iYWRnZS9ub3RpZmljYXRpb24tYmFkZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT2pELE1BQU0sT0FBTyw0QkFBNEI7SUFDdkMsZ0JBQWUsQ0FBQztJQUdoQixJQUFJLEdBQVcsU0FBUyxDQUFDO3dHQUpkLDRCQUE0Qjs0RkFBNUIsNEJBQTRCLHVGQ1B6QyxxR0FHeUI7OzRGRElaLDRCQUE0QjtrQkFMeEMsU0FBUzsrQkFDRSx1QkFBdUI7d0RBUWpDLElBQUk7c0JBREgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtbm90aWZpY2F0aW9uLWJhZGdlXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vbm90aWZpY2F0aW9uLWJhZGdlLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlczogW1wiOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfVwiXVxufSlcbmV4cG9ydCBjbGFzcyBJRE5vdGlmaWNhdGlvbkJhZGdlQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIEBJbnB1dCgpXG4gIHR5cGU6IHN0cmluZyA9IFwicHJpbWFyeVwiO1xufVxuIiwiPGlkcy1ub3RpZmljYXRpb24tYmFkZ2VcbiAgW3R5cGVdPVwidHlwZVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2lkcy1ub3RpZmljYXRpb24tYmFkZ2U+Il19
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import { Component, Input } from
|
|
1
|
+
import { Component, Input } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDTooltipComponent {
|
|
4
|
-
position =
|
|
4
|
+
position = "top";
|
|
5
|
+
maxwidth = "20rem";
|
|
5
6
|
constructor() { }
|
|
6
7
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTooltipComponent, selector: "id-tooltip", inputs: { position: "position" }, ngImport: i0, template: "<ids-tooltip [position]=\"position\">\n <ng-content></ng-content>\n</ids-tooltip>" });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTooltipComponent, selector: "id-tooltip", inputs: { position: "position", maxwidth: "maxwidth" }, ngImport: i0, template: "<ids-tooltip [position]=\"position\" [maxwidth]=\"maxwidth\">\n <ng-content></ng-content>\n</ids-tooltip>" });
|
|
8
9
|
}
|
|
9
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipComponent, decorators: [{
|
|
10
11
|
type: Component,
|
|
11
|
-
args: [{ selector:
|
|
12
|
+
args: [{ selector: "id-tooltip", template: "<ids-tooltip [position]=\"position\" [maxwidth]=\"maxwidth\">\n <ng-content></ng-content>\n</ids-tooltip>" }]
|
|
12
13
|
}], ctorParameters: () => [], propDecorators: { position: [{
|
|
13
14
|
type: Input
|
|
15
|
+
}], maxwidth: [{
|
|
16
|
+
type: Input
|
|
14
17
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNakQsTUFBTSxPQUFPLGtCQUFrQjtJQUU3QixRQUFRLEdBQWlGLEtBQUssQ0FBQztJQUcvRixRQUFRLEdBQVcsT0FBTyxDQUFDO0lBRTNCLGdCQUFlLENBQUM7d0dBUEwsa0JBQWtCOzRGQUFsQixrQkFBa0IsMEdDTi9CLDRHQUVjOzs0RkRJRCxrQkFBa0I7a0JBSjlCLFNBQVM7K0JBQ0UsWUFBWTt3REFLdEIsUUFBUTtzQkFEUCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtdG9vbHRpcFwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL3Rvb2x0aXAuY29tcG9uZW50Lmh0bWxcIlxufSlcbmV4cG9ydCBjbGFzcyBJRFRvb2x0aXBDb21wb25lbnQge1xuICBASW5wdXQoKVxuICBwb3NpdGlvbjogXCJ0b3AtbGVmdFwiIHwgXCJ0b3BcIiB8IFwidG9wLXJpZ2h0XCIgfCBcImJvdHRvbS1sZWZ0XCIgfCBcImJvdHRvbVwiIHwgXCJib3R0b20tcmlnaHRcIiA9IFwidG9wXCI7XG5cbiAgQElucHV0KClcbiAgbWF4d2lkdGg6IHN0cmluZyA9IFwiMjByZW1cIjtcblxuICBjb25zdHJ1Y3RvcigpIHt9XG59XG4iLCI8aWRzLXRvb2x0aXAgW3Bvc2l0aW9uXT1cInBvc2l0aW9uXCIgW21heHdpZHRoXT1cIm1heHdpZHRoXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLXRvb2x0aXA+Il19
|
|
@@ -6,11 +6,11 @@ class IDBadgeComponent {
|
|
|
6
6
|
constructor() { }
|
|
7
7
|
type = 'primary';
|
|
8
8
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDBadgeComponent, selector: "id-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>" });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDBadgeComponent, selector: "id-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>", styles: [":host{display:contents}\n"] });
|
|
10
10
|
}
|
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDBadgeComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ selector: 'id-badge', template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>" }]
|
|
13
|
+
args: [{ selector: 'id-badge', template: "<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>", styles: [":host{display:contents}\n"] }]
|
|
14
14
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
15
15
|
type: Input
|
|
16
16
|
}] } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-badge.mjs","sources":["../../../projects/ids-angular/components/badge/badge.component.ts","../../../projects/ids-angular/components/badge/badge.component.html","../../../projects/ids-angular/components/badge/badge.module.ts","../../../projects/ids-angular/components/badge/inera-ids-angular-components-badge.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-badge',\n templateUrl: './badge.component.html',\n})\nexport class IDBadgeComponent {\n\n constructor() { }\n\n @Input()\n type: 'primary' | 'neutral' | 'info' | 'attention' | 'success' | 'error' | 'secondary' = 'primary';\n\n}\n","<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDBadgeComponent } from './badge.component';\nimport '@inera/ids-core/components/badge/register';\n\n@NgModule({\n declarations: [\n IDBadgeComponent\n ],\n exports: [\n IDBadgeComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDBadgeModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-badge.mjs","sources":["../../../projects/ids-angular/components/badge/badge.component.ts","../../../projects/ids-angular/components/badge/badge.component.html","../../../projects/ids-angular/components/badge/badge.module.ts","../../../projects/ids-angular/components/badge/inera-ids-angular-components-badge.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-badge',\n templateUrl: './badge.component.html',\n styles: [\":host { display: contents; }\"]\n})\nexport class IDBadgeComponent {\n\n constructor() { }\n\n @Input()\n type: 'primary' | 'neutral' | 'info' | 'attention' | 'success' | 'error' | 'secondary' = 'primary';\n\n}\n","<ids-badge \n [type]=\"type\">\n <ng-content></ng-content>\n</ids-badge>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDBadgeComponent } from './badge.component';\nimport '@inera/ids-core/components/badge/register';\n\n@NgModule({\n declarations: [\n IDBadgeComponent\n ],\n exports: [\n IDBadgeComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDBadgeModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,gBAAgB,CAAA;AAE3B,IAAA,WAAA,GAAA,EAAgB;IAGhB,IAAI,GAAqF,SAAS;wGALvF,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,0ECP7B,4EAGY,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA;;4FDIC,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,QAAA,EAAA,4EAAA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA;wDASpB,IAAI,EAAA,CAAA;sBADH;;;MEEU,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAb,aAAa,EAAA,YAAA,EAAA,CAPtB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAGhB,gBAAgB,CAAA,EAAA,CAAA;yGAIP,aAAa,EAAA,CAAA;;4FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBATzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Input,
|
|
2
|
+
import { Input, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
3
3
|
import '@inera/ids-core/components/notification/badge/register';
|
|
4
4
|
|
|
5
5
|
class IDNotificationBadgeComponent {
|
|
6
6
|
constructor() { }
|
|
7
7
|
type = "primary";
|
|
8
8
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>",
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>", styles: [":host{display:contents}\n"] });
|
|
10
10
|
}
|
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ selector: "id-notification-badge",
|
|
13
|
+
args: [{ selector: "id-notification-badge", template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>", styles: [":host{display:contents}\n"] }]
|
|
14
14
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
15
15
|
type: Input
|
|
16
16
|
}] } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-notification-badge.mjs","sources":["../../../projects/ids-angular/components/notification/badge/notification-badge.component.ts","../../../projects/ids-angular/components/notification/badge/notification-badge.component.html","../../../projects/ids-angular/components/notification/badge/notification-badge.module.ts","../../../projects/ids-angular/components/notification/badge/inera-ids-angular-components-notification-badge.ts"],"sourcesContent":["import { Component, Input
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-notification-badge.mjs","sources":["../../../projects/ids-angular/components/notification/badge/notification-badge.component.ts","../../../projects/ids-angular/components/notification/badge/notification-badge.component.html","../../../projects/ids-angular/components/notification/badge/notification-badge.module.ts","../../../projects/ids-angular/components/notification/badge/inera-ids-angular-components-notification-badge.ts"],"sourcesContent":["import { Component, Input } from \"@angular/core\";\n\n@Component({\n selector: \"id-notification-badge\",\n templateUrl: \"./notification-badge.component.html\",\n styles: [\":host { display: contents; }\"]\n})\nexport class IDNotificationBadgeComponent {\n constructor() {}\n\n @Input()\n type: string = \"primary\";\n}\n","<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDNotificationBadgeComponent } from './notification-badge.component';\nimport '@inera/ids-core/components/notification/badge/register';\n\n@NgModule({\n declarations: [\n IDNotificationBadgeComponent\n ],\n exports: [\n IDNotificationBadgeComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDNotificationBadgeModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,4BAA4B,CAAA;AACvC,IAAA,WAAA,GAAA,EAAe;IAGf,IAAI,GAAW,SAAS;wGAJb,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA5B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,4BAA4B,uFCPzC,qGAGyB,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA;;4FDIZ,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBALxC,SAAS;+BACE,uBAAuB,EAAA,QAAA,EAAA,qGAAA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA;wDAQjC,IAAI,EAAA,CAAA;sBADH;;;MEGU,yBAAyB,CAAA;wGAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAzB,yBAAyB,EAAA,YAAA,EAAA,CAPlC,4BAA4B,CAAA,EAAA,OAAA,EAAA,CAG5B,4BAA4B,CAAA,EAAA,CAAA;yGAInB,yBAAyB,EAAA,CAAA;;4FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBATrC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -3,16 +3,19 @@ import { Input, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/cor
|
|
|
3
3
|
import '@inera/ids-core/components/tooltip/register';
|
|
4
4
|
|
|
5
5
|
class IDTooltipComponent {
|
|
6
|
-
position =
|
|
6
|
+
position = "top";
|
|
7
|
+
maxwidth = "20rem";
|
|
7
8
|
constructor() { }
|
|
8
9
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTooltipComponent, selector: "id-tooltip", inputs: { position: "position" }, ngImport: i0, template: "<ids-tooltip [position]=\"position\">\n <ng-content></ng-content>\n</ids-tooltip>" });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTooltipComponent, selector: "id-tooltip", inputs: { position: "position", maxwidth: "maxwidth" }, ngImport: i0, template: "<ids-tooltip [position]=\"position\" [maxwidth]=\"maxwidth\">\n <ng-content></ng-content>\n</ids-tooltip>" });
|
|
10
11
|
}
|
|
11
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipComponent, decorators: [{
|
|
12
13
|
type: Component,
|
|
13
|
-
args: [{ selector:
|
|
14
|
+
args: [{ selector: "id-tooltip", template: "<ids-tooltip [position]=\"position\" [maxwidth]=\"maxwidth\">\n <ng-content></ng-content>\n</ids-tooltip>" }]
|
|
14
15
|
}], ctorParameters: () => [], propDecorators: { position: [{
|
|
15
16
|
type: Input
|
|
17
|
+
}], maxwidth: [{
|
|
18
|
+
type: Input
|
|
16
19
|
}] } });
|
|
17
20
|
|
|
18
21
|
class IDTooltipModule {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-tooltip.mjs","sources":["../../../projects/ids-angular/components/tooltip/tooltip.component.ts","../../../projects/ids-angular/components/tooltip/tooltip.component.html","../../../projects/ids-angular/components/tooltip/tooltip.module.ts","../../../projects/ids-angular/components/tooltip/inera-ids-angular-components-tooltip.ts"],"sourcesContent":["import { Component, Input } from
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-tooltip.mjs","sources":["../../../projects/ids-angular/components/tooltip/tooltip.component.ts","../../../projects/ids-angular/components/tooltip/tooltip.component.html","../../../projects/ids-angular/components/tooltip/tooltip.module.ts","../../../projects/ids-angular/components/tooltip/inera-ids-angular-components-tooltip.ts"],"sourcesContent":["import { Component, Input } from \"@angular/core\";\n\n@Component({\n selector: \"id-tooltip\",\n templateUrl: \"./tooltip.component.html\"\n})\nexport class IDTooltipComponent {\n @Input()\n position: \"top-left\" | \"top\" | \"top-right\" | \"bottom-left\" | \"bottom\" | \"bottom-right\" = \"top\";\n\n @Input()\n maxwidth: string = \"20rem\";\n\n constructor() {}\n}\n","<ids-tooltip [position]=\"position\" [maxwidth]=\"maxwidth\">\n <ng-content></ng-content>\n</ids-tooltip>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDTooltipComponent } from './tooltip.component';\nimport '@inera/ids-core/components/tooltip/register';\n\n@NgModule({\n declarations: [\n IDTooltipComponent\n ],\n exports: [\n IDTooltipComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDTooltipModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;IAE7B,QAAQ,GAAiF,KAAK;IAG9F,QAAQ,GAAW,OAAO;AAE1B,IAAA,WAAA,GAAA,EAAe;wGAPJ,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAlB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,kBAAkB,0GCN/B,4GAEc,EAAA,CAAA;;4FDID,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,4GAAA,EAAA;wDAKtB,QAAQ,EAAA,CAAA;sBADP;gBAID,QAAQ,EAAA,CAAA;sBADP;;;MEGU,eAAe,CAAA;wGAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAf,eAAe,EAAA,YAAA,EAAA,CAPxB,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAGlB,kBAAkB,CAAA,EAAA,CAAA;yGAIT,eAAe,EAAA,CAAA;;4FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAT3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inera/ids-angular",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
7
|
-
"@inera/ids-core": "8.
|
|
7
|
+
"@inera/ids-core": "8.1.x"
|
|
8
8
|
},
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
@@ -31,30 +31,24 @@
|
|
|
31
31
|
"esm": "./esm2022/common/inera-ids-angular-common.mjs",
|
|
32
32
|
"default": "./fesm2022/inera-ids-angular-common.mjs"
|
|
33
33
|
},
|
|
34
|
-
"./components/accordion": {
|
|
35
|
-
"types": "./components/accordion/index.d.ts",
|
|
36
|
-
"esm2022": "./esm2022/components/accordion/inera-ids-angular-components-accordion.mjs",
|
|
37
|
-
"esm": "./esm2022/components/accordion/inera-ids-angular-components-accordion.mjs",
|
|
38
|
-
"default": "./fesm2022/inera-ids-angular-components-accordion.mjs"
|
|
39
|
-
},
|
|
40
34
|
"./components/alert": {
|
|
41
35
|
"types": "./components/alert/index.d.ts",
|
|
42
36
|
"esm2022": "./esm2022/components/alert/inera-ids-angular-components-alert.mjs",
|
|
43
37
|
"esm": "./esm2022/components/alert/inera-ids-angular-components-alert.mjs",
|
|
44
38
|
"default": "./fesm2022/inera-ids-angular-components-alert.mjs"
|
|
45
39
|
},
|
|
46
|
-
"./components/box-link": {
|
|
47
|
-
"types": "./components/box-link/index.d.ts",
|
|
48
|
-
"esm2022": "./esm2022/components/box-link/inera-ids-angular-components-box-link.mjs",
|
|
49
|
-
"esm": "./esm2022/components/box-link/inera-ids-angular-components-box-link.mjs",
|
|
50
|
-
"default": "./fesm2022/inera-ids-angular-components-box-link.mjs"
|
|
51
|
-
},
|
|
52
40
|
"./components/badge": {
|
|
53
41
|
"types": "./components/badge/index.d.ts",
|
|
54
42
|
"esm2022": "./esm2022/components/badge/inera-ids-angular-components-badge.mjs",
|
|
55
43
|
"esm": "./esm2022/components/badge/inera-ids-angular-components-badge.mjs",
|
|
56
44
|
"default": "./fesm2022/inera-ids-angular-components-badge.mjs"
|
|
57
45
|
},
|
|
46
|
+
"./components/box-link": {
|
|
47
|
+
"types": "./components/box-link/index.d.ts",
|
|
48
|
+
"esm2022": "./esm2022/components/box-link/inera-ids-angular-components-box-link.mjs",
|
|
49
|
+
"esm": "./esm2022/components/box-link/inera-ids-angular-components-box-link.mjs",
|
|
50
|
+
"default": "./fesm2022/inera-ids-angular-components-box-link.mjs"
|
|
51
|
+
},
|
|
58
52
|
"./components/breadcrumbs": {
|
|
59
53
|
"types": "./components/breadcrumbs/index.d.ts",
|
|
60
54
|
"esm2022": "./esm2022/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.mjs",
|
|
@@ -97,6 +91,12 @@
|
|
|
97
91
|
"esm": "./esm2022/components/dialog/inera-ids-angular-components-dialog.mjs",
|
|
98
92
|
"default": "./fesm2022/inera-ids-angular-components-dialog.mjs"
|
|
99
93
|
},
|
|
94
|
+
"./components/accordion": {
|
|
95
|
+
"types": "./components/accordion/index.d.ts",
|
|
96
|
+
"esm2022": "./esm2022/components/accordion/inera-ids-angular-components-accordion.mjs",
|
|
97
|
+
"esm": "./esm2022/components/accordion/inera-ids-angular-components-accordion.mjs",
|
|
98
|
+
"default": "./fesm2022/inera-ids-angular-components-accordion.mjs"
|
|
99
|
+
},
|
|
100
100
|
"./components/dropdown": {
|
|
101
101
|
"types": "./components/dropdown/index.d.ts",
|
|
102
102
|
"esm2022": "./esm2022/components/dropdown/inera-ids-angular-components-dropdown.mjs",
|
|
@@ -115,12 +115,6 @@
|
|
|
115
115
|
"esm": "./esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs",
|
|
116
116
|
"default": "./fesm2022/inera-ids-angular-components-footer-1177-admin.mjs"
|
|
117
117
|
},
|
|
118
|
-
"./components/footer-1177-pro": {
|
|
119
|
-
"types": "./components/footer-1177-pro/index.d.ts",
|
|
120
|
-
"esm2022": "./esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs",
|
|
121
|
-
"esm": "./esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs",
|
|
122
|
-
"default": "./fesm2022/inera-ids-angular-components-footer-1177-pro.mjs"
|
|
123
|
-
},
|
|
124
118
|
"./components/footer-inera": {
|
|
125
119
|
"types": "./components/footer-inera/index.d.ts",
|
|
126
120
|
"esm2022": "./esm2022/components/footer-inera/inera-ids-angular-components-footer-inera.mjs",
|
|
@@ -133,6 +127,12 @@
|
|
|
133
127
|
"esm": "./esm2022/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.mjs",
|
|
134
128
|
"default": "./fesm2022/inera-ids-angular-components-footer-inera-admin.mjs"
|
|
135
129
|
},
|
|
130
|
+
"./components/footer-1177-pro": {
|
|
131
|
+
"types": "./components/footer-1177-pro/index.d.ts",
|
|
132
|
+
"esm2022": "./esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs",
|
|
133
|
+
"esm": "./esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs",
|
|
134
|
+
"default": "./fesm2022/inera-ids-angular-components-footer-1177-pro.mjs"
|
|
135
|
+
},
|
|
136
136
|
"./components/global-alert": {
|
|
137
137
|
"types": "./components/global-alert/index.d.ts",
|
|
138
138
|
"esm2022": "./esm2022/components/global-alert/inera-ids-angular-components-global-alert.mjs",
|
|
@@ -175,12 +175,6 @@
|
|
|
175
175
|
"esm": "./esm2022/components/header-inera-admin/inera-ids-angular-components-header-inera-admin.mjs",
|
|
176
176
|
"default": "./fesm2022/inera-ids-angular-components-header-inera-admin.mjs"
|
|
177
177
|
},
|
|
178
|
-
"./components/header-patient": {
|
|
179
|
-
"types": "./components/header-patient/index.d.ts",
|
|
180
|
-
"esm2022": "./esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs",
|
|
181
|
-
"esm": "./esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs",
|
|
182
|
-
"default": "./fesm2022/inera-ids-angular-components-header-patient.mjs"
|
|
183
|
-
},
|
|
184
178
|
"./components/link": {
|
|
185
179
|
"types": "./components/link/index.d.ts",
|
|
186
180
|
"esm2022": "./esm2022/components/link/inera-ids-angular-components-link.mjs",
|
|
@@ -199,11 +193,11 @@
|
|
|
199
193
|
"esm": "./esm2022/components/progressbar/inera-ids-angular-components-progressbar.mjs",
|
|
200
194
|
"default": "./fesm2022/inera-ids-angular-components-progressbar.mjs"
|
|
201
195
|
},
|
|
202
|
-
"./components/
|
|
203
|
-
"types": "./components/
|
|
204
|
-
"esm2022": "./esm2022/components/
|
|
205
|
-
"esm": "./esm2022/components/
|
|
206
|
-
"default": "./fesm2022/inera-ids-angular-components-
|
|
196
|
+
"./components/header-patient": {
|
|
197
|
+
"types": "./components/header-patient/index.d.ts",
|
|
198
|
+
"esm2022": "./esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs",
|
|
199
|
+
"esm": "./esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs",
|
|
200
|
+
"default": "./fesm2022/inera-ids-angular-components-header-patient.mjs"
|
|
207
201
|
},
|
|
208
202
|
"./components/region-icon": {
|
|
209
203
|
"types": "./components/region-icon/index.d.ts",
|
|
@@ -211,17 +205,23 @@
|
|
|
211
205
|
"esm": "./esm2022/components/region-icon/inera-ids-angular-components-region-icon.mjs",
|
|
212
206
|
"default": "./fesm2022/inera-ids-angular-components-region-icon.mjs"
|
|
213
207
|
},
|
|
208
|
+
"./components/stepper": {
|
|
209
|
+
"types": "./components/stepper/index.d.ts",
|
|
210
|
+
"esm2022": "./esm2022/components/stepper/inera-ids-angular-components-stepper.mjs",
|
|
211
|
+
"esm": "./esm2022/components/stepper/inera-ids-angular-components-stepper.mjs",
|
|
212
|
+
"default": "./fesm2022/inera-ids-angular-components-stepper.mjs"
|
|
213
|
+
},
|
|
214
214
|
"./components/side-panel": {
|
|
215
215
|
"types": "./components/side-panel/index.d.ts",
|
|
216
216
|
"esm2022": "./esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs",
|
|
217
217
|
"esm": "./esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs",
|
|
218
218
|
"default": "./fesm2022/inera-ids-angular-components-side-panel.mjs"
|
|
219
219
|
},
|
|
220
|
-
"./components/
|
|
221
|
-
"types": "./components/
|
|
222
|
-
"esm2022": "./esm2022/components/
|
|
223
|
-
"esm": "./esm2022/components/
|
|
224
|
-
"default": "./fesm2022/inera-ids-angular-components-
|
|
220
|
+
"./components/side-menu": {
|
|
221
|
+
"types": "./components/side-menu/index.d.ts",
|
|
222
|
+
"esm2022": "./esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs",
|
|
223
|
+
"esm": "./esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs",
|
|
224
|
+
"default": "./fesm2022/inera-ids-angular-components-side-menu.mjs"
|
|
225
225
|
},
|
|
226
226
|
"./components/tabs": {
|
|
227
227
|
"types": "./components/tabs/index.d.ts",
|
|
@@ -235,11 +235,11 @@
|
|
|
235
235
|
"esm": "./esm2022/components/tag/inera-ids-angular-components-tag.mjs",
|
|
236
236
|
"default": "./fesm2022/inera-ids-angular-components-tag.mjs"
|
|
237
237
|
},
|
|
238
|
-
"./components/
|
|
239
|
-
"types": "./components/
|
|
240
|
-
"esm2022": "./esm2022/components/
|
|
241
|
-
"esm": "./esm2022/components/
|
|
242
|
-
"default": "./fesm2022/inera-ids-angular-components-
|
|
238
|
+
"./components/tooltip": {
|
|
239
|
+
"types": "./components/tooltip/index.d.ts",
|
|
240
|
+
"esm2022": "./esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs",
|
|
241
|
+
"esm": "./esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs",
|
|
242
|
+
"default": "./fesm2022/inera-ids-angular-components-tooltip.mjs"
|
|
243
243
|
},
|
|
244
244
|
"./components/form/check-button": {
|
|
245
245
|
"types": "./components/form/check-button/index.d.ts",
|
|
@@ -247,18 +247,6 @@
|
|
|
247
247
|
"esm": "./esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs",
|
|
248
248
|
"default": "./fesm2022/inera-ids-angular-components-form-check-button.mjs"
|
|
249
249
|
},
|
|
250
|
-
"./components/form/checkbox": {
|
|
251
|
-
"types": "./components/form/checkbox/index.d.ts",
|
|
252
|
-
"esm2022": "./esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs",
|
|
253
|
-
"esm": "./esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs",
|
|
254
|
-
"default": "./fesm2022/inera-ids-angular-components-form-checkbox.mjs"
|
|
255
|
-
},
|
|
256
|
-
"./components/tooltip": {
|
|
257
|
-
"types": "./components/tooltip/index.d.ts",
|
|
258
|
-
"esm2022": "./esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs",
|
|
259
|
-
"esm": "./esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs",
|
|
260
|
-
"default": "./fesm2022/inera-ids-angular-components-tooltip.mjs"
|
|
261
|
-
},
|
|
262
250
|
"./components/form/checkbox-group": {
|
|
263
251
|
"types": "./components/form/checkbox-group/index.d.ts",
|
|
264
252
|
"esm2022": "./esm2022/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.mjs",
|
|
@@ -277,6 +265,12 @@
|
|
|
277
265
|
"esm": "./esm2022/components/form/error-message/inera-ids-angular-components-form-error-message.mjs",
|
|
278
266
|
"default": "./fesm2022/inera-ids-angular-components-form-error-message.mjs"
|
|
279
267
|
},
|
|
268
|
+
"./components/form/checkbox": {
|
|
269
|
+
"types": "./components/form/checkbox/index.d.ts",
|
|
270
|
+
"esm2022": "./esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs",
|
|
271
|
+
"esm": "./esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs",
|
|
272
|
+
"default": "./fesm2022/inera-ids-angular-components-form-checkbox.mjs"
|
|
273
|
+
},
|
|
280
274
|
"./components/form/radio": {
|
|
281
275
|
"types": "./components/form/radio/index.d.ts",
|
|
282
276
|
"esm2022": "./esm2022/components/form/radio/inera-ids-angular-components-form-radio.mjs",
|
|
@@ -289,6 +283,12 @@
|
|
|
289
283
|
"esm": "./esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs",
|
|
290
284
|
"default": "./fesm2022/inera-ids-angular-components-form-radio-button.mjs"
|
|
291
285
|
},
|
|
286
|
+
"./components/form/select-multiple": {
|
|
287
|
+
"types": "./components/form/select-multiple/index.d.ts",
|
|
288
|
+
"esm2022": "./esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs",
|
|
289
|
+
"esm": "./esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs",
|
|
290
|
+
"default": "./fesm2022/inera-ids-angular-components-form-select-multiple.mjs"
|
|
291
|
+
},
|
|
292
292
|
"./components/form/range": {
|
|
293
293
|
"types": "./components/form/range/index.d.ts",
|
|
294
294
|
"esm2022": "./esm2022/components/form/range/inera-ids-angular-components-form-range.mjs",
|
|
@@ -301,41 +301,35 @@
|
|
|
301
301
|
"esm": "./esm2022/components/form/select/inera-ids-angular-components-form-select.mjs",
|
|
302
302
|
"default": "./fesm2022/inera-ids-angular-components-form-select.mjs"
|
|
303
303
|
},
|
|
304
|
-
"./components/form/select-multiple": {
|
|
305
|
-
"types": "./components/form/select-multiple/index.d.ts",
|
|
306
|
-
"esm2022": "./esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs",
|
|
307
|
-
"esm": "./esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs",
|
|
308
|
-
"default": "./fesm2022/inera-ids-angular-components-form-select-multiple.mjs"
|
|
309
|
-
},
|
|
310
304
|
"./components/form/spinner": {
|
|
311
305
|
"types": "./components/form/spinner/index.d.ts",
|
|
312
306
|
"esm2022": "./esm2022/components/form/spinner/inera-ids-angular-components-form-spinner.mjs",
|
|
313
307
|
"esm": "./esm2022/components/form/spinner/inera-ids-angular-components-form-spinner.mjs",
|
|
314
308
|
"default": "./fesm2022/inera-ids-angular-components-form-spinner.mjs"
|
|
315
309
|
},
|
|
310
|
+
"./components/puff-list": {
|
|
311
|
+
"types": "./components/puff-list/index.d.ts",
|
|
312
|
+
"esm2022": "./esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs",
|
|
313
|
+
"esm": "./esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs",
|
|
314
|
+
"default": "./fesm2022/inera-ids-angular-components-puff-list.mjs"
|
|
315
|
+
},
|
|
316
316
|
"./components/form/textarea": {
|
|
317
317
|
"types": "./components/form/textarea/index.d.ts",
|
|
318
318
|
"esm2022": "./esm2022/components/form/textarea/inera-ids-angular-components-form-textarea.mjs",
|
|
319
319
|
"esm": "./esm2022/components/form/textarea/inera-ids-angular-components-form-textarea.mjs",
|
|
320
320
|
"default": "./fesm2022/inera-ids-angular-components-form-textarea.mjs"
|
|
321
321
|
},
|
|
322
|
-
"./components/form/time": {
|
|
323
|
-
"types": "./components/form/time/index.d.ts",
|
|
324
|
-
"esm2022": "./esm2022/components/form/time/inera-ids-angular-components-form-time.mjs",
|
|
325
|
-
"esm": "./esm2022/components/form/time/inera-ids-angular-components-form-time.mjs",
|
|
326
|
-
"default": "./fesm2022/inera-ids-angular-components-form-time.mjs"
|
|
327
|
-
},
|
|
328
322
|
"./components/form/toggle": {
|
|
329
323
|
"types": "./components/form/toggle/index.d.ts",
|
|
330
324
|
"esm2022": "./esm2022/components/form/toggle/inera-ids-angular-components-form-toggle.mjs",
|
|
331
325
|
"esm": "./esm2022/components/form/toggle/inera-ids-angular-components-form-toggle.mjs",
|
|
332
326
|
"default": "./fesm2022/inera-ids-angular-components-form-toggle.mjs"
|
|
333
327
|
},
|
|
334
|
-
"./components/
|
|
335
|
-
"types": "./components/
|
|
336
|
-
"esm2022": "./esm2022/components/
|
|
337
|
-
"esm": "./esm2022/components/
|
|
338
|
-
"default": "./fesm2022/inera-ids-angular-components-
|
|
328
|
+
"./components/form/time": {
|
|
329
|
+
"types": "./components/form/time/index.d.ts",
|
|
330
|
+
"esm2022": "./esm2022/components/form/time/inera-ids-angular-components-form-time.mjs",
|
|
331
|
+
"esm": "./esm2022/components/form/time/inera-ids-angular-components-form-time.mjs",
|
|
332
|
+
"default": "./fesm2022/inera-ids-angular-components-form-time.mjs"
|
|
339
333
|
},
|
|
340
334
|
"./components/grid/column": {
|
|
341
335
|
"types": "./components/grid/column/index.d.ts",
|
|
@@ -343,6 +337,12 @@
|
|
|
343
337
|
"esm": "./esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs",
|
|
344
338
|
"default": "./fesm2022/inera-ids-angular-components-grid-column.mjs"
|
|
345
339
|
},
|
|
340
|
+
"./components/grid/container": {
|
|
341
|
+
"types": "./components/grid/container/index.d.ts",
|
|
342
|
+
"esm2022": "./esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs",
|
|
343
|
+
"esm": "./esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs",
|
|
344
|
+
"default": "./fesm2022/inera-ids-angular-components-grid-container.mjs"
|
|
345
|
+
},
|
|
346
346
|
"./components/grid/row": {
|
|
347
347
|
"types": "./components/grid/row/index.d.ts",
|
|
348
348
|
"esm2022": "./esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs",
|
|
@@ -361,18 +361,18 @@
|
|
|
361
361
|
"esm": "./esm2022/components/navigation/content/inera-ids-angular-components-navigation-content.mjs",
|
|
362
362
|
"default": "./fesm2022/inera-ids-angular-components-navigation-content.mjs"
|
|
363
363
|
},
|
|
364
|
-
"./components/notification/badge": {
|
|
365
|
-
"types": "./components/notification/badge/index.d.ts",
|
|
366
|
-
"esm2022": "./esm2022/components/notification/badge/inera-ids-angular-components-notification-badge.mjs",
|
|
367
|
-
"esm": "./esm2022/components/notification/badge/inera-ids-angular-components-notification-badge.mjs",
|
|
368
|
-
"default": "./fesm2022/inera-ids-angular-components-notification-badge.mjs"
|
|
369
|
-
},
|
|
370
364
|
"./components/navigation/local": {
|
|
371
365
|
"types": "./components/navigation/local/index.d.ts",
|
|
372
366
|
"esm2022": "./esm2022/components/navigation/local/inera-ids-angular-components-navigation-local.mjs",
|
|
373
367
|
"esm": "./esm2022/components/navigation/local/inera-ids-angular-components-navigation-local.mjs",
|
|
374
368
|
"default": "./fesm2022/inera-ids-angular-components-navigation-local.mjs"
|
|
375
369
|
},
|
|
370
|
+
"./components/notification/badge": {
|
|
371
|
+
"types": "./components/notification/badge/index.d.ts",
|
|
372
|
+
"esm2022": "./esm2022/components/notification/badge/inera-ids-angular-components-notification-badge.mjs",
|
|
373
|
+
"esm": "./esm2022/components/notification/badge/inera-ids-angular-components-notification-badge.mjs",
|
|
374
|
+
"default": "./fesm2022/inera-ids-angular-components-notification-badge.mjs"
|
|
375
|
+
},
|
|
376
376
|
"./components/pagination/data-pagination": {
|
|
377
377
|
"types": "./components/pagination/data-pagination/index.d.ts",
|
|
378
378
|
"esm2022": "./esm2022/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.mjs",
|