@inera/ids-angular 1.5.3 → 1.8.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.
Files changed (27) hide show
  1. package/bundles/inera-ids-angular.umd.js +1149 -961
  2. package/bundles/inera-ids-angular.umd.js.map +1 -1
  3. package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +33 -0
  4. package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +32 -0
  5. package/esm2015/lib/components/button/button.component.js +7 -6
  6. package/esm2015/lib/components/card/card.component.js +20 -0
  7. package/esm2015/lib/components/card/card.module.js +22 -0
  8. package/esm2015/lib/components/dialog/actions/dialog-actions.component.js +16 -0
  9. package/esm2015/lib/components/dialog/dialog.component.js +35 -0
  10. package/esm2015/lib/components/dialog/dialog.module.js +27 -0
  11. package/esm2015/lib/components/form/checkbox/checkbox.component.js +9 -5
  12. package/esm2015/lib/components/form/input/input.component.js +9 -4
  13. package/esm2015/public-api.js +11 -1
  14. package/fesm2015/inera-ids-angular.js +368 -195
  15. package/fesm2015/inera-ids-angular.js.map +1 -1
  16. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +12 -0
  17. package/lib/components/breadcrumbs/breadcrumbs.module.d.ts +10 -0
  18. package/lib/components/button/button.component.d.ts +2 -1
  19. package/lib/components/card/card.component.d.ts +7 -0
  20. package/lib/components/card/card.module.d.ts +8 -0
  21. package/lib/components/dialog/actions/dialog-actions.component.d.ts +6 -0
  22. package/lib/components/dialog/dialog.component.d.ts +12 -0
  23. package/lib/components/dialog/dialog.module.d.ts +9 -0
  24. package/lib/components/form/checkbox/checkbox.component.d.ts +2 -1
  25. package/lib/components/form/input/input.component.d.ts +2 -1
  26. package/package.json +2 -2
  27. package/public-api.d.ts +7 -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/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';
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('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/breadcrumbs/register'), require('@inera/ids-core/components/card/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/dialog/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('@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', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/breadcrumbs/register', '@inera/ids-core/components/card/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/dialog/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', '@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, global.ng.platformBrowser, global.ng.router));
5
+ })(this, (function (exports, i0, i2, register, register$1, register$2, register$3, i1, i3) { 'use strict';
6
6
 
7
7
  function _interopNamespace(e) {
8
8
  if (e && e.__esModule) return e;
@@ -143,6 +143,7 @@
143
143
  function IDButtonComponent() {
144
144
  this.secondary = false;
145
145
  this.toggle = false;
146
+ this.responsive = false;
146
147
  this.active = false;
147
148
  this.submit = false;
148
149
  this.search = false;
@@ -152,26 +153,26 @@
152
153
  return IDButtonComponent;
153
154
  }());
154
155
  IDButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
155
- IDButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", toggle: "toggle", active: "active", submit: "submit", search: "search", disabled: "disabled", type: "type" }, host: { properties: { "class.ids-btn-search": "this.search" } }, ngImport: i0__namespace, template: "<ids-button \n [secondary]=\"secondary\"\n [toggle]=\"toggle\"\n [toggle]=\"toggle\"\n [active]=\"toggle\"\n [submit]=\"submit\"\n [search]=\"search\"\n [disabled]=\"disabled\"\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-button>", encapsulation: i0__namespace.ViewEncapsulation.None });
156
+ IDButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", toggle: "toggle", responsive: "responsive", active: "active", submit: "submit", search: "search", disabled: "disabled", type: "type" }, ngImport: i0__namespace, template: "<ids-button \n [secondary]=\"secondary\"\n [toggle]=\"toggle\"\n [toggle]=\"toggle\"\n [active]=\"toggle\"\n [submit]=\"submit\"\n [search]=\"search\"\n [disabled]=\"disabled\"\n [responsive]=\"responsive\"\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-button>", styles: ["id-button[ng-reflect-responsive=true] { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
156
157
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, decorators: [{
157
158
  type: i0.Component,
158
159
  args: [{
159
160
  selector: 'id-button',
160
161
  templateUrl: './button.component.html',
162
+ styles: ['id-button[ng-reflect-responsive=true] { display: contents; }'],
161
163
  encapsulation: i0.ViewEncapsulation.None,
162
164
  }]
163
165
  }], ctorParameters: function () { return []; }, propDecorators: { secondary: [{
164
166
  type: i0.Input
165
167
  }], toggle: [{
166
168
  type: i0.Input
169
+ }], responsive: [{
170
+ type: i0.Input
167
171
  }], active: [{
168
172
  type: i0.Input
169
173
  }], submit: [{
170
174
  type: i0.Input
171
175
  }], search: [{
172
- type: i0.HostBinding,
173
- args: ['class.ids-btn-search']
174
- }, {
175
176
  type: i0.Input
176
177
  }], disabled: [{
177
178
  type: i0.Input
@@ -240,507 +241,1246 @@
240
241
  }]
241
242
  }] });
