@getlupa/client 0.12.4 → 0.13.0-alpha-1

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 (25) hide show
  1. package/dist/cjs/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +1 -3
  2. package/dist/cjs/constants/global.const.d.ts +0 -1
  3. package/dist/cjs/index.d.ts +3 -3
  4. package/dist/cjs/index.min.js +890 -1007
  5. package/dist/cjs/types/DocumentElement.d.ts +1 -11
  6. package/dist/cjs/types/search-container/SearchContainerOptions.d.ts +8 -1
  7. package/dist/cjs/utils/shadowDom.utils.d.ts +3 -1
  8. package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +1 -3
  9. package/dist/es/constants/global.const.d.ts +0 -1
  10. package/dist/es/index.d.ts +3 -3
  11. package/dist/es/index.min.js +890 -1007
  12. package/dist/es/types/DocumentElement.d.ts +1 -11
  13. package/dist/es/types/search-container/SearchContainerOptions.d.ts +8 -1
  14. package/dist/es/utils/shadowDom.utils.d.ts +3 -1
  15. package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +1 -3
  16. package/dist/iife/constants/global.const.d.ts +0 -1
  17. package/dist/iife/index.d.ts +3 -3
  18. package/dist/iife/index.min.js +1 -1
  19. package/dist/iife/types/DocumentElement.d.ts +1 -11
  20. package/dist/iife/types/search-container/SearchContainerOptions.d.ts +8 -1
  21. package/dist/iife/utils/shadowDom.utils.d.ts +3 -1
  22. package/package.json +1 -1
  23. package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +0 -11
  24. package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +0 -11
  25. package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +0 -11
@@ -11029,7 +11029,7 @@ SearchBoxInput = __decorate([
11029
11029
  name: "searchBoxInput",
11030
11030
  })
11031
11031
  ], SearchBoxInput);
11032
- var script$1c = SearchBoxInput;
11032
+ var script$1b = SearchBoxInput;
11033
11033
 
