@dereekb/dbx-web 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/esm2020/lib/action/action.confirm.directive.mjs +3 -3
  2. package/esm2020/lib/action/action.module.mjs +4 -4
  3. package/esm2020/lib/action/action.snackbar.component.mjs +3 -3
  4. package/esm2020/lib/action/key.trigger.directive.mjs +3 -3
  5. package/esm2020/lib/action/transition/action.transition.module.mjs +4 -4
  6. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +3 -3
  7. package/esm2020/lib/action/transition/transition.safety.directive.mjs +3 -3
  8. package/esm2020/lib/button/button.component.mjs +3 -3
  9. package/esm2020/lib/button/button.module.mjs +4 -4
  10. package/esm2020/lib/button/button.spacer.component.mjs +3 -3
  11. package/esm2020/lib/dbx-web.module.mjs +8 -8
  12. package/esm2020/lib/error/error.action.directive.mjs +3 -3
  13. package/esm2020/lib/error/error.component.mjs +3 -3
  14. package/esm2020/lib/error/error.loading.directive.mjs +3 -3
  15. package/esm2020/lib/error/error.module.mjs +4 -4
  16. package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +3 -3
  17. package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +3 -3
  18. package/esm2020/lib/interaction/dialog/dialog.module.mjs +4 -4
  19. package/esm2020/lib/interaction/filter/filter.module.mjs +4 -4
  20. package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +3 -3
  21. package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +3 -3
  22. package/esm2020/lib/interaction/filter/filter.popover.component.mjs +3 -3
  23. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +3 -3
  24. package/esm2020/lib/interaction/interaction.module.mjs +4 -4
  25. package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +3 -3
  26. package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +6 -6
  27. package/esm2020/lib/interaction/popover/popover.action.button.directive.mjs +3 -3
  28. package/esm2020/lib/interaction/popover/popover.action.directive.mjs +3 -3
  29. package/esm2020/lib/interaction/popover/popover.component.mjs +3 -3
  30. package/esm2020/lib/interaction/popover/popover.content.component.mjs +3 -3
  31. package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +3 -3
  32. package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +3 -3
  33. package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +3 -3
  34. package/esm2020/lib/interaction/popover/popover.header.component.mjs +3 -3
  35. package/esm2020/lib/interaction/popover/popover.module.mjs +4 -4
  36. package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +3 -3
  37. package/esm2020/lib/interaction/popover/popover.service.mjs +3 -3
  38. package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +3 -3
  39. package/esm2020/lib/interaction/popup/popup.component.mjs +3 -3
  40. package/esm2020/lib/interaction/popup/popup.content.component.mjs +3 -3
  41. package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +3 -3
  42. package/esm2020/lib/interaction/popup/popup.controls.component.mjs +3 -3
  43. package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +3 -3
  44. package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +3 -3
  45. package/esm2020/lib/interaction/popup/popup.module.mjs +4 -4
  46. package/esm2020/lib/interaction/popup/popup.service.mjs +3 -3
  47. package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +3 -3
  48. package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +3 -3
  49. package/esm2020/lib/interaction/prompt/prompt.component.mjs +3 -3
  50. package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +3 -3
  51. package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +3 -3
  52. package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +6 -6
  53. package/esm2020/lib/interaction/prompt/prompt.module.mjs +4 -4
  54. package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +3 -3
  55. package/esm2020/lib/keypress/keydown.listener.directive.mjs +3 -3
  56. package/esm2020/lib/keypress/keypress.module.mjs +4 -4
  57. package/esm2020/lib/layout/bar/bar.directive.mjs +3 -3
  58. package/esm2020/lib/layout/bar/bar.header.component.mjs +3 -3
  59. package/esm2020/lib/layout/bar/bar.layout.module.mjs +4 -4
  60. package/esm2020/lib/layout/bar/pagebar.component.mjs +3 -3
  61. package/esm2020/lib/layout/block/block.layout.module.mjs +4 -4
  62. package/esm2020/lib/layout/block/two.block.component.mjs +3 -3
  63. package/esm2020/lib/layout/card/card.box.component.mjs +3 -3
  64. package/esm2020/lib/layout/card/card.box.container.component.mjs +3 -3
  65. package/esm2020/lib/layout/card/card.box.layout.module.mjs +4 -4
  66. package/esm2020/lib/layout/column/column.layout.module.mjs +4 -4
  67. package/esm2020/lib/layout/column/one/one.column.component.mjs +3 -3
  68. package/esm2020/lib/layout/column/one/one.column.module.mjs +4 -4
  69. package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +3 -3
  70. package/esm2020/lib/layout/column/two/two.column.component.mjs +3 -3
  71. package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +3 -3
  72. package/esm2020/lib/layout/column/two/two.column.head.component.mjs +3 -3
  73. package/esm2020/lib/layout/column/two/two.column.module.mjs +4 -4
  74. package/esm2020/lib/layout/column/two/two.column.right.component.mjs +3 -3
  75. package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +3 -3
  76. package/esm2020/lib/layout/column/two/two.column.store.mjs +3 -3
  77. package/esm2020/lib/layout/compact/compact.directive.mjs +3 -3
  78. package/esm2020/lib/layout/compact/compact.layout.module.mjs +4 -4
  79. package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
  80. package/esm2020/lib/layout/content/content.border.directive.mjs +3 -3
  81. package/esm2020/lib/layout/content/content.box.directive.mjs +3 -3
  82. package/esm2020/lib/layout/content/content.container.directive.mjs +3 -3
  83. package/esm2020/lib/layout/content/content.directive.mjs +3 -3
  84. package/esm2020/lib/layout/content/content.elevate.directive.mjs +3 -3
  85. package/esm2020/lib/layout/content/content.layout.module.mjs +4 -4
  86. package/esm2020/lib/layout/content/content.page.directive.mjs +3 -3
  87. package/esm2020/lib/layout/flag/flag.component.mjs +3 -3
  88. package/esm2020/lib/layout/flag/flag.layout.module.mjs +4 -4
  89. package/esm2020/lib/layout/flag/flag.prompt.component.mjs +3 -3
  90. package/esm2020/lib/layout/flex/flex.group.directive.mjs +3 -3
  91. package/esm2020/lib/layout/flex/flex.layout.module.mjs +4 -4
  92. package/esm2020/lib/layout/flex/flex.size.directive.mjs +3 -3
  93. package/esm2020/lib/layout/item/item.icon.component.mjs +3 -3
  94. package/esm2020/lib/layout/item/item.layout.module.mjs +4 -4
  95. package/esm2020/lib/layout/layout.module.mjs +4 -4
  96. package/esm2020/lib/layout/list/list.component.mjs +6 -6
  97. package/esm2020/lib/layout/list/list.content.empty.component.mjs +3 -3
  98. package/esm2020/lib/layout/list/list.directive.mjs +6 -6
  99. package/esm2020/lib/layout/list/list.layout.module.mjs +4 -4
  100. package/esm2020/lib/layout/list/list.view.directive.mjs +3 -3
  101. package/esm2020/lib/layout/list/list.view.selection.directive.mjs +3 -3
  102. package/esm2020/lib/layout/list/list.view.value.component.mjs +3 -3
  103. package/esm2020/lib/layout/list/list.view.value.directive.mjs +3 -3
  104. package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +3 -3
  105. package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +6 -6
  106. package/esm2020/lib/layout/section/section.component.mjs +3 -3
  107. package/esm2020/lib/layout/section/section.header.component.mjs +3 -3
  108. package/esm2020/lib/layout/section/section.intro.component.mjs +3 -3
  109. package/esm2020/lib/layout/section/section.layout.module.mjs +4 -4
  110. package/esm2020/lib/layout/section/section.page.component.mjs +3 -3
  111. package/esm2020/lib/layout/section/subsection.component.mjs +3 -3
  112. package/esm2020/lib/layout/step/step.component.mjs +3 -3
  113. package/esm2020/lib/layout/step/step.layout.module.mjs +4 -4
  114. package/esm2020/lib/layout/style/spacer.directive.mjs +3 -3
  115. package/esm2020/lib/layout/style/style.body.directive.mjs +3 -3
  116. package/esm2020/lib/layout/style/style.directive.mjs +3 -3
  117. package/esm2020/lib/layout/style/style.layout.module.mjs +4 -4
  118. package/esm2020/lib/layout/style/style.service.mjs +3 -3
  119. package/esm2020/lib/layout/style/style.set.directive.mjs +3 -3
  120. package/esm2020/lib/layout/text/hint.component.mjs +3 -3
  121. package/esm2020/lib/layout/text/label.component.mjs +3 -3
  122. package/esm2020/lib/layout/text/linkify.component.mjs +3 -3
  123. package/esm2020/lib/layout/text/note.component.mjs +3 -3
  124. package/esm2020/lib/layout/text/notice.component.mjs +3 -3
  125. package/esm2020/lib/layout/text/ok.component.mjs +3 -3
  126. package/esm2020/lib/layout/text/success.component.mjs +3 -3
  127. package/esm2020/lib/layout/text/text.chips.component.mjs +3 -3
  128. package/esm2020/lib/layout/text/text.module.mjs +4 -4
  129. package/esm2020/lib/layout/text/warn.component.mjs +3 -3
  130. package/esm2020/lib/loading/basic-loading.component.mjs +3 -3
  131. package/esm2020/lib/loading/loading-progress.component.mjs +3 -3
  132. package/esm2020/lib/loading/loading.component.mjs +3 -3
  133. package/esm2020/lib/loading/loading.module.mjs +4 -4
  134. package/esm2020/lib/router/layout/anchor/anchor.component.mjs +3 -3
  135. package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +3 -3
  136. package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +3 -3
  137. package/esm2020/lib/router/layout/anchor/anchor.module.mjs +4 -4
  138. package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +3 -3
  139. package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +3 -3
  140. package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +4 -4
  141. package/esm2020/lib/router/layout/layout.module.mjs +4 -4
  142. package/esm2020/lib/router/layout/navbar/navbar.component.mjs +3 -3
  143. package/esm2020/lib/router/layout/navbar/navbar.module.mjs +4 -4
  144. package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +3 -3
  145. package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +3 -3
  146. package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +4 -4
  147. package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +3 -3
  148. package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +3 -3
  149. package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +3 -3
  150. package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +4 -4
  151. package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +3 -3
  152. package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +4 -4
  153. package/esm2020/lib/screen/screen.module.mjs +4 -4
  154. package/esm2020/lib/screen/screen.service.mjs +3 -3
  155. package/fesm2015/dereekb-dbx-web.mjs +519 -519
  156. package/fesm2020/dereekb-dbx-web.mjs +519 -519
  157. package/package.json +20 -20
