@dereekb/dbx-web 10.1.30 → 11.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 (454) hide show
  1. package/calendar/esm2022/lib/calendar.base.component.mjs +27 -30
  2. package/calendar/esm2022/lib/calendar.component.mjs +21 -24
  3. package/calendar/esm2022/lib/calendar.module.mjs +9 -9
  4. package/calendar/esm2022/lib/calendar.store.mjs +89 -89
  5. package/calendar/fesm2022/dereekb-dbx-web-calendar.mjs +137 -141
  6. package/calendar/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
  7. package/calendar/lib/calendar.base.component.d.ts +0 -1
  8. package/calendar/lib/calendar.component.d.ts +1 -2
  9. package/calendar/package.json +1 -1
  10. package/esm2022/calendar/lib/calendar.base.component.mjs +27 -30
  11. package/esm2022/calendar/lib/calendar.component.mjs +21 -24
  12. package/esm2022/calendar/lib/calendar.module.mjs +9 -9
  13. package/esm2022/calendar/lib/calendar.store.mjs +89 -89
  14. package/esm2022/lib/action/action.confirm.directive.mjs +8 -15
  15. package/esm2022/lib/action/action.module.mjs +4 -4
  16. package/esm2022/lib/action/key.trigger.directive.mjs +7 -11
  17. package/esm2022/lib/action/snackbar/action.snackbar.component.mjs +40 -48
  18. package/esm2022/lib/action/snackbar/action.snackbar.directive.mjs +10 -14
  19. package/esm2022/lib/action/snackbar/action.snackbar.module.mjs +4 -4
  20. package/esm2022/lib/action/snackbar/action.snackbar.service.mjs +14 -21
  21. package/esm2022/lib/action/transition/action.transition.module.mjs +4 -4
  22. package/esm2022/lib/action/transition/transition.safety.dialog.component.mjs +11 -14
  23. package/esm2022/lib/action/transition/transition.safety.directive.mjs +15 -20
  24. package/esm2022/lib/button/button.component.mjs +10 -9
  25. package/esm2022/lib/button/button.module.mjs +4 -4
  26. package/esm2022/lib/button/button.spacer.component.mjs +3 -3
  27. package/esm2022/lib/button/icon/icon.button.component.mjs +4 -4
  28. package/esm2022/lib/button/icon/icon.button.module.mjs +6 -6
  29. package/esm2022/lib/button/progress/bar.button.component.mjs +4 -7
  30. package/esm2022/lib/button/progress/base.progress.button.directive.mjs +45 -53
  31. package/esm2022/lib/button/progress/button.progress.module.mjs +4 -4
  32. package/esm2022/lib/button/progress/spinner.button.component.mjs +15 -17
  33. package/esm2022/lib/dbx-web.module.mjs +4 -4
  34. package/esm2022/lib/error/default.error.widget.component.mjs +4 -4
  35. package/esm2022/lib/error/error.action.directive.mjs +7 -14
  36. package/esm2022/lib/error/error.component.mjs +57 -62
  37. package/esm2022/lib/error/error.details.component.mjs +5 -4
  38. package/esm2022/lib/error/error.loading.directive.mjs +6 -12
  39. package/esm2022/lib/error/error.module.mjs +5 -5
  40. package/esm2022/lib/error/error.popover.component.mjs +4 -4
  41. package/esm2022/lib/error/error.snackbar.action.directive.mjs +8 -12
  42. package/esm2022/lib/error/error.snackbar.component.mjs +16 -22
  43. package/esm2022/lib/error/error.snackbar.service.mjs +12 -15
  44. package/esm2022/lib/error/error.view.component.mjs +12 -7
  45. package/esm2022/lib/error/error.widget.component.mjs +33 -36
  46. package/esm2022/lib/error/error.widget.directive.mjs +6 -11
  47. package/esm2022/lib/error/error.widget.service.mjs +4 -4
  48. package/esm2022/lib/extension/download/text/download.text.component.mjs +79 -82
  49. package/esm2022/lib/extension/download/text/download.text.module.mjs +6 -6
  50. package/esm2022/lib/extension/model/model.module.mjs +11 -11
  51. package/esm2022/lib/extension/model/model.state.service.mjs +6 -9
  52. package/esm2022/lib/extension/model/model.tracker.service.mjs +11 -13
  53. package/esm2022/lib/extension/model/model.tracker.view.storage.mjs +13 -13
  54. package/esm2022/lib/extension/model/model.types.service.mjs +34 -36
  55. package/esm2022/lib/extension/model/state/effects/tracker.effects.mjs +13 -17
  56. package/esm2022/lib/extension/structure/structure.body.directive.mjs +4 -4
  57. package/esm2022/lib/extension/structure/structure.module.mjs +6 -6
  58. package/esm2022/lib/extension/structure/structure.structure.directive.mjs +8 -10
  59. package/esm2022/lib/extension/widget/widget.component.mjs +22 -25
  60. package/esm2022/lib/extension/widget/widget.directive.mjs +6 -11
  61. package/esm2022/lib/extension/widget/widget.list.component.mjs +17 -20
  62. package/esm2022/lib/extension/widget/widget.module.mjs +6 -6
  63. package/esm2022/lib/extension/widget/widget.service.mjs +4 -6
  64. package/esm2022/lib/interaction/dialog/abstract.dialog.directive.mjs +8 -21
  65. package/esm2022/lib/interaction/dialog/dialog.action.directive.mjs +11 -10
  66. package/esm2022/lib/interaction/dialog/dialog.content.close.component.mjs +6 -8
  67. package/esm2022/lib/interaction/dialog/dialog.content.component.mjs +4 -6
  68. package/esm2022/lib/interaction/dialog/dialog.content.footer.component.mjs +7 -9
  69. package/esm2022/lib/interaction/dialog/dialog.module.mjs +4 -4
  70. package/esm2022/lib/interaction/filter/filter.module.mjs +6 -6
  71. package/esm2022/lib/interaction/filter/filter.partial.list.component.mjs +4 -4
  72. package/esm2022/lib/interaction/filter/filter.partial.menu.component.mjs +6 -9
  73. package/esm2022/lib/interaction/filter/filter.partial.mjs +24 -27
  74. package/esm2022/lib/interaction/filter/filter.popover.button.component.mjs +7 -8
  75. package/esm2022/lib/interaction/filter/filter.popover.button.directive.mjs +7 -10
  76. package/esm2022/lib/interaction/filter/filter.popover.component.mjs +52 -57
  77. package/esm2022/lib/interaction/filter/filter.preset.directive.mjs +90 -0
  78. package/esm2022/lib/interaction/filter/filter.preset.list.component.mjs +6 -6
  79. package/esm2022/lib/interaction/filter/filter.preset.menu.component.mjs +8 -11
  80. package/esm2022/lib/interaction/filter/filter.wrapper.component.mjs +15 -15
  81. package/esm2022/lib/interaction/interaction.module.mjs +4 -4
  82. package/esm2022/lib/interaction/popover/abstract.popover.directive.mjs +6 -9
  83. package/esm2022/lib/interaction/popover/abstract.popover.ref.directive.mjs +8 -10
  84. package/esm2022/lib/interaction/popover/popover.action.directive.mjs +11 -10
  85. package/esm2022/lib/interaction/popover/popover.close.component.mjs +9 -12
  86. package/esm2022/lib/interaction/popover/popover.component.mjs +27 -27
  87. package/esm2022/lib/interaction/popover/popover.content.component.mjs +8 -10
  88. package/esm2022/lib/interaction/popover/popover.content.module.mjs +4 -4
  89. package/esm2022/lib/interaction/popover/popover.controls.directive.mjs +9 -11
  90. package/esm2022/lib/interaction/popover/popover.coordinator.component.mjs +14 -17
  91. package/esm2022/lib/interaction/popover/popover.coordinator.service.mjs +5 -7
  92. package/esm2022/lib/interaction/popover/popover.header.component.mjs +15 -15
  93. package/esm2022/lib/interaction/popover/popover.module.mjs +4 -4
  94. package/esm2022/lib/interaction/popover/popover.scroll.content.component.mjs +7 -10
  95. package/esm2022/lib/interaction/popover/popover.service.mjs +8 -11
  96. package/esm2022/lib/interaction/popup/abstract.popup.directive.mjs +6 -9
  97. package/esm2022/lib/interaction/popup/popup.component.mjs +25 -24
  98. package/esm2022/lib/interaction/popup/popup.content.component.mjs +9 -12
  99. package/esm2022/lib/interaction/popup/popup.controls.buttons.component.mjs +17 -20
  100. package/esm2022/lib/interaction/popup/popup.controls.component.mjs +5 -4
  101. package/esm2022/lib/interaction/popup/popup.coordinator.component.mjs +13 -17
  102. package/esm2022/lib/interaction/popup/popup.coordinator.service.mjs +5 -7
  103. package/esm2022/lib/interaction/popup/popup.module.mjs +4 -4
  104. package/esm2022/lib/interaction/popup/popup.position.strategy.mjs +3 -2
  105. package/esm2022/lib/interaction/popup/popup.service.mjs +8 -11
  106. package/esm2022/lib/interaction/prompt/prompt.box.component.mjs +5 -7
  107. package/esm2022/lib/interaction/prompt/prompt.button.confirm.directive.mjs +12 -20
  108. package/esm2022/lib/interaction/prompt/prompt.component.mjs +6 -4
  109. package/esm2022/lib/interaction/prompt/prompt.confirm.component.mjs +6 -8
  110. package/esm2022/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +4 -4
  111. package/esm2022/lib/interaction/prompt/prompt.confirm.directive.mjs +12 -15
  112. package/esm2022/lib/interaction/prompt/prompt.module.mjs +4 -4
  113. package/esm2022/lib/interaction/prompt/prompt.page.component.mjs +4 -4
  114. package/esm2022/lib/keypress/keydown.listener.directive.mjs +6 -7
  115. package/esm2022/lib/keypress/keypress.module.mjs +4 -4
  116. package/esm2022/lib/layout/bar/bar.directive.mjs +4 -3
  117. package/esm2022/lib/layout/bar/bar.header.component.mjs +7 -4
  118. package/esm2022/lib/layout/bar/bar.layout.module.mjs +4 -4
  119. package/esm2022/lib/layout/bar/pagebar.component.mjs +4 -3
  120. package/esm2022/lib/layout/block/block.layout.module.mjs +4 -4
  121. package/esm2022/lib/layout/block/two.block.component.mjs +9 -10
  122. package/esm2022/lib/layout/card/card.box.component.mjs +6 -4
  123. package/esm2022/lib/layout/card/card.box.container.component.mjs +4 -4
  124. package/esm2022/lib/layout/card/card.box.layout.module.mjs +4 -4
  125. package/esm2022/lib/layout/column/column.layout.module.mjs +4 -4
  126. package/esm2022/lib/layout/column/one/one.column.component.mjs +10 -14
  127. package/esm2022/lib/layout/column/one/one.column.module.mjs +4 -4
  128. package/esm2022/lib/layout/column/two/two.column.back.directive.mjs +7 -11
  129. package/esm2022/lib/layout/column/two/two.column.component.mjs +17 -21
  130. package/esm2022/lib/layout/column/two/two.column.context.directive.mjs +7 -10
  131. package/esm2022/lib/layout/column/two/two.column.full.left.directive.mjs +7 -10
  132. package/esm2022/lib/layout/column/two/two.column.head.component.mjs +6 -4
  133. package/esm2022/lib/layout/column/two/two.column.module.mjs +4 -4
  134. package/esm2022/lib/layout/column/two/two.column.right.component.mjs +15 -19
  135. package/esm2022/lib/layout/column/two/two.column.sref.directive.mjs +6 -9
  136. package/esm2022/lib/layout/column/two/two.column.sref.showright.directive.mjs +10 -15
  137. package/esm2022/lib/layout/column/two/two.column.store.mjs +81 -81
  138. package/esm2022/lib/layout/compact/compact.directive.mjs +7 -10
  139. package/esm2022/lib/layout/compact/compact.layout.module.mjs +4 -4
  140. package/esm2022/lib/layout/compact/compact.store.mjs +6 -6
  141. package/esm2022/lib/layout/content/content.border.directive.mjs +4 -6
  142. package/esm2022/lib/layout/content/content.box.directive.mjs +5 -7
  143. package/esm2022/lib/layout/content/content.container.directive.mjs +6 -8
  144. package/esm2022/lib/layout/content/content.directive.mjs +3 -3
  145. package/esm2022/lib/layout/content/content.elevate.directive.mjs +4 -6
  146. package/esm2022/lib/layout/content/content.layout.module.mjs +5 -5
  147. package/esm2022/lib/layout/content/content.page.directive.mjs +3 -3
  148. package/esm2022/lib/layout/content/content.pit.directive.mjs +4 -3
  149. package/esm2022/lib/layout/flag/flag.component.mjs +5 -7
  150. package/esm2022/lib/layout/flag/flag.layout.module.mjs +4 -4
  151. package/esm2022/lib/layout/flag/flag.prompt.component.mjs +6 -7
  152. package/esm2022/lib/layout/flex/flex.group.directive.mjs +14 -15
  153. package/esm2022/lib/layout/flex/flex.layout.module.mjs +4 -4
  154. package/esm2022/lib/layout/flex/flex.size.directive.mjs +4 -6
  155. package/esm2022/lib/layout/item/item.icon.component.mjs +6 -4
  156. package/esm2022/lib/layout/item/item.layout.module.mjs +4 -4
  157. package/esm2022/lib/layout/layout.module.mjs +4 -4
  158. package/esm2022/lib/layout/list/list.component.mjs +102 -103
  159. package/esm2022/lib/layout/list/list.content.empty.component.mjs +4 -4
  160. package/esm2022/lib/layout/list/list.directive.mjs +14 -15
  161. package/esm2022/lib/layout/list/list.grid.view.component.mjs +27 -39
  162. package/esm2022/lib/layout/list/list.grid.view.directive.mjs +3 -3
  163. package/esm2022/lib/layout/list/list.layout.module.mjs +5 -5
  164. package/esm2022/lib/layout/list/list.view.directive.mjs +11 -12
  165. package/esm2022/lib/layout/list/list.view.meta.icon.component.mjs +9 -19
  166. package/esm2022/lib/layout/list/list.view.selection.directive.mjs +4 -7
  167. package/esm2022/lib/layout/list/list.view.value.component.mjs +36 -43
  168. package/esm2022/lib/layout/list/list.view.value.directive.mjs +11 -17
  169. package/esm2022/lib/layout/list/list.view.value.group.title.directive.mjs +57 -59
  170. package/esm2022/lib/layout/list/list.view.value.item.directive.mjs +6 -11
  171. package/esm2022/lib/layout/list/list.view.value.modifier.directive.mjs +15 -19
  172. package/esm2022/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +14 -17
  173. package/esm2022/lib/layout/list/list.view.value.modifier.selection.directive.mjs +13 -16
  174. package/esm2022/lib/layout/list/list.view.value.selection.component.mjs +20 -29
  175. package/esm2022/lib/layout/list/list.wrapper.mjs +3 -1
  176. package/esm2022/lib/layout/section/section.component.mjs +5 -8
  177. package/esm2022/lib/layout/section/section.header.component.mjs +12 -7
  178. package/esm2022/lib/layout/section/section.intro.component.mjs +7 -8
  179. package/esm2022/lib/layout/section/section.layout.module.mjs +4 -4
  180. package/esm2022/lib/layout/section/section.page.component.mjs +6 -9
  181. package/esm2022/lib/layout/section/subsection.component.mjs +4 -4
  182. package/esm2022/lib/layout/step/step.component.mjs +7 -3
  183. package/esm2022/lib/layout/step/step.layout.module.mjs +4 -4
  184. package/esm2022/lib/layout/style/spacer.directive.mjs +3 -3
  185. package/esm2022/lib/layout/style/style.body.directive.mjs +14 -15
  186. package/esm2022/lib/layout/style/style.color.directive.mjs +4 -6
  187. package/esm2022/lib/layout/style/style.directive.mjs +15 -13
  188. package/esm2022/lib/layout/style/style.layout.module.mjs +4 -4
  189. package/esm2022/lib/layout/style/style.service.mjs +18 -26
  190. package/esm2022/lib/layout/style/style.set.directive.mjs +15 -16
  191. package/esm2022/lib/layout/text/address.component.mjs +5 -4
  192. package/esm2022/lib/layout/text/compat/form.description.component.mjs +19 -0
  193. package/esm2022/lib/layout/text/compat/hint.component.mjs +19 -0
  194. package/esm2022/lib/layout/text/compat/index.mjs +10 -0
  195. package/esm2022/lib/layout/text/compat/label.component.mjs +19 -0
  196. package/esm2022/lib/layout/text/compat/note.component.mjs +19 -0
  197. package/esm2022/lib/layout/text/compat/notice.component.mjs +19 -0
  198. package/esm2022/lib/layout/text/compat/ok.component.mjs +19 -0
  199. package/esm2022/lib/layout/text/compat/success.component.mjs +19 -0
  200. package/esm2022/lib/layout/text/compat/text.compat.module.mjs +32 -0
  201. package/esm2022/lib/layout/text/compat/warn.component.mjs +19 -0
  202. package/esm2022/lib/layout/text/detail.block.component.mjs +6 -4
  203. package/esm2022/lib/layout/text/detail.block.header.component.mjs +6 -4
  204. package/esm2022/lib/layout/text/icon.spacer.component.mjs +3 -3
  205. package/esm2022/lib/layout/text/index.mjs +2 -9
  206. package/esm2022/lib/layout/text/label.block.component.mjs +7 -7
  207. package/esm2022/lib/layout/text/linkify.component.mjs +20 -23
  208. package/esm2022/lib/layout/text/text.chip.directive.mjs +5 -3
  209. package/esm2022/lib/layout/text/text.chips.component.mjs +6 -4
  210. package/esm2022/lib/layout/text/text.module.mjs +5 -13
  211. package/esm2022/lib/loading/basic-loading.component.mjs +33 -33
  212. package/esm2022/lib/loading/loading-progress.component.mjs +11 -10
  213. package/esm2022/lib/loading/loading.action.directive.mjs +8 -14
  214. package/esm2022/lib/loading/loading.component.mjs +33 -27
  215. package/esm2022/lib/loading/loading.module.mjs +4 -4
  216. package/esm2022/lib/router/layout/anchor/anchor.component.mjs +14 -17
  217. package/esm2022/lib/router/layout/anchor/anchor.content.component.mjs +14 -19
  218. package/esm2022/lib/router/layout/anchor/anchor.icon.component.mjs +5 -4
  219. package/esm2022/lib/router/layout/anchor/anchor.link.component.mjs +5 -4
  220. package/esm2022/lib/router/layout/anchor/anchor.module.mjs +4 -4
  221. package/esm2022/lib/router/layout/anchor/anchor.segue.directive.mjs +13 -16
  222. package/esm2022/lib/router/layout/anchorlist/anchorlist.component.mjs +8 -10
  223. package/esm2022/lib/router/layout/anchorlist/anchorlist.module.mjs +4 -4
  224. package/esm2022/lib/router/layout/layout.module.mjs +4 -4
  225. package/esm2022/lib/router/layout/list/list.module.mjs +4 -4
  226. package/esm2022/lib/router/layout/list/router.list.directive.mjs +16 -19
  227. package/esm2022/lib/router/layout/navbar/navbar.component.mjs +65 -70
  228. package/esm2022/lib/router/layout/navbar/navbar.module.mjs +6 -6
  229. package/esm2022/lib/router/layout/sidenav/sidenav.button.component.mjs +13 -16
  230. package/esm2022/lib/router/layout/sidenav/sidenav.component.mjs +54 -57
  231. package/esm2022/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.mjs +10 -14
  232. package/esm2022/lib/router/layout/sidenav/sidenav.module.mjs +4 -4
  233. package/esm2022/lib/router/layout/sidenav/sidenav.page.component.mjs +13 -14
  234. package/esm2022/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +5 -4
  235. package/esm2022/lib/router/provider/ngrouter/anchor.component.mjs +3 -3
  236. package/esm2022/lib/router/provider/ngrouter/angular.router.module.mjs +4 -4
  237. package/esm2022/lib/router/provider/uirouter/anchor.component.mjs +5 -8
  238. package/esm2022/lib/router/provider/uirouter/uirouter.router.module.mjs +4 -4
  239. package/esm2022/lib/screen/screen.module.mjs +4 -4
  240. package/esm2022/lib/screen/screen.service.mjs +19 -12
  241. package/esm2022/mapbox/lib/mapbox.change.service.mjs +15 -18
  242. package/esm2022/mapbox/lib/mapbox.injection.component.mjs +10 -14
  243. package/esm2022/mapbox/lib/mapbox.injection.store.mjs +8 -8
  244. package/esm2022/mapbox/lib/mapbox.injection.store.provide.mjs +8 -13
  245. package/esm2022/mapbox/lib/mapbox.layout.component.mjs +47 -46
  246. package/esm2022/mapbox/lib/mapbox.layout.drawer.component.mjs +9 -12
  247. package/esm2022/mapbox/lib/mapbox.layout.resize.sync.directive.mjs +17 -23
  248. package/esm2022/mapbox/lib/mapbox.marker.component.mjs +13 -17
  249. package/esm2022/mapbox/lib/mapbox.markers.component.mjs +14 -16
  250. package/esm2022/mapbox/lib/mapbox.menu.component.mjs +14 -21
  251. package/esm2022/mapbox/lib/mapbox.module.mjs +6 -6
  252. package/esm2022/mapbox/lib/mapbox.service.mjs +10 -10
  253. package/esm2022/mapbox/lib/mapbox.store.map.directive.mjs +9 -22
  254. package/esm2022/mapbox/lib/mapbox.store.mjs +395 -399
  255. package/esm2022/mapbox/lib/mapbox.store.provide.mjs +8 -13
  256. package/esm2022/table/lib/date/date.table.column.header.component.mjs +8 -8
  257. package/esm2022/table/lib/date/daterange.table.cell.input.component.mjs +37 -43
  258. package/esm2022/table/lib/date/table.date.module.mjs +6 -6
  259. package/esm2022/table/lib/table.cell.action.component.mjs +10 -13
  260. package/esm2022/table/lib/table.cell.input.component.mjs +10 -13
  261. package/esm2022/table/lib/table.cell.summaryend.component.mjs +10 -13
  262. package/esm2022/table/lib/table.cell.summarystart.component.mjs +10 -13
  263. package/esm2022/table/lib/table.column.directive.mjs +8 -11
  264. package/esm2022/table/lib/table.column.footer.component.mjs +13 -16
  265. package/esm2022/table/lib/table.column.header.component.mjs +13 -16
  266. package/esm2022/table/lib/table.component.mjs +35 -38
  267. package/esm2022/table/lib/table.directive.mjs +6 -9
  268. package/esm2022/table/lib/table.item.action.component.mjs +13 -16
  269. package/esm2022/table/lib/table.item.cell.component.mjs +7 -10
  270. package/esm2022/table/lib/table.item.directive.mjs +8 -11
  271. package/esm2022/table/lib/table.item.header.component.mjs +5 -8
  272. package/esm2022/table/lib/table.module.mjs +6 -6
  273. package/esm2022/table/lib/table.store.mjs +36 -36
  274. package/fesm2022/dereekb-dbx-web-calendar.mjs +137 -141
  275. package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
  276. package/fesm2022/dereekb-dbx-web-mapbox.mjs +552 -594
  277. package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
  278. package/fesm2022/dereekb-dbx-web-table.mjs +197 -232
  279. package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
  280. package/fesm2022/dereekb-dbx-web.mjs +2243 -2460
  281. package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
  282. package/lib/action/action.confirm.directive.d.ts +1 -3
  283. package/lib/action/key.trigger.directive.d.ts +1 -2
  284. package/lib/action/snackbar/action.snackbar.component.d.ts +4 -5
  285. package/lib/action/snackbar/action.snackbar.directive.d.ts +2 -3
  286. package/lib/action/snackbar/action.snackbar.service.d.ts +1 -2
  287. package/lib/action/transition/transition.safety.directive.d.ts +1 -2
  288. package/lib/button/progress/base.progress.button.directive.d.ts +7 -8
  289. package/lib/error/error.action.directive.d.ts +2 -3
  290. package/lib/error/error.component.d.ts +2 -3
  291. package/lib/error/error.loading.directive.d.ts +1 -2
  292. package/lib/error/error.snackbar.action.directive.d.ts +1 -2
  293. package/lib/error/error.snackbar.component.d.ts +2 -3
  294. package/lib/error/error.snackbar.service.d.ts +0 -1
  295. package/lib/error/error.widget.component.d.ts +0 -1
  296. package/lib/error/error.widget.directive.d.ts +0 -1
  297. package/lib/extension/download/text/download.text.component.d.ts +3 -6
  298. package/lib/extension/model/model.module.d.ts +3 -3
  299. package/lib/extension/model/model.state.service.d.ts +1 -3
  300. package/lib/extension/model/model.tracker.service.d.ts +1 -3
  301. package/lib/extension/model/model.tracker.view.storage.d.ts +5 -3
  302. package/lib/extension/model/model.types.service.d.ts +2 -3
  303. package/lib/extension/model/state/effects/tracker.effects.d.ts +0 -3
  304. package/lib/extension/structure/structure.structure.directive.d.ts +1 -2
  305. package/lib/extension/widget/widget.component.d.ts +0 -1
  306. package/lib/extension/widget/widget.directive.d.ts +0 -1
  307. package/lib/interaction/dialog/abstract.dialog.directive.d.ts +3 -5
  308. package/lib/interaction/dialog/dialog.action.directive.d.ts +3 -3
  309. package/lib/interaction/filter/filter.partial.d.ts +1 -2
  310. package/lib/interaction/filter/filter.popover.button.directive.d.ts +0 -2
  311. package/lib/interaction/filter/filter.popover.component.d.ts +0 -2
  312. package/lib/interaction/filter/{filter.preset.d.ts → filter.preset.directive.d.ts} +5 -6
  313. package/lib/interaction/filter/filter.preset.list.component.d.ts +2 -2
  314. package/lib/interaction/filter/filter.preset.menu.component.d.ts +2 -2
  315. package/lib/interaction/filter/filter.wrapper.component.d.ts +3 -3
  316. package/lib/interaction/popover/abstract.popover.directive.d.ts +0 -1
  317. package/lib/interaction/popover/popover.action.directive.d.ts +3 -3
  318. package/lib/interaction/popover/popover.close.component.d.ts +1 -2
  319. package/lib/interaction/popover/popover.component.d.ts +6 -7
  320. package/lib/interaction/popover/popover.controls.directive.d.ts +3 -2
  321. package/lib/interaction/popover/popover.coordinator.component.d.ts +3 -5
  322. package/lib/interaction/popover/popover.header.component.d.ts +5 -3
  323. package/lib/interaction/popover/popover.scroll.content.component.d.ts +0 -1
  324. package/lib/interaction/popover/popover.service.d.ts +0 -2
  325. package/lib/interaction/popup/abstract.popup.directive.d.ts +0 -1
  326. package/lib/interaction/popup/popup.component.d.ts +3 -5
  327. package/lib/interaction/popup/popup.content.component.d.ts +1 -3
  328. package/lib/interaction/popup/popup.controls.buttons.component.d.ts +1 -3
  329. package/lib/interaction/popup/popup.coordinator.component.d.ts +2 -5
  330. package/lib/interaction/popup/popup.service.d.ts +0 -2
  331. package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +3 -4
  332. package/lib/interaction/prompt/prompt.confirm.component.d.ts +2 -2
  333. package/lib/interaction/prompt/prompt.confirm.directive.d.ts +1 -3
  334. package/lib/layout/column/one/one.column.component.d.ts +1 -1
  335. package/lib/layout/column/two/two.column.back.directive.d.ts +0 -1
  336. package/lib/layout/column/two/two.column.component.d.ts +4 -4
  337. package/lib/layout/column/two/two.column.context.directive.d.ts +0 -1
  338. package/lib/layout/column/two/two.column.full.left.directive.d.ts +0 -2
  339. package/lib/layout/column/two/two.column.right.component.d.ts +1 -2
  340. package/lib/layout/column/two/two.column.sref.directive.d.ts +0 -2
  341. package/lib/layout/column/two/two.column.sref.showright.directive.d.ts +1 -3
  342. package/lib/layout/compact/compact.directive.d.ts +1 -2
  343. package/lib/layout/flex/flex.group.directive.d.ts +2 -3
  344. package/lib/layout/list/list.component.d.ts +3 -4
  345. package/lib/layout/list/list.directive.d.ts +4 -5
  346. package/lib/layout/list/list.grid.view.component.d.ts +3 -5
  347. package/lib/layout/list/list.view.directive.d.ts +1 -1
  348. package/lib/layout/list/list.view.meta.icon.component.d.ts +3 -2
  349. package/lib/layout/list/list.view.selection.directive.d.ts +1 -1
  350. package/lib/layout/list/list.view.value.component.d.ts +4 -5
  351. package/lib/layout/list/list.view.value.directive.d.ts +3 -4
  352. package/lib/layout/list/list.view.value.group.title.directive.d.ts +7 -3
  353. package/lib/layout/list/list.view.value.item.directive.d.ts +0 -1
  354. package/lib/layout/list/list.view.value.modifier.directive.d.ts +0 -1
  355. package/lib/layout/list/list.view.value.selection.component.d.ts +3 -4
  356. package/lib/layout/section/section.intro.component.d.ts +1 -1
  357. package/lib/layout/style/style.body.directive.d.ts +4 -4
  358. package/lib/layout/style/style.directive.d.ts +4 -5
  359. package/lib/layout/style/style.service.d.ts +1 -2
  360. package/lib/layout/style/style.set.directive.d.ts +3 -3
  361. package/lib/layout/text/compat/index.d.ts +9 -0
  362. package/lib/layout/text/compat/text.compat.module.d.ts +21 -0
  363. package/lib/layout/text/index.d.ts +1 -8
  364. package/lib/layout/text/linkify.component.d.ts +0 -2
  365. package/lib/layout/text/text.module.d.ts +9 -17
  366. package/lib/loading/loading.action.directive.d.ts +3 -4
  367. package/lib/loading/loading.component.d.ts +0 -1
  368. package/lib/router/layout/anchor/anchor.component.d.ts +0 -2
  369. package/lib/router/layout/anchor/anchor.content.component.d.ts +3 -4
  370. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +0 -1
  371. package/lib/router/layout/navbar/navbar.component.d.ts +2 -4
  372. package/lib/router/layout/sidenav/sidenav.button.component.d.ts +0 -1
  373. package/lib/router/layout/sidenav/sidenav.component.d.ts +2 -4
  374. package/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.d.ts +2 -3
  375. package/lib/router/layout/sidenav/sidenav.page.component.d.ts +0 -1
  376. package/lib/screen/screen.service.d.ts +1 -2
  377. package/mapbox/esm2022/lib/mapbox.change.service.mjs +15 -18
  378. package/mapbox/esm2022/lib/mapbox.injection.component.mjs +10 -14
  379. package/mapbox/esm2022/lib/mapbox.injection.store.mjs +8 -8
  380. package/mapbox/esm2022/lib/mapbox.injection.store.provide.mjs +8 -13
  381. package/mapbox/esm2022/lib/mapbox.layout.component.mjs +47 -46
  382. package/mapbox/esm2022/lib/mapbox.layout.drawer.component.mjs +9 -12
  383. package/mapbox/esm2022/lib/mapbox.layout.resize.sync.directive.mjs +17 -23
  384. package/mapbox/esm2022/lib/mapbox.marker.component.mjs +13 -17
  385. package/mapbox/esm2022/lib/mapbox.markers.component.mjs +14 -16
  386. package/mapbox/esm2022/lib/mapbox.menu.component.mjs +14 -21
  387. package/mapbox/esm2022/lib/mapbox.module.mjs +6 -6
  388. package/mapbox/esm2022/lib/mapbox.service.mjs +10 -10
  389. package/mapbox/esm2022/lib/mapbox.store.map.directive.mjs +9 -22
  390. package/mapbox/esm2022/lib/mapbox.store.mjs +395 -399
  391. package/mapbox/esm2022/lib/mapbox.store.provide.mjs +8 -13
  392. package/mapbox/fesm2022/dereekb-dbx-web-mapbox.mjs +552 -594
  393. package/mapbox/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
  394. package/mapbox/lib/mapbox.change.service.d.ts +0 -1
  395. package/mapbox/lib/mapbox.injection.component.d.ts +0 -3
  396. package/mapbox/lib/mapbox.injection.store.provide.d.ts +1 -2
  397. package/mapbox/lib/mapbox.layout.component.d.ts +10 -11
  398. package/mapbox/lib/mapbox.layout.drawer.component.d.ts +0 -1
  399. package/mapbox/lib/mapbox.layout.resize.sync.directive.d.ts +3 -4
  400. package/mapbox/lib/mapbox.marker.component.d.ts +2 -4
  401. package/mapbox/lib/mapbox.menu.component.d.ts +4 -5
  402. package/mapbox/lib/mapbox.service.d.ts +1 -2
  403. package/mapbox/lib/mapbox.store.d.ts +1 -2
  404. package/mapbox/lib/mapbox.store.map.directive.d.ts +2 -3
  405. package/mapbox/lib/mapbox.store.provide.d.ts +1 -2
  406. package/mapbox/package.json +1 -1
  407. package/package.json +1 -1
  408. package/table/esm2022/lib/date/date.table.column.header.component.mjs +8 -8
  409. package/table/esm2022/lib/date/daterange.table.cell.input.component.mjs +37 -43
  410. package/table/esm2022/lib/date/table.date.module.mjs +6 -6
  411. package/table/esm2022/lib/table.cell.action.component.mjs +10 -13
  412. package/table/esm2022/lib/table.cell.input.component.mjs +10 -13
  413. package/table/esm2022/lib/table.cell.summaryend.component.mjs +10 -13
  414. package/table/esm2022/lib/table.cell.summarystart.component.mjs +10 -13
  415. package/table/esm2022/lib/table.column.directive.mjs +8 -11
  416. package/table/esm2022/lib/table.column.footer.component.mjs +13 -16
  417. package/table/esm2022/lib/table.column.header.component.mjs +13 -16
  418. package/table/esm2022/lib/table.component.mjs +35 -38
  419. package/table/esm2022/lib/table.directive.mjs +6 -9
  420. package/table/esm2022/lib/table.item.action.component.mjs +13 -16
  421. package/table/esm2022/lib/table.item.cell.component.mjs +7 -10
  422. package/table/esm2022/lib/table.item.directive.mjs +8 -11
  423. package/table/esm2022/lib/table.item.header.component.mjs +5 -8
  424. package/table/esm2022/lib/table.module.mjs +6 -6
  425. package/table/esm2022/lib/table.store.mjs +36 -36
  426. package/table/fesm2022/dereekb-dbx-web-table.mjs +197 -232
  427. package/table/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
  428. package/table/lib/date/daterange.table.cell.input.component.d.ts +3 -6
  429. package/table/lib/table.cell.action.component.d.ts +1 -2
  430. package/table/lib/table.cell.input.component.d.ts +1 -2
  431. package/table/lib/table.cell.summaryend.component.d.ts +1 -2
  432. package/table/lib/table.cell.summarystart.component.d.ts +1 -2
  433. package/table/lib/table.column.directive.d.ts +1 -2
  434. package/table/lib/table.component.d.ts +0 -1
  435. package/table/lib/table.directive.d.ts +0 -1
  436. package/table/lib/table.item.directive.d.ts +0 -1
  437. package/table/package.json +1 -1
  438. package/esm2022/lib/interaction/filter/filter.preset.mjs +0 -94
  439. package/esm2022/lib/layout/text/form.description.component.mjs +0 -19
  440. package/esm2022/lib/layout/text/hint.component.mjs +0 -19
  441. package/esm2022/lib/layout/text/label.component.mjs +0 -19
  442. package/esm2022/lib/layout/text/note.component.mjs +0 -19
  443. package/esm2022/lib/layout/text/notice.component.mjs +0 -19
  444. package/esm2022/lib/layout/text/ok.component.mjs +0 -19
  445. package/esm2022/lib/layout/text/success.component.mjs +0 -19
  446. package/esm2022/lib/layout/text/warn.component.mjs +0 -19
  447. /package/lib/layout/text/{form.description.component.d.ts → compat/form.description.component.d.ts} +0 -0
  448. /package/lib/layout/text/{hint.component.d.ts → compat/hint.component.d.ts} +0 -0
  449. /package/lib/layout/text/{label.component.d.ts → compat/label.component.d.ts} +0 -0
  450. /package/lib/layout/text/{note.component.d.ts → compat/note.component.d.ts} +0 -0
  451. /package/lib/layout/text/{notice.component.d.ts → compat/notice.component.d.ts} +0 -0
  452. /package/lib/layout/text/{ok.component.d.ts → compat/ok.component.d.ts} +0 -0
  453. /package/lib/layout/text/{success.component.d.ts → compat/success.component.d.ts} +0 -0
  454. /package/lib/layout/text/{warn.component.d.ts → compat/warn.component.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { OnInit, OnDestroy, ElementRef } from '@angular/core';
3
3
  import { NgPopoverRef } from 'ng-overlay-container';
4
- import { DbxActionContextStoreSourceInstance, AbstractDbxActionValueOnTriggerDirective } from '@dereekb/dbx-core';
4
+ import { AbstractDbxActionValueOnTriggerDirective } from '@dereekb/dbx-core';
5
5
  import { IsModifiedFunction } from '@dereekb/rxjs';
6
6
  import { Maybe } from '@dereekb/util';
7
7
  import * as i0 from "@angular/core";
@@ -13,10 +13,10 @@ export type DbxActionPopoverFunction<T = unknown> = (params: DbxActionPopoverFun
13
13
  * Action directive that is used to trigger/display a popover, then watches that popover for a value.
14
14
  */
15
15
  export declare class DbxActionPopoverDirective<T = unknown> extends AbstractDbxActionValueOnTriggerDirective<T> implements OnInit, OnDestroy {
16
- readonly elementRef: ElementRef;
16
+ readonly elementRef: ElementRef<any>;
17
17
  fn?: DbxActionPopoverFunction<T>;
18
18
  set dbxActionPopoverModified(isModifiedFunction: Maybe<IsModifiedFunction>);
19
- constructor(elementRef: ElementRef, source: DbxActionContextStoreSourceInstance<T, unknown>);
19
+ constructor();
20
20
  protected _getDataFromPopover(): Observable<Maybe<T>>;
21
21
  protected _makePopoverRef(): NgPopoverRef<unknown, Maybe<T>>;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionPopoverDirective<any>, never>;
@@ -4,8 +4,7 @@ import * as i0 from "@angular/core";
4
4
  * Pre-configured close icon button for use within popover header.
5
5
  */
6
6
  export declare class DbxPopoverCloseButtonComponent {
7
- readonly dbxPopoverComponent: DbxPopoverComponent;
8
- constructor(dbxPopoverComponent: DbxPopoverComponent);
7
+ readonly dbxPopoverComponent: DbxPopoverComponent<any, any, any>;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverCloseButtonComponent, never>;
10
9
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverCloseButtonComponent, "dbx-popover-close-button", never, {}, {}, never, never, false, never>;
11
10
  }
@@ -1,8 +1,7 @@
1
- import { NgZone, Type, OnInit, OnDestroy, ElementRef } from '@angular/core';
2
- import { NgOverlayContainerConfiguration, NgPopoverCloseType, NgPopoverRef } from 'ng-overlay-container';
3
- import { AbstractTransitionWatcherDirective, DbxRouterTransitionService, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
1
+ import { Type, OnInit, OnDestroy, ElementRef } from '@angular/core';
2
+ import { NgOverlayContainerConfiguration, NgPopoverCloseType } from 'ng-overlay-container';
3
+ import { AbstractTransitionWatcherDirective, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
4
4
  import { LockSet } from '@dereekb/rxjs';
5
- import { CompactContextStore } from '../../layout/compact';
6
5
  import { Maybe, PromiseOrValue, SpaceSeparatedCssClasses } from '@dereekb/util';
7
6
  import { DbxPopoverController, DbxPopoverKey } from './popover';
8
7
  import * as i0 from "@angular/core";
@@ -51,8 +50,8 @@ export interface FullDbxPopoverComponentConfig<O, I, T> extends DbxPopoverCompon
51
50
  * Popover component.
52
51
  */
53
52
  export declare class DbxPopoverComponent<O = unknown, I = unknown, T = unknown> extends AbstractTransitionWatcherDirective implements DbxPopoverController<O, I>, OnInit, OnDestroy {
54
- private popoverRef;
55
- private compactContextState;
53
+ private readonly popoverRef;
54
+ private readonly compactContextState;
56
55
  readonly lockSet: LockSet;
57
56
  readonly contentConfig: DbxInjectionComponentConfig;
58
57
  private _startedClosing;
@@ -61,7 +60,7 @@ export declare class DbxPopoverComponent<O = unknown, I = unknown, T = unknown>
61
60
  readonly isClosing$: import("rxjs").Observable<boolean>;
62
61
  readonly closing$: import("rxjs").Observable<boolean>;
63
62
  getClosingValueFn?: (value: Maybe<I>, closeType: NgPopoverCloseType) => PromiseOrValue<O | undefined>;
64
- constructor(popoverRef: NgPopoverRef<FullDbxPopoverComponentConfig<O, I, T>, O>, compactContextState: CompactContextStore, dbxRouterTransitionService: DbxRouterTransitionService, ngZone: NgZone);
63
+ constructor();
65
64
  get config(): FullDbxPopoverComponentConfig<O, I, T>;
66
65
  get panelClass(): Maybe<SpaceSeparatedCssClasses>;
67
66
  get key(): DbxPopoverKey;
@@ -4,7 +4,8 @@ import * as i0 from "@angular/core";
4
4
  * Popover Controls
5
5
  */
6
6
  export declare class DbxPopoverControlsDirective {
7
- constructor(appPopoverContentComponent: DbxPopoverContentComponent);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverControlsDirective, [{ optional: true; }]>;
7
+ readonly appPopoverContentComponent: DbxPopoverContentComponent | null;
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverControlsDirective, never>;
9
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPopoverControlsDirective, "dbx-popover-controls,[dbxPopoverControls],.dbx-popover-controls", never, {}, {}, never, never, false, never>;
10
11
  }
@@ -1,16 +1,14 @@
1
- import { DbxPopoverController } from './popover';
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
- import { DbxPopoverCoordinatorService } from './popover.coordinator.service';
4
2
  import * as i0 from "@angular/core";
5
3
  /**
6
4
  * Used for coordinating popovers and closing/replacing existing ones when a new popover of the same name appears.
7
5
  */
8
6
  export declare class DbxPopoverCoordinatorComponent implements OnInit, OnDestroy {
9
- private readonly service;
10
- private readonly popover;
7
+ private readonly _service;
8
+ private readonly _popover;
11
9
  readonly isPopoverForKey$: import("rxjs").Observable<boolean>;
12
10
  readonly show$: import("rxjs").Observable<boolean>;
13
- constructor(service: DbxPopoverCoordinatorService, popover: DbxPopoverController);
11
+ constructor();
14
12
  ngOnInit(): void;
15
13
  ngOnDestroy(): void;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverCoordinatorComponent, never>;
@@ -1,12 +1,14 @@
1
+ import { OnInit } from '@angular/core';
1
2
  import { DbxPopoverContentComponent } from './popover.content.component';
2
3
  import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Component used to format a header for a popover.
5
6
  */
6
- export declare class DbxPopoverHeaderComponent {
7
+ export declare class DbxPopoverHeaderComponent implements OnInit {
8
+ readonly appPopoverContentComponent: DbxPopoverContentComponent | null;
7
9
  header?: string;
8
10
  icon?: string;
9
- constructor(appPopoverContentComponent: DbxPopoverContentComponent);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverHeaderComponent, [{ optional: true; }]>;
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverHeaderComponent, never>;
11
13
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverHeaderComponent, "dbx-popover-header", never, { "header": { "alias": "header"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
12
14
  }
@@ -8,7 +8,6 @@ export declare class DbxPopoverScrollContentComponent {
8
8
  get sizingClasses(): string;
9
9
  get hasHeader(): boolean;
10
10
  get hasControls(): boolean;
11
- constructor(appPopoverContentComponent: DbxPopoverContentComponent);
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverScrollContentComponent, never>;
13
12
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverScrollContentComponent, "dbx-popover-scroll-content", never, {}, {}, never, ["*"], false, never>;
14
13
  }
@@ -1,7 +1,6 @@
1
1
  import { DbxPopoverComponentConfig } from './popover.component';
2
2
  import { Injector } from '@angular/core';
3
3
  import { NgOverlayContainerConfiguration, NgPopoverRef } from 'ng-overlay-container';
4
- import { Overlay } from '@angular/cdk/overlay';
5
4
  import * as i0 from "@angular/core";
6
5
  export type DbxPopoverConfigSizing = Pick<NgOverlayContainerConfiguration, 'originX' | 'originY' | 'height' | 'width' | 'minHeight' | 'minWidth' | 'isResizable'>;
7
6
  export interface DbxPopoverConfig<O, I, T> extends DbxPopoverComponentConfig<O, I, T>, DbxPopoverConfigSizing {
@@ -14,7 +13,6 @@ export declare class DbxPopoverService {
14
13
  private _overlay;
15
14
  private _injector;
16
15
  private _overlayContainerService;
17
- constructor(_overlay: Overlay, _injector: Injector);
18
16
  open<O, I, T>(config: DbxPopoverConfig<O, I, T>): NgPopoverRef<DbxPopoverComponentConfig<O, I, T>, O>;
19
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverService, never>;
20
18
  static ɵprov: i0.ɵɵInjectableDeclaration<DbxPopoverService>;
@@ -5,7 +5,6 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare abstract class AbstractPopupDirective<O = unknown, I = unknown, T = unknown> {
7
7
  readonly popup: DbxPopupComponent<O, I, T>;
8
- constructor(popup: DbxPopupComponent<O, I, T>);
9
8
  closePopup(): void;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPopupDirective<any, any, any>, never>;
11
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPopupDirective<any, any, any>, never, never, {}, {}, never, never, false, never>;
@@ -1,9 +1,7 @@
1
- import { NgZone, Type, OnDestroy } from '@angular/core';
2
- import { NgPopoverRef } from 'ng-overlay-container';
1
+ import { Type, OnDestroy } from '@angular/core';
3
2
  import { Maybe, PixelsString } from '@dereekb/util';
4
- import { CompactContextStore } from '../../layout';
5
3
  import { PopupPosition, PopupPositionOffset } from './popup.position.strategy';
6
- import { AbstractTransitionWatcherDirective, DbxInjectionComponentConfig, DbxRouterTransitionService } from '@dereekb/dbx-core';
4
+ import { AbstractTransitionWatcherDirective, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
7
5
  import { DbxPopupController, DbxPopupKey, DbxPopupWindowState } from './popup';
8
6
  import * as i0 from "@angular/core";
9
7
  export declare const APP_POPUP_NORMAL_WIDTH = "700px";
@@ -43,7 +41,7 @@ export declare class DbxPopupComponent<O = unknown, I = unknown, T = unknown> ex
43
41
  private readonly _windowState;
44
42
  readonly windowState$: import("rxjs").Observable<DbxPopupWindowState>;
45
43
  getClosingValueFn?: (value?: I) => Promise<O>;
46
- constructor(popoverRef: NgPopoverRef<DbxPopupComponentConfig<O, I, T>, O>, compactContextState: CompactContextStore, dbxRouterTransitionService: DbxRouterTransitionService, ngZone: NgZone);
44
+ constructor();
47
45
  get config(): DbxPopupComponentConfig<O, I, T>;
48
46
  get key(): DbxPopupKey;
49
47
  get data(): Maybe<I>;
@@ -1,12 +1,10 @@
1
- import { DbxPopupController } from './popup';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * Popup content wrapper component.
5
4
  */
6
5
  export declare class DbxPopupContentComponent {
7
- private appPopupController;
6
+ private readonly appPopupController;
8
7
  readonly showContent$: import("rxjs").Observable<boolean>;
9
- constructor(appPopupController: DbxPopupController);
10
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupContentComponent, never>;
11
9
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupContentComponent, "dbx-popup-content", never, {}, {}, never, ["[controls]", "*"], false, never>;
12
10
  }
@@ -1,13 +1,11 @@
1
- import { DbxPopupController } from './popup';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * Popup Control Buttons.
5
4
  */
6
5
  export declare class DbxPopupControlButtonsComponent {
7
- private appPopupController;
6
+ private readonly _appPopupController;
8
7
  readonly isMinimized$: import("rxjs").Observable<boolean>;
9
8
  readonly isFullscreen$: import("rxjs").Observable<boolean>;
10
- constructor(appPopupController: DbxPopupController);
11
9
  minimizeClicked(): void;
12
10
  maximizeClicked(): void;
13
11
  fullscreenClicked(): void;
@@ -1,16 +1,13 @@
1
- import { DbxPopupController } from './popup';
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
- import { DbxPopupCoordinatorService } from './popup.coordinator.service';
4
2
  import * as i0 from "@angular/core";
5
3
  /**
6
4
  * Used for coordinating popups and closing/replacing existing ones when a new popup of the same name appears.
7
5
  */
8
6
  export declare class DbxPopupCoordinatorComponent implements OnInit, OnDestroy {
9
- private readonly service;
10
- private readonly popup;
7
+ private readonly _service;
8
+ private readonly _popup;
11
9
  readonly isPopupForKey$: import("rxjs").Observable<boolean>;
12
10
  readonly show$: import("rxjs").Observable<boolean>;
13
- constructor(service: DbxPopupCoordinatorService, popup: DbxPopupController);
14
11
  ngOnInit(): void;
15
12
  ngOnDestroy(): void;
16
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupCoordinatorComponent, never>;
@@ -1,7 +1,6 @@
1
1
  import { DbxPopupComponentConfig } from './popup.component';
2
2
  import { Injector } from '@angular/core';
3
3
  import { NgPopoverRef } from 'ng-overlay-container';
4
- import { Overlay } from '@angular/cdk/overlay';
5
4
  import * as i0 from "@angular/core";
6
5
  export interface DbxPopupConfig<O, I, T> extends DbxPopupComponentConfig<O, I, T> {
7
6
  injector?: Injector;
@@ -13,7 +12,6 @@ export declare class DbxPopupService {
13
12
  private _overlay;
14
13
  private _injector;
15
14
  private _overlayContainerService;
16
- constructor(_overlay: Overlay, _injector: Injector);
17
15
  open<O, I, T>(config: DbxPopupConfig<O, I, T>): NgPopoverRef<DbxPopupComponentConfig<O, I, T>, O>;
18
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupService, never>;
19
17
  static ɵprov: i0.ɵɵInjectableDeclaration<DbxPopupService>;
@@ -1,4 +1,4 @@
1
- import { DbxButtonDirective, DbxButtonInterceptor } from '@dereekb/dbx-core';
1
+ import { DbxButton, DbxButtonInterceptor } from '@dereekb/dbx-core';
2
2
  import { OnInit } from '@angular/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import { DbxPromptConfirm } from './prompt.confirm';
@@ -7,11 +7,10 @@ import * as i0 from "@angular/core";
7
7
  * Directive that binds together a confirm dialog with the button.
8
8
  */
9
9
  export declare class DbxPromptConfirmButtonDirective implements OnInit, DbxButtonInterceptor {
10
- readonly appButton: DbxButtonDirective;
10
+ readonly button: DbxButton;
11
11
  readonly prompt: DbxPromptConfirm;
12
12
  readonly interceptButtonClick: () => Observable<boolean>;
13
- constructor(appButton: DbxButtonDirective, prompt: DbxPromptConfirm);
14
13
  ngOnInit(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmButtonDirective, [{ host: true; }, { host: true; }]>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmButtonDirective, never>;
16
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmButtonDirective, "[dbxPromptConfirmButton]", never, {}, {}, never, never, false, never>;
17
16
  }
@@ -23,8 +23,8 @@ export interface DbxPromptConfirmConfig {
23
23
  */
24
24
  export declare class DbxPromptConfirmComponent {
25
25
  private _config;
26
- confirm: EventEmitter<void>;
27
- cancel: EventEmitter<void>;
26
+ readonly confirm: EventEmitter<void>;
27
+ readonly cancel: EventEmitter<void>;
28
28
  get config(): DbxPromptConfirmConfig;
29
29
  set config(config: Maybe<DbxPromptConfirmConfig>);
30
30
  onConfirm(): void;
@@ -9,10 +9,9 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export declare abstract class AbstractPromptConfirmDirective implements DbxPromptConfirm {
11
11
  protected readonly matDialog: MatDialog;
12
- config?: Maybe<DbxPromptConfirmConfig>;
13
12
  private _dialogRef?;
14
13
  private _dialogPromise?;
15
- constructor(matDialog: MatDialog);
14
+ abstract config?: Maybe<DbxPromptConfirmConfig>;
16
15
  showDialog(): Observable<boolean>;
17
16
  protected _handleDialogResult(result: boolean): boolean;
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPromptConfirmDirective, never>;
@@ -23,7 +22,6 @@ export declare abstract class AbstractPromptConfirmDirective implements DbxPromp
23
22
  */
24
23
  export declare class DbxPromptConfirmDirective extends AbstractPromptConfirmDirective {
25
24
  config?: Maybe<DbxPromptConfirmConfig>;
26
- constructor(dialog: MatDialog);
27
25
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmDirective, never>;
28
26
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmDirective, "[dbxPromptConfirm]", never, { "config": { "alias": "dbxPromptConfirm"; "required": false; }; }, {}, never, never, false, never>;
29
27
  }
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class DbxOneColumnComponent {
7
7
  readonly twoColumnsContextStore: TwoColumnsContextStore;
8
- constructor(twoColumnsContextStore: TwoColumnsContextStore);
8
+ constructor();
9
9
  inSectionPage: boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxOneColumnComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxOneColumnComponent, "dbx-one-column", ["columns"], { "inSectionPage": { "alias": "inSectionPage"; "required": false; }; }, {}, never, ["[top]", "*"], false, never>;
@@ -8,7 +8,6 @@ import * as i0 from "@angular/core";
8
8
  export declare class DbxTwoColumnBackDirective extends AbstractSubscriptionDirective implements OnInit {
9
9
  readonly twoColumnsContextStore: TwoColumnsContextStore;
10
10
  back: EventEmitter<any>;
11
- constructor(twoColumnsContextStore: TwoColumnsContextStore);
12
11
  ngOnInit(): void;
13
12
  backClicked(): void;
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnBackDirective, never>;
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit, ElementRef } from '@angular/core';
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
3
3
  import { ResizedEvent } from 'angular-resize-event';
4
4
  import { Observable } from 'rxjs';
@@ -19,17 +19,17 @@ export interface DbxTwoColumnViewState {
19
19
  * Requires a TwoColumnsContextStore to be provided.
20
20
  */
21
21
  export declare class DbxTwoColumnComponent extends AbstractSubscriptionDirective implements OnInit, OnDestroy {
22
+ private readonly _elementRef;
22
23
  readonly twoColumnsContextStore: TwoColumnsContextStore;
23
- private elementRef;
24
24
  readonly cdRef: ChangeDetectorRef;
25
25
  private _view;
26
- private _inSectionPage;
26
+ private readonly _inSectionPage;
27
27
  readonly reverseSizing$: Observable<boolean>;
28
28
  readonly hideLeftColumn$: Observable<boolean>;
29
29
  readonly showRight$: Observable<boolean>;
30
30
  readonly showFullLeft$: Observable<boolean>;
31
31
  readonly hideRight$: Observable<boolean>;
32
- constructor(twoColumnsContextStore: TwoColumnsContextStore, elementRef: ElementRef, cdRef: ChangeDetectorRef);
32
+ constructor();
33
33
  ngOnInit(): void;
34
34
  ngOnDestroy(): void;
35
35
  get v(): DbxTwoColumnViewState;
@@ -8,7 +8,6 @@ import * as i0 from "@angular/core";
8
8
  export declare class DbxTwoColumnContextDirective implements OnInit, OnDestroy {
9
9
  readonly twoColumnsContextStore: TwoColumnsContextStore;
10
10
  private _showRight;
11
- constructor(twoColumnsContextStore: TwoColumnsContextStore);
12
11
  ngOnInit(): void;
13
12
  ngOnDestroy(): void;
14
13
  set showRight(showRight: Maybe<boolean | ''>);
@@ -1,6 +1,5 @@
1
1
  import { OnInit, OnDestroy } from '@angular/core';
2
2
  import { Maybe } from '@dereekb/util';
3
- import { TwoColumnsContextStore } from './two.column.store';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * Used with a DbxTwoColumnComponent to set the full left to true.
@@ -10,7 +9,6 @@ export declare class DbxTwoColumnFullLeftDirective implements OnInit, OnDestroy
10
9
  private _fullLeft;
11
10
  get fullLeft(): boolean;
12
11
  set fullLeft(fullLeft: Maybe<boolean | ''>);
13
- constructor(_twoColumnsContextStore: TwoColumnsContextStore);
14
12
  ngOnInit(): void;
15
13
  ngOnDestroy(): void;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnFullLeftDirective, never>;
@@ -10,14 +10,13 @@ import * as i0 from "@angular/core";
10
10
  * When rendered it will trigger the context to show left.
11
11
  */
12
12
  export declare class DbxTwoColumnRightComponent implements AfterViewInit, OnDestroy {
13
- private readonly twoColumnsContextStore;
13
+ readonly twoColumnsContextStore: TwoColumnsContextStore;
14
14
  full: boolean;
15
15
  header?: Maybe<string>;
16
16
  block?: boolean;
17
17
  private _showBack;
18
18
  readonly ref$: Observable<Maybe<ClickableAnchor>>;
19
19
  readonly showBack$: Observable<boolean>;
20
- constructor(twoColumnsContextStore: TwoColumnsContextStore);
21
20
  ngAfterViewInit(): void;
22
21
  ngOnDestroy(): void;
23
22
  get showBack(): boolean;
@@ -1,13 +1,11 @@
1
1
  import { SegueRefOrSegueRefRouterLink } from '@dereekb/dbx-core';
2
2
  import { Maybe } from '@dereekb/util';
3
- import { TwoColumnsContextStore } from './two.column.store';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * Used with a DbxTwoColumnComponent to set the backRef of the TwoColumnsContextStore.
7
6
  */
8
7
  export declare class DbxTwoColumnSrefDirective {
9
8
  private readonly _twoColumnsContextStore;
10
- constructor(_twoColumnsContextStore: TwoColumnsContextStore);
11
9
  set ref(ref: Maybe<SegueRefOrSegueRefRouterLink | ''>);
12
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnSrefDirective, never>;
13
11
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnSrefDirective, "[dbxTwoColumnSref]", never, { "ref": { "alias": "dbxTwoColumnSref"; "required": false; }; }, {}, never, never, false, never>;
@@ -1,6 +1,5 @@
1
1
  import { OnInit, OnDestroy } from '@angular/core';
2
- import { AbstractSubscriptionDirective, DbxRouterService } from '@dereekb/dbx-core';
3
- import { TwoColumnsContextStore } from './two.column.store';
2
+ import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * Used with a DbxTwoColumnComponent to control showing right when the current route is a child of the backRef.
@@ -9,7 +8,6 @@ export declare class DbxTwoColumnSrefShowRightDirective extends AbstractSubscrip
9
8
  private readonly _twoColumnsContextStore;
10
9
  private readonly _dbxRouterService;
11
10
  readonly showRight$: import("rxjs").Observable<boolean>;
12
- constructor(_twoColumnsContextStore: TwoColumnsContextStore, _dbxRouterService: DbxRouterService);
13
11
  ngOnInit(): void;
14
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnSrefShowRightDirective, never>;
15
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnSrefShowRightDirective, "[dbxTwoColumnSrefShowRight]", never, {}, {}, never, never, false, never>;
@@ -6,8 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class DbxCompactDirective {
8
8
  readonly compactContextStore: CompactContextStore;
9
- mode$: import("rxjs").Observable<CompactMode>;
10
- constructor(compactContextStore: CompactContextStore);
9
+ readonly mode$: import("rxjs").Observable<CompactMode>;
11
10
  set mode(mode: CompactMode | boolean);
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxCompactDirective, never>;
13
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxCompactDirective, "[dbxCompact]", ["compact"], { "mode": { "alias": "dbxCompact"; "required": false; }; }, {}, never, never, false, never>;
@@ -1,5 +1,4 @@
1
1
  import { ScreenMediaWidthType } from '../../screen/screen';
2
- import { DbxScreenMediaService } from '../../screen/screen.service';
3
2
  import { ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
4
3
  import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
5
4
  import { Maybe } from '@dereekb/util';
@@ -14,10 +13,10 @@ export declare class DbxFlexGroupDirective extends AbstractSubscriptionDirective
14
13
  content: boolean;
15
14
  relative: boolean;
16
15
  private _small;
17
- private _breakpoint;
16
+ private readonly _breakpoint;
18
17
  readonly isSmallScreen$: import("rxjs").Observable<boolean>;
19
18
  get small(): boolean;
20
- constructor(_dbxScreenMediaService: DbxScreenMediaService, cdRef: ChangeDetectorRef);
19
+ constructor();
21
20
  ngOnInit(): void;
22
21
  ngOnDestroy(): void;
23
22
  set breakpoint(breakpoint: Maybe<ScreenMediaWidthType>);
@@ -65,7 +65,7 @@ export declare class DbxListComponent<T = unknown, V extends DbxListView<T> = Db
65
65
  * Whether or not to add bottom padding to the list content.
66
66
  */
67
67
  padded: boolean;
68
- contentScrolled: EventEmitter<number>;
68
+ readonly contentScrolled: EventEmitter<number>;
69
69
  private _content;
70
70
  private _disabled;
71
71
  private _selectionMode;
@@ -91,7 +91,6 @@ export declare class DbxListComponent<T = unknown, V extends DbxListView<T> = Db
91
91
  readonly loadMore$: Observable<void | DbxListScrollDirectionTrigger>;
92
92
  readonly injectedComponentConfig$: Observable<Maybe<DbxInjectionComponentConfig<V>>>;
93
93
  readonly hideContent$: Observable<boolean>;
94
- constructor(cdRef: ChangeDetectorRef);
95
94
  ngOnDestroy(): void;
96
95
  get state$(): Observable<S>;
97
96
  set state$(state$: Maybe<Observable<S>>);
@@ -117,9 +116,9 @@ export declare class DbxListComponent<T = unknown, V extends DbxListView<T> = Db
117
116
  */
118
117
  export declare class DbxListInternalContentDirective {
119
118
  private readonly parent;
120
- readonly elementRef: ElementRef;
119
+ readonly elementRef: ElementRef<any>;
121
120
  hide: Maybe<boolean>;
122
- constructor(parent: DbxListComponent, elementRef: ElementRef);
121
+ constructor();
123
122
  onScrollEvent($event: Event): void;
124
123
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxListInternalContentDirective, never>;
125
124
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListInternalContentDirective, "[dbxListInternalContent]", never, { "hide": { "alias": "hide"; "required": false; }; }, {}, never, never, false, never>;
@@ -1,6 +1,6 @@
1
1
  import { ListLoadingState, ObservableOrValue } from '@dereekb/rxjs';
2
2
  import { Observable } from 'rxjs';
3
- import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
3
+ import { EventEmitter, OnDestroy } from '@angular/core';
4
4
  import { DbxListConfig } from './list.component';
5
5
  import { DbxListSelectionMode, DbxListView, ListSelectionState } from './list.view';
6
6
  import { Maybe } from '@dereekb/util';
@@ -9,17 +9,16 @@ import * as i0 from "@angular/core";
9
9
  export declare const DEFAULT_STATIC_LIST_DIRECTIVE_TEMPLATE = "\n<dbx-list [config]=\"config\">\n <ng-content top select=\"[top]\"></ng-content>\n <ng-content bottom select=\"[bottom]\"></ng-content>\n <ng-content empty select=\"[empty]\"></ng-content>\n <ng-content emptyLoading select=\"[emptyLoading]\"></ng-content>\n</dbx-list>\n";
10
10
  export declare const DEFAULT_LIST_WRAPPER_DIRECTIVE_TEMPLATE = "\n<dbx-list [state$]=\"state$\" [config]=\"config$ | async\" [disabled]=\"disabled\" [selectionMode]=\"selectionMode\">\n <ng-content top select=\"[top]\"></ng-content>\n <ng-content bottom select=\"[bottom]\"></ng-content>\n <ng-content empty select=\"[empty]\"></ng-content>\n <ng-content emptyLoading select=\"[emptyLoading]\"></ng-content>\n</dbx-list>\n";
11
11
  export type DbxListWrapperConfig<T, V extends DbxListView<T> = DbxListView<T>> = Omit<DbxListConfig<T, V>, 'onClick' | 'loadMore'>;
12
- export declare abstract class AbstractDbxListWrapperDirective<T, V extends DbxListView<T> = DbxListView<T>, C extends DbxListWrapperConfig<T, V> = DbxListWrapperConfig<T, V>, S extends ListLoadingState<T> = ListLoadingState<T>> implements OnInit, OnDestroy, DbxListViewWrapper<T, S> {
12
+ export declare abstract class AbstractDbxListWrapperDirective<T, V extends DbxListView<T> = DbxListView<T>, C extends DbxListWrapperConfig<T, V> = DbxListWrapperConfig<T, V>, S extends ListLoadingState<T> = ListLoadingState<T>> implements OnDestroy, DbxListViewWrapper<T, S> {
13
13
  readonly initConfig: ObservableOrValue<C>;
14
14
  private readonly _init;
15
15
  readonly config$: Observable<DbxListConfig<T, V>>;
16
16
  disabled?: Maybe<boolean>;
17
17
  selectionMode?: Maybe<DbxListSelectionMode>;
18
18
  state$?: Maybe<Observable<S>>;
19
- clickItem: EventEmitter<T>;
20
- loadMore: EventEmitter<void>;
19
+ readonly clickItem: EventEmitter<T>;
20
+ readonly loadMore: EventEmitter<void>;
21
21
  constructor(initConfig: ObservableOrValue<C>);
22
- ngOnInit(): void;
23
22
  ngOnDestroy(): void;
24
23
  protected _buildListConfig(config: C): DbxListConfig<T, V>;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxListWrapperDirective<any, any, any, any>, never>;
@@ -4,7 +4,6 @@ import { DbxValueListItem } from './list.view.value';
4
4
  import { AbstractDbxValueListViewDirective } from './list.view.value.directive';
5
5
  import { Maybe } from '@dereekb/util';
6
6
  import { DbxValueListViewContentComponent, DbxValueListViewConfig } from './list.view.value.component';
7
- import { DbxListView } from './list.view';
8
7
  import * as i0 from "@angular/core";
9
8
  export interface DbxValueListGridViewConfig<T, I extends DbxValueListItem<T> = DbxValueListItem<T>, V = unknown> extends DbxValueListViewConfig<T, I, V> {
10
9
  grid?: Maybe<Partial<DbxValueListGridItemViewGridSizeConfig>>;
@@ -47,14 +46,13 @@ export declare class DbxValueListGridSizeDirective implements OnDestroy {
47
46
  * Content view for a DbxValueListGridView. It can be used directly in cases where the items are already configured, or want to be configured in a non-standard fashion.
48
47
  */
49
48
  export declare class DbxValueListGridViewContentComponent<T, I extends DbxValueListItem<T> = DbxValueListItem<T>> extends DbxValueListViewContentComponent<T, I> implements OnDestroy {
50
- private _gridSizeOverride?;
51
- private _defaultGrid;
49
+ private readonly _gridSizeOverride;
50
+ private readonly _defaultGrid;
52
51
  readonly grid$: Observable<DbxValueListGridItemViewGridSizeConfig>;
53
52
  readonly gap$: Observable<string>;
54
53
  readonly columns$: Observable<string>;
55
- constructor(dbxListView: DbxListView<T>, _gridSizeOverride?: DbxValueListGridSizeDirective | undefined);
56
54
  set grid(grid: Maybe<Partial<DbxValueListGridItemViewGridSizeConfig>>);
57
55
  ngOnDestroy(): void;
58
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListGridViewContentComponent<any, any>, [null, { optional: true; }]>;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListGridViewContentComponent<any, any>, never>;
59
57
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListGridViewContentComponent<any, any>, "dbx-list-grid-view-content", never, { "grid": { "alias": "grid"; "required": false; }; }, {}, never, never, false, never>;
60
58
  }
@@ -15,7 +15,7 @@ export declare abstract class AbstractDbxListViewDirective<T> implements DbxList
15
15
  readonly values$: Observable<T[]>;
16
16
  readonly disabled$: Observable<boolean>;
17
17
  readonly selectionMode$: Observable<Maybe<DbxListSelectionMode>>;
18
- clickValue: EventEmitter<T>;
18
+ readonly clickValue: EventEmitter<T>;
19
19
  set valueArray(values: Maybe<T[]>);
20
20
  set values(values: Maybe<Observable<T[]>>);
21
21
  ngOnDestroy(): void;
@@ -8,9 +8,10 @@ export interface DbxListViewMetaIconConfig {
8
8
  readonly icon?: Maybe<string>;
9
9
  }
10
10
  export declare class DbxListViewMetaIconComponent {
11
+ readonly item: DbxValueListItem<unknown, DbxListViewMetaIconConfig> | null;
12
+ readonly defaultIcon: Maybe<string>;
11
13
  readonly icon: Maybe<string>;
12
- constructor(item: DbxValueListItem<unknown, DbxListViewMetaIconConfig>, defaultIcon: Maybe<string>);
13
14
  static metaConfig(defaultIcon?: Maybe<string>): DbxInjectionComponentConfig<DbxListViewMetaIconConfig>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxListViewMetaIconComponent, [{ optional: true; }, { optional: true; }]>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxListViewMetaIconComponent, never>;
15
16
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxListViewMetaIconComponent, "dbx-list-view-meta-icon", never, {}, {}, never, never, false, never>;
16
17
  }
@@ -8,7 +8,7 @@ export declare const DEFAULT_DBX_SELECTION_VALUE_LIST_DIRECTIVE_TEMPLATE = "<dbx
8
8
  * Abstract list view that has a pre-built-in selection change event for an Angular Material MatSelectionListChange.
9
9
  */
10
10
  export declare abstract class AbstractDbxSelectionListViewDirective<T> extends AbstractDbxListViewDirective<T> {
11
- selectionChange: EventEmitter<ListSelectionState<T>>;
11
+ readonly selectionChange: EventEmitter<ListSelectionState<T>>;
12
12
  selectionChanged(selection: ListSelectionState<T>): void;
13
13
  matSelectionChanged(selection: MatSelectionListChange): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSelectionListViewDirective<any>, never>;
@@ -21,7 +21,7 @@ export declare class DbxValueListViewComponent<T, I extends DbxValueListItem<T>
21
21
  * Content view for a DbxValueListView. It can be used directly in cases where the items are already configured, or want to be configured in a non-standard fashion.
22
22
  */
23
23
  export declare class DbxValueListViewContentComponent<T, I extends DbxValueListItem<T> = DbxValueListItem<T>> {
24
- readonly dbxListView: DbxListView<T>;
24
+ readonly dbxListView: DbxListView<T, import("@dereekb/rxjs").ListLoadingState<T>>;
25
25
  readonly _dbxListGroupDelegate: DbxValueListViewGroupDelegate<any, T, I>;
26
26
  private _items;
27
27
  readonly groups$: Observable<DbxValueListItemGroup<any, T, I>[]>;
@@ -29,21 +29,21 @@ export declare class DbxValueListViewContentComponent<T, I extends DbxValueListI
29
29
  readonly disabled$: Observable<boolean>;
30
30
  readonly trackByFunction: TrackByFunction<DbxValueListItemConfig<T, I>>;
31
31
  readonly trackGroupByFunction: TrackByFunction<DbxValueListItemGroup<any, T, I>>;
32
- constructor(dbxListView: DbxListView<T>, inputDbxListGroupDelegate: Maybe<DbxValueListViewGroupDelegate<any, T, I>>);
32
+ constructor();
33
33
  ngOnDestroy(): void;
34
34
  get items(): Maybe<DbxValueListItemConfig<T, I>[]>;
35
35
  set items(items: Maybe<DbxValueListItemConfig<T, I>[]>);
36
36
  onClickItem(item: I): void;
37
37
  onClickValue(value: T): void;
38
38
  rippleDisabledOnItem(item: I): boolean;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListViewContentComponent<any, any>, [null, { optional: true; }]>;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListViewContentComponent<any, any>, never>;
40
40
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListViewContentComponent<any, any>, "dbx-list-view-content", never, { "emitAllClicks": { "alias": "emitAllClicks"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
41
41
  }
42
42
  /**
43
43
  * Content view for a DbxValueListView. It can be used directly in cases where the items are already configured, or want to be configured in a non-standard fashion.
44
44
  */
45
45
  export declare class DbxValueListViewContentGroupComponent<G, T, I extends DbxValueListItem<T> = DbxValueListItem<T>> {
46
- readonly dbxValueListViewContentComponent: DbxValueListViewContentComponent<T>;
46
+ readonly dbxValueListViewContentComponent: DbxValueListViewContentComponent<T, DbxValueListItem<T, unknown>>;
47
47
  readonly cdRef: ChangeDetectorRef;
48
48
  private _group;
49
49
  private _cssClasses;
@@ -53,7 +53,6 @@ export declare class DbxValueListViewContentGroupComponent<G, T, I extends DbxVa
53
53
  get footerConfig(): Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<unknown>>;
54
54
  readonly disabled$: Observable<boolean>;
55
55
  readonly trackByFunction: TrackByFunction<DbxValueListItemConfig<T, I>>;
56
- constructor(dbxValueListViewContentComponent: DbxValueListViewContentComponent<T>, cdRef: ChangeDetectorRef);
57
56
  get group(): Maybe<DbxValueListItemGroup<G, T, I>>;
58
57
  set group(group: Maybe<DbxValueListItemGroup<G, T, I>>);
59
58
  onClickItem(item: I): void;