@dereekb/dbx-core 9.25.15 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/{esm2020 → esm2022}/lib/action/action.machine.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/action/action.module.mjs +41 -41
  3. package/{esm2020 → esm2022}/lib/action/action.store.mjs +4 -4
  4. package/{esm2020 → esm2022}/lib/action/action.store.source.mjs +4 -4
  5. package/{esm2020 → esm2022}/lib/action/directive/auto/action.automodify.directive.mjs +9 -9
  6. package/esm2022/lib/action/directive/auto/action.autotrigger.directive.mjs +132 -0
  7. package/{esm2020 → esm2022}/lib/action/directive/context/action.directive.mjs +4 -4
  8. package/{esm2020 → esm2022}/lib/action/directive/context/action.source.directive.mjs +4 -4
  9. package/{esm2020 → esm2022}/lib/action/directive/debug/action.logger.directive.mjs +4 -4
  10. package/{esm2020 → esm2022}/lib/action/directive/map/action.map.directive.mjs +4 -4
  11. package/{esm2020 → esm2022}/lib/action/directive/map/action.map.key.directive.mjs +4 -4
  12. package/{esm2020 → esm2022}/lib/action/directive/map/action.map.source.directive.mjs +4 -4
  13. package/{esm2020 → esm2022}/lib/action/directive/map/action.map.working.disable.directive.mjs +4 -4
  14. package/{esm2020 → esm2022}/lib/action/directive/state/action.disabled.directive.mjs +4 -4
  15. package/{esm2020 → esm2022}/lib/action/directive/state/action.disableonsuccess.directive.mjs +4 -4
  16. package/{esm2020 → esm2022}/lib/action/directive/state/action.enforce.modified.directive.mjs +4 -4
  17. package/{esm2020 → esm2022}/lib/action/directive/state/action.handler.directive.mjs +7 -7
  18. package/{esm2020 → esm2022}/lib/action/directive/state/action.handler.instance.mjs +7 -7
  19. package/{esm2020 → esm2022}/lib/action/directive/state/action.presuccess.directive.mjs +4 -4
  20. package/{esm2020 → esm2022}/lib/action/directive/state/action.success.directive.mjs +4 -4
  21. package/{esm2020 → esm2022}/lib/action/directive/state/action.success.handler.directive.mjs +10 -10
  22. package/{esm2020 → esm2022}/lib/action/directive/state/action.value.directive.mjs +10 -10
  23. package/esm2022/lib/action/directive/state/action.value.stream.directive.mjs +79 -0
  24. package/{esm2020 → esm2022}/lib/action/directive/state/action.value.trigger.directive.mjs +11 -11
  25. package/{esm2020 → esm2022}/lib/action/directive/state/action.working.component.mjs +4 -4
  26. package/{esm2020 → esm2022}/lib/auth/auth.module.mjs +5 -5
  27. package/{esm2020 → esm2022}/lib/auth/auth.role.any.directive.mjs +4 -4
  28. package/{esm2020 → esm2022}/lib/auth/auth.role.has.directive.mjs +4 -4
  29. package/{esm2020 → esm2022}/lib/auth/auth.role.not.directive.mjs +4 -4
  30. package/{esm2020 → esm2022}/lib/auth/auth.state.module.mjs +5 -5
  31. package/{esm2020 → esm2022}/lib/auth/auth.state.service.mjs +4 -4
  32. package/{esm2020 → esm2022}/lib/auth/router/auth.router.module.mjs +5 -5
  33. package/{esm2020 → esm2022}/lib/auth/router/auth.router.service.mjs +4 -4
  34. package/{esm2020 → esm2022}/lib/auth/router/state/auth.router.state.module.mjs +5 -5
  35. package/{esm2020 → esm2022}/lib/auth/router/state/effect/auth.router.state.effect.mjs +4 -4
  36. package/{esm2020 → esm2022}/lib/auth/state/effect/auth.effect.mjs +4 -4
  37. package/{esm2020 → esm2022}/lib/button/action/action.button.directive.mjs +4 -4
  38. package/{esm2020 → esm2022}/lib/button/action/action.button.trigger.directive.mjs +4 -4
  39. package/esm2022/lib/button/button.directive.mjs +125 -0
  40. package/{esm2020 → esm2022}/lib/button/button.loading.directive.mjs +4 -4
  41. package/{esm2020 → esm2022}/lib/button/button.module.mjs +5 -5
  42. package/{esm2020 → esm2022}/lib/button/router/button.segue.directive.mjs +10 -10
  43. package/{esm2020 → esm2022}/lib/context/context.directive.mjs +4 -4
  44. package/esm2022/lib/context/context.mjs +22 -0
  45. package/{esm2020 → esm2022}/lib/context/context.module.mjs +5 -5
  46. package/{esm2020 → esm2022}/lib/context/context.service.mjs +4 -4
  47. package/{esm2020 → esm2022}/lib/filter/filter.abstract.connector.directive.mjs +4 -4
  48. package/{esm2020 → esm2022}/lib/filter/filter.abstract.source.directive.mjs +4 -4
  49. package/{esm2020 → esm2022}/lib/filter/filter.connect.source.directive.mjs +4 -4
  50. package/{esm2020 → esm2022}/lib/filter/filter.connector.directive.mjs +4 -4
  51. package/{esm2020 → esm2022}/lib/filter/filter.map.connector.directive.mjs +4 -4
  52. package/{esm2020 → esm2022}/lib/filter/filter.map.directive.mjs +4 -4
  53. package/{esm2020 → esm2022}/lib/filter/filter.map.instance.directive.mjs +4 -4
  54. package/{esm2020 → esm2022}/lib/filter/filter.map.source.directive.mjs +4 -4
  55. package/{esm2020 → esm2022}/lib/filter/filter.module.mjs +5 -5
  56. package/{esm2020 → esm2022}/lib/filter/filter.source.directive.mjs +4 -4
  57. package/{esm2020 → esm2022}/lib/injection/injection.array.component.mjs +6 -6
  58. package/{esm2020 → esm2022}/lib/injection/injection.component.mjs +6 -6
  59. package/{esm2020 → esm2022}/lib/injection/injection.component.module.mjs +5 -5
  60. package/{esm2020 → esm2022}/lib/injection/injection.context.directive.mjs +4 -4
  61. package/{esm2020 → esm2022}/lib/injection/injection.context.forward.directive.mjs +4 -4
  62. package/{esm2020 → esm2022}/lib/injection/injection.directive.mjs +4 -4
  63. package/esm2022/lib/injection/injection.instance.mjs +117 -0
  64. package/{esm2020 → esm2022}/lib/ngrx/store.lockset.mjs +4 -4
  65. package/{esm2020 → esm2022}/lib/pipe/async/asobservable.pipe.mjs +4 -4
  66. package/{esm2020 → esm2022}/lib/pipe/async/async.pipe.module.mjs +5 -5
  67. package/{esm2020 → esm2022}/lib/pipe/date/date.pipe.module.mjs +41 -41
  68. package/{esm2020 → esm2022}/lib/pipe/date/datedayrange.pipe.mjs +4 -4
  69. package/{esm2020 → esm2022}/lib/pipe/date/datedaytimerange.pipe.mjs +4 -4
  70. package/{esm2020 → esm2022}/lib/pipe/date/datedistance.pipe.mjs +4 -4
  71. package/{esm2020 → esm2022}/lib/pipe/date/dateformatdistance.pipe.mjs +4 -4
  72. package/{esm2020 → esm2022}/lib/pipe/date/datefromtoformat.pipe.mjs +7 -7
  73. package/{esm2020 → esm2022}/lib/pipe/date/daterangedistance.pipe.mjs +4 -4
  74. package/{esm2020 → esm2022}/lib/pipe/date/datetimerange.pipe.mjs +4 -4
  75. package/{esm2020 → esm2022}/lib/pipe/date/datetimerangeonly.pipe.mjs +4 -4
  76. package/{esm2020 → esm2022}/lib/pipe/date/datetimerangeonlydistance.pipe.mjs +4 -4
  77. package/{esm2020 → esm2022}/lib/pipe/date/minutesstring.pipe.mjs +4 -4
  78. package/{esm2020 → esm2022}/lib/pipe/date/systemdatetotargetdate.pipe.mjs +4 -4
  79. package/{esm2020 → esm2022}/lib/pipe/date/targetdatetosystemdate.pipe.mjs +4 -4
  80. package/{esm2020 → esm2022}/lib/pipe/date/timedistance.pipe.mjs +7 -7
  81. package/{esm2020 → esm2022}/lib/pipe/date/timezoneabbreviation.pipe.mjs +4 -4
  82. package/{esm2020 → esm2022}/lib/pipe/date/tojsdate.pipe.mjs +4 -4
  83. package/{esm2020 → esm2022}/lib/pipe/date/tominutes.pipe.mjs +4 -4
  84. package/{esm2020 → esm2022}/lib/pipe/misc/misc.pipe.module.mjs +5 -5
  85. package/{esm2020 → esm2022}/lib/pipe/misc/prettyjson.pipe.mjs +4 -4
  86. package/{esm2020 → esm2022}/lib/pipe/pipe.module.mjs +5 -5
  87. package/{esm2020 → esm2022}/lib/pipe/value/dollar.pipe.mjs +4 -4
  88. package/{esm2020 → esm2022}/lib/pipe/value/getvalue.pipe.mjs +7 -7
  89. package/{esm2020 → esm2022}/lib/pipe/value/value.pipe.module.mjs +5 -5
  90. package/{esm2020 → esm2022}/lib/router/anchor/anchor.directive.mjs +4 -4
  91. package/esm2022/lib/router/anchor/clickable.mjs +18 -0
  92. package/{esm2020 → esm2022}/lib/router/router/provider/angular/angular.router.service.mjs +4 -4
  93. package/{esm2020 → esm2022}/lib/router/router/provider/angular/angular.router.service.module.mjs +5 -5
  94. package/{esm2020 → esm2022}/lib/router/router/provider/uirouter/uirouter.router.service.mjs +4 -4
  95. package/{esm2020 → esm2022}/lib/router/router/provider/uirouter/uirouter.router.service.module.mjs +5 -5
  96. package/{esm2020 → esm2022}/lib/router/router/transition/transition.directive.mjs +4 -4
  97. package/{esm2020 → esm2022}/lib/router/router/transition/transition.watcher.directive.mjs +9 -9
  98. package/{esm2020 → esm2022}/lib/storage/storage.accessor.simple.factory.mjs +4 -4
  99. package/esm2022/lib/storage/storage.accessor.simple.mjs +163 -0
  100. package/{esm2020 → esm2022}/lib/storage/storage.module.mjs +5 -5
  101. package/{esm2020 → esm2022}/lib/subscription/subscription.directive.mjs +7 -7
  102. package/{esm2020 → esm2022}/lib/view/if.directive.mjs +4 -4
  103. package/{fesm2020 → fesm2022}/dereekb-dbx-core.mjs +524 -528
  104. package/fesm2022/dereekb-dbx-core.mjs.map +1 -0
  105. package/lib/action/action.d.ts +1 -1
  106. package/lib/action/action.handler.d.ts +3 -3
  107. package/lib/action/action.store.source.d.ts +2 -2
  108. package/lib/action/directive/auto/action.automodify.directive.d.ts +1 -1
  109. package/lib/action/directive/auto/action.autotrigger.directive.d.ts +1 -1
  110. package/lib/action/directive/context/action.directive.d.ts +1 -1
  111. package/lib/action/directive/context/action.source.directive.d.ts +1 -1
  112. package/lib/action/directive/debug/action.logger.directive.d.ts +1 -1
  113. package/lib/action/directive/map/action.map.d.ts +1 -1
  114. package/lib/action/directive/map/action.map.directive.d.ts +1 -1
  115. package/lib/action/directive/map/action.map.key.directive.d.ts +1 -1
  116. package/lib/action/directive/map/action.map.source.directive.d.ts +1 -1
  117. package/lib/action/directive/map/action.map.working.disable.directive.d.ts +1 -1
  118. package/lib/action/directive/state/action.disabled.directive.d.ts +1 -1
  119. package/lib/action/directive/state/action.disableonsuccess.directive.d.ts +1 -1
  120. package/lib/action/directive/state/action.enforce.modified.directive.d.ts +1 -1
  121. package/lib/action/directive/state/action.handler.directive.d.ts +2 -2
  122. package/lib/action/directive/state/action.presuccess.directive.d.ts +1 -1
  123. package/lib/action/directive/state/action.success.directive.d.ts +1 -1
  124. package/lib/action/directive/state/action.success.handler.directive.d.ts +2 -2
  125. package/lib/action/directive/state/action.value.directive.d.ts +1 -1
  126. package/lib/action/directive/state/action.value.stream.directive.d.ts +1 -1
  127. package/lib/action/directive/state/action.value.trigger.directive.d.ts +2 -2
  128. package/lib/action/directive/state/action.value.trigger.instance.d.ts +1 -1
  129. package/lib/action/directive/state/action.working.component.d.ts +1 -1
  130. package/lib/auth/auth.role.any.directive.d.ts +1 -1
  131. package/lib/auth/auth.role.has.directive.d.ts +1 -1
  132. package/lib/auth/auth.role.not.directive.d.ts +1 -1
  133. package/lib/auth/auth.user.d.ts +3 -3
  134. package/lib/auth/router/provider/uirouter/hook.d.ts +4 -4
  135. package/lib/auth/router/provider/uirouter/state.hook.d.ts +1 -1
  136. package/lib/auth/state/reducer/index.d.ts +1 -1
  137. package/lib/auth/state/state.d.ts +1 -1
  138. package/lib/button/action/action.button.directive.d.ts +1 -1
  139. package/lib/button/action/action.button.trigger.directive.d.ts +1 -1
  140. package/lib/button/button.d.ts +1 -1
  141. package/lib/button/button.directive.d.ts +2 -2
  142. package/lib/button/button.loading.directive.d.ts +1 -1
  143. package/lib/button/router/button.segue.directive.d.ts +1 -1
  144. package/lib/context/context.d.ts +2 -6
  145. package/lib/context/context.directive.d.ts +1 -1
  146. package/lib/context/state/reducer/index.d.ts +1 -1
  147. package/lib/context/state/state.d.ts +1 -1
  148. package/lib/filter/filter.abstract.connector.directive.d.ts +1 -1
  149. package/lib/filter/filter.abstract.source.directive.d.ts +1 -1
  150. package/lib/filter/filter.connect.source.directive.d.ts +1 -1
  151. package/lib/filter/filter.connector.directive.d.ts +1 -1
  152. package/lib/filter/filter.map.connector.directive.d.ts +1 -1
  153. package/lib/filter/filter.map.directive.d.ts +1 -1
  154. package/lib/filter/filter.map.instance.directive.d.ts +1 -1
  155. package/lib/filter/filter.map.source.directive.d.ts +1 -1
  156. package/lib/filter/filter.preset.d.ts +1 -1
  157. package/lib/filter/filter.source.directive.d.ts +1 -1
  158. package/lib/injection/injection.array.component.d.ts +1 -1
  159. package/lib/injection/injection.component.d.ts +1 -1
  160. package/lib/injection/injection.context.directive.d.ts +1 -1
  161. package/lib/injection/injection.context.forward.directive.d.ts +1 -1
  162. package/lib/injection/injection.d.ts +2 -2
  163. package/lib/injection/injection.directive.d.ts +1 -1
  164. package/lib/router/anchor/anchor.d.ts +2 -2
  165. package/lib/router/anchor/anchor.directive.d.ts +1 -1
  166. package/lib/router/anchor/mousable.d.ts +1 -1
  167. package/lib/router/router/service/router.go.d.ts +1 -1
  168. package/lib/router/router/service/router.service.util.d.ts +1 -1
  169. package/lib/router/router/transition/transition.directive.d.ts +1 -1
  170. package/lib/router/router/transition/transition.watcher.directive.d.ts +1 -1
  171. package/lib/router/segue.d.ts +2 -2
  172. package/lib/subscription/subscription.directive.d.ts +2 -2
  173. package/lib/view/if.directive.d.ts +1 -1
  174. package/package.json +18 -24
  175. package/esm2020/lib/action/directive/auto/action.autotrigger.directive.mjs +0 -132
  176. package/esm2020/lib/action/directive/state/action.value.stream.directive.mjs +0 -79
  177. package/esm2020/lib/button/button.directive.mjs +0 -125
  178. package/esm2020/lib/context/context.mjs +0 -26
  179. package/esm2020/lib/injection/injection.instance.mjs +0 -117
  180. package/esm2020/lib/router/anchor/clickable.mjs +0 -18
  181. package/esm2020/lib/storage/storage.accessor.simple.mjs +0 -163
  182. package/fesm2015/dereekb-dbx-core.mjs +0 -5506
  183. package/fesm2015/dereekb-dbx-core.mjs.map +0 -1
  184. package/fesm2020/dereekb-dbx-core.mjs.map +0 -1
  185. /package/{esm2020 → esm2022}/dereekb-dbx-core.mjs +0 -0
  186. /package/{esm2020 → esm2022}/index.mjs +0 -0
  187. /package/{esm2020 → esm2022}/lib/action/action.handler.mjs +0 -0
  188. /package/{esm2020 → esm2022}/lib/action/action.holder.mjs +0 -0
  189. /package/{esm2020 → esm2022}/lib/action/action.mjs +0 -0
  190. /package/{esm2020 → esm2022}/lib/action/action.reference.mjs +0 -0
  191. /package/{esm2020 → esm2022}/lib/action/action.store.source.provide.mjs +0 -0
  192. /package/{esm2020 → esm2022}/lib/action/directive/auto/index.mjs +0 -0
  193. /package/{esm2020 → esm2022}/lib/action/directive/context/index.mjs +0 -0
  194. /package/{esm2020 → esm2022}/lib/action/directive/debug/index.mjs +0 -0
  195. /package/{esm2020 → esm2022}/lib/action/directive/index.mjs +0 -0
  196. /package/{esm2020 → esm2022}/lib/action/directive/map/action.map.mjs +0 -0
  197. /package/{esm2020 → esm2022}/lib/action/directive/map/index.mjs +0 -0
  198. /package/{esm2020 → esm2022}/lib/action/directive/state/action.value.trigger.instance.mjs +0 -0
  199. /package/{esm2020 → esm2022}/lib/action/directive/state/index.mjs +0 -0
  200. /package/{esm2020 → esm2022}/lib/action/index.mjs +0 -0
  201. /package/{esm2020 → esm2022}/lib/auth/auth.user.mjs +0 -0
  202. /package/{esm2020 → esm2022}/lib/auth/index.mjs +0 -0
  203. /package/{esm2020 → esm2022}/lib/auth/router/auth.router.mjs +0 -0
  204. /package/{esm2020 → esm2022}/lib/auth/router/index.mjs +0 -0
  205. /package/{esm2020 → esm2022}/lib/auth/router/provider/uirouter/auth.hook.mjs +0 -0
  206. /package/{esm2020 → esm2022}/lib/auth/router/provider/uirouter/hook.mjs +0 -0
  207. /package/{esm2020 → esm2022}/lib/auth/router/provider/uirouter/index.mjs +0 -0
  208. /package/{esm2020 → esm2022}/lib/auth/router/provider/uirouter/redirect.mjs +0 -0
  209. /package/{esm2020 → esm2022}/lib/auth/router/provider/uirouter/role.hook.mjs +0 -0
  210. /package/{esm2020 → esm2022}/lib/auth/router/provider/uirouter/state.hook.mjs +0 -0
  211. /package/{esm2020 → esm2022}/lib/auth/router/state/effect/index.mjs +0 -0
  212. /package/{esm2020 → esm2022}/lib/auth/router/state/index.mjs +0 -0
  213. /package/{esm2020 → esm2022}/lib/auth/service/auth.service.mjs +0 -0
  214. /package/{esm2020 → esm2022}/lib/auth/service/auth.service.rxjs.mjs +0 -0
  215. /package/{esm2020 → esm2022}/lib/auth/service/index.mjs +0 -0
  216. /package/{esm2020 → esm2022}/lib/auth/state/action/auth.action.mjs +0 -0
  217. /package/{esm2020 → esm2022}/lib/auth/state/action/index.mjs +0 -0
  218. /package/{esm2020 → esm2022}/lib/auth/state/action/user.action.mjs +0 -0
  219. /package/{esm2020 → esm2022}/lib/auth/state/index.mjs +0 -0
  220. /package/{esm2020 → esm2022}/lib/auth/state/reducer/index.mjs +0 -0
  221. /package/{esm2020 → esm2022}/lib/auth/state/reducer/user.reducer.mjs +0 -0
  222. /package/{esm2020 → esm2022}/lib/auth/state/state.mjs +0 -0
  223. /package/{esm2020 → esm2022}/lib/button/action/index.mjs +0 -0
  224. /package/{esm2020 → esm2022}/lib/button/button.mjs +0 -0
  225. /package/{esm2020 → esm2022}/lib/button/index.mjs +0 -0
  226. /package/{esm2020 → esm2022}/lib/button/router/index.mjs +0 -0
  227. /package/{esm2020 → esm2022}/lib/context/index.mjs +0 -0
  228. /package/{esm2020 → esm2022}/lib/context/state/action/data.action.mjs +0 -0
  229. /package/{esm2020 → esm2022}/lib/context/state/action/index.mjs +0 -0
  230. /package/{esm2020 → esm2022}/lib/context/state/effect/index.mjs +0 -0
  231. /package/{esm2020 → esm2022}/lib/context/state/index.mjs +0 -0
  232. /package/{esm2020 → esm2022}/lib/context/state/reducer/data.reducer.mjs +0 -0
  233. /package/{esm2020 → esm2022}/lib/context/state/reducer/index.mjs +0 -0
  234. /package/{esm2020 → esm2022}/lib/context/state/state.mjs +0 -0
  235. /package/{esm2020 → esm2022}/lib/filter/filter.content.mjs +0 -0
  236. /package/{esm2020 → esm2022}/lib/filter/filter.preset.mjs +0 -0
  237. /package/{esm2020 → esm2022}/lib/filter/index.mjs +0 -0
  238. /package/{esm2020 → esm2022}/lib/index.mjs +0 -0
  239. /package/{esm2020 → esm2022}/lib/injection/index.mjs +0 -0
  240. /package/{esm2020 → esm2022}/lib/injection/injection.array.mjs +0 -0
  241. /package/{esm2020 → esm2022}/lib/injection/injection.context.mjs +0 -0
  242. /package/{esm2020 → esm2022}/lib/injection/injection.mjs +0 -0
  243. /package/{esm2020 → esm2022}/lib/injection/injection.rxjs.mjs +0 -0
  244. /package/{esm2020 → esm2022}/lib/ngrx/index.mjs +0 -0
  245. /package/{esm2020 → esm2022}/lib/pipe/async/index.mjs +0 -0
  246. /package/{esm2020 → esm2022}/lib/pipe/date/index.mjs +0 -0
  247. /package/{esm2020 → esm2022}/lib/pipe/index.mjs +0 -0
  248. /package/{esm2020 → esm2022}/lib/pipe/misc/index.mjs +0 -0
  249. /package/{esm2020 → esm2022}/lib/pipe/value/index.mjs +0 -0
  250. /package/{esm2020 → esm2022}/lib/router/anchor/anchor.mjs +0 -0
  251. /package/{esm2020 → esm2022}/lib/router/anchor/index.mjs +0 -0
  252. /package/{esm2020 → esm2022}/lib/router/anchor/mousable.mjs +0 -0
  253. /package/{esm2020 → esm2022}/lib/router/auth/hook/id.hook.mjs +0 -0
  254. /package/{esm2020 → esm2022}/lib/router/auth/hook/index.mjs +0 -0
  255. /package/{esm2020 → esm2022}/lib/router/auth/hook/uid.hook.mjs +0 -0
  256. /package/{esm2020 → esm2022}/lib/router/auth/index.mjs +0 -0
  257. /package/{esm2020 → esm2022}/lib/router/index.mjs +0 -0
  258. /package/{esm2020 → esm2022}/lib/router/router/index.mjs +0 -0
  259. /package/{esm2020 → esm2022}/lib/router/router/provider/angular/index.mjs +0 -0
  260. /package/{esm2020 → esm2022}/lib/router/router/provider/index.mjs +0 -0
  261. /package/{esm2020 → esm2022}/lib/router/router/provider/uirouter/index.mjs +0 -0
  262. /package/{esm2020 → esm2022}/lib/router/router/service/index.mjs +0 -0
  263. /package/{esm2020 → esm2022}/lib/router/router/service/router.go.mjs +0 -0
  264. /package/{esm2020 → esm2022}/lib/router/router/service/router.service.mjs +0 -0
  265. /package/{esm2020 → esm2022}/lib/router/router/service/router.service.rxjs.mjs +0 -0
  266. /package/{esm2020 → esm2022}/lib/router/router/service/router.service.util.mjs +0 -0
  267. /package/{esm2020 → esm2022}/lib/router/router/service/router.transition.service.mjs +0 -0
  268. /package/{esm2020 → esm2022}/lib/router/router/transition/index.mjs +0 -0
  269. /package/{esm2020 → esm2022}/lib/router/router/transition/transition.mjs +0 -0
  270. /package/{esm2020 → esm2022}/lib/router/router/transition/transition.rxjs.mjs +0 -0
  271. /package/{esm2020 → esm2022}/lib/router/router/util/index.mjs +0 -0
  272. /package/{esm2020 → esm2022}/lib/router/router/util/route.default.mjs +0 -0
  273. /package/{esm2020 → esm2022}/lib/router/router/util/route.reader.mjs +0 -0
  274. /package/{esm2020 → esm2022}/lib/router/segue.mjs +0 -0
  275. /package/{esm2020 → esm2022}/lib/storage/index.mjs +0 -0
  276. /package/{esm2020 → esm2022}/lib/storage/storage.accessor.mjs +0 -0
  277. /package/{esm2020 → esm2022}/lib/storage/storage.accessor.string.mjs +0 -0
  278. /package/{esm2020 → esm2022}/lib/storage/storage.di.mjs +0 -0
  279. /package/{esm2020 → esm2022}/lib/storage/storage.object.localstorage.mjs +0 -0
  280. /package/{esm2020 → esm2022}/lib/storage/storage.object.memory.mjs +0 -0
  281. /package/{esm2020 → esm2022}/lib/subscription/index.mjs +0 -0
  282. /package/{esm2020 → esm2022}/lib/util/index.mjs +0 -0
  283. /package/{esm2020 → esm2022}/lib/util/view.mjs +0 -0
  284. /package/{esm2020 → esm2022}/lib/view/index.mjs +0 -0
