@getlupa/client 0.13.0-alpha-6 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/cjs/components/product-list/CategoryFilter.vue.d.ts +1 -0
  2. package/dist/cjs/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  3. package/dist/cjs/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  4. package/dist/cjs/components/search-results/SearchResults.vue.d.ts +4 -1
  5. package/dist/cjs/components/search-results/filters/SearchResultsFilters.vue.d.ts +1 -0
  6. package/dist/cjs/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  7. package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  8. package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  9. package/dist/cjs/constants/global.const.d.ts +1 -0
  10. package/dist/cjs/index.d.ts +3 -3
  11. package/dist/cjs/index.min.js +1181 -879
  12. package/dist/cjs/store/modules/dynamicData.d.ts +22 -0
  13. package/dist/cjs/types/DocumentElement.d.ts +12 -1
  14. package/dist/cjs/types/search-box/SearchBoxOptions.d.ts +2 -0
  15. package/dist/cjs/types/search-results/SearchResultsOptions.d.ts +6 -0
  16. package/dist/es/components/product-list/CategoryFilter.vue.d.ts +1 -0
  17. package/dist/es/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  18. package/dist/es/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  19. package/dist/es/components/search-results/SearchResults.vue.d.ts +4 -1
  20. package/dist/es/components/search-results/filters/SearchResultsFilters.vue.d.ts +1 -0
  21. package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  22. package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  23. package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  24. package/dist/es/constants/global.const.d.ts +1 -0
  25. package/dist/es/index.d.ts +3 -3
  26. package/dist/es/index.min.js +1181 -879
  27. package/dist/es/store/modules/dynamicData.d.ts +22 -0
  28. package/dist/es/types/DocumentElement.d.ts +12 -1
  29. package/dist/es/types/search-box/SearchBoxOptions.d.ts +2 -0
  30. package/dist/es/types/search-results/SearchResultsOptions.d.ts +6 -0
  31. package/dist/iife/components/product-list/CategoryFilter.vue.d.ts +1 -0
  32. package/dist/iife/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  33. package/dist/iife/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  34. package/dist/iife/components/search-results/SearchResults.vue.d.ts +4 -1
  35. package/dist/iife/components/search-results/filters/SearchResultsFilters.vue.d.ts +1 -0
  36. package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  37. package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  38. package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  39. package/dist/iife/constants/global.const.d.ts +1 -0
  40. package/dist/iife/index.d.ts +3 -3
  41. package/dist/iife/index.min.js +1 -1
  42. package/dist/iife/store/modules/dynamicData.d.ts +22 -0
  43. package/dist/iife/types/DocumentElement.d.ts +12 -1
  44. package/dist/iife/types/search-box/SearchBoxOptions.d.ts +2 -0
  45. package/dist/iife/types/search-results/SearchResultsOptions.d.ts +6 -0
  46. 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
31270
 
31235
31271
  /* style inject shadow dom */
31236
31272
 
31237
31273
 
31238
31274
 
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,
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,32 +33201,32 @@ 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 */
33182
33218
 
33183
- /* style inject shadow dom */
33184
-
33185
-
33186
-
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,
33219
+ /* style inject shadow dom */
33220
+
33221
+
33222
+
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,
@@ -33487,6 +33523,11 @@ let CategoryFilter = class CategoryFilter extends Vue$1 {
33487
33523
  return linksMatch(this.parentUrlLink, window.location.origin + window.location.pathname);
33488
33524
  }
