@dereekb/dbx-web 8.15.2 → 9.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 (316) hide show
  1. package/esm2020/lib/action/action.confirm.directive.mjs +3 -3
  2. package/esm2020/lib/action/action.module.mjs +5 -5
  3. package/esm2020/lib/action/action.progress.component.mjs +6 -6
  4. package/esm2020/lib/action/key.trigger.directive.mjs +3 -3
  5. package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +7 -7
  6. package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +3 -3
  7. package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +5 -5
  8. package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +3 -3
  9. package/esm2020/lib/action/transition/action.transition.module.mjs +5 -5
  10. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +8 -8
  11. package/esm2020/lib/action/transition/transition.safety.directive.mjs +3 -3
  12. package/esm2020/lib/button/button.component.mjs +6 -6
  13. package/esm2020/lib/button/button.module.mjs +5 -5
  14. package/esm2020/lib/button/button.spacer.component.mjs +3 -3
  15. package/esm2020/lib/button/progress/bar.button.component.mjs +6 -6
  16. package/esm2020/lib/button/progress/base.progress.button.directive.mjs +6 -14
  17. package/esm2020/lib/button/progress/button.progress.config.mjs +1 -1
  18. package/esm2020/lib/button/progress/button.progress.module.mjs +5 -5
  19. package/esm2020/lib/button/progress/spinner.button.component.mjs +6 -6
  20. package/esm2020/lib/dbx-web.module.mjs +9 -9
  21. package/esm2020/lib/error/error.action.directive.mjs +3 -3
  22. package/esm2020/lib/error/error.component.mjs +3 -3
  23. package/esm2020/lib/error/error.loading.directive.mjs +3 -3
  24. package/esm2020/lib/error/error.module.mjs +5 -5
  25. package/esm2020/lib/extension/calendar/calendar.component.mjs +10 -10
  26. package/esm2020/lib/extension/calendar/calendar.module.mjs +21 -23
  27. package/esm2020/lib/extension/calendar/calendar.store.mjs +3 -3
  28. package/esm2020/lib/extension/widget/widget.component.mjs +4 -4
  29. package/esm2020/lib/extension/widget/widget.directive.mjs +3 -3
  30. package/esm2020/lib/extension/widget/widget.list.component.mjs +10 -10
  31. package/esm2020/lib/extension/widget/widget.mjs +1 -1
  32. package/esm2020/lib/extension/widget/widget.module.mjs +9 -10
  33. package/esm2020/lib/extension/widget/widget.service.mjs +4 -4
  34. package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +3 -3
  35. package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +3 -3
  36. package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +3 -3
  37. package/esm2020/lib/interaction/dialog/dialog.module.mjs +5 -5
  38. package/esm2020/lib/interaction/filter/filter.module.mjs +12 -14
  39. package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +6 -6
  40. package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +3 -3
  41. package/esm2020/lib/interaction/filter/filter.popover.component.mjs +7 -7
  42. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +5 -5
  43. package/esm2020/lib/interaction/interaction.module.mjs +4 -4
  44. package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +3 -3
  45. package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +6 -6
  46. package/esm2020/lib/interaction/popover/popover.action.directive.mjs +3 -3
  47. package/esm2020/lib/interaction/popover/popover.component.mjs +7 -7
  48. package/esm2020/lib/interaction/popover/popover.content.component.mjs +4 -4
  49. package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +3 -3
  50. package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +4 -4
  51. package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +3 -3
  52. package/esm2020/lib/interaction/popover/popover.header.component.mjs +7 -7
  53. package/esm2020/lib/interaction/popover/popover.module.mjs +5 -5
  54. package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +3 -3
  55. package/esm2020/lib/interaction/popover/popover.service.mjs +3 -3
  56. package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +3 -3
  57. package/esm2020/lib/interaction/popup/popup.component.mjs +4 -4
  58. package/esm2020/lib/interaction/popup/popup.content.component.mjs +4 -4
  59. package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +6 -6
  60. package/esm2020/lib/interaction/popup/popup.controls.component.mjs +4 -4
  61. package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +4 -4
  62. package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +3 -3
  63. package/esm2020/lib/interaction/popup/popup.module.mjs +5 -5
  64. package/esm2020/lib/interaction/popup/popup.service.mjs +3 -3
  65. package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +3 -3
  66. package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +3 -3
  67. package/esm2020/lib/interaction/prompt/prompt.component.mjs +4 -4
  68. package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +6 -6
  69. package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +7 -7
  70. package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +6 -6
  71. package/esm2020/lib/interaction/prompt/prompt.module.mjs +5 -5
  72. package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +4 -4
  73. package/esm2020/lib/keypress/keydown.listener.directive.mjs +3 -3
  74. package/esm2020/lib/keypress/keypress.module.mjs +5 -5
  75. package/esm2020/lib/layout/bar/bar.directive.mjs +3 -3
  76. package/esm2020/lib/layout/bar/bar.header.component.mjs +7 -7
  77. package/esm2020/lib/layout/bar/bar.layout.module.mjs +5 -5
  78. package/esm2020/lib/layout/bar/pagebar.component.mjs +5 -5
  79. package/esm2020/lib/layout/block/block.layout.module.mjs +5 -5
  80. package/esm2020/lib/layout/block/two.block.component.mjs +4 -4
  81. package/esm2020/lib/layout/card/card.box.component.mjs +6 -6
  82. package/esm2020/lib/layout/card/card.box.container.component.mjs +3 -3
  83. package/esm2020/lib/layout/card/card.box.layout.module.mjs +5 -5
  84. package/esm2020/lib/layout/column/column.layout.module.mjs +4 -4
  85. package/esm2020/lib/layout/column/one/one.column.component.mjs +4 -4
  86. package/esm2020/lib/layout/column/one/one.column.module.mjs +5 -5
  87. package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +3 -3
  88. package/esm2020/lib/layout/column/two/two.column.component.mjs +5 -5
  89. package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +3 -3
  90. package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +3 -3
  91. package/esm2020/lib/layout/column/two/two.column.head.component.mjs +3 -3
  92. package/esm2020/lib/layout/column/two/two.column.module.mjs +5 -5
  93. package/esm2020/lib/layout/column/two/two.column.right.component.mjs +7 -7
  94. package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +3 -3
  95. package/esm2020/lib/layout/column/two/two.column.store.mjs +3 -3
  96. package/esm2020/lib/layout/compact/compact.directive.mjs +3 -3
  97. package/esm2020/lib/layout/compact/compact.layout.module.mjs +5 -5
  98. package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
  99. package/esm2020/lib/layout/content/content.border.directive.mjs +3 -3
  100. package/esm2020/lib/layout/content/content.box.directive.mjs +3 -3
  101. package/esm2020/lib/layout/content/content.container.directive.mjs +3 -3
  102. package/esm2020/lib/layout/content/content.directive.mjs +3 -3
  103. package/esm2020/lib/layout/content/content.elevate.directive.mjs +3 -3
  104. package/esm2020/lib/layout/content/content.layout.module.mjs +5 -5
  105. package/esm2020/lib/layout/content/content.page.directive.mjs +3 -3
  106. package/esm2020/lib/layout/flag/flag.component.mjs +4 -4
  107. package/esm2020/lib/layout/flag/flag.layout.module.mjs +5 -5
  108. package/esm2020/lib/layout/flag/flag.prompt.component.mjs +4 -4
  109. package/esm2020/lib/layout/flex/flex.group.directive.mjs +3 -3
  110. package/esm2020/lib/layout/flex/flex.layout.module.mjs +5 -5
  111. package/esm2020/lib/layout/flex/flex.size.directive.mjs +3 -3
  112. package/esm2020/lib/layout/item/item.icon.component.mjs +6 -6
  113. package/esm2020/lib/layout/item/item.layout.module.mjs +5 -5
  114. package/esm2020/lib/layout/layout.module.mjs +4 -4
  115. package/esm2020/lib/layout/list/list.component.mjs +10 -10
  116. package/esm2020/lib/layout/list/list.content.empty.component.mjs +3 -3
  117. package/esm2020/lib/layout/list/list.directive.mjs +6 -6
  118. package/esm2020/lib/layout/list/list.grid.view.component.mjs +16 -16
  119. package/esm2020/lib/layout/list/list.grid.view.directive.mjs +3 -3
  120. package/esm2020/lib/layout/list/list.layout.module.mjs +5 -5
  121. package/esm2020/lib/layout/list/list.view.directive.mjs +3 -3
  122. package/esm2020/lib/layout/list/list.view.selection.directive.mjs +3 -3
  123. package/esm2020/lib/layout/list/list.view.value.component.mjs +13 -13
  124. package/esm2020/lib/layout/list/list.view.value.directive.mjs +3 -3
  125. package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +3 -3
  126. package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +6 -6
  127. package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +3 -3
  128. package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +11 -11
  129. package/esm2020/lib/layout/section/section.component.mjs +4 -4
  130. package/esm2020/lib/layout/section/section.header.component.mjs +6 -6
  131. package/esm2020/lib/layout/section/section.intro.component.mjs +6 -6
  132. package/esm2020/lib/layout/section/section.layout.module.mjs +5 -5
  133. package/esm2020/lib/layout/section/section.page.component.mjs +4 -4
  134. package/esm2020/lib/layout/section/subsection.component.mjs +4 -4
  135. package/esm2020/lib/layout/step/step.component.mjs +5 -5
  136. package/esm2020/lib/layout/step/step.layout.module.mjs +5 -5
  137. package/esm2020/lib/layout/style/spacer.directive.mjs +3 -3
  138. package/esm2020/lib/layout/style/style.body.directive.mjs +3 -3
  139. package/esm2020/lib/layout/style/style.directive.mjs +3 -3
  140. package/esm2020/lib/layout/style/style.layout.module.mjs +5 -5
  141. package/esm2020/lib/layout/style/style.service.mjs +3 -3
  142. package/esm2020/lib/layout/style/style.set.directive.mjs +3 -3
  143. package/esm2020/lib/layout/text/hint.component.mjs +3 -3
  144. package/esm2020/lib/layout/text/icon.spacer.component.mjs +3 -3
  145. package/esm2020/lib/layout/text/label.component.mjs +3 -3
  146. package/esm2020/lib/layout/text/linkify.component.mjs +4 -4
  147. package/esm2020/lib/layout/text/note.component.mjs +3 -3
  148. package/esm2020/lib/layout/text/notice.component.mjs +3 -3
  149. package/esm2020/lib/layout/text/ok.component.mjs +3 -3
  150. package/esm2020/lib/layout/text/success.component.mjs +3 -3
  151. package/esm2020/lib/layout/text/text.chips.component.mjs +6 -6
  152. package/esm2020/lib/layout/text/text.module.mjs +5 -5
  153. package/esm2020/lib/layout/text/warn.component.mjs +3 -3
  154. package/esm2020/lib/loading/basic-loading.component.mjs +5 -5
  155. package/esm2020/lib/loading/loading-progress.component.mjs +6 -6
  156. package/esm2020/lib/loading/loading.action.directive.mjs +3 -3
  157. package/esm2020/lib/loading/loading.component.mjs +4 -4
  158. package/esm2020/lib/loading/loading.module.mjs +5 -5
  159. package/esm2020/lib/router/layout/anchor/anchor.component.mjs +5 -5
  160. package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +6 -6
  161. package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +6 -6
  162. package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +4 -4
  163. package/esm2020/lib/router/layout/anchor/anchor.module.mjs +5 -5
  164. package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +3 -3
  165. package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +9 -9
  166. package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +5 -5
  167. package/esm2020/lib/router/layout/layout.module.mjs +4 -4
  168. package/esm2020/lib/router/layout/list/list.module.mjs +5 -5
  169. package/esm2020/lib/router/layout/list/router.list.directive.mjs +3 -3
  170. package/esm2020/lib/router/layout/navbar/navbar.component.mjs +9 -9
  171. package/esm2020/lib/router/layout/navbar/navbar.module.mjs +5 -5
  172. package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +7 -7
  173. package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +5 -5
  174. package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +5 -5
  175. package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +6 -6
  176. package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +6 -6
  177. package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +3 -3
  178. package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +5 -5
  179. package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +5 -5
  180. package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +5 -5
  181. package/esm2020/lib/screen/screen.module.mjs +4 -4
  182. package/esm2020/lib/screen/screen.service.mjs +3 -3
  183. package/fesm2015/dereekb-dbx-web.mjs +805 -816
  184. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  185. package/fesm2020/dereekb-dbx-web.mjs +802 -815
  186. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  187. package/lib/action/action.confirm.directive.d.ts +1 -1
  188. package/lib/action/action.progress.component.d.ts +1 -1
  189. package/lib/action/key.trigger.directive.d.ts +1 -1
  190. package/lib/action/snackbar/action.snackbar.component.d.ts +1 -1
  191. package/lib/action/snackbar/action.snackbar.directive.d.ts +1 -1
  192. package/lib/action/transition/transition.safety.dialog.component.d.ts +1 -1
  193. package/lib/action/transition/transition.safety.directive.d.ts +1 -1
  194. package/lib/button/button.component.d.ts +1 -1
  195. package/lib/button/button.spacer.component.d.ts +1 -1
  196. package/lib/button/progress/bar.button.component.d.ts +1 -1
  197. package/lib/button/progress/base.progress.button.directive.d.ts +1 -5
  198. package/lib/button/progress/button.progress.config.d.ts +0 -4
  199. package/lib/button/progress/spinner.button.component.d.ts +1 -1
  200. package/lib/error/error.action.directive.d.ts +1 -1
  201. package/lib/error/error.component.d.ts +1 -1
  202. package/lib/error/error.loading.directive.d.ts +1 -1
  203. package/lib/extension/calendar/calendar.component.d.ts +1 -1
  204. package/lib/extension/calendar/calendar.store.d.ts +2 -2
  205. package/lib/extension/widget/widget.component.d.ts +1 -1
  206. package/lib/extension/widget/widget.directive.d.ts +1 -1
  207. package/lib/extension/widget/widget.list.component.d.ts +3 -3
  208. package/lib/interaction/dialog/abstract.dialog.directive.d.ts +1 -1
  209. package/lib/interaction/dialog/dialog.action.directive.d.ts +1 -1
  210. package/lib/interaction/dialog/dialog.content.component.d.ts +1 -1
  211. package/lib/interaction/filter/filter.popover.button.component.d.ts +1 -1
  212. package/lib/interaction/filter/filter.popover.button.directive.d.ts +1 -1
  213. package/lib/interaction/filter/filter.popover.component.d.ts +1 -1
  214. package/lib/interaction/filter/filter.wrapper.component.d.ts +1 -1
  215. package/lib/interaction/popover/abstract.popover.directive.d.ts +1 -1
  216. package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +2 -2
  217. package/lib/interaction/popover/popover.action.directive.d.ts +1 -1
  218. package/lib/interaction/popover/popover.component.d.ts +1 -1
  219. package/lib/interaction/popover/popover.content.component.d.ts +1 -1
  220. package/lib/interaction/popover/popover.controls.directive.d.ts +1 -1
  221. package/lib/interaction/popover/popover.coordinator.component.d.ts +1 -1
  222. package/lib/interaction/popover/popover.header.component.d.ts +1 -1
  223. package/lib/interaction/popover/popover.scroll.content.component.d.ts +1 -1
  224. package/lib/interaction/popup/abstract.popup.directive.d.ts +1 -1
  225. package/lib/interaction/popup/popup.component.d.ts +1 -1
  226. package/lib/interaction/popup/popup.content.component.d.ts +1 -1
  227. package/lib/interaction/popup/popup.controls.buttons.component.d.ts +1 -1
  228. package/lib/interaction/popup/popup.controls.component.d.ts +1 -1
  229. package/lib/interaction/popup/popup.coordinator.component.d.ts +1 -1
  230. package/lib/interaction/prompt/prompt.box.component.d.ts +1 -1
  231. package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +1 -1
  232. package/lib/interaction/prompt/prompt.component.d.ts +1 -1
  233. package/lib/interaction/prompt/prompt.confirm.component.d.ts +1 -1
  234. package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +1 -1
  235. package/lib/interaction/prompt/prompt.confirm.directive.d.ts +2 -2
  236. package/lib/interaction/prompt/prompt.page.component.d.ts +1 -1
  237. package/lib/keypress/keydown.listener.directive.d.ts +1 -1
  238. package/lib/layout/bar/bar.directive.d.ts +1 -1
  239. package/lib/layout/bar/bar.header.component.d.ts +1 -1
  240. package/lib/layout/bar/pagebar.component.d.ts +1 -1
  241. package/lib/layout/block/two.block.component.d.ts +1 -1
  242. package/lib/layout/card/card.box.component.d.ts +1 -1
  243. package/lib/layout/card/card.box.container.component.d.ts +1 -1
  244. package/lib/layout/column/one/one.column.component.d.ts +1 -1
  245. package/lib/layout/column/two/two.column.back.directive.d.ts +1 -1
  246. package/lib/layout/column/two/two.column.component.d.ts +1 -1
  247. package/lib/layout/column/two/two.column.context.directive.d.ts +1 -1
  248. package/lib/layout/column/two/two.column.full.left.directive.d.ts +1 -1
  249. package/lib/layout/column/two/two.column.head.component.d.ts +1 -1
  250. package/lib/layout/column/two/two.column.right.component.d.ts +1 -1
  251. package/lib/layout/column/two/two.column.sref.directive.d.ts +1 -1
  252. package/lib/layout/compact/compact.directive.d.ts +1 -1
  253. package/lib/layout/content/content.border.directive.d.ts +1 -1
  254. package/lib/layout/content/content.box.directive.d.ts +1 -1
  255. package/lib/layout/content/content.container.directive.d.ts +1 -1
  256. package/lib/layout/content/content.directive.d.ts +1 -1
  257. package/lib/layout/content/content.elevate.directive.d.ts +1 -1
  258. package/lib/layout/content/content.page.directive.d.ts +1 -1
  259. package/lib/layout/flag/flag.component.d.ts +1 -1
  260. package/lib/layout/flag/flag.prompt.component.d.ts +1 -1
  261. package/lib/layout/flex/flex.group.directive.d.ts +1 -1
  262. package/lib/layout/flex/flex.size.directive.d.ts +1 -1
  263. package/lib/layout/item/item.icon.component.d.ts +1 -1
  264. package/lib/layout/list/list.component.d.ts +2 -2
  265. package/lib/layout/list/list.content.empty.component.d.ts +1 -1
  266. package/lib/layout/list/list.directive.d.ts +2 -2
  267. package/lib/layout/list/list.grid.view.component.d.ts +3 -3
  268. package/lib/layout/list/list.grid.view.directive.d.ts +1 -1
  269. package/lib/layout/list/list.view.directive.d.ts +1 -1
  270. package/lib/layout/list/list.view.selection.directive.d.ts +1 -1
  271. package/lib/layout/list/list.view.value.component.d.ts +2 -2
  272. package/lib/layout/list/list.view.value.directive.d.ts +1 -1
  273. package/lib/layout/list/list.view.value.item.directive.d.ts +1 -1
  274. package/lib/layout/list/list.view.value.modifier.directive.d.ts +2 -2
  275. package/lib/layout/list/list.view.value.modifier.ripple.directive.d.ts +1 -1
  276. package/lib/layout/list/list.view.value.selection.component.d.ts +2 -2
  277. package/lib/layout/section/section.component.d.ts +1 -1
  278. package/lib/layout/section/section.header.component.d.ts +1 -1
  279. package/lib/layout/section/section.intro.component.d.ts +1 -1
  280. package/lib/layout/section/section.page.component.d.ts +1 -1
  281. package/lib/layout/section/subsection.component.d.ts +1 -1
  282. package/lib/layout/step/step.component.d.ts +1 -1
  283. package/lib/layout/style/spacer.directive.d.ts +1 -1
  284. package/lib/layout/style/style.body.directive.d.ts +1 -1
  285. package/lib/layout/style/style.directive.d.ts +1 -1
  286. package/lib/layout/style/style.set.directive.d.ts +1 -1
  287. package/lib/layout/text/hint.component.d.ts +1 -1
  288. package/lib/layout/text/icon.spacer.component.d.ts +1 -1
  289. package/lib/layout/text/label.component.d.ts +1 -1
  290. package/lib/layout/text/linkify.component.d.ts +1 -1
  291. package/lib/layout/text/note.component.d.ts +1 -1
  292. package/lib/layout/text/notice.component.d.ts +1 -1
  293. package/lib/layout/text/ok.component.d.ts +1 -1
  294. package/lib/layout/text/success.component.d.ts +1 -1
  295. package/lib/layout/text/text.chips.component.d.ts +1 -1
  296. package/lib/layout/text/warn.component.d.ts +1 -1
  297. package/lib/loading/basic-loading.component.d.ts +1 -1
  298. package/lib/loading/loading-progress.component.d.ts +1 -1
  299. package/lib/loading/loading.action.directive.d.ts +1 -1
  300. package/lib/loading/loading.component.d.ts +1 -1
  301. package/lib/router/layout/anchor/anchor.component.d.ts +1 -1
  302. package/lib/router/layout/anchor/anchor.content.component.d.ts +1 -1
  303. package/lib/router/layout/anchor/anchor.icon.component.d.ts +1 -1
  304. package/lib/router/layout/anchor/anchor.link.component.d.ts +1 -1
  305. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +1 -1
  306. package/lib/router/layout/anchorlist/anchorlist.component.d.ts +1 -1
  307. package/lib/router/layout/list/router.list.directive.d.ts +1 -1
  308. package/lib/router/layout/navbar/navbar.component.d.ts +1 -1
  309. package/lib/router/layout/sidenav/sidenav.button.component.d.ts +1 -1
  310. package/lib/router/layout/sidenav/sidenav.component.d.ts +1 -1
  311. package/lib/router/layout/sidenav/sidenav.page.component.d.ts +1 -1
  312. package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +1 -1
  313. package/lib/router/provider/ngrouter/anchor.component.d.ts +1 -1
  314. package/lib/router/provider/uirouter/anchor.component.d.ts +1 -1
  315. package/package.json +16 -15
  316. package/dereekb-dbx-web.d.ts +0 -5