@@ -12,8 +12,8 @@ import * as i0 from "@angular/core";
12
12
  */
13
13
  export class DbxContentLayoutModule {
14
14
  }
15
- DbxContentLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- DbxContentLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentLayoutModule, declarations: [DbxContentDirective,
15
+ DbxContentLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ DbxContentLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentLayoutModule, declarations: [DbxContentDirective,
17
17
  DbxContentContainerDirective,
18
18
  DbxContentBorderDirective,
19
19
  DbxContentElevateDirective,
@@ -24,10 +24,10 @@ DbxContentLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0",
24
24
  DbxContentElevateDirective,
25
25
  DbxContentBoxDirective,
26
26
  DbxContentPageDirective] });
27
- DbxContentLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentLayoutModule, imports: [[
27
+ DbxContentLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentLayoutModule, imports: [[
28
28
  CommonModule
29
29
  ]] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentLayoutModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentLayoutModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [
@@ -5,9 +5,9 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxContentPageDirective {
7
7
  }
8
- DbxContentPageDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentPageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- DbxContentPageDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxContentPageDirective, selector: "dbx-content-page,[dbx-content-page]", host: { classAttribute: "d-block dbx-content-page" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentPageDirective, decorators: [{
8
+ DbxContentPageDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentPageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ DbxContentPageDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxContentPageDirective, selector: "dbx-content-page,[dbx-content-page]", host: { classAttribute: "d-block dbx-content-page" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentPageDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'dbx-content-page,[dbx-content-page]',
@@ -9,15 +9,15 @@ export class DbxFlagComponent {
9
9
  this.color = 'accent';
10
10
  }
11
11
  }
12
- DbxFlagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- DbxFlagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxFlagComponent, selector: "dbx-flag", inputs: { color: "color" }, ngImport: i0, template: `
12
+ DbxFlagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ DbxFlagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxFlagComponent, selector: "dbx-flag", inputs: { color: "color" }, ngImport: i0, template: `
14
14
  <div class="dbx-flag">
15
15
  <mat-toolbar [color]="color">
16
16
  <ng-content></ng-content>
17
17
  </mat-toolbar>
18
18
  </div>
19
19
  `, isInline: true, components: [{ type: i1.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }] });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'dbx-flag',
@@ -9,16 +9,16 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class DbxFlagLayoutModule {
11
11
  }
12
- DbxFlagLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- DbxFlagLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagLayoutModule, declarations: [DbxFlagComponent,
12
+ DbxFlagLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ DbxFlagLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagLayoutModule, declarations: [DbxFlagComponent,
14
14
  DbxFlagPromptComponent], imports: [CommonModule,
15
15
  MatToolbarModule], exports: [DbxFlagComponent,
16
16
  DbxFlagPromptComponent] });
17
- DbxFlagLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagLayoutModule, imports: [[
17
+ DbxFlagLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagLayoutModule, imports: [[
18
18
  CommonModule,
19
19
  MatToolbarModule
20
20
  ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagLayoutModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagLayoutModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [
@@ -9,15 +9,15 @@ export class DbxFlagPromptComponent {
9
9
  this.color = 'accent';
10
10
  }
11
11
  }
12
- DbxFlagPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagPromptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- DbxFlagPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxFlagPromptComponent, selector: "dbx-flag-prompt", inputs: { color: "color", text: "text" }, ngImport: i0, template: `
12
+ DbxFlagPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagPromptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ DbxFlagPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxFlagPromptComponent, selector: "dbx-flag-prompt", inputs: { color: "color", text: "text" }, ngImport: i0, template: `
14
14
  <dbx-flag [color]="color">
15
15
  <span class="dbx-flag-prompt">{{ text }}</span>
16
16
  <span class="dbx-flag-spacer"></span>
17
17
  <ng-content></ng-content>
18
18
  </dbx-flag>
19
19
  `, isInline: true, components: [{ type: i1.DbxFlagComponent, selector: "dbx-flag", inputs: ["color"] }] });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlagPromptComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlagPromptComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'dbx-flag-prompt',
@@ -31,9 +31,9 @@ export class DbxFlexGroupDirective extends AbstractSubscriptionDirective {
31
31
  this._breakpoint.next(breakpoint ?? 'tablet');
32
32
  }
33
33
  }
34
- DbxFlexGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexGroupDirective, deps: [{ token: i1.DbxScreenMediaService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
35
- DbxFlexGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxFlexGroupDirective, selector: "[dbxFlexGroup]", inputs: { content: "content", relative: "relative", breakpoint: "breakpoint" }, host: { properties: { "class.dbx-flex-group": "content", "class.dbx-flex-group-small": "small", "class.dbx-flex-group-relative": "relative" } }, usesInheritance: true, ngImport: i0 });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexGroupDirective, decorators: [{
34
+ DbxFlexGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexGroupDirective, deps: [{ token: i1.DbxScreenMediaService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
35
+ DbxFlexGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxFlexGroupDirective, selector: "[dbxFlexGroup]", inputs: { content: "content", relative: "relative", breakpoint: "breakpoint" }, host: { properties: { "class.dbx-flex-group": "content", "class.dbx-flex-group-small": "small", "class.dbx-flex-group-relative": "relative" } }, usesInheritance: true, ngImport: i0 });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexGroupDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: '[dbxFlexGroup]',
@@ -5,14 +5,14 @@ import { DbxFlexSizeDirective } from './flex.size.directive';
5
5
  import * as i0 from "@angular/core";
6
6
  export class DbxFlexLayoutModule {
7
7
  }
8
- DbxFlexLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- DbxFlexLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexLayoutModule, declarations: [DbxFlexGroupDirective,
8
+ DbxFlexLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ DbxFlexLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexLayoutModule, declarations: [DbxFlexGroupDirective,
10
10
  DbxFlexSizeDirective], imports: [CommonModule], exports: [DbxFlexGroupDirective,
11
11
  DbxFlexSizeDirective] });
12
- DbxFlexLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexLayoutModule, imports: [[
12
+ DbxFlexLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexLayoutModule, imports: [[
13
13
  CommonModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexLayoutModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexLayoutModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -8,9 +8,9 @@ export class DbxFlexSizeDirective {
8
8
  this.size = 1;
9
9
  }
10
10
  }
11
- DbxFlexSizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexSizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- DbxFlexSizeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxFlexSizeDirective, selector: "[dbxFlexSize]", inputs: { size: ["dbxFlexSize", "size"] }, host: { properties: { "class": "\"dbx-flex-\" + size" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxFlexSizeDirective, decorators: [{
11
+ DbxFlexSizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexSizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ DbxFlexSizeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxFlexSizeDirective, selector: "[dbxFlexSize]", inputs: { size: ["dbxFlexSize", "size"] }, host: { properties: { "class": "\"dbx-flex-\" + size" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxFlexSizeDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[dbxFlexSize]',
@@ -7,8 +7,8 @@ import * as i2 from "@angular/common";
7
7
  */
8
8
  export class DbxIconItemComponent {
9
9
  }
10
- DbxIconItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxIconItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- DbxIconItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxIconItemComponent, selector: "dbx-icon-item", inputs: { icon: "icon", header: "header" }, ngImport: i0, template: `
10
+ DbxIconItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxIconItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ DbxIconItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxIconItemComponent, selector: "dbx-icon-item", inputs: { icon: "icon", header: "header" }, ngImport: i0, template: `
12
12
  <div class="dbx-icon-item">
13
13
  <div class="left">
14
14
  <mat-icon>{{ icon }}</mat-icon>
@@ -21,7 +21,7 @@ DbxIconItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
21
21
  </div>
22
22
  </div>
23
23
  `, isInline: true, components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxIconItemComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxIconItemComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  selector: 'dbx-icon-item',
@@ -5,14 +5,14 @@ import { DbxIconItemComponent } from './item.icon.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class DbxItemLayoutModule {
7
7
  }
8
- DbxItemLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxItemLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- DbxItemLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxItemLayoutModule, declarations: [DbxIconItemComponent], imports: [CommonModule,
8
+ DbxItemLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxItemLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ DbxItemLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxItemLayoutModule, declarations: [DbxIconItemComponent], imports: [CommonModule,
10
10
  MatIconModule], exports: [DbxIconItemComponent] });
11
- DbxItemLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxItemLayoutModule, imports: [[
11
+ DbxItemLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxItemLayoutModule, imports: [[
12
12
  CommonModule,
13
13
  MatIconModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxItemLayoutModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxItemLayoutModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -16,8 +16,8 @@ import { DbxFlexLayoutModule } from './flex/flex.layout.module';
16
16
  import * as i0 from "@angular/core";
17
17
  export class DbxLayoutModule {
18
18
  }
19
- DbxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- DbxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxLayoutModule, exports: [DbxBarLayoutModule,
19
+ DbxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ DbxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxLayoutModule, exports: [DbxBarLayoutModule,
21
21
  DbxBlockLayoutModule,
22
22
  DbxCardBoxLayoutModule,
23
23
  DbxColumnLayoutModule,
@@ -31,7 +31,7 @@ DbxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
31
31
  DbxStepLayoutModule,
32
32
  DbxStyleLayoutModule,
33
33
  DbxTextModule] });
34
- DbxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxLayoutModule, imports: [DbxBarLayoutModule,
34
+ DbxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxLayoutModule, imports: [DbxBarLayoutModule,
35
35
  DbxBlockLayoutModule,
36
36
  DbxCardBoxLayoutModule,
37
37
  DbxColumnLayoutModule,
@@ -45,7 +45,7 @@ DbxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
45
45
  DbxStepLayoutModule,
46
46
  DbxStyleLayoutModule,
47
47
  DbxTextModule] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxLayoutModule, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxLayoutModule, decorators: [{
49
49
  type: NgModule,
50
50
  args: [{
51
51
  exports: [
@@ -178,9 +178,9 @@ export class DbxListComponent {
178
178
  }
179
179
  }
180
180
  }
181
- DbxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
182
- DbxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxListComponent, selector: "dbx-list", inputs: { padded: "padded", state$: "state$", config: "config", disabled: "disabled" }, outputs: { contentScrolled: "contentScrolled" }, host: { properties: { "class.dbx-list-padded": "padded" }, classAttribute: "d-block dbx-list" }, ngImport: i0, template: "<dbx-loading [context]=\"context\" [linear]=\"true\"></dbx-loading>\n<div dbx-list-internal-content infinite-scroll [infiniteScrollDistance]=\"(scrollDistance$ | async) ?? DEFAULT_SCROLL_DISTANCE\"\n [infiniteScrollUpDistance]=\"(scrollDistance$ | async) ?? DEFAULT_SCROLL_DISTANCE\" [hide]=\"hideContent$ | async\"\n [infiniteScrollThrottle]=\"(throttleScroll$ | async) ?? DEFAULT_THROTTLE_SCROLL\" [scrollWindow]=\"false\"\n (scrolled)=\"onScrollDown()\" (scrolledUp)=\"onScrollUp()\">\n <ng-content select=\"[top]\"></ng-content>\n <dbx-injected-content [config]=\"injectedComponentConfig$ | async\"></dbx-injected-content>\n <ng-content select=\"[bottom]\"></ng-content>\n</div>\n<ng-content *ngIf=\"isEmpty$ | async\" select=\"[empty]\"></ng-content>\n", components: [{ type: i0.forwardRef(function () { return i1.DbxLoadingComponent; }), selector: "dbx-loading", inputs: ["show", "text", "mode", "color", "diameter", "linear", "context", "loading", "error"] }, { type: i0.forwardRef(function () { return i2.DbxInjectedComponent; }), selector: "dbx-injected-content, [dbx-injected-content]", inputs: ["config", "template"] }], directives: [{ type: i0.forwardRef(function () { return DbxListInternalContentDirective; }), selector: "[dbx-list-internal-content]", inputs: ["hide"] }, { type: i0.forwardRef(function () { return i3.InfiniteScrollDirective; }), selector: "[infiniteScroll], [infinite-scroll], [data-infinite-scroll]", inputs: ["infiniteScrollDistance", "infiniteScrollUpDistance", "infiniteScrollThrottle", "infiniteScrollDisabled", "infiniteScrollContainer", "scrollWindow", "immediateCheck", "horizontal", "alwaysCallback", "fromRoot"], outputs: ["scrolled", "scrolledUp"] }, { type: i0.forwardRef(function () { return i4.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i0.forwardRef(function () { return i4.AsyncPipe; }) } });
183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListComponent, decorators: [{
181
+ DbxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
182
+ DbxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxListComponent, selector: "dbx-list", inputs: { padded: "padded", state$: "state$", config: "config", disabled: "disabled" }, outputs: { contentScrolled: "contentScrolled" }, host: { properties: { "class.dbx-list-padded": "padded" }, classAttribute: "d-block dbx-list" }, ngImport: i0, template: "<dbx-loading [context]=\"context\" [linear]=\"true\"></dbx-loading>\n<div dbx-list-internal-content infinite-scroll [infiniteScrollDistance]=\"(scrollDistance$ | async) ?? DEFAULT_SCROLL_DISTANCE\"\n [infiniteScrollUpDistance]=\"(scrollDistance$ | async) ?? DEFAULT_SCROLL_DISTANCE\" [hide]=\"hideContent$ | async\"\n [infiniteScrollThrottle]=\"(throttleScroll$ | async) ?? DEFAULT_THROTTLE_SCROLL\" [scrollWindow]=\"false\"\n (scrolled)=\"onScrollDown()\" (scrolledUp)=\"onScrollUp()\">\n <ng-content select=\"[top]\"></ng-content>\n <dbx-injected-content [config]=\"injectedComponentConfig$ | async\"></dbx-injected-content>\n <ng-content select=\"[bottom]\"></ng-content>\n</div>\n<ng-content *ngIf=\"isEmpty$ | async\" select=\"[empty]\"></ng-content>\n", components: [{ type: i0.forwardRef(function () { return i1.DbxLoadingComponent; }), selector: "dbx-loading", inputs: ["show", "text", "mode", "color", "diameter", "linear", "context", "loading", "error"] }, { type: i0.forwardRef(function () { return i2.DbxInjectedComponent; }), selector: "dbx-injected-content, [dbx-injected-content]", inputs: ["config", "template"] }], directives: [{ type: i0.forwardRef(function () { return DbxListInternalContentDirective; }), selector: "[dbx-list-internal-content]", inputs: ["hide"] }, { type: i0.forwardRef(function () { return i3.InfiniteScrollDirective; }), selector: "[infiniteScroll], [infinite-scroll], [data-infinite-scroll]", inputs: ["infiniteScrollDistance", "infiniteScrollUpDistance", "infiniteScrollThrottle", "infiniteScrollDisabled", "infiniteScrollContainer", "scrollWindow", "immediateCheck", "horizontal", "alwaysCallback", "fromRoot"], outputs: ["scrolled", "scrolledUp"] }, { type: i0.forwardRef(function () { return i4.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i0.forwardRef(function () { return i4.AsyncPipe; }) } });
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListComponent, decorators: [{
184
184
  type: Component,
185
185
  args: [{ selector: 'dbx-list', host: {
186
186
  'class': 'd-block dbx-list',
@@ -212,9 +212,9 @@ export class DbxListInternalContentDirective {
212
212
  this.parent.contentScrolled.emit(position);
213
213
  }
214
214
  }
215
- DbxListInternalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListInternalContentDirective, deps: [{ token: DbxListComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
216
- DbxListInternalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxListInternalContentDirective, selector: "[dbx-list-internal-content]", inputs: { hide: "hide" }, host: { listeners: { "scroll": "onScrollEvent($event)" }, properties: { "class.dbx-list-content-hidden": "hide" }, classAttribute: "d-block dbx-list-content" }, ngImport: i0 });
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListInternalContentDirective, decorators: [{
215
+ DbxListInternalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListInternalContentDirective, deps: [{ token: DbxListComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
216
+ DbxListInternalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxListInternalContentDirective, selector: "[dbx-list-internal-content]", inputs: { hide: "hide" }, host: { listeners: { "scroll": "onScrollEvent($event)" }, properties: { "class.dbx-list-content-hidden": "hide" }, classAttribute: "d-block dbx-list-content" }, ngImport: i0 });
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListInternalContentDirective, decorators: [{
218
218
  type: Directive,
219
219
  args: [{
220
220
  selector: '[dbx-list-internal-content]',
@@ -5,13 +5,13 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxListEmptyContentComponent {
7
7
  }
8
- DbxListEmptyContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListEmptyContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- DbxListEmptyContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxListEmptyContentComponent, selector: "dbx-list-empty-content", ngImport: i0, template: `
8
+ DbxListEmptyContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListEmptyContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ DbxListEmptyContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxListEmptyContentComponent, selector: "dbx-list-empty-content", ngImport: i0, template: `
10
10
  <div class="dbx-list-empty-content">
11
11
  <ng-content></ng-content>
12
12
  </div>
13
13
  `, isInline: true });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListEmptyContentComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListEmptyContentComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'dbx-list-empty-content',
@@ -41,9 +41,9 @@ export class AbstractDbxListWrapperDirective {
41
41
  };
42
42
  }
43
43
  }
44
- AbstractDbxListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxListWrapperDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
45
- AbstractDbxListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractDbxListWrapperDirective, inputs: { disabled: "disabled", state$: "state$" }, outputs: { clickItem: "clickItem", loadMore: "loadMore" }, ngImport: i0 });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxListWrapperDirective, decorators: [{
44
+ AbstractDbxListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxListWrapperDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
45
+ AbstractDbxListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractDbxListWrapperDirective, inputs: { disabled: "disabled", state$: "state$" }, outputs: { clickItem: "clickItem", loadMore: "loadMore" }, ngImport: i0 });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxListWrapperDirective, decorators: [{
47
47
  type: Directive
48
48
  }], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { disabled: [{
49
49
  type: Input
@@ -68,9 +68,9 @@ export class AbstractDbxSelectionListWrapperDirective extends AbstractDbxListWra
68
68
  return result;
69
69
  }
70
70
  }
71
- AbstractDbxSelectionListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxSelectionListWrapperDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
72
- AbstractDbxSelectionListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractDbxSelectionListWrapperDirective, outputs: { selectionChange: "selectionChange" }, usesInheritance: true, ngImport: i0 });
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxSelectionListWrapperDirective, decorators: [{
71
+ AbstractDbxSelectionListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxSelectionListWrapperDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
72
+ AbstractDbxSelectionListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractDbxSelectionListWrapperDirective, outputs: { selectionChange: "selectionChange" }, usesInheritance: true, ngImport: i0 });
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxSelectionListWrapperDirective, decorators: [{
74
74
  type: Directive
75
75
  }], propDecorators: { selectionChange: [{
76
76
  type: Output
@@ -13,8 +13,8 @@ import { DbxValueListViewComponent } from './list.view.value.component';
13
13
  import * as i0 from "@angular/core";
14
14
  export class DbxListLayoutModule {
15
15
  }
16
- DbxListLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- DbxListLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListLayoutModule, declarations: [DbxListComponent,
16
+ DbxListLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
+ DbxListLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListLayoutModule, declarations: [DbxListComponent,
18
18
  DbxListInternalContentDirective,
19
19
  DbxListEmptyContentComponent,
20
20
  DbxValueListViewComponent,
@@ -30,7 +30,7 @@ DbxListLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ver
30
30
  DbxValueListViewComponent,
31
31
  DbxSelectionValueListViewComponent,
32
32
  DbxSelectionValueListItemViewComponent] });
33
- DbxListLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListLayoutModule, imports: [[
33
+ DbxListLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListLayoutModule, imports: [[
34
34
  CommonModule,
35
35
  DbxLoadingModule,
36
36
  DbxAnchorModule,
@@ -39,7 +39,7 @@ DbxListLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ver
39
39
  MatListModule,
40
40
  MatIconModule
41
41
  ]] });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxListLayoutModule, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxListLayoutModule, decorators: [{
43
43
  type: NgModule,
44
44
  args: [{
45
45
  imports: [
@@ -36,9 +36,9 @@ export class AbstractDbxListViewDirective {
36
36
  this._disabled.next(disabled);
37
37
  }
38
38
  }
39
- AbstractDbxListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxListViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
40
- AbstractDbxListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractDbxListViewDirective, inputs: { valueArray: "valueArray", values: "values" }, outputs: { clickValue: "clickValue" }, ngImport: i0 });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxListViewDirective, decorators: [{
39
+ AbstractDbxListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxListViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
40
+ AbstractDbxListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractDbxListViewDirective, inputs: { valueArray: "valueArray", values: "values" }, outputs: { clickValue: "clickValue" }, ngImport: i0 });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxListViewDirective, decorators: [{
42
42
  type: Directive
43
43
  }], ctorParameters: function () { return []; }, propDecorators: { clickValue: [{
44
44
  type: Output
@@ -22,9 +22,9 @@ export class AbstractSelectionValueListViewDirective extends AbstractDbxListView
22
22
  this.selectionChanged({ items });
23
23
  }
24
24
  }
25
- AbstractSelectionValueListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractSelectionValueListViewDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
26
- AbstractSelectionValueListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractSelectionValueListViewDirective, outputs: { selectionChange: "selectionChange" }, usesInheritance: true, ngImport: i0 });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractSelectionValueListViewDirective, decorators: [{
25
+ AbstractSelectionValueListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractSelectionValueListViewDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
26
+ AbstractSelectionValueListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractSelectionValueListViewDirective, outputs: { selectionChange: "selectionChange" }, usesInheritance: true, ngImport: i0 });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractSelectionValueListViewDirective, decorators: [{
28
28
  type: Directive
29
29
  }], propDecorators: { selectionChange: [{
30
30
  type: Output
@@ -28,8 +28,8 @@ export class DbxValueListViewComponent extends AbstractDbxValueListViewDirective
28
28
  }
29
29
  }
30
30
  }
31
- DbxValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxValueListViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
32
- DbxValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxValueListViewComponent, selector: "dbx-list-view", host: { classAttribute: "dbx-list-view" }, usesInheritance: true, ngImport: i0, template: `
31
+ DbxValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxValueListViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
32
+ DbxValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxValueListViewComponent, selector: "dbx-list-view", host: { classAttribute: "dbx-list-view" }, usesInheritance: true, ngImport: i0, template: `
33
33
  <mat-nav-list>
34
34
  <dbx-anchor *ngFor="let item of (items$ | async)" [anchor]="item.anchor" [disabled]="item.disabled">
35
35
  <a mat-list-item class="dbx-list-view-item" [disabled]="item.disabled" (click)="onClickItem(item)">
@@ -39,7 +39,7 @@ DbxValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
39
39
  </dbx-anchor>
40
40
  </mat-nav-list>
41
41
  `, isInline: true, components: [{ type: i1.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { type: i2.DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { type: i1.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i4.DbxInjectedComponent, selector: "dbx-injected-content, [dbx-injected-content]", inputs: ["config", "template"] }], directives: [{ type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }], pipes: { "async": i5.AsyncPipe } });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxValueListViewComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxValueListViewComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{
45
45
  selector: 'dbx-list-view',
@@ -25,9 +25,9 @@ export class AbstractDbxValueListViewDirective {
25
25
  this.dbxListView.clickValue?.next(value);
26
26
  }
27
27
  }
28
- AbstractDbxValueListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxValueListViewDirective, deps: [{ token: i1.DbxListView }], target: i0.ɵɵFactoryTarget.Directive });
29
- AbstractDbxValueListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractDbxValueListViewDirective, inputs: { config: "config" }, ngImport: i0 });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxValueListViewDirective, decorators: [{
28
+ AbstractDbxValueListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxValueListViewDirective, deps: [{ token: i1.DbxListView }], target: i0.ɵɵFactoryTarget.Directive });
29
+ AbstractDbxValueListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractDbxValueListViewDirective, inputs: { config: "config" }, ngImport: i0 });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxValueListViewDirective, decorators: [{
31
31
  type: Directive
32
32
  }], ctorParameters: function () { return [{ type: i1.DbxListView }]; }, propDecorators: { config: [{
33
33
  type: Input
@@ -9,9 +9,9 @@ export class AbstractDbxSelectionValueListViewItemComponent {
9
9
  return this.item.value;
10
10
  }
11
11
  }
12
- AbstractDbxSelectionValueListViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxSelectionValueListViewItemComponent, deps: [{ token: DBX_VALUE_LIST_VIEW_ITEM }], target: i0.ɵɵFactoryTarget.Directive });
13
- AbstractDbxSelectionValueListViewItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractDbxSelectionValueListViewItemComponent, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractDbxSelectionValueListViewItemComponent, decorators: [{
12
+ AbstractDbxSelectionValueListViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxSelectionValueListViewItemComponent, deps: [{ token: DBX_VALUE_LIST_VIEW_ITEM }], target: i0.ɵɵFactoryTarget.Directive });
13
+ AbstractDbxSelectionValueListViewItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractDbxSelectionValueListViewItemComponent, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractDbxSelectionValueListViewItemComponent, decorators: [{
15
15
  type: Directive
16
16
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
17
17
  type: Inject,
@@ -17,11 +17,11 @@ export class DbxSelectionValueListViewComponent extends AbstractDbxValueListView
17
17
  this.multiple$ = this.config$.pipe(map(x => x.multiple ?? true), distinctUntilChanged(), shareReplay(1));
18
18
  }
19
19
  }
20
- DbxSelectionValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSelectionValueListViewComponent, deps: [{ token: i1.DbxListView }], target: i0.ɵɵFactoryTarget.Component });
21
- DbxSelectionValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxSelectionValueListViewComponent, selector: "dbx-selection-list-view", usesInheritance: true, ngImport: i0, template: `
20
+ DbxSelectionValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSelectionValueListViewComponent, deps: [{ token: i1.DbxListView }], target: i0.ɵɵFactoryTarget.Component });
21
+ DbxSelectionValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxSelectionValueListViewComponent, selector: "dbx-selection-list-view", usesInheritance: true, ngImport: i0, template: `
22
22
  <dbx-selection-list-view-content [multiple]="multiple$ | async" [items]="items$ | async"></dbx-selection-list-view-content>
23
23
  `, isInline: true, components: [{ type: i0.forwardRef(function () { return DbxSelectionValueListItemViewComponent; }), selector: "dbx-selection-list-view-content", inputs: ["multiple", "items"] }], pipes: { "async": i0.forwardRef(function () { return i2.AsyncPipe; }) } });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSelectionValueListViewComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSelectionValueListViewComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  selector: 'dbx-selection-list-view',
@@ -55,8 +55,8 @@ export class DbxSelectionValueListItemViewComponent {
55
55
  });
56
56
  }
57
57
  }
58
- DbxSelectionValueListItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSelectionValueListItemViewComponent, deps: [{ token: i1.DbxListView }], target: i0.ɵɵFactoryTarget.Component });
59
- DbxSelectionValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxSelectionValueListItemViewComponent, selector: "dbx-selection-list-view-content", inputs: { multiple: "multiple", items: "items" }, host: { classAttribute: "dbx-list-view dbx-selection-list-view" }, ngImport: i0, template: `
58
+ DbxSelectionValueListItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSelectionValueListItemViewComponent, deps: [{ token: i1.DbxListView }], target: i0.ɵɵFactoryTarget.Component });
59
+ DbxSelectionValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxSelectionValueListItemViewComponent, selector: "dbx-selection-list-view-content", inputs: { multiple: "multiple", items: "items" }, host: { classAttribute: "dbx-list-view dbx-selection-list-view" }, ngImport: i0, template: `
60
60
  <mat-selection-list [disabled]="disabled$ | async" [multiple]="multiple" (selectionChange)="matSelectionChanged($event)">