@@ -1,11 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Directive, Injectable, Host, Input, forwardRef, Optional, NgModule, InjectionToken, Inject, EventEmitter, Output, Pipe, LOCALE_ID, Injector, ViewContainerRef, Component, ViewChild, ChangeDetectionStrategy } from '@angular/core';
3
3
  import * as i1 from 'rxjs';
4
- import { switchMap, first, BehaviorSubject, combineLatest, distinctUntilChanged, filter, Subject, debounce, interval, throttle, exhaustMap, mergeMap, map, shareReplay, EMPTY, withLatestFrom, of, startWith, delay, tap, catchError, firstValueFrom, takeUntil, Observable } from 'rxjs';
4
+ import { switchMap, first, BehaviorSubject, combineLatest, distinctUntilChanged, filter, Subject, debounce, interval, throttle, exhaustMap, mergeMap, map, shareReplay, EMPTY, of, withLatestFrom, startWith, delay, tap, catchError, firstValueFrom, takeUntil, Observable } from 'rxjs';
5
5
  import * as i1$5 from '@dereekb/rxjs';
6
6
  import { SubscriptionObject, LockSet, filterMaybe, LoadingStateType, beginLoading, idleLoadingState, errorResult, successResult, scanCount, workFactory, combineLatestFromMapValuesObsFn, emitDelayObs, asObservable, returnIfIs, timeoutStartWith, skipFirstMaybe, distinctUntilKeysChange, maybeValueFromObservableOrValueGetter, switchMapToDefault, asObservableFromGetter, onFalseToTrue, onTrueToFalse, setContainsAllValuesFrom, setContainsNoValueFrom, FilterSource, FilterSourceConnector, FilterSourceInstance, FilterMap, switchMapObject } from '@dereekb/rxjs';
7
7
  import * as i1$7 from '@dereekb/util';
8
- import { isDefinedAndNotFalse, hasValueOrNotEmpty, BooleanStringKeyArrayUtilityInstance, reduceBooleansWithOrFn, getValueFromGetter, toReadableError, isGetter, asArray, setIncludes, isAllowed, maybeSet, expandTreeFunction, flattenTreeToArrayFunction, expandFlattenTreeFunction, mailToUrlString, telUrlString, mergeObjects, KeyValueTypleValueFilter, filterMaybeValues, defaultForwardFunctionFactory, dollarAmountString, objectHasKey, objectHasKeys, mergeArrays, mergeArrayOrValueIntoArray, promiseReference, asGetter, DataIsExpiredError, DataDoesNotExistError, hasNonNullValue, splitJoinRemainder, StorageObjectUtility, SHARED_MEMORY_STORAGE } from '@dereekb/util';
8
+ import { isDefinedAndNotFalse, hasValueOrNotEmpty, BooleanStringKeyArrayUtilityInstance, reduceBooleansWithOrFn, getValueFromGetter, toReadableError, isGetter, asArray, setIncludes, isAllowed, maybeSet, expandTreeFunction, flattenTreeToArrayFunction, expandFlattenTreeFunction, mailToUrlString, telUrlString, mergeObjects, KeyValueTypleValueFilter, filterMaybeValues, defaultForwardFunctionFactory, dollarAmountString, objectHasKey, objectHasKeys, mergeArrays, pushItemOrArrayItemsIntoArray, promiseReference, asGetter, DataIsExpiredError, DataDoesNotExistError, hasNonNullValue, splitJoinRemainder, StorageObjectUtility, SHARED_MEMORY_STORAGE } from '@dereekb/util';
9
9
  import { ComponentStore } from '@ngrx/component-store';
10
10
  import * as i1$6 from '@angular/common';
11
11
  import { CommonModule, formatDate } from '@angular/common';
@@ -34,10 +34,10 @@ class AbstractSubscriptionDirective {
34
34
  set sub(subscription) {
35
35
  this._subscriptionObject.subscription = subscription;
36
36
  }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractSubscriptionDirective, deps: [{ token: i1.Subscription }], target: i0.ɵɵFactoryTarget.Directive }); }
38
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractSubscriptionDirective, ngImport: i0 }); }
37
39
  }
38
- AbstractSubscriptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractSubscriptionDirective, deps: [{ token: i1.Subscription }], target: i0.ɵɵFactoryTarget.Directive });
39
- AbstractSubscriptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractSubscriptionDirective, ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractSubscriptionDirective, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractSubscriptionDirective, decorators: [{
41
41
  type: Directive
42
42
  }], ctorParameters: function () { return [{ type: i1.Subscription }]; } });
43
43
  /**
@@ -54,10 +54,10 @@ class AbstractLockSetSubscriptionDirective extends AbstractSubscriptionDirective
54
54
  onLockSetDestroy() {
55
55
  super.ngOnDestroy();
56
56
  }
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractLockSetSubscriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
58
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractLockSetSubscriptionDirective, usesInheritance: true, ngImport: i0 }); }
57
59
  }
58
- AbstractLockSetSubscriptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractLockSetSubscriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
59
- AbstractLockSetSubscriptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractLockSetSubscriptionDirective, usesInheritance: true, ngImport: i0 });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractLockSetSubscriptionDirective, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractLockSetSubscriptionDirective, decorators: [{
61
61
  type: Directive
62
62
  }] });
63
63
 
@@ -194,25 +194,25 @@ class DbxActionContextStoreSourceInstance {
194
194
  reset() {
195
195
  this.useStore((x) => x.reset());
196
196
  }
197
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextStoreSourceInstance, deps: [{ token: ActionContextStoreSource }], target: i0.ɵɵFactoryTarget.Injectable }); }
198
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextStoreSourceInstance }); }
197
199
  }
198
- DbxActionContextStoreSourceInstance.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextStoreSourceInstance, deps: [{ token: ActionContextStoreSource }], target: i0.ɵɵFactoryTarget.Injectable });
199
- DbxActionContextStoreSourceInstance.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextStoreSourceInstance });
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextStoreSourceInstance, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextStoreSourceInstance, decorators: [{
201
201
  type: Injectable
202
202
  }], ctorParameters: function () { return [{ type: ActionContextStoreSource }]; } });
203
203
 
204
204
  class DbxActionAutoModifyDirective extends AbstractSubscriptionDirective {
205
- constructor(source) {
206
- super();
207
- this.source = source;
208
- this._autoModifyEnabled = new BehaviorSubject(true);
209
- }
210
205
  get autoModifyEnabled() {
211
206
  return this._autoModifyEnabled.value;
212
207
  }
213
208
  set autoModifyEnabled(autoModifyEnabled) {
214
209
  this._autoModifyEnabled.next(autoModifyEnabled !== false);
215
210
  }
211
+ constructor(source) {
212
+ super();
213
+ this.source = source;
214
+ this._autoModifyEnabled = new BehaviorSubject(true);
215
+ }
216
216
  ngOnInit() {
217
217
  const obs = combineLatest([
218
218
  this._autoModifyEnabled.pipe(distinctUntilChanged()),
@@ -230,10 +230,10 @@ class DbxActionAutoModifyDirective extends AbstractSubscriptionDirective {
230
230
  this._autoModifyEnabled.complete();
231
231
  });
232
232
  }
233
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionAutoModifyDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
234
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionAutoModifyDirective, selector: "[dbxActionAutoModify]", inputs: { autoModifyEnabled: ["dbxActionAutoModify", "autoModifyEnabled"] }, usesInheritance: true, ngImport: i0 }); }
233
235
  }
234
- DbxActionAutoModifyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionAutoModifyDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
235
- DbxActionAutoModifyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionAutoModifyDirective, selector: "[dbxActionAutoModify]", inputs: { autoModifyEnabled: ["dbxActionAutoModify", "autoModifyEnabled"] }, usesInheritance: true, ngImport: i0 });
236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionAutoModifyDirective, decorators: [{
236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionAutoModifyDirective, decorators: [{
237
237
  type: Directive,
238
238
  args: [{
239
239
  selector: '[dbxActionAutoModify]'
@@ -255,37 +255,6 @@ const MAX_ERRORS_TO_THROTTLE_ON = 6;
255
255
  * When using auto triggers be sure to make sure that the action is not triggering too often due to misconfiguration.
256
256
  */
257
257
  class DbxActionAutoTriggerDirective extends AbstractSubscriptionDirective {
258
- constructor(source) {
259
- super();
260
- this.source = source;
261
- this._triggerEnabled = new BehaviorSubject(true);
262
- this._triggerLimit = new BehaviorSubject(undefined);
263
- this._trigger = new Subject();
264
- this.triggerDebounce = DEFAULT_DEBOUNCE_MS;
265
- this.triggerThrottle = DEFAULT_THROTTLE_MS;
266
- this.triggerErrorThrottle = DEFAULT_ERROR_THROTTLE_MS;
267
- this.maxErrorsForThrottle = MAX_ERRORS_TO_THROTTLE_ON;
268
- this._triggerCount = 0;
269
- this._errorCount$ = this.source.errorCountSinceLastSuccess$;
270
- this._triggerCount$ = this.source.isModifiedAndCanTriggerUpdates$.pipe(filter(() => this.isEnabled), filter((x) => x), debounce(() => interval(this.triggerDebounce)), throttle(() => this._errorCount$.pipe(first(), exhaustMap((count) => interval(this.triggerThrottle + Math.min(count, this.maxErrorsForThrottle) * this.triggerErrorThrottle))), { leading: true, trailing: true }),
271
- // Check again for the "trailing" piece.
272
- filter(() => this.isEnabled), mergeMap(() => this.source.isModifiedAndCanTrigger$.pipe(first())), filter((x) => x), map(() => (this._triggerCount += 1)), shareReplay(1));
273
- /**
274
- * Observable for the trigger mechanism.
275
- */
276
- this.triggerCount$ = this._triggerEnabled.pipe(switchMap((enabled) => {
277
- if (enabled) {
278
- return this._triggerCount$;
279
- }
280
- else {
281
- return EMPTY;
282
- }
283
- }));
284
- this._isTriggerLimited$ = combineLatest([this.triggerCount$, this._triggerLimit]).pipe(map(([triggerCount, limit]) => [triggerCount, limit ? triggerCount > limit : false]), shareReplay(1));
285
- this.isTriggerLimited$ = this._isTriggerLimited$.pipe(map((x) => x[1]));
286
- this.trigger$ = this._isTriggerLimited$.pipe(filter((x) => !x[1]), distinctUntilChanged((a, b) => a[0] === b[0]), // Only trigger when the count changes.
287
- map(() => undefined));
288
- }
289
258
  /**
290
259
  * How much to throttle the auto-triggering.
291
260
  */
@@ -327,6 +296,37 @@ class DbxActionAutoTriggerDirective extends AbstractSubscriptionDirective {
327
296
  triggerLimit = triggerLimit || 0;
328
297
  this._triggerLimit.next(triggerLimit);
329
298
  }
299
+ constructor(source) {
300
+ super();
301
+ this.source = source;
302
+ this._triggerEnabled = new BehaviorSubject(true);
303
+ this._triggerLimit = new BehaviorSubject(undefined);
304
+ this._trigger = new Subject();
305
+ this.triggerDebounce = DEFAULT_DEBOUNCE_MS;
306
+ this.triggerThrottle = DEFAULT_THROTTLE_MS;
307
+ this.triggerErrorThrottle = DEFAULT_ERROR_THROTTLE_MS;
308
+ this.maxErrorsForThrottle = MAX_ERRORS_TO_THROTTLE_ON;
309
+ this._triggerCount = 0;
310
+ this._errorCount$ = this.source.errorCountSinceLastSuccess$;
311
+ this._triggerCount$ = this.source.isModifiedAndCanTriggerUpdates$.pipe(filter(() => this.isEnabled), filter((x) => x), debounce(() => interval(this.triggerDebounce)), throttle(() => this._errorCount$.pipe(first(), exhaustMap((count) => interval(this.triggerThrottle + Math.min(count, this.maxErrorsForThrottle) * this.triggerErrorThrottle))), { leading: true, trailing: true }),
312
+ // Check again for the "trailing" piece.
313
+ filter(() => this.isEnabled), mergeMap(() => this.source.isModifiedAndCanTrigger$.pipe(first())), filter((x) => x), map(() => (this._triggerCount += 1)), shareReplay(1));
314
+ /**
315
+ * Observable for the trigger mechanism.
316
+ */
317
+ this.triggerCount$ = this._triggerEnabled.pipe(switchMap((enabled) => {
318
+ if (enabled) {
319
+ return this._triggerCount$;
320
+ }
321
+ else {
322
+ return EMPTY;
323
+ }
324
+ }));
325
+ this._isTriggerLimited$ = combineLatest([this.triggerCount$, this._triggerLimit]).pipe(map(([triggerCount, limit]) => [triggerCount, limit ? triggerCount > limit : false]), shareReplay(1));
326
+ this.isTriggerLimited$ = this._isTriggerLimited$.pipe(map((x) => x[1]));
327
+ this.trigger$ = this._isTriggerLimited$.pipe(filter((x) => !x[1]), distinctUntilChanged((a, b) => a[0] === b[0]), // Only trigger when the count changes.
328
+ map(() => undefined));
329
+ }
330
330
  get isEnabled() {
331
331
  return this.triggerEnabled !== false;
332
332
  }
@@ -343,10 +343,10 @@ class DbxActionAutoTriggerDirective extends AbstractSubscriptionDirective {
343
343
  this._triggerLimit.complete();
344
344
  });
345
345
  }
346
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionAutoTriggerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
347
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionAutoTriggerDirective, selector: "dbxActionAutoTrigger, [dbxActionAutoTrigger]", inputs: { triggerEnabled: ["dbxActionAutoTrigger", "triggerEnabled"], triggerDebounce: "triggerDebounce", triggerThrottle: "triggerThrottle", triggerErrorThrottle: "triggerErrorThrottle", fastTrigger: "fastTrigger", instantTrigger: "instantTrigger", triggerLimit: "triggerLimit" }, usesInheritance: true, ngImport: i0 }); }
346
348
  }