242
243
 
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;
244
+ /*! *****************************************************************************
245
+ Copyright (c) Microsoft Corporation.
246
+
247
+ Permission to use, copy, modify, and/or distribute this software for any
248
+ purpose with or without fee is hereby granted.
249
+
250
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
251
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
252
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
253
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
254
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
255
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
256
+ PERFORMANCE OF THIS SOFTWARE.
257
+ ***************************************************************************** */
258
+ /* global Reflect, Promise */
259
+ var extendStatics = function (d, b) {
260
+ extendStatics = Object.setPrototypeOf ||
261
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
262
+ function (d, b) { for (var p in b)
263
+ if (Object.prototype.hasOwnProperty.call(b, p))
264
+ d[p] = b[p]; };
265
+ return extendStatics(d, b);
266
+ };
267
+ function __extends(d, b) {
268
+ if (typeof b !== "function" && b !== null)
269
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
270
+ extendStatics(d, b);
271
+ function __() { this.constructor = d; }
272
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
273
+ }
274
+ var __assign = function () {
275
+ __assign = Object.assign || function __assign(t) {
276
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
277
+ s = arguments[i];
278
+ for (var p in s)
279
+ if (Object.prototype.hasOwnProperty.call(s, p))
280
+ t[p] = s[p];
281
+ }
282
+ return t;
283
+ };
284
+ return __assign.apply(this, arguments);
285
+ };
286
+ function __rest(s, e) {
287
+ var t = {};
288
+ for (var p in s)
289
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
290
+ t[p] = s[p];
291
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
292
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
293
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
294
+ t[p[i]] = s[p[i]];
295
+ }
296
+ return t;
297
+ }
298
+ function __decorate(decorators, target, key, desc) {
299
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
300
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
301
+ r = Reflect.decorate(decorators, target, key, desc);
302
+ else
303
+ for (var i = decorators.length - 1; i >= 0; i--)
304
+ if (d = decorators[i])
305
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
306
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
307
+ }
308
+ function __param(paramIndex, decorator) {
309
+ return function (target, key) { decorator(target, key, paramIndex); };
310
+ }
311
+ function __metadata(metadataKey, metadataValue) {
312
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
313
+ return Reflect.metadata(metadataKey, metadataValue);
314
+ }
315
+ function __awaiter(thisArg, _arguments, P, generator) {
316
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
317
+ return new (P || (P = Promise))(function (resolve, reject) {
318
+ function fulfilled(value) { try {
319
+ step(generator.next(value));
320
+ }
321
+ catch (e) {
322
+ reject(e);
323
+ } }
324
+ function rejected(value) { try {
325
+ step(generator["throw"](value));
326
+ }
327
+ catch (e) {
328
+ reject(e);
329
+ } }
330
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
331
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
332
+ });
333
+ }
334
+ function __generator(thisArg, body) {
335
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
336
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
337
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
338
+ function verb(n) { return function (v) { return step([n, v]); }; }
339
+ function step(op) {
340
+ if (f)
341
+ throw new TypeError("Generator is already executing.");
342
+ while (_)
343
+ try {
344
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
345
+ return t;
346
+ if (y = 0, t)
347
+ op = [op[0] & 2, t.value];
348
+ switch (op[0]) {
349
+ case 0:
350
+ case 1:
351
+ t = op;
352
+ break;
353
+ case 4:
354
+ _.label++;
355
+ return { value: op[1], done: false };
356
+ case 5:
357
+ _.label++;
358
+ y = op[1];
359
+ op = [0];
360
+ continue;
361
+ case 7:
362
+ op = _.ops.pop();
363
+ _.trys.pop();
364
+ continue;
365
+ default:
366
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
367
+ _ = 0;
368
+ continue;
369
+ }
370
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
371
+ _.label = op[1];
372
+ break;
373
+ }
374
+ if (op[0] === 6 && _.label < t[1]) {
375
+ _.label = t[1];
376
+ t = op;
377
+ break;
378
+ }
379
+ if (t && _.label < t[2]) {
380
+ _.label = t[2];
381
+ _.ops.push(op);
382
+ break;
383
+ }
384
+ if (t[2])
385
+ _.ops.pop();
386
+ _.trys.pop();
387
+ continue;
388
+ }
389
+ op = body.call(thisArg, _);
390
+ }
391
+ catch (e) {
392
+ op = [6, e];
393
+ y = 0;
394
+ }
395
+ finally {
396
+ f = t = 0;
397
+ }
398
+ if (op[0] & 5)
399
+ throw op[1];
400
+ return { value: op[0] ? op[1] : void 0, done: true };
250
401
  }
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() {
402
+ }
403
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
404
+ if (k2 === undefined)
405
+ k2 = k;
406
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
407
+ }) : (function (o, m, k, k2) {
408
+ if (k2 === undefined)
409
+ k2 = k;
410
+ o[k2] = m[k];
411
+ });
412
+ function __exportStar(m, o) {
413
+ for (var p in m)
414
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
415
+ __createBinding(o, m, p);
416
+ }
417
+ function __values(o) {
418
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
419
+ if (m)
420
+ return m.call(o);
421
+ if (o && typeof o.length === "number")
422
+ return {
423
+ next: function () {
424
+ if (o && i >= o.length)
425
+ o = void 0;
426
+ return { value: o && o[i++], done: !o };
427
+ }
428
+ };
429
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
430
+ }
431
+ function __read(o, n) {
432
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
433
+ if (!m)
434
+ return o;
435
+ var i = m.call(o), r, ar = [], e;
436
+ try {
437
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
438
+ ar.push(r.value);
276
439
  }
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
-
295
- var IDIcon = /** @class */ (function () {
296
- function IDIcon(_props) {
297
- this._props = _props;
440
+ catch (error) {
441
+ e = { error: error };
298
442
  }
299
- Object.defineProperty(IDIcon.prototype, "name", {
300
- get: function () {
301
- return this._props.name;
302
- },
303
- enumerable: false,
304
- configurable: true
305
- });
306
- Object.defineProperty(IDIcon.prototype, "title", {
443
+ finally {
444
+ try {
445
+ if (r && !r.done && (m = i["return"]))
446
+ m.call(i);
447
+ }
448
+ finally {
449
+ if (e)
450
+ throw e.error;
451
+ }
452
+ }
453
+ return ar;
454
+ }
455
+ /** @deprecated */
456
+ function __spread() {
457
+ for (var ar = [], i = 0; i < arguments.length; i++)
458
+ ar = ar.concat(__read(arguments[i]));
459
+ return ar;
460
+ }
461
+ /** @deprecated */
462
+ function __spreadArrays() {
463
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
464
+ s += arguments[i].length;
465
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
466
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
467
+ r[k] = a[j];
468
+ return r;
469
+ }
470
+ function __spreadArray(to, from, pack) {
471
+ if (pack || arguments.length === 2)
472
+ for (var i = 0, l = from.length, ar; i < l; i++) {
473
+ if (ar || !(i in from)) {
474
+ if (!ar)
475
+ ar = Array.prototype.slice.call(from, 0, i);
476
+ ar[i] = from[i];
477
+ }
478
+ }
479
+ return to.concat(ar || Array.prototype.slice.call(from));
480
+ }
481
+ function __await(v) {
482
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
483
+ }
484
+ function __asyncGenerator(thisArg, _arguments, generator) {
485
+ if (!Symbol.asyncIterator)
486
+ throw new TypeError("Symbol.asyncIterator is not defined.");
487
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
488
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
489
+ function verb(n) { if (g[n])
490
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
491
+ function resume(n, v) { try {
492
+ step(g[n](v));
493
+ }
494
+ catch (e) {
495
+ settle(q[0][3], e);
496
+ } }
497
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
498
+ function fulfill(value) { resume("next", value); }
499
+ function reject(value) { resume("throw", value); }
500
+ function settle(f, v) { if (f(v), q.shift(), q.length)
501
+ resume(q[0][0], q[0][1]); }
502
+ }
503
+ function __asyncDelegator(o) {
504
+ var i, p;
505
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
506
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
507
+ }
508
+ function __asyncValues(o) {
509
+ if (!Symbol.asyncIterator)
510
+ throw new TypeError("Symbol.asyncIterator is not defined.");
511
+ var m = o[Symbol.asyncIterator], i;
512
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
513
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
514
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
515
+ }
516
+ function __makeTemplateObject(cooked, raw) {
517
+ if (Object.defineProperty) {
518
+ Object.defineProperty(cooked, "raw", { value: raw });
519
+ }
520
+ else {
521
+ cooked.raw = raw;
522
+ }
523
+ return cooked;
524
+ }
525
+ ;
526
+ var __setModuleDefault = Object.create ? (function (o, v) {
527
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
528
+ }) : function (o, v) {
529
+ o["default"] = v;
530
+ };
531
+ function __importStar(mod) {
532
+ if (mod && mod.__esModule)
533
+ return mod;
534
+ var result = {};
535
+ if (mod != null)
536
+ for (var k in mod)
537
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
538
+ __createBinding(result, mod, k);
539
+ __setModuleDefault(result, mod);
540
+ return result;
541
+ }
542
+ function __importDefault(mod) {
543
+ return (mod && mod.__esModule) ? mod : { default: mod };
544
+ }
545
+ function __classPrivateFieldGet(receiver, state, kind, f) {
546
+ if (kind === "a" && !f)
547
+ throw new TypeError("Private accessor was defined without a getter");
548
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
549
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
550
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
551
+ }
552
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
553
+ if (kind === "m")
554
+ throw new TypeError("Private method is not writable");
555
+ if (kind === "a" && !f)
556
+ throw new TypeError("Private accessor was defined without a setter");
557
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
558
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
559
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
560
+ }
561
+
562
+ var IDLink = /** @class */ (function () {
563
+ function IDLink(_label, _id, _classes) {
564
+ this._label = _label;
565
+ this._id = _id;
566
+ this._classes = _classes;
567
+ }
568
+ Object.defineProperty(IDLink.prototype, "label", {
307
569
  get: function () {
308
- return this._props.title;
570
+ return this._label;
571
+ },
572
+ set: function (label) {
573
+ this._label = label;
309
574
  },
310
575
  enumerable: false,
311
576
  configurable: true
312
577
  });
313
- Object.defineProperty(IDIcon.prototype, "color", {
578
+ Object.defineProperty(IDLink.prototype, "id", {
314
579
  get: function () {
315
- return this._props.color;
580
+ return this._id;
581
+ },
582
+ set: function (id) {
583
+ this._id = id;
316
584
  },
317
585
  enumerable: false,
318
586
  configurable: true
319
587
  });
320
- Object.defineProperty(IDIcon.prototype, "color2", {
588
+ Object.defineProperty(IDLink.prototype, "classes", {
321
589
  get: function () {
322
- return this._props.color2;
590
+ return this._classes;
591
+ },
592
+ set: function (classes) {
593
+ this._classes = classes;
323
594
  },
324
595
  enumerable: false,
325
596
  configurable: true
326
597
  });
327
- Object.defineProperty(IDIcon.prototype, "size", {
598
+ return IDLink;
599
+ }());
600
+
601
+ var IDLinkFunction = /** @class */ (function (_super) {
602
+ __extends(IDLinkFunction, _super);
603
+ function IDLinkFunction(_label, _action, _id, _classes) {
604
+ var _this = _super.call(this, _label, _id, _classes) || this;
605
+ _this._action = _action;
606
+ return _this;
607
+ }
608
+ Object.defineProperty(IDLinkFunction.prototype, "action", {
328
609
  get: function () {
329
- return this._props.size;
610
+ return this._action;
611
+ },
612
+ set: function (action) {
613
+ this._action = action;
330
614
  },
331
615
  enumerable: false,
332
616
  configurable: true
333
617
  });
334
- Object.defineProperty(IDIcon.prototype, "width", {
618
+ IDLinkFunction.prototype.click = function () {
619
+ this._action();
620
+ };
621
+ return IDLinkFunction;
622
+ }(IDLink));
623
+
624
+ var IDLinkRoute = /** @class */ (function (_super) {
625
+ __extends(IDLinkRoute, _super);
626
+ function IDLinkRoute(_label, _route, _queries, router, _id, _classes) {
627
+ if (_queries === void 0) { _queries = {}; }
628
+ var _this = _super.call(this, _label, _id, _classes) || this;
629
+ _this._route = _route;
630
+ _this._queries = _queries;
631
+ _this.router = router;
632
+ return _this;
633
+ }
634
+ Object.defineProperty(IDLinkRoute.prototype, "route", {
335
635
  get: function () {
336
- return this._props.width;
636
+ return this._route;
637
+ },
638
+ set: function (route) {
639
+ this._route = route;
337
640
  },
338
641
  enumerable: false,
339
642
  configurable: true
340
643
  });
341
- Object.defineProperty(IDIcon.prototype, "height", {
644
+ Object.defineProperty(IDLinkRoute.prototype, "queries", {
342
645
  get: function () {
343
- return this._props.height;
646
+ return this._queries;
647
+ },
648
+ set: function (_queries) {
649
+ this._queries = _queries;
344
650
  },
345
651
  enumerable: false,
346
652
  configurable: true
347
653
  });
348
- Object.defineProperty(IDIcon.prototype, "colorpreset", {
654
+ IDLinkRoute.prototype.click = function () {
655
+ if (this.router) {
656
+ this.router.navigate([this.route]);
657
+ }
658
+ else {
659
+ console.error('No router supplied in IcLinkRoute Object');
660
+ }
661
+ };
662
+ return IDLinkRoute;
663
+ }(IDLink));
664
+
665
+ var IDLinkWeb = /** @class */ (function (_super) {
666
+ __extends(IDLinkWeb, _super);
667
+ function IDLinkWeb(_label, _url, _target, _id, _classes) {
668
+ var _this = _super.call(this, _label, _id, _classes) || this;
669
+ _this._url = _url;
670
+ _this._target = _target;
671
+ return _this;
672
+ }
673
+ Object.defineProperty(IDLinkWeb.prototype, "target", {
349
674
  get: function () {
350
- return this._props.colorpreset;
675
+ return this._target;
676
+ },
677
+ set: function (target) {
678
+ this._target = target;
351
679
  },
352
680
  enumerable: false,
353
681
  configurable: true
354
682
  });
355
- Object.defineProperty(IDIcon.prototype, "padding", {
683
+ Object.defineProperty(IDLinkWeb.prototype, "url", {
356
684
  get: function () {
357
- return this._props.padding;
685
+ return this._url;
686
+ },
687
+ set: function (url) {
688
+ this._url = url;
358
689
  },
359
690
  enumerable: false,
360
691
  configurable: true
361
692
  });
362
- return IDIcon;
363
- }());
693
+ IDLinkWeb.prototype.click = function () {
694
+ window.open(this._url, this.target);
695
+ };
696
+ return IDLinkWeb;
697
+ }(IDLink));
364
698
 
365
- var IDIconComponent = /** @class */ (function () {
366
- function IDIconComponent() {
367
- this.name = undefined;
368
- this.color = undefined;
369
- this.color2 = undefined;
370
- this.colorpreset = undefined;
371
- this.title = undefined;
372
- this.size = 'm';
373
- this.width = undefined;
374
- this.height = undefined;
375
- }
376
- return IDIconComponent;
377
- }());
378
- IDIconComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
379
- IDIconComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDIconComponent, selector: "id-icon", inputs: { name: "name", color: "color", color2: "color2", colorpreset: "colorpreset", title: "title", size: "size", width: "width", height: "height" }, ngImport: i0__namespace, template: "<ids-icon \n [name]=\"name\"\n [color]=\"color\"\n [color2]=\"color2\"\n [size]=\"size\"\n [width]=\"width\"\n [height]=\"height\"\n [colorpreset]=\"colorpreset\">\n</ids-icon >", encapsulation: i0__namespace.ViewEncapsulation.None });
380
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, decorators: [{
381
- type: i0.Component,
382
- args: [{
383
- selector: 'id-icon',
384
- templateUrl: './icon.component.html',
385
- encapsulation: i0.ViewEncapsulation.None,
699
+ var IDAnchorComponent = /** @class */ (function () {
700
+ function IDAnchorComponent(sanitizer) {
701
+ this.sanitizer = sanitizer;
702
+ this.linkType = '';
703
+ this.isLinkExternal = false;
704
+ this.isLinkRoute = false;
705
+ this.isLinkWeb = false;
706
+ this.isLinkFunction = false;
707
+ this.classes = '';
708
+ this.scriptHref = this.sanitizer.bypassSecurityTrustUrl('javascript:');
709
+ /** Apply classes to <a> element */
710
+ this.contextClasses = [];
711
+ }
712
+ IDAnchorComponent.prototype.setLinkType = function () {
713
+ this.isLinkRoute = this.link instanceof IDLinkRoute;
714
+ this.isLinkWeb = this.link instanceof IDLinkWeb;
715
+ this.isLinkFunction = this.link instanceof IDLinkFunction;
716
+ if (this.link && this.isLinkWeb) {
717
+ var weblink = this.link;
718
+ this.isLinkExternal = weblink.target === '_blank' || weblink.target === 'blank';
719
+ }
720
+ else {
721
+ this.isLinkExternal = false;
722
+ }
723
+ };
724
+ IDAnchorComponent.prototype.setClasses = function () {
725
+ if (this.link && this.link.classes) {
726
+ this.classes = __spreadArray(__spreadArray([], __read(this.contextClasses)), __read(this.link.classes)).join(' ');
727
+ }
728
+ else {
729
+ this.classes = this.contextClasses.join(' ');
730
+ }
731
+ };
732
+ Object.defineProperty(IDAnchorComponent.prototype, "linkWeb", {
733
+ get: function () {
734
+ return this.link;
735
+ },
736
+ enumerable: false,
737
+ configurable: true
738
+ });
739
+ Object.defineProperty(IDAnchorComponent.prototype, "linkRoute", {
740
+ get: function () {
741
+ return this.link;
742
+ },
743
+ enumerable: false,
744
+ configurable: true
745
+ });
746
+ Object.defineProperty(IDAnchorComponent.prototype, "linkFunction", {
747
+ get: function () {
748
+ return this.link;
749
+ },
750
+ enumerable: false,
751
+ configurable: true
752
+ });
753
+ IDAnchorComponent.prototype.ngOnChanges = function (changes) {
754
+ if (changes.link) {
755
+ this.setLinkType();
756
+ this.setClasses();
757
+ }
758
+ if (changes.contextClasses) {
759
+ this.setClasses();
760
+ }
761
+ };
762
+ return IDAnchorComponent;
763
+ }());
764
+ IDAnchorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorComponent, deps: [{ token: i1__namespace.DomSanitizer }], target: i0__namespace.ɵɵFactoryTarget.Component });
765
+ IDAnchorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAnchorComponent, selector: "id-anchor", inputs: { link: "link", contextClasses: "contextClasses" }, usesOnChanges: true, ngImport: i0__namespace, template: "<a *ngIf=\"isLinkRoute\" \n [attr.id]=\"linkRoute.id\"\n [class]=\"classes\" \n [routerLink]=\"linkRoute.route\"\n routerLinkActive=\"selected\"\n [queryParams]=\"linkRoute.queries\">\n {{linkRoute.label}}\n</a>\n<a *ngIf=\"isLinkWeb\" \n [attr.id]=\"linkWeb.id\"\n [class]=\"classes\" \n [href]=\"linkWeb.url\"\n [class.ic-link--external]=\"isLinkExternal\"\n [attr.target]=\"linkWeb.target\"\n [attr.rel]=\"isLinkExternal ? 'noopener' : null\">\n {{linkWeb.label}}\n</a>\n<a *ngIf=\"isLinkFunction\" \n [attr.id]=\"linkFunction.id\"\n [class]=\"classes\" \n [attr.href]=\"scriptHref\"\n (click)=\"linkFunction.action()\">\n {{linkFunction.label}}\n</a>", styles: ["a { color: inherit; text-decoration: inherit; font-size: inherit }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i3__namespace.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], exportAs: ["routerLinkActive"] }] });
766
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorComponent, decorators: [{
767
+ type: i0.Component,
768
+ args: [{
769
+ selector: 'id-anchor',
770
+ templateUrl: './anchor.component.html',
771
+ styles: ['a { color: inherit; text-decoration: inherit; font-size: inherit }',]
386
772
  }]
387
- }], ctorParameters: function () { return []; }, propDecorators: { name: [{
388
- type: i0.Input
389
- }], color: [{
773
+ }], ctorParameters: function () { return [{ type: i1__namespace.DomSanitizer }]; }, propDecorators: { link: [{
390
774
  type: i0.Input
391
- }], color2: [{
775
+ }], contextClasses: [{
392
776
  type: i0.Input
393
- }], colorpreset: [{
777
+ }] } });
778
+
779
+ var IDBreadcrumbsComponent = /** @class */ (function () {
780
+ function IDBreadcrumbsComponent() {
781
+ this.links = [];
782
+ this.current = '';
783
+ this.lead = '';
784
+ this.srlabel = '';
785
+ }
786
+ return IDBreadcrumbsComponent;
787
+ }());
788
+ IDBreadcrumbsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
789
+ IDBreadcrumbsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDBreadcrumbsComponent, selector: "id-breadcrumbs", inputs: { links: "links", mobileLink: "mobileLink", current: "current", lead: "lead", srlabel: "srlabel" }, ngImport: i0__namespace, template: "<ids-breadcrumbs\r\n [current]=\"current\"\r\n [lead]=\"lead\"\r\n [srlabel]=\"srlabel\">\r\n <ids-crumb *ngFor=\"let link of links\">\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-crumb>\r\n <ids-crumb mobile=\"true\" *ngIf=\"mobileLink\">\r\n <id-anchor [link]=\"mobileLink\"></id-anchor>\r\n </ids-crumb>\r\n</ids-breadcrumbs>", components: [{ type: IDAnchorComponent, selector: "id-anchor", inputs: ["link", "contextClasses"] }], directives: [{ type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
790
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsComponent, decorators: [{
791
+ type: i0.Component,
792
+ args: [{
793
+ selector: 'id-breadcrumbs',
794
+ templateUrl: './breadcrumbs.component.html',
795
+ encapsulation: i0.ViewEncapsulation.None,
796
+ }]
797
+ }], ctorParameters: function () { return []; }, propDecorators: { links: [{
394
798
  type: i0.Input
395
- }], title: [{
799
+ }], mobileLink: [{
396
800
  type: i0.Input
397
- }], size: [{
801
+ }], current: [{
398
802
  type: i0.Input
399
- }], width: [{
803
+ }], lead: [{
400
804
  type: i0.Input
401
- }], height: [{
805
+ }], srlabel: [{
402
806
  type: i0.Input
403
807
  }] } });
404
808
 
405
- var IDIconModule = /** @class */ (function () {
406
- function IDIconModule() {
809
+ var IDAnchorModule = /** @class */ (function () {
810
+ function IDAnchorModule() {
407
811
  }
408
- return IDIconModule;
812
+ return IDAnchorModule;
409
813
  }());
410
- IDIconModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
411
- IDIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, declarations: [IDIconComponent], exports: [IDIconComponent] });
412
- IDIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule });
413
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, decorators: [{
814
+ IDAnchorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
815
+ IDAnchorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, declarations: [IDAnchorComponent], imports: [i2.CommonModule,
816
+ i3.RouterModule], exports: [IDAnchorComponent] });
817
+ IDAnchorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, imports: [[
818
+ i2.CommonModule,
819
+ i3.RouterModule,
820
+ ]] });
821
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, decorators: [{
822
+ type: i0.NgModule,
823
+ args: [{
824
+ declarations: [IDAnchorComponent],
825
+ imports: [
826
+ i2.CommonModule,
827
+ i3.RouterModule,
828
+ ],
829
+ exports: [IDAnchorComponent]
830
+ }]
831
+ }] });
832
+
833
+ var IDBreadcrumbsModule = /** @class */ (function () {
834
+ function IDBreadcrumbsModule() {
835
+ }
836
+ return IDBreadcrumbsModule;
837
+ }());
838
+ IDBreadcrumbsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
839
+ IDBreadcrumbsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent], imports: [i2.CommonModule,
840
+ IDAnchorModule], exports: [IDBreadcrumbsComponent] });
841
+ IDBreadcrumbsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, imports: [[
842
+ i2.CommonModule,
843
+ IDAnchorModule
844
+ ]] });
845
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, decorators: [{
414
846
  type: i0.NgModule,
415
847
  args: [{
416
848
  declarations: [
417
- IDIconComponent
849
+ IDBreadcrumbsComponent
418
850
  ],
419
851
  exports: [
420
- IDIconComponent
852
+ IDBreadcrumbsComponent
853
+ ],
854
+ imports: [
855
+ i2.CommonModule,
856
+ IDAnchorModule
421
857
  ],
422
858
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
423
859
  }]
424
860
  }] });
425
861
 
426
- var IDInputComponent = /** @class */ (function () {
427
- function IDInputComponent() {
862
+ var IDCardComponent = /** @class */ (function () {
863
+ function IDCardComponent() {
864
+ this.fill = false;
428
865
  }
429
- return IDInputComponent;
866
+ return IDCardComponent;
430
867
  }());
431
- IDInputComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
432
- IDInputComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDInputComponent, selector: "id-input", ngImport: i0__namespace, template: "<ids-input>\r\n <ng-content></ng-content>\r\n</ids-input>", encapsulation: i0__namespace.ViewEncapsulation.None });
433
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, decorators: [{
868
+ IDCardComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
869
+ IDCardComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCardComponent, selector: "id-card", inputs: { fill: "fill" }, ngImport: i0__namespace, template: "<ids-card \n [fill]=\"fill\">\n <ng-content></ng-content>\n</ids-card>", encapsulation: i0__namespace.ViewEncapsulation.None });
870
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardComponent, decorators: [{
434
871
  type: i0.Component,
435
872
  args: [{
436
- selector: 'id-input',
437
- templateUrl: './input.component.html',
873
+ selector: 'id-card',
874
+ templateUrl: './card.component.html',
438
875
  encapsulation: i0.ViewEncapsulation.None,
439
876
  }]
440
- }] });
877
+ }], ctorParameters: function () { return []; }, propDecorators: { fill: [{
878
+ type: i0.Input
879
+ }] } });
441
880
 
