@tilde-nlp/ngx-common 7.0.1 → 8.0.1

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 (324) hide show
  1. package/fesm2022/tilde-nlp-ngx-common.mjs +81 -94
  2. package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
  3. package/index.d.ts +2468 -3
  4. package/package.json +6 -6
  5. package/web-components/index.html +1 -1
  6. package/web-components/main.js +26 -32
  7. package/web-components/styles.css +1 -1
  8. package/lib/close-button/close-button.component.d.ts +0 -13
  9. package/lib/close-button/close-button.module.d.ts +0 -11
  10. package/lib/close-button/index.d.ts +0 -2
  11. package/lib/company-product/company-product.component.d.ts +0 -7
  12. package/lib/company-product/company-product.module.d.ts +0 -8
  13. package/lib/company-product/index.d.ts +0 -2
  14. package/lib/confirmation-modal/confirmation-modal.component.d.ts +0 -12
  15. package/lib/confirmation-modal/confirmation-modal.module.d.ts +0 -11
  16. package/lib/confirmation-modal/index.d.ts +0 -5
  17. package/lib/confirmation-modal/models/confirmation-body.model.d.ts +0 -8
  18. package/lib/confirmation-modal/models/confirmation.enum.d.ts +0 -4
  19. package/lib/confirmation-modal/services/confirmation.service.d.ts +0 -12
  20. package/lib/confirmation-modal/services/index.d.ts +0 -1
  21. package/lib/constants/error-codes.const.d.ts +0 -3
  22. package/lib/constants/index.d.ts +0 -3
  23. package/lib/constants/last-used-system-local-storage-key.const.d.ts +0 -5
  24. package/lib/constants/screen-size.const.d.ts +0 -10
  25. package/lib/core/auth/addon.model.d.ts +0 -4
  26. package/lib/core/auth/auth-subscription.model.d.ts +0 -12
  27. package/lib/core/auth/index.d.ts +0 -4
  28. package/lib/core/auth/jwt-token.model.d.ts +0 -30
  29. package/lib/core/auth/subscription-plan.enum.d.ts +0 -16
  30. package/lib/core/index.d.ts +0 -3
  31. package/lib/core/localization/index.d.ts +0 -2
  32. package/lib/core/localization/missing-translation-handler.service.d.ts +0 -8
  33. package/lib/core/localization/select-language-dialog-component/index.d.ts +0 -1
  34. package/lib/core/localization/select-language-dialog-component/select-language-dialog.component.d.ts +0 -15
  35. package/lib/core/title-strategy/custom-title-strategy.provider.d.ts +0 -2
  36. package/lib/core/title-strategy/custom-title-strategy.service.d.ts +0 -14
  37. package/lib/core/title-strategy/index.d.ts +0 -2
  38. package/lib/directives/click-outside/click-outside.directive.d.ts +0 -10
  39. package/lib/directives/click-outside/click-outside.module.d.ts +0 -8
  40. package/lib/directives/click-outside/index.d.ts +0 -2
  41. package/lib/directives/drag-and-drop/drag-and-drop.directive.d.ts +0 -14
  42. package/lib/directives/drag-and-drop/drag-and-drop.module.d.ts +0 -8
  43. package/lib/directives/drag-and-drop/index.d.ts +0 -2
  44. package/lib/directives/index.d.ts +0 -3
  45. package/lib/directives/mat-button-loading/index.d.ts +0 -2
  46. package/lib/directives/mat-button-loading/mat-button-loading.directive.d.ts +0 -18
  47. package/lib/directives/mat-button-loading/mat-button-loading.module.d.ts +0 -8
  48. package/lib/extension-dialog/components/index.d.ts +0 -1
  49. package/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.d.ts +0 -10
  50. package/lib/extension-dialog/extension-dialog.component.d.ts +0 -21
  51. package/lib/extension-dialog/extension-dialog.module.d.ts +0 -15
  52. package/lib/extension-dialog/icons/file-types/excel.icon.d.ts +0 -1
  53. package/lib/extension-dialog/icons/file-types/index.d.ts +0 -9
  54. package/lib/extension-dialog/icons/file-types/interchange.icon.d.ts +0 -1
  55. package/lib/extension-dialog/icons/file-types/office-other.icon.d.ts +0 -1
  56. package/lib/extension-dialog/icons/file-types/other.icon.d.ts +0 -1
  57. package/lib/extension-dialog/icons/file-types/pdf.icon.d.ts +0 -1
  58. package/lib/extension-dialog/icons/file-types/powerpoint.icon.d.ts +0 -1
  59. package/lib/extension-dialog/icons/file-types/scanned.icon.d.ts +0 -1
  60. package/lib/extension-dialog/icons/file-types/web.icon.d.ts +0 -1
  61. package/lib/extension-dialog/icons/file-types/word.icon.d.ts +0 -1
  62. package/lib/extension-dialog/icons/index.d.ts +0 -1
  63. package/lib/extension-dialog/index.d.ts +0 -5
  64. package/lib/extension-dialog/models/enums/file-categories.enum.d.ts +0 -7
  65. package/lib/extension-dialog/models/enums/file-extensions.enum.d.ts +0 -34
  66. package/lib/extension-dialog/models/enums/file-type-icons.enum.d.ts +0 -11
  67. package/lib/extension-dialog/models/enums/file-types.enum.d.ts +0 -11
  68. package/lib/extension-dialog/models/enums/index.d.ts +0 -4
  69. package/lib/extension-dialog/models/index.d.ts +0 -2
  70. package/lib/extension-dialog/models/interfaces/config.d.ts +0 -18
  71. package/lib/extension-dialog/models/interfaces/dialog-data.model.d.ts +0 -3
  72. package/lib/extension-dialog/models/interfaces/index.d.ts +0 -2
  73. package/lib/extension-dialog/services/extension-dialog.service.d.ts +0 -9
  74. package/lib/extension-dialog/services/index.d.ts +0 -1
  75. package/lib/file-upload/file-upload.component.d.ts +0 -39
  76. package/lib/file-upload/file-upload.module.d.ts +0 -15
  77. package/lib/file-upload/index.d.ts +0 -3
  78. package/lib/file-upload/models/file-upload-error-type.enum.d.ts +0 -6
  79. package/lib/file-upload/models/file-upload-error.model.d.ts +0 -7
  80. package/lib/file-upload/models/file-upload.icon.d.ts +0 -1
  81. package/lib/file-upload/models/index.d.ts +0 -2
  82. package/lib/filter-bar/filter-bar.component.d.ts +0 -54
  83. package/lib/filter-bar/filter-bar.module.d.ts +0 -19
  84. package/lib/filter-bar/index.d.ts +0 -3
  85. package/lib/filter-bar/models/filter-bar-change-event.model.d.ts +0 -6
  86. package/lib/filter-bar/models/filter-bar-filter-item.model.d.ts +0 -11
  87. package/lib/filter-bar/models/filter-bar-filter-search.model.d.ts +0 -10
  88. package/lib/filter-bar/models/filter-bar-filter-single-selection.model.d.ts +0 -13
  89. package/lib/filter-bar/models/filter-bar-filter.model.d.ts +0 -24
  90. package/lib/filter-bar/models/filter-bar-settings.model.d.ts +0 -20
  91. package/lib/filter-bar/models/index.d.ts +0 -4
  92. package/lib/footer/footer.component.d.ts +0 -15
  93. package/lib/footer/footer.module.d.ts +0 -11
  94. package/lib/footer/index.d.ts +0 -2
  95. package/lib/global-message/global-message.component.d.ts +0 -10
  96. package/lib/global-message/index.d.ts +0 -1
  97. package/lib/helpers/auth-headers.helper.d.ts +0 -4
  98. package/lib/helpers/conversion.helper.d.ts +0 -4
  99. package/lib/helpers/custom-paginator-internatioinalization.helper.d.ts +0 -9
  100. package/lib/helpers/file-extension.helper.d.ts +0 -3
  101. package/lib/helpers/file-size-label.helper.d.ts +0 -2
  102. package/lib/helpers/hash.helper.d.ts +0 -3
  103. package/lib/helpers/html-element-parse.helper.d.ts +0 -3
  104. package/lib/helpers/html.helper.d.ts +0 -18
  105. package/lib/helpers/index.d.ts +0 -12
  106. package/lib/helpers/missing-translation.helper.d.ts +0 -4
  107. package/lib/helpers/resolution.helper.d.ts +0 -3
  108. package/lib/helpers/save-file.helper.d.ts +0 -4
  109. package/lib/helpers/sort.helper.d.ts +0 -32
  110. package/lib/inline-message/index.d.ts +0 -3
  111. package/lib/inline-message/inline-message.component.d.ts +0 -10
  112. package/lib/inline-message/inline-message.module.d.ts +0 -10
  113. package/lib/inline-message/models/index.d.ts +0 -3
  114. package/lib/inline-message/models/inline-message-icon-position.enum.d.ts +0 -4
  115. package/lib/inline-message/models/inline-message-type.enum.d.ts +0 -5
  116. package/lib/inline-message/models/inline-message.model.d.ts +0 -10
  117. package/lib/llm/components/llm-rephrase/llm-rephrase.component.d.ts +0 -11
  118. package/lib/llm/components/llm-summary/llm-summary.component.d.ts +0 -11
  119. package/lib/llm/components/llm-textarea-with-actions/llm-textarea-with-actions.component.d.ts +0 -61
  120. package/lib/llm/icons/index.d.ts +0 -1
  121. package/lib/llm/icons/llm-menu.icon.d.ts +0 -2
  122. package/lib/llm/index.d.ts +0 -3
  123. package/lib/llm/llm.component.d.ts +0 -30
  124. package/lib/llm/llm.module.d.ts +0 -24
  125. package/lib/llm/models/index.d.ts +0 -3
  126. package/lib/llm/models/llm-actions.enum.d.ts +0 -4
  127. package/lib/llm/models/llm-configuration.model.d.ts +0 -6
  128. package/lib/llm/models/llm-configuration.token.d.ts +0 -3
  129. package/lib/llm/models/llm-data.model.d.ts +0 -12
  130. package/lib/llm/models/llm-writing-style.enum.d.ts +0 -5
  131. package/lib/llm/services/llm-helper.service.d.ts +0 -23
  132. package/lib/llm/shared/llm-textarea/llm-textarea.component.d.ts +0 -25
  133. package/lib/multi-functional-table/constants/disable-export-attribute-name.const.d.ts +0 -1
  134. package/lib/multi-functional-table/constants/index.d.ts +0 -1
  135. package/lib/multi-functional-table/index.d.ts +0 -4
  136. package/lib/multi-functional-table/models/batch-config.model.d.ts +0 -4
  137. package/lib/multi-functional-table/models/column-config.model.d.ts +0 -18
  138. package/lib/multi-functional-table/models/column-select-config.model.d.ts +0 -14
  139. package/lib/multi-functional-table/models/export-config.model.d.ts +0 -9
  140. package/lib/multi-functional-table/models/export-format.enum.d.ts +0 -3
  141. package/lib/multi-functional-table/models/filter-config.model.d.ts +0 -7
  142. package/lib/multi-functional-table/models/index.d.ts +0 -7
  143. package/lib/multi-functional-table/models/multi-functional-table-config.model.d.ts +0 -53
  144. package/lib/multi-functional-table/models/paginator-config.model.d.ts +0 -8
  145. package/lib/multi-functional-table/models/selected-column-local-storage-config.model.d.ts +0 -20
  146. package/lib/multi-functional-table/multi-functional-table.component.d.ts +0 -116
  147. package/lib/multi-functional-table/multi-functional-table.module.d.ts +0 -22
  148. package/lib/new-feature-dialog/index.d.ts +0 -2
  149. package/lib/new-feature-dialog/models/index.d.ts +0 -1
  150. package/lib/new-feature-dialog/models/mobile-screen-custom-position.model.d.ts +0 -5
  151. package/lib/new-feature-dialog/new-feature-dialog-wrapper/new-feature-dialog-wrapper.component.d.ts +0 -26
  152. package/lib/new-feature-dialog/new-feature-dialog-wrapper/new-feature-dialog.service.d.ts +0 -10
  153. package/lib/new-feature-dialog/new-feature-dialog.component.d.ts +0 -6
  154. package/lib/notification-message/enums/index.d.ts +0 -1
  155. package/lib/notification-message/enums/notification-message-type.enum.d.ts +0 -7
  156. package/lib/notification-message/index.d.ts +0 -4
  157. package/lib/notification-message/interfaces/index.d.ts +0 -1
  158. package/lib/notification-message/interfaces/notification-message.model.d.ts +0 -28
  159. package/lib/notification-message/notification-message.component.d.ts +0 -22
  160. package/lib/notification-message/notification-message.module.d.ts +0 -14
  161. package/lib/open-close-button/index.d.ts +0 -4
  162. package/lib/open-close-button/injection-tokens/index.d.ts +0 -1
  163. package/lib/open-close-button/injection-tokens/open-close-btn-icons.token.d.ts +0 -1
  164. package/lib/open-close-button/models/index.d.ts +0 -1
  165. package/lib/open-close-button/models/open-close-btn-icons.model.d.ts +0 -4
  166. package/lib/open-close-button/open-close-button.component.d.ts +0 -22
  167. package/lib/open-close-button/open-close-button.module.d.ts +0 -11
  168. package/lib/pipes/date-ago/date-ago.module.d.ts +0 -9
  169. package/lib/pipes/date-ago/date-ago.pipe.d.ts +0 -20
  170. package/lib/pipes/date-ago/index.d.ts +0 -2
  171. package/lib/pipes/date-ago/models/date-ago-interval.model.d.ts +0 -5
  172. package/lib/pipes/date-ago/models/date-ago-settings.model.d.ts +0 -26
  173. package/lib/pipes/date-ago/models/date-ago-settings.token.d.ts +0 -1
  174. package/lib/pipes/date-ago/models/date-ago.model.d.ts +0 -4
  175. package/lib/pipes/date-ago/models/index.d.ts +0 -4
  176. package/lib/pipes/domain-translate/domain-translate.pipe.d.ts +0 -10
  177. package/lib/pipes/domain-translate/index.d.ts +0 -1
  178. package/lib/pipes/file-size-label/enums/file-size-unit.enum.d.ts +0 -6
  179. package/lib/pipes/file-size-label/enums/index.d.ts +0 -1
  180. package/lib/pipes/file-size-label/file-size-label.pipe.d.ts +0 -8
  181. package/lib/pipes/file-size-label/index.d.ts +0 -2
  182. package/lib/pipes/filter-with-highlight/filter-with-highlight.module.d.ts +0 -8
  183. package/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.d.ts +0 -7
  184. package/lib/pipes/filter-with-highlight/index.d.ts +0 -2
  185. package/lib/pipes/index.d.ts +0 -12
  186. package/lib/pipes/language-translate/index.d.ts +0 -2
  187. package/lib/pipes/language-translate/language-translate.module.d.ts +0 -8
  188. package/lib/pipes/language-translate/language-translate.pipe.d.ts +0 -21
  189. package/lib/pipes/object-length/index.d.ts +0 -2
  190. package/lib/pipes/object-length/object-length.module.d.ts +0 -8
  191. package/lib/pipes/object-length/object-length.pipe.d.ts +0 -7
  192. package/lib/pipes/sort-alphabetically/index.d.ts +0 -2
  193. package/lib/pipes/sort-alphabetically/sort-alphabetically.module.d.ts +0 -8
  194. package/lib/pipes/sort-alphabetically/sort-alphabetically.pipe.d.ts +0 -7
  195. package/lib/pipes/sort-by-number/index.d.ts +0 -1
  196. package/lib/pipes/sort-by-number/sort-by-number.pipe.d.ts +0 -7
  197. package/lib/pipes/sort-domains/index.d.ts +0 -1
  198. package/lib/pipes/sort-domains/sort-domains.pipe.d.ts +0 -15
  199. package/lib/pipes/sort-language-list/index.d.ts +0 -2
  200. package/lib/pipes/sort-language-list/models/index.d.ts +0 -1
  201. package/lib/pipes/sort-language-list/models/translated-language.model.d.ts +0 -4
  202. package/lib/pipes/sort-language-list/sort-language-list.pipe.d.ts +0 -10
  203. package/lib/pipes/sort-translations/index.d.ts +0 -2
  204. package/lib/pipes/sort-translations/sort-translations.module.d.ts +0 -8
  205. package/lib/pipes/sort-translations/sort-translations.pipe.d.ts +0 -20
  206. package/lib/pipes/sort-translations-by-property/index.d.ts +0 -2
  207. package/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.d.ts +0 -8
  208. package/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.d.ts +0 -16
  209. package/lib/plausible/index.d.ts +0 -4
  210. package/lib/plausible/models/index.d.ts +0 -1
  211. package/lib/plausible/models/plausible-event.model.d.ts +0 -7
  212. package/lib/plausible/plausible-event.directive.d.ts +0 -11
  213. package/lib/plausible/plausible.helper.d.ts +0 -15
  214. package/lib/plausible/plausible.module.d.ts +0 -8
  215. package/lib/services/alert/alert.service.d.ts +0 -37
  216. package/lib/services/alert/index.d.ts +0 -3
  217. package/lib/services/alert/injection-tokens/alert-configuration.token.d.ts +0 -1
  218. package/lib/services/alert/injection-tokens/index.d.ts +0 -1
  219. package/lib/services/alert/models/alert-configuration.model.d.ts +0 -7
  220. package/lib/services/alert/models/index.d.ts +0 -1
  221. package/lib/services/dom/dom.service.d.ts +0 -7
  222. package/lib/services/dom/index.d.ts +0 -1
  223. package/lib/services/icon/icon.service.d.ts +0 -14
  224. package/lib/services/icon/index.d.ts +0 -1
  225. package/lib/services/index.d.ts +0 -6
  226. package/lib/services/language-translate/index.d.ts +0 -1
  227. package/lib/services/language-translate/language-translate.service.d.ts +0 -10
  228. package/lib/services/notification/index.d.ts +0 -2
  229. package/lib/services/notification/models/index.d.ts +0 -2
  230. package/lib/services/notification/models/notification.model.d.ts +0 -6
  231. package/lib/services/notification/models/operations.enum.d.ts +0 -4
  232. package/lib/services/notification/notification.service.d.ts +0 -15
  233. package/lib/services/system/index.d.ts +0 -1
  234. package/lib/services/system/system.service.d.ts +0 -11
  235. package/lib/sidebar/index.d.ts +0 -2
  236. package/lib/sidebar/services/index.d.ts +0 -1
  237. package/lib/sidebar/services/sidebar.service.d.ts +0 -10
  238. package/lib/sidebar/sidebar.component.d.ts +0 -8
  239. package/lib/status-display/index.d.ts +0 -3
  240. package/lib/status-display/models/index.d.ts +0 -1
  241. package/lib/status-display/models/status-display-config.model.d.ts +0 -15
  242. package/lib/status-display/status-display.component.d.ts +0 -7
  243. package/lib/status-display/status-display.module.d.ts +0 -11
  244. package/lib/subscription/chargebee-mount.service.d.ts +0 -6
  245. package/lib/subscription/index.d.ts +0 -2
  246. package/lib/subscription/models/chargebee-settings.model.d.ts +0 -4
  247. package/lib/subscription/models/index.d.ts +0 -1
  248. package/lib/subscription/models/subscription-quota-display.model.d.ts +0 -9
  249. package/lib/subscription/models/subscription-state.enum.d.ts +0 -6
  250. package/lib/subscription/subscription.component.d.ts +0 -30
  251. package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.d.ts +0 -28
  252. package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.d.ts +0 -30
  253. package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.d.ts +0 -32
  254. package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.d.ts +0 -20
  255. package/lib/terminology/components/terminology-panel/terminology-panel.component.d.ts +0 -37
  256. package/lib/terminology/config/models/index.d.ts +0 -1
  257. package/lib/terminology/config/models/terminology-config.model.d.ts +0 -45
  258. package/lib/terminology/config/services/index.d.ts +0 -1
  259. package/lib/terminology/config/services/terminology-config/terminology-config.service.d.ts +0 -10
  260. package/lib/terminology/enums/combined-collection-tooltip-key.enum.d.ts +0 -4
  261. package/lib/terminology/enums/engine-term-collection-scope.enum.d.ts +0 -4
  262. package/lib/terminology/enums/engine-term-collection-source.enum.d.ts +0 -4
  263. package/lib/terminology/enums/engine-term-collection-status.enum.d.ts +0 -6
  264. package/lib/terminology/enums/engine-term-collection-sub-status.enum.d.ts +0 -12
  265. package/lib/terminology/enums/index.d.ts +0 -6
  266. package/lib/terminology/enums/mt-collection-status.enum.d.ts +0 -8
  267. package/lib/terminology/icons/collections-menu.icon.d.ts +0 -1
  268. package/lib/terminology/icons/index.d.ts +0 -1
  269. package/lib/terminology/index.d.ts +0 -9
  270. package/lib/terminology/models/active-data.model.d.ts +0 -23
  271. package/lib/terminology/models/add-engine-terms-request-params.model.d.ts +0 -7
  272. package/lib/terminology/models/combined-collection.model.d.ts +0 -91
  273. package/lib/terminology/models/default-term-collection-order-update.model.d.ts +0 -5
  274. package/lib/terminology/models/domain.model.d.ts +0 -9
  275. package/lib/terminology/models/engine-term-collection-access-scope-update.model.d.ts +0 -3
  276. package/lib/terminology/models/engine-term-collection-access-scope.model.d.ts +0 -4
  277. package/lib/terminology/models/engine-term-collection-access-update.model.d.ts +0 -5
  278. package/lib/terminology/models/engine-term-collection-access.model.d.ts +0 -6
  279. package/lib/terminology/models/engine-term-collection-list.model.d.ts +0 -4
  280. package/lib/terminology/models/engine-term-collection.model.d.ts +0 -24
  281. package/lib/terminology/models/index.d.ts +0 -18
  282. package/lib/terminology/models/lang-list-item.model.d.ts +0 -6
  283. package/lib/terminology/models/mt-collection.model.d.ts +0 -17
  284. package/lib/terminology/models/system.model.d.ts +0 -12
  285. package/lib/terminology/models/terminology-engine.model.d.ts +0 -15
  286. package/lib/terminology/models/tld-term-collection-languages.model.d.ts +0 -11
  287. package/lib/terminology/models/tld-term-collection.model.d.ts +0 -46
  288. package/lib/terminology/models/update-engine-terms-request-params.model.d.ts +0 -4
  289. package/lib/terminology/models/vendor.model.d.ts +0 -5
  290. package/lib/terminology/services/engine-term-api/engine-term-api.service.d.ts +0 -19
  291. package/lib/terminology/services/engine-term-api/index.d.ts +0 -1
  292. package/lib/terminology/services/index.d.ts +0 -4
  293. package/lib/terminology/services/system-api-v2/models/engine-deployment.model.d.ts +0 -9
  294. package/lib/terminology/services/system-api-v2/models/engine-domain-list.model.d.ts +0 -4
  295. package/lib/terminology/services/system-api-v2/models/engine-domain.model.d.ts +0 -5
  296. package/lib/terminology/services/system-api-v2/models/engine-list.model.d.ts +0 -4
  297. package/lib/terminology/services/system-api-v2/models/engine-status.enum.d.ts +0 -9
  298. package/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.d.ts +0 -16
  299. package/lib/terminology/services/system-api-v2/models/engine.model.d.ts +0 -24
  300. package/lib/terminology/services/system-api-v2/models/index.d.ts +0 -8
  301. package/lib/terminology/services/system-api-v2/models/revision.model.d.ts +0 -9
  302. package/lib/terminology/services/system-api-v2/models/tilde-vendor.const.d.ts +0 -1
  303. package/lib/terminology/services/system-api-v2/models/worker-status.model.d.ts +0 -12
  304. package/lib/terminology/services/system-api-v2/system-api.service.d.ts +0 -17
  305. package/lib/terminology/services/terminology/terminology.service.d.ts +0 -62
  306. package/lib/terminology/services/terminology-api/terminology-api.service.d.ts +0 -18
  307. package/lib/terminology/services/terminology-collection/index.d.ts +0 -1
  308. package/lib/terminology/services/terminology-collection/terminology-collection.service.d.ts +0 -17
  309. package/lib/terminology/terminology.component.d.ts +0 -42
  310. package/lib/terminology/terminology.module.d.ts +0 -28
  311. package/lib/text-to-speech/index.d.ts +0 -2
  312. package/lib/text-to-speech/models/index.d.ts +0 -1
  313. package/lib/text-to-speech/models/voice.model.d.ts +0 -4
  314. package/lib/text-to-speech/services/tts-api.service.d.ts +0 -9
  315. package/lib/text-to-speech/text-to-speech.component.d.ts +0 -21
  316. package/lib/tld-loader/index.d.ts +0 -2
  317. package/lib/tld-loader/tld-loader.component.d.ts +0 -5
  318. package/lib/tld-loader/tld-loader.module.d.ts +0 -7
  319. package/lib/toast/index.d.ts +0 -2
  320. package/lib/toast/models/toast.model.d.ts +0 -5
  321. package/lib/toast/toast-service/index.d.ts +0 -1
  322. package/lib/toast/toast-service/toast-service.service.d.ts +0 -12
  323. package/lib/toast/toast.component.d.ts +0 -11
  324. package/public-api.d.ts +0 -28