347
- DbxActionAutoTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionAutoTriggerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
348
- DbxActionAutoTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionAutoTriggerDirective, selector: "dbxActionAutoTrigger, [dbxActionAutoTrigger]", inputs: { triggerEnabled: ["dbxActionAutoTrigger", "triggerEnabled"], triggerDebounce: "triggerDebounce", triggerThrottle: "triggerThrottle", triggerErrorThrottle: "triggerErrorThrottle", fastTrigger: "fastTrigger", instantTrigger: "instantTrigger", triggerLimit: "triggerLimit" }, usesInheritance: true, ngImport: i0 });
349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionAutoTriggerDirective, decorators: [{
349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionAutoTriggerDirective, decorators: [{
350
350
  type: Directive,
351
351
  args: [{
352
352
  selector: 'dbxActionAutoTrigger, [dbxActionAutoTrigger]'
@@ -374,6 +374,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
374
374
  * Directive that watches a value observable for changes and sets the new value and modified states as necessary.
375
375
  */
376
376
  class dbxActionValueStreamDirective {
377
+ set dbxActionValueStream(dbxActionValueStream) {
378
+ this._valueObs.next(dbxActionValueStream);
379
+ }
380
+ set dbxActionValueStreamIsNotEmpty(requireNonEmpty) {
381
+ if (isDefinedAndNotFalse(requireNonEmpty)) {
382
+ this.dbxActionValueStreamModified = (value) => {
383
+ return of(hasValueOrNotEmpty(value));
384
+ };
385
+ }
386
+ }
387
+ set dbxActionValueStreamModified(dbxActionValueStreamModified) {
388
+ this._isModifiedFn.next(dbxActionValueStreamModified);
389
+ }
377
390
  constructor(source) {
378
391
  this.source = source;
379
392
  this._valueObs = new BehaviorSubject(EMPTY);
@@ -391,19 +404,6 @@ class dbxActionValueStreamDirective {
391
404
  return result;
392
405
  }), shareReplay(1))));
393
406
  }
394
- set dbxActionValueStream(dbxActionValueStream) {
395
- this._valueObs.next(dbxActionValueStream);
396
- }
397
- set dbxActionValueStreamIsNotEmpty(requireNonEmpty) {
398
- if (isDefinedAndNotFalse(requireNonEmpty)) {
399
- this.dbxActionValueStreamModified = (value) => {
400
- return of(hasValueOrNotEmpty(value));
401
- };
402
- }
403
- }
404
- set dbxActionValueStreamModified(dbxActionValueStreamModified) {
405
- this._isModifiedFn.next(dbxActionValueStreamModified);
406
- }
407
407
  ngOnInit() {
408
408
  // Update Modified value.
409
409
  this._modifiedSub.subscription = this.modifiedValue$.subscribe(([isModified]) => {
@@ -424,10 +424,10 @@ class dbxActionValueStreamDirective {
424
424
  this._triggerSub.destroy();
425
425
  });
426
426
  }
427
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: dbxActionValueStreamDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
428
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: dbxActionValueStreamDirective, selector: "[dbxActionValueStream]", inputs: { dbxActionValueStream: "dbxActionValueStream", dbxActionValueStreamIsNotEmpty: "dbxActionValueStreamIsNotEmpty", dbxActionValueStreamModified: "dbxActionValueStreamModified" }, ngImport: i0 }); }
427
429
  }
428
- dbxActionValueStreamDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: dbxActionValueStreamDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
429
- dbxActionValueStreamDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: dbxActionValueStreamDirective, selector: "[dbxActionValueStream]", inputs: { dbxActionValueStream: "dbxActionValueStream", dbxActionValueStreamIsNotEmpty: "dbxActionValueStreamIsNotEmpty", dbxActionValueStreamModified: "dbxActionValueStreamModified" }, ngImport: i0 });
430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: dbxActionValueStreamDirective, decorators: [{
430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: dbxActionValueStreamDirective, decorators: [{
431
431
  type: Directive,
432
432
  args: [{
433
433
  selector: '[dbxActionValueStream]'
@@ -743,10 +743,10 @@ class ActionContextStore extends ComponentStore {
743
743
  super.ngOnDestroy();
744
744
  }, 2000);
745
745
  }
746
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
747
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionContextStore }); }
746
748
  }
747
- ActionContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ActionContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
748
- ActionContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ActionContextStore });
749
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ActionContextStore, decorators: [{
749
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionContextStore, decorators: [{
750
750
  type: Injectable
751
751
  }], ctorParameters: function () { return []; } });
752
752
 
@@ -861,10 +861,10 @@ class DbxActionContextMachineAsService extends DbxActionContextMachine {
861
861
  ngOnDestroy() {
862
862
  this.destroy();
863
863
  }
864
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextMachineAsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
865
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextMachineAsService }); }
864
866
  }
865
- DbxActionContextMachineAsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextMachineAsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
866
- DbxActionContextMachineAsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextMachineAsService });
867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextMachineAsService, decorators: [{
867
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextMachineAsService, decorators: [{
868
868
  type: Injectable
869
869
  }], ctorParameters: function () { return []; } });
870
870
 
@@ -918,10 +918,10 @@ class DbxActionDirective extends DbxActionContextBaseSource {
918
918
  this.destroy();
919
919
  });
920
920
  }
921
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionDirective, deps: [{ token: SecondaryActionContextStoreSource, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
922
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", providers: provideActionStoreSource(DbxActionDirective), exportAs: ["action", "dbxAction"], usesInheritance: true, ngImport: i0 }); }
921
923
  }
922
- DbxActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDirective, deps: [{ token: SecondaryActionContextStoreSource, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
923
- DbxActionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", providers: provideActionStoreSource(DbxActionDirective), exportAs: ["action", "dbxAction"], usesInheritance: true, ngImport: i0 });
924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDirective, decorators: [{
924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionDirective, decorators: [{
925
925
  type: Directive,
926
926
  args: [{
927
927
  selector: 'dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]',
@@ -954,10 +954,10 @@ class DbxActionSourceDirective {
954
954
  }
955
955
  this._source.next(source);
956
956
  }
957
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
958
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionSourceDirective, selector: "[dbxActionSource]", inputs: { source: ["dbxActionSource", "source"] }, providers: provideSecondaryActionStoreSource(DbxActionSourceDirective), ngImport: i0 }); }
957
959
  }
958
- DbxActionSourceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
959
- DbxActionSourceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionSourceDirective, selector: "[dbxActionSource]", inputs: { source: ["dbxActionSource", "source"] }, providers: provideSecondaryActionStoreSource(DbxActionSourceDirective), ngImport: i0 });
960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSourceDirective, decorators: [{
960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionSourceDirective, decorators: [{
961
961
  type: Directive,
962
962
  args: [{
963
963
  selector: '[dbxActionSource]',
@@ -981,10 +981,10 @@ class DbxActionContextLoggerDirective extends AbstractSubscriptionDirective {
981
981
  console.log('dbxActionLogger - state: ', state);
982
982
  });
983
983
  }
984
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextLoggerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
985
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionContextLoggerDirective, selector: "[dbxActionLogger],[dbxActionContextLogger]", usesInheritance: true, ngImport: i0 }); }
984
986
  }
985
- DbxActionContextLoggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextLoggerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
986
- DbxActionContextLoggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionContextLoggerDirective, selector: "[dbxActionLogger],[dbxActionContextLogger]", usesInheritance: true, ngImport: i0 });
987
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextLoggerDirective, decorators: [{
987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextLoggerDirective, decorators: [{
988
988
  type: Directive,
989
989
  args: [{
990
990
  selector: '[dbxActionLogger],[dbxActionContextLogger]'
@@ -1039,10 +1039,10 @@ class DbxActionContextMapDirective {
1039
1039
  fromAllSources(mapFn) {
1040
1040
  return this.map$.pipe(switchMap(combineLatestFromMapValuesObsFn((x) => x.store$.pipe(switchMap(mapFn)))));
1041
1041
  }
1042
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1043
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionContextMapDirective, selector: "[dbxActionContextMap]", providers: [], exportAs: ["actionMap"], ngImport: i0 }); }
1042
1044
  }
1043
- DbxActionContextMapDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextMapDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1044
- DbxActionContextMapDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionContextMapDirective, selector: "[dbxActionContextMap]", providers: [], exportAs: ["actionMap"], ngImport: i0 });
1045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionContextMapDirective, decorators: [{
1045
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionContextMapDirective, decorators: [{
1046
1046
  type: Directive,
1047
1047
  args: [{
1048
1048
  selector: '[dbxActionContextMap]',
@@ -1078,10 +1078,10 @@ class DbxActionFromMapDirective {
1078
1078
  set key(key) {
1079
1079
  this._key.next(key);
1080
1080
  }
1081
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionFromMapDirective, deps: [{ token: DbxActionContextMapDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
1082
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionFromMapDirective, selector: "[dbxActionFromMap]", inputs: { key: ["dbxActionFromMap", "key"] }, providers: provideSecondaryActionStoreSource(DbxActionFromMapDirective), ngImport: i0 }); }
1081
1083
  }
1082
- DbxActionFromMapDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionFromMapDirective, deps: [{ token: DbxActionContextMapDirective }], target: i0.ɵɵFactoryTarget.Directive });
1083
- DbxActionFromMapDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionFromMapDirective, selector: "[dbxActionFromMap]", inputs: { key: ["dbxActionFromMap", "key"] }, providers: provideSecondaryActionStoreSource(DbxActionFromMapDirective), ngImport: i0 });
1084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionFromMapDirective, decorators: [{
1084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionFromMapDirective, decorators: [{
1085
1085
  type: Directive,
1086
1086
  args: [{
1087
1087
  selector: '[dbxActionFromMap]',
@@ -1120,10 +1120,10 @@ class DbxActionMapSourceDirective {
1120
1120
  this._map.removeStore(this._key);
1121
1121
  }
1122
1122
  }
1123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionMapSourceDirective, deps: [{ token: ActionContextStoreSource, host: true }, { token: DbxActionContextMapDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
1124
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionMapSourceDirective, selector: "[dbxActionMapSource]", inputs: { key: ["dbxActionMapSource", "key"] }, ngImport: i0 }); }
1123
1125
  }
1124
- DbxActionMapSourceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionMapSourceDirective, deps: [{ token: ActionContextStoreSource, host: true }, { token: DbxActionContextMapDirective }], target: i0.ɵɵFactoryTarget.Directive });
1125
- DbxActionMapSourceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionMapSourceDirective, selector: "[dbxActionMapSource]", inputs: { key: ["dbxActionMapSource", "key"] }, ngImport: i0 });
1126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionMapSourceDirective, decorators: [{
1126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionMapSourceDirective, decorators: [{
1127
1127
  type: Directive,
1128
1128
  args: [{
1129
1129
  selector: '[dbxActionMapSource]'
@@ -1160,10 +1160,10 @@ class DbxActionMapWorkingDisableDirective extends AbstractSubscriptionDirective
1160
1160
  super.ngOnDestroy();
1161
1161
  this.source.enable(this.disabledKey || DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY);
1162
1162
  }
1163
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionMapWorkingDisableDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }, { token: DbxActionContextMapDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
1164
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionMapWorkingDisableDirective, selector: "[dbxActionMapWorkingDisable]", inputs: { disabledKey: ["dbxActionMapWorkingDisable", "disabledKey"] }, usesInheritance: true, ngImport: i0 }); }
1163
1165
  }
1164
- DbxActionMapWorkingDisableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionMapWorkingDisableDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }, { token: DbxActionContextMapDirective }], target: i0.ɵɵFactoryTarget.Directive });
1165
- DbxActionMapWorkingDisableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionMapWorkingDisableDirective, selector: "[dbxActionMapWorkingDisable]", inputs: { disabledKey: ["dbxActionMapWorkingDisable", "disabledKey"] }, usesInheritance: true, ngImport: i0 });
1166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionMapWorkingDisableDirective, decorators: [{
1166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionMapWorkingDisableDirective, decorators: [{
1167
1167
  type: Directive,
1168
1168
  args: [{
1169
1169
  selector: '[dbxActionMapWorkingDisable]'
@@ -1202,10 +1202,10 @@ class DbxActionDisabledDirective extends AbstractSubscriptionDirective {
1202
1202
  set disabled(disabled) {
1203
1203
  this._disabled.next(disabled !== false);
1204
1204
  }
1205
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionDisabledDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1206
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionDisabledDirective, selector: "[dbxActionDisabled]", inputs: { disabled: ["dbxActionDisabled", "disabled"] }, usesInheritance: true, ngImport: i0 }); }
1205
1207
  }
1206
- DbxActionDisabledDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDisabledDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
1207
- DbxActionDisabledDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionDisabledDirective, selector: "[dbxActionDisabled]", inputs: { disabled: ["dbxActionDisabled", "disabled"] }, usesInheritance: true, ngImport: i0 });
1208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDisabledDirective, decorators: [{
1208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionDisabledDirective, decorators: [{
1209
1209
  type: Directive,
1210
1210
  args: [{
1211
1211
  selector: '[dbxActionDisabled]'
@@ -1244,10 +1244,10 @@ class DbxActionDisabledOnSuccessDirective extends AbstractSubscriptionDirective
1244
1244
  set disabled(disabled) {
1245
1245
  this._disableOnSuccess.next(disabled !== false);
1246
1246
  }
1247
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1248
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionDisabledOnSuccessDirective, selector: "[dbxActionDisabledOnSuccess]", inputs: { disabled: ["dbxActionDisabledOnSuccess", "disabled"] }, usesInheritance: true, ngImport: i0 }); }
1247
1249
  }
1248
- DbxActionDisabledOnSuccessDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
1249
- DbxActionDisabledOnSuccessDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionDisabledOnSuccessDirective, selector: "[dbxActionDisabledOnSuccess]", inputs: { disabled: ["dbxActionDisabledOnSuccess", "disabled"] }, usesInheritance: true, ngImport: i0 });
1250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, decorators: [{
1250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionDisabledOnSuccessDirective, decorators: [{
1251
1251
  type: Directive,
1252
1252
  args: [{
1253
1253
  selector: '[dbxActionDisabledOnSuccess]'
@@ -1264,6 +1264,12 @@ const DBX_ACTION_HANDLER_LOCK_KEY = 'dbxActionHandler';
1264
1264
  * Context used for defining a function that performs an action using the input function to handle valueReady$ events from an action context.
1265
1265
  */
1266
1266
  class DbxActionHandlerInstance {
1267
+ get handlerFunction() {
1268
+ return this._handlerFunction.value;
1269
+ }
1270
+ set handlerFunction(handlerFunction) {
1271
+ this._handlerFunction.next(handlerFunction);
1272
+ }
1267
1273
  constructor(source) {
1268
1274
  this.source = source;
1269
1275
  this._sub = new SubscriptionObject();
@@ -1271,12 +1277,6 @@ class DbxActionHandlerInstance {
1271
1277
  this.handlerFunction$ = this._handlerFunction.pipe(filterMaybe(), shareReplay(1));
1272
1278
  this._delegate = new DbxActionWorkInstanceDelegate(this.source);
1273
1279
  }
1274
- get handlerFunction() {
1275
- return this._handlerFunction.value;
1276
- }
1277
- set handlerFunction(handlerFunction) {
1278
- this._handlerFunction.next(handlerFunction);
1279
- }
1280
1280
  init() {
1281
1281
  this._sub.subscription = this.handlerFunction$
1282
1282
  .pipe(switchMap((work) => this.source.valueReady$.pipe(tap((value) => {
@@ -1310,10 +1310,10 @@ class AbstractDbxActionHandlerDirective {
1310
1310
  ngOnDestroy() {
1311
1311
  this._dbxActionHandlerInstance.destroy();
1312
1312
  }
1313
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxActionHandlerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1314
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractDbxActionHandlerDirective, ngImport: i0 }); }
1313
1315
  }
1314
- AbstractDbxActionHandlerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxActionHandlerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
1315
- AbstractDbxActionHandlerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxActionHandlerDirective, ngImport: i0 });
1316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxActionHandlerDirective, decorators: [{
1316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxActionHandlerDirective, decorators: [{
1317
1317
  type: Directive
1318
1318
  }], ctorParameters: function () { return [{ type: DbxActionContextStoreSourceInstance, decorators: [{
1319
1319
  type: Host
@@ -1328,10 +1328,10 @@ class DbxActionHandlerDirective extends AbstractDbxActionHandlerDirective {
1328
1328
  set handlerFunction(handlerFunction) {
1329
1329
  this._dbxActionHandlerInstance.handlerFunction = handlerFunction;
1330
1330
  }
1331
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1332
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionHandlerDirective, selector: "[dbxActionHandler]", inputs: { handlerFunction: ["dbxActionHandler", "handlerFunction"] }, usesInheritance: true, ngImport: i0 }); }
1331
1333
  }
1332
- DbxActionHandlerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
1333
- DbxActionHandlerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionHandlerDirective, selector: "[dbxActionHandler]", inputs: { handlerFunction: ["dbxActionHandler", "handlerFunction"] }, usesInheritance: true, ngImport: i0 });
1334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionHandlerDirective, decorators: [{
1334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionHandlerDirective, decorators: [{
1335
1335
  type: Directive,
1336
1336
  args: [{
1337
1337
  selector: '[dbxActionHandler]'
@@ -1360,10 +1360,10 @@ class AbstractIfDirective extends AbstractSubscriptionDirective {
1360
1360
  }
1361
1361
  });
1362
1362
  }
1363
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractIfDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1364
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractIfDirective, usesInheritance: true, ngImport: i0 }); }
1363
1365
  }
1364
- AbstractIfDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractIfDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1365
- AbstractIfDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractIfDirective, usesInheritance: true, ngImport: i0 });
1366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractIfDirective, decorators: [{
1366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractIfDirective, decorators: [{
1367
1367
  type: Directive
1368
1368
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }]; } });
1369
1369
 
@@ -1385,10 +1385,10 @@ class DbxActionPreSuccessDirective extends AbstractIfDirective {
1385
1385
  }
1386
1386
  }), shareReplay(1));
1387
1387
  }
1388
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionPreSuccessDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive }); }
1389
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionPreSuccessDirective, selector: "[dbxActionPreSuccess]", inputs: { hideFor: ["dbxActionPreSuccess", "hideFor"] }, usesInheritance: true, ngImport: i0 }); }
1388
1390
  }
1389
- DbxActionPreSuccessDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionPreSuccessDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
1390
- DbxActionPreSuccessDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionPreSuccessDirective, selector: "[dbxActionPreSuccess]", inputs: { hideFor: ["dbxActionPreSuccess", "hideFor"] }, usesInheritance: true, ngImport: i0 });
1391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionPreSuccessDirective, decorators: [{
1391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionPreSuccessDirective, decorators: [{
1392
1392
  type: Directive,
1393
1393
  args: [{
1394
1394
  selector: '[dbxActionPreSuccess]'
@@ -1416,10 +1416,10 @@ class DbxActionHasSuccessDirective extends AbstractIfDirective {
1416
1416
  }
1417
1417
  }), shareReplay(1));
1418
1418
  }
1419
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionHasSuccessDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive }); }
1420
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionHasSuccessDirective, selector: "[dbxActionHasSuccess]", inputs: { hideAfter: ["dbxActionHasSuccess", "hideAfter"] }, usesInheritance: true, ngImport: i0 }); }
1419
1421
  }
