@dereekb/dbx-web 4.0.1 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -8,17 +8,17 @@ import * as i0 from "@angular/core";
8
8
  export interface DbxActionPopoverFunctionParams {
9
9
  origin: ElementRef;
10
10
  }
11
- export declare type DbxActionPopoverFunction<T = any> = (params: DbxActionPopoverFunctionParams) => NgPopoverRef<any, Maybe<T>>;
11
+ export declare type DbxActionPopoverFunction<T = unknown> = (params: DbxActionPopoverFunctionParams) => NgPopoverRef<unknown, Maybe<T>>;
12
12
  /**
13
13
  * Action directive that is used to trigger/display a popover, then watches that popover for a value.
14
14
  */
15
- export declare class DbxActionPopoverDirective<T = any> extends AbstractDbxActionValueOnTriggerDirective<T> implements OnInit, OnDestroy {
15
+ export declare class DbxActionPopoverDirective<T = unknown> extends AbstractDbxActionValueOnTriggerDirective<T> implements OnInit, OnDestroy {
16
16
  readonly elementRef: ElementRef;
17
17
  fn?: DbxActionPopoverFunction<T>;
18
18
  set dbxActionPopoverModified(isModifiedFunction: Maybe<IsModifiedFunction>);
19
- constructor(elementRef: ElementRef, source: DbxActionContextStoreSourceInstance<T, any>);
19
+ constructor(elementRef: ElementRef, source: DbxActionContextStoreSourceInstance<T, unknown>);
20
20
  protected _getDataFromPopover(): Observable<Maybe<T>>;
21
- protected _makePopoverRef(): NgPopoverRef<any, Maybe<T>>;
21
+ protected _makePopoverRef(): NgPopoverRef<unknown, Maybe<T>>;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionPopoverDirective<any>, never>;
23
23
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionPopoverDirective<any>, "[dbxActionPopover]", ["dbxActionPopover"], { "fn": "dbxActionPopover"; "dbxActionPopoverModified": "dbxActionPopoverModified"; }, {}, never>;
24
24
  }
@@ -46,7 +46,7 @@ export interface FullDbxPopoverComponentConfig<O, I, T> extends DbxPopoverCompon
46
46
  /**
47
47
  * Popover component.
48
48
  */
49
- export declare class DbxPopoverComponent<O = any, I = any, T = any> extends AbstractTransitionWatcherDirective implements DbxPopoverController<O, I>, OnInit, OnDestroy {
49
+ export declare class DbxPopoverComponent<O = unknown, I = unknown, T = unknown> extends AbstractTransitionWatcherDirective implements DbxPopoverController<O, I>, OnInit, OnDestroy {
50
50
  private popoverRef;
51
51
  private compactContextState;
52
52
  readonly lockSet: LockSet;
@@ -67,7 +67,7 @@ export declare class DbxPopoverComponent<O = any, I = any, T = any> extends Abst
67
67
  protected updateForSuccessfulTransition(): void;
68
68
  close(): void;
69
69
  return(value?: O): void;
70
- handleKeydown(key: KeyboardEvent): void;
70
+ handleKeydown(): void;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverComponent<any, any, any>, never>;
72
72
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverComponent<any, any, any>, "ng-component", never, {}, {}, never, never>;
73
73
  }
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
6
6
  export declare class DbxPopoverControlsDirective {
7
7
  constructor(appPopoverContentComponent: DbxPopoverContentComponent);
8
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>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPopoverControlsDirective, "dbx-popover-controls,[dbxPopoverControls],.dbx-popover-controls", never, {}, {}, never>;
10
10
  }
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class DbxPopoverCoordinatorService implements OnDestroy {
8
8
  private _popovers;
9
- readonly popovers$: import("rxjs").Observable<Map<string, DbxPopoverController<any, any>>>;
9
+ readonly popovers$: import("rxjs").Observable<Map<string, DbxPopoverController<unknown, unknown>>>;
10
10
  ngOnDestroy(): void;
11
11
  get popovers(): Map<DbxPopoverKey, DbxPopoverController>;
12
12
  addPopover(popover: DbxPopoverController): void;
@@ -1,7 +1,7 @@
1
- import { Maybe } from "@dereekb/util";
2
- import { Observable } from "rxjs";
1
+ import { Maybe } from '@dereekb/util';
2
+ import { Observable } from 'rxjs';
3
3
  export declare type DbxPopoverKey = string;
4
- export declare abstract class DbxPopoverController<O = any, I = any> {
4
+ export declare abstract class DbxPopoverController<O = unknown, I = unknown> {
5
5
  abstract readonly key: DbxPopoverKey;
6
6
  abstract readonly data?: Maybe<I>;
7
7
  abstract readonly closing$: Observable<boolean>;
@@ -13,7 +13,6 @@ $dbx-popup-border-radius: 4px;
13
13
 
14
14
  // MARK: Mixin
15
15
  @mixin core() {
16
-
17
16
  .dbx-popup-content {
18
17
  box-sizing: border-box;
19
18
  overflow: hidden;
@@ -21,7 +20,7 @@ $dbx-popup-border-radius: 4px;
21
20
  }
22
21
 
23
22
  .dbx-popup-content-container {
24
- max-height: calc(theming.$app-height - #{ $dbx-popup-controls-height });
23
+ max-height: calc(theming.$app-height - #{$dbx-popup-controls-height});
25
24
  padding: $dbx-popup-content-padding;
26
25
  padding-top: $dbx-popup-content-padding-top;
27
26
  overflow: auto;
@@ -43,7 +42,6 @@ $dbx-popup-border-radius: 4px;
43
42
  display: inline-block;
44
43
  text-align: right;
45
44
  }
46
-
47
45
  }
48
46
 
49
47
  @mixin color($theme-config) {
@@ -59,11 +57,9 @@ $dbx-popup-border-radius: 4px;
59
57
  }
60
58
 
61
59
  @mixin typography($typography-config) {
62
-
63
60
  .dbx-popup-controls-header {
64
61
  @include theming.limit-text();
65
62
  }
66
-
67
63
  }
68
64
 
69
65
  @mixin theme($theme-config) {
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Abstract popup directive.
5
5
  */
6
- export declare abstract class AbstractPopupDirective<O = any, I = any, T = any> {
6
+ export declare abstract class AbstractPopupDirective<O = unknown, I = unknown, T = unknown> {
7
7
  readonly popup: DbxPopupComponent<O, I, T>;
8
8
  constructor(popup: DbxPopupComponent<O, I, T>);
9
9
  closePopup(): void;
@@ -30,7 +30,7 @@ export interface DbxPopupComponentConfig<O, I, T> {
30
30
  /**
31
31
  * Popup component.
32
32
  */
33
- export declare class DbxPopupComponent<O = any, I = any, T = any> extends AbstractTransitionWatcherDirective implements DbxPopupController<O, I>, OnDestroy {
33
+ export declare class DbxPopupComponent<O = unknown, I = unknown, T = unknown> extends AbstractTransitionWatcherDirective implements DbxPopupController<O, I>, OnDestroy {
34
34
  private popoverRef;
35
35
  private compactContextState;
36
36
  private _position;
@@ -6,8 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class DbxPopupCoordinatorService implements OnDestroy {
8
8
  private _popups;
9
- readonly popups$: import("rxjs").Observable<Map<string, DbxPopupController<any, any>>>;
10
- constructor();
9
+ readonly popups$: import("rxjs").Observable<Map<string, DbxPopupController<unknown, unknown>>>;
11
10
  ngOnDestroy(): void;
12
11
  get popups(): Map<DbxPopupKey, DbxPopupController>;
13
12
  addPopup(popup: DbxPopupController): void;
@@ -6,7 +6,7 @@ export declare enum DbxPopupWindowState {
6
6
  MINIMIZED = "minimized",
7
7
  FULLSCREEN = "fullscreen"
8
8
  }
9
- export declare abstract class DbxPopupController<O = any, I = any> {
9
+ export declare abstract class DbxPopupController<O = unknown, I = unknown> {
10
10
  abstract readonly key: DbxPopupKey;
11
11
  abstract readonly data?: Maybe<I>;
12
12
  abstract readonly windowState$: Observable<DbxPopupWindowState>;
@@ -6,10 +6,9 @@ $dbx-popup-controls-height: 33px;
6
6
 
7
7
  // MARK: Mixin
8
8
  @mixin core() {
9
-
10
9
  .dbx-prompt-page {
11
10
  .dbx-prompt-page-content-wrap {
12
- padding-top: calc(theming.$app-height * .2)
11
+ padding-top: calc(theming.$app-height * 0.2);
13
12
  }
14
13
  }
15
14
 
@@ -21,14 +20,14 @@ $dbx-popup-controls-height: 33px;
21
20
  &.elevated {
22
21
  @include theming.elevation(2);
23
22
  }
24
-
25
23
  }
26
-
27
24
  }
28
25
 
29
- @mixin color($theme-config) {}
26
+ @mixin color($theme-config) {
27
+ }
30
28
 
31
- @mixin typography($typography-config) {}
29
+ @mixin typography($typography-config) {
30
+ }
32
31
 
33
32
  @mixin theme($theme-config) {
34
33
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-prompt') {
@@ -4,4 +4,4 @@ import { Observable } from 'rxjs';
4
4
  export declare abstract class DbxPromptConfirm {
5
5
  abstract showDialog(): Observable<Maybe<boolean>>;
6
6
  }
7
- export declare function ProvideDbxPromptConfirm<S>(sourceType: Type<S>): Provider[];
7
+ export declare function provideDbxPromptConfirm<S extends DbxPromptConfirm>(sourceType: Type<S>): Provider[];
@@ -20,9 +20,9 @@ export declare abstract class AbstractPromptConfirmDirective implements DbxPromp
20
20
  /**
21
21
  * Directive that shows a confirmation screen.
22
22
  */
23
- export declare class DbxPromptConfirmDirective<T, O> extends AbstractPromptConfirmDirective {
23
+ export declare class DbxPromptConfirmDirective extends AbstractPromptConfirmDirective {
24
24
  config?: DbxPromptConfirmConfig;
25
25
  constructor(dialog: MatDialog);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmDirective<any, any>, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmDirective<any, any>, "[dbxPromptConfirm]", never, { "config": "dbxPromptConfirm"; }, {}, never>;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmDirective, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmDirective, "[dbxPromptConfirm]", never, { "config": "dbxPromptConfirm"; }, {}, never>;
28
28
  }
@@ -5,11 +5,9 @@
5
5
 
6
6
  // Sections
7
7
  @mixin core() {
8
-
9
8
  .cdk-overlay-pane .mat-menu-panel {
10
9
  max-width: 90vw;
11
10
  }
12
-
13
11
  }
14
12
 
15
13
  @mixin color($theme-config) {
@@ -18,7 +16,10 @@
18
16
  $foreground: map.get($color-config, 'foreground');
19
17
  $cdk-background-color: theming.get-color-from-palette($background, 'background');
20
18
  $cdk-text-color: theming.get-color-from-palette($foreground, 'text');
21
- $cdk-border-color: color.adjust($color: $cdk-text-color, $alpha: -0.90);
19
+ $cdk-border-color: color.adjust(
20
+ $color: $cdk-text-color,
21
+ $alpha: -0.9
22
+ );
22
23
 
23
24
  .ng-overlay-container {
24
25
  color: $cdk-text-color;
@@ -26,10 +27,10 @@
26
27
  @include theming.elevation(8);
27
28
  border: 1px solid $cdk-border-color;
28
29
  }
29
-
30
30
  }
31
31
 
32
- @mixin typography($typography-config) {}
32
+ @mixin typography($typography-config) {
33
+ }
33
34
 
34
35
  @mixin theme($theme-config) {
35
36
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-style') {
@@ -9,7 +9,6 @@ $bar-vertical-padding: theming.$padding-1;
9
9
 
10
10
  // MARK: Mixin
11
11
  @mixin core() {
12
-
13
12
  .dbx-banner {
14
13
  @include theming.elevation(3);
15
14
  }
@@ -33,7 +32,6 @@ $bar-vertical-padding: theming.$padding-1;
33
32
  display: none;
34
33
  }
35
34
  }
36
-
37
35
  }
38
36
 
39
37
  @mixin color($theme-config) {
@@ -54,15 +52,12 @@ $bar-vertical-padding: theming.$padding-1;
54
52
  background: $dbx-bar-bg-color;
55
53
  color: $dbx-bar-color;
56
54
  }
57
-
58
55
  }
59
56
 
60
57
  @mixin typography($typography-config) {
61
-
62
58
  .dbx-bar {
63
59
  font-size: theming.font-size($typography-config, 'caption');
64
60
  }
65
-
66
61
  }
67
62
 
68
63
  @mixin theme($theme-config) {
@@ -7,5 +7,5 @@ import * as i0 from "@angular/core";
7
7
  export declare class DbxBarDirective {
8
8
  color?: Maybe<DbxBarColor>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxBarDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxBarDirective, "dbx-bar", never, { "color": "color"; }, {}, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxBarDirective, "dbx-bar,[dbxBar]", never, { "color": "color"; }, {}, never>;
11
11
  }
@@ -6,7 +6,6 @@ $two-block-top-height-var: --dbx-two-block-top-height;
6
6
 
7
7
  // MARK: Mixin
8
8
  @mixin core() {
9
-
10
9
  .dbx-two-block.dbx-two-block-fixed-top {
11
10
  height: 100%;
12
11
  }
@@ -19,12 +18,13 @@ $two-block-top-height-var: --dbx-two-block-top-height;
19
18
  height: calc(100% - var($two-block-top-height-var));
20
19
  }
21
20
  }
22
-
23
21
  }
24
22
 
25
- @mixin color($theme-config) {}
23
+ @mixin color($theme-config) {
24
+ }
26
25
 
27
- @mixin typography($typography-config) {}
26
+ @mixin typography($typography-config) {
27
+ }
28
28
 
29
29
  @mixin theme($theme-config) {
30
30
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-block') {
@@ -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-layout-card') {
@@ -8,7 +8,6 @@ $two-columns-right-padding-size: 6px;
8
8
 
9
9
  // MARK: Mixin
10
10
  @mixin core() {
11
-
12
11
  .dbx-two-column {
13
12
  height: 100%;
14
13
  max-width: 100%;
@@ -43,7 +42,6 @@ $two-columns-right-padding-size: 6px;
43
42
  }
44
43
  }
45
44
 
46
-
47
45
  .right-column {
48
46
  flex: 1 1 auto;
49
47
  max-width: calc(100% - #{$two-column-left-width});
@@ -93,13 +91,10 @@ $two-columns-right-padding-size: 6px;
93
91
  .side-spacer {
94
92
  padding-left: $two-columns-right-padding-size;
95
93
  }
96
-
97
94
  }
98
-
99
95
  }
100
96
 
101
97
  @mixin color($theme-config) {
102
-
103
98
  .dbx-two-column {
104
99
  @include theming.if-small-screen($theme-config) {
105
100
  .left-column {
@@ -121,10 +116,10 @@ $two-columns-right-padding-size: 6px;
121
116
  }
122
117
  }
123
118
  }
124
-
125
119
  }
126
120
 
127
- @mixin typography($typography-config) {}
121
+ @mixin typography($typography-config) {
122
+ }
128
123
 
129
124
  @mixin theme($theme-config) {
130
125
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-column') {
@@ -1,5 +1,4 @@
1
- import { ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
3
2
  import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
4
3
  import { Observable } from 'rxjs';
5
4
  import { TwoColumnsContextStore } from './two.column.store';
@@ -1,5 +1,4 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { OnInit } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
3
2
  import { Maybe } from '@dereekb/util';
4
3
  import { TwoColumnsContextStore } from './two.column.store';
5
4
  import * as i0 from "@angular/core";
@@ -1,5 +1,4 @@
1
- import { OnInit } from '@angular/core';
2
- import { OnDestroy } from '@angular/core';
1
+ import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { TwoColumnsContextStore } from './two.column.store';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -9,7 +8,7 @@ export declare class DbxTwoColumnFullLeftDirective implements OnInit, OnDestroy
9
8
  private readonly _twoColumnsContextStore;
10
9
  private _fullLeft;
11
10
  get fullLeft(): boolean;
12
- set fullLeft(fullLeft: boolean);
11
+ set fullLeft(fullLeft: boolean | '');
13
12
  constructor(_twoColumnsContextStore: TwoColumnsContextStore);
14
13
  ngOnInit(): void;
15
14
  ngOnDestroy(): void;
@@ -36,7 +36,7 @@ export declare class TwoColumnsContextStore extends ComponentStore<TwoColumnsSta
36
36
  /**
37
37
  * Pipes the current backRef value.
38
38
  */
39
- readonly backRef$: import("rxjs").Observable<SegueRef<any> | undefined>;
39
+ readonly backRef$: import("rxjs").Observable<SegueRef<object> | undefined>;
40
40
  /**
41
41
  * Emits back events.
42
42
  */
@@ -56,7 +56,7 @@ export declare class TwoColumnsContextStore extends ComponentStore<TwoColumnsSta
56
56
  /**
57
57
  * Sets the new back ref.
58
58
  */
59
- readonly setBackRef: (observableOrValue: SegueRef<any> | import("rxjs").Observable<SegueRef<any>>) => import("rxjs").Subscription;
59
+ readonly setBackRef: (observableOrValue: SegueRef<object> | import("rxjs").Observable<SegueRef<object>>) => import("rxjs").Subscription;
60
60
  /**
61
61
  * Emits a back event.
62
62
  */
@@ -65,4 +65,4 @@ export declare class TwoColumnsContextStore extends ComponentStore<TwoColumnsSta
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnsContextStore, never>;
66
66
  static ɵprov: i0.ɵɵInjectableDeclaration<TwoColumnsContextStore>;
67
67
  }
68
- export declare function ProvideTwoColumnsContext(): Provider[];
68
+ export declare function provideTwoColumnsContext(): Provider[];
@@ -17,7 +17,6 @@ $content-container-padding: theming.$padding-4;
17
17
  $content-container-padding-small-screen: theming.$padding-2;
18
18
 
19
19
  @mixin core() {
20
-
21
20
  .dbx-content-border {
22
21
  padding: $content-border-inner-padding;
23
22
  }
@@ -108,9 +107,7 @@ $content-container-padding-small-screen: theming.$padding-2;
108
107
  overflow-x: hidden;
109
108
  overflow-y: auto;
110
109
  }
111
-
112
110
  }
113
-
114
111
  }
115
112
 
116
113
  @mixin color($theme-config) {
@@ -132,9 +129,7 @@ $content-container-padding-small-screen: theming.$padding-2;
132
129
  }
133
130
 
134
131
  .dbx-content-container {
135
-
136
132
  @include theming.if-small-screen($theme-config) {
137
-
138
133
  // reduce all paddings down.
139
134
  &,
140
135
  &.container-padding-min,
@@ -146,14 +141,12 @@ $content-container-padding-small-screen: theming.$padding-2;
146
141
  &.container-padding-none {
147
142
  padding: 0;
148
143
  }
149
-
150
144
  }
151
-
152
145
  }
153
-
154
146
  }
155
147
 
156
- @mixin typography($typography-config) {}
148
+ @mixin typography($typography-config) {
149
+ }
157
150
 
158
151
  @mixin theme($theme-config) {
159
152
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-content') {
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class DbxContentBorderDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentBorderDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBorderDirective, "dbx-content-border,[dbx-content-border]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBorderDirective, "dbx-content-border,[dbxContentBorder]", never, {}, {}, never>;
8
8
  }
@@ -6,5 +6,5 @@ export declare class DbxContentBoxDirective {
6
6
  elevated: boolean;
7
7
  wide: boolean;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentBoxDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBoxDirective, "dbx-content-box, [dbx-content-box]", never, { "elevated": "elevated"; "wide": "wide"; }, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBoxDirective, "dbx-content-box, [dbxContentBox]", never, { "elevated": "elevated"; "wide": "wide"; }, {}, never>;
10
10
  }
@@ -8,5 +8,5 @@ export declare class DbxContentContainerDirective {
8
8
  grow: DbxContentContainerWidth;
9
9
  padding: DbxContentContainerPadding;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentContainerDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentContainerDirective, "dbx-content-container,[dbx-content-container],.dbx-content-container", never, { "grow": "grow"; "padding": "padding"; }, {}, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentContainerDirective, "dbx-content-container,[dbxContentContainer],.dbx-content-container", never, { "grow": "grow"; "padding": "padding"; }, {}, never>;
12
12
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class DbxContentDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentDirective, "dbx-content,[dbx-content]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentDirective, "dbx-content,[dbxContent]", never, {}, {}, never>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class DbxContentElevateDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentElevateDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentElevateDirective, "dbx-content-elevate,[dbx-content-elevate]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentElevateDirective, "dbx-content-elevate,[dbxContentElevate]", never, {}, {}, never>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class DbxContentPageDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentPageDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentPageDirective, "dbx-content-page,[dbx-content-page]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentPageDirective, "dbx-content-page,[dbxContentPage]", never, {}, {}, never>;
8
8
  }
@@ -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-layout-flag') {
@@ -6,7 +6,6 @@ $dbx-flex-group-columns-count: 6;
6
6
 
7
7
  // MARK: Mixin
8
8
  @mixin core() {
9
-
10
9
  .dbx-flex {
11
10
  display: flex;
12
11
  }
@@ -22,7 +21,7 @@ $dbx-flex-group-columns-count: 6;
22
21
  margin: 0 #{-$dbx-flex-group-padding} #{-$dbx-flex-group-padding} 0;
23
22
  // padding: 0 $dbx-flex-group-padding $dbx-flex-group-padding 0;
24
23
 
25
- >* {
24
+ > * {
26
25
  box-sizing: border-box;
27
26
  padding: 0 $dbx-flex-group-padding $dbx-flex-group-padding 0;
28
27
  }
@@ -35,10 +34,9 @@ $dbx-flex-group-columns-count: 6;
35
34
  max-width: calc((100% * (#{$i}/#{$dbx-flex-group-columns-count})));
36
35
  }
37
36
  }
38
-
39
37
  }
40
38
 
41
- .dbx-flex-group-relative>.dbx-flex-group,
39
+ .dbx-flex-group-relative > .dbx-flex-group,
42
40
  .dbx-flex-group.dbx-flex-group-relative {
43
41
  @for $i from 1 through 6 {
44
42
  .dbx-flex-#{$i} {
@@ -47,7 +45,7 @@ $dbx-flex-group-columns-count: 6;
47
45
  }
48
46
  }
49
47
 
50
- .dbx-flex-group-small>.dbx-flex-group,
48
+ .dbx-flex-group-small > .dbx-flex-group,
51
49
  .dbx-flex-group.dbx-flex-group-small {
52
50
  @for $i from 1 through 5 {
53
51
  .dbx-flex-#{$i} {
@@ -57,12 +55,13 @@ $dbx-flex-group-columns-count: 6;
57
55
  }
58
56
  }
59
57
  }
60
-
61
58
  }
62
59
 
63
- @mixin color($theme-config) {}
60
+ @mixin color($theme-config) {
61
+ }
64
62
 
65
- @mixin typography($typography-config) {}
63
+ @mixin typography($typography-config) {
64
+ }
66
65
 
67
66
  @mixin theme($theme-config) {
68
67
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-flex') {
@@ -1,13 +1,13 @@
1
1
  import { ScreenMediaWidthType } from '../../screen/screen';
2
2
  import { DbxScreenMediaService } from '../../screen/screen.service';
3
- import { ChangeDetectorRef, OnInit } from '@angular/core';
3
+ import { ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
4
4
  import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
5
5
  import { Maybe } from '@dereekb/util';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Used to declare a dbxFlexGroup.
9
9
  */
10
- export declare class DbxFlexGroupDirective extends AbstractSubscriptionDirective implements OnInit {
10
+ export declare class DbxFlexGroupDirective extends AbstractSubscriptionDirective implements OnInit, OnDestroy {
11
11
  private readonly _dbxScreenMediaService;
12
12
  readonly cdRef: ChangeDetectorRef;
13
13
  content: boolean;
@@ -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-layout-item') {