@getlupa/client 0.6.0-alpha-7 → 0.6.0-alpha-10
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.min.js +4 -23
- package/dist/es/index.min.js +4 -23
- package/dist/iife/index.min.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -34716,6 +34716,8 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
34716
34716
|
|
|
34717
34717
|
return _c("div", {
|
|
34718
34718
|
staticClass: "lupa-category-top-mobile-filters"
|
|
34719
|
+
}, [_c("div", {
|
|
34720
|
+
staticClass: "lupa-top-mobile-filter-wrapper"
|
|
34719
34721
|
}, [_vm.hasBackButton ? _c("div", {
|
|
34720
34722
|
staticClass: "lupa-category-back"
|
|
34721
34723
|
}, [_c("a", {
|
|
@@ -34726,13 +34728,13 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
34726
34728
|
on: {
|
|
34727
34729
|
click: _vm.handleNavigationBack
|
|
34728
34730
|
}
|
|
34729
|
-
}, [_vm._v("\n
|
|
34731
|
+
}, [_vm._v("\n " + _vm._s(_vm.backTitle) + "\n ")])]) : _vm._e(), _vm._v(" "), _c("SearchResultsToolbar", {
|
|
34730
34732
|
staticClass: "lupa-toolbar-mobile",
|
|
34731
34733
|
attrs: {
|
|
34732
34734
|
"pagination-location": "top",
|
|
34733
34735
|
options: _vm.options
|
|
34734
34736
|
}
|
|
34735
|
-
})], 1);
|
|
34737
|
+
})], 1)]);
|
|
34736
34738
|
};
|
|
34737
34739
|
|
|
34738
34740
|
var __vue_staticRenderFns__$5 = [];
|
|
@@ -37135,13 +37137,6 @@ var tracking = function tracking(options) {
|
|
|
37135
37137
|
};
|
|
37136
37138
|
|
|
37137
37139
|
var searchBox = function searchBox(options) {
|
|
37138
|
-
var _a;
|
|
37139
|
-
|
|
37140
|
-
try {
|
|
37141
|
-
(_a = app.box) === null || _a === void 0 ? void 0 : _a.$destroy();
|
|
37142
|
-
} catch (_b) {// Does not exist, do nothing
|
|
37143
|
-
}
|
|
37144
|
-
|
|
37145
37140
|
Vue$1.use(Vuex);
|
|
37146
37141
|
app.box = new Vue$1({
|
|
37147
37142
|
el: options.inputSelector,
|
|
@@ -37160,13 +37155,6 @@ var searchBox = function searchBox(options) {
|
|
|
37160
37155
|
};
|
|
37161
37156
|
|
|
37162
37157
|
var searchResults = function searchResults(options) {
|
|
37163
|
-
var _a;
|
|
37164
|
-
|
|
37165
|
-
try {
|
|
37166
|
-
(_a = app.results) === null || _a === void 0 ? void 0 : _a.$destroy();
|
|
37167
|
-
} catch (_b) {// Does not exist, do nothing
|
|
37168
|
-
}
|
|
37169
|
-
|
|
37170
37158
|
Vue$1.use(Vuex);
|
|
37171
37159
|
app.results = new Vue$1({
|
|
37172
37160
|
el: options.containerSelector,
|
|
@@ -37185,13 +37173,6 @@ var searchResults = function searchResults(options) {
|
|
|
37185
37173
|
};
|
|
37186
37174
|
|
|
37187
37175
|
var productList = function productList(options) {
|
|
37188
|
-
var _a;
|
|
37189
|
-
|
|
37190
|
-
try {
|
|
37191
|
-
(_a = app.productList) === null || _a === void 0 ? void 0 : _a.$destroy();
|
|
37192
|
-
} catch (_b) {// Does not exist, do nothing
|
|
37193
|
-
}
|
|
37194
|
-
|
|
37195
37176
|
Vue$1.use(Vuex);
|
|
37196
37177
|
app.productList = new Vue$1({
|
|
37197
37178
|
el: options.containerSelector,
|
package/dist/es/index.min.js
CHANGED
|
@@ -34712,6 +34712,8 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
34712
34712
|
|
|
34713
34713
|
return _c("div", {
|
|
34714
34714
|
staticClass: "lupa-category-top-mobile-filters"
|
|
34715
|
+
}, [_c("div", {
|
|
34716
|
+
staticClass: "lupa-top-mobile-filter-wrapper"
|
|
34715
34717
|
}, [_vm.hasBackButton ? _c("div", {
|
|
34716
34718
|
staticClass: "lupa-category-back"
|
|
34717
34719
|
}, [_c("a", {
|
|
@@ -34722,13 +34724,13 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
34722
34724
|
on: {
|
|
34723
34725
|
click: _vm.handleNavigationBack
|
|
34724
34726
|
}
|
|
34725
|
-
}, [_vm._v("\n
|
|
34727
|
+
}, [_vm._v("\n " + _vm._s(_vm.backTitle) + "\n ")])]) : _vm._e(), _vm._v(" "), _c("SearchResultsToolbar", {
|
|
34726
34728
|
staticClass: "lupa-toolbar-mobile",
|
|
34727
34729
|
attrs: {
|
|
34728
34730
|
"pagination-location": "top",
|
|
34729
34731
|
options: _vm.options
|
|
34730
34732
|
}
|
|
34731
|
-
})], 1);
|
|
34733
|
+
})], 1)]);
|
|
34732
34734
|
};
|
|
34733
34735
|
|
|
34734
34736
|
var __vue_staticRenderFns__$5 = [];
|
|
@@ -37131,13 +37133,6 @@ var tracking = function tracking(options) {
|
|
|
37131
37133
|
};
|
|
37132
37134
|
|
|
37133
37135
|
var searchBox = function searchBox(options) {
|
|
37134
|
-
var _a;
|
|
37135
|
-
|
|
37136
|
-
try {
|
|
37137
|
-
(_a = app.box) === null || _a === void 0 ? void 0 : _a.$destroy();
|
|
37138
|
-
} catch (_b) {// Does not exist, do nothing
|
|
37139
|
-
}
|
|
37140
|
-
|
|
37141
37136
|
Vue$1.use(Vuex);
|
|
37142
37137
|
app.box = new Vue$1({
|
|
37143
37138
|
el: options.inputSelector,
|
|
@@ -37156,13 +37151,6 @@ var searchBox = function searchBox(options) {
|
|
|
37156
37151
|
};
|
|
37157
37152
|
|
|
37158
37153
|
var searchResults = function searchResults(options) {
|
|
37159
|
-
var _a;
|
|
37160
|
-
|
|
37161
|
-
try {
|
|
37162
|
-
(_a = app.results) === null || _a === void 0 ? void 0 : _a.$destroy();
|
|
37163
|
-
} catch (_b) {// Does not exist, do nothing
|
|
37164
|
-
}
|
|
37165
|
-
|
|
37166
37154
|
Vue$1.use(Vuex);
|
|
37167
37155
|
app.results = new Vue$1({
|
|
37168
37156
|
el: options.containerSelector,
|
|
@@ -37181,13 +37169,6 @@ var searchResults = function searchResults(options) {
|
|
|
37181
37169
|
};
|
|
37182
37170
|
|
|
37183
37171
|
var productList = function productList(options) {
|
|
37184
|
-
var _a;
|
|
37185
|
-
|
|
37186
|
-
try {
|
|
37187
|
-
(_a = app.productList) === null || _a === void 0 ? void 0 : _a.$destroy();
|
|
37188
|
-
} catch (_b) {// Does not exist, do nothing
|
|
37189
|
-
}
|
|
37190
|
-
|
|
37191
37172
|
Vue$1.use(Vuex);
|
|
37192
37173
|
app.productList = new Vue$1({
|
|
37193
37174
|
el: options.containerSelector,
|