1420
- DbxActionHasSuccessDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionHasSuccessDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
1421
- DbxActionHasSuccessDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionHasSuccessDirective, selector: "[dbxActionHasSuccess]", inputs: { hideAfter: ["dbxActionHasSuccess", "hideAfter"] }, usesInheritance: true, ngImport: i0 });
1422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionHasSuccessDirective, decorators: [{
1422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionHasSuccessDirective, decorators: [{
1423
1423
  type: Directive,
1424
1424
  args: [{
1425
1425
  selector: '[dbxActionHasSuccess]'
@@ -1433,18 +1433,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
1433
1433
  * Directive that executes a function on ActionContextStore Success.
1434
1434
  */
1435
1435
  class DbxActionSuccessHandlerDirective extends AbstractSubscriptionDirective {
1436
- constructor(source) {
1437
- super();
1438
- this.source = source;
1439
- this._successFunction = new BehaviorSubject(undefined);
1440
- this.successFunction$ = this._successFunction.pipe(filterMaybe(), shareReplay(1));
1441
- }
1442
1436
  get successFunction() {
1443
1437
  return this._successFunction.value;
1444
1438
  }
1445
1439
  set successFunction(successFunction) {
1446
1440
  this._successFunction.next(successFunction);
1447
1441
  }
1442
+ constructor(source) {
1443
+ super();
1444
+ this.source = source;
1445
+ this._successFunction = new BehaviorSubject(undefined);
1446
+ this.successFunction$ = this._successFunction.pipe(filterMaybe(), shareReplay(1));
1447
+ }
1448
1448
  ngOnInit() {
1449
1449
  this.sub = this.successFunction$
1450
1450
  .pipe(switchMap((successFunction) => this.source.success$.pipe(map((x) => [successFunction, x]), tap(([successFn, result]) => {
@@ -1456,10 +1456,10 @@ class DbxActionSuccessHandlerDirective extends AbstractSubscriptionDirective {
1456
1456
  super.ngOnDestroy();
1457
1457
  this._successFunction.complete();
1458
1458
  }
1459
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionSuccessHandlerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1460
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionSuccessHandlerDirective, selector: "[dbxActionSuccessHandler]", inputs: { successFunction: ["dbxActionSuccessHandler", "successFunction"] }, usesInheritance: true, ngImport: i0 }); }
1459
1461
  }
1460
- DbxActionSuccessHandlerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSuccessHandlerDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
1461
- DbxActionSuccessHandlerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionSuccessHandlerDirective, selector: "[dbxActionSuccessHandler]", inputs: { successFunction: ["dbxActionSuccessHandler", "successFunction"] }, usesInheritance: true, ngImport: i0 });
1462
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSuccessHandlerDirective, decorators: [{
1462
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionSuccessHandlerDirective, decorators: [{
1463
1463
  type: Directive,
1464
1464
  args: [{
1465
1465
  selector: '[dbxActionSuccessHandler]'
@@ -1477,18 +1477,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
1477
1477
  * No value is required, allowing the directive to automatically call readyValue.
1478
1478
  */
1479
1479
  class DbxActionValueDirective extends AbstractSubscriptionDirective {
1480
- constructor(source) {
1481
- super();
1482
- this.source = source;
1483
- this._valueOrFunction = new BehaviorSubject(undefined);
1484
- this.valueOrFunction$ = this._valueOrFunction.pipe(filterMaybe(), shareReplay(1));
1485
- }
1486
1480
  get valueOrFunction() {
1487
1481
  return this._valueOrFunction.value;
1488
1482
  }
1489
1483
  set valueOrFunction(valueOrFunction) {
1490
1484
  this._valueOrFunction.next(valueOrFunction);
1491
1485
  }
1486
+ constructor(source) {
1487
+ super();
1488
+ this.source = source;
1489
+ this._valueOrFunction = new BehaviorSubject(undefined);
1490
+ this.valueOrFunction$ = this._valueOrFunction.pipe(filterMaybe(), shareReplay(1));
1491
+ }
1492
1492
  ngOnInit() {
1493
1493
  this.sub = this.valueOrFunction$
1494
1494
  .pipe(switchMap((valueOrFunction) => this.source.triggered$.pipe(tap(() => {
@@ -1503,10 +1503,10 @@ class DbxActionValueDirective extends AbstractSubscriptionDirective {
1503
1503
  this._valueOrFunction.complete();
1504
1504
  });
1505
1505
  }
1506
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionValueDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1507
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionValueDirective, selector: "[dbxActionValue]", inputs: { valueOrFunction: ["dbxActionValue", "valueOrFunction"] }, usesInheritance: true, ngImport: i0 }); }
1506
1508
  }
1507
- DbxActionValueDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionValueDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
1508
- DbxActionValueDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionValueDirective, selector: "[dbxActionValue]", inputs: { valueOrFunction: ["dbxActionValue", "valueOrFunction"] }, usesInheritance: true, ngImport: i0 });
1509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionValueDirective, decorators: [{
1509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionValueDirective, decorators: [{
1510
1510
  type: Directive,
1511
1511
  args: [{
1512
1512
  selector: '[dbxActionValue]'
@@ -1536,10 +1536,10 @@ class DbxActionIsWorkingDirective extends AbstractIfDirective {
1536
1536
  }
1537
1537
  }), shareReplay(1));
1538
1538
  }
1539
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionIsWorkingDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive }); }
1540
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionIsWorkingDirective, selector: "[dbxActionIsWorking]", inputs: { showAfter: ["dbxActionIsWorking", "showAfter"] }, usesInheritance: true, ngImport: i0 }); }
1539
1541
  }
1540
- DbxActionIsWorkingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionIsWorkingDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
1541
- DbxActionIsWorkingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionIsWorkingDirective, selector: "[dbxActionIsWorking]", inputs: { showAfter: ["dbxActionIsWorking", "showAfter"] }, usesInheritance: true, ngImport: i0 });
1542
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionIsWorkingDirective, decorators: [{
1542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionIsWorkingDirective, decorators: [{
1543
1543
  type: Directive,
1544
1544
  args: [{
1545
1545
  selector: '[dbxActionIsWorking]'
@@ -1578,10 +1578,10 @@ class DbxActionEnforceModifiedDirective extends AbstractSubscriptionDirective {
1578
1578
  set enabled(enabled) {
1579
1579
  this._enabled.next(enabled !== false);
1580
1580
  }
1581
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionEnforceModifiedDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1582
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionEnforceModifiedDirective, selector: "[dbxActionEnforceModified]", inputs: { enabled: ["dbxActionEnforceModified", "enabled"] }, usesInheritance: true, ngImport: i0 }); }
1581
1583
  }
1582
- DbxActionEnforceModifiedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionEnforceModifiedDirective, deps: [{ token: DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
1583
- DbxActionEnforceModifiedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionEnforceModifiedDirective, selector: "[dbxActionEnforceModified]", inputs: { enabled: ["dbxActionEnforceModified", "enabled"] }, usesInheritance: true, ngImport: i0 });
1584
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionEnforceModifiedDirective, decorators: [{
1584
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionEnforceModifiedDirective, decorators: [{
1585
1585
  type: Directive,
1586
1586
  args: [{
1587
1587
  selector: '[dbxActionEnforceModified]'
@@ -1666,30 +1666,30 @@ class AbstractDbxActionValueOnTriggerDirective {
1666
1666
  this._instance.destroy();
1667
1667
  this._triggeredSub.destroy();
1668
1668
  }
1669
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxActionValueOnTriggerDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive }); }
1670
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractDbxActionValueOnTriggerDirective, ngImport: i0 }); }
1669
1671
  }
1670
- AbstractDbxActionValueOnTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxActionValueOnTriggerDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
1671
- AbstractDbxActionValueOnTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxActionValueOnTriggerDirective, ngImport: i0 });
1672
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxActionValueOnTriggerDirective, decorators: [{
1672
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxActionValueOnTriggerDirective, decorators: [{
1673
1673
  type: Directive
1674
1674
  }], ctorParameters: function () { return [{ type: DbxActionContextStoreSourceInstance }, { type: undefined }]; } });
1675
1675
  /**
1676
1676
  * Action directive that is used to trigger/display a popover, then watches that popover for a value.
1677
1677
  */
1678
1678
  class DbxActionValueTriggerDirective extends AbstractDbxActionValueOnTriggerDirective {
1679
- constructor(elementRef, source) {
1680
- super(source);
1681
- this.elementRef = elementRef;
1682
- }
1683
1679
  set dbxActionValueOnTrigger(dbxActionValueTrigger) {
1684
1680
  this.valueGetter = dbxActionValueTrigger;
1685
1681
  }
1686
1682
  set dbxActionValueTriggerModified(isModifiedFunction) {
1687
1683
  this.isModifiedFunction = isModifiedFunction;
1688
1684
  }
1685
+ constructor(elementRef, source) {
1686
+ super(source);
1687
+ this.elementRef = elementRef;
1688
+ }
1689
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionValueTriggerDirective, deps: [{ token: i0.ElementRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive }); }
1690
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionValueTriggerDirective, selector: "[dbxActionValueOnTrigger]", inputs: { dbxActionValueOnTrigger: "dbxActionValueOnTrigger", dbxActionValueTriggerModified: "dbxActionValueTriggerModified" }, exportAs: ["dbxActionValueOnTrigger"], usesInheritance: true, ngImport: i0 }); }
1689
1691
  }
1690
- DbxActionValueTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionValueTriggerDirective, deps: [{ token: i0.ElementRef }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
1691
- DbxActionValueTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionValueTriggerDirective, selector: "[dbxActionValueOnTrigger]", inputs: { dbxActionValueOnTrigger: "dbxActionValueOnTrigger", dbxActionValueTriggerModified: "dbxActionValueTriggerModified" }, exportAs: ["dbxActionValueOnTrigger"], usesInheritance: true, ngImport: i0 });
1692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionValueTriggerDirective, decorators: [{
1692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionValueTriggerDirective, decorators: [{
1693
1693
  type: Directive,
1694
1694
  args: [{
1695
1695
  exportAs: 'dbxActionValueOnTrigger',
@@ -1702,47 +1702,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
1702
1702
  }] } });
1703
1703
 
1704
1704
  class DbxCoreActionModule {
1705
- }
1706
- DbxCoreActionModulefac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1707
- DbxCoreActionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreActionModule, declarations: [DbxActionDirective,
1708
- DbxActionContextMapDirective,
1709
- DbxActionFromMapDirective,
1710
- DbxActionMapSourceDirective,
1711
- DbxActionMapWorkingDisableDirective,
1712
- DbxActionSourceDirective,
1713
- DbxActionHandlerDirective,
1714
- DbxActionDisabledDirective,
1715
- DbxActionDisabledOnSuccessDirective,
1716
- DbxActionEnforceModifiedDirective,
1717
- DbxActionAutoTriggerDirective,
1718
- dbxActionValueStreamDirective,
1719
- DbxActionAutoModifyDirective,
1720
- DbxActionValueDirective,
1721
- DbxActionContextLoggerDirective,
1722
- DbxActionPreSuccessDirective,
1723
- DbxActionHasSuccessDirective,
1724
- DbxActionSuccessHandlerDirective,
1725
- DbxActionIsWorkingDirective], imports: [CommonModule], exports: [DbxActionDirective,
1726
- DbxActionContextMapDirective,
1727
- DbxActionFromMapDirective,
1728
- DbxActionMapSourceDirective,
1729
- DbxActionMapWorkingDisableDirective,
1730
- DbxActionSourceDirective,
1731
- DbxActionHandlerDirective,
1732
- DbxActionDisabledDirective,
1733
- DbxActionDisabledOnSuccessDirective,
1734
- DbxActionEnforceModifiedDirective,
1735
- DbxActionAutoTriggerDirective,
1736
- dbxActionValueStreamDirective,
1737
- DbxActionAutoModifyDirective,
1738
- DbxActionValueDirective,
1739
- DbxActionContextLoggerDirective,
1740
- DbxActionPreSuccessDirective,
1741
- DbxActionHasSuccessDirective,
1742
- DbxActionSuccessHandlerDirective,
1743
- DbxActionIsWorkingDirective] });
1744
- DbxCoreActionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreActionModule, imports: [CommonModule] });
1745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreActionModule, decorators: [{
1705
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1706
+ static { thismod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreActionModule, declarations: [DbxActionDirective,
1707
+ DbxActionContextMapDirective,
1708
+ DbxActionFromMapDirective,
1709
+ DbxActionMapSourceDirective,
1710
+ DbxActionMapWorkingDisableDirective,
1711
+ DbxActionSourceDirective,
1712
+ DbxActionHandlerDirective,
1713
+ DbxActionDisabledDirective,
1714
+ DbxActionDisabledOnSuccessDirective,
1715
+ DbxActionEnforceModifiedDirective,
1716
+ DbxActionAutoTriggerDirective,
1717
+ dbxActionValueStreamDirective,
1718
+ DbxActionAutoModifyDirective,
1719
+ DbxActionValueDirective,
1720
+ DbxActionContextLoggerDirective,
1721
+ DbxActionPreSuccessDirective,
1722
+ DbxActionHasSuccessDirective,
1723
+ DbxActionSuccessHandlerDirective,
1724
+ DbxActionIsWorkingDirective], imports: [CommonModule], exports: [DbxActionDirective,
1725
+ DbxActionContextMapDirective,
1726
+ DbxActionFromMapDirective,
1727
+ DbxActionMapSourceDirective,
1728
+ DbxActionMapWorkingDisableDirective,
1729
+ DbxActionSourceDirective,
1730
+ DbxActionHandlerDirective,
1731
+ DbxActionDisabledDirective,
1732
+ DbxActionDisabledOnSuccessDirective,
1733
+ DbxActionEnforceModifiedDirective,
1734
+ DbxActionAutoTriggerDirective,
1735
+ dbxActionValueStreamDirective,
1736
+ DbxActionAutoModifyDirective,
1737
+ DbxActionValueDirective,
1738
+ DbxActionContextLoggerDirective,
1739
+ DbxActionPreSuccessDirective,
1740
+ DbxActionHasSuccessDirective,
1741
+ DbxActionSuccessHandlerDirective,
1742
+ DbxActionIsWorkingDirective] }); }
1743
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreActionModule, imports: [CommonModule] }); }
1744
+ }
1745
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreActionModule, decorators: [{
1746
1746
  type: NgModule,
1747
1747
  args: [{
1748
1748
  imports: [CommonModule],
@@ -2066,10 +2066,6 @@ const DBX_PUBLIC_APP_CONTEXT_STATE = 'public';
2066
2066
  *
2067
2067
  */
2068
2068
  const DBX_AUTH_APP_CONTEXT_STATE = 'auth';
2069
- /**
2070
- * @deprecated use DBX_ONBOARD_APP_CONTEXT_STATE instead.
2071
- */
2072
- const DBX_ONBOARDING_APP_CONTEXT_STATE = 'onboarding';
2073
2069
  /**
2074
2070
  *
2075
2071
  */
@@ -2081,7 +2077,7 @@ const DBX_APP_APP_CONTEXT_STATE = 'app';
2081
2077
  /**
2082
2078
  * Array of all DbxKnownAppContextState values, minus the init state.
2083
2079
  */
2084
- const DBX_KNOWN_APP_CONTEXT_STATES = [DBX_PUBLIC_APP_CONTEXT_STATE, DBX_AUTH_APP_CONTEXT_STATE, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_ONBOARDING_APP_CONTEXT_STATE, DBX_APP_APP_CONTEXT_STATE];
2080
+ const DBX_KNOWN_APP_CONTEXT_STATES = [DBX_PUBLIC_APP_CONTEXT_STATE, DBX_AUTH_APP_CONTEXT_STATE, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_APP_APP_CONTEXT_STATE];
2085
2081
 
2086
2082
  /**
2087
2083
  * Action to set the current DbxAppContextState value.
@@ -2094,8 +2090,8 @@ const resetState = createAction('[App/Context] Reset');
2094
2090
 
2095
2091
  var data_action = /*#__PURE__*/Object.freeze({
2096
2092
  __proto__: null,
2097
- setState: setState,
2098
- resetState: resetState
2093
+ resetState: resetState,
2094
+ setState: setState
2099
2095
  });
2100
2096
 
2101
2097
  var index$3 = /*#__PURE__*/Object.freeze({
@@ -2233,9 +2229,9 @@ const setUserIsOnboarded = createAction('[App/Auth] Set User Is Onboarded', prop
2233
2229
  var user_action = /*#__PURE__*/Object.freeze({
2234
2230
  __proto__: null,
2235
2231
  setUserIdentifier: setUserIdentifier,
2236
- setUserState: setUserState,
2232
+ setUserIsOnboarded: setUserIsOnboarded,
2237
2233
  setUserRoles: setUserRoles,
2238
- setUserIsOnboarded: setUserIsOnboarded
2234
+ setUserState: setUserState
2239
2235
  });
2240
2236
 
2241
2237
  var index$1 = /*#__PURE__*/Object.freeze({
@@ -2387,10 +2383,10 @@ class AbstractDbxAnchorDirective {
2387
2383
  set selected(selected) {
2388
2384
  this._selected.next(selected);
2389
2385
  }
2386
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxAnchorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2387
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractDbxAnchorDirective, inputs: { ref: "ref", anchor: "anchor", disabled: "disabled", selected: "selected" }, ngImport: i0 }); }
2390
2388
  }
2391
- AbstractDbxAnchorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxAnchorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2392
- AbstractDbxAnchorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxAnchorDirective, inputs: { ref: "ref", anchor: "anchor", disabled: "disabled", selected: "selected" }, ngImport: i0 });
2393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxAnchorDirective, decorators: [{
2389
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxAnchorDirective, decorators: [{
2394
2390
  type: Directive
2395
2391
  }], propDecorators: { ref: [{
2396
2392
  type: Input
@@ -2565,10 +2561,10 @@ class DbxAngularRouterService {
2565
2561
  comparePrecision(a, b) {
2566
2562
  return 0; // TODO!
2567
2563
  }
2564
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAngularRouterService, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
2565
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAngularRouterService }); }
2568
2566
  }
2569
- DbxAngularRouterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAngularRouterService, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
2570
- DbxAngularRouterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAngularRouterService });
2571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAngularRouterService, decorators: [{
2567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAngularRouterService, decorators: [{
2572
2568
  type: Injectable
2573
2569
  }], ctorParameters: function () { return [{ type: i1$1.Router }, { type: i1$1.ActivatedRoute }]; } });
2574
2570
 
@@ -2644,10 +2640,10 @@ class AbstractTransitionDirective {
2644
2640
  this.transitionSuccess$ = successTransition(this.dbxRouterTransitionService.transitions$);
2645
2641
  this.initAndUpdateOnTransitionSuccess$ = this.transitionSuccess$.pipe(startWith(undefined));
2646
2642
  }
2643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractTransitionDirective, deps: [{ token: DbxRouterTransitionService }], target: i0.ɵɵFactoryTarget.Directive }); }
2644
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractTransitionDirective, ngImport: i0 }); }
2647
2645
  }
2648
- AbstractTransitionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractTransitionDirective, deps: [{ token: DbxRouterTransitionService }], target: i0.ɵɵFactoryTarget.Directive });
2649
- AbstractTransitionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractTransitionDirective, ngImport: i0 });
2650
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractTransitionDirective, decorators: [{
2646
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractTransitionDirective, decorators: [{
2651
2647
  type: Directive
2652
2648
  }], ctorParameters: function () { return [{ type: DbxRouterTransitionService }]; } });
2653
2649
 
@@ -2655,11 +2651,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
2655
2651
  * Abstract directive that listens to onSuccess transition events and runs a function.
2656
2652
  */
2657
2653
  class AbstractTransitionWatcherDirective extends AbstractTransitionDirective {
2658
- constructor(dbxRouterTransitionService, ngZone) {
2659
- super(dbxRouterTransitionService);
2660
- this.ngZone = ngZone;
2661
- this._transitionSub = new SubscriptionObject();
2662
- }
2663
2654
  ngOnInit() {
2664
2655
  this._transitionSub.subscription = this.transitionSuccess$.subscribe(() => {
2665
2656
  this.updateForSuccessfulTransition();
@@ -2668,14 +2659,19 @@ class AbstractTransitionWatcherDirective extends AbstractTransitionDirective {
2668
2659
  ngOnDestroy() {
2669
2660
  this._transitionSub.destroy();
2670
2661
  }
2662
+ constructor(dbxRouterTransitionService, ngZone) {
2663
+ super(dbxRouterTransitionService);
2664
+ this.ngZone = ngZone;
2665
+ this._transitionSub = new SubscriptionObject();
2666
+ }
2671
2667
  // MARK: Action
2672
2668
  zoneUpdateForSuccessfulTransition() {
2673
2669
  this.ngZone.run(() => this.updateForSuccessfulTransition());
2674
2670
  }
2671
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractTransitionWatcherDirective, deps: [{ token: DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
2672
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractTransitionWatcherDirective, usesInheritance: true, ngImport: i0 }); }
2675
2673
  }
2676
- AbstractTransitionWatcherDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractTransitionWatcherDirective, deps: [{ token: DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
2677
- AbstractTransitionWatcherDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractTransitionWatcherDirective, usesInheritance: true, ngImport: i0 });
2678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractTransitionWatcherDirective, decorators: [{
2674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractTransitionWatcherDirective, decorators: [{
2679
2675
  type: Directive
2680
2676
  }], ctorParameters: function () { return [{ type: DbxRouterTransitionService }, { type: i0.NgZone }]; } });
2681
2677
 
@@ -2758,11 +2754,11 @@ class DbxCoreAngularRouterSegueModule {
2758
2754
  ]
2759
2755
  };
2760
2756
  }
2757
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2758
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule }); }
2759
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule }); }
2761
2760
  }
2762
- DbxCoreAngularRouterSegueModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2763
- DbxCoreAngularRouterSegueModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
2764
- DbxCoreAngularRouterSegueModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule });
2765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule, decorators: [{
2761
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAngularRouterSegueModule, decorators: [{
2766
2762
  type: NgModule,
2767
2763
  args: [{}]
2768
2764
  }] });
@@ -2847,10 +2843,10 @@ class DbxUIRouterService {
2847
2843
  const active = exactly ? this.state.is(targetRef, refParams) : this.state.includes(targetRef, refParams);
2848
2844
  return active;
2849
2845
  }
2846
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxUIRouterService, deps: [{ token: i1$2.StateService }, { token: i1$2.TransitionService }, { token: i1$2.UIRouterGlobals }], target: i0.ɵɵFactoryTarget.Injectable }); }
2847
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxUIRouterService }); }
2850
2848
  }
2851
- DbxUIRouterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxUIRouterService, deps: [{ token: i1$2.StateService }, { token: i1$2.TransitionService }, { token: i1$2.UIRouterGlobals }], target: i0.ɵɵFactoryTarget.Injectable });
2852
- DbxUIRouterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxUIRouterService });
2853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxUIRouterService, decorators: [{
2849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxUIRouterService, decorators: [{
2854
2850
  type: Injectable
2855
2851
  }], ctorParameters: function () { return [{ type: i1$2.StateService }, { type: i1$2.TransitionService }, { type: i1$2.UIRouterGlobals }]; } });
2856
2852
 
@@ -2871,11 +2867,11 @@ class DbxCoreUIRouterSegueModule {
2871
2867
  ]
2872
2868
  };
2873
2869
  }
2870
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2871
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule }); }
2872
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule }); }
2874
2873
  }
2875
- DbxCoreUIRouterSegueModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2876
- DbxCoreUIRouterSegueModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule });
2877
- DbxCoreUIRouterSegueModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule });
2878
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule, decorators: [{
2874
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreUIRouterSegueModule, decorators: [{
2879
2875
  type: NgModule,
2880
2876
  args: [{}]
2881
2877
  }] });
@@ -3049,10 +3045,10 @@ class DbxAppAuthRouterService {
3049
3045
  goToApp() {
3050
3046
  return goWithRouter(this.dbxRouterService)(this.dbxAppAuthRoutes.appRef);
3051
3047
  }
3048
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterService, deps: [{ token: DbxRouterService }, { token: DbxAppAuthRoutes }], target: i0.ɵɵFactoryTarget.Injectable }); }
3049
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterService, providedIn: 'root' }); }
3052
3050
  }
