vviinn-widgets 2.90.0 → 2.92.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/{package-a7e58f04.js → package-cece95b6.js} +1 -1
- package/dist/cjs/search-filters_19.cjs.entry.js +1 -1
- package/dist/cjs/vviinn-carousel_8.cjs.entry.js +1 -1
- package/dist/cjs/vviinn-recommendations-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/vviinn-vpr-button.cjs.entry.js +12 -7
- package/dist/cjs/vviinn-vps-button.cjs.entry.js +1 -1
- package/dist/cjs/vviinn-vps-widget.cjs.entry.js +1 -1
- package/dist/collection/components/vviinn-carousel/vviinn-carousel.js +1 -1
- package/dist/collection/components/vviinn-icons/icons/CrossSellingIcon.js +1 -1
- package/dist/collection/components/vviinn-icons/icons/SimilarProductsIcon.js +1 -1
- package/dist/collection/components/vviinn-vpr-button/recommendations-sidebar/recommendations-sidebar.js +1 -1
- package/dist/esm/{package-dd1b718d.js → package-c3fe78b0.js} +1 -1
- package/dist/esm/search-filters_19.entry.js +1 -1
- package/dist/esm/vviinn-carousel_8.entry.js +1 -1
- package/dist/esm/vviinn-recommendations-sidebar.entry.js +1 -1
- package/dist/esm/vviinn-vpr-button.entry.js +12 -7
- package/dist/esm/vviinn-vps-button.entry.js +1 -1
- package/dist/esm/vviinn-vps-widget.entry.js +1 -1
- package/dist/types/campaign/CampaignService.d.ts +48 -0
- package/dist/types/campaign/VCSCampaignService.d.ts +24 -0
- package/dist/types/campaign/VPRCampaignService.d.ts +24 -0
- package/dist/types/interfaces/generated.d.ts +15 -1
- package/dist/types/store/search.store.d.ts +36 -0
- package/{www/build/p-0df7f13b.entry.js → dist/vviinn-widgets/p-228fc761.entry.js} +1 -1
- package/dist/vviinn-widgets/p-385976ee.entry.js +1 -0
- package/dist/vviinn-widgets/p-4351b91f.entry.js +1 -0
- package/dist/vviinn-widgets/{p-f201c3c5.entry.js → p-6771bb3f.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-b2328dc5.entry.js → p-752bfbce.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-c92b55ae.entry.js → p-cbe97290.entry.js} +1 -1
- package/dist/vviinn-widgets/p-f5e680d6.js +1 -0
- package/dist/vviinn-widgets/vviinn-widgets.esm.js +1 -1
- package/package.json +1 -1
- package/{dist/vviinn-widgets/p-0df7f13b.entry.js → www/build/p-228fc761.entry.js} +1 -1
- package/www/build/p-385976ee.entry.js +1 -0
- package/www/build/p-4351b91f.entry.js +1 -0
- package/www/build/{p-f201c3c5.entry.js → p-6771bb3f.entry.js} +1 -1
- package/www/build/{p-b2328dc5.entry.js → p-752bfbce.entry.js} +1 -1
- package/www/build/{p-c92b55ae.entry.js → p-cbe97290.entry.js} +1 -1
- package/www/build/p-f5e680d6.js +1 -0
- package/www/build/vviinn-widgets.esm.js +1 -1
- package/dist/vviinn-widgets/p-261bf997.entry.js +0 -1
- package/dist/vviinn-widgets/p-3d3a16a5.entry.js +0 -1
- package/dist/vviinn-widgets/p-7c4153c0.js +0 -1
- package/www/build/p-261bf997.entry.js +0 -1
- package/www/build/p-3d3a16a5.entry.js +0 -1
- package/www/build/p-7c4153c0.js +0 -1
|
@@ -7,7 +7,7 @@ const search_store = require('./search.store-d2b420fd.js');
|
|
|
7
7
|
const index$1 = require('./index-105aee62.js');
|
|
8
8
|
const customizedSlots = require('./customized-slots-ee9418c1.js');
|
|
9
9
|
const emitRequestFiltersMore = require('./emitRequestFiltersMore-dd0b6262.js');
|
|
10
|
-
const _package = require('./package-
|
|
10
|
+
const _package = require('./package-cece95b6.js');
|
|
11
11
|
|
|
12
12
|
const ArrowIcon = () => (index.h("svg", { width: "12", height: "20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
13
13
|
index.h("path", { d: "M0 10 10 0l1.4 1.4L2.8 10l8.6 8.6L10 20 0 10Z" })));
|
|
@@ -7,7 +7,7 @@ const search_store = require('./search.store-d2b420fd.js');
|
|
|
7
7
|
const customizedSlots = require('./customized-slots-ee9418c1.js');
|
|
8
8
|
const emitRequestFiltersMore = require('./emitRequestFiltersMore-dd0b6262.js');
|
|
9
9
|
const index$1 = require('./index-105aee62.js');
|
|
10
|
-
const _package = require('./package-
|
|
10
|
+
const _package = require('./package-cece95b6.js');
|
|
11
11
|
|
|
12
12
|
const BasketIcon = () => (index.h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
13
13
|
index.h("g", { id: "shopping-bag" },
|
|
@@ -97,7 +97,7 @@ const RecommendationsSidebar = class {
|
|
|
97
97
|
});
|
|
98
98
|
}
|
|
99
99
|
render() {
|
|
100
|
-
return (index.h(index.Host, { class: this.getClassMap() }, index.h("aside", { class: "sidebar", part: "body", onAnimationEnd: (e) => this.handleAnimationEnd(e) }, index.h("header", { class: { "contains-source-img": this.isSourceImageValid() }, part: "sidebar-header" }, this.renderSourceImage(), index.h("span", { class: "title", part: "title" }, this.sidebarTitle), index.h("button", { class: "close-sidebar", onClick: () => (this.state = "closed") }, index.h(CrossIcon, null))), index.h("main", { part: "sidebar-content" }, index.h("vviinn-vpr-widget", { exportparts: "brand, currency, deeplink, image, image-link, price-amount, price-container, price-prefix, price-outdated, price-regular, price-sale, title: product-title, carousel-button, product-card, items-group", token: this.token, productId: this.productId, imageWidth: this.imageWidth, imageRatio: this.imageRatio, blockTitle: "", mode: this.mode, "campaign-type": this.campaignType, useCarousel: this.position === "bottom", onVviinnRecommendationsLoaded: () => (this.state = "open"), showScroll: this.widgetScrollbar, campaigns: this.campaigns, color: this.color, currencySign: this.currencySign, pricePrefix: this.pricePrefix, apiPath: this.apiPath, locale: this.locale, buttonElementId: this.buttonElementId, noResultText: this.noResultText, noResultShow: this.noResultShow, gridArrowsDynamic: this.gridArrowsDynamic, showingInButton: this.showingInButton, excluded: this.excluded, productDetailsNewTab: this.productDetailsNewTab, productDetailsRedirect: this.productDetailsRedirect, closed: this.state === "closed", opened: this.state === "open", addToBasketShow: this.addToBasketShow, cssUrl: this.cssUrl, showFilters: this.showFilters, setModeDiscounts: this.setModeDiscounts, updateButtonLocation: this.updateButtonLocation })))));
|
|
100
|
+
return (index.h(index.Host, { class: this.getClassMap() }, index.h("aside", { class: "sidebar", part: "body", onAnimationEnd: (e) => this.handleAnimationEnd(e) }, index.h("header", { class: { "contains-source-img": this.isSourceImageValid() }, part: "sidebar-header" }, this.renderSourceImage(), index.h("span", { class: "title", part: "title" }, this.sidebarTitle), index.h("button", { class: "close-sidebar", onClick: () => (this.state = "closed") }, index.h(CrossIcon, null))), index.h("main", { part: "sidebar-content" }, index.h("vviinn-vpr-widget", { exportparts: "brand, currency, deeplink, image, image-link, price-amount, price-container, price-prefix, price-outdated, price-regular, price-sale, title: product-title, carousel-button, product-card, items-group, price-label", token: this.token, productId: this.productId, imageWidth: this.imageWidth, imageRatio: this.imageRatio, blockTitle: "", mode: this.mode, "campaign-type": this.campaignType, useCarousel: this.position === "bottom", onVviinnRecommendationsLoaded: () => (this.state = "open"), showScroll: this.widgetScrollbar, campaigns: this.campaigns, color: this.color, currencySign: this.currencySign, pricePrefix: this.pricePrefix, apiPath: this.apiPath, locale: this.locale, buttonElementId: this.buttonElementId, noResultText: this.noResultText, noResultShow: this.noResultShow, gridArrowsDynamic: this.gridArrowsDynamic, showingInButton: this.showingInButton, excluded: this.excluded, productDetailsNewTab: this.productDetailsNewTab, productDetailsRedirect: this.productDetailsRedirect, closed: this.state === "closed", opened: this.state === "open", addToBasketShow: this.addToBasketShow, cssUrl: this.cssUrl, showFilters: this.showFilters, setModeDiscounts: this.setModeDiscounts, updateButtonLocation: this.updateButtonLocation })))));
|
|
101
101
|
}
|
|
102
102
|
renderSourceImage() {
|
|
103
103
|
var _a, _b, _c, _d, _e, _f;
|
|
@@ -3,15 +3,20 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-4474431a.js');
|
|
6
|
-
const _package = require('./package-
|
|
6
|
+
const _package = require('./package-cece95b6.js');
|
|
7
7
|
|
|
8
|
-
const SimilarProductsIcon = () => (index.h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none"
|
|
9
|
-
index.h("path", { d: "
|
|
10
|
-
index.h("path", { d: "
|
|
11
|
-
index.h("path", { d: "
|
|
8
|
+
const SimilarProductsIcon = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" },
|
|
9
|
+
index.h("path", { d: "M4 16V15H2V16C2 19.31 4.69 22 8 22H9V20H8C5.79 20 4 18.21 4 16Z", fill: "#161616" }),
|
|
10
|
+
index.h("path", { d: "M4 8C4 5.79 5.79 4 8 4H9V2H8C4.69 2 2 4.69 2 8V9H4V8Z", fill: "#161616" }),
|
|
11
|
+
index.h("path", { d: "M20 8C20 5.79 18.21 4 16 4H15V2H16C19.31 2 22 4.69 22 8V9H20V8Z", fill: "#161616" }),
|
|
12
|
+
index.h("path", { d: "M20 16C20 18.21 18.21 20 16 20H15V22H16C19.31 22 22 19.31 22 16V15H20V16Z", fill: "#161616" }),
|
|
13
|
+
index.h("path", { d: "M9 8H7C6.45 8 6 8.45 6 9C6 9.55 6.45 10 7 10H9V11C9 11.55 9.45 12 10 12C10.55 12 11 11.55 11 11V7C11 6.45 10.55 6 10 6C9.45 6 9 6.45 9 7V8Z", fill: "#161616" }),
|
|
14
|
+
index.h("path", { d: "M15 16H17C17.55 16 18 15.55 18 15C18 14.45 17.55 14 17 14H15V13C15 12.45 14.55 12 14 12C13.45 12 13 12.45 13 13V17C13 17.55 13.45 18 14 18C14.55 18 15 17.55 15 17V16Z", fill: "#161616" }),
|
|
15
|
+
index.h("path", { d: "M16 9C16 8.45 15.55 8 15 8H12V10H15C15.55 10 16 9.55 16 9Z", fill: "#161616" }),
|
|
16
|
+
index.h("path", { d: "M6 15C6 15.55 6.45 16 7 16H12V14H7C6.45 14 6 14.45 6 15Z", fill: "#161616" })));
|
|
12
17
|
|
|
13
|
-
const CrossSellingIcon = () => (index.h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none"
|
|
14
|
-
index.h("path", { d: "
|
|
18
|
+
const CrossSellingIcon = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" },
|
|
19
|
+
index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20 13C20 13.55 20.45 14 21 14C21.55 14 22 13.55 22 13V5C22 3.35 20.65 2 19 2H11C10.45 2 10 2.45 10 3C10 3.55 10.45 4 11 4H19C19.55 4 20 4.45 20 5V13ZM2 19C2 20.65 3.35 22 5 22H13C13.55 22 14 21.55 14 21C14 20.45 13.55 20 13 20H5C4.45 20 4 19.55 4 19V11C4 10.45 3.55 10 3 10C2.45 10 2 10.45 2 11V19ZM12 16C11.45 16 11 15.55 11 15V13H9C8.45 13 8 12.55 8 12C8 11.45 8.45 11 9 11H11V9C11 8.45 11.45 8 12 8C12.55 8 13 8.45 13 9V11H15C15.55 11 16 11.45 16 12C16 12.55 15.55 13 15 13H13V15C13 15.55 12.55 16 12 16Z", fill: "#161616" })));
|
|
15
20
|
|
|
16
21
|
const vviinnVprButtonCss = ":host{display:block}";
|
|
17
22
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-4474431a.js');
|
|
6
|
-
const _package = require('./package-
|
|
6
|
+
const _package = require('./package-cece95b6.js');
|
|
7
7
|
const customizedSlots = require('./customized-slots-ee9418c1.js');
|
|
8
8
|
const constants = require('./constants-7684cbfc.js');
|
|
9
9
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-4474431a.js');
|
|
6
6
|
const search_store = require('./search.store-d2b420fd.js');
|
|
7
7
|
const index$1 = require('./index-105aee62.js');
|
|
8
|
-
const _package = require('./package-
|
|
8
|
+
const _package = require('./package-cece95b6.js');
|
|
9
9
|
const customizedSlots = require('./customized-slots-ee9418c1.js');
|
|
10
10
|
const constants = require('./constants-7684cbfc.js');
|
|
11
11
|
|
|
@@ -448,7 +448,7 @@ export class VviinnCarousel {
|
|
|
448
448
|
"mutable": true,
|
|
449
449
|
"complexType": {
|
|
450
450
|
"original": "Recommendation[]",
|
|
451
|
-
"resolved": "{ groupId?: string; productId?: string; title?: string; deeplink?: string; brand?: string; productType?: string; image?: { original?: string; thumbnail?: string; }; price?: { actual?: number; sale?: number; }; energyEfficiencyClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; minEnergyEfficiencyClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; maxEnergyEfficiencyClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; energyCertifications?: { certificationClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; classIconUrls?: { left: string; right: string; }; classRange?: { min?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; max?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; }; classLabelUrl?: string; classDataSheetUrl?: string; productType?: string; }[]; custom_label_0?: string; custom_label_1?: string; custom_label_2?: string; custom_label_3?: string; custom_label_4?: string; }[]",
|
|
451
|
+
"resolved": "{ groupId?: string; productId?: string; title?: string; deeplink?: string; brand?: string; productType?: string; image?: { original?: string; thumbnail?: string; }; price?: { actual?: number; sale?: number; }; basePrice?: { actual?: { price?: number; quantity?: number; measure?: string; }; sale?: { price?: number; quantity?: number; measure?: string; }; }; energyEfficiencyClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; minEnergyEfficiencyClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; maxEnergyEfficiencyClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; energyCertifications?: { certificationClass?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; classIconUrls?: { left: string; right: string; }; classRange?: { min?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; max?: \"A+++\" | \"A++\" | \"A+\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\"; }; classLabelUrl?: string; classDataSheetUrl?: string; productType?: string; }[]; custom_label_0?: string; custom_label_1?: string; custom_label_2?: string; custom_label_3?: string; custom_label_4?: string; }[]",
|
|
452
452
|
"references": {
|
|
453
453
|
"Recommendation": {
|
|
454
454
|
"location": "import",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
|
-
export const CrossSellingIcon = () => (h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none"
|
|
2
|
+
export const CrossSellingIcon = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20 13C20 13.55 20.45 14 21 14C21.55 14 22 13.55 22 13V5C22 3.35 20.65 2 19 2H11C10.45 2 10 2.45 10 3C10 3.55 10.45 4 11 4H19C19.55 4 20 4.45 20 5V13ZM2 19C2 20.65 3.35 22 5 22H13C13.55 22 14 21.55 14 21C14 20.45 13.55 20 13 20H5C4.45 20 4 19.55 4 19V11C4 10.45 3.55 10 3 10C2.45 10 2 10.45 2 11V19ZM12 16C11.45 16 11 15.55 11 15V13H9C8.45 13 8 12.55 8 12C8 11.45 8.45 11 9 11H11V9C11 8.45 11.45 8 12 8C12.55 8 13 8.45 13 9V11H15C15.55 11 16 11.45 16 12C16 12.55 15.55 13 15 13H13V15C13 15.55 12.55 16 12 16Z", fill: "#161616" })));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
|
-
export const SimilarProductsIcon = () => (h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none",
|
|
2
|
+
export const SimilarProductsIcon = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { d: "M4 16V15H2V16C2 19.31 4.69 22 8 22H9V20H8C5.79 20 4 18.21 4 16Z", fill: "#161616" }), h("path", { d: "M4 8C4 5.79 5.79 4 8 4H9V2H8C4.69 2 2 4.69 2 8V9H4V8Z", fill: "#161616" }), h("path", { d: "M20 8C20 5.79 18.21 4 16 4H15V2H16C19.31 2 22 4.69 22 8V9H20V8Z", fill: "#161616" }), h("path", { d: "M20 16C20 18.21 18.21 20 16 20H15V22H16C19.31 22 22 19.31 22 16V15H20V16Z", fill: "#161616" }), h("path", { d: "M9 8H7C6.45 8 6 8.45 6 9C6 9.55 6.45 10 7 10H9V11C9 11.55 9.45 12 10 12C10.55 12 11 11.55 11 11V7C11 6.45 10.55 6 10 6C9.45 6 9 6.45 9 7V8Z", fill: "#161616" }), h("path", { d: "M15 16H17C17.55 16 18 15.55 18 15C18 14.45 17.55 14 17 14H15V13C15 12.45 14.55 12 14 12C13.45 12 13 12.45 13 13V17C13 17.55 13.45 18 14 18C14.55 18 15 17.55 15 17V16Z", fill: "#161616" }), h("path", { d: "M16 9C16 8.45 15.55 8 15 8H12V10H15C15.55 10 16 9.55 16 9Z", fill: "#161616" }), h("path", { d: "M6 15C6 15.55 6.45 16 7 16H12V14H7C6.45 14 6 14.45 6 15Z", fill: "#161616" })));
|
|
@@ -86,7 +86,7 @@ export class RecommendationsSidebar {
|
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
88
|
render() {
|
|
89
|
-
return (h(Host, { class: this.getClassMap() }, h("aside", { class: "sidebar", part: "body", onAnimationEnd: (e) => this.handleAnimationEnd(e) }, h("header", { class: { "contains-source-img": this.isSourceImageValid() }, part: "sidebar-header" }, this.renderSourceImage(), h("span", { class: "title", part: "title" }, this.sidebarTitle), h("button", { class: "close-sidebar", onClick: () => (this.state = "closed") }, h(CrossIcon, null))), h("main", { part: "sidebar-content" }, h("vviinn-vpr-widget", { exportparts: "brand, currency, deeplink, image, image-link, price-amount, price-container, price-prefix, price-outdated, price-regular, price-sale, title: product-title, carousel-button, product-card, items-group", token: this.token, productId: this.productId, imageWidth: this.imageWidth, imageRatio: this.imageRatio, blockTitle: "", mode: this.mode, "campaign-type": this.campaignType, useCarousel: this.position === "bottom", onVviinnRecommendationsLoaded: () => (this.state = "open"), showScroll: this.widgetScrollbar, campaigns: this.campaigns, color: this.color, currencySign: this.currencySign, pricePrefix: this.pricePrefix, apiPath: this.apiPath, locale: this.locale, buttonElementId: this.buttonElementId, noResultText: this.noResultText, noResultShow: this.noResultShow, gridArrowsDynamic: this.gridArrowsDynamic, showingInButton: this.showingInButton, excluded: this.excluded, productDetailsNewTab: this.productDetailsNewTab, productDetailsRedirect: this.productDetailsRedirect, closed: this.state === "closed", opened: this.state === "open", addToBasketShow: this.addToBasketShow, cssUrl: this.cssUrl, showFilters: this.showFilters, setModeDiscounts: this.setModeDiscounts, updateButtonLocation: this.updateButtonLocation })))));
|
|
89
|
+
return (h(Host, { class: this.getClassMap() }, h("aside", { class: "sidebar", part: "body", onAnimationEnd: (e) => this.handleAnimationEnd(e) }, h("header", { class: { "contains-source-img": this.isSourceImageValid() }, part: "sidebar-header" }, this.renderSourceImage(), h("span", { class: "title", part: "title" }, this.sidebarTitle), h("button", { class: "close-sidebar", onClick: () => (this.state = "closed") }, h(CrossIcon, null))), h("main", { part: "sidebar-content" }, h("vviinn-vpr-widget", { exportparts: "brand, currency, deeplink, image, image-link, price-amount, price-container, price-prefix, price-outdated, price-regular, price-sale, title: product-title, carousel-button, product-card, items-group, price-label", token: this.token, productId: this.productId, imageWidth: this.imageWidth, imageRatio: this.imageRatio, blockTitle: "", mode: this.mode, "campaign-type": this.campaignType, useCarousel: this.position === "bottom", onVviinnRecommendationsLoaded: () => (this.state = "open"), showScroll: this.widgetScrollbar, campaigns: this.campaigns, color: this.color, currencySign: this.currencySign, pricePrefix: this.pricePrefix, apiPath: this.apiPath, locale: this.locale, buttonElementId: this.buttonElementId, noResultText: this.noResultText, noResultShow: this.noResultShow, gridArrowsDynamic: this.gridArrowsDynamic, showingInButton: this.showingInButton, excluded: this.excluded, productDetailsNewTab: this.productDetailsNewTab, productDetailsRedirect: this.productDetailsRedirect, closed: this.state === "closed", opened: this.state === "open", addToBasketShow: this.addToBasketShow, cssUrl: this.cssUrl, showFilters: this.showFilters, setModeDiscounts: this.setModeDiscounts, updateButtonLocation: this.updateButtonLocation })))));
|
|
90
90
|
}
|
|
91
91
|
renderSourceImage() {
|
|
92
92
|
var _a, _b, _c, _d, _e, _f;
|
|
@@ -3,7 +3,7 @@ import { s as searchState, _ as _function, O as Option, k as fromAlt, l as foldV
|
|
|
3
3
|
import { i as instance, r as resources, c as createTrackingApi, v as v4, n as createResultVpsEventByType, o as createProductVpsEventByType } from './index-279b5fe1.js';
|
|
4
4
|
import { s as slotChangeListener, c as campaignTypeNames } from './customized-slots-7fa3856f.js';
|
|
5
5
|
import { d as PlusIcon, c as calculatePriceLabel, s as subFilterSelection, e as emitRequestFiltersMore, a as showActiveOnSubButton, R as RenderButton } from './emitRequestFiltersMore-35557c91.js';
|
|
6
|
-
import { v as version } from './package-
|
|
6
|
+
import { v as version } from './package-c3fe78b0.js';
|
|
7
7
|
|
|
8
8
|
const ArrowIcon = () => (h("svg", { width: "12", height: "20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
9
9
|
h("path", { d: "M0 10 10 0l1.4 1.4L2.8 10l8.6 8.6L10 20 0 10Z" })));
|
|
@@ -3,7 +3,7 @@ import { h as has, t as tuple, s as searchState, _ as _function, a as _Array, O
|
|
|
3
3
|
import { c as campaignTypeNames, s as slotChangeListener, S as SlotSkeleton, f as fromString, a as fold } from './customized-slots-7fa3856f.js';
|
|
4
4
|
import { c as calculatePriceLabel, s as subFilterSelection, e as emitRequestFiltersMore, C as CheckFilterIcon, S as SquareFilterIcon, a as showActiveOnSubButton, R as RenderButton, b as ResponsiveImage, I as Image, L as Linked, P as Price } from './emitRequestFiltersMore-35557c91.js';
|
|
5
5
|
import { i as instance, r as resources, v as v4, c as createTrackingApi, a as createAddToBasketVpcEvent, b as createAddToBasketVprEvent, d as createWidgetVpcEvent, e as createWidgetVprEvent, f as createResultVpcEventByType, g as createResultVprEventByType, h as createProductVpcEventByType, j as createProductVprEventByType } from './index-279b5fe1.js';
|
|
6
|
-
import { v as version } from './package-
|
|
6
|
+
import { v as version } from './package-c3fe78b0.js';
|
|
7
7
|
|
|
8
8
|
const BasketIcon = () => (h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
9
9
|
h("g", { id: "shopping-bag" },
|
|
@@ -93,7 +93,7 @@ const RecommendationsSidebar = class {
|
|
|
93
93
|
});
|
|
94
94
|
}
|
|
95
95
|
render() {
|
|
96
|
-
return (h(Host, { class: this.getClassMap() }, h("aside", { class: "sidebar", part: "body", onAnimationEnd: (e) => this.handleAnimationEnd(e) }, h("header", { class: { "contains-source-img": this.isSourceImageValid() }, part: "sidebar-header" }, this.renderSourceImage(), h("span", { class: "title", part: "title" }, this.sidebarTitle), h("button", { class: "close-sidebar", onClick: () => (this.state = "closed") }, h(CrossIcon, null))), h("main", { part: "sidebar-content" }, h("vviinn-vpr-widget", { exportparts: "brand, currency, deeplink, image, image-link, price-amount, price-container, price-prefix, price-outdated, price-regular, price-sale, title: product-title, carousel-button, product-card, items-group", token: this.token, productId: this.productId, imageWidth: this.imageWidth, imageRatio: this.imageRatio, blockTitle: "", mode: this.mode, "campaign-type": this.campaignType, useCarousel: this.position === "bottom", onVviinnRecommendationsLoaded: () => (this.state = "open"), showScroll: this.widgetScrollbar, campaigns: this.campaigns, color: this.color, currencySign: this.currencySign, pricePrefix: this.pricePrefix, apiPath: this.apiPath, locale: this.locale, buttonElementId: this.buttonElementId, noResultText: this.noResultText, noResultShow: this.noResultShow, gridArrowsDynamic: this.gridArrowsDynamic, showingInButton: this.showingInButton, excluded: this.excluded, productDetailsNewTab: this.productDetailsNewTab, productDetailsRedirect: this.productDetailsRedirect, closed: this.state === "closed", opened: this.state === "open", addToBasketShow: this.addToBasketShow, cssUrl: this.cssUrl, showFilters: this.showFilters, setModeDiscounts: this.setModeDiscounts, updateButtonLocation: this.updateButtonLocation })))));
|
|
96
|
+
return (h(Host, { class: this.getClassMap() }, h("aside", { class: "sidebar", part: "body", onAnimationEnd: (e) => this.handleAnimationEnd(e) }, h("header", { class: { "contains-source-img": this.isSourceImageValid() }, part: "sidebar-header" }, this.renderSourceImage(), h("span", { class: "title", part: "title" }, this.sidebarTitle), h("button", { class: "close-sidebar", onClick: () => (this.state = "closed") }, h(CrossIcon, null))), h("main", { part: "sidebar-content" }, h("vviinn-vpr-widget", { exportparts: "brand, currency, deeplink, image, image-link, price-amount, price-container, price-prefix, price-outdated, price-regular, price-sale, title: product-title, carousel-button, product-card, items-group, price-label", token: this.token, productId: this.productId, imageWidth: this.imageWidth, imageRatio: this.imageRatio, blockTitle: "", mode: this.mode, "campaign-type": this.campaignType, useCarousel: this.position === "bottom", onVviinnRecommendationsLoaded: () => (this.state = "open"), showScroll: this.widgetScrollbar, campaigns: this.campaigns, color: this.color, currencySign: this.currencySign, pricePrefix: this.pricePrefix, apiPath: this.apiPath, locale: this.locale, buttonElementId: this.buttonElementId, noResultText: this.noResultText, noResultShow: this.noResultShow, gridArrowsDynamic: this.gridArrowsDynamic, showingInButton: this.showingInButton, excluded: this.excluded, productDetailsNewTab: this.productDetailsNewTab, productDetailsRedirect: this.productDetailsRedirect, closed: this.state === "closed", opened: this.state === "open", addToBasketShow: this.addToBasketShow, cssUrl: this.cssUrl, showFilters: this.showFilters, setModeDiscounts: this.setModeDiscounts, updateButtonLocation: this.updateButtonLocation })))));
|
|
97
97
|
}
|
|
98
98
|
renderSourceImage() {
|
|
99
99
|
var _a, _b, _c, _d, _e, _f;
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-abf408d8.js';
|
|
2
|
-
import { v as version } from './package-
|
|
2
|
+
import { v as version } from './package-c3fe78b0.js';
|
|
3
3
|
|
|
4
|
-
const SimilarProductsIcon = () => (h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none"
|
|
5
|
-
h("path", { d: "
|
|
6
|
-
h("path", { d: "
|
|
7
|
-
h("path", { d: "
|
|
4
|
+
const SimilarProductsIcon = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" },
|
|
5
|
+
h("path", { d: "M4 16V15H2V16C2 19.31 4.69 22 8 22H9V20H8C5.79 20 4 18.21 4 16Z", fill: "#161616" }),
|
|
6
|
+
h("path", { d: "M4 8C4 5.79 5.79 4 8 4H9V2H8C4.69 2 2 4.69 2 8V9H4V8Z", fill: "#161616" }),
|
|
7
|
+
h("path", { d: "M20 8C20 5.79 18.21 4 16 4H15V2H16C19.31 2 22 4.69 22 8V9H20V8Z", fill: "#161616" }),
|
|
8
|
+
h("path", { d: "M20 16C20 18.21 18.21 20 16 20H15V22H16C19.31 22 22 19.31 22 16V15H20V16Z", fill: "#161616" }),
|
|
9
|
+
h("path", { d: "M9 8H7C6.45 8 6 8.45 6 9C6 9.55 6.45 10 7 10H9V11C9 11.55 9.45 12 10 12C10.55 12 11 11.55 11 11V7C11 6.45 10.55 6 10 6C9.45 6 9 6.45 9 7V8Z", fill: "#161616" }),
|
|
10
|
+
h("path", { d: "M15 16H17C17.55 16 18 15.55 18 15C18 14.45 17.55 14 17 14H15V13C15 12.45 14.55 12 14 12C13.45 12 13 12.45 13 13V17C13 17.55 13.45 18 14 18C14.55 18 15 17.55 15 17V16Z", fill: "#161616" }),
|
|
11
|
+
h("path", { d: "M16 9C16 8.45 15.55 8 15 8H12V10H15C15.55 10 16 9.55 16 9Z", fill: "#161616" }),
|
|
12
|
+
h("path", { d: "M6 15C6 15.55 6.45 16 7 16H12V14H7C6.45 14 6 14.45 6 15Z", fill: "#161616" })));
|
|
8
13
|
|
|
9
|
-
const CrossSellingIcon = () => (h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none"
|
|
10
|
-
h("path", { d: "
|
|
14
|
+
const CrossSellingIcon = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" },
|
|
15
|
+
h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20 13C20 13.55 20.45 14 21 14C21.55 14 22 13.55 22 13V5C22 3.35 20.65 2 19 2H11C10.45 2 10 2.45 10 3C10 3.55 10.45 4 11 4H19C19.55 4 20 4.45 20 5V13ZM2 19C2 20.65 3.35 22 5 22H13C13.55 22 14 21.55 14 21C14 20.45 13.55 20 13 20H5C4.45 20 4 19.55 4 19V11C4 10.45 3.55 10 3 10C2.45 10 2 10.45 2 11V19ZM12 16C11.45 16 11 15.55 11 15V13H9C8.45 13 8 12.55 8 12C8 11.45 8.45 11 9 11H11V9C11 8.45 11.45 8 12 8C12.55 8 13 8.45 13 9V11H15C15.55 11 16 11.45 16 12C16 12.55 15.55 13 15 13H13V15C13 15.55 12.55 16 12 16Z", fill: "#161616" })));
|
|
11
16
|
|
|
12
17
|
const vviinnVprButtonCss = ":host{display:block}";
|
|
13
18
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-abf408d8.js';
|
|
2
|
-
import { v as version } from './package-
|
|
2
|
+
import { v as version } from './package-c3fe78b0.js';
|
|
3
3
|
import { c as campaignTypeNames, S as SlotSkeleton } from './customized-slots-7fa3856f.js';
|
|
4
4
|
import { D as DEFAULT_EXAMPLE_IMAGE } from './constants-8bf233a9.js';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent, F as Fragment, H as Host, g as getElement } from './index-abf408d8.js';
|
|
2
2
|
import { s as searchState, d as state, j as parseExcludedToParams, O as Option } from './search.store-24896fcf.js';
|
|
3
3
|
import { i as instance, r as resources, k as createSearchEvent, l as createFilterEvent, v as v4, c as createTrackingApi, m as createWidgetVpsEvent } from './index-279b5fe1.js';
|
|
4
|
-
import { v as version } from './package-
|
|
4
|
+
import { v as version } from './package-c3fe78b0.js';
|
|
5
5
|
import { c as campaignTypeNames, s as slotChangeListener, S as SlotSkeleton } from './customized-slots-7fa3856f.js';
|
|
6
6
|
import { D as DEFAULT_EXAMPLE_IMAGE } from './constants-8bf233a9.js';
|
|
7
7
|
|
|
@@ -45,6 +45,18 @@ export declare const getRecommendationsService: (campaignType: C.CampaignName) =
|
|
|
45
45
|
actual?: number;
|
|
46
46
|
sale?: number;
|
|
47
47
|
};
|
|
48
|
+
basePrice?: {
|
|
49
|
+
actual?: {
|
|
50
|
+
price?: number;
|
|
51
|
+
quantity?: number;
|
|
52
|
+
measure?: string;
|
|
53
|
+
};
|
|
54
|
+
sale?: {
|
|
55
|
+
price?: number;
|
|
56
|
+
quantity?: number;
|
|
57
|
+
measure?: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
48
60
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
49
61
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
50
62
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -83,6 +95,18 @@ export declare const getRecommendationsService: (campaignType: C.CampaignName) =
|
|
|
83
95
|
actual?: number;
|
|
84
96
|
sale?: number;
|
|
85
97
|
};
|
|
98
|
+
basePrice?: {
|
|
99
|
+
actual?: {
|
|
100
|
+
price?: number;
|
|
101
|
+
quantity?: number;
|
|
102
|
+
measure?: string;
|
|
103
|
+
};
|
|
104
|
+
sale?: {
|
|
105
|
+
price?: number;
|
|
106
|
+
quantity?: number;
|
|
107
|
+
measure?: string;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
86
110
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
87
111
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
88
112
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -270,6 +294,18 @@ export declare const getRecommendationsService: (campaignType: C.CampaignName) =
|
|
|
270
294
|
actual?: number;
|
|
271
295
|
sale?: number;
|
|
272
296
|
};
|
|
297
|
+
basePrice?: {
|
|
298
|
+
actual?: {
|
|
299
|
+
price?: number;
|
|
300
|
+
quantity?: number;
|
|
301
|
+
measure?: string;
|
|
302
|
+
};
|
|
303
|
+
sale?: {
|
|
304
|
+
price?: number;
|
|
305
|
+
quantity?: number;
|
|
306
|
+
measure?: string;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
273
309
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
274
310
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
275
311
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -308,6 +344,18 @@ export declare const getRecommendationsService: (campaignType: C.CampaignName) =
|
|
|
308
344
|
actual?: number;
|
|
309
345
|
sale?: number;
|
|
310
346
|
};
|
|
347
|
+
basePrice?: {
|
|
348
|
+
actual?: {
|
|
349
|
+
price?: number;
|
|
350
|
+
quantity?: number;
|
|
351
|
+
measure?: string;
|
|
352
|
+
};
|
|
353
|
+
sale?: {
|
|
354
|
+
price?: number;
|
|
355
|
+
quantity?: number;
|
|
356
|
+
measure?: string;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
311
359
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
312
360
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
313
361
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -19,6 +19,18 @@ export declare const getVCSRecommendations: (body: CrossSellingRequest) => (opti
|
|
|
19
19
|
actual?: number;
|
|
20
20
|
sale?: number;
|
|
21
21
|
};
|
|
22
|
+
basePrice?: {
|
|
23
|
+
actual?: {
|
|
24
|
+
price?: number;
|
|
25
|
+
quantity?: number;
|
|
26
|
+
measure?: string;
|
|
27
|
+
};
|
|
28
|
+
sale?: {
|
|
29
|
+
price?: number;
|
|
30
|
+
quantity?: number;
|
|
31
|
+
measure?: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
22
34
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
23
35
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
24
36
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -57,6 +69,18 @@ export declare const getVCSRecommendations: (body: CrossSellingRequest) => (opti
|
|
|
57
69
|
actual?: number;
|
|
58
70
|
sale?: number;
|
|
59
71
|
};
|
|
72
|
+
basePrice?: {
|
|
73
|
+
actual?: {
|
|
74
|
+
price?: number;
|
|
75
|
+
quantity?: number;
|
|
76
|
+
measure?: string;
|
|
77
|
+
};
|
|
78
|
+
sale?: {
|
|
79
|
+
price?: number;
|
|
80
|
+
quantity?: number;
|
|
81
|
+
measure?: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
60
84
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
61
85
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
62
86
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -24,6 +24,18 @@ export declare const getVPRRecommendations: (body: SimilarProductsRequest) => (o
|
|
|
24
24
|
actual?: number;
|
|
25
25
|
sale?: number;
|
|
26
26
|
};
|
|
27
|
+
basePrice?: {
|
|
28
|
+
actual?: {
|
|
29
|
+
price?: number;
|
|
30
|
+
quantity?: number;
|
|
31
|
+
measure?: string;
|
|
32
|
+
};
|
|
33
|
+
sale?: {
|
|
34
|
+
price?: number;
|
|
35
|
+
quantity?: number;
|
|
36
|
+
measure?: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
27
39
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
28
40
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
29
41
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -62,6 +74,18 @@ export declare const getVPRRecommendations: (body: SimilarProductsRequest) => (o
|
|
|
62
74
|
actual?: number;
|
|
63
75
|
sale?: number;
|
|
64
76
|
};
|
|
77
|
+
basePrice?: {
|
|
78
|
+
actual?: {
|
|
79
|
+
price?: number;
|
|
80
|
+
quantity?: number;
|
|
81
|
+
measure?: string;
|
|
82
|
+
};
|
|
83
|
+
sale?: {
|
|
84
|
+
price?: number;
|
|
85
|
+
quantity?: number;
|
|
86
|
+
measure?: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
65
89
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
66
90
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
67
91
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -290,6 +290,10 @@ export interface components {
|
|
|
290
290
|
/** @example 24.95 */
|
|
291
291
|
sale?: components["schemas"]["price"] | null;
|
|
292
292
|
};
|
|
293
|
+
basePrice?: {
|
|
294
|
+
actual?: components["schemas"]["basePrice"];
|
|
295
|
+
sale?: components["schemas"]["basePrice"];
|
|
296
|
+
};
|
|
293
297
|
/** @deprecated */
|
|
294
298
|
energyEfficiencyClass?: components["schemas"]["energy-efficiency-class"];
|
|
295
299
|
/** @deprecated */
|
|
@@ -303,8 +307,18 @@ export interface components {
|
|
|
303
307
|
custom_label_3?: string | null;
|
|
304
308
|
custom_label_4?: string | null;
|
|
305
309
|
};
|
|
306
|
-
/** @example
|
|
310
|
+
/** @example 19.9 */
|
|
307
311
|
price: number | null;
|
|
312
|
+
/**
|
|
313
|
+
* @description The base price per `measure` is derived by adjusting the product's total cost to a standardized unit of measurement, making it easier to compare products of varying volumes.
|
|
314
|
+
* @example [object Object]
|
|
315
|
+
*/
|
|
316
|
+
basePrice: {
|
|
317
|
+
price?: components["schemas"]["price"];
|
|
318
|
+
/** @example 100 */
|
|
319
|
+
quantity?: number;
|
|
320
|
+
measure?: string;
|
|
321
|
+
};
|
|
308
322
|
/**
|
|
309
323
|
* @description In a category tree, a category path identifies a category of the tree.
|
|
310
324
|
* The API expects and returns each category path only in encoded form.
|
|
@@ -65,6 +65,18 @@ export declare const makeTextSearchRequest: (token: string, query: string, dynam
|
|
|
65
65
|
actual?: number;
|
|
66
66
|
sale?: number;
|
|
67
67
|
};
|
|
68
|
+
basePrice?: {
|
|
69
|
+
actual?: {
|
|
70
|
+
price?: number;
|
|
71
|
+
quantity?: number;
|
|
72
|
+
measure?: string;
|
|
73
|
+
};
|
|
74
|
+
sale?: {
|
|
75
|
+
price?: number;
|
|
76
|
+
quantity?: number;
|
|
77
|
+
measure?: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
68
80
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
69
81
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
70
82
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -185,6 +197,18 @@ export declare const makeSearchQueryRequest: (token: string, query: string, dyna
|
|
|
185
197
|
actual?: number;
|
|
186
198
|
sale?: number;
|
|
187
199
|
};
|
|
200
|
+
basePrice?: {
|
|
201
|
+
actual?: {
|
|
202
|
+
price?: number;
|
|
203
|
+
quantity?: number;
|
|
204
|
+
measure?: string;
|
|
205
|
+
};
|
|
206
|
+
sale?: {
|
|
207
|
+
price?: number;
|
|
208
|
+
quantity?: number;
|
|
209
|
+
measure?: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
188
212
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
189
213
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
190
214
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
@@ -299,6 +323,18 @@ export declare const makeProductListingPageRequest: (token: string, column: stri
|
|
|
299
323
|
actual?: number;
|
|
300
324
|
sale?: number;
|
|
301
325
|
};
|
|
326
|
+
basePrice?: {
|
|
327
|
+
actual?: {
|
|
328
|
+
price?: number;
|
|
329
|
+
quantity?: number;
|
|
330
|
+
measure?: string;
|
|
331
|
+
};
|
|
332
|
+
sale?: {
|
|
333
|
+
price?: number;
|
|
334
|
+
quantity?: number;
|
|
335
|
+
measure?: string;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
302
338
|
energyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
303
339
|
minEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
304
340
|
maxEnergyEfficiencyClass?: "A+++" | "A++" | "A+" | "A" | "B" | "C" | "D" | "E" | "F" | "G";
|