vviinn-widgets 2.5.2 → 2.6.0

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 (339) hide show
  1. package/dist/types/campaign/CampaignService.d.ts +1 -1
  2. package/dist/types/campaign/VCSCampaignService.d.ts +2 -1
  3. package/dist/types/campaign/VPRCampaignService.d.ts +2 -1
  4. package/dist/types/components/vviinn-vpr-button/recommendations-sidebar/recommendations-sidebar.d.ts +2 -0
  5. package/dist/types/components/vviinn-vpr-button/stories/args.d.ts +6 -0
  6. package/dist/types/components/vviinn-vpr-button/stories/vviinn-vpr-button.stories.d.ts +6 -0
  7. package/dist/types/components/vviinn-vpr-button/vviinn-vpr-button.d.ts +2 -0
  8. package/dist/types/components/vviinn-vpr-widget/stories/args.d.ts +6 -0
  9. package/dist/types/components/vviinn-vpr-widget/stories/vviinn-vpr-widget.stories.d.ts +6 -0
  10. package/dist/types/components/vviinn-vpr-widget/vviinn-vpr-vidget.d.ts +3 -0
  11. package/dist/types/components.d.ts +24 -0
  12. package/dist/vviinn-widgets/Array-bdfc75db.js +4870 -0
  13. package/dist/vviinn-widgets/Handler-edcb46f4.js +1422 -0
  14. package/dist/vviinn-widgets/NonEmptyArray-947ab7b3.js +4411 -0
  15. package/dist/{esm/app-globals-6f6aa89e.js → vviinn-widgets/app-globals-26a61baa.js} +922 -10
  16. package/dist/{esm → vviinn-widgets}/cropper-handler.entry.js +2 -2
  17. package/dist/vviinn-widgets/css-shim-f0027935.js +4 -0
  18. package/dist/{esm/customized-slots-6b427dda.js → vviinn-widgets/customized-slots-fb9b3e5f.js} +1 -1
  19. package/dist/vviinn-widgets/dom-db0073f0.js +73 -0
  20. package/dist/vviinn-widgets/highlight-box.entry.js +41 -0
  21. package/dist/{collection/components/image-search/image-view/image-cropper/image-cropper.js → vviinn-widgets/image-cropper.entry.js} +33 -70
  22. package/dist/{esm/imageSearch.store-0ae87235.js → vviinn-widgets/imageSearch.store-15bda6de.js} +12106 -11817
  23. package/dist/{esm/index-ac05c460.js → vviinn-widgets/index-533f9255.js} +4 -2
  24. package/dist/{esm/index-2e296af4.js → vviinn-widgets/index-6c6de682.js} +639 -6
  25. package/dist/vviinn-widgets/index-89051fa8.js +3010 -0
  26. package/dist/vviinn-widgets/index.esm.js +1 -0
  27. package/dist/vviinn-widgets/number-171db649.js +1499 -0
  28. package/dist/vviinn-widgets/search-filters.entry.js +76 -0
  29. package/dist/vviinn-widgets/shadow-css-c1fdfa9f.js +389 -0
  30. package/dist/{collection/components/vviinn-carousel/vviinn-carousel.js → vviinn-widgets/vviinn-carousel.entry.js} +18 -113
  31. package/dist/vviinn-widgets/vviinn-detected-object.entry.js +54 -0
  32. package/dist/vviinn-widgets/vviinn-empty-results.entry.js +16 -0
  33. package/dist/{esm → vviinn-widgets}/vviinn-error.entry.js +1 -1
  34. package/dist/vviinn-widgets/vviinn-example-image.entry.js +38 -0
  35. package/dist/vviinn-widgets/vviinn-example-images.entry.js +28 -0
  36. package/dist/vviinn-widgets/vviinn-image-selector.entry.js +31 -0
  37. package/dist/vviinn-widgets/vviinn-image-view.entry.js +55 -0
  38. package/dist/vviinn-widgets/vviinn-modal.entry.js +30 -0
  39. package/dist/vviinn-widgets/vviinn-onboarding-card-1.entry.js +21 -0
  40. package/dist/vviinn-widgets/vviinn-onboarding-card-2.entry.js +21 -0
  41. package/dist/vviinn-widgets/vviinn-onboarding-card-3.entry.js +21 -0
  42. package/dist/vviinn-widgets/vviinn-onboarding.entry.js +20 -0
  43. package/dist/vviinn-widgets/vviinn-overlay.entry.js +15 -0
  44. package/dist/vviinn-widgets/vviinn-overlayed-modal.entry.js +18 -0
  45. package/dist/{esm → vviinn-widgets}/vviinn-preloader.entry.js +6 -3
  46. package/dist/vviinn-widgets/vviinn-privacy-badge.entry.js +20 -0
  47. package/dist/vviinn-widgets/vviinn-product-card.entry.js +184 -0
  48. package/dist/{esm → vviinn-widgets}/vviinn-recommendations-sidebar.entry.js +5 -3
  49. package/dist/vviinn-widgets/vviinn-server-error.entry.js +16 -0
  50. package/dist/vviinn-widgets/vviinn-slide.entry.js +15 -0
  51. package/dist/vviinn-widgets/vviinn-slider.entry.js +120 -0
  52. package/dist/vviinn-widgets/vviinn-teaser.entry.js +20 -0
  53. package/dist/{esm → vviinn-widgets}/vviinn-vpr-button.entry.js +7 -2
  54. package/dist/vviinn-widgets/vviinn-vpr-widget.entry.js +4588 -0
  55. package/dist/{esm → vviinn-widgets}/vviinn-vps-button.entry.js +3 -3
  56. package/dist/{esm → vviinn-widgets}/vviinn-vps-widget.entry.js +8 -5
  57. package/dist/vviinn-widgets/vviinn-widgets.css +6 -1
  58. package/dist/vviinn-widgets/vviinn-widgets.esm.js +125 -1
  59. package/dist/vviinn-widgets/vviinn-wrong-format.entry.js +16 -0
  60. package/package.json +3 -3
  61. package/www/build/Array-bdfc75db.js +4870 -0
  62. package/www/build/Handler-edcb46f4.js +1422 -0
  63. package/www/build/NonEmptyArray-947ab7b3.js +4411 -0
  64. package/{dist/cjs/app-globals-d15b4c2c.js → www/build/app-globals-26a61baa.js} +925 -15
  65. package/{dist/cjs/cropper-handler.cjs.entry.js → www/build/cropper-handler.entry.js} +7 -11
  66. package/www/build/css-shim-f0027935.js +4 -0
  67. package/{dist/cjs/customized-slots-0c0d0665.js → www/build/customized-slots-fb9b3e5f.js} +3 -6
  68. package/www/build/dom-db0073f0.js +73 -0
  69. package/www/build/highlight-box.entry.js +41 -0
  70. package/www/build/image-cropper.entry.js +118 -0
  71. package/{dist/cjs/imageSearch.store-865c23f4.js → www/build/imageSearch.store-15bda6de.js} +11902 -11647
  72. package/{dist/collection/components/vviinn-icons/index.js → www/build/index-533f9255.js} +14 -11
  73. package/{dist/cjs/index-0eb3036a.js → www/build/index-6c6de682.js} +698 -76
  74. package/www/build/index-89051fa8.js +3010 -0
  75. package/www/build/index.esm.js +1 -0
  76. package/www/build/number-171db649.js +1499 -0
  77. package/www/build/search-filters.entry.js +76 -0
  78. package/www/build/shadow-css-c1fdfa9f.js +389 -0
  79. package/www/build/vviinn-carousel.entry.js +210 -0
  80. package/www/build/vviinn-detected-object.entry.js +54 -0
  81. package/www/build/vviinn-empty-results.entry.js +16 -0
  82. package/{dist/cjs/vviinn-error.cjs.entry.js → www/build/vviinn-error.entry.js} +4 -8
  83. package/www/build/vviinn-example-image.entry.js +38 -0
  84. package/www/build/vviinn-example-images.entry.js +28 -0
  85. package/www/build/vviinn-image-selector.entry.js +31 -0
  86. package/www/build/vviinn-image-view.entry.js +55 -0
  87. package/www/build/vviinn-modal.entry.js +30 -0
  88. package/www/build/vviinn-onboarding-card-1.entry.js +21 -0
  89. package/www/build/vviinn-onboarding-card-2.entry.js +21 -0
  90. package/www/build/vviinn-onboarding-card-3.entry.js +21 -0
  91. package/www/build/vviinn-onboarding.entry.js +20 -0
  92. package/www/build/vviinn-overlay.entry.js +15 -0
  93. package/www/build/vviinn-overlayed-modal.entry.js +18 -0
  94. package/{dist/cjs/vviinn-preloader.cjs.entry.js → www/build/vviinn-preloader.entry.js} +10 -11
  95. package/www/build/vviinn-privacy-badge.entry.js +20 -0
  96. package/www/build/vviinn-product-card.entry.js +184 -0
  97. package/{dist/cjs/vviinn-recommendations-sidebar.cjs.entry.js → www/build/vviinn-recommendations-sidebar.entry.js} +10 -12
  98. package/www/build/vviinn-server-error.entry.js +16 -0
  99. package/www/build/vviinn-slide.entry.js +15 -0
  100. package/www/build/vviinn-slider.entry.js +120 -0
  101. package/www/build/vviinn-teaser.entry.js +20 -0
  102. package/{dist/cjs/vviinn-vpr-button.cjs.entry.js → www/build/vviinn-vpr-button.entry.js} +10 -9
  103. package/www/build/vviinn-vpr-widget.entry.js +4588 -0
  104. package/www/build/vviinn-vps-button.entry.js +39 -0
  105. package/{dist/cjs/vviinn-vps-widget.cjs.entry.js → www/build/vviinn-vps-widget.entry.js} +44 -45
  106. package/www/build/vviinn-widgets.css +6 -1
  107. package/www/build/vviinn-widgets.esm.js +125 -1
  108. package/www/build/vviinn-wrong-format.entry.js +16 -0
  109. package/www/index.html +10 -1
  110. package/dist/cjs/Handler-176539c8.js +0 -331
  111. package/dist/cjs/highlight-box_22.cjs.entry.js +0 -747
  112. package/dist/cjs/index-0f5516a6.js +0 -1354
  113. package/dist/cjs/index-31b9cb7a.js +0 -39
  114. package/dist/cjs/index.cjs.js +0 -2
  115. package/dist/cjs/loader.cjs.js +0 -23
  116. package/dist/cjs/vviinn-carousel_3.cjs.entry.js +0 -1174
  117. package/dist/cjs/vviinn-vps-button.cjs.entry.js +0 -43
  118. package/dist/cjs/vviinn-widgets.cjs.js +0 -21
  119. package/dist/collection/Image/error.js +0 -14
  120. package/dist/collection/Image/form.js +0 -5
  121. package/dist/collection/Image/fromFile.js +0 -18
  122. package/dist/collection/Image/imageToB64.js +0 -9
  123. package/dist/collection/Image/index.js +0 -0
  124. package/dist/collection/Image/renderPromise.js +0 -6
  125. package/dist/collection/Image/resizeImage.js +0 -28
  126. package/dist/collection/Image/sizing.js +0 -39
  127. package/dist/collection/Image/toFile.js +0 -17
  128. package/dist/collection/analytics/GAnalytics.js +0 -32
  129. package/dist/collection/analytics/GeneralAnalytics.js +0 -9
  130. package/dist/collection/analytics/GtagAnalytics.js +0 -35
  131. package/dist/collection/analytics/ProductAnalytics.js +0 -1
  132. package/dist/collection/campaign/Campaign.js +0 -8
  133. package/dist/collection/campaign/CampaignService.js +0 -5
  134. package/dist/collection/campaign/VCSCampaign.js +0 -1
  135. package/dist/collection/campaign/VCSCampaignResponse.js +0 -1
  136. package/dist/collection/campaign/VCSCampaignService.js +0 -5
  137. package/dist/collection/campaign/VPRCampaignResponse.js +0 -1
  138. package/dist/collection/campaign/VPRCampaignService.js +0 -5
  139. package/dist/collection/collection-manifest.json +0 -43
  140. package/dist/collection/components/customized-slots.js +0 -47
  141. package/dist/collection/components/image-search/image-view/highlight-box/highlight-box.css +0 -71
  142. package/dist/collection/components/image-search/image-view/highlight-box/highlight-box.js +0 -25
  143. package/dist/collection/components/image-search/image-view/image-cropper/cropper-handler/cropper-handler.css +0 -49
  144. package/dist/collection/components/image-search/image-view/image-cropper/cropper-handler/cropper-handler.js +0 -64
  145. package/dist/collection/components/image-search/image-view/image-cropper/image-cropper.css +0 -33
  146. package/dist/collection/components/image-search/search-filters/search-filters.css +0 -120
  147. package/dist/collection/components/image-search/search-filters/search-filters.js +0 -125
  148. package/dist/collection/components/vviinn-carousel/vviinn-carousel.css +0 -142
  149. package/dist/collection/components/vviinn-error/vviinn-empty-results/vviinn-empty-results.css +0 -7
  150. package/dist/collection/components/vviinn-error/vviinn-empty-results/vviinn-empty-results.js +0 -36
  151. package/dist/collection/components/vviinn-error/vviinn-error.css +0 -38
  152. package/dist/collection/components/vviinn-error/vviinn-error.js +0 -18
  153. package/dist/collection/components/vviinn-error/vviinn-server-error/vviinn-server-error.css +0 -3
  154. package/dist/collection/components/vviinn-error/vviinn-server-error/vviinn-server-error.js +0 -34
  155. package/dist/collection/components/vviinn-error/vviinn-wrong-format/vviinn-wrong-format.css +0 -3
  156. package/dist/collection/components/vviinn-error/vviinn-wrong-format/vviinn-wrong-format.js +0 -34
  157. package/dist/collection/components/vviinn-example-images/vviinn-example-image/vviinn-example-image.css +0 -34
  158. package/dist/collection/components/vviinn-example-images/vviinn-example-image/vviinn-example-image.js +0 -129
  159. package/dist/collection/components/vviinn-example-images/vviinn-example-images.css +0 -19
  160. package/dist/collection/components/vviinn-example-images/vviinn-example-images.js +0 -80
  161. package/dist/collection/components/vviinn-image-selector/vviinn-image-selector.css +0 -25
  162. package/dist/collection/components/vviinn-image-selector/vviinn-image-selector.js +0 -64
  163. package/dist/collection/components/vviinn-image-view/vviinn-detected-object/vviinn-detected-object.css +0 -47
  164. package/dist/collection/components/vviinn-image-view/vviinn-detected-object/vviinn-detected-object.js +0 -100
  165. package/dist/collection/components/vviinn-image-view/vviinn-image-view.css +0 -31
  166. package/dist/collection/components/vviinn-image-view/vviinn-image-view.js +0 -61
  167. package/dist/collection/components/vviinn-modal/vviinn-modal.css +0 -105
  168. package/dist/collection/components/vviinn-modal/vviinn-modal.js +0 -98
  169. package/dist/collection/components/vviinn-onboarding/onboarding-cards/onboarding-card.css +0 -41
  170. package/dist/collection/components/vviinn-onboarding/onboarding-cards/vviinn-onboarding-card-1/vviinn-onboarding-card-1.js +0 -26
  171. package/dist/collection/components/vviinn-onboarding/onboarding-cards/vviinn-onboarding-card-2/vviinn-onboarding-card-2.js +0 -26
  172. package/dist/collection/components/vviinn-onboarding/onboarding-cards/vviinn-onboarding-card-3/vviinn-onboarding-card-3.js +0 -26
  173. package/dist/collection/components/vviinn-onboarding/vviinn-onboarding.css +0 -58
  174. package/dist/collection/components/vviinn-onboarding/vviinn-onboarding.js +0 -28
  175. package/dist/collection/components/vviinn-overlay/vviinn-overlay.css +0 -33
  176. package/dist/collection/components/vviinn-overlay/vviinn-overlay.js +0 -15
  177. package/dist/collection/components/vviinn-overlayed-modal/vviinn-overlayed-modal.css +0 -29
  178. package/dist/collection/components/vviinn-overlayed-modal/vviinn-overlayed-modal.js +0 -71
  179. package/dist/collection/components/vviinn-preloader/vviinn-preloader.css +0 -37
  180. package/dist/collection/components/vviinn-preloader/vviinn-preloader.js +0 -20
  181. package/dist/collection/components/vviinn-privacy-badge/vviinn-privacy-badge.css +0 -19
  182. package/dist/collection/components/vviinn-privacy-badge/vviinn-privacy-badge.js +0 -27
  183. package/dist/collection/components/vviinn-product-card/render-helpers.js +0 -32
  184. package/dist/collection/components/vviinn-product-card/stories/args.js +0 -73
  185. package/dist/collection/components/vviinn-product-card/stories/decorators.js +0 -51
  186. package/dist/collection/components/vviinn-product-card/stories/vviinn-product-card.stories.js +0 -105
  187. package/dist/collection/components/vviinn-product-card/vviinn-product-card.css +0 -95
  188. package/dist/collection/components/vviinn-product-card/vviinn-product-card.js +0 -462
  189. package/dist/collection/components/vviinn-slider/arrow.js +0 -11
  190. package/dist/collection/components/vviinn-slider/vviinn-slide/vviinn-slide.css +0 -4
  191. package/dist/collection/components/vviinn-slider/vviinn-slide/vviinn-slide.js +0 -15
  192. package/dist/collection/components/vviinn-slider/vviinn-slider.css +0 -109
  193. package/dist/collection/components/vviinn-slider/vviinn-slider.js +0 -181
  194. package/dist/collection/components/vviinn-teaser/vviinn-teaser.css +0 -14
  195. package/dist/collection/components/vviinn-teaser/vviinn-teaser.js +0 -29
  196. package/dist/collection/components/vviinn-vpr-button/recommendations-sidebar/recommendations-sidebar.css +0 -238
  197. package/dist/collection/components/vviinn-vpr-button/recommendations-sidebar/recommendations-sidebar.js +0 -200
  198. package/dist/collection/components/vviinn-vpr-button/stories/args.js +0 -207
  199. package/dist/collection/components/vviinn-vpr-button/stories/vviinn-vpr-button.stories.js +0 -89
  200. package/dist/collection/components/vviinn-vpr-button/vviinn-vpr-button.css +0 -35
  201. package/dist/collection/components/vviinn-vpr-button/vviinn-vpr-button.js +0 -156
  202. package/dist/collection/components/vviinn-vpr-widget/stories/args.js +0 -190
  203. package/dist/collection/components/vviinn-vpr-widget/stories/decorators.js +0 -29
  204. package/dist/collection/components/vviinn-vpr-widget/stories/vviinn-vpr-widget.stories.js +0 -212
  205. package/dist/collection/components/vviinn-vpr-widget/token-helpers.js +0 -11
  206. package/dist/collection/components/vviinn-vpr-widget/vviinn-vpr-vidget.js +0 -483
  207. package/dist/collection/components/vviinn-vpr-widget/vviinn-vpr-widget.css +0 -79
  208. package/dist/collection/components/vviinn-vps-button/stories/vviinn-vps-button.stories.js +0 -31
  209. package/dist/collection/components/vviinn-vps-button/vviinn-vps-button.css +0 -3
  210. package/dist/collection/components/vviinn-vps-button/vviinn-vps-button.js +0 -178
  211. package/dist/collection/components/vviinn-vps-widget/stories/vviinn-vps-widget.stories.js +0 -33
  212. package/dist/collection/components/vviinn-vps-widget/vviinn-vps-widget.css +0 -350
  213. package/dist/collection/components/vviinn-vps-widget/vviinn-vps-widget.js +0 -352
  214. package/dist/collection/cropper/Cropper.js +0 -1
  215. package/dist/collection/cropper/Handler.js +0 -61
  216. package/dist/collection/dom/index.js +0 -3
  217. package/dist/collection/error.js +0 -14
  218. package/dist/collection/file/index.js +0 -4
  219. package/dist/collection/geometry/Clip.js +0 -14
  220. package/dist/collection/geometry/Point.js +0 -32
  221. package/dist/collection/geometry/Rectangle.js +0 -95
  222. package/dist/collection/geometry/RectangleAlt.js +0 -1
  223. package/dist/collection/geometry/Sized.js +0 -8
  224. package/dist/collection/global.js +0 -19
  225. package/dist/collection/index.js +0 -1
  226. package/dist/collection/interfaces/generated.js +0 -5
  227. package/dist/collection/interfaces/recommendation.js +0 -1
  228. package/dist/collection/network/apiClient.js +0 -9
  229. package/dist/collection/network/ion/File.js +0 -14
  230. package/dist/collection/network/ion/Form.js +0 -64
  231. package/dist/collection/network/ion/Link.js +0 -8
  232. package/dist/collection/network/ion/ValueObject.js +0 -23
  233. package/dist/collection/network/request.js +0 -19
  234. package/dist/collection/network/utils.js +0 -37
  235. package/dist/collection/openApi/index.js +0 -27
  236. package/dist/collection/recommendation/events.js +0 -1
  237. package/dist/collection/recommendation/recommendation.js +0 -1
  238. package/dist/collection/searchSession/searchSession.js +0 -26
  239. package/dist/collection/sentry.js +0 -14
  240. package/dist/collection/slider/GridMode.js +0 -1
  241. package/dist/collection/store/file-processing.js +0 -13
  242. package/dist/collection/store/imageSearch.store.js +0 -138
  243. package/dist/collection/store/store.js +0 -3
  244. package/dist/collection/store/tracking.store.js +0 -3
  245. package/dist/collection/stories/Button.js +0 -21
  246. package/dist/collection/stories/Button.stories.js +0 -42
  247. package/dist/collection/stories/Header.js +0 -45
  248. package/dist/collection/stories/Header.stories.js +0 -15
  249. package/dist/collection/stories/Page.js +0 -61
  250. package/dist/collection/stories/Page.stories.js +0 -19
  251. package/dist/collection/stories/assets/code-brackets.svg +0 -1
  252. package/dist/collection/stories/assets/colors.svg +0 -1
  253. package/dist/collection/stories/assets/comments.svg +0 -1
  254. package/dist/collection/stories/assets/direction.svg +0 -1
  255. package/dist/collection/stories/assets/flow.svg +0 -1
  256. package/dist/collection/stories/assets/plugin.svg +0 -1
  257. package/dist/collection/stories/assets/repo.svg +0 -1
  258. package/dist/collection/stories/assets/stackalt.svg +0 -1
  259. package/dist/collection/stories/image-selector.stories.js +0 -6
  260. package/dist/collection/stories/image-view.stories.js +0 -6
  261. package/dist/collection/stories/modal.stories.js +0 -12
  262. package/dist/collection/stories/onboarding.stories.js +0 -11
  263. package/dist/collection/stories/overlay.stories.js +0 -5
  264. package/dist/collection/stories/overlayedModal.stories.js +0 -8
  265. package/dist/collection/stories/privacy-badge.stories.js +0 -11
  266. package/dist/collection/stories/slider.stories.js +0 -17
  267. package/dist/collection/stories/teaser.stories.js +0 -5
  268. package/dist/collection/stories/vps-widget.stories.js +0 -47
  269. package/dist/collection/stories/vviinn-product.stories.js +0 -19
  270. package/dist/collection/tracking/event.js +0 -3
  271. package/dist/collection/tracking/filter.js +0 -5
  272. package/dist/collection/tracking/index.js +0 -13
  273. package/dist/collection/tracking/models.js +0 -6
  274. package/dist/collection/tracking/product.js +0 -18
  275. package/dist/collection/tracking/search.js +0 -5
  276. package/dist/collection/tracking/widget.js +0 -10
  277. package/dist/collection/utils/collections/collectionsUtils.js +0 -5
  278. package/dist/collection/utils/either.js +0 -3
  279. package/dist/collection/utils/enum/enumUtils.js +0 -3
  280. package/dist/collection/utils/event/Events.js +0 -1
  281. package/dist/collection/utils/number/index.js +0 -4
  282. package/dist/collection/utils/option/option.js +0 -4
  283. package/dist/collection/utils/semigroup/semigroupDiff.js +0 -6
  284. package/dist/collection/utils/token/tokenUtils.js +0 -9
  285. package/dist/esm/Handler-f9b8735c.js +0 -309
  286. package/dist/esm/highlight-box_22.entry.js +0 -722
  287. package/dist/esm/index-59f44eaa.js +0 -1323
  288. package/dist/esm/index.js +0 -1
  289. package/dist/esm/loader.js +0 -19
  290. package/dist/esm/polyfills/core-js.js +0 -11
  291. package/dist/esm/polyfills/css-shim.js +0 -1
  292. package/dist/esm/polyfills/dom.js +0 -79
  293. package/dist/esm/polyfills/es5-html-element.js +0 -1
  294. package/dist/esm/polyfills/index.js +0 -34
  295. package/dist/esm/polyfills/system.js +0 -6
  296. package/dist/esm/vviinn-carousel_3.entry.js +0 -1168
  297. package/dist/esm/vviinn-widgets.js +0 -19
  298. package/dist/index.cjs.js +0 -1
  299. package/dist/index.js +0 -1
  300. package/dist/loader/cdn.js +0 -3
  301. package/dist/loader/index.cjs.js +0 -3
  302. package/dist/loader/index.d.ts +0 -12
  303. package/dist/loader/index.es2017.js +0 -3
  304. package/dist/loader/index.js +0 -4
  305. package/dist/loader/package.json +0 -10
  306. package/dist/vviinn-widgets/p-118ac907.js +0 -1
  307. package/dist/vviinn-widgets/p-11f61564.js +0 -1
  308. package/dist/vviinn-widgets/p-39fdc5c9.entry.js +0 -1
  309. package/dist/vviinn-widgets/p-762dc067.entry.js +0 -1
  310. package/dist/vviinn-widgets/p-7e2f542c.js +0 -1
  311. package/dist/vviinn-widgets/p-8d56e795.entry.js +0 -1
  312. package/dist/vviinn-widgets/p-8f955b15.entry.js +0 -1
  313. package/dist/vviinn-widgets/p-9654fe35.entry.js +0 -1
  314. package/dist/vviinn-widgets/p-9e5adc42.js +0 -1
  315. package/dist/vviinn-widgets/p-b3731705.entry.js +0 -1
  316. package/dist/vviinn-widgets/p-bad1809f.js +0 -1
  317. package/dist/vviinn-widgets/p-c36546fa.js +0 -15
  318. package/dist/vviinn-widgets/p-d991330b.entry.js +0 -1
  319. package/dist/vviinn-widgets/p-da9c933b.entry.js +0 -1
  320. package/dist/vviinn-widgets/p-ee46fc83.js +0 -1
  321. package/dist/vviinn-widgets/p-f41e25f0.entry.js +0 -1
  322. package/www/build/p-118ac907.js +0 -1
  323. package/www/build/p-11f61564.js +0 -1
  324. package/www/build/p-39fdc5c9.entry.js +0 -1
  325. package/www/build/p-762dc067.entry.js +0 -1
  326. package/www/build/p-7e2f542c.js +0 -1
  327. package/www/build/p-8d56e795.entry.js +0 -1
  328. package/www/build/p-8f955b15.entry.js +0 -1
  329. package/www/build/p-9654fe35.entry.js +0 -1
  330. package/www/build/p-9e5adc42.js +0 -1
  331. package/www/build/p-a67898be.css +0 -1
  332. package/www/build/p-b3731705.entry.js +0 -1
  333. package/www/build/p-bad1809f.js +0 -1
  334. package/www/build/p-c36546fa.js +0 -15
  335. package/www/build/p-cfd998c1.js +0 -1
  336. package/www/build/p-d991330b.entry.js +0 -1
  337. package/www/build/p-da9c933b.entry.js +0 -1
  338. package/www/build/p-ee46fc83.js +0 -1
  339. package/www/build/p-f41e25f0.entry.js +0 -1
