@esri/solutions-components 0.11.29 → 0.11.31

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 (1897) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +2 -3
  2. package/dist/cjs/buffer-tools_2.cjs.entry.js +4 -5
  3. package/dist/cjs/card-manager_3.cjs.entry.js +10 -13
  4. package/dist/cjs/consent-manager.cjs.entry.js +2 -3
  5. package/dist/cjs/create-feature_4.cjs.entry.js +4 -6
  6. package/dist/cjs/create-related-feature_3.cjs.entry.js +4 -5
  7. package/dist/cjs/crowdsource-manager.cjs.entry.js +14 -9
  8. package/dist/cjs/crowdsource-reporter.cjs.entry.js +4 -5
  9. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  10. package/dist/cjs/delete-dialog.cjs.entry.js +2 -3
  11. package/dist/cjs/downloadUtils-c7dac47d.js +5377 -0
  12. package/dist/cjs/feature-list.cjs.entry.js +4 -6
  13. package/dist/cjs/index-44c76bf2.js +201 -0
  14. package/dist/cjs/index-f7713138.js +1438 -0
  15. package/dist/cjs/json-editor_7.cjs.entry.js +4 -5
  16. package/dist/cjs/loader.cjs.js +2 -2
  17. package/dist/cjs/locale-809dbc6e.js +456 -0
  18. package/dist/cjs/map-layer-picker.cjs.entry.js +4 -5
  19. package/dist/cjs/map-select-tools_3.cjs.entry.js +5 -7
  20. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  21. package/dist/cjs/popupUtils-27f6cf2a.js +121 -0
  22. package/dist/cjs/public-notification.cjs.entry.js +5 -7
  23. package/dist/cjs/publicNotificationStore-f55899b2.js +47 -0
  24. package/dist/cjs/solution-configuration.cjs.entry.js +4 -5
  25. package/dist/cjs/solution-contents_3.cjs.entry.js +4 -5
  26. package/dist/cjs/solution-item-accordion.cjs.entry.js +2 -3
  27. package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
  28. package/dist/cjs/solution-store-ed7cc59b.js +1105 -0
  29. package/dist/cjs/solutions-components.cjs.js +3 -3
  30. package/dist/cjs/spatial-ref.cjs.entry.js +2 -3
  31. package/dist/cjs/store-manager.cjs.entry.js +3 -3
  32. package/dist/collection/collection-manifest.json +3 -42
  33. package/dist/collection/components/basemap-gallery/basemap-gallery.js +3 -9
  34. package/dist/collection/components/buffer-tools/buffer-tools.js +0 -20
  35. package/dist/collection/components/card-manager/card-manager.js +3 -25
  36. package/dist/collection/components/consent-manager/consent-manager.js +2 -18
  37. package/dist/collection/components/create-feature/create-feature.js +2 -28
  38. package/dist/collection/components/create-related-feature/create-related-feature.js +3 -17
  39. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +14 -88
  40. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +5 -83
  41. package/dist/collection/components/delete-button/delete-button.js +1 -15
  42. package/dist/collection/components/delete-dialog/delete-dialog.js +1 -9
  43. package/dist/collection/components/edit-card/edit-card.js +2 -16
  44. package/dist/collection/components/feature-details/feature-details.js +4 -20
  45. package/dist/collection/components/feature-list/feature-list.js +3 -39
  46. package/dist/collection/components/floor-filter/floor-filter.js +2 -8
  47. package/dist/collection/components/info-card/info-card.js +2 -26
  48. package/dist/collection/components/json-editor/json-editor.js +0 -10
  49. package/dist/collection/components/layer-list/layer-list.js +2 -16
  50. package/dist/collection/components/layer-table/layer-table.css +2 -0
  51. package/dist/collection/components/layer-table/layer-table.js +8 -56
  52. package/dist/collection/components/map-card/map-card.js +8 -79
  53. package/dist/collection/components/map-draw-tools/map-draw-tools.js +5 -27
  54. package/dist/collection/components/map-fullscreen/map-fullscreen.js +2 -6
  55. package/dist/collection/components/map-layer-picker/map-layer-picker.js +1 -35
  56. package/dist/collection/components/map-legend/map-legend.js +2 -6
  57. package/dist/collection/components/map-picker/map-picker.js +0 -6
  58. package/dist/collection/components/map-search/map-search.js +3 -15
  59. package/dist/collection/components/map-select-tools/map-select-tools.js +7 -59
  60. package/dist/collection/components/map-tools/map-tools.js +4 -38
  61. package/dist/collection/components/pdf-download/pdf-download.js +0 -6
  62. package/dist/collection/components/public-notification/public-notification.js +3 -55
  63. package/dist/collection/components/refine-selection/refine-selection.js +5 -21
  64. package/dist/collection/components/solution-configuration/solution-configuration.js +0 -10
  65. package/dist/collection/components/solution-contents/solution-contents.js +0 -4
  66. package/dist/collection/components/solution-item/solution-item.js +1 -11
  67. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +0 -6
  68. package/dist/collection/components/solution-item-details/solution-item-details.js +0 -4
  69. package/dist/collection/components/solution-item-icon/solution-item-icon.js +0 -6
  70. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +0 -4
  71. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +0 -4
  72. package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -7
  73. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +0 -8
  74. package/dist/collection/components/solution-template-data/solution-template-data.js +0 -12
  75. package/dist/collection/components/solution-variables/solution-variables.js +0 -4
  76. package/dist/collection/components/spatial-ref/spatial-ref.js +0 -8
  77. package/dist/collection/components/store-manager/store-manager.js +1 -7
  78. package/dist/collection/demos/crowdsource-manager.html +2 -0
  79. package/dist/collection/demos/crowdsource-reporter.html +2 -0
  80. package/dist/collection/demos/layer-table.html +2 -0
  81. package/dist/collection/demos/map-card.html +2 -0
  82. package/dist/collection/utils/downloadUtils.js +11 -5
  83. package/dist/collection/utils/downloadUtils.ts +15 -5
  84. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ar.json +3 -0
  85. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bg.json +3 -0
  86. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bs.json +3 -0
  87. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ca.json +3 -0
  88. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.cs.json +3 -0
  89. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.da.json +3 -0
  90. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.de.json +3 -0
  91. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.el.json +3 -0
  92. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.en.json +3 -0
  93. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.es.json +3 -0
  94. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.et.json +3 -0
  95. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fi.json +3 -0
  96. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fr.json +3 -0
  97. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.he.json +3 -0
  98. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hr.json +3 -0
  99. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hu.json +3 -0
  100. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.id.json +3 -0
  101. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.it.json +3 -0
  102. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ja.json +3 -0
  103. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ko.json +3 -0
  104. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lt.json +3 -0
  105. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lv.json +3 -0
  106. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.nl.json +3 -0
  107. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.no.json +3 -0
  108. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pl.json +3 -0
  109. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-BR.json +3 -0
  110. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-PT.json +3 -0
  111. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ro.json +3 -0
  112. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ru.json +3 -0
  113. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sk.json +3 -0
  114. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sl.json +3 -0
  115. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sr.json +3 -0
  116. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sv.json +3 -0
  117. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.th.json +3 -0
  118. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.tr.json +3 -0
  119. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.uk.json +3 -0
  120. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.vi.json +3 -0
  121. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-CN.json +3 -0
  122. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-HK.json +3 -0
  123. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-TW.json +3 -0
  124. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ar.json +16 -0
  125. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bg.json +16 -0
  126. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bs.json +16 -0
  127. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ca.json +16 -0
  128. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.cs.json +16 -0
  129. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.da.json +16 -0
  130. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.de.json +16 -0
  131. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.el.json +16 -0
  132. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.en.json +16 -0
  133. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.es.json +16 -0
  134. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.et.json +16 -0
  135. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fi.json +16 -0
  136. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fr.json +16 -0
  137. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.he.json +16 -0
  138. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hr.json +16 -0
  139. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hu.json +16 -0
  140. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.id.json +16 -0
  141. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.it.json +16 -0
  142. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ja.json +16 -0
  143. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ko.json +16 -0
  144. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lt.json +16 -0
  145. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lv.json +16 -0
  146. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.nl.json +16 -0
  147. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.no.json +16 -0
  148. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pl.json +16 -0
  149. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-BR.json +16 -0
  150. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-PT.json +16 -0
  151. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ro.json +16 -0
  152. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ru.json +16 -0
  153. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sk.json +16 -0
  154. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sl.json +16 -0
  155. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sr.json +16 -0
  156. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sv.json +16 -0
  157. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.th.json +16 -0
  158. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.tr.json +16 -0
  159. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.uk.json +16 -0
  160. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.vi.json +16 -0
  161. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-CN.json +16 -0
  162. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-HK.json +16 -0
  163. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-TW.json +16 -0
  164. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ar.json +47 -0
  165. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bg.json +47 -0
  166. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bs.json +47 -0
  167. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ca.json +47 -0
  168. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.cs.json +47 -0
  169. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.da.json +47 -0
  170. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.de.json +47 -0
  171. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.el.json +47 -0
  172. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.en.json +47 -0
  173. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.es.json +47 -0
  174. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.et.json +47 -0
  175. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fi.json +47 -0
  176. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fr.json +47 -0
  177. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.he.json +47 -0
  178. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hr.json +47 -0
  179. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hu.json +47 -0
  180. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.id.json +47 -0
  181. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.it.json +47 -0
  182. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ja.json +47 -0
  183. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ko.json +47 -0
  184. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lt.json +47 -0
  185. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lv.json +47 -0
  186. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.nl.json +47 -0
  187. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.no.json +47 -0
  188. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pl.json +47 -0
  189. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-BR.json +47 -0
  190. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-PT.json +47 -0
  191. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ro.json +47 -0
  192. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ru.json +47 -0
  193. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sk.json +47 -0
  194. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sl.json +47 -0
  195. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sr.json +47 -0
  196. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sv.json +47 -0
  197. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.th.json +47 -0
  198. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.tr.json +47 -0
  199. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.uk.json +47 -0
  200. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.vi.json +47 -0
  201. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-CN.json +47 -0
  202. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-HK.json +47 -0
  203. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-TW.json +47 -0
  204. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ar.json +47 -0
  205. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bg.json +47 -0
  206. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bs.json +47 -0
  207. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ca.json +47 -0
  208. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.cs.json +47 -0
  209. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.da.json +47 -0
  210. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.de.json +47 -0
  211. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.el.json +47 -0
  212. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.en.json +47 -0
  213. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.es.json +47 -0
  214. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.et.json +47 -0
  215. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fi.json +47 -0
  216. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fr.json +47 -0
  217. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.he.json +47 -0
  218. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hr.json +47 -0
  219. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hu.json +47 -0
  220. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.id.json +47 -0
  221. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.it.json +47 -0
  222. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ja.json +47 -0
  223. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ko.json +47 -0
  224. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lt.json +47 -0
  225. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lv.json +47 -0
  226. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.nl.json +47 -0
  227. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.no.json +47 -0
  228. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pl.json +47 -0
  229. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-BR.json +47 -0
  230. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-PT.json +47 -0
  231. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ro.json +47 -0
  232. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ru.json +47 -0
  233. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sk.json +47 -0
  234. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sl.json +47 -0
  235. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sr.json +47 -0
  236. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sv.json +47 -0
  237. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.th.json +47 -0
  238. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.tr.json +47 -0
  239. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.uk.json +47 -0
  240. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.vi.json +47 -0
  241. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-CN.json +47 -0
  242. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-HK.json +47 -0
  243. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-TW.json +47 -0
  244. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ar.json +16 -0
  245. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bg.json +16 -0
  246. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bs.json +16 -0
  247. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ca.json +16 -0
  248. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.cs.json +16 -0
  249. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.da.json +16 -0
  250. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.de.json +16 -0
  251. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.el.json +16 -0
  252. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.en.json +16 -0
  253. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.es.json +16 -0
  254. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.et.json +16 -0
  255. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fi.json +16 -0
  256. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fr.json +16 -0
  257. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.he.json +16 -0
  258. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hr.json +16 -0
  259. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hu.json +16 -0
  260. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.id.json +16 -0
  261. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.it.json +16 -0
  262. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ja.json +16 -0
  263. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ko.json +16 -0
  264. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lt.json +16 -0
  265. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lv.json +16 -0
  266. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.nl.json +16 -0
  267. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.no.json +16 -0
  268. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pl.json +16 -0
  269. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-BR.json +16 -0
  270. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-PT.json +16 -0
  271. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ro.json +16 -0
  272. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ru.json +16 -0
  273. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sk.json +16 -0
  274. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sl.json +16 -0
  275. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sr.json +16 -0
  276. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sv.json +16 -0
  277. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.th.json +16 -0
  278. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.tr.json +16 -0
  279. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.uk.json +16 -0
  280. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.vi.json +16 -0
  281. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-CN.json +16 -0
  282. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-HK.json +16 -0
  283. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-TW.json +16 -0
  284. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ar.json +15 -0
  285. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bg.json +15 -0
  286. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bs.json +15 -0
  287. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ca.json +15 -0
  288. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.cs.json +15 -0
  289. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.da.json +15 -0
  290. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.de.json +15 -0
  291. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.el.json +15 -0
  292. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.en.json +15 -0
  293. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.es.json +15 -0
  294. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.et.json +15 -0
  295. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fi.json +15 -0
  296. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fr.json +15 -0
  297. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.he.json +15 -0
  298. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hr.json +15 -0
  299. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hu.json +15 -0
  300. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.id.json +15 -0
  301. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.it.json +15 -0
  302. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ja.json +15 -0
  303. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ko.json +15 -0
  304. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lt.json +15 -0
  305. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lv.json +15 -0
  306. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.nl.json +15 -0
  307. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.no.json +15 -0
  308. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pl.json +15 -0
  309. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-BR.json +15 -0
  310. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-PT.json +15 -0
  311. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ro.json +15 -0
  312. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ru.json +15 -0
  313. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sk.json +15 -0
  314. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sl.json +15 -0
  315. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sr.json +15 -0
  316. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sv.json +15 -0
  317. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.th.json +15 -0
  318. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.tr.json +15 -0
  319. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.uk.json +15 -0
  320. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.vi.json +15 -0
  321. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-CN.json +15 -0
  322. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-HK.json +15 -0
  323. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-TW.json +15 -0
  324. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ar.json +30 -0
  325. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bg.json +30 -0
  326. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bs.json +30 -0
  327. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ca.json +30 -0
  328. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.cs.json +30 -0
  329. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.da.json +30 -0
  330. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.de.json +30 -0
  331. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.el.json +30 -0
  332. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.en.json +30 -0
  333. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.es.json +30 -0
  334. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.et.json +30 -0
  335. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fi.json +30 -0
  336. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fr.json +30 -0
  337. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.he.json +30 -0
  338. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hr.json +30 -0
  339. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hu.json +30 -0
  340. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.id.json +30 -0
  341. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.it.json +30 -0
  342. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ja.json +30 -0
  343. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ko.json +30 -0
  344. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lt.json +30 -0
  345. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lv.json +30 -0
  346. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.nl.json +30 -0
  347. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.no.json +30 -0
  348. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pl.json +30 -0
  349. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-BR.json +30 -0
  350. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-PT.json +30 -0
  351. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ro.json +30 -0
  352. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ru.json +30 -0
  353. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sk.json +30 -0
  354. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sl.json +30 -0
  355. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sr.json +30 -0
  356. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sv.json +30 -0
  357. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.th.json +30 -0
  358. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.tr.json +30 -0
  359. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.uk.json +30 -0
  360. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.vi.json +30 -0
  361. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-CN.json +30 -0
  362. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-HK.json +30 -0
  363. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-TW.json +30 -0
  364. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ar.json +103 -0
  365. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bg.json +103 -0
  366. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bs.json +103 -0
  367. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ca.json +103 -0
  368. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.cs.json +103 -0
  369. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.da.json +103 -0
  370. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.de.json +103 -0
  371. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.el.json +103 -0
  372. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.en.json +103 -0
  373. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.es.json +103 -0
  374. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.et.json +103 -0
  375. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fi.json +103 -0
  376. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fr.json +103 -0
  377. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.he.json +103 -0
  378. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hr.json +103 -0
  379. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hu.json +103 -0
  380. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.id.json +103 -0
  381. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.it.json +103 -0
  382. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ja.json +103 -0
  383. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ko.json +103 -0
  384. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lt.json +103 -0
  385. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lv.json +103 -0
  386. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.nl.json +103 -0
  387. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.no.json +103 -0
  388. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pl.json +103 -0
  389. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-BR.json +103 -0
  390. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-PT.json +103 -0
  391. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ro.json +103 -0
  392. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ru.json +103 -0
  393. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sk.json +103 -0
  394. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sl.json +103 -0
  395. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sr.json +103 -0
  396. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sv.json +103 -0
  397. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.th.json +103 -0
  398. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.tr.json +103 -0
  399. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.uk.json +103 -0
  400. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.vi.json +103 -0
  401. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-CN.json +103 -0
  402. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-HK.json +103 -0
  403. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-TW.json +103 -0
  404. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ar.json +7 -0
  405. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bg.json +7 -0
  406. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bs.json +7 -0
  407. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ca.json +7 -0
  408. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.cs.json +7 -0
  409. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.da.json +7 -0
  410. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.de.json +7 -0
  411. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.el.json +7 -0
  412. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.en.json +7 -0
  413. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.es.json +7 -0
  414. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.et.json +7 -0
  415. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fi.json +7 -0
  416. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fr.json +7 -0
  417. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.he.json +7 -0
  418. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hr.json +7 -0
  419. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hu.json +7 -0
  420. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.id.json +7 -0
  421. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.it.json +7 -0
  422. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ja.json +7 -0
  423. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ko.json +7 -0
  424. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lt.json +7 -0
  425. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lv.json +7 -0
  426. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.nl.json +7 -0
  427. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.no.json +7 -0
  428. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pl.json +7 -0
  429. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-BR.json +7 -0
  430. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-PT.json +7 -0
  431. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ro.json +7 -0
  432. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ru.json +7 -0
  433. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sk.json +7 -0
  434. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sl.json +7 -0
  435. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sr.json +7 -0
  436. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sv.json +7 -0
  437. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.th.json +7 -0
  438. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.tr.json +7 -0
  439. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.uk.json +7 -0
  440. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.vi.json +7 -0
  441. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-CN.json +7 -0
  442. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-HK.json +7 -0
  443. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-TW.json +7 -0
  444. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ar.json +7 -0
  445. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bg.json +7 -0
  446. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bs.json +7 -0
  447. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ca.json +7 -0
  448. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.cs.json +7 -0
  449. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.da.json +7 -0
  450. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.de.json +7 -0
  451. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.el.json +7 -0
  452. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.en.json +7 -0
  453. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.es.json +7 -0
  454. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.et.json +7 -0
  455. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fi.json +7 -0
  456. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fr.json +7 -0
  457. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.he.json +7 -0
  458. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hr.json +7 -0
  459. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hu.json +7 -0
  460. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.id.json +7 -0
  461. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.it.json +7 -0
  462. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ja.json +7 -0
  463. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ko.json +7 -0
  464. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lt.json +7 -0
  465. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lv.json +7 -0
  466. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.nl.json +7 -0
  467. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.no.json +7 -0
  468. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pl.json +7 -0
  469. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-BR.json +7 -0
  470. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-PT.json +7 -0
  471. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ro.json +7 -0
  472. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ru.json +7 -0
  473. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sk.json +7 -0
  474. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sl.json +7 -0
  475. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sr.json +7 -0
  476. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sv.json +7 -0
  477. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.th.json +7 -0
  478. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.tr.json +7 -0
  479. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.uk.json +7 -0
  480. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.vi.json +7 -0
  481. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-CN.json +7 -0
  482. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-HK.json +7 -0
  483. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-TW.json +7 -0
  484. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ar.json +7 -0
  485. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bg.json +7 -0
  486. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bs.json +7 -0
  487. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ca.json +7 -0
  488. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.cs.json +7 -0
  489. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.da.json +7 -0
  490. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.de.json +7 -0
  491. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.el.json +7 -0
  492. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.en.json +7 -0
  493. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.es.json +7 -0
  494. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.et.json +7 -0
  495. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fi.json +7 -0
  496. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fr.json +7 -0
  497. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.he.json +7 -0
  498. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hr.json +7 -0
  499. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hu.json +7 -0
  500. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.id.json +7 -0
  501. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.it.json +7 -0
  502. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ja.json +7 -0
  503. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ko.json +7 -0
  504. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lt.json +7 -0
  505. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lv.json +7 -0
  506. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.nl.json +7 -0
  507. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.no.json +7 -0
  508. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pl.json +7 -0
  509. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-BR.json +7 -0
  510. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-PT.json +7 -0
  511. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ro.json +7 -0
  512. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ru.json +7 -0
  513. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sk.json +7 -0
  514. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sl.json +7 -0
  515. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sr.json +7 -0
  516. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sv.json +7 -0
  517. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.th.json +7 -0
  518. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.tr.json +7 -0
  519. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.uk.json +7 -0
  520. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.vi.json +7 -0
  521. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-CN.json +7 -0
  522. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-HK.json +7 -0
  523. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-TW.json +7 -0
  524. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ar.json +5 -0
  525. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bg.json +5 -0
  526. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bs.json +5 -0
  527. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ca.json +5 -0
  528. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.cs.json +5 -0
  529. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.da.json +5 -0
  530. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.de.json +5 -0
  531. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.el.json +5 -0
  532. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.en.json +5 -0
  533. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.es.json +5 -0
  534. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.et.json +5 -0
  535. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fi.json +5 -0
  536. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fr.json +5 -0
  537. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.he.json +5 -0
  538. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hr.json +5 -0
  539. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hu.json +5 -0
  540. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.id.json +5 -0
  541. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.it.json +5 -0
  542. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ja.json +5 -0
  543. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ko.json +5 -0
  544. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lt.json +5 -0
  545. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lv.json +5 -0
  546. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.nl.json +5 -0
  547. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.no.json +5 -0
  548. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pl.json +5 -0
  549. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-BR.json +5 -0
  550. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-PT.json +5 -0
  551. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ro.json +5 -0
  552. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ru.json +5 -0
  553. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sk.json +5 -0
  554. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sl.json +5 -0
  555. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sr.json +5 -0
  556. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sv.json +5 -0
  557. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.th.json +5 -0
  558. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.tr.json +5 -0
  559. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.uk.json +5 -0
  560. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.vi.json +5 -0
  561. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-CN.json +5 -0
  562. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-HK.json +5 -0
  563. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-TW.json +5 -0
  564. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ar.json +33 -0
  565. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bg.json +33 -0
  566. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bs.json +33 -0
  567. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ca.json +33 -0
  568. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.cs.json +33 -0
  569. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.da.json +33 -0
  570. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.de.json +33 -0
  571. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.el.json +33 -0
  572. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.en.json +33 -0
  573. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.es.json +33 -0
  574. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.et.json +33 -0
  575. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fi.json +33 -0
  576. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fr.json +33 -0
  577. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.he.json +33 -0
  578. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hr.json +33 -0
  579. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hu.json +33 -0
  580. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.id.json +33 -0
  581. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.it.json +33 -0
  582. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ja.json +33 -0
  583. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ko.json +33 -0
  584. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lt.json +33 -0
  585. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lv.json +33 -0
  586. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.nl.json +33 -0
  587. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.no.json +33 -0
  588. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pl.json +33 -0
  589. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-BR.json +33 -0
  590. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-PT.json +33 -0
  591. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ro.json +33 -0
  592. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ru.json +33 -0
  593. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sk.json +33 -0
  594. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sl.json +33 -0
  595. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sr.json +33 -0
  596. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sv.json +33 -0
  597. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.th.json +33 -0
  598. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.tr.json +33 -0
  599. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.uk.json +33 -0
  600. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.vi.json +33 -0
  601. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-CN.json +33 -0
  602. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-HK.json +33 -0
  603. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-TW.json +33 -0
  604. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ar.json +42 -0
  605. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bg.json +42 -0
  606. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bs.json +42 -0
  607. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ca.json +42 -0
  608. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.cs.json +42 -0
  609. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.da.json +42 -0
  610. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.de.json +42 -0
  611. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.el.json +42 -0
  612. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.en.json +42 -0
  613. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.es.json +42 -0
  614. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.et.json +42 -0
  615. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fi.json +42 -0
  616. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fr.json +42 -0
  617. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.he.json +42 -0
  618. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hr.json +42 -0
  619. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hu.json +42 -0
  620. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.id.json +42 -0
  621. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.it.json +42 -0
  622. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ja.json +42 -0
  623. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ko.json +42 -0
  624. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lt.json +42 -0
  625. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lv.json +42 -0
  626. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.nl.json +42 -0
  627. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.no.json +42 -0
  628. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pl.json +42 -0
  629. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-BR.json +42 -0
  630. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-PT.json +42 -0
  631. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ro.json +42 -0
  632. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ru.json +42 -0
  633. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sk.json +42 -0
  634. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sl.json +42 -0
  635. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sr.json +42 -0
  636. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sv.json +42 -0
  637. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.th.json +42 -0
  638. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.tr.json +42 -0
  639. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.uk.json +42 -0
  640. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.vi.json +42 -0
  641. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-CN.json +42 -0
  642. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-HK.json +42 -0
  643. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-TW.json +42 -0
  644. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ar.json +3 -0
  645. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bg.json +3 -0
  646. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bs.json +3 -0
  647. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ca.json +3 -0
  648. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.cs.json +3 -0
  649. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.da.json +3 -0
  650. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.de.json +3 -0
  651. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.el.json +3 -0
  652. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.en.json +3 -0
  653. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.es.json +3 -0
  654. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.et.json +3 -0
  655. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fi.json +3 -0
  656. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fr.json +3 -0
  657. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.he.json +3 -0
  658. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hr.json +3 -0
  659. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hu.json +3 -0
  660. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.id.json +3 -0
  661. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.it.json +3 -0
  662. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ja.json +3 -0
  663. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ko.json +3 -0
  664. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lt.json +3 -0
  665. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lv.json +3 -0
  666. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.nl.json +3 -0
  667. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.no.json +3 -0
  668. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pl.json +3 -0
  669. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-BR.json +3 -0
  670. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-PT.json +3 -0
  671. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ro.json +3 -0
  672. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ru.json +3 -0
  673. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sk.json +3 -0
  674. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sl.json +3 -0
  675. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sr.json +3 -0
  676. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sv.json +3 -0
  677. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.th.json +3 -0
  678. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.tr.json +3 -0
  679. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.uk.json +3 -0
  680. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.vi.json +3 -0
  681. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-CN.json +3 -0
  682. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-HK.json +3 -0
  683. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-TW.json +3 -0
  684. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ar.json +4 -0
  685. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bg.json +4 -0
  686. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bs.json +4 -0
  687. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ca.json +4 -0
  688. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.cs.json +4 -0
  689. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.da.json +4 -0
  690. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.de.json +4 -0
  691. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.el.json +4 -0
  692. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.en.json +4 -0
  693. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.es.json +4 -0
  694. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.et.json +4 -0
  695. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fi.json +4 -0
  696. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fr.json +4 -0
  697. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.he.json +4 -0
  698. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hr.json +4 -0
  699. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hu.json +4 -0
  700. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.id.json +4 -0
  701. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.it.json +4 -0
  702. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ja.json +4 -0
  703. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ko.json +4 -0
  704. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lt.json +4 -0
  705. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lv.json +4 -0
  706. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.nl.json +4 -0
  707. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.no.json +4 -0
  708. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pl.json +4 -0
  709. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-BR.json +4 -0
  710. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-PT.json +4 -0
  711. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ro.json +4 -0
  712. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ru.json +4 -0
  713. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sk.json +4 -0
  714. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sl.json +4 -0
  715. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sr.json +4 -0
  716. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sv.json +4 -0
  717. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.th.json +4 -0
  718. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.tr.json +4 -0
  719. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.uk.json +4 -0
  720. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.vi.json +4 -0
  721. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-CN.json +4 -0
  722. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-HK.json +4 -0
  723. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-TW.json +4 -0
  724. package/dist/collection/vendor/instant-apps-components/index.esm.js +2 -0
  725. package/dist/collection/vendor/instant-apps-components/index.esm.js.map +1 -0
  726. package/dist/collection/vendor/instant-apps-components/instant-apps-components.esm.js +2 -0
  727. package/dist/collection/vendor/instant-apps-components/instant-apps-components.esm.js.map +1 -0
  728. package/dist/collection/vendor/instant-apps-components/p-0b1b0a5a.entry.js +2 -0
  729. package/dist/collection/vendor/instant-apps-components/p-0b1b0a5a.entry.js.map +1 -0
  730. package/dist/collection/vendor/instant-apps-components/p-1c4428aa.js +2 -0
  731. package/dist/collection/vendor/instant-apps-components/p-1c4428aa.js.map +1 -0
  732. package/dist/collection/vendor/instant-apps-components/p-3ce7e35f.entry.js +2 -0
  733. package/dist/collection/vendor/instant-apps-components/p-3ce7e35f.entry.js.map +1 -0
  734. package/dist/collection/vendor/instant-apps-components/p-3e5898bb.entry.js +2 -0
  735. package/dist/collection/vendor/instant-apps-components/p-3e5898bb.entry.js.map +1 -0
  736. package/dist/collection/vendor/instant-apps-components/p-491aed47.entry.js +2 -0
  737. package/dist/collection/vendor/instant-apps-components/p-491aed47.entry.js.map +1 -0
  738. package/dist/collection/vendor/instant-apps-components/p-4ad06857.entry.js +2 -0
  739. package/dist/collection/vendor/instant-apps-components/p-4ad06857.entry.js.map +1 -0
  740. package/dist/collection/vendor/instant-apps-components/p-51f2e0b2.js +2 -0
  741. package/dist/collection/vendor/instant-apps-components/p-51f2e0b2.js.map +1 -0
  742. package/dist/collection/vendor/instant-apps-components/p-525c0e1c.entry.js +2 -0
  743. package/dist/collection/vendor/instant-apps-components/p-525c0e1c.entry.js.map +1 -0
  744. package/dist/collection/vendor/instant-apps-components/p-5978fda4.js +2 -0
  745. package/dist/collection/vendor/instant-apps-components/p-5978fda4.js.map +1 -0
  746. package/dist/collection/vendor/instant-apps-components/p-5f6af6b4.entry.js +2 -0
  747. package/dist/collection/vendor/instant-apps-components/p-5f6af6b4.entry.js.map +1 -0
  748. package/dist/collection/vendor/instant-apps-components/p-6517b6d4.js +3 -0
  749. package/dist/collection/vendor/instant-apps-components/p-6517b6d4.js.map +1 -0
  750. package/dist/collection/vendor/instant-apps-components/p-6c1383dc.entry.js +2 -0
  751. package/dist/collection/vendor/instant-apps-components/p-6c1383dc.entry.js.map +1 -0
  752. package/dist/collection/vendor/instant-apps-components/p-6e858759.entry.js +2 -0
  753. package/dist/collection/vendor/instant-apps-components/p-6e858759.entry.js.map +1 -0
  754. package/dist/collection/vendor/instant-apps-components/p-8ca58973.js +2 -0
  755. package/dist/collection/vendor/instant-apps-components/p-8ca58973.js.map +1 -0
  756. package/dist/collection/vendor/instant-apps-components/p-8d4d0b96.entry.js +26 -0
  757. package/dist/collection/vendor/instant-apps-components/p-8d4d0b96.entry.js.map +1 -0
  758. package/dist/collection/vendor/instant-apps-components/p-946ed90b.entry.js +2 -0
  759. package/dist/collection/vendor/instant-apps-components/p-946ed90b.entry.js.map +1 -0
  760. package/dist/collection/vendor/instant-apps-components/p-9f85433e.entry.js +2 -0
  761. package/dist/collection/vendor/instant-apps-components/p-9f85433e.entry.js.map +1 -0
  762. package/dist/collection/vendor/instant-apps-components/p-a1e8ffff.js +2 -0
  763. package/dist/collection/vendor/instant-apps-components/p-a1e8ffff.js.map +1 -0
  764. package/dist/collection/vendor/instant-apps-components/p-a271203d.entry.js +2 -0
  765. package/dist/collection/vendor/instant-apps-components/p-a271203d.entry.js.map +1 -0
  766. package/dist/collection/vendor/instant-apps-components/p-a72c317d.entry.js +2 -0
  767. package/dist/collection/vendor/instant-apps-components/p-a72c317d.entry.js.map +1 -0
  768. package/dist/collection/vendor/instant-apps-components/p-ab4ac65e.entry.js +2 -0
  769. package/dist/collection/vendor/instant-apps-components/p-ab4ac65e.entry.js.map +1 -0
  770. package/dist/collection/vendor/instant-apps-components/p-ac95a4be.entry.js +2 -0
  771. package/dist/collection/vendor/instant-apps-components/p-ac95a4be.entry.js.map +1 -0
  772. package/dist/collection/vendor/instant-apps-components/p-ad99e197.js +2 -0
  773. package/dist/collection/vendor/instant-apps-components/p-ad99e197.js.map +1 -0
  774. package/dist/collection/vendor/instant-apps-components/p-b291a1e6.js +2 -0
  775. package/dist/collection/vendor/instant-apps-components/p-b291a1e6.js.map +1 -0
  776. package/dist/collection/vendor/instant-apps-components/p-b355f972.entry.js +2 -0
  777. package/dist/collection/vendor/instant-apps-components/p-b355f972.entry.js.map +1 -0
  778. package/dist/collection/vendor/instant-apps-components/p-b9eed273.entry.js +2 -0
  779. package/dist/collection/vendor/instant-apps-components/p-b9eed273.entry.js.map +1 -0
  780. package/dist/collection/vendor/instant-apps-components/p-c5932580.js +2 -0
  781. package/dist/collection/vendor/instant-apps-components/p-c5932580.js.map +1 -0
  782. package/dist/collection/vendor/instant-apps-components/p-c77b3b1b.js +2 -0
  783. package/dist/collection/vendor/instant-apps-components/p-c77b3b1b.js.map +1 -0
  784. package/dist/collection/vendor/instant-apps-components/p-cd7eea90.entry.js +2 -0
  785. package/dist/collection/vendor/instant-apps-components/p-cd7eea90.entry.js.map +1 -0
  786. package/dist/collection/vendor/instant-apps-components/p-cfc94a85.entry.js +2 -0
  787. package/dist/collection/vendor/instant-apps-components/p-cfc94a85.entry.js.map +1 -0
  788. package/dist/collection/vendor/instant-apps-components/p-cfd61911.entry.js +2 -0
  789. package/dist/collection/vendor/instant-apps-components/p-cfd61911.entry.js.map +1 -0
  790. package/dist/collection/vendor/instant-apps-components/p-e1255160.js +2 -0
  791. package/dist/collection/vendor/instant-apps-components/p-e1255160.js.map +1 -0
  792. package/dist/collection/vendor/instant-apps-components/p-ef8e7a97.entry.js +2 -0
  793. package/dist/collection/vendor/instant-apps-components/p-ef8e7a97.entry.js.map +1 -0
  794. package/dist/collection/vendor/instant-apps-components/p-eff6e0b8.js +2 -0
  795. package/dist/collection/vendor/instant-apps-components/p-eff6e0b8.js.map +1 -0
  796. package/dist/collection/vendor/instant-apps-components/p-f146c213.js +2 -0
  797. package/dist/collection/vendor/instant-apps-components/p-f146c213.js.map +1 -0
  798. package/dist/collection/vendor/instant-apps-components/p-f87a0961.entry.js +2 -0
  799. package/dist/collection/vendor/instant-apps-components/p-f87a0961.entry.js.map +1 -0
  800. package/dist/collection/vendor/instant-apps-components/p-fa2be703.entry.js +2 -0
  801. package/dist/collection/vendor/instant-apps-components/p-fa2be703.entry.js.map +1 -0
  802. package/dist/collection/vendor/instant-apps-components/p-fcbd42f5.entry.js +2 -0
  803. package/dist/collection/vendor/instant-apps-components/p-fcbd42f5.entry.js.map +1 -0
  804. package/dist/collection/vendor/instant-apps-components/p-fedaae5b.entry.js +2 -0
  805. package/dist/collection/vendor/instant-apps-components/p-fedaae5b.entry.js.map +1 -0
  806. package/dist/components/buffer-tools2.js +4 -0
  807. package/dist/components/card-manager2.js +8 -0
  808. package/dist/components/create-feature2.js +2 -0
  809. package/dist/components/create-related-feature2.js +2 -0
  810. package/dist/components/crowdsource-manager.js +44 -34
  811. package/dist/components/crowdsource-reporter.js +41 -30
  812. package/dist/components/deduct-calculator2.js +5 -0
  813. package/dist/components/delete-button2.js +4 -0
  814. package/dist/components/delete-dialog2.js +2 -0
  815. package/dist/components/downloadUtils.js +2163 -9
  816. package/dist/components/edit-card2.js +2 -0
  817. package/dist/components/feature-details2.js +4 -0
  818. package/dist/components/feature-list2.js +10 -0
  819. package/dist/components/index2.js +162 -2118
  820. package/dist/components/info-card2.js +9 -0
  821. package/dist/components/json-editor2.js +2 -0
  822. package/dist/components/layer-list2.js +6 -1
  823. package/dist/components/layer-table2.js +22 -19
  824. package/dist/components/loadModules.js +297 -2
  825. package/dist/components/map-card2.js +19 -12
  826. package/dist/components/map-draw-tools2.js +1 -0
  827. package/dist/components/map-layer-picker2.js +13 -0
  828. package/dist/components/map-picker2.js +5 -0
  829. package/dist/components/map-select-tools2.js +10 -0
  830. package/dist/components/map-tools2.js +8 -0
  831. package/dist/components/pci-calculator.js +5 -0
  832. package/dist/components/pdf-download2.js +2 -0
  833. package/dist/components/public-notification.js +21 -0
  834. package/dist/components/publicNotificationStore.js +1 -1
  835. package/dist/components/refine-selection2.js +9 -0
  836. package/dist/components/solution-configuration.js +9 -0
  837. package/dist/components/solution-contents2.js +3 -0
  838. package/dist/components/solution-item-accordion.js +7 -0
  839. package/dist/components/solution-item-details2.js +2 -0
  840. package/dist/components/solution-item-sharing2.js +3 -0
  841. package/dist/components/solution-item2.js +8 -0
  842. package/dist/components/solution-organization-variables2.js +2 -0
  843. package/dist/components/solution-resource-item2.js +3 -0
  844. package/dist/components/solution-spatial-ref2.js +1 -0
  845. package/dist/components/solution-store.js +1 -1
  846. package/dist/components/solution-template-data2.js +7 -0
  847. package/dist/components/solution-variables2.js +3 -0
  848. package/dist/components/spatial-ref.js +3 -0
  849. package/dist/esm/basemap-gallery_7.entry.js +2 -3
  850. package/dist/esm/buffer-tools_2.entry.js +4 -5
  851. package/dist/esm/card-manager_3.entry.js +10 -13
  852. package/dist/esm/consent-manager.entry.js +2 -3
  853. package/dist/esm/create-feature_4.entry.js +4 -6
  854. package/dist/esm/create-related-feature_3.entry.js +3 -4
  855. package/dist/esm/crowdsource-manager.entry.js +14 -9
  856. package/dist/esm/crowdsource-reporter.entry.js +4 -5
  857. package/dist/esm/deduct-calculator.entry.js +1 -1
  858. package/dist/esm/delete-dialog.entry.js +2 -3
  859. package/dist/esm/downloadUtils-a9fc6dd2.js +5371 -0
  860. package/dist/esm/feature-list.entry.js +4 -6
  861. package/dist/esm/index-21b6e87e.js +1405 -0
  862. package/dist/esm/index-9932ffd2.js +199 -0
  863. package/dist/esm/json-editor_7.entry.js +4 -5
  864. package/dist/esm/loader.js +3 -3
  865. package/dist/esm/locale-fa8258bf.js +450 -0
  866. package/dist/esm/map-layer-picker.entry.js +4 -5
  867. package/dist/esm/map-select-tools_3.entry.js +5 -7
  868. package/dist/esm/pci-calculator.entry.js +1 -1
  869. package/dist/esm/popupUtils-78f2029e.js +119 -0
  870. package/dist/esm/public-notification.entry.js +5 -7
  871. package/dist/esm/publicNotificationStore-9f8e00a1.js +45 -0
  872. package/dist/esm/solution-configuration.entry.js +4 -5
  873. package/dist/esm/solution-contents_3.entry.js +4 -5
  874. package/dist/esm/solution-item-accordion.entry.js +2 -3
  875. package/dist/esm/solution-item-icon.entry.js +1 -1
  876. package/dist/esm/solution-store-f036dcc0.js +1103 -0
  877. package/dist/esm/solutions-components.js +4 -4
  878. package/dist/esm/spatial-ref.entry.js +2 -3
  879. package/dist/esm/store-manager.entry.js +3 -3
  880. package/dist/solutions-components/demos/crowdsource-manager.html +2 -0
  881. package/dist/solutions-components/demos/crowdsource-reporter.html +2 -0
  882. package/dist/solutions-components/demos/layer-table.html +2 -0
  883. package/dist/solutions-components/demos/map-card.html +2 -0
  884. package/dist/solutions-components/p-03f8bcc3.entry.js +6 -0
  885. package/dist/solutions-components/p-0a60707c.entry.js +6 -0
  886. package/dist/solutions-components/p-1aad0b63.entry.js +6 -0
  887. package/dist/solutions-components/p-31159fc6.js +21 -0
  888. package/dist/solutions-components/p-455c19fa.js +498 -0
  889. package/dist/solutions-components/p-4a2870b0.entry.js +21 -0
  890. package/dist/solutions-components/p-50b4945e.entry.js +21 -0
  891. package/dist/solutions-components/p-522aaa19.entry.js +6 -0
  892. package/dist/solutions-components/p-57be3b9d.js +37 -0
  893. package/dist/solutions-components/p-5a38b1b3.entry.js +6 -0
  894. package/dist/solutions-components/p-5b481f0d.entry.js +6 -0
  895. package/dist/solutions-components/p-5e7369d1.js +21 -0
  896. package/dist/solutions-components/p-60b1fe27.entry.js +6 -0
  897. package/dist/solutions-components/p-6dc629dc.entry.js +6 -0
  898. package/dist/solutions-components/p-76126e43.entry.js +6 -0
  899. package/dist/solutions-components/p-76291afb.js +129 -0
  900. package/dist/solutions-components/p-7f36cfb0.entry.js +6 -0
  901. package/dist/solutions-components/p-934e8935.js +7 -0
  902. package/dist/solutions-components/p-95056f7c.entry.js +6 -0
  903. package/dist/solutions-components/p-a17f839a.entry.js +6 -0
  904. package/dist/solutions-components/p-a38eee28.entry.js +6 -0
  905. package/dist/solutions-components/p-a4282d56.entry.js +6 -0
  906. package/dist/solutions-components/p-b04179db.entry.js +11 -0
  907. package/dist/solutions-components/p-b8e4345e.entry.js +6 -0
  908. package/dist/solutions-components/p-c6e42ad1.js +6 -0
  909. package/dist/solutions-components/p-f3ba92d5.entry.js +6 -0
  910. package/dist/solutions-components/p-f6d19f6d.entry.js +6 -0
  911. package/dist/solutions-components/p-f8854c5e.entry.js +6 -0
  912. package/dist/solutions-components/p-f899ecdb.entry.js +6 -0
  913. package/dist/solutions-components/solutions-components.esm.js +1 -1
  914. package/dist/solutions-components/utils/downloadUtils.ts +15 -5
  915. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ar.json +3 -0
  916. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bg.json +3 -0
  917. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bs.json +3 -0
  918. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ca.json +3 -0
  919. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.cs.json +3 -0
  920. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.da.json +3 -0
  921. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.de.json +3 -0
  922. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.el.json +3 -0
  923. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.en.json +3 -0
  924. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.es.json +3 -0
  925. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.et.json +3 -0
  926. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fi.json +3 -0
  927. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fr.json +3 -0
  928. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.he.json +3 -0
  929. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hr.json +3 -0
  930. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hu.json +3 -0
  931. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.id.json +3 -0
  932. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.it.json +3 -0
  933. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ja.json +3 -0
  934. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ko.json +3 -0
  935. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lt.json +3 -0
  936. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lv.json +3 -0
  937. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.nl.json +3 -0
  938. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.no.json +3 -0
  939. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pl.json +3 -0
  940. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-BR.json +3 -0
  941. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-PT.json +3 -0
  942. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ro.json +3 -0
  943. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ru.json +3 -0
  944. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sk.json +3 -0
  945. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sl.json +3 -0
  946. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sr.json +3 -0
  947. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sv.json +3 -0
  948. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.th.json +3 -0
  949. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.tr.json +3 -0
  950. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.uk.json +3 -0
  951. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.vi.json +3 -0
  952. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-CN.json +3 -0
  953. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-HK.json +3 -0
  954. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-TW.json +3 -0
  955. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ar.json +16 -0
  956. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bg.json +16 -0
  957. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bs.json +16 -0
  958. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ca.json +16 -0
  959. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.cs.json +16 -0
  960. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.da.json +16 -0
  961. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.de.json +16 -0
  962. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.el.json +16 -0
  963. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.en.json +16 -0
  964. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.es.json +16 -0
  965. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.et.json +16 -0
  966. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fi.json +16 -0
  967. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fr.json +16 -0
  968. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.he.json +16 -0
  969. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hr.json +16 -0
  970. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hu.json +16 -0
  971. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.id.json +16 -0
  972. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.it.json +16 -0
  973. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ja.json +16 -0
  974. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ko.json +16 -0
  975. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lt.json +16 -0
  976. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lv.json +16 -0
  977. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.nl.json +16 -0
  978. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.no.json +16 -0
  979. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pl.json +16 -0
  980. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-BR.json +16 -0
  981. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-PT.json +16 -0
  982. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ro.json +16 -0
  983. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ru.json +16 -0
  984. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sk.json +16 -0
  985. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sl.json +16 -0
  986. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sr.json +16 -0
  987. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sv.json +16 -0
  988. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.th.json +16 -0
  989. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.tr.json +16 -0
  990. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.uk.json +16 -0
  991. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.vi.json +16 -0
  992. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-CN.json +16 -0
  993. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-HK.json +16 -0
  994. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-TW.json +16 -0
  995. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ar.json +47 -0
  996. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bg.json +47 -0
  997. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bs.json +47 -0
  998. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ca.json +47 -0
  999. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.cs.json +47 -0
  1000. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.da.json +47 -0
  1001. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.de.json +47 -0
  1002. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.el.json +47 -0
  1003. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.en.json +47 -0
  1004. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.es.json +47 -0
  1005. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.et.json +47 -0
  1006. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fi.json +47 -0
  1007. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fr.json +47 -0
  1008. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.he.json +47 -0
  1009. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hr.json +47 -0
  1010. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hu.json +47 -0
  1011. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.id.json +47 -0
  1012. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.it.json +47 -0
  1013. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ja.json +47 -0
  1014. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ko.json +47 -0
  1015. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lt.json +47 -0
  1016. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lv.json +47 -0
  1017. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.nl.json +47 -0
  1018. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.no.json +47 -0
  1019. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pl.json +47 -0
  1020. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-BR.json +47 -0
  1021. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-PT.json +47 -0
  1022. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ro.json +47 -0
  1023. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ru.json +47 -0
  1024. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sk.json +47 -0
  1025. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sl.json +47 -0
  1026. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sr.json +47 -0
  1027. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sv.json +47 -0
  1028. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.th.json +47 -0
  1029. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.tr.json +47 -0
  1030. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.uk.json +47 -0
  1031. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.vi.json +47 -0
  1032. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-CN.json +47 -0
  1033. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-HK.json +47 -0
  1034. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-TW.json +47 -0
  1035. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ar.json +47 -0
  1036. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bg.json +47 -0
  1037. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bs.json +47 -0
  1038. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ca.json +47 -0
  1039. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.cs.json +47 -0
  1040. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.da.json +47 -0
  1041. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.de.json +47 -0
  1042. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.el.json +47 -0
  1043. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.en.json +47 -0
  1044. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.es.json +47 -0
  1045. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.et.json +47 -0
  1046. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fi.json +47 -0
  1047. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fr.json +47 -0
  1048. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.he.json +47 -0
  1049. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hr.json +47 -0
  1050. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hu.json +47 -0
  1051. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.id.json +47 -0
  1052. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.it.json +47 -0
  1053. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ja.json +47 -0
  1054. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ko.json +47 -0
  1055. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lt.json +47 -0
  1056. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lv.json +47 -0
  1057. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.nl.json +47 -0
  1058. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.no.json +47 -0
  1059. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pl.json +47 -0
  1060. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-BR.json +47 -0
  1061. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-PT.json +47 -0
  1062. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ro.json +47 -0
  1063. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ru.json +47 -0
  1064. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sk.json +47 -0
  1065. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sl.json +47 -0
  1066. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sr.json +47 -0
  1067. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sv.json +47 -0
  1068. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.th.json +47 -0
  1069. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.tr.json +47 -0
  1070. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.uk.json +47 -0
  1071. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.vi.json +47 -0
  1072. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-CN.json +47 -0
  1073. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-HK.json +47 -0
  1074. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-TW.json +47 -0
  1075. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ar.json +16 -0
  1076. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bg.json +16 -0
  1077. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bs.json +16 -0
  1078. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ca.json +16 -0
  1079. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.cs.json +16 -0
  1080. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.da.json +16 -0
  1081. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.de.json +16 -0
  1082. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.el.json +16 -0
  1083. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.en.json +16 -0
  1084. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.es.json +16 -0
  1085. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.et.json +16 -0
  1086. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fi.json +16 -0
  1087. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fr.json +16 -0
  1088. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.he.json +16 -0
  1089. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hr.json +16 -0
  1090. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hu.json +16 -0
  1091. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.id.json +16 -0
  1092. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.it.json +16 -0
  1093. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ja.json +16 -0
  1094. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ko.json +16 -0
  1095. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lt.json +16 -0
  1096. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lv.json +16 -0
  1097. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.nl.json +16 -0
  1098. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.no.json +16 -0
  1099. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pl.json +16 -0
  1100. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-BR.json +16 -0
  1101. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-PT.json +16 -0
  1102. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ro.json +16 -0
  1103. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ru.json +16 -0
  1104. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sk.json +16 -0
  1105. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sl.json +16 -0
  1106. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sr.json +16 -0
  1107. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sv.json +16 -0
  1108. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.th.json +16 -0
  1109. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.tr.json +16 -0
  1110. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.uk.json +16 -0
  1111. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.vi.json +16 -0
  1112. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-CN.json +16 -0
  1113. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-HK.json +16 -0
  1114. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-TW.json +16 -0
  1115. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ar.json +15 -0
  1116. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bg.json +15 -0
  1117. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bs.json +15 -0
  1118. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ca.json +15 -0
  1119. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.cs.json +15 -0
  1120. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.da.json +15 -0
  1121. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.de.json +15 -0
  1122. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.el.json +15 -0
  1123. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.en.json +15 -0
  1124. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.es.json +15 -0
  1125. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.et.json +15 -0
  1126. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fi.json +15 -0
  1127. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fr.json +15 -0
  1128. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.he.json +15 -0
  1129. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hr.json +15 -0
  1130. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hu.json +15 -0
  1131. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.id.json +15 -0
  1132. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.it.json +15 -0
  1133. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ja.json +15 -0
  1134. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ko.json +15 -0
  1135. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lt.json +15 -0
  1136. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lv.json +15 -0
  1137. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.nl.json +15 -0
  1138. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.no.json +15 -0
  1139. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pl.json +15 -0
  1140. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-BR.json +15 -0
  1141. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-PT.json +15 -0
  1142. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ro.json +15 -0
  1143. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ru.json +15 -0
  1144. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sk.json +15 -0
  1145. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sl.json +15 -0
  1146. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sr.json +15 -0
  1147. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sv.json +15 -0
  1148. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.th.json +15 -0
  1149. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.tr.json +15 -0
  1150. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.uk.json +15 -0
  1151. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.vi.json +15 -0
  1152. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-CN.json +15 -0
  1153. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-HK.json +15 -0
  1154. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-TW.json +15 -0
  1155. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ar.json +30 -0
  1156. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bg.json +30 -0
  1157. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bs.json +30 -0
  1158. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ca.json +30 -0
  1159. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.cs.json +30 -0
  1160. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.da.json +30 -0
  1161. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.de.json +30 -0
  1162. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.el.json +30 -0
  1163. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.en.json +30 -0
  1164. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.es.json +30 -0
  1165. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.et.json +30 -0
  1166. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fi.json +30 -0
  1167. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fr.json +30 -0
  1168. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.he.json +30 -0
  1169. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hr.json +30 -0
  1170. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hu.json +30 -0
  1171. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.id.json +30 -0
  1172. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.it.json +30 -0
  1173. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ja.json +30 -0
  1174. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ko.json +30 -0
  1175. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lt.json +30 -0
  1176. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lv.json +30 -0
  1177. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.nl.json +30 -0
  1178. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.no.json +30 -0
  1179. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pl.json +30 -0
  1180. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-BR.json +30 -0
  1181. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-PT.json +30 -0
  1182. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ro.json +30 -0
  1183. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ru.json +30 -0
  1184. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sk.json +30 -0
  1185. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sl.json +30 -0
  1186. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sr.json +30 -0
  1187. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sv.json +30 -0
  1188. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.th.json +30 -0
  1189. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.tr.json +30 -0
  1190. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.uk.json +30 -0
  1191. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.vi.json +30 -0
  1192. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-CN.json +30 -0
  1193. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-HK.json +30 -0
  1194. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-TW.json +30 -0
  1195. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ar.json +103 -0
  1196. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bg.json +103 -0
  1197. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bs.json +103 -0
  1198. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ca.json +103 -0
  1199. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.cs.json +103 -0
  1200. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.da.json +103 -0
  1201. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.de.json +103 -0
  1202. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.el.json +103 -0
  1203. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.en.json +103 -0
  1204. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.es.json +103 -0
  1205. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.et.json +103 -0
  1206. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fi.json +103 -0
  1207. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fr.json +103 -0
  1208. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.he.json +103 -0
  1209. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hr.json +103 -0
  1210. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hu.json +103 -0
  1211. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.id.json +103 -0
  1212. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.it.json +103 -0
  1213. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ja.json +103 -0
  1214. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ko.json +103 -0
  1215. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lt.json +103 -0
  1216. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lv.json +103 -0
  1217. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.nl.json +103 -0
  1218. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.no.json +103 -0
  1219. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pl.json +103 -0
  1220. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-BR.json +103 -0
  1221. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-PT.json +103 -0
  1222. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ro.json +103 -0
  1223. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ru.json +103 -0
  1224. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sk.json +103 -0
  1225. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sl.json +103 -0
  1226. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sr.json +103 -0
  1227. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sv.json +103 -0
  1228. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.th.json +103 -0
  1229. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.tr.json +103 -0
  1230. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.uk.json +103 -0
  1231. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.vi.json +103 -0
  1232. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-CN.json +103 -0
  1233. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-HK.json +103 -0
  1234. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-TW.json +103 -0
  1235. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ar.json +7 -0
  1236. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bg.json +7 -0
  1237. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bs.json +7 -0
  1238. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ca.json +7 -0
  1239. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.cs.json +7 -0
  1240. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.da.json +7 -0
  1241. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.de.json +7 -0
  1242. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.el.json +7 -0
  1243. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.en.json +7 -0
  1244. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.es.json +7 -0
  1245. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.et.json +7 -0
  1246. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fi.json +7 -0
  1247. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fr.json +7 -0
  1248. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.he.json +7 -0
  1249. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hr.json +7 -0
  1250. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hu.json +7 -0
  1251. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.id.json +7 -0
  1252. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.it.json +7 -0
  1253. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ja.json +7 -0
  1254. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ko.json +7 -0
  1255. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lt.json +7 -0
  1256. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lv.json +7 -0
  1257. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.nl.json +7 -0
  1258. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.no.json +7 -0
  1259. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pl.json +7 -0
  1260. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-BR.json +7 -0
  1261. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-PT.json +7 -0
  1262. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ro.json +7 -0
  1263. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ru.json +7 -0
  1264. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sk.json +7 -0
  1265. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sl.json +7 -0
  1266. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sr.json +7 -0
  1267. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sv.json +7 -0
  1268. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.th.json +7 -0
  1269. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.tr.json +7 -0
  1270. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.uk.json +7 -0
  1271. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.vi.json +7 -0
  1272. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-CN.json +7 -0
  1273. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-HK.json +7 -0
  1274. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-TW.json +7 -0
  1275. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ar.json +7 -0
  1276. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bg.json +7 -0
  1277. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bs.json +7 -0
  1278. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ca.json +7 -0
  1279. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.cs.json +7 -0
  1280. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.da.json +7 -0
  1281. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.de.json +7 -0
  1282. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.el.json +7 -0
  1283. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.en.json +7 -0
  1284. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.es.json +7 -0
  1285. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.et.json +7 -0
  1286. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fi.json +7 -0
  1287. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fr.json +7 -0
  1288. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.he.json +7 -0
  1289. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hr.json +7 -0
  1290. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hu.json +7 -0
  1291. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.id.json +7 -0
  1292. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.it.json +7 -0
  1293. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ja.json +7 -0
  1294. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ko.json +7 -0
  1295. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lt.json +7 -0
  1296. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lv.json +7 -0
  1297. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.nl.json +7 -0
  1298. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.no.json +7 -0
  1299. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pl.json +7 -0
  1300. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-BR.json +7 -0
  1301. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-PT.json +7 -0
  1302. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ro.json +7 -0
  1303. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ru.json +7 -0
  1304. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sk.json +7 -0
  1305. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sl.json +7 -0
  1306. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sr.json +7 -0
  1307. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sv.json +7 -0
  1308. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.th.json +7 -0
  1309. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.tr.json +7 -0
  1310. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.uk.json +7 -0
  1311. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.vi.json +7 -0
  1312. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-CN.json +7 -0
  1313. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-HK.json +7 -0
  1314. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-TW.json +7 -0
  1315. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ar.json +7 -0
  1316. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bg.json +7 -0
  1317. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bs.json +7 -0
  1318. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ca.json +7 -0
  1319. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.cs.json +7 -0
  1320. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.da.json +7 -0
  1321. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.de.json +7 -0
  1322. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.el.json +7 -0
  1323. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.en.json +7 -0
  1324. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.es.json +7 -0
  1325. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.et.json +7 -0
  1326. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fi.json +7 -0
  1327. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fr.json +7 -0
  1328. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.he.json +7 -0
  1329. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hr.json +7 -0
  1330. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hu.json +7 -0
  1331. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.id.json +7 -0
  1332. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.it.json +7 -0
  1333. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ja.json +7 -0
  1334. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ko.json +7 -0
  1335. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lt.json +7 -0
  1336. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lv.json +7 -0
  1337. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.nl.json +7 -0
  1338. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.no.json +7 -0
  1339. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pl.json +7 -0
  1340. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-BR.json +7 -0
  1341. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-PT.json +7 -0
  1342. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ro.json +7 -0
  1343. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ru.json +7 -0
  1344. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sk.json +7 -0
  1345. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sl.json +7 -0
  1346. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sr.json +7 -0
  1347. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sv.json +7 -0
  1348. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.th.json +7 -0
  1349. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.tr.json +7 -0
  1350. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.uk.json +7 -0
  1351. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.vi.json +7 -0
  1352. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-CN.json +7 -0
  1353. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-HK.json +7 -0
  1354. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-TW.json +7 -0
  1355. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ar.json +5 -0
  1356. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bg.json +5 -0
  1357. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bs.json +5 -0
  1358. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ca.json +5 -0
  1359. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.cs.json +5 -0
  1360. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.da.json +5 -0
  1361. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.de.json +5 -0
  1362. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.el.json +5 -0
  1363. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.en.json +5 -0
  1364. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.es.json +5 -0
  1365. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.et.json +5 -0
  1366. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fi.json +5 -0
  1367. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fr.json +5 -0
  1368. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.he.json +5 -0
  1369. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hr.json +5 -0
  1370. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hu.json +5 -0
  1371. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.id.json +5 -0
  1372. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.it.json +5 -0
  1373. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ja.json +5 -0
  1374. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ko.json +5 -0
  1375. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lt.json +5 -0
  1376. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lv.json +5 -0
  1377. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.nl.json +5 -0
  1378. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.no.json +5 -0
  1379. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pl.json +5 -0
  1380. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-BR.json +5 -0
  1381. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-PT.json +5 -0
  1382. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ro.json +5 -0
  1383. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ru.json +5 -0
  1384. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sk.json +5 -0
  1385. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sl.json +5 -0
  1386. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sr.json +5 -0
  1387. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sv.json +5 -0
  1388. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.th.json +5 -0
  1389. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.tr.json +5 -0
  1390. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.uk.json +5 -0
  1391. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.vi.json +5 -0
  1392. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-CN.json +5 -0
  1393. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-HK.json +5 -0
  1394. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-TW.json +5 -0
  1395. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ar.json +33 -0
  1396. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bg.json +33 -0
  1397. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bs.json +33 -0
  1398. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ca.json +33 -0
  1399. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.cs.json +33 -0
  1400. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.da.json +33 -0
  1401. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.de.json +33 -0
  1402. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.el.json +33 -0
  1403. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.en.json +33 -0
  1404. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.es.json +33 -0
  1405. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.et.json +33 -0
  1406. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fi.json +33 -0
  1407. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fr.json +33 -0
  1408. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.he.json +33 -0
  1409. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hr.json +33 -0
  1410. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hu.json +33 -0
  1411. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.id.json +33 -0
  1412. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.it.json +33 -0
  1413. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ja.json +33 -0
  1414. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ko.json +33 -0
  1415. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lt.json +33 -0
  1416. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lv.json +33 -0
  1417. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.nl.json +33 -0
  1418. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.no.json +33 -0
  1419. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pl.json +33 -0
  1420. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-BR.json +33 -0
  1421. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-PT.json +33 -0
  1422. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ro.json +33 -0
  1423. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ru.json +33 -0
  1424. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sk.json +33 -0
  1425. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sl.json +33 -0
  1426. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sr.json +33 -0
  1427. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sv.json +33 -0
  1428. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.th.json +33 -0
  1429. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.tr.json +33 -0
  1430. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.uk.json +33 -0
  1431. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.vi.json +33 -0
  1432. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-CN.json +33 -0
  1433. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-HK.json +33 -0
  1434. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-TW.json +33 -0
  1435. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ar.json +42 -0
  1436. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bg.json +42 -0
  1437. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bs.json +42 -0
  1438. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ca.json +42 -0
  1439. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.cs.json +42 -0
  1440. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.da.json +42 -0
  1441. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.de.json +42 -0
  1442. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.el.json +42 -0
  1443. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.en.json +42 -0
  1444. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.es.json +42 -0
  1445. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.et.json +42 -0
  1446. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fi.json +42 -0
  1447. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fr.json +42 -0
  1448. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.he.json +42 -0
  1449. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hr.json +42 -0
  1450. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hu.json +42 -0
  1451. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.id.json +42 -0
  1452. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.it.json +42 -0
  1453. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ja.json +42 -0
  1454. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ko.json +42 -0
  1455. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lt.json +42 -0
  1456. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lv.json +42 -0
  1457. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.nl.json +42 -0
  1458. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.no.json +42 -0
  1459. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pl.json +42 -0
  1460. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-BR.json +42 -0
  1461. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-PT.json +42 -0
  1462. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ro.json +42 -0
  1463. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ru.json +42 -0
  1464. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sk.json +42 -0
  1465. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sl.json +42 -0
  1466. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sr.json +42 -0
  1467. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sv.json +42 -0
  1468. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.th.json +42 -0
  1469. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.tr.json +42 -0
  1470. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.uk.json +42 -0
  1471. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.vi.json +42 -0
  1472. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-CN.json +42 -0
  1473. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-HK.json +42 -0
  1474. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-TW.json +42 -0
  1475. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ar.json +3 -0
  1476. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bg.json +3 -0
  1477. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bs.json +3 -0
  1478. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ca.json +3 -0
  1479. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.cs.json +3 -0
  1480. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.da.json +3 -0
  1481. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.de.json +3 -0
  1482. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.el.json +3 -0
  1483. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.en.json +3 -0
  1484. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.es.json +3 -0
  1485. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.et.json +3 -0
  1486. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fi.json +3 -0
  1487. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fr.json +3 -0
  1488. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.he.json +3 -0
  1489. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hr.json +3 -0
  1490. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hu.json +3 -0
  1491. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.id.json +3 -0
  1492. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.it.json +3 -0
  1493. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ja.json +3 -0
  1494. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ko.json +3 -0
  1495. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lt.json +3 -0
  1496. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lv.json +3 -0
  1497. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.nl.json +3 -0
  1498. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.no.json +3 -0
  1499. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pl.json +3 -0
  1500. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-BR.json +3 -0
  1501. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-PT.json +3 -0
  1502. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ro.json +3 -0
  1503. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ru.json +3 -0
  1504. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sk.json +3 -0
  1505. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sl.json +3 -0
  1506. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sr.json +3 -0
  1507. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sv.json +3 -0
  1508. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.th.json +3 -0
  1509. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.tr.json +3 -0
  1510. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.uk.json +3 -0
  1511. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.vi.json +3 -0
  1512. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-CN.json +3 -0
  1513. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-HK.json +3 -0
  1514. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-TW.json +3 -0
  1515. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ar.json +4 -0
  1516. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bg.json +4 -0
  1517. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bs.json +4 -0
  1518. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ca.json +4 -0
  1519. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.cs.json +4 -0
  1520. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.da.json +4 -0
  1521. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.de.json +4 -0
  1522. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.el.json +4 -0
  1523. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.en.json +4 -0
  1524. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.es.json +4 -0
  1525. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.et.json +4 -0
  1526. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fi.json +4 -0
  1527. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fr.json +4 -0
  1528. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.he.json +4 -0
  1529. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hr.json +4 -0
  1530. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hu.json +4 -0
  1531. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.id.json +4 -0
  1532. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.it.json +4 -0
  1533. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ja.json +4 -0
  1534. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ko.json +4 -0
  1535. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lt.json +4 -0
  1536. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lv.json +4 -0
  1537. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.nl.json +4 -0
  1538. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.no.json +4 -0
  1539. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pl.json +4 -0
  1540. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-BR.json +4 -0
  1541. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-PT.json +4 -0
  1542. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ro.json +4 -0
  1543. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ru.json +4 -0
  1544. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sk.json +4 -0
  1545. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sl.json +4 -0
  1546. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sr.json +4 -0
  1547. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sv.json +4 -0
  1548. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.th.json +4 -0
  1549. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.tr.json +4 -0
  1550. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.uk.json +4 -0
  1551. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.vi.json +4 -0
  1552. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-CN.json +4 -0
  1553. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-HK.json +4 -0
  1554. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-TW.json +4 -0
  1555. package/dist/solutions-components/vendor/instant-apps-components/index.esm.js +2 -0
  1556. package/dist/solutions-components/vendor/instant-apps-components/index.esm.js.map +1 -0
  1557. package/dist/solutions-components/vendor/instant-apps-components/instant-apps-components.esm.js +2 -0
  1558. package/dist/solutions-components/vendor/instant-apps-components/instant-apps-components.esm.js.map +1 -0
  1559. package/dist/solutions-components/vendor/instant-apps-components/p-0b1b0a5a.entry.js +2 -0
  1560. package/dist/solutions-components/vendor/instant-apps-components/p-0b1b0a5a.entry.js.map +1 -0
  1561. package/dist/solutions-components/vendor/instant-apps-components/p-1c4428aa.js +2 -0
  1562. package/dist/solutions-components/vendor/instant-apps-components/p-1c4428aa.js.map +1 -0
  1563. package/dist/solutions-components/vendor/instant-apps-components/p-3ce7e35f.entry.js +2 -0
  1564. package/dist/solutions-components/vendor/instant-apps-components/p-3ce7e35f.entry.js.map +1 -0
  1565. package/dist/solutions-components/vendor/instant-apps-components/p-3e5898bb.entry.js +2 -0
  1566. package/dist/solutions-components/vendor/instant-apps-components/p-3e5898bb.entry.js.map +1 -0
  1567. package/dist/solutions-components/vendor/instant-apps-components/p-491aed47.entry.js +2 -0
  1568. package/dist/solutions-components/vendor/instant-apps-components/p-491aed47.entry.js.map +1 -0
  1569. package/dist/solutions-components/vendor/instant-apps-components/p-4ad06857.entry.js +2 -0
  1570. package/dist/solutions-components/vendor/instant-apps-components/p-4ad06857.entry.js.map +1 -0
  1571. package/dist/solutions-components/vendor/instant-apps-components/p-51f2e0b2.js +2 -0
  1572. package/dist/solutions-components/vendor/instant-apps-components/p-51f2e0b2.js.map +1 -0
  1573. package/dist/solutions-components/vendor/instant-apps-components/p-525c0e1c.entry.js +2 -0
  1574. package/dist/solutions-components/vendor/instant-apps-components/p-525c0e1c.entry.js.map +1 -0
  1575. package/dist/solutions-components/vendor/instant-apps-components/p-5978fda4.js +2 -0
  1576. package/dist/solutions-components/vendor/instant-apps-components/p-5978fda4.js.map +1 -0
  1577. package/dist/solutions-components/vendor/instant-apps-components/p-5f6af6b4.entry.js +2 -0
  1578. package/dist/solutions-components/vendor/instant-apps-components/p-5f6af6b4.entry.js.map +1 -0
  1579. package/dist/solutions-components/vendor/instant-apps-components/p-6517b6d4.js +3 -0
  1580. package/dist/solutions-components/vendor/instant-apps-components/p-6517b6d4.js.map +1 -0
  1581. package/dist/solutions-components/vendor/instant-apps-components/p-6c1383dc.entry.js +2 -0
  1582. package/dist/solutions-components/vendor/instant-apps-components/p-6c1383dc.entry.js.map +1 -0
  1583. package/dist/solutions-components/vendor/instant-apps-components/p-6e858759.entry.js +2 -0
  1584. package/dist/solutions-components/vendor/instant-apps-components/p-6e858759.entry.js.map +1 -0
  1585. package/dist/solutions-components/vendor/instant-apps-components/p-8ca58973.js +2 -0
  1586. package/dist/solutions-components/vendor/instant-apps-components/p-8ca58973.js.map +1 -0
  1587. package/dist/solutions-components/vendor/instant-apps-components/p-8d4d0b96.entry.js +26 -0
  1588. package/dist/solutions-components/vendor/instant-apps-components/p-8d4d0b96.entry.js.map +1 -0
  1589. package/dist/solutions-components/vendor/instant-apps-components/p-946ed90b.entry.js +2 -0
  1590. package/dist/solutions-components/vendor/instant-apps-components/p-946ed90b.entry.js.map +1 -0
  1591. package/dist/solutions-components/vendor/instant-apps-components/p-9f85433e.entry.js +2 -0
  1592. package/dist/solutions-components/vendor/instant-apps-components/p-9f85433e.entry.js.map +1 -0
  1593. package/dist/solutions-components/vendor/instant-apps-components/p-a1e8ffff.js +2 -0
  1594. package/dist/solutions-components/vendor/instant-apps-components/p-a1e8ffff.js.map +1 -0
  1595. package/dist/solutions-components/vendor/instant-apps-components/p-a271203d.entry.js +2 -0
  1596. package/dist/solutions-components/vendor/instant-apps-components/p-a271203d.entry.js.map +1 -0
  1597. package/dist/solutions-components/vendor/instant-apps-components/p-a72c317d.entry.js +2 -0
  1598. package/dist/solutions-components/vendor/instant-apps-components/p-a72c317d.entry.js.map +1 -0
  1599. package/dist/solutions-components/vendor/instant-apps-components/p-ab4ac65e.entry.js +2 -0
  1600. package/dist/solutions-components/vendor/instant-apps-components/p-ab4ac65e.entry.js.map +1 -0
  1601. package/dist/solutions-components/vendor/instant-apps-components/p-ac95a4be.entry.js +2 -0
  1602. package/dist/solutions-components/vendor/instant-apps-components/p-ac95a4be.entry.js.map +1 -0
  1603. package/dist/solutions-components/vendor/instant-apps-components/p-ad99e197.js +2 -0
  1604. package/dist/solutions-components/vendor/instant-apps-components/p-ad99e197.js.map +1 -0
  1605. package/dist/solutions-components/vendor/instant-apps-components/p-b291a1e6.js +2 -0
  1606. package/dist/solutions-components/vendor/instant-apps-components/p-b291a1e6.js.map +1 -0
  1607. package/dist/solutions-components/vendor/instant-apps-components/p-b355f972.entry.js +2 -0
  1608. package/dist/solutions-components/vendor/instant-apps-components/p-b355f972.entry.js.map +1 -0
  1609. package/dist/solutions-components/vendor/instant-apps-components/p-b9eed273.entry.js +2 -0
  1610. package/dist/solutions-components/vendor/instant-apps-components/p-b9eed273.entry.js.map +1 -0
  1611. package/dist/solutions-components/vendor/instant-apps-components/p-c5932580.js +2 -0
  1612. package/dist/solutions-components/vendor/instant-apps-components/p-c5932580.js.map +1 -0
  1613. package/dist/solutions-components/vendor/instant-apps-components/p-c77b3b1b.js +2 -0
  1614. package/dist/solutions-components/vendor/instant-apps-components/p-c77b3b1b.js.map +1 -0
  1615. package/dist/solutions-components/vendor/instant-apps-components/p-cd7eea90.entry.js +2 -0
  1616. package/dist/solutions-components/vendor/instant-apps-components/p-cd7eea90.entry.js.map +1 -0
  1617. package/dist/solutions-components/vendor/instant-apps-components/p-cfc94a85.entry.js +2 -0
  1618. package/dist/solutions-components/vendor/instant-apps-components/p-cfc94a85.entry.js.map +1 -0
  1619. package/dist/solutions-components/vendor/instant-apps-components/p-cfd61911.entry.js +2 -0
  1620. package/dist/solutions-components/vendor/instant-apps-components/p-cfd61911.entry.js.map +1 -0
  1621. package/dist/solutions-components/vendor/instant-apps-components/p-e1255160.js +2 -0
  1622. package/dist/solutions-components/vendor/instant-apps-components/p-e1255160.js.map +1 -0
  1623. package/dist/solutions-components/vendor/instant-apps-components/p-ef8e7a97.entry.js +2 -0
  1624. package/dist/solutions-components/vendor/instant-apps-components/p-ef8e7a97.entry.js.map +1 -0
  1625. package/dist/solutions-components/vendor/instant-apps-components/p-eff6e0b8.js +2 -0
  1626. package/dist/solutions-components/vendor/instant-apps-components/p-eff6e0b8.js.map +1 -0
  1627. package/dist/solutions-components/vendor/instant-apps-components/p-f146c213.js +2 -0
  1628. package/dist/solutions-components/vendor/instant-apps-components/p-f146c213.js.map +1 -0
  1629. package/dist/solutions-components/vendor/instant-apps-components/p-f87a0961.entry.js +2 -0
  1630. package/dist/solutions-components/vendor/instant-apps-components/p-f87a0961.entry.js.map +1 -0
  1631. package/dist/solutions-components/vendor/instant-apps-components/p-fa2be703.entry.js +2 -0
  1632. package/dist/solutions-components/vendor/instant-apps-components/p-fa2be703.entry.js.map +1 -0
  1633. package/dist/solutions-components/vendor/instant-apps-components/p-fcbd42f5.entry.js +2 -0
  1634. package/dist/solutions-components/vendor/instant-apps-components/p-fcbd42f5.entry.js.map +1 -0
  1635. package/dist/solutions-components/vendor/instant-apps-components/p-fedaae5b.entry.js +2 -0
  1636. package/dist/solutions-components/vendor/instant-apps-components/p-fedaae5b.entry.js.map +1 -0
  1637. package/dist/solutions-components_commit.txt +6 -6
  1638. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +7 -1
  1639. package/dist/types/components/layer-table/layer-table.d.ts +1 -2
  1640. package/dist/types/components/map-card/map-card.d.ts +0 -1
  1641. package/dist/types/preact.d.ts +0 -102
  1642. package/dist/types/stencil-public-runtime.d.ts +0 -6
  1643. package/dist/types/utils/downloadUtils.d.ts +1 -1
  1644. package/package.json +8 -7
  1645. package/dist/cjs/breakpoints-7d21666f.js +0 -17
  1646. package/dist/cjs/downloadUtils-da9e19c6.js +0 -3223
  1647. package/dist/cjs/effects-3607d1ba.js +0 -83
  1648. package/dist/cjs/esri-loader-08dc41bd.js +0 -305
  1649. package/dist/cjs/helpers-8d452256.js +0 -867
  1650. package/dist/cjs/index-5d8d6ae2.js +0 -2157
  1651. package/dist/cjs/index-af14245a.js +0 -1828
  1652. package/dist/cjs/index-ffd12cb0.js +0 -201
  1653. package/dist/cjs/instant-apps-app-guide.cjs.entry.js +0 -121
  1654. package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +0 -590
  1655. package/dist/cjs/instant-apps-control-panel.cjs.entry.js +0 -98
  1656. package/dist/cjs/instant-apps-create.cjs.entry.js +0 -269
  1657. package/dist/cjs/instant-apps-export-views.cjs.entry.js +0 -727
  1658. package/dist/cjs/instant-apps-export.cjs.entry.js +0 -1952
  1659. package/dist/cjs/instant-apps-filter-list_2.cjs.entry.js +0 -1601
  1660. package/dist/cjs/instant-apps-header.cjs.entry.js +0 -130
  1661. package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +0 -1625
  1662. package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +0 -149
  1663. package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +0 -58
  1664. package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +0 -826
  1665. package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +0 -123
  1666. package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +0 -144
  1667. package/dist/cjs/instant-apps-landing-page.cjs.entry.js +0 -159
  1668. package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +0 -994
  1669. package/dist/cjs/instant-apps-language-translator.cjs.entry.js +0 -1118
  1670. package/dist/cjs/instant-apps-measurement-tool.cjs.entry.js +0 -140
  1671. package/dist/cjs/instant-apps-measurement.cjs.entry.js +0 -71
  1672. package/dist/cjs/instant-apps-popover.cjs.entry.js +0 -79
  1673. package/dist/cjs/instant-apps-popovers.cjs.entry.js +0 -93
  1674. package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +0 -479
  1675. package/dist/cjs/instant-apps-sign-in.cjs.entry.js +0 -160
  1676. package/dist/cjs/instant-apps-splash.cjs.entry.js +0 -142
  1677. package/dist/cjs/instant-apps-time-filter.cjs.entry.js +0 -381
  1678. package/dist/cjs/languageSwitcher-19a22439.js +0 -52
  1679. package/dist/cjs/languageUtil-a3e1eafd.js +0 -69
  1680. package/dist/cjs/loadModules-e9d8977c.js +0 -23
  1681. package/dist/cjs/locale-1c60be9c.js +0 -160
  1682. package/dist/cjs/locale-da41a06f.js +0 -943
  1683. package/dist/cjs/mode-3478ba36.js +0 -19
  1684. package/dist/cjs/popupUtils-69ad52f5.js +0 -121
  1685. package/dist/cjs/publicNotificationStore-beb782de.js +0 -47
  1686. package/dist/cjs/solution-store-3cf25b71.js +0 -1105
  1687. package/dist/cjs/styles-ef2b1e04.js +0 -13
  1688. package/dist/cjs/utils-3e512114.js +0 -153
  1689. package/dist/collection/utils/makeExternal.js +0 -58
  1690. package/dist/collection/utils/makeExternal.ts +0 -55
  1691. package/dist/components/breakpoints.js +0 -15
  1692. package/dist/components/effects.js +0 -81
  1693. package/dist/components/esri-loader.js +0 -303
  1694. package/dist/components/helpers.js +0 -837
  1695. package/dist/components/index3.js +0 -199
  1696. package/dist/components/instant-apps-app-guide.js +0 -140
  1697. package/dist/components/instant-apps-ckeditor-wrapper.js +0 -11
  1698. package/dist/components/instant-apps-ckeditor-wrapper2.js +0 -143
  1699. package/dist/components/instant-apps-control-panel.js +0 -114
  1700. package/dist/components/instant-apps-create.js +0 -295
  1701. package/dist/components/instant-apps-export-views.js +0 -763
  1702. package/dist/components/instant-apps-export.js +0 -2003
  1703. package/dist/components/instant-apps-filter-list.js +0 -11
  1704. package/dist/components/instant-apps-filter-list2.js +0 -1135
  1705. package/dist/components/instant-apps-header.js +0 -11
  1706. package/dist/components/instant-apps-header2.js +0 -162
  1707. package/dist/components/instant-apps-interactive-legend-classic.js +0 -11
  1708. package/dist/components/instant-apps-interactive-legend-classic2.js +0 -1686
  1709. package/dist/components/instant-apps-interactive-legend-count.js +0 -11
  1710. package/dist/components/instant-apps-interactive-legend-count2.js +0 -125
  1711. package/dist/components/instant-apps-interactive-legend-group-legend-element-caption.js +0 -80
  1712. package/dist/components/instant-apps-interactive-legend-group-legend-element.js +0 -11
  1713. package/dist/components/instant-apps-interactive-legend-group-legend-element2.js +0 -82
  1714. package/dist/components/instant-apps-interactive-legend-layer-element-caption.js +0 -11
  1715. package/dist/components/instant-apps-interactive-legend-layer-element-caption2.js +0 -78
  1716. package/dist/components/instant-apps-interactive-legend-layer-element.js +0 -11
  1717. package/dist/components/instant-apps-interactive-legend-layer-element2.js +0 -83
  1718. package/dist/components/instant-apps-interactive-legend-legend-element-caption.js +0 -11
  1719. package/dist/components/instant-apps-interactive-legend-legend-element-caption2.js +0 -163
  1720. package/dist/components/instant-apps-interactive-legend-legend-element.js +0 -11
  1721. package/dist/components/instant-apps-interactive-legend-legend-element2.js +0 -93
  1722. package/dist/components/instant-apps-interactive-legend-relationship.js +0 -11
  1723. package/dist/components/instant-apps-interactive-legend-relationship2.js +0 -581
  1724. package/dist/components/instant-apps-interactive-legend.js +0 -197
  1725. package/dist/components/instant-apps-keyboard-shortcuts.js +0 -158
  1726. package/dist/components/instant-apps-landing-page.js +0 -199
  1727. package/dist/components/instant-apps-language-switcher.js +0 -1039
  1728. package/dist/components/instant-apps-language-translator-item.js +0 -11
  1729. package/dist/components/instant-apps-language-translator-item2.js +0 -404
  1730. package/dist/components/instant-apps-language-translator-search.js +0 -11
  1731. package/dist/components/instant-apps-language-translator-search2.js +0 -114
  1732. package/dist/components/instant-apps-language-translator.js +0 -11
  1733. package/dist/components/instant-apps-language-translator2.js +0 -1200
  1734. package/dist/components/instant-apps-measurement-tool.js +0 -11
  1735. package/dist/components/instant-apps-measurement-tool2.js +0 -155
  1736. package/dist/components/instant-apps-measurement.js +0 -95
  1737. package/dist/components/instant-apps-popover.js +0 -106
  1738. package/dist/components/instant-apps-popovers.js +0 -116
  1739. package/dist/components/instant-apps-scoreboard.js +0 -511
  1740. package/dist/components/instant-apps-sign-in.js +0 -11
  1741. package/dist/components/instant-apps-sign-in2.js +0 -188
  1742. package/dist/components/instant-apps-social-share.js +0 -11
  1743. package/dist/components/instant-apps-social-share2.js +0 -560
  1744. package/dist/components/instant-apps-splash.js +0 -168
  1745. package/dist/components/instant-apps-time-filter.js +0 -404
  1746. package/dist/components/languageUtil.js +0 -66
  1747. package/dist/components/loadModules2.js +0 -21
  1748. package/dist/components/locale2.js +0 -938
  1749. package/dist/components/mode.js +0 -17
  1750. package/dist/components/store.js +0 -12
  1751. package/dist/components/styles.js +0 -11
  1752. package/dist/components/utils.js +0 -142
  1753. package/dist/esm/breakpoints-3afa0fd9.js +0 -15
  1754. package/dist/esm/downloadUtils-0b6677dc.js +0 -3217
  1755. package/dist/esm/effects-38bc1195.js +0 -81
  1756. package/dist/esm/esri-loader-c6842c6b.js +0 -303
  1757. package/dist/esm/helpers-15d5cd56.js +0 -841
  1758. package/dist/esm/index-c247b62b.js +0 -199
  1759. package/dist/esm/index-d88c3eb6.js +0 -2155
  1760. package/dist/esm/index-df5db8e9.js +0 -1795
  1761. package/dist/esm/instant-apps-app-guide.entry.js +0 -117
  1762. package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +0 -584
  1763. package/dist/esm/instant-apps-control-panel.entry.js +0 -94
  1764. package/dist/esm/instant-apps-create.entry.js +0 -265
  1765. package/dist/esm/instant-apps-export-views.entry.js +0 -723
  1766. package/dist/esm/instant-apps-export.entry.js +0 -1948
  1767. package/dist/esm/instant-apps-filter-list_2.entry.js +0 -1596
  1768. package/dist/esm/instant-apps-header.entry.js +0 -126
  1769. package/dist/esm/instant-apps-interactive-legend-classic.entry.js +0 -1621
  1770. package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +0 -144
  1771. package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +0 -54
  1772. package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +0 -818
  1773. package/dist/esm/instant-apps-interactive-legend.entry.js +0 -119
  1774. package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +0 -140
  1775. package/dist/esm/instant-apps-landing-page.entry.js +0 -155
  1776. package/dist/esm/instant-apps-language-switcher.entry.js +0 -990
  1777. package/dist/esm/instant-apps-language-translator.entry.js +0 -1114
  1778. package/dist/esm/instant-apps-measurement-tool.entry.js +0 -136
  1779. package/dist/esm/instant-apps-measurement.entry.js +0 -67
  1780. package/dist/esm/instant-apps-popover.entry.js +0 -75
  1781. package/dist/esm/instant-apps-popovers.entry.js +0 -89
  1782. package/dist/esm/instant-apps-scoreboard.entry.js +0 -475
  1783. package/dist/esm/instant-apps-sign-in.entry.js +0 -156
  1784. package/dist/esm/instant-apps-splash.entry.js +0 -138
  1785. package/dist/esm/instant-apps-time-filter.entry.js +0 -377
  1786. package/dist/esm/languageSwitcher-49bad3f4.js +0 -49
  1787. package/dist/esm/languageUtil-2b6e191a.js +0 -66
  1788. package/dist/esm/loadModules-947ccfd4.js +0 -21
  1789. package/dist/esm/locale-7874c756.js +0 -155
  1790. package/dist/esm/locale-e02b0e14.js +0 -938
  1791. package/dist/esm/mode-8c5f5dc9.js +0 -17
  1792. package/dist/esm/popupUtils-9233302d.js +0 -119
  1793. package/dist/esm/publicNotificationStore-9ec5e22a.js +0 -45
  1794. package/dist/esm/solution-store-4c39c654.js +0 -1103
  1795. package/dist/esm/styles-b3492d9f.js +0 -11
  1796. package/dist/esm/utils-6fe5b5fa.js +0 -142
  1797. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-app-guide/instant-apps-app-guide.css +0 -70
  1798. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +0 -3
  1799. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-create/instant-apps-create.css +0 -150
  1800. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +0 -96
  1801. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export-views/instant-apps-export-views.css +0 -92
  1802. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +0 -108
  1803. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +0 -180
  1804. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +0 -138
  1805. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +0 -27
  1806. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +0 -10
  1807. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +0 -65
  1808. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +0 -17
  1809. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +0 -68
  1810. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +0 -10
  1811. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +0 -81
  1812. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +0 -15
  1813. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +0 -12
  1814. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +0 -33
  1815. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +0 -253
  1816. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +0 -13
  1817. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +0 -3
  1818. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +0 -90
  1819. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +0 -34
  1820. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +0 -102
  1821. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +0 -6
  1822. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +0 -6
  1823. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +0 -58
  1824. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +0 -3
  1825. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +0 -200
  1826. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-sign-in/instant-apps-sign-in.css +0 -118
  1827. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +0 -286
  1828. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +0 -20
  1829. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-time-filter/instant-apps-time-filter.css +0 -42
  1830. package/dist/solutions-components/p-04674a1e.js +0 -6
  1831. package/dist/solutions-components/p-08ad0b7a.js +0 -6
  1832. package/dist/solutions-components/p-0a24ad5f.js +0 -6
  1833. package/dist/solutions-components/p-0efb117f.entry.js +0 -6
  1834. package/dist/solutions-components/p-174fa218.js +0 -6
  1835. package/dist/solutions-components/p-1e1dfef6.js +0 -6
  1836. package/dist/solutions-components/p-281cc2b2.entry.js +0 -6
  1837. package/dist/solutions-components/p-2884ca49.js +0 -6
  1838. package/dist/solutions-components/p-2bc98cb0.js +0 -30
  1839. package/dist/solutions-components/p-38814554.entry.js +0 -6
  1840. package/dist/solutions-components/p-3a7bde22.entry.js +0 -6
  1841. package/dist/solutions-components/p-3ce5c7fd.entry.js +0 -6
  1842. package/dist/solutions-components/p-404cbf48.js +0 -36
  1843. package/dist/solutions-components/p-4084e2d1.js +0 -488
  1844. package/dist/solutions-components/p-41a3b49a.entry.js +0 -6
  1845. package/dist/solutions-components/p-4294c7e6.entry.js +0 -6
  1846. package/dist/solutions-components/p-443168f0.entry.js +0 -6
  1847. package/dist/solutions-components/p-447e7d3f.entry.js +0 -6
  1848. package/dist/solutions-components/p-477dbafa.entry.js +0 -6
  1849. package/dist/solutions-components/p-47f13430.entry.js +0 -6
  1850. package/dist/solutions-components/p-48ff9d90.entry.js +0 -6
  1851. package/dist/solutions-components/p-4ced7b11.entry.js +0 -6
  1852. package/dist/solutions-components/p-4d5dd39e.entry.js +0 -6
  1853. package/dist/solutions-components/p-4e7514a3.entry.js +0 -6
  1854. package/dist/solutions-components/p-4f7fb338.entry.js +0 -6
  1855. package/dist/solutions-components/p-505a2880.entry.js +0 -6
  1856. package/dist/solutions-components/p-552fb1c0.entry.js +0 -6
  1857. package/dist/solutions-components/p-5786b9da.entry.js +0 -6
  1858. package/dist/solutions-components/p-64a6162f.entry.js +0 -6
  1859. package/dist/solutions-components/p-65105504.entry.js +0 -6
  1860. package/dist/solutions-components/p-70fbbe26.entry.js +0 -11
  1861. package/dist/solutions-components/p-7b9f3c85.entry.js +0 -21
  1862. package/dist/solutions-components/p-84bb6925.js +0 -6
  1863. package/dist/solutions-components/p-8717729a.js +0 -6
  1864. package/dist/solutions-components/p-87ae2979.entry.js +0 -6
  1865. package/dist/solutions-components/p-896b6028.entry.js +0 -6
  1866. package/dist/solutions-components/p-89fbc318.js +0 -6
  1867. package/dist/solutions-components/p-8a010f9e.entry.js +0 -6
  1868. package/dist/solutions-components/p-8dd677dd.entry.js +0 -6
  1869. package/dist/solutions-components/p-8ef447cc.entry.js +0 -6
  1870. package/dist/solutions-components/p-922e704c.entry.js +0 -6
  1871. package/dist/solutions-components/p-9777c01f.entry.js +0 -6
  1872. package/dist/solutions-components/p-9927342d.entry.js +0 -6
  1873. package/dist/solutions-components/p-a277d08c.entry.js +0 -6
  1874. package/dist/solutions-components/p-a42ff7fe.js +0 -6
  1875. package/dist/solutions-components/p-a961421c.entry.js +0 -6
  1876. package/dist/solutions-components/p-a9a72626.js +0 -6
  1877. package/dist/solutions-components/p-aad84d69.entry.js +0 -6
  1878. package/dist/solutions-components/p-ac122d9e.js +0 -6
  1879. package/dist/solutions-components/p-b394f504.entry.js +0 -6
  1880. package/dist/solutions-components/p-ba4e219a.entry.js +0 -6
  1881. package/dist/solutions-components/p-c6c697e5.entry.js +0 -6
  1882. package/dist/solutions-components/p-d324196d.entry.js +0 -6
  1883. package/dist/solutions-components/p-da1e098c.js +0 -129
  1884. package/dist/solutions-components/p-e086ad1d.entry.js +0 -6
  1885. package/dist/solutions-components/p-e6859850.js +0 -21
  1886. package/dist/solutions-components/p-e806feda.entry.js +0 -6
  1887. package/dist/solutions-components/p-e996c38f.js +0 -7
  1888. package/dist/solutions-components/p-ee8fa795.entry.js +0 -6
  1889. package/dist/solutions-components/p-f165921f.entry.js +0 -6
  1890. package/dist/solutions-components/p-f3003b3a.js +0 -21
  1891. package/dist/solutions-components/p-f75786a8.entry.js +0 -6
  1892. package/dist/solutions-components/p-f956c598.entry.js +0 -6
  1893. package/dist/solutions-components/p-fa663804.entry.js +0 -6
  1894. package/dist/solutions-components/p-fd106abf.entry.js +0 -21
  1895. package/dist/solutions-components/p-ff317687.entry.js +0 -6
  1896. package/dist/solutions-components/utils/makeExternal.ts +0 -55
  1897. package/dist/types/utils/makeExternal.d.ts +0 -24
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import{r as t,c as a,h as n,H as s,g as e,F as i}from"./p-e996c38f.js";import{d as r,e as o,f as l,s as c,h as p,E as u,l as g,j as d,c as h}from"./p-1e1dfef6.js";import"./p-2884ca49.js";import"./p-08ad0b7a.js";import"./p-0a24ad5f.js";import"./p-d4056c1c.js";import"./p-ac122d9e.js";import"./p-8717729a.js";const m="instant-apps-components__ckeditor-wrapper",v=class{constructor(n){t(this,n),this.isFocused=a(this,"isFocused",7),this.dataChanged=a(this,"dataChanged",7),this.value=void 0,this.editorInstance=void 0,this.config=void 0}updateValue(){this.value&&this.editorInstance.setData(this.value)}async componentDidLoad(){this.init()}componentDidUpdate(){this.editorInstance.setData(this.value)}render(){return n(s,{key:"26f62d5413e21916b77253476cf48f69682861d5"},n("div",{key:"45a9d7b859a21e49c81afdaa3bdd5074f1428cd5"}))}init(){this.applyStyles(),this.initEditor()}applyStyles(){if(document.getElementById(m))return;const t=document.createElement("style");t.id=m,t.innerHTML="\n .ck.ck-reset.ck-editor.ck-rounded-corners {\n margin-top: 10px !important;\n margin-left: 55px !important;\n }\n .ck-editor__editable {\n height: 70px !important;\n font-size: 0.875rem !important;\n line-height: \t1.375 !important;\n color: var(--calcite-color-text-1) !important;\n }\n\n .ck.ck-editor__editable_inline>:first-child,\n .ck.ck-editor__editable_inline>:last-child {\n --ck-spacing-large: 0.5rem !important;\n }\n\n .ck.ck-balloon-panel.ck-powered-by-balloon {\n --ck-z-modal: 700;\n z-index: 700;\n }\n\n .calcite-mode-dark .ck-editor__editable {\n color: var(--calcite-color-text-inverse) !important;\n }\n",document.head.prepend(t)}async initEditor(){const t=await this.createEditor();t&&(this.editorInstance=t,(this.value||""===this.value)&&t.setData(this.value),t.editing.view.document.on("change:isFocused",this.getEditorFocusedCallback(t)))}async createEditor(){try{let t;return t=this.config?await ClassicEditor.create(this.el,this.config):await ClassicEditor.create(this.el),this.editorInstance=t,Promise.resolve(t)}catch(t){return console.error(t),Promise.reject(null)}}getEditorFocusedCallback(t){return(a,n,s)=>{if(s)this.isFocused.emit();else{const a=t.getData();this.value!==a&&(this.value=a,this.dataChanged.emit(a))}}}get el(){return e(this)}static get watchers(){return{value:["updateValue"]}}};v.style=":host{display:block}";const _="instant-apps-language-translator-item",f={section:`${_}__section`,selected:`${_}__section--selected`,collapsed:`${_}__section--collapsed`,topRow:`${_}__top-row`,labelContainer:`${_}__label-container`,label:`${_}__label`,uiLocationPopoverContent:`${_}__ui-location-popover-content`,uiLocationItems:`${_}__ui-location-items`,uiLocationItem:`${_}__ui-location-item`,infoIcon:`${_}__info-icon`,infoButton:`${_}__info-button`,tip:`${_}__tip`,nestedInput:`${_}__nested-input`},b=class{constructor(n){t(this,n),this.translatorItemDataUpdated=a(this,"translatorItemDataUpdated",7),this.userInputs={},this.translatedInputs={},this.fieldName=void 0,this.translatedLanguageLabels=void 0,this.setting=void 0,this.userLocaleInputOnChangeCallback=void 0,this.translatedLocaleInputOnChangeCallback=void 0}get isTextEditor(){return this.setting.type===r.TextEditor}get calciteMode(){return o()?l.Dark:l.Light}get hasNestedContent(){var t;return!!(null===(t=this.setting)||void 0===t?void 0:t.content)}get tipID(){return`${this.fieldName}goTo`}componentDidLoad(){this.isTextEditor&&c.onChange("uiData",(()=>this.handleEditorCollapse()))}render(){var t;return"content"in this.setting&&(null===(t=this.setting.content)||void 0===t?void 0:t.every((t=>{var a;return 0===(null===(a=null==t?void 0:t.content)||void 0===a?void 0:a.length)})))?n(i,null):n(s,{class:this.calciteMode},this.renderBase(),this.renderPopover())}renderBase(){return n("div",{class:_},this.renderUserLocaleSection(),this.renderTranslatedLanguageSection())}renderPopover(){const t=this.getTip();return n("calcite-popover",{referenceElement:this.tipID,label:"","auto-close":"true",placement:"trailing",closable:!0},n("span",{class:f.uiLocationPopoverContent},n("span",{class:f.uiLocationItems},this.getUILocation()),t?n("span",{class:f.tip},t):null))}renderUserLocaleSection(){const t=this.getUIDataItem(),a=null==t?void 0:t.userLocaleData,s=null==a?void 0:a.value,e=this.setting.id;return n("div",{class:`${f.section}${(null==t?void 0:t.selected)?` ${f.selected}`:""}`},this.renderItemHeader(p.User,null==a?void 0:a.label,e),this.handleInputRender(p.User,s,e))}renderTranslatedLanguageSection(){var t,a;const s=this.getUIDataItem(),e=this.setting.id,i=c.get("currentLanguage"),r=c.get("portalItemResourceT9n"),o=null===(t=this.translatedLanguageLabels)||void 0===t?void 0:t[this.fieldName],l=null===(a=null==r?void 0:r[i])||void 0===a?void 0:a[e];return n("div",{class:`${f.section}${(null==s?void 0:s.selected)?` ${f.selected}`:""}`},this.renderItemHeader(p.Translation,o,e),this.handleInputRender(p.Translation,l,e))}handleInputRender(t,a,n){const s=this.getUIDataItem();return(null==s?void 0:s.expanded)?this.hasNestedContent?this.renderNestedInputs(t):this.renderInput(t,a,n):null}renderNestedInputs(t,a){const n=null!=a?a:this.setting,{content:s}=n;return null==s?void 0:s.map((a=>a.hasOwnProperty("content")?this.renderNestedInputs(t,a):this.renderNestedInput(t,a)))}renderNestedInput(t,a){var s;const e=c.get("currentLanguage"),i=c.get("portalItemResourceT9n"),r=null==a?void 0:a.id,o=null==i?void 0:i[e],l=null==o?void 0:o[r],{label:u,value:g,id:d}=a,h=t===p.Translation?null===(s=this.translatedLanguageLabels)||void 0===s?void 0:s[d]:u,m=t===p.User?g:l;return n("div",{class:f.nestedInput},this.renderItemHeader(t,h,r,a),this.renderInput(t,m,r,a))}renderItemHeader(t,a,s,e){const i=!this.hasNestedContent||!!e;return n("div",{class:f.topRow},this.renderItemHeaderLabel(t,a,e),i?this.renderCopyButton(t,s):null)}renderItemHeaderLabel(t,a,s){const e=t===p.User&&!s;return n("div",{class:f.labelContainer},s?null:this.renderExpandCollapseButton(),n("calcite-icon",{icon:this.getIcon(s),scale:"s"}),n("span",{class:f.label},a),e?this.renderInfoButton():null)}renderExpandCollapseButton(){const t=this.getUIDataItem(),a=(null==t?void 0:t.expanded)?u.Expanded:u.Collapsed;return n("calcite-action",{onClick:this.handleExpand.bind(this,t),icon:a,scale:"s",appearance:"transparent",text:""})}renderInfoButton(){return n("button",{id:this.tipID,class:f.infoButton},n("calcite-icon",{class:f.infoIcon,icon:u.Popover,scale:"s"}))}renderCopyButton(t,a){return n("calcite-action",{class:this.calciteMode,onClick:this.copySelection.bind(this,t,a),slot:"action",icon:u.Copy,appearance:"transparent",text:""})}renderInput(t,a,n,s){const e=null!=s?s:this.setting;return"string"===e.type||"textarea"===e.type?t===p.User?this.renderUserLocaleInput(a,n):this.renderTranslatedLanguageInput(a,n):this.renderTextEditor(a,t,n)}renderUserLocaleInput(t,a){return n("calcite-input",{ref:t=>this.userInputs[a]=t,key:a,id:a,class:l.Light,"data-field-name":this.fieldName,value:t,onFocus:this.handleSelection,onCalciteInputChange:this.handleUserInputChange.bind(this)})}renderTranslatedLanguageInput(t,a){return n("calcite-input",{ref:t=>this.translatedInputs[a]=t,key:a,id:a,class:l.Light,"data-field-name":this.fieldName,value:t,onFocus:this.handleSelection,onCalciteInputChange:this.handleTranslatedInputChange.bind(this)})}renderTextEditor(t,a,s){return n("instant-apps-ckeditor-wrapper",{id:s,ref:this.setEditor.bind(this,a),onDataChanged:this.handleTextEditorDataChange.bind(this,a),onIsFocused:this.handleSelection,value:null!=t?t:"","data-field-name":this.fieldName,config:{toolbar:[]}})}getUIDataItem(){if(g.uiData)return g.uiData.get(this.fieldName)}updateT9nStore(t,a){const n=c.get("currentLanguage"),s=d(n,{[t]:a});c.set("portalItemResourceT9n",s)}handleExpand(){const t=this.getUIDataItem();t.expanded=!t.expanded;const a=new Map(g.uiData);a.set(this.fieldName,t),c.set("uiData",a)}handleEditorCollapse(){var t,a;const n=c.get("uiData"),s=null==n?void 0:n.get(this.fieldName);if(!(null==s?void 0:s.expanded)&&(null===(t=this.userEditorWrapper)||void 0===t?void 0:t.editorInstance)&&(null===(a=this.translatedEditorWrapper)||void 0===a?void 0:a.editorInstance)){const{userEditorWrapper:t,translatedEditorWrapper:a}=this,n=t.editorInstance.getData();t.value=n;const s=a.editorInstance.getData();a.value=s,t.editorInstance.destroy(),a.editorInstance.destroy()}}handleSelection(t){const a=new Map(g.uiData),n=h();n.forEach((t=>{(null==a?void 0:a.get(t)).selected=!1})),n.forEach((n=>{const s=null==t?void 0:t.target;n===(null==s?void 0:s.getAttribute("data-field-name"))&&((null==a?void 0:a.get(n)).selected=!0)})),c.set("uiData",a)}getUILocation(){const t=this.getUIDataItem(),{uiLocation:a,userLocaleData:s}=t,{section:e,subsection:i}=a,r=[e.label,i.label,s.label].filter((t=>!!t));return r.map(((t,a)=>n("span",{class:f.uiLocationItem},n("span",null,t),a!==r.length-1?n("calcite-icon",{icon:"chevron-right",scale:"s"}):null)))}getTip(){const t=this.getUIDataItem(),{tip:a}=t;return a}copySelection(t,a){this.setting.type===r.TextEditor?this.copyTextEditorContent(t):this.copyCalciteInputContent(a,t)}copyTextEditorContent(t){var a,n;const s=t===p.User?null===(a=this.userEditorWrapper)||void 0===a?void 0:a.editorInstance:null===(n=this.translatedEditorWrapper)||void 0===n?void 0:n.editorInstance;setTimeout((()=>{this.selectContent(s),setTimeout((()=>this.selectContent(s)),50)}),50),this.copyContent(s)}selectContent(t){t.editing.view.focus();const{model:a}=t,n=a.createRangeIn(a.document.getRoot());a.change((t=>t.setSelection(n)))}copyContent(t){const a=t.getData(),n=document.createElement("div");n.contentEditable="true",n.innerHTML=a,document.body.appendChild(n);const s=document.createRange();s.selectNodeContents(n);const e=window.getSelection();null==e||e.removeAllRanges(),null==e||e.addRange(s),document.execCommand("copy"),document.body.removeChild(n)}copyCalciteInputContent(t,a){const n=a===p.User?this.userInputs[t]:this.translatedInputs[t];n&&(n.selectText(),navigator.clipboard.writeText(n.value))}setEditor(t,a){t===p.User?this.userEditorWrapper=a:this.translatedEditorWrapper=a}async handleUserInputChange(t){c.set("saving",!0);try{const a=t.target,n=a.id,s=a.value;this.getUIDataItem().userLocaleData.value=s,await this.userLocaleInputOnChangeCallback(n,s),c.set("saving",!1)}catch(t){c.set("saving",!1)}}async handleUserTextEditorChange(t){c.set("saving",!0);try{const a=t.detail,n=t.target.id;this.getUIDataItem().userLocaleData.value=a,await this.userLocaleInputOnChangeCallback(n,a),c.set("saving",!1)}catch(t){c.set("saving",!1)}}async handleTranslatedInputChange(t){c.set("saving",!0);try{const a=t.composedPath()[0],n=a.id;this.updateT9nStore(n,a.value);const{locale:s,resource:e}=this.getTranslatedLocaleCallbackData(),i=t.target.value;await this.translatedLocaleInputOnChangeCallback(n,i,s,e),setTimeout((()=>c.set("saving",!1)),1500),this.translatorItemDataUpdated.emit()}catch(t){console.error("Error writing to portal item resource: ",t),c.set("saving",!1)}}async handleTranslatedTextEditorChange(t){c.set("saving",!0);try{const a=t.target.id;this.updateT9nStore(a,t.detail);const{locale:n,resource:s}=this.getTranslatedLocaleCallbackData(),e=t.detail;await this.translatedLocaleInputOnChangeCallback(a,e,n,s),setTimeout((()=>c.set("saving",!1)),1500),this.translatorItemDataUpdated.emit()}catch(t){console.error("Error writing to portal item resource: ",t),c.set("saving",!1)}}handleTextEditorDataChange(t,a){t===p.User?this.handleUserTextEditorChange(a):this.handleTranslatedTextEditorChange(a)}getTranslatedLocaleCallbackData(){return{locale:c.get("currentLanguage"),resource:c.get("portalItemResource")}}getIcon(t){switch((null!=t?t:this.setting).stringType){case"title":return u.Title;case"subtitle":return u.Subtitle;case"text":return u.Text;case"button":return u.Button;case"string":return u.String;default:return u.SettingIndicator}}};b.style=".sc-instant-apps-language-translator-item-h{display:block}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item.sc-instant-apps-language-translator-item{display:flex}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section.sc-instant-apps-language-translator-item{padding:10px;border-bottom:1px solid var(--calcite-color-border-1);background-color:var(--calcite-color-foreground-2);width:49%}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section.sc-instant-apps-language-translator-item .instant-apps-language-translator-item__top-row.sc-instant-apps-language-translator-item{display:flex;align-items:center;justify-content:space-between}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section.sc-instant-apps-language-translator-item .instant-apps-language-translator-item__label-container.sc-instant-apps-language-translator-item{display:flex;align-items:center}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section.sc-instant-apps-language-translator-item .instant-apps-language-translator-item__label.sc-instant-apps-language-translator-item{display:inline-block;margin-left:10px;font-size:14px;font-weight:var(--calcite-font-weight-medium)}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section.sc-instant-apps-language-translator-item calcite-input.sc-instant-apps-language-translator-item{margin-top:10px;margin-left:55px}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section--last-item.sc-instant-apps-language-translator-item{border-bottom:none}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section--selected.sc-instant-apps-language-translator-item{background-color:#f1faff}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section.sc-instant-apps-language-translator-item:first-child{margin-right:1%}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__ui-location-popover-content.sc-instant-apps-language-translator-item{display:inline-block;padding:10px;max-width:400px}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__ui-location-items.sc-instant-apps-language-translator-item{display:flex}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__ui-location-item.sc-instant-apps-language-translator-item{display:flex;align-items:center;font-weight:var(--calcite-font-weight-medium);font-size:14px}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__tip.sc-instant-apps-language-translator-item{display:inline-block;font-size:14px;line-height:22px}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__info-icon.sc-instant-apps-language-translator-item{color:var(--calcite-color-brand)}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__info-button.sc-instant-apps-language-translator-item{border:0;background-color:transparent;cursor:pointer}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__nested-input.sc-instant-apps-language-translator-item{margin-left:60px;margin-top:8px}.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__nested-input.sc-instant-apps-language-translator-item calcite-input.sc-instant-apps-language-translator-item{margin-left:30px}.calcite-mode-dark.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section--selected.sc-instant-apps-language-translator-item{background-color:#f1faff;background-color:var(--calcite-color-brand);color:var(--calcite-color-text-inverse)}.calcite-mode-dark.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section--selected.sc-instant-apps-language-translator-item calcite-action.sc-instant-apps-language-translator-item{--calcite-ui-icon-color:var(--calcite-color-text-inverse)}.calcite-mode-dark.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section--selected.sc-instant-apps-language-translator-item calcite-icon.sc-instant-apps-language-translator-item{color:var(--calcite-color-text-inverse)}.instant-apps-language-translator--last-item.sc-instant-apps-language-translator-item-h .instant-apps-language-translator-item__section.sc-instant-apps-language-translator-item{border-bottom:none}";const x="instant-apps-language-translator-search",k={base:x,input:`${x}__input`,suggestionList:`${x}__suggestion-list`,suggestionListItem:`${x}__suggestion-list-item`},y=class{constructor(n){t(this,n),this.suggestionSelected=a(this,"suggestionSelected",7),this.t9nPlaceholder=void 0,this.results=[]}render(){return n(s,{key:"80febf289e2bbfcf09636c84b5a5a83e80f377c0"},this.renderSearchInput(),this.renderSuggestions())}renderSearchInput(){return n("calcite-input",{ref:t=>this.searchInput=t,class:k.input,onCalciteInputInput:this.handleSearch.bind(this),type:"search",placeholder:this.t9nPlaceholder,icon:"search"})}renderSuggestions(){return this.results.length>0?this.renderSuggestionList():null}renderSuggestionList(){return n("ul",{class:k.suggestionList},this.results.map((t=>this.renderSuggestionListItem(t))))}renderSuggestionListItem(t){return n("li",{onClick:this.selectSuggestion.bind(this),class:k.suggestionListItem,"data-field-name":t.fieldName},t.userLocaleData.label)}handleSearch(t){var a,n;const s=null===(n=null===(a=t.target.value)||void 0===a?void 0:a.toLowerCase())||void 0===n?void 0:n.trim(),e=c.get("uiData"),i=h(),r=c.get("portalItemResourceT9n"),o=c.get("currentLanguage"),l=r[o],p=this.getSettingDataItems(i).filter(this.matchedResultsCallback(e,l,s,o));this.results=[...p.map((t=>Object.assign({fieldName:t},e.get(t))))]}matchedResultsCallback(t,a,n,s){return e=>{var i;const r=t.get(e),{label:o}=r.userLocaleData,{value:l}=r.userLocaleData,c=t.get("translatedLanguageLabels"),p=null===(i=null==c?void 0:c[s])||void 0===i?void 0:i[e],u=null==a?void 0:a[e],g=this.testUserInput(o,n),d=this.testUserInput(l,n),h=this.testUserInput(p,n),m=this.testUserInput(u,n);return g||d||h||m}}getSettingDataItems(t){return t.filter((t=>"locales"!==t&&"translatedLanguageLabels"!==t))}testUserInput(t,a){var n;return!!(null==t?void 0:t.trim())&&!!(null==a?void 0:a.trim())&&-1!==(null===(n=null==t?void 0:t.toLowerCase())||void 0===n?void 0:n.search(a))}selectSuggestion(t){const a=t.target.getAttribute("data-field-name");this.suggestionSelected.emit(a),this.resetSearchInput()}resetSearchInput(){this.searchInput.value="",this.results=[]}};y.style=".sc-instant-apps-language-translator-search-h{display:block;position:relative}.sc-instant-apps-language-translator-search-h .instant-apps-language-translator-search__input.sc-instant-apps-language-translator-search{width:235.5px}.sc-instant-apps-language-translator-search-h .instant-apps-language-translator-search__suggestion-list.sc-instant-apps-language-translator-search{position:absolute;margin:0;padding:0;width:100%;max-height:30vh;overflow:auto;border-left:none;background-color:var(--calcite-color-foreground-1);border:1px solid #c0c0c0;z-index:702}.sc-instant-apps-language-translator-search-h .instant-apps-language-translator-search__suggestion-list-item.sc-instant-apps-language-translator-search:first-child{border:none}.sc-instant-apps-language-translator-search-h .instant-apps-language-translator-search__suggestion-list-item.sc-instant-apps-language-translator-search{margin-top:0;padding:0.8em 1em;border-top:solid 1px rgba(110, 110, 110, 0.3);display:flex;flex-direction:column;cursor:pointer;word-break:break-word}.sc-instant-apps-language-translator-search-h .instant-apps-language-translator-search__suggestion-list-item.sc-instant-apps-language-translator-search:hover{background-color:var(--calcite-color-foreground-2)}";export{v as instant_apps_ckeditor_wrapper,b as instant_apps_language_translator_item,y as instant_apps_language_translator_search}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import{r as n,c as t,h as a,g as i,H as e}from"./p-e996c38f.js";import{g as s}from"./p-a42ff7fe.js";var p;!function(n){n.TopLeft="top-left",n.TopCenter="top-center",n.TopRight="top-right",n.CenterLeft="center-left",n.Center="center",n.CenterRight="center-right",n.BottomLeft="bottom-left",n.BottomCenter="bottom-center",n.BottomRight="bottom-right"}(p||(p={}));const g={s:" instant-apps-landing-page__icon-image-scale--s",m:" instant-apps-landing-page__icon-image-scale--m",l:" instant-apps-landing-page__icon-image-scale--l"},l=class{constructor(a){n(this,a),this.landingPageOpen=t(this,"landingPageOpen",7),this.landingPageClose=t(this,"landingPageClose",7),this.titleText=void 0,this.subtitleText=void 0,this.descriptionText=void 0,this.entryButtonText=void 0,this.iconImage=void 0,this.iconImageScale="m",this.iconImageAltText=void 0,this.alignment=p.Center,this.disableTransition=!0,this.backgroundImageSrc=void 0,this.open=!0,this.entryButtonScale="l",this.fontFamily="var(--calcite-sans-family);",this.enableSignIn=void 0,this.portal=void 0,this.oauthappid=void 0}emitToggleEvent(){this.open?this.landingPageOpen.emit():this.landingPageClose.emit()}async componentWillRender(){await this.checkEnableSignIn()}render(){const n=this.renderLandingPageContent();return a(e,{key:"ea71727939f905d2f22bf8e45cd4a4cefe9557ae"},n)}renderLandingPageContent(){const n=this.open?"":this.disableTransition?" instant-apps-landing-page--closed-no-transition":" instant-apps-landing-page--closed",t=this.getAlignmentClass(),i=this.disableTransition?" instant-apps-landing-page__remove-transition":"",e=this.getContentStyle();return a("div",{style:e,class:`instant-apps-landing-page${t}${n}${i}`},a("div",{class:"instant-apps-landing-page__content-container"},this.renderIconImage(),this.renderTitleText(),this.renderSubtitleText(),this.renderDescriptionText()),this.renderEntryButtonContainer())}renderEntryButtonContainer(){return this.enableSignIn?this.renderLandingPageSignIn():a("div",{class:"instant-apps-landing-page__button-container"},this.renderEntryButton(),a("slot",{name:"secondary-action"}))}renderLandingPageSignIn(){return a("instant-apps-sign-in",{type:"landingPage",landingPage:!0,portal:this.portal,oauthappid:this.oauthappid,titleText:this.titleText,subtitleText:this.subtitleText,descriptionText:this.descriptionText,closeLandingPage:this.closeLandingPage.bind(this)})}renderIconImage(){return this.iconImage?a("img",{class:`instant-apps-landing-page__icon-image${this.getIconImageScale()}`,src:this.iconImage,alt:this.iconImageAltText}):null}renderTitleText(){return a("h1",{class:"instant-apps-landing-page__title-text"},this.titleText)}renderSubtitleText(){return a("span",{class:"instant-apps-landing-page__subtitle-text"},this.subtitleText)}renderDescriptionText(){return a("p",{class:"instant-apps-landing-page__description-text"},this.descriptionText)}renderEntryButton(){return a("calcite-button",{class:"instant-apps-landing-page__entry-button",onClick:this.closeLandingPage.bind(this),scale:this.entryButtonScale,appearance:"outline-fill"},this.entryButtonText?this.entryButtonText:"Enter")}closeLandingPage(){this.open=!1}getAlignmentClass(){return` instant-apps-landing-page__alignment--${this.alignment}`}getIconImageScale(){const{iconImageScale:n}=this,{s:t,m:a,l:i}=g;return"l"===n?i:"s"===n?t:a}getContentStyle(){const n=s(this.fontFamily);return this.backgroundImageSrc?{fontFamily:n,backgroundSize:"cover",backgroundImage:`url("${this.backgroundImageSrc}")`,backgroundRepeat:"no-repeat",backgroundPosition:"center"}:{fontFamily:n}}checkEnableSignIn(){return new Promise((n=>{if(this.enableSignIn){const n=localStorage.getItem("signing-in")?Number(localStorage.getItem("signing-in")):null;if(null!=n){const t=2;(Date.now()-n)/6e4<t&&(this.open=!1),localStorage.removeItem("signing-in")}}n()}))}get el(){return i(this)}static get watchers(){return{open:["emitToggleEvent"]}}};l.style=":host{--instant-apps-landing-page-background-color:var(--calcite-color-brand);--instant-apps-landing-page-text-color:var(--calcite-color-text-inverse);--instant-apps-landing-page-entry-button-color:var(--calcite-color-brand);--instant-apps-landing-page-title-text-font-size:var(--calcite-font-size-6);--instant-apps-landing-page-subtitle-text-font-size:var(--calcite-font-size-3);--instant-apps-landing-page-description-text-font-size:var(--calcite-font-size-0);--instant-apps-landing-page-icon-image-scale--s:100px;--instant-apps-landing-page-icon-image-scale--m:250px;--instant-apps-landing-page-icon-image-scale--l:500px;--instant-apps-landing-page-entry-button-margin:0}:host .instant-apps-landing-page{box-sizing:border-box;position:absolute;top:0;left:0;z-index:9000;display:flex;flex-direction:column;width:100%;height:100%;padding:2.5%;transition:top 0.5s ease-in-out;background-color:var(--instant-apps-landing-page-background-color);color:var(--instant-apps-landing-page-text-color)}:host .instant-apps-landing-page__title-text{color:var(--instant-apps-landing-page-text-color);font-size:var(--instant-apps-landing-page-title-text-font-size);margin:0}:host .instant-apps-landing-page__subtitle-text{font-weight:var(--calcite-font-weight-medium);font-size:var(--instant-apps-landing-page-subtitle-text-font-size)}:host .instant-apps-landing-page__description-text{font-size:var(--instant-apps-landing-page-description-text-font-size);width:50%;min-width:250px}:host .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__subtitle-text{text-shadow:0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)}:host .instant-apps-landing-page__icon-image{margin-bottom:5px;max-width:50%}:host .instant-apps-landing-page__icon-image-scale--s{width:100px}:host .instant-apps-landing-page__icon-image-scale--m{width:250px}:host .instant-apps-landing-page__icon-image-scale--l{width:500px}:host .instant-apps-landing-page__button-container{display:flex}:host .instant-apps-landing-page__button-container .instant-apps-landing-page__entry-button{margin:var(--instant-apps-landing-page-entry-button-margin)}:host .instant-apps-landing-page__entry-button{--calcite-color-brand:var(--instant-apps-landing-page-entry-button-color);--calcite-color-brand-hover:var(--instant-apps-landing-page-entry-button-color);--calcite-color-brand-press:var(--instant-apps-landing-page-entry-button-color)}:host .instant-apps-landing-page__remove-transition{transition:none}:host .instant-apps-landing-page__remove-padding{padding:0}:host .instant-apps-landing-page--closed-no-transition{display:none}:host .instant-apps-landing-page--closed{top:-100%}:host .instant-apps-landing-page__alignment--top-center{justify-content:flex-start;align-items:center}:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center;justify-content:center}:host .instant-apps-landing-page__alignment--center{justify-content:center;align-items:center}:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center}:host .instant-apps-landing-page__alignment--bottom-center{justify-content:flex-end;align-items:center}:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center}:host .instant-apps-landing-page__alignment--top-left{justify-content:flex-start;align-items:flex-start}:host .instant-apps-landing-page__alignment--center-left{justify-content:center;align-items:flex-start}:host .instant-apps-landing-page__alignment--bottom-left{justify-content:flex-end;align-items:flex-start}:host .instant-apps-landing-page__alignment--top-right{justify-content:flex-start;align-items:flex-end}:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:flex-end}:host .instant-apps-landing-page__alignment--center-right{justify-content:center;align-items:flex-end}:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:flex-end}:host .instant-apps-landing-page__alignment--bottom-right{justify-content:flex-end;align-items:flex-end}:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:flex-end}:host .instant-apps-landing-page__alignment--top-left .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--top-left .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--top-left .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:left}:host .instant-apps-landing-page__alignment--center-left .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--center-left .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--center-left .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:left}:host .instant-apps-landing-page__alignment--bottom-left .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--bottom-left .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--bottom-left .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:left}:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:center}:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:center}:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:center}:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:right}:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:right}:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:right}:host instant-apps-sign-in{width:50%}@media screen and (max-width: 500px){:host instant-apps-sign-in{width:100%}}@media only screen and (max-width: 768px){:host .instant-apps-landing-page__icon-image{max-width:70%;margin-bottom:20px}:host .instant-apps-landing-page__description-text{width:80%}:host .instant-apps-landing-page__title-text{font-size:var(--calcite-font-size-3)}:host .instant-apps-landing-page__subtitle-text{font-size:var(--calcite-font-size-0)}:host .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center;margin-top:auto}:host .instant-apps-landing-page__button-container{display:flex;flex-direction:column;width:100%;margin-top:auto}:host .instant-apps-landing-page__button-container .instant-apps-landing-page__entry-button{width:100%;margin-right:unset;margin-bottom:10px}:host .instant-apps-landing-page instant-apps-sign-in{margin-bottom:auto}}@media only screen and (max-width: 896px) and (orientation: landscape){:host .instant-apps-landing-page__icon-image{max-width:25%}}";export{l as instant_apps_landing_page}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import{r as t,h as i,H as e,g as n}from"./p-e996c38f.js";import{c as l}from"./p-8717729a.js";import{l as o}from"./p-08ad0b7a.js";import{g as r}from"./p-89fbc318.js";import{g as a}from"./p-2884ca49.js";import"./p-0a24ad5f.js";import"./p-d4056c1c.js";import"./p-ac122d9e.js";const{state:d,onChange:s}=l({timeInfoConfigItems:[],filterMode:{type:"filter"},view:null,timeSlider:null,timeInfoItems:[],selectedTimeInfoItem:null,loading:!0,timeSliderConfig:{},autoPlay:!1}),u="time-slider-watch",v=new class{constructor(){this.initializeModules()}async initializeModules(){try{const[t,i,e,n,l,r,a]=await o(["esri/core/Handles","esri/core/reactiveUtils","esri/widgets/TimeSlider","esri/time/TimeExtent","esri/time/TimeInterval","esri/layers/support/FeatureFilter","esri/layers/support/FeatureEffect"]);this.reactiveUtils=i,this.handles=new t,this.TimeSlider=e,this.TimeExtent=n,this.TimeInterval=l,this.FeatureFilter=r,this.FeatureEffect=a}catch(t){}}async init(t){var i,e,n;t&&(t.innerHTML=""),"playing"===(null===(e=null===(i=null==d?void 0:d.timeSlider)||void 0===i?void 0:i.viewModel)||void 0===e?void 0:e.state)&&d.timeSlider.stop();const{view:l,timeInfoConfigItems:o}=d;if(l)try{if(await l.when(),1===o.length&&"map"===(null===(n=o[0])||void 0===n?void 0:n.type))this.initTimeSlider(t,o[0]);else{const i=await this.getTimeLayerViews(l,o);d.timeInfoItems=this.generateTimeInfoItems(i,o),this.initTimeSlider(t)}return Promise.resolve()}catch(t){}finally{this.setupFilterModeWatcher()}}destroy(){var t,i;null===(t=this.handles)||void 0===t||t.removeAll(),this.handles=null,null===(i=d.timeSlider)||void 0===i||i.destroy()}async getTimeLayerViews(t,i){const{allLayers:e}=t.map,n=i.map((({id:t})=>{return i=t,e.find((({id:t})=>i===t));var i})).map((i=>t.whenLayerView(i)));return await Promise.all(n)}generateTimeInfoItems(t,i){return[...i].map((i=>{const e=t.find((({layer:t})=>t.id===i.id));return this.generateTimeInfoItem(e,i)}))}generateTimeInfoItem(t,{increments:i,rangeStart:e,rangeEnd:n,timeIntervalValue:l}){var o;const r=null==t?void 0:t.layer,a=null===(o=null==r?void 0:r.timeInfo)||void 0===o?void 0:o.fullTimeExtent;return{layerView:t,unit:i,timeIntervalValue:null!=l?l:1,rangeStart:new Date(e),rangeEnd:new Date(n),timeExtent:a,previousTimeExtent:null}}initTimeSlider(t,i){var e,n;const{TimeSlider:l}=this,o=t=>{d.timeSlider=new l(t),d.autoPlay&&d.timeSlider.play()};if(i)o(this.getTimeSliderConfig(t,i));else{const i=null===(e=null==d?void 0:d.timeInfoItems)||void 0===e?void 0:e[0];if(!i)return;d.selectedTimeInfoItem=i,o(this.getTimeSliderConfig(t))}"2d"===(null===(n=d.view)||void 0===n?void 0:n.type)&&this.initialize2DView()}setupFilterModeWatcher(){s("filterMode",(t=>d.timeInfoItems.forEach((i=>{var e,n,l;const o=i.layerView;this.applyTimeExtent(o,(null===(n=null===(e=null==o?void 0:o.featureEffect)||void 0===e?void 0:e.filter)||void 0===n?void 0:n.timeExtent)||(null===(l=o.filter)||void 0===l?void 0:l.timeExtent),t)}))))}getTimeSliderConfig(t,i){var e,n,l,o,r,a,s,u;const{TimeExtent:v,TimeInterval:c}=this,h=Object.assign({container:t,mode:"time-window",view:"3d"===(null===(e=d.view)||void 0===e?void 0:e.type)?d.view:null},d.timeSliderConfig);if(i){const t=null===(o=null===(l=null===(n=d.view)||void 0===n?void 0:n.map)||void 0===l?void 0:l.widgets)||void 0===o?void 0:o.timeSlider,i=Object.assign(Object.assign({},h),{fullTimeExtent:null==t?void 0:t.fullTimeExtent,timeExtent:null==t?void 0:t.currentTimeExtent});return(null===(r=null==t?void 0:t.stopInterval)||void 0===r?void 0:r.unit)&&(null===(a=null==t?void 0:t.stopInterval)||void 0===a?void 0:a.value)&&(i.stops={interval:new c({unit:null===(s=null==t?void 0:t.stopInterval)||void 0===s?void 0:s.unit,value:null===(u=null==t?void 0:t.stopInterval)||void 0===u?void 0:u.value})}),i}{const[{timeExtent:t,rangeStart:i,rangeEnd:e,unit:n,timeIntervalValue:l}]=d.timeInfoItems;return Object.assign(Object.assign({},h),{fullTimeExtent:t,timeExtent:new v({start:i,end:e}),stops:{interval:new c({unit:n,value:l})}})}}initialize2DView(){d.timeInfoItems.forEach((t=>this.applyTimeExtent(t.layerView,new this.TimeExtent({start:t.rangeStart,end:t.rangeEnd})))),this.setupTimeExtentWatcher()}applyTimeExtent(t,i,e){var n;"effect"===(null===(n=d.filterMode)||void 0===n?void 0:n.type)?this.applyFeatureEffect(t,i,e):this.applyFeatureFilter(t,i)}applyFeatureEffect(t,i,e){var n;t&&(t.filter&&t.set("filter",null),(null==t?void 0:t.featureEffect)&&(null===(n=null==t?void 0:t.featureEffect)||void 0===n?void 0:n.filter)&&!e?t.featureEffect.filter.timeExtent=i:this.handleUpdatedFeatureEffect(t,i))}async handleUpdatedFeatureEffect(t,i){var e,n,l,o;const{FeatureEffect:a}=this;t.featureEffect=new a({filter:{timeExtent:i},includedEffect:await r(null===(n=null===(e=d.filterMode)||void 0===e?void 0:e.effect)||void 0===n?void 0:n.includedEffect,t,"includedEffect"),excludedEffect:await r(null===(o=null===(l=d.filterMode)||void 0===l?void 0:l.effect)||void 0===o?void 0:o.excludedEffect,t,"excludedEffect")})}applyFeatureFilter(t,i){t.featureEffect&&t.set("featureEffect",null),t.filter?t.filter.timeExtent=i:t.filter=new this.FeatureFilter({timeExtent:i})}setupTimeExtentWatcher(){var t,i,e,n;(null===(t=this.handles)||void 0===t?void 0:t.has(u))&&(null===(i=this.handles)||void 0===i||i.remove(u)),null===(e=this.handles)||void 0===e||e.add(null===(n=null==d?void 0:d.timeSlider)||void 0===n?void 0:n.watch("timeExtent",(t=>{var i;return this.applyTimeExtent(null===(i=d.selectedTimeInfoItem)||void 0===i?void 0:i.layerView,t)})),u)}updateSelectedTimeInfoItem(t){d.timeSlider&&(d.selectedTimeInfoItem&&(d.selectedTimeInfoItem.previousTimeExtent=d.timeSlider.timeExtent),d.selectedTimeInfoItem=t,this.reconfigureTimeSlider(t),this.applyTimeExtent(t.layerView,d.timeSlider.timeExtent),this.setupTimeExtentWatcher())}reconfigureTimeSlider(t){d.timeSlider&&(d.timeSlider.fullTimeExtent=t.timeExtent,d.timeSlider.timeExtent=this.getTimeExtent(t),d.timeSlider.stops={interval:this.getTimeInterval(t)})}getTimeExtent({rangeStart:t,rangeEnd:i,previousTimeExtent:e}){const{TimeExtent:n}=this;return null!=e?e:new n({start:t,end:i})}getTimeInterval(t){var i,e,n,l,o;const{TimeInterval:r}=this;return new r({unit:null!==(i=t.unit)&&void 0!==i?i:null===(o=null===(l=null===(n=null===(e=t.layerView)||void 0===e?void 0:e.layer)||void 0===n?void 0:n.timeInfo)||void 0===l?void 0:l.interval)||void 0===o?void 0:o.unit,value:1})}getLabel(t){var i,e;return(null===(e=null===(i=null==t?void 0:t.layerView)||void 0===i?void 0:i.layer)||void 0===e?void 0:e.title)||""}},c=class{constructor(i){t(this,i),this.timeSliderRef=void 0,this.timeInfoConfigItems=[],this.filterMode=void 0,this.view=void 0,this.timeSliderConfig=void 0,this.autoPlay=!1}async updateTimeInfoConfigItems(){d.timeInfoConfigItems=this.timeInfoConfigItems,await v.init(this.timeSliderRef)}async updateFilterMode(){d.filterMode=this.filterMode}async updateTimeSliderConfig(){d.timeSliderConfig=this.timeSliderConfig,await v.init(this.timeSliderRef)}async updateAutoPlay(){d.autoPlay=this.autoPlay,d.timeSlider&&(d.autoPlay?d.timeSlider.play():d.timeSlider.stop())}async componentWillLoad(){try{d.view=this.view,d.timeInfoConfigItems=this.timeInfoConfigItems,d.autoPlay=!!this.autoPlay,this.timeSliderConfig&&(d.timeSliderConfig=this.timeSliderConfig),this.filterMode&&(d.filterMode=this.filterMode),await a(this)}catch(t){}}async componentDidLoad(){try{await v.init(this.timeSliderRef)}catch(t){}finally{d.loading=!1}}disconnectedcallback(){v.destroy()}render(){return i(e,{key:"70cc1da4bf2334962b6034fe79383ae016e5738e"},this._renderBase())}_renderBase(){return i("div",{class:"instant-apps-time-filter"+("2d"!==this.view.type?" instant-apps-time-filter--3d":"")},this._renderLoader(),"2d"===this.view.type&&this._renderTopEl(),i("div",{key:"time-slider",ref:t=>this.timeSliderRef=t}))}_renderLoader(){var t,e;return d.loading&&i("div",null,i("div",{class:"instant-apps-time-filter__background"}),i("div",{class:"instant-apps-time-filter__loading-container"},i("calcite-loader",{scale:"m",label:null===(t=this.messages)||void 0===t?void 0:t.loading,text:null===(e=this.messages)||void 0===e?void 0:e.loading})))}_renderTopEl(){return this.timeInfoConfigItems.length>1?this._renderDropdown():this._renderLayerTitle()}_renderLayerTitle(){var t,e,n;const l=null===(n=null===(e=null===(t=d.selectedTimeInfoItem)||void 0===t?void 0:t.layerView)||void 0===e?void 0:e.layer)||void 0===n?void 0:n.title;return i("span",{class:"instant-apps-time-filter__layer-title"},l)}_renderDropdown(){return d.selectedTimeInfoItem&&i("calcite-dropdown",null,this._renderDropdownButton(),this._renderDropdownItems())}_renderDropdownButton(){return i("calcite-button",{slot:"trigger",appearance:"transparent",iconEnd:"chevron-down",width:"full",alignment:"space-between"},v.getLabel(d.selectedTimeInfoItem))}_renderDropdownItems(){return d.timeInfoItems.map((t=>this._renderDropdownItem(t)))}_renderDropdownItem(t){var e,n,l,o,r;const a=null===(l=null===(n=null===(e=d.selectedTimeInfoItem)||void 0===e?void 0:e.layerView)||void 0===n?void 0:n.layer)||void 0===l?void 0:l.id,s=null===(r=null===(o=null==t?void 0:t.layerView)||void 0===o?void 0:o.layer)||void 0===r?void 0:r.id;return i("calcite-dropdown-item",{onCalciteDropdownItemSelect:()=>v.updateSelectedTimeInfoItem(t),selected:a===s},v.getLabel(t))}get el(){return n(this)}static get watchers(){return{timeInfoConfigItems:["updateTimeInfoConfigItems"],filterMode:["updateFilterMode"],timeSliderConfig:["updateTimeSliderConfig"],autoPlay:["updateAutoPlay"]}}};c.style=".instant-apps-time-filter{position:relative;display:block;min-width:375px;min-height:200px}.instant-apps-time-filter__background{background-color:var(--calcite-ui-background);position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.instant-apps-time-filter calcite-dropdown{width:100%}.instant-apps-time-filter calcite-dropdown calcite-button{--calcite-color-brand:var(--calcite-ui-text-1);--calcite-ui-brand:var(--calcite-ui-text-1)}.instant-apps-time-filter__layer-title{font-weight:550;display:inline-block;padding:10px}.instant-apps-time-filter__loading-container{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.instant-apps-time-filter--3d{min-height:160px}";export{c as instant_apps_time_filter}
@@ -1,11 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import{r as t,c as n,g as e,h as r,H as i}from"./p-e996c38f.js";import{g as o}from"./p-404cbf48.js";import{g as u,c as a}from"./p-d4056c1c.js";import{d as c,_ as s,a as f}from"./p-d65f8b73.js";import{_ as l,t as d}from"./p-4fe489cf.js";import{r as h,_ as v,g as p,u as w}from"./p-0668e30d.js";import"./p-0a24ad5f.js";const m={storage:{},memory:!0,get(t){let n;try{n=window.localStorage&&window.localStorage.getItem(t)||this.storage[t]}catch(e){n=this.storage[t]}if(n)try{return JSON.parse(n)}catch(t){return}},set(t,n){const e=JSON.stringify(n);try{window.localStorage.setItem(t,e)}catch(e){this.memory||(console.error("setting local storage failed, falling back to in-memory storage"),this.memory=!0),this.storage[t]=n}},delete(t){try{window.localStorage.removeItem(t)}catch(n){this.memory||(console.error("setting local storage failed, falling back to in-memory storage"),this.memory=!0),delete this.storage[t]}}},b="esri-telemetry";class y extends Error{}const g=["esri.com","esriuk.com","esri.de","esri.ca","esrifrance.fr","esri.nl","esri-portugal.pt","esribulgaria.com","esri.fi","esri.kr","esrimalaysia.com.my","esri.es","esriaustralia.com.au","esri-southafrica.com","esri.cl","esrichina.com.cn","esri.co","esriturkey.com.tr","geodata.no","esriitalia.it","esri.pl"];class j{constructor(t){var n,e,r;this.trackers=[],this.options=t,this.debug=t.debug,this.suppressDisabledWarnings=t.suppressDisabledWarnings,this.disabled=function(t={}){const{disabled:n,portal:e}=t;return!(!n&&!1!==(null==e?void 0:e.eueiEnabled)&&(!e||function(t){return t.eueiEnabled&&t.user&&t.user.orgId===t.id}(e)||function(t){return t.user&&!t.user.orgId&&"US"===t.ipCntryCode}(e)||function(t){return!t.user&&"US"===t.ipCntryCode}(e)))}(t),this.logger=t.logger||console,this.disabled&&!this.suppressDisabledWarnings&&this.logger.info("Telemetry Disabled");const i=(null===(n=t.portal)||void 0===n?void 0:n.user)||t.user;i&&this.setUser(i,null===(r=null===(e=t.portal)||void 0===e?void 0:e.subscriptionInfo)||void 0===r?void 0:r.type),this.disabled||this.initializeTrackers()}initializeTrackers(){this.options.plugins&&this.trackers.push(...this.options.plugins),this.trackers.length||this.logger.error(new Error("No trackers configured"))}getScriptTags(){return this.trackers.map((t=>t.getScriptTags&&t.getScriptTags())).join("")}async init(){const t=this.trackers.map((t=>t.init()));await Promise.all(t)}setUser(t={},n="Public"){let e;if(this.user=t="string"==typeof t?{username:t}:t,this.user.accountType=n,t.email&&t.email.split){const n=t.email.split("@")[1];e=g.filter((t=>n===t)).length>0}(e||["In House","Demo and Marketing"].indexOf(n)>-1)&&(this.user.internalUser=!0)}logPageView(t,n={},e={}){if(this.disabled&&!this.suppressDisabledWarnings)return this.logger.info("Page view was not logged because telemetry is disabled."),!1;const r=this.trackers.filter((({disabled:t,hasError:n})=>!t&&!n));if(!r.length)return this.logger.warn("Page view was not logged because no enabled telemetry-plugins are registered."),!1;const i=this.preProcess(n,e);this.debug&&this.logger.info("Tracking page view",JSON.stringify(i));const o=r.map((n=>n.logPageView(t,i)));return Promise.all(o).then(),!0}logEvent(t,n={}){if(this.disabled&&!this.suppressDisabledWarnings)return this.logger.info("Event was not logged because telemetry is disabled."),!1;const e=this.trackers.filter((({disabled:t,hasError:n})=>!t&&!n));if(!e.length)return this.logger.warn("Event was not logged because no enabled telemetry-plugins are registered."),!1;const r=this.preProcess(t,n);this.debug&&this.logger.info("Tracking event",JSON.stringify(r));const i=e.map((t=>t.logEvent(r)));return Promise.all(i).then(),!0}logError(t={}){t=Object.assign({eventType:"error"},t),this.logEvent(t)}startWorkflow(t,n={}){const e={name:t,start:Date.now(),steps:[],workflowId:Math.floor(17592186044416*(1+Math.random())).toString(16)};this.saveWorkflow(e);const r=Object.assign({name:t,step:"start"},n);return this.logWorkflow(r),e}stepWorkflow(t,n,e={}){const r=Object.assign({name:t,step:n,details:"string"==typeof e?e:e.details},e);this.logWorkflow(r)}endWorkflow(t,n={}){const e=Object.assign({name:t,step:"finish"},n);this.logWorkflow(e)}cancelWorkflow(t,n={}){const e=Object.assign({name:t,step:"cancel"},n);this.logWorkflow(e)}getWorkflow(t){const n=m.get(`TELEMETRY-WORKFLOW:${t}`);if(n){if(Date.now()-n.start<18e5)return n;this.deleteWorkflow(n)}}saveWorkflow(t){m.set(`TELEMETRY-WORKFLOW:${t.name}`,t)}deleteWorkflow(t){m.delete(`TELEMETRY-WORKFLOW:${t.name}`)}logWorkflow(t={}){t=this.preProcess(t);let n=this.getWorkflow(t.name);n||(this.startWorkflow(t.name),n=this.getWorkflow(t.name)),n.steps.push(t.step),n.duration=(Date.now()-n.start)/1e3,["cancel","finish"].indexOf(t.step)>-1?this.deleteWorkflow(n):this.saveWorkflow(n);const e=Object.assign(t,{eventType:"workflow",category:t.name,action:t.step,label:t.details,duration:n.duration,workflowId:n.workflowId});this.logEvent(e)}preProcess(t={},n={}){let e={};return this.user&&(e={user:"unknown",org:"unknown",lastLogin:this.user.lastLogin,userSince:this.user.created,internalUser:this.user.internalUser||!1,accountType:this.user.accountType}),Object.entries(Object.assign(Object.assign({},t),e)).reduce((r=n.omitComplexData,i=this.logger,function(t,[n,e]){return function(t){return["string","number","boolean","undefined"].includes(typeof t)||t&&"string"==typeof t.valueOf()}(e)?t[n]=e:r||(i.warn(`You are trying to log a non-primitive value, ${n}:${JSON.stringify(e)}. This will get logged as [object Object]`),t[n]=e),t}),{});var r,i}disableTracker(t){var n;const e=this.trackers.find((({name:n})=>n===t));e&&!e.hasError&&(e.disabled=!0,null===(n=e.disable)||void 0===n||n.call(e))}enableTracker(t){var n;const e=this.trackers.find((({name:n})=>n===t));e&&!e.hasError&&(e.disabled=!1,null===(n=e.enable)||void 0===n||n.call(e))}}function O(t,n){var e={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&n.indexOf(r)<0&&(e[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)n.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(e[r[i]]=t[r[i]])}return e}"function"==typeof SuppressedError&&SuppressedError;class S{constructor(t){var n;if(this.name="googleAnalytics",this.dimensions={},this.metrics={},"undefined"!=typeof window&&!(null===(n=null==t?void 0:t.measurementIds)||void 0===n?void 0:n.length))throw new Error("at least one measurementId needs to be provided in your configuration");Object.assign(this,t)}_getScripts(){return[{dataAttribute:"google-analytics",async:!0,src:`https://www.googletagmanager.com/gtag/js?id=${this.measurementIds?this.measurementIds[0]:""}`}]}getScriptTags(){return this._getScripts().map((t=>{const n=[];return["src","id","dataAttribute","type"].forEach((e=>{let r=e;"dataAttribute"===e&&(r="data-esri-telemetry"),t[e]&&n.push(`${r}="${t[e]}"`)})),["async","defer"].forEach((e=>{t[e]&&n.push(`${e}`)})),`<script ${n.join(" ")}>${t.body?t.body:""}<\/script>`})).join("")}async init(){if("undefined"==typeof window)throw new y("Window is undefined: Cannot add script element.");await Promise.all(this._getScripts().map((t=>{return n=t,new Promise(((t,e)=>{n.onload=t,n.onerror=e;const r=function(t){const{body:n,src:e,id:r,dataAttribute:i,section:o="body",type:u="text/javascript",async:a=!1,defer:c=!1,onload:s,onerror:f}=t;if("undefined"==typeof window)throw new y("Window is undefined: Cannot add script element.");if(function(t){const{id:n,dataAttribute:e}=t;return!!document.getElementById(n)||!!document.querySelector(`[data-${b}="${e}"]`)}(t))return void console.log(`script (${r||i}) is already present, skipping`);const l=function({id:t,dataAttribute:n,type:e,async:r,defer:i,body:o,src:u,onload:a,onerror:c}){const s=document.createElement("script");return t&&(s.id=t),n&&s.setAttribute(`data-${b}`,n),u&&(s.src=u),o&&(s.innerText=o),s.type=e,s.async=r,s.defer=i,a&&(s.onload=a),c&&(s.onerror=c),s}({id:r,dataAttribute:i,type:u,async:a,defer:c,body:n,src:e,onload:s,onerror:f});return"body"===o?document.body.appendChild(l):document.head.appendChild(l)}(n);r&&!n.body||t()}));var n}))),this.injectConfig()}logPageView(t,n={}){const e=this.buildCustomParams(n),r=Object.assign({page_title:t||window.location.pathname},e);return window.gtag("event","page_view",r),!0}logEvent(t){let{action:n}=t,e=O(t,["action"]);const r=n||"other",i=this.buildCustomParams(e);return window.gtag("event",r,i),!0}disable(){this.measurementIds&&this.measurementIds.forEach((t=>{window[`ga-disable-${t}`]=!0}))}enable(){this.measurementIds&&this.measurementIds.forEach((t=>{window[`ga-disable-${t}`]=void 0}))}injectConfig(){window.dataLayer=window.dataLayer||[],window.gtag=function(){window.dataLayer.push(arguments)},window.gtag("js",new Date);const t={custom_map:this.createDimensionsAndMetricsCustomMap(this.dimensions,this.metrics),send_page_view:!1,anonymize_ip:!0};this.measurementIds.forEach((n=>{window.gtag("config",n,t)}))}buildCustomParams(t){let n,{category:e,label:r}=t;return n=this.verifyCustomDimensionAndMetrics(t),e&&(n=Object.assign(Object.assign({},n),{event_category:e})),r&&(n=Object.assign(Object.assign({},n),{event_label:r})),n}verifyCustomDimensionAndMetrics(t){const n=this.createDimensionsAndMetricsCustomMap(this.dimensions,this.metrics),e=Object.values(n);return Object.keys(t).filter((t=>e.includes(t))).reduce(((n,e)=>Object.assign(n,{[e]:t[e]})),{})}createDimensionsAndMetricsCustomMap(t={},n={}){const e=this.createMetricCustomMap(n),r=this.createDimensionCustomMap(t);return Object.assign(Object.assign({},e),r)}createMetricCustomMap(t={}){return Object.keys(t).map((function(n){return{key:`metric${t[n]}`,value:n}})).filter((t=>t)).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}createDimensionCustomMap(t={}){return Object.keys(t).map((function(n){return{key:`dimension${t[n]}`,value:n}})).filter((t=>t)).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}}const k="TELEMETRY_COGNITO_CREDENTIALS";function E({telemetryData:t,dimensionLookup:n={},excludeKeys:e=[]}){return Object.keys(t).filter((t=>!e.includes(t))).map((e=>n[e]?{key:I(n,e),value:t[e]}:{key:e,value:A(t,e)})).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}function A(t,n){return"json"===n?t[n]?JSON.stringify(t[n]):"null":void 0===t[n]?"null":t[n].toString()}function I(t,n){return`dimension${t[n]}`}const x=["size","duration","position","number","count"];function T(t,n={}){return Object.keys(t).filter((t=>n[t]||x.includes(t))).map((e=>n[e]?{key:N(n,e),value:t[e]}:{key:e,value:t[e]})).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}function N(t,n){return`metric${t[n]}`}var _={exports:function(t,n,e,r,i){for(n=n.split?n.split("."):n,r=0;r<n.length;r++)t=t?t[n[r]]:i;return t===i?e:t}};const P=_.exports;"undefined"==typeof process||process;var M="undefined"!=typeof document;function C(t,n){return n.charAt(0)[t]()+n.slice(1)}"undefined"!=typeof Deno&&Deno,M&&"nodejs"===window.name||"undefined"!=typeof navigator&&void 0!==navigator.userAgent&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var D=C.bind(null,"toUpperCase"),L=C.bind(null,"toLowerCase");function z(t,n){void 0===n&&(n=!0);var e=function(t){return W(t)?D("null"):"object"==typeof t?function(t){return U(t.constructor)?t.constructor.name:null}(t):Object.prototype.toString.call(t).slice(8,-1)}(t);return n?L(e):e}function $(t,n){return typeof n===t}var U=$.bind(null,"function"),R=$.bind(null,"string");function W(t){return null===t}function H(t,n){if("object"!=typeof n||W(n))return!1;if(n instanceof t)return!0;var e=z(new t(""));if(function(t){return t instanceof Error||R(t.message)&&t.constructor&&function(t){return"number"===z(t)&&!isNaN(t)}(t.constructor.stackTraceLimit)}(n))for(;n;){if(z(n)===e)return!0;n=Object.getPrototypeOf(n)}return!1}function q(t,n){var e=t instanceof Element||t instanceof HTMLDocument;return e&&n?function(t,n){return void 0===n&&(n=""),t&&t.nodeName===n.toUpperCase()}(t,n):e}function V(t){var n=[].slice.call(arguments,1);return function(){return t.apply(void 0,[].slice.call(arguments).concat(n))}}function F(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch(t){return null}}function G(t,n,e){for(var r=n.length-1,i=0;i<r;++i){var o=n[i];if("__proto__"===o||"constructor"===o)break;o in t||(t[o]={}),t=t[o]}t[n[r]]=e}function J(){for(var t="",n=0,e=4294967295*Math.random()|0;n++<36;){var r="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"[n-1],i=15&e;t+="-"==r||"4"==r?r:("x"==r?i:3&i|8).toString(16),e=n%8==0?4294967295*Math.random()|0:e>>4}return t}$.bind(null,"undefined"),$.bind(null,"boolean"),$.bind(null,"symbol"),H.bind(null,TypeError),H.bind(null,SyntaxError),V(q,"form"),V(q,"button"),V(q,"input"),V(q,"select");var X="undefined",K="object";"undefined"==typeof process||process;var B="undefined"!=typeof document;function Y(t,n){return n.charAt(0)[t]()+n.slice(1)}"undefined"!=typeof Deno&&Deno,B&&"nodejs"===window.name||"undefined"!=typeof navigator&&void 0!==navigator.userAgent&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var Z=Y.bind(null,"toUpperCase"),Q=Y.bind(null,"toLowerCase");function tt(t,n){void 0===n&&(n=!0);var e=function(t){return it(t)?Z("null"):"object"==typeof t?function(t){return et(t.constructor)?t.constructor.name:null}(t):Object.prototype.toString.call(t).slice(8,-1)}(t);return n?Q(e):e}function nt(t,n){return typeof n===t}var et=nt.bind(null,"function"),rt=nt.bind(null,"string");function it(t){return null===t}function ot(t,n){if("object"!=typeof n||it(n))return!1;if(n instanceof t)return!0;var e=tt(new t(""));if(function(t){return t instanceof Error||rt(t.message)&&t.constructor&&function(t){return"number"===tt(t)&&!isNaN(t)}(t.constructor.stackTraceLimit)}(n))for(;n;){if(tt(n)===e)return!0;n=Object.getPrototypeOf(n)}return!1}function ut(t,n){var e=t instanceof Element||t instanceof HTMLDocument;return e&&n?function(t,n){return void 0===n&&(n=""),t&&t.nodeName===n.toUpperCase()}(t,n):e}function at(t){var n=[].slice.call(arguments,1);return function(){return t.apply(void 0,[].slice.call(arguments).concat(n))}}nt.bind(null,"undefined"),nt.bind(null,"boolean"),nt.bind(null,"symbol"),ot.bind(null,TypeError),ot.bind(null,SyntaxError),at(ut,"form"),at(ut,"button"),at(ut,"input"),at(ut,"select");var ct="global",st="__global__",ft=typeof self===K&&self.self===self&&self||typeof global===K&&global.global===global&&global||void 0;function lt(t){return ft[st][t]}function dt(t,n){return ft[st][t]=n}function ht(t){delete ft[st][t]}function vt(t,n,e){var r;try{if(wt(t)){var i=window[t];r=i[n].bind(i)}}catch(t){}return r||e}ft[st]||(ft[st]={});var pt={};function wt(t){if(typeof pt[t]!==X)return pt[t];try{var n=window[t];n.setItem(X,X),n.removeItem(X)}catch(n){return pt[t]=!1}return pt[t]=!0}"undefined"==typeof process||process;var mt="undefined"!=typeof window;function bt(t,n){return typeof n===t}"undefined"!=typeof Deno&&Deno,mt&&"nodejs"===window.name||"undefined"!=typeof navigator&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var yt=bt.bind(null,"function"),gt=bt.bind(null,"string");bt.bind(null,"undefined");var jt=bt.bind(null,"boolean");function Ot(t){if(!function(t){return t&&("object"==typeof t||null!==t)}(t))return!1;for(var n=t;null!==Object.getPrototypeOf(n);)n=Object.getPrototypeOf(n);return Object.getPrototypeOf(t)===n}function St(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}function kt(t,n){if(t){if("string"==typeof t)return St(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?St(t,n):void 0}}function Et(t){return function(t){if(Array.isArray(t))return St(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||kt(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function At(t){return At="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},At(t)}function It(t,n,e,r,i,o,u){try{var a=t[o](u),c=a.value}catch(t){return void e(t)}a.done?n(c):Promise.resolve(c).then(r,i)}function xt(t){return function(){var n=this,e=arguments;return new Promise((function(r,i){var o=t.apply(n,e);function u(t){It(o,r,i,u,a,"next",t)}function a(t){It(o,r,i,u,a,"throw",t)}u(void 0)}))}}function Tt(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Nt(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function _t(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?Nt(Object(e),!0).forEach((function(n){Tt(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Nt(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var Pt={};!function(){var t=function(t){var n,e=Object.prototype,r=e.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",a=i.toStringTag||"@@toStringTag";function c(t,n,e){return Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[n]}try{c({},"")}catch(t){c=function(t,n,e){return t[n]=e}}function s(t,n,e,r){var i=Object.create((n&&n.prototype instanceof w?n:w).prototype),o=new x(r||[]);return i._invoke=function(t,n,e){var r=l;return function(i,o){if(r===h)throw new Error("Generator is already running");if(r===v){if("throw"===i)throw o;return N()}for(e.method=i,e.arg=o;;){var u=e.delegate;if(u){var a=E(u,e);if(a){if(a===p)continue;return a}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(r===l)throw r=v,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);r=h;var c=f(t,n,e);if("normal"===c.type){if(r=e.done?v:d,c.arg===p)continue;return{value:c.arg,done:e.done}}"throw"===c.type&&(r=v,e.method="throw",e.arg=c.arg)}}}(t,e,o),i}function f(t,n,e){try{return{type:"normal",arg:t.call(n,e)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l="suspendedStart",d="suspendedYield",h="executing",v="completed",p={};function w(){}function m(){}function b(){}var y={};c(y,o,(function(){return this}));var g=Object.getPrototypeOf,j=g&&g(g(T([])));j&&j!==e&&r.call(j,o)&&(y=j);var O=b.prototype=w.prototype=Object.create(y);function S(t){["next","throw","return"].forEach((function(n){c(t,n,(function(t){return this._invoke(n,t)}))}))}function k(t,n){function e(i,o,u,a){var c=f(t[i],t,o);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&r.call(l,"__await")?n.resolve(l.__await).then((function(t){e("next",t,u,a)}),(function(t){e("throw",t,u,a)})):n.resolve(l).then((function(t){s.value=t,u(s)}),(function(t){return e("throw",t,u,a)}))}a(c.arg)}var i;this._invoke=function(t,r){function o(){return new n((function(n,i){e(t,r,n,i)}))}return i=i?i.then(o,o):o()}}function E(t,e){var r=t.iterator[e.method];if(r===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=n,E(t,e),"throw"===e.method))return p;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var i=f(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,p;var o=i.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=n),e.delegate=null,p):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,p)}function A(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function I(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function x(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function T(t){if(t){var e=t[o];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,u=function e(){for(;++i<t.length;)if(r.call(t,i))return e.value=t[i],e.done=!1,e;return e.value=n,e.done=!0,e};return u.next=u}}return{next:N}}function N(){return{value:n,done:!0}}return m.prototype=b,c(O,"constructor",b),c(b,"constructor",m),m.displayName=c(b,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var n="function"==typeof t&&t.constructor;return!!n&&(n===m||"GeneratorFunction"===(n.displayName||n.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,a,"GeneratorFunction")),t.prototype=Object.create(O),t},t.awrap=function(t){return{__await:t}},S(k.prototype),c(k.prototype,u,(function(){return this})),t.AsyncIterator=k,t.async=function(n,e,r,i,o){void 0===o&&(o=Promise);var u=new k(s(n,e,r,i),o);return t.isGeneratorFunction(e)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},S(O),c(O,a,"Generator"),c(O,o,(function(){return this})),c(O,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var n=[];for(var e in t)n.push(e);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=T,x.prototype={constructor:x,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(I),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=n)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function i(r,i){return a.type="throw",a.arg=t,e.next=r,i&&(e.method="next",e.arg=n),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var u=this.tryEntries[o],a=u.completion;if("root"===u.tryLoc)return i("end");if(u.tryLoc<=this.prev){var c=r.call(u,"catchLoc"),s=r.call(u,"finallyLoc");if(c&&s){if(this.prev<u.catchLoc)return i(u.catchLoc,!0);if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else if(c){if(this.prev<u.catchLoc)return i(u.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<u.finallyLoc)return i(u.finallyLoc)}}}},abrupt:function(t,n){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=n&&n<=o.finallyLoc&&(o=null);var u=o?o.completion:{};return u.type=t,u.arg=n,o?(this.method="next",this.next=o.finallyLoc,p):this.complete(u)},complete:function(t,n){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&n&&(this.next=n),p},finish:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),I(e),p}},catch:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===t){var r=e.completion;if("throw"===r.type){var i=r.arg;I(e)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:T(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=n),p}},t}(Pt);try{regeneratorRuntime=t}catch(n){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}}();var Mt=Pt,Ct="function",Dt="undefined",Lt="reducer",zt="@@redux/",$t=zt+"INIT",Ut=zt+Math.random().toString(36),Rt=function(){return("undefined"==typeof Symbol?"undefined":At(Symbol))===Ct&&Symbol.observable||"@@observable"}(),Wt=" != "+Ct;function Ht(t,n,e){if(At(n)===Ct&&At(e)===Dt&&(e=n,n=void 0),At(e)!==Dt){if(At(e)!==Ct)throw new Error("enhancer"+Wt);return e(Ht)(t,n)}if(At(t)!==Ct)throw new Error(Lt+Wt);var r=t,i=n,o=[],u=o,a=!1;function c(){u===o&&(u=o.slice())}function s(){return i}function f(t){if(At(t)!==Ct)throw new Error("Listener"+Wt);var n=!0;return c(),u.push(t),function(){if(n){n=!1,c();var e=u.indexOf(t);u.splice(e,1)}}}function l(t){if(!Ot(t))throw new Error("Act != obj");if(At(t.type)===Dt)throw new Error("ActType "+Dt);if(a)throw new Error("Dispatch in "+Lt);try{a=!0,i=r(i,t)}finally{a=!1}for(var n=o=u,e=0;e<n.length;e++)(0,n[e])();return t}return l({type:$t}),Tt({dispatch:l,subscribe:f,getState:s,replaceReducer:function(t){if(At(t)!==Ct)throw new Error("next "+Lt+Wt);r=t,l({type:$t})}},Rt,(function(){var t=f;return Tt({subscribe:function(n){if("object"!==At(n))throw new TypeError("Observer != obj");function e(){n.next&&n.next(s())}return e(),{unsubscribe:t(e)}}},Rt,(function(){return this}))}))}function qt(t,n){var e=n&&n.type;return"action "+(e&&e.toString()||"?")+Lt+" "+t+" returns "+Dt}function Vt(){for(var t=arguments.length,n=new Array(t),e=0;e<t;e++)n[e]=arguments[e];return 0===n.length?function(t){return t}:1===n.length?n[0]:n.reduce((function(t,n){return function(){return t(n.apply(void 0,arguments))}}))}function Ft(){for(var t=arguments.length,n=new Array(t),e=0;e<t;e++)n[e]=arguments[e];return function(t){return function(e,r,i){var o,u=t(e,r,i),a=u.dispatch,c={getState:u.getState,dispatch:function(t){return a(t)}};return o=n.map((function(t){return t(c)})),a=Vt.apply(void 0,Et(o))(u.dispatch),_t(_t({},u),{},{dispatch:a})}}}var Gt="__anon_id",Jt="__user_id",Xt="__user_traits",Kt="analytics",Bt="userId",Yt="anonymousId",Zt=["bootstrap","params","campaign","initializeStart","initialize","initializeEnd","ready","resetStart","reset","resetEnd","pageStart","page","pageEnd","pageAborted","trackStart","track","trackEnd","trackAborted","identifyStart","identify","identifyEnd","identifyAborted","userIdChanged","registerPlugins","enablePlugin","disablePlugin","online","offline","setItemStart","setItem","setItemEnd","setItemAborted","removeItemStart","removeItem","removeItemEnd","removeItemAborted"],Qt=["name","EVENTS","config","loaded"],tn=Zt.reduce((function(t,n){return t[n]=n,t}),{registerPluginType:function(t){return"registerPlugin:".concat(t)},pluginReadyType:function(t){return"ready:".concat(t)}}),nn=/^utm_/,en=/^an_prop_/,rn=/^an_trait_/;function on(t){var n=t.storage.setItem;return function(e){return function(r){return function(i){if(i.type===tn.bootstrap){var o=i.params,u=i.user,a=i.persistedUser,c=i.initialUser,s=a.userId===u.userId;a.anonymousId!==u.anonymousId&&n(Gt,u.anonymousId),s||n(Jt,u.userId),c.traits&&n(Xt,_t(_t({},s&&a.traits?a.traits:{}),c.traits));var f=Object.keys(i.params);if(f.length){var l=o.an_uid,d=o.an_event,h=f.reduce((function(t,n){if(n.match(nn)||n.match(/^(d|g)clid/)){var e=n.replace(nn,"");t.campaign["campaign"===e?"name":e]=o[n]}return n.match(en)&&(t.props[n.replace(en,"")]=o[n]),n.match(rn)&&(t.traits[n.replace(rn,"")]=o[n]),t}),{campaign:{},props:{},traits:{}});e.dispatch(_t(_t({type:tn.params,raw:o},h),l?{userId:l}:{})),l&&setTimeout((function(){return t.identify(l,h.traits)}),0),d&&setTimeout((function(){return t.track(d,h.props)}),0),Object.keys(h.campaign).length&&e.dispatch({type:tn.campaign,campaign:h.campaign})}}return r(i)}}}}function un(t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e.type===tn.setItemEnd){if(e.key===Gt)return _t(_t({},n),{anonymousId:e.value});if(e.key===Jt)return _t(_t({},n),{userId:e.value})}switch(e.type){case tn.identify:return Object.assign({},n,{userId:e.userId,traits:_t(_t({},n.traits),e.traits)});case tn.reset:return[Jt,Gt,Xt].forEach((function(n){t.removeItem(n)})),Object.assign({},n,{userId:null,anonymousId:null,traits:{}});default:return n}}}function an(t){return{userId:t.getItem(Jt),anonymousId:t.getItem(Gt),traits:t.getItem(Xt)}}var cn=function(t){return"__TEMP__"+t};function sn(t){var n=t.storage,e=n.setItem,r=n.removeItem,i=n.getItem;return function(t){return function(n){return function(o){var u=o.userId,a=o.traits,c=o.options;if(o.type===tn.reset&&([Jt,Xt,Gt].forEach((function(t){r(t)})),[Bt,Yt,"traits"].forEach((function(t){ht(cn(t))}))),o.type===tn.identify){i(Gt)||e(Gt,J());var s=i(Jt),f=i(Xt)||{};s&&s!==u&&t.dispatch({type:tn.userIdChanged,old:{userId:s,traits:f},new:{userId:u,traits:a},options:c}),u&&e(Jt,u),a&&e(Xt,_t(_t({},f),a))}return n(o)}}}}var fn={};function ln(t,n){fn[t]&&yt(fn[t])&&(fn[t](n),delete fn[t])}function dn(t,n,e){return new Promise((function(r,i){return n()?r(t):e<1?i(_t(_t({},t),{},{queue:!0})):new Promise((function(t){return setTimeout(t,10)})).then((function(){return dn(t,n,e-10).then(r,i)}))}))}function hn(t,n,e){var r=n(),i=t.getState(),o=i.plugins,u=i.queue,a=i.user;if(!i.context.offline&&u&&u.actions&&u.actions.length){var c=u.actions.reduce((function(t,n,e){return o[n.plugin].loaded?(t.process.push(n),t.processIndex.push(e)):(t.requeue.push(n),t.requeueIndex.push(e)),t}),{processIndex:[],process:[],requeue:[],requeueIndex:[]});if(c.processIndex&&c.processIndex.length){c.processIndex.forEach((function(n){var i=u.actions[n],c=i.plugin,s=i.payload.type,f=r[c][s];if(f&&yt(f)){var l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return[Bt,Yt].reduce((function(e,r){return t.hasOwnProperty(r)&&n[r]&&n[r]!==t[r]&&(e[r]=n[r]),e}),t)}(i.payload,a);f({payload:l,config:o[c].config,instance:e});var d="".concat(s,":").concat(c);t.dispatch(_t(_t({},l),{},{type:d,_:{called:d,from:"queueDrain"}}))}}));var s=u.actions.filter((function(t,n){return!~c.processIndex.indexOf(n)}));u.actions=s}}}function vn(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Object.keys(t).filter((function(t){var r=e.plugins||{};return jt(r[t])?r[t]:!1!==r.all&&(!n[t]||!1!==n[t].enabled)})).map((function(n){return t[n]}))}var pn=/Start$/,wn=/^bootstrap/,mn=/^ready/;function bn(t,n,e,r,i){return yn.apply(this,arguments)}function yn(){return yn=xt(Mt.mark((function t(n,e,r,i,o){var u,a,c,s,f,l,d,h,v,p,w;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(u=yt(e)?e():e,c=(a=n.type).replace(pn,""),!n._||!n._.called){t.next=5;break}return t.abrupt("return",n);case 5:return s=r.getState(),f=vn(u,s.plugins,n.options),a===tn.initializeStart&&n.fromEnable&&(f=Object.keys(s.plugins).filter((function(t){var e=s.plugins[t];return n.plugins.includes(t)&&!e.initialized})).map((function(t){return u[t]}))),l=f.map((function(t){return t.name})),d=An(a,f),t.next=12,gn({action:n,data:{exact:d.before,namespaced:d.beforeNS},state:s,allPlugins:u,allMatches:d,instance:r,store:i,EVENTS:o});case 12:if(!xn(h=t.sent,l.length)){t.next=15;break}return t.abrupt("return",h);case 15:if(a!==c){t.next=19;break}v=h,t.next=22;break;case 19:return t.next=21,gn({action:_t(_t({},h),{},{type:c}),data:{exact:d.during,namespaced:d.duringNS},state:s,allPlugins:u,allMatches:d,instance:r,store:i,EVENTS:o});case 21:v=t.sent;case 22:if(!a.match(pn)){t.next=28;break}return p="".concat(c,"End"),t.next=26,gn({action:_t(_t({},v),{},{type:p}),data:{exact:d.after,namespaced:d.afterNS},state:s,allPlugins:u,allMatches:d,instance:r,store:i,EVENTS:o});case 26:(w=t.sent).meta&&w.meta.hasCallback&&ln(w.meta.rid,{payload:w});case 28:return t.abrupt("return",h);case 29:case"end":return t.stop()}}),t)}))),yn.apply(this,arguments)}function gn(t){return jn.apply(this,arguments)}function jn(){return jn=xt(Mt.mark((function t(n){var e,r,i,o,u,a,c,s,f,l,d,h,v,p,w,m,b,y;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=n.data,i=n.instance,u=n.allPlugins,a=n.allMatches,c=n.store,s=n.EVENTS,f=(o=n.state).plugins,l=o.context,h=(d=(r=n.action).type).match(pn),v=e.exact.map((function(t){return t.pluginName})),h&&(v=a.during.map((function(t){return t.pluginName}))),p=_n(i,v),w=e.exact.reduce((function(t,n){var e=n.pluginName,r=n.methodName,i=!1;return r.match(/^initialize/)||r.match(/^reset/)||(i=!f[e].loaded),l.offline&&r.match(/^(page|track|identify)/)&&(i=!0),t["".concat(e)]=i,t}),{}),t.next=10,e.exact.reduce(function(){var t=xt(Mt.mark((function t(n,o){var a,c;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=o.pluginName,t.next=3,n;case 3:if(c=t.sent,!e.namespaced||!e.namespaced[a]){t.next=11;break}return t.next=7,e.namespaced[a].reduce(function(){var t=xt(Mt.mark((function t(n,e){var r,o,c,s;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=function(t,n,e){return function(r,i){var o=e||n;return _t(_t({},t),{},{abort:{reason:r,plugins:i||[n],caller:d,from:o}})}},t.next=3,n;case 3:if(r=t.sent,e.method&&yt(e.method)){t.next=6;break}return t.abrupt("return",r);case 6:return Pn(e.methodName,e.pluginName),t.next=9,e.method({payload:r,instance:i,abort:o(r,a,e.pluginName),config:Sn(e.pluginName,f,u),plugins:f});case 9:return s=Ot(c=t.sent)?c:{},t.abrupt("return",Promise.resolve(_t(_t({},r),s)));case 12:case"end":return t.stop()}}),t)})));return function(n,e,r){return t.apply(this,arguments)}}(),Promise.resolve(r));case 7:c[a]=t.sent,t.next=12;break;case 11:c[a]=r;case 12:return t.abrupt("return",Promise.resolve(c));case 13:case"end":return t.stop()}}),t)})));return function(n,e,r){return t.apply(this,arguments)}}(),Promise.resolve({}));case 10:return m=t.sent,t.next=13,e.exact.reduce(function(){var t=xt(Mt.mark((function t(n,r,o){var a,s,l,v,b,y,g,j,O,S,k;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.exact.length===o+1,l=u[s=r.pluginName],t.next=5,n;case 5:if(v=t.sent,b=m[s]?m[s]:{},h&&(b=v),!In(b,s)){t.next=11;break}return On({data:b,method:d,instance:i,pluginName:s,store:c}),t.abrupt("return",Promise.resolve(v));case 11:if(!In(v,s)){t.next=14;break}return a&&On({data:v,method:d,instance:i,store:c}),t.abrupt("return",Promise.resolve(v));case 14:if(!w.hasOwnProperty(s)||!0!==w[s]){t.next=17;break}return c.dispatch({type:"queue",plugin:s,payload:b,_:{called:"queue",from:"queueMechanism"}}),t.abrupt("return",Promise.resolve(v));case 17:return y=p(m[s],u[s]),t.next=20,l[d]({abort:y.abort,payload:b,instance:i,config:Sn(s,f,u),plugins:f});case 20:return j=Ot(g=t.sent)?g:{},O=_t(_t({},v),j),In(S=m[s],s)?On({data:S,method:d,instance:i,pluginName:s,store:c}):((k="".concat(d,":").concat(s)).match(/:/g)||[]).length<2&&!d.match(wn)&&!d.match(mn)&&i.dispatch(_t(_t({},h?O:b),{},{type:k,_:{called:k,from:"submethod"}})),t.abrupt("return",Promise.resolve(O));case 26:case"end":return t.stop()}}),t)})));return function(n,e,r){return t.apply(this,arguments)}}(),Promise.resolve(r));case 13:if(b=t.sent,d.match(pn)||d.match(/^registerPlugin/)||d.match(mn)||d.match(wn)||d.match(/^params/)||d.match(/^userIdChanged/)){t.next=21;break}if(s.plugins.includes(d),!b._||b._.originalAction!==d){t.next=18;break}return t.abrupt("return",b);case 18:y=_t(_t({},b),{_:{originalAction:b.type,called:b.type,from:"engineEnd"}}),xn(b,e.exact.length)&&!d.match(/End$/)&&(y=_t(_t({},y),{type:b.type+"Aborted"})),c.dispatch(y);case 21:return t.abrupt("return",b);case 22:case"end":return t.stop()}}),t)}))),jn.apply(this,arguments)}function On(t){var n=t.pluginName,e=t.method+"Aborted"+(n?":"+n:"");t.store.dispatch(_t(_t({},t.data),{},{type:e,_:{called:e,from:"abort"}}))}function Sn(t,n,e){var r=n[t]||e[t];return r&&r.config?r.config:{}}function kn(t,n){return n.reduce((function(n,e){return e[t]?n.concat({methodName:t,pluginName:e.name,method:e[t]}):n}),[])}function En(t,n){var e=t.replace(pn,""),r=n?":".concat(n):"";return["".concat(t).concat(r),"".concat(e).concat(r),"".concat(e,"End").concat(r)]}function An(t,n){var e=En(t).map((function(t){return kn(t,n)}));return n.reduce((function(e,r){var i=r.name,o=function(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var r,i,o=[],u=!0,a=!1;try{for(e=e.call(t);!(u=(r=e.next()).done)&&(o.push(r.value),!n||o.length!==n);u=!0);}catch(t){a=!0,i=t}finally{try{u||null==e.return||e.return()}finally{if(a)throw i}}return o}}(t,n)||kt(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(En(t,i).map((function(t){return kn(t,n)})),3),u=o[0],a=o[1],c=o[2];return u.length&&(e.beforeNS[i]=u),a.length&&(e.duringNS[i]=a),c.length&&(e.afterNS[i]=c),e}),{before:e[0],beforeNS:{},during:e[1],duringNS:{},after:e[2],afterNS:{}})}function In(t,n){var e=t.abort;return!!e&&(!0===e||Nn(e,n)||e&&Nn(e.plugins,n))}function xn(t,n){var e=t.abort;if(!e)return!1;if(!0===e||gt(e))return!0;var r=e.plugins;return Tn(e)&&e.length===n||Tn(r)&&r.length===n}function Tn(t){return Array.isArray(t)}function Nn(t,n){return!(!t||!Tn(t))&&t.includes(n)}function _n(t,n){return function(e,r,i){var o=r.config,u=r.name,a="".concat(u,".").concat(e.type);i&&(a=i.event);var c=e.type.match(pn)?function(t,n,e,r,i){return function(o,u){var a=r?r.name:t,c=u&&Tn(u)?u:e;if(r&&(!(c=u&&Tn(u)?u:[t]).includes(t)||1!==c.length))throw new Error("Method ".concat(n," can only abort ").concat(t," plugin. ").concat(JSON.stringify(c)," input valid"));return _t(_t({},i),{},{abort:{reason:o,plugins:c,caller:n,_:a}})}}(u,a,n,i,e):function(t,n){return function(){throw new Error(t.type+" action not cancellable. Remove abort in "+n)}}(e,a);return{payload:Cn(e),instance:t,config:o||{},abort:c}}}function Pn(t,n){var e=Mn(t);if(e&&e.name===n){var r=Mn(e.method),i=r?"or "+r.method:"";throw new Error([n+" plugin is calling method "+t,"Plugins cant call self","Use ".concat(e.method," ").concat(i," in ").concat(n," plugin insteadof ").concat(t)].join("\n"))}}function Mn(t){var n=t.match(/(.*):(.*)/);return!!n&&{method:n[1],name:n[2]}}function Cn(t){return Object.keys(t).reduce((function(n,e){return"type"===e||(n[e]=Ot(t[e])?Object.assign({},t[e]):t[e]),n}),{})}function Dn(t,n,e){var r={};return function(i){return function(o){return function(){var u=xt(Mt.mark((function u(a){var c,s,f,l,d,h,v,p,w,m;return Mt.wrap((function(u){for(;;)switch(u.prev=u.next){case 0:if(c=a.type,s=a.plugins,f=a,!a.abort){u.next=4;break}return u.abrupt("return",o(a));case 4:if(c===tn.enablePlugin&&i.dispatch({type:tn.initializeStart,plugins:s,disabled:[],fromEnable:!0,meta:a.meta}),c===tn.disablePlugin&&setTimeout((function(){return ln(a.meta.rid,{payload:a})}),0),c===tn.initializeEnd&&(l=n(),d=Object.keys(l),h=d.filter((function(t){return s.includes(t)})).map((function(t){return l[t]})),v=[],p=[],w=a.disabled,m=h.map((function(t){var n=t.name;return dn(t,t.loaded,1e4).then((function(){return r[n]||(i.dispatch({type:tn.pluginReadyType(n),name:n,events:Object.keys(t).filter((function(t){return!Qt.includes(t)}))}),r[n]=!0),v=v.concat(n),t})).catch((function(t){if(t instanceof Error)throw new Error(t);return p=p.concat(t.name),t}))})),Promise.all(m).then((function(){var t={plugins:v,failed:p,disabled:w};setTimeout((function(){d.length===m.length+w.length&&i.dispatch(_t(_t({},{type:tn.ready}),t))}),0)}))),c===tn.bootstrap){u.next=13;break}return/^ready:([^:]*)$/.test(c)&&setTimeout((function(){return hn(i,n,t)}),0),u.next=11,bn(a,n,t,i,e);case 11:return u.abrupt("return",o(u.sent));case 13:return u.abrupt("return",o(f));case 14:case"end":return u.stop()}}),u)})));return function(t){return u.apply(this,arguments)}}()}}}function Ln(t){return function(){return function(n){return function(e){var r=e.type,i=e.key,o=e.value,u=e.options;if(r===tn.setItem||r===tn.removeItem){if(e.abort)return n(e);r===tn.setItem?t.setItem(i,o,u):t.removeItem(i,u)}return n(e)}}}}function zn(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function $n(t,n,e){return n&&zn(t.prototype,n),e&&zn(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var Un=$n((function t(){var n=this;!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),Tt(this,"before",[]),Tt(this,"after",[]),Tt(this,"addMiddleware",(function(t,e){n[e]=n[e].concat(t)})),Tt(this,"removeMiddleware",(function(t,e){var r=n[e].findIndex((function(n){return n===t}));-1!==r&&(n[e]=[].concat(Et(n[e].slice(0,r)),Et(n[e].slice(r+1))))})),Tt(this,"dynamicMiddlewares",(function(t){return function(e){return function(r){return function(i){var o={getState:e.getState,dispatch:function(t){return e.dispatch(t)}},u=n[t].map((function(t){return t(o)}));return Vt.apply(void 0,Et(u))(r)(i)}}}}))}));function Rn(t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0,r={};if("initialize:aborted"===e.type)return n;if(/^registerPlugin:([^:]*)$/.test(e.type)){var i=Wn(e.type,"registerPlugin"),o=t()[i];if(!o||!i)return n;var u=e.enabled;return r[i]={enabled:u,initialized:!!u&&Boolean(!o.initialize),loaded:!!u&&Boolean(o.loaded()),config:o.config||{}},_t(_t({},n),r)}if(/^initialize:([^:]*)$/.test(e.type)){var a=Wn(e.type,tn.initialize),c=t()[a];return c&&a?(r[a]=_t(_t({},n[a]),{initialized:!0,loaded:Boolean(c.loaded())}),_t(_t({},n),r)):n}if(/^ready:([^:]*)$/.test(e.type))return r[e.name]=_t(_t({},n[e.name]),{loaded:!0}),_t(_t({},n),r);switch(e.type){case tn.disablePlugin:return _t(_t({},n),Hn(e.plugins,!1,n));case tn.enablePlugin:return _t(_t({},n),Hn(e.plugins,!0,n));default:return n}}}function Wn(t,n){return t.substring(n.length+1,t.length)}function Hn(t,n,e){return t.reduce((function(t,r){return t[r]=_t(_t({},e[r]),{enabled:n}),t}),e)}function qn(t){try{return JSON.parse(JSON.stringify(t))}catch(t){}return t}var Vn={last:{},history:[]};function Fn(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Vn,n=arguments.length>1?arguments[1]:void 0,e=n.options,r=n.meta;if(n.type===tn.track){var i=qn(_t(_t({event:n.event,properties:n.properties},Object.keys(e).length&&{options:e}),{},{meta:r}));return _t(_t({},t),{last:i,history:t.history.concat(i)})}return t}var Gn={actions:[]};function Jn(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Gn,n=arguments.length>1?arguments[1]:void 0,e=n.payload;switch(n.type){case"queue":var r;return r=e&&e.type&&e.type===tn.identify?[n].concat(t.actions):t.actions.concat(n),_t(_t({},t),{},{actions:r});case"dequeue":return[];default:return t}}var Xn=/#.*$/;function Kn(t){var n=/(http[s]?:\/\/)?([^\/\s]+\/)(.*)/g.exec(t);return"/"+(n&&n[3]?n[3].split("?")[0].replace(Xn,""):"")}var Bn,Yn,Zn,Qn,te=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!mt)return t;var n=document,e=n.title,r=n.referrer,i=window,o=i.location,u=i.innerWidth,a=i.innerHeight,c=o.hash,s=o.search,f=function(t){var n=function(){if(mt)for(var t,n=document.getElementsByTagName("link"),e=0;t=n[e];e++)if("canonical"===t.getAttribute("rel"))return t.getAttribute("href")}();return n?n.match(/\?/)?n:n+t:window.location.href.replace(Xn,"")}(s),l={title:e,url:f,path:Kn(f),hash:c,search:s,width:u,height:a};return r&&""!==r&&(l.referrer=r),_t(_t({},l),t)},ne={last:{},history:[]};function ee(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ne,n=arguments.length>1?arguments[1]:void 0,e=n.options;if(n.type===tn.page){var r=qn(_t({properties:n.properties,meta:n.meta},Object.keys(e).length&&{options:e}));return _t(_t({},t),{last:r,history:t.history.concat(r)})}return t}Bn=function(){if(!mt)return!1;var t=navigator.appVersion;return~t.indexOf("Win")?"Windows":~t.indexOf("Mac")?"MacOS":~t.indexOf("X11")?"UNIX":~t.indexOf("Linux")?"Linux":"Unknown OS"}(),Yn=mt?document.referrer:null,Zn=function(){if(M){var t=navigator,n=t.languages;return t.userLanguage||(n&&n.length?n[0]:t.language)}}(),Qn=function(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch(t){}}();var re={initialized:!1,sessionId:J(),app:null,version:null,debug:!1,offline:!!mt&&!navigator.onLine,os:{name:Bn},userAgent:mt?navigator.userAgent:"node",library:{name:Kt,version:"0.10.22"},timezone:Qn,locale:Zn,campaign:{},referrer:Yn};function ie(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:re,n=arguments.length>1?arguments[1]:void 0,e=t.initialized,r=n.campaign;switch(n.type){case tn.campaign:return _t(_t({},t),{campaign:r});case tn.offline:return _t(_t({},t),{offline:!0});case tn.online:return _t(_t({},t),{offline:!1});default:return e?t:_t(_t(_t({},re),t),{initialized:!0})}}var oe=["plugins","reducers","storage"];function ue(t,n,e){if(mt){var r=window[(e?"add":"remove")+"EventListener"];t.split(" ").forEach((function(t){r(t,n)}))}}function ae(t){var n=ue.bind(null,"online offline",(function(){return Promise.resolve(!navigator.onLine).then(t)}));return n(!0),function(){return n(!1)}}function ce(){return dt(Kt,[]),function(t){return function(n,e,r){var i=t(n,e,r),o=i.dispatch;return Object.assign(i,{dispatch:function(t){return ft[st][Kt].push(t.action||t),o(t)}})}}}function se(){return function(){return Vt(Vt.apply(null,arguments),ce())}}function fe(t){return t?function(t){return"[object Array]"===Object.prototype.toString.call(t)}(t)?t:[t]:[]}function le(){var t,n,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0,i=arguments.length>2?arguments[2]:void 0,o=J();return r&&(fn[o]=(t=r,n=function(t){for(var n,e=t||Array.prototype.slice.call(arguments),r=0;r<e.length;r++)if(yt(e[r])){n=e[r];break}return n}(i),function(e){n&&n(e),t(e)})),_t(_t({},e),{},{rid:o,ts:(new Date).getTime()},r?{hasCallback:!0}:{})}function de(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.reducers||{},e=t.initialUser||{},r=(t.plugins||[]).reduce((function(t,n){if(yt(n))return t.middlewares=t.middlewares.concat(n),t;if(n.NAMESPACE&&(n.name=n.NAMESPACE),!n.name)throw new Error("https://lytics.dev/errors/1");var e=n.EVENTS?Object.keys(n.EVENTS).map((function(t){return n.EVENTS[t]})):[];t.pluginEnabled[n.name]=!(!1===n.enabled||n.config&&!1===n.config.enabled),delete n.enabled,n.methods&&(t.methods[n.name]=Object.keys(n.methods).reduce((function(t,e){var r;return t[e]=(r=n.methods[e],function(){for(var t=Array.prototype.slice.call(arguments),n=new Array(r.length),e=0;e<t.length;e++)n[e]=t[e];return n[n.length]=S,r.apply({instance:S},n)}),t}),{}),delete n.methods);var r=Object.keys(n).concat(e),i=new Set(t.events.concat(r));if(t.events=Array.from(i),t.pluginsArray=t.pluginsArray.concat(n),t.plugins[n.name])throw new Error(n.name+"AlreadyLoaded");return t.plugins[n.name]=n,t.plugins[n.name].loaded||(t.plugins[n.name].loaded=function(){return!0}),t}),{plugins:{},pluginEnabled:{},methods:{},pluginsArray:[],middlewares:[],events:[]}),i=t.storage?t.storage:{getItem:lt,setItem:dt,removeItem:ht},o=function(t){return function(n,e,r){return e.getState("user")[n]||(r&&Ot(r)&&r[n]?r[n]:an(t)[n]||lt(cn(n))||null)}}(i),u=r.plugins,a=r.events.filter((function(t){return!Qt.includes(t)})).sort(),c=new Set(a.concat(Zt).filter((function(t){return!Qt.includes(t)}))),s=Array.from(c).sort(),f=function(){return u},l=new Un,d=l.addMiddleware,h=l.removeMiddleware,v=l.dynamicMiddlewares,p=function(){throw new Error("Abort disabled inListener")},w=function(t){for(var n,e=Object.create(null),r=/([^&=]+)=?([^&]*)/g;n=r.exec(t);){var i=F(n[1]),o=F(n[2]);if(i)if("[]"===i.substring(i.length-2)){var u=e[i=i.substring(0,i.length-2)]||(e[i]=[]);e[i]=Array.isArray(u)?u:[],e[i].push(o)}else e[i]=""===o||o}for(var a in e){var c=a.split("[");c.length>1&&(G(e,c.map((function(t){return t.replace(/[?[\]\\ ]/g,"")})),e[a]),delete e[a])}return e}(function(t){if(t){var n=t.match(/\?(.*)/);return n&&n[1]?n[1].split("#")[0]:""}return M&&window.location.search.substring(1)}(void 0)),m=an(i),b=_t(_t(_t(_t({},m),e),w.an_uid?{userId:w.an_uid}:{}),w.an_aid?{anonymousId:w.an_aid}:{});b.anonymousId||(b.anonymousId=J());var y,g,j,O=_t({enable:function(t,n){return new Promise((function(e){D.dispatch({type:tn.enablePlugin,plugins:fe(t),_:{originalAction:tn.enablePlugin}},e,[n])}))},disable:function(t,n){return new Promise((function(e){D.dispatch({type:tn.disablePlugin,plugins:fe(t),_:{originalAction:tn.disablePlugin}},e,[n])}))}},r.methods),S={identify:(j=xt(Mt.mark((function t(n,e,r,i){var u,a,c,s,f;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return u=gt(n)?n:null,a=Ot(n)?n:e,c=r||{},s=S.user(),dt(cn(Bt),u),f=u||a.userId||o(Bt,S,a),t.abrupt("return",new Promise((function(t){D.dispatch(_t({type:tn.identifyStart,userId:f,traits:a||{},options:c,anonymousId:s.anonymousId},s.id&&s.id!==u&&{previousId:s.id}),t,[e,r,i])})));case 7:case"end":return t.stop()}}),t)}))),function(t,n,e,r){return j.apply(this,arguments)}),track:(g=xt(Mt.mark((function t(n,e,r,i){var u,a,c;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((u=Ot(n)?n.event:n)&&gt(u)){t.next=3;break}throw new Error("EventMissing");case 3:return a=Ot(n)?n:e||{},c=Ot(r)?r:{},t.abrupt("return",new Promise((function(t){D.dispatch({type:tn.trackStart,event:u,properties:a,options:c,userId:o(Bt,S,e),anonymousId:o(Yt,S,e)},t,[e,r,i])})));case 6:case"end":return t.stop()}}),t)}))),function(t,n,e,r){return g.apply(this,arguments)}),page:(y=xt(Mt.mark((function t(n,e,r){var i,u;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=Ot(n)?n:{},u=Ot(e)?e:{},t.abrupt("return",new Promise((function(t){D.dispatch({type:tn.pageStart,properties:te(i),options:u,userId:o(Bt,S,i),anonymousId:o(Yt,S,i)},t,[n,e,r])})));case 3:case"end":return t.stop()}}),t)}))),function(t,n,e){return y.apply(this,arguments)}),user:function(t){if(t===Bt||"id"===t)return o(Bt,S);if(t===Yt||"anonId"===t)return o(Yt,S);var n=S.getState("user");return t?P(n,t):n},reset:function(t){return new Promise((function(n){D.dispatch({type:tn.resetStart},n,t)}))},ready:function(t){return S.on(tn.ready,t)},on:function(t,n){if(!t||!yt(n))return!1;if(t===tn.bootstrap)throw new Error(".on disabled for "+t);var e=/Start$|Start:/;if("*"===t){var r=function(){return function(t){return function(r){return r.type.match(e)&&n({payload:r,instance:S,plugins:u}),t(r)}}},i=function(){return function(t){return function(r){return r.type.match(e)||n({payload:r,instance:S,plugins:u}),t(r)}}};return d(r,he),d(i,ve),function(){h(r,he),h(i,ve)}}var o=t.match(e)?he:ve,a=function(){return function(e){return function(r){return r.type===t&&n({payload:r,instance:S,plugins:u,abort:p}),e(r)}}};return d(a,o),function(){return h(a,o)}},once:function(t,n){if(!t||!yt(n))return!1;if(t===tn.bootstrap)throw new Error(".once disabled for "+t);var e=S.on(t,(function(t){n({payload:t.payload,instance:S,plugins:u,abort:p}),e()}));return e},getState:function(t){var n=D.getState();return t?P(n,t):Object.assign({},n)},dispatch:function(t){var n=gt(t)?{type:t}:t;if(Zt.includes(n.type))throw new Error("reserved action "+n.type);var e=t._||{},r=_t(_t({},n),{},{_:_t({originalAction:n.type},e)});D.dispatch(r)},enablePlugin:O.enable,disablePlugin:O.disable,plugins:O,storage:{getItem:i.getItem,setItem:function(t,n,e){D.dispatch({type:tn.setItemStart,key:t,value:n,options:e})},removeItem:function(t,n){D.dispatch({type:tn.removeItemStart,key:t,options:n})}},setAnonymousId:function(t,n){S.storage.setItem(Gt,t,n)},events:{all:s,core:Zt,plugins:a}},k=r.middlewares.concat([function(){return function(t){return function(n){return n.meta||(n.meta=le()),t(n)}}},v(he),Dn(S,f,{all:s,plugins:a}),Ln(i),on(S),sn(S),v(ve)]),E={context:ie,user:un(i),page:ee,track:Fn,plugins:Rn(f),queue:Jn},A=Vt,I=Vt;if(mt&&t.debug){var x=window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;x&&(A=x({trace:!0,traceLimit:25})),I=function(){return 0===arguments.length?ce():Ot(At(arguments[0]))?se():se().apply(null,arguments)}}var T,N=function(t){return Object.keys(t).reduce((function(n,e){return oe.includes(e)||(n[e]=t[e]),n}),{})}(t),_=r.pluginsArray.reduce((function(t,n){var e=n.name,i=n.config,o=n.loaded,u=r.pluginEnabled[e];return t[e]={enabled:u,initialized:!!u&&Boolean(!n.initialize),loaded:Boolean(o()),config:i||{}},t}),{}),C={context:N,user:b,plugins:_},D=Ht(function(t){for(var n=Object.keys(t),e={},r=0;r<n.length;r++){var i=n[r];At(t[i])===Ct&&(e[i]=t[i])}var o,u=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(n){var e=t[n];if(At(e(void 0,{type:$t}))===Dt||At(e(void 0,{type:Ut}))===Dt)throw new Error(Lt+" "+n+" "+Dt)}))}(e)}catch(t){o=t}return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(o)throw o;for(var r=!1,i={},a=0;a<u.length;a++){var c=u[a],s=t[c],f=(0,e[c])(s,n);if(At(f)===Dt){var l=qt(c,n);throw new Error(l)}i[c]=f,r=r||f!==s}return r?i:t}}(_t(_t({},E),n)),C,I(A(Ft.apply(void 0,Et(k)))));D.dispatch=(T=D.dispatch,function(t,n,e){var r=le(t.meta,n,fe(e)),i=_t(_t({},t),{meta:r});return T.apply(null,[i])});var L=Object.keys(u);D.dispatch({type:tn.bootstrap,plugins:L,config:N,params:w,user:b,initialUser:e,persistedUser:m});var z=L.filter((function(t){return r.pluginEnabled[t]})),$=L.filter((function(t){return!r.pluginEnabled[t]}));return D.dispatch({type:tn.registerPlugins,plugins:L,enabled:r.pluginEnabled}),r.pluginsArray.map((function(t,n){var e=t.bootstrap,i=t.config,o=t.name;e&&yt(e)&&e({instance:S,config:i,payload:t}),D.dispatch({type:tn.registerPluginType(o),name:o,enabled:r.pluginEnabled[o],plugin:t}),r.pluginsArray.length===n+1&&D.dispatch({type:tn.initializeStart,plugins:z,disabled:$})})),ae((function(t){D.dispatch({type:t?tn.offline:tn.online})})),function(t,n,e){setInterval((function(){return hn(t,n,e)}),3e3)}(D,f,S),S}var he="before",ve="after",pe="cookie",we=ge(),me=je,be=je;function ye(t){return we?je(t,"",-1):ht(t)}function ge(){if(void 0!==we)return we;var t="cookiecookie";try{je(t,t),we=-1!==document.cookie.indexOf(t),ye(t)}catch(t){we=!1}return we}function je(t,n,e,r,i,o){if("undefined"!=typeof window){var u=arguments.length>1;return!1===we&&(u?dt(t,n):lt(t)),u?document.cookie=t+"="+encodeURIComponent(n)+(e?"; expires="+new Date(+new Date+1e3*e).toUTCString()+(r?"; path="+r:"")+(i?"; domain="+i:"")+(o?"; secure":""):""):decodeURIComponent((("; "+document.cookie).split("; "+t+"=")[1]||"").split(";")[0])}}var Oe="localStorage",Se=wt.bind(null,"localStorage"),ke=vt("localStorage","getItem",lt),Ee=vt("localStorage","setItem",dt),Ae=vt("localStorage","removeItem",ht),Ie="sessionStorage",xe=wt.bind(null,"sessionStorage");vt("sessionStorage","getItem",lt),vt("sessionStorage","setItem",dt),vt("sessionStorage","removeItem",ht);var Te="any",Ne="*";"undefined"==typeof process||process;var _e="undefined"!=typeof window;function Pe(t,n){return typeof n===t}"undefined"!=typeof Deno&&Deno,_e&&"nodejs"===window.name||"undefined"!=typeof navigator&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),Pe.bind(null,"function");var Me=Pe.bind(null,"string"),Ce=Pe.bind(null,"undefined");function De(t){var n=t;try{if("true"===(n=JSON.parse(t)))return!0;if("false"===n)return!1;if(function(t){if(!function(t){return t&&("object"==typeof t||null!==t)}(t))return!1;for(var n=t;null!==Object.getPrototypeOf(n);)n=Object.getPrototypeOf(n);return Object.getPrototypeOf(t)===n}(n))return n;parseFloat(n)===n&&(n=parseFloat(n))}catch(t){}if(null!==n&&""!==n)return n}Pe.bind(null,"boolean");var Le=Se(),ze=xe(),$e=ge();function Ue(t,n){if(t){var e=Re(n),r=!Ve(e),i=We(e)?De(localStorage.getItem(t)):void 0;if(r&&!Ce(i))return i;var o=He(e)?De(me(t)):void 0;if(r&&o)return o;var u=qe(e)?De(sessionStorage.getItem(t)):void 0;if(r&&u)return u;var a=lt(t);return r?a:{localStorage:i,sessionStorage:u,cookie:o,global:a}}}function Re(t){return t?Me(t)?t:t.storage:Te}function We(t){return Le&&Fe(t,Oe)}function He(t){return $e&&Fe(t,pe)}function qe(t){return ze&&Fe(t,Ie)}function Ve(t){return t===Ne||"all"===t}function Fe(t,n){return t===Te||t===n||Ve(t)}function Ge(t,n,e){return{location:t,current:n,previous:e}}var Je={setItem:function(t,n,e){if(t&&!Ce(n)){var r={},i=Re(e),o=JSON.stringify(n),u=!Ve(i);return We(i)&&(r[Oe]=Ge(Oe,n,De(localStorage.getItem(t))),localStorage.setItem(t,o),u)?r[Oe]:He(i)&&(r[pe]=Ge(pe,n,De(me(t))),be(t,o),u)?r[pe]:qe(i)&&(r[Ie]=Ge(Ie,n,De(sessionStorage.getItem(t))),sessionStorage.setItem(t,o),u)?r[Ie]:(r[ct]=Ge(ct,n,lt(t)),dt(t,n),u?r[ct]:r)}},getItem:Ue,removeItem:function(t,n){if(t){var e=Re(n),r=Ue(t,Ne),i={};return!Ce(r.localStorage)&&We(e)&&(localStorage.removeItem(t),i[Oe]=r.localStorage),!Ce(r.cookie)&&He(e)&&(ye(t),i[pe]=r.cookie),!Ce(r.sessionStorage)&&qe(e)&&(sessionStorage.removeItem(t),i[Ie]=r.sessionStorage),!Ce(r.global)&&Fe(e,ct)&&(ht(t),i[ct]=r.global),i}}};const Xe=Je;function Ke(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Be(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function Ye(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?Be(Object(e),!0).forEach((function(n){Ke(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Be(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var Ze={exports:{}};!function(t){var n=c.exports;function e(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}t.exports=function(t){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?e(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):e(Object(i)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}))}return t},t.exports.__esModule=!0,t.exports.default=t.exports}(Ze);const Qe=u(Ze.exports);var tr={exports:{}};!function(t){var n=l.exports.default;function e(){t.exports=e=function(){return i},t.exports.__esModule=!0,t.exports.default=t.exports;var r,i={},o=Object.prototype,u=o.hasOwnProperty,a=Object.defineProperty||function(t,n,e){t[n]=e.value},c="function"==typeof Symbol?Symbol:{},s=c.iterator||"@@iterator",f=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function d(t,n,e){return Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[n]}try{d({},"")}catch(r){d=function(t,n,e){return t[n]=e}}function h(t,n,e,r){var i=Object.create((n&&n.prototype instanceof g?n:g).prototype),o=new M(r||[]);return a(i,"_invoke",{value:T(t,e,o)}),i}function v(t,n,e){try{return{type:"normal",arg:t.call(n,e)}}catch(t){return{type:"throw",arg:t}}}i.wrap=h;var p="suspendedStart",w="suspendedYield",m="executing",b="completed",y={};function g(){}function j(){}function O(){}var S={};d(S,s,(function(){return this}));var k=Object.getPrototypeOf,E=k&&k(k(C([])));E&&E!==o&&u.call(E,s)&&(S=E);var A=O.prototype=g.prototype=Object.create(S);function I(t){["next","throw","return"].forEach((function(n){d(t,n,(function(t){return this._invoke(n,t)}))}))}function x(t,e){function r(i,o,a,c){var s=v(t[i],t,o);if("throw"!==s.type){var f=s.arg,l=f.value;return l&&"object"==n(l)&&u.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,c)}),(function(t){r("throw",t,a,c)})):e.resolve(l).then((function(t){f.value=t,a(f)}),(function(t){return r("throw",t,a,c)}))}c(s.arg)}var i;a(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(o,o):o()}})}function T(t,n,e){var i=p;return function(o,u){if(i===m)throw Error("Generator is already running");if(i===b){if("throw"===o)throw u;return{value:r,done:!0}}for(e.method=o,e.arg=u;;){var a=e.delegate;if(a){var c=N(a,e);if(c){if(c===y)continue;return c}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(i===p)throw i=b,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);i=m;var s=v(t,n,e);if("normal"===s.type){if(i=e.done?b:w,s.arg===y)continue;return{value:s.arg,done:e.done}}"throw"===s.type&&(i=b,e.method="throw",e.arg=s.arg)}}}function N(t,n){var e=n.method,i=t.iterator[e];if(i===r)return n.delegate=null,"throw"===e&&t.iterator.return&&(n.method="return",n.arg=r,N(t,n),"throw"===n.method)||"return"!==e&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+e+"' method")),y;var o=v(i,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;var u=o.arg;return u?u.done?(n[t.resultName]=u.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=r),n.delegate=null,y):u:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function _(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function P(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function M(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function C(t){if(t||""===t){var e=t[s];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function n(){for(;++i<t.length;)if(u.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=r,n.done=!0,n};return o.next=o}}throw new TypeError(n(t)+" is not iterable")}return j.prototype=O,a(A,"constructor",{value:O,configurable:!0}),a(O,"constructor",{value:j,configurable:!0}),j.displayName=d(O,l,"GeneratorFunction"),i.isGeneratorFunction=function(t){var n="function"==typeof t&&t.constructor;return!!n&&(n===j||"GeneratorFunction"===(n.displayName||n.name))},i.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,O):(t.__proto__=O,d(t,l,"GeneratorFunction")),t.prototype=Object.create(A),t},i.awrap=function(t){return{__await:t}},I(x.prototype),d(x.prototype,f,(function(){return this})),i.AsyncIterator=x,i.async=function(t,n,e,r,o){void 0===o&&(o=Promise);var u=new x(h(t,n,e,r),o);return i.isGeneratorFunction(n)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},I(A),d(A,l,"Generator"),d(A,s,(function(){return this})),d(A,"toString",(function(){return"[object Generator]"})),i.keys=function(t){var n=Object(t),e=[];for(var r in n)e.push(r);return e.reverse(),function t(){for(;e.length;){var r=e.pop();if(r in n)return t.value=r,t.done=!1,t}return t.done=!0,t}},i.values=C,M.prototype={constructor:M,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(P),!t)for(var n in this)"t"===n.charAt(0)&&u.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function e(e,i){return a.type="throw",a.arg=t,n.next=e,i&&(n.method="next",n.arg=r),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return e("end");if(o.tryLoc<=this.prev){var c=u.call(o,"catchLoc"),s=u.call(o,"finallyLoc");if(c&&s){if(this.prev<o.catchLoc)return e(o.catchLoc,!0);if(this.prev<o.finallyLoc)return e(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return e(o.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return e(o.finallyLoc)}}}},abrupt:function(t,n){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc<=this.prev&&u.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=n&&n<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=t,o.arg=n,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(o)},complete:function(t,n){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&n&&(this.next=n),y},finish:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),P(e),y}},catch:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===t){var r=e.completion;if("throw"===r.type){var i=r.arg;P(e)}return i}}throw Error("illegal catch attempt")},delegateYield:function(t,n,e){return this.delegate={iterator:C(t),resultName:n,nextLoc:e},"next"===this.method&&(this.arg=r),y}},i}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports}(tr);var nr=tr.exports(),er=nr;try{regeneratorRuntime=nr}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=nr:Function("r","regeneratorRuntime = r")(nr)}var rr=function(){};wt.bind(null,"sessionStorage");var ir=vt("sessionStorage","getItem",lt),or=vt("sessionStorage","setItem",dt);vt("sessionStorage","removeItem",ht);var ur="__session",ar=["id","createdAt","created"];function cr(t){var n=t?new Date(t):new Date;return[n.toISOString(),n.getTime()]}function sr(){var t=cr(),n=t[0],e=t[1];return{id:J(),created:e,createdAt:n}}var fr={session:[ir,or],page:[lt,dt]};function lr(t,n){for(var e=fr[t],r=e[0],i=e[1],o=sr(),u=!1,a={},c=0;c<ar.length;c++){var s=ar[c],f="__"+t+"__session__"+s,l=r(f);u=n||!l,(n||!n&&!l)&&i(f,o[s]);var d=l&&!n?l:o[s],h="created"!==s?d:Number(d);a[s]=h}return dr(a,u)}function dr(t,n){var e=Date.now();return t.elapsed=e-t.created,t.expires&&(t.remaining=Math.max(t.expires-e,0),t.isExpired=0===t.remaining),t.isNew=n,t}function hr(t,n){void 0===t&&(t=30);var e=me(ur),r=e?JSON.parse(e):vr(t);return n?r:dr(r,!e)}function vr(t,n,e){void 0===t&&(t=30);var r=e?hr(t,!0):sr(),i=60*t,o=r.created;if(e){var u=cr(),a=u[0],c=u[1];r.modified=c,r.modifiedAt=a,o=c}var s=cr(o+1e3*i),f=s[0];return r.expires=s[1],r.expiresAt=f,r.duration=1e3*i,n&&(r=Object.assign(r,n)),be(ur,JSON.stringify(r),i),dr(r,!e)}var pr=lr.bind(null,"session"),wr=lr.bind(null,"session",!0),mr=lr.bind(null,"page"),br=lr.bind(null,"page",!0),yr="undefined"!=typeof window;function gr(t){return"boolean"==typeof t}var jr=function(t){return function(t){return!!t&&"object"==typeof t}(t)&&!function(t){var n=Object.prototype.toString.call(t);return"[object RegExp]"===n||"[object Date]"===n||function(t){return t.$$typeof===Or}(t)}(t)},Or="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function Sr(t,n){return!1!==n.clone&&n.isMergeableObject(t)?Ir(Array.isArray(t)?[]:{},t,n):t}function kr(t,n,e){return t.concat(n).map((function(t){return Sr(t,e)}))}function Er(t){return Object.keys(t).concat(function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(n){return Object.propertyIsEnumerable.call(t,n)})):[]}(t))}function Ar(t,n){try{return n in t}catch(t){return!1}}function Ir(t,n,e){(e=e||{}).arrayMerge=e.arrayMerge||kr,e.isMergeableObject=e.isMergeableObject||jr,e.cloneUnlessOtherwiseSpecified=Sr;var r=Array.isArray(n);return r===Array.isArray(t)?r?e.arrayMerge(t,n,e):function(t,n,e){var r={};return e.isMergeableObject(t)&&Er(t).forEach((function(n){r[n]=Sr(t[n],e)})),Er(n).forEach((function(i){(function(t,n){return Ar(t,n)&&!(Object.hasOwnProperty.call(t,n)&&Object.propertyIsEnumerable.call(t,n))})(t,i)||(r[i]=Ar(t,i)&&e.isMergeableObject(n[i])?function(t,n){if(!n.customMerge)return Ir;var e=n.customMerge(t);return"function"==typeof e?e:Ir}(i,e)(t[i],n[i],e):Sr(n[i],e))})),r}(t,n,e):Sr(n,e)}Ir.all=function(t,n){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,e){return Ir(t,e,n)}),{})};var xr=Ir,Tr={exports:{}};!function(t){
7
- /**
8
- * @license MIT <https://opensource.org/licenses/MIT>
9
- * @copyright Michael Hart 2024
10
- */
11
- const n=new TextEncoder,e={appstream2:"appstream",cloudhsmv2:"cloudhsm",email:"ses",marketplace:"aws-marketplace",mobile:"AWSMobileHubService",pinpoint:"mobiletargeting",queue:"sqs","git-codecommit":"codecommit","mturk-requester-sandbox":"mturk-requester","personalize-runtime":"personalize"},r=new Set(["authorization","content-type","content-length","user-agent","presigned-expires","expect","x-amzn-trace-id","range","connection"]);class i{constructor({method:t,url:n,headers:i,body:o,accessKeyId:u,secretAccessKey:a,sessionToken:c,service:f,region:l,cache:d,datetime:h,signQuery:v,appendSessionToken:p,allHeaders:w,singleEncode:m}){if(null==n)throw new TypeError("url is a required option");if(null==u)throw new TypeError("accessKeyId is a required option");if(null==a)throw new TypeError("secretAccessKey is a required option");let b,y;this.method=t||(o?"POST":"GET"),this.url=new URL(n),this.headers=new Headers(i||{}),this.body=o,this.accessKeyId=u,this.secretAccessKey=a,this.sessionToken=c,f&&l||([b,y]=function(t,n){const{hostname:r,pathname:i}=t;if(r.endsWith(".on.aws")){const t=r.match(/^[^.]{1,63}\.lambda-url\.([^.]{1,63})\.on\.aws$/);return null!=t?["lambda",t[1]||""]:["",""]}if(r.endsWith(".r2.cloudflarestorage.com"))return["s3","auto"];if(r.endsWith(".backblazeb2.com")){const t=r.match(/^(?:[^.]{1,63}\.)?s3\.([^.]{1,63})\.backblazeb2\.com$/);return null!=t?["s3",t[1]||""]:["",""]}const o=r.replace("dualstack.","").match(/([^.]{1,63})\.(?:([^.]{0,63})\.)?amazonaws\.com(?:\.cn)?$/);let u=o&&o[1]||"",a=o&&o[2];if("us-gov"===a)a="us-gov-west-1";else if("s3"===a||"s3-accelerate"===a)a="us-east-1",u="s3";else if("iot"===u)u=r.startsWith("iot.")?"execute-api":r.startsWith("data.jobs.iot.")?"iot-jobs-data":"/mqtt"===i?"iotdevicegateway":"iotdata";else if("autoscaling"===u){const t=(n.get("X-Amz-Target")||"").split(".")[0];"AnyScaleFrontendService"===t?u="application-autoscaling":"AnyScaleScalingPlannerFrontendService"===t&&(u="autoscaling-plans")}else null==a&&u.startsWith("s3-")?(a=u.slice(3).replace(/^fips-|^external-1/,""),u="s3"):u.endsWith("-fips")?u=u.slice(0,-5):a&&/-\d$/.test(u)&&!/-\d$/.test(a)&&([u,a]=[a,u]);return[e[u]||u,a||""]}(this.url,this.headers)),this.service=f||b||"",this.region=l||y||"us-east-1",this.cache=d||new Map,this.datetime=h||(new Date).toISOString().replace(/[:-]|\.\d{3}/g,""),this.signQuery=v,this.appendSessionToken=p||"iotdevicegateway"===this.service,this.headers.delete("Host"),"s3"!==this.service||this.signQuery||this.headers.has("X-Amz-Content-Sha256")||this.headers.set("X-Amz-Content-Sha256","UNSIGNED-PAYLOAD");const g=this.signQuery?this.url.searchParams:this.headers;if(g.set("X-Amz-Date",this.datetime),this.sessionToken&&!this.appendSessionToken&&g.set("X-Amz-Security-Token",this.sessionToken),this.signableHeaders=["host",...this.headers.keys()].filter((t=>w||!r.has(t))).sort(),this.signedHeaders=this.signableHeaders.join(";"),this.canonicalHeaders=this.signableHeaders.map((t=>t+":"+("host"===t?this.url.host:(this.headers.get(t)||"").replace(/\s+/g," ")))).join("\n"),this.credentialString=[this.datetime.slice(0,8),this.region,this.service,"aws4_request"].join("/"),this.signQuery&&("s3"!==this.service||g.has("X-Amz-Expires")||g.set("X-Amz-Expires","86400"),g.set("X-Amz-Algorithm","AWS4-HMAC-SHA256"),g.set("X-Amz-Credential",this.accessKeyId+"/"+this.credentialString),g.set("X-Amz-SignedHeaders",this.signedHeaders)),"s3"===this.service)try{this.encodedPath=decodeURIComponent(this.url.pathname.replace(/\+/g," "))}catch(t){this.encodedPath=this.url.pathname}else this.encodedPath=this.url.pathname.replace(/\/+/g,"/");m||(this.encodedPath=encodeURIComponent(this.encodedPath).replace(/%2F/g,"/")),this.encodedPath=s(this.encodedPath);const j=new Set;this.encodedSearch=[...this.url.searchParams].filter((([t])=>{if(!t)return!1;if("s3"===this.service){if(j.has(t))return!1;j.add(t)}return!0})).map((t=>t.map((t=>s(encodeURIComponent(t)))))).sort((([t,n],[e,r])=>t<e?-1:t>e?1:n<r?-1:n>r?1:0)).map((t=>t.join("="))).join("&")}async sign(){return this.signQuery?(this.url.searchParams.set("X-Amz-Signature",await this.signature()),this.sessionToken&&this.appendSessionToken&&this.url.searchParams.set("X-Amz-Security-Token",this.sessionToken)):this.headers.set("Authorization",await this.authHeader()),{method:this.method,url:this.url,headers:this.headers,body:this.body}}async authHeader(){return["AWS4-HMAC-SHA256 Credential="+this.accessKeyId+"/"+this.credentialString,"SignedHeaders="+this.signedHeaders,"Signature="+await this.signature()].join(", ")}async signature(){const t=this.datetime.slice(0,8),n=[this.secretAccessKey,t,this.region,this.service].join();let e=this.cache.get(n);if(!e){const r=await o("AWS4"+this.secretAccessKey,t),i=await o(r,this.region),u=await o(i,this.service);e=await o(u,"aws4_request"),this.cache.set(n,e)}return c(await o(e,await this.stringToSign()))}async stringToSign(){return["AWS4-HMAC-SHA256",this.datetime,this.credentialString,c(await u(await this.canonicalString()))].join("\n")}async canonicalString(){return[this.method.toUpperCase(),this.encodedPath,this.encodedSearch,this.canonicalHeaders+"\n",this.signedHeaders,await this.hexBodyHash()].join("\n")}async hexBodyHash(){let t=this.headers.get("X-Amz-Content-Sha256")||("s3"===this.service&&this.signQuery?"UNSIGNED-PAYLOAD":null);if(null==t){if(this.body&&"string"!=typeof this.body&&!("byteLength"in this.body))throw new Error("body must be a string, ArrayBuffer or ArrayBufferView, unless you include the X-Amz-Content-Sha256 header");t=c(await u(this.body||""))}return t}}async function o(t,e){const r=await crypto.subtle.importKey("raw","string"==typeof t?n.encode(t):t,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]);return crypto.subtle.sign("HMAC",r,n.encode(e))}async function u(t){return crypto.subtle.digest("SHA-256","string"==typeof t?n.encode(t):t)}const a=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function c(t){const n=new Uint8Array(t);let e="";for(let t=0;t<n.length;t++){const r=n[t];e+=a[r>>>4&15],e+=a[15&r]}return e}function s(t){return t.replace(/[!'()*]/g,(t=>"%"+t.charCodeAt(0).toString(16).toUpperCase()))}t.AwsClient=class{constructor({accessKeyId:t,secretAccessKey:n,sessionToken:e,service:r,region:i,cache:o,retries:u,initRetryMs:a}){if(null==t)throw new TypeError("accessKeyId is a required option");if(null==n)throw new TypeError("secretAccessKey is a required option");this.accessKeyId=t,this.secretAccessKey=n,this.sessionToken=e,this.service=r,this.region=i,this.cache=o||new Map,this.retries=null!=u?u:10,this.initRetryMs=a||50}async sign(t,n){if(t instanceof Request){const{method:e,url:r,headers:i,body:o}=t;null==(n=Object.assign({method:e,url:r,headers:i},n)).body&&i.has("Content-Type")&&(n.body=null!=o&&i.has("X-Amz-Content-Sha256")?o:await t.clone().arrayBuffer()),t=r}const e=new i(Object.assign({url:t.toString()},n,this,n&&n.aws)),r=Object.assign({},n,await e.sign());delete r.aws;try{return new Request(r.url.toString(),r)}catch(t){if(t instanceof TypeError)return new Request(r.url.toString(),Object.assign({duplex:"half"},r));throw t}}async fetch(t,n){for(let e=0;e<=this.retries;e++){const r=fetch(await this.sign(t,n));if(e===this.retries)return r;const i=await r;if(i.status<500&&429!==i.status)return i;await new Promise((t=>setTimeout(t,Math.random()*this.initRetryMs*Math.pow(2,e))))}throw new Error("An unknown error occurred, ensure retries is not negative")}},t.AwsV4Signer=i,Object.defineProperty(t,"__esModule",{value:!0})}(Tr.exports);var Nr=function(){};"undefined"==typeof process||process;var _r="undefined"!=typeof document;function Pr(t,n){return n.charAt(0)[t]()+n.slice(1)}"undefined"!=typeof Deno&&Deno,_r&&"nodejs"===window.name||"undefined"!=typeof navigator&&void 0!==navigator.userAgent&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var Mr=Pr.bind(null,"toUpperCase"),Cr=Pr.bind(null,"toLowerCase");function Dr(t,n){void 0===n&&(n=!0);var e=function(t){return Ur(t)?Mr("null"):"object"==typeof t?function(t){return zr(t.constructor)?t.constructor.name:null}(t):Object.prototype.toString.call(t).slice(8,-1)}(t);return n?Cr(e):e}function Lr(t,n){return typeof n===t}var zr=Lr.bind(null,"function"),$r=Lr.bind(null,"string");function Ur(t){return null===t}function Rr(t,n){if("object"!=typeof n||Ur(n))return!1;if(n instanceof t)return!0;var e=Dr(new t(""));if(function(t){return t instanceof Error||$r(t.message)&&t.constructor&&function(t){return"number"===Dr(t)&&!isNaN(t)}(t.constructor.stackTraceLimit)}(n))for(;n;){if(Dr(n)===e)return!0;n=Object.getPrototypeOf(n)}return!1}function Wr(t,n){var e=t instanceof Element||t instanceof HTMLDocument;return e&&n?function(t,n){return void 0===n&&(n=""),t&&t.nodeName===n.toUpperCase()}(t,n):e}function Hr(t){var n=[].slice.call(arguments,1);return function(){return t.apply(void 0,[].slice.call(arguments).concat(n))}}Lr.bind(null,"undefined"),Lr.bind(null,"boolean"),Lr.bind(null,"symbol"),Rr.bind(null,TypeError),Rr.bind(null,SyntaxError),Hr(Wr,"form"),Hr(Wr,"button"),Hr(Wr,"input"),Hr(Wr,"select");var qr="EventListener";function Vr(t,n){if($r(t))return n?Vr(document.querySelectorAll(t)):(e=t).split(e.indexOf(",")>-1?",":" ").map((function(t){return t.trim()}));var e;if(NodeList.prototype.isPrototypeOf(t)){for(var r=[],i=t.length>>>0;i--;)r[i]=t[i];return r}var o=function(t){return t?function(t){return"array"===Dr(t)}(t)?t:[t]:[]}(t);return n?o.map((function(t){return $r(t)?Vr(t,!0):t})).flat():o}function Fr(t,n){var e;return function(){return t&&(e=t.apply(n||this,arguments),t=null),e}}var Gr=function(t,n,e,r){var i=e||Nr,o=r||!1;if(!_r)return i;var u=Vr(n),a=Vr(t,!0);if(!a.length)throw new Error("noElements");if(!u.length)throw new Error("noEvent");var c=[];return function t(n){n&&(c=[]);for(var e=n?"add"+qr:"remove"+qr,r=0;r<a.length;r++){var s=a[r];c[r]=n?o&&o.once?Fr(i):i:c[r]||i;for(var f=0;f<u.length;f++)s[e]?s["on"+u[f]]=n?c[r]:null:s[e](u[f],c[r],o)}return t.bind(null,!n)}("Event")};function Jr(t,n){return _r&&zr(window[t])?(e=window[t],r=n,void 0===(i=window)&&(i=null),zr(e)?function(){e.apply(i,arguments),r.apply(i,arguments)}:r):window[t]=n;var e,r,i}Jr.bind(null,"onerror"),Jr.bind(null,"onload");var Xr="undefined"==typeof window,Kr="hidden";var Br=["mousemove","mousedown","touchmove","touchstart","touchend","keydown"];function Yr(t,n){void 0===n&&(n={});var e=function(t,n){var e=this,r=!1;return function(i){r||(t.call(e,i),r=!0,setTimeout((function(){return r=!1}),n))}}(t,n.throttle||1e4),r=[];function i(){var t=function(t){if(Xr)return!1;var n=Xr||Kr in document?Kr:["webkit","moz","ms","o"].reduce((function(t,n){var e=n+"Hidden";return!t&&e in document?e:t}),null),e="".concat(n.replace(/[H|h]idden/,""),"visibilitychange"),r=function(){return t(Boolean(document[n]))},i=function(){return document.addEventListener(e,r)};return i(),function(){return document.removeEventListener(e,r),i}}((function(t){t||e({type:"tabVisible"})}));return r=[t].concat(Br.map((function(t){return Gr(document,t,e)}))).concat(Gr(window,"load",e)).concat(Gr(window,"scroll",e,{capture:!0,passive:!0})),o}function o(){r.map((function(t){return t()}))}return i(),function(){return o(),i}}function Zr(t,n){return n?0:Math.round((new Date-t)/1e3)}var Qr="object",ti="string",ni="name",ei="version",ri="",ii="function",oi="undefined",ui={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},ai=[[/microsoft (windows) (vista|xp)/i],[ni,ei],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[ni,[ei,si,ui]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[ni,"Windows"],[ei,si,ui]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i],[[ei,/_/g,"."],[ni,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[ni,"MacOS"],[ei,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[ei,ni],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[ni,ei],[/\(bb(10);/i],[ei,[ni,"BlackBerry"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[ei,[ni,"Firefox OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[ei,[ni,"webOS"]],[/crkey\/([\d\.]+)/i],[ei,[ni,"Chromecast"]],[/(cros) [\w]+ ([\w\.]+\w)/i],[[ni,"Chromium OS"],ei],[/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/(unix) ?([\w\.]*)/i],[ni,ei]];function ci(t,n){for(var e,r,i,o,u,a,c=0;c<n.length&&!u;){var s=n[c],f=n[c+1];for(e=r=0;e<s.length&&!u;)if(u=s[e++].exec(t))for(i=0;i<f.length;i++)a=u[++r],d(o=f[i])===Qr&&o.length>0?2==o.length?this[o[0]]=d(o[1])==ii?o[1].call(this,a):o[1]:3==o.length?this[o[0]]=d(o[1])!==ii||o[1].exec&&o[1].test?a?a.replace(o[1],o[2]):void 0:a?o[1].call(this,a,o[2]):void 0:4==o.length&&(this[o[0]]=a?o[3].call(this,a.replace(o[1],o[2])):void 0):this[o]=a||void 0;c+=2}}function si(t,n){for(var e in n)if(d(n[e])===Qr&&n[e].length>0){for(var r=0;r<n[e].length;r++)if(fi(n[e][r],t))return"?"===e?void 0:e}else if(fi(n[e],t))return"?"===e?void 0:e;return t}function fi(t,n){return d(t)===ti&&-1!==li(n).indexOf(li(t))}function li(t){return t.toLowerCase()}function di(t){var n=t||(("undefined"==typeof window?"undefined":d(window))!==oi&&window.navigator&&window.navigator.userAgent?window.navigator.userAgent:ri),e={};return e[ni]=void 0,e[ei]=void 0,ci.call(e,n,ai),e}var hi="Brave";function vi(){if("undefined"==typeof window)return{};if(!window.navigator)return{};var t,n,e,r,i,o=window.navigator,u=o.platform,a=o.product,c=o.vendor,s=function(t){var n=t.userAgent,e=/.+(Opera[\s[A-Z]*|OPR[\sA-Z]*)\/([0-9\.]+).*/i.exec(n);if(e)return{type:e[1],version:e[2]};var r=/.+(Trident|Edge)\/([0-9\.]+).*/i.exec(n);if(r)return{type:r[1],version:r[2]};var i=/(headlesschrome)(?:\/([\w\.]+)| )/i.exec(n);if(i)return{type:i[1],version:i[2]};var o=/.+(Chrome|Firefox|FxiOS)\/([0-9\.]+).*/i.exec(n);if(o)return{type:t.brave&&t.brave.isBrave?hi:o[1],version:o[2]};var u=/.+(Safari)\/([0-9\.]+).*/i.exec(n);if(u)return{type:u[1],version:u[2]};var a=/.+(AppleWebKit)\/([0-9\.]+).*/i.exec(n);if(a)return{type:a[1],version:a[2]};var c=/.*([A-Z]+)\/([0-9\.]+).*/i.exec(n)||["","NA","0.0.0"];return{type:c[1],version:c[2]}}(window.navigator),f=s.type,l=s.version,d=f===hi?f:(c||"").split(" ")[0];return{platform:u,os:di(),make:d||a,model:f,version:l,name:[f,l].join("/"),language:(n=window.navigator,e=n.language,r=n.browserLanguage,i=n.languages,(e||r||(i||["en_US"])[0]).toLowerCase().replace("-","_")),timezone:(t=/\(([A-Za-z\s].*)\)/.exec((new Date).toString()),t&&t[1]||"")}}function pi(t){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})[t]||t}function wi(t){return mi.apply(this,arguments)}function mi(){return mi=s(er.mark((function t(n){var e,r,i,o,u,a,c=arguments;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e=c.length>1&&void 0!==c[1]&&c[1],r={},t.t0=er.keys(n);case 3:if((t.t1=t.t0()).done){t.next=13;break}return i=t.t1.value,o=Array.isArray(n[i])?n[i]:[n[i]],u=e?o:o[0],t.next=9,gi(u,Oi);case 9:Ei(a=t.sent)||(r[i]=a),t.next=3;break;case 13:return t.abrupt("return",r);case 14:case"end":return t.stop()}}),t)}))),mi.apply(this,arguments)}function bi(t){return yi.apply(this,arguments)}function yi(){return(yi=s(er.mark((function t(n){var e,r;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e={},t.t0=er.keys(n);case 2:if((t.t1=t.t0()).done){t.next=9;break}return r=t.t1.value,t.next=6,gi(n[r],Si);case 6:e[r]=t.sent,t.next=2;break;case 9:return t.abrupt("return",e);case 10:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function gi(t,n){return ji.apply(this,arguments)}function ji(){return(ji=s(er.mark((function t(n,e){return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("function"!=typeof n){t.next=4;break}return t.next=3,n();case 3:n=t.sent;case 4:return t.abrupt("return",e(n));case 5:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Oi(t){if(null!=t)return Array.isArray(t)?t.filter(ki).map((function(t){return t.toString()})):Ei(t)?t:t.toString()}function Si(t){return parseFloat(Number(Array.isArray(t)?t[0]:t))}function ki(t){return null!=t}function Ei(t){return null==t}var Ai="_session.start",Ii="_session.stop",xi="pageView";function Ti(t){return Ni.apply(this,arguments)}function Ni(){return Ni=s(er.mark((function t(n){var e,r,i,o,u,a,c,s,l,d,h,v,p,w,m,b,y,g,j,O,S,k,E,A,I,x,T,N,_,P=arguments;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e=P.length>1&&void 0!==P[1]?P[1]:{},i=(r=P.length>2&&void 0!==P[2]?P[2]:{}).appTitle,o=r.appPackageName,u=r.appVersionCode,a=r.enrichEventAttributes,c=r.enrichEventMetrics,s=r.debug?console.log:function(){},l=pi(n,r.eventMapping),d=hr(),h=e.sessionId||d.id,v=e.sessionStart||d.createdAt,p=e.sessionStart?new Date(e.sessionStart).getTime():d.created,s("event sessionData ",JSON.stringify(d)),yr&&(w=mr(),m=pr(),s("event pageSessionInfo",JSON.stringify(w)),s("event tabSessionData ",JSON.stringify(m))),b=e.attributes||{},y=e.eventId||J(),g=e.time?new Date(e.time):new Date,j=g.toISOString(),O=g.getTime()-p,S=Qe({date:j,sessionId:h},yr?{pageSession:w.id}:{}),!a){t.next=23;break}return t.next=20,a();case 20:t.t0=t.sent,t.next=24;break;case 23:t.t0={};case 24:if(k=t.t0,E=Qe(Qe(Qe({},S),k),b),A=e.metrics||{},I={sessionTime:d.elapsed||O,hour:g.getHours(),day:g.getDay()+1,month:g.getMonth()+1,year:g.getFullYear()},!c){t.next=34;break}return t.next=31,c();case 31:t.t1=t.sent,t.next=35;break;case 34:t.t1={};case 35:return x=t.t1,T=Qe(Qe(Qe({},I),x),A),t.next=39,wi(E);case 39:return t.t2=t.sent,t.next=42,bi(T);case 42:return t.t3=t.sent,N={attributes:t.t2,metrics:t.t3},s("".concat(y,":").concat(l)),s("eventAttributes",N.attributes),s("eventMetrics",N.metrics),yr&&s("clientInfo",vi()),_=f({},y,Qe(Qe({EventType:l,Timestamp:j,AppPackageName:o,AppTitle:i},u?{AppVersionCode:u}:{}),{},{Attributes:N.attributes,Metrics:N.metrics,Session:{Id:h,StartTimestamp:v}})),n===Ii&&(_[y].Session.Duration=O,_[y].Session.StopTimestamp=j),t.abrupt("return",_);case 51:case"end":return t.stop()}}),t)}))),Ni.apply(this,arguments)}var _i="__endpoint";function Pi(t){return"".concat(_i,".").concat(t)}var Mi,Ci="__endpoint",Di=!1;function Li(){return zi.apply(this,arguments)}function zi(){return zi=s(er.mark((function t(){var n,e,r,i,o,u,a,c,s,f,l,d,h,v,p,w,m,b,y,g,j,O=arguments;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=O.length>0&&void 0!==O[0]?O[0]:{},r=(e=O.length>1&&void 0!==O[1]?O[1]:{}).getUserId,i=e.getEndpointId,o=e.endpointMigration,u=qi(e),a=u.sessionKey?u.sessionKey():"sessions",c=u.pageViewKey?u.pageViewKey():"pageViews",yr&&(l=vi(),s=mr(),f=s.id),d=hr(),t.next=10,i();case 10:if(h=t.sent,Di||(Di=!0,(v=ke(Ci))&&($i(h,v),Ae(Ci))),p=Ui(h),w=Wi(e),m=Ri(w,l),b={Attributes:{},Demographic:m,Location:{},Metrics:{}},yr&&(l.device&&l.device.vendor&&(b.Attributes.DeviceMake=[l.device.vendor]),l.device&&l.device.model&&(b.Attributes.DeviceModel=[l.device.model]),l.device&&l.device.type&&(b.Attributes.DeviceType=[l.device.type])),!(n=xr.all([p,b,n],{arrayMerge:Hi})).User||!n.User.UserId){t.next=23;break}return t.next=21,r();case 21:n.User.UserId!==(y=t.sent)&&(n.User.UserId=y);case 23:if(n.User&&n.User.UserId){t.next=28;break}return t.next=26,r();case 26:(g=t.sent)&&(n.User=n.User||{},n.User.UserId=g);case 28:if(!n.User||!n.User.UserAttributes){t.next=32;break}return t.next=31,wi(n.User.UserAttributes,!0);case 31:n.User.UserAttributes=t.sent;case 32:return t.next=34,wi(n.Attributes,!0);case 34:return n.Attributes=t.sent,t.next=37,bi(n.Metrics);case 37:if(n.Metrics=t.sent,n.Metrics[a]||(n.Metrics[a]=1),n.Metrics[c]||(n.Metrics[c]=1),o&&(n=o(h,n)),j=n.Attributes.lastSession){t.next=47;break}return n.Attributes.lastSessionDate=[d.createdAt],n.Attributes.lastSession=[d.id],f&&(n.Attributes.lastPageSession=[f]),t.abrupt("return",$i(h,n));case 47:return j&&j[0]!==d.id&&(n.Attributes.lastSessionDate=[d.createdAt],n.Attributes.lastSession=[d.id],n.Metrics[a]+=1),n.Attributes&&n.Attributes.lastPageSession&&Array.isArray(n.Attributes.lastPageSession)&&n.Attributes.lastPageSession.length>0&&n.Attributes.lastPageSession[0]!==f&&(n.Attributes.lastPageSession=[f],n.Metrics[c]+=1),t.abrupt("return",$i(h,n));case 50:case"end":return t.stop()}}),t)}))),zi.apply(this,arguments)}function $i(t,n){var e=Pi(t),r="string"==typeof n?n:JSON.stringify(n);return Ee(e,r),n}function Ui(t){try{return JSON.parse(ke(Pi(t)))||{}}catch(t){}return{}}function Ri(t,n){return yr?function(t,n){var e={AppVersion:t,Locale:n.language,Make:n.make,Model:n.model,ModelVersion:n.version,Platform:n.os.name||n.platform};return n.os&&n.os.version&&(e.PlatformVersion=n.os.version),e}(t,n):function(t){return{AppVersion:t,Make:"generic server",Platform:"Node.js",PlatformVersion:process.version}}(t)}function Wi(t){var n=t.appTitle||t.appPackageName||"",e=t.appVersionCode||"0.0.0";return n?"".concat(n,"@").concat(e):e}function Hi(t,n){return n}function qi(t){var n=t.getContext;return"function"==typeof n?n():n}var Vi=[429,500],Fi=[202],Gi=400;function Ji(t,n){return Xi.apply(this,arguments)}function Xi(){return Xi=s(er.mark((function t(n,e){var r,i,o,u,a,c,s,f,l,d,h,v,p,w,m,b,y;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=e.pinpointRegion,i=e.pinpointAppId,o=e.lambdaArn,u=e.lambdaRegion,a=e.credentials,c=e.getCredentials,s=e.debug,t.next=3,Ki(a,c);case 3:return f=t.sent,s&&console.log("pinpoint auth",f),l=r||u,d=!0===e.fips?"-fips":"",h="https://lambda.".concat(u||r,".amazonaws.com/2015-03-31/functions/").concat(o,"/invocations"),v="https://pinpoint".concat(d,".").concat(l,".amazonaws.com/v1/apps/").concat(i,"/events"),p=o?h:v,b={body:JSON.stringify(n)},w=new Tr.exports.AwsClient(f),t.next=16,w.fetch(p,b).then((function(t){return t.json()}));case 16:m=t.sent,t.next=24;break;case 19:return w=new Mi.PinpointClient({credentials:f,region:r}),y=new Mi.PutEventsCommand({ApplicationId:i,EventsRequest:n}),t.next=23,w.send(y);case 23:m=t.sent;case 24:return m&&m.Results&&Object.keys(m.Results).map((function(t){return m.Results[t]})).forEach((function(t){var n=t.EndpointItemResponse||{},e=t.EventsItemResponse||{};Object.keys(n).length&&(Fi.includes(n.StatusCode)||Vi.includes(n.StatusCode)||Yi(n,Endpoint));var r=Object.keys(e);r.length&&r.forEach((function(){}))})),t.abrupt("return",m);case 26:case"end":return t.stop()}}),t)}))),Xi.apply(this,arguments)}function Ki(t,n){return Bi.apply(this,arguments)}function Bi(){return(Bi=s(er.mark((function t(n,e){var r;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(r=n,Object.keys(r).length||!e){t.next=11;break}return t.prev=2,t.next=5,e();case 5:r=t.sent,t.next=11;break;case 8:throw t.prev=8,t.t0=t.catch(2),new Error(t.t0);case 11:return t.abrupt("return",{accessKeyId:r.accessKeyId||r.AccessKeyId,secretAccessKey:r.secretAccessKey||r.SecretKey,sessionToken:r.sessionToken||r.SessionToken,retries:5});case 13:case"end":return t.stop()}}),t,null,[[2,8]])})))).apply(this,arguments)}function Yi(t){var n=t.Message;if(t.StatusCode===Gi){if(n.startsWith("Missing ChannelType"))throw new Error("Missing ChannelType");if(n.startsWith("Exceeded maximum endpoint per user count"))throw new Error("Exceeded maximum endpoint per user count")}}var Zi=["PUSH","GCM","APNS","APNS_SANDBOX","APNS_VOIP","APNS_VOIP_SANDBOX","ADM","SMS","VOICE","EMAIL","BAIDU","CUSTOM"].reduce((function(t,n){return t[n]=n,t}),{}),Qi=vi(),to=Ai,no=Ii,eo=/.+\@.+\..+/;function ro(t){try{return JSON.parse(ke(Pi(t)))||{}}catch(t){}return{}}function io(t){return t.sort((function(t,n){var e=t.EventType,r=n.EventType;return e==to?-1:r==to||e==no?1:r==no?-1:void 0})).reduce((function(t,n){return Qe(Qe({},n),t)}),{})}function oo(t,n,e){return{BatchItem:f({},t,{Endpoint:n,Events:e})}}var uo=Ii;function ao(){return{}}function co(){throw new Error("Pinpoint not loaded")}function so(t){var n=t.config,e=t.instance;n&&n.disableAnonymousTraffic&&!e.user("userId")&&e.once("identifyStart",(function(t){t.plugins["aws-pinpoint"].loaded()||e.loadPlugin("aws-pinpoint")}))}var fo={disableAnonymousTraffic:!1,pinpointRegion:"us-east-1",eventMapping:{}},lo=function(){var t,n,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=!1;return{name:"aws-pinpoint",config:Qe(Qe({},fo),e),bootstrap:so,initialize:function(r){var i=r.config,o=r.instance,u=i.disableAnonymousTraffic,a=i.debug?console.log:function(){},c=o.getState(),f=c.user||{},l=f.userId,h=f.anonymousId,v=c.context||{},p=v.app,w=v.version,m=v.campaign,b=mr(),y=pr(),g=hr();if(a("initPageSession",b),a("initTabSession",y),a("initSessionData",g),g&&g.anonId&&g.anonId!==h){a("anonId different refresh session details"),br(),wr();var j=vr(30,{anonId:h,userId:l});a("newSessionForNewUser",j)}if(!l&&u)return!1;var O=Object.keys(m).reduce((function(t,n){return t["utm_".concat(n)]=m[n],t}),{}),S=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=Qe({getContext:t.getContext||ao,credentials:t.credentials||{},getEndpointId:t.getEndpointId},t),e=n.debug?console.log:function(){},r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.getEndpointId,e=t.debug;return function(){var r=s(er.mark((function r(){var i,o,u,a,c,s,f,l,h,v=arguments;return er.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i=v.length>0&&void 0!==v[0]?v[0]:[],o=v.length>1&&void 0!==v[1]?v[1]:{},r.next=4,n();case 4:if(u=r.sent){r.next=8;break}return console.error("No endpoint id. check getEndpointId()"),r.abrupt("return");case 8:if("object"===d(o)&&Object.keys(o).length){r.next=13;break}r.t0=ro(u),r.next=16;break;case 13:return r.next=15,Li(o,t);case 15:r.t0=r.sent;case 16:return c=(a=r.t0).ChannelType,a.Address&&eo.test(a.Address)&&(c=Zi.EMAIL),!c&&a.Address&&(c="android"===Qi.platform?c||Zi.GCM:c||Zi.APNS),e&&(console.log("Endpoint",a),console.log("CHANNEL_TYPE",c)),a.RequestId=J(),a.ChannelType=c,a.Address&&(a.OptOut=a.OptOut||"NONE"),s=io(i),f=oo(u,a,s),r.prev=26,r.next=29,Ji(f,t);case 29:l=r.sent,r.next=36;break;case 32:r.prev=32,r.t1=r.catch(26),console.log("Error calling AWS",r.t1),h=r.t1;case 36:return r.abrupt("return",{endpoint:a,response:l,error:h,events:i});case 37:case"end":return r.stop()}}),r,null,[[26,32]])})));return function(){return r.apply(this,arguments)}}()}(n),i=function(t,n){var e,r,i,o=(n=n||{}).initial||[],u=n.max||1/0,a=n.interval||1e4,c=n.onEmpty||rr,s=n.onPause||rr;function f(n){clearInterval(e);var r=o.splice(0,u);return r.length&&t(r,o),o.length?n?f():l():(i=!1,c(o))}function l(){i=!0,e=setInterval(f,a)}return o.length&&l(),{flush:function(t){f(t)},resume:f,push:function(t){return(r=o.push(t))>=u&&!n.throttle&&f(),i||l(),r},size:function(){return o.length},pause:function(t){t&&f(),clearInterval(e),i=!1,s(o)}}}(function(){var t=s(er.mark((function t(n){return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.forEach((function(t){return e("> Queue event",t)})),t.next=3,r(n,{});case 3:e("> Queue response",t.sent);case 5:case"end":return t.stop()}}),t)})));return function(n,e){return t.apply(this,arguments)}}(),{max:10,interval:t.flushInterval||3e3,throttle:!0}),o=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(){var e=s(er.mark((function e(r){var i,o,u,a,c=arguments;return er.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o=c.length>2&&void 0!==c[2]?c[2]:{},u=c.length>3&&void 0!==c[3]&&c[3],gr(i=c.length>1&&void 0!==c[1]?c[1]:{})&&(u=i={}),gr(o)&&(u=o={}),e.next=7,Ti(r,i,n);case 7:if(a=e.sent,!Object.entries(o).length&&r!==xi){e.next=12;break}return e.next=11,Li(o,n);case 11:o=e.sent;case 12:if(t.push(a),!u){e.next=17;break}return e.abrupt("return",t.flush());case 17:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}(i,n);Li({},t);var u=function(t){if(!yr)return ao;var n=function(t){return function(){t(uo,!0)}}(t);return window.addEventListener("beforeunload",n),function(){return window.removeEventListener("beforeunload",n)}}(o);return{updateEndpoint:function(t){return r([],t)},recordEvent:o,disable:function(){u()}}}(Qe(Qe({},i),{},{appTitle:i.appTitle||p,appPackageName:i.appPackageName||p,appVersionCode:i.appVersionCode||w,eventMapping:i.eventMapping,getEndpointId:function(){return o.user("anonymousId")},getUserId:function(){return o.user("userId")},getContext:function(){return{sessionKey:i.sessionKey,pageViewKey:i.pageViewKey,initialSession:g}},enrichEventAttributes:function(){return Qe({anonId:o.user("anonymousId"),userId:o.user("userId"),hash:window.location.hash,path:window.location.pathname,referrer:document.referrer,search:window.location.search,title:document.title,host:window.location.hostname,url:window.location.origin+window.location.pathname},O)},enrichUserAttributes:i.enrichUserAttributes,enrichEventMetrics:function(){return{}}}));t=S.recordEvent,n=S.updateEndpoint,g&&g.isNew&&(a("Start brand new session because cookie not found"),t(Ai)),function(t){var n,e,r=t.onIdle,i=t.onWakeUp,o=t.onHeartbeat,u=t.timeout,a=void 0===u?1e4:u,c=t.throttle,s=void 0===c?2e3:c,f=!1,l=new Date;Yr((function(t){clearTimeout(n),o&&!f&&o(Zr(l),t),i&&f&&(f=!1,i(Zr(e),t),l=new Date),n=setTimeout((function(){f=!0,r&&(e=new Date,r(Zr(l),t))}),a)}),{throttle:s})}({timeout:18e5,throttle:2e4,onIdle:function(n){var r;a("Session idle. Active ".concat(n," seconds")),r=hr(),e.debug&&console.log("Stop session",r),t(Ii,!0)},onWakeUp:function(n){var r;a("Session wakeup. Idle ".concat(n," seconds")),r=vr(30),e.debug&&console.log("START SESSION",r),t(Ai)},onHeartbeat:function(t){a("ping session",new Date),a("total active time",t);var n=o.user();!function(t,n){void 0===t&&(t=30),vr(t||1,n,!0)}(30,{anonId:n.anonymousId,userId:n.userId})}})},page:function(){if(!t)return co();r&&br(),t(xi),r=!0},track:function(n){var e=n.payload,r=n.config;if(!t)return co();if(!r.disableAnonymousTraffic||e.userId){var i,o=(i=e.properties,Object.keys(i).reduce((function(t,n){var e=i[n];return"number"==typeof e&&(t.metrics[n]=e),"string"!=typeof e&&"boolean"!=typeof e||(t.attributes[n]=e),t}),{attributes:{},metrics:{}}));t(e.event,o)}},identify:function(t){var e=t.payload,r=e.userId,i=e.traits;if(!n)return co();var o={},u={};r&&(u.UserId=r),i&&Object.keys(i).length&&(u.UserAttributes=i),Object.keys(u).length&&(o.User=u),n(o,!0)},reset:function(t){var n=Pi(t.instance.user("anonymousId"));Ae(n)},loaded:function(){return!!t}}};function ho(t,n){var e=vo(t,n),r=v({httpMethod:"GET"},n);return h(e,r)}var vo=function(t,n){return("string"==typeof n?n:p(n))+"/content/items/"+t};class po{constructor(t){this.name="amazon";const{app:n={},fips:e,userPoolID:r}=t;this.analytics=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return de(Ye(Ye({},{storage:Xe}),t))}({app:n.name,version:n.version,plugins:[lo({fips:e,pinpointAppId:n.id,getCredentials:()=>function(t,n={}){const e=`https://cognito-identity${!0===n.fips?"-fips":""}.us-east-1.amazonaws.com/`;let r=m.get(k);if(r&&Date.now()/1e3<r.Expiration)return Promise.resolve(r);const i={method:"POST",headers:{"Content-type":"application/x-amz-json-1.1","X-Amz-Target":"AWSCognitoIdentityService.GetId"},body:JSON.stringify({IdentityPoolId:t})};return fetch(e,i).then((t=>{if(!t.ok)throw new Error(t.statusText);return t.json()})).then((t=>{const{IdentityId:n}=t,r={method:"POST",headers:{"Content-type":"application/x-amz-json-1.1","X-Amz-Target":"AWSCognitoIdentityService.GetCredentialsForIdentity"},body:JSON.stringify({IdentityId:n})};return fetch(e,r)})).then((t=>{if(!t.ok)throw new Error(t.statusText);return t.json()})).then((({Credentials:t})=>(m.set(k,t),t)))}(r,{fips:e})})]}),Object.assign(this,t)}init(){return Promise.resolve()}static async setAccessPermissions({id:t,authentication:n,username:e,accessChangeset:r}){return async function({id:t,authentication:n,username:e,accessChangeset:r}){const{properties:i={}}=await ho(t,{authentication:n}),o=i.telemetry,u=void 0===o?{}:o,{arcgis:{access:a={}}={}}=u,c=O(u,["arcgis"]),s=function(t,n,e){return e.reduce(((n,e)=>{const{action:r,targetProperty:i}=e;return"add"===r?n[i]={updatedAt:new Date,updatedBy:t}:"remove"===r&&delete n[i],n}),n)}(e,a,r);return w({item:{id:t,properties:Object.assign(Object.assign({},i),{telemetry:Object.assign(Object.assign({},c),{arcgis:{access:Object.assign({},s)}})})},authentication:n})}({id:t,authentication:n,username:e,accessChangeset:r})}static async getAccessPermissions({id:t,authentication:n}){return async function({id:t,authentication:n}){const{properties:{telemetry:{arcgis:{access:e={}}={}}={}}}=await ho(t,{authentication:n});return{access:e}}({id:t,authentication:n})}logPageView(t,n){const e=function({page:t,previousPage:n={},options:e={},dimensionLookup:r={},metricLookup:i={}}){const o=T(e,i),u=E({telemetryData:e,dimensionLookup:r,excludeKeys:["workflow",...Object.keys(o),...Object.keys(i)]}),{referrer:a,title:c}=document||{},{hostname:s,pathname:f}=window&&window.location?window.location:{};return Object.assign(Object.assign({name:"pageView",referrer:a,hostname:s,path:t||f,pageUrl:t||f,pageName:c,previousPageUrl:n.pageUrl,previousPageName:n.pageName},u),o)}({page:t,previousPage:this.previousPage,options:n,dimensionLookup:this.dimensions,metricLookup:this.metrics}),{pageUrl:r,pageName:i}=e;this.previousPage={pageUrl:r,pageName:i},this.analytics.track("pageView",e)}logEvent(t={}){const n=function({event:t={},dimensionLookup:n={},metricLookup:e={}}){var r,i;const{pathname:o,eventType:u="other"}=t,a=T(t,e),c=E({telemetryData:Object.assign({eventType:u},t),dimensionLookup:n,excludeKeys:["workflow","pathname",...Object.keys(a),...Object.keys(e)]}),s=Object.assign(Object.assign({name:u},c),a);return"undefined"!=typeof document&&document.referrer&&(s.referrer=document.referrer),"undefined"==typeof window||s.hostname||(s.hostname=null===(r=window.location)||void 0===r?void 0:r.hostname),s.path="undefined"!=typeof window&&window.location.pathname?null===(i=window.location)||void 0===i?void 0:i.pathname:o,s}({event:t,dimensionLookup:this.dimensions,metricLookup:this.metrics}),{name:e}=n;this.analytics.track(e,n)}}const wo=class{constructor(e){t(this,e),this.consentGranted=n(this,"consentGranted",7),this.amazonAppId=void 0,this.amazonAppName=void 0,this.amazonUserPoolID=void 0,this.amazonVersion=void 0,this.firstUseVar=void 0,this.locale=void 0,this.measurementIds=void 0,this.portal=void 0,this._open=void 0,this._translations=void 0}get el(){return e(this)}_loaded=!1;_telemetryInstance;async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}async getInstance(){return"true"===localStorage.getItem(this.firstUseVar)||this.portal.eueiEnabled?(await this._init(),this._telemetryInstance):void 0}consentGranted;async componentWillLoad(){await this._getTranslations(),this._open=null===localStorage.getItem(this.firstUseVar)}render(){return r(i,{key:"6b5a4571e972d6d79948cbf186119372456b5e1e"})}async componentDidLoad(){this.consentGranted.emit({granted:"true"===localStorage.getItem(this.firstUseVar)})}async _init(){if(!this._loaded){const t={plugins:[],portal:this.portal};if(this.measurementIds?.length>0){const n=new S({measurementIds:this.measurementIds});t.plugins.push(n)}if(this.amazonUserPoolID){const n=new po({userPoolID:this.amazonUserPoolID,app:{name:this.amazonAppName,id:this.amazonAppId,version:this.amazonVersion}});t.plugins.push(n)}this._telemetryInstance=new j(t),await this._telemetryInstance.init(),this._loaded=!0}}_alertClosed(){this._open=!1,"true"!==localStorage.getItem(this.firstUseVar)&&localStorage.setItem(this.firstUseVar,"false")}_accept(){localStorage.setItem(this.firstUseVar,"true"),this.consentGranted.emit({granted:!0}),this._open=!1}async _getTranslations(){const t=await o(this.el);this._translations=t[0]}static get watchers(){return{locale:["localeWatchHandler"]}}};wo.style=":host{display:block}.consent-panel{position:fixed;display:block;z-index:5000;bottom:0;left:0;width:100%;height:auto;text-align:center}.cookie-consent-popup-container{position:relative;display:block;bottom:0;left:0;width:100%;margin:0;padding-top:1rem;padding-bottom:1rem;transition:transform 0.5s ease-out 0s;background-color:rgba(51, 51, 51, 0.95);color:#fff}.button-container{position:static;margin-bottom:1rem;display:flex;justify-content:center;flex-wrap:wrap}.padding-end-1{padding-inline-end:1rem}.link-text{--calcite-ui-text-link:var(--calcite-color-text-inverse);--calcite-ui-brand:var(--calcite-color-text-inverse);--calcite-color-text-link:var(--calcite-color-text-inverse);--calcite-color-brand-underline:var(--calcite-color-text-inverse);--calcite-color-brand:var(--calcite-color-text-inverse)}";export{wo as consent_manager}
@@ -1,21 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import{g as t,r as e,h as i,H as n}from"./p-e996c38f.js";import{g as s,a as r,b as o}from"./p-f6e81cf8.js";import{s as a}from"./p-da1e098c.js";import"./p-4f236b5d.js";import{g as h}from"./p-404cbf48.js";import{r as c,N as u,c as l,e as f,A as d}from"./p-0668e30d.js";import"./p-80cb7c73.js";import"./p-570b13d9.js";import"./p-8717729a.js";import"./p-d4056c1c.js";import"./p-0a24ad5f.js";
7
- /*! *****************************************************************************
8
- Copyright (c) Microsoft Corporation.
9
-
10
- Permission to use, copy, modify, and/or distribute this software for any
11
- purpose with or without fee is hereby granted.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
- PERFORMANCE OF THIS SOFTWARE.
20
- ***************************************************************************** */
21
- var p=function(){return p=Object.assign||function(t){for(var e,i=1,n=arguments.length;i<n;i++)for(var s in e=arguments[i])Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s]);return t},p.apply(this,arguments)};function w(t,e){var i=e;return i.rawResponse=!1,c(t,i).then((function(t){var e={token:t.access_token,username:t.username,expires:new Date(Date.now()+(1e3*t.expires_in-1e3)),ssl:!0===t.ssl};return t.refresh_token&&(e.refreshToken=t.refresh_token),e}))}function m(t,e){var i=e;return i.params.referer="undefined"!=typeof window&&window.location&&window.location.host?window.location.host:u,c(t,i)}var g=/^https?:\/\/(\S+)\.arcgis\.com.+/;function v(t){return g.test(t)}function b(t){if(!g.test(t))return null;var e=t.match(g)[1].split(".").pop();return e.includes("dev")?"dev":e.includes("qa")?"qa":"production"}var k=function(){function t(t){if(this.clientId=t.clientId,this._refreshToken=t.refreshToken,this._refreshTokenExpires=t.refreshTokenExpires,this.username=t.username,this.password=t.password,this._token=t.token,this._tokenExpires=t.tokenExpires,this.portal=t.portal?l(t.portal):"https://www.arcgis.com/sharing/rest",this.ssl=t.ssl,this.provider=t.provider||"arcgis",this.tokenDuration=t.tokenDuration||20160,this.redirectUri=t.redirectUri,this.refreshTokenTTL=t.refreshTokenTTL||20160,this.server=t.server,this.federatedServers={},this.trustedDomains=[],t.server){var e=this.getServerRootUrl(t.server);this.federatedServers[e]={token:t.token,expires:t.tokenExpires}}this._pendingTokenRequests={}}return Object.defineProperty(t.prototype,"token",{get:function(){return this._token},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tokenExpires",{get:function(){return this._tokenExpires},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"refreshToken",{get:function(){return this._refreshToken},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"refreshTokenExpires",{get:function(){return this._refreshTokenExpires},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"trustedServers",{get:function(){return console.log("DEPRECATED: use federatedServers instead"),this.federatedServers},enumerable:!1,configurable:!0}),t.beginOAuth2=function(e,i){void 0===i&&(i=window),e.duration&&console.log("DEPRECATED: 'duration' is deprecated - use 'expiration' instead");var n,s=p({portal:"https://www.arcgis.com/sharing/rest",provider:"arcgis",expiration:20160,popup:!0,popupWindowFeatures:"height=400,width=600,menubar=no,location=yes,resizable=yes,scrollbars=yes,status=yes",state:e.clientId,locale:""},e),r=s.portal,o=s.provider,a=s.clientId,h=s.expiration,c=s.redirectUri,u=s.popup,l=s.popupWindowFeatures,w=s.state,m=s.locale,g=s.params;if(n="arcgis"===o?r+"/oauth2/authorize?client_id="+a+"&response_type=token&expiration="+(e.duration||h)+"&redirect_uri="+encodeURIComponent(c)+"&state="+w+"&locale="+m:r+"/oauth2/social/authorize?client_id="+a+"&socialLoginProviderName="+o+"&autoAccountCreateForSocial=true&response_type=token&expiration="+(e.duration||h)+"&redirect_uri="+encodeURIComponent(c)+"&state="+w+"&locale="+m,g&&(n=n+"&"+f(g)),u){var v,b=((v={promise:null,resolve:null,reject:null}).promise=new Promise((function(t,e){v.resolve=t,v.reject=e})),v);return i["__ESRI_REST_AUTH_HANDLER_"+a]=function(e,i){if(e){var n=JSON.parse(e);b.reject(new d(n.errorMessage,n.error))}else if(i){var s=JSON.parse(i);b.resolve(new t({clientId:a,portal:r,ssl:s.ssl,token:s.token,tokenExpires:new Date(s.expires),username:s.username}))}},i.open(n,"oauth-window",l),b.promise}i.location.href=n},t.completeOAuth2=function(e,i){void 0===i&&(i=window);var n=p({portal:"https://www.arcgis.com/sharing/rest",popup:!0},e),s=n.portal,r=n.clientId,o=n.popup;function a(e,n){try{var a=void 0,h="__ESRI_REST_AUTH_HANDLER_"+r;if(o&&(i.opener?i.opener.parent&&i.opener.parent[h]?a=i.opener.parent[h]:i.opener&&i.opener[h]&&(a=i.opener[h]):i!==i.parent&&i.parent&&i.parent[h]&&(a=i.parent[h]),a))return a(e?JSON.stringify(e):void 0,JSON.stringify(n)),void i.close()}catch(t){throw new d('Unable to complete authentication. It\'s possible you specified popup based oAuth2 but no handler from "beginOAuth2()" present. This generally happens because the "popup" option differs between "beginOAuth2()" and "completeOAuth2()".')}if(e)throw new d(e.errorMessage,e.error);return new t({clientId:r,portal:s,ssl:n.ssl,token:n.token,tokenExpires:n.expires,username:n.username})}var h=i.location.hash.replace(/^#/,"").split("&").reduce((function(t,e){var i=function(t){var e=t.split("="),i=e[1];return{key:decodeURIComponent(e[0]),value:decodeURIComponent(i)}}(e);return t[i.key]=i.value,t}),{});if(!h.access_token){var c=void 0,u="Unknown error";return h.error&&(c=h.error,u=h.error_description),a({error:c,errorMessage:u})}return a(void 0,{token:h.access_token,expires:new Date(Date.now()+1e3*parseInt(h.expires_in,10)-6e4),ssl:"true"===h.ssl,username:h.username})},t.fromParent=function(e,i){var n;return!i&&window&&(i=window),new Promise((function(s,r){i.addEventListener("message",n=function(e){if(e.source===i.parent&&e.data)try{return s(t.parentMessageHandler(e))}catch(t){return r(t)}},!1),i.parent.postMessage({type:"arcgis:auth:requestCredential"},e)})).then((function(t){return i.removeEventListener("message",n,!1),t}))},t.authorize=function(t,e){t.duration&&console.log("DEPRECATED: 'duration' is deprecated - use 'expiration' instead");var i=p({portal:"https://arcgis.com/sharing/rest",expiration:20160},t);e.writeHead(301,{Location:i.portal+"/oauth2/authorize?client_id="+i.clientId+"&expiration="+(t.duration||i.expiration)+"&response_type=code&redirect_uri="+encodeURIComponent(i.redirectUri)}),e.end()},t.exchangeAuthorizationCode=function(e,i){var n=p({portal:"https://www.arcgis.com/sharing/rest",refreshTokenTTL:20160},e),s=n.portal,r=n.clientId,o=n.redirectUri,a=n.refreshTokenTTL;return w(s+"/oauth2/token",{params:{grant_type:"authorization_code",client_id:r,redirect_uri:o,code:i}}).then((function(e){return new t({clientId:r,portal:s,ssl:e.ssl,redirectUri:o,refreshToken:e.refreshToken,refreshTokenTTL:a,refreshTokenExpires:new Date(Date.now()+60*(a-1)*1e3),token:e.token,tokenExpires:e.expires,username:e.username})}))},t.deserialize=function(e){var i=JSON.parse(e);return new t({clientId:i.clientId,refreshToken:i.refreshToken,refreshTokenExpires:new Date(i.refreshTokenExpires),username:i.username,password:i.password,token:i.token,tokenExpires:new Date(i.tokenExpires),portal:i.portal,ssl:i.ssl,tokenDuration:i.tokenDuration,redirectUri:i.redirectUri,refreshTokenTTL:i.refreshTokenTTL})},t.fromCredential=function(e){var i=void 0===e.ssl||e.ssl,n=e.expires||Date.now()+72e5;return new t({portal:e.server.includes("sharing/rest")?e.server:e.server+"/sharing/rest",ssl:i,token:e.token,username:e.userId,tokenExpires:new Date(n)})},t.parentMessageHandler=function(e){if("arcgis:auth:credential"===e.data.type)return t.fromCredential(e.data.credential);if("arcgis:auth:error"===e.data.type){var i=new Error(e.data.error.message);throw i.name=e.data.error.name,i}throw new Error("Unknown message type.")},t.prototype.toCredential=function(){return{expires:this.tokenExpires.getTime(),server:this.portal,ssl:this.ssl,token:this.token,userId:this.username}},t.prototype.getUser=function(t){var e=this;if(this._pendingUserRequest)return this._pendingUserRequest;if(this._user)return Promise.resolve(this._user);var i=this.portal+"/community/self",n=p(p({httpMethod:"GET",authentication:this},t),{rawResponse:!1});return this._pendingUserRequest=c(i,n).then((function(t){return e._user=t,e._pendingUserRequest=null,t})),this._pendingUserRequest},t.prototype.getPortal=function(t){var e=this;if(this._pendingPortalRequest)return this._pendingPortalRequest;if(this._portalInfo)return Promise.resolve(this._portalInfo);var i=this.portal+"/portals/self",n=p(p({httpMethod:"GET",authentication:this},t),{rawResponse:!1});return this._pendingPortalRequest=c(i,n).then((function(t){return e._portalInfo=t,e._pendingPortalRequest=null,t})),this._pendingPortalRequest},t.prototype.getUsername=function(){return this.username?Promise.resolve(this.username):this._user?Promise.resolve(this._user.username):this.getUser().then((function(t){return t.username}))},t.prototype.getToken=function(t,e){return n=t,s=v(i=this.portal),r=v(n),o=b(i),a=b(n),s&&r&&o===a||new RegExp(this.portal,"i").test(t)?this.getFreshToken(e):this.getTokenForServer(t,e);var i,n,s,r,o,a},t.prototype.validateAppAccess=function(t){return this.getToken(this.portal).then((function(e){return function(t,e,i){return void 0===i&&(i="https://www.arcgis.com/sharing/rest"),c(i+"/oauth2/validateAppAccess",{method:"POST",params:{f:"json",client_id:e,token:t}})}(e,t)}))},t.prototype.toJSON=function(){return{clientId:this.clientId,refreshToken:this.refreshToken,refreshTokenExpires:this.refreshTokenExpires,username:this.username,password:this.password,token:this.token,tokenExpires:this.tokenExpires,portal:this.portal,ssl:this.ssl,tokenDuration:this.tokenDuration,redirectUri:this.redirectUri,refreshTokenTTL:this.refreshTokenTTL}},t.prototype.serialize=function(){return JSON.stringify(this)},t.prototype.enablePostMessageAuth=function(t,e){!e&&window&&(e=window),this._hostHandler=this.createPostMessageHandler(t),e.addEventListener("message",this._hostHandler,!1)},t.prototype.disablePostMessageAuth=function(t){!t&&window&&(t=window),t.removeEventListener("message",this._hostHandler,!1)},t.prototype.refreshSession=function(t){return this._user=null,this.username&&this.password?this.refreshWithUsernameAndPassword(t):this.clientId&&this.refreshToken?this.refreshWithRefreshToken():Promise.reject(new d("Unable to refresh token."))},t.prototype.getServerRootUrl=function(t){var e=l(t).split(/\/rest(\/admin)?\/services(?:\/|#|\?|$)/)[0].match(/(https?:\/\/)(.+)/),i=e[1],n=e[2].split("/"),s=n[0],r=n.slice(1);return""+i+s.toLowerCase()+"/"+r.join("/")},t.prototype.getDomainCredentials=function(t){return this.trustedDomains&&this.trustedDomains.length&&this.trustedDomains.some((function(e){return t.startsWith(e)}))?"include":"same-origin"},t.prototype.createPostMessageHandler=function(t){var e=this;return function(i){var n=t.indexOf(i.origin)>-1,s="arcgis:auth:requestCredential"===i.data.type,r=e.tokenExpires.getTime()>Date.now();if(n&&s){var o={};if(r){var a=e.toCredential();a.server=a.server.replace("/sharing/rest",""),o={type:"arcgis:auth:credential",credential:a}}else o={type:"arcgis:auth:error",error:{name:"tokenExpiredError",message:"Session token was expired, and not returned to the child application"}};i.source.postMessage(o,i.origin)}}},t.prototype.getTokenForServer=function(t,e){var i=this,n=this.getServerRootUrl(t),s=this.federatedServers[n];return s&&s.expires&&s.expires.getTime()>Date.now()?Promise.resolve(s.token):(this._pendingTokenRequests[n]||(this._pendingTokenRequests[n]=this.fetchAuthorizedDomains().then((function(){return c(n+"/rest/info",{credentials:i.getDomainCredentials(t)}).then((function(s){if(s.owningSystemUrl){if(r=s.owningSystemUrl,o=l(function(t){if(!g.test(t))return t;switch(b(t)){case"dev":return"https://devext.arcgis.com/sharing/rest";case"qa":return"https://qaext.arcgis.com/sharing/rest";default:return"https://www.arcgis.com/sharing/rest"}}(i.portal)).replace(/https?:\/\//,""),a=l(r).replace(/https?:\/\//,""),new RegExp(a,"i").test(o))return c(s.owningSystemUrl+"/sharing/rest/info",e);throw new d(t+" is not federated with "+i.portal+".","NOT_FEDERATED")}var r,o,a;if(s.authInfo&&void 0!==i.federatedServers[n])return Promise.resolve({authInfo:s.authInfo});throw new d(t+" is not federated with any portal and is not explicitly trusted.","NOT_FEDERATED")})).then((function(t){return t.authInfo.tokenServicesUrl})).then((function(e){return i.token&&i.tokenExpires.getTime()>Date.now()?m(e,{params:{token:i.token,serverUrl:t,expiration:i.tokenDuration,client:"referer"}}):m(e,{params:{username:i.username,password:i.password,expiration:i.tokenDuration,client:"referer"}}).then((function(t){return i._token=t.token,i._tokenExpires=new Date(t.expires),t}))})).then((function(t){return i.federatedServers[n]={expires:new Date(t.expires),token:t.token},delete i._pendingTokenRequests[n],t.token}))}))),this._pendingTokenRequests[n])},t.prototype.getFreshToken=function(t){var e=this;return this.token&&!this.tokenExpires||this.token&&this.tokenExpires&&this.tokenExpires.getTime()>Date.now()?Promise.resolve(this.token):(this._pendingTokenRequests[this.portal]||(this._pendingTokenRequests[this.portal]=this.refreshSession(t).then((function(t){return e._pendingTokenRequests[e.portal]=null,t.token}))),this._pendingTokenRequests[this.portal])},t.prototype.refreshWithUsernameAndPassword=function(t){var e=this,i=p({params:{username:this.username,password:this.password,expiration:this.tokenDuration}},t);return m(this.portal+"/generateToken",i).then((function(t){return e._token=t.token,e._tokenExpires=new Date(t.expires),e}))},t.prototype.refreshWithRefreshToken=function(t){var e=this;if(this.refreshToken&&this.refreshTokenExpires&&this.refreshTokenExpires.getTime()<Date.now())return this.refreshRefreshToken(t);var i=p({params:{client_id:this.clientId,refresh_token:this.refreshToken,grant_type:"refresh_token"}},t);return w(this.portal+"/oauth2/token",i).then((function(t){return e._token=t.token,e._tokenExpires=t.expires,e}))},t.prototype.refreshRefreshToken=function(t){var e=this,i=p({params:{client_id:this.clientId,refresh_token:this.refreshToken,redirect_uri:this.redirectUri,grant_type:"exchange_refresh_token"}},t);return w(this.portal+"/oauth2/token",i).then((function(t){return e._token=t.token,e._tokenExpires=t.expires,e._refreshToken=t.refreshToken,e._refreshTokenExpires=new Date(Date.now()+60*(e.refreshTokenTTL-1)*1e3),e}))},t.prototype.fetchAuthorizedDomains=function(){var t=this;return this.server||!this.portal?Promise.resolve(this):this.getPortal().then((function(e){return e.authorizedCrossOriginDomains&&e.authorizedCrossOriginDomains.length&&(t.trustedDomains=e.authorizedCrossOriginDomains.filter((function(t){return!t.startsWith("http://")})).map((function(t){return t.startsWith("https://")?t:"https://"+t}))),t}))},t}();const y=class{get el(){return t(this)}async serializedAuthenticationWatchHandler(){this.authentication=this.serializedAuthentication?k.deserialize(this.serializedAuthentication):new k({})}async valueWatchHandler(){await this._loadSolution(this.solutionItemId)}async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}constructor(t){e(this,t),this.authentication=new k({}),this.locale=void 0,this.serializedAuthentication="",this.solutionItemId="",this.showLoading=!1,this._currentEditItemId="",this._organizationVariables="",this._solutionContentsComponent=void 0,this._solutionIsLoaded=!1,this._solutionVariables="",this._templateHierarchy=[],this._translations=void 0,this._treeOpen=!0,this.serializedAuthentication&&(this.authentication=k.deserialize(this.serializedAuthentication)),this._loadSolution(this.solutionItemId),window.addEventListener("solutionStoreHasChanges",(t=>{this._updateSaveability(this._solutionStoreHasChanges=t.detail,this._solutionEditorHasChanges,this._solutionEditorHasErrors)})),window.addEventListener("solutionEditorHasChanges",(t=>{this._updateSaveability(this._solutionStoreHasChanges,this._solutionEditorHasChanges=t.detail,this._solutionEditorHasErrors)})),window.addEventListener("solutionEditorHasErrors",(t=>{this._updateSaveability(this._solutionStoreHasChanges,this._solutionEditorHasChanges,this._solutionEditorHasErrors=t.detail)}))}async componentWillLoad(){return this._getTranslations()}render(){const t=a.getStoreInfo("spatialReferenceInfo"),e=a.getStoreInfo("featureServices").length>0,o=a.getStoreInfo("solutionData");return this._solutionVariables=JSON.stringify(s(o.templates,this._translations)),this._organizationVariables=JSON.stringify(r(this._translations)),i(n,{key:"c3119f5d0485eacbbd1380db442ef9c28f772dec"},this._solutionIsLoaded?null:i("calcite-loader",{label:""}),i("div",{key:"f363b65e521bde0dff7290ec7345b95cd61a6d75",class:"configuration-container"},i("div",{key:"bcc9dac3ec183cb36da61bca5c1718395ff76efd",class:"configuration"},i("calcite-tabs",{key:"76d8e022c66e2d9157ecd44d26d080f5bfbfee4e",class:"config-tabs"},i("calcite-tab-nav",{key:"1b40a68e10b69189496325bfea5116655d715c97",slot:"tab-nav"},i("calcite-tab-title",{key:"2c729b8fe2a3fd3a0ac0964d2b825e9fc113f51f"},this._translations.definitionTab),e?i("calcite-tab-title",null,this._translations.spatialReferenceTab):null),i("calcite-tab",{key:"99c4e95166fa304a16efac7261888bbbc970b66a",class:"config-tab",selected:!0},i("div",{key:"ec17e4d65348b3e6d496f7a7564f6a771b0d051b",class:"config-solution"},i("div",{key:"2f2e72b5fd3a9137e9c6edae9d2a4f2a1b12f826",class:this._treeOpen?"config-inventory":"config-inventory-hide"},i("solution-contents",{id:"configInventory",key:`${this.solutionItemId}-contents`,ref:t=>this._solutionContentsComponent=t})),i("calcite-button",{key:"696f310d8a8e1c1cb37b738f0a5a6f38003aef39",appearance:"transparent",class:"collapse-btn","icon-start":this._treeOpen?"chevrons-left":"chevrons-right",id:"collapse-vars",onClick:()=>this._toggleTree(),scale:"s",title:this._treeOpen?this._translations.collapse:this._translations.expand}),i("div",{key:"e6d9a56d72753ce4d625b547adbe8991a8697f54",class:"config-item"},i("solution-item",{authentication:this.authentication,"item-id":this._currentEditItemId,key:`${this.solutionItemId}-item`,locale:this.locale,"organization-variables":this._organizationVariables,"solution-item-id":this.solutionItemId,"solution-variables":this._solutionVariables})))),e?i("calcite-tab",{class:"config-tab"},i("div",{class:"config-solution"},i("solution-spatial-ref",{enableDefault:!!t.default,enabled:t?.enabled,featureServices:a.getStoreInfo("featureServices").map((t=>t.name)),id:"configure-solution-spatial-ref",key:`${this.solutionItemId}-spatial-ref`,locale:this.locale}))):null))))}_solutionStoreHasChanges=!1;_solutionEditorHasChanges=!1;_solutionEditorHasErrors=!1;_canSave=!1;_solutionItemSelected(t){this._currentEditItemId=t.detail}async getSpatialReferenceInfo(){return Promise.resolve(a.getStoreInfo("spatialReferenceInfo"))}async saveSolution(){this._solutionIsLoaded=!1,await a.saveSolution(),this._solutionIsLoaded=!0,this.solutionItemId=null}async unloadSolution(){this.solutionItemId=null}_initProps(){const t=a.getStoreInfo("solutionData");let e;this._templateHierarchy=[...o(t.templates)],this._solutionContentsComponent&&(this._solutionContentsComponent.templateHierarchy=this._templateHierarchy),this._templateHierarchy.length>0&&(e=a.getItemInfo(this._templateHierarchy[0].id)),this._currentEditItemId=e?e.itemId:""}async _loadSolution(t){return t?(this._solutionIsLoaded=!1,await a.loadSolution(t,this.authentication),this._initProps(),this._solutionIsLoaded=!0):this._reset(),Promise.resolve()}_reset(){this._currentEditItemId="",this._organizationVariables="",this._solutionVariables="",this._templateHierarchy=[]}_toggleTree(){this._treeOpen=!this._treeOpen}_updateSaveability(t,e,i){const n=(t||e)&&!i;this._canSave!==n&&window.dispatchEvent(new CustomEvent("solutionCanSave",{detail:n,bubbles:!0,cancelable:!1,composed:!0})),this._canSave=n}async _getTranslations(){const t=await h(this.el);this._translations=t[0]}static get watchers(){return{serializedAuthentication:["serializedAuthenticationWatchHandler"],solutionItemId:["valueWatchHandler"],locale:["localeWatchHandler"]}}};y.style=".configuration-container{position:relative;height:100%;width:100%}.configuration{position:absolute;top:0px;right:0px;bottom:0px;left:0px;display:flex;padding:0.5rem;border:1px #808080 solid}.config-tabs{width:100%}.config-tab{width:100%}.config-solution{position:absolute;top:3.5rem;right:-1px;bottom:-1px;left:-1px;display:flex;padding:0.5rem}.config-inventory{display:inline;max-width:-moz-min-content;max-width:min-content;flex-grow:0;overflow-y:auto}.config-inventory-hide{display:none;max-width:-moz-min-content;max-width:min-content;flex-grow:0;overflow-y:auto}.config-item{position:relative;display:inline;flex-grow:1;overflow-y:auto;margin-inline-start:0.5rem}solution-contents{position:relative;height:100%}solution-item{position:relative;height:100%}solution-spatial-ref{position:relative;height:100%;width:100%;overflow-y:auto}";export{y as solution_configuration}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import{l}from"./p-08ad0b7a.js";import{g as n}from"./p-89fbc318.js";import{c as o}from"./p-8717729a.js";const i=o({data:{},relationshipRampExpandStates:{},compact:!1}),u=i.state,v=i;async function d(l,n,o){var i,u,v,d,t,e,r,a,s;try{const c="group"===(null===(i=null==n?void 0:n.layer)||void 0===i?void 0:i.type),f=null===(v=null===(u=null==n?void 0:n.layer)||void 0===u?void 0:u.layers)||void 0===v?void 0:v.some((l=>l.visible)),$=null===(t=null===(d=null==n?void 0:n.layer)||void 0===d?void 0:d.layers)||void 0===t?void 0:t.every((l=>!(null==l?void 0:l.legendEnabled)));await o.whenOnce((()=>"ready"===(null==l?void 0:l.state))),!c||c&&f?c&&$?await o.whenOnce((()=>{var l;return null===(l=null==n?void 0:n.layer)||void 0===l?void 0:l.loaded})):await o.whenOnce((()=>null==n?void 0:n.ready)):await o.whenOnce((()=>null==n?void 0:n.legendElements));const y=null===(e=null==n?void 0:n.legendElements)||void 0===e?void 0:e[0],m=new Map,p=n.layer,N=await l.view.whenLayerView(p);await o.whenOnce((()=>!1===(null==N?void 0:N.updating)));const A=null===(r=p.renderer)||void 0===r?void 0:r.field;return void 0!==y&&(null===(a=null==y?void 0:y.infos)||void 0===a||a.forEach((l=>{var n;if("symbol-table"===l.type){const n=[];l.infos.forEach((l=>{n.push({count:null,selected:!1,legendElementInfo:l})})),m.set(l.title,{count:null,selected:!1,legendElementInfo:l,nestedInfos:n})}else m.set(null!==(n=l.label)&&void 0!==n?n:p.id,{count:null,selected:!1,legendElementInfo:l})}))),Promise.resolve({activeLayerInfo:n,title:null===(s=null==N?void 0:N.layer)||void 0===s?void 0:s.title,categories:m,field:A,queryExpressions:[],totalCount:null,fLayerView:N,legendElement:y})}catch(l){return Promise.resolve(null)}}async function t(l,n){const o={},i=[];l.activeLayerInfos.forEach(function(l,n,o){return i=>{var u;const v=null===(u=null==i?void 0:i.layer)||void 0===u?void 0:u.type;if("feature"===v||"group"===v){const u=d(n,i,o).then((l=>l));u&&l.push(u);const v=i=>{const u=d(n,i,o).then((l=>l));u&&l.push(u)};i.children.forEach((l=>{var n;v(l),(null===(n=null==l?void 0:l.children)||void 0===n?void 0:n.length)>0&&l.children.forEach((l=>{var n;v(l),(null===(n=null==l?void 0:l.children)||void 0===n?void 0:n.length)>0&&l.children.forEach((l=>{v(l)}))}))}))}}}(i,l,n));try{return(await Promise.all(i)).forEach((l=>{var n,i;return o[null===(i=null===(n=null==l?void 0:l.activeLayerInfo)||void 0===n?void 0:n.layer)||void 0===i?void 0:i.id]=l})),Promise.resolve(o)}catch(l){return Promise.reject(null)}}function e(l){return Array.from(l).map((l=>l[1]))}function r(l,n,o,i,u){var v,d,t;return i?null===(v=null==i?void 0:i.nestedInfos)||void 0===v?void 0:v[u]:null===(d=null==l?void 0:l.categories)||void 0===d?void 0:d.get(null!==(t=null==o?void 0:o.label)&&void 0!==t?t:null==n?void 0:n.id)}function a(l){var n;return null===(n=null==u?void 0:u.data)||void 0===n?void 0:n[null==l?void 0:l.id]}async function s(o,i,u,v,d){var t,e,r,a,s;const[$,m]=await l(["esri/layers/support/FeatureFilter","esri/layers/support/FeatureEffect"]),{queryExpressions:p,fLayerView:N}=o;!function(l,n,o,i){var u,v,d,t;const{field:e,legendElement:r,categories:a,fLayerView:s}=l,$=null==l?void 0:l.queryExpressions;i&&Array.from(l.categories).map((l=>l[1])).forEach((l=>{var n,o;(null===(n=l.nestedInfos)||void 0===n?void 0:n.every((l=>!l.selected)))&&(null===(o=l.nestedInfos)||void 0===o||o.forEach((l=>{const n=e?`${e} = '${l.legendElementInfo.value}'`:null,o=n?$.indexOf(n):-1;n&&-1!==o&&$.splice(o,1)})))}));const m=null==r?void 0:r.infos,p=y(s);let N=p?c(n,s):f(n,e,o,r,m,"");const A=a?i?null===(v=null===(u=a.get(i.title))||void 0===u?void 0:u.nestedInfos)||void 0===v?void 0:v[o]:a.get(null!==(d=n.label)&&void 0!==d?d:null===(t=null==s?void 0:s.layer)||void 0===t?void 0:t.id):null;A&&(A.selected=!(null==A?void 0:A.selected));const O=m&&1===m.length,w=$.indexOf(N);if(p){const l=$.indexOf(N);0===$.length||-1===l?($&&"1=0"===$[0]&&$.splice(0,1),$.push(N)):$&&1===$.length&&N===$[0]?$[0]="1=0":$&&1===$.length||$&&1===$.length&&N!==$[0]&&"1=0"===$[0]?$[0]=N:$&&1===$.length&&N===$[0]&&"1=0"===$[0]?$[0]=null:$.splice(l,1),$.join(" OR ")}else 0===$.length||-1===w?($&&"1=0"===$[0]&&$.splice(0,1),$.push(N)):$&&1===$.length&&N===$[0]&&!O?$[0]="1=0":$&&1===$.length&&!O||$&&1===$.length&&N!==$[0]&&"1=0"===$[0]&&!O?$[0]=N:$&&1===$.length&&N===$[0]&&"1=0"===$[0]&&!O?$[0]=null:$.splice(w,1);if(i){const n=[];Array.from(l.categories).map((l=>l[1])).forEach((l=>{var o,i;(null===(o=l.nestedInfos)||void 0===o?void 0:o.every((l=>!l.selected)))&&(null===(i=l.nestedInfos)||void 0===i||i.forEach((l=>{e&&`${e} = '${l.legendElementInfo.value}'`&&n.push(`${e} = '${l.legendElementInfo.value}'`)})))})),n.forEach((l=>{-1===$.indexOf(l)&&$.push(l)}))}}(o,i,u,d);const A=p.every((l=>l&&l.includes("<>")))?" AND ":" OR ",O=p.join(A),w=null!==(s=null!==(e=null===(t=null==N?void 0:N.filter)||void 0===t?void 0:t.timeExtent)&&void 0!==e?e:null===(a=null===(r=null==N?void 0:N.featureEffect)||void 0===r?void 0:r.filter)||void 0===a?void 0:a.timeExtent)&&void 0!==s?s:null,{type:b}=v;if("filter"===b)N.filter=new $({where:O,timeExtent:w});else if(v.effect){const{includedEffect:l,excludedEffect:o}=v.effect,i=await n(o,N,"excludedEffect"),u=await n(l,N,"includedEffect");N.featureEffect=new m({filter:new $({where:O,timeExtent:w}),includedEffect:u,excludedEffect:i})}return Promise.resolve()}function c(l,n){const o=n?n.layer.renderer.authoringInfo:null,i=o?o.fields:null,u=[];if(!i)return"";if(l.hasOwnProperty("value"))return i.forEach((n=>{l.value!==n&&u.push(`(${l.value} > ${n} OR (${n} IS NULL AND ${l.value} IS NOT NULL AND (${l.value} > 0 OR ${l.value} < 0)))`)})),u.join(" AND ");{const l=[];i.forEach((n=>{l.push(`${n} = 0`)}));const n=[];if(i.length>2){i.forEach((l=>{i.forEach((o=>{if(l===o)return;const u=[];i.forEach((n=>{l!==n&&o!==n&&u.push(`${l} = ${o} AND (${l} > ${n} OR ${l} >= ${n})`)})),n.push(`(${u.join(" AND ")})`)}))}));const o=[];return i.forEach((l=>{o.push(`${l} IS NULL`)})),`(${l.join(" AND ")}) OR (${n.join(" OR ")}) OR (${o.join(" AND ")})`}{const n=[];i.forEach((o=>{i.forEach((i=>{o!==i&&(n.push(`${o} = ${i}`),n.push(`(${l.join(" AND ")})`))}))}));const o=[];return i.forEach((l=>{i.forEach((n=>{l!==n&&o.push(`(${l} = 0 AND ${n} IS NULL) OR (${l} IS NULL AND ${n} IS NULL)`)}))})),`(${n.join(" OR ")}) OR (${o.join(" OR ")})`}}}function f(l,n,o,i,u,v){const{value:d}=l;if("symbol-table"===(null==i?void 0:i.type)){if(!l.hasOwnProperty("value")||Array.isArray(l.value)&&1===(null==u?void 0:u.length)){if((null==u?void 0:u[0].hasOwnProperty("value"))&&Array.isArray(null==u?void 0:u[0].value)&&(null==u?void 0:u[(null==u?void 0:u.length)-2])&&(null==u?void 0:u[(null==u?void 0:u.length)-2].hasOwnProperty("value"))&&Array.isArray(null==u?void 0:u[(null==u?void 0:u.length)-2].value))return v?`((${n}/${v}) > ${null==u?void 0:u[0].value[1]}) OR ((${n}/${v}) < ${null==u?void 0:u[(null==u?void 0:u.length)-2].value[0]}) OR ${v} = 0 OR ${v} IS NULL`:`${n} > ${null==u?void 0:u[0].value[1]} OR ${n} < ${null==u?void 0:u[(null==u?void 0:u.length)-2].value[0]} OR ${n} IS NULL`;if(1===(null==u?void 0:u.length))return"1=0";{const l=[];null==u||u.forEach((o=>{if(null==o?void 0:o.value){const{value:i}=o,u=-1!==i.indexOf("'")?i.split("'").join("''"):null,v=u?`${n} <> '${u}'`:isNaN(i)||"string"==typeof i&&!i.trim()?`${n} <> '${i}'`:`${n} <> ${i} AND ${n} <> '${i}'`;l.push(v)}}));const o=l.join(" AND ");return n&&o?`${o} OR ${n} IS NULL`:""}}{const i=-1!==d.indexOf("'")?d.split("'").join("''"):null,t=Array.isArray(l.value),e=(null==u?void 0:u.length)-1===o,r=!(null==u?void 0:u[(null==u?void 0:u.length)-1].hasOwnProperty("value")),a=o===(null==u?void 0:u.length)-2;return t?v?e||r&&a?`(${n}/${v}) >= ${d[0]} AND (${n}/${v}) <= ${l.value[1]}`:`(${n}/${v}) > ${d[0]} AND (${n}/${v}) <= ${l.value[1]}`:e||r&&a?`${n} >= ${d[0]} AND ${n} <= ${d[1]}`:`${n} > ${d[0]} AND ${n} <= ${d[1]}`:1===(null==u?void 0:u.length)&&n?isNaN(d)||!d.trim().length?`${n} <> '${d}'`:`${n} <> ${d} OR ${n} <> '${d}'`:i?`${n} = '${i}'`:isNaN(d)||!d.trim().length?`${n} = '${d}'`:`${n} = ${d} OR ${n} = '${d}'`}}return""}function $(l){return Array.isArray(l)?l.every((l=>!l.selected)):l&&Array.from(l.categories.entries()).every((l=>!l[1].selected))&&"1=0"!==l.queryExpressions[0]}function y(l){var n,o,i;return"predominance"===(null===(i=null===(o=null===(n=null==l?void 0:l.layer)||void 0===n?void 0:n.renderer)||void 0===o?void 0:o.authoringInfo)||void 0===i?void 0:i.type)}function m(l){var n;return"relationship-ramp"===(null===(n=null==l?void 0:l.legendElements[1])||void 0===n?void 0:n.type)}function p(l,n,o){var i,u,v,d,t,e,r,a,s,c,f,$,m,p,N,A,O,w,b;const E=l.layer,R=null===(i=null==E?void 0:E.renderer)||void 0===i?void 0:i.field,L=null==n?void 0:n.type,D=null==l?void 0:l.layerView,I=null===(v=null===(u=null==D?void 0:D.layer)||void 0===u?void 0:u.renderer)||void 0===v?void 0:v.classBreakInfos,g=(null===(t=null===(d=null==D?void 0:D.layer)||void 0===d?void 0:d.renderer)||void 0===t?void 0:t.uniqueValueInfos)&&R,x="size-ramp"===L,h="color-ramp"===L,P="opacity-ramp"===L,j="heatmap-ramp"===L,U=D&&I&&I.length>1,z=null===(a=null===(r=null===(e=null==D?void 0:D.layer)||void 0===e?void 0:e.renderer)||void 0===r?void 0:r.authoringInfo)||void 0===a?void 0:a.type,F="class-breaks-color"===z,k="class-breaks-size"===z,q=1===(null===(s=null==n?void 0:n.infos)||void 0===s?void 0:s.length)&&!R,V="relationship"===z&&"size-ramp"!==(null==n?void 0:n.type)&&"symbol-table"!==(null==n?void 0:n.type),C="feature"===(null===(c=null==l?void 0:l.layer)||void 0===c?void 0:c.type),T=C&&R&&!h&&!x&&U,M=!(!C||!R||h||x||U),B=!!(M||y(D)&&!x||F&&R||k&&R||q&&!R&&null!==R||V||g),G=(null===(f=null==l?void 0:l.layer)||void 0===f?void 0:f.featureReduction)&&"size-ramp"===(null===(m=null===($=null==l?void 0:l.legendElements)||void 0===$?void 0:$[o])||void 0===m?void 0:m.type),H="symbol-table"===(null==n?void 0:n.type)&&1===(null===(p=null==n?void 0:n.infos)||void 0===p?void 0:p.length),J=!(null==l?void 0:l.legendElements.every((l=>"color-ramp"!==l.type))),K=!(null==l?void 0:l.legendElements.every((l=>"size-ramp"!==l.type))),Q=H&&J,W=H&&K,X=null===(N=null==n?void 0:n.infos)||void 0===N?void 0:N.every((l=>"number"==typeof l.value)),Y="symbol-table"===(null===(O=null===(A=null==l?void 0:l.legendElements)||void 0===A?void 0:A[0])||void 0===O?void 0:O.type)&&"color-ramp"===(null===(b=null===(w=null==l?void 0:l.legendElements)||void 0===w?void 0:w[1])||void 0===b?void 0:b.type),Z="dot-density"===z,_=S(null==l?void 0:l.layer,R);return!(!C||G||P||j||Q||W||X||Y||Z||!_)&&(I?T||B:M||B)}function N(l){var n,o,i,u,v;return l.queryExpressions=[],(null===(o=null===(n=null==l?void 0:l.fLayerView)||void 0===n?void 0:n.filter)||void 0===o?void 0:o.where)&&(l.fLayerView.filter.where=""),(null===(v=null===(u=null===(i=null==l?void 0:l.fLayerView)||void 0===i?void 0:i.featureEffect)||void 0===u?void 0:u.filter)||void 0===v?void 0:v.where)&&(l.fLayerView.featureEffect=null),l.categories.forEach((l=>{l.selected=!1})),l}function A(l,n){var o,i,u,v,d,t,e,r,a,s,c;const f=l.categories.get(n);null===(o=null==f?void 0:f.nestedInfos)||void 0===o||o.forEach((n=>{const o=l.queryExpressions.indexOf(`${l.field} = '${n.legendElementInfo.value}'`);-1!==o&&l.queryExpressions.splice(o,1),n.selected=!1}));const $=[],y=Array.from(l.categories).map((l=>l[1]));y.forEach((n=>{var o,i;(null===(o=n.nestedInfos)||void 0===o?void 0:o.every((l=>!l.selected)))&&(null===(i=n.nestedInfos)||void 0===i||i.forEach((n=>{$.push(`${l.field} = '${n.legendElementInfo.value}'`)})))})),$.forEach((n=>{-1===l.queryExpressions.indexOf(n)&&l.queryExpressions.push(n)}));let m=l.queryExpressions.join(" OR ");const p=y.every((l=>{var n;return null===(n=l.nestedInfos)||void 0===n?void 0:n.every((l=>!l.selected))}));return p?((null===(u=null===(i=null==l?void 0:l.fLayerView)||void 0===i?void 0:i.filter)||void 0===u?void 0:u.where)&&(l.fLayerView.filter.where=""),(null===(t=null===(d=null===(v=null==l?void 0:l.fLayerView)||void 0===v?void 0:v.featureEffect)||void 0===d?void 0:d.filter)||void 0===t?void 0:t.where)&&(l.fLayerView.featureEffect=null),l.queryExpressions=[]):((null===(r=null===(e=null==l?void 0:l.fLayerView)||void 0===e?void 0:e.filter)||void 0===r?void 0:r.where)&&(l.fLayerView.filter.where=m),(null===(c=null===(s=null===(a=null==l?void 0:l.fLayerView)||void 0===a?void 0:a.featureEffect)||void 0===s?void 0:s.filter)||void 0===c?void 0:c.where)&&(l.fLayerView.featureEffect.filter.where=m)),l}async function O(l,n,o){var i,u;const v=l.fLayerView.createQuery();if(o)if(o.nestedInfos.every((l=>!l.selected))){const n=o.nestedInfos.map((n=>`${l.field} = '${n.legendElementInfo.value}'`)).join(" OR ");v.where=n}else{const n=o.nestedInfos.filter((l=>l.selected)).map((n=>`${l.field} = '${n.legendElementInfo.value}'`)).join(" OR ");v.where=n}else{const n=l.queryExpressions.join(" OR ");v.where=n}try{const{extent:o}=await(null===(u=null===(i=null==l?void 0:l.fLayerView)||void 0===i?void 0:i.layer)||void 0===u?void 0:u.queryExtent(v));await n.goTo(o)}catch(l){}}function w(l){return l.map((l=>null==l?void 0:l.count)).reduce(((l,n)=>l+n))}function b(l){return l.map((l=>{var n;return null===(n=null==l?void 0:l.nestedInfos)||void 0===n?void 0:n.map((l=>l.count)).reduce(((l,n)=>l+n))})).reduce(((l,n)=>l+n))}async function E(l,n,o,i,u,v,d,t){var e,r,a;if(!n)return;if(!S(null==n?void 0:n.layer,o))return;const s="feature"===(null===(e=null==n?void 0:n.layer)||void 0===e?void 0:e.type)?n.createQuery():null,$=y(n)?c(i,n):i.type?f(d,o,t,i,i.infos):f(i,o,u,v,v.infos);s&&$&&(s.where="1=0"===$?"1=1":$,s.geometry=l);try{const l=s?await n.queryFeatureCount(s):null;return Promise.resolve({[null!==(r=i.label)&&void 0!==r?r:null===(a=null==n?void 0:n.layer)||void 0===a?void 0:a.id]:l})}catch(l){console.error("FAILURE AT 'getInfoCount': ",l)}return Promise.resolve(null)}async function R(l,n){let o=Object.assign({},n);const{activeLayerInfos:i}=l;let u={};const v={};i.forEach((async o=>{var i,u,d,t;const e=o.legendElements[0],r=null===(u=n[null===(i=null==o?void 0:o.layer)||void 0===i?void 0:i.id])||void 0===u?void 0:u.fLayerView,a=null===(d=o.layer.renderer)||void 0===d?void 0:d.field,s=[];v[o.layer.id]=[],null===(t=null==e?void 0:e.infos)||void 0===t||t.forEach(((n,i)=>{var u;const d=null===(u=e.infos)||void 0===u?void 0:u.every((l=>"symbol-table"===l.type));if(d){const u=[];n.infos.forEach(((o,v)=>{const d=E(l.view.extent,r,a,n,i,e,o,v);u.push(d)})),v[o.layer.id].push(u)}else s.push(E(l.view.extent,r,a,n,i,e)),v[o.layer.id]=s}));const c=o=>{var i,u,d,t;const e=[],r=o.legendElements[0],a=null===(u=n[null===(i=null==o?void 0:o.layer)||void 0===i?void 0:i.id])||void 0===u?void 0:u.fLayerView,s=null===(d=o.layer.renderer)||void 0===d?void 0:d.field;null===(t=null==r?void 0:r.infos)||void 0===t||t.forEach(((n,o)=>e.push(E(l.view.extent,a,s,n,o,r)))),v[o.layer.id]=e};o.children.forEach((async l=>{var n;c(l),(null===(n=null==l?void 0:l.children)||void 0===n?void 0:n.length)>0&&l.children.forEach((l=>{var n;c(l),(null===(n=null==l?void 0:l.children)||void 0===n?void 0:n.length)>0&&l.children.forEach((l=>{c(l)}))}))}))}));for(const l in v){let n=u[l];n||(n=u[l]={});const o=await Promise.all(v[l]);if(o.every((l=>Array.isArray(l)))){const i=await Promise.all(o.map((async l=>(await Promise.all(l)).map((l=>l&&Object.values(l)[0])))));n[l]=i,u[l]=Object.assign({},n[l])}else{const i={};o.forEach((l=>{if(!l)return;const n=Object.keys(l)[0];i[n]=l[n]})),l&&(n[l]=i),u[l]=Object.assign({},n[l])}}return i.forEach((l=>{var o;const i=n[l.layer.id],v=l.layer.id;null===(o=null==i?void 0:i.categories)||void 0===o||o.forEach(((n,o)=>{var d;const t=Array.from(null==i?void 0:i.categories).findIndex((l=>l[0]===o));if(null==n?void 0:n.nestedInfos)null==n||n.nestedInfos.forEach(((n,o)=>{var i,v,d;const e=null===(d=null===(v=null==u?void 0:u[null===(i=null==l?void 0:l.layer)||void 0===i?void 0:i.id])||void 0===v?void 0:v[t])||void 0===d?void 0:d[o];n.count=isNaN(e)?null:e}));else{const l=null===(d=null==u?void 0:u[v])||void 0===d?void 0:d[o];n.count=isNaN(l)?null:l}}));const d=l=>{var o;const i=l.layer.id,v=n[i];null===(o=null==v?void 0:v.categories)||void 0===o||o.forEach(((l,n)=>{var o;const v=null===(o=null==u?void 0:u[i])||void 0===o?void 0:o[n];l.count=v}))};l.children.forEach((l=>{var n;d(l),(null===(n=null==l?void 0:l.children)||void 0===n?void 0:n.length)>0&&l.children.forEach((l=>{var n;d(l),(null===(n=null==l?void 0:l.children)||void 0===n?void 0:n.length)>0&&l.children.forEach((l=>{d(l)}))}))}))})),Promise.resolve(o)}function L(l,n){var o;return null===(o=null==l?void 0:l.nestedInfos)||void 0===o?void 0:o[n]}function D(l){return Array.from(l).map((l=>l[1])).every((l=>!!(null==l?void 0:l.nestedInfos)))}function I(l){var n,o,i,u;return!!(null===(u=null===(i=null===(o=null===(n=null==l?void 0:l.legendElements)||void 0===n?void 0:n[0])||void 0===o?void 0:o.infos)||void 0===i?void 0:i.every)||void 0===u?void 0:u.call(i,(l=>"symbol-table"===(null==l?void 0:l.type))))}function g(l,n){var o;return null===(o=null==l?void 0:l.categories)||void 0===o?void 0:o.get(null==n?void 0:n.title)}function x(l){const n="calcite-mode-",o=`${n}light`,i=`${n}dark`;return l.classList.contains(i)?i:o}function h(l){if(l.layerId&&l.intLegendLayerData){const n=l.layerId,o=l.intLegendLayerData,i=Object.assign(Object.assign({},u.data),{[n]:o});v.set("data",i)}}function P(o,i){const{type:u}=o;"filter"===u?function(l){var n,o;null===(o=null===(n=null==l?void 0:l.allLayerViews)||void 0===n?void 0:n.filter((l=>{var n;return"feature"===(null===(n=null==l?void 0:l.layer)||void 0===n?void 0:n.type)})))||void 0===o||o.forEach((l=>{const n=j(l);l.filter=n,l.set("featureEffect",null)}))}(i):"effect"===u&&function(o,i){var u;null===(u=null==i?void 0:i.allLayerViews)||void 0===u||u.filter((l=>{var n;return"feature"===(null===(n=null==l?void 0:l.layer)||void 0===n?void 0:n.type)})).forEach((async i=>{if((null==o?void 0:o.effect)&&i){const[u]=await l(["esri/layers/support/FeatureEffect"]),{includedEffect:v,excludedEffect:d}=o.effect,t=await n(d,i,"excludedEffect"),e=await n(v,i,"includedEffect"),r=j(i);i.featureEffect=new u({filter:r,includedEffect:e,excludedEffect:t}),i.set("filter",null)}}))}(o,i)}function j(l){var n;return(null==l?void 0:l.filter)||(null===(n=null==l?void 0:l.featureEffect)||void 0===n?void 0:n.filter)}function S(l,n){const o=null==l?void 0:l.fields,i=o&&o.map((l=>l.name));return!n||i&&i.includes(n)}function U(l){const n=[];return l.forEach((l=>z(l,n))),n}function z(l,n){n.push(l),l.children&&l.children.length>0&&l.children.forEach((l=>{z(l,n)}))}export{g as a,r as b,$ as c,R as d,t as e,U as f,x as g,P as h,u as i,d as j,s as k,a as l,I as m,m as n,A as o,N as p,e as q,D as r,v as s,b as t,h as u,p as v,w,L as x,O as z}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import{d as e,f as t}from"./p-e996c38f.js";const s=e=>!("isConnected"in e)||e.isConnected,n=(()=>{let e;return(...t)=>{e&&clearTimeout(e),e=setTimeout((()=>{e=0,(e=>{for(let t of e.keys())e.set(t,e.get(t).filter(s))})(...t)}),2e3)}})(),o=e=>"function"==typeof e?e():e,r=(s,r)=>{const c=((e,t=((e,t)=>e!==t))=>{const s=o(e);let n=new Map(Object.entries(null!=s?s:{}));const r={dispose:[],get:[],set:[],reset:[]},c=()=>{var t;n=new Map(Object.entries(null!==(t=o(e))&&void 0!==t?t:{})),r.reset.forEach((e=>e()))},u=e=>(r.get.forEach((t=>t(e))),n.get(e)),i=(e,s)=>{const o=n.get(e);t(s,o,e)&&(n.set(e,s),r.set.forEach((t=>t(e,s,o))))},p="undefined"==typeof Proxy?{}:new Proxy(s,{get:(e,t)=>u(t),ownKeys:()=>Array.from(n.keys()),getOwnPropertyDescriptor:()=>({enumerable:!0,configurable:!0}),has:(e,t)=>n.has(t),set:(e,t,s)=>(i(t,s),!0)}),a=(e,t)=>(r[e].push(t),()=>{((e,t)=>{const s=e.indexOf(t);s>=0&&(e[s]=e[e.length-1],e.length--)})(r[e],t)});return{state:p,get:u,set:i,on:a,onChange:(t,s)=>{const n=a("set",((e,n)=>{e===t&&s(n)})),r=a("reset",(()=>s(o(e)[t])));return()=>{n(),r()}},use:(...e)=>{const t=e.reduce(((e,t)=>(t.set&&e.push(a("set",t.set)),t.get&&e.push(a("get",t.get)),t.reset&&e.push(a("reset",t.reset)),t.dispose&&e.push(a("dispose",t.dispose)),e)),[]);return()=>t.forEach((e=>e()))},dispose:()=>{r.dispose.forEach((e=>e())),c()},reset:c,forceUpdate:e=>{const t=n.get(e);r.set.forEach((s=>s(e,t,t)))}}})(s,r);return c.use((()=>{if("function"!=typeof e)return{};const s=new Map;return{dispose:()=>s.clear(),get:t=>{const n=e();n&&((e,t,s)=>{const n=e.get(t);n?n.includes(s)||n.push(s):e.set(t,[s])})(s,t,n)},set:e=>{const o=s.get(e);o&&s.set(e,o.filter(t)),n(s)},reset:()=>{s.forEach((e=>e.forEach(t))),n(s)}}})()),c};export{r as c}