@dereekb/dbx-web 11.1.7 → 12.0.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 (742) hide show
  1. package/calendar/lib/calendar.base.component.d.ts +10 -1
  2. package/calendar/lib/calendar.component.d.ts +8 -5
  3. package/calendar/lib/calendar.module.d.ts +4 -16
  4. package/calendar/lib/calendar.provider.d.ts +5 -0
  5. package/calendar/lib/calendar.store.d.ts +13 -9
  6. package/calendar/lib/index.d.ts +1 -0
  7. package/esm2022/calendar/lib/calendar.base.component.mjs +26 -12
  8. package/esm2022/calendar/lib/calendar.component.mjs +19 -17
  9. package/esm2022/calendar/lib/calendar.mjs +1 -1
  10. package/esm2022/calendar/lib/calendar.module.mjs +10 -76
  11. package/esm2022/calendar/lib/calendar.provider.mjs +11 -0
  12. package/esm2022/calendar/lib/calendar.store.mjs +19 -19
  13. package/esm2022/calendar/lib/index.mjs +2 -1
  14. package/esm2022/lib/action/action.confirm.directive.mjs +10 -12
  15. package/esm2022/lib/action/action.module.mjs +12 -16
  16. package/esm2022/lib/action/key.trigger.directive.mjs +6 -5
  17. package/esm2022/lib/action/snackbar/action.snackbar.component.mjs +29 -36
  18. package/esm2022/lib/action/snackbar/action.snackbar.directive.mjs +14 -27
  19. package/esm2022/lib/action/snackbar/action.snackbar.generator.mjs +1 -1
  20. package/esm2022/lib/action/snackbar/action.snackbar.module.mjs +8 -14
  21. package/esm2022/lib/action/snackbar/action.snackbar.service.mjs +4 -4
  22. package/esm2022/lib/action/transition/action.transition.module.mjs +14 -13
  23. package/esm2022/lib/action/transition/transition.safety.dialog.component.mjs +18 -24
  24. package/esm2022/lib/action/transition/transition.safety.directive.mjs +30 -33
  25. package/esm2022/lib/button/button.component.mjs +71 -104
  26. package/esm2022/lib/button/button.module.mjs +44 -12
  27. package/esm2022/lib/button/button.spacer.directive.mjs +20 -0
  28. package/esm2022/lib/button/icon/icon.button.component.mjs +48 -32
  29. package/esm2022/lib/button/icon/icon.button.module.mjs +10 -24
  30. package/esm2022/lib/button/index.mjs +2 -2
  31. package/esm2022/lib/button/progress/abstract.progress.button.directive.mjs +103 -0
  32. package/esm2022/lib/button/progress/bar.button.component.mjs +15 -11
  33. package/esm2022/lib/button/progress/button.progress.config.mjs +2 -2
  34. package/esm2022/lib/button/progress/button.progress.module.mjs +13 -28
  35. package/esm2022/lib/button/progress/button.progress.providers.mjs +18 -0
  36. package/esm2022/lib/button/progress/index.mjs +2 -1
  37. package/esm2022/lib/button/progress/spinner.button.component.mjs +66 -38
  38. package/esm2022/lib/dbx-web.module.mjs +4 -4
  39. package/esm2022/lib/error/default.error.widget.component.mjs +22 -15
  40. package/esm2022/lib/error/error.action.directive.mjs +9 -8
  41. package/esm2022/lib/error/error.api.mjs +1 -1
  42. package/esm2022/lib/error/error.component.mjs +56 -94
  43. package/esm2022/lib/error/error.details.component.mjs +15 -14
  44. package/esm2022/lib/error/error.loading.directive.mjs +20 -20
  45. package/esm2022/lib/error/error.module.mjs +21 -18
  46. package/esm2022/lib/error/error.popover.component.mjs +14 -17
  47. package/esm2022/lib/error/error.snackbar.action.directive.mjs +6 -5
  48. package/esm2022/lib/error/error.snackbar.component.mjs +57 -39
  49. package/esm2022/lib/error/error.snackbar.service.mjs +11 -10
  50. package/esm2022/lib/error/error.view.component.mjs +40 -33
  51. package/esm2022/lib/error/error.widget.component.mjs +19 -25
  52. package/esm2022/lib/error/error.widget.directive.mjs +3 -3
  53. package/esm2022/lib/error/error.widget.service.mjs +7 -7
  54. package/esm2022/lib/error/state.mjs +1 -1
  55. package/esm2022/lib/extension/download/text/download.text.component.mjs +46 -56
  56. package/esm2022/lib/extension/download/text/download.text.module.mjs +11 -33
  57. package/esm2022/lib/extension/model/index.mjs +2 -2
  58. package/esm2022/lib/extension/model/model.providers.mjs +42 -0
  59. package/esm2022/lib/extension/model/model.state.service.mjs +5 -8
  60. package/esm2022/lib/extension/model/model.tracker.mjs +1 -1
  61. package/esm2022/lib/extension/model/model.tracker.service.mjs +5 -8
  62. package/esm2022/lib/extension/model/model.tracker.view.storage.mjs +8 -8
  63. package/esm2022/lib/extension/model/model.types.mjs +1 -1
  64. package/esm2022/lib/extension/model/model.types.service.mjs +5 -5
  65. package/esm2022/lib/extension/model/state/actions/model.actions.mjs +1 -1
  66. package/esm2022/lib/extension/model/state/effects/tracker.effects.mjs +3 -3
  67. package/esm2022/lib/extension/structure/structure.body.directive.mjs +6 -5
  68. package/esm2022/lib/extension/structure/structure.module.mjs +11 -17
  69. package/esm2022/lib/extension/structure/structure.structure.directive.mjs +10 -6
  70. package/esm2022/lib/extension/widget/widget.component.mjs +32 -37
  71. package/esm2022/lib/extension/widget/widget.directive.mjs +3 -3
  72. package/esm2022/lib/extension/widget/widget.list.component.mjs +31 -20
  73. package/esm2022/lib/extension/widget/widget.module.mjs +15 -24
  74. package/esm2022/lib/extension/widget/widget.service.mjs +4 -4
  75. package/esm2022/lib/index.mjs +2 -2
  76. package/esm2022/lib/interaction/dialog/abstract.dialog.directive.mjs +3 -3
  77. package/esm2022/lib/interaction/dialog/dialog.action.directive.mjs +19 -23
  78. package/esm2022/lib/interaction/dialog/dialog.content.close.component.mjs +23 -22
  79. package/esm2022/lib/interaction/dialog/dialog.content.directive.mjs +23 -0
  80. package/esm2022/lib/interaction/dialog/dialog.content.footer.component.mjs +21 -29
  81. package/esm2022/lib/interaction/dialog/dialog.module.mjs +9 -16
  82. package/esm2022/lib/interaction/dialog/index.mjs +2 -2
  83. package/esm2022/lib/interaction/filter/filter.config.mjs +2 -0
  84. package/esm2022/lib/interaction/filter/filter.menu.mjs +1 -1
  85. package/esm2022/lib/interaction/filter/filter.module.mjs +9 -54
  86. package/esm2022/lib/interaction/filter/filter.partial.list.component.mjs +13 -11
  87. package/esm2022/lib/interaction/filter/filter.partial.menu.component.mjs +22 -29
  88. package/esm2022/lib/interaction/filter/filter.partial.mjs +13 -24
  89. package/esm2022/lib/interaction/filter/filter.popover.button.component.mjs +17 -31
  90. package/esm2022/lib/interaction/filter/filter.popover.button.directive.mjs +10 -12
  91. package/esm2022/lib/interaction/filter/filter.popover.component.mjs +25 -30
  92. package/esm2022/lib/interaction/filter/filter.preset.directive.mjs +17 -29
  93. package/esm2022/lib/interaction/filter/filter.preset.list.component.mjs +13 -11
  94. package/esm2022/lib/interaction/filter/filter.preset.menu.component.mjs +22 -29
  95. package/esm2022/lib/interaction/filter/filter.wrapper.component.mjs +23 -29
  96. package/esm2022/lib/interaction/filter/index.mjs +2 -1
  97. package/esm2022/lib/interaction/interaction.module.mjs +17 -6
  98. package/esm2022/lib/interaction/popover/abstract.popover.directive.mjs +3 -3
  99. package/esm2022/lib/interaction/popover/abstract.popover.ref.directive.mjs +13 -22
  100. package/esm2022/lib/interaction/popover/index.mjs +2 -2
  101. package/esm2022/lib/interaction/popover/popover.action.directive.mjs +20 -23
  102. package/esm2022/lib/interaction/popover/popover.close.component.mjs +12 -8
  103. package/esm2022/lib/interaction/popover/popover.component.mjs +15 -13
  104. package/esm2022/lib/interaction/popover/popover.content.component.mjs +20 -13
  105. package/esm2022/lib/interaction/popover/popover.content.module.mjs +9 -19
  106. package/esm2022/lib/interaction/popover/popover.controls.directive.mjs +7 -6
  107. package/esm2022/lib/interaction/popover/popover.coordinator.component.mjs +17 -15
  108. package/esm2022/lib/interaction/popover/popover.coordinator.service.mjs +4 -4
  109. package/esm2022/lib/interaction/popover/popover.header.component.mjs +25 -22
  110. package/esm2022/lib/interaction/popover/popover.module.mjs +8 -18
  111. package/esm2022/lib/interaction/popover/popover.scroll.content.directive.mjs +41 -0
  112. package/esm2022/lib/interaction/popover/popover.service.mjs +4 -4
  113. package/esm2022/lib/interaction/popup/abstract.popup.directive.mjs +3 -3
  114. package/esm2022/lib/interaction/popup/popup.component.mjs +20 -23
  115. package/esm2022/lib/interaction/popup/popup.content.component.mjs +21 -14
  116. package/esm2022/lib/interaction/popup/popup.controls.buttons.component.mjs +49 -26
  117. package/esm2022/lib/interaction/popup/popup.controls.component.mjs +15 -14
  118. package/esm2022/lib/interaction/popup/popup.coordinator.component.mjs +15 -12
  119. package/esm2022/lib/interaction/popup/popup.coordinator.service.mjs +4 -4
  120. package/esm2022/lib/interaction/popup/popup.mjs +6 -7
  121. package/esm2022/lib/interaction/popup/popup.module.mjs +8 -19
  122. package/esm2022/lib/interaction/popup/popup.position.strategy.mjs +1 -1
  123. package/esm2022/lib/interaction/popup/popup.service.mjs +8 -5
  124. package/esm2022/lib/interaction/prompt/index.mjs +2 -2
  125. package/esm2022/lib/interaction/prompt/prompt.box.directive.mjs +19 -0
  126. package/esm2022/lib/interaction/prompt/prompt.button.confirm.directive.mjs +6 -5
  127. package/esm2022/lib/interaction/prompt/prompt.component.mjs +16 -17
  128. package/esm2022/lib/interaction/prompt/prompt.confirm.component.mjs +35 -35
  129. package/esm2022/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +14 -13
  130. package/esm2022/lib/interaction/prompt/prompt.confirm.directive.mjs +28 -23
  131. package/esm2022/lib/interaction/prompt/prompt.module.mjs +9 -18
  132. package/esm2022/lib/interaction/prompt/prompt.page.component.mjs +11 -8
  133. package/esm2022/lib/keypress/keydown.listener.directive.mjs +6 -5
  134. package/esm2022/lib/keypress/keypress.module.mjs +9 -8
  135. package/esm2022/lib/layout/bar/bar.directive.mjs +14 -11
  136. package/esm2022/lib/layout/bar/bar.header.component.mjs +31 -26
  137. package/esm2022/lib/layout/bar/bar.layout.module.mjs +9 -12
  138. package/esm2022/lib/layout/bar/pagebar.component.mjs +33 -12
  139. package/esm2022/lib/layout/block/block.layout.module.mjs +10 -12
  140. package/esm2022/lib/layout/block/two.block.component.mjs +25 -32
  141. package/esm2022/lib/layout/card/card.box.component.mjs +27 -20
  142. package/esm2022/lib/layout/card/card.box.container.directive.mjs +20 -0
  143. package/esm2022/lib/layout/card/card.box.layout.module.mjs +10 -12
  144. package/esm2022/lib/layout/card/index.mjs +2 -2
  145. package/esm2022/lib/layout/column/column.layout.module.mjs +9 -7
  146. package/esm2022/lib/layout/column/one/one.column.component.mjs +16 -15
  147. package/esm2022/lib/layout/column/one/one.column.module.mjs +9 -9
  148. package/esm2022/lib/layout/column/two/index.mjs +2 -2
  149. package/esm2022/lib/layout/column/two/two.column.back.directive.mjs +10 -12
  150. package/esm2022/lib/layout/column/two/two.column.component.mjs +77 -51
  151. package/esm2022/lib/layout/column/two/two.column.context.directive.mjs +14 -21
  152. package/esm2022/lib/layout/column/two/two.column.full.left.directive.mjs +13 -28
  153. package/esm2022/lib/layout/column/two/two.column.head.directive.mjs +24 -0
  154. package/esm2022/lib/layout/column/two/two.column.module.mjs +9 -15
  155. package/esm2022/lib/layout/column/two/two.column.right.component.mjs +90 -49
  156. package/esm2022/lib/layout/column/two/two.column.sref.directive.mjs +13 -13
  157. package/esm2022/lib/layout/column/two/two.column.sref.showright.directive.mjs +9 -7
  158. package/esm2022/lib/layout/column/two/two.column.store.mjs +15 -11
  159. package/esm2022/lib/layout/compact/compact.directive.mjs +3 -3
  160. package/esm2022/lib/layout/compact/compact.layout.module.mjs +4 -4
  161. package/esm2022/lib/layout/compact/compact.mjs +1 -1
  162. package/esm2022/lib/layout/compact/compact.store.mjs +4 -4
  163. package/esm2022/lib/layout/content/content.border.directive.mjs +11 -11
  164. package/esm2022/lib/layout/content/content.box.directive.mjs +12 -15
  165. package/esm2022/lib/layout/content/content.container.directive.mjs +16 -17
  166. package/esm2022/lib/layout/content/content.directive.mjs +6 -5
  167. package/esm2022/lib/layout/content/content.elevate.directive.mjs +10 -11
  168. package/esm2022/lib/layout/content/content.layout.module.mjs +9 -11
  169. package/esm2022/lib/layout/content/content.page.directive.mjs +6 -5
  170. package/esm2022/lib/layout/content/content.pit.directive.mjs +10 -11
  171. package/esm2022/lib/layout/flag/flag.component.mjs +15 -14
  172. package/esm2022/lib/layout/flag/flag.layout.module.mjs +8 -13
  173. package/esm2022/lib/layout/flag/flag.prompt.component.mjs +18 -20
  174. package/esm2022/lib/layout/flex/flex.group.directive.mjs +21 -47
  175. package/esm2022/lib/layout/flex/flex.layout.module.mjs +11 -9
  176. package/esm2022/lib/layout/flex/flex.size.directive.mjs +11 -12
  177. package/esm2022/lib/layout/item/index.mjs +1 -2
  178. package/esm2022/lib/layout/item/item.icon.component.mjs +31 -24
  179. package/esm2022/lib/layout/layout.module.mjs +6 -8
  180. package/esm2022/lib/layout/list/grid/index.mjs +3 -0
  181. package/esm2022/lib/layout/list/grid/list.grid.view.component.mjs +98 -0
  182. package/esm2022/lib/layout/list/grid/list.grid.view.directive.mjs +34 -0
  183. package/esm2022/lib/layout/list/group/index.mjs +4 -0
  184. package/esm2022/lib/layout/list/group/list.view.value.group.mjs +32 -0
  185. package/esm2022/lib/layout/list/group/list.view.value.group.title.directive.mjs +70 -0
  186. package/esm2022/lib/layout/list/group/list.view.value.group.title.header.component.mjs +60 -0
  187. package/esm2022/lib/layout/list/group/list.view.value.group.title.mjs +2 -0
  188. package/esm2022/lib/layout/list/index.mjs +6 -10
  189. package/esm2022/lib/layout/list/list.component.mjs +109 -135
  190. package/esm2022/lib/layout/list/list.content.empty.component.mjs +9 -7
  191. package/esm2022/lib/layout/list/list.directive.mjs +70 -56
  192. package/esm2022/lib/layout/list/list.layout.module.mjs +59 -49
  193. package/esm2022/lib/layout/list/list.module.mjs +40 -0
  194. package/esm2022/lib/layout/list/list.view.directive.mjs +35 -28
  195. package/esm2022/lib/layout/list/list.view.mjs +1 -1
  196. package/esm2022/lib/layout/list/list.view.selection.directive.mjs +26 -10
  197. package/esm2022/lib/layout/list/list.view.value.component.mjs +135 -143
  198. package/esm2022/lib/layout/list/list.view.value.directive.mjs +12 -18
  199. package/esm2022/lib/layout/list/list.view.value.item.directive.mjs +3 -3
  200. package/esm2022/lib/layout/list/list.view.value.mjs +1 -1
  201. package/esm2022/lib/layout/list/list.view.value.modifier.mjs +1 -1
  202. package/esm2022/lib/layout/list/list.view.value.selection.component.mjs +80 -68
  203. package/esm2022/lib/layout/list/list.wrapper.mjs +1 -3
  204. package/esm2022/lib/layout/list/meta/index.mjs +2 -0
  205. package/esm2022/lib/layout/list/meta/list.view.meta.icon.component.mjs +39 -0
  206. package/esm2022/lib/layout/list/modifier/index.mjs +5 -0
  207. package/esm2022/lib/layout/list/modifier/list.modifier.module.mjs +22 -0
  208. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.directive.mjs +75 -0
  209. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.ripple.directive.mjs +37 -0
  210. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.selection.directive.mjs +35 -0
  211. package/esm2022/lib/layout/section/section.component.mjs +18 -15
  212. package/esm2022/lib/layout/section/section.header.component.mjs +123 -106
  213. package/esm2022/lib/layout/section/section.intro.component.mjs +53 -51
  214. package/esm2022/lib/layout/section/section.layout.module.mjs +9 -15
  215. package/esm2022/lib/layout/section/section.mjs +1 -1
  216. package/esm2022/lib/layout/section/section.page.component.mjs +22 -18
  217. package/esm2022/lib/layout/section/subsection.component.mjs +13 -10
  218. package/esm2022/lib/layout/step/step.component.mjs +56 -21
  219. package/esm2022/lib/layout/step/step.layout.module.mjs +11 -10
  220. package/esm2022/lib/layout/style/index.mjs +2 -1
  221. package/esm2022/lib/layout/style/spacer.directive.mjs +6 -5
  222. package/esm2022/lib/layout/style/style.body.directive.mjs +22 -17
  223. package/esm2022/lib/layout/style/style.color.directive.mjs +11 -14
  224. package/esm2022/lib/layout/style/style.directive.mjs +13 -17
  225. package/esm2022/lib/layout/style/style.layout.module.mjs +8 -10
  226. package/esm2022/lib/layout/style/style.mjs +4 -1
  227. package/esm2022/lib/layout/style/style.providers.mjs +21 -0
  228. package/esm2022/lib/layout/style/style.service.mjs +54 -32
  229. package/esm2022/lib/layout/style/style.set.directive.mjs +31 -47
  230. package/esm2022/lib/layout/text/address.component.mjs +43 -22
  231. package/esm2022/lib/layout/text/compat/form.description.component.mjs +3 -3
  232. package/esm2022/lib/layout/text/compat/hint.component.mjs +3 -3
  233. package/esm2022/lib/layout/text/compat/label.component.mjs +3 -3
  234. package/esm2022/lib/layout/text/compat/note.component.mjs +3 -3
  235. package/esm2022/lib/layout/text/compat/notice.component.mjs +3 -3
  236. package/esm2022/lib/layout/text/compat/ok.component.mjs +3 -3
  237. package/esm2022/lib/layout/text/compat/success.component.mjs +3 -3
  238. package/esm2022/lib/layout/text/compat/text.compat.module.mjs +4 -4
  239. package/esm2022/lib/layout/text/compat/warn.component.mjs +3 -3
  240. package/esm2022/lib/layout/text/detail.block.component.mjs +11 -8
  241. package/esm2022/lib/layout/text/detail.block.header.component.mjs +24 -13
  242. package/esm2022/lib/layout/text/icon.spacer.component.mjs +6 -5
  243. package/esm2022/lib/layout/text/label.block.component.mjs +9 -7
  244. package/esm2022/lib/layout/text/linkify.component.mjs +13 -10
  245. package/esm2022/lib/layout/text/text.chip.directive.mjs +6 -5
  246. package/esm2022/lib/layout/text/text.chips.component.mjs +34 -29
  247. package/esm2022/lib/layout/text/text.module.mjs +8 -13
  248. package/esm2022/lib/loading/basic-loading.component.mjs +31 -97
  249. package/esm2022/lib/loading/loading-progress.component.mjs +47 -54
  250. package/esm2022/lib/loading/loading.action.directive.mjs +9 -11
  251. package/esm2022/lib/loading/loading.component.mjs +60 -81
  252. package/esm2022/lib/loading/loading.module.mjs +8 -13
  253. package/esm2022/lib/router/layout/anchor/anchor.component.mjs +86 -36
  254. package/esm2022/lib/router/layout/anchor/anchor.content.component.mjs +26 -14
  255. package/esm2022/lib/router/layout/anchor/anchor.icon.component.mjs +10 -6
  256. package/esm2022/lib/router/layout/anchor/anchor.link.component.mjs +9 -7
  257. package/esm2022/lib/router/layout/anchor/anchor.module.mjs +17 -13
  258. package/esm2022/lib/router/layout/anchor/anchor.segue.directive.mjs +11 -13
  259. package/esm2022/lib/router/layout/anchorlist/anchorlist.component.mjs +22 -28
  260. package/esm2022/lib/router/layout/anchorlist/anchorlist.module.mjs +9 -15
  261. package/esm2022/lib/router/layout/layout.module.mjs +4 -4
  262. package/esm2022/lib/router/layout/list/list.module.mjs +9 -7
  263. package/esm2022/lib/router/layout/list/router.list.directive.mjs +16 -20
  264. package/esm2022/lib/router/layout/navbar/navbar.component.mjs +41 -87
  265. package/esm2022/lib/router/layout/navbar/navbar.module.mjs +9 -43
  266. package/esm2022/lib/router/layout/sidenav/sidenav.button.component.mjs +28 -24
  267. package/esm2022/lib/router/layout/sidenav/sidenav.component.mjs +91 -71
  268. package/esm2022/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.mjs +18 -23
  269. package/esm2022/lib/router/layout/sidenav/sidenav.module.mjs +8 -22
  270. package/esm2022/lib/router/layout/sidenav/sidenav.page.component.mjs +37 -46
  271. package/esm2022/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +18 -18
  272. package/esm2022/lib/router/provider/ngrouter/anchor.component.mjs +6 -7
  273. package/esm2022/lib/router/provider/ngrouter/angular.router.providers.mjs +23 -0
  274. package/esm2022/lib/router/provider/ngrouter/index.mjs +2 -2
  275. package/esm2022/lib/router/provider/router.provider.config.mjs +8 -1
  276. package/esm2022/lib/router/provider/uirouter/anchor.component.mjs +14 -12
  277. package/esm2022/lib/router/provider/uirouter/index.mjs +2 -2
  278. package/esm2022/lib/router/provider/uirouter/uirouter.router.providers.mjs +23 -0
  279. package/esm2022/lib/screen/index.mjs +2 -2
  280. package/esm2022/lib/screen/screen.providers.mjs +22 -0
  281. package/esm2022/lib/screen/screen.service.mjs +6 -6
  282. package/esm2022/lib/util/cdk.mjs +1 -1
  283. package/esm2022/mapbox/lib/index.mjs +3 -2
  284. package/esm2022/mapbox/lib/mapbox.change.service.mjs +4 -4
  285. package/esm2022/mapbox/lib/mapbox.injection.component.mjs +13 -12
  286. package/esm2022/mapbox/lib/mapbox.injection.store.mjs +5 -5
  287. package/esm2022/mapbox/lib/mapbox.injection.store.provide.mjs +9 -8
  288. package/esm2022/mapbox/lib/mapbox.layout.component.mjs +93 -117
  289. package/esm2022/mapbox/lib/mapbox.layout.drawer.component.mjs +8 -8
  290. package/esm2022/mapbox/lib/mapbox.layout.resize.sync.directive.mjs +9 -8
  291. package/esm2022/mapbox/lib/mapbox.marker.component.mjs +69 -72
  292. package/esm2022/mapbox/lib/mapbox.marker.mjs +2 -2
  293. package/esm2022/mapbox/lib/mapbox.markers.component.mjs +22 -36
  294. package/esm2022/mapbox/lib/mapbox.menu.component.mjs +33 -31
  295. package/esm2022/mapbox/lib/mapbox.mjs +1 -1
  296. package/esm2022/mapbox/lib/mapbox.module.mjs +24 -61
  297. package/esm2022/mapbox/lib/mapbox.options.mjs +2 -0
  298. package/esm2022/mapbox/lib/mapbox.providers.mjs +25 -0
  299. package/esm2022/mapbox/lib/mapbox.rxjs.mjs +1 -1
  300. package/esm2022/mapbox/lib/mapbox.service.mjs +5 -8
  301. package/esm2022/mapbox/lib/mapbox.store.map.directive.mjs +7 -6
  302. package/esm2022/mapbox/lib/mapbox.store.mjs +39 -15
  303. package/esm2022/mapbox/lib/mapbox.store.provide.mjs +9 -8
  304. package/esm2022/table/lib/date/date.table.column.header.component.mjs +27 -21
  305. package/esm2022/table/lib/date/daterange.table.cell.input.component.mjs +39 -46
  306. package/esm2022/table/lib/date/table.date.module.mjs +8 -58
  307. package/esm2022/table/lib/table.cell.action.component.mjs +13 -10
  308. package/esm2022/table/lib/table.cell.input.component.mjs +13 -10
  309. package/esm2022/table/lib/table.cell.summaryend.component.mjs +13 -10
  310. package/esm2022/table/lib/table.cell.summarystart.component.mjs +13 -10
  311. package/esm2022/table/lib/table.column.directive.mjs +10 -17
  312. package/esm2022/table/lib/table.column.footer.component.mjs +13 -10
  313. package/esm2022/table/lib/table.column.header.component.mjs +13 -10
  314. package/esm2022/table/lib/table.component.mjs +31 -24
  315. package/esm2022/table/lib/table.directive.mjs +16 -22
  316. package/esm2022/table/lib/table.item.action.component.mjs +20 -17
  317. package/esm2022/table/lib/table.item.cell.component.mjs +19 -26
  318. package/esm2022/table/lib/table.item.directive.mjs +10 -17
  319. package/esm2022/table/lib/table.item.header.component.mjs +15 -11
  320. package/esm2022/table/lib/table.module.mjs +11 -55
  321. package/esm2022/table/lib/table.store.mjs +8 -8
  322. package/fesm2022/dereekb-dbx-web-calendar.mjs +69 -110
  323. package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
  324. package/fesm2022/dereekb-dbx-web-mapbox.mjs +340 -365
  325. package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
  326. package/fesm2022/dereekb-dbx-web-table.mjs +230 -317
  327. package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
  328. package/fesm2022/dereekb-dbx-web.mjs +8063 -8083
  329. package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
  330. package/lib/action/action.confirm.directive.d.ts +4 -5
  331. package/lib/action/action.module.d.ts +7 -10
  332. package/lib/action/key.trigger.directive.d.ts +1 -1
  333. package/lib/action/snackbar/_snackbar.scss +3 -3
  334. package/lib/action/snackbar/action.snackbar.component.d.ts +15 -14
  335. package/lib/action/snackbar/action.snackbar.directive.d.ts +5 -7
  336. package/lib/action/snackbar/action.snackbar.generator.d.ts +9 -9
  337. package/lib/action/snackbar/action.snackbar.module.d.ts +1 -6
  338. package/lib/action/transition/action.transition.module.d.ts +7 -6
  339. package/lib/action/transition/transition.safety.dialog.component.d.ts +5 -9
  340. package/lib/action/transition/transition.safety.directive.d.ts +10 -7
  341. package/lib/button/_button.scss +3 -3
  342. package/lib/button/button.component.d.ts +16 -21
  343. package/lib/button/button.module.d.ts +10 -7
  344. package/lib/button/{button.spacer.component.d.ts → button.spacer.directive.d.ts} +1 -1
  345. package/lib/button/icon/icon.button.component.d.ts +1 -1
  346. package/lib/button/icon/icon.button.module.d.ts +4 -4
  347. package/lib/button/index.d.ts +1 -1
  348. package/lib/button/progress/abstract.progress.button.directive.d.ts +25 -0
  349. package/lib/button/progress/bar.button.component.d.ts +5 -4
  350. package/lib/button/progress/bar.button.component.scss +1 -1
  351. package/lib/button/progress/button.progress.config.d.ts +62 -34
  352. package/lib/button/progress/button.progress.module.d.ts +4 -10
  353. package/lib/button/progress/button.progress.providers.d.ts +9 -0
  354. package/lib/button/progress/index.d.ts +1 -0
  355. package/lib/button/progress/spinner.button.component.d.ts +18 -7
  356. package/lib/button/progress/spinner.button.component.scss +34 -7
  357. package/lib/error/_error.scss +3 -3
  358. package/lib/error/default.error.widget.component.d.ts +3 -3
  359. package/lib/error/error.action.directive.d.ts +3 -3
  360. package/lib/error/error.component.d.ts +21 -28
  361. package/lib/error/error.details.component.d.ts +2 -2
  362. package/lib/error/error.loading.directive.d.ts +8 -8
  363. package/lib/error/error.module.d.ts +4 -7
  364. package/lib/error/error.popover.component.d.ts +6 -6
  365. package/lib/error/error.snackbar.action.directive.d.ts +1 -1
  366. package/lib/error/error.snackbar.component.d.ts +12 -23
  367. package/lib/error/error.snackbar.service.d.ts +1 -0
  368. package/lib/error/error.view.component.d.ts +10 -12
  369. package/lib/error/error.widget.component.d.ts +4 -8
  370. package/lib/error/error.widget.service.d.ts +1 -1
  371. package/lib/error/state.d.ts +3 -2
  372. package/lib/extension/calendar/_calendar.scss +20 -20
  373. package/lib/extension/download/text/download.text.component.d.ts +16 -14
  374. package/lib/extension/download/text/download.text.module.d.ts +4 -6
  375. package/lib/extension/model/index.d.ts +1 -1
  376. package/lib/extension/model/model.providers.d.ts +13 -0
  377. package/lib/extension/model/model.tracker.d.ts +7 -7
  378. package/lib/extension/model/model.tracker.service.d.ts +2 -2
  379. package/lib/extension/model/model.tracker.view.storage.d.ts +4 -1
  380. package/lib/extension/model/model.types.d.ts +6 -6
  381. package/lib/extension/model/model.types.service.d.ts +1 -1
  382. package/lib/extension/model/state/actions/actions.d.ts +1 -1
  383. package/lib/extension/model/state/actions/model.actions.d.ts +5 -5
  384. package/lib/extension/model/state/effects/tracker.effects.d.ts +1 -1
  385. package/lib/extension/model/state/reducers/model.module.config.d.ts +1 -1
  386. package/lib/extension/structure/structure.body.directive.d.ts +1 -1
  387. package/lib/extension/structure/structure.module.d.ts +4 -2
  388. package/lib/extension/structure/structure.structure.directive.d.ts +5 -2
  389. package/lib/extension/table/_table.scss +3 -3
  390. package/lib/extension/widget/widget.component.d.ts +5 -9
  391. package/lib/extension/widget/widget.list.component.d.ts +8 -4
  392. package/lib/extension/widget/widget.module.d.ts +8 -4
  393. package/lib/index.d.ts +1 -1
  394. package/lib/interaction/dialog/_dialog.scss +3 -3
  395. package/lib/interaction/dialog/dialog.action.directive.d.ts +7 -6
  396. package/lib/interaction/dialog/dialog.content.close.component.d.ts +4 -6
  397. package/lib/interaction/dialog/{dialog.content.component.d.ts → dialog.content.directive.d.ts} +3 -2
  398. package/lib/interaction/dialog/dialog.content.footer.component.d.ts +10 -10
  399. package/lib/interaction/dialog/dialog.module.d.ts +2 -9
  400. package/lib/interaction/dialog/index.d.ts +1 -1
  401. package/lib/interaction/filter/_filter.scss +3 -3
  402. package/lib/interaction/filter/filter.config.d.ts +62 -0
  403. package/lib/interaction/filter/filter.menu.d.ts +3 -3
  404. package/lib/interaction/filter/filter.module.d.ts +2 -11
  405. package/lib/interaction/filter/filter.partial.d.ts +5 -7
  406. package/lib/interaction/filter/filter.partial.list.component.d.ts +1 -1
  407. package/lib/interaction/filter/filter.partial.menu.component.d.ts +5 -5
  408. package/lib/interaction/filter/filter.popover.button.component.d.ts +5 -7
  409. package/lib/interaction/filter/filter.popover.button.directive.d.ts +7 -6
  410. package/lib/interaction/filter/filter.popover.component.d.ts +15 -71
  411. package/lib/interaction/filter/filter.preset.directive.d.ts +7 -11
  412. package/lib/interaction/filter/filter.preset.list.component.d.ts +1 -1
  413. package/lib/interaction/filter/filter.preset.menu.component.d.ts +5 -5
  414. package/lib/interaction/filter/filter.wrapper.component.d.ts +5 -5
  415. package/lib/interaction/filter/index.d.ts +1 -0
  416. package/lib/interaction/interaction.module.d.ts +13 -4
  417. package/lib/interaction/popover/_popover.scss +3 -3
  418. package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +3 -4
  419. package/lib/interaction/popover/index.d.ts +1 -1
  420. package/lib/interaction/popover/popover.action.directive.d.ts +7 -6
  421. package/lib/interaction/popover/popover.close.component.d.ts +1 -1
  422. package/lib/interaction/popover/popover.component.d.ts +15 -9
  423. package/lib/interaction/popover/popover.content.component.d.ts +6 -4
  424. package/lib/interaction/popover/popover.content.module.d.ts +2 -11
  425. package/lib/interaction/popover/popover.controls.directive.d.ts +3 -2
  426. package/lib/interaction/popover/popover.coordinator.component.d.ts +2 -2
  427. package/lib/interaction/popover/popover.header.component.d.ts +4 -3
  428. package/lib/interaction/popover/popover.module.d.ts +2 -11
  429. package/lib/interaction/popover/popover.scroll.content.directive.d.ts +13 -0
  430. package/lib/interaction/popover/popover.service.d.ts +4 -4
  431. package/lib/interaction/popup/_popup.scss +6 -6
  432. package/lib/interaction/popup/popup.component.d.ts +19 -19
  433. package/lib/interaction/popup/popup.content.component.d.ts +2 -1
  434. package/lib/interaction/popup/popup.controls.buttons.component.d.ts +3 -1
  435. package/lib/interaction/popup/popup.controls.component.d.ts +2 -2
  436. package/lib/interaction/popup/popup.coordinator.component.d.ts +3 -2
  437. package/lib/interaction/popup/popup.coordinator.service.d.ts +1 -1
  438. package/lib/interaction/popup/popup.d.ts +7 -6
  439. package/lib/interaction/popup/popup.module.d.ts +1 -10
  440. package/lib/interaction/popup/popup.position.strategy.d.ts +2 -2
  441. package/lib/interaction/popup/popup.service.d.ts +4 -4
  442. package/lib/interaction/prompt/_prompt.scss +4 -4
  443. package/lib/interaction/prompt/index.d.ts +1 -1
  444. package/lib/interaction/prompt/prompt.box.directive.d.ts +6 -0
  445. package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +1 -1
  446. package/lib/interaction/prompt/prompt.component.d.ts +3 -3
  447. package/lib/interaction/prompt/prompt.confirm.component.d.ts +11 -23
  448. package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +2 -3
  449. package/lib/interaction/prompt/prompt.confirm.directive.d.ts +9 -5
  450. package/lib/interaction/prompt/prompt.module.d.ts +2 -11
  451. package/lib/interaction/prompt/prompt.page.component.d.ts +1 -1
  452. package/lib/interaction/style/_style.scss +6 -6
  453. package/lib/keypress/keydown.listener.directive.d.ts +1 -1
  454. package/lib/keypress/keypress.module.d.ts +4 -2
  455. package/lib/layout/bar/_bar.scss +8 -12
  456. package/lib/layout/bar/bar.directive.d.ts +3 -3
  457. package/lib/layout/bar/bar.header.component.d.ts +4 -5
  458. package/lib/layout/bar/bar.layout.module.d.ts +2 -5
  459. package/lib/layout/bar/pagebar.component.d.ts +3 -3
  460. package/lib/layout/block/_block.scss +3 -3
  461. package/lib/layout/block/block.layout.module.d.ts +3 -4
  462. package/lib/layout/block/two.block.component.d.ts +8 -8
  463. package/lib/layout/card/_card.scss +3 -3
  464. package/lib/layout/card/card.box.component.d.ts +3 -3
  465. package/lib/layout/card/card.box.container.directive.d.ts +8 -0
  466. package/lib/layout/card/card.box.layout.module.d.ts +2 -4
  467. package/lib/layout/card/index.d.ts +1 -1
  468. package/lib/layout/column/_column.scss +3 -3
  469. package/lib/layout/column/column.layout.module.d.ts +2 -2
  470. package/lib/layout/column/one/one.column.component.d.ts +3 -3
  471. package/lib/layout/column/one/one.column.module.d.ts +4 -3
  472. package/lib/layout/column/two/index.d.ts +1 -1
  473. package/lib/layout/column/two/two.column.back.directive.d.ts +3 -3
  474. package/lib/layout/column/two/two.column.component.d.ts +37 -20
  475. package/lib/layout/column/two/two.column.context.directive.d.ts +4 -7
  476. package/lib/layout/column/two/two.column.full.left.directive.d.ts +4 -8
  477. package/lib/layout/column/two/two.column.head.directive.d.ts +11 -0
  478. package/lib/layout/column/two/two.column.module.d.ts +2 -8
  479. package/lib/layout/column/two/two.column.right.component.d.ts +12 -14
  480. package/lib/layout/column/two/two.column.sref.directive.d.ts +3 -2
  481. package/lib/layout/column/two/two.column.sref.showright.directive.d.ts +3 -4
  482. package/lib/layout/column/two/two.column.store.d.ts +17 -9
  483. package/lib/layout/content/_content.scss +10 -10
  484. package/lib/layout/content/content.border.directive.d.ts +3 -2
  485. package/lib/layout/content/content.box.directive.d.ts +3 -3
  486. package/lib/layout/content/content.container.directive.d.ts +5 -4
  487. package/lib/layout/content/content.directive.d.ts +1 -1
  488. package/lib/layout/content/content.elevate.directive.d.ts +2 -2
  489. package/lib/layout/content/content.layout.module.d.ts +1 -2
  490. package/lib/layout/content/content.page.directive.d.ts +1 -1
  491. package/lib/layout/content/content.pit.directive.d.ts +2 -2
  492. package/lib/layout/flag/_flag.scss +3 -3
  493. package/lib/layout/flag/flag.component.d.ts +2 -2
  494. package/lib/layout/flag/flag.layout.module.d.ts +1 -6
  495. package/lib/layout/flag/flag.prompt.component.d.ts +4 -3
  496. package/lib/layout/flex/_flex.scss +3 -3
  497. package/lib/layout/flex/flex.group.directive.d.ts +7 -14
  498. package/lib/layout/flex/flex.layout.module.d.ts +4 -2
  499. package/lib/layout/flex/flex.size.directive.d.ts +3 -2
  500. package/lib/layout/item/_item.scss +3 -3
  501. package/lib/layout/item/index.d.ts +0 -1
  502. package/lib/layout/item/item.icon.component.d.ts +3 -3
  503. package/lib/layout/layout.module.d.ts +5 -7
  504. package/lib/layout/list/_list.scss +19 -6
  505. package/lib/layout/list/grid/index.d.ts +2 -0
  506. package/lib/layout/list/{list.grid.view.component.d.ts → grid/list.grid.view.component.d.ts} +23 -31
  507. package/lib/layout/list/grid/list.grid.view.directive.d.ts +24 -0
  508. package/lib/layout/list/group/index.d.ts +3 -0
  509. package/lib/layout/list/{list.view.value.group.d.ts → group/list.view.value.group.d.ts} +2 -2
  510. package/lib/layout/list/{list.view.value.group.title.d.ts → group/list.view.value.group.title.d.ts} +1 -1
  511. package/lib/layout/list/group/list.view.value.group.title.directive.d.ts +15 -0
  512. package/lib/layout/list/group/list.view.value.group.title.header.component.d.ts +21 -0
  513. package/lib/layout/list/index.d.ts +5 -9
  514. package/lib/layout/list/list.component.d.ts +54 -50
  515. package/lib/layout/list/list.content.empty.component.d.ts +1 -1
  516. package/lib/layout/list/list.directive.d.ts +35 -15
  517. package/lib/layout/list/list.layout.module.d.ts +27 -18
  518. package/lib/layout/list/list.module.d.ts +13 -0
  519. package/lib/layout/list/list.view.d.ts +8 -8
  520. package/lib/layout/list/list.view.directive.d.ts +14 -9
  521. package/lib/layout/list/list.view.selection.directive.d.ts +12 -3
  522. package/lib/layout/list/list.view.value.component.d.ts +32 -39
  523. package/lib/layout/list/list.view.value.d.ts +4 -1
  524. package/lib/layout/list/list.view.value.directive.d.ts +5 -7
  525. package/lib/layout/list/list.view.value.selection.component.d.ts +14 -13
  526. package/lib/layout/list/list.wrapper.d.ts +13 -4
  527. package/lib/layout/list/meta/index.d.ts +1 -0
  528. package/lib/layout/list/{list.view.meta.icon.component.d.ts → meta/list.view.meta.icon.component.d.ts} +2 -2
  529. package/lib/layout/list/modifier/index.d.ts +4 -0
  530. package/lib/layout/list/modifier/list.modifier.module.d.ts +12 -0
  531. package/lib/layout/list/{list.view.value.modifier.directive.d.ts → modifier/list.view.value.modifier.directive.d.ts} +13 -12
  532. package/lib/layout/list/{list.view.value.modifier.ripple.directive.d.ts → modifier/list.view.value.modifier.ripple.directive.d.ts} +5 -6
  533. package/lib/layout/list/{list.view.value.modifier.selection.directive.d.ts → modifier/list.view.value.modifier.selection.directive.d.ts} +5 -6
  534. package/lib/layout/section/_section.scss +3 -3
  535. package/lib/layout/section/section.component.d.ts +3 -2
  536. package/lib/layout/section/section.d.ts +28 -6
  537. package/lib/layout/section/section.header.component.d.ts +12 -11
  538. package/lib/layout/section/section.intro.component.d.ts +7 -8
  539. package/lib/layout/section/section.layout.module.d.ts +2 -7
  540. package/lib/layout/section/section.page.component.d.ts +4 -3
  541. package/lib/layout/section/subsection.component.d.ts +1 -1
  542. package/lib/layout/step/_step.scss +3 -3
  543. package/lib/layout/step/step.component.d.ts +6 -5
  544. package/lib/layout/step/step.layout.module.d.ts +4 -3
  545. package/lib/layout/style/_style.scss +20 -3
  546. package/lib/layout/style/index.d.ts +1 -0
  547. package/lib/layout/style/spacer.directive.d.ts +1 -1
  548. package/lib/layout/style/style.body.directive.d.ts +8 -8
  549. package/lib/layout/style/style.color.directive.d.ts +3 -3
  550. package/lib/layout/style/style.d.ts +48 -1
  551. package/lib/layout/style/style.directive.d.ts +5 -5
  552. package/lib/layout/style/style.layout.module.d.ts +1 -2
  553. package/lib/layout/style/style.providers.d.ts +19 -0
  554. package/lib/layout/style/style.service.d.ts +28 -18
  555. package/lib/layout/style/style.set.directive.d.ts +18 -16
  556. package/lib/layout/text/_text.scss +8 -8
  557. package/lib/layout/text/address.component.d.ts +2 -2
  558. package/lib/layout/text/detail.block.component.d.ts +1 -1
  559. package/lib/layout/text/detail.block.header.component.d.ts +1 -1
  560. package/lib/layout/text/icon.spacer.component.d.ts +1 -1
  561. package/lib/layout/text/label.block.component.d.ts +1 -1
  562. package/lib/layout/text/linkify.component.d.ts +3 -2
  563. package/lib/layout/text/text.chip.directive.d.ts +1 -1
  564. package/lib/layout/text/text.chips.component.d.ts +3 -4
  565. package/lib/layout/text/text.module.d.ts +1 -5
  566. package/lib/loading/_loading.scss +3 -3
  567. package/lib/loading/basic-loading.component.d.ts +17 -36
  568. package/lib/loading/loading-progress.component.d.ts +12 -14
  569. package/lib/loading/loading.action.directive.d.ts +2 -4
  570. package/lib/loading/loading.component.d.ts +31 -29
  571. package/lib/loading/loading.module.d.ts +1 -5
  572. package/lib/router/layout/anchor/_anchor.scss +3 -3
  573. package/lib/router/layout/anchor/anchor.component.d.ts +7 -12
  574. package/lib/router/layout/anchor/anchor.content.component.d.ts +4 -3
  575. package/lib/router/layout/anchor/anchor.icon.component.d.ts +1 -1
  576. package/lib/router/layout/anchor/anchor.link.component.d.ts +3 -3
  577. package/lib/router/layout/anchor/anchor.module.d.ts +14 -5
  578. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +5 -6
  579. package/lib/router/layout/anchorlist/_anchorlist.scss +6 -6
  580. package/lib/router/layout/anchorlist/anchorlist.component.d.ts +6 -9
  581. package/lib/router/layout/anchorlist/anchorlist.module.d.ts +4 -9
  582. package/lib/router/layout/list/list.module.d.ts +4 -1
  583. package/lib/router/layout/list/router.list.directive.d.ts +6 -8
  584. package/lib/router/layout/navbar/_navbar.scss +3 -3
  585. package/lib/router/layout/navbar/navbar.component.d.ts +22 -29
  586. package/lib/router/layout/navbar/navbar.module.d.ts +4 -9
  587. package/lib/router/layout/sidenav/_sidenav.scss +8 -8
  588. package/lib/router/layout/sidenav/sidenav.button.component.d.ts +3 -4
  589. package/lib/router/layout/sidenav/sidenav.component.d.ts +19 -18
  590. package/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.d.ts +7 -7
  591. package/lib/router/layout/sidenav/sidenav.module.d.ts +1 -14
  592. package/lib/router/layout/sidenav/sidenav.page.component.d.ts +7 -10
  593. package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +2 -2
  594. package/lib/router/provider/ngrouter/anchor.component.d.ts +1 -1
  595. package/lib/router/provider/ngrouter/angular.router.providers.d.ts +7 -0
  596. package/lib/router/provider/ngrouter/index.d.ts +1 -1
  597. package/lib/router/provider/router.provider.config.d.ts +7 -0
  598. package/lib/router/provider/uirouter/anchor.component.d.ts +6 -5
  599. package/lib/router/provider/uirouter/index.d.ts +1 -1
  600. package/lib/router/provider/uirouter/uirouter.router.providers.d.ts +7 -0
  601. package/lib/screen/index.d.ts +1 -1
  602. package/lib/screen/screen.providers.d.ts +15 -0
  603. package/lib/screen/screen.service.d.ts +7 -7
  604. package/lib/style/_all-typography.scss +1 -1
  605. package/lib/style/_root-variables.scss +13 -13
  606. package/lib/style/_theming.scss +4 -2
  607. package/mapbox/lib/index.d.ts +2 -1
  608. package/mapbox/lib/mapbox.change.service.d.ts +3 -3
  609. package/mapbox/lib/mapbox.d.ts +33 -19
  610. package/mapbox/lib/mapbox.injection.component.d.ts +2 -4
  611. package/mapbox/lib/mapbox.injection.store.provide.d.ts +1 -1
  612. package/mapbox/lib/mapbox.layout.component.d.ts +36 -34
  613. package/mapbox/lib/mapbox.layout.drawer.component.d.ts +2 -2
  614. package/mapbox/lib/mapbox.layout.resize.sync.directive.d.ts +1 -1
  615. package/mapbox/lib/mapbox.marker.component.d.ts +6 -11
  616. package/mapbox/lib/mapbox.marker.d.ts +13 -13
  617. package/mapbox/lib/mapbox.markers.component.d.ts +5 -11
  618. package/mapbox/lib/mapbox.menu.component.d.ts +9 -11
  619. package/mapbox/lib/mapbox.module.d.ts +2 -12
  620. package/mapbox/lib/mapbox.options.d.ts +11 -0
  621. package/mapbox/lib/mapbox.providers.d.ts +17 -0
  622. package/mapbox/lib/mapbox.rxjs.d.ts +6 -6
  623. package/mapbox/lib/mapbox.service.d.ts +1 -1
  624. package/mapbox/lib/mapbox.store.d.ts +28 -6
  625. package/mapbox/lib/mapbox.store.map.directive.d.ts +1 -1
  626. package/mapbox/lib/mapbox.store.provide.d.ts +1 -1
  627. package/package.json +14 -16
  628. package/table/lib/date/date.table.column.header.component.d.ts +3 -3
  629. package/table/lib/date/daterange.table.cell.input.component.d.ts +14 -12
  630. package/table/lib/date/table.date.module.d.ts +1 -9
  631. package/table/lib/table.cell.action.component.d.ts +2 -1
  632. package/table/lib/table.cell.input.component.d.ts +2 -1
  633. package/table/lib/table.cell.summaryend.component.d.ts +2 -1
  634. package/table/lib/table.cell.summarystart.component.d.ts +2 -1
  635. package/table/lib/table.column.directive.d.ts +3 -6
  636. package/table/lib/table.column.footer.component.d.ts +3 -3
  637. package/table/lib/table.column.header.component.d.ts +3 -3
  638. package/table/lib/table.component.d.ts +13 -8
  639. package/table/lib/table.directive.d.ts +5 -4
  640. package/table/lib/table.item.action.component.d.ts +4 -2
  641. package/table/lib/table.item.cell.component.d.ts +3 -5
  642. package/table/lib/table.item.directive.d.ts +3 -6
  643. package/table/lib/table.item.header.component.d.ts +2 -1
  644. package/table/lib/table.module.d.ts +4 -6
  645. package/calendar/esm2022/dereekb-dbx-web-calendar.mjs +0 -5
  646. package/calendar/esm2022/index.mjs +0 -2
  647. package/calendar/esm2022/lib/calendar.base.component.mjs +0 -54
  648. package/calendar/esm2022/lib/calendar.component.mjs +0 -54
  649. package/calendar/esm2022/lib/calendar.mjs +0 -30
  650. package/calendar/esm2022/lib/calendar.module.mjs +0 -87
  651. package/calendar/esm2022/lib/calendar.store.mjs +0 -174
  652. package/calendar/esm2022/lib/index.mjs +0 -6
  653. package/calendar/fesm2022/dereekb-dbx-web-calendar.mjs +0 -385
  654. package/calendar/fesm2022/dereekb-dbx-web-calendar.mjs.map +0 -1
  655. package/calendar/package.json +0 -21
  656. package/esm2022/lib/button/button.spacer.component.mjs +0 -19
  657. package/esm2022/lib/button/progress/base.progress.button.directive.mjs +0 -107
  658. package/esm2022/lib/extension/model/model.module.mjs +0 -66
  659. package/esm2022/lib/interaction/dialog/dialog.content.component.mjs +0 -23
  660. package/esm2022/lib/interaction/popover/popover.scroll.content.component.mjs +0 -48
  661. package/esm2022/lib/interaction/prompt/prompt.box.component.mjs +0 -25
  662. package/esm2022/lib/layout/card/card.box.container.component.mjs +0 -25
  663. package/esm2022/lib/layout/column/two/two.column.head.component.mjs +0 -32
  664. package/esm2022/lib/layout/item/item.layout.module.mjs +0 -19
  665. package/esm2022/lib/layout/list/list.grid.view.component.mjs +0 -112
  666. package/esm2022/lib/layout/list/list.grid.view.directive.mjs +0 -15
  667. package/esm2022/lib/layout/list/list.view.meta.icon.component.mjs +0 -35
  668. package/esm2022/lib/layout/list/list.view.value.group.mjs +0 -32
  669. package/esm2022/lib/layout/list/list.view.value.group.title.directive.mjs +0 -131
  670. package/esm2022/lib/layout/list/list.view.value.group.title.mjs +0 -2
  671. package/esm2022/lib/layout/list/list.view.value.modifier.directive.mjs +0 -77
  672. package/esm2022/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +0 -41
  673. package/esm2022/lib/layout/list/list.view.value.modifier.selection.directive.mjs +0 -39
  674. package/esm2022/lib/router/provider/ngrouter/angular.router.module.mjs +0 -36
  675. package/esm2022/lib/router/provider/uirouter/uirouter.router.module.mjs +0 -36
  676. package/esm2022/lib/screen/screen.module.mjs +0 -24
  677. package/esm2022/mapbox/lib/options.mjs +0 -2
  678. package/lib/button/progress/base.progress.button.directive.d.ts +0 -32
  679. package/lib/extension/model/model.module.d.ts +0 -19
  680. package/lib/interaction/popover/popover.scroll.content.component.d.ts +0 -13
  681. package/lib/interaction/prompt/prompt.box.component.d.ts +0 -6
  682. package/lib/layout/card/card.box.container.component.d.ts +0 -8
  683. package/lib/layout/column/two/two.column.head.component.d.ts +0 -10
  684. package/lib/layout/item/item.layout.module.d.ts +0 -9
  685. package/lib/layout/list/list.grid.view.directive.d.ts +0 -10
  686. package/lib/layout/list/list.view.value.group.title.directive.d.ts +0 -35
  687. package/lib/router/provider/ngrouter/angular.router.module.d.ts +0 -12
  688. package/lib/router/provider/uirouter/uirouter.router.module.d.ts +0 -12
  689. package/lib/screen/screen.module.d.ts +0 -9
  690. package/mapbox/esm2022/dereekb-dbx-web-mapbox.mjs +0 -5
  691. package/mapbox/esm2022/index.mjs +0 -2
  692. package/mapbox/esm2022/lib/index.mjs +0 -21
  693. package/mapbox/esm2022/lib/mapbox.change.service.mjs +0 -40
  694. package/mapbox/esm2022/lib/mapbox.injection.component.mjs +0 -28
  695. package/mapbox/esm2022/lib/mapbox.injection.store.mjs +0 -39
  696. package/mapbox/esm2022/lib/mapbox.injection.store.provide.mjs +0 -47
  697. package/mapbox/esm2022/lib/mapbox.layout.component.mjs +0 -185
  698. package/mapbox/esm2022/lib/mapbox.layout.drawer.component.mjs +0 -21
  699. package/mapbox/esm2022/lib/mapbox.layout.resize.sync.directive.mjs +0 -32
  700. package/mapbox/esm2022/lib/mapbox.marker.component.mjs +0 -135
  701. package/mapbox/esm2022/lib/mapbox.marker.mjs +0 -16
  702. package/mapbox/esm2022/lib/mapbox.markers.component.mjs +0 -58
  703. package/mapbox/esm2022/lib/mapbox.menu.component.mjs +0 -91
  704. package/mapbox/esm2022/lib/mapbox.mjs +0 -19
  705. package/mapbox/esm2022/lib/mapbox.module.mjs +0 -108
  706. package/mapbox/esm2022/lib/mapbox.rxjs.mjs +0 -53
  707. package/mapbox/esm2022/lib/mapbox.service.mjs +0 -36
  708. package/mapbox/esm2022/lib/mapbox.store.map.directive.mjs +0 -33
  709. package/mapbox/esm2022/lib/mapbox.store.mjs +0 -525
  710. package/mapbox/esm2022/lib/mapbox.store.provide.mjs +0 -47
  711. package/mapbox/esm2022/lib/mapbox.util.mjs +0 -15
  712. package/mapbox/esm2022/lib/options.mjs +0 -2
  713. package/mapbox/fesm2022/dereekb-dbx-web-mapbox.mjs +0 -1449
  714. package/mapbox/fesm2022/dereekb-dbx-web-mapbox.mjs.map +0 -1
  715. package/mapbox/lib/options.d.ts +0 -7
  716. package/mapbox/package.json +0 -21
  717. package/table/esm2022/dereekb-dbx-web-table.mjs +0 -5
  718. package/table/esm2022/index.mjs +0 -2
  719. package/table/esm2022/lib/date/date.table.column.header.component.mjs +0 -49
  720. package/table/esm2022/lib/date/daterange.table.cell.input.component.mjs +0 -161
  721. package/table/esm2022/lib/date/index.mjs +0 -4
  722. package/table/esm2022/lib/date/table.date.module.mjs +0 -68
  723. package/table/esm2022/lib/index.mjs +0 -18
  724. package/table/esm2022/lib/table.cell.action.component.mjs +0 -25
  725. package/table/esm2022/lib/table.cell.input.component.mjs +0 -28
  726. package/table/esm2022/lib/table.cell.summaryend.component.mjs +0 -25
  727. package/table/esm2022/lib/table.cell.summarystart.component.mjs +0 -28
  728. package/table/esm2022/lib/table.column.directive.mjs +0 -27
  729. package/table/esm2022/lib/table.column.footer.component.mjs +0 -32
  730. package/table/esm2022/lib/table.column.header.component.mjs +0 -32
  731. package/table/esm2022/lib/table.component.mjs +0 -55
  732. package/table/esm2022/lib/table.directive.mjs +0 -34
  733. package/table/esm2022/lib/table.item.action.component.mjs +0 -32
  734. package/table/esm2022/lib/table.item.cell.component.mjs +0 -36
  735. package/table/esm2022/lib/table.item.directive.mjs +0 -27
  736. package/table/esm2022/lib/table.item.header.component.mjs +0 -24
  737. package/table/esm2022/lib/table.mjs +0 -2
  738. package/table/esm2022/lib/table.module.mjs +0 -74
  739. package/table/esm2022/lib/table.store.mjs +0 -53
  740. package/table/fesm2022/dereekb-dbx-web-table.mjs +0 -704
  741. package/table/fesm2022/dereekb-dbx-web-table.mjs.map +0 -1
  742. package/table/package.json +0 -21
