@getlupa/client 0.13.0-alpha-6 → 0.14.0

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 (40) hide show
  1. package/dist/cjs/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  2. package/dist/cjs/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  3. package/dist/cjs/components/search-results/SearchResults.vue.d.ts +4 -1
  4. package/dist/cjs/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  5. package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  6. package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  7. package/dist/cjs/constants/global.const.d.ts +1 -0
  8. package/dist/cjs/index.d.ts +3 -3
  9. package/dist/cjs/index.min.js +1163 -879
  10. package/dist/cjs/store/modules/dynamicData.d.ts +21 -0
  11. package/dist/cjs/types/DocumentElement.d.ts +12 -1
  12. package/dist/cjs/types/search-box/SearchBoxOptions.d.ts +2 -0
  13. package/dist/cjs/types/search-results/SearchResultsOptions.d.ts +6 -0
  14. package/dist/es/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  15. package/dist/es/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  16. package/dist/es/components/search-results/SearchResults.vue.d.ts +4 -1
  17. package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  18. package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  19. package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  20. package/dist/es/constants/global.const.d.ts +1 -0
  21. package/dist/es/index.d.ts +3 -3
  22. package/dist/es/index.min.js +1163 -879
  23. package/dist/es/store/modules/dynamicData.d.ts +21 -0
  24. package/dist/es/types/DocumentElement.d.ts +12 -1
  25. package/dist/es/types/search-box/SearchBoxOptions.d.ts +2 -0
  26. package/dist/es/types/search-results/SearchResultsOptions.d.ts +6 -0
  27. package/dist/iife/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  28. package/dist/iife/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  29. package/dist/iife/components/search-results/SearchResults.vue.d.ts +4 -1
  30. package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  31. package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  32. package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  33. package/dist/iife/constants/global.const.d.ts +1 -0
  34. package/dist/iife/index.d.ts +3 -3
  35. package/dist/iife/index.min.js +1 -1
  36. package/dist/iife/store/modules/dynamicData.d.ts +21 -0
  37. package/dist/iife/types/DocumentElement.d.ts +12 -1
  38. package/dist/iife/types/search-box/SearchBoxOptions.d.ts +2 -0
  39. package/dist/iife/types/search-results/SearchResultsOptions.d.ts +6 -0
  40. package/package.json +1 -1
@@ -11029,7 +11029,7 @@ SearchBoxInput = __decorate([
11029
11029
  name: "searchBoxInput",
11030
11030
  })
11031
11031
  ], SearchBoxInput);
11032
- var script$1b = SearchBoxInput;
11032
+ var script$1c = 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__$1c = script$1b;
11163
+ const __vue_script__$1d = script$1c;
11164
11164
 
11165
11165
  /* template */
11166
- var __vue_render__$1c = function () {
11166
+ var __vue_render__$1d = 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__$1c = function () {
11248
11248
  : _vm._e(),
11249
11249
  ])
11250
11250
  };
11251
- var __vue_staticRenderFns__$1c = [];
11252
- __vue_render__$1c._withStripped = true;
11251
+ var __vue_staticRenderFns__$1d = [];
11252
+ __vue_render__$1d._withStripped = true;
11253
11253
 
11254
11254
  /* style */
11255
- const __vue_inject_styles__$1c = function (inject) {
11255
+ const __vue_inject_styles__$1d = 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__$1c = undefined;
11261
+ const __vue_scope_id__$1d = undefined;
11262
11262
  /* module identifier */
11263
- const __vue_module_identifier__$1c = undefined;
11263
+ const __vue_module_identifier__$1d = undefined;
11264
11264
  /* functional template */
11265
- const __vue_is_functional_template__$1c = false;
11265
+ const __vue_is_functional_template__$1d = false;
11266
11266
  /* style inject SSR */
11267
11267
 
11268
11268
  /* style inject shadow dom */
11269
11269
 
11270
11270
 
11271
11271
 
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,
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,
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$1a = ProductImage;
11355
+ var script$1b = ProductImage;
11356
11356
 
11357
11357
  /* script */
11358
- const __vue_script__$1b = script$1a;
11358
+ const __vue_script__$1c = script$1b;
11359
11359
 
11360
11360
  /* template */
11361
- var __vue_render__$1b = function () {
11361
+ var __vue_render__$1c = 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__$1b = function () {
11370
11370
  }),
11371
11371
  ])
11372
11372
  };
11373
- var __vue_staticRenderFns__$1b = [];
11374
- __vue_render__$1b._withStripped = true;
11373
+ var __vue_staticRenderFns__$1c = [];
11374
+ __vue_render__$1c._withStripped = true;
11375
11375
 
11376
11376
  /* style */
11377
- const __vue_inject_styles__$1b = undefined;
11377
+ const __vue_inject_styles__$1c = undefined;
11378
11378
  /* scoped */
11379
- const __vue_scope_id__$1b = undefined;
11379
+ const __vue_scope_id__$1c = undefined;
11380
11380
  /* module identifier */
11381
- const __vue_module_identifier__$1b = undefined;
11381
+ const __vue_module_identifier__$1c = undefined;
11382
11382
  /* functional template */
11383
- const __vue_is_functional_template__$1b = false;
11383
+ const __vue_is_functional_template__$1c = false;
11384
11384
  /* style inject */
11385
11385
 
11386
11386
  /* style inject SSR */
@@ -11389,13 +11389,13 @@ __vue_render__$1b._withStripped = true;
11389
11389
 
11390
11390
 
11391
11391
 
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,
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,
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__$1b,
11416
+ ProductImage: __vue_component__$1c,
11417
11417
  },
11418
11418
  })
11419
11419
  ], SearchBoxProductImage);
11420
- var script$19 = SearchBoxProductImage;
11420
+ var script$1a = SearchBoxProductImage;
11421
11421
 
11422
11422
  /* script */
11423
- const __vue_script__$1a = script$19;
11423
+ const __vue_script__$1b = script$1a;
11424
11424
 
11425
11425
  /* template */
11426
- var __vue_render__$1a = function () {
11426
+ var __vue_render__$1b = 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__$1a = function () {
11436
11436
  },
11437
11437
  })
11438
11438
  };
11439
- var __vue_staticRenderFns__$1a = [];
11440
- __vue_render__$1a._withStripped = true;
11439
+ var __vue_staticRenderFns__$1b = [];
11440
+ __vue_render__$1b._withStripped = true;
11441
11441
 
11442
11442
  /* style */
11443
- const __vue_inject_styles__$1a = undefined;
11443
+ const __vue_inject_styles__$1b = undefined;
11444
11444
  /* scoped */
11445
- const __vue_scope_id__$1a = undefined;
11445
+ const __vue_scope_id__$1b = undefined;
11446
11446
  /* module identifier */
11447
- const __vue_module_identifier__$1a = undefined;
11447
+ const __vue_module_identifier__$1b = undefined;
11448
11448
  /* functional template */
11449
- const __vue_is_functional_template__$1a = false;
11449
+ const __vue_is_functional_template__$1b = false;
11450
11450
  /* style inject */
11451
11451
 
11452
11452
  /* style inject SSR */
@@ -11455,13 +11455,13 @@ __vue_render__$1a._withStripped = true;
11455
11455
 
11456
11456
 
11457
11457
 
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,
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,
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$18 = SearchBoxProductTitle;
11489
+ var script$19 = SearchBoxProductTitle;
11490
11490
 
11491
11491
  /* script */
11492
- const __vue_script__$19 = script$18;
11492
+ const __vue_script__$1a = script$19;
11493
11493
 
11494
11494
  /* template */
11495
- var __vue_render__$19 = function () {
11495
+ var __vue_render__$1a = 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__$19 = function () {
11505
11505
  _c("strong", [_vm._v(_vm._s(_vm.title))]),
11506
11506
  ])
11507
11507
  };
11508
- var __vue_staticRenderFns__$19 = [];
11509
- __vue_render__$19._withStripped = true;
11508
+ var __vue_staticRenderFns__$1a = [];
11509
+ __vue_render__$1a._withStripped = true;
11510
11510
 
11511
11511
  /* style */
11512
- const __vue_inject_styles__$19 = undefined;
11512
+ const __vue_inject_styles__$1a = undefined;
11513
11513
  /* scoped */
11514
- const __vue_scope_id__$19 = undefined;
11514
+ const __vue_scope_id__$1a = undefined;
11515
11515
  /* module identifier */
11516
- const __vue_module_identifier__$19 = undefined;
11516
+ const __vue_module_identifier__$1a = undefined;
11517
11517
  /* functional template */
11518
- const __vue_is_functional_template__$19 = false;
11518
+ const __vue_is_functional_template__$1a = false;
11519
11519
  /* style inject */
11520
11520
 
11521
11521
  /* style inject SSR */
@@ -11524,13 +11524,13 @@ __vue_render__$19._withStripped = true;
11524
11524
 
11525
11525
 
11526
11526
 
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,
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,
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$17 = SearchBoxProductDescription;
11558
+ var script$18 = SearchBoxProductDescription;
11559
11559
 
11560
11560
  /* script */
11561
- const __vue_script__$18 = script$17;
11561
+ const __vue_script__$19 = script$18;
11562
11562
 
11563
11563
  /* template */
11564
- var __vue_render__$18 = function () {
11564
+ var __vue_render__$19 = 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__$18 = function () {
11574
11574
  _vm._v("\n " + _vm._s(_vm.description) + "\n"),
11575
11575
  ])
11576
11576
  };
11577
- var __vue_staticRenderFns__$18 = [];
11578
- __vue_render__$18._withStripped = true;
11577
+ var __vue_staticRenderFns__$19 = [];
11578
+ __vue_render__$19._withStripped = true;
11579
11579
 
11580
11580
  /* style */
11581
- const __vue_inject_styles__$18 = undefined;
11581
+ const __vue_inject_styles__$19 = undefined;
11582
11582
  /* scoped */
11583
- const __vue_scope_id__$18 = undefined;
11583
+ const __vue_scope_id__$19 = undefined;
11584
11584
  /* module identifier */
11585
- const __vue_module_identifier__$18 = undefined;
11585
+ const __vue_module_identifier__$19 = undefined;
11586
11586
  /* functional template */
11587
- const __vue_is_functional_template__$18 = false;
11587
+ const __vue_is_functional_template__$19 = false;
11588
11588
  /* style inject */
11589
11589
 
11590
11590
  /* style inject SSR */
@@ -11593,13 +11593,13 @@ __vue_render__$18._withStripped = true;
11593
11593
 
11594
11594
 
11595
11595
 
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,
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,
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$16 = SearchBoxProductPrice;
11658
+ var script$17 = SearchBoxProductPrice;
11659
11659
 
11660
11660
  /* script */
11661
- const __vue_script__$17 = script$16;
11661
+ const __vue_script__$18 = script$17;
11662
11662
 
11663
11663
  /* template */
11664
- var __vue_render__$17 = function () {
11664
+ var __vue_render__$18 = 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__$17 = function () {
11669
11669
  _c("strong", [_vm._v(_vm._s(_vm.price))]),
11670
11670
  ])
11671
11671
  };
11672
- var __vue_staticRenderFns__$17 = [];
11673
- __vue_render__$17._withStripped = true;
11672
+ var __vue_staticRenderFns__$18 = [];
11673
+ __vue_render__$18._withStripped = true;
11674
11674
 
11675
11675
  /* style */
11676
- const __vue_inject_styles__$17 = undefined;
11676
+ const __vue_inject_styles__$18 = undefined;
11677
11677
  /* scoped */
11678
- const __vue_scope_id__$17 = undefined;
11678
+ const __vue_scope_id__$18 = undefined;
11679
11679
  /* module identifier */
11680
- const __vue_module_identifier__$17 = undefined;
11680
+ const __vue_module_identifier__$18 = undefined;
11681
11681
  /* functional template */
11682
- const __vue_is_functional_template__$17 = false;
11682
+ const __vue_is_functional_template__$18 = false;
11683
11683
  /* style inject */
11684
11684
 
11685
11685
  /* style inject SSR */
@@ -11688,13 +11688,13 @@ __vue_render__$17._withStripped = true;
11688
11688
 
11689
11689
 
11690
11690
 
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,
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,
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$15 = SearchBoxProductRegularPrice;
11722
+ var script$16 = SearchBoxProductRegularPrice;
11723
11723
 
11724
11724
  /* script */
11725
- const __vue_script__$16 = script$15;
11725
+ const __vue_script__$17 = script$16;
11726
11726
 
11727
11727
  /* template */
11728
- var __vue_render__$16 = function () {
11728
+ var __vue_render__$17 = 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__$16 = function () {
11733
11733
  _vm._v(_vm._s(_vm.price)),
11734
11734
  ])
11735
11735
  };
11736
- var __vue_staticRenderFns__$16 = [];
11737
- __vue_render__$16._withStripped = true;
11736
+ var __vue_staticRenderFns__$17 = [];
11737
+ __vue_render__$17._withStripped = true;
11738
11738
 
11739
11739
  /* style */
11740
- const __vue_inject_styles__$16 = undefined;
11740
+ const __vue_inject_styles__$17 = undefined;
11741
11741
  /* scoped */
11742
- const __vue_scope_id__$16 = undefined;
11742
+ const __vue_scope_id__$17 = undefined;
11743
11743
  /* module identifier */
11744
- const __vue_module_identifier__$16 = undefined;
11744
+ const __vue_module_identifier__$17 = undefined;
11745
11745
  /* functional template */
11746
- const __vue_is_functional_template__$16 = false;
11746
+ const __vue_is_functional_template__$17 = false;
11747
11747
  /* style inject */
11748
11748
 
11749
11749
  /* style inject SSR */
@@ -11752,13 +11752,13 @@ __vue_render__$16._withStripped = true;
11752
11752
 
11753
11753
 
11754
11754
 
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,
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,
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$14 = SearchBoxProductCustom;
11792
+ var script$15 = SearchBoxProductCustom;
11793
11793
 
11794
11794
  /* script */
11795
- const __vue_script__$15 = script$14;
11795
+ const __vue_script__$16 = script$15;
11796
11796
 
11797
11797
  /* template */
11798
- var __vue_render__$15 = function () {
11798
+ var __vue_render__$16 = 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__$15 = function () {
11818
11818
  ]),
11819
11819
  ])
11820
11820
  };
11821
- var __vue_staticRenderFns__$15 = [];
11822
- __vue_render__$15._withStripped = true;
11821
+ var __vue_staticRenderFns__$16 = [];
11822
+ __vue_render__$16._withStripped = true;
11823
11823
 
11824
11824
  /* style */
11825
- const __vue_inject_styles__$15 = undefined;
11825
+ const __vue_inject_styles__$16 = undefined;
11826
11826
  /* scoped */
11827
- const __vue_scope_id__$15 = undefined;
11827
+ const __vue_scope_id__$16 = undefined;
11828
11828
  /* module identifier */
11829
- const __vue_module_identifier__$15 = undefined;
11829
+ const __vue_module_identifier__$16 = undefined;
11830
11830
  /* functional template */
11831
- const __vue_is_functional_template__$15 = false;
11831
+ const __vue_is_functional_template__$16 = false;
11832
11832
  /* style inject */
11833
11833
 
11834
11834
  /* style inject SSR */
@@ -11837,13 +11837,13 @@ __vue_render__$15._withStripped = true;
11837
11837
 
11838
11838
 
11839
11839
 
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,
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,
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$13 = SearchBoxProductCustomHtml;
11872
+ var script$14 = SearchBoxProductCustomHtml;
11873
11873
 
11874
11874
  /* script */
11875
- const __vue_script__$14 = script$13;
11875
+ const __vue_script__$15 = script$14;
11876
11876
 
11877
11877
  /* template */
11878
- var __vue_render__$14 = function () {
11878
+ var __vue_render__$15 = 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__$14 = function () {
11884
11884
  domProps: { innerHTML: _vm._s(_vm.text) },
11885
11885
  })
11886
11886
  };
11887
- var __vue_staticRenderFns__$14 = [];
11888
- __vue_render__$14._withStripped = true;
11887
+ var __vue_staticRenderFns__$15 = [];
11888
+ __vue_render__$15._withStripped = true;
11889
11889
 
11890
11890
  /* style */
11891
- const __vue_inject_styles__$14 = undefined;
11891
+ const __vue_inject_styles__$15 = undefined;
11892
11892
  /* scoped */
11893
- const __vue_scope_id__$14 = undefined;
11893
+ const __vue_scope_id__$15 = undefined;
11894
11894
  /* module identifier */
11895
- const __vue_module_identifier__$14 = undefined;
11895
+ const __vue_module_identifier__$15 = undefined;
11896
11896
  /* functional template */
11897
- const __vue_is_functional_template__$14 = false;
11897
+ const __vue_is_functional_template__$15 = false;
11898
11898
  /* style inject */
11899
11899
 
11900
11900
  /* style inject SSR */
@@ -11903,13 +11903,13 @@ __vue_render__$14._withStripped = true;
11903
11903
 
11904
11904
 
11905
11905
 
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,
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,
11913
11913
  false,
11914
11914
  undefined,
11915
11915
  undefined,
@@ -11926,10 +11926,12 @@ 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";
11929
11930
  DocumentElementType["ADDTOCART"] = "addToCart";
11930
11931
  DocumentElementType["CUSTOM_HTML"] = "customHtml";
11931
11932
  })(exports.DocumentElementType || (exports.DocumentElementType = {}));
11932
11933
 
