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