@dereekb/dbx-web 2.0.0 → 4.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 (289) hide show
  1. package/esm2020/lib/action/action.confirm.directive.mjs +3 -3
  2. package/esm2020/lib/action/action.module.mjs +16 -7
  3. package/esm2020/lib/action/action.progress.component.mjs +20 -0
  4. package/esm2020/lib/action/index.mjs +2 -1
  5. package/esm2020/lib/action/key.trigger.directive.mjs +3 -3
  6. package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +5 -5
  7. package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +3 -3
  8. package/esm2020/lib/action/snackbar/action.snackbar.generator.mjs +5 -5
  9. package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +4 -4
  10. package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +3 -3
  11. package/esm2020/lib/action/transition/action.transition.module.mjs +4 -4
  12. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +4 -4
  13. package/esm2020/lib/action/transition/transition.safety.directive.mjs +3 -3
  14. package/esm2020/lib/button/button.component.mjs +31 -12
  15. package/esm2020/lib/button/button.module.mjs +12 -12
  16. package/esm2020/lib/button/button.spacer.component.mjs +3 -3
  17. package/esm2020/lib/button/index.mjs +2 -1
  18. package/esm2020/lib/button/progress/bar.button.component.mjs +16 -0
  19. package/esm2020/lib/button/progress/base.progress.button.directive.mjs +104 -0
  20. package/esm2020/lib/button/progress/button.progress.config.mjs +3 -0
  21. package/esm2020/lib/button/progress/button.progress.module.mjs +61 -0
  22. package/esm2020/lib/button/progress/index.mjs +5 -0
  23. package/esm2020/lib/button/progress/spinner.button.component.mjs +40 -0
  24. package/esm2020/lib/dbx-web.module.mjs +10 -17
  25. package/esm2020/lib/error/error.action.directive.mjs +3 -3
  26. package/esm2020/lib/error/error.component.mjs +5 -5
  27. package/esm2020/lib/error/error.loading.directive.mjs +3 -3
  28. package/esm2020/lib/error/error.module.mjs +4 -4
  29. package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +9 -6
  30. package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +41 -0
  31. package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +4 -4
  32. package/esm2020/lib/interaction/dialog/dialog.module.mjs +12 -7
  33. package/esm2020/lib/interaction/dialog/index.mjs +2 -1
  34. package/esm2020/lib/interaction/filter/filter.module.mjs +9 -9
  35. package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +3 -3
  36. package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +3 -3
  37. package/esm2020/lib/interaction/filter/filter.popover.component.mjs +5 -5
  38. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +3 -3
  39. package/esm2020/lib/interaction/interaction.module.mjs +4 -4
  40. package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +3 -3
  41. package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +6 -6
  42. package/esm2020/lib/interaction/popover/index.mjs +1 -2
  43. package/esm2020/lib/interaction/popover/popover.action.directive.mjs +18 -56
  44. package/esm2020/lib/interaction/popover/popover.component.mjs +9 -9
  45. package/esm2020/lib/interaction/popover/popover.content.component.mjs +3 -3
  46. package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +3 -3
  47. package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +3 -3
  48. package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +11 -5
  49. package/esm2020/lib/interaction/popover/popover.header.component.mjs +3 -3
  50. package/esm2020/lib/interaction/popover/popover.module.mjs +17 -31
  51. package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +3 -3
  52. package/esm2020/lib/interaction/popover/popover.service.mjs +3 -3
  53. package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +3 -3
  54. package/esm2020/lib/interaction/popup/popup.component.mjs +9 -9
  55. package/esm2020/lib/interaction/popup/popup.content.component.mjs +3 -3
  56. package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +4 -4
  57. package/esm2020/lib/interaction/popup/popup.controls.component.mjs +3 -3
  58. package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +3 -3
  59. package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +11 -5
  60. package/esm2020/lib/interaction/popup/popup.module.mjs +13 -22
  61. package/esm2020/lib/interaction/popup/popup.service.mjs +3 -3
  62. package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +3 -3
  63. package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +3 -3
  64. package/esm2020/lib/interaction/prompt/prompt.component.mjs +3 -3
  65. package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +3 -3
  66. package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +8 -8
  67. package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +6 -6
  68. package/esm2020/lib/interaction/prompt/prompt.module.mjs +9 -9
  69. package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +3 -3
  70. package/esm2020/lib/keypress/keydown.listener.directive.mjs +3 -3
  71. package/esm2020/lib/keypress/keypress.module.mjs +4 -4
  72. package/esm2020/lib/layout/bar/bar.directive.mjs +3 -3
  73. package/esm2020/lib/layout/bar/bar.header.component.mjs +3 -3
  74. package/esm2020/lib/layout/bar/bar.layout.module.mjs +4 -4
  75. package/esm2020/lib/layout/bar/pagebar.component.mjs +3 -3
  76. package/esm2020/lib/layout/block/block.layout.module.mjs +9 -9
  77. package/esm2020/lib/layout/block/two.block.component.mjs +22 -10
  78. package/esm2020/lib/layout/card/card.box.component.mjs +3 -3
  79. package/esm2020/lib/layout/card/card.box.container.component.mjs +3 -3
  80. package/esm2020/lib/layout/card/card.box.layout.module.mjs +4 -4
  81. package/esm2020/lib/layout/column/column.layout.module.mjs +4 -4
  82. package/esm2020/lib/layout/column/one/one.column.component.mjs +9 -9
  83. package/esm2020/lib/layout/column/one/one.column.module.mjs +4 -4
  84. package/esm2020/lib/layout/column/two/index.mjs +2 -1
  85. package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +8 -8
  86. package/esm2020/lib/layout/column/two/two.column.component.mjs +51 -14
  87. package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +36 -0
  88. package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +8 -8
  89. package/esm2020/lib/layout/column/two/two.column.head.component.mjs +8 -8
  90. package/esm2020/lib/layout/column/two/two.column.module.mjs +43 -38
  91. package/esm2020/lib/layout/column/two/two.column.right.component.mjs +11 -6
  92. package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +12 -17
  93. package/esm2020/lib/layout/column/two/two.column.store.mjs +8 -7
  94. package/esm2020/lib/layout/compact/compact.directive.mjs +3 -3
  95. package/esm2020/lib/layout/compact/compact.layout.module.mjs +4 -4
  96. package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
  97. package/esm2020/lib/layout/content/content.border.directive.mjs +3 -3
  98. package/esm2020/lib/layout/content/content.box.directive.mjs +9 -5
  99. package/esm2020/lib/layout/content/content.container.directive.mjs +4 -4
  100. package/esm2020/lib/layout/content/content.directive.mjs +3 -3
  101. package/esm2020/lib/layout/content/content.elevate.directive.mjs +3 -3
  102. package/esm2020/lib/layout/content/content.layout.module.mjs +4 -4
  103. package/esm2020/lib/layout/content/content.page.directive.mjs +3 -3
  104. package/esm2020/lib/layout/flag/flag.component.mjs +3 -3
  105. package/esm2020/lib/layout/flag/flag.layout.module.mjs +4 -4
  106. package/esm2020/lib/layout/flag/flag.prompt.component.mjs +3 -3
  107. package/esm2020/lib/layout/flex/flex.group.directive.mjs +8 -4
  108. package/esm2020/lib/layout/flex/flex.layout.module.mjs +4 -4
  109. package/esm2020/lib/layout/flex/flex.size.directive.mjs +3 -3
  110. package/esm2020/lib/layout/item/item.icon.component.mjs +3 -3
  111. package/esm2020/lib/layout/item/item.layout.module.mjs +4 -4
  112. package/esm2020/lib/layout/layout.module.mjs +4 -4
  113. package/esm2020/lib/layout/list/index.mjs +5 -1
  114. package/esm2020/lib/layout/list/list.component.mjs +22 -9
  115. package/esm2020/lib/layout/list/list.content.empty.component.mjs +3 -3
  116. package/esm2020/lib/layout/list/list.directive.mjs +12 -10
  117. package/esm2020/lib/layout/list/list.layout.module.mjs +32 -18
  118. package/esm2020/lib/layout/list/list.view.directive.mjs +11 -4
  119. package/esm2020/lib/layout/list/list.view.mjs +1 -1
  120. package/esm2020/lib/layout/list/list.view.selection.directive.mjs +8 -7
  121. package/esm2020/lib/layout/list/list.view.value.component.mjs +57 -28
  122. package/esm2020/lib/layout/list/list.view.value.directive.mjs +18 -10
  123. package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +7 -7
  124. package/esm2020/lib/layout/list/list.view.value.mjs +36 -24
  125. package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +81 -0
  126. package/esm2020/lib/layout/list/list.view.value.modifier.mjs +15 -0
  127. package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +45 -0
  128. package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +57 -43
  129. package/esm2020/lib/layout/list/list.wrapper.mjs +13 -0
  130. package/esm2020/lib/layout/section/section.component.mjs +3 -3
  131. package/esm2020/lib/layout/section/section.header.component.mjs +3 -3
  132. package/esm2020/lib/layout/section/section.intro.component.mjs +3 -3
  133. package/esm2020/lib/layout/section/section.layout.module.mjs +9 -9
  134. package/esm2020/lib/layout/section/section.page.component.mjs +3 -3
  135. package/esm2020/lib/layout/section/subsection.component.mjs +3 -3
  136. package/esm2020/lib/layout/step/step.component.mjs +3 -3
  137. package/esm2020/lib/layout/step/step.layout.module.mjs +4 -4
  138. package/esm2020/lib/layout/style/spacer.directive.mjs +3 -3
  139. package/esm2020/lib/layout/style/style.body.directive.mjs +3 -3
  140. package/esm2020/lib/layout/style/style.directive.mjs +3 -3
  141. package/esm2020/lib/layout/style/style.layout.module.mjs +4 -4
  142. package/esm2020/lib/layout/style/style.service.mjs +6 -4
  143. package/esm2020/lib/layout/style/style.set.directive.mjs +5 -4
  144. package/esm2020/lib/layout/text/hint.component.mjs +3 -3
  145. package/esm2020/lib/layout/text/icon.spacer.component.mjs +3 -3
  146. package/esm2020/lib/layout/text/label.component.mjs +3 -3
  147. package/esm2020/lib/layout/text/linkify.component.mjs +3 -3
  148. package/esm2020/lib/layout/text/note.component.mjs +3 -3
  149. package/esm2020/lib/layout/text/notice.component.mjs +3 -3
  150. package/esm2020/lib/layout/text/ok.component.mjs +3 -3
  151. package/esm2020/lib/layout/text/success.component.mjs +3 -3
  152. package/esm2020/lib/layout/text/text.chips.component.mjs +3 -3
  153. package/esm2020/lib/layout/text/text.module.mjs +4 -4
  154. package/esm2020/lib/layout/text/warn.component.mjs +3 -3
  155. package/esm2020/lib/loading/basic-loading.component.mjs +3 -3
  156. package/esm2020/lib/loading/loading-progress.component.mjs +4 -4
  157. package/esm2020/lib/loading/loading.action.directive.mjs +3 -3
  158. package/esm2020/lib/loading/loading.component.mjs +3 -3
  159. package/esm2020/lib/loading/loading.module.mjs +4 -4
  160. package/esm2020/lib/router/layout/anchor/anchor.component.mjs +9 -5
  161. package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +31 -9
  162. package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +3 -3
  163. package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +3 -3
  164. package/esm2020/lib/router/layout/anchor/anchor.module.mjs +10 -10
  165. package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +4 -4
  166. package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +5 -5
  167. package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +10 -10
  168. package/esm2020/lib/router/layout/index.mjs +2 -1
  169. package/esm2020/lib/router/layout/layout.module.mjs +23 -19
  170. package/esm2020/lib/router/layout/list/index.mjs +3 -0
  171. package/esm2020/lib/router/layout/list/list.module.mjs +21 -0
  172. package/esm2020/lib/router/layout/list/router.list.directive.mjs +42 -0
  173. package/esm2020/lib/router/layout/navbar/navbar.component.mjs +4 -4
  174. package/esm2020/lib/router/layout/navbar/navbar.module.mjs +10 -10
  175. package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +3 -3
  176. package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +3 -3
  177. package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +14 -14
  178. package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +7 -4
  179. package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +4 -4
  180. package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +5 -5
  181. package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +9 -9
  182. package/esm2020/lib/router/provider/router.provider.config.mjs +1 -1
  183. package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +5 -5
  184. package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +9 -9
  185. package/esm2020/lib/screen/screen.module.mjs +4 -4
  186. package/esm2020/lib/screen/screen.service.mjs +5 -4
  187. package/fesm2015/dereekb-dbx-web.mjs +1718 -1110
  188. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  189. package/fesm2020/dereekb-dbx-web.mjs +1712 -1105
  190. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  191. package/lib/action/action.module.d.ts +10 -8
  192. package/lib/action/action.progress.component.d.ts +5 -0
  193. package/lib/action/index.d.ts +1 -0
  194. package/lib/action/snackbar/action.snackbar.generator.d.ts +5 -5
  195. package/lib/button/_button.scss +21 -0
  196. package/lib/button/button.component.d.ts +7 -3
  197. package/lib/button/button.module.d.ts +2 -2
  198. package/lib/button/index.d.ts +1 -0
  199. package/lib/button/progress/bar.button.component.d.ts +6 -0
  200. package/lib/button/progress/bar.button.component.scss +23 -0
  201. package/lib/button/progress/base.progress.button.directive.d.ts +37 -0
  202. package/lib/button/progress/button.progress.config.d.ts +51 -0
  203. package/lib/button/progress/button.progress.module.d.ts +17 -0
  204. package/lib/button/progress/index.d.ts +4 -0
  205. package/lib/button/progress/spinner.button.component.d.ts +9 -0
  206. package/lib/button/progress/spinner.button.component.scss +44 -0
  207. package/lib/dbx-web.module.d.ts +1 -3
  208. package/lib/interaction/dialog/_dialog.scss +18 -2
  209. package/lib/interaction/dialog/abstract.dialog.directive.d.ts +2 -1
  210. package/lib/interaction/dialog/dialog.action.directive.d.ts +21 -0
  211. package/lib/interaction/dialog/dialog.module.d.ts +4 -3
  212. package/lib/interaction/dialog/index.d.ts +1 -0
  213. package/lib/interaction/filter/filter.module.d.ts +1 -1
  214. package/lib/interaction/filter/filter.popover.component.d.ts +2 -2
  215. package/lib/interaction/popover/index.d.ts +0 -1
  216. package/lib/interaction/popover/popover.action.directive.d.ts +14 -23
  217. package/lib/interaction/popover/popover.component.d.ts +3 -3
  218. package/lib/interaction/popover/popover.coordinator.service.d.ts +3 -1
  219. package/lib/interaction/popover/popover.module.d.ts +20 -23
  220. package/lib/interaction/popup/popup.component.d.ts +3 -3
  221. package/lib/interaction/popup/popup.coordinator.service.d.ts +3 -1
  222. package/lib/interaction/popup/popup.module.d.ts +1 -3
  223. package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +3 -3
  224. package/lib/interaction/prompt/prompt.module.d.ts +1 -1
  225. package/lib/layout/block/_block.scss +11 -8
  226. package/lib/layout/block/block.layout.module.d.ts +1 -1
  227. package/lib/layout/block/two.block.component.d.ts +5 -1
  228. package/lib/layout/column/_column.scss +119 -3
  229. package/lib/layout/column/two/index.d.ts +1 -0
  230. package/lib/layout/column/two/two.column.back.directive.d.ts +4 -4
  231. package/lib/layout/column/two/two.column.component.d.ts +23 -7
  232. package/lib/layout/column/two/two.column.context.directive.d.ts +18 -0
  233. package/lib/layout/column/two/two.column.full.left.directive.d.ts +4 -4
  234. package/lib/layout/column/two/two.column.head.component.d.ts +3 -3
  235. package/lib/layout/column/two/two.column.module.d.ts +7 -6
  236. package/lib/layout/column/two/two.column.right.component.d.ts +6 -4
  237. package/lib/layout/column/two/two.column.sref.directive.d.ts +6 -7
  238. package/lib/layout/column/two/two.column.store.d.ts +4 -3
  239. package/lib/layout/content/_content.scss +25 -3
  240. package/lib/layout/content/content.box.directive.d.ts +2 -1
  241. package/lib/layout/content/content.container.directive.d.ts +2 -2
  242. package/lib/layout/flex/_flex.scss +4 -0
  243. package/lib/layout/flex/flex.group.directive.d.ts +1 -0
  244. package/lib/layout/list/index.d.ts +4 -0
  245. package/lib/layout/list/list.component.d.ts +14 -5
  246. package/lib/layout/list/list.directive.d.ts +9 -7
  247. package/lib/layout/list/list.layout.module.d.ts +10 -8
  248. package/lib/layout/list/list.view.d.ts +11 -1
  249. package/lib/layout/list/list.view.directive.d.ts +4 -1
  250. package/lib/layout/list/list.view.selection.directive.d.ts +4 -3
  251. package/lib/layout/list/list.view.value.component.d.ts +18 -3
  252. package/lib/layout/list/list.view.value.d.ts +27 -11
  253. package/lib/layout/list/list.view.value.directive.d.ts +9 -6
  254. package/lib/layout/list/list.view.value.item.directive.d.ts +4 -4
  255. package/lib/layout/list/list.view.value.modifier.d.ts +12 -0
  256. package/lib/layout/list/list.view.value.modifier.directive.d.ts +37 -0
  257. package/lib/layout/list/list.view.value.modifier.ripple.directive.d.ts +17 -0
  258. package/lib/layout/list/list.view.value.selection.component.d.ts +10 -11
  259. package/lib/layout/list/list.wrapper.d.ts +11 -0
  260. package/lib/layout/section/section.layout.module.d.ts +1 -1
  261. package/lib/layout/style/_style.scss +12 -1
  262. package/lib/layout/text/_text.scss +9 -0
  263. package/lib/router/layout/anchor/_anchor.scss +10 -0
  264. package/lib/router/layout/anchor/anchor.component.d.ts +5 -4
  265. package/lib/router/layout/anchor/anchor.content.component.d.ts +14 -3
  266. package/lib/router/layout/anchor/anchor.module.d.ts +4 -4
  267. package/lib/router/layout/anchor/anchor.segue.directive.d.ts +2 -2
  268. package/lib/router/layout/anchorlist/_anchorlist.scss +7 -0
  269. package/lib/router/layout/anchorlist/anchorlist.module.d.ts +4 -4
  270. package/lib/router/layout/index.d.ts +1 -0
  271. package/lib/router/layout/layout.module.d.ts +4 -3
  272. package/lib/router/layout/list/index.d.ts +2 -0
  273. package/lib/router/layout/list/list.module.d.ts +7 -0
  274. package/lib/router/layout/list/router.list.directive.d.ts +17 -0
  275. package/lib/router/layout/navbar/navbar.component.d.ts +4 -4
  276. package/lib/router/layout/navbar/navbar.module.d.ts +4 -4
  277. package/lib/router/layout/sidenav/sidenav.module.d.ts +4 -4
  278. package/lib/router/layout/sidenav/sidenav.page.component.d.ts +4 -2
  279. package/lib/router/provider/ngrouter/angular.router.module.d.ts +1 -1
  280. package/lib/router/provider/router.provider.config.d.ts +2 -2
  281. package/lib/router/provider/uirouter/uirouter.router.module.d.ts +1 -1
  282. package/lib/screen/screen.service.d.ts +2 -2
  283. package/lib/style/_config.scss +7 -1
  284. package/lib/style/_root-variables.scss +2 -0
  285. package/lib/style/_variables.scss +4 -0
  286. package/package.json +25 -45
  287. package/esm2020/lib/interaction/popover/popover.action.button.directive.mjs +0 -29
  288. package/lib/interaction/popover/popover.action.button.directive.d.ts +0 -14
  289. package/lib/layout/column/two.scss +0 -114

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.