@getlupa/client 0.7.0-alpha-6 → 0.7.0-alpha-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/cjs/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +2 -1
  2. package/dist/cjs/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +7 -0
  3. package/dist/cjs/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +9 -0
  4. package/dist/cjs/index.d.ts +2 -2
  5. package/dist/cjs/index.min.js +846 -652
  6. package/dist/cjs/types/search-results/BadgeOptions.d.ts +13 -0
  7. package/dist/cjs/types/search-results/SearchResultsOptions.d.ts +1 -0
  8. package/dist/cjs/types/search-results/SearchResultsProductCardOptions.d.ts +2 -1
  9. package/dist/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +2 -1
  10. package/dist/es/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +7 -0
  11. package/dist/es/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +9 -0
  12. package/dist/es/index.d.ts +2 -2
  13. package/dist/es/index.min.js +846 -652
  14. package/dist/es/types/search-results/BadgeOptions.d.ts +13 -0
  15. package/dist/es/types/search-results/SearchResultsOptions.d.ts +1 -0
  16. package/dist/es/types/search-results/SearchResultsProductCardOptions.d.ts +2 -1
  17. package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +2 -1
  18. package/dist/iife/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +7 -0
  19. package/dist/iife/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +9 -0
  20. package/dist/iife/index.d.ts +2 -2
  21. package/dist/iife/index.min.js +1 -1
  22. package/dist/iife/types/search-results/BadgeOptions.d.ts +13 -0
  23. package/dist/iife/types/search-results/SearchResultsOptions.d.ts +1 -0
  24. package/dist/iife/types/search-results/SearchResultsProductCardOptions.d.ts +2 -1
  25. package/package.json +1 -1
@@ -11007,7 +11007,7 @@ SearchBoxInput = __decorate([
11007
11007
  name: "searchBoxInput",
11008
11008
  })
11009
11009
  ], SearchBoxInput);
11010
- var script$16 = SearchBoxInput;
11010
+ var script$18 = SearchBoxInput;
11011
11011
 
11012
11012
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
11013
11013
  if (typeof shadowMode !== 'boolean') {
@@ -11138,10 +11138,10 @@ function addStyle(id, css) {
11138
11138
  }
11139
11139
 
11140
11140
  /* script */
11141
- const __vue_script__$17 = script$16;
11141
+ const __vue_script__$19 = script$18;
11142
11142
 
11143
11143
  /* template */
11144
- var __vue_render__$17 = function () {
11144
+ var __vue_render__$19 = function () {
11145
11145
  var _vm = this;
11146
11146
  var _h = _vm.$createElement;
11147
11147
  var _c = _vm._self._c || _h;
@@ -11194,34 +11194,34 @@ var __vue_render__$17 = function () {
11194
11194
  ),
11195
11195
  ])
11196
11196
  };
11197
- var __vue_staticRenderFns__$17 = [];
11198
- __vue_render__$17._withStripped = true;
11197
+ var __vue_staticRenderFns__$19 = [];
11198
+ __vue_render__$19._withStripped = true;
11199
11199
 
11200
11200
  /* style */
11201
- const __vue_inject_styles__$17 = function (inject) {
11201
+ const __vue_inject_styles__$19 = function (inject) {
11202
11202
  if (!inject) return
11203
11203
  inject("data-v-7759bf15_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", map: undefined, media: undefined });
11204
11204
 
11205
11205
  };
11206
11206
  /* scoped */
11207
- const __vue_scope_id__$17 = undefined;
11207
+ const __vue_scope_id__$19 = undefined;
11208
11208
  /* module identifier */
11209
- const __vue_module_identifier__$17 = undefined;
11209
+ const __vue_module_identifier__$19 = undefined;
11210
11210
  /* functional template */
11211
- const __vue_is_functional_template__$17 = false;
11211
+ const __vue_is_functional_template__$19 = false;
11212
11212
  /* style inject SSR */
11213
11213
 
11214
11214
  /* style inject shadow dom */
11215
11215
 
11216
11216
 
11217
11217
 
