@salla.sa/twilight-components 2.14.139 → 2.14.141
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/index-a2d7a914.js +2 -6
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{salla-add-product-button_48.cjs.entry.js → salla-add-product-button_49.cjs.entry.js} +163 -32
- package/dist/cjs/salla-add-product-button_49.cjs.entry.js.map +1 -0
- package/dist/cjs/twilight.cjs.js +1 -1
- package/dist/collection/components/salla-offer-modal/salla-offer-modal.js +50 -30
- package/dist/collection/components/salla-offer-modal/salla-offer-modal.js.map +1 -1
- package/dist/collection/components/salla-reviews-summary/salla-reviews-summary.js +4 -0
- package/dist/collection/components/salla-reviews-summary/salla-reviews-summary.js.map +1 -1
- package/dist/components/salla-offer-modal.js +110 -42
- package/dist/components/salla-offer-modal.js.map +1 -1
- package/dist/components/salla-products-slider.js +1 -206
- package/dist/components/salla-products-slider.js.map +1 -1
- package/dist/{esm/salla-products-slider.entry.js → components/salla-products-slider2.js} +108 -11
- package/dist/components/salla-products-slider2.js.map +1 -0
- package/dist/components/salla-reviews-summary2.js +4 -0
- package/dist/components/salla-reviews-summary2.js.map +1 -1
- package/dist/esm/index-114c614f.js +2 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{salla-add-product-button_48.entry.js → salla-add-product-button_49.entry.js} +163 -33
- package/dist/esm/salla-add-product-button_49.entry.js.map +1 -0
- package/dist/esm/twilight.js +1 -1
- package/dist/esm-es5/index-114c614f.js +1 -1
- package/dist/esm-es5/index-114c614f.js.map +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.js.map +1 -1
- package/dist/esm-es5/{salla-add-product-button_48.entry.js → salla-add-product-button_49.entry.js} +2 -2
- package/dist/esm-es5/salla-add-product-button_49.entry.js.map +1 -0
- package/dist/esm-es5/twilight.js +1 -1
- package/dist/esm-es5/twilight.js.map +1 -1
- package/dist/twilight/p-40f204a6.system.js +1 -1
- package/dist/twilight/p-40f204a6.system.js.map +1 -1
- package/dist/twilight/{p-a3c95fbd.entry.js → p-9ec0e4ed.entry.js} +2 -2
- package/dist/twilight/p-9ec0e4ed.entry.js.map +1 -0
- package/dist/twilight/{p-7bd8bfbe.system.entry.js → p-ce683cea.system.entry.js} +6 -6
- package/dist/twilight/p-ce683cea.system.entry.js.map +1 -0
- package/dist/twilight/twilight.esm.js +1 -1
- package/dist/twilight/twilight.esm.js.map +1 -1
- package/dist/types/components/salla-offer-modal/salla-offer-modal.d.ts +0 -3
- package/package.json +5 -5
- package/dist/cjs/salla-add-product-button_48.cjs.entry.js.map +0 -1
- package/dist/cjs/salla-products-slider.cjs.entry.js +0 -120
- package/dist/cjs/salla-products-slider.cjs.entry.js.map +0 -1
- package/dist/esm/salla-add-product-button_48.entry.js.map +0 -1
- package/dist/esm/salla-products-slider.entry.js.map +0 -1
- package/dist/esm-es5/salla-add-product-button_48.entry.js.map +0 -1
- package/dist/esm-es5/salla-products-slider.entry.js +0 -5
- package/dist/esm-es5/salla-products-slider.entry.js.map +0 -1
- package/dist/twilight/p-3c2d05e3.entry.js +0 -5
- package/dist/twilight/p-3c2d05e3.entry.js.map +0 -1
- package/dist/twilight/p-70f8669e.system.entry.js +0 -5
- package/dist/twilight/p-70f8669e.system.entry.js.map +0 -1
- package/dist/twilight/p-7bd8bfbe.system.entry.js.map +0 -1
- package/dist/twilight/p-a3c95fbd.entry.js.map +0 -1
package/dist/esm/{salla-add-product-button_48.entry.js → salla-add-product-button_49.entry.js}
RENAMED
|
@@ -22717,7 +22717,7 @@ const sallaOfferModalCss = "";
|
|
|
22717
22717
|
const SallaOfferModal = class {
|
|
22718
22718
|
constructor(hostRef) {
|
|
22719
22719
|
registerInstance(this, hostRef);
|
|
22720
|
-
var _a
|
|
22720
|
+
var _a;
|
|
22721
22721
|
this.offer = null;
|
|
22722
22722
|
this.offer_name = undefined;
|
|
22723
22723
|
this.offer_message = undefined;
|
|
@@ -22733,7 +22733,7 @@ const SallaOfferModal = class {
|
|
|
22733
22733
|
this.translationLoaded = true;
|
|
22734
22734
|
});
|
|
22735
22735
|
this.categorySlot = ((_a = this.host.querySelector('[slot="category"]')) === null || _a === void 0 ? void 0 : _a.innerHTML) || `<span class="s-offer-modal-badge-icon">{tagIcon}</span><span class="s-offer-modal-badge-text">{name}</span>`;
|
|
22736
|
-
this.productSlot =
|
|
22736
|
+
// this.productSlot = this.host.querySelector('[slot="product"]')?.innerHTML || this.defaultProductSlot();
|
|
22737
22737
|
salla.event.on('offer-modal::open', product_id => this.open(product_id));
|
|
22738
22738
|
salla.product.event.onOfferExisted(offer => {
|
|
22739
22739
|
if (salla.storage.get('remember-offer-' + offer.id)) {
|
|
@@ -22789,45 +22789,65 @@ const SallaOfferModal = class {
|
|
|
22789
22789
|
salla.api.withoutNotifier(() => salla.cart.quickAdd(this.productID, qty, this.offer_type)).then(() => this.modal.close());
|
|
22790
22790
|
}
|
|
22791
22791
|
getOfferContent() {
|
|
22792
|
-
var _a, _b, _c, _d, _e, _f
|
|
22792
|
+
var _a, _b, _c, _d, _e, _f;
|
|
22793
22793
|
if (this.offer.get.discounts_table) {
|
|
22794
22794
|
return h("div", { class: "s-offer-modal-discount-table" }, h("table", null, h("tbody", null, (_a = this.offer.get.discounts_table) === null || _a === void 0 ? void 0 : _a.map(discount => h("tr", null, h("td", null, discount.text), h("td", { class: "s-offer-modal-discount-table-cell" }, h("salla-button", { fill: "outline", shape: "btn", color: "primary", size: "medium", width: "normal", onClick: () => this.addToCart(discount.quantity) }, this.addToCartLabel)))))));
|
|
22795
22795
|
}
|
|
22796
22796
|
else if ((_b = this.offer.get.products) === null || _b === void 0 ? void 0 : _b.length) {
|
|
22797
|
-
return h("salla-slider", {
|
|
22798
|
-
|
|
22799
|
-
|
|
22800
|
-
|
|
22801
|
-
|
|
22802
|
-
|
|
22803
|
-
|
|
22804
|
-
|
|
22805
|
-
|
|
22806
|
-
|
|
22807
|
-
|
|
22808
|
-
|
|
22809
|
-
|
|
22810
|
-
|
|
22797
|
+
return (h("salla-products-slider", { source: "selected", "source-value": `[${(((_c = this.offer.get.products) === null || _c === void 0 ? void 0 : _c.map(product => product.id)) || []).join(",")}]`, "slider-config": '{"slidesPerView": 1, "spaceBetween": 16, "breakpoints": { "768": { "slidesPerView": 2 }, "1024": { "slidesPerView": 3 } }}' }));
|
|
22798
|
+
// return <salla-slider
|
|
22799
|
+
// type="carousel"
|
|
22800
|
+
// class={{"s-offer-modal-slider-centered": this.offer.get.products?.length <= 2, "s-offer-modal-slider": true}}
|
|
22801
|
+
// id="offer-modal-slider"
|
|
22802
|
+
// controls-outer
|
|
22803
|
+
// show-controls={this.offer.get.products?.length <= 2 ? 'false' : 'true'}>
|
|
22804
|
+
// <div slot='items'>
|
|
22805
|
+
// {
|
|
22806
|
+
// this.offer.get.products?.map(product =>
|
|
22807
|
+
// <div class={{
|
|
22808
|
+
// "s-offer-modal-product": true,
|
|
22809
|
+
// "s-offer-modal-slider-item": true,
|
|
22810
|
+
// "s-offer-modal-not-available": !product.is_available
|
|
22811
|
+
// }} id={'product_' + product.id} innerHTML={this.productSlot
|
|
22812
|
+
// .replace(/\{name\}/g, product.name)
|
|
22813
|
+
// .replace(/\{url\}/g, product.url)
|
|
22814
|
+
// .replace(/\{image\}/g, product.thumbnail)
|
|
22815
|
+
// .replace(/\{price\}/g, product.has_special_price
|
|
22816
|
+
// ? '<span class="s-offer-modal-product-sale-price">' + salla.money(product.price) + '</span><span class="s-offer-modal-product-old-price">' + salla.money(product.regular_price) + '</span>'
|
|
22817
|
+
// : salla.money(product.price))}>
|
|
22818
|
+
// <div class="s-offer-modal-btn-wrap">
|
|
22819
|
+
// <salla-button width="wide" fill='outline' data-id={product.id} disabled={!product.is_available}
|
|
22820
|
+
// loader-position="center" onClick={this.addItem}>
|
|
22821
|
+
// {product.is_available ? salla.lang.get('pages.cart.add_to_cart') : salla.lang.get('pages.products.out_of_stock')}
|
|
22822
|
+
// </salla-button>
|
|
22823
|
+
// </div>
|
|
22824
|
+
// </div>)
|
|
22825
|
+
// }
|
|
22826
|
+
// </div>
|
|
22827
|
+
// </salla-slider>
|
|
22828
|
+
}
|
|
22829
|
+
else if ((_d = this.offer.get.categories) === null || _d === void 0 ? void 0 : _d.length) {
|
|
22830
|
+
return h("salla-slider", { type: "carousel", class: { "s-offer-modal-slider-centered": ((_e = this.offer.get.categories) === null || _e === void 0 ? void 0 : _e.length) <= 2, "s-offer-modal-slider": true }, id: "offer-modal-slider", "controls-outer": true, "show-controls": ((_f = this.offer.get.categories) === null || _f === void 0 ? void 0 : _f.length) <= 2 ? 'false' : 'true' }, h("div", { slot: 'items' }, this.offer.get.categories.map(category => h("a", { href: category.urls.customer, class: "s-offer-modal-badge s-offer-modal-slider-item s-offer-modal-cat-item", innerHTML: this.categorySlot
|
|
22811
22831
|
.replace(/\{tagIcon\}/g, Tag)
|
|
22812
22832
|
.replace(/\{name\}/g, category.name)
|
|
22813
22833
|
.replace(/\{url\}/g, category.urls.customer) }))));
|
|
22814
22834
|
}
|
|
22815
22835
|
}
|
|
22816
22836
|
//todo:: pass event then use sallaButton from it
|
|
22817
|
-
addItem() {
|
|
22818
|
-
|
|
22819
|
-
|
|
22820
|
-
|
|
22821
|
-
|
|
22822
|
-
|
|
22823
|
-
}
|
|
22824
|
-
defaultProductSlot() {
|
|
22825
|
-
|
|
22826
|
-
|
|
22827
|
-
|
|
22828
|
-
|
|
22829
|
-
|
|
22830
|
-
}
|
|
22837
|
+
// private addItem() {
|
|
22838
|
+
// // this here, is sallaButton
|
|
22839
|
+
// this['load']();
|
|
22840
|
+
// return salla.cart.api
|
|
22841
|
+
// .quickAdd(this['dataset'].id)
|
|
22842
|
+
// .finally(() => this['stop']());
|
|
22843
|
+
// }
|
|
22844
|
+
// private defaultProductSlot() {
|
|
22845
|
+
// return '<a href={url} class="s-offer-modal-product-image-wrap"><img class="s-offer-modal-product-image" src="{image}" /></a>' +
|
|
22846
|
+
// '<div class="s-offer-modal-product-info">' +
|
|
22847
|
+
// ' <a href={url} class="s-offer-modal-product-name">{name}</a>' +
|
|
22848
|
+
// ' <div class="s-offer-modal-product-price">{price}</div>' +
|
|
22849
|
+
// '</div>';
|
|
22850
|
+
// }
|
|
22831
22851
|
render() {
|
|
22832
22852
|
return h("salla-modal", { "has-skeleton": true, "sub-title": this.offer_message, ref: modal => this.modal = modal, isLoading: true, class: `s-offer-modal-type-${this.offer_type ? this.offer_type : ''}` }, h("div", { slot: 'loading' }, h("div", { class: "s-offer-modal-skeleton" }, h("div", { class: "s-offer-modal-skeleton-header" }, h("salla-skeleton", { type: 'circle', height: '80px', width: '80px' }), h("salla-skeleton", { height: '15px', width: '50%' }), h("salla-skeleton", { height: '10px', width: '30%' })), h("div", { class: "s-offer-modal-skeleton-items" }, [...Array(3)].map(() => h("div", { class: "s-offer-modal-skeleton-item" }, h("salla-skeleton", { height: '9rem' }), h("div", { class: "s-offer-modal-skeleton-item-title" }, h("salla-skeleton", { height: '15px', width: '100%' })), h("div", { class: "s-offer-modal-skeleton-item-subtitle" }, h("salla-skeleton", { height: '9px', width: '50%' }), h("div", { innerHTML: Cart2 }))))), h("div", { class: "s-offer-modal-skeleton-footer" }, h("salla-skeleton", { height: '15px', width: '50%' }), h("salla-skeleton", { height: '15px', width: '30%' })))), !this.hasError && this.offer !== null
|
|
22833
22853
|
? [h("span", { slot: 'icon', class: "s-offer-modal-header-icon", innerHTML: SpecialDiscountIcon }), this.getOfferContent(), h("div", { class: "s-offer-modal-footer", slot: "footer" }, this.offer.formatted_date ?
|
|
@@ -24015,6 +24035,112 @@ const SallaProductsList = class {
|
|
|
24015
24035
|
};
|
|
24016
24036
|
SallaProductsList.style = sallaProductsListCss;
|
|
24017
24037
|
|
|
24038
|
+
const sallaProductsSliderCss = "";
|
|
24039
|
+
|
|
24040
|
+
const SallaProductsSlider = class {
|
|
24041
|
+
constructor(hostRef) {
|
|
24042
|
+
registerInstance(this, hostRef);
|
|
24043
|
+
this.blockTitle = undefined;
|
|
24044
|
+
this.subTitle = undefined;
|
|
24045
|
+
this.sliderId = undefined;
|
|
24046
|
+
this.displayAllUrl = undefined;
|
|
24047
|
+
this.autoplay = undefined;
|
|
24048
|
+
this.source = undefined;
|
|
24049
|
+
this.sourceValue = undefined;
|
|
24050
|
+
this.limit = undefined;
|
|
24051
|
+
this.sliderConfig = undefined;
|
|
24052
|
+
this.productCardComponent = 'custom-salla-product-card';
|
|
24053
|
+
this.includes = undefined;
|
|
24054
|
+
this.productsData = undefined;
|
|
24055
|
+
this.isReady = undefined;
|
|
24056
|
+
this.sourceValueIsValid = undefined;
|
|
24057
|
+
this.hasCustomComponent = undefined;
|
|
24058
|
+
this.apiUrl = '';
|
|
24059
|
+
this.parsedSourceValue = undefined;
|
|
24060
|
+
}
|
|
24061
|
+
componentWillLoad() {
|
|
24062
|
+
return salla.onReady()
|
|
24063
|
+
.then(() => {
|
|
24064
|
+
//TODO:: check why `this.includes` not working!!
|
|
24065
|
+
this.includes = Helper.parseJson(this.includes || this.host.getAttribute('includes'));
|
|
24066
|
+
if (!Array.isArray(this.includes)) {
|
|
24067
|
+
this.includes = null;
|
|
24068
|
+
}
|
|
24069
|
+
Helper.setIncludes(this.includes);
|
|
24070
|
+
this.sourceValueIsValid = !!(this.getSourceValue() || this.isSourceWithoutValue());
|
|
24071
|
+
if (!this.sourceValueIsValid) {
|
|
24072
|
+
salla.logger.warn(`source-value prop is required for source [${this.getSource()}]`);
|
|
24073
|
+
return;
|
|
24074
|
+
}
|
|
24075
|
+
this.hasCustomComponent = !!customElements.get(this.productCardComponent);
|
|
24076
|
+
if (this.source === 'json') {
|
|
24077
|
+
this.productsData = this.getSourceValue();
|
|
24078
|
+
this.isReady = true;
|
|
24079
|
+
return;
|
|
24080
|
+
}
|
|
24081
|
+
if ((this.getSource() == 'related' && !salla.config.get('store.settings.product.related_products_enabled'))) {
|
|
24082
|
+
this.isReady = false;
|
|
24083
|
+
return;
|
|
24084
|
+
}
|
|
24085
|
+
return salla.product.api.fetch({ source: this.getSource(), source_value: this.getSourceValue(), limit: this.limit })
|
|
24086
|
+
.then(response => Helper.injectExtraFieldsToResponse(response))
|
|
24087
|
+
.then(response => {
|
|
24088
|
+
this.productsData = response.data;
|
|
24089
|
+
this.isReady = true;
|
|
24090
|
+
salla.event.emit('salla-products-slider::products.fetched', response.data);
|
|
24091
|
+
});
|
|
24092
|
+
});
|
|
24093
|
+
}
|
|
24094
|
+
componentDidRender() {
|
|
24095
|
+
let processedCount = 0;
|
|
24096
|
+
const intervalId = setInterval(() => {
|
|
24097
|
+
var _a;
|
|
24098
|
+
(_a = this.host.querySelectorAll('[loading="lazy"]')) === null || _a === void 0 ? void 0 : _a.forEach(img => img.removeAttribute('loading'));
|
|
24099
|
+
processedCount++;
|
|
24100
|
+
if (processedCount >= 10) {
|
|
24101
|
+
clearInterval(intervalId);
|
|
24102
|
+
}
|
|
24103
|
+
}, 1000);
|
|
24104
|
+
}
|
|
24105
|
+
isSourceWithoutValue() {
|
|
24106
|
+
return ['offers', 'latest', 'sales', 'top-rated'].includes(this.getSource());
|
|
24107
|
+
}
|
|
24108
|
+
getItemHTML(product) {
|
|
24109
|
+
//as a request they don't want to let the user to open the product details
|
|
24110
|
+
//todo:: find a better way to handle this request
|
|
24111
|
+
this.getSource() === 'landing-page' && (product.url = '');
|
|
24112
|
+
if (this.hasCustomComponent && this.productCardComponent.toLowerCase() == 'custom-salla-product-card') {
|
|
24113
|
+
return h("div", { class: "s-products-slider-card" }, h("custom-salla-product-card", { product: product, source: this.getSource(), "source-value": this.getSourceValue() }));
|
|
24114
|
+
}
|
|
24115
|
+
if (this.hasCustomComponent) {
|
|
24116
|
+
const customElem = document.createElement(this.productCardComponent);
|
|
24117
|
+
customElem.setAttribute('product', JSON.stringify(product));
|
|
24118
|
+
customElem.setAttribute('source', this.getSource());
|
|
24119
|
+
customElem.setAttribute('source-value', this.getSourceValue());
|
|
24120
|
+
return h("div", { class: "s-products-slider-card", innerHTML: customElem.outerHTML });
|
|
24121
|
+
}
|
|
24122
|
+
return h("div", { class: "s-products-slider-card" }, h("salla-product-card", { "show-quantity": this.getSource() == 'landing-page', "hide-add-btn": this.getSource() == 'landing-page', "shadow-on-hover": true, product: product }));
|
|
24123
|
+
}
|
|
24124
|
+
canRender() {
|
|
24125
|
+
return this.sourceValueIsValid && this.isReady;
|
|
24126
|
+
}
|
|
24127
|
+
getSource() {
|
|
24128
|
+
return Helper.getProductsSource(this.source);
|
|
24129
|
+
}
|
|
24130
|
+
getSourceValue() {
|
|
24131
|
+
return Helper.getProductsSourceValue(this.source, this.sourceValue);
|
|
24132
|
+
}
|
|
24133
|
+
render() {
|
|
24134
|
+
var _a;
|
|
24135
|
+
if (!this.canRender()) {
|
|
24136
|
+
return;
|
|
24137
|
+
}
|
|
24138
|
+
return (h(Host, { class: "s-products-slider-wrapper" }, h("salla-slider", { class: "s-products-slider-slider", id: this.sliderId || `s-products-slider-${Math.random().toString(36).substr(2, 9)}`, "auto-play": this.autoplay, type: "carousel", "block-title": this.blockTitle, "block-subTitle": this.subTitle, "display-all-url": this.displayAllUrl, sliderConfig: this.sliderConfig ? this.sliderConfig : null }, h("div", { slot: "items" }, (_a = this.productsData) === null || _a === void 0 ? void 0 : _a.map(product => this.getItemHTML(product))))));
|
|
24139
|
+
}
|
|
24140
|
+
get host() { return getElement(this); }
|
|
24141
|
+
};
|
|
24142
|
+
SallaProductsSlider.style = sallaProductsSliderCss;
|
|
24143
|
+
|
|
24018
24144
|
const sallaProgressBarCss = "";
|
|
24019
24145
|
|
|
24020
24146
|
const SallaProgressBar = class {
|
|
@@ -27645,6 +27771,10 @@ const SallaReviewsSummary = class {
|
|
|
27645
27771
|
.then(() => this.loadSummary());
|
|
27646
27772
|
}
|
|
27647
27773
|
async loadSummary() {
|
|
27774
|
+
if (!this.itemId) {
|
|
27775
|
+
console.error('Error loading reviews summary: itemId is not defined');
|
|
27776
|
+
return this.canRender = false;
|
|
27777
|
+
}
|
|
27648
27778
|
try {
|
|
27649
27779
|
let resp = await salla.api.request(`rating/summary/${this.itemId}`);
|
|
27650
27780
|
if (Array.isArray(resp.data.reviews) && !resp.data.reviews.length) {
|
|
@@ -30928,6 +31058,6 @@ const SallaUserSettings = class {
|
|
|
30928
31058
|
};
|
|
30929
31059
|
SallaUserSettings.style = sallaUserSettingsCss;
|
|
30930
31060
|
|
|
30931
|
-
export { SallaAddProductButton as salla_add_product_button, SallaBottomAlert as salla_bottom_alert, SallaBreadcrumb as salla_breadcrumb, SallaButton as salla_button, SallaCartSummary as salla_cart_summary, SallaColorPicker as salla_color_picker, SallaCommentForm as salla_comment_form, SallaCommentItem as salla_comment_item, SallaComments as salla_comments, SallaCountDown as salla_count_down, SallaDatetimePicker as salla_datetime_picker, SallaFileUpload as salla_file_upload, SallaGifting as salla_gifting, SallaInfiniteScroll as salla_infinite_scroll, SallaListTile as salla_list_tile, SallaLoading as salla_loading, SallaLocalizationModal as salla_localization_modal, SallaLoginModal as salla_login_modal, SallaLoyalty as salla_loyalty, SallaMaintenanceAlert as salla_maintenance_alert, SallaMap as salla_map, SallaMenu as salla_menu, SallaModal as salla_modal, SallaOfferModal as salla_offer_modal, SallaPlaceholder as salla_placeholder, SallaProductAvailability as salla_product_availability, SallaProductCard as salla_product_card, SallaProductSizeGuide as salla_product_size_guide, SallaProductsList as salla_products_list, SallaProgressBar as salla_progress_bar, SallaQuantityInput as salla_quantity_input, SallaQuickBuy as salla_quick_buy, SallaQuickOrder as salla_quick_order, SallaRatingModal as salla_rating_modal, SallaRatingStars as salla_rating_stars, SallaReviewsSummary as salla_reviews_summary, SallaScopees as salla_scopes, SallaSearch as salla_search, SallaSkeleton as salla_skeleton, SallaSlider as salla_slider, SallaSocialShare as salla_social_share, SallaTabContent as salla_tab_content, SallaTabHeader as salla_tab_header, SallaTabs as salla_tabs, SallaTelInput as salla_tel_input, SallaUserMenu as salla_user_menu, SallaUserProfile as salla_user_profile, SallaUserSettings as salla_user_settings };
|
|
31061
|
+
export { SallaAddProductButton as salla_add_product_button, SallaBottomAlert as salla_bottom_alert, SallaBreadcrumb as salla_breadcrumb, SallaButton as salla_button, SallaCartSummary as salla_cart_summary, SallaColorPicker as salla_color_picker, SallaCommentForm as salla_comment_form, SallaCommentItem as salla_comment_item, SallaComments as salla_comments, SallaCountDown as salla_count_down, SallaDatetimePicker as salla_datetime_picker, SallaFileUpload as salla_file_upload, SallaGifting as salla_gifting, SallaInfiniteScroll as salla_infinite_scroll, SallaListTile as salla_list_tile, SallaLoading as salla_loading, SallaLocalizationModal as salla_localization_modal, SallaLoginModal as salla_login_modal, SallaLoyalty as salla_loyalty, SallaMaintenanceAlert as salla_maintenance_alert, SallaMap as salla_map, SallaMenu as salla_menu, SallaModal as salla_modal, SallaOfferModal as salla_offer_modal, SallaPlaceholder as salla_placeholder, SallaProductAvailability as salla_product_availability, SallaProductCard as salla_product_card, SallaProductSizeGuide as salla_product_size_guide, SallaProductsList as salla_products_list, SallaProductsSlider as salla_products_slider, SallaProgressBar as salla_progress_bar, SallaQuantityInput as salla_quantity_input, SallaQuickBuy as salla_quick_buy, SallaQuickOrder as salla_quick_order, SallaRatingModal as salla_rating_modal, SallaRatingStars as salla_rating_stars, SallaReviewsSummary as salla_reviews_summary, SallaScopees as salla_scopes, SallaSearch as salla_search, SallaSkeleton as salla_skeleton, SallaSlider as salla_slider, SallaSocialShare as salla_social_share, SallaTabContent as salla_tab_content, SallaTabHeader as salla_tab_header, SallaTabs as salla_tabs, SallaTelInput as salla_tel_input, SallaUserMenu as salla_user_menu, SallaUserProfile as salla_user_profile, SallaUserSettings as salla_user_settings };
|
|
30932
31062
|
|
|
30933
|
-
//# sourceMappingURL=salla-add-product-
|
|
31063
|
+
//# sourceMappingURL=salla-add-product-button_49.entry.js.map
|