@coreui/angular-pro 4.0.0-alpha.3 → 4.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +1 -1
  2. package/esm2020/lib/multi-select/index.mjs +2 -0
  3. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +424 -0
  4. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +28 -0
  5. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +20 -0
  6. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +25 -0
  7. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +133 -0
  8. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +56 -0
  9. package/esm2020/lib/multi-select/multi-select.module.mjs +50 -0
  10. package/esm2020/lib/multi-select/multi-select.service.mjs +23 -0
  11. package/esm2020/lib/multi-select/multi-select.type.mjs +2 -0
  12. package/esm2020/lib/multi-select/public_api.mjs +7 -0
  13. package/esm2020/lib/popover/popover.directive.mjs +1 -1
  14. package/esm2020/public-api.mjs +2 -1
  15. package/fesm2015/coreui-angular-pro.mjs +733 -16
  16. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  17. package/fesm2020/coreui-angular-pro.mjs +726 -16
  18. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  19. package/lib/multi-select/index.d.ts +1 -0
  20. package/lib/multi-select/multi-select/multi-select.component.d.ts +101 -0
  21. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +13 -0
  22. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +9 -0
  23. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +10 -0
  24. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +45 -0
  25. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +21 -0
  26. package/lib/multi-select/multi-select.module.d.ts +16 -0
  27. package/lib/multi-select/multi-select.service.d.ts +12 -0
  28. package/lib/multi-select/multi-select.type.d.ts +34 -0
  29. package/lib/multi-select/public_api.d.ts +6 -0
  30. package/package.json +1 -1
  31. package/public-api.d.ts +1 -0
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, Input, NgModule, HostBinding, Injectable, Component, EventEmitter, Output, ContentChildren, HostListener, Inject, ViewChild, Optional, ContentChild, ElementRef, PLATFORM_ID, TemplateRef, ViewContainerRef, Pipe, ChangeDetectionStrategy, VERSION } from '@angular/core';
2
+ import { Directive, Input, NgModule, HostBinding, Injectable, Component, EventEmitter, Output, ContentChildren, HostListener, Inject, ViewChild, Optional, ContentChild, ChangeDetectionStrategy, forwardRef, ElementRef, PLATFORM_ID, TemplateRef, ViewContainerRef, Pipe, VERSION } from '@angular/core';
3
3
  import * as i2 from '@angular/common';
4
4
  import { CommonModule, DOCUMENT, isPlatformBrowser } from '@angular/common';
5
5
  import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
@@ -10,10 +10,12 @@ import { NavigationEnd, RouterModule } from '@angular/router';
10
10
  import { BehaviorSubject, Observable, Subject } from 'rxjs';
11
11
  import { filter } from 'rxjs/operators';
12
12
  import { createPopper } from '@popperjs/core';
13
- import * as i1$1 from '@angular/cdk/layout';
14
- import * as i1$2 from '@angular/cdk/a11y';
15
- import { A11yModule } from '@angular/cdk/a11y';
16
- import * as i5 from '@coreui/icons-angular';
13
+ import * as i1$1 from '@angular/cdk/a11y';
14
+ import { FocusKeyManager, A11yModule } from '@angular/cdk/a11y';
15
+ import * as i5 from '@angular/forms';
16
+ import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
17
+ import * as i1$2 from '@angular/cdk/layout';
18
+ import * as i5$1 from '@coreui/icons-angular';
17
19
  import { IconModule } from '@coreui/icons-angular';
18
20
 
19
21
  var BreakpointInfix;
@@ -4351,6 +4353,721 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
4351
4353
  }]
4352
4354
  }] });
4353
4355
 