@@ -11,16 +11,16 @@ export class DbxSectionComponent extends DbxSectionHeaderComponent {
11
11
  this.elevated = false;
12
12
  }
13
13
  }
14
- DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevated: "elevated" }, host: { properties: { "class": "(elevated) ? 'dbx-section-elevated' : ''" }, classAttribute: "d-block, dbx-section" }, usesInheritance: true, ngImport: i0, template: `
14
+ DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
+ DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevated: "elevated" }, host: { properties: { "class": "(elevated) ? 'dbx-section-elevated' : ''" }, classAttribute: "d-block, dbx-section" }, usesInheritance: true, ngImport: i0, template: `
16
16
  <div class="dbx-section-header" [h]="3" [header]="header" [icon]="icon" [hint]="hint">
17
17
  <ng-content select="[sectionHeader]"></ng-content>
18
18
  </div>
19
19
  <div class="dbx-section-content">
20
20
  <ng-content></ng-content>
21
21
  </div>
22
- `, isInline: true, components: [{ type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionComponent, decorators: [{
22
+ `, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  selector: 'dbx-section',
@@ -1,7 +1,7 @@
1
1
  import { Component, Input } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/material/icon";
4
- import * as i2 from "@angular/common";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "@angular/material/icon";
5
5
  /**
6
6
  * Component used to style a section's header.
7
7
  */
