@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
@@ -23,9 +23,9 @@ export class DbxWindowKeyDownListenerDirective {
23
23
  }
24
24
  }
25
25
  }
26
- DbxWindowKeyDownListenerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxWindowKeyDownListenerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
- DbxWindowKeyDownListenerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxWindowKeyDownListenerDirective, selector: "[dbxWindowKeyDownListener]", inputs: { appWindowKeyDownEnabled: "appWindowKeyDownEnabled", appWindowKeyDownFilter: "appWindowKeyDownFilter" }, outputs: { keyPressed: "dbxWindowKeyDownListener" }, host: { listeners: { "window:keydown": "handleKeyboardEvent($event)" } }, ngImport: i0 });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxWindowKeyDownListenerDirective, decorators: [{
26
+ DbxWindowKeyDownListenerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxWindowKeyDownListenerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
+ DbxWindowKeyDownListenerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxWindowKeyDownListenerDirective, selector: "[dbxWindowKeyDownListener]", inputs: { appWindowKeyDownEnabled: "appWindowKeyDownEnabled", appWindowKeyDownFilter: "appWindowKeyDownFilter" }, outputs: { keyPressed: "dbxWindowKeyDownListener" }, host: { listeners: { "window:keydown": "handleKeyboardEvent($event)" } }, ngImport: i0 });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxWindowKeyDownListenerDirective, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[dbxWindowKeyDownListener]'
@@ -4,12 +4,12 @@ import { DbxWindowKeyDownListenerDirective } from './keydown.listener.directive'
4
4
  import * as i0 from "@angular/core";
5
5
  export class DbxKeypressModule {
6
6
  }
