@coveo/atomic 3.34.0-pre.ebcb0fe404 → 3.34.0-pre.f310961b1a

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 (720) hide show
  1. package/dist/atomic/_atomic.esm.js +1 -1
  2. package/dist/atomic/atomic.esm.js.map +1 -1
  3. package/dist/atomic/components/_index.d.ts +2 -2
  4. package/dist/atomic/components/_index.js +1 -1
  5. package/dist/atomic/components/analytics-config.js +2918 -0
  6. package/dist/atomic/components/analytics-config.js.map +1 -0
  7. package/dist/atomic/components/atomic-category-facet.js +1 -1
  8. package/dist/atomic/components/atomic-citation.js +1 -1
  9. package/dist/atomic/components/atomic-facet-manager.js +1 -1
  10. package/dist/atomic/components/atomic-facet.js +1 -1
  11. package/dist/atomic/components/atomic-format-currency.js +1 -1
  12. package/dist/atomic/components/atomic-format-number.js +1 -1
  13. package/dist/atomic/components/atomic-format-unit.js +1 -1
  14. package/dist/atomic/components/atomic-generated-answer-feedback-modal.js +1 -1
  15. package/dist/atomic/components/atomic-html2.js +1 -1
  16. package/dist/atomic/components/atomic-insight-edit-toggle.js +1 -1
  17. package/dist/atomic/components/atomic-insight-facet.js +1 -1
  18. package/dist/atomic/components/atomic-insight-folded-result-list.js +1 -1
  19. package/dist/atomic/components/atomic-insight-full-search-button.js +1 -1
  20. package/dist/atomic/components/atomic-insight-history-toggle.js +1 -1
  21. package/dist/atomic/components/atomic-insight-interface.d.ts +11 -0
  22. package/dist/atomic/components/atomic-insight-interface.js +332 -0
  23. package/dist/atomic/components/atomic-insight-interface.js.map +1 -0
  24. package/dist/atomic/components/atomic-insight-layout.js +1 -82
  25. package/dist/atomic/components/atomic-insight-layout.js.map +1 -1
  26. package/dist/atomic/components/atomic-insight-no-results.js +1 -1
  27. package/dist/atomic/components/atomic-insight-numeric-facet.js +1 -1
  28. package/dist/atomic/components/atomic-insight-pager.js +3 -3
  29. package/dist/atomic/components/atomic-insight-query-error.js +1 -1
  30. package/dist/atomic/components/atomic-insight-refine-modal2.js +2 -2
  31. package/dist/atomic/components/atomic-insight-refine-toggle.js +1 -1
  32. package/dist/atomic/components/atomic-insight-result-action.js +1 -1
  33. package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js +1 -1
  34. package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js +1 -1
  35. package/dist/atomic/components/atomic-insight-result-children.js +1 -1
  36. package/dist/atomic/components/atomic-insight-result-list.js +1 -1
  37. package/dist/atomic/components/atomic-insight-result-quickview-action.js +1 -1
  38. package/dist/atomic/components/atomic-insight-result2.js +1 -1
  39. package/dist/atomic/components/atomic-insight-search-box.js +31 -4
  40. package/dist/atomic/components/atomic-insight-search-box.js.map +1 -1
  41. package/dist/atomic/components/atomic-insight-smart-snippet-feedback-modal2.js +2 -2
  42. package/dist/atomic/components/atomic-insight-tabs.js +1 -1
  43. package/dist/atomic/components/atomic-insight-user-actions-session2.js +1 -1
  44. package/dist/atomic/components/atomic-insight-user-actions-toggle.js +1 -1
  45. package/dist/atomic/components/atomic-ipx-body2.js +2 -2
  46. package/dist/atomic/components/atomic-ipx-button.js +2 -2
  47. package/dist/atomic/components/atomic-ipx-embedded.js +1 -1
  48. package/dist/atomic/components/atomic-ipx-modal.js +2 -2
  49. package/dist/atomic/components/atomic-ipx-recs-list.js +1 -1
  50. package/dist/atomic/components/atomic-ipx-refine-modal2.js +1 -1
  51. package/dist/atomic/components/atomic-ipx-refine-toggle.js +1 -1
  52. package/dist/atomic/components/atomic-ipx-result-link.js +1 -1
  53. package/dist/atomic/components/atomic-ipx-tabs.js +1 -1
  54. package/dist/atomic/components/atomic-load-more-results.js +1 -1
  55. package/dist/atomic/components/atomic-no-results.js +1 -1
  56. package/dist/atomic/components/atomic-numeric-facet.js +1 -1
  57. package/dist/atomic/components/atomic-query-error.js +1 -1
  58. package/dist/atomic/components/atomic-quickview-modal2.js +1 -1
  59. package/dist/atomic/components/atomic-quickview.js +1 -1
  60. package/dist/atomic/components/atomic-recs-error.js +1 -1
  61. package/dist/atomic/components/atomic-recs-interface.js +3 -2915
  62. package/dist/atomic/components/atomic-recs-interface.js.map +1 -1
  63. package/dist/atomic/components/atomic-recs-list.js +1 -1
  64. package/dist/atomic/components/atomic-refine-modal2.js +1 -1
  65. package/dist/atomic/components/atomic-refine-toggle.js +1 -1
  66. package/dist/atomic/components/atomic-result-children.js +1 -1
  67. package/dist/atomic/components/atomic-result-fields-list.js +1 -1
  68. package/dist/atomic/components/atomic-result-link.js +1 -1
  69. package/dist/atomic/components/atomic-result-list.js +1 -1
  70. package/dist/atomic/components/atomic-result-placeholder2.js +2 -2
  71. package/dist/atomic/components/atomic-result-table-placeholder2.js +1 -1
  72. package/dist/atomic/components/atomic-search-box-instant-results.js +1 -1
  73. package/dist/atomic/components/atomic-search-box-recent-queries2.js +1 -1
  74. package/dist/atomic/components/atomic-search-box.js +4 -10
  75. package/dist/atomic/components/atomic-search-box.js.map +1 -1
  76. package/dist/atomic/components/atomic-smart-snippet-answer2.js +1 -1
  77. package/dist/atomic/components/atomic-smart-snippet-collapse-wrapper2.js +2 -2
  78. package/dist/atomic/components/atomic-smart-snippet-expandable-answer2.js +1 -1
  79. package/dist/atomic/components/atomic-smart-snippet-feedback-modal2.js +2 -2
  80. package/dist/atomic/components/atomic-smart-snippet-source2.js +1 -1
  81. package/dist/atomic/components/atomic-sort-dropdown.js +2 -2
  82. package/dist/atomic/components/atomic-sort-expression.js +1 -1
  83. package/dist/atomic/components/atomic-stencil-facet-date-input.js +3 -3
  84. package/dist/atomic/components/atomic-suggestion-renderer2.js +1 -1
  85. package/dist/atomic/components/atomic-tab-manager.js +1 -1
  86. package/dist/atomic/components/components/common/suggestions/query-suggestions.js +11 -16
  87. package/dist/atomic/components/components/insight/index.js +1 -2
  88. package/dist/atomic/components/components/insight/lazy-index.js +1 -3
  89. package/dist/atomic/components/components/search/atomic-search-box-query-suggestions/atomic-search-box-query-suggestions.js +107 -0
  90. package/dist/atomic/components/components/search/index.js +1 -0
  91. package/dist/atomic/components/components/search/lazy-index.js +1 -0
  92. package/dist/atomic/components/facet-number-input.js +2 -2
  93. package/dist/atomic/components/global/environment.js +1 -1
  94. package/dist/atomic/components/insight-layout.js +87 -0
  95. package/dist/atomic/components/insight-layout.js.map +1 -0
  96. package/dist/atomic/components/item-section-utils.js +1 -1
  97. package/dist/atomic/components/replace-breakpoint-utils.js +1 -1
  98. package/dist/atomic/components/replace-breakpoint-utils.js.map +1 -1
  99. package/dist/atomic/components/store.js +30 -2
  100. package/dist/atomic/components/store.js.map +1 -1
  101. package/dist/atomic/components/tab-button.js +1 -1
  102. package/dist/atomic/components/tab-popover.js +1 -1
  103. package/dist/atomic/components/utils.js +17 -1
  104. package/dist/atomic/components/utils.js.map +1 -1
  105. package/dist/atomic/{p-1910eb7f.entry.js → p-00069a4b.entry.js} +2 -2
  106. package/dist/atomic/{p-a0ebbbdf.entry.js → p-00a6ab8c.entry.js} +2 -2
  107. package/dist/atomic/{p-15547bd5.entry.js → p-01511388.entry.js} +2 -2
  108. package/dist/atomic/{p-6819f12c.entry.js → p-0610b3e7.entry.js} +2 -2
  109. package/dist/atomic/{p-318c96f5.entry.js → p-06284430.entry.js} +2 -2
  110. package/dist/atomic/p-0963e828.entry.js +2 -0
  111. package/dist/atomic/p-0963e828.entry.js.map +1 -0
  112. package/dist/atomic/{p-94adab79.entry.js → p-0b5efb51.entry.js} +2 -2
  113. package/dist/atomic/p-0c0b8d41.entry.js +2 -0
  114. package/dist/atomic/p-0c0b8d41.entry.js.map +1 -0
  115. package/dist/atomic/{p-4cb91ee7.entry.js → p-0c8e7d5f.entry.js} +2 -2
  116. package/dist/atomic/{p-3272a04b.entry.js → p-0ed76e65.entry.js} +2 -2
  117. package/dist/atomic/{p-05f1ff6f.entry.js → p-0edea6f9.entry.js} +2 -2
  118. package/dist/atomic/{p-dea22a8d.entry.js → p-0f39889d.entry.js} +2 -2
  119. package/dist/atomic/{p-14bad769.entry.js → p-0f449e9d.entry.js} +2 -2
  120. package/dist/atomic/{p-5b8cc4bc.entry.js → p-10b5e0f3.entry.js} +2 -2
  121. package/dist/atomic/{p-7741124a.entry.js → p-1435fb6f.entry.js} +2 -2
  122. package/dist/atomic/{p-a7189b06.entry.js → p-1db20a4a.entry.js} +2 -2
  123. package/dist/atomic/{p-558f2191.entry.js → p-23d4dc54.entry.js} +2 -2
  124. package/dist/atomic/{p-a6dde0f6.entry.js → p-24fd7df6.entry.js} +2 -2
  125. package/dist/atomic/p-250f34d4.entry.js +2 -0
  126. package/dist/atomic/p-26598ee0.js +2 -0
  127. package/dist/atomic/{p-1fca38e1.js.map → p-26598ee0.js.map} +1 -1
  128. package/dist/atomic/{p-dbb680bd.js → p-27b8404c.js} +2 -2
  129. package/dist/atomic/{p-025a346a.js → p-27cf779a.js} +2 -2
  130. package/dist/atomic/p-28e882e8.js +2 -0
  131. package/dist/atomic/p-2caa1859.js +2 -0
  132. package/dist/atomic/p-2caa1859.js.map +1 -0
  133. package/dist/atomic/{p-57049cd2.entry.js → p-2e4628bb.entry.js} +2 -2
  134. package/dist/atomic/{p-d8caa4d8.entry.js → p-2fb49fe8.entry.js} +2 -2
  135. package/dist/atomic/{p-e6871a3f.entry.js → p-30c09377.entry.js} +2 -2
  136. package/dist/atomic/{p-0580b866.js → p-31a13850.js} +2 -2
  137. package/dist/atomic/p-345c425d.entry.js +2 -0
  138. package/dist/atomic/{p-ef8f2239.entry.js.map → p-345c425d.entry.js.map} +1 -1
  139. package/dist/atomic/{p-f0c657f4.entry.js → p-3549a469.entry.js} +2 -2
  140. package/dist/atomic/{p-c619df9b.js → p-3622ed6c.js} +2 -2
  141. package/dist/atomic/{p-db2d92c5.entry.js → p-367ec37d.entry.js} +2 -2
  142. package/dist/atomic/{p-26e0c1f8.entry.js → p-36f63642.entry.js} +2 -2
  143. package/dist/atomic/{p-831b1340.entry.js → p-3857d6a3.entry.js} +2 -2
  144. package/dist/atomic/{p-7427daa3.js → p-3af2fca0.js} +2 -2
  145. package/dist/atomic/{p-b29d121c.js → p-3c9289b5.js} +2 -2
  146. package/dist/atomic/{p-36e2c945.entry.js → p-3d55fce6.entry.js} +2 -2
  147. package/dist/atomic/{p-088d634c.entry.js → p-3e9db2b5.entry.js} +2 -2
  148. package/dist/atomic/{p-e34dafbb.entry.js → p-406a288c.entry.js} +2 -2
  149. package/dist/atomic/{p-36905dd1.entry.js → p-40c1dfcb.entry.js} +2 -2
  150. package/dist/atomic/{p-be011bd1.entry.js → p-416d088e.entry.js} +2 -2
  151. package/dist/atomic/{p-5f4724c9.entry.js → p-4723ffa5.entry.js} +2 -2
  152. package/dist/atomic/{p-99d4c4bf.entry.js → p-47ab6c9f.entry.js} +2 -2
  153. package/dist/atomic/{p-7242b46e.entry.js → p-4830b9bb.entry.js} +2 -2
  154. package/dist/atomic/{p-0ee7cab8.entry.js → p-4bdc6d5a.entry.js} +2 -2
  155. package/dist/atomic/{p-c2a5dac0.entry.js → p-4f4c9a03.entry.js} +2 -2
  156. package/dist/atomic/{p-7fd58269.entry.js → p-519d9abd.entry.js} +2 -2
  157. package/dist/atomic/{p-7f56351b.entry.js → p-52d5461a.entry.js} +2 -2
  158. package/dist/atomic/p-56c97c3e.js +2 -0
  159. package/dist/atomic/{p-3e62ef5c.entry.js → p-577d34ba.entry.js} +2 -2
  160. package/dist/atomic/{p-ae69f519.entry.js → p-59b15bd6.entry.js} +2 -2
  161. package/dist/atomic/{p-e49ad083.entry.js → p-59f043a0.entry.js} +2 -2
  162. package/dist/atomic/{p-ca37969c.js → p-5ca21deb.js} +2 -2
  163. package/dist/atomic/p-5d71a211.entry.js +2 -0
  164. package/dist/atomic/p-5d71a211.entry.js.map +1 -0
  165. package/dist/atomic/{p-831519c0.entry.js → p-5f706e3d.entry.js} +2 -2
  166. package/dist/atomic/{p-2f437b47.entry.js → p-6098b906.entry.js} +2 -2
  167. package/dist/atomic/{p-87e2c8ae.entry.js → p-6289adc7.entry.js} +2 -2
  168. package/dist/atomic/{p-b1ffa893.entry.js → p-65dd9017.entry.js} +2 -2
  169. package/dist/atomic/p-691f5027.entry.js +2 -0
  170. package/dist/atomic/p-691f5027.entry.js.map +1 -0
  171. package/dist/atomic/{p-82cd6398.entry.js → p-723f76a1.entry.js} +2 -2
  172. package/dist/atomic/{p-39fe9c1e.entry.js → p-736f4d7e.entry.js} +2 -2
  173. package/dist/atomic/{p-6439156c.entry.js → p-740cd5bc.entry.js} +2 -2
  174. package/dist/atomic/{p-4fc7e58e.js → p-7709fba4.js} +2 -2
  175. package/dist/atomic/{p-d0ab0125.entry.js → p-7cced247.entry.js} +2 -2
  176. package/dist/atomic/{p-044de1f9.entry.js → p-7e971d15.entry.js} +2 -2
  177. package/dist/atomic/{p-66166975.entry.js → p-7e9a1a1a.entry.js} +2 -2
  178. package/dist/atomic/{p-36ff2bc3.entry.js → p-83d3857f.entry.js} +2 -2
  179. package/dist/atomic/{p-1c8bcadf.entry.js → p-85145c88.entry.js} +2 -2
  180. package/dist/atomic/{p-55c41e00.entry.js → p-8572a953.entry.js} +2 -2
  181. package/dist/atomic/{p-5cab535b.entry.js → p-87f69e53.entry.js} +2 -2
  182. package/dist/atomic/{p-22b76c96.entry.js → p-89d8bb0d.entry.js} +2 -2
  183. package/dist/atomic/{p-bd01acd5.entry.js → p-93601dc0.entry.js} +2 -2
  184. package/dist/atomic/{p-3b49d42d.entry.js → p-93da1f4e.entry.js} +2 -2
  185. package/dist/atomic/{p-c5164dbf.entry.js → p-93f1d551.entry.js} +2 -2
  186. package/dist/atomic/{p-6698d5e9.entry.js → p-97538903.entry.js} +2 -2
  187. package/dist/atomic/{p-7e636397.js → p-97748161.js} +2 -2
  188. package/dist/atomic/{p-fc71835d.entry.js → p-97829295.entry.js} +2 -2
  189. package/dist/atomic/{p-2f517a54.entry.js → p-998393ec.entry.js} +2 -2
  190. package/dist/atomic/{p-ba95a7d1.entry.js → p-9faad55b.entry.js} +2 -2
  191. package/dist/atomic/p-a12e1c59.js +2 -0
  192. package/dist/atomic/p-a12e1c59.js.map +1 -0
  193. package/dist/atomic/{p-70747efa.entry.js → p-a130b00b.entry.js} +2 -2
  194. package/dist/atomic/p-a1ee594f.entry.js +2 -0
  195. package/dist/atomic/{p-b628ed03.entry.js.map → p-a1ee594f.entry.js.map} +1 -1
  196. package/dist/atomic/{p-5e1018bb.entry.js → p-a4d277c7.entry.js} +2 -2
  197. package/dist/atomic/{p-47b41b27.entry.js → p-a9383817.entry.js} +2 -2
  198. package/dist/atomic/{p-bc43df67.entry.js → p-b2b9e83f.entry.js} +2 -2
  199. package/dist/atomic/{p-182f9112.entry.js → p-b313058c.entry.js} +2 -2
  200. package/dist/atomic/{p-76c14d82.entry.js → p-b320f270.entry.js} +2 -2
  201. package/dist/atomic/p-b6415814.entry.js +2 -0
  202. package/dist/atomic/{p-f37dea9e.entry.js.map → p-b6415814.entry.js.map} +1 -1
  203. package/dist/atomic/{p-81bdbd07.entry.js → p-b6ae0244.entry.js} +2 -2
  204. package/dist/atomic/{p-df8d38ca.entry.js → p-bbfe727a.entry.js} +2 -2
  205. package/dist/atomic/{p-3fcf37f8.entry.js → p-bd3542d2.entry.js} +2 -2
  206. package/dist/atomic/{p-48bab1a6.entry.js → p-be2a43f4.entry.js} +2 -2
  207. package/dist/atomic/{p-955092ed.entry.js → p-c25f1437.entry.js} +2 -2
  208. package/dist/atomic/p-c2b4b401.entry.js +2 -0
  209. package/dist/atomic/p-c7af4b9e.entry.js +2 -0
  210. package/dist/atomic/{p-7fe23afc.entry.js.map → p-c7af4b9e.entry.js.map} +1 -1
  211. package/dist/atomic/{p-e6dc9de7.entry.js → p-c9f1790d.entry.js} +2 -2
  212. package/dist/atomic/{p-21ab7750.entry.js → p-cafa4083.entry.js} +2 -2
  213. package/dist/atomic/{p-b84108f3.entry.js → p-cb3fd0f4.entry.js} +2 -2
  214. package/dist/atomic/p-cc0bf58b.js +2 -0
  215. package/dist/atomic/p-cc0bf58b.js.map +1 -0
  216. package/dist/atomic/{p-77d00da1.entry.js → p-cdeb5f2a.entry.js} +2 -2
  217. package/dist/atomic/{p-e455330c.entry.js → p-ce5b896e.entry.js} +2 -2
  218. package/dist/atomic/{p-a5922586.entry.js → p-d1795580.entry.js} +2 -2
  219. package/dist/atomic/{p-3291adda.entry.js → p-d211a422.entry.js} +2 -2
  220. package/dist/atomic/{p-af2855cc.entry.js → p-d6e04719.entry.js} +2 -2
  221. package/dist/atomic/{p-463336ca.entry.js → p-da845e35.entry.js} +2 -2
  222. package/dist/atomic/{p-33245038.entry.js → p-dbc0ce5c.entry.js} +2 -2
  223. package/dist/atomic/{p-db3b11ca.entry.js → p-dbf0c5a3.entry.js} +2 -2
  224. package/dist/atomic/{p-f65ca329.entry.js → p-dd35e7ad.entry.js} +2 -2
  225. package/dist/atomic/p-e515b613.js +2 -0
  226. package/dist/atomic/p-e515b613.js.map +1 -0
  227. package/dist/atomic/{p-18dc558c.entry.js → p-ed8e5c4d.entry.js} +2 -2
  228. package/dist/atomic/{p-5a2ef889.js → p-edd4d5f7.js} +2 -2
  229. package/dist/atomic/{p-9aad555a.entry.js → p-edede7d1.entry.js} +2 -2
  230. package/dist/atomic/{p-8d5228da.entry.js → p-ee957926.entry.js} +2 -2
  231. package/dist/atomic/p-f71b14b2.entry.js +2 -0
  232. package/dist/atomic/{p-80290dd3.entry.js → p-f76b7ac3.entry.js} +2 -2
  233. package/dist/atomic/{p-f1241140.entry.js → p-f936f55e.entry.js} +2 -2
  234. package/dist/atomic/{p-e276c7e0.entry.js → p-f9608731.entry.js} +2 -2
  235. package/dist/atomic/{p-479cb38a.entry.js → p-f9dd14b2.entry.js} +2 -2
  236. package/dist/atomic/{p-35c2ee5f.entry.js → p-fa658ef2.entry.js} +2 -2
  237. package/dist/atomic/{p-448091f7.entry.js → p-fafd5042.entry.js} +2 -2
  238. package/dist/atomic/{p-b85c2c46.entry.js → p-fb1a1e2e.entry.js} +2 -2
  239. package/dist/atomic/{p-851b9735.entry.js → p-fdcd187d.entry.js} +2 -2
  240. package/dist/atomic/p-fdd095ae.entry.js +2 -0
  241. package/dist/atomic/p-fdd095ae.entry.js.map +1 -0
  242. package/dist/atomic/{p-b1b583a0.entry.js → p-fdd0aa42.entry.js} +2 -2
  243. package/dist/atomic/{p-44d96103.entry.js → p-fe3cd55b.entry.js} +2 -2
  244. package/dist/atomic/{p-0535b93d.entry.js → p-fe59fb2d.entry.js} +2 -2
  245. package/dist/cjs/_loader.cjs.js +1 -1
  246. package/dist/cjs/analytics-config-475509d4.js +2927 -0
  247. package/dist/cjs/analytics-config-475509d4.js.map +1 -0
  248. package/dist/cjs/atomic-automatic-facet_2.cjs.entry.js +3 -3
  249. package/dist/cjs/atomic-breadbox.cjs.entry.js +2 -2
  250. package/dist/cjs/atomic-category-facet.cjs.entry.js +4 -4
  251. package/dist/cjs/atomic-citation.cjs.entry.js +1 -1
  252. package/dist/cjs/atomic-color-facet.cjs.entry.js +3 -3
  253. package/dist/cjs/atomic-facet-manager.cjs.entry.js +1 -1
  254. package/dist/cjs/atomic-facet-number-input.cjs.entry.js +2 -2
  255. package/dist/cjs/atomic-facet.cjs.entry.js +6 -6
  256. package/dist/cjs/atomic-field-condition.cjs.entry.js +4 -4
  257. package/dist/cjs/atomic-focus-trap.cjs.entry.js +2 -2
  258. package/dist/cjs/atomic-folded-result-list.cjs.entry.js +8 -8
  259. package/dist/cjs/atomic-format-currency.cjs.entry.js +1 -1
  260. package/dist/cjs/atomic-format-number.cjs.entry.js +1 -1
  261. package/dist/cjs/atomic-format-unit.cjs.entry.js +1 -1
  262. package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js +3 -3
  263. package/dist/cjs/atomic-generated-answer.cjs.entry.js +3 -3
  264. package/dist/cjs/atomic-html.cjs.entry.js +1 -1
  265. package/dist/cjs/atomic-insight-edit-toggle.cjs.entry.js +1 -1
  266. package/dist/cjs/atomic-insight-facet.cjs.entry.js +5 -5
  267. package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js +8 -8
  268. package/dist/cjs/atomic-insight-full-search-button.cjs.entry.js +1 -1
  269. package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js +2 -2
  270. package/dist/cjs/atomic-insight-history-toggle.cjs.entry.js +1 -1
  271. package/dist/cjs/atomic-insight-interface.cjs.entry.js +307 -0
  272. package/dist/cjs/atomic-insight-interface.cjs.entry.js.map +1 -0
  273. package/dist/cjs/atomic-insight-layout.cjs.entry.js +5 -85
  274. package/dist/cjs/atomic-insight-layout.cjs.entry.js.map +1 -1
  275. package/dist/cjs/atomic-insight-no-results.cjs.entry.js +3 -3
  276. package/dist/cjs/atomic-insight-numeric-facet.cjs.entry.js +6 -6
  277. package/dist/cjs/atomic-insight-pager.cjs.entry.js +4 -4
  278. package/dist/cjs/atomic-insight-query-error.cjs.entry.js +3 -3
  279. package/dist/cjs/atomic-insight-query-summary.cjs.entry.js +2 -2
  280. package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js +5 -4
  281. package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js.map +1 -1
  282. package/dist/cjs/atomic-insight-refine-toggle.cjs.entry.js +1 -1
  283. package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js +2 -2
  284. package/dist/cjs/atomic-insight-result-action.cjs.entry.js +1 -1
  285. package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js +1 -1
  286. package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js +1 -1
  287. package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js +4 -4
  288. package/dist/cjs/atomic-insight-result-children.cjs.entry.js +2 -2
  289. package/dist/cjs/atomic-insight-result-list.cjs.entry.js +8 -8
  290. package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js +3 -3
  291. package/dist/cjs/atomic-insight-result-template.cjs.entry.js +4 -4
  292. package/dist/cjs/atomic-insight-result.cjs.entry.js +7 -7
  293. package/dist/cjs/atomic-insight-search-box.cjs.entry.js +34 -8
  294. package/dist/cjs/atomic-insight-search-box.cjs.entry.js.map +1 -1
  295. package/dist/cjs/atomic-insight-smart-snippet-feedback-modal.cjs.entry.js +4 -4
  296. package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js +1 -1
  297. package/dist/cjs/atomic-insight-smart-snippet.cjs.entry.js +1 -1
  298. package/dist/cjs/atomic-insight-tab.cjs.entry.js +2 -2
  299. package/dist/cjs/atomic-insight-tabs.cjs.entry.js +1 -1
  300. package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js +4 -4
  301. package/dist/cjs/atomic-insight-user-actions-session_2.cjs.entry.js +1 -1
  302. package/dist/cjs/atomic-insight-user-actions-toggle.cjs.entry.js +1 -1
  303. package/dist/cjs/atomic-ipx-body.cjs.entry.js +4 -4
  304. package/dist/cjs/atomic-ipx-button.cjs.entry.js +2 -2
  305. package/dist/cjs/atomic-ipx-embedded.cjs.entry.js +3 -3
  306. package/dist/cjs/atomic-ipx-modal.cjs.entry.js +4 -4
  307. package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js +8 -8
  308. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js +4 -3
  309. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js.map +1 -1
  310. package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js +1 -1
  311. package/dist/cjs/atomic-ipx-result-link.cjs.entry.js +1 -1
  312. package/dist/cjs/atomic-ipx-tab.cjs.entry.js +2 -1
  313. package/dist/cjs/atomic-ipx-tab.cjs.entry.js.map +1 -1
  314. package/dist/cjs/atomic-ipx-tabs.cjs.entry.js +1 -1
  315. package/dist/cjs/atomic-load-more-results.cjs.entry.js +3 -2
  316. package/dist/cjs/atomic-load-more-results.cjs.entry.js.map +1 -1
  317. package/dist/cjs/atomic-no-results.cjs.entry.js +3 -3
  318. package/dist/cjs/atomic-notifications.cjs.entry.js +2 -2
  319. package/dist/cjs/atomic-numeric-facet.cjs.entry.js +6 -6
  320. package/dist/cjs/atomic-query-error.cjs.entry.js +3 -3
  321. package/dist/cjs/atomic-quickview-modal.cjs.entry.js +1 -1
  322. package/dist/cjs/atomic-quickview.cjs.entry.js +3 -3
  323. package/dist/cjs/atomic-rating-facet.cjs.entry.js +4 -4
  324. package/dist/cjs/atomic-rating-range-facet.cjs.entry.js +3 -3
  325. package/dist/cjs/atomic-recs-error.cjs.entry.js +3 -3
  326. package/dist/cjs/atomic-recs-interface.cjs.entry.js +18 -2927
  327. package/dist/cjs/atomic-recs-interface.cjs.entry.js.map +1 -1
  328. package/dist/cjs/atomic-recs-list.cjs.entry.js +8 -8
  329. package/dist/cjs/atomic-recs-result-template.cjs.entry.js +4 -4
  330. package/dist/cjs/atomic-recs-result.cjs.entry.js +6 -6
  331. package/dist/cjs/atomic-refine-modal.cjs.entry.js +3 -3
  332. package/dist/cjs/atomic-refine-toggle.cjs.entry.js +1 -1
  333. package/dist/cjs/atomic-result-children-template.cjs.entry.js +4 -4
  334. package/dist/cjs/atomic-result-children.cjs.entry.js +2 -2
  335. package/dist/cjs/atomic-result-fields-list.cjs.entry.js +1 -1
  336. package/dist/cjs/atomic-result-icon.cjs.entry.js +1 -1
  337. package/dist/cjs/atomic-result-link.cjs.entry.js +1 -1
  338. package/dist/cjs/atomic-result-list.cjs.entry.js +9 -9
  339. package/dist/cjs/atomic-result-localized-text.cjs.entry.js +2 -2
  340. package/dist/cjs/atomic-result-multi-value-text.cjs.entry.js +1 -1
  341. package/dist/cjs/atomic-result-placeholder_8.cjs.entry.js +7 -7
  342. package/dist/cjs/atomic-result-printable-uri.cjs.entry.js +2 -2
  343. package/dist/cjs/atomic-result-section-children.cjs.entry.js +2 -2
  344. package/dist/cjs/atomic-result-section-emphasized.cjs.entry.js +2 -2
  345. package/dist/cjs/atomic-result-section-title-metadata.cjs.entry.js +2 -2
  346. package/dist/cjs/atomic-result-template.cjs.entry.js +4 -4
  347. package/dist/cjs/atomic-result.cjs.entry.js +6 -6
  348. package/dist/cjs/atomic-search-box-instant-results.cjs.entry.js +1 -1
  349. package/dist/cjs/{atomic-search-box-query-suggestions_2.cjs.entry.js → atomic-search-box-recent-queries.cjs.entry.js} +6 -69
  350. package/dist/cjs/atomic-search-box-recent-queries.cjs.entry.js.map +1 -0
  351. package/dist/cjs/atomic-search-box.cjs.entry.js +6 -6
  352. package/dist/cjs/atomic-segmented-facet.cjs.entry.js +2 -2
  353. package/dist/cjs/atomic-smart-snippet-answer_2.cjs.entry.js +3 -3
  354. package/dist/cjs/atomic-smart-snippet-collapse-wrapper_2.cjs.entry.js +3 -3
  355. package/dist/cjs/atomic-smart-snippet-feedback-modal.cjs.entry.js +4 -4
  356. package/dist/cjs/atomic-smart-snippet-suggestions.cjs.entry.js +1 -1
  357. package/dist/cjs/atomic-smart-snippet.cjs.entry.js +2 -2
  358. package/dist/cjs/atomic-sort-dropdown.cjs.entry.js +3 -3
  359. package/dist/cjs/atomic-sort-expression.cjs.entry.js +3 -3
  360. package/dist/cjs/atomic-stencil-facet-date-input.cjs.entry.js +3 -3
  361. package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js +1 -1
  362. package/dist/cjs/atomic-tab-bar_2.cjs.entry.js +1 -1
  363. package/dist/cjs/atomic-tab-button.cjs.entry.js +1 -1
  364. package/dist/cjs/atomic-tab-manager.cjs.entry.js +1 -1
  365. package/dist/cjs/atomic-timeframe-facet.cjs.entry.js +4 -4
  366. package/dist/cjs/atomic.cjs.js +1 -1
  367. package/dist/cjs/{cloned-facet-elements-3c7ea837.js → cloned-facet-elements-70cd1601.js} +2 -2
  368. package/dist/cjs/{cloned-facet-elements-3c7ea837.js.map → cloned-facet-elements-70cd1601.js.map} +1 -1
  369. package/dist/cjs/{display-options-09a8fab8.js → display-options-14f05862.js} +2 -2
  370. package/dist/cjs/{display-options-09a8fab8.js.map → display-options-14f05862.js.map} +1 -1
  371. package/dist/cjs/index-757bc886.js +6 -2
  372. package/dist/cjs/insight-layout-355a94dd.js +90 -0
  373. package/dist/cjs/insight-layout-355a94dd.js.map +1 -0
  374. package/dist/cjs/{item-section-utils-37848715.js → item-section-utils-8579462c.js} +2 -2
  375. package/dist/cjs/{item-section-utils-37848715.js.map → item-section-utils-8579462c.js.map} +1 -1
  376. package/dist/cjs/{props-utils-15a042f3.js → props-utils-1e4ba1b0.js} +2 -2
  377. package/dist/cjs/{props-utils-15a042f3.js.map → props-utils-1e4ba1b0.js.map} +1 -1
  378. package/dist/cjs/{replace-breakpoint-utils-47f2eaa4.js → replace-breakpoint-utils-7a084f54.js} +2 -1
  379. package/dist/cjs/replace-breakpoint-utils-7a084f54.js.map +1 -0
  380. package/dist/cjs/{result-template-common-023d3060.js → result-template-common-88359dad.js} +3 -3
  381. package/dist/cjs/{result-template-common-023d3060.js.map → result-template-common-88359dad.js.map} +1 -1
  382. package/dist/cjs/{sections-a6a40eaa.js → sections-fbb93b53.js} +2 -2
  383. package/dist/cjs/{sections-a6a40eaa.js.map → sections-fbb93b53.js.map} +1 -1
  384. package/dist/cjs/{stencil-accessibility-utils-86cc7071.js → stencil-accessibility-utils-aa4c9f6c.js} +2 -2
  385. package/dist/cjs/{stencil-accessibility-utils-86cc7071.js.map → stencil-accessibility-utils-aa4c9f6c.js.map} +1 -1
  386. package/dist/cjs/{stencil-facet-value-checkbox-fed178ad.js → stencil-facet-value-checkbox-62f07459.js} +2 -2
  387. package/dist/cjs/{stencil-facet-value-checkbox-fed178ad.js.map → stencil-facet-value-checkbox-62f07459.js.map} +1 -1
  388. package/dist/cjs/{stencil-facet-value-5957b403.js → stencil-facet-value-e67c9332.js} +2 -2
  389. package/dist/cjs/{stencil-facet-value-5957b403.js.map → stencil-facet-value-e67c9332.js.map} +1 -1
  390. package/dist/cjs/{stencil-item-list-common-b08abf21.js → stencil-item-list-common-17bd1046.js} +4 -4
  391. package/dist/cjs/{stencil-item-list-common-b08abf21.js.map → stencil-item-list-common-17bd1046.js.map} +1 -1
  392. package/dist/cjs/{stencil-values-container-d20f9b28.js → stencil-values-container-9f50ec1a.js} +2 -2
  393. package/dist/cjs/{stencil-values-container-d20f9b28.js.map → stencil-values-container-9f50ec1a.js.map} +1 -1
  394. package/dist/cjs/{store-7927ea61.js → store-82abd941.js} +33 -2
  395. package/dist/cjs/store-82abd941.js.map +1 -0
  396. package/dist/cjs/{timeframe-facet-common-4ea96ccb.js → timeframe-facet-common-b5535cca.js} +2 -2
  397. package/dist/cjs/{timeframe-facet-common-4ea96ccb.js.map → timeframe-facet-common-b5535cca.js.map} +1 -1
  398. package/dist/cjs/{utils-12b49e87.js → utils-7153ae6b.js} +18 -1
  399. package/dist/cjs/utils-7153ae6b.js.map +1 -0
  400. package/dist/cjs/version.cjs.js +1 -1
  401. package/dist/esm/_loader.js +1 -1
  402. package/dist/esm/analytics-config-2d2e39ed.js +2918 -0
  403. package/dist/esm/analytics-config-2d2e39ed.js.map +1 -0
  404. package/dist/esm/atomic-automatic-facet_2.entry.js +3 -3
  405. package/dist/esm/atomic-breadbox.entry.js +2 -2
  406. package/dist/esm/atomic-category-facet.entry.js +4 -4
  407. package/dist/esm/atomic-citation.entry.js +1 -1
  408. package/dist/esm/atomic-color-facet.entry.js +3 -3
  409. package/dist/esm/atomic-facet-manager.entry.js +1 -1
  410. package/dist/esm/atomic-facet-number-input.entry.js +2 -2
  411. package/dist/esm/atomic-facet.entry.js +6 -6
  412. package/dist/esm/atomic-field-condition.entry.js +4 -4
  413. package/dist/esm/atomic-focus-trap.entry.js +2 -2
  414. package/dist/esm/atomic-folded-result-list.entry.js +8 -8
  415. package/dist/esm/atomic-format-currency.entry.js +1 -1
  416. package/dist/esm/atomic-format-number.entry.js +1 -1
  417. package/dist/esm/atomic-format-unit.entry.js +1 -1
  418. package/dist/esm/atomic-generated-answer-feedback-modal.entry.js +3 -3
  419. package/dist/esm/atomic-generated-answer.entry.js +3 -3
  420. package/dist/esm/atomic-html.entry.js +1 -1
  421. package/dist/esm/atomic-insight-edit-toggle.entry.js +1 -1
  422. package/dist/esm/atomic-insight-facet.entry.js +5 -5
  423. package/dist/esm/atomic-insight-folded-result-list.entry.js +8 -8
  424. package/dist/esm/atomic-insight-full-search-button.entry.js +1 -1
  425. package/dist/esm/atomic-insight-generated-answer.entry.js +2 -2
  426. package/dist/esm/atomic-insight-history-toggle.entry.js +1 -1
  427. package/dist/esm/atomic-insight-interface.entry.js +303 -0
  428. package/dist/esm/atomic-insight-interface.entry.js.map +1 -0
  429. package/dist/esm/atomic-insight-layout.entry.js +3 -83
  430. package/dist/esm/atomic-insight-layout.entry.js.map +1 -1
  431. package/dist/esm/atomic-insight-no-results.entry.js +3 -3
  432. package/dist/esm/atomic-insight-numeric-facet.entry.js +6 -6
  433. package/dist/esm/atomic-insight-pager.entry.js +4 -4
  434. package/dist/esm/atomic-insight-query-error.entry.js +3 -3
  435. package/dist/esm/atomic-insight-query-summary.entry.js +2 -2
  436. package/dist/esm/atomic-insight-refine-modal.entry.js +5 -4
  437. package/dist/esm/atomic-insight-refine-modal.entry.js.map +1 -1
  438. package/dist/esm/atomic-insight-refine-toggle.entry.js +1 -1
  439. package/dist/esm/atomic-insight-result-action-bar.entry.js +2 -2
  440. package/dist/esm/atomic-insight-result-action.entry.js +1 -1
  441. package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js +1 -1
  442. package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js +1 -1
  443. package/dist/esm/atomic-insight-result-children-template.entry.js +4 -4
  444. package/dist/esm/atomic-insight-result-children.entry.js +2 -2
  445. package/dist/esm/atomic-insight-result-list.entry.js +8 -8
  446. package/dist/esm/atomic-insight-result-quickview-action.entry.js +3 -3
  447. package/dist/esm/atomic-insight-result-template.entry.js +4 -4
  448. package/dist/esm/atomic-insight-result.entry.js +7 -7
  449. package/dist/esm/atomic-insight-search-box.entry.js +33 -7
  450. package/dist/esm/atomic-insight-search-box.entry.js.map +1 -1
  451. package/dist/esm/atomic-insight-smart-snippet-feedback-modal.entry.js +4 -4
  452. package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js +1 -1
  453. package/dist/esm/atomic-insight-smart-snippet.entry.js +1 -1
  454. package/dist/esm/atomic-insight-tab.entry.js +2 -2
  455. package/dist/esm/atomic-insight-tabs.entry.js +1 -1
  456. package/dist/esm/atomic-insight-timeframe-facet.entry.js +4 -4
  457. package/dist/esm/atomic-insight-user-actions-session_2.entry.js +1 -1
  458. package/dist/esm/atomic-insight-user-actions-toggle.entry.js +1 -1
  459. package/dist/esm/atomic-ipx-body.entry.js +4 -4
  460. package/dist/esm/atomic-ipx-button.entry.js +2 -2
  461. package/dist/esm/atomic-ipx-embedded.entry.js +3 -3
  462. package/dist/esm/atomic-ipx-modal.entry.js +4 -4
  463. package/dist/esm/atomic-ipx-recs-list.entry.js +8 -8
  464. package/dist/esm/atomic-ipx-refine-modal.entry.js +4 -3
  465. package/dist/esm/atomic-ipx-refine-modal.entry.js.map +1 -1
  466. package/dist/esm/atomic-ipx-refine-toggle.entry.js +1 -1
  467. package/dist/esm/atomic-ipx-result-link.entry.js +1 -1
  468. package/dist/esm/atomic-ipx-tab.entry.js +2 -1
  469. package/dist/esm/atomic-ipx-tab.entry.js.map +1 -1
  470. package/dist/esm/atomic-ipx-tabs.entry.js +1 -1
  471. package/dist/esm/atomic-load-more-results.entry.js +3 -2
  472. package/dist/esm/atomic-load-more-results.entry.js.map +1 -1
  473. package/dist/esm/atomic-no-results.entry.js +3 -3
  474. package/dist/esm/atomic-notifications.entry.js +2 -2
  475. package/dist/esm/atomic-numeric-facet.entry.js +6 -6
  476. package/dist/esm/atomic-query-error.entry.js +3 -3
  477. package/dist/esm/atomic-quickview-modal.entry.js +1 -1
  478. package/dist/esm/atomic-quickview.entry.js +3 -3
  479. package/dist/esm/atomic-rating-facet.entry.js +4 -4
  480. package/dist/esm/atomic-rating-range-facet.entry.js +3 -3
  481. package/dist/esm/atomic-recs-error.entry.js +3 -3
  482. package/dist/esm/atomic-recs-interface.entry.js +10 -2919
  483. package/dist/esm/atomic-recs-interface.entry.js.map +1 -1
  484. package/dist/esm/atomic-recs-list.entry.js +8 -8
  485. package/dist/esm/atomic-recs-result-template.entry.js +4 -4
  486. package/dist/esm/atomic-recs-result.entry.js +6 -6
  487. package/dist/esm/atomic-refine-modal.entry.js +3 -3
  488. package/dist/esm/atomic-refine-toggle.entry.js +1 -1
  489. package/dist/esm/atomic-result-children-template.entry.js +4 -4
  490. package/dist/esm/atomic-result-children.entry.js +2 -2
  491. package/dist/esm/atomic-result-fields-list.entry.js +1 -1
  492. package/dist/esm/atomic-result-icon.entry.js +1 -1
  493. package/dist/esm/atomic-result-link.entry.js +1 -1
  494. package/dist/esm/atomic-result-list.entry.js +9 -9
  495. package/dist/esm/atomic-result-localized-text.entry.js +2 -2
  496. package/dist/esm/atomic-result-multi-value-text.entry.js +1 -1
  497. package/dist/esm/atomic-result-placeholder_8.entry.js +7 -7
  498. package/dist/esm/atomic-result-printable-uri.entry.js +2 -2
  499. package/dist/esm/atomic-result-section-children.entry.js +2 -2
  500. package/dist/esm/atomic-result-section-emphasized.entry.js +2 -2
  501. package/dist/esm/atomic-result-section-title-metadata.entry.js +2 -2
  502. package/dist/esm/atomic-result-template.entry.js +4 -4
  503. package/dist/esm/atomic-result.entry.js +6 -6
  504. package/dist/esm/atomic-search-box-instant-results.entry.js +1 -1
  505. package/dist/esm/{atomic-search-box-query-suggestions_2.entry.js → atomic-search-box-recent-queries.entry.js} +9 -71
  506. package/dist/esm/atomic-search-box-recent-queries.entry.js.map +1 -0
  507. package/dist/esm/atomic-search-box.entry.js +6 -6
  508. package/dist/esm/atomic-segmented-facet.entry.js +2 -2
  509. package/dist/esm/atomic-smart-snippet-answer_2.entry.js +3 -3
  510. package/dist/esm/atomic-smart-snippet-collapse-wrapper_2.entry.js +3 -3
  511. package/dist/esm/atomic-smart-snippet-feedback-modal.entry.js +4 -4
  512. package/dist/esm/atomic-smart-snippet-suggestions.entry.js +1 -1
  513. package/dist/esm/atomic-smart-snippet.entry.js +2 -2
  514. package/dist/esm/atomic-sort-dropdown.entry.js +3 -3
  515. package/dist/esm/atomic-sort-expression.entry.js +3 -3
  516. package/dist/esm/atomic-stencil-facet-date-input.entry.js +3 -3
  517. package/dist/esm/atomic-suggestion-renderer.entry.js +1 -1
  518. package/dist/esm/atomic-tab-bar_2.entry.js +1 -1
  519. package/dist/esm/atomic-tab-button.entry.js +1 -1
  520. package/dist/esm/atomic-tab-manager.entry.js +1 -1
  521. package/dist/esm/atomic-timeframe-facet.entry.js +4 -4
  522. package/dist/esm/atomic.js +1 -1
  523. package/dist/esm/{cloned-facet-elements-82071d0c.js → cloned-facet-elements-807b566b.js} +2 -2
  524. package/dist/esm/{cloned-facet-elements-82071d0c.js.map → cloned-facet-elements-807b566b.js.map} +1 -1
  525. package/dist/esm/{display-options-aede159b.js → display-options-c16840c6.js} +2 -2
  526. package/dist/esm/{display-options-aede159b.js.map → display-options-c16840c6.js.map} +1 -1
  527. package/dist/esm/index-3f35faca.js +6 -2
  528. package/dist/esm/insight-layout-776b87f2.js +87 -0
  529. package/dist/esm/insight-layout-776b87f2.js.map +1 -0
  530. package/dist/esm/{item-section-utils-d8aa24b7.js → item-section-utils-46828f30.js} +2 -2
  531. package/dist/esm/{item-section-utils-d8aa24b7.js.map → item-section-utils-46828f30.js.map} +1 -1
  532. package/dist/esm/{props-utils-6040b5d2.js → props-utils-e97ad6bd.js} +2 -2
  533. package/dist/esm/{props-utils-6040b5d2.js.map → props-utils-e97ad6bd.js.map} +1 -1
  534. package/dist/esm/{replace-breakpoint-utils-13ff9ca5.js → replace-breakpoint-utils-7a336631.js} +2 -2
  535. package/dist/esm/replace-breakpoint-utils-7a336631.js.map +1 -0
  536. package/dist/esm/{result-template-common-efcc3c0e.js → result-template-common-ac9fecab.js} +3 -3
  537. package/dist/esm/{result-template-common-efcc3c0e.js.map → result-template-common-ac9fecab.js.map} +1 -1
  538. package/dist/esm/{sections-3f12bc7d.js → sections-d787040b.js} +2 -2
  539. package/dist/esm/{sections-3f12bc7d.js.map → sections-d787040b.js.map} +1 -1
  540. package/dist/esm/{stencil-accessibility-utils-ae75044b.js → stencil-accessibility-utils-196a08f3.js} +2 -2
  541. package/dist/esm/{stencil-accessibility-utils-ae75044b.js.map → stencil-accessibility-utils-196a08f3.js.map} +1 -1
  542. package/dist/esm/{stencil-facet-value-9deafe8e.js → stencil-facet-value-30dc9b6c.js} +2 -2
  543. package/dist/esm/{stencil-facet-value-9deafe8e.js.map → stencil-facet-value-30dc9b6c.js.map} +1 -1
  544. package/dist/esm/{stencil-facet-value-checkbox-c0df7c4e.js → stencil-facet-value-checkbox-0637f7f8.js} +2 -2
  545. package/dist/esm/{stencil-facet-value-checkbox-c0df7c4e.js.map → stencil-facet-value-checkbox-0637f7f8.js.map} +1 -1
  546. package/dist/esm/{stencil-item-list-common-d2833d51.js → stencil-item-list-common-fc95e16b.js} +4 -4
  547. package/dist/esm/{stencil-item-list-common-d2833d51.js.map → stencil-item-list-common-fc95e16b.js.map} +1 -1
  548. package/dist/esm/{stencil-values-container-9b9cd73f.js → stencil-values-container-55a7e816.js} +2 -2
  549. package/dist/esm/{stencil-values-container-9b9cd73f.js.map → stencil-values-container-55a7e816.js.map} +1 -1
  550. package/dist/esm/{store-7d2c2a8c.js → store-015afa83.js} +31 -3
  551. package/dist/esm/store-015afa83.js.map +1 -0
  552. package/dist/esm/{timeframe-facet-common-55fc72f3.js → timeframe-facet-common-eb1016d2.js} +2 -2
  553. package/dist/esm/{timeframe-facet-common-55fc72f3.js.map → timeframe-facet-common-eb1016d2.js.map} +1 -1
  554. package/dist/esm/{utils-6400ebde.js → utils-7161486d.js} +18 -2
  555. package/dist/esm/utils-7161486d.js.map +1 -0
  556. package/dist/esm/version.js +1 -1
  557. package/dist/types/components/insight/atomic-insight-interface/atomic-insight-interface.d.ts +42 -35
  558. package/dist/types/components/insight/index.d.ts +1 -1
  559. package/dist/types/components/search/{search-box-suggestions/atomic-search-box-query-suggestions → atomic-search-box-query-suggestions}/atomic-search-box-query-suggestions.d.ts +16 -7
  560. package/dist/types/components/search/index.d.ts +1 -0
  561. package/dist/types/components.d.ts +113 -53
  562. package/docs/atomic-docs.json +423 -107
  563. package/package.json +1 -1
  564. package/dist/atomic/components/atomic-search-box-query-suggestions.d.ts +0 -11
  565. package/dist/atomic/components/atomic-search-box-query-suggestions.js +0 -8
  566. package/dist/atomic/components/atomic-search-box-query-suggestions.js.map +0 -1
  567. package/dist/atomic/components/atomic-search-box-query-suggestions2.js +0 -89
  568. package/dist/atomic/components/atomic-search-box-query-suggestions2.js.map +0 -1
  569. package/dist/atomic/components/components/insight/atomic-insight-interface/analytics-config.js +0 -31
  570. package/dist/atomic/components/components/insight/atomic-insight-interface/atomic-insight-interface.js +0 -258
  571. package/dist/atomic/components/stencil-query-suggestions.js +0 -33
  572. package/dist/atomic/components/stencil-query-suggestions.js.map +0 -1
  573. package/dist/atomic/p-1fca38e1.js +0 -2
  574. package/dist/atomic/p-40b7b8f6.entry.js +0 -2
  575. package/dist/atomic/p-40b7b8f6.entry.js.map +0 -1
  576. package/dist/atomic/p-5d0fc7e2.js +0 -2
  577. package/dist/atomic/p-6b3429d3.js +0 -2
  578. package/dist/atomic/p-7fe23afc.entry.js +0 -2
  579. package/dist/atomic/p-89abfaec.entry.js +0 -2
  580. package/dist/atomic/p-8ace4e12.entry.js +0 -2
  581. package/dist/atomic/p-8ace4e12.entry.js.map +0 -1
  582. package/dist/atomic/p-aaa5a853.js +0 -2
  583. package/dist/atomic/p-aaa5a853.js.map +0 -1
  584. package/dist/atomic/p-af93b44c.js +0 -2
  585. package/dist/atomic/p-af93b44c.js.map +0 -1
  586. package/dist/atomic/p-b380f118.entry.js +0 -2
  587. package/dist/atomic/p-b380f118.entry.js.map +0 -1
  588. package/dist/atomic/p-b628ed03.entry.js +0 -2
  589. package/dist/atomic/p-c467674f.entry.js +0 -2
  590. package/dist/atomic/p-ca1425cc.entry.js +0 -2
  591. package/dist/atomic/p-ca1425cc.entry.js.map +0 -1
  592. package/dist/atomic/p-ef8f2239.entry.js +0 -2
  593. package/dist/atomic/p-f37dea9e.entry.js +0 -2
  594. package/dist/atomic/p-f4818e53.entry.js +0 -2
  595. package/dist/atomic/p-f537c5af.js +0 -2
  596. package/dist/atomic/p-f537c5af.js.map +0 -1
  597. package/dist/cjs/atomic-search-box-query-suggestions_2.cjs.entry.js.map +0 -1
  598. package/dist/cjs/replace-breakpoint-utils-47f2eaa4.js.map +0 -1
  599. package/dist/cjs/stencil-query-suggestions-03268ecc.js +0 -38
  600. package/dist/cjs/stencil-query-suggestions-03268ecc.js.map +0 -1
  601. package/dist/cjs/store-7927ea61.js.map +0 -1
  602. package/dist/cjs/utils-12b49e87.js.map +0 -1
  603. package/dist/esm/atomic-search-box-query-suggestions_2.entry.js.map +0 -1
  604. package/dist/esm/replace-breakpoint-utils-13ff9ca5.js.map +0 -1
  605. package/dist/esm/stencil-query-suggestions-5d6a46d7.js +0 -33
  606. package/dist/esm/stencil-query-suggestions-5d6a46d7.js.map +0 -1
  607. package/dist/esm/store-7d2c2a8c.js.map +0 -1
  608. package/dist/esm/utils-6400ebde.js.map +0 -1
  609. /package/dist/atomic/{p-1910eb7f.entry.js.map → p-00069a4b.entry.js.map} +0 -0
  610. /package/dist/atomic/{p-a0ebbbdf.entry.js.map → p-00a6ab8c.entry.js.map} +0 -0
  611. /package/dist/atomic/{p-15547bd5.entry.js.map → p-01511388.entry.js.map} +0 -0
  612. /package/dist/atomic/{p-6819f12c.entry.js.map → p-0610b3e7.entry.js.map} +0 -0
  613. /package/dist/atomic/{p-318c96f5.entry.js.map → p-06284430.entry.js.map} +0 -0
  614. /package/dist/atomic/{p-94adab79.entry.js.map → p-0b5efb51.entry.js.map} +0 -0
  615. /package/dist/atomic/{p-4cb91ee7.entry.js.map → p-0c8e7d5f.entry.js.map} +0 -0
  616. /package/dist/atomic/{p-3272a04b.entry.js.map → p-0ed76e65.entry.js.map} +0 -0
  617. /package/dist/atomic/{p-05f1ff6f.entry.js.map → p-0edea6f9.entry.js.map} +0 -0
  618. /package/dist/atomic/{p-dea22a8d.entry.js.map → p-0f39889d.entry.js.map} +0 -0
  619. /package/dist/atomic/{p-14bad769.entry.js.map → p-0f449e9d.entry.js.map} +0 -0
  620. /package/dist/atomic/{p-5b8cc4bc.entry.js.map → p-10b5e0f3.entry.js.map} +0 -0
  621. /package/dist/atomic/{p-7741124a.entry.js.map → p-1435fb6f.entry.js.map} +0 -0
  622. /package/dist/atomic/{p-a7189b06.entry.js.map → p-1db20a4a.entry.js.map} +0 -0
  623. /package/dist/atomic/{p-558f2191.entry.js.map → p-23d4dc54.entry.js.map} +0 -0
  624. /package/dist/atomic/{p-a6dde0f6.entry.js.map → p-24fd7df6.entry.js.map} +0 -0
  625. /package/dist/atomic/{p-c467674f.entry.js.map → p-250f34d4.entry.js.map} +0 -0
  626. /package/dist/atomic/{p-dbb680bd.js.map → p-27b8404c.js.map} +0 -0
  627. /package/dist/atomic/{p-025a346a.js.map → p-27cf779a.js.map} +0 -0
  628. /package/dist/atomic/{p-6b3429d3.js.map → p-28e882e8.js.map} +0 -0
  629. /package/dist/atomic/{p-57049cd2.entry.js.map → p-2e4628bb.entry.js.map} +0 -0
  630. /package/dist/atomic/{p-d8caa4d8.entry.js.map → p-2fb49fe8.entry.js.map} +0 -0
  631. /package/dist/atomic/{p-e6871a3f.entry.js.map → p-30c09377.entry.js.map} +0 -0
  632. /package/dist/atomic/{p-0580b866.js.map → p-31a13850.js.map} +0 -0
  633. /package/dist/atomic/{p-f0c657f4.entry.js.map → p-3549a469.entry.js.map} +0 -0
  634. /package/dist/atomic/{p-c619df9b.js.map → p-3622ed6c.js.map} +0 -0
  635. /package/dist/atomic/{p-db2d92c5.entry.js.map → p-367ec37d.entry.js.map} +0 -0
  636. /package/dist/atomic/{p-26e0c1f8.entry.js.map → p-36f63642.entry.js.map} +0 -0
  637. /package/dist/atomic/{p-831b1340.entry.js.map → p-3857d6a3.entry.js.map} +0 -0
  638. /package/dist/atomic/{p-7427daa3.js.map → p-3af2fca0.js.map} +0 -0
  639. /package/dist/atomic/{p-b29d121c.js.map → p-3c9289b5.js.map} +0 -0
  640. /package/dist/atomic/{p-36e2c945.entry.js.map → p-3d55fce6.entry.js.map} +0 -0
  641. /package/dist/atomic/{p-088d634c.entry.js.map → p-3e9db2b5.entry.js.map} +0 -0
  642. /package/dist/atomic/{p-e34dafbb.entry.js.map → p-406a288c.entry.js.map} +0 -0
  643. /package/dist/atomic/{p-36905dd1.entry.js.map → p-40c1dfcb.entry.js.map} +0 -0
  644. /package/dist/atomic/{p-be011bd1.entry.js.map → p-416d088e.entry.js.map} +0 -0
  645. /package/dist/atomic/{p-5f4724c9.entry.js.map → p-4723ffa5.entry.js.map} +0 -0
  646. /package/dist/atomic/{p-99d4c4bf.entry.js.map → p-47ab6c9f.entry.js.map} +0 -0
  647. /package/dist/atomic/{p-7242b46e.entry.js.map → p-4830b9bb.entry.js.map} +0 -0
  648. /package/dist/atomic/{p-0ee7cab8.entry.js.map → p-4bdc6d5a.entry.js.map} +0 -0
  649. /package/dist/atomic/{p-c2a5dac0.entry.js.map → p-4f4c9a03.entry.js.map} +0 -0
  650. /package/dist/atomic/{p-7fd58269.entry.js.map → p-519d9abd.entry.js.map} +0 -0
  651. /package/dist/atomic/{p-7f56351b.entry.js.map → p-52d5461a.entry.js.map} +0 -0
  652. /package/dist/atomic/{p-5d0fc7e2.js.map → p-56c97c3e.js.map} +0 -0
  653. /package/dist/atomic/{p-3e62ef5c.entry.js.map → p-577d34ba.entry.js.map} +0 -0
  654. /package/dist/atomic/{p-ae69f519.entry.js.map → p-59b15bd6.entry.js.map} +0 -0
  655. /package/dist/atomic/{p-e49ad083.entry.js.map → p-59f043a0.entry.js.map} +0 -0
  656. /package/dist/atomic/{p-ca37969c.js.map → p-5ca21deb.js.map} +0 -0
  657. /package/dist/atomic/{p-831519c0.entry.js.map → p-5f706e3d.entry.js.map} +0 -0
  658. /package/dist/atomic/{p-2f437b47.entry.js.map → p-6098b906.entry.js.map} +0 -0
  659. /package/dist/atomic/{p-87e2c8ae.entry.js.map → p-6289adc7.entry.js.map} +0 -0
  660. /package/dist/atomic/{p-b1ffa893.entry.js.map → p-65dd9017.entry.js.map} +0 -0
  661. /package/dist/atomic/{p-82cd6398.entry.js.map → p-723f76a1.entry.js.map} +0 -0
  662. /package/dist/atomic/{p-39fe9c1e.entry.js.map → p-736f4d7e.entry.js.map} +0 -0
  663. /package/dist/atomic/{p-6439156c.entry.js.map → p-740cd5bc.entry.js.map} +0 -0
  664. /package/dist/atomic/{p-4fc7e58e.js.map → p-7709fba4.js.map} +0 -0
  665. /package/dist/atomic/{p-d0ab0125.entry.js.map → p-7cced247.entry.js.map} +0 -0
  666. /package/dist/atomic/{p-044de1f9.entry.js.map → p-7e971d15.entry.js.map} +0 -0
  667. /package/dist/atomic/{p-66166975.entry.js.map → p-7e9a1a1a.entry.js.map} +0 -0
  668. /package/dist/atomic/{p-36ff2bc3.entry.js.map → p-83d3857f.entry.js.map} +0 -0
  669. /package/dist/atomic/{p-1c8bcadf.entry.js.map → p-85145c88.entry.js.map} +0 -0
  670. /package/dist/atomic/{p-55c41e00.entry.js.map → p-8572a953.entry.js.map} +0 -0
  671. /package/dist/atomic/{p-5cab535b.entry.js.map → p-87f69e53.entry.js.map} +0 -0
  672. /package/dist/atomic/{p-22b76c96.entry.js.map → p-89d8bb0d.entry.js.map} +0 -0
  673. /package/dist/atomic/{p-bd01acd5.entry.js.map → p-93601dc0.entry.js.map} +0 -0
  674. /package/dist/atomic/{p-3b49d42d.entry.js.map → p-93da1f4e.entry.js.map} +0 -0
  675. /package/dist/atomic/{p-c5164dbf.entry.js.map → p-93f1d551.entry.js.map} +0 -0
  676. /package/dist/atomic/{p-6698d5e9.entry.js.map → p-97538903.entry.js.map} +0 -0
  677. /package/dist/atomic/{p-7e636397.js.map → p-97748161.js.map} +0 -0
  678. /package/dist/atomic/{p-fc71835d.entry.js.map → p-97829295.entry.js.map} +0 -0
  679. /package/dist/atomic/{p-2f517a54.entry.js.map → p-998393ec.entry.js.map} +0 -0
  680. /package/dist/atomic/{p-ba95a7d1.entry.js.map → p-9faad55b.entry.js.map} +0 -0
  681. /package/dist/atomic/{p-70747efa.entry.js.map → p-a130b00b.entry.js.map} +0 -0
  682. /package/dist/atomic/{p-5e1018bb.entry.js.map → p-a4d277c7.entry.js.map} +0 -0
  683. /package/dist/atomic/{p-47b41b27.entry.js.map → p-a9383817.entry.js.map} +0 -0
  684. /package/dist/atomic/{p-bc43df67.entry.js.map → p-b2b9e83f.entry.js.map} +0 -0
  685. /package/dist/atomic/{p-182f9112.entry.js.map → p-b313058c.entry.js.map} +0 -0
  686. /package/dist/atomic/{p-76c14d82.entry.js.map → p-b320f270.entry.js.map} +0 -0
  687. /package/dist/atomic/{p-81bdbd07.entry.js.map → p-b6ae0244.entry.js.map} +0 -0
  688. /package/dist/atomic/{p-df8d38ca.entry.js.map → p-bbfe727a.entry.js.map} +0 -0
  689. /package/dist/atomic/{p-3fcf37f8.entry.js.map → p-bd3542d2.entry.js.map} +0 -0
  690. /package/dist/atomic/{p-48bab1a6.entry.js.map → p-be2a43f4.entry.js.map} +0 -0
  691. /package/dist/atomic/{p-955092ed.entry.js.map → p-c25f1437.entry.js.map} +0 -0
  692. /package/dist/atomic/{p-f4818e53.entry.js.map → p-c2b4b401.entry.js.map} +0 -0
  693. /package/dist/atomic/{p-e6dc9de7.entry.js.map → p-c9f1790d.entry.js.map} +0 -0
  694. /package/dist/atomic/{p-21ab7750.entry.js.map → p-cafa4083.entry.js.map} +0 -0
  695. /package/dist/atomic/{p-b84108f3.entry.js.map → p-cb3fd0f4.entry.js.map} +0 -0
  696. /package/dist/atomic/{p-77d00da1.entry.js.map → p-cdeb5f2a.entry.js.map} +0 -0
  697. /package/dist/atomic/{p-e455330c.entry.js.map → p-ce5b896e.entry.js.map} +0 -0
  698. /package/dist/atomic/{p-a5922586.entry.js.map → p-d1795580.entry.js.map} +0 -0
  699. /package/dist/atomic/{p-3291adda.entry.js.map → p-d211a422.entry.js.map} +0 -0
  700. /package/dist/atomic/{p-af2855cc.entry.js.map → p-d6e04719.entry.js.map} +0 -0
  701. /package/dist/atomic/{p-463336ca.entry.js.map → p-da845e35.entry.js.map} +0 -0
  702. /package/dist/atomic/{p-33245038.entry.js.map → p-dbc0ce5c.entry.js.map} +0 -0
  703. /package/dist/atomic/{p-db3b11ca.entry.js.map → p-dbf0c5a3.entry.js.map} +0 -0
  704. /package/dist/atomic/{p-f65ca329.entry.js.map → p-dd35e7ad.entry.js.map} +0 -0
  705. /package/dist/atomic/{p-18dc558c.entry.js.map → p-ed8e5c4d.entry.js.map} +0 -0
  706. /package/dist/atomic/{p-5a2ef889.js.map → p-edd4d5f7.js.map} +0 -0
  707. /package/dist/atomic/{p-9aad555a.entry.js.map → p-edede7d1.entry.js.map} +0 -0
  708. /package/dist/atomic/{p-8d5228da.entry.js.map → p-ee957926.entry.js.map} +0 -0
  709. /package/dist/atomic/{p-89abfaec.entry.js.map → p-f71b14b2.entry.js.map} +0 -0
  710. /package/dist/atomic/{p-80290dd3.entry.js.map → p-f76b7ac3.entry.js.map} +0 -0
  711. /package/dist/atomic/{p-f1241140.entry.js.map → p-f936f55e.entry.js.map} +0 -0
  712. /package/dist/atomic/{p-e276c7e0.entry.js.map → p-f9608731.entry.js.map} +0 -0
  713. /package/dist/atomic/{p-479cb38a.entry.js.map → p-f9dd14b2.entry.js.map} +0 -0
  714. /package/dist/atomic/{p-35c2ee5f.entry.js.map → p-fa658ef2.entry.js.map} +0 -0
  715. /package/dist/atomic/{p-448091f7.entry.js.map → p-fafd5042.entry.js.map} +0 -0
  716. /package/dist/atomic/{p-b85c2c46.entry.js.map → p-fb1a1e2e.entry.js.map} +0 -0
  717. /package/dist/atomic/{p-851b9735.entry.js.map → p-fdcd187d.entry.js.map} +0 -0
  718. /package/dist/atomic/{p-b1b583a0.entry.js.map → p-fdd0aa42.entry.js.map} +0 -0
  719. /package/dist/atomic/{p-44d96103.entry.js.map → p-fe3cd55b.entry.js.map} +0 -0
  720. /package/dist/atomic/{p-0535b93d.entry.js.map → p-fe59fb2d.entry.js.map} +0 -0
