@dereekb/dbx-web 8.15.2 → 9.1.1

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 (316) hide show
  1. package/esm2020/lib/action/action.confirm.directive.mjs +3 -3
  2. package/esm2020/lib/action/action.module.mjs +5 -5
  3. package/esm2020/lib/action/action.progress.component.mjs +6 -6
  4. package/esm2020/lib/action/key.trigger.directive.mjs +3 -3
  5. package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +7 -7
  6. package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +3 -3
  7. package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +5 -5
  8. package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +3 -3
  9. package/esm2020/lib/action/transition/action.transition.module.mjs +5 -5
  10. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +8 -8
  11. package/esm2020/lib/action/transition/transition.safety.directive.mjs +3 -3
  12. package/esm2020/lib/button/button.component.mjs +6 -6
  13. package/esm2020/lib/button/button.module.mjs +5 -5
  14. package/esm2020/lib/button/button.spacer.component.mjs +3 -3
  15. package/esm2020/lib/button/progress/bar.button.component.mjs +6 -6
  16. package/esm2020/lib/button/progress/base.progress.button.directive.mjs +6 -14
  17. package/esm2020/lib/button/progress/button.progress.config.mjs +1 -1
  18. package/esm2020/lib/button/progress/button.progress.module.mjs +5 -5
  19. package/esm2020/lib/button/progress/spinner.button.component.mjs +6 -6
  20. package/esm2020/lib/dbx-web.module.mjs +9 -9
  21. package/esm2020/lib/error/error.action.directive.mjs +3 -3
  22. package/esm2020/lib/error/error.component.mjs +3 -3
  23. package/esm2020/lib/error/error.loading.directive.mjs +3 -3
  24. package/esm2020/lib/error/error.module.mjs +5 -5
  25. package/esm2020/lib/extension/calendar/calendar.component.mjs +10 -10
  26. package/esm2020/lib/extension/calendar/calendar.module.mjs +21 -23
  27. package/esm2020/lib/extension/calendar/calendar.store.mjs +3 -3
  28. package/esm2020/lib/extension/widget/widget.component.mjs +4 -4
  29. package/esm2020/lib/extension/widget/widget.directive.mjs +3 -3
  30. package/esm2020/lib/extension/widget/widget.list.component.mjs +10 -10
  31. package/esm2020/lib/extension/widget/widget.mjs +1 -1
  32. package/esm2020/lib/extension/widget/widget.module.mjs +9 -10
  33. package/esm2020/lib/extension/widget/widget.service.mjs +4 -4
  34. package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +3 -3
  35. package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +3 -3
  36. package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +3 -3
  37. package/esm2020/lib/interaction/dialog/dialog.module.mjs +5 -5
  38. package/esm2020/lib/interaction/filter/filter.module.mjs +12 -14
  39. package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +6 -6
  40. package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +3 -3
  41. package/esm2020/lib/interaction/filter/filter.popover.component.mjs +7 -7
  42. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +5 -5
  43. package/esm2020/lib/interaction/interaction.module.mjs +4 -4
  44. package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +3 -3
  45. package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +6 -6
  46. package/esm2020/lib/interaction/popover/popover.action.directive.mjs +3 -3
  47. package/esm2020/lib/interaction/popover/popover.component.mjs +7 -7
  48. package/esm2020/lib/interaction/popover/popover.content.component.mjs +4 -4
  49. package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +3 -3
  50. package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +4 -4
  51. package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +3 -3
  52. package/esm2020/lib/interaction/popover/popover.header.component.mjs +7 -7
  53. package/esm2020/lib/interaction/popover/popover.module.mjs +5 -5
  54. package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +3 -3
  55. package/esm2020/lib/interaction/popover/popover.service.mjs +3 -3
  56. package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +3 -3
  57. package/esm2020/lib/interaction/popup/popup.component.mjs +4 -4
  58. package/esm2020/lib/interaction/popup/popup.content.component.mjs +4 -4
  59. package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +6 -6
  60. package/esm2020/lib/interaction/popup/popup.controls.component.mjs +4 -4
  61. package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +4 -4
  62. package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +3 -3
  63. package/esm2020/lib/interaction/popup/popup.module.mjs +5 -5
  64. package/esm2020/lib/interaction/popup/popup.service.mjs +3 -3
  65. package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +3 -3
  66. package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +3 -3
  67. package/esm2020/lib/interaction/prompt/prompt.component.mjs +4 -4
  68. package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +6 -6
  69. package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +7 -7
  70. package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +6 -6
  71. package/esm2020/lib/interaction/prompt/prompt.module.mjs +5 -5
  72. package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +4 -4
  73. package/esm2020/lib/keypress/keydown.listener.directive.mjs +3 -3
  74. package/esm2020/lib/keypress/keypress.module.mjs +5 -5
  75. package/esm2020/lib/layout/bar/bar.directive.mjs +3 -3
  76. package/esm2020/lib/layout/bar/bar.header.component.mjs +7 -7
  77. package/esm2020/lib/layout/bar/bar.layout.module.mjs +5 -5
  78. package/esm2020/lib/layout/bar/pagebar.component.mjs +5 -5
  79. package/esm2020/lib/layout/block/block.layout.module.mjs +5 -5
  80. package/esm2020/lib/layout/block/two.block.component.mjs +4 -4
  81. package/esm2020/lib/layout/card/card.box.component.mjs +6 -6
  82. package/esm2020/lib/layout/card/card.box.container.component.mjs +3 -3
  83. package/esm2020/lib/layout/card/card.box.layout.module.mjs +5 -5
  84. package/esm2020/lib/layout/column/column.layout.module.mjs +4 -4
  85. package/esm2020/lib/layout/column/one/one.column.component.mjs +4 -4
  86. package/esm2020/lib/layout/column/one/one.column.module.mjs +5 -5
  87. package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +3 -3
  88. package/esm2020/lib/layout/column/two/two.column.component.mjs +5 -5
  89. package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +3 -3
  90. package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +3 -3
  91. package/esm2020/lib/layout/column/two/two.column.head.component.mjs +3 -3
  92. package/esm2020/lib/layout/column/two/two.column.module.mjs +5 -5
  93. package/esm2020/lib/layout/column/two/two.column.right.component.mjs +7 -7
  94. package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +3 -3
  95. package/esm2020/lib/layout/column/two/two.column.store.mjs +3 -3
  96. package/esm2020/lib/layout/compact/compact.directive.mjs +3 -3
  97. package/esm2020/lib/layout/compact/compact.layout.module.mjs +5 -5
  98. package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
  99. package/esm2020/lib/layout/content/content.border.directive.mjs +3 -3
  100. package/esm2020/lib/layout/content/content.box.directive.mjs +3 -3
  101. package/esm2020/lib/layout/content/content.container.directive.mjs +3 -3
  102. package/esm2020/lib/layout/content/content.directive.mjs +3 -3
  103. package/esm2020/lib/layout/content/content.elevate.directive.mjs +3 -3
  104. package/esm2020/lib/layout/content/content.layout.module.mjs +5 -5
  105. package/esm2020/lib/layout/content/content.page.directive.mjs +3 -3
  106. package/esm2020/lib/layout/flag/flag.component.mjs +4 -4
  107. package/esm2020/lib/layout/flag/flag.layout.module.mjs +5 -5
  108. package/esm2020/lib/layout/flag/flag.prompt.component.mjs +4 -4
  109. package/esm2020/lib/layout/flex/flex.group.directive.mjs +3 -3
  110. package/esm2020/lib/layout/flex/flex.layout.module.mjs +5 -5
  111. package/esm2020/lib/layout/flex/flex.size.directive.mjs +3 -3
  112. package/esm2020/lib/layout/item/item.icon.component.mjs +6 -6
  113. package/esm2020/lib/layout/item/item.layout.module.mjs +5 -5
  114. package/esm2020/lib/layout/layout.module.mjs +4 -4
  115. package/esm2020/lib/layout/list/list.component.mjs +10 -10
  116. package/esm2020/lib/layout/list/list.content.empty.component.mjs +3 -3
  117. package/esm2020/lib/layout/list/list.directive.mjs +6 -6
  118. package/esm2020/lib/layout/list/list.grid.view.component.mjs +16 -16
  119. package/esm2020/lib/layout/list/list.grid.view.directive.mjs +3 -3
  120. package/esm2020/lib/layout/list/list.layout.module.mjs +5 -5
  121. package/esm2020/lib/layout/list/list.view.directive.mjs +3 -3
  122. package/esm2020/lib/layout/list/list.view.selection.directive.mjs +3 -3
  123. package/esm2020/lib/layout/list/list.view.value.component.mjs +13 -13
  124. package/esm2020/lib/layout/list/list.view.value.directive.mjs +3 -3
  125. package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +3 -3
  126. package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +6 -6
  127. package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +3 -3
  128. package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +11 -11
  129. package/esm2020/lib/layout/section/section.component.mjs +4 -4
  130. package/esm2020/lib/layout/section/section.header.component.mjs +6 -6
  131. package/esm2020/lib/layout/section/section.intro.component.mjs +6 -6
  132. package/esm2020/lib/layout/section/section.layout.module.mjs +5 -5
  133. package/esm2020/lib/layout/section/section.page.component.mjs +4 -4
  134. package/esm2020/lib/layout/section/subsection.component.mjs +4 -4
  135. package/esm2020/lib/layout/step/step.component.mjs +5 -5
  136. package/esm2020/lib/layout/step/step.layout.module.mjs +5 -5
  137. package/esm2020/lib/layout/style/spacer.directive.mjs +3 -3
  138. package/esm2020/lib/layout/style/style.body.directive.mjs +3 -3
  139. package/esm2020/lib/layout/style/style.directive.mjs +3 -3
  140. package/esm2020/lib/layout/style/style.layout.module.mjs +5 -5
  141. package/esm2020/lib/layout/style/style.service.mjs +3 -3
  142. package/esm2020/lib/layout/style/style.set.directive.mjs +3 -3
  143. package/esm2020/lib/layout/text/hint.component.mjs +3 -3
  144. package/esm2020/lib/layout/text/icon.spacer.component.mjs +3 -3
  145. package/esm2020/lib/layout/text/label.component.mjs +3 -3
  146. package/esm2020/lib/layout/text/linkify.component.mjs +4 -4
  147. package/esm2020/lib/layout/text/note.component.mjs +3 -3
  148. package/esm2020/lib/layout/text/notice.component.mjs +3 -3
  149. package/esm2020/lib/layout/text/ok.component.mjs +3 -3
  150. package/esm2020/lib/layout/text/success.component.mjs +3 -3
  151. package/esm2020/lib/layout/text/text.chips.component.mjs +6 -6
  152. package/esm2020/lib/layout/text/text.module.mjs +5 -5
  153. package/esm2020/lib/layout/text/warn.component.mjs +3 -3
  154. package/esm2020/lib/loading/basic-loading.component.mjs +5 -5
  155. package/esm2020/lib/loading/loading-progress.component.mjs +6 -6
  156. package/esm2020/lib/loading/loading.action.directive.mjs +3 -3
  157. package/esm2020/lib/loading/loading.component.mjs +4 -4
  158. package/esm2020/lib/loading/loading.module.mjs +5 -5
  159. package/esm2020/lib/router/layout/anchor/anchor.component.mjs +5 -5
  160. package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +6 -6
  161. package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +6 -6
  162. package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +4 -4
  163. package/esm2020/lib/router/layout/anchor/anchor.module.mjs +5 -5
  164. package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +3 -3
  165. package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +9 -9
  166. package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +5 -5
  167. package/esm2020/lib/router/layout/layout.module.mjs +4 -4
  168. package/esm2020/lib/router/layout/list/list.module.mjs +5 -5
  169. package/esm2020/lib/router/layout/list/router.list.directive.mjs +3 -3
  170. package/esm2020/lib/router/layout/navbar/navbar.component.mjs +9 -9
  171. package/esm2020/lib/router/layout/navbar/navbar.module.mjs +5 -5
  172. package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +7 -7
  173. package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +5 -5
  174. package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +5 -5
  175. package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +6 -6
  176. package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +6 -6
  177. package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +3 -3
  178. package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +5 -5
  179. package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +5 -5
  180. package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +5 -5
  181. package/esm2020/lib/screen/screen.module.mjs +4 -4
  182. package/esm2020/lib/screen/screen.service.mjs +3 -3
  183. package/fesm2015/dereekb-dbx-web.mjs +805 -816
  184. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  185. package/fesm2020/dereekb-dbx-web.mjs +802 -815
  186. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  187. package/lib/action/action.confirm.directive.d.ts +1 -1
  188. package/lib/action/action.progress.component.d.ts +1 -1
  189. package/lib/action/key.trigger.directive.d.ts +1 -1
  190. package/lib/action/snackbar/action.snackbar.component.d.ts +1 -1
  191. package/lib/action/snackbar/action.snackbar.directive.d.ts +1 -1
  192. package/lib/action/transition/transition.safety.dialog.component.d.ts +1 -1
  193. package/lib/action/transition/transition.safety.directive.d.ts +1 -1
  194. package/lib/button/button.component.d.ts +1 -1
  195. package/lib/button/button.spacer.component.d.ts +1 -1
  196. package/lib/button/progress/bar.button.component.d.ts +1 -1
  197. package/lib/button/progress/base.progress.button.directive.d.ts +1 -5
  198. package/lib/button/progress/button.progress.config.d.ts +0 -4
  199. package/lib/button/progress/spinner.button.component.d.ts +1 -1
  200. package/lib/error/error.action.directive.d.ts +1 -1
  201. package/lib/error/error.component.d.ts +1 -1
  202. package/lib/error/error.loading.directive.d.ts +1 -1
  203. package/lib/extension/calendar/calendar.component.d.ts +1 -1
  204. package/lib/extension/calendar/calendar.store.d.ts +2 -2
  205. package/lib/extension/widget/widget.component.d.ts +1 -1
  206. package/lib/extension/widget/widget.directive.d.ts +1 -1
  207. package/lib/extension/widget/widget.list.component.d.ts +3 -3
  208. package/lib/interaction/dialog/abstract.dialog.directive.d.ts +1 -1
  209. package/lib/interaction/dialog/dialog.action.directive.d.ts +1 -1
  210. package/lib/interaction/dialog/dialog.content.component.d.ts +1 -1
  211. package/lib/interaction/filter/filter.popover.button.component.d.ts +1 -1
  212. package/lib/interaction/filter/filter.popover.button.directive.d.ts +1 -1
  213. package/lib/interaction/filter/filter.popover.component.d.ts +1 -1
  214. package/lib/interaction/filter/filter.wrapper.component.d.ts +1 -1
  215. package/lib/interaction/popover/abstract.popover.directive.d.ts +1 -1
  216. package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +2 -2
  217. package/lib/interaction/popover/popover.action.directive.d.ts +1 -1
  218. package/lib/interaction/popover/popover.component.d.ts +1 -1
  219. package/lib/interaction/popover/popover.content.component.d.ts +1 -1
  220. package/lib/interaction/popover/popover.controls.directive.d.ts +1 -1
  221. package/lib/interaction/popover/popover.coordinator.component.d.ts +1 -1
  222. package/lib/interaction/popover/popover.header.component.d.ts +1 -1
  223. package/lib/interaction/popover/popover.scroll.content.component.d.ts +1 -1
  224. package/lib/interaction/popup/abstract.popup.directive.d.ts +1 -1
  225. package/lib/interaction/popup/popup.component.d.ts +1 -1
  226. package/lib/interaction/popup/popup.content.component.d.ts +1 -1
  227. package/lib/interaction/popup/popup.controls.buttons.component.d.ts +1 -1
  228. package/lib/interaction/popup/popup.controls.component.d.ts +1 -1
  229. package/lib/interaction/popup/popup.coordinator.component.d.ts +1 -1
  230. package/lib/interaction/prompt/prompt.box.component.d.ts +1 -1
  231. package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +1 -1
  232. package/lib/interaction/prompt/prompt.component.d.ts +1 -1
  233. package/lib/interaction/prompt/prompt.confirm.component.d.ts +1 -1
  234. package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +1 -1
  235. package/lib/interaction/prompt/prompt.confirm.directive.d.ts +2 -2
  236. package/lib/interaction/prompt/prompt.page.component.d.ts +1 -1
  237. package/lib/keypress/keydown.listener.directive.d.ts +1 -1
  238. package/lib/layout/bar/bar.directive.d.ts +1 -1
  239. package/lib/layout/bar/bar.header.component.d.ts +1 -1
  240. package/lib/layout/bar/pagebar.component.d.ts +1 -1
  241. package/lib/layout/block/two.block.component.d.ts +1 -1
  242. package/lib/layout/card/card.box.component.d.ts +1 -1
  243. package/lib/layout/card/card.box.container.component.d.ts +1 -1
  244. package/lib/layout/column/one/one.column.component.d.ts +1 -1
  245. package/lib/layout/column/two/two.column.back.directive.d.ts +1 -1
  246. package/lib/layout/column/two/two.column.component.d.ts +1 -1
  247. package/lib/layout/column/two/two.column.context.directive.d.ts +1 -1
  248. package/lib/layout/column/two/two.column.full.left.directive.d.ts +1 -1
  249. package/lib/layout/column/two/two.column.head.component.d.ts +1 -1
  250. package/lib/layout/column/two/two.column.right.component.d.ts +1 -1
  251. package/lib/layout/column/two/two.column.sref.directive.d.ts +1 -1
  252. package/lib/layout/compact/compact.directive.d.ts +1 -1
  253. package/lib/layout/content/content.border.directive.d.ts +1 -1
  254. package/lib/layout/content/content.box.directive.d.ts +1 -1
  255. package/lib/layout/content/content.container.directive.d.ts +1 -1
  256. package/lib/layout/content/content.directive.d.ts +1 -1
  257. package/lib/layout/content/content.elevate.directive.d.ts +1 -1
  258. package/lib/layout/content/content.page.directive.d.ts +1 -1
  259. package/lib/layout/flag/flag.component.d.ts +1 -1
  260. package/lib/layout/flag/flag.prompt.component.d.ts +1 -1
  261. package/lib/layout/flex/flex.group.directive.d.ts +1 -1
  262. package/lib/layout/flex/flex.size.directive.d.ts +1 -1
  263. package/lib/layout/item/item.icon.component.d.ts +1 -1
  264. package/lib/layout/list/list.component.d.ts +2 -2
  265. package/lib/layout/list/list.content.empty.component.d.ts +1 -1
  266. package/lib/layout/list/list.directive.d.ts +2 -2
  267. package/lib/layout/list/list.grid.view.component.d.ts +3 -3
  268. package/lib/layout/list/list.grid.view.directive.d.ts +1 -1
  269. package/lib/layout/list/list.view.directive.d.ts +1 -1
  270. package/lib/layout/list/list.view.selection.directive.d.ts +1 -1
  271. package/lib/layout/list/list.view.value.component.d.ts +2 -2
  272. package/lib/layout/list/list.view.value.directive.d.ts +1 -1
  273. package/lib/layout/list/list.view.value.item.directive.d.ts +1 -1
  274. package/lib/layout/list/list.view.value.modifier.directive.d.ts +2 -2
  275. package/lib/layout/list/list.view.value.modifier.ripple.directive.d.ts +1 -1
  276. package/lib/layout/list/list.view.value.selection.component.d.ts +2 -2
  277. package/lib/layout/section/section.component.d.ts +1 -1
  278. package/lib/layout/section/section.header.component.d.ts +1 -1
  279. package/lib/layout/section/section.intro.component.d.ts +1 -1
  280. package/lib/layout/section/section.page.component.d.ts +1 -1
  281. package/lib/layout/section/subsection.component.d.ts +1 -1
  282. package/lib/layout/step/step.component.d.ts +1 -1
  283. package/lib/layout/style/spacer.directive.d.ts +1 -1
  284. package/lib/layout/style/style.body.directive.d.ts +1 -1
  285. package/lib/layout/style/style.directive.d.ts +1 -1
  286. package/lib/layout/style/style.set.directive.d.ts +1 -1
  287. package/lib/layout/text/hint.component.d.ts +1 -1
  288. package/lib/layout/text/icon.spacer.component.d.ts +1 -1
  289. package/lib/layout/text/label.component.d.ts +1 -1
  290. package/lib/layout/text/linkify.component.d.ts +1 -1
  291. package/lib/layout/text/note.component.d.ts +1 -1
  292. package/lib/layout/text/notice.component.d.ts +1 -1
  293. package/lib/layout/text/ok.component.d.ts +1 -1
  294. package/lib/layout/text/success.component.d.ts +1 -1
  295. package/lib/layout/text/text.chips.component.d.ts +1 -1
  296. package/lib/layout/text/warn.component.d.ts +1 -1
  297. package/lib/loading/basic-loading.component.d.ts +1 -1
  298. package/lib/loading/loading-progress.component.d.ts +1 -1
  299. package/lib/loading/loading.action.directive.d.ts +1 -1
  300. package/lib/loading/loading.component.d.ts +1 -1
  301. package/lib/router/layout/anchor/anchor.component.d.ts +1 -1
  302. package/lib/router/layout/anchor/anchor.content.component.d.ts +1 -1
  303. package/lib/router/layout/anchor/anchor.icon.component.d.ts +1 -1
  304. package/lib/router/layout/anchor/anchor.link.component.d.ts +1 -1
  305. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +1 -1
  306. package/lib/router/layout/anchorlist/anchorlist.component.d.ts +1 -1
  307. package/lib/router/layout/list/router.list.directive.d.ts +1 -1
  308. package/lib/router/layout/navbar/navbar.component.d.ts +1 -1
  309. package/lib/router/layout/sidenav/sidenav.button.component.d.ts +1 -1
  310. package/lib/router/layout/sidenav/sidenav.component.d.ts +1 -1
  311. package/lib/router/layout/sidenav/sidenav.page.component.d.ts +1 -1
  312. package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +1 -1
  313. package/lib/router/provider/ngrouter/anchor.component.d.ts +1 -1
  314. package/lib/router/provider/uirouter/anchor.component.d.ts +1 -1
  315. package/package.json +16 -15
  316. package/dereekb-dbx-web.d.ts +0 -5
