@dereekb/dbx-web 12.6.21 → 13.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 (887) hide show
  1. package/LICENSE +1 -1
  2. package/fesm2022/dereekb-dbx-web-calendar.mjs +15 -32
  3. package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
  4. package/fesm2022/dereekb-dbx-web-mapbox.mjs +113 -130
  5. package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
  6. package/fesm2022/dereekb-dbx-web-table.mjs +125 -133
  7. package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
  8. package/fesm2022/dereekb-dbx-web.mjs +1758 -2081
  9. package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
  10. package/lib/button/_button.scss +117 -21
  11. package/lib/button/progress/spinner.button.component.scss +7 -7
  12. package/lib/layout/style/_style.scss +30 -81
  13. package/lib/loading/_loading.scss +11 -9
  14. package/lib/router/layout/anchorlist/_anchorlist.scss +5 -0
  15. package/lib/router/layout/sidenav/_sidenav.scss +0 -3
  16. package/lib/style/_root-variables.scss +2 -2
  17. package/lib/style/_theming.scss +196 -1
  18. package/lib/style/_variables.scss +13 -7
  19. package/package.json +26 -34
  20. package/types/dereekb-dbx-web-calendar.d.ts +197 -0
  21. package/types/dereekb-dbx-web-mapbox.d.ts +752 -0
  22. package/types/dereekb-dbx-web-table.d.ts +600 -0
  23. package/types/dereekb-dbx-web.d.ts +5655 -0
  24. package/calendar/index.d.ts +0 -1
  25. package/calendar/lib/calendar.base.component.d.ts +0 -32
  26. package/calendar/lib/calendar.component.d.ts +0 -28
  27. package/calendar/lib/calendar.d.ts +0 -6
  28. package/calendar/lib/calendar.module.d.ts +0 -11
  29. package/calendar/lib/calendar.provider.d.ts +0 -5
  30. package/calendar/lib/calendar.store.d.ts +0 -123
  31. package/calendar/lib/index.d.ts +0 -6
  32. package/esm2022/calendar/dereekb-dbx-web-calendar.mjs +0 -5
  33. package/esm2022/calendar/index.mjs +0 -2
  34. package/esm2022/calendar/lib/calendar.base.component.mjs +0 -68
  35. package/esm2022/calendar/lib/calendar.component.mjs +0 -56
  36. package/esm2022/calendar/lib/calendar.mjs +0 -30
  37. package/esm2022/calendar/lib/calendar.module.mjs +0 -21
  38. package/esm2022/calendar/lib/calendar.provider.mjs +0 -11
  39. package/esm2022/calendar/lib/calendar.store.mjs +0 -174
  40. package/esm2022/calendar/lib/index.mjs +0 -7
  41. package/esm2022/dereekb-dbx-web.mjs +0 -5
  42. package/esm2022/index.mjs +0 -2
  43. package/esm2022/lib/action/action.confirm.directive.mjs +0 -46
  44. package/esm2022/lib/action/action.module.mjs +0 -22
  45. package/esm2022/lib/action/index.mjs +0 -6
  46. package/esm2022/lib/action/key.trigger.directive.mjs +0 -31
  47. package/esm2022/lib/action/snackbar/action.snackbar.component.mjs +0 -81
  48. package/esm2022/lib/action/snackbar/action.snackbar.default.mjs +0 -107
  49. package/esm2022/lib/action/snackbar/action.snackbar.directive.mjs +0 -47
  50. package/esm2022/lib/action/snackbar/action.snackbar.generator.mjs +0 -44
  51. package/esm2022/lib/action/snackbar/action.snackbar.mjs +0 -2
  52. package/esm2022/lib/action/snackbar/action.snackbar.module.mjs +0 -18
  53. package/esm2022/lib/action/snackbar/action.snackbar.service.mjs +0 -74
  54. package/esm2022/lib/action/snackbar/index.mjs +0 -8
  55. package/esm2022/lib/action/transition/action.transition.module.mjs +0 -29
  56. package/esm2022/lib/action/transition/index.mjs +0 -4
  57. package/esm2022/lib/action/transition/transition.safety.dialog.component.mjs +0 -53
  58. package/esm2022/lib/action/transition/transition.safety.directive.mjs +0 -132
  59. package/esm2022/lib/button/button.component.mjs +0 -141
  60. package/esm2022/lib/button/button.mjs +0 -2
  61. package/esm2022/lib/button/button.module.mjs +0 -54
  62. package/esm2022/lib/button/button.spacer.directive.mjs +0 -20
  63. package/esm2022/lib/button/icon/icon.button.component.mjs +0 -72
  64. package/esm2022/lib/button/icon/icon.button.module.mjs +0 -19
  65. package/esm2022/lib/button/icon/index.mjs +0 -3
  66. package/esm2022/lib/button/index.mjs +0 -7
  67. package/esm2022/lib/button/progress/abstract.progress.button.directive.mjs +0 -149
  68. package/esm2022/lib/button/progress/bar.button.component.mjs +0 -24
  69. package/esm2022/lib/button/progress/button.progress.config.mjs +0 -3
  70. package/esm2022/lib/button/progress/button.progress.module.mjs +0 -21
  71. package/esm2022/lib/button/progress/button.progress.providers.mjs +0 -18
  72. package/esm2022/lib/button/progress/index.mjs +0 -6
  73. package/esm2022/lib/button/progress/spinner.button.component.mjs +0 -85
  74. package/esm2022/lib/dbx-web.module.mjs +0 -17
  75. package/esm2022/lib/error/default.error.widget.component.mjs +0 -41
  76. package/esm2022/lib/error/error.action.directive.mjs +0 -26
  77. package/esm2022/lib/error/error.api.mjs +0 -51
  78. package/esm2022/lib/error/error.component.mjs +0 -104
  79. package/esm2022/lib/error/error.details.component.mjs +0 -26
  80. package/esm2022/lib/error/error.loading.directive.mjs +0 -36
  81. package/esm2022/lib/error/error.module.mjs +0 -81
  82. package/esm2022/lib/error/error.popover.component.mjs +0 -45
  83. package/esm2022/lib/error/error.snackbar.action.directive.mjs +0 -33
  84. package/esm2022/lib/error/error.snackbar.component.mjs +0 -83
  85. package/esm2022/lib/error/error.snackbar.service.mjs +0 -39
  86. package/esm2022/lib/error/error.view.component.mjs +0 -56
  87. package/esm2022/lib/error/error.widget.component.mjs +0 -59
  88. package/esm2022/lib/error/error.widget.directive.mjs +0 -18
  89. package/esm2022/lib/error/error.widget.service.mjs +0 -75
  90. package/esm2022/lib/error/index.mjs +0 -17
  91. package/esm2022/lib/error/state.mjs +0 -21
  92. package/esm2022/lib/extension/download/blob/download.blob.button.component.mjs +0 -86
  93. package/esm2022/lib/extension/download/blob/index.mjs +0 -2
  94. package/esm2022/lib/extension/download/index.mjs +0 -3
  95. package/esm2022/lib/extension/download/text/download.text.component.mjs +0 -94
  96. package/esm2022/lib/extension/download/text/download.text.mjs +0 -2
  97. package/esm2022/lib/extension/download/text/download.text.module.mjs +0 -20
  98. package/esm2022/lib/extension/download/text/index.mjs +0 -4
  99. package/esm2022/lib/extension/help/absract.help.widget.directive.mjs +0 -20
  100. package/esm2022/lib/extension/help/help.context.directive.mjs +0 -29
  101. package/esm2022/lib/extension/help/help.context.mjs +0 -24
  102. package/esm2022/lib/extension/help/help.context.service.mjs +0 -34
  103. package/esm2022/lib/extension/help/help.mjs +0 -2
  104. package/esm2022/lib/extension/help/help.providers.mjs +0 -20
  105. package/esm2022/lib/extension/help/help.view.list.component.mjs +0 -107
  106. package/esm2022/lib/extension/help/help.view.list.entry.component.mjs +0 -59
  107. package/esm2022/lib/extension/help/help.view.popover.button.component.mjs +0 -50
  108. package/esm2022/lib/extension/help/help.view.popover.component.mjs +0 -53
  109. package/esm2022/lib/extension/help/help.widget.mjs +0 -6
  110. package/esm2022/lib/extension/help/help.widget.service.mjs +0 -106
  111. package/esm2022/lib/extension/help/index.mjs +0 -13
  112. package/esm2022/lib/extension/index.mjs +0 -10
  113. package/esm2022/lib/extension/model/index.mjs +0 -9
  114. package/esm2022/lib/extension/model/model.providers.mjs +0 -42
  115. package/esm2022/lib/extension/model/model.state.service.mjs +0 -19
  116. package/esm2022/lib/extension/model/model.tracker.mjs +0 -7
  117. package/esm2022/lib/extension/model/model.tracker.service.mjs +0 -41
  118. package/esm2022/lib/extension/model/model.tracker.view.storage.mjs +0 -68
  119. package/esm2022/lib/extension/model/model.types.mjs +0 -2
  120. package/esm2022/lib/extension/model/model.types.service.mjs +0 -65
  121. package/esm2022/lib/extension/model/state/actions/actions.mjs +0 -3
  122. package/esm2022/lib/extension/model/state/actions/index.mjs +0 -4
  123. package/esm2022/lib/extension/model/state/actions/model.actions.mjs +0 -3
  124. package/esm2022/lib/extension/model/state/effects/tracker.effects.mjs +0 -26
  125. package/esm2022/lib/extension/model/state/index.mjs +0 -6
  126. package/esm2022/lib/extension/model/state/reducers/index.mjs +0 -13
  127. package/esm2022/lib/extension/model/state/reducers/model.module.config.mjs +0 -8
  128. package/esm2022/lib/extension/model/state/state.mjs +0 -2
  129. package/esm2022/lib/extension/preview/index.mjs +0 -5
  130. package/esm2022/lib/extension/preview/webfilepreview.component.mjs +0 -35
  131. package/esm2022/lib/extension/preview/webfilepreview.mjs +0 -2
  132. package/esm2022/lib/extension/preview/webfilepreview.service.mjs +0 -119
  133. package/esm2022/lib/extension/preview/webfilepreview.service.preset.mjs +0 -21
  134. package/esm2022/lib/extension/structure/index.mjs +0 -4
  135. package/esm2022/lib/extension/structure/structure.body.directive.mjs +0 -29
  136. package/esm2022/lib/extension/structure/structure.module.mjs +0 -21
  137. package/esm2022/lib/extension/structure/structure.structure.directive.mjs +0 -25
  138. package/esm2022/lib/extension/widget/index.mjs +0 -7
  139. package/esm2022/lib/extension/widget/widget.component.mjs +0 -79
  140. package/esm2022/lib/extension/widget/widget.directive.mjs +0 -12
  141. package/esm2022/lib/extension/widget/widget.list.component.mjs +0 -75
  142. package/esm2022/lib/extension/widget/widget.mjs +0 -2
  143. package/esm2022/lib/extension/widget/widget.module.mjs +0 -28
  144. package/esm2022/lib/extension/widget/widget.service.mjs +0 -43
  145. package/esm2022/lib/extension/zip/index.mjs +0 -5
  146. package/esm2022/lib/extension/zip/zip.blob.mjs +0 -16
  147. package/esm2022/lib/extension/zip/zip.blob.preview.component.mjs +0 -156
  148. package/esm2022/lib/extension/zip/zip.blob.preview.list.component.mjs +0 -121
  149. package/esm2022/lib/extension/zip/zip.preview.component.mjs +0 -71
  150. package/esm2022/lib/extension/zip/zip.preview.dialog.component.mjs +0 -31
  151. package/esm2022/lib/index.mjs +0 -13
  152. package/esm2022/lib/interaction/dialog/abstract.dialog.directive.mjs +0 -26
  153. package/esm2022/lib/interaction/dialog/dialog.action.directive.mjs +0 -38
  154. package/esm2022/lib/interaction/dialog/dialog.content.close.component.mjs +0 -40
  155. package/esm2022/lib/interaction/dialog/dialog.content.directive.mjs +0 -23
  156. package/esm2022/lib/interaction/dialog/dialog.content.footer.component.mjs +0 -38
  157. package/esm2022/lib/interaction/dialog/dialog.content.mjs +0 -9
  158. package/esm2022/lib/interaction/dialog/dialog.injection.component.mjs +0 -53
  159. package/esm2022/lib/interaction/dialog/dialog.module.mjs +0 -36
  160. package/esm2022/lib/interaction/dialog/index.mjs +0 -9
  161. package/esm2022/lib/interaction/filter/filter.config.mjs +0 -2
  162. package/esm2022/lib/interaction/filter/filter.menu.mjs +0 -25
  163. package/esm2022/lib/interaction/filter/filter.module.mjs +0 -24
  164. package/esm2022/lib/interaction/filter/filter.partial.list.component.mjs +0 -23
  165. package/esm2022/lib/interaction/filter/filter.partial.menu.component.mjs +0 -31
  166. package/esm2022/lib/interaction/filter/filter.partial.mjs +0 -50
  167. package/esm2022/lib/interaction/filter/filter.popover.button.component.mjs +0 -33
  168. package/esm2022/lib/interaction/filter/filter.popover.button.directive.mjs +0 -28
  169. package/esm2022/lib/interaction/filter/filter.popover.component.mjs +0 -115
  170. package/esm2022/lib/interaction/filter/filter.preset.directive.mjs +0 -78
  171. package/esm2022/lib/interaction/filter/filter.preset.list.component.mjs +0 -23
  172. package/esm2022/lib/interaction/filter/filter.preset.menu.component.mjs +0 -31
  173. package/esm2022/lib/interaction/filter/filter.wrapper.component.mjs +0 -46
  174. package/esm2022/lib/interaction/filter/index.mjs +0 -13
  175. package/esm2022/lib/interaction/iframe/embed.component.mjs +0 -124
  176. package/esm2022/lib/interaction/iframe/embed.dialog.component.mjs +0 -34
  177. package/esm2022/lib/interaction/iframe/iframe.component.mjs +0 -68
  178. package/esm2022/lib/interaction/iframe/iframe.dialog.component.mjs +0 -23
  179. package/esm2022/lib/interaction/iframe/index.mjs +0 -5
  180. package/esm2022/lib/interaction/index.mjs +0 -9
  181. package/esm2022/lib/interaction/interaction.module.mjs +0 -30
  182. package/esm2022/lib/interaction/popover/abstract.popover.directive.mjs +0 -21
  183. package/esm2022/lib/interaction/popover/abstract.popover.ref.directive.mjs +0 -52
  184. package/esm2022/lib/interaction/popover/index.mjs +0 -17
  185. package/esm2022/lib/interaction/popover/popover.action.directive.mjs +0 -42
  186. package/esm2022/lib/interaction/popover/popover.close.component.mjs +0 -29
  187. package/esm2022/lib/interaction/popover/popover.component.mjs +0 -169
  188. package/esm2022/lib/interaction/popover/popover.content.component.mjs +0 -50
  189. package/esm2022/lib/interaction/popover/popover.content.module.mjs +0 -24
  190. package/esm2022/lib/interaction/popover/popover.controls.directive.mjs +0 -27
  191. package/esm2022/lib/interaction/popover/popover.coordinator.component.mjs +0 -42
  192. package/esm2022/lib/interaction/popover/popover.coordinator.service.mjs +0 -44
  193. package/esm2022/lib/interaction/popover/popover.header.component.mjs +0 -60
  194. package/esm2022/lib/interaction/popover/popover.mjs +0 -3
  195. package/esm2022/lib/interaction/popover/popover.module.mjs +0 -20
  196. package/esm2022/lib/interaction/popover/popover.position.strategy.mjs +0 -60
  197. package/esm2022/lib/interaction/popover/popover.scroll.content.directive.mjs +0 -41
  198. package/esm2022/lib/interaction/popover/popover.service.mjs +0 -47
  199. package/esm2022/lib/interaction/popup/abstract.popup.directive.mjs +0 -18
  200. package/esm2022/lib/interaction/popup/index.mjs +0 -12
  201. package/esm2022/lib/interaction/popup/popup.component.mjs +0 -126
  202. package/esm2022/lib/interaction/popup/popup.content.component.mjs +0 -42
  203. package/esm2022/lib/interaction/popup/popup.controls.buttons.component.mjs +0 -90
  204. package/esm2022/lib/interaction/popup/popup.controls.component.mjs +0 -33
  205. package/esm2022/lib/interaction/popup/popup.coordinator.component.mjs +0 -42
  206. package/esm2022/lib/interaction/popup/popup.coordinator.service.mjs +0 -44
  207. package/esm2022/lib/interaction/popup/popup.mjs +0 -8
  208. package/esm2022/lib/interaction/popup/popup.module.mjs +0 -21
  209. package/esm2022/lib/interaction/popup/popup.position.strategy.mjs +0 -42
  210. package/esm2022/lib/interaction/popup/popup.service.mjs +0 -43
  211. package/esm2022/lib/interaction/prompt/index.mjs +0 -10
  212. package/esm2022/lib/interaction/prompt/prompt.box.directive.mjs +0 -19
  213. package/esm2022/lib/interaction/prompt/prompt.button.confirm.directive.mjs +0 -28
  214. package/esm2022/lib/interaction/prompt/prompt.component.mjs +0 -37
  215. package/esm2022/lib/interaction/prompt/prompt.confirm.component.mjs +0 -49
  216. package/esm2022/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +0 -53
  217. package/esm2022/lib/interaction/prompt/prompt.confirm.directive.mjs +0 -60
  218. package/esm2022/lib/interaction/prompt/prompt.confirm.mjs +0 -12
  219. package/esm2022/lib/interaction/prompt/prompt.module.mjs +0 -23
  220. package/esm2022/lib/interaction/prompt/prompt.page.component.mjs +0 -33
  221. package/esm2022/lib/interaction/upload/abstract.upload.component.mjs +0 -85
  222. package/esm2022/lib/interaction/upload/index.mjs +0 -8
  223. package/esm2022/lib/interaction/upload/upload.accept.mjs +0 -72
  224. package/esm2022/lib/interaction/upload/upload.action.directive.mjs +0 -36
  225. package/esm2022/lib/interaction/upload/upload.action.mjs +0 -18
  226. package/esm2022/lib/interaction/upload/upload.area.component.mjs +0 -138
  227. package/esm2022/lib/interaction/upload/upload.button.component.mjs +0 -81
  228. package/esm2022/lib/interaction/upload/upload.component.mjs +0 -119
  229. package/esm2022/lib/keypress/index.mjs +0 -3
  230. package/esm2022/lib/keypress/keydown.listener.directive.mjs +0 -49
  231. package/esm2022/lib/keypress/keypress.module.mjs +0 -19
  232. package/esm2022/lib/layout/avatar/avatar.component.mjs +0 -79
  233. package/esm2022/lib/layout/avatar/avatar.mjs +0 -7
  234. package/esm2022/lib/layout/avatar/avatar.service.mjs +0 -78
  235. package/esm2022/lib/layout/avatar/avatar.view.component.mjs +0 -109
  236. package/esm2022/lib/layout/avatar/index.mjs +0 -4
  237. package/esm2022/lib/layout/bar/bar.directive.mjs +0 -26
  238. package/esm2022/lib/layout/bar/bar.header.component.mjs +0 -49
  239. package/esm2022/lib/layout/bar/bar.layout.module.mjs +0 -22
  240. package/esm2022/lib/layout/bar/bar.mjs +0 -2
  241. package/esm2022/lib/layout/bar/index.mjs +0 -5
  242. package/esm2022/lib/layout/bar/pagebar.component.mjs +0 -37
  243. package/esm2022/lib/layout/block/block.layout.module.mjs +0 -21
  244. package/esm2022/lib/layout/block/index.mjs +0 -3
  245. package/esm2022/lib/layout/block/two.block.component.mjs +0 -58
  246. package/esm2022/lib/layout/card/card.box.component.mjs +0 -64
  247. package/esm2022/lib/layout/card/card.box.container.directive.mjs +0 -20
  248. package/esm2022/lib/layout/card/card.box.layout.module.mjs +0 -18
  249. package/esm2022/lib/layout/card/index.mjs +0 -4
  250. package/esm2022/lib/layout/column/column.layout.module.mjs +0 -18
  251. package/esm2022/lib/layout/column/index.mjs +0 -4
  252. package/esm2022/lib/layout/column/one/index.mjs +0 -3
  253. package/esm2022/lib/layout/column/one/one.column.component.mjs +0 -43
  254. package/esm2022/lib/layout/column/one/one.column.module.mjs +0 -19
  255. package/esm2022/lib/layout/column/two/index.mjs +0 -11
  256. package/esm2022/lib/layout/column/two/two.column.back.directive.mjs +0 -27
  257. package/esm2022/lib/layout/column/two/two.column.component.mjs +0 -98
  258. package/esm2022/lib/layout/column/two/two.column.context.directive.mjs +0 -25
  259. package/esm2022/lib/layout/column/two/two.column.full.left.directive.mjs +0 -24
  260. package/esm2022/lib/layout/column/two/two.column.head.directive.mjs +0 -24
  261. package/esm2022/lib/layout/column/two/two.column.module.mjs +0 -24
  262. package/esm2022/lib/layout/column/two/two.column.right.component.mjs +0 -110
  263. package/esm2022/lib/layout/column/two/two.column.sref.directive.mjs +0 -26
  264. package/esm2022/lib/layout/column/two/two.column.sref.showright.directive.mjs +0 -30
  265. package/esm2022/lib/layout/column/two/two.column.store.mjs +0 -126
  266. package/esm2022/lib/layout/compact/compact.directive.mjs +0 -26
  267. package/esm2022/lib/layout/compact/compact.layout.module.mjs +0 -20
  268. package/esm2022/lib/layout/compact/compact.mjs +0 -26
  269. package/esm2022/lib/layout/compact/compact.store.mjs +0 -20
  270. package/esm2022/lib/layout/compact/index.mjs +0 -5
  271. package/esm2022/lib/layout/content/content.border.directive.mjs +0 -23
  272. package/esm2022/lib/layout/content/content.box.directive.mjs +0 -24
  273. package/esm2022/lib/layout/content/content.container.directive.mjs +0 -28
  274. package/esm2022/lib/layout/content/content.directive.mjs +0 -20
  275. package/esm2022/lib/layout/content/content.elevate.directive.mjs +0 -22
  276. package/esm2022/lib/layout/content/content.layout.module.mjs +0 -51
  277. package/esm2022/lib/layout/content/content.page.directive.mjs +0 -20
  278. package/esm2022/lib/layout/content/content.pit.directive.mjs +0 -54
  279. package/esm2022/lib/layout/content/index.mjs +0 -9
  280. package/esm2022/lib/layout/flag/flag.component.mjs +0 -35
  281. package/esm2022/lib/layout/flag/flag.layout.module.mjs +0 -18
  282. package/esm2022/lib/layout/flag/flag.prompt.component.mjs +0 -35
  283. package/esm2022/lib/layout/flag/index.mjs +0 -4
  284. package/esm2022/lib/layout/flex/flex.group.directive.mjs +0 -34
  285. package/esm2022/lib/layout/flex/flex.layout.module.mjs +0 -21
  286. package/esm2022/lib/layout/flex/flex.mjs +0 -2
  287. package/esm2022/lib/layout/flex/flex.size.directive.mjs +0 -22
  288. package/esm2022/lib/layout/flex/index.mjs +0 -5
  289. package/esm2022/lib/layout/index.mjs +0 -17
  290. package/esm2022/lib/layout/item/index.mjs +0 -2
  291. package/esm2022/lib/layout/item/item.icon.component.mjs +0 -56
  292. package/esm2022/lib/layout/layout.module.mjs +0 -26
  293. package/esm2022/lib/layout/list/grid/index.mjs +0 -3
  294. package/esm2022/lib/layout/list/grid/list.grid.view.component.mjs +0 -98
  295. package/esm2022/lib/layout/list/grid/list.grid.view.directive.mjs +0 -34
  296. package/esm2022/lib/layout/list/group/index.mjs +0 -4
  297. package/esm2022/lib/layout/list/group/list.view.value.group.mjs +0 -32
  298. package/esm2022/lib/layout/list/group/list.view.value.group.title.directive.mjs +0 -70
  299. package/esm2022/lib/layout/list/group/list.view.value.group.title.header.component.mjs +0 -60
  300. package/esm2022/lib/layout/list/group/list.view.value.group.title.mjs +0 -2
  301. package/esm2022/lib/layout/list/index.mjs +0 -21
  302. package/esm2022/lib/layout/list/list.component.mjs +0 -232
  303. package/esm2022/lib/layout/list/list.content.empty.component.mjs +0 -27
  304. package/esm2022/lib/layout/list/list.directive.mjs +0 -95
  305. package/esm2022/lib/layout/list/list.layout.module.mjs +0 -99
  306. package/esm2022/lib/layout/list/list.module.mjs +0 -40
  307. package/esm2022/lib/layout/list/list.track.mjs +0 -9
  308. package/esm2022/lib/layout/list/list.view.directive.mjs +0 -79
  309. package/esm2022/lib/layout/list/list.view.mjs +0 -17
  310. package/esm2022/lib/layout/list/list.view.selection.directive.mjs +0 -46
  311. package/esm2022/lib/layout/list/list.view.value.component.mjs +0 -190
  312. package/esm2022/lib/layout/list/list.view.value.directive.mjs +0 -30
  313. package/esm2022/lib/layout/list/list.view.value.item.directive.mjs +0 -15
  314. package/esm2022/lib/layout/list/list.view.value.mjs +0 -67
  315. package/esm2022/lib/layout/list/list.view.value.modifier.mjs +0 -17
  316. package/esm2022/lib/layout/list/list.view.value.selection.component.mjs +0 -112
  317. package/esm2022/lib/layout/list/list.wrapper.mjs +0 -15
  318. package/esm2022/lib/layout/list/meta/index.mjs +0 -2
  319. package/esm2022/lib/layout/list/meta/list.view.meta.icon.component.mjs +0 -39
  320. package/esm2022/lib/layout/list/modifier/index.mjs +0 -5
  321. package/esm2022/lib/layout/list/modifier/list.modifier.module.mjs +0 -22
  322. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.directive.mjs +0 -76
  323. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.ripple.directive.mjs +0 -38
  324. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.selection.directive.mjs +0 -36
  325. package/esm2022/lib/layout/section/index.mjs +0 -8
  326. package/esm2022/lib/layout/section/section.component.mjs +0 -43
  327. package/esm2022/lib/layout/section/section.header.component.mjs +0 -153
  328. package/esm2022/lib/layout/section/section.intro.component.mjs +0 -67
  329. package/esm2022/lib/layout/section/section.layout.module.mjs +0 -24
  330. package/esm2022/lib/layout/section/section.mjs +0 -2
  331. package/esm2022/lib/layout/section/section.page.component.mjs +0 -51
  332. package/esm2022/lib/layout/section/subsection.component.mjs +0 -40
  333. package/esm2022/lib/layout/step/index.mjs +0 -3
  334. package/esm2022/lib/layout/step/step.component.mjs +0 -60
  335. package/esm2022/lib/layout/step/step.layout.module.mjs +0 -20
  336. package/esm2022/lib/layout/style/index.mjs +0 -10
  337. package/esm2022/lib/layout/style/spacer.directive.mjs +0 -17
  338. package/esm2022/lib/layout/style/style.body.directive.mjs +0 -39
  339. package/esm2022/lib/layout/style/style.color.directive.mjs +0 -23
  340. package/esm2022/lib/layout/style/style.directive.mjs +0 -30
  341. package/esm2022/lib/layout/style/style.layout.module.mjs +0 -21
  342. package/esm2022/lib/layout/style/style.mjs +0 -24
  343. package/esm2022/lib/layout/style/style.providers.mjs +0 -21
  344. package/esm2022/lib/layout/style/style.service.mjs +0 -92
  345. package/esm2022/lib/layout/style/style.set.directive.mjs +0 -52
  346. package/esm2022/lib/layout/text/address.component.mjs +0 -67
  347. package/esm2022/lib/layout/text/copy.text.component.mjs +0 -39
  348. package/esm2022/lib/layout/text/copy.text.directive.mjs +0 -56
  349. package/esm2022/lib/layout/text/detail.block.component.mjs +0 -43
  350. package/esm2022/lib/layout/text/detail.block.header.component.mjs +0 -63
  351. package/esm2022/lib/layout/text/icon.spacer.component.mjs +0 -20
  352. package/esm2022/lib/layout/text/index.mjs +0 -13
  353. package/esm2022/lib/layout/text/label.block.component.mjs +0 -29
  354. package/esm2022/lib/layout/text/linkify.component.mjs +0 -38
  355. package/esm2022/lib/layout/text/number.limit.component.mjs +0 -82
  356. package/esm2022/lib/layout/text/text.chip.directive.mjs +0 -27
  357. package/esm2022/lib/layout/text/text.chips.component.mjs +0 -43
  358. package/esm2022/lib/layout/text/text.module.mjs +0 -27
  359. package/esm2022/lib/loading/basic-loading.component.mjs +0 -77
  360. package/esm2022/lib/loading/index.mjs +0 -7
  361. package/esm2022/lib/loading/loading-progress.component.mjs +0 -63
  362. package/esm2022/lib/loading/loading.action.directive.mjs +0 -29
  363. package/esm2022/lib/loading/loading.component.mjs +0 -94
  364. package/esm2022/lib/loading/loading.mjs +0 -2
  365. package/esm2022/lib/loading/loading.module.mjs +0 -20
  366. package/esm2022/lib/router/index.mjs +0 -3
  367. package/esm2022/lib/router/layout/anchor/anchor.component.mjs +0 -124
  368. package/esm2022/lib/router/layout/anchor/anchor.content.component.mjs +0 -49
  369. package/esm2022/lib/router/layout/anchor/anchor.icon.component.mjs +0 -37
  370. package/esm2022/lib/router/layout/anchor/anchor.link.component.mjs +0 -53
  371. package/esm2022/lib/router/layout/anchor/anchor.module.mjs +0 -28
  372. package/esm2022/lib/router/layout/anchor/anchor.segue.directive.mjs +0 -24
  373. package/esm2022/lib/router/layout/anchor/index.mjs +0 -7
  374. package/esm2022/lib/router/layout/anchorlist/anchorlist.component.mjs +0 -29
  375. package/esm2022/lib/router/layout/anchorlist/anchorlist.module.mjs +0 -19
  376. package/esm2022/lib/router/layout/anchorlist/index.mjs +0 -3
  377. package/esm2022/lib/router/layout/index.mjs +0 -7
  378. package/esm2022/lib/router/layout/layout.module.mjs +0 -19
  379. package/esm2022/lib/router/layout/list/index.mjs +0 -3
  380. package/esm2022/lib/router/layout/list/list.module.mjs +0 -19
  381. package/esm2022/lib/router/layout/list/router.list.directive.mjs +0 -35
  382. package/esm2022/lib/router/layout/navbar/index.mjs +0 -3
  383. package/esm2022/lib/router/layout/navbar/navbar.component.mjs +0 -83
  384. package/esm2022/lib/router/layout/navbar/navbar.module.mjs +0 -19
  385. package/esm2022/lib/router/layout/sidenav/index.mjs +0 -11
  386. package/esm2022/lib/router/layout/sidenav/sidenav.button.component.mjs +0 -51
  387. package/esm2022/lib/router/layout/sidenav/sidenav.component.mjs +0 -144
  388. package/esm2022/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.mjs +0 -33
  389. package/esm2022/lib/router/layout/sidenav/sidenav.mjs +0 -8
  390. package/esm2022/lib/router/layout/sidenav/sidenav.module.mjs +0 -21
  391. package/esm2022/lib/router/layout/sidenav/sidenav.page.component.mjs +0 -55
  392. package/esm2022/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +0 -42
  393. package/esm2022/lib/router/provider/index.mjs +0 -4
  394. package/esm2022/lib/router/provider/ngrouter/anchor.component.mjs +0 -25
  395. package/esm2022/lib/router/provider/ngrouter/angular.router.providers.mjs +0 -23
  396. package/esm2022/lib/router/provider/ngrouter/index.mjs +0 -3
  397. package/esm2022/lib/router/provider/router.provider.config.mjs +0 -10
  398. package/esm2022/lib/router/provider/uirouter/anchor.component.mjs +0 -32
  399. package/esm2022/lib/router/provider/uirouter/index.mjs +0 -3
  400. package/esm2022/lib/router/provider/uirouter/uirouter.router.providers.mjs +0 -23
  401. package/esm2022/lib/screen/index.mjs +0 -6
  402. package/esm2022/lib/screen/resize.directive.mjs +0 -24
  403. package/esm2022/lib/screen/resize.mjs +0 -34
  404. package/esm2022/lib/screen/screen.mjs +0 -22
  405. package/esm2022/lib/screen/screen.providers.mjs +0 -22
  406. package/esm2022/lib/screen/screen.service.mjs +0 -101
  407. package/esm2022/lib/util/cdk.mjs +0 -22
  408. package/esm2022/lib/util/click.mjs +0 -56
  409. package/esm2022/lib/util/clipboard.directive.mjs +0 -20
  410. package/esm2022/lib/util/clipboard.mjs +0 -98
  411. package/esm2022/lib/util/index.mjs +0 -5
  412. package/esm2022/mapbox/dereekb-dbx-web-mapbox.mjs +0 -5
  413. package/esm2022/mapbox/index.mjs +0 -2
  414. package/esm2022/mapbox/lib/index.mjs +0 -22
  415. package/esm2022/mapbox/lib/mapbox.change.service.mjs +0 -40
  416. package/esm2022/mapbox/lib/mapbox.injection.component.mjs +0 -29
  417. package/esm2022/mapbox/lib/mapbox.injection.store.mjs +0 -39
  418. package/esm2022/mapbox/lib/mapbox.injection.store.provide.mjs +0 -48
  419. package/esm2022/mapbox/lib/mapbox.layout.component.mjs +0 -154
  420. package/esm2022/mapbox/lib/mapbox.layout.drawer.component.mjs +0 -21
  421. package/esm2022/mapbox/lib/mapbox.layout.resize.sync.directive.mjs +0 -33
  422. package/esm2022/mapbox/lib/mapbox.marker.component.mjs +0 -127
  423. package/esm2022/mapbox/lib/mapbox.marker.mjs +0 -16
  424. package/esm2022/mapbox/lib/mapbox.markers.component.mjs +0 -44
  425. package/esm2022/mapbox/lib/mapbox.menu.component.mjs +0 -94
  426. package/esm2022/mapbox/lib/mapbox.mjs +0 -19
  427. package/esm2022/mapbox/lib/mapbox.module.mjs +0 -73
  428. package/esm2022/mapbox/lib/mapbox.options.mjs +0 -2
  429. package/esm2022/mapbox/lib/mapbox.providers.mjs +0 -25
  430. package/esm2022/mapbox/lib/mapbox.rxjs.mjs +0 -53
  431. package/esm2022/mapbox/lib/mapbox.service.mjs +0 -41
  432. package/esm2022/mapbox/lib/mapbox.store.map.directive.mjs +0 -42
  433. package/esm2022/mapbox/lib/mapbox.store.mjs +0 -549
  434. package/esm2022/mapbox/lib/mapbox.store.provide.mjs +0 -48
  435. package/esm2022/mapbox/lib/mapbox.util.mjs +0 -15
  436. package/esm2022/table/dereekb-dbx-web-table.mjs +0 -5
  437. package/esm2022/table/index.mjs +0 -2
  438. package/esm2022/table/lib/date/date.table.column.header.component.mjs +0 -55
  439. package/esm2022/table/lib/date/daterange.table.cell.input.component.mjs +0 -154
  440. package/esm2022/table/lib/date/index.mjs +0 -4
  441. package/esm2022/table/lib/date/table.date.module.mjs +0 -18
  442. package/esm2022/table/lib/index.mjs +0 -24
  443. package/esm2022/table/lib/table.cell.action.component.mjs +0 -28
  444. package/esm2022/table/lib/table.cell.input.component.mjs +0 -31
  445. package/esm2022/table/lib/table.cell.summaryend.component.mjs +0 -28
  446. package/esm2022/table/lib/table.cell.summarystart.component.mjs +0 -31
  447. package/esm2022/table/lib/table.column.directive.mjs +0 -20
  448. package/esm2022/table/lib/table.column.footer.component.mjs +0 -35
  449. package/esm2022/table/lib/table.column.header.component.mjs +0 -35
  450. package/esm2022/table/lib/table.column.size.directive.mjs +0 -103
  451. package/esm2022/table/lib/table.column.size.mjs +0 -3
  452. package/esm2022/table/lib/table.component.mjs +0 -179
  453. package/esm2022/table/lib/table.directive.mjs +0 -30
  454. package/esm2022/table/lib/table.fullsummaryrow.component.mjs +0 -34
  455. package/esm2022/table/lib/table.group.directive.mjs +0 -20
  456. package/esm2022/table/lib/table.group.footer.component.mjs +0 -35
  457. package/esm2022/table/lib/table.group.header.component.mjs +0 -35
  458. package/esm2022/table/lib/table.item.action.component.mjs +0 -35
  459. package/esm2022/table/lib/table.item.cell.component.mjs +0 -29
  460. package/esm2022/table/lib/table.item.directive.mjs +0 -18
  461. package/esm2022/table/lib/table.item.header.component.mjs +0 -28
  462. package/esm2022/table/lib/table.mjs +0 -10
  463. package/esm2022/table/lib/table.module.mjs +0 -18
  464. package/esm2022/table/lib/table.reader.mjs +0 -103
  465. package/esm2022/table/lib/table.store.mjs +0 -70
  466. package/index.d.ts +0 -1
  467. package/lib/action/action.confirm.directive.d.ts +0 -32
  468. package/lib/action/action.module.d.ts +0 -12
  469. package/lib/action/index.d.ts +0 -5
  470. package/lib/action/key.trigger.directive.d.ts +0 -15
  471. package/lib/action/snackbar/action.snackbar.component.d.ts +0 -35
  472. package/lib/action/snackbar/action.snackbar.d.ts +0 -52
  473. package/lib/action/snackbar/action.snackbar.default.d.ts +0 -2
  474. package/lib/action/snackbar/action.snackbar.directive.d.ts +0 -22
  475. package/lib/action/snackbar/action.snackbar.generator.d.ts +0 -32
  476. package/lib/action/snackbar/action.snackbar.module.d.ts +0 -8
  477. package/lib/action/snackbar/action.snackbar.service.d.ts +0 -38
  478. package/lib/action/snackbar/index.d.ts +0 -7
  479. package/lib/action/transition/action.transition.module.d.ts +0 -19
  480. package/lib/action/transition/index.d.ts +0 -3
  481. package/lib/action/transition/transition.safety.dialog.component.d.ts +0 -15
  482. package/lib/action/transition/transition.safety.directive.d.ts +0 -45
  483. package/lib/button/button.component.d.ts +0 -39
  484. package/lib/button/button.d.ts +0 -20
  485. package/lib/button/button.module.d.ts +0 -15
  486. package/lib/button/button.spacer.directive.d.ts +0 -8
  487. package/lib/button/icon/icon.button.component.d.ts +0 -9
  488. package/lib/button/icon/icon.button.module.d.ts +0 -10
  489. package/lib/button/icon/index.d.ts +0 -2
  490. package/lib/button/index.d.ts +0 -6
  491. package/lib/button/progress/abstract.progress.button.directive.d.ts +0 -29
  492. package/lib/button/progress/bar.button.component.d.ts +0 -8
  493. package/lib/button/progress/button.progress.config.d.ts +0 -83
  494. package/lib/button/progress/button.progress.module.d.ts +0 -11
  495. package/lib/button/progress/button.progress.providers.d.ts +0 -9
  496. package/lib/button/progress/index.d.ts +0 -5
  497. package/lib/button/progress/spinner.button.component.d.ts +0 -22
  498. package/lib/dbx-web.module.d.ts +0 -9
  499. package/lib/error/default.error.widget.component.d.ts +0 -8
  500. package/lib/error/error.action.directive.d.ts +0 -14
  501. package/lib/error/error.api.d.ts +0 -13
  502. package/lib/error/error.component.d.ts +0 -36
  503. package/lib/error/error.details.component.d.ts +0 -7
  504. package/lib/error/error.loading.directive.d.ts +0 -18
  505. package/lib/error/error.module.d.ts +0 -30
  506. package/lib/error/error.popover.component.d.ts +0 -18
  507. package/lib/error/error.snackbar.action.directive.d.ts +0 -16
  508. package/lib/error/error.snackbar.component.d.ts +0 -28
  509. package/lib/error/error.snackbar.service.d.ts +0 -17
  510. package/lib/error/error.view.component.d.ts +0 -22
  511. package/lib/error/error.widget.component.d.ts +0 -14
  512. package/lib/error/error.widget.directive.d.ts +0 -9
  513. package/lib/error/error.widget.service.d.ts +0 -60
  514. package/lib/error/index.d.ts +0 -16
  515. package/lib/error/state.d.ts +0 -16
  516. package/lib/extension/download/blob/download.blob.button.component.d.ts +0 -55
  517. package/lib/extension/download/blob/index.d.ts +0 -1
  518. package/lib/extension/download/index.d.ts +0 -2
  519. package/lib/extension/download/text/download.text.component.d.ts +0 -39
  520. package/lib/extension/download/text/download.text.d.ts +0 -5
  521. package/lib/extension/download/text/download.text.module.d.ts +0 -10
  522. package/lib/extension/download/text/index.d.ts +0 -3
  523. package/lib/extension/help/absract.help.widget.directive.d.ts +0 -13
  524. package/lib/extension/help/help.context.d.ts +0 -11
  525. package/lib/extension/help/help.context.directive.d.ts +0 -17
  526. package/lib/extension/help/help.context.service.d.ts +0 -20
  527. package/lib/extension/help/help.d.ts +0 -15
  528. package/lib/extension/help/help.providers.d.ts +0 -22
  529. package/lib/extension/help/help.view.list.component.d.ts +0 -39
  530. package/lib/extension/help/help.view.list.entry.component.d.ts +0 -16
  531. package/lib/extension/help/help.view.popover.button.component.d.ts +0 -32
  532. package/lib/extension/help/help.view.popover.component.d.ts +0 -81
  533. package/lib/extension/help/help.widget.d.ts +0 -52
  534. package/lib/extension/help/help.widget.service.d.ts +0 -74
  535. package/lib/extension/help/index.d.ts +0 -12
  536. package/lib/extension/index.d.ts +0 -7
  537. package/lib/extension/model/index.d.ts +0 -8
  538. package/lib/extension/model/model.providers.d.ts +0 -13
  539. package/lib/extension/model/model.state.service.d.ts +0 -12
  540. package/lib/extension/model/model.tracker.d.ts +0 -32
  541. package/lib/extension/model/model.tracker.service.d.ts +0 -19
  542. package/lib/extension/model/model.tracker.view.storage.d.ts +0 -30
  543. package/lib/extension/model/model.types.d.ts +0 -41
  544. package/lib/extension/model/model.types.service.d.ts +0 -30
  545. package/lib/extension/model/state/actions/actions.d.ts +0 -1
  546. package/lib/extension/model/state/actions/index.d.ts +0 -3
  547. package/lib/extension/model/state/actions/model.actions.d.ts +0 -9
  548. package/lib/extension/model/state/effects/tracker.effects.d.ts +0 -13
  549. package/lib/extension/model/state/index.d.ts +0 -5
  550. package/lib/extension/model/state/reducers/index.d.ts +0 -15
  551. package/lib/extension/model/state/reducers/model.module.config.d.ts +0 -5
  552. package/lib/extension/model/state/state.d.ts +0 -2
  553. package/lib/extension/preview/index.d.ts +0 -4
  554. package/lib/extension/preview/webfilepreview.component.d.ts +0 -19
  555. package/lib/extension/preview/webfilepreview.d.ts +0 -94
  556. package/lib/extension/preview/webfilepreview.service.d.ts +0 -36
  557. package/lib/extension/preview/webfilepreview.service.preset.d.ts +0 -6
  558. package/lib/extension/structure/index.d.ts +0 -3
  559. package/lib/extension/structure/structure.body.directive.d.ts +0 -9
  560. package/lib/extension/structure/structure.module.d.ts +0 -11
  561. package/lib/extension/structure/structure.structure.directive.d.ts +0 -17
  562. package/lib/extension/widget/index.d.ts +0 -6
  563. package/lib/extension/widget/widget.component.d.ts +0 -16
  564. package/lib/extension/widget/widget.d.ts +0 -19
  565. package/lib/extension/widget/widget.directive.d.ts +0 -6
  566. package/lib/extension/widget/widget.list.component.d.ts +0 -25
  567. package/lib/extension/widget/widget.module.d.ts +0 -18
  568. package/lib/extension/widget/widget.service.d.ts +0 -32
  569. package/lib/extension/zip/index.d.ts +0 -4
  570. package/lib/extension/zip/zip.blob.d.ts +0 -9
  571. package/lib/extension/zip/zip.blob.preview.component.d.ts +0 -54
  572. package/lib/extension/zip/zip.blob.preview.list.component.d.ts +0 -25
  573. package/lib/extension/zip/zip.preview.component.d.ts +0 -31
  574. package/lib/extension/zip/zip.preview.dialog.component.d.ts +0 -17
  575. package/lib/index.d.ts +0 -12
  576. package/lib/interaction/dialog/abstract.dialog.directive.d.ts +0 -15
  577. package/lib/interaction/dialog/dialog.action.directive.d.ts +0 -22
  578. package/lib/interaction/dialog/dialog.content.close.component.d.ts +0 -11
  579. package/lib/interaction/dialog/dialog.content.d.ts +0 -4
  580. package/lib/interaction/dialog/dialog.content.directive.d.ts +0 -12
  581. package/lib/interaction/dialog/dialog.content.footer.component.d.ts +0 -21
  582. package/lib/interaction/dialog/dialog.injection.component.d.ts +0 -19
  583. package/lib/interaction/dialog/dialog.module.d.ts +0 -18
  584. package/lib/interaction/dialog/index.d.ts +0 -8
  585. package/lib/interaction/filter/filter.config.d.ts +0 -62
  586. package/lib/interaction/filter/filter.menu.d.ts +0 -22
  587. package/lib/interaction/filter/filter.module.d.ts +0 -14
  588. package/lib/interaction/filter/filter.partial.d.ts +0 -20
  589. package/lib/interaction/filter/filter.partial.list.component.d.ts +0 -6
  590. package/lib/interaction/filter/filter.partial.menu.component.d.ts +0 -16
  591. package/lib/interaction/filter/filter.popover.button.component.d.ts +0 -13
  592. package/lib/interaction/filter/filter.popover.button.directive.d.ts +0 -17
  593. package/lib/interaction/filter/filter.popover.component.d.ts +0 -40
  594. package/lib/interaction/filter/filter.preset.directive.d.ts +0 -23
  595. package/lib/interaction/filter/filter.preset.list.component.d.ts +0 -7
  596. package/lib/interaction/filter/filter.preset.menu.component.d.ts +0 -17
  597. package/lib/interaction/filter/filter.wrapper.component.d.ts +0 -19
  598. package/lib/interaction/filter/index.d.ts +0 -12
  599. package/lib/interaction/iframe/embed.component.d.ts +0 -40
  600. package/lib/interaction/iframe/embed.dialog.component.d.ts +0 -18
  601. package/lib/interaction/iframe/iframe.component.d.ts +0 -22
  602. package/lib/interaction/iframe/iframe.dialog.component.d.ts +0 -15
  603. package/lib/interaction/iframe/index.d.ts +0 -4
  604. package/lib/interaction/index.d.ts +0 -8
  605. package/lib/interaction/interaction.module.d.ts +0 -20
  606. package/lib/interaction/popover/abstract.popover.directive.d.ts +0 -12
  607. package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +0 -28
  608. package/lib/interaction/popover/index.d.ts +0 -16
  609. package/lib/interaction/popover/popover.action.directive.d.ts +0 -25
  610. package/lib/interaction/popover/popover.close.component.d.ts +0 -10
  611. package/lib/interaction/popover/popover.component.d.ts +0 -84
  612. package/lib/interaction/popover/popover.content.component.d.ts +0 -18
  613. package/lib/interaction/popover/popover.content.module.d.ts +0 -14
  614. package/lib/interaction/popover/popover.controls.directive.d.ts +0 -12
  615. package/lib/interaction/popover/popover.coordinator.component.d.ts +0 -16
  616. package/lib/interaction/popover/popover.coordinator.service.d.ts +0 -16
  617. package/lib/interaction/popover/popover.d.ts +0 -16
  618. package/lib/interaction/popover/popover.header.component.d.ts +0 -15
  619. package/lib/interaction/popover/popover.module.d.ts +0 -10
  620. package/lib/interaction/popover/popover.position.strategy.d.ts +0 -11
  621. package/lib/interaction/popover/popover.scroll.content.directive.d.ts +0 -13
  622. package/lib/interaction/popover/popover.service.d.ts +0 -19
  623. package/lib/interaction/popup/abstract.popup.directive.d.ts +0 -11
  624. package/lib/interaction/popup/index.d.ts +0 -11
  625. package/lib/interaction/popup/popup.component.d.ts +0 -57
  626. package/lib/interaction/popup/popup.content.component.d.ts +0 -11
  627. package/lib/interaction/popup/popup.controls.buttons.component.d.ts +0 -18
  628. package/lib/interaction/popup/popup.controls.component.d.ts +0 -9
  629. package/lib/interaction/popup/popup.coordinator.component.d.ts +0 -16
  630. package/lib/interaction/popup/popup.coordinator.service.d.ts +0 -16
  631. package/lib/interaction/popup/popup.d.ts +0 -26
  632. package/lib/interaction/popup/popup.module.d.ts +0 -11
  633. package/lib/interaction/popup/popup.position.strategy.d.ts +0 -14
  634. package/lib/interaction/popup/popup.service.d.ts +0 -18
  635. package/lib/interaction/prompt/index.d.ts +0 -9
  636. package/lib/interaction/prompt/prompt.box.directive.d.ts +0 -6
  637. package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +0 -16
  638. package/lib/interaction/prompt/prompt.component.d.ts +0 -11
  639. package/lib/interaction/prompt/prompt.confirm.component.d.ts +0 -22
  640. package/lib/interaction/prompt/prompt.confirm.d.ts +0 -7
  641. package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +0 -22
  642. package/lib/interaction/prompt/prompt.confirm.directive.d.ts +0 -29
  643. package/lib/interaction/prompt/prompt.module.d.ts +0 -13
  644. package/lib/interaction/prompt/prompt.page.component.d.ts +0 -5
  645. package/lib/interaction/upload/abstract.upload.component.d.ts +0 -54
  646. package/lib/interaction/upload/index.d.ts +0 -7
  647. package/lib/interaction/upload/upload.accept.d.ts +0 -87
  648. package/lib/interaction/upload/upload.action.d.ts +0 -17
  649. package/lib/interaction/upload/upload.action.directive.d.ts +0 -17
  650. package/lib/interaction/upload/upload.area.component.d.ts +0 -22
  651. package/lib/interaction/upload/upload.button.component.d.ts +0 -24
  652. package/lib/interaction/upload/upload.component.d.ts +0 -60
  653. package/lib/keypress/index.d.ts +0 -2
  654. package/lib/keypress/keydown.listener.directive.d.ts +0 -23
  655. package/lib/keypress/keypress.module.d.ts +0 -10
  656. package/lib/layout/avatar/avatar.component.d.ts +0 -34
  657. package/lib/layout/avatar/avatar.d.ts +0 -58
  658. package/lib/layout/avatar/avatar.service.d.ts +0 -66
  659. package/lib/layout/avatar/avatar.view.component.d.ts +0 -29
  660. package/lib/layout/avatar/index.d.ts +0 -3
  661. package/lib/layout/bar/bar.d.ts +0 -2
  662. package/lib/layout/bar/bar.directive.d.ts +0 -11
  663. package/lib/layout/bar/bar.header.component.d.ts +0 -12
  664. package/lib/layout/bar/bar.layout.module.d.ts +0 -12
  665. package/lib/layout/bar/index.d.ts +0 -4
  666. package/lib/layout/bar/pagebar.component.d.ts +0 -8
  667. package/lib/layout/block/block.layout.module.d.ts +0 -12
  668. package/lib/layout/block/index.d.ts +0 -2
  669. package/lib/layout/block/two.block.component.d.ts +0 -20
  670. package/lib/layout/card/card.box.component.d.ts +0 -10
  671. package/lib/layout/card/card.box.container.directive.d.ts +0 -8
  672. package/lib/layout/card/card.box.layout.module.d.ts +0 -8
  673. package/lib/layout/card/index.d.ts +0 -3
  674. package/lib/layout/column/column.layout.module.d.ts +0 -8
  675. package/lib/layout/column/index.d.ts +0 -3
  676. package/lib/layout/column/one/index.d.ts +0 -2
  677. package/lib/layout/column/one/one.column.component.d.ts +0 -12
  678. package/lib/layout/column/one/one.column.module.d.ts +0 -10
  679. package/lib/layout/column/two/index.d.ts +0 -10
  680. package/lib/layout/column/two/two.column.back.directive.d.ts +0 -15
  681. package/lib/layout/column/two/two.column.component.d.ts +0 -58
  682. package/lib/layout/column/two/two.column.context.directive.d.ts +0 -13
  683. package/lib/layout/column/two/two.column.full.left.directive.d.ts +0 -12
  684. package/lib/layout/column/two/two.column.head.directive.d.ts +0 -11
  685. package/lib/layout/column/two/two.column.module.d.ts +0 -14
  686. package/lib/layout/column/two/two.column.right.component.d.ts +0 -29
  687. package/lib/layout/column/two/two.column.sref.directive.d.ts +0 -13
  688. package/lib/layout/column/two/two.column.sref.showright.directive.d.ts +0 -13
  689. package/lib/layout/column/two/two.column.store.d.ts +0 -125
  690. package/lib/layout/compact/compact.d.ts +0 -16
  691. package/lib/layout/compact/compact.directive.d.ts +0 -14
  692. package/lib/layout/compact/compact.layout.module.d.ts +0 -10
  693. package/lib/layout/compact/compact.store.d.ts +0 -13
  694. package/lib/layout/compact/index.d.ts +0 -4
  695. package/lib/layout/content/content.border.directive.d.ts +0 -11
  696. package/lib/layout/content/content.box.directive.d.ts +0 -10
  697. package/lib/layout/content/content.container.directive.d.ts +0 -14
  698. package/lib/layout/content/content.directive.d.ts +0 -8
  699. package/lib/layout/content/content.elevate.directive.d.ts +0 -9
  700. package/lib/layout/content/content.layout.module.d.ts +0 -16
  701. package/lib/layout/content/content.page.directive.d.ts +0 -8
  702. package/lib/layout/content/content.pit.directive.d.ts +0 -15
  703. package/lib/layout/content/index.d.ts +0 -8
  704. package/lib/layout/flag/flag.component.d.ts +0 -10
  705. package/lib/layout/flag/flag.layout.module.d.ts +0 -8
  706. package/lib/layout/flag/flag.prompt.component.d.ts +0 -12
  707. package/lib/layout/flag/index.d.ts +0 -3
  708. package/lib/layout/flex/flex.d.ts +0 -4
  709. package/lib/layout/flex/flex.group.directive.d.ts +0 -18
  710. package/lib/layout/flex/flex.layout.module.d.ts +0 -11
  711. package/lib/layout/flex/flex.size.directive.d.ts +0 -11
  712. package/lib/layout/flex/index.d.ts +0 -4
  713. package/lib/layout/index.d.ts +0 -16
  714. package/lib/layout/item/index.d.ts +0 -1
  715. package/lib/layout/item/item.icon.component.d.ts +0 -11
  716. package/lib/layout/layout.module.d.ts +0 -18
  717. package/lib/layout/list/grid/index.d.ts +0 -2
  718. package/lib/layout/list/grid/list.grid.view.component.d.ts +0 -50
  719. package/lib/layout/list/grid/list.grid.view.directive.d.ts +0 -24
  720. package/lib/layout/list/group/index.d.ts +0 -3
  721. package/lib/layout/list/group/list.view.value.group.d.ts +0 -44
  722. package/lib/layout/list/group/list.view.value.group.title.d.ts +0 -53
  723. package/lib/layout/list/group/list.view.value.group.title.directive.d.ts +0 -15
  724. package/lib/layout/list/group/list.view.value.group.title.header.component.d.ts +0 -21
  725. package/lib/layout/list/index.d.ts +0 -20
  726. package/lib/layout/list/list.component.d.ts +0 -134
  727. package/lib/layout/list/list.content.empty.component.d.ts +0 -8
  728. package/lib/layout/list/list.directive.d.ts +0 -54
  729. package/lib/layout/list/list.layout.module.d.ts +0 -34
  730. package/lib/layout/list/list.module.d.ts +0 -13
  731. package/lib/layout/list/list.track.d.ts +0 -6
  732. package/lib/layout/list/list.view.d.ts +0 -59
  733. package/lib/layout/list/list.view.directive.d.ts +0 -43
  734. package/lib/layout/list/list.view.selection.directive.d.ts +0 -25
  735. package/lib/layout/list/list.view.value.component.d.ts +0 -56
  736. package/lib/layout/list/list.view.value.d.ts +0 -53
  737. package/lib/layout/list/list.view.value.directive.d.ts +0 -21
  738. package/lib/layout/list/list.view.value.item.directive.d.ts +0 -8
  739. package/lib/layout/list/list.view.value.modifier.d.ts +0 -12
  740. package/lib/layout/list/list.view.value.selection.component.d.ts +0 -32
  741. package/lib/layout/list/list.wrapper.d.ts +0 -21
  742. package/lib/layout/list/meta/index.d.ts +0 -1
  743. package/lib/layout/list/meta/list.view.meta.icon.component.d.ts +0 -17
  744. package/lib/layout/list/modifier/index.d.ts +0 -4
  745. package/lib/layout/list/modifier/list.modifier.module.d.ts +0 -12
  746. package/lib/layout/list/modifier/list.view.value.modifier.directive.d.ts +0 -36
  747. package/lib/layout/list/modifier/list.view.value.modifier.ripple.directive.d.ts +0 -15
  748. package/lib/layout/list/modifier/list.view.value.modifier.selection.directive.d.ts +0 -15
  749. package/lib/layout/section/index.d.ts +0 -7
  750. package/lib/layout/section/section.component.d.ts +0 -11
  751. package/lib/layout/section/section.d.ts +0 -32
  752. package/lib/layout/section/section.header.component.d.ts +0 -21
  753. package/lib/layout/section/section.intro.component.d.ts +0 -14
  754. package/lib/layout/section/section.layout.module.d.ts +0 -14
  755. package/lib/layout/section/section.page.component.d.ts +0 -25
  756. package/lib/layout/section/subsection.component.d.ts +0 -9
  757. package/lib/layout/step/index.d.ts +0 -2
  758. package/lib/layout/step/step.component.d.ts +0 -10
  759. package/lib/layout/step/step.layout.module.d.ts +0 -10
  760. package/lib/layout/style/index.d.ts +0 -9
  761. package/lib/layout/style/spacer.directive.d.ts +0 -5
  762. package/lib/layout/style/style.body.directive.d.ts +0 -16
  763. package/lib/layout/style/style.color.directive.d.ts +0 -12
  764. package/lib/layout/style/style.d.ts +0 -58
  765. package/lib/layout/style/style.directive.d.ts +0 -14
  766. package/lib/layout/style/style.layout.module.d.ts +0 -11
  767. package/lib/layout/style/style.providers.d.ts +0 -19
  768. package/lib/layout/style/style.service.d.ts +0 -45
  769. package/lib/layout/style/style.set.directive.d.ts +0 -33
  770. package/lib/layout/text/address.component.d.ts +0 -7
  771. package/lib/layout/text/copy.text.component.d.ts +0 -17
  772. package/lib/layout/text/copy.text.directive.d.ts +0 -23
  773. package/lib/layout/text/detail.block.component.d.ts +0 -13
  774. package/lib/layout/text/detail.block.header.component.d.ts +0 -9
  775. package/lib/layout/text/icon.spacer.component.d.ts +0 -8
  776. package/lib/layout/text/index.d.ts +0 -12
  777. package/lib/layout/text/label.block.component.d.ts +0 -10
  778. package/lib/layout/text/linkify.component.d.ts +0 -13
  779. package/lib/layout/text/number.limit.component.d.ts +0 -40
  780. package/lib/layout/text/text.chip.directive.d.ts +0 -9
  781. package/lib/layout/text/text.chips.component.d.ts +0 -15
  782. package/lib/layout/text/text.module.d.ts +0 -17
  783. package/lib/loading/basic-loading.component.d.ts +0 -32
  784. package/lib/loading/index.d.ts +0 -6
  785. package/lib/loading/loading-progress.component.d.ts +0 -23
  786. package/lib/loading/loading.action.directive.d.ts +0 -16
  787. package/lib/loading/loading.component.d.ts +0 -46
  788. package/lib/loading/loading.d.ts +0 -10
  789. package/lib/loading/loading.module.d.ts +0 -10
  790. package/lib/router/index.d.ts +0 -2
  791. package/lib/router/layout/anchor/anchor.component.d.ts +0 -23
  792. package/lib/router/layout/anchor/anchor.content.component.d.ts +0 -20
  793. package/lib/router/layout/anchor/anchor.icon.component.d.ts +0 -11
  794. package/lib/router/layout/anchor/anchor.link.component.d.ts +0 -14
  795. package/lib/router/layout/anchor/anchor.module.d.ts +0 -23
  796. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +0 -17
  797. package/lib/router/layout/anchor/index.d.ts +0 -6
  798. package/lib/router/layout/anchorlist/anchorlist.component.d.ts +0 -16
  799. package/lib/router/layout/anchorlist/anchorlist.module.d.ts +0 -10
  800. package/lib/router/layout/anchorlist/index.d.ts +0 -2
  801. package/lib/router/layout/index.d.ts +0 -6
  802. package/lib/router/layout/layout.module.d.ts +0 -11
  803. package/lib/router/layout/list/index.d.ts +0 -2
  804. package/lib/router/layout/list/list.module.d.ts +0 -10
  805. package/lib/router/layout/list/router.list.directive.d.ts +0 -15
  806. package/lib/router/layout/navbar/index.d.ts +0 -2
  807. package/lib/router/layout/navbar/navbar.component.d.ts +0 -48
  808. package/lib/router/layout/navbar/navbar.module.d.ts +0 -10
  809. package/lib/router/layout/sidenav/index.d.ts +0 -7
  810. package/lib/router/layout/sidenav/sidenav.button.component.d.ts +0 -18
  811. package/lib/router/layout/sidenav/sidenav.component.d.ts +0 -36
  812. package/lib/router/layout/sidenav/sidenav.d.ts +0 -6
  813. package/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.d.ts +0 -19
  814. package/lib/router/layout/sidenav/sidenav.module.d.ts +0 -11
  815. package/lib/router/layout/sidenav/sidenav.page.component.d.ts +0 -19
  816. package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +0 -11
  817. package/lib/router/provider/index.d.ts +0 -3
  818. package/lib/router/provider/ngrouter/anchor.component.d.ts +0 -14
  819. package/lib/router/provider/ngrouter/angular.router.providers.d.ts +0 -7
  820. package/lib/router/provider/ngrouter/index.d.ts +0 -2
  821. package/lib/router/provider/router.provider.config.d.ts +0 -14
  822. package/lib/router/provider/uirouter/anchor.component.d.ts +0 -19
  823. package/lib/router/provider/uirouter/index.d.ts +0 -2
  824. package/lib/router/provider/uirouter/uirouter.router.providers.d.ts +0 -7
  825. package/lib/screen/index.d.ts +0 -5
  826. package/lib/screen/resize.d.ts +0 -19
  827. package/lib/screen/resize.directive.d.ts +0 -14
  828. package/lib/screen/screen.d.ts +0 -36
  829. package/lib/screen/screen.providers.d.ts +0 -15
  830. package/lib/screen/screen.service.d.ts +0 -59
  831. package/lib/util/cdk.d.ts +0 -9
  832. package/lib/util/click.d.ts +0 -29
  833. package/lib/util/clipboard.d.ts +0 -78
  834. package/lib/util/clipboard.directive.d.ts +0 -12
  835. package/lib/util/index.d.ts +0 -4
  836. package/mapbox/index.d.ts +0 -1
  837. package/mapbox/lib/index.d.ts +0 -21
  838. package/mapbox/lib/mapbox.change.service.d.ts +0 -20
  839. package/mapbox/lib/mapbox.d.ts +0 -93
  840. package/mapbox/lib/mapbox.injection.component.d.ts +0 -11
  841. package/mapbox/lib/mapbox.injection.store.d.ts +0 -45
  842. package/mapbox/lib/mapbox.injection.store.provide.d.ts +0 -23
  843. package/mapbox/lib/mapbox.layout.component.d.ts +0 -56
  844. package/mapbox/lib/mapbox.layout.drawer.component.d.ts +0 -11
  845. package/mapbox/lib/mapbox.layout.resize.sync.directive.d.ts +0 -14
  846. package/mapbox/lib/mapbox.marker.component.d.ts +0 -16
  847. package/mapbox/lib/mapbox.marker.d.ts +0 -65
  848. package/mapbox/lib/mapbox.markers.component.d.ts +0 -14
  849. package/mapbox/lib/mapbox.menu.component.d.ts +0 -29
  850. package/mapbox/lib/mapbox.module.d.ts +0 -16
  851. package/mapbox/lib/mapbox.options.d.ts +0 -11
  852. package/mapbox/lib/mapbox.providers.d.ts +0 -17
  853. package/mapbox/lib/mapbox.rxjs.d.ts +0 -45
  854. package/mapbox/lib/mapbox.service.d.ts +0 -24
  855. package/mapbox/lib/mapbox.store.d.ts +0 -239
  856. package/mapbox/lib/mapbox.store.map.directive.d.ts +0 -17
  857. package/mapbox/lib/mapbox.store.provide.d.ts +0 -23
  858. package/mapbox/lib/mapbox.util.d.ts +0 -27
  859. package/table/index.d.ts +0 -1
  860. package/table/lib/date/date.table.column.header.component.d.ts +0 -18
  861. package/table/lib/date/daterange.table.cell.input.component.d.ts +0 -69
  862. package/table/lib/date/index.d.ts +0 -3
  863. package/table/lib/date/table.date.module.d.ts +0 -8
  864. package/table/lib/index.d.ts +0 -23
  865. package/table/lib/table.cell.action.component.d.ts +0 -9
  866. package/table/lib/table.cell.input.component.d.ts +0 -12
  867. package/table/lib/table.cell.summaryend.component.d.ts +0 -9
  868. package/table/lib/table.cell.summarystart.component.d.ts +0 -12
  869. package/table/lib/table.column.directive.d.ts +0 -14
  870. package/table/lib/table.column.footer.component.d.ts +0 -8
  871. package/table/lib/table.column.header.component.d.ts +0 -8
  872. package/table/lib/table.column.size.d.ts +0 -2
  873. package/table/lib/table.column.size.directive.d.ts +0 -29
  874. package/table/lib/table.component.d.ts +0 -59
  875. package/table/lib/table.d.ts +0 -143
  876. package/table/lib/table.directive.d.ts +0 -16
  877. package/table/lib/table.fullsummaryrow.component.d.ts +0 -12
  878. package/table/lib/table.group.directive.d.ts +0 -14
  879. package/table/lib/table.group.footer.component.d.ts +0 -9
  880. package/table/lib/table.group.header.component.d.ts +0 -9
  881. package/table/lib/table.item.action.component.d.ts +0 -9
  882. package/table/lib/table.item.cell.component.d.ts +0 -12
  883. package/table/lib/table.item.directive.d.ts +0 -13
  884. package/table/lib/table.item.header.component.d.ts +0 -8
  885. package/table/lib/table.module.d.ts +0 -8
  886. package/table/lib/table.reader.d.ts +0 -102
  887. package/table/lib/table.store.d.ts +0 -42
