@getlupa/client 0.6.0-alpha-22 → 0.6.0-alpha-23
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 +38 -26
- package/dist/es/index.min.js +38 -26
- package/dist/iife/index.min.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -16324,35 +16324,47 @@ var __vue_render__$C = function () {
|
|
|
16324
16324
|
var _c = _vm._self._c || _h;
|
|
16325
16325
|
return _vm.isMobileSidebarVisible
|
|
16326
16326
|
? _c("div", { staticClass: "lupa-mobile-filter-sidebar" }, [
|
|
16327
|
-
_c("div", {
|
|
16328
|
-
|
|
16329
|
-
|
|
16330
|
-
|
|
16331
|
-
|
|
16332
|
-
|
|
16333
|
-
|
|
16334
|
-
|
|
16327
|
+
_c("div", {
|
|
16328
|
+
staticClass: "lupa-sidebar-close",
|
|
16329
|
+
on: {
|
|
16330
|
+
click: function ($event) {
|
|
16331
|
+
$event.stopPropagation();
|
|
16332
|
+
return _vm.handleMobileToggle.apply(null, arguments)
|
|
16333
|
+
},
|
|
16334
|
+
},
|
|
16335
|
+
}),
|
|
16336
|
+
_vm._v(" "),
|
|
16337
|
+
_c("div", { staticClass: "lupa-mobile-sidebar-content" }, [
|
|
16338
|
+
_c("div", { staticClass: "lupa-sidebar-top" }, [
|
|
16339
|
+
_c("div", { staticClass: "lupa-sidebar-title" }, [
|
|
16340
|
+
_vm._v("\n " + _vm._s(_vm.sidebarTitle) + "\n "),
|
|
16341
|
+
_vm.isFilterCountVisible
|
|
16342
|
+
? _c("span", { staticClass: "lupa-sidebar-filter-count" }, [
|
|
16343
|
+
_vm._v(_vm._s(_vm.currentFilterCount)),
|
|
16344
|
+
])
|
|
16345
|
+
: _vm._e(),
|
|
16346
|
+
]),
|
|
16347
|
+
_vm._v(" "),
|
|
16348
|
+
_c("div", {
|
|
16349
|
+
staticClass: "lupa-filter-toggle-mobile",
|
|
16350
|
+
on: { click: _vm.handleMobileToggle },
|
|
16351
|
+
}),
|
|
16335
16352
|
]),
|
|
16336
16353
|
_vm._v(" "),
|
|
16337
|
-
_c(
|
|
16338
|
-
|
|
16339
|
-
|
|
16340
|
-
|
|
16354
|
+
_c(
|
|
16355
|
+
"div",
|
|
16356
|
+
{ staticClass: "lupa-sidebar-filter-options" },
|
|
16357
|
+
[
|
|
16358
|
+
_c("SearchResultsFilters", {
|
|
16359
|
+
attrs: {
|
|
16360
|
+
options: _vm.options,
|
|
16361
|
+
expandable: _vm.isActiveFiltersExpanded,
|
|
16362
|
+
},
|
|
16363
|
+
}),
|
|
16364
|
+
],
|
|
16365
|
+
1
|
|
16366
|
+
),
|
|
16341
16367
|
]),
|
|
16342
|
-
_vm._v(" "),
|
|
16343
|
-
_c(
|
|
16344
|
-
"div",
|
|
16345
|
-
{ staticClass: "lupa-sidebar-filter-options" },
|
|
16346
|
-
[
|
|
16347
|
-
_c("SearchResultsFilters", {
|
|
16348
|
-
attrs: {
|
|
16349
|
-
options: _vm.options,
|
|
16350
|
-
expandable: _vm.isActiveFiltersExpanded,
|
|
16351
|
-
},
|
|
16352
|
-
}),
|
|
16353
|
-
],
|
|
16354
|
-
1
|
|
16355
|
-
),
|
|
16356
16368
|
])
|
|
16357
16369
|
: _vm._e()
|
|
16358
16370
|
};
|
package/dist/es/index.min.js
CHANGED
|
@@ -16320,35 +16320,47 @@ var __vue_render__$C = function () {
|
|
|
16320
16320
|
var _c = _vm._self._c || _h;
|
|
16321
16321
|
return _vm.isMobileSidebarVisible
|
|
16322
16322
|
? _c("div", { staticClass: "lupa-mobile-filter-sidebar" }, [
|
|
16323
|
-
_c("div", {
|
|
16324
|
-
|
|
16325
|
-
|
|
16326
|
-
|
|
16327
|
-
|
|
16328
|
-
|
|
16329
|
-
|
|
16330
|
-
|
|
16323
|
+
_c("div", {
|
|
16324
|
+
staticClass: "lupa-sidebar-close",
|
|
16325
|
+
on: {
|
|
16326
|
+
click: function ($event) {
|
|
16327
|
+
$event.stopPropagation();
|
|
16328
|
+
return _vm.handleMobileToggle.apply(null, arguments)
|
|
16329
|
+
},
|
|
16330
|
+
},
|
|
16331
|
+
}),
|
|
16332
|
+
_vm._v(" "),
|
|
16333
|
+
_c("div", { staticClass: "lupa-mobile-sidebar-content" }, [
|
|
16334
|
+
_c("div", { staticClass: "lupa-sidebar-top" }, [
|
|
16335
|
+
_c("div", { staticClass: "lupa-sidebar-title" }, [
|
|
16336
|
+
_vm._v("\n " + _vm._s(_vm.sidebarTitle) + "\n "),
|
|
16337
|
+
_vm.isFilterCountVisible
|
|
16338
|
+
? _c("span", { staticClass: "lupa-sidebar-filter-count" }, [
|
|
16339
|
+
_vm._v(_vm._s(_vm.currentFilterCount)),
|
|
16340
|
+
])
|
|
16341
|
+
: _vm._e(),
|
|
16342
|
+
]),
|
|
16343
|
+
_vm._v(" "),
|
|
16344
|
+
_c("div", {
|
|
16345
|
+
staticClass: "lupa-filter-toggle-mobile",
|
|
16346
|
+
on: { click: _vm.handleMobileToggle },
|
|
16347
|
+
}),
|
|
16331
16348
|
]),
|
|
16332
16349
|
_vm._v(" "),
|
|
16333
|
-
_c(
|
|
16334
|
-
|
|
16335
|
-
|
|
16336
|
-
|
|
16350
|
+
_c(
|
|
16351
|
+
"div",
|
|
16352
|
+
{ staticClass: "lupa-sidebar-filter-options" },
|
|
16353
|
+
[
|
|
16354
|
+
_c("SearchResultsFilters", {
|
|
16355
|
+
attrs: {
|
|
16356
|
+
options: _vm.options,
|
|
16357
|
+
expandable: _vm.isActiveFiltersExpanded,
|
|
16358
|
+
},
|
|
16359
|
+
}),
|
|
16360
|
+
],
|
|
16361
|
+
1
|
|
16362
|
+
),
|
|
16337
16363
|
]),
|
|
16338
|
-
_vm._v(" "),
|
|
16339
|
-
_c(
|
|
16340
|
-
"div",
|
|
16341
|
-
{ staticClass: "lupa-sidebar-filter-options" },
|
|
16342
|
-
[
|
|
16343
|
-
_c("SearchResultsFilters", {
|
|
16344
|
-
attrs: {
|
|
16345
|
-
options: _vm.options,
|
|
16346
|
-
expandable: _vm.isActiveFiltersExpanded,
|
|
16347
|
-
},
|
|
16348
|
-
}),
|
|
16349
|
-
],
|
|
16350
|
-
1
|
|
16351
|
-
),
|
|
16352
16364
|
])
|
|
16353
16365
|
: _vm._e()
|
|
16354
16366
|
};
|