@@ -328,7 +328,7 @@ class NotificationMessageComponent {
328
328
  i0.ɵɵtemplate(11, NotificationMessageComponent_div_11_Template, 4, 3, "div", 9);
329
329
  i0.ɵɵelementEnd()()();
330
330
  } if (rf & 2) {
331
- i0.ɵɵclassMapInterpolate1("notification-message ", ctx.className, "");
331
+ i0.ɵɵclassMap(i0.ɵɵinterpolate1("notification-message ", ctx.className));
332
332
  i0.ɵɵadvance();
333
333
  i0.ɵɵclassProp("inline", ctx.inline);
334
334
  i0.ɵɵproperty("ngClass.lt-md", "mobile");
@@ -2015,7 +2015,7 @@ class InlineMessageComponent {
2015
2015
  i0.ɵɵtemplate(1, InlineMessageComponent_span_1_Template, 3, 7, "span", 0)(2, InlineMessageComponent_section_2_Template, 3, 2, "section", 1);
2016
2016
  i0.ɵɵelementEnd();
2017
2017
  } if (rf & 2) {
2018
- i0.ɵɵclassMapInterpolate1("tld-inline-message ", ctx.message.type, "");
2018
+ i0.ɵɵclassMap(i0.ɵɵinterpolate1("tld-inline-message ", ctx.message.type));
2019
2019
  i0.ɵɵadvance();
2020
2020
  i0.ɵɵproperty("ngIf", ctx.iconName);
2021
2021
  i0.ɵɵadvance();
@@ -2079,7 +2079,7 @@ class ClickOutsideDirective {
2079
2079
  }
2080
2080
  static { this.ɵfac = function ClickOutsideDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ClickOutsideDirective)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
2081
2081
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ClickOutsideDirective, selectors: [["", "clickOutside", ""]], hostBindings: function ClickOutsideDirective_HostBindings(rf, ctx) { if (rf & 1) {
2082
- i0.ɵɵlistener("click", function ClickOutsideDirective_click_HostBindingHandler($event) { return ctx.onClick($event.target); }, false, i0.ɵɵresolveDocument);
2082
+ i0.ɵɵlistener("click", function ClickOutsideDirective_click_HostBindingHandler($event) { return ctx.onClick($event.target); }, i0.ɵɵresolveDocument);
2083
2083
  } }, outputs: { clickOutside: "clickOutside" }, standalone: false }); }