@@ -13,8 +13,8 @@ export class DbxSectionHeaderComponent {
13
13
  return Boolean(this.header || this.icon);
14
14
  }
15
15
  }
16
- DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: { h: "h", header: "header", onlyHeader: "onlyHeader", icon: "icon", hint: "hint", hintInline: "hintInline" }, host: { properties: { "class.dbx-section-header-full-title": "onlyHeader" } }, ngImport: i0, template: `
16
+ DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: { h: "h", header: "header", onlyHeader: "onlyHeader", icon: "icon", hint: "hint", hintInline: "hintInline" }, host: { properties: { "class.dbx-section-header-full-title": "onlyHeader" } }, ngImport: i0, template: `
18
18
  <div class="dbx-section-header-content">
19
19
  <ng-container [ngSwitch]="showTitle && (h ?? 1)">
20
20
  <h1 *ngSwitchCase="1" class="dbx-section-header-content-title">
@@ -44,8 +44,8 @@ DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
44
44
  <span *ngIf="hint && hintInline" class="dbx-section-hint-inline dbx-hint">{{ hint }}</span>
45
45
  </span>
46
46
  </ng-template>
47
- `, isInline: true, components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionHeaderComponent, decorators: [{
47
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionHeaderComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'dbx-section-header,.dbx-section-header',
@@ -1,8 +1,8 @@
1
1
  import { Component, Input, EventEmitter, Output } from '@angular/core';
2
2
  import { DbxSectionComponent } from './section.component';
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/material/button";
5
- import * as i2 from "@angular/common";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "@angular/material/button";
6
6
  /**
7
7
  * Component used to format content that displays an intro until a button is pressed.
8
8
  */
@@ -18,8 +18,8 @@ export class DbxIntroActionSectionComponent extends DbxSectionComponent {
18
18
  this.showAction.next();
19
19
  }
20
20
  }
21
- DbxIntroActionSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxIntroActionSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
22
- DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxIntroActionSectionComponent, selector: "dbx-intro-action-section", inputs: { showIntro: "showIntro", action: "action" }, outputs: { showAction: "showAction" }, usesInheritance: true, ngImport: i0, template: `
21
+ DbxIntroActionSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxIntroActionSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
22
+ DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxIntroActionSectionComponent, selector: "dbx-intro-action-section", inputs: { showIntro: "showIntro", action: "action" }, outputs: { showAction: "showAction" }, usesInheritance: true, ngImport: i0, template: `
23
23
  <div class="dbx-intro-action-section" [ngSwitch]="showIntro">
24
24
  <div *ngSwitchCase="true" class="dbx-intro-action-section-intro">
25
25
  <p>{{ hint }}</p>
@@ -34,8 +34,8 @@ DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
34
34
  <ng-content></ng-content>
35
35
  </ng-container>
36
36
  </div>
37
- `, isInline: true, components: [{ type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxIntroActionSectionComponent, decorators: [{
37
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxIntroActionSectionComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{
41
41
  selector: 'dbx-intro-action-section',
@@ -15,10 +15,10 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  export class DbxSectionLayoutModule {
17
17
  }
18
- DbxSectionLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- DbxSectionLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionLayoutModule, declarations: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent], imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule], exports: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent] });
20
- DbxSectionLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionLayoutModule, imports: [[CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionLayoutModule, decorators: [{
18
+ DbxSectionLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ DbxSectionLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionLayoutModule, declarations: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent], imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule], exports: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent] });
20
+ DbxSectionLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionLayoutModule, imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionLayoutModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule],
@@ -26,4 +26,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
26
26
  exports: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent]