442
- var IDInputModule = /** @class */ (function () {
443
- function IDInputModule() {
881
+ var IDCardModule = /** @class */ (function () {
882
+ function IDCardModule() {
444
883
  }
445
- return IDInputModule;
884
+ return IDCardModule;
446
885
  }());
447
- IDInputModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
448
- IDInputModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule, declarations: [IDInputComponent], exports: [IDInputComponent] });
449
- IDInputModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule });
450
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule, decorators: [{
886
+ IDCardModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
887
+ IDCardModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule, declarations: [IDCardComponent], exports: [IDCardComponent] });
888
+ IDCardModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule });
889
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule, decorators: [{
451
890
  type: i0.NgModule,
452
891
  args: [{
453
892
  declarations: [
454
- IDInputComponent
893
+ IDCardComponent
455
894
  ],
456
895
  exports: [
457
- IDInputComponent
896
+ IDCardComponent
458
897
  ],
459
898
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
460
899
  }]
461
900
  }] });
462
901
 
463
- var IDCheckboxComponent = /** @class */ (function () {
464
- function IDCheckboxComponent() {
902
+ var IDDateLabelComponent = /** @class */ (function () {
903
+ function IDDateLabelComponent() {
904
+ this.date = null;
905
+ this.year = null;
906
+ this.month = null;
907
+ this.monthLabel = null;
908
+ this.day = null;
465
909
  }
466
- return IDCheckboxComponent;
910
+ return IDDateLabelComponent;
467
911
  }());
468
- IDCheckboxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
469
- IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", ngImport: i0__namespace, template: "<ids-checkbox>\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
470
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
912
+ IDDateLabelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
913
+ 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 });
914
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelComponent, decorators: [{
471
915
  type: i0.Component,
472
916
  args: [{
473
- selector: 'id-checkbox',
474
- templateUrl: './checkbox.component.html',
917
+ selector: 'id-date-label',
918
+ templateUrl: './date-label.component.html',
475
919
  encapsulation: i0.ViewEncapsulation.None,
476
920
  }]
477
- }], ctorParameters: function () { return []; } });
921
+ }], ctorParameters: function () { return []; }, propDecorators: { date: [{
922
+ type: i0.Input
923
+ }], year: [{
924
+ type: i0.Input
925
+ }], month: [{
926
+ type: i0.Input
927
+ }], monthLabel: [{
928
+ type: i0.Input
929
+ }], day: [{
930
+ type: i0.Input
931
+ }] } });
478
932
 
479
- var IDCheckboxModule = /** @class */ (function () {
480
- function IDCheckboxModule() {
933
+ var IDDateLabelModule = /** @class */ (function () {
934
+ function IDDateLabelModule() {
481
935
  }
482
- return IDCheckboxModule;
936
+ return IDDateLabelModule;
483
937
  }());
484
- IDCheckboxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
485
- IDCheckboxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule, declarations: [IDCheckboxComponent], exports: [IDCheckboxComponent] });
486
- IDCheckboxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule });
487
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule, decorators: [{
938
+ IDDateLabelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
939
+ IDDateLabelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule, declarations: [IDDateLabelComponent], exports: [IDDateLabelComponent] });
940
+ IDDateLabelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule });
941
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDateLabelModule, decorators: [{
488
942
  type: i0.NgModule,
489
943
  args: [{
490
944
  declarations: [
491
- IDCheckboxComponent
945
+ IDDateLabelComponent
492
946
  ],
493
947
  exports: [
494
- IDCheckboxComponent
948
+ IDDateLabelComponent
495
949
  ],
496
950
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
497
951
  }]
498
952
  }] });
499
953
 