4356
+ class MultiSelectOptgroupLabelComponent {
4357
+ constructor() { }
4358
+ get hostClasses() {
4359
+ return {
4360
+ 'form-multi-select-optgroup-label': true
4361
+ };
4362
+ }
4363
+ }
4364
+ MultiSelectOptgroupLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectOptgroupLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4365
+ MultiSelectOptgroupLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MultiSelectOptgroupLabelComponent, selector: "c-multi-select-optgroup-label", host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:block}\n"] });
4366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectOptgroupLabelComponent, decorators: [{
4367
+ type: Component,
4368
+ args: [{ selector: 'c-multi-select-optgroup-label', template: "<ng-content></ng-content>\n", styles: [":host{display:block}\n"] }]
4369
+ }], ctorParameters: function () { return []; }, propDecorators: { hostClasses: [{
4370
+ type: HostBinding,
4371
+ args: ['class']
4372
+ }] } });
4373
+
4374
+ class MultiSelectOptgroupComponent {
4375
+ get hostClasses() {
4376
+ return {
4377
+ 'form-multi-select-options': true
4378
+ };
4379
+ }
4380
+ }
4381
+ MultiSelectOptgroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectOptgroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4382
+ MultiSelectOptgroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MultiSelectOptgroupComponent, selector: "c-multi-select-optgroup", inputs: { label: "label", disabled: "disabled" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: "<c-multi-select-optgroup-label *ngIf=\"label\">{{label}}</c-multi-select-optgroup-label>\n<ng-content></ng-content>\n", styles: [":host{display:block}\n"], components: [{ type: MultiSelectOptgroupLabelComponent, selector: "c-multi-select-optgroup-label" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
4383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectOptgroupComponent, decorators: [{
4384
+ type: Component,
4385
+ args: [{ selector: 'c-multi-select-optgroup', template: "<c-multi-select-optgroup-label *ngIf=\"label\">{{label}}</c-multi-select-optgroup-label>\n<ng-content></ng-content>\n", styles: [":host{display:block}\n"] }]
4386
+ }], propDecorators: { label: [{
4387
+ type: Input
4388
+ }], disabled: [{
4389
+ type: Input
4390
+ }], hostClasses: [{
4391
+ type: HostBinding,
4392
+ args: ['class']
4393
+ }] } });
4394
+
4395
+ class MultiSelectService {
4396
+ constructor() {
4397
+ this.multiSelectState = new BehaviorSubject({});
4398
+ this.multiSelectState$ = this.multiSelectState.asObservable();
4399
+ this.multiSelectVisible = new BehaviorSubject(false);
4400
+ this.multiSelectVisible$ = this.multiSelectVisible.asObservable();
4401
+ }
4402
+ toggleOption(option) {
4403
+ this.multiSelectState.next(option);
4404
+ }
4405
+ toggleVisible(visible) {
4406
+ this.multiSelectVisible.next(visible);
4407
+ }
4408
+ }
4409
+ MultiSelectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4410
+ MultiSelectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectService });
4411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectService, decorators: [{
4412
+ type: Injectable
4413
+ }], ctorParameters: function () { return []; } });
4414
+
4415
+ class MultiSelectOptionComponent {
4416
+ constructor(elementRef, renderer, focusMonitor, multiSelectService) {
4417
+ this.elementRef = elementRef;
4418
+ this.renderer = renderer;
4419
+ this.focusMonitor = focusMonitor;
4420
+ this.multiSelectService = multiSelectService;
4421
+ this._disabled = false;
4422
+ this._selected = false;
4423
+ this.optionsStyle = 'checkbox';
4424
+ this.visible = true;
4425
+ this.selectedChange = new EventEmitter();
4426
+ this.hasContent = true;
4427
+ }
4428
+ set disabled(value) {
4429
+ this._disabled = coerceBooleanProperty(value);
4430
+ }
4431
+ get disabled() {
4432
+ return this._disabled;
4433
+ }
4434
+ set selected(value) {
4435
+ const newValue = coerceBooleanProperty(value);
4436
+ if (this._selected !== newValue) {
4437
+ this._selected = newValue;
4438
+ this.selectedChange.emit(newValue);
4439
+ this.multiSelectService.toggleOption(this);
4440
+ if (newValue) {
4441
+ this.focus();
4442
+ }
4443
+ }
4444
+ }
4445
+ get selected() {
4446
+ return this._selected;
4447
+ }
4448
+ get hostClasses() {
4449
+ return {
4450
+ 'form-multi-select-option': true,
4451
+ 'form-multi-selected': this.selected,
4452
+ [`form-multi-select-option-with-${this.optionsStyle}`]: !!this.optionsStyle,
4453
+ disabled: this.disabled,
4454
+ 'd-none': !this.visible
4455
+ };
4456
+ }
4457
+ get tabIndex() {
4458
+ return this.disabled ? '-1' : '0';
4459
+ }
4460
+ get ariaDisabled() {
4461
+ return this.disabled || null;
4462
+ }
4463
+ get ariaSelected() {
4464
+ return this.selected;
4465
+ }
4466
+ onKeyUp($event) {
4467
+ if ($event.key === 'Enter' || $event.code === 'Space') {
4468
+ $event.preventDefault();
4469
+ this.selected = this.disabled ? this.selected : !this.selected;
4470
+ }
4471
+ }
4472
+ onClick() {
4473
+ this.selected = this.disabled ? this.selected : !this.selected;
4474
+ }
4475
+ ngAfterContentInit() {
4476
+ setTimeout(() => {
4477
+ var _a;
4478
+ this.hasContent = !!((_a = this.content) === null || _a === void 0 ? void 0 : _a.nativeElement.childNodes.length);
4479
+ });
4480
+ if (!this.label) {
4481
+ this.label = this.elementRef.nativeElement.innerText || this.value;
4482
+ }
4483
+ if (this.value === undefined) {
4484
+ this.value = this.elementRef.nativeElement.innerText || this.label;
4485
+ }
4486
+ }
4487
+ setActiveStyles() {
4488
+ }
4489
+ setInactiveStyles() {
4490
+ }
4491
+ getLabel() {
4492
+ var _a;
4493
+ return ((_a = this.label) !== null && _a !== void 0 ? _a : this.value);
4494
+ }
4495
+ focus(origin) {
4496
+ this.focusMonitor.focusVia(this.elementRef, 'program');
4497
+ }
4498
+ }
4499
+ MultiSelectOptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectOptionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.FocusMonitor }, { token: MultiSelectService }], target: i0.ɵɵFactoryTarget.Component });
4500
+ MultiSelectOptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MultiSelectOptionComponent, selector: "c-multi-select-option", inputs: { disabled: "disabled", selected: "selected", optionsStyle: "optionsStyle", label: "label", value: "value", visible: "visible" }, outputs: { selectedChange: "selectedChange" }, host: { listeners: { "keydown": "onKeyUp($event)", "click": "onClick($event)" }, properties: { "class": "this.hostClasses", "attr.tabindex": "this.tabIndex", "attr.disabled": "this.ariaDisabled", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-selected": "this.ariaSelected" } }, viewQueries: [{ propertyName: "content", first: true, predicate: ["contentDiv"], descendants: true }], ngImport: i0, template: "<div #contentDiv><ng-content></ng-content></div>\n<div *ngIf=\"!hasContent\">\n {{label ?? value}}\n</div>\n\n", styles: [":host{display:block;-webkit-user-select:none;user-select:none}:host.form-multi-select-option.disabled,:host.form-multi-select-option:disabled{pointer-events:all;cursor:default}\n"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
4501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectOptionComponent, decorators: [{
4502
+ type: Component,
4503
+ args: [{ selector: 'c-multi-select-option', template: "<div #contentDiv><ng-content></ng-content></div>\n<div *ngIf=\"!hasContent\">\n {{label ?? value}}\n</div>\n\n", styles: [":host{display:block;-webkit-user-select:none;user-select:none}:host.form-multi-select-option.disabled,:host.form-multi-select-option:disabled{pointer-events:all;cursor:default}\n"] }]
4504
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.FocusMonitor }, { type: MultiSelectService }]; }, propDecorators: { disabled: [{
4505
+ type: Input
4506
+ }], selected: [{
4507
+ type: Input
4508
+ }], optionsStyle: [{
4509
+ type: Input
4510
+ }], label: [{
4511
+ type: Input
4512
+ }], value: [{
4513
+ type: Input
4514
+ }], visible: [{
4515
+ type: Input
4516
+ }], selectedChange: [{
4517
+ type: Output
4518
+ }], content: [{
4519
+ type: ViewChild,
4520
+ args: ['contentDiv']
4521
+ }], hostClasses: [{
4522
+ type: HostBinding,
4523
+ args: ['class']
4524
+ }], tabIndex: [{
4525
+ type: HostBinding,
4526
+ args: ['attr.tabindex']
4527
+ }], ariaDisabled: [{
4528
+ type: HostBinding,
4529
+ args: ['attr.disabled']
4530
+ }, {
4531
+ type: HostBinding,
4532
+ args: ['attr.aria-disabled']
4533
+ }], ariaSelected: [{
4534
+ type: HostBinding,
4535
+ args: ['attr.aria-selected']
4536
+ }], onKeyUp: [{
4537
+ type: HostListener,
4538
+ args: ['keydown', ['$event']]
4539
+ }], onClick: [{
4540
+ type: HostListener,
4541
+ args: ['click', ['$event']]
4542
+ }] } });
4543
+
4544
+ class MultiSelectTagComponent {
4545
+ constructor(multiSelectService) {
4546
+ this.multiSelectService = multiSelectService;
4547
+ this.multiselectVisible = false;
4548
+ this.remove = new EventEmitter();
4549
+ }
4550
+ get hostClasses() {
4551
+ return {
4552
+ 'form-multi-select-tag': true
4553
+ };
4554
+ }
4555
+ ngOnInit() {
4556
+ this.multiselectSubscribe();
4557
+ }
4558
+ ngOnDestroy() {
4559
+ this.multiselectSubscribe(false);
4560
+ }
4561
+ handleRemove($event) {
4562
+ if (this.option) {
4563
+ this.option.selected = false;
4564
+ this.remove.emit(this.option);
4565
+ }
4566
+ }
4567
+ multiselectSubscribe(subscribe = true) {
4568
+ if (subscribe) {
4569
+ this.multiselectVisibleSubscription =
4570
+ this.multiSelectService.multiSelectVisible$.subscribe((visible) => {
4571
+ setTimeout(() => {
4572
+ this.multiselectVisible = visible;
4573
+ });
4574
+ });
4575
+ }
4576
+ else {
4577
+ this.multiselectVisibleSubscription.unsubscribe();
4578
+ }
4579
+ }
4580
+ }
4581
+ MultiSelectTagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectTagComponent, deps: [{ token: MultiSelectService }], target: i0.ɵɵFactoryTarget.Component });
4582
+ MultiSelectTagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MultiSelectTagComponent, selector: "c-multi-select-tag", inputs: { option: "option" }, outputs: { remove: "remove" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: "<ng-template [ngIfElse]=\"elseContent\"\n [ngIf]=\"!!option\">{{option.label ?? option.value ?? 'undefined'}}</ng-template>\n<ng-template #elseContent>\n <ng-content></ng-content>\n</ng-template>\n<button (click)=\"handleRemove($event)\" *ngIf=\"!option?.disabled\" [disabled]=\"!multiselectVisible\" aria-label=\"Clear\"\n cButtonClose class=\"form-multi-select-tag-delete close btn btn-xs\" type=\"button\">\n <span aria-hidden=\"true\" class=\"visually-hidden\">x</span>\n</button>\n", styles: [":host .btn-xs{padding-left:.125rem;padding-right:.125rem;font-size:.575rem;border-radius:.2rem}:host.form-multi-select-tag{-webkit-user-select:none;user-select:none;pointer-events:all}\n"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: ButtonCloseDirective, selector: "[cButtonClose]", inputs: ["white"] }] });
4583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectTagComponent, decorators: [{
4584
+ type: Component,
4585
+ args: [{ selector: 'c-multi-select-tag', template: "<ng-template [ngIfElse]=\"elseContent\"\n [ngIf]=\"!!option\">{{option.label ?? option.value ?? 'undefined'}}</ng-template>\n<ng-template #elseContent>\n <ng-content></ng-content>\n</ng-template>\n<button (click)=\"handleRemove($event)\" *ngIf=\"!option?.disabled\" [disabled]=\"!multiselectVisible\" aria-label=\"Clear\"\n cButtonClose class=\"form-multi-select-tag-delete close btn btn-xs\" type=\"button\">\n <span aria-hidden=\"true\" class=\"visually-hidden\">x</span>\n</button>\n", styles: [":host .btn-xs{padding-left:.125rem;padding-right:.125rem;font-size:.575rem;border-radius:.2rem}:host.form-multi-select-tag{-webkit-user-select:none;user-select:none;pointer-events:all}\n"] }]
4586
+ }], ctorParameters: function () { return [{ type: MultiSelectService }]; }, propDecorators: { option: [{
4587
+ type: Input
4588
+ }], remove: [{
4589
+ type: Output
4590
+ }], hostClasses: [{
4591
+ type: HostBinding,
4592
+ args: ['class']
4593
+ }] } });
4594
+
4595
+ class MultiSelectNativeSelectComponent {
4596
+ constructor(changeDetectorRef) {
4597
+ this.changeDetectorRef = changeDetectorRef;
4598
+ this.form = '';
4599
+ this.id = '';
4600
+ }
4601
+ }
4602
+ MultiSelectNativeSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectNativeSelectComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
4603
+ MultiSelectNativeSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MultiSelectNativeSelectComponent, selector: "c-multi-select-native-select", inputs: { form: "form", id: "id", multiple: "multiple", name: "name", options: "options" }, ngImport: i0, template: "<select [multiple]=\"multiple\" [name]=\"name\" style=\"display: none\" tabindex=\"-1\" [id]=\"id\">\n <option\n *ngFor=\"let option of options\"\n [label]=\"option.label\"\n [selected]=\"option.selected\"\n [value]=\"option.value\"\n tabindex=\"-1\"\n ></option>\n</select>\n\n", styles: [":host{display:none}\n"], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectNativeSelectComponent, decorators: [{
4605
+ type: Component,
4606
+ args: [{ selector: 'c-multi-select-native-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<select [multiple]=\"multiple\" [name]=\"name\" style=\"display: none\" tabindex=\"-1\" [id]=\"id\">\n <option\n *ngFor=\"let option of options\"\n [label]=\"option.label\"\n [selected]=\"option.selected\"\n [value]=\"option.value\"\n tabindex=\"-1\"\n ></option>\n</select>\n\n", styles: [":host{display:none}\n"] }]
4607
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { form: [{
4608
+ type: Input
4609
+ }], id: [{
4610
+ type: Input
4611
+ }], multiple: [{
4612
+ type: Input
4613
+ }], name: [{
4614
+ type: Input
4615
+ }], options: [{
4616
+ type: Input
4617
+ }] } });
4618
+
4619
+ // const flattenArray = (options: IOption[]): IOption[] => {
4620
+ // return options.reduce((acc: IOption[], val: IOption) => {
4621
+ // return acc.concat(Array.isArray(val.options) ? flattenArray(val.options) : val);
4622
+ // }, []);
4623
+ // };
4624
+ //
4625
+ // const getSelectedOptions = (options: IOption[]) => {
4626
+ // return flattenArray(options).filter((option: IOption) => {
4627
+ // if (option.selected) {
4628
+ // return option;
4629
+ // }
4630
+ // return;
4631
+ // });
4632
+ // };
4633
+ class MultiSelectComponent {
4634
+ constructor(elementRef, renderer, ngZone, changeDetectorRef, viewContainerRef, focusMonitor, multiSelectService) {
4635
+ this.elementRef = elementRef;
4636
+ this.renderer = renderer;
4637
+ this.ngZone = ngZone;
4638
+ this.changeDetectorRef = changeDetectorRef;
4639
+ this.viewContainerRef = viewContainerRef;
4640
+ this.focusMonitor = focusMonitor;
4641
+ this.multiSelectService = multiSelectService;
4642
+ this.onChange = (value) => { };
4643
+ this.cleaner = true;
4644
+ this._disabled = false;
4645
+ this._multiple = false;
4646
+ this.nativeName = '';
4647
+ this.nativeId = '';
4648
+ this.options = [];
4649
+ this.optionsMaxHeight = 'auto';
4650
+ this.optionsStyle = 'checkbox';
4651
+ this.placeholder = 'Select...';
4652
+ this.search = true;
4653
+ this.searchNoResultsLabel = 'no items';
4654
+ this.selectAll = true;
4655
+ this.selectAllLabel = 'Select all options';
4656
+ this.selectionType = 'tags';
4657
+ this.selectionTypeCounterText = 'item(s) selected';
4658
+ this._value = [''];
4659
+ this.valueChange = new EventEmitter();
4660
+ this._visible = false;
4661
+ this.visibleChange = new EventEmitter();
4662
+ this.isDropdownVisible = false;
4663
+ this._selectedOptions = [];
4664
+ this._tabIndex = '-1';
4665
+ this.visibleOptions = 0;
4666
+ this._inputValue = '';
4667
+ this._subtreeFocused = this.focusOrigin(null);
4668
+ }
4669
+ writeValue(value) {
4670
+ this.onChange(this.value);
4671
+ }
4672
+ registerOnChange(fn) {
4673
+ this.onChange = fn;
4674
+ }
4675
+ registerOnTouched(fn) {
4676
+ }
4677
+ setDisabledState(isDisabled) {
4678
+ this.disabled = isDisabled;
4679
+ }
4680
+ set disabled(value) {
4681
+ this._disabled = coerceBooleanProperty(value);
4682
+ }
4683
+ get disabled() {
4684
+ return this._disabled;
4685
+ }
4686
+ set multiple(value) {
4687
+ this._multiple = coerceBooleanProperty(value);
4688
+ }
4689
+ get multiple() {
4690
+ return this._multiple;
4691
+ }
4692
+ set value(value) {
4693
+ const newValue = Array.isArray(value) ? [...value] : [value !== null && value !== void 0 ? value : ''];
4694
+ if (this._value.toString() !== newValue.toString()) {
4695
+ this._value = newValue;
4696
+ this.writeValue(this.value);
4697
+ this.updateNativeSelect();
4698
+ this.valueChange.emit(this.value);
4699
+ }
4700
+ }
4701
+ get value() {
4702
+ var _a, _b;
4703
+ return this.multiple ? [...this._value] : (_b = (_a = this._value[0]) === null || _a === void 0 ? void 0 : _a.toString()) !== null && _b !== void 0 ? _b : '';
4704
+ }
4705
+ set visible(value) {
4706
+ const newValue = coerceBooleanProperty(value);
4707
+ if (newValue !== this._visible) {
4708
+ this._visible = newValue;
4709
+ this.multiSelectService.toggleVisible(newValue);
4710
+ }
4711
+ }
4712
+ get visible() {
4713
+ return this._visible;
4714
+ }
4715
+ get selectedOptions() {
4716
+ return this._selectedOptions;
4717
+ }
4718
+ get selectedOptionsText() {
4719
+ return this.selectedOptions.map((option) => option.label).join(', ');
4720
+ }
4721
+ get counterText() {
4722
+ return `${this.selectedOptions.length} ${this.selectionTypeCounterText}`;
4723
+ }
4724
+ get hostClasses() {
4725
+ return {
4726
+ 'form-multi-select': true,
4727
+ 'form-multi-select-selection-tags': this.selectionType === 'tags',
4728
+ show: this.visible
4729
+ };
4730
+ }
4731
+ get tabIndex() {
4732
+ return this._tabIndex;
4733
+ }
4734
+ set tabIndex(value) {
4735
+ setTimeout(() => {
4736
+ this._tabIndex = this._disabled || this.search ? '-1' : value === null ? null : '0';
4737
+ });
4738
+ }
4739
+ onKeyUp($event) {
4740
+ console.log('keyup', $event.key);
4741
+ if ($event.key === 'Escape') {
4742
+ this.visible = false;
4743
+ this.inputValue = '';
4744
+ this.setFocus();
4745
+ // this.focusMonitor.focusVia(this.inputElement ?? this.elementRef, 'keyboard');
4746
+ }
4747
+ else if ($event.key === 'Enter') {
4748
+ // } else {
4749
+ this.visible = true;
4750
+ if (!this.search) {
4751
+ this.setFocus();
4752
+ }
4753
+ }
4754
+ }
4755
+ manage($event) {
4756
+ console.log('keydown', $event.key);
4757
+ if ($event.key === 'Enter' && $event.target === this.inputElement.nativeElement) {
4758
+ $event.preventDefault();
4759
+ }
4760
+ this.listKeyManager.onKeydown($event);
4761
+ }
4762
+ onClick($event) {
4763
+ if (!this.visible) {
4764
+ this.visible = !this.visible;
4765
+ }
4766
+ this.setFocus();
4767
+ }
4768
+ set inputValue(value) {
4769
+ console.log('inputValue', value);
4770
+ this._inputValue = value;
4771
+ // this.visible = !!value ?? this.visible;
4772
+ this.filterOptions(value);
4773
+ }
4774
+ get inputValue() {
4775
+ return this._inputValue;
4776
+ }
4777
+ get subtreeFocused() {
4778
+ return this._subtreeFocused;
4779
+ }
4780
+ set subtreeFocused(value) {
4781
+ this._subtreeFocused = value;
4782
+ this.visible = value === false ? false : this.visible;
4783
+ }
4784
+ focusOrigin(origin) {
4785
+ const focused = !!origin;
4786
+ this.inputValue = focused ? this.inputValue : '';
4787
+ return focused;
4788
+ }
4789
+ ngOnInit() {
4790
+ this.tabIndex = '0';
4791
+ }
4792
+ ngOnDestroy() {
4793
+ var _a;
4794
+ this.multiselectSubscribe(false);
4795
+ // this.clearListeners();
4796
+ this.focusMonitor.stopMonitoring(this.elementRef);
4797
+ (_a = this.focusMonitorSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
4798
+ }
4799
+ ngAfterContentInit() {
4800
+ this.visibleOptions = this.multiSelectOptions.length;
4801
+ this.multiSelectOptions.forEach((option, index) => {
4802
+ option.optionsStyle = this.optionsStyle;
4803
+ });
4804
+ this._selectedOptions = this.multiSelectOptions.filter((option) => option.selected);
4805
+ setTimeout(() => {
4806
+ this.value = this._selectedOptions.map(item => item.value);
4807
+ });
4808
+ this.value = this._selectedOptions.map(item => item.value);
4809
+ this.listKeyManager = new FocusKeyManager(this.multiSelectOptions).withHomeAndEnd();
4810
+ this.listKeyManager.skipPredicate(item => !item.visible);
4811
+ this.multiselectSubscribe();
4812
+ this.createNativeSelect();
4813
+ }
4814
+ ngAfterViewInit() {
4815
+ // this.setListeners();
4816
+ this.focusMonitorSubscription = this.focusMonitor.monitor(this.elementRef, true).subscribe((origin) => this.ngZone.run(() => {
4817
+ this.subtreeFocused = this.focusOrigin(origin);
4818
+ this.changeDetectorRef.markForCheck();
4819
+ }));
4820
+ }
4821
+ handleInputClick($event) {
4822
+ console.log('handleInputClick', $event);
4823
+ // this.visible = !this.visible;
4824
+ }
4825
+ multiselectSubscribe(subscribe = true) {
4826
+ var _a, _b, _c;
4827
+ if (subscribe) {
4828
+ this.multiselectVisibleSubscription = this.multiSelectService.multiSelectVisible$.subscribe((visible) => {
4829
+ this.isDropdownVisible = visible;
4830
+ this.visibleChange.emit(visible);
4831
+ });
4832
+ this.multiselectStateSubscription = this.multiSelectService.multiSelectState$.subscribe((option) => {
4833
+ if (option.selected === true && !this.multiple) {
4834
+ const selectedOptions = this.multiSelectOptions
4835
+ .toArray()
4836
+ .filter((item) => item.selected);
4837
+ selectedOptions.reverse().forEach((item) => {
4838
+ if (item !== option) {
4839
+ item.selected = false;
4840
+ }
4841
+ });
4842
+ }
4843
+ this._selectedOptions = this.multiSelectOptions.filter((option) => option.selected);
4844
+ this.value = this._selectedOptions.map(item => item.value);
4845
+ });
4846
+ }
4847
+ else {
4848
+ (_a = this.multiselectVisibleSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
4849
+ (_b = this.multiSelectOptionsSubscription) === null || _b === void 0 ? void 0 : _b.unsubscribe();
4850
+ (_c = this.multiselectStateSubscription) === null || _c === void 0 ? void 0 : _c.unsubscribe();
4851
+ }
4852
+ }
4853
+ clearAllOptions($event) {
4854
+ this._selectedOptions.forEach((option) => {
4855
+ if (!option._disabled)
4856
+ option.selected = false;
4857
+ });
4858
+ this.setFocus();
4859
+ }
4860
+ selectAllOptions() {
4861
+ this.multiSelectOptions.forEach((option, index) => {
4862
+ if (!option.disabled)
4863
+ option.selected = true;
4864
+ });
4865
+ }
4866
+ // private setListeners() {
4867
+ // if (this.search) {
4868
+ // const configForInput: IListenersConfig = {
4869
+ // hostElement: this.inputElement ?? this.elementRef,
4870
+ // trigger: ['focus', 'click'],
4871
+ // callbackOn: () => {
4872
+ // console.log('focus input');
4873
+ // this.tabIndex = null;
4874
+ // // this.visible = true;
4875
+ // }
4876
+ // };
4877
+ // this.listenersService.setListeners(configForInput);
4878
+ // }
4879
+ //
4880
+ // const configForHost: IListenersConfig = {
4881
+ // hostElement: this.elementRef,
4882
+ // trigger: ['focus'],
4883
+ // callbackOn: () => {
4884
+ // console.log('focus');
4885
+ // if (this.inputElement) {
4886
+ // this.setFocus()
4887
+ // }
4888
+ // // this.inputElement?.nativeElement.focus();
4889
+ // },
4890
+ // callbackOff: () => {
4891
+ // console.log('blur');
4892
+ // }
4893
+ // };
4894
+ // this.listenersService.setListeners(configForHost);
4895
+ // }
4896
+ clearListeners() {
4897
+ // this.listenersService.clearListeners();
4898
+ }
4899
+ handleTagRemove($event) {
4900
+ this.setFocus();
4901
+ }
4902
+ setFocus() {
4903
+ var _a, _b;
4904
+ const firstSelectedOption = (_a = this.selectedOptions.find((item) => item.selected)) !== null && _a !== void 0 ? _a : this.multiSelectOptions.find((item, index) => index === 0);
4905
+ if (firstSelectedOption && this.isDropdownVisible) {
4906
+ this.listKeyManager.setActiveItem(firstSelectedOption);
4907
+ this.changeDetectorRef.markForCheck();
4908
+ if (!this.search) {
4909
+ return;
4910
+ }
4911
+ }
4912
+ this.focusMonitor.focusVia((_b = this.inputElement) !== null && _b !== void 0 ? _b : this.elementRef, 'program');
4913
+ }
4914
+ filterOptions(value) {
4915
+ var _a, _b, _c;
4916
+ const searchString = (_a = value.toLowerCase()) !== null && _a !== void 0 ? _a : '';
4917
+ (_b = this.multiSelectOptions) === null || _b === void 0 ? void 0 : _b.forEach((item, index) => {
4918
+ var _a, _b;
4919
+ if (!!searchString) {
4920
+ item.visible = (_b = (_a = item.label) === null || _a === void 0 ? void 0 : _a.toLowerCase().includes(searchString)) !== null && _b !== void 0 ? _b : true;
4921
+ }
4922
+ else {
4923
+ item.visible = true;
4924
+ }
4925
+ });
4926
+ this.visibleOptions = (_c = this.multiSelectOptions) === null || _c === void 0 ? void 0 : _c.filter((item) => item.visible).length;
4927
+ }
4928
+ createNativeSelect() {
4929
+ this.viewContainerRef.clear();
4930
+ const nativeSelectRef = this.viewContainerRef.createComponent(MultiSelectNativeSelectComponent);
4931
+ this.nativeSelectRef = nativeSelectRef;
4932
+ this.updateNativeSelect();
4933
+ }
4934
+ updateNativeSelect() {
4935
+ if (!this.nativeSelectRef)
4936
+ return;
4937
+ const options = this.selectedOptions.map(item => {
4938
+ const { selected, value, label } = item;
4939
+ return { selected, value, label };
4940
+ });
4941
+ // const nativeSelectRef = this.nativeSelectRef;
4942
+ this.nativeSelectRef.instance.multiple = this.multiple;
4943
+ this.nativeSelectRef.instance.name = this.nativeName;
4944
+ this.nativeSelectRef.instance.form = this.nativeId;
4945
+ this.nativeSelectRef.instance.options = options;
4946
+ this.nativeSelectRef.instance.changeDetectorRef.detectChanges();
4947
+ }
4948
+ }
4949
+ MultiSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ViewContainerRef }, { token: i1$1.FocusMonitor }, { token: MultiSelectService }], target: i0.ɵɵFactoryTarget.Component });
4950
+ MultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MultiSelectComponent, selector: "c-multi-select", inputs: { cleaner: "cleaner", disabled: "disabled", multiple: "multiple", nativeName: "nativeName", nativeId: "nativeId", options: "options", optionsMaxHeight: "optionsMaxHeight", optionsStyle: "optionsStyle", placeholder: "placeholder", search: "search", searchNoResultsLabel: "searchNoResultsLabel", selectAll: "selectAll", selectAllLabel: "selectAllLabel", selectionType: "selectionType", selectionTypeCounterText: "selectionTypeCounterText", value: "value", visible: "visible" }, outputs: { valueChange: "valueChange", visibleChange: "visibleChange" }, host: { listeners: { "keyup": "onKeyUp($event)", "keydown": "manage($event)", "click": "onClick($event)" }, properties: { "class": "this.hostClasses", "attr.tabindex": "this.tabIndex" } }, providers: [
4951
+ MultiSelectService,
4952
+ // ListenersService,
4953
+ {
4954
+ provide: NG_VALUE_ACCESSOR,
4955
+ useExisting: forwardRef(() => MultiSelectComponent),
4956
+ multi: true
4957
+ }
4958
+ ], queries: [{ propertyName: "multiSelectOptions", predicate: MultiSelectOptionComponent, descendants: true }], viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["inputElement"], descendants: true }, { propertyName: "dropdownElement", first: true, predicate: ["dropdownElement"], descendants: true }], exportAs: ["cMultiSelect"], ngImport: i0, template: "<div class=\"form-multi-select-selection\">\n <ng-template [ngIf]=\"selectionType==='tags'\">\n <c-multi-select-tag (remove)=\"handleTagRemove($event)\" *ngFor=\"let option of selectedOptions; index as i\"\n [option]=\"option\" tabindex=\"-1\"></c-multi-select-tag>\n </ng-template>\n <ng-template [ngIf]=\"selectionType==='text'\">\n <span class=\"bg-light\">{{selectedOptionsText}}</span>\n </ng-template>\n <ng-template [ngIf]=\"selectionType==='counter'\">\n <span>{{counterText}}</span>\n </ng-template>\n</div>\n\n<input #inputElement\n [(ngModel)]=\"inputValue\"\n [disabled]=\"!search\"\n [placeholder]=\"(selectedOptions.length === 0 && selectionType!=='counter') ? placeholder : ''\"\n autocomplete=\"off\"\n class=\"form-multi-select-search ms-1\" tabindex=\"0\"\n type=\"text\">\n\n<button (click)=\"clearAllOptions($event)\"\n *ngIf=\"cleaner && selectedOptions.length > 0\"\n [disabled]=\"!isDropdownVisible\"\n aria-label=\"Clear all\"\n cButtonClose\n class=\"form-multi-select-selection-cleaner\"\n size=\"sm\">\n</button>\n\n<div #dropdownElement class=\"form-multi-select-dropdown\">\n <ng-template [ngIf]=\"visibleOptions>0\" [ngIfElse]=\"optionsEmpty\">\n <button (click)=\"selectAllOptions()\"\n *ngIf=\"selectAll && multiple\"\n class=\"form-multi-select-all\">\n {{selectAllLabel}}\n </button>\n <div #multiselectOptionsDiv\n [ngStyle]=\"optionsMaxHeight !== 'auto' ? { 'maxHeight.px': optionsMaxHeight, 'overflow': 'scroll'} : {}\"\n class=\"form-multi-select-options\">\n <ng-content></ng-content>\n </div>\n </ng-template>\n <ng-template #optionsEmpty>\n <div class=\"form-multi-select-options-empty\">{{searchNoResultsLabel}}</div>\n </ng-template>\n</div>\n\n", styles: [":host{display:block}:host.cdk-focused{color:var(--cui-form-multi-select-focus-color, rgba(44, 56, 74, .95));background-color:var(--cui-form-multi-select-focus-bg, #fff);border-color:var(--cui-form-multi-select-focus-border-color, #6557e4);box-shadow:0 0 0 .25rem #321fdb40}:host.form-multi-select-selection-tags{padding-top:.0625rem}\n"], components: [{ type: MultiSelectTagComponent, selector: "c-multi-select-tag", inputs: ["option"], outputs: ["remove"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: ButtonCloseDirective, selector: "[cButtonClose]", inputs: ["white"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
4959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectComponent, decorators: [{
4960
+ type: Component,
4961
+ args: [{ selector: 'c-multi-select', exportAs: 'cMultiSelect', providers: [
4962
+ MultiSelectService,
4963
+ // ListenersService,
4964
+ {
4965
+ provide: NG_VALUE_ACCESSOR,
4966
+ useExisting: forwardRef(() => MultiSelectComponent),
4967
+ multi: true
4968
+ }
4969
+ ], template: "<div class=\"form-multi-select-selection\">\n <ng-template [ngIf]=\"selectionType==='tags'\">\n <c-multi-select-tag (remove)=\"handleTagRemove($event)\" *ngFor=\"let option of selectedOptions; index as i\"\n [option]=\"option\" tabindex=\"-1\"></c-multi-select-tag>\n </ng-template>\n <ng-template [ngIf]=\"selectionType==='text'\">\n <span class=\"bg-light\">{{selectedOptionsText}}</span>\n </ng-template>\n <ng-template [ngIf]=\"selectionType==='counter'\">\n <span>{{counterText}}</span>\n </ng-template>\n</div>\n\n<input #inputElement\n [(ngModel)]=\"inputValue\"\n [disabled]=\"!search\"\n [placeholder]=\"(selectedOptions.length === 0 && selectionType!=='counter') ? placeholder : ''\"\n autocomplete=\"off\"\n class=\"form-multi-select-search ms-1\" tabindex=\"0\"\n type=\"text\">\n\n<button (click)=\"clearAllOptions($event)\"\n *ngIf=\"cleaner && selectedOptions.length > 0\"\n [disabled]=\"!isDropdownVisible\"\n aria-label=\"Clear all\"\n cButtonClose\n class=\"form-multi-select-selection-cleaner\"\n size=\"sm\">\n</button>\n\n<div #dropdownElement class=\"form-multi-select-dropdown\">\n <ng-template [ngIf]=\"visibleOptions>0\" [ngIfElse]=\"optionsEmpty\">\n <button (click)=\"selectAllOptions()\"\n *ngIf=\"selectAll && multiple\"\n class=\"form-multi-select-all\">\n {{selectAllLabel}}\n </button>\n <div #multiselectOptionsDiv\n [ngStyle]=\"optionsMaxHeight !== 'auto' ? { 'maxHeight.px': optionsMaxHeight, 'overflow': 'scroll'} : {}\"\n class=\"form-multi-select-options\">\n <ng-content></ng-content>\n </div>\n </ng-template>\n <ng-template #optionsEmpty>\n <div class=\"form-multi-select-options-empty\">{{searchNoResultsLabel}}</div>\n </ng-template>\n</div>\n\n", styles: [":host{display:block}:host.cdk-focused{color:var(--cui-form-multi-select-focus-color, rgba(44, 56, 74, .95));background-color:var(--cui-form-multi-select-focus-bg, #fff);border-color:var(--cui-form-multi-select-focus-border-color, #6557e4);box-shadow:0 0 0 .25rem #321fdb40}:host.form-multi-select-selection-tags{padding-top:.0625rem}\n"] }]
4970
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.ViewContainerRef }, { type: i1$1.FocusMonitor }, { type: MultiSelectService }]; }, propDecorators: { cleaner: [{
4971
+ type: Input
4972
+ }], disabled: [{
4973
+ type: Input
4974
+ }], multiple: [{
4975
+ type: Input
4976
+ }], nativeName: [{
4977
+ type: Input
4978
+ }], nativeId: [{
4979
+ type: Input
4980
+ }], options: [{
4981
+ type: Input
4982
+ }], optionsMaxHeight: [{
4983
+ type: Input
4984
+ }], optionsStyle: [{
4985
+ type: Input
4986
+ }], placeholder: [{
4987
+ type: Input
4988
+ }], search: [{
4989
+ type: Input
4990
+ }], searchNoResultsLabel: [{
4991
+ type: Input
4992
+ }], selectAll: [{
4993
+ type: Input
4994
+ }], selectAllLabel: [{
4995
+ type: Input
4996
+ }], selectionType: [{
4997
+ type: Input
4998
+ }], selectionTypeCounterText: [{
4999
+ type: Input
5000
+ }], value: [{
5001
+ type: Input
5002
+ }], valueChange: [{
5003
+ type: Output
5004
+ }], visible: [{
5005
+ type: Input
5006
+ }], visibleChange: [{
5007
+ type: Output
5008
+ }], multiSelectOptions: [{
5009
+ type: ContentChildren,
5010
+ args: [MultiSelectOptionComponent, { descendants: true }]
5011
+ }], inputElement: [{
5012
+ type: ViewChild,
5013
+ args: ['inputElement']
5014
+ }], dropdownElement: [{
5015
+ type: ViewChild,
5016
+ args: ['dropdownElement']
5017
+ }], hostClasses: [{
5018
+ type: HostBinding,
5019
+ args: ['class']
5020
+ }], tabIndex: [{
5021
+ type: HostBinding,
5022
+ args: ['attr.tabindex']
5023
+ }], onKeyUp: [{
5024
+ type: HostListener,
5025
+ args: ['keyup', ['$event']]
5026
+ }], manage: [{
5027
+ type: HostListener,
5028
+ args: ['keydown', ['$event']]
5029
+ }], onClick: [{
5030
+ type: HostListener,
5031
+ args: ['click', ['$event']]
5032
+ }] } });
5033
+
5034
+ class MultiSelectModule {
5035
+ }
5036
+ MultiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5037
+ MultiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectModule, declarations: [MultiSelectComponent,
5038
+ MultiSelectOptionComponent,
5039
+ MultiSelectOptgroupComponent,
5040
+ MultiSelectOptgroupLabelComponent,
5041
+ MultiSelectTagComponent,
5042
+ MultiSelectNativeSelectComponent], imports: [CommonModule, A11yModule, ButtonModule, FormsModule], exports: [MultiSelectComponent,
5043
+ MultiSelectOptionComponent,
5044
+ MultiSelectOptgroupComponent,
5045
+ MultiSelectOptgroupLabelComponent,
5046
+ MultiSelectTagComponent] });
5047
+ MultiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectModule, providers: [MultiSelectService], imports: [[CommonModule, A11yModule, ButtonModule, FormsModule]] });
5048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiSelectModule, decorators: [{
5049
+ type: NgModule,
5050
+ args: [{
5051
+ declarations: [
5052
+ MultiSelectComponent,
5053
+ MultiSelectOptionComponent,
5054
+ MultiSelectOptgroupComponent,
5055
+ MultiSelectOptgroupLabelComponent,
5056
+ MultiSelectTagComponent,
5057
+ MultiSelectNativeSelectComponent
5058
+ ],
5059
+ imports: [CommonModule, A11yModule, ButtonModule, FormsModule],
5060
+ exports: [
5061
+ MultiSelectComponent,
5062
+ MultiSelectOptionComponent,
5063
+ MultiSelectOptgroupComponent,
5064
+ MultiSelectOptgroupLabelComponent,
5065
+ MultiSelectTagComponent
5066
+ ],
5067
+ providers: [MultiSelectService]
5068
+ }]
5069
+ }] });
5070
+
4354
5071
  class NavLinkDirective {
4355
5072
  constructor() {
4356
5073
  this._cNavLink = true;
@@ -4546,12 +5263,12 @@ class NavbarComponent {
4546
5263
  }
4547
5264
  }
4548
5265
  }