33489
33525
  mounted() {
33526
+ return __awaiter$1(this, void 0, void 0, function* () {
33527
+ yield this.fetch();
33528
+ });
33529
+ }
33530
+ fetch() {
33490
33531
  var _a;
33491
33532
  return __awaiter$1(this, void 0, void 0, function* () {
33492
33533
  if (!((_a = this.options) === null || _a === void 0 ? void 0 : _a.queryKey)) {
@@ -33541,17 +33582,17 @@ CategoryFilter = __decorate([
33541
33582
  Component({
33542
33583
  name: "categoryFilter",
33543
33584
  components: {
33544
- CategoryFilterItem: __vue_component__$J,
33585
+ CategoryFilterItem: __vue_component__$K,
33545
33586
  },
33546
33587
  })
33547
33588
  ], CategoryFilter);
33548
- var script$H = CategoryFilter;
33589
+ var script$I = CategoryFilter;
33549
33590
 
33550
33591
  /* script */
33551
- const __vue_script__$I = script$H;
33592
+ const __vue_script__$J = script$I;
33552
33593
 
33553
33594
  /* template */
33554
- var __vue_render__$I = function () {
33595
+ var __vue_render__$J = function () {
33555
33596
  var _vm = this;
33556
33597
  var _h = _vm.$createElement;
33557
33598
  var _c = _vm._self._c || _h;
@@ -33614,17 +33655,17 @@ var __vue_render__$I = function () {
33614
33655
  ]
33615
33656
  )
33616
33657
  };
33617
- var __vue_staticRenderFns__$I = [];
33618
- __vue_render__$I._withStripped = true;
33658
+ var __vue_staticRenderFns__$J = [];
33659
+ __vue_render__$J._withStripped = true;
33619
33660
 
33620
33661
  /* style */
33621
- const __vue_inject_styles__$I = undefined;
33662
+ const __vue_inject_styles__$J = undefined;
33622
33663
  /* scoped */
33623
- const __vue_scope_id__$I = undefined;
33664
+ const __vue_scope_id__$J = undefined;
33624
33665
  /* module identifier */
33625
- const __vue_module_identifier__$I = undefined;
33666
+ const __vue_module_identifier__$J = undefined;
33626
33667
  /* functional template */
33627
- const __vue_is_functional_template__$I = false;
33668
+ const __vue_is_functional_template__$J = false;
33628
33669
  /* style inject */
33629
33670
 
33630
33671
  /* style inject SSR */
@@ -33633,13 +33674,13 @@ __vue_render__$I._withStripped = true;
33633
33674
 
33634
33675
 
33635
33676
 
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,
33677
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent(
33678
+ { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
33679
+ __vue_inject_styles__$J,
33680
+ __vue_script__$J,
33681
+ __vue_scope_id__$J,
33682
+ __vue_is_functional_template__$J,
33683
+ __vue_module_identifier__$J,
33643
33684
  false,
33644
33685
  undefined,
33645
33686
  undefined,
@@ -33653,6 +33694,11 @@ let SearchResultsFilters = class SearchResultsFilters extends Vue$1 {
33653
33694
  ? Boolean(this.options.facets)
33654
33695
  : false;
33655
33696
  }
33697
+ fetch() {
33698
+ var _a;
33699
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
33700
+ (_a = this.$refs.categoryFilters) === null || _a === void 0 ? void 0 : _a.fetch();
33701
+ }
33656
33702
  };
33657
33703
  __decorate([
33658
33704
  Prop()
@@ -33664,19 +33710,19 @@ SearchResultsFilters = __decorate([
33664
33710
  Component({
33665
33711
  name: "searchResultsFilters",
33666
33712
  components: {
33667
- CurrentFilters: __vue_component__$R,
33668
- Facets: __vue_component__$K,
33669
- CategoryFilter: __vue_component__$I,
33713
+ CurrentFilters: __vue_component__$S,
33714
+ Facets: __vue_component__$L,
33715
+ CategoryFilter: __vue_component__$J,
33670
33716
  },
33671
33717
  })
33672
33718
  ], SearchResultsFilters);
33673
- var script$G = SearchResultsFilters;
33719
+ var script$H = SearchResultsFilters;
33674
33720
 
33675
33721
  /* script */
33676
- const __vue_script__$H = script$G;
33722
+ const __vue_script__$I = script$H;
33677
33723
 
33678
33724
  /* template */
33679
- var __vue_render__$H = function () {
33725
+ var __vue_render__$I = function () {
33680
33726
  var _vm = this;
33681
33727
  var _h = _vm.$createElement;
33682
33728
  var _c = _vm._self._c || _h;
@@ -33697,7 +33743,10 @@ var __vue_render__$H = function () {
33697
33743
  : _vm._e(),
33698
33744
  _vm._v(" "),
33699
33745
  _vm.options.categories
33700
- ? _c("CategoryFilter", { attrs: { options: _vm.options.categories } })
33746
+ ? _c("CategoryFilter", {
33747
+ ref: "categoryFilters",
33748
+ attrs: { options: _vm.options.categories },
33749
+ })
33701
33750
  : _vm._e(),
33702
33751
  _vm._v(" "),
33703
33752
  _vm.options.facets
@@ -33707,17 +33756,17 @@ var __vue_render__$H = function () {
33707
33756
  1
33708
33757
  )
33709
33758
  };
33710
- var __vue_staticRenderFns__$H = [];
33711
- __vue_render__$H._withStripped = true;
33759
+ var __vue_staticRenderFns__$I = [];
33760
+ __vue_render__$I._withStripped = true;
33712
33761
 
33713
33762
  /* style */
33714
- const __vue_inject_styles__$H = undefined;
33763
+ const __vue_inject_styles__$I = undefined;
33715
33764
  /* scoped */
33716
- const __vue_scope_id__$H = undefined;
33765
+ const __vue_scope_id__$I = undefined;
33717
33766
  /* module identifier */
33718
- const __vue_module_identifier__$H = undefined;
33767
+ const __vue_module_identifier__$I = undefined;
33719
33768
  /* functional template */
33720
- const __vue_is_functional_template__$H = false;
33769
+ const __vue_is_functional_template__$I = false;
33721
33770
  /* style inject */
33722
33771
 
33723
33772
  /* style inject SSR */
@@ -33726,13 +33775,13 @@ __vue_render__$H._withStripped = true;
33726
33775
 
33727
33776
 
33728
33777
 
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,
33778
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent(
33779
+ { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
33780
+ __vue_inject_styles__$I,
33781
+ __vue_script__$I,
33782
+ __vue_scope_id__$I,
33783
+ __vue_is_functional_template__$I,
33784
+ __vue_module_identifier__$I,
33736
33785
  false,
33737
33786
  undefined,
33738
33787
  undefined,
@@ -33774,17 +33823,17 @@ MobileFilterSidebar = __decorate([
33774
33823
  Component({
33775
33824
  name: "mobileFilerSidebar",
33776
33825
  components: {
33777
- SearchResultsFilters: __vue_component__$H,
33826
+ SearchResultsFilters: __vue_component__$I,
33778
33827
  },
33779
33828
  })
33780
33829
  ], MobileFilterSidebar);
33781
- var script$F = MobileFilterSidebar;
33830
+ var script$G = MobileFilterSidebar;
33782
33831
 
33783
33832
  /* script */
33784
- const __vue_script__$G = script$F;
33833
+ const __vue_script__$H = script$G;
33785
33834
 
33786
33835
  /* template */
33787
- var __vue_render__$G = function () {
33836
+ var __vue_render__$H = function () {
33788
33837
  var _vm = this;
33789
33838
  var _h = _vm.$createElement;
33790
33839
  var _c = _vm._self._c || _h;
@@ -33834,17 +33883,17 @@ var __vue_render__$G = function () {
33834
33883
  ])
33835
33884
  : _vm._e()
33836
33885
  };
33837
- var __vue_staticRenderFns__$G = [];
33838
- __vue_render__$G._withStripped = true;
33886
+ var __vue_staticRenderFns__$H = [];
33887
+ __vue_render__$H._withStripped = true;
33839
33888
 
33840
33889
  /* style */
33841
- const __vue_inject_styles__$G = undefined;
33890
+ const __vue_inject_styles__$H = undefined;
33842
33891
  /* scoped */
33843
- const __vue_scope_id__$G = undefined;
33892
+ const __vue_scope_id__$H = undefined;
33844
33893
  /* module identifier */
33845
- const __vue_module_identifier__$G = undefined;
33894
+ const __vue_module_identifier__$H = undefined;
33846
33895
  /* functional template */
33847
- const __vue_is_functional_template__$G = false;
33896
+ const __vue_is_functional_template__$H = false;
33848
33897
  /* style inject */
33849
33898
 
33850
33899
  /* style inject SSR */
@@ -33853,13 +33902,13 @@ __vue_render__$G._withStripped = true;
33853
33902
 
33854
33903
 
33855
33904
 
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,
33905
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent(
33906
+ { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
33907
+ __vue_inject_styles__$H,
33908
+ __vue_script__$H,
33909
+ __vue_scope_id__$H,
33910
+ __vue_is_functional_template__$H,
33911
+ __vue_module_identifier__$H,
33863
33912
  false,
33864
33913
  undefined,
33865
33914
  undefined,
@@ -33903,13 +33952,13 @@ SearchResultsDidYouMean = __decorate([
33903
33952
  name: "searchResultsDidYouMean",
33904
33953
  })
33905
33954
  ], SearchResultsDidYouMean);
33906
- var script$E = SearchResultsDidYouMean;
33955
+ var script$F = SearchResultsDidYouMean;
33907
33956
 
33908
33957
  /* script */
33909
- const __vue_script__$F = script$E;
33958
+ const __vue_script__$G = script$F;
33910
33959
 
33911
33960
  /* template */
33912
- var __vue_render__$F = function () {
33961
+ var __vue_render__$G = function () {
33913
33962
  var _vm = this;
33914
33963
  var _h = _vm.$createElement;
33915
33964
  var _c = _vm._self._c || _h;
@@ -33965,17 +34014,17 @@ var __vue_render__$F = function () {
33965
34014
  ])
33966
34015
  : _vm._e()
33967
34016
  };
33968
- var __vue_staticRenderFns__$F = [];
33969
- __vue_render__$F._withStripped = true;
34017
+ var __vue_staticRenderFns__$G = [];
34018
+ __vue_render__$G._withStripped = true;
33970
34019
 
33971
34020
  /* style */
33972
- const __vue_inject_styles__$F = undefined;
34021
+ const __vue_inject_styles__$G = undefined;
33973
34022
  /* scoped */
33974
- const __vue_scope_id__$F = undefined;
34023
+ const __vue_scope_id__$G = undefined;
33975
34024
  /* module identifier */
33976
- const __vue_module_identifier__$F = undefined;
34025
+ const __vue_module_identifier__$G = undefined;
33977
34026
  /* functional template */
33978
- const __vue_is_functional_template__$F = false;
34027
+ const __vue_is_functional_template__$G = false;
33979
34028
  /* style inject */
33980
34029
 
33981
34030
  /* style inject SSR */
@@ -33984,13 +34033,13 @@ __vue_render__$F._withStripped = true;
33984
34033
 
33985
34034
 
33986
34035
 
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,
34036
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent(
34037
+ { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
34038
+ __vue_inject_styles__$G,
34039
+ __vue_script__$G,
34040
+ __vue_scope_id__$G,
34041
+ __vue_is_functional_template__$G,
34042
+ __vue_module_identifier__$G,
33994
34043
  false,
33995
34044
  undefined,
33996
34045
  undefined,
@@ -34031,13 +34080,13 @@ CustomBadge = __decorate([
34031
34080
  name: "customBadge",
34032
34081
  })
34033
34082
  ], CustomBadge);
34034
- var script$D = CustomBadge;
34083
+ var script$E = CustomBadge;
34035
34084
 
34036
34085
  /* script */
34037
- const __vue_script__$E = script$D;
34086
+ const __vue_script__$F = script$E;
34038
34087
 
34039
34088
  /* template */
34040
- var __vue_render__$E = function () {
34089
+ var __vue_render__$F = function () {
34041
34090
  var _vm = this;
34042
34091
  var _h = _vm.$createElement;
34043
34092
  var _c = _vm._self._c || _h;
@@ -34046,17 +34095,17 @@ var __vue_render__$E = function () {
34046
34095
  domProps: { innerHTML: _vm._s(_vm.text) },
34047
34096
  })
34048
34097
  };
34049
- var __vue_staticRenderFns__$E = [];
34050
- __vue_render__$E._withStripped = true;
34098
+ var __vue_staticRenderFns__$F = [];
34099
+ __vue_render__$F._withStripped = true;
34051
34100
 
34052
34101
  /* style */
34053
- const __vue_inject_styles__$E = undefined;
34102
+ const __vue_inject_styles__$F = undefined;
34054
34103
  /* scoped */
34055
- const __vue_scope_id__$E = undefined;
34104
+ const __vue_scope_id__$F = undefined;
34056
34105
  /* module identifier */
34057
- const __vue_module_identifier__$E = undefined;
34106
+ const __vue_module_identifier__$F = undefined;
34058
34107
  /* functional template */
34059
- const __vue_is_functional_template__$E = false;
34108
+ const __vue_is_functional_template__$F = false;
34060
34109
  /* style inject */
34061
34110
 
34062
34111
  /* style inject SSR */
@@ -34065,13 +34114,13 @@ __vue_render__$E._withStripped = true;
34065
34114
 
34066
34115
 
34067
34116
 
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,
34117
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent(
34118
+ { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
34119
+ __vue_inject_styles__$F,
34120
+ __vue_script__$F,
34121
+ __vue_scope_id__$F,
34122
+ __vue_is_functional_template__$F,
34123
+ __vue_module_identifier__$F,
34075
34124
  false,
34076
34125
  undefined,
34077
34126
  undefined,
@@ -34095,13 +34144,13 @@ TextBadge = __decorate([
34095
34144
  name: "TextBadge",
34096
34145
  })
34097
34146
  ], TextBadge);
34098
- var script$C = TextBadge;
34147
+ var script$D = TextBadge;
34099
34148
 
34100
34149
  /* script */
34101
- const __vue_script__$D = script$C;
34150
+ const __vue_script__$E = script$D;
34102
34151
 
34103
34152
  /* template */
34104
- var __vue_render__$D = function () {
34153
+ var __vue_render__$E = function () {
34105
34154
  var _vm = this;
34106
34155
  var _h = _vm.$createElement;
34107
34156
  var _c = _vm._self._c || _h;
@@ -34118,17 +34167,17 @@ var __vue_render__$D = function () {
34118
34167
  0
34119
34168
  )
34120
34169
  };
34121
- var __vue_staticRenderFns__$D = [];
34122
- __vue_render__$D._withStripped = true;
34170
+ var __vue_staticRenderFns__$E = [];
34171
+ __vue_render__$E._withStripped = true;
34123
34172
 
34124
34173
  /* style */
34125
- const __vue_inject_styles__$D = undefined;
34174
+ const __vue_inject_styles__$E = undefined;
34126
34175
  /* scoped */
34127
- const __vue_scope_id__$D = undefined;
34176
+ const __vue_scope_id__$E = undefined;
34128
34177
  /* module identifier */
34129
- const __vue_module_identifier__$D = undefined;
34178
+ const __vue_module_identifier__$E = undefined;
34130
34179
  /* functional template */
34131
- const __vue_is_functional_template__$D = false;
34180
+ const __vue_is_functional_template__$E = false;
34132
34181
  /* style inject */
34133
34182
 
34134
34183
  /* style inject SSR */
@@ -34137,13 +34186,13 @@ __vue_render__$D._withStripped = true;
34137
34186
 
34138
34187
 
34139
34188
 
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,
34189
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent(
34190
+ { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
34191
+ __vue_inject_styles__$E,
34192
+ __vue_script__$E,
34193
+ __vue_scope_id__$E,
34194
+ __vue_is_functional_template__$E,
34195
+ __vue_module_identifier__$E,
34147
34196
  false,
34148
34197
  undefined,
34149
34198
  undefined,
@@ -34172,13 +34221,13 @@ ImageBadge = __decorate([
34172
34221
  name: "ImageBadge",
34173
34222
  })
34174
34223
  ], ImageBadge);
34175
- var script$B = ImageBadge;
34224
+ var script$C = ImageBadge;
34176
34225
 
34177
34226
  /* script */
34178
- const __vue_script__$C = script$B;
34227
+ const __vue_script__$D = script$C;
34179
34228
 
34180
34229
  /* template */
34181
- var __vue_render__$C = function () {
34230
+ var __vue_render__$D = function () {
34182
34231
  var _vm = this;
34183
34232
  var _h = _vm.$createElement;
34184
34233
  var _c = _vm._self._c || _h;
@@ -34195,17 +34244,17 @@ var __vue_render__$C = function () {
34195
34244
  0
34196
34245
  )
34197
34246
  };
34198
- var __vue_staticRenderFns__$C = [];
34199
- __vue_render__$C._withStripped = true;
34247
+ var __vue_staticRenderFns__$D = [];
34248
+ __vue_render__$D._withStripped = true;
34200
34249
 
34201
34250
  /* style */
34202
- const __vue_inject_styles__$C = undefined;
34251
+ const __vue_inject_styles__$D = undefined;
34203
34252
  /* scoped */
34204
- const __vue_scope_id__$C = undefined;
34253
+ const __vue_scope_id__$D = undefined;
34205
34254
  /* module identifier */
34206
- const __vue_module_identifier__$C = undefined;
34255
+ const __vue_module_identifier__$D = undefined;
34207
34256
  /* functional template */
34208
- const __vue_is_functional_template__$C = false;
34257
+ const __vue_is_functional_template__$D = false;
34209
34258
  /* style inject */
34210
34259
 
34211
34260
  /* style inject SSR */
@@ -34214,13 +34263,13 @@ __vue_render__$C._withStripped = true;
34214
34263
 
34215
34264
 
34216
34265
 
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,
34266
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent(
34267
+ { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
34268
+ __vue_inject_styles__$D,
34269
+ __vue_script__$D,
34270
+ __vue_scope_id__$D,
34271
+ __vue_is_functional_template__$D,
34272
+ __vue_module_identifier__$D,
34224
34273
  false,
34225
34274
  undefined,
34226
34275
  undefined,
@@ -34254,13 +34303,13 @@ SearchResultGeneratedBadge = __decorate([
34254
34303
  name: "searchResultsBadgeWrapper",
34255
34304
  })
34256
34305
  ], SearchResultGeneratedBadge);
34257
- var script$A = SearchResultGeneratedBadge;
34306
+ var script$B = SearchResultGeneratedBadge;
34258
34307
 
34259
34308
  /* script */
34260
- const __vue_script__$B = script$A;
34309
+ const __vue_script__$C = script$B;
34261
34310
 
34262
34311
  /* template */
34263
- var __vue_render__$B = function () {
34312
+ var __vue_render__$C = function () {
34264
34313
  var _vm = this;
34265
34314
  var _h = _vm.$createElement;
34266
34315
  var _c = _vm._self._c || _h;
@@ -34285,17 +34334,17 @@ var __vue_render__$B = function () {
34285
34334
  ]
34286
34335
  )
34287
34336
  };
34288
- var __vue_staticRenderFns__$B = [];
34289
- __vue_render__$B._withStripped = true;
34337
+ var __vue_staticRenderFns__$C = [];
34338
+ __vue_render__$C._withStripped = true;
34290
34339
 
34291
34340
  /* style */
34292
- const __vue_inject_styles__$B = undefined;
34341
+ const __vue_inject_styles__$C = undefined;
34293
34342
  /* scoped */
34294
- const __vue_scope_id__$B = undefined;
34343
+ const __vue_scope_id__$C = undefined;
34295
34344
  /* module identifier */
34296
- const __vue_module_identifier__$B = undefined;
34345
+ const __vue_module_identifier__$C = undefined;
34297
34346
  /* functional template */
34298
- const __vue_is_functional_template__$B = false;
34347
+ const __vue_is_functional_template__$C = false;
34299
34348
  /* style inject */
34300
34349
 
34301
34350
  /* style inject SSR */
@@ -34304,13 +34353,13 @@ __vue_render__$B._withStripped = true;
34304
34353
 
34305
34354
 
34306
34355
 
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,
34356
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent(
34357
+ { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
34358
+ __vue_inject_styles__$C,
34359
+ __vue_script__$C,
34360
+ __vue_scope_id__$C,
34361
+ __vue_is_functional_template__$C,
34362
+ __vue_module_identifier__$C,
34314
34363
  false,
34315
34364
  undefined,
34316
34365
  undefined,
@@ -34362,17 +34411,17 @@ SearchResultGeneratedBadges = __decorate([
34362
34411
  Component({
34363
34412
  name: "searchResultsBadgeWrapper",
34364
34413
  components: {
34365
- SearchResultGeneratedBadge: __vue_component__$B,
34414
+ SearchResultGeneratedBadge: __vue_component__$C,
34366
34415
  },
34367
34416
  })
34368
34417
  ], SearchResultGeneratedBadges);
34369
- var script$z = SearchResultGeneratedBadges;
34418
+ var script$A = SearchResultGeneratedBadges;
34370
34419
 
34371
34420
  /* script */
34372
- const __vue_script__$A = script$z;
34421
+ const __vue_script__$B = script$A;
34373
34422
 
34374
34423
  /* template */
34375
- var __vue_render__$A = function () {
34424
+ var __vue_render__$B = function () {
34376
34425
  var _vm = this;
34377
34426
  var _h = _vm.$createElement;
34378
34427
  var _c = _vm._self._c || _h;
@@ -34388,17 +34437,17 @@ var __vue_render__$A = function () {
34388
34437
  1
34389
34438
  )
34390
34439
  };
34391
- var __vue_staticRenderFns__$A = [];
34392
- __vue_render__$A._withStripped = true;
34440
+ var __vue_staticRenderFns__$B = [];
34441
+ __vue_render__$B._withStripped = true;
34393
34442
 
34394
34443
  /* style */
34395
- const __vue_inject_styles__$A = undefined;
34444
+ const __vue_inject_styles__$B = undefined;
34396
34445
  /* scoped */
34397
- const __vue_scope_id__$A = undefined;
34446
+ const __vue_scope_id__$B = undefined;
34398
34447
  /* module identifier */
34399
- const __vue_module_identifier__$A = undefined;
34448
+ const __vue_module_identifier__$B = undefined;
34400
34449
  /* functional template */
34401
- const __vue_is_functional_template__$A = false;
34450
+ const __vue_is_functional_template__$B = false;
34402
34451
  /* style inject */
34403
34452
 
34404
34453
  /* style inject SSR */
@@ -34407,13 +34456,13 @@ __vue_render__$A._withStripped = true;
34407
34456
 
34408
34457
 
34409
34458
 
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,
34459
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent(
34460
+ { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
34461
+ __vue_inject_styles__$B,
34462
+ __vue_script__$B,
34463
+ __vue_scope_id__$B,
34464
+ __vue_is_functional_template__$B,
34465
+ __vue_module_identifier__$B,
34417
34466
  false,
34418
34467
  undefined,
34419
34468
  undefined,
@@ -34463,20 +34512,20 @@ SearchResultsBadgeWrapper = __decorate([
34463
34512
  Component({
34464
34513
  name: "searchResultsBadgeWrapper",
34465
34514
  components: {
34466
- CustomBadge: __vue_component__$E,
34467
- TextBadge: __vue_component__$D,
34468
- ImageBadge: __vue_component__$C,
34469
- SearchResultGeneratedBadges: __vue_component__$A,
34515
+ CustomBadge: __vue_component__$F,
34516
+ TextBadge: __vue_component__$E,
34517
+ ImageBadge: __vue_component__$D,
34518
+ SearchResultGeneratedBadges: __vue_component__$B,
34470
34519
  },
34471
34520
  })
34472
34521
  ], SearchResultsBadgeWrapper);
34473
- var script$y = SearchResultsBadgeWrapper;
34522
+ var script$z = SearchResultsBadgeWrapper;
34474
34523
 
34475
34524
  /* script */
34476
- const __vue_script__$z = script$y;
34525
+ const __vue_script__$A = script$z;
34477
34526
 
34478
34527
  /* template */
34479
- var __vue_render__$z = function () {
34528
+ var __vue_render__$A = function () {
34480
34529
  var _vm = this;
34481
34530
  var _h = _vm.$createElement;
34482
34531
  var _c = _vm._self._c || _h;
@@ -34503,17 +34552,17 @@ var __vue_render__$z = function () {
34503
34552
  ),
34504
34553
  ])
34505
34554
  };
34506
- var __vue_staticRenderFns__$z = [];
34507
- __vue_render__$z._withStripped = true;
34555
+ var __vue_staticRenderFns__$A = [];
34556
+ __vue_render__$A._withStripped = true;
34508
34557
 
34509
34558
  /* style */
34510
- const __vue_inject_styles__$z = undefined;
34559
+ const __vue_inject_styles__$A = undefined;
34511
34560
  /* scoped */
34512
- const __vue_scope_id__$z = undefined;
34561
+ const __vue_scope_id__$A = undefined;
34513
34562
  /* module identifier */
34514
- const __vue_module_identifier__$z = undefined;
34563
+ const __vue_module_identifier__$A = undefined;
34515
34564
  /* functional template */
34516
- const __vue_is_functional_template__$z = false;
34565
+ const __vue_is_functional_template__$A = false;
34517
34566
  /* style inject */
34518
34567
 
34519
34568
  /* style inject SSR */
@@ -34522,13 +34571,13 @@ __vue_render__$z._withStripped = true;
34522
34571
 
34523
34572
 
34524
34573
 
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,
34574
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent(
34575
+ { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
34576
+ __vue_inject_styles__$A,
34577
+ __vue_script__$A,
34578
+ __vue_scope_id__$A,
34579
+ __vue_is_functional_template__$A,
34580
+ __vue_module_identifier__$A,
34532
34581
  false,
34533
34582
  undefined,
34534
34583
  undefined,
@@ -34547,17 +34596,17 @@ SearchResultsProductImage = __decorate([
34547
34596
  Component({
34548
34597
  name: "searchResultsProductImage",
34549
34598
  components: {
34550
- ProductImage: __vue_component__$1b,
34599
+ ProductImage: __vue_component__$1c,
34551
34600
  },
34552
34601
  })
34553
34602
  ], SearchResultsProductImage);
34554
- var script$x = SearchResultsProductImage;
34603
+ var script$y = SearchResultsProductImage;
34555
34604
 
34556
34605
  /* script */
34557
- const __vue_script__$y = script$x;
34606
+ const __vue_script__$z = script$y;
34558
34607
 
34559
34608
  /* template */
34560
- var __vue_render__$y = function () {
34609
+ var __vue_render__$z = function () {
34561
34610
  var _vm = this;
34562
34611
  var _h = _vm.$createElement;
34563
34612
  var _c = _vm._self._c || _h;
@@ -34570,17 +34619,17 @@ var __vue_render__$y = function () {
34570
34619
  },
34571
34620
  })
34572
34621
  };
34573
- var __vue_staticRenderFns__$y = [];
34574
- __vue_render__$y._withStripped = true;
34622
+ var __vue_staticRenderFns__$z = [];
34623
+ __vue_render__$z._withStripped = true;
34575
34624
 
34576
34625
  /* style */
34577
- const __vue_inject_styles__$y = undefined;
34626
+ const __vue_inject_styles__$z = undefined;
34578
34627
  /* scoped */
34579
- const __vue_scope_id__$y = undefined;
34628
+ const __vue_scope_id__$z = undefined;
34580
34629
  /* module identifier */
34581
- const __vue_module_identifier__$y = undefined;
34630
+ const __vue_module_identifier__$z = undefined;
34582
34631
  /* functional template */
34583
- const __vue_is_functional_template__$y = false;
34632
+ const __vue_is_functional_template__$z = false;
34584
34633
  /* style inject */
34585
34634
 
34586
34635
  /* style inject SSR */
@@ -34589,13 +34638,13 @@ __vue_render__$y._withStripped = true;
34589
34638
 
34590
34639
 
34591
34640
 
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,
34641
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent(
34642
+ { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
34643
+ __vue_inject_styles__$z,
34644
+ __vue_script__$z,
34645
+ __vue_scope_id__$z,
34646
+ __vue_is_functional_template__$z,
34647
+ __vue_module_identifier__$z,
34599
34648
  false,
34600
34649
  undefined,
34601
34650
  undefined,
@@ -34638,13 +34687,13 @@ SearchResultsProductTitle = __decorate([
34638
34687
  name: "searchResultsProductTitle",
34639
34688
  })
34640
34689
  ], SearchResultsProductTitle);
34641
- var script$w = SearchResultsProductTitle;
34690
+ var script$x = SearchResultsProductTitle;
34642
34691
 
34643
34692
  /* script */
34644
- const __vue_script__$x = script$w;
34693
+ const __vue_script__$y = script$x;
34645
34694
 
34646
34695
  /* template */
34647
- var __vue_render__$x = function () {
34696
+ var __vue_render__$y = function () {
34648
34697
  var _vm = this;
34649
34698
  var _h = _vm.$createElement;
34650
34699
  var _c = _vm._self._c || _h;
@@ -34685,17 +34734,17 @@ var __vue_render__$x = function () {
34685
34734
  ]
34686
34735
  )
34687
34736
  };
34688
- var __vue_staticRenderFns__$x = [];
34689
- __vue_render__$x._withStripped = true;
34737
+ var __vue_staticRenderFns__$y = [];
34738
+ __vue_render__$y._withStripped = true;
34690
34739
 
34691
34740
  /* style */
34692
- const __vue_inject_styles__$x = undefined;
34741
+ const __vue_inject_styles__$y = undefined;
34693
34742
  /* scoped */
34694
- const __vue_scope_id__$x = undefined;
34743
+ const __vue_scope_id__$y = undefined;
34695
34744
  /* module identifier */
34696
- const __vue_module_identifier__$x = undefined;
34745
+ const __vue_module_identifier__$y = undefined;
34697
34746
  /* functional template */
34698
- const __vue_is_functional_template__$x = false;
34747
+ const __vue_is_functional_template__$y = false;
34699
34748
  /* style inject */
34700
34749
 
34701
34750
  /* style inject SSR */
@@ -34704,13 +34753,13 @@ __vue_render__$x._withStripped = true;
34704
34753
 
34705
34754
 
34706
34755
 
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,
34756
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent(
34757
+ { render: __vue_render__$y, staticRenderFns: __vue_staticRenderFns__$y },
34758
+ __vue_inject_styles__$y,
34759
+ __vue_script__$y,
34760
+ __vue_scope_id__$y,
34761
+ __vue_is_functional_template__$y,
34762
+ __vue_module_identifier__$y,
34714
34763
  false,
34715
34764
  undefined,
34716
34765
  undefined,
@@ -34740,13 +34789,13 @@ SearchResultsProductDescription = __decorate([
34740
34789
  name: "searchResultsProductDescription",
34741
34790
  })
34742
34791
  ], SearchResultsProductDescription);
34743
- var script$v = SearchResultsProductDescription;
34792
+ var script$w = SearchResultsProductDescription;
34744
34793
 
34745
34794
  /* script */
34746
- const __vue_script__$w = script$v;
34795
+ const __vue_script__$x = script$w;
34747
34796
 
34748
34797
  /* template */
34749
- var __vue_render__$w = function () {
34798
+ var __vue_render__$x = function () {
34750
34799
  var _vm = this;
34751
34800
  var _h = _vm.$createElement;
34752
34801
  var _c = _vm._self._c || _h;
@@ -34765,34 +34814,34 @@ var __vue_render__$w = function () {
34765
34814
  [_vm._v("\n " + _vm._s(_vm.description) + "\n")]
34766
34815
  )
34767
34816
  };
34768
- var __vue_staticRenderFns__$w = [];
34769
- __vue_render__$w._withStripped = true;
34817
+ var __vue_staticRenderFns__$x = [];
34818
+ __vue_render__$x._withStripped = true;
34770
34819
 
34771
34820
  /* style */
34772
- const __vue_inject_styles__$w = function (inject) {
34821
+ const __vue_inject_styles__$x = function (inject) {
34773
34822
  if (!inject) return
34774
34823
  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
34824
 
34776
34825
  };
34777
34826
  /* scoped */
34778
- const __vue_scope_id__$w = undefined;
34827
+ const __vue_scope_id__$x = undefined;
34779
34828
  /* module identifier */
34780
- const __vue_module_identifier__$w = undefined;
34829
+ const __vue_module_identifier__$x = undefined;
34781
34830
  /* functional template */
34782
- const __vue_is_functional_template__$w = false;
34831
+ const __vue_is_functional_template__$x = false;
34783
34832
  /* style inject SSR */
34784
34833
 
34785
34834
  /* style inject shadow dom */
34786
34835
 
34787
34836
 
34788
34837
 
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,
34838
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent(
34839
+ { render: __vue_render__$x, staticRenderFns: __vue_staticRenderFns__$x },
34840
+ __vue_inject_styles__$x,
34841
+ __vue_script__$x,
34842
+ __vue_scope_id__$x,
34843
+ __vue_is_functional_template__$x,
34844
+ __vue_module_identifier__$x,
34796
34845
  false,
34797
34846
  createInjector,
34798
34847
  undefined,
@@ -34808,10 +34857,10 @@ let SearchResultsProductRating = class SearchResultsProductRating extends Vue$1
34808
34857
  return Math.round(this.item[this.options.key] || 0);
34809
34858
  }
34810
34859
  get baseStars() {
34811
- return new Array(STAR_COUNT).fill("☆");
34860
+ return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34812
34861
  }
34813
34862
  get highlightedStars() {
34814
- return new Array(STAR_COUNT).fill(" ★");
34863
+ return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34815
34864
  }
34816
34865
  get ratingPercentage() {
34817
34866
  return this.options.getRatingPercentage
@@ -34837,13 +34886,13 @@ SearchResultsProductRating = __decorate([
34837
34886
  name: "searchResultsProductRating",
34838
34887
  })
34839
34888
  ], SearchResultsProductRating);
34840
- var script$u = SearchResultsProductRating;
34889
+ var script$v = SearchResultsProductRating;
34841
34890
 
34842
34891
  /* script */
34843
- const __vue_script__$v = script$u;
34892
+ const __vue_script__$w = script$v;
34844
34893
 
34845
34894
  /* template */
34846
- var __vue_render__$v = function () {
34895
+ var __vue_render__$w = function () {
34847
34896
  var _vm = this;
34848
34897
  var _h = _vm.$createElement;
34849
34898
  var _c = _vm._self._c || _h;
@@ -34888,17 +34937,17 @@ var __vue_render__$v = function () {
34888
34937
  ),
34889
34938
  ])
34890
34939
  };
34891
- var __vue_staticRenderFns__$v = [];
34892
- __vue_render__$v._withStripped = true;
34940
+ var __vue_staticRenderFns__$w = [];
34941
+ __vue_render__$w._withStripped = true;
34893
34942
 
34894
34943
  /* style */
34895
- const __vue_inject_styles__$v = undefined;
34944
+ const __vue_inject_styles__$w = undefined;
34896
34945
  /* scoped */
34897
- const __vue_scope_id__$v = undefined;
34946
+ const __vue_scope_id__$w = undefined;
34898
34947
  /* module identifier */
34899
- const __vue_module_identifier__$v = undefined;
34948
+ const __vue_module_identifier__$w = undefined;
34900
34949
  /* functional template */
34901
- const __vue_is_functional_template__$v = false;
34950
+ const __vue_is_functional_template__$w = false;
34902
34951
  /* style inject */
34903
34952
 
34904
34953
  /* style inject SSR */
@@ -34907,13 +34956,13 @@ __vue_render__$v._withStripped = true;
34907
34956
 
34908
34957
 
34909
34958
 
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,
34959
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent(
34960
+ { render: __vue_render__$w, staticRenderFns: __vue_staticRenderFns__$w },
34961
+ __vue_inject_styles__$w,
34962
+ __vue_script__$w,
34963
+ __vue_scope_id__$w,
34964
+ __vue_is_functional_template__$w,
34965
+ __vue_module_identifier__$w,
34917
34966
  false,
34918
34967
  undefined,
34919
34968
  undefined,
@@ -34940,13 +34989,13 @@ SearchResultsProductRegularPrice = __decorate([
34940
34989
  name: "searchResultsProductRegularPrice",
34941
34990
  })
34942
34991
  ], SearchResultsProductRegularPrice);
34943
- var script$t = SearchResultsProductRegularPrice;
34992
+ var script$u = SearchResultsProductRegularPrice;
34944
34993
 
34945
34994
  /* script */
34946
- const __vue_script__$u = script$t;
34995
+ const __vue_script__$v = script$u;
34947
34996
 
34948
34997
  /* template */
34949
- var __vue_render__$u = function () {
34998
+ var __vue_render__$v = function () {
34950
34999
  var _vm = this;
34951
35000
  var _h = _vm.$createElement;
34952
35001
  var _c = _vm._self._c || _h;
@@ -34959,17 +35008,17 @@ var __vue_render__$u = function () {
34959
35008
  [_vm._v("\n " + _vm._s(_vm.price) + "\n")]
34960
35009
  )
34961
35010
  };
34962
- var __vue_staticRenderFns__$u = [];
34963
- __vue_render__$u._withStripped = true;
35011
+ var __vue_staticRenderFns__$v = [];
35012
+ __vue_render__$v._withStripped = true;
34964
35013
 
34965
35014
  /* style */
34966
- const __vue_inject_styles__$u = undefined;
35015
+ const __vue_inject_styles__$v = undefined;
34967
35016
  /* scoped */
34968
- const __vue_scope_id__$u = undefined;
35017
+ const __vue_scope_id__$v = undefined;
34969
35018
  /* module identifier */
34970
- const __vue_module_identifier__$u = undefined;
35019
+ const __vue_module_identifier__$v = undefined;
34971
35020
  /* functional template */
34972
- const __vue_is_functional_template__$u = false;
35021
+ const __vue_is_functional_template__$v = false;
34973
35022
  /* style inject */
34974
35023
 
34975
35024
  /* style inject SSR */
@@ -34978,13 +35027,13 @@ __vue_render__$u._withStripped = true;
34978
35027
 
34979
35028
 
34980
35029
 
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,
35030
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent(
35031
+ { render: __vue_render__$v, staticRenderFns: __vue_staticRenderFns__$v },
35032
+ __vue_inject_styles__$v,
35033
+ __vue_script__$v,
35034
+ __vue_scope_id__$v,
35035
+ __vue_is_functional_template__$v,
35036
+ __vue_module_identifier__$v,
34988
35037
  false,
34989
35038
  undefined,
34990
35039
  undefined,
@@ -35011,13 +35060,13 @@ SearchResultsProductPrice = __decorate([
35011
35060
  name: "searchResultsProductPrice",
35012
35061
  })
35013
35062
  ], SearchResultsProductPrice);
35014
- var script$s = SearchResultsProductPrice;
35063
+ var script$t = SearchResultsProductPrice;
35015
35064
 
35016
35065
  /* script */
35017
- const __vue_script__$t = script$s;
35066
+ const __vue_script__$u = script$t;
35018
35067
 
35019
35068
  /* template */
35020
- var __vue_render__$t = function () {
35069
+ var __vue_render__$u = function () {
35021
35070
  var _vm = this;
35022
35071
  var _h = _vm.$createElement;
35023
35072
  var _c = _vm._self._c || _h;
@@ -35030,17 +35079,17 @@ var __vue_render__$t = function () {
35030
35079
  [_c("strong", [_vm._v(_vm._s(_vm.price))])]
35031
35080
  )
35032
35081
  };
35033
- var __vue_staticRenderFns__$t = [];
35034
- __vue_render__$t._withStripped = true;
35082
+ var __vue_staticRenderFns__$u = [];
35083
+ __vue_render__$u._withStripped = true;
35035
35084
 
35036
35085
  /* style */
35037
- const __vue_inject_styles__$t = undefined;
35086
+ const __vue_inject_styles__$u = undefined;
35038
35087
  /* scoped */
35039
- const __vue_scope_id__$t = undefined;
35088
+ const __vue_scope_id__$u = undefined;
35040
35089
  /* module identifier */
35041
- const __vue_module_identifier__$t = undefined;
35090
+ const __vue_module_identifier__$u = undefined;
35042
35091
  /* functional template */
35043
- const __vue_is_functional_template__$t = false;
35092
+ const __vue_is_functional_template__$u = false;
35044
35093
  /* style inject */
35045
35094
 
35046
35095
  /* style inject SSR */
@@ -35049,13 +35098,13 @@ __vue_render__$t._withStripped = true;
35049
35098
 
35050
35099
 
35051
35100
 
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,
35101
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent(
35102
+ { render: __vue_render__$u, staticRenderFns: __vue_staticRenderFns__$u },
35103
+ __vue_inject_styles__$u,
35104
+ __vue_script__$u,
35105
+ __vue_scope_id__$u,
35106
+ __vue_is_functional_template__$u,
35107
+ __vue_module_identifier__$u,
35059
35108
  false,
35060
35109
  undefined,
35061
35110
  undefined,
@@ -35097,13 +35146,13 @@ SearchResultsProductAddToCart = __decorate([
35097
35146
  name: "searchResultsProductAddToCart",
35098
35147
  })
35099
35148
  ], SearchResultsProductAddToCart);
35100
- var script$r = SearchResultsProductAddToCart;
35149
+ var script$s = SearchResultsProductAddToCart;
35101
35150
 
35102
35151
  /* script */
35103
- const __vue_script__$s = script$r;
35152
+ const __vue_script__$t = script$s;
35104
35153
 
35105
35154
  /* template */
35106
- var __vue_render__$s = function () {
35155
+ var __vue_render__$t = function () {
35107
35156
  var _vm = this;
35108
35157
  var _h = _vm.$createElement;
35109
35158
  var _c = _vm._self._c || _h;
@@ -35129,34 +35178,34 @@ var __vue_render__$s = function () {
35129
35178
  ]),
35130
35179
  ])
35131
35180
  };
35132
- var __vue_staticRenderFns__$s = [];
35133
- __vue_render__$s._withStripped = true;
35181
+ var __vue_staticRenderFns__$t = [];
35182
+ __vue_render__$t._withStripped = true;
35134
35183
 
35135
35184
  /* style */
35136
- const __vue_inject_styles__$s = function (inject) {
35185
+ const __vue_inject_styles__$t = function (inject) {
35137
35186
  if (!inject) return
35138
35187
  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
35188
 
35140
35189
  };
35141
35190
  /* scoped */
35142
- const __vue_scope_id__$s = undefined;
35191
+ const __vue_scope_id__$t = undefined;
35143
35192
  /* module identifier */
35144
- const __vue_module_identifier__$s = undefined;
35193
+ const __vue_module_identifier__$t = undefined;
35145
35194
  /* functional template */
35146
- const __vue_is_functional_template__$s = false;
35195
+ const __vue_is_functional_template__$t = false;
35147
35196
  /* style inject SSR */
35148
35197
 
35149
35198
  /* style inject shadow dom */
35150
35199
 
35151
35200
 
35152
35201
 
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,
35202
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent(
35203
+ { render: __vue_render__$t, staticRenderFns: __vue_staticRenderFns__$t },
35204
+ __vue_inject_styles__$t,
35205
+ __vue_script__$t,
35206
+ __vue_scope_id__$t,
35207
+ __vue_is_functional_template__$t,
35208
+ __vue_module_identifier__$t,
35160
35209
  false,
35161
35210
  createInjector,
35162
35211
  undefined,
@@ -35197,13 +35246,13 @@ SearchResultsProductCustom = __decorate([
35197
35246
  name: "searchResultsProductCustom",
35198
35247
  })
35199
35248
  ], SearchResultsProductCustom);
35200
- var script$q = SearchResultsProductCustom;
35249
+ var script$r = SearchResultsProductCustom;
35201
35250
 
35202
35251
  /* script */
35203
- const __vue_script__$r = script$q;
35252
+ const __vue_script__$s = script$r;
35204
35253
 
35205
35254
  /* template */
35206
- var __vue_render__$r = function () {
35255
+ var __vue_render__$s = function () {
35207
35256
  var _vm = this;
35208
35257
  var _h = _vm.$createElement;
35209
35258
  var _c = _vm._self._c || _h;
@@ -35226,6 +35275,72 @@ var __vue_render__$r = function () {
35226
35275
  ]),
35227
35276
  ])
35228
35277
  };
35278
+ var __vue_staticRenderFns__$s = [];
35279
+ __vue_render__$s._withStripped = true;
35280
+
35281
+ /* style */
35282
+ const __vue_inject_styles__$s = undefined;
35283
+ /* scoped */
35284
+ const __vue_scope_id__$s = undefined;
35285
+ /* module identifier */
35286
+ const __vue_module_identifier__$s = undefined;
35287
+ /* functional template */
35288
+ const __vue_is_functional_template__$s = false;
35289
+ /* style inject */
35290
+
35291
+ /* style inject SSR */
35292
+
35293
+ /* style inject shadow dom */
35294
+
35295
+
35296
+
35297
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent(
35298
+ { render: __vue_render__$s, staticRenderFns: __vue_staticRenderFns__$s },
35299
+ __vue_inject_styles__$s,
35300
+ __vue_script__$s,
35301
+ __vue_scope_id__$s,
35302
+ __vue_is_functional_template__$s,
35303
+ __vue_module_identifier__$s,
35304
+ false,
35305
+ undefined,
35306
+ undefined,
35307
+ undefined
35308
+ );
35309
+
35310
+ let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35311
+ get text() {
35312
+ return this.options.html(this.item);
35313
+ }
35314
+ get className() {
35315
+ return this.options.className;
35316
+ }
35317
+ };
35318
+ __decorate([
35319
+ Prop()
35320
+ ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35321
+ __decorate([
35322
+ Prop()
35323
+ ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35324
+ SearchResultsProductCustomHtmlElement = __decorate([
35325
+ Component({
35326
+ name: "searchResultsProductCustomHtmlElement",
35327
+ })
35328
+ ], SearchResultsProductCustomHtmlElement);
35329
+ var script$q = SearchResultsProductCustomHtmlElement;
35330
+
35331
+ /* script */
35332
+ const __vue_script__$r = script$q;
35333
+
35334
+ /* template */
35335
+ var __vue_render__$r = function () {
35336
+ var _vm = this;
35337
+ var _h = _vm.$createElement;
35338
+ var _c = _vm._self._c || _h;
35339
+ return _c("div", {
35340
+ class: _vm.className,
35341
+ domProps: { innerHTML: _vm._s(_vm.text) },
35342
+ })
35343
+ };
35229
35344
  var __vue_staticRenderFns__$r = [];
35230
35345
  __vue_render__$r._withStripped = true;
35231
35346
 
@@ -35258,26 +35373,39 @@ __vue_render__$r._withStripped = true;
35258
35373
  undefined
35259
35374
  );
35260
35375
 
35261
- let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35262
- get text() {
35263
- return this.options.html(this.item);
35376
+ let SearchResultsProductSingleStarRating = class SearchResultsProductSingleStarRating extends Vue$1 {
35377
+ get totalRatings() {
35378
+ return `(${this.options.labels.numberOfRatings}${this.item[this.options.totalKey] || 0})`;
35264
35379
  }
35265
- get className() {
35266
- return this.options.className;
35380
+ get ratingLink() {
35381
+ var _a;
35382
+ if (!((_a = this.options.links) === null || _a === void 0 ? void 0 : _a.ratingDetails)) {
35383
+ return "";
35384
+ }
35385
+ return generateLink(this.options.links.ratingDetails, this.item);
35386
+ }
35387
+ get rating() {
35388
+ if (!this.options.displayRating) {
35389
+ return this.item[this.options.key];
35390
+ }
35391
+ return this.options.displayRating(this.item);
35392
+ }
35393
+ get star() {
35394
+ return RATING_STAR_HTML;
35267
35395
  }
35268
35396
  };
35269
35397
  __decorate([
35270
35398
  Prop()
35271
- ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35399
+ ], SearchResultsProductSingleStarRating.prototype, "item", void 0);
35272
35400
  __decorate([
35273
35401
  Prop()
35274
- ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35275
- SearchResultsProductCustomHtmlElement = __decorate([
35402
+ ], SearchResultsProductSingleStarRating.prototype, "options", void 0);
35403
+ SearchResultsProductSingleStarRating = __decorate([
35276
35404
  Component({
35277
- name: "searchResultsProductCustomHtmlElement",
35405
+ name: "SearchResultsProductSingleStarRating",
35278
35406
  })
35279
- ], SearchResultsProductCustomHtmlElement);
35280
- var script$p = SearchResultsProductCustomHtmlElement;
35407
+ ], SearchResultsProductSingleStarRating);
35408
+ var script$p = SearchResultsProductSingleStarRating;
35281
35409
 
35282
35410
  /* script */
35283
35411
  const __vue_script__$q = script$p;
@@ -35287,10 +35415,20 @@ var __vue_render__$q = function () {
35287
35415
  var _vm = this;
35288
35416
  var _h = _vm.$createElement;
35289
35417
  var _c = _vm._self._c || _h;
35290
- return _c("div", {
35291
- class: _vm.className,
35292
- domProps: { innerHTML: _vm._s(_vm.text) },
35293
- })
35418
+ return _c("div", { attrs: { id: "lupa-search-results-rating" } }, [
35419
+ _c("div", {
35420
+ staticClass: "lupa-rating lupa-rating-highlighted",
35421
+ domProps: { innerHTML: _vm._s(_vm.star) },
35422
+ }),
35423
+ _vm._v(" "),
35424
+ _c("div", { staticClass: "lupa-ratings" }, [_vm._v(_vm._s(_vm.rating))]),
35425
+ _vm._v(" "),
35426
+ _c(
35427
+ "a",
35428
+ { staticClass: "lupa-total-ratings", attrs: { href: _vm.ratingLink } },
35429
+ [_vm._v(_vm._s(_vm.totalRatings))]
35430
+ ),
35431
+ ])
35294
35432
  };
35295
35433
  var __vue_staticRenderFns__$q = [];
35296
35434
  __vue_render__$q._withStripped = true;
@@ -35324,6 +35462,7 @@ __vue_render__$q._withStripped = true;
35324
35462
  undefined
35325
35463
  );
35326
35464
 
35465
+ const dynamicData$2 = namespace("dynamicData");
35327
35466
  let SearchResultsProductCardElement = class SearchResultsProductCardElement extends Vue$1 {
35328
35467
  get elementComponent() {
35329
35468
  switch (this.element.type) {
@@ -35335,6 +35474,8 @@ let SearchResultsProductCardElement = class SearchResultsProductCardElement exte
35335
35474
  return "searchResultsProductDescription";
35336
35475
  case exports.DocumentElementType.RATING:
35337
35476
  return "searchResultsProductRating";
35477
+ case exports.DocumentElementType.SINGLE_STAR_RATING:
35478
+ return "SearchResultsProductSingleStarRating";
35338
35479
  case exports.DocumentElementType.PRICE:
35339
35480
  return "searchResultsProductPrice";
35340
35481
  case exports.DocumentElementType.REGULARPRICE:
@@ -35349,7 +35490,20 @@ let SearchResultsProductCardElement = class SearchResultsProductCardElement exte
35349
35490
  return "searchResultsProductTitle";
35350
35491
  }
35351
35492
  get displayElement() {
35352
- return this.element.display ? this.element.display(this.item) : true;
35493
+ return this.element.display
35494
+ ? this.element.display(this.enhancedItem)
35495
+ : true;
35496
+ }
35497
+ get isLoadingDynamicData() {
35498
+ return Boolean(this.element.dynamic && this.loading);
35499
+ }
35500
+ get enhancedItem() {
35501
+ var _a, _b, _c, _d;
35502
+ if (!((_a = this.item) === null || _a === void 0 ? void 0 : _a.id)) {
35503
+ return this.item;
35504
+ }
35505
+ 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 : {};
35506
+ return Object.assign(Object.assign({}, this.item), enhancementData);
35353
35507
  }
35354
35508
  handleProductEvent(item) {
35355
35509
  this.$emit("productEvent", item);
@@ -35370,19 +35524,26 @@ __decorate([
35370
35524
  __decorate([
35371
35525
  Prop({ default: "" })
35372
35526
  ], SearchResultsProductCardElement.prototype, "link", void 0);
35527
+ __decorate([
35528
+ dynamicData$2.State("dynamicDataIdMap")
35529
+ ], SearchResultsProductCardElement.prototype, "dynamicDataIdMap", void 0);
35530
+ __decorate([
35531
+ dynamicData$2.State("loading")
35532
+ ], SearchResultsProductCardElement.prototype, "loading", void 0);
35373
35533
  SearchResultsProductCardElement = __decorate([
35374
35534
  Component({
35375
35535
  name: "searchResultsProductCardElement",
35376
35536
  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,
35537
+ SearchResultsProductImage: __vue_component__$z,
35538
+ SearchResultsProductTitle: __vue_component__$y,
35539
+ SearchResultsProductDescription: __vue_component__$x,
35540
+ SearchResultsProductRating: __vue_component__$w,
35541
+ SearchResultsProductSingleStarRating: __vue_component__$q,
35542
+ SearchResultsProductRegularPrice: __vue_component__$v,
35543
+ SearchResultsProductPrice: __vue_component__$u,
35544
+ SearchResultsProductAddToCart: __vue_component__$t,
35545
+ SearchResultsProductCustom: __vue_component__$s,
35546
+ SearchResultsProductCustomHtmlElement: __vue_component__$r,
35386
35547
  },
35387
35548
  })
35388
35549
  ], SearchResultsProductCardElement);
@@ -35399,8 +35560,9 @@ var __vue_render__$p = function () {
35399
35560
  return _vm.displayElement
35400
35561
  ? _c(_vm.elementComponent, {
35401
35562
  tag: "search-box-element",
35563
+ class: { "lupa-loading-dynamic-data": _vm.isLoadingDynamicData },
35402
35564
  attrs: {
35403
- item: _vm.item,
35565
+ item: _vm.enhancedItem,
35404
35566
  options: _vm.element,
35405
35567
  labels: _vm.labels,
35406
35568
  inStock: _vm.inStock,
@@ -35461,11 +35623,11 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35461
35623
  }
35462
35624
  get imageElements() {
35463
35625
  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 : []);
35626
+ 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
35627
  }
35466
35628
  get detailElements() {
35467
35629
  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 : []);
35630
+ 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
35631
  }
35470
35632
  get labels() {
35471
35633
  var _a;
@@ -35481,6 +35643,16 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35481
35643
  get hasEventRouting() {
35482
35644
  return this.searchResultsRoutingBehavior === "event";
35483
35645
  }
35646
+ get elementGroups() {
35647
+ var _a;
35648
+ return [
35649
+ ...new Set((_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.map((e) => e.group).filter((g) => Boolean(g))),
35650
+ ];
35651
+ }
35652
+ getGroupElements(group) {
35653
+ var _a, _b;
35654
+ return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.group === group)) !== null && _b !== void 0 ? _b : [];
35655
+ }
35484
35656
  mounted() {
35485
35657
  this.checkIfIsInStock();
35486
35658
  }
@@ -35568,7 +35740,7 @@ SearchResultsProductCard = __decorate([
35568
35740
  Component({
35569
35741
  name: "searchResultsProductCard",
35570
35742
  components: {
35571
- SearchResultsBadgeWrapper: __vue_component__$z,
35743
+ SearchResultsBadgeWrapper: __vue_component__$A,
35572
35744
  SearchResultsProductCardElement: __vue_component__$p,
35573
35745
  },
35574
35746
  })
@@ -35660,7 +35832,30 @@ var __vue_render__$o = function () {
35660
35832
  }),
35661
35833
  1
35662
35834
  ),
35663
- ]
35835
+ _vm._v(" "),
35836
+ _vm._l(_vm.elementGroups, function (group) {
35837
+ return _c(
35838
+ "div",
35839
+ { key: group, class: "lupa-element-group-" + group },
35840
+ _vm._l(_vm.getGroupElements(group), function (element) {
35841
+ return _c("SearchResultsProductCardElement", {
35842
+ key: element.key,
35843
+ staticClass: "lupa-search-results-product-element",
35844
+ attrs: {
35845
+ item: _vm.product,
35846
+ element: element,
35847
+ labels: _vm.labels,
35848
+ inStock: _vm.isInStock,
35849
+ link: _vm.link,
35850
+ },
35851
+ on: { productEvent: _vm.handleProductEvent },
35852
+ })
35853
+ }),
35854
+ 1
35855
+ )
35856
+ }),
35857
+ ],
35858
+ 2
35664
35859
  ),
35665
35860
  ],
35666
35861
  1
@@ -37503,8 +37698,8 @@ FiltersTopDropdown = __decorate([
37503
37698
  Component({
37504
37699
  name: "filtersTopDropdown",
37505
37700
  components: {
37506
- CurrentFilters: __vue_component__$R,
37507
- Facets: __vue_component__$K,
37701
+ CurrentFilters: __vue_component__$S,
37702
+ Facets: __vue_component__$L,
37508
37703
  },
37509
37704
  })
37510
37705
  ], FiltersTopDropdown);
@@ -37657,7 +37852,7 @@ SearchResultsProducts = __decorate([
37657
37852
  Component({
37658
37853
  name: "searchResultsProducts",
37659
37854
  components: {
37660
- CurrentFilters: __vue_component__$R,
37855
+ CurrentFilters: __vue_component__$S,
37661
37856
  SearchResultsProductCard: __vue_component__$o,
37662
37857
  SearchResultsToolbar: __vue_component__$f,
37663
37858
  AdditionalPanels: __vue_component__$m,
@@ -38219,6 +38414,7 @@ const searchResult$1 = namespace("searchResult");
38219
38414
  const params$2 = namespace("params");
38220
38415
  const options$2 = namespace("options");
38221
38416
  const tracking$2 = namespace("tracking");
38417
+ const dynamicData$1 = namespace("dynamicData");
38222
38418
  let SearchResults = class SearchResults extends Vue$1 {
38223
38419
  get productsOptions() {
38224
38420
  return pick(this.options, [
@@ -38261,9 +38457,12 @@ let SearchResults = class SearchResults extends Vue$1 {
38261
38457
  window.removeEventListener("resize", this.handleResize);
38262
38458
  }
38263
38459
  handleMounted() {
38460
+ var _a;
38264
38461
  this.handleResize();
38265
38462
  if (this.isProductList) {
38266
38463
  setDocumentTitle(this.options.labels.htmlTitleTemplate, "");
38464
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
38465
+ (_a = this.$refs.searchResultsFilters) === null || _a === void 0 ? void 0 : _a.fetch();
38267
38466
  }
38268
38467
  const params = new URLSearchParams(window.location.search);
38269
38468
  if (!params.has(QUERY_PARAMS.QUERY)) {
@@ -38323,11 +38522,17 @@ let SearchResults = class SearchResults extends Vue$1 {
38323
38522
  }
38324
38523
  handleResults({ queryKey, results, }) {
38325
38524
  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 });
38525
+ return __awaiter$1(this, void 0, void 0, function* () {
38526
+ this.trackResults({ queryKey, results });
38527
+ const hasResults = Boolean(results.total > 0 ||
38528
+ ((_a = results.similarQueries) === null || _a === void 0 ? void 0 : _a.length) ||
38529
+ ((_b = results.didYouMean) === null || _b === void 0 ? void 0 : _b.options));
38530
+ (_d = (_c = this.options.callbacks) === null || _c === void 0 ? void 0 : _c.onSearchResults) === null || _d === void 0 ? void 0 : _d.call(_c, { queryKey, hasResults });
38531
+ if (!hasResults) {
38532
+ return;
38533
+ }
38534
+ yield this.enhanceData({ result: results });
38535
+ });
38331
38536
  }
38332
38537
  handleResize() {
38333
38538
  const doc = document.documentElement;
@@ -38363,6 +38568,9 @@ __decorate([
38363
38568
  __decorate([
38364
38569
  tracking$2.Action("trackResults")
38365
38570
  ], SearchResults.prototype, "trackResults", void 0);
38571
+ __decorate([
38572
+ dynamicData$1.Action("enhanceSearchResultsWithDynamicData")
38573
+ ], SearchResults.prototype, "enhanceData", void 0);
38366
38574
  __decorate([
38367
38575
  params$2.State("searchString")
38368
38576
  ], SearchResults.prototype, "searchString", void 0);
@@ -38406,11 +38614,11 @@ SearchResults = __decorate([
38406
38614
  Component({
38407
38615
  name: "searchResults",
38408
38616
  components: {
38409
- SearchResultsFilters: __vue_component__$H,
38617
+ SearchResultsFilters: __vue_component__$I,
38410
38618
  SearchResultsProducts: __vue_component__$a,
38411
- MobileFilterSidebar: __vue_component__$G,
38619
+ MobileFilterSidebar: __vue_component__$H,
38412
38620
  SearchResultsBreadcrumbs: __vue_component__$9,
38413
- SearchResultsDidYouMean: __vue_component__$F,
38621
+ SearchResultsDidYouMean: __vue_component__$G,
38414
38622
  SearchResultsTitle: __vue_component__$8,
38415
38623
  SearchResultsToolbar: __vue_component__$f,
38416
38624
  CategoryTopFilters: __vue_component__$7,
@@ -38479,6 +38687,7 @@ var __vue_render__$6 = function () {
38479
38687
  [
38480
38688
  _vm.showFilterSidebar
38481
38689
  ? _c("SearchResultsFilters", {
38690
+ ref: "searchResultsFilters",
38482
38691
  attrs: { options: _vm.options.filters },
38483
38692
  })
38484
38693
  : _vm._e(),
@@ -38539,6 +38748,7 @@ var __vue_render__$6 = function () {
38539
38748
  [
38540
38749
  _vm.showFilterSidebar
38541
38750
  ? _c("SearchResultsFilters", {
38751
+ ref: "searchResultsFilters",
38542
38752
  attrs: { options: _vm.options.filters },
38543
38753
  })
38544
38754
  : _vm._e(),
@@ -38936,7 +39146,7 @@ SearchContainer = __decorate([
38936
39146
  name: "productList",
38937
39147
  components: {
38938
39148
  SearchResults: __vue_component__$6,
38939
- SearchBox: __vue_component__$U,
39149
+ SearchBox: __vue_component__$V,
38940
39150
  },
38941
39151
  })
38942
39152
  ], SearchContainer);
@@ -39041,6 +39251,7 @@ __vue_render__$1._withStripped = true;
39041
39251
  undefined
39042
39252
  );
39043
39253
 
39254
+ /* eslint-disable @typescript-eslint/no-explicit-any */
39044
39255
  let SearchContainerEntry = class SearchContainerEntry extends Vue$1 {
39045
39256
  constructor() {
39046
39257
  super(...arguments);
@@ -40278,6 +40489,96 @@ TrackingModule = __decorate([
40278
40489
  ], TrackingModule);
40279
40490
  var tracking$1 = TrackingModule;
40280
40491
 
40492
+ let DynamicDataModule = class DynamicDataModule extends VuexModule {
40493
+ constructor() {
40494
+ super(...arguments);
40495
+ this.loading = false;
40496
+ this.dynamicDataIdMap = {};
40497
+ }
40498
+ get loadedIds() {
40499
+ return Object.keys(this.dynamicDataIdMap);
40500
+ }
40501
+ get searchResultOptions() {
40502
+ var _a;
40503
+ return (_a = this.context.rootState["options"]) === null || _a === void 0 ? void 0 : _a.searchResultOptions;
40504
+ }
40505
+ get searchBoxOptions() {
40506
+ var _a;
40507
+ return (_a = this.context.rootState["options"]) === null || _a === void 0 ? void 0 : _a.searchBoxOptions;
40508
+ }
40509
+ get dynamicSearchResultData() {
40510
+ var _a;
40511
+ return (_a = this.searchResultOptions) === null || _a === void 0 ? void 0 : _a.dynamicData;
40512
+ }
40513
+ get dynamicSearchBoxData() {
40514
+ var _a;
40515
+ return (_a = this.searchBoxOptions) === null || _a === void 0 ? void 0 : _a.dynamicData;
40516
+ }
40517
+ get isDynamicDataEnabledForSearchResults() {
40518
+ var _a, _b, _c;
40519
+ return (_c = (_b = (_a = this.searchResultOptions) === null || _a === void 0 ? void 0 : _a.dynamicData) === null || _b === void 0 ? void 0 : _b.enabled) !== null && _c !== void 0 ? _c : false;
40520
+ }
40521
+ get isDynamicDataEnabledForSearchBox() {
40522
+ var _a, _b, _c;
40523
+ return (_c = (_b = (_a = this.searchBoxOptions) === null || _a === void 0 ? void 0 : _a.dynamicData) === null || _b === void 0 ? void 0 : _b.enabled) !== null && _c !== void 0 ? _c : false;
40524
+ }
40525
+ get isCacheEnabled() {
40526
+ var _a;
40527
+ return Boolean((_a = this.dynamicSearchResultData) === null || _a === void 0 ? void 0 : _a.cache);
40528
+ }
40529
+ enhanceSearchResultsWithDynamicData({ result, mode, }) {
40530
+ var _a, _b, _c;
40531
+ return __awaiter$1(this, void 0, void 0, function* () {
40532
+ const enabledForMode = mode === "searchBox"
40533
+ ? this.isDynamicDataEnabledForSearchBox
40534
+ : this.isDynamicDataEnabledForSearchResults;
40535
+ if (!result || !enabledForMode) {
40536
+ return {};
40537
+ }
40538
+ 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 : [];
40539
+ if (this.isCacheEnabled) {
40540
+ requestedIds = requestedIds.filter((i) => !this.loadedIds.includes(i));
40541
+ }
40542
+ if (!requestedIds.length) {
40543
+ return {};
40544
+ }
40545
+ this.context.commit("setLoading", true);
40546
+ try {
40547
+ const dynamicData = this.dynamicSearchResultData || this.dynamicSearchBoxData;
40548
+ if (!(dynamicData === null || dynamicData === void 0 ? void 0 : dynamicData.handler)) {
40549
+ return {};
40550
+ }
40551
+ const dynamicDataResult = (_c = (yield (dynamicData === null || dynamicData === void 0 ? void 0 : dynamicData.handler(requestedIds)))) !== null && _c !== void 0 ? _c : [];
40552
+ const seed = {};
40553
+ const dynamicDataIdMap = dynamicDataResult.reduce((a, c) => (Object.assign(Object.assign({}, a), { [c.id]: c })), seed);
40554
+ return dynamicDataIdMap;
40555
+ }
40556
+ finally {
40557
+ this.context.commit("setLoading", false);
40558
+ }
40559
+ });
40560
+ }
40561
+ save(newData) {
40562
+ this.dynamicDataIdMap = Object.assign(Object.assign({}, this.dynamicDataIdMap), newData);
40563
+ }
40564
+ setLoading(state) {
40565
+ this.loading = state;
40566
+ }
40567
+ };
40568
+ __decorate([
40569
+ Action({ commit: "save" })
40570
+ ], DynamicDataModule.prototype, "enhanceSearchResultsWithDynamicData", null);
40571
+ __decorate([
40572
+ Mutation
40573
+ ], DynamicDataModule.prototype, "save", null);
40574
+ __decorate([
40575
+ Mutation
40576
+ ], DynamicDataModule.prototype, "setLoading", null);
40577
+ DynamicDataModule = __decorate([
40578
+ Module({ namespaced: true })
40579
+ ], DynamicDataModule);
40580
+ var dynamicData = DynamicDataModule;
40581
+
40281
40582
  Vue$1.use(Vuex);
40282
40583
  var store = new Vuex.Store({
40283
40584
  state: {},
@@ -40288,6 +40589,7 @@ var store = new Vuex.Store({
40288
40589
  searchBox: searchBox$1,
40289
40590
  options,
40290
40591
  tracking: tracking$1,
40592
+ dynamicData,
40291
40593
  },
40292
40594
  });
40293
40595
 
@@ -40359,7 +40661,7 @@ const applySearchBox = (options, mountOptions) => {
40359
40661
  return;
40360
40662
  }
40361
40663
  Vue$1.use(Vuex);
40362
- const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$T);
40664
+ const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$U);
40363
40665
  const instance = new SearchBoxEntryComponent({
40364
40666
  el: options.inputSelector,
40365
40667
  propsData: { searchBoxOptions: options },