@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
@@ -39,7 +39,7 @@ export declare enum DbxActionState {
39
39
  /**
40
40
  * Unique key for disabling/enabling.
41
41
  */
42
- export declare type DbxActionDisabledKey = string;
42
+ export type DbxActionDisabledKey = string;
43
43
  export declare const DEFAULT_ACTION_DISABLED_KEY = "dbx_action_disabled";
44
44
  export declare function isIdleActionState(actionState: DbxActionState): boolean;
45
45
  export declare function loadingStateTypeForActionState(actionState: DbxActionState): LoadingStateType;
@@ -12,6 +12,6 @@ export declare class DbxActionWorkInstanceDelegate<T = unknown, O = unknown> imp
12
12
  success(result: O): void;
13
13
  reject(error: Maybe<ReadableError | Observable<ReadableError>>): void;
14
14
  }
15
- export declare type HandleActionWithFunctionOrContext<T = unknown, O = unknown> = HandleActionFunction<T, O> | HandleActionWithContext<T, O>;
16
- export declare type HandleActionFunction<T = unknown, O = unknown> = WorkUsingObservable<T, O>;
17
- export declare type HandleActionWithContext<T = unknown, O = unknown> = WorkUsingContext<T, O>;
15
+ export type HandleActionWithFunctionOrContext<T = unknown, O = unknown> = HandleActionFunction<T, O> | HandleActionWithContext<T, O>;
16
+ export type HandleActionFunction<T = unknown, O = unknown> = WorkUsingObservable<T, O>;
17
+ export type HandleActionWithContext<T = unknown, O = unknown> = WorkUsingContext<T, O>;
@@ -22,9 +22,9 @@ export declare abstract class ActionContextStoreSource<T = unknown, O = unknown>
22
22
  export declare abstract class SecondaryActionContextStoreSource<T = unknown, O = unknown> extends ActionContextStoreSource<T, O> {
23
23
  }
24
24
  export declare function actionContextStoreSourcePipe<T, O>(obs: Observable<Maybe<ActionContextStore<T, O>>>): Observable<ActionContextStore<T, O>>;
25
- export declare type PipeActionStoreFunction<R, T, O> = (store: ActionContextStore<T, O>) => Observable<R>;
25
+ export type PipeActionStoreFunction<R, T, O> = (store: ActionContextStore<T, O>) => Observable<R>;
26
26
  export declare function pipeActionStore<R = unknown, T = unknown, O = unknown>(source: ActionContextStoreSource<T, O>, pipeFn: PipeActionStoreFunction<R, T, O>): Observable<R>;
27
- export declare type UseActionStoreFunction<T, O> = (store: ActionContextStore<T, O>) => void;
27
+ export type UseActionStoreFunction<T, O> = (store: ActionContextStore<T, O>) => void;
28
28
  /**
29
29
  * Convenience function for subscribing to the input source once and using the provided store.
30
30
  */
@@ -12,5 +12,5 @@ export declare class DbxActionAutoModifyDirective<T, O> extends AbstractSubscrip
12
12
  ngOnInit(): void;
