@inera/ids-angular 1.13.0 → 1.14.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/bundles/inera-ids-angular.umd.js +106 -12
- 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/icon/icon.component.js +5 -2
- package/esm2015/lib/components/link/link.component.js +7 -4
- package/esm2015/lib/components/navigation/content/navigation-content.component.js +19 -0
- package/esm2015/lib/components/navigation/content/navigation-content.module.js +22 -0
- 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/esm2015/lib/components/tooltip/tooltip.component.js +15 -0
- package/esm2015/lib/components/tooltip/tooltip.module.js +22 -0
- package/esm2015/public-api.js +7 -1
- package/fesm2015/inera-ids-angular.js +94 -11
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/icon/icon.component.d.ts +2 -1
- package/lib/components/link/link.component.d.ts +3 -2
- package/lib/components/navigation/content/navigation-content.component.d.ts +7 -0
- package/lib/components/navigation/content/navigation-content.module.d.ts +8 -0
- package/lib/components/popover/popover.component.d.ts +3 -1
- package/lib/components/tabs/panel/tab-panel.component.d.ts +2 -1
- package/lib/components/tooltip/tooltip.component.d.ts +6 -0
- package/lib/components/tooltip/tooltip.module.d.ts +8 -0
- package/package.json +2 -2
- package/public-api.d.ts +4 -0
|
@@ -33,6 +33,7 @@ import '@inera/ids-core/components/grid/column/register';
|
|
|
33
33
|
import '@inera/ids-core/components/grid/container/register';
|
|
34
34
|
import '@inera/ids-core/components/link/register';
|
|
35
35
|
import '@inera/ids-core/components/list/register';
|
|
36
|
+
import '@inera/ids-core/components/navigation/content/register';
|
|
36
37
|
import '@inera/ids-core/components/notification/badge/register';
|
|
37
38
|
import '@inera/ids-core/components/mobile/menu/register';
|
|
38
39
|
import '@inera/ids-core/components/popover/register';
|
|
@@ -40,6 +41,7 @@ import '@inera/ids-core/components/progressbar/register';
|
|
|
40
41
|
import '@inera/ids-core/components/footer/register';
|
|
41
42
|
import '@inera/ids-core/components/header/register';
|
|
42
43
|
import '@inera/ids-core/components/tabs/register';
|
|
44
|
+
import '@inera/ids-core/components/tooltip/register';
|
|
43
45
|
|
|
44
46
|
class IDAlertComponent {
|
|
45
47
|
constructor() {
|
|
@@ -53,7 +55,7 @@ class IDAlertComponent {
|
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
IDAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
56
|
-
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 \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; }"] });
|
|
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; }"] });
|
|
57
59
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, decorators: [{
|
|
58
60
|
type: Component,
|
|
59
61
|
args: [{
|
|
@@ -106,7 +108,7 @@ class IDAlertGlobalComponent {
|
|
|
106
108
|
}
|
|
107
109
|
}
|
|
108
110
|
IDAlertGlobalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertGlobalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
109
|
-
IDAlertGlobalComponent.ɵcmp = i0.ɵɵ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, 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; }"] });
|
|
111
|
+
IDAlertGlobalComponent.ɵcmp = i0.ɵɵ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, 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; }"] });
|
|
110
112
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertGlobalComponent, decorators: [{
|
|
111
113
|
type: Component,
|
|
112
114
|
args: [{
|
|
@@ -817,12 +819,13 @@ class IDIconComponent {
|
|
|
817
819
|
this.colorpreset = undefined;
|
|
818
820
|
this.title = undefined;
|
|
819
821
|
this.size = 'm';
|
|
822
|
+
this.inline = false;
|
|
820
823
|
this.width = undefined;
|
|
821
824
|
this.height = undefined;
|
|
822
825
|
}
|
|
823
826
|
}
|
|
824
827
|
IDIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
825
|
-
IDIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDIconComponent, selector: "id-icon", inputs: { name: "name", rotate: "rotate", color: "color", color2: "color2", colorpreset: "colorpreset", title: "title", size: "size", width: "width", height: "height" }, ngImport: i0, template: "<ids-icon \r\n [name]=\"name\"\r\n [rotate]=\"rotate\"\r\n [color]=\"color\"\r\n [color2]=\"color2\"\r\n [size]=\"size\"\r\n [width]=\"width\"\r\n [height]=\"height\"\r\n [colorpreset]=\"colorpreset\">\r\n</ids-icon >", encapsulation: i0.ViewEncapsulation.None });
|
|
828
|
+
IDIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDIconComponent, selector: "id-icon", inputs: { name: "name", rotate: "rotate", color: "color", color2: "color2", colorpreset: "colorpreset", title: "title", size: "size", inline: "inline", width: "width", height: "height" }, ngImport: i0, template: "<ids-icon \r\n [name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [rotate]=\"rotate\"\r\n [color]=\"color\"\r\n [color2]=\"color2\"\r\n [size]=\"size\"\r\n [width]=\"width\"\r\n [height]=\"height\"\r\n [colorpreset]=\"colorpreset\">\r\n</ids-icon >", encapsulation: i0.ViewEncapsulation.None });
|
|
826
829
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDIconComponent, decorators: [{
|
|
827
830
|
type: Component,
|
|
828
831
|
args: [{
|
|
@@ -844,6 +847,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
844
847
|
type: Input
|
|
845
848
|
}], size: [{
|
|
846
849
|
type: Input
|
|
850
|
+
}], inline: [{
|
|
851
|
+
type: Input
|
|
847
852
|
}], width: [{
|
|
848
853
|
type: Input
|
|
849
854
|
}], height: [{
|
|
@@ -1490,13 +1495,14 @@ class IDLinkComponent {
|
|
|
1490
1495
|
this.block = false;
|
|
1491
1496
|
this.color = undefined;
|
|
1492
1497
|
this.size = undefined;
|
|
1493
|
-
this.
|
|
1498
|
+
this.activeIcon = false;
|
|
1499
|
+
this.activeIconBackground = undefined;
|
|
1494
1500
|
this.external = false;
|
|
1495
1501
|
this.slot = undefined;
|
|
1496
1502
|
}
|
|
1497
1503
|
}
|
|
1498
1504
|
IDLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1499
|
-
IDLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDLinkComponent, selector: "id-link", inputs: { link: "link", notificationBadge: "notificationBadge", prependIcon: "prependIcon", appendIcon: "appendIcon", underlined: "underlined", padding: "padding", outline: "outline", block: "block", color: "color", size: "size",
|
|
1505
|
+
IDLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDLinkComponent, selector: "id-link", inputs: { link: "link", notificationBadge: "notificationBadge", prependIcon: "prependIcon", appendIcon: "appendIcon", underlined: "underlined", padding: "padding", outline: "outline", block: "block", color: "color", size: "size", activeIcon: "activeIcon", activeIconBackground: "activeIconBackground", external: "external", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0, template: "<ids-link \r\n [attr.underlined]=\"underlined ? '' : null\"\r\n [color]=\"color\"\r\n [size]=\"size\"\r\n [attr.activeicon]=\"activeIcon\"\r\n [activeiconbackground]=\"activeIconBackground\"\r\n [padding]=\"padding\"\r\n [outline]=\"outline\"\r\n [block]=\"block\"\r\n [attr.slot]=\"slot\"\r\n >\r\n <ids-icon *ngIf=\"prependIcon !== null\"\r\n slot=\"prepend-icon\" \r\n [attr.name]=\"prependIcon?.name\"\r\n [attr.title]=\"prependIcon?.title\" \r\n [attr.color]=\"prependIcon?.color\" \r\n [attr.color2]=\"prependIcon?.color2\" \r\n [attr.size]=\"prependIcon?.size\" \r\n [attr.padding]=\"prependIcon?.padding\" \r\n [attr.rotate]=\"prependIcon?.rotate\" \r\n [attr.colorpreset]=\"prependIcon?.colorpreset\" \r\n [attr.height]=\"prependIcon?.height\" \r\n [attr.width]=\"prependIcon?.width\"></ids-icon>\r\n <id-anchor *ngIf=\"link\" [link]=\"link\"></id-anchor>\r\n <ng-content *ngIf=\"!link\"></ng-content>\r\n <ids-icon *ngIf=\"appendIcon !== null\" \r\n slot=\"append-icon\" \r\n [attr.name]=\"appendIcon?.name\"\r\n [attr.title]=\"appendIcon?.title\" \r\n [attr.color]=\"appendIcon?.color\" \r\n [attr.color2]=\"appendIcon?.color2\"\r\n [attr.size]=\"appendIcon?.size\" \r\n [attr.padding]=\"appendIcon?.padding\" \r\n [attr.rotate]=\"appendIcon?.rotate\" \r\n [attr.colorpreset]=\"appendIcon?.colorpreset\" \r\n [attr.height]=\"appendIcon?.height\" \r\n [attr.width]=\"appendIcon?.width\"></ids-icon>\r\n <ids-notification-badge \r\n *ngIf=\"notificationBadge !== null\"\r\n [attr.type]=\"notificationBadge.type\"\r\n [attr.size]=\"notificationBadge.size\">\r\n {{notificationBadge.value}}\r\n </ids-notification-badge>\r\n</ids-link>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1500
1506
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkComponent, decorators: [{
|
|
1501
1507
|
type: Component,
|
|
1502
1508
|
args: [{
|
|
@@ -1526,7 +1532,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1526
1532
|
type: Input
|
|
1527
1533
|
}], size: [{
|
|
1528
1534
|
type: Input
|
|
1529
|
-
}],
|
|
1535
|
+
}], activeIcon: [{
|
|
1536
|
+
type: Input
|
|
1537
|
+
}], activeIconBackground: [{
|
|
1530
1538
|
type: Input
|
|
1531
1539
|
}], external: [{
|
|
1532
1540
|
type: Input
|
|
@@ -1671,6 +1679,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
1671
1679
|
}]
|
|
1672
1680
|
}] });
|
|
1673
1681
|
|
|
1682
|
+
class IDNavigationContentComponent {
|
|
1683
|
+
constructor() {
|
|
1684
|
+
this.headline = '';
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
IDNavigationContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDNavigationContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1688
|
+
IDNavigationContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNavigationContentComponent, selector: "id-navigation-content", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-content\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-content>" });
|
|
1689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDNavigationContentComponent, decorators: [{
|
|
1690
|
+
type: Component,
|
|
1691
|
+
args: [{
|
|
1692
|
+
selector: 'id-navigation-content',
|
|
1693
|
+
templateUrl: './navigation-content.component.html'
|
|
1694
|
+
}]
|
|
1695
|
+
}], ctorParameters: function () { return []; }, propDecorators: { headline: [{
|
|
1696
|
+
type: Input
|
|
1697
|
+
}] } });
|
|
1698
|
+
|
|
1699
|
+
class IDNavigationContentModule {
|
|
1700
|
+
}
|
|
1701
|
+
IDNavigationContentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDNavigationContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1702
|
+
IDNavigationContentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDNavigationContentModule, declarations: [IDNavigationContentComponent], exports: [IDNavigationContentComponent] });
|
|
1703
|
+
IDNavigationContentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDNavigationContentModule });
|
|
1704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDNavigationContentModule, decorators: [{
|
|
1705
|
+
type: NgModule,
|
|
1706
|
+
args: [{
|
|
1707
|
+
declarations: [
|
|
1708
|
+
IDNavigationContentComponent
|
|
1709
|
+
],
|
|
1710
|
+
exports: [
|
|
1711
|
+
IDNavigationContentComponent
|
|
1712
|
+
],
|
|
1713
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1714
|
+
}]
|
|
1715
|
+
}] });
|
|
1716
|
+
|
|
1674
1717
|
class IDNotificationBadgeComponent {
|
|
1675
1718
|
constructor() {
|
|
1676
1719
|
this.size = 'm';
|
|
@@ -1803,19 +1846,25 @@ class IDMobileMenuItem {
|
|
|
1803
1846
|
|
|
1804
1847
|
class IDPopoverComponent {
|
|
1805
1848
|
constructor() {
|
|
1849
|
+
this.maxWidth = '260px';
|
|
1850
|
+
this.maxHeight = '260px';
|
|
1806
1851
|
this.cathegory = undefined;
|
|
1807
1852
|
this.position = 'bottom';
|
|
1808
1853
|
}
|
|
1809
1854
|
}
|
|
1810
1855
|
IDPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1811
|
-
IDPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDPopoverComponent, selector: "id-popover", inputs: { cathegory: "cathegory", position: "position" }, ngImport: i0, 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>" });
|
|
1856
|
+
IDPopoverComponent.ɵcmp = i0.ɵɵ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, 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>" });
|
|
1812
1857
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverComponent, decorators: [{
|
|
1813
1858
|
type: Component,
|
|
1814
1859
|
args: [{
|
|
1815
1860
|
selector: 'id-popover',
|
|
1816
1861
|
templateUrl: './popover.component.html',
|
|
1817
1862
|
}]
|
|
1818
|
-
}], ctorParameters: function () { return []; }, propDecorators: {
|
|
1863
|
+
}], ctorParameters: function () { return []; }, propDecorators: { maxWidth: [{
|
|
1864
|
+
type: Input
|
|
1865
|
+
}], maxHeight: [{
|
|
1866
|
+
type: Input
|
|
1867
|
+
}], cathegory: [{
|
|
1819
1868
|
type: Input
|
|
1820
1869
|
}], position: [{
|
|
1821
1870
|
type: Input
|
|
@@ -2097,18 +2146,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2097
2146
|
class IDTabPanelComponent {
|
|
2098
2147
|
constructor(elementRef) {
|
|
2099
2148
|
this.elementRef = elementRef;
|
|
2149
|
+
this['noFocus'] = undefined;
|
|
2100
2150
|
elementRef.nativeElement.setAttribute('slot', 'tab-panel');
|
|
2101
2151
|
}
|
|
2102
2152
|
}
|
|
2103
2153
|
IDTabPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2104
|
-
IDTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", ngImport: i0, template: "<ids-tab-panel>\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
|
|
2154
|
+
IDTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { noFocus: "noFocus" }, ngImport: i0, template: "<ids-tab-panel [attr.no-focus]=\"noFocus\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
|
|
2105
2155
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, decorators: [{
|
|
2106
2156
|
type: Component,
|
|
2107
2157
|
args: [{
|
|
2108
2158
|
selector: 'id-tab-panel',
|
|
2109
2159
|
templateUrl: './tab-panel.component.html'
|
|
2110
2160
|
}]
|
|
2111
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }
|
|
2161
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { 'noFocus': [{
|
|
2162
|
+
type: Input
|
|
2163
|
+
}] } });
|
|
2112
2164
|
|
|
2113
2165
|
class IDTabComponent {
|
|
2114
2166
|
constructor(elementRef) {
|
|
@@ -2162,6 +2214,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2162
2214
|
}]
|
|
2163
2215
|
}] });
|
|
2164
2216
|
|
|
2217
|
+
class IDTooltipComponent {
|
|
2218
|
+
constructor() { }
|
|
2219
|
+
}
|
|
2220
|
+
IDTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2221
|
+
IDTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTooltipComponent, selector: "id-tooltip", ngImport: i0, template: "<ids-tooltip>\r\n <ng-content></ng-content>\r\n</ids-tooltip>" });
|
|
2222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTooltipComponent, decorators: [{
|
|
2223
|
+
type: Component,
|
|
2224
|
+
args: [{
|
|
2225
|
+
selector: 'id-tooltip',
|
|
2226
|
+
templateUrl: './tooltip.component.html',
|
|
2227
|
+
}]
|
|
2228
|
+
}], ctorParameters: function () { return []; } });
|
|
2229
|
+
|
|
2230
|
+
class IDTooltipModule {
|
|
2231
|
+
}
|
|
2232
|
+
IDTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2233
|
+
IDTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTooltipModule, declarations: [IDTooltipComponent], exports: [IDTooltipComponent] });
|
|
2234
|
+
IDTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTooltipModule });
|
|
2235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTooltipModule, decorators: [{
|
|
2236
|
+
type: NgModule,
|
|
2237
|
+
args: [{
|
|
2238
|
+
declarations: [
|
|
2239
|
+
IDTooltipComponent
|
|
2240
|
+
],
|
|
2241
|
+
exports: [
|
|
2242
|
+
IDTooltipComponent
|
|
2243
|
+
],
|
|
2244
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
2245
|
+
}]
|
|
2246
|
+
}] });
|
|
2247
|
+
|
|
2165
2248
|
/*
|
|
2166
2249
|
* Public API Surface of ids-angular
|
|
2167
2250
|
*/
|
|
@@ -2170,5 +2253,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2170
2253
|
* Generated bundle index. Do not edit.
|
|
2171
2254
|
*/
|
|
2172
2255
|
|
|
2173
|
-
export { IDAgentComponent, IDAgentModule, IDAlertComponent, IDAlertGlobalComponent, IDAlertGlobalModule, IDAlertModule, IDBadgeComponent, IDBadgeModule, IDBreadcrumbsComponent, IDBreadcrumbsModule, IDButtonComponent, IDButtonGroupComponent, IDButtonGroupModule, IDButtonModule, IDCardComponent, IDCardModule, IDCheckboxComponent, IDCheckboxGroupComponent, IDCheckboxGroupModule, IDCheckboxModule, IDColumnComponent, IDColumnModule, IDContainerComponent, IDContainerModule, IDDateLabelComponent, IDDateLabelModule, IDDialogActionsComponent, IDDialogComponent, IDDialogModule, IDErrorMessageComponent, IDErrorMessageModule, IDExpandableComponent, IDExpandableModule, IDFooterComponent, IDFooterModule, IDHeaderAvatar, IDHeaderComponent, IDHeaderItem, IDHeaderModule, IDHeaderNavItem, IDIcon, IDIconComponent, IDIconModule, IDInputComponent, IDInputModule, IDLink, IDLinkComponent, IDLinkFunction, IDLinkModule, IDLinkRoute, IDLinkWeb, IDListComponent, IDListItemComponent, IDListItemInfoComponent, IDListItemInfoModule, IDListItemModule, IDListModule, IDMobileMenuComponent, IDMobileMenuItem, IDMobileMenuModule, IDNotificationBadge, IDNotificationBadgeComponent, IDNotificationBadgeModule, IDPopoverComponent, IDPopoverModule, IDProgressbarComponent, IDProgressbarModule, IDRadioComponent, IDRadioGroupComponent, IDRadioModule, IDRangeComponent, IDRangeModule, IDRowComponent, IDRowModule, IDSelectComponent, IDSelectModule, IDSelectMultipleComponent, IDSelectMultipleModule, IDSpinnerComponent, IDSpinnerModule, IDTabComponent, IDTabPanelComponent, IDTabsComponent, IDTabsModule, IDTextareaComponent, IDTextareaModule, IDTimeComponent, IDTimeModule };
|
|
2256
|
+
export { IDAgentComponent, IDAgentModule, IDAlertComponent, IDAlertGlobalComponent, IDAlertGlobalModule, IDAlertModule, IDBadgeComponent, IDBadgeModule, IDBreadcrumbsComponent, IDBreadcrumbsModule, IDButtonComponent, IDButtonGroupComponent, IDButtonGroupModule, IDButtonModule, IDCardComponent, IDCardModule, IDCheckboxComponent, IDCheckboxGroupComponent, IDCheckboxGroupModule, IDCheckboxModule, IDColumnComponent, IDColumnModule, IDContainerComponent, IDContainerModule, IDDateLabelComponent, IDDateLabelModule, IDDialogActionsComponent, IDDialogComponent, IDDialogModule, IDErrorMessageComponent, IDErrorMessageModule, IDExpandableComponent, IDExpandableModule, IDFooterComponent, IDFooterModule, IDHeaderAvatar, IDHeaderComponent, IDHeaderItem, IDHeaderModule, IDHeaderNavItem, IDIcon, IDIconComponent, IDIconModule, IDInputComponent, IDInputModule, IDLink, IDLinkComponent, IDLinkFunction, IDLinkModule, IDLinkRoute, IDLinkWeb, IDListComponent, IDListItemComponent, IDListItemInfoComponent, IDListItemInfoModule, IDListItemModule, IDListModule, IDMobileMenuComponent, IDMobileMenuItem, IDMobileMenuModule, IDNavigationContentComponent, IDNavigationContentModule, IDNotificationBadge, IDNotificationBadgeComponent, IDNotificationBadgeModule, IDPopoverComponent, IDPopoverModule, IDProgressbarComponent, IDProgressbarModule, IDRadioComponent, IDRadioGroupComponent, IDRadioModule, IDRangeComponent, IDRangeModule, IDRowComponent, IDRowModule, IDSelectComponent, IDSelectModule, IDSelectMultipleComponent, IDSelectMultipleModule, IDSpinnerComponent, IDSpinnerModule, IDTabComponent, IDTabPanelComponent, IDTabsComponent, IDTabsModule, IDTextareaComponent, IDTextareaModule, IDTimeComponent, IDTimeModule, IDTooltipComponent, IDTooltipModule };
|
|
2174
2257
|
//# sourceMappingURL=inera-ids-angular.js.map
|