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,4 +1,4 @@
1
- import { e as commonjsGlobal, h as createCommonjsModule } from './imageSearch.store-0ae87235.js';
1
+ import { a as commonjsGlobal, c as createCommonjsModule, g as getDefaultExportFromCjs, e as getAugmentedNamespace } from './NonEmptyArray-947ab7b3.js';
2
2
 
3
3
  // Unique ID creation requires a high quality random # generator. In the browser we therefore
4
4
  // require the crypto API and do not support built-in fallback to lower quality random number
@@ -54,6 +54,408 @@ function stringify$1(arr) {
54
54
  return uuid;
55
55
  }
56
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
+
57
459
  function v4(options, buf, offset) {
58
460
  options = options || {};
59
461
  var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
@@ -74,6 +476,115 @@ function v4(options, buf, offset) {
74
476
  return stringify$1(rnds);
75
477
  }
76
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
+
77
588
  /**
78
589
  * Check if we're required to add a port number.
79
590
  *
@@ -111,6 +622,8 @@ var requiresPort = function required(port, protocol) {
111
622
  return port !== 0;
112
623
  };
113
624
 
625
+ 'use strict';
626
+
114
627
  var has = Object.prototype.hasOwnProperty
115
628
  , undef;
116
629
 
@@ -233,6 +746,8 @@ var querystringify_1 = {
233
746
  parse: parse
234
747
  };
235
748
 
749
+ 'use strict';
750
+
236
751
  var controlOrWhitespace = /^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/
237
752
  , CRHTLF = /[\n\r\t]/g
238
753
  , slashes = /^[A-Za-z][A-Za-z0-9+-.]*:\/\//
@@ -820,6 +1335,7 @@ Url.qs = querystringify_1;
820
1335
  var urlParse = Url;
821
1336
 
822
1337
  var rxjsStub = createCommonjsModule(function (module, exports) {
1338
+ "use strict";
823
1339
  Object.defineProperty(exports, "__esModule", { value: true });
824
1340
  exports.map = exports.mergeMap = exports.of = exports.from = exports.Observable = void 0;
825
1341
  var Observable = (function () {
@@ -854,6 +1370,8 @@ exports.map = map;
854
1370
  //# sourceMappingURL=rxjsStub.js.map
855
1371
  });
856
1372
 
1373
+ const rxjsStub$1 = /*@__PURE__*/getDefaultExportFromCjs(rxjsStub);
1374
+
857
1375
  var global =
858
1376
  (typeof globalThis !== 'undefined' && globalThis) ||
859
1377
  (typeof self !== 'undefined' && self) ||
@@ -1353,7 +1871,7 @@ try {
1353
1871
  DOMException.prototype.constructor = DOMException;
1354
1872
  }
1355
1873
 
1356
- function fetch$1(input, init) {
1874
+ function fetch$2(input, init) {
1357
1875
  return new Promise(function(resolve, reject) {
1358
1876
  var request = new Request(input, init);
1359
1877
 
@@ -1451,16 +1969,28 @@ function fetch$1(input, init) {
1451
1969
  })
1452
1970
  }
1453
1971
 
1454
- fetch$1.polyfill = true;
1972
+ fetch$2.polyfill = true;
1455
1973
 
1456
1974
  if (!global.fetch) {
1457
- global.fetch = fetch$1;
1975
+ global.fetch = fetch$2;
1458
1976
  global.Headers = Headers;
1459
1977
  global.Request = Request;
1460
1978
  global.Response = Response;
1461
1979
  }
1462
1980
 
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
+
1463
1992
  var isomorphicFetch = createCommonjsModule(function (module, exports) {
1993
+ "use strict";
1464
1994
  Object.defineProperty(exports, "__esModule", { value: true });
1465
1995
  exports.IsomorphicFetchHttpLibrary = void 0;
1466
1996
 
@@ -1496,7 +2026,10 @@ exports.IsomorphicFetchHttpLibrary = IsomorphicFetchHttpLibrary;
1496
2026
  //# sourceMappingURL=isomorphic-fetch.js.map
1497
2027
  });
1498
2028
 
2029
+ const isomorphicFetch$1 = /*@__PURE__*/getDefaultExportFromCjs(isomorphicFetch);
2030
+
1499
2031
  var http = createCommonjsModule(function (module, exports) {
2032
+ "use strict";
1500
2033
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
1501
2034
  var extendStatics = function (d, b) {
1502
2035
  extendStatics = Object.setPrototypeOf ||
@@ -1567,6 +2100,7 @@ exports.wrapHttpLibrary = exports.ResponseContext = exports.SelfDecodingBody = e
1567
2100
 
1568
2101
 
1569
2102
  __exportStar(isomorphicFetch, exports);
2103
+ var HttpMethod;
1570
2104
  (function (HttpMethod) {
1571
2105
  HttpMethod["GET"] = "GET";
1572
2106
  HttpMethod["HEAD"] = "HEAD";
@@ -1577,7 +2111,7 @@ __exportStar(isomorphicFetch, exports);
1577
2111
  HttpMethod["OPTIONS"] = "OPTIONS";
1578
2112
  HttpMethod["TRACE"] = "TRACE";
1579
2113
  HttpMethod["PATCH"] = "PATCH";
1580
- })(exports.HttpMethod || (exports.HttpMethod = {}));
2114
+ })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
1581
2115
  var HttpException = (function (_super) {
1582
2116
  __extends(HttpException, _super);
1583
2117
  function HttpException(msg) {
@@ -1737,7 +2271,10 @@ exports.wrapHttpLibrary = wrapHttpLibrary;
1737
2271
  //# sourceMappingURL=http.js.map
1738
2272
  });
1739
2273
 
2274
+ const http$1 = /*@__PURE__*/getDefaultExportFromCjs(http);
2275
+
1740
2276
  var auth = createCommonjsModule(function (module, exports) {
2277
+ "use strict";
1741
2278
  var __awaiter = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
1742
2279
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1743
2280
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -1818,7 +2355,10 @@ exports.configureAuthMethods = configureAuthMethods;
1818
2355
  //# sourceMappingURL=auth.js.map
1819
2356
  });
1820
2357
 
2358
+ const auth$1 = /*@__PURE__*/getDefaultExportFromCjs(auth);
2359
+
1821
2360
  var ErrorObject_1 = createCommonjsModule(function (module, exports) {
2361
+ "use strict";
1822
2362
  Object.defineProperty(exports, "__esModule", { value: true });
1823
2363
  exports.ErrorObject = void 0;
1824
2364
  var ErrorObject = (function () {
@@ -1878,7 +2418,10 @@ exports.ErrorObject = ErrorObject;
1878
2418
  //# sourceMappingURL=ErrorObject.js.map
1879
2419
  });
1880
2420
 
2421
+ const ErrorObject = /*@__PURE__*/getDefaultExportFromCjs(ErrorObject_1);
2422
+
1881
2423
  var ErrorResponse_1 = createCommonjsModule(function (module, exports) {
2424
+ "use strict";
1882
2425
  Object.defineProperty(exports, "__esModule", { value: true });
1883
2426
  exports.ErrorResponse = void 0;
1884
2427
  var ErrorResponse = (function () {
@@ -1914,7 +2457,10 @@ exports.ErrorResponse = ErrorResponse;
1914
2457
  //# sourceMappingURL=ErrorResponse.js.map
1915
2458
  });
1916
2459
 
2460
+ const ErrorResponse = /*@__PURE__*/getDefaultExportFromCjs(ErrorResponse_1);
2461
+
1917
2462
  var Event_1 = createCommonjsModule(function (module, exports) {
2463
+ "use strict";
1918
2464
  Object.defineProperty(exports, "__esModule", { value: true });
1919
2465
  exports.Event = void 0;
1920
2466
  var Event = (function () {
@@ -1945,7 +2491,10 @@ exports.Event = Event;
1945
2491
  //# sourceMappingURL=Event.js.map
1946
2492
  });
1947
2493
 
2494
+ const Event = /*@__PURE__*/getDefaultExportFromCjs(Event_1);
2495
+
1948
2496
  var EventConfirmation_1 = createCommonjsModule(function (module, exports) {
2497
+ "use strict";
1949
2498
  Object.defineProperty(exports, "__esModule", { value: true });
1950
2499
  exports.EventConfirmation = void 0;
1951
2500
  var EventConfirmation = (function () {
@@ -1969,12 +2518,18 @@ exports.EventConfirmation = EventConfirmation;
1969
2518
  //# sourceMappingURL=EventConfirmation.js.map
1970
2519
  });
1971
2520
 
2521
+ const EventConfirmation = /*@__PURE__*/getDefaultExportFromCjs(EventConfirmation_1);
2522
+
1972
2523
  var FilterAction = createCommonjsModule(function (module, exports) {
2524
+ "use strict";
1973
2525
  Object.defineProperty(exports, "__esModule", { value: true });
1974
2526
  //# sourceMappingURL=FilterAction.js.map
1975
2527
  });
1976
2528
 
2529
+ const FilterAction$1 = /*@__PURE__*/getDefaultExportFromCjs(FilterAction);
2530
+
1977
2531
  var FilterEvent_1 = createCommonjsModule(function (module, exports) {
2532
+ "use strict";
1978
2533
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
1979
2534
  var extendStatics = function (d, b) {
1980
2535
  extendStatics = Object.setPrototypeOf ||
@@ -2030,7 +2585,10 @@ exports.FilterEvent = FilterEvent;
2030
2585
  //# sourceMappingURL=FilterEvent.js.map
2031
2586
  });
2032
2587
 
2588
+ const FilterEvent = /*@__PURE__*/getDefaultExportFromCjs(FilterEvent_1);
2589
+
2033
2590
  var FilterEventAllOf_1 = createCommonjsModule(function (module, exports) {
2591
+ "use strict";
2034
2592
  Object.defineProperty(exports, "__esModule", { value: true });
2035
2593
  exports.FilterEventAllOf = void 0;
2036
2594
  var FilterEventAllOf = (function () {
@@ -2066,12 +2624,18 @@ exports.FilterEventAllOf = FilterEventAllOf;
2066
2624
  //# sourceMappingURL=FilterEventAllOf.js.map
2067
2625
  });
2068
2626
 
2627
+ const FilterEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(FilterEventAllOf_1);
2628
+
2069
2629
  var FilterKind = createCommonjsModule(function (module, exports) {
2630
+ "use strict";
2070
2631
  Object.defineProperty(exports, "__esModule", { value: true });
2071
2632
  //# sourceMappingURL=FilterKind.js.map
2072
2633
  });
2073
2634
 
2635
+ const FilterKind$1 = /*@__PURE__*/getDefaultExportFromCjs(FilterKind);
2636
+
2074
2637
  var ProductClickEvent_1 = createCommonjsModule(function (module, exports) {
2638
+ "use strict";
2075
2639
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2076
2640
  var extendStatics = function (d, b) {
2077
2641
  extendStatics = Object.setPrototypeOf ||
@@ -2127,7 +2691,10 @@ exports.ProductClickEvent = ProductClickEvent;
2127
2691
  //# sourceMappingURL=ProductClickEvent.js.map
2128
2692
  });
2129
2693
 
2694
+ const ProductClickEvent = /*@__PURE__*/getDefaultExportFromCjs(ProductClickEvent_1);
2695
+
2130
2696
  var ProductViewEvent_1 = createCommonjsModule(function (module, exports) {
2697
+ "use strict";
2131
2698
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2132
2699
  var extendStatics = function (d, b) {
2133
2700
  extendStatics = Object.setPrototypeOf ||
@@ -2183,7 +2750,10 @@ exports.ProductViewEvent = ProductViewEvent;
2183
2750
  //# sourceMappingURL=ProductViewEvent.js.map
2184
2751
  });
2185
2752
 
2753
+ const ProductViewEvent = /*@__PURE__*/getDefaultExportFromCjs(ProductViewEvent_1);
2754
+
2186
2755
  var ProductViewEventAllOf_1 = createCommonjsModule(function (module, exports) {
2756
+ "use strict";
2187
2757
  Object.defineProperty(exports, "__esModule", { value: true });
2188
2758
  exports.ProductViewEventAllOf = void 0;
2189
2759
  var ProductViewEventAllOf = (function () {
@@ -2219,12 +2789,18 @@ exports.ProductViewEventAllOf = ProductViewEventAllOf;
2219
2789
  //# sourceMappingURL=ProductViewEventAllOf.js.map
2220
2790
  });
2221
2791
 
2792
+ const ProductViewEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(ProductViewEventAllOf_1);
2793
+
2222
2794
  var SearchArea = createCommonjsModule(function (module, exports) {
2795
+ "use strict";
2223
2796
  Object.defineProperty(exports, "__esModule", { value: true });
2224
2797
  //# sourceMappingURL=SearchArea.js.map
2225
2798
  });
2226
2799
 
2800
+ const SearchArea$1 = /*@__PURE__*/getDefaultExportFromCjs(SearchArea);
2801
+
2227
2802
  var SearchEvent_1 = createCommonjsModule(function (module, exports) {
2803
+ "use strict";
2228
2804
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2229
2805
  var extendStatics = function (d, b) {
2230
2806
  extendStatics = Object.setPrototypeOf ||
@@ -2280,7 +2856,10 @@ exports.SearchEvent = SearchEvent;
2280
2856
  //# sourceMappingURL=SearchEvent.js.map
2281
2857
  });
2282
2858
 
2859
+ const SearchEvent = /*@__PURE__*/getDefaultExportFromCjs(SearchEvent_1);
2860
+
2283
2861
  var SearchEventAllOf_1 = createCommonjsModule(function (module, exports) {
2862
+ "use strict";
2284
2863
  Object.defineProperty(exports, "__esModule", { value: true });
2285
2864
  exports.SearchEventAllOf = void 0;
2286
2865
  var SearchEventAllOf = (function () {
@@ -2316,22 +2895,34 @@ exports.SearchEventAllOf = SearchEventAllOf;
2316
2895
  //# sourceMappingURL=SearchEventAllOf.js.map
2317
2896
  });
2318
2897
 
2898
+ const SearchEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(SearchEventAllOf_1);
2899
+
2319
2900
  var SearchImageSource = createCommonjsModule(function (module, exports) {
2901
+ "use strict";
2320
2902
  Object.defineProperty(exports, "__esModule", { value: true });
2321
2903
  //# sourceMappingURL=SearchImageSource.js.map
2322
2904
  });
2323
2905
 
2906
+ const SearchImageSource$1 = /*@__PURE__*/getDefaultExportFromCjs(SearchImageSource);
2907
+
2324
2908
  var Widget = createCommonjsModule(function (module, exports) {
2909
+ "use strict";
2325
2910
  Object.defineProperty(exports, "__esModule", { value: true });
2326
2911
  //# sourceMappingURL=Widget.js.map
2327
2912
  });
2328
2913
 
2914
+ const Widget$1 = /*@__PURE__*/getDefaultExportFromCjs(Widget);
2915
+
2329
2916
  var WidgetAction = createCommonjsModule(function (module, exports) {
2917
+ "use strict";
2330
2918
  Object.defineProperty(exports, "__esModule", { value: true });
2331
2919
  //# sourceMappingURL=WidgetAction.js.map
2332
2920
  });
2333
2921
 
2922
+ const WidgetAction$1 = /*@__PURE__*/getDefaultExportFromCjs(WidgetAction);
2923
+
2334
2924
  var WidgetEvent_1 = createCommonjsModule(function (module, exports) {
2925
+ "use strict";
2335
2926
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2336
2927
  var extendStatics = function (d, b) {
2337
2928
  extendStatics = Object.setPrototypeOf ||
@@ -2381,7 +2972,10 @@ exports.WidgetEvent = WidgetEvent;
2381
2972
  //# sourceMappingURL=WidgetEvent.js.map
2382
2973
  });
2383
2974
 
2975
+ const WidgetEvent = /*@__PURE__*/getDefaultExportFromCjs(WidgetEvent_1);
2976
+
2384
2977
  var WidgetEventAllOf_1 = createCommonjsModule(function (module, exports) {
2978
+ "use strict";
2385
2979
  Object.defineProperty(exports, "__esModule", { value: true });
2386
2980
  exports.WidgetEventAllOf = void 0;
2387
2981
  var WidgetEventAllOf = (function () {
@@ -2411,7 +3005,10 @@ exports.WidgetEventAllOf = WidgetEventAllOf;
2411
3005
  //# sourceMappingURL=WidgetEventAllOf.js.map
2412
3006
  });
2413
3007
 
3008
+ const WidgetEventAllOf = /*@__PURE__*/getDefaultExportFromCjs(WidgetEventAllOf_1);
3009
+
2414
3010
  var all = createCommonjsModule(function (module, exports) {
3011
+ "use strict";
2415
3012
  var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2416
3013
  if (k2 === undefined) k2 = k;
2417
3014
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -2449,7 +3046,10 @@ __exportStar(WidgetEventAllOf_1, exports);
2449
3046
  //# sourceMappingURL=all.js.map
2450
3047
  });
2451
3048
 
3049
+ const all$1 = /*@__PURE__*/getDefaultExportFromCjs(all);
3050
+
2452
3051
  var middleware = createCommonjsModule(function (module, exports) {
3052
+ "use strict";
2453
3053
  Object.defineProperty(exports, "__esModule", { value: true });
2454
3054
  exports.PromiseMiddlewareWrapper = void 0;
2455
3055
 
@@ -2469,7 +3069,10 @@ exports.PromiseMiddlewareWrapper = PromiseMiddlewareWrapper;
2469
3069
  //# sourceMappingURL=middleware.js.map
2470
3070
  });
2471
3071
 
3072
+ const middleware$1 = /*@__PURE__*/getDefaultExportFromCjs(middleware);
3073
+
2472
3074
  var servers = createCommonjsModule(function (module, exports) {
3075
+ "use strict";
2473
3076
  Object.defineProperty(exports, "__esModule", { value: true });
2474
3077
  exports.servers = exports.server2 = exports.server1 = exports.ServerConfiguration = void 0;
2475
3078
 
@@ -2504,7 +3107,10 @@ exports.servers = [exports.server1, exports.server2];
2504
3107
  //# sourceMappingURL=servers.js.map
2505
3108
  });
2506
3109
 
3110
+ const servers$1 = /*@__PURE__*/getDefaultExportFromCjs(servers);
3111
+
2507
3112
  var configuration = createCommonjsModule(function (module, exports) {
3113
+ "use strict";
2508
3114
  Object.defineProperty(exports, "__esModule", { value: true });
2509
3115
  exports.createConfiguration = void 0;
2510
3116
 
@@ -2528,7 +3134,10 @@ exports.createConfiguration = createConfiguration;
2528
3134
  //# sourceMappingURL=configuration.js.map
2529
3135
  });
2530
3136
 
3137
+ const configuration$1 = /*@__PURE__*/getDefaultExportFromCjs(configuration);
3138
+
2531
3139
  var exception = createCommonjsModule(function (module, exports) {
3140
+ "use strict";
2532
3141
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2533
3142
  var extendStatics = function (d, b) {
2534
3143
  extendStatics = Object.setPrototypeOf ||
@@ -2562,7 +3171,10 @@ exports.ApiException = ApiException;
2562
3171
  //# sourceMappingURL=exception.js.map
2563
3172
  });
2564
3173
 
3174
+ const exception$1 = /*@__PURE__*/getDefaultExportFromCjs(exception);
3175
+
2565
3176
  var baseapi = createCommonjsModule(function (module, exports) {
3177
+ "use strict";
2566
3178
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2567
3179
  var extendStatics = function (d, b) {
2568
3180
  extendStatics = Object.setPrototypeOf ||
@@ -2593,6 +3205,7 @@ var BaseAPIRequestFactory = (function () {
2593
3205
  return BaseAPIRequestFactory;
2594
3206
  }());
2595
3207
  exports.BaseAPIRequestFactory = BaseAPIRequestFactory;
3208
+ ;
2596
3209
  var RequiredError = (function (_super) {
2597
3210
  __extends(RequiredError, _super);
2598
3211
  function RequiredError(api, method, field) {
@@ -2609,7 +3222,10 @@ exports.RequiredError = RequiredError;
2609
3222
  //# sourceMappingURL=baseapi.js.map
2610
3223
  });
2611
3224
 
3225
+ const baseapi$1 = /*@__PURE__*/getDefaultExportFromCjs(baseapi);
3226
+
2612
3227
  var ObjectSerializer_1 = createCommonjsModule(function (module, exports) {
3228
+ "use strict";
2613
3229
  var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2614
3230
  if (k2 === undefined) k2 = k;
2615
3231
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -2866,7 +3482,10 @@ exports.ObjectSerializer = ObjectSerializer;
2866
3482
  //# sourceMappingURL=ObjectSerializer.js.map
2867
3483
  });
2868
3484
 
3485
+ const ObjectSerializer = /*@__PURE__*/getDefaultExportFromCjs(ObjectSerializer_1);
3486
+
2869
3487
  var util = createCommonjsModule(function (module, exports) {
3488
+ "use strict";
2870
3489
  Object.defineProperty(exports, "__esModule", { value: true });
2871
3490
  exports.canConsumeForm = exports.isCodeInRange = void 0;
2872
3491
  function isCodeInRange(codeRange, code) {
@@ -2897,7 +3516,10 @@ exports.canConsumeForm = canConsumeForm;
2897
3516
  //# sourceMappingURL=util.js.map
2898
3517
  });
2899
3518
 
3519
+ const util$1 = /*@__PURE__*/getDefaultExportFromCjs(util);
3520
+
2900
3521
  var DefaultApi = createCommonjsModule(function (module, exports) {
3522
+ "use strict";
2901
3523
  var __extends = (commonjsGlobal && commonjsGlobal.__extends) || (function () {
2902
3524
  var extendStatics = function (d, b) {
2903
3525
  extendStatics = Object.setPrototypeOf ||
@@ -3050,7 +3672,10 @@ exports.DefaultApiResponseProcessor = DefaultApiResponseProcessor;
3050
3672
  //# sourceMappingURL=DefaultApi.js.map
3051
3673
  });
3052
3674
 
3675
+ const DefaultApi$1 = /*@__PURE__*/getDefaultExportFromCjs(DefaultApi);
3676
+
3053
3677
  var ObservableAPI = createCommonjsModule(function (module, exports) {
3678
+ "use strict";
3054
3679
  Object.defineProperty(exports, "__esModule", { value: true });
3055
3680
  exports.ObservableDefaultApi = void 0;
3056
3681
 
@@ -3092,7 +3717,10 @@ exports.ObservableDefaultApi = ObservableDefaultApi;
3092
3717
  //# sourceMappingURL=ObservableAPI.js.map
3093
3718
  });
3094
3719
 
3720
+ const ObservableAPI$1 = /*@__PURE__*/getDefaultExportFromCjs(ObservableAPI);
3721
+
3095
3722
  var PromiseAPI = createCommonjsModule(function (module, exports) {
3723
+ "use strict";
3096
3724
  Object.defineProperty(exports, "__esModule", { value: true });
3097
3725
  exports.PromiseDefaultApi = void 0;
3098
3726
 
@@ -3110,7 +3738,10 @@ exports.PromiseDefaultApi = PromiseDefaultApi;
3110
3738
  //# sourceMappingURL=PromiseAPI.js.map
3111
3739
  });
3112
3740
 
3741
+ const PromiseAPI$1 = /*@__PURE__*/getDefaultExportFromCjs(PromiseAPI);
3742
+
3113
3743
  var dist = createCommonjsModule(function (module, exports) {
3744
+ "use strict";
3114
3745
  var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3115
3746
  if (k2 === undefined) k2 = k;
3116
3747
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -3139,6 +3770,8 @@ Object.defineProperty(exports, "DefaultApi", { enumerable: true, get: function (
3139
3770
  //# sourceMappingURL=index.js.map
3140
3771
  });
3141
3772
 
3773
+ const index = /*@__PURE__*/getDefaultExportFromCjs(dist);
3774
+
3142
3775
  const STAGE_SERVER_IDENTIFIER = "stage";
3143
3776
  const getTrackingServerByApiPath = (apiPath) => isProductionPath(apiPath) ? dist.servers[0] : dist.servers[1];
3144
3777
  const isProductionPath = (apiPath) => !apiPath.includes(STAGE_SERVER_IDENTIFIER);
@@ -3221,4 +3854,4 @@ const createWidgetVpsEvent = createTrackingEvent(vpsWidget);
3221
3854
  const createSearchEvent = createTrackingEvent(searchEvent);
3222
3855
  const createFilterEvent = createTrackingEvent(filterEvent);
3223
3856
 
3224
- export { createProductClickVprEvent as a, createTrackingApi as b, createProductViewVprEvent as c, createWidgetVprEvent as d, createProductViewVpsEvent as e, createProductClickVpsEvent as f, createSearchEvent as g, createFilterEvent as h, createWidgetVpsEvent as i, v4 as v };
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 };