@dereekb/dbx-web 9.17.3 → 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
@@ -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
@@ -75,9 +75,9 @@ class DbxMapboxService {
75
75
  return this._config.defaultStoreRefreshPeriod ?? DEFAULT_MAPBOX_MAP_STORE_TIMER_REFRESH_PERIOD;
76
76
  }
77
77
  }
78
- 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 });
79
- DbxMapboxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxService, providedIn: 'root' });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxService, decorators: [{
78
+ 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 });
79
+ DbxMapboxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxService, providedIn: 'root' });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxService, decorators: [{
81
81
  type: Injectable,
82
82
  args: [{
83
83
  providedIn: 'root'
@@ -500,9 +500,9 @@ class DbxMapboxMapStore extends ComponentStore {
500
500
  }))));
501
501
  }
502
502
  }
503
- DbxMapboxMapStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStore, deps: [{ token: DbxMapboxService }], target: i0.ɵɵFactoryTarget.Injectable });
504
- DbxMapboxMapStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStore });
505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStore, decorators: [{
503
+ DbxMapboxMapStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStore, deps: [{ token: DbxMapboxService }], target: i0.ɵɵFactoryTarget.Injectable });
504
+ DbxMapboxMapStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStore });
505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStore, decorators: [{
506
506
  type: Injectable
507
507
  }], ctorParameters: function () { return [{ type: DbxMapboxService, decorators: [{
508
508
  type: Inject,
@@ -537,9 +537,9 @@ class DbxMapboxChangeService {
537
537
  this._applyChangesSub.destroy();
538
538
  }
539
539
  }
540
- DbxMapboxChangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeService, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Injectable });
541
- DbxMapboxChangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeService, providedIn: null });
542
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxChangeService, decorators: [{
540
+ DbxMapboxChangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeService, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Injectable });
541
+ DbxMapboxChangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeService, providedIn: null });
542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxChangeService, decorators: [{
543
543
  type: Injectable,
544
544
  args: [{
545
545
  providedIn: null
@@ -568,9 +568,9 @@ class DbxMapboxMapDirective {
568
568
  }
569
569
  }
570
570
  }
571
- 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 });
572
- DbxMapboxMapDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMapDirective, selector: "[dbxMapboxMap]", ngImport: i0 });
573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapDirective, decorators: [{
571
+ 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 });
572
+ DbxMapboxMapDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMapDirective, selector: "[dbxMapboxMap]", ngImport: i0 });
573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapDirective, decorators: [{
574
574
  type: Directive,
575
575
  args: [{
576
576
  selector: '[dbxMapboxMap]'
@@ -592,9 +592,9 @@ class DbxMapboxLayoutDrawerComponent {
592
592
  this.config$ = this.dbxMapboxMapStore.content$;
593
593
  }
594
594
  }
595
- DbxMapboxLayoutDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
596
- 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" }] });
597
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, decorators: [{
595
+ DbxMapboxLayoutDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
596
+ 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" }] });
597
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutDrawerComponent, decorators: [{
598
598
  type: Component,
599
599
  args: [{ selector: 'dbx-mapbox-layout-drawer', host: {
600
600
  class: 'dbx-mapbox-layout-drawer'
@@ -735,9 +735,9 @@ class DbxMapboxLayoutComponent extends SubscriptionObject {
735
735
  this._resized.next();
736
736
  }
737
737
  }
738
- DbxMapboxLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
739
- 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" }] });
740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxLayoutComponent, decorators: [{
738
+ DbxMapboxLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutComponent, deps: [{ token: DbxMapboxMapStore }], target: i0.ɵɵFactoryTarget.Component });
739
+ 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" }] });
740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxLayoutComponent, decorators: [{
741
741
  type: Component,
742
742
  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"] }]
743
743
  }], ctorParameters: function () { return [{ type: DbxMapboxMapStore }]; }, propDecorators: { container: [{
@@ -825,9 +825,9 @@ class DbxMapboxMenuComponent extends AbstractSubscriptionDirective {
825
825
  }
826
826
  }
827
827
  }
828
- 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 });
829
- 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 });
830
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMenuComponent, decorators: [{
828
+ 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 });
829
+ 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 });
830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMenuComponent, decorators: [{
831
831
  type: Component,
832
832
  args: [{
833
833
  selector: 'dbx-mapbox-menu',
@@ -853,18 +853,18 @@ class DbxMapboxMapStoreProviderBlock {
853
853
  this.dbxMapboxMapStore = dbxMapboxMapStore;
854
854
  }
855
855
  }
856
- 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 });
857
- DbxMapboxMapStoreProviderBlock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock });
858
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, decorators: [{
856
+ 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 });
857
+ DbxMapboxMapStoreProviderBlock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock });
858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreProviderBlock, decorators: [{
859
859
  type: Injectable
860
860
  }], ctorParameters: function () { return [{ type: DbxMapboxMapStore, decorators: [{
861
861
  type: SkipSelf
862
862
  }] }]; } });