3053
- DbxAppAuthRouterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterService, deps: [{ token: DbxRouterService }, { token: DbxAppAuthRoutes }], target: i0.ɵɵFactoryTarget.Injectable });
3054
- DbxAppAuthRouterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterService, providedIn: 'root' });
3055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterService, decorators: [{
3051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterService, decorators: [{
3056
3052
  type: Injectable,
3057
3053
  args: [{
3058
3054
  providedIn: 'root'
@@ -3081,10 +3077,10 @@ class DbxAppAuthRouterEffects extends AbstractOnDbxAppContextStateEffects {
3081
3077
  */
3082
3078
  this.redirectToOnboardOnLogIn = createEffect(() => this.actions$.pipe(ofType(loggedIn), filter(() => this.dbxAppAuthRouterService.isAuthRouterEffectsEnabled), exhaustMap(() => this.dbxAppAuthRouterService.goToApp())), { dispatch: false });
3083
3079
  }
3080
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterEffects, deps: [{ token: DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, optional: true }, { token: i1$3.Actions }, { token: i1$4.Store }, { token: DbxAppAuthRouterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
3081
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterEffects }); }
3084
3082
  }
3085
- DbxAppAuthRouterEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterEffects, deps: [{ token: DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, optional: true }, { token: i1$3.Actions }, { token: i1$4.Store }, { token: DbxAppAuthRouterService }], target: i0.ɵɵFactoryTarget.Injectable });
3086
- DbxAppAuthRouterEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterEffects });
3087
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterEffects, decorators: [{
3083
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterEffects, decorators: [{
3088
3084
  type: Injectable
3089
3085
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
3090
3086
  type: Inject,
@@ -3105,11 +3101,11 @@ class DbxAppAuthRouterStateModule {
3105
3101
  ]
3106
3102
  };
3107
3103
  }
3104
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3105
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, imports: [i1$3.EffectsFeatureModule] }); }
3106
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, imports: [EffectsModule.forFeature([DbxAppAuthRouterEffects])] }); }
3108
3107
  }
3109
- DbxAppAuthRouterStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3110
- DbxAppAuthRouterStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, imports: [i1$3.EffectsFeatureModule] });
3111
- DbxAppAuthRouterStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, imports: [EffectsModule.forFeature([DbxAppAuthRouterEffects])] });
3112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, decorators: [{
3108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterStateModule, decorators: [{
3113
3109
  type: NgModule,
3114
3110
  args: [{
3115
3111
  imports: [EffectsModule.forFeature([DbxAppAuthRouterEffects])],
@@ -3130,11 +3126,11 @@ class DbxAppAuthRouterModule {
3130
3126
  ]
3131
3127
  };
3132
3128
  }
3129
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3130
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterModule }); }
3131
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterModule }); }
3133
3132
  }
3134
- DbxAppAuthRouterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3135
- DbxAppAuthRouterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterModule });
3136
- DbxAppAuthRouterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterModule });
3137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthRouterModule, decorators: [{
3133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthRouterModule, decorators: [{
3138
3134
  type: NgModule,
3139
3135
  args: [{
3140
3136
  imports: [],
@@ -3188,10 +3184,10 @@ class DbxAuthHasAnyRoleDirective extends AbstractIfDirective {
3188
3184
  set targetRoles(roles) {
3189
3185
  this._targetRoles.next(roles);
3190
3186
  }
3187
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAuthHasAnyRoleDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Directive }); }
3188
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxAuthHasAnyRoleDirective, selector: "[dbxAuthHasAnyRole]", inputs: { targetRoles: ["dbxAuthHasAnyRole", "targetRoles"] }, usesInheritance: true, ngImport: i0 }); }
3191
3189
  }
3192
- DbxAuthHasAnyRoleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAuthHasAnyRoleDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Directive });
3193
- DbxAuthHasAnyRoleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxAuthHasAnyRoleDirective, selector: "[dbxAuthHasAnyRole]", inputs: { targetRoles: ["dbxAuthHasAnyRole", "targetRoles"] }, usesInheritance: true, ngImport: i0 });
3194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAuthHasAnyRoleDirective, decorators: [{
3190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAuthHasAnyRoleDirective, decorators: [{
3195
3191
  type: Directive,
3196
3192
  args: [{
3197
3193
  selector: '[dbxAuthHasAnyRole]'
@@ -3218,10 +3214,10 @@ class DbxAuthHasRolesDirective extends AbstractIfDirective {
3218
3214
  set targetRoles(roles) {
3219
3215
  this._targetRoles.next(roles);
3220
3216
  }
3217
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAuthHasRolesDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Directive }); }
3218
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxAuthHasRolesDirective, selector: "[dbxAuthHasRoles]", inputs: { targetRoles: ["dbxAuthHasRoles", "targetRoles"] }, usesInheritance: true, ngImport: i0 }); }
3221
3219
  }
3222
- DbxAuthHasRolesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAuthHasRolesDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Directive });
3223
- DbxAuthHasRolesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxAuthHasRolesDirective, selector: "[dbxAuthHasRoles]", inputs: { targetRoles: ["dbxAuthHasRoles", "targetRoles"] }, usesInheritance: true, ngImport: i0 });
3224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAuthHasRolesDirective, decorators: [{
3220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAuthHasRolesDirective, decorators: [{
3225
3221
  type: Directive,
3226
3222
  args: [{
3227
3223
  selector: '[dbxAuthHasRoles]'
@@ -3248,10 +3244,10 @@ class DbxAuthNotAnyRolesDirective extends AbstractIfDirective {
3248
3244
  set targetRoles(roles) {
3249
3245
  this._targetRoles.next(roles);
3250
3246
  }
3247
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAuthNotAnyRolesDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Directive }); }
3248
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxAuthNotAnyRolesDirective, selector: "[dbxAuthNotAnyRoles]", inputs: { targetRoles: ["dbxAuthNotAnyRoles", "targetRoles"] }, usesInheritance: true, ngImport: i0 }); }
3251
3249
  }
3252
- DbxAuthNotAnyRolesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAuthNotAnyRolesDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Directive });
3253
- DbxAuthNotAnyRolesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxAuthNotAnyRolesDirective, selector: "[dbxAuthNotAnyRoles]", inputs: { targetRoles: ["dbxAuthNotAnyRoles", "targetRoles"] }, usesInheritance: true, ngImport: i0 });
3254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAuthNotAnyRolesDirective, decorators: [{
3250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAuthNotAnyRolesDirective, decorators: [{
3255
3251
  type: Directive,
3256
3252
  args: [{
3257
3253
  selector: '[dbxAuthNotAnyRoles]'
@@ -3262,11 +3258,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3262
3258
  }] } });
3263
3259
 
3264
3260
  class DbxCoreAuthModule {
3261
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3262
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAuthModule, declarations: [DbxAuthHasRolesDirective, DbxAuthHasAnyRoleDirective, DbxAuthNotAnyRolesDirective], exports: [DbxAuthHasRolesDirective, DbxAuthHasAnyRoleDirective, DbxAuthNotAnyRolesDirective] }); }
3263
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAuthModule }); }
3265
3264
  }
3266
- DbxCoreAuthModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3267
- DbxCoreAuthModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAuthModule, declarations: [DbxAuthHasRolesDirective, DbxAuthHasAnyRoleDirective, DbxAuthNotAnyRolesDirective], exports: [DbxAuthHasRolesDirective, DbxAuthHasAnyRoleDirective, DbxAuthNotAnyRolesDirective] });
3268
- DbxCoreAuthModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAuthModule });
3269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreAuthModule, decorators: [{
3265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreAuthModule, decorators: [{
3270
3266
  type: NgModule,
3271
3267
  args: [{
3272
3268
  imports: [],
@@ -3296,19 +3292,19 @@ class DbxAppAuthEffects {
3296
3292
  this.setUserRoles = createEffect(() => this.dbxAuthService.authRoles$.pipe(map((roles) => setUserRoles({ roles: Array.from(roles ?? []) }))));
3297
3293
  this.setUserIsOnboarded = createEffect(() => this.dbxAuthService.isOnboarded$.pipe(map((isOnboarded) => setUserIsOnboarded({ isOnboarded }))));
3298
3294
  }
3295
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthEffects, deps: [{ token: i1$3.Actions }, { token: i1$4.Store }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Injectable }); }
3296
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthEffects }); }
3299
3297
  }
3300
- DbxAppAuthEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthEffects, deps: [{ token: i1$3.Actions }, { token: i1$4.Store }, { token: DbxAuthService }], target: i0.ɵɵFactoryTarget.Injectable });
3301
- DbxAppAuthEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthEffects });
3302
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthEffects, decorators: [{
3298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthEffects, decorators: [{
3303
3299
  type: Injectable
3304
3300
  }], ctorParameters: function () { return [{ type: i1$3.Actions }, { type: i1$4.Store }, { type: DbxAuthService }]; } });
3305
3301
 
3306
3302
  class DbxAppAuthStateModule {
3303
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3304
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthStateModule, imports: [i1$4.StoreFeatureModule, i1$3.EffectsFeatureModule] }); }
3305
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthStateModule, imports: [StoreModule.forFeature(featureKey, reducers), EffectsModule.forFeature([DbxAppAuthEffects])] }); }
3307
3306
  }
3308
- DbxAppAuthStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3309
- DbxAppAuthStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthStateModule, imports: [i1$4.StoreFeatureModule, i1$3.EffectsFeatureModule] });
3310
- DbxAppAuthStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthStateModule, imports: [StoreModule.forFeature(featureKey, reducers), EffectsModule.forFeature([DbxAppAuthEffects])] });
3311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthStateModule, decorators: [{
3307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthStateModule, decorators: [{
3312
3308
  type: NgModule,
3313
3309
  args: [{
3314
3310
  imports: [StoreModule.forFeature(featureKey, reducers), EffectsModule.forFeature([DbxAppAuthEffects])],
@@ -3325,10 +3321,10 @@ class DbxAppAuthStateService {
3325
3321
  this.store = store;
3326
3322
  this.authStateUser$ = this.store.select(selectDbxAppAuthUser);
3327
3323
  }
3324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthStateService, deps: [{ token: i1$4.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
3325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthStateService, providedIn: 'root' }); }
3328
3326
  }
3329
- DbxAppAuthStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthStateService, deps: [{ token: i1$4.Store }], target: i0.ɵɵFactoryTarget.Injectable });
3330
- DbxAppAuthStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthStateService, providedIn: 'root' });
3331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppAuthStateService, decorators: [{
3327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppAuthStateService, decorators: [{
3332
3328
  type: Injectable,
3333
3329
  args: [{
3334
3330
  providedIn: 'root'
@@ -3444,10 +3440,10 @@ class DbxActionButtonTriggerDirective extends AbstractSubscriptionDirective {
3444
3440
  _buttonClicked() {
3445
3441
  this.source.trigger();
3446
3442
  }
3443
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionButtonTriggerDirective, deps: [{ token: DbxButton, host: true }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive }); }
3444
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionButtonTriggerDirective, selector: "[dbxActionButtonTrigger]", usesInheritance: true, ngImport: i0 }); }
3447
3445
  }
3448
- DbxActionButtonTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionButtonTriggerDirective, deps: [{ token: DbxButton, host: true }, { token: DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
3449
- DbxActionButtonTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionButtonTriggerDirective, selector: "[dbxActionButtonTrigger]", usesInheritance: true, ngImport: i0 });
3450
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionButtonTriggerDirective, decorators: [{
3446
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionButtonTriggerDirective, decorators: [{
3451
3447
  type: Directive,
3452
3448
  args: [{
3453
3449
  selector: '[dbxActionButtonTrigger]'
@@ -3482,10 +3478,10 @@ class DbxActionButtonDirective extends DbxActionButtonTriggerDirective {
3482
3478
  this._workingSub.destroy();
3483
3479
  this._disabledSub.destroy();
3484
3480
  }
3481
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionButtonDirective, deps: [{ token: DbxButton, host: true }, { token: DbxActionContextStoreSourceInstance }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3482
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxActionButtonDirective, selector: "[dbxActionButton]", usesInheritance: true, ngImport: i0 }); }
3485
3483
  }
3486
- DbxActionButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionButtonDirective, deps: [{ token: DbxButton, host: true }, { token: DbxActionContextStoreSourceInstance }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
3487
- DbxActionButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionButtonDirective, selector: "[dbxActionButton]", usesInheritance: true, ngImport: i0 });
3488
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionButtonDirective, decorators: [{
3484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxActionButtonDirective, decorators: [{
3489
3485
  type: Directive,
3490
3486
  args: [{
3491
3487
  selector: '[dbxActionButton]'
@@ -3496,6 +3492,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3496
3492
 
3497
3493
  // MARK: Button Directives
3498
3494
  class DbxButtonSegueDirective extends AbstractSubscriptionDirective {
3495
+ get segueRef() {
3496
+ return this._segueRef.value;
3497
+ }
3498
+ set segueRef(segueRef) {
3499
+ this._segueRef.next(segueRef);
3500
+ }
3499
3501
  constructor(dbxButton, dbxRouterService) {
3500
3502
  super();
3501
3503
  this.dbxButton = dbxButton;
@@ -3503,12 +3505,6 @@ class DbxButtonSegueDirective extends AbstractSubscriptionDirective {
3503
3505
  this._segueRef = new BehaviorSubject(undefined);
3504
3506
  this.segueRef$ = this._segueRef.pipe(filterMaybe(), distinctUntilChanged(), shareReplay(1));
3505
3507
  }
3506
- get segueRef() {
3507
- return this._segueRef.value;
3508
- }
3509
- set segueRef(segueRef) {
3510
- this._segueRef.next(segueRef);
3511
- }
3512
3508
  ngOnInit() {
3513
3509
  this.sub = this.segueRef$
3514
3510
  .pipe(switchMap((segueRef) => this.dbxButton.clicked$.pipe(tap(() => {
@@ -3520,10 +3516,10 @@ class DbxButtonSegueDirective extends AbstractSubscriptionDirective {
3520
3516
  super.ngOnDestroy();
3521
3517
  this._segueRef.complete();
3522
3518
  }
3519
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxButtonSegueDirective, deps: [{ token: DbxButton }, { token: DbxRouterService }], target: i0.ɵɵFactoryTarget.Directive }); }
3520
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxButtonSegueDirective, selector: "[dbxButtonSegue]", inputs: { segueRef: ["dbxButtonSegue", "segueRef"] }, usesInheritance: true, ngImport: i0 }); }
3523
3521
  }
3524
- DbxButtonSegueDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonSegueDirective, deps: [{ token: DbxButton }, { token: DbxRouterService }], target: i0.ɵɵFactoryTarget.Directive });
3525
- DbxButtonSegueDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxButtonSegueDirective, selector: "[dbxButtonSegue]", inputs: { segueRef: ["dbxButtonSegue", "segueRef"] }, usesInheritance: true, ngImport: i0 });
3526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonSegueDirective, decorators: [{
3522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxButtonSegueDirective, decorators: [{
3527
3523
  type: Directive,
3528
3524
  args: [{
3529
3525
  selector: '[dbxButtonSegue]'
@@ -3537,20 +3533,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3537
3533
  * Abstract button component.
3538
3534
  */
3539
3535
  class AbstractDbxButtonDirective extends AbstractSubscriptionDirective {
3540
- constructor() {
3541
- super();
3542
- this._disabled = new BehaviorSubject(false);
3543
- this._working = new BehaviorSubject(false);
3544
- this.disabled$ = this._disabled.asObservable();
3545
- this.working$ = this._working.asObservable();
3546
- this.buttonClick = new EventEmitter();
3547
- this.clicked$ = this.buttonClick.asObservable();
3548
- /**
3549
- * Pre-interceptor button click.
3550
- */
3551
- this._buttonClick = new Subject();
3552
- this._buttonInterceptor = new BehaviorSubject(undefined);
3553
- }
3554
3536
  get disabled() {
3555
3537
  return this._disabled.value;
3556
3538
  }
@@ -3576,6 +3558,20 @@ class AbstractDbxButtonDirective extends AbstractSubscriptionDirective {
3576
3558
  get buttonDisplayType() {
3577
3559
  return dbxButtonDisplayContentType(this.buttonDisplay);
3578
3560
  }
3561
+ constructor() {
3562
+ super();
3563
+ this._disabled = new BehaviorSubject(false);
3564
+ this._working = new BehaviorSubject(false);
3565
+ this.disabled$ = this._disabled.asObservable();
3566
+ this.working$ = this._working.asObservable();
3567
+ this.buttonClick = new EventEmitter();
3568
+ this.clicked$ = this.buttonClick.asObservable();
3569
+ /**
3570
+ * Pre-interceptor button click.
3571
+ */
3572
+ this._buttonClick = new Subject();
3573
+ this._buttonInterceptor = new BehaviorSubject(undefined);
3574
+ }
3579
3575
  ngOnInit() {
3580
3576
  this.sub = this._buttonClick
3581
3577
  .pipe(switchMap(() => this._buttonInterceptor.pipe(switchMap((x) => {
@@ -3618,10 +3614,10 @@ class AbstractDbxButtonDirective extends AbstractSubscriptionDirective {
3618
3614
  _forceButtonClicked() {
3619
3615
  this.buttonClick.emit();
3620
3616
  }
3617
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3618
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractDbxButtonDirective, inputs: { disabled: "disabled", working: "working", icon: "icon", text: "text", buttonDisplay: "buttonDisplay" }, outputs: { buttonClick: "buttonClick" }, usesInheritance: true, ngImport: i0 }); }
3621
3619
  }
3622
- AbstractDbxButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3623
- AbstractDbxButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxButtonDirective, inputs: { disabled: "disabled", working: "working", icon: "icon", text: "text", buttonDisplay: "buttonDisplay" }, outputs: { buttonClick: "buttonClick" }, usesInheritance: true, ngImport: i0 });
3624
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxButtonDirective, decorators: [{
3620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxButtonDirective, decorators: [{
3625
3621
  type: Directive
3626
3622
  }], ctorParameters: function () { return []; }, propDecorators: { disabled: [{
3627
3623
  type: Input
@@ -3641,10 +3637,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3641
3637
  * Provides an DbxButton directive.
3642
3638
  */
3643
3639
  class DbxButtonDirective extends AbstractDbxButtonDirective {
3640
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxButtonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3641
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxButtonDirective, selector: "[dbxButton]", providers: provideDbxButton(DbxButtonDirective), exportAs: ["dbxButton"], usesInheritance: true, ngImport: i0 }); }
3644
3642
  }
3645
- DbxButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3646
- DbxButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxButtonDirective, selector: "[dbxButton]", providers: provideDbxButton(DbxButtonDirective), exportAs: ["dbxButton"], usesInheritance: true, ngImport: i0 });
3647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonDirective, decorators: [{
3643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxButtonDirective, decorators: [{
3648
3644
  type: Directive,
3649
3645
  args: [{
3650
3646
  selector: '[dbxButton]',
@@ -3676,10 +3672,10 @@ class DbxLoadingButtonDirective extends AbstractSubscriptionDirective {
3676
3672
  }
3677
3673
  this.sub = subscription;
3678
3674
  }
3675
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxLoadingButtonDirective, deps: [{ token: DbxButton, host: true }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
3676
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxLoadingButtonDirective, selector: "[dbxLoadingButton]", inputs: { context: ["dbxLoadingButton", "context"] }, usesInheritance: true, ngImport: i0 }); }
3679
3677
  }
3680
- DbxLoadingButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingButtonDirective, deps: [{ token: DbxButton, host: true }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
3681
- DbxLoadingButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxLoadingButtonDirective, selector: "[dbxLoadingButton]", inputs: { context: ["dbxLoadingButton", "context"] }, usesInheritance: true, ngImport: i0 });
3682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingButtonDirective, decorators: [{
3678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxLoadingButtonDirective, decorators: [{
3683
3679
  type: Directive,
3684
3680
  args: [{
3685
3681
  selector: '[dbxLoadingButton]'
@@ -3692,11 +3688,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3692
3688
  }] } });
3693
3689
 
3694
3690
  class DbxCoreButtonModule {
3691
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3692
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreButtonModule, declarations: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective], exports: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective] }); }
3693
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreButtonModule }); }
3695
3694
  }
3696
- DbxCoreButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3697
- DbxCoreButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreButtonModule, declarations: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective], exports: [DbxButtonDirective, DbxLoadingButtonDirective, DbxActionButtonTriggerDirective, DbxActionButtonDirective, DbxButtonSegueDirective] });
3698
- DbxCoreButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreButtonModule });
3699
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreButtonModule, decorators: [{
3695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreButtonModule, decorators: [{
3700
3696
  type: NgModule,
3701
3697
  args: [{
3702
3698
  imports: [],
@@ -3719,10 +3715,10 @@ class DbxAppContextService {
3719
3715
  resetState() {
3720
3716
  this.store.next(resetState());
3721
3717
  }
3718
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextService, deps: [{ token: i1$4.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
3719
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextService, providedIn: 'root' }); }
3722
3720
  }
3723
- DbxAppContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextService, deps: [{ token: i1$4.Store }], target: i0.ɵɵFactoryTarget.Injectable });
3724
- DbxAppContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextService, providedIn: 'root' });
3725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextService, decorators: [{
3721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextService, decorators: [{
3726
3722
  type: Injectable,
3727
3723
  args: [{
3728
3724
  providedIn: 'root'
@@ -3750,10 +3746,10 @@ class DbxAppContextStateDirective extends AbstractSubscriptionDirective {
3750
3746
  set state(state) {
3751
3747
  this._state.next(state);
3752
3748
  }
3749
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextStateDirective, deps: [{ token: DbxAppContextService }], target: i0.ɵɵFactoryTarget.Directive }); }
3750
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxAppContextStateDirective, selector: "[dbxAppContextState]", inputs: { state: ["dbxAppContextState", "state"] }, usesInheritance: true, ngImport: i0 }); }
3753
3751
  }
3754
- DbxAppContextStateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextStateDirective, deps: [{ token: DbxAppContextService }], target: i0.ɵɵFactoryTarget.Directive });
3755
- DbxAppContextStateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxAppContextStateDirective, selector: "[dbxAppContextState]", inputs: { state: ["dbxAppContextState", "state"] }, usesInheritance: true, ngImport: i0 });
3756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextStateDirective, decorators: [{
3752
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextStateDirective, decorators: [{
3757
3753
  type: Directive,
3758
3754
  args: [{
3759
3755
  selector: '[dbxAppContextState]'
@@ -3764,11 +3760,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3764
3760
  }] } });
3765
3761
 
3766
3762
  class DbxAppContextStateModule {
3763
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3764
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextStateModule, declarations: [DbxAppContextStateDirective], imports: [i1$4.StoreFeatureModule], exports: [DbxAppContextStateDirective] }); }
3765
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextStateModule, imports: [StoreModule.forFeature(featureKey$1, reducers$1)] }); }
3767
3766
  }
