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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/cjs/components/product-list/CategoryTopFilters.vue.d.ts +10 -0
  2. package/dist/cjs/components/search-results/products/SearchResultsProducts.vue.d.ts +1 -6
  3. package/dist/cjs/components/search-results/products/SearchResultsToolbar.vue.d.ts +12 -6
  4. package/dist/cjs/components/search-results/products/pagination/SearchResultsPageSelect.vue.d.ts +5 -0
  5. package/dist/cjs/index.d.ts +8 -3
  6. package/dist/cjs/index.min.js +1227 -1046
  7. package/dist/cjs/types/DocumentElement.d.ts +9 -2
  8. package/dist/cjs/types/General.d.ts +4 -2
  9. package/dist/cjs/types/search-results/SearchResultsOptions.d.ts +1 -1
  10. package/dist/es/components/product-list/CategoryTopFilters.vue.d.ts +10 -0
  11. package/dist/es/components/search-results/products/SearchResultsProducts.vue.d.ts +1 -6
  12. package/dist/es/components/search-results/products/SearchResultsToolbar.vue.d.ts +12 -6
  13. package/dist/es/components/search-results/products/pagination/SearchResultsPageSelect.vue.d.ts +5 -0
  14. package/dist/es/index.d.ts +8 -3
  15. package/dist/es/index.min.js +1193 -1012
  16. package/dist/es/types/DocumentElement.d.ts +9 -2
  17. package/dist/es/types/General.d.ts +4 -2
  18. package/dist/es/types/search-results/SearchResultsOptions.d.ts +1 -1
  19. package/dist/iife/components/product-list/CategoryTopFilters.vue.d.ts +10 -0
  20. package/dist/iife/components/search-results/products/SearchResultsProducts.vue.d.ts +1 -6
  21. package/dist/iife/components/search-results/products/SearchResultsToolbar.vue.d.ts +12 -6
  22. package/dist/iife/components/search-results/products/pagination/SearchResultsPageSelect.vue.d.ts +5 -0
  23. package/dist/iife/index.d.ts +8 -3
  24. package/dist/iife/index.min.js +1 -1
  25. package/dist/iife/types/DocumentElement.d.ts +9 -2
  26. package/dist/iife/types/General.d.ts +4 -2
  27. package/dist/iife/types/search-results/SearchResultsOptions.d.ts +1 -1
  28. package/dist/style.css +1 -1
  29. package/package.json +1 -1
@@ -15575,12 +15575,12 @@ $$d({
15575
15575
  }
15576
15576
  });
15577
15577
 
15578
- var SearchBoxPanelType;
15578
+ exports.SearchBoxPanelType = void 0;
15579
15579
 
15580
15580
  (function (SearchBoxPanelType) {
15581
15581
  SearchBoxPanelType["SUGGESTION"] = "suggestion";
15582
15582
  SearchBoxPanelType["DOCUMENT"] = "document";
15583
- })(SearchBoxPanelType || (SearchBoxPanelType = {}));
15583
+ })(exports.SearchBoxPanelType || (exports.SearchBoxPanelType = {}));
15584
15584
 
15585
15585
  function _arrayWithHoles(arr) {
15586
15586
  if (Array.isArray(arr)) return arr;
@@ -16061,7 +16061,7 @@ __decorate([Watch("query")], SearchBoxInput.prototype, "handleQueryChange", null
16061
16061
  SearchBoxInput = __decorate([Component({
16062
16062
  name: "searchBoxInput"
16063
16063
  })], SearchBoxInput);
16064
- var script$15 = SearchBoxInput;
16064
+ var script$16 = SearchBoxInput;
16065
16065
 
16066
16066
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier
16067
16067
  /* server only */
@@ -16202,10 +16202,10 @@ function addStyle(id, css) {
16202
16202
  }
16203
16203
 
16204
16204
  /* script */
16205
- var __vue_script__$16 = script$15;
16205
+ var __vue_script__$17 = script$16;
16206
16206
  /* template */
16207
16207
 
16208
- var __vue_render__$16 = function __vue_render__() {
16208
+ var __vue_render__$17 = function __vue_render__() {
16209
16209
  var _vm = this;
16210
16210
 
16211
16211
  var _h = _vm.$createElement;
@@ -16254,11 +16254,11 @@ var __vue_render__$16 = function __vue_render__() {
16254
16254
  }, "input", _vm.inputAttributes, false))]);
16255
16255
  };
16256
16256
 
16257
- var __vue_staticRenderFns__$16 = [];
16258
- __vue_render__$16._withStripped = true;
16257
+ var __vue_staticRenderFns__$17 = [];
16258
+ __vue_render__$17._withStripped = true;
16259
16259
  /* style */
16260
16260
 
