@design-factory/design-factory 20.0.0-next.1 → 20.0.0-next.3

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 (89) hide show
  1. package/README.md +17 -16
  2. package/design-factory-initial-branding.css +1 -1
  3. package/design-factory-initial-branding.scss +1 -1
  4. package/design-factory.css +2 -2
  5. package/design-factory.scss +0 -2
  6. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +358 -0
  7. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +1 -0
  8. package/fesm2022/design-factory.mjs +520 -476
  9. package/fesm2022/design-factory.mjs.map +1 -1
  10. package/index.d.ts +22 -72
  11. package/package.json +15 -3
  12. package/schematics/migrations/15_0_0/remove-ngx-slider/index.js +11 -5
  13. package/schematics/migrations/16_0_0/revert-to-old-brand/index.js +2 -2
  14. package/schematics/migrations/20_0_0/colors-new-branding/index.d.ts +18 -0
  15. package/schematics/migrations/20_0_0/colors-new-branding/index.js +151 -0
  16. package/schematics/migrations/20_0_0/modal-removal/index.d.ts +7 -0
  17. package/schematics/migrations/20_0_0/modal-removal/index.js +53 -0
  18. package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.js +6 -5
  19. package/schematics/migrations/20_0_0/spinner-new-branding/index.d.ts +7 -0
  20. package/schematics/migrations/20_0_0/spinner-new-branding/index.js +41 -0
  21. package/schematics/migrations/20_0_0/style-import/index.d.ts +7 -0
  22. package/schematics/migrations/20_0_0/style-import/index.js +39 -0
  23. package/schematics/migrations/20_0_0/waves-of-progress/index.d.ts +7 -0
  24. package/schematics/migrations/20_0_0/waves-of-progress/index.js +69 -0
  25. package/schematics/migrations/helpers.js +1 -1
  26. package/schematics/migrations/migration.json +27 -0
  27. package/schematics/migrations/utils/component-resource-collector.js +2 -2
  28. package/schematics/migrations/utils/project_tsconfig_paths.js +4 -0
  29. package/schematics/migrations/utils/style-updater.js +3 -1
  30. package/schematics/migrations/utils/template-updater.js +3 -1
  31. package/schematics/migrations/utils/typescript/compiler_host.js +6 -4
  32. package/schematics/ng-add/index.js +3 -6
  33. package/styles/scss/_common.root.scss +20 -3
  34. package/styles/scss/_common.scss +1 -1
  35. package/styles/scss/bootstrap/_utilities-override.scss +14 -8
  36. package/styles/scss/bootstrap/_variables.scss +2 -2
  37. package/styles/scss/components/alert/_alert.scss +23 -11
  38. package/styles/scss/components/badge/_badge.mixins.scss +2 -4
  39. package/styles/scss/components/badge/_badge.scss +84 -23
  40. package/styles/scss/components/button/_button.scss +394 -86
  41. package/styles/scss/components/button/_button.utils.scss +20 -1
  42. package/styles/scss/components/button/_button_container.scss +22 -5
  43. package/styles/scss/components/card/_card.scss +29 -11
  44. package/styles/scss/components/checkbox/_checkbox.scss +2 -1
  45. package/styles/scss/components/collapse/_collapse.scss +6 -1
  46. package/styles/scss/components/datepicker/_datepicker.scss +9 -11
  47. package/styles/scss/components/dropdown/_dropdown.scss +23 -0
  48. package/styles/scss/components/fonts/_font-faces.mixins.scss +108 -54
  49. package/styles/scss/components/fonts/_icon-font.scss +2 -1
  50. package/styles/scss/components/footer/_footer.scss +1 -1
  51. package/styles/scss/components/inputs/_inputs.root.scss +1 -1
  52. package/styles/scss/components/inputs/_inputs.scss +7 -1
  53. package/styles/scss/components/link/_link.mixins.scss +7 -3
  54. package/styles/scss/components/link/_link.scss +10 -0
  55. package/styles/scss/components/link/_link.variables.scss +5 -2
  56. package/styles/scss/components/media/_media.scss +4 -0
  57. package/styles/scss/components/media/_media.variables.scss +1 -0
  58. package/styles/scss/components/modal/_modal.scss +51 -19
  59. package/styles/scss/components/navbar/_navbar.scss +12 -0
  60. package/styles/scss/components/pagination/_pagination.scss +1 -0
  61. package/styles/scss/components/pagination/_pagination_container.scss +1 -1
  62. package/styles/scss/components/progressbar/_progressbar.variables.scss +13 -4
  63. package/styles/scss/components/radio/_radio.scss +1 -1
  64. package/styles/scss/components/rating/_rating.scss +3 -3
  65. package/styles/scss/components/rating/_rating.variables.scss +1 -1
  66. package/styles/scss/components/scrollspy/_scrollspy.scss +5 -2
  67. package/styles/scss/components/select/_select.scss +14 -19
  68. package/styles/scss/components/separator/_separator.variables.scss +1 -1
  69. package/styles/scss/components/sidenav/_sidenav.scss +1 -1
  70. package/styles/scss/components/sidenav/_sidenav.variables.scss +6 -4
  71. package/styles/scss/components/spinner/_spinner.scss +14 -0
  72. package/styles/scss/components/spinner/_spinner.variables.scss +7 -4
  73. package/styles/scss/components/tabs/_tabs.scss +3 -0
  74. package/styles/scss/components/toast/_toast.scss +37 -32
  75. package/styles/scss/components/tooltip/_tooltip_container.scss +17 -13
  76. package/styles/scss/themes/brand2023/_variables.scss +68 -29
  77. package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +156 -186
  78. package/styles/scss/themes/brand2023/tokens/_root.gen.scss +1709 -0
  79. package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +1468 -0
  80. package/styles/scss/utilities/_common.utilities.scss +3 -10
  81. package/styles/scss/utilities/_rgb.scss +10 -0
  82. package/tokens/style-dictionary/index.d.ts +60 -0
  83. package/assets/waves_of_progress/arrowRight.svg +0 -34
  84. package/assets/waves_of_progress/arrowUp.svg +0 -35
  85. package/assets/waves_of_progress/circleDiagonal.svg +0 -29
  86. package/assets/waves_of_progress/circleUp.svg +0 -24
  87. package/styles/scss/components/waves/_waves.scss +0 -15
  88. package/styles/scss/components/waves/_waves.variables.scss +0 -86
  89. package/styles/scss/themes/brand2023/tokens/_figma.gen.scss +0 -3028
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { signal, inject, ElementRef, DOCUMENT, Directive, contentChildren, computed, ChangeDetectionStrategy, Component, NgModule, HostListener, input, Renderer2, Injectable, PLATFORM_ID, InjectionToken, ViewContainerRef, TemplateRef, effect, RendererFactory2, booleanAttribute, numberAttribute, output, ViewEncapsulation, ApplicationRef, EnvironmentInjector, ComponentRef, createComponent, untracked, HostBinding, Input, forwardRef, EventEmitter, ContentChild, ViewChild, Output, NgZone, Injector, contentChild } from '@angular/core';
2
+ import { signal, inject, ElementRef, DOCUMENT, Directive, contentChildren, computed, ChangeDetectionStrategy, Component, NgModule, HostListener, input, Renderer2, Injectable, PLATFORM_ID, InjectionToken, ViewContainerRef, TemplateRef, effect, booleanAttribute, numberAttribute, output, ViewEncapsulation, RendererFactory2, ApplicationRef, EnvironmentInjector, ComponentRef, createComponent, untracked, HostBinding, Input, forwardRef, EventEmitter, ContentChild, ViewChild, Output, NgZone, Injector, contentChild } from '@angular/core';
3
3
  import * as i1$1 from '@ng-bootstrap/ng-bootstrap';
4
- import { NgbToastModule, NgbAlertModule, NgbDatepickerKeyboardService, NgbCalendar, NgbDateParserFormatter, NgbDate, NgbDatepickerModule, NgbDropdownModule, NgbAccordionModule, NgbModal, NgbPopoverConfig, NgbPopoverModule, NgbProgressbarModule, NgbConfig, NgbCollapseModule, NgbTooltip, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
4
+ import { NgbToastModule, NgbAlertModule, NgbDatepickerKeyboardService, NgbCalendar, NgbDateParserFormatter, NgbDate, NgbDatepickerModule, NgbDropdownModule, NgbAccordionModule, NgbPopoverConfig, NgbPopoverModule, NgbProgressbarModule, NgbConfig, NgbCollapseModule, NgbTooltip, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
5
5
  import * as i1 from '@angular/common';
6
6
  import { isPlatformBrowser, isPlatformServer, NgTemplateOutlet, CommonModule, AsyncPipe } from '@angular/common';
7
7
  import { take, map, switchMap, distinctUntilChanged, throttleTime, tap, filter, endWith, takeUntil } from 'rxjs/operators';
@@ -11,11 +11,10 @@ import * as i2 from '@angular/router';
11
11
  import { RouterModule } from '@angular/router';
12
12
  import { takeUntilDestroyed, toSignal } from '@angular/core/rxjs-interop';
13
13
  import { NgSelectComponent, NgSelectModule } from '@ng-select/ng-select';
14
- import { HttpClient } from '@angular/common/http';
15
14
 
16
15
  class SkipLinkDirective {
17
16
  constructor() {
18
- this.inFocus = signal(false);
17
+ this.inFocus = signal(false, ...(ngDevMode ? [{ debugName: "inFocus" }] : []));
19
18
  this.element = inject(ElementRef);
20
19
  this.document = inject(DOCUMENT);
21
20
  }
@@ -37,10 +36,10 @@ class SkipLinkDirective {
37
36
  }
38
37
  });
39
38
  }
40
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SkipLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
41
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: SkipLinkDirective, isStandalone: true, selector: "[dfSkipLink]", host: { listeners: { "focus": "inFocus.set(true)", "click": "focusOnTarget()", "blur": "inFocus.set(false)" }, classAttribute: "list-group-item list-group-item-action" }, ngImport: i0 }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SkipLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
40
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: SkipLinkDirective, isStandalone: true, selector: "[dfSkipLink]", host: { listeners: { "focus": "inFocus.set(true)", "click": "focusOnTarget()", "blur": "inFocus.set(false)" }, classAttribute: "list-group-item list-group-item-action" }, ngImport: i0 }); }
42
41
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SkipLinkDirective, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SkipLinkDirective, decorators: [{
44
43
  type: Directive,
45
44
  args: [{
46
45
  selector: '[dfSkipLink]',
@@ -55,23 +54,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
55
54
 
56
55
  class SkipLinksContainerComponent {
57
56
  constructor() {
58
- this.links = contentChildren(SkipLinkDirective);
59
- this.inFocus = computed(() => this.links().some((link) => link.inFocus()));
57
+ this.links = contentChildren(SkipLinkDirective, ...(ngDevMode ? [{ debugName: "links" }] : []));
58
+ this.inFocus = computed(() => this.links().some((link) => link.inFocus()), ...(ngDevMode ? [{ debugName: "inFocus" }] : []));
60
59
  }
61
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SkipLinksContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
62
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.0.4", type: SkipLinksContainerComponent, isStandalone: true, selector: "df-skip-links-container", queries: [{ propertyName: "links", predicate: SkipLinkDirective, isSignal: true }], ngImport: i0, template: "<section class=\"df-skip-links__section\">\n <div class=\"df-skip-links\">\n <div class=\"df-skip-links-wrap list-group\" [class.focus]=\"inFocus()\">\n <ng-content></ng-content>\n </div>\n </div>\n</section>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
60
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SkipLinksContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
61
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.3", type: SkipLinksContainerComponent, isStandalone: true, selector: "df-skip-links-container", queries: [{ propertyName: "links", predicate: SkipLinkDirective, isSignal: true }], ngImport: i0, template: "<section class=\"df-skip-links__section\">\n <div class=\"df-skip-links\">\n <div class=\"df-skip-links-wrap list-group\" [class.focus]=\"inFocus()\">\n <ng-content></ng-content>\n </div>\n </div>\n</section>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
63
62
  }
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SkipLinksContainerComponent, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SkipLinksContainerComponent, decorators: [{
65
64
  type: Component,
66
65
  args: [{ selector: 'df-skip-links-container', changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"df-skip-links__section\">\n <div class=\"df-skip-links\">\n <div class=\"df-skip-links-wrap list-group\" [class.focus]=\"inFocus()\">\n <ng-content></ng-content>\n </div>\n </div>\n</section>\n" }]
67
66
  }] });
68
67
 
69
68
  class DfAccessibilityModule {
70
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAccessibilityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
71
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfAccessibilityModule, imports: [SkipLinkDirective, SkipLinksContainerComponent], exports: [SkipLinkDirective, SkipLinksContainerComponent] }); }
72
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAccessibilityModule }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAccessibilityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
70
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfAccessibilityModule, imports: [SkipLinkDirective, SkipLinksContainerComponent], exports: [SkipLinkDirective, SkipLinksContainerComponent] }); }
71
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAccessibilityModule }); }
73
72
  }
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAccessibilityModule, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAccessibilityModule, decorators: [{
75
74
  type: NgModule,
76
75
  args: [{
77
76
  imports: [SkipLinkDirective, SkipLinksContainerComponent],
@@ -117,10 +116,10 @@ class DfInsertIconDirective {
117
116
  }
118
117
  return 'fa-info-circle';
119
118
  }
120
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfInsertIconDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
121
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfInsertIconDirective, isStandalone: true, selector: "ngb-alert[dfInsertAlertIcon],ngb-toast[dfInsertToastIcon]", host: { attributes: { "ngSkipHydration": "true" } }, ngImport: i0 }); }
119
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfInsertIconDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
120
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfInsertIconDirective, isStandalone: true, selector: "ngb-alert[dfInsertAlertIcon],ngb-toast[dfInsertToastIcon]", host: { attributes: { "ngSkipHydration": "true" } }, ngImport: i0 }); }
122
121
  }
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfInsertIconDirective, decorators: [{
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfInsertIconDirective, decorators: [{
124
123
  type: Directive,
125
124
  args: [{
126
125
  selector: 'ngb-alert[dfInsertAlertIcon],ngb-toast[dfInsertToastIcon]',
@@ -131,11 +130,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
131
130
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
132
131
 
133
132
  class DfInsertIconModule {
134
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfInsertIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
135
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfInsertIconModule, imports: [DfInsertIconDirective], exports: [DfInsertIconDirective] }); }
136
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfInsertIconModule }); }
133
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfInsertIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
134
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfInsertIconModule, imports: [DfInsertIconDirective], exports: [DfInsertIconDirective] }); }
135
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfInsertIconModule }); }
137
136
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfInsertIconModule, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfInsertIconModule, decorators: [{
139
138
  type: NgModule,
140
139
  args: [{
141
140
  imports: [DfInsertIconDirective],
@@ -144,11 +143,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
144
143
  }] });
145
144
 
146
145
  class DfToastModule {
147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
148
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfToastModule, imports: [DfInsertIconModule], exports: [NgbToastModule, DfInsertIconModule] }); }
149
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfToastModule, imports: [DfInsertIconModule, NgbToastModule, DfInsertIconModule] }); }
146
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
147
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfToastModule, imports: [DfInsertIconModule], exports: [NgbToastModule, DfInsertIconModule] }); }
148
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfToastModule, imports: [DfInsertIconModule, NgbToastModule, DfInsertIconModule] }); }
150
149
  }
151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfToastModule, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfToastModule, decorators: [{
152
151
  type: NgModule,
153
152
  args: [{
154
153
  imports: [DfInsertIconModule],
@@ -157,11 +156,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
157
156
  }] });
158
157
 
159
158
  class DfAlertModule {
160
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
161
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfAlertModule, imports: [DfInsertIconModule], exports: [NgbAlertModule, DfInsertIconModule] }); }
162
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAlertModule, imports: [DfInsertIconModule, NgbAlertModule, DfInsertIconModule] }); }
159
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
160
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfAlertModule, imports: [DfInsertIconModule], exports: [NgbAlertModule, DfInsertIconModule] }); }
161
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAlertModule, imports: [DfInsertIconModule, NgbAlertModule, DfInsertIconModule] }); }
163
162
  }
164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAlertModule, decorators: [{
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAlertModule, decorators: [{
165
164
  type: NgModule,
166
165
  args: [{
167
166
  imports: [DfInsertIconModule],
@@ -178,10 +177,10 @@ class DfTriggerClickDirective {
178
177
  event.preventDefault();
179
178
  this.elementRef.nativeElement.click();
180
179
  }
181
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTriggerClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
182
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfTriggerClickDirective, isStandalone: true, selector: "[dfTriggerClick]", host: { listeners: { "keydown.enter": "triggerClick($event)", "keydown.space": "triggerClick($event)" } }, ngImport: i0 }); }
180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTriggerClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
181
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfTriggerClickDirective, isStandalone: true, selector: "[dfTriggerClick]", host: { listeners: { "keydown.enter": "triggerClick($event)", "keydown.space": "triggerClick($event)" } }, ngImport: i0 }); }
183
182
  }
184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTriggerClickDirective, decorators: [{
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTriggerClickDirective, decorators: [{
185
184
  type: Directive,
186
185
  args: [{
187
186
  selector: '[dfTriggerClick]'
@@ -201,7 +200,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
201
200
  */
202
201
  class DfInputIconDirective {
203
202
  constructor() {
204
- this.dfInputIcon = input.required();
203
+ this.dfInputIcon = input.required(...(ngDevMode ? [{ debugName: "dfInputIcon" }] : []));
205
204
  this.isDisabled = false;
206
205
  this.siblingsNode = [];
207
206
  this.renderer = inject(Renderer2);
@@ -266,10 +265,10 @@ class DfInputIconDirective {
266
265
  });
267
266
  });
268
267
  }
269
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfInputIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
270
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfInputIconDirective, isStandalone: true, selector: "[dfInputIcon]", inputs: { dfInputIcon: { classPropertyName: "dfInputIcon", publicName: "dfInputIcon", isSignal: true, isRequired: true, transformFunction: null } }, host: { listeners: { "blur": "onBlur()", "focus": "onFocus()", "keydown.Tab": "onTab($event)" } }, exportAs: ["dfInputIcon"], ngImport: i0 }); }
268
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfInputIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
269
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfInputIconDirective, isStandalone: true, selector: "[dfInputIcon]", inputs: { dfInputIcon: { classPropertyName: "dfInputIcon", publicName: "dfInputIcon", isSignal: true, isRequired: true, transformFunction: null } }, host: { listeners: { "blur": "onBlur()", "focus": "onFocus()", "keydown.Tab": "onTab($event)" } }, exportAs: ["dfInputIcon"], ngImport: i0 }); }
271
270
  }
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfInputIconDirective, decorators: [{
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfInputIconDirective, decorators: [{
273
272
  type: Directive,
274
273
  args: [{
275
274
  exportAs: 'dfInputIcon',
@@ -283,11 +282,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
283
282
  }] });
284
283
 
285
284
  class DfAdvancedInputModule {
286
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
287
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedInputModule, imports: [DfTriggerClickDirective, DfInputIconDirective], exports: [DfTriggerClickDirective, DfInputIconDirective] }); }
288
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedInputModule }); }
285
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
286
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedInputModule, imports: [DfTriggerClickDirective, DfInputIconDirective], exports: [DfTriggerClickDirective, DfInputIconDirective] }); }
287
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedInputModule }); }
289
288
  }
290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedInputModule, decorators: [{
289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedInputModule, decorators: [{
291
290
  type: NgModule,
292
291
  args: [{
293
292
  imports: [DfTriggerClickDirective, DfInputIconDirective],
@@ -324,10 +323,10 @@ class DfDatepickerKeyboardService extends NgbDatepickerKeyboardService {
324
323
  event.preventDefault();
325
324
  event.stopPropagation();
326
325
  }
327
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerKeyboardService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
328
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerKeyboardService }); }
326
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerKeyboardService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
327
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerKeyboardService }); }
329
328
  }
330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerKeyboardService, decorators: [{
329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerKeyboardService, decorators: [{
331
330
  type: Injectable
332
331
  }] });
333
332
 
@@ -351,10 +350,10 @@ class DfDirectionDetectionService {
351
350
  }
352
351
  return RightToLeftDirectionEnum.LeftToRight;
353
352
  }
354
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDirectionDetectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
355
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDirectionDetectionService, providedIn: 'root' }); }
353
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDirectionDetectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
354
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDirectionDetectionService, providedIn: 'root' }); }
356
355
  }
357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDirectionDetectionService, decorators: [{
356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDirectionDetectionService, decorators: [{
358
357
  type: Injectable,
359
358
  args: [{
360
359
  providedIn: 'root'
@@ -452,10 +451,10 @@ class DfDatepickerRangeDirective {
452
451
  ngOnDestroy() {
453
452
  this.removeListener.forEach((item) => item());
454
453
  }
455
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerRangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
456
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfDatepickerRangeDirective, isStandalone: true, selector: "[dfDatepickerRange]", exportAs: ["dfDatepickerRange"], ngImport: i0 }); }
454
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerRangeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
455
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfDatepickerRangeDirective, isStandalone: true, selector: "[dfDatepickerRange]", exportAs: ["dfDatepickerRange"], ngImport: i0 }); }
457
456
  }
458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerRangeDirective, decorators: [{
457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerRangeDirective, decorators: [{
459
458
  type: Directive,
460
459
  args: [{
461
460
  exportAs: 'dfDatepickerRange',
@@ -549,22 +548,22 @@ class DfDatepickerRangeService {
549
548
  this.toDate = this.parseInput(this.toDate, typed);
550
549
  this.toDateAsStr = this.formatter.format(this.toDate);
551
550
  }
552
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerRangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
553
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerRangeService }); }
551
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerRangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
552
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerRangeService }); }
554
553
  }
555
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatepickerRangeService, decorators: [{
554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatepickerRangeService, decorators: [{
556
555
  type: Injectable
557
556
  }] });
558
557
 
559
558
  class DfDatePickerModule {
560
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
561
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfDatePickerModule, imports: [NgbDropdownModule, DfDatepickerRangeDirective], exports: [NgbDatepickerModule, DfAdvancedInputModule, DfDatepickerRangeDirective, NgbDropdownModule] }); }
562
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatePickerModule, providers: [
559
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
560
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfDatePickerModule, imports: [NgbDropdownModule, DfDatepickerRangeDirective], exports: [NgbDatepickerModule, DfAdvancedInputModule, DfDatepickerRangeDirective, NgbDropdownModule] }); }
561
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatePickerModule, providers: [
563
562
  { provide: NgbDatepickerKeyboardService, useClass: DfDatepickerKeyboardService },
564
563
  DfDatepickerRangeService
565
564
  ], imports: [NgbDropdownModule, NgbDatepickerModule, DfAdvancedInputModule, NgbDropdownModule] }); }
566
565
  }
567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDatePickerModule, decorators: [{
566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDatePickerModule, decorators: [{
568
567
  type: NgModule,
569
568
  args: [{
570
569
  imports: [NgbDropdownModule, DfDatepickerRangeDirective],
@@ -660,10 +659,10 @@ class DfBreakpoints {
660
659
  }
661
660
  return dict;
662
661
  }
663
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfBreakpoints, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
664
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfBreakpoints, providedIn: 'root' }); }
662
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfBreakpoints, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
663
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfBreakpoints, providedIn: 'root' }); }
665
664
  }
666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfBreakpoints, decorators: [{
665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfBreakpoints, decorators: [{
667
666
  type: Injectable,
668
667
  args: [{ providedIn: 'root' }]
669
668
  }], ctorParameters: () => [] });
@@ -682,10 +681,10 @@ class DfMediaQuery {
682
681
  return this.notSupported(query);
683
682
  }
684
683
  }
685
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
686
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaQuery, providedIn: 'root' }); }
684
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
685
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaQuery, providedIn: 'root' }); }
687
686
  }
688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaQuery, decorators: [{
687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaQuery, decorators: [{
689
688
  type: Injectable,
690
689
  args: [{ providedIn: 'root' }]
691
690
  }] });
@@ -739,10 +738,10 @@ class DfMediaObserver {
739
738
  this._queries.set(query, meta);
740
739
  return meta;
741
740
  }
742
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaObserver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
743
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaObserver, providedIn: 'root' }); }
741
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaObserver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
742
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaObserver, providedIn: 'root' }); }
744
743
  }
745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaObserver, decorators: [{
744
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaObserver, decorators: [{
746
745
  type: Injectable,
747
746
  args: [{ providedIn: 'root' }]
748
747
  }] });
@@ -781,10 +780,10 @@ class DfMedia {
781
780
  return this.mediaObserver.observe(query);
782
781
  }), map((value) => value.matches), distinctUntilChanged());
783
782
  }
784
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMedia, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
785
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMedia, providedIn: 'root' }); }
783
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMedia, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
784
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMedia, providedIn: 'root' }); }
786
785
  }
787
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMedia, decorators: [{
786
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMedia, decorators: [{
788
787
  type: Injectable,
789
788
  args: [{ providedIn: 'root' }]
790
789
  }] });
@@ -802,7 +801,7 @@ class DfIfMediaDirective {
802
801
  * @param mediaOrBreakpoints either media query string/Array of string or in case of BS usage a
803
802
  * string/Array of string of the breakpoints name (sm...).
804
803
  */
805
- this.dfIfMedia = input.required();
804
+ this.dfIfMedia = input.required(...(ngDevMode ? [{ debugName: "dfIfMedia" }] : []));
806
805
  this._viewContainerRef = inject(ViewContainerRef);
807
806
  this._template = inject(TemplateRef);
808
807
  this._mediaService = inject(DfMedia);
@@ -829,20 +828,20 @@ class DfIfMediaDirective {
829
828
  this._viewInstance = null;
830
829
  }
831
830
  }