27
27
  }]
28
28
  }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi5sYXlvdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2xheW91dC9zZWN0aW9uL3NlY3Rpb24ubGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDaEUsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDbkUsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDM0UsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBRXZFOztHQUVHO0FBTUgsTUFBTSxPQUFPLHNCQUFzQjs7bUhBQXRCLHNCQUFzQjtvSEFBdEIsc0JBQXNCLGlCQUhsQix5QkFBeUIsRUFBRSx1QkFBdUIsRUFBRSxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSw4QkFBOEIsYUFEcEksWUFBWSxFQUFFLHFCQUFxQixFQUFFLGVBQWUsRUFBRSxlQUFlLEVBQUUsYUFBYSxhQUVwRix5QkFBeUIsRUFBRSx1QkFBdUIsRUFBRSxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSw4QkFBOEI7b0hBRTlILHNCQUFzQixZQUp4QixDQUFDLFlBQVksRUFBRSxxQkFBcUIsRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLGFBQWEsQ0FBQzsyRkFJcEYsc0JBQXNCO2tCQUxsQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxxQkFBcUIsRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLGFBQWEsQ0FBQztvQkFDL0YsWUFBWSxFQUFFLENBQUMseUJBQXlCLEVBQUUsdUJBQXVCLEVBQUUsbUJBQW1CLEVBQUUsc0JBQXNCLEVBQUUsOEJBQThCLENBQUM7b0JBQy9JLE9BQU8sRUFBRSxDQUFDLHlCQUF5QixFQUFFLHVCQUF1QixFQUFFLG1CQUFtQixFQUFFLHNCQUFzQixFQUFFLDhCQUE4QixDQUFDO2lCQUMzSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERieFJvdXRlckFuY2hvck1vZHVsZSB9IGZyb20gJy4uLy4uL3JvdXRlcic7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRSaXBwbGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IERieFNlY3Rpb25Db21wb25lbnQgfSBmcm9tICcuL3NlY3Rpb24uY29tcG9uZW50JztcbmltcG9ydCB7IERieFN1YlNlY3Rpb25Db21wb25lbnQgfSBmcm9tICcuL3N1YnNlY3Rpb24uY29tcG9uZW50JztcbmltcG9ydCB7IERieFNlY3Rpb25QYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9zZWN0aW9uLnBhZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IERieEludHJvQWN0aW9uU2VjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vc2VjdGlvbi5pbnRyby5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4U2VjdGlvbkhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vc2VjdGlvbi5oZWFkZXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBNb2R1bGUgZm9yIGNvbnRhaW5lci10eXBlIGNvbXBvbmVudHMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIERieFJvdXRlckFuY2hvck1vZHVsZSwgTWF0QnV0dG9uTW9kdWxlLCBNYXRSaXBwbGVNb2R1bGUsIE1hdEljb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtEYnhTZWN0aW9uSGVhZGVyQ29tcG9uZW50LCBEYnhTZWN0aW9uUGFnZUNvbXBvbmVudCwgRGJ4U2VjdGlvbkNvbXBvbmVudCwgRGJ4U3ViU2VjdGlvbkNvbXBvbmVudCwgRGJ4SW50cm9BY3Rpb25TZWN0aW9uQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0RieFNlY3Rpb25IZWFkZXJDb21wb25lbnQsIERieFNlY3Rpb25QYWdlQ29tcG9uZW50LCBEYnhTZWN0aW9uQ29tcG9uZW50LCBEYnhTdWJTZWN0aW9uQ29tcG9uZW50LCBEYnhJbnRyb0FjdGlvblNlY3Rpb25Db21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIERieFNlY3Rpb25MYXlvdXRNb2R1bGUge31cbiJdfQ==
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi5sYXlvdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2xheW91dC9zZWN0aW9uL3NlY3Rpb24ubGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDaEUsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDbkUsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDM0UsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBRXZFOztHQUVHO0FBTUgsTUFBTSxPQUFPLHNCQUFzQjs7bUhBQXRCLHNCQUFzQjtvSEFBdEIsc0JBQXNCLGlCQUhsQix5QkFBeUIsRUFBRSx1QkFBdUIsRUFBRSxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSw4QkFBOEIsYUFEcEksWUFBWSxFQUFFLHFCQUFxQixFQUFFLGVBQWUsRUFBRSxlQUFlLEVBQUUsYUFBYSxhQUVwRix5QkFBeUIsRUFBRSx1QkFBdUIsRUFBRSxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSw4QkFBOEI7b0hBRTlILHNCQUFzQixZQUp2QixZQUFZLEVBQUUscUJBQXFCLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxhQUFhOzJGQUluRixzQkFBc0I7a0JBTGxDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLHFCQUFxQixFQUFFLGVBQWUsRUFBRSxlQUFlLEVBQUUsYUFBYSxDQUFDO29CQUMvRixZQUFZLEVBQUUsQ0FBQyx5QkFBeUIsRUFBRSx1QkFBdUIsRUFBRSxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSw4QkFBOEIsQ0FBQztvQkFDL0ksT0FBTyxFQUFFLENBQUMseUJBQXlCLEVBQUUsdUJBQXVCLEVBQUUsbUJBQW1CLEVBQUUsc0JBQXNCLEVBQUUsOEJBQThCLENBQUM7aUJBQzNJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGJ4Um91dGVyQW5jaG9yTW9kdWxlIH0gZnJvbSAnLi4vLi4vcm91dGVyJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdFJpcHBsZU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NvcmUnO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgRGJ4U2VjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vc2VjdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4U3ViU2VjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vc3Vic2VjdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4U2VjdGlvblBhZ2VDb21wb25lbnQgfSBmcm9tICcuL3NlY3Rpb24ucGFnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4SW50cm9BY3Rpb25TZWN0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9zZWN0aW9uLmludHJvLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhTZWN0aW9uSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9zZWN0aW9uLmhlYWRlci5jb21wb25lbnQnO1xuXG4vKipcbiAqIE1vZHVsZSBmb3IgY29udGFpbmVyLXR5cGUgY29tcG9uZW50cy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRGJ4Um91dGVyQW5jaG9yTW9kdWxlLCBNYXRCdXR0b25Nb2R1bGUsIE1hdFJpcHBsZU1vZHVsZSwgTWF0SWNvbk1vZHVsZV0sXG4gIGRlY2xhcmF0aW9uczogW0RieFNlY3Rpb25IZWFkZXJDb21wb25lbnQsIERieFNlY3Rpb25QYWdlQ29tcG9uZW50LCBEYnhTZWN0aW9uQ29tcG9uZW50LCBEYnhTdWJTZWN0aW9uQ29tcG9uZW50LCBEYnhJbnRyb0FjdGlvblNlY3Rpb25Db21wb25lbnRdLFxuICBleHBvcnRzOiBbRGJ4U2VjdGlvbkhlYWRlckNvbXBvbmVudCwgRGJ4U2VjdGlvblBhZ2VDb21wb25lbnQsIERieFNlY3Rpb25Db21wb25lbnQsIERieFN1YlNlY3Rpb25Db21wb25lbnQsIERieEludHJvQWN0aW9uU2VjdGlvbkNvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgRGJ4U2VjdGlvbkxheW91dE1vZHVsZSB7fVxuIl19
@@ -15,16 +15,16 @@ export class DbxSectionPageComponent extends DbxSectionHeaderComponent {
15
15
  this.hintInline = true;
16
16
  }
