@tilde-nlp/ngx-common 4.0.28 → 5.0.2

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 (497) hide show
  1. package/esm2022/lib/close-button/close-button.component.mjs +34 -34
  2. package/esm2022/lib/close-button/close-button.module.mjs +36 -36
  3. package/esm2022/lib/close-button/index.mjs +2 -2
  4. package/esm2022/lib/company-product/company-product.component.mjs +20 -20
  5. package/esm2022/lib/company-product/company-product.module.mjs +22 -22
  6. package/esm2022/lib/company-product/index.mjs +2 -2
  7. package/esm2022/lib/confirmation-modal/confirmation-modal.component.mjs +25 -25
  8. package/esm2022/lib/confirmation-modal/confirmation-modal.module.mjs +21 -21
  9. package/esm2022/lib/confirmation-modal/index.mjs +5 -5
  10. package/esm2022/lib/confirmation-modal/models/confirmation-body.model.mjs +1 -1
  11. package/esm2022/lib/confirmation-modal/models/confirmation.enum.mjs +5 -5
  12. package/esm2022/lib/confirmation-modal/services/confirmation.service.mjs +25 -25
  13. package/esm2022/lib/confirmation-modal/services/index.mjs +1 -1
  14. package/esm2022/lib/constants/index.mjs +1 -1
  15. package/esm2022/lib/constants/screen-size.const.mjs +10 -10
  16. package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +29 -29
  17. package/esm2022/lib/directives/click-outside/click-outside.module.mjs +24 -24
  18. package/esm2022/lib/directives/click-outside/index.mjs +2 -2
  19. package/esm2022/lib/directives/drag-and-drop/drag-and-drop.directive.mjs +62 -62
  20. package/esm2022/lib/directives/drag-and-drop/drag-and-drop.module.mjs +24 -24
  21. package/esm2022/lib/directives/drag-and-drop/index.mjs +2 -2
  22. package/esm2022/lib/directives/index.mjs +3 -3
  23. package/esm2022/lib/directives/mat-button-loading/index.mjs +2 -2
  24. package/esm2022/lib/directives/mat-button-loading/mat-button-loading.directive.mjs +59 -59
  25. package/esm2022/lib/directives/mat-button-loading/mat-button-loading.module.mjs +20 -20
  26. package/esm2022/lib/extension-dialog/components/index.mjs +1 -1
  27. package/esm2022/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.mjs +22 -22
  28. package/esm2022/lib/extension-dialog/extension-dialog.component.mjs +142 -142
  29. package/esm2022/lib/extension-dialog/extension-dialog.module.mjs +51 -51
  30. package/esm2022/lib/extension-dialog/icons/file-types/excel.icon.mjs +1 -1
  31. package/esm2022/lib/extension-dialog/icons/file-types/index.mjs +9 -9
  32. package/esm2022/lib/extension-dialog/icons/file-types/interchange.icon.mjs +1 -1
  33. package/esm2022/lib/extension-dialog/icons/file-types/office-other.icon.mjs +1 -1
  34. package/esm2022/lib/extension-dialog/icons/file-types/other.icon.mjs +1 -1
  35. package/esm2022/lib/extension-dialog/icons/file-types/pdf.icon.mjs +1 -1
  36. package/esm2022/lib/extension-dialog/icons/file-types/powerpoint.icon.mjs +1 -1
  37. package/esm2022/lib/extension-dialog/icons/file-types/scanned.icon.mjs +1 -1
  38. package/esm2022/lib/extension-dialog/icons/file-types/web.icon.mjs +1 -1
  39. package/esm2022/lib/extension-dialog/icons/file-types/word.icon.mjs +1 -1
  40. package/esm2022/lib/extension-dialog/icons/index.mjs +1 -1
  41. package/esm2022/lib/extension-dialog/index.mjs +5 -5
  42. package/esm2022/lib/extension-dialog/models/enums/file-categories.enum.mjs +8 -8
  43. package/esm2022/lib/extension-dialog/models/enums/file-extensions.enum.mjs +34 -34
  44. package/esm2022/lib/extension-dialog/models/enums/file-type-icons.enum.mjs +12 -12
  45. package/esm2022/lib/extension-dialog/models/enums/file-types.enum.mjs +12 -12
  46. package/esm2022/lib/extension-dialog/models/enums/index.mjs +4 -4
  47. package/esm2022/lib/extension-dialog/models/index.mjs +2 -2
  48. package/esm2022/lib/extension-dialog/models/interfaces/config.mjs +1 -1
  49. package/esm2022/lib/extension-dialog/models/interfaces/dialog-data.model.mjs +1 -1
  50. package/esm2022/lib/extension-dialog/models/interfaces/index.mjs +2 -2
  51. package/esm2022/lib/extension-dialog/services/extension-dialog.service.mjs +22 -22
  52. package/esm2022/lib/extension-dialog/services/index.mjs +1 -1
  53. package/esm2022/lib/file-upload/file-upload.component.mjs +107 -107
  54. package/esm2022/lib/file-upload/file-upload.module.mjs +42 -42
  55. package/esm2022/lib/file-upload/index.mjs +3 -3
  56. package/esm2022/lib/file-upload/models/file-upload-error-type.enum.mjs +7 -7
  57. package/esm2022/lib/file-upload/models/file-upload-error.model.mjs +1 -1
  58. package/esm2022/lib/file-upload/models/index.mjs +2 -2
  59. package/esm2022/lib/filter-bar/filter-bar.component.mjs +146 -146
  60. package/esm2022/lib/filter-bar/filter-bar.module.mjs +71 -71
  61. package/esm2022/lib/filter-bar/index.mjs +3 -3
  62. package/esm2022/lib/filter-bar/models/filter-bar-change-event.model.mjs +1 -1
  63. package/esm2022/lib/filter-bar/models/filter-bar-filter-item.model.mjs +1 -1
  64. package/esm2022/lib/filter-bar/models/filter-bar-filter.model.mjs +1 -1
  65. package/esm2022/lib/filter-bar/models/filter-bar-settings.model.mjs +1 -1
  66. package/esm2022/lib/filter-bar/models/index.mjs +3 -3
  67. package/esm2022/lib/footer/footer.component.mjs +37 -37
  68. package/esm2022/lib/footer/footer.module.mjs +34 -34
  69. package/esm2022/lib/footer/index.mjs +2 -2
  70. package/esm2022/lib/helpers/auth-headers.helper.mjs +24 -21
  71. package/esm2022/lib/helpers/conversion.helper.mjs +10 -10
  72. package/esm2022/lib/helpers/file-extension.helper.mjs +5 -5
  73. package/esm2022/lib/helpers/html-element-parse.helper.mjs +15 -15
  74. package/esm2022/lib/helpers/html.helper.mjs +54 -54
  75. package/esm2022/lib/helpers/index.mjs +9 -9
  76. package/esm2022/lib/helpers/missing-translation.helper.mjs +6 -6
  77. package/esm2022/lib/helpers/resolution.helper.mjs +6 -6
  78. package/esm2022/lib/helpers/save-file.helper.mjs +10 -10
  79. package/esm2022/lib/helpers/sort.helper.mjs +11 -10
  80. package/esm2022/lib/inline-message/index.mjs +3 -3
  81. package/esm2022/lib/inline-message/inline-message.component.mjs +23 -23
  82. package/esm2022/lib/inline-message/inline-message.module.mjs +32 -32
  83. package/esm2022/lib/inline-message/models/index.mjs +3 -3
  84. package/esm2022/lib/inline-message/models/inline-message-icon-position.enum.mjs +5 -5
  85. package/esm2022/lib/inline-message/models/inline-message-type.enum.mjs +6 -6
  86. package/esm2022/lib/inline-message/models/inline-message.model.mjs +1 -1
  87. package/esm2022/lib/multi-functional-table/constants/disable-export-attribute-name.const.mjs +1 -1
  88. package/esm2022/lib/multi-functional-table/constants/index.mjs +1 -1
  89. package/esm2022/lib/multi-functional-table/index.mjs +4 -4
  90. package/esm2022/lib/multi-functional-table/models/batch-config.model.mjs +1 -1
  91. package/esm2022/lib/multi-functional-table/models/column-config.model.mjs +1 -1
  92. package/esm2022/lib/multi-functional-table/models/column-select-config.model.mjs +1 -1
  93. package/esm2022/lib/multi-functional-table/models/export-config.model.mjs +1 -1
  94. package/esm2022/lib/multi-functional-table/models/export-format.enum.mjs +4 -4
  95. package/esm2022/lib/multi-functional-table/models/filter-config.model.mjs +2 -2
  96. package/esm2022/lib/multi-functional-table/models/index.mjs +6 -6
  97. package/esm2022/lib/multi-functional-table/models/multi-functional-table-config.model.mjs +1 -1
  98. package/esm2022/lib/multi-functional-table/models/selected-column-local-storage-config.model.mjs +1 -1
  99. package/esm2022/lib/multi-functional-table/multi-functional-table.component.mjs +228 -229
  100. package/esm2022/lib/multi-functional-table/multi-functional-table.module.mjs +72 -72
  101. package/esm2022/lib/notification-message/enums/index.mjs +1 -1
  102. package/esm2022/lib/notification-message/enums/notification-message-type.enum.mjs +8 -8
  103. package/esm2022/lib/notification-message/index.mjs +4 -4
  104. package/esm2022/lib/notification-message/interfaces/index.mjs +1 -1
  105. package/esm2022/lib/notification-message/interfaces/notification-message.model.mjs +1 -1
  106. package/esm2022/lib/notification-message/notification-message.component.mjs +52 -52
  107. package/esm2022/lib/notification-message/notification-message.module.mjs +44 -44
  108. package/esm2022/lib/open-close-button/index.mjs +4 -4
  109. package/esm2022/lib/open-close-button/injection-tokens/index.mjs +1 -1
  110. package/esm2022/lib/open-close-button/injection-tokens/open-close-btn-icons.token.mjs +1 -1
  111. package/esm2022/lib/open-close-button/models/index.mjs +1 -1
  112. package/esm2022/lib/open-close-button/models/open-close-btn-icons.model.mjs +1 -1
  113. package/esm2022/lib/open-close-button/open-close-button.component.mjs +53 -53
  114. package/esm2022/lib/open-close-button/open-close-button.module.mjs +21 -21
  115. package/esm2022/lib/pipes/date-ago/date-ago.module.mjs +28 -28
  116. package/esm2022/lib/pipes/date-ago/date-ago.pipe.mjs +114 -114
  117. package/esm2022/lib/pipes/date-ago/index.mjs +2 -2
  118. package/esm2022/lib/pipes/date-ago/models/date-ago-interval.model.mjs +1 -1
  119. package/esm2022/lib/pipes/date-ago/models/date-ago-settings.model.mjs +1 -1
  120. package/esm2022/lib/pipes/date-ago/models/date-ago-settings.token.mjs +1 -1
  121. package/esm2022/lib/pipes/date-ago/models/date-ago.model.mjs +1 -1
  122. package/esm2022/lib/pipes/date-ago/models/index.mjs +4 -4
  123. package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.module.mjs +24 -24
  124. package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.mjs +43 -42
  125. package/esm2022/lib/pipes/filter-with-highlight/index.mjs +2 -2
  126. package/esm2022/lib/pipes/index.mjs +6 -7
  127. package/esm2022/lib/pipes/language-translate/index.mjs +2 -2
  128. package/esm2022/lib/pipes/language-translate/language-translate.module.mjs +18 -18
  129. package/esm2022/lib/pipes/language-translate/language-translate.pipe.mjs +100 -99
  130. package/esm2022/lib/pipes/sort-translations/index.mjs +2 -2
  131. package/esm2022/lib/pipes/sort-translations/sort-translations.module.mjs +22 -22
  132. package/esm2022/lib/pipes/sort-translations/sort-translations.pipe.mjs +60 -60
  133. package/esm2022/lib/pipes/sort-translations-by-property/index.mjs +2 -2
  134. package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.mjs +18 -18
  135. package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.mjs +40 -40
  136. package/esm2022/lib/plausible/index.mjs +4 -4
  137. package/esm2022/lib/plausible/models/index.mjs +1 -1
  138. package/esm2022/lib/plausible/models/plausible-event.model.mjs +1 -1
  139. package/esm2022/lib/plausible/plausible-event.directive.mjs +40 -40
  140. package/esm2022/lib/plausible/plausible.helper.mjs +37 -37
  141. package/esm2022/lib/plausible/plausible.module.mjs +24 -24
  142. package/esm2022/lib/services/alert/alert.service.mjs +167 -165
  143. package/esm2022/lib/services/alert/index.mjs +3 -3
  144. package/esm2022/lib/services/alert/injection-tokens/alert-configuration.token.mjs +1 -1
  145. package/esm2022/lib/services/alert/injection-tokens/index.mjs +1 -1
  146. package/esm2022/lib/services/alert/models/alert-configuration.model.mjs +2 -2
  147. package/esm2022/lib/services/alert/models/index.mjs +1 -1
  148. package/esm2022/lib/services/dom/dom.service.mjs +21 -21
  149. package/esm2022/lib/services/dom/index.mjs +1 -1
  150. package/esm2022/lib/services/icon/icon.service.mjs +35 -35
  151. package/esm2022/lib/services/icon/index.mjs +1 -1
  152. package/esm2022/lib/services/index.mjs +6 -6
  153. package/esm2022/lib/services/language-translate/index.mjs +1 -1
  154. package/esm2022/lib/services/language-translate/language-translate.service.mjs +25 -25
  155. package/esm2022/lib/services/notification/index.mjs +2 -2
  156. package/esm2022/lib/services/notification/models/index.mjs +2 -2
  157. package/esm2022/lib/services/notification/models/notification.model.mjs +1 -1
  158. package/esm2022/lib/services/notification/models/operations.enum.mjs +5 -5
  159. package/esm2022/lib/services/notification/notification.service.mjs +35 -35
  160. package/esm2022/lib/services/system/index.mjs +1 -1
  161. package/esm2022/lib/services/system/system.service.mjs +23 -23
  162. package/esm2022/lib/status-display/index.mjs +3 -3
  163. package/esm2022/lib/status-display/models/index.mjs +1 -1
  164. package/esm2022/lib/status-display/models/status-display-config.model.mjs +1 -1
  165. package/esm2022/lib/status-display/status-display.component.mjs +17 -17
  166. package/esm2022/lib/status-display/status-display.module.mjs +21 -21
  167. package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.mjs +65 -65
  168. package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.mjs +70 -70
  169. package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.mjs +60 -58
  170. package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.mjs +56 -56
  171. package/esm2022/lib/terminology/components/terminology-panel/terminology-panel.component.mjs +49 -49
  172. package/esm2022/lib/terminology/config/models/index.mjs +1 -1
  173. package/esm2022/lib/terminology/config/models/terminology-config.model.mjs +1 -1
  174. package/esm2022/lib/terminology/config/services/index.mjs +1 -1
  175. package/esm2022/lib/terminology/config/services/terminology-config/terminology-config.service.mjs +45 -48
  176. package/esm2022/lib/terminology/enums/combined-collection-tooltip-key.enum.mjs +5 -5
  177. package/esm2022/lib/terminology/enums/engine-term-collection-scope.enum.mjs +6 -6
  178. package/esm2022/lib/terminology/enums/engine-term-collection-source.enum.mjs +5 -5
  179. package/esm2022/lib/terminology/enums/engine-term-collection-status.enum.mjs +7 -7
  180. package/esm2022/lib/terminology/enums/engine-term-collection-sub-status.enum.mjs +13 -13
  181. package/esm2022/lib/terminology/enums/index.mjs +6 -6
  182. package/esm2022/lib/terminology/enums/mt-collection-status.enum.mjs +10 -10
  183. package/esm2022/lib/terminology/enums/mt-term-collection-v1-status.enum.mjs +6 -6
  184. package/esm2022/lib/terminology/enums/system-metadata-key.enum.mjs +6 -6
  185. package/esm2022/lib/terminology/enums/translation-api-version.model.mjs +5 -5
  186. package/esm2022/lib/terminology/factories/terminology-api.factory.mjs +12 -12
  187. package/esm2022/lib/terminology/factories/terminology-system.factory.mjs +13 -13
  188. package/esm2022/lib/terminology/icons/collections-menu.icon.mjs +1 -1
  189. package/esm2022/lib/terminology/icons/index.mjs +1 -1
  190. package/esm2022/lib/terminology/index.mjs +9 -9
  191. package/esm2022/lib/terminology/injection-tokens/terminology-api.token.mjs +1 -1
  192. package/esm2022/lib/terminology/injection-tokens/terminology-system.token.mjs +1 -1
  193. package/esm2022/lib/terminology/models/active-data.model.mjs +2 -2
  194. package/esm2022/lib/terminology/models/add-engine-terms-request-params.model.mjs +1 -1
  195. package/esm2022/lib/terminology/models/api-system.model.mjs +2 -2
  196. package/esm2022/lib/terminology/models/combined-collection.model.mjs +189 -189
  197. package/esm2022/lib/terminology/models/default-term-collection-order-update.model.mjs +1 -1
  198. package/esm2022/lib/terminology/models/domain.model.mjs +1 -1
  199. package/esm2022/lib/terminology/models/engine-term-collection-access-scope-update.model.mjs +1 -1
  200. package/esm2022/lib/terminology/models/engine-term-collection-access-scope.model.mjs +1 -1
  201. package/esm2022/lib/terminology/models/engine-term-collection-access-update.model.mjs +1 -1
  202. package/esm2022/lib/terminology/models/engine-term-collection-access.model.mjs +1 -1
  203. package/esm2022/lib/terminology/models/engine-term-collection-list.model.mjs +1 -1
  204. package/esm2022/lib/terminology/models/engine-term-collection.model.mjs +1 -1
  205. package/esm2022/lib/terminology/models/index.mjs +20 -20
  206. package/esm2022/lib/terminology/models/lang-list-item.model.mjs +1 -1
  207. package/esm2022/lib/terminology/models/mt-collection.model.mjs +1 -1
  208. package/esm2022/lib/terminology/models/mt-term-collection-v1.model.mjs +1 -1
  209. package/esm2022/lib/terminology/models/mt-term-service.model.mjs +1 -1
  210. package/esm2022/lib/terminology/models/system-api-service.model.mjs +1 -1
  211. package/esm2022/lib/terminology/models/system.model.mjs +2 -2
  212. package/esm2022/lib/terminology/models/terminology-engine.model.mjs +2 -2
  213. package/esm2022/lib/terminology/models/tld-term-collection-languages.model.mjs +1 -1
  214. package/esm2022/lib/terminology/models/tld-term-collection.model.mjs +2 -2
  215. package/esm2022/lib/terminology/models/update-engine-terms-request-params.model.mjs +1 -1
  216. package/esm2022/lib/terminology/models/vendor.model.mjs +1 -1
  217. package/esm2022/lib/terminology/services/engine-term-api/engine-term-api.service.mjs +51 -51
  218. package/esm2022/lib/terminology/services/engine-term-api/index.mjs +1 -1
  219. package/esm2022/lib/terminology/services/index.mjs +5 -5
  220. package/esm2022/lib/terminology/services/system-api-v1/system-api-v1.service.mjs +60 -59
  221. package/esm2022/lib/terminology/services/system-api-v2/models/engine-deployment.model.mjs +1 -1
  222. package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain-list.model.mjs +1 -1
  223. package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain.model.mjs +1 -1
  224. package/esm2022/lib/terminology/services/system-api-v2/models/engine-list.model.mjs +1 -1
  225. package/esm2022/lib/terminology/services/system-api-v2/models/engine-status.enum.mjs +10 -10
  226. package/esm2022/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.mjs +17 -17
  227. package/esm2022/lib/terminology/services/system-api-v2/models/engine.model.mjs +1 -1
  228. package/esm2022/lib/terminology/services/system-api-v2/models/index.mjs +8 -8
  229. package/esm2022/lib/terminology/services/system-api-v2/models/revision.model.mjs +1 -1
  230. package/esm2022/lib/terminology/services/system-api-v2/models/worker-status.model.mjs +1 -1
  231. package/esm2022/lib/terminology/services/system-api-v2/system-api-v2.service.mjs +81 -81
  232. package/esm2022/lib/terminology/services/terminology/terminology.service.mjs +325 -324
  233. package/esm2022/lib/terminology/services/terminology-api-v1/terminology-api-v1.service.mjs +59 -58
  234. package/esm2022/lib/terminology/services/terminology-api-v2/terminology-api-v2.service.mjs +85 -84
  235. package/esm2022/lib/terminology/services/terminology-collection/index.mjs +1 -1
  236. package/esm2022/lib/terminology/services/terminology-collection/terminology-collection.service.mjs +54 -54
  237. package/esm2022/lib/terminology/terminology.component.mjs +137 -137
  238. package/esm2022/lib/terminology/terminology.module.mjs +132 -132
  239. package/esm2022/lib/tld-loader/index.mjs +2 -2
  240. package/esm2022/lib/tld-loader/tld-loader.component.mjs +11 -11
  241. package/esm2022/lib/tld-loader/tld-loader.module.mjs +20 -20
  242. package/esm2022/public-api.mjs +23 -23
  243. package/esm2022/tilde-nlp-ngx-common.mjs +4 -4
  244. package/fesm2022/tilde-nlp-ngx-common.mjs +3768 -3791
  245. package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
  246. package/index.d.ts +5 -5
  247. package/lib/close-button/close-button.component.d.ts +13 -13
  248. package/lib/close-button/close-button.module.d.ts +11 -11
  249. package/lib/close-button/index.d.ts +2 -2
  250. package/lib/company-product/company-product.component.d.ts +7 -7
  251. package/lib/company-product/company-product.module.d.ts +8 -8
  252. package/lib/company-product/index.d.ts +2 -2
  253. package/lib/confirmation-modal/confirmation-modal.component.d.ts +12 -12
  254. package/lib/confirmation-modal/confirmation-modal.module.d.ts +11 -11
  255. package/lib/confirmation-modal/index.d.ts +5 -5
  256. package/lib/confirmation-modal/models/confirmation-body.model.d.ts +8 -8
  257. package/lib/confirmation-modal/models/confirmation.enum.d.ts +4 -4
  258. package/lib/confirmation-modal/services/confirmation.service.d.ts +12 -12
  259. package/lib/confirmation-modal/services/index.d.ts +1 -1
  260. package/lib/constants/index.d.ts +1 -1
  261. package/lib/constants/screen-size.const.d.ts +10 -10
  262. package/lib/directives/click-outside/click-outside.directive.d.ts +10 -10
  263. package/lib/directives/click-outside/click-outside.module.d.ts +8 -8
  264. package/lib/directives/click-outside/index.d.ts +2 -2
  265. package/lib/directives/drag-and-drop/drag-and-drop.directive.d.ts +14 -14
  266. package/lib/directives/drag-and-drop/drag-and-drop.module.d.ts +8 -8
  267. package/lib/directives/drag-and-drop/index.d.ts +2 -2
  268. package/lib/directives/index.d.ts +3 -3
  269. package/lib/directives/mat-button-loading/index.d.ts +2 -2
  270. package/lib/directives/mat-button-loading/mat-button-loading.directive.d.ts +18 -18
  271. package/lib/directives/mat-button-loading/mat-button-loading.module.d.ts +8 -8
  272. package/lib/extension-dialog/components/index.d.ts +1 -1
  273. package/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.d.ts +10 -10
  274. package/lib/extension-dialog/extension-dialog.component.d.ts +21 -21
  275. package/lib/extension-dialog/extension-dialog.module.d.ts +15 -15
  276. package/lib/extension-dialog/icons/file-types/excel.icon.d.ts +1 -1
  277. package/lib/extension-dialog/icons/file-types/index.d.ts +9 -9
  278. package/lib/extension-dialog/icons/file-types/interchange.icon.d.ts +1 -1
  279. package/lib/extension-dialog/icons/file-types/office-other.icon.d.ts +1 -1
  280. package/lib/extension-dialog/icons/file-types/other.icon.d.ts +1 -1
  281. package/lib/extension-dialog/icons/file-types/pdf.icon.d.ts +1 -1
  282. package/lib/extension-dialog/icons/file-types/powerpoint.icon.d.ts +1 -1
  283. package/lib/extension-dialog/icons/file-types/scanned.icon.d.ts +1 -1
  284. package/lib/extension-dialog/icons/file-types/web.icon.d.ts +1 -1
  285. package/lib/extension-dialog/icons/file-types/word.icon.d.ts +1 -1
  286. package/lib/extension-dialog/icons/index.d.ts +1 -1
  287. package/lib/extension-dialog/index.d.ts +5 -5
  288. package/lib/extension-dialog/models/enums/file-categories.enum.d.ts +7 -7
  289. package/lib/extension-dialog/models/enums/file-extensions.enum.d.ts +33 -33
  290. package/lib/extension-dialog/models/enums/file-type-icons.enum.d.ts +11 -11
  291. package/lib/extension-dialog/models/enums/file-types.enum.d.ts +11 -11
  292. package/lib/extension-dialog/models/enums/index.d.ts +4 -4
  293. package/lib/extension-dialog/models/index.d.ts +2 -2
  294. package/lib/extension-dialog/models/interfaces/config.d.ts +18 -18
  295. package/lib/extension-dialog/models/interfaces/dialog-data.model.d.ts +3 -3
  296. package/lib/extension-dialog/models/interfaces/index.d.ts +2 -2
  297. package/lib/extension-dialog/services/extension-dialog.service.d.ts +9 -9
  298. package/lib/extension-dialog/services/index.d.ts +1 -1
  299. package/lib/file-upload/file-upload.component.d.ts +29 -29
  300. package/lib/file-upload/file-upload.module.d.ts +13 -13
  301. package/lib/file-upload/index.d.ts +3 -3
  302. package/lib/file-upload/models/file-upload-error-type.enum.d.ts +6 -6
  303. package/lib/file-upload/models/file-upload-error.model.d.ts +6 -6
  304. package/lib/file-upload/models/index.d.ts +2 -2
  305. package/lib/filter-bar/filter-bar.component.d.ts +54 -54
  306. package/lib/filter-bar/filter-bar.module.d.ts +19 -19
  307. package/lib/filter-bar/index.d.ts +3 -3
  308. package/lib/filter-bar/models/filter-bar-change-event.model.d.ts +6 -6
  309. package/lib/filter-bar/models/filter-bar-filter-item.model.d.ts +4 -4
  310. package/lib/filter-bar/models/filter-bar-filter.model.d.ts +6 -6
  311. package/lib/filter-bar/models/filter-bar-settings.model.d.ts +19 -19
  312. package/lib/filter-bar/models/index.d.ts +3 -3
  313. package/lib/footer/footer.component.d.ts +15 -15
  314. package/lib/footer/footer.module.d.ts +11 -11
  315. package/lib/footer/index.d.ts +2 -2
  316. package/lib/helpers/auth-headers.helper.d.ts +4 -4
  317. package/lib/helpers/conversion.helper.d.ts +4 -4
  318. package/lib/helpers/file-extension.helper.d.ts +3 -3
  319. package/lib/helpers/html-element-parse.helper.d.ts +3 -3
  320. package/lib/helpers/html.helper.d.ts +17 -17
  321. package/lib/helpers/index.d.ts +9 -9
  322. package/lib/helpers/missing-translation.helper.d.ts +4 -4
  323. package/lib/helpers/resolution.helper.d.ts +3 -3
  324. package/lib/helpers/save-file.helper.d.ts +3 -3
  325. package/lib/helpers/sort.helper.d.ts +3 -3
  326. package/lib/inline-message/index.d.ts +3 -3
  327. package/lib/inline-message/inline-message.component.d.ts +10 -10
  328. package/lib/inline-message/inline-message.module.d.ts +10 -10
  329. package/lib/inline-message/models/index.d.ts +3 -3
  330. package/lib/inline-message/models/inline-message-icon-position.enum.d.ts +4 -4
  331. package/lib/inline-message/models/inline-message-type.enum.d.ts +5 -5
  332. package/lib/inline-message/models/inline-message.model.d.ts +10 -10
  333. package/lib/multi-functional-table/constants/disable-export-attribute-name.const.d.ts +1 -1
  334. package/lib/multi-functional-table/constants/index.d.ts +1 -1
  335. package/lib/multi-functional-table/index.d.ts +4 -4
  336. package/lib/multi-functional-table/models/batch-config.model.d.ts +4 -4
  337. package/lib/multi-functional-table/models/column-config.model.d.ts +18 -18
  338. package/lib/multi-functional-table/models/column-select-config.model.d.ts +14 -14
  339. package/lib/multi-functional-table/models/export-config.model.d.ts +9 -9
  340. package/lib/multi-functional-table/models/export-format.enum.d.ts +3 -3
  341. package/lib/multi-functional-table/models/filter-config.model.d.ts +6 -7
  342. package/lib/multi-functional-table/models/index.d.ts +6 -6
  343. package/lib/multi-functional-table/models/multi-functional-table-config.model.d.ts +36 -36
  344. package/lib/multi-functional-table/models/selected-column-local-storage-config.model.d.ts +20 -20
  345. package/lib/multi-functional-table/multi-functional-table.component.d.ts +66 -67
  346. package/lib/multi-functional-table/multi-functional-table.module.d.ts +20 -20
  347. package/lib/notification-message/enums/index.d.ts +1 -1
  348. package/lib/notification-message/enums/notification-message-type.enum.d.ts +7 -7
  349. package/lib/notification-message/index.d.ts +4 -4
  350. package/lib/notification-message/interfaces/index.d.ts +1 -1
  351. package/lib/notification-message/interfaces/notification-message.model.d.ts +22 -22
  352. package/lib/notification-message/notification-message.component.d.ts +22 -22
  353. package/lib/notification-message/notification-message.module.d.ts +13 -13
  354. package/lib/open-close-button/index.d.ts +4 -4
  355. package/lib/open-close-button/injection-tokens/index.d.ts +1 -1
  356. package/lib/open-close-button/injection-tokens/open-close-btn-icons.token.d.ts +1 -1
  357. package/lib/open-close-button/models/index.d.ts +1 -1
  358. package/lib/open-close-button/models/open-close-btn-icons.model.d.ts +4 -4
  359. package/lib/open-close-button/open-close-button.component.d.ts +22 -22
  360. package/lib/open-close-button/open-close-button.module.d.ts +11 -11
  361. package/lib/pipes/date-ago/date-ago.module.d.ts +9 -9
  362. package/lib/pipes/date-ago/date-ago.pipe.d.ts +20 -20
  363. package/lib/pipes/date-ago/index.d.ts +2 -2
  364. package/lib/pipes/date-ago/models/date-ago-interval.model.d.ts +5 -5
  365. package/lib/pipes/date-ago/models/date-ago-settings.model.d.ts +26 -26
  366. package/lib/pipes/date-ago/models/date-ago-settings.token.d.ts +1 -1
  367. package/lib/pipes/date-ago/models/date-ago.model.d.ts +4 -4
  368. package/lib/pipes/date-ago/models/index.d.ts +4 -4
  369. package/lib/pipes/filter-with-highlight/filter-with-highlight.module.d.ts +8 -8
  370. package/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.d.ts +7 -7
  371. package/lib/pipes/filter-with-highlight/index.d.ts +2 -2
  372. package/lib/pipes/index.d.ts +5 -6
  373. package/lib/pipes/language-translate/index.d.ts +2 -2
  374. package/lib/pipes/language-translate/language-translate.module.d.ts +8 -8
  375. package/lib/pipes/language-translate/language-translate.pipe.d.ts +19 -19
  376. package/lib/pipes/sort-translations/index.d.ts +2 -2
  377. package/lib/pipes/sort-translations/sort-translations.module.d.ts +8 -8
  378. package/lib/pipes/sort-translations/sort-translations.pipe.d.ts +20 -20
  379. package/lib/pipes/sort-translations-by-property/index.d.ts +2 -2
  380. package/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.d.ts +8 -8
  381. package/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.d.ts +15 -15
  382. package/lib/plausible/index.d.ts +4 -4
  383. package/lib/plausible/models/index.d.ts +1 -1
  384. package/lib/plausible/models/plausible-event.model.d.ts +7 -7
  385. package/lib/plausible/plausible-event.directive.d.ts +11 -11
  386. package/lib/plausible/plausible.helper.d.ts +15 -15
  387. package/lib/plausible/plausible.module.d.ts +8 -8
  388. package/lib/services/alert/alert.service.d.ts +37 -37
  389. package/lib/services/alert/index.d.ts +3 -3
  390. package/lib/services/alert/injection-tokens/alert-configuration.token.d.ts +1 -1
  391. package/lib/services/alert/injection-tokens/index.d.ts +1 -1
  392. package/lib/services/alert/models/alert-configuration.model.d.ts +7 -7
  393. package/lib/services/alert/models/index.d.ts +1 -1
  394. package/lib/services/dom/dom.service.d.ts +7 -7
  395. package/lib/services/dom/index.d.ts +1 -1
  396. package/lib/services/icon/icon.service.d.ts +14 -14
  397. package/lib/services/icon/index.d.ts +1 -1
  398. package/lib/services/index.d.ts +6 -6
  399. package/lib/services/language-translate/index.d.ts +1 -1
  400. package/lib/services/language-translate/language-translate.service.d.ts +10 -10
  401. package/lib/services/notification/index.d.ts +2 -2
  402. package/lib/services/notification/models/index.d.ts +2 -2
  403. package/lib/services/notification/models/notification.model.d.ts +6 -6
  404. package/lib/services/notification/models/operations.enum.d.ts +4 -4
  405. package/lib/services/notification/notification.service.d.ts +15 -15
  406. package/lib/services/system/index.d.ts +1 -1
  407. package/lib/services/system/system.service.d.ts +11 -11
  408. package/lib/status-display/index.d.ts +3 -3
  409. package/lib/status-display/models/index.d.ts +1 -1
  410. package/lib/status-display/models/status-display-config.model.d.ts +9 -9
  411. package/lib/status-display/status-display.component.d.ts +7 -7
  412. package/lib/status-display/status-display.module.d.ts +11 -11
  413. package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.d.ts +28 -28
  414. package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.d.ts +30 -30
  415. package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.d.ts +32 -32
  416. package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.d.ts +20 -20
  417. package/lib/terminology/components/terminology-panel/terminology-panel.component.d.ts +30 -30
  418. package/lib/terminology/config/models/index.d.ts +1 -1
  419. package/lib/terminology/config/models/terminology-config.model.d.ts +39 -39
  420. package/lib/terminology/config/services/index.d.ts +1 -1
  421. package/lib/terminology/config/services/terminology-config/terminology-config.service.d.ts +9 -10
  422. package/lib/terminology/enums/combined-collection-tooltip-key.enum.d.ts +4 -4
  423. package/lib/terminology/enums/engine-term-collection-scope.enum.d.ts +5 -5
  424. package/lib/terminology/enums/engine-term-collection-source.enum.d.ts +4 -4
  425. package/lib/terminology/enums/engine-term-collection-status.enum.d.ts +6 -6
  426. package/lib/terminology/enums/engine-term-collection-sub-status.enum.d.ts +12 -12
  427. package/lib/terminology/enums/index.d.ts +6 -6
  428. package/lib/terminology/enums/mt-collection-status.enum.d.ts +8 -8
  429. package/lib/terminology/enums/mt-term-collection-v1-status.enum.d.ts +5 -5
  430. package/lib/terminology/enums/system-metadata-key.enum.d.ts +5 -5
  431. package/lib/terminology/enums/translation-api-version.model.d.ts +4 -4
  432. package/lib/terminology/factories/terminology-api.factory.d.ts +5 -5
  433. package/lib/terminology/factories/terminology-system.factory.d.ts +5 -5
  434. package/lib/terminology/icons/collections-menu.icon.d.ts +1 -1
  435. package/lib/terminology/icons/index.d.ts +1 -1
  436. package/lib/terminology/index.d.ts +9 -9
  437. package/lib/terminology/injection-tokens/terminology-api.token.d.ts +1 -1
  438. package/lib/terminology/injection-tokens/terminology-system.token.d.ts +1 -1
  439. package/lib/terminology/models/active-data.model.d.ts +22 -23
  440. package/lib/terminology/models/add-engine-terms-request-params.model.d.ts +7 -7
  441. package/lib/terminology/models/api-system.model.d.ts +27 -27
  442. package/lib/terminology/models/combined-collection.model.d.ts +92 -92
  443. package/lib/terminology/models/default-term-collection-order-update.model.d.ts +5 -5
  444. package/lib/terminology/models/domain.model.d.ts +9 -9
  445. package/lib/terminology/models/engine-term-collection-access-scope-update.model.d.ts +3 -3
  446. package/lib/terminology/models/engine-term-collection-access-scope.model.d.ts +4 -4
  447. package/lib/terminology/models/engine-term-collection-access-update.model.d.ts +6 -6
  448. package/lib/terminology/models/engine-term-collection-access.model.d.ts +6 -6
  449. package/lib/terminology/models/engine-term-collection-list.model.d.ts +4 -4
  450. package/lib/terminology/models/engine-term-collection.model.d.ts +24 -24
  451. package/lib/terminology/models/index.d.ts +20 -20
  452. package/lib/terminology/models/lang-list-item.model.d.ts +6 -6
  453. package/lib/terminology/models/mt-collection.model.d.ts +17 -17
  454. package/lib/terminology/models/mt-term-collection-v1.model.d.ts +12 -12
  455. package/lib/terminology/models/mt-term-service.model.d.ts +8 -8
  456. package/lib/terminology/models/system-api-service.model.d.ts +5 -5
  457. package/lib/terminology/models/system.model.d.ts +19 -20
  458. package/lib/terminology/models/terminology-engine.model.d.ts +15 -15
  459. package/lib/terminology/models/tld-term-collection-languages.model.d.ts +11 -11
  460. package/lib/terminology/models/tld-term-collection.model.d.ts +46 -46
  461. package/lib/terminology/models/update-engine-terms-request-params.model.d.ts +4 -4
  462. package/lib/terminology/models/vendor.model.d.ts +5 -5
  463. package/lib/terminology/services/engine-term-api/engine-term-api.service.d.ts +19 -19
  464. package/lib/terminology/services/engine-term-api/index.d.ts +1 -1
  465. package/lib/terminology/services/index.d.ts +5 -5
  466. package/lib/terminology/services/system-api-v1/system-api-v1.service.d.ts +15 -15
  467. package/lib/terminology/services/system-api-v2/models/engine-deployment.model.d.ts +9 -9
  468. package/lib/terminology/services/system-api-v2/models/engine-domain-list.model.d.ts +4 -4
  469. package/lib/terminology/services/system-api-v2/models/engine-domain.model.d.ts +5 -5
  470. package/lib/terminology/services/system-api-v2/models/engine-list.model.d.ts +4 -4
  471. package/lib/terminology/services/system-api-v2/models/engine-status.enum.d.ts +9 -9
  472. package/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.d.ts +16 -16
  473. package/lib/terminology/services/system-api-v2/models/engine.model.d.ts +24 -24
  474. package/lib/terminology/services/system-api-v2/models/index.d.ts +8 -8
  475. package/lib/terminology/services/system-api-v2/models/revision.model.d.ts +9 -9
  476. package/lib/terminology/services/system-api-v2/models/worker-status.model.d.ts +12 -12
  477. package/lib/terminology/services/system-api-v2/system-api-v2.service.d.ts +16 -16
  478. package/lib/terminology/services/terminology/terminology.service.d.ts +61 -61
  479. package/lib/terminology/services/terminology-api-v1/terminology-api-v1.service.d.ts +17 -17
  480. package/lib/terminology/services/terminology-api-v2/terminology-api-v2.service.d.ts +18 -18
  481. package/lib/terminology/services/terminology-collection/index.d.ts +1 -1
  482. package/lib/terminology/services/terminology-collection/terminology-collection.service.d.ts +17 -17
  483. package/lib/terminology/terminology.component.d.ts +37 -37
  484. package/lib/terminology/terminology.module.d.ts +29 -29
  485. package/lib/tld-loader/index.d.ts +2 -2
  486. package/lib/tld-loader/tld-loader.component.d.ts +5 -5
  487. package/lib/tld-loader/tld-loader.module.d.ts +7 -7
  488. package/package.json +5 -4
  489. package/public-api.d.ts +20 -20
  490. package/styles/custom/containers.scss +1 -1
  491. package/styles/typography.scss +1 -1
  492. package/esm2022/lib/pipes/object-length/index.mjs +0 -3
  493. package/esm2022/lib/pipes/object-length/object-length.module.mjs +0 -18
  494. package/esm2022/lib/pipes/object-length/object-length.pipe.mjs +0 -22
  495. package/lib/pipes/object-length/index.d.ts +0 -2
  496. package/lib/pipes/object-length/object-length.module.d.ts +0 -8
  497. package/lib/pipes/object-length/object-length.pipe.d.ts +0 -7