@@ -10,19 +10,18 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class DbxWidgetModule {
12
12
  }
13
- DbxWidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- DbxWidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWidgetModule, declarations: [DbxWidgetViewComponent, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent], imports: [
13
+ DbxWidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ DbxWidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxWidgetModule, declarations: [DbxWidgetViewComponent, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent], imports: [
15
15
  //
16
16
  CommonModule,
17
17
  DbxListLayoutModule,
18
18
  DbxInjectionComponentModule], exports: [DbxWidgetViewComponent, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent] });
19
- DbxWidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWidgetModule, imports: [[
20
- //
21
- CommonModule,
22
- DbxListLayoutModule,
23
- DbxInjectionComponentModule
24
- ]] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWidgetModule, decorators: [{
19
+ DbxWidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWidgetModule, imports: [
20
+ //
21
+ CommonModule,
22
+ DbxListLayoutModule,
23
+ DbxInjectionComponentModule] });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWidgetModule, decorators: [{
26
25
  type: NgModule,
27
26
  args: [{
28
27
  imports: [
@@ -35,4 +34,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
35
34
  exports: [DbxWidgetViewComponent, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent]
36
35
  }]
37
36
  }] });
38
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9leHRlbnNpb24vd2lkZ2V0L3dpZGdldC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDaEUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDM0UsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDNUQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLDhCQUE4QixFQUFFLGtDQUFrQyxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBRXpJOztHQUVHO0FBV0gsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxpQkFIWCxzQkFBc0IsRUFBRSwwQkFBMEIsRUFBRSw4QkFBOEIsRUFBRSxrQ0FBa0M7UUFMbkksRUFBRTtRQUNGLFlBQVk7UUFDWixtQkFBbUI7UUFDbkIsMkJBQTJCLGFBR25CLHNCQUFzQixFQUFFLDBCQUEwQixFQUFFLDhCQUE4QixFQUFFLGtDQUFrQzs2R0FFckgsZUFBZSxZQVRqQjtZQUNQLEVBQUU7WUFDRixZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLDJCQUEyQjtTQUM1QjsyRkFJVSxlQUFlO2tCQVYzQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxFQUFFO3dCQUNGLFlBQVk7d0JBQ1osbUJBQW1CO3dCQUNuQiwyQkFBMkI7cUJBQzVCO29CQUNELFlBQVksRUFBRSxDQUFDLHNCQUFzQixFQUFFLDBCQUEwQixFQUFFLDhCQUE4QixFQUFFLGtDQUFrQyxDQUFDO29CQUN0SSxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsRUFBRSwwQkFBMEIsRUFBRSw4QkFBOEIsRUFBRSxrQ0FBa0MsQ0FBQztpQkFDbEkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieEluamVjdGlvbkNvbXBvbmVudE1vZHVsZSB9IGZyb20gJ0BkZXJlZWtiL2RieC1jb3JlJztcbmltcG9ydCB7IERieExpc3RMYXlvdXRNb2R1bGUgfSBmcm9tICcuLi8uLi9sYXlvdXQvbGlzdC9saXN0LmxheW91dC5tb2R1bGUnO1xuaW1wb3J0IHsgRGJ4V2lkZ2V0Vmlld0NvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhXaWRnZXRMaXN0R3JpZENvbXBvbmVudCwgRGJ4V2lkZ2V0TGlzdEdyaWRWaWV3Q29tcG9uZW50LCBEYnhXaWRnZXRMaXN0R3JpZFZpZXdJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi93aWRnZXQubGlzdC5jb21wb25lbnQnO1xuXG4vKipcbiAqIENvbnRhaW5zIGNvbXBvbmVudHMgcmVsYXRlZCB0byBkaXNwbGF5aW5nIFwid2lkZ2V0c1wiIGZvciBwaWVjZXMgb2YgZGF0YS5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIC8vXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIERieExpc3RMYXlvdXRNb2R1bGUsXG4gICAgRGJ4SW5qZWN0aW9uQ29tcG9uZW50TW9kdWxlXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW0RieFdpZGdldFZpZXdDb21wb25lbnQsIERieFdpZGdldExpc3RHcmlkQ29tcG9uZW50LCBEYnhXaWRnZXRMaXN0R3JpZFZpZXdDb21wb25lbnQsIERieFdpZGdldExpc3RHcmlkVmlld0l0ZW1Db21wb25lbnRdLFxuICBleHBvcnRzOiBbRGJ4V2lkZ2V0Vmlld0NvbXBvbmVudCwgRGJ4V2lkZ2V0TGlzdEdyaWRDb21wb25lbnQsIERieFdpZGdldExpc3RHcmlkVmlld0NvbXBvbmVudCwgRGJ4V2lkZ2V0TGlzdEdyaWRWaWV3SXRlbUNvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgRGJ4V2lkZ2V0TW9kdWxlIHt9XG4iXX0=
37
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9leHRlbnNpb24vd2lkZ2V0L3dpZGdldC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDaEUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDM0UsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDNUQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLDhCQUE4QixFQUFFLGtDQUFrQyxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBRXpJOztHQUVHO0FBV0gsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxpQkFIWCxzQkFBc0IsRUFBRSwwQkFBMEIsRUFBRSw4QkFBOEIsRUFBRSxrQ0FBa0M7UUFMbkksRUFBRTtRQUNGLFlBQVk7UUFDWixtQkFBbUI7UUFDbkIsMkJBQTJCLGFBR25CLHNCQUFzQixFQUFFLDBCQUEwQixFQUFFLDhCQUE4QixFQUFFLGtDQUFrQzs2R0FFckgsZUFBZTtRQVJ4QixFQUFFO1FBQ0YsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQiwyQkFBMkI7MkZBS2xCLGVBQWU7a0JBVjNCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLEVBQUU7d0JBQ0YsWUFBWTt3QkFDWixtQkFBbUI7d0JBQ25CLDJCQUEyQjtxQkFDNUI7b0JBQ0QsWUFBWSxFQUFFLENBQUMsc0JBQXNCLEVBQUUsMEJBQTBCLEVBQUUsOEJBQThCLEVBQUUsa0NBQWtDLENBQUM7b0JBQ3RJLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixFQUFFLDBCQUEwQixFQUFFLDhCQUE4QixFQUFFLGtDQUFrQyxDQUFDO2lCQUNsSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRGJ4SW5qZWN0aW9uQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnQGRlcmVla2IvZGJ4LWNvcmUnO1xuaW1wb3J0IHsgRGJ4TGlzdExheW91dE1vZHVsZSB9IGZyb20gJy4uLy4uL2xheW91dC9saXN0L2xpc3QubGF5b3V0Lm1vZHVsZSc7XG5pbXBvcnQgeyBEYnhXaWRnZXRWaWV3Q29tcG9uZW50IH0gZnJvbSAnLi93aWRnZXQuY29tcG9uZW50JztcbmltcG9ydCB7IERieFdpZGdldExpc3RHcmlkQ29tcG9uZW50LCBEYnhXaWRnZXRMaXN0R3JpZFZpZXdDb21wb25lbnQsIERieFdpZGdldExpc3RHcmlkVmlld0l0ZW1Db21wb25lbnQgfSBmcm9tICcuL3dpZGdldC5saXN0LmNvbXBvbmVudCc7XG5cbi8qKlxuICogQ29udGFpbnMgY29tcG9uZW50cyByZWxhdGVkIHRvIGRpc3BsYXlpbmcgXCJ3aWRnZXRzXCIgZm9yIHBpZWNlcyBvZiBkYXRhLlxuICovXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgLy9cbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRGJ4TGlzdExheW91dE1vZHVsZSxcbiAgICBEYnhJbmplY3Rpb25Db21wb25lbnRNb2R1bGVcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbRGJ4V2lkZ2V0Vmlld0NvbXBvbmVudCwgRGJ4V2lkZ2V0TGlzdEdyaWRDb21wb25lbnQsIERieFdpZGdldExpc3RHcmlkVmlld0NvbXBvbmVudCwgRGJ4V2lkZ2V0TGlzdEdyaWRWaWV3SXRlbUNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtEYnhXaWRnZXRWaWV3Q29tcG9uZW50LCBEYnhXaWRnZXRMaXN0R3JpZENvbXBvbmVudCwgRGJ4V2lkZ2V0TGlzdEdyaWRWaWV3Q29tcG9uZW50LCBEYnhXaWRnZXRMaXN0R3JpZFZpZXdJdGVtQ29tcG9uZW50XVxufSlcbmV4cG9ydCBjbGFzcyBEYnhXaWRnZXRNb2R1bGUge31cbiJdfQ==
@@ -34,12 +34,12 @@ export class DbxWidgetService {
34
34
  return filterMaybeValues(mapIterable(types ?? [], (x) => this._entries.get(x)));
35
35
  }