4549
- NavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NavbarComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
5266
+ NavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NavbarComponent, deps: [{ token: i0.ElementRef }, { token: i1$2.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
4550
5267
  NavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: NavbarComponent, selector: "c-navbar", inputs: { color: "color", colorScheme: "colorScheme", container: "container", expand: "expand", placement: "placement", role: "role" }, host: { properties: { "attr.role": "this.role", "class": "this.hostClasses" } }, queries: [{ propertyName: "collapse", first: true, predicate: CollapseDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngTemplateOutlet=\"container ? withContainerTemplate : noContainerTemplate\"></ng-container>\r\n\r\n<ng-template #withContainerTemplate>\r\n <div [ngClass]=\"containerClass\">\r\n <ng-content></ng-content>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #noContainerTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""], directives: [{ type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
4551
5268
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NavbarComponent, decorators: [{
4552
5269
  type: Component,
4553
5270
  args: [{ selector: 'c-navbar', template: "<ng-container *ngTemplateOutlet=\"container ? withContainerTemplate : noContainerTemplate\"></ng-container>\r\n\r\n<ng-template #withContainerTemplate>\r\n <div [ngClass]=\"containerClass\">\r\n <ng-content></ng-content>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #noContainerTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""] }]
4554
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.BreakpointObserver }]; }, propDecorators: { color: [{
5271
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.BreakpointObserver }]; }, propDecorators: { color: [{
4555
5272
  type: Input
4556
5273
  }], colorScheme: [{
4557
5274
  type: Input
@@ -4788,7 +5505,7 @@ class ModalContentComponent {
4788
5505
  this.interactivityChecker.isFocusable(targetElement);
4789
5506
  }
4790
5507
  }
4791
- ModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ModalContentComponent, deps: [{ token: i0.ElementRef }, { token: i1$2.InteractivityChecker }], target: i0.ɵɵFactoryTarget.Component });
5508
+ ModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ModalContentComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.InteractivityChecker }], target: i0.ɵɵFactoryTarget.Component });
4792
5509
  ModalContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ModalContentComponent, selector: "c-modal-content", host: { listeners: { "click": "onClickHandler($event)" }, properties: { "class": "this.hostClasses" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
4793
5510
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ModalContentComponent, decorators: [{
4794
5511
  type: Component,
@@ -4796,7 +5513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
4796
5513
  selector: 'c-modal-content',
4797
5514
  template: '<ng-content></ng-content>'
4798
5515
  }]
4799
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.InteractivityChecker }]; }, propDecorators: { hostClasses: [{
5516
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.InteractivityChecker }]; }, propDecorators: { hostClasses: [{
4800
5517
  type: HostBinding,
4801
5518
  args: ['class']
4802
5519
  }], onClickHandler: [{
@@ -5203,7 +5920,7 @@ class ModalComponent {
5203
5920
  }
5204
5921
  }
5205
5922
  ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ModalComponent, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: ModalService }, { token: BackdropService }], target: i0.ɵɵFactoryTarget.Component });
