@dereekb/dbx-web 0.0.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (473) hide show
  1. package/README.md +4 -5
  2. package/_index.scss +27 -0
  3. package/esm2020/index.mjs +1 -2
  4. package/esm2020/lib/action/action.confirm.directive.mjs +5 -5
  5. package/esm2020/lib/action/action.module.mjs +35 -35
  6. package/esm2020/lib/action/action.snackbar.component.mjs +10 -11
  7. package/esm2020/lib/action/key.trigger.directive.mjs +5 -5
  8. package/esm2020/lib/action/transition/action.transition.module.mjs +29 -29
  9. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +18 -18
  10. package/esm2020/lib/action/transition/transition.safety.directive.mjs +20 -38
  11. package/esm2020/lib/button/button.component.mjs +19 -19
  12. package/esm2020/lib/button/button.module.mjs +21 -27
  13. package/esm2020/lib/button/button.spacer.component.mjs +6 -7
  14. package/esm2020/lib/dbx-web.module.mjs +28 -30
  15. package/esm2020/lib/error/error.action.directive.mjs +7 -7
  16. package/esm2020/lib/error/error.component.mjs +5 -5
  17. package/esm2020/lib/error/error.loading.directive.mjs +7 -7
  18. package/esm2020/lib/error/error.module.mjs +19 -19
  19. package/esm2020/lib/index.mjs +3 -2
  20. package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +20 -11
  21. package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +25 -0
  22. package/esm2020/lib/interaction/dialog/dialog.module.mjs +33 -0
  23. package/esm2020/lib/interaction/dialog/index.mjs +3 -1
  24. package/esm2020/lib/interaction/filter/filter.module.mjs +62 -0
  25. package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +32 -0
  26. package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +38 -0
  27. package/esm2020/lib/interaction/filter/filter.popover.component.mjs +90 -0
  28. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +33 -0
  29. package/esm2020/lib/interaction/filter/index.mjs +6 -0
  30. package/esm2020/lib/interaction/index.mjs +3 -1
  31. package/esm2020/lib/interaction/interaction.module.mjs +33 -0
  32. package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +8 -8
  33. package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +6 -6
  34. package/esm2020/lib/interaction/popover/index.mjs +3 -2
  35. package/esm2020/lib/interaction/popover/popover.action.button.directive.mjs +10 -10
  36. package/esm2020/lib/interaction/popover/popover.action.directive.mjs +5 -5
  37. package/esm2020/lib/interaction/popover/popover.component.mjs +24 -35
  38. package/esm2020/lib/interaction/popover/popover.content.component.mjs +13 -21
  39. package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +28 -0
  40. package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +8 -8
  41. package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +5 -5
  42. package/esm2020/lib/interaction/popover/popover.header.component.mjs +10 -11
  43. package/esm2020/lib/interaction/popover/popover.mjs +2 -2
  44. package/esm2020/lib/interaction/popover/popover.module.mjs +71 -63
  45. package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +12 -18
  46. package/esm2020/lib/interaction/popover/popover.service.mjs +7 -7
  47. package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +6 -6
  48. package/esm2020/lib/interaction/popup/index.mjs +2 -1
  49. package/esm2020/lib/interaction/popup/popup.component.mjs +27 -42
  50. package/esm2020/lib/interaction/popup/popup.content.component.mjs +13 -15
  51. package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +13 -15
  52. package/esm2020/lib/interaction/popup/popup.controls.component.mjs +9 -11
  53. package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +9 -10
  54. package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +5 -5
  55. package/esm2020/lib/interaction/popup/popup.mjs +8 -8
  56. package/esm2020/lib/interaction/popup/popup.module.mjs +54 -46
  57. package/esm2020/lib/interaction/popup/popup.position.strategy.mjs +8 -12
  58. package/esm2020/lib/interaction/popup/popup.service.mjs +9 -8
  59. package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +10 -22
  60. package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +9 -9
  61. package/esm2020/lib/interaction/prompt/prompt.component.mjs +24 -9
  62. package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +11 -11
  63. package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +40 -15
  64. package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +14 -24
  65. package/esm2020/lib/interaction/prompt/prompt.confirm.mjs +6 -5
  66. package/esm2020/lib/interaction/prompt/prompt.module.mjs +61 -52
  67. package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +20 -22
  68. package/esm2020/lib/keypress/keydown.listener.directive.mjs +5 -5
  69. package/esm2020/lib/keypress/keypress.module.mjs +9 -9
  70. package/esm2020/lib/layout/bar/bar.directive.mjs +24 -0
  71. package/esm2020/lib/layout/bar/bar.header.component.mjs +39 -0
  72. package/esm2020/lib/layout/bar/bar.layout.module.mjs +47 -0
  73. package/esm2020/lib/layout/bar/bar.mjs +2 -0
  74. package/esm2020/lib/layout/bar/index.mjs +5 -0
  75. package/esm2020/lib/layout/bar/pagebar.component.mjs +15 -0
  76. package/esm2020/lib/layout/block/block.layout.module.mjs +14 -14
  77. package/esm2020/lib/layout/block/two.block.component.mjs +5 -5
  78. package/esm2020/lib/layout/card/card.box.component.mjs +5 -5
  79. package/esm2020/lib/layout/card/card.box.container.component.mjs +5 -5
  80. package/esm2020/lib/layout/card/card.box.layout.module.mjs +15 -15
  81. package/esm2020/lib/layout/column/column.layout.module.mjs +12 -12
  82. package/esm2020/lib/layout/column/one/one.column.component.mjs +6 -6
  83. package/esm2020/lib/layout/column/one/one.column.module.mjs +13 -13
  84. package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +6 -6
  85. package/esm2020/lib/layout/column/two/two.column.component.mjs +5 -5
  86. package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +6 -6
  87. package/esm2020/lib/layout/column/two/two.column.head.component.mjs +5 -5
  88. package/esm2020/lib/layout/column/two/two.column.module.mjs +42 -42
  89. package/esm2020/lib/layout/column/two/two.column.right.component.mjs +6 -6
  90. package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +6 -6
  91. package/esm2020/lib/layout/column/two/two.column.store.mjs +3 -3
  92. package/esm2020/lib/layout/compact/compact.directive.mjs +5 -5
  93. package/esm2020/lib/layout/compact/compact.layout.module.mjs +9 -9
  94. package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
  95. package/esm2020/lib/layout/content/content.border.directive.mjs +19 -0
  96. package/esm2020/lib/layout/content/content.box.directive.mjs +25 -0
  97. package/esm2020/lib/layout/content/content.container.directive.mjs +28 -0
  98. package/esm2020/lib/layout/content/content.directive.mjs +19 -0
  99. package/esm2020/lib/layout/content/content.elevate.directive.mjs +19 -0
  100. package/esm2020/lib/layout/content/content.layout.module.mjs +34 -24
  101. package/esm2020/lib/layout/content/content.page.directive.mjs +19 -0
  102. package/esm2020/lib/layout/content/index.mjs +7 -5
  103. package/esm2020/lib/layout/flag/flag.component.mjs +5 -5
  104. package/esm2020/lib/layout/flag/flag.layout.module.mjs +15 -15
  105. package/esm2020/lib/layout/flag/flag.prompt.component.mjs +6 -6
  106. package/esm2020/lib/layout/flex/flex.group.directive.mjs +53 -0
  107. package/esm2020/lib/layout/flex/flex.layout.module.mjs +31 -0
  108. package/esm2020/lib/layout/flex/flex.mjs +2 -0
  109. package/esm2020/lib/layout/flex/flex.size.directive.mjs +25 -0
  110. package/esm2020/lib/layout/flex/index.mjs +5 -0
  111. package/esm2020/lib/layout/index.mjs +5 -2
  112. package/esm2020/lib/layout/item/item.icon.component.mjs +5 -5
  113. package/esm2020/lib/layout/item/item.layout.module.mjs +10 -10
  114. package/esm2020/lib/layout/layout.module.mjs +60 -48
  115. package/esm2020/lib/layout/list/index.mjs +12 -2
  116. package/esm2020/lib/layout/list/list.component.mjs +232 -0
  117. package/esm2020/lib/layout/list/list.content.empty.component.mjs +26 -0
  118. package/esm2020/lib/layout/list/list.directive.mjs +78 -0
  119. package/esm2020/lib/layout/list/list.layout.module.mjs +56 -11
  120. package/esm2020/lib/layout/list/list.view.directive.mjs +50 -0
  121. package/esm2020/lib/layout/list/list.view.mjs +13 -0
  122. package/esm2020/lib/layout/list/list.view.selection.directive.mjs +32 -0
  123. package/esm2020/lib/layout/list/list.view.value.component.mjs +61 -0
  124. package/esm2020/lib/layout/list/list.view.value.directive.mjs +35 -0
  125. package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +20 -0
  126. package/esm2020/lib/layout/list/list.view.value.mjs +30 -0
  127. package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +88 -0
  128. package/esm2020/lib/layout/section/index.mjs +3 -4
  129. package/esm2020/lib/layout/section/section.component.mjs +21 -32
  130. package/esm2020/lib/layout/section/section.header.component.mjs +79 -0
  131. package/esm2020/lib/layout/section/section.intro.component.mjs +7 -8
  132. package/esm2020/lib/layout/section/section.layout.module.mjs +34 -44
  133. package/esm2020/lib/layout/section/section.mjs +2 -0
  134. package/esm2020/lib/layout/section/section.page.component.mjs +17 -30
  135. package/esm2020/lib/layout/section/subsection.component.mjs +16 -14
  136. package/esm2020/lib/layout/step/step.component.mjs +5 -5
  137. package/esm2020/lib/layout/step/step.layout.module.mjs +10 -10
  138. package/esm2020/lib/layout/style/index.mjs +7 -0
  139. package/esm2020/lib/layout/style/spacer.directive.mjs +16 -0
  140. package/esm2020/lib/layout/style/style.body.directive.mjs +35 -0
  141. package/esm2020/lib/layout/style/style.directive.mjs +32 -0
  142. package/esm2020/lib/layout/style/style.layout.module.mjs +41 -0
  143. package/esm2020/lib/layout/style/style.service.mjs +76 -0
  144. package/esm2020/lib/layout/style/style.set.directive.mjs +69 -0
  145. package/esm2020/lib/layout/text/hint.component.mjs +17 -0
  146. package/esm2020/lib/layout/text/index.mjs +11 -0
  147. package/esm2020/lib/layout/text/label.component.mjs +17 -0
  148. package/esm2020/lib/layout/text/linkify.component.mjs +47 -0
  149. package/esm2020/lib/layout/text/note.component.mjs +17 -0
  150. package/esm2020/lib/layout/text/notice.component.mjs +17 -0
  151. package/esm2020/lib/layout/text/ok.component.mjs +17 -0
  152. package/esm2020/lib/layout/text/success.component.mjs +17 -0
  153. package/esm2020/lib/layout/text/text.chips.component.mjs +31 -0
  154. package/esm2020/lib/layout/text/text.module.mjs +78 -0
  155. package/esm2020/lib/layout/text/warn.component.mjs +17 -0
  156. package/esm2020/lib/loading/basic-loading.component.mjs +6 -6
  157. package/esm2020/lib/loading/loading-progress.component.mjs +5 -5
  158. package/esm2020/lib/loading/loading.component.mjs +6 -6
  159. package/esm2020/lib/loading/loading.module.mjs +27 -27
  160. package/esm2020/lib/router/index.mjs +2 -2
  161. package/esm2020/lib/router/layout/anchor/anchor.component.mjs +50 -0
  162. package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +30 -0
  163. package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +49 -0
  164. package/esm2020/lib/router/layout/anchor/anchor.module.mjs +48 -0
  165. package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +29 -0
  166. package/esm2020/lib/router/layout/anchor/index.mjs +6 -0
  167. package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +34 -0
  168. package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +50 -0
  169. package/esm2020/lib/router/layout/anchorlist/index.mjs +3 -0
  170. package/esm2020/lib/router/layout/index.mjs +6 -0
  171. package/esm2020/lib/router/layout/layout.module.mjs +29 -0
  172. package/esm2020/lib/router/layout/navbar/index.mjs +3 -0
  173. package/esm2020/lib/router/layout/navbar/navbar.component.mjs +75 -0
  174. package/esm2020/lib/router/layout/navbar/navbar.module.mjs +46 -0
  175. package/esm2020/lib/router/layout/sidenav/index.mjs +9 -0
  176. package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +39 -0
  177. package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +133 -0
  178. package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +89 -0
  179. package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +59 -0
  180. package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +39 -0
  181. package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +7 -7
  182. package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +17 -17
  183. package/esm2020/lib/router/provider/router.provider.config.mjs +2 -2
  184. package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +7 -7
  185. package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +17 -17
  186. package/esm2020/lib/screen/index.mjs +4 -0
  187. package/esm2020/lib/screen/screen.mjs +22 -0
  188. package/esm2020/lib/screen/screen.module.mjs +24 -0
  189. package/esm2020/lib/screen/screen.service.mjs +94 -0
  190. package/fesm2015/dereekb-dbx-web.mjs +5517 -3691
  191. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  192. package/fesm2020/dereekb-dbx-web.mjs +5565 -3740
  193. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  194. package/index.d.ts +0 -1
  195. package/lib/action/_action.scss +40 -0
  196. package/lib/action/action.confirm.directive.d.ts +5 -5
  197. package/lib/action/action.module.d.ts +4 -4
  198. package/lib/action/action.snackbar.component.d.ts +7 -7
  199. package/lib/action/key.trigger.directive.d.ts +3 -3
  200. package/lib/action/transition/action.transition.module.d.ts +5 -5
  201. package/lib/action/transition/transition.safety.dialog.component.d.ts +7 -7
  202. package/lib/action/transition/transition.safety.directive.d.ts +14 -23
  203. package/lib/button/_button.scss +32 -0
  204. package/lib/button/button.component.d.ts +6 -6
  205. package/lib/button/button.module.d.ts +6 -8
  206. package/lib/button/button.spacer.component.d.ts +3 -3
  207. package/lib/dbx-web.module.d.ts +15 -10
  208. package/lib/error/_error.scss +26 -0
  209. package/lib/error/error.action.directive.d.ts +6 -6
  210. package/lib/error/error.component.d.ts +3 -3
  211. package/lib/error/error.loading.directive.d.ts +6 -6
  212. package/lib/error/error.module.d.ts +4 -4
  213. package/lib/index.d.ts +2 -1
  214. package/lib/interaction/_interaction.scss +33 -0
  215. package/lib/interaction/dialog/_dialog.scss +26 -0
  216. package/lib/interaction/dialog/abstract.dialog.directive.d.ts +7 -5
  217. package/lib/interaction/dialog/dialog.content.component.d.ts +10 -0
  218. package/lib/interaction/dialog/dialog.module.d.ts +12 -0
  219. package/lib/interaction/dialog/index.d.ts +2 -0
  220. package/lib/interaction/filter/_filter.scss +25 -0
  221. package/lib/interaction/filter/filter.module.d.ts +15 -0
  222. package/lib/interaction/filter/filter.popover.button.component.d.ts +9 -0
  223. package/lib/interaction/filter/filter.popover.button.directive.d.ts +17 -0
  224. package/lib/interaction/filter/filter.popover.component.d.ts +53 -0
  225. package/lib/interaction/filter/filter.wrapper.component.d.ts +14 -0
  226. package/lib/interaction/filter/index.d.ts +5 -0
  227. package/lib/interaction/index.d.ts +2 -0
  228. package/lib/interaction/interaction.module.d.ts +11 -0
  229. package/lib/interaction/popover/_popover.scss +110 -0
  230. package/lib/interaction/popover/abstract.popover.directive.d.ts +6 -6
  231. package/lib/interaction/popover/index.d.ts +2 -1
  232. package/lib/interaction/popover/popover.action.button.directive.d.ts +8 -8
  233. package/lib/interaction/popover/popover.action.directive.d.ts +8 -8
  234. package/lib/interaction/popover/popover.component.d.ts +15 -17
  235. package/lib/interaction/popover/popover.content.component.d.ts +3 -4
  236. package/lib/interaction/popover/popover.controls.directive.d.ts +10 -0
  237. package/lib/interaction/popover/popover.coordinator.component.d.ts +6 -6
  238. package/lib/interaction/popover/popover.coordinator.service.d.ts +8 -8
  239. package/lib/interaction/popover/popover.d.ts +3 -3
  240. package/lib/interaction/popover/popover.header.component.d.ts +5 -5
  241. package/lib/interaction/popover/popover.module.d.ts +11 -9
  242. package/lib/interaction/popover/popover.scroll.content.component.d.ts +6 -6
  243. package/lib/interaction/popover/popover.service.d.ts +6 -6
  244. package/lib/interaction/popup/_popup.scss +82 -0
  245. package/lib/interaction/popup/abstract.popup.directive.d.ts +4 -4
  246. package/lib/interaction/popup/index.d.ts +1 -0
  247. package/lib/interaction/popup/popup.component.d.ts +15 -18
  248. package/lib/interaction/popup/popup.content.component.d.ts +5 -5
  249. package/lib/interaction/popup/popup.controls.buttons.component.d.ts +5 -5
  250. package/lib/interaction/popup/popup.controls.component.d.ts +3 -3
  251. package/lib/interaction/popup/popup.coordinator.component.d.ts +6 -6
  252. package/lib/interaction/popup/popup.coordinator.service.d.ts +8 -8
  253. package/lib/interaction/popup/popup.d.ts +5 -5
  254. package/lib/interaction/popup/popup.module.d.ts +9 -7
  255. package/lib/interaction/popup/popup.position.strategy.d.ts +1 -5
  256. package/lib/interaction/popup/popup.service.d.ts +6 -6
  257. package/lib/interaction/prompt/_prompt.scss +46 -0
  258. package/lib/interaction/prompt/prompt.box.component.d.ts +3 -5
  259. package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +8 -8
  260. package/lib/interaction/prompt/prompt.component.d.ts +3 -4
  261. package/lib/interaction/prompt/prompt.confirm.component.d.ts +8 -8
  262. package/lib/interaction/prompt/prompt.confirm.d.ts +2 -2
  263. package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +17 -6
  264. package/lib/interaction/prompt/prompt.confirm.directive.d.ts +11 -14
  265. package/lib/interaction/prompt/prompt.module.d.ts +9 -7
  266. package/lib/interaction/prompt/prompt.page.component.d.ts +3 -3
  267. package/lib/interaction/style/_style.scss +47 -0
  268. package/lib/keypress/keydown.listener.directive.d.ts +3 -3
  269. package/lib/keypress/keypress.module.d.ts +4 -4
  270. package/lib/layout/_layout.scss +61 -0
  271. package/lib/layout/bar/_bar.scss +81 -0
  272. package/lib/layout/bar/bar.d.ts +1 -0
  273. package/lib/layout/bar/bar.directive.d.ts +11 -0
  274. package/lib/layout/bar/bar.header.component.d.ts +13 -0
  275. package/lib/layout/bar/bar.layout.module.d.ts +15 -0
  276. package/lib/layout/bar/index.d.ts +4 -0
  277. package/lib/layout/bar/pagebar.component.d.ts +8 -0
  278. package/lib/layout/block/_block.scss +39 -0
  279. package/lib/layout/block/block.layout.module.d.ts +5 -5
  280. package/lib/layout/block/two.block.component.d.ts +3 -3
  281. package/lib/layout/card/_card.scss +26 -0
  282. package/lib/layout/card/card.box.component.d.ts +3 -3
  283. package/lib/layout/card/card.box.container.component.d.ts +3 -3
  284. package/lib/layout/card/card.box.layout.module.d.ts +4 -4
  285. package/lib/layout/column/_column.scss +26 -0
  286. package/lib/layout/column/column.layout.module.d.ts +4 -4
  287. package/lib/layout/column/one/one.column.component.d.ts +3 -3
  288. package/lib/layout/column/one/one.column.module.d.ts +4 -4
  289. package/lib/layout/column/two/two.column.back.directive.d.ts +4 -4
  290. package/lib/layout/column/two/two.column.component.d.ts +3 -3
  291. package/lib/layout/column/two/two.column.full.left.directive.d.ts +4 -4
  292. package/lib/layout/column/two/two.column.head.component.d.ts +3 -3
  293. package/lib/layout/column/two/two.column.module.d.ts +5 -5
  294. package/lib/layout/column/two/two.column.right.component.d.ts +3 -3
  295. package/lib/layout/column/two/two.column.sref.directive.d.ts +4 -4
  296. package/lib/layout/column/two.scss +114 -0
  297. package/lib/layout/compact/compact.directive.d.ts +3 -3
  298. package/lib/layout/compact/compact.layout.module.d.ts +4 -4
  299. package/lib/layout/content/_content.scss +136 -0
  300. package/lib/layout/content/content.border.directive.d.ts +8 -0
  301. package/lib/layout/content/content.box.directive.d.ts +9 -0
  302. package/lib/layout/content/content.container.directive.d.ts +12 -0
  303. package/lib/layout/content/content.directive.d.ts +8 -0
  304. package/lib/layout/content/content.elevate.directive.d.ts +8 -0
  305. package/lib/layout/content/content.layout.module.d.ts +11 -9
  306. package/lib/layout/content/content.page.directive.d.ts +8 -0
  307. package/lib/layout/content/index.d.ts +6 -4
  308. package/lib/layout/flag/_flag.scss +26 -0
  309. package/lib/layout/flag/flag.component.d.ts +3 -3
  310. package/lib/layout/flag/flag.layout.module.d.ts +4 -4
  311. package/lib/layout/flag/flag.prompt.component.d.ts +3 -3
  312. package/lib/layout/flex/_flex.scss +76 -0
  313. package/lib/layout/flex/flex.d.ts +4 -0
  314. package/lib/layout/flex/flex.group.directive.d.ts +24 -0
  315. package/lib/layout/flex/flex.layout.module.d.ts +9 -0
  316. package/lib/layout/flex/flex.size.directive.d.ts +10 -0
  317. package/lib/layout/flex/index.d.ts +4 -0
  318. package/lib/layout/index.d.ts +4 -1
  319. package/lib/layout/item/_item.scss +26 -0
  320. package/lib/layout/item/item.icon.component.d.ts +3 -3
  321. package/lib/layout/item/item.layout.module.d.ts +4 -4
  322. package/lib/layout/layout.module.d.ts +17 -14
  323. package/lib/layout/list/_list.scss +72 -0
  324. package/lib/layout/list/index.d.ts +11 -1
  325. package/lib/layout/list/list.component.d.ts +115 -0
  326. package/lib/layout/list/list.content.empty.component.d.ts +8 -0
  327. package/lib/layout/list/list.directive.d.ts +35 -0
  328. package/lib/layout/list/list.layout.module.d.ts +15 -6
  329. package/lib/layout/list/list.view.d.ts +45 -0
  330. package/lib/layout/list/list.view.directive.d.ts +26 -0
  331. package/lib/layout/list/list.view.selection.directive.d.ts +15 -0
  332. package/lib/layout/list/list.view.value.component.d.ts +15 -0
  333. package/lib/layout/list/list.view.value.d.ts +21 -0
  334. package/lib/layout/list/list.view.value.directive.d.ts +21 -0
  335. package/lib/layout/list/list.view.value.item.directive.d.ts +9 -0
  336. package/lib/layout/list/list.view.value.selection.component.d.ts +32 -0
  337. package/lib/layout/section/_section.scss +116 -0
  338. package/lib/layout/section/index.d.ts +2 -3
  339. package/lib/layout/section/section.component.d.ts +5 -7
  340. package/lib/layout/section/section.d.ts +1 -0
  341. package/lib/layout/section/section.header.component.d.ts +14 -0
  342. package/lib/layout/section/section.intro.component.d.ts +4 -4
  343. package/lib/layout/section/section.layout.module.d.ts +14 -16
  344. package/lib/layout/section/section.page.component.d.ts +4 -5
  345. package/lib/layout/section/subsection.component.d.ts +5 -5
  346. package/lib/layout/step/_step.scss +59 -0
  347. package/lib/layout/step/step.component.d.ts +3 -3
  348. package/lib/layout/step/step.layout.module.d.ts +4 -4
  349. package/lib/layout/style/_style.scss +101 -0
  350. package/lib/layout/style/index.d.ts +6 -0
  351. package/lib/layout/style/spacer.directive.d.ts +5 -0
  352. package/lib/layout/style/style.body.directive.d.ts +16 -0
  353. package/lib/layout/style/style.directive.d.ts +15 -0
  354. package/lib/layout/style/style.layout.module.d.ts +11 -0
  355. package/lib/layout/style/style.service.d.ts +37 -0
  356. package/lib/layout/style/style.set.directive.d.ts +31 -0
  357. package/lib/layout/text/_text.scss +97 -0
  358. package/lib/layout/text/hint.component.d.ts +5 -0
  359. package/lib/{text → layout/text}/index.d.ts +0 -2
  360. package/lib/layout/text/label.component.d.ts +5 -0
  361. package/lib/{text → layout/text}/linkify.component.d.ts +3 -3
  362. package/lib/layout/text/note.component.d.ts +5 -0
  363. package/lib/layout/text/notice.component.d.ts +5 -0
  364. package/lib/layout/text/ok.component.d.ts +5 -0
  365. package/lib/layout/text/success.component.d.ts +5 -0
  366. package/lib/layout/text/text.chips.component.d.ts +13 -0
  367. package/lib/layout/text/text.module.d.ts +19 -0
  368. package/lib/layout/text/warn.component.d.ts +5 -0
  369. package/lib/loading/basic-loading.component.d.ts +4 -4
  370. package/lib/loading/loading-progress.component.d.ts +3 -3
  371. package/lib/loading/loading.component.d.ts +5 -5
  372. package/lib/loading/loading.module.d.ts +5 -5
  373. package/lib/router/_router.scss +25 -0
  374. package/lib/router/index.d.ts +1 -1
  375. package/lib/router/layout/anchor/_anchor.scss +37 -0
  376. package/lib/router/{anchor → layout/anchor}/anchor.component.d.ts +7 -8
  377. package/lib/router/layout/anchor/anchor.icon.component.d.ts +11 -0
  378. package/lib/router/layout/anchor/anchor.link.component.d.ts +13 -0
  379. package/lib/router/layout/anchor/anchor.module.d.ts +13 -0
  380. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +19 -0
  381. package/lib/router/{anchor → layout/anchor}/index.d.ts +1 -0
  382. package/lib/router/layout/anchorlist/_anchorlist.scss +95 -0
  383. package/lib/router/layout/anchorlist/anchorlist.component.d.ts +15 -0
  384. package/lib/router/layout/anchorlist/anchorlist.module.d.ts +14 -0
  385. package/lib/router/layout/anchorlist/index.d.ts +2 -0
  386. package/lib/router/layout/index.d.ts +5 -0
  387. package/lib/router/layout/layout.module.d.ts +10 -0
  388. package/lib/router/layout/navbar/_navbar.scss +27 -0
  389. package/lib/router/layout/navbar/index.d.ts +2 -0
  390. package/lib/router/layout/navbar/navbar.component.d.ts +37 -0
  391. package/lib/router/layout/navbar/navbar.module.d.ts +13 -0
  392. package/lib/router/layout/sidenav/_sidenav.scss +189 -0
  393. package/lib/router/layout/sidenav/index.d.ts +5 -0
  394. package/lib/router/layout/sidenav/sidenav.button.component.d.ts +14 -0
  395. package/lib/router/layout/sidenav/sidenav.component.d.ts +42 -0
  396. package/lib/router/layout/sidenav/sidenav.module.d.ts +23 -0
  397. package/lib/router/layout/sidenav/sidenav.page.component.d.ts +20 -0
  398. package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +9 -0
  399. package/lib/router/provider/ngrouter/anchor.component.d.ts +4 -4
  400. package/lib/router/provider/ngrouter/angular.router.module.d.ts +5 -5
  401. package/lib/router/provider/router.provider.config.d.ts +3 -3
  402. package/lib/router/provider/uirouter/anchor.component.d.ts +4 -4
  403. package/lib/router/provider/uirouter/uirouter.router.module.d.ts +5 -5
  404. package/lib/screen/index.d.ts +3 -0
  405. package/lib/screen/screen.d.ts +36 -0
  406. package/lib/screen/screen.module.d.ts +9 -0
  407. package/lib/screen/screen.service.d.ts +60 -0
  408. package/lib/style/_all-core.scss +14 -0
  409. package/lib/style/_all-theme.scss +15 -0
  410. package/lib/style/_all-typography.scss +15 -0
  411. package/lib/style/_config.scss +122 -0
  412. package/lib/style/_core.scss +17 -0
  413. package/lib/style/_mixin.scss +99 -0
  414. package/lib/style/_root-variables.scss +35 -0
  415. package/lib/style/_theming.scss +19 -0
  416. package/lib/style/_variables.scss +45 -0
  417. package/package.json +35 -34
  418. package/esm2020/lib/interaction/popover/popover.controls.component.mjs +0 -35
  419. package/esm2020/lib/layout/content/content.bordered.component.mjs +0 -26
  420. package/esm2020/lib/layout/content/content.component.mjs +0 -32
  421. package/esm2020/lib/layout/content/content.container.component.mjs +0 -66
  422. package/esm2020/lib/layout/content/content.container.fullwidth.component.mjs +0 -26
  423. package/esm2020/lib/layout/dialog/dialog.content.component.mjs +0 -37
  424. package/esm2020/lib/layout/dialog/dialog.layout.module.mjs +0 -29
  425. package/esm2020/lib/layout/dialog/index.mjs +0 -3
  426. package/esm2020/lib/layout/list/list.empty.component.mjs +0 -26
  427. package/esm2020/lib/layout/section/section.box.anchor.component.mjs +0 -39
  428. package/esm2020/lib/layout/section/section.box.component.mjs +0 -32
  429. package/esm2020/lib/layout/section/section.elevated.component.mjs +0 -26
  430. package/esm2020/lib/router/anchor/anchor.component.mjs +0 -50
  431. package/esm2020/lib/router/anchor/anchor.icon.component.mjs +0 -30
  432. package/esm2020/lib/router/anchor/anchor.module.mjs +0 -43
  433. package/esm2020/lib/router/anchor/anchor.segue.directive.mjs +0 -32
  434. package/esm2020/lib/router/anchor/index.mjs +0 -5
  435. package/esm2020/lib/text/hint.component.mjs +0 -15
  436. package/esm2020/lib/text/index.mjs +0 -13
  437. package/esm2020/lib/text/label.bar.component.mjs +0 -32
  438. package/esm2020/lib/text/label.component.mjs +0 -18
  439. package/esm2020/lib/text/link.component.mjs +0 -36
  440. package/esm2020/lib/text/linkify.component.mjs +0 -48
  441. package/esm2020/lib/text/note.component.mjs +0 -15
  442. package/esm2020/lib/text/notice.component.mjs +0 -15
  443. package/esm2020/lib/text/ok.component.mjs +0 -15
  444. package/esm2020/lib/text/success.component.mjs +0 -15
  445. package/esm2020/lib/text/text.chips.component.mjs +0 -32
  446. package/esm2020/lib/text/text.module.mjs +0 -92
  447. package/esm2020/lib/text/warn.component.mjs +0 -15
  448. package/lib/interaction/popover/popover.controls.component.d.ts +0 -10
  449. package/lib/layout/content/content.bordered.component.d.ts +0 -8
  450. package/lib/layout/content/content.component.d.ts +0 -9
  451. package/lib/layout/content/content.container.component.d.ts +0 -34
  452. package/lib/layout/content/content.container.fullwidth.component.d.ts +0 -8
  453. package/lib/layout/dialog/dialog.content.component.d.ts +0 -13
  454. package/lib/layout/dialog/dialog.layout.module.d.ts +0 -11
  455. package/lib/layout/dialog/index.d.ts +0 -2
  456. package/lib/layout/list/list.empty.component.d.ts +0 -8
  457. package/lib/layout/section/section.box.anchor.component.d.ts +0 -11
  458. package/lib/layout/section/section.box.component.d.ts +0 -9
  459. package/lib/layout/section/section.elevated.component.d.ts +0 -8
  460. package/lib/router/anchor/anchor.icon.component.d.ts +0 -11
  461. package/lib/router/anchor/anchor.module.d.ts +0 -12
  462. package/lib/router/anchor/anchor.segue.directive.d.ts +0 -20
  463. package/lib/text/hint.component.d.ts +0 -5
  464. package/lib/text/label.bar.component.d.ts +0 -10
  465. package/lib/text/label.component.d.ts +0 -8
  466. package/lib/text/link.component.d.ts +0 -9
  467. package/lib/text/note.component.d.ts +0 -5
  468. package/lib/text/notice.component.d.ts +0 -5
  469. package/lib/text/ok.component.d.ts +0 -5
  470. package/lib/text/success.component.d.ts +0 -5
  471. package/lib/text/text.chips.component.d.ts +0 -13
  472. package/lib/text/text.module.d.ts +0 -22
  473. package/lib/text/warn.component.d.ts +0 -5