36
36
  }
37
- DbxWidgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWidgetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
- DbxWidgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWidgetService, providedIn: 'root' });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWidgetService, decorators: [{
37
+ DbxWidgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWidgetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
+ DbxWidgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWidgetService, providedIn: 'root' });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWidgetService, decorators: [{
40
40
  type: Injectable,
41
41
  args: [{
42
42
  providedIn: 'root'
43
43
  }]
44
44
  }] });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvZXh0ZW5zaW9uL3dpZGdldC93aWRnZXQuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQVUsVUFBVSxFQUFrQixNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQVMsaUJBQWlCLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQWN0RTs7R0FFRztBQUlILE1BQU0sT0FBTyxnQkFBZ0I7SUFIN0I7UUFJVSxhQUFRLEdBQUcsSUFBSSxHQUFHLEVBQWlDLENBQUM7S0E2QjdEO0lBM0JDOzs7OztPQUtHO0lBQ0gsUUFBUSxDQUFDLEtBQXFCLEVBQUUsV0FBb0IsSUFBSTtRQUN0RCxJQUFJLFFBQVEsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsRUFBRTtZQUM5QyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLEtBQUssQ0FBQyxDQUFDO1lBQ3JDLE9BQU8sSUFBSSxDQUFDO1NBQ2I7YUFBTTtZQUNMLE9BQU8sS0FBSyxDQUFDO1NBQ2Q7SUFDSCxDQUFDO0lBRUQsWUFBWTtJQUNaLG9CQUFvQjtRQUNsQixPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFFRCxjQUFjLENBQUMsSUFBbUI7UUFDaEMsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBRUQsZ0JBQWdCLENBQUMsS0FBOEI7UUFDN0MsT0FBTyxpQkFBaUIsQ0FBQyxXQUFXLENBQUMsS0FBSyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ2xGLENBQUM7OzZHQTdCVSxnQkFBZ0I7aUhBQWhCLGdCQUFnQixjQUZmLE1BQU07MkZBRVAsZ0JBQWdCO2tCQUg1QixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdCwgSW5qZWN0YWJsZSwgT3B0aW9uYWwsIFR5cGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1heWJlLCBmaWx0ZXJNYXliZVZhbHVlcywgbWFwSXRlcmFibGUgfSBmcm9tICdAZGVyZWVrYi91dGlsJztcbmltcG9ydCB7IERieFdpZGdldFR5cGUgfSBmcm9tICcuL3dpZGdldCc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRGJ4V2lkZ2V0RW50cnkge1xuICAvKipcbiAgICogV2lkZ2V0IHR5cGUgdG8gcmVzcG9uZCB0by5cbiAgICovXG4gIHJlYWRvbmx5IHR5cGU6IERieFdpZGdldFR5cGU7XG4gIC8qKlxuICAgKiBXaWRnZXQgY29tcG9uZW50IGNsYXNzIHRvIHVzZS5cbiAgICovXG4gIHJlYWRvbmx5IGNvbXBvbmVudENsYXNzOiBUeXBlPHVua25vd24+O1xufVxuXG4vKipcbiAqIFNlcnZpY2UgdXNlZCB0byByZWdpc3RlciB3aWRnZXRzLlxuICovXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBEYnhXaWRnZXRTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBfZW50cmllcyA9IG5ldyBNYXA8RGJ4V2lkZ2V0VHlwZSwgRGJ4V2lkZ2V0RW50cnk+KCk7XG5cbiAgLyoqXG4gICAqIFVzZWQgdG8gcmVnaXN0ZXIgYW4gZW50cnkuIElmIGFuIGVudHJ5IHdpdGggdGhlIHNhbWUgdHlwZSBpcyBhbHJlYWR5IHJlZ2lzdGVyZWQsIHRoaXMgd2lsbCBvdmVycmlkZSBpdCBieSBkZWZhdWx0LlxuICAgKlxuICAgKiBAcGFyYW0gZW50cnlcbiAgICogQHBhcmFtIG92ZXJyaWRlXG4gICAqL1xuICByZWdpc3RlcihlbnRyeTogRGJ4V2lkZ2V0RW50cnksIG92ZXJyaWRlOiBib29sZWFuID0gdHJ1ZSk6IGJvb2xlYW4ge1xuICAgIGlmIChvdmVycmlkZSB8fCAhdGhpcy5fZW50cmllcy5oYXMoZW50cnkudHlwZSkpIHtcbiAgICAgIHRoaXMuX2VudHJpZXMuc2V0KGVudHJ5LnR5cGUsIGVudHJ5KTtcbiAgICAgIHJldHVybiB0cnVlO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICAgfVxuICB9XG5cbiAgLy8gTUFSSzogR2V0XG4gIGdldFdpZGdldElkZW50aWZpZXJzKCk6IERieFdpZGdldFR5cGVbXSB7XG4gICAgcmV0dXJuIEFycmF5LmZyb20odGhpcy5fZW50cmllcy5rZXlzKCkpO1xuICB9XG5cbiAgZ2V0V2lkZ2V0RW50cnkodHlwZTogRGJ4V2lkZ2V0VHlwZSk6IE1heWJlPERieFdpZGdldEVudHJ5PiB7XG4gICAgcmV0dXJuIHRoaXMuX2VudHJpZXMuZ2V0KHR5cGUpO1xuICB9XG5cbiAgZ2V0V2lkZ2V0RW50cmllcyh0eXBlczogSXRlcmFibGU8RGJ4V2lkZ2V0VHlwZT4pOiBEYnhXaWRnZXRFbnRyeVtdIHtcbiAgICByZXR1cm4gZmlsdGVyTWF5YmVWYWx1ZXMobWFwSXRlcmFibGUodHlwZXMgPz8gW10sICh4KSA9PiB0aGlzLl9lbnRyaWVzLmdldCh4KSkpO1xuICB9XG59XG4iXX0=
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvZXh0ZW5zaW9uL3dpZGdldC93aWRnZXQuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFRLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBUyxpQkFBaUIsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBY3RFOztHQUVHO0FBSUgsTUFBTSxPQUFPLGdCQUFnQjtJQUg3QjtRQUlVLGFBQVEsR0FBRyxJQUFJLEdBQUcsRUFBaUMsQ0FBQztLQTZCN0Q7SUEzQkM7Ozs7O09BS0c7SUFDSCxRQUFRLENBQUMsS0FBcUIsRUFBRSxXQUFvQixJQUFJO1FBQ3RELElBQUksUUFBUSxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQzlDLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsS0FBSyxDQUFDLENBQUM7WUFDckMsT0FBTyxJQUFJLENBQUM7U0FDYjthQUFNO1lBQ0wsT0FBTyxLQUFLLENBQUM7U0FDZDtJQUNILENBQUM7SUFFRCxZQUFZO0lBQ1osb0JBQW9CO1FBQ2xCLE9BQU8sS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUM7SUFDMUMsQ0FBQztJQUVELGNBQWMsQ0FBQyxJQUFtQjtRQUNoQyxPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2pDLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxLQUE4QjtRQUM3QyxPQUFPLGlCQUFpQixDQUFDLFdBQVcsQ0FBQyxLQUFLLElBQUksRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDbEYsQ0FBQzs7NkdBN0JVLGdCQUFnQjtpSEFBaEIsZ0JBQWdCLGNBRmYsTUFBTTsyRkFFUCxnQkFBZ0I7a0JBSDVCLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSwgVHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF5YmUsIGZpbHRlck1heWJlVmFsdWVzLCBtYXBJdGVyYWJsZSB9IGZyb20gJ0BkZXJlZWtiL3V0aWwnO1xuaW1wb3J0IHsgRGJ4V2lkZ2V0VHlwZSB9IGZyb20gJy4vd2lkZ2V0JztcblxuZXhwb3J0IGludGVyZmFjZSBEYnhXaWRnZXRFbnRyeSB7XG4gIC8qKlxuICAgKiBXaWRnZXQgdHlwZSB0byByZXNwb25kIHRvLlxuICAgKi9cbiAgcmVhZG9ubHkgdHlwZTogRGJ4V2lkZ2V0VHlwZTtcbiAgLyoqXG4gICAqIFdpZGdldCBjb21wb25lbnQgY2xhc3MgdG8gdXNlLlxuICAgKi9cbiAgcmVhZG9ubHkgY29tcG9uZW50Q2xhc3M6IFR5cGU8dW5rbm93bj47XG59XG5cbi8qKlxuICogU2VydmljZSB1c2VkIHRvIHJlZ2lzdGVyIHdpZGdldHMuXG4gKi9cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnXG59KVxuZXhwb3J0IGNsYXNzIERieFdpZGdldFNlcnZpY2Uge1xuICBwcml2YXRlIF9lbnRyaWVzID0gbmV3IE1hcDxEYnhXaWRnZXRUeXBlLCBEYnhXaWRnZXRFbnRyeT4oKTtcblxuICAvKipcbiAgICogVXNlZCB0byByZWdpc3RlciBhbiBlbnRyeS4gSWYgYW4gZW50cnkgd2l0aCB0aGUgc2FtZSB0eXBlIGlzIGFscmVhZHkgcmVnaXN0ZXJlZCwgdGhpcyB3aWxsIG92ZXJyaWRlIGl0IGJ5IGRlZmF1bHQuXG4gICAqXG4gICAqIEBwYXJhbSBlbnRyeVxuICAgKiBAcGFyYW0gb3ZlcnJpZGVcbiAgICovXG4gIHJlZ2lzdGVyKGVudHJ5OiBEYnhXaWRnZXRFbnRyeSwgb3ZlcnJpZGU6IGJvb2xlYW4gPSB0cnVlKTogYm9vbGVhbiB7XG4gICAgaWYgKG92ZXJyaWRlIHx8ICF0aGlzLl9lbnRyaWVzLmhhcyhlbnRyeS50eXBlKSkge1xuICAgICAgdGhpcy5fZW50cmllcy5zZXQoZW50cnkudHlwZSwgZW50cnkpO1xuICAgICAgcmV0dXJuIHRydWU7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gIH1cblxuICAvLyBNQVJLOiBHZXRcbiAgZ2V0V2lkZ2V0SWRlbnRpZmllcnMoKTogRGJ4V2lkZ2V0VHlwZVtdIHtcbiAgICByZXR1cm4gQXJyYXkuZnJvbSh0aGlzLl9lbnRyaWVzLmtleXMoKSk7XG4gIH1cblxuICBnZXRXaWRnZXRFbnRyeSh0eXBlOiBEYnhXaWRnZXRUeXBlKTogTWF5YmU8RGJ4V2lkZ2V0RW50cnk+IHtcbiAgICByZXR1cm4gdGhpcy5fZW50cmllcy5nZXQodHlwZSk7XG4gIH1cblxuICBnZXRXaWRnZXRFbnRyaWVzKHR5cGVzOiBJdGVyYWJsZTxEYnhXaWRnZXRUeXBlPik6IERieFdpZGdldEVudHJ5W10ge1xuICAgIHJldHVybiBmaWx0ZXJNYXliZVZhbHVlcyhtYXBJdGVyYWJsZSh0eXBlcyA/PyBbXSwgKHgpID0+IHRoaXMuX2VudHJpZXMuZ2V0KHgpKSk7XG4gIH1cbn1cbiJdfQ==
@@ -23,9 +23,9 @@ export class AbstractDialogDirective extends AbstractTransitionWatcherDirective
23
23
  this.dialogRef.close(value);
