@quadrel-enterprise-ui/framework 19.8.1 → 20.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 (1354) hide show
  1. package/fesm2022/quadrel-enterprise-ui-framework.mjs +2577 -3501
  2. package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
  3. package/index.d.ts +17192 -4
  4. package/index.d.ts.map +1 -0
  5. package/package.json +8 -6
  6. package/src/assets/styles/components/_components.all.scss +3 -10
  7. package/src/assets/styles/components/_components.button.scss +25 -190
  8. package/src/assets/styles/components/_components.dialog.scss +2 -2
  9. package/src/assets/styles/components/_components.grid.scss +14 -14
  10. package/src/assets/styles/generic/_generic.all.scss +5 -5
  11. package/src/assets/styles/generic/_generic.normalize.scss +2 -2
  12. package/src/assets/styles/index.scss +7 -7
  13. package/src/assets/styles/objects/_objects.a11y.scss +4 -4
  14. package/src/assets/styles/objects/_objects.all.scss +3 -3
  15. package/src/assets/styles/settings/_setting.all.scss +13 -13
  16. package/src/assets/styles/settings/_settings.formFields.scss +2 -2
  17. package/src/assets/styles/settings/_settings.grid.scss +2 -4
  18. package/src/assets/styles/settings/_settings.horizontalSpacing.scss +4 -4
  19. package/src/assets/styles/settings/_settings.layoutHeader.scss +10 -10
  20. package/src/assets/styles/settings/_settings.material.scss +31 -31
  21. package/src/assets/styles/settings/_settings.page.scss +3 -3
  22. package/src/assets/styles/settings/_settings.shell.scss +5 -5
  23. package/src/assets/styles/settings/_settings.verticalRythm.scss +5 -5
  24. package/src/assets/styles/tools/_tools.all.scss +12 -12
  25. package/src/assets/styles/tools/_tools.boxShadowOverlay.scss +3 -3
  26. package/src/assets/styles/tools/_tools.breakpoints.scss +36 -18
  27. package/src/assets/styles/tools/_tools.colorMapper.scss +7 -6
  28. package/src/assets/styles/tools/_tools.convertPxToRem.scss +23 -12
  29. package/src/assets/styles/tools/_tools.fonts.scss +16 -16
  30. package/src/assets/styles/tools/_tools.getBaseFontSize.scss +7 -6
  31. package/src/assets/styles/tools/_tools.grid.scss +51 -33
  32. package/src/assets/styles/tools/_tools.layoutHeader.scss +5 -5
  33. package/src/assets/styles/tools/_tools.layoutWidth.scss +6 -5
  34. package/src/assets/styles/tools/_tools.mixins.scss +14 -14
  35. package/src/assets/styles/tools/_tools.overlayBackdrop.scss +2 -2
  36. package/src/assets/styles/tools/_tools.rwdDisabled.scss +5 -5
  37. package/src/assets/styles/tools/_tools.text.scss +4 -4
  38. package/src/assets/styles/tools/_tools.toolTip.scss +4 -4
  39. package/src/assets/styles/utilities/_utilities.all.scss +1 -1
  40. package/lib/button/__mocks__/mock-button-grid.component.d.ts +0 -6
  41. package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +0 -1
  42. package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +0 -8
  43. package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +0 -1
  44. package/lib/button/__mocks__/mock-button-stack.component.d.ts +0 -6
  45. package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +0 -1
  46. package/lib/button/__mocks__/mock-button.component.d.ts +0 -11
  47. package/lib/button/__mocks__/mock-button.component.d.ts.map +0 -1
  48. package/lib/button/__mocks__/mock-button.directives.d.ts +0 -10
  49. package/lib/button/__mocks__/mock-button.directives.d.ts.map +0 -1
  50. package/lib/button/__mocks__/mock-button.module.d.ts +0 -21
  51. package/lib/button/__mocks__/mock-button.module.d.ts.map +0 -1
  52. package/lib/button/__mocks__/mock-icon-button.component.d.ts +0 -8
  53. package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +0 -1
  54. package/lib/button/button/additional-info/button-additional-info.component.d.ts +0 -15
  55. package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +0 -1
  56. package/lib/button/button/button.component.d.ts +0 -41
  57. package/lib/button/button/button.component.d.ts.map +0 -1
  58. package/lib/button/button-grid/button-grid.component.d.ts +0 -11
  59. package/lib/button/button-grid/button-grid.component.d.ts.map +0 -1
  60. package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +0 -24
  61. package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +0 -1
  62. package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +0 -11
  63. package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +0 -1
  64. package/lib/button/button.module.d.ts +0 -32
  65. package/lib/button/button.module.d.ts.map +0 -1
  66. package/lib/button/directives/button.directives.d.ts +0 -25
  67. package/lib/button/directives/button.directives.d.ts.map +0 -1
  68. package/lib/button/icon-button/icon-button.component.d.ts +0 -26
  69. package/lib/button/icon-button/icon-button.component.d.ts.map +0 -1
  70. package/lib/button/menu-button/menu-button.component.d.ts +0 -58
  71. package/lib/button/menu-button/menu-button.component.d.ts.map +0 -1
  72. package/lib/button/model/button-config.d.ts +0 -76
  73. package/lib/button/model/button-config.d.ts.map +0 -1
  74. package/lib/button/model/button.types.d.ts +0 -2
  75. package/lib/button/model/button.types.d.ts.map +0 -1
  76. package/lib/chips/__mocks__/mock-chip.component.d.ts +0 -15
  77. package/lib/chips/__mocks__/mock-chip.component.d.ts.map +0 -1
  78. package/lib/chips/__mocks__/mock-chips.module.d.ts +0 -11
  79. package/lib/chips/__mocks__/mock-chips.module.d.ts.map +0 -1
  80. package/lib/chips/chip/chip.component.d.ts +0 -43
  81. package/lib/chips/chip/chip.component.d.ts.map +0 -1
  82. package/lib/chips/chips.module.d.ts +0 -13
  83. package/lib/chips/chips.module.d.ts.map +0 -1
  84. package/lib/chips/interfaces/chip.interface.d.ts +0 -3
  85. package/lib/chips/interfaces/chip.interface.d.ts.map +0 -1
  86. package/lib/comments/add-comment/add-comment-dialog.component.d.ts +0 -26
  87. package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +0 -1
  88. package/lib/comments/comments.component.d.ts +0 -22
  89. package/lib/comments/comments.component.d.ts.map +0 -1
  90. package/lib/comments/comments.module.d.ts +0 -23
  91. package/lib/comments/comments.module.d.ts.map +0 -1
  92. package/lib/comments/menu/comment-menu.component.d.ts +0 -9
  93. package/lib/comments/menu/comment-menu.component.d.ts.map +0 -1
  94. package/lib/comments/model/comments.interface.d.ts +0 -193
  95. package/lib/comments/model/comments.interface.d.ts.map +0 -1
  96. package/lib/comments/pipes/stripe-html.pipe.d.ts +0 -8
  97. package/lib/comments/pipes/stripe-html.pipe.d.ts.map +0 -1
  98. package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +0 -8
  99. package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +0 -1
  100. package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +0 -11
  101. package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +0 -1
  102. package/lib/contact-card/contact-card.component.d.ts +0 -167
  103. package/lib/contact-card/contact-card.component.d.ts.map +0 -1
  104. package/lib/contact-card/contact-card.module.d.ts +0 -17
  105. package/lib/contact-card/contact-card.module.d.ts.map +0 -1
  106. package/lib/contact-card/menu/contact-card-menu.component.d.ts +0 -32
  107. package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +0 -1
  108. package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +0 -44
  109. package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +0 -1
  110. package/lib/contact-card/model/contact-data.interface.d.ts +0 -163
  111. package/lib/contact-card/model/contact-data.interface.d.ts.map +0 -1
  112. package/lib/core/__mocks__/mock-breakpoint.service.d.ts +0 -6
  113. package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +0 -1
  114. package/lib/core/__mocks__/mock-core.module.d.ts +0 -19
  115. package/lib/core/__mocks__/mock-core.module.d.ts.map +0 -1
  116. package/lib/core/__mocks__/mock-disabled.directive.d.ts +0 -6
  117. package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +0 -1
  118. package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +0 -34
  119. package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +0 -1
  120. package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +0 -6
  121. package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +0 -1
  122. package/lib/core/__mocks__/mock-translate.pipe.d.ts +0 -8
  123. package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +0 -1
  124. package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +0 -6
  125. package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +0 -1
  126. package/lib/core/autofocus/autofocus.directive.d.ts +0 -14
  127. package/lib/core/autofocus/autofocus.directive.d.ts.map +0 -1
  128. package/lib/core/autofocus/autofocus.module.d.ts +0 -9
  129. package/lib/core/autofocus/autofocus.module.d.ts.map +0 -1
  130. package/lib/core/autofocus/autofocus.service.d.ts +0 -9
  131. package/lib/core/autofocus/autofocus.service.d.ts.map +0 -1
  132. package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +0 -125
  133. package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +0 -1
  134. package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +0 -12
  135. package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
  136. package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +0 -27
  137. package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +0 -1
  138. package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +0 -21
  139. package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +0 -1
  140. package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +0 -8
  141. package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +0 -1
  142. package/lib/core/core.module.d.ts +0 -33
  143. package/lib/core/core.module.d.ts.map +0 -1
  144. package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +0 -15
  145. package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +0 -1
  146. package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +0 -13
  147. package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +0 -1
  148. package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +0 -28
  149. package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +0 -1
  150. package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +0 -44
  151. package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +0 -1
  152. package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +0 -31
  153. package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +0 -1
  154. package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +0 -39
  155. package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +0 -1
  156. package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +0 -27
  157. package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +0 -1
  158. package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +0 -18
  159. package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +0 -1
  160. package/lib/core/data-facets/data-facets-context.service.d.ts +0 -13
  161. package/lib/core/data-facets/data-facets-context.service.d.ts.map +0 -1
  162. package/lib/core/data-facets/data-facets.model.d.ts +0 -37
  163. package/lib/core/data-facets/data-facets.model.d.ts.map +0 -1
  164. package/lib/core/data-facets/data-facets.module.d.ts +0 -33
  165. package/lib/core/data-facets/data-facets.module.d.ts.map +0 -1
  166. package/lib/core/data-facets/date/data-facets-date.component.d.ts +0 -34
  167. package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +0 -1
  168. package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +0 -48
  169. package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +0 -1
  170. package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +0 -13
  171. package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +0 -1
  172. package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +0 -13
  173. package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +0 -1
  174. package/lib/core/data-facets/link/data-facets-link.component.d.ts +0 -25
  175. package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +0 -1
  176. package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +0 -50
  177. package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +0 -1
  178. package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +0 -18
  179. package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +0 -1
  180. package/lib/core/data-facets/status/data-facets-status.component.d.ts +0 -14
  181. package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +0 -1
  182. package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +0 -15
  183. package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +0 -1
  184. package/lib/core/data-facets/text/data-facets-text.component.d.ts +0 -20
  185. package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +0 -1
  186. package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +0 -18
  187. package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +0 -1
  188. package/lib/core/directives/viewport-adaptive.directive.d.ts +0 -8
  189. package/lib/core/directives/viewport-adaptive.directive.d.ts.map +0 -1
  190. package/lib/core/disabled/disabled.directive.d.ts +0 -6
  191. package/lib/core/disabled/disabled.directive.d.ts.map +0 -1
  192. package/lib/core/focusable/focusable.d.ts +0 -10
  193. package/lib/core/focusable/focusable.d.ts.map +0 -1
  194. package/lib/core/focusable/focusable.directive.d.ts +0 -10
  195. package/lib/core/focusable/focusable.directive.d.ts.map +0 -1
  196. package/lib/core/focusable/focusable.module.d.ts +0 -8
  197. package/lib/core/focusable/focusable.module.d.ts.map +0 -1
  198. package/lib/core/focusable/focusable.token.d.ts +0 -6
  199. package/lib/core/focusable/focusable.token.d.ts.map +0 -1
  200. package/lib/core/model/app-enviroment.interface.d.ts +0 -33
  201. package/lib/core/model/app-enviroment.interface.d.ts.map +0 -1
  202. package/lib/core/model/app-enviroment.token.d.ts +0 -4
  203. package/lib/core/model/app-enviroment.token.d.ts.map +0 -1
  204. package/lib/core/model/breakpoint.interface.d.ts +0 -10
  205. package/lib/core/model/breakpoint.interface.d.ts.map +0 -1
  206. package/lib/core/model/safe-bottom-offset.token.d.ts +0 -4
  207. package/lib/core/model/safe-bottom-offset.token.d.ts.map +0 -1
  208. package/lib/core/model/translation.interface.d.ts +0 -21
  209. package/lib/core/model/translation.interface.d.ts.map +0 -1
  210. package/lib/core/pipes/file-size.pipe.d.ts +0 -11
  211. package/lib/core/pipes/file-size.pipe.d.ts.map +0 -1
  212. package/lib/core/pipes/placeholder.pipe.d.ts +0 -8
  213. package/lib/core/pipes/placeholder.pipe.d.ts.map +0 -1
  214. package/lib/core/pipes/placeholders.pipe.d.ts +0 -10
  215. package/lib/core/pipes/placeholders.pipe.d.ts.map +0 -1
  216. package/lib/core/pipes/sanitize-html.pipe.d.ts +0 -11
  217. package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
  218. package/lib/core/popover/popover/popover.component.d.ts +0 -23
  219. package/lib/core/popover/popover/popover.component.d.ts.map +0 -1
  220. package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +0 -55
  221. package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +0 -1
  222. package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +0 -27
  223. package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +0 -1
  224. package/lib/core/popover/popover-parent.service.d.ts +0 -8
  225. package/lib/core/popover/popover-parent.service.d.ts.map +0 -1
  226. package/lib/core/popover/popover-sizing.service.d.ts +0 -63
  227. package/lib/core/popover/popover-sizing.service.d.ts.map +0 -1
  228. package/lib/core/popover/popover-top-first.token.d.ts +0 -3
  229. package/lib/core/popover/popover-top-first.token.d.ts.map +0 -1
  230. package/lib/core/popover/popover.module.d.ts +0 -11
  231. package/lib/core/popover/popover.module.d.ts.map +0 -1
  232. package/lib/core/popover/popover.service.d.ts +0 -12
  233. package/lib/core/popover/popover.service.d.ts.map +0 -1
  234. package/lib/core/projection-guard/projection-guard.component.d.ts +0 -14
  235. package/lib/core/projection-guard/projection-guard.component.d.ts.map +0 -1
  236. package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +0 -6
  237. package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +0 -1
  238. package/lib/core/rxjs/delay-and-hold.operator.d.ts +0 -52
  239. package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +0 -1
  240. package/lib/core/services/breakpoint.service.d.ts +0 -19
  241. package/lib/core/services/breakpoint.service.d.ts.map +0 -1
  242. package/lib/core/services/element.service.d.ts +0 -7
  243. package/lib/core/services/element.service.d.ts.map +0 -1
  244. package/lib/core/services/event-broker.service.d.ts +0 -56
  245. package/lib/core/services/event-broker.service.d.ts.map +0 -1
  246. package/lib/core/services/push-events.service.d.ts +0 -89
  247. package/lib/core/services/push-events.service.d.ts.map +0 -1
  248. package/lib/core/services/scrolling.service.d.ts +0 -15
  249. package/lib/core/services/scrolling.service.d.ts.map +0 -1
  250. package/lib/core/services/translate.service.d.ts +0 -16
  251. package/lib/core/services/translate.service.d.ts.map +0 -1
  252. package/lib/core/tools/constantCase.tools.d.ts +0 -2
  253. package/lib/core/tools/constantCase.tools.d.ts.map +0 -1
  254. package/lib/core/tools/convertPxToRem.tools.d.ts +0 -2
  255. package/lib/core/tools/convertPxToRem.tools.d.ts.map +0 -1
  256. package/lib/core/tooltip/model/tooltip-content.interface.d.ts +0 -30
  257. package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +0 -1
  258. package/lib/core/tooltip/tooltip/tooltip.component.d.ts +0 -10
  259. package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +0 -1
  260. package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +0 -37
  261. package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +0 -1
  262. package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +0 -24
  263. package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +0 -1
  264. package/lib/core/tooltip/tooltip.module.d.ts +0 -12
  265. package/lib/core/tooltip/tooltip.module.d.ts.map +0 -1
  266. package/lib/core/types/utility.types.d.ts +0 -3
  267. package/lib/core/types/utility.types.d.ts.map +0 -1
  268. package/lib/core/visually-hidden/visually-hidden.directive.d.ts +0 -6
  269. package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +0 -1
  270. package/lib/dialog/action/dialog-action.component.d.ts +0 -6
  271. package/lib/dialog/action/dialog-action.component.d.ts.map +0 -1
  272. package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +0 -16
  273. package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +0 -1
  274. package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts +0 -15
  275. package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts.map +0 -1
  276. package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +0 -122
  277. package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +0 -1
  278. package/lib/dialog/dialog.component.d.ts +0 -86
  279. package/lib/dialog/dialog.component.d.ts.map +0 -1
  280. package/lib/dialog/dialog.module.d.ts +0 -40
  281. package/lib/dialog/dialog.module.d.ts.map +0 -1
  282. package/lib/dialog/directives/pending-changes-guard.directive.d.ts +0 -37
  283. package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +0 -1
  284. package/lib/dialog/models/confirmation.model.d.ts +0 -117
  285. package/lib/dialog/models/confirmation.model.d.ts.map +0 -1
  286. package/lib/dialog/models/dialog-close.model.d.ts +0 -51
  287. package/lib/dialog/models/dialog-close.model.d.ts.map +0 -1
  288. package/lib/dialog/models/dialog-config.model.d.ts +0 -106
  289. package/lib/dialog/models/dialog-config.model.d.ts.map +0 -1
  290. package/lib/dialog/models/page-dialog-host.token.d.ts +0 -10
  291. package/lib/dialog/models/page-dialog-host.token.d.ts.map +0 -1
  292. package/lib/dialog/models/record-stepper.model.d.ts +0 -26
  293. package/lib/dialog/models/record-stepper.model.d.ts.map +0 -1
  294. package/lib/dialog/models/session-end-result.model.d.ts +0 -14
  295. package/lib/dialog/models/session-end-result.model.d.ts.map +0 -1
  296. package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +0 -6
  297. package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +0 -1
  298. package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +0 -34
  299. package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +0 -1
  300. package/lib/dialog/services/confirmation-dialog.service.d.ts +0 -14
  301. package/lib/dialog/services/confirmation-dialog.service.d.ts.map +0 -1
  302. package/lib/dialog/services/dialog-auth-session-end.service.d.ts +0 -21
  303. package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +0 -1
  304. package/lib/dialog/services/dialog-change-guard.service.d.ts +0 -9
  305. package/lib/dialog/services/dialog-change-guard.service.d.ts.map +0 -1
  306. package/lib/dialog/services/dialog.service.d.ts +0 -66
  307. package/lib/dialog/services/dialog.service.d.ts.map +0 -1
  308. package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +0 -8
  309. package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +0 -1
  310. package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +0 -8
  311. package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +0 -1
  312. package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +0 -11
  313. package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +0 -1
  314. package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +0 -8
  315. package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +0 -1
  316. package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +0 -8
  317. package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +0 -1
  318. package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +0 -14
  319. package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +0 -1
  320. package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +0 -16
  321. package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +0 -1
  322. package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +0 -6
  323. package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +0 -1
  324. package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +0 -18
  325. package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +0 -1
  326. package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +0 -14
  327. package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +0 -1
  328. package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +0 -18
  329. package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +0 -1
  330. package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +0 -16
  331. package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +0 -1
  332. package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +0 -14
  333. package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +0 -1
  334. package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +0 -22
  335. package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +0 -1
  336. package/lib/file-collector/file-collector.component.d.ts +0 -129
  337. package/lib/file-collector/file-collector.component.d.ts.map +0 -1
  338. package/lib/file-collector/file-collector.module.d.ts +0 -37
  339. package/lib/file-collector/file-collector.module.d.ts.map +0 -1
  340. package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +0 -14
  341. package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +0 -1
  342. package/lib/file-collector/item/file-collector-item.component.d.ts +0 -16
  343. package/lib/file-collector/item/file-collector-item.component.d.ts.map +0 -1
  344. package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +0 -7
  345. package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +0 -1
  346. package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +0 -7
  347. package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +0 -1
  348. package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +0 -24
  349. package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +0 -1
  350. package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +0 -7
  351. package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +0 -1
  352. package/lib/file-collector/models/collected-file.d.ts +0 -33
  353. package/lib/file-collector/models/collected-file.d.ts.map +0 -1
  354. package/lib/file-collector/models/file-collector-config.d.ts +0 -76
  355. package/lib/file-collector/models/file-collector-config.d.ts.map +0 -1
  356. package/lib/file-collector/models/file-manager-token.d.ts +0 -3
  357. package/lib/file-collector/models/file-manager-token.d.ts.map +0 -1
  358. package/lib/file-collector/models/file-manager.d.ts +0 -18
  359. package/lib/file-collector/models/file-manager.d.ts.map +0 -1
  360. package/lib/file-collector/models/file-type.d.ts +0 -7
  361. package/lib/file-collector/models/file-type.d.ts.map +0 -1
  362. package/lib/file-collector/models/file-upload.d.ts +0 -15
  363. package/lib/file-collector/models/file-upload.d.ts.map +0 -1
  364. package/lib/file-collector/models/upload-progress.d.ts +0 -33
  365. package/lib/file-collector/models/upload-progress.d.ts.map +0 -1
  366. package/lib/file-collector/pipes/filesize.pipe.d.ts +0 -10
  367. package/lib/file-collector/pipes/filesize.pipe.d.ts.map +0 -1
  368. package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +0 -11
  369. package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +0 -1
  370. package/lib/file-collector/services/file-collector-validation.service.d.ts +0 -14
  371. package/lib/file-collector/services/file-collector-validation.service.d.ts.map +0 -1
  372. package/lib/file-collector/services/file-collector.service.d.ts +0 -22
  373. package/lib/file-collector/services/file-collector.service.d.ts.map +0 -1
  374. package/lib/file-collector/services/file-type.service.d.ts +0 -11
  375. package/lib/file-collector/services/file-type.service.d.ts.map +0 -1
  376. package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +0 -10
  377. package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +0 -1
  378. package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +0 -12
  379. package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +0 -1
  380. package/lib/filter/__mocks__/mock-filter-category-date.d.ts +0 -12
  381. package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +0 -1
  382. package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +0 -11
  383. package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +0 -1
  384. package/lib/filter/__mocks__/mock-filter-category-select.d.ts +0 -10
  385. package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +0 -1
  386. package/lib/filter/__mocks__/mock-filter-category.d.ts +0 -11
  387. package/lib/filter/__mocks__/mock-filter-category.d.ts.map +0 -1
  388. package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +0 -12
  389. package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +0 -1
  390. package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +0 -13
  391. package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +0 -1
  392. package/lib/filter/__mocks__/mock-filter-item-date.d.ts +0 -13
  393. package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +0 -1
  394. package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +0 -12
  395. package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +0 -1
  396. package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +0 -11
  397. package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +0 -1
  398. package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +0 -11
  399. package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +0 -1
  400. package/lib/filter/__mocks__/mock-filter.d.ts +0 -11
  401. package/lib/filter/__mocks__/mock-filter.d.ts.map +0 -1
  402. package/lib/filter/__mocks__/mock-filter.module.d.ts +0 -38
  403. package/lib/filter/__mocks__/mock-filter.module.d.ts.map +0 -1
  404. package/lib/filter/__mocks__/mock-filter.service.d.ts +0 -36
  405. package/lib/filter/__mocks__/mock-filter.service.d.ts.map +0 -1
  406. package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +0 -9
  407. package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +0 -1
  408. package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +0 -16
  409. package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +0 -1
  410. package/lib/filter/category/date/filter-category-date.component.d.ts +0 -27
  411. package/lib/filter/category/date/filter-category-date.component.d.ts.map +0 -1
  412. package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +0 -32
  413. package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +0 -1
  414. package/lib/filter/category/filter-category.component.d.ts +0 -36
  415. package/lib/filter/category/filter-category.component.d.ts.map +0 -1
  416. package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +0 -22
  417. package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +0 -1
  418. package/lib/filter/category/select/filter-category-select.component.d.ts +0 -35
  419. package/lib/filter/category/select/filter-category-select.component.d.ts.map +0 -1
  420. package/lib/filter/filter-service/filter.service.d.ts +0 -55
  421. package/lib/filter/filter-service/filter.service.d.ts.map +0 -1
  422. package/lib/filter/filter.component.d.ts +0 -123
  423. package/lib/filter/filter.component.d.ts.map +0 -1
  424. package/lib/filter/filter.module.d.ts +0 -37
  425. package/lib/filter/filter.module.d.ts.map +0 -1
  426. package/lib/filter/helpers/filter-active-items.helper.d.ts +0 -4
  427. package/lib/filter/helpers/filter-active-items.helper.d.ts.map +0 -1
  428. package/lib/filter/helpers/filter-active.helper.d.ts +0 -4
  429. package/lib/filter/helpers/filter-active.helper.d.ts.map +0 -1
  430. package/lib/filter/helpers/filter-get.helper.d.ts +0 -13
  431. package/lib/filter/helpers/filter-get.helper.d.ts.map +0 -1
  432. package/lib/filter/helpers/filter-postbody.helper.d.ts +0 -4
  433. package/lib/filter/helpers/filter-postbody.helper.d.ts.map +0 -1
  434. package/lib/filter/helpers/filter-query-parser.helper.d.ts +0 -3
  435. package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +0 -1
  436. package/lib/filter/helpers/filter-query.helper.d.ts +0 -9
  437. package/lib/filter/helpers/filter-query.helper.d.ts.map +0 -1
  438. package/lib/filter/helpers/filter-selection-validator.helper.d.ts +0 -3
  439. package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +0 -1
  440. package/lib/filter/helpers/filter-state.helpers.d.ts +0 -11
  441. package/lib/filter/helpers/filter-state.helpers.d.ts.map +0 -1
  442. package/lib/filter/helpers/filter-update.helper.d.ts +0 -13
  443. package/lib/filter/helpers/filter-update.helper.d.ts.map +0 -1
  444. package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +0 -22
  445. package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +0 -1
  446. package/lib/filter/item/date/filter-item-date.component.d.ts +0 -25
  447. package/lib/filter/item/date/filter-item-date.component.d.ts.map +0 -1
  448. package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +0 -32
  449. package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +0 -1
  450. package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +0 -26
  451. package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +0 -1
  452. package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +0 -22
  453. package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +0 -1
  454. package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +0 -25
  455. package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +0 -1
  456. package/lib/filter/model/filter-config.interface.d.ts +0 -84
  457. package/lib/filter/model/filter-config.interface.d.ts.map +0 -1
  458. package/lib/filter/model/filter-post-body.interface.d.ts +0 -9
  459. package/lib/filter/model/filter-post-body.interface.d.ts.map +0 -1
  460. package/lib/filter/model/filter-reducer.interface.d.ts +0 -5
  461. package/lib/filter/model/filter-reducer.interface.d.ts.map +0 -1
  462. package/lib/filter/model/filter-state.interface.d.ts +0 -13
  463. package/lib/filter/model/filter-state.interface.d.ts.map +0 -1
  464. package/lib/filter/model/filter-types.interface.d.ts +0 -2
  465. package/lib/filter/model/filter-types.interface.d.ts.map +0 -1
  466. package/lib/filter/pipes/localeDate.pipe.d.ts +0 -16
  467. package/lib/filter/pipes/localeDate.pipe.d.ts.map +0 -1
  468. package/lib/filter/services/dependent-filters.service.d.ts +0 -20
  469. package/lib/filter/services/dependent-filters.service.d.ts.map +0 -1
  470. package/lib/filter/services/filter-rest-param.tools.d.ts +0 -23
  471. package/lib/filter/services/filter-rest-param.tools.d.ts.map +0 -1
  472. package/lib/filter/services/filter-router-connector.service.d.ts +0 -24
  473. package/lib/filter/services/filter-router-connector.service.d.ts.map +0 -1
  474. package/lib/filter/store/filter.actions.d.ts +0 -92
  475. package/lib/filter/store/filter.actions.d.ts.map +0 -1
  476. package/lib/filter/store/filter.reducer.d.ts +0 -4
  477. package/lib/filter/store/filter.reducer.d.ts.map +0 -1
  478. package/lib/filter/store/filter.selector.d.ts +0 -129
  479. package/lib/filter/store/filter.selector.d.ts.map +0 -1
  480. package/lib/forms/__mocks__/mock-calendar.component.d.ts +0 -12
  481. package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +0 -1
  482. package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +0 -9
  483. package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +0 -1
  484. package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +0 -11
  485. package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +0 -1
  486. package/lib/forms/__mocks__/mock-checkbox.component.d.ts +0 -15
  487. package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +0 -1
  488. package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +0 -12
  489. package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +0 -1
  490. package/lib/forms/__mocks__/mock-datepicker.component.d.ts +0 -13
  491. package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +0 -1
  492. package/lib/forms/__mocks__/mock-dropdown.component.d.ts +0 -16
  493. package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +0 -1
  494. package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +0 -9
  495. package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +0 -1
  496. package/lib/forms/__mocks__/mock-form-error.component.d.ts +0 -8
  497. package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +0 -1
  498. package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +0 -9
  499. package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +0 -1
  500. package/lib/forms/__mocks__/mock-form-hint.component.d.ts +0 -11
  501. package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +0 -1
  502. package/lib/forms/__mocks__/mock-form-label.component.d.ts +0 -13
  503. package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +0 -1
  504. package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +0 -9
  505. package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +0 -1
  506. package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +0 -9
  507. package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +0 -1
  508. package/lib/forms/__mocks__/mock-forms.module.d.ts +0 -49
  509. package/lib/forms/__mocks__/mock-forms.module.d.ts.map +0 -1
  510. package/lib/forms/__mocks__/mock-input.component.d.ts +0 -26
  511. package/lib/forms/__mocks__/mock-input.component.d.ts.map +0 -1
  512. package/lib/forms/__mocks__/mock-pin-code.component.d.ts +0 -22
  513. package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +0 -1
  514. package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +0 -15
  515. package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +0 -1
  516. package/lib/forms/__mocks__/mock-switch.component.d.ts +0 -20
  517. package/lib/forms/__mocks__/mock-switch.component.d.ts.map +0 -1
  518. package/lib/forms/__mocks__/mock-switches.component.d.ts +0 -20
  519. package/lib/forms/__mocks__/mock-switches.component.d.ts.map +0 -1
  520. package/lib/forms/__mocks__/mock-textarea.component.d.ts +0 -20
  521. package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +0 -1
  522. package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +0 -117
  523. package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +0 -1
  524. package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +0 -11
  525. package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +0 -1
  526. package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +0 -11
  527. package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +0 -1
  528. package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +0 -25
  529. package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +0 -1
  530. package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +0 -24
  531. package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +0 -1
  532. package/lib/forms/checkboxes/checkboxes.component.d.ts +0 -136
  533. package/lib/forms/checkboxes/checkboxes.component.d.ts.map +0 -1
  534. package/lib/forms/datepicker/adapter/date-adapter.d.ts +0 -56
  535. package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +0 -1
  536. package/lib/forms/datepicker/calendar/calendar.component.d.ts +0 -66
  537. package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +0 -1
  538. package/lib/forms/datepicker/datepicker.component.d.ts +0 -159
  539. package/lib/forms/datepicker/datepicker.component.d.ts.map +0 -1
  540. package/lib/forms/datepicker/service/timepicker.service.d.ts +0 -13
  541. package/lib/forms/datepicker/service/timepicker.service.d.ts.map +0 -1
  542. package/lib/forms/dropdown/dropdown.component.d.ts +0 -187
  543. package/lib/forms/dropdown/dropdown.component.d.ts.map +0 -1
  544. package/lib/forms/dropdown/options/dropdown-options.component.d.ts +0 -31
  545. package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +0 -1
  546. package/lib/forms/file-upload/file-upload.component.d.ts +0 -165
  547. package/lib/forms/file-upload/file-upload.component.d.ts.map +0 -1
  548. package/lib/forms/file-upload/model/file-upload.model.d.ts +0 -92
  549. package/lib/forms/file-upload/model/file-upload.model.d.ts.map +0 -1
  550. package/lib/forms/file-upload/services/file-upload.service.d.ts +0 -14
  551. package/lib/forms/file-upload/services/file-upload.service.d.ts.map +0 -1
  552. package/lib/forms/input/helpers/get-value-with-unit.d.ts +0 -3
  553. package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +0 -1
  554. package/lib/forms/input/input.component.d.ts +0 -336
  555. package/lib/forms/input/input.component.d.ts.map +0 -1
  556. package/lib/forms/input/options/input-options.component.d.ts +0 -27
  557. package/lib/forms/input/options/input-options.component.d.ts.map +0 -1
  558. package/lib/forms/input/options/input-options.directive.d.ts +0 -82
  559. package/lib/forms/input/options/input-options.directive.d.ts.map +0 -1
  560. package/lib/forms/input/units/input-units.component.d.ts +0 -22
  561. package/lib/forms/input/units/input-units.component.d.ts.map +0 -1
  562. package/lib/forms/model/datepicker.d.ts +0 -36
  563. package/lib/forms/model/datepicker.d.ts.map +0 -1
  564. package/lib/forms/model/form-input.d.ts +0 -10
  565. package/lib/forms/model/form-input.d.ts.map +0 -1
  566. package/lib/forms/model/form-options-resolver.d.ts +0 -66
  567. package/lib/forms/model/form-options-resolver.d.ts.map +0 -1
  568. package/lib/forms/model/forms.interface.d.ts +0 -522
  569. package/lib/forms/model/forms.interface.d.ts.map +0 -1
  570. package/lib/forms/model/options.interface.d.ts +0 -85
  571. package/lib/forms/model/options.interface.d.ts.map +0 -1
  572. package/lib/forms/model/radio-buttons.d.ts +0 -7
  573. package/lib/forms/model/radio-buttons.d.ts.map +0 -1
  574. package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +0 -2
  575. package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +0 -1
  576. package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +0 -27
  577. package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +0 -1
  578. package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +0 -36
  579. package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +0 -1
  580. package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +0 -28
  581. package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +0 -1
  582. package/lib/forms/multi-input/multi-input.component.d.ts +0 -167
  583. package/lib/forms/multi-input/multi-input.component.d.ts.map +0 -1
  584. package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +0 -29
  585. package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +0 -1
  586. package/lib/forms/pin-code/pin-code.component.d.ts +0 -156
  587. package/lib/forms/pin-code/pin-code.component.d.ts.map +0 -1
  588. package/lib/forms/qd-form.module.d.ts +0 -72
  589. package/lib/forms/qd-form.module.d.ts.map +0 -1
  590. package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +0 -17
  591. package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +0 -1
  592. package/lib/forms/radio-buttons/radio-buttons.component.d.ts +0 -126
  593. package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +0 -1
  594. package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +0 -14
  595. package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +0 -1
  596. package/lib/forms/reactive-forms/controls/form-array.d.ts +0 -234
  597. package/lib/forms/reactive-forms/controls/form-array.d.ts.map +0 -1
  598. package/lib/forms/reactive-forms/controls/form-builder.d.ts +0 -99
  599. package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +0 -1
  600. package/lib/forms/reactive-forms/controls/form-control.d.ts +0 -19
  601. package/lib/forms/reactive-forms/controls/form-control.d.ts.map +0 -1
  602. package/lib/forms/reactive-forms/controls/form-group.d.ts +0 -4
  603. package/lib/forms/reactive-forms/controls/form-group.d.ts.map +0 -1
  604. package/lib/forms/richtext/richtext.component.d.ts +0 -109
  605. package/lib/forms/richtext/richtext.component.d.ts.map +0 -1
  606. package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +0 -13
  607. package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +0 -1
  608. package/lib/forms/shared/components/form-error/form-error.component.d.ts +0 -18
  609. package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +0 -1
  610. package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +0 -15
  611. package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +0 -1
  612. package/lib/forms/shared/components/form-input/form-input.component.d.ts +0 -19
  613. package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +0 -1
  614. package/lib/forms/shared/components/form-label/form-label.component.d.ts +0 -18
  615. package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +0 -1
  616. package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +0 -16
  617. package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +0 -1
  618. package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +0 -19
  619. package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +0 -1
  620. package/lib/forms/shared/helpers/forms-options.helpers.d.ts +0 -6
  621. package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +0 -1
  622. package/lib/forms/shared/helpers/forms.helpers.d.ts +0 -83
  623. package/lib/forms/shared/helpers/forms.helpers.d.ts.map +0 -1
  624. package/lib/forms/shared/helpers/has-validators.helpers.d.ts +0 -3
  625. package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +0 -1
  626. package/lib/forms/shared/services/action-emitter.service.d.ts +0 -13
  627. package/lib/forms/shared/services/action-emitter.service.d.ts.map +0 -1
  628. package/lib/forms/shared/services/form-keyboard.service.d.ts +0 -16
  629. package/lib/forms/shared/services/form-keyboard.service.d.ts.map +0 -1
  630. package/lib/forms/shared/services/form-options.service.d.ts +0 -34
  631. package/lib/forms/shared/services/form-options.service.d.ts.map +0 -1
  632. package/lib/forms/shared/services/options-resolver.registry.d.ts +0 -12
  633. package/lib/forms/shared/services/options-resolver.registry.d.ts.map +0 -1
  634. package/lib/forms/shared/validators/validators.d.ts +0 -127
  635. package/lib/forms/shared/validators/validators.d.ts.map +0 -1
  636. package/lib/forms/switches/switch/switch.component.d.ts +0 -19
  637. package/lib/forms/switches/switch/switch.component.d.ts.map +0 -1
  638. package/lib/forms/switches/switches-service/switches.service.d.ts +0 -15
  639. package/lib/forms/switches/switches-service/switches.service.d.ts.map +0 -1
  640. package/lib/forms/switches/switches.component.d.ts +0 -126
  641. package/lib/forms/switches/switches.component.d.ts.map +0 -1
  642. package/lib/forms/textarea/textarea.component.d.ts +0 -119
  643. package/lib/forms/textarea/textarea.component.d.ts.map +0 -1
  644. package/lib/grid/__mocks__/mock-column.directive.d.ts +0 -7
  645. package/lib/grid/__mocks__/mock-column.directive.d.ts.map +0 -1
  646. package/lib/grid/__mocks__/mock-columns.directive.d.ts +0 -12
  647. package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +0 -1
  648. package/lib/grid/__mocks__/mock-grid.module.d.ts +0 -12
  649. package/lib/grid/__mocks__/mock-grid.module.d.ts.map +0 -1
  650. package/lib/grid/directives/column-auto-fill.directive.d.ts +0 -31
  651. package/lib/grid/directives/column-auto-fill.directive.d.ts.map +0 -1
  652. package/lib/grid/directives/column-break-before.directive.d.ts +0 -31
  653. package/lib/grid/directives/column-break-before.directive.d.ts.map +0 -1
  654. package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +0 -36
  655. package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +0 -1
  656. package/lib/grid/directives/column-full-grid-width.directive.d.ts +0 -32
  657. package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +0 -1
  658. package/lib/grid/directives/column-next-in-same-row.directive.d.ts +0 -36
  659. package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +0 -1
  660. package/lib/grid/directives/column.directive.d.ts +0 -50
  661. package/lib/grid/directives/column.directive.d.ts.map +0 -1
  662. package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +0 -33
  663. package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +0 -1
  664. package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +0 -31
  665. package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +0 -1
  666. package/lib/grid/directives/columns-max.directive.d.ts +0 -36
  667. package/lib/grid/directives/columns-max.directive.d.ts.map +0 -1
  668. package/lib/grid/directives/columns.directive.d.ts +0 -44
  669. package/lib/grid/directives/columns.directive.d.ts.map +0 -1
  670. package/lib/grid/grid.component.d.ts +0 -32
  671. package/lib/grid/grid.component.d.ts.map +0 -1
  672. package/lib/grid/grid.module.d.ts +0 -35
  673. package/lib/grid/grid.module.d.ts.map +0 -1
  674. package/lib/grid/model/grid-config.interface.d.ts +0 -35
  675. package/lib/grid/model/grid-config.interface.d.ts.map +0 -1
  676. package/lib/grid/model/subgrid-config.interface.d.ts +0 -28
  677. package/lib/grid/model/subgrid-config.interface.d.ts.map +0 -1
  678. package/lib/grid/services/grid-auto-fill.service.d.ts +0 -40
  679. package/lib/grid/services/grid-auto-fill.service.d.ts.map +0 -1
  680. package/lib/grid/services/grid.service.d.ts +0 -13
  681. package/lib/grid/services/grid.service.d.ts.map +0 -1
  682. package/lib/grid/subgrid/subgrid.component.d.ts +0 -44
  683. package/lib/grid/subgrid/subgrid.component.d.ts.map +0 -1
  684. package/lib/helpers/html-plaintext.helper.d.ts +0 -2
  685. package/lib/helpers/html-plaintext.helper.d.ts.map +0 -1
  686. package/lib/helpers/language.helper.d.ts +0 -2
  687. package/lib/helpers/language.helper.d.ts.map +0 -1
  688. package/lib/helpers/load-javascript-asset.helper.d.ts +0 -2
  689. package/lib/helpers/load-javascript-asset.helper.d.ts.map +0 -1
  690. package/lib/helpers/relative-time.helper.d.ts +0 -4
  691. package/lib/helpers/relative-time.helper.d.ts.map +0 -1
  692. package/lib/icon/__mocks__/mock-icon.component.d.ts +0 -10
  693. package/lib/icon/__mocks__/mock-icon.component.d.ts.map +0 -1
  694. package/lib/icon/__mocks__/mock-icon.module.d.ts +0 -10
  695. package/lib/icon/__mocks__/mock-icon.module.d.ts.map +0 -1
  696. package/lib/icon/custom-icons/logo.d.ts +0 -2
  697. package/lib/icon/custom-icons/logo.d.ts.map +0 -1
  698. package/lib/icon/icon/icon-definitions.d.ts +0 -7
  699. package/lib/icon/icon/icon-definitions.d.ts.map +0 -1
  700. package/lib/icon/icon/icon.component.d.ts +0 -29
  701. package/lib/icon/icon/icon.component.d.ts.map +0 -1
  702. package/lib/icon/icon.module.d.ts +0 -11
  703. package/lib/icon/icon.module.d.ts.map +0 -1
  704. package/lib/image/__mocks__/mock-image.component.d.ts +0 -11
  705. package/lib/image/__mocks__/mock-image.component.d.ts.map +0 -1
  706. package/lib/image/__mocks__/mock-image.module.d.ts +0 -10
  707. package/lib/image/__mocks__/mock-image.module.d.ts.map +0 -1
  708. package/lib/image/image/image.component.d.ts +0 -64
  709. package/lib/image/image/image.component.d.ts.map +0 -1
  710. package/lib/image/image.module.d.ts +0 -13
  711. package/lib/image/image.module.d.ts.map +0 -1
  712. package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +0 -6
  713. package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +0 -1
  714. package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +0 -6
  715. package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +0 -1
  716. package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +0 -6
  717. package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +0 -1
  718. package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +0 -6
  719. package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +0 -1
  720. package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +0 -6
  721. package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +0 -1
  722. package/lib/lists/__mocks__/mock-list.module.d.ts +0 -28
  723. package/lib/lists/__mocks__/mock-list.module.d.ts.map +0 -1
  724. package/lib/lists/__mocks__/mock-status-error.component.d.ts +0 -6
  725. package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +0 -1
  726. package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +0 -6
  727. package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +0 -1
  728. package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +0 -6
  729. package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +0 -1
  730. package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +0 -6
  731. package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +0 -1
  732. package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +0 -6
  733. package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +0 -1
  734. package/lib/lists/list.module.d.ts +0 -38
  735. package/lib/lists/list.module.d.ts.map +0 -1
  736. package/lib/lists/model/list.interface.d.ts +0 -6
  737. package/lib/lists/model/list.interface.d.ts.map +0 -1
  738. package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +0 -11
  739. package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +0 -1
  740. package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +0 -25
  741. package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +0 -1
  742. package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +0 -11
  743. package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +0 -1
  744. package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +0 -12
  745. package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +0 -1
  746. package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +0 -11
  747. package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +0 -1
  748. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +0 -11
  749. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +0 -1
  750. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +0 -21
  751. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +0 -1
  752. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +0 -12
  753. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +0 -1
  754. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +0 -11
  755. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +0 -1
  756. package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +0 -11
  757. package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +0 -1
  758. package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +0 -33
  759. package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +0 -1
  760. package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +0 -17
  761. package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +0 -1
  762. package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +0 -18
  763. package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +0 -1
  764. package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +0 -11
  765. package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +0 -1
  766. package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +0 -8
  767. package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +0 -1
  768. package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +0 -6
  769. package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +0 -1
  770. package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +0 -12
  771. package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +0 -1
  772. package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +0 -23
  773. package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +0 -1
  774. package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +0 -18
  775. package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +0 -1
  776. package/lib/navigation-tiles/navigation-tiles.module.d.ts +0 -15
  777. package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +0 -1
  778. package/lib/notifications/__mocks__/mock-notification.component.d.ts +0 -11
  779. package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +0 -1
  780. package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +0 -6
  781. package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +0 -1
  782. package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +0 -25
  783. package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +0 -1
  784. package/lib/notifications/__mocks__/mock-notifications.component.d.ts +0 -7
  785. package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +0 -1
  786. package/lib/notifications/__mocks__/mock-notifications.module.d.ts +0 -16
  787. package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +0 -1
  788. package/lib/notifications/directives/snackbar-listener.directive.d.ts +0 -46
  789. package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +0 -1
  790. package/lib/notifications/interfaces/notifications.d.ts +0 -120
  791. package/lib/notifications/interfaces/notifications.d.ts.map +0 -1
  792. package/lib/notifications/notification/notification.component.d.ts +0 -499
  793. package/lib/notifications/notification/notification.component.d.ts.map +0 -1
  794. package/lib/notifications/notification-content/notification-content.component.d.ts +0 -9
  795. package/lib/notifications/notification-content/notification-content.component.d.ts.map +0 -1
  796. package/lib/notifications/notifications/notifications.component.d.ts +0 -20
  797. package/lib/notifications/notifications/notifications.component.d.ts.map +0 -1
  798. package/lib/notifications/notifications.module.d.ts +0 -24
  799. package/lib/notifications/notifications.module.d.ts.map +0 -1
  800. package/lib/notifications/services/notifications-http-interceptor.service.d.ts +0 -25
  801. package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +0 -1
  802. package/lib/notifications/services/notifications-service.service.d.ts +0 -33
  803. package/lib/notifications/services/notifications-service.service.d.ts.map +0 -1
  804. package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +0 -20
  805. package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +0 -1
  806. package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +0 -13
  807. package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +0 -1
  808. package/lib/notifications/services/snackbar.service.d.ts +0 -21
  809. package/lib/notifications/services/snackbar.service.d.ts.map +0 -1
  810. package/lib/notifications/snackbar/snackbar.component.d.ts +0 -16
  811. package/lib/notifications/snackbar/snackbar.component.d.ts.map +0 -1
  812. package/lib/page/__mocks__/mock-page-footer.component.d.ts +0 -6
  813. package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +0 -1
  814. package/lib/page/__mocks__/mock-page-header.component.d.ts +0 -6
  815. package/lib/page/__mocks__/mock-page-header.component.d.ts.map +0 -1
  816. package/lib/page/__mocks__/mock-page.component.d.ts +0 -7
  817. package/lib/page/__mocks__/mock-page.component.d.ts.map +0 -1
  818. package/lib/page/__mocks__/mock-page.module.d.ts +0 -13
  819. package/lib/page/__mocks__/mock-page.module.d.ts.map +0 -1
  820. package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +0 -15
  821. package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +0 -1
  822. package/lib/page/control-panel/page-control-panel.component.d.ts +0 -47
  823. package/lib/page/control-panel/page-control-panel.component.d.ts.map +0 -1
  824. package/lib/page/footer/page-footer-custom-content.directive.d.ts +0 -12
  825. package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +0 -1
  826. package/lib/page/footer/page-footer.component.d.ts +0 -19
  827. package/lib/page/footer/page-footer.component.d.ts.map +0 -1
  828. package/lib/page/info-banner/page-info-banner.component.d.ts +0 -94
  829. package/lib/page/info-banner/page-info-banner.component.d.ts.map +0 -1
  830. package/lib/page/model/page-config.interface.d.ts +0 -534
  831. package/lib/page/model/page-config.interface.d.ts.map +0 -1
  832. package/lib/page/model/page-control-panel-config.interface.d.ts +0 -24
  833. package/lib/page/model/page-control-panel-config.interface.d.ts.map +0 -1
  834. package/lib/page/model/page-footer-action.interface.d.ts +0 -46
  835. package/lib/page/model/page-footer-action.interface.d.ts.map +0 -1
  836. package/lib/page/model/page-header-facet.interface.d.ts +0 -86
  837. package/lib/page/model/page-header-facet.interface.d.ts.map +0 -1
  838. package/lib/page/model/page-info-banner.interface.d.ts +0 -29
  839. package/lib/page/model/page-info-banner.interface.d.ts.map +0 -1
  840. package/lib/page/model/page-object-resolver.d.ts +0 -49
  841. package/lib/page/model/page-object-resolver.d.ts.map +0 -1
  842. package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +0 -35
  843. package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +0 -1
  844. package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +0 -22
  845. package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +0 -1
  846. package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +0 -9
  847. package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +0 -1
  848. package/lib/page/object-header/dynamic-facets.service.d.ts +0 -12
  849. package/lib/page/object-header/dynamic-facets.service.d.ts.map +0 -1
  850. package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +0 -12
  851. package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +0 -1
  852. package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +0 -10
  853. package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +0 -1
  854. package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +0 -11
  855. package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +0 -1
  856. package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +0 -10
  857. package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +0 -1
  858. package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +0 -13
  859. package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +0 -1
  860. package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +0 -11
  861. package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +0 -1
  862. package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +0 -11
  863. package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +0 -1
  864. package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +0 -10
  865. package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +0 -1
  866. package/lib/page/object-header/page-object-header.component.d.ts +0 -81
  867. package/lib/page/object-header/page-object-header.component.d.ts.map +0 -1
  868. package/lib/page/page.component.d.ts +0 -452
  869. package/lib/page/page.component.d.ts.map +0 -1
  870. package/lib/page/page.module.d.ts +0 -53
  871. package/lib/page/page.module.d.ts.map +0 -1
  872. package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +0 -61
  873. package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +0 -1
  874. package/lib/page/shared/services/context.service.d.ts +0 -51
  875. package/lib/page/shared/services/context.service.d.ts.map +0 -1
  876. package/lib/page/shared/services/form-group-manager.service.d.ts +0 -87
  877. package/lib/page/shared/services/form-group-manager.service.d.ts.map +0 -1
  878. package/lib/page/shared/services/page-footer.service.d.ts +0 -24
  879. package/lib/page/shared/services/page-footer.service.d.ts.map +0 -1
  880. package/lib/page/shared/services/page-store.service.d.ts +0 -16
  881. package/lib/page/shared/services/page-store.service.d.ts.map +0 -1
  882. package/lib/page/shared/services/page-submit-action.service.d.ts +0 -24
  883. package/lib/page/shared/services/page-submit-action.service.d.ts.map +0 -1
  884. package/lib/page/shared/services/resolver-trigger.service.d.ts +0 -14
  885. package/lib/page/shared/services/resolver-trigger.service.d.ts.map +0 -1
  886. package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +0 -47
  887. package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +0 -1
  888. package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +0 -10
  889. package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +0 -1
  890. package/lib/page-stepper/header/page-step-header.component.d.ts +0 -33
  891. package/lib/page-stepper/header/page-step-header.component.d.ts.map +0 -1
  892. package/lib/page-stepper/model/page-step-resolver.token.d.ts +0 -4
  893. package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +0 -1
  894. package/lib/page-stepper/model/page-step.resolver.d.ts +0 -11
  895. package/lib/page-stepper/model/page-step.resolver.d.ts.map +0 -1
  896. package/lib/page-stepper/model/qd-page-stepper-config.d.ts +0 -87
  897. package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +0 -1
  898. package/lib/page-stepper/page-step/page-step.component.d.ts +0 -33
  899. package/lib/page-stepper/page-step/page-step.component.d.ts.map +0 -1
  900. package/lib/page-stepper/page-stepper.component.d.ts +0 -63
  901. package/lib/page-stepper/page-stepper.component.d.ts.map +0 -1
  902. package/lib/page-stepper/page-stepper.module.d.ts +0 -27
  903. package/lib/page-stepper/page-stepper.module.d.ts.map +0 -1
  904. package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +0 -49
  905. package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +0 -1
  906. package/lib/page-tabs/model/page-tabs-config.d.ts +0 -126
  907. package/lib/page-tabs/model/page-tabs-config.d.ts.map +0 -1
  908. package/lib/page-tabs/model/page-tabs-selection-event.d.ts +0 -23
  909. package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +0 -1
  910. package/lib/page-tabs/page-tab/page-tab.component.d.ts +0 -34
  911. package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +0 -1
  912. package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +0 -14
  913. package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +0 -1
  914. package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +0 -35
  915. package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +0 -1
  916. package/lib/page-tabs/page-tabs.component.d.ts +0 -225
  917. package/lib/page-tabs/page-tabs.component.d.ts.map +0 -1
  918. package/lib/page-tabs/page-tabs.module.d.ts +0 -22
  919. package/lib/page-tabs/page-tabs.module.d.ts.map +0 -1
  920. package/lib/panel-section/actions/panel-section-actions.component.d.ts +0 -16
  921. package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +0 -1
  922. package/lib/panel-section/model/panel-section-config.interface.d.ts +0 -69
  923. package/lib/panel-section/model/panel-section-config.interface.d.ts.map +0 -1
  924. package/lib/panel-section/model/panel-section-status-config.interface.d.ts +0 -13
  925. package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +0 -1
  926. package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +0 -16
  927. package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +0 -1
  928. package/lib/panel-section/panel-section.component.d.ts +0 -56
  929. package/lib/panel-section/panel-section.component.d.ts.map +0 -1
  930. package/lib/panel-section/panel-section.module.d.ts +0 -20
  931. package/lib/panel-section/panel-section.module.d.ts.map +0 -1
  932. package/lib/panel-section/services/panel-section-action.service.d.ts +0 -10
  933. package/lib/panel-section/services/panel-section-action.service.d.ts.map +0 -1
  934. package/lib/panel-section/status/panel-section-status.component.d.ts +0 -9
  935. package/lib/panel-section/status/panel-section-status.component.d.ts.map +0 -1
  936. package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +0 -11
  937. package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +0 -1
  938. package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +0 -7
  939. package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +0 -1
  940. package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +0 -10
  941. package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +0 -1
  942. package/lib/place-holder/place-holder/place-holder.component.d.ts +0 -12
  943. package/lib/place-holder/place-holder/place-holder.component.d.ts.map +0 -1
  944. package/lib/place-holder/place-holder.module.d.ts +0 -11
  945. package/lib/place-holder/place-holder.module.d.ts.map +0 -1
  946. package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +0 -6
  947. package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +0 -1
  948. package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +0 -9
  949. package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +0 -1
  950. package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +0 -13
  951. package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +0 -1
  952. package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +0 -9
  953. package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +0 -1
  954. package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +0 -25
  955. package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +0 -1
  956. package/lib/progress-bar/progress-bar.module.d.ts +0 -14
  957. package/lib/progress-bar/progress-bar.module.d.ts.map +0 -1
  958. package/lib/qd-ui-mock.module.d.ts +0 -27
  959. package/lib/qd-ui-mock.module.d.ts.map +0 -1
  960. package/lib/qd-ui.module.d.ts +0 -41
  961. package/lib/qd-ui.module.d.ts.map +0 -1
  962. package/lib/quick-edit/model/quick-edit-config.d.ts +0 -173
  963. package/lib/quick-edit/model/quick-edit-config.d.ts.map +0 -1
  964. package/lib/quick-edit/model/quick-edit-data.d.ts +0 -14
  965. package/lib/quick-edit/model/quick-edit-data.d.ts.map +0 -1
  966. package/lib/quick-edit/qd-ng-for.directive.d.ts +0 -17
  967. package/lib/quick-edit/qd-ng-for.directive.d.ts.map +0 -1
  968. package/lib/quick-edit/quick-edit.component.d.ts +0 -198
  969. package/lib/quick-edit/quick-edit.component.d.ts.map +0 -1
  970. package/lib/quick-edit/quick-edit.module.d.ts +0 -24
  971. package/lib/quick-edit/quick-edit.module.d.ts.map +0 -1
  972. package/lib/search/__mocks__/mock-search.component.d.ts +0 -8
  973. package/lib/search/__mocks__/mock-search.component.d.ts.map +0 -1
  974. package/lib/search/__mocks__/mock-search.module.d.ts +0 -11
  975. package/lib/search/__mocks__/mock-search.module.d.ts.map +0 -1
  976. package/lib/search/helpers/search-update.helper.d.ts +0 -5
  977. package/lib/search/helpers/search-update.helper.d.ts.map +0 -1
  978. package/lib/search/model/search-options.interface.d.ts +0 -134
  979. package/lib/search/model/search-options.interface.d.ts.map +0 -1
  980. package/lib/search/model/search-post-body.d.ts +0 -11
  981. package/lib/search/model/search-post-body.d.ts.map +0 -1
  982. package/lib/search/model/search-store.interface.d.ts +0 -11
  983. package/lib/search/model/search-store.interface.d.ts.map +0 -1
  984. package/lib/search/search.component.d.ts +0 -85
  985. package/lib/search/search.component.d.ts.map +0 -1
  986. package/lib/search/search.module.d.ts +0 -19
  987. package/lib/search/search.module.d.ts.map +0 -1
  988. package/lib/search/services/search-router-connector.service.d.ts +0 -26
  989. package/lib/search/services/search-router-connector.service.d.ts.map +0 -1
  990. package/lib/search/services/search-store.service.d.ts +0 -15
  991. package/lib/search/services/search-store.service.d.ts.map +0 -1
  992. package/lib/search/services/search.service.d.ts +0 -28
  993. package/lib/search/services/search.service.d.ts.map +0 -1
  994. package/lib/search/store/search.actions.d.ts +0 -26
  995. package/lib/search/store/search.actions.d.ts.map +0 -1
  996. package/lib/search/store/search.reducer.d.ts +0 -4
  997. package/lib/search/store/search.reducer.d.ts.map +0 -1
  998. package/lib/search/store/search.selector.d.ts +0 -15
  999. package/lib/search/store/search.selector.d.ts.map +0 -1
  1000. package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +0 -7
  1001. package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +0 -1
  1002. package/lib/section/__mocks__/mock-section.component.d.ts +0 -7
  1003. package/lib/section/__mocks__/mock-section.component.d.ts.map +0 -1
  1004. package/lib/section/__mocks__/mock-section.module.d.ts +0 -12
  1005. package/lib/section/__mocks__/mock-section.module.d.ts.map +0 -1
  1006. package/lib/section/adaptors/section-adapter.directive.d.ts +0 -47
  1007. package/lib/section/adaptors/section-adapter.directive.d.ts.map +0 -1
  1008. package/lib/section/connectors/table/connector-table-context.directive.d.ts +0 -123
  1009. package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +0 -1
  1010. package/lib/section/connectors/table/connector-table-filter.directive.d.ts +0 -53
  1011. package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +0 -1
  1012. package/lib/section/connectors/table/connector-table-search.directive.d.ts +0 -52
  1013. package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +0 -1
  1014. package/lib/section/model/section-config.interface.d.ts +0 -251
  1015. package/lib/section/model/section-config.interface.d.ts.map +0 -1
  1016. package/lib/section/model/toolbar-components.interface.d.ts +0 -28
  1017. package/lib/section/model/toolbar-components.interface.d.ts.map +0 -1
  1018. package/lib/section/section.component.d.ts +0 -117
  1019. package/lib/section/section.component.d.ts.map +0 -1
  1020. package/lib/section/section.module.d.ts +0 -30
  1021. package/lib/section/section.module.d.ts.map +0 -1
  1022. package/lib/section/services/section-toolbar-action.service.d.ts +0 -11
  1023. package/lib/section/services/section-toolbar-action.service.d.ts.map +0 -1
  1024. package/lib/section/services/toolbar-components.service.d.ts +0 -10
  1025. package/lib/section/services/toolbar-components.service.d.ts.map +0 -1
  1026. package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +0 -36
  1027. package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +0 -1
  1028. package/lib/section/toolbar/section-toolbar.component.d.ts +0 -27
  1029. package/lib/section/toolbar/section-toolbar.component.d.ts.map +0 -1
  1030. package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +0 -6
  1031. package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +0 -1
  1032. package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +0 -16
  1033. package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +0 -1
  1034. package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +0 -16
  1035. package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +0 -1
  1036. package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +0 -6
  1037. package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +0 -1
  1038. package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +0 -6
  1039. package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +0 -1
  1040. package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +0 -6
  1041. package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +0 -1
  1042. package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +0 -7
  1043. package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +0 -1
  1044. package/lib/shell/__mocks__/mock-shell-header.component.d.ts +0 -7
  1045. package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +0 -1
  1046. package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +0 -7
  1047. package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +0 -1
  1048. package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +0 -6
  1049. package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +0 -1
  1050. package/lib/shell/__mocks__/mock-shell.component.d.ts +0 -7
  1051. package/lib/shell/__mocks__/mock-shell.component.d.ts.map +0 -1
  1052. package/lib/shell/__mocks__/mock-shell.module.d.ts +0 -29
  1053. package/lib/shell/__mocks__/mock-shell.module.d.ts.map +0 -1
  1054. package/lib/shell/footer/shell-footer.component.d.ts +0 -11
  1055. package/lib/shell/footer/shell-footer.component.d.ts.map +0 -1
  1056. package/lib/shell/header/banner/shell-header-banner.component.d.ts +0 -12
  1057. package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +0 -1
  1058. package/lib/shell/header/counter-badge/counter-badge.component.d.ts +0 -10
  1059. package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +0 -1
  1060. package/lib/shell/header/search/shell-header-search.component.d.ts +0 -8
  1061. package/lib/shell/header/search/shell-header-search.component.d.ts.map +0 -1
  1062. package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +0 -44
  1063. package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +0 -1
  1064. package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +0 -9
  1065. package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +0 -1
  1066. package/lib/shell/header/shell-header.component.d.ts +0 -72
  1067. package/lib/shell/header/shell-header.component.d.ts.map +0 -1
  1068. package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +0 -11
  1069. package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +0 -1
  1070. package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +0 -12
  1071. package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +0 -1
  1072. package/lib/shell/header/widget/shell-header-widget.component.d.ts +0 -34
  1073. package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +0 -1
  1074. package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +0 -9
  1075. package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +0 -1
  1076. package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +0 -8
  1077. package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +0 -1
  1078. package/lib/shell/left/shell-left.component.d.ts +0 -12
  1079. package/lib/shell/left/shell-left.component.d.ts.map +0 -1
  1080. package/lib/shell/model/default-config.d.ts +0 -3
  1081. package/lib/shell/model/default-config.d.ts.map +0 -1
  1082. package/lib/shell/model/eportal.interface.d.ts +0 -20
  1083. package/lib/shell/model/eportal.interface.d.ts.map +0 -1
  1084. package/lib/shell/model/route-data.interface.d.ts +0 -3
  1085. package/lib/shell/model/route-data.interface.d.ts.map +0 -1
  1086. package/lib/shell/model/shell-config.interface.d.ts +0 -81
  1087. package/lib/shell/model/shell-config.interface.d.ts.map +0 -1
  1088. package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +0 -16
  1089. package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +0 -1
  1090. package/lib/shell/model/shell-header-widget-config.interface.d.ts +0 -308
  1091. package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +0 -1
  1092. package/lib/shell/model/shell-navigation-config.interface.d.ts +0 -25
  1093. package/lib/shell/model/shell-navigation-config.interface.d.ts.map +0 -1
  1094. package/lib/shell/model/shell-service-navigation-config.interface.d.ts +0 -342
  1095. package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +0 -1
  1096. package/lib/shell/model/shell-toolbar-config.interface.d.ts +0 -22
  1097. package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +0 -1
  1098. package/lib/shell/right/notification/shell-notification.component.d.ts +0 -32
  1099. package/lib/shell/right/notification/shell-notification.component.d.ts.map +0 -1
  1100. package/lib/shell/right/notifications/shell-notifications.component.d.ts +0 -14
  1101. package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +0 -1
  1102. package/lib/shell/right/shell-right.component.d.ts +0 -20
  1103. package/lib/shell/right/shell-right.component.d.ts.map +0 -1
  1104. package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +0 -13
  1105. package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +0 -1
  1106. package/lib/shell/services/banner.service.d.ts +0 -12
  1107. package/lib/shell/services/banner.service.d.ts.map +0 -1
  1108. package/lib/shell/services/eportal-language.service.d.ts +0 -15
  1109. package/lib/shell/services/eportal-language.service.d.ts.map +0 -1
  1110. package/lib/shell/services/language-from-url.service.d.ts +0 -15
  1111. package/lib/shell/services/language-from-url.service.d.ts.map +0 -1
  1112. package/lib/shell/services/navigation.service.d.ts +0 -24
  1113. package/lib/shell/services/navigation.service.d.ts.map +0 -1
  1114. package/lib/shell/services/pams-environment.service.d.ts +0 -9
  1115. package/lib/shell/services/pams-environment.service.d.ts.map +0 -1
  1116. package/lib/shell/services/service-navigation.service.d.ts +0 -59
  1117. package/lib/shell/services/service-navigation.service.d.ts.map +0 -1
  1118. package/lib/shell/services/shell-header-minimization.service.d.ts +0 -19
  1119. package/lib/shell/services/shell-header-minimization.service.d.ts.map +0 -1
  1120. package/lib/shell/services/shell-header-widget.service.d.ts +0 -34
  1121. package/lib/shell/services/shell-header-widget.service.d.ts.map +0 -1
  1122. package/lib/shell/services/shell-left.service.d.ts +0 -16
  1123. package/lib/shell/services/shell-left.service.d.ts.map +0 -1
  1124. package/lib/shell/services/shell-right.service.d.ts +0 -24
  1125. package/lib/shell/services/shell-right.service.d.ts.map +0 -1
  1126. package/lib/shell/shell.component.d.ts +0 -103
  1127. package/lib/shell/shell.component.d.ts.map +0 -1
  1128. package/lib/shell/shell.module.d.ts +0 -34
  1129. package/lib/shell/shell.module.d.ts.map +0 -1
  1130. package/lib/spinner/spinner.component.d.ts +0 -6
  1131. package/lib/spinner/spinner.component.d.ts.map +0 -1
  1132. package/lib/spinner/spinner.module.d.ts +0 -11
  1133. package/lib/spinner/spinner.module.d.ts.map +0 -1
  1134. package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +0 -6
  1135. package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +0 -1
  1136. package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +0 -9
  1137. package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +0 -1
  1138. package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +0 -12
  1139. package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +0 -1
  1140. package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +0 -15
  1141. package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +0 -1
  1142. package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +0 -9
  1143. package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +0 -1
  1144. package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +0 -28
  1145. package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +0 -1
  1146. package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +0 -9
  1147. package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +0 -1
  1148. package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +0 -21
  1149. package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +0 -1
  1150. package/lib/status-indicator/status-indicator.module.d.ts +0 -14
  1151. package/lib/status-indicator/status-indicator.module.d.ts.map +0 -1
  1152. package/lib/table/__mocks__/mock-sort.component.d.ts +0 -10
  1153. package/lib/table/__mocks__/mock-sort.component.d.ts.map +0 -1
  1154. package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +0 -9
  1155. package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +0 -1
  1156. package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +0 -9
  1157. package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +0 -1
  1158. package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +0 -6
  1159. package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +0 -1
  1160. package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +0 -7
  1161. package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +0 -1
  1162. package/lib/table/__mocks__/mock-table-data-date.component.d.ts +0 -8
  1163. package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +0 -1
  1164. package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +0 -7
  1165. package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +0 -1
  1166. package/lib/table/__mocks__/mock-table-data-link.component.d.ts +0 -10
  1167. package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +0 -1
  1168. package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +0 -7
  1169. package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +0 -1
  1170. package/lib/table/__mocks__/mock-table-data-text.component.d.ts +0 -9
  1171. package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +0 -1
  1172. package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +0 -9
  1173. package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +0 -1
  1174. package/lib/table/__mocks__/mock-table-head.component.d.ts +0 -8
  1175. package/lib/table/__mocks__/mock-table-head.component.d.ts.map +0 -1
  1176. package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +0 -7
  1177. package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +0 -1
  1178. package/lib/table/__mocks__/mock-table-paginator.component.d.ts +0 -8
  1179. package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +0 -1
  1180. package/lib/table/__mocks__/mock-table.component.d.ts +0 -15
  1181. package/lib/table/__mocks__/mock-table.component.d.ts.map +0 -1
  1182. package/lib/table/__mocks__/mock-table.module.d.ts +0 -25
  1183. package/lib/table/__mocks__/mock-table.module.d.ts.map +0 -1
  1184. package/lib/table/body/table-body.component.d.ts +0 -23
  1185. package/lib/table/body/table-body.component.d.ts.map +0 -1
  1186. package/lib/table/empty-state/table-empty-state.component.d.ts +0 -19
  1187. package/lib/table/empty-state/table-empty-state.component.d.ts.map +0 -1
  1188. package/lib/table/head/table-head.component.d.ts +0 -25
  1189. package/lib/table/head/table-head.component.d.ts.map +0 -1
  1190. package/lib/table/helpers/spring-tools.d.ts +0 -6
  1191. package/lib/table/helpers/spring-tools.d.ts.map +0 -1
  1192. package/lib/table/model/connectors-state.enum.d.ts +0 -6
  1193. package/lib/table/model/connectors-state.enum.d.ts.map +0 -1
  1194. package/lib/table/model/paginator-direction.enum.d.ts +0 -7
  1195. package/lib/table/model/paginator-direction.enum.d.ts.map +0 -1
  1196. package/lib/table/model/sort-direction.enum.d.ts +0 -6
  1197. package/lib/table/model/sort-direction.enum.d.ts.map +0 -1
  1198. package/lib/table/model/table-config-actions.interface.d.ts +0 -165
  1199. package/lib/table/model/table-config-actions.interface.d.ts.map +0 -1
  1200. package/lib/table/model/table-config-content.interface.d.ts +0 -200
  1201. package/lib/table/model/table-config-content.interface.d.ts.map +0 -1
  1202. package/lib/table/model/table-config.interface.d.ts +0 -293
  1203. package/lib/table/model/table-config.interface.d.ts.map +0 -1
  1204. package/lib/table/model/table-data-resolver.d.ts +0 -76
  1205. package/lib/table/model/table-data-resolver.d.ts.map +0 -1
  1206. package/lib/table/model/table-data-resolver.token.d.ts +0 -6
  1207. package/lib/table/model/table-data-resolver.token.d.ts.map +0 -1
  1208. package/lib/table/model/table-data.interface.d.ts +0 -79
  1209. package/lib/table/model/table-data.interface.d.ts.map +0 -1
  1210. package/lib/table/model/table-row-selection.interface.d.ts +0 -12
  1211. package/lib/table/model/table-row-selection.interface.d.ts.map +0 -1
  1212. package/lib/table/model/table-store.interface.d.ts +0 -55
  1213. package/lib/table/model/table-store.interface.d.ts.map +0 -1
  1214. package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +0 -37
  1215. package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +0 -1
  1216. package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +0 -23
  1217. package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +0 -1
  1218. package/lib/table/paginator/scroll-to-pagination.directive.d.ts +0 -28
  1219. package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +0 -1
  1220. package/lib/table/paginator/table-paginator.component.d.ts +0 -44
  1221. package/lib/table/paginator/table-paginator.component.d.ts.map +0 -1
  1222. package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +0 -35
  1223. package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +0 -1
  1224. package/lib/table/row/selection/table-row-selection.component.d.ts +0 -19
  1225. package/lib/table/row/selection/table-row-selection.component.d.ts.map +0 -1
  1226. package/lib/table/row/table-row.component.d.ts +0 -35
  1227. package/lib/table/row/table-row.component.d.ts.map +0 -1
  1228. package/lib/table/services/empty-state.service.d.ts +0 -13
  1229. package/lib/table/services/empty-state.service.d.ts.map +0 -1
  1230. package/lib/table/services/external-action-result.service.d.ts +0 -9
  1231. package/lib/table/services/external-action-result.service.d.ts.map +0 -1
  1232. package/lib/table/services/filling-width.service.d.ts +0 -39
  1233. package/lib/table/services/filling-width.service.d.ts.map +0 -1
  1234. package/lib/table/services/resolver.service.d.ts +0 -29
  1235. package/lib/table/services/resolver.service.d.ts.map +0 -1
  1236. package/lib/table/services/responsive-row.service.d.ts +0 -28
  1237. package/lib/table/services/responsive-row.service.d.ts.map +0 -1
  1238. package/lib/table/services/row-selection.service.d.ts +0 -25
  1239. package/lib/table/services/row-selection.service.d.ts.map +0 -1
  1240. package/lib/table/services/secondary-actions.service.d.ts +0 -11
  1241. package/lib/table/services/secondary-actions.service.d.ts.map +0 -1
  1242. package/lib/table/sort/table-sort.component.d.ts +0 -39
  1243. package/lib/table/sort/table-sort.component.d.ts.map +0 -1
  1244. package/lib/table/store/table-store-selector.service.d.ts +0 -48
  1245. package/lib/table/store/table-store-selector.service.d.ts.map +0 -1
  1246. package/lib/table/store/table-store.service.d.ts +0 -65
  1247. package/lib/table/store/table-store.service.d.ts.map +0 -1
  1248. package/lib/table/store/table-update.helper.d.ts +0 -23
  1249. package/lib/table/store/table-update.helper.d.ts.map +0 -1
  1250. package/lib/table/store/table.actions.d.ts +0 -156
  1251. package/lib/table/store/table.actions.d.ts.map +0 -1
  1252. package/lib/table/store/table.reducer.d.ts +0 -4
  1253. package/lib/table/store/table.reducer.d.ts.map +0 -1
  1254. package/lib/table/table.component.d.ts +0 -252
  1255. package/lib/table/table.component.d.ts.map +0 -1
  1256. package/lib/table/table.module.d.ts +0 -43
  1257. package/lib/table/table.module.d.ts.map +0 -1
  1258. package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +0 -6
  1259. package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +0 -1
  1260. package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +0 -6
  1261. package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +0 -1
  1262. package/lib/text-section/__mocks__/mock-text-section.component.d.ts +0 -6
  1263. package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +0 -1
  1264. package/lib/text-section/__mocks__/mock-text-section.module.d.ts +0 -14
  1265. package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +0 -1
  1266. package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +0 -11
  1267. package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +0 -1
  1268. package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +0 -11
  1269. package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +0 -1
  1270. package/lib/text-section/text-section.component.d.ts +0 -23
  1271. package/lib/text-section/text-section.component.d.ts.map +0 -1
  1272. package/lib/text-section/text-section.module.d.ts +0 -15
  1273. package/lib/text-section/text-section.module.d.ts.map +0 -1
  1274. package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +0 -6
  1275. package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +0 -1
  1276. package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +0 -6
  1277. package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +0 -1
  1278. package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +0 -6
  1279. package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +0 -1
  1280. package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +0 -6
  1281. package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +0 -1
  1282. package/lib/tiles/__mocks__/mock-tile.component.d.ts +0 -7
  1283. package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +0 -1
  1284. package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +0 -6
  1285. package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +0 -1
  1286. package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +0 -7
  1287. package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +0 -1
  1288. package/lib/tiles/__mocks__/mock-tiles.module.d.ts +0 -22
  1289. package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +0 -1
  1290. package/lib/tiles/model/tile-config.d.ts +0 -25
  1291. package/lib/tiles/model/tile-config.d.ts.map +0 -1
  1292. package/lib/tiles/model/tiles-config.d.ts +0 -10
  1293. package/lib/tiles/model/tiles-config.d.ts.map +0 -1
  1294. package/lib/tiles/tile/tile.component.d.ts +0 -23
  1295. package/lib/tiles/tile/tile.component.d.ts.map +0 -1
  1296. package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +0 -6
  1297. package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +0 -1
  1298. package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +0 -6
  1299. package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +0 -1
  1300. package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +0 -6
  1301. package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +0 -1
  1302. package/lib/tiles/tile-title/tile-title.component.d.ts +0 -6
  1303. package/lib/tiles/tile-title/tile-title.component.d.ts.map +0 -1
  1304. package/lib/tiles/tiles-title/tiles-title.component.d.ts +0 -6
  1305. package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +0 -1
  1306. package/lib/tiles/tiles.component.d.ts +0 -14
  1307. package/lib/tiles/tiles.component.d.ts.map +0 -1
  1308. package/lib/tiles/tiles.module.d.ts +0 -27
  1309. package/lib/tiles/tiles.module.d.ts.map +0 -1
  1310. package/lib/tree/body/tree-body.component.d.ts +0 -23
  1311. package/lib/tree/body/tree-body.component.d.ts.map +0 -1
  1312. package/lib/tree/empty-state/tree-empty-state.component.d.ts +0 -13
  1313. package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +0 -1
  1314. package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +0 -4
  1315. package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +0 -1
  1316. package/lib/tree/head/tree-head.component.d.ts +0 -25
  1317. package/lib/tree/head/tree-head.component.d.ts.map +0 -1
  1318. package/lib/tree/model/tree-column-detail.interface.d.ts +0 -53
  1319. package/lib/tree/model/tree-column-detail.interface.d.ts.map +0 -1
  1320. package/lib/tree/model/tree-config-actions.interface.d.ts +0 -58
  1321. package/lib/tree/model/tree-config-actions.interface.d.ts.map +0 -1
  1322. package/lib/tree/model/tree-config.interface.d.ts +0 -238
  1323. package/lib/tree/model/tree-config.interface.d.ts.map +0 -1
  1324. package/lib/tree/model/tree-data.interface.d.ts +0 -44
  1325. package/lib/tree/model/tree-data.interface.d.ts.map +0 -1
  1326. package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +0 -33
  1327. package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +0 -1
  1328. package/lib/tree/row/tree-row.component.d.ts +0 -28
  1329. package/lib/tree/row/tree-row.component.d.ts.map +0 -1
  1330. package/lib/tree/services/row-expander.service.d.ts +0 -54
  1331. package/lib/tree/services/row-expander.service.d.ts.map +0 -1
  1332. package/lib/tree/services/tree-group.service.d.ts +0 -28
  1333. package/lib/tree/services/tree-group.service.d.ts.map +0 -1
  1334. package/lib/tree/services/tree-rows.service.d.ts +0 -30
  1335. package/lib/tree/services/tree-rows.service.d.ts.map +0 -1
  1336. package/lib/tree/tree.component.d.ts +0 -115
  1337. package/lib/tree/tree.component.d.ts.map +0 -1
  1338. package/lib/tree/tree.module.d.ts +0 -29
  1339. package/lib/tree/tree.module.d.ts.map +0 -1
  1340. package/public-api.d.ts +0 -65
  1341. package/public-api.d.ts.map +0 -1
  1342. package/quadrel-enterprise-ui-framework.d.ts.map +0 -1
  1343. package/src/assets/styles/components/_components.chips.scss +0 -205
  1344. package/src/assets/styles/components/_components.datePicker.scss +0 -204
  1345. package/src/assets/styles/components/_components.menuPanel.scss +0 -49
  1346. package/src/assets/styles/components/_components.paginator.scss +0 -43
  1347. package/src/assets/styles/components/_components.radio-button.scss +0 -17
  1348. package/src/assets/styles/components/_components.table.scss +0 -230
  1349. package/src/assets/styles/components/forms/_components.forms.all.scss +0 -8
  1350. package/src/assets/styles/components/forms/_components.forms.dropdown.scss +0 -19
  1351. package/src/assets/styles/components/forms/_components.forms.inputFields.scss +0 -260
  1352. package/src/assets/styles/components/forms/_components.forms.selectBox.scss +0 -245
  1353. package/src/assets/styles/components/forms/_components.forms.textField.scss +0 -126
  1354. /package/src/assets/styles/settings/{_settings.variables.scss → _settings.tokens.scss} +0 -0