@@ -0,0 +1,25 @@
1
+ @use '../../style/theming';
2
+
3
+ // MARK: Variables
4
+
5
+ // MARK: Mixin
6
+ @mixin core() {}
7
+
8
+ @mixin color($theme-config) {}
9
+
10
+ @mixin typography($typography-config) {}
11
+
12
+ @mixin theme($theme-config) {
13
+ @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-filter') {
14
+ $color: theming.get-color-config($theme-config);
15
+ $typography: theming.get-typography-config($theme-config);
16
+
17
+ @if $color !=null {
18
+ @include color($theme-config);
19
+ }
20
+
21
+ @if $typography !=null {
22
+ @include typography($typography);
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./filter.popover.component";
3
+ import * as i2 from "./filter.popover.button.component";
4
+ import * as i3 from "./filter.wrapper.component";
5
+ import * as i4 from "@angular/common";
6
+ import * as i5 from "../popover/popover.module";
7
+ import * as i6 from "@dereekb/dbx-core";
8
+ import * as i7 from "@angular/flex-layout";
9
+ import * as i8 from "@angular/material/icon";
10
+ import * as i9 from "@angular/material/button";
11
+ export declare class DbxFilterInteractionModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterInteractionModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFilterInteractionModule, [typeof i1.DbxFilterPopoverComponent, typeof i2.DbxFilterPopoverButtonComponent, typeof i3.DbxFilterWrapperComponent], [typeof i4.CommonModule, typeof i5.DbxPopoverInteractionModule, typeof i6.DbxCoreFilterModule, typeof i6.DbxInjectedComponentModule, typeof i7.FlexLayoutModule, typeof i8.MatIconModule, typeof i9.MatButtonModule], [typeof i6.DbxCoreFilterModule, typeof i2.DbxFilterPopoverButtonComponent, typeof i3.DbxFilterWrapperComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<DbxFilterInteractionModule>;
15
+ }
@@ -0,0 +1,9 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { AbstractFilterPopoverButtonDirective } from './filter.popover.button.directive';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DbxFilterPopoverButtonComponent<F = any> extends AbstractFilterPopoverButtonDirective<F> {
5
+ buttonElement: ElementRef;
6
+ showFilterPopover(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterPopoverButtonComponent<any>, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxFilterPopoverButtonComponent<any>, "dbx-filter-popover-button", never, {}, {}, never, never>;
9
+ }
@@ -0,0 +1,17 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { DbxPopoverService } from '../popover/popover.service';
3
+ import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
4
+ import { DbxFilterComponentParams } from './filter.popover.component';
5
+ import * as i0 from "@angular/core";
6
+ export interface DbxFilterButtonConfig<F> extends DbxFilterComponentParams<F> {
7
+ }
8
+ export declare abstract class AbstractFilterPopoverButtonDirective<F> extends AbstractSubscriptionDirective {
9
+ private readonly popupService;
10
+ config?: DbxFilterButtonConfig<F>;
11
+ private _popoverRef?;
12
+ constructor(popupService: DbxPopoverService);
13
+ protected showFilterPopoverAtOrigin(origin: ElementRef): void;
14
+ private _showFilterPopover;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFilterPopoverButtonDirective<any>, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFilterPopoverButtonDirective<any>, never, never, { "config": "config"; }, {}, never>;
17
+ }
@@ -0,0 +1,53 @@
1
+ import { DbxInjectedComponentConfig } from '@dereekb/dbx-core';
2
+ import { ElementRef, Type, OnInit } from '@angular/core';
3
+ import { NgPopoverRef } from 'ng-overlay-container';
4
+ import { Observable } from 'rxjs';
5
+ import { AbstractPopoverDirective } from '../popover/abstract.popover.directive';
6
+ import { DbxPopoverComponent } from '../popover/popover.component';
7
+ import { DbxPopoverService } from '../popover/popover.service';
8
+ import { FilterSource, FilterSourceConnector, PresetFilterSource } from '@dereekb/rxjs';
9
+ import { DbxPopoverKey } from '../popover/popover';
10
+ import * as i0 from "@angular/core";
11
+ export interface DbxFilterComponentParams<F = any> {
12
+ /**
13
+ * Custom filter component to initialize.
14
+ */
15
+ customFilterComponentClass?: Type<FilterSource<F>>;
16
+ /**
17
+ * Preset filter component to initialize.
18
+ */
19
+ presetFilterComponentClass?: Type<PresetFilterSource<F>>;
20
+ /**
21
+ * The connector to use.
22
+ */
23
+ connector: FilterSourceConnector<F>;
24
+ /**
25
+ * (Optional) Inital filter to pass to the filter source.
26
+ */
27
+ initialFilterObs?: Observable<F>;
28
+ }
29
+ export interface DbxFilterPopoverComponentParams<F = any> extends DbxFilterComponentParams<F> {
30
+ /**
31
+ * Origin to add the popover to.
32
+ */
33
+ origin: ElementRef;
34
+ }
35
+ export declare const DEFAULT_FILTER_POPOVER_KEY = "filter";
36
+ export declare class DbxFilterPopoverComponent<F> extends AbstractPopoverDirective implements OnInit {
37
+ /**
38
+ * Whether or not to display buttons to toggle between custom and preset filters.
39
+ */
40
+ readonly showSwitchButtons: boolean;
41
+ private _showPreset;
42
+ readonly showPreset$: Observable<boolean>;
43
+ readonly config$: Observable<DbxInjectedComponentConfig>;
44
+ static openPopover<F>(popupService: DbxPopoverService, { origin, initialFilterObs: inputSource, connector, customFilterComponentClass, presetFilterComponentClass }: DbxFilterPopoverComponentParams<F>, popoverKey?: DbxPopoverKey): NgPopoverRef;
45
+ constructor(popover: DbxPopoverComponent);
46
+ get config(): DbxFilterComponentParams<F>;
47
+ ngOnInit(): void;
48
+ ngOnDestroy(): void;
49
+ showPresets(): void;
50
+ showCustom(): void;
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterPopoverComponent<any>, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxFilterPopoverComponent<any>, "ng-component", never, {}, {}, never, never>;
53
+ }
@@ -0,0 +1,14 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Used for adding a reset and filter button to a form.
5
+ */
6
+ export declare class DbxFilterWrapperComponent {
7
+ modified?: boolean;
8
+ readonly applyFilter: EventEmitter<any>;
9
+ readonly resetFilter: EventEmitter<any>;
10
+ filterClicked(): void;
11
+ resetClicked(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterWrapperComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxFilterWrapperComponent, "dbx-filter-wrapper", never, { "modified": "modified"; }, { "applyFilter": "applyFilter"; "resetFilter": "resetFilter"; }, never, ["*"]>;
14
+ }
@@ -0,0 +1,5 @@
1
+ export * from './filter.module';
2
+ export * from './filter.popover.button.component';
3
+ export * from './filter.popover.button.directive';
4
+ export * from './filter.popover.component';
5
+ export * from './filter.wrapper.component';
@@ -1,4 +1,6 @@
1
1
  export * from './dialog';
2
+ export * from './filter';
2
3
  export * from './popover';
3
4
  export * from './popup';
4
5
  export * from './prompt';
6
+ export * from './interaction.module';
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./dialog/dialog.module";
3
+ import * as i2 from "./filter/filter.module";
4
+ import * as i3 from "./prompt/prompt.module";
5
+ import * as i4 from "./popover/popover.module";
6
+ import * as i5 from "./popup/popup.module";
7
+ export declare class DbxInteractionModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxInteractionModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxInteractionModule, never, never, [typeof i1.DbxDialogInteractionModule, typeof i2.DbxFilterInteractionModule, typeof i3.DbxPromptModule, typeof i4.DbxPopoverInteractionModule, typeof i5.DbxPopupInteractionModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<DbxInteractionModule>;
11
+ }
@@ -0,0 +1,110 @@
1
+ @use '../../style/theming';
2
+
3
+ // MARK: Variables
4
+ $dbx-popover-height-var: --popoverh;
5
+ $dbx-popover-controls-height: 48px;
6
+ $dbx-popover-header-height: 48px;
7
+
8
+ // MARK: Mixin
9
+ @mixin core() {
10
+
11
+ .dbx-popover-content,
12
+ .dbx-popover-component {
13
+ height: 100%;
14
+ }
15
+
16
+ .dbx-popover-content {
17
+ height: 100%;
18
+ overflow-y: hidden;
19
+
20
+ .dbx-popover-content-container {
21
+ @include fillPopoverContentHeight();
22
+
23
+ &.dbx-popover-content-container-scrollable {
24
+ overflow-y: scroll;
25
+ }
26
+ }
27
+
28
+ .dbx-popover-controls {
29
+ height: $dbx-popover-controls-height;
30
+ overflow-y: hidden;
31
+ }
32
+
33
+ &.popover-has-controls {
34
+ .dbx-popover-content-container {
35
+ @include fillPopoverContentHeight($hasControls: 1);
36
+ }
37
+ }
38
+ }
39
+
40
+ .dbx-popover-header {
41
+ padding: 4px;
42
+ display: flex;
43
+ box-sizing: border-box;
44
+ height: $dbx-popover-header-height;
45
+ overflow-y: hidden;
46
+
47
+ .dbx-popover-header-content {
48
+ width: 100%;
49
+ display: flex;
50
+ align-items: center;
51
+ }
52
+
53
+ h3 {
54
+ display: flex;
55
+ align-items: center;
56
+ margin: 0;
57
+ }
58
+ }
59
+
60
+ .dbx-popover-scroll-content {
61
+ overflow: auto;
62
+ @include fillPopoverContentHeight(1);
63
+
64
+ &.popover-has-header {
65
+ @include fillPopoverContentHeight(0, 1);
66
+ }
67
+
68
+ &.popover-has-controls {
69
+ @include fillPopoverContentHeight(0, 1);
70
+ }
71
+
72
+ &.popover-has-controls-and-header {
73
+ @include fillPopoverContentHeight(1, 1);
74
+ }
75
+
76
+ }
77
+ }
78
+
79
+ @mixin color($theme-config) {
80
+
81
+ .dbx-popover-header {
82
+ .dbx-popover-header-content {
83
+ @include theming.if-small-screen($theme-config) {
84
+ flex-wrap: wrap;
85
+ }
86
+ }
87
+ }
88
+
89
+ }
90
+
91
+ @mixin typography($typography-config) {}
92
+
93
+ @mixin theme($theme-config) {
94
+ @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-popover') {
95
+ $color: theming.get-color-config($theme-config);
96
+ $typography: theming.get-typography-config($theme-config);
97
+
98
+ @if $color !=null {
99
+ @include color($theme-config);
100
+ }
101
+
102
+ @if $typography !=null {
103
+ @include typography($typography);
104
+ }
105
+ }
106
+ }
107
+
108
+ @mixin fillPopoverContentHeight($hasControls: 0, $hasHeader: 0) {
109
+ height: calc(var(#{$dbx-popover-height-var}) - #{$dbx-popover-controls-height * $hasControls} - #{$dbx-popover-header-height * $hasHeader});
110
+ }
@@ -1,13 +1,13 @@
1
- import { DbNgxPopoverComponent } from './popover.component';
1
+ import { DbxPopoverComponent } from './popover.component';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Abstract popover directive.
5
5
  */
6
- export declare abstract class AbstractPopoverDirective<I = any, O = any, T = any> {
7
- readonly popover: DbNgxPopoverComponent<I, O, T>;
8
- constructor(popover: DbNgxPopoverComponent<I, O, T>);
9
- closePopover(): void;
10
- returnAndClosePopover(value: O): void;
6
+ export declare abstract class AbstractPopoverDirective<O = any, I = any, T = any> {
7
+ readonly popover: DbxPopoverComponent<O, I, T>;
8
+ constructor(popover: DbxPopoverComponent<O, I, T>);
9
+ close(): void;
10
+ returnAndClose(value: O): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPopoverDirective<any, any, any>, never>;
12
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPopoverDirective<any, any, any>, never, never, {}, {}, never>;
13
13
  }
@@ -4,7 +4,7 @@ export * from './popover.action.button.directive';
4
4
  export * from './popover.action.directive';
5
5
  export * from './popover.component';
6
6
  export * from './popover.content.component';
7
- export * from './popover.controls.component';
7
+ export * from './popover.controls.directive';
8
8
  export * from './popover.coordinator.component';
9
9
  export * from './popover.coordinator.service';
10
10
  export * from './popover.header.component';
@@ -12,3 +12,4 @@ export * from './popover.module';
12
12
  export * from './popover.position.strategy';
13
13
  export * from './popover.scroll.content.component';
14
14
  export * from './popover.service';
15
+ export * from './popover';
@@ -1,14 +1,14 @@
1
1
  import { NgZone } from '@angular/core';
2
- import { DbNgxButtonDirective, DbNgxActionButtonDirective, ActionContextStoreSourceInstance } from '@dereekb/dbx-core';
3
- import { DbNgxPopoverActionDirective } from './popover.action.directive';
2
+ import { DbxButtonDirective, DbxActionButtonDirective, ActionContextStoreSourceInstance } from '@dereekb/dbx-core';
3
+ import { DbxPopoverActionDirective } from './popover.action.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
- * Action directive that is used to link an DbNgxButton to an DbNgxPopoverActionDirective.
6
+ * Action directive that is used to link an DbxButton to an DbxPopoverActionDirective.
7
7
  */
8
- export declare class DbNgxPopoverActionButtonDirective extends DbNgxActionButtonDirective {
9
- readonly appPopoverActionDirective: DbNgxPopoverActionDirective;
10
- constructor(button: DbNgxButtonDirective, source: ActionContextStoreSourceInstance, ngZone: NgZone, appPopoverActionDirective: DbNgxPopoverActionDirective);
8
+ export declare class DbxPopoverActionButtonDirective extends DbxActionButtonDirective {
9
+ readonly appPopoverActionDirective: DbxPopoverActionDirective;
10
+ constructor(button: DbxButtonDirective, source: ActionContextStoreSourceInstance, ngZone: NgZone, appPopoverActionDirective: DbxPopoverActionDirective);
11
11
  protected _buttonClicked(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverActionButtonDirective, [{ host: true; }, null, null, null]>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbNgxPopoverActionButtonDirective, "[dbxPopoverActionButton]", never, {}, {}, never>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverActionButtonDirective, [{ host: true; }, null, null, null]>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPopoverActionButtonDirective, "[dbxPopoverActionButton]", never, {}, {}, never>;
14
14
  }
@@ -4,22 +4,22 @@ import { NgPopoverCloseEvent, NgPopoverRef } from 'ng-overlay-container';
4
4
  import { AbstractPopoverRefWithEventsDirective } from './abstract.popover.ref.directive';
5
5
  import { ActionContextStoreSourceInstance } from '@dereekb/dbx-core';
6
6
  import * as i0 from "@angular/core";
7
- export interface DbNgxPopoverActionFnParam {
7
+ export interface DbxPopoverActionFnParam {
8
8
  origin: ElementRef;
9
9
  }
10
- export declare type DbNgxPopoverActionFn<T = object> = (params: DbNgxPopoverActionFnParam) => NgPopoverRef<any, T>;
11
- export declare type DbNgxPopoverActionModifiedFn<T = any> = (value: T) => Observable<boolean>;
10
+ export declare type DbxPopoverActionFn<T = object> = (params: DbxPopoverActionFnParam) => NgPopoverRef<any, T>;
11
+ export declare type DbxPopoverActionModifiedFn<T = any> = (value: T) => Observable<boolean>;
12
12
  /**
13
13
  * Action directive that is used to trigger/display a popover,
14
14
  * then watches that popover for a value.
15
15
  *
16
16
  * The value is passed to the isModified function (ifProvided), and if that returns true it will
17
17
  */
18
- export declare class DbNgxPopoverActionDirective<T = object> extends AbstractPopoverRefWithEventsDirective<any, T> implements OnInit, OnDestroy {
18
+ export declare class DbxPopoverActionDirective<T = object> extends AbstractPopoverRefWithEventsDirective<any, T> implements OnInit, OnDestroy {
19
19
  readonly elementRef: ElementRef;
20
20
  readonly source: ActionContextStoreSourceInstance<T, any>;
21
- fn?: DbNgxPopoverActionFn<T>;
22
- appPopoverActionModified?: DbNgxPopoverActionModifiedFn<T>;
21
+ fn?: DbxPopoverActionFn<T>;
22
+ appPopoverActionModified?: DbxPopoverActionModifiedFn<T>;
23
23
  private _popoverValue;
24
24
  private _triggeredSub;
25
25
  private _isModifiedSub;
@@ -28,6 +28,6 @@ export declare class DbNgxPopoverActionDirective<T = object> extends AbstractPop
28
28
  ngOnDestroy(): void;
29
29
  protected _makePopoverRef(): NgPopoverRef<any, T>;
30
30
  protected _afterClosed(event: NgPopoverCloseEvent<T>): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverActionDirective<any>, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbNgxPopoverActionDirective<any>, "[dbxPopoverAction]", ["popoverAction"], { "fn": "dbxPopoverAction"; "appPopoverActionModified": "appPopoverActionModified"; }, {}, never>;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverActionDirective<any>, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPopoverActionDirective<any>, "[dbxPopoverAction]", ["popoverAction"], { "fn": "dbxPopoverAction"; "appPopoverActionModified": "appPopoverActionModified"; }, {}, never>;
33
33
  }
@@ -1,21 +1,21 @@
1
- import { ComponentFactoryResolver, NgZone, Type, OnInit, OnDestroy, ElementRef } from '@angular/core';
1
+ import { NgZone, Type, OnInit, OnDestroy, ElementRef } from '@angular/core';
2
2
  import { NgOverlayContainerConfiguration, NgPopoverRef } from 'ng-overlay-container';
3
- import { AbstractTransitionWatcherDirective, DbNgxRouterTransitionService } from '@dereekb/dbx-core';
3
+ import { AbstractTransitionWatcherDirective, DbxRouterTransitionService, DbxInjectedComponentConfig } from '@dereekb/dbx-core';
4
4
  import { LockSet } from '@dereekb/rxjs';
5
5
  import { CompactContextStore } from '../../layout';
6
6
  import { Maybe } from '@dereekb/util';
7
- import { DbNgxPopoverController, DbNgxPopoverKey } from './popover';
7
+ import { DbxPopoverController, DbxPopoverKey } from './popover';
8
8
  import * as i0 from "@angular/core";
9
- export declare abstract class DbNgxPopoverComponentController<I, O> extends DbNgxPopoverController<I, O> {
9
+ export declare abstract class DbxPopoverComponentController<O, I> extends DbxPopoverController<O, I> {
10
10
  getClosingValueFn?: (value?: I) => Promise<O>;
11
11
  }
12
- export interface DbNgxPopoverComponentConfig<I, O, T> {
12
+ export interface DbxPopoverComponentConfig<O, I, T> {
13
13
  /**
14
14
  * Key used for uniquely identifying a limited instance.
15
15
  *
16
16
  * Only one popover should exist at a time given a certain key.
17
17
  */
18
- key: DbNgxPopoverKey;
18
+ key: DbxPopoverKey;
19
19
  /**
20
20
  * Origin element to position on.
21
21
  */
@@ -38,30 +38,28 @@ export interface DbNgxPopoverComponentConfig<I, O, T> {
38
38
  * Data available to the popover.
39
39
  */
40
40
  data?: Maybe<I>;
41
- init?: (component: T, controller: DbNgxPopoverController<I, O>) => void;
41
+ init?: (component: T, controller: DbxPopoverController<O, I>) => void;
42
42
  }
43
- export interface FullDbNgxPopoverComponentConfig<I, O, T> extends DbNgxPopoverComponentConfig<I, O, T> {
43
+ export interface FullDbxPopoverComponentConfig<O, I, T> extends DbxPopoverComponentConfig<O, I, T> {
44
44
  configuration: NgOverlayContainerConfiguration;
45
45
  }
46
46
  /**
47
47
  * Popover component.
48
48
  */
49
- export declare class DbNgxPopoverComponent<I = any, O = any, T = any> extends AbstractTransitionWatcherDirective implements DbNgxPopoverController<I, O>, OnInit, OnDestroy {
49
+ export declare class DbxPopoverComponent<O = any, I = any, T = any> extends AbstractTransitionWatcherDirective implements DbxPopoverController<O, I>, OnInit, OnDestroy {
50
50
  private popoverRef;
51
51
  private compactContextState;
52
- private resolver;
53
52
  readonly lockSet: LockSet;
54
- private _content;
55
- private _componentRef?;
53
+ readonly contentConfig: DbxInjectedComponentConfig;
56
54
  private _startedClosing;
57
55
  private readonly _closing;
58
56
  private _triggerCloseKeys;
59
57
  readonly isClosing$: import("rxjs").Observable<boolean>;
60
58
  readonly closing$: import("rxjs").Observable<boolean>;
61
59
  getClosingValueFn?: (value?: I) => Promise<O>;
62
- constructor(popoverRef: NgPopoverRef<FullDbNgxPopoverComponentConfig<I, O, T>, O>, compactContextState: CompactContextStore, resolver: ComponentFactoryResolver, dbNgxRouterTransitionService: DbNgxRouterTransitionService, ngZone: NgZone);
63
- get config(): FullDbNgxPopoverComponentConfig<I, O, T>;
64
- get key(): DbNgxPopoverKey;
60
+ constructor(popoverRef: NgPopoverRef<FullDbxPopoverComponentConfig<O, I, T>, O>, compactContextState: CompactContextStore, dbNgxRouterTransitionService: DbxRouterTransitionService, ngZone: NgZone);
61
+ get config(): FullDbxPopoverComponentConfig<O, I, T>;
62
+ get key(): DbxPopoverKey;
65
63
  get data(): Maybe<I>;
66
64
  get triggerCloseKeys(): string[];
67
65
  ngOnInit(): void;
@@ -70,6 +68,6 @@ export declare class DbNgxPopoverComponent<I = any, O = any, T = any> extends Ab
70
68
  close(): void;
71
69
  return(value?: O): void;
72
70
  handleKeydown(key: KeyboardEvent): void;
73
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverComponent<any, any, any>, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<DbNgxPopoverComponent<any, any, any>, "ng-component", never, {}, {}, never, never>;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverComponent<any, any, any>, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverComponent<any, any, any>, "ng-component", never, {}, {}, never, never>;
75
73
  }
@@ -4,14 +4,13 @@ import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Popover content wrapper component.
6
6
  */
7
- export declare class DbNgxPopoverContentComponent implements OnDestroy {
7
+ export declare class DbxPopoverContentComponent implements OnDestroy {
8
8
  private readonly _height;
9
9
  readonly height$: import("rxjs").Observable<string>;
10
- scrollable: boolean;
11
10
  hasControls: boolean;
12
11
  hasHeader: boolean;
13
12
  onResized(event: ResizedEvent): void;
14
13
  ngOnDestroy(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverContentComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DbNgxPopoverContentComponent, "dbx-popover-content", never, { "scrollable": "scrollable"; "hasControls": "hasControls"; "hasHeader": "hasHeader"; }, {}, never, ["[controls]", "*"]>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverContentComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverContentComponent, "dbx-popover-content", never, {}, {}, never, ["[controls]", "*"]>;
17
16
  }
@@ -0,0 +1,10 @@
1
+ import { DbxPopoverContentComponent } from './popover.content.component';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Popover Controls
5
+ */
6
+ export declare class DbxPopoverControlsDirective {
7
+ constructor(appPopoverContentComponent: DbxPopoverContentComponent);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverControlsDirective, [{ optional: true; }]>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPopoverControlsDirective, "dbx-popover-controls,[dbx-popover-controls],.dbx-popover-controls", never, {}, {}, never>;
10
+ }
@@ -1,18 +1,18 @@
1
- import { DbNgxPopoverController } from './popover';
1
+ import { DbxPopoverController } from './popover';
2
2
  import { OnInit, OnDestroy } from '@angular/core';
3
- import { DbNgxPopoverCoordinatorService } from './popover.coordinator.service';
3
+ import { DbxPopoverCoordinatorService } from './popover.coordinator.service';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Used for coordinating popovers and closing/replacing existing ones when a new popover of the same name appears.
7
7
  */
8
- export declare class DbNgxPopoverCoordinatorComponent implements OnInit, OnDestroy {
8
+ export declare class DbxPopoverCoordinatorComponent implements OnInit, OnDestroy {
9
9
  private readonly service;
10
10
  private readonly popover;
11
11
  readonly isPopoverForKey$: import("rxjs").Observable<boolean>;
12
12
  readonly show$: import("rxjs").Observable<boolean>;
13
- constructor(service: DbNgxPopoverCoordinatorService, popover: DbNgxPopoverController);
13
+ constructor(service: DbxPopoverCoordinatorService, popover: DbxPopoverController);
14
14
  ngOnInit(): void;
15
15
  ngOnDestroy(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverCoordinatorComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<DbNgxPopoverCoordinatorComponent, "dbx-popover-coordinator", never, {}, {}, never, ["*"]>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverCoordinatorComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverCoordinatorComponent, "dbx-popover-coordinator", never, {}, {}, never, ["*"]>;
18
18
  }
@@ -1,14 +1,14 @@
1
- import { DbNgxPopoverKey, DbNgxPopoverController } from './popover';
1
+ import { DbxPopoverKey, DbxPopoverController } from './popover';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Used for coordinating popovers and closing/replacing existing ones when a new popover of the same name appears.
5
5
  */
6
- export declare class DbNgxPopoverCoordinatorService {
6
+ export declare class DbxPopoverCoordinatorService {
7
7
  private _popovers;
8
- readonly popovers$: import("rxjs").Observable<Map<string, DbNgxPopoverController<any, any>>>;
9
- get popovers(): Map<DbNgxPopoverKey, DbNgxPopoverController>;
10
- addPopover(popover: DbNgxPopoverController): void;
11
- removePopover(key: DbNgxPopoverKey, popover?: DbNgxPopoverController): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverCoordinatorService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<DbNgxPopoverCoordinatorService>;
8
+ readonly popovers$: import("rxjs").Observable<Map<string, DbxPopoverController<any, any>>>;
9
+ get popovers(): Map<DbxPopoverKey, DbxPopoverController>;
10
+ addPopover(popover: DbxPopoverController): void;
11
+ removePopover(key: DbxPopoverKey, popover?: DbxPopoverController): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverCoordinatorService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<DbxPopoverCoordinatorService>;
14
14
  }
@@ -1,8 +1,8 @@
1
1
  import { Maybe } from "@dereekb/util";
2
2
  import { Observable } from "rxjs";
3
- export declare type DbNgxPopoverKey = string;
4
- export declare abstract class DbNgxPopoverController<I = any, O = any> {
5
- abstract readonly key: DbNgxPopoverKey;
3
+ export declare type DbxPopoverKey = string;
4
+ export declare abstract class DbxPopoverController<O = any, I = any> {
5
+ abstract readonly key: DbxPopoverKey;
6
6
  abstract readonly data?: Maybe<I>;
7
7
  abstract readonly closing$: Observable<boolean>;
8
8
  /**
@@ -1,12 +1,12 @@
1
- import { DbNgxPopoverContentComponent } from './popover.content.component';
1
+ import { DbxPopoverContentComponent } from './popover.content.component';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Component used to format a header for a popover.
5
5
  */
6
- export declare class DbNgxPopoverHeaderComponent {
6
+ export declare class DbxPopoverHeaderComponent {
7
7
  header?: string;
8
8
  icon?: string;
9
- constructor(appPopoverContentComponent: DbNgxPopoverContentComponent);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverHeaderComponent, [{ optional: true; }]>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DbNgxPopoverHeaderComponent, "dbx-popover-header", never, { "header": "header"; "icon": "icon"; }, {}, never, ["*"]>;
9
+ constructor(appPopoverContentComponent: DbxPopoverContentComponent);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverHeaderComponent, [{ optional: true; }]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverHeaderComponent, "dbx-popover-header", never, { "header": "header"; "icon": "icon"; }, {}, never, ["*"]>;
12
12
  }
@@ -5,7 +5,7 @@ import * as i2 from "./popover.action.directive";
5
5
  import * as i3 from "./popover.component";
6
6
  import * as i4 from "./popover.coordinator.component";
7
7
  import * as i5 from "./popover.content.component";
8
- import * as i6 from "./popover.controls.component";
8
+ import * as i6 from "./popover.controls.directive";
9
9
  import * as i7 from "./popover.header.component";
10
10
  import * as i8 from "./popover.scroll.content.component";
11
11
  import * as i9 from "@angular/common";
@@ -13,14 +13,16 @@ import * as i10 from "@angular/material/icon";
13
13
  import * as i11 from "@angular/material/button";
14
14
  import * as i12 from "@angular/material/divider";
15
15
  import * as i13 from "../../button/button.module";
16
- import * as i14 from "../../router/anchor/anchor.module";
16
+ import * as i14 from "../../router/layout/anchor/anchor.module";
17
17
  import * as i15 from "../../action/action.module";
18
18
  import * as i16 from "../../keypress/keypress.module";
19
- import * as i17 from "ng-overlay-container";
20
- import * as i18 from "angular-resize-event";
21
- export declare class DbNgxPopoverModule {
22
- static forRoot(): ModuleWithProviders<DbNgxPopoverModule>;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbNgxPopoverModule, [typeof i1.DbNgxPopoverActionButtonDirective, typeof i2.DbNgxPopoverActionDirective, typeof i3.DbNgxPopoverComponent, typeof i4.DbNgxPopoverCoordinatorComponent, typeof i5.DbNgxPopoverContentComponent, typeof i6.DbNgxPopoverControlsComponent, typeof i7.DbNgxPopoverHeaderComponent, typeof i8.DbNgxPopoverScrollContentComponent], [typeof i9.CommonModule, typeof i10.MatIconModule, typeof i11.MatButtonModule, typeof i12.MatDividerModule, typeof i13.DbNgxButtonModule, typeof i14.DbNgxAnchorModule, typeof i15.DbNgxActionModule, typeof i16.DbNgxKeypressModule, typeof i17.NgOverlayContainerModule, typeof i18.AngularResizeEventModule], [typeof i1.DbNgxPopoverActionButtonDirective, typeof i2.DbNgxPopoverActionDirective, typeof i5.DbNgxPopoverContentComponent, typeof i6.DbNgxPopoverControlsComponent, typeof i7.DbNgxPopoverHeaderComponent, typeof i8.DbNgxPopoverScrollContentComponent]>;
25
- static ɵinj: i0.ɵɵInjectorDeclaration<DbNgxPopoverModule>;
19
+ import * as i17 from "../../layout/style/style.layout.module";
20
+ import * as i18 from "@dereekb/dbx-core";
21
+ import * as i19 from "ng-overlay-container";
22
+ import * as i20 from "angular-resize-event";
23
+ export declare class DbxPopoverInteractionModule {
24
+ static forRoot(): ModuleWithProviders<DbxPopoverInteractionModule>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverInteractionModule, never>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxPopoverInteractionModule, [typeof i1.DbxPopoverActionButtonDirective, typeof i2.DbxPopoverActionDirective, typeof i3.DbxPopoverComponent, typeof i4.DbxPopoverCoordinatorComponent, typeof i5.DbxPopoverContentComponent, typeof i6.DbxPopoverControlsDirective, typeof i7.DbxPopoverHeaderComponent, typeof i8.DbxPopoverScrollContentComponent], [typeof i9.CommonModule, typeof i10.MatIconModule, typeof i11.MatButtonModule, typeof i12.MatDividerModule, typeof i13.DbxButtonModule, typeof i14.DbxAnchorModule, typeof i15.DbxActionModule, typeof i16.DbxKeypressModule, typeof i17.DbxStyleLayoutModule, typeof i18.DbxInjectedComponentModule, typeof i19.NgOverlayContainerModule, typeof i20.AngularResizeEventModule], [typeof i1.DbxPopoverActionButtonDirective, typeof i2.DbxPopoverActionDirective, typeof i5.DbxPopoverContentComponent, typeof i6.DbxPopoverControlsDirective, typeof i7.DbxPopoverHeaderComponent, typeof i8.DbxPopoverScrollContentComponent]>;
27
+ static ɵinj: i0.ɵɵInjectorDeclaration<DbxPopoverInteractionModule>;
26
28
  }
@@ -1,14 +1,14 @@
1
- import { DbNgxPopoverContentComponent } from './popover.content.component';
1
+ import { DbxPopoverContentComponent } from './popover.content.component';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Popover scrollable content wrapper component.
5
5
  */
6
- export declare class DbNgxPopoverScrollContentComponent {
7
- readonly appPopoverContentComponent: DbNgxPopoverContentComponent;
6
+ export declare class DbxPopoverScrollContentComponent {
7
+ readonly appPopoverContentComponent: DbxPopoverContentComponent;
8
8
  get sizingClasses(): string;
9
9
  get hasHeader(): boolean;
10
10
  get hasControls(): boolean;
11
- constructor(appPopoverContentComponent: DbNgxPopoverContentComponent);
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DbNgxPopoverScrollContentComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DbNgxPopoverScrollContentComponent, "dbx-popover-scroll-content", never, {}, {}, never, ["*"]>;
11
+ constructor(appPopoverContentComponent: DbxPopoverContentComponent);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverScrollContentComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverScrollContentComponent, "dbx-popover-scroll-content", never, {}, {}, never, ["*"]>;
14
14
  }