24
24
  }
25
25
  }
26
- AbstractDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractDialogDirective, deps: [{ token: MAT_DIALOG_DATA, optional: true }, { token: MatDialogRef }, { token: i1.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
27
- AbstractDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AbstractDialogDirective, usesInheritance: true, ngImport: i0 });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractDialogDirective, decorators: [{
26
+ AbstractDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractDialogDirective, deps: [{ token: MAT_DIALOG_DATA, optional: true }, { token: MatDialogRef }, { token: i1.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
27
+ AbstractDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: AbstractDialogDirective, usesInheritance: true, ngImport: i0 });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractDialogDirective, decorators: [{
29
29
  type: Directive
30
30
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
31
31
  type: Optional
@@ -24,9 +24,9 @@ export class DbxActionDialogDirective extends AbstractDbxActionValueOnTriggerDir
24
24
  return this.fn();
25
25
  }
26
26
  }
27
- DbxActionDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxActionDialogDirective, deps: [{ token: i0.ElementRef }, { token: i1.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
28
- DbxActionDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxActionDialogDirective, selector: "[dbxActionDialog]", inputs: { fn: ["dbxActionDialog", "fn"], dbxActionDialogModified: "dbxActionDialogModified" }, exportAs: ["dbxActionDialog"], usesInheritance: true, ngImport: i0 });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxActionDialogDirective, decorators: [{
27
+ DbxActionDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxActionDialogDirective, deps: [{ token: i0.ElementRef }, { token: i1.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
28
+ DbxActionDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxActionDialogDirective, selector: "[dbxActionDialog]", inputs: { fn: ["dbxActionDialog", "fn"], dbxActionDialogModified: "dbxActionDialogModified" }, exportAs: ["dbxActionDialog"], usesInheritance: true, ngImport: i0 });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxActionDialogDirective, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  exportAs: 'dbxActionDialog',
@@ -8,9 +8,9 @@ export class DbxDialogContentDirective {
8
8
  this.width = 'normal';
9
9
  }
10
10
  }
11
- DbxDialogContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxDialogContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- DbxDialogContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxDialogContentDirective, selector: "dbx-dialog-content,[dbxDialogContent].dbx-dialog-content", inputs: { width: "width" }, host: { properties: { "class": "width + '-dialog-content'" }, classAttribute: "dbx-dialog-content" }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxDialogContentDirective, decorators: [{
11
+ DbxDialogContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxDialogContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ DbxDialogContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxDialogContentDirective, selector: "dbx-dialog-content,[dbxDialogContent].dbx-dialog-content", inputs: { width: "width" }, host: { properties: { "class": "width + '-dialog-content'" }, classAttribute: "dbx-dialog-content" }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxDialogContentDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'dbx-dialog-content,[dbxDialogContent].dbx-dialog-content',
@@ -9,10 +9,10 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class DbxDialogInteractionModule {
11
11
  }
12
- DbxDialogInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxDialogInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- DbxDialogInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxDialogInteractionModule, declarations: [DbxDialogContentDirective, DbxActionDialogDirective], imports: [CommonModule, DbxStyleLayoutModule], exports: [DbxDialogContentDirective, DbxActionDialogDirective] });
14
- DbxDialogInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxDialogInteractionModule, imports: [[CommonModule, DbxStyleLayoutModule]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxDialogInteractionModule, decorators: [{
12
+ DbxDialogInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxDialogInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ DbxDialogInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxDialogInteractionModule, declarations: [DbxDialogContentDirective, DbxActionDialogDirective], imports: [CommonModule, DbxStyleLayoutModule], exports: [DbxDialogContentDirective, DbxActionDialogDirective] });
14
+ DbxDialogInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxDialogInteractionModule, imports: [CommonModule, DbxStyleLayoutModule] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxDialogInteractionModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [CommonModule, DbxStyleLayoutModule],
@@ -20,4 +20,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
20
20
  exports: [DbxDialogContentDirective, DbxActionDialogDirective]
21
21
  }]
22
22
  }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9pbnRlcmFjdGlvbi9kaWFsb2cvZGlhbG9nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFFckU7O0dBRUc7QUFNSCxNQUFNLE9BQU8sMEJBQTBCOzt1SEFBMUIsMEJBQTBCO3dIQUExQiwwQkFBMEIsaUJBSHRCLHlCQUF5QixFQUFFLHdCQUF3QixhQUR4RCxZQUFZLEVBQUUsb0JBQW9CLGFBRWxDLHlCQUF5QixFQUFFLHdCQUF3Qjt3SEFFbEQsMEJBQTBCLFlBSjVCLENBQUMsWUFBWSxFQUFFLG9CQUFvQixDQUFDOzJGQUlsQywwQkFBMEI7a0JBTHRDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLG9CQUFvQixDQUFDO29CQUM3QyxZQUFZLEVBQUUsQ0FBQyx5QkFBeUIsRUFBRSx3QkFBd0IsQ0FBQztvQkFDbkUsT0FBTyxFQUFFLENBQUMseUJBQXlCLEVBQUUsd0JBQXdCLENBQUM7aUJBQy9EIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEYnhEaWFsb2dDb250ZW50RGlyZWN0aXZlIH0gZnJvbSAnLi9kaWFsb2cuY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4U3R5bGVMYXlvdXRNb2R1bGUgfSBmcm9tICcuLi8uLi9sYXlvdXQvc3R5bGUvc3R5bGUubGF5b3V0Lm1vZHVsZSc7XG5pbXBvcnQgeyBEYnhBY3Rpb25EaWFsb2dEaXJlY3RpdmUgfSBmcm9tICcuL2RpYWxvZy5hY3Rpb24uZGlyZWN0aXZlJztcblxuLyoqXG4gKiBNb2R1bGUgZm9yIGJsb2NrIGNvbXBvbmVudHMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIERieFN0eWxlTGF5b3V0TW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbRGJ4RGlhbG9nQ29udGVudERpcmVjdGl2ZSwgRGJ4QWN0aW9uRGlhbG9nRGlyZWN0aXZlXSxcbiAgZXhwb3J0czogW0RieERpYWxvZ0NvbnRlbnREaXJlY3RpdmUsIERieEFjdGlvbkRpYWxvZ0RpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgRGJ4RGlhbG9nSW50ZXJhY3Rpb25Nb2R1bGUge31cbiJdfQ==
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9pbnRlcmFjdGlvbi9kaWFsb2cvZGlhbG9nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFFckU7O0dBRUc7QUFNSCxNQUFNLE9BQU8sMEJBQTBCOzt1SEFBMUIsMEJBQTBCO3dIQUExQiwwQkFBMEIsaUJBSHRCLHlCQUF5QixFQUFFLHdCQUF3QixhQUR4RCxZQUFZLEVBQUUsb0JBQW9CLGFBRWxDLHlCQUF5QixFQUFFLHdCQUF3Qjt3SEFFbEQsMEJBQTBCLFlBSjNCLFlBQVksRUFBRSxvQkFBb0I7MkZBSWpDLDBCQUEwQjtrQkFMdEMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsb0JBQW9CLENBQUM7b0JBQzdDLFlBQVksRUFBRSxDQUFDLHlCQUF5QixFQUFFLHdCQUF3QixDQUFDO29CQUNuRSxPQUFPLEVBQUUsQ0FBQyx5QkFBeUIsRUFBRSx3QkFBd0IsQ0FBQztpQkFDL0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieERpYWxvZ0NvbnRlbnREaXJlY3RpdmUgfSBmcm9tICcuL2RpYWxvZy5jb250ZW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhTdHlsZUxheW91dE1vZHVsZSB9IGZyb20gJy4uLy4uL2xheW91dC9zdHlsZS9zdHlsZS5sYXlvdXQubW9kdWxlJztcbmltcG9ydCB7IERieEFjdGlvbkRpYWxvZ0RpcmVjdGl2ZSB9IGZyb20gJy4vZGlhbG9nLmFjdGlvbi5kaXJlY3RpdmUnO1xuXG4vKipcbiAqIE1vZHVsZSBmb3IgYmxvY2sgY29tcG9uZW50cy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRGJ4U3R5bGVMYXlvdXRNb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtEYnhEaWFsb2dDb250ZW50RGlyZWN0aXZlLCBEYnhBY3Rpb25EaWFsb2dEaXJlY3RpdmVdLFxuICBleHBvcnRzOiBbRGJ4RGlhbG9nQ29udGVudERpcmVjdGl2ZSwgRGJ4QWN0aW9uRGlhbG9nRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBEYnhEaWFsb2dJbnRlcmFjdGlvbk1vZHVsZSB7fVxuIl19
@@ -11,8 +11,8 @@ import { DbxCoreFilterModule, DbxInjectionComponentModule } from '@dereekb/dbx-c
11
11
  import * as i0 from "@angular/core";
12
12
  export class DbxFilterInteractionModule {
13
13
  }
14
- DbxFilterInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- DbxFilterInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterInteractionModule, declarations: [DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent], imports: [CommonModule,
14
+ DbxFilterInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ DbxFilterInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterInteractionModule, declarations: [DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent], imports: [CommonModule,
16
16
  DbxPopoverInteractionModule,
17
17
  DbxCoreFilterModule,
18
18
  DbxInjectionComponentModule,
@@ -20,17 +20,15 @@ DbxFilterInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.
20
20
  // Material
21
21
  MatIconModule,
22
22
  MatButtonModule], exports: [DbxCoreFilterModule, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent] });