3768
- DbxAppContextStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3769
- DbxAppContextStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextStateModule, declarations: [DbxAppContextStateDirective], imports: [i1$4.StoreFeatureModule], exports: [DbxAppContextStateDirective] });
3770
- DbxAppContextStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextStateModule, imports: [StoreModule.forFeature(featureKey$1, reducers$1)] });
3771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAppContextStateModule, decorators: [{
3767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAppContextStateModule, decorators: [{
3772
3768
  type: NgModule,
3773
3769
  args: [{
3774
3770
  imports: [StoreModule.forFeature(featureKey$1, reducers$1)],
@@ -3784,21 +3780,21 @@ class AsObservablePipe {
3784
3780
  transform(input) {
3785
3781
  return asObservableFromGetter(input);
3786
3782
  }
3783
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AsObservablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3784
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AsObservablePipe, name: "asObservable" }); }
3787
3785
  }
3788
- AsObservablePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AsObservablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3789
- AsObservablePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: AsObservablePipe, name: "asObservable" });
3790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AsObservablePipe, decorators: [{
3786
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AsObservablePipe, decorators: [{
3791
3787
  type: Pipe,
3792
3788
  args: [{ name: 'asObservable' }]
3793
3789
  }] });
3794
3790
 
3795
3791
  const declarations$4 = [AsObservablePipe];
3796
3792
  class DbxAsyncPipeModule {
3793
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAsyncPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3794
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxAsyncPipeModule, declarations: [AsObservablePipe], exports: [AsObservablePipe] }); }
3795
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAsyncPipeModule }); }
3797
3796
  }
3798
- DbxAsyncPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAsyncPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3799
- DbxAsyncPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxAsyncPipeModule, declarations: [AsObservablePipe], exports: [AsObservablePipe] });
3800
- DbxAsyncPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAsyncPipeModule });
3801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAsyncPipeModule, decorators: [{
3797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxAsyncPipeModule, decorators: [{
3802
3798
  type: NgModule,
3803
3799
  args: [{
3804
3800
  exports: declarations$4,
@@ -3810,9 +3806,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3810
3806
  * Pipe that takes in a date and number of minutes and outputs a formatted date.
3811
3807
  */
3812
3808
  class DateFromToTimePipe {
3813
- constructor(locale) {
3814
- this.locale = locale;
3815
- }
3816
3809
  static formatFromTo(input, format, minutes, locale) {
3817
3810
  if (input) {
3818
3811
  const date = toJsDate(input);
@@ -3822,13 +3815,16 @@ class DateFromToTimePipe {
3822
3815
  }
3823
3816
  return undefined;
3824
3817
  }
3818
+ constructor(locale) {
3819
+ this.locale = locale;
3820
+ }
3825
3821
  transform(input, format, minutes) {
3826
3822
  return DateFromToTimePipe.formatFromTo(input, format, minutes, this.locale);
3827
3823
  }
3824
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFromToTimePipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
3825
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateFromToTimePipe, name: "dateFromPlusTo" }); }
3828
3826
  }
3829
- DateFromToTimePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateFromToTimePipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
3830
- DateFromToTimePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateFromToTimePipe, name: "dateFromPlusTo" });
3831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateFromToTimePipe, decorators: [{
3827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFromToTimePipe, decorators: [{
3832
3828
  type: Pipe,
3833
3829
  args: [{ name: 'dateFromPlusTo' }]
3834
3830
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -3858,10 +3854,10 @@ class MinutesStringPipe {
3858
3854
  return undefined;
3859
3855
  }
3860
3856
  }
3857
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MinutesStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3858
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MinutesStringPipe, name: "minutesString", pure: false }); }
3861
3859
  }
3862
- MinutesStringPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MinutesStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3863
- MinutesStringPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: MinutesStringPipe, name: "minutesString", pure: false });
3864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MinutesStringPipe, decorators: [{
3860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MinutesStringPipe, decorators: [{
3865
3861
  type: Pipe,
3866
3862
  args: [{ name: 'minutesString', pure: false }]
3867
3863
  }] });
@@ -3880,10 +3876,10 @@ class ToJsDatePipe {
3880
3876
  transform(input) {
3881
3877
  return ToJsDatePipe.toJsDate(input);
3882
3878
  }
3879
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToJsDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3880
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ToJsDatePipe, name: "toJsDate" }); }
3883
3881
  }
3884
- ToJsDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ToJsDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3885
- ToJsDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: ToJsDatePipe, name: "toJsDate" });
3886
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ToJsDatePipe, decorators: [{
3882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToJsDatePipe, decorators: [{
3887
3883
  type: Pipe,
3888
3884
  args: [{ name: 'toJsDate' }]
3889
3885
  }] });
@@ -3906,10 +3902,10 @@ class TimeDistanceCountdownPipe {
3906
3902
  return unavailable;
3907
3903
  }
3908
3904
  }
3905
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimeDistanceCountdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3906
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TimeDistanceCountdownPipe, name: "timeCountdownDistance", pure: false }); }
3909
3907
  }
3910
- TimeDistanceCountdownPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TimeDistanceCountdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3911
- TimeDistanceCountdownPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TimeDistanceCountdownPipe, name: "timeCountdownDistance", pure: false });
3912
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TimeDistanceCountdownPipe, decorators: [{
3908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimeDistanceCountdownPipe, decorators: [{
3913
3909
  type: Pipe,
3914
3910
  args: [{ name: 'timeCountdownDistance', pure: false }]
3915
3911
  }] });
@@ -3925,10 +3921,10 @@ class TimeDistancePipe {
3925
3921
  return unavailable;
3926
3922
  }
3927
3923
  }
3924
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3925
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TimeDistancePipe, name: "timeDistance", pure: false }); }
3928
3926
  }
3929
- TimeDistancePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TimeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3930
- TimeDistancePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TimeDistancePipe, name: "timeDistance", pure: false });
3931
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TimeDistancePipe, decorators: [{
3927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimeDistancePipe, decorators: [{
3932
3928
  type: Pipe,
3933
3929
  args: [{ name: 'timeDistance', pure: false }]
3934
3930
  }] });
@@ -3940,10 +3936,10 @@ class ToMinutesPipe {
3940
3936
  }
3941
3937
  return milliseconds;
3942
3938
  }
3939
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToMinutesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3940
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ToMinutesPipe, name: "toMinutes" }); }
3943
3941
  }
3944
- ToMinutesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ToMinutesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3945
- ToMinutesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: ToMinutesPipe, name: "toMinutes" });
3946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ToMinutesPipe, decorators: [{
3942
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToMinutesPipe, decorators: [{
3947
3943
  type: Pipe,
3948
3944
  args: [{ name: 'toMinutes' }]
3949
3945
  }] });
@@ -3969,10 +3965,10 @@ class DateFormatDistancePipe {
3969
3965
  }
3970
3966
  return undefined;
3971
3967
  }
3968
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFormatDistancePipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
3969
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateFormatDistancePipe, name: "dateFormatDistance", pure: false }); }
3972
3970
  }
3973
- DateFormatDistancePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateFormatDistancePipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
3974
- DateFormatDistancePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateFormatDistancePipe, name: "dateFormatDistance", pure: false });
3975
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateFormatDistancePipe, decorators: [{
3971
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFormatDistancePipe, decorators: [{
3976
3972
  type: Pipe,
3977
3973
  args: [{ name: 'dateFormatDistance', pure: false }]
3978
3974
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -3991,10 +3987,10 @@ class DateDistancePipe {
3991
3987
  return unavailable;
3992
3988
  }
3993
3989
  }
3990
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3991
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateDistancePipe, name: "dateDistance", pure: false }); }
3994
3992
  }
3995
- DateDistancePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
3996
- DateDistancePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateDistancePipe, name: "dateDistance", pure: false });
3997
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateDistancePipe, decorators: [{
3993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateDistancePipe, decorators: [{
3998
3994
  type: Pipe,
3999
3995
  args: [{ name: 'dateDistance', pure: false }]
4000
3996
  }] });
@@ -4008,10 +4004,10 @@ class DateDayRangePipe {
4008
4004
  return unavailable;
4009
4005
  }
4010
4006
  }
4007
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateDayRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4008
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateDayRangePipe, name: "dateDayRange" }); }
4011
4009
  }
4012
- DateDayRangePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateDayRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4013
- DateDayRangePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateDayRangePipe, name: "dateDayRange" });
4014
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateDayRangePipe, decorators: [{
4010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateDayRangePipe, decorators: [{
4015
4011
  type: Pipe,
4016
4012
  args: [{ name: 'dateDayRange' }]
4017
4013
  }] });
@@ -4025,10 +4021,10 @@ class DateTimeRangePipe {
4025
4021
  return unavailable;
4026
4022
  }
4027
4023
  }
4024
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4025
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangePipe, name: "dateTimeRange" }); }
4028
4026
  }
4029
- DateTimeRangePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4030
- DateTimeRangePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangePipe, name: "dateTimeRange" });
4031
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangePipe, decorators: [{
4027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangePipe, decorators: [{
4032
4028
  type: Pipe,
4033
4029
  args: [{ name: 'dateTimeRange' }]
4034
4030
  }] });
@@ -4042,10 +4038,10 @@ class DateDayTimeRangePipe {
4042
4038
  return unavailable;
4043
4039
  }
4044
4040
  }
4041
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateDayTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4042
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateDayTimeRangePipe, name: "dateDayTimeRange" }); }
4045
4043
  }
4046
- DateDayTimeRangePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateDayTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4047
- DateDayTimeRangePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateDayTimeRangePipe, name: "dateDayTimeRange" });
4048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateDayTimeRangePipe, decorators: [{
4044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateDayTimeRangePipe, decorators: [{
4049
4045
  type: Pipe,
4050
4046
  args: [{ name: 'dateDayTimeRange' }]
4051
4047
  }] });
@@ -4059,10 +4055,10 @@ class DateTimeRangeOnlyPipe {
4059
4055
  return unavailable;
4060
4056
  }
4061
4057
  }
4058
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangeOnlyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4059
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangeOnlyPipe, name: "dateTimeRangeOnly" }); }
4062
4060
  }
4063
- DateTimeRangeOnlyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangeOnlyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4064
- DateTimeRangeOnlyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangeOnlyPipe, name: "dateTimeRangeOnly" });
4065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangeOnlyPipe, decorators: [{
4061
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangeOnlyPipe, decorators: [{
4066
4062
  type: Pipe,
4067
4063
  args: [{ name: 'dateTimeRangeOnly' }]
4068
4064
  }] });
@@ -4076,10 +4072,10 @@ class DateTimeRangeOnlyDistancePipe {
4076
4072
  return unavailable;
4077
4073
  }
4078
4074
  }
4075
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4076
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, name: "dateTimeRangeOnlyDistance" }); }
4079
4077
  }
4080
- DateTimeRangeOnlyDistancePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4081
- DateTimeRangeOnlyDistancePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, name: "dateTimeRangeOnlyDistance" });
4082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, decorators: [{
4078
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateTimeRangeOnlyDistancePipe, decorators: [{
4083
4079
  type: Pipe,
4084
4080
  args: [{ name: 'dateTimeRangeOnlyDistance' }]
4085
4081
  }] });
@@ -4096,10 +4092,10 @@ class TargetDateToSystemDatePipe {
4096
4092
  return undefined;
4097
4093
  }
4098
4094
  }
4095
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TargetDateToSystemDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4096
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TargetDateToSystemDatePipe, name: "targetDateToSystemDate", pure: false }); }
4099
4097
  }
4100
- TargetDateToSystemDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TargetDateToSystemDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4101
- TargetDateToSystemDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TargetDateToSystemDatePipe, name: "targetDateToSystemDate", pure: false });
4102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TargetDateToSystemDatePipe, decorators: [{
4098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TargetDateToSystemDatePipe, decorators: [{
4103
4099
  type: Pipe,
4104
4100
  args: [{ name: 'targetDateToSystemDate', pure: false }]
4105
4101
  }] });
@@ -4116,10 +4112,10 @@ class TimezoneAbbreviationPipe {
4116
4112
  return undefined;
4117
4113
  }
4118
4114
  }
4115
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimezoneAbbreviationPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4116
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TimezoneAbbreviationPipe, name: "timezoneAbbreviation", pure: false }); }
4119
4117
  }
4120
- TimezoneAbbreviationPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TimezoneAbbreviationPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4121
- TimezoneAbbreviationPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TimezoneAbbreviationPipe, name: "timezoneAbbreviation", pure: false });
4122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TimezoneAbbreviationPipe, decorators: [{
4118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimezoneAbbreviationPipe, decorators: [{
4123
4119
  type: Pipe,
4124
4120
  args: [{ name: 'timezoneAbbreviation', pure: false }]
4125
4121
  }] });
@@ -4136,10 +4132,10 @@ class SystemDateToTargetDatePipe {
4136
4132
  return undefined;
4137
4133
  }
4138
4134
  }
4135
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SystemDateToTargetDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4136
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SystemDateToTargetDatePipe, name: "systemDateToTargetDate", pure: false }); }
4139
4137
  }
4140
- SystemDateToTargetDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemDateToTargetDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4141
- SystemDateToTargetDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: SystemDateToTargetDatePipe, name: "systemDateToTargetDate", pure: false });
4142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemDateToTargetDatePipe, decorators: [{
4138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SystemDateToTargetDatePipe, decorators: [{
4143
4139
  type: Pipe,
4144
4140
  args: [{ name: 'systemDateToTargetDate', pure: false }]
4145
4141
  }] });
@@ -4153,10 +4149,10 @@ class DateRangeDistancePipe {
4153
4149
  return unavailable;
4154
4150
  }
4155
4151
  }
4152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateRangeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4153
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DateRangeDistancePipe, name: "dateRangeDistance", pure: false }); }
4156
4154
  }
4157
- DateRangeDistancePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateRangeDistancePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4158
- DateRangeDistancePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DateRangeDistancePipe, name: "dateRangeDistance", pure: false });
4159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateRangeDistancePipe, decorators: [{
4155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateRangeDistancePipe, decorators: [{
4160
4156
  type: Pipe,
4161
4157
  args: [{ name: 'dateRangeDistance', pure: false }]
4162
4158
  }] });
@@ -4182,47 +4178,47 @@ const declarations$3 = [
4182
4178
  ToMinutesPipe
4183
4179
  ];
4184
4180
  class DbxDatePipeModule {
4185
- }
4186
- DbxDatePipeModulefac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4187
- DbxDatePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxDatePipeModule, declarations: [
4188
- //
4189
- DateDistancePipe,
4190
- DateRangeDistancePipe,
4191
- TargetDateToSystemDatePipe,
4192
- SystemDateToTargetDatePipe,
4193
- TimezoneAbbreviationPipe,
4194
- DateFromToTimePipe,
4195
- DateDayRangePipe,
4196
- DateDayTimeRangePipe,
4197
- DateTimeRangeOnlyPipe,
4198
- DateTimeRangePipe,
4199
- DateTimeRangeOnlyDistancePipe,
4200
- DateFormatDistancePipe,
4201
- MinutesStringPipe,
4202
- TimeDistanceCountdownPipe,
4203
- TimeDistancePipe,
4204
- ToJsDatePipe,
4205
- ToMinutesPipe], exports: [
4206
- //
4207
- DateDistancePipe,
4208
- DateRangeDistancePipe,
4209
- TargetDateToSystemDatePipe,
4210
- SystemDateToTargetDatePipe,
4211
- TimezoneAbbreviationPipe,
4212
- DateFromToTimePipe,
4213
- DateDayRangePipe,
4214
- DateDayTimeRangePipe,
4215
- DateTimeRangeOnlyPipe,
4216
- DateTimeRangePipe,
4217
- DateTimeRangeOnlyDistancePipe,
4218
- DateFormatDistancePipe,
4219
- MinutesStringPipe,
4220
- TimeDistanceCountdownPipe,
4221
- TimeDistancePipe,
4222
- ToJsDatePipe,
4223
- ToMinutesPipe] });
4224
- DbxDatePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDatePipeModule });
4225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDatePipeModule, decorators: [{
4181
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4182
+ static { thismod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxDatePipeModule, declarations: [
4183
+ //
4184
+ DateDistancePipe,
4185
+ DateRangeDistancePipe,
4186
+ TargetDateToSystemDatePipe,
4187
+ SystemDateToTargetDatePipe,
4188
+ TimezoneAbbreviationPipe,
4189
+ DateFromToTimePipe,
4190
+ DateDayRangePipe,
4191
+ DateDayTimeRangePipe,
4192
+ DateTimeRangeOnlyPipe,
4193
+ DateTimeRangePipe,
4194
+ DateTimeRangeOnlyDistancePipe,
4195
+ DateFormatDistancePipe,
4196
+ MinutesStringPipe,
4197
+ TimeDistanceCountdownPipe,
4198
+ TimeDistancePipe,
4199
+ ToJsDatePipe,
4200
+ ToMinutesPipe], exports: [
4201
+ //
4202
+ DateDistancePipe,
4203
+ DateRangeDistancePipe,
4204
+ TargetDateToSystemDatePipe,
4205
+ SystemDateToTargetDatePipe,
4206
+ TimezoneAbbreviationPipe,
4207
+ DateFromToTimePipe,
4208
+ DateDayRangePipe,
4209
+ DateDayTimeRangePipe,
4210
+ DateTimeRangeOnlyPipe,
4211
+ DateTimeRangePipe,
4212
+ DateTimeRangeOnlyDistancePipe,
4213
+ DateFormatDistancePipe,
4214
+ MinutesStringPipe,
4215
+ TimeDistanceCountdownPipe,
4216
+ TimeDistancePipe,
4217
+ ToJsDatePipe,
4218
+ ToMinutesPipe] }); }
4219
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDatePipeModule }); }
4220
+ }
4221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDatePipeModule, decorators: [{
4226
4222
  type: NgModule,
4227
4223
  args: [{
4228
4224
  declarations: declarations$3,
@@ -4247,20 +4243,20 @@ class PrettyJsonPipe {
4247
4243
  transform(input, spacing) {
4248
4244
  return PrettyJsonPipe.toPrettyJson(input, spacing);
4249
4245
  }
4246
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PrettyJsonPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4247
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PrettyJsonPipe, name: "prettyjson" }); }
4250
4248
  }
4251
- PrettyJsonPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PrettyJsonPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4252
- PrettyJsonPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: PrettyJsonPipe, name: "prettyjson" });
4253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PrettyJsonPipe, decorators: [{
4249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PrettyJsonPipe, decorators: [{
4254
4250
  type: Pipe,
4255
4251
  args: [{ name: 'prettyjson' }]
4256
4252
  }] });
4257
4253
 
4258
4254
  class DbxMiscPipeModule {
4255
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMiscPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4256
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxMiscPipeModule, declarations: [PrettyJsonPipe], exports: [PrettyJsonPipe] }); }
4257
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMiscPipeModule }); }
4259
4258
  }
