@inera/ids-angular 1.13.0 → 1.13.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 +15 -6
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/alert/alert.component.js +2 -2
- package/esm2015/lib/components/alert-global/alert-global.component.js +2 -2
- package/esm2015/lib/components/badge/badge.module.js +1 -1
- package/esm2015/lib/components/popover/popover.component.js +9 -3
- package/esm2015/lib/components/progressbar/progressbar.module.js +1 -1
- package/esm2015/lib/components/tabs/panel/tab-panel.component.js +7 -4
- package/fesm2015/inera-ids-angular.js +15 -6
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/popover/popover.component.d.ts +3 -1
- package/lib/components/tabs/panel/tab-panel.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
return IDAlertComponent;
|
|
41
41
|
}());
|
|
42
42
|
IDAlertComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
43
|
-
IDAlertComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: "<ids-alert \n [headline]=\"headline\"\n [dismissible]=\"dismissible\"\n [live]=\"live\"\n [type]=\"type\"\n [srclosetext]=\"srCloseText\"\n [srIconTitle]=\"srIconTitle\"\n (closed)=\"closed.emit(true)\">\n <ng-content></ng-content>\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
43
|
+
IDAlertComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, 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; }"] });
|
|
44
44
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, decorators: [{
|
|
45
45
|
type: i0.Component,
|
|
46
46
|
args: [{
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
return IDAlertGlobalComponent;
|
|
98
98
|
}());
|
|
99
99
|
IDAlertGlobalComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
100
|
-
IDAlertGlobalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", showText: "showText", hideText: "hideText" }, outputs: { didToggleExpansion: "didToggleExpansion" }, ngImport: i0__namespace, template: "<ids-alert-global \n [headline]=\"headline\"\n [showtext]=\"showText\"\n [hidetext]=\"hideText\"\n [expanded]=\"expanded\"\n (closed)=\"didToggleExpansion.emit(true)\">\n <ng-content></ng-content>\n</ids-alert-global>", styles: [":host { display: block; }"] });
|
|
100
|
+
IDAlertGlobalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", showText: "showText", hideText: "hideText" }, outputs: { didToggleExpansion: "didToggleExpansion" }, ngImport: i0__namespace, template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showText\"\r\n [hidetext]=\"hideText\"\r\n [expanded]=\"expanded\"\r\n (closed)=\"didToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host { display: block; }"] });
|
|
101
101
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertGlobalComponent, decorators: [{
|
|
102
102
|
type: i0.Component,
|
|
103
103
|
args: [{
|
|
@@ -2404,20 +2404,26 @@
|
|
|
2404
2404
|
|
|
2405
2405
|
var IDPopoverComponent = /** @class */ (function () {
|
|
2406
2406
|
function IDPopoverComponent() {
|
|
2407
|
+
this.maxWidth = '260px';
|
|
2408
|
+
this.maxHeight = '260px';
|
|
2407
2409
|
this.cathegory = undefined;
|
|
2408
2410
|
this.position = 'bottom';
|
|
2409
2411
|
}
|
|
2410
2412
|
return IDPopoverComponent;
|
|
2411
2413
|
}());
|
|
2412
2414
|
IDPopoverComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDPopoverComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2413
|
-
IDPopoverComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDPopoverComponent, selector: "id-popover", inputs: { cathegory: "cathegory", position: "position" }, ngImport: i0__namespace, template: "<ids-popover \r\n [attr.cathegory]=\"cathegory\"\r\n [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content>\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>" });
|
|
2415
|
+
IDPopoverComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDPopoverComponent, selector: "id-popover", inputs: { maxWidth: "maxWidth", maxHeight: "maxHeight", cathegory: "cathegory", position: "position" }, ngImport: i0__namespace, template: "<ids-popover \r\n [attr.cathegory]=\"cathegory\"\r\n [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content \r\n [attr.max-width]=\"maxWidth\"\r\n [attr.max-height]=\"maxHeight\">\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>" });
|
|
2414
2416
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDPopoverComponent, decorators: [{
|
|
2415
2417
|
type: i0.Component,
|
|
2416
2418
|
args: [{
|
|
2417
2419
|
selector: 'id-popover',
|
|
2418
2420
|
templateUrl: './popover.component.html',
|
|
2419
2421
|
}]
|
|
2420
|
-
}], ctorParameters: function () { return []; }, propDecorators: {
|
|
2422
|
+
}], ctorParameters: function () { return []; }, propDecorators: { maxWidth: [{
|
|
2423
|
+
type: i0.Input
|
|
2424
|
+
}], maxHeight: [{
|
|
2425
|
+
type: i0.Input
|
|
2426
|
+
}], cathegory: [{
|
|
2421
2427
|
type: i0.Input
|
|
2422
2428
|
}], position: [{
|
|
2423
2429
|
type: i0.Input
|
|
@@ -2787,19 +2793,22 @@
|
|
|
2787
2793
|
var IDTabPanelComponent = /** @class */ (function () {
|
|
2788
2794
|
function IDTabPanelComponent(elementRef) {
|
|
2789
2795
|
this.elementRef = elementRef;
|
|
2796
|
+
this['noFocus'] = undefined;
|
|
2790
2797
|
elementRef.nativeElement.setAttribute('slot', 'tab-panel');
|
|
2791
2798
|
}
|
|
2792
2799
|
return IDTabPanelComponent;
|
|
2793
2800
|
}());
|
|
2794
2801
|
IDTabPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabPanelComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2795
|
-
IDTabPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", ngImport: i0__namespace, template: "<ids-tab-panel>\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
|
|
2802
|
+
IDTabPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { noFocus: "noFocus" }, ngImport: i0__namespace, template: "<ids-tab-panel [attr.no-focus]=\"noFocus\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
|
|
2796
2803
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabPanelComponent, decorators: [{
|
|
2797
2804
|
type: i0.Component,
|
|
2798
2805
|
args: [{
|
|
2799
2806
|
selector: 'id-tab-panel',
|
|
2800
2807
|
templateUrl: './tab-panel.component.html'
|
|
2801
2808
|
}]
|
|
2802
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }
|
|
2809
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { 'noFocus': [{
|
|
2810
|
+
type: i0.Input
|
|
2811
|
+
}] } });
|
|
2803
2812
|
|
|
2804
2813
|
var IDTabComponent = /** @class */ (function () {
|
|
2805
2814
|
function IDTabComponent(elementRef) {
|