@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
@@ -66,9 +66,9 @@ export class DbxPopoverActionDirective extends AbstractPopoverRefWithEventsDirec
66
66
  }
67
67
  }
68
68
  }
69
- DbxPopoverActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverActionDirective, deps: [{ token: i0.ElementRef }, { token: i1.ActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
70
- DbxPopoverActionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopoverActionDirective, selector: "[dbxPopoverAction]", inputs: { fn: ["dbxPopoverAction", "fn"], appPopoverActionModified: "appPopoverActionModified" }, exportAs: ["popoverAction"], usesInheritance: true, ngImport: i0 });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverActionDirective, decorators: [{
69
+ DbxPopoverActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverActionDirective, deps: [{ token: i0.ElementRef }, { token: i1.ActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
70
+ DbxPopoverActionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopoverActionDirective, selector: "[dbxPopoverAction]", inputs: { fn: ["dbxPopoverAction", "fn"], appPopoverActionModified: "appPopoverActionModified" }, exportAs: ["popoverAction"], usesInheritance: true, ngImport: i0 });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverActionDirective, decorators: [{
72
72
  type: Directive,
73
73
  args: [{
74
74
  exportAs: 'popoverAction',
@@ -102,8 +102,8 @@ export class DbxPopoverComponent extends AbstractTransitionWatcherDirective {
102
102
  this.close();
103
103
  }
104
104
  }
105
- DbxPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverComponent, deps: [{ token: i1.NgPopoverRef }, { token: i2.CompactContextStore }, { token: i3.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
106
- DbxPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopoverComponent, selector: "ng-component", providers: [{
105
+ DbxPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverComponent, deps: [{ token: i1.NgPopoverRef }, { token: i2.CompactContextStore }, { token: i3.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
106
+ DbxPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopoverComponent, selector: "ng-component", providers: [{
107
107
  provide: DbxPopoverController,
108
108
  useExisting: DbxPopoverComponent
109
109
  }, {
@@ -113,7 +113,7 @@ DbxPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
113
113
  <div dbx-style class="dbx-popover-component" dbx-injected-content [config]="contentConfig"></div>
114
114
  </dbx-popover-coordinator>
115
115
  `, isInline: true, components: [{ type: i4.DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator" }, { type: i3.DbxInjectedComponent, selector: "dbx-injected-content, [dbx-injected-content]", inputs: ["config", "template"] }], directives: [{ type: i5.DbxWindowKeyDownListenerDirective, selector: "[dbxWindowKeyDownListener]", inputs: ["appWindowKeyDownEnabled", "appWindowKeyDownFilter"], outputs: ["dbxWindowKeyDownListener"] }, { type: i6.DbxStyleDirective, selector: "dbx-style, [dbx-style], .dbx-style" }] });
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverComponent, decorators: [{
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverComponent, decorators: [{
117
117
  type: Component,
118
118
  args: [{
119
119
  template: `
@@ -21,8 +21,8 @@ export class DbxPopoverContentComponent {
21
21
  this._height.complete();
22
22
  }
23
23
  }
24
- DbxPopoverContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopoverContentComponent, selector: "dbx-popover-content", ngImport: i0, template: `
24
+ DbxPopoverContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
+ DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopoverContentComponent, selector: "dbx-popover-content", ngImport: i0, template: `
26
26
  <div class="d-block dbx-popover-content" (resized)="onResized($event)" [style.--popoverh]="height$ | async">
27
27
  <ng-content select="[controls]"></ng-content>
28
28
  <div class="dbx-popover-content-container">
@@ -30,7 +30,7 @@ DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
30
30
  </div>
31
31
  </div>
32
32
  `, isInline: true, directives: [{ type: i1.ResizedDirective, selector: "[resized]", outputs: ["resized"] }], pipes: { "async": i2.AsyncPipe } });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverContentComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverContentComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{
36
36
  selector: 'dbx-popover-content',
@@ -12,9 +12,9 @@ export class DbxPopoverControlsDirective {
12
12
  }
13
13
  }
14
14
  }
15
- DbxPopoverControlsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverControlsDirective, deps: [{ token: i1.DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
16
- DbxPopoverControlsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopoverControlsDirective, selector: "dbx-popover-controls,[dbx-popover-controls],.dbx-popover-controls", host: { classAttribute: "d-block dbx-popover-controls" }, ngImport: i0 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverControlsDirective, decorators: [{
15
+ DbxPopoverControlsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverControlsDirective, deps: [{ token: i1.DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
16
+ DbxPopoverControlsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopoverControlsDirective, selector: "dbx-popover-controls,[dbx-popover-controls],.dbx-popover-controls", host: { classAttribute: "d-block dbx-popover-controls" }, ngImport: i0 });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverControlsDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: 'dbx-popover-controls,[dbx-popover-controls],.dbx-popover-controls',
@@ -23,13 +23,13 @@ export class DbxPopoverCoordinatorComponent {
23
23
  this.service.removePopover(this.popover.key, this.popover);
24
24
  }
25
25
  }
26
- DbxPopoverCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverCoordinatorComponent, deps: [{ token: i1.DbxPopoverCoordinatorService }, { token: i2.DbxPopoverController }], target: i0.ɵɵFactoryTarget.Component });
27
- DbxPopoverCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator", ngImport: i0, template: `
26
+ DbxPopoverCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverCoordinatorComponent, deps: [{ token: i1.DbxPopoverCoordinatorService }, { token: i2.DbxPopoverController }], target: i0.ɵɵFactoryTarget.Component });
27
+ DbxPopoverCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator", ngImport: i0, template: `
28
28
  <ng-container *ngIf="show$ | async">
29
29
  <ng-content></ng-content>
30
30
  </ng-container>
31
31
  `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i3.AsyncPipe } });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverCoordinatorComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverCoordinatorComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  selector: 'dbx-popover-coordinator',
@@ -32,9 +32,9 @@ export class DbxPopoverCoordinatorService {
32
32
  }
33
33
  }
34
34
  }
35
- DbxPopoverCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
- DbxPopoverCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverCoordinatorService });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverCoordinatorService, decorators: [{
35
+ DbxPopoverCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
+ DbxPopoverCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverCoordinatorService });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverCoordinatorService, decorators: [{
38
38
  type: Injectable
39
39
  }] });
40
40
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci5jb29yZGluYXRvci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2ludGVyYWN0aW9uL3BvcG92ZXIvcG9wb3Zlci5jb29yZGluYXRvci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFFdkM7O0dBRUc7QUFFSCxNQUFNLE9BQU8sNEJBQTRCO0lBRHpDO1FBR1UsY0FBUyxHQUFHLElBQUksZUFBZSxDQUEyQyxJQUFJLEdBQUcsRUFBRSxDQUFDLENBQUM7UUFDcEYsY0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsWUFBWSxFQUFFLENBQUM7S0E2QnBEO0lBM0JDLElBQUksUUFBUTtRQUNWLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUM7SUFDOUIsQ0FBQztJQUVNLFVBQVUsQ0FBQyxPQUE2QjtRQUM3QyxNQUFNLEdBQUcsR0FBRyxPQUFPLENBQUMsR0FBRyxDQUFDO1FBRXhCLElBQUksR0FBRyxFQUFFO1lBQ1AsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUN4QixJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLE9BQU8sQ0FBQyxDQUFDO1lBQ3ZDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUNwQztJQUNILENBQUM7SUFFTSxhQUFhLENBQUMsR0FBa0IsRUFBRSxPQUE4QjtRQUNyRSxJQUFJLEdBQUcsRUFBRTtZQUNQLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1lBRXhDLHNGQUFzRjtZQUN0RixJQUFJLFFBQVEsSUFBSSxDQUFDLENBQUMsT0FBTyxJQUFJLE9BQU8sS0FBSyxRQUFRLENBQUMsRUFBRTtnQkFDbEQsUUFBUSxDQUFDLEtBQUssRUFBRSxDQUFDO2dCQUNqQixJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUM7Z0JBQ2pDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQzthQUNwQztTQUNGO0lBQ0gsQ0FBQzs7eUhBOUJVLDRCQUE0Qjs2SEFBNUIsNEJBQTRCOzJGQUE1Qiw0QkFBNEI7a0JBRHhDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEYnhQb3BvdmVyS2V5LCBEYnhQb3BvdmVyQ29udHJvbGxlciB9IGZyb20gJy4vcG9wb3Zlcic7XG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuLyoqXG4gKiBVc2VkIGZvciBjb29yZGluYXRpbmcgcG9wb3ZlcnMgYW5kIGNsb3NpbmcvcmVwbGFjaW5nIGV4aXN0aW5nIG9uZXMgd2hlbiBhIG5ldyBwb3BvdmVyIG9mIHRoZSBzYW1lIG5hbWUgYXBwZWFycy5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIERieFBvcG92ZXJDb29yZGluYXRvclNlcnZpY2Uge1xuXG4gIHByaXZhdGUgX3BvcG92ZXJzID0gbmV3IEJlaGF2aW9yU3ViamVjdDxNYXA8RGJ4UG9wb3ZlcktleSwgRGJ4UG9wb3ZlckNvbnRyb2xsZXI+PihuZXcgTWFwKCkpO1xuICByZWFkb25seSBwb3BvdmVycyQgPSB0aGlzLl9wb3BvdmVycy5hc09ic2VydmFibGUoKTtcblxuICBnZXQgcG9wb3ZlcnMoKTogTWFwPERieFBvcG92ZXJLZXksIERieFBvcG92ZXJDb250cm9sbGVyPiB7XG4gICAgcmV0dXJuIHRoaXMuX3BvcG92ZXJzLnZhbHVlO1xuICB9XG5cbiAgcHVibGljIGFkZFBvcG92ZXIocG9wb3ZlcjogRGJ4UG9wb3ZlckNvbnRyb2xsZXIpOiB2b2lkIHtcbiAgICBjb25zdCBrZXkgPSBwb3BvdmVyLmtleTtcblxuICAgIGlmIChrZXkpIHtcbiAgICAgIHRoaXMucmVtb3ZlUG9wb3ZlcihrZXkpO1xuICAgICAgdGhpcy5fcG9wb3ZlcnMudmFsdWUuc2V0KGtleSwgcG9wb3Zlcik7XG4gICAgICB0aGlzLl9wb3BvdmVycy5uZXh0KHRoaXMucG9wb3ZlcnMpO1xuICAgIH1cbiAgfVxuXG4gIHB1YmxpYyByZW1vdmVQb3BvdmVyKGtleTogRGJ4UG9wb3ZlcktleSwgcG9wb3Zlcj86IERieFBvcG92ZXJDb250cm9sbGVyKTogdm9pZCB7XG4gICAgaWYgKGtleSkge1xuICAgICAgY29uc3QgZXhpc3RpbmcgPSB0aGlzLnBvcG92ZXJzLmdldChrZXkpO1xuXG4gICAgICAvLyBSZW1vdmUgaWYgdGhlcmUgaXMgb25lIGV4aXN0aW5nLCBhbmQgaWYgcG9wb3ZlciBpcyBwcm92aWRlZCBpdCBpcyB0aGUgc2FtZSBwb3BvdmVyLlxuICAgICAgaWYgKGV4aXN0aW5nICYmICghcG9wb3ZlciB8fCBwb3BvdmVyID09PSBleGlzdGluZykpIHtcbiAgICAgICAgZXhpc3RpbmcuY2xvc2UoKTtcbiAgICAgICAgdGhpcy5fcG9wb3ZlcnMudmFsdWUuZGVsZXRlKGtleSk7XG4gICAgICAgIHRoaXMuX3BvcG92ZXJzLm5leHQodGhpcy5wb3BvdmVycyk7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbn1cbiJdfQ==
@@ -15,8 +15,8 @@ export class DbxPopoverHeaderComponent {
15
15
  }
16
16
  }
17
17
  }
18
- DbxPopoverHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverHeaderComponent, deps: [{ token: i1.DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
19
- DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopoverHeaderComponent, selector: "dbx-popover-header", inputs: { header: "header", icon: "icon" }, ngImport: i0, template: `
18
+ DbxPopoverHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverHeaderComponent, deps: [{ token: i1.DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
19
+ DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopoverHeaderComponent, selector: "dbx-popover-header", inputs: { header: "header", icon: "icon" }, ngImport: i0, template: `
20
20
  <div class="dbx-popover-header">
21
21
  <div class="dbx-popover-header-content">
22
22
  <h3><mat-icon *ngIf="icon" class="dbx-icon-spacer">{{ icon }}</mat-icon> {{ header }}</h3>
@@ -26,7 +26,7 @@ DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
26
26
  </div>
27
27
  <mat-divider></mat-divider>
28
28
  `, isInline: true, components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverHeaderComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverHeaderComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  selector: 'dbx-popover-header',
@@ -32,8 +32,8 @@ export class DbxPopoverInteractionModule {
32
32
  };
33
33
  }
34
34
  }
35
- DbxPopoverInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
- DbxPopoverInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverInteractionModule, declarations: [DbxPopoverActionButtonDirective,
35
+ DbxPopoverInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
+ DbxPopoverInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverInteractionModule, declarations: [DbxPopoverActionButtonDirective,
37
37
  DbxPopoverActionDirective,
38
38
  DbxPopoverComponent,
39
39
  DbxPopoverCoordinatorComponent,
@@ -57,7 +57,7 @@ DbxPopoverInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0
57
57
  DbxPopoverControlsDirective,
58
58
  DbxPopoverHeaderComponent,
59
59
  DbxPopoverScrollContentComponent] });
60
- DbxPopoverInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverInteractionModule, providers: [
60
+ DbxPopoverInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverInteractionModule, providers: [
61
61
  DbxPopoverService
62
62
  ], imports: [[
63
63
  CommonModule,
@@ -73,7 +73,7 @@ DbxPopoverInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0
73
73
  NgOverlayContainerModule,
74
74
  AngularResizeEventModule
75
75
  ]] });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverInteractionModule, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverInteractionModule, decorators: [{
77
77
  type: NgModule,
78
78
  args: [{
79
79
  imports: [
@@ -31,9 +31,9 @@ export class DbxPopoverScrollContentComponent {
31
31
  return this.appPopoverContentComponent.hasControls;
32
32
  }
33
33
  }
34
- DbxPopoverScrollContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverScrollContentComponent, deps: [{ token: i1.DbxPopoverContentComponent }], target: i0.ɵɵFactoryTarget.Component });
35
- DbxPopoverScrollContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopoverScrollContentComponent, selector: "dbx-popover-scroll-content", host: { properties: { "class": "sizingClasses" }, classAttribute: "d-block dbx-popover-scroll-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverScrollContentComponent, decorators: [{
34
+ DbxPopoverScrollContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverScrollContentComponent, deps: [{ token: i1.DbxPopoverContentComponent }], target: i0.ɵɵFactoryTarget.Component });
35
+ DbxPopoverScrollContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopoverScrollContentComponent, selector: "dbx-popover-scroll-content", host: { properties: { "class": "sizingClasses" }, classAttribute: "d-block dbx-popover-scroll-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverScrollContentComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{
39
39
  selector: 'dbx-popover-scroll-content',
@@ -37,9 +37,9 @@ export class DbxPopoverService {
37
37
  });
38
38
  }
39
39
  }
40
- DbxPopoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverService, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
41
- DbxPopoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverService });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopoverService, decorators: [{
40
+ DbxPopoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverService, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
41
+ DbxPopoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverService });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopoverService, decorators: [{
43
43
  type: Injectable
44
44
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }]; } });
45
45
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2ludGVyYWN0aW9uL3BvcG92ZXIvcG9wb3Zlci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxtQkFBbUIsRUFBNEQsTUFBTSxxQkFBcUIsQ0FBQztBQUNwSCxPQUFPLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRCxPQUFPLEVBQW1DLHlCQUF5QixFQUFnQixNQUFNLHNCQUFzQixDQUFDO0FBQ2hILE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQzs7O0FBUS9DOztHQUVHO0FBRUgsTUFBTSxPQUFPLGlCQUFpQjtJQUk1QixZQUFvQixRQUFpQixFQUFVLFNBQW1CO1FBQTlDLGFBQVEsR0FBUixRQUFRLENBQVM7UUFBVSxjQUFTLEdBQVQsU0FBUyxDQUFVO1FBQ2hFLElBQUksQ0FBQyx3QkFBd0IsR0FBRyxJQUFJLHlCQUF5QixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQy9GLENBQUM7SUFFRCxJQUFJLENBQVUsTUFBaUM7UUFDN0MsTUFBTSxPQUFPLEdBQUcsQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUkseUJBQXlCLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyx3QkFBd0IsQ0FBQztRQUVsSSxNQUFNLGFBQWEsR0FBb0M7WUFDckQsVUFBVSxFQUFFLHVCQUF1QjtZQUNuQyxPQUFPLEVBQUUsT0FBTztZQUNoQixPQUFPLEVBQUUsS0FBSztZQUNkLDZCQUE2QjtZQUM3QixNQUFNLEVBQUUsTUFBTSxDQUFDLE1BQU0sSUFBSSxPQUFPO1lBQ2hDLEtBQUssRUFBRSxNQUFNLENBQUMsTUFBTSxJQUFJLE9BQU87WUFDL0IsV0FBVyxFQUFFLElBQUk7WUFDakIsV0FBVyxFQUFFLEtBQUs7WUFDbEIsV0FBVyxFQUFFLEtBQUs7WUFDbEIsb0JBQW9CLEVBQUUsS0FBSztTQUM1QixDQUFDO1FBRUYsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUE0QztZQUM3RCxPQUFPLEVBQUUsbUJBQW1CO1lBQzVCLElBQUksRUFBRTtnQkFDSixHQUFHLE1BQU07Z0JBQ1QsYUFBYTthQUNkO1lBQ0QsYUFBYTtTQUNkLENBQUMsQ0FBQztJQUNMLENBQUM7OzhHQWhDVSxpQkFBaUI7a0hBQWpCLGlCQUFpQjsyRkFBakIsaUJBQWlCO2tCQUQ3QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGJ4UG9wb3ZlckNvbXBvbmVudCwgRGJ4UG9wb3ZlckNvbXBvbmVudENvbmZpZywgRnVsbERieFBvcG92ZXJDb21wb25lbnRDb25maWcgfSBmcm9tICcuL3BvcG92ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEluamVjdGFibGUsIEluamVjdG9yIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ092ZXJsYXlDb250YWluZXJDb25maWd1cmF0aW9uLCBOZ092ZXJsYXlDb250YWluZXJTZXJ2aWNlLCBOZ1BvcG92ZXJSZWYgfSBmcm9tICduZy1vdmVybGF5LWNvbnRhaW5lcic7XG5pbXBvcnQgeyBPdmVybGF5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xuXG5leHBvcnQgaW50ZXJmYWNlIERieFBvcG92ZXJDb25maWc8TywgSSwgVD4gZXh0ZW5kcyBEYnhQb3BvdmVyQ29tcG9uZW50Q29uZmlnPE8sIEksIFQ+IHtcbiAgaW5qZWN0b3I/OiBJbmplY3RvcjtcbiAgaGVpZ2h0Pzogc3RyaW5nO1xuICB3aWR0aD86IHN0cmluZztcbn1cblxuLyoqXG4gKiBVc2VkIGZvciBkaXNwbGF5aW5nIGEgcG9wb3Zlci5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIERieFBvcG92ZXJTZXJ2aWNlIHtcblxuICBwcml2YXRlIF9vdmVybGF5Q29udGFpbmVyU2VydmljZTogTmdPdmVybGF5Q29udGFpbmVyU2VydmljZTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIF9vdmVybGF5OiBPdmVybGF5LCBwcml2YXRlIF9pbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICB0aGlzLl9vdmVybGF5Q29udGFpbmVyU2VydmljZSA9IG5ldyBOZ092ZXJsYXlDb250YWluZXJTZXJ2aWNlKHRoaXMuX292ZXJsYXksIHRoaXMuX2luamVjdG9yKTtcbiAgfVxuXG4gIG9wZW48TywgSSwgVD4oY29uZmlnOiBEYnhQb3BvdmVyQ29uZmlnPE8sIEksIFQ+KTogTmdQb3BvdmVyUmVmPERieFBvcG92ZXJDb21wb25lbnRDb25maWc8TywgSSwgVD4sIE8+IHtcbiAgICBjb25zdCBzZXJ2aWNlID0gKGNvbmZpZy5pbmplY3RvcikgPyBuZXcgTmdPdmVybGF5Q29udGFpbmVyU2VydmljZSh0aGlzLl9vdmVybGF5LCBjb25maWcuaW5qZWN0b3IpIDogdGhpcy5fb3ZlcmxheUNvbnRhaW5lclNlcnZpY2U7XG5cbiAgICBjb25zdCBjb25maWd1cmF0aW9uOiBOZ092ZXJsYXlDb250YWluZXJDb25maWd1cmF0aW9uID0ge1xuICAgICAgcGFuZWxDbGFzczogJ2RieC1wb3BvdmVyLWNvbnRhaW5lcicsXG4gICAgICBvcmlnaW5YOiAnc3RhcnQnLFxuICAgICAgb3JpZ2luWTogJ3RvcCcsXG4gICAgICAvLyBUT0RPOiBSZXNpemUgaGVpZ2h0L3dpZHRoLlxuICAgICAgaGVpZ2h0OiBjb25maWcuaGVpZ2h0ID8/ICc1MDBweCcsXG4gICAgICB3aWR0aDogY29uZmlnLmhlaWdodCA/PyAnNDAwcHgnLFxuICAgICAgaGFzQmFja2Ryb3A6IHRydWUsXG4gICAgICBpc0RyYWdnYWJsZTogZmFsc2UsXG4gICAgICBpc1Jlc2l6YWJsZTogZmFsc2UsXG4gICAgICBkaXNhYmxlQmFja2Ryb3BDbG9zZTogZmFsc2VcbiAgICB9O1xuXG4gICAgcmV0dXJuIHNlcnZpY2Uub3BlbjxGdWxsRGJ4UG9wb3ZlckNvbXBvbmVudENvbmZpZzxPLCBJLCBUPiwgTz4oe1xuICAgICAgY29udGVudDogRGJ4UG9wb3ZlckNvbXBvbmVudCxcbiAgICAgIGRhdGE6IHtcbiAgICAgICAgLi4uY29uZmlnLFxuICAgICAgICBjb25maWd1cmF0aW9uXG4gICAgICB9LFxuICAgICAgY29uZmlndXJhdGlvblxuICAgIH0pO1xuICB9XG5cbn1cbiJdfQ==
@@ -13,9 +13,9 @@ export class AbstractPopupDirective {
13
13
  this.popup.close();
14
14
  }
15
15
  }
16
- AbstractPopupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractPopupDirective, deps: [{ token: i1.DbxPopupComponent }], target: i0.ɵɵFactoryTarget.Directive });
17
- AbstractPopupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractPopupDirective, ngImport: i0 });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractPopupDirective, decorators: [{
16
+ AbstractPopupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractPopupDirective, deps: [{ token: i1.DbxPopupComponent }], target: i0.ɵɵFactoryTarget.Directive });
17
+ AbstractPopupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractPopupDirective, ngImport: i0 });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractPopupDirective, decorators: [{
19
19
  type: Directive
20
20
  }], ctorParameters: function () { return [{ type: i1.DbxPopupComponent }]; } });