2084
2084
  }
2085
2085
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ClickOutsideDirective, [{
@@ -2375,7 +2375,7 @@ function FooterComponent_ng_container_6_a_1_Template(rf, ctx) { if (rf & 1) {
2375
2375
  const ctx_r0 = i0.ɵɵnextContext(2);
2376
2376
  i0.ɵɵattribute("href", ctx_r0.termsOfUseRoute, i0.ɵɵsanitizeUrl);
2377
2377
  i0.ɵɵadvance();
2378
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"), "");
2378
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"));
2379
2379
  } }
2380
2380
  function FooterComponent_ng_container_6_a_2_Template(rf, ctx) { if (rf & 1) {
2381
2381
  i0.ɵɵelementStart(0, "a", 7);
@@ -2386,7 +2386,7 @@ function FooterComponent_ng_container_6_a_2_Template(rf, ctx) { if (rf & 1) {
2386
2386
  const ctx_r0 = i0.ɵɵnextContext(2);
2387
2387
  i0.ɵɵattribute("href", ctx_r0.privacyRoute, i0.ɵɵsanitizeUrl);
2388
2388
  i0.ɵɵadvance();
2389
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"), "");
2389
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"));
2390
2390
  } }
2391
2391
  function FooterComponent_ng_container_6_a_3_Template(rf, ctx) { if (rf & 1) {
2392
2392
  i0.ɵɵelementStart(0, "a", 8);
@@ -2397,7 +2397,7 @@ function FooterComponent_ng_container_6_a_3_Template(rf, ctx) { if (rf & 1) {
2397
2397
  const ctx_r0 = i0.ɵɵnextContext(2);
2398
2398
  i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.contactUsRoute));
2399
2399
  i0.ɵɵadvance();
2400
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"), "");
2400
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"));
2401
2401
  } }
2402
2402
  function FooterComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
2403
2403
  i0.ɵɵelementContainerStart(0);
@@ -2421,7 +2421,7 @@ function FooterComponent_ng_template_7_a_0_Template(rf, ctx) { if (rf & 1) {
2421
2421
  const ctx_r0 = i0.ɵɵnextContext(2);
2422
2422
  i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.termsOfUseRoute));
2423
2423
  i0.ɵɵadvance();
2424
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"), "");
2424
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"));
2425
2425
  } }
2426
2426
  function FooterComponent_ng_template_7_a_1_Template(rf, ctx) { if (rf & 1) {
2427
2427
  i0.ɵɵelementStart(0, "a", 8);
@@ -2432,7 +2432,7 @@ function FooterComponent_ng_template_7_a_1_Template(rf, ctx) { if (rf & 1) {
2432
2432
  const ctx_r0 = i0.ɵɵnextContext(2);
2433
2433
  i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.privacyRoute));
2434
2434
  i0.ɵɵadvance();
2435
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"), "");
2435
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"));
2436
2436
  } }
2437
2437
  function FooterComponent_ng_template_7_a_2_Template(rf, ctx) { if (rf & 1) {
2438
2438
  i0.ɵɵelementStart(0, "a", 8);
@@ -2443,7 +2443,7 @@ function FooterComponent_ng_template_7_a_2_Template(rf, ctx) { if (rf & 1) {
2443
2443
  const ctx_r0 = i0.ɵɵnextContext(2);
2444
2444
  i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.contactUsRoute));
2445
2445
  i0.ɵɵadvance();
2446
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"), "");
2446
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"));
2447
2447
  } }
2448
2448
  function FooterComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
2449
2449
  i0.ɵɵtemplate(0, FooterComponent_ng_template_7_a_0_Template, 3, 6, "a", 6)(1, FooterComponent_ng_template_7_a_1_Template, 3, 6, "a", 6)(2, FooterComponent_ng_template_7_a_2_Template, 3, 6, "a", 6);
@@ -2715,14 +2715,14 @@ function ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1
2715
2715
  } if (rf & 2) {
2716
2716
  const extension_r1 = i0.ɵɵnextContext().$implicit;
2717
2717
  i0.ɵɵadvance();
2718
- i0.ɵɵpropertyInterpolate("svgIcon", extension_r1.icon);
2718
+ i0.ɵɵproperty("svgIcon", i0.ɵɵinterpolate(extension_r1.icon));
2719
2719
  i0.ɵɵattribute("aria-label", extension_r1.extension);
2720
2720
  i0.ɵɵadvance(2);
2721
2721
  i0.ɵɵtextInterpolate(extension_r1.extension);
2722
2722
  } }
2723
2723
  function ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
2724
2724
  i0.ɵɵelementContainerStart(0);
2725
- i0.ɵɵtemplate(1, ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1_li_1_Template, 4, 3, "li", 13);
2725
+ i0.ɵɵtemplate(1, ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1_li_1_Template, 4, 4, "li", 13);
2726
2726
  i0.ɵɵelementContainerEnd();
2727
2727
  } if (rf & 2) {
2728
2728
  const extension_r1 = ctx.$implicit;
@@ -3056,7 +3056,7 @@ function FileUploadComponent_ng_template_3_span_8_Template(rf, ctx) { if (rf & 1
3056
3056
  const i_r7 = ctx.index;
3057
3057
  const ctx_r1 = i0.ɵɵnextContext(2);
3058
3058
  i0.ɵɵadvance();
3059
- i0.ɵɵtextInterpolate2("", format_r6, "", ctx_r1.accept.length - 1 === i_r7 ? "." : ", ", "");
3059
+ i0.ɵɵtextInterpolate2("", format_r6, "", ctx_r1.accept.length - 1 === i_r7 ? "." : ", ");
3060
3060
  } }
3061
3061
  function FileUploadComponent_ng_template_3_span_9_Template(rf, ctx) { if (rf & 1) {
3062
3062
  i0.ɵɵelement(0, "span", 19);
@@ -3091,7 +3091,7 @@ function FileUploadComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
3091
3091
  i0.ɵɵtemplate(8, FileUploadComponent_ng_template_3_span_8_Template, 2, 2, "span", 16)(9, FileUploadComponent_ng_template_3_span_9_Template, 2, 6, "span", 17);
3092
3092
  i0.ɵɵtext(10, ") ");
3093
3093
  i0.ɵɵelementEnd();
3094
- i0.ɵɵtemplate(11, FileUploadComponent_ng_template_3_Conditional_11_Template, 2, 1, "a", 18);
3094
+ i0.ɵɵconditionalCreate(11, FileUploadComponent_ng_template_3_Conditional_11_Template, 2, 1, "a", 18);
3095
3095
  i0.ɵɵelementEnd()();
3096
3096
  } if (rf & 2) {
3097
3097
  const ctx_r1 = i0.ɵɵnextContext();
@@ -3316,11 +3316,10 @@ function FilterBarComponent_div_0_For_5_ng_container_10_Template(rf, ctx) { if (
3316
3316
  i0.ɵɵelementEnd();
3317
3317
  i0.ɵɵelementContainerEnd();
3318
3318
  } if (rf & 2) {
3319
- let tmp_17_0;
3320
3319
  const filter_r3 = i0.ɵɵnextContext().$implicit;
3321
3320
  i0.ɵɵadvance();
3322
3321
  i0.ɵɵclassProp("hidden", filter_r3.values.length < 10);
3323
- i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 3, (tmp_17_0 = filter_r3.search == null ? null : filter_r3.search.placeholder) !== null && tmp_17_0 !== undefined ? tmp_17_0 : ""));
3322
+ i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 3, (filter_r3.search == null ? null : filter_r3.search.placeholder) ?? ""));
3324
3323
  } }
