@dereekb/dbx-web 9.17.2 → 9.18.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 (276) hide show
  1. package/calendar/README.md +6 -0
  2. package/calendar/esm2020/dereekb-dbx-web-calendar.mjs +5 -0
  3. package/calendar/esm2020/index.mjs +2 -0
  4. package/calendar/esm2020/lib/calendar.base.component.mjs +44 -0
  5. package/calendar/esm2020/lib/calendar.component.mjs +57 -0
  6. package/calendar/esm2020/lib/calendar.mjs +30 -0
  7. package/calendar/esm2020/lib/calendar.module.mjs +87 -0
  8. package/calendar/esm2020/lib/calendar.store.mjs +107 -0
  9. package/calendar/esm2020/lib/index.mjs +6 -0
  10. package/calendar/fesm2015/dereekb-dbx-web-calendar.mjs +313 -0
  11. package/calendar/fesm2015/dereekb-dbx-web-calendar.mjs.map +1 -0
  12. package/calendar/fesm2020/dereekb-dbx-web-calendar.mjs +311 -0
  13. package/calendar/fesm2020/dereekb-dbx-web-calendar.mjs.map +1 -0
  14. package/calendar/index.d.ts +1 -0
  15. package/calendar/lib/calendar.base.component.d.ts +16 -0
  16. package/{lib/extension/calendar → calendar/lib}/calendar.component.d.ts +5 -22
  17. package/calendar/lib/calendar.d.ts +6 -0
  18. package/calendar/lib/calendar.module.d.ts +23 -0
  19. package/{lib/extension/calendar → calendar/lib}/calendar.store.d.ts +0 -0
  20. package/{lib/extension/calendar → calendar/lib}/index.d.ts +2 -0
  21. package/calendar/package.json +36 -0
  22. package/esm2020/calendar/dereekb-dbx-web-calendar.mjs +5 -0
  23. package/esm2020/calendar/index.mjs +2 -0
  24. package/esm2020/calendar/lib/calendar.base.component.mjs +44 -0
  25. package/esm2020/calendar/lib/calendar.component.mjs +57 -0
  26. package/esm2020/calendar/lib/calendar.mjs +30 -0
  27. package/esm2020/calendar/lib/calendar.module.mjs +87 -0
  28. package/esm2020/calendar/lib/calendar.store.mjs +107 -0
  29. package/esm2020/calendar/lib/index.mjs +6 -0
  30. package/esm2020/lib/action/action.confirm.directive.mjs +4 -4
  31. package/esm2020/lib/action/action.module.mjs +5 -5
  32. package/esm2020/lib/action/action.progress.component.mjs +4 -4
  33. package/esm2020/lib/action/key.trigger.directive.mjs +4 -4
  34. package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +4 -4
  35. package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +4 -4
  36. package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +5 -5
  37. package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +4 -4
  38. package/esm2020/lib/action/transition/action.transition.module.mjs +5 -5
  39. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +4 -4
  40. package/esm2020/lib/action/transition/transition.safety.directive.mjs +4 -4
  41. package/esm2020/lib/button/button.component.mjs +6 -6
  42. package/esm2020/lib/button/button.module.mjs +5 -5
  43. package/esm2020/lib/button/button.spacer.component.mjs +4 -4
  44. package/esm2020/lib/button/progress/bar.button.component.mjs +5 -5
  45. package/esm2020/lib/button/progress/base.progress.button.directive.mjs +4 -4
  46. package/esm2020/lib/button/progress/button.progress.module.mjs +5 -5
  47. package/esm2020/lib/button/progress/spinner.button.component.mjs +5 -5
  48. package/esm2020/lib/dbx-web.module.mjs +9 -9
  49. package/esm2020/lib/error/error.action.directive.mjs +4 -4
  50. package/esm2020/lib/error/error.component.mjs +4 -4
  51. package/esm2020/lib/error/error.loading.directive.mjs +4 -4
  52. package/esm2020/lib/error/error.module.mjs +5 -5
  53. package/esm2020/lib/extension/index.mjs +1 -2
  54. package/esm2020/lib/extension/widget/widget.component.mjs +4 -4
  55. package/esm2020/lib/extension/widget/widget.directive.mjs +4 -4
  56. package/esm2020/lib/extension/widget/widget.list.component.mjs +10 -10
  57. package/esm2020/lib/extension/widget/widget.module.mjs +5 -5
  58. package/esm2020/lib/extension/widget/widget.service.mjs +4 -4
  59. package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +4 -4
  60. package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +4 -4
  61. package/esm2020/lib/interaction/dialog/dialog.content.close.component.mjs +37 -0
  62. package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +4 -4
  63. package/esm2020/lib/interaction/dialog/dialog.content.footer.component.mjs +39 -0
  64. package/esm2020/lib/interaction/dialog/dialog.module.mjs +12 -8
  65. package/esm2020/lib/interaction/dialog/index.mjs +3 -1
  66. package/esm2020/lib/interaction/filter/filter.module.mjs +5 -5
  67. package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +4 -4
  68. package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +4 -4
  69. package/esm2020/lib/interaction/filter/filter.popover.component.mjs +4 -4
  70. package/esm2020/lib/interaction/filter/filter.preset.list.component.mjs +4 -4
  71. package/esm2020/lib/interaction/filter/filter.preset.menu.component.mjs +5 -5
  72. package/esm2020/lib/interaction/filter/filter.preset.mjs +4 -4
  73. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +4 -4
  74. package/esm2020/lib/interaction/interaction.module.mjs +5 -5
  75. package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +4 -4
  76. package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +7 -7
  77. package/esm2020/lib/interaction/popover/popover.action.directive.mjs +4 -4
  78. package/esm2020/lib/interaction/popover/popover.component.mjs +4 -4
  79. package/esm2020/lib/interaction/popover/popover.content.component.mjs +4 -4
  80. package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +4 -4
  81. package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +4 -4
  82. package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +4 -4
  83. package/esm2020/lib/interaction/popover/popover.header.component.mjs +4 -4
  84. package/esm2020/lib/interaction/popover/popover.module.mjs +5 -5
  85. package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +4 -4
  86. package/esm2020/lib/interaction/popover/popover.service.mjs +4 -4
  87. package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +4 -4
  88. package/esm2020/lib/interaction/popup/popup.component.mjs +4 -4
  89. package/esm2020/lib/interaction/popup/popup.content.component.mjs +4 -4
  90. package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +4 -4
  91. package/esm2020/lib/interaction/popup/popup.controls.component.mjs +4 -4
  92. package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +4 -4
  93. package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +4 -4
  94. package/esm2020/lib/interaction/popup/popup.module.mjs +5 -5
  95. package/esm2020/lib/interaction/popup/popup.service.mjs +4 -4
  96. package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +4 -4
  97. package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +4 -4
  98. package/esm2020/lib/interaction/prompt/prompt.component.mjs +4 -4
  99. package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +4 -4
  100. package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +4 -4
  101. package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +7 -7
  102. package/esm2020/lib/interaction/prompt/prompt.module.mjs +5 -5
  103. package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +4 -4
  104. package/esm2020/lib/keypress/keydown.listener.directive.mjs +4 -4
  105. package/esm2020/lib/keypress/keypress.module.mjs +5 -5
  106. package/esm2020/lib/layout/bar/bar.directive.mjs +4 -4
  107. package/esm2020/lib/layout/bar/bar.header.component.mjs +4 -4
  108. package/esm2020/lib/layout/bar/bar.layout.module.mjs +5 -5
  109. package/esm2020/lib/layout/bar/pagebar.component.mjs +4 -4
  110. package/esm2020/lib/layout/block/block.layout.module.mjs +5 -5
  111. package/esm2020/lib/layout/block/two.block.component.mjs +4 -4
  112. package/esm2020/lib/layout/card/card.box.component.mjs +4 -4
  113. package/esm2020/lib/layout/card/card.box.container.component.mjs +4 -4
  114. package/esm2020/lib/layout/card/card.box.layout.module.mjs +5 -5
  115. package/esm2020/lib/layout/column/column.layout.module.mjs +5 -5
  116. package/esm2020/lib/layout/column/one/one.column.component.mjs +4 -4
  117. package/esm2020/lib/layout/column/one/one.column.module.mjs +5 -5
  118. package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +4 -4
  119. package/esm2020/lib/layout/column/two/two.column.component.mjs +4 -4
  120. package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +4 -4
  121. package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +4 -4
  122. package/esm2020/lib/layout/column/two/two.column.head.component.mjs +4 -4
  123. package/esm2020/lib/layout/column/two/two.column.module.mjs +5 -5
  124. package/esm2020/lib/layout/column/two/two.column.right.component.mjs +4 -4
  125. package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +4 -4
  126. package/esm2020/lib/layout/column/two/two.column.sref.showright.directive.mjs +4 -4
  127. package/esm2020/lib/layout/column/two/two.column.store.mjs +4 -4
  128. package/esm2020/lib/layout/compact/compact.directive.mjs +4 -4
  129. package/esm2020/lib/layout/compact/compact.layout.module.mjs +5 -5
  130. package/esm2020/lib/layout/compact/compact.store.mjs +4 -4
  131. package/esm2020/lib/layout/content/content.border.directive.mjs +4 -4
  132. package/esm2020/lib/layout/content/content.box.directive.mjs +4 -4
  133. package/esm2020/lib/layout/content/content.container.directive.mjs +4 -4
  134. package/esm2020/lib/layout/content/content.directive.mjs +4 -4
  135. package/esm2020/lib/layout/content/content.elevate.directive.mjs +4 -4
  136. package/esm2020/lib/layout/content/content.layout.module.mjs +5 -5
  137. package/esm2020/lib/layout/content/content.page.directive.mjs +4 -4
  138. package/esm2020/lib/layout/flag/flag.component.mjs +4 -4
  139. package/esm2020/lib/layout/flag/flag.layout.module.mjs +5 -5
  140. package/esm2020/lib/layout/flag/flag.prompt.component.mjs +4 -4
  141. package/esm2020/lib/layout/flex/flex.group.directive.mjs +4 -4
  142. package/esm2020/lib/layout/flex/flex.layout.module.mjs +5 -5
  143. package/esm2020/lib/layout/flex/flex.size.directive.mjs +4 -4
  144. package/esm2020/lib/layout/item/item.icon.component.mjs +4 -4
  145. package/esm2020/lib/layout/item/item.layout.module.mjs +5 -5
  146. package/esm2020/lib/layout/layout.module.mjs +5 -5
  147. package/esm2020/lib/layout/list/list.component.mjs +7 -7
  148. package/esm2020/lib/layout/list/list.content.empty.component.mjs +4 -4
  149. package/esm2020/lib/layout/list/list.directive.mjs +7 -7
  150. package/esm2020/lib/layout/list/list.grid.view.component.mjs +10 -10
  151. package/esm2020/lib/layout/list/list.grid.view.directive.mjs +4 -4
  152. package/esm2020/lib/layout/list/list.layout.module.mjs +5 -5
  153. package/esm2020/lib/layout/list/list.view.directive.mjs +4 -4
  154. package/esm2020/lib/layout/list/list.view.selection.directive.mjs +4 -4
  155. package/esm2020/lib/layout/list/list.view.value.component.mjs +7 -7
  156. package/esm2020/lib/layout/list/list.view.value.directive.mjs +4 -4
  157. package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +4 -4
  158. package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +7 -7
  159. package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +4 -4
  160. package/esm2020/lib/layout/list/list.view.value.modifier.selection.directive.mjs +4 -4
  161. package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +7 -7
  162. package/esm2020/lib/layout/section/section.component.mjs +4 -4
  163. package/esm2020/lib/layout/section/section.header.component.mjs +4 -4
  164. package/esm2020/lib/layout/section/section.intro.component.mjs +4 -4
  165. package/esm2020/lib/layout/section/section.layout.module.mjs +5 -5
  166. package/esm2020/lib/layout/section/section.page.component.mjs +4 -4
  167. package/esm2020/lib/layout/section/subsection.component.mjs +4 -4
  168. package/esm2020/lib/layout/step/step.component.mjs +4 -4
  169. package/esm2020/lib/layout/step/step.layout.module.mjs +5 -5
  170. package/esm2020/lib/layout/style/spacer.directive.mjs +4 -4
  171. package/esm2020/lib/layout/style/style.body.directive.mjs +4 -4
  172. package/esm2020/lib/layout/style/style.directive.mjs +4 -4
  173. package/esm2020/lib/layout/style/style.layout.module.mjs +5 -5
  174. package/esm2020/lib/layout/style/style.service.mjs +4 -4
  175. package/esm2020/lib/layout/style/style.set.directive.mjs +4 -4
  176. package/esm2020/lib/layout/text/form.description.component.mjs +4 -4
  177. package/esm2020/lib/layout/text/hint.component.mjs +4 -4
  178. package/esm2020/lib/layout/text/icon.spacer.component.mjs +4 -4
  179. package/esm2020/lib/layout/text/label.component.mjs +4 -4
  180. package/esm2020/lib/layout/text/linkify.component.mjs +4 -4
  181. package/esm2020/lib/layout/text/note.component.mjs +4 -4
  182. package/esm2020/lib/layout/text/notice.component.mjs +4 -4
  183. package/esm2020/lib/layout/text/ok.component.mjs +4 -4
  184. package/esm2020/lib/layout/text/success.component.mjs +4 -4
  185. package/esm2020/lib/layout/text/text.chips.component.mjs +4 -4
  186. package/esm2020/lib/layout/text/text.module.mjs +5 -5
  187. package/esm2020/lib/layout/text/warn.component.mjs +4 -4
  188. package/esm2020/lib/loading/basic-loading.component.mjs +4 -4
  189. package/esm2020/lib/loading/loading-progress.component.mjs +4 -4
  190. package/esm2020/lib/loading/loading.action.directive.mjs +4 -4
  191. package/esm2020/lib/loading/loading.component.mjs +4 -4
  192. package/esm2020/lib/loading/loading.module.mjs +5 -5
  193. package/esm2020/lib/router/layout/anchor/anchor.component.mjs +4 -4
  194. package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +4 -4
  195. package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +4 -4
  196. package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +4 -4
  197. package/esm2020/lib/router/layout/anchor/anchor.module.mjs +5 -5
  198. package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +4 -4
  199. package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +4 -4
  200. package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +5 -5
  201. package/esm2020/lib/router/layout/layout.module.mjs +5 -5
  202. package/esm2020/lib/router/layout/list/list.module.mjs +5 -5
  203. package/esm2020/lib/router/layout/list/router.list.directive.mjs +4 -4
  204. package/esm2020/lib/router/layout/navbar/navbar.component.mjs +4 -4
  205. package/esm2020/lib/router/layout/navbar/navbar.module.mjs +5 -5
  206. package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +4 -4
  207. package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +4 -4
  208. package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +5 -5
  209. package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +4 -4
  210. package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +4 -4
  211. package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +4 -4
  212. package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +5 -5
  213. package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +4 -4
  214. package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +5 -5
  215. package/esm2020/lib/screen/screen.module.mjs +5 -5
  216. package/esm2020/lib/screen/screen.service.mjs +4 -4
  217. package/esm2020/mapbox/lib/mapbox.cdref.service.mjs +4 -4
  218. package/esm2020/mapbox/lib/mapbox.change.service.mjs +4 -4
  219. package/esm2020/mapbox/lib/mapbox.layout.component.mjs +4 -4
  220. package/esm2020/mapbox/lib/mapbox.layout.drawer.component.mjs +4 -4
  221. package/esm2020/mapbox/lib/mapbox.marker.component.mjs +4 -4
  222. package/esm2020/mapbox/lib/mapbox.markers.component.mjs +4 -4
  223. package/esm2020/mapbox/lib/mapbox.menu.component.mjs +4 -4
  224. package/esm2020/mapbox/lib/mapbox.module.mjs +5 -5
  225. package/esm2020/mapbox/lib/mapbox.service.mjs +4 -4
  226. package/esm2020/mapbox/lib/mapbox.store.map.directive.mjs +4 -4
  227. package/esm2020/mapbox/lib/mapbox.store.mjs +4 -4
  228. package/esm2020/mapbox/lib/mapbox.store.provide.mjs +7 -7
  229. package/fesm2015/dereekb-dbx-web-calendar.mjs +313 -0
  230. package/fesm2015/dereekb-dbx-web-calendar.mjs.map +1 -0
  231. package/fesm2015/dereekb-dbx-web-mapbox.mjs +40 -40
  232. package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
  233. package/fesm2015/dereekb-dbx-web.mjs +709 -880
  234. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  235. package/fesm2020/dereekb-dbx-web-calendar.mjs +311 -0
  236. package/fesm2020/dereekb-dbx-web-calendar.mjs.map +1 -0
  237. package/fesm2020/dereekb-dbx-web-mapbox.mjs +40 -40
  238. package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
  239. package/fesm2020/dereekb-dbx-web.mjs +709 -880
  240. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  241. package/lib/button/_button.scss +9 -0
  242. package/lib/button/progress/spinner.button.component.scss +2 -0
  243. package/lib/extension/calendar/_calendar.scss +21 -1
  244. package/lib/extension/calendar/style/_variables.scss +24 -0
  245. package/lib/extension/calendar/style/month/calendar-month-view.scss +30 -0
  246. package/lib/extension/index.d.ts +0 -1
  247. package/lib/interaction/dialog/_dialog.scss +18 -0
  248. package/lib/interaction/dialog/dialog.content.close.component.d.ts +12 -0
  249. package/lib/interaction/dialog/dialog.content.footer.component.d.ts +13 -0
  250. package/lib/interaction/dialog/dialog.module.d.ts +7 -3
  251. package/lib/interaction/dialog/index.d.ts +2 -0
  252. package/lib/interaction/filter/filter.preset.menu.component.d.ts +2 -3
  253. package/lib/layout/style/_style.scss +5 -0
  254. package/mapbox/esm2020/lib/mapbox.cdref.service.mjs +4 -4
  255. package/mapbox/esm2020/lib/mapbox.change.service.mjs +4 -4
  256. package/mapbox/esm2020/lib/mapbox.layout.component.mjs +4 -4
  257. package/mapbox/esm2020/lib/mapbox.layout.drawer.component.mjs +4 -4
  258. package/mapbox/esm2020/lib/mapbox.marker.component.mjs +4 -4
  259. package/mapbox/esm2020/lib/mapbox.markers.component.mjs +4 -4
  260. package/mapbox/esm2020/lib/mapbox.menu.component.mjs +4 -4
  261. package/mapbox/esm2020/lib/mapbox.module.mjs +5 -5
  262. package/mapbox/esm2020/lib/mapbox.service.mjs +4 -4
  263. package/mapbox/esm2020/lib/mapbox.store.map.directive.mjs +4 -4
  264. package/mapbox/esm2020/lib/mapbox.store.mjs +4 -4
  265. package/mapbox/esm2020/lib/mapbox.store.provide.mjs +7 -7
  266. package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +40 -40
  267. package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
  268. package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs +40 -40
  269. package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
  270. package/mapbox/package.json +3 -3
  271. package/package.json +14 -7
  272. package/esm2020/lib/extension/calendar/calendar.component.mjs +0 -86
  273. package/esm2020/lib/extension/calendar/calendar.module.mjs +0 -72
  274. package/esm2020/lib/extension/calendar/calendar.store.mjs +0 -107
  275. package/esm2020/lib/extension/calendar/index.mjs +0 -4
  276. package/lib/extension/calendar/calendar.module.d.ts +0 -22
