@dereekb/dbx-web 4.1.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/LICENSE +21 -0
  2. package/_index.scss +7 -9
  3. package/esm2020/lib/action/action.confirm.directive.mjs +1 -1
  4. package/esm2020/lib/action/action.module.mjs +6 -45
  5. package/esm2020/lib/action/action.progress.component.mjs +2 -2
  6. package/esm2020/lib/action/key.trigger.directive.mjs +2 -2
  7. package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +11 -10
  8. package/esm2020/lib/action/snackbar/action.snackbar.default.mjs +9 -9
  9. package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +5 -3
  10. package/esm2020/lib/action/snackbar/action.snackbar.generator.mjs +2 -2
  11. package/esm2020/lib/action/snackbar/action.snackbar.mjs +1 -1
  12. package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +6 -33
  13. package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +6 -6
  14. package/esm2020/lib/action/transition/action.transition.module.mjs +6 -28
  15. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +2 -2
  16. package/esm2020/lib/action/transition/transition.safety.directive.mjs +9 -7
  17. package/esm2020/lib/button/button.component.mjs +14 -12
  18. package/esm2020/lib/button/button.module.mjs +6 -26
  19. package/esm2020/lib/button/button.spacer.component.mjs +3 -3
  20. package/esm2020/lib/button/progress/bar.button.component.mjs +3 -3
  21. package/esm2020/lib/button/progress/base.progress.button.directive.mjs +7 -8
  22. package/esm2020/lib/button/progress/button.progress.config.mjs +1 -1
  23. package/esm2020/lib/button/progress/button.progress.module.mjs +10 -35
  24. package/esm2020/lib/button/progress/spinner.button.component.mjs +3 -3
  25. package/esm2020/lib/dbx-web.module.mjs +4 -12
  26. package/esm2020/lib/error/error.action.directive.mjs +1 -1
  27. package/esm2020/lib/error/error.api.mjs +16 -12
  28. package/esm2020/lib/error/error.component.mjs +3 -3
  29. package/esm2020/lib/error/error.loading.directive.mjs +1 -1
  30. package/esm2020/lib/error/error.module.mjs +6 -22
  31. package/esm2020/lib/error/state.mjs +8 -4
  32. package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +1 -1
  33. package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +1 -1
  34. package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +4 -4
  35. package/esm2020/lib/interaction/dialog/dialog.module.mjs +6 -21
  36. package/esm2020/lib/interaction/filter/filter.module.mjs +5 -17
  37. package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +1 -1
  38. package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +1 -1
  39. package/esm2020/lib/interaction/filter/filter.popover.component.mjs +1 -1
  40. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +1 -1
  41. package/esm2020/lib/interaction/interaction.module.mjs +4 -18
  42. package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +1 -1
  43. package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +4 -4
  44. package/esm2020/lib/interaction/popover/popover.action.directive.mjs +3 -4
  45. package/esm2020/lib/interaction/popover/popover.component.mjs +27 -21
  46. package/esm2020/lib/interaction/popover/popover.content.component.mjs +14 -15
  47. package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +4 -4
  48. package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +10 -10
  49. package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +1 -1
  50. package/esm2020/lib/interaction/popover/popover.header.component.mjs +21 -15
  51. package/esm2020/lib/interaction/popover/popover.mjs +1 -1
  52. package/esm2020/lib/interaction/popover/popover.module.mjs +7 -72
  53. package/esm2020/lib/interaction/popover/popover.position.strategy.mjs +9 -10
  54. package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +8 -4
  55. package/esm2020/lib/interaction/popover/popover.service.mjs +2 -2
  56. package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +1 -1
  57. package/esm2020/lib/interaction/popup/popup.component.mjs +23 -18
  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 +2 -2
  61. package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +9 -9
  62. package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +2 -2
  63. package/esm2020/lib/interaction/popup/popup.mjs +1 -1
  64. package/esm2020/lib/interaction/popup/popup.module.mjs +7 -55
  65. package/esm2020/lib/interaction/popup/popup.position.strategy.mjs +1 -1
  66. package/esm2020/lib/interaction/popup/popup.service.mjs +2 -2
  67. package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +8 -4
  68. package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +4 -4
  69. package/esm2020/lib/interaction/prompt/prompt.component.mjs +1 -1
  70. package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +2 -2
  71. package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +2 -2
  72. package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +4 -4
  73. package/esm2020/lib/interaction/prompt/prompt.confirm.mjs +6 -4
  74. package/esm2020/lib/interaction/prompt/prompt.module.mjs +6 -60
  75. package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +3 -3
  76. package/esm2020/lib/keypress/keydown.listener.directive.mjs +2 -3
  77. package/esm2020/lib/keypress/keypress.module.mjs +5 -13
  78. package/esm2020/lib/layout/bar/bar.directive.mjs +4 -4
  79. package/esm2020/lib/layout/bar/bar.header.component.mjs +4 -4
  80. package/esm2020/lib/layout/bar/bar.layout.module.mjs +6 -28
  81. package/esm2020/lib/layout/bar/bar.mjs +1 -1
  82. package/esm2020/lib/layout/bar/pagebar.component.mjs +3 -3
  83. package/esm2020/lib/layout/block/block.layout.module.mjs +6 -20
  84. package/esm2020/lib/layout/block/two.block.component.mjs +16 -16
  85. package/esm2020/lib/layout/card/card.box.component.mjs +27 -21
  86. package/esm2020/lib/layout/card/card.box.container.component.mjs +7 -7
  87. package/esm2020/lib/layout/card/card.box.layout.module.mjs +6 -21
  88. package/esm2020/lib/layout/column/column.layout.module.mjs +4 -9
  89. package/esm2020/lib/layout/column/one/one.column.component.mjs +1 -1
  90. package/esm2020/lib/layout/column/one/one.column.module.mjs +6 -17
  91. package/esm2020/lib/layout/column/two/index.mjs +1 -1
  92. package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +1 -1
  93. package/esm2020/lib/layout/column/two/two.column.component.mjs +7 -10
  94. package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +5 -6
  95. package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +1 -1
  96. package/esm2020/lib/layout/column/two/two.column.head.component.mjs +3 -3
  97. package/esm2020/lib/layout/column/two/two.column.module.mjs +6 -50
  98. package/esm2020/lib/layout/column/two/two.column.right.component.mjs +5 -5
  99. package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +1 -1
  100. package/esm2020/lib/layout/column/two/two.column.store.mjs +10 -9
  101. package/esm2020/lib/layout/compact/compact.directive.mjs +2 -2
  102. package/esm2020/lib/layout/compact/compact.layout.module.mjs +5 -13
  103. package/esm2020/lib/layout/compact/compact.mjs +4 -5
  104. package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
  105. package/esm2020/lib/layout/content/content.border.directive.mjs +4 -4
  106. package/esm2020/lib/layout/content/content.box.directive.mjs +4 -4
  107. package/esm2020/lib/layout/content/content.container.directive.mjs +4 -4
  108. package/esm2020/lib/layout/content/content.directive.mjs +4 -4
  109. package/esm2020/lib/layout/content/content.elevate.directive.mjs +4 -4
  110. package/esm2020/lib/layout/content/content.layout.module.mjs +6 -34
  111. package/esm2020/lib/layout/content/content.page.directive.mjs +4 -4
  112. package/esm2020/lib/layout/flag/flag.component.mjs +2 -2
  113. package/esm2020/lib/layout/flag/flag.layout.module.mjs +6 -21
  114. package/esm2020/lib/layout/flag/flag.prompt.component.mjs +2 -2
  115. package/esm2020/lib/layout/flex/flex.group.directive.mjs +2 -2
  116. package/esm2020/lib/layout/flex/flex.layout.module.mjs +6 -18
  117. package/esm2020/lib/layout/flex/flex.mjs +1 -1
  118. package/esm2020/lib/layout/flex/flex.size.directive.mjs +1 -1
  119. package/esm2020/lib/layout/item/item.icon.component.mjs +19 -19
  120. package/esm2020/lib/layout/item/item.layout.module.mjs +6 -17
  121. package/esm2020/lib/layout/layout.module.mjs +4 -45
  122. package/esm2020/lib/layout/list/list.component.mjs +27 -21
  123. package/esm2020/lib/layout/list/list.content.empty.component.mjs +2 -2
  124. package/esm2020/lib/layout/list/list.directive.mjs +2 -2
  125. package/esm2020/lib/layout/list/list.layout.module.mjs +6 -62
  126. package/esm2020/lib/layout/list/list.view.directive.mjs +3 -4
  127. package/esm2020/lib/layout/list/list.view.mjs +9 -5
  128. package/esm2020/lib/layout/list/list.view.selection.directive.mjs +3 -3
  129. package/esm2020/lib/layout/list/list.view.value.component.mjs +3 -3
  130. package/esm2020/lib/layout/list/list.view.value.directive.mjs +9 -10
  131. package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +3 -3
  132. package/esm2020/lib/layout/list/list.view.value.mjs +13 -9
  133. package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +8 -8
  134. package/esm2020/lib/layout/list/list.view.value.modifier.mjs +8 -6
  135. package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +5 -6
  136. package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +7 -7
  137. package/esm2020/lib/layout/list/list.wrapper.mjs +7 -5
  138. package/esm2020/lib/layout/section/section.component.mjs +3 -3
  139. package/esm2020/lib/layout/section/section.header.component.mjs +7 -5
  140. package/esm2020/lib/layout/section/section.intro.component.mjs +25 -25
  141. package/esm2020/lib/layout/section/section.layout.module.mjs +6 -42
  142. package/esm2020/lib/layout/section/section.mjs +1 -1
  143. package/esm2020/lib/layout/section/section.page.component.mjs +12 -12
  144. package/esm2020/lib/layout/section/subsection.component.mjs +16 -16
  145. package/esm2020/lib/layout/step/step.component.mjs +3 -3
  146. package/esm2020/lib/layout/step/step.layout.module.mjs +6 -17
  147. package/esm2020/lib/layout/style/spacer.directive.mjs +4 -4
  148. package/esm2020/lib/layout/style/style.body.directive.mjs +1 -1
  149. package/esm2020/lib/layout/style/style.directive.mjs +3 -3
  150. package/esm2020/lib/layout/style/style.layout.module.mjs +6 -26
  151. package/esm2020/lib/layout/style/style.service.mjs +3 -3
  152. package/esm2020/lib/layout/style/style.set.directive.mjs +3 -4
  153. package/esm2020/lib/layout/text/hint.component.mjs +8 -4
  154. package/esm2020/lib/layout/text/icon.spacer.component.mjs +3 -3
  155. package/esm2020/lib/layout/text/label.component.mjs +8 -4
  156. package/esm2020/lib/layout/text/linkify.component.mjs +10 -7
  157. package/esm2020/lib/layout/text/note.component.mjs +8 -4
  158. package/esm2020/lib/layout/text/notice.component.mjs +8 -4
  159. package/esm2020/lib/layout/text/ok.component.mjs +8 -4
  160. package/esm2020/lib/layout/text/success.component.mjs +8 -4
  161. package/esm2020/lib/layout/text/text.chips.component.mjs +11 -11
  162. package/esm2020/lib/layout/text/text.module.mjs +6 -59
  163. package/esm2020/lib/layout/text/warn.component.mjs +8 -4
  164. package/esm2020/lib/loading/basic-loading.component.mjs +8 -8
  165. package/esm2020/lib/loading/loading-progress.component.mjs +16 -16
  166. package/esm2020/lib/loading/loading.action.directive.mjs +1 -1
  167. package/esm2020/lib/loading/loading.component.mjs +16 -16
  168. package/esm2020/lib/loading/loading.module.mjs +6 -40
  169. package/esm2020/lib/router/layout/anchor/anchor.component.mjs +6 -7
  170. package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +13 -7
  171. package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +13 -9
  172. package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +4 -4
  173. package/esm2020/lib/router/layout/anchor/anchor.module.mjs +6 -35
  174. package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +8 -8
  175. package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +5 -5
  176. package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +6 -32
  177. package/esm2020/lib/router/layout/layout.module.mjs +4 -18
  178. package/esm2020/lib/router/layout/list/list.module.mjs +3 -7
  179. package/esm2020/lib/router/layout/list/router.list.directive.mjs +4 -4
  180. package/esm2020/lib/router/layout/navbar/navbar.component.mjs +7 -7
  181. package/esm2020/lib/router/layout/navbar/navbar.module.mjs +6 -29
  182. package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +9 -9
  183. package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +3 -3
  184. package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +6 -62
  185. package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +2 -2
  186. package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +2 -2
  187. package/esm2020/lib/router/provider/index.mjs +1 -1
  188. package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +4 -5
  189. package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +4 -14
  190. package/esm2020/lib/router/provider/router.provider.config.mjs +1 -1
  191. package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +9 -3
  192. package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +4 -14
  193. package/esm2020/lib/screen/screen.mjs +6 -6
  194. package/esm2020/lib/screen/screen.module.mjs +1 -1
  195. package/esm2020/lib/screen/screen.service.mjs +6 -7
  196. package/fesm2015/dereekb-dbx-web.mjs +866 -1730
  197. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  198. package/fesm2020/dereekb-dbx-web.mjs +866 -1730
  199. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  200. package/lib/action/key.trigger.directive.d.ts +1 -1
  201. package/lib/action/snackbar/_snackbar.scss +4 -5
  202. package/lib/action/snackbar/action.snackbar.component.d.ts +3 -4
  203. package/lib/action/snackbar/action.snackbar.d.ts +9 -9
  204. package/lib/action/snackbar/action.snackbar.directive.d.ts +6 -6
  205. package/lib/action/snackbar/action.snackbar.generator.d.ts +10 -10
  206. package/lib/action/snackbar/action.snackbar.service.d.ts +8 -8
  207. package/lib/button/_button.scss +4 -4
  208. package/lib/button/button.spacer.component.d.ts +1 -1
  209. package/lib/button/progress/bar.button.component.scss +1 -1
  210. package/lib/button/progress/base.progress.button.directive.d.ts +2 -3
  211. package/lib/button/progress/button.progress.config.d.ts +1 -1
  212. package/lib/button/progress/spinner.button.component.scss +5 -5
  213. package/lib/error/_error.scss +6 -4
  214. package/lib/error/error.api.d.ts +2 -2
  215. package/lib/error/error.component.d.ts +2 -3
  216. package/lib/error/state.d.ts +3 -3
  217. package/lib/interaction/dialog/_dialog.scss +4 -6
  218. package/lib/interaction/dialog/abstract.dialog.directive.d.ts +1 -1
  219. package/lib/interaction/dialog/dialog.action.directive.d.ts +4 -4
  220. package/lib/interaction/dialog/dialog.content.component.d.ts +1 -1
  221. package/lib/interaction/filter/_filter.scss +6 -3
  222. package/lib/interaction/filter/filter.popover.button.component.d.ts +1 -1
  223. package/lib/interaction/filter/filter.popover.button.directive.d.ts +1 -2
  224. package/lib/interaction/filter/filter.popover.component.d.ts +6 -6
  225. package/lib/interaction/popover/_popover.scss +2 -5
  226. package/lib/interaction/popover/abstract.popover.directive.d.ts +1 -1
  227. package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +3 -4
  228. package/lib/interaction/popover/popover.action.directive.d.ts +4 -4
  229. package/lib/interaction/popover/popover.component.d.ts +2 -2
  230. package/lib/interaction/popover/popover.controls.directive.d.ts +1 -1
  231. package/lib/interaction/popover/popover.coordinator.service.d.ts +1 -1
  232. package/lib/interaction/popover/popover.d.ts +3 -3
  233. package/lib/interaction/popup/_popup.scss +1 -5
  234. package/lib/interaction/popup/abstract.popup.directive.d.ts +1 -1
  235. package/lib/interaction/popup/popup.component.d.ts +1 -1
  236. package/lib/interaction/popup/popup.coordinator.service.d.ts +1 -2
  237. package/lib/interaction/popup/popup.d.ts +1 -1
  238. package/lib/interaction/prompt/_prompt.scss +5 -6
  239. package/lib/interaction/prompt/prompt.confirm.d.ts +1 -1
  240. package/lib/interaction/prompt/prompt.confirm.directive.d.ts +3 -3
  241. package/lib/interaction/style/_style.scss +6 -5
  242. package/lib/layout/bar/_bar.scss +0 -5
  243. package/lib/layout/bar/bar.directive.d.ts +1 -1
  244. package/lib/layout/block/_block.scss +4 -4
  245. package/lib/layout/card/_card.scss +6 -4
  246. package/lib/layout/column/_column.scss +2 -7
  247. package/lib/layout/column/two/two.column.component.d.ts +1 -2
  248. package/lib/layout/column/two/two.column.context.directive.d.ts +1 -2
  249. package/lib/layout/column/two/two.column.full.left.directive.d.ts +2 -3
  250. package/lib/layout/column/two/two.column.store.d.ts +3 -3
  251. package/lib/layout/content/_content.scss +2 -9
  252. package/lib/layout/content/content.border.directive.d.ts +1 -1
  253. package/lib/layout/content/content.box.directive.d.ts +1 -1
  254. package/lib/layout/content/content.container.directive.d.ts +1 -1
  255. package/lib/layout/content/content.directive.d.ts +1 -1
  256. package/lib/layout/content/content.elevate.directive.d.ts +1 -1
  257. package/lib/layout/content/content.page.directive.d.ts +1 -1
  258. package/lib/layout/flag/_flag.scss +6 -4
  259. package/lib/layout/flex/_flex.scss +7 -8
  260. package/lib/layout/flex/flex.group.directive.d.ts +2 -2
  261. package/lib/layout/item/_item.scss +6 -4
  262. package/lib/layout/list/_list.scss +4 -8
  263. package/lib/layout/list/list.component.d.ts +5 -5
  264. package/lib/layout/list/list.directive.d.ts +6 -8
  265. package/lib/layout/list/list.view.d.ts +3 -3
  266. package/lib/layout/list/list.view.directive.d.ts +0 -1
  267. package/lib/layout/list/list.view.value.component.d.ts +2 -2
  268. package/lib/layout/list/list.view.value.d.ts +11 -11
  269. package/lib/layout/list/list.view.value.directive.d.ts +7 -7
  270. package/lib/layout/list/list.view.value.item.directive.d.ts +1 -1
  271. package/lib/layout/list/list.view.value.modifier.d.ts +7 -7
  272. package/lib/layout/list/list.view.value.modifier.directive.d.ts +2 -3
  273. package/lib/layout/list/list.view.value.modifier.ripple.directive.d.ts +6 -6
  274. package/lib/layout/list/list.view.value.selection.component.d.ts +2 -2
  275. package/lib/layout/list/list.wrapper.d.ts +4 -4
  276. package/lib/layout/section/_section.scss +7 -18
  277. package/lib/layout/section/section.header.component.d.ts +1 -1
  278. package/lib/layout/section/section.intro.component.d.ts +1 -2
  279. package/lib/layout/step/_step.scss +6 -4
  280. package/lib/layout/style/_style.scss +3 -7
  281. package/lib/layout/style/spacer.directive.d.ts +1 -1
  282. package/lib/layout/style/style.directive.d.ts +1 -1
  283. package/lib/layout/style/style.service.d.ts +1 -2
  284. package/lib/layout/style/style.set.directive.d.ts +1 -1
  285. package/lib/layout/text/_text.scss +0 -5
  286. package/lib/layout/text/icon.spacer.component.d.ts +1 -1
  287. package/lib/layout/text/text.chips.component.d.ts +2 -2
  288. package/lib/loading/basic-loading.component.d.ts +1 -2
  289. package/lib/loading/loading.action.directive.d.ts +1 -1
  290. package/lib/router/layout/anchor/_anchor.scss +8 -8
  291. package/lib/router/layout/anchor/anchor.component.d.ts +3 -3
  292. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +5 -5
  293. package/lib/router/layout/anchorlist/_anchorlist.scss +3 -9
  294. package/lib/router/layout/list/router.list.directive.d.ts +6 -6
  295. package/lib/router/layout/navbar/_navbar.scss +7 -5
  296. package/lib/router/layout/sidenav/_sidenav.scss +3 -6
  297. package/lib/router/provider/router.provider.config.d.ts +1 -1
  298. package/lib/router/provider/uirouter/anchor.component.d.ts +4 -0
  299. package/lib/screen/screen.service.d.ts +3 -3
  300. package/lib/style/_config.scss +43 -25
  301. package/lib/style/_core.scss +1 -1
  302. package/lib/style/_function.scss +0 -1
  303. package/lib/style/_mixin.scss +4 -7
  304. package/lib/style/_root-variables.scss +0 -2
  305. package/lib/style/_theming.scss +2 -12
  306. package/lib/style/_variables.scss +10 -3
  307. package/package.json +6 -5
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  *
7
7
  * Events/Keys to respond to should be lowercase.