832
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfIfMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
833
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfIfMediaDirective, isStandalone: true, selector: "[dfIfMedia]", inputs: { dfIfMedia: { classPropertyName: "dfIfMedia", publicName: "dfIfMedia", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
831
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfIfMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
832
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfIfMediaDirective, isStandalone: true, selector: "[dfIfMedia]", inputs: { dfIfMedia: { classPropertyName: "dfIfMedia", publicName: "dfIfMedia", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
834
833
  }
835
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfIfMediaDirective, decorators: [{
834
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfIfMediaDirective, decorators: [{
836
835
  type: Directive,
837
836
  args: [{ selector: '[dfIfMedia]' }]
838
837
  }], ctorParameters: () => [] });
839
838
 
840
839
  class DfMediaModule {
841
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
842
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfMediaModule, imports: [DfIfMediaDirective], exports: [DfIfMediaDirective] }); }
843
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaModule }); }
840
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
841
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfMediaModule, imports: [DfIfMediaDirective], exports: [DfIfMediaDirective] }); }
842
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaModule }); }
844
843
  }
845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfMediaModule, decorators: [{
844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfMediaModule, decorators: [{
846
845
  type: NgModule,
847
846
  args: [{
848
847
  imports: [DfIfMediaDirective],
@@ -851,11 +850,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
851
850
  }] });
852
851
 
853
852
  class DfFooterModule {
854
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
855
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfFooterModule, imports: [DfMediaModule, NgbAccordionModule], exports: [DfMediaModule, NgbAccordionModule] }); }
856
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfFooterModule, imports: [DfMediaModule, NgbAccordionModule, DfMediaModule, NgbAccordionModule] }); }
853
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
854
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfFooterModule, imports: [DfMediaModule, NgbAccordionModule], exports: [DfMediaModule, NgbAccordionModule] }); }
855
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfFooterModule, imports: [DfMediaModule, NgbAccordionModule, DfMediaModule, NgbAccordionModule] }); }
857
856
  }
858
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfFooterModule, decorators: [{
857
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfFooterModule, decorators: [{
859
858
  type: NgModule,
860
859
  args: [{
861
860
  imports: [DfMediaModule, NgbAccordionModule],
@@ -864,8 +863,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
864
863
  }] });
865
864
 
866
865
  class DfAmadeusIconComponent {
867
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAmadeusIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
868
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.4", type: DfAmadeusIconComponent, isStandalone: true, selector: "df-amadeus-icon", ngImport: i0, template: `
866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAmadeusIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
867
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.3", type: DfAmadeusIconComponent, isStandalone: true, selector: "df-amadeus-icon", ngImport: i0, template: `
869
868
  <svg
870
869
  version="1.1"
871
870
  xmlns="http://www.w3.org/2000/svg"
@@ -901,7 +900,7 @@ class DfAmadeusIconComponent {
901
900
  </svg>
902
901
  `, isInline: true, styles: [":root{--df-navbar-height: 3.5rem}:host{min-width:60px}:host svg{margin:10%}:host.icon-primary{fill:var(--df-primary-500)}:host.icon-white{fill:#fff}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
903
902
  }
904
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAmadeusIconComponent, decorators: [{
903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAmadeusIconComponent, decorators: [{
905
904
  type: Component,
906
905
  args: [{ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'df-amadeus-icon', template: `
907
906
  <svg
@@ -941,11 +940,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
941
940
  }] });
942
941
 
943
942
  class DfIconModule {
944
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
945
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfIconModule, imports: [DfAmadeusIconComponent], exports: [DfAmadeusIconComponent] }); }
946
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfIconModule }); }
943
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
944
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfIconModule, imports: [DfAmadeusIconComponent], exports: [DfAmadeusIconComponent] }); }
945
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfIconModule }); }
947
946
  }
948
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfIconModule, decorators: [{
947
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfIconModule, decorators: [{
949
948
  type: NgModule,
950
949
  args: [{
951
950
  imports: [DfAmadeusIconComponent],
@@ -953,60 +952,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
953
952
  }]
954
953
  }] });
955
954
 
956
- /**
957
- * @deprecated `DfModalService` is deprecated, use `NgbModal` from ng-bootstrap instead.
958
- * Please note that `NgbModal` adds 'modal-open' class to the body while DfModalService adds 'df-modal-open' class. Both classes include the same styles, but you may need to update your stylesheets if you were overriding 'df-modal-open' in your application.
959
- */
960
- class DfModalService {
961
- constructor() {
962
- this.renderer = inject(RendererFactory2).createRenderer(null, null);
963
- this.modalService = inject(NgbModal);
964
- }
965
- open(content, options) {
966
- let modalRef;
967
- if (options && options.container) {
968
- modalRef = this.modalService.open(content, options);
969
- }
970
- else {
971
- modalRef = this.modalService.open(content, Object.assign({}, { container: 'body' }, options));
972
- }
973
- // we add the 'df-modal-open' class to the body when the modal is open. We remove it when the modal is closed/dismissed
974
- this.renderer.addClass(document.body, 'df-modal-open');
975
- modalRef.result.then(() => {
976
- this.renderer.removeClass(document.body, 'df-modal-open');
977
- }, () => {
978
- this.renderer.removeClass(document.body, 'df-modal-open');
979
- });
980
- return modalRef;
981
- }
982
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfModalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
983
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfModalService, providedIn: 'root' }); }
984
- }
985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfModalService, decorators: [{
986
- type: Injectable,
987
- args: [{
988
- providedIn: 'root'
989
- }]
990
- }] });
991
-
992
955
  class DfPopoverConfig extends NgbPopoverConfig {
993
956
  constructor() {
994
957
  super(...arguments);
995
958
  this.autoClose = 'outside';
996
959
  }
997
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfPopoverConfig, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
998
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfPopoverConfig }); }
960
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfPopoverConfig, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
961
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfPopoverConfig }); }
999
962
  }
1000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfPopoverConfig, decorators: [{
963
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfPopoverConfig, decorators: [{
1001
964
  type: Injectable
1002
965
  }] });
1003
966
 
1004
967
  class DfPopoverModule {
1005
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1006
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfPopoverModule, exports: [NgbPopoverModule] }); }
1007
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfPopoverModule, providers: [{ provide: NgbPopoverConfig, useClass: DfPopoverConfig }], imports: [NgbPopoverModule] }); }
968
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
969
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfPopoverModule, exports: [NgbPopoverModule] }); }
970
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfPopoverModule, providers: [{ provide: NgbPopoverConfig, useClass: DfPopoverConfig }], imports: [NgbPopoverModule] }); }
1008
971
  }