3325
3324
  function FilterBarComponent_div_0_For_5_ng_container_11_ng_container_1_For_2_Template(rf, ctx) { if (rf & 1) {
3326
3325
  i0.ɵɵelementStart(0, "mat-option", 19);
@@ -3341,10 +3340,9 @@ function FilterBarComponent_div_0_For_5_ng_container_11_ng_container_1_Template(
3341
3340
  i0.ɵɵpipe(3, "sortAlphabetically");
3342
3341
  i0.ɵɵelementContainerEnd();
3343
3342
  } if (rf & 2) {
3344
- let tmp_17_0;
3345
3343
  const filter_r3 = i0.ɵɵnextContext(2).$implicit;
3346
3344
  i0.ɵɵadvance();
3347
- i0.ɵɵrepeater(i0.ɵɵpipeBind2(3, 0, (tmp_17_0 = filter_r3.search == null ? null : filter_r3.search.filteredValues) !== null && tmp_17_0 !== undefined ? tmp_17_0 : filter_r3.values, "key"));
3345
+ i0.ɵɵrepeater(i0.ɵɵpipeBind2(3, 0, (filter_r3.search == null ? null : filter_r3.search.filteredValues) ?? filter_r3.values, "key"));
3348
3346
  } }
3349
3347
  function FilterBarComponent_div_0_For_5_ng_container_11_ng_template_2_For_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
3350
3348
  i0.ɵɵelementContainerStart(0);
@@ -3381,9 +3379,8 @@ function FilterBarComponent_div_0_For_5_ng_container_11_ng_template_2_Template(r
3381
3379
  i0.ɵɵrepeaterCreate(0, FilterBarComponent_div_0_For_5_ng_container_11_ng_template_2_For_1_Template, 4, 6, "mat-option", 18, _forTrack2);
3382
3380
  i0.ɵɵpipe(2, "sortTranslationsByProperty");
3383
3381
  } if (rf & 2) {
3384
- let tmp_17_0;
3385
3382
  const filter_r3 = i0.ɵɵnextContext(2).$implicit;
3386
- i0.ɵɵrepeater(i0.ɵɵpipeBind3(2, 0, (tmp_17_0 = filter_r3.search == null ? null : filter_r3.search.filteredValues) !== null && tmp_17_0 !== undefined ? tmp_17_0 : filter_r3.values, "key", "value"));
3383
+ i0.ɵɵrepeater(i0.ɵɵpipeBind3(2, 0, (filter_r3.search == null ? null : filter_r3.search.filteredValues) ?? filter_r3.values, "key", "value"));
3387
3384
  } }
3388
3385
  function FilterBarComponent_div_0_For_5_ng_container_11_Template(rf, ctx) { if (rf & 1) {
3389
3386
  i0.ɵɵelementContainerStart(0);
@@ -3412,7 +3409,6 @@ function FilterBarComponent_div_0_For_5_Template(rf, ctx) { if (rf & 1) {
3412
3409
  i0.ɵɵtemplate(10, FilterBarComponent_div_0_For_5_ng_container_10_Template, 4, 5, "ng-container", 10)(11, FilterBarComponent_div_0_For_5_ng_container_11_Template, 4, 2, "ng-container", 10);
3413
3410
  i0.ɵɵelementEnd()();
3414
3411
  } if (rf & 2) {
3415
- let tmp_19_0;
3416
3412
  const filter_r3 = ctx.$implicit;
3417
3413
  const select_r2 = i0.ɵɵreference(9);
3418
3414
  i0.ɵɵclassProp("filter-active", filter_r3.selectedValues == null ? null : filter_r3.selectedValues.length);
@@ -3423,7 +3419,7 @@ function FilterBarComponent_div_0_For_5_Template(rf, ctx) { if (rf & 1) {
3423
3419
  i0.ɵɵadvance(2);
3424
3420
  i0.ɵɵtextInterpolate(select_r2.panelOpen ? "keyboard_arrow_up" : "keyboard_arrow_down");
3425
3421
  i0.ɵɵadvance();
3426
- i0.ɵɵproperty("panelClass", "filter-panel")("panelWidth", (tmp_19_0 = filter_r3 == null ? null : filter_r3.maxPanelWidth) !== null && tmp_19_0 !== undefined ? tmp_19_0 : "auto")("formControlName", filter_r3.fieldName);
3422
+ i0.ɵɵproperty("panelClass", "filter-panel")("panelWidth", (filter_r3 == null ? null : filter_r3.maxPanelWidth) ?? "auto")("formControlName", filter_r3.fieldName);
3427
3423
  i0.ɵɵadvance(2);
3428
3424
  i0.ɵɵproperty("ngIf", filter_r3 == null ? null : filter_r3.search == null ? null : filter_r3.search.placeholder);
3429
3425
  i0.ɵɵadvance();
@@ -3660,16 +3656,16 @@ class FilterBarComponent {
3660
3656
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.filterWrapper = _t.first);
3661
3657
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.optionSearchInputs = _t);
3662
3658
  } }, hostBindings: function FilterBarComponent_HostBindings(rf, ctx) { if (rf & 1) {
3663
- i0.ɵɵlistener("resize", function FilterBarComponent_resize_HostBindingHandler() { return ctx.onResize(); }, false, i0.ɵɵresolveWindow);
3659
+ i0.ɵɵlistener("resize", function FilterBarComponent_resize_HostBindingHandler() { return ctx.onResize(); }, i0.ɵɵresolveWindow);
3664
3660
  } }, inputs: { settings: "settings", filterRowVisible: "filterRowVisible" }, outputs: { filterBarChange: "filterBarChange" }, standalone: false, decls: 1, vars: 1, consts: [["filterWrapper", ""], ["select", ""], ["optionSearchInput", ""], ["sortedValuesByProperty", ""], ["defaultCase", ""], ["class", "filter-row", 4, "ngIf"], [1, "filter-row"], ["fxLayout", "row", 1, "filter-wrapper", 3, "formGroup"], [3, "formGroup"], ["mat-stroked-button", "", "color", "accent", 1, "select-trigger-btn", 3, "filter-active"], [4, "ngIf"], ["mat-stroked-button", "", "color", "accent", 1, "select-trigger-btn", 3, "click"], [1, "select-trigger-btn-label"], ["class", "selected-count", 4, "ngIf"], ["multiple", "", 3, "openedChange", "selectionChange", "panelClass", "panelWidth", "formControlName"], [1, "selected-count"], ["type", "text", 1, "option-search-input", 3, "keyup", "keydown", "placeholder"], [4, "ngIf", "ngIfElse"], [1, "filter-option", 3, "hidden", "disabled", "value"], [1, "filter-option", 3, "disabled", "value"], [1, "filter-arrows"], ["mat-icon-button", "", 3, "click"], [1, "material-icons-outlined"]], template: function FilterBarComponent_Template(rf, ctx) { if (rf & 1) {
3665
3661
  i0.ɵɵtemplate(0, FilterBarComponent_div_0_Template, 7, 3, "div", 5);
3666
3662
  } if (rf & 2) {
3667
3663
  i0.ɵɵproperty("ngIf", ctx.filterRowVisible);
3668
- } }, dependencies: [i1$2.NgIf, i2$3.DefaultLayoutDirective, i4.MatSelect, i4.MatOption, i4$1.NgControlStatus, i4$1.NgControlStatusGroup, i2$1.MatButton, i2$1.MatIconButton, i1.MatIcon, i4$1.FormGroupDirective, i4$1.FormControlName, i1$2.TitleCasePipe, i1$1.TranslatePipe, SortTranslationsByPropertyPipe, SortAlphabeticallyPipe], styles: ["[_nghost-%COMP%]{display:inline-block}.select-trigger-btn[_ngcontent-%COMP%]{position:relative}.select-trigger-btn[_ngcontent-%COMP%] mat-select[_ngcontent-%COMP%]{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label[_ngcontent-%COMP%]{display:flex;align-items:center;white-space:nowrap}.selected-count[_ngcontent-%COMP%]{margin-left:3px}.filter-row[_ngcontent-%COMP%]{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input[_ngcontent-%COMP%]{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined[_ngcontent-%COMP%]{color:var(--base-40)}.filter-wrapper[_ngcontent-%COMP%]{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden[_ngcontent-%COMP%]{display:none} .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px} .filter-panel{border-radius:4px!important}[_nghost-%COMP%] .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}[_nghost-%COMP%] .mat-mdc-form-field-infix{padding-top:6px!important}[_nghost-%COMP%] .mat-mdc-form-field-focus-overlay, [_nghost-%COMP%] .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}[_nghost-%COMP%] .mdc-text-field--focused{background-color:var(--base-70)!important}[_nghost-%COMP%] .mat-mdc-select-placeholder, [_nghost-%COMP%] .mat-mdc-select-value-text, [_nghost-%COMP%] .mdc-floating-label{font-size:14px!important}[_nghost-%COMP%] .mdc-text-field--filled{--mdc-filled-text-field-active-indicator-height: 0;--mdc-filled-text-field-focus-active-indicator-height: 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}[_nghost-%COMP%] .mat-mdc-text-field-wrapper:hover{background-color:var(--base-70)!important;transition:.1s}[_nghost-%COMP%] .mat-mdc-form-field-subscript-wrapper{display:none}[_nghost-%COMP%] .mdc-floating-label--float-above{margin-top:3px}"] }); }
3664
+ } }, dependencies: [i1$2.NgIf, i2$3.DefaultLayoutDirective, i4.MatSelect, i4.MatOption, i4$1.NgControlStatus, i4$1.NgControlStatusGroup, i2$1.MatButton, i2$1.MatIconButton, i1.MatIcon, i4$1.FormGroupDirective, i4$1.FormControlName, i1$2.TitleCasePipe, i1$1.TranslatePipe, SortTranslationsByPropertyPipe, SortAlphabeticallyPipe], styles: ["[_nghost-%COMP%]{display:inline-block}.select-trigger-btn[_ngcontent-%COMP%]{position:relative}.select-trigger-btn[_ngcontent-%COMP%] mat-select[_ngcontent-%COMP%]{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label[_ngcontent-%COMP%]{display:flex;align-items:center;white-space:nowrap}.selected-count[_ngcontent-%COMP%]{margin-left:3px}.filter-row[_ngcontent-%COMP%]{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input[_ngcontent-%COMP%]{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined[_ngcontent-%COMP%]{color:var(--base-40)}.filter-wrapper[_ngcontent-%COMP%]{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden[_ngcontent-%COMP%]{display:none} .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px} .filter-panel{border-radius:4px!important}[_nghost-%COMP%] .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}[_nghost-%COMP%] .mat-mdc-form-field-infix{padding-top:6px!important}[_nghost-%COMP%] .mat-mdc-form-field-focus-overlay, [_nghost-%COMP%] .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}[_nghost-%COMP%] .mdc-text-field--focused{background-color:var(--base-70)!important}[_nghost-%COMP%] .mat-mdc-select-placeholder, [_nghost-%COMP%] .mat-mdc-select-value-text, [_nghost-%COMP%] .mdc-floating-label{font-size:14px!important}[_nghost-%COMP%] .mdc-text-field--filled{--mat-form-field-filled-active-indicator-height: 0;--mat-form-field-filled-focus-active-indicator-height: 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}[_nghost-%COMP%] .mat-mdc-text-field-wrapper:hover{background-color:var(--base-70)!important;transition:.1s}[_nghost-%COMP%] .mat-mdc-form-field-subscript-wrapper{display:none}[_nghost-%COMP%] .mdc-floating-label--float-above{margin-top:3px}"] }); }
3669
3665
  }
