@getlupa/client 0.13.0-alpha-5 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/cjs/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  2. package/dist/cjs/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  3. package/dist/cjs/components/search-results/SearchResults.vue.d.ts +4 -1
  4. package/dist/cjs/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  5. package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  6. package/dist/cjs/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  7. package/dist/cjs/constants/global.const.d.ts +1 -0
  8. package/dist/cjs/index.d.ts +3 -3
  9. package/dist/cjs/index.min.js +1165 -881
  10. package/dist/cjs/store/modules/dynamicData.d.ts +21 -0
  11. package/dist/cjs/types/DocumentElement.d.ts +12 -1
  12. package/dist/cjs/types/search-box/SearchBoxOptions.d.ts +2 -0
  13. package/dist/cjs/types/search-results/SearchResultsOptions.d.ts +6 -0
  14. package/dist/es/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  15. package/dist/es/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  16. package/dist/es/components/search-results/SearchResults.vue.d.ts +4 -1
  17. package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  18. package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  19. package/dist/es/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  20. package/dist/es/constants/global.const.d.ts +1 -0
  21. package/dist/es/index.d.ts +3 -3
  22. package/dist/es/index.min.js +1165 -881
  23. package/dist/es/store/modules/dynamicData.d.ts +21 -0
  24. package/dist/es/types/DocumentElement.d.ts +12 -1
  25. package/dist/es/types/search-box/SearchBoxOptions.d.ts +2 -0
  26. package/dist/es/types/search-results/SearchResultsOptions.d.ts +6 -0
  27. package/dist/iife/components/search-box/products/SearchBoxProductsWrapper.vue.d.ts +6 -0
  28. package/dist/iife/components/search-box/products/elements/SearchBoxProductElement.vue.d.ts +4 -0
  29. package/dist/iife/components/search-results/SearchResults.vue.d.ts +4 -1
  30. package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +3 -1
  31. package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductCardElement.vue.d.ts +4 -0
  32. package/dist/iife/components/search-results/products/product-card/elements/SearchResultsProductSingleStarRating.vue.d.ts +11 -0
  33. package/dist/iife/constants/global.const.d.ts +1 -0
  34. package/dist/iife/index.d.ts +3 -3
  35. package/dist/iife/index.min.js +1 -1
  36. package/dist/iife/store/modules/dynamicData.d.ts +21 -0
  37. package/dist/iife/types/DocumentElement.d.ts +12 -1
  38. package/dist/iife/types/search-box/SearchBoxOptions.d.ts +2 -0
  39. package/dist/iife/types/search-results/SearchResultsOptions.d.ts +6 -0
  40. package/package.json +1 -1
@@ -11025,7 +11025,7 @@ SearchBoxInput = __decorate([
11025
11025
  name: "searchBoxInput",
11026
11026
  })
11027
11027
  ], SearchBoxInput);
11028
- var script$1b = SearchBoxInput;
11028
+ var script$1c = SearchBoxInput;
11029
11029
 
11030
11030
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
11031
11031
  if (typeof shadowMode !== 'boolean') {
@@ -11156,10 +11156,10 @@ function addStyle(id, css) {
11156
11156
  }
11157
11157
 
11158
11158
  /* script */
11159
- const __vue_script__$1c = script$1b;
11159
+ const __vue_script__$1d = script$1c;
11160
11160
 
11161
11161
  /* template */
11162
- var __vue_render__$1c = function () {
11162
+ var __vue_render__$1d = function () {
11163
11163
  var _vm = this;
11164
11164
  var _h = _vm.$createElement;
11165
11165
  var _c = _vm._self._c || _h;
@@ -11244,34 +11244,34 @@ var __vue_render__$1c = function () {
11244
11244
  : _vm._e(),
11245
11245
  ])
11246
11246
  };
11247
- var __vue_staticRenderFns__$1c = [];
11248
- __vue_render__$1c._withStripped = true;
11247
+ var __vue_staticRenderFns__$1d = [];
11248
+ __vue_render__$1d._withStripped = true;
11249
11249
 
11250
11250
  /* style */
11251
- const __vue_inject_styles__$1c = function (inject) {
11251
+ const __vue_inject_styles__$1d = function (inject) {
11252
11252
  if (!inject) return
11253
11253
  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 });
11254
11254
 
11255
11255
  };
11256
11256
  /* scoped */
11257
- const __vue_scope_id__$1c = undefined;
11257
+ const __vue_scope_id__$1d = undefined;
11258
11258
  /* module identifier */
11259
- const __vue_module_identifier__$1c = undefined;
11259
+ const __vue_module_identifier__$1d = undefined;
11260
11260
  /* functional template */
11261
- const __vue_is_functional_template__$1c = false;
11261
+ const __vue_is_functional_template__$1d = false;
11262
11262
  /* style inject SSR */
11263
11263
 
11264
11264
  /* style inject shadow dom */
11265
11265
 
11266
11266
 
11267
11267
 
