@inera/ids-angular 1.5.2 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +849 -773
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +33 -0
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +32 -0
- package/esm2015/lib/components/form/checkbox/checkbox.component.js +9 -5
- package/esm2015/lib/components/form/input/input.component.js +9 -4
- package/esm2015/lib/components/header/header.component.js +14 -5
- package/esm2015/public-api.js +4 -1
- package/fesm2015/inera-ids-angular.js +268 -194
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +12 -0
- package/lib/components/breadcrumbs/breadcrumbs.module.d.ts +10 -0
- package/lib/components/form/checkbox/checkbox.component.d.ts +2 -1
- package/lib/components/form/input/input.component.d.ts +2 -1
- package/lib/components/header/header.component.d.ts +6 -2
- package/package.json +2 -2
- package/public-api.d.ts +2 -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('@
|
|
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', '@
|
|
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,
|
|
5
|
-
})(this, (function (exports, i0, i2, register, register$1, register$2, register$3,
|
|
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/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('@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/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', '@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;
|
|
@@ -240,6 +240,624 @@
|
|
|
240
240
|
}]
|
|
241
241
|
}] });
|
|
242
242
|
|
|
243
|
+
/*! *****************************************************************************
|
|
244
|
+
Copyright (c) Microsoft Corporation.
|
|
245
|
+
|
|
246
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
247
|
+
purpose with or without fee is hereby granted.
|
|
248
|
+
|
|
249
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
250
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
251
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
252
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
253
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
254
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
255
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
256
|
+
***************************************************************************** */
|
|
257
|
+
/* global Reflect, Promise */
|
|
258
|
+
var extendStatics = function (d, b) {
|
|
259
|
+
extendStatics = Object.setPrototypeOf ||
|
|
260
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
261
|
+
function (d, b) { for (var p in b)
|
|
262
|
+
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
263
|
+
d[p] = b[p]; };
|
|
264
|
+
return extendStatics(d, b);
|
|
265
|
+
};
|
|
266
|
+
function __extends(d, b) {
|
|
267
|
+
if (typeof b !== "function" && b !== null)
|
|
268
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
269
|
+
extendStatics(d, b);
|
|
270
|
+
function __() { this.constructor = d; }
|
|
271
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
272
|
+
}
|
|
273
|
+
var __assign = function () {
|
|
274
|
+
__assign = Object.assign || function __assign(t) {
|
|
275
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
276
|
+
s = arguments[i];
|
|
277
|
+
for (var p in s)
|
|
278
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
279
|
+
t[p] = s[p];
|
|
280
|
+
}
|
|
281
|
+
return t;
|
|
282
|
+
};
|
|
283
|
+
return __assign.apply(this, arguments);
|
|
284
|
+
};
|
|
285
|
+
function __rest(s, e) {
|
|
286
|
+
var t = {};
|
|
287
|
+
for (var p in s)
|
|
288
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
289
|
+
t[p] = s[p];
|
|
290
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
291
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
292
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
293
|
+
t[p[i]] = s[p[i]];
|
|
294
|
+
}
|
|
295
|
+
return t;
|
|
296
|
+
}
|
|
297
|
+
function __decorate(decorators, target, key, desc) {
|
|
298
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
299
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
300
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
301
|
+
else
|
|
302
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
303
|
+
if (d = decorators[i])
|
|
304
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
305
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
306
|
+
}
|
|
307
|
+
function __param(paramIndex, decorator) {
|
|
308
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
|
309
|
+
}
|
|
310
|
+
function __metadata(metadataKey, metadataValue) {
|
|
311
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
312
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
313
|
+
}
|
|
314
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
315
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
316
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
317
|
+
function fulfilled(value) { try {
|
|
318
|
+
step(generator.next(value));
|
|
319
|
+
}
|
|
320
|
+
catch (e) {
|
|
321
|
+
reject(e);
|
|
322
|
+
} }
|
|
323
|
+
function rejected(value) { try {
|
|
324
|
+
step(generator["throw"](value));
|
|
325
|
+
}
|
|
326
|
+
catch (e) {
|
|
327
|
+
reject(e);
|
|
328
|
+
} }
|
|
329
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
330
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
331
|
+
});
|
|
332
|
+
}
|
|
333
|
+
function __generator(thisArg, body) {
|
|
334
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
335
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
336
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
337
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
338
|
+
function step(op) {
|
|
339
|
+
if (f)
|
|
340
|
+
throw new TypeError("Generator is already executing.");
|
|
341
|
+
while (_)
|
|
342
|
+
try {
|
|
343
|
+
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)
|
|
344
|
+
return t;
|
|
345
|
+
if (y = 0, t)
|
|
346
|
+
op = [op[0] & 2, t.value];
|
|
347
|
+
switch (op[0]) {
|
|
348
|
+
case 0:
|
|
349
|
+
case 1:
|
|
350
|
+
t = op;
|
|
351
|
+
break;
|
|
352
|
+
case 4:
|
|
353
|
+
_.label++;
|
|
354
|
+
return { value: op[1], done: false };
|
|
355
|
+
case 5:
|
|
356
|
+
_.label++;
|
|
357
|
+
y = op[1];
|
|
358
|
+
op = [0];
|
|
359
|
+
continue;
|
|
360
|
+
case 7:
|
|
361
|
+
op = _.ops.pop();
|
|
362
|
+
_.trys.pop();
|
|
363
|
+
continue;
|
|
364
|
+
default:
|
|
365
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
366
|
+
_ = 0;
|
|
367
|
+
continue;
|
|
368
|
+
}
|
|
369
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
370
|
+
_.label = op[1];
|
|
371
|
+
break;
|
|
372
|
+
}
|
|
373
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
374
|
+
_.label = t[1];
|
|
375
|
+
t = op;
|
|
376
|
+
break;
|
|
377
|
+
}
|
|
378
|
+
if (t && _.label < t[2]) {
|
|
379
|
+
_.label = t[2];
|
|
380
|
+
_.ops.push(op);
|
|
381
|
+
break;
|
|
382
|
+
}
|
|
383
|
+
if (t[2])
|
|
384
|
+
_.ops.pop();
|
|
385
|
+
_.trys.pop();
|
|
386
|
+
continue;
|
|
387
|
+
}
|
|
388
|
+
op = body.call(thisArg, _);
|
|
389
|
+
}
|
|
390
|
+
catch (e) {
|
|
391
|
+
op = [6, e];
|
|
392
|
+
y = 0;
|
|
393
|
+
}
|
|
394
|
+
finally {
|
|
395
|
+
f = t = 0;
|
|
396
|
+
}
|
|
397
|
+
if (op[0] & 5)
|
|
398
|
+
throw op[1];
|
|
399
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
403
|
+
if (k2 === undefined)
|
|
404
|
+
k2 = k;
|
|
405
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
406
|
+
}) : (function (o, m, k, k2) {
|
|
407
|
+
if (k2 === undefined)
|
|
408
|
+
k2 = k;
|
|
409
|
+
o[k2] = m[k];
|
|
410
|
+
});
|
|
411
|
+
function __exportStar(m, o) {
|
|
412
|
+
for (var p in m)
|
|
413
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
414
|
+
__createBinding(o, m, p);
|
|
415
|
+
}
|
|
416
|
+
function __values(o) {
|
|
417
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
418
|
+
if (m)
|
|
419
|
+
return m.call(o);
|
|
420
|
+
if (o && typeof o.length === "number")
|
|
421
|
+
return {
|
|
422
|
+
next: function () {
|
|
423
|
+
if (o && i >= o.length)
|
|
424
|
+
o = void 0;
|
|
425
|
+
return { value: o && o[i++], done: !o };
|
|
426
|
+
}
|
|
427
|
+
};
|
|
428
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
429
|
+
}
|
|
430
|
+
function __read(o, n) {
|
|
431
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
432
|
+
if (!m)
|
|
433
|
+
return o;
|
|
434
|
+
var i = m.call(o), r, ar = [], e;
|
|
435
|
+
try {
|
|
436
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
437
|
+
ar.push(r.value);
|
|
438
|
+
}
|
|
439
|
+
catch (error) {
|
|
440
|
+
e = { error: error };
|
|
441
|
+
}
|
|
442
|
+
finally {
|
|
443
|
+
try {
|
|
444
|
+
if (r && !r.done && (m = i["return"]))
|
|
445
|
+
m.call(i);
|
|
446
|
+
}
|
|
447
|
+
finally {
|
|
448
|
+
if (e)
|
|
449
|
+
throw e.error;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
return ar;
|
|
453
|
+
}
|
|
454
|
+
/** @deprecated */
|
|
455
|
+
function __spread() {
|
|
456
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
457
|
+
ar = ar.concat(__read(arguments[i]));
|
|
458
|
+
return ar;
|
|
459
|
+
}
|
|
460
|
+
/** @deprecated */
|
|
461
|
+
function __spreadArrays() {
|
|
462
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
463
|
+
s += arguments[i].length;
|
|
464
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
465
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
466
|
+
r[k] = a[j];
|
|
467
|
+
return r;
|
|
468
|
+
}
|
|
469
|
+
function __spreadArray(to, from, pack) {
|
|
470
|
+
if (pack || arguments.length === 2)
|
|
471
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
472
|
+
if (ar || !(i in from)) {
|
|
473
|
+
if (!ar)
|
|
474
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
475
|
+
ar[i] = from[i];
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
479
|
+
}
|
|
480
|
+
function __await(v) {
|
|
481
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
482
|
+
}
|
|
483
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
484
|
+
if (!Symbol.asyncIterator)
|
|
485
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
486
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
487
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
488
|
+
function verb(n) { if (g[n])
|
|
489
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
490
|
+
function resume(n, v) { try {
|
|
491
|
+
step(g[n](v));
|
|
492
|
+
}
|
|
493
|
+
catch (e) {
|
|
494
|
+
settle(q[0][3], e);
|
|
495
|
+
} }
|
|
496
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
497
|
+
function fulfill(value) { resume("next", value); }
|
|
498
|
+
function reject(value) { resume("throw", value); }
|
|
499
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
500
|
+
resume(q[0][0], q[0][1]); }
|
|
501
|
+
}
|
|
502
|
+
function __asyncDelegator(o) {
|
|
503
|
+
var i, p;
|
|
504
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
505
|
+
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; }
|
|
506
|
+
}
|
|
507
|
+
function __asyncValues(o) {
|
|
508
|
+
if (!Symbol.asyncIterator)
|
|
509
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
510
|
+
var m = o[Symbol.asyncIterator], i;
|
|
511
|
+
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);
|
|
512
|
+
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); }); }; }
|
|
513
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
514
|
+
}
|
|
515
|
+
function __makeTemplateObject(cooked, raw) {
|
|
516
|
+
if (Object.defineProperty) {
|
|
517
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
|
518
|
+
}
|
|
519
|
+
else {
|
|
520
|
+
cooked.raw = raw;
|
|
521
|
+
}
|
|
522
|
+
return cooked;
|
|
523
|
+
}
|
|
524
|
+
;
|
|
525
|
+
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
526
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
527
|
+
}) : function (o, v) {
|
|
528
|
+
o["default"] = v;
|
|
529
|
+
};
|
|
530
|
+
function __importStar(mod) {
|
|
531
|
+
if (mod && mod.__esModule)
|
|
532
|
+
return mod;
|
|
533
|
+
var result = {};
|
|
534
|
+
if (mod != null)
|
|
535
|
+
for (var k in mod)
|
|
536
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
537
|
+
__createBinding(result, mod, k);
|
|
538
|
+
__setModuleDefault(result, mod);
|
|
539
|
+
return result;
|
|
540
|
+
}
|
|
541
|
+
function __importDefault(mod) {
|
|
542
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
543
|
+
}
|
|
544
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
545
|
+
if (kind === "a" && !f)
|
|
546
|
+
throw new TypeError("Private accessor was defined without a getter");
|
|
547
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
548
|
+
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
549
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
550
|
+
}
|
|
551
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
552
|
+
if (kind === "m")
|
|
553
|
+
throw new TypeError("Private method is not writable");
|
|
554
|
+
if (kind === "a" && !f)
|
|
555
|
+
throw new TypeError("Private accessor was defined without a setter");
|
|
556
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
557
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
558
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
var IDLink = /** @class */ (function () {
|
|
562
|
+
function IDLink(_label, _id, _classes) {
|
|
563
|
+
this._label = _label;
|
|
564
|
+
this._id = _id;
|
|
565
|
+
this._classes = _classes;
|
|
566
|
+
}
|
|
567
|
+
Object.defineProperty(IDLink.prototype, "label", {
|
|
568
|
+
get: function () {
|
|
569
|
+
return this._label;
|
|
570
|
+
},
|
|
571
|
+
set: function (label) {
|
|
572
|
+
this._label = label;
|
|
573
|
+
},
|
|
574
|
+
enumerable: false,
|
|
575
|
+
configurable: true
|
|
576
|
+
});
|
|
577
|
+
Object.defineProperty(IDLink.prototype, "id", {
|
|
578
|
+
get: function () {
|
|
579
|
+
return this._id;
|
|
580
|
+
},
|
|
581
|
+
set: function (id) {
|
|
582
|
+
this._id = id;
|
|
583
|
+
},
|
|
584
|
+
enumerable: false,
|
|
585
|
+
configurable: true
|
|
586
|
+
});
|
|
587
|
+
Object.defineProperty(IDLink.prototype, "classes", {
|
|
588
|
+
get: function () {
|
|
589
|
+
return this._classes;
|
|
590
|
+
},
|
|
591
|
+
set: function (classes) {
|
|
592
|
+
this._classes = classes;
|
|
593
|
+
},
|
|
594
|
+
enumerable: false,
|
|
595
|
+
configurable: true
|
|
596
|
+
});
|
|
597
|
+
return IDLink;
|
|
598
|
+
}());
|
|
599
|
+
|
|
600
|
+
var IDLinkFunction = /** @class */ (function (_super) {
|
|
601
|
+
__extends(IDLinkFunction, _super);
|
|
602
|
+
function IDLinkFunction(_label, _action, _id, _classes) {
|
|
603
|
+
var _this = _super.call(this, _label, _id, _classes) || this;
|
|
604
|
+
_this._action = _action;
|
|
605
|
+
return _this;
|
|
606
|
+
}
|
|
607
|
+
Object.defineProperty(IDLinkFunction.prototype, "action", {
|
|
608
|
+
get: function () {
|
|
609
|
+
return this._action;
|
|
610
|
+
},
|
|
611
|
+
set: function (action) {
|
|
612
|
+
this._action = action;
|
|
613
|
+
},
|
|
614
|
+
enumerable: false,
|
|
615
|
+
configurable: true
|
|
616
|
+
});
|
|
617
|
+
IDLinkFunction.prototype.click = function () {
|
|
618
|
+
this._action();
|
|
619
|
+
};
|
|
620
|
+
return IDLinkFunction;
|
|
621
|
+
}(IDLink));
|
|
622
|
+
|
|
623
|
+
var IDLinkRoute = /** @class */ (function (_super) {
|
|
624
|
+
__extends(IDLinkRoute, _super);
|
|
625
|
+
function IDLinkRoute(_label, _route, _queries, router, _id, _classes) {
|
|
626
|
+
if (_queries === void 0) { _queries = {}; }
|
|
627
|
+
var _this = _super.call(this, _label, _id, _classes) || this;
|
|
628
|
+
_this._route = _route;
|
|
629
|
+
_this._queries = _queries;
|
|
630
|
+
_this.router = router;
|
|
631
|
+
return _this;
|
|
632
|
+
}
|
|
633
|
+
Object.defineProperty(IDLinkRoute.prototype, "route", {
|
|
634
|
+
get: function () {
|
|
635
|
+
return this._route;
|
|
636
|
+
},
|
|
637
|
+
set: function (route) {
|
|
638
|
+
this._route = route;
|
|
639
|
+
},
|
|
640
|
+
enumerable: false,
|
|
641
|
+
configurable: true
|
|
642
|
+
});
|
|
643
|
+
Object.defineProperty(IDLinkRoute.prototype, "queries", {
|
|
644
|
+
get: function () {
|
|
645
|
+
return this._queries;
|
|
646
|
+
},
|
|
647
|
+
set: function (_queries) {
|
|
648
|
+
this._queries = _queries;
|
|
649
|
+
},
|
|
650
|
+
enumerable: false,
|
|
651
|
+
configurable: true
|
|
652
|
+
});
|
|
653
|
+
IDLinkRoute.prototype.click = function () {
|
|
654
|
+
if (this.router) {
|
|
655
|
+
this.router.navigate([this.route]);
|
|
656
|
+
}
|
|
657
|
+
else {
|
|
658
|
+
console.error('No router supplied in IcLinkRoute Object');
|
|
659
|
+
}
|
|
660
|
+
};
|
|
661
|
+
return IDLinkRoute;
|
|
662
|
+
}(IDLink));
|
|
663
|
+
|
|
664
|
+
var IDLinkWeb = /** @class */ (function (_super) {
|
|
665
|
+
__extends(IDLinkWeb, _super);
|
|
666
|
+
function IDLinkWeb(_label, _url, _target, _id, _classes) {
|
|
667
|
+
var _this = _super.call(this, _label, _id, _classes) || this;
|
|
668
|
+
_this._url = _url;
|
|
669
|
+
_this._target = _target;
|
|
670
|
+
return _this;
|
|
671
|
+
}
|
|
672
|
+
Object.defineProperty(IDLinkWeb.prototype, "target", {
|
|
673
|
+
get: function () {
|
|
674
|
+
return this._target;
|
|
675
|
+
},
|
|
676
|
+
set: function (target) {
|
|
677
|
+
this._target = target;
|
|
678
|
+
},
|
|
679
|
+
enumerable: false,
|
|
680
|
+
configurable: true
|
|
681
|
+
});
|
|
682
|
+
Object.defineProperty(IDLinkWeb.prototype, "url", {
|
|
683
|
+
get: function () {
|
|
684
|
+
return this._url;
|
|
685
|
+
},
|
|
686
|
+
set: function (url) {
|
|
687
|
+
this._url = url;
|
|
688
|
+
},
|
|
689
|
+
enumerable: false,
|
|
690
|
+
configurable: true
|
|
691
|
+
});
|
|
692
|
+
IDLinkWeb.prototype.click = function () {
|
|
693
|
+
window.open(this._url, this.target);
|
|
694
|
+
};
|
|
695
|
+
return IDLinkWeb;
|
|
696
|
+
}(IDLink));
|
|
697
|
+
|
|
698
|
+
var IDAnchorComponent = /** @class */ (function () {
|
|
699
|
+
function IDAnchorComponent(sanitizer) {
|
|
700
|
+
this.sanitizer = sanitizer;
|
|
701
|
+
this.linkType = '';
|
|
702
|
+
this.isLinkExternal = false;
|
|
703
|
+
this.isLinkRoute = false;
|
|
704
|
+
this.isLinkWeb = false;
|
|
705
|
+
this.isLinkFunction = false;
|
|
706
|
+
this.classes = '';
|
|
707
|
+
this.scriptHref = this.sanitizer.bypassSecurityTrustUrl('javascript:');
|
|
708
|
+
/** Apply classes to <a> element */
|
|
709
|
+
this.contextClasses = [];
|
|
710
|
+
}
|
|
711
|
+
IDAnchorComponent.prototype.setLinkType = function () {
|
|
712
|
+
this.isLinkRoute = this.link instanceof IDLinkRoute;
|
|
713
|
+
this.isLinkWeb = this.link instanceof IDLinkWeb;
|
|
714
|
+
this.isLinkFunction = this.link instanceof IDLinkFunction;
|
|
715
|
+
if (this.link && this.isLinkWeb) {
|
|
716
|
+
var weblink = this.link;
|
|
717
|
+
this.isLinkExternal = weblink.target === '_blank' || weblink.target === 'blank';
|
|
718
|
+
}
|
|
719
|
+
else {
|
|
720
|
+
this.isLinkExternal = false;
|
|
721
|
+
}
|
|
722
|
+
};
|
|
723
|
+
IDAnchorComponent.prototype.setClasses = function () {
|
|
724
|
+
if (this.link && this.link.classes) {
|
|
725
|
+
this.classes = __spreadArray(__spreadArray([], __read(this.contextClasses)), __read(this.link.classes)).join(' ');
|
|
726
|
+
}
|
|
727
|
+
else {
|
|
728
|
+
this.classes = this.contextClasses.join(' ');
|
|
729
|
+
}
|
|
730
|
+
};
|
|
731
|
+
Object.defineProperty(IDAnchorComponent.prototype, "linkWeb", {
|
|
732
|
+
get: function () {
|
|
733
|
+
return this.link;
|
|
734
|
+
},
|
|
735
|
+
enumerable: false,
|
|
736
|
+
configurable: true
|
|
737
|
+
});
|
|
738
|
+
Object.defineProperty(IDAnchorComponent.prototype, "linkRoute", {
|
|
739
|
+
get: function () {
|
|
740
|
+
return this.link;
|
|
741
|
+
},
|
|
742
|
+
enumerable: false,
|
|
743
|
+
configurable: true
|
|
744
|
+
});
|
|
745
|
+
Object.defineProperty(IDAnchorComponent.prototype, "linkFunction", {
|
|
746
|
+
get: function () {
|
|
747
|
+
return this.link;
|
|
748
|
+
},
|
|
749
|
+
enumerable: false,
|
|
750
|
+
configurable: true
|
|
751
|
+
});
|
|
752
|
+
IDAnchorComponent.prototype.ngOnChanges = function (changes) {
|
|
753
|
+
if (changes.link) {
|
|
754
|
+
this.setLinkType();
|
|
755
|
+
this.setClasses();
|
|
756
|
+
}
|
|
757
|
+
if (changes.contextClasses) {
|
|
758
|
+
this.setClasses();
|
|
759
|
+
}
|
|
760
|
+
};
|
|
761
|
+
return IDAnchorComponent;
|
|
762
|
+
}());
|
|
763
|
+
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 });
|
|
764
|
+
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"] }] });
|
|
765
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorComponent, decorators: [{
|
|
766
|
+
type: i0.Component,
|
|
767
|
+
args: [{
|
|
768
|
+
selector: 'id-anchor',
|
|
769
|
+
templateUrl: './anchor.component.html',
|
|
770
|
+
styles: ['a { color: inherit; text-decoration: inherit; font-size: inherit }',]
|
|
771
|
+
}]
|
|
772
|
+
}], ctorParameters: function () { return [{ type: i1__namespace.DomSanitizer }]; }, propDecorators: { link: [{
|
|
773
|
+
type: i0.Input
|
|
774
|
+
}], contextClasses: [{
|
|
775
|
+
type: i0.Input
|
|
776
|
+
}] } });
|
|
777
|
+
|
|
778
|
+
var IDBreadcrumbsComponent = /** @class */ (function () {
|
|
779
|
+
function IDBreadcrumbsComponent() {
|
|
780
|
+
this.links = [];
|
|
781
|
+
this.current = '';
|
|
782
|
+
this.lead = '';
|
|
783
|
+
this.srlabel = '';
|
|
784
|
+
}
|
|
785
|
+
return IDBreadcrumbsComponent;
|
|
786
|
+
}());
|
|
787
|
+
IDBreadcrumbsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
788
|
+
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 });
|
|
789
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsComponent, decorators: [{
|
|
790
|
+
type: i0.Component,
|
|
791
|
+
args: [{
|
|
792
|
+
selector: 'id-breadcrumbs',
|
|
793
|
+
templateUrl: './breadcrumbs.component.html',
|
|
794
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
795
|
+
}]
|
|
796
|
+
}], ctorParameters: function () { return []; }, propDecorators: { links: [{
|
|
797
|
+
type: i0.Input
|
|
798
|
+
}], mobileLink: [{
|
|
799
|
+
type: i0.Input
|
|
800
|
+
}], current: [{
|
|
801
|
+
type: i0.Input
|
|
802
|
+
}], lead: [{
|
|
803
|
+
type: i0.Input
|
|
804
|
+
}], srlabel: [{
|
|
805
|
+
type: i0.Input
|
|
806
|
+
}] } });
|
|
807
|
+
|
|
808
|
+
var IDAnchorModule = /** @class */ (function () {
|
|
809
|
+
function IDAnchorModule() {
|
|
810
|
+
}
|
|
811
|
+
return IDAnchorModule;
|
|
812
|
+
}());
|
|
813
|
+
IDAnchorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
814
|
+
IDAnchorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, declarations: [IDAnchorComponent], imports: [i2.CommonModule,
|
|
815
|
+
i3.RouterModule], exports: [IDAnchorComponent] });
|
|
816
|
+
IDAnchorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, imports: [[
|
|
817
|
+
i2.CommonModule,
|
|
818
|
+
i3.RouterModule,
|
|
819
|
+
]] });
|
|
820
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAnchorModule, decorators: [{
|
|
821
|
+
type: i0.NgModule,
|
|
822
|
+
args: [{
|
|
823
|
+
declarations: [IDAnchorComponent],
|
|
824
|
+
imports: [
|
|
825
|
+
i2.CommonModule,
|
|
826
|
+
i3.RouterModule,
|
|
827
|
+
],
|
|
828
|
+
exports: [IDAnchorComponent]
|
|
829
|
+
}]
|
|
830
|
+
}] });
|
|
831
|
+
|
|
832
|
+
var IDBreadcrumbsModule = /** @class */ (function () {
|
|
833
|
+
function IDBreadcrumbsModule() {
|
|
834
|
+
}
|
|
835
|
+
return IDBreadcrumbsModule;
|
|
836
|
+
}());
|
|
837
|
+
IDBreadcrumbsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
838
|
+
IDBreadcrumbsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent], imports: [i2.CommonModule,
|
|
839
|
+
IDAnchorModule], exports: [IDBreadcrumbsComponent] });
|
|
840
|
+
IDBreadcrumbsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, imports: [[
|
|
841
|
+
i2.CommonModule,
|
|
842
|
+
IDAnchorModule
|
|
843
|
+
]] });
|
|
844
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDBreadcrumbsModule, decorators: [{
|
|
845
|
+
type: i0.NgModule,
|
|
846
|
+
args: [{
|
|
847
|
+
declarations: [
|
|
848
|
+
IDBreadcrumbsComponent
|
|
849
|
+
],
|
|
850
|
+
exports: [
|
|
851
|
+
IDBreadcrumbsComponent
|
|
852
|
+
],
|
|
853
|
+
imports: [
|
|
854
|
+
i2.CommonModule,
|
|
855
|
+
IDAnchorModule
|
|
856
|
+
],
|
|
857
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
858
|
+
}]
|
|
859
|
+
}] });
|
|
860
|
+
|
|
243
861
|
var IDDateLabelComponent = /** @class */ (function () {
|
|
244
862
|
function IDDateLabelComponent() {
|
|
245
863
|
this.date = null;
|
|
@@ -425,11 +1043,12 @@
|
|
|
425
1043
|
|
|
426
1044
|
var IDInputComponent = /** @class */ (function () {
|
|
427
1045
|
function IDInputComponent() {
|
|
1046
|
+
this.autofocus = false;
|
|
428
1047
|
}
|
|
429
1048
|
return IDInputComponent;
|
|
430
1049
|
}());
|
|
431
1050
|
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 });
|
|
1051
|
+
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 });
|
|
433
1052
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDInputComponent, decorators: [{
|
|
434
1053
|
type: i0.Component,
|
|
435
1054
|
args: [{
|
|
@@ -437,7 +1056,9 @@
|
|
|
437
1056
|
templateUrl: './input.component.html',
|
|
438
1057
|
encapsulation: i0.ViewEncapsulation.None,
|
|
439
1058
|
}]
|
|
440
|
-
}]
|
|
1059
|
+
}], propDecorators: { autofocus: [{
|
|
1060
|
+
type: i0.Input
|
|
1061
|
+
}] } });
|
|
441
1062
|
|
|
442
1063
|
var IDInputModule = /** @class */ (function () {
|
|
443
1064
|
function IDInputModule() {
|
|
@@ -462,11 +1083,12 @@
|
|
|
462
1083
|
|
|
463
1084
|
var IDCheckboxComponent = /** @class */ (function () {
|
|
464
1085
|
function IDCheckboxComponent() {
|
|
1086
|
+
this.valid = true;
|
|
465
1087
|
}
|
|
466
1088
|
return IDCheckboxComponent;
|
|
467
1089
|
}());
|
|
468
1090
|
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 });
|
|
1091
|
+
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 });
|
|
470
1092
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
|
|
471
1093
|
type: i0.Component,
|
|
472
1094
|
args: [{
|
|
@@ -474,7 +1096,9 @@
|
|
|
474
1096
|
templateUrl: './checkbox.component.html',
|
|
475
1097
|
encapsulation: i0.ViewEncapsulation.None,
|
|
476
1098
|
}]
|
|
477
|
-
}], ctorParameters: function () { return []; }
|
|
1099
|
+
}], ctorParameters: function () { return []; }, propDecorators: { valid: [{
|
|
1100
|
+
type: i0.Input
|
|
1101
|
+
}] } });
|
|
478
1102
|
|
|
479
1103
|
var IDCheckboxModule = /** @class */ (function () {
|
|
480
1104
|
function IDCheckboxModule() {
|
|
@@ -774,790 +1398,255 @@
|
|
|
774
1398
|
i2.CommonModule
|
|
775
1399
|
],
|
|
776
1400
|
declarations: [
|
|
777
|
-
IDSelectMultipleComponent
|
|
778
|
-
],
|
|
779
|
-
exports: [
|
|
780
|
-
IDSelectMultipleComponent
|
|
781
|
-
],
|
|
782
|
-
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
783
|
-
}]
|
|
784
|
-
}] });
|
|
785
|
-
|
|
786
|
-
var IDSpinnerComponent = /** @class */ (function () {
|
|
787
|
-
function IDSpinnerComponent() {
|
|
788
|
-
this.srtext = '';
|
|
789
|
-
this.live = 'polite';
|
|
790
|
-
}
|
|
791
|
-
return IDSpinnerComponent;
|
|
792
|
-
}());
|
|
793
|
-
IDSpinnerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
794
|
-
IDSpinnerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSpinnerComponent, selector: "id-spinner", inputs: { srtext: "srtext", live: "live" }, ngImport: i0__namespace, template: "<ids-spinner [srtext]=\"srtext\" [live]=\"live\">\r\n <ng-content></ng-content>\r\n</ids-spinner>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
795
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerComponent, decorators: [{
|
|
796
|
-
type: i0.Component,
|
|
797
|
-
args: [{
|
|
798
|
-
selector: 'id-spinner',
|
|
799
|
-
templateUrl: './spinner.component.html',
|
|
800
|
-
encapsulation: i0.ViewEncapsulation.None,
|
|
801
|
-
}]
|
|
802
|
-
}], propDecorators: { srtext: [{
|
|
803
|
-
type: i0.Input
|
|
804
|
-
}], live: [{
|
|
805
|
-
type: i0.Input
|
|
806
|
-
}] } });
|
|
807
|
-
|
|
808
|
-
var IDSpinnerModule = /** @class */ (function () {
|
|
809
|
-
function IDSpinnerModule() {
|
|
810
|
-
}
|
|
811
|
-
return IDSpinnerModule;
|
|
812
|
-
}());
|
|
813
|
-
IDSpinnerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
814
|
-
IDSpinnerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule, declarations: [IDSpinnerComponent], exports: [IDSpinnerComponent] });
|
|
815
|
-
IDSpinnerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule });
|
|
816
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule, decorators: [{
|
|
817
|
-
type: i0.NgModule,
|
|
818
|
-
args: [{
|
|
819
|
-
declarations: [
|
|
820
|
-
IDSpinnerComponent
|
|
821
|
-
],
|
|
822
|
-
exports: [
|
|
823
|
-
IDSpinnerComponent
|
|
824
|
-
],
|
|
825
|
-
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
826
|
-
}]
|
|
827
|
-
}] });
|
|
828
|
-
|
|
829
|
-
var IDTimeComponent = /** @class */ (function () {
|
|
830
|
-
function IDTimeComponent() {
|
|
831
|
-
}
|
|
832
|
-
return IDTimeComponent;
|
|
833
|
-
}());
|
|
834
|
-
IDTimeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
835
|
-
IDTimeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTimeComponent, selector: "id-time", ngImport: i0__namespace, template: "<ids-time>\r\n <ng-content></ng-content>\r\n</ids-time>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
836
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, decorators: [{
|
|
837
|
-
type: i0.Component,
|
|
838
|
-
args: [{
|
|
839
|
-
selector: 'id-time',
|
|
840
|
-
templateUrl: './time.component.html',
|
|
841
|
-
encapsulation: i0.ViewEncapsulation.None,
|
|
842
|
-
}]
|
|
843
|
-
}], ctorParameters: function () { return []; } });
|
|
844
|
-
|
|
845
|
-
var IDTimeModule = /** @class */ (function () {
|
|
846
|
-
function IDTimeModule() {
|
|
847
|
-
}
|
|
848
|
-
return IDTimeModule;
|
|
849
|
-
}());
|
|
850
|
-
IDTimeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
851
|
-
IDTimeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule, declarations: [IDTimeComponent], exports: [IDTimeComponent] });
|
|
852
|
-
IDTimeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule });
|
|
853
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule, decorators: [{
|
|
854
|
-
type: i0.NgModule,
|
|
855
|
-
args: [{
|
|
856
|
-
declarations: [
|
|
857
|
-
IDTimeComponent
|
|
858
|
-
],
|
|
859
|
-
exports: [
|
|
860
|
-
IDTimeComponent
|
|
861
|
-
],
|
|
862
|
-
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
863
|
-
}]
|
|
864
|
-
}] });
|
|
865
|
-
|
|
866
|
-
var IDTextareaComponent = /** @class */ (function () {
|
|
867
|
-
function IDTextareaComponent() {
|
|
868
|
-
}
|
|
869
|
-
return IDTextareaComponent;
|
|
870
|
-
}());
|
|
871
|
-
IDTextareaComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
872
|
-
IDTextareaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", ngImport: i0__namespace, template: "<ids-textarea>\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
873
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, decorators: [{
|
|
874
|
-
type: i0.Component,
|
|
875
|
-
args: [{
|
|
876
|
-
selector: 'id-textarea',
|
|
877
|
-
templateUrl: './textarea.component.html',
|
|
878
|
-
encapsulation: i0.ViewEncapsulation.None,
|
|
879
|
-
}]
|
|
880
|
-
}], ctorParameters: function () { return []; } });
|
|
881
|
-
|
|
882
|
-
var IDTextareaModule = /** @class */ (function () {
|
|
883
|
-
function IDTextareaModule() {
|
|
884
|
-
}
|
|
885
|
-
return IDTextareaModule;
|
|
886
|
-
}());
|
|
887
|
-
IDTextareaModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
888
|
-
IDTextareaModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule, declarations: [IDTextareaComponent], exports: [IDTextareaComponent] });
|
|
889
|
-
IDTextareaModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule });
|
|
890
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule, decorators: [{
|
|
891
|
-
type: i0.NgModule,
|
|
892
|
-
args: [{
|
|
893
|
-
declarations: [
|
|
894
|
-
IDTextareaComponent
|
|
895
|
-
],
|
|
896
|
-
exports: [
|
|
897
|
-
IDTextareaComponent
|
|
898
|
-
],
|
|
899
|
-
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
900
|
-
}]
|
|
901
|
-
}] });
|
|
902
|
-
|
|
903
|
-
var IDRowComponent = /** @class */ (function () {
|
|
904
|
-
function IDRowComponent() {
|
|
905
|
-
}
|
|
906
|
-
return IDRowComponent;
|
|
907
|
-
}());
|
|
908
|
-
IDRowComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
909
|
-
IDRowComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRowComponent, selector: "id-row", ngImport: i0__namespace, template: "<ids-row>\r\n <ng-content></ng-content>\r\n</ids-row>" });
|
|
910
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, decorators: [{
|
|
911
|
-
type: i0.Component,
|
|
912
|
-
args: [{
|
|
913
|
-
selector: 'id-row',
|
|
914
|
-
templateUrl: './row.component.html',
|
|
915
|
-
}]
|
|
916
|
-
}], ctorParameters: function () { return []; } });
|
|
917
|
-
|
|
918
|
-
var IDRowModule = /** @class */ (function () {
|
|
919
|
-
function IDRowModule() {
|
|
920
|
-
}
|
|
921
|
-
return IDRowModule;
|
|
922
|
-
}());
|
|
923
|
-
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
|
|
1401
|
+
IDSelectMultipleComponent
|
|
978
1402
|
],
|
|
979
1403
|
exports: [
|
|
980
|
-
|
|
1404
|
+
IDSelectMultipleComponent
|
|
981
1405
|
],
|
|
982
1406
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
983
1407
|
}]
|
|
984
1408
|
}] });
|
|
985
1409
|
|
|
986
|
-
var
|
|
987
|
-
function
|
|
988
|
-
this.
|
|
1410
|
+
var IDSpinnerComponent = /** @class */ (function () {
|
|
1411
|
+
function IDSpinnerComponent() {
|
|
1412
|
+
this.srtext = '';
|
|
1413
|
+
this.live = 'polite';
|
|
989
1414
|
}
|
|
990
|
-
return
|
|
1415
|
+
return IDSpinnerComponent;
|
|
991
1416
|
}());
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type:
|
|
1417
|
+
IDSpinnerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1418
|
+
IDSpinnerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSpinnerComponent, selector: "id-spinner", inputs: { srtext: "srtext", live: "live" }, ngImport: i0__namespace, template: "<ids-spinner [srtext]=\"srtext\" [live]=\"live\">\r\n <ng-content></ng-content>\r\n</ids-spinner>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1419
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerComponent, decorators: [{
|
|
995
1420
|
type: i0.Component,
|
|
996
1421
|
args: [{
|
|
997
|
-
selector: 'id-
|
|
998
|
-
templateUrl: './
|
|
1422
|
+
selector: 'id-spinner',
|
|
1423
|
+
templateUrl: './spinner.component.html',
|
|
999
1424
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1000
1425
|
}]
|
|
1001
|
-
}],
|
|
1426
|
+
}], propDecorators: { srtext: [{
|
|
1427
|
+
type: i0.Input
|
|
1428
|
+
}], live: [{
|
|
1002
1429
|
type: i0.Input
|
|
1003
1430
|
}] } });
|
|
1004
1431
|
|
|
1005
|
-
var
|
|
1006
|
-
function
|
|
1432
|
+
var IDSpinnerModule = /** @class */ (function () {
|
|
1433
|
+
function IDSpinnerModule() {
|
|
1007
1434
|
}
|
|
1008
|
-
return
|
|
1435
|
+
return IDSpinnerModule;
|
|
1009
1436
|
}());
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type:
|
|
1437
|
+
IDSpinnerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1438
|
+
IDSpinnerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule, declarations: [IDSpinnerComponent], exports: [IDSpinnerComponent] });
|
|
1439
|
+
IDSpinnerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule });
|
|
1440
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSpinnerModule, decorators: [{
|
|
1014
1441
|
type: i0.NgModule,
|
|
1015
1442
|
args: [{
|
|
1016
1443
|
declarations: [
|
|
1017
|
-
|
|
1444
|
+
IDSpinnerComponent
|
|
1018
1445
|
],
|
|
1019
1446
|
exports: [
|
|
1020
|
-
|
|
1447
|
+
IDSpinnerComponent
|
|
1021
1448
|
],
|
|
1022
1449
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1023
|
-
}]
|
|
1024
|
-
}] });
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
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
|
-
}
|
|
1450
|
+
}]
|
|
1451
|
+
}] });
|
|
1452
|
+
|
|
1453
|
+
var IDTimeComponent = /** @class */ (function () {
|
|
1454
|
+
function IDTimeComponent() {
|
|
1234
1455
|
}
|
|
1235
|
-
return
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
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));
|
|
1456
|
+
return IDTimeComponent;
|
|
1457
|
+
}());
|
|
1458
|
+
IDTimeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1459
|
+
IDTimeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTimeComponent, selector: "id-time", ngImport: i0__namespace, template: "<ids-time>\r\n <ng-content></ng-content>\r\n</ids-time>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1460
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeComponent, decorators: [{
|
|
1461
|
+
type: i0.Component,
|
|
1462
|
+
args: [{
|
|
1463
|
+
selector: 'id-time',
|
|
1464
|
+
templateUrl: './time.component.html',
|
|
1465
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1466
|
+
}]
|
|
1467
|
+
}], ctorParameters: function () { return []; } });
|
|
1468
|
+
|
|
1469
|
+
var IDTimeModule = /** @class */ (function () {
|
|
1470
|
+
function IDTimeModule() {
|
|
1275
1471
|
}
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
function
|
|
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 });
|
|
1472
|
+
return IDTimeModule;
|
|
1473
|
+
}());
|
|
1474
|
+
IDTimeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1475
|
+
IDTimeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule, declarations: [IDTimeComponent], exports: [IDTimeComponent] });
|
|
1476
|
+
IDTimeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule });
|
|
1477
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTimeModule, decorators: [{
|
|
1478
|
+
type: i0.NgModule,
|
|
1479
|
+
args: [{
|
|
1480
|
+
declarations: [
|
|
1481
|
+
IDTimeComponent
|
|
1482
|
+
],
|
|
1483
|
+
exports: [
|
|
1484
|
+
IDTimeComponent
|
|
1485
|
+
],
|
|
1486
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1487
|
+
}]
|
|
1488
|
+
}] });
|
|
1489
|
+
|
|
1490
|
+
var IDTextareaComponent = /** @class */ (function () {
|
|
1491
|
+
function IDTextareaComponent() {
|
|
1301
1492
|
}
|
|
1302
|
-
|
|
1303
|
-
|
|
1493
|
+
return IDTextareaComponent;
|
|
1494
|
+
}());
|
|
1495
|
+
IDTextareaComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1496
|
+
IDTextareaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTextareaComponent, selector: "id-textarea", ngImport: i0__namespace, template: "<ids-textarea>\r\n <ng-content></ng-content>\r\n</ids-textarea>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1497
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaComponent, decorators: [{
|
|
1498
|
+
type: i0.Component,
|
|
1499
|
+
args: [{
|
|
1500
|
+
selector: 'id-textarea',
|
|
1501
|
+
templateUrl: './textarea.component.html',
|
|
1502
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1503
|
+
}]
|
|
1504
|
+
}], ctorParameters: function () { return []; } });
|
|
1505
|
+
|
|
1506
|
+
var IDTextareaModule = /** @class */ (function () {
|
|
1507
|
+
function IDTextareaModule() {
|
|
1304
1508
|
}
|
|
1305
|
-
return
|
|
1306
|
-
}
|
|
1307
|
-
;
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
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
|
-
}
|
|
1509
|
+
return IDTextareaModule;
|
|
1510
|
+
}());
|
|
1511
|
+
IDTextareaModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1512
|
+
IDTextareaModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule, declarations: [IDTextareaComponent], exports: [IDTextareaComponent] });
|
|
1513
|
+
IDTextareaModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule });
|
|
1514
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTextareaModule, decorators: [{
|
|
1515
|
+
type: i0.NgModule,
|
|
1516
|
+
args: [{
|
|
1517
|
+
declarations: [
|
|
1518
|
+
IDTextareaComponent
|
|
1519
|
+
],
|
|
1520
|
+
exports: [
|
|
1521
|
+
IDTextareaComponent
|
|
1522
|
+
],
|
|
1523
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1524
|
+
}]
|
|
1525
|
+
}] });
|
|
1343
1526
|
|
|
1344
|
-
var
|
|
1345
|
-
function
|
|
1346
|
-
this._label = _label;
|
|
1347
|
-
this._id = _id;
|
|
1348
|
-
this._classes = _classes;
|
|
1527
|
+
var IDRowComponent = /** @class */ (function () {
|
|
1528
|
+
function IDRowComponent() {
|
|
1349
1529
|
}
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
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
|
-
}());
|
|
1530
|
+
return IDRowComponent;
|
|
1531
|
+
}());
|
|
1532
|
+
IDRowComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1533
|
+
IDRowComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRowComponent, selector: "id-row", ngImport: i0__namespace, template: "<ids-row>\r\n <ng-content></ng-content>\r\n</ids-row>" });
|
|
1534
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, decorators: [{
|
|
1535
|
+
type: i0.Component,
|
|
1536
|
+
args: [{
|
|
1537
|
+
selector: 'id-row',
|
|
1538
|
+
templateUrl: './row.component.html',
|
|
1539
|
+
}]
|
|
1540
|
+
}], ctorParameters: function () { return []; } });
|
|
1382
1541
|
|
|
1383
|
-
var
|
|
1384
|
-
|
|
1385
|
-
function IDLinkFunction(_label, _action, _id, _classes) {
|
|
1386
|
-
var _this = _super.call(this, _label, _id, _classes) || this;
|
|
1387
|
-
_this._action = _action;
|
|
1388
|
-
return _this;
|
|
1542
|
+
var IDRowModule = /** @class */ (function () {
|
|
1543
|
+
function IDRowModule() {
|
|
1389
1544
|
}
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1545
|
+
return IDRowModule;
|
|
1546
|
+
}());
|
|
1547
|
+
IDRowModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1548
|
+
IDRowModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, declarations: [IDRowComponent], exports: [IDRowComponent] });
|
|
1549
|
+
IDRowModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule });
|
|
1550
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowModule, decorators: [{
|
|
1551
|
+
type: i0.NgModule,
|
|
1552
|
+
args: [{
|
|
1553
|
+
declarations: [
|
|
1554
|
+
IDRowComponent
|
|
1555
|
+
],
|
|
1556
|
+
exports: [
|
|
1557
|
+
IDRowComponent
|
|
1558
|
+
],
|
|
1559
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1560
|
+
}]
|
|
1561
|
+
}] });
|
|
1405
1562
|
|
|
1406
|
-
var
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
_this._route = _route;
|
|
1412
|
-
_this._queries = _queries;
|
|
1413
|
-
_this.router = router;
|
|
1414
|
-
return _this;
|
|
1563
|
+
var IDColumnComponent = /** @class */ (function () {
|
|
1564
|
+
function IDColumnComponent() {
|
|
1565
|
+
this.cols = "";
|
|
1566
|
+
this.mobile = "";
|
|
1567
|
+
this.align = "";
|
|
1415
1568
|
}
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
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));
|
|
1569
|
+
return IDColumnComponent;
|
|
1570
|
+
}());
|
|
1571
|
+
IDColumnComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1572
|
+
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 });
|
|
1573
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, decorators: [{
|
|
1574
|
+
type: i0.Component,
|
|
1575
|
+
args: [{
|
|
1576
|
+
selector: 'id-col',
|
|
1577
|
+
templateUrl: './column.component.html',
|
|
1578
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1579
|
+
styles: ['id-col { display: contents; }']
|
|
1580
|
+
}]
|
|
1581
|
+
}], ctorParameters: function () { return []; }, propDecorators: { cols: [{
|
|
1582
|
+
type: i0.Input
|
|
1583
|
+
}], mobile: [{
|
|
1584
|
+
type: i0.Input
|
|
1585
|
+
}], align: [{
|
|
1586
|
+
type: i0.Input
|
|
1587
|
+
}] } });
|
|
1446
1588
|
|
|
1447
|
-
var
|
|
1448
|
-
|
|
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;
|
|
1589
|
+
var IDColumnModule = /** @class */ (function () {
|
|
1590
|
+
function IDColumnModule() {
|
|
1454
1591
|
}
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
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));
|
|
1592
|
+
return IDColumnModule;
|
|
1593
|
+
}());
|
|
1594
|
+
IDColumnModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1595
|
+
IDColumnModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, declarations: [IDColumnComponent], exports: [IDColumnComponent] });
|
|
1596
|
+
IDColumnModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule });
|
|
1597
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnModule, decorators: [{
|
|
1598
|
+
type: i0.NgModule,
|
|
1599
|
+
args: [{
|
|
1600
|
+
declarations: [
|
|
1601
|
+
IDColumnComponent
|
|
1602
|
+
],
|
|
1603
|
+
exports: [
|
|
1604
|
+
IDColumnComponent
|
|
1605
|
+
],
|
|
1606
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1607
|
+
}]
|
|
1608
|
+
}] });
|
|
1480
1609
|
|
|
1481
|
-
var
|
|
1482
|
-
function
|
|
1483
|
-
this.
|
|
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 = [];
|
|
1610
|
+
var IDContainerComponent = /** @class */ (function () {
|
|
1611
|
+
function IDContainerComponent() {
|
|
1612
|
+
this.fluid = false;
|
|
1493
1613
|
}
|
|
1494
|
-
|
|
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;
|
|
1614
|
+
return IDContainerComponent;
|
|
1545
1615
|
}());
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type:
|
|
1616
|
+
IDContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1617
|
+
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 });
|
|
1618
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, decorators: [{
|
|
1549
1619
|
type: i0.Component,
|
|
1550
1620
|
args: [{
|
|
1551
|
-
selector: 'id-
|
|
1552
|
-
templateUrl: './
|
|
1553
|
-
|
|
1621
|
+
selector: 'id-container',
|
|
1622
|
+
templateUrl: './container.component.html',
|
|
1623
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1554
1624
|
}]
|
|
1555
|
-
}], ctorParameters: function () { return [
|
|
1556
|
-
type: i0.Input
|
|
1557
|
-
}], contextClasses: [{
|
|
1625
|
+
}], ctorParameters: function () { return []; }, propDecorators: { fluid: [{
|
|
1558
1626
|
type: i0.Input
|
|
1559
1627
|
}] } });
|
|
1560
1628
|
|
|
1629
|
+
var IDContainerModule = /** @class */ (function () {
|
|
1630
|
+
function IDContainerModule() {
|
|
1631
|
+
}
|
|
1632
|
+
return IDContainerModule;
|
|
1633
|
+
}());
|
|
1634
|
+
IDContainerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1635
|
+
IDContainerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, declarations: [IDContainerComponent], exports: [IDContainerComponent] });
|
|
1636
|
+
IDContainerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule });
|
|
1637
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerModule, decorators: [{
|
|
1638
|
+
type: i0.NgModule,
|
|
1639
|
+
args: [{
|
|
1640
|
+
declarations: [
|
|
1641
|
+
IDContainerComponent
|
|
1642
|
+
],
|
|
1643
|
+
exports: [
|
|
1644
|
+
IDContainerComponent
|
|
1645
|
+
],
|
|
1646
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1647
|
+
}]
|
|
1648
|
+
}] });
|
|
1649
|
+
|
|
1561
1650
|
var IDLinkComponent = /** @class */ (function () {
|
|
1562
1651
|
function IDLinkComponent() {
|
|
1563
1652
|
this.link = null;
|
|
@@ -1615,30 +1704,6 @@
|
|
|
1615
1704
|
type: i0.Input
|
|
1616
1705
|
}] } });
|
|
1617
1706
|
|
|
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
1707
|
var IDLinkModule = /** @class */ (function () {
|
|
1643
1708
|
function IDLinkModule() {
|
|
1644
1709
|
}
|
|
@@ -2032,16 +2097,19 @@
|
|
|
2032
2097
|
var IDHeaderComponent = /** @class */ (function () {
|
|
2033
2098
|
function IDHeaderComponent() {
|
|
2034
2099
|
this.type = '';
|
|
2035
|
-
this.
|
|
2100
|
+
this.brandText = '';
|
|
2101
|
+
this.brandTextTop = '';
|
|
2102
|
+
this.brandTextBottom = '';
|
|
2036
2103
|
this.hideRegionPicker = false;
|
|
2037
2104
|
this.hideBrand = false;
|
|
2038
2105
|
this.pickRegionText = 'Välj region';
|
|
2039
2106
|
this.srLogoLabel = 'Logotyp';
|
|
2107
|
+
this.didToggleRegion = new i0.EventEmitter();
|
|
2040
2108
|
}
|
|
2041
2109
|
return IDHeaderComponent;
|
|
2042
2110
|
}());
|
|
2043
2111
|
IDHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2044
|
-
IDHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type",
|
|
2112
|
+
IDHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type", brandText: "brandText", brandTextTop: "brandTextTop", brandTextBottom: "brandTextBottom", hideRegionPicker: "hideRegionPicker", hideBrand: "hideBrand", pickRegionText: "pickRegionText", regionIcon: "regionIcon", width: "width", srLogoLabel: "srLogoLabel", items: "items", avatar: "avatar", navItems: "navItems", mobileItems: "mobileItems", mobileMenuItems: "mobileMenuItems" }, outputs: { didToggleRegion: "didToggleRegion" }, ngImport: i0__namespace, template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandText\"\r\n [attr.brandtexttop]=\"brandTextTop\"\r\n [attr.brandtextbottom]=\"brandTextBottom\"\r\n [hideregionpicker]=\"hideRegionPicker\"\r\n [hidebrand]=\"hideBrand\"\r\n [pickregiontext]=\"pickRegionText\"\r\n [regionicon]=\"regionIcon\"\r\n [width]=\"width\"\r\n [srlogolabel]=\"srLogoLabel\"\r\n (didToggleRegion)=\"didToggleRegion.emit(true)\">\r\n\r\n <ids-header-item *ngFor=\"let item of items\" \r\n [icon]=\"item.iconName\" \r\n [mobile]=\"item.mobile\">\r\n <id-anchor [link]=\"item.link\"></id-anchor>\r\n </ids-header-item>\r\n\r\n <ids-header-nav *ngIf=\"navItems || mobileItems\">\r\n <ids-header-nav-item *ngFor=\"let navItem of navItems; let i = index\" [label]=\"navItem.label\" [link]=\"navItem.link\">\r\n <id-anchor *ngIf=\"navItem.link\" [link]=\"navItem.link\"></id-anchor>\r\n <ids-link slot=\"col-1\" [block]=\"true\" *ngFor=\"let link of navItem.col1\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link> \r\n <ids-link slot=\"col-2\" [block]=\"true\" *ngFor=\"let link of navItem.col2\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link>\r\n <ids-link slot=\"col-3\" [block]=\"true\" *ngFor=\"let link of navItem.col3\">\r\n <ids-icon *ngIf=\"type.indexOf('1177')\" name=\"arrow\"></ids-icon>\r\n <ids-icon *ngIf=\"type.indexOf('inera')\" color=\"var(--color-main)\" name=\"arrow\"></ids-icon>\r\n <id-anchor [link]=\"link\"></id-anchor>\r\n </ids-link>\r\n <div slot=\"col-4\">\r\n <h2 style=\"margin-bottom: 15px; color: var(--header-nav-item-heading_color);\" class=\"h2\">{{navItem.headline}}</h2>\r\n <p class=\"body\">{{navItem.paragraph}}</p>\r\n <id-anchor>{{navItem.paragraphLink}}</id-anchor>\r\n </div>\r\n </ids-header-nav-item>\r\n <ids-header-mobile-item *ngFor=\"let mobileItem of mobileItems\" [icon]=\"mobileItem.iconName\">\r\n <id-anchor [link]=\"mobileItem.link\"></id-anchor>\r\n </ids-header-mobile-item>\r\n \r\n <ids-header-mobile-menu *ngIf=\"mobileMenuItems\">\r\n Menu\r\n <ids-mobile-menu-item *ngFor=\"let item of mobileMenuItems\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n [secondary]=\"item?.secondary\"\r\n [active]=\"item?.active\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-header-mobile-menu>\r\n </ids-header-nav>\r\n\r\n <ids-header-avatar *ngIf=\"avatar\" [username]=\"avatar.username\">\r\n <ng-content select=\"[avatar]\"></ng-content>\r\n <span slot=\"avatar-text\">{{avatar.serviceName}}</span>\r\n <id-anchor [link]=\"avatar.linkLeft\" slot=\"avatar-left\"></id-anchor>\r\n <id-anchor [link]=\"avatar.linkRight\" slot=\"avatar-right\"></id-anchor>\r\n </ids-header-avatar>\r\n\r\n <ng-content></ng-content>\r\n\r\n <ids-header-mobile-menu \r\n *ngIf=\"type !== '1177' && (mobileMenuItems || avatar)\"\r\n [type]=\"type\">\r\n <ids-mobile-menu-avatar *ngIf=\"avatar\" [username]=\"avatar.username\">\r\n <ng-content select=\"[avatarMobile]\"></ng-content>\r\n </ids-mobile-menu-avatar>\r\n <ids-mobile-menu-item *ngFor=\"let item of mobileMenuItems\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n <ids-mobile-menu-item *ngFor=\"let item of item.items\"\r\n [attr.type]=\"type\"\r\n [headline]=\"item?.headline\"\r\n [expanded]=\"item?.expanded\"\r\n (didToggleExpansion)=\"item.togleExpansion()\">\r\n <id-anchor *ngIf=\"item.link\" [link]=\"item.link\"></id-anchor>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-mobile-menu-item>\r\n </ids-header-mobile-menu>\r\n</ids-header>", 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"] }] });
|
|
2045
2113
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDHeaderComponent, decorators: [{
|
|
2046
2114
|
type: i0.Component,
|
|
2047
2115
|
args: [{
|
|
@@ -2050,7 +2118,11 @@
|
|
|
2050
2118
|
}]
|
|
2051
2119
|
}], ctorParameters: function () { return []; }, propDecorators: { type: [{
|
|
2052
2120
|
type: i0.Input
|
|
2053
|
-
}],
|
|
2121
|
+
}], brandText: [{
|
|
2122
|
+
type: i0.Input
|
|
2123
|
+
}], brandTextTop: [{
|
|
2124
|
+
type: i0.Input
|
|
2125
|
+
}], brandTextBottom: [{
|
|
2054
2126
|
type: i0.Input
|
|
2055
2127
|
}], hideRegionPicker: [{
|
|
2056
2128
|
type: i0.Input
|
|
@@ -2074,6 +2146,8 @@
|
|
|
2074
2146
|
type: i0.Input
|
|
2075
2147
|
}], mobileMenuItems: [{
|
|
2076
2148
|
type: i0.Input
|
|
2149
|
+
}], didToggleRegion: [{
|
|
2150
|
+
type: i0.Output
|
|
2077
2151
|
}] } });
|
|
2078
2152
|
|
|
2079
2153
|
var IDHeaderModule = /** @class */ (function () {
|
|
@@ -2324,6 +2398,8 @@
|
|
|
2324
2398
|
exports.IDAlertGlobalComponent = IDAlertGlobalComponent;
|
|
2325
2399
|
exports.IDAlertGlobalModule = IDAlertGlobalModule;
|
|
2326
2400
|
exports.IDAlertModule = IDAlertModule;
|
|
2401
|
+
exports.IDBreadcrumbsComponent = IDBreadcrumbsComponent;
|
|
2402
|
+
exports.IDBreadcrumbsModule = IDBreadcrumbsModule;
|
|
2327
2403
|
exports.IDButtonComponent = IDButtonComponent;
|
|
2328
2404
|
exports.IDButtonGroupComponent = IDButtonGroupComponent;
|
|
2329
2405
|
exports.IDButtonGroupModule = IDButtonGroupModule;
|