5206
- ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ModalComponent, selector: "c-modal", inputs: { alignment: "alignment", backdrop: "backdrop", fullscreen: "fullscreen", keyboard: "keyboard", id: "id", size: "size", transition: "transition", role: "role", ariaModal: "ariaModal", scrollable: "scrollable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "@showHide.start": "animateStart($event)", "@showHide.done": "animateDone($event)", "document:keydown": "onKeyDownHandler($event)", "mousedown": "onMouseDownHandler($event)", "click": "onClickHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateTrigger" } }, viewQueries: [{ propertyName: "modalContent", first: true, predicate: ModalContentComponent, descendants: true, read: ElementRef }], exportAs: ["cModal"], ngImport: i0, template: "<c-modal-dialog\r\n [alignment]=\"alignment\"\r\n [fullscreen]=\"fullscreen\"\r\n [scrollable]=\"scrollable\"\r\n [size]=\"size\">\r\n <c-modal-content>\r\n <div [cdkTrapFocus]=\"visible\" [cdkTrapFocusAutoCapture]=\"visible\" style=\"display: contents;\">\r\n <ng-content></ng-content>\r\n </div>\r\n </c-modal-content>\r\n</c-modal-dialog>\r\n", styles: [""], components: [{ type: ModalDialogComponent, selector: "c-modal-dialog", inputs: ["alignment", "fullscreen", "scrollable", "size"] }, { type: ModalContentComponent, selector: "c-modal-content" }], directives: [{ type: i1$2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
5923
+ ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ModalComponent, selector: "c-modal", inputs: { alignment: "alignment", backdrop: "backdrop", fullscreen: "fullscreen", keyboard: "keyboard", id: "id", size: "size", transition: "transition", role: "role", ariaModal: "ariaModal", scrollable: "scrollable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "@showHide.start": "animateStart($event)", "@showHide.done": "animateDone($event)", "document:keydown": "onKeyDownHandler($event)", "mousedown": "onMouseDownHandler($event)", "click": "onClickHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateTrigger" } }, viewQueries: [{ propertyName: "modalContent", first: true, predicate: ModalContentComponent, descendants: true, read: ElementRef }], exportAs: ["cModal"], ngImport: i0, template: "<c-modal-dialog\r\n [alignment]=\"alignment\"\r\n [fullscreen]=\"fullscreen\"\r\n [scrollable]=\"scrollable\"\r\n [size]=\"size\">\r\n <c-modal-content>\r\n <div [cdkTrapFocus]=\"visible\" [cdkTrapFocusAutoCapture]=\"visible\" style=\"display: contents;\">\r\n <ng-content></ng-content>\r\n </div>\r\n </c-modal-content>\r\n</c-modal-dialog>\r\n", styles: [""], components: [{ type: ModalDialogComponent, selector: "c-modal-dialog", inputs: ["alignment", "fullscreen", "scrollable", "size"] }, { type: ModalContentComponent, selector: "c-modal-content" }], directives: [{ type: i1$1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
5207
5924
  trigger('showHide', [
5208
5925
  state('visible', style({
5209
5926
  display: 'block'
@@ -5536,7 +6253,7 @@ class OffcanvasComponent {
5536
6253
  }
5537
6254
  }
5538
6255
  OffcanvasComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OffcanvasComponent, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: OffcanvasService }, { token: BackdropService }], target: i0.ɵɵFactoryTarget.Component });
5539
- OffcanvasComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: OffcanvasComponent, selector: "c-offcanvas", inputs: { backdrop: "backdrop", keyboard: "keyboard", placement: "placement", scroll: "scroll", id: "id", role: "role", ariaModal: "ariaModal", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "document:keydown": "onKeyDownHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateType" } }, exportAs: ["cOffcanvas"], usesOnChanges: true, ngImport: i0, template: "<div cdkTrapFocus cdkTrapFocusAutoCapture>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n", styles: [""], directives: [{ type: i1$2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
6256
+ OffcanvasComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: OffcanvasComponent, selector: "c-offcanvas", inputs: { backdrop: "backdrop", keyboard: "keyboard", placement: "placement", scroll: "scroll", id: "id", role: "role", ariaModal: "ariaModal", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "document:keydown": "onKeyDownHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateType" } }, exportAs: ["cOffcanvas"], usesOnChanges: true, ngImport: i0, template: "<div cdkTrapFocus cdkTrapFocusAutoCapture>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n", styles: [""], directives: [{ type: i1$1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
5540
6257
  trigger('showHide', [
5541
6258
  state('true', style({
5542
6259
  visibility: 'visible',
@@ -6720,7 +7437,7 @@ class SidebarComponent {
6720
7437
  }
6721
7438
  }
6722
7439
  }
6723
- SidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarComponent, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i1$1.BreakpointObserver }, { token: SidebarService }, { token: SidebarBackdropService }], target: i0.ɵɵFactoryTarget.Component });
7440
+ SidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarComponent, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i1$2.BreakpointObserver }, { token: SidebarService }, { token: SidebarBackdropService }], target: i0.ɵɵFactoryTarget.Component });
6724
7441
  SidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SidebarComponent, selector: "c-sidebar", inputs: { colorScheme: "colorScheme", id: "id", narrow: "narrow", overlaid: "overlaid", placement: "placement", position: "position", size: "size", unfoldable: "unfoldable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { properties: { "class": "this.getClasses" } }, exportAs: ["cSidebar"], usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
6725
7442
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarComponent, decorators: [{
6726
7443
  type: Component,
@@ -6733,7 +7450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
6733
7450
  return [{ type: undefined, decorators: [{
6734
7451
  type: Inject,
6735
7452
  args: [DOCUMENT]
6736
- }] }, { type: i0.Renderer2 }, { type: i1$1.BreakpointObserver }, { type: SidebarService }, { type: SidebarBackdropService }];
7453
+ }] }, { type: i0.Renderer2 }, { type: i1$2.BreakpointObserver }, { type: SidebarService }, { type: SidebarBackdropService }];
6737
7454
  }, propDecorators: { colorScheme: [{
6738
7455
  type: Input
6739
7456
  }], id: [{
@@ -7187,7 +7904,7 @@ class SidebarNavLinkComponent {
7187
7904
  }
7188
7905
  }
7189
7906
  SidebarNavLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarNavLinkComponent, deps: [{ token: i3.Router }], target: i0.ɵɵFactoryTarget.Component });
7190
- SidebarNavLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SidebarNavLinkComponent, selector: "c-sidebar-nav-link", inputs: { item: "item" }, outputs: { linkClick: "linkClick" }, providers: [SidebarNavHelper], ngImport: i0, template: "<ng-container [ngSwitch]=\"linkType\">\r\n <a *ngSwitchCase=\"'disabled'\"\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n >\r\n <ng-container *ngTemplateOutlet=\"iconTemplate; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n <a *ngSwitchCase=\"'external'\"\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [href]=\"href\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n (click)=\"linkClicked()\"\r\n >\r\n <ng-container *ngTemplateOutlet=\"iconTemplate; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n <a *ngSwitchDefault\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n [target]=\"item.attributes?.['target']\"\r\n [queryParams]=\"item.linkProps?.queryParams ?? null\"\r\n [fragment]=\"item.linkProps?.fragment\"\r\n [queryParamsHandling]=\"item.linkProps?.queryParamsHandling\"\r\n [preserveFragment]=\"item.linkProps?.preserveFragment ?? false\"\r\n [skipLocationChange]=\"item.linkProps?.skipLocationChange ?? false\"\r\n [replaceUrl]=\"item.linkProps?.replaceUrl ?? false\"\r\n [state]=\"item.linkProps?.state ?? {}\"\r\n [routerLink]=\"item.url\"\r\n routerLinkActive=\"active\"\r\n (click)=\"linkClicked()\"\r\n >\r\n<!-- [class.active]=\"linkActive\"-->\r\n <ng-container *ngTemplateOutlet=\"iconTemplate ; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n</ng-container>\r\n\r\n<ng-template #iconTemplate let-item>\r\n <i *ngIf=\"item?.icon\" [ngClass]=\"item | cSidebarNavIcon\"></i>\r\n <ng-template [ngIf]=\"item?.iconComponent\">\r\n <svg\r\n [cIcon]=\"item.iconComponent?.content\"\r\n [name]=\"item.iconComponent?.name\"\r\n [customClasses]=\"item | cSidebarNavIcon\"\r\n ></svg>\r\n </ng-template>\r\n <span *ngIf=\"!item?.icon && !item?.iconComponent\" [ngClass]=\"item | cSidebarNavIcon\"></span>\r\n</ng-template>\r\n", components: [{ type: SidebarNavLinkContentComponent, selector: "c-sidebar-nav-link-content", inputs: ["item"] }], directives: [{ type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: HtmlAttributesDirective, selector: "[cHtmlAttr]", inputs: ["cHtmlAttr"], exportAs: ["cHtmlAttr"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i3.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo", "routerLink"] }, { type: i3.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { type: i5.IconDirective, selector: "svg[cIcon]", inputs: ["cIcon", "size", "title", "customClasses", "width", "height", "name", "viewBox", "xmlns", "pointer-events", "role"], exportAs: ["cIcon"] }], pipes: { "cSidebarNavLink": SidebarNavLinkPipe, "cSidebarNavBadge": SidebarNavBadgePipe, "cSidebarNavIcon": SidebarNavIconPipe } });
7907
+ SidebarNavLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SidebarNavLinkComponent, selector: "c-sidebar-nav-link", inputs: { item: "item" }, outputs: { linkClick: "linkClick" }, providers: [SidebarNavHelper], ngImport: i0, template: "<ng-container [ngSwitch]=\"linkType\">\r\n <a *ngSwitchCase=\"'disabled'\"\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n >\r\n <ng-container *ngTemplateOutlet=\"iconTemplate; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n <a *ngSwitchCase=\"'external'\"\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [href]=\"href\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n (click)=\"linkClicked()\"\r\n >\r\n <ng-container *ngTemplateOutlet=\"iconTemplate; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n <a *ngSwitchDefault\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n [target]=\"item.attributes?.['target']\"\r\n [queryParams]=\"item.linkProps?.queryParams ?? null\"\r\n [fragment]=\"item.linkProps?.fragment\"\r\n [queryParamsHandling]=\"item.linkProps?.queryParamsHandling\"\r\n [preserveFragment]=\"item.linkProps?.preserveFragment ?? false\"\r\n [skipLocationChange]=\"item.linkProps?.skipLocationChange ?? false\"\r\n [replaceUrl]=\"item.linkProps?.replaceUrl ?? false\"\r\n [state]=\"item.linkProps?.state ?? {}\"\r\n [routerLink]=\"item.url\"\r\n routerLinkActive=\"active\"\r\n (click)=\"linkClicked()\"\r\n >\r\n<!-- [class.active]=\"linkActive\"-->\r\n <ng-container *ngTemplateOutlet=\"iconTemplate ; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n</ng-container>\r\n\r\n<ng-template #iconTemplate let-item>\r\n <i *ngIf=\"item?.icon\" [ngClass]=\"item | cSidebarNavIcon\"></i>\r\n <ng-template [ngIf]=\"item?.iconComponent\">\r\n <svg\r\n [cIcon]=\"item.iconComponent?.content\"\r\n [name]=\"item.iconComponent?.name\"\r\n [customClasses]=\"item | cSidebarNavIcon\"\r\n ></svg>\r\n </ng-template>\r\n <span *ngIf=\"!item?.icon && !item?.iconComponent\" [ngClass]=\"item | cSidebarNavIcon\"></span>\r\n</ng-template>\r\n", components: [{ type: SidebarNavLinkContentComponent, selector: "c-sidebar-nav-link-content", inputs: ["item"] }], directives: [{ type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: HtmlAttributesDirective, selector: "[cHtmlAttr]", inputs: ["cHtmlAttr"], exportAs: ["cHtmlAttr"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i3.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo", "routerLink"] }, { type: i3.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { type: i5$1.IconDirective, selector: "svg[cIcon]", inputs: ["cIcon", "size", "title", "customClasses", "width", "height", "name", "viewBox", "xmlns", "pointer-events", "role"], exportAs: ["cIcon"] }], pipes: { "cSidebarNavLink": SidebarNavLinkPipe, "cSidebarNavBadge": SidebarNavBadgePipe, "cSidebarNavIcon": SidebarNavIconPipe } });
7191
7908
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarNavLinkComponent, decorators: [{
7192
7909
  type: Component,
7193
7910
  args: [{ selector: 'c-sidebar-nav-link', providers: [SidebarNavHelper], template: "<ng-container [ngSwitch]=\"linkType\">\r\n <a *ngSwitchCase=\"'disabled'\"\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n >\r\n <ng-container *ngTemplateOutlet=\"iconTemplate; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n <a *ngSwitchCase=\"'external'\"\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [href]=\"href\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n (click)=\"linkClicked()\"\r\n >\r\n <ng-container *ngTemplateOutlet=\"iconTemplate; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n <a *ngSwitchDefault\r\n [ngClass]=\"item | cSidebarNavLink\"\r\n [cHtmlAttr]=\"item.attributes ?? {}\"\r\n [target]=\"item.attributes?.['target']\"\r\n [queryParams]=\"item.linkProps?.queryParams ?? null\"\r\n [fragment]=\"item.linkProps?.fragment\"\r\n [queryParamsHandling]=\"item.linkProps?.queryParamsHandling\"\r\n [preserveFragment]=\"item.linkProps?.preserveFragment ?? false\"\r\n [skipLocationChange]=\"item.linkProps?.skipLocationChange ?? false\"\r\n [replaceUrl]=\"item.linkProps?.replaceUrl ?? false\"\r\n [state]=\"item.linkProps?.state ?? {}\"\r\n [routerLink]=\"item.url\"\r\n routerLinkActive=\"active\"\r\n (click)=\"linkClicked()\"\r\n >\r\n<!-- [class.active]=\"linkActive\"-->\r\n <ng-container *ngTemplateOutlet=\"iconTemplate ; context: {$implicit: item}\"></ng-container>\r\n <c-sidebar-nav-link-content [item]=\"item\"></c-sidebar-nav-link-content>\r\n <span *ngIf=\"item.badge\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge?.text }}</span>\r\n </a>\r\n</ng-container>\r\n\r\n<ng-template #iconTemplate let-item>\r\n <i *ngIf=\"item?.icon\" [ngClass]=\"item | cSidebarNavIcon\"></i>\r\n <ng-template [ngIf]=\"item?.iconComponent\">\r\n <svg\r\n [cIcon]=\"item.iconComponent?.content\"\r\n [name]=\"item.iconComponent?.name\"\r\n [customClasses]=\"item | cSidebarNavIcon\"\r\n ></svg>\r\n </ng-template>\r\n <span *ngIf=\"!item?.icon && !item?.iconComponent\" [ngClass]=\"item | cSidebarNavIcon\"></span>\r\n</ng-template>\r\n" }]
@@ -7333,7 +8050,7 @@ class SidebarNavGroupComponent {
7333
8050
  }
7334
8051
  }
7335
8052
  SidebarNavGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarNavGroupComponent, deps: [{ token: i3.Router }, { token: SidebarNavHelper }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
7336
- SidebarNavGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SidebarNavGroupComponent, selector: "c-sidebar-nav-group", inputs: { item: "item", dropdownMode: "dropdownMode", show: "show" }, host: { properties: { "class": "this.hostClasses" } }, providers: [SidebarNavHelper], ngImport: i0, template: "<a class=\"nav-link nav-group-toggle\"\r\n (click)=\"toggleGroup($event)\"\r\n [cHtmlAttr]=\"item.attributes\">\r\n <ng-container *ngTemplateOutlet=\"iconTemplate ; context: {$implicit: item}\"></ng-container>\r\n <ng-container>{{ item.name }}</ng-container>\r\n <span *ngIf=\"helper.hasBadge(item)\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge.text }}</span>\r\n</a>\r\n<c-sidebar-nav\r\n [groupItems]=\"true\"\r\n [navItems]=\"navItems\">\r\n</c-sidebar-nav>\r\n\r\n<ng-template #iconTemplate let-item>\r\n <i *ngIf=\"item?.icon\" [ngClass]=\"item | cSidebarNavIcon\"></i>\r\n <ng-template [ngIf]=\"item?.iconComponent\">\r\n <svg\r\n [cIcon]=\"item.iconComponent?.content\"\r\n [name]=\"item.iconComponent?.name\"\r\n [customClasses]=\"item | cSidebarNavIcon\"\r\n ></svg>\r\n </ng-template>\r\n <span *ngIf=\"!item?.icon && !item?.iconComponent\" [ngClass]=\"item | cSidebarNavIcon\"></span>\r\n</ng-template>\r\n", styles: [".nav-group-toggle{cursor:pointer}.nav-group-items{display:block}\n"], components: [{ type: SidebarNavComponent, selector: "c-sidebar-nav", inputs: ["navItems", "dropdownMode", "groupItems", "compact"] }], directives: [{ type: HtmlAttributesDirective, selector: "[cHtmlAttr]", inputs: ["cHtmlAttr"], exportAs: ["cHtmlAttr"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.IconDirective, selector: "svg[cIcon]", inputs: ["cIcon", "size", "title", "customClasses", "width", "height", "name", "viewBox", "xmlns", "pointer-events", "role"], exportAs: ["cIcon"] }], pipes: { "cSidebarNavBadge": SidebarNavBadgePipe, "cSidebarNavIcon": SidebarNavIconPipe } });
8053
+ SidebarNavGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SidebarNavGroupComponent, selector: "c-sidebar-nav-group", inputs: { item: "item", dropdownMode: "dropdownMode", show: "show" }, host: { properties: { "class": "this.hostClasses" } }, providers: [SidebarNavHelper], ngImport: i0, template: "<a class=\"nav-link nav-group-toggle\"\r\n (click)=\"toggleGroup($event)\"\r\n [cHtmlAttr]=\"item.attributes\">\r\n <ng-container *ngTemplateOutlet=\"iconTemplate ; context: {$implicit: item}\"></ng-container>\r\n <ng-container>{{ item.name }}</ng-container>\r\n <span *ngIf=\"helper.hasBadge(item)\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge.text }}</span>\r\n</a>\r\n<c-sidebar-nav\r\n [groupItems]=\"true\"\r\n [navItems]=\"navItems\">\r\n</c-sidebar-nav>\r\n\r\n<ng-template #iconTemplate let-item>\r\n <i *ngIf=\"item?.icon\" [ngClass]=\"item | cSidebarNavIcon\"></i>\r\n <ng-template [ngIf]=\"item?.iconComponent\">\r\n <svg\r\n [cIcon]=\"item.iconComponent?.content\"\r\n [name]=\"item.iconComponent?.name\"\r\n [customClasses]=\"item | cSidebarNavIcon\"\r\n ></svg>\r\n </ng-template>\r\n <span *ngIf=\"!item?.icon && !item?.iconComponent\" [ngClass]=\"item | cSidebarNavIcon\"></span>\r\n</ng-template>\r\n", styles: [".nav-group-toggle{cursor:pointer}.nav-group-items{display:block}\n"], components: [{ type: SidebarNavComponent, selector: "c-sidebar-nav", inputs: ["navItems", "dropdownMode", "groupItems", "compact"] }], directives: [{ type: HtmlAttributesDirective, selector: "[cHtmlAttr]", inputs: ["cHtmlAttr"], exportAs: ["cHtmlAttr"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5$1.IconDirective, selector: "svg[cIcon]", inputs: ["cIcon", "size", "title", "customClasses", "width", "height", "name", "viewBox", "xmlns", "pointer-events", "role"], exportAs: ["cIcon"] }], pipes: { "cSidebarNavBadge": SidebarNavBadgePipe, "cSidebarNavIcon": SidebarNavIconPipe } });
7337
8054
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarNavGroupComponent, decorators: [{
7338
8055
  type: Component,
7339
8056
  args: [{ selector: 'c-sidebar-nav-group', providers: [SidebarNavHelper], template: "<a class=\"nav-link nav-group-toggle\"\r\n (click)=\"toggleGroup($event)\"\r\n [cHtmlAttr]=\"item.attributes\">\r\n <ng-container *ngTemplateOutlet=\"iconTemplate ; context: {$implicit: item}\"></ng-container>\r\n <ng-container>{{ item.name }}</ng-container>\r\n <span *ngIf=\"helper.hasBadge(item)\" [ngClass]=\"item | cSidebarNavBadge\">{{ item.badge.text }}</span>\r\n</a>\r\n<c-sidebar-nav\r\n [groupItems]=\"true\"\r\n [navItems]=\"navItems\">\r\n</c-sidebar-nav>\r\n\r\n<ng-template #iconTemplate let-item>\r\n <i *ngIf=\"item?.icon\" [ngClass]=\"item | cSidebarNavIcon\"></i>\r\n <ng-template [ngIf]=\"item?.iconComponent\">\r\n <svg\r\n [cIcon]=\"item.iconComponent?.content\"\r\n [name]=\"item.iconComponent?.name\"\r\n [customClasses]=\"item | cSidebarNavIcon\"\r\n ></svg>\r\n </ng-template>\r\n <span *ngIf=\"!item?.icon && !item?.iconComponent\" [ngClass]=\"item | cSidebarNavIcon\"></span>\r\n</ng-template>\r\n", styles: [".nav-group-toggle{cursor:pointer}.nav-group-items{display:block}\n"] }]
@@ -9387,5 +10104,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
9387
10104
  * Generated bundle index. Do not edit.
9388
10105
  */
9389
10106
 
9390
- export { AccordionButtonDirective, AccordionComponent, AccordionItemComponent, AccordionModule, AlertComponent, AlertHeadingDirective, AlertLinkDirective, AlertModule, AlignDirective, AvatarComponent, AvatarModule, BadgeComponent, BadgeModule, BgColorDirective, BorderDirective, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, BreadcrumbRouterComponent, BreakpointInfix, ButtonCloseDirective, ButtonDirective, ButtonGroupComponent, ButtonGroupModule, ButtonModule, ButtonToolbarComponent, CalloutComponent, CalloutModule, CardBodyComponent, CardComponent, CardFooterComponent, CardGroupComponent, CardHeaderActionsComponent, CardHeaderComponent, CardImgDirective, CardImgOverlayComponent, CardLinkDirective, CardModule, CardSubtitleDirective, CardTextDirective, CardTitleDirective, CarouselCaptionComponent, CarouselComponent, CarouselConfig, CarouselControlComponent, CarouselIndicatorsComponent, CarouselInnerComponent, CarouselItemComponent, CarouselModule, ClassToggleService, ColComponent, ColDirective, CollapseDirective, CollapseModule, ContainerComponent, DropdownComponent, DropdownDividerDirective, DropdownHeaderDirective, DropdownItemDirective, DropdownItemPlainDirective, DropdownMenuDirective, DropdownModule, DropdownService, DropdownToggleDirective, FooterComponent, FooterModule, FormCheckComponent, FormCheckInputDirective, FormCheckLabelDirective, FormControlDirective, FormDirective, FormFeedbackComponent, FormFloatingDirective, FormLabelDirective, FormModule, FormSelectDirective, FormTextDirective, GridModule, GutterDirective, HeaderBrandComponent, HeaderComponent, HeaderDividerComponent, HeaderModule, HeaderNavComponent, HeaderTextComponent, HeaderTogglerDirective, HtmlAttributesDirective, ImgDirective, ImgModule, InputGroupComponent, InputGroupTextDirective, ListGroupDirective, ListGroupItemDirective, ListGroupModule, LoadingButtonComponent, LoadingButtonModule, ModalBodyComponent, ModalComponent, ModalContentComponent, ModalDialogComponent, ModalFooterComponent, ModalHeaderComponent, ModalModule, ModalService, ModalTitleDirective, ModalToggleDirective, NavComponent, NavItemComponent, NavLinkDirective, NavModule, NavbarBrandDirective, NavbarComponent, NavbarModule, NavbarNavComponent, NavbarTextComponent, NavbarTogglerDirective, OffcanvasBodyComponent, OffcanvasComponent, OffcanvasHeaderComponent, OffcanvasModule, OffcanvasService, OffcanvasTitleDirective, OffcanvasToggleDirective, PageItemComponent, PageItemDirective, PageLinkDirective, PaginationComponent, PaginationModule, PopoverComponent, PopoverDirective, PopoverModule, ProgressBarComponent, ProgressComponent, ProgressModule, RoundedDirective, RowComponent, RowDirective, SharedModule, SidebarBrandComponent, SidebarComponent, SidebarFooterComponent, SidebarHeaderComponent, SidebarModule, SidebarNavComponent, SidebarService, SidebarToggleDirective, SidebarTogglerComponent, SpinnerComponent, SpinnerModule, TabContentComponent, TabContentRefDirective, TabPaneComponent, TabService, TableActiveDirective, TableColorDirective, TableDirective, TableModule, TabsModule, TemplateIdDirective, TextColorDirective, ToastBodyComponent, ToastCloseDirective, ToastComponent, ToastHeaderComponent, ToastModule, ToasterComponent, ToasterHostDirective, ToasterPlacement, ToasterService, TooltipComponent, TooltipDirective, TooltipModule, UtilitiesModule, WidgetModule, WidgetStatAComponent, WidgetStatBComponent, WidgetStatCComponent, WidgetStatDComponent, WidgetStatEComponent, WidgetStatFComponent };
10107
+ export { AccordionButtonDirective, AccordionComponent, AccordionItemComponent, AccordionModule, AlertComponent, AlertHeadingDirective, AlertLinkDirective, AlertModule, AlignDirective, AvatarComponent, AvatarModule, BadgeComponent, BadgeModule, BgColorDirective, BorderDirective, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, BreadcrumbRouterComponent, BreakpointInfix, ButtonCloseDirective, ButtonDirective, ButtonGroupComponent, ButtonGroupModule, ButtonModule, ButtonToolbarComponent, CalloutComponent, CalloutModule, CardBodyComponent, CardComponent, CardFooterComponent, CardGroupComponent, CardHeaderActionsComponent, CardHeaderComponent, CardImgDirective, CardImgOverlayComponent, CardLinkDirective, CardModule, CardSubtitleDirective, CardTextDirective, CardTitleDirective, CarouselCaptionComponent, CarouselComponent, CarouselConfig, CarouselControlComponent, CarouselIndicatorsComponent, CarouselInnerComponent, CarouselItemComponent, CarouselModule, ClassToggleService, ColComponent, ColDirective, CollapseDirective, CollapseModule, ContainerComponent, DropdownComponent, DropdownDividerDirective, DropdownHeaderDirective, DropdownItemDirective, DropdownItemPlainDirective, DropdownMenuDirective, DropdownModule, DropdownService, DropdownToggleDirective, FooterComponent, FooterModule, FormCheckComponent, FormCheckInputDirective, FormCheckLabelDirective, FormControlDirective, FormDirective, FormFeedbackComponent, FormFloatingDirective, FormLabelDirective, FormModule, FormSelectDirective, FormTextDirective, GridModule, GutterDirective, HeaderBrandComponent, HeaderComponent, HeaderDividerComponent, HeaderModule, HeaderNavComponent, HeaderTextComponent, HeaderTogglerDirective, HtmlAttributesDirective, ImgDirective, ImgModule, InputGroupComponent, InputGroupTextDirective, ListGroupDirective, ListGroupItemDirective, ListGroupModule, LoadingButtonComponent, LoadingButtonModule, ModalBodyComponent, ModalComponent, ModalContentComponent, ModalDialogComponent, ModalFooterComponent, ModalHeaderComponent, ModalModule, ModalService, ModalTitleDirective, ModalToggleDirective, MultiSelectComponent, MultiSelectModule, MultiSelectOptgroupComponent, MultiSelectOptgroupLabelComponent, MultiSelectOptionComponent, MultiSelectTagComponent, NavComponent, NavItemComponent, NavLinkDirective, NavModule, NavbarBrandDirective, NavbarComponent, NavbarModule, NavbarNavComponent, NavbarTextComponent, NavbarTogglerDirective, OffcanvasBodyComponent, OffcanvasComponent, OffcanvasHeaderComponent, OffcanvasModule, OffcanvasService, OffcanvasTitleDirective, OffcanvasToggleDirective, PageItemComponent, PageItemDirective, PageLinkDirective, PaginationComponent, PaginationModule, PopoverComponent, PopoverDirective, PopoverModule, ProgressBarComponent, ProgressComponent, ProgressModule, RoundedDirective, RowComponent, RowDirective, SharedModule, SidebarBrandComponent, SidebarComponent, SidebarFooterComponent, SidebarHeaderComponent, SidebarModule, SidebarNavComponent, SidebarService, SidebarToggleDirective, SidebarTogglerComponent, SpinnerComponent, SpinnerModule, TabContentComponent, TabContentRefDirective, TabPaneComponent, TabService, TableActiveDirective, TableColorDirective, TableDirective, TableModule, TabsModule, TemplateIdDirective, TextColorDirective, ToastBodyComponent, ToastCloseDirective, ToastComponent, ToastHeaderComponent, ToastModule, ToasterComponent, ToasterHostDirective, ToasterPlacement, ToasterService, TooltipComponent, TooltipDirective, TooltipModule, UtilitiesModule, WidgetModule, WidgetStatAComponent, WidgetStatBComponent, WidgetStatCComponent, WidgetStatDComponent, WidgetStatEComponent, WidgetStatFComponent };
9391
10108
  //# sourceMappingURL=coreui-angular-pro.mjs.map