21
21
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJzdHJhY3QucG9wdXAuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2ludGVyYWN0aW9uL3BvcHVwL2Fic3RyYWN0LnBvcHVwLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLG1CQUFtQixDQUFDOzs7QUFFdEQ7O0dBRUc7QUFFSCxNQUFNLE9BQWdCLHNCQUFzQjtJQUUxQyxZQUE0QixLQUFpQztRQUFqQyxVQUFLLEdBQUwsS0FBSyxDQUE0QjtJQUFJLENBQUM7SUFFbEUsVUFBVTtRQUNSLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDckIsQ0FBQzs7bUhBTm1CLHNCQUFzQjt1R0FBdEIsc0JBQXNCOzJGQUF0QixzQkFBc0I7a0JBRDNDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieFBvcHVwQ29tcG9uZW50IH0gZnJvbSAnLi9wb3B1cC5jb21wb25lbnQnO1xuXG4vKipcbiAqIEFic3RyYWN0IHBvcHVwIGRpcmVjdGl2ZS5cbiAqL1xuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQWJzdHJhY3RQb3B1cERpcmVjdGl2ZTxPID0gYW55LCBJID0gYW55LCBUID0gYW55PiB7XG5cbiAgY29uc3RydWN0b3IocHVibGljIHJlYWRvbmx5IHBvcHVwOiBEYnhQb3B1cENvbXBvbmVudDxPLCBJLCBUPikgeyB9XG5cbiAgY2xvc2VQb3B1cCgpOiB2b2lkIHtcbiAgICB0aGlzLnBvcHVwLmNsb3NlKCk7XG4gIH1cblxufVxuIl19
@@ -93,8 +93,8 @@ export class DbxPopupComponent extends AbstractTransitionWatcherDirective {
93
93
  this._windowState.next(DbxPopupWindowState.FULLSCREEN);
94
94
  }