3670
3666
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FilterBarComponent, [{
3671
3667
  type: Component,
3672
- args: [{ selector: 'tld-filter-bar', standalone: false, template: "<div class=\"filter-row\" *ngIf=\"filterRowVisible\">\r\n <div fxLayout=\"row\" class=\"filter-wrapper\" #filterWrapper [formGroup]=\"form\">\r\n <ng-container [formGroup]=\"filterFormGroup\">\r\n @for (filter of currentFilters; track filter.fieldName; let i = $index) {\r\n <button [class.filter-active]=\"filter.selectedValues?.length\" class=\"select-trigger-btn\" mat-stroked-button color=\"accent\" (click)=\"select.open()\">\r\n <div class=\"select-trigger-btn-label\">\r\n <span>{{filter.title | translate}}</span>\r\n <span *ngIf=\"filter.selectedValues?.length\" class=\"selected-count\">({{filter.selectedValues?.length}})</span>\r\n <mat-icon>{{ select.panelOpen ? \"keyboard_arrow_up\" : \"keyboard_arrow_down\" }}</mat-icon>\r\n </div>\r\n\r\n <mat-select\r\n multiple \r\n #select\r\n [panelClass]=\"'filter-panel'\"\r\n [panelWidth]=\"filter?.maxPanelWidth ?? 'auto'\" \r\n [formControlName]=\"filter.fieldName\" \r\n (openedChange)=\"$event === true ? focusOptionSearchInput(filter, i) : clearOptionSearchInput(filter, i)\"\r\n (selectionChange)=\"selectEvent($event, filter)\" \r\n >\r\n <ng-container *ngIf=\"filter?.search?.placeholder\">\r\n <input #optionSearchInput class=\"option-search-input\" [class.hidden]=\"filter.values!.length < 10\" type=\"text\" [placeholder]=\"filter.search?.placeholder ?? '' | translate\" (keyup)=\"filterOptions($event, filter)\" (keydown)=\"$event.stopPropagation()\">\r\n </ng-container>\r\n \r\n <ng-container *ngIf=\"filter.values.length\">\r\n <ng-container *ngIf=\"filter.translated; else sortedValuesByProperty\">\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortAlphabetically:'key'; track value.key) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n {{ filter.disableTitleCase ? value.key : (value.key | titlecase) }}\r\n </mat-option>\r\n }\r\n </ng-container>\r\n \r\n <ng-template #sortedValuesByProperty>\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortTranslationsByProperty:'key':'value'; track value.value) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n <ng-container *ngIf=\"!filter.disableTitleCase; else defaultCase\">\r\n {{ value.key | translate : { default: value.value | titlecase } }}\r\n </ng-container>\r\n \r\n <ng-template #defaultCase>\r\n {{ value.key | translate : { default: value.value } }} \r\n </ng-template>\r\n </mat-option>\r\n }\r\n </ng-template>\r\n </ng-container>\r\n </mat-select>\r\n </button>\r\n }\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"filterOverflow\">\r\n <div class=\"filter-arrows\">\r\n <button mat-icon-button (click)=\"switchLeft()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_left\r\n </span>\r\n </button>\r\n <button mat-icon-button (click)=\"switchRight()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_right\r\n </span>\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", styles: [":host{display:inline-block}.select-trigger-btn{position:relative}.select-trigger-btn mat-select{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label{display:flex;align-items:center;white-space:nowrap}.selected-count{margin-left:3px}.filter-row{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined{color:var(--base-40)}.filter-wrapper{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden{display:none}::ng-deep .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px}::ng-deep .filter-panel{border-radius:4px!important}:host ::ng-deep .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}:host ::ng-deep .mat-mdc-form-field-infix{padding-top:6px!important}:host ::ng-deep .mat-mdc-form-field-focus-overlay,:host ::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}:host ::ng-deep .mdc-text-field--focused{background-color:var(--base-70)!important}:host ::ng-deep .mat-mdc-select-placeholder,:host ::ng-deep .mat-mdc-select-value-text,:host ::ng-deep .mdc-floating-label{font-size:14px!important}:host ::ng-deep .mdc-text-field--filled{--mdc-filled-text-field-active-indicator-height: 0;--mdc-filled-text-field-focus-active-indicator-height: 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}:host ::ng-deep .mat-mdc-text-field-wrapper:hover{background-color:var(--base-70)!important;transition:.1s}:host ::ng-deep .mat-mdc-form-field-subscript-wrapper{display:none}:host ::ng-deep .mdc-floating-label--float-above{margin-top:3px}\n"] }]
3668
+ args: [{ selector: 'tld-filter-bar', standalone: false, template: "<div class=\"filter-row\" *ngIf=\"filterRowVisible\">\r\n <div fxLayout=\"row\" class=\"filter-wrapper\" #filterWrapper [formGroup]=\"form\">\r\n <ng-container [formGroup]=\"filterFormGroup\">\r\n @for (filter of currentFilters; track filter.fieldName; let i = $index) {\r\n <button [class.filter-active]=\"filter.selectedValues?.length\" class=\"select-trigger-btn\" mat-stroked-button color=\"accent\" (click)=\"select.open()\">\r\n <div class=\"select-trigger-btn-label\">\r\n <span>{{filter.title | translate}}</span>\r\n <span *ngIf=\"filter.selectedValues?.length\" class=\"selected-count\">({{filter.selectedValues?.length}})</span>\r\n <mat-icon>{{ select.panelOpen ? \"keyboard_arrow_up\" : \"keyboard_arrow_down\" }}</mat-icon>\r\n </div>\r\n\r\n <mat-select\r\n multiple \r\n #select\r\n [panelClass]=\"'filter-panel'\"\r\n [panelWidth]=\"filter?.maxPanelWidth ?? 'auto'\" \r\n [formControlName]=\"filter.fieldName\" \r\n (openedChange)=\"$event === true ? focusOptionSearchInput(filter, i) : clearOptionSearchInput(filter, i)\"\r\n (selectionChange)=\"selectEvent($event, filter)\" \r\n >\r\n <ng-container *ngIf=\"filter?.search?.placeholder\">\r\n <input #optionSearchInput class=\"option-search-input\" [class.hidden]=\"filter.values!.length < 10\" type=\"text\" [placeholder]=\"filter.search?.placeholder ?? '' | translate\" (keyup)=\"filterOptions($event, filter)\" (keydown)=\"$event.stopPropagation()\">\r\n </ng-container>\r\n \r\n <ng-container *ngIf=\"filter.values.length\">\r\n <ng-container *ngIf=\"filter.translated; else sortedValuesByProperty\">\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortAlphabetically:'key'; track value.key) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n {{ filter.disableTitleCase ? value.key : (value.key | titlecase) }}\r\n </mat-option>\r\n }\r\n </ng-container>\r\n \r\n <ng-template #sortedValuesByProperty>\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortTranslationsByProperty:'key':'value'; track value.value) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n <ng-container *ngIf=\"!filter.disableTitleCase; else defaultCase\">\r\n {{ value.key | translate : { default: value.value | titlecase } }}\r\n </ng-container>\r\n \r\n <ng-template #defaultCase>\r\n {{ value.key | translate : { default: value.value } }} \r\n </ng-template>\r\n </mat-option>\r\n }\r\n </ng-template>\r\n </ng-container>\r\n </mat-select>\r\n </button>\r\n }\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"filterOverflow\">\r\n <div class=\"filter-arrows\">\r\n <button mat-icon-button (click)=\"switchLeft()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_left\r\n </span>\r\n </button>\r\n <button mat-icon-button (click)=\"switchRight()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_right\r\n </span>\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", styles: [":host{display:inline-block}.select-trigger-btn{position:relative}.select-trigger-btn mat-select{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label{display:flex;align-items:center;white-space:nowrap}.selected-count{margin-left:3px}.filter-row{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined{color:var(--base-40)}.filter-wrapper{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden{display:none}::ng-deep .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px}::ng-deep .filter-panel{border-radius:4px!important}:host ::ng-deep .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}:host ::ng-deep .mat-mdc-form-field-infix{padding-top:6px!important}:host ::ng-deep .mat-mdc-form-field-focus-overlay,:host ::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}:host ::ng-deep .mdc-text-field--focused{background-color:var(--base-70)!important}:host ::ng-deep .mat-mdc-select-placeholder,:host ::ng-deep .mat-mdc-select-value-text,:host ::ng-deep .mdc-floating-label{font-size:14px!important}:host ::ng-deep .mdc-text-field--filled{--mat-form-field-filled-active-indicator-height: 0;--mat-form-field-filled-focus-active-indicator-height: 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}:host ::ng-deep .mat-mdc-text-field-wrapper:hover{background-color:var(--base-70)!important;transition:.1s}:host ::ng-deep .mat-mdc-form-field-subscript-wrapper{display:none}:host ::ng-deep .mdc-floating-label--float-above{margin-top:3px}\n"] }]
3673
3669
  }], () => [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }], { filterWrapper: [{
3674
3670
  type: ViewChild,
3675
3671
  args: ["filterWrapper"]
@@ -3889,13 +3885,12 @@ function MultiFunctionalTableComponent_div_5_Template(rf, ctx) { if (rf & 1) {
3889
3885
  i0.ɵɵtemplate(7, MultiFunctionalTableComponent_div_5_button_7_Template, 3, 0, "button", 36);
3890
3886
  i0.ɵɵelementEnd();
3891
3887
  } if (rf & 2) {
3892
- let tmp_6_0;
3893
3888
  const wildSearch_r8 = i0.ɵɵreference(5);
3894
3889
  const ctx_r2 = i0.ɵɵnextContext();
3895
3890
  i0.ɵɵadvance();
3896
3891
  i0.ɵɵproperty("matTooltip", ctx_r2.hideSearchTooltip ? "" : i0.ɵɵpipeBind1(2, 4, ctx_r2.searchTooltip));
3897
3892
  i0.ɵɵadvance(3);
3898
- i0.ɵɵproperty("value", (tmp_6_0 = ctx_r2.config.filter == null ? null : ctx_r2.config.filter.settings == null ? null : ctx_r2.config.filter.settings.searchValue) !== null && tmp_6_0 !== undefined ? tmp_6_0 : "")("placeholder", i0.ɵɵpipeBind1(6, 6, ctx_r2.searchTitle));
3893
+ i0.ɵɵproperty("value", (ctx_r2.config.filter == null ? null : ctx_r2.config.filter.settings == null ? null : ctx_r2.config.filter.settings.searchValue) ?? "")("placeholder", i0.ɵɵpipeBind1(6, 6, ctx_r2.searchTitle));
3899
3894
  i0.ɵɵadvance(3);
3900
3895
  i0.ɵɵproperty("ngIf", ctx_r2.showSearchClearButton && wildSearch_r8.value);
3901
3896
  } }
@@ -3910,17 +3905,14 @@ function MultiFunctionalTableComponent_tld_filter_bar_7_Template(rf, ctx) { if (
3910
3905
  } }
3911
3906
  function MultiFunctionalTableComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
3912
3907
  const _r10 = i0.ɵɵgetCurrentView();
3913
- i0.ɵɵdeclareLet(0);
3914
- i0.ɵɵelementStart(1, "mat-paginator", 39);
3915
- i0.ɵɵpipe(2, "translate");
3916
- i0.ɵɵlistener("page", function MultiFunctionalTableComponent_Conditional_9_Template_mat_paginator_page_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.paginatorChange($event)); });
3908
+ i0.ɵɵelementStart(0, "mat-paginator", 39);
3909
+ i0.ɵɵpipe(1, "translate");
3910
+ i0.ɵɵlistener("page", function MultiFunctionalTableComponent_Conditional_9_Template_mat_paginator_page_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.paginatorChange($event)); });
3917
3911
  i0.ɵɵelementEnd();
