vviinn-widgets 2.3.1 → 2.4.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.
- package/dist/cjs/{app-globals-6b5da080.js → app-globals-2bcc74df.js} +1 -1
- package/dist/cjs/cropper-handler.cjs.entry.js +1 -1
- package/dist/cjs/{customized-slots-8bc78ad4.js → customized-slots-4202eaf5.js} +1 -1
- package/dist/cjs/highlight-box_22.cjs.entry.js +20 -10
- package/dist/cjs/{imageSearch.store-042e9f45.js → imageSearch.store-cb2b2cc8.js} +14 -11
- package/dist/cjs/{index-5b9a60ac.js → index-44fc16ad.js} +1 -1
- package/dist/cjs/{index-553c2b4f.js → index-6771ae25.js} +1 -1
- package/dist/cjs/index-e9439500.js +3943 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/vviinn-carousel_3.cjs.entry.js +51 -19
- package/dist/cjs/vviinn-error.cjs.entry.js +1 -1
- package/dist/cjs/vviinn-preloader.cjs.entry.js +2 -2
- package/dist/cjs/vviinn-recommendations-sidebar.cjs.entry.js +2 -2
- package/dist/cjs/vviinn-vpr-button.cjs.entry.js +2 -2
- package/dist/cjs/vviinn-vps-button.cjs.entry.js +3 -3
- package/dist/cjs/vviinn-vps-widget.cjs.entry.js +74 -10
- package/dist/cjs/vviinn-widgets.cjs.js +3 -3
- package/dist/collection/components/image-search/image-view/image-cropper/image-cropper.js +27 -7
- package/dist/collection/components/image-search/search-filters/search-filters.js +24 -1
- package/dist/collection/components/vviinn-image-view/vviinn-detected-object/vviinn-detected-object.js +18 -1
- package/dist/collection/components/vviinn-product-card/vviinn-product-card.js +57 -12
- package/dist/collection/components/vviinn-vpr-widget/stories/args.js +8 -8
- package/dist/collection/components/vviinn-vpr-widget/vviinn-vpr-vidget.js +46 -9
- package/dist/collection/components/vviinn-vpr-widget/vviinn-vpr-widget.css +5 -0
- package/dist/collection/components/vviinn-vps-widget/vviinn-vps-widget.js +108 -10
- package/dist/collection/network/utils.js +1 -1
- package/dist/collection/openApi/index.js +27 -0
- package/dist/collection/{components/vviinn-vpr-widget/GridMode.js → recommendation/events.js} +0 -0
- package/dist/collection/store/store.js +7 -9
- package/dist/collection/store/tracking.store.js +3 -0
- package/dist/collection/tracking/event.js +3 -0
- package/dist/collection/tracking/filter.js +5 -0
- package/dist/collection/tracking/index.js +13 -0
- package/dist/collection/tracking/models.js +6 -0
- package/dist/collection/tracking/product.js +18 -0
- package/dist/collection/tracking/search.js +5 -0
- package/dist/collection/tracking/widget.js +10 -0
- package/dist/esm/{app-globals-90d99f95.js → app-globals-550daa9b.js} +1 -1
- package/dist/esm/cropper-handler.entry.js +1 -1
- package/dist/esm/{customized-slots-65b2467d.js → customized-slots-80625933.js} +1 -1
- package/dist/esm/highlight-box_22.entry.js +20 -10
- package/dist/esm/{imageSearch.store-f35e14f8.js → imageSearch.store-1268786d.js} +12 -10
- package/dist/esm/{index-ac2e3b9d.js → index-1cf740a8.js} +1 -1
- package/dist/esm/{index-d7c7df1c.js → index-c09e56b6.js} +1 -1
- package/dist/esm/index-fa27f1df.js +3934 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/vviinn-carousel_3.entry.js +51 -19
- package/dist/esm/vviinn-error.entry.js +1 -1
- package/dist/esm/vviinn-preloader.entry.js +2 -2
- package/dist/esm/vviinn-recommendations-sidebar.entry.js +2 -2
- package/dist/esm/vviinn-vpr-button.entry.js +2 -2
- package/dist/esm/vviinn-vps-button.entry.js +3 -3
- package/dist/esm/vviinn-vps-widget.entry.js +71 -7
- package/dist/esm/vviinn-widgets.js +3 -3
- package/dist/types/Image/error.d.ts +1 -0
- package/dist/types/Image/form.d.ts +1 -0
- package/dist/types/Image/fromFile.d.ts +1 -0
- package/dist/types/Image/imageToB64.d.ts +1 -0
- package/dist/types/Image/index.d.ts +1 -0
- package/dist/types/Image/renderPromise.d.ts +1 -0
- package/dist/types/Image/resizeImage.d.ts +1 -0
- package/dist/types/Image/sizing.d.ts +1 -0
- package/dist/types/Image/toFile.d.ts +1 -0
- package/dist/types/analytics/GAnalytics.d.ts +1 -0
- package/dist/types/analytics/GeneralAnalytics.d.ts +1 -0
- package/dist/types/analytics/GtagAnalytics.d.ts +1 -0
- package/dist/types/analytics/ProductAnalytics.d.ts +1 -0
- package/dist/types/campaign/Campaign.d.ts +1 -0
- package/dist/types/campaign/CampaignService.d.ts +1 -0
- package/dist/types/campaign/VCSCampaign.d.ts +1 -0
- package/dist/types/campaign/VCSCampaignResponse.d.ts +1 -0
- package/dist/types/campaign/VCSCampaignService.d.ts +1 -0
- package/dist/types/campaign/VPRCampaignResponse.d.ts +1 -0
- package/dist/types/campaign/VPRCampaignService.d.ts +1 -0
- package/dist/types/components/customized-slots.d.ts +1 -0
- package/dist/types/components/image-search/image-view/highlight-box/highlight-box.d.ts +1 -0
- package/dist/types/components/image-search/image-view/image-cropper/cropper-handler/cropper-handler.d.ts +1 -0
- package/dist/types/components/image-search/image-view/image-cropper/image-cropper.d.ts +4 -0
- package/dist/types/components/image-search/search-filters/search-filters.d.ts +4 -0
- package/dist/types/components/vviinn-carousel/vviinn-carousel.d.ts +1 -0
- package/dist/types/components/vviinn-error/vviinn-empty-results/vviinn-empty-results.d.ts +1 -0
- package/dist/types/components/vviinn-error/vviinn-error.d.ts +1 -0
- package/dist/types/components/vviinn-error/vviinn-server-error/vviinn-server-error.d.ts +1 -0
- package/dist/types/components/vviinn-error/vviinn-wrong-format/vviinn-wrong-format.d.ts +1 -0
- package/dist/types/components/vviinn-example-images/vviinn-example-image/vviinn-example-image.d.ts +1 -0
- package/dist/types/components/vviinn-example-images/vviinn-example-images.d.ts +1 -0
- package/dist/types/components/vviinn-icons/index.d.ts +1 -0
- package/dist/types/components/vviinn-image-selector/vviinn-image-selector.d.ts +1 -0
- package/dist/types/components/vviinn-image-view/vviinn-detected-object/vviinn-detected-object.d.ts +3 -0
- package/dist/types/components/vviinn-image-view/vviinn-image-view.d.ts +1 -0
- package/dist/types/components/vviinn-modal/vviinn-modal.d.ts +1 -0
- package/dist/types/components/vviinn-onboarding/onboarding-cards/vviinn-onboarding-card-1/vviinn-onboarding-card-1.d.ts +1 -0
- package/dist/types/components/vviinn-onboarding/onboarding-cards/vviinn-onboarding-card-2/vviinn-onboarding-card-2.d.ts +1 -0
- package/dist/types/components/vviinn-onboarding/onboarding-cards/vviinn-onboarding-card-3/vviinn-onboarding-card-3.d.ts +1 -0
- package/dist/types/components/vviinn-onboarding/vviinn-onboarding.d.ts +1 -0
- package/dist/types/components/vviinn-overlay/vviinn-overlay.d.ts +1 -0
- package/dist/types/components/vviinn-overlayed-modal/vviinn-overlayed-modal.d.ts +1 -0
- package/dist/types/components/vviinn-preloader/vviinn-preloader.d.ts +1 -0
- package/dist/types/components/vviinn-privacy-badge/vviinn-privacy-badge.d.ts +1 -0
- package/dist/types/components/vviinn-product-card/render-helpers.d.ts +1 -0
- package/dist/types/components/vviinn-product-card/stories/args.d.ts +1 -0
- package/dist/types/components/vviinn-product-card/stories/decorators.d.ts +1 -0
- package/dist/types/components/vviinn-product-card/stories/vviinn-product-card.stories.d.ts +1 -0
- package/dist/types/components/vviinn-product-card/vviinn-product-card.d.ts +9 -3
- package/dist/types/components/vviinn-slider/arrow.d.ts +1 -0
- package/dist/types/components/vviinn-slider/vviinn-slide/vviinn-slide.d.ts +1 -0
- package/dist/types/components/vviinn-slider/vviinn-slider.d.ts +1 -0
- package/dist/types/components/vviinn-teaser/vviinn-teaser.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-button/recommendations-sidebar/recommendations-sidebar.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-button/stories/args.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-button/stories/vviinn-vpr-button.stories.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-button/vviinn-vpr-button.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-widget/stories/args.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-widget/stories/decorators.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-widget/stories/vviinn-vpr-widget.stories.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-widget/token-helpers.d.ts +1 -0
- package/dist/types/components/vviinn-vpr-widget/vviinn-vpr-vidget.d.ts +9 -1
- package/dist/types/components/vviinn-vps-button/stories/vviinn-vps-button.stories.d.ts +1 -0
- package/dist/types/components/vviinn-vps-button/vviinn-vps-button.d.ts +1 -0
- package/dist/types/components/vviinn-vps-widget/stories/vviinn-vps-widget.stories.d.ts +1 -0
- package/dist/types/components/vviinn-vps-widget/vviinn-vps-widget.d.ts +14 -1
- package/dist/types/components.d.ts +10 -4
- package/dist/types/cropper/Cropper.d.ts +1 -0
- package/dist/types/cropper/Handler.d.ts +1 -0
- package/dist/types/dom/index.d.ts +1 -0
- package/dist/types/error.d.ts +1 -0
- package/dist/types/file/index.d.ts +1 -0
- package/dist/types/geometry/Clip.d.ts +1 -0
- package/dist/types/geometry/Point.d.ts +1 -0
- package/dist/types/geometry/Rectangle.d.ts +1 -0
- package/dist/types/geometry/RectangleAlt.d.ts +1 -0
- package/dist/types/geometry/Sized.d.ts +1 -0
- package/dist/types/global.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/interfaces/generated.d.ts +1 -0
- package/dist/types/interfaces/recommendation.d.ts +1 -0
- package/dist/types/network/apiClient.d.ts +1 -0
- package/dist/types/network/ion/File.d.ts +1 -0
- package/dist/types/network/ion/Form.d.ts +1 -0
- package/dist/types/network/ion/Link.d.ts +1 -0
- package/dist/types/network/ion/ValueObject.d.ts +1 -0
- package/dist/types/network/request.d.ts +1 -0
- package/dist/types/network/utils.d.ts +1 -0
- package/dist/types/openApi/index.d.ts +6 -0
- package/dist/types/recommendation/events.d.ts +6 -0
- package/dist/types/recommendation/recommendation.d.ts +1 -0
- package/dist/types/searchSession/searchSession.d.ts +1 -0
- package/dist/types/sentry.d.ts +1 -0
- package/dist/types/slider/GridMode.d.ts +1 -0
- package/dist/types/store/file-processing.d.ts +1 -0
- package/dist/types/store/imageSearch.store.d.ts +1 -0
- package/dist/types/store/store.d.ts +8 -6
- package/dist/types/store/tracking.store.d.ts +4 -0
- package/dist/types/stories/image-selector.stories.d.ts +1 -0
- package/dist/types/stories/image-view.stories.d.ts +1 -0
- package/dist/types/stories/modal.stories.d.ts +1 -0
- package/dist/types/stories/onboarding.stories.d.ts +1 -0
- package/dist/types/stories/overlay.stories.d.ts +1 -0
- package/dist/types/stories/overlayedModal.stories.d.ts +1 -0
- package/dist/types/stories/privacy-badge.stories.d.ts +1 -0
- package/dist/types/stories/slider.stories.d.ts +1 -0
- package/dist/types/stories/teaser.stories.d.ts +1 -0
- package/dist/types/stories/vps-widget.stories.d.ts +1 -0
- package/dist/types/stories/vviinn-product.stories.d.ts +1 -0
- package/dist/types/tracking/event.d.ts +4 -0
- package/dist/types/tracking/filter.d.ts +3 -0
- package/dist/types/tracking/index.d.ts +9 -0
- package/dist/types/tracking/models.d.ts +13 -0
- package/dist/types/tracking/product.d.ts +7 -0
- package/dist/types/tracking/search.d.ts +3 -0
- package/dist/types/tracking/widget.d.ts +5 -0
- package/dist/types/utils/collections/collectionsUtils.d.ts +1 -0
- package/dist/types/utils/either.d.ts +1 -0
- package/dist/types/utils/enum/enumUtils.d.ts +1 -0
- package/dist/types/utils/event/Events.d.ts +1 -0
- package/dist/types/utils/number/index.d.ts +1 -0
- package/dist/types/utils/option/option.d.ts +1 -0
- package/dist/types/utils/semigroup/semigroupDiff.d.ts +1 -0
- package/dist/types/utils/token/tokenUtils.d.ts +1 -0
- package/dist/vviinn-widgets/{p-e882fbeb.js → p-07125f64.js} +1 -1
- package/dist/vviinn-widgets/{p-935b4f49.entry.js → p-27ede517.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-320844ea.entry.js → p-314e40b3.entry.js} +1 -1
- package/dist/vviinn-widgets/p-316abc01.js +1 -0
- package/dist/vviinn-widgets/{p-b0243e84.entry.js → p-4bdb3027.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-4530ca32.entry.js → p-5535163a.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-80f0d4e0.js → p-78b65f70.js} +1 -1
- package/dist/vviinn-widgets/{p-e362fa80.entry.js → p-86ae782f.entry.js} +1 -1
- package/dist/vviinn-widgets/p-89f2c19a.entry.js +1 -0
- package/dist/vviinn-widgets/{p-b4b46a70.js → p-8e25b838.js} +1 -1
- package/dist/vviinn-widgets/p-94aa8705.entry.js +1 -0
- package/dist/vviinn-widgets/{p-679ea2ce.js → p-97af45f0.js} +1 -1
- package/{www/build/p-55491d9b.js → dist/vviinn-widgets/p-c5e6ec4f.js} +1 -1
- package/dist/vviinn-widgets/{p-a5b69a48.entry.js → p-c63fb46b.entry.js} +1 -1
- package/{www/build/p-1c141479.entry.js → dist/vviinn-widgets/p-dd7cac6e.entry.js} +1 -1
- package/dist/vviinn-widgets/vviinn-widgets.esm.js +1 -1
- package/package.json +11 -3
- package/www/build/{p-e882fbeb.js → p-07125f64.js} +1 -1
- package/www/build/{p-935b4f49.entry.js → p-27ede517.entry.js} +1 -1
- package/www/build/{p-320844ea.entry.js → p-314e40b3.entry.js} +1 -1
- package/www/build/p-316abc01.js +1 -0
- package/www/build/{p-b0243e84.entry.js → p-4bdb3027.entry.js} +1 -1
- package/www/build/{p-4530ca32.entry.js → p-5535163a.entry.js} +1 -1
- package/www/build/{p-80f0d4e0.js → p-78b65f70.js} +1 -1
- package/www/build/{p-e362fa80.entry.js → p-86ae782f.entry.js} +1 -1
- package/www/build/p-89f2c19a.entry.js +1 -0
- package/www/build/{p-b4b46a70.js → p-8e25b838.js} +1 -1
- package/www/build/p-94aa8705.entry.js +1 -0
- package/www/build/p-961822d3.js +125 -0
- package/www/build/{p-679ea2ce.js → p-97af45f0.js} +1 -1
- package/{dist/vviinn-widgets/p-55491d9b.js → www/build/p-c5e6ec4f.js} +1 -1
- package/www/build/{p-a5b69a48.entry.js → p-c63fb46b.entry.js} +1 -1
- package/{dist/vviinn-widgets/p-1c141479.entry.js → www/build/p-dd7cac6e.entry.js} +1 -1
- package/www/build/p-e0153ae2.css +6 -0
- package/www/build/vviinn-widgets.esm.js +1 -1
- package/www/index.html +1 -107
- package/dist/types/components/vviinn-vpr-widget/GridMode.d.ts +0 -1
- package/dist/vviinn-widgets/p-6239a782.entry.js +0 -1
- package/dist/vviinn-widgets/p-757849fd.entry.js +0 -1
- package/www/build/p-4379b1c2.js +0 -1
- package/www/build/p-6239a782.entry.js +0 -1
- package/www/build/p-757849fd.entry.js +0 -1
- package/www/build/p-a67898be.css +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-6771ae25.js');
|
|
6
6
|
const Handler = require('./Handler-d1a8a86a.js');
|
|
7
7
|
|
|
8
8
|
const cropperHandlerCss = ":host{--size:20px;background:transparent;border:4px solid white;box-sizing:content-box;display:block;height:var(--size);touch-action:none;position:absolute;width:var(--size);z-index:4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(.disabled){opacity:0.25}:host(.nw-resize){border-bottom:none;border-right:none;top:0;left:0}:host(.ne-resize){border-left:none;border-bottom:none;right:0;top:0}:host(.sw-resize){border-right:none;border-top:none;left:0;bottom:0}:host(.se-resize){border-left:none;border-top:none;bottom:0;right:0}";
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const imageSearch_store = require('./imageSearch.store-
|
|
5
|
+
const index = require('./index-6771ae25.js');
|
|
6
|
+
const imageSearch_store = require('./imageSearch.store-cb2b2cc8.js');
|
|
7
7
|
const Handler = require('./Handler-d1a8a86a.js');
|
|
8
|
-
const index$1 = require('./index-
|
|
9
|
-
const customizedSlots = require('./customized-slots-
|
|
8
|
+
const index$1 = require('./index-44fc16ad.js');
|
|
9
|
+
const customizedSlots = require('./customized-slots-4202eaf5.js');
|
|
10
10
|
|
|
11
11
|
// -------------------------------------------------------------------------------------
|
|
12
12
|
// -------------------------------------------------------------------------------------
|
|
@@ -71,6 +71,7 @@ const MIN_SEARCHAREA_SIZE = 40;
|
|
|
71
71
|
let ImageCropper = class {
|
|
72
72
|
constructor(hostRef) {
|
|
73
73
|
index.registerInstance(this, hostRef);
|
|
74
|
+
this.cropperChanged = index.createEvent(this, "cropperChanged", 7);
|
|
74
75
|
this.disabled = false;
|
|
75
76
|
this.handleMove = false;
|
|
76
77
|
this.mouseStartPoint = undefined;
|
|
@@ -90,18 +91,21 @@ let ImageCropper = class {
|
|
|
90
91
|
};
|
|
91
92
|
imageSearch_store._function.pipe(imageSearch_store.imageSearchState.searchArea, imageSearch_store.Option.map((area) => {
|
|
92
93
|
const newSearchArea = imageSearch_store.transform(area, transformedHandler);
|
|
93
|
-
if (newSearchArea
|
|
94
|
-
newSearchArea.height < MIN_SEARCHAREA_SIZE ||
|
|
95
|
-
newSearchArea.x < 0 ||
|
|
96
|
-
newSearchArea.y < 0 ||
|
|
97
|
-
this.bounds.height - (newSearchArea.y + newSearchArea.height) < 0 ||
|
|
98
|
-
this.bounds.width - (newSearchArea.x + newSearchArea.width) < 0)
|
|
94
|
+
if (this.outOfBounds(newSearchArea))
|
|
99
95
|
return;
|
|
100
96
|
imageSearch_store.imageSearchState.searchArea = imageSearch_store.Option.some(newSearchArea);
|
|
101
97
|
this.mouseStartPoint = destination;
|
|
102
98
|
imageSearch_store.imageSearchState.detectedObject = undefined;
|
|
103
99
|
}));
|
|
104
100
|
}
|
|
101
|
+
outOfBounds(area) {
|
|
102
|
+
return (area.width < MIN_SEARCHAREA_SIZE ||
|
|
103
|
+
area.height < MIN_SEARCHAREA_SIZE ||
|
|
104
|
+
area.x < 0 ||
|
|
105
|
+
area.y < 0 ||
|
|
106
|
+
this.bounds.height - (area.y + area.height) < 0 ||
|
|
107
|
+
this.bounds.width - (area.x + area.width) < 0);
|
|
108
|
+
}
|
|
105
109
|
handleCropperMove(ev) {
|
|
106
110
|
ev.preventDefault();
|
|
107
111
|
ev.stopPropagation();
|
|
@@ -142,6 +146,7 @@ let ImageCropper = class {
|
|
|
142
146
|
document.removeEventListener("pointerup", this.pointerReleaseListener);
|
|
143
147
|
this.mouseStartPoint = undefined;
|
|
144
148
|
imageSearch_store.makeRectangularSearchRequest();
|
|
149
|
+
this.cropperChanged.emit();
|
|
145
150
|
}
|
|
146
151
|
getStyleMap() {
|
|
147
152
|
return imageSearch_store._function.pipe(imageSearch_store.imageSearchState.searchArea, imageSearch_store.Option.map((rectangle) => {
|
|
@@ -174,6 +179,7 @@ const getFilterId = (filter) => filter.href.split("/").reverse()[0];
|
|
|
174
179
|
let SearchFilters = class {
|
|
175
180
|
constructor(hostRef) {
|
|
176
181
|
index.registerInstance(this, hostRef);
|
|
182
|
+
this.filterSelected = index.createEvent(this, "filterSelected", 7);
|
|
177
183
|
this.filter = null;
|
|
178
184
|
this.selectedCategoryId = null;
|
|
179
185
|
this.hideFilters = true;
|
|
@@ -186,11 +192,13 @@ let SearchFilters = class {
|
|
|
186
192
|
selectFilter(filter) {
|
|
187
193
|
this.selectedCategoryId = getFilterId(filter);
|
|
188
194
|
imageSearch_store.imageSearchState.activeIonLink = filter;
|
|
195
|
+
this.filterSelected.emit("select");
|
|
189
196
|
}
|
|
190
197
|
clearSelectedFilter() {
|
|
191
198
|
this.selectedCategoryId = null;
|
|
192
199
|
imageSearch_store.imageSearchState.activeIonLink = undefined;
|
|
193
200
|
this.findSelectedFilter().blur();
|
|
201
|
+
this.filterSelected.emit("deselect");
|
|
194
202
|
}
|
|
195
203
|
findSelectedFilter() {
|
|
196
204
|
return this.el.shadowRoot.querySelector(ACTIVE_FILTER_CLASSNAME);
|
|
@@ -235,6 +243,7 @@ const vviinnDetectedObjectCss = ":host{--color-primary-system:#0F62FE;--color-pr
|
|
|
235
243
|
let VviinnDetectedObject = class {
|
|
236
244
|
constructor(hostRef) {
|
|
237
245
|
index.registerInstance(this, hostRef);
|
|
246
|
+
this.detectedObjectClicked = index.createEvent(this, "detectedObjectClicked", 7);
|
|
238
247
|
this.position = ["0", "0"];
|
|
239
248
|
}
|
|
240
249
|
getObjectPosition() {
|
|
@@ -253,6 +262,7 @@ let VviinnDetectedObject = class {
|
|
|
253
262
|
imageSearch_store.imageSearchState.searchArea = imageSearch_store.Option.some(scaledRect);
|
|
254
263
|
}));
|
|
255
264
|
imageSearch_store.makeRectangularSearchRequest();
|
|
265
|
+
this.detectedObjectClicked.emit();
|
|
256
266
|
}
|
|
257
267
|
isActive() {
|
|
258
268
|
if (!this.detectedObject)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
3
|
+
const index = require('./index-6771ae25.js');
|
|
4
4
|
const Handler = require('./Handler-d1a8a86a.js');
|
|
5
5
|
|
|
6
6
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -10158,15 +10158,17 @@ const createStore = (defaultState, shouldUpdate) => {
|
|
|
10158
10158
|
return map;
|
|
10159
10159
|
};
|
|
10160
10160
|
|
|
10161
|
-
const
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10161
|
+
const trackingStore = {
|
|
10162
|
+
trackingEnabled: true,
|
|
10163
|
+
};
|
|
10164
|
+
|
|
10165
|
+
const { state: state$1, onChange: onChange$1 } = createStore(Object.assign({ fallbackStyles: "", pricePrefix: null, currencySign: null, apiPath: null, token: null, locale: "de-DE" }, trackingStore));
|
|
10166
|
+
onChange$1("apiPath", (val) => {
|
|
10167
|
+
console.log("apiPathChanged", val);
|
|
10168
|
+
});
|
|
10169
|
+
onChange$1("token", (val) => {
|
|
10170
|
+
console.log("tokenChanged", val);
|
|
10167
10171
|
});
|
|
10168
|
-
const state$1 = store.state;
|
|
10169
|
-
const state$2 = store.state;
|
|
10170
10172
|
|
|
10171
10173
|
function ap$4(F, G) {
|
|
10172
10174
|
return function (fa) { return function (fab) {
|
|
@@ -15175,6 +15177,8 @@ exports._Array = _Array;
|
|
|
15175
15177
|
exports._function = _function;
|
|
15176
15178
|
exports.center = center;
|
|
15177
15179
|
exports.chainW = chainW;
|
|
15180
|
+
exports.commonjsGlobal = commonjsGlobal;
|
|
15181
|
+
exports.createCommonjsModule = createCommonjsModule;
|
|
15178
15182
|
exports.createInitGetRequest = createInitGetRequest;
|
|
15179
15183
|
exports.detectedObjectEq = detectedObjectEq;
|
|
15180
15184
|
exports.dimensionsFromImage = dimensionsFromImage;
|
|
@@ -15193,7 +15197,6 @@ exports.scaleByLargestSide = scaleByLargestSide;
|
|
|
15193
15197
|
exports.scaleWithSized = scaleWithSized;
|
|
15194
15198
|
exports.sequenceT = sequenceT;
|
|
15195
15199
|
exports.sequenceToOption = sequenceToOption;
|
|
15196
|
-
exports.state = state$
|
|
15197
|
-
exports.state$1 = state$1;
|
|
15200
|
+
exports.state = state$1;
|
|
15198
15201
|
exports.toFile = toFile;
|
|
15199
15202
|
exports.transform = transform;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
3
|
+
const index = require('./index-6771ae25.js');
|
|
4
4
|
|
|
5
5
|
const ArrowIcon = () => (index.h("svg", { width: "12", height: "20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
6
6
|
index.h("path", { d: "M0 10 10 0l1.4 1.4L2.8 10l8.6 8.6L10 20 0 10Z" })));
|
|
@@ -21,7 +21,7 @@ function _interopNamespace(e) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
const NAMESPACE = 'vviinn-widgets';
|
|
24
|
-
const Env = /* vviinn-widgets */ {"packageVersion":"2.3.
|
|
24
|
+
const Env = /* vviinn-widgets */ {"packageVersion":"2.3.1","packageName":"vviinn-widgets","environment":"local"};
|
|
25
25
|
|
|
26
26
|
let scopeId;
|
|
27
27
|
let hostTagName;
|