863
863
  class DbxMapboxMapStoreInjectionBlockDirective {
864
864
  }
865
- DbxMapboxMapStoreInjectionBlockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
866
- DbxMapboxMapStoreInjectionBlockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMapStoreInjectionBlockDirective, selector: "[dbxMapboxStoreParentBlocker]", providers: [DbxMapboxMapStoreProviderBlock], ngImport: i0 });
867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, decorators: [{
865
+ DbxMapboxMapStoreInjectionBlockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
866
+ DbxMapboxMapStoreInjectionBlockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMapStoreInjectionBlockDirective, selector: "[dbxMapboxStoreParentBlocker]", providers: [DbxMapboxMapStoreProviderBlock], ngImport: i0 });
867
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMapStoreInjectionBlockDirective, decorators: [{
868
868
  type: Directive,
869
869
  args: [{
870
870
  selector: '[dbxMapboxStoreParentBlocker]',
@@ -959,8 +959,8 @@ class DbxMapboxMarkerComponent {
959
959
  }
960
960
  }
961
961
  DbxMapboxMarkerComponent._latLngPoint = latLngPointFunction({ wrap: true });
962
- 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 });
963
- DbxMapboxMarkerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxMapboxMarkerComponent, selector: "dbx-mapbox-marker", inputs: { marker: "marker" }, ngImport: i0, template: `
962
+ 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 });
963
+ DbxMapboxMarkerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxMapboxMarkerComponent, selector: "dbx-mapbox-marker", inputs: { marker: "marker" }, ngImport: i0, template: `
964
964
  <mgl-marker [lngLat]="latLng">
965
965
  <dbx-anchor [anchor]="anchor">
966
966
  <div class="dbx-mapbox-marker">
@@ -972,7 +972,7 @@ DbxMapboxMarkerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
972
972
  </dbx-anchor>
973
973
  </mgl-marker>
974
974
  `, 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 });
975
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMarkerComponent, decorators: [{
975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMarkerComponent, decorators: [{
976
976
  type: Component,
977
977
  args: [{ selector: 'dbx-mapbox-marker', template: `
978
978
  <mgl-marker [lngLat]="latLng">
@@ -1028,11 +1028,11 @@ class DbxMapboxMarkersComponent {
1028
1028
  this._markerFactory.complete();
1029
1029
  }
1030
1030
  }
1031
- DbxMapboxMarkersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMarkersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1032
- 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: `
1031
+ DbxMapboxMarkersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMarkersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1032
+ 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: `
1033
1033
  <dbx-mapbox-marker *ngFor="let marker of markers$ | async; trackBy: trackMarkerById" [marker]="marker"></dbx-mapbox-marker>
1034
1034
  `, 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 });
1035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxMarkersComponent, decorators: [{
1035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxMarkersComponent, decorators: [{
1036
1036
  type: Component,
1037
1037
  args: [{
1038
1038
  selector: 'dbx-mapbox-markers',
@@ -1070,8 +1070,8 @@ class DbxMapboxModule {
1070
1070
  };
1071
1071
  }
1072
1072
  }
1073
- DbxMapboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1074
- DbxMapboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, declarations: [
1073
+ DbxMapboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1074
+ DbxMapboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, declarations: [
1075
1075
  //
1076
1076
  DbxMapboxMapDirective,
1077
1077
  DbxMapboxLayoutComponent,
@@ -1097,7 +1097,7 @@ DbxMapboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
1097
1097
  DbxMapboxMarkerComponent,
1098
1098
  DbxMapboxMarkersComponent,
1099
1099
  DbxMapboxMapStoreInjectionBlockDirective] });
1100
- DbxMapboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, imports: [
1100
+ DbxMapboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, imports: [
1101
1101
  //
1102
1102
  CommonModule,
1103
1103
  MatSidenavModule,
@@ -1107,7 +1107,7 @@ DbxMapboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
1107
1107
  AngularResizeEventModule,
1108
1108
  DbxRouterAnchorModule,
1109
1109
  NgxMapboxGLModule] });
1110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxMapboxModule, decorators: [{
1110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMapboxModule, decorators: [{
1111
1111
  type: NgModule,
1112
1112
  args: [{
1113
1113
  imports: [