4260
- DbxMiscPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMiscPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4261
- DbxMiscPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxMiscPipeModule, declarations: [PrettyJsonPipe], exports: [PrettyJsonPipe] });
4262
- DbxMiscPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMiscPipeModule });
4263
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxMiscPipeModule, decorators: [{
4259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMiscPipeModule, decorators: [{
4264
4260
  type: NgModule,
4265
4261
  args: [{
4266
4262
  exports: [PrettyJsonPipe],
@@ -4275,10 +4271,10 @@ class GetValuePipe {
4275
4271
  transform(input, args) {
4276
4272
  return getValueFromGetter(input, args);
4277
4273
  }
4274
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4275
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: GetValuePipe, name: "getValue", pure: false }); }
4278
4276
  }
4279
- GetValuePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: GetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4280
- GetValuePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: GetValuePipe, name: "getValue", pure: false });
4281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: GetValuePipe, decorators: [{
4277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetValuePipe, decorators: [{
4282
4278
  type: Pipe,
4283
4279
  args: [{
4284
4280
  name: 'getValue',
@@ -4292,10 +4288,10 @@ class GetValueOncePipe {
4292
4288
  transform(input, args) {
4293
4289
  return getValueFromGetter(input, args);
4294
4290
  }
4291
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetValueOncePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4292
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: GetValueOncePipe, name: "getValueOnce" }); }
4295
4293
  }
4296
- GetValueOncePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: GetValueOncePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4297
- GetValueOncePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: GetValueOncePipe, name: "getValueOnce" });
4298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: GetValueOncePipe, decorators: [{
4294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetValueOncePipe, decorators: [{
4299
4295
  type: Pipe,
4300
4296
  args: [{
4301
4297
  name: 'getValueOnce',
@@ -4312,21 +4308,21 @@ class DollarAmountPipe {
4312
4308
  transform(input, defaultIfNull) {
4313
4309
  return defaultIfNull == null || input != null ? dollarAmountString(input) : defaultIfNull;
4314
4310
  }
4311
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DollarAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4312
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DollarAmountPipe, name: "dollarAmount" }); }
4315
4313
  }
4316
- DollarAmountPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DollarAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4317
- DollarAmountPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DollarAmountPipe, name: "dollarAmount" });
4318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DollarAmountPipe, decorators: [{
4314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DollarAmountPipe, decorators: [{
4319
4315
  type: Pipe,
4320
4316
  args: [{ name: 'dollarAmount' }]
4321
4317
  }] });
4322
4318
 
4323
4319
  const declarations$2 = [DollarAmountPipe, GetValuePipe, GetValueOncePipe];
4324
4320
  class DbxValuePipeModule {
4321
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4322
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, declarations: [DollarAmountPipe, GetValuePipe, GetValueOncePipe], exports: [DollarAmountPipe, GetValuePipe, GetValueOncePipe] }); }
4323
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule }); }
4325
4324
  }
4326
- DbxValuePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValuePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4327
- DbxValuePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxValuePipeModule, declarations: [DollarAmountPipe, GetValuePipe, GetValueOncePipe], exports: [DollarAmountPipe, GetValuePipe, GetValueOncePipe] });
4328
- DbxValuePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValuePipeModule });
4329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValuePipeModule, decorators: [{
4325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxValuePipeModule, decorators: [{
4330
4326
  type: NgModule,
4331
4327
  args: [{
4332
4328
  exports: declarations$2,
@@ -4335,11 +4331,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
4335
4331
  }] });
4336
4332
 
4337
4333
  class DbxPipesModule {
4334
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4335
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxPipesModule, exports: [DbxAsyncPipeModule, DbxMiscPipeModule, DbxDatePipeModule, DbxValuePipeModule] }); }
4336
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxPipesModule, imports: [DbxAsyncPipeModule, DbxMiscPipeModule, DbxDatePipeModule, DbxValuePipeModule] }); }
4338
4337
  }
4339
- DbxPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4340
- DbxPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxPipesModule, exports: [DbxAsyncPipeModule, DbxMiscPipeModule, DbxDatePipeModule, DbxValuePipeModule] });
4341
- DbxPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPipesModule, imports: [DbxAsyncPipeModule, DbxMiscPipeModule, DbxDatePipeModule, DbxValuePipeModule] });
4342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPipesModule, decorators: [{
4338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxPipesModule, decorators: [{
4343
4339
  type: NgModule,
4344
4340
  args: [{
4345
4341
  exports: [DbxAsyncPipeModule, DbxMiscPipeModule, DbxDatePipeModule, DbxValuePipeModule]
@@ -4360,10 +4356,10 @@ class AbstractFilterSourceConnectorDirective {
4360
4356
  connectWithSource(filterSource) {
4361
4357
  this._source.next(filterSource);
4362
4358
  }
4359
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractFilterSourceConnectorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4360
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractFilterSourceConnectorDirective, ngImport: i0 }); }
4363
4361
  }
4364
- AbstractFilterSourceConnectorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractFilterSourceConnectorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4365
- AbstractFilterSourceConnectorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractFilterSourceConnectorDirective, ngImport: i0 });
4366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractFilterSourceConnectorDirective, decorators: [{
4362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractFilterSourceConnectorDirective, decorators: [{
4367
4363
  type: Directive
4368
4364
  }] });
4369
4365
 
@@ -4441,10 +4437,10 @@ class AbstractFilterSourceDirective {
4441
4437
  makeDefaultFilter() {
4442
4438
  return of(this.defaultFilterValue);
4443
4439
  }
4440
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractFilterSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4441
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractFilterSourceDirective, ngImport: i0 }); }
4444
4442
  }
4445
- AbstractFilterSourceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractFilterSourceDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4446
- AbstractFilterSourceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractFilterSourceDirective, ngImport: i0 });
4447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractFilterSourceDirective, decorators: [{
4443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractFilterSourceDirective, decorators: [{
4448
4444
  type: Directive
4449
4445
  }] });
4450
4446
 
@@ -4459,10 +4455,10 @@ class DbxFilterConnectSourceDirective {
4459
4455
  ngOnInit() {
4460
4456
  this.filterSourceConnector.connectWithSource(this.filterSource);
4461
4457
  }
4458
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterConnectSourceDirective, deps: [{ token: i1$5.FilterSource, host: true }, { token: i1$5.FilterSourceConnector }], target: i0.ɵɵFactoryTarget.Directive }); }
4459
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxFilterConnectSourceDirective, selector: "[dbxFilterConnectSource]", ngImport: i0 }); }
4462
4460
  }
4463
- DbxFilterConnectSourceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterConnectSourceDirective, deps: [{ token: i1$5.FilterSource, host: true }, { token: i1$5.FilterSourceConnector }], target: i0.ɵɵFactoryTarget.Directive });
4464
- DbxFilterConnectSourceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterConnectSourceDirective, selector: "[dbxFilterConnectSource]", ngImport: i0 });
4465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterConnectSourceDirective, decorators: [{
4461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterConnectSourceDirective, decorators: [{
4466
4462
  type: Directive,
4467
4463
  args: [{
4468
4464
  selector: '[dbxFilterConnectSource]'
@@ -4475,10 +4471,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
4475
4471
  * Used as a FilterSource and FilterSourceConnector.
4476
4472
  */
4477
4473
  class DbxFilterSourceConnectorDirective extends AbstractFilterSourceConnectorDirective {
4474
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4475
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxFilterSourceConnectorDirective, selector: "[dbxFilterSourceConnector]", providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)], usesInheritance: true, ngImport: i0 }); }
4478
4476
  }
4479
- DbxFilterSourceConnectorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4480
- DbxFilterSourceConnectorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterSourceConnectorDirective, selector: "[dbxFilterSourceConnector]", providers: [...provideFilterSource(DbxFilterSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterSourceConnectorDirective)], usesInheritance: true, ngImport: i0 });
4481
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterSourceConnectorDirective, decorators: [{
4477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterSourceConnectorDirective, decorators: [{
4482
4478
  type: Directive,
4483
4479
  args: [{
4484
4480
  selector: '[dbxFilterSourceConnector]',
@@ -4499,10 +4495,10 @@ class AbstractDbxFilterMapInstanceDirective {
4499
4495
  ngOnDestroy() {
4500
4496
  this._key.complete();
4501
4497
  }
4498
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, deps: [{ token: i1$5.FilterMap }], target: i0.ɵɵFactoryTarget.Directive }); }
4499
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractDbxFilterMapInstanceDirective, ngImport: i0 }); }
4502
4500
  }
4503
- AbstractDbxFilterMapInstanceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, deps: [{ token: i1$5.FilterMap }], target: i0.ɵɵFactoryTarget.Directive });
4504
- AbstractDbxFilterMapInstanceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxFilterMapInstanceDirective, ngImport: i0 });
4505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, decorators: [{
4501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxFilterMapInstanceDirective, decorators: [{
4506
4502
  type: Directive
4507
4503
  }], ctorParameters: function () { return [{ type: i1$5.FilterMap }]; } });
4508
4504
 
@@ -4523,10 +4519,10 @@ class DbxFilterMapSourceDirective extends AbstractDbxFilterMapInstanceDirective
4523
4519
  initWithFilter(filterObs) {
4524
4520
  this.instance$.pipe(first()).subscribe((x) => x.initWithFilter(filterObs));
4525
4521
  }
4522
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4523
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxFilterMapSourceDirective, selector: "[dbxFilterMapSource]", inputs: { key: ["dbxFilterMapSource", "key"] }, providers: [provideFilterSource(DbxFilterMapSourceDirective)], exportAs: ["dbxFilterMapSource"], usesInheritance: true, ngImport: i0 }); }
4526
4524
  }
4527
- DbxFilterMapSourceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterMapSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4528
- DbxFilterMapSourceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterMapSourceDirective, selector: "[dbxFilterMapSource]", inputs: { key: ["dbxFilterMapSource", "key"] }, providers: [provideFilterSource(DbxFilterMapSourceDirective)], exportAs: ["dbxFilterMapSource"], usesInheritance: true, ngImport: i0 });
4529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterMapSourceDirective, decorators: [{
4525
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterMapSourceDirective, decorators: [{
4530
4526
  type: Directive,
4531
4527
  args: [{
4532
4528
  selector: '[dbxFilterMapSource]',
@@ -4557,10 +4553,10 @@ class DbxFilterMapSourceConnectorDirective extends DbxFilterMapSourceDirective {
4557
4553
  }
4558
4554
  });
4559
4555
  }
4556
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4557
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxFilterMapSourceConnectorDirective, selector: "[dbxFilterMapSourceConnector]", inputs: { key: ["dbxFilterMapSourceConnector", "key"] }, providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)], exportAs: ["dbxFilterMapSourceConnector"], usesInheritance: true, ngImport: i0 }); }
4560
4558
  }
4561
- DbxFilterMapSourceConnectorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4562
- DbxFilterMapSourceConnectorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterMapSourceConnectorDirective, selector: "[dbxFilterMapSourceConnector]", inputs: { key: ["dbxFilterMapSourceConnector", "key"] }, providers: [...provideFilterSource(DbxFilterMapSourceConnectorDirective), ...provideFilterSourceConnector(DbxFilterMapSourceConnectorDirective)], exportAs: ["dbxFilterMapSourceConnector"], usesInheritance: true, ngImport: i0 });
4563
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, decorators: [{
4559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterMapSourceConnectorDirective, decorators: [{
4564
4560
  type: Directive,
4565
4561
  args: [{
4566
4562
  selector: '[dbxFilterMapSourceConnector]',
@@ -4582,10 +4578,10 @@ class DbxFilterMapDirective {
4582
4578
  ngOnDestroy() {
4583
4579
  this.filterMap.destroy();
4584
4580
  }
4581
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterMapDirective, deps: [{ token: i1$5.FilterMap }], target: i0.ɵɵFactoryTarget.Directive }); }
4582
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxFilterMapDirective, selector: "[dbxFilterMap]", providers: [FilterMap], exportAs: ["dbxFilterMap"], ngImport: i0 }); }
4585
4583
  }
4586
- DbxFilterMapDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterMapDirective, deps: [{ token: i1$5.FilterMap }], target: i0.ɵɵFactoryTarget.Directive });
4587
- DbxFilterMapDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterMapDirective, selector: "[dbxFilterMap]", providers: [FilterMap], exportAs: ["dbxFilterMap"], ngImport: i0 });
4588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterMapDirective, decorators: [{
4584
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterMapDirective, decorators: [{
4589
4585
  type: Directive,
4590
4586
  args: [{
4591
4587
  selector: '[dbxFilterMap]',
@@ -4605,10 +4601,10 @@ function isClickablePartialFilterPreset(preset) {
4605
4601
  * Basic filter source directive.
4606
4602
  */
4607
4603
  class DbxFilterSourceDirective extends AbstractFilterSourceDirective {
4604
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
4605
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxFilterSourceDirective, selector: "[dbxFilterSource]", providers: provideFilterSourceDirective(DbxFilterSourceDirective), usesInheritance: true, ngImport: i0 }); }
4608
4606
  }
4609
- DbxFilterSourceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
4610
- DbxFilterSourceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterSourceDirective, selector: "[dbxFilterSource]", providers: provideFilterSourceDirective(DbxFilterSourceDirective), usesInheritance: true, ngImport: i0 });
4611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterSourceDirective, decorators: [{
4607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterSourceDirective, decorators: [{
4612
4608
  type: Directive,
4613
4609
  args: [{
4614
4610
  selector: '[dbxFilterSource]',
@@ -4618,11 +4614,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
4618
4614
 
4619
4615
  const declarations$1 = [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective];
4620
4616
  class DbxCoreFilterModule {
4617
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4618
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreFilterModule, declarations: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective], imports: [CommonModule], exports: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective] }); }
4619
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreFilterModule, imports: [CommonModule] }); }
4621
4620
  }