23
- DbxFilterInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterInteractionModule, imports: [[
24
- CommonModule,
25
- DbxPopoverInteractionModule,
26
- DbxCoreFilterModule,
27
- DbxInjectionComponentModule,
28
- FlexLayoutModule,
29
- // Material
30
- MatIconModule,
31
- MatButtonModule
32
- ], DbxCoreFilterModule] });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterInteractionModule, decorators: [{
23
+ DbxFilterInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterInteractionModule, imports: [CommonModule,
24
+ DbxPopoverInteractionModule,
25
+ DbxCoreFilterModule,
26
+ DbxInjectionComponentModule,
27
+ FlexLayoutModule,
28
+ // Material
29
+ MatIconModule,
30
+ MatButtonModule, DbxCoreFilterModule] });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterInteractionModule, decorators: [{
34
32
  type: NgModule,
35
33
  args: [{
36
34
  imports: [
@@ -47,4 +45,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
47
45
  exports: [DbxCoreFilterModule, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent]
48
46
  }]
49
47
  }] });
50
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9pbnRlcmFjdGlvbi9maWx0ZXIvZmlsdGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDcEYsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDeEUsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDdkUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSwyQkFBMkIsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQWdCckYsTUFBTSxPQUFPLDBCQUEwQjs7dUhBQTFCLDBCQUEwQjt3SEFBMUIsMEJBQTBCLGlCQUh0Qix5QkFBeUIsRUFBRSwrQkFBK0IsRUFBRSx5QkFBeUIsYUFUbEcsWUFBWTtRQUNaLDJCQUEyQjtRQUMzQixtQkFBbUI7UUFDbkIsMkJBQTJCO1FBQzNCLGdCQUFnQjtRQUNoQixXQUFXO1FBQ1gsYUFBYTtRQUNiLGVBQWUsYUFHUCxtQkFBbUIsRUFBRSwrQkFBK0IsRUFBRSx5QkFBeUI7d0hBRTlFLDBCQUEwQixZQWI1QjtZQUNQLFlBQVk7WUFDWiwyQkFBMkI7WUFDM0IsbUJBQW1CO1lBQ25CLDJCQUEyQjtZQUMzQixnQkFBZ0I7WUFDaEIsV0FBVztZQUNYLGFBQWE7WUFDYixlQUFlO1NBQ2hCLEVBRVMsbUJBQW1COzJGQUVsQiwwQkFBMEI7a0JBZHRDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osMkJBQTJCO3dCQUMzQixtQkFBbUI7d0JBQ25CLDJCQUEyQjt3QkFDM0IsZ0JBQWdCO3dCQUNoQixXQUFXO3dCQUNYLGFBQWE7d0JBQ2IsZUFBZTtxQkFDaEI7b0JBQ0QsWUFBWSxFQUFFLENBQUMseUJBQXlCLEVBQUUsK0JBQStCLEVBQUUseUJBQXlCLENBQUM7b0JBQ3JHLE9BQU8sRUFBRSxDQUFDLG1CQUFtQixFQUFFLCtCQUErQixFQUFFLHlCQUF5QixDQUFDO2lCQUMzRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IERieEZpbHRlclBvcG92ZXJCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2ZpbHRlci5wb3BvdmVyLmJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4UG9wb3ZlckludGVyYWN0aW9uTW9kdWxlIH0gZnJvbSAnLi4vcG9wb3Zlci9wb3BvdmVyLm1vZHVsZSc7XG5pbXBvcnQgeyBEYnhGaWx0ZXJQb3BvdmVyQ29tcG9uZW50IH0gZnJvbSAnLi9maWx0ZXIucG9wb3Zlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgRGJ4RmlsdGVyV3JhcHBlckNvbXBvbmVudCB9IGZyb20gJy4vZmlsdGVyLndyYXBwZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEZsZXhMYXlvdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mbGV4LWxheW91dCc7XG5pbXBvcnQgeyBEYnhDb3JlRmlsdGVyTW9kdWxlLCBEYnhJbmplY3Rpb25Db21wb25lbnRNb2R1bGUgfSBmcm9tICdAZGVyZWVrYi9kYngtY29yZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRGJ4UG9wb3ZlckludGVyYWN0aW9uTW9kdWxlLFxuICAgIERieENvcmVGaWx0ZXJNb2R1bGUsXG4gICAgRGJ4SW5qZWN0aW9uQ29tcG9uZW50TW9kdWxlLFxuICAgIEZsZXhMYXlvdXRNb2R1bGUsXG4gICAgLy8gTWF0ZXJpYWxcbiAgICBNYXRJY29uTW9kdWxlLFxuICAgIE1hdEJ1dHRvbk1vZHVsZVxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtEYnhGaWx0ZXJQb3BvdmVyQ29tcG9uZW50LCBEYnhGaWx0ZXJQb3BvdmVyQnV0dG9uQ29tcG9uZW50LCBEYnhGaWx0ZXJXcmFwcGVyQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0RieENvcmVGaWx0ZXJNb2R1bGUsIERieEZpbHRlclBvcG92ZXJCdXR0b25Db21wb25lbnQsIERieEZpbHRlcldyYXBwZXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIERieEZpbHRlckludGVyYWN0aW9uTW9kdWxlIHt9XG4iXX0=
48
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9pbnRlcmFjdGlvbi9maWx0ZXIvZmlsdGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDcEYsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDeEUsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDdkUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSwyQkFBMkIsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQWdCckYsTUFBTSxPQUFPLDBCQUEwQjs7dUhBQTFCLDBCQUEwQjt3SEFBMUIsMEJBQTBCLGlCQUh0Qix5QkFBeUIsRUFBRSwrQkFBK0IsRUFBRSx5QkFBeUIsYUFUbEcsWUFBWTtRQUNaLDJCQUEyQjtRQUMzQixtQkFBbUI7UUFDbkIsMkJBQTJCO1FBQzNCLGdCQUFnQjtRQUNoQixXQUFXO1FBQ1gsYUFBYTtRQUNiLGVBQWUsYUFHUCxtQkFBbUIsRUFBRSwrQkFBK0IsRUFBRSx5QkFBeUI7d0hBRTlFLDBCQUEwQixZQVpuQyxZQUFZO1FBQ1osMkJBQTJCO1FBQzNCLG1CQUFtQjtRQUNuQiwyQkFBMkI7UUFDM0IsZ0JBQWdCO1FBQ2hCLFdBQVc7UUFDWCxhQUFhO1FBQ2IsZUFBZSxFQUdQLG1CQUFtQjsyRkFFbEIsMEJBQTBCO2tCQWR0QyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLDJCQUEyQjt3QkFDM0IsbUJBQW1CO3dCQUNuQiwyQkFBMkI7d0JBQzNCLGdCQUFnQjt3QkFDaEIsV0FBVzt3QkFDWCxhQUFhO3dCQUNiLGVBQWU7cUJBQ2hCO29CQUNELFlBQVksRUFBRSxDQUFDLHlCQUF5QixFQUFFLCtCQUErQixFQUFFLHlCQUF5QixDQUFDO29CQUNyRyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsRUFBRSwrQkFBK0IsRUFBRSx5QkFBeUIsQ0FBQztpQkFDM0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBEYnhGaWx0ZXJQb3BvdmVyQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9maWx0ZXIucG9wb3Zlci5idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IERieFBvcG92ZXJJbnRlcmFjdGlvbk1vZHVsZSB9IGZyb20gJy4uL3BvcG92ZXIvcG9wb3Zlci5tb2R1bGUnO1xuaW1wb3J0IHsgRGJ4RmlsdGVyUG9wb3ZlckNvbXBvbmVudCB9IGZyb20gJy4vZmlsdGVyLnBvcG92ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IERieEZpbHRlcldyYXBwZXJDb21wb25lbnQgfSBmcm9tICcuL2ZpbHRlci53cmFwcGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGbGV4TGF5b3V0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZmxleC1sYXlvdXQnO1xuaW1wb3J0IHsgRGJ4Q29yZUZpbHRlck1vZHVsZSwgRGJ4SW5qZWN0aW9uQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnQGRlcmVla2IvZGJ4LWNvcmUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIERieFBvcG92ZXJJbnRlcmFjdGlvbk1vZHVsZSxcbiAgICBEYnhDb3JlRmlsdGVyTW9kdWxlLFxuICAgIERieEluamVjdGlvbkNvbXBvbmVudE1vZHVsZSxcbiAgICBGbGV4TGF5b3V0TW9kdWxlLFxuICAgIC8vIE1hdGVyaWFsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBNYXRCdXR0b25Nb2R1bGVcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbRGJ4RmlsdGVyUG9wb3ZlckNvbXBvbmVudCwgRGJ4RmlsdGVyUG9wb3ZlckJ1dHRvbkNvbXBvbmVudCwgRGJ4RmlsdGVyV3JhcHBlckNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtEYnhDb3JlRmlsdGVyTW9kdWxlLCBEYnhGaWx0ZXJQb3BvdmVyQnV0dG9uQ29tcG9uZW50LCBEYnhGaWx0ZXJXcmFwcGVyQ29tcG9uZW50XVxufSlcbmV4cG9ydCBjbGFzcyBEYnhGaWx0ZXJJbnRlcmFjdGlvbk1vZHVsZSB7fVxuIl19
@@ -1,21 +1,21 @@
1
1
  import { Component, ElementRef, ViewChild } from '@angular/core';