@@ -1,6 +1,4 @@
1
- 'use strict';
2
-
3
- const imageSearch_store = require('./imageSearch.store-865c23f4.js');
1
+ import { a as commonjsGlobal, c as createCommonjsModule, g as getDefaultExportFromCjs, e as getAugmentedNamespace } from './NonEmptyArray-947ab7b3.js';
4
2
 
5
3
  // Unique ID creation requires a high quality random # generator. In the browser we therefore
6
4
  // require the crypto API and do not support built-in fallback to lower quality random number
@@ -56,6 +54,408 @@ function stringify$1(arr) {
56
54
  return uuid;
57
55
  }
58
56
 
57
+ //
58
+ // Inspired by https://github.com/LiosK/UUID.js
59
+ // and http://docs.python.org/library/uuid.html
60
+
61
+ var _nodeId;
62
+
63
+ var _clockseq; // Previous uuid creation time
64
+
65
+
66
+ var _lastMSecs = 0;
67
+ var _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
68
+
69
+ function v1(options, buf, offset) {
70
+ var i = buf && offset || 0;
71
+ var b = buf || new Array(16);
72
+ options = options || {};
73
+ var node = options.node || _nodeId;
74
+ var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
75
+ // specified. We do this lazily to minimize issues related to insufficient
76
+ // system entropy. See #189
77
+
78
+ if (node == null || clockseq == null) {
79
+ var seedBytes = options.random || (options.rng || rng)();
80
+
81
+ if (node == null) {
82
+ // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
83
+ node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
84
+ }
85
+
86
+ if (clockseq == null) {
87
+ // Per 4.2.2, randomize (14 bit) clockseq
88
+ clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
89
+ }
90
+ } // UUID timestamps are 100 nano-second units since the Gregorian epoch,
91
+ // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
92
+ // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
93
+ // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
94
+
95
+
96
+ var msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock
97
+ // cycle to simulate higher resolution clock
98
+
99
+ var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
100
+
101
+ var dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
102
+
103
+ if (dt < 0 && options.clockseq === undefined) {
104
+ clockseq = clockseq + 1 & 0x3fff;
105
+ } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
106
+ // time interval
107
+
108
+
109
+ if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
110
+ nsecs = 0;
111
+ } // Per 4.2.1.2 Throw error if too many uuids are requested
112
+
113
+
114
+ if (nsecs >= 10000) {
115
+ throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
116
+ }
117
+
118
+ _lastMSecs = msecs;
119
+ _lastNSecs = nsecs;
120
+ _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
121
+
122
+ msecs += 12219292800000; // `time_low`
123
+
124
+ var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
125
+ b[i++] = tl >>> 24 & 0xff;
126
+ b[i++] = tl >>> 16 & 0xff;
127
+ b[i++] = tl >>> 8 & 0xff;
128
+ b[i++] = tl & 0xff; // `time_mid`
129
+
130
+ var tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
131
+ b[i++] = tmh >>> 8 & 0xff;
132
+ b[i++] = tmh & 0xff; // `time_high_and_version`
133
+
134
+ b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
135
+
136
+ b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
137
+
138
+ b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
139
+
140
+ b[i++] = clockseq & 0xff; // `node`
141
+
142
+ for (var n = 0; n < 6; ++n) {
143
+ b[i + n] = node[n];
144
+ }
145
+
146
+ return buf || stringify$1(b);
147
+ }
148
+
149
+ function parse$1(uuid) {
150
+ if (!validate(uuid)) {
151
+ throw TypeError('Invalid UUID');
152
+ }
153
+
154
+ var v;
155
+ var arr = new Uint8Array(16); // Parse ########-....-....-....-............
156
+
157
+ arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24;
158
+ arr[1] = v >>> 16 & 0xff;
159
+ arr[2] = v >>> 8 & 0xff;
160
+ arr[3] = v & 0xff; // Parse ........-####-....-....-............
161
+
162
+ arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8;
163
+ arr[5] = v & 0xff; // Parse ........-....-####-....-............
164
+
165
+ arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8;
166
+ arr[7] = v & 0xff; // Parse ........-....-....-####-............
167
+
168
+ arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8;
169
+ arr[9] = v & 0xff; // Parse ........-....-....-....-############
170
+ // (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes)
171
+
172
+ arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff;
173
+ arr[11] = v / 0x100000000 & 0xff;
174
+ arr[12] = v >>> 24 & 0xff;
175
+ arr[13] = v >>> 16 & 0xff;
176
+ arr[14] = v >>> 8 & 0xff;
177
+ arr[15] = v & 0xff;
178
+ return arr;
179
+ }
180
+
181
+ function stringToBytes(str) {
182
+ str = unescape(encodeURIComponent(str)); // UTF8 escape
183
+
184
+ var bytes = [];
185
+
186
+ for (var i = 0; i < str.length; ++i) {
187
+ bytes.push(str.charCodeAt(i));
188
+ }
189
+
190
+ return bytes;
191
+ }
192
+
193
+ var DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
194
+ var URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
195
+ function v35 (name, version, hashfunc) {
196
+ function generateUUID(value, namespace, buf, offset) {
197
+ if (typeof value === 'string') {
198
+ value = stringToBytes(value);
199
+ }
200
+
201
+ if (typeof namespace === 'string') {
202
+ namespace = parse$1(namespace);
203
+ }
204
+
205
+ if (namespace.length !== 16) {
206
+ throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)');
207
+ } // Compute hash of namespace and value, Per 4.3
208
+ // Future: Use spread syntax when supported on all platforms, e.g. `bytes =
209
+ // hashfunc([...namespace, ... value])`
210
+
211
+
212
+ var bytes = new Uint8Array(16 + value.length);
213
+ bytes.set(namespace);
214
+ bytes.set(value, namespace.length);
215
+ bytes = hashfunc(bytes);
216
+ bytes[6] = bytes[6] & 0x0f | version;
217
+ bytes[8] = bytes[8] & 0x3f | 0x80;
218
+
219
+ if (buf) {
220
+ offset = offset || 0;
221
+
222
+ for (var i = 0; i < 16; ++i) {
223
+ buf[offset + i] = bytes[i];
224
+ }
225
+
226
+ return buf;
227
+ }
228
+
229
+ return stringify$1(bytes);
230
+ } // Function#name is not settable on some platforms (#270)
231
+
232
+
233
+ try {
234
+ generateUUID.name = name; // eslint-disable-next-line no-empty
235
+ } catch (err) {} // For CommonJS default export support
236
+
237
+
238
+ generateUUID.DNS = DNS;
239
+ generateUUID.URL = URL;
240
+ return generateUUID;
241
+ }
242
+
243
+ /*
244
+ * Browser-compatible JavaScript MD5
245
+ *
246
+ * Modification of JavaScript MD5
247
+ * https://github.com/blueimp/JavaScript-MD5
248
+ *
249
+ * Copyright 2011, Sebastian Tschan
250
+ * https://blueimp.net
251
+ *
252
+ * Licensed under the MIT license:
253
+ * https://opensource.org/licenses/MIT
254
+ *
255
+ * Based on
256
+ * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
257
+ * Digest Algorithm, as defined in RFC 1321.
258
+ * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
259
+ * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
260
+ * Distributed under the BSD License
261
+ * See http://pajhome.org.uk/crypt/md5 for more info.
262
+ */
263
+ function md5(bytes) {
264
+ if (typeof bytes === 'string') {
265
+ var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
266
+
267
+ bytes = new Uint8Array(msg.length);
268
+
269
+ for (var i = 0; i < msg.length; ++i) {
270
+ bytes[i] = msg.charCodeAt(i);
271
+ }
272
+ }
273
+
274
+ return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
275
+ }
276
+ /*
277
+ * Convert an array of little-endian words to an array of bytes
278
+ */
279
+
280
+
281
+ function md5ToHexEncodedArray(input) {
282
+ var output = [];
283
+ var length32 = input.length * 32;
284
+ var hexTab = '0123456789abcdef';
285
+
286
+ for (var i = 0; i < length32; i += 8) {
287
+ var x = input[i >> 5] >>> i % 32 & 0xff;
288
+ var hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
289
+ output.push(hex);
290
+ }
291
+
292
+ return output;
293
+ }
294
+ /**
295
+ * Calculate output length with padding and bit length
296
+ */
297
+
298
+
299
+ function getOutputLength(inputLength8) {
300
+ return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;
301
+ }
302
+ /*
303
+ * Calculate the MD5 of an array of little-endian words, and a bit length.
304
+ */
305
+
306
+
307
+ function wordsToMd5(x, len) {
308
+ /* append padding */
309
+ x[len >> 5] |= 0x80 << len % 32;
310
+ x[getOutputLength(len) - 1] = len;
311
+ var a = 1732584193;
312
+ var b = -271733879;
313
+ var c = -1732584194;
314
+ var d = 271733878;
315
+
316
+ for (var i = 0; i < x.length; i += 16) {
317
+ var olda = a;
318
+ var oldb = b;
319
+ var oldc = c;
320
+ var oldd = d;
321
+ a = md5ff(a, b, c, d, x[i], 7, -680876936);
322
+ d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
323
+ c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
324
+ b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
325
+ a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
326
+ d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
327
+ c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
328
+ b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
329
+ a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
330
+ d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
331
+ c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
332
+ b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
333
+ a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
334
+ d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
335
+ c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
336
+ b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
337
+ a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
338
+ d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
339
+ c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
340
+ b = md5gg(b, c, d, a, x[i], 20, -373897302);
341
+ a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
342
+ d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
343
+ c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
344
+ b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
345
+ a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
346
+ d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
347
+ c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
348
+ b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
349
+ a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
350
+ d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
351
+ c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
352
+ b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
353
+ a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
354
+ d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
355
+ c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
356
+ b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
357
+ a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
358
+ d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
359
+ c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
360
+ b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
361
+ a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
362
+ d = md5hh(d, a, b, c, x[i], 11, -358537222);
363
+ c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
364
+ b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
365
+ a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
366
+ d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
367
+ c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
368
+ b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
369
+ a = md5ii(a, b, c, d, x[i], 6, -198630844);
370
+ d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
371
+ c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
372
+ b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
373
+ a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
374
+ d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
375
+ c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
376
+ b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
377
+ a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
378
+ d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
379
+ c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
380
+ b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
381
+ a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
382
+ d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
383
+ c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
384
+ b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
385
+ a = safeAdd(a, olda);
386
+ b = safeAdd(b, oldb);
387
+ c = safeAdd(c, oldc);
388
+ d = safeAdd(d, oldd);
389
+ }
390
+
391
+ return [a, b, c, d];
392
+ }
393
+ /*
394
+ * Convert an array bytes to an array of little-endian words
395
+ * Characters >255 have their high-byte silently ignored.
396
+ */
397
+
398
+
399
+ function bytesToWords(input) {
400
+ if (input.length === 0) {
401
+ return [];
402
+ }
403
+
404
+ var length8 = input.length * 8;
405
+ var output = new Uint32Array(getOutputLength(length8));
406
+
407
+ for (var i = 0; i < length8; i += 8) {
408
+ output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
409
+ }
410
+
411
+ return output;
412
+ }
413
+ /*
414
+ * Add integers, wrapping at 2^32. This uses 16-bit operations internally
415
+ * to work around bugs in some JS interpreters.
416
+ */
417
+
418
+
419
+ function safeAdd(x, y) {
420
+ var lsw = (x & 0xffff) + (y & 0xffff);
421
+ var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
422
+ return msw << 16 | lsw & 0xffff;
423
+ }
424
+ /*
425
+ * Bitwise rotate a 32-bit number to the left.
426
+ */
427
+
428
+
429
+ function bitRotateLeft(num, cnt) {
430
+ return num << cnt | num >>> 32 - cnt;
431
+ }
432
+ /*
433
+ * These functions implement the four basic operations the algorithm uses.
434
+ */
435
+
436
+
437
+ function md5cmn(q, a, b, x, s, t) {
438
+ return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
439
+ }
440
+
441
+ function md5ff(a, b, c, d, x, s, t) {
442
+ return md5cmn(b & c | ~b & d, a, b, x, s, t);
443
+ }
444
+
445
+ function md5gg(a, b, c, d, x, s, t) {
446
+ return md5cmn(b & d | c & ~d, a, b, x, s, t);
447
+ }
448
+
449
+ function md5hh(a, b, c, d, x, s, t) {
450
+ return md5cmn(b ^ c ^ d, a, b, x, s, t);
451
+ }
452
+
453
+ function md5ii(a, b, c, d, x, s, t) {
454
+ return md5cmn(c ^ (b | ~d), a, b, x, s, t);
455
+ }
456
+
457
+ var v3 = v35('v3', 0x30, md5);
458
+
59
459
  function v4(options, buf, offset) {
60
460
  options = options || {};
61
461
  var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
@@ -76,6 +476,115 @@ function v4(options, buf, offset) {
76
476
  return stringify$1(rnds);
77
477
  }
78
478
 
479
+ // Adapted from Chris Veness' SHA1 code at
480
+ // http://www.movable-type.co.uk/scripts/sha1.html
481
+ function f(s, x, y, z) {
482
+ switch (s) {
483
+ case 0:
484
+ return x & y ^ ~x & z;
485
+
486
+ case 1:
487
+ return x ^ y ^ z;
488
+
489
+ case 2:
490
+ return x & y ^ x & z ^ y & z;
491
+
492
+ case 3:
493
+ return x ^ y ^ z;
494
+ }
495
+ }
496
+
497
+ function ROTL(x, n) {
498
+ return x << n | x >>> 32 - n;
499
+ }
500
+
501
+ function sha1(bytes) {
502
+ var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
503
+ var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
504
+
505
+ if (typeof bytes === 'string') {
506
+ var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
507
+
508
+ bytes = [];
509
+
510
+ for (var i = 0; i < msg.length; ++i) {
511
+ bytes.push(msg.charCodeAt(i));
512
+ }
513
+ } else if (!Array.isArray(bytes)) {
514
+ // Convert Array-like to Array
515
+ bytes = Array.prototype.slice.call(bytes);
516
+ }
517
+
518
+ bytes.push(0x80);
519
+ var l = bytes.length / 4 + 2;
520
+ var N = Math.ceil(l / 16);
521
+ var M = new Array(N);
522
+
523
+ for (var _i = 0; _i < N; ++_i) {
524
+ var arr = new Uint32Array(16);
525
+
526
+ for (var j = 0; j < 16; ++j) {
527
+ arr[j] = bytes[_i * 64 + j * 4] << 24 | bytes[_i * 64 + j * 4 + 1] << 16 | bytes[_i * 64 + j * 4 + 2] << 8 | bytes[_i * 64 + j * 4 + 3];
528
+ }
529
+
530
+ M[_i] = arr;
531
+ }
532
+
533
+ M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);
534
+ M[N - 1][14] = Math.floor(M[N - 1][14]);
535
+ M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;
536
+
537
+ for (var _i2 = 0; _i2 < N; ++_i2) {
538
+ var W = new Uint32Array(80);
539
+
540
+ for (var t = 0; t < 16; ++t) {
541
+ W[t] = M[_i2][t];
542
+ }
543
+
544
+ for (var _t = 16; _t < 80; ++_t) {
545
+ W[_t] = ROTL(W[_t - 3] ^ W[_t - 8] ^ W[_t - 14] ^ W[_t - 16], 1);
546
+ }
547
+
548
+ var a = H[0];
549
+ var b = H[1];
550
+ var c = H[2];
551
+ var d = H[3];
552
+ var e = H[4];
553
+
554
+ for (var _t2 = 0; _t2 < 80; ++_t2) {
555
+ var s = Math.floor(_t2 / 20);
556
+ var T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[_t2] >>> 0;
557
+ e = d;
558
+ d = c;
559
+ c = ROTL(b, 30) >>> 0;
560
+ b = a;
561
+ a = T;
562
+ }
563
+
564
+ H[0] = H[0] + a >>> 0;
565
+ H[1] = H[1] + b >>> 0;
566
+ H[2] = H[2] + c >>> 0;
567
+ H[3] = H[3] + d >>> 0;
568
+ H[4] = H[4] + e >>> 0;
569
+ }
570
+
571
+ return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff];
572
+ }
573
+
574
+ var v5 = v35('v5', 0x50, sha1);
575
+
576
+ const nil = '00000000-0000-0000-0000-000000000000';
577
+
578
+ function version(uuid) {
579
+ if (!validate(uuid)) {
580
+ throw TypeError('Invalid UUID');
581
+ }
582
+
583
+ return parseInt(uuid.substr(14, 1), 16);
584
+ }
585
+
586
+ 'use strict';
587
+
79
588
  /**
80
589
  * Check if we're required to add a port number.
81
590
  *
@@ -113,6 +622,8 @@ var requiresPort = function required(port, protocol) {
113
622
  return port !== 0;
114
623
  };
115
624
 
625
+ 'use strict';
626
+
116
627
  var has = Object.prototype.hasOwnProperty
117
628
  , undef;
118
629
 
@@ -235,6 +746,8 @@ var querystringify_1 = {
235
746
  parse: parse
236
747
  };
237
748
 
749
+ 'use strict';
750
+
238
751
  var controlOrWhitespace = /^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/
239
752
  , CRHTLF = /[\n\r\t]/g
240
753
  , slashes = /^[A-Za-z][A-Za-z0-9+-.]*:\/\//
@@ -305,7 +818,7 @@ function lolcation(loc) {
305
818
  var globalVar;
306
819
 
307
820
  if (typeof window !== 'undefined') globalVar = window;
308
- else if (typeof imageSearch_store.commonjsGlobal !== 'undefined') globalVar = imageSearch_store.commonjsGlobal;
821
+ else if (typeof commonjsGlobal !== 'undefined') globalVar = commonjsGlobal;
309
822
  else if (typeof self !== 'undefined') globalVar = self;
310
823
  else globalVar = {};
311
824
 
@@ -821,7 +1334,8 @@ Url.qs = querystringify_1;
821
1334
 
822
1335
  var urlParse = Url;
823
1336
 
824
- var rxjsStub = imageSearch_store.createCommonjsModule(function (module, exports) {
1337
+ var rxjsStub = createCommonjsModule(function (module, exports) {
1338
+ "use strict";
825
1339
  Object.defineProperty(exports, "__esModule", { value: true });
826
1340
  exports.map = exports.mergeMap = exports.of = exports.from = exports.Observable = void 0;
827
1341
  var Observable = (function () {
@@ -856,6 +1370,8 @@ exports.map = map;
856
1370
  //# sourceMappingURL=rxjsStub.js.map
857
1371
  });
858
1372
 
1373
+ const rxjsStub$1 = /*@__PURE__*/getDefaultExportFromCjs(rxjsStub);
1374
+
859
1375
  var global =