16261
- var __vue_inject_styles__$16 = function __vue_inject_styles__(inject) {
16261
+ var __vue_inject_styles__$17 = function __vue_inject_styles__(inject) {
16262
16262
  if (!inject) return;
16263
16263
  inject("data-v-7759bf15_0", {
16264
16264
  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 +16269,21 @@ var __vue_inject_styles__$16 = function __vue_inject_styles__(inject) {
16269
16269
  /* scoped */
16270
16270
 
16271
16271
 
16272
- var __vue_scope_id__$16 = undefined;
16272
+ var __vue_scope_id__$17 = undefined;
16273
16273
  /* module identifier */
16274
16274
 
16275
- var __vue_module_identifier__$16 = undefined;
16275
+ var __vue_module_identifier__$17 = undefined;
16276
16276
  /* functional template */
16277
16277
 
16278
- var __vue_is_functional_template__$16 = false;
16278
+ var __vue_is_functional_template__$17 = false;
16279
16279
  /* style inject SSR */
16280
16280
 
16281
16281
  /* style inject shadow dom */
16282
16282
 
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);
16283
+ var __vue_component__$17 = /*#__PURE__*/normalizeComponent({
16284
+ render: __vue_render__$17,
16285
+ staticRenderFns: __vue_staticRenderFns__$17
16286
+ }, __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
16287
 
16288
16288
  var $$9 = _export;
16289
16289
 
@@ -16408,13 +16408,13 @@ __decorate([Prop()], SearchBoxProductImage.prototype, "item", void 0);
16408
16408
  __decorate([Prop()], SearchBoxProductImage.prototype, "options", void 0);
16409
16409
 
16410
16410
  SearchBoxProductImage = __decorate([Component], SearchBoxProductImage);
16411
- var script$14 = SearchBoxProductImage;
16411
+ var script$15 = SearchBoxProductImage;
16412
16412
 
16413
16413
  /* script */
16414
- var __vue_script__$15 = script$14;
16414
+ var __vue_script__$16 = script$15;
16415
16415
  /* template */
16416
16416
 
16417
- var __vue_render__$15 = function __vue_render__() {
16417
+ var __vue_render__$16 = function __vue_render__() {
16418
16418
  var _vm = this;
16419
16419
 
16420
16420
  var _h = _vm.$createElement;
@@ -16434,30 +16434,30 @@ var __vue_render__$15 = function __vue_render__() {
16434
16434
  })]);
16435
16435
  };
16436
16436
 
16437
- var __vue_staticRenderFns__$15 = [];
16438
- __vue_render__$15._withStripped = true;
16437
+ var __vue_staticRenderFns__$16 = [];
16438
+ __vue_render__$16._withStripped = true;
16439
16439
  /* style */
16440
16440
 
16441
- var __vue_inject_styles__$15 = undefined;
16441
+ var __vue_inject_styles__$16 = undefined;
16442
16442
  /* scoped */
16443
16443
 
16444
- var __vue_scope_id__$15 = undefined;
16444
+ var __vue_scope_id__$16 = undefined;
16445
16445
  /* module identifier */
16446
16446
 
16447
- var __vue_module_identifier__$15 = undefined;
16447
+ var __vue_module_identifier__$16 = undefined;
16448
16448
  /* functional template */
16449
16449
 
16450
- var __vue_is_functional_template__$15 = false;
16450
+ var __vue_is_functional_template__$16 = false;
16451
16451
  /* style inject */
16452
16452
 
16453
16453
  /* style inject SSR */
16454
16454
 
16455
16455
  /* style inject shadow dom */
16456
16456
 
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);
16457
+ var __vue_component__$16 = /*#__PURE__*/normalizeComponent({
16458
+ render: __vue_render__$16,
16459
+ staticRenderFns: __vue_staticRenderFns__$16
16460
+ }, __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
16461
 
16462
16462
  var SearchBoxProductTitle = /*#__PURE__*/function (_Vue) {
16463
16463
  _inherits(SearchBoxProductTitle, _Vue);
@@ -16492,13 +16492,13 @@ __decorate([Prop()], SearchBoxProductTitle.prototype, "item", void 0);
16492
16492
  __decorate([Prop()], SearchBoxProductTitle.prototype, "options", void 0);
16493
16493
 
16494
16494
  SearchBoxProductTitle = __decorate([Component], SearchBoxProductTitle);
16495
- var script$13 = SearchBoxProductTitle;
16495
+ var script$14 = SearchBoxProductTitle;
16496
16496
 
16497
16497
  /* script */
16498
- var __vue_script__$14 = script$13;
16498
+ var __vue_script__$15 = script$14;
16499
16499
  /* template */
16500
16500
 
16501
- var __vue_render__$14 = function __vue_render__() {
16501
+ var __vue_render__$15 = function __vue_render__() {
16502
16502
  var _vm = this;
16503
16503
 
16504
16504
  var _h = _vm.$createElement;
@@ -16515,30 +16515,30 @@ var __vue_render__$14 = function __vue_render__() {
16515
16515
  }, [_c("strong", [_vm._v(_vm._s(_vm.title))])]);
16516
16516
  };
16517
16517
 
16518
- var __vue_staticRenderFns__$14 = [];
16519
- __vue_render__$14._withStripped = true;
16518
+ var __vue_staticRenderFns__$15 = [];
16519
+ __vue_render__$15._withStripped = true;
16520
16520
  /* style */
16521
16521
 
16522
- var __vue_inject_styles__$14 = undefined;
16522
+ var __vue_inject_styles__$15 = undefined;
16523
16523
  /* scoped */
16524
16524
 
16525
- var __vue_scope_id__$14 = undefined;
16525
+ var __vue_scope_id__$15 = undefined;
16526
16526
  /* module identifier */
16527
16527
 
16528
- var __vue_module_identifier__$14 = undefined;
16528
+ var __vue_module_identifier__$15 = undefined;
16529
16529
  /* functional template */
16530
16530
 
16531
- var __vue_is_functional_template__$14 = false;
16531
+ var __vue_is_functional_template__$15 = false;
16532
16532
  /* style inject */
16533
16533
 
16534
16534
  /* style inject SSR */
16535
16535
 
16536
16536
  /* style inject shadow dom */
16537
16537
 
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);
16538
+ var __vue_component__$15 = /*#__PURE__*/normalizeComponent({
16539
+ render: __vue_render__$15,
16540
+ staticRenderFns: __vue_staticRenderFns__$15
16541
+ }, __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
16542
 
16543
16543
  var SearchBoxProductDescription = /*#__PURE__*/function (_Vue) {
16544
16544
  _inherits(SearchBoxProductDescription, _Vue);
@@ -16573,12 +16573,12 @@ __decorate([Prop()], SearchBoxProductDescription.prototype, "item", void 0);
16573
16573
  __decorate([Prop()], SearchBoxProductDescription.prototype, "options", void 0);
16574
16574
 
16575
16575
  SearchBoxProductDescription = __decorate([Component], SearchBoxProductDescription);
16576
- var script$12 = SearchBoxProductDescription;
16576
+ var script$13 = SearchBoxProductDescription;
16577
16577
 
16578
- var __vue_script__$13 = script$12;
16578
+ var __vue_script__$14 = script$13;
16579
16579
  /* template */
16580
16580
 
16581
- var __vue_render__$13 = function __vue_render__() {
16581
+ var __vue_render__$14 = function __vue_render__() {
16582
16582
  var _vm = this;
16583
16583
 
16584
16584
  var _h = _vm.$createElement;
@@ -16595,30 +16595,30 @@ var __vue_render__$13 = function __vue_render__() {
16595
16595
  }, [_vm._v("\n " + _vm._s(_vm.description) + "\n")]);
16596
16596
  };
16597
16597
 
16598
- var __vue_staticRenderFns__$13 = [];
16599
- __vue_render__$13._withStripped = true;
16598
+ var __vue_staticRenderFns__$14 = [];
16599
+ __vue_render__$14._withStripped = true;
16600
16600
  /* style */
16601
16601
 
16602
- var __vue_inject_styles__$13 = undefined;
16602
+ var __vue_inject_styles__$14 = undefined;
16603
16603
  /* scoped */
16604
16604
 
16605
- var __vue_scope_id__$13 = undefined;
16605
+ var __vue_scope_id__$14 = undefined;
16606
16606
  /* module identifier */
16607
16607
 
16608
- var __vue_module_identifier__$13 = undefined;
16608
+ var __vue_module_identifier__$14 = undefined;
16609
16609
  /* functional template */
16610
16610
 
16611
- var __vue_is_functional_template__$13 = false;
16611
+ var __vue_is_functional_template__$14 = false;
16612
16612
  /* style inject */
16613
16613
 
16614
16614
  /* style inject SSR */
16615
16615
 
16616
16616
  /* style inject shadow dom */
16617
16617
 
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);
16618
+ var __vue_component__$14 = /*#__PURE__*/normalizeComponent({
16619
+ render: __vue_render__$14,
16620
+ staticRenderFns: __vue_staticRenderFns__$14
16621
+ }, __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
16622
 
16623
16623
  var global$6 = global$$;
16624
16624
 
@@ -16877,13 +16877,13 @@ __decorate([Prop()], SearchBoxProductPrice.prototype, "options", void 0);
16877
16877
  __decorate([Prop()], SearchBoxProductPrice.prototype, "labels", void 0);
16878
16878
 
16879
16879
  SearchBoxProductPrice = __decorate([Component], SearchBoxProductPrice);
16880
- var script$11 = SearchBoxProductPrice;
16880
+ var script$12 = SearchBoxProductPrice;
16881
16881
 
16882
16882
  /* script */
16883
- var __vue_script__$12 = script$11;
16883
+ var __vue_script__$13 = script$12;
16884
16884
  /* template */
16885
16885
 
16886
- var __vue_render__$12 = function __vue_render__() {
16886
+ var __vue_render__$13 = function __vue_render__() {
16887
16887
  var _vm = this;
16888
16888
 
16889
16889
  var _h = _vm.$createElement;
@@ -16895,30 +16895,30 @@ var __vue_render__$12 = function __vue_render__() {
16895
16895
  }, [_c("strong", [_vm._v(_vm._s(_vm.price))])]);
16896
16896
  };
16897
16897
 
16898
- var __vue_staticRenderFns__$12 = [];
16899
- __vue_render__$12._withStripped = true;
16898
+ var __vue_staticRenderFns__$13 = [];
16899
+ __vue_render__$13._withStripped = true;
16900
16900
  /* style */
16901
16901
 
16902
- var __vue_inject_styles__$12 = undefined;
16902
+ var __vue_inject_styles__$13 = undefined;
16903
16903
  /* scoped */
16904
16904
 
16905
- var __vue_scope_id__$12 = undefined;
16905
+ var __vue_scope_id__$13 = undefined;
16906
16906
  /* module identifier */
16907
16907
 
16908
- var __vue_module_identifier__$12 = undefined;
16908
+ var __vue_module_identifier__$13 = undefined;
16909
16909
  /* functional template */
16910
16910
 
16911
- var __vue_is_functional_template__$12 = false;
16911
+ var __vue_is_functional_template__$13 = false;
16912
16912
  /* style inject */
16913
16913
 
16914
16914
  /* style inject SSR */
16915
16915
 
16916
16916
  /* style inject shadow dom */
16917
16917
 
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);
16918
+ var __vue_component__$13 = /*#__PURE__*/normalizeComponent({
16919
+ render: __vue_render__$13,
16920
+ staticRenderFns: __vue_staticRenderFns__$13
16921
+ }, __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
16922
 
16923
16923
  var SearchBoxProductRegularPrice = /*#__PURE__*/function (_Vue) {
16924
16924
  _inherits(SearchBoxProductRegularPrice, _Vue);
@@ -16950,13 +16950,13 @@ __decorate([Prop()], SearchBoxProductRegularPrice.prototype, "options", void 0);
16950
16950
  __decorate([Prop()], SearchBoxProductRegularPrice.prototype, "labels", void 0);
16951
16951
 
16952
16952
  SearchBoxProductRegularPrice = __decorate([Component], SearchBoxProductRegularPrice);
16953
- var script$10 = SearchBoxProductRegularPrice;
16953
+ var script$11 = SearchBoxProductRegularPrice;
16954
16954
 
16955
16955
  /* script */
16956
- var __vue_script__$11 = script$10;
16956
+ var __vue_script__$12 = script$11;
16957
16957
  /* template */
16958
16958
 
16959
- var __vue_render__$11 = function __vue_render__() {
16959
+ var __vue_render__$12 = function __vue_render__() {
16960
16960
  var _vm = this;
16961
16961
 
16962
16962
  var _h = _vm.$createElement;
@@ -16968,30 +16968,30 @@ var __vue_render__$11 = function __vue_render__() {
16968
16968
  }, [_vm._v(_vm._s(_vm.price))]);
16969
16969
  };
16970
16970
 
16971
- var __vue_staticRenderFns__$11 = [];
16972
- __vue_render__$11._withStripped = true;
16971
+ var __vue_staticRenderFns__$12 = [];
16972
+ __vue_render__$12._withStripped = true;
16973
16973
  /* style */
16974
16974
 
16975
- var __vue_inject_styles__$11 = undefined;
16975
+ var __vue_inject_styles__$12 = undefined;
16976
16976
  /* scoped */
16977
16977
 
16978
- var __vue_scope_id__$11 = undefined;
16978
+ var __vue_scope_id__$12 = undefined;
16979
16979
  /* module identifier */
16980
16980
 
16981
- var __vue_module_identifier__$11 = undefined;
16981
+ var __vue_module_identifier__$12 = undefined;
16982
16982
  /* functional template */
16983
16983
 
16984
- var __vue_is_functional_template__$11 = false;
16984
+ var __vue_is_functional_template__$12 = false;
16985
16985
  /* style inject */
16986
16986
 
16987
16987
  /* style inject SSR */
16988
16988
 
16989
16989
  /* style inject shadow dom */
16990
16990
 
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);
16991
+ var __vue_component__$12 = /*#__PURE__*/normalizeComponent({
16992
+ render: __vue_render__$12,
16993
+ staticRenderFns: __vue_staticRenderFns__$12
16994
+ }, __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
16995
 
16996
16996
  var SearchBoxProductCustom = /*#__PURE__*/function (_Vue) {
16997
16997
  _inherits(SearchBoxProductCustom, _Vue);
@@ -17031,13 +17031,13 @@ __decorate([Prop()], SearchBoxProductCustom.prototype, "item", void 0);
17031
17031
  __decorate([Prop()], SearchBoxProductCustom.prototype, "options", void 0);
17032
17032
 
17033
17033
  SearchBoxProductCustom = __decorate([Component], SearchBoxProductCustom);
17034
- var script$$ = SearchBoxProductCustom;
17034
+ var script$10 = SearchBoxProductCustom;
17035
17035
 
17036
17036
  /* script */
17037
- var __vue_script__$10 = script$$;
17037
+ var __vue_script__$11 = script$10;
17038
17038
  /* template */
17039
17039
 
17040
- var __vue_render__$10 = function __vue_render__() {
17040
+ var __vue_render__$11 = function __vue_render__() {
17041
17041
  var _vm = this;
17042
17042
 
17043
17043
  var _h = _vm.$createElement;
@@ -17054,30 +17054,30 @@ var __vue_render__$10 = function __vue_render__() {
17054
17054
  }, [_vm._v("\n " + _vm._s(_vm.text) + "\n")]);
17055
17055
  };
17056
17056
 
17057
- var __vue_staticRenderFns__$10 = [];
17058
- __vue_render__$10._withStripped = true;
17057
+ var __vue_staticRenderFns__$11 = [];
17058
+ __vue_render__$11._withStripped = true;
17059
17059
  /* style */
17060
17060
 
17061
- var __vue_inject_styles__$10 = undefined;
17061
+ var __vue_inject_styles__$11 = undefined;
17062
17062
  /* scoped */
17063
17063
 
17064
- var __vue_scope_id__$10 = undefined;
17064
+ var __vue_scope_id__$11 = undefined;
17065
17065
  /* module identifier */
17066
17066
 
17067
- var __vue_module_identifier__$10 = undefined;
17067
+ var __vue_module_identifier__$11 = undefined;
17068
17068
  /* functional template */
17069
17069
 
17070
- var __vue_is_functional_template__$10 = false;
17070
+ var __vue_is_functional_template__$11 = false;
17071
17071
  /* style inject */
17072
17072
 
17073
17073
  /* style inject SSR */
17074
17074
 
17075
17075
  /* style inject shadow dom */
17076
17076
 
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);
17077
+ var __vue_component__$11 = /*#__PURE__*/normalizeComponent({
17078
+ render: __vue_render__$11,
17079
+ staticRenderFns: __vue_staticRenderFns__$11
17080
+ }, __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
17081
 
17082
17082
  var SearchBoxProductCustomHtml = /*#__PURE__*/function (_Vue) {
17083
17083
  _inherits(SearchBoxProductCustomHtml, _Vue);
@@ -17112,13 +17112,13 @@ __decorate([Prop()], SearchBoxProductCustomHtml.prototype, "options", void 0);
17112
17112
  SearchBoxProductCustomHtml = __decorate([Component({
17113
17113
  name: "SearchBoxProductCustomHtml"
17114
17114
  })], SearchBoxProductCustomHtml);
17115
- var script$_ = SearchBoxProductCustomHtml;
17115
+ var script$$ = SearchBoxProductCustomHtml;
17116
17116
 
17117
17117
  /* script */
17118
- var __vue_script__$$ = script$_;
17118
+ var __vue_script__$10 = script$$;
17119
17119
  /* template */
17120
17120
 
17121
- var __vue_render__$$ = function __vue_render__() {
17121
+ var __vue_render__$10 = function __vue_render__() {
17122
17122
  var _vm = this;
17123
17123
 
17124
17124
  var _h = _vm.$createElement;
@@ -17133,32 +17133,32 @@ var __vue_render__$$ = function __vue_render__() {
17133
17133
  });
17134
17134
  };
17135
17135
 
17136
- var __vue_staticRenderFns__$$ = [];
17137
- __vue_render__$$._withStripped = true;
17136
+ var __vue_staticRenderFns__$10 = [];
17137
+ __vue_render__$10._withStripped = true;
17138
17138
  /* style */
17139
17139
 
17140
- var __vue_inject_styles__$$ = undefined;
17140
+ var __vue_inject_styles__$10 = undefined;
17141
17141
  /* scoped */
17142
17142
 
17143
- var __vue_scope_id__$$ = undefined;
17143
+ var __vue_scope_id__$10 = undefined;
17144
17144
  /* module identifier */
17145
17145
 
17146
- var __vue_module_identifier__$$ = undefined;
17146
+ var __vue_module_identifier__$10 = undefined;
17147
17147
  /* functional template */
17148
17148
 
17149
- var __vue_is_functional_template__$$ = false;
17149
+ var __vue_is_functional_template__$10 = false;
17150
17150
  /* style inject */
17151
17151
 
17152
17152
  /* style inject SSR */
17153
17153
 
17154
17154
  /* style inject shadow dom */
17155
17155
 
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);
17156
+ var __vue_component__$10 = /*#__PURE__*/normalizeComponent({
17157
+ render: __vue_render__$10,
17158
+ staticRenderFns: __vue_staticRenderFns__$10
17159
+ }, __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
17160
 
17161
- var DocumentElementType;
17161
+ exports.DocumentElementType = void 0;
17162
17162
 
17163
17163
  (function (DocumentElementType) {
17164
17164
  DocumentElementType["IMAGE"] = "image";
@@ -17170,7 +17170,7 @@ var DocumentElementType;
17170
17170
  DocumentElementType["RATING"] = "rating";
17171
17171
  DocumentElementType["ADDTOCART"] = "addToCart";
17172
17172
  DocumentElementType["CUSTOM_HTML"] = "customHtml";
17173
- })(DocumentElementType || (DocumentElementType = {}));
17173
+ })(exports.DocumentElementType || (exports.DocumentElementType = {}));
17174
17174
 
17175
17175
  var SearchBoxProductElement = /*#__PURE__*/function (_Vue) {
17176
17176
  _inherits(SearchBoxProductElement, _Vue);
@@ -17187,25 +17187,25 @@ var SearchBoxProductElement = /*#__PURE__*/function (_Vue) {
17187
17187
  key: "elementComponent",
17188
17188
  get: function get() {
17189
17189
  switch (this.element.type) {
17190
- case DocumentElementType.IMAGE:
17190
+ case exports.DocumentElementType.IMAGE:
17191
17191
  return "search-box-product-image";
17192
17192
 
17193
- case DocumentElementType.TITLE:
17193
+ case exports.DocumentElementType.TITLE:
17194
17194
  return "search-box-product-title";
17195
17195
 
17196
- case DocumentElementType.DESCRIPTION:
17196
+ case exports.DocumentElementType.DESCRIPTION:
17197
17197
  return "search-box-product-description";
17198
17198
 
17199
- case DocumentElementType.PRICE:
17199
+ case exports.DocumentElementType.PRICE:
17200
17200
  return "search-box-product-price";
17201
17201
 
17202
- case DocumentElementType.REGULARPRICE:
17202
+ case exports.DocumentElementType.REGULARPRICE:
17203
17203
  return "search-box-product-regular-price";
17204
17204
 
17205
- case DocumentElementType.CUSTOM:
17205
+ case exports.DocumentElementType.CUSTOM:
17206
17206
  return "search-box-product-custom";
17207
17207
 
17208
- case DocumentElementType.CUSTOM_HTML:
17208
+ case exports.DocumentElementType.CUSTOM_HTML:
17209
17209
  return "search-box-product-custom-html";
17210
17210
  }
17211
17211
 
@@ -17229,22 +17229,22 @@ __decorate([Prop()], SearchBoxProductElement.prototype, "labels", void 0);
17229
17229
 
17230
17230
  SearchBoxProductElement = __decorate([Component({
17231
17231
  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__$$
17232
+ SearchBoxProductImage: __vue_component__$16,
17233
+ SearchBoxProductTitle: __vue_component__$15,
17234
+ SearchBoxProductDescription: __vue_component__$14,
17235
+ SearchBoxProductPrice: __vue_component__$13,
17236
+ SearchBoxProductRegularPrice: __vue_component__$12,
17237
+ SearchBoxProductCustom: __vue_component__$11,
17238
+ SearchBoxProductCustomHtml: __vue_component__$10
17239
17239
  }
17240
17240
  })], SearchBoxProductElement);
17241
- var script$Z = SearchBoxProductElement;
17241
+ var script$_ = SearchBoxProductElement;
17242
17242
 
17243
17243
  /* script */
17244
- var __vue_script__$_ = script$Z;
17244
+ var __vue_script__$$ = script$_;
17245
17245
  /* template */
17246
17246
 
17247
- var __vue_render__$_ = function __vue_render__() {
17247
+ var __vue_render__$$ = function __vue_render__() {
17248
17248
  var _vm = this;
17249
17249
 
17250
17250
  var _h = _vm.$createElement;
@@ -17261,30 +17261,30 @@ var __vue_render__$_ = function __vue_render__() {
17261
17261
  }) : _vm._e();
17262
17262
  };
17263
17263
 
17264
- var __vue_staticRenderFns__$_ = [];
17265
- __vue_render__$_._withStripped = true;
17264
+ var __vue_staticRenderFns__$$ = [];
17265
+ __vue_render__$$._withStripped = true;
17266
17266
  /* style */
17267
17267
 
17268
- var __vue_inject_styles__$_ = undefined;
17268
+ var __vue_inject_styles__$$ = undefined;
17269
17269
  /* scoped */
17270
17270
 
17271
- var __vue_scope_id__$_ = undefined;
17271
+ var __vue_scope_id__$$ = undefined;
17272
17272
  /* module identifier */
17273
17273
 
17274
- var __vue_module_identifier__$_ = undefined;
17274
+ var __vue_module_identifier__$$ = undefined;
17275
17275
  /* functional template */
17276
17276
 
17277
- var __vue_is_functional_template__$_ = false;
17277
+ var __vue_is_functional_template__$$ = false;
17278
17278
  /* style inject */
17279
17279
 
17280
17280
  /* style inject SSR */
17281
17281
 
17282
17282
  /* style inject shadow dom */
17283
17283
 
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);
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);
17288
17288
 
17289
17289
  var fails$1 = fails$E;
17290
17290
 
@@ -19739,7 +19739,7 @@ var SearchBoxProduct = /*#__PURE__*/function (_Vue) {
19739
19739
  var _a, _b;
19740
19740
 
19741
19741
  return (_b = (_a = this.panelOptions.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
19742
- return e.type === DocumentElementType.IMAGE;
19742
+ return e.type === exports.DocumentElementType.IMAGE;
19743
19743
  })) !== null && _b !== void 0 ? _b : [];
19744
19744
  }
19745
19745
  }, {
@@ -19748,7 +19748,7 @@ var SearchBoxProduct = /*#__PURE__*/function (_Vue) {
19748
19748
  var _a, _b;
19749
19749
 
19750
19750
  return (_b = (_a = this.panelOptions.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
19751
- return e.type !== DocumentElementType.IMAGE;
19751
+ return e.type !== exports.DocumentElementType.IMAGE;
19752
19752
  })) !== null && _b !== void 0 ? _b : [];
19753
19753
  }
19754
19754
  }, {
@@ -19811,15 +19811,15 @@ __decorate([history$3.Action("add")], SearchBoxProduct.prototype, "addHistory",
19811
19811
 
19812
19812
  SearchBoxProduct = __decorate([Component({
19813
19813
  components: {
19814
- SearchBoxProductElement: __vue_component__$_
19814
+ SearchBoxProductElement: __vue_component__$$
19815
19815
  }
19816
19816
  })], SearchBoxProduct);
19817
- var script$Y = SearchBoxProduct;
19817
+ var script$Z = SearchBoxProduct;
19818
19818
 
19819
- var __vue_script__$Z = script$Y;
19819
+ var __vue_script__$_ = script$Z;
19820
19820
  /* template */
19821
19821
 
19822
- var __vue_render__$Z = function __vue_render__() {
19822
+ var __vue_render__$_ = function __vue_render__() {
19823
19823
  var _vm = this;
19824
19824
 
19825
19825
  var _h = _vm.$createElement;
@@ -19867,30 +19867,30 @@ var __vue_render__$Z = function __vue_render__() {
19867
19867
  }), 1)]);
19868
19868
  };
19869
19869
 
19870
- var __vue_staticRenderFns__$Z = [];
19871
- __vue_render__$Z._withStripped = true;
19870
+ var __vue_staticRenderFns__$_ = [];
19871
+ __vue_render__$_._withStripped = true;
19872
19872
  /* style */
19873
19873
 
19874
- var __vue_inject_styles__$Z = undefined;
19874
+ var __vue_inject_styles__$_ = undefined;
19875
19875
  /* scoped */
19876
19876
 
19877
- var __vue_scope_id__$Z = undefined;
19877
+ var __vue_scope_id__$_ = undefined;
19878
19878
  /* module identifier */
19879
19879
 
19880
- var __vue_module_identifier__$Z = undefined;
19880
+ var __vue_module_identifier__$_ = undefined;
19881
19881
  /* functional template */
19882
19882
 
19883
- var __vue_is_functional_template__$Z = false;
19883
+ var __vue_is_functional_template__$_ = false;
19884
19884
  /* style inject */
19885
19885
 
19886
19886
  /* style inject SSR */
19887
19887
 
19888
19888
  /* style inject shadow dom */
19889
19889
 
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);
19890
+ var __vue_component__$_ = /*#__PURE__*/normalizeComponent({
19891
+ render: __vue_render__$_,
19892
+ staticRenderFns: __vue_staticRenderFns__$_
19893
+ }, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
19894
19894
 
19895
19895
  var searchBox$9 = namespace("searchBox");
19896
19896
 
@@ -19939,16 +19939,16 @@ __decorate([searchBox$9.Getter("highlightedItem")], SearchBoxProducts.prototype,
19939
19939
 
19940
19940
  SearchBoxProducts = __decorate([Component({
19941
19941
  components: {
19942
- SearchBoxProduct: __vue_component__$Z
19942
+ SearchBoxProduct: __vue_component__$_
19943
19943
  }
19944
19944
  })], SearchBoxProducts);
19945
- var script$X = SearchBoxProducts;
19945
+ var script$Y = SearchBoxProducts;
19946
19946
 
19947
19947
  /* script */
19948
- var __vue_script__$Y = script$X;
19948
+ var __vue_script__$Z = script$Y;
19949
19949
  /* template */
19950
19950
 
19951
- var __vue_render__$Y = function __vue_render__() {
19951
+ var __vue_render__$Z = function __vue_render__() {
19952
19952
  var _vm = this;
19953
19953
 
19954
19954
  var _h = _vm.$createElement;
@@ -19973,30 +19973,30 @@ var __vue_render__$Y = function __vue_render__() {
19973
19973
  }), 1);
19974
19974
  };
19975
19975
 
19976
- var __vue_staticRenderFns__$Y = [];
19977
- __vue_render__$Y._withStripped = true;
19976
+ var __vue_staticRenderFns__$Z = [];
19977
+ __vue_render__$Z._withStripped = true;
19978
19978
  /* style */
19979
19979
 
19980
- var __vue_inject_styles__$Y = undefined;
19980
+ var __vue_inject_styles__$Z = undefined;
19981
19981
  /* scoped */
19982
19982
 
19983
- var __vue_scope_id__$Y = undefined;
19983
+ var __vue_scope_id__$Z = undefined;
19984
19984
  /* module identifier */
19985
19985
 
19986
- var __vue_module_identifier__$Y = undefined;
19986
+ var __vue_module_identifier__$Z = undefined;
19987
19987
  /* functional template */
19988
19988
 
19989
- var __vue_is_functional_template__$Y = false;
19989
+ var __vue_is_functional_template__$Z = false;
19990
19990
  /* style inject */
19991
19991
 
19992
19992
  /* style inject SSR */
19993
19993
 
19994
19994
  /* style inject shadow dom */
19995
19995
 
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);
19996
+ var __vue_component__$Z = /*#__PURE__*/normalizeComponent({
19997
+ render: __vue_render__$Z,
19998
+ staticRenderFns: __vue_staticRenderFns__$Z
19999
+ }, __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
20000
 
20001
20001
  var searchBox$8 = namespace("searchBox");
20002
20002
 
@@ -20083,16 +20083,16 @@ __decorate([Watch("inputValue")], SearchBoxProductsWrapper.prototype, "onInputCh
20083
20083
  SearchBoxProductsWrapper = __decorate([Component({
20084
20084
  name: "searchBoxProductsWrapper",
20085
20085
  components: {
20086
- SearchBoxProducts: __vue_component__$Y
20086
+ SearchBoxProducts: __vue_component__$Z
20087
20087
  }
20088
20088
  })], SearchBoxProductsWrapper);
20089
- var script$W = SearchBoxProductsWrapper;
20089
+ var script$X = SearchBoxProductsWrapper;
20090
20090
 
20091
20091
  /* script */
20092
- var __vue_script__$X = script$W;
20092
+ var __vue_script__$Y = script$X;
20093
20093
  /* template */
20094
20094
 
20095
- var __vue_render__$X = function __vue_render__() {
20095
+ var __vue_render__$Y = function __vue_render__() {
20096
20096
  var _vm = this;
20097
20097
 
20098
20098
  var _h = _vm.$createElement;
@@ -20109,11 +20109,11 @@ var __vue_render__$X = function __vue_render__() {
20109
20109
  });
20110
20110
  };
20111
20111
 
20112
- var __vue_staticRenderFns__$X = [];
20113
- __vue_render__$X._withStripped = true;
20112
+ var __vue_staticRenderFns__$Y = [];
20113
+ __vue_render__$Y._withStripped = true;
20114
20114
  /* style */
20115
20115
 
20116
- var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
20116
+ var __vue_inject_styles__$Y = function __vue_inject_styles__(inject) {
20117
20117
  if (!inject) return;
20118
20118
  inject("data-v-45bb68b4_0", {
20119
20119
  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 +20124,21 @@ var __vue_inject_styles__$X = function __vue_inject_styles__(inject) {
20124
20124
  /* scoped */
20125
20125
 
20126
20126
 
20127
- var __vue_scope_id__$X = undefined;
20127
+ var __vue_scope_id__$Y = undefined;
20128
20128
  /* module identifier */
20129
20129
 
20130
- var __vue_module_identifier__$X = undefined;
20130
+ var __vue_module_identifier__$Y = undefined;
20131
20131
  /* functional template */
20132
20132
 
20133
- var __vue_is_functional_template__$X = false;
20133
+ var __vue_is_functional_template__$Y = false;
20134
20134
  /* style inject SSR */
20135
20135
 
20136
20136
  /* style inject shadow dom */
20137
20137
 
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);
20138
+ var __vue_component__$Y = /*#__PURE__*/normalizeComponent({
20139
+ render: __vue_render__$Y,
20140
+ staticRenderFns: __vue_staticRenderFns__$Y
20141
+ }, __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
20142
 
20143
20143
  var SearchBoxSuggestion = /*#__PURE__*/function (_Vue) {
20144
20144
  _inherits(SearchBoxSuggestion, _Vue);
@@ -20183,13 +20183,13 @@ __decorate([Prop()], SearchBoxSuggestion.prototype, "labels", void 0);
20183
20183
  SearchBoxSuggestion = __decorate([Component({
20184
20184
  name: "searchBoxSuggestion"
20185
20185
  })], SearchBoxSuggestion);
20186
- var script$V = SearchBoxSuggestion;
20186
+ var script$W = SearchBoxSuggestion;
20187
20187
 
20188
20188
  /* script */
20189
- var __vue_script__$W = script$V;
20189
+ var __vue_script__$X = script$W;
20190
20190
  /* template */
20191
20191
 
20192
- var __vue_render__$W = function __vue_render__() {
20192
+ var __vue_render__$X = function __vue_render__() {
20193
20193
  var _vm = this;
20194
20194
 
20195
20195
  var _h = _vm.$createElement;
@@ -20236,30 +20236,30 @@ var __vue_render__$W = function __vue_render__() {
20236
20236
  }, [_vm._v(_vm._s(_vm.suggestion.facet.title))])]) : _vm._e()]);
20237
20237
  };
20238
20238
 
20239
- var __vue_staticRenderFns__$W = [];
20240
- __vue_render__$W._withStripped = true;
20239
+ var __vue_staticRenderFns__$X = [];
20240
+ __vue_render__$X._withStripped = true;
20241
20241
  /* style */
20242
20242
 
20243
- var __vue_inject_styles__$W = undefined;
20243
+ var __vue_inject_styles__$X = undefined;
20244
20244
  /* scoped */
20245
20245
 
20246
- var __vue_scope_id__$W = undefined;
20246
+ var __vue_scope_id__$X = undefined;
20247
20247
  /* module identifier */
20248
20248
 
20249
- var __vue_module_identifier__$W = undefined;
20249
+ var __vue_module_identifier__$X = undefined;
20250
20250
  /* functional template */
20251
20251
 
20252
- var __vue_is_functional_template__$W = false;
20252
+ var __vue_is_functional_template__$X = false;
20253
20253
  /* style inject */
20254
20254
 
20255
20255
  /* style inject SSR */
20256
20256
 
20257
20257
  /* style inject shadow dom */
20258
20258
 
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);
20259
+ var __vue_component__$X = /*#__PURE__*/normalizeComponent({
20260
+ render: __vue_render__$X,
20261
+ staticRenderFns: __vue_staticRenderFns__$X
20262
+ }, __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
20263
 
20264
20264
  var searchBox$7 = namespace("searchBox");
20265
20265
 
@@ -20348,16 +20348,16 @@ __decorate([Watch("highlightedIndex")], SearchBoxSuggestions.prototype, "handleH
20348
20348
  SearchBoxSuggestions = __decorate([Component({
20349
20349
  name: "searchBoxSuggestions",
20350
20350
  components: {
20351
- SearchBoxSuggestion: __vue_component__$W
20351
+ SearchBoxSuggestion: __vue_component__$X
20352
20352
  }
20353
20353
  })], SearchBoxSuggestions);
20354
- var script$U = SearchBoxSuggestions;
20354
+ var script$V = SearchBoxSuggestions;
20355
20355
 
20356
20356
  /* script */
20357
- var __vue_script__$V = script$U;
20357
+ var __vue_script__$W = script$V;
20358
20358
  /* template */
20359
20359
 
20360
- var __vue_render__$V = function __vue_render__() {
20360
+ var __vue_render__$W = function __vue_render__() {
20361
20361
  var _vm = this;
20362
20362
 
20363
20363
  var _h = _vm.$createElement;
@@ -20386,30 +20386,30 @@ var __vue_render__$V = function __vue_render__() {
20386
20386
  }), 1);
20387
20387
  };
20388
20388
 
20389
- var __vue_staticRenderFns__$V = [];
20390
- __vue_render__$V._withStripped = true;
20389
+ var __vue_staticRenderFns__$W = [];
20390
+ __vue_render__$W._withStripped = true;
20391
20391
  /* style */
20392
20392
 
20393
- var __vue_inject_styles__$V = undefined;
20393
+ var __vue_inject_styles__$W = undefined;
20394
20394
  /* scoped */
20395
20395
 
20396
- var __vue_scope_id__$V = undefined;
20396
+ var __vue_scope_id__$W = undefined;
20397
20397
  /* module identifier */
20398
20398
 
20399
- var __vue_module_identifier__$V = undefined;
20399
+ var __vue_module_identifier__$W = undefined;
20400
20400
  /* functional template */
20401
20401
 
20402
- var __vue_is_functional_template__$V = false;
20402
+ var __vue_is_functional_template__$W = false;
20403
20403
  /* style inject */
20404
20404
 
20405
20405
  /* style inject SSR */
20406
20406
 
20407
20407
  /* style inject shadow dom */
20408
20408
 
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);
20409
+ var __vue_component__$W = /*#__PURE__*/normalizeComponent({
20410
+ render: __vue_render__$W,
20411
+ staticRenderFns: __vue_staticRenderFns__$W
20412
+ }, __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
20413
 
20414
20414
  var searchBox$6 = namespace("searchBox");
20415
20415
 
@@ -20499,16 +20499,16 @@ __decorate([Watch("inputValue")], SearchBoxSuggestionsWrapper.prototype, "onInpu
20499
20499
  SearchBoxSuggestionsWrapper = __decorate([Component({
20500
20500
  name: "searchBoxSuggestionsWrapper",
20501
20501
  components: {
20502
- SearchBoxSuggestions: __vue_component__$V
20502
+ SearchBoxSuggestions: __vue_component__$W
20503
20503
  }
20504
20504
  })], SearchBoxSuggestionsWrapper);
20505
- var script$T = SearchBoxSuggestionsWrapper;
20505
+ var script$U = SearchBoxSuggestionsWrapper;
20506
20506
 
20507
20507
  /* script */
20508
- var __vue_script__$U = script$T;
20508
+ var __vue_script__$V = script$U;
20509
20509
  /* template */
20510
20510
 
20511
- var __vue_render__$U = function __vue_render__() {
20511
+ var __vue_render__$V = function __vue_render__() {
20512
20512
  var _vm = this;
20513
20513
 
20514
20514
  var _h = _vm.$createElement;
@@ -20530,11 +20530,11 @@ var __vue_render__$U = function __vue_render__() {
20530
20530
  });
20531
20531
  };
20532
20532
 
20533
- var __vue_staticRenderFns__$U = [];
20534
- __vue_render__$U._withStripped = true;
20533
+ var __vue_staticRenderFns__$V = [];
20534
+ __vue_render__$V._withStripped = true;
20535
20535
  /* style */
20536
20536
 
20537
- var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
20537
+ var __vue_inject_styles__$V = function __vue_inject_styles__(inject) {
20538
20538
  if (!inject) return;
20539
20539
  inject("data-v-e3079fb6_0", {
20540
20540
  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 +20545,21 @@ var __vue_inject_styles__$U = function __vue_inject_styles__(inject) {
20545
20545
  /* scoped */
20546
20546
 
20547
20547
 
20548
- var __vue_scope_id__$U = undefined;
20548
+ var __vue_scope_id__$V = undefined;
20549
20549
  /* module identifier */
20550
20550
 
20551
- var __vue_module_identifier__$U = undefined;
20551
+ var __vue_module_identifier__$V = undefined;
20552
20552
  /* functional template */
20553
20553
 
20554
- var __vue_is_functional_template__$U = false;
20554
+ var __vue_is_functional_template__$V = false;
20555
20555
  /* style inject SSR */
20556
20556
 
20557
20557
  /* style inject shadow dom */
20558
20558
 
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);
20559
+ var __vue_component__$V = /*#__PURE__*/normalizeComponent({
20560
+ render: __vue_render__$V,
20561
+ staticRenderFns: __vue_staticRenderFns__$V
20562
+ }, __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
20563
 
20564
20564
  var searchBox$5 = namespace("searchBox");
20565
20565
 
@@ -20616,13 +20616,13 @@ __decorate([searchBox$5.State(function (state) {
20616
20616
  SearchBoxMoreResults = __decorate([Component({
20617
20617
  name: "searchBoxMoreResults"
20618
20618
  })], SearchBoxMoreResults);
20619
- var script$S = SearchBoxMoreResults;
20619
+ var script$T = SearchBoxMoreResults;
20620
20620
 
20621
20621
  /* script */
20622
- var __vue_script__$T = script$S;
20622
+ var __vue_script__$U = script$T;
20623
20623
  /* template */
20624
20624
 
20625
- var __vue_render__$T = function __vue_render__() {
20625
+ var __vue_render__$U = function __vue_render__() {
20626
20626
  var _vm = this;
20627
20627
 
20628
20628
  var _h = _vm.$createElement;
@@ -20640,30 +20640,30 @@ var __vue_render__$T = function __vue_render__() {
20640
20640
  }, [_vm._v(_vm._s(_vm.labels.moreResults) + " " + _vm._s(_vm.totalCount))]);
20641
20641
  };
20642
20642
 
20643
- var __vue_staticRenderFns__$T = [];
20644
- __vue_render__$T._withStripped = true;
20643
+ var __vue_staticRenderFns__$U = [];
20644
+ __vue_render__$U._withStripped = true;
20645
20645
  /* style */
20646
20646
 
20647
- var __vue_inject_styles__$T = undefined;
20647
+ var __vue_inject_styles__$U = undefined;
20648
20648
  /* scoped */
20649
20649
 
20650
- var __vue_scope_id__$T = undefined;
20650
+ var __vue_scope_id__$U = undefined;
20651
20651
  /* module identifier */
20652
20652
 
20653
- var __vue_module_identifier__$T = undefined;
20653
+ var __vue_module_identifier__$U = undefined;
20654
20654
  /* functional template */
20655
20655
 
20656
- var __vue_is_functional_template__$T = false;
20656
+ var __vue_is_functional_template__$U = false;
20657
20657
  /* style inject */
20658
20658
 
20659
20659
  /* style inject SSR */
20660
20660
 
20661
20661
  /* style inject shadow dom */
20662
20662
 
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);
20663
+ var __vue_component__$U = /*#__PURE__*/normalizeComponent({
20664
+ render: __vue_render__$U,
20665
+ staticRenderFns: __vue_staticRenderFns__$U
20666
+ }, __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
20667
 
20668
20668
  var SearchBoxHistoryItem = /*#__PURE__*/function (_Vue) {
20669
20669
  _inherits(SearchBoxHistoryItem, _Vue);
@@ -20708,13 +20708,13 @@ __decorate([Prop({
20708
20708
  SearchBoxHistoryItem = __decorate([Component({
20709
20709
  name: "SearchBoxHistoryItem"
20710
20710
  })], SearchBoxHistoryItem);
20711
- var script$R = SearchBoxHistoryItem;
20711
+ var script$S = SearchBoxHistoryItem;
20712
20712
 
20713
20713
  /* script */
20714
- var __vue_script__$S = script$R;
20714
+ var __vue_script__$T = script$S;
20715
20715
  /* template */
20716
20716
 
20717
- var __vue_render__$S = function __vue_render__() {
20717
+ var __vue_render__$T = function __vue_render__() {
20718
20718
  var _vm = this;
20719
20719
 
20720
20720
  var _h = _vm.$createElement;
@@ -20741,30 +20741,30 @@ var __vue_render__$S = function __vue_render__() {
20741
20741
  }, [_vm._v("×")])])]);
20742
20742
  };
20743
20743
 
20744
- var __vue_staticRenderFns__$S = [];
20745
- __vue_render__$S._withStripped = true;
20744
+ var __vue_staticRenderFns__$T = [];
20745
+ __vue_render__$T._withStripped = true;
20746
20746
  /* style */
20747
20747
 
20748
- var __vue_inject_styles__$S = undefined;
20748
+ var __vue_inject_styles__$T = undefined;
20749
20749
  /* scoped */
20750
20750
 
20751
- var __vue_scope_id__$S = undefined;
20751
+ var __vue_scope_id__$T = undefined;
20752
20752
  /* module identifier */
20753
20753
 
20754
- var __vue_module_identifier__$S = undefined;
20754
+ var __vue_module_identifier__$T = undefined;
20755
20755
  /* functional template */
20756
20756
 
20757
- var __vue_is_functional_template__$S = false;
20757
+ var __vue_is_functional_template__$T = false;
20758
20758
  /* style inject */
20759
20759
 
20760
20760
  /* style inject SSR */
20761
20761
 
20762
20762
  /* style inject shadow dom */
20763
20763
 
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);
20764
+ var __vue_component__$T = /*#__PURE__*/normalizeComponent({
20765
+ render: __vue_render__$T,
20766
+ staticRenderFns: __vue_staticRenderFns__$T
20767
+ }, __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
20768
 
20769
20769
  var history$2 = namespace("history");
20770
20770
  var searchBox$4 = namespace("searchBox");
@@ -20859,16 +20859,16 @@ __decorate([history$2.Action("clear")], SearchBoxHistoryPanel.prototype, "clear"
20859
20859
  SearchBoxHistoryPanel = __decorate([Component({
20860
20860
  name: "searchBoxHistoryPanel",
20861
20861
  components: {
20862
- SearchBoxHistoryItem: __vue_component__$S
20862
+ SearchBoxHistoryItem: __vue_component__$T
20863
20863
  }
20864
20864
  })], SearchBoxHistoryPanel);
20865
- var script$Q = SearchBoxHistoryPanel;
20865
+ var script$R = SearchBoxHistoryPanel;
20866
20866
 
20867
20867
  /* script */
20868
- var __vue_script__$R = script$Q;
20868
+ var __vue_script__$S = script$R;
20869
20869
  /* template */
20870
20870
 
20871
- var __vue_render__$R = function __vue_render__() {
20871
+ var __vue_render__$S = function __vue_render__() {
20872
20872
  var _vm = this;
20873
20873
 
20874
20874
  var _h = _vm.$createElement;
@@ -20897,30 +20897,30 @@ var __vue_render__$R = function __vue_render__() {
20897
20897
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.clear) + "\n ")])], 2) : _vm._e();
20898
20898
  };
20899
20899
 
20900
- var __vue_staticRenderFns__$R = [];
20901
- __vue_render__$R._withStripped = true;
20900
+ var __vue_staticRenderFns__$S = [];
20901
+ __vue_render__$S._withStripped = true;
20902
20902
  /* style */
20903
20903
 
20904
- var __vue_inject_styles__$R = undefined;
20904
+ var __vue_inject_styles__$S = undefined;
20905
20905
  /* scoped */
20906
20906
 
20907
- var __vue_scope_id__$R = undefined;
20907
+ var __vue_scope_id__$S = undefined;
20908
20908
  /* module identifier */
20909
20909
 
20910
- var __vue_module_identifier__$R = undefined;
20910
+ var __vue_module_identifier__$S = undefined;
20911
20911
  /* functional template */
20912
20912
 
20913
- var __vue_is_functional_template__$R = false;
20913
+ var __vue_is_functional_template__$S = false;
20914
20914
  /* style inject */
20915
20915
 
20916
20916
  /* style inject SSR */
20917
20917
 
20918
20918
  /* style inject shadow dom */
20919
20919
 
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);
20920
+ var __vue_component__$S = /*#__PURE__*/normalizeComponent({
20921
+ render: __vue_render__$S,
20922
+ staticRenderFns: __vue_staticRenderFns__$S
20923
+ }, __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
20924
 
20925
20925
  var searchBox$3 = namespace("searchBox");
20926
20926
 
@@ -20960,12 +20960,12 @@ var SearchBoxMainPanel = /*#__PURE__*/function (_Vue) {
20960
20960
  value: function getInput(panel) {
20961
20961
  var _a, _b;
20962
20962
 
20963
- if (panel.type === SearchBoxPanelType.SUGGESTION || !panel.searchBySuggestion) {
20963
+ if (panel.type === exports.SearchBoxPanelType.SUGGESTION || !panel.searchBySuggestion) {
20964
20964
  return this.inputValue;
20965
20965
  }
20966
20966
 
20967
20967
  var queryKey = (_a = this.panels.find(function (x) {
20968
- return x.type === SearchBoxPanelType.SUGGESTION;
20968
+ return x.type === exports.SearchBoxPanelType.SUGGESTION;
20969
20969
  })) === null || _a === void 0 ? void 0 : _a.queryKey;
20970
20970
  var displaySuggestion = queryKey && ((_b = this.suggestionResults[queryKey]) === null || _b === void 0 ? void 0 : _b.length) ? this.suggestionResults[queryKey][0] : "";
20971
20971
  return displaySuggestion ? displaySuggestion.suggestion.suggestion : this.inputValue;
@@ -21081,19 +21081,19 @@ __decorate([searchBox$3.Action("highlightChange")], SearchBoxMainPanel.prototype
21081
21081
  SearchBoxMainPanel = __decorate([Component({
21082
21082
  name: "searchBoxMainPanel",
21083
21083
  components: {
21084
- SearchBoxSuggestionsWrapper: __vue_component__$U,
21085
- SearchBoxProductsWrapper: __vue_component__$X,
21086
- SearchBoxMoreResults: __vue_component__$T,
21087
- SearchBoxHistoryPanel: __vue_component__$R
21084
+ SearchBoxSuggestionsWrapper: __vue_component__$V,
21085
+ SearchBoxProductsWrapper: __vue_component__$Y,
21086
+ SearchBoxMoreResults: __vue_component__$U,
21087
+ SearchBoxHistoryPanel: __vue_component__$S
21088
21088
  }
21089
21089
  })], SearchBoxMainPanel);
21090
- var script$P = SearchBoxMainPanel;
21090
+ var script$Q = SearchBoxMainPanel;
21091
21091
 
21092
21092
  /* script */
21093
- var __vue_script__$Q = script$P;
21093
+ var __vue_script__$R = script$Q;
21094
21094
  /* template */
21095
21095
 
21096
- var __vue_render__$Q = function __vue_render__() {
21096
+ var __vue_render__$R = function __vue_render__() {
21097
21097
  var _vm = this;
21098
21098
 
21099
21099
  var _h = _vm.$createElement;
@@ -21164,11 +21164,11 @@ var __vue_render__$Q = function __vue_render__() {
21164
21164
  })], 1) : _vm._e();
21165
21165
  };
21166
21166
 
21167
- var __vue_staticRenderFns__$Q = [];
21168
- __vue_render__$Q._withStripped = true;
21167
+ var __vue_staticRenderFns__$R = [];
21168
+ __vue_render__$R._withStripped = true;
21169
21169
  /* style */
21170
21170
 
21171
- var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
21171
+ var __vue_inject_styles__$R = function __vue_inject_styles__(inject) {
21172
21172
  if (!inject) return;
21173
21173
  inject("data-v-0b92689b_0", {
21174
21174
  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 +21179,21 @@ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
21179
21179
  /* scoped */
21180
21180
 
21181
21181
 
21182
- var __vue_scope_id__$Q = undefined;
21182
+ var __vue_scope_id__$R = undefined;
21183
21183
  /* module identifier */
21184
21184
 
21185
- var __vue_module_identifier__$Q = undefined;
21185
+ var __vue_module_identifier__$R = undefined;
21186
21186
  /* functional template */
21187
21187
 
21188
- var __vue_is_functional_template__$Q = false;
21188
+ var __vue_is_functional_template__$R = false;
21189
21189
  /* style inject SSR */
21190
21190
 
21191
21191
  /* style inject shadow dom */
21192
21192
 
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);
21193
+ var __vue_component__$R = /*#__PURE__*/normalizeComponent({
21194
+ render: __vue_render__$R,
21195
+ staticRenderFns: __vue_staticRenderFns__$R
21196
+ }, __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
21197
 
21198
21198
  var BIND_EVENT = "click";
21199
21199
 
@@ -21346,7 +21346,7 @@ var SearchBox = /*#__PURE__*/function (_Vue) {
21346
21346
  key: "handleItemsFetch",
21347
21347
  value: function handleItemsFetch(data) {
21348
21348
  switch (data.type) {
21349
- case SearchBoxPanelType.SUGGESTION:
21349
+ case exports.SearchBoxPanelType.SUGGESTION:
21350
21350
  {
21351
21351
  var item = data.items[0];
21352
21352
  var suggestion = item || {
@@ -21368,7 +21368,7 @@ var SearchBox = /*#__PURE__*/function (_Vue) {
21368
21368
  key: "handleItemSelect",
21369
21369
  value: function handleItemSelect(data) {
21370
21370
  switch (data.type) {
21371
- case SearchBoxPanelType.SUGGESTION:
21371
+ case exports.SearchBoxPanelType.SUGGESTION:
21372
21372
  {
21373
21373
  var suggestion = data.item;
21374
21374
  this.selectSuggestion(suggestion, suggestion.override);
@@ -21525,17 +21525,17 @@ __decorate([params$d.Action("goToResults")], SearchBox.prototype, "goToResults",
21525
21525
  SearchBox = __decorate([Component({
21526
21526
  name: "searchBox",
21527
21527
  components: {
21528
- SearchBoxInput: __vue_component__$16,
21529
- SearchBoxMainPanel: __vue_component__$Q
21528
+ SearchBoxInput: __vue_component__$17,
21529
+ SearchBoxMainPanel: __vue_component__$R
21530
21530
  }
21531
21531
  })], SearchBox);
21532
- var script$O = SearchBox;
21532
+ var script$P = SearchBox;
21533
21533
 
21534
21534
  /* script */
21535
- var __vue_script__$P = script$O;
21535
+ var __vue_script__$Q = script$P;
21536
21536
  /* template */
21537
21537
 
21538
- var __vue_render__$P = function __vue_render__() {
21538
+ var __vue_render__$Q = function __vue_render__() {
21539
21539
  var _vm = this;
21540
21540
 
21541
21541
  var _h = _vm.$createElement;
@@ -21572,11 +21572,11 @@ var __vue_render__$P = function __vue_render__() {
21572
21572
  }) : _vm._e()], 1)]);
21573
21573
  };
21574
21574
 
21575
- var __vue_staticRenderFns__$P = [];
21576
- __vue_render__$P._withStripped = true;
21575
+ var __vue_staticRenderFns__$Q = [];
21576
+ __vue_render__$Q._withStripped = true;
21577
21577
  /* style */
21578
21578
 
21579
- var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
21579
+ var __vue_inject_styles__$Q = function __vue_inject_styles__(inject) {
21580
21580
  if (!inject) return;
21581
21581
  inject("data-v-17a13ac4_0", {
21582
21582
  source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n",
@@ -21587,21 +21587,21 @@ var __vue_inject_styles__$P = function __vue_inject_styles__(inject) {
21587
21587
  /* scoped */
21588
21588
 
21589
21589
 
21590
- var __vue_scope_id__$P = undefined;
21590
+ var __vue_scope_id__$Q = undefined;
21591
21591
  /* module identifier */
21592
21592
 
21593
- var __vue_module_identifier__$P = undefined;
21593
+ var __vue_module_identifier__$Q = undefined;
21594
21594
  /* functional template */
21595
21595
 
21596
- var __vue_is_functional_template__$P = false;
21596
+ var __vue_is_functional_template__$Q = false;
21597
21597
  /* style inject SSR */
21598
21598
 
21599
21599
  /* style inject shadow dom */
21600
21600
 
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);
21601
+ var __vue_component__$Q = /*#__PURE__*/normalizeComponent({
21602
+ render: __vue_render__$Q,
21603
+ staticRenderFns: __vue_staticRenderFns__$Q
21604
+ }, __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
21605
 
21606
21606
  var DEFAULT_SEARCH_BOX_OPTIONS = {
21607
21607
  inputSelector: "#searchBox",
@@ -21692,16 +21692,16 @@ __decorate([Prop()], SearchBoxEntry.prototype, "searchBoxOptions", void 0);
21692
21692
  SearchBoxEntry = __decorate([Component({
21693
21693
  name: "searchBox",
21694
21694
  components: {
21695
- SearchBox: __vue_component__$P
21695
+ SearchBox: __vue_component__$Q
21696
21696
  }
21697
21697
  })], SearchBoxEntry);
21698
- var script$N = SearchBoxEntry;
21698
+ var script$O = SearchBoxEntry;
21699
21699
 
21700
21700
  /* script */
21701
- var __vue_script__$O = script$N;
21701
+ var __vue_script__$P = script$O;
21702
21702
  /* template */
21703
21703
 
21704
- var __vue_render__$O = function __vue_render__() {
21704
+ var __vue_render__$P = function __vue_render__() {
21705
21705
  var _vm = this;
21706
21706
 
21707
21707
  var _h = _vm.$createElement;
@@ -21715,30 +21715,30 @@ var __vue_render__$O = function __vue_render__() {
21715
21715
  });
21716
21716
  };
21717
21717
 
21718
- var __vue_staticRenderFns__$O = [];
21719
- __vue_render__$O._withStripped = true;
21718
+ var __vue_staticRenderFns__$P = [];
21719
+ __vue_render__$P._withStripped = true;
21720
21720
  /* style */
21721
21721
 
21722
- var __vue_inject_styles__$O = undefined;
21722
+ var __vue_inject_styles__$P = undefined;
21723
21723
  /* scoped */
21724
21724
 
21725
- var __vue_scope_id__$O = undefined;
21725
+ var __vue_scope_id__$P = undefined;
21726
21726
  /* module identifier */
21727
21727
 
21728
- var __vue_module_identifier__$O = undefined;
21728
+ var __vue_module_identifier__$P = undefined;
21729
21729
  /* functional template */
21730
21730
 
21731
- var __vue_is_functional_template__$O = false;
21731
+ var __vue_is_functional_template__$P = false;
21732
21732
  /* style inject */
21733
21733
 
21734
21734
  /* style inject SSR */
21735
21735
 
21736
21736
  /* style inject shadow dom */
21737
21737
 
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);
21738
+ var __vue_component__$P = /*#__PURE__*/normalizeComponent({
21739
+ render: __vue_render__$P,
21740
+ staticRenderFns: __vue_staticRenderFns__$P
21741
+ }, __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
21742
 
21743
21743
  // `SameValue` abstract operation
21744
21744
  // https://tc39.es/ecma262/#sec-samevalue
@@ -23078,12 +23078,12 @@ __decorate([Prop({
23078
23078
  CurrentFilterDisplay = __decorate([Component({
23079
23079
  name: "currentFilterDisplay"
23080
23080
  })], CurrentFilterDisplay);
23081
- var script$M = CurrentFilterDisplay;
23081
+ var script$N = CurrentFilterDisplay;
23082
23082
 
23083
- var __vue_script__$N = script$M;
23083
+ var __vue_script__$O = script$N;
23084
23084
  /* template */
23085
23085
 
23086
- var __vue_render__$N = function __vue_render__() {
23086
+ var __vue_render__$O = function __vue_render__() {
23087
23087
  var _vm = this;
23088
23088
 
23089
23089
  var _h = _vm.$createElement;
@@ -23110,30 +23110,30 @@ var __vue_render__$N = function __vue_render__() {
23110
23110
  }, [_vm._v("\n " + _vm._s(_vm.filter.value) + "\n ")])]);
23111
23111
  };
23112
23112
 
23113
- var __vue_staticRenderFns__$N = [];
23114
- __vue_render__$N._withStripped = true;
23113
+ var __vue_staticRenderFns__$O = [];
23114
+ __vue_render__$O._withStripped = true;
23115
23115
  /* style */
23116
23116
 
23117
- var __vue_inject_styles__$N = undefined;
23117
+ var __vue_inject_styles__$O = undefined;
23118
23118
  /* scoped */
23119
23119
 
23120
- var __vue_scope_id__$N = undefined;
23120
+ var __vue_scope_id__$O = undefined;
23121
23121
  /* module identifier */
23122
23122
 
23123
- var __vue_module_identifier__$N = undefined;
23123
+ var __vue_module_identifier__$O = undefined;
23124
23124
  /* functional template */
23125
23125
 
23126
- var __vue_is_functional_template__$N = false;
23126
+ var __vue_is_functional_template__$O = false;
23127
23127
  /* style inject */
23128
23128
 
23129
23129
  /* style inject SSR */
23130
23130
 
23131
23131
  /* style inject shadow dom */
23132
23132
 
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);
23133
+ var __vue_component__$O = /*#__PURE__*/normalizeComponent({
23134
+ render: __vue_render__$O,
23135
+ staticRenderFns: __vue_staticRenderFns__$O
23136
+ }, __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
23137
 
23138
23138
  var getFacetKey = function getFacetKey(key, type) {
23139
23139
  return "".concat(FACET_FILTER_MAP[type]).concat(key);
@@ -23301,16 +23301,16 @@ __decorate([params$c.Action("appendParams")], CurrentFilters.prototype, "appendP
23301
23301
  CurrentFilters = __decorate([Component({
23302
23302
  name: "currentFilters",
23303
23303
  components: {
23304
- CurrentFilterDisplay: __vue_component__$N
23304
+ CurrentFilterDisplay: __vue_component__$O
23305
23305
  }
23306
23306
  })], CurrentFilters);
23307
- var script$L = CurrentFilters;
23307
+ var script$M = CurrentFilters;
23308
23308
 
23309
23309
  /* script */
23310
- var __vue_script__$M = script$L;
23310
+ var __vue_script__$N = script$M;
23311
23311
  /* template */
23312
23312
 
23313
- var __vue_render__$M = function __vue_render__() {
23313
+ var __vue_render__$N = function __vue_render__() {
23314
23314
  var _vm = this;
23315
23315
 
23316
23316
  var _h = _vm.$createElement;
@@ -23364,30 +23364,30 @@ var __vue_render__$M = function __vue_render__() {
23364
23364
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.clearAll) + "\n ")])]) : _vm._e()]) : _vm._e();
23365
23365
  };
23366
23366
 
23367
- var __vue_staticRenderFns__$M = [];
23368
- __vue_render__$M._withStripped = true;
23367
+ var __vue_staticRenderFns__$N = [];
23368
+ __vue_render__$N._withStripped = true;
23369
23369
  /* style */
23370
23370
 
23371
- var __vue_inject_styles__$M = undefined;
23371
+ var __vue_inject_styles__$N = undefined;
23372
23372
  /* scoped */
23373
23373
 
23374
- var __vue_scope_id__$M = undefined;
23374
+ var __vue_scope_id__$N = undefined;
23375
23375
  /* module identifier */
23376
23376
 
23377
- var __vue_module_identifier__$M = undefined;
23377
+ var __vue_module_identifier__$N = undefined;
23378
23378
  /* functional template */
23379
23379
 
23380
- var __vue_is_functional_template__$M = false;
23380
+ var __vue_is_functional_template__$N = false;
23381
23381
  /* style inject */
23382
23382
 
23383
23383
  /* style inject SSR */
23384
23384
 
23385
23385
  /* style inject shadow dom */
23386
23386
 
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);
23387
+ var __vue_component__$N = /*#__PURE__*/normalizeComponent({
23388
+ render: __vue_render__$N,
23389
+ staticRenderFns: __vue_staticRenderFns__$N
23390
+ }, __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
23391
 
23392
23392
  var TermFacet$1 = /*#__PURE__*/function (_Vue) {
23393
23393
  _inherits(TermFacet, _Vue);
@@ -23502,13 +23502,13 @@ __decorate([Prop({
23502
23502
  TermFacet$1 = __decorate([Component({
23503
23503
  name: "termFacet"
23504
23504
  })], TermFacet$1);
23505
- var script$K = TermFacet$1;
23505
+ var script$L = TermFacet$1;
23506
23506
 
23507
23507
  /* script */
23508
- var __vue_script__$L = script$K;
23508
+ var __vue_script__$M = script$L;
23509
23509
  /* template */
23510
23510
 
23511
- var __vue_render__$L = function __vue_render__() {
23511
+ var __vue_render__$M = function __vue_render__() {
23512
23512
  var _vm = this;
23513
23513
 
23514
23514
  var _h = _vm.$createElement;
@@ -23586,30 +23586,30 @@ var __vue_render__$L = function __vue_render__() {
23586
23586
  }, [_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
23587
  };
23588
23588
 
23589
- var __vue_staticRenderFns__$L = [];
23590
- __vue_render__$L._withStripped = true;
23589
+ var __vue_staticRenderFns__$M = [];
23590
+ __vue_render__$M._withStripped = true;
23591
23591
  /* style */
23592
23592
 
23593
- var __vue_inject_styles__$L = undefined;
23593
+ var __vue_inject_styles__$M = undefined;
23594
23594
  /* scoped */
23595
23595
 
23596
- var __vue_scope_id__$L = undefined;
23596
+ var __vue_scope_id__$M = undefined;
23597
23597
  /* module identifier */
23598
23598
 
23599
- var __vue_module_identifier__$L = undefined;
23599
+ var __vue_module_identifier__$M = undefined;
23600
23600
  /* functional template */
23601
23601
 
23602
- var __vue_is_functional_template__$L = false;
23602
+ var __vue_is_functional_template__$M = false;
23603
23603
  /* style inject */
23604
23604
 
23605
23605
  /* style inject SSR */
23606
23606
 
23607
23607
  /* style inject shadow dom */
23608
23608
 
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);
23609
+ var __vue_component__$M = /*#__PURE__*/normalizeComponent({
23610
+ render: __vue_render__$M,
23611
+ staticRenderFns: __vue_staticRenderFns__$M
23612
+ }, __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
23613
 
23614
23614
  var vueSliderComponent_umd_min = {exports: {}};
23615
23615
 
@@ -26446,13 +26446,13 @@ TermFacet = __decorate([Component({
26446
26446
  VueSlider: VueSlider
26447
26447
  }
26448
26448
  })], TermFacet);
26449
- var script$J = TermFacet;
26449
+ var script$K = TermFacet;
26450
26450
 
26451
26451
  /* script */
26452
- var __vue_script__$K = script$J;
26452
+ var __vue_script__$L = script$K;
26453
26453
  /* template */
26454
26454
 
26455
- var __vue_render__$K = function __vue_render__() {
26455
+ var __vue_render__$L = function __vue_render__() {
26456
26456
  var _vm = this;
26457
26457
 
26458
26458
  var _h = _vm.$createElement;
@@ -26550,30 +26550,30 @@ var __vue_render__$K = function __vue_render__() {
26550
26550
  })], 1) : _vm._e()]);
26551
26551
  };
26552
26552
 
26553
- var __vue_staticRenderFns__$K = [];
26554
- __vue_render__$K._withStripped = true;
26553
+ var __vue_staticRenderFns__$L = [];
26554
+ __vue_render__$L._withStripped = true;
26555
26555
  /* style */
26556
26556
 
26557
- var __vue_inject_styles__$K = undefined;
26557
+ var __vue_inject_styles__$L = undefined;
26558
26558
  /* scoped */
26559
26559
 
26560
- var __vue_scope_id__$K = undefined;
26560
+ var __vue_scope_id__$L = undefined;
26561
26561
  /* module identifier */
26562
26562
 
26563
- var __vue_module_identifier__$K = undefined;
26563
+ var __vue_module_identifier__$L = undefined;
26564
26564
  /* functional template */
26565
26565
 
26566
- var __vue_is_functional_template__$K = false;
26566
+ var __vue_is_functional_template__$L = false;
26567
26567
  /* style inject */
26568
26568
 
26569
26569
  /* style inject SSR */
26570
26570
 
26571
26571
  /* style inject shadow dom */
26572
26572
 
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);
26573
+ var __vue_component__$L = /*#__PURE__*/normalizeComponent({
26574
+ render: __vue_render__$L,
26575
+ staticRenderFns: __vue_staticRenderFns__$L
26576
+ }, __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
26577
 
26578
26578
  var HierarchyFacetLevel = /*#__PURE__*/function (_Vue) {
26579
26579
  _inherits(HierarchyFacetLevel, _Vue);
@@ -26639,13 +26639,13 @@ __decorate([Prop({
26639
26639
  HierarchyFacetLevel = __decorate([Component({
26640
26640
  name: "HierarchyFacetLevel"
26641
26641
  })], HierarchyFacetLevel);
26642
- var script$I = HierarchyFacetLevel;
26642
+ var script$J = HierarchyFacetLevel;
26643
26643
 
26644
26644
  /* script */
26645
- var __vue_script__$J = script$I;
26645
+ var __vue_script__$K = script$J;
26646
26646
  /* template */
26647
26647
 
26648
- var __vue_render__$J = function __vue_render__() {
26648
+ var __vue_render__$K = function __vue_render__() {
26649
26649
  var _vm = this;
26650
26650
 
26651
26651
  var _h = _vm.$createElement;
@@ -26700,11 +26700,11 @@ var __vue_render__$J = function __vue_render__() {
26700
26700
  }), 1) : _vm._e()]);
26701
26701
  };
26702
26702
 
26703
- var __vue_staticRenderFns__$J = [];
26704
- __vue_render__$J._withStripped = true;
26703
+ var __vue_staticRenderFns__$K = [];
26704
+ __vue_render__$K._withStripped = true;
26705
26705
  /* style */
26706
26706
 
26707
- var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
26707
+ var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
26708
26708
  if (!inject) return;
26709
26709
  inject("data-v-1cc23c16_0", {
26710
26710
  source: ".lupa-facet-level {\n margin-left: 25px;\n}",
@@ -26715,21 +26715,21 @@ var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
26715
26715
  /* scoped */
26716
26716
 
26717
26717
 
26718
- var __vue_scope_id__$J = undefined;
26718
+ var __vue_scope_id__$K = undefined;
26719
26719
  /* module identifier */
26720
26720
 
26721
- var __vue_module_identifier__$J = undefined;
26721
+ var __vue_module_identifier__$K = undefined;
26722
26722
  /* functional template */
26723
26723
 
26724
- var __vue_is_functional_template__$J = false;
26724
+ var __vue_is_functional_template__$K = false;
26725
26725
  /* style inject SSR */
26726
26726
 
26727
26727
  /* style inject shadow dom */
26728
26728
 
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);
26729
+ var __vue_component__$K = /*#__PURE__*/normalizeComponent({
26730
+ render: __vue_render__$K,
26731
+ staticRenderFns: __vue_staticRenderFns__$K
26732
+ }, __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
26733
 
26734
26734
  var HierarchyFacet = /*#__PURE__*/function (_Vue) {
26735
26735
  _inherits(HierarchyFacet, _Vue);
@@ -26824,16 +26824,16 @@ __decorate([Prop({
26824
26824
  HierarchyFacet = __decorate([Component({
26825
26825
  name: "hierarchyFacet",
26826
26826
  components: {
26827
- HierarchyFacetLevel: __vue_component__$J
26827
+ HierarchyFacetLevel: __vue_component__$K
26828
26828
  }
26829
26829
  })], HierarchyFacet);
26830
- var script$H = HierarchyFacet;
26830
+ var script$I = HierarchyFacet;
26831
26831
 
26832
26832
  /* script */
26833
- var __vue_script__$I = script$H;
26833
+ var __vue_script__$J = script$I;
26834
26834
  /* template */
26835
26835
 
26836
- var __vue_render__$I = function __vue_render__() {
26836
+ var __vue_render__$J = function __vue_render__() {
26837
26837
  var _vm = this;
26838
26838
 
26839
26839
  var _h = _vm.$createElement;
@@ -26894,30 +26894,30 @@ var __vue_render__$I = function __vue_render__() {
26894
26894
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.showAll) + "\n ")]) : _vm._e()], 2);
26895
26895
  };
26896
26896
 
26897
- var __vue_staticRenderFns__$I = [];
26898
- __vue_render__$I._withStripped = true;
26897
+ var __vue_staticRenderFns__$J = [];
26898
+ __vue_render__$J._withStripped = true;
26899
26899
  /* style */
26900
26900
 
26901
- var __vue_inject_styles__$I = undefined;
26901
+ var __vue_inject_styles__$J = undefined;
26902
26902
  /* scoped */
26903
26903
 
26904
- var __vue_scope_id__$I = undefined;
26904
+ var __vue_scope_id__$J = undefined;
26905
26905
  /* module identifier */
26906
26906
 
26907
- var __vue_module_identifier__$I = undefined;
26907
+ var __vue_module_identifier__$J = undefined;
26908
26908
  /* functional template */
26909
26909
 
26910
- var __vue_is_functional_template__$I = false;
26910
+ var __vue_is_functional_template__$J = false;
26911
26911
  /* style inject */
26912
26912
 
26913
26913
  /* style inject SSR */
26914
26914
 
26915
26915
  /* style inject shadow dom */
26916
26916
 
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);
26917
+ var __vue_component__$J = /*#__PURE__*/normalizeComponent({
26918
+ render: __vue_render__$J,
26919
+ staticRenderFns: __vue_staticRenderFns__$J
26920
+ }, __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
26921
 
26922
26922
  var FacetDisplay = /*#__PURE__*/function (_Vue) {
26923
26923
  _inherits(FacetDisplay, _Vue);
@@ -27043,18 +27043,18 @@ __decorate([Prop({
27043
27043
  FacetDisplay = __decorate([Component({
27044
27044
  name: "facetDisplay",
27045
27045
  components: {
27046
- TermFacet: __vue_component__$L,
27047
- StatsFacet: __vue_component__$K,
27048
- HierarchyFacet: __vue_component__$I
27046
+ TermFacet: __vue_component__$M,
27047
+ StatsFacet: __vue_component__$L,
27048
+ HierarchyFacet: __vue_component__$J
27049
27049
  }
27050
27050
  })], FacetDisplay);
27051
- var script$G = FacetDisplay;
27051
+ var script$H = FacetDisplay;
27052
27052
 
27053
27053
  /* script */
27054
- var __vue_script__$H = script$G;
27054
+ var __vue_script__$I = script$H;
27055
27055
  /* template */
27056
27056
 
27057
- var __vue_render__$H = function __vue_render__() {
27057
+ var __vue_render__$I = function __vue_render__() {
27058
27058
  var _vm = this;
27059
27059
 
27060
27060
  var _h = _vm.$createElement;
@@ -27110,30 +27110,30 @@ var __vue_render__$H = function __vue_render__() {
27110
27110
  }, [_vm._v("\n " + _vm._s(_vm.options.labels.facetClear) + "\n ")]) : _vm._e()], 1) : _vm._e()]) : _vm._e();
27111
27111
  };
27112
27112
 
27113
- var __vue_staticRenderFns__$H = [];
27114
- __vue_render__$H._withStripped = true;
27113
+ var __vue_staticRenderFns__$I = [];
27114
+ __vue_render__$I._withStripped = true;
27115
27115
  /* style */
27116
27116
 
27117
- var __vue_inject_styles__$H = undefined;
27117
+ var __vue_inject_styles__$I = undefined;
27118
27118
  /* scoped */
27119
27119
 
27120
- var __vue_scope_id__$H = undefined;
27120
+ var __vue_scope_id__$I = undefined;
27121
27121
  /* module identifier */
27122
27122
 
27123
- var __vue_module_identifier__$H = undefined;
27123
+ var __vue_module_identifier__$I = undefined;
27124
27124
  /* functional template */
27125
27125
 
27126
- var __vue_is_functional_template__$H = false;
27126
+ var __vue_is_functional_template__$I = false;
27127
27127
  /* style inject */
27128
27128
 
27129
27129
  /* style inject SSR */
27130
27130
 
27131
27131
  /* style inject shadow dom */
27132
27132
 
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);
27133
+ var __vue_component__$I = /*#__PURE__*/normalizeComponent({
27134
+ render: __vue_render__$I,
27135
+ staticRenderFns: __vue_staticRenderFns__$I
27136
+ }, __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
27137
 
27138
27138
  var FacetList = /*#__PURE__*/function (_Vue) {
27139
27139
  _inherits(FacetList, _Vue);
@@ -27197,16 +27197,16 @@ __decorate([Prop({
27197
27197
  FacetList = __decorate([Component({
27198
27198
  name: "facetList",
27199
27199
  components: {
27200
- FacetDisplay: __vue_component__$H
27200
+ FacetDisplay: __vue_component__$I
27201
27201
  }
27202
27202
  })], FacetList);
27203
- var script$F = FacetList;
27203
+ var script$G = FacetList;
27204
27204
 
27205
27205
  /* script */
27206
- var __vue_script__$G = script$F;
27206
+ var __vue_script__$H = script$G;
27207
27207
  /* template */
27208
27208
 
27209
- var __vue_render__$G = function __vue_render__() {
27209
+ var __vue_render__$H = function __vue_render__() {
27210
27210
  var _vm = this;
27211
27211
 
27212
27212
  var _h = _vm.$createElement;
@@ -27237,30 +27237,30 @@ var __vue_render__$G = function __vue_render__() {
27237
27237
  }), 1)]);
27238
27238
  };
27239
27239
 
27240
- var __vue_staticRenderFns__$G = [];
27241
- __vue_render__$G._withStripped = true;
27240
+ var __vue_staticRenderFns__$H = [];
27241
+ __vue_render__$H._withStripped = true;
27242
27242
  /* style */
27243
27243
 
27244
- var __vue_inject_styles__$G = undefined;
27244
+ var __vue_inject_styles__$H = undefined;
27245
27245
  /* scoped */
27246
27246
 
27247
- var __vue_scope_id__$G = undefined;
27247
+ var __vue_scope_id__$H = undefined;
27248
27248
  /* module identifier */
27249
27249
 
27250
- var __vue_module_identifier__$G = undefined;
27250
+ var __vue_module_identifier__$H = undefined;
27251
27251
  /* functional template */
27252
27252
 
27253
- var __vue_is_functional_template__$G = false;
27253
+ var __vue_is_functional_template__$H = false;
27254
27254
  /* style inject */
27255
27255
 
27256
27256
  /* style inject SSR */
27257
27257
 
27258
27258
  /* style inject shadow dom */
27259
27259
 
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);
27260
+ var __vue_component__$H = /*#__PURE__*/normalizeComponent({
27261
+ render: __vue_render__$H,
27262
+ staticRenderFns: __vue_staticRenderFns__$H
27263
+ }, __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
27264
 
27265
27265
  var RESULT_ROOT_ID = "lupa-search-results";
27266
27266
  var scrollToSearchResults = function scrollToSearchResults() {
@@ -27380,16 +27380,16 @@ __decorate([params$b.Action("appendParams")], Facets.prototype, "appendParams",
27380
27380
  Facets = __decorate([Component({
27381
27381
  name: "facets",
27382
27382
  components: {
27383
- FacetList: __vue_component__$G
27383
+ FacetList: __vue_component__$H
27384
27384
  }
27385
27385
  })], Facets);
27386
- var script$E = Facets;
27386
+ var script$F = Facets;
27387
27387
 
27388
27388
  /* script */
27389
- var __vue_script__$F = script$E;
27389
+ var __vue_script__$G = script$F;
27390
27390
  /* template */
27391
27391
 
27392
- var __vue_render__$F = function __vue_render__() {
27392
+ var __vue_render__$G = function __vue_render__() {
27393
27393
  var _vm = this;
27394
27394
 
27395
27395
  var _h = _vm.$createElement;
@@ -27413,30 +27413,30 @@ var __vue_render__$F = function __vue_render__() {
27413
27413
  }) : _vm._e()], 1);
27414
27414
  };
27415
27415
 
27416
- var __vue_staticRenderFns__$F = [];
27417
- __vue_render__$F._withStripped = true;
27416
+ var __vue_staticRenderFns__$G = [];
27417
+ __vue_render__$G._withStripped = true;
27418
27418
  /* style */
27419
27419
 
27420
- var __vue_inject_styles__$F = undefined;
27420
+ var __vue_inject_styles__$G = undefined;
27421
27421
  /* scoped */
27422
27422
 
27423
- var __vue_scope_id__$F = undefined;
27423
+ var __vue_scope_id__$G = undefined;
27424
27424
  /* module identifier */
27425
27425
 
27426
- var __vue_module_identifier__$F = undefined;
27426
+ var __vue_module_identifier__$G = undefined;
27427
27427
  /* functional template */
27428
27428
 
27429
- var __vue_is_functional_template__$F = false;
27429
+ var __vue_is_functional_template__$G = false;
27430
27430
  /* style inject */
27431
27431
 
27432
27432
  /* style inject SSR */
27433
27433
 
27434
27434
  /* style inject shadow dom */
27435
27435
 
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);
27436
+ var __vue_component__$G = /*#__PURE__*/normalizeComponent({
27437
+ render: __vue_render__$G,
27438
+ staticRenderFns: __vue_staticRenderFns__$G
27439
+ }, __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
27440
 
27441
27441
  var emitRoutingEvent = function emitRoutingEvent(url) {
27442
27442
  var event = new CustomEvent(LUPA_ROUTING_EVENT, {
@@ -27511,13 +27511,13 @@ __decorate([Prop({
27511
27511
  CategoryFilterItem = __decorate([Component({
27512
27512
  name: "categoryFilterItem"
27513
27513
  })], CategoryFilterItem);
27514
- var script$D = CategoryFilterItem;
27514
+ var script$E = CategoryFilterItem;
27515
27515
 
27516
27516
  /* script */
27517
- var __vue_script__$E = script$D;
27517
+ var __vue_script__$F = script$E;
27518
27518
  /* template */
27519
27519
 
27520
- var __vue_render__$E = function __vue_render__() {
27520
+ var __vue_render__$F = function __vue_render__() {
27521
27521
  var _vm = this;
27522
27522
 
27523
27523
  var _h = _vm.$createElement;
@@ -27540,30 +27540,30 @@ var __vue_render__$E = function __vue_render__() {
27540
27540
  }, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")])]);
27541
27541
  };
27542
27542
 
27543
- var __vue_staticRenderFns__$E = [];
27544
- __vue_render__$E._withStripped = true;
27543
+ var __vue_staticRenderFns__$F = [];
27544
+ __vue_render__$F._withStripped = true;
27545
27545
  /* style */
27546
27546
 
27547
- var __vue_inject_styles__$E = undefined;
27547
+ var __vue_inject_styles__$F = undefined;
27548
27548
  /* scoped */
27549
27549
 
27550
- var __vue_scope_id__$E = undefined;
27550
+ var __vue_scope_id__$F = undefined;
27551
27551
  /* module identifier */
27552
27552
 
27553
- var __vue_module_identifier__$E = undefined;
27553
+ var __vue_module_identifier__$F = undefined;
27554
27554
  /* functional template */
27555
27555
 
27556
- var __vue_is_functional_template__$E = false;
27556
+ var __vue_is_functional_template__$F = false;
27557
27557
  /* style inject */
27558
27558
 
27559
27559
  /* style inject SSR */
27560
27560
 
27561
27561
  /* style inject shadow dom */
27562
27562
 
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);
27563
+ var __vue_component__$F = /*#__PURE__*/normalizeComponent({
27564
+ render: __vue_render__$F,
27565
+ staticRenderFns: __vue_staticRenderFns__$F
27566
+ }, __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
27567
 
27568
27568
  var options$5 = namespace("options");
27569
27569
 
@@ -27700,16 +27700,16 @@ __decorate([options$5.Getter("envOptions")], CategoryFilter.prototype, "envOptio
27700
27700
  CategoryFilter = __decorate([Component({
27701
27701
  name: "categoryFilter",
27702
27702
  components: {
27703
- CategoryFilterItem: __vue_component__$E
27703
+ CategoryFilterItem: __vue_component__$F
27704
27704
  }
27705
27705
  })], CategoryFilter);
27706
- var script$C = CategoryFilter;
27706
+ var script$D = CategoryFilter;
27707
27707
 
27708
27708
  /* script */
27709
- var __vue_script__$D = script$C;
27709
+ var __vue_script__$E = script$D;
27710
27710
  /* template */
27711
27711
 
27712
- var __vue_render__$D = function __vue_render__() {
27712
+ var __vue_render__$E = function __vue_render__() {
27713
27713
  var _vm = this;
27714
27714
 
27715
27715
  var _h = _vm.$createElement;
@@ -27760,30 +27760,30 @@ var __vue_render__$D = function __vue_render__() {
27760
27760
  }), 1)]);
27761
27761
  };
27762
27762
 
27763
- var __vue_staticRenderFns__$D = [];
27764
- __vue_render__$D._withStripped = true;
27763
+ var __vue_staticRenderFns__$E = [];
27764
+ __vue_render__$E._withStripped = true;
27765
27765
  /* style */
27766
27766
 
27767
- var __vue_inject_styles__$D = undefined;
27767
+ var __vue_inject_styles__$E = undefined;
27768
27768
  /* scoped */
27769
27769
 
27770
- var __vue_scope_id__$D = undefined;
27770
+ var __vue_scope_id__$E = undefined;
27771
27771
  /* module identifier */
27772
27772
 
27773
- var __vue_module_identifier__$D = undefined;
27773
+ var __vue_module_identifier__$E = undefined;
27774
27774
  /* functional template */
27775
27775
 
27776
- var __vue_is_functional_template__$D = false;
27776
+ var __vue_is_functional_template__$E = false;
27777
27777
  /* style inject */
27778
27778
 
27779
27779
  /* style inject SSR */
27780
27780
 
27781
27781
  /* style inject shadow dom */
27782
27782
 
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);
27783
+ var __vue_component__$E = /*#__PURE__*/normalizeComponent({
27784
+ render: __vue_render__$E,
27785
+ staticRenderFns: __vue_staticRenderFns__$E
27786
+ }, __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
27787
 
27788
27788
  var SearchResultsFilters = /*#__PURE__*/function (_Vue) {
27789
27789
  _inherits(SearchResultsFilters, _Vue);
@@ -27817,18 +27817,18 @@ __decorate([Prop({
27817
27817
  SearchResultsFilters = __decorate([Component({
27818
27818
  name: "searchResultsFilters",
27819
27819
  components: {
27820
- CurrentFilters: __vue_component__$M,
27821
- Facets: __vue_component__$F,
27822
- CategoryFilter: __vue_component__$D
27820
+ CurrentFilters: __vue_component__$N,
27821
+ Facets: __vue_component__$G,
27822
+ CategoryFilter: __vue_component__$E
27823
27823
  }
27824
27824
  })], SearchResultsFilters);
27825
- var script$B = SearchResultsFilters;
27825
+ var script$C = SearchResultsFilters;
27826
27826
 
27827
27827
  /* script */
27828
- var __vue_script__$C = script$B;
27828
+ var __vue_script__$D = script$C;
27829
27829
  /* template */
27830
27830
 
27831
- var __vue_render__$C = function __vue_render__() {
27831
+ var __vue_render__$D = function __vue_render__() {
27832
27832
  var _vm = this;
27833
27833
 
27834
27834
  var _h = _vm.$createElement;
@@ -27855,30 +27855,30 @@ var __vue_render__$C = function __vue_render__() {
27855
27855
  }) : _vm._e()], 1);
27856
27856
  };
27857
27857
 
27858
- var __vue_staticRenderFns__$C = [];
27859
- __vue_render__$C._withStripped = true;
27858
+ var __vue_staticRenderFns__$D = [];
27859
+ __vue_render__$D._withStripped = true;
27860
27860
  /* style */
27861
27861
 
27862
- var __vue_inject_styles__$C = undefined;
27862
+ var __vue_inject_styles__$D = undefined;
27863
27863
  /* scoped */
27864
27864
 
27865
- var __vue_scope_id__$C = undefined;
27865
+ var __vue_scope_id__$D = undefined;
27866
27866
  /* module identifier */
27867
27867
 
27868
- var __vue_module_identifier__$C = undefined;
27868
+ var __vue_module_identifier__$D = undefined;
27869
27869
  /* functional template */
27870
27870
 
27871
- var __vue_is_functional_template__$C = false;
27871
+ var __vue_is_functional_template__$D = false;
27872
27872
  /* style inject */
27873
27873
 
27874
27874
  /* style inject SSR */
27875
27875
 
27876
27876
  /* style inject shadow dom */
27877
27877
 
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);
27878
+ var __vue_component__$D = /*#__PURE__*/normalizeComponent({
27879
+ render: __vue_render__$D,
27880
+ staticRenderFns: __vue_staticRenderFns__$D
27881
+ }, __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
27882
 
27883
27883
  var searchResult$e = namespace("searchResult");
27884
27884
 
@@ -27939,16 +27939,16 @@ __decorate([searchResult$e.Getter("currentFilterCount")], MobileFilterSidebar.pr
27939
27939
  MobileFilterSidebar = __decorate([Component({
27940
27940
  name: "mobileFilerSidebar",
27941
27941
  components: {
27942
- SearchResultsFilters: __vue_component__$C
27942
+ SearchResultsFilters: __vue_component__$D
27943
27943
  }
27944
27944
  })], MobileFilterSidebar);
27945
- var script$A = MobileFilterSidebar;
27945
+ var script$B = MobileFilterSidebar;
27946
27946
 
27947
27947
  /* script */
27948
- var __vue_script__$B = script$A;
27948
+ var __vue_script__$C = script$B;
27949
27949
  /* template */
27950
27950
 
27951
- var __vue_render__$B = function __vue_render__() {
27951
+ var __vue_render__$C = function __vue_render__() {
27952
27952
  var _vm = this;
27953
27953
 
27954
27954
  var _h = _vm.$createElement;
@@ -27978,30 +27978,30 @@ var __vue_render__$B = function __vue_render__() {
27978
27978
  })], 1)]) : _vm._e();
27979
27979
  };
27980
27980
 
27981
- var __vue_staticRenderFns__$B = [];
27982
- __vue_render__$B._withStripped = true;
27981
+ var __vue_staticRenderFns__$C = [];
27982
+ __vue_render__$C._withStripped = true;
27983
27983
  /* style */
27984
27984
 
27985
- var __vue_inject_styles__$B = undefined;
27985
+ var __vue_inject_styles__$C = undefined;
27986
27986
  /* scoped */
27987
27987
 
27988
- var __vue_scope_id__$B = undefined;
27988
+ var __vue_scope_id__$C = undefined;
27989
27989
  /* module identifier */
27990
27990
 
27991
- var __vue_module_identifier__$B = undefined;
27991
+ var __vue_module_identifier__$C = undefined;
27992
27992
  /* functional template */
27993
27993
 
27994
- var __vue_is_functional_template__$B = false;
27994
+ var __vue_is_functional_template__$C = false;
27995
27995
  /* style inject */
27996
27996
 
27997
27997
  /* style inject SSR */
27998
27998
 
27999
27999
  /* style inject shadow dom */
28000
28000
 
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);
28001
+ var __vue_component__$C = /*#__PURE__*/normalizeComponent({
28002
+ render: __vue_render__$C,
28003
+ staticRenderFns: __vue_staticRenderFns__$C
28004
+ }, __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
28005
 
28006
28006
  var searchResult$d = namespace("searchResult");
28007
28007
  var params$a = namespace("params");
@@ -28065,12 +28065,12 @@ __decorate([params$a.Action("goToResults")], SearchResultsDidYouMean.prototype,
28065
28065
  SearchResultsDidYouMean = __decorate([Component({
28066
28066
  name: "searchResultsDidYouMean"
28067
28067
  })], SearchResultsDidYouMean);
28068
- var script$z = SearchResultsDidYouMean;
28068
+ var script$A = SearchResultsDidYouMean;
28069
28069
 
28070
- var __vue_script__$A = script$z;
28070
+ var __vue_script__$B = script$A;
28071
28071
  /* template */
28072
28072
 
28073
- var __vue_render__$A = function __vue_render__() {
28073
+ var __vue_render__$B = function __vue_render__() {
28074
28074
  var _vm = this;
28075
28075
 
28076
28076
  var _h = _vm.$createElement;
@@ -28114,30 +28114,30 @@ var __vue_render__$A = function __vue_render__() {
28114
28114
  }), 0) : _vm._e()]) : _vm._e();
28115
28115
  };
28116
28116
 
28117
- var __vue_staticRenderFns__$A = [];
28118
- __vue_render__$A._withStripped = true;
28117
+ var __vue_staticRenderFns__$B = [];
28118
+ __vue_render__$B._withStripped = true;
28119
28119
  /* style */
28120
28120
 
28121
- var __vue_inject_styles__$A = undefined;
28121
+ var __vue_inject_styles__$B = undefined;
28122
28122
  /* scoped */
28123
28123
 
28124
- var __vue_scope_id__$A = undefined;
28124
+ var __vue_scope_id__$B = undefined;
28125
28125
  /* module identifier */
28126
28126
 
28127
- var __vue_module_identifier__$A = undefined;
28127
+ var __vue_module_identifier__$B = undefined;
28128
28128
  /* functional template */
28129
28129
 
28130
- var __vue_is_functional_template__$A = false;
28130
+ var __vue_is_functional_template__$B = false;
28131
28131
  /* style inject */
28132
28132
 
28133
28133
  /* style inject SSR */
28134
28134
 
28135
28135
  /* style inject shadow dom */
28136
28136
 
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);
28137
+ var __vue_component__$B = /*#__PURE__*/normalizeComponent({
28138
+ render: __vue_render__$B,
28139
+ staticRenderFns: __vue_staticRenderFns__$B
28140
+ }, __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
28141
 
28142
28142
  var ResultsLayoutEnum;
28143
28143
 
@@ -28164,7 +28164,7 @@ $$1({
28164
28164
  }
28165
28165
  });
28166
28166
 
28167
- var BadgeType;
28167
+ exports.BadgeType = void 0;
28168
28168
 
28169
28169
  (function (BadgeType) {
28170
28170
  BadgeType["DISCOUNTPERCENTAGE"] = "discountPercentage";
@@ -28173,7 +28173,7 @@ var BadgeType;
28173
28173
  BadgeType["TEXT"] = "text";
28174
28174
  BadgeType["IMAGE"] = "image";
28175
28175
  BadgeType["CUSTOM_HTML"] = "customHtml";
28176
- })(BadgeType || (BadgeType = {}));
28176
+ })(exports.BadgeType || (exports.BadgeType = {}));
28177
28177
 
28178
28178
  var CustomBadge = /*#__PURE__*/function (_Vue) {
28179
28179
  _inherits(CustomBadge, _Vue);
@@ -28208,13 +28208,13 @@ __decorate([Prop({
28208
28208
  CustomBadge = __decorate([Component({
28209
28209
  name: "customBadge"
28210
28210
  })], CustomBadge);
28211
- var script$y = CustomBadge;
28211
+ var script$z = CustomBadge;
28212
28212
 
28213
28213
  /* script */
28214
- var __vue_script__$z = script$y;
28214
+ var __vue_script__$A = script$z;
28215
28215
  /* template */
28216
28216
 
28217
- var __vue_render__$z = function __vue_render__() {
28217
+ var __vue_render__$A = function __vue_render__() {
28218
28218
  var _vm = this;
28219
28219
 
28220
28220
  var _h = _vm.$createElement;
@@ -28229,30 +28229,30 @@ var __vue_render__$z = function __vue_render__() {
28229
28229
  });
28230
28230
  };
28231
28231
 
28232
- var __vue_staticRenderFns__$z = [];
28233
- __vue_render__$z._withStripped = true;
28232
+ var __vue_staticRenderFns__$A = [];
28233
+ __vue_render__$A._withStripped = true;
28234
28234
  /* style */
28235
28235
 
28236
- var __vue_inject_styles__$z = undefined;
28236
+ var __vue_inject_styles__$A = undefined;
28237
28237
  /* scoped */
28238
28238
 
28239
- var __vue_scope_id__$z = undefined;
28239
+ var __vue_scope_id__$A = undefined;
28240
28240
  /* module identifier */
28241
28241
 
28242
- var __vue_module_identifier__$z = undefined;
28242
+ var __vue_module_identifier__$A = undefined;
28243
28243
  /* functional template */
28244
28244
 
28245
- var __vue_is_functional_template__$z = false;
28245
+ var __vue_is_functional_template__$A = false;
28246
28246
  /* style inject */
28247
28247
 
28248
28248
  /* style inject SSR */
28249
28249
 
28250
28250
  /* style inject shadow dom */
28251
28251
 
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);
28252
+ var __vue_component__$A = /*#__PURE__*/normalizeComponent({
28253
+ render: __vue_render__$A,
28254
+ staticRenderFns: __vue_staticRenderFns__$A
28255
+ }, __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
28256
 
28257
28257
  var TextBadge = /*#__PURE__*/function (_Vue) {
28258
28258
  _inherits(TextBadge, _Vue);
@@ -28289,13 +28289,13 @@ __decorate([Prop({
28289
28289
  TextBadge = __decorate([Component({
28290
28290
  name: "TextBadge"
28291
28291
  })], TextBadge);
28292
- var script$x = TextBadge;
28292
+ var script$y = TextBadge;
28293
28293
 
28294
28294
  /* script */
28295
- var __vue_script__$y = script$x;
28295
+ var __vue_script__$z = script$y;
28296
28296
  /* template */
28297
28297
 
28298
- var __vue_render__$y = function __vue_render__() {
28298
+ var __vue_render__$z = function __vue_render__() {
28299
28299
  var _vm = this;
28300
28300
 
28301
28301
  var _h = _vm.$createElement;
@@ -28312,30 +28312,30 @@ var __vue_render__$y = function __vue_render__() {
28312
28312
  }), 0);
28313
28313
  };
28314
28314
 
28315
- var __vue_staticRenderFns__$y = [];
28316
- __vue_render__$y._withStripped = true;
28315
+ var __vue_staticRenderFns__$z = [];
28316
+ __vue_render__$z._withStripped = true;
28317
28317
  /* style */
28318
28318
 
28319
- var __vue_inject_styles__$y = undefined;
28319
+ var __vue_inject_styles__$z = undefined;
28320
28320
  /* scoped */
28321
28321
 
28322
- var __vue_scope_id__$y = undefined;
28322
+ var __vue_scope_id__$z = undefined;
28323
28323
  /* module identifier */
28324
28324
 
28325
- var __vue_module_identifier__$y = undefined;
28325
+ var __vue_module_identifier__$z = undefined;
28326
28326
  /* functional template */
28327
28327
 
28328
- var __vue_is_functional_template__$y = false;
28328
+ var __vue_is_functional_template__$z = false;
28329
28329
  /* style inject */
28330
28330
 
28331
28331
  /* style inject SSR */
28332
28332
 
28333
28333
  /* style inject shadow dom */
28334
28334
 
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);
28335
+ var __vue_component__$z = /*#__PURE__*/normalizeComponent({
28336
+ render: __vue_render__$z,
28337
+ staticRenderFns: __vue_staticRenderFns__$z
28338
+ }, __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
28339
 
28340
28340
  var ImageBadge = /*#__PURE__*/function (_Vue) {
28341
28341
  _inherits(ImageBadge, _Vue);
@@ -28379,13 +28379,13 @@ __decorate([Prop({
28379
28379
  ImageBadge = __decorate([Component({
28380
28380
  name: "ImageBadge"
28381
28381
  })], ImageBadge);
28382
- var script$w = ImageBadge;
28382
+ var script$x = ImageBadge;
28383
28383
 
28384
28384
  /* script */
28385
- var __vue_script__$x = script$w;
28385
+ var __vue_script__$y = script$x;
28386
28386
  /* template */
28387
28387
 
28388
- var __vue_render__$x = function __vue_render__() {
28388
+ var __vue_render__$y = function __vue_render__() {
28389
28389
  var _vm = this;
28390
28390
 
28391
28391
  var _h = _vm.$createElement;
@@ -28406,30 +28406,30 @@ var __vue_render__$x = function __vue_render__() {
28406
28406
  }), 0);
28407
28407
  };
28408
28408
 
28409
- var __vue_staticRenderFns__$x = [];
28410
- __vue_render__$x._withStripped = true;
28409
+ var __vue_staticRenderFns__$y = [];
28410
+ __vue_render__$y._withStripped = true;
28411
28411
  /* style */
28412
28412
 
28413
- var __vue_inject_styles__$x = undefined;
28413
+ var __vue_inject_styles__$y = undefined;
28414
28414
  /* scoped */
28415
28415
 
28416
- var __vue_scope_id__$x = undefined;
28416
+ var __vue_scope_id__$y = undefined;
28417
28417
  /* module identifier */
28418
28418
 
28419
- var __vue_module_identifier__$x = undefined;
28419
+ var __vue_module_identifier__$y = undefined;
28420
28420
  /* functional template */
28421
28421
 
28422
- var __vue_is_functional_template__$x = false;
28422
+ var __vue_is_functional_template__$y = false;
28423
28423
  /* style inject */
28424
28424
 
28425
28425
  /* style inject SSR */
28426
28426
 
28427
28427
  /* style inject shadow dom */
28428
28428
 
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);
28429
+ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
28430
+ render: __vue_render__$y,
28431
+ staticRenderFns: __vue_staticRenderFns__$y
28432
+ }, __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
28433
 
28434
28434
  var SearchResultsBadgeWrapper = /*#__PURE__*/function (_Vue) {
28435
28435
  _inherits(SearchResultsBadgeWrapper, _Vue);
@@ -28469,13 +28469,13 @@ var SearchResultsBadgeWrapper = /*#__PURE__*/function (_Vue) {
28469
28469
  key: "getBadgeComponent",
28470
28470
  value: function getBadgeComponent(type) {
28471
28471
  switch (type) {
28472
- case BadgeType.TEXT:
28472
+ case exports.BadgeType.TEXT:
28473
28473
  return "TextBadge";
28474
28474
 
28475
- case BadgeType.IMAGE:
28475
+ case exports.BadgeType.IMAGE:
28476
28476
  return "ImageBadge";
28477
28477
 
28478
- case BadgeType.CUSTOM_HTML:
28478
+ case exports.BadgeType.CUSTOM_HTML:
28479
28479
  return "CustomBadge";
28480
28480
 
28481
28481
  default:
@@ -28494,18 +28494,18 @@ __decorate([Prop({
28494
28494
  SearchResultsBadgeWrapper = __decorate([Component({
28495
28495
  name: "searchResultsBadgeWrapper",
28496
28496
  components: {
28497
- CustomBadge: __vue_component__$z,
28498
- TextBadge: __vue_component__$y,
28499
- ImageBadge: __vue_component__$x
28497
+ CustomBadge: __vue_component__$A,
28498
+ TextBadge: __vue_component__$z,
28499
+ ImageBadge: __vue_component__$y
28500
28500
  }
28501
28501
  })], SearchResultsBadgeWrapper);
28502
- var script$v = SearchResultsBadgeWrapper;
28502
+ var script$w = SearchResultsBadgeWrapper;
28503
28503
 
28504
28504
  /* script */
28505
- var __vue_script__$w = script$v;
28505
+ var __vue_script__$x = script$w;
28506
28506
  /* template */
28507
28507
 
28508
- var __vue_render__$w = function __vue_render__() {
28508
+ var __vue_render__$x = function __vue_render__() {
28509
28509
  var _vm = this;
28510
28510
 
28511
28511
  var _h = _vm.$createElement;
@@ -28532,30 +28532,30 @@ var __vue_render__$w = function __vue_render__() {
28532
28532
  }), 1)]);
28533
28533
  };
28534
28534
 
28535
- var __vue_staticRenderFns__$w = [];
28536
- __vue_render__$w._withStripped = true;
28535
+ var __vue_staticRenderFns__$x = [];
28536
+ __vue_render__$x._withStripped = true;
28537
28537
  /* style */
28538
28538
 
28539
- var __vue_inject_styles__$w = undefined;
28539
+ var __vue_inject_styles__$x = undefined;
28540
28540
  /* scoped */
28541
28541
 
28542
- var __vue_scope_id__$w = undefined;
28542
+ var __vue_scope_id__$x = undefined;
28543
28543
  /* module identifier */
28544
28544
 
28545
- var __vue_module_identifier__$w = undefined;
28545
+ var __vue_module_identifier__$x = undefined;
28546
28546
  /* functional template */
28547
28547
 
28548
- var __vue_is_functional_template__$w = false;
28548
+ var __vue_is_functional_template__$x = false;
28549
28549
  /* style inject */
28550
28550
 
28551
28551
  /* style inject SSR */
28552
28552
 
28553
28553
  /* style inject shadow dom */
28554
28554
 
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);
28555
+ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
28556
+ render: __vue_render__$x,
28557
+ staticRenderFns: __vue_staticRenderFns__$x
28558
+ }, __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
28559
 
28560
28560
  var SearchResultsProductImage = /*#__PURE__*/function (_Vue) {
28561
28561
  _inherits(SearchResultsProductImage, _Vue);
@@ -28630,13 +28630,13 @@ __decorate([Prop()], SearchResultsProductImage.prototype, "options", void 0);
28630
28630
  SearchResultsProductImage = __decorate([Component({
28631
28631
  name: "searchResultsProductImage"
28632
28632
  })], SearchResultsProductImage);
28633
- var script$u = SearchResultsProductImage;
28633
+ var script$v = SearchResultsProductImage;
28634
28634
 
28635
28635
  /* script */
28636
- var __vue_script__$v = script$u;
28636
+ var __vue_script__$w = script$v;
28637
28637
  /* template */
28638
28638
 
28639
- var __vue_render__$v = function __vue_render__() {
28639
+ var __vue_render__$w = function __vue_render__() {
28640
28640
  var _vm = this;
28641
28641
 
28642
28642
  var _h = _vm.$createElement;
@@ -28656,30 +28656,30 @@ var __vue_render__$v = function __vue_render__() {
28656
28656
  })]);
28657
28657
  };
28658
28658
 
28659
- var __vue_staticRenderFns__$v = [];
28660
- __vue_render__$v._withStripped = true;
28659
+ var __vue_staticRenderFns__$w = [];
28660
+ __vue_render__$w._withStripped = true;
28661
28661
  /* style */
28662
28662
 
28663
- var __vue_inject_styles__$v = undefined;
28663
+ var __vue_inject_styles__$w = undefined;
28664
28664
  /* scoped */
28665
28665
 
28666
- var __vue_scope_id__$v = undefined;
28666
+ var __vue_scope_id__$w = undefined;
28667
28667
  /* module identifier */
28668
28668
 
28669
- var __vue_module_identifier__$v = undefined;
28669
+ var __vue_module_identifier__$w = undefined;
28670
28670
  /* functional template */
28671
28671
 
28672
- var __vue_is_functional_template__$v = false;
28672
+ var __vue_is_functional_template__$w = false;
28673
28673
  /* style inject */
28674
28674
 
28675
28675
  /* style inject SSR */
28676
28676
 
28677
28677
  /* style inject shadow dom */
28678
28678
 
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);
28679
+ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
28680
+ render: __vue_render__$w,
28681
+ staticRenderFns: __vue_staticRenderFns__$w
28682
+ }, __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
28683
 
28684
28684
  var options$4 = namespace("options");
28685
28685
 
@@ -28741,12 +28741,12 @@ __decorate([options$4.State(function (o) {
28741
28741
  SearchResultsProductTitle = __decorate([Component({
28742
28742
  name: "searchResultsProductTitle"
28743
28743
  })], SearchResultsProductTitle);
28744
- var script$t = SearchResultsProductTitle;
28744
+ var script$u = SearchResultsProductTitle;
28745
28745
 
28746
- var __vue_script__$u = script$t;
28746
+ var __vue_script__$v = script$u;
28747
28747
  /* template */
28748
28748
 
28749
- var __vue_render__$u = function __vue_render__() {
28749
+ var __vue_render__$v = function __vue_render__() {
28750
28750
  var _vm = this;
28751
28751
 
28752
28752
  var _h = _vm.$createElement;
@@ -28775,30 +28775,30 @@ var __vue_render__$u = function __vue_render__() {
28775
28775
  }, [_vm._v(_vm._s(_vm.title))]) : _vm._e()]);
28776
28776
  };
28777
28777
 
28778
- var __vue_staticRenderFns__$u = [];
28779
- __vue_render__$u._withStripped = true;
28778
+ var __vue_staticRenderFns__$v = [];
28779
+ __vue_render__$v._withStripped = true;
28780
28780
  /* style */
28781
28781
 
28782
- var __vue_inject_styles__$u = undefined;
28782
+ var __vue_inject_styles__$v = undefined;
28783
28783
  /* scoped */
28784
28784
 
28785
- var __vue_scope_id__$u = undefined;
28785
+ var __vue_scope_id__$v = undefined;
28786
28786
  /* module identifier */
28787
28787
 
28788
- var __vue_module_identifier__$u = undefined;
28788
+ var __vue_module_identifier__$v = undefined;
28789
28789
  /* functional template */
28790
28790
 
28791
- var __vue_is_functional_template__$u = false;
28791
+ var __vue_is_functional_template__$v = false;
28792
28792
  /* style inject */
28793
28793
 
28794
28794
  /* style inject SSR */
28795
28795
 
28796
28796
  /* style inject shadow dom */
28797
28797
 
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);
28798
+ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
28799
+ render: __vue_render__$v,
28800
+ staticRenderFns: __vue_staticRenderFns__$v
28801
+ }, __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
28802
 
28803
28803
  var SearchResultsProductDescription = /*#__PURE__*/function (_Vue) {
28804
28804
  _inherits(SearchResultsProductDescription, _Vue);
@@ -28840,12 +28840,12 @@ __decorate([Prop()], SearchResultsProductDescription.prototype, "options", void
28840
28840
  SearchResultsProductDescription = __decorate([Component({
28841
28841
  name: "searchResultsProductDescription"
28842
28842
  })], SearchResultsProductDescription);
28843
- var script$s = SearchResultsProductDescription;
28843
+ var script$t = SearchResultsProductDescription;
28844
28844
 
28845
- var __vue_script__$t = script$s;
28845
+ var __vue_script__$u = script$t;
28846
28846
  /* template */
28847
28847
 
28848
- var __vue_render__$t = function __vue_render__() {
28848
+ var __vue_render__$u = function __vue_render__() {
28849
28849
  var _vm = this;
28850
28850
 
28851
28851
  var _h = _vm.$createElement;
@@ -28864,11 +28864,11 @@ var __vue_render__$t = function __vue_render__() {
28864
28864
  }, [_vm._v("\n " + _vm._s(_vm.description) + "\n")]);
28865
28865
  };
28866
28866
 
28867
- var __vue_staticRenderFns__$t = [];
28868
- __vue_render__$t._withStripped = true;
28867
+ var __vue_staticRenderFns__$u = [];
28868
+ __vue_render__$u._withStripped = true;
28869
28869
  /* style */
28870
28870
 
28871
- var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
28871
+ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
28872
28872
  if (!inject) return;
28873
28873
  inject("data-v-1c6e721a_0", {
28874
28874
  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 +28879,21 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
28879
28879
  /* scoped */
28880
28880
 
28881
28881
 
28882
- var __vue_scope_id__$t = undefined;
28882
+ var __vue_scope_id__$u = undefined;
28883
28883
  /* module identifier */
28884
28884
 
28885
- var __vue_module_identifier__$t = undefined;
28885
+ var __vue_module_identifier__$u = undefined;
28886
28886
  /* functional template */
28887
28887
 
28888
- var __vue_is_functional_template__$t = false;
28888
+ var __vue_is_functional_template__$u = false;
28889
28889
  /* style inject SSR */
28890
28890
 
28891
28891
  /* style inject shadow dom */
28892
28892
 
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);
28893
+ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
28894
+ render: __vue_render__$u,
28895
+ staticRenderFns: __vue_staticRenderFns__$u
28896
+ }, __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
28897
 
28898
28898
  var toObject = toObject$e;
28899
28899
 
@@ -28996,13 +28996,13 @@ __decorate([Prop()], SearchResultsProductRating.prototype, "options", void 0);
28996
28996
  SearchResultsProductRating = __decorate([Component({
28997
28997
  name: "searchResultsProductRating"
28998
28998
  })], SearchResultsProductRating);
28999
- var script$r = SearchResultsProductRating;
28999
+ var script$s = SearchResultsProductRating;
29000
29000
 
29001
29001
  /* script */
29002
- var __vue_script__$s = script$r;
29002
+ var __vue_script__$t = script$s;
29003
29003
  /* template */
29004
29004
 
29005
- var __vue_render__$s = function __vue_render__() {
29005
+ var __vue_render__$t = function __vue_render__() {
29006
29006
  var _vm = this;
29007
29007
 
29008
29008
  var _h = _vm.$createElement;
@@ -29048,30 +29048,30 @@ var __vue_render__$s = function __vue_render__() {
29048
29048
  }, [_vm._v(_vm._s(_vm.totalRatings))])]);
29049
29049
  };
29050
29050
 
29051
- var __vue_staticRenderFns__$s = [];
29052
- __vue_render__$s._withStripped = true;
29051
+ var __vue_staticRenderFns__$t = [];
29052
+ __vue_render__$t._withStripped = true;
29053
29053
  /* style */
29054
29054
 
29055
- var __vue_inject_styles__$s = undefined;
29055
+ var __vue_inject_styles__$t = undefined;
29056
29056
  /* scoped */
29057
29057
 
29058
- var __vue_scope_id__$s = undefined;
29058
+ var __vue_scope_id__$t = undefined;
29059
29059
  /* module identifier */
29060
29060
 
29061
- var __vue_module_identifier__$s = undefined;
29061
+ var __vue_module_identifier__$t = undefined;
29062
29062
  /* functional template */
29063
29063
 
29064
- var __vue_is_functional_template__$s = false;
29064
+ var __vue_is_functional_template__$t = false;
29065
29065
  /* style inject */
29066
29066
 
29067
29067
  /* style inject SSR */
29068
29068
 
29069
29069
  /* style inject shadow dom */
29070
29070
 
29071
- var __vue_component__$s = /*#__PURE__*/normalizeComponent({
29072
- render: __vue_render__$s,
29073
- staticRenderFns: __vue_staticRenderFns__$s
29074
- }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
29071
+ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
29072
+ render: __vue_render__$t,
29073
+ staticRenderFns: __vue_staticRenderFns__$t
29074
+ }, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
29075
29075
 
29076
29076
  var SearchResultsProductRegularPrice = /*#__PURE__*/function (_Vue) {
29077
29077
  _inherits(SearchResultsProductRegularPrice, _Vue);
@@ -29105,13 +29105,13 @@ __decorate([Prop()], SearchResultsProductRegularPrice.prototype, "labels", void
29105
29105
  SearchResultsProductRegularPrice = __decorate([Component({
29106
29106
  name: "searchResultsProductRegularPrice"
29107
29107
  })], SearchResultsProductRegularPrice);
29108
- var script$q = SearchResultsProductRegularPrice;
29108
+ var script$r = SearchResultsProductRegularPrice;
29109
29109
 
29110
29110
  /* script */
29111
- var __vue_script__$r = script$q;
29111
+ var __vue_script__$s = script$r;
29112
29112
  /* template */
29113
29113
 
29114
- var __vue_render__$r = function __vue_render__() {
29114
+ var __vue_render__$s = function __vue_render__() {
29115
29115
  var _vm = this;
29116
29116
 
29117
29117
  var _h = _vm.$createElement;
@@ -29126,30 +29126,30 @@ var __vue_render__$r = function __vue_render__() {
29126
29126
  }, [_vm._v("\n " + _vm._s(_vm.price) + "\n")]);
29127
29127
  };
29128
29128
 
29129
- var __vue_staticRenderFns__$r = [];
29130
- __vue_render__$r._withStripped = true;
29129
+ var __vue_staticRenderFns__$s = [];
29130
+ __vue_render__$s._withStripped = true;
29131
29131
  /* style */
29132
29132
 
29133
- var __vue_inject_styles__$r = undefined;
29133
+ var __vue_inject_styles__$s = undefined;
29134
29134
  /* scoped */
29135
29135
 
29136
- var __vue_scope_id__$r = undefined;
29136
+ var __vue_scope_id__$s = undefined;
29137
29137
  /* module identifier */
29138
29138
 
29139
- var __vue_module_identifier__$r = undefined;
29139
+ var __vue_module_identifier__$s = undefined;
29140
29140
  /* functional template */
29141
29141
 
29142
- var __vue_is_functional_template__$r = false;
29142
+ var __vue_is_functional_template__$s = false;
29143
29143
  /* style inject */
29144
29144
 
29145
29145
  /* style inject SSR */
29146
29146
 
29147
29147
  /* style inject shadow dom */
29148
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);
29149
+ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
29150
+ render: __vue_render__$s,
29151
+ staticRenderFns: __vue_staticRenderFns__$s
29152
+ }, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
29153
29153
 
29154
29154
  var SearchResultsProductPrice = /*#__PURE__*/function (_Vue) {
29155
29155
  _inherits(SearchResultsProductPrice, _Vue);
@@ -29183,13 +29183,13 @@ __decorate([Prop()], SearchResultsProductPrice.prototype, "labels", void 0);
29183
29183
  SearchResultsProductPrice = __decorate([Component({
29184
29184
  name: "searchResultsProductPrice"
29185
29185
  })], SearchResultsProductPrice);
29186
- var script$p = SearchResultsProductPrice;
29186
+ var script$q = SearchResultsProductPrice;
29187
29187
 
29188
29188
  /* script */
29189
- var __vue_script__$q = script$p;
29189
+ var __vue_script__$r = script$q;
29190
29190
  /* template */
29191
29191
 
29192
- var __vue_render__$q = function __vue_render__() {
29192
+ var __vue_render__$r = function __vue_render__() {
29193
29193
  var _vm = this;
29194
29194
 
29195
29195
  var _h = _vm.$createElement;
@@ -29204,30 +29204,30 @@ var __vue_render__$q = function __vue_render__() {
29204
29204
  }, [_c("strong", [_vm._v(_vm._s(_vm.price))])]);
29205
29205
  };
29206
29206
 
29207
- var __vue_staticRenderFns__$q = [];
29208
- __vue_render__$q._withStripped = true;
29207
+ var __vue_staticRenderFns__$r = [];
29208
+ __vue_render__$r._withStripped = true;
29209
29209
  /* style */
29210
29210
 
29211
- var __vue_inject_styles__$q = undefined;
29211
+ var __vue_inject_styles__$r = undefined;
29212
29212
  /* scoped */
29213
29213
 
29214
- var __vue_scope_id__$q = undefined;
29214
+ var __vue_scope_id__$r = undefined;
29215
29215
  /* module identifier */
29216
29216
 
29217
- var __vue_module_identifier__$q = undefined;
29217
+ var __vue_module_identifier__$r = undefined;
29218
29218
  /* functional template */
29219
29219
 
29220
- var __vue_is_functional_template__$q = false;
29220
+ var __vue_is_functional_template__$r = false;
29221
29221
  /* style inject */
29222
29222
 
29223
29223
  /* style inject SSR */
29224
29224
 
29225
29225
  /* style inject shadow dom */
29226
29226
 
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);
29227
+ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
29228
+ render: __vue_render__$r,
29229
+ staticRenderFns: __vue_staticRenderFns__$r
29230
+ }, __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
29231
 
29232
29232
  var searchResult$c = namespace("searchResult");
29233
29233
 
@@ -29297,13 +29297,13 @@ __decorate([searchResult$c.State(function (state) {
29297
29297
  SearchResultsProductAddToCart = __decorate([Component({
29298
29298
  name: "searchResultsProductAddToCart"
29299
29299
  })], SearchResultsProductAddToCart);
29300
- var script$o = SearchResultsProductAddToCart;
29300
+ var script$p = SearchResultsProductAddToCart;
29301
29301
 
29302
29302
  /* script */
29303
- var __vue_script__$p = script$o;
29303
+ var __vue_script__$q = script$p;
29304
29304
  /* template */
29305
29305
 
29306
- var __vue_render__$p = function __vue_render__() {
29306
+ var __vue_render__$q = function __vue_render__() {
29307
29307
  var _vm = this;
29308
29308
 
29309
29309
  var _h = _vm.$createElement;
@@ -29329,11 +29329,11 @@ var __vue_render__$p = function __vue_render__() {
29329
29329
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")])])]);
29330
29330
  };
29331
29331
 
29332
- var __vue_staticRenderFns__$p = [];
29333
- __vue_render__$p._withStripped = true;
29332
+ var __vue_staticRenderFns__$q = [];
29333
+ __vue_render__$q._withStripped = true;
29334
29334
  /* style */
29335
29335
 
29336
- var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
29336
+ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
29337
29337
  if (!inject) return;
29338
29338
  inject("data-v-4541762a_0", {
29339
29339
  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 +29344,21 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
29344
29344
  /* scoped */
29345
29345
 
29346
29346
 
29347
- var __vue_scope_id__$p = undefined;
29347
+ var __vue_scope_id__$q = undefined;
29348
29348
  /* module identifier */
29349
29349
 
29350
- var __vue_module_identifier__$p = undefined;
29350
+ var __vue_module_identifier__$q = undefined;
29351
29351
  /* functional template */
29352
29352
 
29353
- var __vue_is_functional_template__$p = false;
29353
+ var __vue_is_functional_template__$q = false;
29354
29354
  /* style inject SSR */
29355
29355
 
29356
29356
  /* style inject shadow dom */
29357
29357
 
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);
29358
+ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
29359
+ render: __vue_render__$q,
29360
+ staticRenderFns: __vue_staticRenderFns__$q
29361
+ }, __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
29362
 
29363
29363
  var SearchResultsProductCustom = /*#__PURE__*/function (_Vue) {
29364
29364
  _inherits(SearchResultsProductCustom, _Vue);
@@ -29400,13 +29400,13 @@ __decorate([Prop()], SearchResultsProductCustom.prototype, "options", void 0);
29400
29400
  SearchResultsProductCustom = __decorate([Component({
29401
29401
  name: "searchResultsProductCustom"
29402
29402
  })], SearchResultsProductCustom);
29403
- var script$n = SearchResultsProductCustom;
29403
+ var script$o = SearchResultsProductCustom;
29404
29404
 
29405
29405
  /* script */
29406
- var __vue_script__$o = script$n;
29406
+ var __vue_script__$p = script$o;
29407
29407
  /* template */
29408
29408
 
29409
- var __vue_render__$o = function __vue_render__() {
29409
+ var __vue_render__$p = function __vue_render__() {
29410
29410
  var _vm = this;
29411
29411
 
29412
29412
  var _h = _vm.$createElement;
@@ -29423,30 +29423,30 @@ var __vue_render__$o = function __vue_render__() {
29423
29423
  }, [_vm._v(_vm._s(_vm.text))]);
29424
29424
  };
29425
29425
 
29426
- var __vue_staticRenderFns__$o = [];
29427
- __vue_render__$o._withStripped = true;
29426
+ var __vue_staticRenderFns__$p = [];
29427
+ __vue_render__$p._withStripped = true;
29428
29428
  /* style */
29429
29429
 
29430
- var __vue_inject_styles__$o = undefined;
29430
+ var __vue_inject_styles__$p = undefined;
29431
29431
  /* scoped */
29432
29432
 
29433
- var __vue_scope_id__$o = undefined;
29433
+ var __vue_scope_id__$p = undefined;
29434
29434
  /* module identifier */
29435
29435
 
29436
- var __vue_module_identifier__$o = undefined;
29436
+ var __vue_module_identifier__$p = undefined;
29437
29437
  /* functional template */
29438
29438
 
29439
- var __vue_is_functional_template__$o = false;
29439
+ var __vue_is_functional_template__$p = false;
29440
29440
  /* style inject */
29441
29441
 
29442
29442
  /* style inject SSR */
29443
29443
 
29444
29444
  /* style inject shadow dom */
29445
29445
 
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);
29446
+ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
29447
+ render: __vue_render__$p,
29448
+ staticRenderFns: __vue_staticRenderFns__$p
29449
+ }, __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
29450
 
29451
29451
  var SearchResultsProductCustomHtmlElement = /*#__PURE__*/function (_Vue) {
29452
29452
  _inherits(SearchResultsProductCustomHtmlElement, _Vue);
@@ -29481,13 +29481,13 @@ __decorate([Prop()], SearchResultsProductCustomHtmlElement.prototype, "options",
29481
29481
  SearchResultsProductCustomHtmlElement = __decorate([Component({
29482
29482
  name: "searchResultsProductCustomHtmlElement"
29483
29483
  })], SearchResultsProductCustomHtmlElement);
29484
- var script$m = SearchResultsProductCustomHtmlElement;
29484
+ var script$n = SearchResultsProductCustomHtmlElement;
29485
29485
 
29486
29486
  /* script */
29487
- var __vue_script__$n = script$m;
29487
+ var __vue_script__$o = script$n;
29488
29488
  /* template */
29489
29489
 
29490
- var __vue_render__$n = function __vue_render__() {
29490
+ var __vue_render__$o = function __vue_render__() {
29491
29491
  var _vm = this;
29492
29492
 
29493
29493
  var _h = _vm.$createElement;
@@ -29502,30 +29502,30 @@ var __vue_render__$n = function __vue_render__() {
29502
29502
  });
29503
29503
  };
29504
29504
 
29505
- var __vue_staticRenderFns__$n = [];
29506
- __vue_render__$n._withStripped = true;
29505
+ var __vue_staticRenderFns__$o = [];
29506
+ __vue_render__$o._withStripped = true;
29507
29507
  /* style */
29508
29508
 
29509
- var __vue_inject_styles__$n = undefined;
29509
+ var __vue_inject_styles__$o = undefined;
29510
29510
  /* scoped */
29511
29511
 
29512
- var __vue_scope_id__$n = undefined;
29512
+ var __vue_scope_id__$o = undefined;
29513
29513
  /* module identifier */
29514
29514
 
29515
- var __vue_module_identifier__$n = undefined;
29515
+ var __vue_module_identifier__$o = undefined;
29516
29516
  /* functional template */
29517
29517
 
29518
- var __vue_is_functional_template__$n = false;
29518
+ var __vue_is_functional_template__$o = false;
29519
29519
  /* style inject */
29520
29520
 
29521
29521
  /* style inject SSR */
29522
29522
 
29523
29523
  /* style inject shadow dom */
29524
29524
 
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);
29525
+ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
29526
+ render: __vue_render__$o,
29527
+ staticRenderFns: __vue_staticRenderFns__$o
29528
+ }, __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
29529
 
29530
29530
  var SearchResultsProductCardElement = /*#__PURE__*/function (_Vue) {
29531
29531
  _inherits(SearchResultsProductCardElement, _Vue);
@@ -29542,31 +29542,31 @@ var SearchResultsProductCardElement = /*#__PURE__*/function (_Vue) {
29542
29542
  key: "elementComponent",
29543
29543
  get: function get() {
29544
29544
  switch (this.element.type) {
29545
- case DocumentElementType.IMAGE:
29545
+ case exports.DocumentElementType.IMAGE:
29546
29546
  return "searchResultsProductImage";
29547
29547
 
29548
- case DocumentElementType.TITLE:
29548
+ case exports.DocumentElementType.TITLE:
29549
29549
  return "searchResultsProductTitle";
29550
29550
 
29551
- case DocumentElementType.DESCRIPTION:
29551
+ case exports.DocumentElementType.DESCRIPTION:
29552
29552
  return "searchResultsProductDescription";
29553
29553
 
29554
- case DocumentElementType.RATING:
29554
+ case exports.DocumentElementType.RATING:
29555
29555
  return "searchResultsProductRating";
29556
29556
 
29557
- case DocumentElementType.PRICE:
29557
+ case exports.DocumentElementType.PRICE:
29558
29558
  return "searchResultsProductPrice";
29559
29559
 
29560
- case DocumentElementType.REGULARPRICE:
29560
+ case exports.DocumentElementType.REGULARPRICE:
29561
29561
  return "searchResultsProductRegularPrice";
29562
29562
 
29563
- case DocumentElementType.ADDTOCART:
29563
+ case exports.DocumentElementType.ADDTOCART:
29564
29564
  return "searchResultsProductAddToCart";
29565
29565
 
29566
- case DocumentElementType.CUSTOM:
29566
+ case exports.DocumentElementType.CUSTOM:
29567
29567
  return "searchResultsProductCustom";
29568
29568
 
29569
- case DocumentElementType.CUSTOM_HTML:
29569
+ case exports.DocumentElementType.CUSTOM_HTML:
29570
29570
  return "searchResultsProductCustomHtmlElement";
29571
29571
  }
29572
29572
 
@@ -29602,23 +29602,23 @@ __decorate([Prop({
29602
29602
  SearchResultsProductCardElement = __decorate([Component({
29603
29603
  name: "searchResultsProductCardElement",
29604
29604
  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
29605
+ SearchResultsProductImage: __vue_component__$w,
29606
+ SearchResultsProductTitle: __vue_component__$v,
29607
+ SearchResultsProductDescription: __vue_component__$u,
29608
+ SearchResultsProductRating: __vue_component__$t,
29609
+ SearchResultsProductRegularPrice: __vue_component__$s,
29610
+ SearchResultsProductPrice: __vue_component__$r,
29611
+ SearchResultsProductAddToCart: __vue_component__$q,
29612
+ SearchResultsProductCustom: __vue_component__$p,
29613
+ SearchResultsProductCustomHtmlElement: __vue_component__$o
29614
29614
  }
29615
29615
  })], SearchResultsProductCardElement);
29616
- var script$l = SearchResultsProductCardElement;
29616
+ var script$m = SearchResultsProductCardElement;
29617
29617
 
29618
- var __vue_script__$m = script$l;
29618
+ var __vue_script__$n = script$m;
29619
29619
  /* template */
29620
29620
 
29621
- var __vue_render__$m = function __vue_render__() {
29621
+ var __vue_render__$n = function __vue_render__() {
29622
29622
  var _vm = this;
29623
29623
 
29624
29624
  var _h = _vm.$createElement;
@@ -29640,30 +29640,30 @@ var __vue_render__$m = function __vue_render__() {
29640
29640
  }) : _vm._e();
29641
29641
  };
29642
29642
 
29643
- var __vue_staticRenderFns__$m = [];
29644
- __vue_render__$m._withStripped = true;
29643
+ var __vue_staticRenderFns__$n = [];
29644
+ __vue_render__$n._withStripped = true;
29645
29645
  /* style */
29646
29646
 
29647
- var __vue_inject_styles__$m = undefined;
29647
+ var __vue_inject_styles__$n = undefined;
29648
29648
  /* scoped */
29649
29649
 
29650
- var __vue_scope_id__$m = undefined;
29650
+ var __vue_scope_id__$n = undefined;
29651
29651
  /* module identifier */
29652
29652
 
29653
- var __vue_module_identifier__$m = undefined;
29653
+ var __vue_module_identifier__$n = undefined;
29654
29654
  /* functional template */
29655
29655
 
29656
- var __vue_is_functional_template__$m = false;
29656
+ var __vue_is_functional_template__$n = false;
29657
29657
  /* style inject */
29658
29658
 
29659
29659
  /* style inject SSR */
29660
29660
 
29661
29661
  /* style inject shadow dom */
29662
29662
 
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);
29663
+ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
29664
+ render: __vue_render__$n,
29665
+ staticRenderFns: __vue_staticRenderFns__$n
29666
+ }, __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
29667
 
29668
29668
  var tracking$3 = namespace("tracking");
29669
29669
  var params$9 = namespace("params");
@@ -29702,7 +29702,7 @@ var SearchResultsProductCard = /*#__PURE__*/function (_Vue) {
29702
29702
  var _a, _b;
29703
29703
 
29704
29704
  return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
29705
- return e.type === DocumentElementType.IMAGE;
29705
+ return e.type === exports.DocumentElementType.IMAGE;
29706
29706
  })) !== null && _b !== void 0 ? _b : [];
29707
29707
  }
29708
29708
  }, {
@@ -29711,7 +29711,7 @@ var SearchResultsProductCard = /*#__PURE__*/function (_Vue) {
29711
29711
  var _a, _b;
29712
29712
 
29713
29713
  return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter(function (e) {
29714
- return e.type !== DocumentElementType.IMAGE;
29714
+ return e.type !== exports.DocumentElementType.IMAGE;
29715
29715
  })) !== null && _b !== void 0 ? _b : [];
29716
29716
  }
29717
29717
  }, {
@@ -29845,16 +29845,16 @@ __decorate([tracking$3.Action("track")], SearchResultsProductCard.prototype, "tr
29845
29845
  SearchResultsProductCard = __decorate([Component({
29846
29846
  name: "searchResultsProductCard",
29847
29847
  components: {
29848
- SearchResultsBadgeWrapper: __vue_component__$w,
29849
- SearchResultsProductCardElement: __vue_component__$m
29848
+ SearchResultsBadgeWrapper: __vue_component__$x,
29849
+ SearchResultsProductCardElement: __vue_component__$n
29850
29850
  }
29851
29851
  })], SearchResultsProductCard);
29852
- var script$k = SearchResultsProductCard;
29852
+ var script$l = SearchResultsProductCard;
29853
29853
 
29854
- var __vue_script__$l = script$k;
29854
+ var __vue_script__$m = script$l;
29855
29855
  /* template */
29856
29856
 
29857
- var __vue_render__$l = function __vue_render__() {
29857
+ var __vue_render__$m = function __vue_render__() {
29858
29858
  var _vm = this;
29859
29859
 
29860
29860
  var _h = _vm.$createElement;
@@ -29916,30 +29916,30 @@ var __vue_render__$l = function __vue_render__() {
29916
29916
  }), 1)])], 1);
29917
29917
  };
29918
29918
 
29919
- var __vue_staticRenderFns__$l = [];
29920
- __vue_render__$l._withStripped = true;
29919
+ var __vue_staticRenderFns__$m = [];
29920
+ __vue_render__$m._withStripped = true;
29921
29921
  /* style */
29922
29922
 
29923
- var __vue_inject_styles__$l = undefined;
29923
+ var __vue_inject_styles__$m = undefined;
29924
29924
  /* scoped */
29925
29925
 
29926
- var __vue_scope_id__$l = undefined;
29926
+ var __vue_scope_id__$m = undefined;
29927
29927
  /* module identifier */
29928
29928
 
29929
- var __vue_module_identifier__$l = undefined;
29929
+ var __vue_module_identifier__$m = undefined;
29930
29930
  /* functional template */
29931
29931
 
29932
- var __vue_is_functional_template__$l = false;
29932
+ var __vue_is_functional_template__$m = false;
29933
29933
  /* style inject */
29934
29934
 
29935
29935
  /* style inject SSR */
29936
29936
 
29937
29937
  /* style inject shadow dom */
29938
29938
 
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);
29939
+ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
29940
+ render: __vue_render__$m,
29941
+ staticRenderFns: __vue_staticRenderFns__$m
29942
+ }, __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
29943
 
29944
29944
  var initAnalyticsTracking = function initAnalyticsTracking(analyticsOptions) {
29945
29945
  try {
@@ -30246,16 +30246,16 @@ __decorate([Watch("query")], AdditionalPanels$1.prototype, "handleQueryChange",
30246
30246
  AdditionalPanels$1 = __decorate([Component({
30247
30247
  name: "additionalPanel",
30248
30248
  components: {
30249
- SearchResultsProductCard: __vue_component__$l
30249
+ SearchResultsProductCard: __vue_component__$m
30250
30250
  }
30251
30251
  })], AdditionalPanels$1);
30252
- var script$j = AdditionalPanels$1;
30252
+ var script$k = AdditionalPanels$1;
30253
30253
 
30254
30254
  /* script */
30255
- var __vue_script__$k = script$j;
30255
+ var __vue_script__$l = script$k;
30256
30256
  /* template */
30257
30257
 
30258
- var __vue_render__$k = function __vue_render__() {
30258
+ var __vue_render__$l = function __vue_render__() {
30259
30259
  var _vm = this;
30260
30260
 
30261
30261
  var _h = _vm.$createElement;
@@ -30292,30 +30292,30 @@ var __vue_render__$k = function __vue_render__() {
30292
30292
  }, [_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
30293
  };
30294
30294
 
30295
- var __vue_staticRenderFns__$k = [];
30296
- __vue_render__$k._withStripped = true;
30295
+ var __vue_staticRenderFns__$l = [];
30296
+ __vue_render__$l._withStripped = true;
30297
30297
  /* style */
30298
30298
 
30299
- var __vue_inject_styles__$k = undefined;
30299
+ var __vue_inject_styles__$l = undefined;
30300
30300
  /* scoped */
30301
30301
 
30302
- var __vue_scope_id__$k = undefined;
30302
+ var __vue_scope_id__$l = undefined;
30303
30303
  /* module identifier */
30304
30304
 
30305
- var __vue_module_identifier__$k = undefined;
30305
+ var __vue_module_identifier__$l = undefined;
30306
30306
  /* functional template */
30307
30307
 
30308
- var __vue_is_functional_template__$k = false;
30308
+ var __vue_is_functional_template__$l = false;
30309
30309
  /* style inject */
30310
30310
 
30311
30311
  /* style inject SSR */
30312
30312
 
30313
30313
  /* style inject shadow dom */
30314
30314
 
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);
30315
+ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
30316
+ render: __vue_render__$l,
30317
+ staticRenderFns: __vue_staticRenderFns__$l
30318
+ }, __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
30319
 
30320
30320
  var AdditionalPanels = /*#__PURE__*/function (_Vue) {
30321
30321
  _inherits(AdditionalPanels, _Vue);
@@ -30364,16 +30364,16 @@ __decorate([Prop({
30364
30364
  AdditionalPanels = __decorate([Component({
30365
30365
  name: "additionalPanels",
30366
30366
  components: {
30367
- AdditionalPanel: __vue_component__$k
30367
+ AdditionalPanel: __vue_component__$l
30368
30368
  }
30369
30369
  })], AdditionalPanels);
30370
- var script$i = AdditionalPanels;
30370
+ var script$j = AdditionalPanels;
30371
30371
 
30372
30372
  /* script */
30373
- var __vue_script__$j = script$i;
30373
+ var __vue_script__$k = script$j;
30374
30374
  /* template */
30375
30375
 
30376
- var __vue_render__$j = function __vue_render__() {
30376
+ var __vue_render__$k = function __vue_render__() {
30377
30377
  var _vm = this;
30378
30378
 
30379
30379
  var _h = _vm.$createElement;
@@ -30393,30 +30393,30 @@ var __vue_render__$j = function __vue_render__() {
30393
30393
  }), 1) : _vm._e();
30394
30394
  };
30395
30395
 
30396
- var __vue_staticRenderFns__$j = [];
30397
- __vue_render__$j._withStripped = true;
30396
+ var __vue_staticRenderFns__$k = [];
30397
+ __vue_render__$k._withStripped = true;
30398
30398
  /* style */
30399
30399
 
30400
- var __vue_inject_styles__$j = undefined;
30400
+ var __vue_inject_styles__$k = undefined;
30401
30401
  /* scoped */
30402
30402
 
30403
- var __vue_scope_id__$j = undefined;
30403
+ var __vue_scope_id__$k = undefined;
30404
30404
  /* module identifier */
30405
30405
 
30406
- var __vue_module_identifier__$j = undefined;
30406
+ var __vue_module_identifier__$k = undefined;
30407
30407
  /* functional template */
30408
30408
 
30409
- var __vue_is_functional_template__$j = false;
30409
+ var __vue_is_functional_template__$k = false;
30410
30410
  /* style inject */
30411
30411
 
30412
30412
  /* style inject SSR */
30413
30413
 
30414
30414
  /* style inject shadow dom */
30415
30415
 
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);
30416
+ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
30417
+ render: __vue_render__$k,
30418
+ staticRenderFns: __vue_staticRenderFns__$k
30419
+ }, __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
30420
 
30421
30421
  var params$7 = namespace("params");
30422
30422
 
@@ -30437,7 +30437,8 @@ var SearchResultsPageSize = /*#__PURE__*/function (_Vue) {
30437
30437
  var select = this.$refs.select;
30438
30438
 
30439
30439
  if (select) {
30440
- select.value = pickClosestNumber(this.options.sizes, this.limit).toString();
30440
+ var closest = pickClosestNumber(this.options.sizes, this.limit);
30441
+ select.value = closest === null || closest === void 0 ? void 0 : closest.toString();
30441
30442
  }
30442
30443
  }
30443
30444
  }, {
@@ -30472,13 +30473,13 @@ __decorate([params$7.Action("appendParams")], SearchResultsPageSize.prototype, "
30472
30473
  SearchResultsPageSize = __decorate([Component({
30473
30474
  name: "searchResultsPageSize"
30474
30475
  })], SearchResultsPageSize);
30475
- var script$h = SearchResultsPageSize;
30476
+ var script$i = SearchResultsPageSize;
30476
30477
 
30477
30478
  /* script */
30478
- var __vue_script__$i = script$h;
30479
+ var __vue_script__$j = script$i;
30479
30480
  /* template */
30480
30481
 
30481
- var __vue_render__$i = function __vue_render__() {
30482
+ var __vue_render__$j = function __vue_render__() {
30482
30483
  var _vm = this;
30483
30484
 
30484
30485
  var _h = _vm.$createElement;
@@ -30512,30 +30513,30 @@ var __vue_render__$i = function __vue_render__() {
30512
30513
  }), 0)])]);
30513
30514
  };
30514
30515
 
30515
- var __vue_staticRenderFns__$i = [];
30516
- __vue_render__$i._withStripped = true;
30516
+ var __vue_staticRenderFns__$j = [];
30517
+ __vue_render__$j._withStripped = true;
30517
30518
  /* style */
30518
30519
 
30519
- var __vue_inject_styles__$i = undefined;
30520
+ var __vue_inject_styles__$j = undefined;
30520
30521
  /* scoped */
30521
30522
 
30522
- var __vue_scope_id__$i = undefined;
30523
+ var __vue_scope_id__$j = undefined;
30523
30524
  /* module identifier */
30524
30525
 
30525
- var __vue_module_identifier__$i = undefined;
30526
+ var __vue_module_identifier__$j = undefined;
30526
30527
  /* functional template */
30527
30528
 
30528
- var __vue_is_functional_template__$i = false;
30529
+ var __vue_is_functional_template__$j = false;
30529
30530
  /* style inject */
30530
30531
 
30531
30532
  /* style inject SSR */
30532
30533
 
30533
30534
  /* style inject shadow dom */
30534
30535
 
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);
30536
+ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
30537
+ render: __vue_render__$j,
30538
+ staticRenderFns: __vue_staticRenderFns__$j
30539
+ }, __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
30540
 
30540
30541
  var params$6 = namespace("params");
30541
30542
 
@@ -30564,6 +30565,35 @@ var SearchResultsPageSelect = /*#__PURE__*/function (_Vue) {
30564
30565
  return i && i >= left && i < right;
30565
30566
  });
30566
30567
  }
30568
+ }, {
30569
+ key: "lastPage",
30570
+ get: function get() {
30571
+ var _a;
30572
+
30573
+ return (_a = this.options.count) !== null && _a !== void 0 ? _a : undefined;
30574
+ }
30575
+ }, {
30576
+ key: "showLastPage",
30577
+ get: function get() {
30578
+ return Boolean(this.lastPage && !this.pages.includes(this.lastPage));
30579
+ }
30580
+ }, {
30581
+ key: "showLastPageSeparator",
30582
+ get: function get() {
30583
+ var _a;
30584
+
30585
+ return this.showLastPage && !this.pages.includes(((_a = this.lastPage) !== null && _a !== void 0 ? _a : 0) - 1);
30586
+ }
30587
+ }, {
30588
+ key: "showFirstPage",
30589
+ get: function get() {
30590
+ return !this.pages.includes(1);
30591
+ }
30592
+ }, {
30593
+ key: "showFirstPageSeparator",
30594
+ get: function get() {
30595
+ return this.showFirstPage && !this.pages.includes(2);
30596
+ }
30567
30597
  }, {
30568
30598
  key: "handlePageChange",
30569
30599
  value: function handlePageChange(page) {
@@ -30595,13 +30625,13 @@ __decorate([params$6.Action("appendParams")], SearchResultsPageSelect.prototype,
30595
30625
  SearchResultsPageSelect = __decorate([Component({
30596
30626
  name: "searchResultsPageSelect"
30597
30627
  })], SearchResultsPageSelect);
30598
- var script$g = SearchResultsPageSelect;
30628
+ var script$h = SearchResultsPageSelect;
30599
30629
 
30600
30630
  /* script */
30601
- var __vue_script__$h = script$g;
30631
+ var __vue_script__$i = script$h;
30602
30632
  /* template */
30603
30633
 
30604
- var __vue_render__$h = function __vue_render__() {
30634
+ var __vue_render__$i = function __vue_render__() {
30605
30635
  var _vm = this;
30606
30636
 
30607
30637
  var _h = _vm.$createElement;
@@ -30620,7 +30650,16 @@ var __vue_render__$h = function __vue_render__() {
30620
30650
  return _vm.handlePageChange(_vm.options.selectedPage - 1);
30621
30651
  }
30622
30652
  }
30623
- }, [_vm._v("\n <\n ")]) : _vm._e(), _vm._v(" "), _vm._l(_vm.pages, function (page) {
30653
+ }, [_vm._v("\n <\n ")]) : _vm._e(), _vm._v(" "), _vm.showFirstPage ? [_c("div", {
30654
+ staticClass: "lupa-page-number lupa-page-number-first",
30655
+ on: {
30656
+ click: function click() {
30657
+ return _vm.handlePageChange(1);
30658
+ }
30659
+ }
30660
+ }, [_vm._v("\n 1\n ")]), _vm._v(" "), _vm.showFirstPageSeparator ? _c("div", {
30661
+ staticClass: "lupa-page-number-separator"
30662
+ }, [_vm._v("\n ...\n ")]) : _vm._e()] : _vm._e(), _vm._v(" "), _vm._l(_vm.pages, function (page) {
30624
30663
  return _c("div", {
30625
30664
  key: page,
30626
30665
  class: ["lupa-page-number", page === _vm.options.selectedPage ? "lupa-page-number-selected" : ""],
@@ -30633,7 +30672,16 @@ var __vue_render__$h = function __vue_render__() {
30633
30672
  }
30634
30673
  }
30635
30674
  }, [_vm._v("\n " + _vm._s(page) + "\n ")]);
30636
- }), _vm._v(" "), _vm.options.selectedPage < _vm.options.count ? _c("div", {
30675
+ }), _vm._v(" "), _vm.showLastPage ? [_vm.showLastPageSeparator ? _c("div", {
30676
+ staticClass: "lupa-page-number-separator"
30677
+ }, [_vm._v("\n ...\n ")]) : _vm._e(), _vm._v(" "), _c("div", {
30678
+ staticClass: "lupa-page-number lupa-page-number-last",
30679
+ on: {
30680
+ click: function click() {
30681
+ return _vm.handlePageChange(_vm.lastPage);
30682
+ }
30683
+ }
30684
+ }, [_vm._v("\n " + _vm._s(_vm.lastPage) + "\n ")])] : _vm._e(), _vm._v(" "), _vm.options.selectedPage < _vm.options.count ? _c("div", {
30637
30685
  class: _vm.label === ">" ? "lupa-page-arrow" : "lupa-show-more",
30638
30686
  attrs: {
30639
30687
  "data-cy": "lupa-show-more"
@@ -30646,30 +30694,30 @@ var __vue_render__$h = function __vue_render__() {
30646
30694
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]) : _vm._e()], 2);
30647
30695
  };
30648
30696
 
30649
- var __vue_staticRenderFns__$h = [];
30650
- __vue_render__$h._withStripped = true;
30697
+ var __vue_staticRenderFns__$i = [];
30698
+ __vue_render__$i._withStripped = true;
30651
30699
  /* style */
30652
30700
 
30653
- var __vue_inject_styles__$h = undefined;
30701
+ var __vue_inject_styles__$i = undefined;
30654
30702
  /* scoped */
30655
30703
 
30656
- var __vue_scope_id__$h = undefined;
30704
+ var __vue_scope_id__$i = undefined;
30657
30705
  /* module identifier */
30658
30706
 
30659
- var __vue_module_identifier__$h = undefined;
30707
+ var __vue_module_identifier__$i = undefined;
30660
30708
  /* functional template */
30661
30709
 
30662
- var __vue_is_functional_template__$h = false;
30710
+ var __vue_is_functional_template__$i = false;
30663
30711
  /* style inject */
30664
30712
 
30665
30713
  /* style inject SSR */
30666
30714
 
30667
30715
  /* style inject shadow dom */
30668
30716
 
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);
30717
+ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
30718
+ render: __vue_render__$i,
30719
+ staticRenderFns: __vue_staticRenderFns__$i
30720
+ }, __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
30721
 
30674
30722
  var params$5 = namespace("params");
30675
30723
 
@@ -30769,12 +30817,12 @@ __decorate([params$5.Action("appendParams")], SearchResultsSort.prototype, "appe
30769
30817
  SearchResultsSort = __decorate([Component({
30770
30818
  name: "searchResultsSort"
30771
30819
  })], SearchResultsSort);
30772
- var script$f = SearchResultsSort;
30820
+ var script$g = SearchResultsSort;
30773
30821
 
30774
- var __vue_script__$g = script$f;
30822
+ var __vue_script__$h = script$g;
30775
30823
  /* template */
30776
30824
 
30777
- var __vue_render__$g = function __vue_render__() {
30825
+ var __vue_render__$h = function __vue_render__() {
30778
30826
  var _vm = this;
30779
30827
 
30780
30828
  var _h = _vm.$createElement;
@@ -30824,31 +30872,31 @@ var __vue_render__$g = function __vue_render__() {
30824
30872
  }), 0)])]);
30825
30873
  };
30826
30874
 
30827
- var __vue_staticRenderFns__$g = [];
30828
- __vue_render__$g._withStripped = true;
30875
+ var __vue_staticRenderFns__$h = [];
30876
+ __vue_render__$h._withStripped = true;
30829
30877
  /* style */
30830
30878
 
30831
- var __vue_inject_styles__$g = undefined;
30879
+ var __vue_inject_styles__$h = undefined;
30832
30880
  /* scoped */
30833
30881
 
30834
- var __vue_scope_id__$g = undefined;
30882
+ var __vue_scope_id__$h = undefined;
30835
30883
  /* module identifier */
30836
30884
 
30837
- var __vue_module_identifier__$g = undefined;
30885
+ var __vue_module_identifier__$h = undefined;
30838
30886
  /* functional template */
30839
30887
 
30840
- var __vue_is_functional_template__$g = false;
30888
+ var __vue_is_functional_template__$h = false;
30841
30889
  /* style inject */
30842
30890
 
30843
30891
  /* style inject SSR */
30844
30892
 
30845
30893
  /* style inject shadow dom */
30846
30894
 
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);
30851
-
30895
+ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
30896
+ render: __vue_render__$h,
30897
+ staticRenderFns: __vue_staticRenderFns__$h
30898
+ }, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
30899
+
30852
30900
  var searchResult$a = namespace("searchResult");
30853
30901
  var options$3 = namespace("options");
30854
30902
 
@@ -30884,13 +30932,13 @@ __decorate([searchResult$a.Action("setLayout")], SearchResultsLayoutSelection.pr
30884
30932
  SearchResultsLayoutSelection = __decorate([Component({
30885
30933
  name: "searchResultsLayoutSelection"
30886
30934
  })], SearchResultsLayoutSelection);
30887
- var script$e = SearchResultsLayoutSelection;
30935
+ var script$f = SearchResultsLayoutSelection;
30888
30936
 
30889
30937
  /* script */
30890
- var __vue_script__$f = script$e;
30938
+ var __vue_script__$g = script$f;
30891
30939
  /* template */
30892
30940
 
30893
- var __vue_render__$f = function __vue_render__() {
30941
+ var __vue_render__$g = function __vue_render__() {
30894
30942
  var _vm = this;
30895
30943
 
30896
30944
  var _h = _vm.$createElement;
@@ -30921,30 +30969,30 @@ var __vue_render__$f = function __vue_render__() {
30921
30969
  }, [_vm._v("\n ☰\n ")])]);
30922
30970
  };
30923
30971
 
30924
- var __vue_staticRenderFns__$f = [];
30925
- __vue_render__$f._withStripped = true;
30972
+ var __vue_staticRenderFns__$g = [];
30973
+ __vue_render__$g._withStripped = true;
30926
30974
  /* style */
30927
30975
 
30928
- var __vue_inject_styles__$f = undefined;
30976
+ var __vue_inject_styles__$g = undefined;
30929
30977
  /* scoped */
30930
30978
 
30931
- var __vue_scope_id__$f = undefined;
30979
+ var __vue_scope_id__$g = undefined;
30932
30980
  /* module identifier */
30933
30981
 
30934
- var __vue_module_identifier__$f = undefined;
30982
+ var __vue_module_identifier__$g = undefined;
30935
30983
  /* functional template */
30936
30984
 
30937
- var __vue_is_functional_template__$f = false;
30985
+ var __vue_is_functional_template__$g = false;
30938
30986
  /* style inject */
30939
30987
 
30940
30988
  /* style inject SSR */
30941
30989
 
30942
30990
  /* style inject shadow dom */
30943
30991
 
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);
30992
+ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
30993
+ render: __vue_render__$g,
30994
+ staticRenderFns: __vue_staticRenderFns__$g
30995
+ }, __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
30996
 
30949
30997
  var searchResult$9 = namespace("searchResult");
30950
30998
 
@@ -30983,13 +31031,13 @@ __decorate([searchResult$9.Getter("itemRange")], SearchResultsSummary.prototype,
30983
31031
  SearchResultsSummary = __decorate([Component({
30984
31032
  name: "searchResultsSummary"
30985
31033
  })], SearchResultsSummary);
30986
- var script$d = SearchResultsSummary;
31034
+ var script$e = SearchResultsSummary;
30987
31035
 
30988
31036
  /* script */
30989
- var __vue_script__$e = script$d;
31037
+ var __vue_script__$f = script$e;
30990
31038
  /* template */
30991
31039
 
30992
- var __vue_render__$e = function __vue_render__() {
31040
+ var __vue_render__$f = function __vue_render__() {
30993
31041
  var _vm = this;
30994
31042
 
30995
31043
  var _h = _vm.$createElement;
@@ -31015,30 +31063,30 @@ var __vue_render__$e = function __vue_render__() {
31015
31063
  }, [_vm._v("✕")]) : _vm._e()]) : _vm._e();
31016
31064
  };
31017
31065
 
31018
- var __vue_staticRenderFns__$e = [];
31019
- __vue_render__$e._withStripped = true;
31066
+ var __vue_staticRenderFns__$f = [];
31067
+ __vue_render__$f._withStripped = true;
31020
31068
  /* style */
31021
31069
 
31022
- var __vue_inject_styles__$e = undefined;
31070
+ var __vue_inject_styles__$f = undefined;
31023
31071
  /* scoped */
31024
31072
 
31025
- var __vue_scope_id__$e = undefined;
31073
+ var __vue_scope_id__$f = undefined;
31026
31074
  /* module identifier */
31027
31075
 
31028
- var __vue_module_identifier__$e = undefined;
31076
+ var __vue_module_identifier__$f = undefined;
31029
31077
  /* functional template */
31030
31078
 
31031
- var __vue_is_functional_template__$e = false;
31079
+ var __vue_is_functional_template__$f = false;
31032
31080
  /* style inject */
31033
31081
 
31034
31082
  /* style inject SSR */
31035
31083
 
31036
31084
  /* style inject shadow dom */
31037
31085
 
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);
31086
+ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
31087
+ render: __vue_render__$f,
31088
+ staticRenderFns: __vue_staticRenderFns__$f
31089
+ }, __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
31090
 
31043
31091
  var searchResult$8 = namespace("searchResult");
31044
31092
 
@@ -31078,13 +31126,13 @@ __decorate([searchResult$8.Mutation("setSidebarVisibility")], SearchResultsMobil
31078
31126
  SearchResultsMobileToggle = __decorate([Component({
31079
31127
  name: "searchResultsMobileToggle"
31080
31128
  })], SearchResultsMobileToggle);
31081
- var script$c = SearchResultsMobileToggle;
31129
+ var script$d = SearchResultsMobileToggle;
31082
31130
 
31083
31131
  /* script */
31084
- var __vue_script__$d = script$c;
31132
+ var __vue_script__$e = script$d;
31085
31133
  /* template */
31086
31134
 
31087
- var __vue_render__$d = function __vue_render__() {
31135
+ var __vue_render__$e = function __vue_render__() {
31088
31136
  var _vm = this;
31089
31137
 
31090
31138
  var _h = _vm.$createElement;
@@ -31104,30 +31152,30 @@ var __vue_render__$d = function __vue_render__() {
31104
31152
  }, [_vm._v(_vm._s(_vm.currentFilterCount))]) : _vm._e()]);
31105
31153
  };
31106
31154
 
31107
- var __vue_staticRenderFns__$d = [];
31108
- __vue_render__$d._withStripped = true;
31155
+ var __vue_staticRenderFns__$e = [];
31156
+ __vue_render__$e._withStripped = true;
31109
31157
  /* style */
31110
31158
 
31111
- var __vue_inject_styles__$d = undefined;
31159
+ var __vue_inject_styles__$e = undefined;
31112
31160
  /* scoped */
31113
31161
 
31114
- var __vue_scope_id__$d = undefined;
31162
+ var __vue_scope_id__$e = undefined;
31115
31163
  /* module identifier */
31116
31164
 
31117
- var __vue_module_identifier__$d = undefined;
31165
+ var __vue_module_identifier__$e = undefined;
31118
31166
  /* functional template */
31119
31167
 
31120
- var __vue_is_functional_template__$d = false;
31168
+ var __vue_is_functional_template__$e = false;
31121
31169
  /* style inject */
31122
31170
 
31123
31171
  /* style inject SSR */
31124
31172
 
31125
31173
  /* style inject shadow dom */
31126
31174
 
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);
31175
+ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
31176
+ render: __vue_render__$e,
31177
+ staticRenderFns: __vue_staticRenderFns__$e
31178
+ }, __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
31179
 
31132
31180
  var searchResult$7 = namespace("searchResult");
31133
31181
  var params$4 = namespace("params");
@@ -31152,6 +31200,78 @@ var SearchResultsToolbar = /*#__PURE__*/function (_Vue) {
31152
31200
  }
31153
31201
 
31154
31202
  _createClass(SearchResultsToolbar, [{
31203
+ key: "isBottomLocation",
31204
+ get: function get() {
31205
+ return this.paginationLocation === "bottom";
31206
+ }
31207
+ }, {
31208
+ key: "showFilterClear",
31209
+ get: function get() {
31210
+ var _a;
31211
+
31212
+ return this.isBottomLocation ? false : Boolean((_a = this.options.toolbar) === null || _a === void 0 ? void 0 : _a.clearFilters);
31213
+ }
31214
+ }, {
31215
+ key: "showItemSummary",
31216
+ get: function get() {
31217
+ var _a;
31218
+
31219
+ return this.isBottomLocation ? false : Boolean((_a = this.options.toolbar) === null || _a === void 0 ? void 0 : _a.itemSummary);
31220
+ }
31221
+ }, {
31222
+ key: "showLayoutSelection",
31223
+ get: function get() {
31224
+ var _a;
31225
+
31226
+ return this.isBottomLocation ? false : Boolean((_a = this.options.toolbar) === null || _a === void 0 ? void 0 : _a.layoutSelector);
31227
+ }
31228
+ }, {
31229
+ key: "sortOptions",
31230
+ get: function get() {
31231
+ if (this.isBottomLocation) {
31232
+ return undefined;
31233
+ }
31234
+
31235
+ return {
31236
+ label: this.options.labels.sortBy,
31237
+ options: this.options.sort
31238
+ };
31239
+ }
31240
+ }, {
31241
+ key: "paginationDisplay",
31242
+ get: function get() {
31243
+ if (this.paginationLocation === "top") {
31244
+ return {
31245
+ pageSize: this.options.pagination.sizeSelection.position.top,
31246
+ pageSelect: this.options.pagination.pageSelection.position.top
31247
+ };
31248
+ } else {
31249
+ return {
31250
+ pageSize: this.options.pagination.sizeSelection.position.bottom,
31251
+ pageSelect: this.options.pagination.pageSelection.position.bottom
31252
+ };
31253
+ }
31254
+ }
31255
+ }, {
31256
+ key: "paginationOptions",
31257
+ get: function get() {
31258
+ var pageSize = this.options.pagination.sizeSelection;
31259
+ var pageSelect = this.options.pagination.pageSelection;
31260
+ var r = {
31261
+ pageSize: {
31262
+ sizes: pageSize.sizes,
31263
+ selectedSize: this.limit
31264
+ },
31265
+ pageSelect: {
31266
+ count: getPageCount(this.searchResult.total, this.limit),
31267
+ selectedPage: this.page,
31268
+ display: pageSelect.display
31269
+ },
31270
+ labels: this.options.labels
31271
+ };
31272
+ return r;
31273
+ }
31274
+ }, {
31155
31275
  key: "displayPageSelect",
31156
31276
  get: function get() {
31157
31277
  return this.paginationDisplay.pageSelect && this.paginationOptions.pageSelect.count > 0 && this.paginationOptions.pageSelect.count >= this.paginationOptions.pageSelect.selectedPage;
@@ -31185,55 +31305,39 @@ __decorate([Prop({
31185
31305
  })], SearchResultsToolbar.prototype, "options", void 0);
31186
31306
 
31187
31307
  __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);
31308
+ default: "top"
31309
+ })], SearchResultsToolbar.prototype, "paginationLocation", void 0);
31198
31310
 
31199
- __decorate([Prop({
31200
- default: null
31201
- })], SearchResultsToolbar.prototype, "sortOptions", void 0);
31311
+ __decorate([params$4.Getter("limit")], SearchResultsToolbar.prototype, "limit", void 0);
31202
31312
 
31203
- __decorate([Prop({
31204
- default: false
31205
- })], SearchResultsToolbar.prototype, "showLayoutSelection", void 0);
31206
-
31207
- __decorate([Prop({
31208
- default: false
31209
- })], SearchResultsToolbar.prototype, "showItemSummary", void 0);
31210
-
31211
- __decorate([Prop({
31212
- default: false
31213
- })], SearchResultsToolbar.prototype, "showFilterClear", void 0);
31313
+ __decorate([params$4.Getter("page")], SearchResultsToolbar.prototype, "page", void 0);
31214
31314
 
31215
31315
  __decorate([searchResult$7.Getter("hasAnyFilter")], SearchResultsToolbar.prototype, "hasAnyFilter", void 0);
31216
31316
 
31317
+ __decorate([searchResult$7.State(function (state) {
31318
+ return state.searchResult;
31319
+ })], SearchResultsToolbar.prototype, "searchResult", void 0);
31320
+
31217
31321
  __decorate([params$4.Action("removeAllFilters")], SearchResultsToolbar.prototype, "removeAllFilters", void 0);
31218
31322
 
31219
31323
  SearchResultsToolbar = __decorate([Component({
31220
31324
  name: "searchResultsToolbar",
31221
31325
  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
31326
+ SearchResultsPageSize: __vue_component__$j,
31327
+ SearchResultsPageSelect: __vue_component__$i,
31328
+ SearchResultsSort: __vue_component__$h,
31329
+ SearchResultsLayoutSelection: __vue_component__$g,
31330
+ SearchResultsSummary: __vue_component__$f,
31331
+ SearchResultsMobileToggle: __vue_component__$e
31228
31332
  }
31229
31333
  })], SearchResultsToolbar);
31230
- var script$b = SearchResultsToolbar;
31334
+ var script$c = SearchResultsToolbar;
31231
31335
 
31232
31336
  /* script */
31233
- var __vue_script__$c = script$b;
31337
+ var __vue_script__$d = script$c;
31234
31338
  /* template */
31235
31339
 
31236
- var __vue_render__$c = function __vue_render__() {
31340
+ var __vue_render__$d = function __vue_render__() {
31237
31341
  var _vm = this;
31238
31342
 
31239
31343
  var _h = _vm.$createElement;
@@ -31278,30 +31382,30 @@ var __vue_render__$c = function __vue_render__() {
31278
31382
  }) : _c("div")], 1)]);
31279
31383
  };
31280
31384
 
31281
- var __vue_staticRenderFns__$c = [];
31282
- __vue_render__$c._withStripped = true;
31385
+ var __vue_staticRenderFns__$d = [];
31386
+ __vue_render__$d._withStripped = true;
31283
31387
  /* style */
31284
31388
 
31285
- var __vue_inject_styles__$c = undefined;
31389
+ var __vue_inject_styles__$d = undefined;
31286
31390
  /* scoped */
31287
31391
 
31288
- var __vue_scope_id__$c = undefined;
31392
+ var __vue_scope_id__$d = undefined;
31289
31393
  /* module identifier */
31290
31394
 
31291
- var __vue_module_identifier__$c = undefined;
31395
+ var __vue_module_identifier__$d = undefined;
31292
31396
  /* functional template */
31293
31397
 
31294
- var __vue_is_functional_template__$c = false;
31398
+ var __vue_is_functional_template__$d = false;
31295
31399
  /* style inject */
31296
31400
 
31297
31401
  /* style inject SSR */
31298
31402
 
31299
31403
  /* style inject shadow dom */
31300
31404
 
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);
31405
+ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
31406
+ render: __vue_render__$d,
31407
+ staticRenderFns: __vue_staticRenderFns__$d
31408
+ }, __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
31409
 
31306
31410
  var Spinner = /*#__PURE__*/function (_Vue) {
31307
31411
  _inherits(Spinner, _Vue);
@@ -31318,10 +31422,10 @@ var Spinner = /*#__PURE__*/function (_Vue) {
31318
31422
  }(Vue$1);
31319
31423
 
31320
31424
  /* script */
31321
- var __vue_script__$b = Spinner;
31425
+ var __vue_script__$c = Spinner;
31322
31426
  /* template */
31323
31427
 
31324
- var __vue_render__$b = function __vue_render__() {
31428
+ var __vue_render__$c = function __vue_render__() {
31325
31429
  var _vm = this;
31326
31430
 
31327
31431
  var _h = _vm.$createElement;
@@ -31339,11 +31443,11 @@ var __vue_render__$b = function __vue_render__() {
31339
31443
  }), 0)]);
31340
31444
  };
31341
31445
 
31342
- var __vue_staticRenderFns__$b = [];
31343
- __vue_render__$b._withStripped = true;
31446
+ var __vue_staticRenderFns__$c = [];
31447
+ __vue_render__$c._withStripped = true;
31344
31448
  /* style */
31345
31449
 
31346
- var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
31450
+ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
31347
31451
  if (!inject) return;
31348
31452
  inject("data-v-ef12587c_0", {
31349
31453
  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 +31458,21 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
31354
31458
  /* scoped */
31355
31459
 
31356
31460
 
31357
- var __vue_scope_id__$b = undefined;
31461
+ var __vue_scope_id__$c = undefined;
31358
31462
  /* module identifier */
31359
31463
 
31360
- var __vue_module_identifier__$b = undefined;
31464
+ var __vue_module_identifier__$c = undefined;
31361
31465
  /* functional template */
31362
31466
 
31363
- var __vue_is_functional_template__$b = false;
31467
+ var __vue_is_functional_template__$c = false;
31364
31468
  /* style inject SSR */
31365
31469
 
31366
31470
  /* style inject shadow dom */
31367
31471
 
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);
31472
+ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
31473
+ render: __vue_render__$c,
31474
+ staticRenderFns: __vue_staticRenderFns__$c
31475
+ }, __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
31476
 
31373
31477
  var searchResult$6 = namespace("searchResult");
31374
31478
 
@@ -31418,13 +31522,13 @@ __decorate([searchResult$6.State(function (state) {
31418
31522
  SimilarQueryText = __decorate([Component({
31419
31523
  name: "similarQueryText"
31420
31524
  })], SimilarQueryText);
31421
- var script$a = SimilarQueryText;
31525
+ var script$b = SimilarQueryText;
31422
31526
 
31423
31527
  /* script */
31424
- var __vue_script__$a = script$a;
31528
+ var __vue_script__$b = script$b;
31425
31529
  /* template */
31426
31530
 
31427
- var __vue_render__$a = function __vue_render__() {
31531
+ var __vue_render__$b = function __vue_render__() {
31428
31532
  var _vm = this;
31429
31533
 
31430
31534
  var _h = _vm.$createElement;
@@ -31446,30 +31550,30 @@ var __vue_render__$a = function __vue_render__() {
31446
31550
  }), _vm._v("\n (" + _vm._s(_vm.count) + ")\n")], 2);
31447
31551
  };
31448
31552
 
31449
- var __vue_staticRenderFns__$a = [];
31450
- __vue_render__$a._withStripped = true;
31553
+ var __vue_staticRenderFns__$b = [];
31554
+ __vue_render__$b._withStripped = true;
31451
31555
  /* style */
31452
31556
 
31453
- var __vue_inject_styles__$a = undefined;
31557
+ var __vue_inject_styles__$b = undefined;
31454
31558
  /* scoped */
31455
31559
 
31456
- var __vue_scope_id__$a = undefined;
31560
+ var __vue_scope_id__$b = undefined;
31457
31561
  /* module identifier */
31458
31562
 
31459
- var __vue_module_identifier__$a = undefined;
31563
+ var __vue_module_identifier__$b = undefined;
31460
31564
  /* functional template */
31461
31565
 
31462
- var __vue_is_functional_template__$a = false;
31566
+ var __vue_is_functional_template__$b = false;
31463
31567
  /* style inject */
31464
31568
 
31465
31569
  /* style inject SSR */
31466
31570
 
31467
31571
  /* style inject shadow dom */
31468
31572
 
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);
31573
+ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
31574
+ render: __vue_render__$b,
31575
+ staticRenderFns: __vue_staticRenderFns__$b
31576
+ }, __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
31577
 
31474
31578
  var searchResult$5 = namespace("searchResult");
31475
31579
  var params$3 = namespace("params");
@@ -31516,16 +31620,16 @@ __decorate([params$3.Action("goToResults")], SearchResultsSimilarQueries.prototy
31516
31620
  SearchResultsSimilarQueries = __decorate([Component({
31517
31621
  name: "searchResultsSimilarQueries",
31518
31622
  components: {
31519
- SearchResultsProductCard: __vue_component__$l,
31520
- SimilarQueryText: __vue_component__$a
31623
+ SearchResultsProductCard: __vue_component__$m,
31624
+ SimilarQueryText: __vue_component__$b
31521
31625
  }
31522
31626
  })], SearchResultsSimilarQueries);
31523
- var script$9 = SearchResultsSimilarQueries;
31627
+ var script$a = SearchResultsSimilarQueries;
31524
31628
 
31525
- var __vue_script__$9 = script$9;
31629
+ var __vue_script__$a = script$a;
31526
31630
  /* template */
31527
31631
 
31528
- var __vue_render__$9 = function __vue_render__() {
31632
+ var __vue_render__$a = function __vue_render__() {
31529
31633
  var _vm = this;
31530
31634
 
31531
31635
  var _h = _vm.$createElement;
@@ -31586,30 +31690,30 @@ var __vue_render__$9 = function __vue_render__() {
31586
31690
  })], 2);
31587
31691
  };
31588
31692
 
31589
- var __vue_staticRenderFns__$9 = [];
31590
- __vue_render__$9._withStripped = true;
31693
+ var __vue_staticRenderFns__$a = [];
31694
+ __vue_render__$a._withStripped = true;
31591
31695
  /* style */
31592
31696
 
31593
- var __vue_inject_styles__$9 = undefined;
31697
+ var __vue_inject_styles__$a = undefined;
31594
31698
  /* scoped */
31595
31699
 
31596
- var __vue_scope_id__$9 = undefined;
31700
+ var __vue_scope_id__$a = undefined;
31597
31701
  /* module identifier */
31598
31702
 
31599
- var __vue_module_identifier__$9 = undefined;
31703
+ var __vue_module_identifier__$a = undefined;
31600
31704
  /* functional template */
31601
31705
 
31602
- var __vue_is_functional_template__$9 = false;
31706
+ var __vue_is_functional_template__$a = false;
31603
31707
  /* style inject */
31604
31708
 
31605
31709
  /* style inject SSR */
31606
31710
 
31607
31711
  /* style inject shadow dom */
31608
31712
 
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);
31713
+ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
31714
+ render: __vue_render__$a,
31715
+ staticRenderFns: __vue_staticRenderFns__$a
31716
+ }, __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
31717
 
31614
31718
  var FiltersTopDropdown = /*#__PURE__*/function (_Vue) {
31615
31719
  _inherits(FiltersTopDropdown, _Vue);
@@ -31630,17 +31734,17 @@ __decorate([Prop()], FiltersTopDropdown.prototype, "options", void 0);
31630
31734
  FiltersTopDropdown = __decorate([Component({
31631
31735
  name: "filtersTopDropdown",
31632
31736
  components: {
31633
- CurrentFilters: __vue_component__$M,
31634
- Facets: __vue_component__$F
31737
+ CurrentFilters: __vue_component__$N,
31738
+ Facets: __vue_component__$G
31635
31739
  }
31636
31740
  })], FiltersTopDropdown);
31637
- var script$8 = FiltersTopDropdown;
31741
+ var script$9 = FiltersTopDropdown;
31638
31742
 
31639
31743
  /* script */
31640
- var __vue_script__$8 = script$8;
31744
+ var __vue_script__$9 = script$9;
31641
31745
  /* template */
31642
31746
 
31643
- var __vue_render__$8 = function __vue_render__() {
31747
+ var __vue_render__$9 = function __vue_render__() {
31644
31748
  var _vm = this;
31645
31749
 
31646
31750
  var _h = _vm.$createElement;
@@ -31660,30 +31764,30 @@ var __vue_render__$8 = function __vue_render__() {
31660
31764
  }) : _vm._e()], 1);
31661
31765
  };
31662
31766
 
31663
- var __vue_staticRenderFns__$8 = [];
31664
- __vue_render__$8._withStripped = true;
31767
+ var __vue_staticRenderFns__$9 = [];
31768
+ __vue_render__$9._withStripped = true;
31665
31769
  /* style */
31666
31770
 
31667
- var __vue_inject_styles__$8 = undefined;
31771
+ var __vue_inject_styles__$9 = undefined;
31668
31772
  /* scoped */
31669
31773
 
31670
- var __vue_scope_id__$8 = undefined;
31774
+ var __vue_scope_id__$9 = undefined;
31671
31775
  /* module identifier */
31672
31776
 
31673
- var __vue_module_identifier__$8 = undefined;
31777
+ var __vue_module_identifier__$9 = undefined;
31674
31778
  /* functional template */
31675
31779
 
31676
- var __vue_is_functional_template__$8 = false;
31780
+ var __vue_is_functional_template__$9 = false;
31677
31781
  /* style inject */
31678
31782
 
31679
31783
  /* style inject SSR */
31680
31784
 
31681
31785
  /* style inject shadow dom */
31682
31786
 
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);
31787
+ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
31788
+ render: __vue_render__$9,
31789
+ staticRenderFns: __vue_staticRenderFns__$9
31790
+ }, __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
31791
 
31688
31792
  var searchResult$4 = namespace("searchResult");
31689
31793
  var params$2 = namespace("params");
@@ -31716,6 +31820,11 @@ var SearchResultsProducts = /*#__PURE__*/function (_Vue) {
31716
31820
 
31717
31821
  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
31822
  }
31823
+ }, {
31824
+ key: "showMobileFilters",
31825
+ get: function get() {
31826
+ return this.options.searchTitlePosition !== "search-results-top";
31827
+ }
31719
31828
  }, {
31720
31829
  key: "currentFilterOptions",
31721
31830
  get: function get() {
@@ -31732,48 +31841,6 @@ var SearchResultsProducts = /*#__PURE__*/function (_Vue) {
31732
31841
 
31733
31842
  return "width: ".concat(100 / this.columnCount, "%");
31734
31843
  }
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
31844
  }, {
31778
31845
  key: "getProductKey",
31779
31846
  value: function getProductKey$1(index, product) {
@@ -31817,22 +31884,22 @@ __decorate([params$2.Getter("page")], SearchResultsProducts.prototype, "page", v
31817
31884
  SearchResultsProducts = __decorate([Component({
31818
31885
  name: "searchResultsProducts",
31819
31886
  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
31887
+ CurrentFilters: __vue_component__$N,
31888
+ SearchResultsProductCard: __vue_component__$m,
31889
+ SearchResultsToolbar: __vue_component__$d,
31890
+ AdditionalPanels: __vue_component__$k,
31891
+ Spinner: __vue_component__$c,
31892
+ SearchResultsSimilarQueries: __vue_component__$a,
31893
+ FiltersTopDropdown: __vue_component__$9
31827
31894
  }
31828
31895
  })], SearchResultsProducts);
31829
- var script$7 = SearchResultsProducts;
31896
+ var script$8 = SearchResultsProducts;
31830
31897
 
31831
31898
  /* script */
31832
- var __vue_script__$7 = script$7;
31899
+ var __vue_script__$8 = script$8;
31833
31900
  /* template */
31834
31901
 
31835
- var __vue_render__$7 = function __vue_render__() {
31902
+ var __vue_render__$8 = function __vue_render__() {
31836
31903
  var _vm = this;
31837
31904
 
31838
31905
  var _h = _vm.$createElement;
@@ -31852,17 +31919,13 @@ var __vue_render__$7 = function __vue_render__() {
31852
31919
  attrs: {
31853
31920
  options: _vm.options.filters
31854
31921
  }
31855
- }) : _vm._e(), _vm._v(" "), _c("SearchResultsToolbar", {
31922
+ }) : _vm._e(), _vm._v(" "), _vm.showMobileFilters ? _c("SearchResultsToolbar", {
31856
31923
  staticClass: "lupa-toolbar-mobile",
31857
31924
  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
31925
+ options: _vm.options,
31926
+ "pagination-location": "top"
31864
31927
  }
31865
- }), _vm._v(" "), _vm.currentFilterOptions ? _c("CurrentFilters", {
31928
+ }) : _vm._e(), _vm._v(" "), _vm.currentFilterOptions ? _c("CurrentFilters", {
31866
31929
  staticClass: "lupa-filters-mobile",
31867
31930
  attrs: {
31868
31931
  "data-cy": "lupa-search-result-filters-mobile-toolbar",
@@ -31878,13 +31941,8 @@ var __vue_render__$7 = function __vue_render__() {
31878
31941
  }), _vm._v(" "), _c("SearchResultsToolbar", {
31879
31942
  staticClass: "lupa-toolbar-top",
31880
31943
  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
31944
+ options: _vm.options,
31945
+ "pagination-location": "top"
31888
31946
  }
31889
31947
  }), _vm._v(" "), _c("div", {
31890
31948
  staticClass: "lupa-products",
@@ -31903,9 +31961,8 @@ var __vue_render__$7 = function __vue_render__() {
31903
31961
  }), 1), _vm._v(" "), _c("SearchResultsToolbar", {
31904
31962
  staticClass: "lupa-toolbar-bottom",
31905
31963
  attrs: {
31906
- paginationOptions: _vm.paginationOptions,
31907
- paginationDisplay: _vm.bottomPagination,
31908
- options: _vm.options
31964
+ options: _vm.options,
31965
+ "pagination-location": "bottom"
31909
31966
  }
31910
31967
  }), _vm._v(" "), _c("AdditionalPanels", {
31911
31968
  attrs: {
@@ -31927,30 +31984,30 @@ var __vue_render__$7 = function __vue_render__() {
31927
31984
  })], 1) : _vm._e(), _vm._v(" "), _vm._t("append")], 2);
31928
31985
  };
31929
31986
 
31930
- var __vue_staticRenderFns__$7 = [];
31931
- __vue_render__$7._withStripped = true;
31987
+ var __vue_staticRenderFns__$8 = [];
31988
+ __vue_render__$8._withStripped = true;
31932
31989
  /* style */
31933
31990
 
31934
- var __vue_inject_styles__$7 = undefined;
31991
+ var __vue_inject_styles__$8 = undefined;
31935
31992
  /* scoped */
31936
31993
 
31937
- var __vue_scope_id__$7 = undefined;
31994
+ var __vue_scope_id__$8 = undefined;
31938
31995
  /* module identifier */
31939
31996
 
31940
- var __vue_module_identifier__$7 = undefined;
31997
+ var __vue_module_identifier__$8 = undefined;
31941
31998
  /* functional template */
31942
31999
 
31943
- var __vue_is_functional_template__$7 = false;
32000
+ var __vue_is_functional_template__$8 = false;
31944
32001
  /* style inject */
31945
32002
 
31946
32003
  /* style inject SSR */
31947
32004
 
31948
32005
  /* style inject shadow dom */
31949
32006
 
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);
32007
+ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
32008
+ render: __vue_render__$8,
32009
+ staticRenderFns: __vue_staticRenderFns__$8
32010
+ }, __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
32011
 
31955
32012
  var searchResult$3 = namespace("searchResult");
31956
32013
  var options$2 = namespace("options");
@@ -32001,12 +32058,12 @@ __decorate([options$2.State(function (o) {
32001
32058
  SearchResultsBreadcrumbs = __decorate([Component({
32002
32059
  name: "searchResultsBreadcrumbs"
32003
32060
  })], SearchResultsBreadcrumbs);
32004
- var script$6 = SearchResultsBreadcrumbs;
32061
+ var script$7 = SearchResultsBreadcrumbs;
32005
32062
 
32006
- var __vue_script__$6 = script$6;
32063
+ var __vue_script__$7 = script$7;
32007
32064
  /* template */
32008
32065
 
32009
- var __vue_render__$6 = function __vue_render__() {
32066
+ var __vue_render__$7 = function __vue_render__() {
32010
32067
  var _vm = this;
32011
32068
 
32012
32069
  var _h = _vm.$createElement;
@@ -32037,30 +32094,30 @@ var __vue_render__$6 = function __vue_render__() {
32037
32094
  }), 0);
32038
32095
  };
32039
32096
 
32040
- var __vue_staticRenderFns__$6 = [];
32041
- __vue_render__$6._withStripped = true;
32097
+ var __vue_staticRenderFns__$7 = [];
32098
+ __vue_render__$7._withStripped = true;
32042
32099
  /* style */
32043
32100
 
32044
- var __vue_inject_styles__$6 = undefined;
32101
+ var __vue_inject_styles__$7 = undefined;
32045
32102
  /* scoped */
32046
32103
 
32047
- var __vue_scope_id__$6 = undefined;
32104
+ var __vue_scope_id__$7 = undefined;
32048
32105
  /* module identifier */
32049
32106
 
32050
- var __vue_module_identifier__$6 = undefined;
32107
+ var __vue_module_identifier__$7 = undefined;
32051
32108
  /* functional template */
32052
32109
 
32053
- var __vue_is_functional_template__$6 = false;
32110
+ var __vue_is_functional_template__$7 = false;
32054
32111
  /* style inject */
32055
32112
 
32056
32113
  /* style inject SSR */
32057
32114
 
32058
32115
  /* style inject shadow dom */
32059
32116
 
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);
32117
+ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
32118
+ render: __vue_render__$7,
32119
+ staticRenderFns: __vue_staticRenderFns__$7
32120
+ }, __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
32121
 
32065
32122
  var searchResult$2 = namespace("searchResult");
32066
32123
 
@@ -32121,13 +32178,13 @@ __decorate([searchResult$2.State(function (state) {
32121
32178
  SearchResultsTitle = __decorate([Component({
32122
32179
  name: "SearchResultsTitle"
32123
32180
  })], SearchResultsTitle);
32124
- var script$5 = SearchResultsTitle;
32181
+ var script$6 = SearchResultsTitle;
32125
32182
 
32126
32183
  /* script */
32127
- var __vue_script__$5 = script$5;
32184
+ var __vue_script__$6 = script$6;
32128
32185
  /* template */
32129
32186
 
32130
- var __vue_render__$5 = function __vue_render__() {
32187
+ var __vue_render__$6 = function __vue_render__() {
32131
32188
  var _vm = this;
32132
32189
 
32133
32190
  var _h = _vm.$createElement;
@@ -32144,6 +32201,124 @@ var __vue_render__$5 = function __vue_render__() {
32144
32201
  }, [_vm._v("(" + _vm._s(_vm.totalItems) + ")")]) : _vm._e()]) : _vm._e();
32145
32202
  };
32146
32203
 
32204
+ var __vue_staticRenderFns__$6 = [];
32205
+ __vue_render__$6._withStripped = true;
32206
+ /* style */
32207
+
32208
+ var __vue_inject_styles__$6 = undefined;
32209
+ /* scoped */
32210
+
32211
+ var __vue_scope_id__$6 = undefined;
32212
+ /* module identifier */
32213
+
32214
+ var __vue_module_identifier__$6 = undefined;
32215
+ /* functional template */
32216
+
32217
+ var __vue_is_functional_template__$6 = false;
32218
+ /* style inject */
32219
+
32220
+ /* style inject SSR */
32221
+
32222
+ /* style inject shadow dom */
32223
+
32224
+ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
32225
+ render: __vue_render__$6,
32226
+ staticRenderFns: __vue_staticRenderFns__$6
32227
+ }, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
32228
+
32229
+ var CategoryTopFilters = /*#__PURE__*/function (_Vue) {
32230
+ _inherits(CategoryTopFilters, _Vue);
32231
+
32232
+ var _super = _createSuper(CategoryTopFilters);
32233
+
32234
+ function CategoryTopFilters() {
32235
+ _classCallCheck(this, CategoryTopFilters);
32236
+
32237
+ return _super.apply(this, arguments);
32238
+ }
32239
+
32240
+ _createClass(CategoryTopFilters, [{
32241
+ key: "hasBackButton",
32242
+ get: function get() {
32243
+ var _a, _b;
32244
+
32245
+ return Boolean((_b = (_a = this.options.categories) === null || _a === void 0 ? void 0 : _a.back) === null || _b === void 0 ? void 0 : _b.title);
32246
+ }
32247
+ }, {
32248
+ key: "backTitle",
32249
+ get: function get() {
32250
+ var _a, _b;
32251
+
32252
+ return (_b = (_a = this.options.categories) === null || _a === void 0 ? void 0 : _a.back) === null || _b === void 0 ? void 0 : _b.title;
32253
+ }
32254
+ }, {
32255
+ key: "backUrlLink",
32256
+ get: function get() {
32257
+ var _a, _b, _c;
32258
+
32259
+ 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 : "";
32260
+ }
32261
+ }, {
32262
+ key: "hasEventRouting",
32263
+ get: function get() {
32264
+ return this.options.routingBehavior === "event";
32265
+ }
32266
+ }, {
32267
+ key: "handleNavigationBack",
32268
+ value: function handleNavigationBack(event) {
32269
+ if (!this.backUrlLink) {
32270
+ return;
32271
+ }
32272
+
32273
+ handleRoutingEvent(this.backUrlLink, event, this.hasEventRouting);
32274
+ }
32275
+ }]);
32276
+
32277
+ return CategoryTopFilters;
32278
+ }(Vue$1);
32279
+
32280
+ __decorate([Prop()], CategoryTopFilters.prototype, "options", void 0);
32281
+
32282
+ CategoryTopFilters = __decorate([Component({
32283
+ name: "categoryTopFilters",
32284
+ components: {
32285
+ SearchResultsToolbar: __vue_component__$d
32286
+ }
32287
+ })], CategoryTopFilters);
32288
+ var script$5 = CategoryTopFilters;
32289
+
32290
+ /* script */
32291
+ var __vue_script__$5 = script$5;
32292
+ /* template */
32293
+
32294
+ var __vue_render__$5 = function __vue_render__() {
32295
+ var _vm = this;
32296
+
32297
+ var _h = _vm.$createElement;
32298
+
32299
+ var _c = _vm._self._c || _h;
32300
+
32301
+ return _c("div", {
32302
+ staticClass: "lupa-category-top-mobile-filters"
32303
+ }, [_vm.hasBackButton ? _c("div", {
32304
+ staticClass: "lupa-category-back"
32305
+ }, [_c("a", {
32306
+ attrs: {
32307
+ "data-cy": "lupa-category-back",
32308
+ href: _vm.backUrlLink
32309
+ },
32310
+ on: {
32311
+ click: _vm.handleNavigationBack
32312
+ }
32313
+ }, [_vm._v("\n " + _vm._s(_vm.backTitle) + "\n ")])]) : _vm._e(), _vm._v(" "), _c("SearchResultsToolbar", {
32314
+ staticClass: "lupa-toolbar-mobile",
32315
+ attrs: {
32316
+ "pagination-location": "top",
32317
+ options: _vm.options
32318
+ }
32319
+ })], 1);
32320
+ };
32321
+
32147
32322
  var __vue_staticRenderFns__$5 = [];
32148
32323
  __vue_render__$5._withStripped = true;
32149
32324
  /* style */
@@ -32372,12 +32547,14 @@ __decorate([searchResult$1.Action("setColumnCount")], SearchResults.prototype, "
32372
32547
  SearchResults = __decorate([Component({
32373
32548
  name: "searchResults",
32374
32549
  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
32550
+ SearchResultsFilters: __vue_component__$D,
32551
+ SearchResultsProducts: __vue_component__$8,
32552
+ MobileFilterSidebar: __vue_component__$C,
32553
+ SearchResultsBreadcrumbs: __vue_component__$7,
32554
+ SearchResultsDidYouMean: __vue_component__$B,
32555
+ SearchResultsTitle: __vue_component__$6,
32556
+ SearchResultsToolbar: __vue_component__$d,
32557
+ CategoryTopFilters: __vue_component__$5
32381
32558
  }
32382
32559
  })], SearchResults);
32383
32560
  var script$4 = SearchResults;
@@ -32395,7 +32572,11 @@ var __vue_render__$4 = function __vue_render__() {
32395
32572
 
32396
32573
  return _c("div", {
32397
32574
  staticClass: "lupa-search-result-wrapper"
32398
- }, [_vm.options.filters ? _c("MobileFilterSidebar", {
32575
+ }, [_vm.isTitleResultTopPosition ? _c("CategoryTopFilters", {
32576
+ attrs: {
32577
+ options: _vm.options
32578
+ }
32579
+ }) : _vm._e(), _vm._v(" "), _vm.options.filters ? _c("MobileFilterSidebar", {
32399
32580
  attrs: {
32400
32581
  options: _vm.options.filters
32401
32582
  }
@@ -32421,7 +32602,7 @@ var __vue_render__$4 = function __vue_render__() {
32421
32602
  }), _vm._v(" "), _c("SearchResultsTitle", {
32422
32603
  attrs: {
32423
32604
  options: _vm.options,
32424
- isProductList: _vm.isProductList
32605
+ "is-product-list": _vm.isProductList
32425
32606
  }
32426
32607
  }), _vm._v(" "), _c("SearchResultsProducts", {
32427
32608
  attrs: {
@@ -32441,7 +32622,7 @@ var __vue_render__$4 = function __vue_render__() {
32441
32622
  }), _vm._v(" "), _c("SearchResultsTitle", {
32442
32623
  attrs: {
32443
32624
  options: _vm.options,
32444
- isProductList: _vm.isProductList
32625
+ "is-product-list": _vm.isProductList
32445
32626
  }
32446
32627
  }), _vm._v(" "), _c("div", {
32447
32628
  attrs: {
@@ -33432,7 +33613,7 @@ var SearchBoxModule = /*#__PURE__*/function (_VuexModule) {
33432
33613
  return this.options.panels.map(function (p) {
33433
33614
  var _a, _b, _c, _d, _e;
33434
33615
 
33435
- if (p.type === SearchBoxPanelType.SUGGESTION) {
33616
+ if (p.type === exports.SearchBoxPanelType.SUGGESTION) {
33436
33617
  return {
33437
33618
  queryKey: p.queryKey,
33438
33619
  count: (_b = (_a = _this2.suggestionResults[p.queryKey]) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0,
@@ -33490,7 +33671,7 @@ var SearchBoxModule = /*#__PURE__*/function (_VuexModule) {
33490
33671
  get: function get() {
33491
33672
  var _a, _b;
33492
33673
 
33493
- if (!this.resultsVisible || ((_a = this.highlightedItem) === null || _a === void 0 ? void 0 : _a.panel.type) !== SearchBoxPanelType.DOCUMENT) {
33674
+ if (!this.resultsVisible || ((_a = this.highlightedItem) === null || _a === void 0 ? void 0 : _a.panel.type) !== exports.SearchBoxPanelType.DOCUMENT) {
33494
33675
  return {
33495
33676
  doc: undefined
33496
33677
  };
@@ -34458,10 +34639,10 @@ var searchBox = function searchBox(options) {
34458
34639
  app.box = new Vue$1({
34459
34640
  el: options.inputSelector,
34460
34641
  components: {
34461
- SearchBoxEntry: __vue_component__$O
34642
+ SearchBoxEntry: __vue_component__$P
34462
34643
  },
34463
34644
  render: function render(h) {
34464
- return h(__vue_component__$O, {
34645
+ return h(__vue_component__$P, {
34465
34646
  props: {
34466
34647
  searchBoxOptions: options
34467
34648
  }