2
2
  import { AbstractFilterPopoverButtonDirective } from './filter.popover.button.directive';
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/material/button";
5
- import * as i2 from "@angular/material/icon";
4
+ import * as i1 from "@angular/material/icon";
5
+ import * as i2 from "@angular/material/button";
6
6
  export class DbxFilterPopoverButtonComponent extends AbstractFilterPopoverButtonDirective {
7
7
  showFilterPopover() {
8
8
  const origin = this.buttonElement.nativeElement;
9
9
  this.showFilterPopoverAtOrigin(origin);
10
10
  }
11
11
  }
12
- DbxFilterPopoverButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterPopoverButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
- DbxFilterPopoverButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxFilterPopoverButtonComponent, selector: "dbx-filter-popover-button", viewQueries: [{ propertyName: "buttonElement", first: true, predicate: ["button"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
12
+ DbxFilterPopoverButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterPopoverButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
+ DbxFilterPopoverButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxFilterPopoverButtonComponent, selector: "dbx-filter-popover-button", viewQueries: [{ propertyName: "buttonElement", first: true, predicate: ["button"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
14
14
  <button #button mat-icon-button (click)="showFilterPopover()" matTooltip="Filter" matTooltipPosition="above">
15
15
  <mat-icon>filter_list</mat-icon>
16
16
  </button>
17
- `, isInline: true, components: [{ type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterPopoverButtonComponent, decorators: [{
17
+ `, isInline: true, dependencies: [{ kind: "component", type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", 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"] }] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterPopoverButtonComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'dbx-filter-popover-button',
@@ -28,9 +28,9 @@ export class AbstractFilterPopoverButtonDirective extends AbstractSubscriptionDi
28
28
  });
29
29
  }
30
30
  }
31
- AbstractFilterPopoverButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractFilterPopoverButtonDirective, deps: [{ token: i1.DbxPopoverService }], target: i0.ɵɵFactoryTarget.Directive });
32
- AbstractFilterPopoverButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AbstractFilterPopoverButtonDirective, inputs: { config: "config" }, usesInheritance: true, ngImport: i0 });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractFilterPopoverButtonDirective, decorators: [{
31
+ AbstractFilterPopoverButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractFilterPopoverButtonDirective, deps: [{ token: i1.DbxPopoverService }], target: i0.ɵɵFactoryTarget.Directive });
32
+ AbstractFilterPopoverButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: AbstractFilterPopoverButtonDirective, inputs: { config: "config" }, usesInheritance: true, ngImport: i0 });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractFilterPopoverButtonDirective, decorators: [{
34
34
  type: Directive
35
35
  }], ctorParameters: function () { return [{ type: i1.DbxPopoverService }]; }, propDecorators: { config: [{
36
36
  type: Input
@@ -4,12 +4,12 @@ import { AbstractPopoverDirective } from '../popover/abstract.popover.directive'
4
4
  import { DbxPopoverComponent } from '../popover/popover.component';
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "../popover/popover.component";
7
- import * as i2 from "../popover/popover.content.component";
8
- import * as i3 from "../popover/popover.header.component";
9
- import * as i4 from "@angular/material/button";
7
+ import * as i2 from "@angular/common";
8
+ import * as i3 from "../popover/popover.content.component";
9
+ import * as i4 from "../popover/popover.header.component";
10
10
  import * as i5 from "../popover/popover.scroll.content.component";
11
11
  import * as i6 from "@dereekb/dbx-core";
12
- import * as i7 from "@angular/common";
12
+ import * as i7 from "@angular/material/button";
13
13
  export const DEFAULT_FILTER_POPOVER_KEY = 'filter';
14
14
  export class DbxFilterPopoverComponent extends AbstractPopoverDirective {
15
15
  constructor(popover) {
@@ -81,9 +81,9 @@ export class DbxFilterPopoverComponent extends AbstractPopoverDirective {
81
81
  this._showPreset.next(false);
82
82
  }
83
83
  }
84
- DbxFilterPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterPopoverComponent, deps: [{ token: i1.DbxPopoverComponent }], target: i0.ɵɵFactoryTarget.Component });
85
- DbxFilterPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxFilterPopoverComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<dbx-popover-content>\n <!-- Header -->\n <dbx-popover-header icon=\"filter\" header=\"Filter\">\n <ng-container *ngIf=\"showSwitchButtons\" [ngSwitch]=\"showPreset$ | async\">\n <button *ngSwitchCase=\"true\" mat-flat-button color=\"accent\" (click)=\"showCustom()\">Custom</button>\n <button *ngSwitchCase=\"false\" mat-flat-button color=\"accent\" (click)=\"showPresets()\">Presets</button>\n </ng-container>\n </dbx-popover-header>\n <!-- Content -->\n <dbx-popover-scroll-content>\n <dbx-injection [config]=\"config$ | async\"></dbx-injection>\n </dbx-popover-scroll-content>\n</dbx-popover-content>\n", components: [{ type: i2.DbxPopoverContentComponent, selector: "dbx-popover-content" }, { type: i3.DbxPopoverHeaderComponent, selector: "dbx-popover-header", inputs: ["header", "icon"] }, { type: i4.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: i5.DbxPopoverScrollContentComponent, selector: "dbx-popover-scroll-content" }, { type: i6.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }], directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }], pipes: { "async": i7.AsyncPipe } });
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterPopoverComponent, decorators: [{
84
+ DbxFilterPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterPopoverComponent, deps: [{ token: i1.DbxPopoverComponent }], target: i0.ɵɵFactoryTarget.Component });
85
+ DbxFilterPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxFilterPopoverComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<dbx-popover-content>\n <!-- Header -->\n <dbx-popover-header icon=\"filter\" header=\"Filter\">\n <ng-container *ngIf=\"showSwitchButtons\" [ngSwitch]=\"showPreset$ | async\">\n <button *ngSwitchCase=\"true\" mat-flat-button color=\"accent\" (click)=\"showCustom()\">Custom</button>\n <button *ngSwitchCase=\"false\" mat-flat-button color=\"accent\" (click)=\"showPresets()\">Presets</button>\n </ng-container>\n </dbx-popover-header>\n <!-- Content -->\n <dbx-popover-scroll-content>\n <dbx-injection [config]=\"config$ | async\"></dbx-injection>\n </dbx-popover-scroll-content>\n</dbx-popover-content>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i3.DbxPopoverContentComponent, selector: "dbx-popover-content" }, { kind: "component", type: i4.DbxPopoverHeaderComponent, selector: "dbx-popover-header", inputs: ["header", "icon"] }, { kind: "component", type: i5.DbxPopoverScrollContentComponent, selector: "dbx-popover-scroll-content" }, { kind: "component", type: i6.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: i7.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"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterPopoverComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ template: "<dbx-popover-content>\n <!-- Header -->\n <dbx-popover-header icon=\"filter\" header=\"Filter\">\n <ng-container *ngIf=\"showSwitchButtons\" [ngSwitch]=\"showPreset$ | async\">\n <button *ngSwitchCase=\"true\" mat-flat-button color=\"accent\" (click)=\"showCustom()\">Custom</button>\n <button *ngSwitchCase=\"false\" mat-flat-button color=\"accent\" (click)=\"showPresets()\">Presets</button>\n </ng-container>\n </dbx-popover-header>\n <!-- Content -->\n <dbx-popover-scroll-content>\n <dbx-injection [config]=\"config$ | async\"></dbx-injection>\n </dbx-popover-scroll-content>\n</dbx-popover-content>\n" }]
89
89
  }], ctorParameters: function () { return [{ type: i1.DbxPopoverComponent }]; } });