61
61
  <mat-list-option class="dbx-list-view-item" *ngFor="let item of items" [selected]="item.selected" [disabled]="item.disabled" [value]="item.value" (click)="onClickValue(item.value)">
62
62
  <mat-icon matListIcon *ngIf="item.icon">{{ item.icon }}</mat-icon>
@@ -64,7 +64,7 @@ DbxSelectionValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
64
64
  </mat-list-option>
65
65
  </mat-selection-list>
66
66
  `, isInline: true, components: [{ type: i3.MatSelectionList, selector: "mat-selection-list", inputs: ["disableRipple", "tabIndex", "color", "compareWith", "disabled", "multiple"], outputs: ["selectionChange"], exportAs: ["matSelectionList"] }, { type: i3.MatListOption, selector: "mat-list-option", inputs: ["disableRipple", "checkboxPosition", "color", "value", "disabled", "selected"], outputs: ["selectedChange"], exportAs: ["matListOption"] }, { type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i5.DbxInjectedComponent, selector: "dbx-injected-content, [dbx-injected-content]", inputs: ["config", "template"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }], pipes: { "async": i2.AsyncPipe } });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSelectionValueListItemViewComponent, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSelectionValueListItemViewComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{
70
70
  selector: 'dbx-selection-list-view-content',
@@ -11,8 +11,8 @@ export class DbxSectionComponent extends DbxSectionHeaderComponent {
11
11
  this.elevated = false;
12
12
  }
13
13
  }
14
- DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevated: "elevated" }, host: { properties: { "class": "(elevated) ? 'dbx-section-elevated' : ''" }, classAttribute: "d-block, dbx-section" }, usesInheritance: true, ngImport: i0, template: `
14
+ DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
+ DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevated: "elevated" }, host: { properties: { "class": "(elevated) ? 'dbx-section-elevated' : ''" }, classAttribute: "d-block, dbx-section" }, usesInheritance: true, ngImport: i0, template: `
16
16
  <div class="dbx-section-header" [h]="3" [header]="header" [icon]="icon" [hint]="hint">
17
17
  <ng-content select="[sectionHeader]"></ng-content>
18
18
  </div>
@@ -20,7 +20,7 @@ DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
20
20
  <ng-content></ng-content>
21
21
  </div>
22
22
  `, isInline: true, components: [{ type: i1.DbxSectionHeaderComponent, selector: ".dbx-section-header", inputs: ["h", "header", "icon", "hint"] }] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  selector: 'dbx-section',
