@inera/ids-angular 2.2.1 → 2.4.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 +243 -13
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/alert/alert.component.js +2 -2
- package/esm2015/lib/components/carousel/carousel-item/carousel-item.component.js +25 -0
- package/esm2015/lib/components/carousel/carousel.component.js +28 -0
- package/esm2015/lib/components/carousel/carousel.module.js +27 -0
- package/esm2015/lib/components/form/checkbox/checkbox.component.js +7 -4
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +8 -2
- package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +5 -2
- package/esm2015/lib/components/notification/badge/notification-badge.component.js +5 -2
- package/esm2015/lib/components/stepper/step/step.component.js +34 -0
- package/esm2015/lib/components/stepper/stepper.component.js +14 -0
- package/esm2015/lib/components/stepper/stepper.module.js +27 -0
- package/esm2015/lib/components/tabs/tab/tab.component.js +9 -3
- package/esm2015/lib/components/tag/tag.component.js +31 -0
- package/esm2015/lib/components/tag/tag.module.js +22 -0
- package/esm2015/public-api.js +12 -1
- package/fesm2015/inera-ids-angular.js +217 -9
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/carousel/carousel-item/carousel-item.component.d.ts +9 -0
- package/lib/components/carousel/carousel.component.d.ts +10 -0
- package/lib/components/carousel/carousel.module.d.ts +9 -0
- package/lib/components/form/checkbox/checkbox.component.d.ts +2 -1
- package/lib/components/form/checkbox-group/checkbox-group.component.d.ts +3 -1
- package/lib/components/form/select-multiple/select-multiple.component.d.ts +2 -1
- package/lib/components/notification/badge/notification-badge.component.d.ts +2 -1
- package/lib/components/stepper/step/step.component.d.ts +12 -0
- package/lib/components/stepper/stepper.component.d.ts +5 -0
- package/lib/components/stepper/stepper.module.d.ts +9 -0
- package/lib/components/tabs/tab/tab.component.d.ts +3 -1
- package/lib/components/tag/tag.component.d.ts +12 -0
- package/lib/components/tag/tag.module.d.ts +8 -0
- package/package.json +2 -2
- package/public-api.d.ts +8 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@inera/ids-core/components/alert/register'), require('@angular/common'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/agent/register'), require('@inera/ids-core/components/badge/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/breadcrumbs/register'), require('@inera/ids-core/components/card/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/dialog/register'), require('@inera/ids-core/components/expandable/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/navigation/content/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/popover/register'), require('@inera/ids-core/components/progressbar/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/tabs/register'), require('@inera/ids-core/components/tooltip/register')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@inera/ids-core/components/alert/register', '@angular/common', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/agent/register', '@inera/ids-core/components/badge/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/breadcrumbs/register', '@inera/ids-core/components/card/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/dialog/register', '@inera/ids-core/components/expandable/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/navigation/content/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/popover/register', '@inera/ids-core/components/progressbar/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/tabs/register', '@inera/ids-core/components/tooltip/register'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, null, global.ng.common, null, null, null, null, null, global.ng.platformBrowser, global.ng.router));
|
|
5
|
-
})(this, (function (exports, i0, register, i2, register$1, register$2, register$3, register$4, register$5, i1, i3) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@inera/ids-core/components/alert/register'), require('@angular/common'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/agent/register'), require('@inera/ids-core/components/badge/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/register'), require('@inera/ids-core/components/carousel/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/breadcrumbs/register'), require('@inera/ids-core/components/card/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/dialog/register'), require('@inera/ids-core/components/expandable/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/navigation/content/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/popover/register'), require('@inera/ids-core/components/progressbar/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/stepper/register'), require('@inera/ids-core/components/tabs/register'), require('@inera/ids-core/components/tag/register'), require('@inera/ids-core/components/tooltip/register')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@inera/ids-core/components/alert/register', '@angular/common', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/agent/register', '@inera/ids-core/components/badge/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/register', '@inera/ids-core/components/carousel/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/breadcrumbs/register', '@inera/ids-core/components/card/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/dialog/register', '@inera/ids-core/components/expandable/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/navigation/content/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/popover/register', '@inera/ids-core/components/progressbar/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/stepper/register', '@inera/ids-core/components/tabs/register', '@inera/ids-core/components/tag/register', '@inera/ids-core/components/tooltip/register'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, null, global.ng.common, null, null, null, null, null, null, global.ng.platformBrowser, global.ng.router));
|
|
5
|
+
})(this, (function (exports, i0, register, i2, register$1, register$2, register$3, register$4, register$5, register$6, i1, i3) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
return IDAlertComponent;
|
|
44
44
|
}());
|
|
45
45
|
IDAlertComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
46
|
-
IDAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", srCollapseText: "srCollapseText", srExpandText: "srExpandText", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0__namespace, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [dismissible]=\"dismissible\"\r\n [collapsable]=\"collapsable\"\r\n [srcollapsetext]=\"srCollapseText\"\r\n [srexpandtext]=\"srExpandText\"\r\n [live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srCloseText\"\r\n [srIconTitle]=\"srIconTitle\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
46
|
+
IDAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", srCollapseText: "srCollapseText", srExpandText: "srExpandText", headline: "headline", live: "live", type: "type", srCloseText: "srCloseText", srIconTitle: "srIconTitle" }, outputs: { closed: "closed" }, ngImport: i0__namespace, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [srcollapsetext]=\"srCollapseText\"\r\n [srexpandtext]=\"srExpandText\"\r\n [live]=\"live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srCloseText\"\r\n [srIconTitle]=\"srIconTitle\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
47
47
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, decorators: [{
|
|
48
48
|
type: i0.Component,
|
|
49
49
|
args: [{
|
|
@@ -366,6 +366,82 @@
|
|
|
366
366
|
}]
|
|
367
367
|
}] });
|
|
368
368
|
|
|
369
|
+
var IDCarouselComponent = /** @class */ (function () {
|
|
370
|
+
function IDCarouselComponent() {
|
|
371
|
+
this.autoplay = false;
|
|
372
|
+
this.srNextLabel = 'Nästa slide';
|
|
373
|
+
this.srPrevLabel = 'Föregående slide';
|
|
374
|
+
this.autoplayDelay = 5000;
|
|
375
|
+
}
|
|
376
|
+
return IDCarouselComponent;
|
|
377
|
+
}());
|
|
378
|
+
IDCarouselComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
379
|
+
IDCarouselComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCarouselComponent, selector: "id-carousel", inputs: { autoplay: "autoplay", srNextLabel: "srNextLabel", srPrevLabel: "srPrevLabel", autoplayDelay: "autoplayDelay" }, ngImport: i0__namespace, template: "<ids-carousel\r\n [srnextlabel]=\"srNextLabel\"\r\n [srnextlabel]=\"srNextLabel\"\r\n [autoplay]=\"autoplay ? true : null\"\r\n [autoplay-delay]=\"autoplayDelay\">\r\n <ng-content></ng-content>\r\n</ids-carousel>" });
|
|
380
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselComponent, decorators: [{
|
|
381
|
+
type: i0.Component,
|
|
382
|
+
args: [{
|
|
383
|
+
selector: 'id-carousel',
|
|
384
|
+
templateUrl: './carousel.component.html'
|
|
385
|
+
}]
|
|
386
|
+
}], ctorParameters: function () { return []; }, propDecorators: { autoplay: [{
|
|
387
|
+
type: i0.Input
|
|
388
|
+
}], srNextLabel: [{
|
|
389
|
+
type: i0.Input
|
|
390
|
+
}], srPrevLabel: [{
|
|
391
|
+
type: i0.Input
|
|
392
|
+
}], autoplayDelay: [{
|
|
393
|
+
type: i0.Input
|
|
394
|
+
}] } });
|
|
395
|
+
|
|
396
|
+
var IDCarouselItemComponent = /** @class */ (function () {
|
|
397
|
+
function IDCarouselItemComponent() {
|
|
398
|
+
this.headline = '';
|
|
399
|
+
this.description = '';
|
|
400
|
+
this.step = '';
|
|
401
|
+
}
|
|
402
|
+
return IDCarouselItemComponent;
|
|
403
|
+
}());
|
|
404
|
+
IDCarouselItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselItemComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
405
|
+
IDCarouselItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCarouselItemComponent, selector: "id-carousel-item", inputs: { headline: "headline", description: "description", step: "step" }, ngImport: i0__namespace, template: "<ids-carousel-item\r\n [headline]=\"headline\"\r\n [description]=\"description\"\r\n [step]=\"step\">\r\n <ng-content></ng-content>\r\n</ids-carousel-item>" });
|
|
406
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselItemComponent, decorators: [{
|
|
407
|
+
type: i0.Component,
|
|
408
|
+
args: [{
|
|
409
|
+
selector: 'id-carousel-item',
|
|
410
|
+
templateUrl: './carousel-item.component.html'
|
|
411
|
+
}]
|
|
412
|
+
}], ctorParameters: function () { return []; }, propDecorators: { headline: [{
|
|
413
|
+
type: i0.Input
|
|
414
|
+
}], description: [{
|
|
415
|
+
type: i0.Input
|
|
416
|
+
}], step: [{
|
|
417
|
+
type: i0.Input
|
|
418
|
+
}] } });
|
|
419
|
+
|
|
420
|
+
var IDCarouselModule = /** @class */ (function () {
|
|
421
|
+
function IDCarouselModule() {
|
|
422
|
+
}
|
|
423
|
+
return IDCarouselModule;
|
|
424
|
+
}());
|
|
425
|
+
IDCarouselModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
426
|
+
IDCarouselModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselModule, declarations: [IDCarouselComponent,
|
|
427
|
+
IDCarouselItemComponent], exports: [IDCarouselComponent,
|
|
428
|
+
IDCarouselItemComponent] });
|
|
429
|
+
IDCarouselModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselModule });
|
|
430
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCarouselModule, decorators: [{
|
|
431
|
+
type: i0.NgModule,
|
|
432
|
+
args: [{
|
|
433
|
+
declarations: [
|
|
434
|
+
IDCarouselComponent,
|
|
435
|
+
IDCarouselItemComponent
|
|
436
|
+
],
|
|
437
|
+
exports: [
|
|
438
|
+
IDCarouselComponent,
|
|
439
|
+
IDCarouselItemComponent
|
|
440
|
+
],
|
|
441
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
442
|
+
}]
|
|
443
|
+
}] });
|
|
444
|
+
|
|
369
445
|
/******************************************************************************
|
|
370
446
|
Copyright (c) Microsoft Corporation.
|
|
371
447
|
|
|
@@ -1415,12 +1491,14 @@
|
|
|
1415
1491
|
var IDCheckboxComponent = /** @class */ (function (_super) {
|
|
1416
1492
|
__extends(IDCheckboxComponent, _super);
|
|
1417
1493
|
function IDCheckboxComponent() {
|
|
1418
|
-
|
|
1494
|
+
var _this = _super.call(this) || this;
|
|
1495
|
+
_this.compact = undefined;
|
|
1496
|
+
return _this;
|
|
1419
1497
|
}
|
|
1420
1498
|
return IDCheckboxComponent;
|
|
1421
1499
|
}(IDFormBase));
|
|
1422
1500
|
IDCheckboxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1423
|
-
IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1501
|
+
IDCheckboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { compact: "compact" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox \r\n [attr.compact]=\"compact ? true : null\"\r\n [attr.valid]=\"valid\" \r\n [attr.no-validation]=\"noValidation ? noValidation : null\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1424
1502
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxComponent, decorators: [{
|
|
1425
1503
|
type: i0.Component,
|
|
1426
1504
|
args: [{
|
|
@@ -1428,7 +1506,9 @@
|
|
|
1428
1506
|
templateUrl: './checkbox.component.html',
|
|
1429
1507
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1430
1508
|
}]
|
|
1431
|
-
}], ctorParameters: function () { return []; }
|
|
1509
|
+
}], ctorParameters: function () { return []; }, propDecorators: { compact: [{
|
|
1510
|
+
type: i0.Input
|
|
1511
|
+
}] } });
|
|
1432
1512
|
|
|
1433
1513
|
var IDCheckboxModule = /** @class */ (function () {
|
|
1434
1514
|
function IDCheckboxModule() {
|
|
@@ -1456,6 +1536,8 @@
|
|
|
1456
1536
|
function IDCheckboxGroupComponent() {
|
|
1457
1537
|
var _this = _super.call(this) || this;
|
|
1458
1538
|
_this.errorMessage = undefined;
|
|
1539
|
+
_this.legend = undefined;
|
|
1540
|
+
_this.compact = undefined;
|
|
1459
1541
|
return _this;
|
|
1460
1542
|
}
|
|
1461
1543
|
IDCheckboxGroupComponent.prototype.ngOnInit = function () {
|
|
@@ -1463,7 +1545,7 @@
|
|
|
1463
1545
|
return IDCheckboxGroupComponent;
|
|
1464
1546
|
}(IDFormBase));
|
|
1465
1547
|
IDCheckboxGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1466
|
-
IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox-group [
|
|
1548
|
+
IDCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage", legend: "legend", compact: "compact" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-checkbox-group \r\n [legend]=\"legend\"\r\n [valid]=\"valid\" \r\n [attr.no-validation]=\"noValidation ? noValidation : null\"\r\n [attr.compact]=\"compact ? true : null\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1467
1549
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCheckboxGroupComponent, decorators: [{
|
|
1468
1550
|
type: i0.Component,
|
|
1469
1551
|
args: [{
|
|
@@ -1473,6 +1555,10 @@
|
|
|
1473
1555
|
}]
|
|
1474
1556
|
}], ctorParameters: function () { return []; }, propDecorators: { errorMessage: [{
|
|
1475
1557
|
type: i0.Input
|
|
1558
|
+
}], legend: [{
|
|
1559
|
+
type: i0.Input
|
|
1560
|
+
}], compact: [{
|
|
1561
|
+
type: i0.Input
|
|
1476
1562
|
}] } });
|
|
1477
1563
|
|
|
1478
1564
|
var IDCheckboxGroupModule = /** @class */ (function () {
|
|
@@ -1697,13 +1783,14 @@
|
|
|
1697
1783
|
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1698
1784
|
_this.label = undefined;
|
|
1699
1785
|
_this.errorMessage = undefined;
|
|
1786
|
+
_this.maxHeight = undefined;
|
|
1700
1787
|
_this.placeholder = '';
|
|
1701
1788
|
return _this;
|
|
1702
1789
|
}
|
|
1703
1790
|
return IDSelectMultipleComponent;
|
|
1704
1791
|
}(IDFormBase));
|
|
1705
1792
|
IDSelectMultipleComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1706
|
-
IDSelectMultipleComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { label: "label", errorMessage: "errorMessage", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-select-multiple [attr.valid]=\"valid\" [attr.no-validation]=\"noValidation ? noValidation : null\" [label]=\"label\" [placeholder]=\"placeholder\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-select-multiple>", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1793
|
+
IDSelectMultipleComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { label: "label", errorMessage: "errorMessage", maxHeight: "maxHeight", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0__namespace, template: "<ids-select-multiple \r\n [attr.valid]=\"valid\" \r\n [attr.no-validation]=\"noValidation ? noValidation : null\" \r\n [label]=\"label\" \r\n [placeholder]=\"placeholder\"\r\n [max-height]=\"maxHeight\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-select-multiple>", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1707
1794
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDSelectMultipleComponent, decorators: [{
|
|
1708
1795
|
type: i0.Component,
|
|
1709
1796
|
args: [{
|
|
@@ -1715,6 +1802,8 @@
|
|
|
1715
1802
|
type: i0.Input
|
|
1716
1803
|
}], errorMessage: [{
|
|
1717
1804
|
type: i0.Input
|
|
1805
|
+
}], maxHeight: [{
|
|
1806
|
+
type: i0.Input
|
|
1718
1807
|
}], placeholder: [{
|
|
1719
1808
|
type: i0.Input
|
|
1720
1809
|
}] } });
|
|
@@ -2284,11 +2373,12 @@
|
|
|
2284
2373
|
var IDNotificationBadgeComponent = /** @class */ (function () {
|
|
2285
2374
|
function IDNotificationBadgeComponent() {
|
|
2286
2375
|
this.size = 'm';
|
|
2376
|
+
this.outlined = false;
|
|
2287
2377
|
}
|
|
2288
2378
|
return IDNotificationBadgeComponent;
|
|
2289
2379
|
}());
|
|
2290
2380
|
IDNotificationBadgeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2291
|
-
IDNotificationBadgeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { size: "size" }, ngImport: i0__namespace, template: "<ids-notification-badge\n [attr.size]=\"size\">\n <ng-content></ng-content>\n</ids-notification-badge>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
2381
|
+
IDNotificationBadgeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { size: "size", outlined: "outlined" }, ngImport: i0__namespace, template: "<ids-notification-badge\r\n [attr.outlined]=\"outlined ? true : null\"\r\n [attr.size]=\"size\">\r\n <ng-content></ng-content>\r\n</ids-notification-badge>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
2292
2382
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, decorators: [{
|
|
2293
2383
|
type: i0.Component,
|
|
2294
2384
|
args: [{
|
|
@@ -2298,6 +2388,8 @@
|
|
|
2298
2388
|
}]
|
|
2299
2389
|
}], ctorParameters: function () { return []; }, propDecorators: { size: [{
|
|
2300
2390
|
type: i0.Input
|
|
2391
|
+
}], outlined: [{
|
|
2392
|
+
type: i0.Input
|
|
2301
2393
|
}] } });
|
|
2302
2394
|
|
|
2303
2395
|
var IDNotificationBadgeModule = /** @class */ (function () {
|
|
@@ -2838,6 +2930,79 @@
|
|
|
2838
2930
|
return IDHeaderNavItem;
|
|
2839
2931
|
}());
|
|
2840
2932
|
|
|
2933
|
+
var IDStepperComponent = /** @class */ (function () {
|
|
2934
|
+
function IDStepperComponent() {
|
|
2935
|
+
}
|
|
2936
|
+
return IDStepperComponent;
|
|
2937
|
+
}());
|
|
2938
|
+
IDStepperComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepperComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2939
|
+
IDStepperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDStepperComponent, selector: "id-stepper", ngImport: i0__namespace, template: "<ids-stepper>\r\n <ng-content></ng-content>\r\n</ids-stepper>" });
|
|
2940
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepperComponent, decorators: [{
|
|
2941
|
+
type: i0.Component,
|
|
2942
|
+
args: [{
|
|
2943
|
+
selector: 'id-stepper',
|
|
2944
|
+
templateUrl: './stepper.component.html',
|
|
2945
|
+
}]
|
|
2946
|
+
}] });
|
|
2947
|
+
|
|
2948
|
+
var IDStepComponent = /** @class */ (function () {
|
|
2949
|
+
function IDStepComponent() {
|
|
2950
|
+
this.state = '';
|
|
2951
|
+
this.headline = '';
|
|
2952
|
+
this.srindicatortext = '';
|
|
2953
|
+
this.label = '';
|
|
2954
|
+
this.expanded = false;
|
|
2955
|
+
this.disabled = false;
|
|
2956
|
+
}
|
|
2957
|
+
return IDStepComponent;
|
|
2958
|
+
}());
|
|
2959
|
+
IDStepComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2960
|
+
IDStepComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDStepComponent, selector: "id-step", inputs: { state: "state", headline: "headline", srindicatortext: "srindicatortext", label: "label", expanded: "expanded", disabled: "disabled" }, ngImport: i0__namespace, template: "<ids-step\r\n [attr.state]=\"state\"\r\n [attr.headline]=\"headline\"\r\n [attr.label]=\"label\"\r\n [attr.srindicatortext]=\"srindicatortext\"\r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.disabled]=\"disabled ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-step>" });
|
|
2961
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepComponent, decorators: [{
|
|
2962
|
+
type: i0.Component,
|
|
2963
|
+
args: [{
|
|
2964
|
+
selector: 'id-step',
|
|
2965
|
+
templateUrl: './step.component.html',
|
|
2966
|
+
}]
|
|
2967
|
+
}], ctorParameters: function () { return []; }, propDecorators: { state: [{
|
|
2968
|
+
type: i0.Input
|
|
2969
|
+
}], headline: [{
|
|
2970
|
+
type: i0.Input
|
|
2971
|
+
}], srindicatortext: [{
|
|
2972
|
+
type: i0.Input
|
|
2973
|
+
}], label: [{
|
|
2974
|
+
type: i0.Input
|
|
2975
|
+
}], expanded: [{
|
|
2976
|
+
type: i0.Input
|
|
2977
|
+
}], disabled: [{
|
|
2978
|
+
type: i0.Input
|
|
2979
|
+
}] } });
|
|
2980
|
+
|
|
2981
|
+
var IDStepperModule = /** @class */ (function () {
|
|
2982
|
+
function IDStepperModule() {
|
|
2983
|
+
}
|
|
2984
|
+
return IDStepperModule;
|
|
2985
|
+
}());
|
|
2986
|
+
IDStepperModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepperModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2987
|
+
IDStepperModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepperModule, declarations: [IDStepComponent,
|
|
2988
|
+
IDStepperComponent], exports: [IDStepComponent,
|
|
2989
|
+
IDStepperComponent] });
|
|
2990
|
+
IDStepperModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepperModule });
|
|
2991
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDStepperModule, decorators: [{
|
|
2992
|
+
type: i0.NgModule,
|
|
2993
|
+
args: [{
|
|
2994
|
+
declarations: [
|
|
2995
|
+
IDStepComponent,
|
|
2996
|
+
IDStepperComponent
|
|
2997
|
+
],
|
|
2998
|
+
exports: [
|
|
2999
|
+
IDStepComponent,
|
|
3000
|
+
IDStepperComponent
|
|
3001
|
+
],
|
|
3002
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
3003
|
+
}]
|
|
3004
|
+
}] });
|
|
3005
|
+
|
|
2841
3006
|
var IDTabsComponent = /** @class */ (function () {
|
|
2842
3007
|
function IDTabsComponent() {
|
|
2843
3008
|
}
|
|
@@ -2876,6 +3041,8 @@
|
|
|
2876
3041
|
var IDTabComponent = /** @class */ (function () {
|
|
2877
3042
|
function IDTabComponent(elementRef) {
|
|
2878
3043
|
this.elementRef = elementRef;
|
|
3044
|
+
this.notices = 0;
|
|
3045
|
+
this.notifications = 0;
|
|
2879
3046
|
this.label = '';
|
|
2880
3047
|
this.icon = '';
|
|
2881
3048
|
this.selected = false;
|
|
@@ -2884,14 +3051,18 @@
|
|
|
2884
3051
|
return IDTabComponent;
|
|
2885
3052
|
}());
|
|
2886
3053
|
IDTabComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2887
|
-
IDTabComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabComponent, selector: "id-tab", inputs: { label: "label", icon: "icon", selected: "selected" }, ngImport: i0__namespace, template: "<ids-tab\n [label]=\"label\"\n [attr.icon]=\"icon\"\n [attr.selected]=\"selected ? '':null\">\n</ids-tab>" });
|
|
3054
|
+
IDTabComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", icon: "icon", selected: "selected" }, ngImport: i0__namespace, template: "<ids-tab\r\n [notices]=\"notices === 0 ? null : notices\"\r\n [notifications]=\"notifications === 0 ? null : notifications\"\r\n [label]=\"label\"\r\n [attr.icon]=\"icon\"\r\n [attr.selected]=\"selected ? '':null\">\r\n</ids-tab>" });
|
|
2888
3055
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTabComponent, decorators: [{
|
|
2889
3056
|
type: i0.Component,
|
|
2890
3057
|
args: [{
|
|
2891
3058
|
selector: 'id-tab',
|
|
2892
3059
|
templateUrl: './tab.component.html'
|
|
2893
3060
|
}]
|
|
2894
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: {
|
|
3061
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { notices: [{
|
|
3062
|
+
type: i0.Input
|
|
3063
|
+
}], notifications: [{
|
|
3064
|
+
type: i0.Input
|
|
3065
|
+
}], label: [{
|
|
2895
3066
|
type: i0.Input
|
|
2896
3067
|
}], icon: [{
|
|
2897
3068
|
type: i0.Input
|
|
@@ -2929,6 +3100,57 @@
|
|
|
2929
3100
|
}]
|
|
2930
3101
|
}] });
|
|
2931
3102
|
|
|
3103
|
+
var IDTagComponent = /** @class */ (function () {
|
|
3104
|
+
function IDTagComponent() {
|
|
3105
|
+
this.clickable = false;
|
|
3106
|
+
this.closeable = false;
|
|
3107
|
+
this.srCloseLabel = '';
|
|
3108
|
+
this.clicked = new i0.EventEmitter();
|
|
3109
|
+
this.closed = new i0.EventEmitter();
|
|
3110
|
+
}
|
|
3111
|
+
return IDTagComponent;
|
|
3112
|
+
}());
|
|
3113
|
+
IDTagComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3114
|
+
IDTagComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTagComponent, selector: "id-tag", inputs: { clickable: "clickable", closeable: "closeable", srCloseLabel: "srCloseLabel" }, outputs: { clicked: "clicked", closed: "closed" }, ngImport: i0__namespace, template: "<ids-tag\r\n [clickable]=\"clickable ? true : null\"\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srCloseLabel\"\r\n (clicked)=\"clicked.emit(true)\"\r\n (closed)=\"closed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" });
|
|
3115
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagComponent, decorators: [{
|
|
3116
|
+
type: i0.Component,
|
|
3117
|
+
args: [{
|
|
3118
|
+
selector: 'id-tag',
|
|
3119
|
+
templateUrl: './tag.component.html',
|
|
3120
|
+
}]
|
|
3121
|
+
}], ctorParameters: function () { return []; }, propDecorators: { clickable: [{
|
|
3122
|
+
type: i0.Input
|
|
3123
|
+
}], closeable: [{
|
|
3124
|
+
type: i0.Input
|
|
3125
|
+
}], srCloseLabel: [{
|
|
3126
|
+
type: i0.Input
|
|
3127
|
+
}], clicked: [{
|
|
3128
|
+
type: i0.Output
|
|
3129
|
+
}], closed: [{
|
|
3130
|
+
type: i0.Output
|
|
3131
|
+
}] } });
|
|
3132
|
+
|
|
3133
|
+
var IDTagModule = /** @class */ (function () {
|
|
3134
|
+
function IDTagModule() {
|
|
3135
|
+
}
|
|
3136
|
+
return IDTagModule;
|
|
3137
|
+
}());
|
|
3138
|
+
IDTagModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
3139
|
+
IDTagModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagModule, declarations: [IDTagComponent], exports: [IDTagComponent] });
|
|
3140
|
+
IDTagModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagModule });
|
|
3141
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDTagModule, decorators: [{
|
|
3142
|
+
type: i0.NgModule,
|
|
3143
|
+
args: [{
|
|
3144
|
+
declarations: [
|
|
3145
|
+
IDTagComponent
|
|
3146
|
+
],
|
|
3147
|
+
exports: [
|
|
3148
|
+
IDTagComponent
|
|
3149
|
+
],
|
|
3150
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
3151
|
+
}]
|
|
3152
|
+
}] });
|
|
3153
|
+
|
|
2932
3154
|
var IDTooltipComponent = /** @class */ (function () {
|
|
2933
3155
|
function IDTooltipComponent() {
|
|
2934
3156
|
}
|
|
@@ -2989,6 +3211,9 @@
|
|
|
2989
3211
|
exports.IDButtonModule = IDButtonModule;
|
|
2990
3212
|
exports.IDCardComponent = IDCardComponent;
|
|
2991
3213
|
exports.IDCardModule = IDCardModule;
|
|
3214
|
+
exports.IDCarouselComponent = IDCarouselComponent;
|
|
3215
|
+
exports.IDCarouselItemComponent = IDCarouselItemComponent;
|
|
3216
|
+
exports.IDCarouselModule = IDCarouselModule;
|
|
2992
3217
|
exports.IDCheckboxComponent = IDCheckboxComponent;
|
|
2993
3218
|
exports.IDCheckboxGroupComponent = IDCheckboxGroupComponent;
|
|
2994
3219
|
exports.IDCheckboxGroupModule = IDCheckboxGroupModule;
|
|
@@ -3055,10 +3280,15 @@
|
|
|
3055
3280
|
exports.IDSelectMultipleModule = IDSelectMultipleModule;
|
|
3056
3281
|
exports.IDSpinnerComponent = IDSpinnerComponent;
|
|
3057
3282
|
exports.IDSpinnerModule = IDSpinnerModule;
|
|
3283
|
+
exports.IDStepComponent = IDStepComponent;
|
|
3284
|
+
exports.IDStepperComponent = IDStepperComponent;
|
|
3285
|
+
exports.IDStepperModule = IDStepperModule;
|
|
3058
3286
|
exports.IDTabComponent = IDTabComponent;
|
|
3059
3287
|
exports.IDTabPanelComponent = IDTabPanelComponent;
|
|
3060
3288
|
exports.IDTabsComponent = IDTabsComponent;
|
|
3061
3289
|
exports.IDTabsModule = IDTabsModule;
|
|
3290
|
+
exports.IDTagComponent = IDTagComponent;
|
|
3291
|
+
exports.IDTagModule = IDTagModule;
|
|
3062
3292
|
exports.IDTextareaComponent = IDTextareaComponent;
|
|
3063
3293
|
exports.IDTextareaModule = IDTextareaModule;
|
|
3064
3294
|
exports.IDTimeComponent = IDTimeComponent;
|