8
8
  */
9
- export declare class DbxActionKeyTriggerDirective<T = any, O = any> {
9
+ export declare class DbxActionKeyTriggerDirective<T = unknown, O = unknown> {
10
10
  readonly source: DbxActionContextStoreSourceInstance<T, O>;
11
11
  inputKey: Maybe<string>;
12
12
  constructor(source: DbxActionContextStoreSourceInstance<T, O>);
@@ -2,20 +2,19 @@
2
2
 
3
3
  // MARK: Variables
4
4
 
5
-
6
5
  // MARK: Mixin
7
6
  @mixin core() {
8
-
9
7
  .dbx-action-snackbar {
10
8
  display: flex;
11
9
  align-items: center;
12
10
  }
13
-
14
11
  }
15
12
 
16
- @mixin color($theme-config) {}
13
+ @mixin color($theme-config) {
14
+ }
17
15
 
18
- @mixin typography($typography-config) {}
16
+ @mixin typography($typography-config) {
17
+ }
19
18
 
20
19
  @mixin theme($theme-config) {
21
20
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-action-snackbar') {
@@ -1,7 +1,6 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnInit, OnDestroy, AfterViewInit } from '@angular/core';
2
2
  import { LoadingStateType } from '@dereekb/rxjs';
3
3
  import { Observable } from 'rxjs';
4
- import { OnDestroy, AfterViewInit } from '@angular/core';
5
4
  import { MatSnackBarRef } from '@angular/material/snack-bar';
6
5
  import { Maybe } from '@dereekb/util';
7
6
  import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarActionConfig } from './action.snackbar';
@@ -16,12 +15,12 @@ export declare class DbxActionSnackbarComponent extends AbstractSubscriptionDire
16
15
  private _durationTimeout;
17
16
  private _actionRef;
18
17
  readonly value$: Observable<number>;
19
- readonly sourceInstance$: Observable<import("@dereekb/dbx-core").DbxActionContextStoreSourceInstance<any, any>>;
18
+ readonly sourceInstance$: Observable<import("@dereekb/dbx-core").DbxActionContextStoreSourceInstance<unknown, unknown>>;
20
19
  readonly complete$: Observable<boolean>;
21
20
  readonly loadingStateType$: Observable<LoadingStateType>;
22
21
  readonly snackbarStatusClass$: Observable<string>;
23
22
  readonly button: Maybe<string>;
24
- get action(): DbxActionSnackbarActionConfig | undefined;
23
+ get action(): DbxActionSnackbarActionConfig<unknown, unknown> | undefined;
25
24
  get hasAction(): boolean;
26
25
  get message(): Maybe<string>;
27
26
  get actionConfig(): Maybe<DbxActionSnackbarActionConfig>;
@@ -1,19 +1,19 @@
1
- import { MatSnackBarConfig } from "@angular/material/snack-bar";
2
- import { DbxActionContextSourceReference } from "@dereekb/dbx-core";
3
- import { LoadingState, LoadingStateType } from "@dereekb/rxjs";
4
- import { Maybe } from "@dereekb/util";
1
+ import { MatSnackBarConfig } from '@angular/material/snack-bar';
2
+ import { DbxActionContextSourceReference } from '@dereekb/dbx-core';
3
+ import { LoadingState, LoadingStateType } from '@dereekb/rxjs';
4
+ import { Maybe } from '@dereekb/util';
5
5
  export declare type DbxActionSnackbarType = string;
6
6
  export declare type DbxActionSnackbarKnownType = 'none' | 'create' | 'save' | 'delete' | 'merge' | 'send' | 'cancel' | 'restore' | 'refresh' | 'read' | 'unread';
7
7
  /**
8
8
  * ActionSnackbar event. Depending on the type, a value or error is also available.
9
9
  */
10
- export interface DbxActionSnackbarEvent<O = any> extends Omit<LoadingState<O>, 'loading'> {
10
+ export interface DbxActionSnackbarEvent<O = unknown> extends Omit<LoadingState<O>, 'loading'> {
11
11
  type: LoadingStateType;
12
12
  }
13
13
  /**
14
14
  * Configuration for the actual snackbar popup.
15
15
  */
16
- export interface DbxActionSnackbarDisplayConfig {
16
+ export interface DbxActionSnackbarDisplayConfig<T = unknown, O = unknown> {
17
17
  /**
18
18
  * Text to be shown on the close button. If action is defined, this is ignored and the action text is used.
19
19
  */
@@ -25,7 +25,7 @@ export interface DbxActionSnackbarDisplayConfig {
25
25
  /**
26
26
  * Additional action that can occur.
27
27
  */
28
- action?: DbxActionSnackbarActionConfig;
28
+ action?: DbxActionSnackbarActionConfig<T, O>;
29
29
  /**
30
30
  * MatSnackBar configuration
31
31
  */
@@ -34,7 +34,7 @@ export interface DbxActionSnackbarDisplayConfig {
34
34
  /**
35
35
  * Used for configuring an action on the snackbar component.
36
36
  */
37
- export interface DbxActionSnackbarActionConfig {
37
+ export interface DbxActionSnackbarActionConfig<T = unknown, O = unknown> {
38
38
  /**
39
39
  * Action label to display on the button.
40
40
  */
@@ -44,7 +44,7 @@ export interface DbxActionSnackbarActionConfig {
44
44
  *
45
45
  * The referred to action is used for triggering and lifecycle.
46
46
  */
47
- reference: DbxActionContextSourceReference;
47
+ reference: DbxActionContextSourceReference<T, O>;
48
48
  /**
49
49
  * Duration to show the action.
50
50
  */
@@ -8,18 +8,18 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Action directive that displays a snackbar when the action context hits a certain state.
10
10
  */
11
- export declare class DbxActionSnackbarDirective<T = any, O = any> extends AbstractSubscriptionDirective implements OnInit {
11
+ export declare class DbxActionSnackbarDirective<T = unknown, O = unknown> extends AbstractSubscriptionDirective implements OnInit {
12
12
  readonly source: DbxActionContextStoreSourceInstance<T, O>;
13
13
  readonly dbxActionSnackbarService: DbxActionSnackbarService;
14
14
  private _snackbarFunction?;
15
- get snackbarFunction(): Maybe<DbxActionSnackbarDisplayConfigGeneratorFunction<O>>;
16
- set snackbarFunction(snackbarFunction: Maybe<'' | DbxActionSnackbarDisplayConfigGeneratorFunction<O>>);
15
+ get snackbarFunction(): Maybe<DbxActionSnackbarDisplayConfigGeneratorFunction>;
16
+ set snackbarFunction(snackbarFunction: Maybe<'' | DbxActionSnackbarDisplayConfigGeneratorFunction>);
17
17
  dbxActionSnackbarDefault?: Maybe<DbxActionSnackbarType>;
18
- dbxActionSnackbarUndo?: DbxActionSnackbarGeneratorUndoInput;
18
+ dbxActionSnackbarUndo?: DbxActionSnackbarGeneratorUndoInput<T, O>;
19
19
  constructor(source: DbxActionContextStoreSourceInstance<T, O>, dbxActionSnackbarService: DbxActionSnackbarService);
20
20
  ngOnInit(): void;
21
- protected buildConfigurationForEvent(event: DbxActionSnackbarEvent): Maybe<DbxActionSnackbarDisplayConfig>;
22
- protected showSnackbarForConfiguration(config: DbxActionSnackbarDisplayConfig, event: DbxActionSnackbarEvent): void;
21
+ protected buildConfigurationForEvent(event: DbxActionSnackbarEvent<O>): Maybe<DbxActionSnackbarDisplayConfig<T, O>>;
22
+ protected showSnackbarForConfiguration(config: DbxActionSnackbarDisplayConfig<T, O>, event: DbxActionSnackbarEvent<O>): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSnackbarDirective<any, any>, [{ host: true; }, null]>;
24
24
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionSnackbarDirective<any, any>, "[dbxActionSnackbar]", never, { "snackbarFunction": "dbxActionSnackbar"; "dbxActionSnackbarDefault": "dbxActionSnackbarDefault"; "dbxActionSnackbarUndo": "dbxActionSnackbarUndo"; }, {}, never>;
25
25
  }
@@ -1,16 +1,16 @@
1
- import { DbxActionContextSourceReference } from "@dereekb/dbx-core";
2
- import { Milliseconds, Maybe, GetterOrValue, Getter } from "@dereekb/util";
3
- import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarEvent } from "./action.snackbar";
4
- export interface DbxActionSnackbarGeneratorInput<O = any> {
1
+ import { DbxActionContextSourceReference } from '@dereekb/dbx-core';
2
+ import { Milliseconds, Maybe, GetterOrValue, Getter } from '@dereekb/util';
3
+ import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarEvent } from './action.snackbar';
4
+ export interface DbxActionSnackbarGeneratorInput<T = unknown, O = unknown> {
5
5
  event: DbxActionSnackbarEvent<O>;
6
- undo?: Maybe<DbxActionSnackbarGeneratorUndoInput>;
6
+ undo?: Maybe<DbxActionSnackbarGeneratorUndoInput<T, O>>;
7
7
  }
8
- export declare type DbxActionSnackbarGeneratorUndoInput = DbxActionSnackbarGeneratorUndoInputConfig | Getter<DbxActionContextSourceReference>;
9
- export interface DbxActionSnackbarGeneratorUndoInputConfig {
8
+ export declare type DbxActionSnackbarGeneratorUndoInput<T = unknown, O = unknown> = Getter<DbxActionContextSourceReference<T, O>> | DbxActionSnackbarGeneratorUndoInputConfig<T, O>;
9
+ export interface DbxActionSnackbarGeneratorUndoInputConfig<T = unknown, O = unknown> {
10
10
  duration?: Milliseconds;
11
- getUndoAction: Getter<DbxActionContextSourceReference>;
11
+ getUndoAction: Getter<DbxActionContextSourceReference<T, O>>;
12
12
  }
13
- export declare type DbxActionSnackbarDisplayConfigGeneratorFunction<O = any> = (input: DbxActionSnackbarGeneratorInput<O>) => Maybe<DbxActionSnackbarDisplayConfig>;
13
+ export declare type DbxActionSnackbarDisplayConfigGeneratorFunction = <T = unknown, O = unknown>(input: DbxActionSnackbarGeneratorInput<T, O>) => Maybe<DbxActionSnackbarDisplayConfig<T, O>>;
14
14
  export interface DbxMakeActionSnackbarGeneratorConfiguration {
15
15
  idle?: GetterOrValue<DbxMakeActionSnackbarGeneratorEventConfiguration>;
16
16
  loading?: GetterOrValue<DbxMakeActionSnackbarGeneratorEventConfiguration>;
@@ -29,4 +29,4 @@ export interface DbxMakeActionSnackbarGeneratorEventConfiguration extends Omit<D
29
29
  * @param config
30
30
  * @returns
31
31
  */
32
- export declare function makeDbxActionSnackbarDisplayConfigGeneratorFunction<O = any>(config: DbxMakeActionSnackbarGeneratorConfiguration): DbxActionSnackbarDisplayConfigGeneratorFunction<O>;
32
+ export declare function makeDbxActionSnackbarDisplayConfigGeneratorFunction(config: DbxMakeActionSnackbarGeneratorConfiguration): DbxActionSnackbarDisplayConfigGeneratorFunction;
@@ -1,16 +1,16 @@
1
1
  import { DbxActionSnackbarComponent } from './action.snackbar.component';
2
- import { InjectionToken, Type } from "@angular/core";
3
- import { MatSnackBar, MatSnackBarConfig, MatSnackBarRef } from "@angular/material/snack-bar";
4
- import { Milliseconds, Maybe } from "@dereekb/util";
5
- import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarType } from "./action.snackbar";
6
- import { DbxActionSnackbarGeneratorInput, DbxMakeActionSnackbarGeneratorConfiguration } from "./action.snackbar.generator";
2
+ import { InjectionToken, Type } from '@angular/core';
3
+ import { MatSnackBar, MatSnackBarConfig, MatSnackBarRef } from '@angular/material/snack-bar';
4
+ import { Milliseconds, Maybe } from '@dereekb/util';
5
+ import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarType } from './action.snackbar';
6
+ import { DbxActionSnackbarGeneratorInput, DbxMakeActionSnackbarGeneratorConfiguration } from './action.snackbar.generator';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare const DBX_ACTION_SNACKBAR_SERVICE_CONFIG: InjectionToken<unknown>;
9
9
  export declare const DEFAULT_SNACKBAR_DIRECTIVE_DURATION: number;
10
10
  export interface DbxActionSnackbarEventMakeConfig {
11
11
  [key: string]: DbxMakeActionSnackbarGeneratorConfiguration;
12
12
  }
13
- export interface DbxActionSnackbarServiceConfig<C = any> {
13
+ export interface DbxActionSnackbarServiceConfig<C = unknown> {
14
14
  readonly componentClass: Type<C>;
15
15
  readonly snackbar?: Pick<MatSnackBarConfig, 'horizontalPosition' | 'verticalPosition'>;
16
16
  readonly defaultDuration?: Milliseconds;
@@ -32,8 +32,8 @@ export declare class DbxActionSnackbarService<C = DbxActionSnackbarComponent> {
32
32
  * @param config
33
33
  * @returns
34
34
  */
35
- openSnackbar(config: DbxActionSnackbarDisplayConfig): MatSnackBarRef<C>;
36
- generateDisplayConfig(type: Maybe<DbxActionSnackbarType>, input: DbxActionSnackbarGeneratorInput): Maybe<DbxActionSnackbarDisplayConfig>;
35
+ openSnackbar<T = unknown, O = unknown>(config: DbxActionSnackbarDisplayConfig<T, O>): MatSnackBarRef<C>;
36
+ generateDisplayConfig<T = unknown, O = unknown>(type: Maybe<DbxActionSnackbarType>, input: DbxActionSnackbarGeneratorInput<T, O>): Maybe<DbxActionSnackbarDisplayConfig<T, O>>;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSnackbarService<any>, [null, { optional: true; }]>;
38
38
  static ɵprov: i0.ɵɵInjectableDeclaration<DbxActionSnackbarService<any>>;
39
39
  }
@@ -5,7 +5,6 @@ $button-spacer-width: 6px;
5
5
 
6
6
  // MARK: Mixin
7
7
  @mixin core() {
8
-
9
8
  .dbx-wide-button {
10
9
  .dbx-button {
11
10
  min-width: 120px;
@@ -30,12 +29,13 @@ $button-spacer-width: 6px;
30
29
  // mat-spinners marked with dbx-spinner-custom should allow the stroke to be inherited.
31
30
  stroke: unset !important;
32
31
  }
33
-
34
32
  }
35
33
 
36
- @mixin color($theme-config) {}
34
+ @mixin color($theme-config) {
35
+ }
37
36
 
38
- @mixin typography($typography-config) {}
37
+ @mixin typography($typography-config) {
38
+ }
39
39
 
40
40
  @mixin theme($theme-config) {
41
41
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-button') {
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class DbxButtonSpacerDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxButtonSpacerDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxButtonSpacerDirective, "dbx-button-spacer,dbxButtonSpacer", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxButtonSpacerDirective, "dbx-button-spacer,[dbxButtonSpacer]", never, {}, {}, never>;
8
8
  }
@@ -7,7 +7,7 @@
7
7
  width: 100%;
8
8
  }
9
9
  .bar {
10
- position:absolute;
10
+ position: absolute;
11
11
  top: 0;
12
12
  left: 0;
13
13
  }
@@ -1,8 +1,7 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, OnDestroy, OnInit, EventEmitter } from '@angular/core';
2
2
  import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
3
3
  import { Maybe } from '@dereekb/util';
4
4
  import { Observable } from 'rxjs';
5
- import { EventEmitter } from '@angular/core';
6
5
  import { DbxProgressButtonGlobalConfig, DbxProgressButtonOptions } from './button.progress.config';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare abstract class AbstractProgressButtonDirective extends AbstractSubscriptionDirective implements OnInit, OnDestroy {
@@ -20,10 +19,10 @@ export declare abstract class AbstractProgressButtonDirective extends AbstractSu
20
19
  ngOnInit(): void;
21
20
  ngOnDestroy(): void;
22
21
  handleClick(event: MouseEvent): void;
23
- get options(): DbxProgressButtonOptions;
24
22
  get customSpinnerStyle(): {
25
23
  stroke: string;
26
24
  } | undefined;
25
+ get options(): DbxProgressButtonOptions;
27
26
  set options(options: DbxProgressButtonOptions);
28
27
  set buttonId(buttonId: string);
29
28
  /**
@@ -26,7 +26,7 @@ export interface DbxProgressButtonOptions {
26
26
  icon?: DbxProgressButtonIcon;
27
27
  type?: string;
28
28
  customStyle?: {
29
- [key: string]: any;
29
+ [key: string]: string;
30
30
  };
31
31
  customClass?: string;
32
32
  /**
@@ -5,7 +5,7 @@
5
5
  cursor: not-allowed;
6
6
  }
7
7
  & ::ng-deep .mat-button-wrapper {
8
- display:flex;
8
+ display: flex;
9
9
  align-items: center;
10
10
  justify-content: center;
11
11
  }
@@ -15,22 +15,22 @@
15
15
  .spinner {
16
16
  position: absolute;
17
17
  // top: 25%;
18
- opacity:0;
19
- transition: opacity .3s ease-in-out;
18
+ opacity: 0;
19
+ transition: opacity 0.3s ease-in-out;
20
20
  &.working {
21
21
  opacity: 1;
22
22
  }
23
23
  }
24
24
  .button-text {
25
25
  opacity: 1;
26
- transition: opacity .3s ease-in-out;
26
+ transition: opacity 0.3s ease-in-out;
27
27
  &.working {
28
28
  opacity: 0;
29
29
  }
30
30
  }
31
31
  mat-icon.mat-button-icon {
32
32
  padding-right: 5px;
33
- transition: opacity .3s ease-in-out;
33
+ transition: opacity 0.3s ease-in-out;
34
34
  &.is-mat-icon {
35
35
  font-size: 18px;
36
36
  position: relative;
@@ -2,13 +2,15 @@
2
2
 
3
3
  // MARK: Variables
4
4
 
5
-
6
5
  // MARK: Mixin
7
- @mixin core() {}
6
+ @mixin core() {
7
+ }
8
8
 
9
- @mixin color($theme-config) {}
9
+ @mixin color($theme-config) {
10
+ }
10
11
 
11
- @mixin typography($typography-config) {}
12
+ @mixin typography($typography-config) {
13
+ }
12
14
 
13
15
  @mixin theme($theme-config) {
14
16
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-error') {
@@ -3,11 +3,11 @@ import { ServerError, ServerErrorResponse } from '@dereekb/util';
3
3
  /**
4
4
  * Converts the error response to a POJO.
5
5
  */
6
- export declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse | any): ServerError;
6
+ export declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse | object): ServerError;
7
7
  /**
8
8
  * Converts an HTTP Error Response to a ServerErrorResponse type.
9
9
  *
10
10
  * @param error
11
11
  * @returns
12
12
  */
13
- export declare function convertToServerErrorResponse(error: HttpErrorResponse | any): ServerErrorResponse | undefined;
13
+ export declare function convertToServerErrorResponse(error: HttpErrorResponse | object): ServerErrorResponse | undefined;
@@ -1,5 +1,4 @@
1
- import { Maybe } from '@dereekb/util';
2
- import { ErrorInput, ReadableError } from '@dereekb/util';
1
+ import { Maybe, ErrorInput, ReadableError } from '@dereekb/util';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Basic error component.
@@ -7,7 +6,7 @@ import * as i0 from "@angular/core";
7
6
  export declare class DbxReadableErrorComponent {
8
7
  private _error?;
9
8
  get error(): Maybe<ReadableError>;
10
- set error(error: Maybe<ErrorInput | ReadableError>);
9
+ set error(error: Maybe<ErrorInput>);
11
10
  get message(): Maybe<string>;
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxReadableErrorComponent, never>;
13
12
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxReadableErrorComponent, "dbx-error", never, { "error": "error"; }, {}, never, never>;
@@ -1,5 +1,5 @@
1
1
  import { HttpErrorResponse } from '@angular/common/http';
2
- import { OperatorFunction } from 'rxjs';
2
+ import { MonoTypeOperatorFunction } from 'rxjs';
3
3
  import { ActionCreator, TypedAction } from '@ngrx/store/src/models';
4
4
  import { ServerError } from '@dereekb/util';
5
5
  export interface ServerErrorParams {
@@ -8,8 +8,8 @@ export interface ServerErrorParams {
8
8
  /**
9
9
  * Converts the error response to ServerErrorParams.
10
10
  */
11
- export declare function convertServerErrorParams(httpError: HttpErrorResponse | any): ServerErrorParams;
11
+ export declare function convertServerErrorParams(httpError: HttpErrorResponse | object): ServerErrorParams;
12
12
  /**
13
13
  * Catches error server params and feeds them to an action that takes ServerErrorParams as a prop.
14
14
  */
15
- export declare function catchErrorServerParams<E extends ServerErrorParams, T extends string>(action: ActionCreator<T, (props: E) => E & TypedAction<T>>, mapError?: (error: ServerErrorParams) => E): OperatorFunction<HttpErrorResponse | any, E & TypedAction<T>>;
15
+ export declare function catchErrorServerParams<E extends ServerErrorParams, T extends string>(action: ActionCreator<T, (props: E) => E & TypedAction<T>>, mapError?: (error: ServerErrorParams) => E): MonoTypeOperatorFunction<E & TypedAction<T>>;
@@ -6,9 +6,7 @@ $max-dialog-width: 90vw;
6
6
 
7
7
  // MARK: Mixin
8
8
  @mixin core() {
9
-
10
9
  .dbx-dialog-content {
11
-
12
10
  &.normal-dialog-content {
13
11
  width: $dialog-width;
14
12
  min-width: $dialog-width;
@@ -17,14 +15,14 @@ $max-dialog-width: 90vw;
17
15
  &.wide-dialog-content {
18
16
  width: $max-dialog-width;
19
17
  }
20
-
21
18
  }
22
-
23
19
  }
24
20
 
25
- @mixin color($theme-config) {}
21
+ @mixin color($theme-config) {
22
+ }
26
23
 
27
- @mixin typography($typography-config) {}
24
+ @mixin typography($typography-config) {
25
+ }
28
26
 
29
27
  @mixin theme($theme-config) {
30
28
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-dialog') {
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Abstract dialog component that closes when a transition is successful.
7
7
  */
8
- export declare abstract class AbstractDialogDirective<R = any, D = any, T = any> extends AbstractTransitionWatcherDirective {
8
+ export declare abstract class AbstractDialogDirective<R = unknown, D = unknown, T = unknown> extends AbstractTransitionWatcherDirective {
9
9
  readonly data: D;
10
10
  readonly dialogRef: MatDialogRef<T, R>;
11
11
  constructor(data: D, dialogRef: MatDialogRef<T, R>, dbxRouterTransitionService: DbxRouterTransitionService, ngZone: NgZone);
@@ -5,17 +5,17 @@ import { IsModifiedFunction } from '@dereekb/rxjs';
5
5
  import { Maybe } from '@dereekb/util';
6
6
  import { MatDialogRef } from '@angular/material/dialog';
7
7
  import * as i0 from "@angular/core";
8
- export declare type DbxActionDialogFunction<T = any> = () => MatDialogRef<any, Maybe<T>>;
8
+ export declare type DbxActionDialogFunction<T = unknown> = () => MatDialogRef<unknown, Maybe<T>>;
9
9
  /**
10
10
  * Action directive that is used to trigger/display a dialog, then watches that dialog for a value.
11
11
  */
12
- export declare class DbxActionDialogDirective<T = any> extends AbstractDbxActionValueOnTriggerDirective<T> implements OnInit, OnDestroy {
12
+ export declare class DbxActionDialogDirective<T = unknown> extends AbstractDbxActionValueOnTriggerDirective<T> implements OnInit, OnDestroy {
13
13
  readonly elementRef: ElementRef;
14
14
  fn?: DbxActionDialogFunction<T>;
15
15
  set dbxActionDialogModified(isModifiedFunction: Maybe<IsModifiedFunction>);
16
- constructor(elementRef: ElementRef, source: DbxActionContextStoreSourceInstance<T, any>);
16
+ constructor(elementRef: ElementRef, source: DbxActionContextStoreSourceInstance<T, unknown>);
17
17
  protected _getDataFromDialog(): Observable<Maybe<T>>;
18
- protected _makeDialogRef(): MatDialogRef<any, Maybe<T>>;
18
+ protected _makeDialogRef(): MatDialogRef<unknown, Maybe<T>>;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionDialogDirective<any>, never>;
20
20
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDialogDirective<any>, "[dbxActionDialog]", ["dbxActionDialog"], { "fn": "dbxActionDialog"; "dbxActionDialogModified": "dbxActionDialogModified"; }, {}, never>;
21
21
  }
@@ -6,5 +6,5 @@ export declare type DbxDialogContentContainerWidth = 'normal' | 'wide';
6
6
  export declare class DbxDialogContentDirective {
7
7
  width: string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxDialogContentDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxDialogContentDirective, "dbx-dialog-content,.dbx-dialog-content", never, { "width": "width"; }, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxDialogContentDirective, "dbx-dialog-content,[dbxDialogContent].dbx-dialog-content", never, { "width": "width"; }, {}, never>;
10
10
  }
@@ -3,11 +3,14 @@
3
3
  // MARK: Variables
4
4
 
5
5
  // MARK: Mixin
6
- @mixin core() {}
6
+ @mixin core() {
7
+ }
7
8
 
8
- @mixin color($theme-config) {}
9
+ @mixin color($theme-config) {
10
+ }
9
11
 
10
- @mixin typography($typography-config) {}
12
+ @mixin typography($typography-config) {
13
+ }
11
14
 
12
15
  @mixin theme($theme-config) {
13
16
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-filter') {
@@ -1,7 +1,7 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { AbstractFilterPopoverButtonDirective } from './filter.popover.button.directive';
3
3
  import * as i0 from "@angular/core";
4
- export declare class DbxFilterPopoverButtonComponent<F = any> extends AbstractFilterPopoverButtonDirective<F> {
4
+ export declare class DbxFilterPopoverButtonComponent<F = object> extends AbstractFilterPopoverButtonDirective<F> {
5
5
  buttonElement: ElementRef;
6
6
  showFilterPopover(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterPopoverButtonComponent<any>, never>;
@@ -3,8 +3,7 @@ import { DbxPopoverService } from '../popover/popover.service';
3
3
  import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
4
4
  import { DbxFilterComponentParams } from './filter.popover.component';
5
5
  import * as i0 from "@angular/core";
6
- export interface DbxFilterButtonConfig<F> extends DbxFilterComponentParams<F> {
7
- }
6
+ export declare type DbxFilterButtonConfig<F> = DbxFilterComponentParams<F>;
8
7
  export declare abstract class AbstractFilterPopoverButtonDirective<F> extends AbstractSubscriptionDirective {
9
8
  private readonly popupService;
10
9
  config?: DbxFilterButtonConfig<F>;
@@ -1,5 +1,5 @@
1
1
  import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
2
- import { ElementRef, Type, OnInit } from '@angular/core';
2
+ import { ElementRef, Type, OnInit, OnDestroy } from '@angular/core';
3
3
  import { NgPopoverRef } from 'ng-overlay-container';
4
4
  import { Observable } from 'rxjs';
5
5
  import { AbstractPopoverDirective } from '../popover/abstract.popover.directive';
@@ -8,7 +8,7 @@ import { DbxPopoverService } from '../popover/popover.service';
8
8
  import { FilterSource, FilterSourceConnector, PresetFilterSource } from '@dereekb/rxjs';
9
9
  import { DbxPopoverKey } from '../popover/popover';
10
10
  import * as i0 from "@angular/core";
11
- export interface DbxFilterComponentParams<F = any> {
11
+ export interface DbxFilterComponentParams<F = object> {
12
12
  /**
13
13
  * Custom filter component to initialize.
14
14
  */
@@ -26,23 +26,23 @@ export interface DbxFilterComponentParams<F = any> {
26
26
  */
27
27
  initialFilterObs?: Observable<F>;
28
28
  }
29
- export interface DbxFilterPopoverComponentParams<F = any> extends DbxFilterComponentParams<F> {
29
+ export interface DbxFilterPopoverComponentParams<F = object> extends DbxFilterComponentParams<F> {
30
30
  /**
31
31
  * Origin to add the popover to.
32
32
  */
33
33
  origin: ElementRef;
34
34
  }
35
35
  export declare const DEFAULT_FILTER_POPOVER_KEY = "filter";
36
- export declare class DbxFilterPopoverComponent<F> extends AbstractPopoverDirective implements OnInit {
36
+ export declare class DbxFilterPopoverComponent<F> extends AbstractPopoverDirective<unknown, DbxFilterComponentParams<F>> implements OnInit, OnDestroy {
37
37
  /**
38
38
  * Whether or not to display buttons to toggle between custom and preset filters.
39
39
  */
40
40
  readonly showSwitchButtons: boolean;
41
41
  private _showPreset;
42
42
  readonly showPreset$: Observable<boolean>;
43
- readonly config$: Observable<DbxInjectionComponentConfig>;
43
+ readonly config$: Observable<DbxInjectionComponentConfig<FilterSource<F>>>;
44
44
  static openPopover<F>(popupService: DbxPopoverService, { origin, initialFilterObs: inputSource, connector, customFilterComponentClass, presetFilterComponentClass }: DbxFilterPopoverComponentParams<F>, popoverKey?: DbxPopoverKey): NgPopoverRef;
45
- constructor(popover: DbxPopoverComponent);
45
+ constructor(popover: DbxPopoverComponent<unknown, DbxFilterComponentParams<F>>);
46
46
  get config(): DbxFilterComponentParams<F>;
47
47
  ngOnInit(): void;
48
48
  ngOnDestroy(): void;
@@ -7,7 +7,6 @@ $dbx-popover-header-height: 48px;
7
7
 
8
8
  // MARK: Mixin
9
9
  @mixin core() {
10
-
11
10
  .dbx-popover-content,
12
11
  .dbx-popover-component {
13
12
  height: 100%;
@@ -72,12 +71,10 @@ $dbx-popover-header-height: 48px;
72
71
  &.popover-has-controls-and-header {
73
72
  @include fillPopoverContentHeight(1, 1);
74
73
  }
75
-
76
74
  }
77
75
  }
78
76
 
79
77
  @mixin color($theme-config) {
80
-
81
78
  .dbx-popover-header {
82
79
  .dbx-popover-header-content {
83
80
  @include theming.if-small-screen($theme-config) {
@@ -85,10 +82,10 @@ $dbx-popover-header-height: 48px;
85
82
  }
86
83
  }
87
84
  }
88
-
89
85
  }
90
86
 
91
- @mixin typography($typography-config) {}
87
+ @mixin typography($typography-config) {
88
+ }
92
89
 
93
90
  @mixin theme($theme-config) {
94
91
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-popover') {
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Abstract popover directive.
5
5
  */
6
- export declare abstract class AbstractPopoverDirective<O = any, I = any, T = any> {
6
+ export declare abstract class AbstractPopoverDirective<O = unknown, I = unknown, T = unknown> {
7
7
  readonly popover: DbxPopoverComponent<O, I, T>;
8
8
  constructor(popover: DbxPopoverComponent<O, I, T>);
9
9
  close(): void;
@@ -1,12 +1,11 @@
1
- import { OnDestroy } from '@angular/core';
1
+ import { OnDestroy, EventEmitter } from '@angular/core';
2
2
  import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
3
- import { EventEmitter } from '@angular/core';
4
3
  import { NgPopoverCloseEvent, NgPopoverRef } from 'ng-overlay-container';
5
4
  import * as i0 from "@angular/core";
6
5
  /**
7
6
  * Abstract class for showing and handling a popover ref.
8
7
  */
9
- export declare abstract class AbstractPopoverRefDirective<T = any, R = any> extends AbstractSubscriptionDirective {
8
+ export declare abstract class AbstractPopoverRefDirective<T = unknown, R = unknown> extends AbstractSubscriptionDirective {
10
9
  private _popoverRef?;
11
10
  showPopover(): void;
12
11
  private _showPopoverRef;
@@ -19,7 +18,7 @@ export declare abstract class AbstractPopoverRefDirective<T = any, R = any> exte
19
18
  /**
20
19
  * {@link AbstractPopoverRefDirective} extension that includes open/closed events.
21
20
  */
22
- export declare abstract class AbstractPopoverRefWithEventsDirective<T = any, R = any> extends AbstractPopoverRefDirective<T, R> implements OnDestroy {
21
+ export declare abstract class AbstractPopoverRefWithEventsDirective<T = unknown, R = unknown> extends AbstractPopoverRefDirective<T, R> implements OnDestroy {
23
22
  readonly popoverOpened: EventEmitter<NgPopoverRef<T, R>>;
24
23
  readonly popoverClosed: EventEmitter<NgPopoverCloseEvent<R>>;
25
24
  ngOnDestroy(): void;