3918
3912
  } if (rf & 2) {
3919
- let tmp_7_0;
3920
3913
  const paginatorConfig_r11 = i0.ɵɵnextContext().config.paginator;
3921
- i0.ɵɵadvance();
3922
- i0.ɵɵproperty("hidePageSize", !paginatorConfig_r11.showPageSize)("showFirstLastButtons", paginatorConfig_r11.showFirstLastButtons)("pageSizeOptions", (tmp_7_0 = paginatorConfig_r11.pageSizeOptions) !== null && tmp_7_0 !== undefined ? tmp_7_0 : i0.ɵɵpureFunction0(6, _c4));
3923
- i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(2, 4, "MULTI_FUNCTIONAL_TABLE.PAGINATOR_LABEL"));
3914
+ i0.ɵɵproperty("hidePageSize", !paginatorConfig_r11.showPageSize)("showFirstLastButtons", paginatorConfig_r11.showFirstLastButtons)("pageSizeOptions", paginatorConfig_r11.pageSizeOptions ?? i0.ɵɵpureFunction0(6, _c4));
3915
+ i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(1, 4, "MULTI_FUNCTIONAL_TABLE.PAGINATOR_LABEL"));
3924
3916
  } }
3925
3917
  function MultiFunctionalTableComponent_th_16_Template(rf, ctx) { if (rf & 1) {
3926
3918
  const _r12 = i0.ɵɵgetCurrentView();
@@ -4035,8 +4027,8 @@ class MultiFunctionalTableComponent {
4035
4027
  this.exported = new EventEmitter();
4036
4028
  this.selectionChange = this.matSelection.changed.asObservable().pipe(map(() => { return this.matSelection.selected; }));
4037
4029
  /** This property will be taken into account only if config.DataSource not set. */
4038
- this.data = input();
4039
- this.dataSourceUpdateEffect = effect(() => { this.updateDataSourceData(); });
4030
+ this.data = input(...(ngDevMode ? [undefined, { debugName: "data" }] : []));
4031
+ this.dataSourceUpdateEffect = effect(() => { this.updateDataSourceData(); }, ...(ngDevMode ? [{ debugName: "dataSourceUpdateEffect" }] : []));
4040
4032
  this.noDataRowIcon = "manage_search";
4041
4033
  this.isDragging = false;
4042
4034
  this.startX = 0;
@@ -4370,7 +4362,7 @@ class MultiFunctionalTableComponent {
4370
4362
  i0.ɵɵelementEnd();
4371
4363
  i0.ɵɵtemplate(7, MultiFunctionalTableComponent_tld_filter_bar_7_Template, 2, 2, "tld-filter-bar", 11);
4372
4364
  i0.ɵɵprojection(8, 1);
4373
- i0.ɵɵtemplate(9, MultiFunctionalTableComponent_Conditional_9_Template, 3, 7, "mat-paginator", 12);
4365
+ i0.ɵɵconditionalCreate(9, MultiFunctionalTableComponent_Conditional_9_Template, 2, 7, "mat-paginator", 12);
4374
4366
  i0.ɵɵelementStart(10, "div", 13, 0);
4375
4367
  i0.ɵɵlistener("mousedown", function MultiFunctionalTableComponent_Template_div_mousedown_10_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseDown($event)); })("mouseup", function MultiFunctionalTableComponent_Template_div_mouseup_10_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseUp()); })("mouseleave", function MultiFunctionalTableComponent_Template_div_mouseleave_10_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseUp()); })("mousemove", function MultiFunctionalTableComponent_Template_div_mousemove_10_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseMove($event)); });
4376
4368
  i0.ɵɵelementStart(12, "table", 14, 1);
@@ -4393,7 +4385,6 @@ class MultiFunctionalTableComponent {
4393
4385
  i0.ɵɵpipe(31, "translate");
4394
4386
  i0.ɵɵelementEnd()()()();
4395
4387
  } if (rf & 2) {
4396
- let tmp_15_0;
4397
4388
  i0.ɵɵproperty("ngClass.lt-md", "mobile");
4398
4389
  i0.ɵɵadvance(3);
4399
4390
  i0.ɵɵproperty("ngIf", ctx.exportActive);
@@ -4412,7 +4403,7 @@ class MultiFunctionalTableComponent {
4412
4403
  i0.ɵɵadvance(3);
4413
4404
  i0.ɵɵproperty("matColumnDef", ctx.batchColumnName);
4414
4405
  i0.ɵɵadvance(3);
4415
- i0.ɵɵproperty("matHeaderRowDef", ctx.displayColumns)("matHeaderRowDefSticky", (tmp_15_0 = ctx.config == null ? null : ctx.config.stickyHeader) !== null && tmp_15_0 !== undefined ? tmp_15_0 : false);
4406
+ i0.ɵɵproperty("matHeaderRowDef", ctx.displayColumns)("matHeaderRowDefSticky", (ctx.config == null ? null : ctx.config.stickyHeader) ?? false);
4416
4407
  i0.ɵɵadvance();
4417
4408
  i0.ɵɵproperty("matRowDefColumns", ctx.displayColumns);
4418
4409
  i0.ɵɵadvance();
@@ -5527,9 +5518,8 @@ function TerminologyCollectionCardComponent_ng_container_0_span_6_Template(rf, c
5527
5518
  i0.ɵɵtext(1);
5528
5519
  i0.ɵɵelementEnd();
5529
5520
  } if (rf & 2) {
5530
- let tmp_3_0;
5531
5521
  const ctx_r1 = i0.ɵɵnextContext(2);
5532
- i0.ɵɵproperty("matTooltip", (tmp_3_0 = ctx_r1.collection.name) !== null && tmp_3_0 !== undefined ? tmp_3_0 : "");
5522
+ i0.ɵɵproperty("matTooltip", ctx_r1.collection.name ?? "");
5533
5523
  i0.ɵɵadvance();
5534
5524
  i0.ɵɵtextInterpolate1(" ", ctx_r1.collection.name, " ");
5535
5525
  } }
@@ -5760,7 +5750,7 @@ class TerminologyCollectionCardComponent {
5760
5750
  i0.ɵɵtemplate(0, TerminologyCollectionCardComponent_ng_container_0_Template, 20, 17, "ng-container", 1);
5761
5751
  } if (rf & 2) {
5762
5752
  i0.ɵɵproperty("ngIf", ctx.collection);
5763
- } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2$3.DefaultLayoutDirective, i2$3.DefaultLayoutGapDirective, i2$3.DefaultLayoutAlignDirective, i2$3.DefaultFlexDirective, i2$1.MatButton, i2$1.MatIconAnchor, i1.MatIcon, i2$5.MatProgressSpinner, i5.MatRadioButton, i2$2.MatTooltip, i1$2.UpperCasePipe, i1$1.TranslatePipe, DateAgoPipe], styles: [".collection-languages[_ngcontent-%COMP%]{display:flex;gap:2px}.collection-languages[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:12px;border-radius:100px;padding-right:8px;padding-left:8px;color:var(--base-40);background-color:var(--base-70)}"] }); }
5753
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2$3.DefaultLayoutDirective, i2$3.DefaultLayoutGapDirective, i2$3.DefaultLayoutAlignDirective, i2$3.DefaultFlexDirective, i2$1.MatButton, i2$1.MatIconButton, i1.MatIcon, i2$5.MatProgressSpinner, i5.MatRadioButton, i2$2.MatTooltip, i1$2.UpperCasePipe, i1$1.TranslatePipe, DateAgoPipe], styles: [".collection-languages[_ngcontent-%COMP%]{display:flex;gap:2px}.collection-languages[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:12px;border-radius:100px;padding-right:8px;padding-left:8px;color:var(--base-40);background-color:var(--base-70)}"] }); }
5764
5754
  }
5765
5755
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TerminologyCollectionCardComponent, [{
5766
5756
  type: Component,
@@ -6287,15 +6277,13 @@ function TerminologyComponent_div_0_lib_open_close_button_4_Template(rf, ctx) {
6287
6277
  i0.ɵɵtemplate(6, TerminologyComponent_div_0_lib_open_close_button_4_mat_spinner_6_Template, 1, 0, "mat-spinner", 13);
6288
6278
  i0.ɵɵelementEnd();
6289
6279
  } if (rf & 2) {
6290
- let tmp_7_0;
6291
- let tmp_10_0;
6292
6280
  const state_r4 = i0.ɵɵreference(1);
6293
6281
  const ctx_r2 = i0.ɵɵnextContext(2);
6294
6282
  const menu_r5 = i0.ɵɵreference(2);
6295
- i0.ɵɵproperty("isOpened", state_r4.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (tmp_7_0 = (tmp_7_0 = ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) !== null && tmp_7_0 !== undefined ? tmp_7_0 : ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) !== null && tmp_7_0 !== undefined ? tmp_7_0 : "")("disabled", ctx_r2.disabled);
6283
+ i0.ɵɵproperty("isOpened", state_r4.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? "")("disabled", ctx_r2.disabled);
6296
6284
  i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(2, 7, "TERM_COLLECTIONS.ARIA_LABELS.OTHER_COLLECTIONS"));
6297
6285
  i0.ɵɵadvance(4);
6298
- i0.ɵɵtextInterpolate1(" ", (tmp_10_0 = (tmp_10_0 = ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) !== null && tmp_10_0 !== undefined ? tmp_10_0 : ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) !== null && tmp_10_0 !== undefined ? tmp_10_0 : i0.ɵɵpipeBind1(5, 9, "TERM_COLLECTIONS.SELECTED_NONE"), " ");
6286
+ i0.ɵɵtextInterpolate1(" ", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? i0.ɵɵpipeBind1(5, 9, "TERM_COLLECTIONS.SELECTED_NONE"), " ");
6299
6287
  i0.ɵɵadvance(2);
6300
6288
  i0.ɵɵproperty("ngIf", ctx_r2.selected == null ? null : ctx_r2.selected.isImporting);
6301
6289
  } }