11268
- const __vue_component__$1c = /*#__PURE__*/normalizeComponent(
11269
- { render: __vue_render__$1c, staticRenderFns: __vue_staticRenderFns__$1c },
11270
- __vue_inject_styles__$1c,
11271
- __vue_script__$1c,
11272
- __vue_scope_id__$1c,
11273
- __vue_is_functional_template__$1c,
11274
- __vue_module_identifier__$1c,
11268
+ const __vue_component__$1d = /*#__PURE__*/normalizeComponent(
11269
+ { render: __vue_render__$1d, staticRenderFns: __vue_staticRenderFns__$1d },
11270
+ __vue_inject_styles__$1d,
11271
+ __vue_script__$1d,
11272
+ __vue_scope_id__$1d,
11273
+ __vue_is_functional_template__$1d,
11274
+ __vue_module_identifier__$1d,
11275
11275
  false,
11276
11276
  createInjector,
11277
11277
  undefined,
@@ -11348,13 +11348,13 @@ __decorate([
11348
11348
  ProductImage = __decorate([
11349
11349
  Component
11350
11350
  ], ProductImage);
11351
- var script$1a = ProductImage;
11351
+ var script$1b = ProductImage;
11352
11352
 
11353
11353
  /* script */
11354
- const __vue_script__$1b = script$1a;
11354
+ const __vue_script__$1c = script$1b;
11355
11355
 
11356
11356
  /* template */
11357
- var __vue_render__$1b = function () {
11357
+ var __vue_render__$1c = function () {
11358
11358
  var _vm = this;
11359
11359
  var _h = _vm.$createElement;
11360
11360
  var _c = _vm._self._c || _h;
@@ -11366,17 +11366,17 @@ var __vue_render__$1b = function () {
11366
11366
  }),
11367
11367
  ])
11368
11368
  };
11369
- var __vue_staticRenderFns__$1b = [];
11370
- __vue_render__$1b._withStripped = true;
11369
+ var __vue_staticRenderFns__$1c = [];
11370
+ __vue_render__$1c._withStripped = true;
11371
11371
 
11372
11372
  /* style */
11373
- const __vue_inject_styles__$1b = undefined;
11373
+ const __vue_inject_styles__$1c = undefined;
11374
11374
  /* scoped */
11375
- const __vue_scope_id__$1b = undefined;
11375
+ const __vue_scope_id__$1c = undefined;
11376
11376
  /* module identifier */
11377
- const __vue_module_identifier__$1b = undefined;
11377
+ const __vue_module_identifier__$1c = undefined;
11378
11378
  /* functional template */
11379
- const __vue_is_functional_template__$1b = false;
11379
+ const __vue_is_functional_template__$1c = false;
11380
11380
  /* style inject */
11381
11381
 
11382
11382
  /* style inject SSR */
@@ -11385,13 +11385,13 @@ __vue_render__$1b._withStripped = true;
11385
11385
 
11386
11386
 
11387
11387
 
11388
- const __vue_component__$1b = /*#__PURE__*/normalizeComponent(
11389
- { render: __vue_render__$1b, staticRenderFns: __vue_staticRenderFns__$1b },
11390
- __vue_inject_styles__$1b,
11391
- __vue_script__$1b,
11392
- __vue_scope_id__$1b,
11393
- __vue_is_functional_template__$1b,
11394
- __vue_module_identifier__$1b,
11388
+ const __vue_component__$1c = /*#__PURE__*/normalizeComponent(
11389
+ { render: __vue_render__$1c, staticRenderFns: __vue_staticRenderFns__$1c },
11390
+ __vue_inject_styles__$1c,
11391
+ __vue_script__$1c,
11392
+ __vue_scope_id__$1c,
11393
+ __vue_is_functional_template__$1c,
11394
+ __vue_module_identifier__$1c,
11395
11395
  false,
11396
11396
  undefined,
11397
11397
  undefined,
@@ -11409,17 +11409,17 @@ __decorate([
11409
11409
  SearchBoxProductImage = __decorate([
11410
11410
  Component({
11411
11411
  components: {
11412
- ProductImage: __vue_component__$1b,
11412
+ ProductImage: __vue_component__$1c,
11413
11413
  },
11414
11414
  })
11415
11415
  ], SearchBoxProductImage);
11416
- var script$19 = SearchBoxProductImage;
11416
+ var script$1a = SearchBoxProductImage;
11417
11417
 
11418
11418
  /* script */
11419
- const __vue_script__$1a = script$19;
11419
+ const __vue_script__$1b = script$1a;
11420
11420
 
11421
11421
  /* template */
11422
- var __vue_render__$1a = function () {
11422
+ var __vue_render__$1b = function () {
11423
11423
  var _vm = this;
11424
11424
  var _h = _vm.$createElement;
11425
11425
  var _c = _vm._self._c || _h;
@@ -11432,17 +11432,17 @@ var __vue_render__$1a = function () {
11432
11432
  },
11433
11433
  })
11434
11434
  };
11435
- var __vue_staticRenderFns__$1a = [];
11436
- __vue_render__$1a._withStripped = true;
11435
+ var __vue_staticRenderFns__$1b = [];
11436
+ __vue_render__$1b._withStripped = true;
11437
11437
 
11438
11438
  /* style */
11439
- const __vue_inject_styles__$1a = undefined;
11439
+ const __vue_inject_styles__$1b = undefined;
11440
11440
  /* scoped */
11441
- const __vue_scope_id__$1a = undefined;
11441
+ const __vue_scope_id__$1b = undefined;
11442
11442
  /* module identifier */
11443
- const __vue_module_identifier__$1a = undefined;
11443
+ const __vue_module_identifier__$1b = undefined;
11444
11444
  /* functional template */
11445
- const __vue_is_functional_template__$1a = false;
11445
+ const __vue_is_functional_template__$1b = false;
11446
11446
  /* style inject */
11447
11447
 
11448
11448
  /* style inject SSR */
@@ -11451,13 +11451,13 @@ __vue_render__$1a._withStripped = true;
11451
11451
 
11452
11452
 
11453
11453
 
11454
- const __vue_component__$1a = /*#__PURE__*/normalizeComponent(
11455
- { render: __vue_render__$1a, staticRenderFns: __vue_staticRenderFns__$1a },
11456
- __vue_inject_styles__$1a,
11457
- __vue_script__$1a,
11458
- __vue_scope_id__$1a,
11459
- __vue_is_functional_template__$1a,
11460
- __vue_module_identifier__$1a,
11454
+ const __vue_component__$1b = /*#__PURE__*/normalizeComponent(
11455
+ { render: __vue_render__$1b, staticRenderFns: __vue_staticRenderFns__$1b },
11456
+ __vue_inject_styles__$1b,
11457
+ __vue_script__$1b,
11458
+ __vue_scope_id__$1b,
11459
+ __vue_is_functional_template__$1b,
11460
+ __vue_module_identifier__$1b,
11461
11461
  false,
11462
11462
  undefined,
11463
11463
  undefined,
@@ -11482,13 +11482,13 @@ __decorate([
11482
11482
  SearchBoxProductTitle = __decorate([
11483
11483
  Component
11484
11484
  ], SearchBoxProductTitle);
11485
- var script$18 = SearchBoxProductTitle;
11485
+ var script$19 = SearchBoxProductTitle;
11486
11486
 
11487
11487
  /* script */
11488
- const __vue_script__$19 = script$18;
11488
+ const __vue_script__$1a = script$19;
11489
11489
 
11490
11490
  /* template */
11491
- var __vue_render__$19 = function () {
11491
+ var __vue_render__$1a = function () {
11492
11492
  var _vm = this;
11493
11493
  var _h = _vm.$createElement;
11494
11494
  var _c = _vm._self._c || _h;
@@ -11501,17 +11501,17 @@ var __vue_render__$19 = function () {
11501
11501
  _c("strong", [_vm._v(_vm._s(_vm.title))]),
11502
11502
  ])
11503
11503
  };
11504
- var __vue_staticRenderFns__$19 = [];
11505
- __vue_render__$19._withStripped = true;
11504
+ var __vue_staticRenderFns__$1a = [];
11505
+ __vue_render__$1a._withStripped = true;
11506
11506
 
11507
11507
  /* style */
11508
- const __vue_inject_styles__$19 = undefined;
11508
+ const __vue_inject_styles__$1a = undefined;
11509
11509
  /* scoped */
11510
- const __vue_scope_id__$19 = undefined;
11510
+ const __vue_scope_id__$1a = undefined;
11511
11511
  /* module identifier */
11512
- const __vue_module_identifier__$19 = undefined;
11512
+ const __vue_module_identifier__$1a = undefined;
11513
11513
  /* functional template */
11514
- const __vue_is_functional_template__$19 = false;
11514
+ const __vue_is_functional_template__$1a = false;
11515
11515
  /* style inject */
11516
11516
 
11517
11517
  /* style inject SSR */
@@ -11520,13 +11520,13 @@ __vue_render__$19._withStripped = true;
11520
11520
 
11521
11521
 
11522
11522
 
11523
- const __vue_component__$19 = /*#__PURE__*/normalizeComponent(
11524
- { render: __vue_render__$19, staticRenderFns: __vue_staticRenderFns__$19 },
11525
- __vue_inject_styles__$19,
11526
- __vue_script__$19,
11527
- __vue_scope_id__$19,
11528
- __vue_is_functional_template__$19,
11529
- __vue_module_identifier__$19,
11523
+ const __vue_component__$1a = /*#__PURE__*/normalizeComponent(
11524
+ { render: __vue_render__$1a, staticRenderFns: __vue_staticRenderFns__$1a },
11525
+ __vue_inject_styles__$1a,
11526
+ __vue_script__$1a,
11527
+ __vue_scope_id__$1a,
11528
+ __vue_is_functional_template__$1a,
11529
+ __vue_module_identifier__$1a,
11530
11530
  false,
11531
11531
  undefined,
11532
11532
  undefined,
@@ -11551,13 +11551,13 @@ __decorate([
11551
11551
  SearchBoxProductDescription = __decorate([
11552
11552
  Component
11553
11553
  ], SearchBoxProductDescription);
11554
- var script$17 = SearchBoxProductDescription;
11554
+ var script$18 = SearchBoxProductDescription;
11555
11555
 
11556
11556
  /* script */
11557
- const __vue_script__$18 = script$17;
11557
+ const __vue_script__$19 = script$18;
11558
11558
 
11559
11559
  /* template */
11560
- var __vue_render__$18 = function () {
11560
+ var __vue_render__$19 = function () {
11561
11561
  var _vm = this;
11562
11562
  var _h = _vm.$createElement;
11563
11563
  var _c = _vm._self._c || _h;
@@ -11570,17 +11570,17 @@ var __vue_render__$18 = function () {
11570
11570
  _vm._v("\n " + _vm._s(_vm.description) + "\n"),
11571
11571
  ])
11572
11572
  };
11573
- var __vue_staticRenderFns__$18 = [];
11574
- __vue_render__$18._withStripped = true;
11573
+ var __vue_staticRenderFns__$19 = [];
11574
+ __vue_render__$19._withStripped = true;
11575
11575
 
11576
11576
  /* style */
11577
- const __vue_inject_styles__$18 = undefined;
11577
+ const __vue_inject_styles__$19 = undefined;
11578
11578
  /* scoped */
11579
- const __vue_scope_id__$18 = undefined;
11579
+ const __vue_scope_id__$19 = undefined;
11580
11580
  /* module identifier */
11581
- const __vue_module_identifier__$18 = undefined;
11581
+ const __vue_module_identifier__$19 = undefined;
11582
11582
  /* functional template */
11583
- const __vue_is_functional_template__$18 = false;
11583
+ const __vue_is_functional_template__$19 = false;
11584
11584
  /* style inject */
11585
11585
 
11586
11586
  /* style inject SSR */
@@ -11589,13 +11589,13 @@ __vue_render__$18._withStripped = true;
11589
11589
 
11590
11590
 
11591
11591
 
11592
- const __vue_component__$18 = /*#__PURE__*/normalizeComponent(
11593
- { render: __vue_render__$18, staticRenderFns: __vue_staticRenderFns__$18 },
11594
- __vue_inject_styles__$18,
11595
- __vue_script__$18,
11596
- __vue_scope_id__$18,
11597
- __vue_is_functional_template__$18,
11598
- __vue_module_identifier__$18,
11592
+ const __vue_component__$19 = /*#__PURE__*/normalizeComponent(
11593
+ { render: __vue_render__$19, staticRenderFns: __vue_staticRenderFns__$19 },
11594
+ __vue_inject_styles__$19,
11595
+ __vue_script__$19,
11596
+ __vue_scope_id__$19,
11597
+ __vue_is_functional_template__$19,
11598
+ __vue_module_identifier__$19,
11599
11599
  false,
11600
11600
  undefined,
11601
11601
  undefined,
@@ -11651,13 +11651,13 @@ __decorate([
11651
11651
  SearchBoxProductPrice = __decorate([
11652
11652
  Component
11653
11653
  ], SearchBoxProductPrice);
11654
- var script$16 = SearchBoxProductPrice;
11654
+ var script$17 = SearchBoxProductPrice;
11655
11655
 
11656
11656
  /* script */
11657
- const __vue_script__$17 = script$16;
11657
+ const __vue_script__$18 = script$17;
11658
11658
 
11659
11659
  /* template */
11660
- var __vue_render__$17 = function () {
11660
+ var __vue_render__$18 = function () {
11661
11661
  var _vm = this;
11662
11662
  var _h = _vm.$createElement;
11663
11663
  var _c = _vm._self._c || _h;
@@ -11665,17 +11665,17 @@ var __vue_render__$17 = function () {
11665
11665
  _c("strong", [_vm._v(_vm._s(_vm.price))]),
11666
11666
  ])
11667
11667
  };
11668
- var __vue_staticRenderFns__$17 = [];
11669
- __vue_render__$17._withStripped = true;
11668
+ var __vue_staticRenderFns__$18 = [];
11669
+ __vue_render__$18._withStripped = true;
11670
11670
 
11671
11671
  /* style */
11672
- const __vue_inject_styles__$17 = undefined;
11672
+ const __vue_inject_styles__$18 = undefined;
11673
11673
  /* scoped */
11674
- const __vue_scope_id__$17 = undefined;
11674
+ const __vue_scope_id__$18 = undefined;
11675
11675
  /* module identifier */
11676
- const __vue_module_identifier__$17 = undefined;
11676
+ const __vue_module_identifier__$18 = undefined;
11677
11677
  /* functional template */
11678
- const __vue_is_functional_template__$17 = false;
11678
+ const __vue_is_functional_template__$18 = false;
11679
11679
  /* style inject */
11680
11680
 
11681
11681
  /* style inject SSR */
@@ -11684,13 +11684,13 @@ __vue_render__$17._withStripped = true;
11684
11684
 
11685
11685
 
11686
11686
 
11687
- const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11688
- { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11689
- __vue_inject_styles__$17,
11690
- __vue_script__$17,
11691
- __vue_scope_id__$17,
11692
- __vue_is_functional_template__$17,
11693
- __vue_module_identifier__$17,
11687
+ const __vue_component__$18 = /*#__PURE__*/normalizeComponent(
11688
+ { render: __vue_render__$18, staticRenderFns: __vue_staticRenderFns__$18 },
11689
+ __vue_inject_styles__$18,
11690
+ __vue_script__$18,
11691
+ __vue_scope_id__$18,
11692
+ __vue_is_functional_template__$18,
11693
+ __vue_module_identifier__$18,
11694
11694
  false,
11695
11695
  undefined,
11696
11696
  undefined,
@@ -11715,13 +11715,13 @@ __decorate([
11715
11715
  SearchBoxProductRegularPrice = __decorate([
11716
11716
  Component
11717
11717
  ], SearchBoxProductRegularPrice);
11718
- var script$15 = SearchBoxProductRegularPrice;
11718
+ var script$16 = SearchBoxProductRegularPrice;
11719
11719
 
11720
11720
  /* script */
11721
- const __vue_script__$16 = script$15;
11721
+ const __vue_script__$17 = script$16;
11722
11722
 
11723
11723
  /* template */
11724
- var __vue_render__$16 = function () {
11724
+ var __vue_render__$17 = function () {
11725
11725
  var _vm = this;
11726
11726
  var _h = _vm.$createElement;
11727
11727
  var _c = _vm._self._c || _h;
@@ -11729,17 +11729,17 @@ var __vue_render__$16 = function () {
11729
11729
  _vm._v(_vm._s(_vm.price)),
11730
11730
  ])
11731
11731
  };
11732
- var __vue_staticRenderFns__$16 = [];
11733
- __vue_render__$16._withStripped = true;
11732
+ var __vue_staticRenderFns__$17 = [];
11733
+ __vue_render__$17._withStripped = true;
11734
11734
 
11735
11735
  /* style */
11736
- const __vue_inject_styles__$16 = undefined;
11736
+ const __vue_inject_styles__$17 = undefined;
11737
11737
  /* scoped */
11738
- const __vue_scope_id__$16 = undefined;
11738
+ const __vue_scope_id__$17 = undefined;
11739
11739
  /* module identifier */
11740
- const __vue_module_identifier__$16 = undefined;
11740
+ const __vue_module_identifier__$17 = undefined;
11741
11741
  /* functional template */
11742
- const __vue_is_functional_template__$16 = false;
11742
+ const __vue_is_functional_template__$17 = false;
11743
11743
  /* style inject */
11744
11744
 
11745
11745
  /* style inject SSR */
@@ -11748,13 +11748,13 @@ __vue_render__$16._withStripped = true;
11748
11748
 
11749
11749
 
11750
11750
 
11751
- const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11752
- { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11753
- __vue_inject_styles__$16,
11754
- __vue_script__$16,
11755
- __vue_scope_id__$16,
11756
- __vue_is_functional_template__$16,
11757
- __vue_module_identifier__$16,
11751
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11752
+ { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11753
+ __vue_inject_styles__$17,
11754
+ __vue_script__$17,
11755
+ __vue_scope_id__$17,
11756
+ __vue_is_functional_template__$17,
11757
+ __vue_module_identifier__$17,
11758
11758
  false,
11759
11759
  undefined,
11760
11760
  undefined,
@@ -11785,13 +11785,13 @@ __decorate([
11785
11785
  SearchBoxProductCustom = __decorate([
11786
11786
  Component
11787
11787
  ], SearchBoxProductCustom);
11788
- var script$14 = SearchBoxProductCustom;
11788
+ var script$15 = SearchBoxProductCustom;
11789
11789
 
11790
11790
  /* script */
11791
- const __vue_script__$15 = script$14;
11791
+ const __vue_script__$16 = script$15;
11792
11792
 
11793
11793
  /* template */
11794
- var __vue_render__$15 = function () {
11794
+ var __vue_render__$16 = function () {
11795
11795
  var _vm = this;
11796
11796
  var _h = _vm.$createElement;
11797
11797
  var _c = _vm._self._c || _h;
@@ -11814,17 +11814,17 @@ var __vue_render__$15 = function () {
11814
11814
  ]),
11815
11815
  ])
11816
11816
  };
11817
- var __vue_staticRenderFns__$15 = [];
11818
- __vue_render__$15._withStripped = true;
11817
+ var __vue_staticRenderFns__$16 = [];
11818
+ __vue_render__$16._withStripped = true;
11819
11819
 
11820
11820
  /* style */
11821
- const __vue_inject_styles__$15 = undefined;
11821
+ const __vue_inject_styles__$16 = undefined;
11822
11822
  /* scoped */
11823
- const __vue_scope_id__$15 = undefined;
11823
+ const __vue_scope_id__$16 = undefined;
11824
11824
  /* module identifier */
11825
- const __vue_module_identifier__$15 = undefined;
11825
+ const __vue_module_identifier__$16 = undefined;
11826
11826
  /* functional template */
11827
- const __vue_is_functional_template__$15 = false;
11827
+ const __vue_is_functional_template__$16 = false;
11828
11828
  /* style inject */
11829
11829
 
11830
11830
  /* style inject SSR */
@@ -11833,13 +11833,13 @@ __vue_render__$15._withStripped = true;
11833
11833
 
11834
11834
 
11835
11835
 
11836
- const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11837
- { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11838
- __vue_inject_styles__$15,
11839
- __vue_script__$15,
11840
- __vue_scope_id__$15,
11841
- __vue_is_functional_template__$15,
11842
- __vue_module_identifier__$15,
11836
+ const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11837
+ { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11838
+ __vue_inject_styles__$16,
11839
+ __vue_script__$16,
11840
+ __vue_scope_id__$16,
11841
+ __vue_is_functional_template__$16,
11842
+ __vue_module_identifier__$16,
11843
11843
  false,
11844
11844
  undefined,
11845
11845
  undefined,
@@ -11865,13 +11865,13 @@ SearchBoxProductCustomHtml = __decorate([
11865
11865
  name: "SearchBoxProductCustomHtml",
11866
11866
  })
11867
11867
  ], SearchBoxProductCustomHtml);
11868
- var script$13 = SearchBoxProductCustomHtml;
11868
+ var script$14 = SearchBoxProductCustomHtml;
11869
11869
 
11870
11870
  /* script */
11871
- const __vue_script__$14 = script$13;
11871
+ const __vue_script__$15 = script$14;
11872
11872
 
11873
11873
  /* template */
11874
- var __vue_render__$14 = function () {
11874
+ var __vue_render__$15 = function () {
11875
11875
  var _vm = this;
11876
11876
  var _h = _vm.$createElement;
11877
11877
  var _c = _vm._self._c || _h;
@@ -11880,17 +11880,17 @@ var __vue_render__$14 = function () {
11880
11880
  domProps: { innerHTML: _vm._s(_vm.text) },
11881
11881
  })
11882
11882
  };
11883
- var __vue_staticRenderFns__$14 = [];
11884
- __vue_render__$14._withStripped = true;
11883
+ var __vue_staticRenderFns__$15 = [];
11884
+ __vue_render__$15._withStripped = true;
11885
11885
 
11886
11886
  /* style */
11887
- const __vue_inject_styles__$14 = undefined;
11887
+ const __vue_inject_styles__$15 = undefined;
11888
11888
  /* scoped */
11889
- const __vue_scope_id__$14 = undefined;
11889
+ const __vue_scope_id__$15 = undefined;
11890
11890
  /* module identifier */
11891
- const __vue_module_identifier__$14 = undefined;
11891
+ const __vue_module_identifier__$15 = undefined;
11892
11892
  /* functional template */
11893
- const __vue_is_functional_template__$14 = false;
11893
+ const __vue_is_functional_template__$15 = false;
11894
11894
  /* style inject */
11895
11895
 
11896
11896
  /* style inject SSR */
@@ -11899,13 +11899,13 @@ __vue_render__$14._withStripped = true;
11899
11899
 
11900
11900
 
11901
11901
 
11902
- const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
11903
- { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
11904
- __vue_inject_styles__$14,
11905
- __vue_script__$14,
11906
- __vue_scope_id__$14,
11907
- __vue_is_functional_template__$14,
11908
- __vue_module_identifier__$14,
11902
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11903
+ { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11904
+ __vue_inject_styles__$15,
11905
+ __vue_script__$15,
11906
+ __vue_scope_id__$15,
11907
+ __vue_is_functional_template__$15,
11908
+ __vue_module_identifier__$15,
11909
11909
  false,
11910
11910
  undefined,
11911
11911
  undefined,
@@ -11922,10 +11922,12 @@ var DocumentElementType;
11922
11922
  DocumentElementType["PRICE"] = "price";
11923
11923
  DocumentElementType["REGULARPRICE"] = "regularPrice";
11924
11924
  DocumentElementType["RATING"] = "rating";
11925
+ DocumentElementType["SINGLE_STAR_RATING"] = "singleStarRating";
11925
11926
  DocumentElementType["ADDTOCART"] = "addToCart";
11926
11927
  DocumentElementType["CUSTOM_HTML"] = "customHtml";
11927
11928
  })(DocumentElementType || (DocumentElementType = {}));
11928
11929
 
11930
+ const dynamicData$4 = namespace("dynamicData");
11929
11931
  let SearchBoxProductElement = class SearchBoxProductElement extends Vue$1 {
11930
11932
  get elementComponent() {
11931
11933
  switch (this.element.type) {
@@ -11949,6 +11951,17 @@ let SearchBoxProductElement = class SearchBoxProductElement extends Vue$1 {
11949
11951
  get displayElement() {
11950
11952
  return this.element.display ? this.element.display(this.item) : true;
11951
11953
  }
11954
+ get isLoadingDynamicData() {
11955
+ return Boolean(this.element.dynamic && this.loading);
11956
+ }
11957
+ get enhancedItem() {
11958
+ var _a, _b, _c, _d;
11959
+ if (!((_a = this.item) === null || _a === void 0 ? void 0 : _a.id)) {
11960
+ return this.item;
11961
+ }
11962
+ 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 : {};
11963
+ return Object.assign(Object.assign({}, this.item), enhancementData);
11964
+ }
11952
11965
  };
11953
11966
  __decorate([
11954
11967
  Prop()
@@ -11959,47 +11972,58 @@ __decorate([
11959
11972
  __decorate([
11960
11973
  Prop()
11961
11974
  ], SearchBoxProductElement.prototype, "labels", void 0);
11975
+ __decorate([
11976
+ dynamicData$4.State("loading")
11977
+ ], SearchBoxProductElement.prototype, "loading", void 0);
11978
+ __decorate([
11979
+ dynamicData$4.State("dynamicDataIdMap")
11980
+ ], SearchBoxProductElement.prototype, "dynamicDataIdMap", void 0);
11962
11981
  SearchBoxProductElement = __decorate([
11963
11982
  Component({
11964
11983
  components: {
11965
- SearchBoxProductImage: __vue_component__$1a,
11966
- SearchBoxProductTitle: __vue_component__$19,
11967
- SearchBoxProductDescription: __vue_component__$18,
11968
- SearchBoxProductPrice: __vue_component__$17,
11969
- SearchBoxProductRegularPrice: __vue_component__$16,
11970
- SearchBoxProductCustom: __vue_component__$15,
11971
- SearchBoxProductCustomHtml: __vue_component__$14,
11984
+ SearchBoxProductImage: __vue_component__$1b,
11985
+ SearchBoxProductTitle: __vue_component__$1a,
11986
+ SearchBoxProductDescription: __vue_component__$19,
11987
+ SearchBoxProductPrice: __vue_component__$18,
11988
+ SearchBoxProductRegularPrice: __vue_component__$17,
11989
+ SearchBoxProductCustom: __vue_component__$16,
11990
+ SearchBoxProductCustomHtml: __vue_component__$15,
11972
11991
  },
11973
11992
  })
11974
11993
  ], SearchBoxProductElement);
11975
- var script$12 = SearchBoxProductElement;
11994
+ var script$13 = SearchBoxProductElement;
11976
11995
 
11977
11996
  /* script */
11978
- const __vue_script__$13 = script$12;
11997
+ const __vue_script__$14 = script$13;
11979
11998
 
11980
11999
  /* template */
11981
- var __vue_render__$13 = function () {
12000
+ var __vue_render__$14 = function () {
11982
12001
  var _vm = this;
11983
12002
  var _h = _vm.$createElement;
11984
12003
  var _c = _vm._self._c || _h;
11985
12004
  return _vm.displayElement
11986
12005
  ? _c(_vm.elementComponent, {
11987
12006
  tag: "search-box-element",
11988
- attrs: { item: _vm.item, options: _vm.element, labels: _vm.labels },
12007
+ class: { "lupa-loading-dynamic-data": _vm.isLoadingDynamicData },
12008
+ attrs: {
12009
+ item: _vm.enhancedItem,
12010
+ options: _vm.element,
12011
+ labels: _vm.labels,
12012
+ },
11989
12013
  })
11990
12014
  : _vm._e()
11991
12015
  };
11992
- var __vue_staticRenderFns__$13 = [];
11993
- __vue_render__$13._withStripped = true;
12016
+ var __vue_staticRenderFns__$14 = [];
12017
+ __vue_render__$14._withStripped = true;
11994
12018
 
11995
12019
  /* style */
11996
- const __vue_inject_styles__$13 = undefined;
12020
+ const __vue_inject_styles__$14 = undefined;
11997
12021
  /* scoped */
11998
- const __vue_scope_id__$13 = undefined;
12022
+ const __vue_scope_id__$14 = undefined;
11999
12023
  /* module identifier */
12000
- const __vue_module_identifier__$13 = undefined;
12024
+ const __vue_module_identifier__$14 = undefined;
12001
12025
  /* functional template */
12002
- const __vue_is_functional_template__$13 = false;
12026
+ const __vue_is_functional_template__$14 = false;
12003
12027
  /* style inject */
12004
12028
 
12005
12029
  /* style inject SSR */
@@ -12008,13 +12032,13 @@ __vue_render__$13._withStripped = true;
12008
12032
 
12009
12033
 
12010
12034
 
12011
- const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
12012
- { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
12013
- __vue_inject_styles__$13,
12014
- __vue_script__$13,
12015
- __vue_scope_id__$13,
12016
- __vue_is_functional_template__$13,
12017
- __vue_module_identifier__$13,
12035
+ const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
12036
+ { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
12037
+ __vue_inject_styles__$14,
12038
+ __vue_script__$14,
12039
+ __vue_scope_id__$14,
12040
+ __vue_is_functional_template__$14,
12041
+ __vue_module_identifier__$14,
12018
12042
  false,
12019
12043
  undefined,
12020
12044
  undefined,
@@ -12063,7 +12087,8 @@ const CURRENCY_KEY_INDICATOR = "price";
12063
12087
  const DEFAULT_PAGE_SIZE = 12;
12064
12088
  const DEFAULT_PAGE_SIZE_SELECTION = [12, 24, 36, 60];
12065
12089
  const LUPA_ROUTING_EVENT = "lupaRedirect";
12066
- const DEFAULT_CONTAINER_STYLE = "containerStyle.css";
12090
+ const DEFAULT_CONTAINER_STYLE = "containerStyle.css";
12091
+ const RATING_STAR_HTML = "☆";
12067
12092
 
12068
12093
  const formatRange = (filter) => {
12069
12094
  var _a, _b;
@@ -12437,17 +12462,17 @@ __decorate([
12437
12462
  SearchBoxProduct = __decorate([
12438
12463
  Component({
12439
12464
  components: {
12440
- SearchBoxProductElement: __vue_component__$13,
12465
+ SearchBoxProductElement: __vue_component__$14,
12441
12466
  },
12442
12467
  })
12443
12468
  ], SearchBoxProduct);
12444
- var script$11 = SearchBoxProduct;
12469
+ var script$12 = SearchBoxProduct;
12445
12470
 
12446
12471
  /* script */
12447
- const __vue_script__$12 = script$11;
12472
+ const __vue_script__$13 = script$12;
12448
12473
 
12449
12474
  /* template */
12450
- var __vue_render__$12 = function () {
12475
+ var __vue_render__$13 = function () {
12451
12476
  var _vm = this;
12452
12477
  var _h = _vm.$createElement;
12453
12478
  var _c = _vm._self._c || _h;
@@ -12498,17 +12523,17 @@ var __vue_render__$12 = function () {
12498
12523
  ]
12499
12524
  )
12500
12525
  };
12501
- var __vue_staticRenderFns__$12 = [];
12502
- __vue_render__$12._withStripped = true;
12526
+ var __vue_staticRenderFns__$13 = [];
12527
+ __vue_render__$13._withStripped = true;
12503
12528
 
12504
12529
  /* style */
12505
- const __vue_inject_styles__$12 = undefined;
12530
+ const __vue_inject_styles__$13 = undefined;
12506
12531
  /* scoped */
12507
- const __vue_scope_id__$12 = undefined;
12532
+ const __vue_scope_id__$13 = undefined;
12508
12533
  /* module identifier */
12509
- const __vue_module_identifier__$12 = undefined;
12534
+ const __vue_module_identifier__$13 = undefined;
12510
12535
  /* functional template */
12511
- const __vue_is_functional_template__$12 = false;
12536
+ const __vue_is_functional_template__$13 = false;
12512
12537
  /* style inject */
12513
12538
 
12514
12539
  /* style inject SSR */
@@ -12517,13 +12542,13 @@ __vue_render__$12._withStripped = true;
12517
12542
 
12518
12543
 
12519
12544
 
12520
- const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
12521
- { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
12522
- __vue_inject_styles__$12,
12523
- __vue_script__$12,
12524
- __vue_scope_id__$12,
12525
- __vue_is_functional_template__$12,
12526
- __vue_module_identifier__$12,
12545
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
12546
+ { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
12547
+ __vue_inject_styles__$13,
12548
+ __vue_script__$13,
12549
+ __vue_scope_id__$13,
12550
+ __vue_is_functional_template__$13,
12551
+ __vue_module_identifier__$13,
12527
12552
  false,
12528
12553
  undefined,
12529
12554
  undefined,
@@ -12557,16 +12582,16 @@ __decorate([
12557
12582
  ], SearchBoxProducts.prototype, "highlightedItem", void 0);
12558
12583
  SearchBoxProducts = __decorate([
12559
12584
  Component({
12560
- components: { SearchBoxProduct: __vue_component__$12 },
12585
+ components: { SearchBoxProduct: __vue_component__$13 },
12561
12586
  })
12562
12587
  ], SearchBoxProducts);
12563
- var script$10 = SearchBoxProducts;
12588
+ var script$11 = SearchBoxProducts;
12564
12589
 
12565
12590
  /* script */
12566
- const __vue_script__$11 = script$10;
12591
+ const __vue_script__$12 = script$11;
12567
12592
 
12568
12593
  /* template */
12569
- var __vue_render__$11 = function () {
12594
+ var __vue_render__$12 = function () {
12570
12595
  var _vm = this;
12571
12596
  var _h = _vm.$createElement;
12572
12597
  var _c = _vm._self._c || _h;
@@ -12593,17 +12618,17 @@ var __vue_render__$11 = function () {
12593
12618
  1
12594
12619
  )
12595
12620
  };
12596
- var __vue_staticRenderFns__$11 = [];
12597
- __vue_render__$11._withStripped = true;
12621
+ var __vue_staticRenderFns__$12 = [];
12622
+ __vue_render__$12._withStripped = true;
12598
12623
 
12599
12624
  /* style */
12600
- const __vue_inject_styles__$11 = undefined;
12625
+ const __vue_inject_styles__$12 = undefined;
12601
12626
  /* scoped */
12602
- const __vue_scope_id__$11 = undefined;
12627
+ const __vue_scope_id__$12 = undefined;
12603
12628
  /* module identifier */
12604
- const __vue_module_identifier__$11 = undefined;
12629
+ const __vue_module_identifier__$12 = undefined;
12605
12630
  /* functional template */
12606
- const __vue_is_functional_template__$11 = false;
12631
+ const __vue_is_functional_template__$12 = false;
12607
12632
  /* style inject */
12608
12633
 
12609
12634
  /* style inject SSR */
@@ -12612,13 +12637,13 @@ __vue_render__$11._withStripped = true;
12612
12637
 
12613
12638
 
12614
12639
 
12615
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
12616
- { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
12617
- __vue_inject_styles__$11,
12618
- __vue_script__$11,
12619
- __vue_scope_id__$11,
12620
- __vue_is_functional_template__$11,
12621
- __vue_module_identifier__$11,
12640
+ const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
12641
+ { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
12642
+ __vue_inject_styles__$12,
12643
+ __vue_script__$12,
12644
+ __vue_scope_id__$12,
12645
+ __vue_is_functional_template__$12,
12646
+ __vue_module_identifier__$12,
12622
12647
  false,
12623
12648
  undefined,
12624
12649
  undefined,
@@ -12626,10 +12651,12 @@ __vue_render__$11._withStripped = true;
12626
12651
  );
12627
12652
 
12628
12653
  const searchBox$8 = namespace("searchBox");
12654
+ const dynamicData$3 = namespace("dynamicData");
12629
12655
  let SearchBoxProductsWrapper = class SearchBoxProductsWrapper extends Vue$1 {
12630
12656
  constructor() {
12631
12657
  super(...arguments);
12632
12658
  this.getItemsDebounced = debounce(this.getItems, this.debounce);
12659
+ this.enhanceDataDebounced = debounce(this.enhancePanelData, this.debounce);
12633
12660
  }
12634
12661
  get searchResult() {
12635
12662
  var _a;
@@ -12641,6 +12668,11 @@ let SearchBoxProductsWrapper = class SearchBoxProductsWrapper extends Vue$1 {
12641
12668
  onInputChange() {
12642
12669
  this.getItemsDebounced();
12643
12670
  }
12671
+ enhancePanelData() {
12672
+ return __awaiter$1(this, void 0, void 0, function* () {
12673
+ yield this.enhanceData({ result: this.searchResult, mode: "searchBox" });
12674
+ });
12675
+ }
12644
12676
  getItems() {
12645
12677
  this.queryDocuments({
12646
12678
  queryKey: this.panel.queryKey,
@@ -12654,6 +12686,7 @@ let SearchBoxProductsWrapper = class SearchBoxProductsWrapper extends Vue$1 {
12654
12686
  items: result.items,
12655
12687
  type: this.panel.type,
12656
12688
  });
12689
+ this.enhanceDataDebounced();
12657
12690
  });
12658
12691
  }
12659
12692
  };
@@ -12678,6 +12711,9 @@ __decorate([
12678
12711
  __decorate([
12679
12712
  searchBox$8.Action("queryDocuments")
12680
12713
  ], SearchBoxProductsWrapper.prototype, "queryDocuments", void 0);
12714
+ __decorate([
12715
+ dynamicData$3.Action("enhanceSearchResultsWithDynamicData")
12716
+ ], SearchBoxProductsWrapper.prototype, "enhanceData", void 0);
12681
12717
  __decorate([
12682
12718
  Watch("inputValue")
12683
12719
  ], SearchBoxProductsWrapper.prototype, "onInputChange", null);
@@ -12685,17 +12721,17 @@ SearchBoxProductsWrapper = __decorate([
12685
12721
  Component({
12686
12722
  name: "searchBoxProductsWrapper",
12687
12723
  components: {
12688
- SearchBoxProducts: __vue_component__$11,
12724
+ SearchBoxProducts: __vue_component__$12,
12689
12725
  },
12690
12726
  })
12691
12727
  ], SearchBoxProductsWrapper);
12692
- var script$$ = SearchBoxProductsWrapper;
12728
+ var script$10 = SearchBoxProductsWrapper;
12693
12729
 
12694
12730
  /* script */
12695
- const __vue_script__$10 = script$$;
12731
+ const __vue_script__$11 = script$10;
12696
12732
 
12697
12733
  /* template */
12698
- var __vue_render__$10 = function () {
12734
+ var __vue_render__$11 = function () {
12699
12735
  var _vm = this;
12700
12736
  var _h = _vm.$createElement;
12701
12737
  var _c = _vm._self._c || _h;
@@ -12713,34 +12749,34 @@ var __vue_render__$10 = function () {
12713
12749
  },
12714
12750
  })
12715
12751
  };
12716
- var __vue_staticRenderFns__$10 = [];
12717
- __vue_render__$10._withStripped = true;
12752
+ var __vue_staticRenderFns__$11 = [];
12753
+ __vue_render__$11._withStripped = true;
12718
12754
 
12719
12755
  /* style */
12720
- const __vue_inject_styles__$10 = function (inject) {
12756
+ const __vue_inject_styles__$11 = function (inject) {
12721
12757
  if (!inject) return
12722
- 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 });
12758
+ 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 });
12723
12759
 
12724
12760
  };
12725
12761
  /* scoped */
12726
- const __vue_scope_id__$10 = undefined;
12762
+ const __vue_scope_id__$11 = undefined;
12727
12763
  /* module identifier */
12728
- const __vue_module_identifier__$10 = undefined;
12764
+ const __vue_module_identifier__$11 = undefined;
12729
12765
  /* functional template */
12730
- const __vue_is_functional_template__$10 = false;
12766
+ const __vue_is_functional_template__$11 = false;
12731
12767
  /* style inject SSR */
12732
12768
 
12733
12769
  /* style inject shadow dom */
12734
12770
 
12735
12771
 
12736
12772
 
12737
- const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
12738
- { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
12739
- __vue_inject_styles__$10,
12740
- __vue_script__$10,
12741
- __vue_scope_id__$10,
12742
- __vue_is_functional_template__$10,
12743
- __vue_module_identifier__$10,
12773
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
12774
+ { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
12775
+ __vue_inject_styles__$11,
12776
+ __vue_script__$11,
12777
+ __vue_scope_id__$11,
12778
+ __vue_is_functional_template__$11,
12779
+ __vue_module_identifier__$11,
12744
12780
  false,
12745
12781
  createInjector,
12746
12782
  undefined,
@@ -12785,13 +12821,13 @@ SearchBoxSuggestion = __decorate([
12785
12821
  name: "searchBoxSuggestion",
12786
12822
  })
12787
12823
  ], SearchBoxSuggestion);
12788
- var script$_ = SearchBoxSuggestion;
12824
+ var script$$ = SearchBoxSuggestion;
12789
12825
 
12790
12826
  /* script */
12791
- const __vue_script__$$ = script$_;
12827
+ const __vue_script__$10 = script$$;
12792
12828
 
12793
12829
  /* template */
12794
- var __vue_render__$$ = function () {
12830
+ var __vue_render__$10 = function () {
12795
12831
  var _vm = this;
12796
12832
  var _h = _vm.$createElement;
12797
12833
  var _c = _vm._self._c || _h;
@@ -12851,17 +12887,17 @@ var __vue_render__$$ = function () {
12851
12887
  ]
12852
12888
  )
12853
12889
  };
12854
- var __vue_staticRenderFns__$$ = [];
12855
- __vue_render__$$._withStripped = true;
12890
+ var __vue_staticRenderFns__$10 = [];
12891
+ __vue_render__$10._withStripped = true;
12856
12892
 
12857
12893
  /* style */
12858
- const __vue_inject_styles__$$ = undefined;
12894
+ const __vue_inject_styles__$10 = undefined;
12859
12895
  /* scoped */
12860
- const __vue_scope_id__$$ = undefined;
12896
+ const __vue_scope_id__$10 = undefined;
12861
12897
  /* module identifier */
12862
- const __vue_module_identifier__$$ = undefined;
12898
+ const __vue_module_identifier__$10 = undefined;
12863
12899
  /* functional template */
12864
- const __vue_is_functional_template__$$ = false;
12900
+ const __vue_is_functional_template__$10 = false;
12865
12901
  /* style inject */
12866
12902
 
12867
12903
  /* style inject SSR */
@@ -12870,13 +12906,13 @@ __vue_render__$$._withStripped = true;
12870
12906
 
12871
12907
 
12872
12908
 
12873
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
12874
- { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
12875
- __vue_inject_styles__$$,
12876
- __vue_script__$$,
12877
- __vue_scope_id__$$,
12878
- __vue_is_functional_template__$$,
12879
- __vue_module_identifier__$$,
12909
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
12910
+ { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
12911
+ __vue_inject_styles__$10,
12912
+ __vue_script__$10,
12913
+ __vue_scope_id__$10,
12914
+ __vue_is_functional_template__$10,
12915
+ __vue_module_identifier__$10,
12880
12916
  false,
12881
12917
  undefined,
12882
12918
  undefined,
@@ -12941,17 +12977,17 @@ SearchBoxSuggestions = __decorate([
12941
12977
  Component({
12942
12978
  name: "searchBoxSuggestions",
12943
12979
  components: {
12944
- SearchBoxSuggestion: __vue_component__$$,
12980
+ SearchBoxSuggestion: __vue_component__$10,
12945
12981
  },
12946
12982
  })
12947
12983
  ], SearchBoxSuggestions);
12948
- var script$Z = SearchBoxSuggestions;
12984
+ var script$_ = SearchBoxSuggestions;
12949
12985
 
12950
12986
  /* script */
12951
- const __vue_script__$_ = script$Z;
12987
+ const __vue_script__$$ = script$_;
12952
12988
 
12953
12989
  /* template */
12954
- var __vue_render__$_ = function () {
12990
+ var __vue_render__$$ = function () {
12955
12991
  var _vm = this;
12956
12992
  var _h = _vm.$createElement;
12957
12993
  var _c = _vm._self._c || _h;
@@ -12982,17 +13018,17 @@ var __vue_render__$_ = function () {
12982
13018
  1
12983
13019
  )
12984
13020
  };
12985
- var __vue_staticRenderFns__$_ = [];
12986
- __vue_render__$_._withStripped = true;
13021
+ var __vue_staticRenderFns__$$ = [];
13022
+ __vue_render__$$._withStripped = true;
12987
13023
 
12988
13024
  /* style */
12989
- const __vue_inject_styles__$_ = undefined;
13025
+ const __vue_inject_styles__$$ = undefined;
12990
13026
  /* scoped */
12991
- const __vue_scope_id__$_ = undefined;
13027
+ const __vue_scope_id__$$ = undefined;
12992
13028
  /* module identifier */
12993
- const __vue_module_identifier__$_ = undefined;
13029
+ const __vue_module_identifier__$$ = undefined;
12994
13030
  /* functional template */
12995
- const __vue_is_functional_template__$_ = false;
13031
+ const __vue_is_functional_template__$$ = false;
12996
13032
  /* style inject */
12997
13033
 
12998
13034
  /* style inject SSR */
@@ -13001,13 +13037,13 @@ __vue_render__$_._withStripped = true;
13001
13037
 
13002
13038
 
13003
13039
 
13004
- const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
13005
- { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
13006
- __vue_inject_styles__$_,
13007
- __vue_script__$_,
13008
- __vue_scope_id__$_,
13009
- __vue_is_functional_template__$_,
13010
- __vue_module_identifier__$_,
13040
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
13041
+ { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
13042
+ __vue_inject_styles__$$,
13043
+ __vue_script__$$,
13044
+ __vue_scope_id__$$,
13045
+ __vue_is_functional_template__$$,
13046
+ __vue_module_identifier__$$,
13011
13047
  false,
13012
13048
  undefined,
13013
13049
  undefined,
@@ -13076,17 +13112,17 @@ SearchBoxSuggestionsWrapper = __decorate([
13076
13112
  Component({
13077
13113
  name: "searchBoxSuggestionsWrapper",
13078
13114
  components: {
13079
- SearchBoxSuggestions: __vue_component__$_,
13115
+ SearchBoxSuggestions: __vue_component__$$,
13080
13116
  },
13081
13117
  })
13082
13118
  ], SearchBoxSuggestionsWrapper);
13083
- var script$Y = SearchBoxSuggestionsWrapper;
13119
+ var script$Z = SearchBoxSuggestionsWrapper;
13084
13120
 
13085
13121
  /* script */
13086
- const __vue_script__$Z = script$Y;
13122
+ const __vue_script__$_ = script$Z;
13087
13123
 
13088
13124
  /* template */
13089
- var __vue_render__$Z = function () {
13125
+ var __vue_render__$_ = function () {
13090
13126
  var _vm = this;
13091
13127
  var _h = _vm.$createElement;
13092
13128
  var _c = _vm._self._c || _h;
@@ -13104,34 +13140,34 @@ var __vue_render__$Z = function () {
13104
13140
  },
13105
13141
  })
13106
13142
  };
13107
- var __vue_staticRenderFns__$Z = [];
13108
- __vue_render__$Z._withStripped = true;
13143
+ var __vue_staticRenderFns__$_ = [];
13144
+ __vue_render__$_._withStripped = true;
13109
13145
 
13110
13146
  /* style */
13111
- const __vue_inject_styles__$Z = function (inject) {
13147
+ const __vue_inject_styles__$_ = function (inject) {
13112
13148
  if (!inject) return
13113
13149
  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 });
13114
13150
 
13115
13151
  };
13116
13152
  /* scoped */
13117
- const __vue_scope_id__$Z = undefined;
13153
+ const __vue_scope_id__$_ = undefined;
13118
13154
  /* module identifier */
13119
- const __vue_module_identifier__$Z = undefined;
13155
+ const __vue_module_identifier__$_ = undefined;
13120
13156
  /* functional template */
13121
- const __vue_is_functional_template__$Z = false;
13157
+ const __vue_is_functional_template__$_ = false;
13122
13158
  /* style inject SSR */
13123
13159
 
13124
13160
  /* style inject shadow dom */
13125
13161
 
13126
13162
 
13127
13163
 
13128
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
13129
- { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
13130
- __vue_inject_styles__$Z,
13131
- __vue_script__$Z,
13132
- __vue_scope_id__$Z,
13133
- __vue_is_functional_template__$Z,
13134
- __vue_module_identifier__$Z,
13164
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
13165
+ { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
13166
+ __vue_inject_styles__$_,
13167
+ __vue_script__$_,
13168
+ __vue_scope_id__$_,
13169
+ __vue_is_functional_template__$_,
13170
+ __vue_module_identifier__$_,
13135
13171
  false,
13136
13172
  createInjector,
13137
13173
  undefined,
@@ -13170,13 +13206,13 @@ SearchBoxMoreResults = __decorate([
13170
13206
  name: "searchBoxMoreResults",
13171
13207
  })
13172
13208
  ], SearchBoxMoreResults);
13173
- var script$X = SearchBoxMoreResults;
13209
+ var script$Y = SearchBoxMoreResults;
13174
13210
 
13175
13211
  /* script */
13176
- const __vue_script__$Y = script$X;
13212
+ const __vue_script__$Z = script$Y;
13177
13213
 
13178
13214
  /* template */
13179
- var __vue_render__$Y = function () {
13215
+ var __vue_render__$Z = function () {
13180
13216
  var _vm = this;
13181
13217
  var _h = _vm.$createElement;
13182
13218
  var _c = _vm._self._c || _h;
@@ -13190,17 +13226,17 @@ var __vue_render__$Y = function () {
13190
13226
  [_vm._v(_vm._s(_vm.labels.moreResults) + " " + _vm._s(_vm.totalCount))]
13191
13227
  )
13192
13228
  };
13193
- var __vue_staticRenderFns__$Y = [];
13194
- __vue_render__$Y._withStripped = true;
13229
+ var __vue_staticRenderFns__$Z = [];
13230
+ __vue_render__$Z._withStripped = true;
13195
13231
 
13196
13232
  /* style */
13197
- const __vue_inject_styles__$Y = undefined;
13233
+ const __vue_inject_styles__$Z = undefined;
13198
13234
  /* scoped */
13199
- const __vue_scope_id__$Y = undefined;
13235
+ const __vue_scope_id__$Z = undefined;
13200
13236
  /* module identifier */
13201
- const __vue_module_identifier__$Y = undefined;
13237
+ const __vue_module_identifier__$Z = undefined;
13202
13238
  /* functional template */
13203
- const __vue_is_functional_template__$Y = false;
13239
+ const __vue_is_functional_template__$Z = false;
13204
13240
  /* style inject */
13205
13241
 
13206
13242
  /* style inject SSR */
@@ -13209,13 +13245,13 @@ __vue_render__$Y._withStripped = true;
13209
13245
 
13210
13246
 
13211
13247
 
13212
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
13213
- { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
13214
- __vue_inject_styles__$Y,
13215
- __vue_script__$Y,
13216
- __vue_scope_id__$Y,
13217
- __vue_is_functional_template__$Y,
13218
- __vue_module_identifier__$Y,
13248
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
13249
+ { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
13250
+ __vue_inject_styles__$Z,
13251
+ __vue_script__$Z,
13252
+ __vue_scope_id__$Z,
13253
+ __vue_is_functional_template__$Z,
13254
+ __vue_module_identifier__$Z,
13219
13255
  false,
13220
13256
  undefined,
13221
13257
  undefined,
@@ -13241,13 +13277,13 @@ SearchBoxHistoryItem = __decorate([
13241
13277
  name: "SearchBoxHistoryItem",
13242
13278
  })
13243
13279
  ], SearchBoxHistoryItem);
13244
- var script$W = SearchBoxHistoryItem;
13280
+ var script$X = SearchBoxHistoryItem;
13245
13281
 
13246
13282
  /* script */
13247
- const __vue_script__$X = script$W;
13283
+ const __vue_script__$Y = script$X;
13248
13284
 
13249
13285
  /* template */
13250
- var __vue_render__$X = function () {
13286
+ var __vue_render__$Y = function () {
13251
13287
  var _vm = this;
13252
13288
  var _h = _vm.$createElement;
13253
13289
  var _c = _vm._self._c || _h;
@@ -13276,17 +13312,17 @@ var __vue_render__$X = function () {
13276
13312
  ]),
13277
13313
  ])
13278
13314
  };
13279
- var __vue_staticRenderFns__$X = [];
13280
- __vue_render__$X._withStripped = true;
13315
+ var __vue_staticRenderFns__$Y = [];
13316
+ __vue_render__$Y._withStripped = true;
13281
13317
 
13282
13318
  /* style */
13283
- const __vue_inject_styles__$X = undefined;
13319
+ const __vue_inject_styles__$Y = undefined;
13284
13320
  /* scoped */
13285
- const __vue_scope_id__$X = undefined;
13321
+ const __vue_scope_id__$Y = undefined;
13286
13322
  /* module identifier */
13287
- const __vue_module_identifier__$X = undefined;
13323
+ const __vue_module_identifier__$Y = undefined;
13288
13324
  /* functional template */
13289
- const __vue_is_functional_template__$X = false;
13325
+ const __vue_is_functional_template__$Y = false;
13290
13326
  /* style inject */
13291
13327
 
13292
13328
  /* style inject SSR */
@@ -13295,13 +13331,13 @@ __vue_render__$X._withStripped = true;
13295
13331
 
13296
13332
 
13297
13333
 
13298
- const __vue_component__$X = /*#__PURE__*/normalizeComponent(
13299
- { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
13300
- __vue_inject_styles__$X,
13301
- __vue_script__$X,
13302
- __vue_scope_id__$X,
13303
- __vue_is_functional_template__$X,
13304
- __vue_module_identifier__$X,
13334
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
13335
+ { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
13336
+ __vue_inject_styles__$Y,
13337
+ __vue_script__$Y,
13338
+ __vue_scope_id__$Y,
13339
+ __vue_is_functional_template__$Y,
13340
+ __vue_module_identifier__$Y,
13305
13341
  false,
13306
13342
  undefined,
13307
13343
  undefined,
@@ -13362,17 +13398,17 @@ SearchBoxHistoryPanel = __decorate([
13362
13398
  Component({
13363
13399
  name: "searchBoxHistoryPanel",
13364
13400
  components: {
13365
- SearchBoxHistoryItem: __vue_component__$X,
13401
+ SearchBoxHistoryItem: __vue_component__$Y,
13366
13402
  },
13367
13403
  })
13368
13404
  ], SearchBoxHistoryPanel);
13369
- var script$V = SearchBoxHistoryPanel;
13405
+ var script$W = SearchBoxHistoryPanel;
13370
13406
 
13371
13407
  /* script */
13372
- const __vue_script__$W = script$V;
13408
+ const __vue_script__$X = script$W;
13373
13409
 
13374
13410
  /* template */
13375
- var __vue_render__$W = function () {
13411
+ var __vue_render__$X = function () {
13376
13412
  var _vm = this;
13377
13413
  var _h = _vm.$createElement;
13378
13414
  var _c = _vm._self._c || _h;
@@ -13402,17 +13438,17 @@ var __vue_render__$W = function () {
13402
13438
  )
13403
13439
  : _vm._e()
13404
13440
  };
13405
- var __vue_staticRenderFns__$W = [];
13406
- __vue_render__$W._withStripped = true;
13441
+ var __vue_staticRenderFns__$X = [];
13442
+ __vue_render__$X._withStripped = true;
13407
13443
 
13408
13444
  /* style */
13409
- const __vue_inject_styles__$W = undefined;
13445
+ const __vue_inject_styles__$X = undefined;
13410
13446
  /* scoped */
13411
- const __vue_scope_id__$W = undefined;
13447
+ const __vue_scope_id__$X = undefined;
13412
13448
  /* module identifier */
13413
- const __vue_module_identifier__$W = undefined;
13449
+ const __vue_module_identifier__$X = undefined;
13414
13450
  /* functional template */
13415
- const __vue_is_functional_template__$W = false;
13451
+ const __vue_is_functional_template__$X = false;
13416
13452
  /* style inject */
13417
13453
 
13418
13454
  /* style inject SSR */
@@ -13421,13 +13457,13 @@ __vue_render__$W._withStripped = true;
13421
13457
 
13422
13458
 
13423
13459
 
13424
- const __vue_component__$W = /*#__PURE__*/normalizeComponent(
13425
- { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
13426
- __vue_inject_styles__$W,
13427
- __vue_script__$W,
13428
- __vue_scope_id__$W,
13429
- __vue_is_functional_template__$W,
13430
- __vue_module_identifier__$W,
13460
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent(
13461
+ { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
13462
+ __vue_inject_styles__$X,
13463
+ __vue_script__$X,
13464
+ __vue_scope_id__$X,
13465
+ __vue_is_functional_template__$X,
13466
+ __vue_module_identifier__$X,
13431
13467
  false,
13432
13468
  undefined,
13433
13469
  undefined,
@@ -13535,20 +13571,20 @@ SearchBoxMainPanel = __decorate([
13535
13571
  Component({
13536
13572
  name: "searchBoxMainPanel",
13537
13573
  components: {
13538
- SearchBoxSuggestionsWrapper: __vue_component__$Z,
13539
- SearchBoxProductsWrapper: __vue_component__$10,
13540
- SearchBoxMoreResults: __vue_component__$Y,
13541
- SearchBoxHistoryPanel: __vue_component__$W,
13574
+ SearchBoxSuggestionsWrapper: __vue_component__$_,
13575
+ SearchBoxProductsWrapper: __vue_component__$11,
13576
+ SearchBoxMoreResults: __vue_component__$Z,
13577
+ SearchBoxHistoryPanel: __vue_component__$X,
13542
13578
  },
13543
13579
  })
13544
13580
  ], SearchBoxMainPanel);
13545
- var script$U = SearchBoxMainPanel;
13581
+ var script$V = SearchBoxMainPanel;
13546
13582
 
13547
13583
  /* script */
13548
- const __vue_script__$V = script$U;
13584
+ const __vue_script__$W = script$V;
13549
13585
 
13550
13586
  /* template */
13551
- var __vue_render__$V = function () {
13587
+ var __vue_render__$W = function () {
13552
13588
  var _vm = this;
13553
13589
  var _h = _vm.$createElement;
13554
13590
  var _c = _vm._self._c || _h;
@@ -13638,34 +13674,34 @@ var __vue_render__$V = function () {
13638
13674
  )
13639
13675
  : _vm._e()
13640
13676
  };
13641
- var __vue_staticRenderFns__$V = [];
13642
- __vue_render__$V._withStripped = true;
13677
+ var __vue_staticRenderFns__$W = [];
13678
+ __vue_render__$W._withStripped = true;
13643
13679
 
13644
13680
  /* style */
13645
- const __vue_inject_styles__$V = function (inject) {
13681
+ const __vue_inject_styles__$W = function (inject) {
13646
13682
  if (!inject) return
13647
13683
  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 });
13648
13684
 
13649
13685
  };
13650
13686
  /* scoped */
13651
- const __vue_scope_id__$V = undefined;
13687
+ const __vue_scope_id__$W = undefined;
13652
13688
  /* module identifier */
13653
- const __vue_module_identifier__$V = undefined;
13689
+ const __vue_module_identifier__$W = undefined;
13654
13690
  /* functional template */
13655
- const __vue_is_functional_template__$V = false;
13691
+ const __vue_is_functional_template__$W = false;
13656
13692
  /* style inject SSR */
13657
13693
 
13658
13694
  /* style inject shadow dom */
13659
13695
 
13660
13696
 
13661
13697
 
13662
- const __vue_component__$V = /*#__PURE__*/normalizeComponent(
13663
- { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
13664
- __vue_inject_styles__$V,
13665
- __vue_script__$V,
13666
- __vue_scope_id__$V,
13667
- __vue_is_functional_template__$V,
13668
- __vue_module_identifier__$V,
13698
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent(
13699
+ { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
13700
+ __vue_inject_styles__$W,
13701
+ __vue_script__$W,
13702
+ __vue_scope_id__$W,
13703
+ __vue_is_functional_template__$W,
13704
+ __vue_module_identifier__$W,
13669
13705
  false,
13670
13706
  createInjector,
13671
13707
  undefined,
@@ -31156,18 +31192,18 @@ SearchBox = __decorate([
31156
31192
  Component({
31157
31193
  name: "searchBox",
31158
31194
  components: {
31159
- SearchBoxInput: __vue_component__$1c,
31160
- SearchBoxMainPanel: __vue_component__$V,
31195
+ SearchBoxInput: __vue_component__$1d,
31196
+ SearchBoxMainPanel: __vue_component__$W,
31161
31197
  },
31162
31198
  })
31163
31199
  ], SearchBox);
31164
- var script$T = SearchBox;
31200
+ var script$U = SearchBox;
31165
31201
 
31166
31202
  /* script */
31167
- const __vue_script__$U = script$T;
31203
+ const __vue_script__$V = script$U;
31168
31204
 
31169
31205
  /* template */
31170
- var __vue_render__$U = function () {
31206
+ var __vue_render__$V = function () {
31171
31207
  var _vm = this;
31172
31208
  var _h = _vm.$createElement;
31173
31209
  var _c = _vm._self._c || _h;
@@ -31211,34 +31247,34 @@ var __vue_render__$U = function () {
31211
31247
  ),
31212
31248
  ])
31213
31249
  };
31214
- var __vue_staticRenderFns__$U = [];
31215
- __vue_render__$U._withStripped = true;
31250
+ var __vue_staticRenderFns__$V = [];
31251
+ __vue_render__$V._withStripped = true;
31216
31252
 
31217
31253
  /* style */
31218
- const __vue_inject_styles__$U = function (inject) {
31254
+ const __vue_inject_styles__$V = function (inject) {
31219
31255
  if (!inject) return
31220
31256
  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 });
31221
31257
 
31222
31258
  };
31223
31259
  /* scoped */
31224
- const __vue_scope_id__$U = undefined;
31260
+ const __vue_scope_id__$V = undefined;
31225
31261
  /* module identifier */
31226
- const __vue_module_identifier__$U = undefined;
31262
+ const __vue_module_identifier__$V = undefined;
31227
31263
  /* functional template */
31228
- const __vue_is_functional_template__$U = false;
31264
+ const __vue_is_functional_template__$V = false;
31229
31265
  /* style inject SSR */
31230
-
31231
- /* style inject shadow dom */
31232
-
31233
-
31234
-
31235
- const __vue_component__$U = /*#__PURE__*/normalizeComponent(
31236
- { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
31237
- __vue_inject_styles__$U,
31238
- __vue_script__$U,
31239
- __vue_scope_id__$U,
31240
- __vue_is_functional_template__$U,
31241
- __vue_module_identifier__$U,
31266
+
31267
+ /* style inject shadow dom */
31268
+
31269
+
31270
+
31271
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent(
31272
+ { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
31273
+ __vue_inject_styles__$V,
31274
+ __vue_script__$V,
31275
+ __vue_scope_id__$V,
31276
+ __vue_is_functional_template__$V,
31277
+ __vue_module_identifier__$V,
31242
31278
  false,
31243
31279
  createInjector,
31244
31280
  undefined,
@@ -31325,17 +31361,17 @@ SearchBoxEntry = __decorate([
31325
31361
  Component({
31326
31362
  name: "searchBox",
31327
31363
  components: {
31328
- SearchBox: __vue_component__$U,
31364
+ SearchBox: __vue_component__$V,
31329
31365
  },
31330
31366
  })
31331
31367
  ], SearchBoxEntry);
31332
- var script$S = SearchBoxEntry;
31368
+ var script$T = SearchBoxEntry;
31333
31369
 
31334
31370
  /* script */
31335
- const __vue_script__$T = script$S;
31371
+ const __vue_script__$U = script$T;
31336
31372
 
31337
31373
  /* template */
31338
- var __vue_render__$T = function () {
31374
+ var __vue_render__$U = function () {
31339
31375
  var _vm = this;
31340
31376
  var _h = _vm.$createElement;
31341
31377
  var _c = _vm._self._c || _h;
@@ -31344,17 +31380,17 @@ var __vue_render__$T = function () {
31344
31380
  attrs: { options: _vm.fullSearchBoxOptions },
31345
31381
  })
31346
31382
  };
31347
- var __vue_staticRenderFns__$T = [];
31348
- __vue_render__$T._withStripped = true;
31383
+ var __vue_staticRenderFns__$U = [];
31384
+ __vue_render__$U._withStripped = true;
31349
31385
 
31350
31386
  /* style */
31351
- const __vue_inject_styles__$T = undefined;
31387
+ const __vue_inject_styles__$U = undefined;
31352
31388
  /* scoped */
31353
- const __vue_scope_id__$T = undefined;
31389
+ const __vue_scope_id__$U = undefined;
31354
31390
  /* module identifier */
31355
- const __vue_module_identifier__$T = undefined;
31391
+ const __vue_module_identifier__$U = undefined;
31356
31392
  /* functional template */
31357
- const __vue_is_functional_template__$T = false;
31393
+ const __vue_is_functional_template__$U = false;
31358
31394
  /* style inject */
31359
31395
 
31360
31396
  /* style inject SSR */
@@ -31363,13 +31399,13 @@ __vue_render__$T._withStripped = true;
31363
31399
 
31364
31400
 
31365
31401
 
31366
- const __vue_component__$T = /*#__PURE__*/normalizeComponent(
31367
- { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
31368
- __vue_inject_styles__$T,
31369
- __vue_script__$T,
31370
- __vue_scope_id__$T,
31371
- __vue_is_functional_template__$T,
31372
- __vue_module_identifier__$T,
31402
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent(
31403
+ { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
31404
+ __vue_inject_styles__$U,
31405
+ __vue_script__$U,
31406
+ __vue_scope_id__$U,
31407
+ __vue_is_functional_template__$U,
31408
+ __vue_module_identifier__$U,
31373
31409
  false,
31374
31410
  undefined,
31375
31411
  undefined,
@@ -31637,13 +31673,13 @@ CurrentFilterDisplay = __decorate([
31637
31673
  name: "currentFilterDisplay",
31638
31674
  })
31639
31675
  ], CurrentFilterDisplay);
31640
- var script$R = CurrentFilterDisplay;
31676
+ var script$S = CurrentFilterDisplay;
31641
31677
 
31642
31678
  /* script */
31643
- const __vue_script__$S = script$R;
31679
+ const __vue_script__$T = script$S;
31644
31680
 
31645
31681
  /* template */
31646
- var __vue_render__$S = function () {
31682
+ var __vue_render__$T = function () {
31647
31683
  var _vm = this;
31648
31684
  var _h = _vm.$createElement;
31649
31685
  var _c = _vm._self._c || _h;
@@ -31676,17 +31712,17 @@ var __vue_render__$S = function () {
31676
31712
  ),
31677
31713
  ])
31678
31714
  };
31679
- var __vue_staticRenderFns__$S = [];
31680
- __vue_render__$S._withStripped = true;
31715
+ var __vue_staticRenderFns__$T = [];
31716
+ __vue_render__$T._withStripped = true;
31681
31717
 
31682
31718
  /* style */
31683
- const __vue_inject_styles__$S = undefined;
31719
+ const __vue_inject_styles__$T = undefined;
31684
31720
  /* scoped */
31685
- const __vue_scope_id__$S = undefined;
31721
+ const __vue_scope_id__$T = undefined;
31686
31722
  /* module identifier */
31687
- const __vue_module_identifier__$S = undefined;
31723
+ const __vue_module_identifier__$T = undefined;
31688
31724
  /* functional template */
31689
- const __vue_is_functional_template__$S = false;
31725
+ const __vue_is_functional_template__$T = false;
31690
31726
  /* style inject */
31691
31727
 
31692
31728
  /* style inject SSR */
@@ -31695,13 +31731,13 @@ __vue_render__$S._withStripped = true;
31695
31731
 
31696
31732
 
31697
31733
 
31698
- const __vue_component__$S = /*#__PURE__*/normalizeComponent(
31699
- { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
31700
- __vue_inject_styles__$S,
31701
- __vue_script__$S,
31702
- __vue_scope_id__$S,
31703
- __vue_is_functional_template__$S,
31704
- __vue_module_identifier__$S,
31734
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent(
31735
+ { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
31736
+ __vue_inject_styles__$T,
31737
+ __vue_script__$T,
31738
+ __vue_scope_id__$T,
31739
+ __vue_is_functional_template__$T,
31740
+ __vue_module_identifier__$T,
31705
31741
  false,
31706
31742
  undefined,
31707
31743
  undefined,
@@ -31843,17 +31879,17 @@ CurrentFilters = __decorate([
31843
31879
  Component({
31844
31880
  name: "currentFilters",
31845
31881
  components: {
31846
- CurrentFilterDisplay: __vue_component__$S,
31882
+ CurrentFilterDisplay: __vue_component__$T,
31847
31883
  },
31848
31884
  })
31849
31885
  ], CurrentFilters);
31850
- var script$Q = CurrentFilters;
31886
+ var script$R = CurrentFilters;
31851
31887
 
31852
31888
  /* script */
31853
- const __vue_script__$R = script$Q;
31889
+ const __vue_script__$S = script$R;
31854
31890
 
31855
31891
  /* template */
31856
- var __vue_render__$R = function () {
31892
+ var __vue_render__$S = function () {
31857
31893
  var _vm = this;
31858
31894
  var _h = _vm.$createElement;
31859
31895
  var _c = _vm._self._c || _h;
@@ -31937,17 +31973,17 @@ var __vue_render__$R = function () {
31937
31973
  )
31938
31974
  : _vm._e()
31939
31975
  };
31940
- var __vue_staticRenderFns__$R = [];
31941
- __vue_render__$R._withStripped = true;
31976
+ var __vue_staticRenderFns__$S = [];
31977
+ __vue_render__$S._withStripped = true;
31942
31978
 
31943
31979
  /* style */
31944
- const __vue_inject_styles__$R = undefined;
31980
+ const __vue_inject_styles__$S = undefined;
31945
31981
  /* scoped */
31946
- const __vue_scope_id__$R = undefined;
31982
+ const __vue_scope_id__$S = undefined;
31947
31983
  /* module identifier */
31948
- const __vue_module_identifier__$R = undefined;
31984
+ const __vue_module_identifier__$S = undefined;
31949
31985
  /* functional template */
31950
- const __vue_is_functional_template__$R = false;
31986
+ const __vue_is_functional_template__$S = false;
31951
31987
  /* style inject */
31952
31988
 
31953
31989
  /* style inject SSR */
@@ -31956,13 +31992,13 @@ __vue_render__$R._withStripped = true;
31956
31992
 
31957
31993
 
31958
31994
 
31959
- const __vue_component__$R = /*#__PURE__*/normalizeComponent(
31960
- { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
31961
- __vue_inject_styles__$R,
31962
- __vue_script__$R,
31963
- __vue_scope_id__$R,
31964
- __vue_is_functional_template__$R,
31965
- __vue_module_identifier__$R,
31995
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent(
31996
+ { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
31997
+ __vue_inject_styles__$S,
31998
+ __vue_script__$S,
31999
+ __vue_scope_id__$S,
32000
+ __vue_is_functional_template__$S,
32001
+ __vue_module_identifier__$S,
31966
32002
  false,
31967
32003
  undefined,
31968
32004
  undefined,
@@ -32047,13 +32083,13 @@ TermFacet$1 = __decorate([
32047
32083
  name: "termFacet",
32048
32084
  })
32049
32085
  ], TermFacet$1);
32050
- var script$P = TermFacet$1;
32086
+ var script$Q = TermFacet$1;
32051
32087
 
32052
32088
  /* script */
32053
- const __vue_script__$Q = script$P;
32089
+ const __vue_script__$R = script$Q;
32054
32090
 
32055
32091
  /* template */
32056
- var __vue_render__$Q = function () {
32092
+ var __vue_render__$R = function () {
32057
32093
  var _vm = this;
32058
32094
  var _h = _vm.$createElement;
32059
32095
  var _c = _vm._self._c || _h;
@@ -32155,17 +32191,17 @@ var __vue_render__$Q = function () {
32155
32191
  ]
32156
32192
  )
32157
32193
  };
32158
- var __vue_staticRenderFns__$Q = [];
32159
- __vue_render__$Q._withStripped = true;
32194
+ var __vue_staticRenderFns__$R = [];
32195
+ __vue_render__$R._withStripped = true;
32160
32196
 
32161
32197
  /* style */
32162
- const __vue_inject_styles__$Q = undefined;
32198
+ const __vue_inject_styles__$R = undefined;
32163
32199
  /* scoped */
32164
- const __vue_scope_id__$Q = undefined;
32200
+ const __vue_scope_id__$R = undefined;
32165
32201
  /* module identifier */
32166
- const __vue_module_identifier__$Q = undefined;
32202
+ const __vue_module_identifier__$R = undefined;
32167
32203
  /* functional template */
32168
- const __vue_is_functional_template__$Q = false;
32204
+ const __vue_is_functional_template__$R = false;
32169
32205
  /* style inject */
32170
32206
 
32171
32207
  /* style inject SSR */
@@ -32174,13 +32210,13 @@ __vue_render__$Q._withStripped = true;
32174
32210
 
32175
32211
 
32176
32212
 
32177
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
32178
- { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
32179
- __vue_inject_styles__$Q,
32180
- __vue_script__$Q,
32181
- __vue_scope_id__$Q,
32182
- __vue_is_functional_template__$Q,
32183
- __vue_module_identifier__$Q,
32213
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent(
32214
+ { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
32215
+ __vue_inject_styles__$R,
32216
+ __vue_script__$R,
32217
+ __vue_scope_id__$R,
32218
+ __vue_is_functional_template__$R,
32219
+ __vue_module_identifier__$R,
32184
32220
  false,
32185
32221
  undefined,
32186
32222
  undefined,
@@ -32375,13 +32411,13 @@ TermFacet = __decorate([
32375
32411
  },
32376
32412
  })
32377
32413
  ], TermFacet);
32378
- var script$O = TermFacet;
32414
+ var script$P = TermFacet;
32379
32415
 
32380
32416
  /* script */
32381
- const __vue_script__$P = script$O;
32417
+ const __vue_script__$Q = script$P;
32382
32418
 
32383
32419
  /* template */
32384
- var __vue_render__$P = function () {
32420
+ var __vue_render__$Q = function () {
32385
32421
  var _vm = this;
32386
32422
  var _h = _vm.$createElement;
32387
32423
  var _c = _vm._self._c || _h;
@@ -32509,17 +32545,17 @@ var __vue_render__$P = function () {
32509
32545
  : _vm._e(),
32510
32546
  ])
32511
32547
  };
32512
- var __vue_staticRenderFns__$P = [];
32513
- __vue_render__$P._withStripped = true;
32548
+ var __vue_staticRenderFns__$Q = [];
32549
+ __vue_render__$Q._withStripped = true;
32514
32550
 
32515
32551
  /* style */
32516
- const __vue_inject_styles__$P = undefined;
32552
+ const __vue_inject_styles__$Q = undefined;
32517
32553
  /* scoped */
32518
- const __vue_scope_id__$P = undefined;
32554
+ const __vue_scope_id__$Q = undefined;
32519
32555
  /* module identifier */
32520
- const __vue_module_identifier__$P = undefined;
32556
+ const __vue_module_identifier__$Q = undefined;
32521
32557
  /* functional template */
32522
- const __vue_is_functional_template__$P = false;
32558
+ const __vue_is_functional_template__$Q = false;
32523
32559
  /* style inject */
32524
32560
 
32525
32561
  /* style inject SSR */
@@ -32528,13 +32564,13 @@ __vue_render__$P._withStripped = true;
32528
32564
 
32529
32565
 
32530
32566
 
32531
- const __vue_component__$P = /*#__PURE__*/normalizeComponent(
32532
- { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
32533
- __vue_inject_styles__$P,
32534
- __vue_script__$P,
32535
- __vue_scope_id__$P,
32536
- __vue_is_functional_template__$P,
32537
- __vue_module_identifier__$P,
32567
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
32568
+ { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
32569
+ __vue_inject_styles__$Q,
32570
+ __vue_script__$Q,
32571
+ __vue_scope_id__$Q,
32572
+ __vue_is_functional_template__$Q,
32573
+ __vue_module_identifier__$Q,
32538
32574
  false,
32539
32575
  undefined,
32540
32576
  undefined,
@@ -32574,13 +32610,13 @@ HierarchyFacetLevel = __decorate([
32574
32610
  name: "HierarchyFacetLevel",
32575
32611
  })
32576
32612
  ], HierarchyFacetLevel);
32577
- var script$N = HierarchyFacetLevel;
32613
+ var script$O = HierarchyFacetLevel;
32578
32614
 
32579
32615
  /* script */
32580
- const __vue_script__$O = script$N;
32616
+ const __vue_script__$P = script$O;
32581
32617
 
32582
32618
  /* template */
32583
- var __vue_render__$O = function () {
32619
+ var __vue_render__$P = function () {
32584
32620
  var _vm = this;
32585
32621
  var _h = _vm.$createElement;
32586
32622
  var _c = _vm._self._c || _h;
@@ -32650,34 +32686,34 @@ var __vue_render__$O = function () {
32650
32686
  ]
32651
32687
  )
32652
32688
  };
32653
- var __vue_staticRenderFns__$O = [];
32654
- __vue_render__$O._withStripped = true;
32689
+ var __vue_staticRenderFns__$P = [];
32690
+ __vue_render__$P._withStripped = true;
32655
32691
 
32656
32692
  /* style */
32657
- const __vue_inject_styles__$O = function (inject) {
32693
+ const __vue_inject_styles__$P = function (inject) {
32658
32694
  if (!inject) return
32659
32695
  inject("data-v-1cc23c16_0", { source: ".lupa-facet-level {\n margin-left: 25px;\n}", map: undefined, media: undefined });
32660
32696
 
32661
32697
  };
32662
32698
  /* scoped */
32663
- const __vue_scope_id__$O = undefined;
32699
+ const __vue_scope_id__$P = undefined;
32664
32700
  /* module identifier */
32665
- const __vue_module_identifier__$O = undefined;
32701
+ const __vue_module_identifier__$P = undefined;
32666
32702
  /* functional template */
32667
- const __vue_is_functional_template__$O = false;
32703
+ const __vue_is_functional_template__$P = false;
32668
32704
  /* style inject SSR */
32669
32705
 
32670
32706
  /* style inject shadow dom */
32671
32707
 
32672
32708
 
32673
32709
 
32674
- const __vue_component__$O = /*#__PURE__*/normalizeComponent(
32675
- { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
32676
- __vue_inject_styles__$O,
32677
- __vue_script__$O,
32678
- __vue_scope_id__$O,
32679
- __vue_is_functional_template__$O,
32680
- __vue_module_identifier__$O,
32710
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent(
32711
+ { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
32712
+ __vue_inject_styles__$P,
32713
+ __vue_script__$P,
32714
+ __vue_scope_id__$P,
32715
+ __vue_is_functional_template__$P,
32716
+ __vue_module_identifier__$P,
32681
32717
  false,
32682
32718
  createInjector,
32683
32719
  undefined,
@@ -32744,17 +32780,17 @@ HierarchyFacet = __decorate([
32744
32780
  Component({
32745
32781
  name: "hierarchyFacet",
32746
32782
  components: {
32747
- HierarchyFacetLevel: __vue_component__$O,
32783
+ HierarchyFacetLevel: __vue_component__$P,
32748
32784
  },
32749
32785
  })
32750
32786
  ], HierarchyFacet);
32751
- var script$M = HierarchyFacet;
32787
+ var script$N = HierarchyFacet;
32752
32788
 
32753
32789
  /* script */
32754
- const __vue_script__$N = script$M;
32790
+ const __vue_script__$O = script$N;
32755
32791
 
32756
32792
  /* template */
32757
- var __vue_render__$N = function () {
32793
+ var __vue_render__$O = function () {
32758
32794
  var _vm = this;
32759
32795
  var _h = _vm.$createElement;
32760
32796
  var _c = _vm._self._c || _h;
@@ -32824,17 +32860,17 @@ var __vue_render__$N = function () {
32824
32860
  2
32825
32861
  )
32826
32862
  };
32827
- var __vue_staticRenderFns__$N = [];
32828
- __vue_render__$N._withStripped = true;
32863
+ var __vue_staticRenderFns__$O = [];
32864
+ __vue_render__$O._withStripped = true;
32829
32865
 
32830
32866
  /* style */
32831
- const __vue_inject_styles__$N = undefined;
32867
+ const __vue_inject_styles__$O = undefined;
32832
32868
  /* scoped */
32833
- const __vue_scope_id__$N = undefined;
32869
+ const __vue_scope_id__$O = undefined;
32834
32870
  /* module identifier */
32835
- const __vue_module_identifier__$N = undefined;
32871
+ const __vue_module_identifier__$O = undefined;
32836
32872
  /* functional template */
32837
- const __vue_is_functional_template__$N = false;
32873
+ const __vue_is_functional_template__$O = false;
32838
32874
  /* style inject */
32839
32875
 
32840
32876
  /* style inject SSR */
@@ -32843,13 +32879,13 @@ __vue_render__$N._withStripped = true;
32843
32879
 
32844
32880
 
32845
32881
 
32846
- const __vue_component__$N = /*#__PURE__*/normalizeComponent(
32847
- { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
32848
- __vue_inject_styles__$N,
32849
- __vue_script__$N,
32850
- __vue_scope_id__$N,
32851
- __vue_is_functional_template__$N,
32852
- __vue_module_identifier__$N,
32882
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent(
32883
+ { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
32884
+ __vue_inject_styles__$O,
32885
+ __vue_script__$O,
32886
+ __vue_scope_id__$O,
32887
+ __vue_is_functional_template__$O,
32888
+ __vue_module_identifier__$O,
32853
32889
  false,
32854
32890
  undefined,
32855
32891
  undefined,
@@ -32966,19 +33002,19 @@ FacetDisplay = __decorate([
32966
33002
  Component({
32967
33003
  name: "facetDisplay",
32968
33004
  components: {
32969
- TermFacet: __vue_component__$Q,
32970
- StatsFacet: __vue_component__$P,
32971
- HierarchyFacet: __vue_component__$N,
33005
+ TermFacet: __vue_component__$R,
33006
+ StatsFacet: __vue_component__$Q,
33007
+ HierarchyFacet: __vue_component__$O,
32972
33008
  },
32973
33009
  })
32974
33010
  ], FacetDisplay);
32975
- var script$L = FacetDisplay;
33011
+ var script$M = FacetDisplay;
32976
33012
 
32977
33013
  /* script */
32978
- const __vue_script__$M = script$L;
33014
+ const __vue_script__$N = script$M;
32979
33015
 
32980
33016
  /* template */
32981
- var __vue_render__$M = function () {
33017
+ var __vue_render__$N = function () {
32982
33018
  var _vm = this;
32983
33019
  var _h = _vm.$createElement;
32984
33020
  var _c = _vm._self._c || _h;
@@ -33054,17 +33090,17 @@ var __vue_render__$M = function () {
33054
33090
  )
33055
33091
  : _vm._e()
33056
33092
  };
33057
- var __vue_staticRenderFns__$M = [];
33058
- __vue_render__$M._withStripped = true;
33093
+ var __vue_staticRenderFns__$N = [];
33094
+ __vue_render__$N._withStripped = true;
33059
33095
 
33060
33096
  /* style */
33061
- const __vue_inject_styles__$M = undefined;
33097
+ const __vue_inject_styles__$N = undefined;
33062
33098
  /* scoped */
33063
- const __vue_scope_id__$M = undefined;
33099
+ const __vue_scope_id__$N = undefined;
33064
33100
  /* module identifier */
33065
- const __vue_module_identifier__$M = undefined;
33101
+ const __vue_module_identifier__$N = undefined;
33066
33102
  /* functional template */
33067
- const __vue_is_functional_template__$M = false;
33103
+ const __vue_is_functional_template__$N = false;
33068
33104
  /* style inject */
33069
33105
 
33070
33106
  /* style inject SSR */
@@ -33073,13 +33109,13 @@ __vue_render__$M._withStripped = true;
33073
33109
 
33074
33110
 
33075
33111
 
33076
- const __vue_component__$M = /*#__PURE__*/normalizeComponent(
33077
- { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
33078
- __vue_inject_styles__$M,
33079
- __vue_script__$M,
33080
- __vue_scope_id__$M,
33081
- __vue_is_functional_template__$M,
33082
- __vue_module_identifier__$M,
33112
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent(
33113
+ { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
33114
+ __vue_inject_styles__$N,
33115
+ __vue_script__$N,
33116
+ __vue_scope_id__$N,
33117
+ __vue_is_functional_template__$N,
33118
+ __vue_module_identifier__$N,
33083
33119
  false,
33084
33120
  undefined,
33085
33121
  undefined,
@@ -33118,17 +33154,17 @@ FacetList = __decorate([
33118
33154
  Component({
33119
33155
  name: "facetList",
33120
33156
  components: {
33121
- FacetDisplay: __vue_component__$M,
33157
+ FacetDisplay: __vue_component__$N,
33122
33158
  },
33123
33159
  })
33124
33160
  ], FacetList);
33125
- var script$K = FacetList;
33161
+ var script$L = FacetList;
33126
33162
 
33127
33163
  /* script */
33128
- const __vue_script__$L = script$K;
33164
+ const __vue_script__$M = script$L;
33129
33165
 
33130
33166
  /* template */
33131
- var __vue_render__$L = function () {
33167
+ var __vue_render__$M = function () {
33132
33168
  var _vm = this;
33133
33169
  var _h = _vm.$createElement;
33134
33170
  var _c = _vm._self._c || _h;
@@ -33161,17 +33197,17 @@ var __vue_render__$L = function () {
33161
33197
  ),
33162
33198
  ])
33163
33199
  };
33164
- var __vue_staticRenderFns__$L = [];
33165
- __vue_render__$L._withStripped = true;
33200
+ var __vue_staticRenderFns__$M = [];
33201
+ __vue_render__$M._withStripped = true;
33166
33202
 
33167
33203
  /* style */
33168
- const __vue_inject_styles__$L = undefined;
33204
+ const __vue_inject_styles__$M = undefined;
33169
33205
  /* scoped */
33170
- const __vue_scope_id__$L = undefined;
33206
+ const __vue_scope_id__$M = undefined;
33171
33207
  /* module identifier */
33172
- const __vue_module_identifier__$L = undefined;
33208
+ const __vue_module_identifier__$M = undefined;
33173
33209
  /* functional template */
33174
- const __vue_is_functional_template__$L = false;
33210
+ const __vue_is_functional_template__$M = false;
33175
33211
  /* style inject */
33176
33212
 
33177
33213
  /* style inject SSR */
@@ -33180,13 +33216,13 @@ __vue_render__$L._withStripped = true;
33180
33216
 
33181
33217
 
33182
33218
 
33183
- const __vue_component__$L = /*#__PURE__*/normalizeComponent(
33184
- { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
33185
- __vue_inject_styles__$L,
33186
- __vue_script__$L,
33187
- __vue_scope_id__$L,
33188
- __vue_is_functional_template__$L,
33189
- __vue_module_identifier__$L,
33219
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent(
33220
+ { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
33221
+ __vue_inject_styles__$M,
33222
+ __vue_script__$M,
33223
+ __vue_scope_id__$M,
33224
+ __vue_is_functional_template__$M,
33225
+ __vue_module_identifier__$M,
33190
33226
  false,
33191
33227
  undefined,
33192
33228
  undefined,
@@ -33290,17 +33326,17 @@ Facets = __decorate([
33290
33326
  Component({
33291
33327
  name: "facets",
33292
33328
  components: {
33293
- FacetList: __vue_component__$L,
33329
+ FacetList: __vue_component__$M,
33294
33330
  },
33295
33331
  })
33296
33332
  ], Facets);
33297
- var script$J = Facets;
33333
+ var script$K = Facets;
33298
33334
 
33299
33335
  /* script */
33300
- const __vue_script__$K = script$J;
33336
+ const __vue_script__$L = script$K;
33301
33337
 
33302
33338
  /* template */
33303
- var __vue_render__$K = function () {
33339
+ var __vue_render__$L = function () {
33304
33340
  var _vm = this;
33305
33341
  var _h = _vm.$createElement;
33306
33342
  var _c = _vm._self._c || _h;
@@ -33324,17 +33360,17 @@ var __vue_render__$K = function () {
33324
33360
  1
33325
33361
  )
33326
33362
  };
33327
- var __vue_staticRenderFns__$K = [];
33328
- __vue_render__$K._withStripped = true;
33363
+ var __vue_staticRenderFns__$L = [];
33364
+ __vue_render__$L._withStripped = true;
33329
33365
 
33330
33366
  /* style */
33331
- const __vue_inject_styles__$K = undefined;
33367
+ const __vue_inject_styles__$L = undefined;
33332
33368
  /* scoped */
33333
- const __vue_scope_id__$K = undefined;
33369
+ const __vue_scope_id__$L = undefined;
33334
33370
  /* module identifier */
33335
- const __vue_module_identifier__$K = undefined;
33371
+ const __vue_module_identifier__$L = undefined;
33336
33372
  /* functional template */
33337
- const __vue_is_functional_template__$K = false;
33373
+ const __vue_is_functional_template__$L = false;
33338
33374
  /* style inject */
33339
33375
 
33340
33376
  /* style inject SSR */
@@ -33343,13 +33379,13 @@ __vue_render__$K._withStripped = true;
33343
33379
 
33344
33380
 
33345
33381
 
33346
- const __vue_component__$K = /*#__PURE__*/normalizeComponent(
33347
- { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
33348
- __vue_inject_styles__$K,
33349
- __vue_script__$K,
33350
- __vue_scope_id__$K,
33351
- __vue_is_functional_template__$K,
33352
- __vue_module_identifier__$K,
33382
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent(
33383
+ { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
33384
+ __vue_inject_styles__$L,
33385
+ __vue_script__$L,
33386
+ __vue_scope_id__$L,
33387
+ __vue_is_functional_template__$L,
33388
+ __vue_module_identifier__$L,
33353
33389
  false,
33354
33390
  undefined,
33355
33391
  undefined,
@@ -33390,13 +33426,13 @@ CategoryFilterItem = __decorate([
33390
33426
  name: "categoryFilterItem",
33391
33427
  })
33392
33428
  ], CategoryFilterItem);
33393
- var script$I = CategoryFilterItem;
33429
+ var script$J = CategoryFilterItem;
33394
33430
 
33395
33431
  /* script */
33396
- const __vue_script__$J = script$I;
33432
+ const __vue_script__$K = script$J;
33397
33433
 
33398
33434
  /* template */
33399
- var __vue_render__$J = function () {
33435
+ var __vue_render__$K = function () {
33400
33436
  var _vm = this;
33401
33437
  var _h = _vm.$createElement;
33402
33438
  var _c = _vm._self._c || _h;
@@ -33418,17 +33454,17 @@ var __vue_render__$J = function () {
33418
33454
  ]
33419
33455
  )
33420
33456
  };
33421
- var __vue_staticRenderFns__$J = [];
33422
- __vue_render__$J._withStripped = true;
33457
+ var __vue_staticRenderFns__$K = [];
33458
+ __vue_render__$K._withStripped = true;
33423
33459
 
33424
33460
  /* style */
33425
- const __vue_inject_styles__$J = undefined;
33461
+ const __vue_inject_styles__$K = undefined;
33426
33462
  /* scoped */
33427
- const __vue_scope_id__$J = undefined;
33463
+ const __vue_scope_id__$K = undefined;
33428
33464
  /* module identifier */
33429
- const __vue_module_identifier__$J = undefined;
33465
+ const __vue_module_identifier__$K = undefined;
33430
33466
  /* functional template */
33431
- const __vue_is_functional_template__$J = false;
33467
+ const __vue_is_functional_template__$K = false;
33432
33468
  /* style inject */
33433
33469
 
33434
33470
  /* style inject SSR */
@@ -33437,13 +33473,13 @@ __vue_render__$J._withStripped = true;
33437
33473
 
33438
33474
 
33439
33475
 
33440
- const __vue_component__$J = /*#__PURE__*/normalizeComponent(
33441
- { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
33442
- __vue_inject_styles__$J,
33443
- __vue_script__$J,
33444
- __vue_scope_id__$J,
33445
- __vue_is_functional_template__$J,
33446
- __vue_module_identifier__$J,
33476
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent(
33477
+ { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
33478
+ __vue_inject_styles__$K,
33479
+ __vue_script__$K,
33480
+ __vue_scope_id__$K,
33481
+ __vue_is_functional_template__$K,
33482
+ __vue_module_identifier__$K,
33447
33483
  false,
33448
33484
  undefined,
33449
33485
  undefined,
@@ -33537,17 +33573,17 @@ CategoryFilter = __decorate([
33537
33573
  Component({
33538
33574
  name: "categoryFilter",
33539
33575
  components: {
33540
- CategoryFilterItem: __vue_component__$J,
33576
+ CategoryFilterItem: __vue_component__$K,
33541
33577
  },
33542
33578
  })
33543
33579
  ], CategoryFilter);
33544
- var script$H = CategoryFilter;
33580
+ var script$I = CategoryFilter;
33545
33581
 
33546
33582
  /* script */
33547
- const __vue_script__$I = script$H;
33583
+ const __vue_script__$J = script$I;
33548
33584
 
33549
33585
  /* template */
33550
- var __vue_render__$I = function () {
33586
+ var __vue_render__$J = function () {
33551
33587
  var _vm = this;
33552
33588
  var _h = _vm.$createElement;
33553
33589
  var _c = _vm._self._c || _h;
@@ -33610,17 +33646,17 @@ var __vue_render__$I = function () {
33610
33646
  ]
33611
33647
  )
33612
33648
  };
33613
- var __vue_staticRenderFns__$I = [];
33614
- __vue_render__$I._withStripped = true;
33649
+ var __vue_staticRenderFns__$J = [];
33650
+ __vue_render__$J._withStripped = true;
33615
33651
 
33616
33652
  /* style */
33617
- const __vue_inject_styles__$I = undefined;
33653
+ const __vue_inject_styles__$J = undefined;
33618
33654
  /* scoped */
33619
- const __vue_scope_id__$I = undefined;
33655
+ const __vue_scope_id__$J = undefined;
33620
33656
  /* module identifier */
33621
- const __vue_module_identifier__$I = undefined;
33657
+ const __vue_module_identifier__$J = undefined;
33622
33658
  /* functional template */
33623
- const __vue_is_functional_template__$I = false;
33659
+ const __vue_is_functional_template__$J = false;
33624
33660
  /* style inject */
33625
33661
 
33626
33662
  /* style inject SSR */
@@ -33629,13 +33665,13 @@ __vue_render__$I._withStripped = true;
33629
33665
 
33630
33666
 
33631
33667
 
33632
- const __vue_component__$I = /*#__PURE__*/normalizeComponent(
33633
- { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
33634
- __vue_inject_styles__$I,
33635
- __vue_script__$I,
33636
- __vue_scope_id__$I,
33637
- __vue_is_functional_template__$I,
33638
- __vue_module_identifier__$I,
33668
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent(
33669
+ { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
33670
+ __vue_inject_styles__$J,
33671
+ __vue_script__$J,
33672
+ __vue_scope_id__$J,
33673
+ __vue_is_functional_template__$J,
33674
+ __vue_module_identifier__$J,
33639
33675
  false,
33640
33676
  undefined,
33641
33677
  undefined,
@@ -33660,19 +33696,19 @@ SearchResultsFilters = __decorate([
33660
33696
  Component({
33661
33697
  name: "searchResultsFilters",
33662
33698
  components: {
33663
- CurrentFilters: __vue_component__$R,
33664
- Facets: __vue_component__$K,
33665
- CategoryFilter: __vue_component__$I,
33699
+ CurrentFilters: __vue_component__$S,
33700
+ Facets: __vue_component__$L,
33701
+ CategoryFilter: __vue_component__$J,
33666
33702
  },
33667
33703
  })
33668
33704
  ], SearchResultsFilters);
33669
- var script$G = SearchResultsFilters;
33705
+ var script$H = SearchResultsFilters;
33670
33706
 
33671
33707
  /* script */
33672
- const __vue_script__$H = script$G;
33708
+ const __vue_script__$I = script$H;
33673
33709
 
33674
33710
  /* template */
33675
- var __vue_render__$H = function () {
33711
+ var __vue_render__$I = function () {
33676
33712
  var _vm = this;
33677
33713
  var _h = _vm.$createElement;
33678
33714
  var _c = _vm._self._c || _h;
@@ -33703,17 +33739,17 @@ var __vue_render__$H = function () {
33703
33739
  1
33704
33740
  )
33705
33741
  };
33706
- var __vue_staticRenderFns__$H = [];
33707
- __vue_render__$H._withStripped = true;
33742
+ var __vue_staticRenderFns__$I = [];
33743
+ __vue_render__$I._withStripped = true;
33708
33744
 
33709
33745
  /* style */
33710
- const __vue_inject_styles__$H = undefined;
33746
+ const __vue_inject_styles__$I = undefined;
33711
33747
  /* scoped */
33712
- const __vue_scope_id__$H = undefined;
33748
+ const __vue_scope_id__$I = undefined;
33713
33749
  /* module identifier */
33714
- const __vue_module_identifier__$H = undefined;
33750
+ const __vue_module_identifier__$I = undefined;
33715
33751
  /* functional template */
33716
- const __vue_is_functional_template__$H = false;
33752
+ const __vue_is_functional_template__$I = false;
33717
33753
  /* style inject */
33718
33754
 
33719
33755
  /* style inject SSR */
@@ -33722,13 +33758,13 @@ __vue_render__$H._withStripped = true;
33722
33758
 
33723
33759
 
33724
33760
 
33725
- const __vue_component__$H = /*#__PURE__*/normalizeComponent(
33726
- { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
33727
- __vue_inject_styles__$H,
33728
- __vue_script__$H,
33729
- __vue_scope_id__$H,
33730
- __vue_is_functional_template__$H,
33731
- __vue_module_identifier__$H,
33761
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent(
33762
+ { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
33763
+ __vue_inject_styles__$I,
33764
+ __vue_script__$I,
33765
+ __vue_scope_id__$I,
33766
+ __vue_is_functional_template__$I,
33767
+ __vue_module_identifier__$I,
33732
33768
  false,
33733
33769
  undefined,
33734
33770
  undefined,
@@ -33770,17 +33806,17 @@ MobileFilterSidebar = __decorate([
33770
33806
  Component({
33771
33807
  name: "mobileFilerSidebar",
33772
33808
  components: {
33773
- SearchResultsFilters: __vue_component__$H,
33809
+ SearchResultsFilters: __vue_component__$I,
33774
33810
  },
33775
33811
  })
33776
33812
  ], MobileFilterSidebar);
33777
- var script$F = MobileFilterSidebar;
33813
+ var script$G = MobileFilterSidebar;
33778
33814
 
33779
33815
  /* script */
33780
- const __vue_script__$G = script$F;
33816
+ const __vue_script__$H = script$G;
33781
33817
 
33782
33818
  /* template */
33783
- var __vue_render__$G = function () {
33819
+ var __vue_render__$H = function () {
33784
33820
  var _vm = this;
33785
33821
  var _h = _vm.$createElement;
33786
33822
  var _c = _vm._self._c || _h;
@@ -33830,17 +33866,17 @@ var __vue_render__$G = function () {
33830
33866
  ])
33831
33867
  : _vm._e()
33832
33868
  };
33833
- var __vue_staticRenderFns__$G = [];
33834
- __vue_render__$G._withStripped = true;
33869
+ var __vue_staticRenderFns__$H = [];
33870
+ __vue_render__$H._withStripped = true;
33835
33871
 
33836
33872
  /* style */
33837
- const __vue_inject_styles__$G = undefined;
33873
+ const __vue_inject_styles__$H = undefined;
33838
33874
  /* scoped */
33839
- const __vue_scope_id__$G = undefined;
33875
+ const __vue_scope_id__$H = undefined;
33840
33876
  /* module identifier */
33841
- const __vue_module_identifier__$G = undefined;
33877
+ const __vue_module_identifier__$H = undefined;
33842
33878
  /* functional template */
33843
- const __vue_is_functional_template__$G = false;
33879
+ const __vue_is_functional_template__$H = false;
33844
33880
  /* style inject */
33845
33881
 
33846
33882
  /* style inject SSR */
@@ -33849,13 +33885,13 @@ __vue_render__$G._withStripped = true;
33849
33885
 
33850
33886
 
33851
33887
 
33852
- const __vue_component__$G = /*#__PURE__*/normalizeComponent(
33853
- { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
33854
- __vue_inject_styles__$G,
33855
- __vue_script__$G,
33856
- __vue_scope_id__$G,
33857
- __vue_is_functional_template__$G,
33858
- __vue_module_identifier__$G,
33888
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent(
33889
+ { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
33890
+ __vue_inject_styles__$H,
33891
+ __vue_script__$H,
33892
+ __vue_scope_id__$H,
33893
+ __vue_is_functional_template__$H,
33894
+ __vue_module_identifier__$H,
33859
33895
  false,
33860
33896
  undefined,
33861
33897
  undefined,
@@ -33899,13 +33935,13 @@ SearchResultsDidYouMean = __decorate([
33899
33935
  name: "searchResultsDidYouMean",
33900
33936
  })
33901
33937
  ], SearchResultsDidYouMean);
33902
- var script$E = SearchResultsDidYouMean;
33938
+ var script$F = SearchResultsDidYouMean;
33903
33939
 
33904
33940
  /* script */
33905
- const __vue_script__$F = script$E;
33941
+ const __vue_script__$G = script$F;
33906
33942
 
33907
33943
  /* template */
33908
- var __vue_render__$F = function () {
33944
+ var __vue_render__$G = function () {
33909
33945
  var _vm = this;
33910
33946
  var _h = _vm.$createElement;
33911
33947
  var _c = _vm._self._c || _h;
@@ -33961,17 +33997,17 @@ var __vue_render__$F = function () {
33961
33997
  ])
33962
33998
  : _vm._e()
33963
33999
  };
33964
- var __vue_staticRenderFns__$F = [];
33965
- __vue_render__$F._withStripped = true;
34000
+ var __vue_staticRenderFns__$G = [];
34001
+ __vue_render__$G._withStripped = true;
33966
34002
 
33967
34003
  /* style */
33968
- const __vue_inject_styles__$F = undefined;
34004
+ const __vue_inject_styles__$G = undefined;
33969
34005
  /* scoped */
33970
- const __vue_scope_id__$F = undefined;
34006
+ const __vue_scope_id__$G = undefined;
33971
34007
  /* module identifier */
33972
- const __vue_module_identifier__$F = undefined;
34008
+ const __vue_module_identifier__$G = undefined;
33973
34009
  /* functional template */
33974
- const __vue_is_functional_template__$F = false;
34010
+ const __vue_is_functional_template__$G = false;
33975
34011
  /* style inject */
33976
34012
 
33977
34013
  /* style inject SSR */
@@ -33980,13 +34016,13 @@ __vue_render__$F._withStripped = true;
33980
34016
 
33981
34017
 
33982
34018
 
33983
- const __vue_component__$F = /*#__PURE__*/normalizeComponent(
33984
- { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
33985
- __vue_inject_styles__$F,
33986
- __vue_script__$F,
33987
- __vue_scope_id__$F,
33988
- __vue_is_functional_template__$F,
33989
- __vue_module_identifier__$F,
34019
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent(
34020
+ { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
34021
+ __vue_inject_styles__$G,
34022
+ __vue_script__$G,
34023
+ __vue_scope_id__$G,
34024
+ __vue_is_functional_template__$G,
34025
+ __vue_module_identifier__$G,
33990
34026
  false,
33991
34027
  undefined,
33992
34028
  undefined,
@@ -34027,13 +34063,13 @@ CustomBadge = __decorate([
34027
34063
  name: "customBadge",
34028
34064
  })
34029
34065
  ], CustomBadge);
34030
- var script$D = CustomBadge;
34066
+ var script$E = CustomBadge;
34031
34067
 
34032
34068
  /* script */
34033
- const __vue_script__$E = script$D;
34069
+ const __vue_script__$F = script$E;
34034
34070
 
34035
34071
  /* template */
34036
- var __vue_render__$E = function () {
34072
+ var __vue_render__$F = function () {
34037
34073
  var _vm = this;
34038
34074
  var _h = _vm.$createElement;
34039
34075
  var _c = _vm._self._c || _h;
@@ -34042,17 +34078,17 @@ var __vue_render__$E = function () {
34042
34078
  domProps: { innerHTML: _vm._s(_vm.text) },
34043
34079
  })
34044
34080
  };
34045
- var __vue_staticRenderFns__$E = [];
34046
- __vue_render__$E._withStripped = true;
34081
+ var __vue_staticRenderFns__$F = [];
34082
+ __vue_render__$F._withStripped = true;
34047
34083
 
34048
34084
  /* style */
34049
- const __vue_inject_styles__$E = undefined;
34085
+ const __vue_inject_styles__$F = undefined;
34050
34086
  /* scoped */
34051
- const __vue_scope_id__$E = undefined;
34087
+ const __vue_scope_id__$F = undefined;
34052
34088
  /* module identifier */
34053
- const __vue_module_identifier__$E = undefined;
34089
+ const __vue_module_identifier__$F = undefined;
34054
34090
  /* functional template */
34055
- const __vue_is_functional_template__$E = false;
34091
+ const __vue_is_functional_template__$F = false;
34056
34092
  /* style inject */
34057
34093
 
34058
34094
  /* style inject SSR */
@@ -34061,13 +34097,13 @@ __vue_render__$E._withStripped = true;
34061
34097
 
34062
34098
 
34063
34099
 
34064
- const __vue_component__$E = /*#__PURE__*/normalizeComponent(
34065
- { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
34066
- __vue_inject_styles__$E,
34067
- __vue_script__$E,
34068
- __vue_scope_id__$E,
34069
- __vue_is_functional_template__$E,
34070
- __vue_module_identifier__$E,
34100
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent(
34101
+ { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
34102
+ __vue_inject_styles__$F,
34103
+ __vue_script__$F,
34104
+ __vue_scope_id__$F,
34105
+ __vue_is_functional_template__$F,
34106
+ __vue_module_identifier__$F,
34071
34107
  false,
34072
34108
  undefined,
34073
34109
  undefined,
@@ -34091,13 +34127,13 @@ TextBadge = __decorate([
34091
34127
  name: "TextBadge",
34092
34128
  })
34093
34129
  ], TextBadge);
34094
- var script$C = TextBadge;
34130
+ var script$D = TextBadge;
34095
34131
 
34096
34132
  /* script */
34097
- const __vue_script__$D = script$C;
34133
+ const __vue_script__$E = script$D;
34098
34134
 
34099
34135
  /* template */
34100
- var __vue_render__$D = function () {
34136
+ var __vue_render__$E = function () {
34101
34137
  var _vm = this;
34102
34138
  var _h = _vm.$createElement;
34103
34139
  var _c = _vm._self._c || _h;
@@ -34114,17 +34150,17 @@ var __vue_render__$D = function () {
34114
34150
  0
34115
34151
  )
34116
34152
  };
34117
- var __vue_staticRenderFns__$D = [];
34118
- __vue_render__$D._withStripped = true;
34153
+ var __vue_staticRenderFns__$E = [];
34154
+ __vue_render__$E._withStripped = true;
34119
34155
 
34120
34156
  /* style */
34121
- const __vue_inject_styles__$D = undefined;
34157
+ const __vue_inject_styles__$E = undefined;
34122
34158
  /* scoped */
34123
- const __vue_scope_id__$D = undefined;
34159
+ const __vue_scope_id__$E = undefined;
34124
34160
  /* module identifier */
34125
- const __vue_module_identifier__$D = undefined;
34161
+ const __vue_module_identifier__$E = undefined;
34126
34162
  /* functional template */
34127
- const __vue_is_functional_template__$D = false;
34163
+ const __vue_is_functional_template__$E = false;
34128
34164
  /* style inject */
34129
34165
 
34130
34166
  /* style inject SSR */
@@ -34133,13 +34169,13 @@ __vue_render__$D._withStripped = true;
34133
34169
 
34134
34170
 
34135
34171
 
34136
- const __vue_component__$D = /*#__PURE__*/normalizeComponent(
34137
- { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
34138
- __vue_inject_styles__$D,
34139
- __vue_script__$D,
34140
- __vue_scope_id__$D,
34141
- __vue_is_functional_template__$D,
34142
- __vue_module_identifier__$D,
34172
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent(
34173
+ { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
34174
+ __vue_inject_styles__$E,
34175
+ __vue_script__$E,
34176
+ __vue_scope_id__$E,
34177
+ __vue_is_functional_template__$E,
34178
+ __vue_module_identifier__$E,
34143
34179
  false,
34144
34180
  undefined,
34145
34181
  undefined,
@@ -34168,13 +34204,13 @@ ImageBadge = __decorate([
34168
34204
  name: "ImageBadge",
34169
34205
  })
34170
34206
  ], ImageBadge);
34171
- var script$B = ImageBadge;
34207
+ var script$C = ImageBadge;
34172
34208
 
34173
34209
  /* script */
34174
- const __vue_script__$C = script$B;
34210
+ const __vue_script__$D = script$C;
34175
34211
 
34176
34212
  /* template */
34177
- var __vue_render__$C = function () {
34213
+ var __vue_render__$D = function () {
34178
34214
  var _vm = this;
34179
34215
  var _h = _vm.$createElement;
34180
34216
  var _c = _vm._self._c || _h;
@@ -34191,17 +34227,17 @@ var __vue_render__$C = function () {
34191
34227
  0
34192
34228
  )
34193
34229
  };
34194
- var __vue_staticRenderFns__$C = [];
34195
- __vue_render__$C._withStripped = true;
34230
+ var __vue_staticRenderFns__$D = [];
34231
+ __vue_render__$D._withStripped = true;
34196
34232
 
34197
34233
  /* style */
34198
- const __vue_inject_styles__$C = undefined;
34234
+ const __vue_inject_styles__$D = undefined;
34199
34235
  /* scoped */
34200
- const __vue_scope_id__$C = undefined;
34236
+ const __vue_scope_id__$D = undefined;
34201
34237
  /* module identifier */
34202
- const __vue_module_identifier__$C = undefined;
34238
+ const __vue_module_identifier__$D = undefined;
34203
34239
  /* functional template */
34204
- const __vue_is_functional_template__$C = false;
34240
+ const __vue_is_functional_template__$D = false;
34205
34241
  /* style inject */
34206
34242
 
34207
34243
  /* style inject SSR */
@@ -34210,13 +34246,13 @@ __vue_render__$C._withStripped = true;
34210
34246
 
34211
34247
 
34212
34248
 
34213
- const __vue_component__$C = /*#__PURE__*/normalizeComponent(
34214
- { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
34215
- __vue_inject_styles__$C,
34216
- __vue_script__$C,
34217
- __vue_scope_id__$C,
34218
- __vue_is_functional_template__$C,
34219
- __vue_module_identifier__$C,
34249
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent(
34250
+ { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
34251
+ __vue_inject_styles__$D,
34252
+ __vue_script__$D,
34253
+ __vue_scope_id__$D,
34254
+ __vue_is_functional_template__$D,
34255
+ __vue_module_identifier__$D,
34220
34256
  false,
34221
34257
  undefined,
34222
34258
  undefined,
@@ -34250,13 +34286,13 @@ SearchResultGeneratedBadge = __decorate([
34250
34286
  name: "searchResultsBadgeWrapper",
34251
34287
  })
34252
34288
  ], SearchResultGeneratedBadge);
34253
- var script$A = SearchResultGeneratedBadge;
34289
+ var script$B = SearchResultGeneratedBadge;
34254
34290
 
34255
34291
  /* script */
34256
- const __vue_script__$B = script$A;
34292
+ const __vue_script__$C = script$B;
34257
34293
 
34258
34294
  /* template */
34259
- var __vue_render__$B = function () {
34295
+ var __vue_render__$C = function () {
34260
34296
  var _vm = this;
34261
34297
  var _h = _vm.$createElement;
34262
34298
  var _c = _vm._self._c || _h;
@@ -34281,17 +34317,17 @@ var __vue_render__$B = function () {
34281
34317
  ]
34282
34318
  )
34283
34319
  };
34284
- var __vue_staticRenderFns__$B = [];
34285
- __vue_render__$B._withStripped = true;
34320
+ var __vue_staticRenderFns__$C = [];
34321
+ __vue_render__$C._withStripped = true;
34286
34322
 
34287
34323
  /* style */
34288
- const __vue_inject_styles__$B = undefined;
34324
+ const __vue_inject_styles__$C = undefined;
34289
34325
  /* scoped */
34290
- const __vue_scope_id__$B = undefined;
34326
+ const __vue_scope_id__$C = undefined;
34291
34327
  /* module identifier */
34292
- const __vue_module_identifier__$B = undefined;
34328
+ const __vue_module_identifier__$C = undefined;
34293
34329
  /* functional template */
34294
- const __vue_is_functional_template__$B = false;
34330
+ const __vue_is_functional_template__$C = false;
34295
34331
  /* style inject */
34296
34332
 
34297
34333
  /* style inject SSR */
@@ -34300,13 +34336,13 @@ __vue_render__$B._withStripped = true;
34300
34336
 
34301
34337
 
34302
34338
 
34303
- const __vue_component__$B = /*#__PURE__*/normalizeComponent(
34304
- { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
34305
- __vue_inject_styles__$B,
34306
- __vue_script__$B,
34307
- __vue_scope_id__$B,
34308
- __vue_is_functional_template__$B,
34309
- __vue_module_identifier__$B,
34339
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent(
34340
+ { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
34341
+ __vue_inject_styles__$C,
34342
+ __vue_script__$C,
34343
+ __vue_scope_id__$C,
34344
+ __vue_is_functional_template__$C,
34345
+ __vue_module_identifier__$C,
34310
34346
  false,
34311
34347
  undefined,
34312
34348
  undefined,
@@ -34358,17 +34394,17 @@ SearchResultGeneratedBadges = __decorate([
34358
34394
  Component({
34359
34395
  name: "searchResultsBadgeWrapper",
34360
34396
  components: {
34361
- SearchResultGeneratedBadge: __vue_component__$B,
34397
+ SearchResultGeneratedBadge: __vue_component__$C,
34362
34398
  },
34363
34399
  })
34364
34400
  ], SearchResultGeneratedBadges);
34365
- var script$z = SearchResultGeneratedBadges;
34401
+ var script$A = SearchResultGeneratedBadges;
34366
34402
 
34367
34403
  /* script */
34368
- const __vue_script__$A = script$z;
34404
+ const __vue_script__$B = script$A;
34369
34405
 
34370
34406
  /* template */
34371
- var __vue_render__$A = function () {
34407
+ var __vue_render__$B = function () {
34372
34408
  var _vm = this;
34373
34409
  var _h = _vm.$createElement;
34374
34410
  var _c = _vm._self._c || _h;
@@ -34384,17 +34420,17 @@ var __vue_render__$A = function () {
34384
34420
  1
34385
34421
  )
34386
34422
  };
34387
- var __vue_staticRenderFns__$A = [];
34388
- __vue_render__$A._withStripped = true;
34423
+ var __vue_staticRenderFns__$B = [];
34424
+ __vue_render__$B._withStripped = true;
34389
34425
 
34390
34426
  /* style */
34391
- const __vue_inject_styles__$A = undefined;
34427
+ const __vue_inject_styles__$B = undefined;
34392
34428
  /* scoped */
34393
- const __vue_scope_id__$A = undefined;
34429
+ const __vue_scope_id__$B = undefined;
34394
34430
  /* module identifier */
34395
- const __vue_module_identifier__$A = undefined;
34431
+ const __vue_module_identifier__$B = undefined;
34396
34432
  /* functional template */
34397
- const __vue_is_functional_template__$A = false;
34433
+ const __vue_is_functional_template__$B = false;
34398
34434
  /* style inject */
34399
34435
 
34400
34436
  /* style inject SSR */
@@ -34403,13 +34439,13 @@ __vue_render__$A._withStripped = true;
34403
34439
 
34404
34440
 
34405
34441
 
34406
- const __vue_component__$A = /*#__PURE__*/normalizeComponent(
34407
- { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
34408
- __vue_inject_styles__$A,
34409
- __vue_script__$A,
34410
- __vue_scope_id__$A,
34411
- __vue_is_functional_template__$A,
34412
- __vue_module_identifier__$A,
34442
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent(
34443
+ { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
34444
+ __vue_inject_styles__$B,
34445
+ __vue_script__$B,
34446
+ __vue_scope_id__$B,
34447
+ __vue_is_functional_template__$B,
34448
+ __vue_module_identifier__$B,
34413
34449
  false,
34414
34450
  undefined,
34415
34451
  undefined,
@@ -34459,20 +34495,20 @@ SearchResultsBadgeWrapper = __decorate([
34459
34495
  Component({
34460
34496
  name: "searchResultsBadgeWrapper",
34461
34497
  components: {
34462
- CustomBadge: __vue_component__$E,
34463
- TextBadge: __vue_component__$D,
34464
- ImageBadge: __vue_component__$C,
34465
- SearchResultGeneratedBadges: __vue_component__$A,
34498
+ CustomBadge: __vue_component__$F,
34499
+ TextBadge: __vue_component__$E,
34500
+ ImageBadge: __vue_component__$D,
34501
+ SearchResultGeneratedBadges: __vue_component__$B,
34466
34502
  },
34467
34503
  })
34468
34504
  ], SearchResultsBadgeWrapper);
34469
- var script$y = SearchResultsBadgeWrapper;
34505
+ var script$z = SearchResultsBadgeWrapper;
34470
34506
 
34471
34507
  /* script */
34472
- const __vue_script__$z = script$y;
34508
+ const __vue_script__$A = script$z;
34473
34509
 
34474
34510
  /* template */
34475
- var __vue_render__$z = function () {
34511
+ var __vue_render__$A = function () {
34476
34512
  var _vm = this;
34477
34513
  var _h = _vm.$createElement;
34478
34514
  var _c = _vm._self._c || _h;
@@ -34499,17 +34535,17 @@ var __vue_render__$z = function () {
34499
34535
  ),
34500
34536
  ])
34501
34537
  };
34502
- var __vue_staticRenderFns__$z = [];
34503
- __vue_render__$z._withStripped = true;
34538
+ var __vue_staticRenderFns__$A = [];
34539
+ __vue_render__$A._withStripped = true;
34504
34540
 
34505
34541
  /* style */
34506
- const __vue_inject_styles__$z = undefined;
34542
+ const __vue_inject_styles__$A = undefined;
34507
34543
  /* scoped */
34508
- const __vue_scope_id__$z = undefined;
34544
+ const __vue_scope_id__$A = undefined;
34509
34545
  /* module identifier */
34510
- const __vue_module_identifier__$z = undefined;
34546
+ const __vue_module_identifier__$A = undefined;
34511
34547
  /* functional template */
34512
- const __vue_is_functional_template__$z = false;
34548
+ const __vue_is_functional_template__$A = false;
34513
34549
  /* style inject */
34514
34550
 
34515
34551
  /* style inject SSR */
@@ -34518,13 +34554,13 @@ __vue_render__$z._withStripped = true;
34518
34554
 
34519
34555
 
34520
34556
 
34521
- const __vue_component__$z = /*#__PURE__*/normalizeComponent(
34522
- { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
34523
- __vue_inject_styles__$z,
34524
- __vue_script__$z,
34525
- __vue_scope_id__$z,
34526
- __vue_is_functional_template__$z,
34527
- __vue_module_identifier__$z,
34557
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent(
34558
+ { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
34559
+ __vue_inject_styles__$A,
34560
+ __vue_script__$A,
34561
+ __vue_scope_id__$A,
34562
+ __vue_is_functional_template__$A,
34563
+ __vue_module_identifier__$A,
34528
34564
  false,
34529
34565
  undefined,
34530
34566
  undefined,
@@ -34543,17 +34579,17 @@ SearchResultsProductImage = __decorate([
34543
34579
  Component({
34544
34580
  name: "searchResultsProductImage",
34545
34581
  components: {
34546
- ProductImage: __vue_component__$1b,
34582
+ ProductImage: __vue_component__$1c,
34547
34583
  },
34548
34584
  })
34549
34585
  ], SearchResultsProductImage);
34550
- var script$x = SearchResultsProductImage;
34586
+ var script$y = SearchResultsProductImage;
34551
34587
 
34552
34588
  /* script */
34553
- const __vue_script__$y = script$x;
34589
+ const __vue_script__$z = script$y;
34554
34590
 
34555
34591
  /* template */
34556
- var __vue_render__$y = function () {
34592
+ var __vue_render__$z = function () {
34557
34593
  var _vm = this;
34558
34594
  var _h = _vm.$createElement;
34559
34595
  var _c = _vm._self._c || _h;
@@ -34566,17 +34602,17 @@ var __vue_render__$y = function () {
34566
34602
  },
34567
34603
  })
34568
34604
  };
34569
- var __vue_staticRenderFns__$y = [];
34570
- __vue_render__$y._withStripped = true;
34605
+ var __vue_staticRenderFns__$z = [];
34606
+ __vue_render__$z._withStripped = true;
34571
34607
 
34572
34608
  /* style */
34573
- const __vue_inject_styles__$y = undefined;
34609
+ const __vue_inject_styles__$z = undefined;
34574
34610
  /* scoped */
34575
- const __vue_scope_id__$y = undefined;
34611
+ const __vue_scope_id__$z = undefined;
34576
34612
  /* module identifier */
34577
- const __vue_module_identifier__$y = undefined;
34613
+ const __vue_module_identifier__$z = undefined;
34578
34614
  /* functional template */
34579
- const __vue_is_functional_template__$y = false;
34615
+ const __vue_is_functional_template__$z = false;
34580
34616
  /* style inject */
34581
34617
 
34582
34618
  /* style inject SSR */
@@ -34585,13 +34621,13 @@ __vue_render__$y._withStripped = true;
34585
34621
 
34586
34622
 
34587
34623
 
34588
- const __vue_component__$y = /*#__PURE__*/normalizeComponent(
34589
- { render: __vue_render__$y, staticRenderFns: __vue_staticRenderFns__$y },
34590
- __vue_inject_styles__$y,
34591
- __vue_script__$y,
34592
- __vue_scope_id__$y,
34593
- __vue_is_functional_template__$y,
34594
- __vue_module_identifier__$y,
34624
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent(
34625
+ { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
34626
+ __vue_inject_styles__$z,
34627
+ __vue_script__$z,
34628
+ __vue_scope_id__$z,
34629
+ __vue_is_functional_template__$z,
34630
+ __vue_module_identifier__$z,
34595
34631
  false,
34596
34632
  undefined,
34597
34633
  undefined,
@@ -34634,13 +34670,13 @@ SearchResultsProductTitle = __decorate([
34634
34670
  name: "searchResultsProductTitle",
34635
34671
  })
34636
34672
  ], SearchResultsProductTitle);
34637
- var script$w = SearchResultsProductTitle;
34673
+ var script$x = SearchResultsProductTitle;
34638
34674
 
34639
34675
  /* script */
34640
- const __vue_script__$x = script$w;
34676
+ const __vue_script__$y = script$x;
34641
34677
 
34642
34678
  /* template */
34643
- var __vue_render__$x = function () {
34679
+ var __vue_render__$y = function () {
34644
34680
  var _vm = this;
34645
34681
  var _h = _vm.$createElement;
34646
34682
  var _c = _vm._self._c || _h;
@@ -34681,17 +34717,17 @@ var __vue_render__$x = function () {
34681
34717
  ]
34682
34718
  )
34683
34719
  };
34684
- var __vue_staticRenderFns__$x = [];
34685
- __vue_render__$x._withStripped = true;
34720
+ var __vue_staticRenderFns__$y = [];
34721
+ __vue_render__$y._withStripped = true;
34686
34722
 
34687
34723
  /* style */
34688
- const __vue_inject_styles__$x = undefined;
34724
+ const __vue_inject_styles__$y = undefined;
34689
34725
  /* scoped */
34690
- const __vue_scope_id__$x = undefined;
34726
+ const __vue_scope_id__$y = undefined;
34691
34727
  /* module identifier */
34692
- const __vue_module_identifier__$x = undefined;
34728
+ const __vue_module_identifier__$y = undefined;
34693
34729
  /* functional template */
34694
- const __vue_is_functional_template__$x = false;
34730
+ const __vue_is_functional_template__$y = false;
34695
34731
  /* style inject */
34696
34732
 
34697
34733
  /* style inject SSR */
@@ -34700,13 +34736,13 @@ __vue_render__$x._withStripped = true;
34700
34736
 
34701
34737
 
34702
34738
 
34703
- const __vue_component__$x = /*#__PURE__*/normalizeComponent(
34704
- { render: __vue_render__$x, staticRenderFns: __vue_staticRenderFns__$x },
34705
- __vue_inject_styles__$x,
34706
- __vue_script__$x,
34707
- __vue_scope_id__$x,
34708
- __vue_is_functional_template__$x,
34709
- __vue_module_identifier__$x,
34739
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent(
34740
+ { render: __vue_render__$y, staticRenderFns: __vue_staticRenderFns__$y },
34741
+ __vue_inject_styles__$y,
34742
+ __vue_script__$y,
34743
+ __vue_scope_id__$y,
34744
+ __vue_is_functional_template__$y,
34745
+ __vue_module_identifier__$y,
34710
34746
  false,
34711
34747
  undefined,
34712
34748
  undefined,
@@ -34736,13 +34772,13 @@ SearchResultsProductDescription = __decorate([
34736
34772
  name: "searchResultsProductDescription",
34737
34773
  })
34738
34774
  ], SearchResultsProductDescription);
34739
- var script$v = SearchResultsProductDescription;
34775
+ var script$w = SearchResultsProductDescription;
34740
34776
 
34741
34777
  /* script */
34742
- const __vue_script__$w = script$v;
34778
+ const __vue_script__$x = script$w;
34743
34779
 
34744
34780
  /* template */
34745
- var __vue_render__$w = function () {
34781
+ var __vue_render__$x = function () {
34746
34782
  var _vm = this;
34747
34783
  var _h = _vm.$createElement;
34748
34784
  var _c = _vm._self._c || _h;
@@ -34761,34 +34797,34 @@ var __vue_render__$w = function () {
34761
34797
  [_vm._v("\n " + _vm._s(_vm.description) + "\n")]
34762
34798
  )
34763
34799
  };
34764
- var __vue_staticRenderFns__$w = [];
34765
- __vue_render__$w._withStripped = true;
34800
+ var __vue_staticRenderFns__$x = [];
34801
+ __vue_render__$x._withStripped = true;
34766
34802
 
34767
34803
  /* style */
34768
- const __vue_inject_styles__$w = function (inject) {
34804
+ const __vue_inject_styles__$x = function (inject) {
34769
34805
  if (!inject) return
34770
34806
  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 });
34771
34807
 
34772
34808
  };
34773
34809
  /* scoped */
34774
- const __vue_scope_id__$w = undefined;
34810
+ const __vue_scope_id__$x = undefined;
34775
34811
  /* module identifier */
34776
- const __vue_module_identifier__$w = undefined;
34812
+ const __vue_module_identifier__$x = undefined;
34777
34813
  /* functional template */
34778
- const __vue_is_functional_template__$w = false;
34814
+ const __vue_is_functional_template__$x = false;
34779
34815
  /* style inject SSR */
34780
34816
 
34781
34817
  /* style inject shadow dom */
34782
34818
 
34783
34819
 
34784
34820
 
34785
- const __vue_component__$w = /*#__PURE__*/normalizeComponent(
34786
- { render: __vue_render__$w, staticRenderFns: __vue_staticRenderFns__$w },
34787
- __vue_inject_styles__$w,
34788
- __vue_script__$w,
34789
- __vue_scope_id__$w,
34790
- __vue_is_functional_template__$w,
34791
- __vue_module_identifier__$w,
34821
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent(
34822
+ { render: __vue_render__$x, staticRenderFns: __vue_staticRenderFns__$x },
34823
+ __vue_inject_styles__$x,
34824
+ __vue_script__$x,
34825
+ __vue_scope_id__$x,
34826
+ __vue_is_functional_template__$x,
34827
+ __vue_module_identifier__$x,
34792
34828
  false,
34793
34829
  createInjector,
34794
34830
  undefined,
@@ -34804,10 +34840,10 @@ let SearchResultsProductRating = class SearchResultsProductRating extends Vue$1
34804
34840
  return Math.round(this.item[this.options.key] || 0);
34805
34841
  }
34806
34842
  get baseStars() {
34807
- return new Array(STAR_COUNT).fill("☆");
34843
+ return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34808
34844
  }
34809
34845
  get highlightedStars() {
34810
- return new Array(STAR_COUNT).fill(" ★");
34846
+ return new Array(STAR_COUNT).fill(RATING_STAR_HTML);
34811
34847
  }
34812
34848
  get ratingPercentage() {
34813
34849
  return this.options.getRatingPercentage
@@ -34833,13 +34869,13 @@ SearchResultsProductRating = __decorate([
34833
34869
  name: "searchResultsProductRating",
34834
34870
  })
34835
34871
  ], SearchResultsProductRating);
34836
- var script$u = SearchResultsProductRating;
34872
+ var script$v = SearchResultsProductRating;
34837
34873
 
34838
34874
  /* script */
34839
- const __vue_script__$v = script$u;
34875
+ const __vue_script__$w = script$v;
34840
34876
 
34841
34877
  /* template */
34842
- var __vue_render__$v = function () {
34878
+ var __vue_render__$w = function () {
34843
34879
  var _vm = this;
34844
34880
  var _h = _vm.$createElement;
34845
34881
  var _c = _vm._self._c || _h;
@@ -34884,17 +34920,17 @@ var __vue_render__$v = function () {
34884
34920
  ),
34885
34921
  ])
34886
34922
  };
34887
- var __vue_staticRenderFns__$v = [];
34888
- __vue_render__$v._withStripped = true;
34923
+ var __vue_staticRenderFns__$w = [];
34924
+ __vue_render__$w._withStripped = true;
34889
34925
 
34890
34926
  /* style */
34891
- const __vue_inject_styles__$v = undefined;
34927
+ const __vue_inject_styles__$w = undefined;
34892
34928
  /* scoped */
34893
- const __vue_scope_id__$v = undefined;
34929
+ const __vue_scope_id__$w = undefined;
34894
34930
  /* module identifier */
34895
- const __vue_module_identifier__$v = undefined;
34931
+ const __vue_module_identifier__$w = undefined;
34896
34932
  /* functional template */
34897
- const __vue_is_functional_template__$v = false;
34933
+ const __vue_is_functional_template__$w = false;
34898
34934
  /* style inject */
34899
34935
 
34900
34936
  /* style inject SSR */
@@ -34903,13 +34939,13 @@ __vue_render__$v._withStripped = true;
34903
34939
 
34904
34940
 
34905
34941
 
34906
- const __vue_component__$v = /*#__PURE__*/normalizeComponent(
34907
- { render: __vue_render__$v, staticRenderFns: __vue_staticRenderFns__$v },
34908
- __vue_inject_styles__$v,
34909
- __vue_script__$v,
34910
- __vue_scope_id__$v,
34911
- __vue_is_functional_template__$v,
34912
- __vue_module_identifier__$v,
34942
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent(
34943
+ { render: __vue_render__$w, staticRenderFns: __vue_staticRenderFns__$w },
34944
+ __vue_inject_styles__$w,
34945
+ __vue_script__$w,
34946
+ __vue_scope_id__$w,
34947
+ __vue_is_functional_template__$w,
34948
+ __vue_module_identifier__$w,
34913
34949
  false,
34914
34950
  undefined,
34915
34951
  undefined,
@@ -34936,13 +34972,13 @@ SearchResultsProductRegularPrice = __decorate([
34936
34972
  name: "searchResultsProductRegularPrice",
34937
34973
  })
34938
34974
  ], SearchResultsProductRegularPrice);
34939
- var script$t = SearchResultsProductRegularPrice;
34975
+ var script$u = SearchResultsProductRegularPrice;
34940
34976
 
34941
34977
  /* script */
34942
- const __vue_script__$u = script$t;
34978
+ const __vue_script__$v = script$u;
34943
34979
 
34944
34980
  /* template */
34945
- var __vue_render__$u = function () {
34981
+ var __vue_render__$v = function () {
34946
34982
  var _vm = this;
34947
34983
  var _h = _vm.$createElement;
34948
34984
  var _c = _vm._self._c || _h;
@@ -34955,17 +34991,17 @@ var __vue_render__$u = function () {
34955
34991
  [_vm._v("\n " + _vm._s(_vm.price) + "\n")]
34956
34992
  )
34957
34993
  };
34958
- var __vue_staticRenderFns__$u = [];
34959
- __vue_render__$u._withStripped = true;
34994
+ var __vue_staticRenderFns__$v = [];
34995
+ __vue_render__$v._withStripped = true;
34960
34996
 
34961
34997
  /* style */
34962
- const __vue_inject_styles__$u = undefined;
34998
+ const __vue_inject_styles__$v = undefined;
34963
34999
  /* scoped */
34964
- const __vue_scope_id__$u = undefined;
35000
+ const __vue_scope_id__$v = undefined;
34965
35001
  /* module identifier */
34966
- const __vue_module_identifier__$u = undefined;
35002
+ const __vue_module_identifier__$v = undefined;
34967
35003
  /* functional template */
34968
- const __vue_is_functional_template__$u = false;
35004
+ const __vue_is_functional_template__$v = false;
34969
35005
  /* style inject */
34970
35006
 
34971
35007
  /* style inject SSR */
@@ -34974,13 +35010,13 @@ __vue_render__$u._withStripped = true;
34974
35010
 
34975
35011
 
34976
35012
 
34977
- const __vue_component__$u = /*#__PURE__*/normalizeComponent(
34978
- { render: __vue_render__$u, staticRenderFns: __vue_staticRenderFns__$u },
34979
- __vue_inject_styles__$u,
34980
- __vue_script__$u,
34981
- __vue_scope_id__$u,
34982
- __vue_is_functional_template__$u,
34983
- __vue_module_identifier__$u,
35013
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent(
35014
+ { render: __vue_render__$v, staticRenderFns: __vue_staticRenderFns__$v },
35015
+ __vue_inject_styles__$v,
35016
+ __vue_script__$v,
35017
+ __vue_scope_id__$v,
35018
+ __vue_is_functional_template__$v,
35019
+ __vue_module_identifier__$v,
34984
35020
  false,
34985
35021
  undefined,
34986
35022
  undefined,
@@ -35007,13 +35043,13 @@ SearchResultsProductPrice = __decorate([
35007
35043
  name: "searchResultsProductPrice",
35008
35044
  })
35009
35045
  ], SearchResultsProductPrice);
35010
- var script$s = SearchResultsProductPrice;
35046
+ var script$t = SearchResultsProductPrice;
35011
35047
 
35012
35048
  /* script */
35013
- const __vue_script__$t = script$s;
35049
+ const __vue_script__$u = script$t;
35014
35050
 
35015
35051
  /* template */
35016
- var __vue_render__$t = function () {
35052
+ var __vue_render__$u = function () {
35017
35053
  var _vm = this;
35018
35054
  var _h = _vm.$createElement;
35019
35055
  var _c = _vm._self._c || _h;
@@ -35026,17 +35062,17 @@ var __vue_render__$t = function () {
35026
35062
  [_c("strong", [_vm._v(_vm._s(_vm.price))])]
35027
35063
  )
35028
35064
  };
35029
- var __vue_staticRenderFns__$t = [];
35030
- __vue_render__$t._withStripped = true;
35065
+ var __vue_staticRenderFns__$u = [];
35066
+ __vue_render__$u._withStripped = true;
35031
35067
 
35032
35068
  /* style */
35033
- const __vue_inject_styles__$t = undefined;
35069
+ const __vue_inject_styles__$u = undefined;
35034
35070
  /* scoped */
35035
- const __vue_scope_id__$t = undefined;
35071
+ const __vue_scope_id__$u = undefined;
35036
35072
  /* module identifier */
35037
- const __vue_module_identifier__$t = undefined;
35073
+ const __vue_module_identifier__$u = undefined;
35038
35074
  /* functional template */
35039
- const __vue_is_functional_template__$t = false;
35075
+ const __vue_is_functional_template__$u = false;
35040
35076
  /* style inject */
35041
35077
 
35042
35078
  /* style inject SSR */
@@ -35045,13 +35081,13 @@ __vue_render__$t._withStripped = true;
35045
35081
 
35046
35082
 
35047
35083
 
35048
- const __vue_component__$t = /*#__PURE__*/normalizeComponent(
35049
- { render: __vue_render__$t, staticRenderFns: __vue_staticRenderFns__$t },
35050
- __vue_inject_styles__$t,
35051
- __vue_script__$t,
35052
- __vue_scope_id__$t,
35053
- __vue_is_functional_template__$t,
35054
- __vue_module_identifier__$t,
35084
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent(
35085
+ { render: __vue_render__$u, staticRenderFns: __vue_staticRenderFns__$u },
35086
+ __vue_inject_styles__$u,
35087
+ __vue_script__$u,
35088
+ __vue_scope_id__$u,
35089
+ __vue_is_functional_template__$u,
35090
+ __vue_module_identifier__$u,
35055
35091
  false,
35056
35092
  undefined,
35057
35093
  undefined,
@@ -35093,13 +35129,13 @@ SearchResultsProductAddToCart = __decorate([
35093
35129
  name: "searchResultsProductAddToCart",
35094
35130
  })
35095
35131
  ], SearchResultsProductAddToCart);
35096
- var script$r = SearchResultsProductAddToCart;
35132
+ var script$s = SearchResultsProductAddToCart;
35097
35133
 
35098
35134
  /* script */
35099
- const __vue_script__$s = script$r;
35135
+ const __vue_script__$t = script$s;
35100
35136
 
35101
35137
  /* template */
35102
- var __vue_render__$s = function () {
35138
+ var __vue_render__$t = function () {
35103
35139
  var _vm = this;
35104
35140
  var _h = _vm.$createElement;
35105
35141
  var _c = _vm._self._c || _h;
@@ -35125,34 +35161,34 @@ var __vue_render__$s = function () {
35125
35161
  ]),
35126
35162
  ])
35127
35163
  };
35128
- var __vue_staticRenderFns__$s = [];
35129
- __vue_render__$s._withStripped = true;
35164
+ var __vue_staticRenderFns__$t = [];
35165
+ __vue_render__$t._withStripped = true;
35130
35166
 
35131
35167
  /* style */
35132
- const __vue_inject_styles__$s = function (inject) {
35168
+ const __vue_inject_styles__$t = function (inject) {
35133
35169
  if (!inject) return
35134
35170
  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 });
35135
35171
 
35136
35172
  };
35137
35173
  /* scoped */
35138
- const __vue_scope_id__$s = undefined;
35174
+ const __vue_scope_id__$t = undefined;
35139
35175
  /* module identifier */
35140
- const __vue_module_identifier__$s = undefined;
35176
+ const __vue_module_identifier__$t = undefined;
35141
35177
  /* functional template */
35142
- const __vue_is_functional_template__$s = false;
35178
+ const __vue_is_functional_template__$t = false;
35143
35179
  /* style inject SSR */
35144
35180
 
35145
35181
  /* style inject shadow dom */
35146
35182
 
35147
35183
 
35148
35184
 
35149
- const __vue_component__$s = /*#__PURE__*/normalizeComponent(
35150
- { render: __vue_render__$s, staticRenderFns: __vue_staticRenderFns__$s },
35151
- __vue_inject_styles__$s,
35152
- __vue_script__$s,
35153
- __vue_scope_id__$s,
35154
- __vue_is_functional_template__$s,
35155
- __vue_module_identifier__$s,
35185
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent(
35186
+ { render: __vue_render__$t, staticRenderFns: __vue_staticRenderFns__$t },
35187
+ __vue_inject_styles__$t,
35188
+ __vue_script__$t,
35189
+ __vue_scope_id__$t,
35190
+ __vue_is_functional_template__$t,
35191
+ __vue_module_identifier__$t,
35156
35192
  false,
35157
35193
  createInjector,
35158
35194
  undefined,
@@ -35193,13 +35229,13 @@ SearchResultsProductCustom = __decorate([
35193
35229
  name: "searchResultsProductCustom",
35194
35230
  })
35195
35231
  ], SearchResultsProductCustom);
35196
- var script$q = SearchResultsProductCustom;
35232
+ var script$r = SearchResultsProductCustom;
35197
35233
 
35198
35234
  /* script */
35199
- const __vue_script__$r = script$q;
35235
+ const __vue_script__$s = script$r;
35200
35236
 
35201
35237
  /* template */
35202
- var __vue_render__$r = function () {
35238
+ var __vue_render__$s = function () {
35203
35239
  var _vm = this;
35204
35240
  var _h = _vm.$createElement;
35205
35241
  var _c = _vm._self._c || _h;
@@ -35222,6 +35258,72 @@ var __vue_render__$r = function () {
35222
35258
  ]),
35223
35259
  ])
35224
35260
  };
35261
+ var __vue_staticRenderFns__$s = [];
35262
+ __vue_render__$s._withStripped = true;
35263
+
35264
+ /* style */
35265
+ const __vue_inject_styles__$s = undefined;
35266
+ /* scoped */
35267
+ const __vue_scope_id__$s = undefined;
35268
+ /* module identifier */
35269
+ const __vue_module_identifier__$s = undefined;
35270
+ /* functional template */
35271
+ const __vue_is_functional_template__$s = false;
35272
+ /* style inject */
35273
+
35274
+ /* style inject SSR */
35275
+
35276
+ /* style inject shadow dom */
35277
+
35278
+
35279
+
35280
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent(
35281
+ { render: __vue_render__$s, staticRenderFns: __vue_staticRenderFns__$s },
35282
+ __vue_inject_styles__$s,
35283
+ __vue_script__$s,
35284
+ __vue_scope_id__$s,
35285
+ __vue_is_functional_template__$s,
35286
+ __vue_module_identifier__$s,
35287
+ false,
35288
+ undefined,
35289
+ undefined,
35290
+ undefined
35291
+ );
35292
+
35293
+ let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35294
+ get text() {
35295
+ return this.options.html(this.item);
35296
+ }
35297
+ get className() {
35298
+ return this.options.className;
35299
+ }
35300
+ };
35301
+ __decorate([
35302
+ Prop()
35303
+ ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35304
+ __decorate([
35305
+ Prop()
35306
+ ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35307
+ SearchResultsProductCustomHtmlElement = __decorate([
35308
+ Component({
35309
+ name: "searchResultsProductCustomHtmlElement",
35310
+ })
35311
+ ], SearchResultsProductCustomHtmlElement);
35312
+ var script$q = SearchResultsProductCustomHtmlElement;
35313
+
35314
+ /* script */
35315
+ const __vue_script__$r = script$q;
35316
+
35317
+ /* template */
35318
+ var __vue_render__$r = function () {
35319
+ var _vm = this;
35320
+ var _h = _vm.$createElement;
35321
+ var _c = _vm._self._c || _h;
35322
+ return _c("div", {
35323
+ class: _vm.className,
35324
+ domProps: { innerHTML: _vm._s(_vm.text) },
35325
+ })
35326
+ };
35225
35327
  var __vue_staticRenderFns__$r = [];
35226
35328
  __vue_render__$r._withStripped = true;
35227
35329
 
@@ -35254,26 +35356,39 @@ __vue_render__$r._withStripped = true;
35254
35356
  undefined
35255
35357
  );
35256
35358
 
35257
- let SearchResultsProductCustomHtmlElement = class SearchResultsProductCustomHtmlElement extends Vue$1 {
35258
- get text() {
35259
- return this.options.html(this.item);
35359
+ let SearchResultsProductSingleStarRating = class SearchResultsProductSingleStarRating extends Vue$1 {
35360
+ get totalRatings() {
35361
+ return `(${this.options.labels.numberOfRatings}${this.item[this.options.totalKey] || 0})`;
35260
35362
  }
35261
- get className() {
35262
- return this.options.className;
35363
+ get ratingLink() {
35364
+ var _a;
35365
+ if (!((_a = this.options.links) === null || _a === void 0 ? void 0 : _a.ratingDetails)) {
35366
+ return "";
35367
+ }
35368
+ return generateLink(this.options.links.ratingDetails, this.item);
35369
+ }
35370
+ get rating() {
35371
+ if (!this.options.displayRating) {
35372
+ return this.item[this.options.key];
35373
+ }
35374
+ return this.options.displayRating(this.item);
35375
+ }
35376
+ get star() {
35377
+ return RATING_STAR_HTML;
35263
35378
  }
35264
35379
  };
35265
35380
  __decorate([
35266
35381
  Prop()
35267
- ], SearchResultsProductCustomHtmlElement.prototype, "item", void 0);
35382
+ ], SearchResultsProductSingleStarRating.prototype, "item", void 0);
35268
35383
  __decorate([
35269
35384
  Prop()
35270
- ], SearchResultsProductCustomHtmlElement.prototype, "options", void 0);
35271
- SearchResultsProductCustomHtmlElement = __decorate([
35385
+ ], SearchResultsProductSingleStarRating.prototype, "options", void 0);
35386
+ SearchResultsProductSingleStarRating = __decorate([
35272
35387
  Component({
35273
- name: "searchResultsProductCustomHtmlElement",
35388
+ name: "SearchResultsProductSingleStarRating",
35274
35389
  })
35275
- ], SearchResultsProductCustomHtmlElement);
35276
- var script$p = SearchResultsProductCustomHtmlElement;
35390
+ ], SearchResultsProductSingleStarRating);
35391
+ var script$p = SearchResultsProductSingleStarRating;
35277
35392
 
35278
35393
  /* script */
35279
35394
  const __vue_script__$q = script$p;
@@ -35283,10 +35398,20 @@ var __vue_render__$q = function () {
35283
35398
  var _vm = this;
35284
35399
  var _h = _vm.$createElement;
35285
35400
  var _c = _vm._self._c || _h;
35286
- return _c("div", {
35287
- class: _vm.className,
35288
- domProps: { innerHTML: _vm._s(_vm.text) },
35289
- })
35401
+ return _c("div", { attrs: { id: "lupa-search-results-rating" } }, [
35402
+ _c("div", {
35403
+ staticClass: "lupa-rating lupa-rating-highlighted",
35404
+ domProps: { innerHTML: _vm._s(_vm.star) },
35405
+ }),
35406
+ _vm._v(" "),
35407
+ _c("div", { staticClass: "lupa-ratings" }, [_vm._v(_vm._s(_vm.rating))]),
35408
+ _vm._v(" "),
35409
+ _c(
35410
+ "a",
35411
+ { staticClass: "lupa-total-ratings", attrs: { href: _vm.ratingLink } },
35412
+ [_vm._v(_vm._s(_vm.totalRatings))]
35413
+ ),
35414
+ ])
35290
35415
  };
35291
35416
  var __vue_staticRenderFns__$q = [];
35292
35417
  __vue_render__$q._withStripped = true;
@@ -35320,6 +35445,7 @@ __vue_render__$q._withStripped = true;
35320
35445
  undefined
35321
35446
  );
35322
35447
 
35448
+ const dynamicData$2 = namespace("dynamicData");
35323
35449
  let SearchResultsProductCardElement = class SearchResultsProductCardElement extends Vue$1 {
35324
35450
  get elementComponent() {
35325
35451
  switch (this.element.type) {
@@ -35331,6 +35457,8 @@ let SearchResultsProductCardElement = class SearchResultsProductCardElement exte
35331
35457
  return "searchResultsProductDescription";
35332
35458
  case DocumentElementType.RATING:
35333
35459
  return "searchResultsProductRating";
35460
+ case DocumentElementType.SINGLE_STAR_RATING:
35461
+ return "SearchResultsProductSingleStarRating";
35334
35462
  case DocumentElementType.PRICE:
35335
35463
  return "searchResultsProductPrice";
35336
35464
  case DocumentElementType.REGULARPRICE:
@@ -35345,7 +35473,20 @@ let SearchResultsProductCardElement = class SearchResultsProductCardElement exte
35345
35473
  return "searchResultsProductTitle";
35346
35474
  }
35347
35475
  get displayElement() {
35348
- return this.element.display ? this.element.display(this.item) : true;
35476
+ return this.element.display
35477
+ ? this.element.display(this.enhancedItem)
35478
+ : true;
35479
+ }
35480
+ get isLoadingDynamicData() {
35481
+ return Boolean(this.element.dynamic && this.loading);
35482
+ }
35483
+ get enhancedItem() {
35484
+ var _a, _b, _c, _d;
35485
+ if (!((_a = this.item) === null || _a === void 0 ? void 0 : _a.id)) {
35486
+ return this.item;
35487
+ }
35488
+ 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 : {};
35489
+ return Object.assign(Object.assign({}, this.item), enhancementData);
35349
35490
  }
35350
35491
  handleProductEvent(item) {
35351
35492
  this.$emit("productEvent", item);
@@ -35366,19 +35507,26 @@ __decorate([
35366
35507
  __decorate([
35367
35508
  Prop({ default: "" })
35368
35509
  ], SearchResultsProductCardElement.prototype, "link", void 0);
35510
+ __decorate([
35511
+ dynamicData$2.State("dynamicDataIdMap")
35512
+ ], SearchResultsProductCardElement.prototype, "dynamicDataIdMap", void 0);
35513
+ __decorate([
35514
+ dynamicData$2.State("loading")
35515
+ ], SearchResultsProductCardElement.prototype, "loading", void 0);
35369
35516
  SearchResultsProductCardElement = __decorate([
35370
35517
  Component({
35371
35518
  name: "searchResultsProductCardElement",
35372
35519
  components: {
35373
- SearchResultsProductImage: __vue_component__$y,
35374
- SearchResultsProductTitle: __vue_component__$x,
35375
- SearchResultsProductDescription: __vue_component__$w,
35376
- SearchResultsProductRating: __vue_component__$v,
35377
- SearchResultsProductRegularPrice: __vue_component__$u,
35378
- SearchResultsProductPrice: __vue_component__$t,
35379
- SearchResultsProductAddToCart: __vue_component__$s,
35380
- SearchResultsProductCustom: __vue_component__$r,
35381
- SearchResultsProductCustomHtmlElement: __vue_component__$q,
35520
+ SearchResultsProductImage: __vue_component__$z,
35521
+ SearchResultsProductTitle: __vue_component__$y,
35522
+ SearchResultsProductDescription: __vue_component__$x,
35523
+ SearchResultsProductRating: __vue_component__$w,
35524
+ SearchResultsProductSingleStarRating: __vue_component__$q,
35525
+ SearchResultsProductRegularPrice: __vue_component__$v,
35526
+ SearchResultsProductPrice: __vue_component__$u,
35527
+ SearchResultsProductAddToCart: __vue_component__$t,
35528
+ SearchResultsProductCustom: __vue_component__$s,
35529
+ SearchResultsProductCustomHtmlElement: __vue_component__$r,
35382
35530
  },
35383
35531
  })
35384
35532
  ], SearchResultsProductCardElement);
@@ -35395,8 +35543,9 @@ var __vue_render__$p = function () {
35395
35543
  return _vm.displayElement
35396
35544
  ? _c(_vm.elementComponent, {
35397
35545
  tag: "search-box-element",
35546
+ class: { "lupa-loading-dynamic-data": _vm.isLoadingDynamicData },
35398
35547
  attrs: {
35399
- item: _vm.item,
35548
+ item: _vm.enhancedItem,
35400
35549
  options: _vm.element,
35401
35550
  labels: _vm.labels,
35402
35551
  inStock: _vm.inStock,
@@ -35457,11 +35606,11 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35457
35606
  }
35458
35607
  get imageElements() {
35459
35608
  var _a, _b;
35460
- return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type === DocumentElementType.IMAGE)) !== null && _b !== void 0 ? _b : []);
35609
+ return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type === DocumentElementType.IMAGE && !e.group)) !== null && _b !== void 0 ? _b : []);
35461
35610
  }
35462
35611
  get detailElements() {
35463
35612
  var _a, _b;
35464
- return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type !== DocumentElementType.IMAGE)) !== null && _b !== void 0 ? _b : []);
35613
+ return ((_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.type !== DocumentElementType.IMAGE && !e.group)) !== null && _b !== void 0 ? _b : []);
35465
35614
  }
35466
35615
  get labels() {
35467
35616
  var _a;
@@ -35477,6 +35626,16 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
35477
35626
  get hasEventRouting() {
35478
35627
  return this.searchResultsRoutingBehavior === "event";
35479
35628
  }
35629
+ get elementGroups() {
35630
+ var _a;
35631
+ return [
35632
+ ...new Set((_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.map((e) => e.group).filter((g) => Boolean(g))),
35633
+ ];
35634
+ }
35635
+ getGroupElements(group) {
35636
+ var _a, _b;
35637
+ return (_b = (_a = this.options.elements) === null || _a === void 0 ? void 0 : _a.filter((e) => e.group === group)) !== null && _b !== void 0 ? _b : [];
35638
+ }
35480
35639
  mounted() {
35481
35640
  this.checkIfIsInStock();
35482
35641
  }
@@ -35564,7 +35723,7 @@ SearchResultsProductCard = __decorate([
35564
35723
  Component({
35565
35724
  name: "searchResultsProductCard",
35566
35725
  components: {
35567
- SearchResultsBadgeWrapper: __vue_component__$z,
35726
+ SearchResultsBadgeWrapper: __vue_component__$A,
35568
35727
  SearchResultsProductCardElement: __vue_component__$p,
35569
35728
  },
35570
35729
  })
@@ -35656,7 +35815,30 @@ var __vue_render__$o = function () {
35656
35815
  }),
35657
35816
  1
35658
35817
  ),
35659
- ]
35818
+ _vm._v(" "),
35819
+ _vm._l(_vm.elementGroups, function (group) {
35820
+ return _c(
35821
+ "div",
35822
+ { key: group, class: "lupa-element-group-" + group },
35823
+ _vm._l(_vm.getGroupElements(group), function (element) {
35824
+ return _c("SearchResultsProductCardElement", {
35825
+ key: element.key,
35826
+ staticClass: "lupa-search-results-product-element",
35827
+ attrs: {
35828
+ item: _vm.product,
35829
+ element: element,
35830
+ labels: _vm.labels,
35831
+ inStock: _vm.isInStock,
35832
+ link: _vm.link,
35833
+ },
35834
+ on: { productEvent: _vm.handleProductEvent },
35835
+ })
35836
+ }),
35837
+ 1
35838
+ )
35839
+ }),
35840
+ ],
35841
+ 2
35660
35842
  ),
35661
35843
  ],
35662
35844
  1
@@ -37499,8 +37681,8 @@ FiltersTopDropdown = __decorate([
37499
37681
  Component({
37500
37682
  name: "filtersTopDropdown",
37501
37683
  components: {
37502
- CurrentFilters: __vue_component__$R,
37503
- Facets: __vue_component__$K,
37684
+ CurrentFilters: __vue_component__$S,
37685
+ Facets: __vue_component__$L,
37504
37686
  },
37505
37687
  })
37506
37688
  ], FiltersTopDropdown);
@@ -37653,7 +37835,7 @@ SearchResultsProducts = __decorate([
37653
37835
  Component({
37654
37836
  name: "searchResultsProducts",
37655
37837
  components: {
37656
- CurrentFilters: __vue_component__$R,
37838
+ CurrentFilters: __vue_component__$S,
37657
37839
  SearchResultsProductCard: __vue_component__$o,
37658
37840
  SearchResultsToolbar: __vue_component__$f,
37659
37841
  AdditionalPanels: __vue_component__$m,
@@ -38215,6 +38397,7 @@ const searchResult$1 = namespace("searchResult");
38215
38397
  const params$2 = namespace("params");
38216
38398
  const options$2 = namespace("options");
38217
38399
  const tracking$2 = namespace("tracking");
38400
+ const dynamicData$1 = namespace("dynamicData");
38218
38401
  let SearchResults = class SearchResults extends Vue$1 {
38219
38402
  get productsOptions() {
38220
38403
  return pick(this.options, [
@@ -38319,11 +38502,17 @@ let SearchResults = class SearchResults extends Vue$1 {
38319
38502
  }
38320
38503
  handleResults({ queryKey, results, }) {
38321
38504
  var _a, _b, _c, _d;
38322
- this.trackResults({ queryKey, results });
38323
- const hasResults = Boolean(results.total > 0 ||
38324
- ((_a = results.similarQueries) === null || _a === void 0 ? void 0 : _a.length) ||
38325
- ((_b = results.didYouMean) === null || _b === void 0 ? void 0 : _b.options));
38326
- (_d = (_c = this.options.callbacks) === null || _c === void 0 ? void 0 : _c.onSearchResults) === null || _d === void 0 ? void 0 : _d.call(_c, { queryKey, hasResults });
38505
+ return __awaiter$1(this, void 0, void 0, function* () {
38506
+ this.trackResults({ queryKey, results });
38507
+ const hasResults = Boolean(results.total > 0 ||
38508
+ ((_a = results.similarQueries) === null || _a === void 0 ? void 0 : _a.length) ||
38509
+ ((_b = results.didYouMean) === null || _b === void 0 ? void 0 : _b.options));
38510
+ (_d = (_c = this.options.callbacks) === null || _c === void 0 ? void 0 : _c.onSearchResults) === null || _d === void 0 ? void 0 : _d.call(_c, { queryKey, hasResults });
38511
+ if (!hasResults) {
38512
+ return;
38513
+ }
38514
+ yield this.enhanceData({ result: results });
38515
+ });
38327
38516
  }
38328
38517
  handleResize() {
38329
38518
  const doc = document.documentElement;
@@ -38359,6 +38548,9 @@ __decorate([
38359
38548
  __decorate([
38360
38549
  tracking$2.Action("trackResults")
38361
38550
  ], SearchResults.prototype, "trackResults", void 0);
38551
+ __decorate([
38552
+ dynamicData$1.Action("enhanceSearchResultsWithDynamicData")
38553
+ ], SearchResults.prototype, "enhanceData", void 0);
38362
38554
  __decorate([
38363
38555
  params$2.State("searchString")
38364
38556
  ], SearchResults.prototype, "searchString", void 0);
@@ -38402,11 +38594,11 @@ SearchResults = __decorate([
38402
38594
  Component({
38403
38595
  name: "searchResults",
38404
38596
  components: {
38405
- SearchResultsFilters: __vue_component__$H,
38597
+ SearchResultsFilters: __vue_component__$I,
38406
38598
  SearchResultsProducts: __vue_component__$a,
38407
- MobileFilterSidebar: __vue_component__$G,
38599
+ MobileFilterSidebar: __vue_component__$H,
38408
38600
  SearchResultsBreadcrumbs: __vue_component__$9,
38409
- SearchResultsDidYouMean: __vue_component__$F,
38601
+ SearchResultsDidYouMean: __vue_component__$G,
38410
38602
  SearchResultsTitle: __vue_component__$8,
38411
38603
  SearchResultsToolbar: __vue_component__$f,
38412
38604
  CategoryTopFilters: __vue_component__$7,
@@ -38893,11 +39085,11 @@ const options$1 = namespace("options");
38893
39085
  let SearchContainer = class SearchContainer extends Vue$1 {
38894
39086
  get fullSearchResultsOptions() {
38895
39087
  const options = lodash.exports.cloneDeep(this.options.searchResults);
38896
- return lodash.exports.merge(DEFAULT_OPTIONS_RESULTS, options);
39088
+ return lodash.exports.merge({}, DEFAULT_OPTIONS_RESULTS, options);
38897
39089
  }
38898
39090
  get fullSearchBoxOptions() {
38899
39091
  const options = lodash.exports.cloneDeep(this.options.searchBox);
38900
- return lodash.exports.merge(DEFAULT_SEARCH_BOX_OPTIONS, options);
39092
+ return lodash.exports.merge({}, DEFAULT_SEARCH_BOX_OPTIONS, options);
38901
39093
  }
38902
39094
  fetch() {
38903
39095
  var _a, _b;
@@ -38932,7 +39124,7 @@ SearchContainer = __decorate([
38932
39124
  name: "productList",
38933
39125
  components: {
38934
39126
  SearchResults: __vue_component__$6,
38935
- SearchBox: __vue_component__$U,
39127
+ SearchBox: __vue_component__$V,
38936
39128
  },
38937
39129
  })
38938
39130
  ], SearchContainer);
@@ -39037,6 +39229,7 @@ __vue_render__$1._withStripped = true;
39037
39229
  undefined
39038
39230
  );
39039
39231
 
39232
+ /* eslint-disable @typescript-eslint/no-explicit-any */
39040
39233
  let SearchContainerEntry = class SearchContainerEntry extends Vue$1 {
39041
39234
  constructor() {
39042
39235
  super(...arguments);
@@ -40274,6 +40467,96 @@ TrackingModule = __decorate([
40274
40467
  ], TrackingModule);
40275
40468
  var tracking$1 = TrackingModule;
40276
40469
 
40470
+ let DynamicDataModule = class DynamicDataModule extends VuexModule {
40471
+ constructor() {
40472
+ super(...arguments);
40473
+ this.loading = false;
40474
+ this.dynamicDataIdMap = {};
40475
+ }
40476
+ get loadedIds() {
40477
+ return Object.keys(this.dynamicDataIdMap);
40478
+ }
40479
+ get searchResultOptions() {
40480
+ var _a;
40481
+ return (_a = this.context.rootState["options"]) === null || _a === void 0 ? void 0 : _a.searchResultOptions;
40482
+ }
40483
+ get searchBoxOptions() {
40484
+ var _a;
40485
+ return (_a = this.context.rootState["options"]) === null || _a === void 0 ? void 0 : _a.searchBoxOptions;
40486
+ }
40487
+ get dynamicSearchResultData() {
40488
+ var _a;
40489
+ return (_a = this.searchResultOptions) === null || _a === void 0 ? void 0 : _a.dynamicData;
40490
+ }
40491
+ get dynamicSearchBoxData() {
40492
+ var _a;
40493
+ return (_a = this.searchBoxOptions) === null || _a === void 0 ? void 0 : _a.dynamicData;
40494
+ }
40495
+ get isDynamicDataEnabledForSearchResults() {
40496
+ var _a, _b;
40497
+ return (_b = (_a = this.searchResultOptions) === null || _a === void 0 ? void 0 : _a.dynamicData) === null || _b === void 0 ? void 0 : _b.enabled;
40498
+ }
40499
+ get isDynamicDataEnabledForSearchBox() {
40500
+ var _a, _b;
40501
+ return (_b = (_a = this.searchBoxOptions) === null || _a === void 0 ? void 0 : _a.dynamicData) === null || _b === void 0 ? void 0 : _b.enabled;
40502
+ }
40503
+ get isCacheEnabled() {
40504
+ var _a;
40505
+ return Boolean((_a = this.dynamicSearchResultData) === null || _a === void 0 ? void 0 : _a.cache);
40506
+ }
40507
+ enhanceSearchResultsWithDynamicData({ result, mode, }) {
40508
+ var _a, _b, _c;
40509
+ return __awaiter$1(this, void 0, void 0, function* () {
40510
+ const enabledForMode = mode === "searchBox"
40511
+ ? this.isDynamicDataEnabledForSearchBox
40512
+ : this.isDynamicDataEnabledForSearchResults;
40513
+ if (!result || !enabledForMode) {
40514
+ return {};
40515
+ }
40516
+ 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 : [];
40517
+ if (this.isCacheEnabled) {
40518
+ requestedIds = requestedIds.filter((i) => !this.loadedIds.includes(i));
40519
+ }
40520
+ if (!requestedIds.length) {
40521
+ return {};
40522
+ }
40523
+ this.context.commit("setLoading", true);
40524
+ try {
40525
+ const dynamicData = this.dynamicSearchResultData || this.dynamicSearchBoxData;
40526
+ if (!(dynamicData === null || dynamicData === void 0 ? void 0 : dynamicData.handler)) {
40527
+ return {};
40528
+ }
40529
+ const dynamicDataResult = (_c = (yield (dynamicData === null || dynamicData === void 0 ? void 0 : dynamicData.handler(requestedIds)))) !== null && _c !== void 0 ? _c : [];
40530
+ const seed = {};
40531
+ const dynamicDataIdMap = dynamicDataResult.reduce((a, c) => (Object.assign(Object.assign({}, a), { [c.id]: c })), seed);
40532
+ return dynamicDataIdMap;
40533
+ }
40534
+ finally {
40535
+ this.context.commit("setLoading", false);
40536
+ }
40537
+ });
40538
+ }
40539
+ save(newData) {
40540
+ this.dynamicDataIdMap = Object.assign(Object.assign({}, this.dynamicDataIdMap), newData);
40541
+ }
40542
+ setLoading(state) {
40543
+ this.loading = state;
40544
+ }
40545
+ };
40546
+ __decorate([
40547
+ Action({ commit: "save" })
40548
+ ], DynamicDataModule.prototype, "enhanceSearchResultsWithDynamicData", null);
40549
+ __decorate([
40550
+ Mutation
40551
+ ], DynamicDataModule.prototype, "save", null);
40552
+ __decorate([
40553
+ Mutation
40554
+ ], DynamicDataModule.prototype, "setLoading", null);
40555
+ DynamicDataModule = __decorate([
40556
+ Module({ namespaced: true })
40557
+ ], DynamicDataModule);
40558
+ var dynamicData = DynamicDataModule;
40559
+
40277
40560
  Vue$1.use(Vuex);
40278
40561
  var store = new Vuex.Store({
40279
40562
  state: {},
@@ -40284,6 +40567,7 @@ var store = new Vuex.Store({
40284
40567
  searchBox: searchBox$1,
40285
40568
  options,
40286
40569
  tracking: tracking$1,
40570
+ dynamicData,
40287
40571
  },
40288
40572
  });
40289
40573
 
@@ -40355,7 +40639,7 @@ const applySearchBox = (options, mountOptions) => {
40355
40639
  return;
40356
40640
  }
40357
40641
  Vue$1.use(Vuex);
40358
- const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$T);
40642
+ const SearchBoxEntryComponent = Vue$1.component("SearchBoxEntry", __vue_component__$U);
40359
40643
  const instance = new SearchBoxEntryComponent({
40360
40644
  el: options.inputSelector,
40361
40645
  propsData: { searchBoxOptions: options },