11934
+ const dynamicData$4 = namespace("dynamicData");
11933
11935
  let SearchBoxProductElement = class SearchBoxProductElement extends Vue$1 {
11934
11936
  get elementComponent() {
11935
11937
  switch (this.element.type) {
@@ -11953,6 +11955,17 @@ let SearchBoxProductElement = class SearchBoxProductElement extends Vue$1 {
11953
11955
  get displayElement() {
11954
11956
  return this.element.display ? this.element.display(this.item) : true;
11955
11957
  }
11958
+ get isLoadingDynamicData() {
11959
+ return Boolean(this.element.dynamic && this.loading);
11960
+ }
11961
+ get enhancedItem() {
11962
+ var _a, _b, _c, _d;
11963
+ if (!((_a = this.item) === null || _a === void 0 ? void 0 : _a.id)) {
11964
+ return this.item;
11965
+ }
11966
+ const enhancementData = (_d = (_b = this.dynamicDataIdMap) === null || _b === void 0 ? void 0 : _b[(_c = this.item) === null || _c === void 0 ? void 0 : _c.id]) !== null && _d !== void 0 ? _d : {};
11967
+ return Object.assign(Object.assign({}, this.item), enhancementData);
11968
+ }
11956
11969
  };
11957
11970
  __decorate([
11958
11971
  Prop()
@@ -11963,47 +11976,58 @@ __decorate([
11963
11976
  __decorate([
11964
11977
  Prop()
11965
11978
  ], SearchBoxProductElement.prototype, "labels", void 0);
11979
+ __decorate([
11980
+ dynamicData$4.State("loading")
11981
+ ], SearchBoxProductElement.prototype, "loading", void 0);
11982
+ __decorate([
11983
+ dynamicData$4.State("dynamicDataIdMap")
11984
+ ], SearchBoxProductElement.prototype, "dynamicDataIdMap", void 0);
11966
11985
  SearchBoxProductElement = __decorate([
11967
11986
  Component({
11968
11987
  components: {
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,
11988
+ SearchBoxProductImage: __vue_component__$1b,
11989
+ SearchBoxProductTitle: __vue_component__$1a,
11990
+ SearchBoxProductDescription: __vue_component__$19,
11991
+ SearchBoxProductPrice: __vue_component__$18,
11992
+ SearchBoxProductRegularPrice: __vue_component__$17,
11993
+ SearchBoxProductCustom: __vue_component__$16,
11994
+ SearchBoxProductCustomHtml: __vue_component__$15,
11976
11995
  },
11977
11996
  })
11978
11997
  ], SearchBoxProductElement);
11979
- var script$12 = SearchBoxProductElement;
11998
+ var script$13 = SearchBoxProductElement;
11980
11999
 
11981
12000
  /* script */
11982
- const __vue_script__$13 = script$12;
12001
+ const __vue_script__$14 = script$13;
11983
12002
 
11984
12003
  /* template */
11985
- var __vue_render__$13 = function () {
12004
+ var __vue_render__$14 = function () {
11986
12005
  var _vm = this;
11987
12006
  var _h = _vm.$createElement;
11988
12007
  var _c = _vm._self._c || _h;
11989
12008
  return _vm.displayElement
11990
12009
  ? _c(_vm.elementComponent, {
11991
12010
  tag: "search-box-element",
11992
- attrs: { item: _vm.item, options: _vm.element, labels: _vm.labels },
12011
+ class: { "lupa-loading-dynamic-data": _vm.isLoadingDynamicData },
12012
+ attrs: {
12013
+ item: _vm.enhancedItem,
12014
+ options: _vm.element,
12015
+ labels: _vm.labels,
12016
+ },
11993
12017
  })
11994
12018
  : _vm._e()
11995
12019
  };
11996
- var __vue_staticRenderFns__$13 = [];
11997
- __vue_render__$13._withStripped = true;
12020
+ var __vue_staticRenderFns__$14 = [];
12021
+ __vue_render__$14._withStripped = true;
11998
12022
 
11999
12023
  /* style */
12000
- const __vue_inject_styles__$13 = undefined;
12024
+ const __vue_inject_styles__$14 = undefined;
12001
12025
  /* scoped */
12002
- const __vue_scope_id__$13 = undefined;
12026
+ const __vue_scope_id__$14 = undefined;
12003
12027
  /* module identifier */
12004
- const __vue_module_identifier__$13 = undefined;
12028
+ const __vue_module_identifier__$14 = undefined;
12005
12029
  /* functional template */
12006
- const __vue_is_functional_template__$13 = false;
12030
+ const __vue_is_functional_template__$14 = false;
12007
12031
  /* style inject */
12008
12032
 
12009
12033
  /* style inject SSR */
@@ -12012,13 +12036,13 @@ __vue_render__$13._withStripped = true;
12012
12036
 
12013
12037
 
12014
12038
 
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,
12039
+ const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
12040
+ { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
12041
+ __vue_inject_styles__$14,
12042
+ __vue_script__$14,
12043
+ __vue_scope_id__$14,
12044
+ __vue_is_functional_template__$14,
12045
+ __vue_module_identifier__$14,
12022
12046
  false,
12023
12047
  undefined,
12024
12048
  undefined,
@@ -12067,7 +12091,8 @@ const CURRENCY_KEY_INDICATOR = "price";
12067
12091
  const DEFAULT_PAGE_SIZE = 12;
12068
12092
  const DEFAULT_PAGE_SIZE_SELECTION = [12, 24, 36, 60];
12069
12093
  const LUPA_ROUTING_EVENT = "lupaRedirect";
12070
- const DEFAULT_CONTAINER_STYLE = "containerStyle.css";
12094
+ const DEFAULT_CONTAINER_STYLE = "containerStyle.css";
12095
+ const RATING_STAR_HTML = "☆";
12071
12096
 
12072
12097
  const formatRange = (filter) => {
12073
12098
  var _a, _b;
@@ -12441,17 +12466,17 @@ __decorate([
12441
12466
  SearchBoxProduct = __decorate([
12442
12467
  Component({
12443
12468
  components: {
12444
- SearchBoxProductElement: __vue_component__$13,
12469
+ SearchBoxProductElement: __vue_component__$14,
12445
12470
  },
12446
12471
  })
12447
12472
  ], SearchBoxProduct);
12448
- var script$11 = SearchBoxProduct;
12473
+ var script$12 = SearchBoxProduct;
12449
12474
 
12450
12475
  /* script */
12451
- const __vue_script__$12 = script$11;
12476
+ const __vue_script__$13 = script$12;
12452
12477
 
12453
12478
  /* template */
12454
- var __vue_render__$12 = function () {
12479
+ var __vue_render__$13 = function () {
12455
12480
  var _vm = this;
12456
12481
  var _h = _vm.$createElement;
12457
12482
  var _c = _vm._self._c || _h;
@@ -12502,17 +12527,17 @@ var __vue_render__$12 = function () {
12502
12527
  ]
12503
12528
  )
12504
12529
  };
12505
- var __vue_staticRenderFns__$12 = [];
12506
- __vue_render__$12._withStripped = true;
12530
+ var __vue_staticRenderFns__$13 = [];
12531
+ __vue_render__$13._withStripped = true;
12507
12532
 
12508
12533
  /* style */
12509
- const __vue_inject_styles__$12 = undefined;
12534
+ const __vue_inject_styles__$13 = undefined;
12510
12535
  /* scoped */
12511
- const __vue_scope_id__$12 = undefined;
12536
+ const __vue_scope_id__$13 = undefined;
12512
12537
  /* module identifier */
12513
- const __vue_module_identifier__$12 = undefined;
12538
+ const __vue_module_identifier__$13 = undefined;
12514
12539
  /* functional template */
12515
- const __vue_is_functional_template__$12 = false;
12540
+ const __vue_is_functional_template__$13 = false;
12516
12541
  /* style inject */
12517
12542
 
12518
12543
  /* style inject SSR */
@@ -12521,13 +12546,13 @@ __vue_render__$12._withStripped = true;
12521
12546
 
12522
12547
 
12523
12548
 
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,
12549
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
12550
+ { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
12551
+ __vue_inject_styles__$13,
12552
+ __vue_script__$13,
12553
+ __vue_scope_id__$13,
12554
+ __vue_is_functional_template__$13,
12555
+ __vue_module_identifier__$13,
12531
12556
  false,
12532
12557
  undefined,
12533
12558
  undefined,
@@ -12561,16 +12586,16 @@ __decorate([
12561
12586
  ], SearchBoxProducts.prototype, "highlightedItem", void 0);
12562
12587
  SearchBoxProducts = __decorate([
12563
12588
  Component({
12564
- components: { SearchBoxProduct: __vue_component__$12 },
12589
+ components: { SearchBoxProduct: __vue_component__$13 },
12565
12590
  })
12566
12591
  ], SearchBoxProducts);
12567
- var script$10 = SearchBoxProducts;
12592
+ var script$11 = SearchBoxProducts;
12568
12593
 
12569
12594
  /* script */
12570
- const __vue_script__$11 = script$10;
12595
+ const __vue_script__$12 = script$11;
12571
12596
 
12572
12597
  /* template */
12573
- var __vue_render__$11 = function () {
12598
+ var __vue_render__$12 = function () {
12574
12599
  var _vm = this;
12575
12600
  var _h = _vm.$createElement;
12576
12601
  var _c = _vm._self._c || _h;
@@ -12597,17 +12622,17 @@ var __vue_render__$11 = function () {
12597
12622
  1
12598
12623
  )
12599
12624
  };
12600
- var __vue_staticRenderFns__$11 = [];
12601
- __vue_render__$11._withStripped = true;
12625
+ var __vue_staticRenderFns__$12 = [];
12626
+ __vue_render__$12._withStripped = true;
12602
12627
 
12603
12628
  /* style */
12604
- const __vue_inject_styles__$11 = undefined;
12629
+ const __vue_inject_styles__$12 = undefined;
12605
12630
  /* scoped */
12606
- const __vue_scope_id__$11 = undefined;
12631
+ const __vue_scope_id__$12 = undefined;
12607
12632
  /* module identifier */
12608
- const __vue_module_identifier__$11 = undefined;
12633
+ const __vue_module_identifier__$12 = undefined;
12609
12634
  /* functional template */
12610
- const __vue_is_functional_template__$11 = false;
12635
+ const __vue_is_functional_template__$12 = false;
12611
12636
  /* style inject */
12612
12637
 
12613
12638
  /* style inject SSR */
@@ -12616,13 +12641,13 @@ __vue_render__$11._withStripped = true;
12616
12641
 
12617
12642
 
12618
12643
 
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,
12644
+ const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
12645
+ { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
12646
+ __vue_inject_styles__$12,
12647
+ __vue_script__$12,
12648
+ __vue_scope_id__$12,
12649
+ __vue_is_functional_template__$12,
12650
+ __vue_module_identifier__$12,
12626
12651
  false,
12627
12652
  undefined,
12628
12653
  undefined,
@@ -12630,10 +12655,12 @@ __vue_render__$11._withStripped = true;
12630
12655
  );
12631
12656
 
12632
12657
  const searchBox$8 = namespace("searchBox");
12658
+ const dynamicData$3 = namespace("dynamicData");
12633
12659
  let SearchBoxProductsWrapper = class SearchBoxProductsWrapper extends Vue$1 {
12634
12660
  constructor() {
12635
12661
  super(...arguments);
12636
12662
  this.getItemsDebounced = debounce(this.getItems, this.debounce);
12663
+ this.enhanceDataDebounced = debounce(this.enhancePanelData, this.debounce);
12637
12664
  }
12638
12665
  get searchResult() {
12639
12666
  var _a;
@@ -12645,6 +12672,11 @@ let SearchBoxProductsWrapper = class SearchBoxProductsWrapper extends Vue$1 {
12645
12672
  onInputChange() {
12646
12673
  this.getItemsDebounced();
12647
12674
  }
12675
+ enhancePanelData() {
12676
+ return __awaiter$1(this, void 0, void 0, function* () {
12677
+ yield this.enhanceData({ result: this.searchResult, mode: "searchBox" });
12678
+ });
12679
+ }
12648
12680
  getItems() {
12649
12681
  this.queryDocuments({
12650
12682
  queryKey: this.panel.queryKey,
@@ -12658,6 +12690,7 @@ let SearchBoxProductsWrapper = class SearchBoxProductsWrapper extends Vue$1 {
12658
12690
  items: result.items,
12659
12691
  type: this.panel.type,
12660
12692
  });
12693
+ this.enhanceDataDebounced();
12661
12694
  });
12662
12695
  }
12663
12696
  };
@@ -12682,6 +12715,9 @@ __decorate([
12682
12715
  __decorate([
12683
12716
  searchBox$8.Action("queryDocuments")
12684
12717
  ], SearchBoxProductsWrapper.prototype, "queryDocuments", void 0);
12718
+ __decorate([
12719
+ dynamicData$3.Action("enhanceSearchResultsWithDynamicData")
12720
+ ], SearchBoxProductsWrapper.prototype, "enhanceData", void 0);
12685
12721
  __decorate([
12686
12722
  Watch("inputValue")
12687
12723
  ], SearchBoxProductsWrapper.prototype, "onInputChange", null);
@@ -12689,17 +12725,17 @@ SearchBoxProductsWrapper = __decorate([
12689
12725
  Component({
12690
12726
  name: "searchBoxProductsWrapper",
12691
12727
  components: {
12692
- SearchBoxProducts: __vue_component__$11,
12728
+ SearchBoxProducts: __vue_component__$12,
12693
12729
  },
12694
12730
  })
12695
12731
  ], SearchBoxProductsWrapper);
12696
- var script$$ = SearchBoxProductsWrapper;
12732
+ var script$10 = SearchBoxProductsWrapper;
12697
12733
 
12698
12734
  /* script */
12699
- const __vue_script__$10 = script$$;
12735
+ const __vue_script__$11 = script$10;
12700
12736
 
12701
12737
  /* template */
12702
- var __vue_render__$10 = function () {
12738
+ var __vue_render__$11 = function () {
12703
12739
  var _vm = this;
12704
12740
  var _h = _vm.$createElement;
12705
12741
  var _c = _vm._self._c || _h;
@@ -12717,34 +12753,34 @@ var __vue_render__$10 = function () {
12717
12753
  },
12718
12754
  })
12719
12755
  };
12720
- var __vue_staticRenderFns__$10 = [];
12721
- __vue_render__$10._withStripped = true;
12756
+ var __vue_staticRenderFns__$11 = [];
12757
+ __vue_render__$11._withStripped = true;
12722
12758
 
12723
12759
  /* style */
12724
- const __vue_inject_styles__$10 = function (inject) {
12760
+ const __vue_inject_styles__$11 = function (inject) {
12725
12761
  if (!inject) return
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 });
12762
+ inject("data-v-25fa84a3_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\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", map: undefined, media: undefined });
12727
12763
 
12728
12764
  };
12729
12765
  /* scoped */
12730
- const __vue_scope_id__$10 = undefined;
12766
+ const __vue_scope_id__$11 = undefined;
12731
12767
  /* module identifier */
12732
- const __vue_module_identifier__$10 = undefined;
12768
+ const __vue_module_identifier__$11 = undefined;
12733
12769
  /* functional template */
12734
- const __vue_is_functional_template__$10 = false;
12770
+ const __vue_is_functional_template__$11 = false;
12735
12771
  /* style inject SSR */
12736
12772
 
12737
12773
  /* style inject shadow dom */
12738
12774
 
12739
12775
 
12740
12776
 
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,
12777
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
12778
+ { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
12779
+ __vue_inject_styles__$11,
12780
+ __vue_script__$11,
12781
+ __vue_scope_id__$11,
12782
+ __vue_is_functional_template__$11,
12783
+ __vue_module_identifier__$11,
12748
12784
  false,
12749
12785
  createInjector,
12750
12786
  undefined,
@@ -12789,13 +12825,13 @@ SearchBoxSuggestion = __decorate([
12789
12825
  name: "searchBoxSuggestion",
12790
12826
  })
12791
12827
  ], SearchBoxSuggestion);
12792
- var script$_ = SearchBoxSuggestion;
12828
+ var script$$ = SearchBoxSuggestion;
12793
12829
 
12794
12830
  /* script */
12795
- const __vue_script__$$ = script$_;
12831
+ const __vue_script__$10 = script$$;
12796
12832
 
12797
12833
  /* template */
12798
- var __vue_render__$$ = function () {
12834
+ var __vue_render__$10 = function () {
12799
12835
  var _vm = this;
12800
12836
  var _h = _vm.$createElement;
12801
12837
  var _c = _vm._self._c || _h;
@@ -12855,17 +12891,17 @@ var __vue_render__$$ = function () {
12855
12891
  ]
12856
12892
  )
12857
12893
  };
12858
- var __vue_staticRenderFns__$$ = [];
12859
- __vue_render__$$._withStripped = true;
12894
+ var __vue_staticRenderFns__$10 = [];
12895
+ __vue_render__$10._withStripped = true;
12860
12896
 
12861
12897
  /* style */
12862
- const __vue_inject_styles__$$ = undefined;
12898
+ const __vue_inject_styles__$10 = undefined;
12863
12899
  /* scoped */
12864
- const __vue_scope_id__$$ = undefined;
12900
+ const __vue_scope_id__$10 = undefined;
12865
12901
  /* module identifier */
12866
- const __vue_module_identifier__$$ = undefined;
12902
+ const __vue_module_identifier__$10 = undefined;
12867
12903
  /* functional template */
12868
- const __vue_is_functional_template__$$ = false;
12904
+ const __vue_is_functional_template__$10 = false;
12869
12905
  /* style inject */
12870
12906
 
12871
12907
  /* style inject SSR */
@@ -12874,13 +12910,13 @@ __vue_render__$$._withStripped = true;
12874
12910
 
12875
12911
 
12876
12912
 
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__$$,
12913
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
12914
+ { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
12915
+ __vue_inject_styles__$10,
12916
+ __vue_script__$10,
12917
+ __vue_scope_id__$10,
12918
+ __vue_is_functional_template__$10,
12919
+ __vue_module_identifier__$10,
12884
12920
  false,
12885
12921
  undefined,
12886
12922
  undefined,
@@ -12945,17 +12981,17 @@ SearchBoxSuggestions = __decorate([
12945
12981
  Component({
12946
12982
  name: "searchBoxSuggestions",
12947
12983
  components: {
12948
- SearchBoxSuggestion: __vue_component__$$,
12984
+ SearchBoxSuggestion: __vue_component__$10,
12949
12985
  },
12950
12986
  })
12951
12987
  ], SearchBoxSuggestions);
12952
- var script$Z = SearchBoxSuggestions;
12988
+ var script$_ = SearchBoxSuggestions;
12953
12989
 
12954
12990
  /* script */
12955
- const __vue_script__$_ = script$Z;
12991
+ const __vue_script__$$ = script$_;
12956
12992
 
12957
12993
  /* template */
12958
- var __vue_render__$_ = function () {
12994
+ var __vue_render__$$ = function () {
12959
12995
  var _vm = this;
12960
12996
  var _h = _vm.$createElement;
12961
12997
  var _c = _vm._self._c || _h;
@@ -12986,17 +13022,17 @@ var __vue_render__$_ = function () {
12986
13022
  1
12987
13023
  )
12988
13024
  };
12989
- var __vue_staticRenderFns__$_ = [];
12990
- __vue_render__$_._withStripped = true;
13025
+ var __vue_staticRenderFns__$$ = [];
13026
+ __vue_render__$$._withStripped = true;
12991
13027
 
12992
13028
  /* style */
12993
- const __vue_inject_styles__$_ = undefined;
13029
+ const __vue_inject_styles__$$ = undefined;
12994
13030
  /* scoped */
12995
- const __vue_scope_id__$_ = undefined;
13031
+ const __vue_scope_id__$$ = undefined;
12996
13032
  /* module identifier */
12997
- const __vue_module_identifier__$_ = undefined;
13033
+ const __vue_module_identifier__$$ = undefined;
12998
13034
  /* functional template */
12999
- const __vue_is_functional_template__$_ = false;
13035
+ const __vue_is_functional_template__$$ = false;
13000
13036
  /* style inject */
13001
13037
 
13002
13038
  /* style inject SSR */
@@ -13005,13 +13041,13 @@ __vue_render__$_._withStripped = true;
13005
13041
 
13006
13042
 
13007
13043
 
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__$_,
13044
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
13045
+ { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
13046
+ __vue_inject_styles__$$,
13047
+ __vue_script__$$,
13048
+ __vue_scope_id__$$,
13049
+ __vue_is_functional_template__$$,
13050
+ __vue_module_identifier__$$,
13015
13051
  false,
13016
13052
  undefined,
13017
13053
  undefined,
@@ -13080,17 +13116,17 @@ SearchBoxSuggestionsWrapper = __decorate([
13080
13116
  Component({
13081
13117
  name: "searchBoxSuggestionsWrapper",
13082
13118
  components: {
13083
- SearchBoxSuggestions: __vue_component__$_,
13119
+ SearchBoxSuggestions: __vue_component__$$,
13084
13120
  },
13085
13121
  })
13086
13122
  ], SearchBoxSuggestionsWrapper);
13087
- var script$Y = SearchBoxSuggestionsWrapper;
13123
+ var script$Z = SearchBoxSuggestionsWrapper;
13088
13124
 
13089
13125
  /* script */
13090
- const __vue_script__$Z = script$Y;
13126
+ const __vue_script__$_ = script$Z;
13091
13127
 
13092
13128
  /* template */
13093
- var __vue_render__$Z = function () {
13129
+ var __vue_render__$_ = function () {
13094
13130
  var _vm = this;
13095
13131
  var _h = _vm.$createElement;
13096
13132
  var _c = _vm._self._c || _h;
@@ -13108,34 +13144,34 @@ var __vue_render__$Z = function () {
13108
13144
  },
13109
13145
  })
13110
13146
  };
13111
- var __vue_staticRenderFns__$Z = [];
13112
- __vue_render__$Z._withStripped = true;
13147
+ var __vue_staticRenderFns__$_ = [];
13148
+ __vue_render__$_._withStripped = true;
13113
13149
 
13114
13150
  /* style */
13115
- const __vue_inject_styles__$Z = function (inject) {
13151
+ const __vue_inject_styles__$_ = function (inject) {
13116
13152
  if (!inject) return
13117
13153
  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 });
13118
13154
 
13119
13155
  };
13120
13156
  /* scoped */
13121
- const __vue_scope_id__$Z = undefined;
13157
+ const __vue_scope_id__$_ = undefined;
13122
13158
  /* module identifier */
13123
- const __vue_module_identifier__$Z = undefined;
13159
+ const __vue_module_identifier__$_ = undefined;
13124
13160
  /* functional template */
13125
- const __vue_is_functional_template__$Z = false;
13161
+ const __vue_is_functional_template__$_ = false;
13126
13162
  /* style inject SSR */
13127
13163
 
13128
13164
  /* style inject shadow dom */
13129
13165
 
13130
13166
 
13131
13167
 
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,
13168
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
13169
+ { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
13170
+ __vue_inject_styles__$_,
13171
+ __vue_script__$_,
13172
+ __vue_scope_id__$_,
13173
+ __vue_is_functional_template__$_,
13174
+ __vue_module_identifier__$_,
13139
13175
  false,
13140
13176
  createInjector,
13141
13177
  undefined,
@@ -13174,13 +13210,13 @@ SearchBoxMoreResults = __decorate([
13174
13210
  name: "searchBoxMoreResults",
13175
13211
  })
13176
13212
  ], SearchBoxMoreResults);
13177
- var script$X = SearchBoxMoreResults;
13213
+ var script$Y = SearchBoxMoreResults;
13178
13214
 
13179
13215
  /* script */
13180
- const __vue_script__$Y = script$X;
13216
+ const __vue_script__$Z = script$Y;
13181
13217
 
13182
13218
  /* template */
13183
- var __vue_render__$Y = function () {
13219
+ var __vue_render__$Z = function () {
13184
13220
  var _vm = this;
13185
13221
  var _h = _vm.$createElement;
13186
13222
  var _c = _vm._self._c || _h;
@@ -13194,17 +13230,17 @@ var __vue_render__$Y = function () {
13194
13230
  [_vm._v(_vm._s(_vm.labels.moreResults) + " " + _vm._s(_vm.totalCount))]
13195
13231
  )
13196
13232
  };
13197
- var __vue_staticRenderFns__$Y = [];
13198
- __vue_render__$Y._withStripped = true;
13233
+ var __vue_staticRenderFns__$Z = [];
13234
+ __vue_render__$Z._withStripped = true;
13199
13235
 
13200
13236
  /* style */
13201
- const __vue_inject_styles__$Y = undefined;
13237
+ const __vue_inject_styles__$Z = undefined;
13202
13238
  /* scoped */
13203
- const __vue_scope_id__$Y = undefined;
13239
+ const __vue_scope_id__$Z = undefined;
13204
13240
  /* module identifier */
13205
- const __vue_module_identifier__$Y = undefined;
13241
+ const __vue_module_identifier__$Z = undefined;
13206
13242
  /* functional template */
13207
- const __vue_is_functional_template__$Y = false;
13243
+ const __vue_is_functional_template__$Z = false;
13208
13244
  /* style inject */
13209
13245
 
13210
13246
  /* style inject SSR */
@@ -13213,13 +13249,13 @@ __vue_render__$Y._withStripped = true;
13213
13249
 
13214
13250
 
13215
13251
 
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,
13252
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
13253
+ { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
13254
+ __vue_inject_styles__$Z,
13255
+ __vue_script__$Z,
13256
+ __vue_scope_id__$Z,
13257
+ __vue_is_functional_template__$Z,
13258
+ __vue_module_identifier__$Z,
13223
13259
  false,
13224
13260
  undefined,
13225
13261
  undefined,
@@ -13245,13 +13281,13 @@ SearchBoxHistoryItem = __decorate([
13245
13281
  name: "SearchBoxHistoryItem",
13246
13282
  })
13247
13283
  ], SearchBoxHistoryItem);
13248
- var script$W = SearchBoxHistoryItem;
13284
+ var script$X = SearchBoxHistoryItem;
13249
13285
 
13250
13286
  /* script */
13251
- const __vue_script__$X = script$W;
13287
+ const __vue_script__$Y = script$X;
13252
13288
 
13253
13289
  /* template */
13254
- var __vue_render__$X = function () {
13290
+ var __vue_render__$Y = function () {
13255
13291
  var _vm = this;
13256
13292
  var _h = _vm.$createElement;
13257
13293
  var _c = _vm._self._c || _h;
@@ -13280,17 +13316,17 @@ var __vue_render__$X = function () {
13280
13316
  ]),
13281
13317
  ])
13282
13318
  };
13283
- var __vue_staticRenderFns__$X = [];
13284
- __vue_render__$X._withStripped = true;
13319
+ var __vue_staticRenderFns__$Y = [];
13320
+ __vue_render__$Y._withStripped = true;
13285
13321
 
13286
13322
  /* style */
13287
- const __vue_inject_styles__$X = undefined;
13323
+ const __vue_inject_styles__$Y = undefined;
13288
13324
  /* scoped */
13289
- const __vue_scope_id__$X = undefined;
13325
+ const __vue_scope_id__$Y = undefined;
13290
13326
  /* module identifier */
13291
- const __vue_module_identifier__$X = undefined;
13327
+ const __vue_module_identifier__$Y = undefined;
13292
13328
  /* functional template */
13293
- const __vue_is_functional_template__$X = false;
13329
+ const __vue_is_functional_template__$Y = false;
13294
13330
  /* style inject */
13295
13331
 
13296
13332
  /* style inject SSR */
@@ -13299,13 +13335,13 @@ __vue_render__$X._withStripped = true;
13299
13335
 
13300
13336
 
13301
13337
 
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,
13338
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
13339
+ { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
13340
+ __vue_inject_styles__$Y,
13341
+ __vue_script__$Y,
13342
+ __vue_scope_id__$Y,
13343
+ __vue_is_functional_template__$Y,
13344
+ __vue_module_identifier__$Y,
13309
13345
  false,
13310
13346
  undefined,
13311
13347
  undefined,
@@ -13366,17 +13402,17 @@ SearchBoxHistoryPanel = __decorate([
13366
13402
  Component({
13367
13403
  name: "searchBoxHistoryPanel",
13368
13404
  components: {
13369
- SearchBoxHistoryItem: __vue_component__$X,
13405
+ SearchBoxHistoryItem: __vue_component__$Y,
13370
13406
  },
13371
13407
  })
13372
13408
  ], SearchBoxHistoryPanel);
13373
- var script$V = SearchBoxHistoryPanel;
13409
+ var script$W = SearchBoxHistoryPanel;
13374
13410
 
13375
13411
  /* script */
13376
- const __vue_script__$W = script$V;
13412
+ const __vue_script__$X = script$W;
13377
13413
 
13378
13414
  /* template */
13379
- var __vue_render__$W = function () {
13415
+ var __vue_render__$X = function () {
13380
13416
  var _vm = this;
13381
13417
  var _h = _vm.$createElement;
13382
13418
  var _c = _vm._self._c || _h;
@@ -13406,17 +13442,17 @@ var __vue_render__$W = function () {
13406
13442
  )
13407
13443
  : _vm._e()
13408
13444
  };
13409
- var __vue_staticRenderFns__$W = [];
13410
- __vue_render__$W._withStripped = true;
13445
+ var __vue_staticRenderFns__$X = [];
13446
+ __vue_render__$X._withStripped = true;
13411
13447
 
13412
13448
  /* style */
13413
- const __vue_inject_styles__$W = undefined;
13449
+ const __vue_inject_styles__$X = undefined;
13414
13450
  /* scoped */
13415
- const __vue_scope_id__$W = undefined;
13451
+ const __vue_scope_id__$X = undefined;
13416
13452
  /* module identifier */
13417
- const __vue_module_identifier__$W = undefined;
13453
+ const __vue_module_identifier__$X = undefined;
13418
13454
  /* functional template */
13419
- const __vue_is_functional_template__$W = false;
13455
+ const __vue_is_functional_template__$X = false;
13420
13456
  /* style inject */
13421
13457
 
13422
13458
  /* style inject SSR */
@@ -13425,13 +13461,13 @@ __vue_render__$W._withStripped = true;
13425
13461
 
13426
13462
 
13427
13463
 
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,
13464
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent(
13465
+ { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
13466
+ __vue_inject_styles__$X,
13467
+ __vue_script__$X,
13468
+ __vue_scope_id__$X,
13469
+ __vue_is_functional_template__$X,
13470
+ __vue_module_identifier__$X,
13435
13471
  false,
13436
13472
  undefined,
13437
13473
  undefined,
@@ -13539,20 +13575,20 @@ SearchBoxMainPanel = __decorate([
13539
13575
  Component({
13540
13576
  name: "searchBoxMainPanel",
13541
13577
  components: {
13542
- SearchBoxSuggestionsWrapper: __vue_component__$Z,
13543
- SearchBoxProductsWrapper: __vue_component__$10,
13544
- SearchBoxMoreResults: __vue_component__$Y,
13545
- SearchBoxHistoryPanel: __vue_component__$W,
13578
+ SearchBoxSuggestionsWrapper: __vue_component__$_,
13579
+ SearchBoxProductsWrapper: __vue_component__$11,
13580
+ SearchBoxMoreResults: __vue_component__$Z,
13581
+ SearchBoxHistoryPanel: __vue_component__$X,
13546
13582
  },
13547
13583
  })
13548
13584
  ], SearchBoxMainPanel);
13549
- var script$U = SearchBoxMainPanel;
13585
+ var script$V = SearchBoxMainPanel;
13550
13586
 
13551
13587
  /* script */
13552
- const __vue_script__$V = script$U;
13588
+ const __vue_script__$W = script$V;
13553
13589
 
13554
13590
  /* template */
13555
- var __vue_render__$V = function () {
13591
+ var __vue_render__$W = function () {
13556
13592
  var _vm = this;
13557
13593
  var _h = _vm.$createElement;
13558
13594
  var _c = _vm._self._c || _h;
@@ -13642,34 +13678,34 @@ var __vue_render__$V = function () {
13642
13678
  )
13643
13679
  : _vm._e()
13644
13680
  };
13645
- var __vue_staticRenderFns__$V = [];
13646
- __vue_render__$V._withStripped = true;
13681
+ var __vue_staticRenderFns__$W = [];
13682
+ __vue_render__$W._withStripped = true;
13647
13683
 
13648
13684
  /* style */
13649
- const __vue_inject_styles__$V = function (inject) {
13685
+ const __vue_inject_styles__$W = function (inject) {
13650
13686
  if (!inject) return
13651
13687
  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 });
13652
13688
 
13653
13689
  };
13654
13690
  /* scoped */
13655
- const __vue_scope_id__$V = undefined;
13691
+ const __vue_scope_id__$W = undefined;
13656
13692
  /* module identifier */
13657
- const __vue_module_identifier__$V = undefined;
13693
+ const __vue_module_identifier__$W = undefined;
13658
13694
  /* functional template */
13659
- const __vue_is_functional_template__$V = false;
13695
+ const __vue_is_functional_template__$W = false;
13660
13696
  /* style inject SSR */
13661
13697
 
13662
13698
  /* style inject shadow dom */
13663
13699
 
13664
13700
 
13665
13701
 
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,
13702
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent(
13703
+ { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
13704
+ __vue_inject_styles__$W,
13705
+ __vue_script__$W,
13706
+ __vue_scope_id__$W,
13707
+ __vue_is_functional_template__$W,
13708
+ __vue_module_identifier__$W,
13673
13709
  false,
13674
13710
  createInjector,
13675
13711
  undefined,
@@ -31160,18 +31196,18 @@ SearchBox = __decorate([
31160
31196
  Component({
31161
31197
  name: "searchBox",
31162
31198
  components: {
31163
- SearchBoxInput: __vue_component__$1c,
31164
- SearchBoxMainPanel: __vue_component__$V,
31199
+ SearchBoxInput: __vue_component__$1d,
31200
+ SearchBoxMainPanel: __vue_component__$W,
31165
31201
  },
31166
31202
  })
31167
31203
  ], SearchBox);
31168
- var script$T = SearchBox;
31204
+ var script$U = SearchBox;
31169
31205
 
31170
31206
  /* script */
31171
- const __vue_script__$U = script$T;
31207
+ const __vue_script__$V = script$U;
31172
31208
 
31173
31209
  /* template */
31174
- var __vue_render__$U = function () {
31210
+ var __vue_render__$V = function () {
31175
31211
  var _vm = this;
31176
31212
  var _h = _vm.$createElement;
31177
31213
  var _c = _vm._self._c || _h;
@@ -31215,34 +31251,34 @@ var __vue_render__$U = function () {
31215
31251
  ),
31216
31252
  ])
31217
31253
  };
31218
- var __vue_staticRenderFns__$U = [];
31219
- __vue_render__$U._withStripped = true;
31254
+ var __vue_staticRenderFns__$V = [];
31255
+ __vue_render__$V._withStripped = true;
31220
31256
 
31221
31257
  /* style */
31222
- const __vue_inject_styles__$U = function (inject) {
31258
+ const __vue_inject_styles__$V = function (inject) {
31223
31259
  if (!inject) return
31224
31260
  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 });
31225
31261
 
31226
31262
  };
31227
31263
  /* scoped */
31228
- const __vue_scope_id__$U = undefined;
31264
+ const __vue_scope_id__$V = undefined;
31229
31265
  /* module identifier */
31230
- const __vue_module_identifier__$U = undefined;
31266
+ const __vue_module_identifier__$V = undefined;
31231
31267
  /* functional template */
31232
- const __vue_is_functional_template__$U = false;
31268
+ const __vue_is_functional_template__$V = false;
31233
31269
  /* style inject SSR */
31234
-
31235
- /* style inject shadow dom */
31236
-
31237
-
31238
-
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,
31270
+
31271
+ /* style inject shadow dom */
31272
+
31273
+
31274
+
31275
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent(
31276
+ { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
31277
+ __vue_inject_styles__$V,
31278
+ __vue_script__$V,
31279
+ __vue_scope_id__$V,
31280
+ __vue_is_functional_template__$V,
31281
+ __vue_module_identifier__$V,
31246
31282
  false,
31247
31283
  createInjector,
31248
31284
  undefined,
@@ -31329,17 +31365,17 @@ SearchBoxEntry = __decorate([
31329
31365
  Component({
31330
31366
  name: "searchBox",
31331
31367
  components: {
31332
- SearchBox: __vue_component__$U,
31368
+ SearchBox: __vue_component__$V,
31333
31369
  },
31334
31370
  })
31335
31371
  ], SearchBoxEntry);
31336
- var script$S = SearchBoxEntry;
31372
+ var script$T = SearchBoxEntry;
31337
31373
 
31338
31374
  /* script */
31339
- const __vue_script__$T = script$S;
31375
+ const __vue_script__$U = script$T;
31340
31376
 
31341
31377
  /* template */
31342
- var __vue_render__$T = function () {
31378
+ var __vue_render__$U = function () {
31343
31379
  var _vm = this;
31344
31380
  var _h = _vm.$createElement;
31345
31381
  var _c = _vm._self._c || _h;
@@ -31348,17 +31384,17 @@ var __vue_render__$T = function () {
31348
31384
  attrs: { options: _vm.fullSearchBoxOptions },
31349
31385
  })
31350
31386
  };
31351
- var __vue_staticRenderFns__$T = [];
31352
- __vue_render__$T._withStripped = true;
31387
+ var __vue_staticRenderFns__$U = [];
31388
+ __vue_render__$U._withStripped = true;
31353
31389
 
31354
31390
  /* style */
31355
- const __vue_inject_styles__$T = undefined;
31391
+ const __vue_inject_styles__$U = undefined;
31356
31392
  /* scoped */
31357
- const __vue_scope_id__$T = undefined;
31393
+ const __vue_scope_id__$U = undefined;
31358
31394
  /* module identifier */
31359
- const __vue_module_identifier__$T = undefined;
31395
+ const __vue_module_identifier__$U = undefined;
31360
31396
  /* functional template */
31361
- const __vue_is_functional_template__$T = false;
31397
+ const __vue_is_functional_template__$U = false;
31362
31398
  /* style inject */
31363
31399
 
31364
31400
  /* style inject SSR */
@@ -31367,13 +31403,13 @@ __vue_render__$T._withStripped = true;
31367
31403
 
31368
31404
 
31369
31405
 
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,
31406
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent(
31407
+ { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
31408
+ __vue_inject_styles__$U,
31409
+ __vue_script__$U,
31410
+ __vue_scope_id__$U,
31411
+ __vue_is_functional_template__$U,
31412
+ __vue_module_identifier__$U,
31377
31413
  false,
31378
31414
  undefined,
31379
31415
  undefined,
@@ -31641,13 +31677,13 @@ CurrentFilterDisplay = __decorate([
31641
31677
  name: "currentFilterDisplay",
31642
31678
  })
31643
31679
  ], CurrentFilterDisplay);
31644
- var script$R = CurrentFilterDisplay;
31680
+ var script$S = CurrentFilterDisplay;
31645
31681
 
31646
31682
  /* script */
31647
- const __vue_script__$S = script$R;
31683
+ const __vue_script__$T = script$S;
31648
31684
 
31649
31685
  /* template */
31650
- var __vue_render__$S = function () {
31686
+ var __vue_render__$T = function () {
31651
31687
  var _vm = this;
31652
31688
  var _h = _vm.$createElement;
31653
31689
  var _c = _vm._self._c || _h;
@@ -31680,17 +31716,17 @@ var __vue_render__$S = function () {
31680
31716
  ),
31681
31717
  ])
31682
31718
  };
31683
- var __vue_staticRenderFns__$S = [];
31684
- __vue_render__$S._withStripped = true;
31719
+ var __vue_staticRenderFns__$T = [];
31720
+ __vue_render__$T._withStripped = true;
31685
31721
 
31686
31722
  /* style */
31687
- const __vue_inject_styles__$S = undefined;
31723
+ const __vue_inject_styles__$T = undefined;
31688
31724
  /* scoped */
31689
- const __vue_scope_id__$S = undefined;
31725
+ const __vue_scope_id__$T = undefined;
31690
31726
  /* module identifier */
31691
- const __vue_module_identifier__$S = undefined;
31727
+ const __vue_module_identifier__$T = undefined;
31692
31728
  /* functional template */
31693
- const __vue_is_functional_template__$S = false;
31729
+ const __vue_is_functional_template__$T = false;
31694
31730
  /* style inject */
31695
31731
 
31696
31732
  /* style inject SSR */
@@ -31699,13 +31735,13 @@ __vue_render__$S._withStripped = true;
31699
31735
 
31700
31736
 
31701
31737
 
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,
31738
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent(
31739
+ { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
31740
+ __vue_inject_styles__$T,
31741
+ __vue_script__$T,
31742
+ __vue_scope_id__$T,
31743
+ __vue_is_functional_template__$T,
31744
+ __vue_module_identifier__$T,
31709
31745
  false,
31710
31746
  undefined,
31711
31747
  undefined,
@@ -31847,17 +31883,17 @@ CurrentFilters = __decorate([
31847
31883
  Component({
31848
31884
  name: "currentFilters",
31849
31885
  components: {
31850
- CurrentFilterDisplay: __vue_component__$S,
31886
+ CurrentFilterDisplay: __vue_component__$T,
31851
31887
  },
31852
31888
  })
31853
31889
  ], CurrentFilters);
31854
- var script$Q = CurrentFilters;
31890
+ var script$R = CurrentFilters;
31855
31891
 
31856
31892
  /* script */
31857
- const __vue_script__$R = script$Q;
31893
+ const __vue_script__$S = script$R;
31858
31894
 
31859
31895
  /* template */
31860
- var __vue_render__$R = function () {
31896
+ var __vue_render__$S = function () {
31861
31897
  var _vm = this;
31862
31898
  var _h = _vm.$createElement;
31863
31899
  var _c = _vm._self._c || _h;
@@ -31941,17 +31977,17 @@ var __vue_render__$R = function () {
31941
31977
  )
31942
31978
  : _vm._e()
31943
31979
  };
31944
- var __vue_staticRenderFns__$R = [];
31945
- __vue_render__$R._withStripped = true;
31980
+ var __vue_staticRenderFns__$S = [];
31981
+ __vue_render__$S._withStripped = true;
31946
31982
 
31947
31983
  /* style */
31948
- const __vue_inject_styles__$R = undefined;
31984
+ const __vue_inject_styles__$S = undefined;
31949
31985
  /* scoped */
31950
- const __vue_scope_id__$R = undefined;
31986
+ const __vue_scope_id__$S = undefined;
31951
31987
  /* module identifier */
31952
- const __vue_module_identifier__$R = undefined;
31988
+ const __vue_module_identifier__$S = undefined;
31953
31989
  /* functional template */
31954
- const __vue_is_functional_template__$R = false;
31990
+ const __vue_is_functional_template__$S = false;
31955
31991
  /* style inject */
31956
31992
 
31957
31993
  /* style inject SSR */
@@ -31960,13 +31996,13 @@ __vue_render__$R._withStripped = true;
31960
31996
 
31961
31997
 
31962
31998
 
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,
31999
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent(
32000
+ { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
32001
+ __vue_inject_styles__$S,
32002
+ __vue_script__$S,
32003
+ __vue_scope_id__$S,
32004
+ __vue_is_functional_template__$S,
32005
+ __vue_module_identifier__$S,
31970
32006
  false,
31971
32007
  undefined,
31972
32008
  undefined,
@@ -32051,13 +32087,13 @@ TermFacet$1 = __decorate([
32051
32087
  name: "termFacet",
32052
32088
  })
32053
32089
  ], TermFacet$1);
32054
- var script$P = TermFacet$1;
32090
+ var script$Q = TermFacet$1;
32055
32091
 
32056
32092
  /* script */
32057
- const __vue_script__$Q = script$P;
32093
+ const __vue_script__$R = script$Q;
32058
32094
 
32059
32095
  /* template */
32060
- var __vue_render__$Q = function () {
32096
+ var __vue_render__$R = function () {
32061
32097
  var _vm = this;
32062
32098
  var _h = _vm.$createElement;
32063
32099
  var _c = _vm._self._c || _h;
@@ -32159,17 +32195,17 @@ var __vue_render__$Q = function () {
32159
32195
  ]
32160
32196
  )
32161
32197
  };
32162
- var __vue_staticRenderFns__$Q = [];
32163
- __vue_render__$Q._withStripped = true;
32198
+ var __vue_staticRenderFns__$R = [];
32199
+ __vue_render__$R._withStripped = true;
32164
32200
 
32165
32201
  /* style */
32166
- const __vue_inject_styles__$Q = undefined;
32202
+ const __vue_inject_styles__$R = undefined;
32167
32203
  /* scoped */
32168
- const __vue_scope_id__$Q = undefined;
32204
+ const __vue_scope_id__$R = undefined;
32169
32205
  /* module identifier */
32170
- const __vue_module_identifier__$Q = undefined;
32206
+ const __vue_module_identifier__$R = undefined;
32171
32207
  /* functional template */
32172
- const __vue_is_functional_template__$Q = false;
32208
+ const __vue_is_functional_template__$R = false;
32173
32209
  /* style inject */
32174
32210
 
32175
32211
  /* style inject SSR */
@@ -32178,13 +32214,13 @@ __vue_render__$Q._withStripped = true;
32178
32214
 
32179
32215
 
32180
32216
 
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,
32217
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent(
32218
+ { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
32219
+ __vue_inject_styles__$R,
32220
+ __vue_script__$R,
32221
+ __vue_scope_id__$R,
32222
+ __vue_is_functional_template__$R,
32223
+ __vue_module_identifier__$R,
32188
32224
  false,
32189
32225
  undefined,
32190
32226
  undefined,
@@ -32379,13 +32415,13 @@ TermFacet = __decorate([
32379
32415
  },
32380
32416
  })
32381
32417
  ], TermFacet);
32382
- var script$O = TermFacet;
32418
+ var script$P = TermFacet;
32383
32419
 
32384
32420
  /* script */
32385
- const __vue_script__$P = script$O;
32421
+ const __vue_script__$Q = script$P;
32386
32422
 
32387
32423
  /* template */
32388
- var __vue_render__$P = function () {
32424
+ var __vue_render__$Q = function () {
32389
32425
  var _vm = this;
32390
32426
  var _h = _vm.$createElement;
32391
32427
  var _c = _vm._self._c || _h;
@@ -32513,17 +32549,17 @@ var __vue_render__$P = function () {
32513
32549
  : _vm._e(),
32514
32550
  ])
32515
32551
  };
32516
- var __vue_staticRenderFns__$P = [];
32517
- __vue_render__$P._withStripped = true;
32552
+ var __vue_staticRenderFns__$Q = [];
32553
+ __vue_render__$Q._withStripped = true;
32518
32554
 
32519
32555
  /* style */
32520
- const __vue_inject_styles__$P = undefined;
32556
+ const __vue_inject_styles__$Q = undefined;
32521
32557
  /* scoped */
32522
- const __vue_scope_id__$P = undefined;
32558
+ const __vue_scope_id__$Q = undefined;
32523
32559
  /* module identifier */
32524
- const __vue_module_identifier__$P = undefined;
32560
+ const __vue_module_identifier__$Q = undefined;
32525
32561
  /* functional template */
32526
- const __vue_is_functional_template__$P = false;
32562
+ const __vue_is_functional_template__$Q = false;
32527
32563
  /* style inject */
32528
32564
 
32529
32565
  /* style inject SSR */
@@ -32532,13 +32568,13 @@ __vue_render__$P._withStripped = true;
32532
32568
 
32533
32569
 
32534
32570
 
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,
32571
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
32572
+ { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
32573
+ __vue_inject_styles__$Q,
32574
+ __vue_script__$Q,
32575
+ __vue_scope_id__$Q,
32576
+ __vue_is_functional_template__$Q,
32577
+ __vue_module_identifier__$Q,
32542
32578
  false,
32543
32579
  undefined,
32544
32580
  undefined,
@@ -32578,13 +32614,13 @@ HierarchyFacetLevel = __decorate([
32578
32614
  name: "HierarchyFacetLevel",
32579
32615
  })
32580
32616
  ], HierarchyFacetLevel);
32581
- var script$N = HierarchyFacetLevel;
32617
+ var script$O = HierarchyFacetLevel;
32582
32618
 
32583
32619
  /* script */
32584
- const __vue_script__$O = script$N;
32620
+ const __vue_script__$P = script$O;
32585
32621
 
32586
32622
  /* template */
32587
- var __vue_render__$O = function () {
32623
+ var __vue_render__$P = function () {
32588
32624
  var _vm = this;
32589
32625
  var _h = _vm.$createElement;
32590
32626
  var _c = _vm._self._c || _h;
@@ -32654,34 +32690,34 @@ var __vue_render__$O = function () {
32654
32690
  ]
32655
32691
  )
32656
32692
  };
32657
- var __vue_staticRenderFns__$O = [];
32658
- __vue_render__$O._withStripped = true;
32693
+ var __vue_staticRenderFns__$P = [];
32694
+ __vue_render__$P._withStripped = true;
32659
32695
 
32660
32696
  /* style */
32661
- const __vue_inject_styles__$O = function (inject) {
32697
+ const __vue_inject_styles__$P = function (inject) {
32662
32698
  if (!inject) return
32663
32699
  inject("data-v-1cc23c16_0", { source: ".lupa-facet-level {\n margin-left: 25px;\n}", map: undefined, media: undefined });
32664
32700
 
32665
32701
  };
32666
32702
  /* scoped */
32667
- const __vue_scope_id__$O = undefined;
32703
+ const __vue_scope_id__$P = undefined;
32668
32704
  /* module identifier */
32669
- const __vue_module_identifier__$O = undefined;
32705
+ const __vue_module_identifier__$P = undefined;
32670
32706
  /* functional template */
32671
- const __vue_is_functional_template__$O = false;
32707
+ const __vue_is_functional_template__$P = false;
32672
32708
  /* style inject SSR */
32673
32709
 
32674
32710
  /* style inject shadow dom */
32675
32711
 
32676
32712
 
32677
32713
 
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,
32714
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent(
32715
+ { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
32716
+ __vue_inject_styles__$P,
32717
+ __vue_script__$P,
32718
+ __vue_scope_id__$P,
32719
+ __vue_is_functional_template__$P,
32720
+ __vue_module_identifier__$P,
32685
32721
  false,
32686
32722
  createInjector,
32687
32723
  undefined,
@@ -32748,17 +32784,17 @@ HierarchyFacet = __decorate([
32748
32784
  Component({
32749
32785
  name: "hierarchyFacet",
32750
32786
  components: {
32751
- HierarchyFacetLevel: __vue_component__$O,
32787
+ HierarchyFacetLevel: __vue_component__$P,
32752
32788
  },
32753
32789
  })
32754
32790
  ], HierarchyFacet);
32755
- var script$M = HierarchyFacet;
32791
+ var script$N = HierarchyFacet;
32756
32792
 
32757
32793
  /* script */
32758
- const __vue_script__$N = script$M;
32794
+ const __vue_script__$O = script$N;
32759
32795
 
32760
32796
  /* template */
32761
- var __vue_render__$N = function () {
32797
+ var __vue_render__$O = function () {
32762
32798
  var _vm = this;
32763
32799
  var _h = _vm.$createElement;
32764
32800
  var _c = _vm._self._c || _h;
@@ -32828,17 +32864,17 @@ var __vue_render__$N = function () {
32828
32864
  2
32829
32865
  )
32830
32866
  };
32831
- var __vue_staticRenderFns__$N = [];
32832
- __vue_render__$N._withStripped = true;
32867
+ var __vue_staticRenderFns__$O = [];
32868
+ __vue_render__$O._withStripped = true;
32833
32869
 
32834
32870
  /* style */
32835
- const __vue_inject_styles__$N = undefined;
32871
+ const __vue_inject_styles__$O = undefined;
32836
32872
  /* scoped */
32837
- const __vue_scope_id__$N = undefined;
32873
+ const __vue_scope_id__$O = undefined;
32838
32874
  /* module identifier */
32839
- const __vue_module_identifier__$N = undefined;
32875
+ const __vue_module_identifier__$O = undefined;
32840
32876
  /* functional template */
32841
- const __vue_is_functional_template__$N = false;
32877
+ const __vue_is_functional_template__$O = false;
32842
32878
  /* style inject */
32843
32879
 
32844
32880
  /* style inject SSR */
@@ -32847,13 +32883,13 @@ __vue_render__$N._withStripped = true;
32847
32883
 
32848
32884
 
32849
32885
 
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,
32886
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent(
32887
+ { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
32888
+ __vue_inject_styles__$O,
32889
+ __vue_script__$O,
32890
+ __vue_scope_id__$O,
32891
+ __vue_is_functional_template__$O,
32892
+ __vue_module_identifier__$O,
32857
32893
  false,
32858
32894
  undefined,
32859
32895
  undefined,
@@ -32970,19 +33006,19 @@ FacetDisplay = __decorate([
32970
33006
  Component({
32971
33007
  name: "facetDisplay",
32972
33008
  components: {
32973
- TermFacet: __vue_component__$Q,
32974
- StatsFacet: __vue_component__$P,
32975
- HierarchyFacet: __vue_component__$N,
33009
+ TermFacet: __vue_component__$R,
33010
+ StatsFacet: __vue_component__$Q,
33011
+ HierarchyFacet: __vue_component__$O,
32976
33012
  },
32977
33013
  })
32978
33014
  ], FacetDisplay);
32979
- var script$L = FacetDisplay;
33015
+ var script$M = FacetDisplay;
32980
33016
 
32981
33017
  /* script */
32982
- const __vue_script__$M = script$L;
33018
+ const __vue_script__$N = script$M;
32983
33019
 
32984
33020
  /* template */
32985
- var __vue_render__$M = function () {
33021
+ var __vue_render__$N = function () {
32986
33022
  var _vm = this;
32987
33023
  var _h = _vm.$createElement;
32988
33024
  var _c = _vm._self._c || _h;
@@ -33058,17 +33094,17 @@ var __vue_render__$M = function () {
33058
33094
  )
33059
33095
  : _vm._e()
33060
33096
  };
33061
- var __vue_staticRenderFns__$M = [];
33062
- __vue_render__$M._withStripped = true;
33097
+ var __vue_staticRenderFns__$N = [];
33098
+ __vue_render__$N._withStripped = true;
33063
33099
 
33064
33100
  /* style */
33065
- const __vue_inject_styles__$M = undefined;
33101
+ const __vue_inject_styles__$N = undefined;
33066
33102
  /* scoped */
33067
- const __vue_scope_id__$M = undefined;
33103
+ const __vue_scope_id__$N = undefined;
33068
33104
  /* module identifier */
33069
- const __vue_module_identifier__$M = undefined;
33105
+ const __vue_module_identifier__$N = undefined;
33070
33106
  /* functional template */
33071
- const __vue_is_functional_template__$M = false;
33107
+ const __vue_is_functional_template__$N = false;
33072
33108
  /* style inject */
33073
33109
 
33074
33110
  /* style inject SSR */
@@ -33077,13 +33113,13 @@ __vue_render__$M._withStripped = true;
33077
33113
 
33078
33114
 
33079
33115
 
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,
33116
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent(
33117
+ { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
33118
+ __vue_inject_styles__$N,
33119
+ __vue_script__$N,
33120
+ __vue_scope_id__$N,
33121
+ __vue_is_functional_template__$N,
33122
+ __vue_module_identifier__$N,
33087
33123
  false,
33088
33124
  undefined,
33089
33125
  undefined,
@@ -33122,17 +33158,17 @@ FacetList = __decorate([
33122
33158
  Component({
33123
33159
  name: "facetList",
33124
33160
  components: {
33125
- FacetDisplay: __vue_component__$M,
33161
+ FacetDisplay: __vue_component__$N,
33126
33162
  },
33127
33163
  })
33128
33164
  ], FacetList);
33129
- var script$K = FacetList;
33165
+ var script$L = FacetList;
33130
33166
 
33131
33167
  /* script */
33132
- const __vue_script__$L = script$K;
33168
+ const __vue_script__$M = script$L;
33133
33169
 
33134
33170
  /* template */
33135
- var __vue_render__$L = function () {
33171
+ var __vue_render__$M = function () {
33136
33172
  var _vm = this;
33137
33173
  var _h = _vm.$createElement;
33138
33174
  var _c = _vm._self._c || _h;
@@ -33165,17 +33201,17 @@ var __vue_render__$L = function () {
33165
33201
  ),
33166
33202
  ])
33167
33203
  };
33168
- var __vue_staticRenderFns__$L = [];
33169
- __vue_render__$L._withStripped = true;
33204
+ var __vue_staticRenderFns__$M = [];
33205
+ __vue_render__$M._withStripped = true;
33170
33206
 
33171
33207
  /* style */
33172
- const __vue_inject_styles__$L = undefined;
33208
+ const __vue_inject_styles__$M = undefined;
33173
33209
  /* scoped */
33174
- const __vue_scope_id__$L = undefined;
33210
+ const __vue_scope_id__$M = undefined;
33175
33211
  /* module identifier */
33176
- const __vue_module_identifier__$L = undefined;
33212
+ const __vue_module_identifier__$M = undefined;
33177
33213
  /* functional template */
33178
- const __vue_is_functional_template__$L = false;
33214
+ const __vue_is_functional_template__$M = false;
33179
33215
  /* style inject */
33180
33216
 
33181
33217
  /* style inject SSR */
@@ -33184,13 +33220,13 @@ __vue_render__$L._withStripped = true;
33184
33220
 
33185
33221
 
33186
33222
 
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,
33223
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent(
33224
+ { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
33225
+ __vue_inject_styles__$M,
33226
+ __vue_script__$M,
33227
+ __vue_scope_id__$M,
33228
+ __vue_is_functional_template__$M,
33229
+ __vue_module_identifier__$M,
33194
33230
  false,
33195
33231
  undefined,
33196
33232
  undefined,
@@ -33294,17 +33330,17 @@ Facets = __decorate([
33294
33330
  Component({
33295
33331
  name: "facets",
33296
33332
  components: {
33297
- FacetList: __vue_component__$L,
33333
+ FacetList: __vue_component__$M,
33298
33334
  },
33299
33335
  })
33300
33336
  ], Facets);
33301
- var script$J = Facets;
33337
+ var script$K = Facets;
33302
33338
 
33303
33339
  /* script */
33304
- const __vue_script__$K = script$J;
33340
+ const __vue_script__$L = script$K;
33305
33341
 
33306
33342
  /* template */
33307
- var __vue_render__$K = function () {
33343
+ var __vue_render__$L = function () {
33308
33344
  var _vm = this;
33309
33345
  var _h = _vm.$createElement;
33310
33346
  var _c = _vm._self._c || _h;
@@ -33328,17 +33364,17 @@ var __vue_render__$K = function () {
33328
33364
  1
33329
33365
  )
33330
33366
  };
33331
- var __vue_staticRenderFns__$K = [];
33332
- __vue_render__$K._withStripped = true;
33367
+ var __vue_staticRenderFns__$L = [];
33368
+ __vue_render__$L._withStripped = true;
33333
33369
 
33334
33370
  /* style */
33335
- const __vue_inject_styles__$K = undefined;
33371
+ const __vue_inject_styles__$L = undefined;
33336
33372
  /* scoped */
33337
- const __vue_scope_id__$K = undefined;
33373
+ const __vue_scope_id__$L = undefined;
33338
33374
  /* module identifier */
33339
- const __vue_module_identifier__$K = undefined;
33375
+ const __vue_module_identifier__$L = undefined;
33340
33376
  /* functional template */
33341
- const __vue_is_functional_template__$K = false;
33377
+ const __vue_is_functional_template__$L = false;
33342
33378
  /* style inject */
33343
33379
 
33344
33380
  /* style inject SSR */
@@ -33347,13 +33383,13 @@ __vue_render__$K._withStripped = true;
33347
33383
 
33348
33384
 
33349
33385
 
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,
33386
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent(
33387
+ { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
33388
+ __vue_inject_styles__$L,
33389
+ __vue_script__$L,
33390
+ __vue_scope_id__$L,
33391
+ __vue_is_functional_template__$L,
33392
+ __vue_module_identifier__$L,
33357
33393
  false,
33358
33394
  undefined,
33359
33395
  undefined,
@@ -33394,13 +33430,13 @@ CategoryFilterItem = __decorate([
33394
33430
  name: "categoryFilterItem",
33395
33431
  })
33396
33432
  ], CategoryFilterItem);
33397
- var script$I = CategoryFilterItem;
33433
+ var script$J = CategoryFilterItem;
33398
33434
 
33399
33435
  /* script */
33400
- const __vue_script__$J = script$I;
33436
+ const __vue_script__$K = script$J;
33401
33437
 
33402
33438
  /* template */
33403
- var __vue_render__$J = function () {
33439
+ var __vue_render__$K = function () {
33404
33440
  var _vm = this;
33405
33441
  var _h = _vm.$createElement;
33406
33442
  var _c = _vm._self._c || _h;
@@ -33422,17 +33458,17 @@ var __vue_render__$J = function () {
33422
33458
  ]
33423
33459
  )
33424
33460
  };
33425
- var __vue_staticRenderFns__$J = [];
33426
- __vue_render__$J._withStripped = true;
33461
+ var __vue_staticRenderFns__$K = [];
33462
+ __vue_render__$K._withStripped = true;
33427
33463
 
33428
33464
  /* style */
33429
- const __vue_inject_styles__$J = undefined;
33465
+ const __vue_inject_styles__$K = undefined;
33430
33466
  /* scoped */
33431
- const __vue_scope_id__$J = undefined;
33467
+ const __vue_scope_id__$K = undefined;
33432
33468
  /* module identifier */
33433
- const __vue_module_identifier__$J = undefined;
33469
+ const __vue_module_identifier__$K = undefined;
33434
33470
  /* functional template */
33435
- const __vue_is_functional_template__$J = false;
33471
+ const __vue_is_functional_template__$K = false;
33436
33472
  /* style inject */
33437
33473
 
33438
33474
  /* style inject SSR */
@@ -33441,13 +33477,13 @@ __vue_render__$J._withStripped = true;
33441
33477
 
33442
33478
 
33443
33479
 
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,
33480
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent(
33481
+ { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
33482
+ __vue_inject_styles__$K,
33483
+ __vue_script__$K,
33484
+ __vue_scope_id__$K,
33485
+ __vue_is_functional_template__$K,
33486
+ __vue_module_identifier__$K,
33451
33487
  false,
33452
33488
  undefined,
33453
33489
  undefined,
@@ -33541,17 +33577,17 @@ CategoryFilter = __decorate([
33541
33577
  Component({
33542
33578
  name: "categoryFilter",
33543
33579
  components: {
33544
- CategoryFilterItem: __vue_component__$J,
33580
+ CategoryFilterItem: __vue_component__$K,
33545
33581
  },
33546
33582
  })
33547
33583
  ], CategoryFilter);
33548
- var script$H = CategoryFilter;
33584
+ var script$I = CategoryFilter;
33549
33585
 
33550
33586
  /* script */
33551
- const __vue_script__$I = script$H;
33587
+ const __vue_script__$J = script$I;
33552
33588
 
33553
33589
  /* template */
33554
- var __vue_render__$I = function () {
33590
+ var __vue_render__$J = function () {
33555
33591
  var _vm = this;
33556
33592
  var _h = _vm.$createElement;
33557
33593
  var _c = _vm._self._c || _h;
@@ -33614,17 +33650,17 @@ var __vue_render__$I = function () {
33614
33650
  ]
33615
33651
  )
33616
33652
  };
33617
- var __vue_staticRenderFns__$I = [];
33618
- __vue_render__$I._withStripped = true;
33653
+ var __vue_staticRenderFns__$J = [];
33654
+ __vue_render__$J._withStripped = true;
33619
33655
 
33620
33656
  /* style */
33621
- const __vue_inject_styles__$I = undefined;
33657
+ const __vue_inject_styles__$J = undefined;
33622
33658
  /* scoped */
33623
- const __vue_scope_id__$I = undefined;
33659
+ const __vue_scope_id__$J = undefined;
33624
33660
  /* module identifier */
33625
- const __vue_module_identifier__$I = undefined;
33661
+ const __vue_module_identifier__$J = undefined;
33626
33662
  /* functional template */
33627
- const __vue_is_functional_template__$I = false;
33663
+ const __vue_is_functional_template__$J = false;
33628
33664
  /* style inject */
33629
33665
 
33630
33666
  /* style inject SSR */
@@ -33633,13 +33669,13 @@ __vue_render__$I._withStripped = true;
33633
33669
 
33634
33670
 
33635
33671
 
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,
33672
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent(
33673
+ { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
33674
+ __vue_inject_styles__$J,
33675
+ __vue_script__$J,
33676
+ __vue_scope_id__$J,
33677
+ __vue_is_functional_template__$J,
33678
+ __vue_module_identifier__$J,
33643
33679
  false,
33644
33680
  undefined,
33645
33681
  undefined,
@@ -33664,19 +33700,19 @@ SearchResultsFilters = __decorate([
33664
33700
  Component({
33665
33701
  name: "searchResultsFilters",
33666
33702
  components: {
33667
- CurrentFilters: __vue_component__$R,
33668
- Facets: __vue_component__$K,
33669
- CategoryFilter: __vue_component__$I,
33703
+ CurrentFilters: __vue_component__$S,
33704
+ Facets: __vue_component__$L,
33705
+ CategoryFilter: __vue_component__$J,
33670
33706
  },
33671
33707
  })
33672
33708
  ], SearchResultsFilters);
33673
- var script$G = SearchResultsFilters;
33709
+ var script$H = SearchResultsFilters;
33674
33710
 
33675
33711
  /* script */
33676
- const __vue_script__$H = script$G;
33712
+ const __vue_script__$I = script$H;
33677
33713
 
33678
33714
  /* template */
33679
- var __vue_render__$H = function () {
33715
+ var __vue_render__$I = function () {
33680
33716
  var _vm = this;
33681
33717
  var _h = _vm.$createElement;
33682
33718
  var _c = _vm._self._c || _h;
@@ -33707,17 +33743,17 @@ var __vue_render__$H = function () {
33707
33743
  1
33708
33744
  )
33709
33745
  };
33710
- var __vue_staticRenderFns__$H = [];
33711
- __vue_render__$H._withStripped = true;
33746
+ var __vue_staticRenderFns__$I = [];
33747
+ __vue_render__$I._withStripped = true;
33712
33748
 
33713
33749
  /* style */
33714
- const __vue_inject_styles__$H = undefined;
33750
+ const __vue_inject_styles__$I = undefined;
33715
33751
  /* scoped */
33716
- const __vue_scope_id__$H = undefined;
33752
+ const __vue_scope_id__$I = undefined;
33717
33753
  /* module identifier */
33718
- const __vue_module_identifier__$H = undefined;
33754
+ const __vue_module_identifier__$I = undefined;
33719
33755
  /* functional template */
33720
- const __vue_is_functional_template__$H = false;
33756
+ const __vue_is_functional_template__$I = false;
33721
33757
  /* style inject */
33722
33758
 
33723
33759
  /* style inject SSR */
@@ -33726,13 +33762,13 @@ __vue_render__$H._withStripped = true;
33726
33762
 
33727
33763
 
33728
33764
 
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,
33765
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent(
33766
+ { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
33767
+ __vue_inject_styles__$I,
33768
+ __vue_script__$I,
33769
+ __vue_scope_id__$I,
33770
+ __vue_is_functional_template__$I,
33771
+ __vue_module_identifier__$I,
33736
33772
  false,
33737
33773
  undefined,
33738
33774
  undefined,
@@ -33774,17 +33810,17 @@ MobileFilterSidebar = __decorate([
33774
33810
  Component({
33775
33811
  name: "mobileFilerSidebar",
33776
33812
  components: {
33777
- SearchResultsFilters: __vue_component__$H,
33813
+ SearchResultsFilters: __vue_component__$I,
33778
33814
  },
33779
33815
  })
33780
33816
  ], MobileFilterSidebar);
33781
- var script$F = MobileFilterSidebar;
33817
+ var script$G = MobileFilterSidebar;
33782
33818
 
33783
33819
  /* script */
33784
- const __vue_script__$G = script$F;
33820
+ const __vue_script__$H = script$G;
33785
33821
 
33786
33822
  /* template */
33787
- var __vue_render__$G = function () {
33823
+ var __vue_render__$H = function () {
33788
33824
  var _vm = this;
33789
33825
  var _h = _vm.$createElement;
33790
33826
  var _c = _vm._self._c || _h;
@@ -33834,17 +33870,17 @@ var __vue_render__$G = function () {
33834
33870
  ])
33835
33871
  : _vm._e()
33836
33872
  };
33837
- var __vue_staticRenderFns__$G = [];
33838
- __vue_render__$G._withStripped = true;
33873
+ var __vue_staticRenderFns__$H = [];
33874
+ __vue_render__$H._withStripped = true;
33839
33875
 
33840
33876
  /* style */
33841
- const __vue_inject_styles__$G = undefined;
33877
+ const __vue_inject_styles__$H = undefined;
33842
33878
  /* scoped */
33843
- const __vue_scope_id__$G = undefined;
33879
+ const __vue_scope_id__$H = undefined;
33844
33880
  /* module identifier */
33845
- const __vue_module_identifier__$G = undefined;
33881
+ const __vue_module_identifier__$H = undefined;
33846
33882
  /* functional template */
33847
- const __vue_is_functional_template__$G = false;
33883
+ const __vue_is_functional_template__$H = false;
33848
33884
  /* style inject */
33849
33885
 
33850
33886
  /* style inject SSR */
@@ -33853,13 +33889,13 @@ __vue_render__$G._withStripped = true;
33853
33889
 
33854
33890
 
33855
33891
 
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,
33892
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent(
33893
+ { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
33894
+ __vue_inject_styles__$H,
33895
+ __vue_script__$H,
33896
+ __vue_scope_id__$H,
33897
+ __vue_is_functional_template__$H,
33898
+ __vue_module_identifier__$H,
33863
33899
  false,
33864
33900
  undefined,
33865
33901
  undefined,
@@ -33903,13 +33939,13 @@ SearchResultsDidYouMean = __decorate([
33903
33939
  name: "searchResultsDidYouMean",
33904
33940
  })
33905
33941
  ], SearchResultsDidYouMean);
33906
- var script$E = SearchResultsDidYouMean;
33942
+ var script$F = SearchResultsDidYouMean;
33907
33943
 
33908
33944
  /* script */
33909
- const __vue_script__$F = script$E;
33945
+ const __vue_script__$G = script$F;
33910
33946
 
33911
33947
  /* template */
33912
- var __vue_render__$F = function () {
33948
+ var __vue_render__$G = function () {
33913
33949
  var _vm = this;
33914
33950
  var _h = _vm.$createElement;
33915
33951
  var _c = _vm._self._c || _h;
@@ -33965,17 +34001,17 @@ var __vue_render__$F = function () {
33965
34001
  ])
33966
34002
  : _vm._e()
33967
34003
  };
33968
- var __vue_staticRenderFns__$F = [];
33969
- __vue_render__$F._withStripped = true;
34004
+ var __vue_staticRenderFns__$G = [];
34005
+ __vue_render__$G._withStripped = true;
33970
34006
 
33971
34007
  /* style */
33972
- const __vue_inject_styles__$F = undefined;
34008
+ const __vue_inject_styles__$G = undefined;
33973
34009
  /* scoped */
33974
- const __vue_scope_id__$F = undefined;
34010
+ const __vue_scope_id__$G = undefined;
33975
34011
  /* module identifier */
33976
- const __vue_module_identifier__$F = undefined;
34012
+ const __vue_module_identifier__$G = undefined;
33977
34013
  /* functional template */
33978
- const __vue_is_functional_template__$F = false;
34014
+ const __vue_is_functional_template__$G = false;
33979
34015
  /* style inject */
33980
34016
 
33981
34017
  /* style inject SSR */
@@ -33984,13 +34020,13 @@ __vue_render__$F._withStripped = true;
33984
34020
 
33985
34021
 
33986
34022
 
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,
34023
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent(
34024
+ { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
34025
+ __vue_inject_styles__$G,
34026
+ __vue_script__$G,
34027
+ __vue_scope_id__$G,
34028
+ __vue_is_functional_template__$G,
34029
+ __vue_module_identifier__$G,
33994
34030
  false,
33995
34031
  undefined,
33996
34032
  undefined,
@@ -34031,13 +34067,13 @@ CustomBadge = __decorate([
34031
34067
  name: "customBadge",
34032
34068
  })
34033
34069
  ], CustomBadge);
34034
- var script$D = CustomBadge;
34070
+ var script$E = CustomBadge;
34035
34071
 
34036
34072
  /* script */
34037
- const __vue_script__$E = script$D;
34073
+ const __vue_script__$F = script$E;
34038
34074
 
34039
34075
  /* template */
34040
- var __vue_render__$E = function () {
34076
+ var __vue_render__$F = function () {
34041
34077
  var _vm = this;
34042
34078
  var _h = _vm.$createElement;
34043
34079
  var _c = _vm._self._c || _h;
@@ -34046,17 +34082,17 @@ var __vue_render__$E = function () {
34046
34082
  domProps: { innerHTML: _vm._s(_vm.text) },
34047
34083
  })
34048
34084
  };
34049
- var __vue_staticRenderFns__$E = [];
34050
- __vue_render__$E._withStripped = true;
34085
+ var __vue_staticRenderFns__$F = [];
34086
+ __vue_render__$F._withStripped = true;
34051
34087
 
34052
34088
  /* style */
34053
- const __vue_inject_styles__$E = undefined;
34089
+ const __vue_inject_styles__$F = undefined;
34054
34090
  /* scoped */
34055
- const __vue_scope_id__$E = undefined;
34091
+ const __vue_scope_id__$F = undefined;
34056
34092
  /* module identifier */
34057
- const __vue_module_identifier__$E = undefined;
34093
+ const __vue_module_identifier__$F = undefined;
34058
34094
  /* functional template */
34059
- const __vue_is_functional_template__$E = false;
34095
+ const __vue_is_functional_template__$F = false;
34060
34096
  /* style inject */
34061
34097
 
34062
34098
  /* style inject SSR */
@@ -34065,13 +34101,13 @@ __vue_render__$E._withStripped = true;
34065
34101
 
34066
34102
 
34067
34103
 
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,
34104
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent(
34105
+ { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
34106
+ __vue_inject_styles__$F,
34107
+ __vue_script__$F,
34108
+ __vue_scope_id__$F,
34109
+ __vue_is_functional_template__$F,
34110
+ __vue_module_identifier__$F,
34075
34111
  false,
34076
34112
  undefined,
34077
34113
  undefined,
@@ -34095,13 +34131,13 @@ TextBadge = __decorate([
34095
34131
  name: "TextBadge",
34096
34132
  })
34097
34133
  ], TextBadge);
34098
- var script$C = TextBadge;
34134
+ var script$D = TextBadge;
34099
34135
 
34100
34136
  /* script */
34101
- const __vue_script__$D = script$C;
34137
+ const __vue_script__$E = script$D;
34102
34138
 
34103
34139
  /* template */
34104
- var __vue_render__$D = function () {
34140
+ var __vue_render__$E = function () {
34105
34141
  var _vm = this;
34106
34142
  var _h = _vm.$createElement;
34107
34143
  var _c = _vm._self._c || _h;
@@ -34118,17 +34154,17 @@ var __vue_render__$D = function () {
34118
34154
  0
34119
34155
  )
34120
34156
  };
34121
- var __vue_staticRenderFns__$D = [];
34122
- __vue_render__$D._withStripped = true;
34157
+ var __vue_staticRenderFns__$E = [];
34158
+ __vue_render__$E._withStripped = true;
34123
34159
 
34124
34160
  /* style */
34125
- const __vue_inject_styles__$D = undefined;
34161
+ const __vue_inject_styles__$E = undefined;
34126
34162
  /* scoped */
34127
- const __vue_scope_id__$D = undefined;
34163
+ const __vue_scope_id__$E = undefined;
34128
34164
  /* module identifier */
34129
- const __vue_module_identifier__$D = undefined;
34165
+ const __vue_module_identifier__$E = undefined;
34130
34166
  /* functional template */
34131
- const __vue_is_functional_template__$D = false;
34167
+ const __vue_is_functional_template__$E = false;
34132
34168
  /* style inject */
34133
34169
 
34134
34170
  /* style inject SSR */
@@ -34137,13 +34173,13 @@ __vue_render__$D._withStripped = true;
34137
34173
 
34138
34174
 
34139
34175
 
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,
34176
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent(
34177
+ { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
34178
+ __vue_inject_styles__$E,
34179
+ __vue_script__$E,
34180
+ __vue_scope_id__$E,
34181
+ __vue_is_functional_template__$E,
34182
+ __vue_module_identifier__$E,
34147
34183
  false,
34148
34184
  undefined,
34149
34185
  undefined,
@@ -34172,13 +34208,13 @@ ImageBadge = __decorate([
34172
34208
  name: "ImageBadge",
34173
34209
  })
34174
34210
  ], ImageBadge);
34175
- var script$B = ImageBadge;
34211
+ var script$C = ImageBadge;
34176
34212
 
34177
34213
  /* script */
34178
- const __vue_script__$C = script$B;
34214
+ const __vue_script__$D = script$C;
34179
34215
 
34180
34216
  /* template */
34181
- var __vue_render__$C = function () {
34217
+ var __vue_render__$D = function () {
34182
34218
  var _vm = this;
34183
34219
  var _h = _vm.$createElement;
34184
34220
  var _c = _vm._self._c || _h;
@@ -34195,17 +34231,17 @@ var __vue_render__$C = function () {
34195
34231
  0
34196
34232
  )
34197
34233
  };
34198
- var __vue_staticRenderFns__$C = [];
34199
- __vue_render__$C._withStripped = true;
34234
+ var __vue_staticRenderFns__$D = [];
34235
+ __vue_render__$D._withStripped = true;
34200
34236
 
34201
34237
  /* style */
34202
- const __vue_inject_styles__$C = undefined;
34238
+ const __vue_inject_styles__$D = undefined;
34203
34239
  /* scoped */
34204
- const __vue_scope_id__$C = undefined;
34240
+ const __vue_scope_id__$D = undefined;
34205
34241
  /* module identifier */
34206
- const __vue_module_identifier__$C = undefined;
34242
+ const __vue_module_identifier__$D = undefined;
34207
34243
  /* functional template */
34208
- const __vue_is_functional_template__$C = false;
34244
+ const __vue_is_functional_template__$D = false;
34209
34245
  /* style inject */
34210
34246
 
34211
34247
  /* style inject SSR */
@@ -34214,13 +34250,13 @@ __vue_render__$C._withStripped = true;
34214
34250
 
34215
34251
 
34216
34252
 
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,
34253
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent(
34254
+ { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
34255
+ __vue_inject_styles__$D,
34256
+ __vue_script__$D,
34257
+ __vue_scope_id__$D,
34258
+ __vue_is_functional_template__$D,
34259
+ __vue_module_identifier__$D,
34224
34260
  false,
34225
34261
  undefined,
34226
34262
  undefined,
@@ -34254,13 +34290,13 @@ SearchResultGeneratedBadge = __decorate([
34254
34290
  name: "searchResultsBadgeWrapper",
34255
34291
  })
34256
34292
  ], SearchResultGeneratedBadge);
34257
- var script$A = SearchResultGeneratedBadge;
34293
+ var script$B = SearchResultGeneratedBadge;
34258
34294
 
34259
34295
  /* script */
34260
- const __vue_script__$B = script$A;
34296
+ const __vue_script__$C = script$B;
34261
34297
 
34262
34298
  /* template */
34263
- var __vue_render__$B = function () {
34299
+ var __vue_render__$C = function () {
34264
34300
  var _vm = this;
34265
34301
  var _h = _vm.$createElement;
34266
34302
  var _c = _vm._self._c || _h;
@@ -34285,17 +34321,17 @@ var __vue_render__$B = function () {
34285
34321
  ]
34286
34322
  )
34287
34323
  };
34288
- var __vue_staticRenderFns__$B = [];
34289
- __vue_render__$B._withStripped = true;
34324
+ var __vue_staticRenderFns__$C = [];
34325
+ __vue_render__$C._withStripped = true;
34290
34326
 
34291
34327
  /* style */
34292
- const __vue_inject_styles__$B = undefined;
34328
+ const __vue_inject_styles__$C = undefined;
34293
34329
  /* scoped */
34294
- const __vue_scope_id__$B = undefined;
34330
+ const __vue_scope_id__$C = undefined;
34295
34331
  /* module identifier */
34296
- const __vue_module_identifier__$B = undefined;
34332
+ const __vue_module_identifier__$C = undefined;
34297
34333
  /* functional template */
34298
- const __vue_is_functional_template__$B = false;
34334
+ const __vue_is_functional_template__$C = false;
34299
34335
  /* style inject */
34300
34336
 
34301
34337
  /* style inject SSR */
@@ -34304,13 +34340,13 @@ __vue_render__$B._withStripped = true;
34304
34340
 
34305
34341
 
34306
34342
 
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,
34343
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent(
34344
+ { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
34345
+ __vue_inject_styles__$C,
34346
+ __vue_script__$C,
34347
+ __vue_scope_id__$C,
34348
+ __vue_is_functional_template__$C,
34349
+ __vue_module_identifier__$C,
34314
34350
  false,
34315
34351
  undefined,
34316
34352
  undefined,
@@ -34362,17 +34398,17 @@ SearchResultGeneratedBadges = __decorate([
34362
34398
  Component({
34363
34399
  name: "searchResultsBadgeWrapper",
34364
34400
  components: {
34365
- SearchResultGeneratedBadge: __vue_component__$B,
34401
+ SearchResultGeneratedBadge: __vue_component__$C,
34366
34402
  },
34367
34403
  })
34368
34404
  ], SearchResultGeneratedBadges);
34369
- var script$z = SearchResultGeneratedBadges;
34405
+ var script$A = SearchResultGeneratedBadges;
34370
34406
 
34371
34407
  /* script */
34372
- const __vue_script__$A = script$z;
34408
+ const __vue_script__$B = script$A;
34373
34409
 
34374
34410
  /* template */
34375
- var __vue_render__$A = function () {
34411
+ var __vue_render__$B = function () {
34376
34412
  var _vm = this;
34377
34413
  var _h = _vm.$createElement;
34378
34414
  var _c = _vm._self._c || _h;
@@ -34388,17 +34424,17 @@ var __vue_render__$A = function () {
34388
34424
  1
34389
34425
  )
34390
34426
  };
34391
- var __vue_staticRenderFns__$A = [];
34392
- __vue_render__$A._withStripped = true;
34427
+ var __vue_staticRenderFns__$B = [];
34428
+ __vue_render__$B._withStripped = true;
34393
34429
 
34394
34430
  /* style */
34395
- const __vue_inject_styles__$A = undefined;
34431
+ const __vue_inject_styles__$B = undefined;
34396
34432
  /* scoped */
34397
- const __vue_scope_id__$A = undefined;
34433
+ const __vue_scope_id__$B = undefined;
34398
34434
  /* module identifier */
34399
- const __vue_module_identifier__$A = undefined;
34435
+ const __vue_module_identifier__$B = undefined;
34400
34436
  /* functional template */
34401
- const __vue_is_functional_template__$A = false;
34437
+ const __vue_is_functional_template__$B = false;
34402
34438
  /* style inject */
34403
34439
 
34404
34440
  /* style inject SSR */
@@ -34407,13 +34443,13 @@ __vue_render__$A._withStripped = true;
34407
34443
 
34408
34444
 
34409
34445
 
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,
34446
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent(
34447
+ { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
34448
+ __vue_inject_styles__$B,
34449
+ __vue_script__$B,
34450
+ __vue_scope_id__$B,
34451
+ __vue_is_functional_template__$B,
34452
+ __vue_module_identifier__$B,
34417
34453
  false,
34418
34454
  undefined,
34419
34455
  undefined,
@@ -34463,20 +34499,20 @@ SearchResultsBadgeWrapper = __decorate([
34463
34499
  Component({
34464
34500
  name: "searchResultsBadgeWrapper",
34465
34501
  components: {
34466
- CustomBadge: __vue_component__$E,
34467
- TextBadge: __vue_component__$D,
34468
- ImageBadge: __vue_component__$C,
34469
- SearchResultGeneratedBadges: __vue_component__$A,
34502
+ CustomBadge: __vue_component__$F,
34503
+ TextBadge: __vue_component__$E,
34504
+ ImageBadge: __vue_component__$D,
34505
+ SearchResultGeneratedBadges: __vue_component__$B,
34470
34506
  },
34471
34507
  })
34472
34508
  ], SearchResultsBadgeWrapper);
34473
- var script$y = SearchResultsBadgeWrapper;
34509
+ var script$z = SearchResultsBadgeWrapper;
34474
34510
 
34475
34511
  /* script */
34476
- const __vue_script__$z = script$y;
34512
+ const __vue_script__$A = script$z;
34477
34513
 
34478
34514
  /* template */
34479
- var __vue_render__$z = function () {
34515
+ var __vue_render__$A = function () {
34480
34516
  var _vm = this;
34481
34517
  var _h = _vm.$createElement;
34482
34518
  var _c = _vm._self._c || _h;
@@ -34503,17 +34539,17 @@ var __vue_render__$z = function () {
34503
34539
  ),
34504
34540
  ])
34505
34541
  };
34506
- var __vue_staticRenderFns__$z = [];
34507
- __vue_render__$z._withStripped = true;
34542
+ var __vue_staticRenderFns__$A = [];
34543
+ __vue_render__$A._withStripped = true;
34508
34544
 
34509
34545
  /* style */
34510
- const __vue_inject_styles__$z = undefined;
34546
+ const __vue_inject_styles__$A = undefined;
34511
34547
  /* scoped */
34512
- const __vue_scope_id__$z = undefined;
34548
+ const __vue_scope_id__$A = undefined;
34513
34549
  /* module identifier */
34514
- const __vue_module_identifier__$z = undefined;
34550
+ const __vue_module_identifier__$A = undefined;
34515
34551
  /* functional template */
34516
- const __vue_is_functional_template__$z = false;
34552
+ const __vue_is_functional_template__$A = false;
34517
34553
  /* style inject */
34518
34554
 
34519
34555
  /* style inject SSR */
@@ -34522,13 +34558,13 @@ __vue_render__$z._withStripped = true;
34522
34558
 
34523
34559
 
34524
34560
 
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,
34561
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent(
34562
+ { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
34563
+ __vue_inject_styles__$A,
34564
+ __vue_script__$A,
34565
+ __vue_scope_id__$A,
34566
+ __vue_is_functional_template__$A,
34567
+ __vue_module_identifier__$A,
34532
34568
  false,
34533
34569
  undefined,
34534
34570
  undefined,
@@ -34547,17 +34583,17 @@ SearchResultsProductImage = __decorate([
34547
34583
  Component({
34548
34584
  name: "searchResultsProductImage",
34549
34585
  components: {
34550
- ProductImage: __vue_component__$1b,
34586
+ ProductImage: __vue_component__$1c,
34551
34587
  },
34552
34588
  })
34553
34589
  ], SearchResultsProductImage);
34554
- var script$x = SearchResultsProductImage;
34590
+ var script$y = SearchResultsProductImage;
34555
34591
 
34556
34592
  /* script */
34557
- const __vue_script__$y = script$x;
34593
+ const __vue_script__$z = script$y;
34558
34594
 
34559
34595
  /* template */
34560
- var __vue_render__$y = function () {
34596
+ var __vue_render__$z = function () {
34561
34597
  var _vm = this;
34562
34598
  var _h = _vm.$createElement;
34563
34599
  var _c = _vm._self._c || _h;
@@ -34570,17 +34606,17 @@ var __vue_render__$y = function () {
34570
34606
  },
34571
34607
  })
34572
34608
  };
34573
- var __vue_staticRenderFns__$y = [];
34574
- __vue_render__$y._withStripped = true;
34609
+ var __vue_staticRenderFns__$z = [];
34610
+ __vue_render__$z._withStripped = true;
34575
34611
 
34576
34612
  /* style */
34577
- const __vue_inject_styles__$y = undefined;
34613
+ const __vue_inject_styles__$z = undefined;
34578
34614
  /* scoped */
34579
- const __vue_scope_id__$y = undefined;
34615
+ const __vue_scope_id__$z = undefined;
34580
34616
  /* module identifier */
34581
- const __vue_module_identifier__$y = undefined;
34617
+ const __vue_module_identifier__$z = undefined;
34582
34618
  /* functional template */
34583
- const __vue_is_functional_template__$y = false;
34619
+ const __vue_is_functional_template__$z = false;
34584
34620
  /* style inject */
34585
34621
 
34586
34622
  /* style inject SSR */
@@ -34589,13 +34625,13 @@ __vue_render__$y._withStripped = true;
34589
34625
 
34590
34626
 
34591
34627
 
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,
34628
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent(
34629
+ { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
34630
+ __vue_inject_styles__$z,
34631
+ __vue_script__$z,
34632
+ __vue_scope_id__$z,
34633
+ __vue_is_functional_template__$z,
34634
+ __vue_module_identifier__$z,
34599
34635
  false,
34600
34636
  undefined,
34601
34637
  undefined,
@@ -34638,13 +34674,13 @@ SearchResultsProductTitle = __decorate([
34638
34674
  name: "searchResultsProductTitle",
34639
34675
  })
34640
34676
  ], SearchResultsProductTitle);
34641
- var script$w = SearchResultsProductTitle;
34677
+ var script$x = SearchResultsProductTitle;
34642
34678
 
34643
34679
  /* script */
34644
- const __vue_script__$x = script$w;
34680
+ const __vue_script__$y = script$x;
34645
34681
 
34646
34682
  /* template */
34647
- var __vue_render__$x = function () {
34683
+ var __vue_render__$y = function () {
34648
34684
  var _vm = this;
34649
34685
  var _h = _vm.$createElement;
34650
34686
  var _c = _vm._self._c || _h;
@@ -34685,17 +34721,17 @@ var __vue_render__$x = function () {
34685
34721
  ]
34686
34722
  )
34687
34723
  };
34688
- var __vue_staticRenderFns__$x = [];
34689
- __vue_render__$x._withStripped = true;
34724
+ var __vue_staticRenderFns__$y = [];
34725
+ __vue_render__$y._withStripped = true;
34690
34726
 
34691
34727
  /* style */
34692
- const __vue_inject_styles__$x = undefined;
34728
+ const __vue_inject_styles__$y = undefined;
34693
34729
  /* scoped */
34694
- const __vue_scope_id__$x = undefined;
34730
+ const __vue_scope_id__$y = undefined;
34695
34731
  /* module identifier */
34696
- const __vue_module_identifier__$x = undefined;
34732
+ const __vue_module_identifier__$y = undefined;
34697
34733
  /* functional template */
34698
- const __vue_is_functional_template__$x = false;
34734
+ const __vue_is_functional_template__$y = false;
34699
34735
  /* style inject */
34700
34736
 
34701
34737
  /* style inject SSR */
@@ -34704,13 +34740,13 @@ __vue_render__$x._withStripped = true;
34704
34740
 
34705
34741
 
34706
34742
 
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,
34743
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent(
34744
+ { render: __vue_render__$y, staticRenderFns: __vue_staticRenderFns__$y },
34745
+ __vue_inject_styles__$y,
34746
+ __vue_script__$y,
34747
+ __vue_scope_id__$y,
34748
+ __vue_is_functional_template__$y,
34749
+ __vue_module_identifier__$y,
34714
34750
  false,
34715
34751
  undefined,
34716
34752
  undefined,
@@ -34740,13 +34776,13 @@ SearchResultsProductDescription = __decorate([
34740
34776
  name: "searchResultsProductDescription",
34741
34777
  })
34742
34778
  ], SearchResultsProductDescription);
34743
- var script$v = SearchResultsProductDescription;
34779
+ var script$w = SearchResultsProductDescription;
34744
34780
 
34745
34781
  /* script */
34746
- const __vue_script__$w = script$v;
34782
+ const __vue_script__$x = script$w;
34747
34783
 
34748
34784
  /* template */
34749
- var __vue_render__$w = function () {
34785
+ var __vue_render__$x = function () {
34750
34786
  var _vm = this;
34751
34787
  var _h = _vm.$createElement;
34752
34788
  var _c = _vm._self._c || _h;
@@ -34765,34 +34801,34 @@ var __vue_render__$w = function () {
34765
34801
  [_vm._v("\n " + _vm._s(_vm.description) + "\n")]
34766
34802
  )
34767
34803
  };
34768
- var __vue_staticRenderFns__$w = [];
34769
- __vue_render__$w._withStripped = true;
34804
+ var __vue_staticRenderFns__$x = [];
34805
+ __vue_render__$x._withStripped = true;
34770
34806
 
34771
34807
  /* style */
34772
- const __vue_inject_styles__$w = function (inject) {
34808
+ const __vue_inject_styles__$x = function (inject) {
34773
34809
  if (!inject) return
34774
34810
  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 });
34775
34811
 
34776
34812
  };
34777
34813
  /* scoped */
34778
- const __vue_scope_id__$w = undefined;
34814
+ const __vue_scope_id__$x = undefined;
34779
34815
  /* module identifier */
34780
- const __vue_module_identifier__$w = undefined;
34816
+ const __vue_module_identifier__$x = undefined;
34781
34817
  /* functional template */
34782
- const __vue_is_functional_template__$w = false;
34818
+ const __vue_is_functional_template__$x = false;
34783
34819
  /* style inject SSR */
34784
34820
 
34785
34821
  /* style inject shadow dom */
34786
34822
 
34787
34823
 
34788
34824
 
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,
34825
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent(
34826
+ { render: __vue_render__$x, staticRenderFns: __vue_staticRenderFns__$x },
34827
+ __vue_inject_styles__$x,
34828
+ __vue_script__$x,
34829
+ __vue_scope_id__$x,
34830
+ __vue_is_functional_template__$x,
34831
+ __vue_module_identifier__$x,
34796
34832
  false,
34797
34833
  createInjector,
34798
34834
  undefined,
@@ -34808,10 +34844,10 @@ let SearchResultsProductRating = class SearchResultsProductRating extends Vue$1
34808
34844
  return Math.round(this.item[this.options.key] || 0);
34809
34845
  }
34810
34846
  get baseStars() {
34811
- return new Array(STAR_COUNT).fill("☆");
34847
+ return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34812
34848
  }
34813
34849
  get highlightedStars() {
34814
- return new Array(STAR_COUNT).fill(" ★");
34850
+ return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34815
34851
  }
34816
34852
  get ratingPercentage() {
34817
34853
  return this.options.getRatingPercentage
@@ -34837,13 +34873,13 @@ SearchResultsProductRating = __decorate([
34837
34873
  name: "searchResultsProductRating",
34838
34874
  })
34839
34875
  ], SearchResultsProductRating);
34840
- var script$u = SearchResultsProductRating;
34876
+ var script$v = SearchResultsProductRating;
34841
34877
 
34842
34878
  /* script */
34843
- const __vue_script__$v = script$u;
34879
+ const __vue_script__$w = script$v;
34844
34880
 
34845
34881
  /* template */
34846
- var __vue_render__$v = function () {
34882
+ var __vue_render__$w = function () {
34847
34883
  var _vm = this;
34848
34884
  var _h = _vm.$createElement;
34849
34885
  var _c = _vm._self._c || _h;
@@ -34888,17 +34924,17 @@ var __vue_render__$v = function () {
34888
34924
  ),
34889
34925
  ])
34890
34926
  };
34891
- var __vue_staticRenderFns__$v = [];
34892
- __vue_render__$v._withStripped = true;
34927
+ var __vue_staticRenderFns__$w = [];
34928
+ __vue_render__$w._withStripped = true;
34893
34929
 
34894
34930
  /* style */
34895
- const __vue_inject_styles__$v = undefined;
34931
+ const __vue_inject_styles__$w = undefined;
34896
34932
  /* scoped */
34897
- const __vue_scope_id__$v = undefined;
34933
+ const __vue_scope_id__$w = undefined;
34898
34934
  /* module identifier */
34899
- const __vue_module_identifier__$v = undefined;
34935
+ const __vue_module_identifier__$w = undefined;
34900
34936
  /* functional template */
34901
- const __vue_is_functional_template__$v = false;
34937
+ const __vue_is_functional_template__$w = false;
34902
34938
  /* style inject */
34903
34939
 
34904
34940
  /* style inject SSR */
@@ -34907,13 +34943,13 @@ __vue_render__$v._withStripped = true;
34907
34943
 
34908
34944
 
34909
34945
 
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,
34946
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent(
34947
+ { render: __vue_render__$w, staticRenderFns: __vue_staticRenderFns__$w },
34948
+ __vue_inject_styles__$w,
34949
+ __vue_script__$w,
34950
+ __vue_scope_id__$w,
34951
+ __vue_is_functional_template__$w,
34952
+ __vue_module_identifier__$w,
34917
34953
  false,
34918
34954
  undefined,
34919
34955
  undefined,
@@ -34940,13 +34976,13 @@ SearchResultsProductRegularPrice = __decorate([
34940
34976
  name: "searchResultsProductRegularPrice",
34941
34977
  })
34942
34978
  ], SearchResultsProductRegularPrice);
34943
- var script$t = SearchResultsProductRegularPrice;
34979
+ var script$u = SearchResultsProductRegularPrice;
34944
34980
 
34945
34981
  /* script */
34946
- const __vue_script__$u = script$t;
34982
+ const __vue_script__$v = script$u;
34947
34983
 
34948
34984
  /* template */
34949
- var __vue_render__$u = function () {
34985
+ var __vue_render__$v = function () {
34950
34986
  var _vm = this;
34951
34987
  var _h = _vm.$createElement;
34952
34988
  var _c = _vm._self._c || _h;
@@ -34959,17 +34995,17 @@ var __vue_render__$u = function () {
34959
34995
  [_vm._v("\n " + _vm._s(_vm.price) + "\n")]
34960
34996
  )
34961
34997
  };
34962
- var __vue_staticRenderFns__$u = [];
34963
- __vue_render__$u._withStripped = true;
34998
+ var __vue_staticRenderFns__$v = [];
34999
+ __vue_render__$v._withStripped = true;
34964
35000
 
34965
35001
  /* style */
34966
- const __vue_inject_styles__$u = undefined;
35002
+ const __vue_inject_styles__$v = undefined;
34967
35003
  /* scoped */
34968
- const __vue_scope_id__$u = undefined;
35004
+ const __vue_scope_id__$v = undefined;
34969
35005
  /* module identifier */
34970
- const __vue_module_identifier__$u = undefined;
35006
+ const __vue_module_identifier__$v = undefined;
34971
35007
  /* functional template */
34972
- const __vue_is_functional_template__$u = false;
35008
+ const __vue_is_functional_template__$v = false;
34973
35009
  /* style inject */
34974
35010
 
34975
35011
  /* style inject SSR */
@@ -34978,13 +35014,13 @@ __vue_render__$u._withStripped = true;
34978
35014
 
34979
35015
 
34980
35016
 
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,
35017
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent(
35018
+ { render: __vue_render__$v, staticRenderFns: __vue_staticRenderFns__$v },
35019
+ __vue_inject_styles__$v,
35020
+ __vue_script__$v,
35021
+ __vue_scope_id__$v,
35022
+ __vue_is_functional_template__$v,
35023
+ __vue_module_identifier__$v,
34988
35024
  false,
34989
35025
  undefined,
34990
35026
  undefined,
@@ -35011,13 +35047,13 @@ SearchResultsProductPrice = __decorate([
35011
35047
  name: "searchResultsProductPrice",
35012
35048
  })
35013
35049
  ], SearchResultsProductPrice);
35014
- var script$s = SearchResultsProductPrice;
35050
+ var script$t = SearchResultsProductPrice;
35015
35051
 
35016
35052
  /* script */
35017
- const __vue_script__$t = script$s;
35053
+ const __vue_script__$u = script$t;
35018
35054
 
35019
35055
  /* template */
35020
- var __vue_render__$t = function () {
35056
+ var __vue_render__$u = function () {
35021
35057
  var _vm = this;
35022
35058
  var _h = _vm.$createElement;
35023
35059
  var _c = _vm._self._c || _h;
@@ -35030,17 +35066,17 @@ var __vue_render__$t = function () {
35030
35066
  [_c("strong", [_vm._v(_vm._s(_vm.price))])]
35031
35067
  )
35032
35068
  };
35033
- var __vue_staticRenderFns__$t = [];
35034
- __vue_render__$t._withStripped = true;
35069
+ var __vue_staticRenderFns__$u = [];
35070
+ __vue_render__$u._withStripped = true;
35035
35071
 
35036
35072
  /* style */
35037
- const __vue_inject_styles__$t = undefined;
35073
+ const __vue_inject_styles__$u = undefined;
35038
35074
  /* scoped */
35039
- const __vue_scope_id__$t = undefined;
35075
+ const __vue_scope_id__$u = undefined;
35040
35076
  /* module identifier */
35041
- const __vue_module_identifier__$t = undefined;
35077
+ const __vue_module_identifier__$u = undefined;
35042
35078
  /* functional template */
35043
- const __vue_is_functional_template__$t = false;
35079
+ const __vue_is_functional_template__$u = false;
35044
35080
  /* style inject */
35045
35081
 
35046
35082
  /* style inject SSR */
@@ -35049,13 +35085,13 @@ __vue_render__$t._withStripped = true;
35049
35085
 
35050
35086
 
35051
35087
 
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,
35088
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent(
35089
+ { render: __vue_render__$u, staticRenderFns: __vue_staticRenderFns__$u },
35090
+ __vue_inject_styles__$u,
35091
+ __vue_script__$u,
35092
+ __vue_scope_id__$u,
35093
+ __vue_is_functional_template__$u,
35094
+ __vue_module_identifier__$u,
35059
35095
  false,
35060
35096
  undefined,
35061
35097
  undefined,
@@ -35097,13 +35133,13 @@ SearchResultsProductAddToCart = __decorate([
35097
35133
  name: "searchResultsProductAddToCart",
35098
35134
  })
35099
35135
  ], SearchResultsProductAddToCart);
35100
- var script$r = SearchResultsProductAddToCart;
35136
+ var script$s = SearchResultsProductAddToCart;
35101
35137
 
35102
35138
  /* script */
35103
- const __vue_script__$s = script$r;
35139
+ const __vue_script__$t = script$s;
35104
35140
 
35105
35141
  /* template */
35106
- var __vue_render__$s = function () {
35142
+ var __vue_render__$t = function () {
35107
35143
  var _vm = this;
35108
35144
  var _h = _vm.$createElement;
35109
35145
  var _c = _vm._self._c || _h;
@@ -35129,34 +35165,34 @@ var __vue_render__$s = function () {
35129
35165
  ]),
35130
35166
  ])
35131
35167
  };
35132
- var __vue_staticRenderFns__$s = [];
35133
- __vue_render__$s._withStripped = true;
35168
+ var __vue_staticRenderFns__$t = [];
35169
+ __vue_render__$t._withStripped = true;
35134
35170
 
35135
35171
  /* style */
35136
- const __vue_inject_styles__$s = function (inject) {
35172
+ const __vue_inject_styles__$t = function (inject) {
35137
35173
  if (!inject) return
35138
35174
  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 });
35139
35175
 
35140
35176
  };
35141
35177
  /* scoped */
35142
- const __vue_scope_id__$s = undefined;
35178
+ const __vue_scope_id__$t = undefined;
35143
35179
  /* module identifier */
35144
- const __vue_module_identifier__$s = undefined;
35180
+ const __vue_module_identifier__$t = undefined;
35145
35181
  /* functional template */
35146
- const __vue_is_functional_template__$s = false;
35182
+ const __vue_is_functional_template__$t = false;
35147
35183
  /* style inject SSR */
35148
35184
 
35149
35185
  /* style inject shadow dom */
35150
35186
 
35151
35187
 
35152
35188
 
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,
35189
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent(
35190
+ { render: __vue_render__$t, staticRenderFns: __vue_staticRenderFns__$t },
35191
+ __vue_inject_styles__$t,
35192
+ __vue_script__$t,
35193
+ __vue_scope_id__$t,
35194
+ __vue_is_functional_template__$t,
35195
+ __vue_module_identifier__$t,
35160
35196
  false,
35161
35197
  createInjector,
35162
35198
  undefined,
@@ -35197,13 +35233,13 @@ SearchResultsProductCustom = __decorate([
35197
35233
  name: "searchResultsProductCustom",
35198
35234
  })
35199
35235
  ], SearchResultsProductCustom);
35200
- var script$q = SearchResultsProductCustom;
35236
+ var script$r = SearchResultsProductCustom;
35201
35237
 
35202
35238
  /* script */
35203
- const __vue_script__$r = script$q;
35239
+ const __vue_script__$s = script$r;
35204
35240
 
35205
35241
  /* template */
35206
- var __vue_render__$r = function () {
35242
+ var __vue_render__$s = function () {
35207
35243
  var _vm = this;
35208
35244
  var _h = _vm.$createElement;
35209
35245
  var _c = _vm._self._c || _h;
@@ -35226,6 +35262,72 @@ var __vue_render__$r = function () {
35226
35262
  ]),
35227
35263
  ])
35228
35264
  };
35265
+ var __vue_staticRenderFns__$s = [];
35266
+ __vue_render__$s._withStripped = true;
35267
+
35268
+ /* style */
35269
+ const __vue_inject_styles__$s = undefined;
35270
+ /* scoped */
35271
+ const __vue_scope_id__$s = undefined;
35272
+ /* module identifier */
35273
+ const __vue_module_identifier__$s = undefined;
35274
+ /* functional template */
35275
+ const __vue_is_functional_template__$s = false;
35276
+ /* style inject */
35277
+
35278
+ /* style inject SSR */
35279
+
35280
+ /* style inject shadow dom */
35281
+
35282
+
35283
+
35284
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent(
35285
+ { render: __vue_render__$s, staticRenderFns: __vue_staticRenderFns__$s },
35286
+ __vue_inject_styles__$s,
35287
+ __vue_script__$s,
35288
+ __vue_scope_id__$s,
35289
+ __vue_is_functional_template__$s,
35290
+ __vue_module_identifier__$s,
35291
+ false,
35292
+ undefined,
35293
+ undefined,
35294
+ undefined
35295
+ );
35296
+
35297
+ let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35298
+ get text() {
35299
+ return this.options.html(this.item);
35300
+ }
35301
+ get className() {
35302
+ return this.options.className;
35303
+ }
35304
+ };
35305
+ __decorate([
35306
+ Prop()
35307
+ ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35308
+ __decorate([
35309
+ Prop()
35310
+ ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35311
+ SearchResultsProductCustomHtmlElement = __decorate([
35312
+ Component({
35313
+ name: "searchResultsProductCustomHtmlElement",
35314
+ })
35315
+ ], SearchResultsProductCustomHtmlElement);
35316
+ var script$q = SearchResultsProductCustomHtmlElement;
35317
+
35318
+ /* script */
35319
+ const __vue_script__$r = script$q;
35320
+
35321
+ /* template */
35322
+ var __vue_render__$r = function () {
35323
+ var _vm = this;
35324
+ var _h = _vm.$createElement;
35325
+ var _c = _vm._self._c || _h;
35326
+ return _c("div", {
35327
+ class: _vm.className,
35328
+ domProps: { innerHTML: _vm._s(_vm.text) },
35329
+ })
35330
+ };
35229
35331
  var __vue_staticRenderFns__$r = [];
35230
35332
  __vue_render__$r._withStripped = true;
35231
35333
 
@@ -35258,26 +35360,39 @@ __vue_render__$r._withStripped = true;
35258
35360
  undefined
35259
35361
  );
35260
35362
 
35261
- let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35262
- get text() {
35263
- return this.options.html(this.item);
35363
+ let SearchResultsProductSingleStarRating = class SearchResultsProductSingleStarRating extends Vue$1 {
35364
+ get totalRatings() {
35365
+ return `(${this.options.labels.numberOfRatings}${this.item[this.options.totalKey] || 0})`;
35264
35366
  }
35265
- get className() {
35266
- return this.options.className;
35367
+ get ratingLink() {
35368
+ var _a;
35369
+ if (!((_a = this.options.links) === null || _a === void 0 ? void 0 : _a.ratingDetails)) {
35370
+ return "";
35371
+ }
35372
+ return generateLink(this.options.links.ratingDetails, this.item);
35373
+ }
35374
+ get rating() {
35375
+ if (!this.options.displayRating) {
35376
+ return this.item[this.options.key];
35377
+ }
35378
+ return this.options.displayRating(this.item);
35379
+ }
35380
+ get star() {
35381
+ return RATING_STAR_HTML;
35267
35382
  }
35268
35383
  };
35269
35384
  __decorate([
35270
35385
  Prop()
35271
- ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35386
+ ], SearchResultsProductSingleStarRating.prototype, "item", void 0);
35272
35387
  __decorate([
35273
35388
  Prop()
35274
- ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35275
- SearchResultsProductCustomHtmlElement = __decorate([
35389
+ ], SearchResultsProductSingleStarRating.prototype, "options", void 0);
35390
+ SearchResultsProductSingleStarRating = __decorate([
35276
35391
  Component({
35277
- name: "searchResultsProductCustomHtmlElement",
35392
+ name: "SearchResultsProductSingleStarRating",
35278
35393
  })
35279
- ], SearchResultsProductCustomHtmlElement);
35280
- var script$p = SearchResultsProductCustomHtmlElement;
35394
+ ], SearchResultsProductSingleStarRating);
35395
+ var script$p = SearchResultsProductSingleStarRating;
35281
35396
 
35282
35397
  /* script */
35283
35398
  const __vue_script__$q = script$p;
@@ -35287,10 +35402,20 @@ var __vue_render__$q = function () {
35287
35402
  var _vm = this;
35288
35403
  var _h = _vm.$createElement;
35289
35404
  var _c = _vm._self._c || _h;
35290
- return _c("div", {
35291
- class: _vm.className,
35292
- domProps: { innerHTML: _vm._s(_vm.text) },
35293
- })
35405
+ return _c("div", { attrs: { id: "lupa-search-results-rating" } }, [
35406
+ _c("div", {
35407
+ staticClass: "lupa-rating lupa-rating-highlighted",
35408
+ domProps: { innerHTML: _vm._s(_vm.star) },
35409
+ }),
35410
+ _vm._v(" "),
35411
+ _c("div", { staticClass: "lupa-ratings" }, [_vm._v(_vm._s(_vm.rating))]),
35412
+ _vm._v(" "),
35413
+ _c(
35414
+ "a",
35415
+ { staticClass: "lupa-total-ratings", attrs: { href: _vm.ratingLink } },
35416
+ [_vm._v(_vm._s(_vm.totalRatings))]
35417
+ ),
35418
+ ])
35294
35419
  };
35295
35420
  var __vue_staticRenderFns__$q = [];
35296
35421
  __vue_render__$q._withStripped = true;
@@ -35324,6 +35449,7 @@ __vue_render__$q._withStripped = true;
35324
35449
  undefined
35325
35450
  );
35326
35451
 
35452
+ const dynamicData$2 = namespace("dynamicData");
35327
35453
  let SearchResultsProductCardElement = class SearchResultsProductCardElement extends Vue$1 {
35328
35454
  get elementComponent() {
35329
35455
  switch (this.element.type) {
@@ -35335,6 +35461,8 @@ let SearchResultsProductCardElement = class SearchResultsProductCardElement exte
35335
35461
  return "searchResultsProductDescription";
35336
35462
  case exports.DocumentElementType.RATING:
35337
35463
  return "searchResultsProductRating";
35464
+ case exports.DocumentElementType.SINGLE_STAR_RATING:
35465
+ return "SearchResultsProductSingleStarRating";
35338
35466
  case exports.DocumentElementType.PRICE:
35339
35467
  return "searchResultsProductPrice";
35340
35468
  case exports.DocumentElementType.REGULARPRICE:
@@ -35349,7 +35477,20 @@ let SearchResultsProductCardElement = class SearchResultsProductCardElement exte
35349
35477
  return "searchResultsProductTitle";
35350
35478
  }
35351
35479
  get displayElement() {
35352
- return this.element.display ? this.element.display(this.item) : true;
35480
+ return this.element.display
35481
+ ? this.element.display(this.enhancedItem)
35482
+ : true;
35483
+ }
35484
+ get isLoadingDynamicData() {
35485
+ return Boolean(this.element.dynamic && this.loading);
35486
+ }
35487
+ get enhancedItem() {
35488
+ var _a, _b, _c, _d;
35489
+ if (!((_a = this.item) === null || _a === void 0 ? void 0 : _a.id)) {
35490
+ return this.item;
35491
+ }
35492
+ const enhancementData = (_d = (_b = this.dynamicDataIdMap) === null || _b === void 0 ? void 0 : _b[(_c = this.item) === null || _c === void 0 ? void 0 : _c.id]) !== null && _d !== void 0 ? _d : {};
35493
+ return Object.assign(Object.assign({}, this.item), enhancementData);
35353
35494
  }
35354
35495
  handleProductEvent(item) {
35355
35496
  this.$emit("productEvent", item);
@@ -35370,19 +35511,26 @@ __decorate([
35370
35511
  __decorate([
35371
35512
  Prop({ default: "" })
35372
35513
  ], SearchResultsProductCardElement.prototype, "link", void 0);
35514
+ __decorate([
35515
+ dynamicData$2.State("dynamicDataIdMap")
35516
+ ], SearchResultsProductCardElement.prototype, "dynamicDataIdMap", void 0);
35517
+ __decorate([
35518
+ dynamicData$2.State("loading")
35519
+ ], SearchResultsProductCardElement.prototype, "loading", void 0);
35373
35520
  SearchResultsProductCardElement = __decorate([
35374
35521
  Component({
35375
35522
  name: "searchResultsProductCardElement",
35376
35523
  components: {
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,
35524
+ SearchResultsProductImage: __vue_component__$z,
35525
+ SearchResultsProductTitle: __vue_component__$y,
35526
+ SearchResultsProductDescription: __vue_component__$x,
35527
+ SearchResultsProductRating: __vue_component__$w,
35528
+ SearchResultsProductSingleStarRating: __vue_component__$q,
35529
+ SearchResultsProductRegularPrice: __vue_component__$v,
35530
+ SearchResultsProductPrice: __vue_component__$u,
35531
+ SearchResultsProductAddToCart: __vue_component__$t,
35532
+ SearchResultsProductCustom: __vue_component__$s,
35533
+ SearchResultsProductCustomHtmlElement: __vue_component__$r,
35386
35534
  },
35387
35535
  })
35388
35536
  ], SearchResultsProductCardElement);
@@ -35399,8 +35547,9 @@ var __vue_render__$p = function () {
35399
35547
  return _vm.displayElement
35400
35548
  ? _c(_vm.elementComponent, {
35401
35549
  tag: "search-box-element",
35550
+ class: { "lupa-loading-dynamic-data": _vm.isLoadingDynamicData },
35402
35551
  attrs: {
35403
- item: _vm.item,
35552
+ item: _vm.enhancedItem,
35404
35553
  options: _vm.element,
35405
35554
  labels: _vm.labels,
35406
35555
  inStock: _vm.inStock,
@@ -35461,11 +35610,11 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35461
35610
  }
35462
35611
  get imageElements() {
35463
35612
  var _a, _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 : []);
35613
+ 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 : []);
35465
35614
  }
35466
35615
  get detailElements() {
35467
35616
  var _a, _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 : []);
35617
+ 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 : []);
35469
35618
  }
35470
35619
  get labels() {
35471
35620
  var _a;
@@ -35481,6 +35630,16 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35481
35630
  get hasEventRouting() {
35482
35631
  return this.searchResultsRoutingBehavior === "event";
35483
35632
  }
35633
+ get elementGroups() {
35634
+ var _a;
35635
+ return [
35636
+ ...new Set((_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.map((e) => e.group).filter((g) => Boolean(g))),
35637
+ ];
35638
+ }
35639
+ getGroupElements(group) {
35640
+ var _a, _b;
35641
+ return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.group === group)) !== null && _b !== void 0 ? _b : [];
35642
+ }
35484
35643
  mounted() {
35485
35644
  this.checkIfIsInStock();
35486
35645
  }
@@ -35568,7 +35727,7 @@ SearchResultsProductCard = __decorate([
35568
35727
  Component({
35569
35728
  name: "searchResultsProductCard",
35570
35729
  components: {
35571
- SearchResultsBadgeWrapper: __vue_component__$z,
35730
+ SearchResultsBadgeWrapper: __vue_component__$A,
35572
35731
  SearchResultsProductCardElement: __vue_component__$p,
35573
35732
  },
35574
35733
  })
@@ -35660,7 +35819,30 @@ var __vue_render__$o = function () {
35660
35819
  }),
35661
35820
  1
35662
35821
  ),
35663
- ]
35822
+ _vm._v(" "),
35823
+ _vm._l(_vm.elementGroups, function (group) {
35824
+ return _c(
35825
+ "div",
35826
+ { key: group, class: "lupa-element-group-" + group },
35827
+ _vm._l(_vm.getGroupElements(group), function (element) {
35828
+ return _c("SearchResultsProductCardElement", {
35829
+ key: element.key,
35830
+ staticClass: "lupa-search-results-product-element",
35831
+ attrs: {
35832
+ item: _vm.product,
35833
+ element: element,
35834
+ labels: _vm.labels,
35835
+ inStock: _vm.isInStock,
35836
+ link: _vm.link,
35837
+ },
35838
+ on: { productEvent: _vm.handleProductEvent },
35839
+ })
35840
+ }),
35841
+ 1
35842
+ )
35843
+ }),
35844
+ ],
35845
+ 2
35664
35846
  ),
35665
35847
  ],
35666
35848
  1
@@ -37503,8 +37685,8 @@ FiltersTopDropdown = __decorate([
37503
37685
  Component({
37504
37686
  name: "filtersTopDropdown",
37505
37687
  components: {
37506
- CurrentFilters: __vue_component__$R,
37507
- Facets: __vue_component__$K,
37688
+ CurrentFilters: __vue_component__$S,
37689
+ Facets: __vue_component__$L,
37508
37690
  },
37509
37691
  })
37510
37692
  ], FiltersTopDropdown);
@@ -37657,7 +37839,7 @@ SearchResultsProducts = __decorate([
37657
37839
  Component({
37658
37840
  name: "searchResultsProducts",
37659
37841
  components: {
37660
- CurrentFilters: __vue_component__$R,
37842
+ CurrentFilters: __vue_component__$S,
37661
37843
  SearchResultsProductCard: __vue_component__$o,
37662
37844
  SearchResultsToolbar: __vue_component__$f,
37663
37845
  AdditionalPanels: __vue_component__$m,
@@ -38219,6 +38401,7 @@ const searchResult$1 = namespace("searchResult");
38219
38401
  const params$2 = namespace("params");
38220
38402
  const options$2 = namespace("options");
38221
38403
  const tracking$2 = namespace("tracking");
38404
+ const dynamicData$1 = namespace("dynamicData");
38222
38405
  let SearchResults = class SearchResults extends Vue$1 {
38223
38406
  get productsOptions() {
38224
38407
  return pick(this.options, [
@@ -38323,11 +38506,17 @@ let SearchResults = class SearchResults extends Vue$1 {
38323
38506
  }
38324
38507
  handleResults({ queryKey, results, }) {
38325
38508
  var _a, _b, _c, _d;
38326
- this.trackResults({ queryKey, results });
38327
- const hasResults = Boolean(results.total > 0 ||
38328
- ((_a = results.similarQueries) === null || _a === void 0 ? void 0 : _a.length) ||
38329
- ((_b = results.didYouMean) === null || _b === void 0 ? void 0 : _b.options));
38330
- (_d = (_c = this.options.callbacks) === null || _c === void 0 ? void 0 : _c.onSearchResults) === null || _d === void 0 ? void 0 : _d.call(_c, { queryKey, hasResults });
38509
+ return __awaiter$1(this, void 0, void 0, function* () {
38510
+ this.trackResults({ queryKey, results });
38511
+ const hasResults = Boolean(results.total > 0 ||
38512
+ ((_a = results.similarQueries) === null || _a === void 0 ? void 0 : _a.length) ||
38513
+ ((_b = results.didYouMean) === null || _b === void 0 ? void 0 : _b.options));
38514
+ (_d = (_c = this.options.callbacks) === null || _c === void 0 ? void 0 : _c.onSearchResults) === null || _d === void 0 ? void 0 : _d.call(_c, { queryKey, hasResults });
38515
+ if (!hasResults) {
38516
+ return;
38517
+ }
38518
+ yield this.enhanceData({ result: results });
38519
+ });
38331
38520
  }
38332
38521
  handleResize() {
38333
38522
  const doc = document.documentElement;
@@ -38363,6 +38552,9 @@ __decorate([
38363
38552
  __decorate([
38364
38553
  tracking$2.Action("trackResults")
38365
38554
  ], SearchResults.prototype, "trackResults", void 0);
38555
+ __decorate([
38556
+ dynamicData$1.Action("enhanceSearchResultsWithDynamicData")
38557
+ ], SearchResults.prototype, "enhanceData", void 0);
38366
38558
  __decorate([
38367
38559
  params$2.State("searchString")
38368
38560
  ], SearchResults.prototype, "searchString", void 0);
@@ -38406,11 +38598,11 @@ SearchResults = __decorate([
38406
38598
  Component({
38407
38599
  name: "searchResults",
38408
38600
  components: {
38409
- SearchResultsFilters: __vue_component__$H,
38601
+ SearchResultsFilters: __vue_component__$I,
38410
38602
  SearchResultsProducts: __vue_component__$a,
38411
- MobileFilterSidebar: __vue_component__$G,
38603
+ MobileFilterSidebar: __vue_component__$H,
38412
38604
  SearchResultsBreadcrumbs: __vue_component__$9,
38413
- SearchResultsDidYouMean: __vue_component__$F,
38605
+ SearchResultsDidYouMean: __vue_component__$G,
38414
38606
  SearchResultsTitle: __vue_component__$8,
38415
38607
  SearchResultsToolbar: __vue_component__$f,
38416
38608
  CategoryTopFilters: __vue_component__$7,
@@ -38936,7 +39128,7 @@ SearchContainer = __decorate([
38936
39128
  name: "productList",
38937
39129
  components: {
38938
39130
  SearchResults: __vue_component__$6,
38939
- SearchBox: __vue_component__$U,
39131
+ SearchBox: __vue_component__$V,
38940
39132
  },
38941
39133
  })
38942
39134
  ], SearchContainer);
@@ -39041,6 +39233,7 @@ __vue_render__$1._withStripped = true;
39041
39233
  undefined
39042
39234
  );
39043
39235
 
39236
+ /* eslint-disable @typescript-eslint/no-explicit-any */
39044
39237
  let SearchContainerEntry = class SearchContainerEntry extends Vue$1 {
39045
39238
  constructor() {
39046
39239
  super(...arguments);
@@ -40278,6 +40471,96 @@ TrackingModule = __decorate([
40278
40471
  ], TrackingModule);
40279
40472
  var tracking$1 = TrackingModule;
40280
40473
 
40474
+ let DynamicDataModule = class DynamicDataModule extends VuexModule {
40475
+ constructor() {
40476
+ super(...arguments);
40477
+ this.loading = false;
40478
+ this.dynamicDataIdMap = {};
40479
+ }
40480
+ get loadedIds() {
40481
+ return Object.keys(this.dynamicDataIdMap);
40482
+ }
40483
+ get searchResultOptions() {
40484
+ var _a;
40485
+ return (_a = this.context.rootState["options"]) === null || _a === void 0 ? void 0 : _a.searchResultOptions;
40486
+ }
40487
+ get searchBoxOptions() {
40488
+ var _a;
40489
+ return (_a = this.context.rootState["options"]) === null || _a === void 0 ? void 0 : _a.searchBoxOptions;
40490
+ }
40491
+ get dynamicSearchResultData() {
40492
+ var _a;
40493
+ return (_a = this.searchResultOptions) === null || _a === void 0 ? void 0 : _a.dynamicData;
40494
+ }
40495
+ get dynamicSearchBoxData() {
40496
+ var _a;
40497
+ return (_a = this.searchBoxOptions) === null || _a === void 0 ? void 0 : _a.dynamicData;
40498
+ }
40499
+ get isDynamicDataEnabledForSearchResults() {
40500
+ var _a, _b;
40501
+ return (_b = (_a = this.searchResultOptions) === null || _a === void 0 ? void 0 : _a.dynamicData) === null || _b === void 0 ? void 0 : _b.enabled;
40502
+ }
40503
+ get isDynamicDataEnabledForSearchBox() {
40504
+ var _a, _b;
40505
+ return (_b = (_a = this.searchBoxOptions) === null || _a === void 0 ? void 0 : _a.dynamicData) === null || _b === void 0 ? void 0 : _b.enabled;
40506
+ }
40507
+ get isCacheEnabled() {
40508
+ var _a;
40509
+ return Boolean((_a = this.dynamicSearchResultData) === null || _a === void 0 ? void 0 : _a.cache);
40510
+ }
40511
+ enhanceSearchResultsWithDynamicData({ result, mode, }) {
40512
+ var _a, _b, _c;
40513
+ return __awaiter$1(this, void 0, void 0, function* () {
40514
+ const enabledForMode = mode === "searchBox"
40515
+ ? this.isDynamicDataEnabledForSearchBox
40516
+ : this.isDynamicDataEnabledForSearchResults;
40517
+ if (!result || !enabledForMode) {
40518
+ return {};
40519
+ }
40520
+ let requestedIds = (_b = (_a = result === null || result === void 0 ? void 0 : result.items) === null || _a === void 0 ? void 0 : _a.map((i) => i.id)) !== null && _b !== void 0 ? _b : [];
40521
+ if (this.isCacheEnabled) {
40522
+ requestedIds = requestedIds.filter((i) => !this.loadedIds.includes(i));
40523
+ }
40524
+ if (!requestedIds.length) {
40525
+ return {};
40526
+ }
40527
+ this.context.commit("setLoading", true);
40528
+ try {
40529
+ const dynamicData = this.dynamicSearchResultData || this.dynamicSearchBoxData;
40530
+ if (!(dynamicData === null || dynamicData === void 0 ? void 0 : dynamicData.handler)) {
40531
+ return {};
40532
+ }
40533
+ const dynamicDataResult = (_c = (yield (dynamicData === null || dynamicData === void 0 ? void 0 : dynamicData.handler(requestedIds)))) !== null && _c !== void 0 ? _c : [];
40534
+ const seed = {};
40535
+ const dynamicDataIdMap = dynamicDataResult.reduce((a, c) => (Object.assign(Object.assign({}, a), { [c.id]: c })), seed);
40536
+ return dynamicDataIdMap;
40537
+ }
40538
+ finally {
40539
+ this.context.commit("setLoading", false);
40540
+ }
40541
+ });
40542
+ }
40543
+ save(newData) {
40544
+ this.dynamicDataIdMap = Object.assign(Object.assign({}, this.dynamicDataIdMap), newData);
40545
+ }
40546
+ setLoading(state) {
40547
+ this.loading = state;
40548
+ }
40549
+ };
40550
+ __decorate([
40551
+ Action({ commit: "save" })
40552
+ ], DynamicDataModule.prototype, "enhanceSearchResultsWithDynamicData", null);
40553
+ __decorate([
40554
+ Mutation
40555
+ ], DynamicDataModule.prototype, "save", null);
40556
+ __decorate([
40557
+ Mutation
40558
+ ], DynamicDataModule.prototype, "setLoading", null);
40559
+ DynamicDataModule = __decorate([
40560
+ Module({ namespaced: true })
40561
+ ], DynamicDataModule);
40562
+ var dynamicData = DynamicDataModule;
40563
+
40281
40564
  Vue$1.use(Vuex);
40282
40565
  var store = new Vuex.Store({
40283
40566
  state: {},
@@ -40288,6 +40571,7 @@ var store = new Vuex.Store({
40288
40571
  searchBox: searchBox$1,
40289
40572
  options,
40290
40573
  tracking: tracking$1,
40574
+ dynamicData,
40291
40575
  },
40292
40576
  });
40293
40577
 
@@ -40359,7 +40643,7 @@ const applySearchBox = (options, mountOptions) => {
40359
40643
  return;
40360
40644
  }
40361
40645
  Vue$1.use(Vuex);
40362
- const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$T);
40646
+ const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$U);
40363
40647
  const instance = new SearchBoxEntryComponent({
40364
40648
  el: options.inputSelector,
40365
40649
  propsData: { searchBoxOptions: options },