@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
@@ -1,13 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { MatButton } from '@angular/material/button';
3
- import * as i0 from "@angular/core";
4
- export declare class CloseButtonComponent {
5
- tldClick: EventEmitter<any>;
6
- ariaCode: string;
7
- clearButton: MatButton;
8
- disabled: boolean;
9
- tooltip: string;
10
- clicked(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CloseButtonComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CloseButtonComponent, "tld-close-button", never, { "ariaCode": { "alias": "ariaCode"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "tldClick": "tldClick"; }, never, never, false, never>;
13
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./close-button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/button";
5
- import * as i4 from "@ngx-translate/core";
6
- import * as i5 from "@angular/material/tooltip";
7
- export declare class CloseButtonModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CloseButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CloseButtonModule, [typeof i1.CloseButtonComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.TranslateModule, typeof i5.MatTooltipModule], [typeof i1.CloseButtonComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CloseButtonModule>;
11
- }
@@ -1,2 +0,0 @@
1
- export * from "./close-button.component";
2
- export * from "./close-button.module";
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CompanyProductComponent {
3
- company: string;
4
- product: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CompanyProductComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<CompanyProductComponent, "lib-company-product", never, { "company": { "alias": "company"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, false, never>;
7
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./company-product.component";
3
- import * as i2 from "@angular/common";
4
- export declare class CompanyProductModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CompanyProductModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<CompanyProductModule, [typeof i1.CompanyProductComponent], [typeof i2.CommonModule], [typeof i1.CompanyProductComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<CompanyProductModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from "./company-product.component";
2
- export * from "./company-product.module";
@@ -1,12 +0,0 @@
1
- import { MatDialogRef } from '@angular/material/dialog';
2
- import { ConfirmationBody } from './models/confirmation-body.model';
3
- import { Confirmation } from './models/confirmation.enum';
4
- import * as i0 from "@angular/core";
5
- export declare class ConfirmationModalComponent {
6
- dialogRef: MatDialogRef<ConfirmationModalComponent>;
7
- data: ConfirmationBody;
8
- confirmation: typeof Confirmation;
9
- constructor(dialogRef: MatDialogRef<ConfirmationModalComponent>, data: ConfirmationBody);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationModalComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationModalComponent, "lib-confirmation-modal", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./confirmation-modal.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/dialog";
5
- import * as i4 from "@angular/material/button";
6
- import * as i5 from "@ngx-translate/core";
7
- export declare class ConfirmationModalModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationModalModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationModalModule, [typeof i1.ConfirmationModalComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule, typeof i4.MatButtonModule, typeof i5.TranslateModule], [typeof i1.ConfirmationModalComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationModalModule>;
11
- }
@@ -1,5 +0,0 @@
1
- export * from './confirmation-modal.component';
2
- export * from './confirmation-modal.module';
3
- export * from './models/confirmation-body.model';
4
- export * from './models/confirmation.enum';
5
- export * from './services';
@@ -1,8 +0,0 @@
1
- export interface ConfirmationBody {
2
- title: string;
3
- descriptioon: string;
4
- confirmationText: string;
5
- rejectionText: string;
6
- /** property to display extra confirmation details (eg. selected engine names) */
7
- details?: string[];
8
- }
@@ -1,4 +0,0 @@
1
- export declare enum Confirmation {
2
- PRIMARY = 1,
3
- SECONDARY = 2
4
- }
@@ -1,12 +0,0 @@
1
- import { MatDialog } from '@angular/material/dialog';
2
- import { Observable } from 'rxjs';
3
- import { ConfirmationBody } from '../models/confirmation-body.model';
4
- import { Confirmation } from '../models/confirmation.enum';
5
- import * as i0 from "@angular/core";
6
- export declare class ConfirmationService {
7
- private readonly dialog;
8
- constructor(dialog: MatDialog);
9
- openDialog(data: ConfirmationBody): Observable<Confirmation>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmationService>;
12
- }
@@ -1 +0,0 @@
1
- export * from './confirmation.service';
@@ -1,3 +0,0 @@
1
- export declare enum ERROR_CODES {
2
- TIMEOUT = 504
3
- }
@@ -1,3 +0,0 @@
1
- export * from './screen-size.const';
2
- export * from './last-used-system-local-storage-key.const';
3
- export * from './error-codes.const';
@@ -1,5 +0,0 @@
1
- /**
2
- * Local storage key which stores last used configuration of language direction in Machine Translation.
3
- * By overwriting this value with langugeId (sourceLanguage-targetLanguage-domain-vendor-engineId), this system is going to be preselected.
4
- */
5
- export declare const LAST_USED_SYSTEM_LOCAL_STORAGE_KEY = "lastUsedSystem";
@@ -1,10 +0,0 @@
1
- /**
2
- This properties are same defined as Angular material min-width breakpoints.
3
- https://material.angular.io/cdk/layout/overview
4
- */
5
- export declare const SCREEN_SIZE: {
6
- SMALL: number;
7
- MEDIUM: number;
8
- LARGE: number;
9
- XLARGE: number;
10
- };
@@ -1,4 +0,0 @@
1
- export interface Addon {
2
- id: string;
3
- qt: number;
4
- }
@@ -1,12 +0,0 @@
1
- import { Addon } from "./addon.model";
2
- import { SubscriptionPlan } from "./subscription-plan.enum";
3
- export interface AuthSubscription {
4
- PlanId: SubscriptionPlan;
5
- Id: string;
6
- IsTrial: boolean;
7
- /** placeholder property, DO NOT USE THIS TO CHECK IF VALID SUBSCRIPTION. If subscription exists, it is valid. */
8
- EndDate?: string;
9
- Addons?: Addon[];
10
- te?: string;
11
- Label?: string;
12
- }
@@ -1,4 +0,0 @@
1
- export * from './addon.model';
2
- export * from './auth-subscription.model';
3
- export * from './jwt-token.model';
4
- export * from './subscription-plan.enum';
@@ -1,30 +0,0 @@
1
- import { AuthSubscription } from "./auth-subscription.model";
2
- export interface JwtToken {
3
- exp: number;
4
- iat: number;
5
- auth_time: number;
6
- jti: string;
7
- iss: string;
8
- aud: string[];
9
- sub: string;
10
- type: string;
11
- azp: string;
12
- nonce: string;
13
- session_state: string;
14
- allowed_origins: string[];
15
- realm_access: {
16
- roles: string[];
17
- };
18
- resource_access: any;
19
- scope: string;
20
- sid: string;
21
- email_verified: boolean;
22
- role: string[];
23
- name: string;
24
- memberof: string[];
25
- preferred_username: string;
26
- subscription: AuthSubscription[];
27
- given_name: string;
28
- family_name: string;
29
- email: string;
30
- }
@@ -1,16 +0,0 @@
1
- export declare enum SubscriptionPlan {
2
- MTStarter = "MT-Starter",
3
- MTPremium = "MT-Premium",
4
- MTAdvanced = "MT-Advanced",
5
- MTUnlimited = "MT-Unlimited",
6
- MTWTStarter = "MT-WT-Starter",
7
- MTWTPremium = "MT-WT-Premium",
8
- MTWTAdvanced = "MT-WT-Advanced",
9
- SpeechStarter = "Speech-Starter",
10
- SpeechPremium = "Speech-Premium",
11
- SpeechAdvanced = "Speech-Advanced",
12
- SpeechUnlimited = "Speech-Unlimited",
13
- TildeTermFreelance = "Tilde-Term-Freelance",
14
- AnonymiseUnlimited = "Anonymise-Unlimited",
15
- EventAssistantUnlimited = "Event-Assistant-Unlimited"
16
- }
@@ -1,3 +0,0 @@
1
- export * from './auth';
2
- export * from './title-strategy';
3
- export * from './localization';
@@ -1,2 +0,0 @@
1
- export * from './missing-translation-handler.service';
2
- export * from './select-language-dialog-component';
@@ -1,8 +0,0 @@
1
- import { MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MissingTranslationHandlerService implements MissingTranslationHandler {
4
- constructor();
5
- handle(params: MissingTranslationHandlerParams): any;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MissingTranslationHandlerService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<MissingTranslationHandlerService>;
8
- }
@@ -1 +0,0 @@
1
- export * from './select-language-dialog.component';
@@ -1,15 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- This is an extension dialog component.
5
- Use <lib-open-extension-dialog> to open this dialog, by proivding [extensions] to it you can specify what extensions should be displayed.
6
- */
7
- export declare class SelectLanguageDialogComponent implements OnInit {
8
- #private;
9
- languages: string[];
10
- selectedLanguage: string;
11
- ngOnInit(): void;
12
- save(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectLanguageDialogComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectLanguageDialogComponent, "lib-extension-dialog", never, {}, {}, never, never, true, never>;
15
- }
@@ -1,2 +0,0 @@
1
- import { Provider } from "@angular/core";
2
- export declare const provideCustomTitleStrategy: () => Provider;
@@ -1,14 +0,0 @@
1
- import { Title } from '@angular/platform-browser';
2
- import { RouterStateSnapshot, TitleStrategy } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class CustomTitleStrategyService extends TitleStrategy {
5
- #private;
6
- readonly title: Title;
7
- private subscription;
8
- private readonly appName;
9
- private readonly owner;
10
- constructor();
11
- updateTitle(snapshot: RouterStateSnapshot): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomTitleStrategyService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<CustomTitleStrategyService>;
14
- }
@@ -1,2 +0,0 @@
1
- export * from './custom-title-strategy.service';
2
- export * from './custom-title-strategy.provider';
@@ -1,10 +0,0 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ClickOutsideDirective {
4
- private elementRef;
5
- clickOutside: EventEmitter<void>;
6
- constructor(elementRef: ElementRef);
7
- onClick(target: HTMLElement): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, false, never>;
10
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./click-outside.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class ClickOutsideModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ClickOutsideModule, [typeof i1.ClickOutsideDirective], [typeof i2.CommonModule], [typeof i1.ClickOutsideDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<ClickOutsideModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './click-outside.directive';
2
- export * from './click-outside.module';
@@ -1,14 +0,0 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class DragAndDropDirective {
4
- private readonly element;
5
- get disabled(): any;
6
- active: boolean;
7
- fileDropped: EventEmitter<any>;
8
- onDragOver(evt: any): void;
9
- onDragLeave(evt: any): void;
10
- ondrop(evt: any): void;
11
- constructor(element: ElementRef);
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[tldDragAndDrop]", never, {}, { "fileDropped": "fileDropped"; }, never, never, false, never>;
14
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./drag-and-drop.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class DragAndDropModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<DragAndDropModule, [typeof i1.DragAndDropDirective], [typeof i2.CommonModule], [typeof i1.DragAndDropDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<DragAndDropModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './drag-and-drop.directive';
2
- export * from './drag-and-drop.module';
@@ -1,3 +0,0 @@
1
- export * from './click-outside';
2
- export * from './drag-and-drop';
3
- export * from './mat-button-loading';
@@ -1,2 +0,0 @@
1
- export * from "./mat-button-loading.directive";
2
- export * from "./mat-button-loading.module";
@@ -1,18 +0,0 @@
1
- import { Renderer2, ViewContainerRef } from '@angular/core';
2
- import { MatButton } from '@angular/material/button';
3
- import * as i0 from "@angular/core";
4
- export declare class MatButtonLoadingDirective {
5
- private matButton;
6
- private viewContainerRef;
7
- private renderer;
8
- private _loading;
9
- set loading(value: boolean);
10
- private spinner;
11
- constructor(matButton: MatButton, viewContainerRef: ViewContainerRef, renderer: Renderer2);
12
- get nativeElement(): HTMLElement;
13
- updateState(): void;
14
- private createSpinner;
15
- private destroySpinner;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonLoadingDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonLoadingDirective, "button[mat-button][loading], button[mat-raised-button][loading], button[mat-icon-button][loading], button[mat-fab][loading], button[mat-mini-fab][loading], button[mat-stroked-button][loading], button[mat-flat-button][loading]", never, { "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, false, never>;
18
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./mat-button-loading.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class MatButtonLoadingModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonLoadingModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonLoadingModule, [typeof i1.MatButtonLoadingDirective], [typeof i2.CommonModule], [typeof i1.MatButtonLoadingDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonLoadingModule>;
8
- }
@@ -1 +0,0 @@
1
- export * from "./open-extension-dialog/open-extension-dialog.component";
@@ -1,10 +0,0 @@
1
- import { ExtensionDialogService } from '../../services';
2
- import * as i0 from "@angular/core";
3
- export declare class OpenExtensionDialogComponent {
4
- private readonly service;
5
- extensions: string[];
6
- constructor(service: ExtensionDialogService);
7
- open(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<OpenExtensionDialogComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<OpenExtensionDialogComponent, "lib-open-extension-dialog", never, { "extensions": { "alias": "extensions"; "required": false; }; }, {}, never, never, false, never>;
10
- }
@@ -1,21 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { Config } from './models/interfaces/config';
3
- import { DialogData } from './models/interfaces/dialog-data.model';
4
- import { IconService } from '../services';
5
- import * as i0 from "@angular/core";
6
- /**
7
- This is an extension dialog component.
8
- Use <lib-open-extension-dialog> to open this dialog, by proivding [extensions] to it you can specify what extensions should be displayed.
9
- */
10
- export declare class ExtensionDialogComponent implements OnInit {
11
- private data;
12
- private readonly iconService;
13
- readonly config: Config;
14
- extensions: string[];
15
- undescribedExtensions: string[];
16
- constructor(data: DialogData, iconService: IconService);
17
- ngOnInit(): void;
18
- updateConfig(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<ExtensionDialogComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ExtensionDialogComponent, "lib-extension-dialog", never, {}, {}, never, never, false, never>;
21
- }
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./extension-dialog.component";
3
- import * as i2 from "./components/open-extension-dialog/open-extension-dialog.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/button";
6
- import * as i5 from "@ngx-translate/core";
7
- import * as i6 from "@angular/material/dialog";
8
- import * as i7 from "@ngbracket/ngx-layout";
9
- import * as i8 from "@angular/material/icon";
10
- import * as i9 from "../close-button/close-button.module";
11
- export declare class ExtensionDialogModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<ExtensionDialogModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<ExtensionDialogModule, [typeof i1.ExtensionDialogComponent, typeof i2.OpenExtensionDialogComponent], [typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i5.TranslateModule, typeof i6.MatDialogModule, typeof i7.FlexLayoutModule, typeof i8.MatIconModule, typeof i9.CloseButtonModule], [typeof i2.OpenExtensionDialogComponent]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<ExtensionDialogModule>;
15
- }
@@ -1 +0,0 @@
1
- export declare const FILE_TYPE_EXCEL = "\n<svg width=\"24\" height=\"22\" viewBox=\"0 0 24 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.875H14V11H22V6.875Z\" fill=\"#21A366\"/>\n<path d=\"M22 11H6V18.3333C6 18.8398 6.4475 19.25 7 19.25H21C21.5525 19.25 22 18.8398 22 18.3333V11Z\" fill=\"#185C37\"/>\n<path d=\"M22 11H14V15.125H22V11Z\" fill=\"#107C42\"/>\n<path d=\"M14 6.875H6V11H14V6.875Z\" fill=\"#3FA071\"/>\n<path d=\"M21 2.75H14V6.875H22V3.66667C22 3.16021 21.5525 2.75 21 2.75Z\" fill=\"#33C481\"/>\n<path d=\"M7 2.75H14V6.875H6V3.66667C6 3.16021 6.4475 2.75 7 2.75Z\" fill=\"#21A366\"/>\n<path opacity=\"0.05\" d=\"M11.1595 5.9585H6V16.9585H11.1595C12.176 16.9585 13 16.2032 13 15.2714V7.64562C13 6.71383 12.176 5.9585 11.1595 5.9585Z\" fill=\"black\"/>\n<path opacity=\"0.07\" d=\"M11.1065 16.4999H6V6.11084H11.1065C11.9685 6.11084 12.667 6.75113 12.667 7.5413V15.0694C12.6665 15.8596 11.968 16.4999 11.1065 16.4999Z\" fill=\"black\"/>\n<path opacity=\"0.09\" d=\"M11.053 16.0418H6V6.26416H11.053C11.76 6.26416 12.333 6.78941 12.333 7.43749V14.8685C12.3335 15.5165 11.76 16.0418 11.053 16.0418Z\" fill=\"black\"/>\n<path d=\"M11 15.5832H3C2.4475 15.5832 2 15.173 2 14.6665V7.33317C2 6.82671 2.4475 6.4165 3 6.4165H11C11.5525 6.4165 12 6.82671 12 7.33317V14.6665C12 15.173 11.5525 15.5832 11 15.5832Z\" fill=\"url(#paint0_linear_1791_17641)\"/>\n<path d=\"M4.9032 8.7085H6.09619L7.06419 10.4291L8.08719 8.7085H9.20169L7.66619 11.0002L9.23669 13.2918H8.06119L7.00619 11.4906L5.95569 13.2918H4.7627L6.35919 10.9919L4.9032 8.7085Z\" fill=\"white\"/>\n<defs>\n<linearGradient id=\"paint0_linear_1791_17641\" x1=\"2.3625\" y1=\"6.7488\" x2=\"10.732\" y2=\"15.8792\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#18884F\"/>\n<stop offset=\"1\" stop-color=\"#0B6731\"/>\n</linearGradient>\n</defs>\n</svg>\n";
@@ -1,9 +0,0 @@
1
- export * from "./word.icon";
2
- export * from "./web.icon";
3
- export * from "./scanned.icon";
4
- export * from "./powerpoint.icon";
5
- export * from "./pdf.icon";
6
- export * from "./other.icon";
7
- export * from "./office-other.icon";
8
- export * from "./interchange.icon";
9
- export * from "./excel.icon";
@@ -1 +0,0 @@
1
- export declare const FILE_TYPE_INTERCHANGE = "\n<svg width=\"24\" height=\"22\" viewBox=\"0 0 24 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 15H16V17H8V15ZM8 11H16V13H8V11ZM14 1H6C4.9 1 4 1.9 4 3V19C4 20.1 4.89 21 5.99 21H18C19.1 21 20 20.1 20 19V7L14 1ZM18 19H6V3H13V8H18V19Z\" fill=\"#B85547\"/>\n</svg>\n";
@@ -1 +0,0 @@
1
- export declare const FILE_TYPE_OFFICE_OTHER = "\n<svg width=\"24\" height=\"22\" viewBox=\"0 0 24 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 15H16V17H8V15ZM8 11H16V13H8V11ZM14 1H6C4.9 1 4 1.9 4 3V19C4 20.1 4.89 21 5.99 21H18C19.1 21 20 20.1 20 19V7L14 1ZM18 19H6V3H13V8H18V19Z\" fill=\"#8E80DB\"/>\n</svg>\n";
@@ -1 +0,0 @@
1
- export declare const FILE_TYPE_OTHER = "\n<svg width=\"24\" height=\"22\" viewBox=\"0 0 24 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 15H16V17H8V15ZM8 11H16V13H8V11ZM14 1H6C4.9 1 4 1.9 4 3V19C4 20.1 4.89 21 5.99 21H18C19.1 21 20 20.1 20 19V7L14 1ZM18 19H6V3H13V8H18V19Z\" fill=\"#4D7498\"/>\n</svg>\n";