1009
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfPopoverModule, decorators: [{
972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfPopoverModule, decorators: [{
1010
973
  type: NgModule,
1011
974
  args: [{
1012
975
  exports: [NgbPopoverModule],
@@ -1018,14 +981,14 @@ class DfProgressbarComponent {
1018
981
  constructor() {
1019
982
  this.PERCENTAGE_PLACEHOLDER = '%PERCENTAGE%';
1020
983
  this.FADING_DELAY_MS = 1500; // if triggered by observables, number of milliseconds after progress bar disappears once stopped
1021
- this.infiniteAnimation = input(false, { transform: booleanAttribute });
984
+ this.infiniteAnimation = input(false, ...(ngDevMode ? [{ debugName: "infiniteAnimation", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
1022
985
  /**
1023
986
  * Current value of the progressBar. If 'maxValue' is not defined, value represents a percentage. Otherwise, progress
1024
987
  * bar percentage value will be computed based on the ratio of 'value/maxValue'
1025
988
  */
1026
- this.value = input(0, { transform: numberAttribute });
1027
- this.maxValue = input(100, { transform: numberAttribute });
1028
- this.innerValue = signal(0);
989
+ this.value = input(0, ...(ngDevMode ? [{ debugName: "value", transform: numberAttribute }] : [{ transform: numberAttribute }]));
990
+ this.maxValue = input(100, ...(ngDevMode ? [{ debugName: "maxValue", transform: numberAttribute }] : [{ transform: numberAttribute }]));
991
+ this.innerValue = signal(0, ...(ngDevMode ? [{ debugName: "innerValue" }] : []));
1029
992
  this.percentageValue = computed(() => {
1030
993
  const val = this.innerValue();
1031
994
  const maxVal = this.maxValue();
@@ -1035,28 +998,28 @@ class DfProgressbarComponent {
1035
998
  else {
1036
999
  return Math.floor((val / maxVal) * 100);
1037
1000
  }
1038
- });
1001
+ }, ...(ngDevMode ? [{ debugName: "percentageValue" }] : []));
1039
1002
  this.percentageValueChange = output();
1040
1003
  /**
1041
1004
  * Observable used to trigger the start of the loading.
1042
1005
  * When emitting, progressbar will start to randomly increment toward 100%.
1043
1006
  */
1044
- this.start$ = input();
1007
+ this.start$ = input(...(ngDevMode ? [undefined, { debugName: "start$" }] : []));
1045
1008
  /**
1046
1009
  * Observable used to trigger the end of the loading.
1047
1010
  * When emitting, it forces the progressbar to reach 100%.
1048
1011
  */
1049
- this.end$ = input();
1012
+ this.end$ = input(...(ngDevMode ? [undefined, { debugName: "end$" }] : []));
1050
1013
  /**
1051
1014
  * Id of the label used to describe the progress bar.
1052
1015
  * It is used in priority compared to the ariaLabel.
1053
1016
  */
1054
- this.ariaLabelledBy = input();
1017
+ this.ariaLabelledBy = input(...(ngDevMode ? [undefined, { debugName: "ariaLabelledBy" }] : []));
1055
1018
  /**
1056
1019
  * Aria label used to describe the progress bar if no ariaLabelledBy is specified.
1057
1020
  */
1058
- this.ariaLabel = input();
1059
- this.text = input('');
1021
+ this.ariaLabel = input(...(ngDevMode ? [undefined, { debugName: "ariaLabel" }] : []));
1022
+ this.text = input('', ...(ngDevMode ? [{ debugName: "text" }] : []));
1060
1023
  this.computedText = computed(() => {
1061
1024
  const text = this.text();
1062
1025
  if (text.includes(this.PERCENTAGE_PLACEHOLDER)) {
@@ -1064,8 +1027,8 @@ class DfProgressbarComponent {
1064
1027
  return text.replace(this.PERCENTAGE_PLACEHOLDER, advancementInPercents);
1065
1028
  }
1066
1029
  return text;
1067
- });
1068
- this.displayProgressBar = signal(false);
1030
+ }, ...(ngDevMode ? [{ debugName: "computedText" }] : []));
1031
+ this.displayProgressBar = signal(false, ...(ngDevMode ? [{ debugName: "displayProgressBar" }] : []));
1069
1032
  this.animationOngoing = false;
1070
1033
  effect(() => {
1071
1034
  this.innerValue.set(this.value());
@@ -1079,14 +1042,14 @@ class DfProgressbarComponent {
1079
1042
  const end$ = this.end$();
1080
1043
  const isTriggeredByObservables = start$ && end$;
1081
1044
  if (isTriggeredByObservables) {
1082
- this.startSubscription = start$.subscribe((_) => {
1045
+ this.startSubscription = start$.subscribe(() => {
1083
1046
  this.animationOngoing = true;
1084
1047
  this.stopAutomaticIncrement();
1085
1048
  this.resetProgressBarValues();
1086
1049
  this.displayProgressBar.set(true);
1087
1050
  this.startAutomaticIncrement();
1088
1051
  });
1089
- this.endSubscription = end$.subscribe((_) => {
1052
+ this.endSubscription = end$.subscribe(() => {
1090
1053
  if (this.animationOngoing) {
1091
1054
  this.animationOngoing = false;
1092
1055
  this.stopAutomaticIncrement();
@@ -1135,20 +1098,20 @@ class DfProgressbarComponent {
1135
1098
  resetProgressBarValues() {
1136
1099
  this.innerValue.set(0);
1137
1100
  }
1138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1139
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: DfProgressbarComponent, isStandalone: true, selector: "df-progressbar", inputs: { infiniteAnimation: { classPropertyName: "infiniteAnimation", publicName: "infiniteAnimation", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, maxValue: { classPropertyName: "maxValue", publicName: "maxValue", isSignal: true, isRequired: false, transformFunction: null }, start$: { classPropertyName: "start$", publicName: "start$", isSignal: true, isRequired: false, transformFunction: null }, end$: { classPropertyName: "end$", publicName: "end$", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelledBy: { classPropertyName: "ariaLabelledBy", publicName: "ariaLabelledBy", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { percentageValueChange: "percentageValueChange" }, ngImport: i0, template: "@if (displayProgressBar()) {\n @if (computedText(); as computedText) {\n <div class=\"progressbar-text mb-2\">{{ computedText }}</div>\n }\n @if (infiniteAnimation()) {\n <div\n class=\"progress\"\n role=\"progressbar\"\n aria-valuetext=\"indeterminate\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div class=\"progress-bar infinite-animation\"></div>\n </div>\n } @else {\n <div\n class=\"progress\"\n role=\"progressbar\"\n [attr.aria-valuenow]=\"innerValue()\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"maxValue()\"\n [attr.aria-valuetext]=\"computedText() || null\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div [style.width.%]=\"percentageValue()\" class=\"progress-bar\"></div>\n </div>\n }\n}\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1102
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: DfProgressbarComponent, isStandalone: true, selector: "df-progressbar", inputs: { infiniteAnimation: { classPropertyName: "infiniteAnimation", publicName: "infiniteAnimation", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, maxValue: { classPropertyName: "maxValue", publicName: "maxValue", isSignal: true, isRequired: false, transformFunction: null }, start$: { classPropertyName: "start$", publicName: "start$", isSignal: true, isRequired: false, transformFunction: null }, end$: { classPropertyName: "end$", publicName: "end$", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelledBy: { classPropertyName: "ariaLabelledBy", publicName: "ariaLabelledBy", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { percentageValueChange: "percentageValueChange" }, ngImport: i0, template: "@if (displayProgressBar()) {\n @if (computedText(); as computedText) {\n <div class=\"progressbar-text mb-3\">{{ computedText }}</div>\n }\n @if (infiniteAnimation()) {\n <div\n class=\"progress\"\n role=\"progressbar\"\n aria-valuetext=\"indeterminate\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div class=\"progress-bar infinite-animation\"></div>\n </div>\n } @else {\n <div\n class=\"progress\"\n role=\"progressbar\"\n [attr.aria-valuenow]=\"innerValue()\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"maxValue()\"\n [attr.aria-valuetext]=\"computedText() || null\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div [style.width.%]=\"percentageValue()\" class=\"progress-bar\"></div>\n </div>\n }\n}\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1140
1103
  }
1141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressbarComponent, decorators: [{
1104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressbarComponent, decorators: [{
1142
1105
  type: Component,
1143
- args: [{ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'df-progressbar', template: "@if (displayProgressBar()) {\n @if (computedText(); as computedText) {\n <div class=\"progressbar-text mb-2\">{{ computedText }}</div>\n }\n @if (infiniteAnimation()) {\n <div\n class=\"progress\"\n role=\"progressbar\"\n aria-valuetext=\"indeterminate\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div class=\"progress-bar infinite-animation\"></div>\n </div>\n } @else {\n <div\n class=\"progress\"\n role=\"progressbar\"\n [attr.aria-valuenow]=\"innerValue()\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"maxValue()\"\n [attr.aria-valuetext]=\"computedText() || null\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div [style.width.%]=\"percentageValue()\" class=\"progress-bar\"></div>\n </div>\n }\n}\n" }]
1106
+ args: [{ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'df-progressbar', template: "@if (displayProgressBar()) {\n @if (computedText(); as computedText) {\n <div class=\"progressbar-text mb-3\">{{ computedText }}</div>\n }\n @if (infiniteAnimation()) {\n <div\n class=\"progress\"\n role=\"progressbar\"\n aria-valuetext=\"indeterminate\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div class=\"progress-bar infinite-animation\"></div>\n </div>\n } @else {\n <div\n class=\"progress\"\n role=\"progressbar\"\n [attr.aria-valuenow]=\"innerValue()\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"maxValue()\"\n [attr.aria-valuetext]=\"computedText() || null\"\n [attr.aria-labelledby]=\"ariaLabelledBy() || null\"\n [attr.aria-label]=\"!ariaLabelledBy() && ariaLabel() ? ariaLabel() : null\"\n >\n <div [style.width.%]=\"percentageValue()\" class=\"progress-bar\"></div>\n </div>\n }\n}\n" }]
1144
1107
  }], ctorParameters: () => [] });
1145
1108
 
1146
1109
  class DfProgressbarModule {
1147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1148
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfProgressbarModule, imports: [DfProgressbarComponent], exports: [DfProgressbarComponent, NgbProgressbarModule] }); }
1149
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressbarModule, imports: [NgbProgressbarModule] }); }
1110
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1111
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfProgressbarModule, imports: [DfProgressbarComponent], exports: [DfProgressbarComponent, NgbProgressbarModule] }); }
1112
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressbarModule, imports: [NgbProgressbarModule] }); }
1150
1113
  }
1151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressbarModule, decorators: [{
1114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressbarModule, decorators: [{
1152
1115
  type: NgModule,
1153
1116
  args: [{
1154
1117
  imports: [DfProgressbarComponent],
@@ -1184,8 +1147,8 @@ var DfProgressIndicatorContentPosition;
1184
1147
  class DfProgressIndicatorContainerComponent {
1185
1148
  constructor() {
1186
1149
  this.DEFAULT_CLASS_POSITION = 'df-progressindicator-centered';
1187
- this.containerClass = input();
1188
- this.position = input();
1150
+ this.containerClass = input(...(ngDevMode ? [undefined, { debugName: "containerClass" }] : []));
1151
+ this.position = input(...(ngDevMode ? [undefined, { debugName: "position" }] : []));
1189
1152
  this.positionClass = computed(() => {
1190
1153
  const position = this.position();
1191
1154
  switch (position) {
@@ -1196,13 +1159,13 @@ class DfProgressIndicatorContainerComponent {
1196
1159
  default:
1197
1160
  return this.DEFAULT_CLASS_POSITION;
1198
1161
  }
1199
- });
1200
- this.classes = computed(() => `df-progressindicator-container ${this.containerClass() || ''} ${this.positionClass()}`);
1162
+ }, ...(ngDevMode ? [{ debugName: "positionClass" }] : []));
1163
+ this.classes = computed(() => `df-progressindicator-container ${this.containerClass() || ''} ${this.positionClass()}`, ...(ngDevMode ? [{ debugName: "classes" }] : []));
1201
1164
  }
1202
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1203
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.0.4", type: DfProgressIndicatorContainerComponent, isStandalone: true, selector: "df-progressindicator-container", inputs: { containerClass: { classPropertyName: "containerClass", publicName: "containerClass", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "classes()" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1165
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1166
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.3", type: DfProgressIndicatorContainerComponent, isStandalone: true, selector: "df-progressindicator-container", inputs: { containerClass: { classPropertyName: "containerClass", publicName: "containerClass", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "classes()" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1204
1167
  }
1205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorContainerComponent, decorators: [{
1168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorContainerComponent, decorators: [{
1206
1169
  type: Component,
1207
1170
  args: [{
1208
1171
  selector: 'df-progressindicator-container',
@@ -1217,28 +1180,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
1217
1180
 
1218
1181
  class DfDefaultSpinnerComponent {
1219
1182
  constructor() {
1220
- this.isGlobalSpinner = input(false, { transform: booleanAttribute });
1221
- this.contentClass = input('spinner-border text-primary');
1222
- this.ariaLabel = input();
1183
+ this.isGlobalSpinner = input(false, ...(ngDevMode ? [{ debugName: "isGlobalSpinner", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
1184
+ this.contentClass = input('spinner-border text-primary', ...(ngDevMode ? [{ debugName: "contentClass" }] : []));
1185
+ this.ariaLabel = input(...(ngDevMode ? [undefined, { debugName: "ariaLabel" }] : []));
1223
1186
  }
1224
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDefaultSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1225
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: DfDefaultSpinnerComponent, isStandalone: true, selector: "df-default-spinner", inputs: { isGlobalSpinner: { classPropertyName: "isGlobalSpinner", publicName: "isGlobalSpinner", isSignal: true, isRequired: false, transformFunction: null }, contentClass: { classPropertyName: "contentClass", publicName: "contentClass", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div [class]=\"contentClass()\" [attr.role]=\"isGlobalSpinner() ? 'alert' : 'status'\">\n <span class=\"visually-hidden\">\n @if (ariaLabel(); as ariaLabel) {\n {{ ariaLabel }}\n } @else {\n <ng-container i18n=\"@@df.progressindicator.default.spinner.ariaLabel\">Loading...</ng-container>\n }\n </span>\n</div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1187
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDefaultSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1188
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: DfDefaultSpinnerComponent, isStandalone: true, selector: "df-default-spinner", inputs: { isGlobalSpinner: { classPropertyName: "isGlobalSpinner", publicName: "isGlobalSpinner", isSignal: true, isRequired: false, transformFunction: null }, contentClass: { classPropertyName: "contentClass", publicName: "contentClass", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div [class]=\"contentClass()\" [attr.role]=\"isGlobalSpinner() ? 'alert' : 'status'\">\n <span class=\"visually-hidden\">\n @if (ariaLabel(); as ariaLabel) {\n {{ ariaLabel }}\n } @else {\n <ng-container i18n=\"@@df.progressindicator.default.spinner.ariaLabel\">Loading...</ng-container>\n }\n </span>\n</div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1226
1189
  }
1227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfDefaultSpinnerComponent, decorators: [{
1190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfDefaultSpinnerComponent, decorators: [{
1228
1191
  type: Component,
1229
1192
  args: [{ selector: 'df-default-spinner', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [class]=\"contentClass()\" [attr.role]=\"isGlobalSpinner() ? 'alert' : 'status'\">\n <span class=\"visually-hidden\">\n @if (ariaLabel(); as ariaLabel) {\n {{ ariaLabel }}\n } @else {\n <ng-container i18n=\"@@df.progressindicator.default.spinner.ariaLabel\">Loading...</ng-container>\n }\n </span>\n</div>\n" }]
1230
1193
  }] });
1231
1194
 
1232
1195
  class DfProgressIndicatorBackdropComponent {
1233
1196
  constructor() {
1234
- this.backdropClass = input();
1235
- this.isGlobalBackdrop = input(true);
1236
- this.classes = computed(() => `df-progressindicator-backdrop ${this.backdropClass() || ''} df-progressindicator-backdrop${this.isGlobalBackdrop() ? '-global' : '-contextual'}`);
1197
+ this.backdropClass = input(...(ngDevMode ? [undefined, { debugName: "backdropClass" }] : []));
1198
+ this.isGlobalBackdrop = input(true, ...(ngDevMode ? [{ debugName: "isGlobalBackdrop" }] : []));
1199
+ this.classes = computed(() => `df-progressindicator-backdrop ${this.backdropClass() || ''} df-progressindicator-backdrop${this.isGlobalBackdrop() ? '-global' : '-contextual'}`, ...(ngDevMode ? [{ debugName: "classes" }] : []));
1237
1200
  }
1238
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1239
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.0.4", type: DfProgressIndicatorBackdropComponent, isStandalone: true, selector: "df-progressindicator-backdrop", inputs: { backdropClass: { classPropertyName: "backdropClass", publicName: "backdropClass", isSignal: true, isRequired: false, transformFunction: null }, isGlobalBackdrop: { classPropertyName: "isGlobalBackdrop", publicName: "isGlobalBackdrop", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "classes()" } }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1201
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1202
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.3", type: DfProgressIndicatorBackdropComponent, isStandalone: true, selector: "df-progressindicator-backdrop", inputs: { backdropClass: { classPropertyName: "backdropClass", publicName: "backdropClass", isSignal: true, isRequired: false, transformFunction: null }, isGlobalBackdrop: { classPropertyName: "isGlobalBackdrop", publicName: "isGlobalBackdrop", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "classes()" } }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1240
1203
  }
1241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorBackdropComponent, decorators: [{
1204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorBackdropComponent, decorators: [{
1242
1205
  type: Component,
1243
1206
  args: [{
1244
1207
  selector: 'df-progressindicator-backdrop',
@@ -1323,10 +1286,10 @@ class ScrollBar {
1323
1286
  body.removeChild(measurer);
1324
1287
  return width;
1325
1288
  }
1326
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ScrollBar, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1327
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ScrollBar, providedIn: 'root' }); }
1289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ScrollBar, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1290
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ScrollBar, providedIn: 'root' }); }
1328
1291
  }
1329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ScrollBar, decorators: [{
1292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ScrollBar, decorators: [{
1330
1293
  type: Injectable,
1331
1294
  args: [{ providedIn: 'root' }]
1332
1295
  }] });
@@ -1349,7 +1312,9 @@ class DfProgressIndicatorService {
1349
1312
  open(content, options) {
1350
1313
  const containerElt = this.getContainer(this.document, options);
1351
1314
  if (!containerElt) {
1352
- throw new Error(`[Design Factory] The specified progress indicator container "${options?.container || 'body'}" was not found in the DOM.`);
1315
+ throw new Error(`[Design Factory] The specified progress indicator container "${
1316
+ // eslint-disable-next-line @typescript-eslint/no-base-to-string, @typescript-eslint/restrict-template-expressions
1317
+ options?.container || 'body'}" was not found in the DOM.`);
1353
1318
  }
1354
1319
  // Create needed components
1355
1320
  const backdropRef = options?.backdrop !== false
@@ -1490,10 +1455,10 @@ class DfProgressIndicatorService {
1490
1455
  });
1491
1456
  }
1492
1457
  }
1493
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1494
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorService, providedIn: 'root' }); }
1458
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1459
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorService, providedIn: 'root' }); }
1495
1460
  }
1496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorService, decorators: [{
1461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorService, decorators: [{
1497
1462
  type: Injectable,
1498
1463
  args: [{
1499
1464
  providedIn: 'root'
@@ -1502,8 +1467,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
1502
1467
 
1503
1468
  class DfProgressIndicatorDirective {
1504
1469
  constructor() {
1505
- this.dfProgressIndicator = input.required();
1506
- this.dfProgressIndicatorConfig = input();
1470
+ this.dfProgressIndicator = input.required(...(ngDevMode ? [{ debugName: "dfProgressIndicator" }] : []));
1471
+ this.dfProgressIndicatorConfig = input(...(ngDevMode ? [undefined, { debugName: "dfProgressIndicatorConfig" }] : []));
1507
1472
  this.elementRef = inject(ElementRef);
1508
1473
  this.progressService = inject(DfProgressIndicatorService);
1509
1474
  effect(() => {
@@ -1521,10 +1486,10 @@ class DfProgressIndicatorDirective {
1521
1486
  }
1522
1487
  });
1523
1488
  }
1524
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1525
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfProgressIndicatorDirective, isStandalone: true, selector: "[dfProgressIndicator]", inputs: { dfProgressIndicator: { classPropertyName: "dfProgressIndicator", publicName: "dfProgressIndicator", isSignal: true, isRequired: true, transformFunction: null }, dfProgressIndicatorConfig: { classPropertyName: "dfProgressIndicatorConfig", publicName: "dfProgressIndicatorConfig", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
1489
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1490
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfProgressIndicatorDirective, isStandalone: true, selector: "[dfProgressIndicator]", inputs: { dfProgressIndicator: { classPropertyName: "dfProgressIndicator", publicName: "dfProgressIndicator", isSignal: true, isRequired: true, transformFunction: null }, dfProgressIndicatorConfig: { classPropertyName: "dfProgressIndicatorConfig", publicName: "dfProgressIndicatorConfig", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
1526
1491
  }
1527
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorDirective, decorators: [{
1492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorDirective, decorators: [{
1528
1493
  type: Directive,
1529
1494
  args: [{
1530
1495
  selector: '[dfProgressIndicator]'
@@ -1532,8 +1497,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
1532
1497
  }], ctorParameters: () => [] });
1533
1498
 
1534
1499
  class DfProgressIndicatorModule {
1535
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1536
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorModule, imports: [DfDefaultSpinnerComponent,
1500
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1501
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorModule, imports: [DfDefaultSpinnerComponent,
1537
1502
  DfProgressbarModule,
1538
1503
  DfProgressIndicatorBackdropComponent,
1539
1504
  DfProgressIndicatorContainerComponent,
@@ -1542,9 +1507,9 @@ class DfProgressIndicatorModule {
1542
1507
  DfProgressIndicatorDirective,
1543
1508
  DfProgressIndicatorBackdropComponent,
1544
1509
  DfDefaultSpinnerComponent] }); }
1545
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorModule, imports: [DfProgressbarModule, DfProgressbarModule] }); }
1510
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorModule, imports: [DfProgressbarModule, DfProgressbarModule] }); }
1546
1511
  }
1547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfProgressIndicatorModule, decorators: [{
1512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfProgressIndicatorModule, decorators: [{
1548
1513
  type: NgModule,
1549
1514
  args: [{
1550
1515
  imports: [
@@ -1570,7 +1535,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
1570
1535
  class DfSliderDirectionDirective {
1571
1536
  constructor() {
1572
1537
  // Workaround due to bad export on @angular-slider/ngx-slider and https://github.com/angular/angular/issues/8277
1573
- this.dfSliderDirection = input.required();
1538
+ this.dfSliderDirection = input.required(...(ngDevMode ? [{ debugName: "dfSliderDirection" }] : []));
1574
1539
  this.elementRef = inject(ElementRef);
1575
1540
  this.rtlDirectionService = inject(DfDirectionDetectionService, { optional: true });
1576
1541
  }
@@ -1582,10 +1547,10 @@ class DfSliderDirectionDirective {
1582
1547
  }
1583
1548
  }
1584
1549
  }
1585
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSliderDirectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1586
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfSliderDirectionDirective, isStandalone: true, selector: "[dfSliderDirection]", inputs: { dfSliderDirection: { classPropertyName: "dfSliderDirection", publicName: "dfSliderDirection", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
1550
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSliderDirectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1551
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfSliderDirectionDirective, isStandalone: true, selector: "[dfSliderDirection]", inputs: { dfSliderDirection: { classPropertyName: "dfSliderDirection", publicName: "dfSliderDirection", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
1587
1552
  }
1588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSliderDirectionDirective, decorators: [{
1553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSliderDirectionDirective, decorators: [{
1589
1554
  type: Directive,
1590
1555
  args: [{
1591
1556
  selector: '[dfSliderDirection]'
@@ -1769,7 +1734,8 @@ class ValueHelper {
1769
1734
  const differences = stepsArray.map((step) => Math.abs(modelValue - step.value));
1770
1735
  let minDifferenceIndex = 0;
1771
1736
  for (let index = 0; index < stepsArray.length; index++) {
1772
- if (differences[index] !== differences[minDifferenceIndex] && differences[index] < differences[minDifferenceIndex]) {
1737
+ if (differences[index] !== differences[minDifferenceIndex] &&
1738
+ differences[index] < differences[minDifferenceIndex]) {
1773
1739
  minDifferenceIndex = index;
1774
1740
  }
1775
1741
  }
@@ -1799,7 +1765,7 @@ class CompatibilityHelper {
1799
1765
  class MathHelper {
1800
1766
  /* Round numbers to a given number of significant digits */
1801
1767
  static roundToPrecisionLimit(value, precisionLimit) {
1802
- return +(value.toPrecision(precisionLimit));
1768
+ return +value.toPrecision(precisionLimit);
1803
1769
  }
1804
1770
  static isModuloWithinPrecisionLimit(value, modulo, precisionLimit) {
1805
1771
  const limit = Math.pow(10, -precisionLimit);
@@ -1813,6 +1779,7 @@ class MathHelper {
1813
1779
  class EventListener {
1814
1780
  }
1815
1781
 
1782
+ // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
1816
1783
  const w = typeof window !== 'undefined' ? window : { screen: {}, navigator: {} };
1817
1784
  let passiveOptionAccessed = false;
1818
1785
  const options = {
@@ -1821,7 +1788,9 @@ const options = {
1821
1788
  }
1822
1789
  };
1823
1790
  const noop = () => { };
1791
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
1824
1792
  w.addEventListener && w.addEventListener('p', noop, options);
1793
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
1825
1794
  w.removeEventListener && w.removeEventListener('p', noop, false);
1826
1795
  const supportsPassiveEvents = passiveOptionAccessed;
1827
1796
  /**
@@ -1848,7 +1817,7 @@ class EventListenerHelper {
1848
1817
  nativeElement.removeEventListener(eventName, observerCallback, { passive: true, capture: false });
1849
1818
  };
1850
1819
  listener.eventsSubscription = listener.events
1851
- .pipe((!ValueHelper.isNullOrUndefined(throttleInterval))
1820
+ .pipe(!ValueHelper.isNullOrUndefined(throttleInterval)
1852
1821
  ? throttleTime(throttleInterval, undefined, { leading: true, trailing: true })
1853
1822
  : tap(() => { }) // no-op
1854
1823
  )
@@ -1877,11 +1846,13 @@ class EventListenerHelper {
1877
1846
  };
1878
1847
  listener.teardownCallback = this.renderer.listen(nativeElement, eventName, observerCallback);
1879
1848
  listener.eventsSubscription = listener.events
1880
- .pipe((!ValueHelper.isNullOrUndefined(throttleInterval))
1849
+ .pipe(!ValueHelper.isNullOrUndefined(throttleInterval)
1881
1850
  ? throttleTime(throttleInterval, undefined, { leading: true, trailing: true })
1882
1851
  : tap(() => { }) // no-op
1883
1852
  )
1884
- .subscribe((event) => { callback(event); });
1853
+ .subscribe((event) => {
1854
+ callback(event);
1855
+ });
1885
1856
  return listener;
1886
1857
  }
1887
1858
  }
@@ -2049,10 +2020,10 @@ class SliderElementDirective {
2049
2020
  isRefDestroyed() {
2050
2021
  return (ValueHelper.isNullOrUndefined(this.changeDetectionRef) || this.changeDetectionRef['destroyed']);
2051
2022
  }
2052
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderElementDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2053
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: SliderElementDirective, isStandalone: true, selector: "[ngxSliderElement]", host: { properties: { "style.opacity": "this.opacity", "style.visibility": "this.visibility", "style.left": "this.left", "style.bottom": "this.bottom", "style.height": "this.height", "style.width": "this.width", "style.transform": "this.transform" } }, ngImport: i0 }); }
2023
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderElementDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2024
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: SliderElementDirective, isStandalone: true, selector: "[ngxSliderElement]", host: { properties: { "style.opacity": "this.opacity", "style.visibility": "this.visibility", "style.left": "this.left", "style.bottom": "this.bottom", "style.height": "this.height", "style.width": "this.width", "style.transform": "this.transform" } }, ngImport: i0 }); }
2054
2025
  }
2055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderElementDirective, decorators: [{
2026
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderElementDirective, decorators: [{
2056
2027
  type: Directive,
2057
2028
  args: [{
2058
2029
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2102,10 +2073,10 @@ class SliderHandleDirective extends SliderElementDirective {
2102
2073
  focus() {
2103
2074
  this.elemRef.nativeElement.focus();
2104
2075
  }
2105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2106
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: SliderHandleDirective, isStandalone: true, selector: "[ngxSliderHandle]", host: { properties: { "class.ngx-slider-active": "this.active", "attr.role": "this.role", "attr.tabindex": "this.tabindex", "attr.aria-orientation": "this.ariaOrientation", "attr.aria-label": "this.ariaLabel", "attr.aria-labelledby": "this.ariaLabelledBy", "attr.aria-valuenow": "this.ariaValueNow", "attr.aria-valuetext": "this.ariaValueText", "attr.aria-valuemin": "this.ariaValueMin", "attr.aria-valuemax": "this.ariaValueMax" } }, usesInheritance: true, ngImport: i0 }); }
2076
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2077
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: SliderHandleDirective, isStandalone: true, selector: "[ngxSliderHandle]", host: { properties: { "class.ngx-slider-active": "this.active", "attr.role": "this.role", "attr.tabindex": "this.tabindex", "attr.aria-orientation": "this.ariaOrientation", "attr.aria-label": "this.ariaLabel", "attr.aria-labelledby": "this.ariaLabelledBy", "attr.aria-valuenow": "this.ariaValueNow", "attr.aria-valuetext": "this.ariaValueText", "attr.aria-valuemin": "this.ariaValueMin", "attr.aria-valuemax": "this.ariaValueMax" } }, usesInheritance: true, ngImport: i0 }); }
2107
2078
  }
2108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderHandleDirective, decorators: [{
2079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderHandleDirective, decorators: [{
2109
2080
  type: Directive,
2110
2081
  args: [{
2111
2082
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2169,10 +2140,10 @@ class SliderLabelDirective extends SliderElementDirective {
2169
2140
  this.calculateDimension();
2170
2141
  }
2171
2142
  }
2172
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderLabelDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2173
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: SliderLabelDirective, isStandalone: true, selector: "[ngxSliderLabel]", usesInheritance: true, ngImport: i0 }); }
2143
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderLabelDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2144
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: SliderLabelDirective, isStandalone: true, selector: "[ngxSliderLabel]", usesInheritance: true, ngImport: i0 }); }
2174
2145
  }
2175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderLabelDirective, decorators: [{
2146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderLabelDirective, decorators: [{
2176
2147
  type: Directive,
2177
2148
  args: [{
2178
2149
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2185,10 +2156,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
2185
2156
  * @deprecated TooltipWrapperComponent is deprecated. Use {@link https://design-factory.amadeus.net/components/slider/agnosui AgnosUI Slider} instead.
2186
2157
  */
2187
2158
  class TooltipWrapperComponent {
2188
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: TooltipWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2189
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: TooltipWrapperComponent, isStandalone: true, selector: "ngx-slider-tooltip-wrapper", inputs: { template: "template", tooltip: "tooltip", placement: "placement", content: "content" }, ngImport: i0, template: "@if (template) {\n <ng-template\n *ngTemplateOutlet=\"template; context: { tooltip: tooltip, placement: placement, content: content }\"\n ></ng-template>\n} @else {\n <div class=\"ngx-slider-inner-tooltip\" [attr.title]=\"tooltip\" [attr.data-tooltip-placement]=\"placement\">\n {{ content }}\n </div>\n}\n", styles: [".ngx-slider-inner-tooltip{height:100%}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2159
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TooltipWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2160
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: TooltipWrapperComponent, isStandalone: true, selector: "ngx-slider-tooltip-wrapper", inputs: { template: "template", tooltip: "tooltip", placement: "placement", content: "content" }, ngImport: i0, template: "@if (template) {\n <ng-template\n *ngTemplateOutlet=\"template; context: { tooltip: tooltip, placement: placement, content: content }\"\n ></ng-template>\n} @else {\n <div class=\"ngx-slider-inner-tooltip\" [attr.title]=\"tooltip\" [attr.data-tooltip-placement]=\"placement\">\n {{ content }}\n </div>\n}\n", styles: [".ngx-slider-inner-tooltip{height:100%}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2190
2161
  }
2191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: TooltipWrapperComponent, decorators: [{
2162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TooltipWrapperComponent, decorators: [{
2192
2163
  type: Component,
2193
2164
  args: [{ selector: 'ngx-slider-tooltip-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, imports: [NgTemplateOutlet], template: "@if (template) {\n <ng-template\n *ngTemplateOutlet=\"template; context: { tooltip: tooltip, placement: placement, content: content }\"\n ></ng-template>\n} @else {\n <div class=\"ngx-slider-inner-tooltip\" [attr.title]=\"tooltip\" [attr.data-tooltip-placement]=\"placement\">\n {{ content }}\n </div>\n}\n", styles: [".ngx-slider-inner-tooltip{height:100%}\n"] }]
2194
2165
  }], propDecorators: { template: [{
@@ -2439,7 +2410,7 @@ class SliderComponent {
2439
2410
  this.viewOptions.ariaLabel = ariaLabel;
2440
2411
  this.updateAriaLabel();
2441
2412
  }
2442
- onResize(event) {
2413
+ onResize() {
2443
2414
  this.calculateViewDimensionsAndDetectChanges();
2444
2415
  }
2445
2416
  subscribeInputModelChangeSubject() {
@@ -4096,10 +4067,10 @@ class SliderComponent {
4096
4067
  }
4097
4068
  return changeContext;
4098
4069
  }
4099
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
4100
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: SliderComponent, isStandalone: true, selector: "ngx-slider", inputs: { value: "value", highValue: "highValue", options: "options", manualRefresh: "manualRefresh", triggerFocus: "triggerFocus" }, outputs: { valueChange: "valueChange", highValueChange: "highValueChange", userChangeStart: "userChangeStart", userChange: "userChange", userChangeEnd: "userChangeEnd" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.class", "class.vertical": "this.sliderElementVerticalClass", "class.animate": "this.sliderElementAnimateClass", "class.with-legend": "this.sliderElementWithLegendClass", "attr.disabled": "this.sliderElementDisabledAttr", "attr.aria-label": "this.sliderElementAriaLabel" } }, providers: [NGX_SLIDER_CONTROL_VALUE_ACCESSOR], queries: [{ propertyName: "tooltipTemplate", first: true, predicate: ["tooltipTemplate"], descendants: true }], viewQueries: [{ propertyName: "leftOuterSelectionBarElement", first: true, predicate: ["leftOuterSelectionBar"], descendants: true, read: SliderElementDirective }, { propertyName: "rightOuterSelectionBarElement", first: true, predicate: ["rightOuterSelectionBar"], descendants: true, read: SliderElementDirective }, { propertyName: "fullBarElement", first: true, predicate: ["fullBar"], descendants: true, read: SliderElementDirective }, { propertyName: "selectionBarElement", first: true, predicate: ["selectionBar"], descendants: true, read: SliderElementDirective }, { propertyName: "minHandleElement", first: true, predicate: ["minHandle"], descendants: true, read: SliderHandleDirective }, { propertyName: "maxHandleElement", first: true, predicate: ["maxHandle"], descendants: true, read: SliderHandleDirective }, { propertyName: "floorLabelElement", first: true, predicate: ["floorLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "ceilLabelElement", first: true, predicate: ["ceilLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "minHandleLabelElement", first: true, predicate: ["minHandleLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "maxHandleLabelElement", first: true, predicate: ["maxHandleLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "combinedLabelElement", first: true, predicate: ["combinedLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "ticksElement", first: true, predicate: ["ticksElement"], descendants: true, read: SliderElementDirective }], usesOnChanges: true, ngImport: i0, template: "<!-- // 0 Left selection bar outside two handles -->\n<span\n ngxSliderElement\n #leftOuterSelectionBar\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-left-out-selection\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 1 Right selection bar outside two handles -->\n<span\n ngxSliderElement\n #rightOuterSelectionBar\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-right-out-selection\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 2 The whole slider bar -->\n<span\n ngxSliderElement\n #fullBar\n [class.ngx-slider-transparent]=\"fullBarTransparentClass\"\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-full-bar\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 3 Selection bar between two handles -->\n<span\n ngxSliderElement\n #selectionBar\n [class.ngx-slider-draggable]=\"selectionBarDraggableClass\"\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-selection-bar\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar ngx-slider-selection\" [ngStyle]=\"barStyle\"></span>\n</span>\n<!-- // 4 Low slider handle -->\n<span\n ngxSliderHandle\n #minHandle\n class=\"ngx-slider-span ngx-slider-pointer ngx-slider-pointer-min\"\n [ngStyle]=\"minPointerStyle\"\n></span>\n<!-- // 5 High slider handle -->\n<span\n ngxSliderHandle\n #maxHandle\n [style.display]=\"range ? 'inherit' : 'none'\"\n class=\"ngx-slider-span ngx-slider-pointer ngx-slider-pointer-max\"\n [ngStyle]=\"maxPointerStyle\"\n></span>\n<!-- // 6 Floor label -->\n<span ngxSliderLabel #floorLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-limit ngx-slider-floor\"></span>\n<!-- // 7 Ceiling label -->\n<span ngxSliderLabel #ceilLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-limit ngx-slider-ceil\"></span>\n<!-- // 8 Label above the low slider handle -->\n<span ngxSliderLabel #minHandleLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-model-value\"></span>\n<!-- // 9 Label above the high slider handle -->\n<span ngxSliderLabel #maxHandleLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-model-high\"></span>\n<!-- // 10 Combined range label when the slider handles are close ex. 15 - 17 -->\n<span ngxSliderLabel #combinedLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-combined\"></span>\n<!-- // 11 The ticks -->\n<span\n ngxSliderElement\n #ticksElement\n [hidden]=\"!showTicks\"\n [class.ngx-slider-ticks-values-under]=\"ticksUnderValuesClass\"\n class=\"ngx-slider-ticks\"\n>\n @for (t of ticks; track t) {\n <span class=\"ngx-slider-tick\" [ngClass]=\"{ 'ngx-slider-selected': t.selected }\" [ngStyle]=\"t.style\">\n <ngx-slider-tooltip-wrapper\n [template]=\"tooltipTemplate\"\n [tooltip]=\"t.tooltip\"\n [placement]=\"t.tooltipPlacement\"\n ></ngx-slider-tooltip-wrapper>\n @if (t.value !== null) {\n <ngx-slider-tooltip-wrapper\n class=\"ngx-slider-span ngx-slider-tick-value\"\n [template]=\"tooltipTemplate\"\n [tooltip]=\"t.valueTooltip\"\n [placement]=\"t.valueTooltipPlacement\"\n [content]=\"t.value\"\n ></ngx-slider-tooltip-wrapper>\n }\n @if (t.legend !== null) {\n <span class=\"ngx-slider-span ngx-slider-tick-legend\" [innerHTML]=\"t.legend\"></span>\n }\n </span>\n }\n</span>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: TooltipWrapperComponent, selector: "ngx-slider-tooltip-wrapper", inputs: ["template", "tooltip", "placement", "content"] }, { kind: "directive", type: SliderLabelDirective, selector: "[ngxSliderLabel]" }, { kind: "directive", type: SliderHandleDirective, selector: "[ngxSliderHandle]" }, { kind: "directive", type: SliderElementDirective, selector: "[ngxSliderElement]" }] }); }
4070
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
4071
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: SliderComponent, isStandalone: true, selector: "ngx-slider", inputs: { value: "value", highValue: "highValue", options: "options", manualRefresh: "manualRefresh", triggerFocus: "triggerFocus" }, outputs: { valueChange: "valueChange", highValueChange: "highValueChange", userChangeStart: "userChangeStart", userChange: "userChange", userChangeEnd: "userChangeEnd" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.class", "class.vertical": "this.sliderElementVerticalClass", "class.animate": "this.sliderElementAnimateClass", "class.with-legend": "this.sliderElementWithLegendClass", "attr.disabled": "this.sliderElementDisabledAttr", "attr.aria-label": "this.sliderElementAriaLabel" } }, providers: [NGX_SLIDER_CONTROL_VALUE_ACCESSOR], queries: [{ propertyName: "tooltipTemplate", first: true, predicate: ["tooltipTemplate"], descendants: true }], viewQueries: [{ propertyName: "leftOuterSelectionBarElement", first: true, predicate: ["leftOuterSelectionBar"], descendants: true, read: SliderElementDirective }, { propertyName: "rightOuterSelectionBarElement", first: true, predicate: ["rightOuterSelectionBar"], descendants: true, read: SliderElementDirective }, { propertyName: "fullBarElement", first: true, predicate: ["fullBar"], descendants: true, read: SliderElementDirective }, { propertyName: "selectionBarElement", first: true, predicate: ["selectionBar"], descendants: true, read: SliderElementDirective }, { propertyName: "minHandleElement", first: true, predicate: ["minHandle"], descendants: true, read: SliderHandleDirective }, { propertyName: "maxHandleElement", first: true, predicate: ["maxHandle"], descendants: true, read: SliderHandleDirective }, { propertyName: "floorLabelElement", first: true, predicate: ["floorLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "ceilLabelElement", first: true, predicate: ["ceilLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "minHandleLabelElement", first: true, predicate: ["minHandleLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "maxHandleLabelElement", first: true, predicate: ["maxHandleLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "combinedLabelElement", first: true, predicate: ["combinedLabel"], descendants: true, read: SliderLabelDirective }, { propertyName: "ticksElement", first: true, predicate: ["ticksElement"], descendants: true, read: SliderElementDirective }], usesOnChanges: true, ngImport: i0, template: "<!-- // 0 Left selection bar outside two handles -->\n<span\n ngxSliderElement\n #leftOuterSelectionBar\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-left-out-selection\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 1 Right selection bar outside two handles -->\n<span\n ngxSliderElement\n #rightOuterSelectionBar\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-right-out-selection\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 2 The whole slider bar -->\n<span\n ngxSliderElement\n #fullBar\n [class.ngx-slider-transparent]=\"fullBarTransparentClass\"\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-full-bar\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 3 Selection bar between two handles -->\n<span\n ngxSliderElement\n #selectionBar\n [class.ngx-slider-draggable]=\"selectionBarDraggableClass\"\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-selection-bar\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar ngx-slider-selection\" [ngStyle]=\"barStyle\"></span>\n</span>\n<!-- // 4 Low slider handle -->\n<span\n ngxSliderHandle\n #minHandle\n class=\"ngx-slider-span ngx-slider-pointer ngx-slider-pointer-min\"\n [ngStyle]=\"minPointerStyle\"\n></span>\n<!-- // 5 High slider handle -->\n<span\n ngxSliderHandle\n #maxHandle\n [style.display]=\"range ? 'inherit' : 'none'\"\n class=\"ngx-slider-span ngx-slider-pointer ngx-slider-pointer-max\"\n [ngStyle]=\"maxPointerStyle\"\n></span>\n<!-- // 6 Floor label -->\n<span ngxSliderLabel #floorLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-limit ngx-slider-floor\"></span>\n<!-- // 7 Ceiling label -->\n<span ngxSliderLabel #ceilLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-limit ngx-slider-ceil\"></span>\n<!-- // 8 Label above the low slider handle -->\n<span ngxSliderLabel #minHandleLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-model-value\"></span>\n<!-- // 9 Label above the high slider handle -->\n<span ngxSliderLabel #maxHandleLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-model-high\"></span>\n<!-- // 10 Combined range label when the slider handles are close ex. 15 - 17 -->\n<span ngxSliderLabel #combinedLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-combined\"></span>\n<!-- // 11 The ticks -->\n<span\n ngxSliderElement\n #ticksElement\n [hidden]=\"!showTicks\"\n [class.ngx-slider-ticks-values-under]=\"ticksUnderValuesClass\"\n class=\"ngx-slider-ticks\"\n>\n @for (t of ticks; track t) {\n <span class=\"ngx-slider-tick\" [ngClass]=\"{ 'ngx-slider-selected': t.selected }\" [ngStyle]=\"t.style\">\n <ngx-slider-tooltip-wrapper\n [template]=\"tooltipTemplate\"\n [tooltip]=\"t.tooltip\"\n [placement]=\"t.tooltipPlacement\"\n ></ngx-slider-tooltip-wrapper>\n @if (t.value !== null) {\n <ngx-slider-tooltip-wrapper\n class=\"ngx-slider-span ngx-slider-tick-value\"\n [template]=\"tooltipTemplate\"\n [tooltip]=\"t.valueTooltip\"\n [placement]=\"t.valueTooltipPlacement\"\n [content]=\"t.value\"\n ></ngx-slider-tooltip-wrapper>\n }\n @if (t.legend !== null) {\n <span class=\"ngx-slider-span ngx-slider-tick-legend\" [innerHTML]=\"t.legend\"></span>\n }\n </span>\n }\n</span>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: TooltipWrapperComponent, selector: "ngx-slider-tooltip-wrapper", inputs: ["template", "tooltip", "placement", "content"] }, { kind: "directive", type: SliderLabelDirective, selector: "[ngxSliderLabel]" }, { kind: "directive", type: SliderHandleDirective, selector: "[ngxSliderHandle]" }, { kind: "directive", type: SliderElementDirective, selector: "[ngxSliderElement]" }] }); }
4101
4072
  }
4102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: SliderComponent, decorators: [{
4073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SliderComponent, decorators: [{
4103
4074
  type: Component,
4104
4075
  args: [{ selector: 'ngx-slider', providers: [NGX_SLIDER_CONTROL_VALUE_ACCESSOR], imports: [CommonModule, TooltipWrapperComponent, SliderLabelDirective, SliderHandleDirective, SliderElementDirective], template: "<!-- // 0 Left selection bar outside two handles -->\n<span\n ngxSliderElement\n #leftOuterSelectionBar\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-left-out-selection\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 1 Right selection bar outside two handles -->\n<span\n ngxSliderElement\n #rightOuterSelectionBar\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-right-out-selection\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 2 The whole slider bar -->\n<span\n ngxSliderElement\n #fullBar\n [class.ngx-slider-transparent]=\"fullBarTransparentClass\"\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-full-bar\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar\"></span>\n</span>\n<!-- // 3 Selection bar between two handles -->\n<span\n ngxSliderElement\n #selectionBar\n [class.ngx-slider-draggable]=\"selectionBarDraggableClass\"\n class=\"ngx-slider-span ngx-slider-bar-wrapper ngx-slider-selection-bar\"\n>\n <span class=\"ngx-slider-span ngx-slider-bar ngx-slider-selection\" [ngStyle]=\"barStyle\"></span>\n</span>\n<!-- // 4 Low slider handle -->\n<span\n ngxSliderHandle\n #minHandle\n class=\"ngx-slider-span ngx-slider-pointer ngx-slider-pointer-min\"\n [ngStyle]=\"minPointerStyle\"\n></span>\n<!-- // 5 High slider handle -->\n<span\n ngxSliderHandle\n #maxHandle\n [style.display]=\"range ? 'inherit' : 'none'\"\n class=\"ngx-slider-span ngx-slider-pointer ngx-slider-pointer-max\"\n [ngStyle]=\"maxPointerStyle\"\n></span>\n<!-- // 6 Floor label -->\n<span ngxSliderLabel #floorLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-limit ngx-slider-floor\"></span>\n<!-- // 7 Ceiling label -->\n<span ngxSliderLabel #ceilLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-limit ngx-slider-ceil\"></span>\n<!-- // 8 Label above the low slider handle -->\n<span ngxSliderLabel #minHandleLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-model-value\"></span>\n<!-- // 9 Label above the high slider handle -->\n<span ngxSliderLabel #maxHandleLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-model-high\"></span>\n<!-- // 10 Combined range label when the slider handles are close ex. 15 - 17 -->\n<span ngxSliderLabel #combinedLabel class=\"ngx-slider-span ngx-slider-bubble ngx-slider-combined\"></span>\n<!-- // 11 The ticks -->\n<span\n ngxSliderElement\n #ticksElement\n [hidden]=\"!showTicks\"\n [class.ngx-slider-ticks-values-under]=\"ticksUnderValuesClass\"\n class=\"ngx-slider-ticks\"\n>\n @for (t of ticks; track t) {\n <span class=\"ngx-slider-tick\" [ngClass]=\"{ 'ngx-slider-selected': t.selected }\" [ngStyle]=\"t.style\">\n <ngx-slider-tooltip-wrapper\n [template]=\"tooltipTemplate\"\n [tooltip]=\"t.tooltip\"\n [placement]=\"t.tooltipPlacement\"\n ></ngx-slider-tooltip-wrapper>\n @if (t.value !== null) {\n <ngx-slider-tooltip-wrapper\n class=\"ngx-slider-span ngx-slider-tick-value\"\n [template]=\"tooltipTemplate\"\n [tooltip]=\"t.valueTooltip\"\n [placement]=\"t.valueTooltipPlacement\"\n [content]=\"t.value\"\n ></ngx-slider-tooltip-wrapper>\n }\n @if (t.legend !== null) {\n <span class=\"ngx-slider-span ngx-slider-tick-legend\" [innerHTML]=\"t.legend\"></span>\n }\n </span>\n }\n</span>\n" }]
4105
4076
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }], propDecorators: { class: [{
@@ -4189,16 +4160,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
4189
4160
  * Use {@link https://design-factory.amadeus.net/components/slider/agnosui AgnosUI Slider} instead.
4190
4161
  */
4191
4162
  class DfSliderModule {
4192
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4193
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfSliderModule, imports: [SliderComponent,
4163
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4164
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfSliderModule, imports: [SliderComponent,
4194
4165
  SliderElementDirective,
4195
4166
  SliderHandleDirective,
4196
4167
  SliderLabelDirective,
4197
4168
  TooltipWrapperComponent,
4198
4169
  DfSliderDirectionDirective], exports: [DfSliderDirectionDirective, SliderComponent] }); }
4199
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSliderModule, imports: [SliderComponent] }); }
4170
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSliderModule, imports: [SliderComponent] }); }
4200
4171
  }
4201
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSliderModule, decorators: [{
4172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSliderModule, decorators: [{
4202
4173
  type: NgModule,
4203
4174
  args: [{
4204
4175
  imports: [
@@ -4228,10 +4199,10 @@ class DfSideNavConfig {
4228
4199
  this.isAppOverlay = false;
4229
4200
  this.isAppOverlayMode = true;
4230
4201
  }
4231
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4232
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavConfig, providedIn: 'root' }); }
4202
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4203
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavConfig, providedIn: 'root' }); }
4233
4204
  }
4234
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavConfig, decorators: [{
4205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavConfig, decorators: [{
4235
4206
  type: Injectable,
4236
4207
  args: [{ providedIn: 'root' }]
4237
4208
  }] });
@@ -4538,10 +4509,10 @@ class DfSideNavService {
4538
4509
  updateOverLay() {
4539
4510
  this._isAppOverlay$.next(this.isAppOverlayMode && this._isCollapsed$.value === false);
4540
4511
  }
4541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4542
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavService, providedIn: 'root' }); }
4512
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4513
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavService, providedIn: 'root' }); }
4543
4514
  }
4544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavService, decorators: [{
4515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavService, decorators: [{
4545
4516
  type: Injectable,
4546
4517
  args: [{
4547
4518
  providedIn: 'root'
@@ -4559,8 +4530,8 @@ const environment = {
4559
4530
  * @param zone Angular Zone element
4560
4531
  */
4561
4532
  function runInZone(zone) {
4562
- return source => {
4563
- return new Observable(observer => {
4533
+ return (source) => {
4534
+ return new Observable((observer) => {
4564
4535
  const onNext = (value) => zone.run(() => observer.next(value));
4565
4536
  const onError = (e) => zone.run(() => observer.error(e));
4566
4537
  const onComplete = () => zone.run(() => observer.complete());
@@ -4670,10 +4641,10 @@ class DfSideNavCollapseConfig {
4670
4641
  set animation(animation) {
4671
4642
  this._animation = animation;
4672
4643
  }
4673
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4674
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseConfig, providedIn: 'root' }); }
4644
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4645
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseConfig, providedIn: 'root' }); }
4675
4646
  }
4676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseConfig, decorators: [{
4647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseConfig, decorators: [{
4677
4648
  type: Injectable,
4678
4649
  args: [{ providedIn: 'root' }]
4679
4650
  }] });
@@ -4700,10 +4671,10 @@ class DfSideNavCollapseService {
4700
4671
  setAnimation(on) {
4701
4672
  this._sideNavAnimation$.next(on);
4702
4673
  }
4703
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4704
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseService, providedIn: 'root' }); }
4674
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4675
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseService, providedIn: 'root' }); }
4705
4676
  }
4706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseService, decorators: [{
4677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseService, decorators: [{
4707
4678
  type: Injectable,
4708
4679
  args: [{
4709
4680
  providedIn: 'root'
@@ -4790,9 +4761,9 @@ class DfSideNavCollapseDirective {
4790
4761
  /**
4791
4762
  * If `true`, will collapse the element or show it otherwise.
4792
4763
  */
4793
- this.dfSideNavCollapse = input.required();
4794
- this.collapsed = signal(false);
4795
- this.minimized = input(false);
4764
+ this.dfSideNavCollapse = input.required(...(ngDevMode ? [{ debugName: "dfSideNavCollapse" }] : []));
4765
+ this.collapsed = signal(false, ...(ngDevMode ? [{ debugName: "collapsed" }] : []));
4766
+ this.minimized = input(false, ...(ngDevMode ? [{ debugName: "minimized" }] : []));
4796
4767
  this.dfSideNavCollapseChange = output();
4797
4768
  /**
4798
4769
  * An event emitted when the collapse element is shown, after the transition. It has no payload.
@@ -4863,20 +4834,20 @@ class DfSideNavCollapseDirective {
4863
4834
  }
4864
4835
  });
4865
4836
  }
4866
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4867
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfSideNavCollapseDirective, isStandalone: true, selector: "[dfSideNavCollapse]", inputs: { dfSideNavCollapse: { classPropertyName: "dfSideNavCollapse", publicName: "dfSideNavCollapse", isSignal: true, isRequired: true, transformFunction: null }, minimized: { classPropertyName: "minimized", publicName: "minimized", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dfSideNavCollapseChange: "dfSideNavCollapseChange", shown: "shown", hidden: "hidden" }, exportAs: ["dfSideNavCollapse"], ngImport: i0 }); }
4837
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4838
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfSideNavCollapseDirective, isStandalone: true, selector: "[dfSideNavCollapse]", inputs: { dfSideNavCollapse: { classPropertyName: "dfSideNavCollapse", publicName: "dfSideNavCollapse", isSignal: true, isRequired: true, transformFunction: null }, minimized: { classPropertyName: "minimized", publicName: "minimized", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dfSideNavCollapseChange: "dfSideNavCollapseChange", shown: "shown", hidden: "hidden" }, exportAs: ["dfSideNavCollapse"], ngImport: i0 }); }
4868
4839
  }
4869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseDirective, decorators: [{
4840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseDirective, decorators: [{
4870
4841
  type: Directive,
4871
4842
  args: [{ selector: '[dfSideNavCollapse]', exportAs: 'dfSideNavCollapse' }]
4872
4843
  }], ctorParameters: () => [] });
4873
4844
 
4874
4845
  class DfSideNavCollapseModule {
4875
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4876
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseModule, imports: [DfSideNavCollapseDirective], exports: [DfSideNavCollapseDirective] }); }
4877
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseModule }); }
4846
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4847
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseModule, imports: [DfSideNavCollapseDirective], exports: [DfSideNavCollapseDirective] }); }
4848
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseModule }); }
4878
4849
  }
4879
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavCollapseModule, decorators: [{
4850
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavCollapseModule, decorators: [{
4880
4851
  type: NgModule,
4881
4852
  args: [{
4882
4853
  imports: [DfSideNavCollapseDirective],
@@ -4897,10 +4868,10 @@ class DfManageSideNavDirective {
4897
4868
  this.renderer.removeClass(this.element.nativeElement, 'df-sidenav-list-withactivated');
4898
4869
  }
4899
4870
  }
4900
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageSideNavDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4901
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfManageSideNavDirective, isStandalone: true, selector: "[dfManageSideNav]", ngImport: i0 }); }
4871
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageSideNavDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4872
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfManageSideNavDirective, isStandalone: true, selector: "[dfManageSideNav]", ngImport: i0 }); }
4902
4873
  }
4903
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageSideNavDirective, decorators: [{
4874
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageSideNavDirective, decorators: [{
4904
4875
  type: Directive,
4905
4876
  args: [{
4906
4877
  selector: '[dfManageSideNav]'
@@ -4929,10 +4900,10 @@ class DfOverflowService {
4929
4900
  hasOverflowY(element) {
4930
4901
  return element.offsetHeight < element.scrollHeight;
4931
4902
  }
4932
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfOverflowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4933
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfOverflowService, providedIn: 'root' }); }
4903
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfOverflowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4904
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfOverflowService, providedIn: 'root' }); }
4934
4905
  }
4935
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfOverflowService, decorators: [{
4906
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfOverflowService, decorators: [{
4936
4907
  type: Injectable,
4937
4908
  args: [{
4938
4909
  providedIn: 'root'
@@ -4963,10 +4934,10 @@ class DfTitleTruncateDirective {
4963
4934
  nativeElement.removeAttribute(titleAttributeName);
4964
4935
  }
4965
4936
  }
4966
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTitleTruncateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4967
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfTitleTruncateDirective, isStandalone: true, selector: "[dfTitleTruncate]", exportAs: ["dfTitleTruncate"], ngImport: i0 }); }
4937
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTitleTruncateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4938
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfTitleTruncateDirective, isStandalone: true, selector: "[dfTitleTruncate]", exportAs: ["dfTitleTruncate"], ngImport: i0 }); }
4968
4939
  }
4969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTitleTruncateDirective, decorators: [{
4940
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTitleTruncateDirective, decorators: [{
4970
4941
  type: Directive,
4971
4942
  args: [{
4972
4943
  exportAs: 'dfTitleTruncate',
@@ -4988,11 +4959,11 @@ let uniqueId = 0;
4988
4959
  // eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
4989
4960
  class DfSideNavListComponent {
4990
4961
  constructor() {
4991
- this.items = input.required();
4992
- this.tplIcon = input();
4993
- this.tplItem = input();
4994
- this.currentItem = input();
4995
- this.id = input();
4962
+ this.items = input.required(...(ngDevMode ? [{ debugName: "items" }] : []));
4963
+ this.tplIcon = input(...(ngDevMode ? [undefined, { debugName: "tplIcon" }] : []));
4964
+ this.tplItem = input(...(ngDevMode ? [undefined, { debugName: "tplItem" }] : []));
4965
+ this.currentItem = input(...(ngDevMode ? [undefined, { debugName: "currentItem" }] : []));
4966
+ this.id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
4996
4967
  this.controlledUniqueId = this.getControlledUniqueId();
4997
4968
  this.sideNavService = inject(DfSideNavService);
4998
4969
  }
@@ -5000,10 +4971,10 @@ class DfSideNavListComponent {
5000
4971
  uniqueId++;
5001
4972
  return `df-sidenav-id-${uniqueId};`;
5002
4973
  }
5003
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5004
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: DfSideNavListComponent, isStandalone: true, selector: "df-sidenavlist", inputs: { items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: true, transformFunction: null }, tplIcon: { classPropertyName: "tplIcon", publicName: "tplIcon", isSignal: true, isRequired: false, transformFunction: null }, tplItem: { classPropertyName: "tplItem", publicName: "tplItem", isSignal: true, isRequired: false, transformFunction: null }, currentItem: { classPropertyName: "currentItem", publicName: "currentItem", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<ul class=\"df-sidenav-list\" [ngbCollapse]=\"currentItem()?.isCollapsed ?? false\" [attr.id]=\"id()\">\n @for (item of items(); track item; let i = $index) {\n <li [class]=\"item.class\" dfManageSideNav>\n <ng-template #dfSideNavItemContent>\n @let tIcon = tplIcon();\n @if (tIcon && item.icon) {\n <ng-template\n [ngTemplateOutlet]=\"tIcon.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\"\n ></ng-template>\n } @else if (item.icon) {\n <span aria-hidden=\"true\" class=\"{{ item.icon }} df-sidenav-icon me-3\"></span>\n }\n <span class=\"flex-grow-1 text-nowrap\" dfTitleTruncate>{{ item.title }}</span>\n </ng-template>\n @switch (item.type) {\n @case (sideNavService.type.subMenus) {\n <ng-template #subMenus>\n <button\n class=\"df-sidenav-item d-flex align-items-center\"\n (click)=\"sideNavService.toggle(item)\"\n type=\"button\"\n [attr.aria-expanded]=\"!item.isCollapsed\"\n [attr.aria-controls]=\"'sidenavControl' + controlledUniqueId.toString() + '-' + i\"\n [class.df-sidenav-item-withicon]=\"item.icon\"\n >\n @let tIcon = tplIcon();\n @if (tIcon && item.icon) {\n <ng-template\n [ngTemplateOutlet]=\"tIcon.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\"\n ></ng-template>\n } @else if (item.icon) {\n <span aria-hidden=\"true\" class=\"{{ item.icon }} df-sidenav-icon me-3\"></span>\n }\n <span class=\"flex-grow-1 text-nowrap\" dfTitleTruncate>{{ item.title }}</span>\n <span\n class=\"ms-3 df-sidenav-collapse-icon fa-light\"\n [class.fa-chevron-down]=\"item.isCollapsed\"\n [class.fa-chevron-up]=\"!item.isCollapsed\"\n ></span>\n <!-- put the chevron as icon directly in the menu -->\n <!-- todo the icon and the minimized -->\n </button>\n <!-- we don't pass the icons as they are not suppose to have ones ??-->\n <df-sidenavlist\n [items]=\"item.subMenus ?? []\"\n [tplItem]=\"tplItem()\"\n [currentItem]=\"item\"\n [id]=\"'sidenavControl' + controlledUniqueId.toString() + '-' + i\"\n ></df-sidenavlist>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"subMenus\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"subMenus\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.actionButton) {\n <ng-template #dfSideNavItemButton>\n <button\n class=\"df-sidenav-item d-flex align-items-center flex-nowrap\"\n (click)=\"sideNavService.activeItem(item)\"\n [class.active]=\"item.isActive\"\n >\n <ng-container *ngTemplateOutlet=\"dfSideNavItemContent\"></ng-container>\n </button>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfSideNavItemButton\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfSideNavItemButton\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.routerLink) {\n <ng-template #dfRouterTemplate>\n <a\n class=\"df-sidenav-item d-flex align-items-center flex-nowrap\"\n routerLinkActive=\"active\"\n routerLink=\"{{ item.value }}\"\n ariaCurrentWhenActive=\"page\"\n >\n <ng-container *ngTemplateOutlet=\"dfSideNavItemContent\"></ng-container>\n </a>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfRouterTemplate\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfRouterTemplate\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.separator) {\n <ng-template #dfSeparatorTmp>\n <hr class=\"spacing-01\" />\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfSeparatorTmp\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfSeparatorTmp\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.template) {\n @let tItem = tplItem();\n @if (tItem) {\n <ng-template\n [ngTemplateOutlet]=\"tItem.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\"\n ></ng-template>\n }\n }\n @case (sideNavService.type.title) {\n <ng-template #dfTitleTmp>\n <div class=\"df-sidenav-item df-sidenav-title d-flex align-items-center flex-grow-1\">\n <span class=\"text-nowrap text-uppercase text-muted\" dfTitleTruncate>{{ item.title }}</span>\n </div>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfTitleTmp\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfTitleTmp\"></ng-container>\n </ng-container>\n }\n }\n @default {\n <ng-template #dfLinkDefaultTmp>\n <a\n class=\"df-sidenav-item d-flex align-items-center flex-nowrap\"\n href=\"{{ item.value }}\"\n [class.active]=\"item.isActive && item.type === sideNavService.type.link\"\n [attr.target]=\"item.type === sideNavService.type.externalLink ? '_blank' : ''\"\n >\n <ng-container *ngTemplateOutlet=\"dfSideNavItemContent\"></ng-container>\n </a>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfLinkDefaultTmp\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfLinkDefaultTmp\"></ng-container>\n </ng-container>\n }\n }\n }\n </li>\n }\n</ul>\n", dependencies: [{ kind: "component", type: DfSideNavListComponent, selector: "df-sidenavlist", inputs: ["items", "tplIcon", "tplItem", "currentItem", "id"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: NgbCollapseModule }, { kind: "directive", type: i1$1.NgbCollapse, selector: "[ngbCollapse]", inputs: ["animation", "ngbCollapse", "horizontal"], outputs: ["ngbCollapseChange", "shown", "hidden"], exportAs: ["ngbCollapse"] }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i2.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "ngmodule", type: DfMediaModule }, { kind: "directive", type: DfIfMediaDirective, selector: "[dfIfMedia]", inputs: ["dfIfMedia"] }, { kind: "ngmodule", type: DfSideNavCollapseModule }, { kind: "directive", type: DfManageSideNavDirective, selector: "[dfManageSideNav]" }, { kind: "directive", type: DfTitleTruncateDirective, selector: "[dfTitleTruncate]", exportAs: ["dfTitleTruncate"] }] }); }
4974
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4975
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: DfSideNavListComponent, isStandalone: true, selector: "df-sidenavlist", inputs: { items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: true, transformFunction: null }, tplIcon: { classPropertyName: "tplIcon", publicName: "tplIcon", isSignal: true, isRequired: false, transformFunction: null }, tplItem: { classPropertyName: "tplItem", publicName: "tplItem", isSignal: true, isRequired: false, transformFunction: null }, currentItem: { classPropertyName: "currentItem", publicName: "currentItem", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<ul class=\"df-sidenav-list\" [ngbCollapse]=\"currentItem()?.isCollapsed ?? false\" [attr.id]=\"id()\">\n @for (item of items(); track item; let i = $index) {\n <li [class]=\"item.class\" dfManageSideNav>\n <ng-template #dfSideNavItemContent>\n @let tIcon = tplIcon();\n @if (tIcon && item.icon) {\n <ng-template\n [ngTemplateOutlet]=\"tIcon.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\"\n ></ng-template>\n } @else if (item.icon) {\n <span aria-hidden=\"true\" class=\"{{ item.icon }} df-sidenav-icon me-3\"></span>\n }\n <span class=\"flex-grow-1 text-nowrap\" dfTitleTruncate>{{ item.title }}</span>\n </ng-template>\n @switch (item.type) {\n @case (sideNavService.type.subMenus) {\n <ng-template #subMenus>\n <button\n class=\"df-sidenav-item d-flex align-items-center\"\n (click)=\"sideNavService.toggle(item)\"\n type=\"button\"\n [attr.aria-expanded]=\"!item.isCollapsed\"\n [attr.aria-controls]=\"'sidenavControl' + controlledUniqueId.toString() + '-' + i\"\n [class.df-sidenav-item-withicon]=\"item.icon\"\n >\n @let tIcon = tplIcon();\n @if (tIcon && item.icon) {\n <ng-template\n [ngTemplateOutlet]=\"tIcon.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\"\n ></ng-template>\n } @else if (item.icon) {\n <span aria-hidden=\"true\" class=\"{{ item.icon }} df-sidenav-icon me-3\"></span>\n }\n <span class=\"flex-grow-1 text-nowrap\" dfTitleTruncate>{{ item.title }}</span>\n <span\n class=\"ms-3 df-sidenav-collapse-icon fa-light\"\n [class.fa-chevron-down]=\"item.isCollapsed\"\n [class.fa-chevron-up]=\"!item.isCollapsed\"\n ></span>\n <!-- put the chevron as icon directly in the menu -->\n <!-- todo the icon and the minimized -->\n </button>\n <!-- we don't pass the icons as they are not suppose to have ones ??-->\n <df-sidenavlist\n [items]=\"item.subMenus ?? []\"\n [tplItem]=\"tplItem()\"\n [currentItem]=\"item\"\n [id]=\"'sidenavControl' + controlledUniqueId.toString() + '-' + i\"\n ></df-sidenavlist>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"subMenus\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"subMenus\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.actionButton) {\n <ng-template #dfSideNavItemButton>\n <button\n class=\"df-sidenav-item d-flex align-items-center flex-nowrap\"\n (click)=\"sideNavService.activeItem(item)\"\n [class.active]=\"item.isActive\"\n >\n <ng-container *ngTemplateOutlet=\"dfSideNavItemContent\"></ng-container>\n </button>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfSideNavItemButton\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfSideNavItemButton\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.routerLink) {\n <ng-template #dfRouterTemplate>\n <a\n class=\"df-sidenav-item d-flex align-items-center flex-nowrap\"\n routerLinkActive=\"active\"\n routerLink=\"{{ item.value }}\"\n ariaCurrentWhenActive=\"page\"\n >\n <ng-container *ngTemplateOutlet=\"dfSideNavItemContent\"></ng-container>\n </a>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfRouterTemplate\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfRouterTemplate\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.separator) {\n <ng-template #dfSeparatorTmp>\n <hr class=\"spacing-01\" />\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfSeparatorTmp\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfSeparatorTmp\"></ng-container>\n </ng-container>\n }\n }\n @case (sideNavService.type.template) {\n @let tItem = tplItem();\n @if (tItem) {\n <ng-template\n [ngTemplateOutlet]=\"tItem.templateRef\"\n [ngTemplateOutletContext]=\"{ $implicit: item }\"\n ></ng-template>\n }\n }\n @case (sideNavService.type.title) {\n <ng-template #dfTitleTmp>\n <div class=\"df-sidenav-item df-sidenav-title d-flex align-items-center flex-grow-1\">\n <span class=\"text-nowrap text-uppercase text-muted\" dfTitleTruncate>{{ item.title }}</span>\n </div>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfTitleTmp\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfTitleTmp\"></ng-container>\n </ng-container>\n }\n }\n @default {\n <ng-template #dfLinkDefaultTmp>\n <a\n class=\"df-sidenav-item d-flex align-items-center flex-nowrap\"\n href=\"{{ item.value }}\"\n [class.active]=\"item.isActive && item.type === sideNavService.type.link\"\n [attr.target]=\"item.type === sideNavService.type.externalLink ? '_blank' : ''\"\n >\n <ng-container *ngTemplateOutlet=\"dfSideNavItemContent\"></ng-container>\n </a>\n </ng-template>\n @if (!item.breakpoints) {\n <ng-container *ngTemplateOutlet=\"dfLinkDefaultTmp\"></ng-container>\n } @else {\n <ng-container *dfIfMedia=\"item.breakpoints!\">\n <ng-container *ngTemplateOutlet=\"dfLinkDefaultTmp\"></ng-container>\n </ng-container>\n }\n }\n }\n </li>\n }\n</ul>\n", dependencies: [{ kind: "component", type: DfSideNavListComponent, selector: "df-sidenavlist", inputs: ["items", "tplIcon", "tplItem", "currentItem", "id"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: NgbCollapseModule }, { kind: "directive", type: i1$1.NgbCollapse, selector: "[ngbCollapse]", inputs: ["animation", "ngbCollapse", "horizontal"], outputs: ["ngbCollapseChange", "shown", "hidden"], exportAs: ["ngbCollapse"] }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i2.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "ngmodule", type: DfMediaModule }, { kind: "directive", type: DfIfMediaDirective, selector: "[dfIfMedia]", inputs: ["dfIfMedia"] }, { kind: "ngmodule", type: DfSideNavCollapseModule }, { kind: "directive", type: DfManageSideNavDirective, selector: "[dfManageSideNav]" }, { kind: "directive", type: DfTitleTruncateDirective, selector: "[dfTitleTruncate]", exportAs: ["dfTitleTruncate"] }] }); }
5005
4976
  }
5006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavListComponent, decorators: [{
4977
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavListComponent, decorators: [{
5007
4978
  type: Component,
5008
4979
  args: [{ selector: 'df-sidenavlist', imports: [
5009
4980
  NgTemplateOutlet,
@@ -5020,10 +4991,10 @@ class DfSideNavHeaderDirective {
5020
4991
  constructor() {
5021
4992
  this.templateRef = inject(TemplateRef);
5022
4993
  }
5023
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5024
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfSideNavHeaderDirective, isStandalone: true, selector: "ng-template[dfSideNavHeader]", ngImport: i0 }); }
4994
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4995
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfSideNavHeaderDirective, isStandalone: true, selector: "ng-template[dfSideNavHeader]", ngImport: i0 }); }
5025
4996
  }
5026
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavHeaderDirective, decorators: [{
4997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavHeaderDirective, decorators: [{
5027
4998
  type: Directive,
5028
4999
  args: [{ selector: 'ng-template[dfSideNavHeader]' }]
5029
5000
  }] });
@@ -5031,10 +5002,10 @@ class DfSideNavIconDirective {
5031
5002
  constructor() {
5032
5003
  this.templateRef = inject(TemplateRef);
5033
5004
  }
5034
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5035
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfSideNavIconDirective, isStandalone: true, selector: "ng-template[dfSideNavIcon]", ngImport: i0 }); }
5005
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5006
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfSideNavIconDirective, isStandalone: true, selector: "ng-template[dfSideNavIcon]", ngImport: i0 }); }
5036
5007
  }
5037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavIconDirective, decorators: [{
5008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavIconDirective, decorators: [{
5038
5009
  type: Directive,
5039
5010
  args: [{ selector: 'ng-template[dfSideNavIcon]' }]
5040
5011
  }] });
@@ -5042,10 +5013,10 @@ class DfSideNavItemDirective {
5042
5013
  constructor() {
5043
5014
  this.templateRef = inject(TemplateRef);
5044
5015
  }
5045
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5046
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfSideNavItemDirective, isStandalone: true, selector: "ng-template[dfSideNavItem]", ngImport: i0 }); }
5016
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5017
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfSideNavItemDirective, isStandalone: true, selector: "ng-template[dfSideNavItem]", ngImport: i0 }); }
5047
5018
  }
5048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavItemDirective, decorators: [{
5019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavItemDirective, decorators: [{
5049
5020
  type: Directive,
5050
5021
  args: [{ selector: 'ng-template[dfSideNavItem]' }]
5051
5022
  }] });
@@ -5060,11 +5031,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5060
5031
  */
5061
5032
  class DfSideNavComponent {
5062
5033
  constructor() {
5063
- this.tplHeader = contentChild(DfSideNavHeaderDirective);
5064
- this.tplIcon = contentChild(DfSideNavIconDirective);
5065
- this.tplItem = contentChild(DfSideNavItemDirective);
5066
- this.overlayClass = signal(false);
5067
- this.classes = computed(() => `df-sidenav-light d-flex flex-column flex-shrink-0${this.overlayClass() ? ' df-sidenav-menu-overlay' : ''}`);
5034
+ this.tplHeader = contentChild(DfSideNavHeaderDirective, ...(ngDevMode ? [{ debugName: "tplHeader" }] : []));
5035
+ this.tplIcon = contentChild(DfSideNavIconDirective, ...(ngDevMode ? [{ debugName: "tplIcon" }] : []));
5036
+ this.tplItem = contentChild(DfSideNavItemDirective, ...(ngDevMode ? [{ debugName: "tplItem" }] : []));
5037
+ this.overlayClass = signal(false, ...(ngDevMode ? [{ debugName: "overlayClass" }] : []));
5038
+ this.classes = computed(() => `df-sidenav-light d-flex flex-column flex-shrink-0${this.overlayClass() ? ' df-sidenav-menu-overlay' : ''}`, ...(ngDevMode ? [{ debugName: "classes" }] : []));
5068
5039
  this.sideNavService = inject(DfSideNavService);
5069
5040
  this.navItems = toSignal(this.sideNavService.sideNavItems$, {
5070
5041
  initialValue: [],
@@ -5078,74 +5049,16 @@ class DfSideNavComponent {
5078
5049
  ngOnDestroy() {
5079
5050
  this.sideNavService.removeSideBar();
5080
5051
  }
5081
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5082
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: DfSideNavComponent, isStandalone: true, selector: "df-sidenav", host: { properties: { "class": "classes()" } }, queries: [{ propertyName: "tplHeader", first: true, predicate: DfSideNavHeaderDirective, descendants: true, isSignal: true }, { propertyName: "tplIcon", first: true, predicate: DfSideNavIconDirective, descendants: true, isSignal: true }, { propertyName: "tplItem", first: true, predicate: DfSideNavItemDirective, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"df-scroll-content\">\n @if (tplHeader(); as tplHeader) {\n <ng-template [ngTemplateOutlet]=\"tplHeader.templateRef\"></ng-template>\n }\n <df-sidenavlist [items]=\"navItems()\" [tplIcon]=\"tplIcon()\" [tplItem]=\"tplItem()\" />\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DfSideNavListComponent, selector: "df-sidenavlist", inputs: ["items", "tplIcon", "tplItem", "currentItem", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5052
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5053
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: DfSideNavComponent, isStandalone: true, selector: "df-sidenav", host: { properties: { "class": "classes()" } }, queries: [{ propertyName: "tplHeader", first: true, predicate: DfSideNavHeaderDirective, descendants: true, isSignal: true }, { propertyName: "tplIcon", first: true, predicate: DfSideNavIconDirective, descendants: true, isSignal: true }, { propertyName: "tplItem", first: true, predicate: DfSideNavItemDirective, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"df-scroll-content\">\n @if (tplHeader(); as tplHeader) {\n <ng-template [ngTemplateOutlet]=\"tplHeader.templateRef\"></ng-template>\n }\n <df-sidenavlist [items]=\"navItems()\" [tplIcon]=\"tplIcon()\" [tplItem]=\"tplItem()\" />\n</div>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DfSideNavListComponent, selector: "df-sidenavlist", inputs: ["items", "tplIcon", "tplItem", "currentItem", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5083
5054
  }
5084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavComponent, decorators: [{
5055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavComponent, decorators: [{
5085
5056
  type: Component,
5086
5057
  args: [{ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'df-sidenav', imports: [CommonModule, DfSideNavListComponent], host: {
5087
5058
  '[class]': 'classes()'
5088
5059
  }, template: "<div class=\"df-scroll-content\">\n @if (tplHeader(); as tplHeader) {\n <ng-template [ngTemplateOutlet]=\"tplHeader.templateRef\"></ng-template>\n }\n <df-sidenavlist [items]=\"navItems()\" [tplIcon]=\"tplIcon()\" [tplItem]=\"tplItem()\" />\n</div>\n" }]
5089
5060
  }], ctorParameters: () => [] });
5090
5061
 
5091
- /**
5092
- * The directive to catch focusin event and put the focus at a defined position in the page
5093
- *
5094
- * @deprecated 19.1.0 use {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inert inert} instead
5095
- * @since 9.1.0
5096
- */
5097
- class DfExcludeTrapDirective {
5098
- constructor() {
5099
- this.subscription = new Subscription();
5100
- /**
5101
- * The CSS selector used to get the element to put the focus when catched
5102
- *
5103
- */
5104
- this.dfExcludeTrapSelector = input('');
5105
- /**
5106
- * The Observable to enable or disable the ExcludeTrap
5107
- * If `True` the excludeTrap will work
5108
- */
5109
- this.dfExcludeTrap = input.required();
5110
- this.zone = inject(NgZone);
5111
- this.element = inject(ElementRef);
5112
- }
5113
- init() {
5114
- this.subscription = fromEvent(this.element.nativeElement, 'focusin').subscribe(() => {
5115
- const el = document.querySelector(this.dfExcludeTrapSelector());
5116
- if (el) {
5117
- el.focus();
5118
- }
5119
- });
5120
- }
5121
- ngOnInit() {
5122
- this.zone.runOutsideAngular(() => {
5123
- this.subscriptionInput = this.dfExcludeTrap().subscribe((isPresent) => {
5124
- if (isPresent) {
5125
- this.init();
5126
- }
5127
- else {
5128
- this.subscription.unsubscribe();
5129
- }
5130
- });
5131
- });
5132
- }
5133
- ngOnDestroy() {
5134
- this.subscription.unsubscribe();
5135
- if (this.subscriptionInput) {
5136
- this.subscriptionInput.unsubscribe();
5137
- }
5138
- }
5139
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfExcludeTrapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5140
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfExcludeTrapDirective, isStandalone: true, selector: "[dfExcludeTrap]", inputs: { dfExcludeTrapSelector: { classPropertyName: "dfExcludeTrapSelector", publicName: "dfExcludeTrapSelector", isSignal: true, isRequired: false, transformFunction: null }, dfExcludeTrap: { classPropertyName: "dfExcludeTrap", publicName: "dfExcludeTrap", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5141
- }
5142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfExcludeTrapDirective, decorators: [{
5143
- type: Directive,
5144
- args: [{
5145
- selector: '[dfExcludeTrap]'
5146
- }]
5147
- }] });
5148
-
5149
5062
  const DF_SELECT_CLASS = 'df-ym';
5150
5063
 
5151
5064
  class DfManageNavSelectDirective {
@@ -5166,7 +5079,7 @@ class DfManageNavSelectDirective {
5166
5079
  this.arrowRightInnerHandler(event);
5167
5080
  }
5168
5081
  }
5169
- handleKeyDownBackspace(event) {
5082
+ handleKeyDownBackspace() {
5170
5083
  // Clear on backspace is already handled by ng select when clearable is true
5171
5084
  if (!this.select.clearable && !this.select.searchTerm) {
5172
5085
  const listBadge = this.element.nativeElement.querySelectorAll(`.${DF_SELECT_CLASS}`);
@@ -5228,10 +5141,10 @@ class DfManageNavSelectDirective {
5228
5141
  (listBadge[currentPos - 1] || document.activeElement).focus();
5229
5142
  }
5230
5143
  }
5231
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageNavSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5232
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfManageNavSelectDirective, isStandalone: true, selector: "[dfManageNavSelect]", host: { listeners: { "keydown.arrowLeft": "handleKeyDown($event)", "keydown.Backspace": "handleKeyDownBackspace($event)", "keydown.arrowRight": "handleKeyDownRight($event)" } }, ngImport: i0 }); }
5144
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageNavSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5145
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfManageNavSelectDirective, isStandalone: true, selector: "[dfManageNavSelect]", host: { listeners: { "keydown.arrowLeft": "handleKeyDown($event)", "keydown.Backspace": "handleKeyDownBackspace($event)", "keydown.arrowRight": "handleKeyDownRight($event)" } }, ngImport: i0 }); }
5233
5146
  }
5234
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageNavSelectDirective, decorators: [{
5147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageNavSelectDirective, decorators: [{
5235
5148
  type: Directive,
5236
5149
  args: [{
5237
5150
  selector: '[dfManageNavSelect]'
@@ -5250,18 +5163,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5250
5163
  // Copy of https://github.com/ng-select/ng-select/blob/master/src/ng-option-highlight/lib/ng-option-highlight.directive.ts
5251
5164
  class DfOptionHighlightDirective {
5252
5165
  constructor() {
5253
- this.dfOptionHighlight = input.required();
5254
- this.label = signal('');
5166
+ this.dfOptionHighlight = input.required(...(ngDevMode ? [{ debugName: "dfOptionHighlight" }] : []));
5167
+ this.label = signal('', ...(ngDevMode ? [{ debugName: "label" }] : []));
5255
5168
  this.elementRef = inject(ElementRef);
5256
5169
  this.renderer = inject(Renderer2);
5257
- this.canHighlight = computed(() => !!this.dfOptionHighlight() && !!this.label());
5170
+ this.canHighlight = computed(() => !!this.dfOptionHighlight() && !!this.label(), ...(ngDevMode ? [{ debugName: "canHighlight" }] : []));
5258
5171
  effect(() => {
5259
5172
  if (this.canHighlight()) {
5260
5173
  const alternationString = this.dfOptionHighlight()
5261
5174
  .replace(/[.*+?^${}()|[\]\\]/g, '\\$&')
5262
5175
  .replace(' ', '|');
5263
5176
  const termRegex = new RegExp(alternationString, 'gi');
5264
- this.setInnerHtml(this.label().replace(termRegex, `<span class=\"highlighted\">$&</span>`));
5177
+ this.setInnerHtml(this.label().replace(termRegex, `<span class="highlighted">$&</span>`));
5265
5178
  }
5266
5179
  else if (this.label()) {
5267
5180
  // unhighlight if there was some
@@ -5275,10 +5188,10 @@ class DfOptionHighlightDirective {
5275
5188
  setInnerHtml(html) {
5276
5189
  this.renderer.setProperty(this.elementRef.nativeElement, 'innerHTML', html);
5277
5190
  }
5278
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfOptionHighlightDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5279
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfOptionHighlightDirective, isStandalone: true, selector: "[dfOptionHighlight]", inputs: { dfOptionHighlight: { classPropertyName: "dfOptionHighlight", publicName: "dfOptionHighlight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5191
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfOptionHighlightDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5192
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfOptionHighlightDirective, isStandalone: true, selector: "[dfOptionHighlight]", inputs: { dfOptionHighlight: { classPropertyName: "dfOptionHighlight", publicName: "dfOptionHighlight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
5280
5193
  }
5281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfOptionHighlightDirective, decorators: [{
5194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfOptionHighlightDirective, decorators: [{
5282
5195
  type: Directive,
5283
5196
  args: [{
5284
5197
  selector: '[dfOptionHighlight]'
@@ -5290,7 +5203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5290
5203
  const NG_SELECT_CLASS_IDENTIFIER = 'ng-value-icon';
5291
5204
  class DfManageBadgeEventsDirective {
5292
5205
  constructor() {
5293
- this.dfManageBadgeEventsSelect = input.required();
5206
+ this.dfManageBadgeEventsSelect = input.required(...(ngDevMode ? [{ debugName: "dfManageBadgeEventsSelect" }] : []));
5294
5207
  this.renderer = inject(Renderer2);
5295
5208
  this.element = inject(ElementRef);
5296
5209
  this.renderer.addClass(this.element.nativeElement, DF_SELECT_CLASS);
@@ -5319,10 +5232,10 @@ class DfManageBadgeEventsDirective {
5319
5232
  this.dfManageBadgeEventsSelect()[0](this.dfManageBadgeEventsSelect()[1]);
5320
5233
  event.stopPropagation();
5321
5234
  }
5322
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageBadgeEventsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5323
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfManageBadgeEventsDirective, isStandalone: true, selector: "[dfManageBadgeEventsSelect]", inputs: { dfManageBadgeEventsSelect: { classPropertyName: "dfManageBadgeEventsSelect", publicName: "dfManageBadgeEventsSelect", isSignal: true, isRequired: true, transformFunction: null } }, host: { attributes: { "tabindex": "-1" }, listeners: { "keydown.Backspace": "handleKeyDownBackspace($event)", "click": "handleClick($event)", "keydown.Enter": "handleKeyDownEnter($event)", "keydown.Delete": "handleKeyDownDelete($event)" } }, ngImport: i0 }); }
5235
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageBadgeEventsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5236
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfManageBadgeEventsDirective, isStandalone: true, selector: "[dfManageBadgeEventsSelect]", inputs: { dfManageBadgeEventsSelect: { classPropertyName: "dfManageBadgeEventsSelect", publicName: "dfManageBadgeEventsSelect", isSignal: true, isRequired: true, transformFunction: null } }, host: { attributes: { "tabindex": "-1" }, listeners: { "keydown.Backspace": "handleKeyDownBackspace($event)", "click": "handleClick($event)", "keydown.Enter": "handleKeyDownEnter($event)", "keydown.Delete": "handleKeyDownDelete($event)" } }, ngImport: i0 }); }
5324
5237
  }
5325
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageBadgeEventsDirective, decorators: [{
5238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageBadgeEventsDirective, decorators: [{
5326
5239
  type: Directive,
5327
5240
  args: [{
5328
5241
  selector: '[dfManageBadgeEventsSelect]',
@@ -5337,11 +5250,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5337
5250
  }], ctorParameters: () => [] });
5338
5251
 
5339
5252
  class DfSelectModule {
5340
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5341
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfSelectModule, imports: [DfManageNavSelectDirective, DfManageBadgeEventsDirective, DfOptionHighlightDirective], exports: [DfManageNavSelectDirective, DfManageBadgeEventsDirective, DfOptionHighlightDirective, NgSelectModule] }); }
5342
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSelectModule, imports: [NgSelectModule] }); }
5253
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5254
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfSelectModule, imports: [DfManageNavSelectDirective, DfManageBadgeEventsDirective, DfOptionHighlightDirective], exports: [DfManageNavSelectDirective, DfManageBadgeEventsDirective, DfOptionHighlightDirective, NgSelectModule] }); }
5255
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSelectModule, imports: [NgSelectModule] }); }
5343
5256
  }
5344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSelectModule, decorators: [{
5257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSelectModule, decorators: [{
5345
5258
  type: NgModule,
5346
5259
  args: [{
5347
5260
  imports: [DfManageNavSelectDirective, DfManageBadgeEventsDirective, DfOptionHighlightDirective],
@@ -5560,10 +5473,10 @@ class DfStepperService {
5560
5473
  this._state = this.normalizeState(this._state);
5561
5474
  this.dispatchStepperState();
5562
5475
  }
5563
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5564
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperService }); }
5476
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5477
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperService }); }
5565
5478
  }
5566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperService, decorators: [{
5479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperService, decorators: [{
5567
5480
  type: Injectable
5568
5481
  }] });
5569
5482
 
@@ -5595,10 +5508,10 @@ class DfStepperStepDirective {
5595
5508
  ngOnDestroy() {
5596
5509
  this.unlistener.forEach((ul) => ul());
5597
5510
  }
5598
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperStepDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5599
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfStepperStepDirective, isStandalone: true, selector: "[dfStepperStep]", exportAs: ["dfStepperStep"], ngImport: i0 }); }
5511
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperStepDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5512
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfStepperStepDirective, isStandalone: true, selector: "[dfStepperStep]", exportAs: ["dfStepperStep"], ngImport: i0 }); }
5600
5513
  }
5601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperStepDirective, decorators: [{
5514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperStepDirective, decorators: [{
5602
5515
  type: Directive,
5603
5516
  args: [{
5604
5517
  selector: '[dfStepperStep]',
@@ -5706,10 +5619,10 @@ class DfStepperDirective {
5706
5619
  this.stepperService.resetFocus();
5707
5620
  }
5708
5621
  }
5709
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5710
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.4", type: DfStepperDirective, isStandalone: true, selector: "[dfStepperLogic]", host: { listeners: { "keydown.Enter": "handleEnterDown()", "keydown.Space": "handleSpaceDown()", "keydown.arrowRight": "handleKeyDownRight($event)", "keydown.arrowLeft": "handleKeyDown($event)", "keydown.arrowDown": "handleKeyDownUp($event)", "keydown.arrowUp": "handleKeyDownDown($event)" } }, exportAs: ["dfStepperLogic"], ngImport: i0 }); }
5622
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5623
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: DfStepperDirective, isStandalone: true, selector: "[dfStepperLogic]", host: { listeners: { "keydown.Enter": "handleEnterDown()", "keydown.Space": "handleSpaceDown()", "keydown.arrowRight": "handleKeyDownRight($event)", "keydown.arrowLeft": "handleKeyDown($event)", "keydown.arrowDown": "handleKeyDownUp($event)", "keydown.arrowUp": "handleKeyDownDown($event)" } }, exportAs: ["dfStepperLogic"], ngImport: i0 }); }
5711
5624
  }
5712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperDirective, decorators: [{
5625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperDirective, decorators: [{
5713
5626
  type: Directive,
5714
5627
  args: [{
5715
5628
  selector: '[dfStepperLogic]',
@@ -5742,12 +5655,12 @@ class DfStepperStepContentDirective {
5742
5655
  * The step index
5743
5656
  * -1 means that the input index is not set
5744
5657
  */
5745
- this.dfStepperStepContent = input(-1, { transform: (value) => numberAttribute(value, -1) });
5658
+ this.dfStepperStepContent = input(-1, ...(ngDevMode ? [{ debugName: "dfStepperStepContent", transform: (value) => numberAttribute(value, -1) }] : [{ transform: (value) => numberAttribute(value, -1) }]));
5746
5659
  }
5747
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperStepContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5748
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfStepperStepContentDirective, isStandalone: true, selector: "ng-template[dfStepperStepContent]", inputs: { dfStepperStepContent: { classPropertyName: "dfStepperStepContent", publicName: "dfStepperStepContent", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
5660
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperStepContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5661
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfStepperStepContentDirective, isStandalone: true, selector: "ng-template[dfStepperStepContent]", inputs: { dfStepperStepContent: { classPropertyName: "dfStepperStepContent", publicName: "dfStepperStepContent", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
5749
5662
  }
5750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperStepContentDirective, decorators: [{
5663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperStepContentDirective, decorators: [{
5751
5664
  type: Directive,
5752
5665
  args: [{ selector: 'ng-template[dfStepperStepContent]' }]
5753
5666
  }] });
@@ -5761,8 +5674,8 @@ class DfStepperComponent {
5761
5674
  constructor() {
5762
5675
  this.stepperService = inject(DfStepperService);
5763
5676
  this.mapStepToContent = new Map();
5764
- this.tplStepsContent = contentChildren(DfStepperStepContentDirective);
5765
- this.state = signal(undefined);
5677
+ this.tplStepsContent = contentChildren(DfStepperStepContentDirective, ...(ngDevMode ? [{ debugName: "tplStepsContent" }] : []));
5678
+ this.state = signal(undefined, ...(ngDevMode ? [{ debugName: "state" }] : []));
5766
5679
  this.stepperService.stepperState$.pipe(takeUntilDestroyed()).subscribe((state) => {
5767
5680
  this.state.set(state);
5768
5681
  });
@@ -5774,10 +5687,10 @@ class DfStepperComponent {
5774
5687
  }
5775
5688
  });
5776
5689
  }
5777
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5778
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: DfStepperComponent, isStandalone: true, selector: "[dfStepper]", host: { attributes: { "role": "tablist" }, properties: { "class.df-vertical-stepper": "state()?.isVertical", "attr.aria-label": "stepperService.stepperAriaLabel", "attr.aria-orientation": "state()?.isVertical ? \"vertical\": null" }, classAttribute: "df-stepper mb-2" }, queries: [{ propertyName: "tplStepsContent", predicate: DfStepperStepContentDirective, isSignal: true }], hostDirectives: [{ directive: DfStepperDirective }], ngImport: i0, template: "<ng-template #myStepperLine>\n <div class=\"df-stepper-line-wrapper\">\n <div class=\"df-stepper-line\">\n <div class=\"df-stepper-horizontal-line\"></div>\n </div>\n <div class=\"df-stepper-line d-none d-sm-flex\">\n <div class=\"flex-grow-1\"></div>\n </div>\n </div>\n</ng-template>\n@if (state(); as state) {\n @for (step of state.steps; track step; let i = $index) {\n <button\n #stepbasic\n class=\"btn btn-link df-stepper-step\"\n dfStepperStep\n [class.active]=\"i === state.active\"\n [class.flex-row]=\"state.isInline || state.isVertical\"\n [attr.tabIndex]=\"i === state.active ? 0 : -1\"\n [class.df-stepper-step-warning]=\"step.type === 'warning'\"\n [class.df-stepper-step-completed]=\"step.type === 'completed'\"\n [class.df-stepper-step-visited]=\"step.type === 'visited'\"\n [class.df-stepper-step-future]=\"step.type === 'future'\"\n [disabled]=\"\n state.isLinear &&\n (step.type === 'future' || step.type === 'completed' || (step.type === 'visited' && i !== state.active))\n \"\n role=\"tab\"\n [attr.aria-selected]=\"i === state.active ? 'true' : 'false'\"\n [attr.aria-posinset]=\"i + 1\"\n [attr.aria-setsize]=\"state.steps.length\"\n [attr.aria-controls]=\"step.ariaControl\"\n (click)=\"stepperService.selectWithFocus(i)\"\n >\n <div\n [class.df-stepper-outline-number-visited]=\"step.type === 'visited'\"\n [class.df-stepper-outline-icon]=\"step.type === 'warning'\"\n [class.fa-exclamation-triangle]=\"step.type === 'warning'\"\n [class.df-stepper-icon]=\"step.type === 'completed'\"\n [class.fa-check]=\"step.type === 'completed'\"\n [class.df-stepper-outline-number-future]=\"step.type === 'future'\"\n >\n <span aria-hidden=\"true\">{{ stepperService.getStepNumberLabel(i) }}</span>\n </div>\n <div\n class=\"flex-column\"\n [class.mt-1]=\"!state.isInline\"\n [class.d-none]=\"!state.isVertical\"\n [class.d-sm-flex]=\"!state.isVertical\"\n [class.d-flex]=\"state.isVertical\"\n >\n @if (step.type === 'warning') {\n <span class=\"visually-hidden\">{{ stepperService.warningLabel }}</span>\n }\n <span class=\"df-stepper-label\">{{ step.label }}</span>\n @if (step.optionalLabel) {\n <span class=\"df-stepper-optional-label\">{{ step.optionalLabel }}</span>\n }\n @if (step.completed) {\n <span class=\"visually-hidden\">{{ stepperService.completedLabel }}</span>\n }\n </div>\n </button>\n @if (!state.isVertical && i < state.steps.length - 1) {\n <ng-container [ngTemplateOutlet]=\"myStepperLine\"></ng-container>\n }\n @if (state.isVertical && i < state.steps.length) {\n <div\n [class.d-none]=\"state.steps.length - 1 === i\"\n role=\"tabpanel\"\n [id]=\"step.ariaControl\"\n class=\"df-vertical-stepper-panel df-vertical-stepper-line\"\n >\n @if (mapStepToContent.has(i) && state.active === i) {\n <ng-template\n [ngTemplateOutlet]=\"mapStepToContent.get(i) || null\"\n [ngTemplateOutletContext]=\"{ state, index: i, service: stepperService }\"\n ></ng-template>\n }\n </div>\n }\n }\n}\n@if (stepperService.stepperState$ | async; as state) {\n <div\n class=\"text-primary mb-2\"\n [class.d-block]=\"!state.isVertical\"\n [class.d-sm-none]=\"!state.isVertical\"\n [class.d-none]=\"state.isVertical\"\n >\n <span class=\"df-stepper-label\">{{ state.steps[state.active].label }}</span>\n </div>\n}\n", dependencies: [{ kind: "directive", type: DfStepperStepDirective, selector: "[dfStepperStep]", exportAs: ["dfStepperStep"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5690
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5691
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: DfStepperComponent, isStandalone: true, selector: "[dfStepper]", host: { attributes: { "role": "tablist" }, properties: { "class.df-vertical-stepper": "state()?.isVertical", "attr.aria-label": "stepperService.stepperAriaLabel", "attr.aria-orientation": "state()?.isVertical ? \"vertical\": null" }, classAttribute: "df-stepper mb-2" }, queries: [{ propertyName: "tplStepsContent", predicate: DfStepperStepContentDirective, isSignal: true }], hostDirectives: [{ directive: DfStepperDirective }], ngImport: i0, template: "<ng-template #myStepperLine>\n <div class=\"df-stepper-line-wrapper\">\n <div class=\"df-stepper-line\">\n <div class=\"df-stepper-horizontal-line\"></div>\n </div>\n <div class=\"df-stepper-line d-none d-sm-flex\">\n <div class=\"flex-grow-1\"></div>\n </div>\n </div>\n</ng-template>\n@if (state(); as state) {\n @for (step of state.steps; track step; let i = $index) {\n <button\n #stepbasic\n class=\"btn btn-link df-stepper-step\"\n dfStepperStep\n [class.active]=\"i === state.active\"\n [class.flex-row]=\"state.isInline || state.isVertical\"\n [attr.tabIndex]=\"i === state.active ? 0 : -1\"\n [class.df-stepper-step-warning]=\"step.type === 'warning'\"\n [class.df-stepper-step-completed]=\"step.type === 'completed'\"\n [class.df-stepper-step-visited]=\"step.type === 'visited'\"\n [class.df-stepper-step-future]=\"step.type === 'future'\"\n [disabled]=\"\n state.isLinear &&\n (step.type === 'future' || step.type === 'completed' || (step.type === 'visited' && i !== state.active))\n \"\n role=\"tab\"\n [attr.aria-selected]=\"i === state.active ? 'true' : 'false'\"\n [attr.aria-posinset]=\"i + 1\"\n [attr.aria-setsize]=\"state.steps.length\"\n [attr.aria-controls]=\"step.ariaControl\"\n (click)=\"stepperService.selectWithFocus(i)\"\n >\n <div\n [class.df-stepper-outline-number-visited]=\"step.type === 'visited'\"\n [class.df-stepper-outline-icon]=\"step.type === 'warning'\"\n [class.fa-exclamation-triangle]=\"step.type === 'warning'\"\n [class.df-stepper-icon]=\"step.type === 'completed'\"\n [class.fa-check]=\"step.type === 'completed'\"\n [class.df-stepper-outline-number-future]=\"step.type === 'future'\"\n >\n <span aria-hidden=\"true\">{{ stepperService.getStepNumberLabel(i) }}</span>\n </div>\n <div\n class=\"flex-column\"\n [class.mt-1]=\"!state.isInline\"\n [class.d-none]=\"!state.isVertical\"\n [class.d-sm-flex]=\"!state.isVertical\"\n [class.d-flex]=\"state.isVertical\"\n >\n @if (step.type === 'warning') {\n <span class=\"visually-hidden\">{{ stepperService.warningLabel }}</span>\n }\n <span class=\"df-stepper-label\">{{ step.label }}</span>\n @if (step.optionalLabel) {\n <span class=\"df-stepper-optional-label\">{{ step.optionalLabel }}</span>\n }\n @if (step.completed) {\n <span class=\"visually-hidden\">{{ stepperService.completedLabel }}</span>\n }\n </div>\n </button>\n @if (!state.isVertical && i < state.steps.length - 1) {\n <ng-container [ngTemplateOutlet]=\"myStepperLine\"></ng-container>\n }\n @if (state.isVertical && i < state.steps.length) {\n <div\n [class.d-none]=\"state.steps.length - 1 === i\"\n role=\"tabpanel\"\n [id]=\"step.ariaControl\"\n class=\"df-vertical-stepper-panel df-vertical-stepper-line\"\n >\n @if (mapStepToContent.has(i) && state.active === i) {\n <ng-template\n [ngTemplateOutlet]=\"mapStepToContent.get(i) || null\"\n [ngTemplateOutletContext]=\"{ state, index: i, service: stepperService }\"\n ></ng-template>\n }\n </div>\n }\n }\n}\n@if (stepperService.stepperState$ | async; as state) {\n <div\n class=\"text-primary mb-2\"\n [class.d-block]=\"!state.isVertical\"\n [class.d-sm-none]=\"!state.isVertical\"\n [class.d-none]=\"state.isVertical\"\n >\n <span class=\"df-stepper-label\">{{ state.steps[state.active].label }}</span>\n </div>\n}\n", dependencies: [{ kind: "directive", type: DfStepperStepDirective, selector: "[dfStepperStep]", exportAs: ["dfStepperStep"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5779
5692
  }
5780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperComponent, decorators: [{
5693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperComponent, decorators: [{
5781
5694
  type: Component,
5782
5695
  args: [{ selector: '[dfStepper]', changeDetection: ChangeDetectionStrategy.OnPush, imports: [DfStepperStepDirective, NgTemplateOutlet, AsyncPipe], hostDirectives: [DfStepperDirective], host: {
5783
5696
  role: 'tablist',
@@ -5789,11 +5702,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5789
5702
  }], ctorParameters: () => [] });
5790
5703
 
5791
5704
  class DfStepperModule {
5792
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5793
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfStepperModule, imports: [DfStepperDirective, DfStepperStepDirective, DfStepperComponent, DfStepperStepContentDirective], exports: [DfStepperDirective, DfStepperStepDirective, DfStepperComponent, DfStepperStepContentDirective] }); }
5794
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperModule }); }
5705
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5706
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfStepperModule, imports: [DfStepperDirective, DfStepperStepDirective, DfStepperComponent, DfStepperStepContentDirective], exports: [DfStepperDirective, DfStepperStepDirective, DfStepperComponent, DfStepperStepContentDirective] }); }
5707
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperModule }); }
5795
5708
  }
5796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfStepperModule, decorators: [{
5709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfStepperModule, decorators: [{
5797
5710
  type: NgModule,
5798
5711
  args: [{
5799
5712
  imports: [DfStepperDirective, DfStepperStepDirective, DfStepperComponent, DfStepperStepContentDirective],
@@ -5835,7 +5748,7 @@ class DfTooltipTruncateDirective {
5835
5748
  * The direction considered when detecting overflow, can be 'x', 'y' or ''.
5836
5749
  * @defaultValue ''
5837
5750
  */
5838
- this.dfTooltipTruncate = input('');
5751
+ this.dfTooltipTruncate = input('', ...(ngDevMode ? [{ debugName: "dfTooltipTruncate" }] : []));
5839
5752
  }
5840
5753
  ngOnInit() {
5841
5754
  this.renderer.addClass(this.elementRef.nativeElement, 'text-truncate');
@@ -5856,10 +5769,10 @@ class DfTooltipTruncateDirective {
5856
5769
  this.tooltip.disableTooltip = disableToolTip;
5857
5770
  this.renderer.setAttribute(this.elementRef.nativeElement, 'tabIndex', disableToolTip ? '-1' : '0');
5858
5771
  }
5859
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTooltipTruncateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5860
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfTooltipTruncateDirective, isStandalone: true, selector: "[dfTooltipTruncate]", inputs: { dfTooltipTruncate: { classPropertyName: "dfTooltipTruncate", publicName: "dfTooltipTruncate", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["dfTooltipTruncate"], ngImport: i0 }); }
5772
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTooltipTruncateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5773
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfTooltipTruncateDirective, isStandalone: true, selector: "[dfTooltipTruncate]", inputs: { dfTooltipTruncate: { classPropertyName: "dfTooltipTruncate", publicName: "dfTooltipTruncate", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["dfTooltipTruncate"], ngImport: i0 }); }
5861
5774
  }
5862
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTooltipTruncateDirective, decorators: [{
5775
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTooltipTruncateDirective, decorators: [{
5863
5776
  type: Directive,
5864
5777
  args: [{
5865
5778
  exportAs: 'dfTooltipTruncate',
@@ -5868,11 +5781,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5868
5781
  }] });
5869
5782
 
5870
5783
  class DfTooltipModule {
5871
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5872
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfTooltipModule, imports: [DfTooltipTruncateDirective], exports: [DfTooltipTruncateDirective, NgbTooltipModule] }); }
5873
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTooltipModule, imports: [NgbTooltipModule] }); }
5784
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5785
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfTooltipModule, imports: [DfTooltipTruncateDirective], exports: [DfTooltipTruncateDirective, NgbTooltipModule] }); }
5786
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTooltipModule, imports: [NgbTooltipModule] }); }
5874
5787
  }
5875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfTooltipModule, decorators: [{
5788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfTooltipModule, decorators: [{
5876
5789
  type: NgModule,
5877
5790
  args: [{
5878
5791
  imports: [DfTooltipTruncateDirective],
@@ -5881,31 +5794,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5881
5794
  }] });
5882
5795
 
5883
5796
  class DfSideNavModule {
5884
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5885
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavModule, imports: [DfManageSideNavDirective,
5797
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5798
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavModule, imports: [DfManageSideNavDirective,
5886
5799
  DfSideNavComponent,
5887
5800
  DfSideNavHeaderDirective,
5888
- DfExcludeTrapDirective,
5889
5801
  DfSideNavIconDirective,
5890
5802
  DfSideNavItemDirective], exports: [DfManageSideNavDirective,
5891
5803
  DfSideNavComponent,
5892
5804
  DfSideNavHeaderDirective,
5893
- DfExcludeTrapDirective,
5894
5805
  DfSideNavIconDirective,
5895
5806
  DfSideNavItemDirective,
5896
5807
  DfSideNavCollapseModule,
5897
5808
  DfMediaModule] }); }
5898
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavModule, imports: [DfSideNavComponent, DfSideNavCollapseModule,
5809
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavModule, imports: [DfSideNavComponent, DfSideNavCollapseModule,
5899
5810
  DfMediaModule] }); }
5900
5811
  }
5901
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfSideNavModule, decorators: [{
5812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfSideNavModule, decorators: [{
5902
5813
  type: NgModule,
5903
5814
  args: [{
5904
5815
  imports: [
5905
5816
  DfManageSideNavDirective,
5906
5817
  DfSideNavComponent,
5907
5818
  DfSideNavHeaderDirective,
5908
- DfExcludeTrapDirective,
5909
5819
  DfSideNavIconDirective,
5910
5820
  DfSideNavItemDirective
5911
5821
  ],
@@ -5913,7 +5823,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5913
5823
  DfManageSideNavDirective,
5914
5824
  DfSideNavComponent,
5915
5825
  DfSideNavHeaderDirective,
5916
- DfExcludeTrapDirective,
5917
5826
  DfSideNavIconDirective,
5918
5827
  DfSideNavItemDirective,
5919
5828
  DfSideNavCollapseModule,
@@ -5924,7 +5833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5924
5833
 
5925
5834
  class DfManageCardSelectionDirective {
5926
5835
  constructor() {
5927
- this.dfManageCardSelected = input.required();
5836
+ this.dfManageCardSelected = input.required(...(ngDevMode ? [{ debugName: "dfManageCardSelected" }] : []));
5928
5837
  this.element = inject(ElementRef);
5929
5838
  this.renderer = inject(Renderer2);
5930
5839
  effect(() => {
@@ -5963,10 +5872,10 @@ class DfManageCardSelectionDirective {
5963
5872
  return;
5964
5873
  }
5965
5874
  }
5966
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageCardSelectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5967
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfManageCardSelectionDirective, isStandalone: true, selector: "[dfManageCardSelected]", inputs: { dfManageCardSelected: { classPropertyName: "dfManageCardSelected", publicName: "dfManageCardSelected", isSignal: true, isRequired: true, transformFunction: null } }, host: { listeners: { "click": "click($event)", "keydown": "keydown($event)" }, properties: { "attr.tabindex": "0" } }, ngImport: i0 }); }
5875
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageCardSelectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5876
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfManageCardSelectionDirective, isStandalone: true, selector: "[dfManageCardSelected]", inputs: { dfManageCardSelected: { classPropertyName: "dfManageCardSelected", publicName: "dfManageCardSelected", isSignal: true, isRequired: true, transformFunction: null } }, host: { listeners: { "click": "click($event)", "keydown": "keydown($event)" }, properties: { "attr.tabindex": "0" } }, ngImport: i0 }); }
5968
5877
  }
5969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfManageCardSelectionDirective, decorators: [{
5878
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfManageCardSelectionDirective, decorators: [{
5970
5879
  type: Directive,
5971
5880
  args: [{
5972
5881
  selector: '[dfManageCardSelected]',
@@ -5979,11 +5888,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
5979
5888
  }], ctorParameters: () => [] });
5980
5889
 
5981
5890
  class DfAdvancedCardModule {
5982
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5983
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedCardModule, imports: [DfManageCardSelectionDirective], exports: [DfManageCardSelectionDirective] }); }
5984
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedCardModule }); }
5891
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5892
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedCardModule, imports: [DfManageCardSelectionDirective], exports: [DfManageCardSelectionDirective] }); }
5893
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedCardModule }); }
5985
5894
  }
5986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAdvancedCardModule, decorators: [{
5895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAdvancedCardModule, decorators: [{
5987
5896
  type: NgModule,
5988
5897
  args: [{
5989
5898
  imports: [DfManageCardSelectionDirective],
@@ -6014,8 +5923,8 @@ const DF_MODULES = [
6014
5923
  * @deprecated Import only the needed modules or use standalone components instead of DfModule
6015
5924
  */
6016
5925
  class DfModule {
6017
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6018
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfModule, imports: [DfAlertModule,
5926
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5927
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfModule, imports: [DfAlertModule,
6019
5928
  DfDatePickerModule,
6020
5929
  DfSelectModule,
6021
5930
  DfProgressbarModule,
@@ -6048,7 +5957,7 @@ class DfModule {
6048
5957
  DfFooterModule,
6049
5958
  DfToastModule,
6050
5959
  DfStepperModule] }); }
6051
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfModule, imports: [DF_MODULES, DfAlertModule,
5960
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfModule, imports: [DF_MODULES, DfAlertModule,
6052
5961
  DfDatePickerModule,
6053
5962
  DfSelectModule,
6054
5963
  DfProgressbarModule,
@@ -6066,7 +5975,7 @@ class DfModule {
6066
5975
  DfToastModule,
6067
5976
  DfStepperModule] }); }
6068
5977
  }
6069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfModule, decorators: [{
5978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfModule, decorators: [{
6070
5979
  type: NgModule,
6071
5980
  args: [{
6072
5981
  imports: DF_MODULES,
@@ -6074,96 +5983,231 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
6074
5983
  }]
6075
5984
  }] });
6076
5985
 
5986
+ const arrowRight = `<svg width="1440" height="810" viewBox="0 0 1440 810" fill="none" xmlns="http://www.w3.org/2000/svg">
5987
+ <path d="M1440 0H0V810H1440V0Z" fill="var(--df-waves-of-progress-bg-color)" />
5988
+ <mask id="mask0_3040_1578" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="1440"
5989
+ height="810">
5990
+ <path d="M1440 0H0V810H1440V0Z" fill="white" />
5991
+ </mask>
5992
+ <g mask="url(#mask0_3040_1578)">
5993
+ <g opacity="0.5">
5994
+ <path
5995
+ d="M-194.045 87.9764C-178.381 87.9764 -163.118 90.9614 -148.685 96.8527C-133.733 102.95 -120.342 111.909 -108.875 123.478L108.614 342.909C120.014 354.41 128.842 367.798 134.845 382.693C140.647 397.085 143.59 412.288 143.59 427.876C143.59 443.465 140.65 458.668 134.845 473.06C128.842 487.955 120.014 501.343 108.614 512.844L-108.875 732.275C-120.342 743.844 -133.733 752.803 -148.685 758.9C-163.118 764.788 -178.381 767.776 -194.045 767.776C-209.708 767.776 -224.971 764.791 -239.405 758.9C-254.356 752.803 -267.747 743.844 -279.215 732.275L-496.703 512.844C-508.103 501.343 -516.931 487.955 -522.935 473.06C-528.736 458.668 -531.68 443.465 -531.68 427.876C-531.68 412.288 -528.74 397.085 -522.935 382.693C-516.931 367.798 -508.103 354.41 -496.703 342.909L-279.215 123.474C-267.747 111.905 -254.356 102.946 -239.405 96.8489C-224.971 90.9614 -209.708 87.9727 -194.045 87.9727M-194.045 86.4727C-225.286 86.4727 -256.527 98.4539 -280.28 122.416L-497.768 341.848C-544.981 389.48 -544.981 466.261 -497.768 513.898L-280.28 733.329C-256.527 757.291 -225.286 769.273 -194.045 769.273C-162.803 769.273 -131.562 757.291 -107.81 733.329L109.679 513.898C156.892 466.265 156.892 389.484 109.679 341.848L-107.81 122.42C-131.562 98.4577 -162.803 86.4764 -194.045 86.4764V86.4727Z"
5996
+ fill="var(--df-waves-of-progress-line-color)" />
5997
+ </g>
5998
+ <g opacity="0.5">
5999
+ <path
6000
+ d="M-189.938 -270.881C-167.412 -270.881 -145.463 -266.587 -124.703 -258.116C-103.204 -249.345 -83.9406 -236.463 -67.4518 -219.825L453.104 305.382C469.541 321.964 482.264 341.262 490.919 362.734C499.282 383.483 503.523 405.402 503.523 427.872C503.523 450.342 499.282 472.26 490.919 493.009C482.264 514.485 469.541 533.779 453.104 550.362L-67.4518 1075.58C-83.9406 1092.21 -103.204 1105.1 -124.703 1113.87C-145.463 1122.33 -167.412 1126.63 -189.938 1126.63C-212.464 1126.63 -234.413 1122.34 -255.173 1113.87C-276.672 1105.1 -295.936 1092.21 -312.424 1075.58L-832.981 550.365C-849.417 533.783 -862.141 514.485 -870.796 493.013C-879.158 472.264 -883.399 450.345 -883.399 427.875C-883.399 405.405 -879.158 383.487 -870.796 362.738C-862.141 341.262 -849.417 321.968 -832.981 305.385L-312.424 -219.825C-295.936 -236.463 -276.672 -249.345 -255.173 -258.116C-234.413 -266.583 -212.464 -270.881 -189.938 -270.881ZM-189.938 -272.381C-234.698 -272.381 -279.462 -255.213 -313.489 -220.882L-834.046 304.328C-901.849 372.739 -901.849 483.012 -834.046 551.423L-313.489 1076.63C-279.462 1110.96 -234.698 1128.13 -189.938 1128.13C-145.178 1128.13 -100.414 1110.96 -66.3868 1076.63L454.169 551.423C521.973 483.012 521.973 372.739 454.169 304.328L-66.3868 -220.882C-100.414 -255.213 -145.178 -272.381 -189.938 -272.381Z"
6001
+ fill="var(--df-waves-of-progress-line-color)" />
6002
+ </g>
6003
+ <g opacity="0.5">
6004
+ <path
6005
+ d="M-185.831 -629.736C-171.352 -629.736 -156.817 -628.334 -142.623 -625.574C-128.294 -622.784 -114.198 -618.584 -100.721 -613.086C-72.6708 -601.641 -47.5382 -584.834 -26.0245 -563.129L797.595 267.86C819.068 289.524 835.688 314.731 846.994 342.785C852.432 356.274 856.587 370.374 859.343 384.695C862.073 398.881 863.46 413.409 863.46 427.876C863.46 442.344 862.077 456.871 859.343 471.057C856.587 485.379 852.432 499.479 846.994 512.967C835.688 541.021 819.068 566.229 797.595 587.892L-26.0283 1418.88C-47.542 1440.58 -72.6744 1457.39 -100.724 1468.83C-114.202 1474.33 -128.298 1478.54 -142.627 1481.32C-156.817 1484.09 -171.356 1485.48 -185.834 1485.48C-200.313 1485.48 -214.848 1484.09 -229.042 1481.32C-243.371 1478.53 -257.467 1474.33 -270.944 1468.83C-298.994 1457.39 -324.127 1440.58 -345.641 1418.88L-1169.26 587.892C-1190.73 566.229 -1207.35 541.021 -1218.66 512.967C-1224.09 499.479 -1228.25 485.379 -1231 471.057C-1233.73 456.871 -1235.12 442.344 -1235.12 427.876C-1235.12 413.409 -1233.74 398.881 -1231 384.695C-1228.25 370.374 -1224.09 356.274 -1218.66 342.785C-1207.35 314.731 -1190.73 289.524 -1169.26 267.86L-345.633 -563.125C-324.12 -584.83 -298.991 -601.638 -270.937 -613.083C-257.459 -618.58 -243.363 -622.784 -229.034 -625.57C-214.844 -628.334 -200.306 -629.733 -185.827 -629.733M-185.827 -631.233C-244.109 -631.233 -302.388 -608.883 -346.694 -564.179L-1170.32 266.802C-1258.72 355.992 -1258.72 499.76 -1170.32 588.946L-346.698 1419.94C-302.392 1464.64 -244.109 1486.99 -185.831 1486.99C-127.552 1486.99 -69.2695 1464.64 -24.9633 1419.94L798.66 588.95C887.059 499.76 887.059 355.992 798.66 266.806L-24.9633 -564.183C-69.2695 -608.886 -127.552 -631.236 -185.831 -631.236L-185.827 -631.233Z"
6006
+ fill="var(--df-waves-of-progress-line-color)" />
6007
+ </g>
6008
+ <g opacity="0.5">
6009
+ <path
6010
+ d="M-181.725 -988.59C-163.868 -988.59 -145.935 -986.861 -128.43 -983.456C-110.757 -980.014 -93.3679 -974.831 -76.7441 -968.051C-42.1429 -953.936 -11.1416 -933.202 15.3934 -906.427L1142.08 230.336C1168.59 257.078 1189.11 288.199 1203.07 322.83C1209.78 339.484 1214.91 356.888 1218.31 374.569C1221.68 392.081 1223.39 410.017 1223.39 427.879C1223.39 445.74 1221.68 463.676 1218.31 481.189C1214.91 498.866 1209.78 516.274 1203.07 532.927C1189.11 567.559 1168.59 598.68 1142.08 625.421L15.3934 1762.18C-11.1453 1788.95 -42.1429 1809.69 -76.7441 1823.8C-93.3679 1830.58 -110.757 1835.77 -128.43 1839.21C-145.935 1842.61 -163.864 1844.34 -181.725 1844.34C-199.587 1844.34 -217.515 1842.61 -235.02 1839.21C-252.694 1835.77 -270.083 1830.58 -286.707 1823.8C-321.308 1809.69 -352.305 1788.95 -378.844 1762.18L-1505.54 625.414C-1532.04 598.672 -1552.56 567.551 -1566.52 532.92C-1573.23 516.266 -1578.36 498.862 -1581.76 481.181C-1585.13 463.669 -1586.84 445.733 -1586.84 427.871C-1586.84 410.01 -1585.13 392.074 -1581.76 374.561C-1578.36 356.884 -1573.23 339.476 -1566.52 322.823C-1552.56 288.191 -1532.04 257.07 -1505.54 230.329L-378.844 -906.427C-352.309 -933.202 -321.308 -953.936 -286.707 -968.051C-270.083 -974.831 -252.694 -980.018 -235.02 -983.456C-217.515 -986.865 -199.587 -988.59 -181.725 -988.59ZM-181.725 -990.09C-253.527 -990.09 -325.328 -962.554 -379.909 -907.481L-1506.6 229.279C-1615.59 339.244 -1615.59 516.506 -1506.6 626.471L-379.909 1763.23C-325.324 1818.31 -253.527 1845.84 -181.725 1845.84C-109.924 1845.84 -38.1229 1818.31 16.4584 1763.23L1143.15 626.471C1252.14 516.506 1252.14 339.244 1143.15 229.279L16.4584 -907.485C-38.1266 -962.557 -109.928 -990.094 -181.725 -990.094V-990.09Z"
6011
+ fill="var(--df-waves-of-progress-line-color)" />
6012
+ </g>
6013
+ <g opacity="0.5">
6014
+ <path
6015
+ d="M-177.619 -1347.45C-156.379 -1347.45 -135.053 -1345.39 -114.236 -1341.34C-93.2177 -1337.25 -72.5364 -1331.08 -52.7627 -1323.01C-32.6213 -1314.8 -13.2264 -1304.52 4.88977 -1292.48C23.4823 -1280.11 40.9536 -1265.73 56.8162 -1249.72L1486.57 192.811C1502.43 208.804 1516.67 226.377 1528.9 245.044C1540.83 263.24 1551.01 282.698 1559.14 302.877C1567.13 322.692 1573.23 343.407 1577.28 364.444C1581.3 385.283 1583.33 406.625 1583.33 427.88C1583.33 449.135 1581.3 470.476 1577.28 491.315C1573.23 512.352 1567.13 533.063 1559.14 552.882C1551.01 573.061 1540.84 592.516 1528.9 610.715C1516.67 629.382 1502.43 646.955 1486.57 662.948L56.8198 2105.48C40.9573 2121.48 23.4861 2135.87 4.89355 2148.23C-13.2227 2160.28 -32.6177 2170.55 -52.759 2178.77C-72.5289 2186.84 -93.2103 2193 -114.233 2197.09C-135.053 2201.15 -156.375 2203.2 -177.615 2203.2C-198.855 2203.2 -220.181 2201.15 -240.998 2197.09C-262.016 2193 -282.698 2186.84 -302.471 2178.77C-322.613 2170.55 -342.008 2160.28 -360.124 2148.23C-378.717 2135.87 -396.188 2121.48 -412.05 2105.48L-1841.81 662.941C-1857.66 646.947 -1871.9 629.375 -1884.14 610.707C-1896.07 592.512 -1906.24 573.053 -1914.38 552.875C-1922.36 533.059 -1928.47 512.345 -1932.52 491.307C-1936.53 470.468 -1938.57 449.127 -1938.57 427.872C-1938.57 406.617 -1936.53 385.276 -1932.52 364.437C-1928.47 343.399 -1922.36 322.688 -1914.38 302.87C-1906.24 282.691 -1896.07 263.236 -1884.14 245.037C-1871.9 226.37 -1857.66 208.797 -1841.81 192.803L-412.054 -1249.73C-396.192 -1265.73 -378.72 -1280.12 -360.128 -1292.48C-342.011 -1304.53 -322.617 -1314.8 -302.475 -1323.02C-282.705 -1331.08 -262.024 -1337.25 -241.001 -1341.34C-220.182 -1345.39 -198.859 -1347.45 -177.619 -1347.45M-177.619 -1348.95C-262.939 -1348.95 -348.259 -1316.23 -413.119 -1250.79L-1842.88 191.757C-1972.46 322.501 -1972.46 533.255 -1842.88 663.998L-413.119 2106.54C-348.259 2171.98 -262.939 2204.7 -177.619 2204.7C-92.299 2204.7 -6.979 2171.98 57.8811 2106.54L1487.64 663.995C1617.22 533.251 1617.22 322.497 1487.64 191.753L57.8848 -1250.78C-6.97534 -1316.22 -92.2953 -1348.95 -177.615 -1348.95L-177.619 -1348.95Z"
6016
+ fill="var(--df-waves-of-progress-line-color)" />
6017
+ </g>
6018
+ </g>
6019
+ </svg>`;
6020
+ const arrowUp = `<svg width="1440" height="810" viewBox="0 0 1440 810" fill="none" xmlns="http://www.w3.org/2000/svg"
6021
+ class="waves-of-progress">
6022
+ <path d="M1440 0H0V810H1440V0Z" fill="var(--df-waves-of-progress-bg-color)" />
6023
+ <mask id="mask0_3040_1593" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="1440"
6024
+ height="810">
6025
+ <path d="M1440 0H0V810H1440V0Z" fill="white" />
6026
+ </mask>
6027
+ <g mask="url(#mask0_3040_1593)">
6028
+ <g opacity="0.5">
6029
+ <path
6030
+ d="M719.999 657.957C734.969 657.957 749.039 663.785 759.626 674.371L894.078 808.823C904.661 819.41 910.492 833.48 910.492 848.45C910.492 863.42 904.664 877.49 894.078 888.076L759.626 1022.53C749.043 1033.11 734.969 1038.94 719.999 1038.94C705.029 1038.94 690.959 1033.11 680.373 1022.53L545.921 888.076C535.338 877.493 529.507 863.42 529.507 848.45C529.507 833.48 535.334 819.41 545.921 808.823L680.373 674.371C690.956 663.788 705.029 657.957 719.999 657.957ZM719.999 656.457C705.273 656.457 690.547 662.075 679.312 673.31L544.859 807.762C522.389 830.232 522.389 866.663 544.859 889.133L679.312 1023.59C690.547 1034.82 705.273 1040.44 719.999 1040.44C734.725 1040.44 749.452 1034.82 760.687 1023.59L895.139 889.133C917.609 866.663 917.609 830.232 895.139 807.762L760.687 673.31C749.452 662.075 734.725 656.457 719.999 656.457Z"
6031
+ fill="var(--df-waves-of-progress-line-color)" />
6032
+ </g>
6033
+ <g opacity="0.5">
6034
+ <path
6035
+ d="M720 373.762C732.367 373.762 744.423 376.109 755.831 380.733C767.643 385.522 778.241 392.56 787.331 401.65L1166.8 781.117C1175.89 790.207 1182.93 800.804 1187.71 812.617C1192.34 824.024 1194.69 836.08 1194.69 848.448C1194.69 860.815 1192.34 872.872 1187.71 884.279C1182.93 896.092 1175.89 906.689 1166.8 915.779L787.331 1295.25C778.241 1304.34 767.643 1311.37 755.831 1316.16C744.423 1320.79 732.367 1323.13 720 1323.13C707.632 1323.13 695.576 1320.79 684.168 1316.16C672.356 1311.37 661.758 1304.34 652.668 1295.25L273.202 915.779C264.112 906.689 257.073 896.092 252.285 884.279C247.657 872.872 245.313 860.815 245.313 848.448C245.313 836.08 247.661 824.024 252.285 812.617C257.073 800.804 264.112 790.207 273.202 781.117L652.668 401.65C661.758 392.56 672.356 385.522 684.168 380.733C695.576 376.105 707.632 373.762 720 373.762ZM720 372.262C695.246 372.262 670.492 381.704 651.607 400.589L272.141 780.055C234.367 817.829 234.367 879.07 272.141 916.84L651.607 1296.31C670.492 1315.19 695.246 1324.63 720 1324.63C744.753 1324.63 769.507 1315.19 788.392 1296.31L1167.86 916.84C1205.63 879.067 1205.63 817.825 1167.86 780.055L788.392 400.589C769.507 381.704 744.753 372.262 720 372.262Z"
6036
+ fill="var(--df-waves-of-progress-line-color)" />
6037
+ </g>
6038
+ <g opacity="0.5">
6039
+ <path
6040
+ d="M720 89.5645C737.456 89.5645 754.474 92.8757 770.576 99.4044C787.249 106.166 802.207 116.099 815.036 128.928L1439.52 753.408C1452.35 766.241 1462.28 781.199 1469.04 797.868C1475.57 813.971 1478.88 830.988 1478.88 848.444C1478.88 865.901 1475.57 882.918 1469.04 899.021C1462.28 915.693 1452.34 930.652 1439.52 943.481L815.036 1567.96C802.207 1580.79 787.245 1590.72 770.576 1597.48C754.474 1604.01 737.456 1607.32 720 1607.32C702.544 1607.32 685.526 1604.01 669.424 1597.48C652.751 1590.72 637.792 1580.79 624.964 1567.96L0.483578 943.481C-12.3489 930.648 -22.2789 915.689 -29.0402 899.021C-35.5689 882.918 -38.8802 865.901 -38.8802 848.444C-38.8802 830.988 -35.5689 813.971 -29.0402 797.868C-22.2789 781.196 -12.3452 766.237 0.483578 753.408L624.964 128.928C637.796 116.096 652.755 106.166 669.424 99.4044C685.526 92.8757 702.544 89.5645 720 89.5645ZM720 88.0645C685.219 88.0645 650.437 101.332 623.898 127.871L-0.581409 752.351C-53.6552 805.424 -53.6552 891.476 -0.581409 944.549L623.898 1569.03C650.437 1595.57 685.219 1608.84 720 1608.84C754.781 1608.84 789.562 1595.57 816.101 1569.03L1440.58 944.549C1493.65 891.476 1493.65 805.424 1440.58 752.351L816.101 127.871C789.562 101.332 754.781 88.0645 720 88.0645Z"
6041
+ fill="var(--df-waves-of-progress-line-color)" />
6042
+ </g>
6043
+ <g opacity="0.5">
6044
+ <path
6045
+ d="M719.999 -194.633C742.544 -194.633 764.523 -190.358 785.32 -181.92C806.853 -173.19 826.173 -160.358 842.744 -143.787L1712.24 725.707C1728.81 742.278 1741.64 761.598 1750.37 783.131C1758.81 803.928 1763.08 825.907 1763.08 848.452C1763.08 870.997 1758.81 892.976 1750.37 913.773C1741.64 935.306 1728.81 954.626 1712.24 971.197L842.744 1840.69C826.173 1857.26 806.853 1870.09 785.32 1878.82C764.523 1887.26 742.544 1891.53 719.999 1891.53C697.454 1891.53 675.475 1887.26 654.678 1878.82C633.145 1870.09 613.825 1857.26 597.254 1840.69L-272.24 971.197C-288.811 954.626 -301.64 935.306 -310.373 913.773C-318.807 892.976 -323.086 870.997 -323.086 848.452C-323.086 825.907 -318.811 803.928 -310.373 783.131C-301.643 761.598 -288.811 742.278 -272.24 725.707L597.254 -143.79C613.825 -160.362 633.145 -173.19 654.678 -181.924C675.475 -190.358 697.454 -194.637 719.999 -194.637M719.999 -196.137C675.19 -196.137 630.382 -179.044 596.193 -144.855L-273.301 724.642C-341.678 793.02 -341.678 903.877 -273.301 972.255L596.193 1841.75C630.382 1875.94 675.19 1893.03 719.999 1893.03C764.808 1893.03 809.617 1875.94 843.805 1841.75L1713.3 972.255C1781.68 903.877 1781.68 793.02 1713.3 724.642L843.809 -144.852C809.62 -179.04 764.812 -196.133 720.003 -196.133L719.999 -196.137Z"
6046
+ fill="var(--df-waves-of-progress-line-color)" />
6047
+ </g>
6048
+ <g opacity="0.5">
6049
+ <path
6050
+ d="M720 -478.83C733.616 -478.83 747.288 -477.521 760.638 -474.934C774.116 -472.324 787.38 -468.394 800.066 -463.249C826.458 -452.546 850.14 -436.819 870.45 -416.509L1984.96 697.999C2005.27 718.309 2020.99 741.99 2031.7 768.382C2036.84 781.069 2040.77 794.332 2043.38 807.81C2045.97 821.16 2047.28 834.832 2047.28 848.449C2047.28 862.065 2045.97 875.737 2043.38 889.087C2040.77 902.565 2036.84 915.829 2031.7 928.515C2020.99 954.907 2005.27 978.589 1984.96 998.902L870.45 2113.41C850.14 2133.72 826.458 2149.45 800.066 2160.15C787.38 2165.29 774.116 2169.22 760.638 2171.83C747.288 2174.42 733.616 2175.73 720 2175.73C706.383 2175.73 692.711 2174.42 679.361 2171.83C665.883 2169.22 652.62 2165.29 639.933 2160.15C613.541 2149.45 589.859 2133.72 569.546 2113.41L-544.962 998.902C-565.272 978.592 -580.999 954.911 -591.702 928.515C-596.847 915.829 -600.777 902.565 -603.387 889.087C-605.97 875.737 -607.283 862.065 -607.283 848.449C-607.283 834.832 -605.974 821.16 -603.387 807.81C-600.777 794.332 -596.847 781.069 -591.702 768.382C-580.999 741.99 -565.272 718.309 -544.962 697.999L569.55 -416.509C589.86 -436.819 613.541 -452.546 639.937 -463.249C652.623 -468.394 665.887 -472.324 679.365 -474.934C692.715 -477.518 706.387 -478.83 720.003 -478.83M720.003 -480.33C665.167 -480.33 610.331 -459.409 568.488 -417.57L-546.019 696.937C-629.697 780.615 -629.697 916.286 -546.019 999.964L568.488 2114.47C610.327 2156.31 665.163 2177.23 720.003 2177.23C774.843 2177.23 829.676 2156.31 871.518 2114.47L1986.03 999.964C2069.7 916.286 2069.7 780.615 1986.03 696.937L871.515 -417.57C829.676 -459.409 774.84 -480.33 720 -480.33H720.003Z"
6051
+ fill="var(--df-waves-of-progress-line-color)" />
6052
+ </g>
6053
+ </g>
6054
+ </svg>`;
6055
+ const circleDiagonal = `<svg width="1440" height="810" viewBox="0 0 1440 810" fill="none" xmlns="http://www.w3.org/2000/svg">
6056
+ <path d="M1440 0H0V810H1440V0Z" fill="var(--df-waves-of-progress-bg-color)" />
6057
+ <mask id="mask0_3174_5204" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="1440"
6058
+ height="810">
6059
+ <path d="M1440 0H0V810H1440V0Z" fill="white" />
6060
+ </mask>
6061
+ <g mask="url(#mask0_3174_5204)">
6062
+ <g opacity="0.5">
6063
+ <path
6064
+ d="M-11.2496 -175.631C11.4491 -175.631 33.4691 -171.187 54.1954 -162.42C74.2166 -153.952 92.1979 -141.828 107.64 -126.386C123.083 -110.943 135.207 -92.9621 143.674 -72.9408C152.442 -52.2146 156.885 -30.1946 156.885 -7.49585C156.885 15.2029 152.442 37.2229 143.674 57.9491C135.207 77.9704 123.083 95.9517 107.64 111.394C92.1979 126.837 74.2166 138.96 54.1954 147.428C33.4691 156.195 11.4491 160.639 -11.2496 160.639C-33.9484 160.639 -55.9684 156.195 -76.6946 147.428C-96.7159 138.96 -114.697 126.837 -130.14 111.394C-145.582 95.9517 -157.706 77.9704 -166.173 57.9491C-174.941 37.2229 -179.385 15.2029 -179.385 -7.49585C-179.385 -30.1946 -174.941 -52.2146 -166.173 -72.9408C-157.706 -92.9621 -145.582 -110.943 -130.14 -126.386C-114.697 -141.828 -96.7159 -153.952 -76.6946 -162.42C-55.9684 -171.187 -33.9484 -175.631 -11.2496 -175.631ZM-11.2496 -177.131C-104.936 -177.131 -180.881 -101.182 -180.881 -7.4996C-180.881 86.1829 -104.936 162.132 -11.2496 162.132C82.4366 162.132 158.382 86.1866 158.382 -7.4996C158.382 -101.186 82.4366 -177.131 -11.2496 -177.131Z"
6065
+ fill="var(--df-waves-of-progress-line-color)" />
6066
+ </g>
6067
+ <g opacity="0.5">
6068
+ <path
6069
+ d="M-33.7277 -324.273C3.13483 -324.273 39.9748 -321.236 75.7648 -315.243C110.644 -309.405 144.952 -300.69 177.735 -289.342C209.921 -278.205 240.96 -264.416 269.996 -248.366C298.751 -232.47 325.789 -214.218 350.359 -194.111C374.925 -174.011 397.226 -151.893 416.644 -128.377C436.241 -104.64 453.075 -79.2672 466.672 -52.9609C480.517 -26.1747 491.152 1.85281 498.277 30.3491C505.59 59.584 509.295 89.6703 509.295 119.779C509.295 149.888 505.586 179.974 498.277 209.209C491.152 237.702 480.517 265.733 466.672 292.519C453.075 318.825 436.241 344.198 416.644 367.935C397.226 391.452 374.925 413.569 350.359 433.669C325.789 453.773 298.747 472.028 269.996 487.924C240.96 503.974 209.921 517.759 177.735 528.9C144.952 540.248 110.644 548.959 75.7648 554.802C39.9711 560.794 3.13483 563.832 -33.7277 563.832C-70.5902 563.832 -107.43 560.794 -143.22 554.802C-178.099 548.963 -212.408 540.248 -245.19 528.9C-277.376 517.763 -308.415 503.978 -337.451 487.924C-366.206 472.028 -393.244 453.777 -417.814 433.669C-442.38 413.569 -464.681 391.452 -484.099 367.935C-503.696 344.198 -520.53 318.825 -534.128 292.519C-547.973 265.733 -558.608 237.705 -565.733 209.209C-573.045 179.974 -576.75 149.888 -576.75 119.779C-576.75 89.6703 -573.041 59.584 -565.733 30.3491C-558.608 1.85654 -547.973 -26.1747 -534.128 -52.9609C-520.53 -79.2672 -503.696 -104.64 -484.099 -128.377C-464.681 -151.893 -442.38 -174.011 -417.814 -194.111C-393.244 -214.215 -366.203 -232.47 -337.451 -248.366C-308.415 -264.416 -277.376 -278.201 -245.19 -289.342C-212.408 -300.69 -178.099 -309.401 -143.22 -315.243C-107.426 -321.236 -70.5902 -324.273 -33.7277 -324.273ZM-33.7277 -325.773C-334.463 -325.773 -578.254 -126.292 -578.254 119.779C-578.254 365.85 -334.463 565.328 -33.7277 565.328C267.007 565.328 510.799 365.847 510.799 119.775C510.799 -126.296 267.004 -325.773 -33.7277 -325.773Z"
6070
+ fill="var(--df-waves-of-progress-line-color)" />
6071
+ </g>
6072
+ <g opacity="0.5">
6073
+ <path
6074
+ d="M-56.2076 -472.916C6.09485 -472.916 68.3561 -467.992 128.851 -458.276C187.805 -448.811 245.791 -434.685 301.201 -416.295C355.602 -398.239 408.069 -375.892 457.149 -349.875C505.756 -324.109 551.461 -294.517 592.996 -261.922C634.524 -229.335 672.226 -193.477 705.053 -155.347C738.188 -116.861 766.647 -75.716 789.639 -33.0635C813.05 10.3727 831.031 55.8227 843.08 102.03C855.443 149.438 861.71 198.229 861.71 247.054C861.71 295.879 855.44 344.67 843.08 392.078C831.031 438.285 813.05 483.735 789.639 527.171C766.647 569.828 738.188 610.969 705.053 649.455C672.226 687.585 634.524 723.443 592.996 756.03C551.461 788.625 505.752 818.216 457.149 843.983C408.069 870 355.602 892.347 301.201 910.403C245.791 928.793 187.805 942.919 128.851 952.384C68.3561 962.096 6.09485 967.024 -56.2076 967.024C-118.51 967.024 -180.771 962.1 -241.266 952.384C-300.22 942.919 -358.206 928.793 -413.616 910.403C-468.018 892.347 -520.484 870 -569.564 843.983C-618.171 818.216 -663.876 788.625 -705.411 756.03C-746.939 723.443 -784.641 687.585 -817.469 649.455C-850.604 610.969 -879.063 569.824 -902.054 527.171C-925.465 483.735 -943.446 438.285 -955.495 392.078C-967.859 344.67 -974.125 295.879 -974.125 247.054C-974.125 198.229 -967.855 149.438 -955.495 102.03C-943.446 55.8227 -925.465 10.3727 -902.054 -33.0635C-879.063 -75.7198 -850.604 -116.861 -817.469 -155.347C-784.641 -193.477 -746.939 -229.335 -705.411 -261.922C-663.876 -294.514 -618.168 -324.109 -569.564 -349.875C-520.484 -375.892 -468.018 -398.239 -413.616 -416.295C-358.206 -434.685 -300.22 -448.811 -241.266 -458.276C-180.771 -467.989 -118.51 -472.916 -56.2076 -472.916ZM-56.2076 -474.416C-563.991 -474.416 -975.629 -151.402 -975.629 247.054C-975.629 645.51 -563.991 968.52 -56.2076 968.52C451.576 968.52 863.214 645.506 863.214 247.05C863.214 -151.406 451.576 -474.416 -56.2076 -474.416Z"
6075
+ fill="var(--df-waves-of-progress-line-color)" />
6076
+ </g>
6077
+ <g opacity="0.5">
6078
+ <path
6079
+ d="M-78.6857 -621.559C9.0531 -621.559 96.7394 -614.749 181.932 -601.312C264.957 -588.221 346.621 -568.687 424.658 -543.251C501.274 -518.28 575.168 -487.372 644.288 -451.387C712.748 -415.747 777.121 -374.82 835.621 -329.741C894.113 -284.666 947.217 -235.069 993.454 -182.329C1040.13 -129.09 1080.21 -72.1799 1112.6 -13.1736C1145.58 46.9127 1170.91 109.789 1187.88 173.708C1196.51 206.201 1203.1 239.456 1207.46 272.55C1211.88 306.131 1214.13 340.376 1214.13 374.333C1214.13 408.289 1211.89 442.534 1207.46 476.115C1203.1 509.209 1196.51 542.464 1187.88 574.958C1170.91 638.876 1145.58 701.756 1112.6 761.839C1080.22 820.841 1040.13 877.755 993.454 930.994C947.217 983.734 894.113 1033.33 835.621 1078.41C777.121 1123.49 712.748 1164.41 644.288 1200.05C575.168 1236.04 501.274 1266.95 424.658 1291.92C346.621 1317.35 264.957 1336.89 181.932 1349.98C96.7394 1363.41 9.05676 1370.22 -78.6857 1370.22C-166.428 1370.22 -254.111 1363.41 -339.303 1349.98C-422.328 1336.89 -503.992 1317.35 -582.029 1291.92C-658.646 1266.95 -732.539 1236.04 -801.659 1200.05C-870.119 1164.41 -934.492 1123.49 -992.992 1078.41C-1051.48 1033.33 -1104.59 983.734 -1150.83 930.994C-1197.5 877.755 -1237.59 820.845 -1269.97 761.839C-1302.96 701.753 -1328.28 638.876 -1345.26 574.958C-1353.88 542.464 -1360.47 509.209 -1364.83 476.115C-1369.26 442.534 -1371.5 408.289 -1371.5 374.333C-1371.5 340.376 -1369.26 306.131 -1364.83 272.55C-1360.47 239.456 -1353.88 206.201 -1345.26 173.708C-1328.28 109.789 -1302.95 46.9089 -1269.97 -13.1736C-1237.59 -72.1761 -1197.5 -129.09 -1150.83 -182.329C-1104.59 -235.069 -1051.48 -284.666 -992.992 -329.741C-934.492 -374.82 -870.119 -415.747 -801.659 -451.387C-732.539 -487.372 -658.646 -518.28 -582.029 -543.251C-503.992 -568.687 -422.328 -588.221 -339.303 -601.312C-254.111 -614.745 -166.428 -621.559 -78.6857 -621.559ZM-78.6857 -623.059C-793.518 -623.059 -1373 -176.512 -1373 374.329C-1373 925.17 -793.518 1371.72 -78.6857 1371.72C636.147 1371.72 1215.63 925.17 1215.63 374.329C1215.63 -176.512 636.143 -623.059 -78.6857 -623.059Z"
6080
+ fill="var(--df-waves-of-progress-line-color)" />
6081
+ </g>
6082
+ </g>
6083
+ </svg>`;
6084
+ const circleUp = `<svg width="1440" height="810" viewBox="0 0 1440 810" fill="none" xmlns="http://www.w3.org/2000/svg">
6085
+ <path d="M1440 0H0V810H1440V0Z" fill="var(--df-waves-of-progress-bg-color)" />
6086
+ <mask id="mask0_3174_6806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="1440"
6087
+ height="810">
6088
+ <path d="M1440 0H0V810H1440V0Z" fill="white" />
6089
+ </mask>
6090
+ <g mask="url(#mask0_3174_6806)">
6091
+ <g opacity="0.5">
6092
+ <path
6093
+ d="M420.319 594.342C446.929 594.342 473.524 597.154 499.362 602.697C524.543 608.101 549.311 616.163 572.981 626.663C596.224 636.972 618.638 649.733 639.608 664.591C660.379 679.309 679.913 696.211 697.665 714.826C715.418 733.444 731.535 753.931 745.571 775.718C759.743 797.716 771.912 821.232 781.744 845.611C791.76 870.443 799.452 896.431 804.608 922.853C809.899 949.962 812.58 977.866 812.58 1005.79C812.58 1033.71 809.899 1061.61 804.608 1088.72C799.452 1115.14 791.76 1141.13 781.744 1165.97C771.912 1190.35 759.739 1213.86 745.571 1235.86C731.535 1257.65 715.418 1278.13 697.665 1296.75C679.913 1315.37 660.379 1332.27 639.608 1346.99C618.638 1361.84 596.224 1374.6 572.981 1384.91C549.311 1395.41 524.543 1403.48 499.362 1408.88C473.524 1414.43 446.929 1417.23 420.319 1417.23C393.709 1417.23 367.114 1414.42 341.277 1408.88C316.095 1403.48 291.327 1395.41 267.657 1384.91C244.414 1374.6 222 1361.84 201.03 1346.99C180.259 1332.27 160.725 1315.37 142.973 1296.75C125.22 1278.13 109.103 1257.65 95.0665 1235.86C80.8953 1213.86 68.7265 1190.34 58.894 1165.97C48.8778 1141.13 41.1865 1115.15 36.0303 1088.72C30.739 1061.61 28.0578 1033.71 28.0578 1005.79C28.0578 977.866 30.739 949.962 36.0303 922.853C41.1865 896.434 48.8778 870.447 58.894 845.611C68.7265 821.228 80.899 797.712 95.0665 775.718C109.103 753.931 125.22 733.444 142.973 714.826C160.725 696.207 180.259 679.306 201.03 664.591C222 649.733 244.414 636.972 267.657 626.663C291.327 616.163 316.095 608.101 341.277 602.697C367.114 597.151 393.709 594.342 420.319 594.342ZM420.319 592.842C202.853 592.842 26.5615 777.724 26.5615 1005.79C26.5615 1233.85 202.853 1418.73 420.319 1418.73C637.785 1418.73 814.077 1233.85 814.077 1005.79C814.077 777.724 637.785 592.842 420.319 592.842Z"
6094
+ fill="var(--df-waves-of-progress-line-color)" />
6095
+ </g>
6096
+ <g opacity="0.5">
6097
+ <path
6098
+ d="M541.351 240.172C587.813 240.172 634.246 245.617 679.358 256.353C723.327 266.816 766.576 282.431 807.908 302.759C848.491 322.724 887.637 347.433 924.256 376.203C960.53 404.703 994.643 437.437 1025.64 473.493C1056.65 509.553 1084.8 549.232 1109.31 591.427C1134.06 634.031 1155.32 679.578 1172.5 726.802C1189.99 774.903 1203.43 825.239 1212.43 876.416C1221.67 928.927 1226.36 982.976 1226.36 1037.06C1226.36 1091.14 1221.67 1145.19 1212.43 1197.7C1203.43 1248.88 1189.99 1299.21 1172.5 1347.31C1155.32 1394.54 1134.06 1440.09 1109.31 1482.69C1084.8 1524.88 1056.65 1564.56 1025.64 1600.62C994.643 1636.68 960.53 1669.41 924.256 1697.91C887.637 1726.68 848.495 1751.4 807.908 1771.36C766.58 1791.69 723.327 1807.3 679.358 1817.76C634.246 1828.5 587.813 1833.94 541.351 1833.94C494.888 1833.94 448.456 1828.5 403.343 1817.76C359.375 1807.3 316.126 1791.69 274.793 1771.36C234.207 1751.39 195.065 1726.68 158.446 1697.91C122.172 1669.41 88.0583 1636.68 57.0571 1600.62C26.0521 1564.56 -2.09915 1524.88 -26.6129 1482.69C-51.3629 1440.09 -72.6216 1394.54 -89.7966 1347.31C-107.29 1299.21 -120.727 1248.88 -129.73 1197.7C-138.97 1145.19 -143.654 1091.14 -143.654 1037.06C-143.654 982.976 -138.97 928.927 -129.73 876.416C-120.727 825.239 -107.29 774.903 -89.7966 726.802C-72.6216 679.578 -51.3629 634.031 -26.6129 591.427C-2.09915 549.232 26.0483 509.553 57.0571 473.493C88.0583 437.437 122.172 404.707 158.446 376.203C195.065 347.433 234.207 322.721 274.793 302.759C316.122 282.431 359.375 266.816 403.343 256.353C448.456 245.617 494.888 240.172 541.351 240.172ZM541.351 238.672C162.207 238.672 -145.15 596.122 -145.15 1037.06C-145.15 1477.99 162.207 1835.44 541.351 1835.44C920.495 1835.44 1227.85 1477.99 1227.85 1037.06C1227.85 596.122 920.495 238.672 541.351 238.672Z"
6099
+ fill="var(--df-waves-of-progress-line-color)" />
6100
+ </g>
6101
+ <g opacity="0.5">
6102
+ <path
6103
+ d="M662.386 -113.996C728.704 -113.996 794.982 -105.919 859.377 -89.9886C922.137 -74.4636 983.873 -51.2961 1042.87 -21.1311C1100.8 8.49016 1156.67 45.1539 1208.94 87.8439C1260.72 130.133 1309.41 178.699 1353.66 232.193C1397.91 285.694 1438.1 344.565 1473.08 407.171C1508.4 470.381 1538.75 537.96 1563.26 608.025C1588.23 679.388 1607.4 754.069 1620.26 829.995C1633.44 907.901 1640.13 988.088 1640.13 1068.33C1640.13 1148.57 1633.44 1228.75 1620.26 1306.66C1607.4 1382.58 1588.23 1457.27 1563.26 1528.63C1538.75 1598.69 1508.4 1666.27 1473.08 1729.48C1438.09 1792.09 1397.91 1850.96 1353.66 1904.46C1309.41 1957.96 1260.72 2006.52 1208.94 2048.81C1156.67 2091.5 1100.8 2128.16 1042.87 2157.78C983.873 2187.95 922.137 2211.12 859.377 2226.64C794.982 2242.57 728.704 2250.65 662.386 2250.65C596.067 2250.65 529.789 2242.57 465.394 2226.64C402.634 2211.12 340.898 2187.95 281.903 2157.78C223.973 2128.16 168.098 2091.5 115.831 2048.81C64.0544 2006.52 15.3644 1957.95 -28.8894 1904.46C-73.1431 1850.96 -113.324 1792.09 -148.312 1729.48C-183.637 1666.27 -213.978 1598.69 -238.492 1528.63C-263.459 1457.27 -282.637 1382.58 -295.488 1306.66C-308.677 1228.75 -315.363 1148.57 -315.363 1068.33C-315.363 988.088 -308.677 907.901 -295.488 829.995C-282.637 754.069 -263.459 679.388 -238.492 608.025C-213.978 537.96 -183.637 470.381 -148.312 407.171C-113.324 344.565 -73.1469 285.694 -28.8894 232.193C15.3606 178.695 64.0506 130.129 115.831 87.8439C168.098 45.1539 223.973 8.49016 281.903 -21.1311C340.898 -51.2961 402.634 -74.4636 465.394 -89.9886C529.789 -105.919 596.067 -113.996 662.386 -113.996ZM662.386 -115.496C121.564 -115.496 -316.859 414.521 -316.859 1068.33C-316.859 1722.13 121.564 2252.15 662.386 2252.15C1203.21 2252.15 1641.63 1722.13 1641.63 1068.33C1641.63 414.521 1203.21 -115.496 662.386 -115.496Z"
6104
+ fill="var(--df-waves-of-progress-line-color)" />
6105
+ </g>
6106
+ </g>
6107
+ </svg>`;
6108
+
6109
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
6110
+ const colors = ['sky', 'crimson', 'pumpkin', 'forest', 'canary', 'fuchsia', 'violet'];
6111
+ const colorsMap = {
6112
+ 'dark-sky': ['#000835', '#3A8BFF'],
6113
+ 'dark-crimson': ['#560900FF', '#FF514DFF'],
6114
+ 'dark-pumpkin': ['#5B2500FF', '#FF7920FF'],
6115
+ 'dark-forest': ['#023A00FF', '#92FF73FF'],
6116
+ 'dark-canary': ['#564A00FF', '#FCE649FF'],
6117
+ 'dark-fuchsia': ['#4F0230FF', '#FF58ACFF'],
6118
+ 'dark-violet': ['#26005AFF', '#B650FFFF'],
6119
+ 'vivid-sky': ['#3A8BFF', '#000835'],
6120
+ 'vivid-crimson': ['#FF514DFF', '#560900FF'],
6121
+ 'vivid-pumpkin': ['#FF7920FF', '#5B2500FF'],
6122
+ 'vivid-forest': ['#92FF73FF', '#023A00FF'],
6123
+ 'vivid-canary': ['#FCE649FF', '#564A00FF'],
6124
+ 'vivid-fuchsia': ['#FF58ACFF', '#4F0230FF'],
6125
+ 'vivid-violet': ['#B650FFFF', '#26005AFF'],
6126
+ 'light-sky': ['#C5D5F9FF', '#000835'],
6127
+ 'light-crimson': ['#FFD7D7FF', '#560900FF'],
6128
+ 'light-pumpkin': ['#FFD9C4FF', '#5B2500FF'],
6129
+ 'light-forest': ['#C8FFC0FF', '#023A00FF'],
6130
+ 'light-canary': ['#FFFEB0FF', '#564A00FF'],
6131
+ 'light-fuchsia': ['#FCC5F9FF', '#4F0230FF'],
6132
+ 'light-violet': ['#E4C7FFFF', '#26005AFF']
6133
+ };
6077
6134
  class DfWavesOfProgressDirective {
6135
+ constructor() {
6136
+ /**
6137
+ * The type of waves to display
6138
+ */
6139
+ this.dfWavesOfProgress = input.required(...(ngDevMode ? [{ debugName: "dfWavesOfProgress" }] : []));
6140
+ /**
6141
+ * The color of the waves. It can be one of the predefined brand colors or a custom color.
6142
+ * @example
6143
+ * 'dark-sky', 'vivid-crimson', 'light-forest', ['#000835', '#3A8BFF']
6144
+ */
6145
+ this.color = input('dark-sky', ...(ngDevMode ? [{ debugName: "color" }] : []));
6146
+ this.backgroundImage = computed(() => {
6147
+ const baseSvg = this.getWavesAsString(this.dfWavesOfProgress());
6148
+ let bgColor, lineColor;
6149
+ if (Array.isArray(this.color())) {
6150
+ [bgColor, lineColor] = this.color();
6151
+ }
6152
+ else {
6153
+ [bgColor, lineColor] = colorsMap[this.color()];
6154
+ }
6155
+ return `url(${this.prepareSvg(baseSvg, bgColor, lineColor)})`;
6156
+ }, ...(ngDevMode ? [{ debugName: "backgroundImage" }] : []));
6157
+ }
6078
6158
  /**
6079
6159
  * Prepares the SVG string by replacing color variables and encoding it.
6160
+ * @param svgAsString - The SVG string to prepare.
6080
6161
  * @param bgColor - The background color.
6081
6162
  * @param lineColor - The line color.
6082
6163
  * @returns The prepared SVG string.
6083
6164
  */
6084
- prepareSvg(bgColor, lineColor) {
6085
- let baseSvg = this.baseSvg.replace(/var\(\-\-df\-waves\-of\-progress\-bg\-color\)/g, bgColor);
6086
- baseSvg = baseSvg.replace(/var\(\-\-df\-waves\-of\-progress\-line\-color\)/g, lineColor);
6087
- baseSvg = baseSvg.replace(/#/g, '%23');
6165
+ prepareSvg(svgAsString, bgColor, lineColor) {
6166
+ // console.debug(`prepareSvg: ${svgAsString}`);
6167
+ const baseSvg = encodeURIComponent(svgAsString
6168
+ .replace(/var\(--df-waves-of-progress-bg-color\)/g, bgColor)
6169
+ .replace(/var\(--df-waves-of-progress-line-color\)/g, lineColor));
6088
6170
  return `'data:image/svg+xml;utf8,${baseSvg}'`;
6089
6171
  }
6090
- /**
6091
- * Updates the SVG background image based on the current element's styles.
6092
- */
6093
- updateSvg() {
6094
- if (isPlatformBrowser(this.platformId)) {
6095
- const computedStyle = window.getComputedStyle(this.elementRef.nativeElement);
6096
- const bgColor = computedStyle.getPropertyValue('--df-waves-of-progress-bg-color');
6097
- const lineColor = computedStyle.getPropertyValue('--df-waves-of-progress-line-color');
6098
- if (!bgColor || !lineColor) {
6099
- this.elementRef.nativeElement.style.backgroundImage = null;
6100
- }
6101
- else {
6102
- this.elementRef.nativeElement.style.backgroundImage = `url(${this.prepareSvg(bgColor, lineColor)})`;
6103
- }
6104
- }
6105
- }
6106
- constructor() {
6107
- /**
6108
- * The type of waves to display. In order to display the waves, the app using the directive must include the assets of Design Factory.
6109
- * It is possible to do so by adding the following snippet to the `angular.json` file in the `assets` configuration:
6110
- * @example
6111
- * "assets": [
6112
- * {
6113
- * "glob": "** / *", //remove the spaces between the asterisks and the slash
6114
- * "input": "node-modules/@design-factory/design-factory/assets/",
6115
- * "output": "assets/"
6116
- * },
6117
- * ...]
6118
- */
6119
- this.dfWavesOfProgress = input.required();
6120
- this.http = inject(HttpClient, { optional: true });
6121
- this.elementRef = inject(ElementRef);
6122
- this.platformId = inject(PLATFORM_ID);
6123
- this.baseSvg = '';
6124
- if (isPlatformBrowser(this.platformId)) {
6125
- effect(() => {
6126
- this.getSvg(this.dfWavesOfProgress());
6127
- });
6128
- }
6129
- }
6130
- getSvg(wavesType) {
6131
- if (!this.http) {
6132
- throw Error('Could not find HttpClient provider for use with DF Waves of progress. ' +
6133
- 'Please include the HttpClientModule from @angular/common/http in your ' +
6134
- 'app imports.');
6172
+ getWavesAsString(waves) {
6173
+ switch (waves) {
6174
+ case 'circleDiagonal':
6175
+ return circleDiagonal;
6176
+ case 'circleUp':
6177
+ return circleUp;
6178
+ case 'arrowRight':
6179
+ return arrowRight;
6180
+ case 'arrowUp':
6181
+ return arrowUp;
6182
+ default:
6183
+ return arrowRight;
6135
6184
  }
6136
- const url = `assets/waves_of_progress/${wavesType}.svg`;
6137
- this.http.get(url, { responseType: 'text' }).subscribe({
6138
- next: (svgString) => {
6139
- this.baseSvg = svgString.replace(/\n|\r/g, '');
6140
- this.updateSvg();
6141
- },
6142
- error: (error) => {
6143
- throw Error('[Design Factory] (Waves of progress): ' + error.message);
6144
- }
6145
- });
6146
6185
  }
6147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfWavesOfProgressDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
6148
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.4", type: DfWavesOfProgressDirective, isStandalone: true, selector: "[dfWavesOfProgress]", inputs: { dfWavesOfProgress: { classPropertyName: "dfWavesOfProgress", publicName: "dfWavesOfProgress", isSignal: true, isRequired: true, transformFunction: null } }, host: { classAttribute: "df-waves-of-progress-bg" }, exportAs: ["dfWavesOfProgress"], ngImport: i0 }); }
6186
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfWavesOfProgressDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
6187
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.3", type: DfWavesOfProgressDirective, isStandalone: true, selector: "[dfWavesOfProgress]", inputs: { dfWavesOfProgress: { classPropertyName: "dfWavesOfProgress", publicName: "dfWavesOfProgress", isSignal: true, isRequired: true, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.background-image": "backgroundImage()" }, styleAttribute: "\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center center;\n " }, exportAs: ["dfWavesOfProgress"], ngImport: i0 }); }
6149
6188
  }
6150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfWavesOfProgressDirective, decorators: [{
6189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfWavesOfProgressDirective, decorators: [{
6151
6190
  type: Directive,
6152
6191
  args: [{
6153
6192
  selector: '[dfWavesOfProgress]',
6154
6193
  exportAs: 'dfWavesOfProgress',
6155
6194
  host: {
6156
- class: 'df-waves-of-progress-bg'
6195
+ style: `
6196
+ background-size: cover;
6197
+ background-repeat: no-repeat;
6198
+ background-position: center center;
6199
+ `,
6200
+ '[style.background-image]': 'backgroundImage()'
6157
6201
  }
6158
6202
  }]
6159
- }], ctorParameters: () => [] });
6203
+ }] });
6160
6204
 
6161
6205
  class DfWavesOfProgressModule {
6162
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfWavesOfProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6163
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: DfWavesOfProgressModule, imports: [DfWavesOfProgressDirective], exports: [DfWavesOfProgressDirective] }); }
6164
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfWavesOfProgressModule }); }
6206
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfWavesOfProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6207
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: DfWavesOfProgressModule, imports: [DfWavesOfProgressDirective], exports: [DfWavesOfProgressDirective] }); }
6208
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfWavesOfProgressModule }); }
6165
6209
  }
6166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfWavesOfProgressModule, decorators: [{
6210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfWavesOfProgressModule, decorators: [{
6167
6211
  type: NgModule,
6168
6212
  args: [{
6169
6213
  imports: [DfWavesOfProgressDirective],
@@ -6176,10 +6220,10 @@ class DfAmadeusLogoComponent {
6176
6220
  /**
6177
6221
  * Class to apply to the SVG element. For example, you can use `df-logo-dim` to set proper dimensions inside footer and navbar.
6178
6222
  */
6179
- this.svgClass = input('');
6223
+ this.svgClass = input('', ...(ngDevMode ? [{ debugName: "svgClass" }] : []));
6180
6224
  }
6181
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAmadeusLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6182
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.0.4", type: DfAmadeusLogoComponent, isStandalone: true, selector: "df-amadeus-logo", inputs: { svgClass: { classPropertyName: "svgClass", publicName: "svgClass", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
6225
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAmadeusLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6226
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.3", type: DfAmadeusLogoComponent, isStandalone: true, selector: "df-amadeus-logo", inputs: { svgClass: { classPropertyName: "svgClass", publicName: "svgClass", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
6183
6227
  <svg [class]="svgClass()" viewBox="0 0 113 16" xmlns="http://www.w3.org/2000/svg">
6184
6228
  <path
6185
6229
  d="M107.272 6.62415C105.258 5.92656 104.367 5.46175 104.367 4.4161C104.367 3.75718 104.793 2.75021 106.807 2.75021C108.705 2.75021 110.72 3.60249 110.72 3.60249V0.696849C109.868 0.348052 108.357 0 106.652 0C103.746 0 100.958 1.54913 100.958 4.61021C100.958 7.67128 103.747 8.52282 105.646 9.14307C107.428 9.7239 108.629 10.3055 108.629 11.4671C108.629 12.4749 107.931 13.249 105.646 13.249C103.708 13.249 101.384 12.4749 101.384 12.4749V15.3798C101.384 15.3798 103.63 16 105.801 16C108.667 16 112.038 14.9923 112.038 11.2344C112.038 8.67751 109.946 7.55378 107.273 6.62415H107.272Z"
@@ -6213,7 +6257,7 @@ class DfAmadeusLogoComponent {
6213
6257
  <span class="visually-hidden">Amadeus</span>
6214
6258
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6215
6259
  }
6216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: DfAmadeusLogoComponent, decorators: [{
6260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DfAmadeusLogoComponent, decorators: [{
6217
6261
  type: Component,
6218
6262
  args: [{
6219
6263
  selector: 'df-amadeus-logo',
@@ -6264,5 +6308,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
6264
6308
  * Generated bundle index. Do not edit.
6265
6309
  */
6266
6310
 
6267
- export { BREAKPOINTS_VARS, ChangeContext, DF_BREAKPOINTS_VAR_DEFAULT, DfAccessibilityModule, DfAdvancedCardModule, DfAdvancedInputModule, DfAlertModule, DfAmadeusIconComponent, DfAmadeusLogoComponent, DfBreakpoints, DfDatePickerModule, DfDatepickerRangeDirective, DfDatepickerRangeService, DfDefaultSpinnerComponent, DfDirectionDetectionService, DfExcludeTrapDirective, DfFooterModule, DfIconModule, DfIfMediaDirective, DfInputIconDirective, DfInsertIconDirective, DfInsertIconModule, DfManageBadgeEventsDirective, DfManageCardSelectionDirective, DfManageNavSelectDirective, DfManageSideNavDirective, DfMedia, DfMediaModule, DfMediaObserver, DfMediaQuery, DfModalService, DfModule, DfNavItemType, DfOptionHighlightDirective, DfPopoverConfig, DfPopoverModule, DfProgressIndicatorBackdropComponent, DfProgressIndicatorContainerComponent, DfProgressIndicatorContentPosition, DfProgressIndicatorContentProgressBar, DfProgressIndicatorContentSpinner, DfProgressIndicatorContentType, DfProgressIndicatorDirective, DfProgressIndicatorModule, DfProgressIndicatorRef, DfProgressIndicatorService, DfProgressbarComponent, DfProgressbarModule, DfSelectModule, DfSideNavCollapseDirective, DfSideNavCollapseModule, DfSideNavCollapseService, DfSideNavComponent, DfSideNavConfig, DfSideNavHeaderDirective, DfSideNavIconDirective, DfSideNavItemDirective, DfSideNavModule, DfSideNavService, DfSliderDirectionDirective, DfSliderModule, DfStepperComponent, DfStepperDirective, DfStepperModule, DfStepperService, DfStepperStepContentDirective, DfStepperStepDirective, DfTitleTruncateDirective, DfToastModule, DfTooltipModule, DfTooltipTruncateDirective, DfTriggerClickDirective, DfWavesOfProgressDirective, DfWavesOfProgressModule, LabelType, Options, PointerType, RightToLeftDirectionEnum, SkipLinkDirective, SkipLinksContainerComponent, SliderComponent };
6311
+ export { BREAKPOINTS_VARS, ChangeContext, DF_BREAKPOINTS_VAR_DEFAULT, DfAccessibilityModule, DfAdvancedCardModule, DfAdvancedInputModule, DfAlertModule, DfAmadeusIconComponent, DfAmadeusLogoComponent, DfBreakpoints, DfDatePickerModule, DfDatepickerRangeDirective, DfDatepickerRangeService, DfDefaultSpinnerComponent, DfDirectionDetectionService, DfFooterModule, DfIconModule, DfIfMediaDirective, DfInputIconDirective, DfInsertIconDirective, DfInsertIconModule, DfManageBadgeEventsDirective, DfManageCardSelectionDirective, DfManageNavSelectDirective, DfManageSideNavDirective, DfMedia, DfMediaModule, DfMediaObserver, DfMediaQuery, DfModule, DfNavItemType, DfOptionHighlightDirective, DfPopoverConfig, DfPopoverModule, DfProgressIndicatorBackdropComponent, DfProgressIndicatorContainerComponent, DfProgressIndicatorContentPosition, DfProgressIndicatorContentProgressBar, DfProgressIndicatorContentSpinner, DfProgressIndicatorContentType, DfProgressIndicatorDirective, DfProgressIndicatorModule, DfProgressIndicatorRef, DfProgressIndicatorService, DfProgressbarComponent, DfProgressbarModule, DfSelectModule, DfSideNavCollapseDirective, DfSideNavCollapseModule, DfSideNavCollapseService, DfSideNavComponent, DfSideNavConfig, DfSideNavHeaderDirective, DfSideNavIconDirective, DfSideNavItemDirective, DfSideNavModule, DfSideNavService, DfSliderDirectionDirective, DfSliderModule, DfStepperComponent, DfStepperDirective, DfStepperModule, DfStepperService, DfStepperStepContentDirective, DfStepperStepDirective, DfTitleTruncateDirective, DfToastModule, DfTooltipModule, DfTooltipTruncateDirective, DfTriggerClickDirective, DfWavesOfProgressDirective, DfWavesOfProgressModule, LabelType, Options, PointerType, RightToLeftDirectionEnum, SkipLinkDirective, SkipLinksContainerComponent, SliderComponent };
6268
6312
  //# sourceMappingURL=design-factory.mjs.map