11034
11034
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
11035
11035
  if (typeof shadowMode !== 'boolean') {
@@ -11160,10 +11160,10 @@ function addStyle(id, css) {
11160
11160
  }
11161
11161
 
11162
11162
  /* script */
11163
- const __vue_script__$1d = script$1c;
11163
+ const __vue_script__$1c = script$1b;
11164
11164
 
11165
11165
  /* template */
11166
- var __vue_render__$1d = function () {
11166
+ var __vue_render__$1c = function () {
11167
11167
  var _vm = this;
11168
11168
  var _h = _vm.$createElement;
11169
11169
  var _c = _vm._self._c || _h;
@@ -11248,34 +11248,34 @@ var __vue_render__$1d = function () {
11248
11248
  : _vm._e(),
11249
11249
  ])
11250
11250
  };
11251
- var __vue_staticRenderFns__$1d = [];
11252
- __vue_render__$1d._withStripped = true;
11251
+ var __vue_staticRenderFns__$1c = [];
11252
+ __vue_render__$1c._withStripped = true;
11253
11253
 
11254
11254
  /* style */
11255
- const __vue_inject_styles__$1d = function (inject) {
11255
+ const __vue_inject_styles__$1c = function (inject) {
11256
11256
  if (!inject) return
11257
11257
  inject("data-v-af94f296_0", { 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.lupa-input-clear {\n display: none;\n}\n", map: undefined, media: undefined });
11258
11258
 
11259
11259
  };
11260
11260
  /* scoped */
11261
- const __vue_scope_id__$1d = undefined;
11261
+ const __vue_scope_id__$1c = undefined;
11262
11262
  /* module identifier */
11263
- const __vue_module_identifier__$1d = undefined;
11263
+ const __vue_module_identifier__$1c = undefined;
11264
11264
  /* functional template */
11265
- const __vue_is_functional_template__$1d = false;
11265
+ const __vue_is_functional_template__$1c = false;
11266
11266
  /* style inject SSR */
11267
11267
 
11268
11268
  /* style inject shadow dom */
11269
11269
 
11270
11270
 
11271
11271
 
11272
- const __vue_component__$1d = /*#__PURE__*/normalizeComponent(
11273
- { render: __vue_render__$1d, staticRenderFns: __vue_staticRenderFns__$1d },
11274
- __vue_inject_styles__$1d,
11275
- __vue_script__$1d,
11276
- __vue_scope_id__$1d,
11277
- __vue_is_functional_template__$1d,
11278
- __vue_module_identifier__$1d,
11272
+ const __vue_component__$1c = /*#__PURE__*/normalizeComponent(
11273
+ { render: __vue_render__$1c, staticRenderFns: __vue_staticRenderFns__$1c },
11274
+ __vue_inject_styles__$1c,
11275
+ __vue_script__$1c,
11276
+ __vue_scope_id__$1c,
11277
+ __vue_is_functional_template__$1c,
11278
+ __vue_module_identifier__$1c,
11279
11279
  false,
11280
11280
  createInjector,
11281
11281
  undefined,
@@ -11352,13 +11352,13 @@ __decorate([
11352
11352
  ProductImage = __decorate([
11353
11353
  Component
11354
11354
  ], ProductImage);
11355
- var script$1b = ProductImage;
11355
+ var script$1a = ProductImage;
11356
11356
 
11357
11357
  /* script */
11358
- const __vue_script__$1c = script$1b;
11358
+ const __vue_script__$1b = script$1a;
11359
11359
 
11360
11360
  /* template */
11361
- var __vue_render__$1c = function () {
11361
+ var __vue_render__$1b = function () {
11362
11362
  var _vm = this;
11363
11363
  var _h = _vm.$createElement;
11364
11364
  var _c = _vm._self._c || _h;
@@ -11370,17 +11370,17 @@ var __vue_render__$1c = function () {
11370
11370
  }),
11371
11371
  ])
11372
11372
  };
11373
- var __vue_staticRenderFns__$1c = [];
11374
- __vue_render__$1c._withStripped = true;
11373
+ var __vue_staticRenderFns__$1b = [];
11374
+ __vue_render__$1b._withStripped = true;
11375
11375
 
11376
11376
  /* style */
11377
- const __vue_inject_styles__$1c = undefined;
11377
+ const __vue_inject_styles__$1b = undefined;
11378
11378
  /* scoped */
11379
- const __vue_scope_id__$1c = undefined;
11379
+ const __vue_scope_id__$1b = undefined;
11380
11380
  /* module identifier */
11381
- const __vue_module_identifier__$1c = undefined;
11381
+ const __vue_module_identifier__$1b = undefined;
11382
11382
  /* functional template */
11383
- const __vue_is_functional_template__$1c = false;
11383
+ const __vue_is_functional_template__$1b = false;
11384
11384
  /* style inject */
11385
11385
 
11386
11386
  /* style inject SSR */
@@ -11389,13 +11389,13 @@ __vue_render__$1c._withStripped = true;
11389
11389
 
11390
11390
 
11391
11391
 
11392
- const __vue_component__$1c = /*#__PURE__*/normalizeComponent(
11393
- { render: __vue_render__$1c, staticRenderFns: __vue_staticRenderFns__$1c },
11394
- __vue_inject_styles__$1c,
11395
- __vue_script__$1c,
11396
- __vue_scope_id__$1c,
11397
- __vue_is_functional_template__$1c,
11398
- __vue_module_identifier__$1c,
11392
+ const __vue_component__$1b = /*#__PURE__*/normalizeComponent(
11393
+ { render: __vue_render__$1b, staticRenderFns: __vue_staticRenderFns__$1b },
11394
+ __vue_inject_styles__$1b,
11395
+ __vue_script__$1b,
11396
+ __vue_scope_id__$1b,
11397
+ __vue_is_functional_template__$1b,
11398
+ __vue_module_identifier__$1b,
11399
11399
  false,
11400
11400
  undefined,
11401
11401
  undefined,
@@ -11413,17 +11413,17 @@ __decorate([
11413
11413
  SearchBoxProductImage = __decorate([
11414
11414
  Component({
11415
11415
  components: {
11416
- ProductImage: __vue_component__$1c,
11416
+ ProductImage: __vue_component__$1b,
11417
11417
  },
11418
11418
  })
11419
11419
  ], SearchBoxProductImage);
11420
- var script$1a = SearchBoxProductImage;
11420
+ var script$19 = SearchBoxProductImage;
11421
11421
 
11422
11422
  /* script */
11423
- const __vue_script__$1b = script$1a;
11423
+ const __vue_script__$1a = script$19;
11424
11424
 
11425
11425
  /* template */
11426
- var __vue_render__$1b = function () {
11426
+ var __vue_render__$1a = function () {
11427
11427
  var _vm = this;
11428
11428
  var _h = _vm.$createElement;
11429
11429
  var _c = _vm._self._c || _h;
@@ -11436,17 +11436,17 @@ var __vue_render__$1b = function () {
11436
11436
  },
11437
11437
  })
11438
11438
  };
11439
- var __vue_staticRenderFns__$1b = [];
11440
- __vue_render__$1b._withStripped = true;
11439
+ var __vue_staticRenderFns__$1a = [];
11440
+ __vue_render__$1a._withStripped = true;
11441
11441
 
11442
11442
  /* style */
11443
- const __vue_inject_styles__$1b = undefined;
11443
+ const __vue_inject_styles__$1a = undefined;
11444
11444
  /* scoped */
11445
- const __vue_scope_id__$1b = undefined;
11445
+ const __vue_scope_id__$1a = undefined;
11446
11446
  /* module identifier */
11447
- const __vue_module_identifier__$1b = undefined;
11447
+ const __vue_module_identifier__$1a = undefined;
11448
11448
  /* functional template */
11449
- const __vue_is_functional_template__$1b = false;
11449
+ const __vue_is_functional_template__$1a = false;
11450
11450
  /* style inject */
11451
11451
 
11452
11452
  /* style inject SSR */
@@ -11455,13 +11455,13 @@ __vue_render__$1b._withStripped = true;
11455
11455
 
11456
11456
 
11457
11457
 
11458
- const __vue_component__$1b = /*#__PURE__*/normalizeComponent(
11459
- { render: __vue_render__$1b, staticRenderFns: __vue_staticRenderFns__$1b },
11460
- __vue_inject_styles__$1b,
11461
- __vue_script__$1b,
11462
- __vue_scope_id__$1b,
11463
- __vue_is_functional_template__$1b,
11464
- __vue_module_identifier__$1b,
11458
+ const __vue_component__$1a = /*#__PURE__*/normalizeComponent(
11459
+ { render: __vue_render__$1a, staticRenderFns: __vue_staticRenderFns__$1a },
11460
+ __vue_inject_styles__$1a,
11461
+ __vue_script__$1a,
11462
+ __vue_scope_id__$1a,
11463
+ __vue_is_functional_template__$1a,
11464
+ __vue_module_identifier__$1a,
11465
11465
  false,
11466
11466
  undefined,
11467
11467
  undefined,
@@ -11486,13 +11486,13 @@ __decorate([
11486
11486
  SearchBoxProductTitle = __decorate([
11487
11487
  Component
11488
11488
  ], SearchBoxProductTitle);
11489
- var script$19 = SearchBoxProductTitle;
11489
+ var script$18 = SearchBoxProductTitle;
11490
11490
 
11491
11491
  /* script */
11492
- const __vue_script__$1a = script$19;
11492
+ const __vue_script__$19 = script$18;
11493
11493
 
11494
11494
  /* template */
11495
- var __vue_render__$1a = function () {
11495
+ var __vue_render__$19 = function () {
11496
11496
  var _vm = this;
11497
11497
  var _h = _vm.$createElement;
11498
11498
  var _c = _vm._self._c || _h;
@@ -11505,17 +11505,17 @@ var __vue_render__$1a = function () {
11505
11505
  _c("strong", [_vm._v(_vm._s(_vm.title))]),
11506
11506
  ])
11507
11507
  };
11508
- var __vue_staticRenderFns__$1a = [];
11509
- __vue_render__$1a._withStripped = true;
11508
+ var __vue_staticRenderFns__$19 = [];
11509
+ __vue_render__$19._withStripped = true;
11510
11510
 
11511
11511
  /* style */
11512
- const __vue_inject_styles__$1a = undefined;
11512
+ const __vue_inject_styles__$19 = undefined;
11513
11513
  /* scoped */
11514
- const __vue_scope_id__$1a = undefined;
11514
+ const __vue_scope_id__$19 = undefined;
11515
11515
  /* module identifier */
11516
- const __vue_module_identifier__$1a = undefined;
11516
+ const __vue_module_identifier__$19 = undefined;
11517
11517
  /* functional template */
11518
- const __vue_is_functional_template__$1a = false;
11518
+ const __vue_is_functional_template__$19 = false;
11519
11519
  /* style inject */
11520
11520
 
11521
11521
  /* style inject SSR */
@@ -11524,13 +11524,13 @@ __vue_render__$1a._withStripped = true;
11524
11524
 
11525
11525
 
11526
11526
 
11527
- const __vue_component__$1a = /*#__PURE__*/normalizeComponent(
11528
- { render: __vue_render__$1a, staticRenderFns: __vue_staticRenderFns__$1a },
11529
- __vue_inject_styles__$1a,
11530
- __vue_script__$1a,
11531
- __vue_scope_id__$1a,
11532
- __vue_is_functional_template__$1a,
11533
- __vue_module_identifier__$1a,
11527
+ const __vue_component__$19 = /*#__PURE__*/normalizeComponent(
11528
+ { render: __vue_render__$19, staticRenderFns: __vue_staticRenderFns__$19 },
11529
+ __vue_inject_styles__$19,
11530
+ __vue_script__$19,
11531
+ __vue_scope_id__$19,
11532
+ __vue_is_functional_template__$19,
11533
+ __vue_module_identifier__$19,
11534
11534
  false,
11535
11535
  undefined,
11536
11536
  undefined,
@@ -11555,13 +11555,13 @@ __decorate([
11555
11555
  SearchBoxProductDescription = __decorate([
11556
11556
  Component
11557
11557
  ], SearchBoxProductDescription);
11558
- var script$18 = SearchBoxProductDescription;
11558
+ var script$17 = SearchBoxProductDescription;
11559
11559
 
11560
11560
  /* script */
11561
- const __vue_script__$19 = script$18;
11561
+ const __vue_script__$18 = script$17;
11562
11562
 
11563
11563
  /* template */
11564
- var __vue_render__$19 = function () {
11564
+ var __vue_render__$18 = function () {
11565
11565
  var _vm = this;
11566
11566
  var _h = _vm.$createElement;
11567
11567
  var _c = _vm._self._c || _h;
@@ -11574,17 +11574,17 @@ var __vue_render__$19 = function () {
11574
11574
  _vm._v("\n " + _vm._s(_vm.description) + "\n"),
11575
11575
  ])
11576
11576
  };
11577
- var __vue_staticRenderFns__$19 = [];
11578
- __vue_render__$19._withStripped = true;
11577
+ var __vue_staticRenderFns__$18 = [];
11578
+ __vue_render__$18._withStripped = true;
11579
11579
 
11580
11580
  /* style */
11581
- const __vue_inject_styles__$19 = undefined;
11581
+ const __vue_inject_styles__$18 = undefined;
11582
11582
  /* scoped */
11583
- const __vue_scope_id__$19 = undefined;
11583
+ const __vue_scope_id__$18 = undefined;
11584
11584
  /* module identifier */
11585
- const __vue_module_identifier__$19 = undefined;
11585
+ const __vue_module_identifier__$18 = undefined;
11586
11586
  /* functional template */
11587
- const __vue_is_functional_template__$19 = false;
11587
+ const __vue_is_functional_template__$18 = false;
11588
11588
  /* style inject */
11589
11589
 
11590
11590
  /* style inject SSR */
@@ -11593,13 +11593,13 @@ __vue_render__$19._withStripped = true;
11593
11593
 
11594
11594
 
11595
11595
 
11596
- const __vue_component__$19 = /*#__PURE__*/normalizeComponent(
11597
- { render: __vue_render__$19, staticRenderFns: __vue_staticRenderFns__$19 },
11598
- __vue_inject_styles__$19,
11599
- __vue_script__$19,
11600
- __vue_scope_id__$19,
11601
- __vue_is_functional_template__$19,
11602
- __vue_module_identifier__$19,
11596
+ const __vue_component__$18 = /*#__PURE__*/normalizeComponent(
11597
+ { render: __vue_render__$18, staticRenderFns: __vue_staticRenderFns__$18 },
11598
+ __vue_inject_styles__$18,
11599
+ __vue_script__$18,
11600
+ __vue_scope_id__$18,
11601
+ __vue_is_functional_template__$18,
11602
+ __vue_module_identifier__$18,
11603
11603
  false,
11604
11604
  undefined,
11605
11605
  undefined,
@@ -11655,13 +11655,13 @@ __decorate([
11655
11655
  SearchBoxProductPrice = __decorate([
11656
11656
  Component
11657
11657
  ], SearchBoxProductPrice);
11658
- var script$17 = SearchBoxProductPrice;
11658
+ var script$16 = SearchBoxProductPrice;
11659
11659
 
11660
11660
  /* script */
11661
- const __vue_script__$18 = script$17;
11661
+ const __vue_script__$17 = script$16;
11662
11662
 
11663
11663
  /* template */
11664
- var __vue_render__$18 = function () {
11664
+ var __vue_render__$17 = function () {
11665
11665
  var _vm = this;
11666
11666
  var _h = _vm.$createElement;
11667
11667
  var _c = _vm._self._c || _h;
@@ -11669,17 +11669,17 @@ var __vue_render__$18 = function () {
11669
11669
  _c("strong", [_vm._v(_vm._s(_vm.price))]),
11670
11670
  ])
11671
11671
  };
11672
- var __vue_staticRenderFns__$18 = [];
11673
- __vue_render__$18._withStripped = true;
11672
+ var __vue_staticRenderFns__$17 = [];
11673
+ __vue_render__$17._withStripped = true;
11674
11674
 
11675
11675
  /* style */
11676
- const __vue_inject_styles__$18 = undefined;
11676
+ const __vue_inject_styles__$17 = undefined;
11677
11677
  /* scoped */
11678
- const __vue_scope_id__$18 = undefined;
11678
+ const __vue_scope_id__$17 = undefined;
11679
11679
  /* module identifier */
11680
- const __vue_module_identifier__$18 = undefined;
11680
+ const __vue_module_identifier__$17 = undefined;
11681
11681
  /* functional template */
11682
- const __vue_is_functional_template__$18 = false;
11682
+ const __vue_is_functional_template__$17 = false;
11683
11683
  /* style inject */
11684
11684
 
11685
11685
  /* style inject SSR */
@@ -11688,13 +11688,13 @@ __vue_render__$18._withStripped = true;
11688
11688
 
11689
11689
 
11690
11690
 
11691
- const __vue_component__$18 = /*#__PURE__*/normalizeComponent(
11692
- { render: __vue_render__$18, staticRenderFns: __vue_staticRenderFns__$18 },
11693
- __vue_inject_styles__$18,
11694
- __vue_script__$18,
11695
- __vue_scope_id__$18,
11696
- __vue_is_functional_template__$18,
11697
- __vue_module_identifier__$18,
11691
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11692
+ { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11693
+ __vue_inject_styles__$17,
11694
+ __vue_script__$17,
11695
+ __vue_scope_id__$17,
11696
+ __vue_is_functional_template__$17,
11697
+ __vue_module_identifier__$17,
11698
11698
  false,
11699
11699
  undefined,
11700
11700
  undefined,
@@ -11719,13 +11719,13 @@ __decorate([
11719
11719
  SearchBoxProductRegularPrice = __decorate([
11720
11720
  Component
11721
11721
  ], SearchBoxProductRegularPrice);
11722
- var script$16 = SearchBoxProductRegularPrice;
11722
+ var script$15 = SearchBoxProductRegularPrice;
11723
11723
 
11724
11724
  /* script */
11725
- const __vue_script__$17 = script$16;
11725
+ const __vue_script__$16 = script$15;
11726
11726
 
11727
11727
  /* template */
11728
- var __vue_render__$17 = function () {
11728
+ var __vue_render__$16 = function () {
11729
11729
  var _vm = this;
11730
11730
  var _h = _vm.$createElement;
11731
11731
  var _c = _vm._self._c || _h;
@@ -11733,17 +11733,17 @@ var __vue_render__$17 = function () {
11733
11733
  _vm._v(_vm._s(_vm.price)),
11734
11734
  ])
11735
11735
  };
11736
- var __vue_staticRenderFns__$17 = [];
11737
- __vue_render__$17._withStripped = true;
11736
+ var __vue_staticRenderFns__$16 = [];
11737
+ __vue_render__$16._withStripped = true;
11738
11738
 
11739
11739
  /* style */
11740
- const __vue_inject_styles__$17 = undefined;
11740
+ const __vue_inject_styles__$16 = undefined;
11741
11741
  /* scoped */
11742
- const __vue_scope_id__$17 = undefined;
11742
+ const __vue_scope_id__$16 = undefined;
11743
11743
  /* module identifier */
11744
- const __vue_module_identifier__$17 = undefined;
11744
+ const __vue_module_identifier__$16 = undefined;
11745
11745
  /* functional template */
11746
- const __vue_is_functional_template__$17 = false;
11746
+ const __vue_is_functional_template__$16 = false;
11747
11747
  /* style inject */
11748
11748
 
11749
11749
  /* style inject SSR */
@@ -11752,13 +11752,13 @@ __vue_render__$17._withStripped = true;
11752
11752
 
11753
11753
 
11754
11754
 
11755
- const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11756
- { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11757
- __vue_inject_styles__$17,
11758
- __vue_script__$17,
11759
- __vue_scope_id__$17,
11760
- __vue_is_functional_template__$17,
11761
- __vue_module_identifier__$17,
11755
+ const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11756
+ { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11757
+ __vue_inject_styles__$16,
11758
+ __vue_script__$16,
11759
+ __vue_scope_id__$16,
11760
+ __vue_is_functional_template__$16,
11761
+ __vue_module_identifier__$16,
11762
11762
  false,
11763
11763
  undefined,
11764
11764
  undefined,
@@ -11789,13 +11789,13 @@ __decorate([
11789
11789
  SearchBoxProductCustom = __decorate([
11790
11790
  Component
11791
11791
  ], SearchBoxProductCustom);
11792
- var script$15 = SearchBoxProductCustom;
11792
+ var script$14 = SearchBoxProductCustom;
11793
11793
 
11794
11794
  /* script */
11795
- const __vue_script__$16 = script$15;
11795
+ const __vue_script__$15 = script$14;
11796
11796
 
11797
11797
  /* template */
11798
- var __vue_render__$16 = function () {
11798
+ var __vue_render__$15 = function () {
11799
11799
  var _vm = this;
11800
11800
  var _h = _vm.$createElement;
11801
11801
  var _c = _vm._self._c || _h;
@@ -11818,17 +11818,17 @@ var __vue_render__$16 = function () {
11818
11818
  ]),
11819
11819
  ])
11820
11820
  };
11821
- var __vue_staticRenderFns__$16 = [];
11822
- __vue_render__$16._withStripped = true;
11821
+ var __vue_staticRenderFns__$15 = [];
11822
+ __vue_render__$15._withStripped = true;
11823
11823
 
11824
11824
  /* style */
11825
- const __vue_inject_styles__$16 = undefined;
11825
+ const __vue_inject_styles__$15 = undefined;
11826
11826
  /* scoped */
11827
- const __vue_scope_id__$16 = undefined;
11827
+ const __vue_scope_id__$15 = undefined;
11828
11828
  /* module identifier */
11829
- const __vue_module_identifier__$16 = undefined;
11829
+ const __vue_module_identifier__$15 = undefined;
11830
11830
  /* functional template */
11831
- const __vue_is_functional_template__$16 = false;
11831
+ const __vue_is_functional_template__$15 = false;
11832
11832
  /* style inject */
11833
11833
 
11834
11834
  /* style inject SSR */
@@ -11837,13 +11837,13 @@ __vue_render__$16._withStripped = true;
11837
11837
 
11838
11838
 
11839
11839
 
11840
- const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11841
- { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11842
- __vue_inject_styles__$16,
11843
- __vue_script__$16,
11844
- __vue_scope_id__$16,
11845
- __vue_is_functional_template__$16,
11846
- __vue_module_identifier__$16,
11840
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11841
+ { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11842
+ __vue_inject_styles__$15,
11843
+ __vue_script__$15,
11844
+ __vue_scope_id__$15,
11845
+ __vue_is_functional_template__$15,
11846
+ __vue_module_identifier__$15,
11847
11847
  false,
11848
11848
  undefined,
11849
11849
  undefined,
@@ -11869,13 +11869,13 @@ SearchBoxProductCustomHtml = __decorate([
11869
11869
  name: "SearchBoxProductCustomHtml",
11870
11870
  })
11871
11871
  ], SearchBoxProductCustomHtml);
11872
- var script$14 = SearchBoxProductCustomHtml;
11872
+ var script$13 = SearchBoxProductCustomHtml;
11873
11873
 
11874
11874
  /* script */
11875
- const __vue_script__$15 = script$14;
11875
+ const __vue_script__$14 = script$13;
11876
11876
 
11877
11877
  /* template */
11878
- var __vue_render__$15 = function () {
11878
+ var __vue_render__$14 = function () {
11879
11879
  var _vm = this;
11880
11880
  var _h = _vm.$createElement;
11881
11881
  var _c = _vm._self._c || _h;
@@ -11884,17 +11884,17 @@ var __vue_render__$15 = function () {
11884
11884
  domProps: { innerHTML: _vm._s(_vm.text) },
11885
11885
  })
11886
11886
  };
11887
- var __vue_staticRenderFns__$15 = [];
11888
- __vue_render__$15._withStripped = true;
11887
+ var __vue_staticRenderFns__$14 = [];
11888
+ __vue_render__$14._withStripped = true;
11889
11889
 
11890
11890
  /* style */
11891
- const __vue_inject_styles__$15 = undefined;
11891
+ const __vue_inject_styles__$14 = undefined;
11892
11892
  /* scoped */
11893
- const __vue_scope_id__$15 = undefined;
11893
+ const __vue_scope_id__$14 = undefined;
11894
11894
  /* module identifier */
11895
- const __vue_module_identifier__$15 = undefined;
11895
+ const __vue_module_identifier__$14 = undefined;
11896
11896
  /* functional template */
11897
- const __vue_is_functional_template__$15 = false;
11897
+ const __vue_is_functional_template__$14 = false;
11898
11898
  /* style inject */
11899
11899
 
11900
11900
  /* style inject SSR */
@@ -11903,13 +11903,13 @@ __vue_render__$15._withStripped = true;
11903
11903
 
11904
11904
 
11905
11905
 
11906
- const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11907
- { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11908
- __vue_inject_styles__$15,
11909
- __vue_script__$15,
11910
- __vue_scope_id__$15,
11911
- __vue_is_functional_template__$15,
11912
- __vue_module_identifier__$15,
11906
+ const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
11907
+ { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
11908
+ __vue_inject_styles__$14,
11909
+ __vue_script__$14,
11910
+ __vue_scope_id__$14,
11911
+ __vue_is_functional_template__$14,
11912
+ __vue_module_identifier__$14,
11913
11913
  false,
11914
11914
  undefined,
11915
11915
  undefined,
@@ -11926,7 +11926,6 @@ exports.DocumentElementType = void 0;
11926
11926
  DocumentElementType["PRICE"] = "price";
11927
11927
  DocumentElementType["REGULARPRICE"] = "regularPrice";
11928
11928
  DocumentElementType["RATING"] = "rating";
11929
- DocumentElementType["SINGLE_STAR_RATING"] = "singleStarRating";
11930
11929
  DocumentElementType["ADDTOCART"] = "addToCart";
11931
11930
  DocumentElementType["CUSTOM_HTML"] = "customHtml";
11932
11931
  })(exports.DocumentElementType || (exports.DocumentElementType = {}));
@@ -11967,23 +11966,23 @@ __decorate([
11967
11966
  SearchBoxProductElement = __decorate([
11968
11967
  Component({
11969
11968
  components: {
11970
- SearchBoxProductImage: __vue_component__$1b,
11971
- SearchBoxProductTitle: __vue_component__$1a,
11972
- SearchBoxProductDescription: __vue_component__$19,
11973
- SearchBoxProductPrice: __vue_component__$18,
11974
- SearchBoxProductRegularPrice: __vue_component__$17,
11975
- SearchBoxProductCustom: __vue_component__$16,
11976
- SearchBoxProductCustomHtml: __vue_component__$15,
11969
+ SearchBoxProductImage: __vue_component__$1a,
11970
+ SearchBoxProductTitle: __vue_component__$19,
11971
+ SearchBoxProductDescription: __vue_component__$18,
11972
+ SearchBoxProductPrice: __vue_component__$17,
11973
+ SearchBoxProductRegularPrice: __vue_component__$16,
11974
+ SearchBoxProductCustom: __vue_component__$15,
11975
+ SearchBoxProductCustomHtml: __vue_component__$14,
11977
11976
  },
11978
11977
  })
11979
11978
  ], SearchBoxProductElement);
11980
- var script$13 = SearchBoxProductElement;
11979
+ var script$12 = SearchBoxProductElement;
11981
11980
 
11982
11981
  /* script */
11983
- const __vue_script__$14 = script$13;
11982
+ const __vue_script__$13 = script$12;
11984
11983
 
11985
11984
  /* template */
11986
- var __vue_render__$14 = function () {
11985
+ var __vue_render__$13 = function () {
11987
11986
  var _vm = this;
11988
11987
  var _h = _vm.$createElement;
11989
11988
  var _c = _vm._self._c || _h;
@@ -11994,17 +11993,17 @@ var __vue_render__$14 = function () {
11994
11993
  })
11995
11994
  : _vm._e()
11996
11995
  };
11997
- var __vue_staticRenderFns__$14 = [];
11998
- __vue_render__$14._withStripped = true;
11996
+ var __vue_staticRenderFns__$13 = [];
11997
+ __vue_render__$13._withStripped = true;
11999
11998
 
12000
11999
  /* style */
12001
- const __vue_inject_styles__$14 = undefined;
12000
+ const __vue_inject_styles__$13 = undefined;
12002
12001
  /* scoped */
12003
- const __vue_scope_id__$14 = undefined;
12002
+ const __vue_scope_id__$13 = undefined;
12004
12003
  /* module identifier */
12005
- const __vue_module_identifier__$14 = undefined;
12004
+ const __vue_module_identifier__$13 = undefined;
12006
12005
  /* functional template */
12007
- const __vue_is_functional_template__$14 = false;
12006
+ const __vue_is_functional_template__$13 = false;
12008
12007
  /* style inject */
12009
12008
 
12010
12009
  /* style inject SSR */
@@ -12013,13 +12012,13 @@ __vue_render__$14._withStripped = true;
12013
12012
 
12014
12013
 
12015
12014
 
12016
- const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
12017
- { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
12018
- __vue_inject_styles__$14,
12019
- __vue_script__$14,
12020
- __vue_scope_id__$14,
12021
- __vue_is_functional_template__$14,
12022
- __vue_module_identifier__$14,
12015
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
12016
+ { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
12017
+ __vue_inject_styles__$13,
12018
+ __vue_script__$13,
12019
+ __vue_scope_id__$13,
12020
+ __vue_is_functional_template__$13,
12021
+ __vue_module_identifier__$13,
12023
12022
  false,
12024
12023
  undefined,
12025
12024
  undefined,
@@ -12068,8 +12067,7 @@ const CURRENCY_KEY_INDICATOR = "price";
12068
12067
  const DEFAULT_PAGE_SIZE = 12;
12069
12068
  const DEFAULT_PAGE_SIZE_SELECTION = [12, 24, 36, 60];
12070
12069
  const LUPA_ROUTING_EVENT = "lupaRedirect";
12071
- const DEFAULT_CONTAINER_STYLE = "containerStyle.css";
12072
- const RATING_STAR_HTML = "☆";
12070
+ const DEFAULT_CONTAINER_STYLE = "containerStyle.css";
12073
12071
 
12074
12072
  const formatRange = (filter) => {
12075
12073
  var _a, _b;
@@ -12443,17 +12441,17 @@ __decorate([
12443
12441
  SearchBoxProduct = __decorate([
12444
12442
  Component({
12445
12443
  components: {
12446
- SearchBoxProductElement: __vue_component__$14,
12444
+ SearchBoxProductElement: __vue_component__$13,
12447
12445
  },
12448
12446
  })
12449
12447
  ], SearchBoxProduct);
12450
- var script$12 = SearchBoxProduct;
12448
+ var script$11 = SearchBoxProduct;
12451
12449
 
12452
12450
  /* script */
12453
- const __vue_script__$13 = script$12;
12451
+ const __vue_script__$12 = script$11;
12454
12452
 
12455
12453
  /* template */
12456
- var __vue_render__$13 = function () {
12454
+ var __vue_render__$12 = function () {
12457
12455
  var _vm = this;
12458
12456
  var _h = _vm.$createElement;
12459
12457
  var _c = _vm._self._c || _h;
@@ -12504,17 +12502,17 @@ var __vue_render__$13 = function () {
12504
12502
  ]
12505
12503
  )
12506
12504
  };
12507
- var __vue_staticRenderFns__$13 = [];
12508
- __vue_render__$13._withStripped = true;
12505
+ var __vue_staticRenderFns__$12 = [];
12506
+ __vue_render__$12._withStripped = true;
12509
12507
 
12510
12508
  /* style */
12511
- const __vue_inject_styles__$13 = undefined;
12509
+ const __vue_inject_styles__$12 = undefined;
12512
12510
  /* scoped */
12513
- const __vue_scope_id__$13 = undefined;
12511
+ const __vue_scope_id__$12 = undefined;
12514
12512
  /* module identifier */
12515
- const __vue_module_identifier__$13 = undefined;
12513
+ const __vue_module_identifier__$12 = undefined;
12516
12514
  /* functional template */
12517
- const __vue_is_functional_template__$13 = false;
12515
+ const __vue_is_functional_template__$12 = false;
12518
12516
  /* style inject */
12519
12517
 
12520
12518
  /* style inject SSR */
@@ -12523,13 +12521,13 @@ __vue_render__$13._withStripped = true;
12523
12521
 
12524
12522
 
12525
12523
 
12526
- const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
12527
- { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
12528
- __vue_inject_styles__$13,
12529
- __vue_script__$13,
12530
- __vue_scope_id__$13,
12531
- __vue_is_functional_template__$13,
12532
- __vue_module_identifier__$13,
12524
+ const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
12525
+ { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
12526
+ __vue_inject_styles__$12,
12527
+ __vue_script__$12,
12528
+ __vue_scope_id__$12,
12529
+ __vue_is_functional_template__$12,
12530
+ __vue_module_identifier__$12,
12533
12531
  false,
12534
12532
  undefined,
12535
12533
  undefined,
@@ -12563,16 +12561,16 @@ __decorate([
12563
12561
  ], SearchBoxProducts.prototype, "highlightedItem", void 0);
12564
12562
  SearchBoxProducts = __decorate([
12565
12563
  Component({
12566
- components: { SearchBoxProduct: __vue_component__$13 },
12564
+ components: { SearchBoxProduct: __vue_component__$12 },
12567
12565
  })
12568
12566
  ], SearchBoxProducts);
12569
- var script$11 = SearchBoxProducts;
12567
+ var script$10 = SearchBoxProducts;
12570
12568
 
12571
12569
  /* script */
12572
- const __vue_script__$12 = script$11;
12570
+ const __vue_script__$11 = script$10;
12573
12571
 
12574
12572
  /* template */
12575
- var __vue_render__$12 = function () {
12573
+ var __vue_render__$11 = function () {
12576
12574
  var _vm = this;
12577
12575
  var _h = _vm.$createElement;
12578
12576
  var _c = _vm._self._c || _h;
@@ -12599,17 +12597,17 @@ var __vue_render__$12 = function () {
12599
12597
  1
12600
12598
  )
12601
12599
  };
12602
- var __vue_staticRenderFns__$12 = [];
12603
- __vue_render__$12._withStripped = true;
12600
+ var __vue_staticRenderFns__$11 = [];
12601
+ __vue_render__$11._withStripped = true;
12604
12602
 
12605
12603
  /* style */
12606
- const __vue_inject_styles__$12 = undefined;
12604
+ const __vue_inject_styles__$11 = undefined;
12607
12605
  /* scoped */
12608
- const __vue_scope_id__$12 = undefined;
12606
+ const __vue_scope_id__$11 = undefined;
12609
12607
  /* module identifier */
12610
- const __vue_module_identifier__$12 = undefined;
12608
+ const __vue_module_identifier__$11 = undefined;
12611
12609
  /* functional template */
12612
- const __vue_is_functional_template__$12 = false;
12610
+ const __vue_is_functional_template__$11 = false;
12613
12611
  /* style inject */
12614
12612
 
12615
12613
  /* style inject SSR */
@@ -12618,13 +12616,13 @@ __vue_render__$12._withStripped = true;
12618
12616
 
12619
12617
 
12620
12618
 
12621
- const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
12622
- { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
12623
- __vue_inject_styles__$12,
12624
- __vue_script__$12,
12625
- __vue_scope_id__$12,
12626
- __vue_is_functional_template__$12,
12627
- __vue_module_identifier__$12,
12619
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
12620
+ { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
12621
+ __vue_inject_styles__$11,
12622
+ __vue_script__$11,
12623
+ __vue_scope_id__$11,
12624
+ __vue_is_functional_template__$11,
12625
+ __vue_module_identifier__$11,
12628
12626
  false,
12629
12627
  undefined,
12630
12628
  undefined,
@@ -12691,17 +12689,17 @@ SearchBoxProductsWrapper = __decorate([
12691
12689
  Component({
12692
12690
  name: "searchBoxProductsWrapper",
12693
12691
  components: {
12694
- SearchBoxProducts: __vue_component__$12,
12692
+ SearchBoxProducts: __vue_component__$11,
12695
12693
  },
12696
12694
  })
12697
12695
  ], SearchBoxProductsWrapper);
12698
- var script$10 = SearchBoxProductsWrapper;
12696
+ var script$$ = SearchBoxProductsWrapper;
12699
12697
 
12700
12698
  /* script */
12701
- const __vue_script__$11 = script$10;
12699
+ const __vue_script__$10 = script$$;
12702
12700
 
12703
12701
  /* template */
12704
- var __vue_render__$11 = function () {
12702
+ var __vue_render__$10 = function () {
12705
12703
  var _vm = this;
12706
12704
  var _h = _vm.$createElement;
12707
12705
  var _c = _vm._self._c || _h;
@@ -12719,34 +12717,34 @@ var __vue_render__$11 = function () {
12719
12717
  },
12720
12718
  })
12721
12719
  };
12722
- var __vue_staticRenderFns__$11 = [];
12723
- __vue_render__$11._withStripped = true;
12720
+ var __vue_staticRenderFns__$10 = [];
12721
+ __vue_render__$10._withStripped = true;
12724
12722
 
12725
12723
  /* style */
12726
- const __vue_inject_styles__$11 = function (inject) {
12724
+ const __vue_inject_styles__$10 = function (inject) {
12727
12725
  if (!inject) return
12728
12726
  inject("data-v-58b6ab21_0", { 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", map: undefined, media: undefined });
12729
12727
 
12730
12728
  };
12731
12729
  /* scoped */
12732
- const __vue_scope_id__$11 = undefined;
12730
+ const __vue_scope_id__$10 = undefined;
12733
12731
  /* module identifier */
12734
- const __vue_module_identifier__$11 = undefined;
12732
+ const __vue_module_identifier__$10 = undefined;
12735
12733
  /* functional template */
12736
- const __vue_is_functional_template__$11 = false;
12734
+ const __vue_is_functional_template__$10 = false;
12737
12735
  /* style inject SSR */
12738
12736
 
12739
12737
  /* style inject shadow dom */
12740
12738
 
12741
12739
 
12742
12740
 
12743
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
12744
- { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
12745
- __vue_inject_styles__$11,
12746
- __vue_script__$11,
12747
- __vue_scope_id__$11,
12748
- __vue_is_functional_template__$11,
12749
- __vue_module_identifier__$11,
12741
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
12742
+ { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
12743
+ __vue_inject_styles__$10,
12744
+ __vue_script__$10,
12745
+ __vue_scope_id__$10,
12746
+ __vue_is_functional_template__$10,
12747
+ __vue_module_identifier__$10,
12750
12748
  false,
12751
12749
  createInjector,
12752
12750
  undefined,
@@ -12791,13 +12789,13 @@ SearchBoxSuggestion = __decorate([
12791
12789
  name: "searchBoxSuggestion",
12792
12790
  })
12793
12791
  ], SearchBoxSuggestion);
12794
- var script$$ = SearchBoxSuggestion;
12792
+ var script$_ = SearchBoxSuggestion;
12795
12793
 
12796
12794
  /* script */
12797
- const __vue_script__$10 = script$$;
12795
+ const __vue_script__$$ = script$_;
12798
12796
 
12799
12797
  /* template */
12800
- var __vue_render__$10 = function () {
12798
+ var __vue_render__$$ = function () {
12801
12799
  var _vm = this;
12802
12800
  var _h = _vm.$createElement;
12803
12801
  var _c = _vm._self._c || _h;
@@ -12857,17 +12855,17 @@ var __vue_render__$10 = function () {
12857
12855
  ]
12858
12856
  )
12859
12857
  };
12860
- var __vue_staticRenderFns__$10 = [];
12861
- __vue_render__$10._withStripped = true;
12858
+ var __vue_staticRenderFns__$$ = [];
12859
+ __vue_render__$$._withStripped = true;
12862
12860
 
12863
12861
  /* style */
12864
- const __vue_inject_styles__$10 = undefined;
12862
+ const __vue_inject_styles__$$ = undefined;
12865
12863
  /* scoped */
12866
- const __vue_scope_id__$10 = undefined;
12864
+ const __vue_scope_id__$$ = undefined;
12867
12865
  /* module identifier */
12868
- const __vue_module_identifier__$10 = undefined;
12866
+ const __vue_module_identifier__$$ = undefined;
12869
12867
  /* functional template */
12870
- const __vue_is_functional_template__$10 = false;
12868
+ const __vue_is_functional_template__$$ = false;
12871
12869
  /* style inject */
12872
12870
 
12873
12871
  /* style inject SSR */
@@ -12876,13 +12874,13 @@ __vue_render__$10._withStripped = true;
12876
12874
 
12877
12875
 
12878
12876
 
12879
- const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
12880
- { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
12881
- __vue_inject_styles__$10,
12882
- __vue_script__$10,
12883
- __vue_scope_id__$10,
12884
- __vue_is_functional_template__$10,
12885
- __vue_module_identifier__$10,
12877
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
12878
+ { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
12879
+ __vue_inject_styles__$$,
12880
+ __vue_script__$$,
12881
+ __vue_scope_id__$$,
12882
+ __vue_is_functional_template__$$,
12883
+ __vue_module_identifier__$$,
12886
12884
  false,
12887
12885
  undefined,
12888
12886
  undefined,
@@ -12947,17 +12945,17 @@ SearchBoxSuggestions = __decorate([
12947
12945
  Component({
12948
12946
  name: "searchBoxSuggestions",
12949
12947
  components: {
12950
- SearchBoxSuggestion: __vue_component__$10,
12948
+ SearchBoxSuggestion: __vue_component__$$,
12951
12949
  },
12952
12950
  })
12953
12951
  ], SearchBoxSuggestions);
12954
- var script$_ = SearchBoxSuggestions;
12952
+ var script$Z = SearchBoxSuggestions;
12955
12953
 
12956
12954
  /* script */
12957
- const __vue_script__$$ = script$_;
12955
+ const __vue_script__$_ = script$Z;
12958
12956
 
12959
12957
  /* template */
12960
- var __vue_render__$$ = function () {
12958
+ var __vue_render__$_ = function () {
12961
12959
  var _vm = this;
12962
12960
  var _h = _vm.$createElement;
12963
12961
  var _c = _vm._self._c || _h;
@@ -12988,17 +12986,17 @@ var __vue_render__$$ = function () {
12988
12986
  1
12989
12987
  )
12990
12988
  };
12991
- var __vue_staticRenderFns__$$ = [];
12992
- __vue_render__$$._withStripped = true;
12989
+ var __vue_staticRenderFns__$_ = [];
12990
+ __vue_render__$_._withStripped = true;
12993
12991
 
12994
12992
  /* style */
12995
- const __vue_inject_styles__$$ = undefined;
12993
+ const __vue_inject_styles__$_ = undefined;
12996
12994
  /* scoped */
12997
- const __vue_scope_id__$$ = undefined;
12995
+ const __vue_scope_id__$_ = undefined;
12998
12996
  /* module identifier */
12999
- const __vue_module_identifier__$$ = undefined;
12997
+ const __vue_module_identifier__$_ = undefined;
13000
12998
  /* functional template */
13001
- const __vue_is_functional_template__$$ = false;
12999
+ const __vue_is_functional_template__$_ = false;
13002
13000
  /* style inject */
13003
13001
 
13004
13002
  /* style inject SSR */
@@ -13007,13 +13005,13 @@ __vue_render__$$._withStripped = true;
13007
13005
 
13008
13006
 
13009
13007
 
13010
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
13011
- { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
13012
- __vue_inject_styles__$$,
13013
- __vue_script__$$,
13014
- __vue_scope_id__$$,
13015
- __vue_is_functional_template__$$,
13016
- __vue_module_identifier__$$,
13008
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
13009
+ { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
13010
+ __vue_inject_styles__$_,
13011
+ __vue_script__$_,
13012
+ __vue_scope_id__$_,
13013
+ __vue_is_functional_template__$_,
13014
+ __vue_module_identifier__$_,
13017
13015
  false,
13018
13016
  undefined,
13019
13017
  undefined,
@@ -13082,17 +13080,17 @@ SearchBoxSuggestionsWrapper = __decorate([
13082
13080
  Component({
13083
13081
  name: "searchBoxSuggestionsWrapper",
13084
13082
  components: {
13085
- SearchBoxSuggestions: __vue_component__$$,
13083
+ SearchBoxSuggestions: __vue_component__$_,
13086
13084
  },
13087
13085
  })
13088
13086
  ], SearchBoxSuggestionsWrapper);
13089
- var script$Z = SearchBoxSuggestionsWrapper;
13087
+ var script$Y = SearchBoxSuggestionsWrapper;
13090
13088
 
13091
13089
  /* script */
13092
- const __vue_script__$_ = script$Z;
13090
+ const __vue_script__$Z = script$Y;
13093
13091
 
13094
13092
  /* template */
13095
- var __vue_render__$_ = function () {
13093
+ var __vue_render__$Z = function () {
13096
13094
  var _vm = this;
13097
13095
  var _h = _vm.$createElement;
13098
13096
  var _c = _vm._self._c || _h;
@@ -13110,34 +13108,34 @@ var __vue_render__$_ = function () {
13110
13108
  },
13111
13109
  })
13112
13110
  };
13113
- var __vue_staticRenderFns__$_ = [];
13114
- __vue_render__$_._withStripped = true;
13111
+ var __vue_staticRenderFns__$Z = [];
13112
+ __vue_render__$Z._withStripped = true;
13115
13113
 
13116
13114
  /* style */
13117
- const __vue_inject_styles__$_ = function (inject) {
13115
+ const __vue_inject_styles__$Z = function (inject) {
13118
13116
  if (!inject) return
13119
13117
  inject("data-v-e3079fb6_0", { 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", map: undefined, media: undefined });
13120
13118
 
13121
13119
  };
13122
13120
  /* scoped */
13123
- const __vue_scope_id__$_ = undefined;
13121
+ const __vue_scope_id__$Z = undefined;
13124
13122
  /* module identifier */
13125
- const __vue_module_identifier__$_ = undefined;
13123
+ const __vue_module_identifier__$Z = undefined;
13126
13124
  /* functional template */
13127
- const __vue_is_functional_template__$_ = false;
13125
+ const __vue_is_functional_template__$Z = false;
13128
13126
  /* style inject SSR */
13129
13127
 
13130
13128
  /* style inject shadow dom */
13131
13129
 
13132
13130
 
13133
13131
 
13134
- const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
13135
- { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
13136
- __vue_inject_styles__$_,
13137
- __vue_script__$_,
13138
- __vue_scope_id__$_,
13139
- __vue_is_functional_template__$_,
13140
- __vue_module_identifier__$_,
13132
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
13133
+ { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
13134
+ __vue_inject_styles__$Z,
13135
+ __vue_script__$Z,
13136
+ __vue_scope_id__$Z,
13137
+ __vue_is_functional_template__$Z,
13138
+ __vue_module_identifier__$Z,
13141
13139
  false,
13142
13140
  createInjector,
13143
13141
  undefined,
@@ -13176,13 +13174,13 @@ SearchBoxMoreResults = __decorate([
13176
13174
  name: "searchBoxMoreResults",
13177
13175
  })
13178
13176
  ], SearchBoxMoreResults);
13179
- var script$Y = SearchBoxMoreResults;
13177
+ var script$X = SearchBoxMoreResults;
13180
13178
 
13181
13179
  /* script */
13182
- const __vue_script__$Z = script$Y;
13180
+ const __vue_script__$Y = script$X;
13183
13181
 
13184
13182
  /* template */
13185
- var __vue_render__$Z = function () {
13183
+ var __vue_render__$Y = function () {
13186
13184
  var _vm = this;
13187
13185
  var _h = _vm.$createElement;
13188
13186
  var _c = _vm._self._c || _h;
@@ -13196,17 +13194,17 @@ var __vue_render__$Z = function () {
13196
13194
  [_vm._v(_vm._s(_vm.labels.moreResults) + " " + _vm._s(_vm.totalCount))]
13197
13195
  )
13198
13196
  };
13199
- var __vue_staticRenderFns__$Z = [];
13200
- __vue_render__$Z._withStripped = true;
13197
+ var __vue_staticRenderFns__$Y = [];
13198
+ __vue_render__$Y._withStripped = true;
13201
13199
 
13202
13200
  /* style */
13203
- const __vue_inject_styles__$Z = undefined;
13201
+ const __vue_inject_styles__$Y = undefined;
13204
13202
  /* scoped */
13205
- const __vue_scope_id__$Z = undefined;
13203
+ const __vue_scope_id__$Y = undefined;
13206
13204
  /* module identifier */
13207
- const __vue_module_identifier__$Z = undefined;
13205
+ const __vue_module_identifier__$Y = undefined;
13208
13206
  /* functional template */
13209
- const __vue_is_functional_template__$Z = false;
13207
+ const __vue_is_functional_template__$Y = false;
13210
13208
  /* style inject */
13211
13209
 
13212
13210
  /* style inject SSR */
@@ -13215,13 +13213,13 @@ __vue_render__$Z._withStripped = true;
13215
13213
 
13216
13214
 
13217
13215
 
13218
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
13219
- { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
13220
- __vue_inject_styles__$Z,
13221
- __vue_script__$Z,
13222
- __vue_scope_id__$Z,
13223
- __vue_is_functional_template__$Z,
13224
- __vue_module_identifier__$Z,
13216
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
13217
+ { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
13218
+ __vue_inject_styles__$Y,
13219
+ __vue_script__$Y,
13220
+ __vue_scope_id__$Y,
13221
+ __vue_is_functional_template__$Y,
13222
+ __vue_module_identifier__$Y,
13225
13223
  false,
13226
13224
  undefined,
13227
13225
  undefined,
@@ -13247,13 +13245,13 @@ SearchBoxHistoryItem = __decorate([
13247
13245
  name: "SearchBoxHistoryItem",
13248
13246
  })
13249
13247
  ], SearchBoxHistoryItem);
13250
- var script$X = SearchBoxHistoryItem;
13248
+ var script$W = SearchBoxHistoryItem;
13251
13249
 
13252
13250
  /* script */
13253
- const __vue_script__$Y = script$X;
13251
+ const __vue_script__$X = script$W;
13254
13252
 
13255
13253
  /* template */
13256
- var __vue_render__$Y = function () {
13254
+ var __vue_render__$X = function () {
13257
13255
  var _vm = this;
13258
13256
  var _h = _vm.$createElement;
13259
13257
  var _c = _vm._self._c || _h;
@@ -13282,17 +13280,17 @@ var __vue_render__$Y = function () {
13282
13280
  ]),
13283
13281
  ])
13284
13282
  };
13285
- var __vue_staticRenderFns__$Y = [];
13286
- __vue_render__$Y._withStripped = true;
13283
+ var __vue_staticRenderFns__$X = [];
13284
+ __vue_render__$X._withStripped = true;
13287
13285
 
13288
13286
  /* style */
13289
- const __vue_inject_styles__$Y = undefined;
13287
+ const __vue_inject_styles__$X = undefined;
13290
13288
  /* scoped */
13291
- const __vue_scope_id__$Y = undefined;
13289
+ const __vue_scope_id__$X = undefined;
13292
13290
  /* module identifier */
13293
- const __vue_module_identifier__$Y = undefined;
13291
+ const __vue_module_identifier__$X = undefined;
13294
13292
  /* functional template */
13295
- const __vue_is_functional_template__$Y = false;
13293
+ const __vue_is_functional_template__$X = false;
13296
13294
  /* style inject */
13297
13295
 
13298
13296
  /* style inject SSR */
@@ -13301,17 +13299,17 @@ __vue_render__$Y._withStripped = true;
13301
13299
 
13302
13300
 
13303
13301
 
13304
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
13305
- { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
13306
- __vue_inject_styles__$Y,
13307
- __vue_script__$Y,
13308
- __vue_scope_id__$Y,
13309
- __vue_is_functional_template__$Y,
13310
- __vue_module_identifier__$Y,
13311
- false,
13312
- undefined,
13313
- undefined,
13314
- undefined
13302
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent(
13303
+ { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
13304
+ __vue_inject_styles__$X,
13305
+ __vue_script__$X,
13306
+ __vue_scope_id__$X,
13307
+ __vue_is_functional_template__$X,
13308
+ __vue_module_identifier__$X,
13309
+ false,
13310
+ undefined,
13311
+ undefined,
13312
+ undefined
13315
13313
  );
13316
13314
 
13317
13315
  const history$2 = namespace("history");
@@ -13368,17 +13366,17 @@ SearchBoxHistoryPanel = __decorate([
13368
13366
  Component({
13369
13367
  name: "searchBoxHistoryPanel",
13370
13368
  components: {
13371
- SearchBoxHistoryItem: __vue_component__$Y,
13369
+ SearchBoxHistoryItem: __vue_component__$X,
13372
13370
  },
13373
13371
  })
13374
13372
  ], SearchBoxHistoryPanel);
13375
- var script$W = SearchBoxHistoryPanel;
13373
+ var script$V = SearchBoxHistoryPanel;
13376
13374
 
13377
13375
  /* script */
13378
- const __vue_script__$X = script$W;
13376
+ const __vue_script__$W = script$V;
13379
13377
 
13380
13378
  /* template */
13381
- var __vue_render__$X = function () {
13379
+ var __vue_render__$W = function () {
13382
13380
  var _vm = this;
13383
13381
  var _h = _vm.$createElement;
13384
13382
  var _c = _vm._self._c || _h;
@@ -13408,17 +13406,17 @@ var __vue_render__$X = function () {
13408
13406
  )
13409
13407
  : _vm._e()
13410
13408
  };
13411
- var __vue_staticRenderFns__$X = [];
13412
- __vue_render__$X._withStripped = true;
13409
+ var __vue_staticRenderFns__$W = [];
13410
+ __vue_render__$W._withStripped = true;
13413
13411
 
13414
13412
  /* style */
13415
- const __vue_inject_styles__$X = undefined;
13413
+ const __vue_inject_styles__$W = undefined;
13416
13414
  /* scoped */
13417
- const __vue_scope_id__$X = undefined;
13415
+ const __vue_scope_id__$W = undefined;
13418
13416
  /* module identifier */
13419
- const __vue_module_identifier__$X = undefined;
13417
+ const __vue_module_identifier__$W = undefined;
13420
13418
  /* functional template */
13421
- const __vue_is_functional_template__$X = false;
13419
+ const __vue_is_functional_template__$W = false;
13422
13420
  /* style inject */
13423
13421
 
13424
13422
  /* style inject SSR */
@@ -13427,13 +13425,13 @@ __vue_render__$X._withStripped = true;
13427
13425
 
13428
13426
 
13429
13427
 
13430
- const __vue_component__$X = /*#__PURE__*/normalizeComponent(
13431
- { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
13432
- __vue_inject_styles__$X,
13433
- __vue_script__$X,
13434
- __vue_scope_id__$X,
13435
- __vue_is_functional_template__$X,
13436
- __vue_module_identifier__$X,
13428
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent(
13429
+ { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
13430
+ __vue_inject_styles__$W,
13431
+ __vue_script__$W,
13432
+ __vue_scope_id__$W,
13433
+ __vue_is_functional_template__$W,
13434
+ __vue_module_identifier__$W,
13437
13435
  false,
13438
13436
  undefined,
13439
13437
  undefined,
@@ -13541,20 +13539,20 @@ SearchBoxMainPanel = __decorate([
13541
13539
  Component({
13542
13540
  name: "searchBoxMainPanel",
13543
13541
  components: {
13544
- SearchBoxSuggestionsWrapper: __vue_component__$_,
13545
- SearchBoxProductsWrapper: __vue_component__$11,
13546
- SearchBoxMoreResults: __vue_component__$Z,
13547
- SearchBoxHistoryPanel: __vue_component__$X,
13542
+ SearchBoxSuggestionsWrapper: __vue_component__$Z,
13543
+ SearchBoxProductsWrapper: __vue_component__$10,
13544
+ SearchBoxMoreResults: __vue_component__$Y,
13545
+ SearchBoxHistoryPanel: __vue_component__$W,
13548
13546
  },
13549
13547
  })
13550
13548
  ], SearchBoxMainPanel);
13551
- var script$V = SearchBoxMainPanel;
13549
+ var script$U = SearchBoxMainPanel;
13552
13550
 
13553
13551
  /* script */
13554
- const __vue_script__$W = script$V;
13552
+ const __vue_script__$V = script$U;
13555
13553
 
13556
13554
  /* template */
13557
- var __vue_render__$W = function () {
13555
+ var __vue_render__$V = function () {
13558
13556
  var _vm = this;
13559
13557
  var _h = _vm.$createElement;
13560
13558
  var _c = _vm._self._c || _h;
@@ -13644,34 +13642,34 @@ var __vue_render__$W = function () {
13644
13642
  )
13645
13643
  : _vm._e()
13646
13644
  };
13647
- var __vue_staticRenderFns__$W = [];
13648
- __vue_render__$W._withStripped = true;
13645
+ var __vue_staticRenderFns__$V = [];
13646
+ __vue_render__$V._withStripped = true;
13649
13647
 
13650
13648
  /* style */
13651
- const __vue_inject_styles__$W = function (inject) {
13649
+ const __vue_inject_styles__$V = function (inject) {
13652
13650
  if (!inject) return
13653
13651
  inject("data-v-947d134e_0", { 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}", map: undefined, media: undefined });
13654
13652
 
13655
13653
  };
13656
13654
  /* scoped */
13657
- const __vue_scope_id__$W = undefined;
13655
+ const __vue_scope_id__$V = undefined;
13658
13656
  /* module identifier */
13659
- const __vue_module_identifier__$W = undefined;
13657
+ const __vue_module_identifier__$V = undefined;
13660
13658
  /* functional template */
13661
- const __vue_is_functional_template__$W = false;
13659
+ const __vue_is_functional_template__$V = false;
13662
13660
  /* style inject SSR */
13663
13661
 
13664
13662
  /* style inject shadow dom */
13665
13663
 
13666
13664
 
13667
13665
 
13668
- const __vue_component__$W = /*#__PURE__*/normalizeComponent(
13669
- { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
13670
- __vue_inject_styles__$W,
13671
- __vue_script__$W,
13672
- __vue_scope_id__$W,
13673
- __vue_is_functional_template__$W,
13674
- __vue_module_identifier__$W,
13666
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent(
13667
+ { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
13668
+ __vue_inject_styles__$V,
13669
+ __vue_script__$V,
13670
+ __vue_scope_id__$V,
13671
+ __vue_is_functional_template__$V,
13672
+ __vue_module_identifier__$V,
13675
13673
  false,
13676
13674
  createInjector,
13677
13675
  undefined,
@@ -31162,18 +31160,18 @@ SearchBox = __decorate([
31162
31160
  Component({
31163
31161
  name: "searchBox",
31164
31162
  components: {
31165
- SearchBoxInput: __vue_component__$1d,
31166
- SearchBoxMainPanel: __vue_component__$W,
31163
+ SearchBoxInput: __vue_component__$1c,
31164
+ SearchBoxMainPanel: __vue_component__$V,
31167
31165
  },
31168
31166
  })
31169
31167
  ], SearchBox);
31170
- var script$U = SearchBox;
31168
+ var script$T = SearchBox;
31171
31169
 
31172
31170
  /* script */
31173
- const __vue_script__$V = script$U;
31171
+ const __vue_script__$U = script$T;
31174
31172
 
31175
31173
  /* template */
31176
- var __vue_render__$V = function () {
31174
+ var __vue_render__$U = function () {
31177
31175
  var _vm = this;
31178
31176
  var _h = _vm.$createElement;
31179
31177
  var _c = _vm._self._c || _h;
@@ -31217,34 +31215,34 @@ var __vue_render__$V = function () {
31217
31215
  ),
31218
31216
  ])
31219
31217
  };
31220
- var __vue_staticRenderFns__$V = [];
31221
- __vue_render__$V._withStripped = true;
31218
+ var __vue_staticRenderFns__$U = [];
31219
+ __vue_render__$U._withStripped = true;
31222
31220
 
31223
31221
  /* style */
31224
- const __vue_inject_styles__$V = function (inject) {
31222
+ const __vue_inject_styles__$U = function (inject) {
31225
31223
  if (!inject) return
31226
31224
  inject("data-v-39831122_0", { source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n", map: undefined, media: undefined });
31227
31225
 
31228
31226
  };
31229
31227
  /* scoped */
31230
- const __vue_scope_id__$V = undefined;
31228
+ const __vue_scope_id__$U = undefined;
31231
31229
  /* module identifier */
31232
- const __vue_module_identifier__$V = undefined;
31230
+ const __vue_module_identifier__$U = undefined;
31233
31231
  /* functional template */
31234
- const __vue_is_functional_template__$V = false;
31232
+ const __vue_is_functional_template__$U = false;
31235
31233
  /* style inject SSR */
31236
31234
 
31237
31235
  /* style inject shadow dom */
31238
31236
 
31239
31237
 
31240
31238
 
31241
- const __vue_component__$V = /*#__PURE__*/normalizeComponent(
31242
- { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
31243
- __vue_inject_styles__$V,
31244
- __vue_script__$V,
31245
- __vue_scope_id__$V,
31246
- __vue_is_functional_template__$V,
31247
- __vue_module_identifier__$V,
31239
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent(
31240
+ { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
31241
+ __vue_inject_styles__$U,
31242
+ __vue_script__$U,
31243
+ __vue_scope_id__$U,
31244
+ __vue_is_functional_template__$U,
31245
+ __vue_module_identifier__$U,
31248
31246
  false,
31249
31247
  createInjector,
31250
31248
  undefined,
@@ -31331,17 +31329,17 @@ SearchBoxEntry = __decorate([
31331
31329
  Component({
31332
31330
  name: "searchBox",
31333
31331
  components: {
31334
- SearchBox: __vue_component__$V,
31332
+ SearchBox: __vue_component__$U,
31335
31333
  },
31336
31334
  })
31337
31335
  ], SearchBoxEntry);
31338
- var script$T = SearchBoxEntry;
31336
+ var script$S = SearchBoxEntry;
31339
31337
 
31340
31338
  /* script */
31341
- const __vue_script__$U = script$T;
31339
+ const __vue_script__$T = script$S;
31342
31340
 
31343
31341
  /* template */
31344
- var __vue_render__$U = function () {
31342
+ var __vue_render__$T = function () {
31345
31343
  var _vm = this;
31346
31344
  var _h = _vm.$createElement;
31347
31345
  var _c = _vm._self._c || _h;
@@ -31350,17 +31348,17 @@ var __vue_render__$U = function () {
31350
31348
  attrs: { options: _vm.fullSearchBoxOptions },
31351
31349
  })
31352
31350
  };
31353
- var __vue_staticRenderFns__$U = [];
31354
- __vue_render__$U._withStripped = true;
31351
+ var __vue_staticRenderFns__$T = [];
31352
+ __vue_render__$T._withStripped = true;
31355
31353
 
31356
31354
  /* style */
31357
- const __vue_inject_styles__$U = undefined;
31355
+ const __vue_inject_styles__$T = undefined;
31358
31356
  /* scoped */
31359
- const __vue_scope_id__$U = undefined;
31357
+ const __vue_scope_id__$T = undefined;
31360
31358
  /* module identifier */
31361
- const __vue_module_identifier__$U = undefined;
31359
+ const __vue_module_identifier__$T = undefined;
31362
31360
  /* functional template */
31363
- const __vue_is_functional_template__$U = false;
31361
+ const __vue_is_functional_template__$T = false;
31364
31362
  /* style inject */
31365
31363
 
31366
31364
  /* style inject SSR */
@@ -31369,13 +31367,13 @@ __vue_render__$U._withStripped = true;
31369
31367
 
31370
31368
 
31371
31369
 
31372
- const __vue_component__$U = /*#__PURE__*/normalizeComponent(
31373
- { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
31374
- __vue_inject_styles__$U,
31375
- __vue_script__$U,
31376
- __vue_scope_id__$U,
31377
- __vue_is_functional_template__$U,
31378
- __vue_module_identifier__$U,
31370
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent(
31371
+ { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
31372
+ __vue_inject_styles__$T,
31373
+ __vue_script__$T,
31374
+ __vue_scope_id__$T,
31375
+ __vue_is_functional_template__$T,
31376
+ __vue_module_identifier__$T,
31379
31377
  false,
31380
31378
  undefined,
31381
31379
  undefined,
@@ -31643,13 +31641,13 @@ CurrentFilterDisplay = __decorate([
31643
31641
  name: "currentFilterDisplay",
31644
31642
  })
31645
31643
  ], CurrentFilterDisplay);
31646
- var script$S = CurrentFilterDisplay;
31644
+ var script$R = CurrentFilterDisplay;
31647
31645
 
31648
31646
  /* script */
31649
- const __vue_script__$T = script$S;
31647
+ const __vue_script__$S = script$R;
31650
31648
 
31651
31649
  /* template */
31652
- var __vue_render__$T = function () {
31650
+ var __vue_render__$S = function () {
31653
31651
  var _vm = this;
31654
31652
  var _h = _vm.$createElement;
31655
31653
  var _c = _vm._self._c || _h;
@@ -31682,17 +31680,17 @@ var __vue_render__$T = function () {
31682
31680
  ),
31683
31681
  ])
31684
31682
  };
31685
- var __vue_staticRenderFns__$T = [];
31686
- __vue_render__$T._withStripped = true;
31683
+ var __vue_staticRenderFns__$S = [];
31684
+ __vue_render__$S._withStripped = true;
31687
31685
 
31688
31686
  /* style */
31689
- const __vue_inject_styles__$T = undefined;
31687
+ const __vue_inject_styles__$S = undefined;
31690
31688
  /* scoped */
31691
- const __vue_scope_id__$T = undefined;
31689
+ const __vue_scope_id__$S = undefined;
31692
31690
  /* module identifier */
31693
- const __vue_module_identifier__$T = undefined;
31691
+ const __vue_module_identifier__$S = undefined;
31694
31692
  /* functional template */
31695
- const __vue_is_functional_template__$T = false;
31693
+ const __vue_is_functional_template__$S = false;
31696
31694
  /* style inject */
31697
31695
 
31698
31696
  /* style inject SSR */
@@ -31701,13 +31699,13 @@ __vue_render__$T._withStripped = true;
31701
31699
 
31702
31700
 
31703
31701
 
31704
- const __vue_component__$T = /*#__PURE__*/normalizeComponent(
31705
- { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
31706
- __vue_inject_styles__$T,
31707
- __vue_script__$T,
31708
- __vue_scope_id__$T,
31709
- __vue_is_functional_template__$T,
31710
- __vue_module_identifier__$T,
31702
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent(
31703
+ { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
31704
+ __vue_inject_styles__$S,
31705
+ __vue_script__$S,
31706
+ __vue_scope_id__$S,
31707
+ __vue_is_functional_template__$S,
31708
+ __vue_module_identifier__$S,
31711
31709
  false,
31712
31710
  undefined,
31713
31711
  undefined,
@@ -31849,17 +31847,17 @@ CurrentFilters = __decorate([
31849
31847
  Component({
31850
31848
  name: "currentFilters",
31851
31849
  components: {
31852
- CurrentFilterDisplay: __vue_component__$T,
31850
+ CurrentFilterDisplay: __vue_component__$S,
31853
31851
  },
31854
31852
  })
31855
31853
  ], CurrentFilters);
31856
- var script$R = CurrentFilters;
31854
+ var script$Q = CurrentFilters;
31857
31855
 
31858
31856
  /* script */
31859
- const __vue_script__$S = script$R;
31857
+ const __vue_script__$R = script$Q;
31860
31858
 
31861
31859
  /* template */
31862
- var __vue_render__$S = function () {
31860
+ var __vue_render__$R = function () {
31863
31861
  var _vm = this;
31864
31862
  var _h = _vm.$createElement;
31865
31863
  var _c = _vm._self._c || _h;
@@ -31943,17 +31941,17 @@ var __vue_render__$S = function () {
31943
31941
  )
31944
31942
  : _vm._e()
31945
31943
  };
31946
- var __vue_staticRenderFns__$S = [];
31947
- __vue_render__$S._withStripped = true;
31944
+ var __vue_staticRenderFns__$R = [];
31945
+ __vue_render__$R._withStripped = true;
31948
31946
 
31949
31947
  /* style */
31950
- const __vue_inject_styles__$S = undefined;
31948
+ const __vue_inject_styles__$R = undefined;
31951
31949
  /* scoped */
31952
- const __vue_scope_id__$S = undefined;
31950
+ const __vue_scope_id__$R = undefined;
31953
31951
  /* module identifier */
31954
- const __vue_module_identifier__$S = undefined;
31952
+ const __vue_module_identifier__$R = undefined;
31955
31953
  /* functional template */
31956
- const __vue_is_functional_template__$S = false;
31954
+ const __vue_is_functional_template__$R = false;
31957
31955
  /* style inject */
31958
31956
 
31959
31957
  /* style inject SSR */
@@ -31962,13 +31960,13 @@ __vue_render__$S._withStripped = true;
31962
31960
 
31963
31961
 
31964
31962
 
31965
- const __vue_component__$S = /*#__PURE__*/normalizeComponent(
31966
- { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
31967
- __vue_inject_styles__$S,
31968
- __vue_script__$S,
31969
- __vue_scope_id__$S,
31970
- __vue_is_functional_template__$S,
31971
- __vue_module_identifier__$S,
31963
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent(
31964
+ { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
31965
+ __vue_inject_styles__$R,
31966
+ __vue_script__$R,
31967
+ __vue_scope_id__$R,
31968
+ __vue_is_functional_template__$R,
31969
+ __vue_module_identifier__$R,
31972
31970
  false,
31973
31971
  undefined,
31974
31972
  undefined,
@@ -32053,13 +32051,13 @@ TermFacet$1 = __decorate([
32053
32051
  name: "termFacet",
32054
32052
  })
32055
32053
  ], TermFacet$1);
32056
- var script$Q = TermFacet$1;
32054
+ var script$P = TermFacet$1;
32057
32055
 
32058
32056
  /* script */
32059
- const __vue_script__$R = script$Q;
32057
+ const __vue_script__$Q = script$P;
32060
32058
 
32061
32059
  /* template */
32062
- var __vue_render__$R = function () {
32060
+ var __vue_render__$Q = function () {
32063
32061
  var _vm = this;
32064
32062
  var _h = _vm.$createElement;
32065
32063
  var _c = _vm._self._c || _h;
@@ -32161,17 +32159,17 @@ var __vue_render__$R = function () {
32161
32159
  ]
32162
32160
  )
32163
32161
  };
32164
- var __vue_staticRenderFns__$R = [];
32165
- __vue_render__$R._withStripped = true;
32162
+ var __vue_staticRenderFns__$Q = [];
32163
+ __vue_render__$Q._withStripped = true;
32166
32164
 
32167
32165
  /* style */
32168
- const __vue_inject_styles__$R = undefined;
32166
+ const __vue_inject_styles__$Q = undefined;
32169
32167
  /* scoped */
32170
- const __vue_scope_id__$R = undefined;
32168
+ const __vue_scope_id__$Q = undefined;
32171
32169
  /* module identifier */
32172
- const __vue_module_identifier__$R = undefined;
32170
+ const __vue_module_identifier__$Q = undefined;
32173
32171
  /* functional template */
32174
- const __vue_is_functional_template__$R = false;
32172
+ const __vue_is_functional_template__$Q = false;
32175
32173
  /* style inject */
32176
32174
 
32177
32175
  /* style inject SSR */
@@ -32180,13 +32178,13 @@ __vue_render__$R._withStripped = true;
32180
32178
 
32181
32179
 
32182
32180
 
32183
- const __vue_component__$R = /*#__PURE__*/normalizeComponent(
32184
- { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
32185
- __vue_inject_styles__$R,
32186
- __vue_script__$R,
32187
- __vue_scope_id__$R,
32188
- __vue_is_functional_template__$R,
32189
- __vue_module_identifier__$R,
32181
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
32182
+ { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
32183
+ __vue_inject_styles__$Q,
32184
+ __vue_script__$Q,
32185
+ __vue_scope_id__$Q,
32186
+ __vue_is_functional_template__$Q,
32187
+ __vue_module_identifier__$Q,
32190
32188
  false,
32191
32189
  undefined,
32192
32190
  undefined,
@@ -32381,13 +32379,13 @@ TermFacet = __decorate([
32381
32379
  },
32382
32380
  })
32383
32381
  ], TermFacet);
32384
- var script$P = TermFacet;
32382
+ var script$O = TermFacet;
32385
32383
 
32386
32384
  /* script */
32387
- const __vue_script__$Q = script$P;
32385
+ const __vue_script__$P = script$O;
32388
32386
 
32389
32387
  /* template */
32390
- var __vue_render__$Q = function () {
32388
+ var __vue_render__$P = function () {
32391
32389
  var _vm = this;
32392
32390
  var _h = _vm.$createElement;
32393
32391
  var _c = _vm._self._c || _h;
@@ -32515,17 +32513,17 @@ var __vue_render__$Q = function () {
32515
32513
  : _vm._e(),
32516
32514
  ])
32517
32515
  };
32518
- var __vue_staticRenderFns__$Q = [];
32519
- __vue_render__$Q._withStripped = true;
32516
+ var __vue_staticRenderFns__$P = [];
32517
+ __vue_render__$P._withStripped = true;
32520
32518
 
32521
32519
  /* style */
32522
- const __vue_inject_styles__$Q = undefined;
32520
+ const __vue_inject_styles__$P = undefined;
32523
32521
  /* scoped */
32524
- const __vue_scope_id__$Q = undefined;
32522
+ const __vue_scope_id__$P = undefined;
32525
32523
  /* module identifier */
32526
- const __vue_module_identifier__$Q = undefined;
32524
+ const __vue_module_identifier__$P = undefined;
32527
32525
  /* functional template */
32528
- const __vue_is_functional_template__$Q = false;
32526
+ const __vue_is_functional_template__$P = false;
32529
32527
  /* style inject */
32530
32528
 
32531
32529
  /* style inject SSR */
@@ -32534,13 +32532,13 @@ __vue_render__$Q._withStripped = true;
32534
32532
 
32535
32533
 
32536
32534
 
32537
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
32538
- { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
32539
- __vue_inject_styles__$Q,
32540
- __vue_script__$Q,
32541
- __vue_scope_id__$Q,
32542
- __vue_is_functional_template__$Q,
32543
- __vue_module_identifier__$Q,
32535
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent(
32536
+ { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
32537
+ __vue_inject_styles__$P,
32538
+ __vue_script__$P,
32539
+ __vue_scope_id__$P,
32540
+ __vue_is_functional_template__$P,
32541
+ __vue_module_identifier__$P,
32544
32542
  false,
32545
32543
  undefined,
32546
32544
  undefined,
@@ -32580,13 +32578,13 @@ HierarchyFacetLevel = __decorate([
32580
32578
  name: "HierarchyFacetLevel",
32581
32579
  })
32582
32580
  ], HierarchyFacetLevel);
32583
- var script$O = HierarchyFacetLevel;
32581
+ var script$N = HierarchyFacetLevel;
32584
32582
 
32585
32583
  /* script */
32586
- const __vue_script__$P = script$O;
32584
+ const __vue_script__$O = script$N;
32587
32585
 
32588
32586
  /* template */
32589
- var __vue_render__$P = function () {
32587
+ var __vue_render__$O = function () {
32590
32588
  var _vm = this;
32591
32589
  var _h = _vm.$createElement;
32592
32590
  var _c = _vm._self._c || _h;
@@ -32656,34 +32654,34 @@ var __vue_render__$P = function () {
32656
32654
  ]
32657
32655
  )
32658
32656
  };
32659
- var __vue_staticRenderFns__$P = [];
32660
- __vue_render__$P._withStripped = true;
32657
+ var __vue_staticRenderFns__$O = [];
32658
+ __vue_render__$O._withStripped = true;
32661
32659
 
32662
32660
  /* style */
32663
- const __vue_inject_styles__$P = function (inject) {
32661
+ const __vue_inject_styles__$O = function (inject) {
32664
32662
  if (!inject) return
32665
32663
  inject("data-v-1cc23c16_0", { source: ".lupa-facet-level {\n margin-left: 25px;\n}", map: undefined, media: undefined });
32666
32664
 
32667
32665
  };
32668
32666
  /* scoped */
32669
- const __vue_scope_id__$P = undefined;
32667
+ const __vue_scope_id__$O = undefined;
32670
32668
  /* module identifier */
32671
- const __vue_module_identifier__$P = undefined;
32669
+ const __vue_module_identifier__$O = undefined;
32672
32670
  /* functional template */
32673
- const __vue_is_functional_template__$P = false;
32671
+ const __vue_is_functional_template__$O = false;
32674
32672
  /* style inject SSR */
32675
32673
 
32676
32674
  /* style inject shadow dom */
32677
32675
 
32678
32676
 
32679
32677
 
32680
- const __vue_component__$P = /*#__PURE__*/normalizeComponent(
32681
- { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
32682
- __vue_inject_styles__$P,
32683
- __vue_script__$P,
32684
- __vue_scope_id__$P,
32685
- __vue_is_functional_template__$P,
32686
- __vue_module_identifier__$P,
32678
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent(
32679
+ { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
32680
+ __vue_inject_styles__$O,
32681
+ __vue_script__$O,
32682
+ __vue_scope_id__$O,
32683
+ __vue_is_functional_template__$O,
32684
+ __vue_module_identifier__$O,
32687
32685
  false,
32688
32686
  createInjector,
32689
32687
  undefined,
@@ -32750,17 +32748,17 @@ HierarchyFacet = __decorate([
32750
32748
  Component({
32751
32749
  name: "hierarchyFacet",
32752
32750
  components: {
32753
- HierarchyFacetLevel: __vue_component__$P,
32751
+ HierarchyFacetLevel: __vue_component__$O,
32754
32752
  },
32755
32753
  })
32756
32754
  ], HierarchyFacet);
32757
- var script$N = HierarchyFacet;
32755
+ var script$M = HierarchyFacet;
32758
32756
 
32759
32757
  /* script */
32760
- const __vue_script__$O = script$N;
32758
+ const __vue_script__$N = script$M;
32761
32759
 
32762
32760
  /* template */
32763
- var __vue_render__$O = function () {
32761
+ var __vue_render__$N = function () {
32764
32762
  var _vm = this;
32765
32763
  var _h = _vm.$createElement;
32766
32764
  var _c = _vm._self._c || _h;
@@ -32830,17 +32828,17 @@ var __vue_render__$O = function () {
32830
32828
  2
32831
32829
  )
32832
32830
  };
32833
- var __vue_staticRenderFns__$O = [];
32834
- __vue_render__$O._withStripped = true;
32831
+ var __vue_staticRenderFns__$N = [];
32832
+ __vue_render__$N._withStripped = true;
32835
32833
 
32836
32834
  /* style */
32837
- const __vue_inject_styles__$O = undefined;
32835
+ const __vue_inject_styles__$N = undefined;
32838
32836
  /* scoped */
32839
- const __vue_scope_id__$O = undefined;
32837
+ const __vue_scope_id__$N = undefined;
32840
32838
  /* module identifier */
32841
- const __vue_module_identifier__$O = undefined;
32839
+ const __vue_module_identifier__$N = undefined;
32842
32840
  /* functional template */
32843
- const __vue_is_functional_template__$O = false;
32841
+ const __vue_is_functional_template__$N = false;
32844
32842
  /* style inject */
32845
32843
 
32846
32844
  /* style inject SSR */
@@ -32849,13 +32847,13 @@ __vue_render__$O._withStripped = true;
32849
32847
 
32850
32848
 
32851
32849
 
32852
- const __vue_component__$O = /*#__PURE__*/normalizeComponent(
32853
- { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
32854
- __vue_inject_styles__$O,
32855
- __vue_script__$O,
32856
- __vue_scope_id__$O,
32857
- __vue_is_functional_template__$O,
32858
- __vue_module_identifier__$O,
32850
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent(
32851
+ { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
32852
+ __vue_inject_styles__$N,
32853
+ __vue_script__$N,
32854
+ __vue_scope_id__$N,
32855
+ __vue_is_functional_template__$N,
32856
+ __vue_module_identifier__$N,
32859
32857
  false,
32860
32858
  undefined,
32861
32859
  undefined,
@@ -32972,19 +32970,19 @@ FacetDisplay = __decorate([
32972
32970
  Component({
32973
32971
  name: "facetDisplay",
32974
32972
  components: {
32975
- TermFacet: __vue_component__$R,
32976
- StatsFacet: __vue_component__$Q,
32977
- HierarchyFacet: __vue_component__$O,
32973
+ TermFacet: __vue_component__$Q,
32974
+ StatsFacet: __vue_component__$P,
32975
+ HierarchyFacet: __vue_component__$N,
32978
32976
  },
32979
32977
  })
32980
32978
  ], FacetDisplay);
32981
- var script$M = FacetDisplay;
32979
+ var script$L = FacetDisplay;
32982
32980
 
32983
32981
  /* script */
32984
- const __vue_script__$N = script$M;
32982
+ const __vue_script__$M = script$L;
32985
32983
 
32986
32984
  /* template */
32987
- var __vue_render__$N = function () {
32985
+ var __vue_render__$M = function () {
32988
32986
  var _vm = this;
32989
32987
  var _h = _vm.$createElement;
32990
32988
  var _c = _vm._self._c || _h;
@@ -33060,17 +33058,17 @@ var __vue_render__$N = function () {
33060
33058
  )
33061
33059
  : _vm._e()
33062
33060
  };
33063
- var __vue_staticRenderFns__$N = [];
33064
- __vue_render__$N._withStripped = true;
33061
+ var __vue_staticRenderFns__$M = [];
33062
+ __vue_render__$M._withStripped = true;
33065
33063
 
33066
33064
  /* style */
33067
- const __vue_inject_styles__$N = undefined;
33065
+ const __vue_inject_styles__$M = undefined;
33068
33066
  /* scoped */
33069
- const __vue_scope_id__$N = undefined;
33067
+ const __vue_scope_id__$M = undefined;
33070
33068
  /* module identifier */
33071
- const __vue_module_identifier__$N = undefined;
33069
+ const __vue_module_identifier__$M = undefined;
33072
33070
  /* functional template */
33073
- const __vue_is_functional_template__$N = false;
33071
+ const __vue_is_functional_template__$M = false;
33074
33072
  /* style inject */
33075
33073
 
33076
33074
  /* style inject SSR */
@@ -33079,13 +33077,13 @@ __vue_render__$N._withStripped = true;
33079
33077
 
33080
33078
 
33081
33079
 
33082
- const __vue_component__$N = /*#__PURE__*/normalizeComponent(
33083
- { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
33084
- __vue_inject_styles__$N,
33085
- __vue_script__$N,
33086
- __vue_scope_id__$N,
33087
- __vue_is_functional_template__$N,
33088
- __vue_module_identifier__$N,
33080
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent(
33081
+ { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
33082
+ __vue_inject_styles__$M,
33083
+ __vue_script__$M,
33084
+ __vue_scope_id__$M,
33085
+ __vue_is_functional_template__$M,
33086
+ __vue_module_identifier__$M,
33089
33087
  false,
33090
33088
  undefined,
33091
33089
  undefined,
@@ -33124,17 +33122,17 @@ FacetList = __decorate([
33124
33122
  Component({
33125
33123
  name: "facetList",
33126
33124
  components: {
33127
- FacetDisplay: __vue_component__$N,
33125
+ FacetDisplay: __vue_component__$M,
33128
33126
  },
33129
33127
  })
33130
33128
  ], FacetList);
33131
- var script$L = FacetList;
33129
+ var script$K = FacetList;
33132
33130
 
33133
33131
  /* script */
33134
- const __vue_script__$M = script$L;
33132
+ const __vue_script__$L = script$K;
33135
33133
 
33136
33134
  /* template */
33137
- var __vue_render__$M = function () {
33135
+ var __vue_render__$L = function () {
33138
33136
  var _vm = this;
33139
33137
  var _h = _vm.$createElement;
33140
33138
  var _c = _vm._self._c || _h;
@@ -33167,17 +33165,17 @@ var __vue_render__$M = function () {
33167
33165
  ),
33168
33166
  ])
33169
33167
  };
33170
- var __vue_staticRenderFns__$M = [];
33171
- __vue_render__$M._withStripped = true;
33168
+ var __vue_staticRenderFns__$L = [];
33169
+ __vue_render__$L._withStripped = true;
33172
33170
 
33173
33171
  /* style */
33174
- const __vue_inject_styles__$M = undefined;
33172
+ const __vue_inject_styles__$L = undefined;
33175
33173
  /* scoped */
33176
- const __vue_scope_id__$M = undefined;
33174
+ const __vue_scope_id__$L = undefined;
33177
33175
  /* module identifier */
33178
- const __vue_module_identifier__$M = undefined;
33176
+ const __vue_module_identifier__$L = undefined;
33179
33177
  /* functional template */
33180
- const __vue_is_functional_template__$M = false;
33178
+ const __vue_is_functional_template__$L = false;
33181
33179
  /* style inject */
33182
33180
 
33183
33181
  /* style inject SSR */
@@ -33186,13 +33184,13 @@ __vue_render__$M._withStripped = true;
33186
33184
 
33187
33185
 
33188
33186
 
33189
- const __vue_component__$M = /*#__PURE__*/normalizeComponent(
33190
- { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
33191
- __vue_inject_styles__$M,
33192
- __vue_script__$M,
33193
- __vue_scope_id__$M,
33194
- __vue_is_functional_template__$M,
33195
- __vue_module_identifier__$M,
33187
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent(
33188
+ { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
33189
+ __vue_inject_styles__$L,
33190
+ __vue_script__$L,
33191
+ __vue_scope_id__$L,
33192
+ __vue_is_functional_template__$L,
33193
+ __vue_module_identifier__$L,
33196
33194
  false,
33197
33195
  undefined,
33198
33196
  undefined,
@@ -33296,17 +33294,17 @@ Facets = __decorate([
33296
33294
  Component({
33297
33295
  name: "facets",
33298
33296
  components: {
33299
- FacetList: __vue_component__$M,
33297
+ FacetList: __vue_component__$L,
33300
33298
  },
33301
33299
  })
33302
33300
  ], Facets);
33303
- var script$K = Facets;
33301
+ var script$J = Facets;
33304
33302
 
33305
33303
  /* script */
33306
- const __vue_script__$L = script$K;
33304
+ const __vue_script__$K = script$J;
33307
33305
 
33308
33306
  /* template */
33309
- var __vue_render__$L = function () {
33307
+ var __vue_render__$K = function () {
33310
33308
  var _vm = this;
33311
33309
  var _h = _vm.$createElement;
33312
33310
  var _c = _vm._self._c || _h;
@@ -33330,17 +33328,17 @@ var __vue_render__$L = function () {
33330
33328
  1
33331
33329
  )
33332
33330
  };
33333
- var __vue_staticRenderFns__$L = [];
33334
- __vue_render__$L._withStripped = true;
33331
+ var __vue_staticRenderFns__$K = [];
33332
+ __vue_render__$K._withStripped = true;
33335
33333
 
33336
33334
  /* style */
33337
- const __vue_inject_styles__$L = undefined;
33335
+ const __vue_inject_styles__$K = undefined;
33338
33336
  /* scoped */
33339
- const __vue_scope_id__$L = undefined;
33337
+ const __vue_scope_id__$K = undefined;
33340
33338
  /* module identifier */
33341
- const __vue_module_identifier__$L = undefined;
33339
+ const __vue_module_identifier__$K = undefined;
33342
33340
  /* functional template */
33343
- const __vue_is_functional_template__$L = false;
33341
+ const __vue_is_functional_template__$K = false;
33344
33342
  /* style inject */
33345
33343
 
33346
33344
  /* style inject SSR */
@@ -33349,13 +33347,13 @@ __vue_render__$L._withStripped = true;
33349
33347
 
33350
33348
 
33351
33349
 
33352
- const __vue_component__$L = /*#__PURE__*/normalizeComponent(
33353
- { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
33354
- __vue_inject_styles__$L,
33355
- __vue_script__$L,
33356
- __vue_scope_id__$L,
33357
- __vue_is_functional_template__$L,
33358
- __vue_module_identifier__$L,
33350
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent(
33351
+ { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
33352
+ __vue_inject_styles__$K,
33353
+ __vue_script__$K,
33354
+ __vue_scope_id__$K,
33355
+ __vue_is_functional_template__$K,
33356
+ __vue_module_identifier__$K,
33359
33357
  false,
33360
33358
  undefined,
33361
33359
  undefined,
@@ -33396,13 +33394,13 @@ CategoryFilterItem = __decorate([
33396
33394
  name: "categoryFilterItem",
33397
33395
  })
33398
33396
  ], CategoryFilterItem);
33399
- var script$J = CategoryFilterItem;
33397
+ var script$I = CategoryFilterItem;
33400
33398
 
33401
33399
  /* script */
33402
- const __vue_script__$K = script$J;
33400
+ const __vue_script__$J = script$I;
33403
33401
 
33404
33402
  /* template */
33405
- var __vue_render__$K = function () {
33403
+ var __vue_render__$J = function () {
33406
33404
  var _vm = this;
33407
33405
  var _h = _vm.$createElement;
33408
33406
  var _c = _vm._self._c || _h;
@@ -33424,17 +33422,17 @@ var __vue_render__$K = function () {
33424
33422
  ]
33425
33423
  )
33426
33424
  };
33427
- var __vue_staticRenderFns__$K = [];
33428
- __vue_render__$K._withStripped = true;
33425
+ var __vue_staticRenderFns__$J = [];
33426
+ __vue_render__$J._withStripped = true;
33429
33427
 
33430
33428
  /* style */
33431
- const __vue_inject_styles__$K = undefined;
33429
+ const __vue_inject_styles__$J = undefined;
33432
33430
  /* scoped */
33433
- const __vue_scope_id__$K = undefined;
33431
+ const __vue_scope_id__$J = undefined;
33434
33432
  /* module identifier */
33435
- const __vue_module_identifier__$K = undefined;
33433
+ const __vue_module_identifier__$J = undefined;
33436
33434
  /* functional template */
33437
- const __vue_is_functional_template__$K = false;
33435
+ const __vue_is_functional_template__$J = false;
33438
33436
  /* style inject */
33439
33437
 
33440
33438
  /* style inject SSR */
@@ -33443,13 +33441,13 @@ __vue_render__$K._withStripped = true;
33443
33441
 
33444
33442
 
33445
33443
 
33446
- const __vue_component__$K = /*#__PURE__*/normalizeComponent(
33447
- { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
33448
- __vue_inject_styles__$K,
33449
- __vue_script__$K,
33450
- __vue_scope_id__$K,
33451
- __vue_is_functional_template__$K,
33452
- __vue_module_identifier__$K,
33444
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent(
33445
+ { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
33446
+ __vue_inject_styles__$J,
33447
+ __vue_script__$J,
33448
+ __vue_scope_id__$J,
33449
+ __vue_is_functional_template__$J,
33450
+ __vue_module_identifier__$J,
33453
33451
  false,
33454
33452
  undefined,
33455
33453
  undefined,
@@ -33543,17 +33541,17 @@ CategoryFilter = __decorate([
33543
33541
  Component({
33544
33542
  name: "categoryFilter",
33545
33543
  components: {
33546
- CategoryFilterItem: __vue_component__$K,
33544
+ CategoryFilterItem: __vue_component__$J,
33547
33545
  },
33548
33546
  })
33549
33547
  ], CategoryFilter);
33550
- var script$I = CategoryFilter;
33548
+ var script$H = CategoryFilter;
33551
33549
 
33552
33550
  /* script */
33553
- const __vue_script__$J = script$I;
33551
+ const __vue_script__$I = script$H;
33554
33552
 
33555
33553
  /* template */
33556
- var __vue_render__$J = function () {
33554
+ var __vue_render__$I = function () {
33557
33555
  var _vm = this;
33558
33556
  var _h = _vm.$createElement;
33559
33557
  var _c = _vm._self._c || _h;
@@ -33616,17 +33614,17 @@ var __vue_render__$J = function () {
33616
33614
  ]
33617
33615
  )
33618
33616
  };
33619
- var __vue_staticRenderFns__$J = [];
33620
- __vue_render__$J._withStripped = true;
33617
+ var __vue_staticRenderFns__$I = [];
33618
+ __vue_render__$I._withStripped = true;
33621
33619
 
33622
33620
  /* style */
33623
- const __vue_inject_styles__$J = undefined;
33621
+ const __vue_inject_styles__$I = undefined;
33624
33622
  /* scoped */
33625
- const __vue_scope_id__$J = undefined;
33623
+ const __vue_scope_id__$I = undefined;
33626
33624
  /* module identifier */
33627
- const __vue_module_identifier__$J = undefined;
33625
+ const __vue_module_identifier__$I = undefined;
33628
33626
  /* functional template */
33629
- const __vue_is_functional_template__$J = false;
33627
+ const __vue_is_functional_template__$I = false;
33630
33628
  /* style inject */
33631
33629
 
33632
33630
  /* style inject SSR */
@@ -33635,13 +33633,13 @@ __vue_render__$J._withStripped = true;
33635
33633
 
33636
33634
 
33637
33635
 
33638
- const __vue_component__$J = /*#__PURE__*/normalizeComponent(
33639
- { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
33640
- __vue_inject_styles__$J,
33641
- __vue_script__$J,
33642
- __vue_scope_id__$J,
33643
- __vue_is_functional_template__$J,
33644
- __vue_module_identifier__$J,
33636
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent(
33637
+ { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
33638
+ __vue_inject_styles__$I,
33639
+ __vue_script__$I,
33640
+ __vue_scope_id__$I,
33641
+ __vue_is_functional_template__$I,
33642
+ __vue_module_identifier__$I,
33645
33643
  false,
33646
33644
  undefined,
33647
33645
  undefined,
@@ -33666,19 +33664,19 @@ SearchResultsFilters = __decorate([
33666
33664
  Component({
33667
33665
  name: "searchResultsFilters",
33668
33666
  components: {
33669
- CurrentFilters: __vue_component__$S,
33670
- Facets: __vue_component__$L,
33671
- CategoryFilter: __vue_component__$J,
33667
+ CurrentFilters: __vue_component__$R,
33668
+ Facets: __vue_component__$K,
33669
+ CategoryFilter: __vue_component__$I,
33672
33670
  },
33673
33671
  })
33674
33672
  ], SearchResultsFilters);
33675
- var script$H = SearchResultsFilters;
33673
+ var script$G = SearchResultsFilters;
33676
33674
 
33677
33675
  /* script */
33678
- const __vue_script__$I = script$H;
33676
+ const __vue_script__$H = script$G;
33679
33677
 
33680
33678
  /* template */
33681
- var __vue_render__$I = function () {
33679
+ var __vue_render__$H = function () {
33682
33680
  var _vm = this;
33683
33681
  var _h = _vm.$createElement;
33684
33682
  var _c = _vm._self._c || _h;
@@ -33709,17 +33707,17 @@ var __vue_render__$I = function () {
33709
33707
  1
33710
33708
  )
33711
33709
  };
33712
- var __vue_staticRenderFns__$I = [];
33713
- __vue_render__$I._withStripped = true;
33710
+ var __vue_staticRenderFns__$H = [];
33711
+ __vue_render__$H._withStripped = true;
33714
33712
 
33715
33713
  /* style */
33716
- const __vue_inject_styles__$I = undefined;
33714
+ const __vue_inject_styles__$H = undefined;
33717
33715
  /* scoped */
33718
- const __vue_scope_id__$I = undefined;
33716
+ const __vue_scope_id__$H = undefined;
33719
33717
  /* module identifier */
33720
- const __vue_module_identifier__$I = undefined;
33718
+ const __vue_module_identifier__$H = undefined;
33721
33719
  /* functional template */
33722
- const __vue_is_functional_template__$I = false;
33720
+ const __vue_is_functional_template__$H = false;
33723
33721
  /* style inject */
33724
33722
 
33725
33723
  /* style inject SSR */
@@ -33728,13 +33726,13 @@ __vue_render__$I._withStripped = true;
33728
33726
 
33729
33727
 
33730
33728
 
33731
- const __vue_component__$I = /*#__PURE__*/normalizeComponent(
33732
- { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
33733
- __vue_inject_styles__$I,
33734
- __vue_script__$I,
33735
- __vue_scope_id__$I,
33736
- __vue_is_functional_template__$I,
33737
- __vue_module_identifier__$I,
33729
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent(
33730
+ { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
33731
+ __vue_inject_styles__$H,
33732
+ __vue_script__$H,
33733
+ __vue_scope_id__$H,
33734
+ __vue_is_functional_template__$H,
33735
+ __vue_module_identifier__$H,
33738
33736
  false,
33739
33737
  undefined,
33740
33738
  undefined,
@@ -33776,17 +33774,17 @@ MobileFilterSidebar = __decorate([
33776
33774
  Component({
33777
33775
  name: "mobileFilerSidebar",
33778
33776
  components: {
33779
- SearchResultsFilters: __vue_component__$I,
33777
+ SearchResultsFilters: __vue_component__$H,
33780
33778
  },
33781
33779
  })
33782
33780
  ], MobileFilterSidebar);
33783
- var script$G = MobileFilterSidebar;
33781
+ var script$F = MobileFilterSidebar;
33784
33782
 
33785
33783
  /* script */
33786
- const __vue_script__$H = script$G;
33784
+ const __vue_script__$G = script$F;
33787
33785
 
33788
33786
  /* template */
33789
- var __vue_render__$H = function () {
33787
+ var __vue_render__$G = function () {
33790
33788
  var _vm = this;
33791
33789
  var _h = _vm.$createElement;
33792
33790
  var _c = _vm._self._c || _h;
@@ -33836,17 +33834,17 @@ var __vue_render__$H = function () {
33836
33834
  ])
33837
33835
  : _vm._e()
33838
33836
  };
33839
- var __vue_staticRenderFns__$H = [];
33840
- __vue_render__$H._withStripped = true;
33837
+ var __vue_staticRenderFns__$G = [];
33838
+ __vue_render__$G._withStripped = true;
33841
33839
 
33842
33840
  /* style */
33843
- const __vue_inject_styles__$H = undefined;
33841
+ const __vue_inject_styles__$G = undefined;
33844
33842
  /* scoped */
33845
- const __vue_scope_id__$H = undefined;
33843
+ const __vue_scope_id__$G = undefined;
33846
33844
  /* module identifier */
33847
- const __vue_module_identifier__$H = undefined;
33845
+ const __vue_module_identifier__$G = undefined;
33848
33846
  /* functional template */
33849
- const __vue_is_functional_template__$H = false;
33847
+ const __vue_is_functional_template__$G = false;
33850
33848
  /* style inject */
33851
33849
 
33852
33850
  /* style inject SSR */
@@ -33855,19 +33853,19 @@ __vue_render__$H._withStripped = true;
33855
33853
 
33856
33854
 
33857
33855
 
33858
- const __vue_component__$H = /*#__PURE__*/normalizeComponent(
33859
- { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
33860
- __vue_inject_styles__$H,
33861
- __vue_script__$H,
33862
- __vue_scope_id__$H,
33863
- __vue_is_functional_template__$H,
33864
- __vue_module_identifier__$H,
33865
- false,
33866
- undefined,
33867
- undefined,
33868
- undefined
33869
- );
33870
-
33856
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent(
33857
+ { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
33858
+ __vue_inject_styles__$G,
33859
+ __vue_script__$G,
33860
+ __vue_scope_id__$G,
33861
+ __vue_is_functional_template__$G,
33862
+ __vue_module_identifier__$G,
33863
+ false,
33864
+ undefined,
33865
+ undefined,
33866
+ undefined
33867
+ );
33868
+
33871
33869
  const searchResult$e = namespace("searchResult");
33872
33870
  const params$b = namespace("params");
33873
33871
  let SearchResultsDidYouMean = class SearchResultsDidYouMean extends Vue$1 {
@@ -33905,13 +33903,13 @@ SearchResultsDidYouMean = __decorate([
33905
33903
  name: "searchResultsDidYouMean",
33906
33904
  })
33907
33905
  ], SearchResultsDidYouMean);
33908
- var script$F = SearchResultsDidYouMean;
33906
+ var script$E = SearchResultsDidYouMean;
33909
33907
 
33910
33908
  /* script */
33911
- const __vue_script__$G = script$F;
33909
+ const __vue_script__$F = script$E;
33912
33910
 
33913
33911
  /* template */
33914
- var __vue_render__$G = function () {
33912
+ var __vue_render__$F = function () {
33915
33913
  var _vm = this;
33916
33914
  var _h = _vm.$createElement;
33917
33915
  var _c = _vm._self._c || _h;
@@ -33967,17 +33965,17 @@ var __vue_render__$G = function () {
33967
33965
  ])
33968
33966
  : _vm._e()
33969
33967
  };
33970
- var __vue_staticRenderFns__$G = [];
33971
- __vue_render__$G._withStripped = true;
33968
+ var __vue_staticRenderFns__$F = [];
33969
+ __vue_render__$F._withStripped = true;
33972
33970
 
33973
33971
  /* style */
33974
- const __vue_inject_styles__$G = undefined;
33972
+ const __vue_inject_styles__$F = undefined;
33975
33973
  /* scoped */
33976
- const __vue_scope_id__$G = undefined;
33974
+ const __vue_scope_id__$F = undefined;
33977
33975
  /* module identifier */
33978
- const __vue_module_identifier__$G = undefined;
33976
+ const __vue_module_identifier__$F = undefined;
33979
33977
  /* functional template */
33980
- const __vue_is_functional_template__$G = false;
33978
+ const __vue_is_functional_template__$F = false;
33981
33979
  /* style inject */
33982
33980
 
33983
33981
  /* style inject SSR */
@@ -33986,13 +33984,13 @@ __vue_render__$G._withStripped = true;
33986
33984
 
33987
33985
 
33988
33986
 
33989
- const __vue_component__$G = /*#__PURE__*/normalizeComponent(
33990
- { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
33991
- __vue_inject_styles__$G,
33992
- __vue_script__$G,
33993
- __vue_scope_id__$G,
33994
- __vue_is_functional_template__$G,
33995
- __vue_module_identifier__$G,
33987
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent(
33988
+ { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
33989
+ __vue_inject_styles__$F,
33990
+ __vue_script__$F,
33991
+ __vue_scope_id__$F,
33992
+ __vue_is_functional_template__$F,
33993
+ __vue_module_identifier__$F,
33996
33994
  false,
33997
33995
  undefined,
33998
33996
  undefined,
@@ -34033,13 +34031,13 @@ CustomBadge = __decorate([
34033
34031
  name: "customBadge",
34034
34032
  })
34035
34033
  ], CustomBadge);
34036
- var script$E = CustomBadge;
34034
+ var script$D = CustomBadge;
34037
34035
 
34038
34036
  /* script */
34039
- const __vue_script__$F = script$E;
34037
+ const __vue_script__$E = script$D;
34040
34038
 
34041
34039
  /* template */
34042
- var __vue_render__$F = function () {
34040
+ var __vue_render__$E = function () {
34043
34041
  var _vm = this;
34044
34042
  var _h = _vm.$createElement;
34045
34043
  var _c = _vm._self._c || _h;
@@ -34048,17 +34046,17 @@ var __vue_render__$F = function () {
34048
34046
  domProps: { innerHTML: _vm._s(_vm.text) },
34049
34047
  })
34050
34048
  };
34051
- var __vue_staticRenderFns__$F = [];
34052
- __vue_render__$F._withStripped = true;
34049
+ var __vue_staticRenderFns__$E = [];
34050
+ __vue_render__$E._withStripped = true;
34053
34051
 
34054
34052
  /* style */
34055
- const __vue_inject_styles__$F = undefined;
34053
+ const __vue_inject_styles__$E = undefined;
34056
34054
  /* scoped */
34057
- const __vue_scope_id__$F = undefined;
34055
+ const __vue_scope_id__$E = undefined;
34058
34056
  /* module identifier */
34059
- const __vue_module_identifier__$F = undefined;
34057
+ const __vue_module_identifier__$E = undefined;
34060
34058
  /* functional template */
34061
- const __vue_is_functional_template__$F = false;
34059
+ const __vue_is_functional_template__$E = false;
34062
34060
  /* style inject */
34063
34061
 
34064
34062
  /* style inject SSR */
@@ -34067,13 +34065,13 @@ __vue_render__$F._withStripped = true;
34067
34065
 
34068
34066
 
34069
34067
 
34070
- const __vue_component__$F = /*#__PURE__*/normalizeComponent(
34071
- { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
34072
- __vue_inject_styles__$F,
34073
- __vue_script__$F,
34074
- __vue_scope_id__$F,
34075
- __vue_is_functional_template__$F,
34076
- __vue_module_identifier__$F,
34068
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent(
34069
+ { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
34070
+ __vue_inject_styles__$E,
34071
+ __vue_script__$E,
34072
+ __vue_scope_id__$E,
34073
+ __vue_is_functional_template__$E,
34074
+ __vue_module_identifier__$E,
34077
34075
  false,
34078
34076
  undefined,
34079
34077
  undefined,
@@ -34097,13 +34095,13 @@ TextBadge = __decorate([
34097
34095
  name: "TextBadge",
34098
34096
  })
34099
34097
  ], TextBadge);
34100
- var script$D = TextBadge;
34098
+ var script$C = TextBadge;
34101
34099
 
34102
34100
  /* script */
34103
- const __vue_script__$E = script$D;
34101
+ const __vue_script__$D = script$C;
34104
34102
 
34105
34103
  /* template */
34106
- var __vue_render__$E = function () {
34104
+ var __vue_render__$D = function () {
34107
34105
  var _vm = this;
34108
34106
  var _h = _vm.$createElement;
34109
34107
  var _c = _vm._self._c || _h;
@@ -34120,17 +34118,17 @@ var __vue_render__$E = function () {
34120
34118
  0
34121
34119
  )
34122
34120
  };
34123
- var __vue_staticRenderFns__$E = [];
34124
- __vue_render__$E._withStripped = true;
34121
+ var __vue_staticRenderFns__$D = [];
34122
+ __vue_render__$D._withStripped = true;
34125
34123
 
34126
34124
  /* style */
34127
- const __vue_inject_styles__$E = undefined;
34125
+ const __vue_inject_styles__$D = undefined;
34128
34126
  /* scoped */
34129
- const __vue_scope_id__$E = undefined;
34127
+ const __vue_scope_id__$D = undefined;
34130
34128
  /* module identifier */
34131
- const __vue_module_identifier__$E = undefined;
34129
+ const __vue_module_identifier__$D = undefined;
34132
34130
  /* functional template */
34133
- const __vue_is_functional_template__$E = false;
34131
+ const __vue_is_functional_template__$D = false;
34134
34132
  /* style inject */
34135
34133
 
34136
34134
  /* style inject SSR */
@@ -34139,13 +34137,13 @@ __vue_render__$E._withStripped = true;
34139
34137
 
34140
34138
 
34141
34139
 
34142
- const __vue_component__$E = /*#__PURE__*/normalizeComponent(
34143
- { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
34144
- __vue_inject_styles__$E,
34145
- __vue_script__$E,
34146
- __vue_scope_id__$E,
34147
- __vue_is_functional_template__$E,
34148
- __vue_module_identifier__$E,
34140
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent(
34141
+ { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
34142
+ __vue_inject_styles__$D,
34143
+ __vue_script__$D,
34144
+ __vue_scope_id__$D,
34145
+ __vue_is_functional_template__$D,
34146
+ __vue_module_identifier__$D,
34149
34147
  false,
34150
34148
  undefined,
34151
34149
  undefined,
@@ -34174,13 +34172,13 @@ ImageBadge = __decorate([
34174
34172
  name: "ImageBadge",
34175
34173
  })
34176
34174
  ], ImageBadge);
34177
- var script$C = ImageBadge;
34175
+ var script$B = ImageBadge;
34178
34176
 
34179
34177
  /* script */
34180
- const __vue_script__$D = script$C;
34178
+ const __vue_script__$C = script$B;
34181
34179
 
34182
34180
  /* template */
34183
- var __vue_render__$D = function () {
34181
+ var __vue_render__$C = function () {
34184
34182
  var _vm = this;
34185
34183
  var _h = _vm.$createElement;
34186
34184
  var _c = _vm._self._c || _h;
@@ -34197,17 +34195,17 @@ var __vue_render__$D = function () {
34197
34195
  0
34198
34196
  )
34199
34197
  };
34200
- var __vue_staticRenderFns__$D = [];
34201
- __vue_render__$D._withStripped = true;
34198
+ var __vue_staticRenderFns__$C = [];
34199
+ __vue_render__$C._withStripped = true;
34202
34200
 
34203
34201
  /* style */
34204
- const __vue_inject_styles__$D = undefined;
34202
+ const __vue_inject_styles__$C = undefined;
34205
34203
  /* scoped */
34206
- const __vue_scope_id__$D = undefined;
34204
+ const __vue_scope_id__$C = undefined;
34207
34205
  /* module identifier */
34208
- const __vue_module_identifier__$D = undefined;
34206
+ const __vue_module_identifier__$C = undefined;
34209
34207
  /* functional template */
34210
- const __vue_is_functional_template__$D = false;
34208
+ const __vue_is_functional_template__$C = false;
34211
34209
  /* style inject */
34212
34210
 
34213
34211
  /* style inject SSR */
@@ -34216,13 +34214,13 @@ __vue_render__$D._withStripped = true;
34216
34214
 
34217
34215
 
34218
34216
 
34219
- const __vue_component__$D = /*#__PURE__*/normalizeComponent(
34220
- { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
34221
- __vue_inject_styles__$D,
34222
- __vue_script__$D,
34223
- __vue_scope_id__$D,
34224
- __vue_is_functional_template__$D,
34225
- __vue_module_identifier__$D,
34217
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent(
34218
+ { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
34219
+ __vue_inject_styles__$C,
34220
+ __vue_script__$C,
34221
+ __vue_scope_id__$C,
34222
+ __vue_is_functional_template__$C,
34223
+ __vue_module_identifier__$C,
34226
34224
  false,
34227
34225
  undefined,
34228
34226
  undefined,
@@ -34256,13 +34254,13 @@ SearchResultGeneratedBadge = __decorate([
34256
34254
  name: "searchResultsBadgeWrapper",
34257
34255
  })
34258
34256
  ], SearchResultGeneratedBadge);
34259
- var script$B = SearchResultGeneratedBadge;
34257
+ var script$A = SearchResultGeneratedBadge;
34260
34258
 
34261
34259
  /* script */
34262
- const __vue_script__$C = script$B;
34260
+ const __vue_script__$B = script$A;
34263
34261
 
34264
34262
  /* template */
34265
- var __vue_render__$C = function () {
34263
+ var __vue_render__$B = function () {
34266
34264
  var _vm = this;
34267
34265
  var _h = _vm.$createElement;
34268
34266
  var _c = _vm._self._c || _h;
@@ -34287,17 +34285,17 @@ var __vue_render__$C = function () {
34287
34285
  ]
34288
34286
  )
34289
34287
  };
34290
- var __vue_staticRenderFns__$C = [];
34291
- __vue_render__$C._withStripped = true;
34288
+ var __vue_staticRenderFns__$B = [];
34289
+ __vue_render__$B._withStripped = true;
34292
34290
 
34293
34291
  /* style */
34294
- const __vue_inject_styles__$C = undefined;
34292
+ const __vue_inject_styles__$B = undefined;
34295
34293
  /* scoped */
34296
- const __vue_scope_id__$C = undefined;
34294
+ const __vue_scope_id__$B = undefined;
34297
34295
  /* module identifier */
34298
- const __vue_module_identifier__$C = undefined;
34296
+ const __vue_module_identifier__$B = undefined;
34299
34297
  /* functional template */
34300
- const __vue_is_functional_template__$C = false;
34298
+ const __vue_is_functional_template__$B = false;
34301
34299
  /* style inject */
34302
34300
 
34303
34301
  /* style inject SSR */
@@ -34306,13 +34304,13 @@ __vue_render__$C._withStripped = true;
34306
34304
 
34307
34305
 
34308
34306
 
34309
- const __vue_component__$C = /*#__PURE__*/normalizeComponent(
34310
- { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
34311
- __vue_inject_styles__$C,
34312
- __vue_script__$C,
34313
- __vue_scope_id__$C,
34314
- __vue_is_functional_template__$C,
34315
- __vue_module_identifier__$C,
34307
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent(
34308
+ { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
34309
+ __vue_inject_styles__$B,
34310
+ __vue_script__$B,
34311
+ __vue_scope_id__$B,
34312
+ __vue_is_functional_template__$B,
34313
+ __vue_module_identifier__$B,
34316
34314
  false,
34317
34315
  undefined,
34318
34316
  undefined,
@@ -34364,17 +34362,17 @@ SearchResultGeneratedBadges = __decorate([
34364
34362
  Component({
34365
34363
  name: "searchResultsBadgeWrapper",
34366
34364
  components: {
34367
- SearchResultGeneratedBadge: __vue_component__$C,
34365
+ SearchResultGeneratedBadge: __vue_component__$B,
34368
34366
  },
34369
34367
  })
34370
34368
  ], SearchResultGeneratedBadges);
34371
- var script$A = SearchResultGeneratedBadges;
34369
+ var script$z = SearchResultGeneratedBadges;
34372
34370
 
34373
34371
  /* script */
34374
- const __vue_script__$B = script$A;
34372
+ const __vue_script__$A = script$z;
34375
34373
 
34376
34374
  /* template */
34377
- var __vue_render__$B = function () {
34375
+ var __vue_render__$A = function () {
34378
34376
  var _vm = this;
34379
34377
  var _h = _vm.$createElement;
34380
34378
  var _c = _vm._self._c || _h;
@@ -34390,17 +34388,17 @@ var __vue_render__$B = function () {
34390
34388
  1
34391
34389
  )
34392
34390
  };
34393
- var __vue_staticRenderFns__$B = [];
34394
- __vue_render__$B._withStripped = true;
34391
+ var __vue_staticRenderFns__$A = [];
34392
+ __vue_render__$A._withStripped = true;
34395
34393
 
34396
34394
  /* style */
34397
- const __vue_inject_styles__$B = undefined;
34395
+ const __vue_inject_styles__$A = undefined;
34398
34396
  /* scoped */
34399
- const __vue_scope_id__$B = undefined;
34397
+ const __vue_scope_id__$A = undefined;
34400
34398
  /* module identifier */
34401
- const __vue_module_identifier__$B = undefined;
34399
+ const __vue_module_identifier__$A = undefined;
34402
34400
  /* functional template */
34403
- const __vue_is_functional_template__$B = false;
34401
+ const __vue_is_functional_template__$A = false;
34404
34402
  /* style inject */
34405
34403
 
34406
34404
  /* style inject SSR */
@@ -34409,13 +34407,13 @@ __vue_render__$B._withStripped = true;
34409
34407
 
34410
34408
 
34411
34409
 
34412
- const __vue_component__$B = /*#__PURE__*/normalizeComponent(
34413
- { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
34414
- __vue_inject_styles__$B,
34415
- __vue_script__$B,
34416
- __vue_scope_id__$B,
34417
- __vue_is_functional_template__$B,
34418
- __vue_module_identifier__$B,
34410
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent(
34411
+ { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
34412
+ __vue_inject_styles__$A,
34413
+ __vue_script__$A,
34414
+ __vue_scope_id__$A,
34415
+ __vue_is_functional_template__$A,
34416
+ __vue_module_identifier__$A,
34419
34417
  false,
34420
34418
  undefined,
34421
34419
  undefined,
@@ -34465,20 +34463,20 @@ SearchResultsBadgeWrapper = __decorate([
34465
34463
  Component({
34466
34464
  name: "searchResultsBadgeWrapper",
34467
34465
  components: {
34468
- CustomBadge: __vue_component__$F,
34469
- TextBadge: __vue_component__$E,
34470
- ImageBadge: __vue_component__$D,
34471
- SearchResultGeneratedBadges: __vue_component__$B,
34466
+ CustomBadge: __vue_component__$E,
34467
+ TextBadge: __vue_component__$D,
34468
+ ImageBadge: __vue_component__$C,
34469
+ SearchResultGeneratedBadges: __vue_component__$A,
34472
34470
  },
34473
34471
  })
34474
34472
  ], SearchResultsBadgeWrapper);
34475
- var script$z = SearchResultsBadgeWrapper;
34473
+ var script$y = SearchResultsBadgeWrapper;
34476
34474
 
34477
34475
  /* script */
34478
- const __vue_script__$A = script$z;
34476
+ const __vue_script__$z = script$y;
34479
34477
 
34480
34478
  /* template */
34481
- var __vue_render__$A = function () {
34479
+ var __vue_render__$z = function () {
34482
34480
  var _vm = this;
34483
34481
  var _h = _vm.$createElement;
34484
34482
  var _c = _vm._self._c || _h;
@@ -34505,17 +34503,17 @@ var __vue_render__$A = function () {
34505
34503
  ),
34506
34504
  ])
34507
34505
  };
34508
- var __vue_staticRenderFns__$A = [];
34509
- __vue_render__$A._withStripped = true;
34506
+ var __vue_staticRenderFns__$z = [];
34507
+ __vue_render__$z._withStripped = true;
34510
34508
 
34511
34509
  /* style */
34512
- const __vue_inject_styles__$A = undefined;
34510
+ const __vue_inject_styles__$z = undefined;
34513
34511
  /* scoped */
34514
- const __vue_scope_id__$A = undefined;
34512
+ const __vue_scope_id__$z = undefined;
34515
34513
  /* module identifier */
34516
- const __vue_module_identifier__$A = undefined;
34514
+ const __vue_module_identifier__$z = undefined;
34517
34515
  /* functional template */
34518
- const __vue_is_functional_template__$A = false;
34516
+ const __vue_is_functional_template__$z = false;
34519
34517
  /* style inject */
34520
34518
 
34521
34519
  /* style inject SSR */
@@ -34524,13 +34522,13 @@ __vue_render__$A._withStripped = true;
34524
34522
 
34525
34523
 
34526
34524
 
34527
- const __vue_component__$A = /*#__PURE__*/normalizeComponent(
34528
- { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
34529
- __vue_inject_styles__$A,
34530
- __vue_script__$A,
34531
- __vue_scope_id__$A,
34532
- __vue_is_functional_template__$A,
34533
- __vue_module_identifier__$A,
34525
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent(
34526
+ { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
34527
+ __vue_inject_styles__$z,
34528
+ __vue_script__$z,
34529
+ __vue_scope_id__$z,
34530
+ __vue_is_functional_template__$z,
34531
+ __vue_module_identifier__$z,
34534
34532
  false,
34535
34533
  undefined,
34536
34534
  undefined,
@@ -34549,17 +34547,17 @@ SearchResultsProductImage = __decorate([
34549
34547
  Component({
34550
34548
  name: "searchResultsProductImage",
34551
34549
  components: {
34552
- ProductImage: __vue_component__$1c,
34550
+ ProductImage: __vue_component__$1b,
34553
34551
  },
34554
34552
  })
34555
34553
  ], SearchResultsProductImage);
34556
- var script$y = SearchResultsProductImage;
34554
+ var script$x = SearchResultsProductImage;
34557
34555
 
34558
34556
  /* script */
34559
- const __vue_script__$z = script$y;
34557
+ const __vue_script__$y = script$x;
34560
34558
 
34561
34559
  /* template */
34562
- var __vue_render__$z = function () {
34560
+ var __vue_render__$y = function () {
34563
34561
  var _vm = this;
34564
34562
  var _h = _vm.$createElement;
34565
34563
  var _c = _vm._self._c || _h;
@@ -34572,17 +34570,17 @@ var __vue_render__$z = function () {
34572
34570
  },
34573
34571
  })
34574
34572
  };
34575
- var __vue_staticRenderFns__$z = [];
34576
- __vue_render__$z._withStripped = true;
34573
+ var __vue_staticRenderFns__$y = [];
34574
+ __vue_render__$y._withStripped = true;
34577
34575
 
34578
34576
  /* style */
34579
- const __vue_inject_styles__$z = undefined;
34577
+ const __vue_inject_styles__$y = undefined;
34580
34578
  /* scoped */
34581
- const __vue_scope_id__$z = undefined;
34579
+ const __vue_scope_id__$y = undefined;
34582
34580
  /* module identifier */
34583
- const __vue_module_identifier__$z = undefined;
34581
+ const __vue_module_identifier__$y = undefined;
34584
34582
  /* functional template */
34585
- const __vue_is_functional_template__$z = false;
34583
+ const __vue_is_functional_template__$y = false;
34586
34584
  /* style inject */
34587
34585
 
34588
34586
  /* style inject SSR */
@@ -34591,13 +34589,13 @@ __vue_render__$z._withStripped = true;
34591
34589
 
34592
34590
 
34593
34591
 
34594
- const __vue_component__$z = /*#__PURE__*/normalizeComponent(
34595
- { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
34596
- __vue_inject_styles__$z,
34597
- __vue_script__$z,
34598
- __vue_scope_id__$z,
34599
- __vue_is_functional_template__$z,
34600
- __vue_module_identifier__$z,
34592
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent(
34593
+ { render: __vue_render__$y, staticRenderFns: __vue_staticRenderFns__$y },
34594
+ __vue_inject_styles__$y,
34595
+ __vue_script__$y,
34596
+ __vue_scope_id__$y,
34597
+ __vue_is_functional_template__$y,
34598
+ __vue_module_identifier__$y,
34601
34599
  false,
34602
34600
  undefined,
34603
34601
  undefined,
@@ -34640,13 +34638,13 @@ SearchResultsProductTitle = __decorate([
34640
34638
  name: "searchResultsProductTitle",
34641
34639
  })
34642
34640
  ], SearchResultsProductTitle);
34643
- var script$x = SearchResultsProductTitle;
34641
+ var script$w = SearchResultsProductTitle;
34644
34642
 
34645
34643
  /* script */
34646
- const __vue_script__$y = script$x;
34644
+ const __vue_script__$x = script$w;
34647
34645
 
34648
34646
  /* template */
34649
- var __vue_render__$y = function () {
34647
+ var __vue_render__$x = function () {
34650
34648
  var _vm = this;
34651
34649
  var _h = _vm.$createElement;
34652
34650
  var _c = _vm._self._c || _h;
@@ -34687,17 +34685,17 @@ var __vue_render__$y = function () {
34687
34685
  ]
34688
34686
  )
34689
34687
  };
34690
- var __vue_staticRenderFns__$y = [];
34691
- __vue_render__$y._withStripped = true;
34688
+ var __vue_staticRenderFns__$x = [];
34689
+ __vue_render__$x._withStripped = true;
34692
34690
 
34693
34691
  /* style */
34694
- const __vue_inject_styles__$y = undefined;
34692
+ const __vue_inject_styles__$x = undefined;
34695
34693
  /* scoped */
34696
- const __vue_scope_id__$y = undefined;
34694
+ const __vue_scope_id__$x = undefined;
34697
34695
  /* module identifier */
34698
- const __vue_module_identifier__$y = undefined;
34696
+ const __vue_module_identifier__$x = undefined;
34699
34697
  /* functional template */
34700
- const __vue_is_functional_template__$y = false;
34698
+ const __vue_is_functional_template__$x = false;
34701
34699
  /* style inject */
34702
34700
 
34703
34701
  /* style inject SSR */
@@ -34706,13 +34704,13 @@ __vue_render__$y._withStripped = true;
34706
34704
 
34707
34705
 
34708
34706
 
34709
- const __vue_component__$y = /*#__PURE__*/normalizeComponent(
34710
- { render: __vue_render__$y, staticRenderFns: __vue_staticRenderFns__$y },
34711
- __vue_inject_styles__$y,
34712
- __vue_script__$y,
34713
- __vue_scope_id__$y,
34714
- __vue_is_functional_template__$y,
34715
- __vue_module_identifier__$y,
34707
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent(
34708
+ { render: __vue_render__$x, staticRenderFns: __vue_staticRenderFns__$x },
34709
+ __vue_inject_styles__$x,
34710
+ __vue_script__$x,
34711
+ __vue_scope_id__$x,
34712
+ __vue_is_functional_template__$x,
34713
+ __vue_module_identifier__$x,
34716
34714
  false,
34717
34715
  undefined,
34718
34716
  undefined,
@@ -34742,13 +34740,13 @@ SearchResultsProductDescription = __decorate([
34742
34740
  name: "searchResultsProductDescription",
34743
34741
  })
34744
34742
  ], SearchResultsProductDescription);
34745
- var script$w = SearchResultsProductDescription;
34743
+ var script$v = SearchResultsProductDescription;
34746
34744
 
34747
34745
  /* script */
34748
- const __vue_script__$x = script$w;
34746
+ const __vue_script__$w = script$v;
34749
34747
 
34750
34748
  /* template */
34751
- var __vue_render__$x = function () {
34749
+ var __vue_render__$w = function () {
34752
34750
  var _vm = this;
34753
34751
  var _h = _vm.$createElement;
34754
34752
  var _c = _vm._self._c || _h;
@@ -34767,34 +34765,34 @@ var __vue_render__$x = function () {
34767
34765
  [_vm._v("\n " + _vm._s(_vm.description) + "\n")]
34768
34766
  )
34769
34767
  };
34770
- var __vue_staticRenderFns__$x = [];
34771
- __vue_render__$x._withStripped = true;
34768
+ var __vue_staticRenderFns__$w = [];
34769
+ __vue_render__$w._withStripped = true;
34772
34770
 
34773
34771
  /* style */
34774
- const __vue_inject_styles__$x = function (inject) {
34772
+ const __vue_inject_styles__$w = function (inject) {
34775
34773
  if (!inject) return
34776
34774
  inject("data-v-1c6e721a_0", { source: ".lupa-search-results-product-description {\n max-height: 200px;\n overflow: hidden;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n}", map: undefined, media: undefined });
34777
34775
 
34778
34776
  };
34779
34777
  /* scoped */
34780
- const __vue_scope_id__$x = undefined;
34778
+ const __vue_scope_id__$w = undefined;
34781
34779
  /* module identifier */
34782
- const __vue_module_identifier__$x = undefined;
34780
+ const __vue_module_identifier__$w = undefined;
34783
34781
  /* functional template */
34784
- const __vue_is_functional_template__$x = false;
34782
+ const __vue_is_functional_template__$w = false;
34785
34783
  /* style inject SSR */
34786
34784
 
34787
34785
  /* style inject shadow dom */
34788
34786
 
34789
34787
 
34790
34788
 
34791
- const __vue_component__$x = /*#__PURE__*/normalizeComponent(
34792
- { render: __vue_render__$x, staticRenderFns: __vue_staticRenderFns__$x },
34793
- __vue_inject_styles__$x,
34794
- __vue_script__$x,
34795
- __vue_scope_id__$x,
34796
- __vue_is_functional_template__$x,
34797
- __vue_module_identifier__$x,
34789
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent(
34790
+ { render: __vue_render__$w, staticRenderFns: __vue_staticRenderFns__$w },
34791
+ __vue_inject_styles__$w,
34792
+ __vue_script__$w,
34793
+ __vue_scope_id__$w,
34794
+ __vue_is_functional_template__$w,
34795
+ __vue_module_identifier__$w,
34798
34796
  false,
34799
34797
  createInjector,
34800
34798
  undefined,
@@ -34810,10 +34808,10 @@ let SearchResultsProductRating = class SearchResultsProductRating extends Vue$1
34810
34808
  return Math.round(this.item[this.options.key] || 0);
34811
34809
  }
34812
34810
  get baseStars() {
34813
- return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34811
+ return new Array(STAR_COUNT).fill("☆");
34814
34812
  }
34815
34813
  get highlightedStars() {
34816
- return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34814
+ return new Array(STAR_COUNT).fill(" ★");
34817
34815
  }
34818
34816
  get ratingPercentage() {
34819
34817
  return this.options.getRatingPercentage
@@ -34839,13 +34837,13 @@ SearchResultsProductRating = __decorate([
34839
34837
  name: "searchResultsProductRating",
34840
34838
  })
34841
34839
  ], SearchResultsProductRating);
34842
- var script$v = SearchResultsProductRating;
34840
+ var script$u = SearchResultsProductRating;
34843
34841
 
34844
34842
  /* script */
34845
- const __vue_script__$w = script$v;
34843
+ const __vue_script__$v = script$u;
34846
34844
 
34847
34845
  /* template */
34848
- var __vue_render__$w = function () {
34846
+ var __vue_render__$v = function () {
34849
34847
  var _vm = this;
34850
34848
  var _h = _vm.$createElement;
34851
34849
  var _c = _vm._self._c || _h;
@@ -34890,17 +34888,17 @@ var __vue_render__$w = function () {
34890
34888
  ),
34891
34889
  ])
34892
34890
  };
34893
- var __vue_staticRenderFns__$w = [];
34894
- __vue_render__$w._withStripped = true;
34891
+ var __vue_staticRenderFns__$v = [];
34892
+ __vue_render__$v._withStripped = true;
34895
34893
 
34896
34894
  /* style */
34897
- const __vue_inject_styles__$w = undefined;
34895
+ const __vue_inject_styles__$v = undefined;
34898
34896
  /* scoped */
34899
- const __vue_scope_id__$w = undefined;
34897
+ const __vue_scope_id__$v = undefined;
34900
34898
  /* module identifier */
34901
- const __vue_module_identifier__$w = undefined;
34899
+ const __vue_module_identifier__$v = undefined;
34902
34900
  /* functional template */
34903
- const __vue_is_functional_template__$w = false;
34901
+ const __vue_is_functional_template__$v = false;
34904
34902
  /* style inject */
34905
34903
 
34906
34904
  /* style inject SSR */
@@ -34909,13 +34907,13 @@ __vue_render__$w._withStripped = true;
34909
34907
 
34910
34908
 
34911
34909
 
34912
- const __vue_component__$w = /*#__PURE__*/normalizeComponent(
34913
- { render: __vue_render__$w, staticRenderFns: __vue_staticRenderFns__$w },
34914
- __vue_inject_styles__$w,
34915
- __vue_script__$w,
34916
- __vue_scope_id__$w,
34917
- __vue_is_functional_template__$w,
34918
- __vue_module_identifier__$w,
34910
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent(
34911
+ { render: __vue_render__$v, staticRenderFns: __vue_staticRenderFns__$v },
34912
+ __vue_inject_styles__$v,
34913
+ __vue_script__$v,
34914
+ __vue_scope_id__$v,
34915
+ __vue_is_functional_template__$v,
34916
+ __vue_module_identifier__$v,
34919
34917
  false,
34920
34918
  undefined,
34921
34919
  undefined,
@@ -34942,13 +34940,13 @@ SearchResultsProductRegularPrice = __decorate([
34942
34940
  name: "searchResultsProductRegularPrice",
34943
34941
  })
34944
34942
  ], SearchResultsProductRegularPrice);
34945
- var script$u = SearchResultsProductRegularPrice;
34943
+ var script$t = SearchResultsProductRegularPrice;
34946
34944
 
34947
34945
  /* script */
34948
- const __vue_script__$v = script$u;
34946
+ const __vue_script__$u = script$t;
34949
34947
 
34950
34948
  /* template */
34951
- var __vue_render__$v = function () {
34949
+ var __vue_render__$u = function () {
34952
34950
  var _vm = this;
34953
34951
  var _h = _vm.$createElement;
34954
34952
  var _c = _vm._self._c || _h;
@@ -34961,17 +34959,17 @@ var __vue_render__$v = function () {
34961
34959
  [_vm._v("\n " + _vm._s(_vm.price) + "\n")]
34962
34960
  )
34963
34961
  };
34964
- var __vue_staticRenderFns__$v = [];
34965
- __vue_render__$v._withStripped = true;
34962
+ var __vue_staticRenderFns__$u = [];
34963
+ __vue_render__$u._withStripped = true;
34966
34964
 
34967
34965
  /* style */
34968
- const __vue_inject_styles__$v = undefined;
34966
+ const __vue_inject_styles__$u = undefined;
34969
34967
  /* scoped */
34970
- const __vue_scope_id__$v = undefined;
34968
+ const __vue_scope_id__$u = undefined;
34971
34969
  /* module identifier */
34972
- const __vue_module_identifier__$v = undefined;
34970
+ const __vue_module_identifier__$u = undefined;
34973
34971
  /* functional template */
34974
- const __vue_is_functional_template__$v = false;
34972
+ const __vue_is_functional_template__$u = false;
34975
34973
  /* style inject */
34976
34974
 
34977
34975
  /* style inject SSR */
@@ -34980,13 +34978,13 @@ __vue_render__$v._withStripped = true;
34980
34978
 
34981
34979
 
34982
34980
 
34983
- const __vue_component__$v = /*#__PURE__*/normalizeComponent(
34984
- { render: __vue_render__$v, staticRenderFns: __vue_staticRenderFns__$v },
34985
- __vue_inject_styles__$v,
34986
- __vue_script__$v,
34987
- __vue_scope_id__$v,
34988
- __vue_is_functional_template__$v,
34989
- __vue_module_identifier__$v,
34981
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent(
34982
+ { render: __vue_render__$u, staticRenderFns: __vue_staticRenderFns__$u },
34983
+ __vue_inject_styles__$u,
34984
+ __vue_script__$u,
34985
+ __vue_scope_id__$u,
34986
+ __vue_is_functional_template__$u,
34987
+ __vue_module_identifier__$u,
34990
34988
  false,
34991
34989
  undefined,
34992
34990
  undefined,
@@ -35013,13 +35011,13 @@ SearchResultsProductPrice = __decorate([
35013
35011
  name: "searchResultsProductPrice",
35014
35012
  })
35015
35013
  ], SearchResultsProductPrice);
35016
- var script$t = SearchResultsProductPrice;
35014
+ var script$s = SearchResultsProductPrice;
35017
35015
 
35018
35016
  /* script */
35019
- const __vue_script__$u = script$t;
35017
+ const __vue_script__$t = script$s;
35020
35018
 
35021
35019
  /* template */
35022
- var __vue_render__$u = function () {
35020
+ var __vue_render__$t = function () {
35023
35021
  var _vm = this;
35024
35022
  var _h = _vm.$createElement;
35025
35023
  var _c = _vm._self._c || _h;
@@ -35032,17 +35030,17 @@ var __vue_render__$u = function () {
35032
35030
  [_c("strong", [_vm._v(_vm._s(_vm.price))])]
35033
35031
  )
35034
35032
  };
35035
- var __vue_staticRenderFns__$u = [];
35036
- __vue_render__$u._withStripped = true;
35033
+ var __vue_staticRenderFns__$t = [];
35034
+ __vue_render__$t._withStripped = true;
35037
35035
 
35038
35036
  /* style */
35039
- const __vue_inject_styles__$u = undefined;
35037
+ const __vue_inject_styles__$t = undefined;
35040
35038
  /* scoped */
35041
- const __vue_scope_id__$u = undefined;
35039
+ const __vue_scope_id__$t = undefined;
35042
35040
  /* module identifier */
35043
- const __vue_module_identifier__$u = undefined;
35041
+ const __vue_module_identifier__$t = undefined;
35044
35042
  /* functional template */
35045
- const __vue_is_functional_template__$u = false;
35043
+ const __vue_is_functional_template__$t = false;
35046
35044
  /* style inject */
35047
35045
 
35048
35046
  /* style inject SSR */
@@ -35051,13 +35049,13 @@ __vue_render__$u._withStripped = true;
35051
35049
 
35052
35050
 
35053
35051
 
35054
- const __vue_component__$u = /*#__PURE__*/normalizeComponent(
35055
- { render: __vue_render__$u, staticRenderFns: __vue_staticRenderFns__$u },
35056
- __vue_inject_styles__$u,
35057
- __vue_script__$u,
35058
- __vue_scope_id__$u,
35059
- __vue_is_functional_template__$u,
35060
- __vue_module_identifier__$u,
35052
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent(
35053
+ { render: __vue_render__$t, staticRenderFns: __vue_staticRenderFns__$t },
35054
+ __vue_inject_styles__$t,
35055
+ __vue_script__$t,
35056
+ __vue_scope_id__$t,
35057
+ __vue_is_functional_template__$t,
35058
+ __vue_module_identifier__$t,
35061
35059
  false,
35062
35060
  undefined,
35063
35061
  undefined,
@@ -35099,13 +35097,13 @@ SearchResultsProductAddToCart = __decorate([
35099
35097
  name: "searchResultsProductAddToCart",
35100
35098
  })
35101
35099
  ], SearchResultsProductAddToCart);
35102
- var script$s = SearchResultsProductAddToCart;
35100
+ var script$r = SearchResultsProductAddToCart;
35103
35101
 
35104
35102
  /* script */
35105
- const __vue_script__$t = script$s;
35103
+ const __vue_script__$s = script$r;
35106
35104
 
35107
35105
  /* template */
35108
- var __vue_render__$t = function () {
35106
+ var __vue_render__$s = function () {
35109
35107
  var _vm = this;
35110
35108
  var _h = _vm.$createElement;
35111
35109
  var _c = _vm._self._c || _h;
@@ -35131,34 +35129,34 @@ var __vue_render__$t = function () {
35131
35129
  ]),
35132
35130
  ])
35133
35131
  };
35134
- var __vue_staticRenderFns__$t = [];
35135
- __vue_render__$t._withStripped = true;
35132
+ var __vue_staticRenderFns__$s = [];
35133
+ __vue_render__$s._withStripped = true;
35136
35134
 
35137
35135
  /* style */
35138
- const __vue_inject_styles__$t = function (inject) {
35136
+ const __vue_inject_styles__$s = function (inject) {
35139
35137
  if (!inject) return
35140
35138
  inject("data-v-4541762a_0", { 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", map: undefined, media: undefined });
35141
35139
 
35142
35140
  };
35143
35141
  /* scoped */
35144
- const __vue_scope_id__$t = undefined;
35142
+ const __vue_scope_id__$s = undefined;
35145
35143
  /* module identifier */
35146
- const __vue_module_identifier__$t = undefined;
35144
+ const __vue_module_identifier__$s = undefined;
35147
35145
  /* functional template */
35148
- const __vue_is_functional_template__$t = false;
35146
+ const __vue_is_functional_template__$s = false;
35149
35147
  /* style inject SSR */
35150
35148
 
35151
35149
  /* style inject shadow dom */
35152
35150
 
35153
35151
 
35154
35152
 
35155
- const __vue_component__$t = /*#__PURE__*/normalizeComponent(
35156
- { render: __vue_render__$t, staticRenderFns: __vue_staticRenderFns__$t },
35157
- __vue_inject_styles__$t,
35158
- __vue_script__$t,
35159
- __vue_scope_id__$t,
35160
- __vue_is_functional_template__$t,
35161
- __vue_module_identifier__$t,
35153
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent(
35154
+ { render: __vue_render__$s, staticRenderFns: __vue_staticRenderFns__$s },
35155
+ __vue_inject_styles__$s,
35156
+ __vue_script__$s,
35157
+ __vue_scope_id__$s,
35158
+ __vue_is_functional_template__$s,
35159
+ __vue_module_identifier__$s,
35162
35160
  false,
35163
35161
  createInjector,
35164
35162
  undefined,
@@ -35199,13 +35197,13 @@ SearchResultsProductCustom = __decorate([
35199
35197
  name: "searchResultsProductCustom",
35200
35198
  })
35201
35199
  ], SearchResultsProductCustom);
35202
- var script$r = SearchResultsProductCustom;
35200
+ var script$q = SearchResultsProductCustom;
35203
35201
 
35204
35202
  /* script */
35205
- const __vue_script__$s = script$r;
35203
+ const __vue_script__$r = script$q;
35206
35204
 
35207
35205
  /* template */
35208
- var __vue_render__$s = function () {
35206
+ var __vue_render__$r = function () {
35209
35207
  var _vm = this;
35210
35208
  var _h = _vm.$createElement;
35211
35209
  var _c = _vm._self._c || _h;
@@ -35228,72 +35226,6 @@ var __vue_render__$s = function () {
35228
35226
  ]),
35229
35227
  ])
35230
35228
  };
35231
- var __vue_staticRenderFns__$s = [];
35232
- __vue_render__$s._withStripped = true;
35233
-
35234
- /* style */
35235
- const __vue_inject_styles__$s = undefined;
35236
- /* scoped */
35237
- const __vue_scope_id__$s = undefined;
35238
- /* module identifier */
35239
- const __vue_module_identifier__$s = undefined;
35240
- /* functional template */
35241
- const __vue_is_functional_template__$s = false;
35242
- /* style inject */
35243
-
35244
- /* style inject SSR */
35245
-
35246
- /* style inject shadow dom */
35247
-
35248
-
35249
-
35250
- const __vue_component__$s = /*#__PURE__*/normalizeComponent(
35251
- { render: __vue_render__$s, staticRenderFns: __vue_staticRenderFns__$s },
35252
- __vue_inject_styles__$s,
35253
- __vue_script__$s,
35254
- __vue_scope_id__$s,
35255
- __vue_is_functional_template__$s,
35256
- __vue_module_identifier__$s,
35257
- false,
35258
- undefined,
35259
- undefined,
35260
- undefined
35261
- );
35262
-
35263
- let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35264
- get text() {
35265
- return this.options.html(this.item);
35266
- }
35267
- get className() {
35268
- return this.options.className;
35269
- }
35270
- };
35271
- __decorate([
35272
- Prop()
35273
- ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35274
- __decorate([
35275
- Prop()
35276
- ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35277
- SearchResultsProductCustomHtmlElement = __decorate([
35278
- Component({
35279
- name: "searchResultsProductCustomHtmlElement",
35280
- })
35281
- ], SearchResultsProductCustomHtmlElement);
35282
- var script$q = SearchResultsProductCustomHtmlElement;
35283
-
35284
- /* script */
35285
- const __vue_script__$r = script$q;
35286
-
35287
- /* template */
35288
- var __vue_render__$r = function () {
35289
- var _vm = this;
35290
- var _h = _vm.$createElement;
35291
- var _c = _vm._self._c || _h;
35292
- return _c("div", {
35293
- class: _vm.className,
35294
- domProps: { innerHTML: _vm._s(_vm.text) },
35295
- })
35296
- };
35297
35229
  var __vue_staticRenderFns__$r = [];
35298
35230
  __vue_render__$r._withStripped = true;
35299
35231
 
@@ -35326,39 +35258,26 @@ __vue_render__$r._withStripped = true;
35326
35258
  undefined
35327
35259
  );
35328
35260
 
35329
- let SearchResultsProductSingleStarRating = class SearchResultsProductSingleStarRating extends Vue$1 {
35330
- get totalRatings() {
35331
- return `(${this.options.labels.numberOfRatings}${this.item[this.options.totalKey] || 0})`;
35332
- }
35333
- get ratingLink() {
35334
- var _a;
35335
- if (!((_a = this.options.links) === null || _a === void 0 ? void 0 : _a.ratingDetails)) {
35336
- return "";
35337
- }
35338
- return generateLink(this.options.links.ratingDetails, this.item);
35339
- }
35340
- get rating() {
35341
- if (!this.options.displayRating) {
35342
- return this.item[this.options.key];
35343
- }
35344
- return this.options.displayRating(this.item);
35261
+ let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35262
+ get text() {
35263
+ return this.options.html(this.item);
35345
35264
  }
35346
- get star() {
35347
- return RATING_STAR_HTML;
35265
+ get className() {
35266
+ return this.options.className;
35348
35267
  }
35349
35268
  };
35350
35269
  __decorate([
35351
35270
  Prop()
35352
- ], SearchResultsProductSingleStarRating.prototype, "item", void 0);
35271
+ ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35353
35272
  __decorate([
35354
35273
  Prop()
35355
- ], SearchResultsProductSingleStarRating.prototype, "options", void 0);
35356
- SearchResultsProductSingleStarRating = __decorate([
35274
+ ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35275
+ SearchResultsProductCustomHtmlElement = __decorate([
35357
35276
  Component({
35358
- name: "SearchResultsProductSingleStarRating",
35277
+ name: "searchResultsProductCustomHtmlElement",
35359
35278
  })
35360
- ], SearchResultsProductSingleStarRating);
35361
- var script$p = SearchResultsProductSingleStarRating;
35279
+ ], SearchResultsProductCustomHtmlElement);
35280
+ var script$p = SearchResultsProductCustomHtmlElement;
35362
35281
 
35363
35282
  /* script */
35364
35283
  const __vue_script__$q = script$p;
@@ -35368,20 +35287,10 @@ var __vue_render__$q = function () {
35368
35287
  var _vm = this;
35369
35288
  var _h = _vm.$createElement;
35370
35289
  var _c = _vm._self._c || _h;
35371
- return _c("div", { attrs: { id: "lupa-search-results-rating" } }, [
35372
- _c("div", {
35373
- staticClass: "lupa-rating lupa-rating-highlighted",
35374
- domProps: { innerHTML: _vm._s(_vm.star) },
35375
- }),
35376
- _vm._v(" "),
35377
- _c("div", { staticClass: "lupa-ratings" }, [_vm._v(_vm._s(_vm.rating))]),
35378
- _vm._v(" "),
35379
- _c(
35380
- "a",
35381
- { staticClass: "lupa-total-ratings", attrs: { href: _vm.ratingLink } },
35382
- [_vm._v(_vm._s(_vm.totalRatings))]
35383
- ),
35384
- ])
35290
+ return _c("div", {
35291
+ class: _vm.className,
35292
+ domProps: { innerHTML: _vm._s(_vm.text) },
35293
+ })
35385
35294
  };
35386
35295
  var __vue_staticRenderFns__$q = [];
35387
35296
  __vue_render__$q._withStripped = true;
@@ -35426,8 +35335,6 @@ let SearchResultsProductCardElement = class SearchResultsProductCardElement exte
35426
35335
  return "searchResultsProductDescription";
35427
35336
  case exports.DocumentElementType.RATING:
35428
35337
  return "searchResultsProductRating";
35429
- case exports.DocumentElementType.SINGLE_STAR_RATING:
35430
- return "SearchResultsProductSingleStarRating";
35431
35338
  case exports.DocumentElementType.PRICE:
35432
35339
  return "searchResultsProductPrice";
35433
35340
  case exports.DocumentElementType.REGULARPRICE:
@@ -35467,16 +35374,15 @@ SearchResultsProductCardElement = __decorate([
35467
35374
  Component({
35468
35375
  name: "searchResultsProductCardElement",
35469
35376
  components: {
35470
- SearchResultsProductImage: __vue_component__$z,
35471
- SearchResultsProductTitle: __vue_component__$y,
35472
- SearchResultsProductDescription: __vue_component__$x,
35473
- SearchResultsProductRating: __vue_component__$w,
35474
- SearchResultsProductSingleStarRating: __vue_component__$q,
35475
- SearchResultsProductRegularPrice: __vue_component__$v,
35476
- SearchResultsProductPrice: __vue_component__$u,
35477
- SearchResultsProductAddToCart: __vue_component__$t,
35478
- SearchResultsProductCustom: __vue_component__$s,
35479
- SearchResultsProductCustomHtmlElement: __vue_component__$r,
35377
+ SearchResultsProductImage: __vue_component__$y,
35378
+ SearchResultsProductTitle: __vue_component__$x,
35379
+ SearchResultsProductDescription: __vue_component__$w,
35380
+ SearchResultsProductRating: __vue_component__$v,
35381
+ SearchResultsProductRegularPrice: __vue_component__$u,
35382
+ SearchResultsProductPrice: __vue_component__$t,
35383
+ SearchResultsProductAddToCart: __vue_component__$s,
35384
+ SearchResultsProductCustom: __vue_component__$r,
35385
+ SearchResultsProductCustomHtmlElement: __vue_component__$q,
35480
35386
  },
35481
35387
  })
35482
35388
  ], SearchResultsProductCardElement);
@@ -35555,11 +35461,11 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35555
35461
  }
35556
35462
  get imageElements() {
35557
35463
  var _a, _b;
35558
- return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type === exports.DocumentElementType.IMAGE && !e.group)) !== null && _b !== void 0 ? _b : []);
35464
+ return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type === exports.DocumentElementType.IMAGE)) !== null && _b !== void 0 ? _b : []);
35559
35465
  }
35560
35466
  get detailElements() {
35561
35467
  var _a, _b;
35562
- return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type !== exports.DocumentElementType.IMAGE && !e.group)) !== null && _b !== void 0 ? _b : []);
35468
+ return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type !== exports.DocumentElementType.IMAGE)) !== null && _b !== void 0 ? _b : []);
35563
35469
  }
35564
35470
  get labels() {
35565
35471
  var _a;
@@ -35575,16 +35481,6 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35575
35481
  get hasEventRouting() {
35576
35482
  return this.searchResultsRoutingBehavior === "event";
35577
35483
  }
35578
- get elementGroups() {
35579
- var _a;
35580
- return [
35581
- ...new Set((_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.map((e) => e.group).filter((g) => Boolean(g))),
35582
- ];
35583
- }
35584
- getGroupElements(group) {
35585
- var _a, _b;
35586
- return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.group === group)) !== null && _b !== void 0 ? _b : [];
35587
- }
35588
35484
  mounted() {
35589
35485
  this.checkIfIsInStock();
35590
35486
  }
@@ -35672,7 +35568,7 @@ SearchResultsProductCard = __decorate([
35672
35568
  Component({
35673
35569
  name: "searchResultsProductCard",
35674
35570
  components: {
35675
- SearchResultsBadgeWrapper: __vue_component__$A,
35571
+ SearchResultsBadgeWrapper: __vue_component__$z,
35676
35572
  SearchResultsProductCardElement: __vue_component__$p,
35677
35573
  },
35678
35574
  })
@@ -35764,30 +35660,7 @@ var __vue_render__$o = function () {
35764
35660
  }),
35765
35661
  1
35766
35662
  ),
35767
- _vm._v(" "),
35768
- _vm._l(_vm.elementGroups, function (group) {
35769
- return _c(
35770
- "div",
35771
- { key: group, class: "lupa-element-group-" + group },
35772
- _vm._l(_vm.getGroupElements(group), function (element) {
35773
- return _c("SearchResultsProductCardElement", {
35774
- key: element.key,
35775
- staticClass: "lupa-search-results-product-element",
35776
- attrs: {
35777
- item: _vm.product,
35778
- element: element,
35779
- labels: _vm.labels,
35780
- inStock: _vm.isInStock,
35781
- link: _vm.link,
35782
- },
35783
- on: { productEvent: _vm.handleProductEvent },
35784
- })
35785
- }),
35786
- 1
35787
- )
35788
- }),
35789
- ],
35790
- 2
35663
+ ]
35791
35664
  ),
35792
35665
  ],
35793
35666
  1
@@ -37630,8 +37503,8 @@ FiltersTopDropdown = __decorate([
37630
37503
  Component({
37631
37504
  name: "filtersTopDropdown",
37632
37505
  components: {
37633
- CurrentFilters: __vue_component__$S,
37634
- Facets: __vue_component__$L,
37506
+ CurrentFilters: __vue_component__$R,
37507
+ Facets: __vue_component__$K,
37635
37508
  },
37636
37509
  })
37637
37510
  ], FiltersTopDropdown);
@@ -37784,7 +37657,7 @@ SearchResultsProducts = __decorate([
37784
37657
  Component({
37785
37658
  name: "searchResultsProducts",
37786
37659
  components: {
37787
- CurrentFilters: __vue_component__$S,
37660
+ CurrentFilters: __vue_component__$R,
37788
37661
  SearchResultsProductCard: __vue_component__$o,
37789
37662
  SearchResultsToolbar: __vue_component__$f,
37790
37663
  AdditionalPanels: __vue_component__$m,
@@ -38533,11 +38406,11 @@ SearchResults = __decorate([
38533
38406
  Component({
38534
38407
  name: "searchResults",
38535
38408
  components: {
38536
- SearchResultsFilters: __vue_component__$I,
38409
+ SearchResultsFilters: __vue_component__$H,
38537
38410
  SearchResultsProducts: __vue_component__$a,
38538
- MobileFilterSidebar: __vue_component__$H,
38411
+ MobileFilterSidebar: __vue_component__$G,
38539
38412
  SearchResultsBreadcrumbs: __vue_component__$9,
38540
- SearchResultsDidYouMean: __vue_component__$G,
38413
+ SearchResultsDidYouMean: __vue_component__$F,
38541
38414
  SearchResultsTitle: __vue_component__$8,
38542
38415
  SearchResultsToolbar: __vue_component__$f,
38543
38416
  CategoryTopFilters: __vue_component__$7,
@@ -39054,7 +38927,7 @@ SearchContainer = __decorate([
39054
38927
  name: "productList",
39055
38928
  components: {
39056
38929
  SearchResults: __vue_component__$6,
39057
- SearchBox: __vue_component__$V,
38930
+ SearchBox: __vue_component__$U,
39058
38931
  },
39059
38932
  })
39060
38933
  ], SearchContainer);
@@ -39201,8 +39074,10 @@ let SearchContainerEntry = class SearchContainerEntry extends Vue$1 {
39201
39074
  window.addEventListener("keydown", this.checkCloseOnEscape);
39202
39075
  }
39203
39076
  mounted() {
39077
+ var _a;
39204
39078
  this.mountOpenListeners();
39205
39079
  this.checkExistingQuery();
39080
+ this.isOpen = Boolean((_a = this.containerOptions.options) === null || _a === void 0 ? void 0 : _a.isOpenInitially);
39206
39081
  }
39207
39082
  beforeDestroy() {
39208
39083
  var _a;
@@ -40410,7 +40285,8 @@ const createShadowDom = (shadowId, managerId) => {
40410
40285
  manager === null || manager === void 0 ? void 0 : manager.setAttribute("id", managerId);
40411
40286
  return { host, manager };
40412
40287
  };
40413
- const attatchShadowDom = ({ host, manager, styleUrl, }) => {
40288
+ const attatchShadowDom = ({ host, manager, styleUrl, options, }) => {
40289
+ var _a;
40414
40290
  if (host.shadowRoot) {
40415
40291
  return;
40416
40292
  }
@@ -40435,6 +40311,12 @@ const attatchShadowDom = ({ host, manager, styleUrl, }) => {
40435
40311
  const shadow = host.attachShadow({ mode: "open" });
40436
40312
  shadow.appendChild(manager);
40437
40313
  shadow.appendChild(link);
40314
+ // Configure main display options
40315
+ if ((_a = options === null || options === void 0 ? void 0 : options.layout) === null || _a === void 0 ? void 0 : _a.marginLeft) {
40316
+ const style = document.createElement("style");
40317
+ style.innerHTML = `.lupa-search-container-overlay { width: calc(100% - ${options.layout.marginLeft}px); margin-left: ${options.layout.marginLeft}px; }`;
40318
+ shadow.appendChild(style);
40319
+ }
40438
40320
  };
40439
40321
 
40440
40322
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -40460,7 +40342,7 @@ const applySearchBox = (options, mountOptions) => {
40460
40342
  return;
40461
40343
  }
40462
40344
  Vue$1.use(Vuex);
40463
- const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$U);
40345
+ const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$T);
40464
40346
  const instance = new SearchBoxEntryComponent({
40465
40347
  el: options.inputSelector,
40466
40348
  propsData: { searchBoxOptions: options },
@@ -40520,10 +40402,10 @@ const productList = (options, mountOptions) => {
40520
40402
  app.productList[options.containerSelector] = instance;
40521
40403
  };
40522
40404
  const searchContainer = (options, mountOptions) => {
40523
- var _a;
40524
- const existingInstance = app.productList[options.trigger];
40405
+ var _a, _b;
40406
+ const existingInstance = app.searchContainer[options.trigger];
40525
40407
  if (existingInstance) {
40526
- existingInstance.productListOptions = options;
40408
+ existingInstance.searchContainerOptions = options;
40527
40409
  if (mountOptions === null || mountOptions === void 0 ? void 0 : mountOptions.fetch) {
40528
40410
  setTimeout(() => {
40529
40411
  var _a;
@@ -40539,7 +40421,8 @@ const searchContainer = (options, mountOptions) => {
40539
40421
  attatchShadowDom({
40540
40422
  host,
40541
40423
  manager,
40542
- styleUrl: (_a = options.styleLink) !== null && _a !== void 0 ? _a : DEFAULT_CONTAINER_STYLE,
40424
+ styleUrl: (_b = (_a = options.options) === null || _a === void 0 ? void 0 : _a.styleLink) !== null && _b !== void 0 ? _b : DEFAULT_CONTAINER_STYLE,
40425
+ options: options.options,
40543
40426
  });
40544
40427
  document.body.appendChild(host);
40545
40428
  const SearchContainerEntryComponent = Vue$1.component("SearchContainerEntry", __vue_component__);