17
17
  }
18
- DbxSectionPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
19
- DbxSectionPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxSectionPageComponent, selector: "dbx-section-page", inputs: { hintInline: "hintInline" }, usesInheritance: true, ngImport: i0, template: `
18
+ DbxSectionPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
19
+ DbxSectionPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSectionPageComponent, selector: "dbx-section-page", inputs: { hintInline: "hintInline" }, usesInheritance: true, ngImport: i0, template: `
20
20
  <div class="dbx-content-page dbx-section-page">
21
21
  <div class="dbx-section-header" [h]="h ?? 2" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="true">
22
22
  <ng-content select="[sectionHeader]"></ng-content>
23
23
  </div>
24
24
  <ng-content></ng-content>
25
25
  </div>
26
- `, isInline: true, components: [{ type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSectionPageComponent, decorators: [{
26
+ `, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSectionPageComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: 'dbx-section-page',
@@ -7,8 +7,8 @@ import * as i1 from "./section.header.component";
7
7
  */
8
8
  export class DbxSubSectionComponent extends DbxSectionComponent {
9
9
  }
10
- DbxSubSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSubSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
11
- DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxSubSectionComponent, selector: "dbx-subsection", usesInheritance: true, ngImport: i0, template: `
10
+ DbxSubSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSubSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
11
+ DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSubSectionComponent, selector: "dbx-subsection", usesInheritance: true, ngImport: i0, template: `
12
12
  <div class="dbx-subsection">
13
13
  <div class="dbx-section-header" [h]="h ?? 4" [header]="header" [icon]="icon" [hint]="hint">
14
14
  <ng-content select="[sectionHeader]"></ng-content>
@@ -17,8 +17,8 @@ DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
17
17
  <ng-content></ng-content>
18
18
  </div>
19
19
  </div>
20
- `, isInline: true, components: [{ type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSubSectionComponent, decorators: [{
20
+ `, isInline: true, dependencies: [{ kind: "component", type: i1.DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline"] }] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSubSectionComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  selector: 'dbx-subsection',
@@ -1,12 +1,12 @@
1
1
  import { Component, Input } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/material/icon";
4
- import * as i2 from "@angular/common";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "@angular/material/icon";
5
5
  export class DbxStepComponent {
6
6
  }
7
- DbxStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- DbxStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxStepComponent, selector: "dbx-step", inputs: { done: "done", step: "step", text: "text", hint: "hint" }, ngImport: i0, template: "<div class=\"step-section\" [ngClass]=\"done ? 'done' : ''\">\n <div class=\"step-section-header\">\n <span class=\"step\">{{ step }}.</span>\n <mat-icon class=\"done-check\" *ngIf=\"done\">done</mat-icon>\n <span class=\"text\">{{ text }}</span>\n <p *ngIf=\"hint\" class=\"hint\">{{ hint }}</p>\n </div>\n <div class=\"step-section-content\">\n <ng-content></ng-content>\n </div>\n</div>\n", components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStepComponent, decorators: [{
7
+ DbxStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ DbxStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxStepComponent, selector: "dbx-step", inputs: { done: "done", step: "step", text: "text", hint: "hint" }, ngImport: i0, template: "<div class=\"step-section\" [ngClass]=\"done ? 'done' : ''\">\n <div class=\"step-section-header\">\n <span class=\"step\">{{ step }}.</span>\n <mat-icon class=\"done-check\" *ngIf=\"done\">done</mat-icon>\n <span class=\"text\">{{ text }}</span>\n <p *ngIf=\"hint\" class=\"hint\">{{ hint }}</p>\n </div>\n <div class=\"step-section-content\">\n <ng-content></ng-content>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStepComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{ selector: 'dbx-step', template: "<div class=\"step-section\" [ngClass]=\"done ? 'done' : ''\">\n <div class=\"step-section-header\">\n <span class=\"step\">{{ step }}.</span>\n <mat-icon class=\"done-check\" *ngIf=\"done\">done</mat-icon>\n <span class=\"text\">{{ text }}</span>\n <p *ngIf=\"hint\" class=\"hint\">{{ hint }}</p>\n </div>\n <div class=\"step-section-content\">\n <ng-content></ng-content>\n </div>\n</div>\n" }]
12
12
  }], propDecorators: { done: [{
@@ -5,10 +5,10 @@ import { DbxStepComponent } from './step.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class DbxStepLayoutModule {
7
7
  }
8
- DbxStepLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStepLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- DbxStepLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStepLayoutModule, declarations: [DbxStepComponent], imports: [CommonModule, MatIconModule], exports: [DbxStepComponent] });
10
- DbxStepLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStepLayoutModule, imports: [[CommonModule, MatIconModule]] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStepLayoutModule, decorators: [{
8
+ DbxStepLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStepLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ DbxStepLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxStepLayoutModule, declarations: [DbxStepComponent], imports: [CommonModule, MatIconModule], exports: [DbxStepComponent] });
10
+ DbxStepLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStepLayoutModule, imports: [CommonModule, MatIconModule] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStepLayoutModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: [CommonModule, MatIconModule],
@@ -16,4 +16,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
16
16
  exports: [DbxStepComponent]
17
17
  }]
18
18
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlcC5sYXlvdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2xheW91dC9zdGVwL3N0ZXAubGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBT3BELE1BQU0sT0FBTyxtQkFBbUI7O2dIQUFuQixtQkFBbUI7aUhBQW5CLG1CQUFtQixpQkFIZixnQkFBZ0IsYUFEckIsWUFBWSxFQUFFLGFBQWEsYUFFM0IsZ0JBQWdCO2lIQUVmLG1CQUFtQixZQUpyQixDQUFDLFlBQVksRUFBRSxhQUFhLENBQUM7MkZBSTNCLG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsYUFBYSxDQUFDO29CQUN0QyxZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDaEMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEYnhTdGVwQ29tcG9uZW50IH0gZnJvbSAnLi9zdGVwLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE1hdEljb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtEYnhTdGVwQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0RieFN0ZXBDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIERieFN0ZXBMYXlvdXRNb2R1bGUge31cbiJdfQ==
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlcC5sYXlvdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2xheW91dC9zdGVwL3N0ZXAubGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBT3BELE1BQU0sT0FBTyxtQkFBbUI7O2dIQUFuQixtQkFBbUI7aUhBQW5CLG1CQUFtQixpQkFIZixnQkFBZ0IsYUFEckIsWUFBWSxFQUFFLGFBQWEsYUFFM0IsZ0JBQWdCO2lIQUVmLG1CQUFtQixZQUpwQixZQUFZLEVBQUUsYUFBYTsyRkFJMUIsbUJBQW1CO2tCQUwvQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxhQUFhLENBQUM7b0JBQ3RDLFlBQVksRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUNoQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztpQkFDNUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieFN0ZXBDb21wb25lbnQgfSBmcm9tICcuL3N0ZXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0SWNvbk1vZHVsZV0sXG4gIGRlY2xhcmF0aW9uczogW0RieFN0ZXBDb21wb25lbnRdLFxuICBleHBvcnRzOiBbRGJ4U3RlcENvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgRGJ4U3RlcExheW91dE1vZHVsZSB7fVxuIl19
@@ -2,9 +2,9 @@ import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxSpacerDirective {
4
4
  }