500
- var IDCheckboxGroupComponent = /** @class */ (function () {
501
- function IDCheckboxGroupComponent() {
502
- this.errorMessage = undefined;
954
+ var IDDialogComponent = /** @class */ (function () {
955
+ function IDDialogComponent() {
956
+ this.dismissible = false;
957
+ this.headline = '';
958
+ this.overlay = false;
959
+ this.persistent = false;
960
+ this.show = false;
961
+ this.width = '';
503
962
  }
504
- IDCheckboxGroupComponent.prototype.ngOnInit = function () {
505
- };
506
- return IDCheckboxGroupComponent;
963
+ return IDDialogComponent;
507
964
  }());
508
- IDCheckboxGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
509
- IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage" }, ngImport: i0__namespace, template: "<ids-checkbox-group>\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
510
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, decorators: [{
965
+ IDDialogComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
966
+ IDDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", headline: "headline", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, ngImport: i0__namespace, template: "<ids-dialog \n [dismissible]=\"dismissible\"\n [headline]=\"headline\"\n [overlay]=\"overlay\"\n [persistent]=\"persistent\"\n [show]=\"show\"\n [width]=\"width\">\n <ng-content></ng-content>\n</ids-dialog>", encapsulation: i0__namespace.ViewEncapsulation.None });
967
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, decorators: [{
511
968
  type: i0.Component,
512
969
  args: [{
513
- selector: 'id-checkbox-group',
514
- templateUrl: './checkbox-group.component.html',
970
+ selector: 'id-dialog',
971
+ templateUrl: './dialog.component.html',
515
972
  encapsulation: i0.ViewEncapsulation.None,
516
973
  }]
517
- }], ctorParameters: function () { return []; }, propDecorators: { errorMessage: [{
974
+ }], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
975
+ type: i0.Input
976
+ }], headline: [{
977
+ type: i0.Input
978
+ }], overlay: [{
979
+ type: i0.Input
980
+ }], persistent: [{
981
+ type: i0.Input
982
+ }], show: [{
983
+ type: i0.Input
984
+ }], width: [{
518
985
  type: i0.Input
519
986
  }] } });
520
987
 
521
- var IDCheckboxGroupModule = /** @class */ (function () {
522
- function IDCheckboxGroupModule() {
988
+ var IDDialogActionsComponent = /** @class */ (function () {
989
+ function IDDialogActionsComponent() {
523
990
  }
524
- return IDCheckboxGroupModule;
991
+ return IDDialogActionsComponent;
525
992
  }());
526
- IDCheckboxGroupModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
527
- IDCheckboxGroupModulemod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, declarations: [IDCheckboxGroupComponent], imports: [i2.CommonModule], exports: [IDCheckboxGroupComponent] });
528
- IDCheckboxGroupModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, imports: [[i2.CommonModule]] });
529
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, decorators: [{
993
+ IDDialogActionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogActionsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
994
+ IDDialogActionsComponentcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogActionsComponent, selector: "id-dialog-actions", ngImport: i0__namespace, template: "<ids-dialog-actions>\n <ng-content></ng-content>\n</ids-dialog-actions>", encapsulation: i0__namespace.ViewEncapsulation.None });
995
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogActionsComponent, decorators: [{
996
+ type: i0.Component,
997
+ args: [{
998
+ selector: 'id-dialog-actions',
999
+ templateUrl: './dialog-actions.component.html',
1000
+ encapsulation: i0.ViewEncapsulation.None,
1001
+ }]
1002
+ }], ctorParameters: function () { return []; } });
1003
+
1004
+ var IDDialogModule = /** @class */ (function () {
1005
+ function IDDialogModule() {
1006
+ }
1007
+ return IDDialogModule;
1008
+ }());
1009
+ IDDialogModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1010
+ IDDialogModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule, declarations: [IDDialogComponent,
1011
+ IDDialogActionsComponent], exports: [IDDialogComponent,
1012
+ IDDialogActionsComponent] });
1013
+ IDDialogModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule });
1014
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule, decorators: [{
530
1015
  type: i0.NgModule,
531
1016
  args: [{
532
- imports: [i2.CommonModule],
533
1017
  declarations: [
534
- IDCheckboxGroupComponent
1018
+ IDDialogComponent,
1019
+ IDDialogActionsComponent
535
1020
  ],
536
1021
  exports: [
537
- IDCheckboxGroupComponent
1022
+ IDDialogComponent,
1023
+ IDDialogActionsComponent
538
1024
  ],
539
1025
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
540
1026
  }]
541
1027
  }] });
542
1028
 
543
- var IDErrorMessageComponent = /** @class */ (function () {
544
- function IDErrorMessageComponent(viewRef) {
545
- this.viewRef = viewRef;
546
- this.viewRef.element.nativeElement.setAttribute('slot', 'error-msg');
1029
+ var IDIcon = /** @class */ (function () {
1030
+ function IDIcon(_props) {
1031
+ this._props = _props;
547
1032
  }
548
- IDErrorMessageComponent.prototype.ngOnInit = function () {
549
- };
550
- return IDErrorMessageComponent;
551
- }());
552
- IDErrorMessageComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageComponent, deps: [{ token: i0__namespace.ViewContainerRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
553
- IDErrorMessageComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDErrorMessageComponent, selector: "id-error-message", ngImport: i0__namespace, template: "<ids-error-message>\r\n <ng-content></ng-content>\r\n</ids-error-message>", encapsulation: i0__namespace.ViewEncapsulation.None });
554
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageComponent, decorators: [{
555
- type: i0.Component,
556
- args: [{
557
- selector: 'id-error-message',
558
- templateUrl: './error-message.component.html',
559
- encapsulation: i0.ViewEncapsulation.None,
560
- }]
561
- }], ctorParameters: function () { return [{ type: i0__namespace.ViewContainerRef }]; } });
562
-
563
- var IDErrorMessageModule = /** @class */ (function () {
564
- function IDErrorMessageModule() {
565
- }
566
- return IDErrorMessageModule;
567
- }());
568
- IDErrorMessageModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
569
- IDErrorMessageModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule, declarations: [IDErrorMessageComponent], exports: [IDErrorMessageComponent] });
570
- IDErrorMessageModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule });
571
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule, decorators: [{
572
- type: i0.NgModule,
573
- args: [{
574
- declarations: [
575
- IDErrorMessageComponent
576
- ],
577
- exports: [
578
- IDErrorMessageComponent
579
- ],
580
- schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
581
- }]
582
- }] });
583
-
584
- var IDRadioComponent = /** @class */ (function () {
585
- function IDRadioComponent() {
586
- }
587
- return IDRadioComponent;
588
- }());
589
- IDRadioComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
590
- IDRadioComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioComponent, selector: "id-radio", ngImport: i0__namespace, template: "<ids-radio>\r\n <ng-content></ng-content>\r\n</ids-radio>", encapsulation: i0__namespace.ViewEncapsulation.None });
591
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, decorators: [{
592
- type: i0.Component,
593
- args: [{
594
- selector: 'id-radio',
595
- templateUrl: './radio.component.html',
596
- encapsulation: i0.ViewEncapsulation.None,
597
- }]
598
- }], ctorParameters: function () { return []; } });
1033
+ Object.defineProperty(IDIcon.prototype, "name", {
1034
+ get: function () {
1035
+ return this._props.name;
1036
+ },
1037
+ enumerable: false,
1038
+ configurable: true
1039
+ });
1040
+ Object.defineProperty(IDIcon.prototype, "title", {
1041
+ get: function () {
1042
+ return this._props.title;
1043
+ },
1044
+ enumerable: false,
1045
+ configurable: true
1046
+ });
1047
+ Object.defineProperty(IDIcon.prototype, "color", {
1048
+ get: function () {
1049
+ return this._props.color;
1050
+ },
1051
+ enumerable: false,
1052
+ configurable: true
1053
+ });
1054
+ Object.defineProperty(IDIcon.prototype, "color2", {
1055
+ get: function () {
1056
+ return this._props.color2;
1057
+ },
1058
+ enumerable: false,
1059
+ configurable: true
1060
+ });
1061
+ Object.defineProperty(IDIcon.prototype, "size", {
1062
+ get: function () {
1063
+ return this._props.size;
1064
+ },
1065
+ enumerable: false,
1066
+ configurable: true
1067
+ });
1068
+ Object.defineProperty(IDIcon.prototype, "width", {
1069
+ get: function () {
1070
+ return this._props.width;
1071
+ },
1072
+ enumerable: false,
1073
+ configurable: true
1074
+ });
1075
+ Object.defineProperty(IDIcon.prototype, "height", {
1076
+ get: function () {
1077
+ return this._props.height;
1078
+ },
1079
+ enumerable: false,
1080
+ configurable: true
1081
+ });
1082
+ Object.defineProperty(IDIcon.prototype, "colorpreset", {
1083
+ get: function () {
1084
+ return this._props.colorpreset;
1085
+ },
1086
+ enumerable: false,
1087
+ configurable: true
1088
+ });
1089
+ Object.defineProperty(IDIcon.prototype, "padding", {
1090
+ get: function () {
1091
+ return this._props.padding;
1092
+ },
1093
+ enumerable: false,
1094
+ configurable: true
1095
+ });
1096
+ return IDIcon;
1097
+ }());
599
1098
 
600
- var IDRadioGroupComponent = /** @class */ (function () {
601
- function IDRadioGroupComponent() {
1099
+ var IDIconComponent = /** @class */ (function () {
1100
+ function IDIconComponent() {
602
1101
  this.name = undefined;
603
- this.legend = undefined;
604
- this.required = false;
605
- this.errorMessage = undefined;
1102
+ this.color = undefined;
1103
+ this.color2 = undefined;
1104
+ this.colorpreset = undefined;
1105
+ this.title = undefined;
1106
+ this.size = 'm';
1107
+ this.width = undefined;
1108
+ this.height = undefined;
606
1109
  }
607
- return IDRadioGroupComponent;
1110
+ return IDIconComponent;
608
1111
  }());
609
- IDRadioGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
610
- IDRadioGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioGroupComponent, selector: "id-radio-group", inputs: { name: "name", legend: "legend", required: "required", errorMessage: "errorMessage" }, ngImport: i0__namespace, template: "<ids-radio-group [name]=\"name\" [legend]=\"legend\" [required]=\"required\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-radio-group>", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
611
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, decorators: [{
1112
+ IDIconComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1113
+ IDIconComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDIconComponent, selector: "id-icon", inputs: { name: "name", color: "color", color2: "color2", colorpreset: "colorpreset", title: "title", size: "size", width: "width", height: "height" }, ngImport: i0__namespace, template: "<ids-icon \n [name]=\"name\"\n [color]=\"color\"\n [color2]=\"color2\"\n [size]=\"size\"\n [width]=\"width\"\n [height]=\"height\"\n [colorpreset]=\"colorpreset\">\n</ids-icon >", encapsulation: i0__namespace.ViewEncapsulation.None });
1114
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconComponent, decorators: [{
612
1115
  type: i0.Component,
613
1116
  args: [{
614
- selector: 'id-radio-group',
615
- templateUrl: './radio-group.component.html',
1117
+ selector: 'id-icon',
1118
+ templateUrl: './icon.component.html',
616
1119
  encapsulation: i0.ViewEncapsulation.None,
617
1120
  }]
618
1121
  }], ctorParameters: function () { return []; }, propDecorators: { name: [{
619
1122
  type: i0.Input
620
- }], legend: [{
1123
+ }], color: [{
621
1124
  type: i0.Input
622
- }], required: [{
1125
+ }], color2: [{
623
1126
  type: i0.Input
624
- }], errorMessage: [{
1127
+ }], colorpreset: [{
1128
+ type: i0.Input
1129
+ }], title: [{
1130
+ type: i0.Input
1131
+ }], size: [{
1132
+ type: i0.Input
1133
+ }], width: [{
1134
+ type: i0.Input
1135
+ }], height: [{
625
1136
  type: i0.Input
626
1137
  }] } });
627
1138
 
628
- var IDRadioModule = /** @class */ (function () {
629
- function IDRadioModule() {
1139
+ var IDIconModule = /** @class */ (function () {
1140
+ function IDIconModule() {
630
1141
  }
631
- return IDRadioModule;
1142
+ return IDIconModule;
632
1143
  }());
633
- IDRadioModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
634
- IDRadioModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, declarations: [IDRadioComponent,
635
- IDRadioGroupComponent], imports: [i2.CommonModule], exports: [IDRadioComponent,
636
- IDRadioGroupComponent] });
637
- IDRadioModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, imports: [[
638
- i2.CommonModule
639
- ]] });
640
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, decorators: [{
1144
+ IDIconModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1145
+ IDIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, declarations: [IDIconComponent], exports: [IDIconComponent] });
1146
+ IDIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule });
1147
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDIconModule, decorators: [{
641
1148
  type: i0.NgModule,
642
1149
  args: [{
643
- imports: [
644
- i2.CommonModule
645
- ],
646
1150
  declarations: [
647
- IDRadioComponent,
648
- IDRadioGroupComponent
1151
+ IDIconComponent
649
1152
  ],
650
1153
  exports: [
651
- IDRadioComponent,
652
- IDRadioGroupComponent
1154
+ IDIconComponent
653
1155
  ],
654
1156
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
655
1157
  }]
656
1158
  }] });