@@ -10,18 +10,18 @@ export class DbxMapboxMapStoreProviderBlock {
10
10
  this.dbxMapboxMapStore = dbxMapboxMapStore;
11
11
  }
12
12
  }
13
- DbxMapboxMapStoreProviderBlock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, deps: [{ token: i1.DbxMapboxMapStore, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable });
14
- DbxMapboxMapStoreProviderBlock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, decorators: [{
13
+ DbxMapboxMapStoreProviderBlock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, deps: [{ token: i1.DbxMapboxMapStore, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable });
14
+ DbxMapboxMapStoreProviderBlock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, decorators: [{
16
16
  type: Injectable
17
17
  }], ctorParameters: function () { return [{ type: i1.DbxMapboxMapStore, decorators: [{
18
18
  type: SkipSelf
19
19
  }] }]; } });
20
20
  export class DbxMapboxMapStoreInjectionBlockDirective {
21
21
  }
22
- DbxMapboxMapStoreInjectionBlockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
23
- DbxMapboxMapStoreInjectionBlockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMapStoreInjectionBlockDirective, selector: "[dbxMapboxStoreParentBlocker]", providers: [DbxMapboxMapStoreProviderBlock], ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, decorators: [{
22
+ DbxMapboxMapStoreInjectionBlockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
23
+ DbxMapboxMapStoreInjectionBlockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMapStoreInjectionBlockDirective, selector: "[dbxMapboxStoreParentBlocker]", providers: [DbxMapboxMapStoreProviderBlock], ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[dbxMapboxStoreParentBlocker]',
@@ -49,4 +49,4 @@ export function provideMapboxStoreIfParentIsUnavailable() {
49
49
  deps: [Injector, [new Optional(), DbxMapboxMapStoreProviderBlock], [new Optional(), new SkipSelf(), DbxMapboxMapStore]]
50
50
  };
51
51
  }
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYm94LnN0b3JlLnByb3ZpZGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL21hcGJveC9zcmMvbGliL21hcGJveC5zdG9yZS5wcm92aWRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQVksUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzlGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7QUFFbkQ7O0dBRUc7QUFFSCxNQUFNLE9BQU8sOEJBQThCO0lBQ3pDLFlBQWlDLGlCQUFvQztRQUFwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO0lBQUcsQ0FBQzs7MkhBRDlELDhCQUE4QjsrSEFBOUIsOEJBQThCOzJGQUE5Qiw4QkFBOEI7a0JBRDFDLFVBQVU7OzBCQUVJLFFBQVE7O0FBT3ZCLE1BQU0sT0FBTyx3Q0FBd0M7O3FJQUF4Qyx3Q0FBd0M7eUhBQXhDLHdDQUF3Qyx3REFGeEMsQ0FBQyw4QkFBOEIsQ0FBQzsyRkFFaEMsd0NBQXdDO2tCQUpwRCxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwrQkFBK0I7b0JBQ3pDLFNBQVMsRUFBRSxDQUFDLDhCQUE4QixDQUFDO2lCQUM1Qzs7QUFHRDs7Ozs7O0dBTUc7QUFDSCxNQUFNLFVBQVUsdUNBQXVDO0lBQ3JELE9BQU87UUFDTCxPQUFPLEVBQUUsaUJBQWlCO1FBQzFCLFVBQVUsRUFBRSxDQUFDLGNBQXdCLEVBQUUsK0JBQWdFLEVBQUUsaUJBQXFDLEVBQUUsRUFBRTtZQUNoSixJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxpQkFBaUIsSUFBSSwrQkFBK0IsSUFBSSxJQUFJLElBQUksK0JBQStCLENBQUMsaUJBQWlCLEtBQUssaUJBQWlCLENBQUMsRUFBRTtnQkFDbkssd0NBQXdDO2dCQUN4QyxNQUFNLFFBQVEsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEVBQUUsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsQ0FBQyxFQUFFLE1BQU0sRUFBRSxjQUFjLEVBQUUsQ0FBQyxDQUFDO2dCQUMxRyxpQkFBaUIsR0FBRyxRQUFRLENBQUMsR0FBRyxDQUFDLGlCQUFpQixDQUFDLENBQUM7YUFDckQ7WUFFRCxPQUFPLGlCQUFpQixDQUFDO1FBQzNCLENBQUM7UUFDRCxJQUFJLEVBQUUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLFFBQVEsRUFBRSxFQUFFLDhCQUE4QixDQUFDLEVBQUUsQ0FBQyxJQUFJLFFBQVEsRUFBRSxFQUFFLElBQUksUUFBUSxFQUFFLEVBQUUsaUJBQWlCLENBQUMsQ0FBQztLQUN4SCxDQUFDO0FBQ0osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSW5qZWN0YWJsZSwgSW5qZWN0b3IsIE9wdGlvbmFsLCBQcm92aWRlciwgU2tpcFNlbGYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieE1hcGJveE1hcFN0b3JlIH0gZnJvbSAnLi9tYXBib3guc3RvcmUnO1xuXG4vKipcbiAqIFRva2VuIHVzZWQgYnkgcHJvdmlkZU1hcGJveFN0b3JlSWZEb2VzTm90RXhpc3QoKSB0byBwcmV2ZW50IGluamVjdGluZyBhIHBhcmVudCBEYnhNYXBib3hNYXBTdG9yZSBpbnRvIHRoZSBjaGlsZCB2aWV3LlxuICovXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRGJ4TWFwYm94TWFwU3RvcmVQcm92aWRlckJsb2NrIHtcbiAgY29uc3RydWN0b3IoQFNraXBTZWxmKCkgcmVhZG9ubHkgZGJ4TWFwYm94TWFwU3RvcmU6IERieE1hcGJveE1hcFN0b3JlKSB7fVxufVxuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbZGJ4TWFwYm94U3RvcmVQYXJlbnRCbG9ja2VyXScsXG4gIHByb3ZpZGVyczogW0RieE1hcGJveE1hcFN0b3JlUHJvdmlkZXJCbG9ja11cbn0pXG5leHBvcnQgY2xhc3MgRGJ4TWFwYm94TWFwU3RvcmVJbmplY3Rpb25CbG9ja0RpcmVjdGl2ZSB7fVxuXG4vKipcbiAqIENyZWF0ZXMgYSBQcm92aWRlciB0aGF0IGluaXRpYWxpemVzIGEgbmV3IERieE1hcGJveE1hcFN0b3JlIGlmIGEgcGFyZW50IGRvZXMgbm90IGV4aXN0LlxuICpcbiAqIElmIGEgRGJ4TWFwYm94TWFwU3RvcmVJbmplY3Rpb25CbG9jayBpcyBhdmFpbGFibGUgaW4gdGhlIGNvbnRleHQsIGFuZCByZWZlcmVuY2VzIHRoZSBzYW1lIGRieE1hcGJveE1hcFN0b3JlIHRoYXQgaXMgYXR0ZW1wdGluZyB0byBiZSBpbmplY3RlZCwgYSBuZXcgRGJ4TWFwYm94TWFwU3RvcmUgaXMgY3JlYXRlZC5cbiAqXG4gKiBAcmV0dXJuc1xuICovXG5leHBvcnQgZnVuY3Rpb24gcHJvdmlkZU1hcGJveFN0b3JlSWZQYXJlbnRJc1VuYXZhaWxhYmxlKCk6IFByb3ZpZGVyIHtcbiAgcmV0dXJuIHtcbiAgICBwcm92aWRlOiBEYnhNYXBib3hNYXBTdG9yZSxcbiAgICB1c2VGYWN0b3J5OiAocGFyZW50SW5qZWN0b3I6IEluamVjdG9yLCBkYnhNYXBib3hNYXBTdG9yZUluamVjdGlvbkJsb2NrPzogRGJ4TWFwYm94TWFwU3RvcmVQcm92aWRlckJsb2NrLCBkYnhNYXBib3hNYXBTdG9yZT86IERieE1hcGJveE1hcFN0b3JlKSA9PiB7XG4gICAgICBpZiAoIWRieE1hcGJveE1hcFN0b3JlIHx8IChkYnhNYXBib3hNYXBTdG9yZSAmJiBkYnhNYXBib3hNYXBTdG9yZUluamVjdGlvbkJsb2NrICE9IG51bGwgJiYgZGJ4TWFwYm94TWFwU3RvcmVJbmplY3Rpb25CbG9jay5kYnhNYXBib3hNYXBTdG9yZSA9PT0gZGJ4TWFwYm94TWFwU3RvcmUpKSB7XG4gICAgICAgIC8vIGNyZWF0ZSBhIG5ldyBkYnhNYXBib3hNYXBTdG9yZSB0byB1c2VcbiAgICAgICAgY29uc3QgaW5qZWN0b3IgPSBJbmplY3Rvci5jcmVhdGUoeyBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IERieE1hcGJveE1hcFN0b3JlIH1dLCBwYXJlbnQ6IHBhcmVudEluamVjdG9yIH0pO1xuICAgICAgICBkYnhNYXBib3hNYXBTdG9yZSA9IGluamVjdG9yLmdldChEYnhNYXBib3hNYXBTdG9yZSk7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBkYnhNYXBib3hNYXBTdG9yZTtcbiAgICB9LFxuICAgIGRlcHM6IFtJbmplY3RvciwgW25ldyBPcHRpb25hbCgpLCBEYnhNYXBib3hNYXBTdG9yZVByb3ZpZGVyQmxvY2tdLCBbbmV3IE9wdGlvbmFsKCksIG5ldyBTa2lwU2VsZigpLCBEYnhNYXBib3hNYXBTdG9yZV1dXG4gIH07XG59XG4iXX0=
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYm94LnN0b3JlLnByb3ZpZGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL21hcGJveC9zcmMvbGliL21hcGJveC5zdG9yZS5wcm92aWRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQVksUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzlGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7QUFFbkQ7O0dBRUc7QUFFSCxNQUFNLE9BQU8sOEJBQThCO0lBQ3pDLFlBQWlDLGlCQUFvQztRQUFwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO0lBQUcsQ0FBQzs7NEhBRDlELDhCQUE4QjtnSUFBOUIsOEJBQThCOzRGQUE5Qiw4QkFBOEI7a0JBRDFDLFVBQVU7OzBCQUVJLFFBQVE7O0FBT3ZCLE1BQU0sT0FBTyx3Q0FBd0M7O3NJQUF4Qyx3Q0FBd0M7MEhBQXhDLHdDQUF3Qyx3REFGeEMsQ0FBQyw4QkFBOEIsQ0FBQzs0RkFFaEMsd0NBQXdDO2tCQUpwRCxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwrQkFBK0I7b0JBQ3pDLFNBQVMsRUFBRSxDQUFDLDhCQUE4QixDQUFDO2lCQUM1Qzs7QUFHRDs7Ozs7O0dBTUc7QUFDSCxNQUFNLFVBQVUsdUNBQXVDO0lBQ3JELE9BQU87UUFDTCxPQUFPLEVBQUUsaUJBQWlCO1FBQzFCLFVBQVUsRUFBRSxDQUFDLGNBQXdCLEVBQUUsK0JBQWdFLEVBQUUsaUJBQXFDLEVBQUUsRUFBRTtZQUNoSixJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxpQkFBaUIsSUFBSSwrQkFBK0IsSUFBSSxJQUFJLElBQUksK0JBQStCLENBQUMsaUJBQWlCLEtBQUssaUJBQWlCLENBQUMsRUFBRTtnQkFDbkssd0NBQXdDO2dCQUN4QyxNQUFNLFFBQVEsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEVBQUUsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsQ0FBQyxFQUFFLE1BQU0sRUFBRSxjQUFjLEVBQUUsQ0FBQyxDQUFDO2dCQUMxRyxpQkFBaUIsR0FBRyxRQUFRLENBQUMsR0FBRyxDQUFDLGlCQUFpQixDQUFDLENBQUM7YUFDckQ7WUFFRCxPQUFPLGlCQUFpQixDQUFDO1FBQzNCLENBQUM7UUFDRCxJQUFJLEVBQUUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLFFBQVEsRUFBRSxFQUFFLDhCQUE4QixDQUFDLEVBQUUsQ0FBQyxJQUFJLFFBQVEsRUFBRSxFQUFFLElBQUksUUFBUSxFQUFFLEVBQUUsaUJBQWlCLENBQUMsQ0FBQztLQUN4SCxDQUFDO0FBQ0osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSW5qZWN0YWJsZSwgSW5qZWN0b3IsIE9wdGlvbmFsLCBQcm92aWRlciwgU2tpcFNlbGYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieE1hcGJveE1hcFN0b3JlIH0gZnJvbSAnLi9tYXBib3guc3RvcmUnO1xuXG4vKipcbiAqIFRva2VuIHVzZWQgYnkgcHJvdmlkZU1hcGJveFN0b3JlSWZEb2VzTm90RXhpc3QoKSB0byBwcmV2ZW50IGluamVjdGluZyBhIHBhcmVudCBEYnhNYXBib3hNYXBTdG9yZSBpbnRvIHRoZSBjaGlsZCB2aWV3LlxuICovXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRGJ4TWFwYm94TWFwU3RvcmVQcm92aWRlckJsb2NrIHtcbiAgY29uc3RydWN0b3IoQFNraXBTZWxmKCkgcmVhZG9ubHkgZGJ4TWFwYm94TWFwU3RvcmU6IERieE1hcGJveE1hcFN0b3JlKSB7fVxufVxuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbZGJ4TWFwYm94U3RvcmVQYXJlbnRCbG9ja2VyXScsXG4gIHByb3ZpZGVyczogW0RieE1hcGJveE1hcFN0b3JlUHJvdmlkZXJCbG9ja11cbn0pXG5leHBvcnQgY2xhc3MgRGJ4TWFwYm94TWFwU3RvcmVJbmplY3Rpb25CbG9ja0RpcmVjdGl2ZSB7fVxuXG4vKipcbiAqIENyZWF0ZXMgYSBQcm92aWRlciB0aGF0IGluaXRpYWxpemVzIGEgbmV3IERieE1hcGJveE1hcFN0b3JlIGlmIGEgcGFyZW50IGRvZXMgbm90IGV4aXN0LlxuICpcbiAqIElmIGEgRGJ4TWFwYm94TWFwU3RvcmVJbmplY3Rpb25CbG9jayBpcyBhdmFpbGFibGUgaW4gdGhlIGNvbnRleHQsIGFuZCByZWZlcmVuY2VzIHRoZSBzYW1lIGRieE1hcGJveE1hcFN0b3JlIHRoYXQgaXMgYXR0ZW1wdGluZyB0byBiZSBpbmplY3RlZCwgYSBuZXcgRGJ4TWFwYm94TWFwU3RvcmUgaXMgY3JlYXRlZC5cbiAqXG4gKiBAcmV0dXJuc1xuICovXG5leHBvcnQgZnVuY3Rpb24gcHJvdmlkZU1hcGJveFN0b3JlSWZQYXJlbnRJc1VuYXZhaWxhYmxlKCk6IFByb3ZpZGVyIHtcbiAgcmV0dXJuIHtcbiAgICBwcm92aWRlOiBEYnhNYXBib3hNYXBTdG9yZSxcbiAgICB1c2VGYWN0b3J5OiAocGFyZW50SW5qZWN0b3I6IEluamVjdG9yLCBkYnhNYXBib3hNYXBTdG9yZUluamVjdGlvbkJsb2NrPzogRGJ4TWFwYm94TWFwU3RvcmVQcm92aWRlckJsb2NrLCBkYnhNYXBib3hNYXBTdG9yZT86IERieE1hcGJveE1hcFN0b3JlKSA9PiB7XG4gICAgICBpZiAoIWRieE1hcGJveE1hcFN0b3JlIHx8IChkYnhNYXBib3hNYXBTdG9yZSAmJiBkYnhNYXBib3hNYXBTdG9yZUluamVjdGlvbkJsb2NrICE9IG51bGwgJiYgZGJ4TWFwYm94TWFwU3RvcmVJbmplY3Rpb25CbG9jay5kYnhNYXBib3hNYXBTdG9yZSA9PT0gZGJ4TWFwYm94TWFwU3RvcmUpKSB7XG4gICAgICAgIC8vIGNyZWF0ZSBhIG5ldyBkYnhNYXBib3hNYXBTdG9yZSB0byB1c2VcbiAgICAgICAgY29uc3QgaW5qZWN0b3IgPSBJbmplY3Rvci5jcmVhdGUoeyBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IERieE1hcGJveE1hcFN0b3JlIH1dLCBwYXJlbnQ6IHBhcmVudEluamVjdG9yIH0pO1xuICAgICAgICBkYnhNYXBib3hNYXBTdG9yZSA9IGluamVjdG9yLmdldChEYnhNYXBib3hNYXBTdG9yZSk7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBkYnhNYXBib3hNYXBTdG9yZTtcbiAgICB9LFxuICAgIGRlcHM6IFtJbmplY3RvciwgW25ldyBPcHRpb25hbCgpLCBEYnhNYXBib3hNYXBTdG9yZVByb3ZpZGVyQmxvY2tdLCBbbmV3IE9wdGlvbmFsKCksIG5ldyBTa2lwU2VsZigpLCBEYnhNYXBib3hNYXBTdG9yZV1dXG4gIH07XG59XG4iXX0=
@@ -41,9 +41,9 @@ class DbxMapboxChangeDetectorRefService {
41
41
  safeDetectChanges(this.cdRef);
42
42
  }
43
43
  }