4622
- DbxCoreFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4623
- DbxCoreFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreFilterModule, declarations: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective], imports: [CommonModule], exports: [DbxFilterSourceDirective, DbxFilterMapSourceConnectorDirective, DbxFilterConnectSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterMapDirective, DbxFilterMapSourceDirective] });
4624
- DbxCoreFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreFilterModule, imports: [CommonModule] });
4625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCoreFilterModule, decorators: [{
4621
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxCoreFilterModule, decorators: [{
4626
4622
  type: NgModule,
4627
4623
  args: [{
4628
4624
  imports: [CommonModule],
@@ -4649,17 +4645,6 @@ function mergeDbxInjectionComponentConfigs(configs) {
4649
4645
  * Instance used by components to inject content based on the configuration into the view.
4650
4646
  */
4651
4647
  class DbxInjectionInstance {
4652
- constructor(_injector) {
4653
- this._injector = _injector;
4654
- this._subscriptionObject = new SubscriptionObject();
4655
- this._config = new BehaviorSubject(undefined);
4656
- this._template = new BehaviorSubject(undefined);
4657
- this._content = new BehaviorSubject(undefined);
4658
- this._componentRef = new BehaviorSubject(undefined);
4659
- this.config$ = this._config.pipe(distinctUntilChanged());
4660
- this.template$ = this._template.pipe(distinctUntilChanged());
4661
- this.content$ = this._content.pipe(filterMaybe(), distinctUntilChanged(), shareReplay(1));
4662
- }
4663
4648
  get config() {
4664
4649
  return this._config.value;
4665
4650
  }
@@ -4684,6 +4669,17 @@ class DbxInjectionInstance {
4684
4669
  set componentRef(componentRef) {
4685
4670
  this._componentRef.next(componentRef);
4686
4671
  }
4672
+ constructor(_injector) {
4673
+ this._injector = _injector;
4674
+ this._subscriptionObject = new SubscriptionObject();
4675
+ this._config = new BehaviorSubject(undefined);
4676
+ this._template = new BehaviorSubject(undefined);
4677
+ this._content = new BehaviorSubject(undefined);
4678
+ this._componentRef = new BehaviorSubject(undefined);
4679
+ this.config$ = this._config.pipe(distinctUntilChanged());
4680
+ this.template$ = this._template.pipe(distinctUntilChanged());
4681
+ this.content$ = this._content.pipe(filterMaybe(), distinctUntilChanged(), shareReplay(1));
4682
+ }
4687
4683
  init() {
4688
4684
  // Wait until the first of either of the two inputs comes in as not defined, and then emit.
4689
4685
  // We filter the first maybe here between the two items.
@@ -4723,7 +4719,7 @@ class DbxInjectionInstance {
4723
4719
  if (providers || data) {
4724
4720
  injector = Injector.create({
4725
4721
  parent: parentInjector,
4726
- providers: mergeArrayOrValueIntoArray([
4722
+ providers: pushItemOrArrayItemsIntoArray([
4727
4723
  {
4728
4724
  provide: DBX_INJECTION_COMPONENT_DATA,
4729
4725
  useValue: data
@@ -4780,10 +4776,10 @@ class AbstractDbxInjectionDirective {
4780
4776
  setContent(content) {
4781
4777
  this._instance.content = content;
4782
4778
  }
4779
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxInjectionDirective, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
4780
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractDbxInjectionDirective, ngImport: i0 }); }
4783
4781
  }
4784
- AbstractDbxInjectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxInjectionDirective, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
4785
- AbstractDbxInjectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxInjectionDirective, ngImport: i0 });
4786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxInjectionDirective, decorators: [{
4782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractDbxInjectionDirective, decorators: [{
4787
4783
  type: Directive
4788
4784
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
4789
4785
 
@@ -4800,12 +4796,12 @@ class DbxInjectionComponent extends AbstractDbxInjectionDirective {
4800
4796
  set content(content) {
4801
4797
  this.setContent(content);
4802
4798
  }
4803
- }
4804
- DbxInjectionComponentfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
4805
- DbxInjectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: { config: "config", template: "template" }, viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
4799
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
4800
+ static { thiscmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: { config: "config", template: "template" }, viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
4806
4801
  <ng-template #content></ng-template>
4807
- `, isInline: true });
4808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionComponent, decorators: [{
4802
+ `, isInline: true }); }
4803
+ }
4804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionComponent, decorators: [{
4809
4805
  type: Component,
4810
4806
  args: [{
4811
4807
  selector: 'dbx-injection, [dbxInjection], [dbx-injection]',
@@ -4840,14 +4836,14 @@ class DbxInjectionArrayComponent {
4840
4836
  set entries(entries) {
4841
4837
  this._entries.next(entries || []);
4842
4838
  }
4843
- }
4844
- DbxInjectionArrayComponentfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionArrayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4845
- DbxInjectionArrayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxInjectionArrayComponent, selector: "dbx-injection-array", inputs: { entries: "entries" }, ngImport: i0, template: `
4839
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionArrayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4840
+ static { thiscmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DbxInjectionArrayComponent, selector: "dbx-injection-array", inputs: { entries: "entries" }, ngImport: i0, template: `
4846
4841
  <ng-container *ngFor="let entry of entries$ | async; trackBy: trackByKeyFn">
4847
4842
  <dbx-injection [config]="entry.injectionConfig | asObservable | async"></dbx-injection>
4848
4843
  </ng-container>
4849
- `, isInline: true, dependencies: [{ kind: "directive", type: i1$6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1$6.AsyncPipe, name: "async" }, { kind: "pipe", type: AsObservablePipe, name: "asObservable" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4850
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionArrayComponent, decorators: [{
4844
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1$6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1$6.AsyncPipe, name: "async" }, { kind: "pipe", type: AsObservablePipe, name: "asObservable" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4845
+ }
4846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionArrayComponent, decorators: [{
4851
4847
  type: Component,
4852
4848
  args: [{
4853
4849
  selector: 'dbx-injection-array',
@@ -4989,10 +4985,10 @@ class DbxInjectionContextDirective {
4989
4985
  }
4990
4986
  return clearedValue;
4991
4987
  }
4988
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionContextDirective, deps: [{ token: i0.Injector }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4989
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxInjectionContextDirective, selector: "[dbxInjectionContext]", inputs: { config: "config" }, providers: provideDbxInjectionContext(DbxInjectionContextDirective), ngImport: i0 }); }
4992
4990
  }
4993
- DbxInjectionContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionContextDirective, deps: [{ token: i0.Injector }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
4994
- DbxInjectionContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxInjectionContextDirective, selector: "[dbxInjectionContext]", inputs: { config: "config" }, providers: provideDbxInjectionContext(DbxInjectionContextDirective), ngImport: i0 });
4995
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionContextDirective, decorators: [{
4991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionContextDirective, decorators: [{
4996
4992
  type: Directive,
4997
4993
  args: [{
4998
4994
  selector: '[dbxInjectionContext]',
@@ -5004,11 +5000,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
5004
5000
 
5005
5001
  const declarations = [DbxInjectionComponent, DbxInjectionArrayComponent, DbxInjectionContextDirective];
5006
5002
  class DbxInjectionComponentModule {
5003
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5004
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionComponentModule, declarations: [DbxInjectionComponent, DbxInjectionArrayComponent, DbxInjectionContextDirective], imports: [CommonModule, DbxAsyncPipeModule], exports: [DbxInjectionComponent, DbxInjectionArrayComponent, DbxInjectionContextDirective] }); }
5005
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionComponentModule, imports: [CommonModule, DbxAsyncPipeModule] }); }
5007
5006
  }
5008
- DbxInjectionComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5009
- DbxInjectionComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionComponentModule, declarations: [DbxInjectionComponent, DbxInjectionArrayComponent, DbxInjectionContextDirective], imports: [CommonModule, DbxAsyncPipeModule], exports: [DbxInjectionComponent, DbxInjectionArrayComponent, DbxInjectionContextDirective] });
5010
- DbxInjectionComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionComponentModule, imports: [CommonModule, DbxAsyncPipeModule] });
5011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInjectionComponentModule, decorators: [{
5007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxInjectionComponentModule, decorators: [{
5012
5008
  type: NgModule,
5013
5009
  args: [{
5014
5010
  imports: [CommonModule, DbxAsyncPipeModule],
@@ -5034,10 +5030,10 @@ class AbstractForwardDbxInjectionContextDirective {
5034
5030
  resetContext() {
5035
5031
  return this.dbxInjectionContext.resetContext();
5036
5032
  }
5033
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, deps: [{ token: DbxInjectionContext, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
5034
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AbstractForwardDbxInjectionContextDirective, ngImport: i0 }); }
5037
5035
  }
5038
- AbstractForwardDbxInjectionContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, deps: [{ token: DbxInjectionContext, host: true }], target: i0.ɵɵFactoryTarget.Directive });
5039
- AbstractForwardDbxInjectionContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractForwardDbxInjectionContextDirective, ngImport: i0 });
5040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, decorators: [{
5036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AbstractForwardDbxInjectionContextDirective, decorators: [{
5041
5037
  type: Directive
5042
5038
  }], ctorParameters: function () { return [{ type: DbxInjectionContext, decorators: [{
5043
5039
  type: Host
@@ -5112,10 +5108,10 @@ class LockSetComponentStore extends ComponentStore {
5112
5108
  _destroyNow() {
5113
5109
  this.lockSet.destroy();
5114
5110
  }
5111
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LockSetComponentStore, deps: [{ token: null, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
5112
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LockSetComponentStore }); }
5115
5113
  }
5116
- LockSetComponentStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LockSetComponentStore, deps: [{ token: null, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5117
- LockSetComponentStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LockSetComponentStore });
5118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LockSetComponentStore, decorators: [{
5114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LockSetComponentStore, decorators: [{
5119
5115
  type: Injectable
5120
5116
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
5121
5117
  type: Inject,
@@ -5166,6 +5162,7 @@ class WrapperSimpleStorageAccessorDelegate {
5166
5162
  * LimitedStorageAccessor implementation that uses a Delegate
5167
5163
  */
5168
5164
  class SimpleStorageAccessor {
5165
+ static { this.PREFIX_SPLITTER = '::'; }
5169
5166
  constructor(_delegate, config) {
5170
5167
  this._delegate = _delegate;
5171
5168
  const prefix = config.prefix;
@@ -5282,7 +5279,6 @@ class SimpleStorageAccessor {
5282
5279
  return this._delegate.stringifyValue(value);
5283
5280
  }
5284
5281
  }
5285
- SimpleStorageAccessor.PREFIX_SPLITTER = '::';
5286
5282
 
5287
5283
  /**
5288
5284
  * Simple StorageAccessor implementation that wraps a FullStorageObject.
@@ -5350,10 +5346,10 @@ class SimpleStorageAccessorFactory {
5350
5346
  };
5351
5347
  return new SimpleStorageAccessor(delegate, accessorConfig);
5352
5348
  }
5349
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SimpleStorageAccessorFactory, deps: [{ token: DEFAULT_STORAGE_OBJECT_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
5350
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SimpleStorageAccessorFactory }); }
5353
5351
  }
5354
- SimpleStorageAccessorFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SimpleStorageAccessorFactory, deps: [{ token: DEFAULT_STORAGE_OBJECT_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
5355
- SimpleStorageAccessorFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SimpleStorageAccessorFactory });
5356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SimpleStorageAccessorFactory, decorators: [{
5352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SimpleStorageAccessorFactory, decorators: [{
5357
5353
  type: Injectable
5358
5354
  }], ctorParameters: function () { return [{ type: i1$7.FullStorageObject, decorators: [{
5359
5355
  type: Inject,
@@ -5463,11 +5459,11 @@ class DbxStorageModule {
5463
5459
  ]
5464
5460
  };
5465
5461
  }
5462
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxStorageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5463
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxStorageModule }); }
5464
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxStorageModule }); }
5466
5465
  }
5467
- DbxStorageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStorageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5468
- DbxStorageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxStorageModule });
5469
- DbxStorageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStorageModule });
5470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStorageModule, decorators: [{
5466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxStorageModule, decorators: [{
5471
5467
  type: NgModule
5472
5468
  }] });
5473
5469
 
@@ -5475,5 +5471,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
5475
5471
  * Generated bundle index. Do not edit.
5476
5472
  */
5477
5473
 
5478
- export { APP_ACTION_DISABLED_DIRECTIVE_KEY, APP_ACTION_DISABLED_ON_SUCCESS_DIRECTIVE_KEY, APP_ACTION_ENFORCE_MODIFIED_DIRECTIVE_KEY, AbstractDbxActionHandlerDirective, AbstractDbxActionValueOnTriggerDirective, AbstractDbxAnchorDirective, AbstractDbxButtonDirective, AbstractDbxFilterMapInstanceDirective, AbstractDbxInjectionDirective, AbstractFilterSourceConnectorDirective, AbstractFilterSourceDirective, AbstractForwardDbxInjectionContextDirective, AbstractIfDirective, AbstractLockSetSubscriptionDirective, AbstractSubscriptionDirective, AbstractTransitionDirective, AbstractTransitionWatcherDirective, ActionContextStore, ActionContextStoreSource, ActionContextStoreSourceMap, AnchorType, AsObservablePipe, DBX_ACTION_HANDLER_LOCK_KEY, DBX_APP_APP_CONTEXT_STATE, DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, DBX_AUTH_APP_CONTEXT_STATE, DBX_INIT_APP_CONTEXT_STATE, DBX_INJECTION_COMPONENT_DATA, DBX_KNOWN_APP_CONTEXT_STATES, DBX_ONBOARDING_APP_CONTEXT_STATE, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_PUBLIC_APP_CONTEXT_STATE, DEFAULT_ACTION_DISABLED_KEY, DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_VALUE, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_VALUE, DEFAULT_STORAGE_ACCESSOR_FACTORY_TOKEN, DEFAULT_STORAGE_OBJECT_TOKEN, DateDayRangePipe, DateDayTimeRangePipe, DateDistancePipe, DateFormatDistancePipe, DateFromToTimePipe, DateRangeDistancePipe, DateTimeRangeOnlyDistancePipe, DateTimeRangeOnlyPipe, DateTimeRangePipe, DbxActionAutoModifyDirective, DbxActionAutoTriggerDirective, DbxActionButtonDirective, DbxActionButtonTriggerDirective, DbxActionContextBaseSource, DbxActionContextLoggerDirective, DbxActionContextMachine, DbxActionContextMachineAsService, DbxActionContextMapDirective, DbxActionContextMapDirectiveSourceInstance, DbxActionContextStoreSourceInstance, DbxActionDirective, DbxActionDisabledDirective, DbxActionDisabledOnSuccessDirective, DbxActionEnforceModifiedDirective, DbxActionFromMapDirective, DbxActionHandlerDirective, DbxActionHandlerInstance, DbxActionHasSuccessDirective, DbxActionIsWorkingDirective, DbxActionMapSourceDirective, DbxActionMapWorkingDisableDirective, DbxActionPreSuccessDirective, DbxActionSourceDirective, DbxActionState, DbxActionSuccessHandlerDirective, DbxActionValueDirective, DbxActionValueOnTriggerInstance, DbxActionValueTriggerDirective, DbxActionWorkInstanceDelegate, DbxAnchor, DbxAngularRouterService, DbxAppAuthRouterEffects, DbxAppAuthRouterModule, DbxAppAuthRouterService, DbxAppAuthRouterStateModule, DbxAppAuthRoutes, DbxAppAuthStateModule, DbxAppAuthStateService, DbxAppContextService, DbxAppContextStateDirective, DbxAppContextStateModule, DbxAsyncPipeModule, DbxAuthHasAnyRoleDirective, DbxAuthHasRolesDirective, DbxAuthNotAnyRolesDirective, DbxAuthService, DbxButton, DbxButtonDirective, DbxButtonSegueDirective, DbxCoreActionModule, DbxCoreAngularRouterSegueModule, DbxCoreAuthModule, DbxCoreButtonModule, DbxCoreFilterModule, DbxCoreUIRouterSegueModule, DbxDatePipeModule, DbxFilterConnectSourceDirective, DbxFilterMapDirective, DbxFilterMapSourceConnectorDirective, DbxFilterMapSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterSourceDirective, DbxInjectionArrayComponent, DbxInjectionComponent, DbxInjectionComponentModule, DbxInjectionContext, DbxInjectionContextDirective, DbxInjectionInstance, DbxLoadingButtonDirective, DbxMiscPipeModule, DbxPipesModule, DbxRouteParamDefaultRedirectInstance, DbxRouteParamReaderInstance, DbxRouterService, DbxRouterTransitionEventType, DbxRouterTransitionService, DbxStorageModule, DbxUIRouterService, DbxValuePipeModule, DollarAmountPipe, FilterSourceDirective, FullLocalStorageObject, GetValueOncePipe, GetValuePipe, InstantStorageAccessor, LimitedStorageAccessor, LockSetComponentStore, MemoryStorageObject, MinutesStringPipe, NO_AUTH_USER_IDENTIFIER, PrettyJsonPipe, SecondaryActionContextStoreSource, SimpleStorageAccessor, SimpleStorageAccessorFactory, StorageAccessor, StringStorageAccessor, StringifySimpleStorageAccessorConverter, SystemDateToTargetDatePipe, TargetDateToSystemDatePipe, TimeDistanceCountdownPipe, TimeDistancePipe, TimezoneAbbreviationPipe, ToJsDatePipe, ToMinutesPipe, WrapperSimpleStorageAccessorDelegate, actionContextHasNoErrorAndIsModifiedAndCanTrigger, actionContextIsModifiedAndCanTrigger, actionContextStoreSourceInstanceFactory, actionContextStoreSourceMachineFactory, actionContextStoreSourcePipe, anchorTypeForAnchor, asSegueRef, asSegueRefString, authRolesSetContainsAllRolesFrom, authRolesSetContainsAnyRoleFrom, authRolesSetContainsNoRolesFrom, authUserIdentifier, canReadyValue, canTriggerAction, canTriggerActionState, checkNgContentWrapperHasContent, clickableUrlInNewTab, clickableUrlMailTo, clickableUrlTel, dbxActionValueStreamDirective, dbxButtonDisplayContentType, defaultStorageObjectFactory, enableHasAuthRoleHook, enableHasAuthStateHook, enableIsLoggedInHook, expandClickableAnchorLinkTree, expandClickableAnchorLinkTreeNode, expandClickableAnchorLinkTrees, filterTransitionEvent, filterTransitionSuccess, flattenExpandedClickableAnchorLinkTree, flattenExpandedClickableAnchorLinkTreeToLinks, index as fromDbxAppAuth, index$2 as fromDbxAppContext, goWithRouter, hasAuthRoleDecisionPipe, isActionContextDisabled, isActionContextEnabled, isClickableFilterPreset, isClickablePartialFilterPreset, isDisabledActionContextState, isIdleActionState, isLatestSuccessfulRoute, isSegueRef, isSegueRefActive, isSegueRefActiveFunction, isSegueRefActiveOnTransitionSuccess, isWorkingActionState, latestSuccessfulRoutes, loadingStateForActionContextState, loadingStateTypeForActionContextState, loadingStateTypeForActionState, loggedInObsFromIsLoggedIn, loggedOutObsFromIsLoggedIn, makeAuthTransitionHook, makeDbxActionContextSourceReference, mapRefStringObsToSegueRefObs, mergeDbxInjectionComponentConfigs, index$1 as onDbxAppAuth, index$3 as onDbxAppContext, onRouterTransitionEventType, onRouterTransitionSuccessEvent, pipeActionStore, provideActionStoreSource, provideDbxAnchor, provideDbxButton, provideDbxInjectionContext, provideFilterSource, provideFilterSourceConnector, provideFilterSourceDirective, provideSecondaryActionStoreSource, redirectBasedOnAuthUserState, redirectForIdentifierParamHook, redirectForUserIdentifierParamHook, refStringToSegueRef, safeDetectChanges, safeMarkForCheck, safeUseCdRef, successTransition, switchMapDbxInjectionComponentConfig, tapDetectChanges, tapSafeMarkForCheck, useActionStore };
5474
+ export { APP_ACTION_DISABLED_DIRECTIVE_KEY, APP_ACTION_DISABLED_ON_SUCCESS_DIRECTIVE_KEY, APP_ACTION_ENFORCE_MODIFIED_DIRECTIVE_KEY, AbstractDbxActionHandlerDirective, AbstractDbxActionValueOnTriggerDirective, AbstractDbxAnchorDirective, AbstractDbxButtonDirective, AbstractDbxFilterMapInstanceDirective, AbstractDbxInjectionDirective, AbstractFilterSourceConnectorDirective, AbstractFilterSourceDirective, AbstractForwardDbxInjectionContextDirective, AbstractIfDirective, AbstractLockSetSubscriptionDirective, AbstractSubscriptionDirective, AbstractTransitionDirective, AbstractTransitionWatcherDirective, ActionContextStore, ActionContextStoreSource, ActionContextStoreSourceMap, AnchorType, AsObservablePipe, DBX_ACTION_HANDLER_LOCK_KEY, DBX_APP_APP_CONTEXT_STATE, DBX_APP_AUTH_ROUTER_EFFECTS_TOKEN, DBX_AUTH_APP_CONTEXT_STATE, DBX_INIT_APP_CONTEXT_STATE, DBX_INJECTION_COMPONENT_DATA, DBX_KNOWN_APP_CONTEXT_STATES, DBX_ONBOARD_APP_CONTEXT_STATE, DBX_PUBLIC_APP_CONTEXT_STATE, DEFAULT_ACTION_DISABLED_KEY, DEFAULT_ACTION_MAP_WORKING_DISABLED_KEY, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_IDENTIFIER_PARAM_VALUE, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_KEY, DEFAULT_REDIRECT_FOR_USER_IDENTIFIER_PARAM_VALUE, DEFAULT_STORAGE_ACCESSOR_FACTORY_TOKEN, DEFAULT_STORAGE_OBJECT_TOKEN, DateDayRangePipe, DateDayTimeRangePipe, DateDistancePipe, DateFormatDistancePipe, DateFromToTimePipe, DateRangeDistancePipe, DateTimeRangeOnlyDistancePipe, DateTimeRangeOnlyPipe, DateTimeRangePipe, DbxActionAutoModifyDirective, DbxActionAutoTriggerDirective, DbxActionButtonDirective, DbxActionButtonTriggerDirective, DbxActionContextBaseSource, DbxActionContextLoggerDirective, DbxActionContextMachine, DbxActionContextMachineAsService, DbxActionContextMapDirective, DbxActionContextMapDirectiveSourceInstance, DbxActionContextStoreSourceInstance, DbxActionDirective, DbxActionDisabledDirective, DbxActionDisabledOnSuccessDirective, DbxActionEnforceModifiedDirective, DbxActionFromMapDirective, DbxActionHandlerDirective, DbxActionHandlerInstance, DbxActionHasSuccessDirective, DbxActionIsWorkingDirective, DbxActionMapSourceDirective, DbxActionMapWorkingDisableDirective, DbxActionPreSuccessDirective, DbxActionSourceDirective, DbxActionState, DbxActionSuccessHandlerDirective, DbxActionValueDirective, DbxActionValueOnTriggerInstance, DbxActionValueTriggerDirective, DbxActionWorkInstanceDelegate, DbxAnchor, DbxAngularRouterService, DbxAppAuthRouterEffects, DbxAppAuthRouterModule, DbxAppAuthRouterService, DbxAppAuthRouterStateModule, DbxAppAuthRoutes, DbxAppAuthStateModule, DbxAppAuthStateService, DbxAppContextService, DbxAppContextStateDirective, DbxAppContextStateModule, DbxAsyncPipeModule, DbxAuthHasAnyRoleDirective, DbxAuthHasRolesDirective, DbxAuthNotAnyRolesDirective, DbxAuthService, DbxButton, DbxButtonDirective, DbxButtonSegueDirective, DbxCoreActionModule, DbxCoreAngularRouterSegueModule, DbxCoreAuthModule, DbxCoreButtonModule, DbxCoreFilterModule, DbxCoreUIRouterSegueModule, DbxDatePipeModule, DbxFilterConnectSourceDirective, DbxFilterMapDirective, DbxFilterMapSourceConnectorDirective, DbxFilterMapSourceDirective, DbxFilterSourceConnectorDirective, DbxFilterSourceDirective, DbxInjectionArrayComponent, DbxInjectionComponent, DbxInjectionComponentModule, DbxInjectionContext, DbxInjectionContextDirective, DbxInjectionInstance, DbxLoadingButtonDirective, DbxMiscPipeModule, DbxPipesModule, DbxRouteParamDefaultRedirectInstance, DbxRouteParamReaderInstance, DbxRouterService, DbxRouterTransitionEventType, DbxRouterTransitionService, DbxStorageModule, DbxUIRouterService, DbxValuePipeModule, DollarAmountPipe, FilterSourceDirective, FullLocalStorageObject, GetValueOncePipe, GetValuePipe, InstantStorageAccessor, LimitedStorageAccessor, LockSetComponentStore, MemoryStorageObject, MinutesStringPipe, NO_AUTH_USER_IDENTIFIER, PrettyJsonPipe, SecondaryActionContextStoreSource, SimpleStorageAccessor, SimpleStorageAccessorFactory, StorageAccessor, StringStorageAccessor, StringifySimpleStorageAccessorConverter, SystemDateToTargetDatePipe, TargetDateToSystemDatePipe, TimeDistanceCountdownPipe, TimeDistancePipe, TimezoneAbbreviationPipe, ToJsDatePipe, ToMinutesPipe, WrapperSimpleStorageAccessorDelegate, actionContextHasNoErrorAndIsModifiedAndCanTrigger, actionContextIsModifiedAndCanTrigger, actionContextStoreSourceInstanceFactory, actionContextStoreSourceMachineFactory, actionContextStoreSourcePipe, anchorTypeForAnchor, asSegueRef, asSegueRefString, authRolesSetContainsAllRolesFrom, authRolesSetContainsAnyRoleFrom, authRolesSetContainsNoRolesFrom, authUserIdentifier, canReadyValue, canTriggerAction, canTriggerActionState, checkNgContentWrapperHasContent, clickableUrlInNewTab, clickableUrlMailTo, clickableUrlTel, dbxActionValueStreamDirective, dbxButtonDisplayContentType, defaultStorageObjectFactory, enableHasAuthRoleHook, enableHasAuthStateHook, enableIsLoggedInHook, expandClickableAnchorLinkTree, expandClickableAnchorLinkTreeNode, expandClickableAnchorLinkTrees, filterTransitionEvent, filterTransitionSuccess, flattenExpandedClickableAnchorLinkTree, flattenExpandedClickableAnchorLinkTreeToLinks, index as fromDbxAppAuth, index$2 as fromDbxAppContext, goWithRouter, hasAuthRoleDecisionPipe, isActionContextDisabled, isActionContextEnabled, isClickableFilterPreset, isClickablePartialFilterPreset, isDisabledActionContextState, isIdleActionState, isLatestSuccessfulRoute, isSegueRef, isSegueRefActive, isSegueRefActiveFunction, isSegueRefActiveOnTransitionSuccess, isWorkingActionState, latestSuccessfulRoutes, loadingStateForActionContextState, loadingStateTypeForActionContextState, loadingStateTypeForActionState, loggedInObsFromIsLoggedIn, loggedOutObsFromIsLoggedIn, makeAuthTransitionHook, makeDbxActionContextSourceReference, mapRefStringObsToSegueRefObs, mergeDbxInjectionComponentConfigs, index$1 as onDbxAppAuth, index$3 as onDbxAppContext, onRouterTransitionEventType, onRouterTransitionSuccessEvent, pipeActionStore, provideActionStoreSource, provideDbxAnchor, provideDbxButton, provideDbxInjectionContext, provideFilterSource, provideFilterSourceConnector, provideFilterSourceDirective, provideSecondaryActionStoreSource, redirectBasedOnAuthUserState, redirectForIdentifierParamHook, redirectForUserIdentifierParamHook, refStringToSegueRef, safeDetectChanges, safeMarkForCheck, safeUseCdRef, successTransition, switchMapDbxInjectionComponentConfig, tapDetectChanges, tapSafeMarkForCheck, useActionStore };
5479
5475
  //# sourceMappingURL=dereekb-dbx-core.mjs.map