657
1159
 
658
- var IDRangeComponent = /** @class */ (function () {
659
- function IDRangeComponent() {
660
- this.showTicks = false;
1160
+ var IDInputComponent = /** @class */ (function () {
1161
+ function IDInputComponent() {
1162
+ this.autofocus = false;
661
1163
  }
662
- return IDRangeComponent;
1164
+ return IDInputComponent;
663
1165
  }());
664
- IDRangeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
665
- IDRangeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRangeComponent, selector: "id-range", inputs: { showTicks: "showTicks" }, ngImport: i0__namespace, template: "<ids-range [showticks]=\"showTicks\">\r\n <ng-content></ng-content>\r\n</ids-range>", encapsulation: i0__namespace.ViewEncapsulation.None });
666
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeComponent, decorators: [{
1166
+ IDInputComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1167
+ IDInputComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus" }, ngImport: i0__namespace, template: "<ids-input [autofocus]=\"autofocus\">\r\n <ng-content></ng-content>\r\n</ids-input>", encapsulation: i0__namespace.ViewEncapsulation.None });
1168
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, decorators: [{
667
1169
  type: i0.Component,
668
1170
  args: [{
669
- selector: 'id-range',
670
- templateUrl: './range.component.html',
1171
+ selector: 'id-input',
1172
+ templateUrl: './input.component.html',
671
1173
  encapsulation: i0.ViewEncapsulation.None,
672
1174
  }]
673
- }], propDecorators: { showTicks: [{
1175
+ }], propDecorators: { autofocus: [{
674
1176
  type: i0.Input
675
1177
  }] } });
676
1178
 
677
- var IDRangeModule = /** @class */ (function () {
678
- function IDRangeModule() {
1179
+ var IDInputModule = /** @class */ (function () {
1180
+ function IDInputModule() {
679
1181
  }
680
- return IDRangeModule;
1182
+ return IDInputModule;
681
1183
  }());
682
- IDRangeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
683
- IDRangeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule, declarations: [IDRangeComponent], exports: [IDRangeComponent] });
684
- IDRangeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule });
685
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule, decorators: [{
1184
+ IDInputModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1185
+ IDInputModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule, declarations: [IDInputComponent], exports: [IDInputComponent] });
1186
+ IDInputModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule });
1187
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputModule, decorators: [{
686
1188
  type: i0.NgModule,
687
1189
  args: [{
688
1190
  declarations: [
689
- IDRangeComponent
1191
+ IDInputComponent
690
1192
  ],
691
1193
  exports: [
692
- IDRangeComponent
1194
+ IDInputComponent
693
1195
  ],
694
1196
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
695
1197
  }]
696
1198
  }] });
697
1199
 
698
- var IDSelectComponent = /** @class */ (function () {
699
- function IDSelectComponent() {
1200
+ var IDCheckboxComponent = /** @class */ (function () {
1201
+ function IDCheckboxComponent() {
1202
+ this.valid = true;
700
1203
  }
701
- return IDSelectComponent;
1204
+ return IDCheckboxComponent;
702
1205
  }());
703
- IDSelectComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
704
- IDSelectComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectComponent, selector: "id-select", ngImport: i0__namespace, template: "<ids-select>\r\n <ng-content></ng-content>\r\n</ids-select>", encapsulation: i0__namespace.ViewEncapsulation.None });
705
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, decorators: [{
1206
+ IDCheckboxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1207
+ IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { valid: "valid" }, ngImport: i0__namespace, template: "<ids-checkbox [valid]=\"valid\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
1208
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
706
1209
  type: i0.Component,
707
1210
  args: [{
708
- selector: 'id-select',
709
- templateUrl: './select.component.html',
1211
+ selector: 'id-checkbox',
1212
+ templateUrl: './checkbox.component.html',
710
1213
  encapsulation: i0.ViewEncapsulation.None,
711
1214
  }]
712
- }] });
1215
+ }], ctorParameters: function () { return []; }, propDecorators: { valid: [{
1216
+ type: i0.Input
1217
+ }] } });
713
1218
 
714
- var IDSelectModule = /** @class */ (function () {
715
- function IDSelectModule() {
1219
+ var IDCheckboxModule = /** @class */ (function () {
1220
+ function IDCheckboxModule() {
716
1221
  }
717
- return IDSelectModule;
1222
+ return IDCheckboxModule;
718
1223
  }());
719
- IDSelectModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
720
- IDSelectModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule, declarations: [IDSelectComponent], exports: [IDSelectComponent] });
721
- IDSelectModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule });
722
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule, decorators: [{
1224
+ IDCheckboxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1225
+ IDCheckboxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule, declarations: [IDCheckboxComponent], exports: [IDCheckboxComponent] });
1226
+ IDCheckboxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule });
1227
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxModule, decorators: [{
723
1228
  type: i0.NgModule,
724
1229
  args: [{
725
1230
  declarations: [
726
- IDSelectComponent
1231
+ IDCheckboxComponent
727
1232
  ],
728
1233
  exports: [
729
- IDSelectComponent
1234
+ IDCheckboxComponent
730
1235
  ],
731
1236
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
732
1237
  }]
733
1238
  }] });
734
1239
 
