@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
@@ -38,5 +38,5 @@ export declare class DbxSidenavComponent extends AbstractTransitionWatcherDirect
38
38
  toggleNav(open?: boolean): void;
39
39
  private _toggleNav;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavComponent, "dbx-sidenav", ["sidenav"], { "anchors": "anchors"; }, {}, never, ["[top]", "[bottom]", "*"]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavComponent, "dbx-sidenav", ["sidenav"], { "anchors": "anchors"; }, {}, never, ["[top]", "[bottom]", "*"], false>;
42
42
  }
@@ -18,5 +18,5 @@ export declare class DbxSidenavPageComponent implements OnDestroy {
18
18
  get mobileOnly(): boolean;
19
19
  set mobileOnly(mobileOnly: boolean);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavPageComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPageComponent, "dbx-sidenav-page", never, { "color": "color"; "mobileOnly": "mobileOnly"; }, {}, never, ["[navLeft]", "[navRight]", "*"]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPageComponent, "dbx-sidenav-page", never, { "color": "color"; "mobileOnly": "mobileOnly"; }, {}, never, ["[navLeft]", "[navRight]", "*"], false>;
22
22
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class DbxSidenavPagebarComponent extends DbxPagebarComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavPagebarComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPagebarComponent, "dbx-sidenav-pagebar", never, {}, {}, never, ["*", "*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavPagebarComponent, "dbx-sidenav-pagebar", never, {}, {}, never, ["*", "*"], false>;
9
9
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class DbxAngularRouterSegueAnchorComponent extends AbstractDbxSegueAnchorDirective {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAngularRouterSegueAnchorComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxAngularRouterSegueAnchorComponent, "ng-component", never, {}, {}, never, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxAngularRouterSegueAnchorComponent, "ng-component", never, {}, {}, never, never, false>;
9
9
  }
@@ -9,5 +9,5 @@ export declare class DbxUIRouterSegueAnchorComponent extends AbstractDbxSegueAnc
9
9
  readonly uiRef$: Observable<string | null>;
10
10
  readonly uiOptions$: Observable<TransitionOptions | null>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxUIRouterSegueAnchorComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxUIRouterSegueAnchorComponent, "ng-component", never, {}, {}, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxUIRouterSegueAnchorComponent, "ng-component", never, {}, {}, never, never, false>;
13
13
  }
package/package.json CHANGED
@@ -1,20 +1,21 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "8.15.2",
3
+ "version": "9.0.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^13.0.0",
6
- "@angular/core": "^13.0.0",
7
- "@angular/material": "^13.0.0",
8
- "@dereekb/rxjs": "8.15.2",
9
- "@dereekb/dbx-core": "8.15.2",
10
- "angular-calendar": "~0.29.0",
11
- "@angular/flex-layout": "^13.0.0-beta.38",
12
- "ng-overlay-container": "^13.0.2",
13
- "@angular/cdk": "^13.0.0",
14
- "angular-resize-event": "~3.1.1",
15
- "ngx-infinite-scroll": "^13.0.2",
5
+ "@angular/common": "^14.0.0",
6
+ "@angular/core": "^14.0.0",
16
7
  "linkify-string": "4.0.0-beta.5",
17
- "@uirouter/angular": "^9.1.0"
8
+ "linkifyjs": "^4.0.0-beta.5",
9
+ "@angular/material": "^14.0.0",
10
+ "@dereekb/rxjs": "9.0.0",
11
+ "@dereekb/dbx-core": "9.0.0",
12
+ "angular-calendar": "~0.30.0",
13
+ "@angular/flex-layout": "^14.0.0-beta.40",
14
+ "ng-overlay-container": "^14.0.0",
15
+ "@angular/cdk": "^14.0.0",
16
+ "angular-resize-event": "~3.2.0",
17
+ "ngx-infinite-scroll": "^14.0.0",
18
+ "@uirouter/angular": "git+https://git@github.com/dereekb/uirouter-angular#7c4bb71689377b167af1d5bd0a38c91429afc041"
18
19
  },
19
20
  "dependencies": {
20
21
  "tslib": "^2.3.0"
@@ -22,7 +23,7 @@
22
23
  "exports": {
23
24
  ".": {
24
25
  "sass": "./_index.scss",
25
- "types": "./dereekb-dbx-web.d.ts",
26
+ "types": "./index.d.ts",
26
27
  "esm2020": "./esm2020/dereekb-dbx-web.mjs",
27
28
  "es2020": "./fesm2020/dereekb-dbx-web.mjs",
28
29
  "es2015": "./fesm2015/dereekb-dbx-web.mjs",
@@ -38,6 +39,6 @@
38
39
  "esm2020": "esm2020/dereekb-dbx-web.mjs",
39
40
  "fesm2020": "fesm2020/dereekb-dbx-web.mjs",
40
41
  "fesm2015": "fesm2015/dereekb-dbx-web.mjs",
41
- "typings": "dereekb-dbx-web.d.ts",
42
+ "typings": "index.d.ts",
42
43
  "sideEffects": false
43
44
  }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@dereekb/dbx-web" />
5
- export * from './index';