@@ -0,0 +1,2918 @@
1
+ import { d as dayjs } from './dayjs.min-d04628c6.js';
2
+ import { VERSION } from '@coveo/headless';
3
+ import { h } from './index-3f35faca.js';
4
+ import { D as DOMPurify } from './purify-c7ebd240.js';
5
+
6
+ const isString = obj => typeof obj === 'string';
7
+ const defer = () => {
8
+ let res;
9
+ let rej;
10
+ const promise = new Promise((resolve, reject) => {
11
+ res = resolve;
12
+ rej = reject;
13
+ });
14
+ promise.resolve = res;
15
+ promise.reject = rej;
16
+ return promise;
17
+ };
18
+ const makeString = object => {
19
+ if (object == null) return '';
20
+ return '' + object;
21
+ };
22
+ const copy = (a, s, t) => {
23
+ a.forEach(m => {
24
+ if (s[m]) t[m] = s[m];
25
+ });
26
+ };
27
+ const lastOfPathSeparatorRegExp = /###/g;
28
+ const cleanKey = key => key && key.indexOf('###') > -1 ? key.replace(lastOfPathSeparatorRegExp, '.') : key;
29
+ const canNotTraverseDeeper = object => !object || isString(object);
30
+ const getLastOfPath = (object, path, Empty) => {
31
+ const stack = !isString(path) ? path : path.split('.');
32
+ let stackIndex = 0;
33
+ while (stackIndex < stack.length - 1) {
34
+ if (canNotTraverseDeeper(object)) return {};
35
+ const key = cleanKey(stack[stackIndex]);
36
+ if (!object[key] && Empty) object[key] = new Empty();
37
+ if (Object.prototype.hasOwnProperty.call(object, key)) {
38
+ object = object[key];
39
+ } else {
40
+ object = {};
41
+ }
42
+ ++stackIndex;
43
+ }
44
+ if (canNotTraverseDeeper(object)) return {};
45
+ return {
46
+ obj: object,
47
+ k: cleanKey(stack[stackIndex])
48
+ };
49
+ };
50
+ const setPath = (object, path, newValue) => {
51
+ const {
52
+ obj,
53
+ k
54
+ } = getLastOfPath(object, path, Object);
55
+ if (obj !== undefined || path.length === 1) {
56
+ obj[k] = newValue;
57
+ return;
58
+ }
59
+ let e = path[path.length - 1];
60
+ let p = path.slice(0, path.length - 1);
61
+ let last = getLastOfPath(object, p, Object);
62
+ while (last.obj === undefined && p.length) {
63
+ e = `${p[p.length - 1]}.${e}`;
64
+ p = p.slice(0, p.length - 1);
65
+ last = getLastOfPath(object, p, Object);
66
+ if (last?.obj && typeof last.obj[`${last.k}.${e}`] !== 'undefined') {
67
+ last.obj = undefined;
68
+ }
69
+ }
70
+ last.obj[`${last.k}.${e}`] = newValue;
71
+ };
72
+ const pushPath = (object, path, newValue, concat) => {
73
+ const {
74
+ obj,
75
+ k
76
+ } = getLastOfPath(object, path, Object);
77
+ obj[k] = obj[k] || [];
78
+ obj[k].push(newValue);
79
+ };
80
+ const getPath = (object, path) => {
81
+ const {
82
+ obj,
83
+ k
84
+ } = getLastOfPath(object, path);
85
+ if (!obj) return undefined;
86
+ if (!Object.prototype.hasOwnProperty.call(obj, k)) return undefined;
87
+ return obj[k];
88
+ };
89
+ const getPathWithDefaults = (data, defaultData, key) => {
90
+ const value = getPath(data, key);
91
+ if (value !== undefined) {
92
+ return value;
93
+ }
94
+ return getPath(defaultData, key);
95
+ };
96
+ const deepExtend = (target, source, overwrite) => {
97
+ for (const prop in source) {
98
+ if (prop !== '__proto__' && prop !== 'constructor') {
99
+ if (prop in target) {
100
+ if (isString(target[prop]) || target[prop] instanceof String || isString(source[prop]) || source[prop] instanceof String) {
101
+ if (overwrite) target[prop] = source[prop];
102
+ } else {
103
+ deepExtend(target[prop], source[prop], overwrite);
104
+ }
105
+ } else {
106
+ target[prop] = source[prop];
107
+ }
108
+ }
109
+ }
110
+ return target;
111
+ };
112
+ const regexEscape = str => str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&');
113
+ var _entityMap = {
114
+ '&': '&amp;',
115
+ '<': '&lt;',
116
+ '>': '&gt;',
117
+ '"': '&quot;',
118
+ "'": '&#39;',
119
+ '/': '&#x2F;'
120
+ };
121
+ const escape = data => {
122
+ if (isString(data)) {
123
+ return data.replace(/[&<>"'\/]/g, s => _entityMap[s]);
124
+ }
125
+ return data;
126
+ };
127
+ class RegExpCache {
128
+ constructor(capacity) {
129
+ this.capacity = capacity;
130
+ this.regExpMap = new Map();
131
+ this.regExpQueue = [];
132
+ }
133
+ getRegExp(pattern) {
134
+ const regExpFromCache = this.regExpMap.get(pattern);
135
+ if (regExpFromCache !== undefined) {
136
+ return regExpFromCache;
137
+ }
138
+ const regExpNew = new RegExp(pattern);
139
+ if (this.regExpQueue.length === this.capacity) {
140
+ this.regExpMap.delete(this.regExpQueue.shift());
141
+ }
142
+ this.regExpMap.set(pattern, regExpNew);
143
+ this.regExpQueue.push(pattern);
144
+ return regExpNew;
145
+ }
146
+ }
147
+ const chars = [' ', ',', '?', '!', ';'];
148
+ const looksLikeObjectPathRegExpCache = new RegExpCache(20);
149
+ const looksLikeObjectPath = (key, nsSeparator, keySeparator) => {
150
+ nsSeparator = nsSeparator || '';
151
+ keySeparator = keySeparator || '';
152
+ const possibleChars = chars.filter(c => nsSeparator.indexOf(c) < 0 && keySeparator.indexOf(c) < 0);
153
+ if (possibleChars.length === 0) return true;
154
+ const r = looksLikeObjectPathRegExpCache.getRegExp(`(${possibleChars.map(c => c === '?' ? '\\?' : c).join('|')})`);
155
+ let matched = !r.test(key);
156
+ if (!matched) {
157
+ const ki = key.indexOf(keySeparator);
158
+ if (ki > 0 && !r.test(key.substring(0, ki))) {
159
+ matched = true;
160
+ }
161
+ }
162
+ return matched;
163
+ };
164
+ const deepFind = (obj, path, keySeparator = '.') => {
165
+ if (!obj) return undefined;
166
+ if (obj[path]) {
167
+ if (!Object.prototype.hasOwnProperty.call(obj, path)) return undefined;
168
+ return obj[path];
169
+ }
170
+ const tokens = path.split(keySeparator);
171
+ let current = obj;
172
+ for (let i = 0; i < tokens.length;) {
173
+ if (!current || typeof current !== 'object') {
174
+ return undefined;
175
+ }
176
+ let next;
177
+ let nextPath = '';
178
+ for (let j = i; j < tokens.length; ++j) {
179
+ if (j !== i) {
180
+ nextPath += keySeparator;
181
+ }
182
+ nextPath += tokens[j];
183
+ next = current[nextPath];
184
+ if (next !== undefined) {
185
+ if (['string', 'number', 'boolean'].indexOf(typeof next) > -1 && j < tokens.length - 1) {
186
+ continue;
187
+ }
188
+ i += j - i + 1;
189
+ break;
190
+ }
191
+ }
192
+ current = next;
193
+ }
194
+ return current;
195
+ };
196
+ const getCleanedCode = code => code?.replace('_', '-');
197
+
198
+ const consoleLogger = {
199
+ type: 'logger',
200
+ log(args) {
201
+ this.output('log', args);
202
+ },
203
+ warn(args) {
204
+ this.output('warn', args);
205
+ },
206
+ error(args) {
207
+ this.output('error', args);
208
+ },
209
+ output(type, args) {
210
+ console?.[type]?.apply?.(console, args);
211
+ }
212
+ };
213
+ class Logger {
214
+ constructor(concreteLogger, options = {}) {
215
+ this.init(concreteLogger, options);
216
+ }
217
+ init(concreteLogger, options = {}) {
218
+ this.prefix = options.prefix || 'i18next:';
219
+ this.logger = concreteLogger || consoleLogger;
220
+ this.options = options;
221
+ this.debug = options.debug;
222
+ }
223
+ log(...args) {
224
+ return this.forward(args, 'log', '', true);
225
+ }
226
+ warn(...args) {
227
+ return this.forward(args, 'warn', '', true);
228
+ }
229
+ error(...args) {
230
+ return this.forward(args, 'error', '');
231
+ }
232
+ deprecate(...args) {
233
+ return this.forward(args, 'warn', 'WARNING DEPRECATED: ', true);
234
+ }
235
+ forward(args, lvl, prefix, debugOnly) {
236
+ if (debugOnly && !this.debug) return null;
237
+ if (isString(args[0])) args[0] = `${prefix}${this.prefix} ${args[0]}`;
238
+ return this.logger[lvl](args);
239
+ }
240
+ create(moduleName) {
241
+ return new Logger(this.logger, {
242
+ ...{
243
+ prefix: `${this.prefix}:${moduleName}:`
244
+ },
245
+ ...this.options
246
+ });
247
+ }
248
+ clone(options) {
249
+ options = options || this.options;
250
+ options.prefix = options.prefix || this.prefix;
251
+ return new Logger(this.logger, options);
252
+ }
253
+ }
254
+ var baseLogger = new Logger();
255
+
256
+ class EventEmitter {
257
+ constructor() {
258
+ this.observers = {};
259
+ }
260
+ on(events, listener) {
261
+ events.split(' ').forEach(event => {
262
+ if (!this.observers[event]) this.observers[event] = new Map();
263
+ const numListeners = this.observers[event].get(listener) || 0;
264
+ this.observers[event].set(listener, numListeners + 1);
265
+ });
266
+ return this;
267
+ }
268
+ off(event, listener) {
269
+ if (!this.observers[event]) return;
270
+ if (!listener) {
271
+ delete this.observers[event];
272
+ return;
273
+ }
274
+ this.observers[event].delete(listener);
275
+ }
276
+ emit(event, ...args) {
277
+ if (this.observers[event]) {
278
+ const cloned = Array.from(this.observers[event].entries());
279
+ cloned.forEach(([observer, numTimesAdded]) => {
280
+ for (let i = 0; i < numTimesAdded; i++) {
281
+ observer(...args);
282
+ }
283
+ });
284
+ }
285
+ if (this.observers['*']) {
286
+ const cloned = Array.from(this.observers['*'].entries());
287
+ cloned.forEach(([observer, numTimesAdded]) => {
288
+ for (let i = 0; i < numTimesAdded; i++) {
289
+ observer.apply(observer, [event, ...args]);
290
+ }
291
+ });
292
+ }
293
+ }
294
+ }
295
+
296
+ class ResourceStore extends EventEmitter {
297
+ constructor(data, options = {
298
+ ns: ['translation'],
299
+ defaultNS: 'translation'
300
+ }) {
301
+ super();
302
+ this.data = data || {};
303
+ this.options = options;
304
+ if (this.options.keySeparator === undefined) {
305
+ this.options.keySeparator = '.';
306
+ }
307
+ if (this.options.ignoreJSONStructure === undefined) {
308
+ this.options.ignoreJSONStructure = true;
309
+ }
310
+ }
311
+ addNamespaces(ns) {
312
+ if (this.options.ns.indexOf(ns) < 0) {
313
+ this.options.ns.push(ns);
314
+ }
315
+ }
316
+ removeNamespaces(ns) {
317
+ const index = this.options.ns.indexOf(ns);
318
+ if (index > -1) {
319
+ this.options.ns.splice(index, 1);
320
+ }
321
+ }
322
+ getResource(lng, ns, key, options = {}) {
323
+ const keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator;
324
+ const ignoreJSONStructure = options.ignoreJSONStructure !== undefined ? options.ignoreJSONStructure : this.options.ignoreJSONStructure;
325
+ let path;
326
+ if (lng.indexOf('.') > -1) {
327
+ path = lng.split('.');
328
+ } else {
329
+ path = [lng, ns];
330
+ if (key) {
331
+ if (Array.isArray(key)) {
332
+ path.push(...key);
333
+ } else if (isString(key) && keySeparator) {
334
+ path.push(...key.split(keySeparator));
335
+ } else {
336
+ path.push(key);
337
+ }
338
+ }
339
+ }
340
+ const result = getPath(this.data, path);
341
+ if (!result && !ns && !key && lng.indexOf('.') > -1) {
342
+ lng = path[0];
343
+ ns = path[1];
344
+ key = path.slice(2).join('.');
345
+ }
346
+ if (result || !ignoreJSONStructure || !isString(key)) return result;
347
+ return deepFind(this.data?.[lng]?.[ns], key, keySeparator);
348
+ }
349
+ addResource(lng, ns, key, value, options = {
350
+ silent: false
351
+ }) {
352
+ const keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator;
353
+ let path = [lng, ns];
354
+ if (key) path = path.concat(keySeparator ? key.split(keySeparator) : key);
355
+ if (lng.indexOf('.') > -1) {
356
+ path = lng.split('.');
357
+ value = ns;
358
+ ns = path[1];
359
+ }
360
+ this.addNamespaces(ns);
361
+ setPath(this.data, path, value);
362
+ if (!options.silent) this.emit('added', lng, ns, key, value);
363
+ }
364
+ addResources(lng, ns, resources, options = {
365
+ silent: false
366
+ }) {
367
+ for (const m in resources) {
368
+ if (isString(resources[m]) || Array.isArray(resources[m])) this.addResource(lng, ns, m, resources[m], {
369
+ silent: true
370
+ });
371
+ }
372
+ if (!options.silent) this.emit('added', lng, ns, resources);
373
+ }
374
+ addResourceBundle(lng, ns, resources, deep, overwrite, options = {
375
+ silent: false,
376
+ skipCopy: false
377
+ }) {
378
+ let path = [lng, ns];
379
+ if (lng.indexOf('.') > -1) {
380
+ path = lng.split('.');
381
+ deep = resources;
382
+ resources = ns;
383
+ ns = path[1];
384
+ }
385
+ this.addNamespaces(ns);
386
+ let pack = getPath(this.data, path) || {};
387
+ if (!options.skipCopy) resources = JSON.parse(JSON.stringify(resources));
388
+ if (deep) {
389
+ deepExtend(pack, resources, overwrite);
390
+ } else {
391
+ pack = {
392
+ ...pack,
393
+ ...resources
394
+ };
395
+ }
396
+ setPath(this.data, path, pack);
397
+ if (!options.silent) this.emit('added', lng, ns, resources);
398
+ }
399
+ removeResourceBundle(lng, ns) {
400
+ if (this.hasResourceBundle(lng, ns)) {
401
+ delete this.data[lng][ns];
402
+ }
403
+ this.removeNamespaces(ns);
404
+ this.emit('removed', lng, ns);
405
+ }
406
+ hasResourceBundle(lng, ns) {
407
+ return this.getResource(lng, ns) !== undefined;
408
+ }
409
+ getResourceBundle(lng, ns) {
410
+ if (!ns) ns = this.options.defaultNS;
411
+ return this.getResource(lng, ns);
412
+ }
413
+ getDataByLanguage(lng) {
414
+ return this.data[lng];
415
+ }
416
+ hasLanguageSomeTranslations(lng) {
417
+ const data = this.getDataByLanguage(lng);
418
+ const n = data && Object.keys(data) || [];
419
+ return !!n.find(v => data[v] && Object.keys(data[v]).length > 0);
420
+ }
421
+ toJSON() {
422
+ return this.data;
423
+ }
424
+ }
425
+
426
+ var postProcessor = {
427
+ processors: {},
428
+ addPostProcessor(module) {
429
+ this.processors[module.name] = module;
430
+ },
431
+ handle(processors, value, key, options, translator) {
432
+ processors.forEach(processor => {
433
+ value = this.processors[processor]?.process(value, key, options, translator) ?? value;
434
+ });
435
+ return value;
436
+ }
437
+ };
438
+
439
+ const checkedLoadedFor = {};
440
+ const shouldHandleAsObject = res => !isString(res) && typeof res !== 'boolean' && typeof res !== 'number';
441
+ class Translator extends EventEmitter {
442
+ constructor(services, options = {}) {
443
+ super();
444
+ copy(['resourceStore', 'languageUtils', 'pluralResolver', 'interpolator', 'backendConnector', 'i18nFormat', 'utils'], services, this);
445
+ this.options = options;
446
+ if (this.options.keySeparator === undefined) {
447
+ this.options.keySeparator = '.';
448
+ }
449
+ this.logger = baseLogger.create('translator');
450
+ }
451
+ changeLanguage(lng) {
452
+ if (lng) this.language = lng;
453
+ }
454
+ exists(key, o = {
455
+ interpolation: {}
456
+ }) {
457
+ const opt = {
458
+ ...o
459
+ };
460
+ if (key == null) return false;
461
+ const resolved = this.resolve(key, opt);
462
+ return resolved?.res !== undefined;
463
+ }
464
+ extractFromKey(key, opt) {
465
+ let nsSeparator = opt.nsSeparator !== undefined ? opt.nsSeparator : this.options.nsSeparator;
466
+ if (nsSeparator === undefined) nsSeparator = ':';
467
+ const keySeparator = opt.keySeparator !== undefined ? opt.keySeparator : this.options.keySeparator;
468
+ let namespaces = opt.ns || this.options.defaultNS || [];
469
+ const wouldCheckForNsInKey = nsSeparator && key.indexOf(nsSeparator) > -1;
470
+ const seemsNaturalLanguage = !this.options.userDefinedKeySeparator && !opt.keySeparator && !this.options.userDefinedNsSeparator && !opt.nsSeparator && !looksLikeObjectPath(key, nsSeparator, keySeparator);
471
+ if (wouldCheckForNsInKey && !seemsNaturalLanguage) {
472
+ const m = key.match(this.interpolator.nestingRegexp);
473
+ if (m && m.length > 0) {
474
+ return {
475
+ key,
476
+ namespaces: isString(namespaces) ? [namespaces] : namespaces
477
+ };
478
+ }
479
+ const parts = key.split(nsSeparator);
480
+ if (nsSeparator !== keySeparator || nsSeparator === keySeparator && this.options.ns.indexOf(parts[0]) > -1) namespaces = parts.shift();
481
+ key = parts.join(keySeparator);
482
+ }
483
+ return {
484
+ key,
485
+ namespaces: isString(namespaces) ? [namespaces] : namespaces
486
+ };
487
+ }
488
+ translate(keys, o, lastKey) {
489
+ let opt = typeof o === 'object' ? {
490
+ ...o
491
+ } : o;
492
+ if (typeof opt !== 'object' && this.options.overloadTranslationOptionHandler) {
493
+ opt = this.options.overloadTranslationOptionHandler(arguments);
494
+ }
495
+ if (typeof options === 'object') opt = {
496
+ ...opt
497
+ };
498
+ if (!opt) opt = {};
499
+ if (keys == null) return '';
500
+ if (!Array.isArray(keys)) keys = [String(keys)];
501
+ const returnDetails = opt.returnDetails !== undefined ? opt.returnDetails : this.options.returnDetails;
502
+ const keySeparator = opt.keySeparator !== undefined ? opt.keySeparator : this.options.keySeparator;
503
+ const {
504
+ key,
505
+ namespaces
506
+ } = this.extractFromKey(keys[keys.length - 1], opt);
507
+ const namespace = namespaces[namespaces.length - 1];
508
+ let nsSeparator = opt.nsSeparator !== undefined ? opt.nsSeparator : this.options.nsSeparator;
509
+ if (nsSeparator === undefined) nsSeparator = ':';
510
+ const lng = opt.lng || this.language;
511
+ const appendNamespaceToCIMode = opt.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
512
+ if (lng?.toLowerCase() === 'cimode') {
513
+ if (appendNamespaceToCIMode) {
514
+ if (returnDetails) {
515
+ return {
516
+ res: `${namespace}${nsSeparator}${key}`,
517
+ usedKey: key,
518
+ exactUsedKey: key,
519
+ usedLng: lng,
520
+ usedNS: namespace,
521
+ usedParams: this.getUsedParamsDetails(opt)
522
+ };
523
+ }
524
+ return `${namespace}${nsSeparator}${key}`;
525
+ }
526
+ if (returnDetails) {
527
+ return {
528
+ res: key,
529
+ usedKey: key,
530
+ exactUsedKey: key,
531
+ usedLng: lng,
532
+ usedNS: namespace,
533
+ usedParams: this.getUsedParamsDetails(opt)
534
+ };
535
+ }
536
+ return key;
537
+ }
538
+ const resolved = this.resolve(keys, opt);
539
+ let res = resolved?.res;
540
+ const resUsedKey = resolved?.usedKey || key;
541
+ const resExactUsedKey = resolved?.exactUsedKey || key;
542
+ const noObject = ['[object Number]', '[object Function]', '[object RegExp]'];
543
+ const joinArrays = opt.joinArrays !== undefined ? opt.joinArrays : this.options.joinArrays;
544
+ const handleAsObjectInI18nFormat = !this.i18nFormat || this.i18nFormat.handleAsObject;
545
+ const needsPluralHandling = opt.count !== undefined && !isString(opt.count);
546
+ const hasDefaultValue = Translator.hasDefaultValue(opt);
547
+ const defaultValueSuffix = needsPluralHandling ? this.pluralResolver.getSuffix(lng, opt.count, opt) : '';
548
+ const defaultValueSuffixOrdinalFallback = opt.ordinal && needsPluralHandling ? this.pluralResolver.getSuffix(lng, opt.count, {
549
+ ordinal: false
550
+ }) : '';
551
+ const needsZeroSuffixLookup = needsPluralHandling && !opt.ordinal && opt.count === 0;
552
+ const defaultValue = needsZeroSuffixLookup && opt[`defaultValue${this.options.pluralSeparator}zero`] || opt[`defaultValue${defaultValueSuffix}`] || opt[`defaultValue${defaultValueSuffixOrdinalFallback}`] || opt.defaultValue;
553
+ let resForObjHndl = res;
554
+ if (handleAsObjectInI18nFormat && !res && hasDefaultValue) {
555
+ resForObjHndl = defaultValue;
556
+ }
557
+ const handleAsObject = shouldHandleAsObject(resForObjHndl);
558
+ const resType = Object.prototype.toString.apply(resForObjHndl);
559
+ if (handleAsObjectInI18nFormat && resForObjHndl && handleAsObject && noObject.indexOf(resType) < 0 && !(isString(joinArrays) && Array.isArray(resForObjHndl))) {
560
+ if (!opt.returnObjects && !this.options.returnObjects) {
561
+ if (!this.options.returnedObjectHandler) {
562
+ this.logger.warn('accessing an object - but returnObjects options is not enabled!');
563
+ }
564
+ const r = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(resUsedKey, resForObjHndl, {
565
+ ...opt,
566
+ ns: namespaces
567
+ }) : `key '${key} (${this.language})' returned an object instead of string.`;
568
+ if (returnDetails) {
569
+ resolved.res = r;
570
+ resolved.usedParams = this.getUsedParamsDetails(opt);
571
+ return resolved;
572
+ }
573
+ return r;
574
+ }
575
+ if (keySeparator) {
576
+ const resTypeIsArray = Array.isArray(resForObjHndl);
577
+ const copy = resTypeIsArray ? [] : {};
578
+ const newKeyToUse = resTypeIsArray ? resExactUsedKey : resUsedKey;
579
+ for (const m in resForObjHndl) {
580
+ if (Object.prototype.hasOwnProperty.call(resForObjHndl, m)) {
581
+ const deepKey = `${newKeyToUse}${keySeparator}${m}`;
582
+ if (hasDefaultValue && !res) {
583
+ copy[m] = this.translate(deepKey, {
584
+ ...opt,
585
+ defaultValue: shouldHandleAsObject(defaultValue) ? defaultValue[m] : undefined,
586
+ ...{
587
+ joinArrays: false,
588
+ ns: namespaces
589
+ }
590
+ });
591
+ } else {
592
+ copy[m] = this.translate(deepKey, {
593
+ ...opt,
594
+ ...{
595
+ joinArrays: false,
596
+ ns: namespaces
597
+ }
598
+ });
599
+ }
600
+ if (copy[m] === deepKey) copy[m] = resForObjHndl[m];
601
+ }
602
+ }
603
+ res = copy;
604
+ }
605
+ } else if (handleAsObjectInI18nFormat && isString(joinArrays) && Array.isArray(res)) {
606
+ res = res.join(joinArrays);
607
+ if (res) res = this.extendTranslation(res, keys, opt, lastKey);
608
+ } else {
609
+ let usedDefault = false;
610
+ let usedKey = false;
611
+ if (!this.isValidLookup(res) && hasDefaultValue) {
612
+ usedDefault = true;
613
+ res = defaultValue;
614
+ }
615
+ if (!this.isValidLookup(res)) {
616
+ usedKey = true;
617
+ res = key;
618
+ }
619
+ const missingKeyNoValueFallbackToKey = opt.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey;
620
+ const resForMissing = missingKeyNoValueFallbackToKey && usedKey ? undefined : res;
621
+ const updateMissing = hasDefaultValue && defaultValue !== res && this.options.updateMissing;
622
+ if (usedKey || usedDefault || updateMissing) {
623
+ this.logger.log(updateMissing ? 'updateKey' : 'missingKey', lng, namespace, key, updateMissing ? defaultValue : res);
624
+ if (keySeparator) {
625
+ const fk = this.resolve(key, {
626
+ ...opt,
627
+ keySeparator: false
628
+ });
629
+ if (fk && fk.res) this.logger.warn('Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.');
630
+ }
631
+ let lngs = [];
632
+ const fallbackLngs = this.languageUtils.getFallbackCodes(this.options.fallbackLng, opt.lng || this.language);
633
+ if (this.options.saveMissingTo === 'fallback' && fallbackLngs && fallbackLngs[0]) {
634
+ for (let i = 0; i < fallbackLngs.length; i++) {
635
+ lngs.push(fallbackLngs[i]);
636
+ }
637
+ } else if (this.options.saveMissingTo === 'all') {
638
+ lngs = this.languageUtils.toResolveHierarchy(opt.lng || this.language);
639
+ } else {
640
+ lngs.push(opt.lng || this.language);
641
+ }
642
+ const send = (l, k, specificDefaultValue) => {
643
+ const defaultForMissing = hasDefaultValue && specificDefaultValue !== res ? specificDefaultValue : resForMissing;
644
+ if (this.options.missingKeyHandler) {
645
+ this.options.missingKeyHandler(l, namespace, k, defaultForMissing, updateMissing, opt);
646
+ } else if (this.backendConnector?.saveMissing) {
647
+ this.backendConnector.saveMissing(l, namespace, k, defaultForMissing, updateMissing, opt);
648
+ }
649
+ this.emit('missingKey', l, namespace, k, res);
650
+ };
651
+ if (this.options.saveMissing) {
652
+ if (this.options.saveMissingPlurals && needsPluralHandling) {
653
+ lngs.forEach(language => {
654
+ const suffixes = this.pluralResolver.getSuffixes(language, opt);
655
+ if (needsZeroSuffixLookup && opt[`defaultValue${this.options.pluralSeparator}zero`] && suffixes.indexOf(`${this.options.pluralSeparator}zero`) < 0) {
656
+ suffixes.push(`${this.options.pluralSeparator}zero`);
657
+ }
658
+ suffixes.forEach(suffix => {
659
+ send([language], key + suffix, opt[`defaultValue${suffix}`] || defaultValue);
660
+ });
661
+ });
662
+ } else {
663
+ send(lngs, key, defaultValue);
664
+ }
665
+ }
666
+ }
667
+ res = this.extendTranslation(res, keys, opt, resolved, lastKey);
668
+ if (usedKey && res === key && this.options.appendNamespaceToMissingKey) {
669
+ res = `${namespace}${nsSeparator}${key}`;
670
+ }
671
+ if ((usedKey || usedDefault) && this.options.parseMissingKeyHandler) {
672
+ res = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${namespace}${nsSeparator}${key}` : key, usedDefault ? res : undefined, opt);
673
+ }
674
+ }
675
+ if (returnDetails) {
676
+ resolved.res = res;
677
+ resolved.usedParams = this.getUsedParamsDetails(opt);
678
+ return resolved;
679
+ }
680
+ return res;
681
+ }
682
+ extendTranslation(res, key, opt, resolved, lastKey) {
683
+ if (this.i18nFormat?.parse) {
684
+ res = this.i18nFormat.parse(res, {
685
+ ...this.options.interpolation.defaultVariables,
686
+ ...opt
687
+ }, opt.lng || this.language || resolved.usedLng, resolved.usedNS, resolved.usedKey, {
688
+ resolved
689
+ });
690
+ } else if (!opt.skipInterpolation) {
691
+ if (opt.interpolation) this.interpolator.init({
692
+ ...opt,
693
+ ...{
694
+ interpolation: {
695
+ ...this.options.interpolation,
696
+ ...opt.interpolation
697
+ }
698
+ }
699
+ });
700
+ const skipOnVariables = isString(res) && (opt?.interpolation?.skipOnVariables !== undefined ? opt.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
701
+ let nestBef;
702
+ if (skipOnVariables) {
703
+ const nb = res.match(this.interpolator.nestingRegexp);
704
+ nestBef = nb && nb.length;
705
+ }
706
+ let data = opt.replace && !isString(opt.replace) ? opt.replace : opt;
707
+ if (this.options.interpolation.defaultVariables) data = {
708
+ ...this.options.interpolation.defaultVariables,
709
+ ...data
710
+ };
711
+ res = this.interpolator.interpolate(res, data, opt.lng || this.language || resolved.usedLng, opt);
712
+ if (skipOnVariables) {
713
+ const na = res.match(this.interpolator.nestingRegexp);
714
+ const nestAft = na && na.length;
715
+ if (nestBef < nestAft) opt.nest = false;
716
+ }
717
+ if (!opt.lng && resolved && resolved.res) opt.lng = this.language || resolved.usedLng;
718
+ if (opt.nest !== false) res = this.interpolator.nest(res, (...args) => {
719
+ if (lastKey?.[0] === args[0] && !opt.context) {
720
+ this.logger.warn(`It seems you are nesting recursively key: ${args[0]} in key: ${key[0]}`);
721
+ return null;
722
+ }
723
+ return this.translate(...args, key);
724
+ }, opt);
725
+ if (opt.interpolation) this.interpolator.reset();
726
+ }
727
+ const postProcess = opt.postProcess || this.options.postProcess;
728
+ const postProcessorNames = isString(postProcess) ? [postProcess] : postProcess;
729
+ if (res != null && postProcessorNames?.length && opt.applyPostProcessor !== false) {
730
+ res = postProcessor.handle(postProcessorNames, res, key, this.options && this.options.postProcessPassResolved ? {
731
+ i18nResolved: {
732
+ ...resolved,
733
+ usedParams: this.getUsedParamsDetails(opt)
734
+ },
735
+ ...opt
736
+ } : opt, this);
737
+ }
738
+ return res;
739
+ }
740
+ resolve(keys, opt = {}) {
741
+ let found;
742
+ let usedKey;
743
+ let exactUsedKey;
744
+ let usedLng;
745
+ let usedNS;
746
+ if (isString(keys)) keys = [keys];
747
+ keys.forEach(k => {
748
+ if (this.isValidLookup(found)) return;
749
+ const extracted = this.extractFromKey(k, opt);
750
+ const key = extracted.key;
751
+ usedKey = key;
752
+ let namespaces = extracted.namespaces;
753
+ if (this.options.fallbackNS) namespaces = namespaces.concat(this.options.fallbackNS);
754
+ const needsPluralHandling = opt.count !== undefined && !isString(opt.count);
755
+ const needsZeroSuffixLookup = needsPluralHandling && !opt.ordinal && opt.count === 0;
756
+ const needsContextHandling = opt.context !== undefined && (isString(opt.context) || typeof opt.context === 'number') && opt.context !== '';
757
+ const codes = opt.lngs ? opt.lngs : this.languageUtils.toResolveHierarchy(opt.lng || this.language, opt.fallbackLng);
758
+ namespaces.forEach(ns => {
759
+ if (this.isValidLookup(found)) return;
760
+ usedNS = ns;
761
+ if (!checkedLoadedFor[`${codes[0]}-${ns}`] && this.utils?.hasLoadedNamespace && !this.utils?.hasLoadedNamespace(usedNS)) {
762
+ checkedLoadedFor[`${codes[0]}-${ns}`] = true;
763
+ this.logger.warn(`key "${usedKey}" for languages "${codes.join(', ')}" won't get resolved as namespace "${usedNS}" was not yet loaded`, 'This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!');
764
+ }
765
+ codes.forEach(code => {
766
+ if (this.isValidLookup(found)) return;
767
+ usedLng = code;
768
+ const finalKeys = [key];
769
+ if (this.i18nFormat?.addLookupKeys) {
770
+ this.i18nFormat.addLookupKeys(finalKeys, key, code, ns, opt);
771
+ } else {
772
+ let pluralSuffix;
773
+ if (needsPluralHandling) pluralSuffix = this.pluralResolver.getSuffix(code, opt.count, opt);
774
+ const zeroSuffix = `${this.options.pluralSeparator}zero`;
775
+ const ordinalPrefix = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
776
+ if (needsPluralHandling) {
777
+ finalKeys.push(key + pluralSuffix);
778
+ if (opt.ordinal && pluralSuffix.indexOf(ordinalPrefix) === 0) {
779
+ finalKeys.push(key + pluralSuffix.replace(ordinalPrefix, this.options.pluralSeparator));
780
+ }
781
+ if (needsZeroSuffixLookup) {
782
+ finalKeys.push(key + zeroSuffix);
783
+ }
784
+ }
785
+ if (needsContextHandling) {
786
+ const contextKey = `${key}${this.options.contextSeparator}${opt.context}`;
787
+ finalKeys.push(contextKey);
788
+ if (needsPluralHandling) {
789
+ finalKeys.push(contextKey + pluralSuffix);
790
+ if (opt.ordinal && pluralSuffix.indexOf(ordinalPrefix) === 0) {
791
+ finalKeys.push(contextKey + pluralSuffix.replace(ordinalPrefix, this.options.pluralSeparator));
792
+ }
793
+ if (needsZeroSuffixLookup) {
794
+ finalKeys.push(contextKey + zeroSuffix);
795
+ }
796
+ }
797
+ }
798
+ }
799
+ let possibleKey;
800
+ while (possibleKey = finalKeys.pop()) {
801
+ if (!this.isValidLookup(found)) {
802
+ exactUsedKey = possibleKey;
803
+ found = this.getResource(code, ns, possibleKey, opt);
804
+ }
805
+ }
806
+ });
807
+ });
808
+ });
809
+ return {
810
+ res: found,
811
+ usedKey,
812
+ exactUsedKey,
813
+ usedLng,
814
+ usedNS
815
+ };
816
+ }
817
+ isValidLookup(res) {
818
+ return res !== undefined && !(!this.options.returnNull && res === null) && !(!this.options.returnEmptyString && res === '');
819
+ }
820
+ getResource(code, ns, key, options = {}) {
821
+ if (this.i18nFormat?.getResource) return this.i18nFormat.getResource(code, ns, key, options);
822
+ return this.resourceStore.getResource(code, ns, key, options);
823
+ }
824
+ getUsedParamsDetails(options = {}) {
825
+ const optionsKeys = ['defaultValue', 'ordinal', 'context', 'replace', 'lng', 'lngs', 'fallbackLng', 'ns', 'keySeparator', 'nsSeparator', 'returnObjects', 'returnDetails', 'joinArrays', 'postProcess', 'interpolation'];
826
+ const useOptionsReplaceForData = options.replace && !isString(options.replace);
827
+ let data = useOptionsReplaceForData ? options.replace : options;
828
+ if (useOptionsReplaceForData && typeof options.count !== 'undefined') {
829
+ data.count = options.count;
830
+ }
831
+ if (this.options.interpolation.defaultVariables) {
832
+ data = {
833
+ ...this.options.interpolation.defaultVariables,
834
+ ...data
835
+ };
836
+ }
837
+ if (!useOptionsReplaceForData) {
838
+ data = {
839
+ ...data
840
+ };
841
+ for (const key of optionsKeys) {
842
+ delete data[key];
843
+ }
844
+ }
845
+ return data;
846
+ }
847
+ static hasDefaultValue(options) {
848
+ const prefix = 'defaultValue';
849
+ for (const option in options) {
850
+ if (Object.prototype.hasOwnProperty.call(options, option) && prefix === option.substring(0, prefix.length) && undefined !== options[option]) {
851
+ return true;
852
+ }
853
+ }
854
+ return false;
855
+ }
856
+ }
857
+
858
+ class LanguageUtil {
859
+ constructor(options) {
860
+ this.options = options;
861
+ this.supportedLngs = this.options.supportedLngs || false;
862
+ this.logger = baseLogger.create('languageUtils');
863
+ }
864
+ getScriptPartFromCode(code) {
865
+ code = getCleanedCode(code);
866
+ if (!code || code.indexOf('-') < 0) return null;
867
+ const p = code.split('-');
868
+ if (p.length === 2) return null;
869
+ p.pop();
870
+ if (p[p.length - 1].toLowerCase() === 'x') return null;
871
+ return this.formatLanguageCode(p.join('-'));
872
+ }
873
+ getLanguagePartFromCode(code) {
874
+ code = getCleanedCode(code);
875
+ if (!code || code.indexOf('-') < 0) return code;
876
+ const p = code.split('-');
877
+ return this.formatLanguageCode(p[0]);
878
+ }
879
+ formatLanguageCode(code) {
880
+ if (isString(code) && code.indexOf('-') > -1) {
881
+ let formattedCode;
882
+ try {
883
+ formattedCode = Intl.getCanonicalLocales(code)[0];
884
+ } catch (e) {}
885
+ if (formattedCode && this.options.lowerCaseLng) {
886
+ formattedCode = formattedCode.toLowerCase();
887
+ }
888
+ if (formattedCode) return formattedCode;
889
+ if (this.options.lowerCaseLng) {
890
+ return code.toLowerCase();
891
+ }
892
+ return code;
893
+ }
894
+ return this.options.cleanCode || this.options.lowerCaseLng ? code.toLowerCase() : code;
895
+ }
896
+ isSupportedCode(code) {
897
+ if (this.options.load === 'languageOnly' || this.options.nonExplicitSupportedLngs) {
898
+ code = this.getLanguagePartFromCode(code);
899
+ }
900
+ return !this.supportedLngs || !this.supportedLngs.length || this.supportedLngs.indexOf(code) > -1;
901
+ }
902
+ getBestMatchFromCodes(codes) {
903
+ if (!codes) return null;
904
+ let found;
905
+ codes.forEach(code => {
906
+ if (found) return;
907
+ const cleanedLng = this.formatLanguageCode(code);
908
+ if (!this.options.supportedLngs || this.isSupportedCode(cleanedLng)) found = cleanedLng;
909
+ });
910
+ if (!found && this.options.supportedLngs) {
911
+ codes.forEach(code => {
912
+ if (found) return;
913
+ const lngScOnly = this.getScriptPartFromCode(code);
914
+ if (this.isSupportedCode(lngScOnly)) return found = lngScOnly;
915
+ const lngOnly = this.getLanguagePartFromCode(code);
916
+ if (this.isSupportedCode(lngOnly)) return found = lngOnly;
917
+ found = this.options.supportedLngs.find(supportedLng => {
918
+ if (supportedLng === lngOnly) return supportedLng;
919
+ if (supportedLng.indexOf('-') < 0 && lngOnly.indexOf('-') < 0) return;
920
+ if (supportedLng.indexOf('-') > 0 && lngOnly.indexOf('-') < 0 && supportedLng.substring(0, supportedLng.indexOf('-')) === lngOnly) return supportedLng;
921
+ if (supportedLng.indexOf(lngOnly) === 0 && lngOnly.length > 1) return supportedLng;
922
+ });
923
+ });
924
+ }
925
+ if (!found) found = this.getFallbackCodes(this.options.fallbackLng)[0];
926
+ return found;
927
+ }
928
+ getFallbackCodes(fallbacks, code) {
929
+ if (!fallbacks) return [];
930
+ if (typeof fallbacks === 'function') fallbacks = fallbacks(code);
931
+ if (isString(fallbacks)) fallbacks = [fallbacks];
932
+ if (Array.isArray(fallbacks)) return fallbacks;
933
+ if (!code) return fallbacks.default || [];
934
+ let found = fallbacks[code];
935
+ if (!found) found = fallbacks[this.getScriptPartFromCode(code)];
936
+ if (!found) found = fallbacks[this.formatLanguageCode(code)];
937
+ if (!found) found = fallbacks[this.getLanguagePartFromCode(code)];
938
+ if (!found) found = fallbacks.default;
939
+ return found || [];
940
+ }
941
+ toResolveHierarchy(code, fallbackCode) {
942
+ const fallbackCodes = this.getFallbackCodes((fallbackCode === false ? [] : fallbackCode) || this.options.fallbackLng || [], code);
943
+ const codes = [];
944
+ const addCode = c => {
945
+ if (!c) return;
946
+ if (this.isSupportedCode(c)) {
947
+ codes.push(c);
948
+ } else {
949
+ this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`);
950
+ }
951
+ };
952
+ if (isString(code) && (code.indexOf('-') > -1 || code.indexOf('_') > -1)) {
953
+ if (this.options.load !== 'languageOnly') addCode(this.formatLanguageCode(code));
954
+ if (this.options.load !== 'languageOnly' && this.options.load !== 'currentOnly') addCode(this.getScriptPartFromCode(code));
955
+ if (this.options.load !== 'currentOnly') addCode(this.getLanguagePartFromCode(code));
956
+ } else if (isString(code)) {
957
+ addCode(this.formatLanguageCode(code));
958
+ }
959
+ fallbackCodes.forEach(fc => {
960
+ if (codes.indexOf(fc) < 0) addCode(this.formatLanguageCode(fc));
961
+ });
962
+ return codes;
963
+ }
964
+ }
965
+
966
+ const suffixesOrder = {
967
+ zero: 0,
968
+ one: 1,
969
+ two: 2,
970
+ few: 3,
971
+ many: 4,
972
+ other: 5
973
+ };
974
+ const dummyRule = {
975
+ select: count => count === 1 ? 'one' : 'other',
976
+ resolvedOptions: () => ({
977
+ pluralCategories: ['one', 'other']
978
+ })
979
+ };
980
+ class PluralResolver {
981
+ constructor(languageUtils, options = {}) {
982
+ this.languageUtils = languageUtils;
983
+ this.options = options;
984
+ this.logger = baseLogger.create('pluralResolver');
985
+ this.pluralRulesCache = {};
986
+ }
987
+ addRule(lng, obj) {
988
+ this.rules[lng] = obj;
989
+ }
990
+ clearCache() {
991
+ this.pluralRulesCache = {};
992
+ }
993
+ getRule(code, options = {}) {
994
+ const cleanedCode = getCleanedCode(code === 'dev' ? 'en' : code);
995
+ const type = options.ordinal ? 'ordinal' : 'cardinal';
996
+ const cacheKey = JSON.stringify({
997
+ cleanedCode,
998
+ type
999
+ });
1000
+ if (cacheKey in this.pluralRulesCache) {
1001
+ return this.pluralRulesCache[cacheKey];
1002
+ }
1003
+ let rule;
1004
+ try {
1005
+ rule = new Intl.PluralRules(cleanedCode, {
1006
+ type
1007
+ });
1008
+ } catch (err) {
1009
+ if (!Intl) {
1010
+ this.logger.error('No Intl support, please use an Intl polyfill!');
1011
+ return dummyRule;
1012
+ }
1013
+ if (!code.match(/-|_/)) return dummyRule;
1014
+ const lngPart = this.languageUtils.getLanguagePartFromCode(code);
1015
+ rule = this.getRule(lngPart, options);
1016
+ }
1017
+ this.pluralRulesCache[cacheKey] = rule;
1018
+ return rule;
1019
+ }
1020
+ needsPlural(code, options = {}) {
1021
+ let rule = this.getRule(code, options);
1022
+ if (!rule) rule = this.getRule('dev', options);
1023
+ return rule?.resolvedOptions().pluralCategories.length > 1;
1024
+ }
1025
+ getPluralFormsOfKey(code, key, options = {}) {
1026
+ return this.getSuffixes(code, options).map(suffix => `${key}${suffix}`);
1027
+ }
1028
+ getSuffixes(code, options = {}) {
1029
+ let rule = this.getRule(code, options);
1030
+ if (!rule) rule = this.getRule('dev', options);
1031
+ if (!rule) return [];
1032
+ return rule.resolvedOptions().pluralCategories.sort((pluralCategory1, pluralCategory2) => suffixesOrder[pluralCategory1] - suffixesOrder[pluralCategory2]).map(pluralCategory => `${this.options.prepend}${options.ordinal ? `ordinal${this.options.prepend}` : ''}${pluralCategory}`);
1033
+ }
1034
+ getSuffix(code, count, options = {}) {
1035
+ const rule = this.getRule(code, options);
1036
+ if (rule) {
1037
+ return `${this.options.prepend}${options.ordinal ? `ordinal${this.options.prepend}` : ''}${rule.select(count)}`;
1038
+ }
1039
+ this.logger.warn(`no plural rule found for: ${code}`);
1040
+ return this.getSuffix('dev', count, options);
1041
+ }
1042
+ }
1043
+
1044
+ const deepFindWithDefaults = (data, defaultData, key, keySeparator = '.', ignoreJSONStructure = true) => {
1045
+ let path = getPathWithDefaults(data, defaultData, key);
1046
+ if (!path && ignoreJSONStructure && isString(key)) {
1047
+ path = deepFind(data, key, keySeparator);
1048
+ if (path === undefined) path = deepFind(defaultData, key, keySeparator);
1049
+ }
1050
+ return path;
1051
+ };
1052
+ const regexSafe = val => val.replace(/\$/g, '$$$$');
1053
+ class Interpolator {
1054
+ constructor(options = {}) {
1055
+ this.logger = baseLogger.create('interpolator');
1056
+ this.options = options;
1057
+ this.format = options?.interpolation?.format || (value => value);
1058
+ this.init(options);
1059
+ }
1060
+ init(options = {}) {
1061
+ if (!options.interpolation) options.interpolation = {
1062
+ escapeValue: true
1063
+ };
1064
+ const {
1065
+ escape: escape$1,
1066
+ escapeValue,
1067
+ useRawValueToEscape,
1068
+ prefix,
1069
+ prefixEscaped,
1070
+ suffix,
1071
+ suffixEscaped,
1072
+ formatSeparator,
1073
+ unescapeSuffix,
1074
+ unescapePrefix,
1075
+ nestingPrefix,
1076
+ nestingPrefixEscaped,
1077
+ nestingSuffix,
1078
+ nestingSuffixEscaped,
1079
+ nestingOptionsSeparator,
1080
+ maxReplaces,
1081
+ alwaysFormat
1082
+ } = options.interpolation;
1083
+ this.escape = escape$1 !== undefined ? escape$1 : escape;
1084
+ this.escapeValue = escapeValue !== undefined ? escapeValue : true;
1085
+ this.useRawValueToEscape = useRawValueToEscape !== undefined ? useRawValueToEscape : false;
1086
+ this.prefix = prefix ? regexEscape(prefix) : prefixEscaped || '{{';
1087
+ this.suffix = suffix ? regexEscape(suffix) : suffixEscaped || '}}';
1088
+ this.formatSeparator = formatSeparator || ',';
1089
+ this.unescapePrefix = unescapeSuffix ? '' : unescapePrefix || '-';
1090
+ this.unescapeSuffix = this.unescapePrefix ? '' : unescapeSuffix || '';
1091
+ this.nestingPrefix = nestingPrefix ? regexEscape(nestingPrefix) : nestingPrefixEscaped || regexEscape('$t(');
1092
+ this.nestingSuffix = nestingSuffix ? regexEscape(nestingSuffix) : nestingSuffixEscaped || regexEscape(')');
1093
+ this.nestingOptionsSeparator = nestingOptionsSeparator || ',';
1094
+ this.maxReplaces = maxReplaces || 1000;
1095
+ this.alwaysFormat = alwaysFormat !== undefined ? alwaysFormat : false;
1096
+ this.resetRegExp();
1097
+ }
1098
+ reset() {
1099
+ if (this.options) this.init(this.options);
1100
+ }
1101
+ resetRegExp() {
1102
+ const getOrResetRegExp = (existingRegExp, pattern) => {
1103
+ if (existingRegExp?.source === pattern) {
1104
+ existingRegExp.lastIndex = 0;
1105
+ return existingRegExp;
1106
+ }
1107
+ return new RegExp(pattern, 'g');
1108
+ };
1109
+ this.regexp = getOrResetRegExp(this.regexp, `${this.prefix}(.+?)${this.suffix}`);
1110
+ this.regexpUnescape = getOrResetRegExp(this.regexpUnescape, `${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`);
1111
+ this.nestingRegexp = getOrResetRegExp(this.nestingRegexp, `${this.nestingPrefix}(.+?)${this.nestingSuffix}`);
1112
+ }
1113
+ interpolate(str, data, lng, options) {
1114
+ let match;
1115
+ let value;
1116
+ let replaces;
1117
+ const defaultData = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {};
1118
+ const handleFormat = key => {
1119
+ if (key.indexOf(this.formatSeparator) < 0) {
1120
+ const path = deepFindWithDefaults(data, defaultData, key, this.options.keySeparator, this.options.ignoreJSONStructure);
1121
+ return this.alwaysFormat ? this.format(path, undefined, lng, {
1122
+ ...options,
1123
+ ...data,
1124
+ interpolationkey: key
1125
+ }) : path;
1126
+ }
1127
+ const p = key.split(this.formatSeparator);
1128
+ const k = p.shift().trim();
1129
+ const f = p.join(this.formatSeparator).trim();
1130
+ return this.format(deepFindWithDefaults(data, defaultData, k, this.options.keySeparator, this.options.ignoreJSONStructure), f, lng, {
1131
+ ...options,
1132
+ ...data,
1133
+ interpolationkey: k
1134
+ });
1135
+ };
1136
+ this.resetRegExp();
1137
+ const missingInterpolationHandler = options?.missingInterpolationHandler || this.options.missingInterpolationHandler;
1138
+ const skipOnVariables = options?.interpolation?.skipOnVariables !== undefined ? options.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
1139
+ const todos = [{
1140
+ regex: this.regexpUnescape,
1141
+ safeValue: val => regexSafe(val)
1142
+ }, {
1143
+ regex: this.regexp,
1144
+ safeValue: val => this.escapeValue ? regexSafe(this.escape(val)) : regexSafe(val)
1145
+ }];
1146
+ todos.forEach(todo => {
1147
+ replaces = 0;
1148
+ while (match = todo.regex.exec(str)) {
1149
+ const matchedVar = match[1].trim();
1150
+ value = handleFormat(matchedVar);
1151
+ if (value === undefined) {
1152
+ if (typeof missingInterpolationHandler === 'function') {
1153
+ const temp = missingInterpolationHandler(str, match, options);
1154
+ value = isString(temp) ? temp : '';
1155
+ } else if (options && Object.prototype.hasOwnProperty.call(options, matchedVar)) {
1156
+ value = '';
1157
+ } else if (skipOnVariables) {
1158
+ value = match[0];
1159
+ continue;
1160
+ } else {
1161
+ this.logger.warn(`missed to pass in variable ${matchedVar} for interpolating ${str}`);
1162
+ value = '';
1163
+ }
1164
+ } else if (!isString(value) && !this.useRawValueToEscape) {
1165
+ value = makeString(value);
1166
+ }
1167
+ const safeValue = todo.safeValue(value);
1168
+ str = str.replace(match[0], safeValue);
1169
+ if (skipOnVariables) {
1170
+ todo.regex.lastIndex += value.length;
1171
+ todo.regex.lastIndex -= match[0].length;
1172
+ } else {
1173
+ todo.regex.lastIndex = 0;
1174
+ }
1175
+ replaces++;
1176
+ if (replaces >= this.maxReplaces) {
1177
+ break;
1178
+ }
1179
+ }
1180
+ });
1181
+ return str;
1182
+ }
1183
+ nest(str, fc, options = {}) {
1184
+ let match;
1185
+ let value;
1186
+ let clonedOptions;
1187
+ const handleHasOptions = (key, inheritedOptions) => {
1188
+ const sep = this.nestingOptionsSeparator;
1189
+ if (key.indexOf(sep) < 0) return key;
1190
+ const c = key.split(new RegExp(`${sep}[ ]*{`));
1191
+ let optionsString = `{${c[1]}`;
1192
+ key = c[0];
1193
+ optionsString = this.interpolate(optionsString, clonedOptions);
1194
+ const matchedSingleQuotes = optionsString.match(/'/g);
1195
+ const matchedDoubleQuotes = optionsString.match(/"/g);
1196
+ if ((matchedSingleQuotes?.length ?? 0) % 2 === 0 && !matchedDoubleQuotes || matchedDoubleQuotes.length % 2 !== 0) {
1197
+ optionsString = optionsString.replace(/'/g, '"');
1198
+ }
1199
+ try {
1200
+ clonedOptions = JSON.parse(optionsString);
1201
+ if (inheritedOptions) clonedOptions = {
1202
+ ...inheritedOptions,
1203
+ ...clonedOptions
1204
+ };
1205
+ } catch (e) {
1206
+ this.logger.warn(`failed parsing options string in nesting for key ${key}`, e);
1207
+ return `${key}${sep}${optionsString}`;
1208
+ }
1209
+ if (clonedOptions.defaultValue && clonedOptions.defaultValue.indexOf(this.prefix) > -1) delete clonedOptions.defaultValue;
1210
+ return key;
1211
+ };
1212
+ while (match = this.nestingRegexp.exec(str)) {
1213
+ let formatters = [];
1214
+ clonedOptions = {
1215
+ ...options
1216
+ };
1217
+ clonedOptions = clonedOptions.replace && !isString(clonedOptions.replace) ? clonedOptions.replace : clonedOptions;
1218
+ clonedOptions.applyPostProcessor = false;
1219
+ delete clonedOptions.defaultValue;
1220
+ const keyEndIndex = /{.*}/.test(match[1]) ? match[1].lastIndexOf('}') + 1 : match[1].indexOf(this.formatSeparator);
1221
+ if (keyEndIndex !== -1) {
1222
+ formatters = match[1].slice(keyEndIndex).split(this.formatSeparator).map(elem => elem.trim()).filter(Boolean);
1223
+ match[1] = match[1].slice(0, keyEndIndex);
1224
+ }
1225
+ value = fc(handleHasOptions.call(this, match[1].trim(), clonedOptions), clonedOptions);
1226
+ if (value && match[0] === str && !isString(value)) return value;
1227
+ if (!isString(value)) value = makeString(value);
1228
+ if (!value) {
1229
+ this.logger.warn(`missed to resolve ${match[1]} for nesting ${str}`);
1230
+ value = '';
1231
+ }
1232
+ if (formatters.length) {
1233
+ value = formatters.reduce((v, f) => this.format(v, f, options.lng, {
1234
+ ...options,
1235
+ interpolationkey: match[1].trim()
1236
+ }), value.trim());
1237
+ }
1238
+ str = str.replace(match[0], value);
1239
+ this.regexp.lastIndex = 0;
1240
+ }
1241
+ return str;
1242
+ }
1243
+ }
1244
+
1245
+ const parseFormatStr = formatStr => {
1246
+ let formatName = formatStr.toLowerCase().trim();
1247
+ const formatOptions = {};
1248
+ if (formatStr.indexOf('(') > -1) {
1249
+ const p = formatStr.split('(');
1250
+ formatName = p[0].toLowerCase().trim();
1251
+ const optStr = p[1].substring(0, p[1].length - 1);
1252
+ if (formatName === 'currency' && optStr.indexOf(':') < 0) {
1253
+ if (!formatOptions.currency) formatOptions.currency = optStr.trim();
1254
+ } else if (formatName === 'relativetime' && optStr.indexOf(':') < 0) {
1255
+ if (!formatOptions.range) formatOptions.range = optStr.trim();
1256
+ } else {
1257
+ const opts = optStr.split(';');
1258
+ opts.forEach(opt => {
1259
+ if (opt) {
1260
+ const [key, ...rest] = opt.split(':');
1261
+ const val = rest.join(':').trim().replace(/^'+|'+$/g, '');
1262
+ const trimmedKey = key.trim();
1263
+ if (!formatOptions[trimmedKey]) formatOptions[trimmedKey] = val;
1264
+ if (val === 'false') formatOptions[trimmedKey] = false;
1265
+ if (val === 'true') formatOptions[trimmedKey] = true;
1266
+ if (!isNaN(val)) formatOptions[trimmedKey] = parseInt(val, 10);
1267
+ }
1268
+ });
1269
+ }
1270
+ }
1271
+ return {
1272
+ formatName,
1273
+ formatOptions
1274
+ };
1275
+ };
1276
+ const createCachedFormatter = fn => {
1277
+ const cache = {};
1278
+ return (v, l, o) => {
1279
+ let optForCache = o;
1280
+ if (o && o.interpolationkey && o.formatParams && o.formatParams[o.interpolationkey] && o[o.interpolationkey]) {
1281
+ optForCache = {
1282
+ ...optForCache,
1283
+ [o.interpolationkey]: undefined
1284
+ };
1285
+ }
1286
+ const key = l + JSON.stringify(optForCache);
1287
+ let frm = cache[key];
1288
+ if (!frm) {
1289
+ frm = fn(getCleanedCode(l), o);
1290
+ cache[key] = frm;
1291
+ }
1292
+ return frm(v);
1293
+ };
1294
+ };
1295
+ const createNonCachedFormatter = fn => (v, l, o) => fn(getCleanedCode(l), o)(v);
1296
+ class Formatter {
1297
+ constructor(options = {}) {
1298
+ this.logger = baseLogger.create('formatter');
1299
+ this.options = options;
1300
+ this.init(options);
1301
+ }
1302
+ init(services, options = {
1303
+ interpolation: {}
1304
+ }) {
1305
+ this.formatSeparator = options.interpolation.formatSeparator || ',';
1306
+ const cf = options.cacheInBuiltFormats ? createCachedFormatter : createNonCachedFormatter;
1307
+ this.formats = {
1308
+ number: cf((lng, opt) => {
1309
+ const formatter = new Intl.NumberFormat(lng, {
1310
+ ...opt
1311
+ });
1312
+ return val => formatter.format(val);
1313
+ }),
1314
+ currency: cf((lng, opt) => {
1315
+ const formatter = new Intl.NumberFormat(lng, {
1316
+ ...opt,
1317
+ style: 'currency'
1318
+ });
1319
+ return val => formatter.format(val);
1320
+ }),
1321
+ datetime: cf((lng, opt) => {
1322
+ const formatter = new Intl.DateTimeFormat(lng, {
1323
+ ...opt
1324
+ });
1325
+ return val => formatter.format(val);
1326
+ }),
1327
+ relativetime: cf((lng, opt) => {
1328
+ const formatter = new Intl.RelativeTimeFormat(lng, {
1329
+ ...opt
1330
+ });
1331
+ return val => formatter.format(val, opt.range || 'day');
1332
+ }),
1333
+ list: cf((lng, opt) => {
1334
+ const formatter = new Intl.ListFormat(lng, {
1335
+ ...opt
1336
+ });
1337
+ return val => formatter.format(val);
1338
+ })
1339
+ };
1340
+ }
1341
+ add(name, fc) {
1342
+ this.formats[name.toLowerCase().trim()] = fc;
1343
+ }
1344
+ addCached(name, fc) {
1345
+ this.formats[name.toLowerCase().trim()] = createCachedFormatter(fc);
1346
+ }
1347
+ format(value, format, lng, options = {}) {
1348
+ const formats = format.split(this.formatSeparator);
1349
+ if (formats.length > 1 && formats[0].indexOf('(') > 1 && formats[0].indexOf(')') < 0 && formats.find(f => f.indexOf(')') > -1)) {
1350
+ const lastIndex = formats.findIndex(f => f.indexOf(')') > -1);
1351
+ formats[0] = [formats[0], ...formats.splice(1, lastIndex)].join(this.formatSeparator);
1352
+ }
1353
+ const result = formats.reduce((mem, f) => {
1354
+ const {
1355
+ formatName,
1356
+ formatOptions
1357
+ } = parseFormatStr(f);
1358
+ if (this.formats[formatName]) {
1359
+ let formatted = mem;
1360
+ try {
1361
+ const valOptions = options?.formatParams?.[options.interpolationkey] || {};
1362
+ const l = valOptions.locale || valOptions.lng || options.locale || options.lng || lng;
1363
+ formatted = this.formats[formatName](mem, l, {
1364
+ ...formatOptions,
1365
+ ...options,
1366
+ ...valOptions
1367
+ });
1368
+ } catch (error) {
1369
+ this.logger.warn(error);
1370
+ }
1371
+ return formatted;
1372
+ } else {
1373
+ this.logger.warn(`there was no format function for ${formatName}`);
1374
+ }
1375
+ return mem;
1376
+ }, value);
1377
+ return result;
1378
+ }
1379
+ }
1380
+
1381
+ const removePending = (q, name) => {
1382
+ if (q.pending[name] !== undefined) {
1383
+ delete q.pending[name];
1384
+ q.pendingCount--;
1385
+ }
1386
+ };
1387
+ class Connector extends EventEmitter {
1388
+ constructor(backend, store, services, options = {}) {
1389
+ super();
1390
+ this.backend = backend;
1391
+ this.store = store;
1392
+ this.services = services;
1393
+ this.languageUtils = services.languageUtils;
1394
+ this.options = options;
1395
+ this.logger = baseLogger.create('backendConnector');
1396
+ this.waitingReads = [];
1397
+ this.maxParallelReads = options.maxParallelReads || 10;
1398
+ this.readingCalls = 0;
1399
+ this.maxRetries = options.maxRetries >= 0 ? options.maxRetries : 5;
1400
+ this.retryTimeout = options.retryTimeout >= 1 ? options.retryTimeout : 350;
1401
+ this.state = {};
1402
+ this.queue = [];
1403
+ this.backend?.init?.(services, options.backend, options);
1404
+ }
1405
+ queueLoad(languages, namespaces, options, callback) {
1406
+ const toLoad = {};
1407
+ const pending = {};
1408
+ const toLoadLanguages = {};
1409
+ const toLoadNamespaces = {};
1410
+ languages.forEach(lng => {
1411
+ let hasAllNamespaces = true;
1412
+ namespaces.forEach(ns => {
1413
+ const name = `${lng}|${ns}`;
1414
+ if (!options.reload && this.store.hasResourceBundle(lng, ns)) {
1415
+ this.state[name] = 2;
1416
+ } else if (this.state[name] < 0) ; else if (this.state[name] === 1) {
1417
+ if (pending[name] === undefined) pending[name] = true;
1418
+ } else {
1419
+ this.state[name] = 1;
1420
+ hasAllNamespaces = false;
1421
+ if (pending[name] === undefined) pending[name] = true;
1422
+ if (toLoad[name] === undefined) toLoad[name] = true;
1423
+ if (toLoadNamespaces[ns] === undefined) toLoadNamespaces[ns] = true;
1424
+ }
1425
+ });
1426
+ if (!hasAllNamespaces) toLoadLanguages[lng] = true;
1427
+ });
1428
+ if (Object.keys(toLoad).length || Object.keys(pending).length) {
1429
+ this.queue.push({
1430
+ pending,
1431
+ pendingCount: Object.keys(pending).length,
1432
+ loaded: {},
1433
+ errors: [],
1434
+ callback
1435
+ });
1436
+ }
1437
+ return {
1438
+ toLoad: Object.keys(toLoad),
1439
+ pending: Object.keys(pending),
1440
+ toLoadLanguages: Object.keys(toLoadLanguages),
1441
+ toLoadNamespaces: Object.keys(toLoadNamespaces)
1442
+ };
1443
+ }
1444
+ loaded(name, err, data) {
1445
+ const s = name.split('|');
1446
+ const lng = s[0];
1447
+ const ns = s[1];
1448
+ if (err) this.emit('failedLoading', lng, ns, err);
1449
+ if (!err && data) {
1450
+ this.store.addResourceBundle(lng, ns, data, undefined, undefined, {
1451
+ skipCopy: true
1452
+ });
1453
+ }
1454
+ this.state[name] = err ? -1 : 2;
1455
+ if (err && data) this.state[name] = 0;
1456
+ const loaded = {};
1457
+ this.queue.forEach(q => {
1458
+ pushPath(q.loaded, [lng], ns);
1459
+ removePending(q, name);
1460
+ if (err) q.errors.push(err);
1461
+ if (q.pendingCount === 0 && !q.done) {
1462
+ Object.keys(q.loaded).forEach(l => {
1463
+ if (!loaded[l]) loaded[l] = {};
1464
+ const loadedKeys = q.loaded[l];
1465
+ if (loadedKeys.length) {
1466
+ loadedKeys.forEach(n => {
1467
+ if (loaded[l][n] === undefined) loaded[l][n] = true;
1468
+ });
1469
+ }
1470
+ });
1471
+ q.done = true;
1472
+ if (q.errors.length) {
1473
+ q.callback(q.errors);
1474
+ } else {
1475
+ q.callback();
1476
+ }
1477
+ }
1478
+ });
1479
+ this.emit('loaded', loaded);
1480
+ this.queue = this.queue.filter(q => !q.done);
1481
+ }
1482
+ read(lng, ns, fcName, tried = 0, wait = this.retryTimeout, callback) {
1483
+ if (!lng.length) return callback(null, {});
1484
+ if (this.readingCalls >= this.maxParallelReads) {
1485
+ this.waitingReads.push({
1486
+ lng,
1487
+ ns,
1488
+ fcName,
1489
+ tried,
1490
+ wait,
1491
+ callback
1492
+ });
1493
+ return;
1494
+ }
1495
+ this.readingCalls++;
1496
+ const resolver = (err, data) => {
1497
+ this.readingCalls--;
1498
+ if (this.waitingReads.length > 0) {
1499
+ const next = this.waitingReads.shift();
1500
+ this.read(next.lng, next.ns, next.fcName, next.tried, next.wait, next.callback);
1501
+ }
1502
+ if (err && data && tried < this.maxRetries) {
1503
+ setTimeout(() => {
1504
+ this.read.call(this, lng, ns, fcName, tried + 1, wait * 2, callback);
1505
+ }, wait);
1506
+ return;
1507
+ }
1508
+ callback(err, data);
1509
+ };
1510
+ const fc = this.backend[fcName].bind(this.backend);
1511
+ if (fc.length === 2) {
1512
+ try {
1513
+ const r = fc(lng, ns);
1514
+ if (r && typeof r.then === 'function') {
1515
+ r.then(data => resolver(null, data)).catch(resolver);
1516
+ } else {
1517
+ resolver(null, r);
1518
+ }
1519
+ } catch (err) {
1520
+ resolver(err);
1521
+ }
1522
+ return;
1523
+ }
1524
+ return fc(lng, ns, resolver);
1525
+ }
1526
+ prepareLoading(languages, namespaces, options = {}, callback) {
1527
+ if (!this.backend) {
1528
+ this.logger.warn('No backend was added via i18next.use. Will not load resources.');
1529
+ return callback && callback();
1530
+ }
1531
+ if (isString(languages)) languages = this.languageUtils.toResolveHierarchy(languages);
1532
+ if (isString(namespaces)) namespaces = [namespaces];
1533
+ const toLoad = this.queueLoad(languages, namespaces, options, callback);
1534
+ if (!toLoad.toLoad.length) {
1535
+ if (!toLoad.pending.length) callback();
1536
+ return null;
1537
+ }
1538
+ toLoad.toLoad.forEach(name => {
1539
+ this.loadOne(name);
1540
+ });
1541
+ }
1542
+ load(languages, namespaces, callback) {
1543
+ this.prepareLoading(languages, namespaces, {}, callback);
1544
+ }
1545
+ reload(languages, namespaces, callback) {
1546
+ this.prepareLoading(languages, namespaces, {
1547
+ reload: true
1548
+ }, callback);
1549
+ }
1550
+ loadOne(name, prefix = '') {
1551
+ const s = name.split('|');
1552
+ const lng = s[0];
1553
+ const ns = s[1];
1554
+ this.read(lng, ns, 'read', undefined, undefined, (err, data) => {
1555
+ if (err) this.logger.warn(`${prefix}loading namespace ${ns} for language ${lng} failed`, err);
1556
+ if (!err && data) this.logger.log(`${prefix}loaded namespace ${ns} for language ${lng}`, data);
1557
+ this.loaded(name, err, data);
1558
+ });
1559
+ }
1560
+ saveMissing(languages, namespace, key, fallbackValue, isUpdate, options = {}, clb = () => {}) {
1561
+ if (this.services?.utils?.hasLoadedNamespace && !this.services?.utils?.hasLoadedNamespace(namespace)) {
1562
+ this.logger.warn(`did not save key "${key}" as the namespace "${namespace}" was not yet loaded`, 'This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!');
1563
+ return;
1564
+ }
1565
+ if (key === undefined || key === null || key === '') return;
1566
+ if (this.backend?.create) {
1567
+ const opts = {
1568
+ ...options,
1569
+ isUpdate
1570
+ };
1571
+ const fc = this.backend.create.bind(this.backend);
1572
+ if (fc.length < 6) {
1573
+ try {
1574
+ let r;
1575
+ if (fc.length === 5) {
1576
+ r = fc(languages, namespace, key, fallbackValue, opts);
1577
+ } else {
1578
+ r = fc(languages, namespace, key, fallbackValue);
1579
+ }
1580
+ if (r && typeof r.then === 'function') {
1581
+ r.then(data => clb(null, data)).catch(clb);
1582
+ } else {
1583
+ clb(null, r);
1584
+ }
1585
+ } catch (err) {
1586
+ clb(err);
1587
+ }
1588
+ } else {
1589
+ fc(languages, namespace, key, fallbackValue, clb, opts);
1590
+ }
1591
+ }
1592
+ if (!languages || !languages[0]) return;
1593
+ this.store.addResource(languages[0], namespace, key, fallbackValue);
1594
+ }
1595
+ }
1596
+
1597
+ const get = () => ({
1598
+ debug: false,
1599
+ initAsync: true,
1600
+ ns: ['translation'],
1601
+ defaultNS: ['translation'],
1602
+ fallbackLng: ['dev'],
1603
+ fallbackNS: false,
1604
+ supportedLngs: false,
1605
+ nonExplicitSupportedLngs: false,
1606
+ load: 'all',
1607
+ preload: false,
1608
+ simplifyPluralSuffix: true,
1609
+ keySeparator: '.',
1610
+ nsSeparator: ':',
1611
+ pluralSeparator: '_',
1612
+ contextSeparator: '_',
1613
+ partialBundledLanguages: false,
1614
+ saveMissing: false,
1615
+ updateMissing: false,
1616
+ saveMissingTo: 'fallback',
1617
+ saveMissingPlurals: true,
1618
+ missingKeyHandler: false,
1619
+ missingInterpolationHandler: false,
1620
+ postProcess: false,
1621
+ postProcessPassResolved: false,
1622
+ returnNull: false,
1623
+ returnEmptyString: true,
1624
+ returnObjects: false,
1625
+ joinArrays: false,
1626
+ returnedObjectHandler: false,
1627
+ parseMissingKeyHandler: false,
1628
+ appendNamespaceToMissingKey: false,
1629
+ appendNamespaceToCIMode: false,
1630
+ overloadTranslationOptionHandler: args => {
1631
+ let ret = {};
1632
+ if (typeof args[1] === 'object') ret = args[1];
1633
+ if (isString(args[1])) ret.defaultValue = args[1];
1634
+ if (isString(args[2])) ret.tDescription = args[2];
1635
+ if (typeof args[2] === 'object' || typeof args[3] === 'object') {
1636
+ const options = args[3] || args[2];
1637
+ Object.keys(options).forEach(key => {
1638
+ ret[key] = options[key];
1639
+ });
1640
+ }
1641
+ return ret;
1642
+ },
1643
+ interpolation: {
1644
+ escapeValue: true,
1645
+ format: value => value,
1646
+ prefix: '{{',
1647
+ suffix: '}}',
1648
+ formatSeparator: ',',
1649
+ unescapePrefix: '-',
1650
+ nestingPrefix: '$t(',
1651
+ nestingSuffix: ')',
1652
+ nestingOptionsSeparator: ',',
1653
+ maxReplaces: 1000,
1654
+ skipOnVariables: true
1655
+ },
1656
+ cacheInBuiltFormats: true
1657
+ });
1658
+ const transformOptions = options => {
1659
+ if (isString(options.ns)) options.ns = [options.ns];
1660
+ if (isString(options.fallbackLng)) options.fallbackLng = [options.fallbackLng];
1661
+ if (isString(options.fallbackNS)) options.fallbackNS = [options.fallbackNS];
1662
+ if (options.supportedLngs?.indexOf?.('cimode') < 0) {
1663
+ options.supportedLngs = options.supportedLngs.concat(['cimode']);
1664
+ }
1665
+ if (typeof options.initImmediate === 'boolean') options.initAsync = options.initImmediate;
1666
+ return options;
1667
+ };
1668
+
1669
+ const noop = () => {};
1670
+ const bindMemberFunctions = inst => {
1671
+ const mems = Object.getOwnPropertyNames(Object.getPrototypeOf(inst));
1672
+ mems.forEach(mem => {
1673
+ if (typeof inst[mem] === 'function') {
1674
+ inst[mem] = inst[mem].bind(inst);
1675
+ }
1676
+ });
1677
+ };
1678
+ class I18n extends EventEmitter {
1679
+ constructor(options = {}, callback) {
1680
+ super();
1681
+ this.options = transformOptions(options);
1682
+ this.services = {};
1683
+ this.logger = baseLogger;
1684
+ this.modules = {
1685
+ external: []
1686
+ };
1687
+ bindMemberFunctions(this);
1688
+ if (callback && !this.isInitialized && !options.isClone) {
1689
+ if (!this.options.initAsync) {
1690
+ this.init(options, callback);
1691
+ return this;
1692
+ }
1693
+ setTimeout(() => {
1694
+ this.init(options, callback);
1695
+ }, 0);
1696
+ }
1697
+ }
1698
+ init(options = {}, callback) {
1699
+ this.isInitializing = true;
1700
+ if (typeof options === 'function') {
1701
+ callback = options;
1702
+ options = {};
1703
+ }
1704
+ if (options.defaultNS == null && options.ns) {
1705
+ if (isString(options.ns)) {
1706
+ options.defaultNS = options.ns;
1707
+ } else if (options.ns.indexOf('translation') < 0) {
1708
+ options.defaultNS = options.ns[0];
1709
+ }
1710
+ }
1711
+ const defOpts = get();
1712
+ this.options = {
1713
+ ...defOpts,
1714
+ ...this.options,
1715
+ ...transformOptions(options)
1716
+ };
1717
+ this.options.interpolation = {
1718
+ ...defOpts.interpolation,
1719
+ ...this.options.interpolation
1720
+ };
1721
+ if (options.keySeparator !== undefined) {
1722
+ this.options.userDefinedKeySeparator = options.keySeparator;
1723
+ }
1724
+ if (options.nsSeparator !== undefined) {
1725
+ this.options.userDefinedNsSeparator = options.nsSeparator;
1726
+ }
1727
+ const createClassOnDemand = ClassOrObject => {
1728
+ if (!ClassOrObject) return null;
1729
+ if (typeof ClassOrObject === 'function') return new ClassOrObject();
1730
+ return ClassOrObject;
1731
+ };
1732
+ if (!this.options.isClone) {
1733
+ if (this.modules.logger) {
1734
+ baseLogger.init(createClassOnDemand(this.modules.logger), this.options);
1735
+ } else {
1736
+ baseLogger.init(null, this.options);
1737
+ }
1738
+ let formatter;
1739
+ if (this.modules.formatter) {
1740
+ formatter = this.modules.formatter;
1741
+ } else {
1742
+ formatter = Formatter;
1743
+ }
1744
+ const lu = new LanguageUtil(this.options);
1745
+ this.store = new ResourceStore(this.options.resources, this.options);
1746
+ const s = this.services;
1747
+ s.logger = baseLogger;
1748
+ s.resourceStore = this.store;
1749
+ s.languageUtils = lu;
1750
+ s.pluralResolver = new PluralResolver(lu, {
1751
+ prepend: this.options.pluralSeparator,
1752
+ simplifyPluralSuffix: this.options.simplifyPluralSuffix
1753
+ });
1754
+ const usingLegacyFormatFunction = this.options.interpolation.format && this.options.interpolation.format !== defOpts.interpolation.format;
1755
+ if (usingLegacyFormatFunction) {
1756
+ this.logger.warn(`init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting`);
1757
+ }
1758
+ if (formatter && (!this.options.interpolation.format || this.options.interpolation.format === defOpts.interpolation.format)) {
1759
+ s.formatter = createClassOnDemand(formatter);
1760
+ if (s.formatter.init) s.formatter.init(s, this.options);
1761
+ this.options.interpolation.format = s.formatter.format.bind(s.formatter);
1762
+ }
1763
+ s.interpolator = new Interpolator(this.options);
1764
+ s.utils = {
1765
+ hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
1766
+ };
1767
+ s.backendConnector = new Connector(createClassOnDemand(this.modules.backend), s.resourceStore, s, this.options);
1768
+ s.backendConnector.on('*', (event, ...args) => {
1769
+ this.emit(event, ...args);
1770
+ });
1771
+ if (this.modules.languageDetector) {
1772
+ s.languageDetector = createClassOnDemand(this.modules.languageDetector);
1773
+ if (s.languageDetector.init) s.languageDetector.init(s, this.options.detection, this.options);
1774
+ }
1775
+ if (this.modules.i18nFormat) {
1776
+ s.i18nFormat = createClassOnDemand(this.modules.i18nFormat);
1777
+ if (s.i18nFormat.init) s.i18nFormat.init(this);
1778
+ }
1779
+ this.translator = new Translator(this.services, this.options);
1780
+ this.translator.on('*', (event, ...args) => {
1781
+ this.emit(event, ...args);
1782
+ });
1783
+ this.modules.external.forEach(m => {
1784
+ if (m.init) m.init(this);
1785
+ });
1786
+ }
1787
+ this.format = this.options.interpolation.format;
1788
+ if (!callback) callback = noop;
1789
+ if (this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
1790
+ const codes = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
1791
+ if (codes.length > 0 && codes[0] !== 'dev') this.options.lng = codes[0];
1792
+ }
1793
+ if (!this.services.languageDetector && !this.options.lng) {
1794
+ this.logger.warn('init: no languageDetector is used and no lng is defined');
1795
+ }
1796
+ const storeApi = ['getResource', 'hasResourceBundle', 'getResourceBundle', 'getDataByLanguage'];
1797
+ storeApi.forEach(fcName => {
1798
+ this[fcName] = (...args) => this.store[fcName](...args);
1799
+ });
1800
+ const storeApiChained = ['addResource', 'addResources', 'addResourceBundle', 'removeResourceBundle'];
1801
+ storeApiChained.forEach(fcName => {
1802
+ this[fcName] = (...args) => {
1803
+ this.store[fcName](...args);
1804
+ return this;
1805
+ };
1806
+ });
1807
+ const deferred = defer();
1808
+ const load = () => {
1809
+ const finish = (err, t) => {
1810
+ this.isInitializing = false;
1811
+ if (this.isInitialized && !this.initializedStoreOnce) this.logger.warn('init: i18next is already initialized. You should call init just once!');
1812
+ this.isInitialized = true;
1813
+ if (!this.options.isClone) this.logger.log('initialized', this.options);
1814
+ this.emit('initialized', this.options);
1815
+ deferred.resolve(t);
1816
+ callback(err, t);
1817
+ };
1818
+ if (this.languages && !this.isInitialized) return finish(null, this.t.bind(this));
1819
+ this.changeLanguage(this.options.lng, finish);
1820
+ };
1821
+ if (this.options.resources || !this.options.initAsync) {
1822
+ load();
1823
+ } else {
1824
+ setTimeout(load, 0);
1825
+ }
1826
+ return deferred;
1827
+ }
1828
+ loadResources(language, callback = noop) {
1829
+ let usedCallback = callback;
1830
+ const usedLng = isString(language) ? language : this.language;
1831
+ if (typeof language === 'function') usedCallback = language;
1832
+ if (!this.options.resources || this.options.partialBundledLanguages) {
1833
+ if (usedLng?.toLowerCase() === 'cimode' && (!this.options.preload || this.options.preload.length === 0)) return usedCallback();
1834
+ const toLoad = [];
1835
+ const append = lng => {
1836
+ if (!lng) return;
1837
+ if (lng === 'cimode') return;
1838
+ const lngs = this.services.languageUtils.toResolveHierarchy(lng);
1839
+ lngs.forEach(l => {
1840
+ if (l === 'cimode') return;
1841
+ if (toLoad.indexOf(l) < 0) toLoad.push(l);
1842
+ });
1843
+ };
1844
+ if (!usedLng) {
1845
+ const fallbacks = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
1846
+ fallbacks.forEach(l => append(l));
1847
+ } else {
1848
+ append(usedLng);
1849
+ }
1850
+ this.options.preload?.forEach?.(l => append(l));
1851
+ this.services.backendConnector.load(toLoad, this.options.ns, e => {
1852
+ if (!e && !this.resolvedLanguage && this.language) this.setResolvedLanguage(this.language);
1853
+ usedCallback(e);
1854
+ });
1855
+ } else {
1856
+ usedCallback(null);
1857
+ }
1858
+ }
1859
+ reloadResources(lngs, ns, callback) {
1860
+ const deferred = defer();
1861
+ if (typeof lngs === 'function') {
1862
+ callback = lngs;
1863
+ lngs = undefined;
1864
+ }
1865
+ if (typeof ns === 'function') {
1866
+ callback = ns;
1867
+ ns = undefined;
1868
+ }
1869
+ if (!lngs) lngs = this.languages;
1870
+ if (!ns) ns = this.options.ns;
1871
+ if (!callback) callback = noop;
1872
+ this.services.backendConnector.reload(lngs, ns, err => {
1873
+ deferred.resolve();
1874
+ callback(err);
1875
+ });
1876
+ return deferred;
1877
+ }
1878
+ use(module) {
1879
+ if (!module) throw new Error('You are passing an undefined module! Please check the object you are passing to i18next.use()');
1880
+ if (!module.type) throw new Error('You are passing a wrong module! Please check the object you are passing to i18next.use()');
1881
+ if (module.type === 'backend') {
1882
+ this.modules.backend = module;
1883
+ }
1884
+ if (module.type === 'logger' || module.log && module.warn && module.error) {
1885
+ this.modules.logger = module;
1886
+ }
1887
+ if (module.type === 'languageDetector') {
1888
+ this.modules.languageDetector = module;
1889
+ }
1890
+ if (module.type === 'i18nFormat') {
1891
+ this.modules.i18nFormat = module;
1892
+ }
1893
+ if (module.type === 'postProcessor') {
1894
+ postProcessor.addPostProcessor(module);
1895
+ }
1896
+ if (module.type === 'formatter') {
1897
+ this.modules.formatter = module;
1898
+ }
1899
+ if (module.type === '3rdParty') {
1900
+ this.modules.external.push(module);
1901
+ }
1902
+ return this;
1903
+ }
1904
+ setResolvedLanguage(l) {
1905
+ if (!l || !this.languages) return;
1906
+ if (['cimode', 'dev'].indexOf(l) > -1) return;
1907
+ for (let li = 0; li < this.languages.length; li++) {
1908
+ const lngInLngs = this.languages[li];
1909
+ if (['cimode', 'dev'].indexOf(lngInLngs) > -1) continue;
1910
+ if (this.store.hasLanguageSomeTranslations(lngInLngs)) {
1911
+ this.resolvedLanguage = lngInLngs;
1912
+ break;
1913
+ }
1914
+ }
1915
+ if (!this.resolvedLanguage && this.languages.indexOf(l) < 0 && this.store.hasLanguageSomeTranslations(l)) {
1916
+ this.resolvedLanguage = l;
1917
+ this.languages.unshift(l);
1918
+ }
1919
+ }
1920
+ changeLanguage(lng, callback) {
1921
+ this.isLanguageChangingTo = lng;
1922
+ const deferred = defer();
1923
+ this.emit('languageChanging', lng);
1924
+ const setLngProps = l => {
1925
+ this.language = l;
1926
+ this.languages = this.services.languageUtils.toResolveHierarchy(l);
1927
+ this.resolvedLanguage = undefined;
1928
+ this.setResolvedLanguage(l);
1929
+ };
1930
+ const done = (err, l) => {
1931
+ if (l) {
1932
+ if (this.isLanguageChangingTo === lng) {
1933
+ setLngProps(l);
1934
+ this.translator.changeLanguage(l);
1935
+ this.isLanguageChangingTo = undefined;
1936
+ this.emit('languageChanged', l);
1937
+ this.logger.log('languageChanged', l);
1938
+ }
1939
+ } else {
1940
+ this.isLanguageChangingTo = undefined;
1941
+ }
1942
+ deferred.resolve((...args) => this.t(...args));
1943
+ if (callback) callback(err, (...args) => this.t(...args));
1944
+ };
1945
+ const setLng = lngs => {
1946
+ if (!lng && !lngs && this.services.languageDetector) lngs = [];
1947
+ const fl = isString(lngs) ? lngs : lngs && lngs[0];
1948
+ const l = this.store.hasLanguageSomeTranslations(fl) ? fl : this.services.languageUtils.getBestMatchFromCodes(isString(lngs) ? [lngs] : lngs);
1949
+ if (l) {
1950
+ if (!this.language) {
1951
+ setLngProps(l);
1952
+ }
1953
+ if (!this.translator.language) this.translator.changeLanguage(l);
1954
+ this.services.languageDetector?.cacheUserLanguage?.(l);
1955
+ }
1956
+ this.loadResources(l, err => {
1957
+ done(err, l);
1958
+ });
1959
+ };
1960
+ if (!lng && this.services.languageDetector && !this.services.languageDetector.async) {
1961
+ setLng(this.services.languageDetector.detect());
1962
+ } else if (!lng && this.services.languageDetector && this.services.languageDetector.async) {
1963
+ if (this.services.languageDetector.detect.length === 0) {
1964
+ this.services.languageDetector.detect().then(setLng);
1965
+ } else {
1966
+ this.services.languageDetector.detect(setLng);
1967
+ }
1968
+ } else {
1969
+ setLng(lng);
1970
+ }
1971
+ return deferred;
1972
+ }
1973
+ getFixedT(lng, ns, keyPrefix) {
1974
+ const fixedT = (key, opts, ...rest) => {
1975
+ let o;
1976
+ if (typeof opts !== 'object') {
1977
+ o = this.options.overloadTranslationOptionHandler([key, opts].concat(rest));
1978
+ } else {
1979
+ o = {
1980
+ ...opts
1981
+ };
1982
+ }
1983
+ o.lng = o.lng || fixedT.lng;
1984
+ o.lngs = o.lngs || fixedT.lngs;
1985
+ o.ns = o.ns || fixedT.ns;
1986
+ if (o.keyPrefix !== '') o.keyPrefix = o.keyPrefix || keyPrefix || fixedT.keyPrefix;
1987
+ const keySeparator = this.options.keySeparator || '.';
1988
+ let resultKey;
1989
+ if (o.keyPrefix && Array.isArray(key)) {
1990
+ resultKey = key.map(k => `${o.keyPrefix}${keySeparator}${k}`);
1991
+ } else {
1992
+ resultKey = o.keyPrefix ? `${o.keyPrefix}${keySeparator}${key}` : key;
1993
+ }
1994
+ return this.t(resultKey, o);
1995
+ };
1996
+ if (isString(lng)) {
1997
+ fixedT.lng = lng;
1998
+ } else {
1999
+ fixedT.lngs = lng;
2000
+ }
2001
+ fixedT.ns = ns;
2002
+ fixedT.keyPrefix = keyPrefix;
2003
+ return fixedT;
2004
+ }
2005
+ t(...args) {
2006
+ return this.translator?.translate(...args);
2007
+ }
2008
+ exists(...args) {
2009
+ return this.translator?.exists(...args);
2010
+ }
2011
+ setDefaultNamespace(ns) {
2012
+ this.options.defaultNS = ns;
2013
+ }
2014
+ hasLoadedNamespace(ns, options = {}) {
2015
+ if (!this.isInitialized) {
2016
+ this.logger.warn('hasLoadedNamespace: i18next was not initialized', this.languages);
2017
+ return false;
2018
+ }
2019
+ if (!this.languages || !this.languages.length) {
2020
+ this.logger.warn('hasLoadedNamespace: i18n.languages were undefined or empty', this.languages);
2021
+ return false;
2022
+ }
2023
+ const lng = options.lng || this.resolvedLanguage || this.languages[0];
2024
+ const fallbackLng = this.options ? this.options.fallbackLng : false;
2025
+ const lastLng = this.languages[this.languages.length - 1];
2026
+ if (lng.toLowerCase() === 'cimode') return true;
2027
+ const loadNotPending = (l, n) => {
2028
+ const loadState = this.services.backendConnector.state[`${l}|${n}`];
2029
+ return loadState === -1 || loadState === 0 || loadState === 2;
2030
+ };
2031
+ if (options.precheck) {
2032
+ const preResult = options.precheck(this, loadNotPending);
2033
+ if (preResult !== undefined) return preResult;
2034
+ }
2035
+ if (this.hasResourceBundle(lng, ns)) return true;
2036
+ if (!this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages) return true;
2037
+ if (loadNotPending(lng, ns) && (!fallbackLng || loadNotPending(lastLng, ns))) return true;
2038
+ return false;
2039
+ }
2040
+ loadNamespaces(ns, callback) {
2041
+ const deferred = defer();
2042
+ if (!this.options.ns) {
2043
+ if (callback) callback();
2044
+ return Promise.resolve();
2045
+ }
2046
+ if (isString(ns)) ns = [ns];
2047
+ ns.forEach(n => {
2048
+ if (this.options.ns.indexOf(n) < 0) this.options.ns.push(n);
2049
+ });
2050
+ this.loadResources(err => {
2051
+ deferred.resolve();
2052
+ if (callback) callback(err);
2053
+ });
2054
+ return deferred;
2055
+ }
2056
+ loadLanguages(lngs, callback) {
2057
+ const deferred = defer();
2058
+ if (isString(lngs)) lngs = [lngs];
2059
+ const preloaded = this.options.preload || [];
2060
+ const newLngs = lngs.filter(lng => preloaded.indexOf(lng) < 0 && this.services.languageUtils.isSupportedCode(lng));
2061
+ if (!newLngs.length) {
2062
+ if (callback) callback();
2063
+ return Promise.resolve();
2064
+ }
2065
+ this.options.preload = preloaded.concat(newLngs);
2066
+ this.loadResources(err => {
2067
+ deferred.resolve();
2068
+ if (callback) callback(err);
2069
+ });
2070
+ return deferred;
2071
+ }
2072
+ dir(lng) {
2073
+ if (!lng) lng = this.resolvedLanguage || (this.languages?.length > 0 ? this.languages[0] : this.language);
2074
+ if (!lng) return 'rtl';
2075
+ try {
2076
+ const l = new Intl.Locale(lng);
2077
+ if (l && l.getTextInfo) {
2078
+ const ti = l.getTextInfo();
2079
+ if (ti && ti.direction) return ti.direction;
2080
+ }
2081
+ } catch (e) {}
2082
+ const rtlLngs = ['ar', 'shu', 'sqr', 'ssh', 'xaa', 'yhd', 'yud', 'aao', 'abh', 'abv', 'acm', 'acq', 'acw', 'acx', 'acy', 'adf', 'ads', 'aeb', 'aec', 'afb', 'ajp', 'apc', 'apd', 'arb', 'arq', 'ars', 'ary', 'arz', 'auz', 'avl', 'ayh', 'ayl', 'ayn', 'ayp', 'bbz', 'pga', 'he', 'iw', 'ps', 'pbt', 'pbu', 'pst', 'prp', 'prd', 'ug', 'ur', 'ydd', 'yds', 'yih', 'ji', 'yi', 'hbo', 'men', 'xmn', 'fa', 'jpr', 'peo', 'pes', 'prs', 'dv', 'sam', 'ckb'];
2083
+ const languageUtils = this.services?.languageUtils || new LanguageUtil(get());
2084
+ if (lng.toLowerCase().indexOf('-latn') > 1) return 'ltr';
2085
+ return rtlLngs.indexOf(languageUtils.getLanguagePartFromCode(lng)) > -1 || lng.toLowerCase().indexOf('-arab') > 1 ? 'rtl' : 'ltr';
2086
+ }
2087
+ static createInstance(options = {}, callback) {
2088
+ return new I18n(options, callback);
2089
+ }
2090
+ cloneInstance(options = {}, callback = noop) {
2091
+ const forkResourceStore = options.forkResourceStore;
2092
+ if (forkResourceStore) delete options.forkResourceStore;
2093
+ const mergedOptions = {
2094
+ ...this.options,
2095
+ ...options,
2096
+ ...{
2097
+ isClone: true
2098
+ }
2099
+ };
2100
+ const clone = new I18n(mergedOptions);
2101
+ if (options.debug !== undefined || options.prefix !== undefined) {
2102
+ clone.logger = clone.logger.clone(options);
2103
+ }
2104
+ const membersToCopy = ['store', 'services', 'language'];
2105
+ membersToCopy.forEach(m => {
2106
+ clone[m] = this[m];
2107
+ });
2108
+ clone.services = {
2109
+ ...this.services
2110
+ };
2111
+ clone.services.utils = {
2112
+ hasLoadedNamespace: clone.hasLoadedNamespace.bind(clone)
2113
+ };
2114
+ if (forkResourceStore) {
2115
+ const clonedData = Object.keys(this.store.data).reduce((prev, l) => {
2116
+ prev[l] = {
2117
+ ...this.store.data[l]
2118
+ };
2119
+ prev[l] = Object.keys(prev[l]).reduce((acc, n) => {
2120
+ acc[n] = {
2121
+ ...prev[l][n]
2122
+ };
2123
+ return acc;
2124
+ }, prev[l]);
2125
+ return prev;
2126
+ }, {});
2127
+ clone.store = new ResourceStore(clonedData, mergedOptions);
2128
+ clone.services.resourceStore = clone.store;
2129
+ }
2130
+ clone.translator = new Translator(clone.services, mergedOptions);
2131
+ clone.translator.on('*', (event, ...args) => {
2132
+ clone.emit(event, ...args);
2133
+ });
2134
+ clone.init(mergedOptions, callback);
2135
+ clone.translator.options = mergedOptions;
2136
+ clone.translator.backendConnector.services.utils = {
2137
+ hasLoadedNamespace: clone.hasLoadedNamespace.bind(clone)
2138
+ };
2139
+ return clone;
2140
+ }
2141
+ toJSON() {
2142
+ return {
2143
+ options: this.options,
2144
+ store: this.store,
2145
+ language: this.language,
2146
+ languages: this.languages,
2147
+ resolvedLanguage: this.resolvedLanguage
2148
+ };
2149
+ }
2150
+ }
2151
+ const instance = I18n.createInstance();
2152
+ instance.createInstance = I18n.createInstance;
2153
+
2154
+ function getWindow() {
2155
+ return window;
2156
+ }
2157
+ function getAtomicEnvironment(headlessVersion) {
2158
+ return {
2159
+ version: "3.34.0-pre.f310961b1a",
2160
+ headlessVersion,
2161
+ };
2162
+ }
2163
+ function getAtomicVersion() {
2164
+ return getAtomicEnvironment('').version;
2165
+ }
2166
+ function setCoveoGlobal(globalVariableName, headlessVersion) {
2167
+ if (getWindow()[globalVariableName]) {
2168
+ return;
2169
+ }
2170
+ getWindow()[globalVariableName] = getAtomicEnvironment(headlessVersion);
2171
+ }
2172
+
2173
+ const locales = {
2174
+ af: () => import('./af-b3faf91e.js').then(function (n) { return n.a; }),
2175
+ am: () => import('./am-e9cb6364.js').then(function (n) { return n.a; }),
2176
+ 'ar-DZ': () => import('./ar-dz-5ba0c69a.js').then(function (n) { return n.a; }),
2177
+ 'ar-IQ': () => import('./ar-iq-3d2e5b8a.js').then(function (n) { return n.a; }),
2178
+ 'ar-KW': () => import('./ar-kw-e126035d.js').then(function (n) { return n.a; }),
2179
+ 'ar-LY': () => import('./ar-ly-2924eb0c.js').then(function (n) { return n.a; }),
2180
+ 'ar-MA': () => import('./ar-ma-afb201be.js').then(function (n) { return n.a; }),
2181
+ 'ar-SA': () => import('./ar-sa-10527551.js').then(function (n) { return n.a; }),
2182
+ 'ar-TN': () => import('./ar-tn-fc69128d.js').then(function (n) { return n.a; }),
2183
+ ar: () => import('./ar-cb6d7ed9.js').then(function (n) { return n.a; }),
2184
+ az: () => import('./az-199a5a03.js').then(function (n) { return n.a; }),
2185
+ be: () => import('./be-794487fa.js').then(function (n) { return n.b; }),
2186
+ bg: () => import('./bg-c99d9a27.js').then(function (n) { return n.b; }),
2187
+ bi: () => import('./bi-124c11c0.js').then(function (n) { return n.b; }),
2188
+ bm: () => import('./bm-252381bb.js').then(function (n) { return n.b; }),
2189
+ 'bn-BD': () => import('./bn-bd-3970b0f8.js').then(function (n) { return n.b; }),
2190
+ bn: () => import('./bn-b080ba5b.js').then(function (n) { return n.b; }),
2191
+ bo: () => import('./bo-e303874c.js').then(function (n) { return n.b; }),
2192
+ br: () => import('./br-6f4c4f3c.js').then(function (n) { return n.b; }),
2193
+ bs: () => import('./bs-b0d64727.js').then(function (n) { return n.b; }),
2194
+ ca: () => import('./ca-92df40c1.js').then(function (n) { return n.c; }),
2195
+ cs: () => import('./cs-24a0d8df.js').then(function (n) { return n.c; }),
2196
+ cv: () => import('./cv-5c3bf49d.js').then(function (n) { return n.c; }),
2197
+ cy: () => import('./cy-f6001872.js').then(function (n) { return n.c; }),
2198
+ 'de-AT': () => import('./de-at-a40f7f74.js').then(function (n) { return n.d; }),
2199
+ da: () => import('./da-15f86fbe.js').then(function (n) { return n.d; }),
2200
+ 'de-CH': () => import('./de-ch-a30a335b.js').then(function (n) { return n.d; }),
2201
+ de: () => import('./de-4ce42d40.js').then(function (n) { return n.d; }),
2202
+ dv: () => import('./dv-9f6bc9bf.js').then(function (n) { return n.d; }),
2203
+ el: () => import('./el-148a8b97.js').then(function (n) { return n.e; }),
2204
+ 'en-AU': () => import('./en-au-71a08338.js').then(function (n) { return n.e; }),
2205
+ 'en-CA': () => import('./en-ca-64578981.js').then(function (n) { return n.e; }),
2206
+ 'en-GB': () => import('./en-gb-05fb760e.js').then(function (n) { return n.e; }),
2207
+ 'en-IE': () => import('./en-ie-9f15184e.js').then(function (n) { return n.e; }),
2208
+ 'en-IL': () => import('./en-il-dc1c6c06.js').then(function (n) { return n.e; }),
2209
+ 'en-IN': () => import('./en-in-d7952971.js').then(function (n) { return n.e; }),
2210
+ 'en-NZ': () => import('./en-nz-a0ca8c2c.js').then(function (n) { return n.e; }),
2211
+ 'en-SG': () => import('./en-sg-572efd00.js').then(function (n) { return n.e; }),
2212
+ 'en-TT': () => import('./en-tt-7b213249.js').then(function (n) { return n.e; }),
2213
+ eo: () => import('./eo-08ef2039.js').then(function (n) { return n.e; }),
2214
+ en: () => import('./en-9ec8ae09.js').then(function (n) { return n.e; }),
2215
+ 'es-DO': () => import('./es-do-2eea52e8.js').then(function (n) { return n.e; }),
2216
+ 'es-MX': () => import('./es-mx-3ec49afa.js').then(function (n) { return n.e; }),
2217
+ 'es-PR': () => import('./es-pr-f87fb1b9.js').then(function (n) { return n.e; }),
2218
+ 'es-US': () => import('./es-us-d9081646.js').then(function (n) { return n.e; }),
2219
+ et: () => import('./et-8c682b5a.js').then(function (n) { return n.e; }),
2220
+ es: () => import('./es-d6e72728.js').then(function (n) { return n.e; }),
2221
+ eu: () => import('./eu-63210626.js').then(function (n) { return n.e; }),
2222
+ fa: () => import('./fa-1f4a0a77.js').then(function (n) { return n.f; }),
2223
+ fo: () => import('./fo-72be1810.js').then(function (n) { return n.f; }),
2224
+ fi: () => import('./fi-cb158514.js').then(function (n) { return n.f; }),
2225
+ 'fr-CA': () => import('./fr-ca-7fb4ed5c.js').then(function (n) { return n.f; }),
2226
+ 'fr-CH': () => import('./fr-ch-36bbe813.js').then(function (n) { return n.f; }),
2227
+ fr: () => import('./fr-4da8b2ac.js').then(function (n) { return n.f; }),
2228
+ fy: () => import('./fy-b1eb2831.js').then(function (n) { return n.f; }),
2229
+ ga: () => import('./ga-85f2952b.js').then(function (n) { return n.g; }),
2230
+ gd: () => import('./gd-3408acaf.js').then(function (n) { return n.g; }),
2231
+ 'gom-LATN': () => import('./gom-latn-e22fddc8.js').then(function (n) { return n.g; }),
2232
+ gl: () => import('./gl-cd87ea7f.js').then(function (n) { return n.g; }),
2233
+ gu: () => import('./gu-8cdbd4f7.js').then(function (n) { return n.g; }),
2234
+ he: () => import('./he-6d85be54.js').then(function (n) { return n.h; }),
2235
+ hi: () => import('./hi-f41b5a66.js').then(function (n) { return n.h; }),
2236
+ hr: () => import('./hr-cacc6068.js').then(function (n) { return n.h; }),
2237
+ hu: () => import('./hu-de350c06.js').then(function (n) { return n.h; }),
2238
+ ht: () => import('./ht-22455dcc.js').then(function (n) { return n.h; }),
2239
+ 'hy-AM': () => import('./hy-am-81d1c652.js').then(function (n) { return n.h; }),
2240
+ id: () => import('./id-81fd66c1.js').then(function (n) { return n.i; }),
2241
+ is: () => import('./is-5856cbb7.js').then(function (n) { return n.i; }),
2242
+ 'it-CH': () => import('./it-ch-dfcf6a22.js').then(function (n) { return n.i; }),
2243
+ it: () => import('./it-18c0d3e6.js').then(function (n) { return n.i; }),
2244
+ ja: () => import('./ja-c46d4b1e.js').then(function (n) { return n.j; }),
2245
+ jv: () => import('./jv-fbdffaf2.js').then(function (n) { return n.j; }),
2246
+ ka: () => import('./ka-75d2a2b0.js').then(function (n) { return n.k; }),
2247
+ kk: () => import('./kk-1a51a974.js').then(function (n) { return n.k; }),
2248
+ km: () => import('./km-8d0b4152.js').then(function (n) { return n.k; }),
2249
+ kn: () => import('./kn-00c6b4a1.js').then(function (n) { return n.k; }),
2250
+ ko: () => import('./ko-448cf08f.js').then(function (n) { return n.k; }),
2251
+ ku: () => import('./ku-e8f3148d.js').then(function (n) { return n.k; }),
2252
+ ky: () => import('./ky-4f94fb6d.js').then(function (n) { return n.k; }),
2253
+ lb: () => import('./lb-445912d6.js').then(function (n) { return n.l; }),
2254
+ lo: () => import('./lo-e8aa3f1e.js').then(function (n) { return n.l; }),
2255
+ lt: () => import('./lt-3b6cf273.js').then(function (n) { return n.l; }),
2256
+ lv: () => import('./lv-b0d8652a.js').then(function (n) { return n.l; }),
2257
+ me: () => import('./me-8a1db3ae.js').then(function (n) { return n.m; }),
2258
+ mi: () => import('./mi-4da080b1.js').then(function (n) { return n.m; }),
2259
+ mk: () => import('./mk-4c62fc73.js').then(function (n) { return n.m; }),
2260
+ ml: () => import('./ml-d2903289.js').then(function (n) { return n.m; }),
2261
+ mn: () => import('./mn-8fbea63e.js').then(function (n) { return n.m; }),
2262
+ mr: () => import('./mr-8d5ec43f.js').then(function (n) { return n.m; }),
2263
+ 'ms-MY': () => import('./ms-my-64085af4.js').then(function (n) { return n.m; }),
2264
+ ms: () => import('./ms-af7e8df7.js').then(function (n) { return n.m; }),
2265
+ mt: () => import('./mt-d2f5e061.js').then(function (n) { return n.m; }),
2266
+ my: () => import('./my-ef5caaba.js').then(function (n) { return n.m; }),
2267
+ nb: () => import('./nb-a678fab7.js').then(function (n) { return n.n; }),
2268
+ ne: () => import('./ne-d1d187ce.js').then(function (n) { return n.n; }),
2269
+ 'nl-BE': () => import('./nl-be-4928ae6e.js').then(function (n) { return n.n; }),
2270
+ nl: () => import('./nl-ad49428a.js').then(function (n) { return n.n; }),
2271
+ pl: () => import('./pl-132051d9.js').then(function (n) { return n.p; }),
2272
+ 'pt-BR': () => import('./pt-br-f49d9112.js').then(function (n) { return n.p; }),
2273
+ pt: () => import('./pt-3074e2a4.js').then(function (n) { return n.p; }),
2274
+ rn: () => import('./rn-e771a818.js').then(function (n) { return n.r; }),
2275
+ ro: () => import('./ro-3332d691.js').then(function (n) { return n.r; }),
2276
+ ru: () => import('./ru-255491fa.js').then(function (n) { return n.r; }),
2277
+ rw: () => import('./rw-72e60f36.js').then(function (n) { return n.r; }),
2278
+ sd: () => import('./sd-b761056e.js').then(function (n) { return n.s; }),
2279
+ se: () => import('./se-3273560b.js').then(function (n) { return n.s; }),
2280
+ si: () => import('./si-53746844.js').then(function (n) { return n.s; }),
2281
+ sk: () => import('./sk-ef08302c.js').then(function (n) { return n.s; }),
2282
+ sl: () => import('./sl-dd5e34e6.js').then(function (n) { return n.s; }),
2283
+ sq: () => import('./sq-6b3a6a22.js').then(function (n) { return n.s; }),
2284
+ 'sr-CYRL': () => import('./sr-cyrl-6db8de73.js').then(function (n) { return n.s; }),
2285
+ ss: () => import('./ss-db1ce75d.js').then(function (n) { return n.s; }),
2286
+ 'sv-FI': () => import('./sv-fi-25e32c59.js').then(function (n) { return n.s; }),
2287
+ sr: () => import('./sr-810dc87c.js').then(function (n) { return n.s; }),
2288
+ sv: () => import('./sv-e70709e9.js').then(function (n) { return n.s; }),
2289
+ sw: () => import('./sw-964eb461.js').then(function (n) { return n.s; }),
2290
+ ta: () => import('./ta-5c6c5b31.js').then(function (n) { return n.t; }),
2291
+ te: () => import('./te-aabe177a.js').then(function (n) { return n.t; }),
2292
+ tet: () => import('./tet-b6ee9a63.js').then(function (n) { return n.t; }),
2293
+ tg: () => import('./tg-e80d07ba.js').then(function (n) { return n.t; }),
2294
+ th: () => import('./th-67e4d461.js').then(function (n) { return n.t; }),
2295
+ tk: () => import('./tk-7c2e6c39.js').then(function (n) { return n.t; }),
2296
+ 'tl-PH': () => import('./tl-ph-02e6de6a.js').then(function (n) { return n.t; }),
2297
+ tlh: () => import('./tlh-c12b792d.js').then(function (n) { return n.t; }),
2298
+ tr: () => import('./tr-d44675c4.js').then(function (n) { return n.t; }),
2299
+ tzl: () => import('./tzl-daeb1470.js').then(function (n) { return n.t; }),
2300
+ 'tzm-LATN': () => import('./tzm-latn-00c31214.js').then(function (n) { return n.t; }),
2301
+ tzm: () => import('./tzm-e5f35f92.js').then(function (n) { return n.t; }),
2302
+ 'ug-CN': () => import('./ug-cn-1626e72b.js').then(function (n) { return n.u; }),
2303
+ uk: () => import('./uk-f519c388.js').then(function (n) { return n.u; }),
2304
+ ur: () => import('./ur-bc876bdc.js').then(function (n) { return n.u; }),
2305
+ 'uz-LATN': () => import('./uz-latn-3dc9ee1b.js').then(function (n) { return n.u; }),
2306
+ uz: () => import('./uz-1cde51d4.js').then(function (n) { return n.u; }),
2307
+ vi: () => import('./vi-3defe54a.js').then(function (n) { return n.v; }),
2308
+ 'x-PSEUDO': () => import('./x-pseudo-f9b053ff.js').then(function (n) { return n.x; }),
2309
+ yo: () => import('./yo-5985943f.js').then(function (n) { return n.y; }),
2310
+ 'zh-CN': () => import('./zh-cn-24aeb427.js').then(function (n) { return n.z; }),
2311
+ 'zh-HK': () => import('./zh-hk-3c82e78c.js').then(function (n) { return n.z; }),
2312
+ 'zh-TW': () => import('./zh-tw-5bd132cd.js').then(function (n) { return n.z; }),
2313
+ zh: () => import('./zh-979f158a.js').then(function (n) { return n.z; }),
2314
+ 'oc-LNC': () => import('./oc-lnc-46c2e869.js').then(function (n) { return n.o; }),
2315
+ nn: () => import('./nn-f793df24.js').then(function (n) { return n.n; }),
2316
+ 'pa-IN': () => import('./pa-in-4738108d.js').then(function (n) { return n.p; }),
2317
+ };
2318
+
2319
+ const warn = (language) => console.warn(`Cannot load dayjs locale file for "${language}"`);
2320
+ const resolveLanguage = (languageInput) => {
2321
+ if (locales[languageInput]) {
2322
+ return languageInput;
2323
+ }
2324
+ if (languageInput.includes('-')) {
2325
+ const regionlessLanguage = languageInput.split('-')[0];
2326
+ if (locales[regionlessLanguage]) {
2327
+ return regionlessLanguage;
2328
+ }
2329
+ }
2330
+ return languageInput;
2331
+ };
2332
+ function loadDayjsLocale(languageInput) {
2333
+ const language = resolveLanguage(languageInput);
2334
+ if (!locales[language]) {
2335
+ warn(language);
2336
+ return;
2337
+ }
2338
+ try {
2339
+ locales[language]().then(() => dayjs.locale(language));
2340
+ }
2341
+ catch (_) {
2342
+ warn(language);
2343
+ }
2344
+ }
2345
+
2346
+ function _typeof$2(o) { "@babel/helpers - typeof"; return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$2(o); }
2347
+ function hasXMLHttpRequest() {
2348
+ return typeof XMLHttpRequest === 'function' || (typeof XMLHttpRequest === "undefined" ? "undefined" : _typeof$2(XMLHttpRequest)) === 'object';
2349
+ }
2350
+ function isPromise(maybePromise) {
2351
+ return !!maybePromise && typeof maybePromise.then === 'function';
2352
+ }
2353
+ function makePromise(maybePromise) {
2354
+ if (isPromise(maybePromise)) {
2355
+ return maybePromise;
2356
+ }
2357
+ return Promise.resolve(maybePromise);
2358
+ }
2359
+
2360
+ function ownKeys$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2361
+ function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2362
+ function _defineProperty$1(e, r, t) { return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2363
+ function _toPropertyKey$1(t) { var i = _toPrimitive$1(t, "string"); return "symbol" == _typeof$1(i) ? i : i + ""; }
2364
+ function _toPrimitive$1(t, r) { if ("object" != _typeof$1(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$1(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2365
+ function _typeof$1(o) { "@babel/helpers - typeof"; return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$1(o); }
2366
+ var fetchApi = typeof fetch === 'function' ? fetch : undefined;
2367
+ if (typeof global !== 'undefined' && global.fetch) {
2368
+ fetchApi = global.fetch;
2369
+ } else if (typeof window !== 'undefined' && window.fetch) {
2370
+ fetchApi = window.fetch;
2371
+ }
2372
+ var XmlHttpRequestApi;
2373
+ if (hasXMLHttpRequest()) {
2374
+ if (typeof global !== 'undefined' && global.XMLHttpRequest) {
2375
+ XmlHttpRequestApi = global.XMLHttpRequest;
2376
+ } else if (typeof window !== 'undefined' && window.XMLHttpRequest) {
2377
+ XmlHttpRequestApi = window.XMLHttpRequest;
2378
+ }
2379
+ }
2380
+ var ActiveXObjectApi;
2381
+ if (typeof ActiveXObject === 'function') {
2382
+ if (typeof global !== 'undefined' && global.ActiveXObject) {
2383
+ ActiveXObjectApi = global.ActiveXObject;
2384
+ } else if (typeof window !== 'undefined' && window.ActiveXObject) {
2385
+ ActiveXObjectApi = window.ActiveXObject;
2386
+ }
2387
+ }
2388
+ if (typeof fetchApi !== 'function') fetchApi = undefined;
2389
+ if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
2390
+ try {
2391
+ import('./browser-ponyfill-3a04ef55.js').then(function (n) { return n.b; }).then(function (mod) {
2392
+ fetchApi = mod.default;
2393
+ }).catch(function () {});
2394
+ } catch (e) {}
2395
+ }
2396
+ var addQueryString = function addQueryString(url, params) {
2397
+ if (params && _typeof$1(params) === 'object') {
2398
+ var queryString = '';
2399
+ for (var paramName in params) {
2400
+ queryString += '&' + encodeURIComponent(paramName) + '=' + encodeURIComponent(params[paramName]);
2401
+ }
2402
+ if (!queryString) return url;
2403
+ url = url + (url.indexOf('?') !== -1 ? '&' : '?') + queryString.slice(1);
2404
+ }
2405
+ return url;
2406
+ };
2407
+ var fetchIt = function fetchIt(url, fetchOptions, callback, altFetch) {
2408
+ var resolver = function resolver(response) {
2409
+ if (!response.ok) return callback(response.statusText || 'Error', {
2410
+ status: response.status
2411
+ });
2412
+ response.text().then(function (data) {
2413
+ callback(null, {
2414
+ status: response.status,
2415
+ data: data
2416
+ });
2417
+ }).catch(callback);
2418
+ };
2419
+ if (altFetch) {
2420
+ var altResponse = altFetch(url, fetchOptions);
2421
+ if (altResponse instanceof Promise) {
2422
+ altResponse.then(resolver).catch(callback);
2423
+ return;
2424
+ }
2425
+ }
2426
+ if (typeof fetch === 'function') {
2427
+ fetch(url, fetchOptions).then(resolver).catch(callback);
2428
+ } else {
2429
+ fetchApi(url, fetchOptions).then(resolver).catch(callback);
2430
+ }
2431
+ };
2432
+ var omitFetchOptions = false;
2433
+ var requestWithFetch = function requestWithFetch(options, url, payload, callback) {
2434
+ if (options.queryStringParams) {
2435
+ url = addQueryString(url, options.queryStringParams);
2436
+ }
2437
+ var headers = _objectSpread$1({}, typeof options.customHeaders === 'function' ? options.customHeaders() : options.customHeaders);
2438
+ if (typeof window === 'undefined' && typeof global !== 'undefined' && typeof global.process !== 'undefined' && global.process.versions && global.process.versions.node) {
2439
+ headers['User-Agent'] = "i18next-http-backend (node/".concat(global.process.version, "; ").concat(global.process.platform, " ").concat(global.process.arch, ")");
2440
+ }
2441
+ if (payload) headers['Content-Type'] = 'application/json';
2442
+ var reqOptions = typeof options.requestOptions === 'function' ? options.requestOptions(payload) : options.requestOptions;
2443
+ var fetchOptions = _objectSpread$1({
2444
+ method: payload ? 'POST' : 'GET',
2445
+ body: payload ? options.stringify(payload) : undefined,
2446
+ headers: headers
2447
+ }, omitFetchOptions ? {} : reqOptions);
2448
+ var altFetch = typeof options.alternateFetch === 'function' && options.alternateFetch.length >= 1 ? options.alternateFetch : undefined;
2449
+ try {
2450
+ fetchIt(url, fetchOptions, callback, altFetch);
2451
+ } catch (e) {
2452
+ if (!reqOptions || Object.keys(reqOptions).length === 0 || !e.message || e.message.indexOf('not implemented') < 0) {
2453
+ return callback(e);
2454
+ }
2455
+ try {
2456
+ Object.keys(reqOptions).forEach(function (opt) {
2457
+ delete fetchOptions[opt];
2458
+ });
2459
+ fetchIt(url, fetchOptions, callback, altFetch);
2460
+ omitFetchOptions = true;
2461
+ } catch (err) {
2462
+ callback(err);
2463
+ }
2464
+ }
2465
+ };
2466
+ var requestWithXmlHttpRequest = function requestWithXmlHttpRequest(options, url, payload, callback) {
2467
+ if (payload && _typeof$1(payload) === 'object') {
2468
+ payload = addQueryString('', payload).slice(1);
2469
+ }
2470
+ if (options.queryStringParams) {
2471
+ url = addQueryString(url, options.queryStringParams);
2472
+ }
2473
+ try {
2474
+ var x = XmlHttpRequestApi ? new XmlHttpRequestApi() : new ActiveXObjectApi('MSXML2.XMLHTTP.3.0');
2475
+ x.open(payload ? 'POST' : 'GET', url, 1);
2476
+ if (!options.crossDomain) {
2477
+ x.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
2478
+ }
2479
+ x.withCredentials = !!options.withCredentials;
2480
+ if (payload) {
2481
+ x.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
2482
+ }
2483
+ if (x.overrideMimeType) {
2484
+ x.overrideMimeType('application/json');
2485
+ }
2486
+ var h = options.customHeaders;
2487
+ h = typeof h === 'function' ? h() : h;
2488
+ if (h) {
2489
+ for (var i in h) {
2490
+ x.setRequestHeader(i, h[i]);
2491
+ }
2492
+ }
2493
+ x.onreadystatechange = function () {
2494
+ x.readyState > 3 && callback(x.status >= 400 ? x.statusText : null, {
2495
+ status: x.status,
2496
+ data: x.responseText
2497
+ });
2498
+ };
2499
+ x.send(payload);
2500
+ } catch (e) {
2501
+ console && console.log(e);
2502
+ }
2503
+ };
2504
+ var request = function request(options, url, payload, callback) {
2505
+ if (typeof payload === 'function') {
2506
+ callback = payload;
2507
+ payload = undefined;
2508
+ }
2509
+ callback = callback || function () {};
2510
+ if (fetchApi && url.indexOf('file:') !== 0) {
2511
+ return requestWithFetch(options, url, payload, callback);
2512
+ }
2513
+ if (hasXMLHttpRequest() || typeof ActiveXObject === 'function') {
2514
+ return requestWithXmlHttpRequest(options, url, payload, callback);
2515
+ }
2516
+ callback(new Error('No fetch and no xhr implementation found!'));
2517
+ };
2518
+
2519
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2520
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2521
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2522
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2523
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
2524
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2525
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2526
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
2527
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2528
+ var getDefaults = function getDefaults() {
2529
+ return {
2530
+ loadPath: '/locales/{{lng}}/{{ns}}.json',
2531
+ addPath: '/locales/add/{{lng}}/{{ns}}',
2532
+ parse: function parse(data) {
2533
+ return JSON.parse(data);
2534
+ },
2535
+ stringify: JSON.stringify,
2536
+ parsePayload: function parsePayload(namespace, key, fallbackValue) {
2537
+ return _defineProperty({}, key, fallbackValue || '');
2538
+ },
2539
+ parseLoadPayload: function parseLoadPayload(languages, namespaces) {
2540
+ return undefined;
2541
+ },
2542
+ request: request,
2543
+ reloadInterval: typeof window !== 'undefined' ? false : 60 * 60 * 1000,
2544
+ customHeaders: {},
2545
+ queryStringParams: {},
2546
+ crossDomain: false,
2547
+ withCredentials: false,
2548
+ overrideMimeType: false,
2549
+ requestOptions: {
2550
+ mode: 'cors',
2551
+ credentials: 'same-origin',
2552
+ cache: 'default'
2553
+ }
2554
+ };
2555
+ };
2556
+ var Backend = function () {
2557
+ function Backend(services) {
2558
+ var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
2559
+ var allOptions = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
2560
+ _classCallCheck(this, Backend);
2561
+ this.services = services;
2562
+ this.options = options;
2563
+ this.allOptions = allOptions;
2564
+ this.type = 'backend';
2565
+ this.init(services, options, allOptions);
2566
+ }
2567
+ return _createClass(Backend, [{
2568
+ key: "init",
2569
+ value: function init(services) {
2570
+ var _this = this;
2571
+ var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
2572
+ var allOptions = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
2573
+ this.services = services;
2574
+ this.options = _objectSpread(_objectSpread(_objectSpread({}, getDefaults()), this.options || {}), options);
2575
+ this.allOptions = allOptions;
2576
+ if (this.services && this.options.reloadInterval) {
2577
+ var timer = setInterval(function () {
2578
+ return _this.reload();
2579
+ }, this.options.reloadInterval);
2580
+ if (_typeof(timer) === 'object' && typeof timer.unref === 'function') timer.unref();
2581
+ }
2582
+ }
2583
+ }, {
2584
+ key: "readMulti",
2585
+ value: function readMulti(languages, namespaces, callback) {
2586
+ this._readAny(languages, languages, namespaces, namespaces, callback);
2587
+ }
2588
+ }, {
2589
+ key: "read",
2590
+ value: function read(language, namespace, callback) {
2591
+ this._readAny([language], language, [namespace], namespace, callback);
2592
+ }
2593
+ }, {
2594
+ key: "_readAny",
2595
+ value: function _readAny(languages, loadUrlLanguages, namespaces, loadUrlNamespaces, callback) {
2596
+ var _this2 = this;
2597
+ var loadPath = this.options.loadPath;
2598
+ if (typeof this.options.loadPath === 'function') {
2599
+ loadPath = this.options.loadPath(languages, namespaces);
2600
+ }
2601
+ loadPath = makePromise(loadPath);
2602
+ loadPath.then(function (resolvedLoadPath) {
2603
+ if (!resolvedLoadPath) return callback(null, {});
2604
+ var url = _this2.services.interpolator.interpolate(resolvedLoadPath, {
2605
+ lng: languages.join('+'),
2606
+ ns: namespaces.join('+')
2607
+ });
2608
+ _this2.loadUrl(url, callback, loadUrlLanguages, loadUrlNamespaces);
2609
+ });
2610
+ }
2611
+ }, {
2612
+ key: "loadUrl",
2613
+ value: function loadUrl(url, callback, languages, namespaces) {
2614
+ var _this3 = this;
2615
+ var lng = typeof languages === 'string' ? [languages] : languages;
2616
+ var ns = typeof namespaces === 'string' ? [namespaces] : namespaces;
2617
+ var payload = this.options.parseLoadPayload(lng, ns);
2618
+ this.options.request(this.options, url, payload, function (err, res) {
2619
+ if (res && (res.status >= 500 && res.status < 600 || !res.status)) return callback('failed loading ' + url + '; status code: ' + res.status, true);
2620
+ if (res && res.status >= 400 && res.status < 500) return callback('failed loading ' + url + '; status code: ' + res.status, false);
2621
+ if (!res && err && err.message) {
2622
+ var errorMessage = err.message.toLowerCase();
2623
+ var isNetworkError = ['failed', 'fetch', 'network', 'load'].find(function (term) {
2624
+ return errorMessage.indexOf(term) > -1;
2625
+ });
2626
+ if (isNetworkError) {
2627
+ return callback('failed loading ' + url + ': ' + err.message, true);
2628
+ }
2629
+ }
2630
+ if (err) return callback(err, false);
2631
+ var ret, parseErr;
2632
+ try {
2633
+ if (typeof res.data === 'string') {
2634
+ ret = _this3.options.parse(res.data, languages, namespaces);
2635
+ } else {
2636
+ ret = res.data;
2637
+ }
2638
+ } catch (e) {
2639
+ parseErr = 'failed parsing ' + url + ' to json';
2640
+ }
2641
+ if (parseErr) return callback(parseErr, false);
2642
+ callback(null, ret);
2643
+ });
2644
+ }
2645
+ }, {
2646
+ key: "create",
2647
+ value: function create(languages, namespace, key, fallbackValue, callback) {
2648
+ var _this4 = this;
2649
+ if (!this.options.addPath) return;
2650
+ if (typeof languages === 'string') languages = [languages];
2651
+ var payload = this.options.parsePayload(namespace, key, fallbackValue);
2652
+ var finished = 0;
2653
+ var dataArray = [];
2654
+ var resArray = [];
2655
+ languages.forEach(function (lng) {
2656
+ var addPath = _this4.options.addPath;
2657
+ if (typeof _this4.options.addPath === 'function') {
2658
+ addPath = _this4.options.addPath(lng, namespace);
2659
+ }
2660
+ var url = _this4.services.interpolator.interpolate(addPath, {
2661
+ lng: lng,
2662
+ ns: namespace
2663
+ });
2664
+ _this4.options.request(_this4.options, url, payload, function (data, res) {
2665
+ finished += 1;
2666
+ dataArray.push(data);
2667
+ resArray.push(res);
2668
+ if (finished === languages.length) {
2669
+ if (typeof callback === 'function') callback(dataArray, resArray);
2670
+ }
2671
+ });
2672
+ });
2673
+ }
2674
+ }, {
2675
+ key: "reload",
2676
+ value: function reload() {
2677
+ var _this5 = this;
2678
+ var _this$services = this.services,
2679
+ backendConnector = _this$services.backendConnector,
2680
+ languageUtils = _this$services.languageUtils,
2681
+ logger = _this$services.logger;
2682
+ var currentLanguage = backendConnector.language;
2683
+ if (currentLanguage && currentLanguage.toLowerCase() === 'cimode') return;
2684
+ var toLoad = [];
2685
+ var append = function append(lng) {
2686
+ var lngs = languageUtils.toResolveHierarchy(lng);
2687
+ lngs.forEach(function (l) {
2688
+ if (toLoad.indexOf(l) < 0) toLoad.push(l);
2689
+ });
2690
+ };
2691
+ append(currentLanguage);
2692
+ if (this.allOptions.preload) this.allOptions.preload.forEach(function (l) {
2693
+ return append(l);
2694
+ });
2695
+ toLoad.forEach(function (lng) {
2696
+ _this5.allOptions.ns.forEach(function (ns) {
2697
+ backendConnector.read(lng, ns, 'read', null, null, function (err, data) {
2698
+ if (err) logger.warn("loading namespace ".concat(ns, " for language ").concat(lng, " failed"), err);
2699
+ if (!err && data) logger.log("loaded namespace ".concat(ns, " for language ").concat(lng), data);
2700
+ backendConnector.loaded("".concat(lng, "|").concat(ns), err, data);
2701
+ });
2702
+ });
2703
+ });
2704
+ }
2705
+ }]);
2706
+ }();
2707
+ Backend.type = 'backend';
2708
+
2709
+ function getAssetPath(path) {
2710
+ const baseUrl = new URL('./', window.document.baseURI).href;
2711
+ const assetUrl = new URL(path, baseUrl);
2712
+ return assetUrl.origin !== window.location.origin
2713
+ ? assetUrl.href
2714
+ : assetUrl.pathname;
2715
+ }
2716
+
2717
+ const availableLocales = [
2718
+ "dev",
2719
+ "en",
2720
+ "fr",
2721
+ "cs",
2722
+ "da",
2723
+ "de",
2724
+ "el",
2725
+ "es",
2726
+ "fi",
2727
+ "hu",
2728
+ "id",
2729
+ "it",
2730
+ "ja",
2731
+ "ko",
2732
+ "nl",
2733
+ "no",
2734
+ "pl",
2735
+ "pt",
2736
+ "pt-br",
2737
+ "ru",
2738
+ "sv",
2739
+ "th",
2740
+ "tr",
2741
+ "zh",
2742
+ "zh-cn",
2743
+ "zh-tw",
2744
+ "zn",
2745
+ "es-es"
2746
+ ];
2747
+
2748
+ const i18nTranslationNamespace = 'translation';
2749
+ function isI18nLocaleAvailable(locale) {
2750
+ return availableLocales.includes(locale.toLowerCase());
2751
+ }
2752
+ function i18nBackendOptions(atomicInterface) {
2753
+ return {
2754
+ loadPath: `${getAssetPath(atomicInterface.languageAssetsPath)}/{{lng}}.json?lng={{lng}}&ns={{ns}}`,
2755
+ request: async (_options, url, _payload, callback) => {
2756
+ try {
2757
+ const [fetchUrl, searchParams] = url.split('?');
2758
+ const urlParams = new URLSearchParams(searchParams);
2759
+ const lng = urlParams.get('lng');
2760
+ const ns = urlParams.get('ns');
2761
+ if (!isI18nLocaleAvailable(lng)) {
2762
+ throw new Error(`Unsupported locale "${lng}"`);
2763
+ }
2764
+ if (ns !== i18nTranslationNamespace) {
2765
+ throw new Error(`Unsupported namespace "${ns}"`);
2766
+ }
2767
+ const response = await fetch(fetchUrl);
2768
+ if (response.status !== 200 && response.status !== 304) {
2769
+ throw new Error(`Unsuccessful request returned status "${response.status}"`);
2770
+ }
2771
+ callback(null, {
2772
+ status: response.status,
2773
+ data: await response.json(),
2774
+ });
2775
+ }
2776
+ catch (error) {
2777
+ callback(error, { status: 404, data: '' });
2778
+ }
2779
+ },
2780
+ };
2781
+ }
2782
+ function init18n(atomicInterface) {
2783
+ return atomicInterface.i18n.use(Backend).init({
2784
+ debug: atomicInterface.logLevel === 'debug',
2785
+ lng: atomicInterface.language,
2786
+ nsSeparator: '___',
2787
+ fallbackLng: 'en',
2788
+ backend: i18nBackendOptions(atomicInterface),
2789
+ interpolation: {
2790
+ escape: (str) => DOMPurify.sanitize(str),
2791
+ },
2792
+ compatibilityJSON: 'v4',
2793
+ });
2794
+ }
2795
+
2796
+ const mismatchedInterfaceAndEnginePropError = (interfaceKind, configurationName) => `A ${configurationName} is configured on the ${interfaceKind} interface element, but the ${interfaceKind} interface was initialized with an engine. You should only configure the ${configurationName} in the target engine.`;
2797
+ class CommonAtomicInterfaceHelper {
2798
+ constructor(atomicInterface, globalVariableName) {
2799
+ this.atomicInterface = atomicInterface;
2800
+ this.hangingComponentsInitialization = [];
2801
+ setCoveoGlobal(VERSION, globalVariableName);
2802
+ const { connectedCallback: originalConnectedCallback, render: originalRender, } = atomicInterface;
2803
+ atomicInterface.connectedCallback = () => {
2804
+ this.i18nPromise = init18n(atomicInterface);
2805
+ return (originalConnectedCallback &&
2806
+ originalConnectedCallback.call(atomicInterface));
2807
+ };
2808
+ atomicInterface.render = () => {
2809
+ if (atomicInterface.error) {
2810
+ return (h("atomic-component-error", { element: atomicInterface.host, error: atomicInterface.error }));
2811
+ }
2812
+ return originalRender && originalRender.call(atomicInterface);
2813
+ };
2814
+ }
2815
+ onComponentInitializing(event) {
2816
+ event.preventDefault();
2817
+ event.stopPropagation();
2818
+ if (this.atomicInterface.engine) {
2819
+ event.detail(this.atomicInterface.bindings);
2820
+ return;
2821
+ }
2822
+ this.hangingComponentsInitialization.push(event);
2823
+ }
2824
+ async onInitialization(initEngine) {
2825
+ if (this.atomicInterface.engine) {
2826
+ this.atomicInterface.engine.logger.warn(`The ${this.interfaceTagname} component "initialize" has already been called.`, this.atomicInterface.host);
2827
+ return;
2828
+ }
2829
+ this.atomicInterface.updateIconAssetsPath();
2830
+ initEngine();
2831
+ if (this.atomicInterface.registerFieldsToInclude) {
2832
+ this.atomicInterface.registerFieldsToInclude();
2833
+ }
2834
+ loadDayjsLocale(this.language);
2835
+ await this.i18nPromise;
2836
+ this.initComponents();
2837
+ }
2838
+ onAnalyticsChange() {
2839
+ const { engine, analytics } = this.atomicInterface;
2840
+ if (!this.engineIsCreated(engine)) {
2841
+ return;
2842
+ }
2843
+ if (!analytics) {
2844
+ engine.disableAnalytics();
2845
+ return;
2846
+ }
2847
+ engine.enableAnalytics();
2848
+ }
2849
+ onLanguageChange() {
2850
+ const { i18n, language } = this.atomicInterface;
2851
+ loadDayjsLocale(this.language);
2852
+ const { resolve, promise } = Promise.withResolvers();
2853
+ new Backend(i18n.services, i18nBackendOptions(this.atomicInterface)).read(this.language, i18nTranslationNamespace, async (_, data) => {
2854
+ i18n.addResourceBundle(this.language, i18nTranslationNamespace, data, true, false);
2855
+ await i18n.changeLanguage(language);
2856
+ resolve();
2857
+ });
2858
+ return promise;
2859
+ }
2860
+ engineIsCreated(engine) {
2861
+ if (!engine) {
2862
+ console.error(`You have to call "initialize" on the ${this.interfaceTagname} component before modifying the props or calling other public methods.`, this.atomicInterface.host);
2863
+ return false;
2864
+ }
2865
+ return true;
2866
+ }
2867
+ get interfaceTagname() {
2868
+ return this.atomicInterface.host.tagName.toLowerCase();
2869
+ }
2870
+ initComponents() {
2871
+ this.hangingComponentsInitialization.forEach((event) => event.detail(this.atomicInterface.bindings));
2872
+ }
2873
+ get language() {
2874
+ return this.atomicInterface.language || 'en';
2875
+ }
2876
+ }
2877
+
2878
+ function augmentWithExternalMiddleware(event, payload, config) {
2879
+ if (config.analytics?.analyticsClientMiddleware) {
2880
+ return config.analytics.analyticsClientMiddleware(event, payload);
2881
+ }
2882
+ return payload;
2883
+ }
2884
+ function augmentAnalyticsWithAtomicVersion(payload) {
2885
+ if (payload.customData) {
2886
+ payload.customData.coveoAtomicVersion = getAtomicVersion();
2887
+ }
2888
+ return payload;
2889
+ }
2890
+ function augmentAnalyticsConfigWithDocument() {
2891
+ return {
2892
+ documentLocation: document.location.href,
2893
+ ...(document.referrer && { originLevel3: document.referrer }),
2894
+ };
2895
+ }
2896
+ const versionMatcher = /^(\d+\.\d+\.\d+)/;
2897
+ function augmentAnalyticsConfigWithAtomicVersion() {
2898
+ return {
2899
+ source: {
2900
+ '@coveo/atomic': versionMatcher.exec(getAtomicVersion())?.[0] || '0.0.0',
2901
+ },
2902
+ };
2903
+ }
2904
+ function getNextAnalyticsConfig(searchEngineConfig, enabled) {
2905
+ const configuration = {
2906
+ enabled,
2907
+ documentLocation: document.location.href,
2908
+ ...(document.referrer && { originLevel3: document.referrer }),
2909
+ };
2910
+ const analyticsConfiguration = searchEngineConfig.analytics ?? {};
2911
+ Object.assign(analyticsConfiguration, augmentAnalyticsConfigWithAtomicVersion());
2912
+ Object.assign(configuration, analyticsConfiguration);
2913
+ return configuration;
2914
+ }
2915
+
2916
+ export { CommonAtomicInterfaceHelper as C, augmentWithExternalMiddleware as a, augmentAnalyticsWithAtomicVersion as b, augmentAnalyticsConfigWithDocument as c, augmentAnalyticsConfigWithAtomicVersion as d, getNextAnalyticsConfig as g, instance as i, mismatchedInterfaceAndEnginePropError as m };
2917
+
2918
+ //# sourceMappingURL=analytics-config-2d2e39ed.js.map