7
- DbxKeypressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxKeypressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- DbxKeypressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxKeypressModule, declarations: [DbxWindowKeyDownListenerDirective], imports: [CommonModule], exports: [DbxWindowKeyDownListenerDirective] });
9
- DbxKeypressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxKeypressModule, imports: [[
7
+ DbxKeypressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxKeypressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ DbxKeypressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxKeypressModule, declarations: [DbxWindowKeyDownListenerDirective], imports: [CommonModule], exports: [DbxWindowKeyDownListenerDirective] });
9
+ DbxKeypressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxKeypressModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxKeypressModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxKeypressModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [
@@ -5,9 +5,9 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxBarDirective {
7
7
  }
8
- DbxBarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- DbxBarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxBarDirective, selector: "dbx-bar", inputs: { color: "color" }, host: { properties: { "class.dbx-primary-bg": "color === \"primary\"", "class.dbx-accent-bg": "color === \"accent\"", "class.dbx-warn-bg": "color === \"warn\"" }, classAttribute: "dbx-bar" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarDirective, decorators: [{
8
+ DbxBarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ DbxBarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxBarDirective, selector: "dbx-bar", inputs: { color: "color" }, host: { properties: { "class.dbx-primary-bg": "color === \"primary\"", "class.dbx-accent-bg": "color === \"accent\"", "class.dbx-warn-bg": "color === \"warn\"" }, classAttribute: "dbx-bar" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'dbx-bar',
@@ -8,14 +8,14 @@ import * as i3 from "@angular/common";
8
8
  */
9
9
  export class DbxBarHeaderComponent {
10
10
  }
11
- DbxBarHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- DbxBarHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxBarHeaderComponent, selector: "dbx-bar-header", inputs: { text: "text", icon: "icon", color: "color" }, host: { classAttribute: "dbx-bar-header dbx-hint" }, ngImport: i0, template: `
11
+ DbxBarHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ DbxBarHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxBarHeaderComponent, selector: "dbx-bar-header", inputs: { text: "text", icon: "icon", color: "color" }, host: { classAttribute: "dbx-bar-header dbx-hint" }, ngImport: i0, template: `
13
13
  <dbx-bar [color]="color">
14
14
  <mat-icon class="button-spacer" *ngIf="icon">{{ icon }}</mat-icon>
15
15
  <span *ngIf="text">{{ text }}</span>
16
16
  </dbx-bar>
17
17
  `, isInline: true, components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.DbxBarDirective, selector: "dbx-bar", inputs: ["color"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarHeaderComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarHeaderComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'dbx-bar-header',
@@ -11,20 +11,20 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export class DbxBarLayoutModule {
13
13
  }
14
- DbxBarLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- DbxBarLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarLayoutModule, declarations: [DbxBarDirective,
14
+ DbxBarLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ DbxBarLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarLayoutModule, declarations: [DbxBarDirective,
16
16
  DbxBarHeaderComponent,
17
17
  DbxPagebarComponent], imports: [CommonModule,
18
18
  MatToolbarModule,
19
19
  MatIconModule], exports: [DbxBarDirective,
20
20
  DbxBarHeaderComponent,
21
21
  DbxPagebarComponent] });
22
- DbxBarLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarLayoutModule, imports: [[
22
+ DbxBarLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarLayoutModule, imports: [[
23
23
  CommonModule,
24
24
  MatToolbarModule,
25
25
  MatIconModule
26
26
  ]] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBarLayoutModule, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBarLayoutModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  imports: [
@@ -4,9 +4,9 @@ import * as i1 from "@angular/material/toolbar";
4
4
  import * as i2 from "@angular/common";
5
5
  export class DbxPagebarComponent {
6
6
  }
7
- DbxPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPagebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- DbxPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPagebarComponent, selector: "dbx-pagebar", inputs: { color: "color" }, ngImport: i0, template: "<mat-toolbar class=\"dbx-pagebar\" [ngClass]=\"(color) ? ('dbx-bar-' + color) : ''\">\n <ng-content select=\"[left]\"></ng-content>\n <span class=\"spacer\"></span>\n <ng-content select=\"[right]\"></ng-content>\n</mat-toolbar>\n", components: [{ type: i1.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPagebarComponent, decorators: [{
7
+ DbxPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPagebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ DbxPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPagebarComponent, selector: "dbx-pagebar", inputs: { color: "color" }, ngImport: i0, template: "<mat-toolbar class=\"dbx-pagebar\" [ngClass]=\"(color) ? ('dbx-bar-' + color) : ''\">\n <ng-content select=\"[left]\"></ng-content>\n <span class=\"spacer\"></span>\n <ng-content select=\"[right]\"></ng-content>\n</mat-toolbar>\n", components: [{ type: i1.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPagebarComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{ selector: 'dbx-pagebar', template: "<mat-toolbar class=\"dbx-pagebar\" [ngClass]=\"(color) ? ('dbx-bar-' + color) : ''\">\n <ng-content select=\"[left]\"></ng-content>\n <span class=\"spacer\"></span>\n <ng-content select=\"[right]\"></ng-content>\n</mat-toolbar>\n" }]
12
12
  }], propDecorators: { color: [{
@@ -9,16 +9,16 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class DbxBlockLayoutModule {
11
11
  }
12
- DbxBlockLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBlockLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- DbxBlockLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBlockLayoutModule, declarations: [DbxTwoBlocksComponent], imports: [CommonModule,
12
+ DbxBlockLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBlockLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ DbxBlockLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBlockLayoutModule, declarations: [DbxTwoBlocksComponent], imports: [CommonModule,
14
14
  DbxAnchorModule,
15
15
  AngularResizeEventModule], exports: [DbxTwoBlocksComponent] });
16
- DbxBlockLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBlockLayoutModule, imports: [[
16
+ DbxBlockLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBlockLayoutModule, imports: [[
17
17
  CommonModule,
18
18
  DbxAnchorModule,
19
19
  AngularResizeEventModule
20
20
  ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxBlockLayoutModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxBlockLayoutModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [
@@ -22,8 +22,8 @@ export class DbxTwoBlocksComponent {
22
22
  element.style.setProperty('--two-block-top-height', `${height}px`);
23
23
  }
24
24
  }
25
- DbxTwoBlocksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoBlocksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- DbxTwoBlocksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxTwoBlocksComponent, selector: "dbx-two-block", viewQueries: [{ propertyName: "twoElement", first: true, predicate: ["two"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `
25
+ DbxTwoBlocksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoBlocksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ DbxTwoBlocksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxTwoBlocksComponent, selector: "dbx-two-block", viewQueries: [{ propertyName: "twoElement", first: true, predicate: ["two"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `
27
27
  <div #two class="dbx-two-block">
28
28
  <div #top class="dbx-two-block-top" (resized)="onResized($event)">
29
29
  <ng-content select="[top]"></ng-content>
@@ -33,7 +33,7 @@ DbxTwoBlocksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
33
33
  </div>
34
34
  </div>
35
35
  `, isInline: true, directives: [{ type: i1.ResizedDirective, selector: "[resized]", outputs: ["resized"] }] });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoBlocksComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoBlocksComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{
39
39
  selector: 'dbx-two-block',
@@ -7,8 +7,8 @@ import * as i2 from "@angular/common";
7
7
  */
8
8
  export class DbxCardBoxComponent {
9
9
  }
10
- DbxCardBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCardBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- DbxCardBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxCardBoxComponent, selector: "dbx-card-box", inputs: { header: "header", icon: "icon" }, ngImport: i0, template: `
10
+ DbxCardBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ DbxCardBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxCardBoxComponent, selector: "dbx-card-box", inputs: { header: "header", icon: "icon" }, ngImport: i0, template: `
12
12
  <div class="dbx-card-box">
13
13
  <div class="dbx-section-header">
14
14
  <div class="dbx-section-header-content">
@@ -22,7 +22,7 @@ DbxCardBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
22
22
  </div>
23
23
  </div>
24
24
  `, 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"] }] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCardBoxComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{
28
28
  selector: 'dbx-card-box',
@@ -5,13 +5,13 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxCardBoxContainerComponent {
7
7
  }
8
- DbxCardBoxContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCardBoxContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- DbxCardBoxContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxCardBoxContainerComponent, selector: "dbx-card-box-container", ngImport: i0, template: `
8
+ DbxCardBoxContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ DbxCardBoxContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxCardBoxContainerComponent, selector: "dbx-card-box-container", ngImport: i0, template: `
10
10
  <div class="dbx-card-box-container">
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: DbxCardBoxContainerComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxContainerComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'dbx-card-box-container',
@@ -6,16 +6,16 @@ import { DbxCardBoxComponent } from './card.box.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export class DbxCardBoxLayoutModule {
8
8
  }
9
- DbxCardBoxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCardBoxLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- DbxCardBoxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCardBoxLayoutModule, declarations: [DbxCardBoxComponent,
9
+ DbxCardBoxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ DbxCardBoxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxLayoutModule, declarations: [DbxCardBoxComponent,
11
11
  DbxCardBoxContainerComponent], imports: [CommonModule,
12
12
  MatIconModule], exports: [DbxCardBoxComponent,
13
13
  DbxCardBoxContainerComponent] });
14
- DbxCardBoxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCardBoxLayoutModule, imports: [[
14
+ DbxCardBoxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxLayoutModule, imports: [[
15
15
  CommonModule,
16
16
  MatIconModule
17
17
  ]] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCardBoxLayoutModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCardBoxLayoutModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  imports: [
@@ -4,12 +4,12 @@ import { DbxOneColumnLayoutModule } from './one';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DbxColumnLayoutModule {
6
6
  }
7
- DbxColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- DbxColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxColumnLayoutModule, exports: [DbxOneColumnLayoutModule,
7
+ DbxColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ DbxColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxColumnLayoutModule, exports: [DbxOneColumnLayoutModule,
9
9
  DbxTwoColumnLayoutModule] });
10
- DbxColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxColumnLayoutModule, imports: [DbxOneColumnLayoutModule,
10
+ DbxColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxColumnLayoutModule, imports: [DbxOneColumnLayoutModule,
11
11
  DbxTwoColumnLayoutModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxColumnLayoutModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxColumnLayoutModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  exports: [
@@ -13,8 +13,8 @@ export class DbxOneColumnComponent {
13
13
  twoColumnsContextStore.setFullLeft(true);
14
14
  }
15
15
  }
16
- DbxOneColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxOneColumnComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
17
- DbxOneColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxOneColumnComponent, selector: "dbx-one-column", inputs: { inSectionPage: "inSectionPage" }, providers: [TwoColumnsContextStore], exportAs: ["columns"], ngImport: i0, template: `
16
+ DbxOneColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxOneColumnComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
17
+ DbxOneColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxOneColumnComponent, selector: "dbx-one-column", inputs: { inSectionPage: "inSectionPage" }, providers: [TwoColumnsContextStore], exportAs: ["columns"], ngImport: i0, template: `
18
18
  <ng-container>
19
19
  <dbx-two-columns [inSectionPage]="inSectionPage">
20
20
  <ng-content top select="[top]"></ng-content>
@@ -22,7 +22,7 @@ DbxOneColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
22
22
  </dbx-two-columns>
23
23
  </ng-container>
24
24
  `, isInline: true, components: [{ type: i1.DbxTwoColumnsComponent, selector: "dbx-two-columns", inputs: ["reverseSizing", "inSectionPage"], exportAs: ["columns"] }] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxOneColumnComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxOneColumnComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{
28
28
  selector: 'dbx-one-column',
@@ -5,14 +5,14 @@ import { DbxOneColumnComponent } from './one.column.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class DbxOneColumnLayoutModule {
7
7
  }
8
- DbxOneColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxOneColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- DbxOneColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxOneColumnLayoutModule, declarations: [DbxOneColumnComponent], imports: [CommonModule,
8
+ DbxOneColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxOneColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ DbxOneColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxOneColumnLayoutModule, declarations: [DbxOneColumnComponent], imports: [CommonModule,
10
10
  DbxTwoColumnLayoutModule], exports: [DbxOneColumnComponent] });
11
- DbxOneColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxOneColumnLayoutModule, imports: [[
11
+ DbxOneColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxOneColumnLayoutModule, imports: [[
12
12
  CommonModule,
13
13
  DbxTwoColumnLayoutModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxOneColumnLayoutModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxOneColumnLayoutModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -19,9 +19,9 @@ export class DbxTwoColumnsBackDirective extends AbstractSubscriptionDirective {
19
19
  this.twoColumnsContextStore.back();
20
20
  }
21
21
  }
22
- DbxTwoColumnsBackDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsBackDirective, deps: [{ token: i1.TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
23
- DbxTwoColumnsBackDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxTwoColumnsBackDirective, selector: "[dbxTwoColumnsBack]", outputs: { back: "dbxTwoColumnsBack" }, usesInheritance: true, ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsBackDirective, decorators: [{
22
+ DbxTwoColumnsBackDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsBackDirective, deps: [{ token: i1.TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
23
+ DbxTwoColumnsBackDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxTwoColumnsBackDirective, selector: "[dbxTwoColumnsBack]", outputs: { back: "dbxTwoColumnsBack" }, usesInheritance: true, ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsBackDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[dbxTwoColumnsBack]'
@@ -20,9 +20,9 @@ export class DbxTwoColumnsComponent {
20
20
  this.inSectionPage = false;
21
21
  }
22
22
  }
23
- DbxTwoColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
24
- DbxTwoColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxTwoColumnsComponent, selector: "dbx-two-columns", inputs: { reverseSizing: "reverseSizing", inSectionPage: "inSectionPage" }, exportAs: ["columns"], ngImport: i0, template: "<div class=\"two-column\" [ngClass]=\"{ 'two-column-reverse-sizing': reverseSizing, 'right-shown': showRight$ | async, 'full-left': (showFullLeft$ | async), 'dbx-section-page-two': inSectionPage }\">\n <div class=\"left-column\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <div class=\"right-column\" *ngIf=\"showRight$ | async\">\n <!-- NOTE: This will only hide the content project. Be sure to use *ngIf separately on the right's content if needed. -->\n <!-- https://github.com/angular/angular/issues/17983 -->\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n", directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i1.AsyncPipe } });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsComponent, decorators: [{
23
+ DbxTwoColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
24
+ DbxTwoColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxTwoColumnsComponent, selector: "dbx-two-columns", inputs: { reverseSizing: "reverseSizing", inSectionPage: "inSectionPage" }, exportAs: ["columns"], ngImport: i0, template: "<div class=\"two-column\" [ngClass]=\"{ 'two-column-reverse-sizing': reverseSizing, 'right-shown': showRight$ | async, 'full-left': (showFullLeft$ | async), 'dbx-section-page-two': inSectionPage }\">\n <div class=\"left-column\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <div class=\"right-column\" *ngIf=\"showRight$ | async\">\n <!-- NOTE: This will only hide the content project. Be sure to use *ngIf separately on the right's content if needed. -->\n <!-- https://github.com/angular/angular/issues/17983 -->\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n", directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i1.AsyncPipe } });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{ selector: 'dbx-two-columns', exportAs: 'columns', template: "<div class=\"two-column\" [ngClass]=\"{ 'two-column-reverse-sizing': reverseSizing, 'right-shown': showRight$ | async, 'full-left': (showFullLeft$ | async), 'dbx-section-page-two': inSectionPage }\">\n <div class=\"left-column\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <div class=\"right-column\" *ngIf=\"showRight$ | async\">\n <!-- NOTE: This will only hide the content project. Be sure to use *ngIf separately on the right's content if needed. -->\n <!-- https://github.com/angular/angular/issues/17983 -->\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n" }]
28
28
  }], ctorParameters: function () { return [{ type: i2.TwoColumnsContextStore, decorators: [{
@@ -26,9 +26,9 @@ export class DbxTwoColumnsFullLeftDirective {
26
26
  this._fullLeft.complete();
27
27
  }
28
28
  }
29
- DbxTwoColumnsFullLeftDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsFullLeftDirective, deps: [{ token: i1.TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
30
- DbxTwoColumnsFullLeftDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxTwoColumnsFullLeftDirective, selector: "[dbxTwoColumnsFullLeft]", inputs: { fullLeft: ["dbxTwoColumnsFullLeft", "fullLeft"] }, ngImport: i0 });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsFullLeftDirective, decorators: [{
29
+ DbxTwoColumnsFullLeftDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsFullLeftDirective, deps: [{ token: i1.TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
30
+ DbxTwoColumnsFullLeftDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxTwoColumnsFullLeftDirective, selector: "[dbxTwoColumnsFullLeft]", inputs: { fullLeft: ["dbxTwoColumnsFullLeft", "fullLeft"] }, ngImport: i0 });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsFullLeftDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[dbxTwoColumnsFullLeft]'
@@ -6,13 +6,13 @@ import * as i1 from "@angular/common";
6
6
  */
7
7
  export class DbxTwoColumnsColumnHeadComponent {
8
8
  }
9
- DbxTwoColumnsColumnHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsColumnHeadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- DbxTwoColumnsColumnHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxTwoColumnsColumnHeadComponent, selector: "dbx-two-columns-head", inputs: { block: "block", full: "full" }, ngImport: i0, template: `
9
+ DbxTwoColumnsColumnHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsColumnHeadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ DbxTwoColumnsColumnHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxTwoColumnsColumnHeadComponent, selector: "dbx-two-columns-head", inputs: { block: "block", full: "full" }, ngImport: i0, template: `
11
11
  <div class="dbx-two-columns-head" [ngClass]="{ 'block': block, 'full': full }">
12
12
  <ng-content></ng-content>
13
13
  </div>
14
14
  `, isInline: true, directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsColumnHeadComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsColumnHeadComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'dbx-two-columns-head',
@@ -13,8 +13,8 @@ import { DbxTwoColumnsFullLeftDirective } from './two.column.full.left.directive
13
13
  import * as i0 from "@angular/core";
14
14
  export class DbxTwoColumnLayoutModule {
15
15
  }
16
- DbxTwoColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- DbxTwoColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnLayoutModule, declarations: [DbxTwoColumnsComponent,
16
+ DbxTwoColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
+ DbxTwoColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnLayoutModule, declarations: [DbxTwoColumnsComponent,
18
18
  DbxTwoColumnsRightComponent,
19
19
  DbxTwoColumnsColumnHeadComponent,
20
20
  DbxTwoColumnsSrefDirective,
@@ -29,14 +29,14 @@ DbxTwoColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0"
29
29
  DbxTwoColumnsSrefDirective,
30
30
  DbxTwoColumnsBackDirective,
31
31
  DbxTwoColumnsFullLeftDirective] });
32
- DbxTwoColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnLayoutModule, imports: [[
32
+ DbxTwoColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnLayoutModule, imports: [[
33
33
  CommonModule,
34
34
  MatIconModule,
35
35
  MatButtonModule,
36
36
  DbxAnchorModule,
37
37
  DbxContentLayoutModule
38
38
  ]] });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnLayoutModule, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnLayoutModule, decorators: [{
40
40
  type: NgModule,
41
41
  args: [{
42
42
  imports: [
@@ -39,9 +39,9 @@ export class DbxTwoColumnsRightComponent {
39
39
  this.twoColumnsContextStore.back();
40
40
  }
41
41
  }
42
- DbxTwoColumnsRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsRightComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
43
- DbxTwoColumnsRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxTwoColumnsRightComponent, selector: "dbx-two-columns-right", inputs: { header: "header", showBack: "showBack" }, ngImport: i0, template: "<div class=\"two-columns-right\">\n <dbx-two-columns-head>\n <!-- Back Buttons -->\n <ng-container *ngIf=\"showBack$ | async\">\n <button mat-icon-button class=\"back-button\" (click)=\"backClicked()\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </ng-container>\n <ng-container *ngIf=\"ref$ | async\">\n <dbx-anchor [anchor]=\"ref$ | async\">\n <button mat-icon-button class=\"back-button\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </dbx-anchor>\n </ng-container>\n <span *ngIf=\"header\" class=\"right-nav-title\">{{ header }}</span>\n <span class=\"right-nav-spacer\"></span>\n <span class=\"spacer\"></span>\n <ng-content select=\"[nav]\"></ng-content>\n </dbx-two-columns-head>\n <div class=\"two-columns-right-content\">\n <ng-content></ng-content>\n </div>\n</div>\n", components: [{ type: i1.DbxTwoColumnsColumnHeadComponent, selector: "dbx-two-columns-head", inputs: ["block", "full"] }, { type: i2.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"] }, { type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i4.DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i5.AsyncPipe } });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsRightComponent, decorators: [{
42
+ DbxTwoColumnsRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsRightComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
43
+ DbxTwoColumnsRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxTwoColumnsRightComponent, selector: "dbx-two-columns-right", inputs: { header: "header", showBack: "showBack" }, ngImport: i0, template: "<div class=\"two-columns-right\">\n <dbx-two-columns-head>\n <!-- Back Buttons -->\n <ng-container *ngIf=\"showBack$ | async\">\n <button mat-icon-button class=\"back-button\" (click)=\"backClicked()\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </ng-container>\n <ng-container *ngIf=\"ref$ | async\">\n <dbx-anchor [anchor]=\"ref$ | async\">\n <button mat-icon-button class=\"back-button\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </dbx-anchor>\n </ng-container>\n <span *ngIf=\"header\" class=\"right-nav-title\">{{ header }}</span>\n <span class=\"right-nav-spacer\"></span>\n <span class=\"spacer\"></span>\n <ng-content select=\"[nav]\"></ng-content>\n </dbx-two-columns-head>\n <div class=\"two-columns-right-content\">\n <ng-content></ng-content>\n </div>\n</div>\n", components: [{ type: i1.DbxTwoColumnsColumnHeadComponent, selector: "dbx-two-columns-head", inputs: ["block", "full"] }, { type: i2.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"] }, { type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i4.DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i5.AsyncPipe } });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsRightComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{ selector: 'dbx-two-columns-right', template: "<div class=\"two-columns-right\">\n <dbx-two-columns-head>\n <!-- Back Buttons -->\n <ng-container *ngIf=\"showBack$ | async\">\n <button mat-icon-button class=\"back-button\" (click)=\"backClicked()\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </ng-container>\n <ng-container *ngIf=\"ref$ | async\">\n <dbx-anchor [anchor]=\"ref$ | async\">\n <button mat-icon-button class=\"back-button\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </dbx-anchor>\n </ng-container>\n <span *ngIf=\"header\" class=\"right-nav-title\">{{ header }}</span>\n <span class=\"right-nav-spacer\"></span>\n <span class=\"spacer\"></span>\n <ng-content select=\"[nav]\"></ng-content>\n </dbx-two-columns-head>\n <div class=\"two-columns-right-content\">\n <ng-content></ng-content>\n </div>\n</div>\n" }]
47
47
  }], ctorParameters: function () { return [{ type: i6.TwoColumnsContextStore, decorators: [{
@@ -18,9 +18,9 @@ export class DbxTwoColumnsSrefDirective {
18
18
  this._twoColumnsContextStore.setBackRef(ref);
19
19
  }
20
20
  }
21
- DbxTwoColumnsSrefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsSrefDirective, deps: [{ token: i1.TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
22
- DbxTwoColumnsSrefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxTwoColumnsSrefDirective, selector: "[dbxTwoColumnsSref]", inputs: { refString: ["dbxTwoColumnsSref", "refString"], ref: "ref" }, ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxTwoColumnsSrefDirective, decorators: [{
21
+ DbxTwoColumnsSrefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsSrefDirective, deps: [{ token: i1.TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
22
+ DbxTwoColumnsSrefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxTwoColumnsSrefDirective, selector: "[dbxTwoColumnsSref]", inputs: { refString: ["dbxTwoColumnsSref", "refString"], ref: "ref" }, ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxTwoColumnsSrefDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[dbxTwoColumnsSref]'
@@ -66,9 +66,9 @@ export class TwoColumnsContextStore extends ComponentStore {
66
66
  this._back.complete();
67
67
  }
68
68
  }
69
- TwoColumnsContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: TwoColumnsContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
70
- TwoColumnsContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: TwoColumnsContextStore });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: TwoColumnsContextStore, decorators: [{
69
+ TwoColumnsContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TwoColumnsContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
70
+ TwoColumnsContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TwoColumnsContextStore });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TwoColumnsContextStore, decorators: [{
72
72
  type: Injectable
73
73
  }], ctorParameters: function () { return []; } });
74
74
  export function ProvideTwoColumnsContext() {
@@ -14,9 +14,9 @@ export class DbxCompactDirective {
14
14
  this.compactContextStore.setMode(mode);
15
15
  }
16
16
  }
17
- DbxCompactDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCompactDirective, deps: [{ token: i1.CompactContextStore }], target: i0.ɵɵFactoryTarget.Directive });
18
- DbxCompactDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxCompactDirective, selector: "[dbxCompact]", inputs: { mode: ["dbxCompact", "mode"] }, providers: [CompactContextStore], exportAs: ["compact"], ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCompactDirective, decorators: [{
17
+ DbxCompactDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCompactDirective, deps: [{ token: i1.CompactContextStore }], target: i0.ɵɵFactoryTarget.Directive });
18
+ DbxCompactDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxCompactDirective, selector: "[dbxCompact]", inputs: { mode: ["dbxCompact", "mode"] }, providers: [CompactContextStore], exportAs: ["compact"], ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCompactDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[dbxCompact]',
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export class DbxCompactLayoutModule {
9
9
  }
10
- DbxCompactLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCompactLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DbxCompactLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCompactLayoutModule, declarations: [DbxCompactDirective], imports: [CommonModule], exports: [DbxCompactDirective] });
12
- DbxCompactLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCompactLayoutModule, imports: [[
10
+ DbxCompactLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCompactLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ DbxCompactLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCompactLayoutModule, declarations: [DbxCompactDirective], imports: [CommonModule], exports: [DbxCompactDirective] });
12
+ DbxCompactLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCompactLayoutModule, imports: [[
13
13
  CommonModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxCompactLayoutModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxCompactLayoutModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -11,9 +11,9 @@ export class CompactContextStore extends ComponentStore {
11
11
  this.setMode = this.updater((state, mode) => ({ mode: compactModeFromInput(mode) }));
12
12
  }
13
13
  }
14
- CompactContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CompactContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15
- CompactContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CompactContextStore });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CompactContextStore, decorators: [{
14
+ CompactContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CompactContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15
+ CompactContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CompactContextStore });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CompactContextStore, decorators: [{
17
17
  type: Injectable
18
18
  }], ctorParameters: function () { return []; } });
19
19
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFjdC5zdG9yZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9sYXlvdXQvY29tcGFjdC9jb21wYWN0LnN0b3JlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyQyxPQUFPLEVBQUUsV0FBVyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sV0FBVyxDQUFDOztBQU85RCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsY0FBbUM7SUFFMUU7UUFDRSxLQUFLLENBQUMsRUFBRSxJQUFJLEVBQUUsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDLENBQUM7UUFHcEMsa0JBQWtCO1FBQ1QsVUFBSyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDO1FBRTNDLFlBQU8sR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsS0FBSyxFQUFFLElBQTJCLEVBQUUsRUFBRSxDQUFDLENBQUMsRUFBRSxJQUFJLEVBQUUsb0JBQW9CLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFMaEgsQ0FBQzs7Z0hBSlUsbUJBQW1CO29IQUFuQixtQkFBbUI7MkZBQW5CLG1CQUFtQjtrQkFEL0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudFN0b3JlIH0gZnJvbSAnQG5ncngvY29tcG9uZW50LXN0b3JlJztcbmltcG9ydCB7IG1hcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7IENvbXBhY3RNb2RlLCBjb21wYWN0TW9kZUZyb21JbnB1dCB9IGZyb20gJy4vY29tcGFjdCc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29tcGFjdENvbnRleHRTdGF0ZSB7XG4gIG1vZGU6IENvbXBhY3RNb2RlO1xufVxuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgQ29tcGFjdENvbnRleHRTdG9yZSBleHRlbmRzIENvbXBvbmVudFN0b3JlPENvbXBhY3RDb250ZXh0U3RhdGU+IHtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcih7IG1vZGU6IENvbXBhY3RNb2RlLkZVTEwgfSk7XG4gIH1cblxuICAvLyBNQVJLOiBBY2Nlc3NvcnNcbiAgcmVhZG9ubHkgbW9kZSQgPSB0aGlzLnN0YXRlJC5waXBlKG1hcCh4ID0+IHgubW9kZSkpO1xuXG4gIHJlYWRvbmx5IHNldE1vZGUgPSB0aGlzLnVwZGF0ZXIoKHN0YXRlLCBtb2RlOiBDb21wYWN0TW9kZSB8IGJvb2xlYW4pID0+ICh7IG1vZGU6IGNvbXBhY3RNb2RlRnJvbUlucHV0KG1vZGUpIH0pKTtcblxufVxuIl19
@@ -5,9 +5,9 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxContentBorderDirective {
7
7
  }
8
- DbxContentBorderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentBorderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- DbxContentBorderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxContentBorderDirective, selector: "dbx-content-border,[dbx-content-border]", host: { classAttribute: "d-block dbx-content-border" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentBorderDirective, decorators: [{
8
+ DbxContentBorderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentBorderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ DbxContentBorderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxContentBorderDirective, selector: "dbx-content-border,[dbx-content-border]", host: { classAttribute: "d-block dbx-content-border" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentBorderDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'dbx-content-border,[dbx-content-border]',
@@ -8,9 +8,9 @@ export class DbxContentBoxDirective {
8
8
  this.elevated = true;
9
9
  }
10
10
  }
11
- DbxContentBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentBoxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- DbxContentBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxContentBoxDirective, selector: "dbx-content-box, [dbx-content-box]", inputs: { elevated: "elevated" }, host: { properties: { "class.dbx-content-elevate": "elevated" }, classAttribute: "d-block dbx-content-box" }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentBoxDirective, decorators: [{
11
+ DbxContentBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentBoxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ DbxContentBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxContentBoxDirective, selector: "dbx-content-box, [dbx-content-box]", inputs: { elevated: "elevated" }, host: { properties: { "class.dbx-content-elevate": "elevated" }, classAttribute: "d-block dbx-content-box" }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentBoxDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'dbx-content-box, [dbx-content-box]',
@@ -9,9 +9,9 @@ export class DbxContentContainerDirective {
9
9
  this.padding = 'normal';
10
10
  }
11
11
  }
12
- DbxContentContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
- DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbx-content-container],.dbx-content-container", inputs: { grow: "grow", padding: "padding" }, host: { properties: { "class": "\"container-\" + grow + \" container-padding-\" + padding" }, classAttribute: "d-block dbx-content-container" }, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentContainerDirective, decorators: [{
12
+ DbxContentContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
+ DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbx-content-container],.dbx-content-container", inputs: { grow: "grow", padding: "padding" }, host: { properties: { "class": "\"container-\" + grow + \" container-padding-\" + padding" }, classAttribute: "d-block dbx-content-container" }, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentContainerDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: 'dbx-content-container,[dbx-content-container],.dbx-content-container',
@@ -5,9 +5,9 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxContentDirective {
7
7
  }
8
- DbxContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- DbxContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxContentDirective, selector: "dbx-content,[dbx-content]", host: { classAttribute: "d-block dbx-content" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentDirective, decorators: [{
8
+ DbxContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ DbxContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxContentDirective, selector: "dbx-content,[dbx-content]", host: { classAttribute: "d-block dbx-content" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'dbx-content,[dbx-content]',
@@ -5,9 +5,9 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxContentElevateDirective {
7
7
  }
8
- DbxContentElevateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentElevateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- DbxContentElevateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxContentElevateDirective, selector: "dbx-content-elevate,[dbx-content-elevate]", host: { classAttribute: "d-block dbx-content-elevate" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxContentElevateDirective, decorators: [{
8
+ DbxContentElevateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentElevateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ DbxContentElevateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxContentElevateDirective, selector: "dbx-content-elevate,[dbx-content-elevate]", host: { classAttribute: "d-block dbx-content-elevate" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxContentElevateDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'dbx-content-elevate,[dbx-content-elevate]',