@@ -1,499 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { QdNotification, QdNotificationType } from '../interfaces/notifications';
3
- import { QdNotificationsService } from '../services/notifications-service.service';
4
- import { QdSnackbarService } from '../services/snackbar.service';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * **QdNotification** displays a single notification item within a **QdNotifications** container.
8
- *
9
- * # Notifications Service
10
- *
11
- * The **Notifications Service** can be used to catch errors from the backend. In addition, this service provides several methods to display messages.
12
- *
13
- * ## Notification from Backend
14
- *
15
- * The **QdUiModule** provides an HTTP interceptor that displays request errors as snackbar notifications. To get the proper notification messages for the corresponding backend errors, please comply with these conventions.
16
- *
17
- * ### Example of a response object
18
- *
19
- * The backend service response has to contain an errorCode field. This error code will be mapped to get the translation for the notification message.
20
- *
21
- * ```json
22
- * {
23
- * "errorCode": "TRANSPORT_COCKPIT_PERSISTENCE_ERROR",
24
- * "errorMessage": "TRANSPORT_COCKPIT_PERSISTENCE_ERROR: Could not find Declaration wih id: b78e0734-ae1b-434e-b44d-b48797f5696d"
25
- * }
26
- * ```
27
- *
28
- * ### Define Error Codes in the QdUiModule
29
- *
30
- * The **QdUiModule** expects an enum with error codes as the second parameter. For these given error codes you can define specific notification messages.
31
- *
32
- * This is an example configuration of the **QdUiModule** in the **app.module.ts**.
33
- *
34
- * ```typescript
35
- * enum ErrorCodes {
36
- * TRANSPORT_COCKPIT_PERSISTENCE_ERROR,
37
- * TRANSPORT_COCKPIT_VALIDATION_ERROR
38
- * }
39
- * ```
40
- *
41
- * ```typescript
42
- * imports: [
43
- * ...
44
- * QdUiModule.forRoot(appEnvironment, ErrorCodes),
45
- * ...
46
- * ]
47
- * ```
48
- *
49
- * ### Translations:
50
- *
51
- * You can define the specific backend error notification messages for the respective error codes under `"ERROR"` in the translation files.
52
- *
53
- * ```json
54
- * {
55
- * ...
56
- *
57
- * "ERROR": {
58
- * "TRANSPORT_COCKPIT_PERSISTENCE_ERROR": "In der Datenbank ist ein Fehler aufgetreten",
59
- * "TRANSPORT_COCKPIT_VALIDATION_ERROR": "Ungültige Eingabe"
60
- * }
61
- * }
62
- * ```
63
- *
64
- * ### Default error messages
65
- *
66
- * A default error message is shown if no error code is given in the backend response or the error code is not defined in the `ErrorCodes` enum that you pass to the **QdUiModule**.
67
- *
68
- * To override the default error messages you have to add the corresponding HTTP error code in the `ErrorCodes` enum. Then you can define a custom default error message in the translation files.
69
- *
70
- * ```typescript
71
- * enum ErrorCodes {
72
- * ...,
73
- * HTTP_BAD_REQUEST,
74
- * HTTP_UNAUTHORIZED,
75
- * HTTP_FORBIDDEN,
76
- * HTTP_NOT_FOUND,
77
- * HTTP_SERVER_ERROR,
78
- * HTTP_UNKNOWN_ERROR
79
- * }
80
- * ```
81
- *
82
- * ```json
83
- * {
84
- * ...
85
- *
86
- * "ERROR": {
87
- * "HTTP_BAD_REQUEST": "This is a custom error message for a response with the HTTP status code 400.",
88
- * "HTTP_UNAUTHORIZED": "This is a custom error message for a response with the HTTP status code 401.",
89
- * "HTTP_FORBIDDEN": "This is a custom error message for a response with the HTTP status code 403.",
90
- * "HTTP_NOT_FOUND": "This is a custom error message for a response with the HTTP status code 404.",
91
- * "HTTP_SERVER_ERROR": "This is a custom error message for a response with some server error (HTTP status code 5xx).",
92
- * "HTTP_UNKNOWN_ERROR": "This is a custom error message for all other errors."
93
- * }
94
- * }
95
- * ```
96
- *
97
- * ### Whitelisting HTTP status codes
98
- *
99
- * In some cases, you might want to prevent certain HTTP status codes from triggering error notifications. For example, a 304 Not Modified response is not actually an error and should not display an error notification. The **QdUiModule** allows you to whitelist specific HTTP status codes.
100
- *
101
- * To whitelist HTTP status codes, pass an array of status codes as the third parameter to the **QdUiModule.forRoot** method:
102
- *
103
- * ```typescript
104
- * import { HttpStatusCode } from '@angular/common/http';
105
- *
106
- * imports: [
107
- * ...
108
- * QdUiModule.forRoot(
109
- * appEnvironment,
110
- * ErrorCodes,
111
- * [HttpStatusCode.NotModified, HttpStatusCode.NoContent] // Whitelist 304 Not Modified and 204 No Content
112
- * ),
113
- * ...
114
- * ]
115
- * ```
116
- *
117
- * When a response with a whitelisted status code is received, no error notification will be displayed, even if it would normally be treated as an error by the HTTP client.
118
- *
119
- * ### Blacklisting HTTP status codes
120
- *
121
- * For critical errors, notifications are always shown, even if the status code is whitelisted. The **QdUiModule** implements a fixed blacklist that takes precedence over the whitelist.
122
- *
123
- * The following status codes are permanently blacklisted:
124
- * - 401 Unauthorized
125
- * - 402 Payment Required
126
- * - 403 Forbidden
127
- * - All 5xx server error codes (500-511)
128
- *
129
- * These critical errors will always show notifications, even if they are included in the whitelist.
130
- *
131
- * **Important**: The blacklist has higher precedence than the whitelist. If a status code appears in both the whitelist and the blacklist, it will be treated as blacklisted, and an error notification will be shown.
132
- *
133
- * ### Component:
134
- *
135
- * ```typescript
136
- * class MyNotificationComponent {
137
- * data;
138
- *
139
- * constructor(private http: HttpClient) {}
140
- *
141
- * private setData(data) {
142
- * this.data = data;
143
- * }
144
- *
145
- * public callApiEndPoint() {
146
- * // This way you can display the content in the frontend.
147
- * return this.http.get('route/to/endpoint').subscribe({
148
- * next: res => this.setData(res),
149
- * error: err => this.setData(err)
150
- * });
151
- * }
152
- * }
153
- * ```
154
- *
155
- * The errors are rendered into a container, which by default has the attribute `context="qdPanel"`.
156
- *
157
- * ```html
158
- * <!-- Landing pad for notifications -->
159
- * <qd-notifications></qd-notifications>
160
- * ```
161
- *
162
- * ## Notifications via service
163
- *
164
- * ### Interfaces:
165
- *
166
- * ```typescript
167
- * interface QdNotification {
168
- * uuid?: string;
169
- * context?: string;
170
- * type: QdNotificationType;
171
- * i18n: QdNotificationTranslation;
172
- * title?: QdNotificationTitle;
173
- * date?: Date;
174
- * lifeTime?: number;
175
- * disableClose?: boolean;
176
- * onClose?: () => void;
177
- * showAsSnackbar?: boolean;
178
- * snackbarOptions?: QdSnackbarNotificationOptions;
179
- * showAsOsNotification?: boolean;
180
- * osNotificationOptions?: QdOsNotificationOptions;
181
- * }
182
- *
183
- * type QdNotificationType = 'info' | 'warning' | 'critical' | 'success';
184
- *
185
- * type QdNotificationTranslation = string;
186
- * type QdNotificationTitle = { i18n: string };
187
- *
188
- * type QdNotifications = QdNotification[];
189
- *
190
- * interface QdSnackbarNotificationOptions {
191
- * lifeTime?: number;
192
- * disableClose?: boolean;
193
- * onClose?: () => void;
194
- * }
195
- *
196
- * interface QdOsNotificationOptions {
197
- * silent?: boolean;
198
- * lifeTime?: number;
199
- * onClose?: (event) => void;
200
- * onClick?: (event) => void;
201
- * }
202
- * ```
203
- *
204
- * The Notifications Service provides some methods to display them in the frontend.
205
- *
206
- * ### Component
207
- *
208
- * ```typescript
209
- * class MyNotificationComponent {
210
- * constructor(private notificationsService: QdNotificationsService) {}
211
- *
212
- * public add(context: string, notification: QdNotification): void {
213
- * this.notificationsService.add(context, notification);
214
- * }
215
- * }
216
- * ```
217
- *
218
- * ### Type QdNotification (Second param of the add method)
219
- *
220
- * ```typescript
221
- * interface QdNotification {
222
- * ...
223
- *
224
- * type: QdNotificationType;
225
- * i18n: string;
226
- * lifeTime?: number;
227
- * }
228
- *
229
- * type QdNotifications = QdNotification[];
230
- * ```
231
- *
232
- * ### Type QdNotificationType
233
- *
234
- * ```typescript
235
- * type QdNotificationType = 'info' | 'warning' | 'critical' | 'success';
236
- * ```
237
- *
238
- * ### Template
239
- *
240
- * ```html
241
- * <button (click)="add('qdPanel', { type: 'critical', i18n: 'i18n.error.critical' })">Add Notification</button>
242
- * ```
243
- *
244
- * ### Template for displaying notifications - for instance in the Info Panel
245
- *
246
- * ```html
247
- * <qd-notifications></qd-notifications>
248
- * ```
249
- *
250
- * ## Notifications as a snackbar
251
- *
252
- * You can also display the notifications as a snack bar. They are then on top of the layout system. What you need to do is to place the directive `qdSnackbarListener` there. Also, just add the `showAsSnackbar` parameter to the method call.
253
- *
254
- * ### Example
255
- *
256
- * ```html
257
- * <qd-section qdSnackbarListener> My Container Content </qd-section>
258
- *
259
- * <button (click)="addNotification('qdPanel', { type: 'critical', i18n: 'i18n.error.critical', showAsSnackbar: true })">
260
- * Add Notification
261
- * </button>
262
- * ```
263
- *
264
- * All notifications are now displayed by the directive contained in the `qd-section`. Also, all notifications from the backend are displayed there.
265
- *
266
- * **Recommendation of the Quadrel Team**: Place the `qdSnackbarListener` directly on top of the layout system - so for example in the **AppComponent**.
267
- *
268
- * ### Options
269
- *
270
- * You can also pass a configuration object in the `snackbarOptions` parameter to customize the snackbar notification or to set an `onClose` handler.
271
- * When you close the main notification, the snackbar notification will be closed automatically. The snackbar notification can be closed for itself alone.
272
- *
273
- * In the `snackbarOptions` configuration object you can override the properties `disableClose` and `lifeTime`. When the main notification is closed,
274
- * the snackbar notification will also be closed. So the life time of the snackbar notification only can be shorter.
275
- *
276
- * ## OS Notifications
277
- *
278
- * To bring a notification to the foreground, even if the application window is not in focus, you can also push the notification as an OS Notification.
279
- * Then the notification will also be pushed through the Notification browser API and will be displayed on your operating system (e.g. Windows/Linux).
280
- * In the future, the OS Notifications will also be pushed as smartphone system notifications. Currently, only desktop notifications are supported.
281
- *
282
- * ### Example
283
- *
284
- * ```html
285
- * <button (click)="addNotification('qdPanel', { type: 'critical', i18n: 'i18n.error.critical', showAsOsNotification: true })">
286
- * Add Notification
287
- * </button>
288
- * ```
289
- *
290
- * ### Options
291
- *
292
- * You can also pass a configuration object in the `osNotificationOptions` parameter to customize the OS notification or to set `onClick` and `onClose` handlers.
293
- * When you close the main notification, the OS notification will be closed automatically. The OS notification can be closed for itself alone.
294
- *
295
- * In the `osNotificationOptions` configuration object you can override the properties `disableClose` and `lifeTime`. When the main notification is closed,
296
- * the OS notification will also be closed. So the life time of the OS notification only can be shorter.
297
- *
298
- * ### Deep links
299
- *
300
- * To open a deep link when the OS notification is clicked, use the following code for the click handler:
301
- *
302
- * ```typescript
303
- * event.preventDefault();
304
- * window.open('https://your/deep/link');
305
- * ```
306
- *
307
- * ## Notifications via service (multiple instances)
308
- *
309
- * ### Object of multiple notifications
310
- *
311
- * ```typescript
312
- * const BULK: QdNotifications = [
313
- * {
314
- * type: 'critical',
315
- * i18n: 'i18n.error.1'
316
- * },
317
- * {
318
- * type: 'critical',
319
- * i18n: 'i18n.error.2'
320
- * }
321
- * ];
322
- * ```
323
- *
324
- * ### Component
325
- *
326
- * ```typescript
327
- * class MyNotificationComponent {
328
- * bulk: QdNotifications = BULK;
329
- *
330
- * constructor(private notificationsService: QdNotificationsService, public modalService: QdModalService) {}
331
- *
332
- * openNotificationModal(mrn) {
333
- * // MRN represents a unique context
334
- * this.modalService.open(MyNotificationModalComponent, { data: { mrn } });
335
- *
336
- * // Adds the notifications when opening
337
- * this.notificationsService.addBulk(mrn, this.bulk);
338
- * }
339
- * }
340
- * ```
341
- *
342
- * ### Template
343
- *
344
- * ```html
345
- * <mat-table [dataSource]="dataSource">
346
- * <ng-container matColumnDef="mrn">
347
- * <mat-header-cell *matHeaderCellDef class="center">Mrn.</mat-header-cell>
348
- * <mat-cell *matCellDef="let element" class="center">
349
- * <button mat-button color="primary" (click)="openNotificationModal(element.mrn)">
350
- * <!-- MRN represents a unique context -->
351
- * {{ element.mrn }}
352
- * </button>
353
- * </mat-cell>
354
- * </ng-container>
355
- * </mat-table>
356
- * ```
357
- *
358
- * ## Notification Events
359
- *
360
- * You can define an `onClose` callback for each notification type. When the main notification is closed, then
361
- * the corresponding snackbar notification and OS notification will also be closed and all events will be fired.
362
- *
363
- * ```typescript
364
- * class MyNotificationComponent {
365
- * constructor(private notificationsService: QdNotificationsService) {}
366
- *
367
- * showNotification(): void {
368
- * this.notificationsService.add(
369
- * 'qdPanel',
370
- * {
371
- * type: 'critical',
372
- * i18n: 'i18n.error.critical',
373
- * onClose: () => console.log('Notification closed.'),
374
- * showAsSnackbar: true,
375
- * snackbarOptions: {
376
- * onClose: () => console.log('Snackbar Notification closed.')
377
- * }
378
- * showAsOsNotification: true,
379
- * osNotificationOptions: {
380
- * onClose: () => console.log('OS Notification closed.')
381
- * }
382
- * }
383
- * );
384
- * }
385
- * }
386
- * ```
387
- *
388
- * Especially for the OS notification an `onClick` handler can be defined. With the onClick handler it's also possible
389
- * to define a deep link that will be opened on click with the following code:
390
- *
391
- * ```typescript
392
- * this.notificationsService.add(
393
- * 'qdPanel',
394
- * {
395
- * type: 'critical',
396
- * i18n: 'i18n.error.critical',
397
- * showAsOsNotification: true,
398
- * osNotificationOptions: {
399
- * onClick: (event) => {
400
- * event.preventDefault();
401
- * window.open('https://your/deep/link');
402
- * }
403
- * }
404
- * }
405
- * );
406
- * ```
407
- *
408
- * ## Inline Notifications
409
- *
410
- * Notifications can also be inserted directly into the template.
411
- *
412
- * ```html
413
- * <qd-notification [type]="type" [notification]="notification">
414
- * <qd-notification-content> test notification content </qd-notification-content>
415
- * </qd-notification>
416
- * ```
417
- *
418
- * ```typescript
419
- * // The type can be defined with the type input
420
- * type = 'critical';
421
- *
422
- * // ... or in the notification config
423
- * notification: QdNotification = {
424
- * type: 'critical'
425
- * }
426
- * ```
427
- *
428
- * The content can also be defined in the config. Then you don't have to put a `qd-notification-content`
429
- * element into the `qd-notification`.
430
- *
431
- * ```html
432
- * <qd-notification [notification]="notification"></qd-notification>
433
- * ```
434
- *
435
- * ```typescript
436
- * notification: QdNotification = {
437
- * type: 'critical',
438
- * i18n: 'i18n.error.critical'
439
- * }
440
- * ```
441
- *
442
- * ## Multiline Notifications
443
- *
444
- * To create a multiline notification you simply can insert `\n` in the i18n translation text. Line breaks (`\n`) are
445
- * not considered if you use the `<qd-notification-content>` variant. Line breaks only work if you define the
446
- * i18n key in the notification config.
447
- *
448
- * ### Example
449
- *
450
- * ```typescript
451
- * notification: QdNotification = {
452
- * type: 'warning',
453
- * i18n: 'i18n.ncts.declaration.detailInventoryResult.notification.transitDeadlineExpired'
454
- * }
455
- * ```
456
- *
457
- * ```json
458
- * {
459
- * ...
460
- *
461
- * "i18n.ncts.declaration.detailInventoryResult.notification.transitDeadlineExpired": "The inventory result must be checked and the control result recorded. \nAttention: The transit period has expired upon arrival at the Authorized Place",
462
- * }
463
- * ```
464
- *
465
- * ### Notifications Service
466
- *
467
- * | Method | Params | description | default |
468
- * | ---------------------------- | ------------------------------------------------------ | ------------------------------------------------ | ------- |
469
- * | getNotificationsForContext() | context: string | Returns notification stream for context. | - |
470
- * | add() | context: string, notification: QdNotification | Adds a single notification. | - |
471
- * | addBulk() | context: string, notifications: QdNotifications | Adds multiple notifications. | - |
472
- * | remove() | context: string, id: string | Removes specific notification. | - |
473
- * | removeAll() | context: string | Removes all notifications in context. | - |
474
- * | reset() | - | Clear all notifications. | - |
475
- */
476
- export declare class QdNotificationComponent {
477
- private readonly notificationService;
478
- private readonly snackbarService;
479
- private element;
480
- /**
481
- * Defines the type of this notification.
482
- */
483
- type: QdNotificationType;
484
- /**
485
- * Configuration of a notification.
486
- */
487
- notification: QdNotification;
488
- get typeClassName(): string;
489
- get closeable(): boolean;
490
- constructor(notificationService: QdNotificationsService, snackbarService: QdSnackbarService, element: ElementRef);
491
- getType(): QdNotificationType;
492
- getIcon(): string;
493
- remove(): void;
494
- handleLinkClick(): void;
495
- private isNotificationInSnackbar;
496
- static ɵfac: i0.ɵɵFactoryDeclaration<QdNotificationComponent, never>;
497
- static ɵcmp: i0.ɵɵComponentDeclaration<QdNotificationComponent, "qd-notification", never, { "type": { "alias": "type"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; }, {}, never, ["qd-notification-content"], false, never>;
498
- }
499
- //# sourceMappingURL=notification.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/notification/notification.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAsB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACnF,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqdG;AACH,qBAOa,uBAAuB;IAoBhC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,OAAO;IArBjB;;OAEG;IACM,IAAI,EAAE,kBAAkB,CAAc;IAE/C;;OAEG;IACM,YAAY,EAAE,cAAc,CAAC;IAEtC,IAA+B,aAAa,IAAI,MAAM,CAErD;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;gBAGkB,mBAAmB,EAAE,sBAAsB,EAC3C,eAAe,EAAE,iBAAiB,EAC3C,OAAO,EAAE,UAAU;IAG7B,OAAO,IAAI,kBAAkB;IAI7B,OAAO,IAAI,MAAM;IAajB,MAAM,IAAI,IAAI;IAQd,eAAe,IAAI,IAAI;IAIvB,OAAO,CAAC,wBAAwB;yCAtDrB,uBAAuB;2CAAvB,uBAAuB;CAyDnC"}
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * **QdNotificationContent**: a container for the content of a single **QdNotification** item.
4
- */
5
- export declare class QdNotificationContentComponent {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<QdNotificationContentComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<QdNotificationContentComponent, "qd-notification-content", never, {}, {}, never, ["*"], false, never>;
8
- }
9
- //# sourceMappingURL=notification-content.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification-content.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/notification-content/notification-content.component.ts"],"names":[],"mappings":";AAEA;;GAEG;AACH,qBAKa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
@@ -1,20 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { QdNotifications } from '../interfaces/notifications';
3
- import { QdNotificationsService } from '../services/notifications-service.service';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * **QdNotifications** creates a container for the single **QdNotification** items.
7
- */
8
- export declare class QdNotificationsComponent implements OnInit {
9
- private readonly notificationService;
10
- notifications: QdNotifications;
11
- /**
12
- * The context can be assigned to control the positioning of the notifications.
13
- */
14
- context: string;
15
- constructor(notificationService: QdNotificationsService);
16
- ngOnInit(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<QdNotificationsComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<QdNotificationsComponent, "qd-notifications", never, { "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>;
19
- }
20
- //# sourceMappingURL=notifications.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notifications.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/notifications/notifications.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAoB,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;;AAEnF;;GAEG;AACH,qBAOa,wBAAyB,YAAW,MAAM;IAQzC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAPhD,aAAa,EAAE,eAAe,CAAC;IAE/B;;OAEG;IACM,OAAO,SAAa;gBAEA,mBAAmB,EAAE,sBAAsB;IAExE,QAAQ,IAAI,IAAI;yCAVL,wBAAwB;2CAAxB,wBAAwB;CAepC"}
@@ -1,24 +0,0 @@
1
- import { QdNotificationComponent } from './notification/notification.component';
2
- import { QdNotificationContentComponent } from './notification-content/notification-content.component';
3
- import { QdNotificationsComponent } from './notifications/notifications.component';
4
- import { QdNotificationsHttpInterceptorService } from './services/notifications-http-interceptor.service';
5
- import { QdNotificationsService } from './services/notifications-service.service';
6
- import { QdNotificationsSnackbarListenerDirective } from './directives/snackbar-listener.directive';
7
- import { QdNotification } from './interfaces/notifications';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "./notification/notification.component";
10
- import * as i2 from "./notification-content/notification-content.component";
11
- import * as i3 from "./notifications/notifications.component";
12
- import * as i4 from "./snackbar/snackbar.component";
13
- import * as i5 from "./directives/snackbar-listener.directive";
14
- import * as i6 from "@angular/common";
15
- import * as i7 from "../forms/qd-form.module";
16
- import * as i8 from "../icon/icon.module";
17
- import * as i9 from "@ngx-translate/core";
18
- export { QdNotificationComponent, QdNotificationContentComponent, QdNotificationsComponent, QdNotificationsHttpInterceptorService, QdNotificationsService, QdNotificationsSnackbarListenerDirective, QdNotification };
19
- export declare class QdNotificationsModule {
20
- static ɵfac: i0.ɵɵFactoryDeclaration<QdNotificationsModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdNotificationsModule, [typeof i1.QdNotificationComponent, typeof i2.QdNotificationContentComponent, typeof i3.QdNotificationsComponent, typeof i4.QdNotificationsSnackbarComponent, typeof i5.QdNotificationsSnackbarListenerDirective], [typeof i6.CommonModule, typeof i7.QdFormModule, typeof i8.QdIconModule, typeof i9.TranslateModule], [typeof i1.QdNotificationComponent, typeof i2.QdNotificationContentComponent, typeof i3.QdNotificationsComponent, typeof i5.QdNotificationsSnackbarListenerDirective]>;
22
- static ɵinj: i0.ɵɵInjectorDeclaration<QdNotificationsModule>;
23
- }
24
- //# sourceMappingURL=notifications.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notifications.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/notifications/notifications.module.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,8BAA8B,EAAE,MAAM,uDAAuD,CAAC;AACvG,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,qCAAqC,EAAE,MAAM,mDAAmD,CAAC;AAC1G,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAElF,OAAO,EAAE,wCAAwC,EAAE,MAAM,0CAA0C,CAAC;AACpG,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;;;;;;;;;;;AAE5D,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,wBAAwB,EACxB,qCAAqC,EACrC,sBAAsB,EACtB,wCAAwC,EACxC,cAAc,EACf,CAAC;AAEF,qBAiBa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
@@ -1,25 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
3
- import { Observable } from 'rxjs';
4
- import { QdAppEnvironment } from '../../core/model/app-enviroment.interface';
5
- import { QdNotificationsService } from './notifications-service.service';
6
- import * as i0 from "@angular/core";
7
- export declare const BACKEND_ERROR_CODES: InjectionToken<unknown>;
8
- export declare const WHITELIST_ERROR_CODES: InjectionToken<number[]>;
9
- /**
10
- * The QdNotificationsHttpInterceptorService is an Angular HTTP interceptor that captures error responses from HTTP requests and generates notifications for backend errors. This Service not only intercepts error responses, but it also handles specific error codes and translates them into appropriate error messages for display.
11
- */
12
- export declare class QdNotificationsHttpInterceptorService implements HttpInterceptor {
13
- private readonly appEnvironment;
14
- private readonly backendErrorCodes;
15
- private readonly whitelistErrorCodes;
16
- readonly notificationService: QdNotificationsService;
17
- private readonly blacklistErrorCodes;
18
- constructor(appEnvironment: QdAppEnvironment, backendErrorCodes: any, whitelistErrorCodes: number[], notificationService: QdNotificationsService);
19
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
20
- private getErrorTranslationKeyForHttpStatus;
21
- private getHttpErrorName;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<QdNotificationsHttpInterceptorService, [{ optional: true; }, { optional: true; }, { optional: true; }, null]>;
23
- static ɵprov: i0.ɵɵInjectableDeclaration<QdNotificationsHttpInterceptorService>;
24
- }
25
- //# sourceMappingURL=notifications-http-interceptor.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notifications-http-interceptor.service.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/services/notifications-http-interceptor.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAsB,cAAc,EAAY,MAAM,eAAe,CAAC;AAC7E,OAAO,EAEL,SAAS,EACT,WAAW,EACX,eAAe,EACf,WAAW,EAEZ,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAM9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;;AAEzE,eAAO,MAAM,mBAAmB,yBAA4C,CAAC;AAC7E,eAAO,MAAM,qBAAqB,0BAAwD,CAAC;AAE3F;;GAEG;AACH,qBAGa,qCAAsC,YAAW,eAAe;IAIpC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC3B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;aAC/D,mBAAmB,EAAE,sBAAsB;IAN7D,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAW;gBAGS,cAAc,EAAE,gBAAgB,EAC5B,iBAAiB,KAAA,EACf,mBAAmB,EAAE,MAAM,EAAE,EACzE,mBAAmB,EAAE,sBAAsB;IAyB7D,SAAS,CAAC,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAsBnF,OAAO,CAAC,mCAAmC;IAQ3C,OAAO,CAAC,gBAAgB;yCA9Db,qCAAqC;6CAArC,qCAAqC;CA+EjD"}
@@ -1,33 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { QdNotification, QdNotifications } from '../interfaces/notifications';
3
- import { QdSnackbarService } from './snackbar.service';
4
- import { QdOsNotificationsService } from './os-notifications/os-notifications.service';
5
- import * as i0 from "@angular/core";
6
- export declare class QdNotificationsService {
7
- private snackbarService;
8
- private osNotificationsService;
9
- private readonly notificationLifeTimeDefault;
10
- private readonly _notificationsSubject;
11
- private readonly notifications$;
12
- private notifications;
13
- constructor(snackbarService: QdSnackbarService, osNotificationsService: QdOsNotificationsService);
14
- getNotificationsForContext(context: string): Observable<QdNotification[]>;
15
- add(context: string, notification: QdNotification): void;
16
- private addSnackbarNotification;
17
- private addOsNotification;
18
- addBulk(context: string, notifications: QdNotifications): void;
19
- remove(context: string, id: string): void;
20
- removeAll(context: string): void;
21
- reset(): void;
22
- private updateSubject;
23
- private removeNotificationAfterTimeOut;
24
- private getNotificationLifeTime;
25
- private removeSnackbarNotificationAfterTimeOutIfOverriden;
26
- private removeOsNotificationAfterTimeOutIfOverriden;
27
- private zeroToInfinity;
28
- private subscribeToTriggerOnCloseHandlers;
29
- private getClosedNotifications;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<QdNotificationsService, never>;
31
- static ɵprov: i0.ɵɵInjectableDeclaration<QdNotificationsService>;
32
- }
33
- //# sourceMappingURL=notifications-service.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notifications-service.service.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/services/notifications-service.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAmB,UAAU,EAAY,MAAM,MAAM,CAAC;AAG7D,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;;AAEvF,qBAGa,sBAAsB;IAMrB,OAAO,CAAC,eAAe;IAAqB,OAAO,CAAC,sBAAsB;IALtF,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAAK;IACjD,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAA6C;IACnF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA6C;IAC5E,OAAO,CAAC,aAAa,CAAwB;gBAEzB,eAAe,EAAE,iBAAiB,EAAU,sBAAsB,EAAE,wBAAwB;IAIhH,0BAA0B,CAAC,OAAO,EAAE,MAAM,GAAG,UAAU,CAAC,cAAc,EAAE,CAAC;IAMzE,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,cAAc,GAAG,IAAI;IAcxD,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,eAAe,GAAG,IAAI;IAI9D,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI;IAOzC,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAOhC,KAAK,IAAI,IAAI;IAOb,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,8BAA8B;IActC,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,iDAAiD;IAiBzD,OAAO,CAAC,2CAA2C;IAYnD,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,iCAAiC;IAQzC,OAAO,CAAC,sBAAsB;yCA9HnB,sBAAsB;6CAAtB,sBAAsB;CAoIlC"}
@@ -1,20 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { QdNotification } from '../../interfaces/notifications';
3
- import * as i0 from "@angular/core";
4
- export declare class QdDesktopNotificationsService {
5
- private injector;
6
- private desktopNotifications;
7
- private translateService;
8
- constructor(injector: Injector);
9
- open(notification: QdNotification): Notification;
10
- close(id: string): void;
11
- closeAll(context?: string): void;
12
- private openDesktopNotificationIfPermitted;
13
- private openDesktopNotification;
14
- private getDesktopNotificationOptions;
15
- private addDesktopNotificationEventListeners;
16
- private closeByIndex;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<QdDesktopNotificationsService, never>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<QdDesktopNotificationsService>;
19
- }
20
- //# sourceMappingURL=desktop-notifications.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"desktop-notifications.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/qd-ui/src/lib/notifications/services/os-notifications/desktop-notifications.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;;AAGhE,qBAGa,6BAA6B;IAI5B,OAAO,CAAC,QAAQ;IAH5B,OAAO,CAAC,oBAAoB,CAA6E;IACzG,OAAO,CAAC,gBAAgB,CAAmB;gBAEvB,QAAQ,EAAE,QAAQ;IAItC,IAAI,CAAC,YAAY,EAAE,cAAc,GAAG,YAAY;IAQhD,KAAK,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAIvB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI;IAehC,OAAO,CAAC,kCAAkC;IAc1C,OAAO,CAAC,uBAAuB;IAe/B,OAAO,CAAC,6BAA6B;IAOrC,OAAO,CAAC,oCAAoC;IAO5C,OAAO,CAAC,YAAY;yCA9ET,6BAA6B;6CAA7B,6BAA6B;CAoFzC"}