@@ -0,0 +1,752 @@
1
+ import * as rxjs from 'rxjs';
2
+ import { OperatorFunction, Observable, Subscription, Subject } from 'rxjs';
3
+ import * as i0 from '@angular/core';
4
+ import { OnDestroy, Provider, OnInit, Signal, ElementRef, EnvironmentProviders } from '@angular/core';
5
+ import * as _dereekb_util from '@dereekb/util';
6
+ import { ZoomLevel, ExtendLatLngBoundInput, LatLngBoundInput, LatLngPointInput, ZoomLevelRange, LatLngPoint, LatLngBound, Vector, Maybe, LatLngBoundCheckFunction, LatLngPrecision, RoundNumberToStepFunctionInput, IsWithinLatLngBoundFunction, OverlapsLatLngBoundFunction, Milliseconds, UniqueModel, LatLngInputRef, CssClassesArray, FactoryWithRequiredInput, Pixels, CssStyleObject } from '@dereekb/util';
7
+ import { ComponentStore } from '@ngrx/component-store';
8
+ import * as i10 from 'ngx-mapbox-gl';
9
+ import { MapService, MapComponent, provideMapboxGL } from 'ngx-mapbox-gl';
10
+ import * as MapboxGl from 'mapbox-gl';
11
+ import { Map as Map$1, MapEventType, MapOptions } from 'mapbox-gl';
12
+ import * as _dereekb_dbx_core from '@dereekb/dbx-core';
13
+ import { DbxInjectionComponentConfig, DbxInjectionComponentConfigWithoutInjector, ClickableAnchor } from '@dereekb/dbx-core';
14
+ import { ObservableOrValue, ObservableOrValueGetter, SubscriptionObject } from '@dereekb/rxjs';
15
+ import * as _dereekb_dbx_web_mapbox from '@dereekb/dbx-web/mapbox';
16
+ import { DbxThemeColor, ResizedEvent } from '@dereekb/dbx-web';
17
+ import { MatDrawerContainer } from '@angular/material/sidenav';
18
+ import { MatMenuTrigger } from '@angular/material/menu';
19
+
20
+ /**
21
+ * List of styles that are defined here:
22
+ *
23
+ * https://docs.mapbox.com/api/maps/styles/
24
+ */
25
+ type KnownMapboxStyle = 'mapbox://styles/mapbox/standard' | 'mapbox://styles/mapbox/streets-v12' | 'mapbox://styles/mapbox/outdoors-v12' | 'mapbox://styles/mapbox/light-v11' | 'mapbox://styles/mapbox/dark-v11' | 'mapbox://styles/mapbox/satellite-v9' | 'mapbox://styles/mapbox/satellite-streets-v12' | 'mapbox://styles/mapbox/navigation-day-v1' | 'mapbox://styles/mapbox/navigation-night-v1';
26
+ declare const KNOWN_MAPBOX_STYLES: KnownMapboxStyle[];
27
+ type MapboxEventData = object;
28
+ type MapboxZoomLevel = ZoomLevel;
29
+ type MapboxZoomLevelRange = ZoomLevelRange;
30
+ declare const MAPBOX_MIN_ZOOM_LEVEL: MapboxZoomLevel;
31
+ declare const MAPBOX_MAX_ZOOM_LEVEL: MapboxZoomLevel;
32
+ declare function mapboxZoomLevel(input: number): MapboxZoomLevel;
33
+ type MapboxPitch = number;
34
+ type MapboxBearing = number;
35
+ /**
36
+ * Size of the tiles. Vector-based tiles used by the web are generally 512x512, and legacy ones are 256x256.
37
+ *
38
+ * https://blog.mapbox.com/512-map-tiles-cb5bfd6e72ba
39
+ */
40
+ type MapboxTileSize = 512 | 256;
41
+ type DbxMapboxClickEvent = MapboxGl.MapMouseEvent & MapboxEventData;
42
+ /**
43
+ * Options for MapboxGl.Map.fitBounds()
44
+ */
45
+ type MapboxFitBoundsOptions = Parameters<MapboxGl.Map['fitBounds']>[1];
46
+ /**
47
+ * Options for MapboxGl.Map.easeTo()
48
+ */
49
+ type MapboxEaseToOptions = Parameters<MapboxGl.Map['easeTo']>[0];
50
+ /**
51
+ * Options for MapboxGl.Map.flyTo()
52
+ */
53
+ type MapboxFlyToOptions = Parameters<MapboxGl.Map['flyTo']>[0];
54
+ /**
55
+ * Options for MapboxGl.Map.setStyle()
56
+ */
57
+ type MapboxSetStyleOptions = Parameters<MapboxGl.Map['setStyle']>[1];
58
+ interface MapboxStyleConfig {
59
+ style: MapboxGl.StyleSpecification | string;
60
+ options?: MapboxSetStyleOptions;
61
+ }
62
+ interface MapboxFitPositions {
63
+ positions: ExtendLatLngBoundInput;
64
+ options?: MapboxFitBoundsOptions;
65
+ eventData?: MapboxEventData;
66
+ }
67
+ interface MapboxFitBounds {
68
+ bounds: LatLngBoundInput;
69
+ options?: MapboxFitBoundsOptions;
70
+ eventData?: MapboxEventData;
71
+ }
72
+ interface MapboxJumpToPositionOptions extends Omit<MapboxGl.CameraOptions, 'center'> {
73
+ center: LatLngPointInput;
74
+ }
75
+ interface MapboxJumpTo {
76
+ center?: LatLngPointInput;
77
+ to?: MapboxJumpToPositionOptions;
78
+ eventData?: MapboxEventData;
79
+ }
80
+ interface MapboxEaseToPositionOptions extends Omit<MapboxEaseToOptions, 'center'>, MapboxJumpToPositionOptions {
81
+ }
82
+ interface MapboxEaseTo {
83
+ center?: LatLngPointInput;
84
+ to?: MapboxEaseToPositionOptions;
85
+ eventData?: MapboxEventData;
86
+ }
87
+ interface MapboxFlyToPositionOptions extends Omit<MapboxFlyToOptions, 'center'>, MapboxJumpToPositionOptions {
88
+ }
89
+ interface MapboxFlyTo {
90
+ center?: LatLngPointInput;
91
+ to?: MapboxFlyToPositionOptions;
92
+ eventData?: MapboxEventData;
93
+ }
94
+ interface MapboxRotateTo {
95
+ bearing: MapboxBearing;
96
+ options?: mapboxgl.AnimationOptions;
97
+ eventData?: MapboxEventData;
98
+ }
99
+ interface MapboxResetNorth {
100
+ options?: mapboxgl.AnimationOptions;
101
+ eventData?: MapboxEventData;
102
+ }
103
+ interface MapboxResetNorthPitch {
104
+ options?: mapboxgl.AnimationOptions;
105
+ eventData?: MapboxEventData;
106
+ }
107
+ interface MapboxSnapToNorth {
108
+ options?: mapboxgl.AnimationOptions;
109
+ eventData?: MapboxEventData;
110
+ }
111
+
112
+ interface MapboxViewportBoundFunctionConfig {
113
+ readonly mapCanvasSize: Vector;
114
+ /**
115
+ * Mapbox tilesize being used. Defaults to 512x512.
116
+ */
117
+ readonly tileSize?: MapboxTileSize;
118
+ }
119
+ /**
120
+ * Input for MapboxViewportBoundFunction.
121
+ */
122
+ interface MapboxViewportBoundFunctionInput {
123
+ /**
124
+ * Center of the viewport
125
+ */
126
+ readonly center: LatLngPoint;
127
+ /**
128
+ * Zoom level
129
+ */
130
+ readonly zoom: MapboxZoomLevel;
131
+ }
132
+ /**
133
+ * Used to calculate the bounds of a view/object given the input MapboxViewportBoundFunctionInput.
134
+ */
135
+ type MapboxViewportBoundFunction = (input: MapboxViewportBoundFunctionInput) => LatLngBound;
136
+ declare function mapboxViewportBoundFunction(config: MapboxViewportBoundFunctionConfig): MapboxViewportBoundFunction;
137
+
138
+ type FilterMapboxBoundReadItemValueFunction<T> = (value: T) => MapboxViewportBoundFunctionItemValue;
139
+ interface FilterMapboxBoundConfig<T> {
140
+ readonly boundFunctionObs: ObservableOrValue<MapboxViewportBoundFunction>;
141
+ readonly boundDecisionObs: ObservableOrValue<LatLngBoundCheckFunction>;
142
+ /**
143
+ * Reads the value from the input item.
144
+ */
145
+ readonly readValue: FilterMapboxBoundReadItemValueFunction<T>;
146
+ /**
147
+ * Minimum precision to retain. Defaults to LAT_LONG_10M_PRECISION
148
+ */
149
+ readonly precision?: LatLngPrecision;
150
+ /**
151
+ * Amount of zoom rounding to use. By default rounds to 0.5 steps using "floor" in order to "round up" since zoom values are inversely proportional to bounds area.
152
+ */
153
+ readonly zoomRounding?: RoundNumberToStepFunctionInput;
154
+ /**
155
+ * Default zoom level for item values that do not have an explicit zoom, or a zoom of 0.
156
+ *
157
+ * Defaults to 17, which can produce a viewport/bounds about the size of a park.
158
+ */
159
+ readonly defaultZoom?: MapboxZoomLevel;
160
+ }
161
+ interface MapboxViewportBoundFunctionItemValue {
162
+ readonly center: LatLngPointInput;
163
+ readonly zoom?: Maybe<MapboxZoomLevel>;
164
+ }
165
+ interface MapboxViewportBoundFunctionItem<T> {
166
+ readonly value: T;
167
+ readonly bound: LatLngBound;
168
+ }
169
+ /**
170
+ * Filters the input objects based on their center and zoom values.
171
+ *
172
+ * This function caches the bounds computations for each of the input values.
173
+ *
174
+ * @param config
175
+ * @returns
176
+ */
177
+ declare function filterByMapboxViewportBound<T>(config: FilterMapboxBoundConfig<T>): OperatorFunction<T[], T[]>;
178
+
179
+ type MapboxMapLifecycleState = 'init' | 'load' | 'render' | 'idle';
180
+ type MapboxMapMoveState = 'init' | 'idle' | 'moving';
181
+ type MapboxMapZoomState = 'init' | 'idle' | 'zooming';
182
+ type MapboxMapRotateState = 'init' | 'idle' | 'rotating';
183
+ interface StringMapboxListenerPair {
184
+ type: string;
185
+ listener: (ev: MapboxEventData) => void;
186
+ }
187
+ interface TypedMapboxListenerPair<T extends keyof MapEventType> {
188
+ type: T;
189
+ listener: (ev: MapEventType[T] & MapboxEventData) => void;
190
+ }
191
+ interface DbxMapboxMarginCalculationSizing {
192
+ leftMargin: number;
193
+ rightMargin: number;
194
+ fullWidth: number;
195
+ }
196
+ type DbxMapboxStoreBoundRefreshType = 'always' | 'when_not_rendering' | 'only_after_render_finishes';
197
+ interface DbxMapboxStoreBoundRefreshSettings {
198
+ /**
199
+ * Max bound refresh interval.
200
+ */
201
+ throttle: number;
202
+ /**
203
+ * Whether or not to wait to update the bound until after it has finished rendering.
204
+ */
205
+ refreshType: DbxMapboxStoreBoundRefreshType;
206
+ }
207
+ interface DbxMapboxStoreState {
208
+ /**
209
+ * Current MapService being utilized.
210
+ */
211
+ readonly mapService?: Maybe<MapService>;
212
+ readonly lifecycleState: MapboxMapLifecycleState;
213
+ readonly moveState: MapboxMapMoveState;
214
+ readonly zoomState: MapboxMapZoomState;
215
+ readonly rotateState: MapboxMapRotateState;
216
+ /**
217
+ * Visual container size of the map.
218
+ */
219
+ readonly mapCanvasSize?: Maybe<Vector>;
220
+ /**
221
+ * Latest click event
222
+ */
223
+ readonly clickEvent?: Maybe<DbxMapboxClickEvent>;
224
+ /**
225
+ * Latest double-click event
226
+ */
227
+ readonly doubleClickEvent?: Maybe<DbxMapboxClickEvent>;
228
+ /**
229
+ * Latest contextmenu event.
230
+ */
231
+ readonly rightClickEvent?: Maybe<DbxMapboxClickEvent>;
232
+ /**
233
+ * Whether or not to retain content between resets.
234
+ *
235
+ * True by default.
236
+ */
237
+ readonly retainContent: boolean;
238
+ /**
239
+ * Custom drawer content configuration.
240
+ */
241
+ readonly drawerContent?: Maybe<DbxInjectionComponentConfig<unknown>>;
242
+ /**
243
+ * Latest error
244
+ */
245
+ readonly error?: Maybe<Error>;
246
+ /**
247
+ * Map margin/offset
248
+ */
249
+ readonly margin?: Maybe<DbxMapboxMarginCalculationSizing>;
250
+ /**
251
+ * Minimum vector size to use for the viewportBoundFunction$. If not defined there is no minimum.
252
+ */
253
+ readonly minimumVirtualViewportSize?: Maybe<Partial<Vector>>;
254
+ /**
255
+ * Bound refresh settings
256
+ */
257
+ readonly boundRefreshSettings: DbxMapboxStoreBoundRefreshSettings;
258
+ /**
259
+ * Whether or not to use the virtual bound (vs raw bound) for all bound-related observables.
260
+ *
261
+ * Defaults to true.
262
+ */
263
+ readonly useVirtualBound: boolean;
264
+ }
265
+ /**
266
+ * Store used for retrieving information.
267
+ */
268
+ declare class DbxMapboxMapStore extends ComponentStore<DbxMapboxStoreState> {
269
+ private readonly dbxMapboxService;
270
+ private safeLatLngPoint;
271
+ private latLngPoint;
272
+ private latLngBound;
273
+ constructor();
274
+ readonly setMapService: (observableOrValue: Maybe<MapService> | Observable<Maybe<MapService>>) => Subscription;
275
+ readonly setStyle: (observableOrValue: string | MapboxStyleConfig | Observable<string | MapboxStyleConfig>) => Subscription;
276
+ readonly setCenter: (observableOrValue: LatLngPointInput | Observable<LatLngPointInput>) => Subscription;
277
+ readonly setZoom: (observableOrValue: number | Observable<number>) => Subscription;
278
+ readonly setZoomRange: (observableOrValue: Partial<_dereekb_util.ZoomLevelRange> | Observable<Partial<_dereekb_util.ZoomLevelRange>>) => Subscription;
279
+ readonly setMinZoom: (observableOrValue: number | Observable<number>) => Subscription;
280
+ readonly setMaxZoom: (observableOrValue: number | Observable<number>) => Subscription;
281
+ readonly setKeyboardDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
282
+ readonly setDragRotateDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
283
+ readonly setDragPanDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
284
+ readonly setZoomDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
285
+ readonly setPitch: (observableOrValue: number | Observable<number>) => Subscription;
286
+ readonly setMinPitch: (observableOrValue: number | Observable<number>) => Subscription;
287
+ readonly setMaxPitch: (observableOrValue: number | Observable<number>) => Subscription;
288
+ readonly setBearing: (observableOrValue: number | Observable<number>) => Subscription;
289
+ readonly rotateTo: (observableOrValue: number | MapboxRotateTo | Observable<number | MapboxRotateTo>) => Subscription;
290
+ readonly resetNorth: (observableOrValue: void | Maybe<MapboxResetNorth> | Observable<void | Maybe<MapboxResetNorth>>) => Subscription;
291
+ readonly resetNorthPitch: (observableOrValue: void | Maybe<MapboxResetNorthPitch> | Observable<void | Maybe<MapboxResetNorthPitch>>) => Subscription;
292
+ readonly snapToNorth: (observableOrValue: void | Maybe<MapboxSnapToNorth> | Observable<void | Maybe<MapboxSnapToNorth>>) => Subscription;
293
+ readonly fitPositions: (observableOrValue: MapboxFitPositions | Observable<MapboxFitPositions>) => Subscription;
294
+ readonly fitBounds: (observableOrValue: MapboxFitBounds | Observable<MapboxFitBounds>) => Subscription;
295
+ readonly jumpTo: (observableOrValue: MapboxJumpTo | Observable<MapboxJumpTo>) => Subscription;
296
+ readonly easeTo: (observableOrValue: MapboxEaseTo | Observable<MapboxEaseTo>) => Subscription;
297
+ readonly flyTo: (observableOrValue: MapboxFlyTo | Observable<MapboxFlyTo>) => Subscription;
298
+ readonly resetPitchAndBearing: (observableOrValue?: void | Observable<void> | undefined) => Subscription;
299
+ get timerRefreshPeriod(): number;
300
+ movingTimer(period?: number): Observable<number>;
301
+ lifecycleRenderTimer(period?: number): Observable<number>;
302
+ atNextIdle(): Observable<boolean>;
303
+ calculateNextCenterWithOffset(inputOffset: LatLngPointInput): Observable<LatLngPoint>;
304
+ calculateNextCenterOffsetWithScreenMarginChange(sizing: DbxMapboxMarginCalculationSizing): Observable<LatLngPoint>;
305
+ filterByViewportBound<T>(input: FilterMapboxBoundReadItemValueFunction<T> | Omit<FilterMapboxBoundConfig<T>, 'boundFunctionObs' | 'boundDecisionObs'>): OperatorFunction<T[], T[]>;
306
+ readonly currentMapService$: Observable<Maybe<MapService>>;
307
+ readonly mapService$: Observable<MapService>;
308
+ readonly currentMapInstance$: Observable<Maybe<Map$1>>;
309
+ readonly mapInstance$: Observable<Map$1>;
310
+ readonly boundRefreshSettings$: Observable<DbxMapboxStoreBoundRefreshSettings>;
311
+ readonly moveState$: Observable<MapboxMapMoveState>;
312
+ readonly lifecycleState$: Observable<MapboxMapLifecycleState>;
313
+ readonly zoomState$: Observable<MapboxMapZoomState>;
314
+ readonly rotateState$: Observable<MapboxMapRotateState>;
315
+ readonly isInitialized$: Observable<boolean>;
316
+ readonly whenInitialized$: Observable<boolean>;
317
+ readonly isRendering$: Observable<boolean>;
318
+ readonly isMoving$: Observable<boolean>;
319
+ readonly isZooming$: Observable<boolean>;
320
+ readonly isRotating$: Observable<boolean>;
321
+ private readonly _movingTimer;
322
+ private readonly _renderingTimer;
323
+ readonly centerNow$: Observable<LatLngPoint>;
324
+ readonly center$: Observable<LatLngPoint>;
325
+ readonly minimumVirtualViewportSize$: Observable<Maybe<Partial<Vector>>>;
326
+ readonly currentMapCanvasSize$: Observable<Maybe<Vector>>;
327
+ /**
328
+ * The map canvas size with consideration to the virtual viewport size.
329
+ */
330
+ readonly mapCanvasSize$: Observable<Vector>;
331
+ minimumMapCanvasSize(minVector: Partial<Vector>): Observable<Vector>;
332
+ /**
333
+ * The map canvas size with consideration to the virtual viewport size.
334
+ */
335
+ readonly virtualMapCanvasSize$: Observable<Vector>;
336
+ readonly rawViewportBoundFunction$: Observable<MapboxViewportBoundFunction>;
337
+ /**
338
+ * Creates a MapboxViewportBoundFunction observable that returns the minimum viewport size.
339
+ *
340
+ * @param minVector
341
+ * @returns
342
+ */
343
+ viewportBoundFunctionWithMinimumSize(minVector: Partial<Vector>): Observable<MapboxViewportBoundFunction>;
344
+ readonly viewportBoundFunction$: Observable<MapboxViewportBoundFunction>;
345
+ readonly virtualBound$: Observable<LatLngBound>;
346
+ readonly margin$: Observable<Maybe<DbxMapboxMarginCalculationSizing>>;
347
+ readonly reverseMargin$: Observable<{
348
+ leftMargin: number;
349
+ rightMargin: number;
350
+ fullWidth: number;
351
+ } | null | undefined>;
352
+ readonly centerGivenMargin$: Observable<LatLngPoint>;
353
+ readonly rawBoundNow$: Observable<LatLngBound>;
354
+ readonly rawBound$: Observable<LatLngBound>;
355
+ readonly useVirtualBound$: Observable<boolean>;
356
+ readonly bound$: Observable<LatLngBound>;
357
+ readonly boundSizing$: Observable<LatLngPoint>;
358
+ readonly boundWrapsAroundWorld$: Observable<boolean>;
359
+ readonly isWithinBoundFunction$: Observable<IsWithinLatLngBoundFunction>;
360
+ readonly overlapsBoundFunction$: Observable<OverlapsLatLngBoundFunction>;
361
+ readonly zoomNow$: Observable<MapboxZoomLevel>;
362
+ readonly zoom$: Observable<MapboxZoomLevel>;
363
+ readonly pitchNow$: Observable<number>;
364
+ readonly pitch$: Observable<number>;
365
+ readonly bearingNow$: Observable<number>;
366
+ readonly bearing$: Observable<number>;
367
+ readonly drawerContent$: Observable<Maybe<DbxInjectionComponentConfig<unknown>>>;
368
+ readonly hasDrawerContent$: Observable<boolean>;
369
+ readonly clickEvent$: Observable<Maybe<DbxMapboxClickEvent>>;
370
+ readonly doubleClickEvent$: Observable<Maybe<DbxMapboxClickEvent>>;
371
+ readonly rightClickEvent$: Observable<Maybe<DbxMapboxClickEvent>>;
372
+ readonly setMargin: (() => void) | ((observableOrValue: Maybe<DbxMapboxMarginCalculationSizing> | Observable<Maybe<DbxMapboxMarginCalculationSizing>>) => Subscription);
373
+ readonly setMinimumVirtualViewportSize: (() => void) | ((observableOrValue: Maybe<Partial<Vector>> | Observable<Maybe<Partial<Vector>>>) => Subscription);
374
+ readonly setUseVirtualBound: (observableOrValue: boolean | Observable<boolean>) => Subscription;
375
+ readonly setBoundRefreshSettings: (observableOrValue: Partial<DbxMapboxStoreBoundRefreshSettings> | Observable<Partial<DbxMapboxStoreBoundRefreshSettings>>) => Subscription;
376
+ private readonly _setMapService;
377
+ private readonly _setLifecycleState;
378
+ private readonly _setMoveState;
379
+ private readonly _setZoomState;
380
+ private readonly _setRotateState;
381
+ private readonly _setMapCanvasSize;
382
+ private readonly _setClickEvent;
383
+ private readonly _setDoubleClickEvent;
384
+ private readonly _setRightClickEvent;
385
+ private readonly _setError;
386
+ readonly clearDrawerContent: () => void;
387
+ readonly setDrawerContent: (() => void) | ((observableOrValue: Maybe<DbxInjectionComponentConfig<unknown>> | Observable<Maybe<DbxInjectionComponentConfig<unknown>>>) => Subscription);
388
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapStore, never>;
389
+ static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxMapStore>;
390
+ }
391
+
392
+ /**
393
+ * Provided in the parent component that allows children to emit events related to their lifecycles.
394
+ */
395
+ declare class DbxMapboxChangeService implements OnDestroy {
396
+ readonly dbxMapboxMapStore: DbxMapboxMapStore;
397
+ private readonly _markerDestroyed;
398
+ private readonly _applyChanges;
399
+ readonly markerDestroyed$: Subject<void>;
400
+ readonly applyChanges$: rxjs.Observable<void>;
401
+ private readonly _applyChangesSub;
402
+ applyChanges(): void;
403
+ emitMarkerDestroyed(): void;
404
+ ngOnDestroy(): void;
405
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxChangeService, never>;
406
+ static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxChangeService>;
407
+ }
408
+
409
+ type DbxMapboxInjectionKey = string;
410
+ interface DbxMapboxInjectionConfig {
411
+ /**
412
+ * Unique key that identifies this config specifically.
413
+ *
414
+ * Keys should all be unique. The system does not expect duplicate keys. Modifications to injectionConfig should occur through the observable value.
415
+ */
416
+ readonly key: DbxMapboxInjectionKey;
417
+ /**
418
+ * Arbitrary injection type. Is used for filtering on configurations.
419
+ */
420
+ readonly type?: string;
421
+ /**
422
+ * Injection configuration. The injector is disallowed, as the parent injector must include the mapbox component.
423
+ */
424
+ readonly injectionConfig: ObservableOrValueGetter<DbxInjectionComponentConfigWithoutInjector>;
425
+ }
426
+ interface DbxMapboxMapInjectionStoreState {
427
+ /**
428
+ * Current map of injection keys and configurations.
429
+ */
430
+ readonly map: Map<DbxMapboxInjectionKey, DbxMapboxInjectionConfig>;
431
+ }
432
+ /**
433
+ * Store used for storing injectable content into the map.
434
+ */
435
+ declare class DbxMapboxInjectionStore extends ComponentStore<DbxMapboxMapInjectionStoreState> {
436
+ constructor();
437
+ readonly map$: Observable<Map<DbxMapboxInjectionKey, DbxMapboxInjectionConfig>>;
438
+ readonly allInjectionConfigs$: Observable<DbxMapboxInjectionConfig[]>;
439
+ readonly addInjectionConfig: (observableOrValue: DbxMapboxInjectionConfig | Observable<DbxMapboxInjectionConfig>) => rxjs.Subscription;
440
+ readonly removeInjectionConfigWithKey: (observableOrValue: string | Observable<string>) => rxjs.Subscription;
441
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxInjectionStore, never>;
442
+ static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxInjectionStore>;
443
+ }
444
+ declare function updateDbxMapboxMapInjectionStoreStateWithInjectionConfig(state: DbxMapboxMapInjectionStoreState, config: DbxMapboxInjectionConfig): {
445
+ map: Map<string, DbxMapboxInjectionConfig>;
446
+ };
447
+ declare function updateDbxMapboxMapInjectionStoreStateWithRemovedKey(state: DbxMapboxMapInjectionStoreState, key: DbxMapboxInjectionKey): DbxMapboxMapInjectionStoreState;
448
+
449
+ /**
450
+ * Injects the components configured in the DbxMapboxInjectionStore into the view.
451
+ */
452
+ declare class DbxMapboxInjectionComponent {
453
+ readonly dbxMapboxMapKeyInjectionStore: DbxMapboxInjectionStore;
454
+ readonly entriesSignal: i0.Signal<_dereekb_dbx_web_mapbox.DbxMapboxInjectionConfig[] | undefined>;
455
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxInjectionComponent, never>;
456
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxMapboxInjectionComponent, "dbx-mapbox-injection", never, {}, {}, never, never, true, never>;
457
+ }
458
+
459
+ /**
460
+ * Token used by provideMapboxInjectionStoreIfDoesNotExist() to prevent injecting a parent DbxMapboxInjectionStore into the child view.
461
+ */
462
+ declare class DbxMapboxInjectionStoreProviderBlock {
463
+ readonly dbxMapboxInjectionStore: DbxMapboxInjectionStore;
464
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxInjectionStoreProviderBlock, never>;
465
+ static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxInjectionStoreProviderBlock>;
466
+ }
467
+ declare class DbxMapboxInjectionStoreInjectionBlockDirective {
468
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxInjectionStoreInjectionBlockDirective, never>;
469
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxMapboxInjectionStoreInjectionBlockDirective, "[dbxMapboxInjectionStoreParentBlocker]", never, {}, {}, never, never, true, never>;
470
+ }
471
+ /**
472
+ * Creates a Provider that initializes a new DbxMapboxInjectionStore if a parent does not exist.
473
+ *
474
+ * If a DbxMapboxInjectionStoreInjectionBlock is available in the context, and references the same dbxMapboxInjectionStore that is attempting to be injected, a new DbxMapboxInjectionStore is created.
475
+ *
476
+ * @returns
477
+ */
478
+ declare function provideMapboxInjectionStoreIfParentIsUnavailable(): Provider;
479
+
480
+ type DbxMapboxLayoutSide = 'left' | 'right';
481
+ type DbxMapboxLayoutMode = 'side' | 'push';
482
+ /**
483
+ * Responsive component meant to split a left and right column.
484
+ *
485
+ * The left column is smaller than the right column, which contains the primary content.
486
+ *
487
+ * Requires a TwoColumnsContextStore to be provided.
488
+ */
489
+ declare class DbxMapboxLayoutComponent implements OnInit, OnDestroy {
490
+ readonly dbxMapboxMapStore: DbxMapboxMapStore;
491
+ private readonly _viewResized;
492
+ private readonly _refreshContentMargins;
493
+ readonly drawerOpenedChange: i0.OutputEmitterRef<boolean>;
494
+ readonly drawerContainer: Signal<MatDrawerContainer>;
495
+ readonly drawerContainerElement: Signal<ElementRef<HTMLElement>>;
496
+ readonly drawerContent: Signal<ElementRef<HTMLElement>>;
497
+ readonly side: i0.InputSignalWithTransform<DbxMapboxLayoutSide, Maybe<DbxMapboxLayoutSide>>;
498
+ readonly mode: i0.InputSignalWithTransform<DbxMapboxLayoutMode, Maybe<DbxMapboxLayoutMode>>;
499
+ /**
500
+ * Forces the drawer to assume the drawer has content if true, or assume it has no content if false.
501
+ */
502
+ readonly forceHasDrawerContent: i0.InputSignal<Maybe<boolean>>;
503
+ readonly drawerButtonColor: i0.InputSignalWithTransform<DbxThemeColor, Maybe<DbxThemeColor>>;
504
+ readonly openDrawer: i0.InputSignal<Maybe<boolean>>;
505
+ readonly isDrawerOpenSignal: i0.WritableSignal<Maybe<boolean>>;
506
+ protected readonly _openDrawerEffect: i0.EffectRef;
507
+ readonly storeHasDrawerContent: Signal<boolean | undefined>;
508
+ readonly drawerHasContentSignal: Signal<boolean | undefined>;
509
+ readonly refreshContentMargins$: Subject<void>;
510
+ readonly isOpenAndHasContentSignal: Signal<Maybe<boolean>>;
511
+ readonly viewResized$: Observable<ResizedEvent>;
512
+ readonly side$: Observable<DbxMapboxLayoutSide>;
513
+ readonly mode$: Observable<DbxMapboxLayoutMode>;
514
+ readonly drawerHasContent$: Observable<boolean | undefined>;
515
+ readonly isOpenAndHasContent$: Observable<Maybe<boolean>>;
516
+ readonly positionSignal: Signal<'start' | 'end'>;
517
+ readonly drawerClassesSignal: Signal<string>;
518
+ readonly buttonIconSignal: Signal<string>;
519
+ private readonly _reszieSyncSub;
520
+ private readonly _toggleSyncSub;
521
+ ngOnInit(): void;
522
+ ngOnDestroy(): void;
523
+ viewResized(event: ResizedEvent): void;
524
+ drawerOpened(opened: boolean): void;
525
+ toggleDrawer(open?: Maybe<boolean>): void;
526
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxLayoutComponent, never>;
527
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxMapboxLayoutComponent, "dbx-mapbox-layout", never, { "side": { "alias": "side"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "forceHasDrawerContent": { "alias": "forceHasDrawerContent"; "required": false; "isSignal": true; }; "drawerButtonColor": { "alias": "drawerButtonColor"; "required": false; "isSignal": true; }; "openDrawer": { "alias": "openDrawer"; "required": false; "isSignal": true; }; }, { "drawerOpenedChange": "drawerOpenedChange"; }, never, ["[drawer]", "*"], true, never>;
528
+ }
529
+
530
+ /**
531
+ * Directive that synchronizes a map's virtual size with the size of the element.
532
+ */
533
+ declare class DbxMapboxLayoutVirtualResizeSyncComponent {
534
+ readonly dbxMapboxLayoutComponent: DbxMapboxLayoutComponent;
535
+ readonly resizedVector$: rxjs.Observable<_dereekb_util.Maybe<Partial<_dereekb_util.Vector>>>;
536
+ constructor();
537
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxLayoutVirtualResizeSyncComponent, never>;
538
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxMapboxLayoutVirtualResizeSyncComponent, "[dbxMapboxLayoutVirtualResizeSync]", never, {}, {}, never, never, true, never>;
539
+ }
540
+
541
+ declare class DbxMapboxConfig {
542
+ readonly defaultStyle?: MapOptions['style'];
543
+ readonly defaultZoom?: MapboxZoomLevel;
544
+ readonly defaultCenter?: LatLngPointInput;
545
+ readonly defaultStoreRefreshPeriod?: number;
546
+ }
547
+ declare const DEFAULT_MAPBOX_STYLE: KnownMapboxStyle;
548
+ declare const DEFAULT_MAPBOX_CENTER: LatLngPointInput;
549
+ declare const DEFAULT_MAPBOX_ZOOM: MapboxZoomLevel;
550
+ declare const DEFAULT_MAPBOX_MAP_STORE_TIMER_REFRESH_PERIOD: Milliseconds;
551
+ declare class DbxMapboxService {
552
+ private readonly _config;
553
+ get defaultStyle(): string | MapboxGl.StyleSpecification;
554
+ get defaultZoom(): MapboxZoomLevel;
555
+ get defaultCenter(): LatLngPointInput;
556
+ get mapboxMapStoreTimerRefreshPeriod(): number;
557
+ initializationOptions(): Partial<MapOptions>;
558
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxService, never>;
559
+ static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxService>;
560
+ }
561
+
562
+ /**
563
+ * Directive that configures a MapComponent with content from DbxMapboxService. Connects a host MapService to a parent DbxMapboxMapStore if available.
564
+ */
565
+ declare class DbxMapboxMapDirective {
566
+ readonly mapService: MapService;
567
+ readonly mapboxMap: MapComponent;
568
+ readonly dbxMapboxService: DbxMapboxService;
569
+ readonly dbxMapboxMapStore: DbxMapboxMapStore | null;
570
+ constructor();
571
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapDirective, never>;
572
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxMapboxMapDirective, "[dbxMapboxMap]", never, {}, {}, never, never, true, never>;
573
+ }
574
+
575
+ /**
576
+ * Content drawer that connects with DbxMapboxMapStore to show the content.
577
+ */
578
+ declare class DbxMapboxLayoutDrawerComponent {
579
+ readonly dbxMapboxMapStore: DbxMapboxMapStore;
580
+ readonly drawerConfigSignal: i0.Signal<_dereekb_util.Maybe<_dereekb_dbx_core.DbxInjectionComponentConfig<unknown>>>;
581
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxLayoutDrawerComponent, never>;
582
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxMapboxLayoutDrawerComponent, "dbx-mapbox-layout-drawer", never, {}, {}, never, never, true, never>;
583
+ }
584
+
585
+ /**
586
+ * Directive that connects a host MatMenuTrigger to a DbxMapboxMapStore and listens for right-clicks on the map.
587
+ *
588
+ * The map dissapears if the mouse scrolls anywhere else on the map.
589
+ */
590
+ declare class DbxMapboxMenuComponent {
591
+ readonly dbxMapboxMapStore: DbxMapboxMapStore;
592
+ readonly matMenuTrigger: MatMenuTrigger;
593
+ readonly active: i0.InputSignalWithTransform<boolean, Maybe<boolean>>;
594
+ readonly openCloseSignal: i0.WritableSignal<Maybe<boolean>>;
595
+ readonly posSignal: i0.WritableSignal<{
596
+ x: string;
597
+ y: string;
598
+ }>;
599
+ protected readonly _openCloseEffect: i0.EffectRef;
600
+ readonly active$: rxjs.Observable<boolean>;
601
+ protected readonly _sub: SubscriptionObject<rxjs.Unsubscribable>;
602
+ private readonly _menuCloseSub;
603
+ private readonly _preventRightClick;
604
+ constructor();
605
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMenuComponent, never>;
606
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxMapboxMenuComponent, "dbx-mapbox-menu", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
607
+ }
608
+
609
+ /**
610
+ * DbxMapboxMarkerSize. Numbers are converted to pixels.
611
+ */
612
+ type DbxMapboxMarkerSize = 'small' | 'medium' | 'large' | 'tall' | Pixels;
613
+ /**
614
+ * Presentation style.
615
+ *
616
+ * - normal: Text under dot with optional icon within dot
617
+ * - chip: "dbx-chip"-like presentation
618
+ */
619
+ type DbxMapboxMarkerPresentation = 'normal' | 'chip' | 'chip-small';
620
+ interface DbxMapboxMarkerDisplayConfig {
621
+ /**
622
+ * Presentation style. Defaults to "normal"
623
+ */
624
+ readonly presentation?: DbxMapboxMarkerPresentation;
625
+ /**
626
+ * Additional classes to add to the marker.
627
+ */
628
+ readonly markerClasses?: Maybe<CssClassesArray>;
629
+ /**
630
+ * Marker icon to display.
631
+ */
632
+ readonly icon?: Maybe<string>;
633
+ /**
634
+ * Marker label to display.
635
+ */
636
+ readonly label?: Maybe<string>;
637
+ /**
638
+ * Image URL or Factory that returns an image URL.
639
+ */
640
+ readonly image?: Maybe<string | FactoryWithRequiredInput<string, Pixels>>;
641
+ /**
642
+ * Size of the marker.
643
+ */
644
+ readonly size?: Maybe<DbxMapboxMarkerSize>;
645
+ /**
646
+ * ClickableAnchor for the marker.
647
+ */
648
+ readonly anchor?: Maybe<ClickableAnchor>;
649
+ /**
650
+ * Additional icon content styling. Style is not applied to the entire marker. Use markerClasses instead.
651
+ */
652
+ readonly style?: Maybe<CssStyleObject>;
653
+ }
654
+ type DbxMapboxMarker = UniqueModel & LatLngInputRef & DbxMapboxMarkerDisplayConfig;
655
+ /**
656
+ * MapFunction that converts the input data to a DbxMapboxMarker.
657
+ */
658
+ type DbxMapboxMarkerFactory<T> = (value: T, index: number) => DbxMapboxMarker;
659
+ /**
660
+ * Creates the styling for rendering a dot.
661
+ *
662
+ * @param background
663
+ * @param color
664
+ * @returns
665
+ */
666
+ declare function dbxMapboxColoredDotStyle(background: string, color?: string): {
667
+ background: string;
668
+ padding: string;
669
+ color: string | undefined;
670
+ 'border-radius': string;
671
+ };
672
+
673
+ declare class DbxMapboxMarkerComponent implements OnDestroy {
674
+ private readonly _dbxMapboxChangeService;
675
+ private static _latLngPoint;
676
+ readonly marker: i0.InputSignal<Maybe<DbxMapboxMarker>>;
677
+ readonly latLngSignal: i0.Signal<_dereekb_util.LatLngPoint | undefined>;
678
+ readonly presentationSignal: i0.Signal<_dereekb_dbx_web_mapbox.DbxMapboxMarkerPresentation>;
679
+ readonly styleSignal: i0.Signal<any>;
680
+ readonly presentationCssClassSignal: i0.Signal<string>;
681
+ ngOnDestroy(): void;
682
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMarkerComponent, never>;
683
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxMapboxMarkerComponent, "dbx-mapbox-marker", never, { "marker": { "alias": "marker"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
684
+ }
685
+
686
+ /**
687
+ * Component used to render a set of DbxMapboxMarker values from the input data and marker factory.
688
+ */
689
+ declare class DbxMapboxMarkersComponent<T> {
690
+ readonly data: i0.InputSignal<Maybe<T[]>>;
691
+ readonly markerFactory: i0.InputSignal<Maybe<DbxMapboxMarkerFactory<T>>>;
692
+ readonly markersSignal: i0.Signal<DbxMapboxMarker[]>;
693
+ trackMarkerById(index: number, marker: DbxMapboxMarker): string;
694
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMarkersComponent<any>, never>;
695
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxMapboxMarkersComponent<any>, "dbx-mapbox-markers", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "markerFactory": { "alias": "markerFactory"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
696
+ }
697
+
698
+ /**
699
+ * Token used by provideMapboxStoreIfDoesNotExist() to prevent injecting a parent DbxMapboxMapStore into the child view.
700
+ */
701
+ declare class DbxMapboxMapStoreProviderBlock {
702
+ readonly dbxMapboxMapStore: DbxMapboxMapStore;
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapStoreProviderBlock, never>;
704
+ static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxMapStoreProviderBlock>;
705
+ }
706
+ declare class DbxMapboxMapStoreInjectionBlockDirective {
707
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapStoreInjectionBlockDirective, never>;
708
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxMapboxMapStoreInjectionBlockDirective, "[dbxMapboxStoreParentBlocker]", never, {}, {}, never, never, true, never>;
709
+ }
710
+ /**
711
+ * Creates a Provider that initializes a new DbxMapboxMapStore if a parent does not exist.
712
+ *
713
+ * If a DbxMapboxMapStoreInjectionBlock is available in the context, and references the same dbxMapboxMapStore that is attempting to be injected, a new DbxMapboxMapStore is created.
714
+ *
715
+ * @returns
716
+ */
717
+ declare function provideMapboxStoreIfParentIsUnavailable(): Provider;
718
+
719
+ declare class DbxMapboxModule {
720
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxModule, never>;
721
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxMapboxModule, never, [typeof DbxMapboxLayoutVirtualResizeSyncComponent, typeof DbxMapboxMapDirective, typeof DbxMapboxLayoutComponent, typeof DbxMapboxLayoutDrawerComponent, typeof DbxMapboxInjectionComponent, typeof DbxMapboxMenuComponent, typeof DbxMapboxMarkerComponent, typeof DbxMapboxMarkersComponent, typeof DbxMapboxMapStoreInjectionBlockDirective, typeof i10.MapComponent, typeof i10.MarkerComponent], [typeof DbxMapboxLayoutVirtualResizeSyncComponent, typeof DbxMapboxMapDirective, typeof DbxMapboxLayoutComponent, typeof DbxMapboxLayoutDrawerComponent, typeof DbxMapboxInjectionComponent, typeof DbxMapboxMenuComponent, typeof DbxMapboxMarkerComponent, typeof DbxMapboxMarkersComponent, typeof DbxMapboxMapStoreInjectionBlockDirective, typeof i10.MapComponent, typeof i10.MarkerComponent]>;
722
+ static ɵinj: i0.ɵɵInjectorDeclaration<DbxMapboxModule>;
723
+ }
724
+
725
+ /**
726
+ * Configuration for provideDbxMapbox().
727
+ */
728
+ interface ProvideDbxMapboxConfig {
729
+ readonly dbxMapboxConfig: DbxMapboxConfig;
730
+ readonly ngxMapboxGLModuleConfig: Parameters<typeof provideMapboxGL>[0];
731
+ }
732
+ /**
733
+ * Creates EnvironmentProviders for providing DbxMapboxConfig and configuring the NgxMapboxGLModule.
734
+ *
735
+ * @param config Configuration
736
+ * @returns EnvironmentProviders
737
+ */
738
+ declare function provideDbxMapbox(config: ProvideDbxMapboxConfig): EnvironmentProviders;
739
+
740
+ /**
741
+ * Convenience type used in .environment.ts files for building configuration.
742
+ */
743
+ interface DbxMapboxEnvironmentOptions extends DbxMapboxConfig {
744
+ readonly token: string;
745
+ }
746
+ /**
747
+ * @deprecated use DbxMapboxEnvironmentOptions instead.
748
+ */
749
+ type DbxMapboxOptions = DbxMapboxEnvironmentOptions;
750
+
751
+ export { DEFAULT_MAPBOX_CENTER, DEFAULT_MAPBOX_MAP_STORE_TIMER_REFRESH_PERIOD, DEFAULT_MAPBOX_STYLE, DEFAULT_MAPBOX_ZOOM, DbxMapboxChangeService, DbxMapboxConfig, DbxMapboxInjectionComponent, DbxMapboxInjectionStore, DbxMapboxInjectionStoreInjectionBlockDirective, DbxMapboxInjectionStoreProviderBlock, DbxMapboxLayoutComponent, DbxMapboxLayoutDrawerComponent, DbxMapboxLayoutVirtualResizeSyncComponent, DbxMapboxMapDirective, DbxMapboxMapStore, DbxMapboxMapStoreInjectionBlockDirective, DbxMapboxMapStoreProviderBlock, DbxMapboxMarkerComponent, DbxMapboxMarkersComponent, DbxMapboxMenuComponent, DbxMapboxModule, DbxMapboxService, KNOWN_MAPBOX_STYLES, MAPBOX_MAX_ZOOM_LEVEL, MAPBOX_MIN_ZOOM_LEVEL, dbxMapboxColoredDotStyle, filterByMapboxViewportBound, mapboxViewportBoundFunction, mapboxZoomLevel, provideDbxMapbox, provideMapboxInjectionStoreIfParentIsUnavailable, provideMapboxStoreIfParentIsUnavailable, updateDbxMapboxMapInjectionStoreStateWithInjectionConfig, updateDbxMapboxMapInjectionStoreStateWithRemovedKey };
752
+ export type { DbxMapboxClickEvent, DbxMapboxEnvironmentOptions, DbxMapboxInjectionConfig, DbxMapboxInjectionKey, DbxMapboxLayoutMode, DbxMapboxLayoutSide, DbxMapboxMapInjectionStoreState, DbxMapboxMarginCalculationSizing, DbxMapboxMarker, DbxMapboxMarkerDisplayConfig, DbxMapboxMarkerFactory, DbxMapboxMarkerPresentation, DbxMapboxMarkerSize, DbxMapboxOptions, DbxMapboxStoreBoundRefreshSettings, DbxMapboxStoreBoundRefreshType, DbxMapboxStoreState, FilterMapboxBoundConfig, FilterMapboxBoundReadItemValueFunction, KnownMapboxStyle, MapboxBearing, MapboxEaseTo, MapboxEaseToOptions, MapboxEaseToPositionOptions, MapboxEventData, MapboxFitBounds, MapboxFitBoundsOptions, MapboxFitPositions, MapboxFlyTo, MapboxFlyToOptions, MapboxFlyToPositionOptions, MapboxJumpTo, MapboxJumpToPositionOptions, MapboxMapLifecycleState, MapboxMapMoveState, MapboxMapRotateState, MapboxMapZoomState, MapboxPitch, MapboxResetNorth, MapboxResetNorthPitch, MapboxRotateTo, MapboxSetStyleOptions, MapboxSnapToNorth, MapboxStyleConfig, MapboxTileSize, MapboxViewportBoundFunction, MapboxViewportBoundFunctionConfig, MapboxViewportBoundFunctionInput, MapboxViewportBoundFunctionItem, MapboxViewportBoundFunctionItemValue, MapboxZoomLevel, MapboxZoomLevelRange, ProvideDbxMapboxConfig, StringMapboxListenerPair, TypedMapboxListenerPair };