95
95
  }
96
- DbxPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupComponent, deps: [{ token: i1.NgPopoverRef }, { token: i2.CompactContextStore }, { token: i3.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
97
- DbxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopupComponent, selector: "ng-component", providers: [{
96
+ DbxPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupComponent, deps: [{ token: i1.NgPopoverRef }, { token: i2.CompactContextStore }, { token: i3.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
97
+ DbxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopupComponent, selector: "ng-component", providers: [{
98
98
  provide: DbxPopupController,
99
99
  useExisting: DbxPopupComponent
100
100
  }, {
@@ -104,7 +104,7 @@ DbxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
104
104
  <div class="dbx-popup-component" dbx-injected-content [config]="contentConfig"></div>
105
105
  </dbx-popup-coordinator>
106
106
  `, isInline: true, components: [{ type: i4.DbxPopupCoordinatorComponent, selector: "dbx-popup-coordinator" }, { type: i3.DbxInjectedComponent, selector: "dbx-injected-content, [dbx-injected-content]", inputs: ["config", "template"] }] });
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupComponent, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupComponent, decorators: [{
108
108
  type: Component,
109
109
  args: [{
110
110
  template: `
@@ -13,14 +13,14 @@ export class DbxPopupContentComponent {
13
13
  this.showContent$ = this.appPopupController.windowState$.pipe(map(x => x !== DbxPopupWindowState.MINIMIZED));
14
14
  }
15
15
  }
16
- DbxPopupContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupContentComponent, deps: [{ token: i1.DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
17
- DbxPopupContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopupContentComponent, selector: "dbx-popup-content", host: { classAttribute: "dbx-popup-content" }, ngImport: i0, template: `
16
+ DbxPopupContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupContentComponent, deps: [{ token: i1.DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
17
+ DbxPopupContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopupContentComponent, selector: "dbx-popup-content", host: { classAttribute: "dbx-popup-content" }, ngImport: i0, template: `
18
18
  <ng-content select="[controls]"></ng-content>
19
19
  <div *ngIf="showContent$ | async" class="dbx-popup-content-container">
20
20
  <ng-content></ng-content>
21
21
  </div>
22
22
  `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe } });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupContentComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupContentComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  selector: 'dbx-popup-content',
@@ -31,8 +31,8 @@ export class DbxPopupControlButtonsComponent {
31
31
  this.appPopupController.close();
32
32
  }
33
33
  }
34
- DbxPopupControlButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupControlButtonsComponent, deps: [{ token: i1.DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
35
- DbxPopupControlButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopupControlButtonsComponent, selector: "dbx-popup-control-buttons", host: { classAttribute: "dbx-popup-control-buttons" }, ngImport: i0, template: `
34
+ DbxPopupControlButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupControlButtonsComponent, deps: [{ token: i1.DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
35
+ DbxPopupControlButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopupControlButtonsComponent, selector: "dbx-popup-control-buttons", host: { classAttribute: "dbx-popup-control-buttons" }, ngImport: i0, template: `
36
36
  <ng-container [ngSwitch]="isMinimized$ | async">
37
37
  <dbx-button [flat]="true" *ngSwitchCase="false" icon="minimize" (buttonClick)="minimizeClicked()"></dbx-button>
38
38
  <dbx-button [flat]="true" *ngSwitchCase="true" icon="maximize" (buttonClick)="maximizeClicked()"></dbx-button>
@@ -45,7 +45,7 @@ DbxPopupControlButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
45
45
  <dbx-button-spacer></dbx-button-spacer>
46
46
  <dbx-button [flat]="true" icon="close" color="warn" (buttonClick)="closeClicked()"></dbx-button>
47
47
  `, isInline: true, components: [{ type: i2.DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color"] }, { type: i3.DbxButtonSpacerComponent, selector: "dbx-button-spacer" }], directives: [{ type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }], pipes: { "async": i4.AsyncPipe } });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupControlButtonsComponent, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupControlButtonsComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'dbx-popup-control-buttons',
@@ -6,13 +6,13 @@ import * as i1 from "./popup.controls.buttons.component";
6
6
  */
7
7
  export class DbxPopupControlsComponent {
8
8
  }
9
- DbxPopupControlsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupControlsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- DbxPopupControlsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopupControlsComponent, selector: "dbx-popup-controls", inputs: { header: "header" }, host: { classAttribute: "dbx-popup-controls" }, ngImport: i0, template: `
9
+ DbxPopupControlsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupControlsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ DbxPopupControlsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopupControlsComponent, selector: "dbx-popup-controls", inputs: { header: "header" }, host: { classAttribute: "dbx-popup-controls" }, ngImport: i0, template: `
11
11
  <span class="dbx-popup-controls-header">{{ header }}</span>
12
12
  <div class="spacer"></div>
13
13
  <dbx-popup-control-buttons></dbx-popup-control-buttons>
14
14
  `, isInline: true, components: [{ type: i1.DbxPopupControlButtonsComponent, selector: "dbx-popup-control-buttons" }] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupControlsComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupControlsComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'dbx-popup-controls',
@@ -23,13 +23,13 @@ export class DbxPopupCoordinatorComponent {
23
23
  this.service.removePopup(this.popup.key, this.popup);
24
24
  }
25
25
  }
26
- DbxPopupCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupCoordinatorComponent, deps: [{ token: i1.DbxPopupCoordinatorService }, { token: i2.DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
27
- DbxPopupCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPopupCoordinatorComponent, selector: "dbx-popup-coordinator", ngImport: i0, template: `
26
+ DbxPopupCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupCoordinatorComponent, deps: [{ token: i1.DbxPopupCoordinatorService }, { token: i2.DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
27
+ DbxPopupCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPopupCoordinatorComponent, selector: "dbx-popup-coordinator", ngImport: i0, template: `
28
28
  <ng-container *ngIf="show$ | async">
29
29
  <ng-content></ng-content>
30
30
  </ng-container>
31
31
  `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i3.AsyncPipe } });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupCoordinatorComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupCoordinatorComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  selector: 'dbx-popup-coordinator',
@@ -32,9 +32,9 @@ export class DbxPopupCoordinatorService {
32
32
  }
33
33
  }
34
34
  }
35
- DbxPopupCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
- DbxPopupCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupCoordinatorService });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupCoordinatorService, decorators: [{
35
+ DbxPopupCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
+ DbxPopupCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupCoordinatorService });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupCoordinatorService, decorators: [{
38
38
  type: Injectable
39
39
  }], ctorParameters: function () { return []; } });
40
40
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wdXAuY29vcmRpbmF0b3Iuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9pbnRlcmFjdGlvbi9wb3B1cC9wb3B1cC5jb29yZGluYXRvci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFFdkM7O0dBRUc7QUFFSCxNQUFNLE9BQU8sMEJBQTBCO0lBTXJDO1FBSlEsWUFBTyxHQUFHLElBQUksZUFBZSxDQUF1QyxJQUFJLEdBQUcsRUFBRSxDQUFDLENBQUM7UUFFOUUsWUFBTyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxFQUFFLENBQUM7SUFFL0IsQ0FBQztJQUVqQixJQUFJLE1BQU07UUFDUixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDO0lBQzVCLENBQUM7SUFFTSxRQUFRLENBQUMsS0FBeUI7UUFDdkMsTUFBTSxHQUFHLEdBQUcsS0FBSyxDQUFDLEdBQUcsQ0FBQztRQUV0QixJQUFJLEdBQUcsRUFBRTtZQUNQLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUM7WUFDdEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLEdBQUcsRUFBRSxLQUFLLENBQUMsQ0FBQztZQUNuQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7U0FDaEM7SUFDSCxDQUFDO0lBRU0sV0FBVyxDQUFDLEdBQWdCLEVBQUUsS0FBMEI7UUFDN0QsSUFBSSxHQUFHLEVBQUU7WUFDUCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUV0QyxrRkFBa0Y7WUFDbEYsSUFBSSxRQUFRLElBQUksQ0FBQyxDQUFDLEtBQUssSUFBSSxLQUFLLEtBQUssUUFBUSxDQUFDLEVBQUU7Z0JBQzlDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsQ0FBQztnQkFDakIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2dCQUMvQixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7YUFDaEM7U0FDRjtJQUNILENBQUM7O3VIQWpDVSwwQkFBMEI7MkhBQTFCLDBCQUEwQjsyRkFBMUIsMEJBQTBCO2tCQUR0QyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGJ4UG9wdXBLZXksIERieFBvcHVwQ29udHJvbGxlciB9IGZyb20gJy4vcG9wdXAnO1xuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5cbi8qKlxuICogVXNlZCBmb3IgY29vcmRpbmF0aW5nIHBvcHVwcyBhbmQgY2xvc2luZy9yZXBsYWNpbmcgZXhpc3Rpbmcgb25lcyB3aGVuIGEgbmV3IHBvcHVwIG9mIHRoZSBzYW1lIG5hbWUgYXBwZWFycy5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIERieFBvcHVwQ29vcmRpbmF0b3JTZXJ2aWNlIHtcblxuICBwcml2YXRlIF9wb3B1cHMgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PE1hcDxEYnhQb3B1cEtleSwgRGJ4UG9wdXBDb250cm9sbGVyPj4obmV3IE1hcCgpKTtcblxuICByZWFkb25seSBwb3B1cHMkID0gdGhpcy5fcG9wdXBzLmFzT2JzZXJ2YWJsZSgpO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgZ2V0IHBvcHVwcygpOiBNYXA8RGJ4UG9wdXBLZXksIERieFBvcHVwQ29udHJvbGxlcj4ge1xuICAgIHJldHVybiB0aGlzLl9wb3B1cHMudmFsdWU7XG4gIH1cblxuICBwdWJsaWMgYWRkUG9wdXAocG9wdXA6IERieFBvcHVwQ29udHJvbGxlcik6IHZvaWQge1xuICAgIGNvbnN0IGtleSA9IHBvcHVwLmtleTtcblxuICAgIGlmIChrZXkpIHtcbiAgICAgIHRoaXMucmVtb3ZlUG9wdXAoa2V5KTtcbiAgICAgIHRoaXMuX3BvcHVwcy52YWx1ZS5zZXQoa2V5LCBwb3B1cCk7XG4gICAgICB0aGlzLl9wb3B1cHMubmV4dCh0aGlzLnBvcHVwcyk7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIHJlbW92ZVBvcHVwKGtleTogRGJ4UG9wdXBLZXksIHBvcHVwPzogRGJ4UG9wdXBDb250cm9sbGVyKTogdm9pZCB7XG4gICAgaWYgKGtleSkge1xuICAgICAgY29uc3QgZXhpc3RpbmcgPSB0aGlzLnBvcHVwcy5nZXQoa2V5KTtcblxuICAgICAgLy8gUmVtb3ZlIGlmIHRoZXJlIGlzIG9uZSBleGlzdGluZywgYW5kIGlmIHBvcHVwIGlzIHByb3ZpZGVkIGl0IGlzIHRoZSBzYW1lIHBvcHVwLlxuICAgICAgaWYgKGV4aXN0aW5nICYmICghcG9wdXAgfHwgcG9wdXAgPT09IGV4aXN0aW5nKSkge1xuICAgICAgICBleGlzdGluZy5jbG9zZSgpO1xuICAgICAgICB0aGlzLl9wb3B1cHMudmFsdWUuZGVsZXRlKGtleSk7XG4gICAgICAgIHRoaXMuX3BvcHVwcy5uZXh0KHRoaXMucG9wdXBzKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxufVxuIl19
@@ -26,8 +26,8 @@ export class DbxPopupInteractionModule {
26
26
  };
27
27
  }
28
28
  }
29
- DbxPopupInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
- DbxPopupInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupInteractionModule, declarations: [DbxPopupComponent,
29
+ DbxPopupInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
+ DbxPopupInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupInteractionModule, declarations: [DbxPopupComponent,
31
31
  DbxPopupCoordinatorComponent,
32
32
  DbxPopupContentComponent,
33
33
  DbxPopupControlsComponent,
@@ -42,7 +42,7 @@ DbxPopupInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0
42
42
  NgOverlayContainerModule], exports: [DbxPopupContentComponent,
43
43
  DbxPopupControlsComponent,
44
44
  DbxPopupControlButtonsComponent] });
45
- DbxPopupInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupInteractionModule, providers: [
45
+ DbxPopupInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupInteractionModule, providers: [
46
46
  DbxPopupService
47
47
  ], imports: [[
48
48
  CommonModule,
@@ -55,7 +55,7 @@ DbxPopupInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0
55
55
  DbxInjectedComponentModule,
56
56
  NgOverlayContainerModule,
57
57
  ]] });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupInteractionModule, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupInteractionModule, decorators: [{
59
59
  type: NgModule,
60
60
  args: [{
61
61
  imports: [
@@ -35,9 +35,9 @@ export class DbxPopupService {
35
35
  });
36
36
  }
37
37
  }
38
- DbxPopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupService, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
39
- DbxPopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupService });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPopupService, decorators: [{
38
+ DbxPopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupService, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
39
+ DbxPopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupService });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPopupService, decorators: [{
41
41
  type: Injectable
42
42
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }]; } });
43
43
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wdXAuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9pbnRlcmFjdGlvbi9wb3B1cC9wb3B1cC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxpQkFBaUIsRUFBMkIsdUJBQXVCLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNoSSxPQUFPLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRCxPQUFPLEVBQUUseUJBQXlCLEVBQWdCLE1BQU0sc0JBQXNCLENBQUM7QUFDL0UsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHNCQUFzQixDQUFDOzs7QUFNL0M7O0dBRUc7QUFFSCxNQUFNLE9BQU8sZUFBZTtJQUkxQixZQUFvQixRQUFpQixFQUFVLFNBQW1CO1FBQTlDLGFBQVEsR0FBUixRQUFRLENBQVM7UUFBVSxjQUFTLEdBQVQsU0FBUyxDQUFVO1FBQ2hFLElBQUksQ0FBQyx3QkFBd0IsR0FBRyxJQUFJLHlCQUF5QixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQy9GLENBQUM7SUFFRCxJQUFJLENBQVUsTUFBK0I7UUFDM0MsTUFBTSxPQUFPLEdBQUcsQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUkseUJBQXlCLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyx3QkFBd0IsQ0FBQztRQUNsSSxNQUFNLFdBQVcsR0FBRyxNQUFNLENBQUMsV0FBVyxJQUFJLEtBQUssQ0FBQztRQUNoRCxNQUFNLFFBQVEsR0FBRyxNQUFNLENBQUMsUUFBUSxJQUFJLGNBQWMsQ0FBQztRQUVuRCxPQUFPLE9BQU8sQ0FBQyxJQUFJLENBQXNDO1lBQ3ZELE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsSUFBSSxFQUFFO2dCQUNKLEdBQUcsTUFBTTtnQkFDVCxXQUFXO2dCQUNYLFFBQVE7YUFDVDtZQUNELGFBQWEsRUFBRTtnQkFDYixLQUFLLEVBQUUsc0JBQXNCO2dCQUM3QixNQUFNLEVBQUUsdUJBQXVCO2dCQUMvQix5QkFBeUIsRUFBRSxJQUFJO2dCQUMvQixXQUFXLEVBQUUsS0FBSztnQkFDbEIsV0FBVyxFQUFFLEtBQUs7Z0JBQ2xCLFdBQVc7YUFDWjtTQUNGLENBQUMsQ0FBQztJQUNMLENBQUM7OzRHQTdCVSxlQUFlO2dIQUFmLGVBQWU7MkZBQWYsZUFBZTtrQkFEM0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERieFBvcHVwQ29tcG9uZW50LCBEYnhQb3B1cENvbXBvbmVudENvbmZpZywgQVBQX1BPUFVQX05PUk1BTF9IRUlHSFQsIEFQUF9QT1BVUF9OT1JNQUxfV0lEVEggfSBmcm9tICcuL3BvcHVwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJbmplY3RhYmxlLCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdPdmVybGF5Q29udGFpbmVyU2VydmljZSwgTmdQb3BvdmVyUmVmIH0gZnJvbSAnbmctb3ZlcmxheS1jb250YWluZXInO1xuaW1wb3J0IHsgT3ZlcmxheSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcblxuZXhwb3J0IGludGVyZmFjZSBEYnhQb3B1cENvbmZpZzxPLCBJLCBUPiBleHRlbmRzIERieFBvcHVwQ29tcG9uZW50Q29uZmlnPE8sIEksIFQ+IHtcbiAgaW5qZWN0b3I/OiBJbmplY3Rvcjtcbn1cblxuLyoqXG4gKiBVc2VkIGZvciBkaXNwbGF5aW5nIGEgcG9wdXAuXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBEYnhQb3B1cFNlcnZpY2Uge1xuXG4gIHByaXZhdGUgX292ZXJsYXlDb250YWluZXJTZXJ2aWNlOiBOZ092ZXJsYXlDb250YWluZXJTZXJ2aWNlO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgX292ZXJsYXk6IE92ZXJsYXksIHByaXZhdGUgX2luamVjdG9yOiBJbmplY3Rvcikge1xuICAgIHRoaXMuX292ZXJsYXlDb250YWluZXJTZXJ2aWNlID0gbmV3IE5nT3ZlcmxheUNvbnRhaW5lclNlcnZpY2UodGhpcy5fb3ZlcmxheSwgdGhpcy5faW5qZWN0b3IpO1xuICB9XG5cbiAgb3BlbjxPLCBJLCBUPihjb25maWc6IERieFBvcHVwQ29uZmlnPE8sIEksIFQ+KTogTmdQb3BvdmVyUmVmPERieFBvcHVwQ29tcG9uZW50Q29uZmlnPE8sIEksIFQ+LCBPPiB7XG4gICAgY29uc3Qgc2VydmljZSA9IChjb25maWcuaW5qZWN0b3IpID8gbmV3IE5nT3ZlcmxheUNvbnRhaW5lclNlcnZpY2UodGhpcy5fb3ZlcmxheSwgY29uZmlnLmluamVjdG9yKSA6IHRoaXMuX292ZXJsYXlDb250YWluZXJTZXJ2aWNlO1xuICAgIGNvbnN0IGlzRHJhZ2dhYmxlID0gY29uZmlnLmlzRHJhZ2dhYmxlID8/IGZhbHNlO1xuICAgIGNvbnN0IHBvc2l0aW9uID0gY29uZmlnLnBvc2l0aW9uID8/ICdib3R0b21fcmlnaHQnO1xuXG4gICAgcmV0dXJuIHNlcnZpY2Uub3BlbjxEYnhQb3B1cENvbXBvbmVudENvbmZpZzxPLCBJLCBUPiwgTz4oe1xuICAgICAgY29udGVudDogRGJ4UG9wdXBDb21wb25lbnQsXG4gICAgICBkYXRhOiB7XG4gICAgICAgIC4uLmNvbmZpZyxcbiAgICAgICAgaXNEcmFnZ2FibGUsXG4gICAgICAgIHBvc2l0aW9uXG4gICAgICB9LFxuICAgICAgY29uZmlndXJhdGlvbjoge1xuICAgICAgICB3aWR0aDogQVBQX1BPUFVQX05PUk1BTF9XSURUSCxcbiAgICAgICAgaGVpZ2h0OiBBUFBfUE9QVVBfTk9STUFMX0hFSUdIVCxcbiAgICAgICAgdXNlR2xvYmFsUG9zaXRpb25TdHJhdGVneTogdHJ1ZSxcbiAgICAgICAgaGFzQmFja2Ryb3A6IGZhbHNlLFxuICAgICAgICBpc1Jlc2l6YWJsZTogZmFsc2UsXG4gICAgICAgIGlzRHJhZ2dhYmxlXG4gICAgICB9XG4gICAgfSk7XG4gIH1cblxufVxuIl19
@@ -5,9 +5,9 @@ export class DbxPromptBoxComponent {
5
5
  this.elevated = true;
6
6
  }