735
- var IDSelectMultipleComponent = /** @class */ (function () {
736
- function IDSelectMultipleComponent() {
737
- this.label = undefined;
1240
+ var IDCheckboxGroupComponent = /** @class */ (function () {
1241
+ function IDCheckboxGroupComponent() {
738
1242
  this.errorMessage = undefined;
739
- this.placeholder = '';
740
1243
  }
741
- return IDSelectMultipleComponent;
1244
+ IDCheckboxGroupComponent.prototype.ngOnInit = function () {
1245
+ };
1246
+ return IDCheckboxGroupComponent;
742
1247
  }());
743
- IDSelectMultipleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1248
+ IDCheckboxGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1249
+ IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage" }, ngImport: i0__namespace, template: "<ids-checkbox-group>\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1250
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, decorators: [{
1251
+ type: i0.Component,
1252
+ args: [{
1253
+ selector: 'id-checkbox-group',
1254
+ templateUrl: './checkbox-group.component.html',
1255
+ encapsulation: i0.ViewEncapsulation.None,
1256
+ }]
1257
+ }], ctorParameters: function () { return []; }, propDecorators: { errorMessage: [{
1258
+ type: i0.Input
1259
+ }] } });
1260
+
1261
+ var IDCheckboxGroupModule = /** @class */ (function () {
1262
+ function IDCheckboxGroupModule() {
1263
+ }
1264
+ return IDCheckboxGroupModule;
1265
+ }());
1266
+ IDCheckboxGroupModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1267
+ IDCheckboxGroupModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, declarations: [IDCheckboxGroupComponent], imports: [i2.CommonModule], exports: [IDCheckboxGroupComponent] });
1268
+ IDCheckboxGroupModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, imports: [[i2.CommonModule]] });
1269
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupModule, decorators: [{
1270
+ type: i0.NgModule,
1271
+ args: [{
1272
+ imports: [i2.CommonModule],
1273
+ declarations: [
1274
+ IDCheckboxGroupComponent
1275
+ ],
1276
+ exports: [
1277
+ IDCheckboxGroupComponent
1278
+ ],
1279
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1280
+ }]
1281
+ }] });
1282
+
1283
+ var IDErrorMessageComponent = /** @class */ (function () {
1284
+ function IDErrorMessageComponent(viewRef) {
1285
+ this.viewRef = viewRef;
1286
+ this.viewRef.element.nativeElement.setAttribute('slot', 'error-msg');
1287
+ }
1288
+ IDErrorMessageComponent.prototype.ngOnInit = function () {
1289
+ };
1290
+ return IDErrorMessageComponent;
1291
+ }());
1292
+ IDErrorMessageComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageComponent, deps: [{ token: i0__namespace.ViewContainerRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
1293
+ IDErrorMessageComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDErrorMessageComponent, selector: "id-error-message", ngImport: i0__namespace, template: "<ids-error-message>\r\n <ng-content></ng-content>\r\n</ids-error-message>", encapsulation: i0__namespace.ViewEncapsulation.None });
1294
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageComponent, decorators: [{
1295
+ type: i0.Component,
1296
+ args: [{
1297
+ selector: 'id-error-message',
1298
+ templateUrl: './error-message.component.html',
1299
+ encapsulation: i0.ViewEncapsulation.None,
1300
+ }]
1301
+ }], ctorParameters: function () { return [{ type: i0__namespace.ViewContainerRef }]; } });
1302
+
1303
+ var IDErrorMessageModule = /** @class */ (function () {
1304
+ function IDErrorMessageModule() {
1305
+ }
1306
+ return IDErrorMessageModule;
1307
+ }());
1308
+ IDErrorMessageModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1309
+ IDErrorMessageModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule, declarations: [IDErrorMessageComponent], exports: [IDErrorMessageComponent] });
1310
+ IDErrorMessageModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule });
1311
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDErrorMessageModule, decorators: [{
1312
+ type: i0.NgModule,
1313
+ args: [{
1314
+ declarations: [
1315
+ IDErrorMessageComponent
1316
+ ],
1317
+ exports: [
1318
+ IDErrorMessageComponent
1319
+ ],
1320
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1321
+ }]
1322
+ }] });
1323
+
1324
+ var IDRadioComponent = /** @class */ (function () {
1325
+ function IDRadioComponent() {
1326
+ }
1327
+ return IDRadioComponent;
1328
+ }());
1329
+ IDRadioComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1330
+ IDRadioComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioComponent, selector: "id-radio", ngImport: i0__namespace, template: "<ids-radio>\r\n <ng-content></ng-content>\r\n</ids-radio>", encapsulation: i0__namespace.ViewEncapsulation.None });
1331
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioComponent, decorators: [{
1332
+ type: i0.Component,
1333
+ args: [{
1334
+ selector: 'id-radio',
1335
+ templateUrl: './radio.component.html',
1336
+ encapsulation: i0.ViewEncapsulation.None,
1337
+ }]
1338
+ }], ctorParameters: function () { return []; } });
1339
+
1340
+ var IDRadioGroupComponent = /** @class */ (function () {
1341
+ function IDRadioGroupComponent() {
1342
+ this.name = undefined;
1343
+ this.legend = undefined;
1344
+ this.required = false;
1345
+ this.errorMessage = undefined;
1346
+ }
1347
+ return IDRadioGroupComponent;
1348
+ }());
1349
+ IDRadioGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1350
+ IDRadioGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRadioGroupComponent, selector: "id-radio-group", inputs: { name: "name", legend: "legend", required: "required", errorMessage: "errorMessage" }, ngImport: i0__namespace, template: "<ids-radio-group [name]=\"name\" [legend]=\"legend\" [required]=\"required\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-radio-group>", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
1351
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioGroupComponent, decorators: [{
1352
+ type: i0.Component,
1353
+ args: [{
1354
+ selector: 'id-radio-group',
1355
+ templateUrl: './radio-group.component.html',
1356
+ encapsulation: i0.ViewEncapsulation.None,
1357
+ }]
1358
+ }], ctorParameters: function () { return []; }, propDecorators: { name: [{
1359
+ type: i0.Input
1360
+ }], legend: [{
1361
+ type: i0.Input
1362
+ }], required: [{
1363
+ type: i0.Input
1364
+ }], errorMessage: [{
1365
+ type: i0.Input
1366
+ }] } });
1367
+
1368
+ var IDRadioModule = /** @class */ (function () {
1369
+ function IDRadioModule() {
1370
+ }
1371
+ return IDRadioModule;
1372
+ }());
1373
+ IDRadioModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1374
+ IDRadioModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, declarations: [IDRadioComponent,
1375
+ IDRadioGroupComponent], imports: [i2.CommonModule], exports: [IDRadioComponent,
1376
+ IDRadioGroupComponent] });
1377
+ IDRadioModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, imports: [[
1378
+ i2.CommonModule
1379
+ ]] });
1380
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRadioModule, decorators: [{
1381
+ type: i0.NgModule,
1382
+ args: [{
1383
+ imports: [
1384
+ i2.CommonModule
1385
+ ],
1386
+ declarations: [
1387
+ IDRadioComponent,
1388
+ IDRadioGroupComponent
1389
+ ],
1390
+ exports: [
1391
+ IDRadioComponent,
1392
+ IDRadioGroupComponent
1393
+ ],
1394
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1395
+ }]
1396
+ }] });
1397
+
1398
+ var IDRangeComponent = /** @class */ (function () {
1399
+ function IDRangeComponent() {
1400
+ this.showTicks = false;
1401
+ }
1402
+ return IDRangeComponent;
1403
+ }());
1404
+ IDRangeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1405
+ IDRangeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRangeComponent, selector: "id-range", inputs: { showTicks: "showTicks" }, ngImport: i0__namespace, template: "<ids-range [showticks]=\"showTicks\">\r\n <ng-content></ng-content>\r\n</ids-range>", encapsulation: i0__namespace.ViewEncapsulation.None });
1406
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeComponent, decorators: [{
1407
+ type: i0.Component,
1408
+ args: [{
1409
+ selector: 'id-range',
1410
+ templateUrl: './range.component.html',
1411
+ encapsulation: i0.ViewEncapsulation.None,
1412
+ }]
1413
+ }], propDecorators: { showTicks: [{
1414
+ type: i0.Input
1415
+ }] } });
1416
+
1417
+ var IDRangeModule = /** @class */ (function () {
1418
+ function IDRangeModule() {
1419
+ }
1420
+ return IDRangeModule;
1421
+ }());
1422
+ IDRangeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1423
+ IDRangeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule, declarations: [IDRangeComponent], exports: [IDRangeComponent] });
1424
+ IDRangeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule });
1425
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRangeModule, decorators: [{
1426
+ type: i0.NgModule,
1427
+ args: [{
1428
+ declarations: [
1429
+ IDRangeComponent
1430
+ ],
1431
+ exports: [
1432
+ IDRangeComponent
1433
+ ],
1434
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1435
+ }]
1436
+ }] });
1437
+
1438
+ var IDSelectComponent = /** @class */ (function () {
1439
+ function IDSelectComponent() {
1440
+ }
1441
+ return IDSelectComponent;
1442
+ }());
1443
+ IDSelectComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1444
+ IDSelectComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectComponent, selector: "id-select", ngImport: i0__namespace, template: "<ids-select>\r\n <ng-content></ng-content>\r\n</ids-select>", encapsulation: i0__namespace.ViewEncapsulation.None });
1445
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectComponent, decorators: [{
1446
+ type: i0.Component,
1447
+ args: [{
1448
+ selector: 'id-select',
1449
+ templateUrl: './select.component.html',
1450
+ encapsulation: i0.ViewEncapsulation.None,
1451
+ }]
1452
+ }] });
1453
+
1454
+ var IDSelectModule = /** @class */ (function () {
1455
+ function IDSelectModule() {
1456
+ }
1457
+ return IDSelectModule;
1458
+ }());
1459
+ IDSelectModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1460
+ IDSelectModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule, declarations: [IDSelectComponent], exports: [IDSelectComponent] });
1461
+ IDSelectModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule });
1462
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectModule, decorators: [{
1463
+ type: i0.NgModule,
1464
+ args: [{
1465
+ declarations: [
1466
+ IDSelectComponent
1467
+ ],
1468
+ exports: [
1469
+ IDSelectComponent
1470
+ ],
1471
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1472
+ }]
1473
+ }] });
1474
+
1475
+ var IDSelectMultipleComponent = /** @class */ (function () {
1476
+ function IDSelectMultipleComponent() {
1477
+ this.label = undefined;
1478
+ this.errorMessage = undefined;
1479
+ this.placeholder = '';
1480
+ }
1481
+ return IDSelectMultipleComponent;
1482
+ }());
1483
+ IDSelectMultipleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
744
1484
  IDSelectMultipleComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { label: "label", errorMessage: "errorMessage", placeholder: "placeholder" }, ngImport: i0__namespace, template: "<ids-select-multiple [label]=\"label\" [placeholder]=\"placeholder\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-select-multiple>", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
745
1485
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, decorators: [{
746
1486
  type: i0.Component,
@@ -921,643 +1661,108 @@
921
1661
  return IDRowModule;
922
1662
  }());
923
1663
  IDRowModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
