@inera/ids-angular 1.3.0 → 1.5.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 +289 -8
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/date-label/date-label.component.js +32 -0
- package/esm2015/lib/components/date-label/date-label.module.js +22 -0
- package/esm2015/lib/components/footer/footer.component.js +1 -1
- package/esm2015/lib/components/header/header.component.js +1 -1
- package/esm2015/lib/components/link/link.component.js +1 -1
- package/esm2015/lib/components/list/item/info/list-item-info.component.js +16 -0
- package/esm2015/lib/components/list/item/info/list-item-info.module.js +21 -0
- package/esm2015/lib/components/list/item/list-item.component.js +38 -0
- package/esm2015/lib/components/list/item/list-item.module.js +21 -0
- package/esm2015/lib/components/list/list.component.js +16 -0
- package/esm2015/lib/components/list/list.module.js +22 -0
- package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +1 -1
- package/esm2015/lib/components/notification/badge/notification-badge.component.js +2 -5
- package/esm2015/lib/components/tabs/panel/tab-panel.component.js +18 -0
- package/esm2015/lib/components/tabs/tab/tab.component.js +27 -0
- package/esm2015/lib/components/tabs/tabs.component.js +15 -0
- package/esm2015/lib/components/tabs/tabs.module.js +35 -0
- package/esm2015/public-api.js +16 -1
- package/fesm2015/inera-ids-angular.js +252 -5
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/date-label/date-label.component.d.ts +11 -0
- package/lib/components/date-label/date-label.module.d.ts +8 -0
- package/lib/components/footer/footer.component.d.ts +1 -1
- package/lib/components/header/header.component.d.ts +4 -1
- package/lib/components/link/link.component.d.ts +2 -1
- package/lib/components/list/item/info/list-item-info.component.d.ts +6 -0
- package/lib/components/list/item/info/list-item-info.module.d.ts +7 -0
- package/lib/components/list/item/list-item.component.d.ts +13 -0
- package/lib/components/list/item/list-item.module.d.ts +7 -0
- package/lib/components/list/list.component.d.ts +6 -0
- package/lib/components/list/list.module.d.ts +8 -0
- package/lib/components/mobile/menu/mobile-menu.component.d.ts +1 -1
- package/lib/components/notification/badge/notification-badge.component.d.ts +1 -2
- package/lib/components/tabs/panel/tab-panel.component.d.ts +8 -0
- package/lib/components/tabs/tab/tab.component.d.ts +11 -0
- package/lib/components/tabs/tabs.component.d.ts +6 -0
- package/lib/components/tabs/tabs.module.d.ts +12 -0
- package/package.json +2 -2
- package/public-api.d.ts +12 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@inera/ids-core/components/alert/register'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/register'), require('@inera/ids-core/components/icon/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@angular/common', '@inera/ids-core/components/alert/register', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/register', '@inera/ids-core/components/icon/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/link/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, global.ng.common, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, global.ng.platformBrowser, global.ng.router));
|
|
5
|
-
})(this, (function (exports, i0, i2, register, register$1, register$2, register$3, register$4, register$5, register$6, register$7, register$8, register$9, register$a, register$b, register$c, register$d, register$e, register$f, register$g, register$h, register$i, i1, i3) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@inera/ids-core/components/alert/register'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/icon/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/list/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/tabs/register')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@angular/common', '@inera/ids-core/components/alert/register', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/icon/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/link/register', '@inera/ids-core/components/list/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/tabs/register'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, global.ng.common, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, global.ng.platformBrowser, global.ng.router));
|
|
5
|
+
})(this, (function (exports, i0, i2, register, register$1, register$2, register$3, register$4, register$5, register$6, register$7, register$8, register$9, register$a, register$b, register$c, register$d, register$e, register$f, register$g, register$h, register$i, register$j, i1, i3) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -240,6 +240,58 @@
|
|
|
240
240
|
}]
|
|
241
241
|
}] });
|
|
242
242
|
|
|
243
|
+
var IDDateLabelComponent = /** @class */ (function () {
|
|
244
|
+
function IDDateLabelComponent() {
|
|
245
|
+
this.date = null;
|
|
246
|
+
this.year = null;
|
|
247
|
+
this.month = null;
|
|
248
|
+
this.monthLabel = null;
|
|
249
|
+
this.day = null;
|
|
250
|
+
}
|
|
251
|
+
return IDDateLabelComponent;
|
|
252
|
+
}());
|
|
253
|
+
IDDateLabelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
254
|
+
IDDateLabelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDateLabelComponent, selector: "id-date-label", inputs: { date: "date", year: "year", month: "month", monthLabel: "monthLabel", day: "day" }, ngImport: i0__namespace, template: "<ids-date-label \n [date]=\"date?.toString()\"\n [year]=\"year\"\n [month]=\"month\"\n [monthlabel]=\"monthLabel\"\n [day]=\"day\">\n <ng-content></ng-content>\n</ids-date-label>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
255
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelComponent, decorators: [{
|
|
256
|
+
type: i0.Component,
|
|
257
|
+
args: [{
|
|
258
|
+
selector: 'id-date-label',
|
|
259
|
+
templateUrl: './date-label.component.html',
|
|
260
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
261
|
+
}]
|
|
262
|
+
}], ctorParameters: function () { return []; }, propDecorators: { date: [{
|
|
263
|
+
type: i0.Input
|
|
264
|
+
}], year: [{
|
|
265
|
+
type: i0.Input
|
|
266
|
+
}], month: [{
|
|
267
|
+
type: i0.Input
|
|
268
|
+
}], monthLabel: [{
|
|
269
|
+
type: i0.Input
|
|
270
|
+
}], day: [{
|
|
271
|
+
type: i0.Input
|
|
272
|
+
}] } });
|
|
273
|
+
|
|
274
|
+
var IDDateLabelModule = /** @class */ (function () {
|
|
275
|
+
function IDDateLabelModule() {
|
|
276
|
+
}
|
|
277
|
+
return IDDateLabelModule;
|
|
278
|
+
}());
|
|
279
|
+
IDDateLabelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
280
|
+
IDDateLabelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule, declarations: [IDDateLabelComponent], exports: [IDDateLabelComponent] });
|
|
281
|
+
IDDateLabelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule });
|
|
282
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule, decorators: [{
|
|
283
|
+
type: i0.NgModule,
|
|
284
|
+
args: [{
|
|
285
|
+
declarations: [
|
|
286
|
+
IDDateLabelComponent
|
|
287
|
+
],
|
|
288
|
+
exports: [
|
|
289
|
+
IDDateLabelComponent
|
|
290
|
+
],
|
|
291
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
292
|
+
}]
|
|
293
|
+
}] });
|
|
294
|
+
|
|
243
295
|
var IDIcon = /** @class */ (function () {
|
|
244
296
|
function IDIcon(_props) {
|
|
245
297
|
this._props = _props;
|
|
@@ -1609,15 +1661,146 @@
|
|
|
1609
1661
|
}]
|
|
1610
1662
|
}] });
|
|
1611
1663
|
|
|
1664
|
+
var IDListComponent = /** @class */ (function () {
|
|
1665
|
+
function IDListComponent() {
|
|
1666
|
+
}
|
|
1667
|
+
return IDListComponent;
|
|
1668
|
+
}());
|
|
1669
|
+
IDListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1670
|
+
IDListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDListComponent, selector: "id-list", ngImport: i0__namespace, template: "<ids-list>\n <ng-content></ng-content>\n</ids-list>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1671
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListComponent, decorators: [{
|
|
1672
|
+
type: i0.Component,
|
|
1673
|
+
args: [{
|
|
1674
|
+
selector: 'id-list',
|
|
1675
|
+
templateUrl: './list.component.html',
|
|
1676
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1677
|
+
}]
|
|
1678
|
+
}], ctorParameters: function () { return []; } });
|
|
1679
|
+
|
|
1680
|
+
var IDListModule = /** @class */ (function () {
|
|
1681
|
+
function IDListModule() {
|
|
1682
|
+
}
|
|
1683
|
+
return IDListModule;
|
|
1684
|
+
}());
|
|
1685
|
+
IDListModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1686
|
+
IDListModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListModule, declarations: [IDListComponent], exports: [IDListComponent] });
|
|
1687
|
+
IDListModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListModule });
|
|
1688
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListModule, decorators: [{
|
|
1689
|
+
type: i0.NgModule,
|
|
1690
|
+
args: [{
|
|
1691
|
+
declarations: [
|
|
1692
|
+
IDListComponent
|
|
1693
|
+
],
|
|
1694
|
+
exports: [
|
|
1695
|
+
IDListComponent
|
|
1696
|
+
],
|
|
1697
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1698
|
+
}]
|
|
1699
|
+
}] });
|
|
1700
|
+
|
|
1701
|
+
var IDListItemComponent = /** @class */ (function () {
|
|
1702
|
+
function IDListItemComponent() {
|
|
1703
|
+
this.headline = '';
|
|
1704
|
+
this.date = null;
|
|
1705
|
+
this.year = null;
|
|
1706
|
+
this.month = null;
|
|
1707
|
+
this.monthLabel = null;
|
|
1708
|
+
this.day = null;
|
|
1709
|
+
this.showDateLabel = false;
|
|
1710
|
+
}
|
|
1711
|
+
return IDListItemComponent;
|
|
1712
|
+
}());
|
|
1713
|
+
IDListItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1714
|
+
IDListItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDListItemComponent, selector: "id-list-item", inputs: { headline: "headline", date: "date", year: "year", month: "month", monthLabel: "monthLabel", day: "day", showDateLabel: "showDateLabel" }, ngImport: i0__namespace, template: "<ids-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[monthlabel]=\"monthLabel\"\r\n[day]=\"day\"\r\n[showdatelabel]=\"showDateLabel\">\r\n <ng-content></ng-content>\r\n</ids-list-item>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1715
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemComponent, decorators: [{
|
|
1716
|
+
type: i0.Component,
|
|
1717
|
+
args: [{
|
|
1718
|
+
selector: 'id-list-item',
|
|
1719
|
+
templateUrl: './list-item.component.html',
|
|
1720
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1721
|
+
}]
|
|
1722
|
+
}], ctorParameters: function () { return []; }, propDecorators: { headline: [{
|
|
1723
|
+
type: i0.Input
|
|
1724
|
+
}], date: [{
|
|
1725
|
+
type: i0.Input
|
|
1726
|
+
}], year: [{
|
|
1727
|
+
type: i0.Input
|
|
1728
|
+
}], month: [{
|
|
1729
|
+
type: i0.Input
|
|
1730
|
+
}], monthLabel: [{
|
|
1731
|
+
type: i0.Input
|
|
1732
|
+
}], day: [{
|
|
1733
|
+
type: i0.Input
|
|
1734
|
+
}], showDateLabel: [{
|
|
1735
|
+
type: i0.Input
|
|
1736
|
+
}] } });
|
|
1737
|
+
|
|
1738
|
+
var IDListItemModule = /** @class */ (function () {
|
|
1739
|
+
function IDListItemModule() {
|
|
1740
|
+
}
|
|
1741
|
+
return IDListItemModule;
|
|
1742
|
+
}());
|
|
1743
|
+
IDListItemModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1744
|
+
IDListItemModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemModule, declarations: [IDListItemComponent], exports: [IDListItemComponent] });
|
|
1745
|
+
IDListItemModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemModule });
|
|
1746
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemModule, decorators: [{
|
|
1747
|
+
type: i0.NgModule,
|
|
1748
|
+
args: [{
|
|
1749
|
+
declarations: [
|
|
1750
|
+
IDListItemComponent
|
|
1751
|
+
],
|
|
1752
|
+
exports: [
|
|
1753
|
+
IDListItemComponent
|
|
1754
|
+
],
|
|
1755
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1756
|
+
}]
|
|
1757
|
+
}] });
|
|
1758
|
+
|
|
1759
|
+
var IDListItemInfoComponent = /** @class */ (function () {
|
|
1760
|
+
function IDListItemInfoComponent() {
|
|
1761
|
+
}
|
|
1762
|
+
return IDListItemInfoComponent;
|
|
1763
|
+
}());
|
|
1764
|
+
IDListItemInfoComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemInfoComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1765
|
+
IDListItemInfoComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDListItemInfoComponent, selector: "id-list-item-info", ngImport: i0__namespace, template: "<ids-list-item-info>\r\n <ng-content></ng-content>\r\n</ids-list-item-info>", styles: [":host { display: block; }"] });
|
|
1766
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemInfoComponent, decorators: [{
|
|
1767
|
+
type: i0.Component,
|
|
1768
|
+
args: [{
|
|
1769
|
+
selector: 'id-list-item-info',
|
|
1770
|
+
templateUrl: './list-item-info.component.html',
|
|
1771
|
+
styles: [':host { display: block; }']
|
|
1772
|
+
}]
|
|
1773
|
+
}], ctorParameters: function () { return []; } });
|
|
1774
|
+
|
|
1775
|
+
var IDListItemInfoModule = /** @class */ (function () {
|
|
1776
|
+
function IDListItemInfoModule() {
|
|
1777
|
+
}
|
|
1778
|
+
return IDListItemInfoModule;
|
|
1779
|
+
}());
|
|
1780
|
+
IDListItemInfoModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemInfoModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1781
|
+
IDListItemInfoModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemInfoModule, declarations: [IDListItemInfoComponent], exports: [IDListItemInfoComponent] });
|
|
1782
|
+
IDListItemInfoModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemInfoModule });
|
|
1783
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDListItemInfoModule, decorators: [{
|
|
1784
|
+
type: i0.NgModule,
|
|
1785
|
+
args: [{
|
|
1786
|
+
declarations: [
|
|
1787
|
+
IDListItemInfoComponent
|
|
1788
|
+
],
|
|
1789
|
+
exports: [
|
|
1790
|
+
IDListItemInfoComponent
|
|
1791
|
+
],
|
|
1792
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1793
|
+
}]
|
|
1794
|
+
}] });
|
|
1795
|
+
|
|
1612
1796
|
var IDNotificationBadgeComponent = /** @class */ (function () {
|
|
1613
1797
|
function IDNotificationBadgeComponent() {
|
|
1614
1798
|
this.size = 'm';
|
|
1615
|
-
this.type = 'information';
|
|
1616
1799
|
}
|
|
1617
1800
|
return IDNotificationBadgeComponent;
|
|
1618
1801
|
}());
|
|
1619
1802
|
IDNotificationBadgeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1620
|
-
IDNotificationBadgeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { size: "size"
|
|
1803
|
+
IDNotificationBadgeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { size: "size" }, ngImport: i0__namespace, template: "<ids-notification-badge\n [attr.size]=\"size\">\n <ng-content></ng-content>\n</ids-notification-badge>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1621
1804
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, decorators: [{
|
|
1622
1805
|
type: i0.Component,
|
|
1623
1806
|
args: [{
|
|
@@ -1627,8 +1810,6 @@
|
|
|
1627
1810
|
}]
|
|
1628
1811
|
}], ctorParameters: function () { return []; }, propDecorators: { size: [{
|
|
1629
1812
|
type: i0.Input
|
|
1630
|
-
}], type: [{
|
|
1631
|
-
type: i0.Input
|
|
1632
1813
|
}] } });
|
|
1633
1814
|
|
|
1634
1815
|
var IDNotificationBadgeModule = /** @class */ (function () {
|
|
@@ -2043,6 +2224,94 @@
|
|
|
2043
2224
|
return IDHeaderNavItem;
|
|
2044
2225
|
}());
|
|
2045
2226
|
|
|
2227
|
+
var IDTabsComponent = /** @class */ (function () {
|
|
2228
|
+
function IDTabsComponent() {
|
|
2229
|
+
}
|
|
2230
|
+
return IDTabsComponent;
|
|
2231
|
+
}());
|
|
2232
|
+
IDTabsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2233
|
+
IDTabsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabsComponent, selector: "id-tabs", ngImport: i0__namespace, template: "<ids-tabs>\n <ng-content></ng-content>\n</ids-tabs>" });
|
|
2234
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabsComponent, decorators: [{
|
|
2235
|
+
type: i0.Component,
|
|
2236
|
+
args: [{
|
|
2237
|
+
selector: 'id-tabs',
|
|
2238
|
+
templateUrl: './tabs.component.html'
|
|
2239
|
+
}]
|
|
2240
|
+
}], ctorParameters: function () { return []; } });
|
|
2241
|
+
|
|
2242
|
+
var IDTabPanelComponent = /** @class */ (function () {
|
|
2243
|
+
function IDTabPanelComponent(elementRef) {
|
|
2244
|
+
this.elementRef = elementRef;
|
|
2245
|
+
elementRef.nativeElement.setAttribute('slot', 'tab-panel');
|
|
2246
|
+
}
|
|
2247
|
+
return IDTabPanelComponent;
|
|
2248
|
+
}());
|
|
2249
|
+
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 });
|
|
2250
|
+
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>" });
|
|
2251
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabPanelComponent, decorators: [{
|
|
2252
|
+
type: i0.Component,
|
|
2253
|
+
args: [{
|
|
2254
|
+
selector: 'id-tab-panel',
|
|
2255
|
+
templateUrl: './tab-panel.component.html'
|
|
2256
|
+
}]
|
|
2257
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; } });
|
|
2258
|
+
|
|
2259
|
+
var IDTabComponent = /** @class */ (function () {
|
|
2260
|
+
function IDTabComponent(elementRef) {
|
|
2261
|
+
this.elementRef = elementRef;
|
|
2262
|
+
this.label = '';
|
|
2263
|
+
this.icon = '';
|
|
2264
|
+
this.selected = false;
|
|
2265
|
+
elementRef.nativeElement.setAttribute('slot', 'tab');
|
|
2266
|
+
}
|
|
2267
|
+
return IDTabComponent;
|
|
2268
|
+
}());
|
|
2269
|
+
IDTabComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2270
|
+
IDTabComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabComponent, selector: "id-tab", inputs: { label: "label", icon: "icon", selected: "selected" }, ngImport: i0__namespace, template: "<ids-tab\n [label]=\"label\"\n [attr.icon]=\"icon\"\n [attr.selected]=\"selected ? '':null\">\n</ids-tab>" });
|
|
2271
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabComponent, decorators: [{
|
|
2272
|
+
type: i0.Component,
|
|
2273
|
+
args: [{
|
|
2274
|
+
selector: 'id-tab',
|
|
2275
|
+
templateUrl: './tab.component.html'
|
|
2276
|
+
}]
|
|
2277
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { label: [{
|
|
2278
|
+
type: i0.Input
|
|
2279
|
+
}], icon: [{
|
|
2280
|
+
type: i0.Input
|
|
2281
|
+
}], selected: [{
|
|
2282
|
+
type: i0.Input
|
|
2283
|
+
}] } });
|
|
2284
|
+
|
|
2285
|
+
var IDTabsModule = /** @class */ (function () {
|
|
2286
|
+
function IDTabsModule() {
|
|
2287
|
+
}
|
|
2288
|
+
return IDTabsModule;
|
|
2289
|
+
}());
|
|
2290
|
+
IDTabsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2291
|
+
IDTabsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabsModule, declarations: [IDTabsComponent,
|
|
2292
|
+
IDTabComponent,
|
|
2293
|
+
IDTabPanelComponent], imports: [i2.CommonModule], exports: [IDTabsComponent,
|
|
2294
|
+
IDTabComponent,
|
|
2295
|
+
IDTabPanelComponent] });
|
|
2296
|
+
IDTabsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabsModule, imports: [[i2.CommonModule]] });
|
|
2297
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabsModule, decorators: [{
|
|
2298
|
+
type: i0.NgModule,
|
|
2299
|
+
args: [{
|
|
2300
|
+
declarations: [
|
|
2301
|
+
IDTabsComponent,
|
|
2302
|
+
IDTabComponent,
|
|
2303
|
+
IDTabPanelComponent
|
|
2304
|
+
],
|
|
2305
|
+
imports: [i2.CommonModule],
|
|
2306
|
+
exports: [
|
|
2307
|
+
IDTabsComponent,
|
|
2308
|
+
IDTabComponent,
|
|
2309
|
+
IDTabPanelComponent
|
|
2310
|
+
],
|
|
2311
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
2312
|
+
}]
|
|
2313
|
+
}] });
|
|
2314
|
+
|
|
2046
2315
|
/*
|
|
2047
2316
|
* Public API Surface of ids-angular
|
|
2048
2317
|
*/
|
|
@@ -2067,6 +2336,8 @@
|
|
|
2067
2336
|
exports.IDColumnModule = IDColumnModule;
|
|
2068
2337
|
exports.IDContainerComponent = IDContainerComponent;
|
|
2069
2338
|
exports.IDContainerModule = IDContainerModule;
|
|
2339
|
+
exports.IDDateLabelComponent = IDDateLabelComponent;
|
|
2340
|
+
exports.IDDateLabelModule = IDDateLabelModule;
|
|
2070
2341
|
exports.IDErrorMessageComponent = IDErrorMessageComponent;
|
|
2071
2342
|
exports.IDErrorMessageModule = IDErrorMessageModule;
|
|
2072
2343
|
exports.IDFooterComponent = IDFooterComponent;
|
|
@@ -2087,6 +2358,12 @@
|
|
|
2087
2358
|
exports.IDLinkModule = IDLinkModule;
|
|
2088
2359
|
exports.IDLinkRoute = IDLinkRoute;
|
|
2089
2360
|
exports.IDLinkWeb = IDLinkWeb;
|
|
2361
|
+
exports.IDListComponent = IDListComponent;
|
|
2362
|
+
exports.IDListItemComponent = IDListItemComponent;
|
|
2363
|
+
exports.IDListItemInfoComponent = IDListItemInfoComponent;
|
|
2364
|
+
exports.IDListItemInfoModule = IDListItemInfoModule;
|
|
2365
|
+
exports.IDListItemModule = IDListItemModule;
|
|
2366
|
+
exports.IDListModule = IDListModule;
|
|
2090
2367
|
exports.IDMobileMenuComponent = IDMobileMenuComponent;
|
|
2091
2368
|
exports.IDMobileMenuItem = IDMobileMenuItem;
|
|
2092
2369
|
exports.IDMobileMenuModule = IDMobileMenuModule;
|
|
@@ -2106,6 +2383,10 @@
|
|
|
2106
2383
|
exports.IDSelectMultipleModule = IDSelectMultipleModule;
|
|
2107
2384
|
exports.IDSpinnerComponent = IDSpinnerComponent;
|
|
2108
2385
|
exports.IDSpinnerModule = IDSpinnerModule;
|
|
2386
|
+
exports.IDTabComponent = IDTabComponent;
|
|
2387
|
+
exports.IDTabPanelComponent = IDTabPanelComponent;
|
|
2388
|
+
exports.IDTabsComponent = IDTabsComponent;
|
|
2389
|
+
exports.IDTabsModule = IDTabsModule;
|
|
2109
2390
|
exports.IDTextareaComponent = IDTextareaComponent;
|
|
2110
2391
|
exports.IDTextareaModule = IDTextareaModule;
|
|
2111
2392
|
exports.IDTimeComponent = IDTimeComponent;
|