@@ -1,8 +1,8 @@
1
1
  import { Component, EventEmitter, Input, Output } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/material/button";
3
+ import * as i1 from "@angular/flex-layout/flex";
4
4
  import * as i2 from "@angular/material/icon";
5
- import * as i3 from "@angular/flex-layout/flex";
5
+ import * as i3 from "@angular/material/button";
6
6
  /**
7
7
  * Used for adding a reset and filter button to a form.
8
8
  */
@@ -18,9 +18,9 @@ export class DbxFilterWrapperComponent {
18
18
  this.resetFilter.emit();
19
19
  }
20
20
  }
21
- DbxFilterWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- DbxFilterWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxFilterWrapperComponent, selector: "dbx-filter-wrapper", inputs: { modified: "modified" }, outputs: { applyFilter: "applyFilter", resetFilter: "resetFilter" }, ngImport: i0, template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <button mat-raised-button (click)=\"filterClicked()\">Apply Filter</button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetClicked()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n", components: [{ type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i3.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFilterWrapperComponent, decorators: [{
21
+ DbxFilterWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
+ DbxFilterWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxFilterWrapperComponent, selector: "dbx-filter-wrapper", inputs: { modified: "modified" }, outputs: { applyFilter: "applyFilter", resetFilter: "resetFilter" }, ngImport: i0, template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <button mat-raised-button (click)=\"filterClicked()\">Apply Filter</button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetClicked()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.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"] }] });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxFilterWrapperComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{ selector: 'dbx-filter-wrapper', template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <button mat-raised-button (click)=\"filterClicked()\">Apply Filter</button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetClicked()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n" }]
26
26
  }], propDecorators: { modified: [{
@@ -7,10 +7,10 @@ import { DbxFilterInteractionModule } from './filter/filter.module';
7
7
  import * as i0 from "@angular/core";
8
8
  export class DbxInteractionModule {
9
9
  }
10
- DbxInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DbxInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxInteractionModule, exports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
12
- DbxInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxInteractionModule, imports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxInteractionModule, decorators: [{
10
+ DbxInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ DbxInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxInteractionModule, exports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
12
+ DbxInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxInteractionModule, imports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxInteractionModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  exports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule]
@@ -16,9 +16,9 @@ export class AbstractPopoverDirective {
16
16
  this.popover.return(value);
17
17
  }
18
18
  }
19
- AbstractPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractPopoverDirective, deps: [{ token: i1.DbxPopoverComponent }], target: i0.ɵɵFactoryTarget.Directive });
20
- AbstractPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AbstractPopoverDirective, ngImport: i0 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractPopoverDirective, decorators: [{
19
+ AbstractPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractPopoverDirective, deps: [{ token: i1.DbxPopoverComponent }], target: i0.ɵɵFactoryTarget.Directive });
20
+ AbstractPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: AbstractPopoverDirective, ngImport: i0 });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractPopoverDirective, decorators: [{
22
22
  type: Directive
23
23
  }], ctorParameters: function () { return [{ type: i1.DbxPopoverComponent }]; } });
