@getlupa/client 0.6.0-alpha-9 → 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 -2
- package/dist/es/index.min.js +4 -2
- 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 = [];
|
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 = [];
|