@@ -6318,15 +6306,13 @@ function TerminologyComponent_div_0_ng_template_5_Template(rf, ctx) { if (rf & 1
6318
6306
  i0.ɵɵelement(9, "mat-icon", 17);
6319
6307
  i0.ɵɵelementEnd();
6320
6308
  } if (rf & 2) {
6321
- let tmp_8_0;
6322
- let tmp_11_0;
6323
6309
  const state_r7 = i0.ɵɵreference(1);
6324
6310
  const ctx_r2 = i0.ɵɵnextContext(2);
6325
6311
  const menu_r5 = i0.ɵɵreference(2);
6326
- i0.ɵɵproperty("isOpened", state_r7.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (tmp_8_0 = (tmp_8_0 = ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) !== null && tmp_8_0 !== undefined ? tmp_8_0 : ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) !== null && tmp_8_0 !== undefined ? tmp_8_0 : "")("disabled", ctx_r2.disabled);
6312
+ i0.ɵɵproperty("isOpened", state_r7.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? "")("disabled", ctx_r2.disabled);
6327
6313
  i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(2, 9, "TERM_COLLECTIONS.ARIA_LABELS.OTHER_COLLECTIONS"));
6328
6314
  i0.ɵɵadvance(4);
6329
- i0.ɵɵtextInterpolate1(" ", (tmp_11_0 = (tmp_11_0 = ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) !== null && tmp_11_0 !== undefined ? tmp_11_0 : ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) !== null && tmp_11_0 !== undefined ? tmp_11_0 : i0.ɵɵpipeBind1(5, 11, "TERM_COLLECTIONS.SELECTED_NONE"), " ");
6315
+ i0.ɵɵtextInterpolate1(" ", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? i0.ɵɵpipeBind1(5, 11, "TERM_COLLECTIONS.SELECTED_NONE"), " ");
6330
6316
  i0.ɵɵadvance(2);
6331
6317
  i0.ɵɵproperty("ngIf", ctx_r2.selected == null ? null : ctx_r2.selected.isImporting);
6332
6318
  i0.ɵɵadvance();
@@ -6687,7 +6673,6 @@ class TextToSpeechComponent {
6687
6673
  i0.ɵɵtemplate(17, TextToSpeechComponent_mat_icon_17_Template, 2, 1, "mat-icon", 10)(18, TextToSpeechComponent_mat_spinner_18_Template, 1, 1, "mat-spinner", 11);
6688
6674
  i0.ɵɵelementEnd()()()();
6689
6675
  } if (rf & 2) {
6690
- let tmp_7_0;
6691
6676
  i0.ɵɵproperty("ngClass.lt-md", "mobile");
6692
6677
  i0.ɵɵadvance(3);
6693
6678
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 15, "selectVoice"));
@@ -6701,7 +6686,7 @@ class TextToSpeechComponent {
6701
6686
  i0.ɵɵadvance(2);
6702
6687
  i0.ɵɵclassProp("text-overflow", ctx.hasOverflow);
6703
6688
  i0.ɵɵadvance();
6704
- i0.ɵɵtextInterpolate2(" ", (tmp_7_0 = ctx.text == null ? null : ctx.text.length) !== null && tmp_7_0 !== undefined ? tmp_7_0 : 0, "/", ctx.maxCharLength, " ");
6689
+ i0.ɵɵtextInterpolate2(" ", (ctx.text == null ? null : ctx.text.length) ?? 0, "/", ctx.maxCharLength, " ");
6705
6690
  i0.ɵɵadvance(2);
6706
6691
  i0.ɵɵproperty("matTooltip", !ctx.text ? i0.ɵɵpipeBind1(14, 19, "playDisabled") : "");
6707
6692
  i0.ɵɵadvance(2);
@@ -7317,7 +7302,7 @@ class NewFeatureDialogComponent {
7317
7302
 
7318
7303
  class NewFeatureDialogService {
7319
7304
  constructor() {
7320
- this.current = signal(undefined);
7305
+ this.current = signal(undefined, ...(ngDevMode ? [{ debugName: "current" }] : []));
7321
7306
  this.queue = [];
7322
7307
  }
7323
7308
  requestOpenFeature(component) {
@@ -7357,7 +7342,7 @@ class NewFeatureDialogWrapperComponent {
7357
7342
  this.#dialog = inject(MatDialog);
7358
7343
  this.#featureService = inject(NewFeatureDialogService);
7359
7344
  this.#destroy = new Subject();
7360
- this.featureActive = signal(false);
7345
+ this.featureActive = signal(false, ...(ngDevMode ? [{ debugName: "featureActive" }] : []));
7361
7346
  this.isFeatureSeen = false;
7362
7347
  }
7363
7348
  #dialog;
@@ -7991,10 +7976,9 @@ class SelectLanguageDialogComponent {
7991
7976
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 16, "SELECT_LANGUAGE.CANCEL"), " ");
7992
7977
  i0.ɵɵadvance(3);
7993
7978
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(22, 18, "SELECT_LANGUAGE.SAVE"), " ");
7994
- } }, dependencies: [SortLanguageListPipe,
7979
+ } }, dependencies: [MatDialogModule, i1$4.MatDialogClose, i1$4.MatDialogTitle, i1$4.MatDialogActions, i1$4.MatDialogContent, MatButtonModule, i2$1.MatButton, MatSelectModule, i9.MatFormField, i9.MatLabel, i4.MatSelect, i4.MatOption, FormsModule, i4$1.NgControlStatus, i4$1.NgModel, SortLanguageListPipe,
7995
7980
  AsyncPipe,
7996
- TranslatePipe,
7997
- MatDialogModule, i1$4.MatDialogClose, i1$4.MatDialogTitle, i1$4.MatDialogActions, i1$4.MatDialogContent, MatButtonModule, i2$1.MatButton, MatSelectModule, i9.MatFormField, i9.MatLabel, i4.MatSelect, i4.MatOption, FormsModule, i4$1.NgControlStatus, i4$1.NgModel], styles: [".description[_ngcontent-%COMP%]{color:var(--base-40)}.w-full[_ngcontent-%COMP%]{width:100%}.mt-4[_ngcontent-%COMP%]{margin-top:1.5rem!important}"] }); }
7981
+ TranslatePipe], styles: [".description[_ngcontent-%COMP%]{color:var(--base-40)}.w-full[_ngcontent-%COMP%]{width:100%}.mt-4[_ngcontent-%COMP%]{margin-top:1.5rem!important}"] }); }
7998
7982
  }
7999
7983
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectLanguageDialogComponent, [{
8000
7984
  type: Component,
@@ -8031,14 +8015,14 @@ class GlobalMessageComponent {
8031
8015
  i0.ɵɵelementStart(0, "div", 0);
8032
8016
  i0.ɵɵelement(1, "p", 1);
8033
8017
  i0.ɵɵpipe(2, "translate");
8034
- i0.ɵɵtemplate(3, GlobalMessageComponent_Conditional_3_Template, 3, 0, "button", 2);
8018
+ i0.ɵɵconditionalCreate(3, GlobalMessageComponent_Conditional_3_Template, 3, 0, "button", 2);
8035
8019
  i0.ɵɵelementEnd();
8036
8020
  } if (rf & 2) {
8037
8021
  i0.ɵɵadvance();
8038
8022
  i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 2, ctx.text), i0.ɵɵsanitizeHtml);
8039
8023
  i0.ɵɵadvance(2);
8040
8024
  i0.ɵɵconditional(ctx.showCloseButton ? 3 : -1);
8041
- } }, dependencies: [CommonModule, TranslateModule, i1$1.TranslatePipe, MatButtonModule, i2$1.MatIconButton, MatIconModule, i1.MatIcon], styles: [".tld-global-message[_ngcontent-%COMP%]{position:relative;background-color:#ffdad6;display:flex;justify-content:center;align-items:center;width:100%;padding:22px}.tld-global-message-close[_ngcontent-%COMP%]{position:absolute;right:5px}"] }); }
8025
+ } }, dependencies: [CommonModule, TranslateModule, MatButtonModule, i2$1.MatIconButton, MatIconModule, i1.MatIcon, i1$1.TranslatePipe], styles: [".tld-global-message[_ngcontent-%COMP%]{position:relative;background-color:#ffdad6;display:flex;justify-content:center;align-items:center;width:100%;padding:22px}.tld-global-message-close[_ngcontent-%COMP%]{position:absolute;right:5px}"] }); }
8042
8026
  }
8043
8027
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalMessageComponent, [{
8044
8028
  type: Component,
@@ -8078,35 +8062,34 @@ const _c0 = ["*"];
8078
8062
  const _c1 = a0 => ({ date: a0 });
8079
8063
  const _c2 = (a0, a1, a2) => ({ used: a0, limit: a1, percent: a2 });
8080
8064
  function SubscriptionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
8081
- i0.ɵɵdeclareLet(0);
8082
- i0.ɵɵelementStart(1, "h3", 3);
8083
- i0.ɵɵtext(2);
8084
- i0.ɵɵpipe(3, "translate");
8065
+ i0.ɵɵelementStart(0, "h3", 3);
8066
+ i0.ɵɵtext(1);
8067
+ i0.ɵɵpipe(2, "translate");
8085
8068
  i0.ɵɵelementEnd();
8086
- i0.ɵɵelementStart(4, "div", 4)(5, "div", 5)(6, "span", 6);
8087
- i0.ɵɵtext(7);
8088
- i0.ɵɵpipe(8, "translate");
8069
+ i0.ɵɵelementStart(3, "div", 4)(4, "div", 5)(5, "span", 6);
8070
+ i0.ɵɵtext(6);
8071
+ i0.ɵɵpipe(7, "translate");
8089
8072
  i0.ɵɵelementEnd()();
8090
- i0.ɵɵelementStart(9, "div", 7)(10, "span");
8091
- i0.ɵɵtext(11);
8073
+ i0.ɵɵelementStart(8, "div", 7)(9, "span");
8074
+ i0.ɵɵtext(10);
8092
8075
  i0.ɵɵelementEnd()()();
8093
- i0.ɵɵelementStart(12, "div", 4)(13, "div", 5)(14, "span", 6);
8094
- i0.ɵɵtext(15);
8095
- i0.ɵɵpipe(16, "translate");
8076
+ i0.ɵɵelementStart(11, "div", 4)(12, "div", 5)(13, "span", 6);
8077
+ i0.ɵɵtext(14);
8078
+ i0.ɵɵpipe(15, "translate");
8096
8079
  i0.ɵɵelementEnd()();
8097
- i0.ɵɵelementStart(17, "div", 7)(18, "span");
8098
- i0.ɵɵtext(19);
8080
+ i0.ɵɵelementStart(16, "div", 7)(17, "span");
8081
+ i0.ɵɵtext(18);
8099
8082
  i0.ɵɵelementEnd()()();
8100
8083
  } if (rf & 2) {
8101
8084
  const userToken_r1 = i0.ɵɵnextContext().token();
8102
- i0.ɵɵadvance(2);
8103
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 5, "SUBSCRIPTION.USER_INFO"));
8085
+ i0.ɵɵadvance();
8086
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 5, "SUBSCRIPTION.USER_INFO"));
8104
8087
  i0.ɵɵadvance(5);
8105
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 7, "SUBSCRIPTION.LABEL_NAME"));
8088
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 7, "SUBSCRIPTION.LABEL_NAME"));
8106
8089
  i0.ɵɵadvance(4);
8107
8090
  i0.ɵɵtextInterpolate(userToken_r1.name);
8108
8091
  i0.ɵɵadvance(4);
8109
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 9, "SUBSCRIPTION.LABEL_EMAIL"));
8092
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 9, "SUBSCRIPTION.LABEL_EMAIL"));
8110
8093
  i0.ɵɵadvance(4);
8111
8094
  i0.ɵɵtextInterpolate(userToken_r1.email);
8112
8095
  } }
@@ -8135,7 +8118,7 @@ function SubscriptionComponent_Conditional_1_Case_11_Conditional_0_Template(rf,
8135
8118
  i0.ɵɵtextInterpolate1(" (", i0.ɵɵpipeBind2(3, 4, "SUBSCRIPTION.END_DATE", i0.ɵɵpureFunction1(7, _c1, i0.ɵɵpipeBind2(2, 1, currentSubscription_r2.EndDate, "dd.MM.yyyy."))), ") ");
8136
8119
  } }