24
24
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJzdHJhY3QucG9wb3Zlci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvaW50ZXJhY3Rpb24vcG9wb3Zlci9hYnN0cmFjdC5wb3BvdmVyLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7QUFFMUQ7O0dBRUc7QUFFSCxNQUFNLE9BQWdCLHdCQUF3QjtJQUM1QyxZQUE0QixPQUFxQztRQUFyQyxZQUFPLEdBQVAsT0FBTyxDQUE4QjtJQUFHLENBQUM7SUFFckUsS0FBSztRQUNILElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUVELGNBQWMsQ0FBQyxLQUFRO1FBQ3JCLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzdCLENBQUM7O3FIQVRtQix3QkFBd0I7eUdBQXhCLHdCQUF3QjsyRkFBeEIsd0JBQXdCO2tCQUQ3QyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEYnhQb3BvdmVyQ29tcG9uZW50IH0gZnJvbSAnLi9wb3BvdmVyLmNvbXBvbmVudCc7XG5cbi8qKlxuICogQWJzdHJhY3QgcG9wb3ZlciBkaXJlY3RpdmUuXG4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEFic3RyYWN0UG9wb3ZlckRpcmVjdGl2ZTxPID0gdW5rbm93biwgSSA9IHVua25vd24sIFQgPSB1bmtub3duPiB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyByZWFkb25seSBwb3BvdmVyOiBEYnhQb3BvdmVyQ29tcG9uZW50PE8sIEksIFQ+KSB7fVxuXG4gIGNsb3NlKCk6IHZvaWQge1xuICAgIHRoaXMucG9wb3Zlci5jbG9zZSgpO1xuICB9XG5cbiAgcmV0dXJuQW5kQ2xvc2UodmFsdWU6IE8pOiB2b2lkIHtcbiAgICB0aGlzLnBvcG92ZXIucmV0dXJuKHZhbHVlKTtcbiAgfVxufVxuIl19
@@ -25,9 +25,9 @@ export class AbstractPopoverRefDirective extends AbstractSubscriptionDirective {
25
25
  // Do nothing. Override in parent type
26
26
  }
27
27
  }
28
- AbstractPopoverRefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractPopoverRefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
29
- AbstractPopoverRefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AbstractPopoverRefDirective, usesInheritance: true, ngImport: i0 });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractPopoverRefDirective, decorators: [{
28
+ AbstractPopoverRefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractPopoverRefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
29
+ AbstractPopoverRefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: AbstractPopoverRefDirective, usesInheritance: true, ngImport: i0 });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractPopoverRefDirective, decorators: [{
31
31
  type: Directive
32
32
  }] });
33
33
  /**
@@ -51,9 +51,9 @@ export class AbstractPopoverRefWithEventsDirective extends AbstractPopoverRefDir
51
51
  this.popoverClosed.next(event);
52
52
  }
53
53
  }
54
- AbstractPopoverRefWithEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractPopoverRefWithEventsDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
55
- AbstractPopoverRefWithEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AbstractPopoverRefWithEventsDirective, outputs: { popoverOpened: "popoverOpened", popoverClosed: "popoverClosed" }, usesInheritance: true, ngImport: i0 });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AbstractPopoverRefWithEventsDirective, decorators: [{
54
+ AbstractPopoverRefWithEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractPopoverRefWithEventsDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
55
+ AbstractPopoverRefWithEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: AbstractPopoverRefWithEventsDirective, outputs: { popoverOpened: "popoverOpened", popoverClosed: "popoverClosed" }, usesInheritance: true, ngImport: i0 });
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: AbstractPopoverRefWithEventsDirective, decorators: [{
57
57
  type: Directive
58
58
  }], propDecorators: { popoverOpened: [{
59
59
  type: Output
@@ -27,9 +27,9 @@ export class DbxActionPopoverDirective extends AbstractDbxActionValueOnTriggerDi
27
27
  });
28
28
  }
29
29
  }
30
- DbxActionPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxActionPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
31
- DbxActionPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxActionPopoverDirective, selector: "[dbxActionPopover]", inputs: { fn: ["dbxActionPopover", "fn"], dbxActionPopoverModified: "dbxActionPopoverModified" }, exportAs: ["dbxActionPopover"], usesInheritance: true, ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxActionPopoverDirective, decorators: [{
30
+ DbxActionPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxActionPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
31
+ DbxActionPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxActionPopoverDirective, selector: "[dbxActionPopover]", inputs: { fn: ["dbxActionPopover", "fn"], dbxActionPopoverModified: "dbxActionPopoverModified" }, exportAs: ["dbxActionPopover"], usesInheritance: true, ngImport: i0 });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxActionPopoverDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  exportAs: 'dbxActionPopover',
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  import * as i1 from "ng-overlay-container";
11
11
  import * as i2 from "../../layout";
12
12
  import * as i3 from "@dereekb/dbx-core";
13
- import * as i4 from "./popover.coordinator.component";
14
- import * as i5 from "../../keypress/keydown.listener.directive";
15
- import * as i6 from "../../layout/style/style.directive";
13
+ import * as i4 from "../../keypress/keydown.listener.directive";
14
+ import * as i5 from "../../layout/style/style.directive";
15
+ import * as i6 from "./popover.coordinator.component";
16
16
  export class DbxPopoverComponentController extends DbxPopoverController {
17
17
  }
18
18
  /**
@@ -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.3.2", 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.3.2", type: DbxPopoverComponent, selector: "ng-component", providers: [
105
+ DbxPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", 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: "14.0.0", version: "14.1.2", type: DbxPopoverComponent, selector: "ng-component", providers: [
107
107
  {
108
108
  provide: DbxPopoverController,
109
109
  useExisting: DbxPopoverComponent
@@ -115,8 +115,8 @@ DbxPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
115
115
  <dbx-popover-coordinator (dbxWindowKeyDownListener)="handleKeydown()" [appWindowKeyDownFilter]="triggerCloseKeys">
116
116
  <div dbxStyle class="dbx-popover-component" dbx-injection [config]="contentConfig"></div>
117
117
  </dbx-popover-coordinator>
118
- `, isInline: true, components: [{ type: i4.DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator" }, { type: i3.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }], directives: [{ type: i5.DbxWindowKeyDownListenerDirective, selector: "[dbxWindowKeyDownListener]", inputs: ["appWindowKeyDownEnabled", "appWindowKeyDownFilter"], outputs: ["dbxWindowKeyDownListener"] }, { type: i6.DbxStyleDirective, selector: "dbx-style, [dbxStyle], .dbx-style" }] });
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverComponent, decorators: [{
118
+ `, isInline: true, dependencies: [{ kind: "directive", type: i4.DbxWindowKeyDownListenerDirective, selector: "[dbxWindowKeyDownListener]", inputs: ["appWindowKeyDownEnabled", "appWindowKeyDownFilter"], outputs: ["dbxWindowKeyDownListener"] }, { kind: "directive", type: i5.DbxStyleDirective, selector: "dbx-style, [dbxStyle], .dbx-style" }, { kind: "component", type: i3.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: i6.DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator" }] });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverComponent, decorators: [{
120
120
  type: Component,
121
121
  args: [{
122
122
  template: `
@@ -20,16 +20,16 @@ export class DbxPopoverContentComponent {
20
20
  this._height.complete();
21
21
  }
22
22
  }
23
- DbxPopoverContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxPopoverContentComponent, selector: "dbx-popover-content", ngImport: i0, template: `
23
+ DbxPopoverContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxPopoverContentComponent, selector: "dbx-popover-content", ngImport: i0, template: `
25
25
  <div class="d-block dbx-popover-content" (resized)="onResized($event)" [style.--popoverh]="height$ | async">
26
26
  <ng-content select="[controls]"></ng-content>
27
27
  <div class="dbx-popover-content-container">
28
28
  <ng-content></ng-content>
29
29
  </div>
30
30
  </div>
31
- `, isInline: true, directives: [{ type: i1.ResizedDirective, selector: "[resized]", outputs: ["resized"] }], pipes: { "async": i2.AsyncPipe } });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverContentComponent, decorators: [{
31
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.ResizedDirective, selector: "[resized]", outputs: ["resized"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverContentComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  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.3.2", 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.3.2", type: DbxPopoverControlsDirective, selector: "dbx-popover-controls,[dbxPopoverControls],.dbx-popover-controls", host: { classAttribute: "d-block dbx-popover-controls" }, ngImport: i0 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverControlsDirective, decorators: [{
15
+ DbxPopoverControlsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverControlsDirective, deps: [{ token: i1.DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
16
+ DbxPopoverControlsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxPopoverControlsDirective, selector: "dbx-popover-controls,[dbxPopoverControls],.dbx-popover-controls", host: { classAttribute: "d-block dbx-popover-controls" }, ngImport: i0 });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverControlsDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: 'dbx-popover-controls,[dbxPopoverControls],.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.3.2", 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.3.2", type: DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator", ngImport: i0, template: `
26
+ DbxPopoverCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverCoordinatorComponent, deps: [{ token: i1.DbxPopoverCoordinatorService }, { token: i2.DbxPopoverController }], target: i0.ɵɵFactoryTarget.Component });
27
+ DbxPopoverCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", 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
- `, 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.3.2", ngImport: i0, type: DbxPopoverCoordinatorComponent, decorators: [{
31
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverCoordinatorComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  selector: 'dbx-popover-coordinator',
@@ -35,9 +35,9 @@ export class DbxPopoverCoordinatorService {
35
35
  }
36
36
  }
37
37
  }
38
- DbxPopoverCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
39
- DbxPopoverCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverCoordinatorService, providedIn: 'root' });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverCoordinatorService, decorators: [{
38
+ DbxPopoverCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
39
+ DbxPopoverCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverCoordinatorService, providedIn: 'root' });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverCoordinatorService, decorators: [{
41
41
  type: Injectable,
42
42
  args: [{
43
43
  providedIn: 'root'
@@ -2,9 +2,9 @@ import { Component, Input, Optional } from '@angular/core';
2
2
  import { DbxPopoverContentComponent } from './popover.content.component';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "./popover.content.component";
5
- import * as i2 from "@angular/material/icon";
6
- import * as i3 from "@angular/material/divider";
7
- import * as i4 from "@angular/common";
5
+ import * as i2 from "@angular/common";
6
+ import * as i3 from "@angular/material/icon";
7
+ import * as i4 from "@angular/material/divider";
8
8
  /**
9
9
  * Component used to format a header for a popover.
10
10
  */
@@ -15,8 +15,8 @@ export class DbxPopoverHeaderComponent {
15
15
  }
16
16
  }
17
17
  }
18
- DbxPopoverHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", 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.3.2", type: DbxPopoverHeaderComponent, selector: "dbx-popover-header", inputs: { header: "header", icon: "icon" }, ngImport: i0, template: `
18
+ DbxPopoverHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverHeaderComponent, deps: [{ token: i1.DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
19
+ DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", 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>
@@ -28,8 +28,8 @@ DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
28
28
  </div>
29
29
  </div>
30
30
  <mat-divider></mat-divider>
31
- `, 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"] }] });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxPopoverHeaderComponent, decorators: [{
31
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i4.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxPopoverHeaderComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  selector: 'dbx-popover-header',