@inera/ids-angular 1.4.0 → 1.5.2
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 +252 -63
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/classes/header/IDHeaderAvatar.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderItem.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderItemProps.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderNavItem.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderNavItemProps.js +1 -1
- package/esm2015/lib/classes/icon/IDIcon.js +1 -1
- package/esm2015/lib/classes/mobile/MobileMenuItem.js +1 -1
- package/esm2015/lib/classes/mobile/MobileMenuItemProps.js +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 +4 -2
- 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/public-api.js +11 -1
- package/fesm2015/inera-ids-angular.js +227 -62
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/classes/header/IDHeaderAvatar.d.ts +1 -1
- package/lib/classes/header/IDHeaderAvatarProps.d.ts +1 -1
- package/lib/classes/header/IDHeaderItem.d.ts +2 -1
- package/lib/classes/header/IDHeaderItemProps.d.ts +1 -1
- package/lib/classes/header/IDHeaderNavItem.d.ts +2 -1
- package/lib/classes/header/IDHeaderNavItemProps.d.ts +1 -1
- package/lib/classes/icon/IDIcon.d.ts +1 -1
- package/lib/classes/mobile/MobileMenuItem.d.ts +2 -1
- package/lib/classes/mobile/MobileMenuItemProps.d.ts +2 -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 +3 -2
- 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/package.json +2 -2
- package/public-api.d.ts +8 -0
|
@@ -1,6 +1,6 @@
|
|
|
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('@
|
|
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', '@inera/ids-core/components/link/register', '@
|
|
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
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
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
|
|
|
@@ -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;
|
|
@@ -971,63 +1023,6 @@
|
|
|
971
1023
|
}]
|
|
972
1024
|
}] });
|
|
973
1025
|
|
|
974
|
-
var IDLinkComponent = /** @class */ (function () {
|
|
975
|
-
function IDLinkComponent() {
|
|
976
|
-
this.link = null;
|
|
977
|
-
this.notificationBadge = null;
|
|
978
|
-
this.prependIcon = null;
|
|
979
|
-
this.appendIcon = null;
|
|
980
|
-
this.underlined = false;
|
|
981
|
-
this.padding = null;
|
|
982
|
-
this.outline = null;
|
|
983
|
-
this.block = false;
|
|
984
|
-
this.color = undefined;
|
|
985
|
-
this.size = undefined;
|
|
986
|
-
this.activeicon = false;
|
|
987
|
-
this.external = false;
|
|
988
|
-
this.slot = undefined;
|
|
989
|
-
}
|
|
990
|
-
return IDLinkComponent;
|
|
991
|
-
}());
|
|
992
|
-
IDLinkComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
993
|
-
IDLinkComponent.ɵcmp = i0__namespace.ɵɵ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", external: "external", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0__namespace, template: "<ids-tab>\n \n</ids-tab>" });
|
|
994
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, decorators: [{
|
|
995
|
-
type: i0.Component,
|
|
996
|
-
args: [{
|
|
997
|
-
selector: 'id-link',
|
|
998
|
-
templateUrl: './link.component.html'
|
|
999
|
-
}]
|
|
1000
|
-
}], ctorParameters: function () { return []; }, propDecorators: { link: [{
|
|
1001
|
-
type: i0.Input
|
|
1002
|
-
}], notificationBadge: [{
|
|
1003
|
-
type: i0.Input
|
|
1004
|
-
}], prependIcon: [{
|
|
1005
|
-
type: i0.Input
|
|
1006
|
-
}], appendIcon: [{
|
|
1007
|
-
type: i0.Input
|
|
1008
|
-
}], underlined: [{
|
|
1009
|
-
type: i0.Input
|
|
1010
|
-
}], padding: [{
|
|
1011
|
-
type: i0.Input
|
|
1012
|
-
}], outline: [{
|
|
1013
|
-
type: i0.Input
|
|
1014
|
-
}], block: [{
|
|
1015
|
-
type: i0.Input
|
|
1016
|
-
}, {
|
|
1017
|
-
type: i0.HostBinding,
|
|
1018
|
-
args: ['class.ids-block']
|
|
1019
|
-
}], color: [{
|
|
1020
|
-
type: i0.Input
|
|
1021
|
-
}], size: [{
|
|
1022
|
-
type: i0.Input
|
|
1023
|
-
}], activeicon: [{
|
|
1024
|
-
type: i0.Input
|
|
1025
|
-
}], external: [{
|
|
1026
|
-
type: i0.Input
|
|
1027
|
-
}], slot: [{
|
|
1028
|
-
type: i0.Input
|
|
1029
|
-
}] } });
|
|
1030
|
-
|
|
1031
1026
|
/*! *****************************************************************************
|
|
1032
1027
|
Copyright (c) Microsoft Corporation.
|
|
1033
1028
|
|
|
@@ -1563,6 +1558,63 @@
|
|
|
1563
1558
|
type: i0.Input
|
|
1564
1559
|
}] } });
|
|
1565
1560
|
|
|
1561
|
+
var IDLinkComponent = /** @class */ (function () {
|
|
1562
|
+
function IDLinkComponent() {
|
|
1563
|
+
this.link = null;
|
|
1564
|
+
this.notificationBadge = null;
|
|
1565
|
+
this.prependIcon = null;
|
|
1566
|
+
this.appendIcon = null;
|
|
1567
|
+
this.underlined = false;
|
|
1568
|
+
this.padding = null;
|
|
1569
|
+
this.outline = null;
|
|
1570
|
+
this.block = false;
|
|
1571
|
+
this.color = undefined;
|
|
1572
|
+
this.size = undefined;
|
|
1573
|
+
this.activeicon = false;
|
|
1574
|
+
this.external = false;
|
|
1575
|
+
this.slot = undefined;
|
|
1576
|
+
}
|
|
1577
|
+
return IDLinkComponent;
|
|
1578
|
+
}());
|
|
1579
|
+
IDLinkComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1580
|
+
IDLinkComponent.ɵcmp = i0__namespace.ɵɵ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", external: "external", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0__namespace, template: "<ids-link \n [attr.underlined]=\"underlined ? '' : null\"\n [color]=\"color\"\n [size]=\"size\"\n [activeicon]=\"activeicon\"\n [padding]=\"padding\"\n [outline]=\"outline\"\n [block]=\"block\"\n [attr.slot]=\"slot\"\n >\n <ids-icon *ngIf=\"prependIcon !== null\"\n slot=\"prepend-icon\" \n [attr.name]=\"prependIcon?.name\"\n [attr.title]=\"prependIcon?.title\" \n [attr.color]=\"prependIcon?.color\" \n [attr.color2]=\"prependIcon?.color2\" \n [attr.size]=\"prependIcon?.size\" \n [attr.padding]=\"prependIcon?.padding\" \n [attr.colorpreset]=\"prependIcon?.colorpreset\" \n [attr.height]=\"prependIcon?.height\" \n [attr.width]=\"prependIcon?.width\"></ids-icon>\n <id-anchor *ngIf=\"link\" [link]=\"link\"></id-anchor>\n <ng-content *ngIf=\"!link\"></ng-content>\n <ids-icon *ngIf=\"appendIcon !== null\" \n slot=\"append-icon\" \n [attr.name]=\"appendIcon?.name\"\n [attr.title]=\"appendIcon?.title\" \n [attr.color]=\"appendIcon?.color\" \n [attr.color2]=\"appendIcon?.color2\"\n [attr.size]=\"appendIcon?.size\" \n [attr.padding]=\"appendIcon?.padding\" \n [attr.colorpreset]=\"appendIcon?.colorpreset\" \n [attr.height]=\"appendIcon?.height\" \n [attr.width]=\"appendIcon?.width\"></ids-icon>\n <ids-notification-badge \n *ngIf=\"notificationBadge !== null\"\n [attr.type]=\"notificationBadge.type\"\n [attr.size]=\"notificationBadge.size\">\n {{notificationBadge.value}}\n </ids-notification-badge>\n</ids-link>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1581
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDLinkComponent, decorators: [{
|
|
1582
|
+
type: i0.Component,
|
|
1583
|
+
args: [{
|
|
1584
|
+
selector: 'id-link',
|
|
1585
|
+
templateUrl: './link.component.html'
|
|
1586
|
+
}]
|
|
1587
|
+
}], ctorParameters: function () { return []; }, propDecorators: { link: [{
|
|
1588
|
+
type: i0.Input
|
|
1589
|
+
}], notificationBadge: [{
|
|
1590
|
+
type: i0.Input
|
|
1591
|
+
}], prependIcon: [{
|
|
1592
|
+
type: i0.Input
|
|
1593
|
+
}], appendIcon: [{
|
|
1594
|
+
type: i0.Input
|
|
1595
|
+
}], underlined: [{
|
|
1596
|
+
type: i0.Input
|
|
1597
|
+
}], padding: [{
|
|
1598
|
+
type: i0.Input
|
|
1599
|
+
}], outline: [{
|
|
1600
|
+
type: i0.Input
|
|
1601
|
+
}], block: [{
|
|
1602
|
+
type: i0.Input
|
|
1603
|
+
}, {
|
|
1604
|
+
type: i0.HostBinding,
|
|
1605
|
+
args: ['class.ids-block']
|
|
1606
|
+
}], color: [{
|
|
1607
|
+
type: i0.Input
|
|
1608
|
+
}], size: [{
|
|
1609
|
+
type: i0.Input
|
|
1610
|
+
}], activeicon: [{
|
|
1611
|
+
type: i0.Input
|
|
1612
|
+
}], external: [{
|
|
1613
|
+
type: i0.Input
|
|
1614
|
+
}], slot: [{
|
|
1615
|
+
type: i0.Input
|
|
1616
|
+
}] } });
|
|
1617
|
+
|
|
1566
1618
|
var IDAnchorModule = /** @class */ (function () {
|
|
1567
1619
|
function IDAnchorModule() {
|
|
1568
1620
|
}
|
|
@@ -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 () {
|
|
@@ -2155,6 +2336,8 @@
|
|
|
2155
2336
|
exports.IDColumnModule = IDColumnModule;
|
|
2156
2337
|
exports.IDContainerComponent = IDContainerComponent;
|
|
2157
2338
|
exports.IDContainerModule = IDContainerModule;
|
|
2339
|
+
exports.IDDateLabelComponent = IDDateLabelComponent;
|
|
2340
|
+
exports.IDDateLabelModule = IDDateLabelModule;
|
|
2158
2341
|
exports.IDErrorMessageComponent = IDErrorMessageComponent;
|
|
2159
2342
|
exports.IDErrorMessageModule = IDErrorMessageModule;
|
|
2160
2343
|
exports.IDFooterComponent = IDFooterComponent;
|
|
@@ -2175,6 +2358,12 @@
|
|
|
2175
2358
|
exports.IDLinkModule = IDLinkModule;
|
|
2176
2359
|
exports.IDLinkRoute = IDLinkRoute;
|
|
2177
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;
|
|
2178
2367
|
exports.IDMobileMenuComponent = IDMobileMenuComponent;
|
|
2179
2368
|
exports.IDMobileMenuItem = IDMobileMenuItem;
|
|
2180
2369
|
exports.IDMobileMenuModule = IDMobileMenuModule;
|