13
13
  ngOnDestroy(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionAutoModifyDirective<any, any>, [{ host: true; }]>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionAutoModifyDirective<any, any>, "[dbxActionAutoModify]", never, { "autoModifyEnabled": "dbxActionAutoModify"; }, {}, never, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionAutoModifyDirective<any, any>, "[dbxActionAutoModify]", never, { "autoModifyEnabled": { "alias": "dbxActionAutoModify"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
@@ -52,5 +52,5 @@ export declare class DbxActionAutoTriggerDirective<T = unknown, O = unknown> ext
52
52
  ngOnInit(): void;
53
53
  ngOnDestroy(): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionAutoTriggerDirective<any, any>, [{ host: true; }]>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionAutoTriggerDirective<any, any>, "dbxActionAutoTrigger, [dbxActionAutoTrigger]", never, { "triggerEnabled": "dbxActionAutoTrigger"; "triggerDebounce": "triggerDebounce"; "triggerThrottle": "triggerThrottle"; "triggerErrorThrottle": "triggerErrorThrottle"; "fastTrigger": "fastTrigger"; "instantTrigger": "instantTrigger"; "triggerLimit": "triggerLimit"; }, {}, never, never, false>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionAutoTriggerDirective<any, any>, "dbxActionAutoTrigger, [dbxActionAutoTrigger]", never, { "triggerEnabled": { "alias": "dbxActionAutoTrigger"; "required": false; }; "triggerDebounce": { "alias": "triggerDebounce"; "required": false; }; "triggerThrottle": { "alias": "triggerThrottle"; "required": false; }; "triggerErrorThrottle": { "alias": "triggerErrorThrottle"; "required": false; }; "fastTrigger": { "alias": "fastTrigger"; "required": false; }; "instantTrigger": { "alias": "instantTrigger"; "required": false; }; "triggerLimit": { "alias": "triggerLimit"; "required": false; }; }, {}, never, never, false, never>;
56
56
  }
@@ -9,5 +9,5 @@ export declare class DbxActionDirective<T = unknown, O = unknown> extends DbxAct
9
9
  constructor(inputSource: SecondaryActionContextStoreSource<T, O>);
10
10
  ngOnDestroy(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionDirective<any, any>, [{ optional: true; host: true; }]>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDirective<any, any>, "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", ["action", "dbxAction"], {}, {}, never, never, false>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDirective<any, any>, "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", ["action", "dbxAction"], {}, {}, never, never, false, never>;
13
13
  }
@@ -12,5 +12,5 @@ export declare class DbxActionSourceDirective implements SecondaryActionContextS
12
12
  get source(): Maybe<ActionContextStoreSource>;
13
13
  set source(source: Maybe<ActionContextStoreSource>);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSourceDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionSourceDirective, "[dbxActionSource]", never, { "source": "dbxActionSource"; }, {}, never, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionSourceDirective, "[dbxActionSource]", never, { "source": { "alias": "dbxActionSource"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
@@ -10,5 +10,5 @@ export declare class DbxActionContextLoggerDirective extends AbstractSubscriptio
10
10
  constructor(source: DbxActionContextStoreSourceInstance);
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionContextLoggerDirective, [{ host: true; }]>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionContextLoggerDirective, "[dbxActionLogger],[dbxActionContextLogger]", never, {}, {}, never, never, false>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionContextLoggerDirective, "[dbxActionLogger],[dbxActionContextLogger]", never, {}, {}, never, never, false, never>;
14
14
  }
@@ -1,5 +1,5 @@
1
1
  import { ActionContextStoreSource } from '../../action.store.source';
2
- export declare type ActionKey = string;
2
+ export type ActionKey = string;
3
3
  /**
4
4
  * Map that returns sources for ActionKey values.
5
5
  */
@@ -22,7 +22,7 @@ export declare class DbxActionContextMapDirective implements ActionContextStoreS
22
22
  reduceFromAllSources<O, R>(mapFn: (input: ActionContextStore) => Observable<O>, reduceFn: (values: O[]) => R): Observable<R>;
23
23
  fromAllSources<O>(mapFn: (input: ActionContextStore) => Observable<O>): Observable<O[]>;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionContextMapDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionContextMapDirective, "[dbxActionContextMap]", ["actionMap"], {}, {}, never, never, false>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionContextMapDirective, "[dbxActionContextMap]", ["actionMap"], {}, {}, never, never, false, never>;
26
26
  }
27
27
  export declare class DbxActionContextMapDirectiveSourceInstance implements ActionContextStoreSource {
28
28
  private readonly parent;
@@ -16,5 +16,5 @@ export declare class DbxActionFromMapDirective implements SecondaryActionContext
16
16
  get key(): Maybe<ActionKey>;
17
17
  set key(key: Maybe<ActionKey>);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionFromMapDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionFromMapDirective, "[dbxActionFromMap]", never, { "key": "dbxActionFromMap"; }, {}, never, never, false>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionFromMapDirective, "[dbxActionFromMap]", never, { "key": { "alias": "dbxActionFromMap"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -16,5 +16,5 @@ export declare class DbxActionMapSourceDirective implements OnDestroy {
16
16
  private _addToStore;
17
17
  private _removeFromToStore;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionMapSourceDirective, [{ host: true; }, null]>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionMapSourceDirective, "[dbxActionMapSource]", never, { "key": "dbxActionMapSource"; }, {}, never, never, false>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionMapSourceDirective, "[dbxActionMapSource]", never, { "key": { "alias": "dbxActionMapSource"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -17,5 +17,5 @@ export declare class DbxActionMapWorkingDisableDirective extends AbstractSubscri
17
17
  ngOnInit(): void;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionMapWorkingDisableDirective, [{ host: true; }, null]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionMapWorkingDisableDirective, "[dbxActionMapWorkingDisable]", never, { "disabledKey": "dbxActionMapWorkingDisable"; }, {}, never, never, false>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionMapWorkingDisableDirective, "[dbxActionMapWorkingDisable]", never, { "disabledKey": { "alias": "dbxActionMapWorkingDisable"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class DbxActionDisabledDirective<T, O> extends AbstractSubscripti
17
17
  get disabled(): boolean;
18
18
  set disabled(disabled: Maybe<boolean | ''>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionDisabledDirective<any, any>, [{ host: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDisabledDirective<any, any>, "[dbxActionDisabled]", never, { "disabled": "dbxActionDisabled"; }, {}, never, never, false>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDisabledDirective<any, any>, "[dbxActionDisabled]", never, { "disabled": { "alias": "dbxActionDisabled"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class DbxActionDisabledOnSuccessDirective<T, O> extends AbstractS
17
17
  get disabled(): boolean;
18
18
  set disabled(disabled: Maybe<boolean | ''>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionDisabledOnSuccessDirective<any, any>, [{ host: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDisabledOnSuccessDirective<any, any>, "[dbxActionDisabledOnSuccess]", never, { "disabled": "dbxActionDisabledOnSuccess"; }, {}, never, never, false>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDisabledOnSuccessDirective<any, any>, "[dbxActionDisabledOnSuccess]", never, { "disabled": { "alias": "dbxActionDisabledOnSuccess"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
@@ -16,5 +16,5 @@ export declare class DbxActionEnforceModifiedDirective extends AbstractSubscript
16
16
  get enabled(): boolean;
17
17
  set enabled(enabled: Maybe<boolean | ''>);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionEnforceModifiedDirective, [{ host: true; }]>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionEnforceModifiedDirective, "[dbxActionEnforceModified]", never, { "enabled": "dbxActionEnforceModified"; }, {}, never, never, false>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionEnforceModifiedDirective, "[dbxActionEnforceModified]", never, { "enabled": { "alias": "dbxActionEnforceModified"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -14,7 +14,7 @@ export declare abstract class AbstractDbxActionHandlerDirective<T = unknown, O =
14
14
  ngOnInit(): void;
15
15
  ngOnDestroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxActionHandlerDirective<any, any>, [{ host: true; }]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxActionHandlerDirective<any, any>, never, never, {}, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxActionHandlerDirective<any, any>, never, never, {}, {}, never, never, false, never>;
18
18
  }
19
19
  /**
20
20
  * Directive that wraps and controls a DbxActionHandlerInstance.
@@ -23,5 +23,5 @@ export declare class DbxActionHandlerDirective<T = unknown, O = unknown> extends
23
23
  get handlerFunction(): Maybe<HandleActionWithFunctionOrContext<T, O>>;
24
24
  set handlerFunction(handlerFunction: Maybe<HandleActionWithFunctionOrContext<T, O>>);
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionHandlerDirective<any, any>, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionHandlerDirective<any, any>, "[dbxActionHandler]", never, { "handlerFunction": "dbxActionHandler"; }, {}, never, never, false>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionHandlerDirective<any, any>, "[dbxActionHandler]", never, { "handlerFunction": { "alias": "dbxActionHandler"; "required": false; }; }, {}, never, never, false, never>;
27
27
  }
@@ -14,5 +14,5 @@ export declare class DbxActionPreSuccessDirective extends AbstractIfDirective {
14
14
  readonly show$: import("rxjs").Observable<boolean>;
15
15
  constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef, source: DbxActionContextStoreSourceInstance);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionPreSuccessDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionPreSuccessDirective, "[dbxActionPreSuccess]", never, { "hideFor": "dbxActionPreSuccess"; }, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionPreSuccessDirective, "[dbxActionPreSuccess]", never, { "hideFor": { "alias": "dbxActionPreSuccess"; "required": false; }; }, {}, never, never, false, never>;
18
18
  }
@@ -14,5 +14,5 @@ export declare class DbxActionHasSuccessDirective extends AbstractIfDirective im
14
14
  readonly show$: import("rxjs").Observable<boolean>;
15
15
  constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef, source: DbxActionContextStoreSourceInstance);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionHasSuccessDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionHasSuccessDirective, "[dbxActionHasSuccess]", never, { "hideAfter": "dbxActionHasSuccess"; }, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionHasSuccessDirective, "[dbxActionHasSuccess]", never, { "hideAfter": { "alias": "dbxActionHasSuccess"; "required": false; }; }, {}, never, never, false, never>;
18
18
  }
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * Performs the action on success.
8
8
  */
9
- export declare type DbxActionSuccessHandlerFunction<O = unknown> = (value: O) => void;
9
+ export type DbxActionSuccessHandlerFunction<O = unknown> = (value: O) => void;
10
10
  /**
11
11
  * Directive that executes a function on ActionContextStore Success.
12
12
  */
@@ -20,5 +20,5 @@ export declare class DbxActionSuccessHandlerDirective<T, O> extends AbstractSubs
20
20
  ngOnInit(): void;
21
21
  ngOnDestroy(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSuccessHandlerDirective<any, any>, [{ host: true; }]>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionSuccessHandlerDirective<any, any>, "[dbxActionSuccessHandler]", never, { "successFunction": "dbxActionSuccessHandler"; }, {}, never, never, false>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionSuccessHandlerDirective<any, any>, "[dbxActionSuccessHandler]", never, { "successFunction": { "alias": "dbxActionSuccessHandler"; "required": false; }; }, {}, never, never, false, never>;
24
24
  }
@@ -18,5 +18,5 @@ export declare class DbxActionValueDirective<T, O> extends AbstractSubscriptionD
18
18
  ngOnInit(): void;
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionValueDirective<any, any>, [{ host: true; }]>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionValueDirective<any, any>, "[dbxActionValue]", never, { "valueOrFunction": "dbxActionValue"; }, {}, never, never, false>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionValueDirective<any, any>, "[dbxActionValue]", never, { "valueOrFunction": { "alias": "dbxActionValue"; "required": false; }; }, {}, never, never, false, never>;
22
22
  }
@@ -20,5 +20,5 @@ export declare class dbxActionValueStreamDirective<T, O> implements OnInit, OnDe
20
20
  ngOnInit(): void;
21
21
  ngOnDestroy(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<dbxActionValueStreamDirective<any, any>, [{ host: true; }]>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<dbxActionValueStreamDirective<any, any>, "[dbxActionValueStream]", never, { "dbxActionValueStream": "dbxActionValueStream"; "dbxActionValueStreamIsNotEmpty": "dbxActionValueStreamIsNotEmpty"; "dbxActionValueStreamModified": "dbxActionValueStreamModified"; }, {}, never, never, false>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<dbxActionValueStreamDirective<any, any>, "[dbxActionValueStream]", never, { "dbxActionValueStream": { "alias": "dbxActionValueStream"; "required": false; }; "dbxActionValueStreamIsNotEmpty": { "alias": "dbxActionValueStreamIsNotEmpty"; "required": false; }; "dbxActionValueStreamModified": { "alias": "dbxActionValueStreamModified"; "required": false; }; }, {}, never, never, false, never>;
24
24
  }
@@ -19,7 +19,7 @@ export declare abstract class AbstractDbxActionValueOnTriggerDirective<T> implem
19
19
  ngOnInit(): void;
20
20
  ngOnDestroy(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxActionValueOnTriggerDirective<any>, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxActionValueOnTriggerDirective<any>, never, never, {}, {}, never, never, false>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxActionValueOnTriggerDirective<any>, never, never, {}, {}, never, never, false, never>;
23
23
  }
24
24
  /**
25
25
  * Action directive that is used to trigger/display a popover, then watches that popover for a value.
@@ -30,5 +30,5 @@ export declare class DbxActionValueTriggerDirective<T = object> extends Abstract
30
30
  set dbxActionValueTriggerModified(isModifiedFunction: Maybe<IsModifiedFunction>);
31
31
  constructor(elementRef: ElementRef, source: DbxActionContextStoreSourceInstance<T, unknown>);
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionValueTriggerDirective<any>, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionValueTriggerDirective<any>, "[dbxActionValueOnTrigger]", ["dbxActionValueOnTrigger"], { "dbxActionValueOnTrigger": "dbxActionValueOnTrigger"; "dbxActionValueTriggerModified": "dbxActionValueTriggerModified"; }, {}, never, never, false>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionValueTriggerDirective<any>, "[dbxActionValueOnTrigger]", ["dbxActionValueOnTrigger"], { "dbxActionValueOnTrigger": { "alias": "dbxActionValueOnTrigger"; "required": false; }; "dbxActionValueTriggerModified": { "alias": "dbxActionValueTriggerModified"; "required": false; }; }, {}, never, never, false, never>;
34
34
  }
@@ -4,7 +4,7 @@ import { DbxActionContextStoreSourceInstance } from '../../action.store.source';
4
4
  /**
5
5
  * DbxActionValueOnTriggerInstance function. Returns an ObervableGetter that returns a value.
6
6
  */
7
- export declare type DbxActionValueOnTriggerFunction<T> = () => ObservableOrValue<Maybe<T>>;
7
+ export type DbxActionValueOnTriggerFunction<T> = () => ObservableOrValue<Maybe<T>>;
8
8
  export interface DbxActionValueOnTriggerResult<T = unknown> {
9
9
  value?: Maybe<T>;
10
10
  reject?: Maybe<ReadableError>;
@@ -14,5 +14,5 @@ export declare class DbxActionIsWorkingDirective extends AbstractIfDirective imp
14
14
  readonly show$: import("rxjs").Observable<boolean>;
15
15
  constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef, source: DbxActionContextStoreSourceInstance);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionIsWorkingDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionIsWorkingDirective, "[dbxActionIsWorking]", never, { "showAfter": "dbxActionIsWorking"; }, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionIsWorkingDirective, "[dbxActionIsWorking]", never, { "showAfter": { "alias": "dbxActionIsWorking"; "required": false; }; }, {}, never, never, false, never>;
18
18
  }
@@ -15,5 +15,5 @@ export declare class DbxAuthHasAnyRoleDirective extends AbstractIfDirective impl
15
15
  ngOnDestroy(): void;
16
16
  set targetRoles(roles: Maybe<ArrayOrValue<AuthRole>>);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAuthHasAnyRoleDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAuthHasAnyRoleDirective, "[dbxAuthHasAnyRole]", never, { "targetRoles": "dbxAuthHasAnyRole"; }, {}, never, never, false>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAuthHasAnyRoleDirective, "[dbxAuthHasAnyRole]", never, { "targetRoles": { "alias": "dbxAuthHasAnyRole"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
@@ -15,5 +15,5 @@ export declare class DbxAuthHasRolesDirective extends AbstractIfDirective implem
15
15
  ngOnDestroy(): void;
16
16
  set targetRoles(roles: Maybe<ArrayOrValue<AuthRole>>);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAuthHasRolesDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAuthHasRolesDirective, "[dbxAuthHasRoles]", never, { "targetRoles": "dbxAuthHasRoles"; }, {}, never, never, false>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAuthHasRolesDirective, "[dbxAuthHasRoles]", never, { "targetRoles": { "alias": "dbxAuthHasRoles"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
@@ -15,5 +15,5 @@ export declare class DbxAuthNotAnyRolesDirective extends AbstractIfDirective imp
15
15
  ngOnDestroy(): void;
16
16
  set targetRoles(roles: Maybe<ArrayOrValue<AuthRole>>);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAuthNotAnyRolesDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAuthNotAnyRolesDirective, "[dbxAuthNotAnyRoles]", never, { "targetRoles": "dbxAuthNotAnyRoles"; }, {}, never, never, false>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAuthNotAnyRolesDirective, "[dbxAuthNotAnyRoles]", never, { "targetRoles": { "alias": "dbxAuthNotAnyRoles"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
@@ -9,16 +9,16 @@ import { Maybe } from '@dereekb/util';
9
9
  * - new: the user has a full account but has not completed onboarding/setup
10
10
  * - user: the user has a full account and has completed setup
11
11
  */
12
- export declare type AuthUserState = 'none' | 'anon' | 'new' | 'user' | 'error';
12
+ export type AuthUserState = 'none' | 'anon' | 'new' | 'user' | 'error';
13
13
  /**
14
14
  * Arbitrary identifier used to differentiate users.
15
15
  */
16
- export declare type AuthUserIdentifier = string;
16
+ export type AuthUserIdentifier = string;
17
17
  export declare const NO_AUTH_USER_IDENTIFIER = "0";
18
18
  /**
19
19
  * AuthUserIdentifier used to indicate that the user cannot be uniquely identifier.
20
20
  */
21
- export declare type NoAuthUserIdentifier = typeof NO_AUTH_USER_IDENTIFIER;
21
+ export type NoAuthUserIdentifier = typeof NO_AUTH_USER_IDENTIFIER;
22
22
  /**
23
23
  * Creates an AuthUserIdentifier from the input. If the input is undefined, returns the NoAuthUserIdentifier.
24
24
  *
@@ -10,15 +10,15 @@ import { Injector } from '@angular/core';
10
10
  * - false: redirect to the login page.
11
11
  * - StateOrName: redirect to the target page instead.
12
12
  */
13
- export declare type AuthTransitionDecision = true | false | SegueRefOrSegueRefRouterLink;
13
+ export type AuthTransitionDecision = true | false | SegueRefOrSegueRefRouterLink;
14
14
  export interface AuthTransitionDecisionGetterInput {
15
15
  readonly transition: Transition;
16
16
  readonly injector: Injector;
17
17
  readonly authService: DbxAuthService;
18
18
  }
19
- export declare type AuthTransitionRedirectTarget = Observable<Maybe<SegueRefOrSegueRefRouterLink>>;
20
- export declare type AuthTransitionRedirectTargetGetter = FactoryWithRequiredInput<AuthTransitionRedirectTarget, AuthTransitionDecisionGetterInput>;
21
- export declare type AuthTransitionRedirectTargetOrGetter = Maybe<SegueRefOrSegueRefRouterLink> | AuthTransitionRedirectTargetGetter;
19
+ export type AuthTransitionRedirectTarget = Observable<Maybe<SegueRefOrSegueRefRouterLink>>;
20
+ export type AuthTransitionRedirectTargetGetter = FactoryWithRequiredInput<AuthTransitionRedirectTarget, AuthTransitionDecisionGetterInput>;
21
+ export type AuthTransitionRedirectTargetOrGetter = Maybe<SegueRefOrSegueRefRouterLink> | AuthTransitionRedirectTargetGetter;
22
22
  export interface AuthTransitionHookOptions {
23
23
  /**
24
24
  * The state to redirect the user to when their auth fails.
@@ -5,7 +5,7 @@ import { AuthTransitionHookOptions, AuthTransitionStateData } from './hook';
5
5
  export interface HasAuthStateHookConfig {
6
6
  options: AuthTransitionHookOptions;
7
7
  }
8
- export declare type HasAuthStateConfig = ArrayOrValue<AuthUserState> | HasAuthStateObjectConfig;
8
+ export type HasAuthStateConfig = ArrayOrValue<AuthUserState> | HasAuthStateObjectConfig;
9
9
  export interface HasAuthStateObjectConfig {
10
10
  /**
11
11
  * Whether or not this state or any child state is considered "secure", which requires the user to be logged in.
@@ -26,4 +26,4 @@ export declare const selectAppAuthFeature: import("@ngrx/store").MemoizedSelecto
26
26
  /**
27
27
  * Selector to retrieve the state value from our DbxAppContextStateData in our DbxAppContextFeatureState.
28
28
  */
29
- export declare const selectDbxAppAuthUser: import("@ngrx/store").MemoizedSelector<object, fromDbxAppAuthUserState.DbxAppAuthStateUser, import("@ngrx/store").DefaultProjectorFn<fromDbxAppAuthUserState.DbxAppAuthStateUser>>;
29
+ export declare const selectDbxAppAuthUser: import("@ngrx/store").MemoizedSelector<object, fromDbxAppAuthUserState.DbxAppAuthStateUser, (s1: DbxAppAuthFeatureState) => fromDbxAppAuthUserState.DbxAppAuthStateUser>;
@@ -2,4 +2,4 @@ import * as fromDbxAppAuth from './reducer';
2
2
  /**
3
3
  * Type that contains the dbx-core contextual ngrx state information for auth.
4
4
  */
5
- export declare type DbxAppAuthFullState = fromDbxAppAuth.State;
5
+ export type DbxAppAuthFullState = fromDbxAppAuth.State;
@@ -14,5 +14,5 @@ export declare class DbxActionButtonDirective extends DbxActionButtonTriggerDire
14
14
  ngOnInit(): void;
15
15
  ngOnDestroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionButtonDirective, [{ host: true; }, null, null]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionButtonDirective, "[dbxActionButton]", never, {}, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionButtonDirective, "[dbxActionButton]", never, {}, {}, never, never, false, never>;
18
18
  }
@@ -13,5 +13,5 @@ export declare class DbxActionButtonTriggerDirective extends AbstractSubscriptio
13
13
  ngOnInit(): void;
14
14
  protected _buttonClicked(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionButtonTriggerDirective, [{ host: true; }, null]>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionButtonTriggerDirective, "[dbxActionButtonTrigger]", never, {}, {}, never, never, false>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionButtonTriggerDirective, "[dbxActionButtonTrigger]", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -37,7 +37,7 @@ export declare abstract class DbxButton implements DbxButtonDisplayContent {
37
37
  abstract clickButton(): void;
38
38
  }
39
39
  export declare function provideDbxButton<S extends DbxButton>(sourceType: Type<S>): Provider[];
40
- export declare type DbxButtonDisplayContentType = 'text_button' | 'icon_button';
40
+ export type DbxButtonDisplayContentType = 'text_button' | 'icon_button';
41
41
  /**
42
42
  * Delegate class used for retrieving the DbxButtonDisplayContent given an input value.
43
43
  */
@@ -44,12 +44,12 @@ export declare abstract class AbstractDbxButtonDirective extends AbstractSubscri
44
44
  */
45
45
  protected _forceButtonClicked(): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxButtonDirective, never>;
47
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxButtonDirective, never, never, { "disabled": "disabled"; "working": "working"; "icon": "icon"; "text": "text"; "buttonDisplay": "buttonDisplay"; }, { "buttonClick": "buttonClick"; }, never, never, false>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxButtonDirective, never, never, { "disabled": { "alias": "disabled"; "required": false; }; "working": { "alias": "working"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; "buttonDisplay": { "alias": "buttonDisplay"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
48
48
  }
49
49
  /**
50
50
  * Provides an DbxButton directive.
51
51
  */
52
52
  export declare class DbxButtonDirective extends AbstractDbxButtonDirective {
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxButtonDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxButtonDirective, "[dbxButton]", ["dbxButton"], {}, {}, never, never, false>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxButtonDirective, "[dbxButton]", ["dbxButton"], {}, {}, never, never, false, never>;
55
55
  }
@@ -17,5 +17,5 @@ export declare class DbxLoadingButtonDirective extends AbstractSubscriptionDirec
17
17
  */
18
18
  set context(context: LoadingContext);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxLoadingButtonDirective, [{ host: true; }, null]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxLoadingButtonDirective, "[dbxLoadingButton]", never, { "context": "dbxLoadingButton"; }, {}, never, never, false>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxLoadingButtonDirective, "[dbxLoadingButton]", never, { "context": { "alias": "dbxLoadingButton"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
@@ -15,5 +15,5 @@ export declare class DbxButtonSegueDirective extends AbstractSubscriptionDirecti
15
15
  ngOnInit(): void;
16
16
  ngOnDestroy(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxButtonSegueDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxButtonSegueDirective, "[dbxButtonSegue]", never, { "segueRef": "dbxButtonSegue"; }, {}, never, never, false>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxButtonSegueDirective, "[dbxButtonSegue]", never, { "segueRef": { "alias": "dbxButtonSegue"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
@@ -9,7 +9,7 @@
9
9
  *
10
10
  * More complex apps may have more sub-sections or app portions that could each have their own context state.
11
11
  */
12
- export declare type DbxAppContextState = string;
12
+ export type DbxAppContextState = string;
13
13
  export declare const DBX_INIT_APP_CONTEXT_STATE = "init";
14
14
  /**
15
15
  *
@@ -19,10 +19,6 @@ export declare const DBX_PUBLIC_APP_CONTEXT_STATE = "public";
19
19
  *
20
20
  */
21
21
  export declare const DBX_AUTH_APP_CONTEXT_STATE = "auth";
22
- /**
23
- * @deprecated use DBX_ONBOARD_APP_CONTEXT_STATE instead.
24
- */
25
- export declare const DBX_ONBOARDING_APP_CONTEXT_STATE = "onboarding";
26
22
  /**
27
23
  *
28
24
  */
@@ -36,7 +32,7 @@ export declare const DBX_APP_APP_CONTEXT_STATE = "app";
36
32
  *
37
33
  * Your app may not use these, but this type is available for convenience.
38
34
  */
39
- export declare type DbxKnownAppContextState = typeof DBX_INIT_APP_CONTEXT_STATE | typeof DBX_PUBLIC_APP_CONTEXT_STATE | typeof DBX_AUTH_APP_CONTEXT_STATE | typeof DBX_ONBOARD_APP_CONTEXT_STATE | typeof DBX_ONBOARDING_APP_CONTEXT_STATE | typeof DBX_APP_APP_CONTEXT_STATE;
35
+ export type DbxKnownAppContextState = typeof DBX_INIT_APP_CONTEXT_STATE | typeof DBX_PUBLIC_APP_CONTEXT_STATE | typeof DBX_AUTH_APP_CONTEXT_STATE | typeof DBX_ONBOARD_APP_CONTEXT_STATE | typeof DBX_APP_APP_CONTEXT_STATE;
40
36
  /**
41
37
  * Array of all DbxKnownAppContextState values, minus the init state.
42
38
  */
@@ -15,5 +15,5 @@ export declare class DbxAppContextStateDirective extends AbstractSubscriptionDir
15
15
  ngOnDestroy(): void;
16
16
  set state(state: Maybe<DbxAppContextState>);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAppContextStateDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAppContextStateDirective, "[dbxAppContextState]", never, { "state": "dbxAppContextState"; }, {}, never, never, false>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxAppContextStateDirective, "[dbxAppContextState]", never, { "state": { "alias": "dbxAppContextState"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
@@ -31,4 +31,4 @@ export declare const selectAppContextFeature: import("@ngrx/store").MemoizedSele
31
31
  /**
32
32
  * Selector to retrieve the state value from our DbxAppContextStateData in our DbxAppContextFeatureState.
33
33
  */
34
- export declare const selectDbxAppContextState: import("@ngrx/store").MemoizedSelector<object, string, import("@ngrx/store").DefaultProjectorFn<string>>;
34
+ export declare const selectDbxAppContextState: import("@ngrx/store").MemoizedSelector<object, string, (s1: DbxAppContextFeatureState) => string>;
@@ -6,4 +6,4 @@ import * as fromDbxAppContext from './reducer';
6
6
  *
7
7
  * Sub-state types that need to be aware of this typeing may extend (via union) this type.
8
8
  */
9
- export declare type DbxAppContextFullState = fromDbxAppContext.State;
9
+ export type DbxAppContextFullState = fromDbxAppContext.State;
@@ -11,5 +11,5 @@ export declare abstract class AbstractFilterSourceConnectorDirective<F> implemen
11
11
  ngOnDestroy(): void;
12
12
  connectWithSource(filterSource: FilterSource<F>): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFilterSourceConnectorDirective<any>, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFilterSourceConnectorDirective<any>, never, never, {}, {}, never, never, false>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFilterSourceConnectorDirective<any>, never, never, {}, {}, never, never, false, never>;
15
15
  }
@@ -29,5 +29,5 @@ export declare abstract class AbstractFilterSourceDirective<F = unknown> impleme
29
29
  set initialFilterTakesPriority(initialFilterTakesPriority: boolean);
30
30
  protected makeDefaultFilter(): ObservableOrValue<Maybe<F>>;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFilterSourceDirective<any>, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFilterSourceDirective<any>, never, never, {}, {}, never, never, false>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFilterSourceDirective<any>, never, never, {}, {}, never, never, false, never>;
33
33
  }
@@ -10,5 +10,5 @@ export declare class DbxFilterConnectSourceDirective<F = unknown> implements OnI
10
10
  constructor(filterSource: FilterSource<F>, filterSourceConnector: FilterSourceConnector<F>);
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterConnectSourceDirective<any>, [{ host: true; }, null]>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterConnectSourceDirective<any>, "[dbxFilterConnectSource]", never, {}, {}, never, never, false>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterConnectSourceDirective<any>, "[dbxFilterConnectSource]", never, {}, {}, never, never, false, never>;
14
14
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class DbxFilterSourceConnectorDirective<F = unknown> extends AbstractFilterSourceConnectorDirective<F> {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterSourceConnectorDirective<any>, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterSourceConnectorDirective<any>, "[dbxFilterSourceConnector]", never, {}, {}, never, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterSourceConnectorDirective<any>, "[dbxFilterSourceConnector]", never, {}, {}, never, never, false, never>;
9
9
  }
@@ -10,5 +10,5 @@ export declare class DbxFilterMapSourceConnectorDirective<F> extends DbxFilterMa
10
10
  set key(key: Maybe<FilterMapKey>);
11
11
  connectWithSource(filterSource: FilterSource<F>): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterMapSourceConnectorDirective<any>, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterMapSourceConnectorDirective<any>, "[dbxFilterMapSourceConnector]", ["dbxFilterMapSourceConnector"], { "key": "dbxFilterMapSourceConnector"; }, {}, never, never, false>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterMapSourceConnectorDirective<any>, "[dbxFilterMapSourceConnector]", ["dbxFilterMapSourceConnector"], { "key": { "alias": "dbxFilterMapSourceConnector"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
@@ -9,5 +9,5 @@ export declare class DbxFilterMapDirective<F> implements OnDestroy {
9
9
  constructor(filterMap: FilterMap<F>);
10
10
  ngOnDestroy(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterMapDirective<any>, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterMapDirective<any>, "[dbxFilterMap]", ["dbxFilterMap"], {}, {}, never, never, false>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterMapDirective<any>, "[dbxFilterMap]", ["dbxFilterMap"], {}, {}, never, never, false, never>;
13
13
  }
@@ -14,5 +14,5 @@ export declare abstract class AbstractDbxFilterMapInstanceDirective<F> implement
14
14
  constructor(dbxFilterMap: FilterMap<F>);
15
15
  ngOnDestroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxFilterMapInstanceDirective<any>, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxFilterMapInstanceDirective<any>, never, never, {}, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxFilterMapInstanceDirective<any>, never, never, {}, {}, never, never, false, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class DbxFilterMapSourceDirective<F> extends AbstractDbxFilterMap
12
12
  set key(key: Maybe<FilterMapKey>);
13
13
  initWithFilter(filterObs: Observable<F>): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterMapSourceDirective<any>, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterMapSourceDirective<any>, "[dbxFilterMapSource]", ["dbxFilterMapSource"], { "key": "dbxFilterMapSource"; }, {}, never, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterMapSourceDirective<any>, "[dbxFilterMapSource]", ["dbxFilterMapSource"], { "key": { "alias": "dbxFilterMapSource"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
@@ -26,4 +26,4 @@ export declare function isClickablePartialFilterPreset<F>(preset: object): prese
26
26
  /**
27
27
  * Convenience type for either a ClickableFilterPreset or a ClickablePartialFilterPreset of the same type.
28
28
  */
29
- export declare type ClickableFilterPresetOrPartialPreset<F extends FilterWithPreset<P>, P extends string = string> = ClickableFilterPreset<F, P> | ClickablePartialFilterPreset<F>;
29
+ export type ClickableFilterPresetOrPartialPreset<F extends FilterWithPreset<P>, P extends string = string> = ClickableFilterPreset<F, P> | ClickablePartialFilterPreset<F>;
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class DbxFilterSourceDirective<F> extends AbstractFilterSourceDirective<F> {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterSourceDirective<any>, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterSourceDirective<any>, "[dbxFilterSource]", never, {}, {}, never, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFilterSourceDirective<any>, "[dbxFilterSource]", never, {}, {}, never, never, false, never>;
9
9
  }
@@ -14,5 +14,5 @@ export declare class DbxInjectionArrayComponent implements OnDestroy {
14
14
  get entries(): DbxInjectionArrayEntry[];
15
15
  set entries(entries: Maybe<DbxInjectionArrayEntry[]>);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxInjectionArrayComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxInjectionArrayComponent, "dbx-injection-array", never, { "entries": "entries"; }, {}, never, never, false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxInjectionArrayComponent, "dbx-injection-array", never, { "entries": { "alias": "entries"; "required": false; }; }, {}, never, never, false, never>;
18
18
  }
@@ -11,5 +11,5 @@ export declare class DbxInjectionComponent<T> extends AbstractDbxInjectionDirect
11
11
  set template(template: Maybe<DbxInjectionTemplateConfig<T>>);
12
12
  set content(content: Maybe<ViewContainerRef>);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxInjectionComponent<any>, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxInjectionComponent<any>, "dbx-injection, [dbxInjection], [dbx-injection]", never, { "config": "config"; "template": "template"; }, {}, never, never, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxInjectionComponent<any>, "dbx-injection, [dbxInjection], [dbx-injection]", never, { "config": { "alias": "config"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, {}, never, never, false, never>;
15
15
  }
@@ -21,5 +21,5 @@ export declare class DbxInjectionContextDirective<O = unknown> implements DbxInj
21
21
  showContext<T, O>(config: DbxInjectionContextConfig<T>): Promise<O>;
22
22
  resetContext(): boolean;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxInjectionContextDirective<any>, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxInjectionContextDirective<any>, "[dbxInjectionContext]", never, { "config": "config"; }, {}, never, never, false>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxInjectionContextDirective<any>, "[dbxInjectionContext]", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
25
25
  }