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

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 (22) 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 +884 -647
  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/es/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +2 -1
  9. package/dist/es/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +7 -0
  10. package/dist/es/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +9 -0
  11. package/dist/es/index.d.ts +2 -2
  12. package/dist/es/index.min.js +884 -647
  13. package/dist/es/types/search-results/BadgeOptions.d.ts +13 -0
  14. package/dist/es/types/search-results/SearchResultsOptions.d.ts +1 -0
  15. package/dist/iife/components/search-results/products/product-card/SearchResultsProductCard.vue.d.ts +2 -1
  16. package/dist/iife/components/search-results/products/product-card/badges/SearchResultGeneratedBadge.vue.d.ts +7 -0
  17. package/dist/iife/components/search-results/products/product-card/badges/SearchResultGeneratedBadges.vue.d.ts +9 -0
  18. package/dist/iife/index.d.ts +2 -2
  19. package/dist/iife/index.min.js +1 -1
  20. package/dist/iife/types/search-results/BadgeOptions.d.ts +13 -0
  21. package/dist/iife/types/search-results/SearchResultsOptions.d.ts +1 -0
  22. package/package.json +1 -1
@@ -11003,7 +11003,7 @@ SearchBoxInput = __decorate([
11003
11003
  name: "searchBoxInput",
11004
11004
  })
11005
11005
  ], SearchBoxInput);
11006
- var script$16 = SearchBoxInput;
11006
+ var script$18 = SearchBoxInput;
11007
11007
 
11008
11008
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
11009
11009
  if (typeof shadowMode !== 'boolean') {
@@ -11134,10 +11134,10 @@ function addStyle(id, css) {
11134
11134
  }
11135
11135
 
11136
11136
  /* script */
11137
- const __vue_script__$17 = script$16;
11137
+ const __vue_script__$19 = script$18;
11138
11138
 
11139
11139
  /* template */
11140
- var __vue_render__$17 = function () {
11140
+ var __vue_render__$19 = function () {
11141
11141
  var _vm = this;
11142
11142
  var _h = _vm.$createElement;
11143
11143
  var _c = _vm._self._c || _h;
@@ -11190,34 +11190,34 @@ var __vue_render__$17 = function () {
11190
11190
  ),
11191
11191
  ])
11192
11192
  };
11193
- var __vue_staticRenderFns__$17 = [];
11194
- __vue_render__$17._withStripped = true;
11193
+ var __vue_staticRenderFns__$19 = [];
11194
+ __vue_render__$19._withStripped = true;
11195
11195
 
11196
11196
  /* style */
11197
- const __vue_inject_styles__$17 = function (inject) {
11197
+ const __vue_inject_styles__$19 = function (inject) {
11198
11198
  if (!inject) return
11199
11199
  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 });
11200
11200
 
11201
11201
  };
11202
11202
  /* scoped */
11203
- const __vue_scope_id__$17 = undefined;
11203
+ const __vue_scope_id__$19 = undefined;
11204
11204
  /* module identifier */
11205
- const __vue_module_identifier__$17 = undefined;
11205
+ const __vue_module_identifier__$19 = undefined;
11206
11206
  /* functional template */
11207
- const __vue_is_functional_template__$17 = false;
11207
+ const __vue_is_functional_template__$19 = false;
11208
11208
  /* style inject SSR */
11209
11209
 
11210
11210
  /* style inject shadow dom */
11211
11211
 
11212
11212
 
11213
11213
 