924
- IDRowModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, declarations: [IDRowComponent], exports: [IDRowComponent] });
925
- IDRowModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule });
926
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, decorators: [{
927
- type: i0.NgModule,
928
- args: [{
929
- declarations: [
930
- IDRowComponent
931
- ],
932
- exports: [
933
- IDRowComponent
934
- ],
935
- schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
936
- }]
937
- }] });
938
-
939
- var IDColumnComponent = /** @class */ (function () {
940
- function IDColumnComponent() {
941
- this.cols = "";
942
- this.mobile = "";
943
- this.align = "";
944
- }
945
- return IDColumnComponent;
946
- }());
947
- IDColumnComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
948
- IDColumnComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", mobile: "mobile", align: "align" }, ngImport: i0__namespace, template: "<ids-col \r\n [attr.cols]=\"cols\"\r\n [attr.mobile]=\"mobile\" \r\n [attr.align]=\"align\">\r\n <ng-content></ng-content>\r\n</ids-col>", styles: ["id-col { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
949
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, decorators: [{
950
- type: i0.Component,
951
- args: [{
952
- selector: 'id-col',
953
- templateUrl: './column.component.html',
954
- encapsulation: i0.ViewEncapsulation.None,
955
- styles: ['id-col { display: contents; }']
956
- }]
957
- }], ctorParameters: function () { return []; }, propDecorators: { cols: [{
958
- type: i0.Input
959
- }], mobile: [{
960
- type: i0.Input
961
- }], align: [{
962
- type: i0.Input
963
- }] } });
964
-
965
- var IDColumnModule = /** @class */ (function () {
966
- function IDColumnModule() {
967
- }
968
- return IDColumnModule;
969
- }());
970
- IDColumnModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
971
- IDColumnModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, declarations: [IDColumnComponent], exports: [IDColumnComponent] });
972
- IDColumnModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule });
973
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, decorators: [{
974
- type: i0.NgModule,
975
- args: [{
976
- declarations: [
977
- IDColumnComponent
978
- ],
979
- exports: [
980
- IDColumnComponent
981
- ],
982
- schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
983
- }]
984
- }] });
985
-
986
- var IDContainerComponent = /** @class */ (function () {
987
- function IDContainerComponent() {
988
- this.fluid = false;
989
- }
990
- return IDContainerComponent;
991
- }());
992
- IDContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
993
- IDContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid" }, ngImport: i0__namespace, template: "<ids-container [attr.fluid]=\"fluid\">\r\n <ng-content></ng-content>\r\n</ids-container>", encapsulation: i0__namespace.ViewEncapsulation.None });
994
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, decorators: [{
995
- type: i0.Component,
996
- args: [{
997
- selector: 'id-container',
998
- templateUrl: './container.component.html',
999
- encapsulation: i0.ViewEncapsulation.None,
1000
- }]
1001
- }], ctorParameters: function () { return []; }, propDecorators: { fluid: [{
1002
- type: i0.Input
1003
- }] } });
1004
-
1005
- var IDContainerModule = /** @class */ (function () {
1006
- function IDContainerModule() {
1007
- }
1008
- return IDContainerModule;
1009
- }());
1010
- IDContainerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1011
- IDContainerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, declarations: [IDContainerComponent], exports: [IDContainerComponent] });
1012
- IDContainerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule });
1013
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, decorators: [{
1014
- type: i0.NgModule,
1015
- args: [{
1016
- declarations: [
1017
- IDContainerComponent
1018
- ],
1019
- exports: [
1020
- IDContainerComponent
1021
- ],
1022
- schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1023
- }]
1024
- }] });
1025
-
1026
- /*! *****************************************************************************
1027
- Copyright (c) Microsoft Corporation.
1028
-
1029
- Permission to use, copy, modify, and/or distribute this software for any
1030
- purpose with or without fee is hereby granted.
1031
-
1032
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1033
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1034
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1035
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1036
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1037
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1038
- PERFORMANCE OF THIS SOFTWARE.
1039
- ***************************************************************************** */
1040
- /* global Reflect, Promise */
1041
- var extendStatics = function (d, b) {
1042
- extendStatics = Object.setPrototypeOf ||
1043
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1044
- function (d, b) { for (var p in b)
1045
- if (Object.prototype.hasOwnProperty.call(b, p))
1046
- d[p] = b[p]; };
1047
- return extendStatics(d, b);
1048
- };
1049
- function __extends(d, b) {
1050
- if (typeof b !== "function" && b !== null)
1051
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1052
- extendStatics(d, b);
1053
- function __() { this.constructor = d; }
1054
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1055
- }
1056
- var __assign = function () {
1057
- __assign = Object.assign || function __assign(t) {
1058
- for (var s, i = 1, n = arguments.length; i < n; i++) {
1059
- s = arguments[i];
1060
- for (var p in s)
1061
- if (Object.prototype.hasOwnProperty.call(s, p))
1062
- t[p] = s[p];
1063
- }
1064
- return t;
1065
- };
1066
- return __assign.apply(this, arguments);
1067
- };
1068
- function __rest(s, e) {
1069
- var t = {};
1070
- for (var p in s)
1071
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
1072
- t[p] = s[p];
1073
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
1074
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
1075
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
1076
- t[p[i]] = s[p[i]];
1077
- }
1078
- return t;
1079
- }
1080
- function __decorate(decorators, target, key, desc) {
1081
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1082
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1083
- r = Reflect.decorate(decorators, target, key, desc);
1084
- else
1085
- for (var i = decorators.length - 1; i >= 0; i--)
1086
- if (d = decorators[i])
1087
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1088
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1089
- }
1090
- function __param(paramIndex, decorator) {
1091
- return function (target, key) { decorator(target, key, paramIndex); };
1092
- }
1093
- function __metadata(metadataKey, metadataValue) {
1094
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1095
- return Reflect.metadata(metadataKey, metadataValue);
1096
- }
1097
- function __awaiter(thisArg, _arguments, P, generator) {
1098
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1099
- return new (P || (P = Promise))(function (resolve, reject) {
1100
- function fulfilled(value) { try {
1101
- step(generator.next(value));
1102
- }
1103
- catch (e) {
1104
- reject(e);
1105
- } }
1106
- function rejected(value) { try {
1107
- step(generator["throw"](value));
1108
- }
1109
- catch (e) {
1110
- reject(e);
1111
- } }
1112
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
1113
- step((generator = generator.apply(thisArg, _arguments || [])).next());
1114
- });
1115
- }
1116
- function __generator(thisArg, body) {
1117
- var _ = { label: 0, sent: function () { if (t[0] & 1)
1118
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
1119
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
1120
- function verb(n) { return function (v) { return step([n, v]); }; }
1121
- function step(op) {
1122
- if (f)
1123
- throw new TypeError("Generator is already executing.");
1124
- while (_)
1125
- try {
1126
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
1127
- return t;
1128
- if (y = 0, t)
1129
- op = [op[0] & 2, t.value];
1130
- switch (op[0]) {
1131
- case 0:
1132
- case 1:
1133
- t = op;
1134
- break;
1135
- case 4:
1136
- _.label++;
1137
- return { value: op[1], done: false };
1138
- case 5:
1139
- _.label++;
1140
- y = op[1];
1141
- op = [0];
1142
- continue;
1143
- case 7:
1144
- op = _.ops.pop();
1145
- _.trys.pop();
1146
- continue;
1147
- default:
1148
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
1149
- _ = 0;
1150
- continue;
1151
- }
1152
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
1153
- _.label = op[1];
1154
- break;
1155
- }
1156
- if (op[0] === 6 && _.label < t[1]) {
1157
- _.label = t[1];
1158
- t = op;
1159
- break;
1160
- }
1161
- if (t && _.label < t[2]) {
1162
- _.label = t[2];
1163
- _.ops.push(op);
1164
- break;
1165
- }
1166
- if (t[2])
1167
- _.ops.pop();
1168
- _.trys.pop();
1169
- continue;
1170
- }
1171
- op = body.call(thisArg, _);
1172
- }
1173
- catch (e) {
1174
- op = [6, e];
1175
- y = 0;
1176
- }
1177
- finally {
1178
- f = t = 0;
1179
- }
1180
- if (op[0] & 5)
1181
- throw op[1];
1182
- return { value: op[0] ? op[1] : void 0, done: true };
1183
- }
1184
- }
1185
- var __createBinding = Object.create ? (function (o, m, k, k2) {
1186
- if (k2 === undefined)
1187
- k2 = k;
1188
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
1189
- }) : (function (o, m, k, k2) {
1190
- if (k2 === undefined)
1191
- k2 = k;
1192
- o[k2] = m[k];
1193
- });
1194
- function __exportStar(m, o) {
1195
- for (var p in m)
1196
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
1197
- __createBinding(o, m, p);
1198
- }
1199
- function __values(o) {
1200
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
1201
- if (m)
1202
- return m.call(o);
1203
- if (o && typeof o.length === "number")
1204
- return {
1205
- next: function () {
1206
- if (o && i >= o.length)
1207
- o = void 0;
1208
- return { value: o && o[i++], done: !o };
1209
- }
1210
- };
1211
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
1212
- }
1213
- function __read(o, n) {
1214
- var m = typeof Symbol === "function" && o[Symbol.iterator];
1215
- if (!m)
1216
- return o;
1217
- var i = m.call(o), r, ar = [], e;
1218
- try {
1219
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
1220
- ar.push(r.value);
1221
- }
1222
- catch (error) {
1223
- e = { error: error };
1224
- }
1225
- finally {
1226
- try {
1227
- if (r && !r.done && (m = i["return"]))
1228
- m.call(i);
1229
- }
1230
- finally {
1231
- if (e)
1232
- throw e.error;
1233
- }
1234
- }
1235
- return ar;
1236
- }
1237
- /** @deprecated */
1238
- function __spread() {
1239
- for (var ar = [], i = 0; i < arguments.length; i++)
1240
- ar = ar.concat(__read(arguments[i]));
1241
- return ar;
1242
- }
1243
- /** @deprecated */
1244
- function __spreadArrays() {
1245
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
1246
- s += arguments[i].length;
1247
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
1248
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
1249
- r[k] = a[j];
1250
- return r;
1251
- }
1252
- function __spreadArray(to, from, pack) {
1253
- if (pack || arguments.length === 2)
1254
- for (var i = 0, l = from.length, ar; i < l; i++) {
1255
- if (ar || !(i in from)) {
1256
- if (!ar)
1257
- ar = Array.prototype.slice.call(from, 0, i);
1258
- ar[i] = from[i];
1259
- }
1260
- }
1261
- return to.concat(ar || Array.prototype.slice.call(from));
1262
- }
1263
- function __await(v) {
1264
- return this instanceof __await ? (this.v = v, this) : new __await(v);
1265
- }
1266
- function __asyncGenerator(thisArg, _arguments, generator) {
1267
- if (!Symbol.asyncIterator)
1268
- throw new TypeError("Symbol.asyncIterator is not defined.");
1269
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
1270
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
1271
- function verb(n) { if (g[n])
1272
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
1273
- function resume(n, v) { try {
1274
- step(g[n](v));
1275
- }
1276
- catch (e) {
1277
- settle(q[0][3], e);
1278
- } }
1279
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
1280
- function fulfill(value) { resume("next", value); }
1281
- function reject(value) { resume("throw", value); }
1282
- function settle(f, v) { if (f(v), q.shift(), q.length)
1283
- resume(q[0][0], q[0][1]); }
1284
- }
1285
- function __asyncDelegator(o) {
1286
- var i, p;
1287
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
1288
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
1289
- }
1290
- function __asyncValues(o) {
1291
- if (!Symbol.asyncIterator)
1292
- throw new TypeError("Symbol.asyncIterator is not defined.");
1293
- var m = o[Symbol.asyncIterator], i;
1294
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
1295
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
1296
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
1297
- }
1298
- function __makeTemplateObject(cooked, raw) {
1299
- if (Object.defineProperty) {
1300
- Object.defineProperty(cooked, "raw", { value: raw });
1301
- }
1302
- else {
1303
- cooked.raw = raw;
1304
- }
1305
- return cooked;
1306
- }
1307
- ;
1308
- var __setModuleDefault = Object.create ? (function (o, v) {
1309
- Object.defineProperty(o, "default", { enumerable: true, value: v });
1310
- }) : function (o, v) {
1311
- o["default"] = v;
1312
- };
1313
- function __importStar(mod) {
1314
- if (mod && mod.__esModule)
1315
- return mod;
1316
- var result = {};
1317
- if (mod != null)
1318
- for (var k in mod)
1319
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
1320
- __createBinding(result, mod, k);
1321
- __setModuleDefault(result, mod);
1322
- return result;
1323
- }
1324
- function __importDefault(mod) {
1325
- return (mod && mod.__esModule) ? mod : { default: mod };
1326
- }
1327
- function __classPrivateFieldGet(receiver, state, kind, f) {
1328
- if (kind === "a" && !f)
1329
- throw new TypeError("Private accessor was defined without a getter");
1330
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
1331
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
1332
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
1333
- }
1334
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
1335
- if (kind === "m")
1336
- throw new TypeError("Private method is not writable");
1337
- if (kind === "a" && !f)
1338
- throw new TypeError("Private accessor was defined without a setter");
1339
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
1340
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
1341
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
1342
- }
1343
-
1344
- var IDLink = /** @class */ (function () {
1345
- function IDLink(_label, _id, _classes) {
1346
- this._label = _label;
1347
- this._id = _id;
1348
- this._classes = _classes;
1349
- }
1350
- Object.defineProperty(IDLink.prototype, "label", {
1351
- get: function () {
1352
- return this._label;
1353
- },
1354
- set: function (label) {
1355
- this._label = label;
1356
- },
1357
- enumerable: false,
1358
- configurable: true
1359
- });
1360
- Object.defineProperty(IDLink.prototype, "id", {
1361
- get: function () {
1362
- return this._id;
1363
- },
1364
- set: function (id) {
1365
- this._id = id;
1366
- },
1367
- enumerable: false,
1368
- configurable: true
1369
- });
1370
- Object.defineProperty(IDLink.prototype, "classes", {
1371
- get: function () {
1372
- return this._classes;
1373
- },
1374
- set: function (classes) {
1375
- this._classes = classes;
1376
- },
1377
- enumerable: false,
1378
- configurable: true
1379
- });
1380
- return IDLink;
1381
- }());
1382
-
1383
- var IDLinkFunction = /** @class */ (function (_super) {
1384
- __extends(IDLinkFunction, _super);
1385
- function IDLinkFunction(_label, _action, _id, _classes) {
1386
- var _this = _super.call(this, _label, _id, _classes) || this;
1387
- _this._action = _action;
1388
- return _this;
1389
- }
1390
- Object.defineProperty(IDLinkFunction.prototype, "action", {
1391
- get: function () {
1392
- return this._action;
1393
- },
1394
- set: function (action) {
1395
- this._action = action;
1396
- },
1397
- enumerable: false,
1398
- configurable: true
1399
- });
1400
- IDLinkFunction.prototype.click = function () {
1401
- this._action();
1402
- };
1403
- return IDLinkFunction;
1404
- }(IDLink));
1664
+ IDRowModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, declarations: [IDRowComponent], exports: [IDRowComponent] });
1665
+ IDRowModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule });
1666
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, decorators: [{
1667
+ type: i0.NgModule,
1668
+ args: [{
1669
+ declarations: [
1670
+ IDRowComponent
1671
+ ],
1672
+ exports: [
1673
+ IDRowComponent
1674
+ ],
1675
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1676
+ }]
1677
+ }] });
1405
1678
 
1406
- var IDLinkRoute = /** @class */ (function (_super) {
1407
- __extends(IDLinkRoute, _super);
1408
- function IDLinkRoute(_label, _route, _queries, router, _id, _classes) {
1409
- if (_queries === void 0) { _queries = {}; }
1410
- var _this = _super.call(this, _label, _id, _classes) || this;
1411
- _this._route = _route;
1412
- _this._queries = _queries;
1413
- _this.router = router;
1414
- return _this;
1679
+ var IDColumnComponent = /** @class */ (function () {
1680
+ function IDColumnComponent() {
1681
+ this.cols = "";
1682
+ this.mobile = "";
1683
+ this.align = "";
1415
1684
  }
1416
- Object.defineProperty(IDLinkRoute.prototype, "route", {
1417
- get: function () {
1418
- return this._route;
1419
- },
1420
- set: function (route) {
1421
- this._route = route;
1422
- },
1423
- enumerable: false,
1424
- configurable: true
1425
- });
1426
- Object.defineProperty(IDLinkRoute.prototype, "queries", {
1427
- get: function () {
1428
- return this._queries;
1429
- },
1430
- set: function (_queries) {
1431
- this._queries = _queries;
1432
- },
1433
- enumerable: false,
1434
- configurable: true
1435
- });
1436
- IDLinkRoute.prototype.click = function () {
1437
- if (this.router) {
1438
- this.router.navigate([this.route]);
1439
- }
1440
- else {
1441
- console.error('No router supplied in IcLinkRoute Object');
1442
- }
1443
- };
1444
- return IDLinkRoute;
1445
- }(IDLink));
1685
+ return IDColumnComponent;
1686
+ }());
1687
+ IDColumnComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1688
+ IDColumnComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", mobile: "mobile", align: "align" }, ngImport: i0__namespace, template: "<ids-col \r\n [attr.cols]=\"cols\"\r\n [attr.mobile]=\"mobile\" \r\n [attr.align]=\"align\">\r\n <ng-content></ng-content>\r\n</ids-col>", styles: ["id-col { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
1689
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, decorators: [{
1690
+ type: i0.Component,
1691
+ args: [{
1692
+ selector: 'id-col',
1693
+ templateUrl: './column.component.html',
1694
+ encapsulation: i0.ViewEncapsulation.None,
1695
+ styles: ['id-col { display: contents; }']
1696
+ }]
1697
+ }], ctorParameters: function () { return []; }, propDecorators: { cols: [{
1698
+ type: i0.Input
1699
+ }], mobile: [{
1700
+ type: i0.Input
1701
+ }], align: [{
1702
+ type: i0.Input
1703
+ }] } });
1446
1704
 