11218
- const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11219
- { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11220
- __vue_inject_styles__$17,
11221
- __vue_script__$17,
11222
- __vue_scope_id__$17,
11223
- __vue_is_functional_template__$17,
11224
- __vue_module_identifier__$17,
11218
+ const __vue_component__$19 = /*#__PURE__*/normalizeComponent(
11219
+ { render: __vue_render__$19, staticRenderFns: __vue_staticRenderFns__$19 },
11220
+ __vue_inject_styles__$19,
11221
+ __vue_script__$19,
11222
+ __vue_scope_id__$19,
11223
+ __vue_is_functional_template__$19,
11224
+ __vue_module_identifier__$19,
11225
11225
  false,
11226
11226
  createInjector,
11227
11227
  undefined,
@@ -11286,13 +11286,13 @@ __decorate([
11286
11286
  SearchBoxProductImage = __decorate([
11287
11287
  Component
11288
11288
  ], SearchBoxProductImage);
11289
- var script$15 = SearchBoxProductImage;
11289
+ var script$17 = SearchBoxProductImage;
11290
11290
 
11291
11291
  /* script */
11292
- const __vue_script__$16 = script$15;
11292
+ const __vue_script__$18 = script$17;
11293
11293
 
11294
11294
  /* template */
11295
- var __vue_render__$16 = function () {
11295
+ var __vue_render__$18 = function () {
11296
11296
  var _vm = this;
11297
11297
  var _h = _vm.$createElement;
11298
11298
  var _c = _vm._self._c || _h;
@@ -11304,17 +11304,17 @@ var __vue_render__$16 = function () {
11304
11304
  }),
11305
11305
  ])
11306
11306
  };
11307
- var __vue_staticRenderFns__$16 = [];
11308
- __vue_render__$16._withStripped = true;
11307
+ var __vue_staticRenderFns__$18 = [];
11308
+ __vue_render__$18._withStripped = true;
11309
11309
 
11310
11310
  /* style */
11311
- const __vue_inject_styles__$16 = undefined;
11311
+ const __vue_inject_styles__$18 = undefined;
11312
11312
  /* scoped */
11313
- const __vue_scope_id__$16 = undefined;
11313
+ const __vue_scope_id__$18 = undefined;
11314
11314
  /* module identifier */
11315
- const __vue_module_identifier__$16 = undefined;
11315
+ const __vue_module_identifier__$18 = undefined;
11316
11316
  /* functional template */
11317
- const __vue_is_functional_template__$16 = false;
11317
+ const __vue_is_functional_template__$18 = false;
11318
11318
  /* style inject */
11319
11319
 
11320
11320
  /* style inject SSR */
@@ -11323,13 +11323,13 @@ __vue_render__$16._withStripped = true;
11323
11323
 
11324
11324
 
11325
11325
 
11326
- const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11327
- { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11328
- __vue_inject_styles__$16,
11329
- __vue_script__$16,
11330
- __vue_scope_id__$16,
11331
- __vue_is_functional_template__$16,
11332
- __vue_module_identifier__$16,
11326
+ const __vue_component__$18 = /*#__PURE__*/normalizeComponent(
11327
+ { render: __vue_render__$18, staticRenderFns: __vue_staticRenderFns__$18 },
11328
+ __vue_inject_styles__$18,
11329
+ __vue_script__$18,
11330
+ __vue_scope_id__$18,
11331
+ __vue_is_functional_template__$18,
11332
+ __vue_module_identifier__$18,
11333
11333
  false,
11334
11334
  undefined,
11335
11335
  undefined,
@@ -11354,13 +11354,13 @@ __decorate([
11354
11354
  SearchBoxProductTitle = __decorate([
11355
11355
  Component
11356
11356
  ], SearchBoxProductTitle);
11357
- var script$14 = SearchBoxProductTitle;
11357
+ var script$16 = SearchBoxProductTitle;
11358
11358
 
11359
11359
  /* script */
11360
- const __vue_script__$15 = script$14;
11360
+ const __vue_script__$17 = script$16;
11361
11361
 
11362
11362
  /* template */
11363
- var __vue_render__$15 = function () {
11363
+ var __vue_render__$17 = function () {
11364
11364
  var _vm = this;
11365
11365
  var _h = _vm.$createElement;
11366
11366
  var _c = _vm._self._c || _h;
@@ -11373,17 +11373,17 @@ var __vue_render__$15 = function () {
11373
11373
  _c("strong", [_vm._v(_vm._s(_vm.title))]),
11374
11374
  ])
11375
11375
  };
11376
- var __vue_staticRenderFns__$15 = [];
11377
- __vue_render__$15._withStripped = true;
11376
+ var __vue_staticRenderFns__$17 = [];
11377
+ __vue_render__$17._withStripped = true;
11378
11378
 
11379
11379
  /* style */
11380
- const __vue_inject_styles__$15 = undefined;
11380
+ const __vue_inject_styles__$17 = undefined;
11381
11381
  /* scoped */
11382
- const __vue_scope_id__$15 = undefined;
11382
+ const __vue_scope_id__$17 = undefined;
11383
11383
  /* module identifier */
11384
- const __vue_module_identifier__$15 = undefined;
11384
+ const __vue_module_identifier__$17 = undefined;
11385
11385
  /* functional template */
11386
- const __vue_is_functional_template__$15 = false;
11386
+ const __vue_is_functional_template__$17 = false;
11387
11387
  /* style inject */
11388
11388
 
11389
11389
  /* style inject SSR */
@@ -11392,13 +11392,13 @@ __vue_render__$15._withStripped = true;
11392
11392
 
11393
11393
 
11394
11394
 
11395
- const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11396
- { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11397
- __vue_inject_styles__$15,
11398
- __vue_script__$15,
11399
- __vue_scope_id__$15,
11400
- __vue_is_functional_template__$15,
11401
- __vue_module_identifier__$15,
11395
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11396
+ { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11397
+ __vue_inject_styles__$17,
11398
+ __vue_script__$17,
11399
+ __vue_scope_id__$17,
11400
+ __vue_is_functional_template__$17,
11401
+ __vue_module_identifier__$17,
11402
11402
  false,
11403
11403
  undefined,
11404
11404
  undefined,
@@ -11423,13 +11423,13 @@ __decorate([
11423
11423
  SearchBoxProductDescription = __decorate([
11424
11424
  Component
11425
11425
  ], SearchBoxProductDescription);
11426
- var script$13 = SearchBoxProductDescription;
11426
+ var script$15 = SearchBoxProductDescription;
11427
11427
 
11428
11428
  /* script */
11429
- const __vue_script__$14 = script$13;
11429
+ const __vue_script__$16 = script$15;
11430
11430
 
11431
11431
  /* template */
11432
- var __vue_render__$14 = function () {
11432
+ var __vue_render__$16 = function () {
11433
11433
  var _vm = this;
11434
11434
  var _h = _vm.$createElement;
11435
11435
  var _c = _vm._self._c || _h;
@@ -11442,17 +11442,17 @@ var __vue_render__$14 = function () {
11442
11442
  _vm._v("\n " + _vm._s(_vm.description) + "\n"),
11443
11443
  ])
11444
11444
  };
11445
- var __vue_staticRenderFns__$14 = [];
11446
- __vue_render__$14._withStripped = true;
11445
+ var __vue_staticRenderFns__$16 = [];
11446
+ __vue_render__$16._withStripped = true;
11447
11447
 
11448
11448
  /* style */
11449
- const __vue_inject_styles__$14 = undefined;
11449
+ const __vue_inject_styles__$16 = undefined;
11450
11450
  /* scoped */
11451
- const __vue_scope_id__$14 = undefined;
11451
+ const __vue_scope_id__$16 = undefined;
11452
11452
  /* module identifier */
11453
- const __vue_module_identifier__$14 = undefined;
11453
+ const __vue_module_identifier__$16 = undefined;
11454
11454
  /* functional template */
11455
- const __vue_is_functional_template__$14 = false;
11455
+ const __vue_is_functional_template__$16 = false;
11456
11456
  /* style inject */
11457
11457
 
11458
11458
  /* style inject SSR */
@@ -11461,13 +11461,13 @@ __vue_render__$14._withStripped = true;
11461
11461
 
11462
11462
 
11463
11463
 
11464
- const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
11465
- { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
11466
- __vue_inject_styles__$14,
11467
- __vue_script__$14,
11468
- __vue_scope_id__$14,
11469
- __vue_is_functional_template__$14,
11470
- __vue_module_identifier__$14,
11464
+ const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11465
+ { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11466
+ __vue_inject_styles__$16,
11467
+ __vue_script__$16,
11468
+ __vue_scope_id__$16,
11469
+ __vue_is_functional_template__$16,
11470
+ __vue_module_identifier__$16,
11471
11471
  false,
11472
11472
  undefined,
11473
11473
  undefined,
@@ -11523,13 +11523,13 @@ __decorate([
11523
11523
  SearchBoxProductPrice = __decorate([
11524
11524
  Component
11525
11525
  ], SearchBoxProductPrice);
11526
- var script$12 = SearchBoxProductPrice;
11526
+ var script$14 = SearchBoxProductPrice;
11527
11527
 
11528
11528
  /* script */
11529
- const __vue_script__$13 = script$12;
11529
+ const __vue_script__$15 = script$14;
11530
11530
 
11531
11531
  /* template */
11532
- var __vue_render__$13 = function () {
11532
+ var __vue_render__$15 = function () {
11533
11533
  var _vm = this;
11534
11534
  var _h = _vm.$createElement;
11535
11535
  var _c = _vm._self._c || _h;
@@ -11537,17 +11537,17 @@ var __vue_render__$13 = function () {
11537
11537
  _c("strong", [_vm._v(_vm._s(_vm.price))]),
11538
11538
  ])
11539
11539
  };
11540
- var __vue_staticRenderFns__$13 = [];
11541
- __vue_render__$13._withStripped = true;
11540
+ var __vue_staticRenderFns__$15 = [];
11541
+ __vue_render__$15._withStripped = true;
11542
11542
 
11543
11543
  /* style */
11544
- const __vue_inject_styles__$13 = undefined;
11544
+ const __vue_inject_styles__$15 = undefined;
11545
11545
  /* scoped */
11546
- const __vue_scope_id__$13 = undefined;
11546
+ const __vue_scope_id__$15 = undefined;
11547
11547
  /* module identifier */
11548
- const __vue_module_identifier__$13 = undefined;
11548
+ const __vue_module_identifier__$15 = undefined;
11549
11549
  /* functional template */
11550
- const __vue_is_functional_template__$13 = false;
11550
+ const __vue_is_functional_template__$15 = false;
11551
11551
  /* style inject */
11552
11552
 
11553
11553
  /* style inject SSR */
@@ -11556,13 +11556,13 @@ __vue_render__$13._withStripped = true;
11556
11556
 
11557
11557
 
11558
11558
 
11559
- const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
11560
- { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
11561
- __vue_inject_styles__$13,
11562
- __vue_script__$13,
11563
- __vue_scope_id__$13,
11564
- __vue_is_functional_template__$13,
11565
- __vue_module_identifier__$13,
11559
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11560
+ { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11561
+ __vue_inject_styles__$15,
11562
+ __vue_script__$15,
11563
+ __vue_scope_id__$15,
11564
+ __vue_is_functional_template__$15,
11565
+ __vue_module_identifier__$15,
11566
11566
  false,
11567
11567
  undefined,
11568
11568
  undefined,
@@ -11587,13 +11587,13 @@ __decorate([
11587
11587
  SearchBoxProductRegularPrice = __decorate([
11588
11588
  Component
11589
11589
  ], SearchBoxProductRegularPrice);
11590
- var script$11 = SearchBoxProductRegularPrice;
11590
+ var script$13 = SearchBoxProductRegularPrice;
11591
11591
 
11592
11592
  /* script */
11593
- const __vue_script__$12 = script$11;
11593
+ const __vue_script__$14 = script$13;
11594
11594
 
11595
11595
  /* template */
11596
- var __vue_render__$12 = function () {
11596
+ var __vue_render__$14 = function () {
11597
11597
  var _vm = this;
11598
11598
  var _h = _vm.$createElement;
11599
11599
  var _c = _vm._self._c || _h;
@@ -11601,17 +11601,17 @@ var __vue_render__$12 = function () {
11601
11601
  _vm._v(_vm._s(_vm.price)),
11602
11602
  ])
11603
11603
  };
11604
- var __vue_staticRenderFns__$12 = [];
11605
- __vue_render__$12._withStripped = true;
11604
+ var __vue_staticRenderFns__$14 = [];
11605
+ __vue_render__$14._withStripped = true;
11606
11606
 
11607
11607
  /* style */
11608
- const __vue_inject_styles__$12 = undefined;
11608
+ const __vue_inject_styles__$14 = undefined;
11609
11609
  /* scoped */
11610
- const __vue_scope_id__$12 = undefined;
11610
+ const __vue_scope_id__$14 = undefined;
11611
11611
  /* module identifier */
11612
- const __vue_module_identifier__$12 = undefined;
11612
+ const __vue_module_identifier__$14 = undefined;
11613
11613
  /* functional template */
11614
- const __vue_is_functional_template__$12 = false;
11614
+ const __vue_is_functional_template__$14 = false;
11615
11615
  /* style inject */
11616
11616
 
11617
11617
  /* style inject SSR */
@@ -11620,13 +11620,13 @@ __vue_render__$12._withStripped = true;
11620
11620
 
11621
11621
 
11622
11622
 
11623
- const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
11624
- { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
11625
- __vue_inject_styles__$12,
11626
- __vue_script__$12,
11627
- __vue_scope_id__$12,
11628
- __vue_is_functional_template__$12,
11629
- __vue_module_identifier__$12,
11623
+ const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
11624
+ { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
11625
+ __vue_inject_styles__$14,
11626
+ __vue_script__$14,
11627
+ __vue_scope_id__$14,
11628
+ __vue_is_functional_template__$14,
11629
+ __vue_module_identifier__$14,
11630
11630
  false,
11631
11631
  undefined,
11632
11632
  undefined,
@@ -11654,13 +11654,13 @@ __decorate([
11654
11654
  SearchBoxProductCustom = __decorate([
11655
11655
  Component
11656
11656
  ], SearchBoxProductCustom);
11657
- var script$10 = SearchBoxProductCustom;
11657
+ var script$12 = SearchBoxProductCustom;
11658
11658
 
11659
11659
  /* script */
11660
- const __vue_script__$11 = script$10;
11660
+ const __vue_script__$13 = script$12;
11661
11661
 
11662
11662
  /* template */
11663
- var __vue_render__$11 = function () {
11663
+ var __vue_render__$13 = function () {
11664
11664
  var _vm = this;
11665
11665
  var _h = _vm.$createElement;
11666
11666
  var _c = _vm._self._c || _h;
@@ -11673,17 +11673,17 @@ var __vue_render__$11 = function () {
11673
11673
  _vm._v("\n " + _vm._s(_vm.text) + "\n"),
11674
11674
  ])
11675
11675
  };
11676
- var __vue_staticRenderFns__$11 = [];
11677
- __vue_render__$11._withStripped = true;
11676
+ var __vue_staticRenderFns__$13 = [];
11677
+ __vue_render__$13._withStripped = true;
11678
11678
 
11679
11679
  /* style */
11680
- const __vue_inject_styles__$11 = undefined;
11680
+ const __vue_inject_styles__$13 = undefined;
11681
11681
  /* scoped */
11682
- const __vue_scope_id__$11 = undefined;
11682
+ const __vue_scope_id__$13 = undefined;
11683
11683
  /* module identifier */
11684
- const __vue_module_identifier__$11 = undefined;
11684
+ const __vue_module_identifier__$13 = undefined;
11685
11685
  /* functional template */
11686
- const __vue_is_functional_template__$11 = false;
11686
+ const __vue_is_functional_template__$13 = false;
11687
11687
  /* style inject */
11688
11688
 
11689
11689
  /* style inject SSR */
@@ -11692,13 +11692,13 @@ __vue_render__$11._withStripped = true;
11692
11692
 
11693
11693
 
11694
11694
 
11695
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
11696
- { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
11697
- __vue_inject_styles__$11,
11698
- __vue_script__$11,
11699
- __vue_scope_id__$11,
11700
- __vue_is_functional_template__$11,
11701
- __vue_module_identifier__$11,
11695
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
11696
+ { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
11697
+ __vue_inject_styles__$13,
11698
+ __vue_script__$13,
11699
+ __vue_scope_id__$13,
11700
+ __vue_is_functional_template__$13,
11701
+ __vue_module_identifier__$13,
11702
11702
  false,
11703
11703
  undefined,
11704
11704
  undefined,
@@ -11724,13 +11724,13 @@ SearchBoxProductCustomHtml = __decorate([
11724
11724
  name: "SearchBoxProductCustomHtml",
11725
11725
  })
11726
11726
  ], SearchBoxProductCustomHtml);
11727
- var script$$ = SearchBoxProductCustomHtml;
11727
+ var script$11 = SearchBoxProductCustomHtml;
11728
11728
 
11729
11729
  /* script */
11730
- const __vue_script__$10 = script$$;
11730
+ const __vue_script__$12 = script$11;
11731
11731
 
11732
11732
  /* template */
11733
- var __vue_render__$10 = function () {
11733
+ var __vue_render__$12 = function () {
11734
11734
  var _vm = this;
11735
11735
  var _h = _vm.$createElement;
11736
11736
  var _c = _vm._self._c || _h;
@@ -11739,17 +11739,17 @@ var __vue_render__$10 = function () {
11739
11739
  domProps: { innerHTML: _vm._s(_vm.text) },
11740
11740
  })
11741
11741
  };
11742
- var __vue_staticRenderFns__$10 = [];
11743
- __vue_render__$10._withStripped = true;
11742
+ var __vue_staticRenderFns__$12 = [];
11743
+ __vue_render__$12._withStripped = true;
11744
11744
 
11745
11745
  /* style */
11746
- const __vue_inject_styles__$10 = undefined;
11746
+ const __vue_inject_styles__$12 = undefined;
11747
11747
  /* scoped */
11748
- const __vue_scope_id__$10 = undefined;
11748
+ const __vue_scope_id__$12 = undefined;
11749
11749
  /* module identifier */
11750
- const __vue_module_identifier__$10 = undefined;
11750
+ const __vue_module_identifier__$12 = undefined;
11751
11751
  /* functional template */
11752
- const __vue_is_functional_template__$10 = false;
11752
+ const __vue_is_functional_template__$12 = false;
11753
11753
  /* style inject */
11754
11754
 
11755
11755
  /* style inject SSR */
@@ -11758,13 +11758,13 @@ __vue_render__$10._withStripped = true;
11758
11758
 
11759
11759
 
11760
11760
 
11761
- const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
11762
- { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
11763
- __vue_inject_styles__$10,
11764
- __vue_script__$10,
11765
- __vue_scope_id__$10,
11766
- __vue_is_functional_template__$10,
11767
- __vue_module_identifier__$10,
11761
+ const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
11762
+ { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
11763
+ __vue_inject_styles__$12,
11764
+ __vue_script__$12,
11765
+ __vue_scope_id__$12,
11766
+ __vue_is_functional_template__$12,
11767
+ __vue_module_identifier__$12,
11768
11768
  false,
11769
11769
  undefined,
11770
11770
  undefined,
@@ -11821,23 +11821,23 @@ __decorate([
11821
11821
  SearchBoxProductElement = __decorate([
11822
11822
  Component({
11823
11823
  components: {
11824
- SearchBoxProductImage: __vue_component__$16,
11825
- SearchBoxProductTitle: __vue_component__$15,
11826
- SearchBoxProductDescription: __vue_component__$14,
11827
- SearchBoxProductPrice: __vue_component__$13,
11828
- SearchBoxProductRegularPrice: __vue_component__$12,
11829
- SearchBoxProductCustom: __vue_component__$11,
11830
- SearchBoxProductCustomHtml: __vue_component__$10,
11824
+ SearchBoxProductImage: __vue_component__$18,
11825
+ SearchBoxProductTitle: __vue_component__$17,
11826
+ SearchBoxProductDescription: __vue_component__$16,
11827
+ SearchBoxProductPrice: __vue_component__$15,
11828
+ SearchBoxProductRegularPrice: __vue_component__$14,
11829
+ SearchBoxProductCustom: __vue_component__$13,
11830
+ SearchBoxProductCustomHtml: __vue_component__$12,
11831
11831
  },
11832
11832
  })
11833
11833
  ], SearchBoxProductElement);
11834
- var script$_ = SearchBoxProductElement;
11834
+ var script$10 = SearchBoxProductElement;
11835
11835
 
11836
11836
  /* script */
11837
- const __vue_script__$$ = script$_;
11837
+ const __vue_script__$11 = script$10;
11838
11838
 
11839
11839
  /* template */
11840
- var __vue_render__$$ = function () {
11840
+ var __vue_render__$11 = function () {
11841
11841
  var _vm = this;
11842
11842
  var _h = _vm.$createElement;
11843
11843
  var _c = _vm._self._c || _h;
@@ -11848,17 +11848,17 @@ var __vue_render__$$ = function () {
11848
11848
  })
11849
11849
  : _vm._e()
11850
11850
  };
11851
- var __vue_staticRenderFns__$$ = [];
11852
- __vue_render__$$._withStripped = true;
11851
+ var __vue_staticRenderFns__$11 = [];
11852
+ __vue_render__$11._withStripped = true;
11853
11853
 
11854
11854
  /* style */
11855
- const __vue_inject_styles__$$ = undefined;
11855
+ const __vue_inject_styles__$11 = undefined;
11856
11856
  /* scoped */
11857
- const __vue_scope_id__$$ = undefined;
11857
+ const __vue_scope_id__$11 = undefined;
11858
11858
  /* module identifier */
11859
- const __vue_module_identifier__$$ = undefined;
11859
+ const __vue_module_identifier__$11 = undefined;
11860
11860
  /* functional template */
11861
- const __vue_is_functional_template__$$ = false;
11861
+ const __vue_is_functional_template__$11 = false;
11862
11862
  /* style inject */
11863
11863
 
11864
11864
  /* style inject SSR */
@@ -11867,13 +11867,13 @@ __vue_render__$$._withStripped = true;
11867
11867
 
11868
11868
 
11869
11869
 
11870
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
11871
- { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
11872
- __vue_inject_styles__$$,
11873
- __vue_script__$$,
11874
- __vue_scope_id__$$,
11875
- __vue_is_functional_template__$$,
11876
- __vue_module_identifier__$$,
11870
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
11871
+ { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
11872
+ __vue_inject_styles__$11,
11873
+ __vue_script__$11,
11874
+ __vue_scope_id__$11,
11875
+ __vue_is_functional_template__$11,
11876
+ __vue_module_identifier__$11,
11877
11877
  false,
11878
11878
  undefined,
11879
11879
  undefined,
@@ -12272,17 +12272,17 @@ __decorate([
12272
12272
  SearchBoxProduct = __decorate([
12273
12273
  Component({
12274
12274
  components: {
12275
- SearchBoxProductElement: __vue_component__$$,
12275
+ SearchBoxProductElement: __vue_component__$11,
12276
12276
  },
12277
12277
  })
12278
12278
  ], SearchBoxProduct);
12279
- var script$Z = SearchBoxProduct;
12279
+ var script$$ = SearchBoxProduct;
12280
12280
 
12281
12281
  /* script */
12282
- const __vue_script__$_ = script$Z;
12282
+ const __vue_script__$10 = script$$;
12283
12283
 
12284
12284
  /* template */
12285
- var __vue_render__$_ = function () {
12285
+ var __vue_render__$10 = function () {
12286
12286
  var _vm = this;
12287
12287
  var _h = _vm.$createElement;
12288
12288
  var _c = _vm._self._c || _h;
@@ -12333,17 +12333,17 @@ var __vue_render__$_ = function () {
12333
12333
  ]
12334
12334
  )
12335
12335
  };
12336
- var __vue_staticRenderFns__$_ = [];
12337
- __vue_render__$_._withStripped = true;
12336
+ var __vue_staticRenderFns__$10 = [];
12337
+ __vue_render__$10._withStripped = true;
12338
12338
 
12339
12339
  /* style */
12340
- const __vue_inject_styles__$_ = undefined;
12340
+ const __vue_inject_styles__$10 = undefined;
12341
12341
  /* scoped */
12342
- const __vue_scope_id__$_ = undefined;
12342
+ const __vue_scope_id__$10 = undefined;
12343
12343
  /* module identifier */
12344
- const __vue_module_identifier__$_ = undefined;
12344
+ const __vue_module_identifier__$10 = undefined;
12345
12345
  /* functional template */
12346
- const __vue_is_functional_template__$_ = false;
12346
+ const __vue_is_functional_template__$10 = false;
12347
12347
  /* style inject */
12348
12348
 
12349
12349
  /* style inject SSR */
@@ -12352,13 +12352,13 @@ __vue_render__$_._withStripped = true;
12352
12352
 
12353
12353
 
12354
12354
 
12355
- const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
12356
- { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
12357
- __vue_inject_styles__$_,
12358
- __vue_script__$_,
12359
- __vue_scope_id__$_,
12360
- __vue_is_functional_template__$_,
12361
- __vue_module_identifier__$_,
12355
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
12356
+ { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
12357
+ __vue_inject_styles__$10,
12358
+ __vue_script__$10,
12359
+ __vue_scope_id__$10,
12360
+ __vue_is_functional_template__$10,
12361
+ __vue_module_identifier__$10,
12362
12362
  false,
12363
12363
  undefined,
12364
12364
  undefined,
@@ -12392,16 +12392,16 @@ __decorate([
12392
12392
  ], SearchBoxProducts.prototype, "highlightedItem", void 0);
12393
12393
  SearchBoxProducts = __decorate([
12394
12394
  Component({
12395
- components: { SearchBoxProduct: __vue_component__$_ },
12395
+ components: { SearchBoxProduct: __vue_component__$10 },
12396
12396
  })
12397
12397
  ], SearchBoxProducts);
12398
- var script$Y = SearchBoxProducts;
12398
+ var script$_ = SearchBoxProducts;
12399
12399
 
12400
12400
  /* script */
12401
- const __vue_script__$Z = script$Y;
12401
+ const __vue_script__$$ = script$_;
12402
12402
 
12403
12403
  /* template */
12404
- var __vue_render__$Z = function () {
12404
+ var __vue_render__$$ = function () {
12405
12405
  var _vm = this;
12406
12406
  var _h = _vm.$createElement;
12407
12407
  var _c = _vm._self._c || _h;
@@ -12423,17 +12423,17 @@ var __vue_render__$Z = function () {
12423
12423
  1
12424
12424
  )
12425
12425
  };
12426
- var __vue_staticRenderFns__$Z = [];
12427
- __vue_render__$Z._withStripped = true;
12426
+ var __vue_staticRenderFns__$$ = [];
12427
+ __vue_render__$$._withStripped = true;
12428
12428
 
12429
12429
  /* style */
12430
- const __vue_inject_styles__$Z = undefined;
12430
+ const __vue_inject_styles__$$ = undefined;
12431
12431
  /* scoped */
12432
- const __vue_scope_id__$Z = undefined;
12432
+ const __vue_scope_id__$$ = undefined;
12433
12433
  /* module identifier */
12434
- const __vue_module_identifier__$Z = undefined;
12434
+ const __vue_module_identifier__$$ = undefined;
12435
12435
  /* functional template */
12436
- const __vue_is_functional_template__$Z = false;
12436
+ const __vue_is_functional_template__$$ = false;
12437
12437
  /* style inject */
12438
12438
 
12439
12439
  /* style inject SSR */
@@ -12442,13 +12442,13 @@ __vue_render__$Z._withStripped = true;
12442
12442
 
12443
12443
 
12444
12444
 
12445
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
12446
- { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
12447
- __vue_inject_styles__$Z,
12448
- __vue_script__$Z,
12449
- __vue_scope_id__$Z,
12450
- __vue_is_functional_template__$Z,
12451
- __vue_module_identifier__$Z,
12445
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
12446
+ { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
12447
+ __vue_inject_styles__$$,
12448
+ __vue_script__$$,
12449
+ __vue_scope_id__$$,
12450
+ __vue_is_functional_template__$$,
12451
+ __vue_module_identifier__$$,
12452
12452
  false,
12453
12453
  undefined,
12454
12454
  undefined,
@@ -12515,17 +12515,17 @@ SearchBoxProductsWrapper = __decorate([
12515
12515
  Component({
12516
12516
  name: "searchBoxProductsWrapper",
12517
12517
  components: {
12518
- SearchBoxProducts: __vue_component__$Z,
12518
+ SearchBoxProducts: __vue_component__$$,
12519
12519
  },
12520
12520
  })
12521
12521
  ], SearchBoxProductsWrapper);
12522
- var script$X = SearchBoxProductsWrapper;
12522
+ var script$Z = SearchBoxProductsWrapper;
12523
12523
 
12524
12524
  /* script */
12525
- const __vue_script__$Y = script$X;
12525
+ const __vue_script__$_ = script$Z;
12526
12526
 
12527
12527
  /* template */
12528
- var __vue_render__$Y = function () {
12528
+ var __vue_render__$_ = function () {
12529
12529
  var _vm = this;
12530
12530
  var _h = _vm.$createElement;
12531
12531
  var _c = _vm._self._c || _h;
@@ -12538,34 +12538,34 @@ var __vue_render__$Y = function () {
12538
12538
  },
12539
12539
  })
12540
12540
  };
12541
- var __vue_staticRenderFns__$Y = [];
12542
- __vue_render__$Y._withStripped = true;
12541
+ var __vue_staticRenderFns__$_ = [];
12542
+ __vue_render__$_._withStripped = true;
12543
12543
 
12544
12544
  /* style */
12545
- const __vue_inject_styles__$Y = function (inject) {
12545
+ const __vue_inject_styles__$_ = function (inject) {
12546
12546
  if (!inject) return
12547
12547
  inject("data-v-45bb68b4_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", map: undefined, media: undefined });
12548
12548
 
12549
12549
  };
12550
12550
  /* scoped */
12551
- const __vue_scope_id__$Y = undefined;
12551
+ const __vue_scope_id__$_ = undefined;
12552
12552
  /* module identifier */
12553
- const __vue_module_identifier__$Y = undefined;
12553
+ const __vue_module_identifier__$_ = undefined;
12554
12554
  /* functional template */
12555
- const __vue_is_functional_template__$Y = false;
12555
+ const __vue_is_functional_template__$_ = false;
12556
12556
  /* style inject SSR */
12557
12557
 
12558
12558
  /* style inject shadow dom */
12559
12559
 
12560
12560
 
12561
12561
 
12562
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
12563
- { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
12564
- __vue_inject_styles__$Y,
12565
- __vue_script__$Y,
12566
- __vue_scope_id__$Y,
12567
- __vue_is_functional_template__$Y,
12568
- __vue_module_identifier__$Y,
12562
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
12563
+ { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
12564
+ __vue_inject_styles__$_,
12565
+ __vue_script__$_,
12566
+ __vue_scope_id__$_,
12567
+ __vue_is_functional_template__$_,
12568
+ __vue_module_identifier__$_,
12569
12569
  false,
12570
12570
  createInjector,
12571
12571
  undefined,
@@ -12600,13 +12600,13 @@ SearchBoxSuggestion = __decorate([
12600
12600
  name: "searchBoxSuggestion",
12601
12601
  })
12602
12602
  ], SearchBoxSuggestion);
12603
- var script$W = SearchBoxSuggestion;
12603
+ var script$Y = SearchBoxSuggestion;
12604
12604
 
12605
12605
  /* script */
12606
- const __vue_script__$X = script$W;
12606
+ const __vue_script__$Z = script$Y;
12607
12607
 
12608
12608
  /* template */
12609
- var __vue_render__$X = function () {
12609
+ var __vue_render__$Z = function () {
12610
12610
  var _vm = this;
12611
12611
  var _h = _vm.$createElement;
12612
12612
  var _c = _vm._self._c || _h;
@@ -12675,17 +12675,17 @@ var __vue_render__$X = function () {
12675
12675
  ]
12676
12676
  )
12677
12677
  };
12678
- var __vue_staticRenderFns__$X = [];
12679
- __vue_render__$X._withStripped = true;
12678
+ var __vue_staticRenderFns__$Z = [];
12679
+ __vue_render__$Z._withStripped = true;
12680
12680
 
12681
12681
  /* style */
12682
- const __vue_inject_styles__$X = undefined;
12682
+ const __vue_inject_styles__$Z = undefined;
12683
12683
  /* scoped */
12684
- const __vue_scope_id__$X = undefined;
12684
+ const __vue_scope_id__$Z = undefined;
12685
12685
  /* module identifier */
12686
- const __vue_module_identifier__$X = undefined;
12686
+ const __vue_module_identifier__$Z = undefined;
12687
12687
  /* functional template */
12688
- const __vue_is_functional_template__$X = false;
12688
+ const __vue_is_functional_template__$Z = false;
12689
12689
  /* style inject */
12690
12690
 
12691
12691
  /* style inject SSR */
@@ -12694,13 +12694,13 @@ __vue_render__$X._withStripped = true;
12694
12694
 
12695
12695
 
12696
12696
 
12697
- const __vue_component__$X = /*#__PURE__*/normalizeComponent(
12698
- { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
12699
- __vue_inject_styles__$X,
12700
- __vue_script__$X,
12701
- __vue_scope_id__$X,
12702
- __vue_is_functional_template__$X,
12703
- __vue_module_identifier__$X,
12697
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
12698
+ { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
12699
+ __vue_inject_styles__$Z,
12700
+ __vue_script__$Z,
12701
+ __vue_scope_id__$Z,
12702
+ __vue_is_functional_template__$Z,
12703
+ __vue_module_identifier__$Z,
12704
12704
  false,
12705
12705
  undefined,
12706
12706
  undefined,
@@ -12765,17 +12765,17 @@ SearchBoxSuggestions = __decorate([
12765
12765
  Component({
12766
12766
  name: "searchBoxSuggestions",
12767
12767
  components: {
12768
- SearchBoxSuggestion: __vue_component__$X,
12768
+ SearchBoxSuggestion: __vue_component__$Z,
12769
12769
  },
12770
12770
  })
12771
12771
  ], SearchBoxSuggestions);
12772
- var script$V = SearchBoxSuggestions;
12772
+ var script$X = SearchBoxSuggestions;
12773
12773
 
12774
12774
  /* script */
12775
- const __vue_script__$W = script$V;
12775
+ const __vue_script__$Y = script$X;
12776
12776
 
12777
12777
  /* template */
12778
- var __vue_render__$W = function () {
12778
+ var __vue_render__$Y = function () {
12779
12779
  var _vm = this;
12780
12780
  var _h = _vm.$createElement;
12781
12781
  var _c = _vm._self._c || _h;
@@ -12806,17 +12806,17 @@ var __vue_render__$W = function () {
12806
12806
  1
12807
12807
  )
12808
12808
  };
12809
- var __vue_staticRenderFns__$W = [];
12810
- __vue_render__$W._withStripped = true;
12809
+ var __vue_staticRenderFns__$Y = [];
12810
+ __vue_render__$Y._withStripped = true;
12811
12811
 
12812
12812
  /* style */
12813
- const __vue_inject_styles__$W = undefined;
12813
+ const __vue_inject_styles__$Y = undefined;
12814
12814
  /* scoped */
12815
- const __vue_scope_id__$W = undefined;
12815
+ const __vue_scope_id__$Y = undefined;
12816
12816
  /* module identifier */
12817
- const __vue_module_identifier__$W = undefined;
12817
+ const __vue_module_identifier__$Y = undefined;
12818
12818
  /* functional template */
12819
- const __vue_is_functional_template__$W = false;
12819
+ const __vue_is_functional_template__$Y = false;
12820
12820
  /* style inject */
12821
12821
 
12822
12822
  /* style inject SSR */
@@ -12825,13 +12825,13 @@ __vue_render__$W._withStripped = true;
12825
12825
 
12826
12826
 
12827
12827
 
12828
- const __vue_component__$W = /*#__PURE__*/normalizeComponent(
12829
- { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
12830
- __vue_inject_styles__$W,
12831
- __vue_script__$W,
12832
- __vue_scope_id__$W,
12833
- __vue_is_functional_template__$W,
12834
- __vue_module_identifier__$W,
12828
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
12829
+ { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
12830
+ __vue_inject_styles__$Y,
12831
+ __vue_script__$Y,
12832
+ __vue_scope_id__$Y,
12833
+ __vue_is_functional_template__$Y,
12834
+ __vue_module_identifier__$Y,
12835
12835
  false,
12836
12836
  undefined,
12837
12837
  undefined,
@@ -12900,17 +12900,17 @@ SearchBoxSuggestionsWrapper = __decorate([
12900
12900
  Component({
12901
12901
  name: "searchBoxSuggestionsWrapper",
12902
12902
  components: {
12903
- SearchBoxSuggestions: __vue_component__$W,
12903
+ SearchBoxSuggestions: __vue_component__$Y,
12904
12904
  },
12905
12905
  })
12906
12906
  ], SearchBoxSuggestionsWrapper);
12907
- var script$U = SearchBoxSuggestionsWrapper;
12907
+ var script$W = SearchBoxSuggestionsWrapper;
12908
12908
 
12909
12909
  /* script */
12910
- const __vue_script__$V = script$U;
12910
+ const __vue_script__$X = script$W;
12911
12911
 
12912
12912
  /* template */
12913
- var __vue_render__$V = function () {
12913
+ var __vue_render__$X = function () {
12914
12914
  var _vm = this;
12915
12915
  var _h = _vm.$createElement;
12916
12916
  var _c = _vm._self._c || _h;
@@ -12928,34 +12928,34 @@ var __vue_render__$V = function () {
12928
12928
  },
12929
12929
  })
12930
12930
  };
12931
- var __vue_staticRenderFns__$V = [];
12932
- __vue_render__$V._withStripped = true;
12931
+ var __vue_staticRenderFns__$X = [];
12932
+ __vue_render__$X._withStripped = true;
12933
12933
 
12934
12934
  /* style */
12935
- const __vue_inject_styles__$V = function (inject) {
12935
+ const __vue_inject_styles__$X = function (inject) {
12936
12936
  if (!inject) return
12937
12937
  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 });
12938
12938
 
12939
12939
  };
12940
12940
  /* scoped */
12941
- const __vue_scope_id__$V = undefined;
12941
+ const __vue_scope_id__$X = undefined;
12942
12942
  /* module identifier */
12943
- const __vue_module_identifier__$V = undefined;
12943
+ const __vue_module_identifier__$X = undefined;
12944
12944
  /* functional template */
12945
- const __vue_is_functional_template__$V = false;
12945
+ const __vue_is_functional_template__$X = false;
12946
12946
  /* style inject SSR */
12947
12947
 
12948
12948
  /* style inject shadow dom */
12949
12949
 
12950
12950
 
12951
12951
 
12952
- const __vue_component__$V = /*#__PURE__*/normalizeComponent(
12953
- { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
12954
- __vue_inject_styles__$V,
12955
- __vue_script__$V,
12956
- __vue_scope_id__$V,
12957
- __vue_is_functional_template__$V,
12958
- __vue_module_identifier__$V,
12952
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent(
12953
+ { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
12954
+ __vue_inject_styles__$X,
12955
+ __vue_script__$X,
12956
+ __vue_scope_id__$X,
12957
+ __vue_is_functional_template__$X,
12958
+ __vue_module_identifier__$X,
12959
12959
  false,
12960
12960
  createInjector,
12961
12961
  undefined,
@@ -12994,13 +12994,13 @@ SearchBoxMoreResults = __decorate([
12994
12994
  name: "searchBoxMoreResults",
12995
12995
  })
12996
12996
  ], SearchBoxMoreResults);
12997
- var script$T = SearchBoxMoreResults;
12997
+ var script$V = SearchBoxMoreResults;
12998
12998
 
12999
12999
  /* script */
13000
- const __vue_script__$U = script$T;
13000
+ const __vue_script__$W = script$V;
13001
13001
 
13002
13002
  /* template */
13003
- var __vue_render__$U = function () {
13003
+ var __vue_render__$W = function () {
13004
13004
  var _vm = this;
13005
13005
  var _h = _vm.$createElement;
13006
13006
  var _c = _vm._self._c || _h;
@@ -13014,17 +13014,17 @@ var __vue_render__$U = function () {
13014
13014
  [_vm._v(_vm._s(_vm.labels.moreResults) + " " + _vm._s(_vm.totalCount))]
13015
13015
  )
13016
13016
  };
13017
- var __vue_staticRenderFns__$U = [];
13018
- __vue_render__$U._withStripped = true;
13017
+ var __vue_staticRenderFns__$W = [];
13018
+ __vue_render__$W._withStripped = true;
13019
13019
 
13020
13020
  /* style */
13021
- const __vue_inject_styles__$U = undefined;
13021
+ const __vue_inject_styles__$W = undefined;
13022
13022
  /* scoped */
13023
- const __vue_scope_id__$U = undefined;
13023
+ const __vue_scope_id__$W = undefined;
13024
13024
  /* module identifier */
13025
- const __vue_module_identifier__$U = undefined;
13025
+ const __vue_module_identifier__$W = undefined;
13026
13026
  /* functional template */
13027
- const __vue_is_functional_template__$U = false;
13027
+ const __vue_is_functional_template__$W = false;
13028
13028
  /* style inject */
13029
13029
 
13030
13030
  /* style inject SSR */
@@ -13033,13 +13033,13 @@ __vue_render__$U._withStripped = true;
13033
13033
 
13034
13034
 
13035
13035
 
13036
- const __vue_component__$U = /*#__PURE__*/normalizeComponent(
13037
- { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
13038
- __vue_inject_styles__$U,
13039
- __vue_script__$U,
13040
- __vue_scope_id__$U,
13041
- __vue_is_functional_template__$U,
13042
- __vue_module_identifier__$U,
13036
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent(
13037
+ { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
13038
+ __vue_inject_styles__$W,
13039
+ __vue_script__$W,
13040
+ __vue_scope_id__$W,
13041
+ __vue_is_functional_template__$W,
13042
+ __vue_module_identifier__$W,
13043
13043
  false,
13044
13044
  undefined,
13045
13045
  undefined,
@@ -13065,13 +13065,13 @@ SearchBoxHistoryItem = __decorate([
13065
13065
  name: "SearchBoxHistoryItem",
13066
13066
  })
13067
13067
  ], SearchBoxHistoryItem);
13068
- var script$S = SearchBoxHistoryItem;
13068
+ var script$U = SearchBoxHistoryItem;
13069
13069
 
13070
13070
  /* script */
13071
- const __vue_script__$T = script$S;
13071
+ const __vue_script__$V = script$U;
13072
13072
 
13073
13073
  /* template */
13074
- var __vue_render__$T = function () {
13074
+ var __vue_render__$V = function () {
13075
13075
  var _vm = this;
13076
13076
  var _h = _vm.$createElement;
13077
13077
  var _c = _vm._self._c || _h;
@@ -13100,17 +13100,17 @@ var __vue_render__$T = function () {
13100
13100
  ]),
13101
13101
  ])
13102
13102
  };
13103
- var __vue_staticRenderFns__$T = [];
13104
- __vue_render__$T._withStripped = true;
13103
+ var __vue_staticRenderFns__$V = [];
13104
+ __vue_render__$V._withStripped = true;
13105
13105
 
13106
13106
  /* style */
13107
- const __vue_inject_styles__$T = undefined;
13107
+ const __vue_inject_styles__$V = undefined;
13108
13108
  /* scoped */
13109
- const __vue_scope_id__$T = undefined;
13109
+ const __vue_scope_id__$V = undefined;
13110
13110
  /* module identifier */
13111
- const __vue_module_identifier__$T = undefined;
13111
+ const __vue_module_identifier__$V = undefined;
13112
13112
  /* functional template */
13113
- const __vue_is_functional_template__$T = false;
13113
+ const __vue_is_functional_template__$V = false;
13114
13114
  /* style inject */
13115
13115
 
13116
13116
  /* style inject SSR */
@@ -13119,13 +13119,13 @@ __vue_render__$T._withStripped = true;
13119
13119
 
13120
13120
 
13121
13121
 
13122
- const __vue_component__$T = /*#__PURE__*/normalizeComponent(
13123
- { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
13124
- __vue_inject_styles__$T,
13125
- __vue_script__$T,
13126
- __vue_scope_id__$T,
13127
- __vue_is_functional_template__$T,
13128
- __vue_module_identifier__$T,
13122
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent(
13123
+ { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
13124
+ __vue_inject_styles__$V,
13125
+ __vue_script__$V,
13126
+ __vue_scope_id__$V,
13127
+ __vue_is_functional_template__$V,
13128
+ __vue_module_identifier__$V,
13129
13129
  false,
13130
13130
  undefined,
13131
13131
  undefined,
@@ -13186,17 +13186,17 @@ SearchBoxHistoryPanel = __decorate([
13186
13186
  Component({
13187
13187
  name: "searchBoxHistoryPanel",
13188
13188
  components: {
13189
- SearchBoxHistoryItem: __vue_component__$T,
13189
+ SearchBoxHistoryItem: __vue_component__$V,
13190
13190
  },
13191
13191
  })
13192
13192
  ], SearchBoxHistoryPanel);
13193
- var script$R = SearchBoxHistoryPanel;
13193
+ var script$T = SearchBoxHistoryPanel;
13194
13194
 
13195
13195
  /* script */
13196
- const __vue_script__$S = script$R;
13196
+ const __vue_script__$U = script$T;
13197
13197
 
13198
13198
  /* template */
13199
- var __vue_render__$S = function () {
13199
+ var __vue_render__$U = function () {
13200
13200
  var _vm = this;
13201
13201
  var _h = _vm.$createElement;
13202
13202
  var _c = _vm._self._c || _h;
@@ -13226,17 +13226,17 @@ var __vue_render__$S = function () {
13226
13226
  )
13227
13227
  : _vm._e()
13228
13228
  };
13229
- var __vue_staticRenderFns__$S = [];
13230
- __vue_render__$S._withStripped = true;
13229
+ var __vue_staticRenderFns__$U = [];
13230
+ __vue_render__$U._withStripped = true;
13231
13231
 
13232
13232
  /* style */
13233
- const __vue_inject_styles__$S = undefined;
13233
+ const __vue_inject_styles__$U = undefined;
13234
13234
  /* scoped */
13235
- const __vue_scope_id__$S = undefined;
13235
+ const __vue_scope_id__$U = undefined;
13236
13236
  /* module identifier */
13237
- const __vue_module_identifier__$S = undefined;
13237
+ const __vue_module_identifier__$U = undefined;
13238
13238
  /* functional template */
13239
- const __vue_is_functional_template__$S = false;
13239
+ const __vue_is_functional_template__$U = false;
13240
13240
  /* style inject */
13241
13241
 
13242
13242
  /* style inject SSR */
@@ -13245,13 +13245,13 @@ __vue_render__$S._withStripped = true;
13245
13245
 
13246
13246
 
13247
13247
 
13248
- const __vue_component__$S = /*#__PURE__*/normalizeComponent(
13249
- { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
13250
- __vue_inject_styles__$S,
13251
- __vue_script__$S,
13252
- __vue_scope_id__$S,
13253
- __vue_is_functional_template__$S,
13254
- __vue_module_identifier__$S,
13248
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent(
13249
+ { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
13250
+ __vue_inject_styles__$U,
13251
+ __vue_script__$U,
13252
+ __vue_scope_id__$U,
13253
+ __vue_is_functional_template__$U,
13254
+ __vue_module_identifier__$U,
13255
13255
  false,
13256
13256
  undefined,
13257
13257
  undefined,
@@ -13358,20 +13358,20 @@ SearchBoxMainPanel = __decorate([
13358
13358
  Component({
13359
13359
  name: "searchBoxMainPanel",
13360
13360
  components: {
13361
- SearchBoxSuggestionsWrapper: __vue_component__$V,
13362
- SearchBoxProductsWrapper: __vue_component__$Y,
13363
- SearchBoxMoreResults: __vue_component__$U,
13364
- SearchBoxHistoryPanel: __vue_component__$S,
13361
+ SearchBoxSuggestionsWrapper: __vue_component__$X,
13362
+ SearchBoxProductsWrapper: __vue_component__$_,
13363
+ SearchBoxMoreResults: __vue_component__$W,
13364
+ SearchBoxHistoryPanel: __vue_component__$U,
13365
13365
  },
13366
13366
  })
13367
13367
  ], SearchBoxMainPanel);
13368
- var script$Q = SearchBoxMainPanel;
13368
+ var script$S = SearchBoxMainPanel;
13369
13369
 
13370
13370
  /* script */
13371
- const __vue_script__$R = script$Q;
13371
+ const __vue_script__$T = script$S;
13372
13372
 
13373
13373
  /* template */
13374
- var __vue_render__$R = function () {
13374
+ var __vue_render__$T = function () {
13375
13375
  var _vm = this;
13376
13376
  var _h = _vm.$createElement;
13377
13377
  var _c = _vm._self._c || _h;
@@ -13458,34 +13458,34 @@ var __vue_render__$R = function () {
13458
13458
  )
13459
13459
  : _vm._e()
13460
13460
  };
13461
- var __vue_staticRenderFns__$R = [];
13462
- __vue_render__$R._withStripped = true;
13461
+ var __vue_staticRenderFns__$T = [];
13462
+ __vue_render__$T._withStripped = true;
13463
13463
 
13464
13464
  /* style */
13465
- const __vue_inject_styles__$R = function (inject) {
13465
+ const __vue_inject_styles__$T = function (inject) {
13466
13466
  if (!inject) return
13467
13467
  inject("data-v-0b92689b_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 });
13468
13468
 
13469
13469
  };
13470
13470
  /* scoped */
13471
- const __vue_scope_id__$R = undefined;
13471
+ const __vue_scope_id__$T = undefined;
13472
13472
  /* module identifier */
13473
- const __vue_module_identifier__$R = undefined;
13473
+ const __vue_module_identifier__$T = undefined;
13474
13474
  /* functional template */
13475
- const __vue_is_functional_template__$R = false;
13475
+ const __vue_is_functional_template__$T = false;
13476
13476
  /* style inject SSR */
13477
13477
 
13478
13478
  /* style inject shadow dom */
13479
13479
 
13480
13480
 
13481
13481
 
13482
- const __vue_component__$R = /*#__PURE__*/normalizeComponent(
13483
- { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
13484
- __vue_inject_styles__$R,
13485
- __vue_script__$R,
13486
- __vue_scope_id__$R,
13487
- __vue_is_functional_template__$R,
13488
- __vue_module_identifier__$R,
13482
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent(
13483
+ { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
13484
+ __vue_inject_styles__$T,
13485
+ __vue_script__$T,
13486
+ __vue_scope_id__$T,
13487
+ __vue_is_functional_template__$T,
13488
+ __vue_module_identifier__$T,
13489
13489
  false,
13490
13490
  createInjector,
13491
13491
  undefined,
@@ -13741,18 +13741,18 @@ SearchBox = __decorate([
13741
13741
  Component({
13742
13742
  name: "searchBox",
13743
13743
  components: {
13744
- SearchBoxInput: __vue_component__$17,
13745
- SearchBoxMainPanel: __vue_component__$R,
13744
+ SearchBoxInput: __vue_component__$19,
13745
+ SearchBoxMainPanel: __vue_component__$T,
13746
13746
  },
13747
13747
  })
13748
13748
  ], SearchBox);
13749
- var script$P = SearchBox;
13749
+ var script$R = SearchBox;
13750
13750
 
13751
13751
  /* script */
13752
- const __vue_script__$Q = script$P;
13752
+ const __vue_script__$S = script$R;
13753
13753
 
13754
13754
  /* template */
13755
- var __vue_render__$Q = function () {
13755
+ var __vue_render__$S = function () {
13756
13756
  var _vm = this;
13757
13757
  var _h = _vm.$createElement;
13758
13758
  var _c = _vm._self._c || _h;
@@ -13789,34 +13789,34 @@ var __vue_render__$Q = function () {
13789
13789
  ),
13790
13790
  ])
13791
13791
  };
13792
- var __vue_staticRenderFns__$Q = [];
13793
- __vue_render__$Q._withStripped = true;
13792
+ var __vue_staticRenderFns__$S = [];
13793
+ __vue_render__$S._withStripped = true;
13794
13794
 
13795
13795
  /* style */
13796
- const __vue_inject_styles__$Q = function (inject) {
13796
+ const __vue_inject_styles__$S = function (inject) {
13797
13797
  if (!inject) return
13798
13798
  inject("data-v-73ed57d5_0", { source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n", map: undefined, media: undefined });
13799
13799
 
13800
13800
  };
13801
13801
  /* scoped */
13802
- const __vue_scope_id__$Q = undefined;
13802
+ const __vue_scope_id__$S = undefined;
13803
13803
  /* module identifier */
13804
- const __vue_module_identifier__$Q = undefined;
13804
+ const __vue_module_identifier__$S = undefined;
13805
13805
  /* functional template */
13806
- const __vue_is_functional_template__$Q = false;
13806
+ const __vue_is_functional_template__$S = false;
13807
13807
  /* style inject SSR */
13808
13808
 
13809
13809
  /* style inject shadow dom */
13810
13810
 
13811
13811
 
13812
13812
 
13813
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
13814
- { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
13815
- __vue_inject_styles__$Q,
13816
- __vue_script__$Q,
13817
- __vue_scope_id__$Q,
13818
- __vue_is_functional_template__$Q,
13819
- __vue_module_identifier__$Q,
13813
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent(
13814
+ { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
13815
+ __vue_inject_styles__$S,
13816
+ __vue_script__$S,
13817
+ __vue_scope_id__$S,
13818
+ __vue_is_functional_template__$S,
13819
+ __vue_module_identifier__$S,
13820
13820
  false,
13821
13821
  createInjector,
13822
13822
  undefined,
@@ -13898,33 +13898,33 @@ SearchBoxEntry = __decorate([
13898
13898
  Component({
13899
13899
  name: "searchBox",
13900
13900
  components: {
13901
- SearchBox: __vue_component__$Q,
13901
+ SearchBox: __vue_component__$S,
13902
13902
  },
13903
13903
  })
13904
13904
  ], SearchBoxEntry);
13905
- var script$O = SearchBoxEntry;
13905
+ var script$Q = SearchBoxEntry;
13906
13906
 
13907
13907
  /* script */
13908
- const __vue_script__$P = script$O;
13908
+ const __vue_script__$R = script$Q;
13909
13909
 
13910
13910
  /* template */
13911
- var __vue_render__$P = function () {
13911
+ var __vue_render__$R = function () {
13912
13912
  var _vm = this;
13913
13913
  var _h = _vm.$createElement;
13914
13914
  var _c = _vm._self._c || _h;
13915
13915
  return _c("SearchBox", { attrs: { options: _vm.fullSearchBoxOptions } })
13916
13916
  };
13917
- var __vue_staticRenderFns__$P = [];
13918
- __vue_render__$P._withStripped = true;
13917
+ var __vue_staticRenderFns__$R = [];
13918
+ __vue_render__$R._withStripped = true;
13919
13919
 
13920
13920
  /* style */
13921
- const __vue_inject_styles__$P = undefined;
13921
+ const __vue_inject_styles__$R = undefined;
13922
13922
  /* scoped */
13923
- const __vue_scope_id__$P = undefined;
13923
+ const __vue_scope_id__$R = undefined;
13924
13924
  /* module identifier */
13925
- const __vue_module_identifier__$P = undefined;
13925
+ const __vue_module_identifier__$R = undefined;
13926
13926
  /* functional template */
13927
- const __vue_is_functional_template__$P = false;
13927
+ const __vue_is_functional_template__$R = false;
13928
13928
  /* style inject */
13929
13929
 
13930
13930
  /* style inject SSR */
@@ -13933,13 +13933,13 @@ __vue_render__$P._withStripped = true;
13933
13933
 
13934
13934
 
13935
13935
 
13936
- const __vue_component__$P = /*#__PURE__*/normalizeComponent(
13937
- { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
13938
- __vue_inject_styles__$P,
13939
- __vue_script__$P,
13940
- __vue_scope_id__$P,
13941
- __vue_is_functional_template__$P,
13942
- __vue_module_identifier__$P,
13936
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent(
13937
+ { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
13938
+ __vue_inject_styles__$R,
13939
+ __vue_script__$R,
13940
+ __vue_scope_id__$R,
13941
+ __vue_is_functional_template__$R,
13942
+ __vue_module_identifier__$R,
13943
13943
  false,
13944
13944
  undefined,
13945
13945
  undefined,
@@ -14204,13 +14204,13 @@ CurrentFilterDisplay = __decorate([
14204
14204
  name: "currentFilterDisplay",
14205
14205
  })
14206
14206
  ], CurrentFilterDisplay);
14207
- var script$N = CurrentFilterDisplay;
14207
+ var script$P = CurrentFilterDisplay;
14208
14208
 
14209
14209
  /* script */
14210
- const __vue_script__$O = script$N;
14210
+ const __vue_script__$Q = script$P;
14211
14211
 
14212
14212
  /* template */
14213
- var __vue_render__$O = function () {
14213
+ var __vue_render__$Q = function () {
14214
14214
  var _vm = this;
14215
14215
  var _h = _vm.$createElement;
14216
14216
  var _c = _vm._self._c || _h;
@@ -14243,17 +14243,17 @@ var __vue_render__$O = function () {
14243
14243
  ),
14244
14244
  ])
14245
14245
  };
14246
- var __vue_staticRenderFns__$O = [];
14247
- __vue_render__$O._withStripped = true;
14246
+ var __vue_staticRenderFns__$Q = [];
14247
+ __vue_render__$Q._withStripped = true;
14248
14248
 
14249
14249
  /* style */
14250
- const __vue_inject_styles__$O = undefined;
14250
+ const __vue_inject_styles__$Q = undefined;
14251
14251
  /* scoped */
14252
- const __vue_scope_id__$O = undefined;
14252
+ const __vue_scope_id__$Q = undefined;
14253
14253
  /* module identifier */
14254
- const __vue_module_identifier__$O = undefined;
14254
+ const __vue_module_identifier__$Q = undefined;
14255
14255
  /* functional template */
14256
- const __vue_is_functional_template__$O = false;
14256
+ const __vue_is_functional_template__$Q = false;
14257
14257
  /* style inject */
14258
14258
 
14259
14259
  /* style inject SSR */
@@ -14262,13 +14262,13 @@ __vue_render__$O._withStripped = true;
14262
14262
 
14263
14263
 
14264
14264
 
14265
- const __vue_component__$O = /*#__PURE__*/normalizeComponent(
14266
- { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
14267
- __vue_inject_styles__$O,
14268
- __vue_script__$O,
14269
- __vue_scope_id__$O,
14270
- __vue_is_functional_template__$O,
14271
- __vue_module_identifier__$O,
14265
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
14266
+ { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
14267
+ __vue_inject_styles__$Q,
14268
+ __vue_script__$Q,
14269
+ __vue_scope_id__$Q,
14270
+ __vue_is_functional_template__$Q,
14271
+ __vue_module_identifier__$Q,
14272
14272
  false,
14273
14273
  undefined,
14274
14274
  undefined,
@@ -14410,17 +14410,17 @@ CurrentFilters = __decorate([
14410
14410
  Component({
14411
14411
  name: "currentFilters",
14412
14412
  components: {
14413
- CurrentFilterDisplay: __vue_component__$O,
14413
+ CurrentFilterDisplay: __vue_component__$Q,
14414
14414
  },
14415
14415
  })
14416
14416
  ], CurrentFilters);
14417
- var script$M = CurrentFilters;
14417
+ var script$O = CurrentFilters;
14418
14418
 
14419
14419
  /* script */
14420
- const __vue_script__$N = script$M;
14420
+ const __vue_script__$P = script$O;
14421
14421
 
14422
14422
  /* template */
14423
- var __vue_render__$N = function () {
14423
+ var __vue_render__$P = function () {
14424
14424
  var _vm = this;
14425
14425
  var _h = _vm.$createElement;
14426
14426
  var _c = _vm._self._c || _h;
@@ -14504,17 +14504,17 @@ var __vue_render__$N = function () {
14504
14504
  )
14505
14505
  : _vm._e()
14506
14506
  };
14507
- var __vue_staticRenderFns__$N = [];
14508
- __vue_render__$N._withStripped = true;
14507
+ var __vue_staticRenderFns__$P = [];
14508
+ __vue_render__$P._withStripped = true;
14509
14509
 
14510
14510
  /* style */
14511
- const __vue_inject_styles__$N = undefined;
14511
+ const __vue_inject_styles__$P = undefined;
14512
14512
  /* scoped */
14513
- const __vue_scope_id__$N = undefined;
14513
+ const __vue_scope_id__$P = undefined;
14514
14514
  /* module identifier */
14515
- const __vue_module_identifier__$N = undefined;
14515
+ const __vue_module_identifier__$P = undefined;
14516
14516
  /* functional template */
14517
- const __vue_is_functional_template__$N = false;
14517
+ const __vue_is_functional_template__$P = false;
14518
14518
  /* style inject */
14519
14519
 
14520
14520
  /* style inject SSR */
@@ -14523,13 +14523,13 @@ __vue_render__$N._withStripped = true;
14523
14523
 
14524
14524
 
14525
14525
 
14526
- const __vue_component__$N = /*#__PURE__*/normalizeComponent(
14527
- { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
14528
- __vue_inject_styles__$N,
14529
- __vue_script__$N,
14530
- __vue_scope_id__$N,
14531
- __vue_is_functional_template__$N,
14532
- __vue_module_identifier__$N,
14526
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent(
14527
+ { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
14528
+ __vue_inject_styles__$P,
14529
+ __vue_script__$P,
14530
+ __vue_scope_id__$P,
14531
+ __vue_is_functional_template__$P,
14532
+ __vue_module_identifier__$P,
14533
14533
  false,
14534
14534
  undefined,
14535
14535
  undefined,
@@ -14614,13 +14614,13 @@ TermFacet$1 = __decorate([
14614
14614
  name: "termFacet",
14615
14615
  })
14616
14616
  ], TermFacet$1);
14617
- var script$L = TermFacet$1;
14617
+ var script$N = TermFacet$1;
14618
14618
 
14619
14619
  /* script */
14620
- const __vue_script__$M = script$L;
14620
+ const __vue_script__$O = script$N;
14621
14621
 
14622
14622
  /* template */
14623
- var __vue_render__$M = function () {
14623
+ var __vue_render__$O = function () {
14624
14624
  var _vm = this;
14625
14625
  var _h = _vm.$createElement;
14626
14626
  var _c = _vm._self._c || _h;
@@ -14722,17 +14722,17 @@ var __vue_render__$M = function () {
14722
14722
  ]
14723
14723
  )
14724
14724
  };
14725
- var __vue_staticRenderFns__$M = [];
14726
- __vue_render__$M._withStripped = true;
14725
+ var __vue_staticRenderFns__$O = [];
14726
+ __vue_render__$O._withStripped = true;
14727
14727
 
14728
14728
  /* style */
14729
- const __vue_inject_styles__$M = undefined;
14729
+ const __vue_inject_styles__$O = undefined;
14730
14730
  /* scoped */
14731
- const __vue_scope_id__$M = undefined;
14731
+ const __vue_scope_id__$O = undefined;
14732
14732
  /* module identifier */
14733
- const __vue_module_identifier__$M = undefined;
14733
+ const __vue_module_identifier__$O = undefined;
14734
14734
  /* functional template */
14735
- const __vue_is_functional_template__$M = false;
14735
+ const __vue_is_functional_template__$O = false;
14736
14736
  /* style inject */
14737
14737
 
14738
14738
  /* style inject SSR */
@@ -14741,13 +14741,13 @@ __vue_render__$M._withStripped = true;
14741
14741
 
14742
14742
 
14743
14743
 
14744
- const __vue_component__$M = /*#__PURE__*/normalizeComponent(
14745
- { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
14746
- __vue_inject_styles__$M,
14747
- __vue_script__$M,
14748
- __vue_scope_id__$M,
14749
- __vue_is_functional_template__$M,
14750
- __vue_module_identifier__$M,
14744
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent(
14745
+ { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
14746
+ __vue_inject_styles__$O,
14747
+ __vue_script__$O,
14748
+ __vue_scope_id__$O,
14749
+ __vue_is_functional_template__$O,
14750
+ __vue_module_identifier__$O,
14751
14751
  false,
14752
14752
  undefined,
14753
14753
  undefined,
@@ -14928,13 +14928,13 @@ TermFacet = __decorate([
14928
14928
  },
14929
14929
  })
14930
14930
  ], TermFacet);
14931
- var script$K = TermFacet;
14931
+ var script$M = TermFacet;
14932
14932
 
14933
14933
  /* script */
14934
- const __vue_script__$L = script$K;
14934
+ const __vue_script__$N = script$M;
14935
14935
 
14936
14936
  /* template */
14937
- var __vue_render__$L = function () {
14937
+ var __vue_render__$N = function () {
14938
14938
  var _vm = this;
14939
14939
  var _h = _vm.$createElement;
14940
14940
  var _c = _vm._self._c || _h;
@@ -15059,32 +15059,32 @@ var __vue_render__$L = function () {
15059
15059
  : _vm._e(),
15060
15060
  ])
15061
15061
  };
15062
- var __vue_staticRenderFns__$L = [];
15063
- __vue_render__$L._withStripped = true;
15062
+ var __vue_staticRenderFns__$N = [];
15063
+ __vue_render__$N._withStripped = true;
15064
15064
 
15065
15065
  /* style */
15066
- const __vue_inject_styles__$L = undefined;
15066
+ const __vue_inject_styles__$N = undefined;
15067
15067
  /* scoped */
15068
- const __vue_scope_id__$L = undefined;
15068
+ const __vue_scope_id__$N = undefined;
15069
15069
  /* module identifier */
15070
- const __vue_module_identifier__$L = undefined;
15070
+ const __vue_module_identifier__$N = undefined;
15071
15071
  /* functional template */
15072
- const __vue_is_functional_template__$L = false;
15072
+ const __vue_is_functional_template__$N = false;
15073
15073
  /* style inject */
15074
15074
 
15075
- /* style inject SSR */
15076
-
15077
- /* style inject shadow dom */
15078
-
15079
-
15080
-
15081
- const __vue_component__$L = /*#__PURE__*/normalizeComponent(
15082
- { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
15083
- __vue_inject_styles__$L,
15084
- __vue_script__$L,
15085
- __vue_scope_id__$L,
15086
- __vue_is_functional_template__$L,
15087
- __vue_module_identifier__$L,
15075
+ /* style inject SSR */
15076
+
15077
+ /* style inject shadow dom */
15078
+
15079
+
15080
+
15081
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent(
15082
+ { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
15083
+ __vue_inject_styles__$N,
15084
+ __vue_script__$N,
15085
+ __vue_scope_id__$N,
15086
+ __vue_is_functional_template__$N,
15087
+ __vue_module_identifier__$N,
15088
15088
  false,
15089
15089
  undefined,
15090
15090
  undefined,
@@ -15124,13 +15124,13 @@ HierarchyFacetLevel = __decorate([
15124
15124
  name: "HierarchyFacetLevel",
15125
15125
  })
15126
15126
  ], HierarchyFacetLevel);
15127
- var script$J = HierarchyFacetLevel;
15127
+ var script$L = HierarchyFacetLevel;
15128
15128
 
15129
15129
  /* script */
15130
- const __vue_script__$K = script$J;
15130
+ const __vue_script__$M = script$L;
15131
15131
 
15132
15132
  /* template */
15133
- var __vue_render__$K = function () {
15133
+ var __vue_render__$M = function () {
15134
15134
  var _vm = this;
15135
15135
  var _h = _vm.$createElement;
15136
15136
  var _c = _vm._self._c || _h;
@@ -15200,34 +15200,34 @@ var __vue_render__$K = function () {
15200
15200
  ]
15201
15201
  )
15202
15202
  };
15203
- var __vue_staticRenderFns__$K = [];
15204
- __vue_render__$K._withStripped = true;
15203
+ var __vue_staticRenderFns__$M = [];
15204
+ __vue_render__$M._withStripped = true;
15205
15205
 
15206
15206
  /* style */
15207
- const __vue_inject_styles__$K = function (inject) {
15207
+ const __vue_inject_styles__$M = function (inject) {
15208
15208
  if (!inject) return
15209
15209
  inject("data-v-1cc23c16_0", { source: ".lupa-facet-level {\n margin-left: 25px;\n}", map: undefined, media: undefined });
15210
15210
 
15211
15211
  };
15212
15212
  /* scoped */
15213
- const __vue_scope_id__$K = undefined;
15213
+ const __vue_scope_id__$M = undefined;
15214
15214
  /* module identifier */
15215
- const __vue_module_identifier__$K = undefined;
15215
+ const __vue_module_identifier__$M = undefined;
15216
15216
  /* functional template */
15217
- const __vue_is_functional_template__$K = false;
15217
+ const __vue_is_functional_template__$M = false;
15218
15218
  /* style inject SSR */
15219
15219
 
15220
15220
  /* style inject shadow dom */
15221
15221
 
15222
15222
 
15223
15223
 
15224
- const __vue_component__$K = /*#__PURE__*/normalizeComponent(
15225
- { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
15226
- __vue_inject_styles__$K,
15227
- __vue_script__$K,
15228
- __vue_scope_id__$K,
15229
- __vue_is_functional_template__$K,
15230
- __vue_module_identifier__$K,
15224
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent(
15225
+ { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
15226
+ __vue_inject_styles__$M,
15227
+ __vue_script__$M,
15228
+ __vue_scope_id__$M,
15229
+ __vue_is_functional_template__$M,
15230
+ __vue_module_identifier__$M,
15231
15231
  false,
15232
15232
  createInjector,
15233
15233
  undefined,
@@ -15294,17 +15294,17 @@ HierarchyFacet = __decorate([
15294
15294
  Component({
15295
15295
  name: "hierarchyFacet",
15296
15296
  components: {
15297
- HierarchyFacetLevel: __vue_component__$K,
15297
+ HierarchyFacetLevel: __vue_component__$M,
15298
15298
  },
15299
15299
  })
15300
15300
  ], HierarchyFacet);
15301
- var script$I = HierarchyFacet;
15301
+ var script$K = HierarchyFacet;
15302
15302
 
15303
15303
  /* script */
15304
- const __vue_script__$J = script$I;
15304
+ const __vue_script__$L = script$K;
15305
15305
 
15306
15306
  /* template */
15307
- var __vue_render__$J = function () {
15307
+ var __vue_render__$L = function () {
15308
15308
  var _vm = this;
15309
15309
  var _h = _vm.$createElement;
15310
15310
  var _c = _vm._self._c || _h;
@@ -15374,17 +15374,17 @@ var __vue_render__$J = function () {
15374
15374
  2
15375
15375
  )
15376
15376
  };
15377
- var __vue_staticRenderFns__$J = [];
15378
- __vue_render__$J._withStripped = true;
15377
+ var __vue_staticRenderFns__$L = [];
15378
+ __vue_render__$L._withStripped = true;
15379
15379
 
15380
15380
  /* style */
15381
- const __vue_inject_styles__$J = undefined;
15381
+ const __vue_inject_styles__$L = undefined;
15382
15382
  /* scoped */
15383
- const __vue_scope_id__$J = undefined;
15383
+ const __vue_scope_id__$L = undefined;
15384
15384
  /* module identifier */
15385
- const __vue_module_identifier__$J = undefined;
15385
+ const __vue_module_identifier__$L = undefined;
15386
15386
  /* functional template */
15387
- const __vue_is_functional_template__$J = false;
15387
+ const __vue_is_functional_template__$L = false;
15388
15388
  /* style inject */
15389
15389
 
15390
15390
  /* style inject SSR */
@@ -15393,13 +15393,13 @@ __vue_render__$J._withStripped = true;
15393
15393
 
15394
15394
 
15395
15395
 
15396
- const __vue_component__$J = /*#__PURE__*/normalizeComponent(
15397
- { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
15398
- __vue_inject_styles__$J,
15399
- __vue_script__$J,
15400
- __vue_scope_id__$J,
15401
- __vue_is_functional_template__$J,
15402
- __vue_module_identifier__$J,
15396
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent(
15397
+ { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
15398
+ __vue_inject_styles__$L,
15399
+ __vue_script__$L,
15400
+ __vue_scope_id__$L,
15401
+ __vue_is_functional_template__$L,
15402
+ __vue_module_identifier__$L,
15403
15403
  false,
15404
15404
  undefined,
15405
15405
  undefined,
@@ -15516,19 +15516,19 @@ FacetDisplay = __decorate([
15516
15516
  Component({
15517
15517
  name: "facetDisplay",
15518
15518
  components: {
15519
- TermFacet: __vue_component__$M,
15520
- StatsFacet: __vue_component__$L,
15521
- HierarchyFacet: __vue_component__$J,
15519
+ TermFacet: __vue_component__$O,
15520
+ StatsFacet: __vue_component__$N,
15521
+ HierarchyFacet: __vue_component__$L,
15522
15522
  },
15523
15523
  })
15524
15524
  ], FacetDisplay);
15525
- var script$H = FacetDisplay;
15525
+ var script$J = FacetDisplay;
15526
15526
 
15527
15527
  /* script */
15528
- const __vue_script__$I = script$H;
15528
+ const __vue_script__$K = script$J;
15529
15529
 
15530
15530
  /* template */
15531
- var __vue_render__$I = function () {
15531
+ var __vue_render__$K = function () {
15532
15532
  var _vm = this;
15533
15533
  var _h = _vm.$createElement;
15534
15534
  var _c = _vm._self._c || _h;
@@ -15604,17 +15604,17 @@ var __vue_render__$I = function () {
15604
15604
  )
15605
15605
  : _vm._e()
15606
15606
  };
15607
- var __vue_staticRenderFns__$I = [];
15608
- __vue_render__$I._withStripped = true;
15607
+ var __vue_staticRenderFns__$K = [];
15608
+ __vue_render__$K._withStripped = true;
15609
15609
 
15610
15610
  /* style */
15611
- const __vue_inject_styles__$I = undefined;
15611
+ const __vue_inject_styles__$K = undefined;
15612
15612
  /* scoped */
15613
- const __vue_scope_id__$I = undefined;
15613
+ const __vue_scope_id__$K = undefined;
15614
15614
  /* module identifier */
15615
- const __vue_module_identifier__$I = undefined;
15615
+ const __vue_module_identifier__$K = undefined;
15616
15616
  /* functional template */
15617
- const __vue_is_functional_template__$I = false;
15617
+ const __vue_is_functional_template__$K = false;
15618
15618
  /* style inject */
15619
15619
 
15620
15620
  /* style inject SSR */
@@ -15623,13 +15623,13 @@ __vue_render__$I._withStripped = true;
15623
15623
 
15624
15624
 
15625
15625
 
15626
- const __vue_component__$I = /*#__PURE__*/normalizeComponent(
15627
- { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
15628
- __vue_inject_styles__$I,
15629
- __vue_script__$I,
15630
- __vue_scope_id__$I,
15631
- __vue_is_functional_template__$I,
15632
- __vue_module_identifier__$I,
15626
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent(
15627
+ { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
15628
+ __vue_inject_styles__$K,
15629
+ __vue_script__$K,
15630
+ __vue_scope_id__$K,
15631
+ __vue_is_functional_template__$K,
15632
+ __vue_module_identifier__$K,
15633
15633
  false,
15634
15634
  undefined,
15635
15635
  undefined,
@@ -15668,17 +15668,17 @@ FacetList = __decorate([
15668
15668
  Component({
15669
15669
  name: "facetList",
15670
15670
  components: {
15671
- FacetDisplay: __vue_component__$I,
15671
+ FacetDisplay: __vue_component__$K,
15672
15672
  },
15673
15673
  })
15674
15674
  ], FacetList);
15675
- var script$G = FacetList;
15675
+ var script$I = FacetList;
15676
15676
 
15677
15677
  /* script */
15678
- const __vue_script__$H = script$G;
15678
+ const __vue_script__$J = script$I;
15679
15679
 
15680
15680
  /* template */
15681
- var __vue_render__$H = function () {
15681
+ var __vue_render__$J = function () {
15682
15682
  var _vm = this;
15683
15683
  var _h = _vm.$createElement;
15684
15684
  var _c = _vm._self._c || _h;
@@ -15711,17 +15711,17 @@ var __vue_render__$H = function () {
15711
15711
  ),
15712
15712
  ])
15713
15713
  };
15714
- var __vue_staticRenderFns__$H = [];
15715
- __vue_render__$H._withStripped = true;
15714
+ var __vue_staticRenderFns__$J = [];
15715
+ __vue_render__$J._withStripped = true;
15716
15716
 
15717
15717
  /* style */
15718
- const __vue_inject_styles__$H = undefined;
15718
+ const __vue_inject_styles__$J = undefined;
15719
15719
  /* scoped */
15720
- const __vue_scope_id__$H = undefined;
15720
+ const __vue_scope_id__$J = undefined;
15721
15721
  /* module identifier */
15722
- const __vue_module_identifier__$H = undefined;
15722
+ const __vue_module_identifier__$J = undefined;
15723
15723
  /* functional template */
15724
- const __vue_is_functional_template__$H = false;
15724
+ const __vue_is_functional_template__$J = false;
15725
15725
  /* style inject */
15726
15726
 
15727
15727
  /* style inject SSR */
@@ -15730,13 +15730,13 @@ __vue_render__$H._withStripped = true;
15730
15730
 
15731
15731
 
15732
15732
 
15733
- const __vue_component__$H = /*#__PURE__*/normalizeComponent(
15734
- { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
15735
- __vue_inject_styles__$H,
15736
- __vue_script__$H,
15737
- __vue_scope_id__$H,
15738
- __vue_is_functional_template__$H,
15739
- __vue_module_identifier__$H,
15733
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent(
15734
+ { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
15735
+ __vue_inject_styles__$J,
15736
+ __vue_script__$J,
15737
+ __vue_scope_id__$J,
15738
+ __vue_is_functional_template__$J,
15739
+ __vue_module_identifier__$J,
15740
15740
  false,
15741
15741
  undefined,
15742
15742
  undefined,
@@ -15829,17 +15829,17 @@ Facets = __decorate([
15829
15829
  Component({
15830
15830
  name: "facets",
15831
15831
  components: {
15832
- FacetList: __vue_component__$H,
15832
+ FacetList: __vue_component__$J,
15833
15833
  },
15834
15834
  })
15835
15835
  ], Facets);
15836
- var script$F = Facets;
15836
+ var script$H = Facets;
15837
15837
 
15838
15838
  /* script */
15839
- const __vue_script__$G = script$F;
15839
+ const __vue_script__$I = script$H;
15840
15840
 
15841
15841
  /* template */
15842
- var __vue_render__$G = function () {
15842
+ var __vue_render__$I = function () {
15843
15843
  var _vm = this;
15844
15844
  var _h = _vm.$createElement;
15845
15845
  var _c = _vm._self._c || _h;
@@ -15863,17 +15863,17 @@ var __vue_render__$G = function () {
15863
15863
  1
15864
15864
  )
15865
15865
  };
15866
- var __vue_staticRenderFns__$G = [];
15867
- __vue_render__$G._withStripped = true;
15866
+ var __vue_staticRenderFns__$I = [];
15867
+ __vue_render__$I._withStripped = true;
15868
15868
 
15869
15869
  /* style */
15870
- const __vue_inject_styles__$G = undefined;
15870
+ const __vue_inject_styles__$I = undefined;
15871
15871
  /* scoped */
15872
- const __vue_scope_id__$G = undefined;
15872
+ const __vue_scope_id__$I = undefined;
15873
15873
  /* module identifier */
15874
- const __vue_module_identifier__$G = undefined;
15874
+ const __vue_module_identifier__$I = undefined;
15875
15875
  /* functional template */
15876
- const __vue_is_functional_template__$G = false;
15876
+ const __vue_is_functional_template__$I = false;
15877
15877
  /* style inject */
15878
15878
 
15879
15879
  /* style inject SSR */
@@ -15882,13 +15882,13 @@ __vue_render__$G._withStripped = true;
15882
15882
 
15883
15883
 
15884
15884
 
15885
- const __vue_component__$G = /*#__PURE__*/normalizeComponent(
15886
- { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
15887
- __vue_inject_styles__$G,
15888
- __vue_script__$G,
15889
- __vue_scope_id__$G,
15890
- __vue_is_functional_template__$G,
15891
- __vue_module_identifier__$G,
15885
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent(
15886
+ { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
15887
+ __vue_inject_styles__$I,
15888
+ __vue_script__$I,
15889
+ __vue_scope_id__$I,
15890
+ __vue_is_functional_template__$I,
15891
+ __vue_module_identifier__$I,
15892
15892
  false,
15893
15893
  undefined,
15894
15894
  undefined,
@@ -15929,13 +15929,13 @@ CategoryFilterItem = __decorate([
15929
15929
  name: "categoryFilterItem",
15930
15930
  })
15931
15931
  ], CategoryFilterItem);
15932
- var script$E = CategoryFilterItem;
15932
+ var script$G = CategoryFilterItem;
15933
15933
 
15934
15934
  /* script */
15935
- const __vue_script__$F = script$E;
15935
+ const __vue_script__$H = script$G;
15936
15936
 
15937
15937
  /* template */
15938
- var __vue_render__$F = function () {
15938
+ var __vue_render__$H = function () {
15939
15939
  var _vm = this;
15940
15940
  var _h = _vm.$createElement;
15941
15941
  var _c = _vm._self._c || _h;
@@ -15957,17 +15957,17 @@ var __vue_render__$F = function () {
15957
15957
  ]
15958
15958
  )
15959
15959
  };
15960
- var __vue_staticRenderFns__$F = [];
15961
- __vue_render__$F._withStripped = true;
15960
+ var __vue_staticRenderFns__$H = [];
15961
+ __vue_render__$H._withStripped = true;
15962
15962
 
15963
15963
  /* style */
15964
- const __vue_inject_styles__$F = undefined;
15964
+ const __vue_inject_styles__$H = undefined;
15965
15965
  /* scoped */
15966
- const __vue_scope_id__$F = undefined;
15966
+ const __vue_scope_id__$H = undefined;
15967
15967
  /* module identifier */
15968
- const __vue_module_identifier__$F = undefined;
15968
+ const __vue_module_identifier__$H = undefined;
15969
15969
  /* functional template */
15970
- const __vue_is_functional_template__$F = false;
15970
+ const __vue_is_functional_template__$H = false;
15971
15971
  /* style inject */
15972
15972
 
15973
15973
  /* style inject SSR */
@@ -15976,13 +15976,13 @@ __vue_render__$F._withStripped = true;
15976
15976
 
15977
15977
 
15978
15978
 
15979
- const __vue_component__$F = /*#__PURE__*/normalizeComponent(
15980
- { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
15981
- __vue_inject_styles__$F,
15982
- __vue_script__$F,
15983
- __vue_scope_id__$F,
15984
- __vue_is_functional_template__$F,
15985
- __vue_module_identifier__$F,
15979
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent(
15980
+ { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
15981
+ __vue_inject_styles__$H,
15982
+ __vue_script__$H,
15983
+ __vue_scope_id__$H,
15984
+ __vue_is_functional_template__$H,
15985
+ __vue_module_identifier__$H,
15986
15986
  false,
15987
15987
  undefined,
15988
15988
  undefined,
@@ -16076,17 +16076,17 @@ CategoryFilter = __decorate([
16076
16076
  Component({
16077
16077
  name: "categoryFilter",
16078
16078
  components: {
16079
- CategoryFilterItem: __vue_component__$F,
16079
+ CategoryFilterItem: __vue_component__$H,
16080
16080
  },
16081
16081
  })
16082
16082
  ], CategoryFilter);
16083
- var script$D = CategoryFilter;
16083
+ var script$F = CategoryFilter;
16084
16084
 
16085
16085
  /* script */
16086
- const __vue_script__$E = script$D;
16086
+ const __vue_script__$G = script$F;
16087
16087
 
16088
16088
  /* template */
16089
- var __vue_render__$E = function () {
16089
+ var __vue_render__$G = function () {
16090
16090
  var _vm = this;
16091
16091
  var _h = _vm.$createElement;
16092
16092
  var _c = _vm._self._c || _h;
@@ -16149,17 +16149,17 @@ var __vue_render__$E = function () {
16149
16149
  ]
16150
16150
  )
16151
16151
  };
16152
- var __vue_staticRenderFns__$E = [];
16153
- __vue_render__$E._withStripped = true;
16152
+ var __vue_staticRenderFns__$G = [];
16153
+ __vue_render__$G._withStripped = true;
16154
16154
 
16155
16155
  /* style */
16156
- const __vue_inject_styles__$E = undefined;
16156
+ const __vue_inject_styles__$G = undefined;
16157
16157
  /* scoped */
16158
- const __vue_scope_id__$E = undefined;
16158
+ const __vue_scope_id__$G = undefined;
16159
16159
  /* module identifier */
16160
- const __vue_module_identifier__$E = undefined;
16160
+ const __vue_module_identifier__$G = undefined;
16161
16161
  /* functional template */
16162
- const __vue_is_functional_template__$E = false;
16162
+ const __vue_is_functional_template__$G = false;
16163
16163
  /* style inject */
16164
16164
 
16165
16165
  /* style inject SSR */
@@ -16168,13 +16168,13 @@ __vue_render__$E._withStripped = true;
16168
16168
 
16169
16169
 
16170
16170
 
16171
- const __vue_component__$E = /*#__PURE__*/normalizeComponent(
16172
- { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
16173
- __vue_inject_styles__$E,
16174
- __vue_script__$E,
16175
- __vue_scope_id__$E,
16176
- __vue_is_functional_template__$E,
16177
- __vue_module_identifier__$E,
16171
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent(
16172
+ { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
16173
+ __vue_inject_styles__$G,
16174
+ __vue_script__$G,
16175
+ __vue_scope_id__$G,
16176
+ __vue_is_functional_template__$G,
16177
+ __vue_module_identifier__$G,
16178
16178
  false,
16179
16179
  undefined,
16180
16180
  undefined,
@@ -16199,19 +16199,19 @@ SearchResultsFilters = __decorate([
16199
16199
  Component({
16200
16200
  name: "searchResultsFilters",
16201
16201
  components: {
16202
- CurrentFilters: __vue_component__$N,
16203
- Facets: __vue_component__$G,
16204
- CategoryFilter: __vue_component__$E,
16202
+ CurrentFilters: __vue_component__$P,
16203
+ Facets: __vue_component__$I,
16204
+ CategoryFilter: __vue_component__$G,
16205
16205
  },
16206
16206
  })
16207
16207
  ], SearchResultsFilters);
16208
- var script$C = SearchResultsFilters;
16208
+ var script$E = SearchResultsFilters;
16209
16209
 
16210
16210
  /* script */
16211
- const __vue_script__$D = script$C;
16211
+ const __vue_script__$F = script$E;
16212
16212
 
16213
16213
  /* template */
16214
- var __vue_render__$D = function () {
16214
+ var __vue_render__$F = function () {
16215
16215
  var _vm = this;
16216
16216
  var _h = _vm.$createElement;
16217
16217
  var _c = _vm._self._c || _h;
@@ -16242,17 +16242,17 @@ var __vue_render__$D = function () {
16242
16242
  1
16243
16243
  )
16244
16244
  };
16245
- var __vue_staticRenderFns__$D = [];
16246
- __vue_render__$D._withStripped = true;
16245
+ var __vue_staticRenderFns__$F = [];
16246
+ __vue_render__$F._withStripped = true;
16247
16247
 
16248
16248
  /* style */
16249
- const __vue_inject_styles__$D = undefined;
16249
+ const __vue_inject_styles__$F = undefined;
16250
16250
  /* scoped */
16251
- const __vue_scope_id__$D = undefined;
16251
+ const __vue_scope_id__$F = undefined;
16252
16252
  /* module identifier */
16253
- const __vue_module_identifier__$D = undefined;
16253
+ const __vue_module_identifier__$F = undefined;
16254
16254
  /* functional template */
16255
- const __vue_is_functional_template__$D = false;
16255
+ const __vue_is_functional_template__$F = false;
16256
16256
  /* style inject */
16257
16257
 
16258
16258
  /* style inject SSR */
@@ -16261,13 +16261,13 @@ __vue_render__$D._withStripped = true;
16261
16261
 
16262
16262
 
16263
16263
 
16264
- const __vue_component__$D = /*#__PURE__*/normalizeComponent(
16265
- { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
16266
- __vue_inject_styles__$D,
16267
- __vue_script__$D,
16268
- __vue_scope_id__$D,
16269
- __vue_is_functional_template__$D,
16270
- __vue_module_identifier__$D,
16264
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent(
16265
+ { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
16266
+ __vue_inject_styles__$F,
16267
+ __vue_script__$F,
16268
+ __vue_scope_id__$F,
16269
+ __vue_is_functional_template__$F,
16270
+ __vue_module_identifier__$F,
16271
16271
  false,
16272
16272
  undefined,
16273
16273
  undefined,
@@ -16309,17 +16309,17 @@ MobileFilterSidebar = __decorate([
16309
16309
  Component({
16310
16310
  name: "mobileFilerSidebar",
16311
16311
  components: {
16312
- SearchResultsFilters: __vue_component__$D,
16312
+ SearchResultsFilters: __vue_component__$F,
16313
16313
  },
16314
16314
  })
16315
16315
  ], MobileFilterSidebar);
16316
- var script$B = MobileFilterSidebar;
16316
+ var script$D = MobileFilterSidebar;
16317
16317
 
16318
16318
  /* script */
16319
- const __vue_script__$C = script$B;
16319
+ const __vue_script__$E = script$D;
16320
16320
 
16321
16321
  /* template */
16322
- var __vue_render__$C = function () {
16322
+ var __vue_render__$E = function () {
16323
16323
  var _vm = this;
16324
16324
  var _h = _vm.$createElement;
16325
16325
  var _c = _vm._self._c || _h;
@@ -16369,17 +16369,17 @@ var __vue_render__$C = function () {
16369
16369
  ])
16370
16370
  : _vm._e()
16371
16371
  };
16372
- var __vue_staticRenderFns__$C = [];
16373
- __vue_render__$C._withStripped = true;
16372
+ var __vue_staticRenderFns__$E = [];
16373
+ __vue_render__$E._withStripped = true;
16374
16374
 
16375
16375
  /* style */
16376
- const __vue_inject_styles__$C = undefined;
16376
+ const __vue_inject_styles__$E = undefined;
16377
16377
  /* scoped */
16378
- const __vue_scope_id__$C = undefined;
16378
+ const __vue_scope_id__$E = undefined;
16379
16379
  /* module identifier */
16380
- const __vue_module_identifier__$C = undefined;
16380
+ const __vue_module_identifier__$E = undefined;
16381
16381
  /* functional template */
16382
- const __vue_is_functional_template__$C = false;
16382
+ const __vue_is_functional_template__$E = false;
16383
16383
  /* style inject */
16384
16384
 
16385
16385
  /* style inject SSR */
@@ -16388,13 +16388,13 @@ __vue_render__$C._withStripped = true;
16388
16388
 
16389
16389
 
16390
16390
 
16391
- const __vue_component__$C = /*#__PURE__*/normalizeComponent(
16392
- { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
16393
- __vue_inject_styles__$C,
16394
- __vue_script__$C,
16395
- __vue_scope_id__$C,
16396
- __vue_is_functional_template__$C,
16397
- __vue_module_identifier__$C,
16391
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent(
16392
+ { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
16393
+ __vue_inject_styles__$E,
16394
+ __vue_script__$E,
16395
+ __vue_scope_id__$E,
16396
+ __vue_is_functional_template__$E,
16397
+ __vue_module_identifier__$E,
16398
16398
  false,
16399
16399
  undefined,
16400
16400
  undefined,
@@ -16438,13 +16438,13 @@ SearchResultsDidYouMean = __decorate([
16438
16438
  name: "searchResultsDidYouMean",
16439
16439
  })
16440
16440
  ], SearchResultsDidYouMean);
16441
- var script$A = SearchResultsDidYouMean;
16441
+ var script$C = SearchResultsDidYouMean;
16442
16442
 
16443
16443
  /* script */
16444
- const __vue_script__$B = script$A;
16444
+ const __vue_script__$D = script$C;
16445
16445
 
16446
16446
  /* template */
16447
- var __vue_render__$B = function () {
16447
+ var __vue_render__$D = function () {
16448
16448
  var _vm = this;
16449
16449
  var _h = _vm.$createElement;
16450
16450
  var _c = _vm._self._c || _h;
@@ -16500,17 +16500,17 @@ var __vue_render__$B = function () {
16500
16500
  ])
16501
16501
  : _vm._e()
16502
16502
  };
16503
- var __vue_staticRenderFns__$B = [];
16504
- __vue_render__$B._withStripped = true;
16503
+ var __vue_staticRenderFns__$D = [];
16504
+ __vue_render__$D._withStripped = true;
16505
16505
 
16506
16506
  /* style */
16507
- const __vue_inject_styles__$B = undefined;
16507
+ const __vue_inject_styles__$D = undefined;
16508
16508
  /* scoped */
16509
- const __vue_scope_id__$B = undefined;
16509
+ const __vue_scope_id__$D = undefined;
16510
16510
  /* module identifier */
16511
- const __vue_module_identifier__$B = undefined;
16511
+ const __vue_module_identifier__$D = undefined;
16512
16512
  /* functional template */
16513
- const __vue_is_functional_template__$B = false;
16513
+ const __vue_is_functional_template__$D = false;
16514
16514
  /* style inject */
16515
16515
 
16516
16516
  /* style inject SSR */
@@ -16519,13 +16519,13 @@ __vue_render__$B._withStripped = true;
16519
16519
 
16520
16520
 
16521
16521
 
16522
- const __vue_component__$B = /*#__PURE__*/normalizeComponent(
16523
- { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
16524
- __vue_inject_styles__$B,
16525
- __vue_script__$B,
16526
- __vue_scope_id__$B,
16527
- __vue_is_functional_template__$B,
16528
- __vue_module_identifier__$B,
16522
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent(
16523
+ { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
16524
+ __vue_inject_styles__$D,
16525
+ __vue_script__$D,
16526
+ __vue_scope_id__$D,
16527
+ __vue_is_functional_template__$D,
16528
+ __vue_module_identifier__$D,
16529
16529
  false,
16530
16530
  undefined,
16531
16531
  undefined,
@@ -16566,13 +16566,13 @@ CustomBadge = __decorate([
16566
16566
  name: "customBadge",
16567
16567
  })
16568
16568
  ], CustomBadge);
16569
- var script$z = CustomBadge;
16569
+ var script$B = CustomBadge;
16570
16570
 
16571
16571
  /* script */
16572
- const __vue_script__$A = script$z;
16572
+ const __vue_script__$C = script$B;
16573
16573
 
16574
16574
  /* template */
16575
- var __vue_render__$A = function () {
16575
+ var __vue_render__$C = function () {
16576
16576
  var _vm = this;
16577
16577
  var _h = _vm.$createElement;
16578
16578
  var _c = _vm._self._c || _h;
@@ -16581,17 +16581,17 @@ var __vue_render__$A = function () {
16581
16581
  domProps: { innerHTML: _vm._s(_vm.text) },
16582
16582
  })
16583
16583
  };
16584
- var __vue_staticRenderFns__$A = [];
16585
- __vue_render__$A._withStripped = true;
16584
+ var __vue_staticRenderFns__$C = [];
16585
+ __vue_render__$C._withStripped = true;
16586
16586
 
16587
16587
  /* style */
16588
- const __vue_inject_styles__$A = undefined;
16588
+ const __vue_inject_styles__$C = undefined;
16589
16589
  /* scoped */
16590
- const __vue_scope_id__$A = undefined;
16590
+ const __vue_scope_id__$C = undefined;
16591
16591
  /* module identifier */
16592
- const __vue_module_identifier__$A = undefined;
16592
+ const __vue_module_identifier__$C = undefined;
16593
16593
  /* functional template */
16594
- const __vue_is_functional_template__$A = false;
16594
+ const __vue_is_functional_template__$C = false;
16595
16595
  /* style inject */
16596
16596
 
16597
16597
  /* style inject SSR */
@@ -16600,13 +16600,13 @@ __vue_render__$A._withStripped = true;
16600
16600
 
16601
16601
 
16602
16602
 
16603
- const __vue_component__$A = /*#__PURE__*/normalizeComponent(
16604
- { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
16605
- __vue_inject_styles__$A,
16606
- __vue_script__$A,
16607
- __vue_scope_id__$A,
16608
- __vue_is_functional_template__$A,
16609
- __vue_module_identifier__$A,
16603
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent(
16604
+ { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
16605
+ __vue_inject_styles__$C,
16606
+ __vue_script__$C,
16607
+ __vue_scope_id__$C,
16608
+ __vue_is_functional_template__$C,
16609
+ __vue_module_identifier__$C,
16610
16610
  false,
16611
16611
  undefined,
16612
16612
  undefined,
@@ -16630,13 +16630,13 @@ TextBadge = __decorate([
16630
16630
  name: "TextBadge",
16631
16631
  })
16632
16632
  ], TextBadge);
16633
- var script$y = TextBadge;
16633
+ var script$A = TextBadge;
16634
16634
 
16635
16635
  /* script */
16636
- const __vue_script__$z = script$y;
16636
+ const __vue_script__$B = script$A;
16637
16637
 
16638
16638
  /* template */
16639
- var __vue_render__$z = function () {
16639
+ var __vue_render__$B = function () {
16640
16640
  var _vm = this;
16641
16641
  var _h = _vm.$createElement;
16642
16642
  var _c = _vm._self._c || _h;
@@ -16653,17 +16653,17 @@ var __vue_render__$z = function () {
16653
16653
  0
16654
16654
  )
16655
16655
  };
16656
- var __vue_staticRenderFns__$z = [];
16657
- __vue_render__$z._withStripped = true;
16656
+ var __vue_staticRenderFns__$B = [];
16657
+ __vue_render__$B._withStripped = true;
16658
16658
 
16659
16659
  /* style */
16660
- const __vue_inject_styles__$z = undefined;
16660
+ const __vue_inject_styles__$B = undefined;
16661
16661
  /* scoped */
16662
- const __vue_scope_id__$z = undefined;
16662
+ const __vue_scope_id__$B = undefined;
16663
16663
  /* module identifier */
16664
- const __vue_module_identifier__$z = undefined;
16664
+ const __vue_module_identifier__$B = undefined;
16665
16665
  /* functional template */
16666
- const __vue_is_functional_template__$z = false;
16666
+ const __vue_is_functional_template__$B = false;
16667
16667
  /* style inject */
16668
16668
 
16669
16669
  /* style inject SSR */
@@ -16672,13 +16672,13 @@ __vue_render__$z._withStripped = true;
16672
16672
 
16673
16673
 
16674
16674
 
16675
- const __vue_component__$z = /*#__PURE__*/normalizeComponent(
16676
- { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
16677
- __vue_inject_styles__$z,
16678
- __vue_script__$z,
16679
- __vue_scope_id__$z,
16680
- __vue_is_functional_template__$z,
16681
- __vue_module_identifier__$z,
16675
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent(
16676
+ { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
16677
+ __vue_inject_styles__$B,
16678
+ __vue_script__$B,
16679
+ __vue_scope_id__$B,
16680
+ __vue_is_functional_template__$B,
16681
+ __vue_module_identifier__$B,
16682
16682
  false,
16683
16683
  undefined,
16684
16684
  undefined,
@@ -16707,13 +16707,13 @@ ImageBadge = __decorate([
16707
16707
  name: "ImageBadge",
16708
16708
  })
16709
16709
  ], ImageBadge);
16710
- var script$x = ImageBadge;
16710
+ var script$z = ImageBadge;
16711
16711
 
16712
16712
  /* script */
16713
- const __vue_script__$y = script$x;
16713
+ const __vue_script__$A = script$z;
16714
16714
 
16715
16715
  /* template */
16716
- var __vue_render__$y = function () {
16716
+ var __vue_render__$A = function () {
16717
16717
  var _vm = this;
16718
16718
  var _h = _vm.$createElement;
16719
16719
  var _c = _vm._self._c || _h;
@@ -16730,6 +16730,187 @@ var __vue_render__$y = function () {
16730
16730
  0
16731
16731
  )
16732
16732
  };
16733
+ var __vue_staticRenderFns__$A = [];
16734
+ __vue_render__$A._withStripped = true;
16735
+
16736
+ /* style */
16737
+ const __vue_inject_styles__$A = undefined;
16738
+ /* scoped */
16739
+ const __vue_scope_id__$A = undefined;
16740
+ /* module identifier */
16741
+ const __vue_module_identifier__$A = undefined;
16742
+ /* functional template */
16743
+ const __vue_is_functional_template__$A = false;
16744
+ /* style inject */
16745
+
16746
+ /* style inject SSR */
16747
+
16748
+ /* style inject shadow dom */
16749
+
16750
+
16751
+
16752
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent(
16753
+ { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
16754
+ __vue_inject_styles__$A,
16755
+ __vue_script__$A,
16756
+ __vue_scope_id__$A,
16757
+ __vue_is_functional_template__$A,
16758
+ __vue_module_identifier__$A,
16759
+ false,
16760
+ undefined,
16761
+ undefined,
16762
+ undefined
16763
+ );
16764
+
16765
+ let SearchResultGeneratedBadge = class SearchResultGeneratedBadge extends Vue$1 {
16766
+ get image() {
16767
+ var _a, _b, _c;
16768
+ console.log(this.badge.titleText);
16769
+ return (_c = (_b = (_a = this.options.generate) === null || _a === void 0 ? void 0 : _a.image) === null || _b === void 0 ? void 0 : _b.call(_a, this.badge)) !== null && _c !== void 0 ? _c : "";
16770
+ }
16771
+ };
16772
+ __decorate([
16773
+ Prop({ default: () => ({}) })
16774
+ ], SearchResultGeneratedBadge.prototype, "options", void 0);
16775
+ __decorate([
16776
+ Prop({ default: () => ({}) })
16777
+ ], SearchResultGeneratedBadge.prototype, "badge", void 0);
16778
+ SearchResultGeneratedBadge = __decorate([
16779
+ Component({
16780
+ name: "searchResultsBadgeWrapper",
16781
+ })
16782
+ ], SearchResultGeneratedBadge);
16783
+ var script$y = SearchResultGeneratedBadge;
16784
+
16785
+ /* script */
16786
+ const __vue_script__$z = script$y;
16787
+
16788
+ /* template */
16789
+ var __vue_render__$z = function () {
16790
+ var _vm = this;
16791
+ var _h = _vm.$createElement;
16792
+ var _c = _vm._self._c || _h;
16793
+ return _c(
16794
+ "div",
16795
+ {
16796
+ staticClass: "lupa-dynamic-badge",
16797
+ style: { background: _vm.badge.backgroundColor, color: _vm.badge.color },
16798
+ },
16799
+ [
16800
+ _c("span", { staticClass: "lupa-badge-title" }, [
16801
+ _vm.image ? _c("img", { attrs: { src: _vm.image } }) : _vm._e(),
16802
+ _vm.badge.titleText
16803
+ ? _c("span", [_vm._v("\n " + _vm._s(_vm.badge.titleText))])
16804
+ : _vm._e(),
16805
+ ]),
16806
+ _vm.badge.additionalText
16807
+ ? _c("span", { staticClass: "lupa-badge-full-text" }, [
16808
+ _vm._v(_vm._s(_vm.badge.additionalText)),
16809
+ ])
16810
+ : _vm._e(),
16811
+ ]
16812
+ )
16813
+ };
16814
+ var __vue_staticRenderFns__$z = [];
16815
+ __vue_render__$z._withStripped = true;
16816
+
16817
+ /* style */
16818
+ const __vue_inject_styles__$z = undefined;
16819
+ /* scoped */
16820
+ const __vue_scope_id__$z = undefined;
16821
+ /* module identifier */
16822
+ const __vue_module_identifier__$z = undefined;
16823
+ /* functional template */
16824
+ const __vue_is_functional_template__$z = false;
16825
+ /* style inject */
16826
+
16827
+ /* style inject SSR */
16828
+
16829
+ /* style inject shadow dom */
16830
+
16831
+
16832
+
16833
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent(
16834
+ { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
16835
+ __vue_inject_styles__$z,
16836
+ __vue_script__$z,
16837
+ __vue_scope_id__$z,
16838
+ __vue_is_functional_template__$z,
16839
+ __vue_module_identifier__$z,
16840
+ false,
16841
+ undefined,
16842
+ undefined,
16843
+ undefined
16844
+ );
16845
+
16846
+ let SearchResultGeneratedBadges = class SearchResultGeneratedBadges extends Vue$1 {
16847
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
16848
+ get badgeField() {
16849
+ var _a, _b, _c, _d, _e, _f, _g;
16850
+ const fieldHasBadges = ((_a = this.options.generate) === null || _a === void 0 ? void 0 : _a.key) &&
16851
+ this.options.product[(_c = (_b = this.options.generate) === null || _b === void 0 ? void 0 : _b.key) !== null && _c !== void 0 ? _c : ""] &&
16852
+ Array.isArray(this.options.product[(_e = (_d = this.options.generate) === null || _d === void 0 ? void 0 : _d.key) !== null && _e !== void 0 ? _e : ""]);
16853
+ return fieldHasBadges
16854
+ ? this.options.product[(_g = (_f = this.options.generate) === null || _f === void 0 ? void 0 : _f.key) !== null && _g !== void 0 ? _g : ""]
16855
+ : [];
16856
+ }
16857
+ get keyMap() {
16858
+ var _a, _b;
16859
+ return (_b = (_a = this.options.generate) === null || _a === void 0 ? void 0 : _a.keyMap) !== null && _b !== void 0 ? _b : {};
16860
+ }
16861
+ get hasBadges() {
16862
+ var _a;
16863
+ return Boolean(((_a = this.options.generate) === null || _a === void 0 ? void 0 : _a.key) &&
16864
+ this.options.generate.keyMap &&
16865
+ this.badgeField.length > 0);
16866
+ }
16867
+ get badges() {
16868
+ return this.badgeField.map((f) => ({
16869
+ backgroundColor: this.keyMap.backgroundColor
16870
+ ? f[this.keyMap.backgroundColor]
16871
+ : undefined,
16872
+ color: this.keyMap.color ? f[this.keyMap.color] : undefined,
16873
+ titleText: this.keyMap.titleText ? f[this.keyMap.titleText] : undefined,
16874
+ additionalText: this.keyMap.additionalText
16875
+ ? f[this.keyMap.additionalText]
16876
+ : undefined,
16877
+ id: this.keyMap.id ? f[this.keyMap.id] : undefined,
16878
+ }));
16879
+ }
16880
+ };
16881
+ __decorate([
16882
+ Prop({ default: {} })
16883
+ ], SearchResultGeneratedBadges.prototype, "options", void 0);
16884
+ SearchResultGeneratedBadges = __decorate([
16885
+ Component({
16886
+ name: "searchResultsBadgeWrapper",
16887
+ components: {
16888
+ SearchResultGeneratedBadge: __vue_component__$z,
16889
+ },
16890
+ })
16891
+ ], SearchResultGeneratedBadges);
16892
+ var script$x = SearchResultGeneratedBadges;
16893
+
16894
+ /* script */
16895
+ const __vue_script__$y = script$x;
16896
+
16897
+ /* template */
16898
+ var __vue_render__$y = function () {
16899
+ var _vm = this;
16900
+ var _h = _vm.$createElement;
16901
+ var _c = _vm._self._c || _h;
16902
+ return _c(
16903
+ "div",
16904
+ { staticClass: "lupa-generated-badges" },
16905
+ _vm._l(_vm.badges, function (badge) {
16906
+ return _c("SearchResultGeneratedBadge", {
16907
+ key: badge.id,
16908
+ attrs: { badge: badge, options: _vm.options },
16909
+ })
16910
+ }),
16911
+ 1
16912
+ )
16913
+ };
16733
16914
  var __vue_staticRenderFns__$y = [];
16734
16915
  __vue_render__$y._withStripped = true;
16735
16916
 
@@ -16797,9 +16978,10 @@ SearchResultsBadgeWrapper = __decorate([
16797
16978
  Component({
16798
16979
  name: "searchResultsBadgeWrapper",
16799
16980
  components: {
16800
- CustomBadge: __vue_component__$A,
16801
- TextBadge: __vue_component__$z,
16802
- ImageBadge: __vue_component__$y,
16981
+ CustomBadge: __vue_component__$C,
16982
+ TextBadge: __vue_component__$B,
16983
+ ImageBadge: __vue_component__$A,
16984
+ SearchResultGeneratedBadges: __vue_component__$y,
16803
16985
  },
16804
16986
  })
16805
16987
  ], SearchResultsBadgeWrapper);
@@ -16817,14 +16999,18 @@ var __vue_render__$x = function () {
16817
16999
  _c(
16818
17000
  "div",
16819
17001
  { class: _vm.anchorPosition, attrs: { id: "lupa-badges" } },
16820
- _vm._l(_vm.badges, function (badge, index) {
16821
- return _c(_vm.getBadgeComponent(badge.type), {
16822
- key: index,
16823
- tag: "search-results-badge",
16824
- attrs: { badge: badge },
16825
- })
16826
- }),
16827
- 1
17002
+ [
17003
+ _vm._l(_vm.badges, function (badge, index) {
17004
+ return _c(_vm.getBadgeComponent(badge.type), {
17005
+ key: index,
17006
+ tag: "search-results-badge",
17007
+ attrs: { badge: badge },
17008
+ })
17009
+ }),
17010
+ _vm._v(" "),
17011
+ _c("SearchResultGeneratedBadges", { attrs: { options: _vm.options } }),
17012
+ ],
17013
+ 2
16828
17014
  ),
16829
17015
  ])
16830
17016
  };
@@ -17827,6 +18013,7 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
17827
18013
  return "";
17828
18014
  }
17829
18015
  handleClick() {
18016
+ var _a, _b;
17830
18017
  this.trackClick({
17831
18018
  queryKey: this.options.queryKey,
17832
18019
  data: {
@@ -17835,6 +18022,10 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
17835
18022
  type: "itemClick",
17836
18023
  },
17837
18024
  });
18025
+ (_b = (_a = this.searchResultOptions.callbacks) === null || _a === void 0 ? void 0 : _a.onProductClick) === null || _b === void 0 ? void 0 : _b.call(_a, {
18026
+ queryKey: this.query,
18027
+ hasResults: true,
18028
+ });
17838
18029
  }
17839
18030
  handleProductEvent(item) {
17840
18031
  this.trackClick({
@@ -17871,6 +18062,9 @@ __decorate([
17871
18062
  __decorate([
17872
18063
  options$6.Getter("searchResultsRoutingBehavior")
17873
18064
  ], SearchResultsProductCard.prototype, "searchResultsRoutingBehavior", void 0);
18065
+ __decorate([
18066
+ options$6.Getter("searchResultOptions")
18067
+ ], SearchResultsProductCard.prototype, "searchResultOptions", void 0);
17874
18068
  __decorate([
17875
18069
  params$9.Getter("query")
17876
18070
  ], SearchResultsProductCard.prototype, "query", void 0);
@@ -19759,8 +19953,8 @@ FiltersTopDropdown = __decorate([
19759
19953
  Component({
19760
19954
  name: "filtersTopDropdown",
19761
19955
  components: {
19762
- CurrentFilters: __vue_component__$N,
19763
- Facets: __vue_component__$G,
19956
+ CurrentFilters: __vue_component__$P,
19957
+ Facets: __vue_component__$I,
19764
19958
  },
19765
19959
  })
19766
19960
  ], FiltersTopDropdown);
@@ -19912,7 +20106,7 @@ SearchResultsProducts = __decorate([
19912
20106
  Component({
19913
20107
  name: "searchResultsProducts",
19914
20108
  components: {
19915
- CurrentFilters: __vue_component__$N,
20109
+ CurrentFilters: __vue_component__$P,
19916
20110
  SearchResultsProductCard: __vue_component__$m,
19917
20111
  SearchResultsToolbar: __vue_component__$d,
19918
20112
  AdditionalPanels: __vue_component__$k,
@@ -20609,11 +20803,11 @@ SearchResults = __decorate([
20609
20803
  Component({
20610
20804
  name: "searchResults",
20611
20805
  components: {
20612
- SearchResultsFilters: __vue_component__$D,
20806
+ SearchResultsFilters: __vue_component__$F,
20613
20807
  SearchResultsProducts: __vue_component__$8,
20614
- MobileFilterSidebar: __vue_component__$C,
20808
+ MobileFilterSidebar: __vue_component__$E,
20615
20809
  SearchResultsBreadcrumbs: __vue_component__$7,
20616
- SearchResultsDidYouMean: __vue_component__$B,
20810
+ SearchResultsDidYouMean: __vue_component__$D,
20617
20811
  SearchResultsTitle: __vue_component__$6,
20618
20812
  SearchResultsToolbar: __vue_component__$d,
20619
20813
  CategoryTopFilters: __vue_component__$5,
@@ -22191,8 +22385,8 @@ const searchBox = (options) => {
22191
22385
  Vue$1.use(Vuex);
22192
22386
  app.box = new Vue$1({
22193
22387
  el: options.inputSelector,
22194
- components: { SearchBoxEntry: __vue_component__$P },
22195
- render: (h) => h(__vue_component__$P, { props: { searchBoxOptions: options } }),
22388
+ components: { SearchBoxEntry: __vue_component__$R },
22389
+ render: (h) => h(__vue_component__$R, { props: { searchBoxOptions: options } }),
22196
22390
  store,
22197
22391
  });
22198
22392
  };