860
1376
  (typeof globalThis !== 'undefined' && globalThis) ||
861
1377
  (typeof self !== 'undefined' && self) ||
@@ -1355,7 +1871,7 @@ try {
1355
1871
  DOMException.prototype.constructor = DOMException;
1356
1872
  }
1357
1873
 
1358
- function fetch$1(input, init) {
1874
+ function fetch$2(input, init) {
1359
1875
  return new Promise(function(resolve, reject) {
1360
1876
  var request = new Request(input, init);
1361
1877
 
@@ -1453,16 +1969,28 @@ function fetch$1(input, init) {
1453
1969
  })
1454
1970
  }
1455
1971
 
1456
- fetch$1.polyfill = true;
1972
+ fetch$2.polyfill = true;
1457
1973
 
1458
1974
  if (!global.fetch) {
1459
- global.fetch = fetch$1;
1975
+ global.fetch = fetch$2;
1460
1976
  global.Headers = Headers;
1461
1977
  global.Request = Request;
1462
1978
  global.Response = Response;
1463
1979
  }
1464
1980
 
1465
- var isomorphicFetch = imageSearch_store.createCommonjsModule(function (module, exports) {
1981
+ const fetch$3 = /*#__PURE__*/Object.freeze({
1982
+ __proto__: null,
1983
+ Headers: Headers,
1984
+ Request: Request,
1985
+ Response: Response,
1986
+ get DOMException () { return DOMException; },
1987
+ fetch: fetch$2
1988
+ });
1989
+
1990
+ const fetch$1 = /*@__PURE__*/getAugmentedNamespace(fetch$3);
1991
+
1992
+ var isomorphicFetch = createCommonjsModule(function (module, exports) {
1993
+ "use strict";
1466
1994
  Object.defineProperty(exports, "__esModule", { value: true });
1467
1995
  exports.IsomorphicFetchHttpLibrary = void 0;
1468
1996
 
@@ -1498,8 +2026,11 @@ exports.IsomorphicFetchHttpLibrary = IsomorphicFetchHttpLibrary;
1498
2026
  //# sourceMappingURL=isomorphic-fetch.js.map
1499
2027
  });
1500
2028
 
1501
- var http = imageSearch_store.createCommonjsModule(function (module, exports) {
1502
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2029
+ const isomorphicFetch$1 = /*@__PURE__*/getDefaultExportFromCjs(isomorphicFetch);
2030
+
2031
+ var http = createCommonjsModule(function (module, exports) {
2032
+ "use strict";
2033
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
1503
2034
  var extendStatics = function (d, b) {
1504
2035
  extendStatics = Object.setPrototypeOf ||
1505
2036
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -1514,7 +2045,7 @@ var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsG
1514
2045
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1515
2046
  };
1516
2047
  })();
1517
- var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2048
+ var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1518
2049
  if (k2 === undefined) k2 = k;
1519
2050
  var desc = Object.getOwnPropertyDescriptor(m, k);
1520
2051
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -1525,10 +2056,10 @@ var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.com
1525
2056
  if (k2 === undefined) k2 = k;
1526
2057
  o[k2] = m[k];
1527
2058
  }));
1528
- var __exportStar = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__exportStar) || function(m, exports) {
2059
+ var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
1529
2060
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
1530
2061
  };
1531
- var __awaiter = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
2062
+ var __awaiter = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
1532
2063
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1533
2064
  return new (P || (P = Promise))(function (resolve, reject) {
1534
2065
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -1537,7 +2068,7 @@ var __awaiter = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsG
1537
2068
  step((generator = generator.apply(thisArg, _arguments || [])).next());
1538
2069
  });
1539
2070
  };
1540
- var __generator = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__generator) || function (thisArg, body) {
2071
+ var __generator = (commonjsGlobal && commonjsGlobal.__generator) || function (thisArg, body) {
1541
2072
  var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
1542
2073
  return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
1543
2074
  function verb(n) { return function (v) { return step([n, v]); }; }
@@ -1569,6 +2100,7 @@ exports.wrapHttpLibrary = exports.ResponseContext = exports.SelfDecodingBody = e
1569
2100
 
1570
2101
 
1571
2102
  __exportStar(isomorphicFetch, exports);
2103
+ var HttpMethod;
1572
2104
  (function (HttpMethod) {
1573
2105
  HttpMethod["GET"] = "GET";
1574
2106
  HttpMethod["HEAD"] = "HEAD";
@@ -1579,7 +2111,7 @@ __exportStar(isomorphicFetch, exports);
1579
2111
  HttpMethod["OPTIONS"] = "OPTIONS";
1580
2112
  HttpMethod["TRACE"] = "TRACE";
1581
2113
  HttpMethod["PATCH"] = "PATCH";
1582
- })(exports.HttpMethod || (exports.HttpMethod = {}));
2114
+ })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
1583
2115
  var HttpException = (function (_super) {
1584
2116
  __extends(HttpException, _super);
1585
2117
  function HttpException(msg) {
@@ -1739,8 +2271,11 @@ exports.wrapHttpLibrary = wrapHttpLibrary;
1739
2271
  //# sourceMappingURL=http.js.map
1740
2272
  });
1741
2273
 
1742
- var auth = imageSearch_store.createCommonjsModule(function (module, exports) {
1743
- var __awaiter = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
2274
+ const http$1 = /*@__PURE__*/getDefaultExportFromCjs(http);
2275
+
2276
+ var auth = createCommonjsModule(function (module, exports) {
2277
+ "use strict";
2278
+ var __awaiter = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
1744
2279
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1745
2280
  return new (P || (P = Promise))(function (resolve, reject) {
1746
2281
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -1749,7 +2284,7 @@ var __awaiter = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsG
1749
2284
  step((generator = generator.apply(thisArg, _arguments || [])).next());
1750
2285
  });
1751
2286
  };
1752
- var __generator = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__generator) || function (thisArg, body) {
2287
+ var __generator = (commonjsGlobal && commonjsGlobal.__generator) || function (thisArg, body) {
1753
2288
  var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
1754
2289
  return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
1755
2290
  function verb(n) { return function (v) { return step([n, v]); }; }
@@ -1820,7 +2355,10 @@ exports.configureAuthMethods = configureAuthMethods;
1820
2355
  //# sourceMappingURL=auth.js.map
1821
2356
  });
1822
2357
 
1823
- var ErrorObject_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2358
+ const auth$1 = /*@__PURE__*/getDefaultExportFromCjs(auth);
2359
+
2360
+ var ErrorObject_1 = createCommonjsModule(function (module, exports) {
2361
+ "use strict";
1824
2362
  Object.defineProperty(exports, "__esModule", { value: true });
1825
2363
  exports.ErrorObject = void 0;
1826
2364
  var ErrorObject = (function () {
@@ -1880,7 +2418,10 @@ exports.ErrorObject = ErrorObject;
1880
2418
  //# sourceMappingURL=ErrorObject.js.map
1881
2419
  });
1882
2420
 
1883
- var ErrorResponse_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2421
+ const ErrorObject = /*@__PURE__*/getDefaultExportFromCjs(ErrorObject_1);
2422
+
2423
+ var ErrorResponse_1 = createCommonjsModule(function (module, exports) {
2424
+ "use strict";
1884
2425
  Object.defineProperty(exports, "__esModule", { value: true });
1885
2426
  exports.ErrorResponse = void 0;
1886
2427
  var ErrorResponse = (function () {
@@ -1916,7 +2457,10 @@ exports.ErrorResponse = ErrorResponse;
1916
2457
  //# sourceMappingURL=ErrorResponse.js.map
1917
2458
  });
1918
2459
 
1919
- var Event_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2460
+ const ErrorResponse = /*@__PURE__*/getDefaultExportFromCjs(ErrorResponse_1);
2461
+
2462
+ var Event_1 = createCommonjsModule(function (module, exports) {
2463
+ "use strict";
1920
2464
  Object.defineProperty(exports, "__esModule", { value: true });
1921
2465
  exports.Event = void 0;
1922
2466
  var Event = (function () {
@@ -1947,7 +2491,10 @@ exports.Event = Event;
1947
2491
  //# sourceMappingURL=Event.js.map
1948
2492
  });
1949
2493
 
1950
- var EventConfirmation_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2494
+ const Event = /*@__PURE__*/getDefaultExportFromCjs(Event_1);
2495
+
2496
+ var EventConfirmation_1 = createCommonjsModule(function (module, exports) {
2497
+ "use strict";
1951
2498
  Object.defineProperty(exports, "__esModule", { value: true });
1952
2499
  exports.EventConfirmation = void 0;
1953
2500
  var EventConfirmation = (function () {
@@ -1971,13 +2518,19 @@ exports.EventConfirmation = EventConfirmation;
1971
2518
  //# sourceMappingURL=EventConfirmation.js.map
1972
2519
  });
1973
2520
 
1974
- var FilterAction = imageSearch_store.createCommonjsModule(function (module, exports) {
2521
+ const EventConfirmation = /*@__PURE__*/getDefaultExportFromCjs(EventConfirmation_1);
2522
+
2523
+ var FilterAction = createCommonjsModule(function (module, exports) {
2524
+ "use strict";
1975
2525
  Object.defineProperty(exports, "__esModule", { value: true });
1976
2526
  //# sourceMappingURL=FilterAction.js.map
1977
2527
  });
1978
2528
 
1979
- var FilterEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
1980
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2529
+ const FilterAction$1 = /*@__PURE__*/getDefaultExportFromCjs(FilterAction);
2530
+
2531
+ var FilterEvent_1 = createCommonjsModule(function (module, exports) {
2532
+ "use strict";
2533
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
1981
2534
  var extendStatics = function (d, b) {
1982
2535
  extendStatics = Object.setPrototypeOf ||
1983
2536
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2032,7 +2585,10 @@ exports.FilterEvent = FilterEvent;
2032
2585
  //# sourceMappingURL=FilterEvent.js.map
2033
2586
  });
2034
2587
 
2035
- var FilterEventAllOf_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2588
+ const FilterEvent = /*@__PURE__*/getDefaultExportFromCjs(FilterEvent_1);
2589
+
2590
+ var FilterEventAllOf_1 = createCommonjsModule(function (module, exports) {
2591
+ "use strict";
2036
2592
  Object.defineProperty(exports, "__esModule", { value: true });
2037
2593
  exports.FilterEventAllOf = void 0;
2038
2594
  var FilterEventAllOf = (function () {
@@ -2068,13 +2624,19 @@ exports.FilterEventAllOf = FilterEventAllOf;
2068
2624
  //# sourceMappingURL=FilterEventAllOf.js.map
2069
2625
  });
2070
2626
 
2071
- var FilterKind = imageSearch_store.createCommonjsModule(function (module, exports) {
2627
+ const FilterEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(FilterEventAllOf_1);
2628
+
2629
+ var FilterKind = createCommonjsModule(function (module, exports) {
2630
+ "use strict";
2072
2631
  Object.defineProperty(exports, "__esModule", { value: true });
2073
2632
  //# sourceMappingURL=FilterKind.js.map
2074
2633
  });
2075
2634
 
2076
- var ProductClickEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2077
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2635
+ const FilterKind$1 = /*@__PURE__*/getDefaultExportFromCjs(FilterKind);
2636
+
2637
+ var ProductClickEvent_1 = createCommonjsModule(function (module, exports) {
2638
+ "use strict";
2639
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2078
2640
  var extendStatics = function (d, b) {
2079
2641
  extendStatics = Object.setPrototypeOf ||
2080
2642
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2129,8 +2691,11 @@ exports.ProductClickEvent = ProductClickEvent;
2129
2691
  //# sourceMappingURL=ProductClickEvent.js.map
2130
2692
  });
2131
2693
 
2132
- var ProductViewEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2133
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2694
+ const ProductClickEvent = /*@__PURE__*/getDefaultExportFromCjs(ProductClickEvent_1);
2695
+
2696
+ var ProductViewEvent_1 = createCommonjsModule(function (module, exports) {
2697
+ "use strict";
2698
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2134
2699
  var extendStatics = function (d, b) {
2135
2700
  extendStatics = Object.setPrototypeOf ||
2136
2701
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2185,7 +2750,10 @@ exports.ProductViewEvent = ProductViewEvent;
2185
2750
  //# sourceMappingURL=ProductViewEvent.js.map
2186
2751
  });
2187
2752
 
2188
- var ProductViewEventAllOf_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2753
+ const ProductViewEvent = /*@__PURE__*/getDefaultExportFromCjs(ProductViewEvent_1);
2754
+
2755
+ var ProductViewEventAllOf_1 = createCommonjsModule(function (module, exports) {
2756
+ "use strict";
2189
2757
  Object.defineProperty(exports, "__esModule", { value: true });
2190
2758
  exports.ProductViewEventAllOf = void 0;
2191
2759
  var ProductViewEventAllOf = (function () {
@@ -2221,13 +2789,19 @@ exports.ProductViewEventAllOf = ProductViewEventAllOf;
2221
2789
  //# sourceMappingURL=ProductViewEventAllOf.js.map
2222
2790
  });
2223
2791
 
2224
- var SearchArea = imageSearch_store.createCommonjsModule(function (module, exports) {
2792
+ const ProductViewEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(ProductViewEventAllOf_1);
2793
+
2794
+ var SearchArea = createCommonjsModule(function (module, exports) {
2795
+ "use strict";
2225
2796
  Object.defineProperty(exports, "__esModule", { value: true });
2226
2797
  //# sourceMappingURL=SearchArea.js.map
2227
2798
  });
2228
2799
 
2229
- var SearchEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2230
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2800
+ const SearchArea$1 = /*@__PURE__*/getDefaultExportFromCjs(SearchArea);
2801
+
2802
+ var SearchEvent_1 = createCommonjsModule(function (module, exports) {
2803
+ "use strict";
2804
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2231
2805
  var extendStatics = function (d, b) {
2232
2806
  extendStatics = Object.setPrototypeOf ||
2233
2807
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2282,7 +2856,10 @@ exports.SearchEvent = SearchEvent;
2282
2856
  //# sourceMappingURL=SearchEvent.js.map
2283
2857
  });
2284
2858
 
2285
- var SearchEventAllOf_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2859
+ const SearchEvent = /*@__PURE__*/getDefaultExportFromCjs(SearchEvent_1);
2860
+
2861
+ var SearchEventAllOf_1 = createCommonjsModule(function (module, exports) {
2862
+ "use strict";
2286
2863
  Object.defineProperty(exports, "__esModule", { value: true });
2287
2864
  exports.SearchEventAllOf = void 0;
2288
2865
  var SearchEventAllOf = (function () {
@@ -2318,23 +2895,35 @@ exports.SearchEventAllOf = SearchEventAllOf;
2318
2895
  //# sourceMappingURL=SearchEventAllOf.js.map
2319
2896
  });
2320
2897
 
2321
- var SearchImageSource = imageSearch_store.createCommonjsModule(function (module, exports) {
2898
+ const SearchEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(SearchEventAllOf_1);
2899
+
2900
+ var SearchImageSource = createCommonjsModule(function (module, exports) {
2901
+ "use strict";
2322
2902
  Object.defineProperty(exports, "__esModule", { value: true });
2323
2903
  //# sourceMappingURL=SearchImageSource.js.map
2324
2904
  });
2325
2905
 
2326
- var Widget = imageSearch_store.createCommonjsModule(function (module, exports) {
2906
+ const SearchImageSource$1 = /*@__PURE__*/getDefaultExportFromCjs(SearchImageSource);
2907
+
2908
+ var Widget = createCommonjsModule(function (module, exports) {
2909
+ "use strict";
2327
2910
  Object.defineProperty(exports, "__esModule", { value: true });
2328
2911
  //# sourceMappingURL=Widget.js.map
2329
2912
  });
2330
2913
 
2331
- var WidgetAction = imageSearch_store.createCommonjsModule(function (module, exports) {
2914
+ const Widget$1 = /*@__PURE__*/getDefaultExportFromCjs(Widget);
2915
+
2916
+ var WidgetAction = createCommonjsModule(function (module, exports) {
2917
+ "use strict";
2332
2918
  Object.defineProperty(exports, "__esModule", { value: true });
2333
2919
  //# sourceMappingURL=WidgetAction.js.map
2334
2920
  });
2335
2921
 
2336
- var WidgetEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2337
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2922
+ const WidgetAction$1 = /*@__PURE__*/getDefaultExportFromCjs(WidgetAction);
2923
+
2924
+ var WidgetEvent_1 = createCommonjsModule(function (module, exports) {
2925
+ "use strict";
2926
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2338
2927
  var extendStatics = function (d, b) {
2339
2928
  extendStatics = Object.setPrototypeOf ||
2340
2929
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2383,7 +2972,10 @@ exports.WidgetEvent = WidgetEvent;
2383
2972
  //# sourceMappingURL=WidgetEvent.js.map
2384
2973
  });
2385
2974
 
2386
- var WidgetEventAllOf_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2975
+ const WidgetEvent = /*@__PURE__*/getDefaultExportFromCjs(WidgetEvent_1);
2976
+
2977
+ var WidgetEventAllOf_1 = createCommonjsModule(function (module, exports) {
2978
+ "use strict";
2387
2979
  Object.defineProperty(exports, "__esModule", { value: true });
2388
2980
  exports.WidgetEventAllOf = void 0;
2389
2981
  var WidgetEventAllOf = (function () {
@@ -2413,8 +3005,11 @@ exports.WidgetEventAllOf = WidgetEventAllOf;
2413
3005
  //# sourceMappingURL=WidgetEventAllOf.js.map
2414
3006
  });
2415
3007
 
2416
- var all = imageSearch_store.createCommonjsModule(function (module, exports) {
2417
- var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3008
+ const WidgetEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(WidgetEventAllOf_1);
3009
+
3010
+ var all = createCommonjsModule(function (module, exports) {
3011
+ "use strict";
3012
+ var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2418
3013
  if (k2 === undefined) k2 = k;
2419
3014
  var desc = Object.getOwnPropertyDescriptor(m, k);
2420
3015
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -2425,7 +3020,7 @@ var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.com
2425
3020
  if (k2 === undefined) k2 = k;
2426
3021
  o[k2] = m[k];
2427
3022
  }));
2428
- var __exportStar = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__exportStar) || function(m, exports) {
3023
+ var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
2429
3024
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
2430
3025
  };
2431
3026
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -2451,7 +3046,10 @@ __exportStar(WidgetEventAllOf_1, exports);
2451
3046
  //# sourceMappingURL=all.js.map
2452
3047
  });
2453
3048
 
2454
- var middleware = imageSearch_store.createCommonjsModule(function (module, exports) {
3049
+ const all$1 = /*@__PURE__*/getDefaultExportFromCjs(all);
3050
+
3051
+ var middleware = createCommonjsModule(function (module, exports) {
3052
+ "use strict";
2455
3053
  Object.defineProperty(exports, "__esModule", { value: true });
2456
3054
  exports.PromiseMiddlewareWrapper = void 0;
2457
3055
 
@@ -2471,7 +3069,10 @@ exports.PromiseMiddlewareWrapper = PromiseMiddlewareWrapper;
2471
3069
  //# sourceMappingURL=middleware.js.map
2472
3070
  });
2473
3071
 
2474
- var servers = imageSearch_store.createCommonjsModule(function (module, exports) {
3072
+ const middleware$1 = /*@__PURE__*/getDefaultExportFromCjs(middleware);
3073
+
3074
+ var servers = createCommonjsModule(function (module, exports) {
3075
+ "use strict";
2475
3076
  Object.defineProperty(exports, "__esModule", { value: true });
2476
3077
  exports.servers = exports.server2 = exports.server1 = exports.ServerConfiguration = void 0;
2477
3078
 
@@ -2506,7 +3107,10 @@ exports.servers = [exports.server1, exports.server2];
2506
3107
  //# sourceMappingURL=servers.js.map
2507
3108
  });
2508
3109
 
2509
- var configuration = imageSearch_store.createCommonjsModule(function (module, exports) {
3110
+ const servers$1 = /*@__PURE__*/getDefaultExportFromCjs(servers);
3111
+
3112
+ var configuration = createCommonjsModule(function (module, exports) {
3113
+ "use strict";
2510
3114
  Object.defineProperty(exports, "__esModule", { value: true });
2511
3115
  exports.createConfiguration = void 0;
2512
3116
 
@@ -2530,8 +3134,11 @@ exports.createConfiguration = createConfiguration;
2530
3134
  //# sourceMappingURL=configuration.js.map
2531
3135
  });
2532
3136
 
2533
- var exception = imageSearch_store.createCommonjsModule(function (module, exports) {
2534
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
3137
+ const configuration$1 = /*@__PURE__*/getDefaultExportFromCjs(configuration);
3138
+
3139
+ var exception = createCommonjsModule(function (module, exports) {
3140
+ "use strict";
3141
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2535
3142
  var extendStatics = function (d, b) {
2536
3143
  extendStatics = Object.setPrototypeOf ||
2537
3144
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2564,8 +3171,11 @@ exports.ApiException = ApiException;
2564
3171
  //# sourceMappingURL=exception.js.map
2565
3172
  });
2566
3173
 
2567
- var baseapi = imageSearch_store.createCommonjsModule(function (module, exports) {
2568
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
3174
+ const exception$1 = /*@__PURE__*/getDefaultExportFromCjs(exception);
3175
+
3176
+ var baseapi = createCommonjsModule(function (module, exports) {
3177
+ "use strict";
3178
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2569
3179
  var extendStatics = function (d, b) {
2570
3180
  extendStatics = Object.setPrototypeOf ||
2571
3181
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2595,6 +3205,7 @@ var BaseAPIRequestFactory = (function () {
2595
3205
  return BaseAPIRequestFactory;
2596
3206
  }());
2597
3207
  exports.BaseAPIRequestFactory = BaseAPIRequestFactory;
3208
+ ;
2598
3209
  var RequiredError = (function (_super) {
2599
3210
  __extends(RequiredError, _super);
2600
3211
  function RequiredError(api, method, field) {
@@ -2611,8 +3222,11 @@ exports.RequiredError = RequiredError;
2611
3222
  //# sourceMappingURL=baseapi.js.map
2612
3223
  });
2613
3224
 
2614
- var ObjectSerializer_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2615
- var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3225
+ const baseapi$1 = /*@__PURE__*/getDefaultExportFromCjs(baseapi);
3226
+
3227
+ var ObjectSerializer_1 = createCommonjsModule(function (module, exports) {
3228
+ "use strict";
3229
+ var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2616
3230
  if (k2 === undefined) k2 = k;
2617
3231
  var desc = Object.getOwnPropertyDescriptor(m, k);
2618
3232
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -2623,7 +3237,7 @@ var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.com
2623
3237
  if (k2 === undefined) k2 = k;
2624
3238
  o[k2] = m[k];
2625
3239
  }));
2626
- var __exportStar = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__exportStar) || function(m, exports) {
3240
+ var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
2627
3241
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
2628
3242
  };
2629
3243
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -2868,7 +3482,10 @@ exports.ObjectSerializer = ObjectSerializer;
2868
3482
  //# sourceMappingURL=ObjectSerializer.js.map
2869
3483
  });
2870
3484
 
2871
- var util = imageSearch_store.createCommonjsModule(function (module, exports) {
3485
+ const ObjectSerializer = /*@__PURE__*/getDefaultExportFromCjs(ObjectSerializer_1);
3486
+
3487
+ var util = createCommonjsModule(function (module, exports) {
3488
+ "use strict";
2872
3489
  Object.defineProperty(exports, "__esModule", { value: true });
2873
3490
  exports.canConsumeForm = exports.isCodeInRange = void 0;
2874
3491
  function isCodeInRange(codeRange, code) {
@@ -2899,8 +3516,11 @@ exports.canConsumeForm = canConsumeForm;
2899
3516
  //# sourceMappingURL=util.js.map
2900
3517
  });
2901
3518
 
2902
- var DefaultApi = imageSearch_store.createCommonjsModule(function (module, exports) {
2903
- var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
3519
+ const util$1 = /*@__PURE__*/getDefaultExportFromCjs(util);
3520
+
3521
+ var DefaultApi = createCommonjsModule(function (module, exports) {
3522
+ "use strict";
3523
+ var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2904
3524
  var extendStatics = function (d, b) {
2905
3525
  extendStatics = Object.setPrototypeOf ||
2906
3526
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
@@ -2915,7 +3535,7 @@ var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsG
2915
3535
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2916
3536
  };
2917
3537
  })();
2918
- var __awaiter = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
3538
+ var __awaiter = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
2919
3539
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
2920
3540
  return new (P || (P = Promise))(function (resolve, reject) {
2921
3541
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -2924,7 +3544,7 @@ var __awaiter = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsG
2924
3544
  step((generator = generator.apply(thisArg, _arguments || [])).next());
2925
3545
  });
2926
3546
  };
2927
- var __generator = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__generator) || function (thisArg, body) {
3547
+ var __generator = (commonjsGlobal && commonjsGlobal.__generator) || function (thisArg, body) {
2928
3548
  var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
2929
3549
  return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
2930
3550
  function verb(n) { return function (v) { return step([n, v]); }; }
@@ -3052,7 +3672,10 @@ exports.DefaultApiResponseProcessor = DefaultApiResponseProcessor;
3052
3672
  //# sourceMappingURL=DefaultApi.js.map
3053
3673
  });
3054
3674
 
3055
- var ObservableAPI = imageSearch_store.createCommonjsModule(function (module, exports) {
3675
+ const DefaultApi$1 = /*@__PURE__*/getDefaultExportFromCjs(DefaultApi);
3676
+
3677
+ var ObservableAPI = createCommonjsModule(function (module, exports) {
3678
+ "use strict";
3056
3679
  Object.defineProperty(exports, "__esModule", { value: true });
3057
3680
  exports.ObservableDefaultApi = void 0;
3058
3681
 
@@ -3094,7 +3717,10 @@ exports.ObservableDefaultApi = ObservableDefaultApi;
3094
3717
  //# sourceMappingURL=ObservableAPI.js.map
3095
3718
  });
3096
3719
 
3097
- var PromiseAPI = imageSearch_store.createCommonjsModule(function (module, exports) {
3720
+ const ObservableAPI$1 = /*@__PURE__*/getDefaultExportFromCjs(ObservableAPI);
3721
+
3722
+ var PromiseAPI = createCommonjsModule(function (module, exports) {
3723
+ "use strict";
3098
3724
  Object.defineProperty(exports, "__esModule", { value: true });
3099
3725
  exports.PromiseDefaultApi = void 0;
3100
3726
 
@@ -3112,8 +3738,11 @@ exports.PromiseDefaultApi = PromiseDefaultApi;
3112
3738
  //# sourceMappingURL=PromiseAPI.js.map
3113
3739
  });
3114
3740
 
3115
- var dist = imageSearch_store.createCommonjsModule(function (module, exports) {
3116
- var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3741
+ const PromiseAPI$1 = /*@__PURE__*/getDefaultExportFromCjs(PromiseAPI);
3742
+
3743
+ var dist = createCommonjsModule(function (module, exports) {
3744
+ "use strict";
3745
+ var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3117
3746
  if (k2 === undefined) k2 = k;
3118
3747
  var desc = Object.getOwnPropertyDescriptor(m, k);
3119
3748
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -3124,7 +3753,7 @@ var __createBinding = (imageSearch_store.commonjsGlobal && imageSearch_store.com
3124
3753
  if (k2 === undefined) k2 = k;
3125
3754
  o[k2] = m[k];
3126
3755
  }));
3127
- var __exportStar = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__exportStar) || function(m, exports) {
3756
+ var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
3128
3757
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
3129
3758
  };
3130
3759
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3141,6 +3770,8 @@ Object.defineProperty(exports, "DefaultApi", { enumerable: true, get: function (
3141
3770
  //# sourceMappingURL=index.js.map
3142
3771
  });
3143
3772
 
3773
+ const index = /*@__PURE__*/getDefaultExportFromCjs(dist);
3774
+
3144
3775
  const STAGE_SERVER_IDENTIFIER = "stage";
3145
3776
  const getTrackingServerByApiPath = (apiPath) => isProductionPath(apiPath) ? dist.servers[0] : dist.servers[1];
3146
3777
  const isProductionPath = (apiPath) => !apiPath.includes(STAGE_SERVER_IDENTIFIER);
@@ -3223,13 +3854,4 @@ const createWidgetVpsEvent = createTrackingEvent(vpsWidget);
3223
3854
  const createSearchEvent = createTrackingEvent(searchEvent);
3224
3855
  const createFilterEvent = createTrackingEvent(filterEvent);
3225
3856
 
3226
- exports.createFilterEvent = createFilterEvent;
3227
- exports.createProductClickVprEvent = createProductClickVprEvent;
3228
- exports.createProductClickVpsEvent = createProductClickVpsEvent;
3229
- exports.createProductViewVprEvent = createProductViewVprEvent;
3230
- exports.createProductViewVpsEvent = createProductViewVpsEvent;
3231
- exports.createSearchEvent = createSearchEvent;
3232
- exports.createTrackingApi = createTrackingApi;
3233
- exports.createWidgetVprEvent = createWidgetVprEvent;
3234
- exports.createWidgetVpsEvent = createWidgetVpsEvent;
3235
- exports.v4 = v4;
3857
+ export { createProductClickVpsEvent as a, createSearchEvent as b, createProductViewVpsEvent as c, createFilterEvent as d, createTrackingApi as e, createWidgetVpsEvent as f, createProductViewVprEvent as g, createProductClickVprEvent as h, createWidgetVprEvent as i, v4 as v };