1447
- var IDLinkWeb = /** @class */ (function (_super) {
1448
- __extends(IDLinkWeb, _super);
1449
- function IDLinkWeb(_label, _url, _target, _id, _classes) {
1450
- var _this = _super.call(this, _label, _id, _classes) || this;
1451
- _this._url = _url;
1452
- _this._target = _target;
1453
- return _this;
1705
+ var IDColumnModule = /** @class */ (function () {
1706
+ function IDColumnModule() {
1454
1707
  }
1455
- Object.defineProperty(IDLinkWeb.prototype, "target", {
1456
- get: function () {
1457
- return this._target;
1458
- },
1459
- set: function (target) {
1460
- this._target = target;
1461
- },
1462
- enumerable: false,
1463
- configurable: true
1464
- });
1465
- Object.defineProperty(IDLinkWeb.prototype, "url", {
1466
- get: function () {
1467
- return this._url;
1468
- },
1469
- set: function (url) {
1470
- this._url = url;
1471
- },
1472
- enumerable: false,
1473
- configurable: true
1474
- });
1475
- IDLinkWeb.prototype.click = function () {
1476
- window.open(this._url, this.target);
1477
- };
1478
- return IDLinkWeb;
1479
- }(IDLink));
1708
+ return IDColumnModule;
1709
+ }());
1710
+ IDColumnModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1711
+ IDColumnModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, declarations: [IDColumnComponent], exports: [IDColumnComponent] });
1712
+ IDColumnModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule });
1713
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, decorators: [{
1714
+ type: i0.NgModule,
1715
+ args: [{
1716
+ declarations: [
1717
+ IDColumnComponent
1718
+ ],
1719
+ exports: [
1720
+ IDColumnComponent
1721
+ ],
1722
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1723
+ }]
1724
+ }] });
1480
1725
 
1481
- var IDAnchorComponent = /** @class */ (function () {
1482
- function IDAnchorComponent(sanitizer) {
1483
- this.sanitizer = sanitizer;
1484
- this.linkType = '';
1485
- this.isLinkExternal = false;
1486
- this.isLinkRoute = false;
1487
- this.isLinkWeb = false;
1488
- this.isLinkFunction = false;
1489
- this.classes = '';
1490
- this.scriptHref = this.sanitizer.bypassSecurityTrustUrl('javascript:');
1491
- /** Apply classes to <a> element */
1492
- this.contextClasses = [];
1726
+ var IDContainerComponent = /** @class */ (function () {
1727
+ function IDContainerComponent() {
1728
+ this.fluid = false;
1493
1729
  }
1494
- IDAnchorComponent.prototype.setLinkType = function () {
1495
- this.isLinkRoute = this.link instanceof IDLinkRoute;
1496
- this.isLinkWeb = this.link instanceof IDLinkWeb;
1497
- this.isLinkFunction = this.link instanceof IDLinkFunction;
1498
- if (this.link && this.isLinkWeb) {
1499
- var weblink = this.link;
1500
- this.isLinkExternal = weblink.target === '_blank' || weblink.target === 'blank';
1501
- }
1502
- else {
1503
- this.isLinkExternal = false;
1504
- }
1505
- };
1506
- IDAnchorComponent.prototype.setClasses = function () {
1507
- if (this.link && this.link.classes) {
1508
- this.classes = __spreadArray(__spreadArray([], __read(this.contextClasses)), __read(this.link.classes)).join(' ');
1509
- }
1510
- else {
1511
- this.classes = this.contextClasses.join(' ');
1512
- }
1513
- };
1514
- Object.defineProperty(IDAnchorComponent.prototype, "linkWeb", {
1515
- get: function () {
1516
- return this.link;
1517
- },
1518
- enumerable: false,
1519
- configurable: true
1520
- });
1521
- Object.defineProperty(IDAnchorComponent.prototype, "linkRoute", {
1522
- get: function () {
1523
- return this.link;
1524
- },
1525
- enumerable: false,
1526
- configurable: true
1527
- });
1528
- Object.defineProperty(IDAnchorComponent.prototype, "linkFunction", {
1529
- get: function () {
1530
- return this.link;
1531
- },
1532
- enumerable: false,
1533
- configurable: true
1534
- });
1535
- IDAnchorComponent.prototype.ngOnChanges = function (changes) {
1536
- if (changes.link) {
1537
- this.setLinkType();
1538
- this.setClasses();
1539
- }
1540
- if (changes.contextClasses) {
1541
- this.setClasses();
1542
- }
1543
- };
1544
- return IDAnchorComponent;
1730
+ return IDContainerComponent;
1545
1731
  }());
1546
- IDAnchorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorComponent, deps: [{ token: i1__namespace.DomSanitizer }], target: i0__namespace.ɵɵFactoryTarget.Component });
1547
- IDAnchorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAnchorComponent, selector: "id-anchor", inputs: { link: "link", contextClasses: "contextClasses" }, usesOnChanges: true, ngImport: i0__namespace, template: "<a *ngIf=\"isLinkRoute\" \n [attr.id]=\"linkRoute.id\"\n [class]=\"classes\" \n [routerLink]=\"linkRoute.route\"\n routerLinkActive=\"selected\"\n [queryParams]=\"linkRoute.queries\">\n {{linkRoute.label}}\n</a>\n<a *ngIf=\"isLinkWeb\" \n [attr.id]=\"linkWeb.id\"\n [class]=\"classes\" \n [href]=\"linkWeb.url\"\n [class.ic-link--external]=\"isLinkExternal\"\n [attr.target]=\"linkWeb.target\"\n [attr.rel]=\"isLinkExternal ? 'noopener' : null\">\n {{linkWeb.label}}\n</a>\n<a *ngIf=\"isLinkFunction\" \n [attr.id]=\"linkFunction.id\"\n [class]=\"classes\" \n [attr.href]=\"scriptHref\"\n (click)=\"linkFunction.action()\">\n {{linkFunction.label}}\n</a>", styles: ["a { color: inherit; text-decoration: inherit; font-size: inherit }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i3__namespace.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], exportAs: ["routerLinkActive"] }] });
1548
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorComponent, decorators: [{
1732
+ IDContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1733
+ IDContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid" }, ngImport: i0__namespace, template: "<ids-container [attr.fluid]=\"fluid\">\r\n <ng-content></ng-content>\r\n</ids-container>", encapsulation: i0__namespace.ViewEncapsulation.None });
1734
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, decorators: [{
1549
1735
  type: i0.Component,
1550
1736
  args: [{
1551
- selector: 'id-anchor',
1552
- templateUrl: './anchor.component.html',
1553
- styles: ['a { color: inherit; text-decoration: inherit; font-size: inherit }',]
1737
+ selector: 'id-container',
1738
+ templateUrl: './container.component.html',
1739
+ encapsulation: i0.ViewEncapsulation.None,
1554
1740
  }]
1555
- }], ctorParameters: function () { return [{ type: i1__namespace.DomSanitizer }]; }, propDecorators: { link: [{
1556
- type: i0.Input
1557
- }], contextClasses: [{
1741
+ }], ctorParameters: function () { return []; }, propDecorators: { fluid: [{
1558
1742
  type: i0.Input
1559
1743
  }] } });
1560
1744
 
1745
+ var IDContainerModule = /** @class */ (function () {
1746
+ function IDContainerModule() {
1747
+ }
1748
+ return IDContainerModule;
1749
+ }());
1750
+ IDContainerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1751
+ IDContainerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, declarations: [IDContainerComponent], exports: [IDContainerComponent] });
1752
+ IDContainerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule });
1753
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, decorators: [{
1754
+ type: i0.NgModule,
1755
+ args: [{
1756
+ declarations: [
1757
+ IDContainerComponent
1758
+ ],
1759
+ exports: [
1760
+ IDContainerComponent
1761
+ ],
1762
+ schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
1763
+ }]
1764
+ }] });
1765
+
1561
1766
  var IDLinkComponent = /** @class */ (function () {
1562
1767
  function IDLinkComponent() {
1563
1768
  this.link = null;
@@ -1615,30 +1820,6 @@
1615
1820
  type: i0.Input
1616
1821
  }] } });
1617
1822
 
1618
- var IDAnchorModule = /** @class */ (function () {
1619
- function IDAnchorModule() {
1620
- }
1621
- return IDAnchorModule;
1622
- }());
1623
- IDAnchorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1624
- IDAnchorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, declarations: [IDAnchorComponent], imports: [i2.CommonModule,
1625
- i3.RouterModule], exports: [IDAnchorComponent] });
1626
- IDAnchorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, imports: [[
1627
- i2.CommonModule,
1628
- i3.RouterModule,
1629
- ]] });
1630
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, decorators: [{
1631
- type: i0.NgModule,
1632
- args: [{
1633
- declarations: [IDAnchorComponent],
1634
- imports: [
1635
- i2.CommonModule,
1636
- i3.RouterModule,
1637
- ],
1638
- exports: [IDAnchorComponent]
1639
- }]
1640
- }] });
1641
-
1642
1823
  var IDLinkModule = /** @class */ (function () {
1643
1824
  function IDLinkModule() {
1644
1825
  }
@@ -2333,10 +2514,14 @@
2333
2514
  exports.IDAlertGlobalComponent = IDAlertGlobalComponent;
2334
2515
  exports.IDAlertGlobalModule = IDAlertGlobalModule;
2335
2516
  exports.IDAlertModule = IDAlertModule;
2517
+ exports.IDBreadcrumbsComponent = IDBreadcrumbsComponent;
2518
+ exports.IDBreadcrumbsModule = IDBreadcrumbsModule;
2336
2519
  exports.IDButtonComponent = IDButtonComponent;
2337
2520
  exports.IDButtonGroupComponent = IDButtonGroupComponent;
2338
2521
  exports.IDButtonGroupModule = IDButtonGroupModule;
2339
2522
  exports.IDButtonModule = IDButtonModule;
2523
+ exports.IDCardComponent = IDCardComponent;
2524
+ exports.IDCardModule = IDCardModule;
2340
2525
  exports.IDCheckboxComponent = IDCheckboxComponent;
2341
2526
  exports.IDCheckboxGroupComponent = IDCheckboxGroupComponent;
2342
2527
  exports.IDCheckboxGroupModule = IDCheckboxGroupModule;
@@ -2347,6 +2532,9 @@
2347
2532
  exports.IDContainerModule = IDContainerModule;
2348
2533
  exports.IDDateLabelComponent = IDDateLabelComponent;
2349
2534
  exports.IDDateLabelModule = IDDateLabelModule;
2535
+ exports.IDDialogActionsComponent = IDDialogActionsComponent;
2536
+ exports.IDDialogComponent = IDDialogComponent;
2537
+ exports.IDDialogModule = IDDialogModule;
2350
2538
  exports.IDErrorMessageComponent = IDErrorMessageComponent;
2351
2539
  exports.IDErrorMessageModule = IDErrorMessageModule;
2352
2540
  exports.IDFooterComponent = IDFooterComponent;