@getlupa/client 0.5.1-alpha-7 → 0.5.1-alpha-8

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.
@@ -2,6 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var Types = require('@getlupa/client-sdk/Types');
6
+
5
7
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
6
8
 
7
9
  function getDefaultExportFromCjs (x) {
@@ -15575,12 +15577,12 @@ $$d({
15575
15577
  }
15576
15578
  });
15577
15579
 
15578
- var SearchBoxPanelType;
15580
+ exports.SearchBoxPanelType = void 0;
15579
15581
 
15580
15582
  (function (SearchBoxPanelType) {
15581
15583
  SearchBoxPanelType["SUGGESTION"] = "suggestion";
15582
15584
  SearchBoxPanelType["DOCUMENT"] = "document";
15583
- })(SearchBoxPanelType || (SearchBoxPanelType = {}));
15585
+ })(exports.SearchBoxPanelType || (exports.SearchBoxPanelType = {}));
15584
15586
 
15585
15587
  function _arrayWithHoles(arr) {
15586
15588
  if (Array.isArray(arr)) return arr;
@@ -16061,7 +16063,7 @@ __decorate([Watch("query")], SearchBoxInput.prototype, "handleQueryChange", null
16061
16063
  SearchBoxInput = __decorate([Component({
16062
16064
  name: "searchBoxInput"
16063
16065
  })], SearchBoxInput);
16064
- var script$15 = SearchBoxInput;
16066
+ var script$16 = SearchBoxInput;
16065
16067
 
16066
16068
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier
16067
16069
  /* server only */
@@ -16202,10 +16204,10 @@ function addStyle(id, css) {
16202
16204
  }
16203
16205
 
16204
16206
  /* script */
16205
- var __vue_script__$16 = script$15;
16207
+ var __vue_script__$17 = script$16;
16206
16208
  /* template */
16207
16209
 
16208
- var __vue_render__$16 = function __vue_render__() {
16210
+ var __vue_render__$17 = function __vue_render__() {
16209
16211
  var _vm = this;
16210
16212
 
16211
16213
  var _h = _vm.$createElement;
@@ -16254,11 +16256,11 @@ var __vue_render__$16 = function __vue_render__() {
16254
16256
  }, "input", _vm.inputAttributes, false))]);
16255
16257
  };
16256
16258
 
16257
- var __vue_staticRenderFns__$16 = [];
16258
- __vue_render__$16._withStripped = true;
16259
+ var __vue_staticRenderFns__$17 = [];
16260
+ __vue_render__$17._withStripped = true;
16259
16261
  /* style */
16260
16262
 