@@ -7,8 +7,8 @@ import * as i2 from "@angular/common";
7
7
  */
8
8
  export class DbxSectionHeaderComponent {
9
9
  }
10
- DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxSectionHeaderComponent, selector: ".dbx-section-header", inputs: { h: "h", header: "header", icon: "icon", hint: "hint" }, ngImport: i0, template: `
10
+ DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxSectionHeaderComponent, selector: ".dbx-section-header", inputs: { h: "h", header: "header", icon: "icon", hint: "hint" }, ngImport: i0, template: `
12
12
  <div class="dbx-section-header-content">
13
13
  <ng-container [ngSwitch]="h ?? 1">
14
14
  <h1 *ngSwitchCase="1" class="dbx-section-header-content-title">
@@ -35,7 +35,7 @@ DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
35
35
  <mat-icon *ngIf="icon">{{icon}}</mat-icon><span class="title-text">{{ header }}</span>
36
36
  </ng-template>
37
37
  `, isInline: true, components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionHeaderComponent, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionHeaderComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{
41
41
  selector: '.dbx-section-header',
@@ -18,8 +18,8 @@ export class DbxIntroActionSectionComponent extends DbxSectionComponent {
18
18
  this.showAction.next();
19
19
  }
20
20
  }
21
- DbxIntroActionSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxIntroActionSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
22
- DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxIntroActionSectionComponent, selector: "dbx-intro-action-section", inputs: { showIntro: "showIntro", action: "action" }, outputs: { showAction: "showAction" }, usesInheritance: true, ngImport: i0, template: `
21
+ DbxIntroActionSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxIntroActionSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
22
+ DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxIntroActionSectionComponent, selector: "dbx-intro-action-section", inputs: { showIntro: "showIntro", action: "action" }, outputs: { showAction: "showAction" }, usesInheritance: true, ngImport: i0, template: `
23
23
  <div class="dbx-intro-action-section" [ngSwitch]="showIntro">
24
24
  <div *ngSwitchCase="true" class="dbx-intro-action-section-intro">
25
25
  <p>{{ hint }}</p>
@@ -35,7 +35,7 @@ DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
35
35
  </ng-container>
36
36
  </div>
37
37
  `, isInline: true, components: [{ type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxIntroActionSectionComponent, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxIntroActionSectionComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{
41
41
  selector: 'dbx-intro-action-section',
@@ -15,8 +15,8 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  export class DbxSectionLayoutModule {
17
17
  }
18
- DbxSectionLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- DbxSectionLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionLayoutModule, declarations: [DbxSectionHeaderComponent,
18
+ DbxSectionLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ DbxSectionLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionLayoutModule, declarations: [DbxSectionHeaderComponent,
20
20
  DbxSectionPageComponent,
21
21
  DbxSectionComponent,
22
22
  DbxSubSectionComponent,
@@ -29,14 +29,14 @@ DbxSectionLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0",
29
29
  DbxSectionComponent,
30
30
  DbxSubSectionComponent,
31
31
  DbxIntroActionSectionComponent] });
32
- DbxSectionLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionLayoutModule, imports: [[
32
+ DbxSectionLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionLayoutModule, imports: [[
33
33
  CommonModule,
34
34
  DbxAnchorModule,
35
35
  MatButtonModule,
36
36
  MatRippleModule,
37
37
  MatIconModule
38
38
  ]] });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxSectionLayoutModule, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxSectionLayoutModule, decorators: [{
40
40
  type: NgModule,
41
41
  args: [{
42
42
  imports: [