8137
8120
  function SubscriptionComponent_Conditional_1_Case_11_Template(rf, ctx) { if (rf & 1) {
8138
- i0.ɵɵtemplate(0, SubscriptionComponent_Conditional_1_Case_11_Conditional_0_Template, 4, 9, "span");
8121
+ i0.ɵɵconditionalCreate(0, SubscriptionComponent_Conditional_1_Case_11_Conditional_0_Template, 4, 9, "span");
8139
8122
  } if (rf & 2) {
8140
8123
  i0.ɵɵnextContext();
8141
8124
  const currentSubscription_r2 = i0.ɵɵreadContextLet(0);
@@ -8184,7 +8167,7 @@ function SubscriptionComponent_Conditional_1_Conditional_14_For_7_Template(rf, c
8184
8167
  i0.ɵɵelementStart(0, "span");
8185
8168
  i0.ɵɵtext(1);
8186
8169
  i0.ɵɵelementEnd();
8187
- i0.ɵɵtemplate(2, SubscriptionComponent_Conditional_1_Conditional_14_For_7_Conditional_2_Template, 2, 1, "span");
8170
+ i0.ɵɵconditionalCreate(2, SubscriptionComponent_Conditional_1_Conditional_14_For_7_Conditional_2_Template, 2, 1, "span");
8188
8171
  i0.ɵɵelementStart(3, "span");
8189
8172
  i0.ɵɵtext(4);
8190
8173
  i0.ɵɵelementEnd();
@@ -8226,11 +8209,12 @@ function SubscriptionComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
8226
8209
  i0.ɵɵelementContainerStart(7);
8227
8210
  i0.ɵɵelementStart(8, "span");
8228
8211
  i0.ɵɵtext(9);
8229
- i0.ɵɵtemplate(10, SubscriptionComponent_Conditional_1_Case_10_Template, 4, 9, "span")(11, SubscriptionComponent_Conditional_1_Case_11_Template, 1, 1)(12, SubscriptionComponent_Conditional_1_Case_12_Template, 3, 9);
8212
+ i0.ɵɵconditionalCreate(10, SubscriptionComponent_Conditional_1_Case_10_Template, 4, 9, "span")(11, SubscriptionComponent_Conditional_1_Case_11_Template, 1, 1)(12, SubscriptionComponent_Conditional_1_Case_12_Template, 3, 9);
8230
8213
  i0.ɵɵelementEnd();
8231
8214
  i0.ɵɵelementContainerEnd();
8232
8215
  i0.ɵɵelementEnd()();
8233
- i0.ɵɵtemplate(13, SubscriptionComponent_Conditional_1_Conditional_13_Template, 10, 7, "div", 4)(14, SubscriptionComponent_Conditional_1_Conditional_14_Template, 8, 3, "div", 8);
8216
+ i0.ɵɵconditionalCreate(13, SubscriptionComponent_Conditional_1_Conditional_13_Template, 10, 7, "div", 4);
8217
+ i0.ɵɵconditionalCreate(14, SubscriptionComponent_Conditional_1_Conditional_14_Template, 8, 3, "div", 8);
8234
8218
  } if (rf & 2) {
8235
8219
  let tmp_4_0;
8236
8220
  const ctx_r4 = i0.ɵɵnextContext();
@@ -8302,14 +8286,14 @@ class SubscriptionComponent {
8302
8286
  constructor() {
8303
8287
  this.#chargebeeMountService = inject(ChargebeeMountService);
8304
8288
  /** Parsed user token to get user related info */
8305
- this.token = input.required();
8289
+ this.token = input.required(...(ngDevMode ? [{ debugName: "token" }] : []));
8306
8290
  /** Current user plan that app has selected */
8307
- this.subscription = input.required();
8291
+ this.subscription = input.required(...(ngDevMode ? [{ debugName: "subscription" }] : []));
8308
8292
  /** Quota usage */
8309
- this.quota = input.required();
8310
- this.visibleQuotaTypes = input();
8311
- this.contactUsUrl = input();
8312
- this.chargebeeSettings = input();
8293
+ this.quota = input.required(...(ngDevMode ? [{ debugName: "quota" }] : []));
8294
+ this.visibleQuotaTypes = input(...(ngDevMode ? [undefined, { debugName: "visibleQuotaTypes" }] : []));
8295
+ this.contactUsUrl = input(...(ngDevMode ? [undefined, { debugName: "contactUsUrl" }] : []));
8296
+ this.chargebeeSettings = input(...(ngDevMode ? [undefined, { debugName: "chargebeeSettings" }] : []));
8313
8297
  this.manageClick = output();
8314
8298
  this.contactUsClick = output();
8315
8299
  this.visibleQuotas = computed(() => {
@@ -8328,7 +8312,7 @@ class SubscriptionComponent {
8328
8312
  return this.#convertUsageToDisplayQuota(quota);
8329
8313
  });
8330
8314
  return visibleQuotas;
8331
- });
8315
+ }, ...(ngDevMode ? [{ debugName: "visibleQuotas" }] : []));
8332
8316
  this.subscriptionStates = SUBSCRIPTION_STATE;
8333
8317
  this.subscriptionState = computed(() => {
8334
8318
  const subscription = this.subscription();
@@ -8345,7 +8329,7 @@ class SubscriptionComponent {
8345
8329
  else {
8346
8330
  return SUBSCRIPTION_STATE.ENDED;
8347
8331
  }
8348
- });
8332
+ }, ...(ngDevMode ? [{ debugName: "subscriptionState" }] : []));
8349
8333
  }
8350
8334
  #chargebeeMountService;
8351
8335
  ngOnInit() {
@@ -8423,10 +8407,13 @@ class SubscriptionComponent {
8423
8407
  static { this.ɵfac = function SubscriptionComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SubscriptionComponent)(); }; }
8424
8408
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscriptionComponent, selectors: [["lib-subscription"]], inputs: { token: [1, "token"], subscription: [1, "subscription"], quota: [1, "quota"], visibleQuotaTypes: [1, "visibleQuotaTypes"], contactUsUrl: [1, "contactUsUrl"], chargebeeSettings: [1, "chargebeeSettings"] }, outputs: { manageClick: "manageClick", contactUsClick: "contactUsClick" }, ngContentSelectors: _c0, decls: 7, vars: 5, consts: [[1, "subscription-actions-wrapper"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element"], ["mat-stroked-button", "", "target", "_blank", "color", "accent"], [1, "subscription-section-title", "text-l-semi-bold"], [1, "subscription-data-row"], [1, "subscription-label"], [1, "label"], [1, "subscription-data"], ["fxLayout", "row", 1, "subscription-data-row"], [1, "subscription-limit-wrapper"], [3, "value"], [1, "subscription-limit"], [1, "text-l-semi-bold"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element", 3, "click"], ["mat-stroked-button", "", "target", "_blank", "color", "accent", 3, "click"]], template: function SubscriptionComponent_Template(rf, ctx) { if (rf & 1) {
8425
8409
  i0.ɵɵprojectionDef();
8426
- i0.ɵɵtemplate(0, SubscriptionComponent_Conditional_0_Template, 20, 11)(1, SubscriptionComponent_Conditional_1_Template, 15, 8)(2, SubscriptionComponent_Conditional_2_Template, 5, 3);
8410
+ i0.ɵɵconditionalCreate(0, SubscriptionComponent_Conditional_0_Template, 19, 11);
8411
+ i0.ɵɵconditionalCreate(1, SubscriptionComponent_Conditional_1_Template, 15, 8);
8412
+ i0.ɵɵconditionalCreate(2, SubscriptionComponent_Conditional_2_Template, 5, 3);
8427
8413
  i0.ɵɵprojection(3);
8428
8414
  i0.ɵɵelementStart(4, "div", 0);
8429
- i0.ɵɵtemplate(5, SubscriptionComponent_Conditional_5_Template, 3, 3, "a", 1)(6, SubscriptionComponent_Conditional_6_Template, 3, 4, "a", 2);
8415
+ i0.ɵɵconditionalCreate(5, SubscriptionComponent_Conditional_5_Template, 3, 3, "a", 1);
8416
+ i0.ɵɵconditionalCreate(6, SubscriptionComponent_Conditional_6_Template, 3, 4, "a", 2);
8430
8417
  i0.ɵɵelementEnd();
8431
8418
  } if (rf & 2) {
8432
8419
  i0.ɵɵconditional(ctx.token() ? 0 : -1);
@@ -8438,9 +8425,9 @@ class SubscriptionComponent {
8438
8425
  i0.ɵɵconditional(ctx.chargebeeSettings() ? 5 : -1);
8439
8426
  i0.ɵɵadvance();
8440
8427
  i0.ɵɵconditional(ctx.contactUsUrl() ? 6 : -1);
8441
- } }, dependencies: [TranslatePipe,
8442
- DatePipe,
8443
- MatProgressBarModule, i2$4.MatProgressBar, CommonModule, i1$2.UpperCasePipe, MatButtonModule, i2$1.MatAnchor], styles: ["[_nghost-%COMP%]{display:block}mat-card[_ngcontent-%COMP%]{margin:1.5rem}.subscription-container[_ngcontent-%COMP%]:not(.mobile){margin:16px 32px}.subscription-section-title[_ngcontent-%COMP%]{margin:32px 0 18px}.subscription-data-row[_ngcontent-%COMP%]{border-bottom:2px solid var(--base-70);margin-bottom:18px;flex-direction:row;display:flex}.subscription-data[_ngcontent-%COMP%]{color:var(--base-30);word-wrap:break-word;margin-left:.5rem}.subscription-limit-wrapper[_ngcontent-%COMP%], .subscription-limit[_ngcontent-%COMP%]{margin-top:16px}.subscription-actions-wrapper[_ngcontent-%COMP%]{padding:32px 0 18px;display:flex;flex-direction:row;gap:24px}.subscription-manage-link[_ngcontent-%COMP%]{text-decoration:none}.subscription-container[_ngcontent-%COMP%]:not(.mobile,.empty){width:75%}.subscription-label[_ngcontent-%COMP%]:not(.mobile,.empty){width:35%}.subscription-data[_ngcontent-%COMP%]:not(.mobile,.empty){width:65%}.untranslated-files-disclaimer[_ngcontent-%COMP%]{margin-top:16px;margin-bottom:10px;color:var(--base-40)}.no-subscription-message[_ngcontent-%COMP%]{margin-top:32px;color:var(--base-40)}.contact-sales-btn[_ngcontent-%COMP%]{text-align:center}.contact-sales-btn[_ngcontent-%COMP%]:hover{text-decoration:none}"] }); }
8428
+ } }, dependencies: [MatProgressBarModule, i2$4.MatProgressBar, CommonModule,
8429
+ MatButtonModule, i2$1.MatButton, TranslatePipe,
8430
+ DatePipe, i1$2.UpperCasePipe], styles: ["[_nghost-%COMP%]{display:block}mat-card[_ngcontent-%COMP%]{margin:1.5rem}.subscription-container[_ngcontent-%COMP%]:not(.mobile){margin:16px 32px}.subscription-section-title[_ngcontent-%COMP%]{margin:32px 0 18px}.subscription-data-row[_ngcontent-%COMP%]{border-bottom:2px solid var(--base-70);margin-bottom:18px;flex-direction:row;display:flex}.subscription-data[_ngcontent-%COMP%]{color:var(--base-30);word-wrap:break-word;margin-left:.5rem}.subscription-limit-wrapper[_ngcontent-%COMP%], .subscription-limit[_ngcontent-%COMP%]{margin-top:16px}.subscription-actions-wrapper[_ngcontent-%COMP%]{padding:32px 0 18px;display:flex;flex-direction:row;gap:24px}.subscription-manage-link[_ngcontent-%COMP%]{text-decoration:none}.subscription-container[_ngcontent-%COMP%]:not(.mobile,.empty){width:75%}.subscription-label[_ngcontent-%COMP%]:not(.mobile,.empty){width:35%}.subscription-data[_ngcontent-%COMP%]:not(.mobile,.empty){width:65%}.untranslated-files-disclaimer[_ngcontent-%COMP%]{margin-top:16px;margin-bottom:10px;color:var(--base-40)}.no-subscription-message[_ngcontent-%COMP%]{margin-top:32px;color:var(--base-40)}.contact-sales-btn[_ngcontent-%COMP%]{text-align:center}.contact-sales-btn[_ngcontent-%COMP%]:hover{text-decoration:none}"] }); }
8444
8431
  }
8445
8432
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscriptionComponent, [{
8446
8433
  type: Component,