@@ -47,9 +47,9 @@
47
47
 
48
48
  @mixin theme($theme-config) {
49
49
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-router-anchor') {
50
- $color: theming.get-color-config($theme-config);
51
- $density: theming.get-density-config($theme-config);
52
- $typography: theming.get-typography-config($theme-config);
50
+ $color: theming.m2-get-color-config($theme-config);
51
+ $density: theming.m2-get-density-config($theme-config);
52
+ $typography: theming.m2-get-typography-config($theme-config);
53
53
 
54
54
  @if $color !=null {
55
55
  @include color($theme-config);
@@ -1,25 +1,20 @@
1
- import { TemplateRef, OnDestroy } from '@angular/core';
1
+ import { TemplateRef } from '@angular/core';
2
2
  import { AbstractDbxAnchorDirective, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
3
3
  import { type Maybe } from '@dereekb/util';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Component that renders an anchor element depending on the input.
7
7
  */
8
- export declare class DbxAnchorComponent extends AbstractDbxAnchorDirective implements OnDestroy {
9
- private readonly dbNgxRouterWebProviderConfig;
10
- private _templateRef;
8
+ export declare class DbxAnchorComponent extends AbstractDbxAnchorDirective {
9
+ private readonly _dbNgxRouterWebProviderConfig;
10
+ readonly block: import("@angular/core").InputSignal<Maybe<boolean>>;
11
+ readonly templateRef: import("@angular/core").Signal<Maybe<TemplateRef<unknown>>>;
11
12
  readonly templateRef$: import("rxjs").Observable<Maybe<TemplateRef<unknown>>>;
12
- block?: boolean;
13
- get templateRef(): Maybe<TemplateRef<unknown>>;
14
- set templateRef(templateRef: Maybe<TemplateRef<unknown>>);
15
- readonly url$: import("rxjs").Observable<string | undefined>;
16
- readonly target$: import("rxjs").Observable<string | undefined>;
17
- readonly selectedClass$: import("rxjs").Observable<"" | "dbx-anchor-selected">;
18
- ngOnDestroy(): void;
13
+ readonly selectedClassSignal: import("@angular/core").Signal<"" | "dbx-anchor-selected">;
19
14
  get srefAnchorConfig(): DbxInjectionComponentConfig;
20
15
  clickAnchor(event?: Maybe<MouseEvent>): void;
21
16
  onMouseEnter(event?: Maybe<MouseEvent>): void;
22
17
  onMouseLeave(event?: Maybe<MouseEvent>): void;
23
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorComponent, "dbx-anchor, [dbx-anchor]", never, { "block": { "alias": "block"; "required": false; }; }, {}, never, ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorComponent, "dbx-anchor, [dbx-anchor]", never, { "block": { "alias": "block"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
25
20
  }
@@ -12,10 +12,11 @@ export declare class DbxAnchorContentComponent implements OnDestroy {
12
12
  private readonly _inputAnchor;
13
13
  private readonly _parentAnchor;
14
14
  readonly anchor$: Observable<Maybe<Partial<ClickableAnchorLink>>>;
15
- readonly icon$: Observable<Maybe<string>>;
16
- readonly title$: Observable<string | undefined>;
15
+ readonly anchorSignal: import("@angular/core").Signal<Maybe<Partial<ClickableAnchorLink>>>;
16
+ readonly iconSignal: import("@angular/core").Signal<Maybe<string>>;
17
+ readonly titleSignal: import("@angular/core").Signal<string | undefined>;
17
18
  set anchor(anchor: Maybe<Partial<ClickableAnchorLink>>);
18
19
  ngOnDestroy(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorContentComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorContentComponent, "dbx-anchor-content", never, { "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorContentComponent, "dbx-anchor-content", never, { "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, true, never>;
21
22
  }
@@ -7,5 +7,5 @@ import * as i0 from "@angular/core";
7
7
  export declare class DbxAnchorIconComponent {
8
8
  anchor: Maybe<ClickableIconAnchorLink>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorIconComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorIconComponent, "dbx-anchor-icon", never, { "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorIconComponent, "dbx-anchor-icon", never, { "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Pre-styled text that can link to either a website or a ref using a dbx-anchor.
6
6
  */
7
- export declare class DbxAnchorLinkComponent {
7
+ export declare class DbxLinkComponent {
8
8
  anchor?: Maybe<ClickableAnchor>;
9
9
  set ref(ref: Maybe<string>);
10
10
  set href(href: Maybe<string>);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorLinkComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorLinkComponent, "dbx-link", never, { "anchor": { "alias": "anchor"; "required": false; }; "ref": { "alias": "ref"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxLinkComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxLinkComponent, "dbx-link", never, { "anchor": { "alias": "anchor"; "required": false; }; "ref": { "alias": "ref"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, {}, never, ["*"], true, never>;
13
13
  }
@@ -1,14 +1,23 @@
1
+ import { DbxAnchorComponent } from './anchor.component';
2
+ import { DbxAnchorIconComponent } from './anchor.icon.component';
3
+ import { DbxLinkComponent } from './anchor.link.component';
4
+ import { DbxAnchorContentComponent } from './anchor.content.component';
1
5
  import * as i0 from "@angular/core";
2
6
  import * as i1 from "./anchor.component";
3
7
  import * as i2 from "./anchor.icon.component";
4
8
  import * as i3 from "./anchor.link.component";
5
9
  import * as i4 from "./anchor.content.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/button";
9
- import * as i8 from "@dereekb/dbx-core";
10
+ /**
11
+ * All standalone components related to anchors and links.
12
+ */
13
+ export declare const DBX_ROUTER_ANCHOR_COMPONENTS: (typeof DbxAnchorComponent | typeof DbxAnchorIconComponent | typeof DbxLinkComponent | typeof DbxAnchorContentComponent)[];
14
+ /**
15
+ * Module that provides anchor and link components.
16
+ *
17
+ * All components are now standalone. This module is provided for backward compatibility.
18
+ */
10
19
  export declare class DbxRouterAnchorModule {
11
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxRouterAnchorModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterAnchorModule, [typeof i1.DbxAnchorComponent, typeof i2.DbxAnchorIconComponent, typeof i3.DbxAnchorLinkComponent, typeof i4.DbxAnchorContentComponent], [typeof i5.CommonModule, typeof i6.MatIconModule, typeof i7.MatButtonModule, typeof i8.DbxInjectionComponentModule], [typeof i1.DbxAnchorComponent, typeof i2.DbxAnchorIconComponent, typeof i3.DbxAnchorLinkComponent, typeof i4.DbxAnchorContentComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterAnchorModule, never, [typeof i1.DbxAnchorComponent, typeof i2.DbxAnchorIconComponent, typeof i3.DbxLinkComponent, typeof i4.DbxAnchorContentComponent], [typeof i1.DbxAnchorComponent, typeof i2.DbxAnchorIconComponent, typeof i3.DbxLinkComponent, typeof i4.DbxAnchorContentComponent]>;
13
22
  static ɵinj: i0.ɵɵInjectorDeclaration<DbxRouterAnchorModule>;
14
23
  }
@@ -7,12 +7,11 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare abstract class AbstractDbxSegueAnchorDirective {
9
9
  readonly parent: DbxAnchorComponent;
10
- readonly target$: Observable<string | undefined>;
11
- readonly ref$: Observable<import("@dereekb/dbx-core").SegueRefRouterLink | undefined>;
12
- readonly refParams$: Observable<import("@dereekb/dbx-core").SegueRefRawSegueParams | undefined>;
13
- readonly refOptions$: Observable<object | undefined>;
14
- readonly template$: Observable<DbxInjectionTemplateConfig>;
15
- get anchor(): import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").ClickableAnchor>;
10
+ readonly anchor$: Observable<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").ClickableAnchor>>;
11
+ readonly templateConfig$: Observable<DbxInjectionTemplateConfig>;
12
+ readonly anchorSignal: import("@angular/core").Signal<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").ClickableAnchor>>;
13
+ readonly templateConfigSignal: import("@angular/core").Signal<DbxInjectionTemplateConfig<unknown> | undefined>;
14
+ readonly targetSignal: import("@angular/core").Signal<string | undefined>;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSegueAnchorDirective, never>;
17
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSegueAnchorDirective, never, never, {}, {}, never, never, false, never>;
18
17
  }
@@ -50,13 +50,13 @@ $default-anchor-list-item-child-list-item-text-size: 14px;
50
50
  }
51
51
 
52
52
  @mixin color($theme-config) {
53
- $color-config: theming.get-color-config($theme-config);
53
+ $color-config: theming.m2-get-color-config($theme-config);
54
54
  $foreground: map.get($color-config, 'foreground');
55
55
  $primary: map.get($color-config, 'primary');
56
56
 
57
57
  $background: map.get($color-config, 'background');
58
- $background-hover-color: theming.get-color-from-palette($background, 'hover');
59
- $background-disabled-color: theming.get-color-from-palette($background, 'contrast');
58
+ $background-hover-color: theming.m2-get-color-from-palette($background, 'hover');
59
+ $background-disabled-color: theming.m2-get-color-from-palette($background, 'contrast');
60
60
 
61
61
  .dbx-anchor-list.mat-mdc-nav-list {
62
62
  --mat-divider-color: #{color.scale($color: $background-hover-color, $alpha: 15%)};
@@ -110,9 +110,9 @@ $default-anchor-list-item-child-list-item-text-size: 14px;
110
110
 
111
111
  @mixin theme($theme-config) {
112
112
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-router-anchorlist') {
113
- $color: theming.get-color-config($theme-config);
114
- $density: theming.get-density-config($theme-config);
115
- $typography: theming.get-typography-config($theme-config);
113
+ $color: theming.m2-get-color-config($theme-config);
114
+ $density: theming.m2-get-density-config($theme-config);
115
+ $typography: theming.m2-get-typography-config($theme-config);
116
116
 
117
117
  @if $color !=null {
118
118
  @include color($theme-config);
@@ -1,19 +1,16 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { Observable } from 'rxjs';
1
+ import { Signal } from '@angular/core';
3
2
  import { ClickableAnchorLinkTree, ExpandedClickableAnchorLinkTree } from '@dereekb/dbx-core';
4
3
  import { type Maybe } from '@dereekb/util';
5
4
  import * as i0 from "@angular/core";
6
5
  export interface DbxAnchorListExpandedAnchor extends ExpandedClickableAnchorLinkTree {
7
- classes: string;
6
+ readonly classes: string;
8
7
  }
9
8
  /**
10
9
  * Component that displays a list of ClickableAnchorLink values within a MatNavList.
11
10
  */
12
- export declare class DbxAnchorListComponent implements OnDestroy {
13
- private _anchors;
14
- readonly expandedAnchors$: Observable<DbxAnchorListExpandedAnchor[]>;
15
- set anchors(anchors: Maybe<ClickableAnchorLinkTree[]>);
16
- ngOnDestroy(): void;
11
+ export declare class DbxAnchorListComponent {
12
+ readonly anchors: import("@angular/core").InputSignalWithTransform<ClickableAnchorLinkTree[], Maybe<ClickableAnchorLinkTree[]>>;
13
+ readonly expandedAnchors: Signal<DbxAnchorListExpandedAnchor[]>;
17
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorListComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": { "alias": "anchors"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": { "alias": "anchors"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
19
16
  }
@@ -1,15 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./anchorlist.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@dereekb/dbx-core";
5
- import * as i4 from "@angular/material/tabs";
6
- import * as i5 from "@angular/material/button";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/list";
9
- import * as i8 from "@angular/material/menu";
10
- import * as i9 from "../anchor/anchor.module";
3
+ /**
4
+ * @deprecated import standalone DbxAnchorListComponent directly
5
+ */
11
6
  export declare class DbxRouterAnchorListModule {
12
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxRouterAnchorListModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterAnchorListModule, [typeof i1.DbxAnchorListComponent], [typeof i2.CommonModule, typeof i3.DbxInjectionComponentModule, typeof i4.MatTabsModule, typeof i5.MatButtonModule, typeof i6.MatIconModule, typeof i7.MatListModule, typeof i8.MatMenuModule, typeof i9.DbxRouterAnchorModule], [typeof i1.DbxAnchorListComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterAnchorListModule, never, [typeof i1.DbxAnchorListComponent], [typeof i1.DbxAnchorListComponent]>;
14
9
  static ɵinj: i0.ɵɵInjectorDeclaration<DbxRouterAnchorListModule>;
15
10
  }
@@ -1,7 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./router.list.directive";
3
+ /**
4
+ * @deprecated import DbxValueListItemModifierDirective directly instead.
5
+ */
3
6
  export declare class DbxRouterListModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxRouterListModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterListModule, [typeof i1.DbxListItemAnchorModifierDirective], never, [typeof i1.DbxListItemAnchorModifierDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterListModule, never, [typeof i1.DbxListItemAnchorModifierDirective], [typeof i1.DbxListItemAnchorModifierDirective]>;
6
9
  static ɵinj: i0.ɵɵInjectorDeclaration<DbxRouterListModule>;
7
10
  }
@@ -1,17 +1,15 @@
1
- import { OnDestroy } from '@angular/core';
2
1
  import { ClickableAnchor } from '@dereekb/dbx-core';
3
2
  import { ArrayOrValue, Maybe, Modifier } from '@dereekb/util';
4
3
  import { Observable } from 'rxjs';
5
4
  import { DbxValueListItem } from '../../../layout/list/list.view.value';
6
- import { AbstractDbxValueListItemModifierDirective } from '../../../layout/list/list.view.value.modifier.directive';
5
+ import { AbstractDbxValueListItemModifierDirective } from '../../../layout/list/modifier/list.view.value.modifier.directive';
7
6
  import * as i0 from "@angular/core";
8
7
  export type AnchorForValueFunction<T> = (value: T, item: DbxValueListItem<T>) => Maybe<ClickableAnchor>;
9
8
  export declare const DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY = "router_anchor";
10
- export declare class DbxListItemAnchorModifierDirective<T> extends AbstractDbxValueListItemModifierDirective<T> implements OnDestroy {
11
- private _anchorForItem;
12
- readonly modifiers$: Observable<Maybe<ArrayOrValue<Modifier<DbxValueListItem<T>>>>>;
13
- ngOnDestroy(): void;
14
- set anchorForItem(anchorForItem: Maybe<AnchorForValueFunction<T>>);
9
+ export declare class DbxListItemAnchorModifierDirective<T> extends AbstractDbxValueListItemModifierDirective<T> {
10
+ readonly anchorForItem: import("@angular/core").InputSignal<Maybe<AnchorForValueFunction<T>>>;
11
+ readonly anchorForItemModifiers$: Observable<Maybe<ArrayOrValue<Modifier<DbxValueListItem<T>>>>>;
12
+ constructor();
15
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxListItemAnchorModifierDirective<any>, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListItemAnchorModifierDirective<any>, "[dbxListItemAnchorModifier]", never, { "anchorForItem": { "alias": "dbxListItemAnchorModifier"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListItemAnchorModifierDirective<any>, "[dbxListItemAnchorModifier]", never, { "anchorForItem": { "alias": "dbxListItemAnchorModifier"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
17
15
  }
@@ -16,9 +16,9 @@
16
16
 
17
17
  @mixin theme($theme-config) {
18
18
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-router-navbar') {
19
- $color: theming.get-color-config($theme-config);
20
- $density: theming.get-density-config($theme-config);
21
- $typography: theming.get-typography-config($theme-config);
19
+ $color: theming.m2-get-color-config($theme-config);
20
+ $density: theming.m2-get-density-config($theme-config);
21
+ $typography: theming.m2-get-typography-config($theme-config);
22
22
 
23
23
  @if $color != null {
24
24
  @include color($theme-config);
@@ -1,13 +1,12 @@
1
1
  import { Observable } from 'rxjs';
2
- import { ScreenMediaWidthType } from './../../../screen/screen';
2
+ import { ScreenMediaWidthType } from '../../../screen/screen';
3
3
  import { type Maybe } from '@dereekb/util';
4
- import { OnDestroy, ChangeDetectorRef, TrackByFunction } from '@angular/core';
5
- import { ClickableAnchorLinkSegueRef, AbstractTransitionDirective, DbxButtonDisplayContent } from '@dereekb/dbx-core';
4
+ import { ClickableAnchorLinkSegueRef, AbstractTransitionDirective, DbxButtonDisplay } from '@dereekb/dbx-core';
6
5
  import { HorizontalConnectionPos } from '@angular/cdk/overlay';
7
6
  import * as i0 from "@angular/core";
8
7
  interface NavAnchorLink {
9
- selected: boolean;
10
- anchor: ClickableAnchorLinkSegueRef;
8
+ readonly selected: boolean;
9
+ readonly anchor: ClickableAnchorLinkSegueRef;
11
10
  }
12
11
  export type NavBarContentAlign = 'center' | 'left' | 'right';
13
12
  export type NavbarMode = 'bar' | 'button' | 'icon';
@@ -15,41 +14,35 @@ export type NavbarButtonMode = 'menu' | 'rotate';
15
14
  /**
16
15
  * Component that displays a navbar.
17
16
  */
18
- export declare class DbxNavbarComponent extends AbstractTransitionDirective implements OnDestroy {
17
+ export declare class DbxNavbarComponent extends AbstractTransitionDirective {
19
18
  private readonly _dbxScreenMediaService;
20
19
  private readonly _dbxRouterService;
21
- readonly cdRef: ChangeDetectorRef;
22
20
  /**
23
21
  * Whether or not to show the dropwdown caret for a menu
24
22
  */
25
- showMenuCaret: boolean;
26
- navAlign: HorizontalConnectionPos;
27
- private _icon;
28
- private _defaultIcon;
29
- private _defaultText;
30
- private _inputMode;
31
- private _buttonMode;
32
- private _breakpoint;
33
- private _anchors;
23
+ readonly showMenuCaret: import("@angular/core").InputSignal<boolean>;
24
+ readonly navAlign: import("@angular/core").InputSignal<HorizontalConnectionPos>;
25
+ readonly icon: import("@angular/core").InputSignal<Maybe<string>>;
26
+ readonly defaultIcon: import("@angular/core").InputSignal<Maybe<string>>;
27
+ readonly defaultText: import("@angular/core").InputSignal<Maybe<string>>;
28
+ readonly mode: import("@angular/core").InputSignal<Maybe<NavbarMode>>;
29
+ readonly buttonMode: import("@angular/core").InputSignal<NavbarButtonMode>;
30
+ readonly breakpoint: import("@angular/core").InputSignal<ScreenMediaWidthType>;
31
+ readonly anchors: import("@angular/core").InputSignal<Maybe<ClickableAnchorLinkSegueRef[]>>;
34
32
  readonly isBreakpointActive$: Observable<boolean>;
35
- readonly mode$: Observable<"button" | "icon" | "bar">;
33
+ readonly mode$: Observable<"icon" | "button" | "bar">;
36
34
  readonly anchors$: Observable<NavAnchorLink[]>;
37
- readonly buttonMode$: Observable<NavbarButtonMode>;
38
35
  readonly selectedAnchor$: Observable<Maybe<NavAnchorLink>>;
39
36
  readonly nextRotateAnchor$: Observable<Maybe<NavAnchorLink>>;
40
37
  readonly hasNoAnchors$: Observable<boolean>;
41
38
  readonly buttonNavAnchor$: Observable<Maybe<NavAnchorLink>>;
42
- readonly buttonDisplay$: Observable<DbxButtonDisplayContent>;
43
- readonly trackByFunction: TrackByFunction<NavAnchorLink>;
44
- ngOnDestroy(): void;
45
- set icon(icon: Maybe<string>);
46
- set defaultIcon(defaultIcon: Maybe<string>);
47
- set defaultText(defaultText: Maybe<string>);
48
- set anchors(anchors: Maybe<ClickableAnchorLinkSegueRef[]>);
49
- set buttonMode(mode: Maybe<NavbarButtonMode>);
50
- set mode(mode: Maybe<NavbarMode>);
51
- set breakpoint(breakpoint: ScreenMediaWidthType);
39
+ readonly buttonDisplay$: Observable<DbxButtonDisplay>;
40
+ readonly modeSignal: import("@angular/core").Signal<"icon" | "button" | "bar" | undefined>;
41
+ readonly anchorsSignal: import("@angular/core").Signal<NavAnchorLink[] | undefined>;
42
+ readonly buttonDisplaySignal: import("@angular/core").Signal<DbxButtonDisplay | undefined>;
43
+ readonly hasNoAnchorsSignal: import("@angular/core").Signal<boolean | undefined>;
44
+ readonly nextRotateAnchorSignal: import("@angular/core").Signal<Maybe<NavAnchorLink>>;
52
45
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxNavbarComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxNavbarComponent, "dbx-navbar", never, { "showMenuCaret": { "alias": "showMenuCaret"; "required": false; }; "navAlign": { "alias": "navAlign"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "defaultIcon": { "alias": "defaultIcon"; "required": false; }; "defaultText": { "alias": "defaultText"; "required": false; }; "anchors": { "alias": "anchors"; "required": false; }; "buttonMode": { "alias": "buttonMode"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; }, {}, never, never, false, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxNavbarComponent, "dbx-navbar", never, { "showMenuCaret": { "alias": "showMenuCaret"; "required": false; "isSignal": true; }; "navAlign": { "alias": "navAlign"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "defaultIcon": { "alias": "defaultIcon"; "required": false; "isSignal": true; }; "defaultText": { "alias": "defaultText"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "buttonMode": { "alias": "buttonMode"; "required": false; "isSignal": true; }; "breakpoint": { "alias": "breakpoint"; "required": false; "isSignal": true; }; "anchors": { "alias": "anchors"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
54
47
  }
55
48
  export {};
@@ -1,15 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./navbar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../../button/icon/icon.button.module";
5
- import * as i4 from "@angular/material/tabs";
6
- import * as i5 from "@angular/material/button";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/menu";
9
- import * as i8 from "@uirouter/angular";
10
- import * as i9 from "../anchor/anchor.module";
3
+ /**
4
+ * @deprecated import DbxNavbarComponent directly
5
+ */
11
6
  export declare class DbxRouterNavbarModule {
12
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxRouterNavbarModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterNavbarModule, [typeof i1.DbxNavbarComponent], [typeof i2.CommonModule, typeof i3.DbxIconButtonModule, typeof i4.MatTabsModule, typeof i5.MatButtonModule, typeof i6.MatIconModule, typeof i7.MatMenuModule, typeof i8.UIRouterModule, typeof i9.DbxRouterAnchorModule], [typeof i1.DbxNavbarComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterNavbarModule, never, [typeof i1.DbxNavbarComponent], [typeof i1.DbxNavbarComponent]>;
14
9
  static ɵinj: i0.ɵɵInjectorDeclaration<DbxRouterNavbarModule>;
15
10
  }
@@ -121,19 +121,19 @@ $active-background-transparent-color: 0.93;
121
121
  }
122
122
 
123
123
  @mixin color($theme-config) {
124
- $color-config: theming.get-color-config($theme-config);
124
+ $color-config: theming.m2-get-color-config($theme-config);
125
125
  $primary: map.get($color-config, 'primary');
126
126
  $accent: map.get($color-config, 'accent');
127
127
 
128
128
  $background: map.get($color-config, 'background');
129
- $text-color: theming.get-color-from-palette($primary, '800-contrast');
129
+ $text-color: theming.m2-get-color-from-palette($primary, '800-contrast');
130
130
  $text-faded-color: transparentize(
131
131
  $color: $text-color,
132
132
  $amount: $faded-text-transparent-color
133
133
  );
134
- $sidenav-background-color: theming.get-color-from-palette($primary, 800);
135
- $inactive-text-color: theming.get-color-from-palette($primary, '800-contrast');
136
- $active-icon-color: theming.get-color-from-palette($accent, 400);
134
+ $sidenav-background-color: theming.m2-get-color-from-palette($primary, 800);
135
+ $inactive-text-color: theming.m2-get-color-from-palette($primary, '800-contrast');
136
+ $active-icon-color: theming.m2-get-color-from-palette($accent, 400);
137
137
 
138
138
  .dbx-sidenav {
139
139
  mat-sidenav {
@@ -247,9 +247,9 @@ $active-background-transparent-color: 0.93;
247
247
 
248
248
  @mixin theme($theme-config) {
249
249
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-router-sidenav') {
250
- $color: theming.get-color-config($theme-config);
251
- $density: theming.get-density-config($theme-config);
252
- $typography: theming.get-typography-config($theme-config);
250
+ $color: theming.m2-get-color-config($theme-config);
251
+ $density: theming.m2-get-density-config($theme-config);
252
+ $typography: theming.m2-get-typography-config($theme-config);
253
253
 
254
254
  @if $color !=null {
255
255
  @include color($theme-config);
@@ -10,10 +10,9 @@ export declare class DbxSidenavButtonComponent {
10
10
  readonly parent: DbxSidenavComponent;
11
11
  readonly mode$: import("rxjs").Observable<SideNavDisplayMode>;
12
12
  readonly showMenuButton$: import("rxjs").Observable<boolean>;
13
- private _sidenavMenuIcon;
13
+ readonly showMenuButtonSignal: import("@angular/core").Signal<boolean>;
14
+ readonly sidenavMenuIcon: import("@angular/core").InputSignalWithTransform<string, Maybe<string>>;
14
15
  toggleNav(): void;
15
- get sidenavMenuIcon(): Maybe<string>;
16
- set sidenavMenuIcon(sidenavMenuIcon: Maybe<string>);
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavButtonComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavButtonComponent, "dbx-sidenav-button", never, { "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavButtonComponent, "dbx-sidenav-button", never, { "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
19
18
  }
@@ -1,35 +1,36 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
1
  import { MatDrawerMode, MatSidenav } from '@angular/material/sidenav';
3
2
  import { AbstractTransitionWatcherDirective, ClickableAnchorLinkTree } from '@dereekb/dbx-core';
4
3
  import { type Maybe } from '@dereekb/util';
5
- import { Observable } from 'rxjs';
6
4
  import { SideNavDisplayMode } from './sidenav';
5
+ import { Observable } from 'rxjs';
7
6
  import * as i0 from "@angular/core";
8
7
  export interface DbxSidenavSidebarState {
9
- mode: SideNavDisplayMode;
10
- drawer: MatDrawerMode;
11
- open?: boolean;
8
+ readonly mode: SideNavDisplayMode;
9
+ readonly drawer: MatDrawerMode;
10
+ readonly open?: boolean;
12
11
  }
13
12
  /**
14
13
  * Navigation component that sits at the side of an app.
15
14
  */
16
- export declare class DbxSidenavComponent extends AbstractTransitionWatcherDirective implements OnInit, OnDestroy {
17
- private _screenMediaService;
18
- anchors?: Maybe<ClickableAnchorLinkTree[]>;
19
- readonly sidenav: MatSidenav;
15
+ export declare class DbxSidenavComponent extends AbstractTransitionWatcherDirective {
16
+ private readonly _screenMediaService;
17
+ readonly sidenav: import("@angular/core").Signal<MatSidenav>;
18
+ readonly anchors: import("@angular/core").InputSignal<Maybe<ClickableAnchorLinkTree[]>>;
20
19
  readonly mode$: Observable<SideNavDisplayMode>;
21
- readonly disableBackdrop$: Observable<boolean>;
22
- readonly sizeClass$: Observable<string>;
23
- readonly state$: Observable<DbxSidenavSidebarState>;
24
- readonly drawer$: Observable<MatDrawerMode>;
25
- private _watcherSub;
26
- private _stateSub;
27
- ngOnInit(): void;
28
- ngOnDestroy(): void;
20
+ readonly modeSignal: import("@angular/core").Signal<SideNavDisplayMode | undefined>;
21
+ readonly disableBackdropSignal: import("@angular/core").Signal<boolean>;
22
+ readonly sizeCssClassSignal: import("@angular/core").Signal<string>;
23
+ readonly stateSignal: import("@angular/core").Signal<{
24
+ mode: SideNavDisplayMode | undefined;
25
+ drawer: "over" | "side";
26
+ open: boolean;
27
+ }>;
28
+ readonly drawerSignal: import("@angular/core").Signal<"over" | "side">;
29
+ protected readonly _stateSignalToggleEffect: import("@angular/core").EffectRef;
29
30
  protected updateForSuccessfulTransition(): void;
30
31
  closeNav(): void;
31
32
  toggleNav(open?: boolean): void;
32
33
  private _toggleNav;
33
34
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavComponent, "dbx-sidenav", ["sidenav"], { "anchors": { "alias": "anchors"; "required": false; }; }, {}, never, ["[top]", "[bottom]", "*"], false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavComponent, "dbx-sidenav", ["sidenav"], { "anchors": { "alias": "anchors"; "required": false; "isSignal": true; }; }, {}, never, ["[top]", "[bottom]", "*"], true, never>;
35
36
  }
@@ -1,4 +1,4 @@
1
- import { OnDestroy } from '@angular/core';
1
+ import { Signal } from '@angular/core';
2
2
  import { AbstractIfDirective } from '@dereekb/dbx-core';
3
3
  import { ArrayOrValue, Maybe } from '@dereekb/util';
4
4
  import { DbxSidenavComponent } from './sidenav.component';
@@ -7,13 +7,13 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Structural directive that displays the content if the Sidenav has a specific sidenav size.
9
9
  */
10
- export declare class DbxIfSidenavDisplayModeDirective extends AbstractIfDirective implements OnDestroy {
11
- private _sidenavModes;
10
+ export declare class DbxIfSidenavDisplayModeDirective extends AbstractIfDirective {
12
11
  readonly dbxSidenavComponent: DbxSidenavComponent;
12
+ readonly modes: import("@angular/core").InputSignal<Maybe<ArrayOrValue<string>>>;
13
+ readonly modesSetSignal: Signal<Set<SideNavDisplayMode>>;
14
+ readonly modes$: import("rxjs").Observable<Set<SideNavDisplayMode>>;
13
15
  readonly show$: import("rxjs").Observable<boolean>;
14
- get modes(): Maybe<ArrayOrValue<SideNavDisplayMode | string>>;
15
- set modes(modes: Maybe<ArrayOrValue<SideNavDisplayMode | string>>);
16
- ngOnDestroy(): void;
16
+ readonly showSignal: Signal<boolean>;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxIfSidenavDisplayModeDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxIfSidenavDisplayModeDirective, "[dbxIfSidenavDisplayMode]", never, { "modes": { "alias": "dbxIfSidenavDisplayMode"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxIfSidenavDisplayModeDirective, "[dbxIfSidenavDisplayMode]", never, { "modes": { "alias": "dbxIfSidenavDisplayMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
19
19
  }
@@ -4,21 +4,8 @@ import * as i2 from "./sidenav.component";
4
4
  import * as i3 from "./sidenav.button.component";
5
5
  import * as i4 from "./sidenav.pagebar.component";
6
6
  import * as i5 from "./sidenav.page.component";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "../../../layout/bar/bar.layout.module";
9
- import * as i8 from "../anchor/anchor.module";
10
- import * as i9 from "../anchorlist/anchorlist.module";
11
- import * as i10 from "../../../button/button.module";
12
- import * as i11 from "../../../layout/content/content.layout.module";
13
- import * as i12 from "@angular/material/toolbar";
14
- import * as i13 from "@angular/material/button";
15
- import * as i14 from "@angular/material/icon";
16
- import * as i15 from "@angular/material/sidenav";
17
- import * as i16 from "@angular/material/list";
18
- import * as i17 from "@angular/material/divider";
19
- import * as i18 from "@uirouter/angular";
20
7
  export declare class DbxRouterSidenavModule {
21
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxRouterSidenavModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterSidenavModule, [typeof i1.DbxIfSidenavDisplayModeDirective, typeof i2.DbxSidenavComponent, typeof i3.DbxSidenavButtonComponent, typeof i4.DbxSidenavPagebarComponent, typeof i5.DbxSidenavPageComponent], [typeof i6.CommonModule, typeof i7.DbxBarLayoutModule, typeof i8.DbxRouterAnchorModule, typeof i9.DbxRouterAnchorListModule, typeof i10.DbxButtonModule, typeof i11.DbxContentLayoutModule, typeof i12.MatToolbarModule, typeof i13.MatButtonModule, typeof i14.MatIconModule, typeof i15.MatSidenavModule, typeof i16.MatListModule, typeof i17.MatDividerModule, typeof i18.UIRouterModule], [typeof i1.DbxIfSidenavDisplayModeDirective, typeof i2.DbxSidenavComponent, typeof i3.DbxSidenavButtonComponent, typeof i4.DbxSidenavPagebarComponent, typeof i5.DbxSidenavPageComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterSidenavModule, never, [typeof i1.DbxIfSidenavDisplayModeDirective, typeof i2.DbxSidenavComponent, typeof i3.DbxSidenavButtonComponent, typeof i4.DbxSidenavPagebarComponent, typeof i5.DbxSidenavPageComponent], [typeof i1.DbxIfSidenavDisplayModeDirective, typeof i2.DbxSidenavComponent, typeof i3.DbxSidenavButtonComponent, typeof i4.DbxSidenavPagebarComponent, typeof i5.DbxSidenavPageComponent]>;
23
10
  static ɵinj: i0.ɵɵInjectorDeclaration<DbxRouterSidenavModule>;
24
11
  }
@@ -1,22 +1,19 @@
1
- import { OnDestroy } from '@angular/core';
2
1
  import { DbxSidenavComponent } from './sidenav.component';
3
2
  import { type Maybe } from '@dereekb/util';
4
- import { DbxBarColor } from '../../../layout/bar/bar';
5
3
  import * as i0 from "@angular/core";
6
4
  /**
7
5
  * Pre-configured page used with DbxSidenavComponent.
8
6
  *
9
7
  * Can optionally be configured to only show the pagebar while in mobile mode.
10
8
  */
11
- export declare class DbxSidenavPageComponent implements OnDestroy {
9
+ export declare class DbxSidenavPageComponent {
12
10
  readonly parent: DbxSidenavComponent;
13
- sidenavMenuIcon: Maybe<string>;
14
- color?: Maybe<DbxBarColor>;
15
- private _mobileOnly;
11
+ readonly color: import("@angular/core").InputSignal<Maybe<import("@dereekb/dbx-web").DbxThemeColor>>;
12
+ readonly sidenavMenuIcon: import("@angular/core").InputSignal<Maybe<string>>;
13
+ readonly mobileOnly: import("@angular/core").InputSignal<boolean>;
14
+ readonly mobileOnly$: import("rxjs").Observable<boolean>;
16
15
  readonly hidePagebar$: import("rxjs").Observable<boolean>;
17
- ngOnDestroy(): void;
18
- get mobileOnly(): boolean;
19
- set mobileOnly(mobileOnly: boolean);
16
+ readonly hidePagebarSignal: import("@angular/core").Signal<boolean>;
20
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavPageComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPageComponent, "dbx-sidenav-page", never, { "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["[navLeft]", "[navRight]", "*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPageComponent, "dbx-sidenav-page", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; "isSignal": true; }; "mobileOnly": { "alias": "mobileOnly"; "required": false; "isSignal": true; }; }, {}, never, ["[navLeft]", "[navRight]", "*"], true, never>;
22
19
  }
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  * Pre-configured pagebar used with DbxSidenavComponent.
6
6
  */
7
7
  export declare class DbxSidenavPagebarComponent extends DbxPagebarComponent {
8
- sidenavMenuIcon: Maybe<string>;
8
+ readonly sidenavMenuIcon: import("@angular/core").InputSignal<Maybe<string>>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavPagebarComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPagebarComponent, "dbx-sidenav-pagebar", never, { "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; }; }, {}, never, ["*", "*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPagebarComponent, "dbx-sidenav-pagebar", never, { "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; "isSignal": true; }; }, {}, never, ["*", "*"], true, never>;
11
11
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class DbxAngularRouterSegueAnchorComponent extends AbstractDbxSegueAnchorDirective {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAngularRouterSegueAnchorComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxAngularRouterSegueAnchorComponent, "ng-component", never, {}, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxAngularRouterSegueAnchorComponent, "ng-component", never, {}, {}, never, never, true, never>;
9
9
  }
@@ -0,0 +1,7 @@
1
+ import { EnvironmentProviders } from '@angular/core';
2
+ /**
3
+ * Provides a DbxRouterWebProviderConfig that configures the app to use Angular Router for anchors.
4
+ *
5
+ * @returns EnvironmentProviders
6
+ */
7
+ export declare function provideDbxRouterWebAngularRouterProviderConfig(): EnvironmentProviders;
@@ -1,2 +1,2 @@
1
1
  export * from './anchor.component';
2
- export * from './angular.router.module';
2
+ export * from './angular.router.providers';