44
- DbxMapboxChangeDetectorRefService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeDetectorRefService, deps: [{ token: i0.ChangeDetectorRef, host: true }], target: i0.ɵɵFactoryTarget.Injectable });
45
- DbxMapboxChangeDetectorRefService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeDetectorRefService, providedIn: null });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeDetectorRefService, decorators: [{
44
+ DbxMapboxChangeDetectorRefService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeDetectorRefService, deps: [{ token: i0.ChangeDetectorRef, host: true }], target: i0.ɵɵFactoryTarget.Injectable });
45
+ DbxMapboxChangeDetectorRefService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeDetectorRefService, providedIn: null });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeDetectorRefService, decorators: [{
47
47
  type: Injectable,
48
48
  args: [{
49
49
  providedIn: null
@@ -81,9 +81,9 @@ class DbxMapboxService {
81
81
  return (_a = this._config.defaultStoreRefreshPeriod) !== null && _a !== void 0 ? _a : DEFAULT_MAPBOX_MAP_STORE_TIMER_REFRESH_PERIOD;
82
82
  }
83
83
  }
84
- DbxMapboxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxService, deps: [{ token: DbxMapboxConfig, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
85
- DbxMapboxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxService, providedIn: 'root' });
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxService, decorators: [{
84
+ DbxMapboxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxService, deps: [{ token: DbxMapboxConfig, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
85
+ DbxMapboxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxService, providedIn: 'root' });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxService, decorators: [{
87
87
  type: Injectable,
88
88
  args: [{
89
89
  providedIn: 'root'
@@ -511,9 +511,9 @@ class DbxMapboxMapStore extends ComponentStore {
511
511
  }))));
512
512
  }
513
513
  }
514
- DbxMapboxMapStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStore, deps: [{ token: DbxMapboxService }], target: i0.ɵɵFactoryTarget.Injectable });
515
- DbxMapboxMapStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStore });
516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStore, decorators: [{
514
+ DbxMapboxMapStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStore, deps: [{ token: DbxMapboxService }], target: i0.ɵɵFactoryTarget.Injectable });
515
+ DbxMapboxMapStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStore });
516
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStore, decorators: [{
517
517
  type: Injectable
518
518
  }], ctorParameters: function () {
519
519
  return [{ type: DbxMapboxService, decorators: [{
@@ -550,9 +550,9 @@ class DbxMapboxChangeService {
550
550
  this._applyChangesSub.destroy();
551
551
  }
552
552
  }
553
- DbxMapboxChangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeService, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Injectable });
554
- DbxMapboxChangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeService, providedIn: null });
555
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeService, decorators: [{
553
+ DbxMapboxChangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeService, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Injectable });
554
+ DbxMapboxChangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeService, providedIn: null });
555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeService, decorators: [{
556
556
  type: Injectable,
557
557
  args: [{
558
558
  providedIn: null
@@ -581,9 +581,9 @@ class DbxMapboxMapDirective {
581
581
  }
582
582
  }
583
583
  }
584
- DbxMapboxMapDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapDirective, deps: [{ token: i1.MapService, host: true }, { token: i1.MapComponent, host: true }, { token: DbxMapboxService }, { token: DbxMapboxMapStore, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
585
- DbxMapboxMapDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMapDirective, selector: "[dbxMapboxMap]", ngImport: i0 });
586
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapDirective, decorators: [{
584
+ DbxMapboxMapDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapDirective, deps: [{ token: i1.MapService, host: true }, { token: i1.MapComponent, host: true }, { token: DbxMapboxService }, { token: DbxMapboxMapStore, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
585
+ DbxMapboxMapDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMapDirective, selector: "[dbxMapboxMap]", ngImport: i0 });
586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapDirective, decorators: [{
587
587
  type: Directive,
588
588
  args: [{
589
589
  selector: '[dbxMapboxMap]'
@@ -607,9 +607,9 @@ class DbxMapboxLayoutDrawerComponent {
607
607
  this.config$ = this.dbxMapboxMapStore.content$;
608
608
  }
609
609
  }
610
- DbxMapboxLayoutDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
611
- DbxMapboxLayoutDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxLayoutDrawerComponent, selector: "dbx-mapbox-layout-drawer", host: { classAttribute: "dbx-mapbox-layout-drawer" }, ngImport: i0, template: "<div>\n <dbx-injection [config]=\"config$ | async\"></dbx-injection>\n</div>\n", dependencies: [{ kind: "component", type: i2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i2$1.AsyncPipe, name: "async" }] });
612
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, decorators: [{
610
+ DbxMapboxLayoutDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
611
+ DbxMapboxLayoutDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxLayoutDrawerComponent, selector: "dbx-mapbox-layout-drawer", host: { classAttribute: "dbx-mapbox-layout-drawer" }, ngImport: i0, template: "<div>\n <dbx-injection [config]=\"config$ | async\"></dbx-injection>\n</div>\n", dependencies: [{ kind: "component", type: i2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i2$1.AsyncPipe, name: "async" }] });
612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, decorators: [{
613
613
  type: Component,
614
614
  args: [{ selector: 'dbx-mapbox-layout-drawer', host: {
615
615
  class: 'dbx-mapbox-layout-drawer'
@@ -750,9 +750,9 @@ class DbxMapboxLayoutComponent extends SubscriptionObject {
750
750
  this._resized.next();
751
751
  }
752
752
  }
753
- DbxMapboxLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
754
- DbxMapboxLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxLayoutComponent, selector: "dbx-mapbox-layout", inputs: { side: "side", mode: "mode", opened: "opened", hasContent: "hasContent", drawerColor: "drawerColor" }, viewQueries: [{ propertyName: "container", first: true, predicate: MatDrawerContainer, descendants: true }, { propertyName: "content", first: true, predicate: ["content"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<mat-drawer-container class=\"dbx-mapbox-layout-container\" [ngClass]=\"(drawerClasses$ | async) || ''\" [hasBackdrop]=\"false\">\n <mat-drawer class=\"dbx-mapbox-layout-drawer\" #drawer [opened]=\"opened$ | async\" [mode]=\"(mode$ | async) || 'side'\" [position]=\"(position$ | async) || 'end'\">\n <div class=\"dbx-mapbox-layout-drawer-content\" [ngClass]=\"(drawerButtonClasses$ | async) || ''\">\n <ng-content select=\"[drawer]\"></ng-content>\n <dbx-mapbox-layout-drawer></dbx-mapbox-layout-drawer>\n </div>\n </mat-drawer>\n <mat-drawer-content #content class=\"dbx-mapbox-layout-content\" (resized)=\"onResized($event)\">\n <button mat-icon-button (click)=\"toggleDrawer()\" class=\"dbx-mapbox-layout-drawer-button\" [ngClass]=\"(drawerButtonClasses$ | async) || ''\">\n <mat-icon>{{ buttonIcon$ | async }}</mat-icon>\n </button>\n <ng-content></ng-content>\n </mat-drawer-content>\n</mat-drawer-container>\n", styles: [".dbx-mapbox-layout-container{height:100%;max-width:100%}.dbx-mapbox-layout-container .mat-drawer-container{height:100%}.dbx-mapbox-layout-container .dbx-mapbox-layout-drawer{max-width:calc(100% - var(--dbx-mapbox-min-width-var, 60px))}.dbx-mapbox-layout-container .dbx-mapbox-layout-drawer-content{height:100%;width:100%;overflow:hidden}.dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{position:absolute;z-index:2;top:40%;border:none;display:flex;overflow:hidden}.left-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{left:0;border-radius:0 20px 20px 0}.right-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{right:0;border-radius:20px 0 0 20px}.has-drawer-content .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:35px}.has-drawer-content.open-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:35px}.no-drawer-content .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:0px}.dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button mat-icon{padding-left:8px}\n"], dependencies: [{ kind: "directive", type: i2$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i3.MatDrawer, selector: "mat-drawer", inputs: ["position", "mode", "disableClose", "autoFocus", "opened"], outputs: ["openedChange", "opened", "openedStart", "closed", "closedStart", "positionChanged"], exportAs: ["matDrawer"] }, { kind: "component", type: i3.MatDrawerContainer, selector: "mat-drawer-container", inputs: ["autosize", "hasBackdrop"], outputs: ["backdropClick"], exportAs: ["matDrawerContainer"] }, { kind: "component", type: i3.MatDrawerContent, selector: "mat-drawer-content" }, { kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i6.ResizedDirective, selector: "[resized]", outputs: ["resized"] }, { kind: "component", type: DbxMapboxLayoutDrawerComponent, selector: "dbx-mapbox-layout-drawer" }, { kind: "pipe", type: i2$1.AsyncPipe, name: "async" }] });
755
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutComponent, decorators: [{
753
+ DbxMapboxLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
754
+ DbxMapboxLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxLayoutComponent, selector: "dbx-mapbox-layout", inputs: { side: "side", mode: "mode", opened: "opened", hasContent: "hasContent", drawerColor: "drawerColor" }, viewQueries: [{ propertyName: "container", first: true, predicate: MatDrawerContainer, descendants: true }, { propertyName: "content", first: true, predicate: ["content"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<mat-drawer-container class=\"dbx-mapbox-layout-container\" [ngClass]=\"(drawerClasses$ | async) || ''\" [hasBackdrop]=\"false\">\n <mat-drawer class=\"dbx-mapbox-layout-drawer\" #drawer [opened]=\"opened$ | async\" [mode]=\"(mode$ | async) || 'side'\" [position]=\"(position$ | async) || 'end'\">\n <div class=\"dbx-mapbox-layout-drawer-content\" [ngClass]=\"(drawerButtonClasses$ | async) || ''\">\n <ng-content select=\"[drawer]\"></ng-content>\n <dbx-mapbox-layout-drawer></dbx-mapbox-layout-drawer>\n </div>\n </mat-drawer>\n <mat-drawer-content #content class=\"dbx-mapbox-layout-content\" (resized)=\"onResized($event)\">\n <button mat-icon-button (click)=\"toggleDrawer()\" class=\"dbx-mapbox-layout-drawer-button\" [ngClass]=\"(drawerButtonClasses$ | async) || ''\">\n <mat-icon>{{ buttonIcon$ | async }}</mat-icon>\n </button>\n <ng-content></ng-content>\n </mat-drawer-content>\n</mat-drawer-container>\n", styles: [".dbx-mapbox-layout-container{height:100%;max-width:100%}.dbx-mapbox-layout-container .mat-drawer-container{height:100%}.dbx-mapbox-layout-container .dbx-mapbox-layout-drawer{max-width:calc(100% - var(--dbx-mapbox-min-width-var, 60px))}.dbx-mapbox-layout-container .dbx-mapbox-layout-drawer-content{height:100%;width:100%;overflow:hidden}.dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{position:absolute;z-index:2;top:40%;border:none;display:flex;overflow:hidden}.left-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{left:0;border-radius:0 20px 20px 0}.right-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{right:0;border-radius:20px 0 0 20px}.has-drawer-content .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:35px}.has-drawer-content.open-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:35px}.no-drawer-content .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:0px}.dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button mat-icon{padding-left:8px}\n"], dependencies: [{ kind: "directive", type: i2$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i3.MatDrawer, selector: "mat-drawer", inputs: ["position", "mode", "disableClose", "autoFocus", "opened"], outputs: ["openedChange", "opened", "openedStart", "closed", "closedStart", "positionChanged"], exportAs: ["matDrawer"] }, { kind: "component", type: i3.MatDrawerContainer, selector: "mat-drawer-container", inputs: ["autosize", "hasBackdrop"], outputs: ["backdropClick"], exportAs: ["matDrawerContainer"] }, { kind: "component", type: i3.MatDrawerContent, selector: "mat-drawer-content" }, { kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i6.ResizedDirective, selector: "[resized]", outputs: ["resized"] }, { kind: "component", type: DbxMapboxLayoutDrawerComponent, selector: "dbx-mapbox-layout-drawer" }, { kind: "pipe", type: i2$1.AsyncPipe, name: "async" }] });
755
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutComponent, decorators: [{
756
756
  type: Component,
757
757
  args: [{ selector: 'dbx-mapbox-layout', template: "<mat-drawer-container class=\"dbx-mapbox-layout-container\" [ngClass]=\"(drawerClasses$ | async) || ''\" [hasBackdrop]=\"false\">\n <mat-drawer class=\"dbx-mapbox-layout-drawer\" #drawer [opened]=\"opened$ | async\" [mode]=\"(mode$ | async) || 'side'\" [position]=\"(position$ | async) || 'end'\">\n <div class=\"dbx-mapbox-layout-drawer-content\" [ngClass]=\"(drawerButtonClasses$ | async) || ''\">\n <ng-content select=\"[drawer]\"></ng-content>\n <dbx-mapbox-layout-drawer></dbx-mapbox-layout-drawer>\n </div>\n </mat-drawer>\n <mat-drawer-content #content class=\"dbx-mapbox-layout-content\" (resized)=\"onResized($event)\">\n <button mat-icon-button (click)=\"toggleDrawer()\" class=\"dbx-mapbox-layout-drawer-button\" [ngClass]=\"(drawerButtonClasses$ | async) || ''\">\n <mat-icon>{{ buttonIcon$ | async }}</mat-icon>\n </button>\n <ng-content></ng-content>\n </mat-drawer-content>\n</mat-drawer-container>\n", styles: [".dbx-mapbox-layout-container{height:100%;max-width:100%}.dbx-mapbox-layout-container .mat-drawer-container{height:100%}.dbx-mapbox-layout-container .dbx-mapbox-layout-drawer{max-width:calc(100% - var(--dbx-mapbox-min-width-var, 60px))}.dbx-mapbox-layout-container .dbx-mapbox-layout-drawer-content{height:100%;width:100%;overflow:hidden}.dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{position:absolute;z-index:2;top:40%;border:none;display:flex;overflow:hidden}.left-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{left:0;border-radius:0 20px 20px 0}.right-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{right:0;border-radius:20px 0 0 20px}.has-drawer-content .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:35px}.has-drawer-content.open-drawer .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:35px}.no-drawer-content .dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button{width:0px}.dbx-mapbox-layout-content>.dbx-mapbox-layout-drawer-button mat-icon{padding-left:8px}\n"] }]
758
758
  }], ctorParameters: function () { return [{ type: DbxMapboxMapStore }]; }, propDecorators: { container: [{
@@ -840,9 +840,9 @@ class DbxMapboxMenuComponent extends AbstractSubscriptionDirective {
840
840
  }
841
841
  }
842
842
  }
843
- DbxMapboxMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMenuComponent, deps: [{ token: DbxMapboxMapStore }, { token: i2$2.MatMenuTrigger, host: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
844
- DbxMapboxMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMenuComponent, selector: "dbx-mapbox-menu", inputs: { active: "active" }, host: { properties: { "style.top": "pos.y", "style.left": "pos.x" }, styleAttribute: "visibility: hidden; position: fixed" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMenuComponent, decorators: [{
843
+ DbxMapboxMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMenuComponent, deps: [{ token: DbxMapboxMapStore }, { token: i2$2.MatMenuTrigger, host: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
844
+ DbxMapboxMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMenuComponent, selector: "dbx-mapbox-menu", inputs: { active: "active" }, host: { properties: { "style.top": "pos.y", "style.left": "pos.x" }, styleAttribute: "visibility: hidden; position: fixed" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
845
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMenuComponent, decorators: [{
846
846
  type: Component,
847
847
  args: [{
848
848
  selector: 'dbx-mapbox-menu',
@@ -870,9 +870,9 @@ class DbxMapboxMapStoreProviderBlock {
870
870
  this.dbxMapboxMapStore = dbxMapboxMapStore;
871
871
  }
872
872
  }
873
- DbxMapboxMapStoreProviderBlock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, deps: [{ token: DbxMapboxMapStore, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable });
874
- DbxMapboxMapStoreProviderBlock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock });
875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, decorators: [{
873
+ DbxMapboxMapStoreProviderBlock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, deps: [{ token: DbxMapboxMapStore, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable });
874
+ DbxMapboxMapStoreProviderBlock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock });
875
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, decorators: [{
876
876
  type: Injectable
877
877
  }], ctorParameters: function () {
878
878
  return [{ type: DbxMapboxMapStore, decorators: [{
@@ -881,9 +881,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
881
881
  } });
882
882
  class DbxMapboxMapStoreInjectionBlockDirective {
883
883
  }
884
- DbxMapboxMapStoreInjectionBlockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
885
- DbxMapboxMapStoreInjectionBlockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMapStoreInjectionBlockDirective, selector: "[dbxMapboxStoreParentBlocker]", providers: [DbxMapboxMapStoreProviderBlock], ngImport: i0 });
886
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, decorators: [{
884
+ DbxMapboxMapStoreInjectionBlockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
885
+ DbxMapboxMapStoreInjectionBlockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMapStoreInjectionBlockDirective, selector: "[dbxMapboxStoreParentBlocker]", providers: [DbxMapboxMapStoreProviderBlock], ngImport: i0 });
886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, decorators: [{
887
887
  type: Directive,
888
888
  args: [{
889
889
  selector: '[dbxMapboxStoreParentBlocker]',
@@ -978,8 +978,8 @@ class DbxMapboxMarkerComponent {
978
978
  }
979
979
  }
980
980
  DbxMapboxMarkerComponent._latLngPoint = latLngPointFunction({ wrap: true });
981
- DbxMapboxMarkerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMarkerComponent, deps: [{ token: DbxMapboxChangeService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
982
- DbxMapboxMarkerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMarkerComponent, selector: "dbx-mapbox-marker", inputs: { marker: "marker" }, ngImport: i0, template: `
981
+ DbxMapboxMarkerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMarkerComponent, deps: [{ token: DbxMapboxChangeService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
982
+ DbxMapboxMarkerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMarkerComponent, selector: "dbx-mapbox-marker", inputs: { marker: "marker" }, ngImport: i0, template: `
983
983
  <mgl-marker [lngLat]="latLng">
984
984
  <dbx-anchor [anchor]="anchor">
985
985
  <div class="dbx-mapbox-marker">
@@ -991,7 +991,7 @@ DbxMapboxMarkerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
991
991
  </dbx-anchor>
992
992
  </mgl-marker>
993
993
  `, isInline: true, styles: [".dbx-mapbox-marker{display:flex;align-items:center;flex-direction:column}.dbx-mapbox-marker .dbx-mapbox-marker-content{display:flex;align-items:center;justify-content:center}.dbx-mapbox-marker .dbx-mapbox-marker-content mat-icon{width:100%;height:100%;font-size:inherit}.dbx-mapbox-marker .dbx-mapbox-marker-label{font-size:.9em}\n"], dependencies: [{ kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i4$1.DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { kind: "component", type: i1.MarkerComponent, selector: "mgl-marker", inputs: ["offset", "anchor", "clickTolerance", "feature", "lngLat", "draggable", "popupShown", "className", "pitchAlignment", "rotationAlignment"], outputs: ["markerDragStart", "markerDragEnd", "markerDrag", "dragStart", "dragEnd", "drag"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
994
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMarkerComponent, decorators: [{
994
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMarkerComponent, decorators: [{
995
995
  type: Component,
996
996
  args: [{ selector: 'dbx-mapbox-marker', template: `
997
997
  <mgl-marker [lngLat]="latLng">
@@ -1049,11 +1049,11 @@ class DbxMapboxMarkersComponent {
1049
1049
  this._markerFactory.complete();
1050
1050
  }
1051
1051
  }
1052
- DbxMapboxMarkersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMarkersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1053
- DbxMapboxMarkersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMarkersComponent, selector: "dbx-mapbox-markers", inputs: { data: "data", markerFactory: "markerFactory" }, ngImport: i0, template: `
1052
+ DbxMapboxMarkersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMarkersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1053
+ DbxMapboxMarkersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMarkersComponent, selector: "dbx-mapbox-markers", inputs: { data: "data", markerFactory: "markerFactory" }, ngImport: i0, template: `
1054
1054
  <dbx-mapbox-marker *ngFor="let marker of markers$ | async; trackBy: trackMarkerById" [marker]="marker"></dbx-mapbox-marker>
1055
1055
  `, isInline: true, dependencies: [{ kind: "directive", type: i2$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DbxMapboxMarkerComponent, selector: "dbx-mapbox-marker", inputs: ["marker"] }, { kind: "pipe", type: i2$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1056
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMarkersComponent, decorators: [{
1056
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMarkersComponent, decorators: [{
1057
1057
  type: Component,
1058
1058
  args: [{
1059
1059
  selector: 'dbx-mapbox-markers',
@@ -1091,8 +1091,8 @@ class DbxMapboxModule {
1091
1091
  };
1092
1092
  }
1093
1093
  }
1094
- DbxMapboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1095
- DbxMapboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, declarations: [
1094
+ DbxMapboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1095
+ DbxMapboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, declarations: [
1096
1096
  //
1097
1097
  DbxMapboxMapDirective,
1098
1098
  DbxMapboxLayoutComponent,
@@ -1121,7 +1121,7 @@ DbxMapboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
1121
1121
  DbxMapboxMarkersComponent,
1122
1122
  DbxMapboxMapStoreInjectionBlockDirective
1123
1123
  ] });
1124
- DbxMapboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, imports: [
1124
+ DbxMapboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, imports: [
1125
1125
  //
1126
1126
  CommonModule,
1127
1127
  MatSidenavModule,
@@ -1132,7 +1132,7 @@ DbxMapboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
1132
1132
  DbxRouterAnchorModule,
1133
1133
  NgxMapboxGLModule
1134
1134
  ] });
1135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, decorators: [{
1135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, decorators: [{
1136
1136
  type: NgModule,
1137
1137
  args: [{
1138
1138
  imports: [