16261
- var __vue_inject_styles__$16 = function __vue_inject_styles__(inject) {
16263
+ var __vue_inject_styles__$17 = function __vue_inject_styles__(inject) {
16262
16264
  if (!inject) return;
16263
16265
  inject("data-v-7759bf15_0", {
16264
16266
  source: "\n.lupa-search-box-input-field,\n.lupa-hint {\n width: 100%;\n}\n.lupa-search-box-input-field {\n position: relative !important;\n background: transparent !important;\n}\n.lupa-hint {\n opacity: 0.5;\n position: absolute !important;\n pointer-events: none;\n}\n",
@@ -16269,21 +16271,21 @@ var __vue_inject_styles__$16 = function __vue_inject_styles__(inject) {
16269
16271
  /* scoped */
16270
16272
 
16271
16273
 
16272
- var __vue_scope_id__$16 = undefined;
16274
+ var __vue_scope_id__$17 = undefined;
16273
16275
  /* module identifier */
16274
16276
 
16275
- var __vue_module_identifier__$16 = undefined;
16277
+ var __vue_module_identifier__$17 = undefined;
16276
16278
  /* functional template */
16277
16279
 
16278
- var __vue_is_functional_template__$16 = false;
16280
+ var __vue_is_functional_template__$17 = false;
16279
16281
  /* style inject SSR */
16280
16282
 
16281
16283
  /* style inject shadow dom */
16282
16284
 
16283
- var __vue_component__$16 = /*#__PURE__*/normalizeComponent({
16284
- render: __vue_render__$16,
16285
- staticRenderFns: __vue_staticRenderFns__$16
16286
- }, __vue_inject_styles__$16, __vue_script__$16, __vue_scope_id__$16, __vue_is_functional_template__$16, __vue_module_identifier__$16, false, createInjector, undefined, undefined);
16285
+ var __vue_component__$17 = /*#__PURE__*/normalizeComponent({
16286
+ render: __vue_render__$17,
16287
+ staticRenderFns: __vue_staticRenderFns__$17
16288
+ }, __vue_inject_styles__$17, __vue_script__$17, __vue_scope_id__$17, __vue_is_functional_template__$17, __vue_module_identifier__$17, false, createInjector, undefined, undefined);
16287
16289
 
16288
16290
  var $$9 = _export;
16289
16291
 
@@ -16408,13 +16410,13 @@ __decorate([Prop()], SearchBoxProductImage.prototype, "item", void 0);
16408
16410
  __decorate([Prop()], SearchBoxProductImage.prototype, "options", void 0);
16409
16411
 
16410
16412
  SearchBoxProductImage = __decorate([Component], SearchBoxProductImage);
16411
- var script$14 = SearchBoxProductImage;
16413
+ var script$15 = SearchBoxProductImage;
16412
16414
 
16413
16415
  /* script */
16414
- var __vue_script__$15 = script$14;
16416
+ var __vue_script__$16 = script$15;
16415
16417
  /* template */
16416
16418
 
16417
- var __vue_render__$15 = function __vue_render__() {
16419
+ var __vue_render__$16 = function __vue_render__() {
16418
16420
  var _vm = this;
16419
16421
 
16420
16422
  var _h = _vm.$createElement;
@@ -16434,30 +16436,30 @@ var __vue_render__$15 = function __vue_render__() {
16434
16436
  })]);
16435
16437
  };
16436
16438
 
16437
- var __vue_staticRenderFns__$15 = [];
16438
- __vue_render__$15._withStripped = true;
16439
+ var __vue_staticRenderFns__$16 = [];
16440
+ __vue_render__$16._withStripped = true;
16439
16441
  /* style */
16440
16442
 
16441
- var __vue_inject_styles__$15 = undefined;
16443
+ var __vue_inject_styles__$16 = undefined;
16442
16444
  /* scoped */
16443
16445
 
16444
- var __vue_scope_id__$15 = undefined;
16446
+ var __vue_scope_id__$16 = undefined;
16445
16447
  /* module identifier */
16446
16448
 
16447
- var __vue_module_identifier__$15 = undefined;
16449
+ var __vue_module_identifier__$16 = undefined;
16448
16450
  /* functional template */
16449
16451
 
16450
- var __vue_is_functional_template__$15 = false;
16452
+ var __vue_is_functional_template__$16 = false;
16451
16453
  /* style inject */
16452
16454
 
16453
16455
  /* style inject SSR */
16454
16456
 
16455
16457
  /* style inject shadow dom */
16456
16458
 
16457
- var __vue_component__$15 = /*#__PURE__*/normalizeComponent({
16458
- render: __vue_render__$15,
16459
- staticRenderFns: __vue_staticRenderFns__$15
16460
- }, __vue_inject_styles__$15, __vue_script__$15, __vue_scope_id__$15, __vue_is_functional_template__$15, __vue_module_identifier__$15, false, undefined, undefined, undefined);
16459
+ var __vue_component__$16 = /*#__PURE__*/normalizeComponent({
16460
+ render: __vue_render__$16,
16461
+ staticRenderFns: __vue_staticRenderFns__$16
16462
+ }, __vue_inject_styles__$16, __vue_script__$16, __vue_scope_id__$16, __vue_is_functional_template__$16, __vue_module_identifier__$16, false, undefined, undefined, undefined);
16461
16463
 
16462
16464
  var SearchBoxProductTitle = /*#__PURE__*/function (_Vue) {
16463
16465
  _inherits(SearchBoxProductTitle, _Vue);
@@ -16492,13 +16494,13 @@ __decorate([Prop()], SearchBoxProductTitle.prototype, "item", void 0);
16492
16494
  __decorate([Prop()], SearchBoxProductTitle.prototype, "options", void 0);
16493
16495
 
16494
16496
  SearchBoxProductTitle = __decorate([Component], SearchBoxProductTitle);
16495
- var script$13 = SearchBoxProductTitle;
16497
+ var script$14 = SearchBoxProductTitle;
16496
16498
 
16497
16499
  /* script */
16498
- var __vue_script__$14 = script$13;
16500
+ var __vue_script__$15 = script$14;
16499
16501
  /* template */
16500
16502
 
16501
- var __vue_render__$14 = function __vue_render__() {
16503
+ var __vue_render__$15 = function __vue_render__() {
16502
16504
  var _vm = this;
16503
16505
 
16504
16506
  var _h = _vm.$createElement;
@@ -16515,30 +16517,30 @@ var __vue_render__$14 = function __vue_render__() {
16515
16517
  }, [_c("strong", [_vm._v(_vm._s(_vm.title))])]);
16516
16518
  };
16517
16519
 
16518
- var __vue_staticRenderFns__$14 = [];
16519
- __vue_render__$14._withStripped = true;
16520
+ var __vue_staticRenderFns__$15 = [];
16521
+ __vue_render__$15._withStripped = true;
16520
16522
  /* style */
16521
16523
 
16522
- var __vue_inject_styles__$14 = undefined;
16524
+ var __vue_inject_styles__$15 = undefined;
16523
16525
  /* scoped */
16524
16526
 
16525
- var __vue_scope_id__$14 = undefined;
16527
+ var __vue_scope_id__$15 = undefined;
16526
16528
  /* module identifier */
16527
16529
 
16528
- var __vue_module_identifier__$14 = undefined;
16530
+ var __vue_module_identifier__$15 = undefined;
16529
16531
  /* functional template */
16530
16532
 
16531
- var __vue_is_functional_template__$14 = false;
16533
+ var __vue_is_functional_template__$15 = false;
16532
16534
  /* style inject */
16533
16535
 
16534
16536
  /* style inject SSR */
16535
16537
 
16536
16538
  /* style inject shadow dom */
16537
16539
 
16538
- var __vue_component__$14 = /*#__PURE__*/normalizeComponent({
16539
- render: __vue_render__$14,
16540
- staticRenderFns: __vue_staticRenderFns__$14
16541
- }, __vue_inject_styles__$14, __vue_script__$14, __vue_scope_id__$14, __vue_is_functional_template__$14, __vue_module_identifier__$14, false, undefined, undefined, undefined);
16540
+ var __vue_component__$15 = /*#__PURE__*/normalizeComponent({
16541
+ render: __vue_render__$15,
16542
+ staticRenderFns: __vue_staticRenderFns__$15
16543
+ }, __vue_inject_styles__$15, __vue_script__$15, __vue_scope_id__$15, __vue_is_functional_template__$15, __vue_module_identifier__$15, false, undefined, undefined, undefined);
16542
16544
 
16543
16545
  var SearchBoxProductDescription = /*#__PURE__*/function (_Vue) {
16544
16546
  _inherits(SearchBoxProductDescription, _Vue);
@@ -16573,12 +16575,12 @@ __decorate([Prop()], SearchBoxProductDescription.prototype, "item", void 0);
16573
16575
  __decorate([Prop()], SearchBoxProductDescription.prototype, "options", void 0);
16574
16576
 
16575
16577
  SearchBoxProductDescription = __decorate([Component], SearchBoxProductDescription);
16576
- var script$12 = SearchBoxProductDescription;
16578
+ var script$13 = SearchBoxProductDescription;
16577
16579
 
16578
- var __vue_script__$13 = script$12;
16580
+ var __vue_script__$14 = script$13;
16579
16581
  /* template */
16580
16582
 
16581
- var __vue_render__$13 = function __vue_render__() {
16583
+ var __vue_render__$14 = function __vue_render__() {
16582
16584
  var _vm = this;
16583
16585
 
16584
16586
  var _h = _vm.$createElement;
@@ -16595,30 +16597,30 @@ var __vue_render__$13 = function __vue_render__() {
16595
16597
  }, [_vm._v("\n " + _vm._s(_vm.description) + "\n")]);
16596
16598
  };
16597
16599
 
16598
- var __vue_staticRenderFns__$13 = [];
16599
- __vue_render__$13._withStripped = true;
16600
+ var __vue_staticRenderFns__$14 = [];
16601
+ __vue_render__$14._withStripped = true;
16600
16602
  /* style */
16601
16603
 
16602
- var __vue_inject_styles__$13 = undefined;
16604
+ var __vue_inject_styles__$14 = undefined;
16603
16605
  /* scoped */
16604
16606
 
16605
- var __vue_scope_id__$13 = undefined;
16607
+ var __vue_scope_id__$14 = undefined;
16606
16608
  /* module identifier */
16607
16609
 
16608
- var __vue_module_identifier__$13 = undefined;
16610
+ var __vue_module_identifier__$14 = undefined;
16609
16611
  /* functional template */
16610
16612
 
16611
- var __vue_is_functional_template__$13 = false;
16613
+ var __vue_is_functional_template__$14 = false;
16612
16614
  /* style inject */
16613
16615
 
16614
16616
  /* style inject SSR */
16615
16617
 
16616
16618
  /* style inject shadow dom */
16617
16619
 
16618
- var __vue_component__$13 = /*#__PURE__*/normalizeComponent({
16619
- render: __vue_render__$13,
16620
- staticRenderFns: __vue_staticRenderFns__$13
16621
- }, __vue_inject_styles__$13, __vue_script__$13, __vue_scope_id__$13, __vue_is_functional_template__$13, __vue_module_identifier__$13, false, undefined, undefined, undefined);
16620
+ var __vue_component__$14 = /*#__PURE__*/normalizeComponent({
16621
+ render: __vue_render__$14,
16622
+ staticRenderFns: __vue_staticRenderFns__$14
16623
+ }, __vue_inject_styles__$14, __vue_script__$14, __vue_scope_id__$14, __vue_is_functional_template__$14, __vue_module_identifier__$14, false, undefined, undefined, undefined);
16622
16624
 
16623
16625
  var global$6 = global$$;
16624
16626
 
@@ -16877,13 +16879,13 @@ __decorate([Prop()], SearchBoxProductPrice.prototype, "options", void 0);
16877
16879
  __decorate([Prop()], SearchBoxProductPrice.prototype, "labels", void 0);
16878
16880
 
16879
16881
  SearchBoxProductPrice = __decorate([Component], SearchBoxProductPrice);
16880
- var script$11 = SearchBoxProductPrice;
16882
+ var script$12 = SearchBoxProductPrice;
16881
16883
 
16882
16884
  /* script */
16883
- var __vue_script__$12 = script$11;
16885
+ var __vue_script__$13 = script$12;
16884
16886
  /* template */
16885
16887
 
16886
- var __vue_render__$12 = function __vue_render__() {
16888
+ var __vue_render__$13 = function __vue_render__() {
16887
16889
  var _vm = this;
16888
16890
 
16889
16891
  var _h = _vm.$createElement;
@@ -16895,30 +16897,30 @@ var __vue_render__$12 = function __vue_render__() {
16895
16897
  }, [_c("strong", [_vm._v(_vm._s(_vm.price))])]);
16896
16898
  };
16897
16899
 
16898
- var __vue_staticRenderFns__$12 = [];
16899
- __vue_render__$12._withStripped = true;
16900
+ var __vue_staticRenderFns__$13 = [];
16901
+ __vue_render__$13._withStripped = true;
16900
16902
  /* style */
16901
16903
 
16902
- var __vue_inject_styles__$12 = undefined;
16904
+ var __vue_inject_styles__$13 = undefined;
16903
16905
  /* scoped */
16904
16906
 
16905
- var __vue_scope_id__$12 = undefined;
16907
+ var __vue_scope_id__$13 = undefined;
16906
16908
  /* module identifier */
16907
16909
 
16908
- var __vue_module_identifier__$12 = undefined;
16910
+ var __vue_module_identifier__$13 = undefined;
16909
16911
  /* functional template */
16910
16912
 
16911
- var __vue_is_functional_template__$12 = false;
16913
+ var __vue_is_functional_template__$13 = false;
16912
16914
  /* style inject */
16913
16915
 
16914
16916
  /* style inject SSR */
16915
16917
 
16916
16918
  /* style inject shadow dom */
16917
16919
 
16918
- var __vue_component__$12 = /*#__PURE__*/normalizeComponent({
16919
- render: __vue_render__$12,
16920
- staticRenderFns: __vue_staticRenderFns__$12
16921
- }, __vue_inject_styles__$12, __vue_script__$12, __vue_scope_id__$12, __vue_is_functional_template__$12, __vue_module_identifier__$12, false, undefined, undefined, undefined);
16920
+ var __vue_component__$13 = /*#__PURE__*/normalizeComponent({
16921
+ render: __vue_render__$13,
16922
+ staticRenderFns: __vue_staticRenderFns__$13
16923
+ }, __vue_inject_styles__$13, __vue_script__$13, __vue_scope_id__$13, __vue_is_functional_template__$13, __vue_module_identifier__$13, false, undefined, undefined, undefined);
16922
16924
 
16923
16925
  var SearchBoxProductRegularPrice = /*#__PURE__*/function (_Vue) {
16924
16926
  _inherits(SearchBoxProductRegularPrice, _Vue);
@@ -16950,13 +16952,13 @@ __decorate([Prop()], SearchBoxProductRegularPrice.prototype, "options", void 0);
16950
16952
  __decorate([Prop()], SearchBoxProductRegularPrice.prototype, "labels", void 0);
16951
16953
 
16952
16954
  SearchBoxProductRegularPrice = __decorate([Component], SearchBoxProductRegularPrice);
16953
- var script$10 = SearchBoxProductRegularPrice;
16955
+ var script$11 = SearchBoxProductRegularPrice;
16954
16956
 
16955
16957
  /* script */
16956
- var __vue_script__$11 = script$10;
16958
+ var __vue_script__$12 = script$11;
16957
16959
  /* template */
16958
16960
 
16959
- var __vue_render__$11 = function __vue_render__() {
16961
+ var __vue_render__$12 = function __vue_render__() {
16960
16962
  var _vm = this;
16961
16963
 
16962
16964
  var _h = _vm.$createElement;
@@ -16968,30 +16970,30 @@ var __vue_render__$11 = function __vue_render__() {
16968
16970
  }, [_vm._v(_vm._s(_vm.price))]);
16969
16971
  };
16970
16972
 
16971
- var __vue_staticRenderFns__$11 = [];
16972
- __vue_render__$11._withStripped = true;
16973
+ var __vue_staticRenderFns__$12 = [];
16974
+ __vue_render__$12._withStripped = true;
16973
16975
  /* style */
16974
16976
 
16975
- var __vue_inject_styles__$11 = undefined;
16977
+ var __vue_inject_styles__$12 = undefined;
16976
16978
  /* scoped */
16977
16979
 
16978
- var __vue_scope_id__$11 = undefined;
16980
+ var __vue_scope_id__$12 = undefined;
16979
16981
  /* module identifier */
16980
16982
 
16981
- var __vue_module_identifier__$11 = undefined;
16983
+ var __vue_module_identifier__$12 = undefined;
16982
16984
  /* functional template */
16983
16985
 
16984
- var __vue_is_functional_template__$11 = false;
16986
+ var __vue_is_functional_template__$12 = false;
16985
16987
  /* style inject */
16986
16988
 
16987
16989
  /* style inject SSR */
16988
16990
 
16989
16991
  /* style inject shadow dom */
16990
16992
 
16991
- var __vue_component__$11 = /*#__PURE__*/normalizeComponent({
16992
- render: __vue_render__$11,
16993
- staticRenderFns: __vue_staticRenderFns__$11
16994
- }, __vue_inject_styles__$11, __vue_script__$11, __vue_scope_id__$11, __vue_is_functional_template__$11, __vue_module_identifier__$11, false, undefined, undefined, undefined);
16993
+ var __vue_component__$12 = /*#__PURE__*/normalizeComponent({
16994
+ render: __vue_render__$12,
16995
+ staticRenderFns: __vue_staticRenderFns__$12
16996
+ }, __vue_inject_styles__$12, __vue_script__$12, __vue_scope_id__$12, __vue_is_functional_template__$12, __vue_module_identifier__$12, false, undefined, undefined, undefined);
16995
16997
 
16996
16998
  var SearchBoxProductCustom = /*#__PURE__*/function (_Vue) {
16997
16999
  _inherits(SearchBoxProductCustom, _Vue);
@@ -17031,13 +17033,13 @@ __decorate([Prop()], SearchBoxProductCustom.prototype, "item", void 0);
17031
17033
  __decorate([Prop()], SearchBoxProductCustom.prototype, "options", void 0);
17032
17034
 
17033
17035
  SearchBoxProductCustom = __decorate([Component], SearchBoxProductCustom);
17034
- var script$$ = SearchBoxProductCustom;
17036
+ var script$10 = SearchBoxProductCustom;
17035
17037
 
17036
17038
  /* script */
17037
- var __vue_script__$10 = script$$;
17039
+ var __vue_script__$11 = script$10;
17038
17040
  /* template */
17039
17041
 
17040
- var __vue_render__$10 = function __vue_render__() {
17042
+ var __vue_render__$11 = function __vue_render__() {
17041
17043
  var _vm = this;
17042
17044
 
17043
17045
  var _h = _vm.$createElement;
@@ -17054,30 +17056,30 @@ var __vue_render__$10 = function __vue_render__() {
17054
17056
  }, [_vm._v("\n " + _vm._s(_vm.text) + "\n")]);
17055
17057
  };
17056
17058
 
17057
- var __vue_staticRenderFns__$10 = [];
17058
- __vue_render__$10._withStripped = true;
17059
+ var __vue_staticRenderFns__$11 = [];
17060
+ __vue_render__$11._withStripped = true;
17059
17061
  /* style */
17060
17062
 
17061
- var __vue_inject_styles__$10 = undefined;
17063
+ var __vue_inject_styles__$11 = undefined;
17062
17064
  /* scoped */
17063
17065
 
17064
- var __vue_scope_id__$10 = undefined;
17066
+ var __vue_scope_id__$11 = undefined;
17065
17067
  /* module identifier */
17066
17068
 
17067
- var __vue_module_identifier__$10 = undefined;
17069
+ var __vue_module_identifier__$11 = undefined;
17068
17070
  /* functional template */
17069
17071
 
17070
- var __vue_is_functional_template__$10 = false;
17072
+ var __vue_is_functional_template__$11 = false;
17071
17073
  /* style inject */
17072
17074
 
17073
17075
  /* style inject SSR */
17074
17076
 
17075
17077
  /* style inject shadow dom */
17076
17078
 
17077
- var __vue_component__$10 = /*#__PURE__*/normalizeComponent({
17078
- render: __vue_render__$10,
17079
- staticRenderFns: __vue_staticRenderFns__$10
17080
- }, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, undefined, undefined, undefined);
17079
+ var __vue_component__$11 = /*#__PURE__*/normalizeComponent({
17080
+ render: __vue_render__$11,
17081
+ staticRenderFns: __vue_staticRenderFns__$11
17082
+ }, __vue_inject_styles__$11, __vue_script__$11, __vue_scope_id__$11, __vue_is_functional_template__$11, __vue_module_identifier__$11, false, undefined, undefined, undefined);
17081
17083
 
17082
17084
  var SearchBoxProductCustomHtml = /*#__PURE__*/function (_Vue) {
17083
17085
  _inherits(SearchBoxProductCustomHtml, _Vue);
@@ -17112,13 +17114,13 @@ __decorate([Prop()], SearchBoxProductCustomHtml.prototype, "options", void 0);
17112
17114
  SearchBoxProductCustomHtml = __decorate([Component({
17113
17115
  name: "SearchBoxProductCustomHtml"
17114
17116
  })], SearchBoxProductCustomHtml);
17115
- var script$_ = SearchBoxProductCustomHtml;
17117
+ var script$$ = SearchBoxProductCustomHtml;
17116
17118
 
17117
17119
  /* script */
17118
- var __vue_script__$$ = script$_;
17120
+ var __vue_script__$10 = script$$;
17119
17121
  /* template */
17120
17122
 
17121
- var __vue_render__$$ = function __vue_render__() {
17123
+ var __vue_render__$10 = function __vue_render__() {
17122
17124
  var _vm = this;
17123
17125
 
17124
17126
  var _h = _vm.$createElement;
@@ -17133,32 +17135,32 @@ var __vue_render__$$ = function __vue_render__() {
17133
17135
  });
17134
17136
  };
17135
17137
 
17136
- var __vue_staticRenderFns__$$ = [];
17137
- __vue_render__$$._withStripped = true;
17138
+ var __vue_staticRenderFns__$10 = [];
17139
+ __vue_render__$10._withStripped = true;
17138
17140
  /* style */
17139
17141
 
17140
- var __vue_inject_styles__$$ = undefined;
17142
+ var __vue_inject_styles__$10 = undefined;
17141
17143
  /* scoped */
17142
17144
 
17143
- var __vue_scope_id__$$ = undefined;
17145
+ var __vue_scope_id__$10 = undefined;
17144
17146
  /* module identifier */
17145
17147
 
17146
- var __vue_module_identifier__$$ = undefined;
17148
+ var __vue_module_identifier__$10 = undefined;
17147
17149
  /* functional template */
17148
17150
 
17149
- var __vue_is_functional_template__$$ = false;
17151
+ var __vue_is_functional_template__$10 = false;
17150
17152
  /* style inject */
17151
17153
 
17152
17154
  /* style inject SSR */
17153
17155
 
17154
17156
  /* style inject shadow dom */
17155
17157
 
17156
- var __vue_component__$$ = /*#__PURE__*/normalizeComponent({
17157
- render: __vue_render__$$,
17158
- staticRenderFns: __vue_staticRenderFns__$$
17159
- }, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, undefined, undefined, undefined);
17158
+ var __vue_component__$10 = /*#__PURE__*/normalizeComponent({
17159
+ render: __vue_render__$10,
17160
+ staticRenderFns: __vue_staticRenderFns__$10
17161
+ }, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, undefined, undefined, undefined);
17160
17162
 
17161
- var DocumentElementType;
17163
+ exports.DocumentElementType = void 0;
17162
17164
 
17163
17165
  (function (DocumentElementType) {
17164
17166
  DocumentElementType["IMAGE"] = "image";
@@ -17170,7 +17172,7 @@ var DocumentElementType;
17170
17172
  DocumentElementType["RATING"] = "rating";
17171
17173
  DocumentElementType["ADDTOCART"] = "addToCart";
17172
17174
  DocumentElementType["CUSTOM_HTML"] = "customHtml";
17173
- })(DocumentElementType || (DocumentElementType = {}));
17175
+ })(exports.DocumentElementType || (exports.DocumentElementType = {}));
17174
17176
 
17175
17177
  var SearchBoxProductElement = /*#__PURE__*/function (_Vue) {
17176
17178
  _inherits(SearchBoxProductElement, _Vue);
@@ -17187,25 +17189,25 @@ var SearchBoxProductElement = /*#__PURE__*/function (_Vue) {
17187
17189
  key: "elementComponent",
17188
17190
  get: function get() {
17189
17191
  switch (this.element.type) {
17190
- case DocumentElementType.IMAGE:
17192
+ case exports.DocumentElementType.IMAGE:
17191
17193
  return "search-box-product-image";
17192
17194
 
17193
- case DocumentElementType.TITLE:
17195
+ case exports.DocumentElementType.TITLE:
17194
17196
  return "search-box-product-title";
17195
17197
 
17196
- case DocumentElementType.DESCRIPTION:
17198
+ case exports.DocumentElementType.DESCRIPTION:
17197
17199
  return "search-box-product-description";
17198
17200
 
17199
- case DocumentElementType.PRICE:
17201
+ case exports.DocumentElementType.PRICE:
17200
17202
  return "search-box-product-price";
17201
17203
 
17202
- case DocumentElementType.REGULARPRICE:
17204
+ case exports.DocumentElementType.REGULARPRICE:
17203
17205
  return "search-box-product-regular-price";
17204
17206
 
17205
- case DocumentElementType.CUSTOM:
17207
+ case exports.DocumentElementType.CUSTOM:
17206
17208
  return "search-box-product-custom";
17207
17209
 
17208
- case DocumentElementType.CUSTOM_HTML:
17210
+ case exports.DocumentElementType.CUSTOM_HTML:
17209
17211
  return "search-box-product-custom-html";
17210
17212
  }
17211
17213
 
@@ -17229,22 +17231,22 @@ __decorate([Prop()], SearchBoxProductElement.prototype, "labels", void 0);
17229
17231
 
17230
17232
  SearchBoxProductElement = __decorate([Component({
17231
17233
  components: {
17232
- SearchBoxProductImage: __vue_component__$15,
17233
- SearchBoxProductTitle: __vue_component__$14,
17234
- SearchBoxProductDescription: __vue_component__$13,
17235
- SearchBoxProductPrice: __vue_component__$12,
17236
- SearchBoxProductRegularPrice: __vue_component__$11,
17237
- SearchBoxProductCustom: __vue_component__$10,
17238
- SearchBoxProductCustomHtml: __vue_component__$$
17234
+ SearchBoxProductImage: __vue_component__$16,
17235
+ SearchBoxProductTitle: __vue_component__$15,
17236
+ SearchBoxProductDescription: __vue_component__$14,
17237
+ SearchBoxProductPrice: __vue_component__$13,
17238
+ SearchBoxProductRegularPrice: __vue_component__$12,
17239
+ SearchBoxProductCustom: __vue_component__$11,
17240
+ SearchBoxProductCustomHtml: __vue_component__$10
17239
17241
  }
17240
17242
  })], SearchBoxProductElement);
17241
- var script$Z = SearchBoxProductElement;
17243
+ var script$_ = SearchBoxProductElement;
17242
17244
 
17243
17245
  /* script */
17244
- var __vue_script__$_ = script$Z;
17246
+ var __vue_script__$$ = script$_;
17245
17247
  /* template */
17246
17248
 
17247
- var __vue_render__$_ = function __vue_render__() {
17249
+ var __vue_render__$$ = function __vue_render__() {
17248
17250
  var _vm = this;
17249
17251
 
17250
17252
  var _h = _vm.$createElement;
@@ -17261,30 +17263,30 @@ var __vue_render__$_ = function __vue_render__() {
17261
17263
  }) : _vm._e();
17262
17264
  };
17263
17265
 
17264
- var __vue_staticRenderFns__$_ = [];
17265
- __vue_render__$_._withStripped = true;
17266
+ var __vue_staticRenderFns__$$ = [];
17267
+ __vue_render__$$._withStripped = true;
17266
17268
  /* style */
17267
17269
 
17268
- var __vue_inject_styles__$_ = undefined;
17270
+ var __vue_inject_styles__$$ = undefined;
17269
17271
  /* scoped */
17270
17272
 
17271
- var __vue_scope_id__$_ = undefined;
17273
+ var __vue_scope_id__$$ = undefined;
17272
17274
  /* module identifier */
17273
17275
 
17274
- var __vue_module_identifier__$_ = undefined;
17276
+ var __vue_module_identifier__$$ = undefined;
17275
17277
  /* functional template */
17276
17278
 
17277
- var __vue_is_functional_template__$_ = false;
17279
+ var __vue_is_functional_template__$$ = false;
17278
17280
  /* style inject */
17279
17281
 
17280
17282
  /* style inject SSR */
17281
17283
 
17282
17284
  /* style inject shadow dom */
17283
17285
 
17284
- var __vue_component__$_ = /*#__PURE__*/normalizeComponent({
17285
- render: __vue_render__$_,
17286
- staticRenderFns: __vue_staticRenderFns__$_
17287
- }, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
17286
+ var __vue_component__$$ = /*#__PURE__*/normalizeComponent({
17287
+ render: __vue_render__$$,
17288
+ staticRenderFns: __vue_staticRenderFns__$$
17289
+ }, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, undefined, undefined, undefined);
17288
17290
 
17289
17291
  var fails$1 = fails$E;
17290
17292
 
@@ -19739,7 +19741,7 @@ var SearchBoxProduct = /*#__PURE__*/function (_Vue) {
19739
19741
  var _a, _b;
19740
19742
 
19741
19743
  return (_b = (_a = this.panelOptions.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
19742
- return e.type === DocumentElementType.IMAGE;
19744
+ return e.type === exports.DocumentElementType.IMAGE;
19743
19745
  })) !== null && _b !== void 0 ? _b : [];
19744
19746
  }
19745
19747
  }, {
@@ -19748,7 +19750,7 @@ var SearchBoxProduct = /*#__PURE__*/function (_Vue) {
19748
19750
  var _a, _b;
19749
19751
 
19750
19752
  return (_b = (_a = this.panelOptions.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
19751
- return e.type !== DocumentElementType.IMAGE;
19753
+ return e.type !== exports.DocumentElementType.IMAGE;
19752
19754
  })) !== null && _b !== void 0 ? _b : [];
19753
19755
  }
19754
19756
  }, {
@@ -19811,15 +19813,15 @@ __decorate([history$3.Action("add")], SearchBoxProduct.prototype, "addHistory",
19811
19813
 
19812
19814
  SearchBoxProduct = __decorate([Component({
19813
19815
  components: {
19814
- SearchBoxProductElement: __vue_component__$_
19816
+ SearchBoxProductElement: __vue_component__$$
19815
19817
  }
19816
19818
  })], SearchBoxProduct);
19817
- var script$Y = SearchBoxProduct;
19819
+ var script$Z = SearchBoxProduct;
19818
19820
 
19819
- var __vue_script__$Z = script$Y;
19821
+ var __vue_script__$_ = script$Z;
19820
19822
  /* template */
19821
19823
 
19822
- var __vue_render__$Z = function __vue_render__() {
19824
+ var __vue_render__$_ = function __vue_render__() {
19823
19825
  var _vm = this;
19824
19826
 
19825
19827
  var _h = _vm.$createElement;
@@ -19867,30 +19869,30 @@ var __vue_render__$Z = function __vue_render__() {
19867
19869
  }), 1)]);
19868
19870
  };
19869
19871
 
19870
- var __vue_staticRenderFns__$Z = [];
19871
- __vue_render__$Z._withStripped = true;
19872
+ var __vue_staticRenderFns__$_ = [];
19873
+ __vue_render__$_._withStripped = true;
19872
19874
  /* style */
19873
19875
 
19874
- var __vue_inject_styles__$Z = undefined;
19876
+ var __vue_inject_styles__$_ = undefined;
19875
19877
  /* scoped */
19876
19878
 
19877
- var __vue_scope_id__$Z = undefined;
19879
+ var __vue_scope_id__$_ = undefined;
19878
19880
  /* module identifier */
19879
19881
 
19880
- var __vue_module_identifier__$Z = undefined;
19882
+ var __vue_module_identifier__$_ = undefined;
19881
19883
  /* functional template */
19882
19884
 
19883
- var __vue_is_functional_template__$Z = false;
19885
+ var __vue_is_functional_template__$_ = false;
19884
19886
  /* style inject */
19885
19887
 
19886
19888
  /* style inject SSR */
19887
19889
 
19888
19890
  /* style inject shadow dom */
19889
19891
 
19890
- var __vue_component__$Z = /*#__PURE__*/normalizeComponent({
19891
- render: __vue_render__$Z,
19892
- staticRenderFns: __vue_staticRenderFns__$Z
19893
- }, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, undefined, undefined, undefined);
19892
+ var __vue_component__$_ = /*#__PURE__*/normalizeComponent({
19893
+ render: __vue_render__$_,
19894
+ staticRenderFns: __vue_staticRenderFns__$_
19895
+ }, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
19894
19896
 
19895
19897
  var searchBox$9 = namespace("searchBox");
19896
19898
 
@@ -19939,16 +19941,16 @@ __decorate([searchBox$9.Getter("highlightedItem")], SearchBoxProducts.prototype,
19939
19941
 
19940
19942
  SearchBoxProducts = __decorate([Component({
19941
19943
  components: {
19942
- SearchBoxProduct: __vue_component__$Z
19944
+ SearchBoxProduct: __vue_component__$_
19943
19945
  }
19944
19946
  })], SearchBoxProducts);
19945
- var script$X = SearchBoxProducts;
19947
+ var script$Y = SearchBoxProducts;
19946
19948
 
19947
19949
  /* script */
19948
- var __vue_script__$Y = script$X;
19950
+ var __vue_script__$Z = script$Y;
19949
19951
  /* template */
19950
19952
 
19951
- var __vue_render__$Y = function __vue_render__() {
19953
+ var __vue_render__$Z = function __vue_render__() {
19952
19954
  var _vm = this;
19953
19955
 
19954
19956
  var _h = _vm.$createElement;
@@ -19973,30 +19975,30 @@ var __vue_render__$Y = function __vue_render__() {
19973
19975
  }), 1);
19974
19976
  };
19975
19977
 
19976
- var __vue_staticRenderFns__$Y = [];
19977
- __vue_render__$Y._withStripped = true;
19978
+ var __vue_staticRenderFns__$Z = [];
19979
+ __vue_render__$Z._withStripped = true;
19978
19980
  /* style */
19979
19981
 
19980
- var __vue_inject_styles__$Y = undefined;
19982
+ var __vue_inject_styles__$Z = undefined;
19981
19983
  /* scoped */
19982
19984
 
19983
- var __vue_scope_id__$Y = undefined;
19985
+ var __vue_scope_id__$Z = undefined;
19984
19986
  /* module identifier */
19985
19987
 
19986
- var __vue_module_identifier__$Y = undefined;
19988
+ var __vue_module_identifier__$Z = undefined;
19987
19989
  /* functional template */
19988
19990
 
19989
- var __vue_is_functional_template__$Y = false;
19991
+ var __vue_is_functional_template__$Z = false;
19990
19992
  /* style inject */
19991
19993
 
19992
19994
  /* style inject SSR */
19993
19995
 
19994
19996
  /* style inject shadow dom */
19995
19997
 
19996
- var __vue_component__$Y = /*#__PURE__*/normalizeComponent({
19997
- render: __vue_render__$Y,
19998
- staticRenderFns: __vue_staticRenderFns__$Y
19999
- }, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, undefined, undefined, undefined);
19998
+ var __vue_component__$Z = /*#__PURE__*/normalizeComponent({
19999
+ render: __vue_render__$Z,
20000
+ staticRenderFns: __vue_staticRenderFns__$Z
20001
+ }, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, undefined, undefined, undefined);
20000
20002
 
20001
20003
  var searchBox$8 = namespace("searchBox");
20002
20004
 
@@ -20083,16 +20085,16 @@ __decorate([Watch("inputValue")], SearchBoxProductsWrapper.prototype, "onInputCh
20083
20085
  SearchBoxProductsWrapper = __decorate([Component({
20084
20086
  name: "searchBoxProductsWrapper",
20085
20087
  components: {
20086
- SearchBoxProducts: __vue_component__$Y
20088
+ SearchBoxProducts: __vue_component__$Z
20087
20089
  }
20088
20090
  })], SearchBoxProductsWrapper);
20089
- var script$W = SearchBoxProductsWrapper;
20091
+ var script$X = SearchBoxProductsWrapper;
20090
20092
 
20091
20093
  /* script */
20092
- var __vue_script__$X = script$W;
20094
+ var __vue_script__$Y = script$X;
20093
20095
  /* template */
20094
20096
 
20095
- var __vue_render__$X = function __vue_render__() {
20097
+ var __vue_render__$Y = function __vue_render__() {
20096
20098
  var _vm = this;
20097
20099
 
20098
20100
  var _h = _vm.$createElement;
@@ -20109,11 +20111,11 @@ var __vue_render__$X = function __vue_render__() {
20109
20111
  });
20110
20112
  };
20111
20113
 
20112
- var __vue_staticRenderFns__$X = [];
20113
- __vue_render__$X._withStripped = true;
20114
+ var __vue_staticRenderFns__$Y = [];
20115
+ __vue_render__$Y._withStripped = true;
20114
20116
  /* style */
20115
20117
 
20116
- var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
20118
+ var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
20117
20119
  if (!inject) return;
20118
20120
  inject("data-v-45bb68b4_0", {
20119
20121
  source: "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
@@ -20124,21 +20126,21 @@ var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
20124
20126
  /* scoped */
20125
20127
 
20126
20128
 
20127
- var __vue_scope_id__$X = undefined;
20129
+ var __vue_scope_id__$Y = undefined;
20128
20130
  /* module identifier */
20129
20131
 
20130
- var __vue_module_identifier__$X = undefined;
20132
+ var __vue_module_identifier__$Y = undefined;
20131
20133
  /* functional template */
20132
20134
 
20133
- var __vue_is_functional_template__$X = false;
20135
+ var __vue_is_functional_template__$Y = false;
20134
20136
  /* style inject SSR */
20135
20137
 
20136
20138
  /* style inject shadow dom */
20137
20139
 
20138
- var __vue_component__$X = /*#__PURE__*/normalizeComponent({
20139
- render: __vue_render__$X,
20140
- staticRenderFns: __vue_staticRenderFns__$X
20141
- }, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, createInjector, undefined, undefined);
20140
+ var __vue_component__$Y = /*#__PURE__*/normalizeComponent({
20141
+ render: __vue_render__$Y,
20142
+ staticRenderFns: __vue_staticRenderFns__$Y
20143
+ }, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, createInjector, undefined, undefined);
20142
20144
 
20143
20145
  var SearchBoxSuggestion = /*#__PURE__*/function (_Vue) {
20144
20146
  _inherits(SearchBoxSuggestion, _Vue);
@@ -20183,13 +20185,13 @@ __decorate([Prop()], SearchBoxSuggestion.prototype, "labels", void 0);
20183
20185
  SearchBoxSuggestion = __decorate([Component({
20184
20186
  name: "searchBoxSuggestion"
20185
20187
  })], SearchBoxSuggestion);
20186
- var script$V = SearchBoxSuggestion;
20188
+ var script$W = SearchBoxSuggestion;
20187
20189
 
20188
20190
  /* script */
20189
- var __vue_script__$W = script$V;
20191
+ var __vue_script__$X = script$W;
20190
20192
  /* template */
20191
20193
 
20192
- var __vue_render__$W = function __vue_render__() {
20194
+ var __vue_render__$X = function __vue_render__() {
20193
20195
  var _vm = this;
20194
20196
 
20195
20197
  var _h = _vm.$createElement;
@@ -20236,30 +20238,30 @@ var __vue_render__$W = function __vue_render__() {
20236
20238
  }, [_vm._v(_vm._s(_vm.suggestion.facet.title))])]) : _vm._e()]);
20237
20239
  };
20238
20240
 
20239
- var __vue_staticRenderFns__$W = [];
20240
- __vue_render__$W._withStripped = true;
20241
+ var __vue_staticRenderFns__$X = [];
20242
+ __vue_render__$X._withStripped = true;
20241
20243
  /* style */
20242
20244
 
20243
- var __vue_inject_styles__$W = undefined;
20245
+ var __vue_inject_styles__$X = undefined;
20244
20246
  /* scoped */
20245
20247
 
20246
- var __vue_scope_id__$W = undefined;
20248
+ var __vue_scope_id__$X = undefined;
20247
20249
  /* module identifier */
20248
20250
 
20249
- var __vue_module_identifier__$W = undefined;
20251
+ var __vue_module_identifier__$X = undefined;
20250
20252
  /* functional template */
20251
20253
 
20252
- var __vue_is_functional_template__$W = false;
20254
+ var __vue_is_functional_template__$X = false;
20253
20255
  /* style inject */
20254
20256
 
20255
20257
  /* style inject SSR */
20256
20258
 
20257
20259
  /* style inject shadow dom */
20258
20260
 
20259
- var __vue_component__$W = /*#__PURE__*/normalizeComponent({
20260
- render: __vue_render__$W,
20261
- staticRenderFns: __vue_staticRenderFns__$W
20262
- }, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, undefined, undefined);
20261
+ var __vue_component__$X = /*#__PURE__*/normalizeComponent({
20262
+ render: __vue_render__$X,
20263
+ staticRenderFns: __vue_staticRenderFns__$X
20264
+ }, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, undefined, undefined);
20263
20265
 
20264
20266
  var searchBox$7 = namespace("searchBox");
20265
20267
 
@@ -20348,16 +20350,16 @@ __decorate([Watch("highlightedIndex")], SearchBoxSuggestions.prototype, "handleH
20348
20350
  SearchBoxSuggestions = __decorate([Component({
20349
20351
  name: "searchBoxSuggestions",
20350
20352
  components: {
20351
- SearchBoxSuggestion: __vue_component__$W
20353
+ SearchBoxSuggestion: __vue_component__$X
20352
20354
  }
20353
20355
  })], SearchBoxSuggestions);
20354
- var script$U = SearchBoxSuggestions;
20356
+ var script$V = SearchBoxSuggestions;
20355
20357
 
20356
20358
  /* script */
20357
- var __vue_script__$V = script$U;
20359
+ var __vue_script__$W = script$V;
20358
20360
  /* template */
20359
20361
 
20360
- var __vue_render__$V = function __vue_render__() {
20362
+ var __vue_render__$W = function __vue_render__() {
20361
20363
  var _vm = this;
20362
20364
 
20363
20365
  var _h = _vm.$createElement;
@@ -20386,30 +20388,30 @@ var __vue_render__$V = function __vue_render__() {
20386
20388
  }), 1);
20387
20389
  };
20388
20390
 
20389
- var __vue_staticRenderFns__$V = [];
20390
- __vue_render__$V._withStripped = true;
20391
+ var __vue_staticRenderFns__$W = [];
20392
+ __vue_render__$W._withStripped = true;
20391
20393
  /* style */
20392
20394
 
20393
- var __vue_inject_styles__$V = undefined;
20395
+ var __vue_inject_styles__$W = undefined;
20394
20396
  /* scoped */
20395
20397
 
20396
- var __vue_scope_id__$V = undefined;
20398
+ var __vue_scope_id__$W = undefined;
20397
20399
  /* module identifier */
20398
20400
 
20399
- var __vue_module_identifier__$V = undefined;
20401
+ var __vue_module_identifier__$W = undefined;
20400
20402
  /* functional template */
20401
20403
 
20402
- var __vue_is_functional_template__$V = false;
20404
+ var __vue_is_functional_template__$W = false;
20403
20405
  /* style inject */
20404
20406
 
20405
20407
  /* style inject SSR */
20406
20408
 
20407
20409
  /* style inject shadow dom */
20408
20410
 
20409
- var __vue_component__$V = /*#__PURE__*/normalizeComponent({
20410
- render: __vue_render__$V,
20411
- staticRenderFns: __vue_staticRenderFns__$V
20412
- }, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, undefined, undefined, undefined);
20411
+ var __vue_component__$W = /*#__PURE__*/normalizeComponent({
20412
+ render: __vue_render__$W,
20413
+ staticRenderFns: __vue_staticRenderFns__$W
20414
+ }, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, undefined, undefined);
20413
20415
 
20414
20416
  var searchBox$6 = namespace("searchBox");
20415
20417
 
@@ -20499,16 +20501,16 @@ __decorate([Watch("inputValue")], SearchBoxSuggestionsWrapper.prototype, "onInpu
20499
20501
  SearchBoxSuggestionsWrapper = __decorate([Component({
20500
20502
  name: "searchBoxSuggestionsWrapper",
20501
20503
  components: {
20502
- SearchBoxSuggestions: __vue_component__$V
20504
+ SearchBoxSuggestions: __vue_component__$W
20503
20505
  }
20504
20506
  })], SearchBoxSuggestionsWrapper);
20505
- var script$T = SearchBoxSuggestionsWrapper;
20507
+ var script$U = SearchBoxSuggestionsWrapper;
20506
20508
 
20507
20509
  /* script */
20508
- var __vue_script__$U = script$T;
20510
+ var __vue_script__$V = script$U;
20509
20511
  /* template */
20510
20512
 
20511
- var __vue_render__$U = function __vue_render__() {
20513
+ var __vue_render__$V = function __vue_render__() {
20512
20514
  var _vm = this;
20513
20515
 
20514
20516
  var _h = _vm.$createElement;
@@ -20530,11 +20532,11 @@ var __vue_render__$U = function __vue_render__() {
20530
20532
  });
20531
20533
  };
20532
20534
 
20533
- var __vue_staticRenderFns__$U = [];
20534
- __vue_render__$U._withStripped = true;
20535
+ var __vue_staticRenderFns__$V = [];
20536
+ __vue_render__$V._withStripped = true;
20535
20537
  /* style */
20536
20538
 
20537
- var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
20539
+ var __vue_inject_styles__$V = function __vue_inject_styles__(inject) {
20538
20540
  if (!inject) return;
20539
20541
  inject("data-v-e3079fb6_0", {
20540
20542
  source: "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
@@ -20545,21 +20547,21 @@ var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
20545
20547
  /* scoped */
20546
20548
 
20547
20549
 
20548
- var __vue_scope_id__$U = undefined;
20550
+ var __vue_scope_id__$V = undefined;
20549
20551
  /* module identifier */
20550
20552
 
20551
- var __vue_module_identifier__$U = undefined;
20553
+ var __vue_module_identifier__$V = undefined;
20552
20554
  /* functional template */
20553
20555
 
20554
- var __vue_is_functional_template__$U = false;
20556
+ var __vue_is_functional_template__$V = false;
20555
20557
  /* style inject SSR */
20556
20558
 
20557
20559
  /* style inject shadow dom */
20558
20560
 
20559
- var __vue_component__$U = /*#__PURE__*/normalizeComponent({
20560
- render: __vue_render__$U,
20561
- staticRenderFns: __vue_staticRenderFns__$U
20562
- }, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, createInjector, undefined, undefined);
20561
+ var __vue_component__$V = /*#__PURE__*/normalizeComponent({
20562
+ render: __vue_render__$V,
20563
+ staticRenderFns: __vue_staticRenderFns__$V
20564
+ }, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, createInjector, undefined, undefined);
20563
20565
 
20564
20566
  var searchBox$5 = namespace("searchBox");
20565
20567
 
@@ -20616,13 +20618,13 @@ __decorate([searchBox$5.State(function (state) {
20616
20618
  SearchBoxMoreResults = __decorate([Component({
20617
20619
  name: "searchBoxMoreResults"
20618
20620
  })], SearchBoxMoreResults);
20619
- var script$S = SearchBoxMoreResults;
20621
+ var script$T = SearchBoxMoreResults;
20620
20622
 
20621
20623
  /* script */
20622
- var __vue_script__$T = script$S;
20624
+ var __vue_script__$U = script$T;
20623
20625
  /* template */
20624
20626
 
20625
- var __vue_render__$T = function __vue_render__() {
20627
+ var __vue_render__$U = function __vue_render__() {
20626
20628
  var _vm = this;
20627
20629
 
20628
20630
  var _h = _vm.$createElement;
@@ -20640,30 +20642,30 @@ var __vue_render__$T = function __vue_render__() {
20640
20642
  }, [_vm._v(_vm._s(_vm.labels.moreResults) + " " + _vm._s(_vm.totalCount))]);
20641
20643
  };
20642
20644
 
20643
- var __vue_staticRenderFns__$T = [];
20644
- __vue_render__$T._withStripped = true;
20645
+ var __vue_staticRenderFns__$U = [];
20646
+ __vue_render__$U._withStripped = true;
20645
20647
  /* style */
20646
20648
 
20647
- var __vue_inject_styles__$T = undefined;
20649
+ var __vue_inject_styles__$U = undefined;
20648
20650
  /* scoped */
20649
20651
 
20650
- var __vue_scope_id__$T = undefined;
20652
+ var __vue_scope_id__$U = undefined;
20651
20653
  /* module identifier */
20652
20654
 
20653
- var __vue_module_identifier__$T = undefined;
20655
+ var __vue_module_identifier__$U = undefined;
20654
20656
  /* functional template */
20655
20657
 
20656
- var __vue_is_functional_template__$T = false;
20658
+ var __vue_is_functional_template__$U = false;
20657
20659
  /* style inject */
20658
20660
 
20659
20661
  /* style inject SSR */
20660
20662
 
20661
20663
  /* style inject shadow dom */
20662
20664
 
20663
- var __vue_component__$T = /*#__PURE__*/normalizeComponent({
20664
- render: __vue_render__$T,
20665
- staticRenderFns: __vue_staticRenderFns__$T
20666
- }, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, undefined, undefined);
20665
+ var __vue_component__$U = /*#__PURE__*/normalizeComponent({
20666
+ render: __vue_render__$U,
20667
+ staticRenderFns: __vue_staticRenderFns__$U
20668
+ }, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, undefined, undefined);
20667
20669
 
20668
20670
  var SearchBoxHistoryItem = /*#__PURE__*/function (_Vue) {
20669
20671
  _inherits(SearchBoxHistoryItem, _Vue);
@@ -20708,13 +20710,13 @@ __decorate([Prop({
20708
20710
  SearchBoxHistoryItem = __decorate([Component({
20709
20711
  name: "SearchBoxHistoryItem"
20710
20712
  })], SearchBoxHistoryItem);
20711
- var script$R = SearchBoxHistoryItem;
20713
+ var script$S = SearchBoxHistoryItem;
20712
20714
 
20713
20715
  /* script */
20714
- var __vue_script__$S = script$R;
20716
+ var __vue_script__$T = script$S;
20715
20717
  /* template */
20716
20718
 
20717
- var __vue_render__$S = function __vue_render__() {
20719
+ var __vue_render__$T = function __vue_render__() {
20718
20720
  var _vm = this;
20719
20721
 
20720
20722
  var _h = _vm.$createElement;
@@ -20741,30 +20743,30 @@ var __vue_render__$S = function __vue_render__() {
20741
20743
  }, [_vm._v("×")])])]);
20742
20744
  };
20743
20745
 
20744
- var __vue_staticRenderFns__$S = [];
20745
- __vue_render__$S._withStripped = true;
20746
+ var __vue_staticRenderFns__$T = [];
20747
+ __vue_render__$T._withStripped = true;
20746
20748
  /* style */
20747
20749
 
20748
- var __vue_inject_styles__$S = undefined;
20750
+ var __vue_inject_styles__$T = undefined;
20749
20751
  /* scoped */
20750
20752
 
20751
- var __vue_scope_id__$S = undefined;
20753
+ var __vue_scope_id__$T = undefined;
20752
20754
  /* module identifier */
20753
20755
 
20754
- var __vue_module_identifier__$S = undefined;
20756
+ var __vue_module_identifier__$T = undefined;
20755
20757
  /* functional template */
20756
20758
 
20757
- var __vue_is_functional_template__$S = false;
20759
+ var __vue_is_functional_template__$T = false;
20758
20760
  /* style inject */
20759
20761
 
20760
20762
  /* style inject SSR */
20761
20763
 
20762
20764
  /* style inject shadow dom */
20763
20765
 
20764
- var __vue_component__$S = /*#__PURE__*/normalizeComponent({
20765
- render: __vue_render__$S,
20766
- staticRenderFns: __vue_staticRenderFns__$S
20767
- }, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, undefined, undefined);
20766
+ var __vue_component__$T = /*#__PURE__*/normalizeComponent({
20767
+ render: __vue_render__$T,
20768
+ staticRenderFns: __vue_staticRenderFns__$T
20769
+ }, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, undefined, undefined);
20768
20770
 
20769
20771
  var history$2 = namespace("history");
20770
20772
  var searchBox$4 = namespace("searchBox");
@@ -20859,16 +20861,16 @@ __decorate([history$2.Action("clear")], SearchBoxHistoryPanel.prototype, "clear"
20859
20861
  SearchBoxHistoryPanel = __decorate([Component({
20860
20862
  name: "searchBoxHistoryPanel",
20861
20863
  components: {
20862
- SearchBoxHistoryItem: __vue_component__$S
20864
+ SearchBoxHistoryItem: __vue_component__$T
20863
20865
  }
20864
20866
  })], SearchBoxHistoryPanel);
20865
- var script$Q = SearchBoxHistoryPanel;
20867
+ var script$R = SearchBoxHistoryPanel;
20866
20868
 
20867
20869
  /* script */
20868
- var __vue_script__$R = script$Q;
20870
+ var __vue_script__$S = script$R;
20869
20871
  /* template */
20870
20872
 
20871
- var __vue_render__$R = function __vue_render__() {
20873
+ var __vue_render__$S = function __vue_render__() {
20872
20874
  var _vm = this;
20873
20875
 
20874
20876
  var _h = _vm.$createElement;
@@ -20897,30 +20899,30 @@ var __vue_render__$R = function __vue_render__() {
20897
20899
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.clear) + "\n ")])], 2) : _vm._e();
20898
20900
  };
20899
20901
 
20900
- var __vue_staticRenderFns__$R = [];
20901
- __vue_render__$R._withStripped = true;
20902
+ var __vue_staticRenderFns__$S = [];
20903
+ __vue_render__$S._withStripped = true;
20902
20904
  /* style */
20903
20905
 
20904
- var __vue_inject_styles__$R = undefined;
20906
+ var __vue_inject_styles__$S = undefined;
20905
20907
  /* scoped */
20906
20908
 
20907
- var __vue_scope_id__$R = undefined;
20909
+ var __vue_scope_id__$S = undefined;
20908
20910
  /* module identifier */
20909
20911
 
20910
- var __vue_module_identifier__$R = undefined;
20912
+ var __vue_module_identifier__$S = undefined;
20911
20913
  /* functional template */
20912
20914
 
20913
- var __vue_is_functional_template__$R = false;
20915
+ var __vue_is_functional_template__$S = false;
20914
20916
  /* style inject */
20915
20917
 
20916
20918
  /* style inject SSR */
20917
20919
 
20918
20920
  /* style inject shadow dom */
20919
20921
 
20920
- var __vue_component__$R = /*#__PURE__*/normalizeComponent({
20921
- render: __vue_render__$R,
20922
- staticRenderFns: __vue_staticRenderFns__$R
20923
- }, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, undefined, undefined);
20922
+ var __vue_component__$S = /*#__PURE__*/normalizeComponent({
20923
+ render: __vue_render__$S,
20924
+ staticRenderFns: __vue_staticRenderFns__$S
20925
+ }, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, undefined, undefined);
20924
20926
 
20925
20927
  var searchBox$3 = namespace("searchBox");
20926
20928
 
@@ -20960,12 +20962,12 @@ var SearchBoxMainPanel = /*#__PURE__*/function (_Vue) {
20960
20962
  value: function getInput(panel) {
20961
20963
  var _a, _b;
20962
20964
 
20963
- if (panel.type === SearchBoxPanelType.SUGGESTION || !panel.searchBySuggestion) {
20965
+ if (panel.type === exports.SearchBoxPanelType.SUGGESTION || !panel.searchBySuggestion) {
20964
20966
  return this.inputValue;
20965
20967
  }
20966
20968
 
20967
20969
  var queryKey = (_a = this.panels.find(function (x) {
20968
- return x.type === SearchBoxPanelType.SUGGESTION;
20970
+ return x.type === exports.SearchBoxPanelType.SUGGESTION;
20969
20971
  })) === null || _a === void 0 ? void 0 : _a.queryKey;
20970
20972
  var displaySuggestion = queryKey && ((_b = this.suggestionResults[queryKey]) === null || _b === void 0 ? void 0 : _b.length) ? this.suggestionResults[queryKey][0] : "";
20971
20973
  return displaySuggestion ? displaySuggestion.suggestion.suggestion : this.inputValue;
@@ -21081,19 +21083,19 @@ __decorate([searchBox$3.Action("highlightChange")], SearchBoxMainPanel.prototype
21081
21083
  SearchBoxMainPanel = __decorate([Component({
21082
21084
  name: "searchBoxMainPanel",
21083
21085
  components: {
21084
- SearchBoxSuggestionsWrapper: __vue_component__$U,
21085
- SearchBoxProductsWrapper: __vue_component__$X,
21086
- SearchBoxMoreResults: __vue_component__$T,
21087
- SearchBoxHistoryPanel: __vue_component__$R
21086
+ SearchBoxSuggestionsWrapper: __vue_component__$V,
21087
+ SearchBoxProductsWrapper: __vue_component__$Y,
21088
+ SearchBoxMoreResults: __vue_component__$U,
21089
+ SearchBoxHistoryPanel: __vue_component__$S
21088
21090
  }
21089
21091
  })], SearchBoxMainPanel);
21090
- var script$P = SearchBoxMainPanel;
21092
+ var script$Q = SearchBoxMainPanel;
21091
21093
 
21092
21094
  /* script */
21093
- var __vue_script__$Q = script$P;
21095
+ var __vue_script__$R = script$Q;
21094
21096
  /* template */
21095
21097
 
21096
- var __vue_render__$Q = function __vue_render__() {
21098
+ var __vue_render__$R = function __vue_render__() {
21097
21099
  var _vm = this;
21098
21100
 
21099
21101
  var _h = _vm.$createElement;
@@ -21164,11 +21166,11 @@ var __vue_render__$Q = function __vue_render__() {
21164
21166
  })], 1) : _vm._e();
21165
21167
  };
21166
21168
 
21167
- var __vue_staticRenderFns__$Q = [];
21168
- __vue_render__$Q._withStripped = true;
21169
+ var __vue_staticRenderFns__$R = [];
21170
+ __vue_render__$R._withStripped = true;
21169
21171
  /* style */
21170
21172
 
21171
- var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
21173
+ var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
21172
21174
  if (!inject) return;
21173
21175
  inject("data-v-0b92689b_0", {
21174
21176
  source: "#lupa-search-box-panel {\n display: flex;\n justify-content: space-between;\n flex-direction: column;\n}\n.lupa-more-results {\n text-align: center;\n}",
@@ -21179,21 +21181,21 @@ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
21179
21181
  /* scoped */
21180
21182
 
21181
21183
 
21182
- var __vue_scope_id__$Q = undefined;
21184
+ var __vue_scope_id__$R = undefined;
21183
21185
  /* module identifier */
21184
21186
 
21185
- var __vue_module_identifier__$Q = undefined;
21187
+ var __vue_module_identifier__$R = undefined;
21186
21188
  /* functional template */
21187
21189
 
21188
- var __vue_is_functional_template__$Q = false;
21190
+ var __vue_is_functional_template__$R = false;
21189
21191
  /* style inject SSR */
21190
21192
 
21191
21193
  /* style inject shadow dom */
21192
21194
 
21193
- var __vue_component__$Q = /*#__PURE__*/normalizeComponent({
21194
- render: __vue_render__$Q,
21195
- staticRenderFns: __vue_staticRenderFns__$Q
21196
- }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
21195
+ var __vue_component__$R = /*#__PURE__*/normalizeComponent({
21196
+ render: __vue_render__$R,
21197
+ staticRenderFns: __vue_staticRenderFns__$R
21198
+ }, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
21197
21199
 
21198
21200
  var BIND_EVENT = "click";
21199
21201
 
@@ -21346,7 +21348,7 @@ var SearchBox = /*#__PURE__*/function (_Vue) {
21346
21348
  key: "handleItemsFetch",
21347
21349
  value: function handleItemsFetch(data) {
21348
21350
  switch (data.type) {
21349
- case SearchBoxPanelType.SUGGESTION:
21351
+ case exports.SearchBoxPanelType.SUGGESTION:
21350
21352
  {
21351
21353
  var item = data.items[0];
21352
21354
  var suggestion = item || {
@@ -21368,7 +21370,7 @@ var SearchBox = /*#__PURE__*/function (_Vue) {
21368
21370
  key: "handleItemSelect",
21369
21371
  value: function handleItemSelect(data) {
21370
21372
  switch (data.type) {
21371
- case SearchBoxPanelType.SUGGESTION:
21373
+ case exports.SearchBoxPanelType.SUGGESTION:
21372
21374
  {
21373
21375
  var suggestion = data.item;
21374
21376
  this.selectSuggestion(suggestion, suggestion.override);
@@ -21525,17 +21527,17 @@ __decorate([params$d.Action("goToResults")], SearchBox.prototype, "goToResults",
21525
21527
  SearchBox = __decorate([Component({
21526
21528
  name: "searchBox",
21527
21529
  components: {
21528
- SearchBoxInput: __vue_component__$16,
21529
- SearchBoxMainPanel: __vue_component__$Q
21530
+ SearchBoxInput: __vue_component__$17,
21531
+ SearchBoxMainPanel: __vue_component__$R
21530
21532
  }
21531
21533
  })], SearchBox);
21532
- var script$O = SearchBox;
21534
+ var script$P = SearchBox;
21533
21535
 
21534
21536
  /* script */
21535
- var __vue_script__$P = script$O;
21537
+ var __vue_script__$Q = script$P;
21536
21538
  /* template */
21537
21539
 
21538
- var __vue_render__$P = function __vue_render__() {
21540
+ var __vue_render__$Q = function __vue_render__() {
21539
21541
  var _vm = this;
21540
21542
 
21541
21543
  var _h = _vm.$createElement;
@@ -21572,11 +21574,11 @@ var __vue_render__$P = function __vue_render__() {
21572
21574
  }) : _vm._e()], 1)]);
21573
21575
  };
21574
21576
 
21575
- var __vue_staticRenderFns__$P = [];
21576
- __vue_render__$P._withStripped = true;
21577
+ var __vue_staticRenderFns__$Q = [];
21578
+ __vue_render__$Q._withStripped = true;
21577
21579
  /* style */
21578
21580
 
21579
- var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
21581
+ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
21580
21582
  if (!inject) return;
21581
21583
  inject("data-v-17a13ac4_0", {
21582
21584
  source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n",
@@ -21587,21 +21589,21 @@ var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
21587
21589
  /* scoped */
21588
21590
 
21589
21591
 
21590
- var __vue_scope_id__$P = undefined;
21592
+ var __vue_scope_id__$Q = undefined;
21591
21593
  /* module identifier */
21592
21594
 
21593
- var __vue_module_identifier__$P = undefined;
21595
+ var __vue_module_identifier__$Q = undefined;
21594
21596
  /* functional template */
21595
21597
 
21596
- var __vue_is_functional_template__$P = false;
21598
+ var __vue_is_functional_template__$Q = false;
21597
21599
  /* style inject SSR */
21598
21600
 
21599
21601
  /* style inject shadow dom */
21600
21602
 
21601
- var __vue_component__$P = /*#__PURE__*/normalizeComponent({
21602
- render: __vue_render__$P,
21603
- staticRenderFns: __vue_staticRenderFns__$P
21604
- }, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
21603
+ var __vue_component__$Q = /*#__PURE__*/normalizeComponent({
21604
+ render: __vue_render__$Q,
21605
+ staticRenderFns: __vue_staticRenderFns__$Q
21606
+ }, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
21605
21607
 
21606
21608
  var DEFAULT_SEARCH_BOX_OPTIONS = {
21607
21609
  inputSelector: "#searchBox",
@@ -21692,16 +21694,16 @@ __decorate([Prop()], SearchBoxEntry.prototype, "searchBoxOptions", void 0);
21692
21694
  SearchBoxEntry = __decorate([Component({
21693
21695
  name: "searchBox",
21694
21696
  components: {
21695
- SearchBox: __vue_component__$P
21697
+ SearchBox: __vue_component__$Q
21696
21698
  }
21697
21699
  })], SearchBoxEntry);
21698
- var script$N = SearchBoxEntry;
21700
+ var script$O = SearchBoxEntry;
21699
21701
 
21700
21702
  /* script */
21701
- var __vue_script__$O = script$N;
21703
+ var __vue_script__$P = script$O;
21702
21704
  /* template */
21703
21705
 
21704
- var __vue_render__$O = function __vue_render__() {
21706
+ var __vue_render__$P = function __vue_render__() {
21705
21707
  var _vm = this;
21706
21708
 
21707
21709
  var _h = _vm.$createElement;
@@ -21715,30 +21717,30 @@ var __vue_render__$O = function __vue_render__() {
21715
21717
  });
21716
21718
  };
21717
21719
 
21718
- var __vue_staticRenderFns__$O = [];
21719
- __vue_render__$O._withStripped = true;
21720
+ var __vue_staticRenderFns__$P = [];
21721
+ __vue_render__$P._withStripped = true;
21720
21722
  /* style */
21721
21723
 
21722
- var __vue_inject_styles__$O = undefined;
21724
+ var __vue_inject_styles__$P = undefined;
21723
21725
  /* scoped */
21724
21726
 
21725
- var __vue_scope_id__$O = undefined;
21727
+ var __vue_scope_id__$P = undefined;
21726
21728
  /* module identifier */
21727
21729
 
21728
- var __vue_module_identifier__$O = undefined;
21730
+ var __vue_module_identifier__$P = undefined;
21729
21731
  /* functional template */
21730
21732
 
21731
- var __vue_is_functional_template__$O = false;
21733
+ var __vue_is_functional_template__$P = false;
21732
21734
  /* style inject */
21733
21735
 
21734
21736
  /* style inject SSR */
21735
21737
 
21736
21738
  /* style inject shadow dom */
21737
21739
 
21738
- var __vue_component__$O = /*#__PURE__*/normalizeComponent({
21739
- render: __vue_render__$O,
21740
- staticRenderFns: __vue_staticRenderFns__$O
21741
- }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, undefined, undefined);
21740
+ var __vue_component__$P = /*#__PURE__*/normalizeComponent({
21741
+ render: __vue_render__$P,
21742
+ staticRenderFns: __vue_staticRenderFns__$P
21743
+ }, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
21742
21744
 
21743
21745
  // `SameValue` abstract operation
21744
21746
  // https://tc39.es/ecma262/#sec-samevalue
@@ -23078,12 +23080,12 @@ __decorate([Prop({
23078
23080
  CurrentFilterDisplay = __decorate([Component({
23079
23081
  name: "currentFilterDisplay"
23080
23082
  })], CurrentFilterDisplay);
23081
- var script$M = CurrentFilterDisplay;
23083
+ var script$N = CurrentFilterDisplay;
23082
23084
 
23083
- var __vue_script__$N = script$M;
23085
+ var __vue_script__$O = script$N;
23084
23086
  /* template */
23085
23087
 
23086
- var __vue_render__$N = function __vue_render__() {
23088
+ var __vue_render__$O = function __vue_render__() {
23087
23089
  var _vm = this;
23088
23090
 
23089
23091
  var _h = _vm.$createElement;
@@ -23110,30 +23112,30 @@ var __vue_render__$N = function __vue_render__() {
23110
23112
  }, [_vm._v("\n " + _vm._s(_vm.filter.value) + "\n ")])]);
23111
23113
  };
23112
23114
 
23113
- var __vue_staticRenderFns__$N = [];
23114
- __vue_render__$N._withStripped = true;
23115
+ var __vue_staticRenderFns__$O = [];
23116
+ __vue_render__$O._withStripped = true;
23115
23117
  /* style */
23116
23118
 
23117
- var __vue_inject_styles__$N = undefined;
23119
+ var __vue_inject_styles__$O = undefined;
23118
23120
  /* scoped */
23119
23121
 
23120
- var __vue_scope_id__$N = undefined;
23122
+ var __vue_scope_id__$O = undefined;
23121
23123
  /* module identifier */
23122
23124
 
23123
- var __vue_module_identifier__$N = undefined;
23125
+ var __vue_module_identifier__$O = undefined;
23124
23126
  /* functional template */
23125
23127
 
23126
- var __vue_is_functional_template__$N = false;
23128
+ var __vue_is_functional_template__$O = false;
23127
23129
  /* style inject */
23128
23130
 
23129
23131
  /* style inject SSR */
23130
23132
 
23131
23133
  /* style inject shadow dom */
23132
23134
 
23133
- var __vue_component__$N = /*#__PURE__*/normalizeComponent({
23134
- render: __vue_render__$N,
23135
- staticRenderFns: __vue_staticRenderFns__$N
23136
- }, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, undefined, undefined);
23135
+ var __vue_component__$O = /*#__PURE__*/normalizeComponent({
23136
+ render: __vue_render__$O,
23137
+ staticRenderFns: __vue_staticRenderFns__$O
23138
+ }, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, undefined, undefined);
23137
23139
 
23138
23140
  var getFacetKey = function getFacetKey(key, type) {
23139
23141
  return "".concat(FACET_FILTER_MAP[type]).concat(key);
@@ -23301,16 +23303,16 @@ __decorate([params$c.Action("appendParams")], CurrentFilters.prototype, "appendP
23301
23303
  CurrentFilters = __decorate([Component({
23302
23304
  name: "currentFilters",
23303
23305
  components: {
23304
- CurrentFilterDisplay: __vue_component__$N
23306
+ CurrentFilterDisplay: __vue_component__$O
23305
23307
  }
23306
23308
  })], CurrentFilters);
23307
- var script$L = CurrentFilters;
23309
+ var script$M = CurrentFilters;
23308
23310
 
23309
23311
  /* script */
23310
- var __vue_script__$M = script$L;
23312
+ var __vue_script__$N = script$M;
23311
23313
  /* template */
23312
23314
 
23313
- var __vue_render__$M = function __vue_render__() {
23315
+ var __vue_render__$N = function __vue_render__() {
23314
23316
  var _vm = this;
23315
23317
 
23316
23318
  var _h = _vm.$createElement;
@@ -23364,30 +23366,30 @@ var __vue_render__$M = function __vue_render__() {
23364
23366
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.clearAll) + "\n ")])]) : _vm._e()]) : _vm._e();
23365
23367
  };
23366
23368
 
23367
- var __vue_staticRenderFns__$M = [];
23368
- __vue_render__$M._withStripped = true;
23369
+ var __vue_staticRenderFns__$N = [];
23370
+ __vue_render__$N._withStripped = true;
23369
23371
  /* style */
23370
23372
 
23371
- var __vue_inject_styles__$M = undefined;
23373
+ var __vue_inject_styles__$N = undefined;
23372
23374
  /* scoped */
23373
23375
 
23374
- var __vue_scope_id__$M = undefined;
23376
+ var __vue_scope_id__$N = undefined;
23375
23377
  /* module identifier */
23376
23378
 
23377
- var __vue_module_identifier__$M = undefined;
23379
+ var __vue_module_identifier__$N = undefined;
23378
23380
  /* functional template */
23379
23381
 
23380
- var __vue_is_functional_template__$M = false;
23382
+ var __vue_is_functional_template__$N = false;
23381
23383
  /* style inject */
23382
23384
 
23383
23385
  /* style inject SSR */
23384
23386
 
23385
23387
  /* style inject shadow dom */
23386
23388
 
23387
- var __vue_component__$M = /*#__PURE__*/normalizeComponent({
23388
- render: __vue_render__$M,
23389
- staticRenderFns: __vue_staticRenderFns__$M
23390
- }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
23389
+ var __vue_component__$N = /*#__PURE__*/normalizeComponent({
23390
+ render: __vue_render__$N,
23391
+ staticRenderFns: __vue_staticRenderFns__$N
23392
+ }, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, undefined, undefined);
23391
23393
 
23392
23394
  var TermFacet$1 = /*#__PURE__*/function (_Vue) {
23393
23395
  _inherits(TermFacet, _Vue);
@@ -23502,13 +23504,13 @@ __decorate([Prop({
23502
23504
  TermFacet$1 = __decorate([Component({
23503
23505
  name: "termFacet"
23504
23506
  })], TermFacet$1);
23505
- var script$K = TermFacet$1;
23507
+ var script$L = TermFacet$1;
23506
23508
 
23507
23509
  /* script */
23508
- var __vue_script__$L = script$K;
23510
+ var __vue_script__$M = script$L;
23509
23511
  /* template */
23510
23512
 
23511
- var __vue_render__$L = function __vue_render__() {
23513
+ var __vue_render__$M = function __vue_render__() {
23512
23514
  var _vm = this;
23513
23515
 
23514
23516
  var _h = _vm.$createElement;
@@ -23586,30 +23588,30 @@ var __vue_render__$L = function __vue_render__() {
23586
23588
  }, [_vm.showAll ? _c("span", [_vm._v(" " + _vm._s(_vm.options.labels.showLess))]) : _c("span", [_vm._v(" " + _vm._s(_vm.options.labels.showAll))])]) : _vm._e()]);
23587
23589
  };
23588
23590
 
23589
- var __vue_staticRenderFns__$L = [];
23590
- __vue_render__$L._withStripped = true;
23591
+ var __vue_staticRenderFns__$M = [];
23592
+ __vue_render__$M._withStripped = true;
23591
23593
  /* style */
23592
23594
 
23593
- var __vue_inject_styles__$L = undefined;
23595
+ var __vue_inject_styles__$M = undefined;
23594
23596
  /* scoped */
23595
23597
 
23596
- var __vue_scope_id__$L = undefined;
23598
+ var __vue_scope_id__$M = undefined;
23597
23599
  /* module identifier */
23598
23600
 
23599
- var __vue_module_identifier__$L = undefined;
23601
+ var __vue_module_identifier__$M = undefined;
23600
23602
  /* functional template */
23601
23603
 
23602
- var __vue_is_functional_template__$L = false;
23604
+ var __vue_is_functional_template__$M = false;
23603
23605
  /* style inject */
23604
23606
 
23605
23607
  /* style inject SSR */
23606
23608
 
23607
23609
  /* style inject shadow dom */
23608
23610
 
23609
- var __vue_component__$L = /*#__PURE__*/normalizeComponent({
23610
- render: __vue_render__$L,
23611
- staticRenderFns: __vue_staticRenderFns__$L
23612
- }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
23611
+ var __vue_component__$M = /*#__PURE__*/normalizeComponent({
23612
+ render: __vue_render__$M,
23613
+ staticRenderFns: __vue_staticRenderFns__$M
23614
+ }, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
23613
23615
 
23614
23616
  var vueSliderComponent_umd_min = {exports: {}};
23615
23617
 
@@ -26446,13 +26448,13 @@ TermFacet = __decorate([Component({
26446
26448
  VueSlider: VueSlider
26447
26449
  }
26448
26450
  })], TermFacet);
26449
- var script$J = TermFacet;
26451
+ var script$K = TermFacet;
26450
26452
 
26451
26453
  /* script */
26452
- var __vue_script__$K = script$J;
26454
+ var __vue_script__$L = script$K;
26453
26455
  /* template */
26454
26456
 
26455
- var __vue_render__$K = function __vue_render__() {
26457
+ var __vue_render__$L = function __vue_render__() {
26456
26458
  var _vm = this;
26457
26459
 
26458
26460
  var _h = _vm.$createElement;
@@ -26550,30 +26552,30 @@ var __vue_render__$K = function __vue_render__() {
26550
26552
  })], 1) : _vm._e()]);
26551
26553
  };
26552
26554
 
26553
- var __vue_staticRenderFns__$K = [];
26554
- __vue_render__$K._withStripped = true;
26555
+ var __vue_staticRenderFns__$L = [];
26556
+ __vue_render__$L._withStripped = true;
26555
26557
  /* style */
26556
26558
 
26557
- var __vue_inject_styles__$K = undefined;
26559
+ var __vue_inject_styles__$L = undefined;
26558
26560
  /* scoped */
26559
26561
 
26560
- var __vue_scope_id__$K = undefined;
26562
+ var __vue_scope_id__$L = undefined;
26561
26563
  /* module identifier */
26562
26564
 
26563
- var __vue_module_identifier__$K = undefined;
26565
+ var __vue_module_identifier__$L = undefined;
26564
26566
  /* functional template */
26565
26567
 
26566
- var __vue_is_functional_template__$K = false;
26568
+ var __vue_is_functional_template__$L = false;
26567
26569
  /* style inject */
26568
26570
 
26569
26571
  /* style inject SSR */
26570
26572
 
26571
26573
  /* style inject shadow dom */
26572
26574
 
26573
- var __vue_component__$K = /*#__PURE__*/normalizeComponent({
26574
- render: __vue_render__$K,
26575
- staticRenderFns: __vue_staticRenderFns__$K
26576
- }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
26575
+ var __vue_component__$L = /*#__PURE__*/normalizeComponent({
26576
+ render: __vue_render__$L,
26577
+ staticRenderFns: __vue_staticRenderFns__$L
26578
+ }, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
26577
26579
 
26578
26580
  var HierarchyFacetLevel = /*#__PURE__*/function (_Vue) {
26579
26581
  _inherits(HierarchyFacetLevel, _Vue);
@@ -26639,13 +26641,13 @@ __decorate([Prop({
26639
26641
  HierarchyFacetLevel = __decorate([Component({
26640
26642
  name: "HierarchyFacetLevel"
26641
26643
  })], HierarchyFacetLevel);
26642
- var script$I = HierarchyFacetLevel;
26644
+ var script$J = HierarchyFacetLevel;
26643
26645
 
26644
26646
  /* script */
26645
- var __vue_script__$J = script$I;
26647
+ var __vue_script__$K = script$J;
26646
26648
  /* template */
26647
26649
 
26648
- var __vue_render__$J = function __vue_render__() {
26650
+ var __vue_render__$K = function __vue_render__() {
26649
26651
  var _vm = this;
26650
26652
 
26651
26653
  var _h = _vm.$createElement;
@@ -26700,11 +26702,11 @@ var __vue_render__$J = function __vue_render__() {
26700
26702
  }), 1) : _vm._e()]);
26701
26703
  };
26702
26704
 
26703
- var __vue_staticRenderFns__$J = [];
26704
- __vue_render__$J._withStripped = true;
26705
+ var __vue_staticRenderFns__$K = [];
26706
+ __vue_render__$K._withStripped = true;
26705
26707
  /* style */
26706
26708
 
26707
- var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
26709
+ var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
26708
26710
  if (!inject) return;
26709
26711
  inject("data-v-1cc23c16_0", {
26710
26712
  source: ".lupa-facet-level {\n margin-left: 25px;\n}",
@@ -26715,21 +26717,21 @@ var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
26715
26717
  /* scoped */
26716
26718
 
26717
26719
 
26718
- var __vue_scope_id__$J = undefined;
26720
+ var __vue_scope_id__$K = undefined;
26719
26721
  /* module identifier */
26720
26722
 
26721
- var __vue_module_identifier__$J = undefined;
26723
+ var __vue_module_identifier__$K = undefined;
26722
26724
  /* functional template */
26723
26725
 
26724
- var __vue_is_functional_template__$J = false;
26726
+ var __vue_is_functional_template__$K = false;
26725
26727
  /* style inject SSR */
26726
26728
 
26727
26729
  /* style inject shadow dom */
26728
26730
 
26729
- var __vue_component__$J = /*#__PURE__*/normalizeComponent({
26730
- render: __vue_render__$J,
26731
- staticRenderFns: __vue_staticRenderFns__$J
26732
- }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
26731
+ var __vue_component__$K = /*#__PURE__*/normalizeComponent({
26732
+ render: __vue_render__$K,
26733
+ staticRenderFns: __vue_staticRenderFns__$K
26734
+ }, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
26733
26735
 
26734
26736
  var HierarchyFacet = /*#__PURE__*/function (_Vue) {
26735
26737
  _inherits(HierarchyFacet, _Vue);
@@ -26824,16 +26826,16 @@ __decorate([Prop({
26824
26826
  HierarchyFacet = __decorate([Component({
26825
26827
  name: "hierarchyFacet",
26826
26828
  components: {
26827
- HierarchyFacetLevel: __vue_component__$J
26829
+ HierarchyFacetLevel: __vue_component__$K
26828
26830
  }
26829
26831
  })], HierarchyFacet);
26830
- var script$H = HierarchyFacet;
26832
+ var script$I = HierarchyFacet;
26831
26833
 
26832
26834
  /* script */
26833
- var __vue_script__$I = script$H;
26835
+ var __vue_script__$J = script$I;
26834
26836
  /* template */
26835
26837
 
26836
- var __vue_render__$I = function __vue_render__() {
26838
+ var __vue_render__$J = function __vue_render__() {
26837
26839
  var _vm = this;
26838
26840
 
26839
26841
  var _h = _vm.$createElement;
@@ -26894,30 +26896,30 @@ var __vue_render__$I = function __vue_render__() {
26894
26896
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.showAll) + "\n ")]) : _vm._e()], 2);
26895
26897
  };
26896
26898
 
26897
- var __vue_staticRenderFns__$I = [];
26898
- __vue_render__$I._withStripped = true;
26899
+ var __vue_staticRenderFns__$J = [];
26900
+ __vue_render__$J._withStripped = true;
26899
26901
  /* style */
26900
26902
 
26901
- var __vue_inject_styles__$I = undefined;
26903
+ var __vue_inject_styles__$J = undefined;
26902
26904
  /* scoped */
26903
26905
 
26904
- var __vue_scope_id__$I = undefined;
26906
+ var __vue_scope_id__$J = undefined;
26905
26907
  /* module identifier */
26906
26908
 
26907
- var __vue_module_identifier__$I = undefined;
26909
+ var __vue_module_identifier__$J = undefined;
26908
26910
  /* functional template */
26909
26911
 
26910
- var __vue_is_functional_template__$I = false;
26912
+ var __vue_is_functional_template__$J = false;
26911
26913
  /* style inject */
26912
26914
 
26913
26915
  /* style inject SSR */
26914
26916
 
26915
26917
  /* style inject shadow dom */
26916
26918
 
26917
- var __vue_component__$I = /*#__PURE__*/normalizeComponent({
26918
- render: __vue_render__$I,
26919
- staticRenderFns: __vue_staticRenderFns__$I
26920
- }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
26919
+ var __vue_component__$J = /*#__PURE__*/normalizeComponent({
26920
+ render: __vue_render__$J,
26921
+ staticRenderFns: __vue_staticRenderFns__$J
26922
+ }, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
26921
26923
 
26922
26924
  var FacetDisplay = /*#__PURE__*/function (_Vue) {
26923
26925
  _inherits(FacetDisplay, _Vue);
@@ -27043,18 +27045,18 @@ __decorate([Prop({
27043
27045
  FacetDisplay = __decorate([Component({
27044
27046
  name: "facetDisplay",
27045
27047
  components: {
27046
- TermFacet: __vue_component__$L,
27047
- StatsFacet: __vue_component__$K,
27048
- HierarchyFacet: __vue_component__$I
27048
+ TermFacet: __vue_component__$M,
27049
+ StatsFacet: __vue_component__$L,
27050
+ HierarchyFacet: __vue_component__$J
27049
27051
  }
27050
27052
  })], FacetDisplay);
27051
- var script$G = FacetDisplay;
27053
+ var script$H = FacetDisplay;
27052
27054
 
27053
27055
  /* script */
27054
- var __vue_script__$H = script$G;
27056
+ var __vue_script__$I = script$H;
27055
27057
  /* template */
27056
27058
 
27057
- var __vue_render__$H = function __vue_render__() {
27059
+ var __vue_render__$I = function __vue_render__() {
27058
27060
  var _vm = this;
27059
27061
 
27060
27062
  var _h = _vm.$createElement;
@@ -27110,30 +27112,30 @@ var __vue_render__$H = function __vue_render__() {
27110
27112
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.facetClear) + "\n ")]) : _vm._e()], 1) : _vm._e()]) : _vm._e();
27111
27113
  };
27112
27114
 
27113
- var __vue_staticRenderFns__$H = [];
27114
- __vue_render__$H._withStripped = true;
27115
+ var __vue_staticRenderFns__$I = [];
27116
+ __vue_render__$I._withStripped = true;
27115
27117
  /* style */
27116
27118
 
27117
- var __vue_inject_styles__$H = undefined;
27119
+ var __vue_inject_styles__$I = undefined;
27118
27120
  /* scoped */
27119
27121
 
27120
- var __vue_scope_id__$H = undefined;
27122
+ var __vue_scope_id__$I = undefined;
27121
27123
  /* module identifier */
27122
27124
 
27123
- var __vue_module_identifier__$H = undefined;
27125
+ var __vue_module_identifier__$I = undefined;
27124
27126
  /* functional template */
27125
27127
 
27126
- var __vue_is_functional_template__$H = false;
27128
+ var __vue_is_functional_template__$I = false;
27127
27129
  /* style inject */
27128
27130
 
27129
27131
  /* style inject SSR */
27130
27132
 
27131
27133
  /* style inject shadow dom */
27132
27134
 
27133
- var __vue_component__$H = /*#__PURE__*/normalizeComponent({
27134
- render: __vue_render__$H,
27135
- staticRenderFns: __vue_staticRenderFns__$H
27136
- }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
27135
+ var __vue_component__$I = /*#__PURE__*/normalizeComponent({
27136
+ render: __vue_render__$I,
27137
+ staticRenderFns: __vue_staticRenderFns__$I
27138
+ }, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
27137
27139
 
27138
27140
  var FacetList = /*#__PURE__*/function (_Vue) {
27139
27141
  _inherits(FacetList, _Vue);
@@ -27197,16 +27199,16 @@ __decorate([Prop({
27197
27199
  FacetList = __decorate([Component({
27198
27200
  name: "facetList",
27199
27201
  components: {
27200
- FacetDisplay: __vue_component__$H
27202
+ FacetDisplay: __vue_component__$I
27201
27203
  }
27202
27204
  })], FacetList);
27203
- var script$F = FacetList;
27205
+ var script$G = FacetList;
27204
27206
 
27205
27207
  /* script */
27206
- var __vue_script__$G = script$F;
27208
+ var __vue_script__$H = script$G;
27207
27209
  /* template */
27208
27210
 
27209
- var __vue_render__$G = function __vue_render__() {
27211
+ var __vue_render__$H = function __vue_render__() {
27210
27212
  var _vm = this;
27211
27213
 
27212
27214
  var _h = _vm.$createElement;
@@ -27237,30 +27239,30 @@ var __vue_render__$G = function __vue_render__() {
27237
27239
  }), 1)]);
27238
27240
  };
27239
27241
 
27240
- var __vue_staticRenderFns__$G = [];
27241
- __vue_render__$G._withStripped = true;
27242
+ var __vue_staticRenderFns__$H = [];
27243
+ __vue_render__$H._withStripped = true;
27242
27244
  /* style */
27243
27245
 
27244
- var __vue_inject_styles__$G = undefined;
27246
+ var __vue_inject_styles__$H = undefined;
27245
27247
  /* scoped */
27246
27248
 
27247
- var __vue_scope_id__$G = undefined;
27249
+ var __vue_scope_id__$H = undefined;
27248
27250
  /* module identifier */
27249
27251
 
27250
- var __vue_module_identifier__$G = undefined;
27252
+ var __vue_module_identifier__$H = undefined;
27251
27253
  /* functional template */
27252
27254
 
27253
- var __vue_is_functional_template__$G = false;
27255
+ var __vue_is_functional_template__$H = false;
27254
27256
  /* style inject */
27255
27257
 
27256
27258
  /* style inject SSR */
27257
27259
 
27258
27260
  /* style inject shadow dom */
27259
27261
 
27260
- var __vue_component__$G = /*#__PURE__*/normalizeComponent({
27261
- render: __vue_render__$G,
27262
- staticRenderFns: __vue_staticRenderFns__$G
27263
- }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
27262
+ var __vue_component__$H = /*#__PURE__*/normalizeComponent({
27263
+ render: __vue_render__$H,
27264
+ staticRenderFns: __vue_staticRenderFns__$H
27265
+ }, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
27264
27266
 
27265
27267
  var RESULT_ROOT_ID = "lupa-search-results";
27266
27268
  var scrollToSearchResults = function scrollToSearchResults() {
@@ -27380,16 +27382,16 @@ __decorate([params$b.Action("appendParams")], Facets.prototype, "appendParams",
27380
27382
  Facets = __decorate([Component({
27381
27383
  name: "facets",
27382
27384
  components: {
27383
- FacetList: __vue_component__$G
27385
+ FacetList: __vue_component__$H
27384
27386
  }
27385
27387
  })], Facets);
27386
- var script$E = Facets;
27388
+ var script$F = Facets;
27387
27389
 
27388
27390
  /* script */
27389
- var __vue_script__$F = script$E;
27391
+ var __vue_script__$G = script$F;
27390
27392
  /* template */
27391
27393
 
27392
- var __vue_render__$F = function __vue_render__() {
27394
+ var __vue_render__$G = function __vue_render__() {
27393
27395
  var _vm = this;
27394
27396
 
27395
27397
  var _h = _vm.$createElement;
@@ -27413,30 +27415,30 @@ var __vue_render__$F = function __vue_render__() {
27413
27415
  }) : _vm._e()], 1);
27414
27416
  };
27415
27417
 
27416
- var __vue_staticRenderFns__$F = [];
27417
- __vue_render__$F._withStripped = true;
27418
+ var __vue_staticRenderFns__$G = [];
27419
+ __vue_render__$G._withStripped = true;
27418
27420
  /* style */
27419
27421
 
27420
- var __vue_inject_styles__$F = undefined;
27422
+ var __vue_inject_styles__$G = undefined;
27421
27423
  /* scoped */
27422
27424
 
27423
- var __vue_scope_id__$F = undefined;
27425
+ var __vue_scope_id__$G = undefined;
27424
27426
  /* module identifier */
27425
27427
 
27426
- var __vue_module_identifier__$F = undefined;
27428
+ var __vue_module_identifier__$G = undefined;
27427
27429
  /* functional template */
27428
27430
 
27429
- var __vue_is_functional_template__$F = false;
27431
+ var __vue_is_functional_template__$G = false;
27430
27432
  /* style inject */
27431
27433
 
27432
27434
  /* style inject SSR */
27433
27435
 
27434
27436
  /* style inject shadow dom */
27435
27437
 
27436
- var __vue_component__$F = /*#__PURE__*/normalizeComponent({
27437
- render: __vue_render__$F,
27438
- staticRenderFns: __vue_staticRenderFns__$F
27439
- }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
27438
+ var __vue_component__$G = /*#__PURE__*/normalizeComponent({
27439
+ render: __vue_render__$G,
27440
+ staticRenderFns: __vue_staticRenderFns__$G
27441
+ }, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
27440
27442
 
27441
27443
  var emitRoutingEvent = function emitRoutingEvent(url) {
27442
27444
  var event = new CustomEvent(LUPA_ROUTING_EVENT, {
@@ -27511,13 +27513,13 @@ __decorate([Prop({
27511
27513
  CategoryFilterItem = __decorate([Component({
27512
27514
  name: "categoryFilterItem"
27513
27515
  })], CategoryFilterItem);
27514
- var script$D = CategoryFilterItem;
27516
+ var script$E = CategoryFilterItem;
27515
27517
 
27516
27518
  /* script */
27517
- var __vue_script__$E = script$D;
27519
+ var __vue_script__$F = script$E;
27518
27520
  /* template */
27519
27521
 
27520
- var __vue_render__$E = function __vue_render__() {
27522
+ var __vue_render__$F = function __vue_render__() {
27521
27523
  var _vm = this;
27522
27524
 
27523
27525
  var _h = _vm.$createElement;
@@ -27540,30 +27542,30 @@ var __vue_render__$E = function __vue_render__() {
27540
27542
  }, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")])]);
27541
27543
  };
27542
27544
 
27543
- var __vue_staticRenderFns__$E = [];
27544
- __vue_render__$E._withStripped = true;
27545
+ var __vue_staticRenderFns__$F = [];
27546
+ __vue_render__$F._withStripped = true;
27545
27547
  /* style */
27546
27548
 
27547
- var __vue_inject_styles__$E = undefined;
27549
+ var __vue_inject_styles__$F = undefined;
27548
27550
  /* scoped */
27549
27551
 
27550
- var __vue_scope_id__$E = undefined;
27552
+ var __vue_scope_id__$F = undefined;
27551
27553
  /* module identifier */
27552
27554
 
27553
- var __vue_module_identifier__$E = undefined;
27555
+ var __vue_module_identifier__$F = undefined;
27554
27556
  /* functional template */
27555
27557
 
27556
- var __vue_is_functional_template__$E = false;
27558
+ var __vue_is_functional_template__$F = false;
27557
27559
  /* style inject */
27558
27560
 
27559
27561
  /* style inject SSR */
27560
27562
 
27561
27563
  /* style inject shadow dom */
27562
27564
 
27563
- var __vue_component__$E = /*#__PURE__*/normalizeComponent({
27564
- render: __vue_render__$E,
27565
- staticRenderFns: __vue_staticRenderFns__$E
27566
- }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, undefined, undefined);
27565
+ var __vue_component__$F = /*#__PURE__*/normalizeComponent({
27566
+ render: __vue_render__$F,
27567
+ staticRenderFns: __vue_staticRenderFns__$F
27568
+ }, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
27567
27569
 
27568
27570
  var options$5 = namespace("options");
27569
27571
 
@@ -27700,16 +27702,16 @@ __decorate([options$5.Getter("envOptions")], CategoryFilter.prototype, "envOptio
27700
27702
  CategoryFilter = __decorate([Component({
27701
27703
  name: "categoryFilter",
27702
27704
  components: {
27703
- CategoryFilterItem: __vue_component__$E
27705
+ CategoryFilterItem: __vue_component__$F
27704
27706
  }
27705
27707
  })], CategoryFilter);
27706
- var script$C = CategoryFilter;
27708
+ var script$D = CategoryFilter;
27707
27709
 
27708
27710
  /* script */
27709
- var __vue_script__$D = script$C;
27711
+ var __vue_script__$E = script$D;
27710
27712
  /* template */
27711
27713
 
27712
- var __vue_render__$D = function __vue_render__() {
27714
+ var __vue_render__$E = function __vue_render__() {
27713
27715
  var _vm = this;
27714
27716
 
27715
27717
  var _h = _vm.$createElement;
@@ -27760,30 +27762,30 @@ var __vue_render__$D = function __vue_render__() {
27760
27762
  }), 1)]);
27761
27763
  };
27762
27764
 
27763
- var __vue_staticRenderFns__$D = [];
27764
- __vue_render__$D._withStripped = true;
27765
+ var __vue_staticRenderFns__$E = [];
27766
+ __vue_render__$E._withStripped = true;
27765
27767
  /* style */
27766
27768
 
27767
- var __vue_inject_styles__$D = undefined;
27769
+ var __vue_inject_styles__$E = undefined;
27768
27770
  /* scoped */
27769
27771
 
27770
- var __vue_scope_id__$D = undefined;
27772
+ var __vue_scope_id__$E = undefined;
27771
27773
  /* module identifier */
27772
27774
 
27773
- var __vue_module_identifier__$D = undefined;
27775
+ var __vue_module_identifier__$E = undefined;
27774
27776
  /* functional template */
27775
27777
 
27776
- var __vue_is_functional_template__$D = false;
27778
+ var __vue_is_functional_template__$E = false;
27777
27779
  /* style inject */
27778
27780
 
27779
27781
  /* style inject SSR */
27780
27782
 
27781
27783
  /* style inject shadow dom */
27782
27784
 
27783
- var __vue_component__$D = /*#__PURE__*/normalizeComponent({
27784
- render: __vue_render__$D,
27785
- staticRenderFns: __vue_staticRenderFns__$D
27786
- }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, undefined, undefined);
27785
+ var __vue_component__$E = /*#__PURE__*/normalizeComponent({
27786
+ render: __vue_render__$E,
27787
+ staticRenderFns: __vue_staticRenderFns__$E
27788
+ }, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, undefined, undefined);
27787
27789
 
27788
27790
  var SearchResultsFilters = /*#__PURE__*/function (_Vue) {
27789
27791
  _inherits(SearchResultsFilters, _Vue);
@@ -27817,18 +27819,18 @@ __decorate([Prop({
27817
27819
  SearchResultsFilters = __decorate([Component({
27818
27820
  name: "searchResultsFilters",
27819
27821
  components: {
27820
- CurrentFilters: __vue_component__$M,
27821
- Facets: __vue_component__$F,
27822
- CategoryFilter: __vue_component__$D
27822
+ CurrentFilters: __vue_component__$N,
27823
+ Facets: __vue_component__$G,
27824
+ CategoryFilter: __vue_component__$E
27823
27825
  }
27824
27826
  })], SearchResultsFilters);
27825
- var script$B = SearchResultsFilters;
27827
+ var script$C = SearchResultsFilters;
27826
27828
 
27827
27829
  /* script */
27828
- var __vue_script__$C = script$B;
27830
+ var __vue_script__$D = script$C;
27829
27831
  /* template */
27830
27832
 
27831
- var __vue_render__$C = function __vue_render__() {
27833
+ var __vue_render__$D = function __vue_render__() {
27832
27834
  var _vm = this;
27833
27835
 
27834
27836
  var _h = _vm.$createElement;
@@ -27855,30 +27857,30 @@ var __vue_render__$C = function __vue_render__() {
27855
27857
  }) : _vm._e()], 1);
27856
27858
  };
27857
27859
 
27858
- var __vue_staticRenderFns__$C = [];
27859
- __vue_render__$C._withStripped = true;
27860
+ var __vue_staticRenderFns__$D = [];
27861
+ __vue_render__$D._withStripped = true;
27860
27862
  /* style */
27861
27863
 
27862
- var __vue_inject_styles__$C = undefined;
27864
+ var __vue_inject_styles__$D = undefined;
27863
27865
  /* scoped */
27864
27866
 
27865
- var __vue_scope_id__$C = undefined;
27867
+ var __vue_scope_id__$D = undefined;
27866
27868
  /* module identifier */
27867
27869
 
27868
- var __vue_module_identifier__$C = undefined;
27870
+ var __vue_module_identifier__$D = undefined;
27869
27871
  /* functional template */
27870
27872
 
27871
- var __vue_is_functional_template__$C = false;
27873
+ var __vue_is_functional_template__$D = false;
27872
27874
  /* style inject */
27873
27875
 
27874
27876
  /* style inject SSR */
27875
27877
 
27876
27878
  /* style inject shadow dom */
27877
27879
 
27878
- var __vue_component__$C = /*#__PURE__*/normalizeComponent({
27879
- render: __vue_render__$C,
27880
- staticRenderFns: __vue_staticRenderFns__$C
27881
- }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, undefined, undefined);
27880
+ var __vue_component__$D = /*#__PURE__*/normalizeComponent({
27881
+ render: __vue_render__$D,
27882
+ staticRenderFns: __vue_staticRenderFns__$D
27883
+ }, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, undefined, undefined);
27882
27884
 
27883
27885
  var searchResult$e = namespace("searchResult");
27884
27886
 
@@ -27939,16 +27941,16 @@ __decorate([searchResult$e.Getter("currentFilterCount")], MobileFilterSidebar.pr
27939
27941
  MobileFilterSidebar = __decorate([Component({
27940
27942
  name: "mobileFilerSidebar",
27941
27943
  components: {
27942
- SearchResultsFilters: __vue_component__$C
27944
+ SearchResultsFilters: __vue_component__$D
27943
27945
  }
27944
27946
  })], MobileFilterSidebar);
27945
- var script$A = MobileFilterSidebar;
27947
+ var script$B = MobileFilterSidebar;
27946
27948
 
27947
27949
  /* script */
27948
- var __vue_script__$B = script$A;
27950
+ var __vue_script__$C = script$B;
27949
27951
  /* template */
27950
27952
 
27951
- var __vue_render__$B = function __vue_render__() {
27953
+ var __vue_render__$C = function __vue_render__() {
27952
27954
  var _vm = this;
27953
27955
 
27954
27956
  var _h = _vm.$createElement;
@@ -27978,30 +27980,30 @@ var __vue_render__$B = function __vue_render__() {
27978
27980
  })], 1)]) : _vm._e();
27979
27981
  };
27980
27982
 
27981
- var __vue_staticRenderFns__$B = [];
27982
- __vue_render__$B._withStripped = true;
27983
+ var __vue_staticRenderFns__$C = [];
27984
+ __vue_render__$C._withStripped = true;
27983
27985
  /* style */
27984
27986
 
27985
- var __vue_inject_styles__$B = undefined;
27987
+ var __vue_inject_styles__$C = undefined;
27986
27988
  /* scoped */
27987
27989
 
27988
- var __vue_scope_id__$B = undefined;
27990
+ var __vue_scope_id__$C = undefined;
27989
27991
  /* module identifier */
27990
27992
 
27991
- var __vue_module_identifier__$B = undefined;
27993
+ var __vue_module_identifier__$C = undefined;
27992
27994
  /* functional template */
27993
27995
 
27994
- var __vue_is_functional_template__$B = false;
27996
+ var __vue_is_functional_template__$C = false;
27995
27997
  /* style inject */
27996
27998
 
27997
27999
  /* style inject SSR */
27998
28000
 
27999
28001
  /* style inject shadow dom */
28000
28002
 
28001
- var __vue_component__$B = /*#__PURE__*/normalizeComponent({
28002
- render: __vue_render__$B,
28003
- staticRenderFns: __vue_staticRenderFns__$B
28004
- }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
28003
+ var __vue_component__$C = /*#__PURE__*/normalizeComponent({
28004
+ render: __vue_render__$C,
28005
+ staticRenderFns: __vue_staticRenderFns__$C
28006
+ }, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, undefined, undefined);
28005
28007
 
28006
28008
  var searchResult$d = namespace("searchResult");
28007
28009
  var params$a = namespace("params");
@@ -28065,12 +28067,12 @@ __decorate([params$a.Action("goToResults")], SearchResultsDidYouMean.prototype,
28065
28067
  SearchResultsDidYouMean = __decorate([Component({
28066
28068
  name: "searchResultsDidYouMean"
28067
28069
  })], SearchResultsDidYouMean);
28068
- var script$z = SearchResultsDidYouMean;
28070
+ var script$A = SearchResultsDidYouMean;
28069
28071
 
28070
- var __vue_script__$A = script$z;
28072
+ var __vue_script__$B = script$A;
28071
28073
  /* template */
28072
28074
 
28073
- var __vue_render__$A = function __vue_render__() {
28075
+ var __vue_render__$B = function __vue_render__() {
28074
28076
  var _vm = this;
28075
28077
 
28076
28078
  var _h = _vm.$createElement;
@@ -28114,30 +28116,30 @@ var __vue_render__$A = function __vue_render__() {
28114
28116
  }), 0) : _vm._e()]) : _vm._e();
28115
28117
  };
28116
28118
 
28117
- var __vue_staticRenderFns__$A = [];
28118
- __vue_render__$A._withStripped = true;
28119
+ var __vue_staticRenderFns__$B = [];
28120
+ __vue_render__$B._withStripped = true;
28119
28121
  /* style */
28120
28122
 
28121
- var __vue_inject_styles__$A = undefined;
28123
+ var __vue_inject_styles__$B = undefined;
28122
28124
  /* scoped */
28123
28125
 
28124
- var __vue_scope_id__$A = undefined;
28126
+ var __vue_scope_id__$B = undefined;
28125
28127
  /* module identifier */
28126
28128
 
28127
- var __vue_module_identifier__$A = undefined;
28129
+ var __vue_module_identifier__$B = undefined;
28128
28130
  /* functional template */
28129
28131
 
28130
- var __vue_is_functional_template__$A = false;
28132
+ var __vue_is_functional_template__$B = false;
28131
28133
  /* style inject */
28132
28134
 
28133
28135
  /* style inject SSR */
28134
28136
 
28135
28137
  /* style inject shadow dom */
28136
28138
 
28137
- var __vue_component__$A = /*#__PURE__*/normalizeComponent({
28138
- render: __vue_render__$A,
28139
- staticRenderFns: __vue_staticRenderFns__$A
28140
- }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
28139
+ var __vue_component__$B = /*#__PURE__*/normalizeComponent({
28140
+ render: __vue_render__$B,
28141
+ staticRenderFns: __vue_staticRenderFns__$B
28142
+ }, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
28141
28143
 
28142
28144
  var ResultsLayoutEnum;
28143
28145
 
@@ -28164,7 +28166,7 @@ $$1({
28164
28166
  }
28165
28167
  });
28166
28168
 
28167
- var BadgeType;
28169
+ exports.BadgeType = void 0;
28168
28170
 
28169
28171
  (function (BadgeType) {
28170
28172
  BadgeType["DISCOUNTPERCENTAGE"] = "discountPercentage";
@@ -28173,7 +28175,7 @@ var BadgeType;
28173
28175
  BadgeType["TEXT"] = "text";
28174
28176
  BadgeType["IMAGE"] = "image";
28175
28177
  BadgeType["CUSTOM_HTML"] = "customHtml";
28176
- })(BadgeType || (BadgeType = {}));
28178
+ })(exports.BadgeType || (exports.BadgeType = {}));
28177
28179
 
28178
28180
  var CustomBadge = /*#__PURE__*/function (_Vue) {
28179
28181
  _inherits(CustomBadge, _Vue);
@@ -28208,13 +28210,13 @@ __decorate([Prop({
28208
28210
  CustomBadge = __decorate([Component({
28209
28211
  name: "customBadge"
28210
28212
  })], CustomBadge);
28211
- var script$y = CustomBadge;
28213
+ var script$z = CustomBadge;
28212
28214
 
28213
28215
  /* script */
28214
- var __vue_script__$z = script$y;
28216
+ var __vue_script__$A = script$z;
28215
28217
  /* template */
28216
28218
 
28217
- var __vue_render__$z = function __vue_render__() {
28219
+ var __vue_render__$A = function __vue_render__() {
28218
28220
  var _vm = this;
28219
28221
 
28220
28222
  var _h = _vm.$createElement;
@@ -28229,30 +28231,30 @@ var __vue_render__$z = function __vue_render__() {
28229
28231
  });
28230
28232
  };
28231
28233
 
28232
- var __vue_staticRenderFns__$z = [];
28233
- __vue_render__$z._withStripped = true;
28234
+ var __vue_staticRenderFns__$A = [];
28235
+ __vue_render__$A._withStripped = true;
28234
28236
  /* style */
28235
28237
 
28236
- var __vue_inject_styles__$z = undefined;
28238
+ var __vue_inject_styles__$A = undefined;
28237
28239
  /* scoped */
28238
28240
 
28239
- var __vue_scope_id__$z = undefined;
28241
+ var __vue_scope_id__$A = undefined;
28240
28242
  /* module identifier */
28241
28243
 
28242
- var __vue_module_identifier__$z = undefined;
28244
+ var __vue_module_identifier__$A = undefined;
28243
28245
  /* functional template */
28244
28246
 
28245
- var __vue_is_functional_template__$z = false;
28247
+ var __vue_is_functional_template__$A = false;
28246
28248
  /* style inject */
28247
28249
 
28248
28250
  /* style inject SSR */
28249
28251
 
28250
28252
  /* style inject shadow dom */
28251
28253
 
28252
- var __vue_component__$z = /*#__PURE__*/normalizeComponent({
28253
- render: __vue_render__$z,
28254
- staticRenderFns: __vue_staticRenderFns__$z
28255
- }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
28254
+ var __vue_component__$A = /*#__PURE__*/normalizeComponent({
28255
+ render: __vue_render__$A,
28256
+ staticRenderFns: __vue_staticRenderFns__$A
28257
+ }, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
28256
28258
 
28257
28259
  var TextBadge = /*#__PURE__*/function (_Vue) {
28258
28260
  _inherits(TextBadge, _Vue);
@@ -28289,13 +28291,13 @@ __decorate([Prop({
28289
28291
  TextBadge = __decorate([Component({
28290
28292
  name: "TextBadge"
28291
28293
  })], TextBadge);
28292
- var script$x = TextBadge;
28294
+ var script$y = TextBadge;
28293
28295
 
28294
28296
  /* script */
28295
- var __vue_script__$y = script$x;
28297
+ var __vue_script__$z = script$y;
28296
28298
  /* template */
28297
28299
 
28298
- var __vue_render__$y = function __vue_render__() {
28300
+ var __vue_render__$z = function __vue_render__() {
28299
28301
  var _vm = this;
28300
28302
 
28301
28303
  var _h = _vm.$createElement;
@@ -28312,30 +28314,30 @@ var __vue_render__$y = function __vue_render__() {
28312
28314
  }), 0);
28313
28315
  };
28314
28316
 
28315
- var __vue_staticRenderFns__$y = [];
28316
- __vue_render__$y._withStripped = true;
28317
+ var __vue_staticRenderFns__$z = [];
28318
+ __vue_render__$z._withStripped = true;
28317
28319
  /* style */
28318
28320
 
28319
- var __vue_inject_styles__$y = undefined;
28321
+ var __vue_inject_styles__$z = undefined;
28320
28322
  /* scoped */
28321
28323
 
28322
- var __vue_scope_id__$y = undefined;
28324
+ var __vue_scope_id__$z = undefined;
28323
28325
  /* module identifier */
28324
28326
 
28325
- var __vue_module_identifier__$y = undefined;
28327
+ var __vue_module_identifier__$z = undefined;
28326
28328
  /* functional template */
28327
28329
 
28328
- var __vue_is_functional_template__$y = false;
28330
+ var __vue_is_functional_template__$z = false;
28329
28331
  /* style inject */
28330
28332
 
28331
28333
  /* style inject SSR */
28332
28334
 
28333
28335
  /* style inject shadow dom */
28334
28336
 
28335
- var __vue_component__$y = /*#__PURE__*/normalizeComponent({
28336
- render: __vue_render__$y,
28337
- staticRenderFns: __vue_staticRenderFns__$y
28338
- }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
28337
+ var __vue_component__$z = /*#__PURE__*/normalizeComponent({
28338
+ render: __vue_render__$z,
28339
+ staticRenderFns: __vue_staticRenderFns__$z
28340
+ }, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
28339
28341
 
28340
28342
  var ImageBadge = /*#__PURE__*/function (_Vue) {
28341
28343
  _inherits(ImageBadge, _Vue);
@@ -28379,13 +28381,13 @@ __decorate([Prop({
28379
28381
  ImageBadge = __decorate([Component({
28380
28382
  name: "ImageBadge"
28381
28383
  })], ImageBadge);
28382
- var script$w = ImageBadge;
28384
+ var script$x = ImageBadge;
28383
28385
 
28384
28386
  /* script */
28385
- var __vue_script__$x = script$w;
28387
+ var __vue_script__$y = script$x;
28386
28388
  /* template */
28387
28389
 
28388
- var __vue_render__$x = function __vue_render__() {
28390
+ var __vue_render__$y = function __vue_render__() {
28389
28391
  var _vm = this;
28390
28392
 
28391
28393
  var _h = _vm.$createElement;
@@ -28406,30 +28408,30 @@ var __vue_render__$x = function __vue_render__() {
28406
28408
  }), 0);
28407
28409
  };
28408
28410
 
28409
- var __vue_staticRenderFns__$x = [];
28410
- __vue_render__$x._withStripped = true;
28411
+ var __vue_staticRenderFns__$y = [];
28412
+ __vue_render__$y._withStripped = true;
28411
28413
  /* style */
28412
28414
 
28413
- var __vue_inject_styles__$x = undefined;
28415
+ var __vue_inject_styles__$y = undefined;
28414
28416
  /* scoped */
28415
28417
 
28416
- var __vue_scope_id__$x = undefined;
28418
+ var __vue_scope_id__$y = undefined;
28417
28419
  /* module identifier */
28418
28420
 
28419
- var __vue_module_identifier__$x = undefined;
28421
+ var __vue_module_identifier__$y = undefined;
28420
28422
  /* functional template */
28421
28423
 
28422
- var __vue_is_functional_template__$x = false;
28424
+ var __vue_is_functional_template__$y = false;
28423
28425
  /* style inject */
28424
28426
 
28425
28427
  /* style inject SSR */
28426
28428
 
28427
28429
  /* style inject shadow dom */
28428
28430
 
28429
- var __vue_component__$x = /*#__PURE__*/normalizeComponent({
28430
- render: __vue_render__$x,
28431
- staticRenderFns: __vue_staticRenderFns__$x
28432
- }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
28431
+ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
28432
+ render: __vue_render__$y,
28433
+ staticRenderFns: __vue_staticRenderFns__$y
28434
+ }, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
28433
28435
 
28434
28436
  var SearchResultsBadgeWrapper = /*#__PURE__*/function (_Vue) {
28435
28437
  _inherits(SearchResultsBadgeWrapper, _Vue);
@@ -28469,13 +28471,13 @@ var SearchResultsBadgeWrapper = /*#__PURE__*/function (_Vue) {
28469
28471
  key: "getBadgeComponent",
28470
28472
  value: function getBadgeComponent(type) {
28471
28473
  switch (type) {
28472
- case BadgeType.TEXT:
28474
+ case exports.BadgeType.TEXT:
28473
28475
  return "TextBadge";
28474
28476
 
28475
- case BadgeType.IMAGE:
28477
+ case exports.BadgeType.IMAGE:
28476
28478
  return "ImageBadge";
28477
28479
 
28478
- case BadgeType.CUSTOM_HTML:
28480
+ case exports.BadgeType.CUSTOM_HTML:
28479
28481
  return "CustomBadge";
28480
28482
 
28481
28483
  default:
@@ -28494,18 +28496,18 @@ __decorate([Prop({
28494
28496
  SearchResultsBadgeWrapper = __decorate([Component({
28495
28497
  name: "searchResultsBadgeWrapper",
28496
28498
  components: {
28497
- CustomBadge: __vue_component__$z,
28498
- TextBadge: __vue_component__$y,
28499
- ImageBadge: __vue_component__$x
28499
+ CustomBadge: __vue_component__$A,
28500
+ TextBadge: __vue_component__$z,
28501
+ ImageBadge: __vue_component__$y
28500
28502
  }
28501
28503
  })], SearchResultsBadgeWrapper);
28502
- var script$v = SearchResultsBadgeWrapper;
28504
+ var script$w = SearchResultsBadgeWrapper;
28503
28505
 
28504
28506
  /* script */
28505
- var __vue_script__$w = script$v;
28507
+ var __vue_script__$x = script$w;
28506
28508
  /* template */
28507
28509
 
28508
- var __vue_render__$w = function __vue_render__() {
28510
+ var __vue_render__$x = function __vue_render__() {
28509
28511
  var _vm = this;
28510
28512
 
28511
28513
  var _h = _vm.$createElement;
@@ -28532,30 +28534,30 @@ var __vue_render__$w = function __vue_render__() {
28532
28534
  }), 1)]);
28533
28535
  };
28534
28536
 
28535
- var __vue_staticRenderFns__$w = [];
28536
- __vue_render__$w._withStripped = true;
28537
+ var __vue_staticRenderFns__$x = [];
28538
+ __vue_render__$x._withStripped = true;
28537
28539
  /* style */
28538
28540
 
28539
- var __vue_inject_styles__$w = undefined;
28541
+ var __vue_inject_styles__$x = undefined;
28540
28542
  /* scoped */
28541
28543
 
28542
- var __vue_scope_id__$w = undefined;
28544
+ var __vue_scope_id__$x = undefined;
28543
28545
  /* module identifier */
28544
28546
 
28545
- var __vue_module_identifier__$w = undefined;
28547
+ var __vue_module_identifier__$x = undefined;
28546
28548
  /* functional template */
28547
28549
 
28548
- var __vue_is_functional_template__$w = false;
28550
+ var __vue_is_functional_template__$x = false;
28549
28551
  /* style inject */
28550
28552
 
28551
28553
  /* style inject SSR */
28552
28554
 
28553
28555
  /* style inject shadow dom */
28554
28556
 
28555
- var __vue_component__$w = /*#__PURE__*/normalizeComponent({
28556
- render: __vue_render__$w,
28557
- staticRenderFns: __vue_staticRenderFns__$w
28558
- }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
28557
+ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
28558
+ render: __vue_render__$x,
28559
+ staticRenderFns: __vue_staticRenderFns__$x
28560
+ }, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
28559
28561
 
28560
28562
  var SearchResultsProductImage = /*#__PURE__*/function (_Vue) {
28561
28563
  _inherits(SearchResultsProductImage, _Vue);
@@ -28630,13 +28632,13 @@ __decorate([Prop()], SearchResultsProductImage.prototype, "options", void 0);
28630
28632
  SearchResultsProductImage = __decorate([Component({
28631
28633
  name: "searchResultsProductImage"
28632
28634
  })], SearchResultsProductImage);
28633
- var script$u = SearchResultsProductImage;
28635
+ var script$v = SearchResultsProductImage;
28634
28636
 
28635
28637
  /* script */
28636
- var __vue_script__$v = script$u;
28638
+ var __vue_script__$w = script$v;
28637
28639
  /* template */
28638
28640
 
28639
- var __vue_render__$v = function __vue_render__() {
28641
+ var __vue_render__$w = function __vue_render__() {
28640
28642
  var _vm = this;
28641
28643
 
28642
28644
  var _h = _vm.$createElement;
@@ -28656,30 +28658,30 @@ var __vue_render__$v = function __vue_render__() {
28656
28658
  })]);
28657
28659
  };
28658
28660
 
28659
- var __vue_staticRenderFns__$v = [];
28660
- __vue_render__$v._withStripped = true;
28661
+ var __vue_staticRenderFns__$w = [];
28662
+ __vue_render__$w._withStripped = true;
28661
28663
  /* style */
28662
28664
 
28663
- var __vue_inject_styles__$v = undefined;
28665
+ var __vue_inject_styles__$w = undefined;
28664
28666
  /* scoped */
28665
28667
 
28666
- var __vue_scope_id__$v = undefined;
28668
+ var __vue_scope_id__$w = undefined;
28667
28669
  /* module identifier */
28668
28670
 
28669
- var __vue_module_identifier__$v = undefined;
28671
+ var __vue_module_identifier__$w = undefined;
28670
28672
  /* functional template */
28671
28673
 
28672
- var __vue_is_functional_template__$v = false;
28674
+ var __vue_is_functional_template__$w = false;
28673
28675
  /* style inject */
28674
28676
 
28675
28677
  /* style inject SSR */
28676
28678
 
28677
28679
  /* style inject shadow dom */
28678
28680
 
28679
- var __vue_component__$v = /*#__PURE__*/normalizeComponent({
28680
- render: __vue_render__$v,
28681
- staticRenderFns: __vue_staticRenderFns__$v
28682
- }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
28681
+ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
28682
+ render: __vue_render__$w,
28683
+ staticRenderFns: __vue_staticRenderFns__$w
28684
+ }, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
28683
28685
 
28684
28686
  var options$4 = namespace("options");
28685
28687
 
@@ -28741,12 +28743,12 @@ __decorate([options$4.State(function (o) {
28741
28743
  SearchResultsProductTitle = __decorate([Component({
28742
28744
  name: "searchResultsProductTitle"
28743
28745
  })], SearchResultsProductTitle);
28744
- var script$t = SearchResultsProductTitle;
28746
+ var script$u = SearchResultsProductTitle;
28745
28747
 
28746
- var __vue_script__$u = script$t;
28748
+ var __vue_script__$v = script$u;
28747
28749
  /* template */
28748
28750
 
28749
- var __vue_render__$u = function __vue_render__() {
28751
+ var __vue_render__$v = function __vue_render__() {
28750
28752
  var _vm = this;
28751
28753
 
28752
28754
  var _h = _vm.$createElement;
@@ -28775,30 +28777,30 @@ var __vue_render__$u = function __vue_render__() {
28775
28777
  }, [_vm._v(_vm._s(_vm.title))]) : _vm._e()]);
28776
28778
  };
28777
28779
 
28778
- var __vue_staticRenderFns__$u = [];
28779
- __vue_render__$u._withStripped = true;
28780
+ var __vue_staticRenderFns__$v = [];
28781
+ __vue_render__$v._withStripped = true;
28780
28782
  /* style */
28781
28783
 
28782
- var __vue_inject_styles__$u = undefined;
28784
+ var __vue_inject_styles__$v = undefined;
28783
28785
  /* scoped */
28784
28786
 
28785
- var __vue_scope_id__$u = undefined;
28787
+ var __vue_scope_id__$v = undefined;
28786
28788
  /* module identifier */
28787
28789
 
28788
- var __vue_module_identifier__$u = undefined;
28790
+ var __vue_module_identifier__$v = undefined;
28789
28791
  /* functional template */
28790
28792
 
28791
- var __vue_is_functional_template__$u = false;
28793
+ var __vue_is_functional_template__$v = false;
28792
28794
  /* style inject */
28793
28795
 
28794
28796
  /* style inject SSR */
28795
28797
 
28796
28798
  /* style inject shadow dom */
28797
28799
 
28798
- var __vue_component__$u = /*#__PURE__*/normalizeComponent({
28799
- render: __vue_render__$u,
28800
- staticRenderFns: __vue_staticRenderFns__$u
28801
- }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
28800
+ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
28801
+ render: __vue_render__$v,
28802
+ staticRenderFns: __vue_staticRenderFns__$v
28803
+ }, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
28802
28804
 
28803
28805
  var SearchResultsProductDescription = /*#__PURE__*/function (_Vue) {
28804
28806
  _inherits(SearchResultsProductDescription, _Vue);
@@ -28840,12 +28842,12 @@ __decorate([Prop()], SearchResultsProductDescription.prototype, "options", void
28840
28842
  SearchResultsProductDescription = __decorate([Component({
28841
28843
  name: "searchResultsProductDescription"
28842
28844
  })], SearchResultsProductDescription);
28843
- var script$s = SearchResultsProductDescription;
28845
+ var script$t = SearchResultsProductDescription;
28844
28846
 
28845
- var __vue_script__$t = script$s;
28847
+ var __vue_script__$u = script$t;
28846
28848
  /* template */
28847
28849
 
28848
- var __vue_render__$t = function __vue_render__() {
28850
+ var __vue_render__$u = function __vue_render__() {
28849
28851
  var _vm = this;
28850
28852
 
28851
28853
  var _h = _vm.$createElement;
@@ -28864,11 +28866,11 @@ var __vue_render__$t = function __vue_render__() {
28864
28866
  }, [_vm._v("\n " + _vm._s(_vm.description) + "\n")]);
28865
28867
  };
28866
28868
 
28867
- var __vue_staticRenderFns__$t = [];
28868
- __vue_render__$t._withStripped = true;
28869
+ var __vue_staticRenderFns__$u = [];
28870
+ __vue_render__$u._withStripped = true;
28869
28871
  /* style */
28870
28872
 
28871
- var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
28873
+ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
28872
28874
  if (!inject) return;
28873
28875
  inject("data-v-1c6e721a_0", {
28874
28876
  source: ".lupa-search-results-product-description {\n max-height: 200px;\n overflow: hidden;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n}",
@@ -28879,21 +28881,21 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
28879
28881
  /* scoped */
28880
28882
 
28881
28883
 
28882
- var __vue_scope_id__$t = undefined;
28884
+ var __vue_scope_id__$u = undefined;
28883
28885
  /* module identifier */
28884
28886
 
28885
- var __vue_module_identifier__$t = undefined;
28887
+ var __vue_module_identifier__$u = undefined;
28886
28888
  /* functional template */
28887
28889
 
28888
- var __vue_is_functional_template__$t = false;
28890
+ var __vue_is_functional_template__$u = false;
28889
28891
  /* style inject SSR */
28890
28892
 
28891
28893
  /* style inject shadow dom */
28892
28894
 
28893
- var __vue_component__$t = /*#__PURE__*/normalizeComponent({
28894
- render: __vue_render__$t,
28895
- staticRenderFns: __vue_staticRenderFns__$t
28896
- }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
28895
+ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
28896
+ render: __vue_render__$u,
28897
+ staticRenderFns: __vue_staticRenderFns__$u
28898
+ }, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
28897
28899
 
28898
28900
  var toObject = toObject$e;
28899
28901
 
@@ -28996,13 +28998,13 @@ __decorate([Prop()], SearchResultsProductRating.prototype, "options", void 0);
28996
28998
  SearchResultsProductRating = __decorate([Component({
28997
28999
  name: "searchResultsProductRating"
28998
29000
  })], SearchResultsProductRating);
28999
- var script$r = SearchResultsProductRating;
29001
+ var script$s = SearchResultsProductRating;
29000
29002
 
29001
29003
  /* script */
29002
- var __vue_script__$s = script$r;
29004
+ var __vue_script__$t = script$s;
29003
29005
  /* template */
29004
29006
 
29005
- var __vue_render__$s = function __vue_render__() {
29007
+ var __vue_render__$t = function __vue_render__() {
29006
29008
  var _vm = this;
29007
29009
 
29008
29010
  var _h = _vm.$createElement;
@@ -29048,6 +29050,84 @@ var __vue_render__$s = function __vue_render__() {
29048
29050
  }, [_vm._v(_vm._s(_vm.totalRatings))])]);
29049
29051
  };
29050
29052
 
29053
+ var __vue_staticRenderFns__$t = [];
29054
+ __vue_render__$t._withStripped = true;
29055
+ /* style */
29056
+
29057
+ var __vue_inject_styles__$t = undefined;
29058
+ /* scoped */
29059
+
29060
+ var __vue_scope_id__$t = undefined;
29061
+ /* module identifier */
29062
+
29063
+ var __vue_module_identifier__$t = undefined;
29064
+ /* functional template */
29065
+
29066
+ var __vue_is_functional_template__$t = false;
29067
+ /* style inject */
29068
+
29069
+ /* style inject SSR */
29070
+
29071
+ /* style inject shadow dom */
29072
+
29073
+ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
29074
+ render: __vue_render__$t,
29075
+ staticRenderFns: __vue_staticRenderFns__$t
29076
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
29077
+
29078
+ var SearchResultsProductRegularPrice = /*#__PURE__*/function (_Vue) {
29079
+ _inherits(SearchResultsProductRegularPrice, _Vue);
29080
+
29081
+ var _super = _createSuper(SearchResultsProductRegularPrice);
29082
+
29083
+ function SearchResultsProductRegularPrice() {
29084
+ _classCallCheck(this, SearchResultsProductRegularPrice);
29085
+
29086
+ return _super.apply(this, arguments);
29087
+ }
29088
+
29089
+ _createClass(SearchResultsProductRegularPrice, [{
29090
+ key: "price",
29091
+ get: function get() {
29092
+ var _a, _b;
29093
+
29094
+ return formatPrice(this.item[this.options.key], (_a = this.labels) === null || _a === void 0 ? void 0 : _a.currency, (_b = this.labels) === null || _b === void 0 ? void 0 : _b.priceSeparator);
29095
+ }
29096
+ }]);
29097
+
29098
+ return SearchResultsProductRegularPrice;
29099
+ }(Vue$1);
29100
+
29101
+ __decorate([Prop()], SearchResultsProductRegularPrice.prototype, "item", void 0);
29102
+
29103
+ __decorate([Prop()], SearchResultsProductRegularPrice.prototype, "options", void 0);
29104
+
29105
+ __decorate([Prop()], SearchResultsProductRegularPrice.prototype, "labels", void 0);
29106
+
29107
+ SearchResultsProductRegularPrice = __decorate([Component({
29108
+ name: "searchResultsProductRegularPrice"
29109
+ })], SearchResultsProductRegularPrice);
29110
+ var script$r = SearchResultsProductRegularPrice;
29111
+
29112
+ /* script */
29113
+ var __vue_script__$s = script$r;
29114
+ /* template */
29115
+
29116
+ var __vue_render__$s = function __vue_render__() {
29117
+ var _vm = this;
29118
+
29119
+ var _h = _vm.$createElement;
29120
+
29121
+ var _c = _vm._self._c || _h;
29122
+
29123
+ return _c("div", {
29124
+ staticClass: "lupa-search-results-product-regular-price",
29125
+ attrs: {
29126
+ "data-cy": "lupa-search-results-product-regular-price"
29127
+ }
29128
+ }, [_vm._v("\n " + _vm._s(_vm.price) + "\n")]);
29129
+ };
29130
+
29051
29131
  var __vue_staticRenderFns__$s = [];
29052
29132
  __vue_render__$s._withStripped = true;
29053
29133
  /* style */
@@ -29073,84 +29153,6 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
29073
29153
  staticRenderFns: __vue_staticRenderFns__$s
29074
29154
  }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
29075
29155
 
29076
- var SearchResultsProductRegularPrice = /*#__PURE__*/function (_Vue) {
29077
- _inherits(SearchResultsProductRegularPrice, _Vue);
29078
-
29079
- var _super = _createSuper(SearchResultsProductRegularPrice);
29080
-
29081
- function SearchResultsProductRegularPrice() {
29082
- _classCallCheck(this, SearchResultsProductRegularPrice);
29083
-
29084
- return _super.apply(this, arguments);
29085
- }
29086
-
29087
- _createClass(SearchResultsProductRegularPrice, [{
29088
- key: "price",
29089
- get: function get() {
29090
- var _a, _b;
29091
-
29092
- return formatPrice(this.item[this.options.key], (_a = this.labels) === null || _a === void 0 ? void 0 : _a.currency, (_b = this.labels) === null || _b === void 0 ? void 0 : _b.priceSeparator);
29093
- }
29094
- }]);
29095
-
29096
- return SearchResultsProductRegularPrice;
29097
- }(Vue$1);
29098
-
29099
- __decorate([Prop()], SearchResultsProductRegularPrice.prototype, "item", void 0);
29100
-
29101
- __decorate([Prop()], SearchResultsProductRegularPrice.prototype, "options", void 0);
29102
-
29103
- __decorate([Prop()], SearchResultsProductRegularPrice.prototype, "labels", void 0);
29104
-
29105
- SearchResultsProductRegularPrice = __decorate([Component({
29106
- name: "searchResultsProductRegularPrice"
29107
- })], SearchResultsProductRegularPrice);
29108
- var script$q = SearchResultsProductRegularPrice;
29109
-
29110
- /* script */
29111
- var __vue_script__$r = script$q;
29112
- /* template */
29113
-
29114
- var __vue_render__$r = function __vue_render__() {
29115
- var _vm = this;
29116
-
29117
- var _h = _vm.$createElement;
29118
-
29119
- var _c = _vm._self._c || _h;
29120
-
29121
- return _c("div", {
29122
- staticClass: "lupa-search-results-product-regular-price",
29123
- attrs: {
29124
- "data-cy": "lupa-search-results-product-regular-price"
29125
- }
29126
- }, [_vm._v("\n " + _vm._s(_vm.price) + "\n")]);
29127
- };
29128
-
29129
- var __vue_staticRenderFns__$r = [];
29130
- __vue_render__$r._withStripped = true;
29131
- /* style */
29132
-
29133
- var __vue_inject_styles__$r = undefined;
29134
- /* scoped */
29135
-
29136
- var __vue_scope_id__$r = undefined;
29137
- /* module identifier */
29138
-
29139
- var __vue_module_identifier__$r = undefined;
29140
- /* functional template */
29141
-
29142
- var __vue_is_functional_template__$r = false;
29143
- /* style inject */
29144
-
29145
- /* style inject SSR */
29146
-
29147
- /* style inject shadow dom */
29148
-
29149
- var __vue_component__$r = /*#__PURE__*/normalizeComponent({
29150
- render: __vue_render__$r,
29151
- staticRenderFns: __vue_staticRenderFns__$r
29152
- }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
29153
-
29154
29156
  var SearchResultsProductPrice = /*#__PURE__*/function (_Vue) {
29155
29157
  _inherits(SearchResultsProductPrice, _Vue);
29156
29158
 
@@ -29183,13 +29185,13 @@ __decorate([Prop()], SearchResultsProductPrice.prototype, "labels", void 0);
29183
29185
  SearchResultsProductPrice = __decorate([Component({
29184
29186
  name: "searchResultsProductPrice"
29185
29187
  })], SearchResultsProductPrice);
29186
- var script$p = SearchResultsProductPrice;
29188
+ var script$q = SearchResultsProductPrice;
29187
29189
 
29188
29190
  /* script */
29189
- var __vue_script__$q = script$p;
29191
+ var __vue_script__$r = script$q;
29190
29192
  /* template */
29191
29193
 
29192
- var __vue_render__$q = function __vue_render__() {
29194
+ var __vue_render__$r = function __vue_render__() {
29193
29195
  var _vm = this;
29194
29196
 
29195
29197
  var _h = _vm.$createElement;
@@ -29204,30 +29206,30 @@ var __vue_render__$q = function __vue_render__() {
29204
29206
  }, [_c("strong", [_vm._v(_vm._s(_vm.price))])]);
29205
29207
  };
29206
29208
 
29207
- var __vue_staticRenderFns__$q = [];
29208
- __vue_render__$q._withStripped = true;
29209
+ var __vue_staticRenderFns__$r = [];
29210
+ __vue_render__$r._withStripped = true;
29209
29211
  /* style */
29210
29212
 
29211
- var __vue_inject_styles__$q = undefined;
29213
+ var __vue_inject_styles__$r = undefined;
29212
29214
  /* scoped */
29213
29215
 
29214
- var __vue_scope_id__$q = undefined;
29216
+ var __vue_scope_id__$r = undefined;
29215
29217
  /* module identifier */
29216
29218
 
29217
- var __vue_module_identifier__$q = undefined;
29219
+ var __vue_module_identifier__$r = undefined;
29218
29220
  /* functional template */
29219
29221
 
29220
- var __vue_is_functional_template__$q = false;
29222
+ var __vue_is_functional_template__$r = false;
29221
29223
  /* style inject */
29222
29224
 
29223
29225
  /* style inject SSR */
29224
29226
 
29225
29227
  /* style inject shadow dom */
29226
29228
 
29227
- var __vue_component__$q = /*#__PURE__*/normalizeComponent({
29228
- render: __vue_render__$q,
29229
- staticRenderFns: __vue_staticRenderFns__$q
29230
- }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
29229
+ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
29230
+ render: __vue_render__$r,
29231
+ staticRenderFns: __vue_staticRenderFns__$r
29232
+ }, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
29231
29233
 
29232
29234
  var searchResult$c = namespace("searchResult");
29233
29235
 
@@ -29297,13 +29299,13 @@ __decorate([searchResult$c.State(function (state) {
29297
29299
  SearchResultsProductAddToCart = __decorate([Component({
29298
29300
  name: "searchResultsProductAddToCart"
29299
29301
  })], SearchResultsProductAddToCart);
29300
- var script$o = SearchResultsProductAddToCart;
29302
+ var script$p = SearchResultsProductAddToCart;
29301
29303
 
29302
29304
  /* script */
29303
- var __vue_script__$p = script$o;
29305
+ var __vue_script__$q = script$p;
29304
29306
  /* template */
29305
29307
 
29306
- var __vue_render__$p = function __vue_render__() {
29308
+ var __vue_render__$q = function __vue_render__() {
29307
29309
  var _vm = this;
29308
29310
 
29309
29311
  var _h = _vm.$createElement;
@@ -29329,11 +29331,11 @@ var __vue_render__$p = function __vue_render__() {
29329
29331
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")])])]);
29330
29332
  };
29331
29333
 
29332
- var __vue_staticRenderFns__$p = [];
29333
- __vue_render__$p._withStripped = true;
29334
+ var __vue_staticRenderFns__$q = [];
29335
+ __vue_render__$q._withStripped = true;
29334
29336
  /* style */
29335
29337
 
29336
- var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
29338
+ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
29337
29339
  if (!inject) return;
29338
29340
  inject("data-v-4541762a_0", {
29339
29341
  source: "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
@@ -29344,21 +29346,21 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
29344
29346
  /* scoped */
29345
29347
 
29346
29348
 
29347
- var __vue_scope_id__$p = undefined;
29349
+ var __vue_scope_id__$q = undefined;
29348
29350
  /* module identifier */
29349
29351
 
29350
- var __vue_module_identifier__$p = undefined;
29352
+ var __vue_module_identifier__$q = undefined;
29351
29353
  /* functional template */
29352
29354
 
29353
- var __vue_is_functional_template__$p = false;
29355
+ var __vue_is_functional_template__$q = false;
29354
29356
  /* style inject SSR */
29355
29357
 
29356
29358
  /* style inject shadow dom */
29357
29359
 
29358
- var __vue_component__$p = /*#__PURE__*/normalizeComponent({
29359
- render: __vue_render__$p,
29360
- staticRenderFns: __vue_staticRenderFns__$p
29361
- }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
29360
+ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
29361
+ render: __vue_render__$q,
29362
+ staticRenderFns: __vue_staticRenderFns__$q
29363
+ }, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
29362
29364
 
29363
29365
  var SearchResultsProductCustom = /*#__PURE__*/function (_Vue) {
29364
29366
  _inherits(SearchResultsProductCustom, _Vue);
@@ -29400,13 +29402,13 @@ __decorate([Prop()], SearchResultsProductCustom.prototype, "options", void 0);
29400
29402
  SearchResultsProductCustom = __decorate([Component({
29401
29403
  name: "searchResultsProductCustom"
29402
29404
  })], SearchResultsProductCustom);
29403
- var script$n = SearchResultsProductCustom;
29405
+ var script$o = SearchResultsProductCustom;
29404
29406
 
29405
29407
  /* script */
29406
- var __vue_script__$o = script$n;
29408
+ var __vue_script__$p = script$o;
29407
29409
  /* template */
29408
29410
 
29409
- var __vue_render__$o = function __vue_render__() {
29411
+ var __vue_render__$p = function __vue_render__() {
29410
29412
  var _vm = this;
29411
29413
 
29412
29414
  var _h = _vm.$createElement;
@@ -29423,30 +29425,30 @@ var __vue_render__$o = function __vue_render__() {
29423
29425
  }, [_vm._v(_vm._s(_vm.text))]);
29424
29426
  };
29425
29427
 
29426
- var __vue_staticRenderFns__$o = [];
29427
- __vue_render__$o._withStripped = true;
29428
+ var __vue_staticRenderFns__$p = [];
29429
+ __vue_render__$p._withStripped = true;
29428
29430
  /* style */
29429
29431
 
29430
- var __vue_inject_styles__$o = undefined;
29432
+ var __vue_inject_styles__$p = undefined;
29431
29433
  /* scoped */
29432
29434
 
29433
- var __vue_scope_id__$o = undefined;
29435
+ var __vue_scope_id__$p = undefined;
29434
29436
  /* module identifier */
29435
29437
 
29436
- var __vue_module_identifier__$o = undefined;
29438
+ var __vue_module_identifier__$p = undefined;
29437
29439
  /* functional template */
29438
29440
 
29439
- var __vue_is_functional_template__$o = false;
29441
+ var __vue_is_functional_template__$p = false;
29440
29442
  /* style inject */
29441
29443
 
29442
29444
  /* style inject SSR */
29443
29445
 
29444
29446
  /* style inject shadow dom */
29445
29447
 
29446
- var __vue_component__$o = /*#__PURE__*/normalizeComponent({
29447
- render: __vue_render__$o,
29448
- staticRenderFns: __vue_staticRenderFns__$o
29449
- }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
29448
+ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
29449
+ render: __vue_render__$p,
29450
+ staticRenderFns: __vue_staticRenderFns__$p
29451
+ }, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
29450
29452
 
29451
29453
  var SearchResultsProductCustomHtmlElement = /*#__PURE__*/function (_Vue) {
29452
29454
  _inherits(SearchResultsProductCustomHtmlElement, _Vue);
@@ -29481,13 +29483,13 @@ __decorate([Prop()], SearchResultsProductCustomHtmlElement.prototype, "options",
29481
29483
  SearchResultsProductCustomHtmlElement = __decorate([Component({
29482
29484
  name: "searchResultsProductCustomHtmlElement"
29483
29485
  })], SearchResultsProductCustomHtmlElement);
29484
- var script$m = SearchResultsProductCustomHtmlElement;
29486
+ var script$n = SearchResultsProductCustomHtmlElement;
29485
29487
 
29486
29488
  /* script */
29487
- var __vue_script__$n = script$m;
29489
+ var __vue_script__$o = script$n;
29488
29490
  /* template */
29489
29491
 
29490
- var __vue_render__$n = function __vue_render__() {
29492
+ var __vue_render__$o = function __vue_render__() {
29491
29493
  var _vm = this;
29492
29494
 
29493
29495
  var _h = _vm.$createElement;
@@ -29502,30 +29504,30 @@ var __vue_render__$n = function __vue_render__() {
29502
29504
  });
29503
29505
  };
29504
29506
 
29505
- var __vue_staticRenderFns__$n = [];
29506
- __vue_render__$n._withStripped = true;
29507
+ var __vue_staticRenderFns__$o = [];
29508
+ __vue_render__$o._withStripped = true;
29507
29509
  /* style */
29508
29510
 
29509
- var __vue_inject_styles__$n = undefined;
29511
+ var __vue_inject_styles__$o = undefined;
29510
29512
  /* scoped */
29511
29513
 
29512
- var __vue_scope_id__$n = undefined;
29514
+ var __vue_scope_id__$o = undefined;
29513
29515
  /* module identifier */
29514
29516
 
29515
- var __vue_module_identifier__$n = undefined;
29517
+ var __vue_module_identifier__$o = undefined;
29516
29518
  /* functional template */
29517
29519
 
29518
- var __vue_is_functional_template__$n = false;
29520
+ var __vue_is_functional_template__$o = false;
29519
29521
  /* style inject */
29520
29522
 
29521
29523
  /* style inject SSR */
29522
29524
 
29523
29525
  /* style inject shadow dom */
29524
29526
 
29525
- var __vue_component__$n = /*#__PURE__*/normalizeComponent({
29526
- render: __vue_render__$n,
29527
- staticRenderFns: __vue_staticRenderFns__$n
29528
- }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
29527
+ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
29528
+ render: __vue_render__$o,
29529
+ staticRenderFns: __vue_staticRenderFns__$o
29530
+ }, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
29529
29531
 
29530
29532
  var SearchResultsProductCardElement = /*#__PURE__*/function (_Vue) {
29531
29533
  _inherits(SearchResultsProductCardElement, _Vue);
@@ -29542,31 +29544,31 @@ var SearchResultsProductCardElement = /*#__PURE__*/function (_Vue) {
29542
29544
  key: "elementComponent",
29543
29545
  get: function get() {
29544
29546
  switch (this.element.type) {
29545
- case DocumentElementType.IMAGE:
29547
+ case exports.DocumentElementType.IMAGE:
29546
29548
  return "searchResultsProductImage";
29547
29549
 
29548
- case DocumentElementType.TITLE:
29550
+ case exports.DocumentElementType.TITLE:
29549
29551
  return "searchResultsProductTitle";
29550
29552
 
29551
- case DocumentElementType.DESCRIPTION:
29553
+ case exports.DocumentElementType.DESCRIPTION:
29552
29554
  return "searchResultsProductDescription";
29553
29555
 
29554
- case DocumentElementType.RATING:
29556
+ case exports.DocumentElementType.RATING:
29555
29557
  return "searchResultsProductRating";
29556
29558
 
29557
- case DocumentElementType.PRICE:
29559
+ case exports.DocumentElementType.PRICE:
29558
29560
  return "searchResultsProductPrice";
29559
29561
 
29560
- case DocumentElementType.REGULARPRICE:
29562
+ case exports.DocumentElementType.REGULARPRICE:
29561
29563
  return "searchResultsProductRegularPrice";
29562
29564
 
29563
- case DocumentElementType.ADDTOCART:
29565
+ case exports.DocumentElementType.ADDTOCART:
29564
29566
  return "searchResultsProductAddToCart";
29565
29567
 
29566
- case DocumentElementType.CUSTOM:
29568
+ case exports.DocumentElementType.CUSTOM:
29567
29569
  return "searchResultsProductCustom";
29568
29570
 
29569
- case DocumentElementType.CUSTOM_HTML:
29571
+ case exports.DocumentElementType.CUSTOM_HTML:
29570
29572
  return "searchResultsProductCustomHtmlElement";
29571
29573
  }
29572
29574
 
@@ -29602,23 +29604,23 @@ __decorate([Prop({
29602
29604
  SearchResultsProductCardElement = __decorate([Component({
29603
29605
  name: "searchResultsProductCardElement",
29604
29606
  components: {
29605
- SearchResultsProductImage: __vue_component__$v,
29606
- SearchResultsProductTitle: __vue_component__$u,
29607
- SearchResultsProductDescription: __vue_component__$t,
29608
- SearchResultsProductRating: __vue_component__$s,
29609
- SearchResultsProductRegularPrice: __vue_component__$r,
29610
- SearchResultsProductPrice: __vue_component__$q,
29611
- SearchResultsProductAddToCart: __vue_component__$p,
29612
- SearchResultsProductCustom: __vue_component__$o,
29613
- SearchResultsProductCustomHtmlElement: __vue_component__$n
29607
+ SearchResultsProductImage: __vue_component__$w,
29608
+ SearchResultsProductTitle: __vue_component__$v,
29609
+ SearchResultsProductDescription: __vue_component__$u,
29610
+ SearchResultsProductRating: __vue_component__$t,
29611
+ SearchResultsProductRegularPrice: __vue_component__$s,
29612
+ SearchResultsProductPrice: __vue_component__$r,
29613
+ SearchResultsProductAddToCart: __vue_component__$q,
29614
+ SearchResultsProductCustom: __vue_component__$p,
29615
+ SearchResultsProductCustomHtmlElement: __vue_component__$o
29614
29616
  }
29615
29617
  })], SearchResultsProductCardElement);
29616
- var script$l = SearchResultsProductCardElement;
29618
+ var script$m = SearchResultsProductCardElement;
29617
29619
 
29618
- var __vue_script__$m = script$l;
29620
+ var __vue_script__$n = script$m;
29619
29621
  /* template */
29620
29622
 
29621
- var __vue_render__$m = function __vue_render__() {
29623
+ var __vue_render__$n = function __vue_render__() {
29622
29624
  var _vm = this;
29623
29625
 
29624
29626
  var _h = _vm.$createElement;
@@ -29640,30 +29642,30 @@ var __vue_render__$m = function __vue_render__() {
29640
29642
  }) : _vm._e();
29641
29643
  };
29642
29644
 
29643
- var __vue_staticRenderFns__$m = [];
29644
- __vue_render__$m._withStripped = true;
29645
+ var __vue_staticRenderFns__$n = [];
29646
+ __vue_render__$n._withStripped = true;
29645
29647
  /* style */
29646
29648
 
29647
- var __vue_inject_styles__$m = undefined;
29649
+ var __vue_inject_styles__$n = undefined;
29648
29650
  /* scoped */
29649
29651
 
29650
- var __vue_scope_id__$m = undefined;
29652
+ var __vue_scope_id__$n = undefined;
29651
29653
  /* module identifier */
29652
29654
 
29653
- var __vue_module_identifier__$m = undefined;
29655
+ var __vue_module_identifier__$n = undefined;
29654
29656
  /* functional template */
29655
29657
 
29656
- var __vue_is_functional_template__$m = false;
29658
+ var __vue_is_functional_template__$n = false;
29657
29659
  /* style inject */
29658
29660
 
29659
29661
  /* style inject SSR */
29660
29662
 
29661
29663
  /* style inject shadow dom */
29662
29664
 
29663
- var __vue_component__$m = /*#__PURE__*/normalizeComponent({
29664
- render: __vue_render__$m,
29665
- staticRenderFns: __vue_staticRenderFns__$m
29666
- }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
29665
+ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
29666
+ render: __vue_render__$n,
29667
+ staticRenderFns: __vue_staticRenderFns__$n
29668
+ }, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
29667
29669
 
29668
29670
  var tracking$3 = namespace("tracking");
29669
29671
  var params$9 = namespace("params");
@@ -29702,7 +29704,7 @@ var SearchResultsProductCard = /*#__PURE__*/function (_Vue) {
29702
29704
  var _a, _b;
29703
29705
 
29704
29706
  return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
29705
- return e.type === DocumentElementType.IMAGE;
29707
+ return e.type === exports.DocumentElementType.IMAGE;
29706
29708
  })) !== null && _b !== void 0 ? _b : [];
29707
29709
  }
29708
29710
  }, {
@@ -29711,7 +29713,7 @@ var SearchResultsProductCard = /*#__PURE__*/function (_Vue) {
29711
29713
  var _a, _b;
29712
29714
 
29713
29715
  return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
29714
- return e.type !== DocumentElementType.IMAGE;
29716
+ return e.type !== exports.DocumentElementType.IMAGE;
29715
29717
  })) !== null && _b !== void 0 ? _b : [];
29716
29718
  }
29717
29719
  }, {
@@ -29845,16 +29847,16 @@ __decorate([tracking$3.Action("track")], SearchResultsProductCard.prototype, "tr
29845
29847
  SearchResultsProductCard = __decorate([Component({
29846
29848
  name: "searchResultsProductCard",
29847
29849
  components: {
29848
- SearchResultsBadgeWrapper: __vue_component__$w,
29849
- SearchResultsProductCardElement: __vue_component__$m
29850
+ SearchResultsBadgeWrapper: __vue_component__$x,
29851
+ SearchResultsProductCardElement: __vue_component__$n
29850
29852
  }
29851
29853
  })], SearchResultsProductCard);
29852
- var script$k = SearchResultsProductCard;
29854
+ var script$l = SearchResultsProductCard;
29853
29855
 
29854
- var __vue_script__$l = script$k;
29856
+ var __vue_script__$m = script$l;
29855
29857
  /* template */
29856
29858
 
29857
- var __vue_render__$l = function __vue_render__() {
29859
+ var __vue_render__$m = function __vue_render__() {
29858
29860
  var _vm = this;
29859
29861
 
29860
29862
  var _h = _vm.$createElement;
@@ -29916,30 +29918,30 @@ var __vue_render__$l = function __vue_render__() {
29916
29918
  }), 1)])], 1);
29917
29919
  };
29918
29920
 
29919
- var __vue_staticRenderFns__$l = [];
29920
- __vue_render__$l._withStripped = true;
29921
+ var __vue_staticRenderFns__$m = [];
29922
+ __vue_render__$m._withStripped = true;
29921
29923
  /* style */
29922
29924
 
29923
- var __vue_inject_styles__$l = undefined;
29925
+ var __vue_inject_styles__$m = undefined;
29924
29926
  /* scoped */
29925
29927
 
29926
- var __vue_scope_id__$l = undefined;
29928
+ var __vue_scope_id__$m = undefined;
29927
29929
  /* module identifier */
29928
29930
 
29929
- var __vue_module_identifier__$l = undefined;
29931
+ var __vue_module_identifier__$m = undefined;
29930
29932
  /* functional template */
29931
29933
 
29932
- var __vue_is_functional_template__$l = false;
29934
+ var __vue_is_functional_template__$m = false;
29933
29935
  /* style inject */
29934
29936
 
29935
29937
  /* style inject SSR */
29936
29938
 
29937
29939
  /* style inject shadow dom */
29938
29940
 
29939
- var __vue_component__$l = /*#__PURE__*/normalizeComponent({
29940
- render: __vue_render__$l,
29941
- staticRenderFns: __vue_staticRenderFns__$l
29942
- }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
29941
+ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
29942
+ render: __vue_render__$m,
29943
+ staticRenderFns: __vue_staticRenderFns__$m
29944
+ }, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
29943
29945
 
29944
29946
  var initAnalyticsTracking = function initAnalyticsTracking(analyticsOptions) {
29945
29947
  try {
@@ -30246,16 +30248,16 @@ __decorate([Watch("query")], AdditionalPanels$1.prototype, "handleQueryChange",
30246
30248
  AdditionalPanels$1 = __decorate([Component({
30247
30249
  name: "additionalPanel",
30248
30250
  components: {
30249
- SearchResultsProductCard: __vue_component__$l
30251
+ SearchResultsProductCard: __vue_component__$m
30250
30252
  }
30251
30253
  })], AdditionalPanels$1);
30252
- var script$j = AdditionalPanels$1;
30254
+ var script$k = AdditionalPanels$1;
30253
30255
 
30254
30256
  /* script */
30255
- var __vue_script__$k = script$j;
30257
+ var __vue_script__$l = script$k;
30256
30258
  /* template */
30257
30259
 
30258
- var __vue_render__$k = function __vue_render__() {
30260
+ var __vue_render__$l = function __vue_render__() {
30259
30261
  var _vm = this;
30260
30262
 
30261
30263
  var _h = _vm.$createElement;
@@ -30292,30 +30294,30 @@ var __vue_render__$k = function __vue_render__() {
30292
30294
  }, [_vm._v("\n " + _vm._s(_vm.showAll ? _vm.addParams(_vm.panel.labels.showLess, _vm.itemCount) : _vm.addParams(_vm.panel.labels.showMore, _vm.itemCount)) + "\n ")]) : _vm._e()]) : _vm._e();
30293
30295
  };
30294
30296
 
30295
- var __vue_staticRenderFns__$k = [];
30296
- __vue_render__$k._withStripped = true;
30297
+ var __vue_staticRenderFns__$l = [];
30298
+ __vue_render__$l._withStripped = true;
30297
30299
  /* style */
30298
30300
 
30299
- var __vue_inject_styles__$k = undefined;
30301
+ var __vue_inject_styles__$l = undefined;
30300
30302
  /* scoped */
30301
30303
 
30302
- var __vue_scope_id__$k = undefined;
30304
+ var __vue_scope_id__$l = undefined;
30303
30305
  /* module identifier */
30304
30306
 
30305
- var __vue_module_identifier__$k = undefined;
30307
+ var __vue_module_identifier__$l = undefined;
30306
30308
  /* functional template */
30307
30309
 
30308
- var __vue_is_functional_template__$k = false;
30310
+ var __vue_is_functional_template__$l = false;
30309
30311
  /* style inject */
30310
30312
 
30311
30313
  /* style inject SSR */
30312
30314
 
30313
30315
  /* style inject shadow dom */
30314
30316
 
30315
- var __vue_component__$k = /*#__PURE__*/normalizeComponent({
30316
- render: __vue_render__$k,
30317
- staticRenderFns: __vue_staticRenderFns__$k
30318
- }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
30317
+ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
30318
+ render: __vue_render__$l,
30319
+ staticRenderFns: __vue_staticRenderFns__$l
30320
+ }, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
30319
30321
 
30320
30322
  var AdditionalPanels = /*#__PURE__*/function (_Vue) {
30321
30323
  _inherits(AdditionalPanels, _Vue);
@@ -30364,16 +30366,16 @@ __decorate([Prop({
30364
30366
  AdditionalPanels = __decorate([Component({
30365
30367
  name: "additionalPanels",
30366
30368
  components: {
30367
- AdditionalPanel: __vue_component__$k
30369
+ AdditionalPanel: __vue_component__$l
30368
30370
  }
30369
30371
  })], AdditionalPanels);
30370
- var script$i = AdditionalPanels;
30372
+ var script$j = AdditionalPanels;
30371
30373
 
30372
30374
  /* script */
30373
- var __vue_script__$j = script$i;
30375
+ var __vue_script__$k = script$j;
30374
30376
  /* template */
30375
30377
 
30376
- var __vue_render__$j = function __vue_render__() {
30378
+ var __vue_render__$k = function __vue_render__() {
30377
30379
  var _vm = this;
30378
30380
 
30379
30381
  var _h = _vm.$createElement;
@@ -30393,30 +30395,30 @@ var __vue_render__$j = function __vue_render__() {
30393
30395
  }), 1) : _vm._e();
30394
30396
  };
30395
30397
 
30396
- var __vue_staticRenderFns__$j = [];
30397
- __vue_render__$j._withStripped = true;
30398
+ var __vue_staticRenderFns__$k = [];
30399
+ __vue_render__$k._withStripped = true;
30398
30400
  /* style */
30399
30401
 
30400
- var __vue_inject_styles__$j = undefined;
30402
+ var __vue_inject_styles__$k = undefined;
30401
30403
  /* scoped */
30402
30404
 
30403
- var __vue_scope_id__$j = undefined;
30405
+ var __vue_scope_id__$k = undefined;
30404
30406
  /* module identifier */
30405
30407
 
30406
- var __vue_module_identifier__$j = undefined;
30408
+ var __vue_module_identifier__$k = undefined;
30407
30409
  /* functional template */
30408
30410
 
30409
- var __vue_is_functional_template__$j = false;
30411
+ var __vue_is_functional_template__$k = false;
30410
30412
  /* style inject */
30411
30413
 
30412
30414
  /* style inject SSR */
30413
30415
 
30414
30416
  /* style inject shadow dom */
30415
30417
 
30416
- var __vue_component__$j = /*#__PURE__*/normalizeComponent({
30417
- render: __vue_render__$j,
30418
- staticRenderFns: __vue_staticRenderFns__$j
30419
- }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
30418
+ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
30419
+ render: __vue_render__$k,
30420
+ staticRenderFns: __vue_staticRenderFns__$k
30421
+ }, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
30420
30422
 
30421
30423
  var params$7 = namespace("params");
30422
30424
 
@@ -30437,7 +30439,8 @@ var SearchResultsPageSize = /*#__PURE__*/function (_Vue) {
30437
30439
  var select = this.$refs.select;
30438
30440
 
30439
30441
  if (select) {
30440
- select.value = pickClosestNumber(this.options.sizes, this.limit).toString();
30442
+ var closest = pickClosestNumber(this.options.sizes, this.limit);
30443
+ select.value = closest === null || closest === void 0 ? void 0 : closest.toString();
30441
30444
  }
30442
30445
  }
30443
30446
  }, {
@@ -30472,13 +30475,13 @@ __decorate([params$7.Action("appendParams")], SearchResultsPageSize.prototype, "
30472
30475
  SearchResultsPageSize = __decorate([Component({
30473
30476
  name: "searchResultsPageSize"
30474
30477
  })], SearchResultsPageSize);
30475
- var script$h = SearchResultsPageSize;
30478
+ var script$i = SearchResultsPageSize;
30476
30479
 
30477
30480
  /* script */
30478
- var __vue_script__$i = script$h;
30481
+ var __vue_script__$j = script$i;
30479
30482
  /* template */
30480
30483
 
30481
- var __vue_render__$i = function __vue_render__() {
30484
+ var __vue_render__$j = function __vue_render__() {
30482
30485
  var _vm = this;
30483
30486
 
30484
30487
  var _h = _vm.$createElement;
@@ -30512,30 +30515,30 @@ var __vue_render__$i = function __vue_render__() {
30512
30515
  }), 0)])]);
30513
30516
  };
30514
30517
 
30515
- var __vue_staticRenderFns__$i = [];
30516
- __vue_render__$i._withStripped = true;
30518
+ var __vue_staticRenderFns__$j = [];
30519
+ __vue_render__$j._withStripped = true;
30517
30520
  /* style */
30518
30521
 
30519
- var __vue_inject_styles__$i = undefined;
30522
+ var __vue_inject_styles__$j = undefined;
30520
30523
  /* scoped */
30521
30524
 
30522
- var __vue_scope_id__$i = undefined;
30525
+ var __vue_scope_id__$j = undefined;
30523
30526
  /* module identifier */
30524
30527
 
30525
- var __vue_module_identifier__$i = undefined;
30528
+ var __vue_module_identifier__$j = undefined;
30526
30529
  /* functional template */
30527
30530
 
30528
- var __vue_is_functional_template__$i = false;
30531
+ var __vue_is_functional_template__$j = false;
30529
30532
  /* style inject */
30530
30533
 
30531
30534
  /* style inject SSR */
30532
30535
 
30533
30536
  /* style inject shadow dom */
30534
30537
 
30535
- var __vue_component__$i = /*#__PURE__*/normalizeComponent({
30536
- render: __vue_render__$i,
30537
- staticRenderFns: __vue_staticRenderFns__$i
30538
- }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
30538
+ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
30539
+ render: __vue_render__$j,
30540
+ staticRenderFns: __vue_staticRenderFns__$j
30541
+ }, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
30539
30542
 
30540
30543
  var params$6 = namespace("params");
30541
30544
 
@@ -30595,13 +30598,13 @@ __decorate([params$6.Action("appendParams")], SearchResultsPageSelect.prototype,
30595
30598
  SearchResultsPageSelect = __decorate([Component({
30596
30599
  name: "searchResultsPageSelect"
30597
30600
  })], SearchResultsPageSelect);
30598
- var script$g = SearchResultsPageSelect;
30601
+ var script$h = SearchResultsPageSelect;
30599
30602
 
30600
30603
  /* script */
30601
- var __vue_script__$h = script$g;
30604
+ var __vue_script__$i = script$h;
30602
30605
  /* template */
30603
30606
 
30604
- var __vue_render__$h = function __vue_render__() {
30607
+ var __vue_render__$i = function __vue_render__() {
30605
30608
  var _vm = this;
30606
30609
 
30607
30610
  var _h = _vm.$createElement;
@@ -30646,30 +30649,30 @@ var __vue_render__$h = function __vue_render__() {
30646
30649
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]) : _vm._e()], 2);
30647
30650
  };
30648
30651
 
30649
- var __vue_staticRenderFns__$h = [];
30650
- __vue_render__$h._withStripped = true;
30652
+ var __vue_staticRenderFns__$i = [];
30653
+ __vue_render__$i._withStripped = true;
30651
30654
  /* style */
30652
30655
 
30653
- var __vue_inject_styles__$h = undefined;
30656
+ var __vue_inject_styles__$i = undefined;
30654
30657
  /* scoped */
30655
30658
 
30656
- var __vue_scope_id__$h = undefined;
30659
+ var __vue_scope_id__$i = undefined;
30657
30660
  /* module identifier */
30658
30661
 
30659
- var __vue_module_identifier__$h = undefined;
30662
+ var __vue_module_identifier__$i = undefined;
30660
30663
  /* functional template */
30661
30664
 
30662
- var __vue_is_functional_template__$h = false;
30665
+ var __vue_is_functional_template__$i = false;
30663
30666
  /* style inject */
30664
30667
 
30665
30668
  /* style inject SSR */
30666
30669
 
30667
30670
  /* style inject shadow dom */
30668
30671
 
30669
- var __vue_component__$h = /*#__PURE__*/normalizeComponent({
30670
- render: __vue_render__$h,
30671
- staticRenderFns: __vue_staticRenderFns__$h
30672
- }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
30672
+ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
30673
+ render: __vue_render__$i,
30674
+ staticRenderFns: __vue_staticRenderFns__$i
30675
+ }, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
30673
30676
 
30674
30677
  var params$5 = namespace("params");
30675
30678
 
@@ -30769,12 +30772,12 @@ __decorate([params$5.Action("appendParams")], SearchResultsSort.prototype, "appe
30769
30772
  SearchResultsSort = __decorate([Component({
30770
30773
  name: "searchResultsSort"
30771
30774
  })], SearchResultsSort);
30772
- var script$f = SearchResultsSort;
30775
+ var script$g = SearchResultsSort;
30773
30776
 
30774
- var __vue_script__$g = script$f;
30777
+ var __vue_script__$h = script$g;
30775
30778
  /* template */
30776
30779
 
30777
- var __vue_render__$g = function __vue_render__() {
30780
+ var __vue_render__$h = function __vue_render__() {
30778
30781
  var _vm = this;
30779
30782
 
30780
30783
  var _h = _vm.$createElement;
@@ -30824,30 +30827,30 @@ var __vue_render__$g = function __vue_render__() {
30824
30827
  }), 0)])]);
30825
30828
  };
30826
30829
 
30827
- var __vue_staticRenderFns__$g = [];
30828
- __vue_render__$g._withStripped = true;
30830
+ var __vue_staticRenderFns__$h = [];
30831
+ __vue_render__$h._withStripped = true;
30829
30832
  /* style */
30830
30833
 
30831
- var __vue_inject_styles__$g = undefined;
30834
+ var __vue_inject_styles__$h = undefined;
30832
30835
  /* scoped */
30833
30836
 
30834
- var __vue_scope_id__$g = undefined;
30837
+ var __vue_scope_id__$h = undefined;
30835
30838
  /* module identifier */
30836
30839
 
30837
- var __vue_module_identifier__$g = undefined;
30840
+ var __vue_module_identifier__$h = undefined;
30838
30841
  /* functional template */
30839
30842
 
30840
- var __vue_is_functional_template__$g = false;
30843
+ var __vue_is_functional_template__$h = false;
30841
30844
  /* style inject */
30842
30845
 
30843
30846
  /* style inject SSR */
30844
30847
 
30845
30848
  /* style inject shadow dom */
30846
30849
 
30847
- var __vue_component__$g = /*#__PURE__*/normalizeComponent({
30848
- render: __vue_render__$g,
30849
- staticRenderFns: __vue_staticRenderFns__$g
30850
- }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
30850
+ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
30851
+ render: __vue_render__$h,
30852
+ staticRenderFns: __vue_staticRenderFns__$h
30853
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
30851
30854
 
30852
30855
  var searchResult$a = namespace("searchResult");
30853
30856
  var options$3 = namespace("options");
@@ -30884,13 +30887,13 @@ __decorate([searchResult$a.Action("setLayout")], SearchResultsLayoutSelection.pr
30884
30887
  SearchResultsLayoutSelection = __decorate([Component({
30885
30888
  name: "searchResultsLayoutSelection"
30886
30889
  })], SearchResultsLayoutSelection);
30887
- var script$e = SearchResultsLayoutSelection;
30890
+ var script$f = SearchResultsLayoutSelection;
30888
30891
 
30889
30892
  /* script */
30890
- var __vue_script__$f = script$e;
30893
+ var __vue_script__$g = script$f;
30891
30894
  /* template */
30892
30895
 
30893
- var __vue_render__$f = function __vue_render__() {
30896
+ var __vue_render__$g = function __vue_render__() {
30894
30897
  var _vm = this;
30895
30898
 
30896
30899
  var _h = _vm.$createElement;
@@ -30921,30 +30924,30 @@ var __vue_render__$f = function __vue_render__() {
30921
30924
  }, [_vm._v("\n ☰\n ")])]);
30922
30925
  };
30923
30926
 
30924
- var __vue_staticRenderFns__$f = [];
30925
- __vue_render__$f._withStripped = true;
30927
+ var __vue_staticRenderFns__$g = [];
30928
+ __vue_render__$g._withStripped = true;
30926
30929
  /* style */
30927
30930
 
30928
- var __vue_inject_styles__$f = undefined;
30931
+ var __vue_inject_styles__$g = undefined;
30929
30932
  /* scoped */
30930
30933
 
30931
- var __vue_scope_id__$f = undefined;
30934
+ var __vue_scope_id__$g = undefined;
30932
30935
  /* module identifier */
30933
30936
 
30934
- var __vue_module_identifier__$f = undefined;
30937
+ var __vue_module_identifier__$g = undefined;
30935
30938
  /* functional template */
30936
30939
 
30937
- var __vue_is_functional_template__$f = false;
30940
+ var __vue_is_functional_template__$g = false;
30938
30941
  /* style inject */
30939
30942
 
30940
30943
  /* style inject SSR */
30941
30944
 
30942
30945
  /* style inject shadow dom */
30943
30946
 
30944
- var __vue_component__$f = /*#__PURE__*/normalizeComponent({
30945
- render: __vue_render__$f,
30946
- staticRenderFns: __vue_staticRenderFns__$f
30947
- }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
30947
+ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
30948
+ render: __vue_render__$g,
30949
+ staticRenderFns: __vue_staticRenderFns__$g
30950
+ }, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
30948
30951
 
30949
30952
  var searchResult$9 = namespace("searchResult");
30950
30953
 
@@ -30983,13 +30986,13 @@ __decorate([searchResult$9.Getter("itemRange")], SearchResultsSummary.prototype,
30983
30986
  SearchResultsSummary = __decorate([Component({
30984
30987
  name: "searchResultsSummary"
30985
30988
  })], SearchResultsSummary);
30986
- var script$d = SearchResultsSummary;
30989
+ var script$e = SearchResultsSummary;
30987
30990
 
30988
30991
  /* script */
30989
- var __vue_script__$e = script$d;
30992
+ var __vue_script__$f = script$e;
30990
30993
  /* template */
30991
30994
 
30992
- var __vue_render__$e = function __vue_render__() {
30995
+ var __vue_render__$f = function __vue_render__() {
30993
30996
  var _vm = this;
30994
30997
 
30995
30998
  var _h = _vm.$createElement;
@@ -31015,30 +31018,30 @@ var __vue_render__$e = function __vue_render__() {
31015
31018
  }, [_vm._v("✕")]) : _vm._e()]) : _vm._e();
31016
31019
  };
31017
31020
 
31018
- var __vue_staticRenderFns__$e = [];
31019
- __vue_render__$e._withStripped = true;
31021
+ var __vue_staticRenderFns__$f = [];
31022
+ __vue_render__$f._withStripped = true;
31020
31023
  /* style */
31021
31024
 
31022
- var __vue_inject_styles__$e = undefined;
31025
+ var __vue_inject_styles__$f = undefined;
31023
31026
  /* scoped */
31024
31027
 
31025
- var __vue_scope_id__$e = undefined;
31028
+ var __vue_scope_id__$f = undefined;
31026
31029
  /* module identifier */
31027
31030
 
31028
- var __vue_module_identifier__$e = undefined;
31031
+ var __vue_module_identifier__$f = undefined;
31029
31032
  /* functional template */
31030
31033
 
31031
- var __vue_is_functional_template__$e = false;
31034
+ var __vue_is_functional_template__$f = false;
31032
31035
  /* style inject */
31033
31036
 
31034
31037
  /* style inject SSR */
31035
31038
 
31036
31039
  /* style inject shadow dom */
31037
31040
 
31038
- var __vue_component__$e = /*#__PURE__*/normalizeComponent({
31039
- render: __vue_render__$e,
31040
- staticRenderFns: __vue_staticRenderFns__$e
31041
- }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
31041
+ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
31042
+ render: __vue_render__$f,
31043
+ staticRenderFns: __vue_staticRenderFns__$f
31044
+ }, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
31042
31045
 
31043
31046
  var searchResult$8 = namespace("searchResult");
31044
31047
 
@@ -31078,13 +31081,13 @@ __decorate([searchResult$8.Mutation("setSidebarVisibility")], SearchResultsMobil
31078
31081
  SearchResultsMobileToggle = __decorate([Component({
31079
31082
  name: "searchResultsMobileToggle"
31080
31083
  })], SearchResultsMobileToggle);
31081
- var script$c = SearchResultsMobileToggle;
31084
+ var script$d = SearchResultsMobileToggle;
31082
31085
 
31083
31086
  /* script */
31084
- var __vue_script__$d = script$c;
31087
+ var __vue_script__$e = script$d;
31085
31088
  /* template */
31086
31089
 
31087
- var __vue_render__$d = function __vue_render__() {
31090
+ var __vue_render__$e = function __vue_render__() {
31088
31091
  var _vm = this;
31089
31092
 
31090
31093
  var _h = _vm.$createElement;
@@ -31104,30 +31107,30 @@ var __vue_render__$d = function __vue_render__() {
31104
31107
  }, [_vm._v(_vm._s(_vm.currentFilterCount))]) : _vm._e()]);
31105
31108
  };
31106
31109
 
31107
- var __vue_staticRenderFns__$d = [];
31108
- __vue_render__$d._withStripped = true;
31110
+ var __vue_staticRenderFns__$e = [];
31111
+ __vue_render__$e._withStripped = true;
31109
31112
  /* style */
31110
31113
 
31111
- var __vue_inject_styles__$d = undefined;
31114
+ var __vue_inject_styles__$e = undefined;
31112
31115
  /* scoped */
31113
31116
 
31114
- var __vue_scope_id__$d = undefined;
31117
+ var __vue_scope_id__$e = undefined;
31115
31118
  /* module identifier */
31116
31119
 
31117
- var __vue_module_identifier__$d = undefined;
31120
+ var __vue_module_identifier__$e = undefined;
31118
31121
  /* functional template */
31119
31122
 
31120
- var __vue_is_functional_template__$d = false;
31123
+ var __vue_is_functional_template__$e = false;
31121
31124
  /* style inject */
31122
31125
 
31123
31126
  /* style inject SSR */
31124
31127
 
31125
31128
  /* style inject shadow dom */
31126
31129
 
31127
- var __vue_component__$d = /*#__PURE__*/normalizeComponent({
31128
- render: __vue_render__$d,
31129
- staticRenderFns: __vue_staticRenderFns__$d
31130
- }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
31130
+ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
31131
+ render: __vue_render__$e,
31132
+ staticRenderFns: __vue_staticRenderFns__$e
31133
+ }, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
31131
31134
 
31132
31135
  var searchResult$7 = namespace("searchResult");
31133
31136
  var params$4 = namespace("params");
@@ -31152,6 +31155,78 @@ var SearchResultsToolbar = /*#__PURE__*/function (_Vue) {
31152
31155
  }
31153
31156
 
31154
31157
  _createClass(SearchResultsToolbar, [{
31158
+ key: "isBottomLocation",
31159
+ get: function get() {
31160
+ return this.paginationLocation === "bottom";
31161
+ }
31162
+ }, {
31163
+ key: "showFilterClear",
31164
+ get: function get() {
31165
+ var _a;
31166
+
31167
+ return this.isBottomLocation ? false : Boolean((_a = this.options.toolbar) === null || _a === void 0 ? void 0 : _a.clearFilters);
31168
+ }
31169
+ }, {
31170
+ key: "showItemSummary",
31171
+ get: function get() {
31172
+ var _a;
31173
+
31174
+ return this.isBottomLocation ? false : Boolean((_a = this.options.toolbar) === null || _a === void 0 ? void 0 : _a.itemSummary);
31175
+ }
31176
+ }, {
31177
+ key: "showLayoutSelection",
31178
+ get: function get() {
31179
+ var _a;
31180
+
31181
+ return this.isBottomLocation ? false : Boolean((_a = this.options.toolbar) === null || _a === void 0 ? void 0 : _a.layoutSelector);
31182
+ }
31183
+ }, {
31184
+ key: "sortOptions",
31185
+ get: function get() {
31186
+ if (this.isBottomLocation) {
31187
+ return undefined;
31188
+ }
31189
+
31190
+ return {
31191
+ label: this.options.labels.sortBy,
31192
+ options: this.options.sort
31193
+ };
31194
+ }
31195
+ }, {
31196
+ key: "paginationDisplay",
31197
+ get: function get() {
31198
+ if (this.paginationLocation === "top") {
31199
+ return {
31200
+ pageSize: this.options.pagination.sizeSelection.position.top,
31201
+ pageSelect: this.options.pagination.pageSelection.position.top
31202
+ };
31203
+ } else {
31204
+ return {
31205
+ pageSize: this.options.pagination.sizeSelection.position.bottom,
31206
+ pageSelect: this.options.pagination.pageSelection.position.bottom
31207
+ };
31208
+ }
31209
+ }
31210
+ }, {
31211
+ key: "paginationOptions",
31212
+ get: function get() {
31213
+ var pageSize = this.options.pagination.sizeSelection;
31214
+ var pageSelect = this.options.pagination.pageSelection;
31215
+ var r = {
31216
+ pageSize: {
31217
+ sizes: pageSize.sizes,
31218
+ selectedSize: this.limit
31219
+ },
31220
+ pageSelect: {
31221
+ count: getPageCount(this.searchResult.total, this.limit),
31222
+ selectedPage: this.page,
31223
+ display: pageSelect.display
31224
+ },
31225
+ labels: this.options.labels
31226
+ };
31227
+ return r;
31228
+ }
31229
+ }, {
31155
31230
  key: "displayPageSelect",
31156
31231
  get: function get() {
31157
31232
  return this.paginationDisplay.pageSelect && this.paginationOptions.pageSelect.count > 0 && this.paginationOptions.pageSelect.count >= this.paginationOptions.pageSelect.selectedPage;
@@ -31185,55 +31260,39 @@ __decorate([Prop({
31185
31260
  })], SearchResultsToolbar.prototype, "options", void 0);
31186
31261
 
31187
31262
  __decorate([Prop({
31188
- default: function _default() {
31189
- return {};
31190
- }
31191
- })], SearchResultsToolbar.prototype, "paginationOptions", void 0);
31192
-
31193
- __decorate([Prop({
31194
- default: function _default() {
31195
- return {};
31196
- }
31197
- })], SearchResultsToolbar.prototype, "paginationDisplay", void 0);
31198
-
31199
- __decorate([Prop({
31200
- default: null
31201
- })], SearchResultsToolbar.prototype, "sortOptions", void 0);
31202
-
31203
- __decorate([Prop({
31204
- default: false
31205
- })], SearchResultsToolbar.prototype, "showLayoutSelection", void 0);
31263
+ default: "top"
31264
+ })], SearchResultsToolbar.prototype, "paginationLocation", void 0);
31206
31265
 
31207
- __decorate([Prop({
31208
- default: false
31209
- })], SearchResultsToolbar.prototype, "showItemSummary", void 0);
31266
+ __decorate([params$4.Getter("limit")], SearchResultsToolbar.prototype, "limit", void 0);
31210
31267
 
31211
- __decorate([Prop({
31212
- default: false
31213
- })], SearchResultsToolbar.prototype, "showFilterClear", void 0);
31268
+ __decorate([params$4.Getter("page")], SearchResultsToolbar.prototype, "page", void 0);
31214
31269
 
31215
31270
  __decorate([searchResult$7.Getter("hasAnyFilter")], SearchResultsToolbar.prototype, "hasAnyFilter", void 0);
31216
31271
 
31272
+ __decorate([searchResult$7.State(function (state) {
31273
+ return state.searchResult;
31274
+ })], SearchResultsToolbar.prototype, "searchResult", void 0);
31275
+
31217
31276
  __decorate([params$4.Action("removeAllFilters")], SearchResultsToolbar.prototype, "removeAllFilters", void 0);
31218
31277
 
31219
31278
  SearchResultsToolbar = __decorate([Component({
31220
31279
  name: "searchResultsToolbar",
31221
31280
  components: {
31222
- SearchResultsPageSize: __vue_component__$i,
31223
- SearchResultsPageSelect: __vue_component__$h,
31224
- SearchResultsSort: __vue_component__$g,
31225
- SearchResultsLayoutSelection: __vue_component__$f,
31226
- SearchResultsSummary: __vue_component__$e,
31227
- SearchResultsMobileToggle: __vue_component__$d
31281
+ SearchResultsPageSize: __vue_component__$j,
31282
+ SearchResultsPageSelect: __vue_component__$i,
31283
+ SearchResultsSort: __vue_component__$h,
31284
+ SearchResultsLayoutSelection: __vue_component__$g,
31285
+ SearchResultsSummary: __vue_component__$f,
31286
+ SearchResultsMobileToggle: __vue_component__$e
31228
31287
  }
31229
31288
  })], SearchResultsToolbar);
31230
- var script$b = SearchResultsToolbar;
31289
+ var script$c = SearchResultsToolbar;
31231
31290
 
31232
31291
  /* script */
31233
- var __vue_script__$c = script$b;
31292
+ var __vue_script__$d = script$c;
31234
31293
  /* template */
31235
31294
 
31236
- var __vue_render__$c = function __vue_render__() {
31295
+ var __vue_render__$d = function __vue_render__() {
31237
31296
  var _vm = this;
31238
31297
 
31239
31298
  var _h = _vm.$createElement;
@@ -31278,30 +31337,30 @@ var __vue_render__$c = function __vue_render__() {
31278
31337
  }) : _c("div")], 1)]);
31279
31338
  };
31280
31339
 
31281
- var __vue_staticRenderFns__$c = [];
31282
- __vue_render__$c._withStripped = true;
31340
+ var __vue_staticRenderFns__$d = [];
31341
+ __vue_render__$d._withStripped = true;
31283
31342
  /* style */
31284
31343
 
31285
- var __vue_inject_styles__$c = undefined;
31344
+ var __vue_inject_styles__$d = undefined;
31286
31345
  /* scoped */
31287
31346
 
31288
- var __vue_scope_id__$c = undefined;
31347
+ var __vue_scope_id__$d = undefined;
31289
31348
  /* module identifier */
31290
31349
 
31291
- var __vue_module_identifier__$c = undefined;
31350
+ var __vue_module_identifier__$d = undefined;
31292
31351
  /* functional template */
31293
31352
 
31294
- var __vue_is_functional_template__$c = false;
31353
+ var __vue_is_functional_template__$d = false;
31295
31354
  /* style inject */
31296
31355
 
31297
31356
  /* style inject SSR */
31298
31357
 
31299
31358
  /* style inject shadow dom */
31300
31359
 
31301
- var __vue_component__$c = /*#__PURE__*/normalizeComponent({
31302
- render: __vue_render__$c,
31303
- staticRenderFns: __vue_staticRenderFns__$c
31304
- }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
31360
+ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
31361
+ render: __vue_render__$d,
31362
+ staticRenderFns: __vue_staticRenderFns__$d
31363
+ }, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
31305
31364
 
31306
31365
  var Spinner = /*#__PURE__*/function (_Vue) {
31307
31366
  _inherits(Spinner, _Vue);
@@ -31318,10 +31377,10 @@ var Spinner = /*#__PURE__*/function (_Vue) {
31318
31377
  }(Vue$1);
31319
31378
 
31320
31379
  /* script */
31321
- var __vue_script__$b = Spinner;
31380
+ var __vue_script__$c = Spinner;
31322
31381
  /* template */
31323
31382
 
31324
- var __vue_render__$b = function __vue_render__() {
31383
+ var __vue_render__$c = function __vue_render__() {
31325
31384
  var _vm = this;
31326
31385
 
31327
31386
  var _h = _vm.$createElement;
@@ -31339,11 +31398,11 @@ var __vue_render__$b = function __vue_render__() {
31339
31398
  }), 0)]);
31340
31399
  };
31341
31400
 
31342
- var __vue_staticRenderFns__$b = [];
31343
- __vue_render__$b._withStripped = true;
31401
+ var __vue_staticRenderFns__$c = [];
31402
+ __vue_render__$c._withStripped = true;
31344
31403
  /* style */
31345
31404
 
31346
- var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
31405
+ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
31347
31406
  if (!inject) return;
31348
31407
  inject("data-v-ef12587c_0", {
31349
31408
  source: ".lupa-spinner {\n color: #555555;\n display: flex;\n justify-content: center;\n position: relative;\n width: 100%;\n padding-top: 100px;\n padding-right: 72px;\n}\n.lupa-spinner div {\n transform-origin: 40px 40px;\n animation: lupa-spinner 1.2s linear infinite;\n}\n.lupa-spinner div:after {\n content: \" \";\n display: block;\n position: absolute;\n top: 3px;\n left: 37px;\n width: 6px;\n height: 18px;\n border-radius: 20%;\n background: #555555;\n}\n.lupa-spinner div:nth-child(1) {\n transform: rotate(0deg);\n animation-delay: -1.1s;\n}\n.lupa-spinner div:nth-child(2) {\n transform: rotate(30deg);\n animation-delay: -1s;\n}\n.lupa-spinner div:nth-child(3) {\n transform: rotate(60deg);\n animation-delay: -0.9s;\n}\n.lupa-spinner div:nth-child(4) {\n transform: rotate(90deg);\n animation-delay: -0.8s;\n}\n.lupa-spinner div:nth-child(5) {\n transform: rotate(120deg);\n animation-delay: -0.7s;\n}\n.lupa-spinner div:nth-child(6) {\n transform: rotate(150deg);\n animation-delay: -0.6s;\n}\n.lupa-spinner div:nth-child(7) {\n transform: rotate(180deg);\n animation-delay: -0.5s;\n}\n.lupa-spinner div:nth-child(8) {\n transform: rotate(210deg);\n animation-delay: -0.4s;\n}\n.lupa-spinner div:nth-child(9) {\n transform: rotate(240deg);\n animation-delay: -0.3s;\n}\n.lupa-spinner div:nth-child(10) {\n transform: rotate(270deg);\n animation-delay: -0.2s;\n}\n.lupa-spinner div:nth-child(11) {\n transform: rotate(300deg);\n animation-delay: -0.1s;\n}\n.lupa-spinner div:nth-child(12) {\n transform: rotate(330deg);\n animation-delay: 0s;\n}\n@keyframes lupa-spinner {\n0% {\n opacity: 1;\n}\n100% {\n opacity: 0;\n}\n}\n.lupa-spinner-wrapper {\n width: 100%;\n}",
@@ -31354,21 +31413,21 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
31354
31413
  /* scoped */
31355
31414
 
31356
31415
 
31357
- var __vue_scope_id__$b = undefined;
31416
+ var __vue_scope_id__$c = undefined;
31358
31417
  /* module identifier */
31359
31418
 
31360
- var __vue_module_identifier__$b = undefined;
31419
+ var __vue_module_identifier__$c = undefined;
31361
31420
  /* functional template */
31362
31421
 
31363
- var __vue_is_functional_template__$b = false;
31422
+ var __vue_is_functional_template__$c = false;
31364
31423
  /* style inject SSR */
31365
31424
 
31366
31425
  /* style inject shadow dom */
31367
31426
 
31368
- var __vue_component__$b = /*#__PURE__*/normalizeComponent({
31369
- render: __vue_render__$b,
31370
- staticRenderFns: __vue_staticRenderFns__$b
31371
- }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
31427
+ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
31428
+ render: __vue_render__$c,
31429
+ staticRenderFns: __vue_staticRenderFns__$c
31430
+ }, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
31372
31431
 
31373
31432
  var searchResult$6 = namespace("searchResult");
31374
31433
 
@@ -31418,13 +31477,13 @@ __decorate([searchResult$6.State(function (state) {
31418
31477
  SimilarQueryText = __decorate([Component({
31419
31478
  name: "similarQueryText"
31420
31479
  })], SimilarQueryText);
31421
- var script$a = SimilarQueryText;
31480
+ var script$b = SimilarQueryText;
31422
31481
 
31423
31482
  /* script */
31424
- var __vue_script__$a = script$a;
31483
+ var __vue_script__$b = script$b;
31425
31484
  /* template */
31426
31485
 
31427
- var __vue_render__$a = function __vue_render__() {
31486
+ var __vue_render__$b = function __vue_render__() {
31428
31487
  var _vm = this;
31429
31488
 
31430
31489
  var _h = _vm.$createElement;
@@ -31446,30 +31505,30 @@ var __vue_render__$a = function __vue_render__() {
31446
31505
  }), _vm._v("\n (" + _vm._s(_vm.count) + ")\n")], 2);
31447
31506
  };
31448
31507
 
31449
- var __vue_staticRenderFns__$a = [];
31450
- __vue_render__$a._withStripped = true;
31508
+ var __vue_staticRenderFns__$b = [];
31509
+ __vue_render__$b._withStripped = true;
31451
31510
  /* style */
31452
31511
 
31453
- var __vue_inject_styles__$a = undefined;
31512
+ var __vue_inject_styles__$b = undefined;
31454
31513
  /* scoped */
31455
31514
 
31456
- var __vue_scope_id__$a = undefined;
31515
+ var __vue_scope_id__$b = undefined;
31457
31516
  /* module identifier */
31458
31517
 
31459
- var __vue_module_identifier__$a = undefined;
31518
+ var __vue_module_identifier__$b = undefined;
31460
31519
  /* functional template */
31461
31520
 
31462
- var __vue_is_functional_template__$a = false;
31521
+ var __vue_is_functional_template__$b = false;
31463
31522
  /* style inject */
31464
31523
 
31465
31524
  /* style inject SSR */
31466
31525
 
31467
31526
  /* style inject shadow dom */
31468
31527
 
31469
- var __vue_component__$a = /*#__PURE__*/normalizeComponent({
31470
- render: __vue_render__$a,
31471
- staticRenderFns: __vue_staticRenderFns__$a
31472
- }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
31528
+ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
31529
+ render: __vue_render__$b,
31530
+ staticRenderFns: __vue_staticRenderFns__$b
31531
+ }, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
31473
31532
 
31474
31533
  var searchResult$5 = namespace("searchResult");
31475
31534
  var params$3 = namespace("params");
@@ -31516,16 +31575,16 @@ __decorate([params$3.Action("goToResults")], SearchResultsSimilarQueries.prototy
31516
31575
  SearchResultsSimilarQueries = __decorate([Component({
31517
31576
  name: "searchResultsSimilarQueries",
31518
31577
  components: {
31519
- SearchResultsProductCard: __vue_component__$l,
31520
- SimilarQueryText: __vue_component__$a
31578
+ SearchResultsProductCard: __vue_component__$m,
31579
+ SimilarQueryText: __vue_component__$b
31521
31580
  }
31522
31581
  })], SearchResultsSimilarQueries);
31523
- var script$9 = SearchResultsSimilarQueries;
31582
+ var script$a = SearchResultsSimilarQueries;
31524
31583
 
31525
- var __vue_script__$9 = script$9;
31584
+ var __vue_script__$a = script$a;
31526
31585
  /* template */
31527
31586
 
31528
- var __vue_render__$9 = function __vue_render__() {
31587
+ var __vue_render__$a = function __vue_render__() {
31529
31588
  var _vm = this;
31530
31589
 
31531
31590
  var _h = _vm.$createElement;
@@ -31586,30 +31645,30 @@ var __vue_render__$9 = function __vue_render__() {
31586
31645
  })], 2);
31587
31646
  };
31588
31647
 
31589
- var __vue_staticRenderFns__$9 = [];
31590
- __vue_render__$9._withStripped = true;
31648
+ var __vue_staticRenderFns__$a = [];
31649
+ __vue_render__$a._withStripped = true;
31591
31650
  /* style */
31592
31651
 
31593
- var __vue_inject_styles__$9 = undefined;
31652
+ var __vue_inject_styles__$a = undefined;
31594
31653
  /* scoped */
31595
31654
 
31596
- var __vue_scope_id__$9 = undefined;
31655
+ var __vue_scope_id__$a = undefined;
31597
31656
  /* module identifier */
31598
31657
 
31599
- var __vue_module_identifier__$9 = undefined;
31658
+ var __vue_module_identifier__$a = undefined;
31600
31659
  /* functional template */
31601
31660
 
31602
- var __vue_is_functional_template__$9 = false;
31661
+ var __vue_is_functional_template__$a = false;
31603
31662
  /* style inject */
31604
31663
 
31605
31664
  /* style inject SSR */
31606
31665
 
31607
31666
  /* style inject shadow dom */
31608
31667
 
31609
- var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
31610
- render: __vue_render__$9,
31611
- staticRenderFns: __vue_staticRenderFns__$9
31612
- }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
31668
+ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
31669
+ render: __vue_render__$a,
31670
+ staticRenderFns: __vue_staticRenderFns__$a
31671
+ }, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
31613
31672
 
31614
31673
  var FiltersTopDropdown = /*#__PURE__*/function (_Vue) {
31615
31674
  _inherits(FiltersTopDropdown, _Vue);
@@ -31630,17 +31689,17 @@ __decorate([Prop()], FiltersTopDropdown.prototype, "options", void 0);
31630
31689
  FiltersTopDropdown = __decorate([Component({
31631
31690
  name: "filtersTopDropdown",
31632
31691
  components: {
31633
- CurrentFilters: __vue_component__$M,
31634
- Facets: __vue_component__$F
31692
+ CurrentFilters: __vue_component__$N,
31693
+ Facets: __vue_component__$G
31635
31694
  }
31636
31695
  })], FiltersTopDropdown);
31637
- var script$8 = FiltersTopDropdown;
31696
+ var script$9 = FiltersTopDropdown;
31638
31697
 
31639
31698
  /* script */
31640
- var __vue_script__$8 = script$8;
31699
+ var __vue_script__$9 = script$9;
31641
31700
  /* template */
31642
31701
 
31643
- var __vue_render__$8 = function __vue_render__() {
31702
+ var __vue_render__$9 = function __vue_render__() {
31644
31703
  var _vm = this;
31645
31704
 
31646
31705
  var _h = _vm.$createElement;
@@ -31660,30 +31719,30 @@ var __vue_render__$8 = function __vue_render__() {
31660
31719
  }) : _vm._e()], 1);
31661
31720
  };
31662
31721
 
31663
- var __vue_staticRenderFns__$8 = [];
31664
- __vue_render__$8._withStripped = true;
31722
+ var __vue_staticRenderFns__$9 = [];
31723
+ __vue_render__$9._withStripped = true;
31665
31724
  /* style */
31666
31725
 
31667
- var __vue_inject_styles__$8 = undefined;
31726
+ var __vue_inject_styles__$9 = undefined;
31668
31727
  /* scoped */
31669
31728
 
31670
- var __vue_scope_id__$8 = undefined;
31729
+ var __vue_scope_id__$9 = undefined;
31671
31730
  /* module identifier */
31672
31731
 
31673
- var __vue_module_identifier__$8 = undefined;
31732
+ var __vue_module_identifier__$9 = undefined;
31674
31733
  /* functional template */
31675
31734
 
31676
- var __vue_is_functional_template__$8 = false;
31735
+ var __vue_is_functional_template__$9 = false;
31677
31736
  /* style inject */
31678
31737
 
31679
31738
  /* style inject SSR */
31680
31739
 
31681
31740
  /* style inject shadow dom */
31682
31741
 
31683
- var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
31684
- render: __vue_render__$8,
31685
- staticRenderFns: __vue_staticRenderFns__$8
31686
- }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
31742
+ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
31743
+ render: __vue_render__$9,
31744
+ staticRenderFns: __vue_staticRenderFns__$9
31745
+ }, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
31687
31746
 
31688
31747
  var searchResult$4 = namespace("searchResult");
31689
31748
  var params$2 = namespace("params");
@@ -31716,6 +31775,11 @@ var SearchResultsProducts = /*#__PURE__*/function (_Vue) {
31716
31775
 
31717
31776
  return ((_c = (_b = (_a = this.options.filters) === null || _a === void 0 ? void 0 : _a.facets) === null || _b === void 0 ? void 0 : _b.style) === null || _c === void 0 ? void 0 : _c.type) === "top-dropdown";
31718
31777
  }
31778
+ }, {
31779
+ key: "showMobileFilters",
31780
+ get: function get() {
31781
+ return this.options.searchTitlePosition !== "search-results-top";
31782
+ }
31719
31783
  }, {
31720
31784
  key: "currentFilterOptions",
31721
31785
  get: function get() {
@@ -31732,48 +31796,6 @@ var SearchResultsProducts = /*#__PURE__*/function (_Vue) {
31732
31796
 
31733
31797
  return "width: ".concat(100 / this.columnCount, "%");
31734
31798
  }
31735
- }, {
31736
- key: "sortOptions",
31737
- get: function get() {
31738
- return {
31739
- label: this.options.labels.sortBy,
31740
- options: this.options.sort
31741
- };
31742
- }
31743
- }, {
31744
- key: "paginationOptions",
31745
- get: function get() {
31746
- var pageSize = this.options.pagination.sizeSelection;
31747
- var pageSelect = this.options.pagination.pageSelection;
31748
- return {
31749
- pageSize: {
31750
- sizes: pageSize.sizes,
31751
- selectedSize: this.limit
31752
- },
31753
- pageSelect: {
31754
- count: getPageCount(this.searchResult.total, this.limit),
31755
- selectedPage: this.page,
31756
- display: pageSelect.display
31757
- },
31758
- labels: this.options.labels
31759
- };
31760
- }
31761
- }, {
31762
- key: "topPagination",
31763
- get: function get() {
31764
- return {
31765
- pageSize: this.options.pagination.sizeSelection.position.top,
31766
- pageSelect: this.options.pagination.pageSelection.position.top
31767
- };
31768
- }
31769
- }, {
31770
- key: "bottomPagination",
31771
- get: function get() {
31772
- return {
31773
- pageSize: this.options.pagination.sizeSelection.position.bottom,
31774
- pageSelect: this.options.pagination.pageSelection.position.bottom
31775
- };
31776
- }
31777
31799
  }, {
31778
31800
  key: "getProductKey",
31779
31801
  value: function getProductKey$1(index, product) {
@@ -31817,22 +31839,22 @@ __decorate([params$2.Getter("page")], SearchResultsProducts.prototype, "page", v
31817
31839
  SearchResultsProducts = __decorate([Component({
31818
31840
  name: "searchResultsProducts",
31819
31841
  components: {
31820
- CurrentFilters: __vue_component__$M,
31821
- SearchResultsProductCard: __vue_component__$l,
31822
- SearchResultsToolbar: __vue_component__$c,
31823
- AdditionalPanels: __vue_component__$j,
31824
- Spinner: __vue_component__$b,
31825
- SearchResultsSimilarQueries: __vue_component__$9,
31826
- FiltersTopDropdown: __vue_component__$8
31842
+ CurrentFilters: __vue_component__$N,
31843
+ SearchResultsProductCard: __vue_component__$m,
31844
+ SearchResultsToolbar: __vue_component__$d,
31845
+ AdditionalPanels: __vue_component__$k,
31846
+ Spinner: __vue_component__$c,
31847
+ SearchResultsSimilarQueries: __vue_component__$a,
31848
+ FiltersTopDropdown: __vue_component__$9
31827
31849
  }
31828
31850
  })], SearchResultsProducts);
31829
- var script$7 = SearchResultsProducts;
31851
+ var script$8 = SearchResultsProducts;
31830
31852
 
31831
31853
  /* script */
31832
- var __vue_script__$7 = script$7;
31854
+ var __vue_script__$8 = script$8;
31833
31855
  /* template */
31834
31856
 
31835
- var __vue_render__$7 = function __vue_render__() {
31857
+ var __vue_render__$8 = function __vue_render__() {
31836
31858
  var _vm = this;
31837
31859
 
31838
31860
  var _h = _vm.$createElement;
@@ -31852,17 +31874,13 @@ var __vue_render__$7 = function __vue_render__() {
31852
31874
  attrs: {
31853
31875
  options: _vm.options.filters
31854
31876
  }
31855
- }) : _vm._e(), _vm._v(" "), _c("SearchResultsToolbar", {
31877
+ }) : _vm._e(), _vm._v(" "), _vm.showMobileFilters ? _c("SearchResultsToolbar", {
31856
31878
  staticClass: "lupa-toolbar-mobile",
31857
31879
  attrs: {
31858
- sortOptions: _vm.sortOptions,
31859
- paginationOptions: _vm.paginationOptions,
31860
- paginationDisplay: _vm.topPagination,
31861
- showLayoutSelection: _vm.options.toolbar.layoutSelector,
31862
- showItemSummary: _vm.options.toolbar.itemSummary,
31863
- options: _vm.options
31880
+ options: _vm.options,
31881
+ "pagination-location": "top"
31864
31882
  }
31865
- }), _vm._v(" "), _vm.currentFilterOptions ? _c("CurrentFilters", {
31883
+ }) : _vm._e(), _vm._v(" "), _vm.currentFilterOptions ? _c("CurrentFilters", {
31866
31884
  staticClass: "lupa-filters-mobile",
31867
31885
  attrs: {
31868
31886
  "data-cy": "lupa-search-result-filters-mobile-toolbar",
@@ -31878,13 +31896,8 @@ var __vue_render__$7 = function __vue_render__() {
31878
31896
  }), _vm._v(" "), _c("SearchResultsToolbar", {
31879
31897
  staticClass: "lupa-toolbar-top",
31880
31898
  attrs: {
31881
- sortOptions: _vm.sortOptions,
31882
- paginationOptions: _vm.paginationOptions,
31883
- paginationDisplay: _vm.topPagination,
31884
- showLayoutSelection: _vm.options.toolbar.layoutSelector,
31885
- showItemSummary: _vm.options.toolbar.itemSummary,
31886
- showFilterClear: _vm.options.toolbar.clearFilters,
31887
- options: _vm.options
31899
+ options: _vm.options,
31900
+ "pagination-location": "top"
31888
31901
  }
31889
31902
  }), _vm._v(" "), _c("div", {
31890
31903
  staticClass: "lupa-products",
@@ -31903,9 +31916,8 @@ var __vue_render__$7 = function __vue_render__() {
31903
31916
  }), 1), _vm._v(" "), _c("SearchResultsToolbar", {
31904
31917
  staticClass: "lupa-toolbar-bottom",
31905
31918
  attrs: {
31906
- paginationOptions: _vm.paginationOptions,
31907
- paginationDisplay: _vm.bottomPagination,
31908
- options: _vm.options
31919
+ options: _vm.options,
31920
+ "pagination-location": "bottom"
31909
31921
  }
31910
31922
  }), _vm._v(" "), _c("AdditionalPanels", {
31911
31923
  attrs: {
@@ -31927,30 +31939,30 @@ var __vue_render__$7 = function __vue_render__() {
31927
31939
  })], 1) : _vm._e(), _vm._v(" "), _vm._t("append")], 2);
31928
31940
  };
31929
31941
 
31930
- var __vue_staticRenderFns__$7 = [];
31931
- __vue_render__$7._withStripped = true;
31942
+ var __vue_staticRenderFns__$8 = [];
31943
+ __vue_render__$8._withStripped = true;
31932
31944
  /* style */
31933
31945
 
31934
- var __vue_inject_styles__$7 = undefined;
31946
+ var __vue_inject_styles__$8 = undefined;
31935
31947
  /* scoped */
31936
31948
 
31937
- var __vue_scope_id__$7 = undefined;
31949
+ var __vue_scope_id__$8 = undefined;
31938
31950
  /* module identifier */
31939
31951
 
31940
- var __vue_module_identifier__$7 = undefined;
31952
+ var __vue_module_identifier__$8 = undefined;
31941
31953
  /* functional template */
31942
31954
 
31943
- var __vue_is_functional_template__$7 = false;
31955
+ var __vue_is_functional_template__$8 = false;
31944
31956
  /* style inject */
31945
31957
 
31946
31958
  /* style inject SSR */
31947
31959
 
31948
31960
  /* style inject shadow dom */
31949
31961
 
31950
- var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
31951
- render: __vue_render__$7,
31952
- staticRenderFns: __vue_staticRenderFns__$7
31953
- }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
31962
+ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
31963
+ render: __vue_render__$8,
31964
+ staticRenderFns: __vue_staticRenderFns__$8
31965
+ }, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
31954
31966
 
31955
31967
  var searchResult$3 = namespace("searchResult");
31956
31968
  var options$2 = namespace("options");
@@ -32001,12 +32013,12 @@ __decorate([options$2.State(function (o) {
32001
32013
  SearchResultsBreadcrumbs = __decorate([Component({
32002
32014
  name: "searchResultsBreadcrumbs"
32003
32015
  })], SearchResultsBreadcrumbs);
32004
- var script$6 = SearchResultsBreadcrumbs;
32016
+ var script$7 = SearchResultsBreadcrumbs;
32005
32017
 
32006
- var __vue_script__$6 = script$6;
32018
+ var __vue_script__$7 = script$7;
32007
32019
  /* template */
32008
32020
 
32009
- var __vue_render__$6 = function __vue_render__() {
32021
+ var __vue_render__$7 = function __vue_render__() {
32010
32022
  var _vm = this;
32011
32023
 
32012
32024
  var _h = _vm.$createElement;
@@ -32037,30 +32049,30 @@ var __vue_render__$6 = function __vue_render__() {
32037
32049
  }), 0);
32038
32050
  };
32039
32051
 
32040
- var __vue_staticRenderFns__$6 = [];
32041
- __vue_render__$6._withStripped = true;
32052
+ var __vue_staticRenderFns__$7 = [];
32053
+ __vue_render__$7._withStripped = true;
32042
32054
  /* style */
32043
32055
 
32044
- var __vue_inject_styles__$6 = undefined;
32056
+ var __vue_inject_styles__$7 = undefined;
32045
32057
  /* scoped */
32046
32058
 
32047
- var __vue_scope_id__$6 = undefined;
32059
+ var __vue_scope_id__$7 = undefined;
32048
32060
  /* module identifier */
32049
32061
 
32050
- var __vue_module_identifier__$6 = undefined;
32062
+ var __vue_module_identifier__$7 = undefined;
32051
32063
  /* functional template */
32052
32064
 
32053
- var __vue_is_functional_template__$6 = false;
32065
+ var __vue_is_functional_template__$7 = false;
32054
32066
  /* style inject */
32055
32067
 
32056
32068
  /* style inject SSR */
32057
32069
 
32058
32070
  /* style inject shadow dom */
32059
32071
 
32060
- var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
32061
- render: __vue_render__$6,
32062
- staticRenderFns: __vue_staticRenderFns__$6
32063
- }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
32072
+ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
32073
+ render: __vue_render__$7,
32074
+ staticRenderFns: __vue_staticRenderFns__$7
32075
+ }, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
32064
32076
 
32065
32077
  var searchResult$2 = namespace("searchResult");
32066
32078
 
@@ -32121,13 +32133,13 @@ __decorate([searchResult$2.State(function (state) {
32121
32133
  SearchResultsTitle = __decorate([Component({
32122
32134
  name: "SearchResultsTitle"
32123
32135
  })], SearchResultsTitle);
32124
- var script$5 = SearchResultsTitle;
32136
+ var script$6 = SearchResultsTitle;
32125
32137
 
32126
32138
  /* script */
32127
- var __vue_script__$5 = script$5;
32139
+ var __vue_script__$6 = script$6;
32128
32140
  /* template */
32129
32141
 
32130
- var __vue_render__$5 = function __vue_render__() {
32142
+ var __vue_render__$6 = function __vue_render__() {
32131
32143
  var _vm = this;
32132
32144
 
32133
32145
  var _h = _vm.$createElement;
@@ -32144,6 +32156,124 @@ var __vue_render__$5 = function __vue_render__() {
32144
32156
  }, [_vm._v("(" + _vm._s(_vm.totalItems) + ")")]) : _vm._e()]) : _vm._e();
32145
32157
  };
32146
32158
 
32159
+ var __vue_staticRenderFns__$6 = [];
32160
+ __vue_render__$6._withStripped = true;
32161
+ /* style */
32162
+
32163
+ var __vue_inject_styles__$6 = undefined;
32164
+ /* scoped */
32165
+
32166
+ var __vue_scope_id__$6 = undefined;
32167
+ /* module identifier */
32168
+
32169
+ var __vue_module_identifier__$6 = undefined;
32170
+ /* functional template */
32171
+
32172
+ var __vue_is_functional_template__$6 = false;
32173
+ /* style inject */
32174
+
32175
+ /* style inject SSR */
32176
+
32177
+ /* style inject shadow dom */
32178
+
32179
+ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
32180
+ render: __vue_render__$6,
32181
+ staticRenderFns: __vue_staticRenderFns__$6
32182
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
32183
+
32184
+ var CategoryTopFilters = /*#__PURE__*/function (_Vue) {
32185
+ _inherits(CategoryTopFilters, _Vue);
32186
+
32187
+ var _super = _createSuper(CategoryTopFilters);
32188
+
32189
+ function CategoryTopFilters() {
32190
+ _classCallCheck(this, CategoryTopFilters);
32191
+
32192
+ return _super.apply(this, arguments);
32193
+ }
32194
+
32195
+ _createClass(CategoryTopFilters, [{
32196
+ key: "hasBackButton",
32197
+ get: function get() {
32198
+ var _a, _b;
32199
+
32200
+ return Boolean((_b = (_a = this.options.categories) === null || _a === void 0 ? void 0 : _a.back) === null || _b === void 0 ? void 0 : _b.title);
32201
+ }
32202
+ }, {
32203
+ key: "backTitle",
32204
+ get: function get() {
32205
+ var _a, _b;
32206
+
32207
+ return (_b = (_a = this.options.categories) === null || _a === void 0 ? void 0 : _a.back) === null || _b === void 0 ? void 0 : _b.title;
32208
+ }
32209
+ }, {
32210
+ key: "backUrlLink",
32211
+ get: function get() {
32212
+ var _a, _b, _c;
32213
+
32214
+ return (_c = (_b = (_a = this.options.categories) === null || _a === void 0 ? void 0 : _a.back) === null || _b === void 0 ? void 0 : _b.url) !== null && _c !== void 0 ? _c : "";
32215
+ }
32216
+ }, {
32217
+ key: "hasEventRouting",
32218
+ get: function get() {
32219
+ return this.options.routingBehavior === "event";
32220
+ }
32221
+ }, {
32222
+ key: "handleNavigationBack",
32223
+ value: function handleNavigationBack(event) {
32224
+ if (!this.backUrlLink) {
32225
+ return;
32226
+ }
32227
+
32228
+ handleRoutingEvent(this.backUrlLink, event, this.hasEventRouting);
32229
+ }
32230
+ }]);
32231
+
32232
+ return CategoryTopFilters;
32233
+ }(Vue$1);
32234
+
32235
+ __decorate([Prop()], CategoryTopFilters.prototype, "options", void 0);
32236
+
32237
+ CategoryTopFilters = __decorate([Component({
32238
+ name: "categoryTopFilters",
32239
+ components: {
32240
+ SearchResultsToolbar: __vue_component__$d
32241
+ }
32242
+ })], CategoryTopFilters);
32243
+ var script$5 = CategoryTopFilters;
32244
+
32245
+ /* script */
32246
+ var __vue_script__$5 = script$5;
32247
+ /* template */
32248
+
32249
+ var __vue_render__$5 = function __vue_render__() {
32250
+ var _vm = this;
32251
+
32252
+ var _h = _vm.$createElement;
32253
+
32254
+ var _c = _vm._self._c || _h;
32255
+
32256
+ return _c("div", {
32257
+ staticClass: "lupa-category-top-mobile-filters"
32258
+ }, [_vm.hasBackButton ? _c("div", {
32259
+ staticClass: "lupa-category-back"
32260
+ }, [_c("a", {
32261
+ attrs: {
32262
+ "data-cy": "lupa-category-back",
32263
+ href: _vm.backUrlLink
32264
+ },
32265
+ on: {
32266
+ click: _vm.handleNavigationBack
32267
+ }
32268
+ }, [_vm._v("\n " + _vm._s(_vm.backTitle) + "\n ")])]) : _vm._e(), _vm._v(" "), _c("SearchResultsToolbar", {
32269
+ staticClass: "lupa-toolbar-mobile",
32270
+ attrs: {
32271
+ "pagination-location": "top",
32272
+ options: _vm.options
32273
+ }
32274
+ })], 1);
32275
+ };
32276
+
32147
32277
  var __vue_staticRenderFns__$5 = [];
32148
32278
  __vue_render__$5._withStripped = true;
32149
32279
  /* style */
@@ -32372,12 +32502,14 @@ __decorate([searchResult$1.Action("setColumnCount")], SearchResults.prototype, "
32372
32502
  SearchResults = __decorate([Component({
32373
32503
  name: "searchResults",
32374
32504
  components: {
32375
- SearchResultsFilters: __vue_component__$C,
32376
- SearchResultsProducts: __vue_component__$7,
32377
- MobileFilterSidebar: __vue_component__$B,
32378
- SearchResultsBreadcrumbs: __vue_component__$6,
32379
- SearchResultsDidYouMean: __vue_component__$A,
32380
- SearchResultsTitle: __vue_component__$5
32505
+ SearchResultsFilters: __vue_component__$D,
32506
+ SearchResultsProducts: __vue_component__$8,
32507
+ MobileFilterSidebar: __vue_component__$C,
32508
+ SearchResultsBreadcrumbs: __vue_component__$7,
32509
+ SearchResultsDidYouMean: __vue_component__$B,
32510
+ SearchResultsTitle: __vue_component__$6,
32511
+ SearchResultsToolbar: __vue_component__$d,
32512
+ CategoryTopFilters: __vue_component__$5
32381
32513
  }
32382
32514
  })], SearchResults);
32383
32515
  var script$4 = SearchResults;
@@ -32395,7 +32527,11 @@ var __vue_render__$4 = function __vue_render__() {
32395
32527
 
32396
32528
  return _c("div", {
32397
32529
  staticClass: "lupa-search-result-wrapper"
32398
- }, [_vm.options.filters ? _c("MobileFilterSidebar", {
32530
+ }, [_vm.isTitleResultTopPosition ? _c("CategoryTopFilters", {
32531
+ attrs: {
32532
+ options: _vm.options
32533
+ }
32534
+ }) : _vm._e(), _vm._v(" "), _vm.options.filters ? _c("MobileFilterSidebar", {
32399
32535
  attrs: {
32400
32536
  options: _vm.options.filters
32401
32537
  }
@@ -32421,7 +32557,7 @@ var __vue_render__$4 = function __vue_render__() {
32421
32557
  }), _vm._v(" "), _c("SearchResultsTitle", {
32422
32558
  attrs: {
32423
32559
  options: _vm.options,
32424
- isProductList: _vm.isProductList
32560
+ "is-product-list": _vm.isProductList
32425
32561
  }
32426
32562
  }), _vm._v(" "), _c("SearchResultsProducts", {
32427
32563
  attrs: {
@@ -32441,7 +32577,7 @@ var __vue_render__$4 = function __vue_render__() {
32441
32577
  }), _vm._v(" "), _c("SearchResultsTitle", {
32442
32578
  attrs: {
32443
32579
  options: _vm.options,
32444
- isProductList: _vm.isProductList
32580
+ "is-product-list": _vm.isProductList
32445
32581
  }
32446
32582
  }), _vm._v(" "), _c("div", {
32447
32583
  attrs: {
@@ -33432,7 +33568,7 @@ var SearchBoxModule = /*#__PURE__*/function (_VuexModule) {
33432
33568
  return this.options.panels.map(function (p) {
33433
33569
  var _a, _b, _c, _d, _e;
33434
33570
 
33435
- if (p.type === SearchBoxPanelType.SUGGESTION) {
33571
+ if (p.type === exports.SearchBoxPanelType.SUGGESTION) {
33436
33572
  return {
33437
33573
  queryKey: p.queryKey,
33438
33574
  count: (_b = (_a = _this2.suggestionResults[p.queryKey]) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0,
@@ -33490,7 +33626,7 @@ var SearchBoxModule = /*#__PURE__*/function (_VuexModule) {
33490
33626
  get: function get() {
33491
33627
  var _a, _b;
33492
33628
 
33493
- if (!this.resultsVisible || ((_a = this.highlightedItem) === null || _a === void 0 ? void 0 : _a.panel.type) !== SearchBoxPanelType.DOCUMENT) {
33629
+ if (!this.resultsVisible || ((_a = this.highlightedItem) === null || _a === void 0 ? void 0 : _a.panel.type) !== exports.SearchBoxPanelType.DOCUMENT) {
33494
33630
  return {
33495
33631
  doc: undefined
33496
33632
  };
@@ -34458,10 +34594,10 @@ var searchBox = function searchBox(options) {
34458
34594
  app.box = new Vue$1({
34459
34595
  el: options.inputSelector,
34460
34596
  components: {
34461
- SearchBoxEntry: __vue_component__$O
34597
+ SearchBoxEntry: __vue_component__$P
34462
34598
  },
34463
34599
  render: function render(h) {
34464
- return h(__vue_component__$O, {
34600
+ return h(__vue_component__$P, {
34465
34601
  props: {
34466
34602
  searchBoxOptions: options
34467
34603
  }
@@ -34535,4 +34671,8 @@ var lupaSearch = {
34535
34671
  clearProductList: clearProductList
34536
34672
  };
34537
34673
 
34674
+ Object.defineProperty(exports, 'SortDirection', {
34675
+ enumerable: true,
34676
+ get: function () { return Types.SortDirection; }
34677
+ });
34538
34678
  exports["default"] = lupaSearch;