@inera/ids-angular 2.1.2 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +24 -5
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/alert/alert.component.js +11 -2
- package/esm2015/lib/components/button/button.component.js +8 -2
- package/esm2015/lib/components/form/textarea/textarea.component.js +7 -4
- package/fesm2015/inera-ids-angular.js +22 -4
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/alert/alert.component.d.ts +4 -1
- package/lib/components/button/button.component.d.ts +3 -1
- package/lib/components/form/textarea/textarea.component.d.ts +2 -1
- package/package.json +2 -2
|
@@ -3,6 +3,9 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDAlertComponent {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.dismissible = false;
|
|
6
|
+
this.collapsable = false;
|
|
7
|
+
this.srCollapseText = '';
|
|
8
|
+
this.srExpandText = '';
|
|
6
9
|
this.headline = '';
|
|
7
10
|
this.live = '';
|
|
8
11
|
this.type = '';
|
|
@@ -12,7 +15,7 @@ export class IDAlertComponent {
|
|
|
12
15
|
}
|
|
13
16
|
}
|
|
14
17
|
IDAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [dismissible]=\"dismissible\"\r\n [live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srCloseText\"\r\n [srIconTitle]=\"srIconTitle\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
18
|
+
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", srCollapseText: "srCollapseText", srExpandText: "srExpandText", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [dismissible]=\"dismissible\"\r\n [collapsable]=\"collapsable\"\r\n [srcollapsetext]=\"srCollapseText\"\r\n [srexpandtext]=\"srExpandText\"\r\n [live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srCloseText\"\r\n [srIconTitle]=\"srIconTitle\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
16
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, decorators: [{
|
|
17
20
|
type: Component,
|
|
18
21
|
args: [{
|
|
@@ -22,6 +25,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
22
25
|
}]
|
|
23
26
|
}], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
|
|
24
27
|
type: Input
|
|
28
|
+
}], collapsable: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], srCollapseText: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}], srExpandText: [{
|
|
33
|
+
type: Input
|
|
25
34
|
}], headline: [{
|
|
26
35
|
type: Input
|
|
27
36
|
}], live: [{
|
|
@@ -35,4 +44,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
35
44
|
}], closed: [{
|
|
36
45
|
type: Output
|
|
37
46
|
}] } });
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvc3JjL2xpYi9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy9hbGVydC9hbGVydC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFxQixNQUFNLGVBQWUsQ0FBQzs7QUFPbEcsTUFBTSxPQUFPLGdCQUFnQjtJQUUzQjtRQUdBLGdCQUFXLEdBQVksS0FBSyxDQUFDO1FBRzdCLGdCQUFXLEdBQVksS0FBSyxDQUFDO1FBRzdCLG1CQUFjLEdBQXVCLEVBQUUsQ0FBQztRQUd4QyxpQkFBWSxHQUF1QixFQUFFLENBQUM7UUFHdEMsYUFBUSxHQUFXLEVBQUUsQ0FBQztRQUd0QixTQUFJLEdBQVcsRUFBRSxDQUFDO1FBR2xCLFNBQUksR0FBVyxFQUFFLENBQUM7UUFHbEIsZ0JBQVcsR0FBVyxFQUFFLENBQUM7UUFHekIsZ0JBQVcsR0FBVyxFQUFFLENBQUM7UUFHekIsV0FBTSxHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO0lBOUJuQyxDQUFDOzs4R0FGTixnQkFBZ0I7a0dBQWhCLGdCQUFnQiw2VENQN0Isa1lBWVk7NEZETEMsZ0JBQWdCO2tCQUw1QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxVQUFVO29CQUNwQixXQUFXLEVBQUUsd0JBQXdCO29CQUNyQyxNQUFNLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztpQkFDdEM7MEVBTUMsV0FBVztzQkFEVixLQUFLO2dCQUlOLFdBQVc7c0JBRFYsS0FBSztnQkFJTixjQUFjO3NCQURiLEtBQUs7Z0JBSU4sWUFBWTtzQkFEWCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLFdBQVc7c0JBRFYsS0FBSztnQkFJTixXQUFXO3NCQURWLEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaWQtYWxlcnQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hbGVydC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogYmxvY2s7IH0nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURBbGVydENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZGlzbWlzc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBjb2xsYXBzYWJsZTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNyQ29sbGFwc2VUZXh0OiBzdHJpbmcgfCB1bmRlZmluZWQgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBzckV4cGFuZFRleHQ6IHN0cmluZyB8IHVuZGVmaW5lZCA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhlYWRsaW5lOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBsaXZlOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICB0eXBlOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBzckNsb3NlVGV4dDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc3JJY29uVGl0bGU6IHN0cmluZyA9ICcnO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBjbG9zZWQ6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbn1cclxuIiwiPGlkcy1hbGVydCBcclxuICBbaGVhZGxpbmVdPVwiaGVhZGxpbmVcIlxyXG4gIFtkaXNtaXNzaWJsZV09XCJkaXNtaXNzaWJsZVwiXHJcbiAgW2NvbGxhcHNhYmxlXT1cImNvbGxhcHNhYmxlXCJcclxuICBbc3Jjb2xsYXBzZXRleHRdPVwic3JDb2xsYXBzZVRleHRcIlxyXG4gIFtzcmV4cGFuZHRleHRdPVwic3JFeHBhbmRUZXh0XCJcclxuICBbbGl2ZV09XCJsaXZlXCJcclxuICBbdHlwZV09XCJ0eXBlXCJcclxuICBbc3JjbG9zZXRleHRdPVwic3JDbG9zZVRleHRcIlxyXG4gIFtzckljb25UaXRsZV09XCJzckljb25UaXRsZVwiXHJcbiAgKGNsb3NlZCk9XCJjbG9zZWQuZW1pdCh0cnVlKVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtYWxlcnQ+Il19
|
|
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDButtonComponent {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.secondary = false;
|
|
6
|
+
this.fab = false;
|
|
7
|
+
this.icon = false;
|
|
6
8
|
this.tertiary = false;
|
|
7
9
|
this.toggle = false;
|
|
8
10
|
this.block = false;
|
|
@@ -19,7 +21,7 @@ export class IDButtonComponent {
|
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IDButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
-
IDButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", tertiary: "tertiary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", size: "size", disabled: "disabled", type: "type", color: "color" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [s-block]=\"sBlock ? 'true' : null\"\r\n [m-block]=\"mBlock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n (clicked)=\"clicked.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }"], encapsulation: i0.ViewEncapsulation.None });
|
|
24
|
+
IDButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", fab: "fab", icon: "icon", tertiary: "tertiary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", size: "size", disabled: "disabled", type: "type", color: "color" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [s-block]=\"sBlock ? 'true' : null\"\r\n [m-block]=\"mBlock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n (clicked)=\"clicked.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }"], encapsulation: i0.ViewEncapsulation.None });
|
|
23
25
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonComponent, decorators: [{
|
|
24
26
|
type: Component,
|
|
25
27
|
args: [{
|
|
@@ -30,6 +32,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
30
32
|
}]
|
|
31
33
|
}], ctorParameters: function () { return []; }, propDecorators: { secondary: [{
|
|
32
34
|
type: Input
|
|
35
|
+
}], fab: [{
|
|
36
|
+
type: Input
|
|
37
|
+
}], icon: [{
|
|
38
|
+
type: Input
|
|
33
39
|
}], tertiary: [{
|
|
34
40
|
type: Input
|
|
35
41
|
}], toggle: [{
|
|
@@ -57,4 +63,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
57
63
|
}], clicked: [{
|
|
58
64
|
type: Output
|
|
59
65
|
}] } });
|
|
60
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy9idXR0b24vYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy9idXR0b24vYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFlLEtBQUssRUFBVSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUS9HLE1BQU0sT0FBTyxpQkFBaUI7SUFFNUI7UUFHQSxjQUFTLEdBQVksS0FBSyxDQUFDO1FBRTNCLFFBQUcsR0FBWSxLQUFLLENBQUM7UUFFckIsU0FBSSxHQUFZLEtBQUssQ0FBQztRQUV0QixhQUFRLEdBQVksS0FBSyxDQUFDO1FBRTFCLFdBQU0sR0FBWSxLQUFLLENBQUM7UUFFeEIsVUFBSyxHQUFZLEtBQUssQ0FBQztRQUV2QixXQUFNLEdBQVksS0FBSyxDQUFDO1FBRXhCLFdBQU0sR0FBWSxLQUFLLENBQUM7UUFFeEIsV0FBTSxHQUFZLEtBQUssQ0FBQztRQUV4QixXQUFNLEdBQVksS0FBSyxDQUFDO1FBRXhCLFdBQU0sR0FBWSxLQUFLLENBQUM7UUFFeEIsU0FBSSxHQUFvQixHQUFHLENBQUM7UUFFNUIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUUxQixTQUFJLEdBQXVCLFNBQVMsQ0FBQztRQUVyQyxVQUFLLEdBQXVCLFNBQVMsQ0FBQztRQUd0QyxZQUFPLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7SUFsQ3BDLENBQUM7OytHQUZOLGlCQUFpQjttR0FBakIsaUJBQWlCLG9XQ1I5QixncUJBa0JhOzRGRFZBLGlCQUFpQjtrQkFON0IsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsV0FBVztvQkFDckIsV0FBVyxFQUFFLHlCQUF5QjtvQkFDdEMsTUFBTSxFQUFFLENBQUMsaUlBQWlJLENBQUM7b0JBQzNJLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2lCQUN0QzswRUFNQyxTQUFTO3NCQURSLEtBQUs7Z0JBR04sR0FBRztzQkFERixLQUFLO2dCQUdOLElBQUk7c0JBREgsS0FBSztnQkFHTixRQUFRO3NCQURQLEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLEtBQUs7c0JBREosS0FBSztnQkFHTixNQUFNO3NCQURMLEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLE1BQU07c0JBREwsS0FBSztnQkFHTixNQUFNO3NCQURMLEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLElBQUk7c0JBREgsS0FBSztnQkFHTixRQUFRO3NCQURQLEtBQUs7Z0JBR04sSUFBSTtzQkFESCxLQUFLO2dCQUdOLEtBQUs7c0JBREosS0FBSztnQkFJTixPQUFPO3NCQUROLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSG9zdEJpbmRpbmcsIElucHV0LCBPbkluaXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaWQtYnV0dG9uJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZXM6IFsnaWQtYnV0dG9uW25nLXJlZmxlY3QtYmxvY2s9dHJ1ZV0sIGlkLWJ1dHRvbltuZy1yZWZsZWN0LW0tYmxvY2s9dHJ1ZV0sIGlkLWJ1dHRvbltuZy1yZWZsZWN0LXMtYmxvY2s9dHJ1ZV0geyBkaXNwbGF5OiBjb250ZW50czsgfSddLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREJ1dHRvbkNvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc2Vjb25kYXJ5OiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBmYWI6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIGljb246IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIHRlcnRpYXJ5OiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICB0b2dnbGU6IGJvb2xlYW4gPSBmYWxzZTsgXHJcbiAgQElucHV0KClcclxuICBibG9jazogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgc0Jsb2NrOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBtQmxvY2s6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIGFjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgc3VibWl0OiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBzZWFyY2g6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIHNpemU6ICdzJyB8ICdtJyB8ICdsJyA9ICdtJztcclxuICBASW5wdXQoKVxyXG4gIGRpc2FibGVkOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICB0eXBlOiBzdHJpbmcgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XHJcbiAgQElucHV0KClcclxuICBjb2xvcjogc3RyaW5nIHwgdW5kZWZpbmVkID0gdW5kZWZpbmVkO1xyXG4gIFxyXG4gIEBPdXRwdXQoKVxyXG4gIGNsaWNrZWQ6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbn1cclxuIiwiPGlkcy1idXR0b24gXHJcbiAgW3NlY29uZGFyeV09XCJzZWNvbmRhcnkgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbYXR0ci5mYWJdPVwiZmFiID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW2F0dHIuaWNvbl09XCJpY29uID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW3RlcnRpYXJ5XT1cInRlcnRpYXJ5ID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW3RvZ2dsZV09XCJ0b2dnbGUgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbYWN0aXZlXT1cImFjdGl2ZSA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFtzdWJtaXRdPVwic3VibWl0ID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW3NlYXJjaF09XCJzZWFyY2ggPyAndHJ1ZScgOiBudWxsXCJcclxuICBbZGlzYWJsZWRdPVwiZGlzYWJsZWQgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbYmxvY2tdPVwiYmxvY2sgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbcy1ibG9ja109XCJzQmxvY2sgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbbS1ibG9ja109XCJtQmxvY2sgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbc2l6ZV09XCJzaXplXCJcclxuICBbdHlwZV09XCJ0eXBlXCJcclxuICBbY29sb3JdPVwiY29sb3JcIlxyXG4gIChjbGlja2VkKT1cImNsaWNrZWQuZW1pdCh0cnVlKVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtYnV0dG9uPiJdfQ==
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { Component, ViewEncapsulation } from '@angular/core';
|
|
1
|
+
import { Component, Input, ViewEncapsulation } from '@angular/core';
|
|
2
2
|
import { IDFormBase } from '../base/IDFormBase';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDTextareaComponent extends IDFormBase {
|
|
5
5
|
constructor() {
|
|
6
6
|
super();
|
|
7
|
+
this.noFade = false;
|
|
7
8
|
}
|
|
8
9
|
}
|
|
9
10
|
IDTextareaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
IDTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", usesInheritance: true, ngImport: i0, template: "<ids-textarea [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0.ViewEncapsulation.None });
|
|
11
|
+
IDTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", inputs: { noFade: "noFade" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea [attr.no-fade]=\"noFade ? true : null\" [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0.ViewEncapsulation.None });
|
|
11
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTextareaComponent, decorators: [{
|
|
12
13
|
type: Component,
|
|
13
14
|
args: [{
|
|
@@ -15,5 +16,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
15
16
|
templateUrl: './textarea.component.html',
|
|
16
17
|
encapsulation: ViewEncapsulation.None,
|
|
17
18
|
}]
|
|
18
|
-
}], ctorParameters: function () { return []; }
|
|
19
|
-
|
|
19
|
+
}], ctorParameters: function () { return []; }, propDecorators: { noFade: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}] } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0vdGV4dGFyZWEvdGV4dGFyZWEuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0vdGV4dGFyZWEvdGV4dGFyZWEuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQU9oRCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsVUFBVTtJQUtqRDtRQUNFLEtBQUssRUFBRSxDQUFDO1FBSFYsV0FBTSxHQUFZLEtBQUssQ0FBQztJQUl4QixDQUFDOztpSEFQVSxtQkFBbUI7cUdBQW5CLG1CQUFtQix3R0NSaEMsNkxBRWU7NEZETUYsbUJBQW1CO2tCQUwvQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxhQUFhO29CQUN2QixXQUFXLEVBQUUsMkJBQTJCO29CQUN4QyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtpQkFDdEM7MEVBSUMsTUFBTTtzQkFETCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSURGb3JtQmFzZSB9IGZyb20gJy4uL2Jhc2UvSURGb3JtQmFzZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLXRleHRhcmVhJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vdGV4dGFyZWEuY29tcG9uZW50Lmh0bWwnLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJRFRleHRhcmVhQ29tcG9uZW50IGV4dGVuZHMgSURGb3JtQmFzZSB7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbm9GYWRlOiBCb29sZWFuID0gZmFsc2U7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG59XHJcbiIsIjxpZHMtdGV4dGFyZWEgW2F0dHIubm8tZmFkZV09XCJub0ZhZGUgPyB0cnVlIDogbnVsbFwiIFthdHRyLnZhbGlkXT1cInZhbGlkXCIgW2F0dHIubm8tdmFsaWRhdGlvbl09XCJub1ZhbGlkYXRpb24gPyBub1ZhbGlkYXRpb24gOiBudWxsXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy10ZXh0YXJlYT4iXX0=
|
|
@@ -46,6 +46,9 @@ import '@inera/ids-core/components/tooltip/register';
|
|
|
46
46
|
class IDAlertComponent {
|
|
47
47
|
constructor() {
|
|
48
48
|
this.dismissible = false;
|
|
49
|
+
this.collapsable = false;
|
|
50
|
+
this.srCollapseText = '';
|
|
51
|
+
this.srExpandText = '';
|
|
49
52
|
this.headline = '';
|
|
50
53
|
this.live = '';
|
|
51
54
|
this.type = '';
|
|
@@ -55,7 +58,7 @@ class IDAlertComponent {
|
|
|
55
58
|
}
|
|
56
59
|
}
|
|
57
60
|
IDAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
58
|
-
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [dismissible]=\"dismissible\"\r\n [live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srCloseText\"\r\n [srIconTitle]=\"srIconTitle\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
61
|
+
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", srCollapseText: "srCollapseText", srExpandText: "srExpandText", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [dismissible]=\"dismissible\"\r\n [collapsable]=\"collapsable\"\r\n [srcollapsetext]=\"srCollapseText\"\r\n [srexpandtext]=\"srExpandText\"\r\n [live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srCloseText\"\r\n [srIconTitle]=\"srIconTitle\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
59
62
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, decorators: [{
|
|
60
63
|
type: Component,
|
|
61
64
|
args: [{
|
|
@@ -65,6 +68,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
65
68
|
}]
|
|
66
69
|
}], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
|
|
67
70
|
type: Input
|
|
71
|
+
}], collapsable: [{
|
|
72
|
+
type: Input
|
|
73
|
+
}], srCollapseText: [{
|
|
74
|
+
type: Input
|
|
75
|
+
}], srExpandText: [{
|
|
76
|
+
type: Input
|
|
68
77
|
}], headline: [{
|
|
69
78
|
type: Input
|
|
70
79
|
}], live: [{
|
|
@@ -234,6 +243,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
234
243
|
class IDButtonComponent {
|
|
235
244
|
constructor() {
|
|
236
245
|
this.secondary = false;
|
|
246
|
+
this.fab = false;
|
|
247
|
+
this.icon = false;
|
|
237
248
|
this.tertiary = false;
|
|
238
249
|
this.toggle = false;
|
|
239
250
|
this.block = false;
|
|
@@ -250,7 +261,7 @@ class IDButtonComponent {
|
|
|
250
261
|
}
|
|
251
262
|
}
|
|
252
263
|
IDButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
253
|
-
IDButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", tertiary: "tertiary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", size: "size", disabled: "disabled", type: "type", color: "color" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [s-block]=\"sBlock ? 'true' : null\"\r\n [m-block]=\"mBlock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n (clicked)=\"clicked.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }"], encapsulation: i0.ViewEncapsulation.None });
|
|
264
|
+
IDButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", fab: "fab", icon: "icon", tertiary: "tertiary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", size: "size", disabled: "disabled", type: "type", color: "color" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [s-block]=\"sBlock ? 'true' : null\"\r\n [m-block]=\"mBlock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n (clicked)=\"clicked.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }"], encapsulation: i0.ViewEncapsulation.None });
|
|
254
265
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonComponent, decorators: [{
|
|
255
266
|
type: Component,
|
|
256
267
|
args: [{
|
|
@@ -261,6 +272,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
261
272
|
}]
|
|
262
273
|
}], ctorParameters: function () { return []; }, propDecorators: { secondary: [{
|
|
263
274
|
type: Input
|
|
275
|
+
}], fab: [{
|
|
276
|
+
type: Input
|
|
277
|
+
}], icon: [{
|
|
278
|
+
type: Input
|
|
264
279
|
}], tertiary: [{
|
|
265
280
|
type: Input
|
|
266
281
|
}], toggle: [{
|
|
@@ -1304,10 +1319,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1304
1319
|
class IDTextareaComponent extends IDFormBase {
|
|
1305
1320
|
constructor() {
|
|
1306
1321
|
super();
|
|
1322
|
+
this.noFade = false;
|
|
1307
1323
|
}
|
|
1308
1324
|
}
|
|
1309
1325
|
IDTextareaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1310
|
-
IDTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", usesInheritance: true, ngImport: i0, template: "<ids-textarea [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0.ViewEncapsulation.None });
|
|
1326
|
+
IDTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", inputs: { noFade: "noFade" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea [attr.no-fade]=\"noFade ? true : null\" [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0.ViewEncapsulation.None });
|
|
1311
1327
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTextareaComponent, decorators: [{
|
|
1312
1328
|
type: Component,
|
|
1313
1329
|
args: [{
|
|
@@ -1315,7 +1331,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1315
1331
|
templateUrl: './textarea.component.html',
|
|
1316
1332
|
encapsulation: ViewEncapsulation.None,
|
|
1317
1333
|
}]
|
|
1318
|
-
}], ctorParameters: function () { return []; }
|
|
1334
|
+
}], ctorParameters: function () { return []; }, propDecorators: { noFade: [{
|
|
1335
|
+
type: Input
|
|
1336
|
+
}] } });
|
|
1319
1337
|
|
|
1320
1338
|
class IDTextareaModule {
|
|
1321
1339
|
}
|