5
- DbxSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
- DbxSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxSpacerDirective, selector: "dbx-spacer, [dbxSpacer]", host: { classAttribute: "dbx-spacer" }, ngImport: i0 });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSpacerDirective, decorators: [{
5
+ DbxSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
+ DbxSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxSpacerDirective, selector: "dbx-spacer, [dbxSpacer]", host: { classAttribute: "dbx-spacer" }, ngImport: i0 });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSpacerDirective, decorators: [{
8
8
  type: Directive,
9
9
  args: [{
10
10
  selector: 'dbx-spacer, [dbxSpacer]',
@@ -21,9 +21,9 @@ export class DbxStyleBodyDirective extends AbstractSubscriptionDirective {
21
21
  this._currentStyle = '';
22
22
  }
23
23
  }
24
- DbxStyleBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleBodyDirective, deps: [{ token: i0.Renderer2 }, { token: i1.DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
25
- DbxStyleBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxStyleBodyDirective, selector: "[dbxStyleBody]", host: { properties: { "class": "style" } }, usesInheritance: true, ngImport: i0 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleBodyDirective, decorators: [{
24
+ DbxStyleBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleBodyDirective, deps: [{ token: i0.Renderer2 }, { token: i1.DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
25
+ DbxStyleBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxStyleBodyDirective, selector: "[dbxStyleBody]", host: { properties: { "class": "style" } }, usesInheritance: true, ngImport: i0 });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleBodyDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: '[dbxStyleBody]',
@@ -18,9 +18,9 @@ export class DbxStyleDirective extends AbstractSubscriptionDirective {
18
18
  this.style = '';
19
19
  }
20
20
  }
21
- DbxStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleDirective, deps: [{ token: i1.DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
22
- DbxStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxStyleDirective, selector: "dbx-style, [dbxStyle], .dbx-style", host: { properties: { "class": "style" } }, usesInheritance: true, ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleDirective, decorators: [{
21
+ DbxStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleDirective, deps: [{ token: i1.DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
22
+ DbxStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxStyleDirective, selector: "dbx-style, [dbxStyle], .dbx-style", host: { properties: { "class": "style" } }, usesInheritance: true, ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: 'dbx-style, [dbxStyle], .dbx-style',
@@ -7,10 +7,10 @@ import { DbxStyleBodyDirective } from './style.body.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  export class DbxStyleLayoutModule {
9
9
  }
10
- DbxStyleLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DbxStyleLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleLayoutModule, declarations: [DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective], imports: [CommonModule], exports: [DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective] });
12
- DbxStyleLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleLayoutModule, imports: [[CommonModule]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleLayoutModule, decorators: [{
10
+ DbxStyleLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ DbxStyleLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleLayoutModule, declarations: [DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective], imports: [CommonModule], exports: [DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective] });
12
+ DbxStyleLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleLayoutModule, imports: [CommonModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleLayoutModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [CommonModule],
@@ -18,4 +18,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
18
18
  exports: [DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective]
19
19
  }]
20
20
  }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGUubGF5b3V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9sYXlvdXQvc3R5bGUvc3R5bGUubGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFPL0QsTUFBTSxPQUFPLG9CQUFvQjs7aUhBQXBCLG9CQUFvQjtrSEFBcEIsb0JBQW9CLGlCQUhoQixrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxvQkFBb0IsRUFBRSxxQkFBcUIsYUFEdkYsWUFBWSxhQUVaLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLG9CQUFvQixFQUFFLHFCQUFxQjtrSEFFakYsb0JBQW9CLFlBSnRCLENBQUMsWUFBWSxDQUFDOzJGQUlaLG9CQUFvQjtrQkFMaEMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRSxDQUFDLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLG9CQUFvQixFQUFFLHFCQUFxQixDQUFDO29CQUNsRyxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxvQkFBb0IsRUFBRSxxQkFBcUIsQ0FBQztpQkFDOUYiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEYnhTZXRTdHlsZURpcmVjdGl2ZSB9IGZyb20gJy4vc3R5bGUuc2V0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYnhTdHlsZURpcmVjdGl2ZSB9IGZyb20gJy4vc3R5bGUuZGlyZWN0aXZlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRGJ4U3BhY2VyRGlyZWN0aXZlIH0gZnJvbSAnLi9zcGFjZXIuZGlyZWN0aXZlJztcbmltcG9ydCB7IERieFN0eWxlQm9keURpcmVjdGl2ZSB9IGZyb20gJy4vc3R5bGUuYm9keS5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbRGJ4U3BhY2VyRGlyZWN0aXZlLCBEYnhTdHlsZURpcmVjdGl2ZSwgRGJ4U2V0U3R5bGVEaXJlY3RpdmUsIERieFN0eWxlQm9keURpcmVjdGl2ZV0sXG4gIGV4cG9ydHM6IFtEYnhTcGFjZXJEaXJlY3RpdmUsIERieFN0eWxlRGlyZWN0aXZlLCBEYnhTZXRTdHlsZURpcmVjdGl2ZSwgRGJ4U3R5bGVCb2R5RGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBEYnhTdHlsZUxheW91dE1vZHVsZSB7fVxuIl19
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGUubGF5b3V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9sYXlvdXQvc3R5bGUvc3R5bGUubGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFPL0QsTUFBTSxPQUFPLG9CQUFvQjs7aUhBQXBCLG9CQUFvQjtrSEFBcEIsb0JBQW9CLGlCQUhoQixrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxvQkFBb0IsRUFBRSxxQkFBcUIsYUFEdkYsWUFBWSxhQUVaLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLG9CQUFvQixFQUFFLHFCQUFxQjtrSEFFakYsb0JBQW9CLFlBSnJCLFlBQVk7MkZBSVgsb0JBQW9CO2tCQUxoQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFLENBQUMsa0JBQWtCLEVBQUUsaUJBQWlCLEVBQUUsb0JBQW9CLEVBQUUscUJBQXFCLENBQUM7b0JBQ2xHLE9BQU8sRUFBRSxDQUFDLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLG9CQUFvQixFQUFFLHFCQUFxQixDQUFDO2lCQUM5RiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERieFNldFN0eWxlRGlyZWN0aXZlIH0gZnJvbSAnLi9zdHlsZS5zZXQuZGlyZWN0aXZlJztcbmltcG9ydCB7IERieFN0eWxlRGlyZWN0aXZlIH0gZnJvbSAnLi9zdHlsZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEYnhTcGFjZXJEaXJlY3RpdmUgfSBmcm9tICcuL3NwYWNlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGJ4U3R5bGVCb2R5RGlyZWN0aXZlIH0gZnJvbSAnLi9zdHlsZS5ib2R5LmRpcmVjdGl2ZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtEYnhTcGFjZXJEaXJlY3RpdmUsIERieFN0eWxlRGlyZWN0aXZlLCBEYnhTZXRTdHlsZURpcmVjdGl2ZSwgRGJ4U3R5bGVCb2R5RGlyZWN0aXZlXSxcbiAgZXhwb3J0czogW0RieFNwYWNlckRpcmVjdGl2ZSwgRGJ4U3R5bGVEaXJlY3RpdmUsIERieFNldFN0eWxlRGlyZWN0aXZlLCBEYnhTdHlsZUJvZHlEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIERieFN0eWxlTGF5b3V0TW9kdWxlIHt9XG4iXX0=
@@ -62,9 +62,9 @@ export class DbxStyleService {
62
62
  this._suffix.complete();
63
63
  }
64
64
  }
65
- DbxStyleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleService, deps: [{ token: DBX_STYLE_DEFAULT_CONFIG_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
66
- DbxStyleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleService, providedIn: 'root' });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxStyleService, decorators: [{
65
+ DbxStyleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleService, deps: [{ token: DBX_STYLE_DEFAULT_CONFIG_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
66
+ DbxStyleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleService, providedIn: 'root' });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxStyleService, decorators: [{
68
68
  type: Injectable,
69
69
  args: [{
70
70
  providedIn: 'root'
@@ -49,9 +49,9 @@ export class DbxSetStyleDirective extends AbstractSubscriptionDirective {
49
49
  this._suffixes.next(suffixes);
50
50
  }
51
51
  }
52
- DbxSetStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSetStyleDirective, deps: [{ token: i1.DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
53
- DbxSetStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxSetStyleDirective, selector: "[dbxSetStyle]", inputs: { style: ["dbxSetStyle", "style"], suffixes: "suffixes" }, host: { properties: { "class": "outputStyle" }, classAttribute: "dbx-style-root" }, usesInheritance: true, ngImport: i0 });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSetStyleDirective, decorators: [{
52
+ DbxSetStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSetStyleDirective, deps: [{ token: i1.DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
53
+ DbxSetStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxSetStyleDirective, selector: "[dbxSetStyle]", inputs: { style: ["dbxSetStyle", "style"], suffixes: "suffixes" }, host: { properties: { "class": "outputStyle" }, classAttribute: "dbx-style-root" }, usesInheritance: true, ngImport: i0 });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSetStyleDirective, decorators: [{
55
55
  type: Directive,
56
56
  args: [{
57
57
  selector: '[dbxSetStyle]',
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxHintComponent {
4
4
  }
5
- DbxHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DbxHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxHintComponent, selector: "dbx-hint", host: { classAttribute: "dbx-hint" }, ngImport: i0, template: `
5
+ DbxHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DbxHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxHintComponent, selector: "dbx-hint", host: { classAttribute: "dbx-hint" }, ngImport: i0, template: `
7
7
  <ng-content></ng-content>
8
8
  `, isInline: true });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxHintComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxHintComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'dbx-hint',
@@ -5,9 +5,9 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export class DbxIconSpacerDirective {
7
7
  }
8
- DbxIconSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxIconSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- DbxIconSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DbxIconSpacerDirective, selector: "dbx-icon-spacer,[dbxIconSpacer]", host: { classAttribute: "dbx-icon-spacer d-inline" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxIconSpacerDirective, decorators: [{
8
+ DbxIconSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxIconSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ DbxIconSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: DbxIconSpacerDirective, selector: "dbx-icon-spacer,[dbxIconSpacer]", host: { classAttribute: "dbx-icon-spacer d-inline" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxIconSpacerDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'dbx-icon-spacer,[dbxIconSpacer]',
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxLabelComponent {
4
4
  }
5
- DbxLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DbxLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxLabelComponent, selector: "dbx-label", host: { classAttribute: "dbx-label" }, ngImport: i0, template: `
5
+ DbxLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DbxLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxLabelComponent, selector: "dbx-label", host: { classAttribute: "dbx-label" }, ngImport: i0, template: `
7
7
  <ng-content></ng-content>
8
8
  `, isInline: true });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxLabelComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxLabelComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'dbx-label',
@@ -32,11 +32,11 @@ export class DbxLinkifyComponent {
32
32
  this._text.next(text);
33
33
  }
34
34
  }
35
- DbxLinkifyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxLinkifyComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
36
- DbxLinkifyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxLinkifyComponent, selector: "dbx-linkify", inputs: { text: "text" }, ngImport: i0, template: `
35
+ DbxLinkifyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxLinkifyComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
36
+ DbxLinkifyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxLinkifyComponent, selector: "dbx-linkify", inputs: { text: "text" }, ngImport: i0, template: `
37
37
  <span class="dbx-linkify" [innerHTML]="linkifiedBody$ | async"></span>
38
- `, isInline: true, pipes: { "async": i2.AsyncPipe } });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxLinkifyComponent, decorators: [{
38
+ `, isInline: true, dependencies: [{ kind: "pipe", type: i2.AsyncPipe, name: "async" }] });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxLinkifyComponent, decorators: [{
40
40
  type: Component,
41
41
  args: [{
42
42
  selector: 'dbx-linkify',
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxNoteComponent {
4
4
  }
5
- DbxNoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxNoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DbxNoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxNoteComponent, selector: "dbx-note", host: { classAttribute: "dbx-note" }, ngImport: i0, template: `
5
+ DbxNoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxNoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DbxNoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxNoteComponent, selector: "dbx-note", host: { classAttribute: "dbx-note" }, ngImport: i0, template: `
7
7
  <ng-content></ng-content>
8
8
  `, isInline: true });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxNoteComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxNoteComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'dbx-note',
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxNoticeComponent {
4
4
  }
5
- DbxNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxNoticeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DbxNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxNoticeComponent, selector: "dbx-notice", host: { classAttribute: "dbx-notice" }, ngImport: i0, template: `
5
+ DbxNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxNoticeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DbxNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxNoticeComponent, selector: "dbx-notice", host: { classAttribute: "dbx-notice" }, ngImport: i0, template: `
7
7
  <ng-content></ng-content>
8
8
  `, isInline: true });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxNoticeComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxNoticeComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'dbx-notice',
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxOkComponent {
4
4
  }
5
- DbxOkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxOkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DbxOkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxOkComponent, selector: "dbx-ok", host: { classAttribute: "dbx-ok" }, ngImport: i0, template: `
5
+ DbxOkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxOkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DbxOkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxOkComponent, selector: "dbx-ok", host: { classAttribute: "dbx-ok" }, ngImport: i0, template: `
7
7
  <ng-content></ng-content>
8
8
  `, isInline: true });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxOkComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxOkComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'dbx-ok',
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxSuccessComponent {
4
4
  }
5
- DbxSuccessComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSuccessComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DbxSuccessComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxSuccessComponent, selector: "dbx-success", host: { classAttribute: "dbx-success" }, ngImport: i0, template: `
5
+ DbxSuccessComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSuccessComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DbxSuccessComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxSuccessComponent, selector: "dbx-success", host: { classAttribute: "dbx-success" }, ngImport: i0, template: `
7
7
  <ng-content></ng-content>
8
8
  `, isInline: true });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxSuccessComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxSuccessComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'dbx-success',
@@ -1,19 +1,19 @@
1
1
  import { Component, Input } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/material/chips";
4
- import * as i2 from "@angular/common";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "@angular/material/chips";
5
5
  import * as i3 from "@angular/material/tooltip";
6
6
  export class DbxTextChipsComponent {
7
7
  }
8
- DbxTextChipsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxTextChipsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- DbxTextChipsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxTextChipsComponent, selector: "dbx-text-chips", inputs: { chips: "chips" }, ngImport: i0, template: `
8
+ DbxTextChipsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxTextChipsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ DbxTextChipsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxTextChipsComponent, selector: "dbx-text-chips", inputs: { chips: "chips" }, ngImport: i0, template: `
10
10
  <mat-chip-list *ngIf="chips" [multiple]="false">
11
11
  <mat-chip *ngFor="let chip of chips" selected [color]="chip.color" [matTooltip]="chip.tooltip!" matTooltipPosition="above">
12
12
  {{ chip.text }}
13
13
  </mat-chip>
14
14
  </mat-chip-list>
15
- `, isInline: true, components: [{ type: i1.MatChipList, selector: "mat-chip-list", inputs: ["errorStateMatcher", "multiple", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["matChipList"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["color", "disableRipple", "tabIndex", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"], exportAs: ["matChip"] }, { type: i3.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }] });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxTextChipsComponent, decorators: [{
15
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatChipList, selector: "mat-chip-list", inputs: ["role", "aria-describedby", "errorStateMatcher", "multiple", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["matChipList"] }, { kind: "directive", type: i2.MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["color", "disableRipple", "tabIndex", "role", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"], exportAs: ["matChip"] }, { kind: "directive", type: i3.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxTextChipsComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'dbx-text-chips',
@@ -16,10 +16,10 @@ import { DbxWarnComponent } from './warn.component';
16
16
  import * as i0 from "@angular/core";
17
17
  export class DbxTextModule {
18
18
  }
19
- DbxTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- DbxTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxTextModule, declarations: [DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective], imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule], exports: [DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective] });
21
- DbxTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxTextModule, imports: [[CommonModule, MatChipsModule, MatTooltipModule, MatIconModule]] });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxTextModule, decorators: [{
19
+ DbxTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ DbxTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxTextModule, declarations: [DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective], imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule], exports: [DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective] });
21
+ DbxTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxTextModule, imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule] });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxTextModule, decorators: [{
23
23
  type: NgModule,
24
24
  args: [{
25
25
  imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule],
@@ -27,4 +27,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
27
27
  exports: [DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective]
28
28
  }]
29
29
  }] });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvbGF5b3V0L3RleHQvdGV4dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDaEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBT3BELE1BQU0sT0FBTyxhQUFhOzswR0FBYixhQUFhOzJHQUFiLGFBQWEsaUJBSFQsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUUsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsY0FBYyxFQUFFLHFCQUFxQixFQUFFLHNCQUFzQixhQUR6TSxZQUFZLEVBQUUsY0FBYyxFQUFFLGdCQUFnQixFQUFFLGFBQWEsYUFFN0QsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUUsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsY0FBYyxFQUFFLHFCQUFxQixFQUFFLHNCQUFzQjsyR0FFbk0sYUFBYSxZQUpmLENBQUMsWUFBWSxFQUFFLGNBQWMsRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLENBQUM7MkZBSTdELGFBQWE7a0JBTHpCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGNBQWMsRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLENBQUM7b0JBQ3hFLFlBQVksRUFBRSxDQUFDLGdCQUFnQixFQUFFLGtCQUFrQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLGdCQUFnQixFQUFFLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGNBQWMsRUFBRSxxQkFBcUIsRUFBRSxzQkFBc0IsQ0FBQztvQkFDcE4sT0FBTyxFQUFFLENBQUMsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUUsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsY0FBYyxFQUFFLHFCQUFxQixFQUFFLHNCQUFzQixDQUFDO2lCQUNoTiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0Q2hpcHNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGlwcyc7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBNYXRUb29sdGlwTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbHRpcCc7XG5pbXBvcnQgeyBEYnhIaW50Q29tcG9uZW50IH0gZnJvbSAnLi9oaW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhJY29uU3BhY2VyRGlyZWN0aXZlIH0gZnJvbSAnLi9pY29uLnNwYWNlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4TGFiZWxDb21wb25lbnQgfSBmcm9tICcuL2xhYmVsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhMaW5raWZ5Q29tcG9uZW50IH0gZnJvbSAnLi9saW5raWZ5LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhOb3RlQ29tcG9uZW50IH0gZnJvbSAnLi9ub3RlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhOb3RpY2VDb21wb25lbnQgfSBmcm9tICcuL25vdGljZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4T2tDb21wb25lbnQgfSBmcm9tICcuL29rLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhTdWNjZXNzQ29tcG9uZW50IH0gZnJvbSAnLi9zdWNjZXNzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhUZXh0Q2hpcHNDb21wb25lbnQgfSBmcm9tICcuL3RleHQuY2hpcHMuY29tcG9uZW50JztcbmltcG9ydCB7IERieFdhcm5Db21wb25lbnQgfSBmcm9tICcuL3dhcm4uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0Q2hpcHNNb2R1bGUsIE1hdFRvb2x0aXBNb2R1bGUsIE1hdEljb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtEYnhOb3RlQ29tcG9uZW50LCBEYnhOb3RpY2VDb21wb25lbnQsIERieFN1Y2Nlc3NDb21wb25lbnQsIERieFdhcm5Db21wb25lbnQsIERieEhpbnRDb21wb25lbnQsIERieExhYmVsQ29tcG9uZW50LCBEYnhMaW5raWZ5Q29tcG9uZW50LCBEYnhPa0NvbXBvbmVudCwgRGJ4VGV4dENoaXBzQ29tcG9uZW50LCBEYnhJY29uU3BhY2VyRGlyZWN0aXZlXSxcbiAgZXhwb3J0czogW0RieE5vdGVDb21wb25lbnQsIERieE5vdGljZUNvbXBvbmVudCwgRGJ4U3VjY2Vzc0NvbXBvbmVudCwgRGJ4V2FybkNvbXBvbmVudCwgRGJ4SGludENvbXBvbmVudCwgRGJ4TGFiZWxDb21wb25lbnQsIERieExpbmtpZnlDb21wb25lbnQsIERieE9rQ29tcG9uZW50LCBEYnhUZXh0Q2hpcHNDb21wb25lbnQsIERieEljb25TcGFjZXJEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIERieFRleHRNb2R1bGUge31cbiJdfQ==
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvbGF5b3V0L3RleHQvdGV4dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDaEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBT3BELE1BQU0sT0FBTyxhQUFhOzswR0FBYixhQUFhOzJHQUFiLGFBQWEsaUJBSFQsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUUsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsY0FBYyxFQUFFLHFCQUFxQixFQUFFLHNCQUFzQixhQUR6TSxZQUFZLEVBQUUsY0FBYyxFQUFFLGdCQUFnQixFQUFFLGFBQWEsYUFFN0QsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUUsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsY0FBYyxFQUFFLHFCQUFxQixFQUFFLHNCQUFzQjsyR0FFbk0sYUFBYSxZQUpkLFlBQVksRUFBRSxjQUFjLEVBQUUsZ0JBQWdCLEVBQUUsYUFBYTsyRkFJNUQsYUFBYTtrQkFMekIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsY0FBYyxFQUFFLGdCQUFnQixFQUFFLGFBQWEsQ0FBQztvQkFDeEUsWUFBWSxFQUFFLENBQUMsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUUsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsY0FBYyxFQUFFLHFCQUFxQixFQUFFLHNCQUFzQixDQUFDO29CQUNwTixPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxnQkFBZ0IsRUFBRSxnQkFBZ0IsRUFBRSxpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxjQUFjLEVBQUUscUJBQXFCLEVBQUUsc0JBQXNCLENBQUM7aUJBQ2hOIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRDaGlwc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NoaXBzJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcbmltcG9ydCB7IERieEhpbnRDb21wb25lbnQgfSBmcm9tICcuL2hpbnQuY29tcG9uZW50JztcbmltcG9ydCB7IERieEljb25TcGFjZXJEaXJlY3RpdmUgfSBmcm9tICcuL2ljb24uc3BhY2VyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhMYWJlbENvbXBvbmVudCB9IGZyb20gJy4vbGFiZWwuY29tcG9uZW50JztcbmltcG9ydCB7IERieExpbmtpZnlDb21wb25lbnQgfSBmcm9tICcuL2xpbmtpZnkuY29tcG9uZW50JztcbmltcG9ydCB7IERieE5vdGVDb21wb25lbnQgfSBmcm9tICcuL25vdGUuY29tcG9uZW50JztcbmltcG9ydCB7IERieE5vdGljZUNvbXBvbmVudCB9IGZyb20gJy4vbm90aWNlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYnhPa0NvbXBvbmVudCB9IGZyb20gJy4vb2suY29tcG9uZW50JztcbmltcG9ydCB7IERieFN1Y2Nlc3NDb21wb25lbnQgfSBmcm9tICcuL3N1Y2Nlc3MuY29tcG9uZW50JztcbmltcG9ydCB7IERieFRleHRDaGlwc0NvbXBvbmVudCB9IGZyb20gJy4vdGV4dC5jaGlwcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGJ4V2FybkNvbXBvbmVudCB9IGZyb20gJy4vd2Fybi5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBNYXRDaGlwc01vZHVsZSwgTWF0VG9vbHRpcE1vZHVsZSwgTWF0SWNvbk1vZHVsZV0sXG4gIGRlY2xhcmF0aW9uczogW0RieE5vdGVDb21wb25lbnQsIERieE5vdGljZUNvbXBvbmVudCwgRGJ4U3VjY2Vzc0NvbXBvbmVudCwgRGJ4V2FybkNvbXBvbmVudCwgRGJ4SGludENvbXBvbmVudCwgRGJ4TGFiZWxDb21wb25lbnQsIERieExpbmtpZnlDb21wb25lbnQsIERieE9rQ29tcG9uZW50LCBEYnhUZXh0Q2hpcHNDb21wb25lbnQsIERieEljb25TcGFjZXJEaXJlY3RpdmVdLFxuICBleHBvcnRzOiBbRGJ4Tm90ZUNvbXBvbmVudCwgRGJ4Tm90aWNlQ29tcG9uZW50LCBEYnhTdWNjZXNzQ29tcG9uZW50LCBEYnhXYXJuQ29tcG9uZW50LCBEYnhIaW50Q29tcG9uZW50LCBEYnhMYWJlbENvbXBvbmVudCwgRGJ4TGlua2lmeUNvbXBvbmVudCwgRGJ4T2tDb21wb25lbnQsIERieFRleHRDaGlwc0NvbXBvbmVudCwgRGJ4SWNvblNwYWNlckRpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgRGJ4VGV4dE1vZHVsZSB7fVxuIl19
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class DbxWarnComponent {
4
4
  }
5
- DbxWarnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWarnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- DbxWarnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DbxWarnComponent, selector: "dbx-warn", host: { classAttribute: "dbx-warn" }, ngImport: i0, template: `
5
+ DbxWarnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWarnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ DbxWarnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxWarnComponent, selector: "dbx-warn", host: { classAttribute: "dbx-warn" }, ngImport: i0, template: `
7
7
  <ng-content></ng-content>
8
8
  `, isInline: true });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxWarnComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxWarnComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'dbx-warn',