11214
- const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11215
- { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11216
- __vue_inject_styles__$17,
11217
- __vue_script__$17,
11218
- __vue_scope_id__$17,
11219
- __vue_is_functional_template__$17,
11220
- __vue_module_identifier__$17,
11214
+ const __vue_component__$19 = /*#__PURE__*/normalizeComponent(
11215
+ { render: __vue_render__$19, staticRenderFns: __vue_staticRenderFns__$19 },
11216
+ __vue_inject_styles__$19,
11217
+ __vue_script__$19,
11218
+ __vue_scope_id__$19,
11219
+ __vue_is_functional_template__$19,
11220
+ __vue_module_identifier__$19,
11221
11221
  false,
11222
11222
  createInjector,
11223
11223
  undefined,
@@ -11282,13 +11282,13 @@ __decorate([
11282
11282
  SearchBoxProductImage = __decorate([
11283
11283
  Component
11284
11284
  ], SearchBoxProductImage);
11285
- var script$15 = SearchBoxProductImage;
11285
+ var script$17 = SearchBoxProductImage;
11286
11286
 
11287
11287
  /* script */
11288
- const __vue_script__$16 = script$15;
11288
+ const __vue_script__$18 = script$17;
11289
11289
 
11290
11290
  /* template */
11291
- var __vue_render__$16 = function () {
11291
+ var __vue_render__$18 = function () {
11292
11292
  var _vm = this;
11293
11293
  var _h = _vm.$createElement;
11294
11294
  var _c = _vm._self._c || _h;
@@ -11300,17 +11300,17 @@ var __vue_render__$16 = function () {
11300
11300
  }),
11301
11301
  ])
11302
11302
  };
11303
- var __vue_staticRenderFns__$16 = [];
11304
- __vue_render__$16._withStripped = true;
11303
+ var __vue_staticRenderFns__$18 = [];
11304
+ __vue_render__$18._withStripped = true;
11305
11305
 
11306
11306
  /* style */
11307
- const __vue_inject_styles__$16 = undefined;
11307
+ const __vue_inject_styles__$18 = undefined;
11308
11308
  /* scoped */
11309
- const __vue_scope_id__$16 = undefined;
11309
+ const __vue_scope_id__$18 = undefined;
11310
11310
  /* module identifier */
11311
- const __vue_module_identifier__$16 = undefined;
11311
+ const __vue_module_identifier__$18 = undefined;
11312
11312
  /* functional template */
11313
- const __vue_is_functional_template__$16 = false;
11313
+ const __vue_is_functional_template__$18 = false;
11314
11314
  /* style inject */
11315
11315
 
11316
11316
  /* style inject SSR */
@@ -11319,13 +11319,13 @@ __vue_render__$16._withStripped = true;
11319
11319
 
11320
11320
 
11321
11321
 
11322
- const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11323
- { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11324
- __vue_inject_styles__$16,
11325
- __vue_script__$16,
11326
- __vue_scope_id__$16,
11327
- __vue_is_functional_template__$16,
11328
- __vue_module_identifier__$16,
11322
+ const __vue_component__$18 = /*#__PURE__*/normalizeComponent(
11323
+ { render: __vue_render__$18, staticRenderFns: __vue_staticRenderFns__$18 },
11324
+ __vue_inject_styles__$18,
11325
+ __vue_script__$18,
11326
+ __vue_scope_id__$18,
11327
+ __vue_is_functional_template__$18,
11328
+ __vue_module_identifier__$18,
11329
11329
  false,
11330
11330
  undefined,
11331
11331
  undefined,
@@ -11350,13 +11350,13 @@ __decorate([
11350
11350
  SearchBoxProductTitle = __decorate([
11351
11351
  Component
11352
11352
  ], SearchBoxProductTitle);
11353
- var script$14 = SearchBoxProductTitle;
11353
+ var script$16 = SearchBoxProductTitle;
11354
11354
 
11355
11355
  /* script */
11356
- const __vue_script__$15 = script$14;
11356
+ const __vue_script__$17 = script$16;
11357
11357
 
11358
11358
  /* template */
11359
- var __vue_render__$15 = function () {
11359
+ var __vue_render__$17 = function () {
11360
11360
  var _vm = this;
11361
11361
  var _h = _vm.$createElement;
11362
11362
  var _c = _vm._self._c || _h;
@@ -11369,17 +11369,17 @@ var __vue_render__$15 = function () {
11369
11369
  _c("strong", [_vm._v(_vm._s(_vm.title))]),
11370
11370
  ])
11371
11371
  };
11372
- var __vue_staticRenderFns__$15 = [];
11373
- __vue_render__$15._withStripped = true;
11372
+ var __vue_staticRenderFns__$17 = [];
11373
+ __vue_render__$17._withStripped = true;
11374
11374
 
11375
11375
  /* style */
11376
- const __vue_inject_styles__$15 = undefined;
11376
+ const __vue_inject_styles__$17 = undefined;
11377
11377
  /* scoped */
11378
- const __vue_scope_id__$15 = undefined;
11378
+ const __vue_scope_id__$17 = undefined;
11379
11379
  /* module identifier */
11380
- const __vue_module_identifier__$15 = undefined;
11380
+ const __vue_module_identifier__$17 = undefined;
11381
11381
  /* functional template */
11382
- const __vue_is_functional_template__$15 = false;
11382
+ const __vue_is_functional_template__$17 = false;
11383
11383
  /* style inject */
11384
11384
 
11385
11385
  /* style inject SSR */
@@ -11388,13 +11388,13 @@ __vue_render__$15._withStripped = true;
11388
11388
 
11389
11389
 
11390
11390
 
11391
- const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11392
- { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11393
- __vue_inject_styles__$15,
11394
- __vue_script__$15,
11395
- __vue_scope_id__$15,
11396
- __vue_is_functional_template__$15,
11397
- __vue_module_identifier__$15,
11391
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent(
11392
+ { render: __vue_render__$17, staticRenderFns: __vue_staticRenderFns__$17 },
11393
+ __vue_inject_styles__$17,
11394
+ __vue_script__$17,
11395
+ __vue_scope_id__$17,
11396
+ __vue_is_functional_template__$17,
11397
+ __vue_module_identifier__$17,
11398
11398
  false,
11399
11399
  undefined,
11400
11400
  undefined,
@@ -11419,13 +11419,13 @@ __decorate([
11419
11419
  SearchBoxProductDescription = __decorate([
11420
11420
  Component
11421
11421
  ], SearchBoxProductDescription);
11422
- var script$13 = SearchBoxProductDescription;
11422
+ var script$15 = SearchBoxProductDescription;
11423
11423
 
11424
11424
  /* script */
11425
- const __vue_script__$14 = script$13;
11425
+ const __vue_script__$16 = script$15;
11426
11426
 
11427
11427
  /* template */
11428
- var __vue_render__$14 = function () {
11428
+ var __vue_render__$16 = function () {
11429
11429
  var _vm = this;
11430
11430
  var _h = _vm.$createElement;
11431
11431
  var _c = _vm._self._c || _h;
@@ -11438,17 +11438,17 @@ var __vue_render__$14 = function () {
11438
11438
  _vm._v("\n " + _vm._s(_vm.description) + "\n"),
11439
11439
  ])
11440
11440
  };
11441
- var __vue_staticRenderFns__$14 = [];
11442
- __vue_render__$14._withStripped = true;
11441
+ var __vue_staticRenderFns__$16 = [];
11442
+ __vue_render__$16._withStripped = true;
11443
11443
 
11444
11444
  /* style */
11445
- const __vue_inject_styles__$14 = undefined;
11445
+ const __vue_inject_styles__$16 = undefined;
11446
11446
  /* scoped */
11447
- const __vue_scope_id__$14 = undefined;
11447
+ const __vue_scope_id__$16 = undefined;
11448
11448
  /* module identifier */
11449
- const __vue_module_identifier__$14 = undefined;
11449
+ const __vue_module_identifier__$16 = undefined;
11450
11450
  /* functional template */
11451
- const __vue_is_functional_template__$14 = false;
11451
+ const __vue_is_functional_template__$16 = false;
11452
11452
  /* style inject */
11453
11453
 
11454
11454
  /* style inject SSR */
@@ -11457,13 +11457,13 @@ __vue_render__$14._withStripped = true;
11457
11457
 
11458
11458
 
11459
11459
 
11460
- const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
11461
- { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
11462
- __vue_inject_styles__$14,
11463
- __vue_script__$14,
11464
- __vue_scope_id__$14,
11465
- __vue_is_functional_template__$14,
11466
- __vue_module_identifier__$14,
11460
+ const __vue_component__$16 = /*#__PURE__*/normalizeComponent(
11461
+ { render: __vue_render__$16, staticRenderFns: __vue_staticRenderFns__$16 },
11462
+ __vue_inject_styles__$16,
11463
+ __vue_script__$16,
11464
+ __vue_scope_id__$16,
11465
+ __vue_is_functional_template__$16,
11466
+ __vue_module_identifier__$16,
11467
11467
  false,
11468
11468
  undefined,
11469
11469
  undefined,
@@ -11519,13 +11519,13 @@ __decorate([
11519
11519
  SearchBoxProductPrice = __decorate([
11520
11520
  Component
11521
11521
  ], SearchBoxProductPrice);
11522
- var script$12 = SearchBoxProductPrice;
11522
+ var script$14 = SearchBoxProductPrice;
11523
11523
 
11524
11524
  /* script */
11525
- const __vue_script__$13 = script$12;
11525
+ const __vue_script__$15 = script$14;
11526
11526
 
11527
11527
  /* template */
11528
- var __vue_render__$13 = function () {
11528
+ var __vue_render__$15 = function () {
11529
11529
  var _vm = this;
11530
11530
  var _h = _vm.$createElement;
11531
11531
  var _c = _vm._self._c || _h;
@@ -11533,17 +11533,17 @@ var __vue_render__$13 = function () {
11533
11533
  _c("strong", [_vm._v(_vm._s(_vm.price))]),
11534
11534
  ])
11535
11535
  };
11536
- var __vue_staticRenderFns__$13 = [];
11537
- __vue_render__$13._withStripped = true;
11536
+ var __vue_staticRenderFns__$15 = [];
11537
+ __vue_render__$15._withStripped = true;
11538
11538
 
11539
11539
  /* style */
11540
- const __vue_inject_styles__$13 = undefined;
11540
+ const __vue_inject_styles__$15 = undefined;
11541
11541
  /* scoped */
11542
- const __vue_scope_id__$13 = undefined;
11542
+ const __vue_scope_id__$15 = undefined;
11543
11543
  /* module identifier */
11544
- const __vue_module_identifier__$13 = undefined;
11544
+ const __vue_module_identifier__$15 = undefined;
11545
11545
  /* functional template */
11546
- const __vue_is_functional_template__$13 = false;
11546
+ const __vue_is_functional_template__$15 = false;
11547
11547
  /* style inject */
11548
11548
 
11549
11549
  /* style inject SSR */
@@ -11552,13 +11552,13 @@ __vue_render__$13._withStripped = true;
11552
11552
 
11553
11553
 
11554
11554
 
11555
- const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
11556
- { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
11557
- __vue_inject_styles__$13,
11558
- __vue_script__$13,
11559
- __vue_scope_id__$13,
11560
- __vue_is_functional_template__$13,
11561
- __vue_module_identifier__$13,
11555
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent(
11556
+ { render: __vue_render__$15, staticRenderFns: __vue_staticRenderFns__$15 },
11557
+ __vue_inject_styles__$15,
11558
+ __vue_script__$15,
11559
+ __vue_scope_id__$15,
11560
+ __vue_is_functional_template__$15,
11561
+ __vue_module_identifier__$15,
11562
11562
  false,
11563
11563
  undefined,
11564
11564
  undefined,
@@ -11583,13 +11583,13 @@ __decorate([
11583
11583
  SearchBoxProductRegularPrice = __decorate([
11584
11584
  Component
11585
11585
  ], SearchBoxProductRegularPrice);
11586
- var script$11 = SearchBoxProductRegularPrice;
11586
+ var script$13 = SearchBoxProductRegularPrice;
11587
11587
 
11588
11588
  /* script */
11589
- const __vue_script__$12 = script$11;
11589
+ const __vue_script__$14 = script$13;
11590
11590
 
11591
11591
  /* template */
11592
- var __vue_render__$12 = function () {
11592
+ var __vue_render__$14 = function () {
11593
11593
  var _vm = this;
11594
11594
  var _h = _vm.$createElement;
11595
11595
  var _c = _vm._self._c || _h;
@@ -11597,17 +11597,17 @@ var __vue_render__$12 = function () {
11597
11597
  _vm._v(_vm._s(_vm.price)),
11598
11598
  ])
11599
11599
  };
11600
- var __vue_staticRenderFns__$12 = [];
11601
- __vue_render__$12._withStripped = true;
11600
+ var __vue_staticRenderFns__$14 = [];
11601
+ __vue_render__$14._withStripped = true;
11602
11602
 
11603
11603
  /* style */
11604
- const __vue_inject_styles__$12 = undefined;
11604
+ const __vue_inject_styles__$14 = undefined;
11605
11605
  /* scoped */
11606
- const __vue_scope_id__$12 = undefined;
11606
+ const __vue_scope_id__$14 = undefined;
11607
11607
  /* module identifier */
11608
- const __vue_module_identifier__$12 = undefined;
11608
+ const __vue_module_identifier__$14 = undefined;
11609
11609
  /* functional template */
11610
- const __vue_is_functional_template__$12 = false;
11610
+ const __vue_is_functional_template__$14 = false;
11611
11611
  /* style inject */
11612
11612
 
11613
11613
  /* style inject SSR */
@@ -11616,13 +11616,13 @@ __vue_render__$12._withStripped = true;
11616
11616
 
11617
11617
 
11618
11618
 
11619
- const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
11620
- { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
11621
- __vue_inject_styles__$12,
11622
- __vue_script__$12,
11623
- __vue_scope_id__$12,
11624
- __vue_is_functional_template__$12,
11625
- __vue_module_identifier__$12,
11619
+ const __vue_component__$14 = /*#__PURE__*/normalizeComponent(
11620
+ { render: __vue_render__$14, staticRenderFns: __vue_staticRenderFns__$14 },
11621
+ __vue_inject_styles__$14,
11622
+ __vue_script__$14,
11623
+ __vue_scope_id__$14,
11624
+ __vue_is_functional_template__$14,
11625
+ __vue_module_identifier__$14,
11626
11626
  false,
11627
11627
  undefined,
11628
11628
  undefined,
@@ -11650,13 +11650,13 @@ __decorate([
11650
11650
  SearchBoxProductCustom = __decorate([
11651
11651
  Component
11652
11652
  ], SearchBoxProductCustom);
11653
- var script$10 = SearchBoxProductCustom;
11653
+ var script$12 = SearchBoxProductCustom;
11654
11654
 
11655
11655
  /* script */
11656
- const __vue_script__$11 = script$10;
11656
+ const __vue_script__$13 = script$12;
11657
11657
 
11658
11658
  /* template */
11659
- var __vue_render__$11 = function () {
11659
+ var __vue_render__$13 = function () {
11660
11660
  var _vm = this;
11661
11661
  var _h = _vm.$createElement;
11662
11662
  var _c = _vm._self._c || _h;
@@ -11669,17 +11669,17 @@ var __vue_render__$11 = function () {
11669
11669
  _vm._v("\n " + _vm._s(_vm.text) + "\n"),
11670
11670
  ])
11671
11671
  };
11672
- var __vue_staticRenderFns__$11 = [];
11673
- __vue_render__$11._withStripped = true;
11672
+ var __vue_staticRenderFns__$13 = [];
11673
+ __vue_render__$13._withStripped = true;
11674
11674
 
11675
11675
  /* style */
11676
- const __vue_inject_styles__$11 = undefined;
11676
+ const __vue_inject_styles__$13 = undefined;
11677
11677
  /* scoped */
11678
- const __vue_scope_id__$11 = undefined;
11678
+ const __vue_scope_id__$13 = undefined;
11679
11679
  /* module identifier */
11680
- const __vue_module_identifier__$11 = undefined;
11680
+ const __vue_module_identifier__$13 = undefined;
11681
11681
  /* functional template */
11682
- const __vue_is_functional_template__$11 = false;
11682
+ const __vue_is_functional_template__$13 = false;
11683
11683
  /* style inject */
11684
11684
 
11685
11685
  /* style inject SSR */
@@ -11688,13 +11688,13 @@ __vue_render__$11._withStripped = true;
11688
11688
 
11689
11689
 
11690
11690
 
11691
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
11692
- { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
11693
- __vue_inject_styles__$11,
11694
- __vue_script__$11,
11695
- __vue_scope_id__$11,
11696
- __vue_is_functional_template__$11,
11697
- __vue_module_identifier__$11,
11691
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent(
11692
+ { render: __vue_render__$13, staticRenderFns: __vue_staticRenderFns__$13 },
11693
+ __vue_inject_styles__$13,
11694
+ __vue_script__$13,
11695
+ __vue_scope_id__$13,
11696
+ __vue_is_functional_template__$13,
11697
+ __vue_module_identifier__$13,
11698
11698
  false,
11699
11699
  undefined,
11700
11700
  undefined,
@@ -11720,13 +11720,13 @@ SearchBoxProductCustomHtml = __decorate([
11720
11720
  name: "SearchBoxProductCustomHtml",
11721
11721
  })
11722
11722
  ], SearchBoxProductCustomHtml);
11723
- var script$$ = SearchBoxProductCustomHtml;
11723
+ var script$11 = SearchBoxProductCustomHtml;
11724
11724
 
11725
11725
  /* script */
11726
- const __vue_script__$10 = script$$;
11726
+ const __vue_script__$12 = script$11;
11727
11727
 
11728
11728
  /* template */
11729
- var __vue_render__$10 = function () {
11729
+ var __vue_render__$12 = function () {
11730
11730
  var _vm = this;
11731
11731
  var _h = _vm.$createElement;
11732
11732
  var _c = _vm._self._c || _h;
@@ -11735,17 +11735,17 @@ var __vue_render__$10 = function () {
11735
11735
  domProps: { innerHTML: _vm._s(_vm.text) },
11736
11736
  })
11737
11737
  };
11738
- var __vue_staticRenderFns__$10 = [];
11739
- __vue_render__$10._withStripped = true;
11738
+ var __vue_staticRenderFns__$12 = [];
11739
+ __vue_render__$12._withStripped = true;
11740
11740
 
11741
11741
  /* style */
11742
- const __vue_inject_styles__$10 = undefined;
11742
+ const __vue_inject_styles__$12 = undefined;
11743
11743
  /* scoped */
11744
- const __vue_scope_id__$10 = undefined;
11744
+ const __vue_scope_id__$12 = undefined;
11745
11745
  /* module identifier */
11746
- const __vue_module_identifier__$10 = undefined;
11746
+ const __vue_module_identifier__$12 = undefined;
11747
11747
  /* functional template */
11748
- const __vue_is_functional_template__$10 = false;
11748
+ const __vue_is_functional_template__$12 = false;
11749
11749
  /* style inject */
11750
11750
 
11751
11751
  /* style inject SSR */
@@ -11754,13 +11754,13 @@ __vue_render__$10._withStripped = true;
11754
11754
 
11755
11755
 
11756
11756
 
11757
- const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
11758
- { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
11759
- __vue_inject_styles__$10,
11760
- __vue_script__$10,
11761
- __vue_scope_id__$10,
11762
- __vue_is_functional_template__$10,
11763
- __vue_module_identifier__$10,
11757
+ const __vue_component__$12 = /*#__PURE__*/normalizeComponent(
11758
+ { render: __vue_render__$12, staticRenderFns: __vue_staticRenderFns__$12 },
11759
+ __vue_inject_styles__$12,
11760
+ __vue_script__$12,
11761
+ __vue_scope_id__$12,
11762
+ __vue_is_functional_template__$12,
11763
+ __vue_module_identifier__$12,
11764
11764
  false,
11765
11765
  undefined,
11766
11766
  undefined,
@@ -11817,23 +11817,23 @@ __decorate([
11817
11817
  SearchBoxProductElement = __decorate([
11818
11818
  Component({
11819
11819
  components: {
11820
- SearchBoxProductImage: __vue_component__$16,
11821
- SearchBoxProductTitle: __vue_component__$15,
11822
- SearchBoxProductDescription: __vue_component__$14,
11823
- SearchBoxProductPrice: __vue_component__$13,
11824
- SearchBoxProductRegularPrice: __vue_component__$12,
11825
- SearchBoxProductCustom: __vue_component__$11,
11826
- SearchBoxProductCustomHtml: __vue_component__$10,
11820
+ SearchBoxProductImage: __vue_component__$18,
11821
+ SearchBoxProductTitle: __vue_component__$17,
11822
+ SearchBoxProductDescription: __vue_component__$16,
11823
+ SearchBoxProductPrice: __vue_component__$15,
11824
+ SearchBoxProductRegularPrice: __vue_component__$14,
11825
+ SearchBoxProductCustom: __vue_component__$13,
11826
+ SearchBoxProductCustomHtml: __vue_component__$12,
11827
11827
  },
11828
11828
  })
11829
11829
  ], SearchBoxProductElement);
11830
- var script$_ = SearchBoxProductElement;
11830
+ var script$10 = SearchBoxProductElement;
11831
11831
 
11832
11832
  /* script */
11833
- const __vue_script__$$ = script$_;
11833
+ const __vue_script__$11 = script$10;
11834
11834
 
11835
11835
  /* template */
11836
- var __vue_render__$$ = function () {
11836
+ var __vue_render__$11 = function () {
11837
11837
  var _vm = this;
11838
11838
  var _h = _vm.$createElement;
11839
11839
  var _c = _vm._self._c || _h;
@@ -11844,17 +11844,17 @@ var __vue_render__$$ = function () {
11844
11844
  })
11845
11845
  : _vm._e()
11846
11846
  };
11847
- var __vue_staticRenderFns__$$ = [];
11848
- __vue_render__$$._withStripped = true;
11847
+ var __vue_staticRenderFns__$11 = [];
11848
+ __vue_render__$11._withStripped = true;
11849
11849
 
11850
11850
  /* style */
11851
- const __vue_inject_styles__$$ = undefined;
11851
+ const __vue_inject_styles__$11 = undefined;
11852
11852
  /* scoped */
11853
- const __vue_scope_id__$$ = undefined;
11853
+ const __vue_scope_id__$11 = undefined;
11854
11854
  /* module identifier */
11855
- const __vue_module_identifier__$$ = undefined;
11855
+ const __vue_module_identifier__$11 = undefined;
11856
11856
  /* functional template */
11857
- const __vue_is_functional_template__$$ = false;
11857
+ const __vue_is_functional_template__$11 = false;
11858
11858
  /* style inject */
11859
11859
 
11860
11860
  /* style inject SSR */
@@ -11863,13 +11863,13 @@ __vue_render__$$._withStripped = true;
11863
11863
 
11864
11864
 
11865
11865
 
11866
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
11867
- { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
11868
- __vue_inject_styles__$$,
11869
- __vue_script__$$,
11870
- __vue_scope_id__$$,
11871
- __vue_is_functional_template__$$,
11872
- __vue_module_identifier__$$,
11866
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent(
11867
+ { render: __vue_render__$11, staticRenderFns: __vue_staticRenderFns__$11 },
11868
+ __vue_inject_styles__$11,
11869
+ __vue_script__$11,
11870
+ __vue_scope_id__$11,
11871
+ __vue_is_functional_template__$11,
11872
+ __vue_module_identifier__$11,
11873
11873
  false,
11874
11874
  undefined,
11875
11875
  undefined,
@@ -12268,17 +12268,17 @@ __decorate([
12268
12268
  SearchBoxProduct = __decorate([
12269
12269
  Component({
12270
12270
  components: {
12271
- SearchBoxProductElement: __vue_component__$$,
12271
+ SearchBoxProductElement: __vue_component__$11,
12272
12272
  },
12273
12273
  })
12274
12274
  ], SearchBoxProduct);
12275
- var script$Z = SearchBoxProduct;
12275
+ var script$$ = SearchBoxProduct;
12276
12276
 
12277
12277
  /* script */
12278
- const __vue_script__$_ = script$Z;
12278
+ const __vue_script__$10 = script$$;
12279
12279
 
12280
12280
  /* template */
12281
- var __vue_render__$_ = function () {
12281
+ var __vue_render__$10 = function () {
12282
12282
  var _vm = this;
12283
12283
  var _h = _vm.$createElement;
12284
12284
  var _c = _vm._self._c || _h;
@@ -12329,17 +12329,17 @@ var __vue_render__$_ = function () {
12329
12329
  ]
12330
12330
  )
12331
12331
  };
12332
- var __vue_staticRenderFns__$_ = [];
12333
- __vue_render__$_._withStripped = true;
12332
+ var __vue_staticRenderFns__$10 = [];
12333
+ __vue_render__$10._withStripped = true;
12334
12334
 
12335
12335
  /* style */
12336
- const __vue_inject_styles__$_ = undefined;
12336
+ const __vue_inject_styles__$10 = undefined;
12337
12337
  /* scoped */
12338
- const __vue_scope_id__$_ = undefined;
12338
+ const __vue_scope_id__$10 = undefined;
12339
12339
  /* module identifier */
12340
- const __vue_module_identifier__$_ = undefined;
12340
+ const __vue_module_identifier__$10 = undefined;
12341
12341
  /* functional template */
12342
- const __vue_is_functional_template__$_ = false;
12342
+ const __vue_is_functional_template__$10 = false;
12343
12343
  /* style inject */
12344
12344
 
12345
12345
  /* style inject SSR */
@@ -12348,13 +12348,13 @@ __vue_render__$_._withStripped = true;
12348
12348
 
12349
12349
 
12350
12350
 
12351
- const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
12352
- { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
12353
- __vue_inject_styles__$_,
12354
- __vue_script__$_,
12355
- __vue_scope_id__$_,
12356
- __vue_is_functional_template__$_,
12357
- __vue_module_identifier__$_,
12351
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent(
12352
+ { render: __vue_render__$10, staticRenderFns: __vue_staticRenderFns__$10 },
12353
+ __vue_inject_styles__$10,
12354
+ __vue_script__$10,
12355
+ __vue_scope_id__$10,
12356
+ __vue_is_functional_template__$10,
12357
+ __vue_module_identifier__$10,
12358
12358
  false,
12359
12359
  undefined,
12360
12360
  undefined,
@@ -12388,16 +12388,16 @@ __decorate([
12388
12388
  ], SearchBoxProducts.prototype, "highlightedItem", void 0);
12389
12389
  SearchBoxProducts = __decorate([
12390
12390
  Component({
12391
- components: { SearchBoxProduct: __vue_component__$_ },
12391
+ components: { SearchBoxProduct: __vue_component__$10 },
12392
12392
  })
12393
12393
  ], SearchBoxProducts);
12394
- var script$Y = SearchBoxProducts;
12394
+ var script$_ = SearchBoxProducts;
12395
12395
 
12396
12396
  /* script */
12397
- const __vue_script__$Z = script$Y;
12397
+ const __vue_script__$$ = script$_;
12398
12398
 
12399
12399
  /* template */
12400
- var __vue_render__$Z = function () {
12400
+ var __vue_render__$$ = function () {
12401
12401
  var _vm = this;
12402
12402
  var _h = _vm.$createElement;
12403
12403
  var _c = _vm._self._c || _h;
@@ -12419,17 +12419,17 @@ var __vue_render__$Z = function () {
12419
12419
  1
12420
12420
  )
12421
12421
  };
12422
- var __vue_staticRenderFns__$Z = [];
12423
- __vue_render__$Z._withStripped = true;
12422
+ var __vue_staticRenderFns__$$ = [];
12423
+ __vue_render__$$._withStripped = true;
12424
12424
 
12425
12425
  /* style */
12426
- const __vue_inject_styles__$Z = undefined;
12426
+ const __vue_inject_styles__$$ = undefined;
12427
12427
  /* scoped */
12428
- const __vue_scope_id__$Z = undefined;
12428
+ const __vue_scope_id__$$ = undefined;
12429
12429
  /* module identifier */
12430
- const __vue_module_identifier__$Z = undefined;
12430
+ const __vue_module_identifier__$$ = undefined;
12431
12431
  /* functional template */
12432
- const __vue_is_functional_template__$Z = false;
12432
+ const __vue_is_functional_template__$$ = false;
12433
12433
  /* style inject */
12434
12434
 
12435
12435
  /* style inject SSR */
@@ -12438,13 +12438,13 @@ __vue_render__$Z._withStripped = true;
12438
12438
 
12439
12439
 
12440
12440
 
12441
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
12442
- { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
12443
- __vue_inject_styles__$Z,
12444
- __vue_script__$Z,
12445
- __vue_scope_id__$Z,
12446
- __vue_is_functional_template__$Z,
12447
- __vue_module_identifier__$Z,
12441
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent(
12442
+ { render: __vue_render__$$, staticRenderFns: __vue_staticRenderFns__$$ },
12443
+ __vue_inject_styles__$$,
12444
+ __vue_script__$$,
12445
+ __vue_scope_id__$$,
12446
+ __vue_is_functional_template__$$,
12447
+ __vue_module_identifier__$$,
12448
12448
  false,
12449
12449
  undefined,
12450
12450
  undefined,
@@ -12511,17 +12511,17 @@ SearchBoxProductsWrapper = __decorate([
12511
12511
  Component({
12512
12512
  name: "searchBoxProductsWrapper",
12513
12513
  components: {
12514
- SearchBoxProducts: __vue_component__$Z,
12514
+ SearchBoxProducts: __vue_component__$$,
12515
12515
  },
12516
12516
  })
12517
12517
  ], SearchBoxProductsWrapper);
12518
- var script$X = SearchBoxProductsWrapper;
12518
+ var script$Z = SearchBoxProductsWrapper;
12519
12519
 
12520
12520
  /* script */
12521
- const __vue_script__$Y = script$X;
12521
+ const __vue_script__$_ = script$Z;
12522
12522
 
12523
12523
  /* template */
12524
- var __vue_render__$Y = function () {
12524
+ var __vue_render__$_ = function () {
12525
12525
  var _vm = this;
12526
12526
  var _h = _vm.$createElement;
12527
12527
  var _c = _vm._self._c || _h;
@@ -12534,34 +12534,34 @@ var __vue_render__$Y = function () {
12534
12534
  },
12535
12535
  })
12536
12536
  };
12537
- var __vue_staticRenderFns__$Y = [];
12538
- __vue_render__$Y._withStripped = true;
12537
+ var __vue_staticRenderFns__$_ = [];
12538
+ __vue_render__$_._withStripped = true;
12539
12539
 
12540
12540
  /* style */
12541
- const __vue_inject_styles__$Y = function (inject) {
12541
+ const __vue_inject_styles__$_ = function (inject) {
12542
12542
  if (!inject) return
12543
12543
  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 });
12544
12544
 
12545
12545
  };
12546
12546
  /* scoped */
12547
- const __vue_scope_id__$Y = undefined;
12547
+ const __vue_scope_id__$_ = undefined;
12548
12548
  /* module identifier */
12549
- const __vue_module_identifier__$Y = undefined;
12549
+ const __vue_module_identifier__$_ = undefined;
12550
12550
  /* functional template */
12551
- const __vue_is_functional_template__$Y = false;
12551
+ const __vue_is_functional_template__$_ = false;
12552
12552
  /* style inject SSR */
12553
12553
 
12554
12554
  /* style inject shadow dom */
12555
12555
 
12556
12556
 
12557
12557
 
12558
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
12559
- { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
12560
- __vue_inject_styles__$Y,
12561
- __vue_script__$Y,
12562
- __vue_scope_id__$Y,
12563
- __vue_is_functional_template__$Y,
12564
- __vue_module_identifier__$Y,
12558
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent(
12559
+ { render: __vue_render__$_, staticRenderFns: __vue_staticRenderFns__$_ },
12560
+ __vue_inject_styles__$_,
12561
+ __vue_script__$_,
12562
+ __vue_scope_id__$_,
12563
+ __vue_is_functional_template__$_,
12564
+ __vue_module_identifier__$_,
12565
12565
  false,
12566
12566
  createInjector,
12567
12567
  undefined,
@@ -12596,13 +12596,13 @@ SearchBoxSuggestion = __decorate([
12596
12596
  name: "searchBoxSuggestion",
12597
12597
  })
12598
12598
  ], SearchBoxSuggestion);
12599
- var script$W = SearchBoxSuggestion;
12599
+ var script$Y = SearchBoxSuggestion;
12600
12600
 
12601
12601
  /* script */
12602
- const __vue_script__$X = script$W;
12602
+ const __vue_script__$Z = script$Y;
12603
12603
 
12604
12604
  /* template */
12605
- var __vue_render__$X = function () {
12605
+ var __vue_render__$Z = function () {
12606
12606
  var _vm = this;
12607
12607
  var _h = _vm.$createElement;
12608
12608
  var _c = _vm._self._c || _h;
@@ -12671,17 +12671,17 @@ var __vue_render__$X = function () {
12671
12671
  ]
12672
12672
  )
12673
12673
  };
12674
- var __vue_staticRenderFns__$X = [];
12675
- __vue_render__$X._withStripped = true;
12674
+ var __vue_staticRenderFns__$Z = [];
12675
+ __vue_render__$Z._withStripped = true;
12676
12676
 
12677
12677
  /* style */
12678
- const __vue_inject_styles__$X = undefined;
12678
+ const __vue_inject_styles__$Z = undefined;
12679
12679
  /* scoped */
12680
- const __vue_scope_id__$X = undefined;
12680
+ const __vue_scope_id__$Z = undefined;
12681
12681
  /* module identifier */
12682
- const __vue_module_identifier__$X = undefined;
12682
+ const __vue_module_identifier__$Z = undefined;
12683
12683
  /* functional template */
12684
- const __vue_is_functional_template__$X = false;
12684
+ const __vue_is_functional_template__$Z = false;
12685
12685
  /* style inject */
12686
12686
 
12687
12687
  /* style inject SSR */
@@ -12690,13 +12690,13 @@ __vue_render__$X._withStripped = true;
12690
12690
 
12691
12691
 
12692
12692
 
12693
- const __vue_component__$X = /*#__PURE__*/normalizeComponent(
12694
- { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
12695
- __vue_inject_styles__$X,
12696
- __vue_script__$X,
12697
- __vue_scope_id__$X,
12698
- __vue_is_functional_template__$X,
12699
- __vue_module_identifier__$X,
12693
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent(
12694
+ { render: __vue_render__$Z, staticRenderFns: __vue_staticRenderFns__$Z },
12695
+ __vue_inject_styles__$Z,
12696
+ __vue_script__$Z,
12697
+ __vue_scope_id__$Z,
12698
+ __vue_is_functional_template__$Z,
12699
+ __vue_module_identifier__$Z,
12700
12700
  false,
12701
12701
  undefined,
12702
12702
  undefined,
@@ -12761,17 +12761,17 @@ SearchBoxSuggestions = __decorate([
12761
12761
  Component({
12762
12762
  name: "searchBoxSuggestions",
12763
12763
  components: {
12764
- SearchBoxSuggestion: __vue_component__$X,
12764
+ SearchBoxSuggestion: __vue_component__$Z,
12765
12765
  },
12766
12766
  })
12767
12767
  ], SearchBoxSuggestions);
12768
- var script$V = SearchBoxSuggestions;
12768
+ var script$X = SearchBoxSuggestions;
12769
12769
 
12770
12770
  /* script */
12771
- const __vue_script__$W = script$V;
12771
+ const __vue_script__$Y = script$X;
12772
12772
 
12773
12773
  /* template */
12774
- var __vue_render__$W = function () {
12774
+ var __vue_render__$Y = function () {
12775
12775
  var _vm = this;
12776
12776
  var _h = _vm.$createElement;
12777
12777
  var _c = _vm._self._c || _h;
@@ -12802,17 +12802,17 @@ var __vue_render__$W = function () {
12802
12802
  1
12803
12803
  )
12804
12804
  };
12805
- var __vue_staticRenderFns__$W = [];
12806
- __vue_render__$W._withStripped = true;
12805
+ var __vue_staticRenderFns__$Y = [];
12806
+ __vue_render__$Y._withStripped = true;
12807
12807
 
12808
12808
  /* style */
12809
- const __vue_inject_styles__$W = undefined;
12809
+ const __vue_inject_styles__$Y = undefined;
12810
12810
  /* scoped */
12811
- const __vue_scope_id__$W = undefined;
12811
+ const __vue_scope_id__$Y = undefined;
12812
12812
  /* module identifier */
12813
- const __vue_module_identifier__$W = undefined;
12813
+ const __vue_module_identifier__$Y = undefined;
12814
12814
  /* functional template */
12815
- const __vue_is_functional_template__$W = false;
12815
+ const __vue_is_functional_template__$Y = false;
12816
12816
  /* style inject */
12817
12817
 
12818
12818
  /* style inject SSR */
@@ -12821,13 +12821,13 @@ __vue_render__$W._withStripped = true;
12821
12821
 
12822
12822
 
12823
12823
 
12824
- const __vue_component__$W = /*#__PURE__*/normalizeComponent(
12825
- { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
12826
- __vue_inject_styles__$W,
12827
- __vue_script__$W,
12828
- __vue_scope_id__$W,
12829
- __vue_is_functional_template__$W,
12830
- __vue_module_identifier__$W,
12824
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent(
12825
+ { render: __vue_render__$Y, staticRenderFns: __vue_staticRenderFns__$Y },
12826
+ __vue_inject_styles__$Y,
12827
+ __vue_script__$Y,
12828
+ __vue_scope_id__$Y,
12829
+ __vue_is_functional_template__$Y,
12830
+ __vue_module_identifier__$Y,
12831
12831
  false,
12832
12832
  undefined,
12833
12833
  undefined,
@@ -12896,17 +12896,17 @@ SearchBoxSuggestionsWrapper = __decorate([
12896
12896
  Component({
12897
12897
  name: "searchBoxSuggestionsWrapper",
12898
12898
  components: {
12899
- SearchBoxSuggestions: __vue_component__$W,
12899
+ SearchBoxSuggestions: __vue_component__$Y,
12900
12900
  },
12901
12901
  })
12902
12902
  ], SearchBoxSuggestionsWrapper);
12903
- var script$U = SearchBoxSuggestionsWrapper;
12903
+ var script$W = SearchBoxSuggestionsWrapper;
12904
12904
 
12905
12905
  /* script */
12906
- const __vue_script__$V = script$U;
12906
+ const __vue_script__$X = script$W;
12907
12907
 
12908
12908
  /* template */
12909
- var __vue_render__$V = function () {
12909
+ var __vue_render__$X = function () {
12910
12910
  var _vm = this;
12911
12911
  var _h = _vm.$createElement;
12912
12912
  var _c = _vm._self._c || _h;
@@ -12924,34 +12924,34 @@ var __vue_render__$V = function () {
12924
12924
  },
12925
12925
  })
12926
12926
  };
12927
- var __vue_staticRenderFns__$V = [];
12928
- __vue_render__$V._withStripped = true;
12927
+ var __vue_staticRenderFns__$X = [];
12928
+ __vue_render__$X._withStripped = true;
12929
12929
 
12930
12930
  /* style */
12931
- const __vue_inject_styles__$V = function (inject) {
12931
+ const __vue_inject_styles__$X = function (inject) {
12932
12932
  if (!inject) return
12933
12933
  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 });
12934
12934
 
12935
12935
  };
12936
12936
  /* scoped */
12937
- const __vue_scope_id__$V = undefined;
12937
+ const __vue_scope_id__$X = undefined;
12938
12938
  /* module identifier */
12939
- const __vue_module_identifier__$V = undefined;
12939
+ const __vue_module_identifier__$X = undefined;
12940
12940
  /* functional template */
12941
- const __vue_is_functional_template__$V = false;
12941
+ const __vue_is_functional_template__$X = false;
12942
12942
  /* style inject SSR */
12943
12943
 
12944
12944
  /* style inject shadow dom */
12945
12945
 
12946
12946
 
12947
12947
 
12948
- const __vue_component__$V = /*#__PURE__*/normalizeComponent(
12949
- { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
12950
- __vue_inject_styles__$V,
12951
- __vue_script__$V,
12952
- __vue_scope_id__$V,
12953
- __vue_is_functional_template__$V,
12954
- __vue_module_identifier__$V,
12948
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent(
12949
+ { render: __vue_render__$X, staticRenderFns: __vue_staticRenderFns__$X },
12950
+ __vue_inject_styles__$X,
12951
+ __vue_script__$X,
12952
+ __vue_scope_id__$X,
12953
+ __vue_is_functional_template__$X,
12954
+ __vue_module_identifier__$X,
12955
12955
  false,
12956
12956
  createInjector,
12957
12957
  undefined,
@@ -12990,13 +12990,13 @@ SearchBoxMoreResults = __decorate([
12990
12990
  name: "searchBoxMoreResults",
12991
12991
  })
12992
12992
  ], SearchBoxMoreResults);
12993
- var script$T = SearchBoxMoreResults;
12993
+ var script$V = SearchBoxMoreResults;
12994
12994
 
12995
12995
  /* script */
12996
- const __vue_script__$U = script$T;
12996
+ const __vue_script__$W = script$V;
12997
12997
 
12998
12998
  /* template */
12999
- var __vue_render__$U = function () {
12999
+ var __vue_render__$W = function () {
13000
13000
  var _vm = this;
13001
13001
  var _h = _vm.$createElement;
13002
13002
  var _c = _vm._self._c || _h;
@@ -13010,17 +13010,17 @@ var __vue_render__$U = function () {
13010
13010
  [_vm._v(_vm._s(_vm.labels.moreResults) + " " + _vm._s(_vm.totalCount))]
13011
13011
  )
13012
13012
  };
13013
- var __vue_staticRenderFns__$U = [];
13014
- __vue_render__$U._withStripped = true;
13013
+ var __vue_staticRenderFns__$W = [];
13014
+ __vue_render__$W._withStripped = true;
13015
13015
 
13016
13016
  /* style */
13017
- const __vue_inject_styles__$U = undefined;
13017
+ const __vue_inject_styles__$W = undefined;
13018
13018
  /* scoped */
13019
- const __vue_scope_id__$U = undefined;
13019
+ const __vue_scope_id__$W = undefined;
13020
13020
  /* module identifier */
13021
- const __vue_module_identifier__$U = undefined;
13021
+ const __vue_module_identifier__$W = undefined;
13022
13022
  /* functional template */
13023
- const __vue_is_functional_template__$U = false;
13023
+ const __vue_is_functional_template__$W = false;
13024
13024
  /* style inject */
13025
13025
 
13026
13026
  /* style inject SSR */
@@ -13029,13 +13029,13 @@ __vue_render__$U._withStripped = true;
13029
13029
 
13030
13030
 
13031
13031
 
13032
- const __vue_component__$U = /*#__PURE__*/normalizeComponent(
13033
- { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
13034
- __vue_inject_styles__$U,
13035
- __vue_script__$U,
13036
- __vue_scope_id__$U,
13037
- __vue_is_functional_template__$U,
13038
- __vue_module_identifier__$U,
13032
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent(
13033
+ { render: __vue_render__$W, staticRenderFns: __vue_staticRenderFns__$W },
13034
+ __vue_inject_styles__$W,
13035
+ __vue_script__$W,
13036
+ __vue_scope_id__$W,
13037
+ __vue_is_functional_template__$W,
13038
+ __vue_module_identifier__$W,
13039
13039
  false,
13040
13040
  undefined,
13041
13041
  undefined,
@@ -13061,13 +13061,13 @@ SearchBoxHistoryItem = __decorate([
13061
13061
  name: "SearchBoxHistoryItem",
13062
13062
  })
13063
13063
  ], SearchBoxHistoryItem);
13064
- var script$S = SearchBoxHistoryItem;
13064
+ var script$U = SearchBoxHistoryItem;
13065
13065
 
13066
13066
  /* script */
13067
- const __vue_script__$T = script$S;
13067
+ const __vue_script__$V = script$U;
13068
13068
 
13069
13069
  /* template */
13070
- var __vue_render__$T = function () {
13070
+ var __vue_render__$V = function () {
13071
13071
  var _vm = this;
13072
13072
  var _h = _vm.$createElement;
13073
13073
  var _c = _vm._self._c || _h;
@@ -13096,17 +13096,17 @@ var __vue_render__$T = function () {
13096
13096
  ]),
13097
13097
  ])
13098
13098
  };
13099
- var __vue_staticRenderFns__$T = [];
13100
- __vue_render__$T._withStripped = true;
13099
+ var __vue_staticRenderFns__$V = [];
13100
+ __vue_render__$V._withStripped = true;
13101
13101
 
13102
13102
  /* style */
13103
- const __vue_inject_styles__$T = undefined;
13103
+ const __vue_inject_styles__$V = undefined;
13104
13104
  /* scoped */
13105
- const __vue_scope_id__$T = undefined;
13105
+ const __vue_scope_id__$V = undefined;
13106
13106
  /* module identifier */
13107
- const __vue_module_identifier__$T = undefined;
13107
+ const __vue_module_identifier__$V = undefined;
13108
13108
  /* functional template */
13109
- const __vue_is_functional_template__$T = false;
13109
+ const __vue_is_functional_template__$V = false;
13110
13110
  /* style inject */
13111
13111
 
13112
13112
  /* style inject SSR */
@@ -13115,13 +13115,13 @@ __vue_render__$T._withStripped = true;
13115
13115
 
13116
13116
 
13117
13117
 
13118
- const __vue_component__$T = /*#__PURE__*/normalizeComponent(
13119
- { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
13120
- __vue_inject_styles__$T,
13121
- __vue_script__$T,
13122
- __vue_scope_id__$T,
13123
- __vue_is_functional_template__$T,
13124
- __vue_module_identifier__$T,
13118
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent(
13119
+ { render: __vue_render__$V, staticRenderFns: __vue_staticRenderFns__$V },
13120
+ __vue_inject_styles__$V,
13121
+ __vue_script__$V,
13122
+ __vue_scope_id__$V,
13123
+ __vue_is_functional_template__$V,
13124
+ __vue_module_identifier__$V,
13125
13125
  false,
13126
13126
  undefined,
13127
13127
  undefined,
@@ -13182,17 +13182,17 @@ SearchBoxHistoryPanel = __decorate([
13182
13182
  Component({
13183
13183
  name: "searchBoxHistoryPanel",
13184
13184
  components: {
13185
- SearchBoxHistoryItem: __vue_component__$T,
13185
+ SearchBoxHistoryItem: __vue_component__$V,
13186
13186
  },
13187
13187
  })
13188
13188
  ], SearchBoxHistoryPanel);
13189
- var script$R = SearchBoxHistoryPanel;
13189
+ var script$T = SearchBoxHistoryPanel;
13190
13190
 
13191
13191
  /* script */
13192
- const __vue_script__$S = script$R;
13192
+ const __vue_script__$U = script$T;
13193
13193
 
13194
13194
  /* template */
13195
- var __vue_render__$S = function () {
13195
+ var __vue_render__$U = function () {
13196
13196
  var _vm = this;
13197
13197
  var _h = _vm.$createElement;
13198
13198
  var _c = _vm._self._c || _h;
@@ -13222,17 +13222,17 @@ var __vue_render__$S = function () {
13222
13222
  )
13223
13223
  : _vm._e()
13224
13224
  };
13225
- var __vue_staticRenderFns__$S = [];
13226
- __vue_render__$S._withStripped = true;
13225
+ var __vue_staticRenderFns__$U = [];
13226
+ __vue_render__$U._withStripped = true;
13227
13227
 
13228
13228
  /* style */
13229
- const __vue_inject_styles__$S = undefined;
13229
+ const __vue_inject_styles__$U = undefined;
13230
13230
  /* scoped */
13231
- const __vue_scope_id__$S = undefined;
13231
+ const __vue_scope_id__$U = undefined;
13232
13232
  /* module identifier */
13233
- const __vue_module_identifier__$S = undefined;
13233
+ const __vue_module_identifier__$U = undefined;
13234
13234
  /* functional template */
13235
- const __vue_is_functional_template__$S = false;
13235
+ const __vue_is_functional_template__$U = false;
13236
13236
  /* style inject */
13237
13237
 
13238
13238
  /* style inject SSR */
@@ -13241,13 +13241,13 @@ __vue_render__$S._withStripped = true;
13241
13241
 
13242
13242
 
13243
13243
 
13244
- const __vue_component__$S = /*#__PURE__*/normalizeComponent(
13245
- { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
13246
- __vue_inject_styles__$S,
13247
- __vue_script__$S,
13248
- __vue_scope_id__$S,
13249
- __vue_is_functional_template__$S,
13250
- __vue_module_identifier__$S,
13244
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent(
13245
+ { render: __vue_render__$U, staticRenderFns: __vue_staticRenderFns__$U },
13246
+ __vue_inject_styles__$U,
13247
+ __vue_script__$U,
13248
+ __vue_scope_id__$U,
13249
+ __vue_is_functional_template__$U,
13250
+ __vue_module_identifier__$U,
13251
13251
  false,
13252
13252
  undefined,
13253
13253
  undefined,
@@ -13354,20 +13354,20 @@ SearchBoxMainPanel = __decorate([
13354
13354
  Component({
13355
13355
  name: "searchBoxMainPanel",
13356
13356
  components: {
13357
- SearchBoxSuggestionsWrapper: __vue_component__$V,
13358
- SearchBoxProductsWrapper: __vue_component__$Y,
13359
- SearchBoxMoreResults: __vue_component__$U,
13360
- SearchBoxHistoryPanel: __vue_component__$S,
13357
+ SearchBoxSuggestionsWrapper: __vue_component__$X,
13358
+ SearchBoxProductsWrapper: __vue_component__$_,
13359
+ SearchBoxMoreResults: __vue_component__$W,
13360
+ SearchBoxHistoryPanel: __vue_component__$U,
13361
13361
  },
13362
13362
  })
13363
13363
  ], SearchBoxMainPanel);
13364
- var script$Q = SearchBoxMainPanel;
13364
+ var script$S = SearchBoxMainPanel;
13365
13365
 
13366
13366
  /* script */
13367
- const __vue_script__$R = script$Q;
13367
+ const __vue_script__$T = script$S;
13368
13368
 
13369
13369
  /* template */
13370
- var __vue_render__$R = function () {
13370
+ var __vue_render__$T = function () {
13371
13371
  var _vm = this;
13372
13372
  var _h = _vm.$createElement;
13373
13373
  var _c = _vm._self._c || _h;
@@ -13454,34 +13454,34 @@ var __vue_render__$R = function () {
13454
13454
  )
13455
13455
  : _vm._e()
13456
13456
  };
13457
- var __vue_staticRenderFns__$R = [];
13458
- __vue_render__$R._withStripped = true;
13457
+ var __vue_staticRenderFns__$T = [];
13458
+ __vue_render__$T._withStripped = true;
13459
13459
 
13460
13460
  /* style */
13461
- const __vue_inject_styles__$R = function (inject) {
13461
+ const __vue_inject_styles__$T = function (inject) {
13462
13462
  if (!inject) return
13463
13463
  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 });
13464
13464
 
13465
13465
  };
13466
13466
  /* scoped */
13467
- const __vue_scope_id__$R = undefined;
13467
+ const __vue_scope_id__$T = undefined;
13468
13468
  /* module identifier */
13469
- const __vue_module_identifier__$R = undefined;
13469
+ const __vue_module_identifier__$T = undefined;
13470
13470
  /* functional template */
13471
- const __vue_is_functional_template__$R = false;
13471
+ const __vue_is_functional_template__$T = false;
13472
13472
  /* style inject SSR */
13473
13473
 
13474
13474
  /* style inject shadow dom */
13475
13475
 
13476
13476
 
13477
13477
 
13478
- const __vue_component__$R = /*#__PURE__*/normalizeComponent(
13479
- { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
13480
- __vue_inject_styles__$R,
13481
- __vue_script__$R,
13482
- __vue_scope_id__$R,
13483
- __vue_is_functional_template__$R,
13484
- __vue_module_identifier__$R,
13478
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent(
13479
+ { render: __vue_render__$T, staticRenderFns: __vue_staticRenderFns__$T },
13480
+ __vue_inject_styles__$T,
13481
+ __vue_script__$T,
13482
+ __vue_scope_id__$T,
13483
+ __vue_is_functional_template__$T,
13484
+ __vue_module_identifier__$T,
13485
13485
  false,
13486
13486
  createInjector,
13487
13487
  undefined,
@@ -13737,18 +13737,18 @@ SearchBox = __decorate([
13737
13737
  Component({
13738
13738
  name: "searchBox",
13739
13739
  components: {
13740
- SearchBoxInput: __vue_component__$17,
13741
- SearchBoxMainPanel: __vue_component__$R,
13740
+ SearchBoxInput: __vue_component__$19,
13741
+ SearchBoxMainPanel: __vue_component__$T,
13742
13742
  },
13743
13743
  })
13744
13744
  ], SearchBox);
13745
- var script$P = SearchBox;
13745
+ var script$R = SearchBox;
13746
13746
 
13747
13747
  /* script */
13748
- const __vue_script__$Q = script$P;
13748
+ const __vue_script__$S = script$R;
13749
13749
 
13750
13750
  /* template */
13751
- var __vue_render__$Q = function () {
13751
+ var __vue_render__$S = function () {
13752
13752
  var _vm = this;
13753
13753
  var _h = _vm.$createElement;
13754
13754
  var _c = _vm._self._c || _h;
@@ -13785,34 +13785,34 @@ var __vue_render__$Q = function () {
13785
13785
  ),
13786
13786
  ])
13787
13787
  };
13788
- var __vue_staticRenderFns__$Q = [];
13789
- __vue_render__$Q._withStripped = true;
13788
+ var __vue_staticRenderFns__$S = [];
13789
+ __vue_render__$S._withStripped = true;
13790
13790
 
13791
13791
  /* style */
13792
- const __vue_inject_styles__$Q = function (inject) {
13792
+ const __vue_inject_styles__$S = function (inject) {
13793
13793
  if (!inject) return
13794
13794
  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 });
13795
13795
 
13796
13796
  };
13797
13797
  /* scoped */
13798
- const __vue_scope_id__$Q = undefined;
13798
+ const __vue_scope_id__$S = undefined;
13799
13799
  /* module identifier */
13800
- const __vue_module_identifier__$Q = undefined;
13800
+ const __vue_module_identifier__$S = undefined;
13801
13801
  /* functional template */
13802
- const __vue_is_functional_template__$Q = false;
13802
+ const __vue_is_functional_template__$S = false;
13803
13803
  /* style inject SSR */
13804
13804
 
13805
13805
  /* style inject shadow dom */
13806
13806
 
13807
13807
 
13808
13808
 
13809
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
13810
- { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
13811
- __vue_inject_styles__$Q,
13812
- __vue_script__$Q,
13813
- __vue_scope_id__$Q,
13814
- __vue_is_functional_template__$Q,
13815
- __vue_module_identifier__$Q,
13809
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent(
13810
+ { render: __vue_render__$S, staticRenderFns: __vue_staticRenderFns__$S },
13811
+ __vue_inject_styles__$S,
13812
+ __vue_script__$S,
13813
+ __vue_scope_id__$S,
13814
+ __vue_is_functional_template__$S,
13815
+ __vue_module_identifier__$S,
13816
13816
  false,
13817
13817
  createInjector,
13818
13818
  undefined,
@@ -13894,33 +13894,33 @@ SearchBoxEntry = __decorate([
13894
13894
  Component({
13895
13895
  name: "searchBox",
13896
13896
  components: {
13897
- SearchBox: __vue_component__$Q,
13897
+ SearchBox: __vue_component__$S,
13898
13898
  },
13899
13899
  })
13900
13900
  ], SearchBoxEntry);
13901
- var script$O = SearchBoxEntry;
13901
+ var script$Q = SearchBoxEntry;
13902
13902
 
13903
13903
  /* script */
13904
- const __vue_script__$P = script$O;
13904
+ const __vue_script__$R = script$Q;
13905
13905
 
13906
13906
  /* template */
13907
- var __vue_render__$P = function () {
13907
+ var __vue_render__$R = function () {
13908
13908
  var _vm = this;
13909
13909
  var _h = _vm.$createElement;
13910
13910
  var _c = _vm._self._c || _h;
13911
13911
  return _c("SearchBox", { attrs: { options: _vm.fullSearchBoxOptions } })
13912
13912
  };
13913
- var __vue_staticRenderFns__$P = [];
13914
- __vue_render__$P._withStripped = true;
13913
+ var __vue_staticRenderFns__$R = [];
13914
+ __vue_render__$R._withStripped = true;
13915
13915
 
13916
13916
  /* style */
13917
- const __vue_inject_styles__$P = undefined;
13917
+ const __vue_inject_styles__$R = undefined;
13918
13918
  /* scoped */
13919
- const __vue_scope_id__$P = undefined;
13919
+ const __vue_scope_id__$R = undefined;
13920
13920
  /* module identifier */
13921
- const __vue_module_identifier__$P = undefined;
13921
+ const __vue_module_identifier__$R = undefined;
13922
13922
  /* functional template */
13923
- const __vue_is_functional_template__$P = false;
13923
+ const __vue_is_functional_template__$R = false;
13924
13924
  /* style inject */
13925
13925
 
13926
13926
  /* style inject SSR */
@@ -13929,13 +13929,13 @@ __vue_render__$P._withStripped = true;
13929
13929
 
13930
13930
 
13931
13931
 
13932
- const __vue_component__$P = /*#__PURE__*/normalizeComponent(
13933
- { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
13934
- __vue_inject_styles__$P,
13935
- __vue_script__$P,
13936
- __vue_scope_id__$P,
13937
- __vue_is_functional_template__$P,
13938
- __vue_module_identifier__$P,
13932
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent(
13933
+ { render: __vue_render__$R, staticRenderFns: __vue_staticRenderFns__$R },
13934
+ __vue_inject_styles__$R,
13935
+ __vue_script__$R,
13936
+ __vue_scope_id__$R,
13937
+ __vue_is_functional_template__$R,
13938
+ __vue_module_identifier__$R,
13939
13939
  false,
13940
13940
  undefined,
13941
13941
  undefined,
@@ -14200,13 +14200,13 @@ CurrentFilterDisplay = __decorate([
14200
14200
  name: "currentFilterDisplay",
14201
14201
  })
14202
14202
  ], CurrentFilterDisplay);
14203
- var script$N = CurrentFilterDisplay;
14203
+ var script$P = CurrentFilterDisplay;
14204
14204
 
14205
14205
  /* script */
14206
- const __vue_script__$O = script$N;
14206
+ const __vue_script__$Q = script$P;
14207
14207
 
14208
14208
  /* template */
14209
- var __vue_render__$O = function () {
14209
+ var __vue_render__$Q = function () {
14210
14210
  var _vm = this;
14211
14211
  var _h = _vm.$createElement;
14212
14212
  var _c = _vm._self._c || _h;
@@ -14239,17 +14239,17 @@ var __vue_render__$O = function () {
14239
14239
  ),
14240
14240
  ])
14241
14241
  };
14242
- var __vue_staticRenderFns__$O = [];
14243
- __vue_render__$O._withStripped = true;
14242
+ var __vue_staticRenderFns__$Q = [];
14243
+ __vue_render__$Q._withStripped = true;
14244
14244
 
14245
14245
  /* style */
14246
- const __vue_inject_styles__$O = undefined;
14246
+ const __vue_inject_styles__$Q = undefined;
14247
14247
  /* scoped */
14248
- const __vue_scope_id__$O = undefined;
14248
+ const __vue_scope_id__$Q = undefined;
14249
14249
  /* module identifier */
14250
- const __vue_module_identifier__$O = undefined;
14250
+ const __vue_module_identifier__$Q = undefined;
14251
14251
  /* functional template */
14252
- const __vue_is_functional_template__$O = false;
14252
+ const __vue_is_functional_template__$Q = false;
14253
14253
  /* style inject */
14254
14254
 
14255
14255
  /* style inject SSR */
@@ -14258,13 +14258,13 @@ __vue_render__$O._withStripped = true;
14258
14258
 
14259
14259
 
14260
14260
 
14261
- const __vue_component__$O = /*#__PURE__*/normalizeComponent(
14262
- { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
14263
- __vue_inject_styles__$O,
14264
- __vue_script__$O,
14265
- __vue_scope_id__$O,
14266
- __vue_is_functional_template__$O,
14267
- __vue_module_identifier__$O,
14261
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent(
14262
+ { render: __vue_render__$Q, staticRenderFns: __vue_staticRenderFns__$Q },
14263
+ __vue_inject_styles__$Q,
14264
+ __vue_script__$Q,
14265
+ __vue_scope_id__$Q,
14266
+ __vue_is_functional_template__$Q,
14267
+ __vue_module_identifier__$Q,
14268
14268
  false,
14269
14269
  undefined,
14270
14270
  undefined,
@@ -14406,17 +14406,17 @@ CurrentFilters = __decorate([
14406
14406
  Component({
14407
14407
  name: "currentFilters",
14408
14408
  components: {
14409
- CurrentFilterDisplay: __vue_component__$O,
14409
+ CurrentFilterDisplay: __vue_component__$Q,
14410
14410
  },
14411
14411
  })
14412
14412
  ], CurrentFilters);
14413
- var script$M = CurrentFilters;
14413
+ var script$O = CurrentFilters;
14414
14414
 
14415
14415
  /* script */
14416
- const __vue_script__$N = script$M;
14416
+ const __vue_script__$P = script$O;
14417
14417
 
14418
14418
  /* template */
14419
- var __vue_render__$N = function () {
14419
+ var __vue_render__$P = function () {
14420
14420
  var _vm = this;
14421
14421
  var _h = _vm.$createElement;
14422
14422
  var _c = _vm._self._c || _h;
@@ -14500,17 +14500,17 @@ var __vue_render__$N = function () {
14500
14500
  )
14501
14501
  : _vm._e()
14502
14502
  };
14503
- var __vue_staticRenderFns__$N = [];
14504
- __vue_render__$N._withStripped = true;
14503
+ var __vue_staticRenderFns__$P = [];
14504
+ __vue_render__$P._withStripped = true;
14505
14505
 
14506
14506
  /* style */
14507
- const __vue_inject_styles__$N = undefined;
14507
+ const __vue_inject_styles__$P = undefined;
14508
14508
  /* scoped */
14509
- const __vue_scope_id__$N = undefined;
14509
+ const __vue_scope_id__$P = undefined;
14510
14510
  /* module identifier */
14511
- const __vue_module_identifier__$N = undefined;
14511
+ const __vue_module_identifier__$P = undefined;
14512
14512
  /* functional template */
14513
- const __vue_is_functional_template__$N = false;
14513
+ const __vue_is_functional_template__$P = false;
14514
14514
  /* style inject */
14515
14515
 
14516
14516
  /* style inject SSR */
@@ -14519,13 +14519,13 @@ __vue_render__$N._withStripped = true;
14519
14519
 
14520
14520
 
14521
14521
 
14522
- const __vue_component__$N = /*#__PURE__*/normalizeComponent(
14523
- { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
14524
- __vue_inject_styles__$N,
14525
- __vue_script__$N,
14526
- __vue_scope_id__$N,
14527
- __vue_is_functional_template__$N,
14528
- __vue_module_identifier__$N,
14522
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent(
14523
+ { render: __vue_render__$P, staticRenderFns: __vue_staticRenderFns__$P },
14524
+ __vue_inject_styles__$P,
14525
+ __vue_script__$P,
14526
+ __vue_scope_id__$P,
14527
+ __vue_is_functional_template__$P,
14528
+ __vue_module_identifier__$P,
14529
14529
  false,
14530
14530
  undefined,
14531
14531
  undefined,
@@ -14610,13 +14610,13 @@ TermFacet$1 = __decorate([
14610
14610
  name: "termFacet",
14611
14611
  })
14612
14612
  ], TermFacet$1);
14613
- var script$L = TermFacet$1;
14613
+ var script$N = TermFacet$1;
14614
14614
 
14615
14615
  /* script */
14616
- const __vue_script__$M = script$L;
14616
+ const __vue_script__$O = script$N;
14617
14617
 
14618
14618
  /* template */
14619
- var __vue_render__$M = function () {
14619
+ var __vue_render__$O = function () {
14620
14620
  var _vm = this;
14621
14621
  var _h = _vm.$createElement;
14622
14622
  var _c = _vm._self._c || _h;
@@ -14718,17 +14718,17 @@ var __vue_render__$M = function () {
14718
14718
  ]
14719
14719
  )
14720
14720
  };
14721
- var __vue_staticRenderFns__$M = [];
14722
- __vue_render__$M._withStripped = true;
14721
+ var __vue_staticRenderFns__$O = [];
14722
+ __vue_render__$O._withStripped = true;
14723
14723
 
14724
14724
  /* style */
14725
- const __vue_inject_styles__$M = undefined;
14725
+ const __vue_inject_styles__$O = undefined;
14726
14726
  /* scoped */
14727
- const __vue_scope_id__$M = undefined;
14727
+ const __vue_scope_id__$O = undefined;
14728
14728
  /* module identifier */
14729
- const __vue_module_identifier__$M = undefined;
14729
+ const __vue_module_identifier__$O = undefined;
14730
14730
  /* functional template */
14731
- const __vue_is_functional_template__$M = false;
14731
+ const __vue_is_functional_template__$O = false;
14732
14732
  /* style inject */
14733
14733
 
14734
14734
  /* style inject SSR */
@@ -14737,13 +14737,13 @@ __vue_render__$M._withStripped = true;
14737
14737
 
14738
14738
 
14739
14739
 
14740
- const __vue_component__$M = /*#__PURE__*/normalizeComponent(
14741
- { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
14742
- __vue_inject_styles__$M,
14743
- __vue_script__$M,
14744
- __vue_scope_id__$M,
14745
- __vue_is_functional_template__$M,
14746
- __vue_module_identifier__$M,
14740
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent(
14741
+ { render: __vue_render__$O, staticRenderFns: __vue_staticRenderFns__$O },
14742
+ __vue_inject_styles__$O,
14743
+ __vue_script__$O,
14744
+ __vue_scope_id__$O,
14745
+ __vue_is_functional_template__$O,
14746
+ __vue_module_identifier__$O,
14747
14747
  false,
14748
14748
  undefined,
14749
14749
  undefined,
@@ -14924,13 +14924,13 @@ TermFacet = __decorate([
14924
14924
  },
14925
14925
  })
14926
14926
  ], TermFacet);
14927
- var script$K = TermFacet;
14927
+ var script$M = TermFacet;
14928
14928
 
14929
14929
  /* script */
14930
- const __vue_script__$L = script$K;
14930
+ const __vue_script__$N = script$M;
14931
14931
 
14932
14932
  /* template */
14933
- var __vue_render__$L = function () {
14933
+ var __vue_render__$N = function () {
14934
14934
  var _vm = this;
14935
14935
  var _h = _vm.$createElement;
14936
14936
  var _c = _vm._self._c || _h;
@@ -15055,17 +15055,17 @@ var __vue_render__$L = function () {
15055
15055
  : _vm._e(),
15056
15056
  ])
15057
15057
  };
15058
- var __vue_staticRenderFns__$L = [];
15059
- __vue_render__$L._withStripped = true;
15058
+ var __vue_staticRenderFns__$N = [];
15059
+ __vue_render__$N._withStripped = true;
15060
15060
 
15061
15061
  /* style */
15062
- const __vue_inject_styles__$L = undefined;
15062
+ const __vue_inject_styles__$N = undefined;
15063
15063
  /* scoped */
15064
- const __vue_scope_id__$L = undefined;
15064
+ const __vue_scope_id__$N = undefined;
15065
15065
  /* module identifier */
15066
- const __vue_module_identifier__$L = undefined;
15066
+ const __vue_module_identifier__$N = undefined;
15067
15067
  /* functional template */
15068
- const __vue_is_functional_template__$L = false;
15068
+ const __vue_is_functional_template__$N = false;
15069
15069
  /* style inject */
15070
15070
 
15071
15071
  /* style inject SSR */
@@ -15073,14 +15073,14 @@ __vue_render__$L._withStripped = true;
15073
15073
  /* style inject shadow dom */
15074
15074
 
15075
15075
 
15076
-
15077
- const __vue_component__$L = /*#__PURE__*/normalizeComponent(
15078
- { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
15079
- __vue_inject_styles__$L,
15080
- __vue_script__$L,
15081
- __vue_scope_id__$L,
15082
- __vue_is_functional_template__$L,
15083
- __vue_module_identifier__$L,
15076
+
15077
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent(
15078
+ { render: __vue_render__$N, staticRenderFns: __vue_staticRenderFns__$N },
15079
+ __vue_inject_styles__$N,
15080
+ __vue_script__$N,
15081
+ __vue_scope_id__$N,
15082
+ __vue_is_functional_template__$N,
15083
+ __vue_module_identifier__$N,
15084
15084
  false,
15085
15085
  undefined,
15086
15086
  undefined,
@@ -15120,13 +15120,13 @@ HierarchyFacetLevel = __decorate([
15120
15120
  name: "HierarchyFacetLevel",
15121
15121
  })
15122
15122
  ], HierarchyFacetLevel);
15123
- var script$J = HierarchyFacetLevel;
15123
+ var script$L = HierarchyFacetLevel;
15124
15124
 
15125
15125
  /* script */
15126
- const __vue_script__$K = script$J;
15126
+ const __vue_script__$M = script$L;
15127
15127
 
15128
15128
  /* template */
15129
- var __vue_render__$K = function () {
15129
+ var __vue_render__$M = function () {
15130
15130
  var _vm = this;
15131
15131
  var _h = _vm.$createElement;
15132
15132
  var _c = _vm._self._c || _h;
@@ -15196,34 +15196,34 @@ var __vue_render__$K = function () {
15196
15196
  ]
15197
15197
  )
15198
15198
  };
15199
- var __vue_staticRenderFns__$K = [];
15200
- __vue_render__$K._withStripped = true;
15199
+ var __vue_staticRenderFns__$M = [];
15200
+ __vue_render__$M._withStripped = true;
15201
15201
 
15202
15202
  /* style */
15203
- const __vue_inject_styles__$K = function (inject) {
15203
+ const __vue_inject_styles__$M = function (inject) {
15204
15204
  if (!inject) return
15205
15205
  inject("data-v-1cc23c16_0", { source: ".lupa-facet-level {\n margin-left: 25px;\n}", map: undefined, media: undefined });
15206
15206
 
15207
15207
  };
15208
15208
  /* scoped */
15209
- const __vue_scope_id__$K = undefined;
15209
+ const __vue_scope_id__$M = undefined;
15210
15210
  /* module identifier */
15211
- const __vue_module_identifier__$K = undefined;
15211
+ const __vue_module_identifier__$M = undefined;
15212
15212
  /* functional template */
15213
- const __vue_is_functional_template__$K = false;
15213
+ const __vue_is_functional_template__$M = false;
15214
15214
  /* style inject SSR */
15215
15215
 
15216
15216
  /* style inject shadow dom */
15217
15217
 
15218
15218
 
15219
15219
 
15220
- const __vue_component__$K = /*#__PURE__*/normalizeComponent(
15221
- { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
15222
- __vue_inject_styles__$K,
15223
- __vue_script__$K,
15224
- __vue_scope_id__$K,
15225
- __vue_is_functional_template__$K,
15226
- __vue_module_identifier__$K,
15220
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent(
15221
+ { render: __vue_render__$M, staticRenderFns: __vue_staticRenderFns__$M },
15222
+ __vue_inject_styles__$M,
15223
+ __vue_script__$M,
15224
+ __vue_scope_id__$M,
15225
+ __vue_is_functional_template__$M,
15226
+ __vue_module_identifier__$M,
15227
15227
  false,
15228
15228
  createInjector,
15229
15229
  undefined,
@@ -15290,17 +15290,17 @@ HierarchyFacet = __decorate([
15290
15290
  Component({
15291
15291
  name: "hierarchyFacet",
15292
15292
  components: {
15293
- HierarchyFacetLevel: __vue_component__$K,
15293
+ HierarchyFacetLevel: __vue_component__$M,
15294
15294
  },
15295
15295
  })
15296
15296
  ], HierarchyFacet);
15297
- var script$I = HierarchyFacet;
15297
+ var script$K = HierarchyFacet;
15298
15298
 
15299
15299
  /* script */
15300
- const __vue_script__$J = script$I;
15300
+ const __vue_script__$L = script$K;
15301
15301
 
15302
15302
  /* template */
15303
- var __vue_render__$J = function () {
15303
+ var __vue_render__$L = function () {
15304
15304
  var _vm = this;
15305
15305
  var _h = _vm.$createElement;
15306
15306
  var _c = _vm._self._c || _h;
@@ -15370,17 +15370,17 @@ var __vue_render__$J = function () {
15370
15370
  2
15371
15371
  )
15372
15372
  };
15373
- var __vue_staticRenderFns__$J = [];
15374
- __vue_render__$J._withStripped = true;
15373
+ var __vue_staticRenderFns__$L = [];
15374
+ __vue_render__$L._withStripped = true;
15375
15375
 
15376
15376
  /* style */
15377
- const __vue_inject_styles__$J = undefined;
15377
+ const __vue_inject_styles__$L = undefined;
15378
15378
  /* scoped */
15379
- const __vue_scope_id__$J = undefined;
15379
+ const __vue_scope_id__$L = undefined;
15380
15380
  /* module identifier */
15381
- const __vue_module_identifier__$J = undefined;
15381
+ const __vue_module_identifier__$L = undefined;
15382
15382
  /* functional template */
15383
- const __vue_is_functional_template__$J = false;
15383
+ const __vue_is_functional_template__$L = false;
15384
15384
  /* style inject */
15385
15385
 
15386
15386
  /* style inject SSR */
@@ -15389,13 +15389,13 @@ __vue_render__$J._withStripped = true;
15389
15389
 
15390
15390
 
15391
15391
 
15392
- const __vue_component__$J = /*#__PURE__*/normalizeComponent(
15393
- { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
15394
- __vue_inject_styles__$J,
15395
- __vue_script__$J,
15396
- __vue_scope_id__$J,
15397
- __vue_is_functional_template__$J,
15398
- __vue_module_identifier__$J,
15392
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent(
15393
+ { render: __vue_render__$L, staticRenderFns: __vue_staticRenderFns__$L },
15394
+ __vue_inject_styles__$L,
15395
+ __vue_script__$L,
15396
+ __vue_scope_id__$L,
15397
+ __vue_is_functional_template__$L,
15398
+ __vue_module_identifier__$L,
15399
15399
  false,
15400
15400
  undefined,
15401
15401
  undefined,
@@ -15512,19 +15512,19 @@ FacetDisplay = __decorate([
15512
15512
  Component({
15513
15513
  name: "facetDisplay",
15514
15514
  components: {
15515
- TermFacet: __vue_component__$M,
15516
- StatsFacet: __vue_component__$L,
15517
- HierarchyFacet: __vue_component__$J,
15515
+ TermFacet: __vue_component__$O,
15516
+ StatsFacet: __vue_component__$N,
15517
+ HierarchyFacet: __vue_component__$L,
15518
15518
  },
15519
15519
  })
15520
15520
  ], FacetDisplay);
15521
- var script$H = FacetDisplay;
15521
+ var script$J = FacetDisplay;
15522
15522
 
15523
15523
  /* script */
15524
- const __vue_script__$I = script$H;
15524
+ const __vue_script__$K = script$J;
15525
15525
 
15526
15526
  /* template */
15527
- var __vue_render__$I = function () {
15527
+ var __vue_render__$K = function () {
15528
15528
  var _vm = this;
15529
15529
  var _h = _vm.$createElement;
15530
15530
  var _c = _vm._self._c || _h;
@@ -15600,17 +15600,17 @@ var __vue_render__$I = function () {
15600
15600
  )
15601
15601
  : _vm._e()
15602
15602
  };
15603
- var __vue_staticRenderFns__$I = [];
15604
- __vue_render__$I._withStripped = true;
15603
+ var __vue_staticRenderFns__$K = [];
15604
+ __vue_render__$K._withStripped = true;
15605
15605
 
15606
15606
  /* style */
15607
- const __vue_inject_styles__$I = undefined;
15607
+ const __vue_inject_styles__$K = undefined;
15608
15608
  /* scoped */
15609
- const __vue_scope_id__$I = undefined;
15609
+ const __vue_scope_id__$K = undefined;
15610
15610
  /* module identifier */
15611
- const __vue_module_identifier__$I = undefined;
15611
+ const __vue_module_identifier__$K = undefined;
15612
15612
  /* functional template */
15613
- const __vue_is_functional_template__$I = false;
15613
+ const __vue_is_functional_template__$K = false;
15614
15614
  /* style inject */
15615
15615
 
15616
15616
  /* style inject SSR */
@@ -15619,13 +15619,13 @@ __vue_render__$I._withStripped = true;
15619
15619
 
15620
15620
 
15621
15621
 
15622
- const __vue_component__$I = /*#__PURE__*/normalizeComponent(
15623
- { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
15624
- __vue_inject_styles__$I,
15625
- __vue_script__$I,
15626
- __vue_scope_id__$I,
15627
- __vue_is_functional_template__$I,
15628
- __vue_module_identifier__$I,
15622
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent(
15623
+ { render: __vue_render__$K, staticRenderFns: __vue_staticRenderFns__$K },
15624
+ __vue_inject_styles__$K,
15625
+ __vue_script__$K,
15626
+ __vue_scope_id__$K,
15627
+ __vue_is_functional_template__$K,
15628
+ __vue_module_identifier__$K,
15629
15629
  false,
15630
15630
  undefined,
15631
15631
  undefined,
@@ -15664,17 +15664,17 @@ FacetList = __decorate([
15664
15664
  Component({
15665
15665
  name: "facetList",
15666
15666
  components: {
15667
- FacetDisplay: __vue_component__$I,
15667
+ FacetDisplay: __vue_component__$K,
15668
15668
  },
15669
15669
  })
15670
15670
  ], FacetList);
15671
- var script$G = FacetList;
15671
+ var script$I = FacetList;
15672
15672
 
15673
15673
  /* script */
15674
- const __vue_script__$H = script$G;
15674
+ const __vue_script__$J = script$I;
15675
15675
 
15676
15676
  /* template */
15677
- var __vue_render__$H = function () {
15677
+ var __vue_render__$J = function () {
15678
15678
  var _vm = this;
15679
15679
  var _h = _vm.$createElement;
15680
15680
  var _c = _vm._self._c || _h;
@@ -15707,17 +15707,17 @@ var __vue_render__$H = function () {
15707
15707
  ),
15708
15708
  ])
15709
15709
  };
15710
- var __vue_staticRenderFns__$H = [];
15711
- __vue_render__$H._withStripped = true;
15710
+ var __vue_staticRenderFns__$J = [];
15711
+ __vue_render__$J._withStripped = true;
15712
15712
 
15713
15713
  /* style */
15714
- const __vue_inject_styles__$H = undefined;
15714
+ const __vue_inject_styles__$J = undefined;
15715
15715
  /* scoped */
15716
- const __vue_scope_id__$H = undefined;
15716
+ const __vue_scope_id__$J = undefined;
15717
15717
  /* module identifier */
15718
- const __vue_module_identifier__$H = undefined;
15718
+ const __vue_module_identifier__$J = undefined;
15719
15719
  /* functional template */
15720
- const __vue_is_functional_template__$H = false;
15720
+ const __vue_is_functional_template__$J = false;
15721
15721
  /* style inject */
15722
15722
 
15723
15723
  /* style inject SSR */
@@ -15726,13 +15726,13 @@ __vue_render__$H._withStripped = true;
15726
15726
 
15727
15727
 
15728
15728
 
15729
- const __vue_component__$H = /*#__PURE__*/normalizeComponent(
15730
- { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
15731
- __vue_inject_styles__$H,
15732
- __vue_script__$H,
15733
- __vue_scope_id__$H,
15734
- __vue_is_functional_template__$H,
15735
- __vue_module_identifier__$H,
15729
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent(
15730
+ { render: __vue_render__$J, staticRenderFns: __vue_staticRenderFns__$J },
15731
+ __vue_inject_styles__$J,
15732
+ __vue_script__$J,
15733
+ __vue_scope_id__$J,
15734
+ __vue_is_functional_template__$J,
15735
+ __vue_module_identifier__$J,
15736
15736
  false,
15737
15737
  undefined,
15738
15738
  undefined,
@@ -15825,17 +15825,17 @@ Facets = __decorate([
15825
15825
  Component({
15826
15826
  name: "facets",
15827
15827
  components: {
15828
- FacetList: __vue_component__$H,
15828
+ FacetList: __vue_component__$J,
15829
15829
  },
15830
15830
  })
15831
15831
  ], Facets);
15832
- var script$F = Facets;
15832
+ var script$H = Facets;
15833
15833
 
15834
15834
  /* script */
15835
- const __vue_script__$G = script$F;
15835
+ const __vue_script__$I = script$H;
15836
15836
 
15837
15837
  /* template */
15838
- var __vue_render__$G = function () {
15838
+ var __vue_render__$I = function () {
15839
15839
  var _vm = this;
15840
15840
  var _h = _vm.$createElement;
15841
15841
  var _c = _vm._self._c || _h;
@@ -15859,17 +15859,17 @@ var __vue_render__$G = function () {
15859
15859
  1
15860
15860
  )
15861
15861
  };
15862
- var __vue_staticRenderFns__$G = [];
15863
- __vue_render__$G._withStripped = true;
15862
+ var __vue_staticRenderFns__$I = [];
15863
+ __vue_render__$I._withStripped = true;
15864
15864
 
15865
15865
  /* style */
15866
- const __vue_inject_styles__$G = undefined;
15866
+ const __vue_inject_styles__$I = undefined;
15867
15867
  /* scoped */
15868
- const __vue_scope_id__$G = undefined;
15868
+ const __vue_scope_id__$I = undefined;
15869
15869
  /* module identifier */
15870
- const __vue_module_identifier__$G = undefined;
15870
+ const __vue_module_identifier__$I = undefined;
15871
15871
  /* functional template */
15872
- const __vue_is_functional_template__$G = false;
15872
+ const __vue_is_functional_template__$I = false;
15873
15873
  /* style inject */
15874
15874
 
15875
15875
  /* style inject SSR */
@@ -15878,13 +15878,13 @@ __vue_render__$G._withStripped = true;
15878
15878
 
15879
15879
 
15880
15880
 
15881
- const __vue_component__$G = /*#__PURE__*/normalizeComponent(
15882
- { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
15883
- __vue_inject_styles__$G,
15884
- __vue_script__$G,
15885
- __vue_scope_id__$G,
15886
- __vue_is_functional_template__$G,
15887
- __vue_module_identifier__$G,
15881
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent(
15882
+ { render: __vue_render__$I, staticRenderFns: __vue_staticRenderFns__$I },
15883
+ __vue_inject_styles__$I,
15884
+ __vue_script__$I,
15885
+ __vue_scope_id__$I,
15886
+ __vue_is_functional_template__$I,
15887
+ __vue_module_identifier__$I,
15888
15888
  false,
15889
15889
  undefined,
15890
15890
  undefined,
@@ -15925,13 +15925,13 @@ CategoryFilterItem = __decorate([
15925
15925
  name: "categoryFilterItem",
15926
15926
  })
15927
15927
  ], CategoryFilterItem);
15928
- var script$E = CategoryFilterItem;
15928
+ var script$G = CategoryFilterItem;
15929
15929
 
15930
15930
  /* script */
15931
- const __vue_script__$F = script$E;
15931
+ const __vue_script__$H = script$G;
15932
15932
 
15933
15933
  /* template */
15934
- var __vue_render__$F = function () {
15934
+ var __vue_render__$H = function () {
15935
15935
  var _vm = this;
15936
15936
  var _h = _vm.$createElement;
15937
15937
  var _c = _vm._self._c || _h;
@@ -15953,17 +15953,17 @@ var __vue_render__$F = function () {
15953
15953
  ]
15954
15954
  )
15955
15955
  };
15956
- var __vue_staticRenderFns__$F = [];
15957
- __vue_render__$F._withStripped = true;
15956
+ var __vue_staticRenderFns__$H = [];
15957
+ __vue_render__$H._withStripped = true;
15958
15958
 
15959
15959
  /* style */
15960
- const __vue_inject_styles__$F = undefined;
15960
+ const __vue_inject_styles__$H = undefined;
15961
15961
  /* scoped */
15962
- const __vue_scope_id__$F = undefined;
15962
+ const __vue_scope_id__$H = undefined;
15963
15963
  /* module identifier */
15964
- const __vue_module_identifier__$F = undefined;
15964
+ const __vue_module_identifier__$H = undefined;
15965
15965
  /* functional template */
15966
- const __vue_is_functional_template__$F = false;
15966
+ const __vue_is_functional_template__$H = false;
15967
15967
  /* style inject */
15968
15968
 
15969
15969
  /* style inject SSR */
@@ -15972,13 +15972,13 @@ __vue_render__$F._withStripped = true;
15972
15972
 
15973
15973
 
15974
15974
 
15975
- const __vue_component__$F = /*#__PURE__*/normalizeComponent(
15976
- { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
15977
- __vue_inject_styles__$F,
15978
- __vue_script__$F,
15979
- __vue_scope_id__$F,
15980
- __vue_is_functional_template__$F,
15981
- __vue_module_identifier__$F,
15975
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent(
15976
+ { render: __vue_render__$H, staticRenderFns: __vue_staticRenderFns__$H },
15977
+ __vue_inject_styles__$H,
15978
+ __vue_script__$H,
15979
+ __vue_scope_id__$H,
15980
+ __vue_is_functional_template__$H,
15981
+ __vue_module_identifier__$H,
15982
15982
  false,
15983
15983
  undefined,
15984
15984
  undefined,
@@ -16072,17 +16072,17 @@ CategoryFilter = __decorate([
16072
16072
  Component({
16073
16073
  name: "categoryFilter",
16074
16074
  components: {
16075
- CategoryFilterItem: __vue_component__$F,
16075
+ CategoryFilterItem: __vue_component__$H,
16076
16076
  },
16077
16077
  })
16078
16078
  ], CategoryFilter);
16079
- var script$D = CategoryFilter;
16079
+ var script$F = CategoryFilter;
16080
16080
 
16081
16081
  /* script */
16082
- const __vue_script__$E = script$D;
16082
+ const __vue_script__$G = script$F;
16083
16083
 
16084
16084
  /* template */
16085
- var __vue_render__$E = function () {
16085
+ var __vue_render__$G = function () {
16086
16086
  var _vm = this;
16087
16087
  var _h = _vm.$createElement;
16088
16088
  var _c = _vm._self._c || _h;
@@ -16145,17 +16145,17 @@ var __vue_render__$E = function () {
16145
16145
  ]
16146
16146
  )
16147
16147
  };
16148
- var __vue_staticRenderFns__$E = [];
16149
- __vue_render__$E._withStripped = true;
16148
+ var __vue_staticRenderFns__$G = [];
16149
+ __vue_render__$G._withStripped = true;
16150
16150
 
16151
16151
  /* style */
16152
- const __vue_inject_styles__$E = undefined;
16152
+ const __vue_inject_styles__$G = undefined;
16153
16153
  /* scoped */
16154
- const __vue_scope_id__$E = undefined;
16154
+ const __vue_scope_id__$G = undefined;
16155
16155
  /* module identifier */
16156
- const __vue_module_identifier__$E = undefined;
16156
+ const __vue_module_identifier__$G = undefined;
16157
16157
  /* functional template */
16158
- const __vue_is_functional_template__$E = false;
16158
+ const __vue_is_functional_template__$G = false;
16159
16159
  /* style inject */
16160
16160
 
16161
16161
  /* style inject SSR */
@@ -16164,13 +16164,13 @@ __vue_render__$E._withStripped = true;
16164
16164
 
16165
16165
 
16166
16166
 
16167
- const __vue_component__$E = /*#__PURE__*/normalizeComponent(
16168
- { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
16169
- __vue_inject_styles__$E,
16170
- __vue_script__$E,
16171
- __vue_scope_id__$E,
16172
- __vue_is_functional_template__$E,
16173
- __vue_module_identifier__$E,
16167
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent(
16168
+ { render: __vue_render__$G, staticRenderFns: __vue_staticRenderFns__$G },
16169
+ __vue_inject_styles__$G,
16170
+ __vue_script__$G,
16171
+ __vue_scope_id__$G,
16172
+ __vue_is_functional_template__$G,
16173
+ __vue_module_identifier__$G,
16174
16174
  false,
16175
16175
  undefined,
16176
16176
  undefined,
@@ -16195,19 +16195,19 @@ SearchResultsFilters = __decorate([
16195
16195
  Component({
16196
16196
  name: "searchResultsFilters",
16197
16197
  components: {
16198
- CurrentFilters: __vue_component__$N,
16199
- Facets: __vue_component__$G,
16200
- CategoryFilter: __vue_component__$E,
16198
+ CurrentFilters: __vue_component__$P,
16199
+ Facets: __vue_component__$I,
16200
+ CategoryFilter: __vue_component__$G,
16201
16201
  },
16202
16202
  })
16203
16203
  ], SearchResultsFilters);
16204
- var script$C = SearchResultsFilters;
16204
+ var script$E = SearchResultsFilters;
16205
16205
 
16206
16206
  /* script */
16207
- const __vue_script__$D = script$C;
16207
+ const __vue_script__$F = script$E;
16208
16208
 
16209
16209
  /* template */
16210
- var __vue_render__$D = function () {
16210
+ var __vue_render__$F = function () {
16211
16211
  var _vm = this;
16212
16212
  var _h = _vm.$createElement;
16213
16213
  var _c = _vm._self._c || _h;
@@ -16238,17 +16238,17 @@ var __vue_render__$D = function () {
16238
16238
  1
16239
16239
  )
16240
16240
  };
16241
- var __vue_staticRenderFns__$D = [];
16242
- __vue_render__$D._withStripped = true;
16241
+ var __vue_staticRenderFns__$F = [];
16242
+ __vue_render__$F._withStripped = true;
16243
16243
 
16244
16244
  /* style */
16245
- const __vue_inject_styles__$D = undefined;
16245
+ const __vue_inject_styles__$F = undefined;
16246
16246
  /* scoped */
16247
- const __vue_scope_id__$D = undefined;
16247
+ const __vue_scope_id__$F = undefined;
16248
16248
  /* module identifier */
16249
- const __vue_module_identifier__$D = undefined;
16249
+ const __vue_module_identifier__$F = undefined;
16250
16250
  /* functional template */
16251
- const __vue_is_functional_template__$D = false;
16251
+ const __vue_is_functional_template__$F = false;
16252
16252
  /* style inject */
16253
16253
 
16254
16254
  /* style inject SSR */
@@ -16257,13 +16257,13 @@ __vue_render__$D._withStripped = true;
16257
16257
 
16258
16258
 
16259
16259
 
16260
- const __vue_component__$D = /*#__PURE__*/normalizeComponent(
16261
- { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
16262
- __vue_inject_styles__$D,
16263
- __vue_script__$D,
16264
- __vue_scope_id__$D,
16265
- __vue_is_functional_template__$D,
16266
- __vue_module_identifier__$D,
16260
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent(
16261
+ { render: __vue_render__$F, staticRenderFns: __vue_staticRenderFns__$F },
16262
+ __vue_inject_styles__$F,
16263
+ __vue_script__$F,
16264
+ __vue_scope_id__$F,
16265
+ __vue_is_functional_template__$F,
16266
+ __vue_module_identifier__$F,
16267
16267
  false,
16268
16268
  undefined,
16269
16269
  undefined,
@@ -16305,17 +16305,17 @@ MobileFilterSidebar = __decorate([
16305
16305
  Component({
16306
16306
  name: "mobileFilerSidebar",
16307
16307
  components: {
16308
- SearchResultsFilters: __vue_component__$D,
16308
+ SearchResultsFilters: __vue_component__$F,
16309
16309
  },
16310
16310
  })
16311
16311
  ], MobileFilterSidebar);
16312
- var script$B = MobileFilterSidebar;
16312
+ var script$D = MobileFilterSidebar;
16313
16313
 
16314
16314
  /* script */
16315
- const __vue_script__$C = script$B;
16315
+ const __vue_script__$E = script$D;
16316
16316
 
16317
16317
  /* template */
16318
- var __vue_render__$C = function () {
16318
+ var __vue_render__$E = function () {
16319
16319
  var _vm = this;
16320
16320
  var _h = _vm.$createElement;
16321
16321
  var _c = _vm._self._c || _h;
@@ -16365,17 +16365,17 @@ var __vue_render__$C = function () {
16365
16365
  ])
16366
16366
  : _vm._e()
16367
16367
  };
16368
- var __vue_staticRenderFns__$C = [];
16369
- __vue_render__$C._withStripped = true;
16368
+ var __vue_staticRenderFns__$E = [];
16369
+ __vue_render__$E._withStripped = true;
16370
16370
 
16371
16371
  /* style */
16372
- const __vue_inject_styles__$C = undefined;
16372
+ const __vue_inject_styles__$E = undefined;
16373
16373
  /* scoped */
16374
- const __vue_scope_id__$C = undefined;
16374
+ const __vue_scope_id__$E = undefined;
16375
16375
  /* module identifier */
16376
- const __vue_module_identifier__$C = undefined;
16376
+ const __vue_module_identifier__$E = undefined;
16377
16377
  /* functional template */
16378
- const __vue_is_functional_template__$C = false;
16378
+ const __vue_is_functional_template__$E = false;
16379
16379
  /* style inject */
16380
16380
 
16381
16381
  /* style inject SSR */
@@ -16384,13 +16384,13 @@ __vue_render__$C._withStripped = true;
16384
16384
 
16385
16385
 
16386
16386
 
16387
- const __vue_component__$C = /*#__PURE__*/normalizeComponent(
16388
- { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
16389
- __vue_inject_styles__$C,
16390
- __vue_script__$C,
16391
- __vue_scope_id__$C,
16392
- __vue_is_functional_template__$C,
16393
- __vue_module_identifier__$C,
16387
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent(
16388
+ { render: __vue_render__$E, staticRenderFns: __vue_staticRenderFns__$E },
16389
+ __vue_inject_styles__$E,
16390
+ __vue_script__$E,
16391
+ __vue_scope_id__$E,
16392
+ __vue_is_functional_template__$E,
16393
+ __vue_module_identifier__$E,
16394
16394
  false,
16395
16395
  undefined,
16396
16396
  undefined,
@@ -16434,13 +16434,13 @@ SearchResultsDidYouMean = __decorate([
16434
16434
  name: "searchResultsDidYouMean",
16435
16435
  })
16436
16436
  ], SearchResultsDidYouMean);
16437
- var script$A = SearchResultsDidYouMean;
16437
+ var script$C = SearchResultsDidYouMean;
16438
16438
 
16439
16439
  /* script */
16440
- const __vue_script__$B = script$A;
16440
+ const __vue_script__$D = script$C;
16441
16441
 
16442
16442
  /* template */
16443
- var __vue_render__$B = function () {
16443
+ var __vue_render__$D = function () {
16444
16444
  var _vm = this;
16445
16445
  var _h = _vm.$createElement;
16446
16446
  var _c = _vm._self._c || _h;
@@ -16496,17 +16496,17 @@ var __vue_render__$B = function () {
16496
16496
  ])
16497
16497
  : _vm._e()
16498
16498
  };
16499
- var __vue_staticRenderFns__$B = [];
16500
- __vue_render__$B._withStripped = true;
16499
+ var __vue_staticRenderFns__$D = [];
16500
+ __vue_render__$D._withStripped = true;
16501
16501
 
16502
16502
  /* style */
16503
- const __vue_inject_styles__$B = undefined;
16503
+ const __vue_inject_styles__$D = undefined;
16504
16504
  /* scoped */
16505
- const __vue_scope_id__$B = undefined;
16505
+ const __vue_scope_id__$D = undefined;
16506
16506
  /* module identifier */
16507
- const __vue_module_identifier__$B = undefined;
16507
+ const __vue_module_identifier__$D = undefined;
16508
16508
  /* functional template */
16509
- const __vue_is_functional_template__$B = false;
16509
+ const __vue_is_functional_template__$D = false;
16510
16510
  /* style inject */
16511
16511
 
16512
16512
  /* style inject SSR */
@@ -16515,13 +16515,13 @@ __vue_render__$B._withStripped = true;
16515
16515
 
16516
16516
 
16517
16517
 
16518
- const __vue_component__$B = /*#__PURE__*/normalizeComponent(
16519
- { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
16520
- __vue_inject_styles__$B,
16521
- __vue_script__$B,
16522
- __vue_scope_id__$B,
16523
- __vue_is_functional_template__$B,
16524
- __vue_module_identifier__$B,
16518
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent(
16519
+ { render: __vue_render__$D, staticRenderFns: __vue_staticRenderFns__$D },
16520
+ __vue_inject_styles__$D,
16521
+ __vue_script__$D,
16522
+ __vue_scope_id__$D,
16523
+ __vue_is_functional_template__$D,
16524
+ __vue_module_identifier__$D,
16525
16525
  false,
16526
16526
  undefined,
16527
16527
  undefined,
@@ -16562,13 +16562,13 @@ CustomBadge = __decorate([
16562
16562
  name: "customBadge",
16563
16563
  })
16564
16564
  ], CustomBadge);
16565
- var script$z = CustomBadge;
16565
+ var script$B = CustomBadge;
16566
16566
 
16567
16567
  /* script */
16568
- const __vue_script__$A = script$z;
16568
+ const __vue_script__$C = script$B;
16569
16569
 
16570
16570
  /* template */
16571
- var __vue_render__$A = function () {
16571
+ var __vue_render__$C = function () {
16572
16572
  var _vm = this;
16573
16573
  var _h = _vm.$createElement;
16574
16574
  var _c = _vm._self._c || _h;
@@ -16577,17 +16577,17 @@ var __vue_render__$A = function () {
16577
16577
  domProps: { innerHTML: _vm._s(_vm.text) },
16578
16578
  })
16579
16579
  };
16580
- var __vue_staticRenderFns__$A = [];
16581
- __vue_render__$A._withStripped = true;
16580
+ var __vue_staticRenderFns__$C = [];
16581
+ __vue_render__$C._withStripped = true;
16582
16582
 
16583
16583
  /* style */
16584
- const __vue_inject_styles__$A = undefined;
16584
+ const __vue_inject_styles__$C = undefined;
16585
16585
  /* scoped */
16586
- const __vue_scope_id__$A = undefined;
16586
+ const __vue_scope_id__$C = undefined;
16587
16587
  /* module identifier */
16588
- const __vue_module_identifier__$A = undefined;
16588
+ const __vue_module_identifier__$C = undefined;
16589
16589
  /* functional template */
16590
- const __vue_is_functional_template__$A = false;
16590
+ const __vue_is_functional_template__$C = false;
16591
16591
  /* style inject */
16592
16592
 
16593
16593
  /* style inject SSR */
@@ -16596,13 +16596,13 @@ __vue_render__$A._withStripped = true;
16596
16596
 
16597
16597
 
16598
16598
 
16599
- const __vue_component__$A = /*#__PURE__*/normalizeComponent(
16600
- { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
16601
- __vue_inject_styles__$A,
16602
- __vue_script__$A,
16603
- __vue_scope_id__$A,
16604
- __vue_is_functional_template__$A,
16605
- __vue_module_identifier__$A,
16599
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent(
16600
+ { render: __vue_render__$C, staticRenderFns: __vue_staticRenderFns__$C },
16601
+ __vue_inject_styles__$C,
16602
+ __vue_script__$C,
16603
+ __vue_scope_id__$C,
16604
+ __vue_is_functional_template__$C,
16605
+ __vue_module_identifier__$C,
16606
16606
  false,
16607
16607
  undefined,
16608
16608
  undefined,
@@ -16626,13 +16626,13 @@ TextBadge = __decorate([
16626
16626
  name: "TextBadge",
16627
16627
  })
16628
16628
  ], TextBadge);
16629
- var script$y = TextBadge;
16629
+ var script$A = TextBadge;
16630
16630
 
16631
16631
  /* script */
16632
- const __vue_script__$z = script$y;
16632
+ const __vue_script__$B = script$A;
16633
16633
 
16634
16634
  /* template */
16635
- var __vue_render__$z = function () {
16635
+ var __vue_render__$B = function () {
16636
16636
  var _vm = this;
16637
16637
  var _h = _vm.$createElement;
16638
16638
  var _c = _vm._self._c || _h;
@@ -16649,17 +16649,17 @@ var __vue_render__$z = function () {
16649
16649
  0
16650
16650
  )
16651
16651
  };
16652
- var __vue_staticRenderFns__$z = [];
16653
- __vue_render__$z._withStripped = true;
16652
+ var __vue_staticRenderFns__$B = [];
16653
+ __vue_render__$B._withStripped = true;
16654
16654
 
16655
16655
  /* style */
16656
- const __vue_inject_styles__$z = undefined;
16656
+ const __vue_inject_styles__$B = undefined;
16657
16657
  /* scoped */
16658
- const __vue_scope_id__$z = undefined;
16658
+ const __vue_scope_id__$B = undefined;
16659
16659
  /* module identifier */
16660
- const __vue_module_identifier__$z = undefined;
16660
+ const __vue_module_identifier__$B = undefined;
16661
16661
  /* functional template */
16662
- const __vue_is_functional_template__$z = false;
16662
+ const __vue_is_functional_template__$B = false;
16663
16663
  /* style inject */
16664
16664
 
16665
16665
  /* style inject SSR */
@@ -16668,13 +16668,13 @@ __vue_render__$z._withStripped = true;
16668
16668
 
16669
16669
 
16670
16670
 
16671
- const __vue_component__$z = /*#__PURE__*/normalizeComponent(
16672
- { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
16673
- __vue_inject_styles__$z,
16674
- __vue_script__$z,
16675
- __vue_scope_id__$z,
16676
- __vue_is_functional_template__$z,
16677
- __vue_module_identifier__$z,
16671
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent(
16672
+ { render: __vue_render__$B, staticRenderFns: __vue_staticRenderFns__$B },
16673
+ __vue_inject_styles__$B,
16674
+ __vue_script__$B,
16675
+ __vue_scope_id__$B,
16676
+ __vue_is_functional_template__$B,
16677
+ __vue_module_identifier__$B,
16678
16678
  false,
16679
16679
  undefined,
16680
16680
  undefined,
@@ -16703,13 +16703,13 @@ ImageBadge = __decorate([
16703
16703
  name: "ImageBadge",
16704
16704
  })
16705
16705
  ], ImageBadge);
16706
- var script$x = ImageBadge;
16706
+ var script$z = ImageBadge;
16707
16707
 
16708
16708
  /* script */
16709
- const __vue_script__$y = script$x;
16709
+ const __vue_script__$A = script$z;
16710
16710
 
16711
16711
  /* template */
16712
- var __vue_render__$y = function () {
16712
+ var __vue_render__$A = function () {
16713
16713
  var _vm = this;
16714
16714
  var _h = _vm.$createElement;
16715
16715
  var _c = _vm._self._c || _h;
@@ -16726,6 +16726,230 @@ var __vue_render__$y = function () {
16726
16726
  0
16727
16727
  )
16728
16728
  };
16729
+ var __vue_staticRenderFns__$A = [];
16730
+ __vue_render__$A._withStripped = true;
16731
+
16732
+ /* style */
16733
+ const __vue_inject_styles__$A = undefined;
16734
+ /* scoped */
16735
+ const __vue_scope_id__$A = undefined;
16736
+ /* module identifier */
16737
+ const __vue_module_identifier__$A = undefined;
16738
+ /* functional template */
16739
+ const __vue_is_functional_template__$A = false;
16740
+ /* style inject */
16741
+
16742
+ /* style inject SSR */
16743
+
16744
+ /* style inject shadow dom */
16745
+
16746
+
16747
+
16748
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent(
16749
+ { render: __vue_render__$A, staticRenderFns: __vue_staticRenderFns__$A },
16750
+ __vue_inject_styles__$A,
16751
+ __vue_script__$A,
16752
+ __vue_scope_id__$A,
16753
+ __vue_is_functional_template__$A,
16754
+ __vue_module_identifier__$A,
16755
+ false,
16756
+ undefined,
16757
+ undefined,
16758
+ undefined
16759
+ );
16760
+
16761
+ let SearchResultGeneratedBadge = class SearchResultGeneratedBadge extends Vue$1 {
16762
+ get image() {
16763
+ var _a, _b, _c;
16764
+ console.log(this.badge.titleText);
16765
+ 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 : "";
16766
+ }
16767
+ };
16768
+ __decorate([
16769
+ Prop({ default: () => ({}) })
16770
+ ], SearchResultGeneratedBadge.prototype, "options", void 0);
16771
+ __decorate([
16772
+ Prop({ default: () => ({}) })
16773
+ ], SearchResultGeneratedBadge.prototype, "badge", void 0);
16774
+ SearchResultGeneratedBadge = __decorate([
16775
+ Component({
16776
+ name: "searchResultsBadgeWrapper",
16777
+ })
16778
+ ], SearchResultGeneratedBadge);
16779
+ var script$y = SearchResultGeneratedBadge;
16780
+
16781
+ /* script */
16782
+ const __vue_script__$z = script$y;
16783
+
16784
+ /* template */
16785
+ var __vue_render__$z = function () {
16786
+ var _vm = this;
16787
+ var _h = _vm.$createElement;
16788
+ var _c = _vm._self._c || _h;
16789
+ return _c(
16790
+ "div",
16791
+ {
16792
+ staticClass: "lupa-dynamic-badge",
16793
+ style: { background: _vm.badge.backgroundColor, color: _vm.badge.color },
16794
+ },
16795
+ [
16796
+ _c("span", { staticClass: "lupa-badge-title" }, [
16797
+ _vm.badge.titleText
16798
+ ? _c("span", [_vm._v(" " + _vm._s(_vm.badge.titleText))])
16799
+ : _vm._e(),
16800
+ _vm._v(" "),
16801
+ _vm.image ? _c("img", { attrs: { src: _vm.image } }) : _vm._e(),
16802
+ ]),
16803
+ _c("span", { staticClass: "lupa-badge-full-text" }, [
16804
+ _vm._v(_vm._s(_vm.badge.additionalText)),
16805
+ ]),
16806
+ ]
16807
+ )
16808
+ };
16809
+ var __vue_staticRenderFns__$z = [];
16810
+ __vue_render__$z._withStripped = true;
16811
+
16812
+ /* style */
16813
+ const __vue_inject_styles__$z = undefined;
16814
+ /* scoped */
16815
+ const __vue_scope_id__$z = undefined;
16816
+ /* module identifier */
16817
+ const __vue_module_identifier__$z = undefined;
16818
+ /* functional template */
16819
+ const __vue_is_functional_template__$z = false;
16820
+ /* style inject */
16821
+
16822
+ /* style inject SSR */
16823
+
16824
+ /* style inject shadow dom */
16825
+
16826
+
16827
+
16828
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent(
16829
+ { render: __vue_render__$z, staticRenderFns: __vue_staticRenderFns__$z },
16830
+ __vue_inject_styles__$z,
16831
+ __vue_script__$z,
16832
+ __vue_scope_id__$z,
16833
+ __vue_is_functional_template__$z,
16834
+ __vue_module_identifier__$z,
16835
+ false,
16836
+ undefined,
16837
+ undefined,
16838
+ undefined
16839
+ );
16840
+
16841
+ const test = [
16842
+ {
16843
+ background_color: "#4b80eb",
16844
+ head_text: "Įsigykite iš anksto!",
16845
+ key: "17-25176-prod",
16846
+ prod_color: "#ffffff",
16847
+ text: "",
16848
+ __typename: "Label",
16849
+ },
16850
+ {
16851
+ background_color: "#88022A",
16852
+ head_text: null,
16853
+ key: "14-25176-prod",
16854
+ prod_color: "#ffffff",
16855
+ text: "Naujiena",
16856
+ __typename: "Label",
16857
+ },
16858
+ {
16859
+ background_color: "#C9247C",
16860
+ head_text: "Top",
16861
+ key: "15-25176-prod",
16862
+ prod_color: "#ffffff",
16863
+ text: "Top prekė",
16864
+ __typename: "Label",
16865
+ },
16866
+ {
16867
+ background_color: "#f8eaee",
16868
+ head_text: null,
16869
+ key: "19-25176-prod",
16870
+ prod_color: "#730324",
16871
+ text: "Su Pegaso kortele",
16872
+ __typename: "Label",
16873
+ },
16874
+ {
16875
+ background_color: "#F5A623",
16876
+ head_text: "Greitai",
16877
+ key: "18-25176-prod",
16878
+ prod_color: "#ffffff",
16879
+ text: "Pasirodys prekyboje",
16880
+ __typename: "Label",
16881
+ },
16882
+ ];
16883
+ let SearchResultGeneratedBadges = class SearchResultGeneratedBadges extends Vue$1 {
16884
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
16885
+ get badgeField() {
16886
+ // return (
16887
+ // (this.options.generate?.key &&
16888
+ // this.options.product[this.options.generate?.key ?? ""] &&
16889
+ // Array.isArray(
16890
+ // this.options.product[this.options.generate?.key ?? ""]
16891
+ // )) ??
16892
+ // []
16893
+ // );
16894
+ return test;
16895
+ }
16896
+ get keyMap() {
16897
+ var _a, _b;
16898
+ return (_b = (_a = this.options.generate) === null || _a === void 0 ? void 0 : _a.keyMap) !== null && _b !== void 0 ? _b : {};
16899
+ }
16900
+ get hasBadges() {
16901
+ var _a;
16902
+ return Boolean(((_a = this.options.generate) === null || _a === void 0 ? void 0 : _a.key) &&
16903
+ this.options.generate.keyMap &&
16904
+ this.badgeField.length > 0);
16905
+ }
16906
+ get badges() {
16907
+ return this.badgeField.map((f) => ({
16908
+ backgroundColor: this.keyMap.backgroundColor
16909
+ ? f[this.keyMap.backgroundColor]
16910
+ : undefined,
16911
+ color: this.keyMap.color ? f[this.keyMap.color] : undefined,
16912
+ titleText: this.keyMap.titleText ? f[this.keyMap.titleText] : undefined,
16913
+ additionalText: this.keyMap.additionalText
16914
+ ? f[this.keyMap.additionalText]
16915
+ : undefined,
16916
+ id: this.keyMap.id ? f[this.keyMap.id] : undefined,
16917
+ }));
16918
+ }
16919
+ };
16920
+ __decorate([
16921
+ Prop({ default: {} })
16922
+ ], SearchResultGeneratedBadges.prototype, "options", void 0);
16923
+ SearchResultGeneratedBadges = __decorate([
16924
+ Component({
16925
+ name: "searchResultsBadgeWrapper",
16926
+ components: {
16927
+ SearchResultGeneratedBadge: __vue_component__$z,
16928
+ },
16929
+ })
16930
+ ], SearchResultGeneratedBadges);
16931
+ var script$x = SearchResultGeneratedBadges;
16932
+
16933
+ /* script */
16934
+ const __vue_script__$y = script$x;
16935
+
16936
+ /* template */
16937
+ var __vue_render__$y = function () {
16938
+ var _vm = this;
16939
+ var _h = _vm.$createElement;
16940
+ var _c = _vm._self._c || _h;
16941
+ return _c(
16942
+ "div",
16943
+ { staticClass: "lupa-generated-badges" },
16944
+ _vm._l(_vm.badges, function (badge) {
16945
+ return _c("SearchResultGeneratedBadge", {
16946
+ key: badge.id,
16947
+ attrs: { badge: badge, options: _vm.options },
16948
+ })
16949
+ }),
16950
+ 1
16951
+ )
16952
+ };
16729
16953
  var __vue_staticRenderFns__$y = [];
16730
16954
  __vue_render__$y._withStripped = true;
16731
16955
 
@@ -16793,9 +17017,10 @@ SearchResultsBadgeWrapper = __decorate([
16793
17017
  Component({
16794
17018
  name: "searchResultsBadgeWrapper",
16795
17019
  components: {
16796
- CustomBadge: __vue_component__$A,
16797
- TextBadge: __vue_component__$z,
16798
- ImageBadge: __vue_component__$y,
17020
+ CustomBadge: __vue_component__$C,
17021
+ TextBadge: __vue_component__$B,
17022
+ ImageBadge: __vue_component__$A,
17023
+ SearchResultGeneratedBadges: __vue_component__$y,
16799
17024
  },
16800
17025
  })
16801
17026
  ], SearchResultsBadgeWrapper);
@@ -16813,14 +17038,18 @@ var __vue_render__$x = function () {
16813
17038
  _c(
16814
17039
  "div",
16815
17040
  { class: _vm.anchorPosition, attrs: { id: "lupa-badges" } },
16816
- _vm._l(_vm.badges, function (badge, index) {
16817
- return _c(_vm.getBadgeComponent(badge.type), {
16818
- key: index,
16819
- tag: "search-results-badge",
16820
- attrs: { badge: badge },
16821
- })
16822
- }),
16823
- 1
17041
+ [
17042
+ _vm._l(_vm.badges, function (badge, index) {
17043
+ return _c(_vm.getBadgeComponent(badge.type), {
17044
+ key: index,
17045
+ tag: "search-results-badge",
17046
+ attrs: { badge: badge },
17047
+ })
17048
+ }),
17049
+ _vm._v(" "),
17050
+ _c("SearchResultGeneratedBadges", { attrs: { options: _vm.options } }),
17051
+ ],
17052
+ 2
16824
17053
  ),
16825
17054
  ])
16826
17055
  };
@@ -17823,6 +18052,7 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
17823
18052
  return "";
17824
18053
  }
17825
18054
  handleClick() {
18055
+ var _a, _b;
17826
18056
  this.trackClick({
17827
18057
  queryKey: this.options.queryKey,
17828
18058
  data: {
@@ -17831,6 +18061,10 @@ let SearchResultsProductCard = class SearchResultsProductCard extends Vue$1 {
17831
18061
  type: "itemClick",
17832
18062
  },
17833
18063
  });
18064
+ (_b = (_a = this.searchResultOptions.callbacks) === null || _a === void 0 ? void 0 : _a.onProductClick) === null || _b === void 0 ? void 0 : _b.call(_a, {
18065
+ queryKey: this.query,
18066
+ hasResults: true,
18067
+ });
17834
18068
  }
17835
18069
  handleProductEvent(item) {
17836
18070
  this.trackClick({
@@ -17867,6 +18101,9 @@ __decorate([
17867
18101
  __decorate([
17868
18102
  options$6.Getter("searchResultsRoutingBehavior")
17869
18103
  ], SearchResultsProductCard.prototype, "searchResultsRoutingBehavior", void 0);
18104
+ __decorate([
18105
+ options$6.Getter("searchResultOptions")
18106
+ ], SearchResultsProductCard.prototype, "searchResultOptions", void 0);
17870
18107
  __decorate([
17871
18108
  params$9.Getter("query")
17872
18109
  ], SearchResultsProductCard.prototype, "query", void 0);
@@ -19755,8 +19992,8 @@ FiltersTopDropdown = __decorate([
19755
19992
  Component({
19756
19993
  name: "filtersTopDropdown",
19757
19994
  components: {
19758
- CurrentFilters: __vue_component__$N,
19759
- Facets: __vue_component__$G,
19995
+ CurrentFilters: __vue_component__$P,
19996
+ Facets: __vue_component__$I,
19760
19997
  },
19761
19998
  })
19762
19999
  ], FiltersTopDropdown);
@@ -19908,7 +20145,7 @@ SearchResultsProducts = __decorate([
19908
20145
  Component({
19909
20146
  name: "searchResultsProducts",
19910
20147
  components: {
19911
- CurrentFilters: __vue_component__$N,
20148
+ CurrentFilters: __vue_component__$P,
19912
20149
  SearchResultsProductCard: __vue_component__$m,
19913
20150
  SearchResultsToolbar: __vue_component__$d,
19914
20151
  AdditionalPanels: __vue_component__$k,
@@ -20605,11 +20842,11 @@ SearchResults = __decorate([
20605
20842
  Component({
20606
20843
  name: "searchResults",
20607
20844
  components: {
20608
- SearchResultsFilters: __vue_component__$D,
20845
+ SearchResultsFilters: __vue_component__$F,
20609
20846
  SearchResultsProducts: __vue_component__$8,
20610
- MobileFilterSidebar: __vue_component__$C,
20847
+ MobileFilterSidebar: __vue_component__$E,
20611
20848
  SearchResultsBreadcrumbs: __vue_component__$7,
20612
- SearchResultsDidYouMean: __vue_component__$B,
20849
+ SearchResultsDidYouMean: __vue_component__$D,
20613
20850
  SearchResultsTitle: __vue_component__$6,
20614
20851
  SearchResultsToolbar: __vue_component__$d,
20615
20852
  CategoryTopFilters: __vue_component__$5,
@@ -22187,8 +22424,8 @@ const searchBox = (options) => {
22187
22424
  Vue$1.use(Vuex);
22188
22425
  app.box = new Vue$1({
22189
22426
  el: options.inputSelector,
22190
- components: { SearchBoxEntry: __vue_component__$P },
22191
- render: (h) => h(__vue_component__$P, { props: { searchBoxOptions: options } }),
22427
+ components: { SearchBoxEntry: __vue_component__$R },
22428
+ render: (h) => h(__vue_component__$R, { props: { searchBoxOptions: options } }),
22192
22429
  store,
22193
22430
  });
22194
22431
  };