@@ -1,72 +1,72 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { FormsModule } from '@angular/forms';
4
- import { MatButtonModule } from '@angular/material/button';
5
- import { MatCheckboxModule } from '@angular/material/checkbox';
6
- import { MatMenuModule } from '@angular/material/menu';
7
- import { MatTableModule } from '@angular/material/table';
8
- import { TranslateModule } from '@ngx-translate/core';
9
- import { MultiFunctionalTableComponent } from './multi-functional-table.component';
10
- import { FilterBarModule } from '../filter-bar';
11
- import { FlexLayoutModule } from '@angular/flex-layout';
12
- import { MatSortModule } from '@angular/material/sort';
13
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
14
- import { MatTooltipModule } from '@angular/material/tooltip';
15
- import { StatusDisplayModule } from '../status-display';
16
- import * as i0 from "@angular/core";
17
- export class MultiFunctionalTableModule {
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiFunctionalTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MultiFunctionalTableModule, declarations: [MultiFunctionalTableComponent], imports: [CommonModule,
20
- MatTableModule,
21
- MatButtonModule,
22
- TranslateModule,
23
- MatMenuModule,
24
- MatCheckboxModule,
25
- FormsModule,
26
- FilterBarModule,
27
- FlexLayoutModule,
28
- MatSortModule,
29
- MatProgressSpinnerModule,
30
- MatTooltipModule,
31
- StatusDisplayModule], exports: [MultiFunctionalTableComponent] }); }
32
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiFunctionalTableModule, imports: [CommonModule,
33
- MatTableModule,
34
- MatButtonModule,
35
- TranslateModule,
36
- MatMenuModule,
37
- MatCheckboxModule,
38
- FormsModule,
39
- FilterBarModule,
40
- FlexLayoutModule,
41
- MatSortModule,
42
- MatProgressSpinnerModule,
43
- MatTooltipModule,
44
- StatusDisplayModule] }); }
45
- }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiFunctionalTableModule, decorators: [{
47
- type: NgModule,
48
- args: [{
49
- declarations: [
50
- MultiFunctionalTableComponent
51
- ],
52
- imports: [
53
- CommonModule,
54
- MatTableModule,
55
- MatButtonModule,
56
- TranslateModule,
57
- MatMenuModule,
58
- MatCheckboxModule,
59
- FormsModule,
60
- FilterBarModule,
61
- FlexLayoutModule,
62
- MatSortModule,
63
- MatProgressSpinnerModule,
64
- MatTooltipModule,
65
- StatusDisplayModule
66
- ],
67
- exports: [
68
- MultiFunctionalTableComponent
69
- ]
70
- }]
71
- }] });
72
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGktZnVuY3Rpb25hbC10YWJsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvbXVsdGktZnVuY3Rpb25hbC10YWJsZS9tdWx0aS1mdW5jdGlvbmFsLXRhYmxlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzdELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQXlCeEQsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO2dIQUExQiwwQkFBMEIsaUJBckJuQyw2QkFBNkIsYUFHN0IsWUFBWTtZQUNaLGNBQWM7WUFDZCxlQUFlO1lBQ2YsZUFBZTtZQUNmLGFBQWE7WUFDYixpQkFBaUI7WUFDakIsV0FBVztZQUNYLGVBQWU7WUFDZixnQkFBZ0I7WUFDaEIsYUFBYTtZQUNiLHdCQUF3QjtZQUN4QixnQkFBZ0I7WUFDaEIsbUJBQW1CLGFBR25CLDZCQUE2QjtnSEFHcEIsMEJBQTBCLFlBbEJuQyxZQUFZO1lBQ1osY0FBYztZQUNkLGVBQWU7WUFDZixlQUFlO1lBQ2YsYUFBYTtZQUNiLGlCQUFpQjtZQUNqQixXQUFXO1lBQ1gsZUFBZTtZQUNmLGdCQUFnQjtZQUNoQixhQUFhO1lBQ2Isd0JBQXdCO1lBQ3hCLGdCQUFnQjtZQUNoQixtQkFBbUI7OzRGQU1WLDBCQUEwQjtrQkF2QnRDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDZCQUE2QjtxQkFDOUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osY0FBYzt3QkFDZCxlQUFlO3dCQUNmLGVBQWU7d0JBQ2YsYUFBYTt3QkFDYixpQkFBaUI7d0JBQ2pCLFdBQVc7d0JBQ1gsZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGFBQWE7d0JBQ2Isd0JBQXdCO3dCQUN4QixnQkFBZ0I7d0JBQ2hCLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDZCQUE2QjtxQkFDOUI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuaW1wb3J0IHsgTWF0Q2hlY2tib3hNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGVja2JveCc7XHJcbmltcG9ydCB7IE1hdE1lbnVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9tZW51JztcclxuaW1wb3J0IHsgTWF0VGFibGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90YWJsZSc7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBNdWx0aUZ1bmN0aW9uYWxUYWJsZUNvbXBvbmVudCB9IGZyb20gJy4vbXVsdGktZnVuY3Rpb25hbC10YWJsZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBGaWx0ZXJCYXJNb2R1bGUgfSBmcm9tICcuLi9maWx0ZXItYmFyJztcclxuaW1wb3J0IHsgRmxleExheW91dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2ZsZXgtbGF5b3V0JztcclxuaW1wb3J0IHsgTWF0U29ydE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3NvcnQnO1xyXG5pbXBvcnQgeyBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9wcm9ncmVzcy1zcGlubmVyJztcclxuaW1wb3J0IHsgTWF0VG9vbHRpcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Rvb2x0aXAnO1xyXG5pbXBvcnQgeyBTdGF0dXNEaXNwbGF5TW9kdWxlIH0gZnJvbSAnLi4vc3RhdHVzLWRpc3BsYXknO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIE11bHRpRnVuY3Rpb25hbFRhYmxlQ29tcG9uZW50XHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBNYXRUYWJsZU1vZHVsZSxcclxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcclxuICAgIFRyYW5zbGF0ZU1vZHVsZSxcclxuICAgIE1hdE1lbnVNb2R1bGUsXHJcbiAgICBNYXRDaGVja2JveE1vZHVsZSxcclxuICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgRmlsdGVyQmFyTW9kdWxlLFxyXG4gICAgRmxleExheW91dE1vZHVsZSxcclxuICAgIE1hdFNvcnRNb2R1bGUsXHJcbiAgICBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUsXHJcbiAgICBNYXRUb29sdGlwTW9kdWxlLFxyXG4gICAgU3RhdHVzRGlzcGxheU1vZHVsZVxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgTXVsdGlGdW5jdGlvbmFsVGFibGVDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNdWx0aUZ1bmN0aW9uYWxUYWJsZU1vZHVsZSB7IH1cclxuIl19
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { FormsModule } from '@angular/forms';
4
+ import { MatButtonModule } from '@angular/material/button';
5
+ import { MatCheckboxModule } from '@angular/material/checkbox';
6
+ import { MatMenuModule } from '@angular/material/menu';
7
+ import { MatTableModule } from '@angular/material/table';
8
+ import { TranslateModule } from '@ngx-translate/core';
9
+ import { MultiFunctionalTableComponent } from './multi-functional-table.component';
10
+ import { FilterBarModule } from '../filter-bar';
11
+ import { FlexLayoutModule } from '@ngbracket/ngx-layout';
12
+ import { MatSortModule } from '@angular/material/sort';
13
+ import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
14
+ import { MatTooltipModule } from '@angular/material/tooltip';
15
+ import { StatusDisplayModule } from '../status-display';
16
+ import * as i0 from "@angular/core";
17
+ export class MultiFunctionalTableModule {
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MultiFunctionalTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: MultiFunctionalTableModule, declarations: [MultiFunctionalTableComponent], imports: [CommonModule,
20
+ MatTableModule,
21
+ MatButtonModule,
22
+ TranslateModule,
23
+ MatMenuModule,
24
+ MatCheckboxModule,
25
+ FormsModule,
26
+ FilterBarModule,
27
+ FlexLayoutModule,
28
+ MatSortModule,
29
+ MatProgressSpinnerModule,
30
+ MatTooltipModule,
31
+ StatusDisplayModule], exports: [MultiFunctionalTableComponent] }); }
32
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MultiFunctionalTableModule, imports: [CommonModule,
33
+ MatTableModule,
34
+ MatButtonModule,
35
+ TranslateModule,
36
+ MatMenuModule,
37
+ MatCheckboxModule,
38
+ FormsModule,
39
+ FilterBarModule,
40
+ FlexLayoutModule,
41
+ MatSortModule,
42
+ MatProgressSpinnerModule,
43
+ MatTooltipModule,
44
+ StatusDisplayModule] }); }
45
+ }
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MultiFunctionalTableModule, decorators: [{
47
+ type: NgModule,
48
+ args: [{
49
+ declarations: [
50
+ MultiFunctionalTableComponent
51
+ ],
52
+ imports: [
53
+ CommonModule,
54
+ MatTableModule,
55
+ MatButtonModule,
56
+ TranslateModule,
57
+ MatMenuModule,
58
+ MatCheckboxModule,
59
+ FormsModule,
60
+ FilterBarModule,
61
+ FlexLayoutModule,
62
+ MatSortModule,
63
+ MatProgressSpinnerModule,
64
+ MatTooltipModule,
65
+ StatusDisplayModule
66
+ ],
67
+ exports: [
68
+ MultiFunctionalTableComponent
69
+ ]
70
+ }]
71
+ }] });
72
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGktZnVuY3Rpb25hbC10YWJsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvbXVsdGktZnVuY3Rpb25hbC10YWJsZS9tdWx0aS1mdW5jdGlvbmFsLXRhYmxlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDekQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzdELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQXlCeEQsTUFBTSxPQUFPLDBCQUEwQjs4R0FBMUIsMEJBQTBCOytHQUExQiwwQkFBMEIsaUJBckJuQyw2QkFBNkIsYUFHN0IsWUFBWTtZQUNaLGNBQWM7WUFDZCxlQUFlO1lBQ2YsZUFBZTtZQUNmLGFBQWE7WUFDYixpQkFBaUI7WUFDakIsV0FBVztZQUNYLGVBQWU7WUFDZixnQkFBZ0I7WUFDaEIsYUFBYTtZQUNiLHdCQUF3QjtZQUN4QixnQkFBZ0I7WUFDaEIsbUJBQW1CLGFBR25CLDZCQUE2QjsrR0FHcEIsMEJBQTBCLFlBbEJuQyxZQUFZO1lBQ1osY0FBYztZQUNkLGVBQWU7WUFDZixlQUFlO1lBQ2YsYUFBYTtZQUNiLGlCQUFpQjtZQUNqQixXQUFXO1lBQ1gsZUFBZTtZQUNmLGdCQUFnQjtZQUNoQixhQUFhO1lBQ2Isd0JBQXdCO1lBQ3hCLGdCQUFnQjtZQUNoQixtQkFBbUI7OzJGQU1WLDBCQUEwQjtrQkF2QnRDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDZCQUE2QjtxQkFDOUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osY0FBYzt3QkFDZCxlQUFlO3dCQUNmLGVBQWU7d0JBQ2YsYUFBYTt3QkFDYixpQkFBaUI7d0JBQ2pCLFdBQVc7d0JBQ1gsZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGFBQWE7d0JBQ2Isd0JBQXdCO3dCQUN4QixnQkFBZ0I7d0JBQ2hCLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDZCQUE2QjtxQkFDOUI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuaW1wb3J0IHsgTWF0Q2hlY2tib3hNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGVja2JveCc7XHJcbmltcG9ydCB7IE1hdE1lbnVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9tZW51JztcclxuaW1wb3J0IHsgTWF0VGFibGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90YWJsZSc7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBNdWx0aUZ1bmN0aW9uYWxUYWJsZUNvbXBvbmVudCB9IGZyb20gJy4vbXVsdGktZnVuY3Rpb25hbC10YWJsZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBGaWx0ZXJCYXJNb2R1bGUgfSBmcm9tICcuLi9maWx0ZXItYmFyJztcclxuaW1wb3J0IHsgRmxleExheW91dE1vZHVsZSB9IGZyb20gJ0BuZ2JyYWNrZXQvbmd4LWxheW91dCc7XHJcbmltcG9ydCB7IE1hdFNvcnRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zb3J0JztcclxuaW1wb3J0IHsgTWF0UHJvZ3Jlc3NTcGlubmVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvcHJvZ3Jlc3Mtc3Bpbm5lcic7XHJcbmltcG9ydCB7IE1hdFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcclxuaW1wb3J0IHsgU3RhdHVzRGlzcGxheU1vZHVsZSB9IGZyb20gJy4uL3N0YXR1cy1kaXNwbGF5JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBNdWx0aUZ1bmN0aW9uYWxUYWJsZUNvbXBvbmVudFxyXG4gIF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgTWF0VGFibGVNb2R1bGUsXHJcbiAgICBNYXRCdXR0b25Nb2R1bGUsXHJcbiAgICBUcmFuc2xhdGVNb2R1bGUsXHJcbiAgICBNYXRNZW51TW9kdWxlLFxyXG4gICAgTWF0Q2hlY2tib3hNb2R1bGUsXHJcbiAgICBGb3Jtc01vZHVsZSxcclxuICAgIEZpbHRlckJhck1vZHVsZSxcclxuICAgIEZsZXhMYXlvdXRNb2R1bGUsXHJcbiAgICBNYXRTb3J0TW9kdWxlLFxyXG4gICAgTWF0UHJvZ3Jlc3NTcGlubmVyTW9kdWxlLFxyXG4gICAgTWF0VG9vbHRpcE1vZHVsZSxcclxuICAgIFN0YXR1c0Rpc3BsYXlNb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIE11bHRpRnVuY3Rpb25hbFRhYmxlQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTXVsdGlGdW5jdGlvbmFsVGFibGVNb2R1bGUgeyB9XHJcbiJdfQ==
@@ -1,2 +1,2 @@
1
- export * from './notification-message-type.enum';
1
+ export * from './notification-message-type.enum';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvbm90aWZpY2F0aW9uLW1lc3NhZ2UvZW51bXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxrQ0FBa0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbm90aWZpY2F0aW9uLW1lc3NhZ2UtdHlwZS5lbnVtJzsiXX0=
@@ -1,9 +1,9 @@
1
- export var NotificationMessageType;
2
- (function (NotificationMessageType) {
3
- NotificationMessageType["BASIC"] = "BASIC";
4
- NotificationMessageType["INFO"] = "INFO";
5
- NotificationMessageType["WARNING"] = "WARNING";
6
- NotificationMessageType["SUCCESS"] = "SUCCESS";
7
- NotificationMessageType["ERROR"] = "ERROR";
8
- })(NotificationMessageType || (NotificationMessageType = {}));
1
+ export var NotificationMessageType;
2
+ (function (NotificationMessageType) {
3
+ NotificationMessageType["BASIC"] = "BASIC";
4
+ NotificationMessageType["INFO"] = "INFO";
5
+ NotificationMessageType["WARNING"] = "WARNING";
6
+ NotificationMessageType["SUCCESS"] = "SUCCESS";
7
+ NotificationMessageType["ERROR"] = "ERROR";
8
+ })(NotificationMessageType || (NotificationMessageType = {}));
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW1lc3NhZ2UtdHlwZS5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL25vdGlmaWNhdGlvbi1tZXNzYWdlL2VudW1zL25vdGlmaWNhdGlvbi1tZXNzYWdlLXR5cGUuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSx1QkFNWDtBQU5ELFdBQVksdUJBQXVCO0lBQy9CLDBDQUFlLENBQUE7SUFDZix3Q0FBYSxDQUFBO0lBQ2IsOENBQW1CLENBQUE7SUFDbkIsOENBQW1CLENBQUE7SUFDbkIsMENBQWUsQ0FBQTtBQUNuQixDQUFDLEVBTlcsdUJBQXVCLEtBQXZCLHVCQUF1QixRQU1sQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIE5vdGlmaWNhdGlvbk1lc3NhZ2VUeXBle1xyXG4gICAgQkFTSUMgPSBcIkJBU0lDXCIsXHJcbiAgICBJTkZPID0gXCJJTkZPXCIsXHJcbiAgICBXQVJOSU5HID0gXCJXQVJOSU5HXCIsXHJcbiAgICBTVUNDRVNTID0gXCJTVUNDRVNTXCIsXHJcbiAgICBFUlJPUiA9IFwiRVJST1JcIlxyXG59Il19
@@ -1,5 +1,5 @@
1
- export * from "./notification-message.module";
2
- export * from "./notification-message.component";
3
- export * from "./enums";
4
- export * from "./interfaces";
1
+ export * from "./notification-message.module";
2
+ export * from "./notification-message.component";
3
+ export * from "./enums";
4
+ export * from "./interfaces";
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvbm90aWZpY2F0aW9uLW1lc3NhZ2UvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vbm90aWZpY2F0aW9uLW1lc3NhZ2UubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL25vdGlmaWNhdGlvbi1tZXNzYWdlLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9lbnVtc1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzXCI7Il19
@@ -1,2 +1,2 @@
1
- export * from "./notification-message.model";
1
+ export * from "./notification-message.model";
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvbm90aWZpY2F0aW9uLW1lc3NhZ2UvaW50ZXJmYWNlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vbm90aWZpY2F0aW9uLW1lc3NhZ2UubW9kZWxcIjsiXX0=
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW1lc3NhZ2UubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvbm90aWZpY2F0aW9uLW1lc3NhZ2UvaW50ZXJmYWNlcy9ub3RpZmljYXRpb24tbWVzc2FnZS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTm90aWZpY2F0aW9uTWVzc2FnZVR5cGUgfSBmcm9tIFwiLi4vZW51bXMvbm90aWZpY2F0aW9uLW1lc3NhZ2UtdHlwZS5lbnVtXCI7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIE5vdGlmaWNhdGlvbk1lc3NhZ2Uge1xyXG4gIHR5cGU6IE5vdGlmaWNhdGlvbk1lc3NhZ2VUeXBlO1xyXG4gIGlkPzogc3RyaW5nO1xyXG4gIHRpdGxlPzogc3RyaW5nO1xyXG4gIGJvZHk/OiBzdHJpbmc7XHJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby1leHBsaWNpdC1hbnlcclxuICBsb2NhbGl6YXRpb25QYXJhbXM/OiBhbnk7XHJcbiAgYnV0dG9uVGV4dD86IHN0cmluZztcclxuICBsaW5rVGV4dD86IHN0cmluZztcclxuICBsaW5rSHJlZj86IHN0cmluZztcclxuICByb3V0ZXJMaW5rPzogc3RyaW5nO1xyXG4gIGhpZGVDbG9zZT86IGJvb2xlYW47XHJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby1leHBsaWNpdC1hbnlcclxuICBlcnJvcj86IGFueTtcclxuICAvKipcclxuICAgKiBMb2NhbGl6YXRpb24ga2V5IGZvciBzdXBwb3J0IGluZm8gZm9yIG1lc3NhZ2UuIElmIHZhbHVlIGlzIG5vdCBudWxsLCBpdCBpcyBkaXNwbGF5ZWQgcmlnaHQgYWZ0ZXIgYm9keSB0ZXh0LlxyXG4gICAqL1xyXG4gIHN1cHBvcnQ/OiBzdHJpbmc7XHJcbiAgLyoqXHJcbiAgKiBTZXQgdGhpcyB0byB0cnVlIGFuZCBwcm92aWRlIHNhbWUgbWVzc2FnZSBvYmplY3QgaW4gY2FzZSB5b3Ugd2FudCB0byByZW1vdmUgbWVzc2FnZSBmcm9tIG91dHNpZGUuXHJcbiAgKi9cclxuICBkZWxldGU/OiBib29sZWFuO1xyXG59XHJcbiJdfQ==
@@ -1,52 +1,52 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@angular/flex-layout/flex";
5
- import * as i3 from "@angular/flex-layout/extended";
6
- import * as i4 from "../close-button/close-button.component";
7
- import * as i5 from "@angular/material/button";
8
- import * as i6 from "@angular/router";
9
- import * as i7 from "@ngx-translate/core";
10
- export class NotificationMessageComponent {
11
- constructor() {
12
- this.buttonClicked = new EventEmitter();
13
- this.closeClicked = new EventEmitter();
14
- this.linkClicked = new EventEmitter();
15
- this.iconNames = {
16
- "BASIC": "info",
17
- "INFO": "info",
18
- "ERROR": "error",
19
- "SUCCESS": "check_circle",
20
- "WARNING": "info",
21
- };
22
- }
23
- ngOnInit() {
24
- this.className = this.message.type.toLocaleLowerCase();
25
- }
26
- buttonClick() {
27
- this.buttonClicked.next(null);
28
- }
29
- closeClick() {
30
- this.closeClicked.next(null);
31
- }
32
- linkClick() {
33
- this.linkClicked.next(null);
34
- }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NotificationMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NotificationMessageComponent, selector: "lib-tld-notification-message", inputs: { message: "message", inline: "inline" }, outputs: { buttonClicked: "buttonClicked", closeClicked: "closeClicked", linkClicked: "linkClicked" }, ngImport: i0, template: "<div class=\"notification-message {{className}}\">\r\n <div class=\"notification-message-container tld-default-border\" [ngClass.lt-md]=\"'mobile'\" [class.inline]=\"inline\"\r\n fxLayout=\"row\" fxLayoutAlign=\"start start\" [attr.id]=\"message.id\" aria-live=\"polite\" fxLayout=\"row\">\r\n <span class=\"material-icons-outlined message-icon\">\r\n {{iconNames[message.type]}}\r\n </span>\r\n <div class=\"items-container\" fxFlex>\r\n <div fxLayout=\"row\">\r\n <div class=\"text-container\" fxFlex>\r\n <h1 *ngIf=\"message.title\" class=\"message-title\"\r\n [innerHtml]=\"message.title | translate: message.localizationParams\"></h1>\r\n <p *ngIf=\"message.body\" class=\"message-body\">\r\n <span [innerHtml]=\"message.body | translate: message.localizationParams\"></span>\r\n <span *ngIf=\"message.support\" [innerHtml]=\"message.support | translate: message.localizationParams\"></span>\r\n </p>\r\n </div>\r\n <tld-close-button *ngIf=\"!message.hideClose\" class=\"close-button\" (tldClick)=\"closeClick()\">\r\n </tld-close-button>\r\n </div>\r\n <div fxLayout=\"row\" fxLayoutGap=\"16px\" fxLayoutAlign=\"start center\"\r\n *ngIf=\"message.buttonText || message.linkHref || message.routerLink\">\r\n <button class=\"message-action-button\" color=\"accent\" mat-flat-button *ngIf=\"message.buttonText\"\r\n (click)=\"buttonClick()\">{{message.buttonText | translate}} </button>\r\n <a class=\"message-action-link\" *ngIf=\"message.linkHref && message.linkText\" (click)=\"linkClick()\"\r\n [attr.href]=\"message.linkHref\">{{message.linkText |\r\n translate}}</a>\r\n <a class=\"message-action-link\" *ngIf=\"message.routerLink && message.linkText\" (click)=\"linkClick()\"\r\n [routerLink]=\"[message.routerLink]\">{{message.linkText |\r\n translate}}</a>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [":host{display:inline-block;width:100%}.close-button{position:absolute;top:.2em;right:.2em}.text-container{margin-right:45px}.notification-message{position:relative}.notification-message.basic .notification-message-container{background-color:var(--base-100)}.notification-message.basic .notification-message-container .close-button,.notification-message.basic .notification-message-container .message-icon{color:var(--base-40)}.notification-message.basic .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.info .notification-message-container{background-color:var(--info-light)}.notification-message.info .notification-message-container .text-container{color:var(--info-dark)}.notification-message.info .notification-message-container .message-icon{color:var(--info-primary)}.notification-message.info .notification-message-container .close-button{color:var(--info-dark)}.notification-message.info .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.error .notification-message-container{background-color:var(--error-light)}.notification-message.error .notification-message-container .close-button,.notification-message.error .notification-message-container .text-container,.notification-message.error .notification-message-container .message-icon{color:var(--error-dark)}.notification-message.error .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.warning .notification-message-container{background-color:var(--warning-light)}.notification-message.warning .notification-message-container .close-button,.notification-message.warning .notification-message-container .text-container,.notification-message.warning .notification-message-container .message-icon{color:var(--warning-dark)}.notification-message.warning .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.success .notification-message-container{background-color:var(--success-light)}.notification-message.success .notification-message-container .close-button,.notification-message.success .notification-message-container .text-container,.notification-message.success .notification-message-container .message-icon{color:var(--success-dark)}.notification-message.success .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message .notification-message-container{border-radius:4px}.notification-message .notification-message-container.mobile{padding:.6em .4em!important;border-radius:0}.notification-message .notification-message-container.mobile .items-container{margin-left:.4em!important}.notification-message .notification-message-container.mobile .items-container div+div{margin-top:.2em!important}.notification-message .notification-message-container.mobile .items-container .message-title+.message-body{margin-top:0!important}.notification-message .notification-message-container .text-container:first-child{line-height:1.5em}.notification-message .notification-message-container .text-container .message-title{font-weight:600;margin:0}.notification-message .notification-message-container .text-container .message-body{margin:0}.notification-message .notification-message-container:not(.inline){padding:1.5em}.notification-message .notification-message-container:not(.inline) .items-container{margin-left:1em}.notification-message .notification-message-container:not(.inline) .items-container div+div,.notification-message .notification-message-container:not(.inline) .items-container .message-title+.message-body{margin-top:1em}.notification-message .notification-message-container:not(.inline) .message-title{font-size:1.25em}.notification-message .notification-message-container:not(.inline) .message-body{line-height:1.5em}.notification-message .notification-message-container.inline{padding:.75em 1em}.notification-message .notification-message-container.inline .items-container{margin-left:.75em}.notification-message .notification-message-container.inline .items-container div+div{margin-top:.5em}.notification-message .notification-message-container.inline .items-container .message-title+.message-body{margin-top:.2em}.notification-message .notification-message-container.inline .message-title{font-size:1em}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i2.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { kind: "directive", type: i3.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { kind: "component", type: i4.CloseButtonComponent, selector: "tld-close-button", inputs: ["ariaCode", "disabled", "tooltip"], outputs: ["tldClick"] }, { kind: "component", type: i5.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i6.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] }); }
37
- }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NotificationMessageComponent, decorators: [{
39
- type: Component,
40
- args: [{ selector: 'lib-tld-notification-message', template: "<div class=\"notification-message {{className}}\">\r\n <div class=\"notification-message-container tld-default-border\" [ngClass.lt-md]=\"'mobile'\" [class.inline]=\"inline\"\r\n fxLayout=\"row\" fxLayoutAlign=\"start start\" [attr.id]=\"message.id\" aria-live=\"polite\" fxLayout=\"row\">\r\n <span class=\"material-icons-outlined message-icon\">\r\n {{iconNames[message.type]}}\r\n </span>\r\n <div class=\"items-container\" fxFlex>\r\n <div fxLayout=\"row\">\r\n <div class=\"text-container\" fxFlex>\r\n <h1 *ngIf=\"message.title\" class=\"message-title\"\r\n [innerHtml]=\"message.title | translate: message.localizationParams\"></h1>\r\n <p *ngIf=\"message.body\" class=\"message-body\">\r\n <span [innerHtml]=\"message.body | translate: message.localizationParams\"></span>\r\n <span *ngIf=\"message.support\" [innerHtml]=\"message.support | translate: message.localizationParams\"></span>\r\n </p>\r\n </div>\r\n <tld-close-button *ngIf=\"!message.hideClose\" class=\"close-button\" (tldClick)=\"closeClick()\">\r\n </tld-close-button>\r\n </div>\r\n <div fxLayout=\"row\" fxLayoutGap=\"16px\" fxLayoutAlign=\"start center\"\r\n *ngIf=\"message.buttonText || message.linkHref || message.routerLink\">\r\n <button class=\"message-action-button\" color=\"accent\" mat-flat-button *ngIf=\"message.buttonText\"\r\n (click)=\"buttonClick()\">{{message.buttonText | translate}} </button>\r\n <a class=\"message-action-link\" *ngIf=\"message.linkHref && message.linkText\" (click)=\"linkClick()\"\r\n [attr.href]=\"message.linkHref\">{{message.linkText |\r\n translate}}</a>\r\n <a class=\"message-action-link\" *ngIf=\"message.routerLink && message.linkText\" (click)=\"linkClick()\"\r\n [routerLink]=\"[message.routerLink]\">{{message.linkText |\r\n translate}}</a>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [":host{display:inline-block;width:100%}.close-button{position:absolute;top:.2em;right:.2em}.text-container{margin-right:45px}.notification-message{position:relative}.notification-message.basic .notification-message-container{background-color:var(--base-100)}.notification-message.basic .notification-message-container .close-button,.notification-message.basic .notification-message-container .message-icon{color:var(--base-40)}.notification-message.basic .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.info .notification-message-container{background-color:var(--info-light)}.notification-message.info .notification-message-container .text-container{color:var(--info-dark)}.notification-message.info .notification-message-container .message-icon{color:var(--info-primary)}.notification-message.info .notification-message-container .close-button{color:var(--info-dark)}.notification-message.info .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.error .notification-message-container{background-color:var(--error-light)}.notification-message.error .notification-message-container .close-button,.notification-message.error .notification-message-container .text-container,.notification-message.error .notification-message-container .message-icon{color:var(--error-dark)}.notification-message.error .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.warning .notification-message-container{background-color:var(--warning-light)}.notification-message.warning .notification-message-container .close-button,.notification-message.warning .notification-message-container .text-container,.notification-message.warning .notification-message-container .message-icon{color:var(--warning-dark)}.notification-message.warning .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.success .notification-message-container{background-color:var(--success-light)}.notification-message.success .notification-message-container .close-button,.notification-message.success .notification-message-container .text-container,.notification-message.success .notification-message-container .message-icon{color:var(--success-dark)}.notification-message.success .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message .notification-message-container{border-radius:4px}.notification-message .notification-message-container.mobile{padding:.6em .4em!important;border-radius:0}.notification-message .notification-message-container.mobile .items-container{margin-left:.4em!important}.notification-message .notification-message-container.mobile .items-container div+div{margin-top:.2em!important}.notification-message .notification-message-container.mobile .items-container .message-title+.message-body{margin-top:0!important}.notification-message .notification-message-container .text-container:first-child{line-height:1.5em}.notification-message .notification-message-container .text-container .message-title{font-weight:600;margin:0}.notification-message .notification-message-container .text-container .message-body{margin:0}.notification-message .notification-message-container:not(.inline){padding:1.5em}.notification-message .notification-message-container:not(.inline) .items-container{margin-left:1em}.notification-message .notification-message-container:not(.inline) .items-container div+div,.notification-message .notification-message-container:not(.inline) .items-container .message-title+.message-body{margin-top:1em}.notification-message .notification-message-container:not(.inline) .message-title{font-size:1.25em}.notification-message .notification-message-container:not(.inline) .message-body{line-height:1.5em}.notification-message .notification-message-container.inline{padding:.75em 1em}.notification-message .notification-message-container.inline .items-container{margin-left:.75em}.notification-message .notification-message-container.inline .items-container div+div{margin-top:.5em}.notification-message .notification-message-container.inline .items-container .message-title+.message-body{margin-top:.2em}.notification-message .notification-message-container.inline .message-title{font-size:1em}\n"] }]
41
- }], propDecorators: { message: [{
42
- type: Input
43
- }], buttonClicked: [{
44
- type: Output
45
- }], closeClicked: [{
46
- type: Output
47
- }], linkClicked: [{
48
- type: Output
49
- }], inline: [{
50
- type: Input
51
- }] } });
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW1lc3NhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL25vdGlmaWNhdGlvbi1tZXNzYWdlL25vdGlmaWNhdGlvbi1tZXNzYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9ub3RpZmljYXRpb24tbWVzc2FnZS9ub3RpZmljYXRpb24tbWVzc2FnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7Ozs7QUFTL0UsTUFBTSxPQUFPLDRCQUE0QjtJQUx6QztRQVFZLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNuQyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFDbEMsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBSWxDLGNBQVMsR0FBaUQ7WUFDakUsT0FBTyxFQUFFLE1BQU07WUFDZixNQUFNLEVBQUUsTUFBTTtZQUNkLE9BQU8sRUFBRSxPQUFPO1lBQ2hCLFNBQVMsRUFBRSxjQUFjO1lBQ3pCLFNBQVMsRUFBRSxNQUFNO1NBQ2xCLENBQUE7S0FtQkY7SUFoQkMsUUFBUTtRQUNOLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUN6RCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFBO0lBQy9CLENBQUM7SUFFRCxVQUFVO1FBQ1IsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUE7SUFDOUIsQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQTtJQUM3QixDQUFDOytHQWhDVSw0QkFBNEI7bUdBQTVCLDRCQUE0Qiw2TkNUekMsbytEQWlDQTs7NEZEeEJhLDRCQUE0QjtrQkFMeEMsU0FBUzsrQkFDRSw4QkFBOEI7OEJBSy9CLE9BQU87c0JBQWYsS0FBSztnQkFFSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLFlBQVk7c0JBQXJCLE1BQU07Z0JBQ0csV0FBVztzQkFBcEIsTUFBTTtnQkFFRSxNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5vdGlmaWNhdGlvbk1lc3NhZ2VUeXBlIH0gZnJvbSAnLi9lbnVtcy9ub3RpZmljYXRpb24tbWVzc2FnZS10eXBlLmVudW0nO1xyXG5pbXBvcnQgeyBOb3RpZmljYXRpb25NZXNzYWdlIH0gZnJvbSAnLi9pbnRlcmZhY2VzL25vdGlmaWNhdGlvbi1tZXNzYWdlLm1vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLXRsZC1ub3RpZmljYXRpb24tbWVzc2FnZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL25vdGlmaWNhdGlvbi1tZXNzYWdlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9ub3RpZmljYXRpb24tbWVzc2FnZS5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25NZXNzYWdlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBASW5wdXQoKSBtZXNzYWdlITogTm90aWZpY2F0aW9uTWVzc2FnZTtcclxuXHJcbiAgQE91dHB1dCgpIGJ1dHRvbkNsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcbiAgQE91dHB1dCgpIGNsb3NlQ2xpY2tlZCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuICBAT3V0cHV0KCkgbGlua0NsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcbiAgLyoqIEFkZHMgYWRkaXRpb25hbCBjbGFzcyB0aGF0IG1ha2VzIG1lc3NhZ2UgdG8gdGFrZSBsZXNzIHNwYWNlIG9uIHNjcmVlbi4gKi9cclxuICBASW5wdXQoKSBpbmxpbmUhOiBib29sZWFuO1xyXG5cclxuICByZWFkb25seSBpY29uTmFtZXM6IHsgW2tleSBpbiBOb3RpZmljYXRpb25NZXNzYWdlVHlwZV06IHN0cmluZyB9ID0ge1xyXG4gICAgXCJCQVNJQ1wiOiBcImluZm9cIixcclxuICAgIFwiSU5GT1wiOiBcImluZm9cIixcclxuICAgIFwiRVJST1JcIjogXCJlcnJvclwiLFxyXG4gICAgXCJTVUNDRVNTXCI6IFwiY2hlY2tfY2lyY2xlXCIsXHJcbiAgICBcIldBUk5JTkdcIjogXCJpbmZvXCIsXHJcbiAgfVxyXG4gIGNsYXNzTmFtZSE6IHN0cmluZztcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmNsYXNzTmFtZSA9IHRoaXMubWVzc2FnZS50eXBlLnRvTG9jYWxlTG93ZXJDYXNlKCk7XHJcbiAgfVxyXG5cclxuICBidXR0b25DbGljaygpIHtcclxuICAgIHRoaXMuYnV0dG9uQ2xpY2tlZC5uZXh0KG51bGwpXHJcbiAgfVxyXG5cclxuICBjbG9zZUNsaWNrKCkge1xyXG4gICAgdGhpcy5jbG9zZUNsaWNrZWQubmV4dChudWxsKVxyXG4gIH1cclxuXHJcbiAgbGlua0NsaWNrKCl7XHJcbiAgICB0aGlzLmxpbmtDbGlja2VkLm5leHQobnVsbClcclxuICB9XHJcblxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJub3RpZmljYXRpb24tbWVzc2FnZSB7e2NsYXNzTmFtZX19XCI+XHJcbiAgPGRpdiBjbGFzcz1cIm5vdGlmaWNhdGlvbi1tZXNzYWdlLWNvbnRhaW5lciB0bGQtZGVmYXVsdC1ib3JkZXJcIiBbbmdDbGFzcy5sdC1tZF09XCInbW9iaWxlJ1wiIFtjbGFzcy5pbmxpbmVdPVwiaW5saW5lXCJcclxuICAgIGZ4TGF5b3V0PVwicm93XCIgZnhMYXlvdXRBbGlnbj1cInN0YXJ0IHN0YXJ0XCIgW2F0dHIuaWRdPVwibWVzc2FnZS5pZFwiIGFyaWEtbGl2ZT1cInBvbGl0ZVwiIGZ4TGF5b3V0PVwicm93XCI+XHJcbiAgICA8c3BhbiBjbGFzcz1cIm1hdGVyaWFsLWljb25zLW91dGxpbmVkIG1lc3NhZ2UtaWNvblwiPlxyXG4gICAgICB7e2ljb25OYW1lc1ttZXNzYWdlLnR5cGVdfX1cclxuICAgIDwvc3Bhbj5cclxuICAgIDxkaXYgY2xhc3M9XCJpdGVtcy1jb250YWluZXJcIiBmeEZsZXg+XHJcbiAgICAgIDxkaXYgZnhMYXlvdXQ9XCJyb3dcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1jb250YWluZXJcIiBmeEZsZXg+XHJcbiAgICAgICAgICA8aDEgKm5nSWY9XCJtZXNzYWdlLnRpdGxlXCIgY2xhc3M9XCJtZXNzYWdlLXRpdGxlXCJcclxuICAgICAgICAgICAgW2lubmVySHRtbF09XCJtZXNzYWdlLnRpdGxlIHwgdHJhbnNsYXRlOiBtZXNzYWdlLmxvY2FsaXphdGlvblBhcmFtc1wiPjwvaDE+XHJcbiAgICAgICAgICA8cCAqbmdJZj1cIm1lc3NhZ2UuYm9keVwiIGNsYXNzPVwibWVzc2FnZS1ib2R5XCI+XHJcbiAgICAgICAgICAgIDxzcGFuIFtpbm5lckh0bWxdPVwibWVzc2FnZS5ib2R5IHwgdHJhbnNsYXRlOiBtZXNzYWdlLmxvY2FsaXphdGlvblBhcmFtc1wiPjwvc3Bhbj5cclxuICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJtZXNzYWdlLnN1cHBvcnRcIiBbaW5uZXJIdG1sXT1cIm1lc3NhZ2Uuc3VwcG9ydCB8IHRyYW5zbGF0ZTogbWVzc2FnZS5sb2NhbGl6YXRpb25QYXJhbXNcIj48L3NwYW4+XHJcbiAgICAgICAgICA8L3A+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPHRsZC1jbG9zZS1idXR0b24gKm5nSWY9XCIhbWVzc2FnZS5oaWRlQ2xvc2VcIiBjbGFzcz1cImNsb3NlLWJ1dHRvblwiICh0bGRDbGljayk9XCJjbG9zZUNsaWNrKClcIj5cclxuICAgICAgICA8L3RsZC1jbG9zZS1idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGZ4TGF5b3V0PVwicm93XCIgZnhMYXlvdXRHYXA9XCIxNnB4XCIgZnhMYXlvdXRBbGlnbj1cInN0YXJ0IGNlbnRlclwiXHJcbiAgICAgICAgKm5nSWY9XCJtZXNzYWdlLmJ1dHRvblRleHQgfHwgbWVzc2FnZS5saW5rSHJlZiB8fCBtZXNzYWdlLnJvdXRlckxpbmtcIj5cclxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwibWVzc2FnZS1hY3Rpb24tYnV0dG9uXCIgY29sb3I9XCJhY2NlbnRcIiBtYXQtZmxhdC1idXR0b24gKm5nSWY9XCJtZXNzYWdlLmJ1dHRvblRleHRcIlxyXG4gICAgICAgICAgKGNsaWNrKT1cImJ1dHRvbkNsaWNrKClcIj57e21lc3NhZ2UuYnV0dG9uVGV4dCB8IHRyYW5zbGF0ZX19IDwvYnV0dG9uPlxyXG4gICAgICAgIDxhIGNsYXNzPVwibWVzc2FnZS1hY3Rpb24tbGlua1wiICpuZ0lmPVwibWVzc2FnZS5saW5rSHJlZiAmJiBtZXNzYWdlLmxpbmtUZXh0XCIgKGNsaWNrKT1cImxpbmtDbGljaygpXCJcclxuICAgICAgICAgIFthdHRyLmhyZWZdPVwibWVzc2FnZS5saW5rSHJlZlwiPnt7bWVzc2FnZS5saW5rVGV4dCB8XHJcbiAgICAgICAgICB0cmFuc2xhdGV9fTwvYT5cclxuICAgICAgICA8YSBjbGFzcz1cIm1lc3NhZ2UtYWN0aW9uLWxpbmtcIiAqbmdJZj1cIm1lc3NhZ2Uucm91dGVyTGluayAmJiBtZXNzYWdlLmxpbmtUZXh0XCIgKGNsaWNrKT1cImxpbmtDbGljaygpXCJcclxuICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cIlttZXNzYWdlLnJvdXRlckxpbmtdXCI+e3ttZXNzYWdlLmxpbmtUZXh0IHxcclxuICAgICAgICAgIHRyYW5zbGF0ZX19PC9hPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
1
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "@ngbracket/ngx-layout/flex";
5
+ import * as i3 from "@ngbracket/ngx-layout/extended";
6
+ import * as i4 from "../close-button/close-button.component";
7
+ import * as i5 from "@angular/material/button";
8
+ import * as i6 from "@angular/router";
9
+ import * as i7 from "@ngx-translate/core";
10
+ export class NotificationMessageComponent {
11
+ constructor() {
12
+ this.buttonClicked = new EventEmitter();
13
+ this.closeClicked = new EventEmitter();
14
+ this.linkClicked = new EventEmitter();
15
+ this.iconNames = {
16
+ "BASIC": "info",
17
+ "INFO": "info",
18
+ "ERROR": "error",
19
+ "SUCCESS": "check_circle",
20
+ "WARNING": "info",
21
+ };
22
+ }
23
+ ngOnInit() {
24
+ this.className = this.message.type.toLocaleLowerCase();
25
+ }
26
+ buttonClick() {
27
+ this.buttonClicked.next(null);
28
+ }
29
+ closeClick() {
30
+ this.closeClicked.next(null);
31
+ }
32
+ linkClick() {
33
+ this.linkClicked.next(null);
34
+ }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: NotificationMessageComponent, selector: "lib-tld-notification-message", inputs: { message: "message", inline: "inline" }, outputs: { buttonClicked: "buttonClicked", closeClicked: "closeClicked", linkClicked: "linkClicked" }, ngImport: i0, template: "<div class=\"notification-message {{className}}\">\r\n <div class=\"notification-message-container tld-default-border\" [ngClass.lt-md]=\"'mobile'\" [class.inline]=\"inline\"\r\n fxLayout=\"row\" fxLayoutAlign=\"start start\" [attr.id]=\"message.id\" aria-live=\"polite\" fxLayout=\"row\">\r\n <span class=\"material-icons-outlined message-icon\">\r\n {{iconNames[message.type]}}\r\n </span>\r\n <div class=\"items-container\" fxFlex>\r\n <div fxLayout=\"row\">\r\n <div class=\"text-container\" fxFlex>\r\n <h1 *ngIf=\"message.title\" class=\"message-title\"\r\n [innerHtml]=\"message.title | translate: message.localizationParams\"></h1>\r\n <p *ngIf=\"message.body\" class=\"message-body\">\r\n <span [innerHtml]=\"message.body | translate: message.localizationParams\"></span>\r\n <span *ngIf=\"message.support\" [innerHtml]=\"message.support | translate: message.localizationParams\"></span>\r\n </p>\r\n </div>\r\n <tld-close-button *ngIf=\"!message.hideClose\" class=\"close-button\" (tldClick)=\"closeClick()\">\r\n </tld-close-button>\r\n </div>\r\n <div fxLayout=\"row\" fxLayoutGap=\"16px\" fxLayoutAlign=\"start center\"\r\n *ngIf=\"message.buttonText || message.linkHref || message.routerLink\">\r\n <button class=\"message-action-button\" color=\"accent\" mat-flat-button *ngIf=\"message.buttonText\"\r\n (click)=\"buttonClick()\">{{message.buttonText | translate}} </button>\r\n <a class=\"message-action-link\" *ngIf=\"message.linkHref && message.linkText\" (click)=\"linkClick()\"\r\n [attr.href]=\"message.linkHref\">{{message.linkText |\r\n translate}}</a>\r\n <a class=\"message-action-link\" *ngIf=\"message.routerLink && message.linkText\" (click)=\"linkClick()\"\r\n [routerLink]=\"[message.routerLink]\">{{message.linkText |\r\n translate}}</a>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [":host{display:inline-block;width:100%}.close-button{position:absolute;top:.2em;right:.2em}.text-container{margin-right:45px}.notification-message{position:relative}.notification-message.basic .notification-message-container{background-color:var(--base-100)}.notification-message.basic .notification-message-container .close-button,.notification-message.basic .notification-message-container .message-icon{color:var(--base-40)}.notification-message.basic .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.info .notification-message-container{background-color:var(--info-light)}.notification-message.info .notification-message-container .text-container{color:var(--info-dark)}.notification-message.info .notification-message-container .message-icon{color:var(--info-primary)}.notification-message.info .notification-message-container .close-button{color:var(--info-dark)}.notification-message.info .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.error .notification-message-container{background-color:var(--error-light)}.notification-message.error .notification-message-container .close-button,.notification-message.error .notification-message-container .text-container,.notification-message.error .notification-message-container .message-icon{color:var(--error-dark)}.notification-message.error .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.warning .notification-message-container{background-color:var(--warning-light)}.notification-message.warning .notification-message-container .close-button,.notification-message.warning .notification-message-container .text-container,.notification-message.warning .notification-message-container .message-icon{color:var(--warning-dark)}.notification-message.warning .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.success .notification-message-container{background-color:var(--success-light)}.notification-message.success .notification-message-container .close-button,.notification-message.success .notification-message-container .text-container,.notification-message.success .notification-message-container .message-icon{color:var(--success-dark)}.notification-message.success .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message .notification-message-container{border-radius:4px}.notification-message .notification-message-container.mobile{padding:.6em .4em!important;border-radius:0}.notification-message .notification-message-container.mobile .items-container{margin-left:.4em!important}.notification-message .notification-message-container.mobile .items-container div+div{margin-top:.2em!important}.notification-message .notification-message-container.mobile .items-container .message-title+.message-body{margin-top:0!important}.notification-message .notification-message-container .text-container:first-child{line-height:1.5em}.notification-message .notification-message-container .text-container .message-title{font-weight:600;margin:0}.notification-message .notification-message-container .text-container .message-body{margin:0}.notification-message .notification-message-container:not(.inline){padding:1.5em}.notification-message .notification-message-container:not(.inline) .items-container{margin-left:1em}.notification-message .notification-message-container:not(.inline) .items-container div+div,.notification-message .notification-message-container:not(.inline) .items-container .message-title+.message-body{margin-top:1em}.notification-message .notification-message-container:not(.inline) .message-title{font-size:1.25em}.notification-message .notification-message-container:not(.inline) .message-body{line-height:1.5em}.notification-message .notification-message-container.inline{padding:.75em 1em}.notification-message .notification-message-container.inline .items-container{margin-left:.75em}.notification-message .notification-message-container.inline .items-container div+div{margin-top:.5em}.notification-message .notification-message-container.inline .items-container .message-title+.message-body{margin-top:.2em}.notification-message .notification-message-container.inline .message-title{font-size:1em}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i2.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { kind: "directive", type: i3.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { kind: "component", type: i4.CloseButtonComponent, selector: "tld-close-button", inputs: ["ariaCode", "disabled", "tooltip"], outputs: ["tldClick"] }, { kind: "component", type: i5.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "directive", type: i6.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] }); }
37
+ }
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationMessageComponent, decorators: [{
39
+ type: Component,
40
+ args: [{ selector: 'lib-tld-notification-message', template: "<div class=\"notification-message {{className}}\">\r\n <div class=\"notification-message-container tld-default-border\" [ngClass.lt-md]=\"'mobile'\" [class.inline]=\"inline\"\r\n fxLayout=\"row\" fxLayoutAlign=\"start start\" [attr.id]=\"message.id\" aria-live=\"polite\" fxLayout=\"row\">\r\n <span class=\"material-icons-outlined message-icon\">\r\n {{iconNames[message.type]}}\r\n </span>\r\n <div class=\"items-container\" fxFlex>\r\n <div fxLayout=\"row\">\r\n <div class=\"text-container\" fxFlex>\r\n <h1 *ngIf=\"message.title\" class=\"message-title\"\r\n [innerHtml]=\"message.title | translate: message.localizationParams\"></h1>\r\n <p *ngIf=\"message.body\" class=\"message-body\">\r\n <span [innerHtml]=\"message.body | translate: message.localizationParams\"></span>\r\n <span *ngIf=\"message.support\" [innerHtml]=\"message.support | translate: message.localizationParams\"></span>\r\n </p>\r\n </div>\r\n <tld-close-button *ngIf=\"!message.hideClose\" class=\"close-button\" (tldClick)=\"closeClick()\">\r\n </tld-close-button>\r\n </div>\r\n <div fxLayout=\"row\" fxLayoutGap=\"16px\" fxLayoutAlign=\"start center\"\r\n *ngIf=\"message.buttonText || message.linkHref || message.routerLink\">\r\n <button class=\"message-action-button\" color=\"accent\" mat-flat-button *ngIf=\"message.buttonText\"\r\n (click)=\"buttonClick()\">{{message.buttonText | translate}} </button>\r\n <a class=\"message-action-link\" *ngIf=\"message.linkHref && message.linkText\" (click)=\"linkClick()\"\r\n [attr.href]=\"message.linkHref\">{{message.linkText |\r\n translate}}</a>\r\n <a class=\"message-action-link\" *ngIf=\"message.routerLink && message.linkText\" (click)=\"linkClick()\"\r\n [routerLink]=\"[message.routerLink]\">{{message.linkText |\r\n translate}}</a>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [":host{display:inline-block;width:100%}.close-button{position:absolute;top:.2em;right:.2em}.text-container{margin-right:45px}.notification-message{position:relative}.notification-message.basic .notification-message-container{background-color:var(--base-100)}.notification-message.basic .notification-message-container .close-button,.notification-message.basic .notification-message-container .message-icon{color:var(--base-40)}.notification-message.basic .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.info .notification-message-container{background-color:var(--info-light)}.notification-message.info .notification-message-container .text-container{color:var(--info-dark)}.notification-message.info .notification-message-container .message-icon{color:var(--info-primary)}.notification-message.info .notification-message-container .close-button{color:var(--info-dark)}.notification-message.info .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.error .notification-message-container{background-color:var(--error-light)}.notification-message.error .notification-message-container .close-button,.notification-message.error .notification-message-container .text-container,.notification-message.error .notification-message-container .message-icon{color:var(--error-dark)}.notification-message.error .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.warning .notification-message-container{background-color:var(--warning-light)}.notification-message.warning .notification-message-container .close-button,.notification-message.warning .notification-message-container .text-container,.notification-message.warning .notification-message-container .message-icon{color:var(--warning-dark)}.notification-message.warning .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message.success .notification-message-container{background-color:var(--success-light)}.notification-message.success .notification-message-container .close-button,.notification-message.success .notification-message-container .text-container,.notification-message.success .notification-message-container .message-icon{color:var(--success-dark)}.notification-message.success .notification-message-container .message-action-button{background-color:var(--base-40)}.notification-message .notification-message-container{border-radius:4px}.notification-message .notification-message-container.mobile{padding:.6em .4em!important;border-radius:0}.notification-message .notification-message-container.mobile .items-container{margin-left:.4em!important}.notification-message .notification-message-container.mobile .items-container div+div{margin-top:.2em!important}.notification-message .notification-message-container.mobile .items-container .message-title+.message-body{margin-top:0!important}.notification-message .notification-message-container .text-container:first-child{line-height:1.5em}.notification-message .notification-message-container .text-container .message-title{font-weight:600;margin:0}.notification-message .notification-message-container .text-container .message-body{margin:0}.notification-message .notification-message-container:not(.inline){padding:1.5em}.notification-message .notification-message-container:not(.inline) .items-container{margin-left:1em}.notification-message .notification-message-container:not(.inline) .items-container div+div,.notification-message .notification-message-container:not(.inline) .items-container .message-title+.message-body{margin-top:1em}.notification-message .notification-message-container:not(.inline) .message-title{font-size:1.25em}.notification-message .notification-message-container:not(.inline) .message-body{line-height:1.5em}.notification-message .notification-message-container.inline{padding:.75em 1em}.notification-message .notification-message-container.inline .items-container{margin-left:.75em}.notification-message .notification-message-container.inline .items-container div+div{margin-top:.5em}.notification-message .notification-message-container.inline .items-container .message-title+.message-body{margin-top:.2em}.notification-message .notification-message-container.inline .message-title{font-size:1em}\n"] }]
41
+ }], propDecorators: { message: [{
42
+ type: Input
43
+ }], buttonClicked: [{
44
+ type: Output
45
+ }], closeClicked: [{
46
+ type: Output
47
+ }], linkClicked: [{
48
+ type: Output
49
+ }], inline: [{
50
+ type: Input
51
+ }] } });
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW1lc3NhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL25vdGlmaWNhdGlvbi1tZXNzYWdlL25vdGlmaWNhdGlvbi1tZXNzYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9ub3RpZmljYXRpb24tbWVzc2FnZS9ub3RpZmljYXRpb24tbWVzc2FnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7Ozs7QUFTL0UsTUFBTSxPQUFPLDRCQUE0QjtJQUx6QztRQVFZLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNuQyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFDbEMsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBSWxDLGNBQVMsR0FBaUQ7WUFDakUsT0FBTyxFQUFFLE1BQU07WUFDZixNQUFNLEVBQUUsTUFBTTtZQUNkLE9BQU8sRUFBRSxPQUFPO1lBQ2hCLFNBQVMsRUFBRSxjQUFjO1lBQ3pCLFNBQVMsRUFBRSxNQUFNO1NBQ2xCLENBQUE7S0FtQkY7SUFoQkMsUUFBUTtRQUNOLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUN6RCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFBO0lBQy9CLENBQUM7SUFFRCxVQUFVO1FBQ1IsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUE7SUFDOUIsQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQTtJQUM3QixDQUFDOzhHQWhDVSw0QkFBNEI7a0dBQTVCLDRCQUE0Qiw2TkNUekMsbytEQWlDQTs7MkZEeEJhLDRCQUE0QjtrQkFMeEMsU0FBUzsrQkFDRSw4QkFBOEI7OEJBSy9CLE9BQU87c0JBQWYsS0FBSztnQkFFSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLFlBQVk7c0JBQXJCLE1BQU07Z0JBQ0csV0FBVztzQkFBcEIsTUFBTTtnQkFFRSxNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5vdGlmaWNhdGlvbk1lc3NhZ2VUeXBlIH0gZnJvbSAnLi9lbnVtcy9ub3RpZmljYXRpb24tbWVzc2FnZS10eXBlLmVudW0nO1xyXG5pbXBvcnQgeyBOb3RpZmljYXRpb25NZXNzYWdlIH0gZnJvbSAnLi9pbnRlcmZhY2VzL25vdGlmaWNhdGlvbi1tZXNzYWdlLm1vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLXRsZC1ub3RpZmljYXRpb24tbWVzc2FnZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL25vdGlmaWNhdGlvbi1tZXNzYWdlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9ub3RpZmljYXRpb24tbWVzc2FnZS5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25NZXNzYWdlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBASW5wdXQoKSBtZXNzYWdlITogTm90aWZpY2F0aW9uTWVzc2FnZTtcclxuXHJcbiAgQE91dHB1dCgpIGJ1dHRvbkNsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcbiAgQE91dHB1dCgpIGNsb3NlQ2xpY2tlZCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuICBAT3V0cHV0KCkgbGlua0NsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcbiAgLyoqIEFkZHMgYWRkaXRpb25hbCBjbGFzcyB0aGF0IG1ha2VzIG1lc3NhZ2UgdG8gdGFrZSBsZXNzIHNwYWNlIG9uIHNjcmVlbi4gKi9cclxuICBASW5wdXQoKSBpbmxpbmUhOiBib29sZWFuO1xyXG5cclxuICByZWFkb25seSBpY29uTmFtZXM6IHsgW2tleSBpbiBOb3RpZmljYXRpb25NZXNzYWdlVHlwZV06IHN0cmluZyB9ID0ge1xyXG4gICAgXCJCQVNJQ1wiOiBcImluZm9cIixcclxuICAgIFwiSU5GT1wiOiBcImluZm9cIixcclxuICAgIFwiRVJST1JcIjogXCJlcnJvclwiLFxyXG4gICAgXCJTVUNDRVNTXCI6IFwiY2hlY2tfY2lyY2xlXCIsXHJcbiAgICBcIldBUk5JTkdcIjogXCJpbmZvXCIsXHJcbiAgfVxyXG4gIGNsYXNzTmFtZSE6IHN0cmluZztcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmNsYXNzTmFtZSA9IHRoaXMubWVzc2FnZS50eXBlLnRvTG9jYWxlTG93ZXJDYXNlKCk7XHJcbiAgfVxyXG5cclxuICBidXR0b25DbGljaygpIHtcclxuICAgIHRoaXMuYnV0dG9uQ2xpY2tlZC5uZXh0KG51bGwpXHJcbiAgfVxyXG5cclxuICBjbG9zZUNsaWNrKCkge1xyXG4gICAgdGhpcy5jbG9zZUNsaWNrZWQubmV4dChudWxsKVxyXG4gIH1cclxuXHJcbiAgbGlua0NsaWNrKCl7XHJcbiAgICB0aGlzLmxpbmtDbGlja2VkLm5leHQobnVsbClcclxuICB9XHJcblxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJub3RpZmljYXRpb24tbWVzc2FnZSB7e2NsYXNzTmFtZX19XCI+XHJcbiAgPGRpdiBjbGFzcz1cIm5vdGlmaWNhdGlvbi1tZXNzYWdlLWNvbnRhaW5lciB0bGQtZGVmYXVsdC1ib3JkZXJcIiBbbmdDbGFzcy5sdC1tZF09XCInbW9iaWxlJ1wiIFtjbGFzcy5pbmxpbmVdPVwiaW5saW5lXCJcclxuICAgIGZ4TGF5b3V0PVwicm93XCIgZnhMYXlvdXRBbGlnbj1cInN0YXJ0IHN0YXJ0XCIgW2F0dHIuaWRdPVwibWVzc2FnZS5pZFwiIGFyaWEtbGl2ZT1cInBvbGl0ZVwiIGZ4TGF5b3V0PVwicm93XCI+XHJcbiAgICA8c3BhbiBjbGFzcz1cIm1hdGVyaWFsLWljb25zLW91dGxpbmVkIG1lc3NhZ2UtaWNvblwiPlxyXG4gICAgICB7e2ljb25OYW1lc1ttZXNzYWdlLnR5cGVdfX1cclxuICAgIDwvc3Bhbj5cclxuICAgIDxkaXYgY2xhc3M9XCJpdGVtcy1jb250YWluZXJcIiBmeEZsZXg+XHJcbiAgICAgIDxkaXYgZnhMYXlvdXQ9XCJyb3dcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1jb250YWluZXJcIiBmeEZsZXg+XHJcbiAgICAgICAgICA8aDEgKm5nSWY9XCJtZXNzYWdlLnRpdGxlXCIgY2xhc3M9XCJtZXNzYWdlLXRpdGxlXCJcclxuICAgICAgICAgICAgW2lubmVySHRtbF09XCJtZXNzYWdlLnRpdGxlIHwgdHJhbnNsYXRlOiBtZXNzYWdlLmxvY2FsaXphdGlvblBhcmFtc1wiPjwvaDE+XHJcbiAgICAgICAgICA8cCAqbmdJZj1cIm1lc3NhZ2UuYm9keVwiIGNsYXNzPVwibWVzc2FnZS1ib2R5XCI+XHJcbiAgICAgICAgICAgIDxzcGFuIFtpbm5lckh0bWxdPVwibWVzc2FnZS5ib2R5IHwgdHJhbnNsYXRlOiBtZXNzYWdlLmxvY2FsaXphdGlvblBhcmFtc1wiPjwvc3Bhbj5cclxuICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJtZXNzYWdlLnN1cHBvcnRcIiBbaW5uZXJIdG1sXT1cIm1lc3NhZ2Uuc3VwcG9ydCB8IHRyYW5zbGF0ZTogbWVzc2FnZS5sb2NhbGl6YXRpb25QYXJhbXNcIj48L3NwYW4+XHJcbiAgICAgICAgICA8L3A+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPHRsZC1jbG9zZS1idXR0b24gKm5nSWY9XCIhbWVzc2FnZS5oaWRlQ2xvc2VcIiBjbGFzcz1cImNsb3NlLWJ1dHRvblwiICh0bGRDbGljayk9XCJjbG9zZUNsaWNrKClcIj5cclxuICAgICAgICA8L3RsZC1jbG9zZS1idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGZ4TGF5b3V0PVwicm93XCIgZnhMYXlvdXRHYXA9XCIxNnB4XCIgZnhMYXlvdXRBbGlnbj1cInN0YXJ0IGNlbnRlclwiXHJcbiAgICAgICAgKm5nSWY9XCJtZXNzYWdlLmJ1dHRvblRleHQgfHwgbWVzc2FnZS5saW5rSHJlZiB8fCBtZXNzYWdlLnJvdXRlckxpbmtcIj5cclxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwibWVzc2FnZS1hY3Rpb24tYnV0dG9uXCIgY29sb3I9XCJhY2NlbnRcIiBtYXQtZmxhdC1idXR0b24gKm5nSWY9XCJtZXNzYWdlLmJ1dHRvblRleHRcIlxyXG4gICAgICAgICAgKGNsaWNrKT1cImJ1dHRvbkNsaWNrKClcIj57e21lc3NhZ2UuYnV0dG9uVGV4dCB8IHRyYW5zbGF0ZX19IDwvYnV0dG9uPlxyXG4gICAgICAgIDxhIGNsYXNzPVwibWVzc2FnZS1hY3Rpb24tbGlua1wiICpuZ0lmPVwibWVzc2FnZS5saW5rSHJlZiAmJiBtZXNzYWdlLmxpbmtUZXh0XCIgKGNsaWNrKT1cImxpbmtDbGljaygpXCJcclxuICAgICAgICAgIFthdHRyLmhyZWZdPVwibWVzc2FnZS5saW5rSHJlZlwiPnt7bWVzc2FnZS5saW5rVGV4dCB8XHJcbiAgICAgICAgICB0cmFuc2xhdGV9fTwvYT5cclxuICAgICAgICA8YSBjbGFzcz1cIm1lc3NhZ2UtYWN0aW9uLWxpbmtcIiAqbmdJZj1cIm1lc3NhZ2Uucm91dGVyTGluayAmJiBtZXNzYWdlLmxpbmtUZXh0XCIgKGNsaWNrKT1cImxpbmtDbGljaygpXCJcclxuICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cIlttZXNzYWdlLnJvdXRlckxpbmtdXCI+e3ttZXNzYWdlLmxpbmtUZXh0IHxcclxuICAgICAgICAgIHRyYW5zbGF0ZX19PC9hPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
@@ -1,44 +1,44 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { FlexLayoutModule } from '@angular/flex-layout';
4
- import { MatButtonModule } from '@angular/material/button';
5
- import { RouterModule } from '@angular/router';
6
- import { TranslateModule } from '@ngx-translate/core';
7
- import { CloseButtonModule } from '../close-button/close-button.module';
8
- import { NotificationMessageComponent } from './notification-message.component';
9
- import * as i0 from "@angular/core";
10
- export class NotificationMessageModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NotificationMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NotificationMessageModule, declarations: [NotificationMessageComponent], imports: [CommonModule,
13
- FlexLayoutModule,
14
- CloseButtonModule,
15
- MatButtonModule,
16
- TranslateModule,
17
- RouterModule], exports: [NotificationMessageComponent] }); }
18
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NotificationMessageModule, imports: [CommonModule,
19
- FlexLayoutModule,
20
- CloseButtonModule,
21
- MatButtonModule,
22
- TranslateModule,
23
- RouterModule] }); }
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NotificationMessageModule, decorators: [{
26
- type: NgModule,
27
- args: [{
28
- declarations: [
29
- NotificationMessageComponent
30
- ],
31
- imports: [
32
- CommonModule,
33
- FlexLayoutModule,
34
- CloseButtonModule,
35
- MatButtonModule,
36
- TranslateModule,
37
- RouterModule
38
- ],
39
- exports: [
40
- NotificationMessageComponent
41
- ]
42
- }]
43
- }] });
44
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW1lc3NhZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL25vdGlmaWNhdGlvbi1tZXNzYWdlL25vdGlmaWNhdGlvbi1tZXNzYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUN4RSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7QUFvQmhGLE1BQU0sT0FBTyx5QkFBeUI7K0dBQXpCLHlCQUF5QjtnSEFBekIseUJBQXlCLGlCQWRsQyw0QkFBNEIsYUFHNUIsWUFBWTtZQUNaLGdCQUFnQjtZQUNoQixpQkFBaUI7WUFDakIsZUFBZTtZQUNmLGVBQWU7WUFDZixZQUFZLGFBR1osNEJBQTRCO2dIQUduQix5QkFBeUIsWUFYbEMsWUFBWTtZQUNaLGdCQUFnQjtZQUNoQixpQkFBaUI7WUFDakIsZUFBZTtZQUNmLGVBQWU7WUFDZixZQUFZOzs0RkFNSCx5QkFBeUI7a0JBaEJyQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWiw0QkFBNEI7cUJBQzdCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsaUJBQWlCO3dCQUNqQixlQUFlO3dCQUNmLGVBQWU7d0JBQ2YsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsNEJBQTRCO3FCQUM3QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZsZXhMYXlvdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mbGV4LWxheW91dCc7XHJcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XHJcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBDbG9zZUJ1dHRvbk1vZHVsZSB9IGZyb20gJy4uL2Nsb3NlLWJ1dHRvbi9jbG9zZS1idXR0b24ubW9kdWxlJztcclxuaW1wb3J0IHsgTm90aWZpY2F0aW9uTWVzc2FnZUNvbXBvbmVudCB9IGZyb20gJy4vbm90aWZpY2F0aW9uLW1lc3NhZ2UuY29tcG9uZW50JztcclxuXHJcblxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIE5vdGlmaWNhdGlvbk1lc3NhZ2VDb21wb25lbnRcclxuICBdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIEZsZXhMYXlvdXRNb2R1bGUsXHJcbiAgICBDbG9zZUJ1dHRvbk1vZHVsZSxcclxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcclxuICAgIFRyYW5zbGF0ZU1vZHVsZSxcclxuICAgIFJvdXRlck1vZHVsZVxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgTm90aWZpY2F0aW9uTWVzc2FnZUNvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIE5vdGlmaWNhdGlvbk1lc3NhZ2VNb2R1bGUgeyB9XHJcbiJdfQ==
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { FlexLayoutModule } from '@ngbracket/ngx-layout';
4
+ import { MatButtonModule } from '@angular/material/button';
5
+ import { RouterModule } from '@angular/router';
6
+ import { TranslateModule } from '@ngx-translate/core';
7
+ import { CloseButtonModule } from '../close-button/close-button.module';
8
+ import { NotificationMessageComponent } from './notification-message.component';
9
+ import * as i0 from "@angular/core";
10
+ export class NotificationMessageModule {
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: NotificationMessageModule, declarations: [NotificationMessageComponent], imports: [CommonModule,
13
+ FlexLayoutModule,
14
+ CloseButtonModule,
15
+ MatButtonModule,
16
+ TranslateModule,
17
+ RouterModule], exports: [NotificationMessageComponent] }); }
18
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationMessageModule, imports: [CommonModule,
19
+ FlexLayoutModule,
20
+ CloseButtonModule,
21
+ MatButtonModule,
22
+ TranslateModule,
23
+ RouterModule] }); }
24
+ }
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationMessageModule, decorators: [{
26
+ type: NgModule,
27
+ args: [{
28
+ declarations: [
29
+ NotificationMessageComponent
30
+ ],
31
+ imports: [
32
+ CommonModule,
33
+ FlexLayoutModule,
34
+ CloseButtonModule,
35
+ MatButtonModule,
36
+ TranslateModule,
37
+ RouterModule
38
+ ],
39
+ exports: [
40
+ NotificationMessageComponent
41
+ ]
42
+ }]
43
+ }] });
44
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW1lc3NhZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL25vdGlmaWNhdGlvbi1tZXNzYWdlL25vdGlmaWNhdGlvbi1tZXNzYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUN4RSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7QUFvQmhGLE1BQU0sT0FBTyx5QkFBeUI7OEdBQXpCLHlCQUF5QjsrR0FBekIseUJBQXlCLGlCQWRsQyw0QkFBNEIsYUFHNUIsWUFBWTtZQUNaLGdCQUFnQjtZQUNoQixpQkFBaUI7WUFDakIsZUFBZTtZQUNmLGVBQWU7WUFDZixZQUFZLGFBR1osNEJBQTRCOytHQUduQix5QkFBeUIsWUFYbEMsWUFBWTtZQUNaLGdCQUFnQjtZQUNoQixpQkFBaUI7WUFDakIsZUFBZTtZQUNmLGVBQWU7WUFDZixZQUFZOzsyRkFNSCx5QkFBeUI7a0JBaEJyQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWiw0QkFBNEI7cUJBQzdCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsaUJBQWlCO3dCQUNqQixlQUFlO3dCQUNmLGVBQWU7d0JBQ2YsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsNEJBQTRCO3FCQUM3QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZsZXhMYXlvdXRNb2R1bGUgfSBmcm9tICdAbmdicmFja2V0L25neC1sYXlvdXQnO1xyXG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xyXG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcclxuaW1wb3J0IHsgQ2xvc2VCdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9jbG9zZS1idXR0b24vY2xvc2UtYnV0dG9uLm1vZHVsZSc7XHJcbmltcG9ydCB7IE5vdGlmaWNhdGlvbk1lc3NhZ2VDb21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1tZXNzYWdlLmNvbXBvbmVudCc7XHJcblxyXG5cclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBOb3RpZmljYXRpb25NZXNzYWdlQ29tcG9uZW50XHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBGbGV4TGF5b3V0TW9kdWxlLFxyXG4gICAgQ2xvc2VCdXR0b25Nb2R1bGUsXHJcbiAgICBNYXRCdXR0b25Nb2R1bGUsXHJcbiAgICBUcmFuc2xhdGVNb2R1bGUsXHJcbiAgICBSb3V0ZXJNb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIE5vdGlmaWNhdGlvbk1lc3NhZ2VDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25NZXNzYWdlTW9kdWxlIHsgfVxyXG4iXX0=
@@ -1,5 +1,5 @@
1
- export * from './open-close-button.module';
2
- export * from './open-close-button.component';
3
- export * from './models';
4
- export * from './injection-tokens';
1
+ export * from './open-close-button.module';
2
+ export * from './open-close-button.component';
3
+ export * from './models';
4
+ export * from './injection-tokens';
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvb3Blbi1jbG9zZS1idXR0b24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsb0JBQW9CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL29wZW4tY2xvc2UtYnV0dG9uLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vb3Blbi1jbG9zZS1idXR0b24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbHMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2luamVjdGlvbi10b2tlbnMnO1xyXG4iXX0=
@@ -1,2 +1,2 @@
1
- export * from './open-close-btn-icons.token';
1
+ export * from './open-close-btn-icons.token';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvb3Blbi1jbG9zZS1idXR0b24vaW5qZWN0aW9uLXRva2Vucy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9vcGVuLWNsb3NlLWJ0bi1pY29ucy50b2tlbic7Il19
@@ -1,2 +1,2 @@
1
- export const OPEN_CLOSE_BTN_ICONS_TOKEN = 'OPEN_CLOSE_BTN_ICONS_TOKEN';
1
+ export const OPEN_CLOSE_BTN_ICONS_TOKEN = 'OPEN_CLOSE_BTN_ICONS_TOKEN';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3Blbi1jbG9zZS1idG4taWNvbnMudG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvb3Blbi1jbG9zZS1idXR0b24vaW5qZWN0aW9uLXRva2Vucy9vcGVuLWNsb3NlLWJ0bi1pY29ucy50b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSwwQkFBMEIsR0FBRyw0QkFBNEIsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBPUEVOX0NMT1NFX0JUTl9JQ09OU19UT0tFTiA9ICdPUEVOX0NMT1NFX0JUTl9JQ09OU19UT0tFTiciXX0=
@@ -1,2 +1,2 @@
1
- export * from './open-close-btn-icons.model';
1
+ export * from './open-close-btn-icons.model';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvb3Blbi1jbG9zZS1idXR0b24vbW9kZWxzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL29wZW4tY2xvc2UtYnRuLWljb25zLm1vZGVsJzsiXX0=
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3Blbi1jbG9zZS1idG4taWNvbnMubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvb3Blbi1jbG9zZS1idXR0b24vbW9kZWxzL29wZW4tY2xvc2UtYnRuLWljb25zLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIE9wZW5DbG9zZUJ0bkljb25zIHtcclxuICBvcGVuOiBzdHJpbmc7XHJcbiAgY2xvc2U6IHN0cmluZztcclxufVxyXG4iXX0=