7
7
  }
8
- DbxPromptBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- DbxPromptBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPromptBoxComponent, selector: "dbx-prompt-box", inputs: { elevated: "elevated" }, host: { properties: { "class.elevated": "elevated" }, classAttribute: "d-block dbx-prompt-box" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptBoxComponent, decorators: [{
8
+ DbxPromptBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ DbxPromptBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPromptBoxComponent, selector: "dbx-prompt-box", inputs: { elevated: "elevated" }, host: { properties: { "class.elevated": "elevated" }, classAttribute: "d-block dbx-prompt-box" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptBoxComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'dbx-prompt-box',
@@ -20,9 +20,9 @@ export class DbxPromptConfirmButtonDirective {
20
20
  this.appButton.setButtonInterceptor(this);
21
21
  }
22
22
  }
23
- DbxPromptConfirmButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmButtonDirective, deps: [{ token: i1.DbxButtonDirective, host: true }, { token: i2.DbxPromptConfirm, host: true }], target: i0.ɵɵFactoryTarget.Directive });
24
- DbxPromptConfirmButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxPromptConfirmButtonDirective, selector: "[dbxPromptConfirmButton]", ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmButtonDirective, decorators: [{
23
+ DbxPromptConfirmButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmButtonDirective, deps: [{ token: i1.DbxButtonDirective, host: true }, { token: i2.DbxPromptConfirm, host: true }], target: i0.ɵɵFactoryTarget.Directive });
24
+ DbxPromptConfirmButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxPromptConfirmButtonDirective, selector: "[dbxPromptConfirmButton]", ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmButtonDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: '[dbxPromptConfirmButton]',
@@ -6,8 +6,8 @@ import * as i1 from "../../layout/section/subsection.component";
6
6
  */
7
7
  export class DbxPromptComponent {
8
8
  }
9
- DbxPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- DbxPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPromptComponent, selector: "dbx-prompt", inputs: { header: "header", prompt: "prompt" }, ngImport: i0, template: `
9
+ DbxPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ DbxPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPromptComponent, selector: "dbx-prompt", inputs: { header: "header", prompt: "prompt" }, ngImport: i0, template: `
11
11
  <div class="dbx-prompt">
12
12
  <ng-content select="[hero]"></ng-content>
13
13
  <dbx-subsection [header]="header" [hint]="prompt">
@@ -15,7 +15,7 @@ DbxPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
15
15
  </dbx-subsection>
16
16
  </div>
17
17
  `, isInline: true, components: [{ type: i1.DbxSubSectionComponent, selector: "dbx-subsection" }] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'dbx-prompt',
@@ -36,9 +36,9 @@ export class DbxPromptConfirmComponent {
36
36
  this.cancel.emit();
37
37
  }
38
38
  }
39
- DbxPromptConfirmComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
- DbxPromptConfirmComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: { config: "config" }, outputs: { confirm: "confirm", cancel: "cancel" }, ngImport: i0, template: "<dbx-prompt [header]=\"config.title\" [prompt]=\"config.prompt\">\n <ng-content></ng-content>\n <button mat-stroked-button (click)=\"onConfirm()\">{{ config.confirmText || 'Confirm' }}</button>\n <dbx-button-spacer></dbx-button-spacer>\n <button mat-stroked-button color=\"warn\" (click)=\"onCancel()\">{{ config.cancelText || 'Cancel' }}</button>\n</dbx-prompt>\n", components: [{ type: i1.DbxPromptComponent, selector: "dbx-prompt", inputs: ["header", "prompt"] }, { 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.DbxButtonSpacerComponent, selector: "dbx-button-spacer" }] });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmComponent, decorators: [{
39
+ DbxPromptConfirmComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ DbxPromptConfirmComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: { config: "config" }, outputs: { confirm: "confirm", cancel: "cancel" }, ngImport: i0, template: "<dbx-prompt [header]=\"config.title\" [prompt]=\"config.prompt\">\n <ng-content></ng-content>\n <button mat-stroked-button (click)=\"onConfirm()\">{{ config.confirmText || 'Confirm' }}</button>\n <dbx-button-spacer></dbx-button-spacer>\n <button mat-stroked-button color=\"warn\" (click)=\"onCancel()\">{{ config.cancelText || 'Cancel' }}</button>\n</dbx-prompt>\n", components: [{ type: i1.DbxPromptComponent, selector: "dbx-prompt", inputs: ["header", "prompt"] }, { 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.DbxButtonSpacerComponent, selector: "dbx-button-spacer" }] });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{ selector: 'dbx-prompt-confirm', template: "<dbx-prompt [header]=\"config.title\" [prompt]=\"config.prompt\">\n <ng-content></ng-content>\n <button mat-stroked-button (click)=\"onConfirm()\">{{ config.confirmText || 'Confirm' }}</button>\n <dbx-button-spacer></dbx-button-spacer>\n <button mat-stroked-button color=\"warn\" (click)=\"onCancel()\">{{ config.cancelText || 'Cancel' }}</button>\n</dbx-prompt>\n" }]
44
44
  }], propDecorators: { confirm: [{
@@ -29,15 +29,15 @@ export class DbxPromptConfirmDialogComponent extends AbstractDialogDirective {
29
29
  this.close(false);
30
30
  }
31
31
  }
32
- DbxPromptConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmDialogComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
33
- DbxPromptConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPromptConfirmDialogComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
32
+ DbxPromptConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmDialogComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
33
+ DbxPromptConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPromptConfirmDialogComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
34
34
  <dbx-dialog-content>
35
35
  <dbx-prompt-confirm [config]="config" (confirm)="confirm()" (cancel)="cancel()">
36
36
  <dbx-injected-content [config]="injectedConfig"></dbx-injected-content>
37
37
  </dbx-prompt-confirm>
38
38
  </dbx-dialog-content>
39
39
  `, isInline: true, components: [{ type: i1.DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: ["config"], outputs: ["confirm", "cancel"] }, { type: i2.DbxInjectedComponent, selector: "dbx-injected-content, [dbx-injected-content]", inputs: ["config", "template"] }], directives: [{ type: i3.DbxDialogContentDirective, selector: "dbx-dialog-content,.dbx-dialog-content", inputs: ["width"] }] });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmDialogComponent, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmDialogComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{
43
43
  template: `
@@ -30,9 +30,9 @@ export class AbstractPromptConfirmDirective {
30
30
  return result;
31
31
  }
32
32
  }
33
- AbstractPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractPromptConfirmDirective, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
34
- AbstractPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: AbstractPromptConfirmDirective, ngImport: i0 });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AbstractPromptConfirmDirective, decorators: [{
33
+ AbstractPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractPromptConfirmDirective, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
34
+ AbstractPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AbstractPromptConfirmDirective, ngImport: i0 });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AbstractPromptConfirmDirective, decorators: [{
36
36
  type: Directive
37
37
  }], ctorParameters: function () { return [{ type: i1.MatDialog }]; } });
38
38
  // MARK: Directive
@@ -44,9 +44,9 @@ export class DbxPromptConfirmDirective extends AbstractPromptConfirmDirective {
44
44
  super(dialog);
45
45
  }
46
46
  }
47
- DbxPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmDirective, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
48
- DbxPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: DbxPromptConfirmDirective, selector: "[dbxPromptConfirm]", inputs: { config: ["dbxPromptConfirm", "config"] }, providers: ProvideDbxPromptConfirm(DbxPromptConfirmDirective), usesInheritance: true, ngImport: i0 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptConfirmDirective, decorators: [{
47
+ DbxPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmDirective, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
48
+ DbxPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: DbxPromptConfirmDirective, selector: "[dbxPromptConfirm]", inputs: { config: ["dbxPromptConfirm", "config"] }, providers: ProvideDbxPromptConfirm(DbxPromptConfirmDirective), usesInheritance: true, ngImport: i0 });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptConfirmDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: '[dbxPromptConfirm]',
@@ -18,8 +18,8 @@ import { DbxDialogInteractionModule } from '../dialog/dialog.module';
18
18
  import * as i0 from "@angular/core";
19
19
  export class DbxPromptModule {
20
20
  }
21
- DbxPromptModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
- DbxPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptModule, declarations: [DbxPromptComponent,
21
+ DbxPromptModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
+ DbxPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptModule, declarations: [DbxPromptComponent,
23
23
  DbxPromptBoxComponent,
24
24
  DbxPromptPageComponent,
25
25
  DbxPromptConfirmComponent,
@@ -39,7 +39,7 @@ DbxPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
39
39
  DbxPromptConfirmComponent,
40
40
  DbxPromptConfirmButtonDirective,
41
41
  DbxPromptConfirmDirective] });
42
- DbxPromptModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptModule, imports: [[
42
+ DbxPromptModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptModule, imports: [[
43
43
  CommonModule,
44
44
  MatDialogModule,
45
45
  MatButtonModule,
@@ -50,7 +50,7 @@ DbxPromptModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
50
50
  DbxSectionLayoutModule,
51
51
  DbxContentLayoutModule
52
52
  ]] });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptModule, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptModule, decorators: [{
54
54
  type: NgModule,
55
55
  args: [{
56
56
  imports: [
@@ -3,15 +3,15 @@ import * as i0 from "@angular/core";
3
3
  import * as i1 from "../../layout/content/content.container.directive";
4
4
  export class DbxPromptPageComponent {
5
5
  }
6
- DbxPromptPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- DbxPromptPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: DbxPromptPageComponent, selector: "dbx-prompt-page", host: { classAttribute: "d-block dbx-prompt-page" }, ngImport: i0, template: `
6
+ DbxPromptPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ DbxPromptPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: DbxPromptPageComponent, selector: "dbx-prompt-page", host: { classAttribute: "d-block dbx-prompt-page" }, ngImport: i0, template: `
8
8
  <dbx-content-container width="full">
9
9
  <div class="dbx-prompt-page-content-wrap">
10
10
  <ng-content></ng-content>
11
11
  </div>
12
12
  </dbx-content-container>
13
13
  `, isInline: true, directives: [{ type: i1.DbxContentContainerDirective, selector: "dbx-content-container,[dbx-content-container],.dbx-content-container", inputs: ["grow", "padding"] }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DbxPromptPageComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: DbxPromptPageComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'dbx-prompt-page',