@3dwayfinder/wayfinder-vue-components 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ import Vue$1 from 'vue';
|
|
|
2
2
|
|
|
3
3
|
//
|
|
4
4
|
var wayfinder$1;
|
|
5
|
-
var script$
|
|
5
|
+
var script$o = {
|
|
6
6
|
name: 'Map',
|
|
7
7
|
props: {
|
|
8
8
|
project: {
|
|
@@ -281,10 +281,10 @@ function addStyle(id, css) {
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
/* script */
|
|
284
|
-
const __vue_script__$
|
|
284
|
+
const __vue_script__$o = script$o;
|
|
285
285
|
/* template */
|
|
286
286
|
|
|
287
|
-
var __vue_render__$
|
|
287
|
+
var __vue_render__$o = function () {
|
|
288
288
|
var _vm = this;
|
|
289
289
|
|
|
290
290
|
var _h = _vm.$createElement;
|
|
@@ -314,10 +314,10 @@ var __vue_render__$n = function () {
|
|
|
314
314
|
}, [_vm._v(_vm._s(_vm.pathText))])]);
|
|
315
315
|
};
|
|
316
316
|
|
|
317
|
-
var __vue_staticRenderFns__$
|
|
317
|
+
var __vue_staticRenderFns__$o = [];
|
|
318
318
|
/* style */
|
|
319
319
|
|
|
320
|
-
const __vue_inject_styles__$
|
|
320
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
321
321
|
if (!inject) return;
|
|
322
322
|
inject("data-v-00d2773a_0", {
|
|
323
323
|
source: ".wf-map-container[data-v-00d2773a]{position:relative;width:100%;height:100%}.wf-map-container canvas[data-v-00d2773a]{width:100%;height:100%}.wf-map-container .wf-map-path-text[data-v-00d2773a]{width:30ch;text-align:center;background-color:#fff;position:absolute;bottom:25%;margin:auto;left:50%;margin-left:-15ch;padding:.5em}",
|
|
@@ -328,21 +328,21 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
328
328
|
/* scoped */
|
|
329
329
|
|
|
330
330
|
|
|
331
|
-
const __vue_scope_id__$
|
|
331
|
+
const __vue_scope_id__$o = "data-v-00d2773a";
|
|
332
332
|
/* module identifier */
|
|
333
333
|
|
|
334
|
-
const __vue_module_identifier__$
|
|
334
|
+
const __vue_module_identifier__$o = undefined;
|
|
335
335
|
/* functional template */
|
|
336
336
|
|
|
337
|
-
const __vue_is_functional_template__$
|
|
337
|
+
const __vue_is_functional_template__$o = false;
|
|
338
338
|
/* style inject SSR */
|
|
339
339
|
|
|
340
340
|
/* style inject shadow dom */
|
|
341
341
|
|
|
342
|
-
const __vue_component__$
|
|
343
|
-
render: __vue_render__$
|
|
344
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
345
|
-
}, __vue_inject_styles__$
|
|
342
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
343
|
+
render: __vue_render__$o,
|
|
344
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
345
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
346
346
|
|
|
347
347
|
/*!
|
|
348
348
|
* vuex v3.6.2
|
|
@@ -1161,7 +1161,7 @@ function getModuleByNamespace (store, helper, namespace) {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
1163
|
//
|
|
1164
|
-
var script$
|
|
1164
|
+
var script$n = {
|
|
1165
1165
|
name: "POI",
|
|
1166
1166
|
computed: { ...mapState('wf', ['language']),
|
|
1167
1167
|
|
|
@@ -1260,10 +1260,10 @@ var script$m = {
|
|
|
1260
1260
|
};
|
|
1261
1261
|
|
|
1262
1262
|
/* script */
|
|
1263
|
-
const __vue_script__$
|
|
1263
|
+
const __vue_script__$n = script$n;
|
|
1264
1264
|
/* template */
|
|
1265
1265
|
|
|
1266
|
-
var __vue_render__$
|
|
1266
|
+
var __vue_render__$n = function () {
|
|
1267
1267
|
var _vm = this;
|
|
1268
1268
|
|
|
1269
1269
|
var _h = _vm.$createElement;
|
|
@@ -1314,10 +1314,10 @@ var __vue_render__$m = function () {
|
|
|
1314
1314
|
}) : _vm._e()]) : _vm._e();
|
|
1315
1315
|
};
|
|
1316
1316
|
|
|
1317
|
-
var __vue_staticRenderFns__$
|
|
1317
|
+
var __vue_staticRenderFns__$n = [];
|
|
1318
1318
|
/* style */
|
|
1319
1319
|
|
|
1320
|
-
const __vue_inject_styles__$
|
|
1320
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
1321
1321
|
if (!inject) return;
|
|
1322
1322
|
inject("data-v-658b6c14_0", {
|
|
1323
1323
|
source: ".layout-view[data-v-658b6c14]{display:flex;flex-direction:column;justify-content:space-between;height:100%}.poi-info[data-v-658b6c14]{padding:1rem}.poi-info h2[data-v-658b6c14]{text-align:center;margin-top:1.5rem;margin-bottom:1.5rem}.poi-body[data-v-658b6c14]{box-shadow:0 -2px 1px 0 rgba(0,0,0,.05);padding:1rem;flex-grow:1}.poi-image[data-v-658b6c14]{height:14rem;width:100%;background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.poi-image.image-background[data-v-658b6c14]{background-size:cover}.show-path[data-v-658b6c14]{bottom:1rem;right:1rem;text-transform:uppercase;z-index:10;line-height:2.8rem;margin-bottom:1.5rem}.show-path button[data-v-658b6c14]{height:3rem;font-size:1.2rem;line-height:2.8rem;padding-left:2.5rem;padding-right:2.5rem;margin:auto;border:0;display:block}.poi-description[data-v-658b6c14]{line-height:1.2}.poi-contact .address[data-v-658b6c14]{font-weight:600;margin-bottom:.5rem}.poi-contact .address span[data-v-658b6c14]{padding-top:4px;vertical-align:top;display:inline-block}.poi-contact .address a[data-v-658b6c14]{text-decoration:none;display:block;line-height:1.5}.poi-contact .address .icon[data-v-658b6c14]:before{mix-blend-mode:initial;color:#fff}",
|
|
@@ -1328,27 +1328,27 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1328
1328
|
/* scoped */
|
|
1329
1329
|
|
|
1330
1330
|
|
|
1331
|
-
const __vue_scope_id__$
|
|
1331
|
+
const __vue_scope_id__$n = "data-v-658b6c14";
|
|
1332
1332
|
/* module identifier */
|
|
1333
1333
|
|
|
1334
|
-
const __vue_module_identifier__$
|
|
1334
|
+
const __vue_module_identifier__$n = undefined;
|
|
1335
1335
|
/* functional template */
|
|
1336
1336
|
|
|
1337
|
-
const __vue_is_functional_template__$
|
|
1337
|
+
const __vue_is_functional_template__$n = false;
|
|
1338
1338
|
/* style inject SSR */
|
|
1339
1339
|
|
|
1340
1340
|
/* style inject shadow dom */
|
|
1341
1341
|
|
|
1342
|
-
const __vue_component__$
|
|
1343
|
-
render: __vue_render__$
|
|
1344
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1345
|
-
}, __vue_inject_styles__$
|
|
1342
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
1343
|
+
render: __vue_render__$n,
|
|
1344
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
1345
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
1346
1346
|
|
|
1347
1347
|
//
|
|
1348
|
-
var script$
|
|
1348
|
+
var script$m = {
|
|
1349
1349
|
name: 'AZMenu',
|
|
1350
1350
|
components: {
|
|
1351
|
-
POI: __vue_component__$
|
|
1351
|
+
POI: __vue_component__$n
|
|
1352
1352
|
},
|
|
1353
1353
|
props: {
|
|
1354
1354
|
showLogo: {
|
|
@@ -1418,10 +1418,10 @@ var script$l = {
|
|
|
1418
1418
|
};
|
|
1419
1419
|
|
|
1420
1420
|
/* script */
|
|
1421
|
-
const __vue_script__$
|
|
1421
|
+
const __vue_script__$m = script$m;
|
|
1422
1422
|
/* template */
|
|
1423
1423
|
|
|
1424
|
-
var __vue_render__$
|
|
1424
|
+
var __vue_render__$m = function () {
|
|
1425
1425
|
var _vm = this;
|
|
1426
1426
|
|
|
1427
1427
|
var _h = _vm.$createElement;
|
|
@@ -1470,10 +1470,10 @@ var __vue_render__$l = function () {
|
|
|
1470
1470
|
}), 0)]);
|
|
1471
1471
|
};
|
|
1472
1472
|
|
|
1473
|
-
var __vue_staticRenderFns__$
|
|
1473
|
+
var __vue_staticRenderFns__$m = [];
|
|
1474
1474
|
/* style */
|
|
1475
1475
|
|
|
1476
|
-
const __vue_inject_styles__$
|
|
1476
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
1477
1477
|
if (!inject) return;
|
|
1478
1478
|
inject("data-v-17afa634_0", {
|
|
1479
1479
|
source: ".wf-list-item[data-v-17afa634]{list-style:none}",
|
|
@@ -1484,24 +1484,24 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
1484
1484
|
/* scoped */
|
|
1485
1485
|
|
|
1486
1486
|
|
|
1487
|
-
const __vue_scope_id__$
|
|
1487
|
+
const __vue_scope_id__$m = "data-v-17afa634";
|
|
1488
1488
|
/* module identifier */
|
|
1489
1489
|
|
|
1490
|
-
const __vue_module_identifier__$
|
|
1490
|
+
const __vue_module_identifier__$m = undefined;
|
|
1491
1491
|
/* functional template */
|
|
1492
1492
|
|
|
1493
|
-
const __vue_is_functional_template__$
|
|
1493
|
+
const __vue_is_functional_template__$m = false;
|
|
1494
1494
|
/* style inject SSR */
|
|
1495
1495
|
|
|
1496
1496
|
/* style inject shadow dom */
|
|
1497
1497
|
|
|
1498
|
-
const __vue_component__$
|
|
1499
|
-
render: __vue_render__$
|
|
1500
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1501
|
-
}, __vue_inject_styles__$
|
|
1498
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
1499
|
+
render: __vue_render__$m,
|
|
1500
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
1501
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
1502
1502
|
|
|
1503
1503
|
//
|
|
1504
|
-
var script$
|
|
1504
|
+
var script$l = {
|
|
1505
1505
|
name: 'FlagsMenu',
|
|
1506
1506
|
computed: { ...mapState('wf', ['languages', 'language', 'reset']),
|
|
1507
1507
|
|
|
@@ -1550,10 +1550,10 @@ var script$k = {
|
|
|
1550
1550
|
};
|
|
1551
1551
|
|
|
1552
1552
|
/* script */
|
|
1553
|
-
const __vue_script__$
|
|
1553
|
+
const __vue_script__$l = script$l;
|
|
1554
1554
|
/* template */
|
|
1555
1555
|
|
|
1556
|
-
var __vue_render__$
|
|
1556
|
+
var __vue_render__$l = function () {
|
|
1557
1557
|
var _vm = this;
|
|
1558
1558
|
|
|
1559
1559
|
var _h = _vm.$createElement;
|
|
@@ -1589,10 +1589,10 @@ var __vue_render__$k = function () {
|
|
|
1589
1589
|
}), 0)]);
|
|
1590
1590
|
};
|
|
1591
1591
|
|
|
1592
|
-
var __vue_staticRenderFns__$
|
|
1592
|
+
var __vue_staticRenderFns__$l = [];
|
|
1593
1593
|
/* style */
|
|
1594
1594
|
|
|
1595
|
-
const __vue_inject_styles__$
|
|
1595
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
1596
1596
|
if (!inject) return;
|
|
1597
1597
|
inject("data-v-64144cc4_0", {
|
|
1598
1598
|
source: ".languages-container.active[data-v-64144cc4]{height:fit-content;z-index:10}.languages-container.active .languages-container-select[data-v-64144cc4]{visibility:initial;opacity:1}.languages-container .languages-container-select[data-v-64144cc4]{opacity:0;padding-bottom:.5rem;margin:auto;text-align:center;transition:opacity .2s ease-in;overflow:hidden;height:1.5rem;font-size:1rem}.languages-container .language .flag[data-v-64144cc4]{width:70%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.languages-container .language .active[data-v-64144cc4]{height:3.5rem;margin-bottom:1rem}.languages-container .language .display[data-v-64144cc4]{height:3.5rem;margin-bottom:1.5rem}",
|
|
@@ -1603,24 +1603,24 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
1603
1603
|
/* scoped */
|
|
1604
1604
|
|
|
1605
1605
|
|
|
1606
|
-
const __vue_scope_id__$
|
|
1606
|
+
const __vue_scope_id__$l = "data-v-64144cc4";
|
|
1607
1607
|
/* module identifier */
|
|
1608
1608
|
|
|
1609
|
-
const __vue_module_identifier__$
|
|
1609
|
+
const __vue_module_identifier__$l = undefined;
|
|
1610
1610
|
/* functional template */
|
|
1611
1611
|
|
|
1612
|
-
const __vue_is_functional_template__$
|
|
1612
|
+
const __vue_is_functional_template__$l = false;
|
|
1613
1613
|
/* style inject SSR */
|
|
1614
1614
|
|
|
1615
1615
|
/* style inject shadow dom */
|
|
1616
1616
|
|
|
1617
|
-
const __vue_component__$
|
|
1618
|
-
render: __vue_render__$
|
|
1619
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1620
|
-
}, __vue_inject_styles__$
|
|
1617
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
1618
|
+
render: __vue_render__$l,
|
|
1619
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
1620
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
1621
1621
|
|
|
1622
1622
|
//
|
|
1623
|
-
var script$
|
|
1623
|
+
var script$k = {
|
|
1624
1624
|
name: 'LanguagesMenu',
|
|
1625
1625
|
computed: { ...mapState('wf', ['languages', 'language', 'reset']),
|
|
1626
1626
|
|
|
@@ -1680,10 +1680,10 @@ var script$j = {
|
|
|
1680
1680
|
};
|
|
1681
1681
|
|
|
1682
1682
|
/* script */
|
|
1683
|
-
const __vue_script__$
|
|
1683
|
+
const __vue_script__$k = script$k;
|
|
1684
1684
|
/* template */
|
|
1685
1685
|
|
|
1686
|
-
var __vue_render__$
|
|
1686
|
+
var __vue_render__$k = function () {
|
|
1687
1687
|
var _vm = this;
|
|
1688
1688
|
|
|
1689
1689
|
var _h = _vm.$createElement;
|
|
@@ -1726,10 +1726,10 @@ var __vue_render__$j = function () {
|
|
|
1726
1726
|
}), 0)]);
|
|
1727
1727
|
};
|
|
1728
1728
|
|
|
1729
|
-
var __vue_staticRenderFns__$
|
|
1729
|
+
var __vue_staticRenderFns__$k = [];
|
|
1730
1730
|
/* style */
|
|
1731
1731
|
|
|
1732
|
-
const __vue_inject_styles__$
|
|
1732
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
1733
1733
|
if (!inject) return;
|
|
1734
1734
|
inject("data-v-2b86d0a6_0", {
|
|
1735
1735
|
source: ".wf-languages-menu.active[data-v-2b86d0a6]{height:fit-content;z-index:10}.wf-languages-menu.active .wf-languages-title[data-v-2b86d0a6]{visibility:initial;opacity:1}.wf-languages-menu .wf-languages-title[data-v-2b86d0a6]{opacity:0;padding-bottom:.5rem;margin:auto;text-align:center;transition:opacity .2s ease-in;overflow:hidden}.wf-languages-menu .wf-language .wf-lang-flag[data-v-2b86d0a6]{width:70%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.wf-languages-menu .wf-language .wf-active[data-v-2b86d0a6]{height:3.5rem;margin-bottom:1rem}.wf-languages-menu .wf-language .wf-display[data-v-2b86d0a6]{height:3.5rem;margin-bottom:1.5rem}",
|
|
@@ -1740,24 +1740,24 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
1740
1740
|
/* scoped */
|
|
1741
1741
|
|
|
1742
1742
|
|
|
1743
|
-
const __vue_scope_id__$
|
|
1743
|
+
const __vue_scope_id__$k = "data-v-2b86d0a6";
|
|
1744
1744
|
/* module identifier */
|
|
1745
1745
|
|
|
1746
|
-
const __vue_module_identifier__$
|
|
1746
|
+
const __vue_module_identifier__$k = undefined;
|
|
1747
1747
|
/* functional template */
|
|
1748
1748
|
|
|
1749
|
-
const __vue_is_functional_template__$
|
|
1749
|
+
const __vue_is_functional_template__$k = false;
|
|
1750
1750
|
/* style inject SSR */
|
|
1751
1751
|
|
|
1752
1752
|
/* style inject shadow dom */
|
|
1753
1753
|
|
|
1754
|
-
const __vue_component__$
|
|
1755
|
-
render: __vue_render__$
|
|
1756
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1757
|
-
}, __vue_inject_styles__$
|
|
1754
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
1755
|
+
render: __vue_render__$k,
|
|
1756
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
1757
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
1758
1758
|
|
|
1759
1759
|
//
|
|
1760
|
-
var script$
|
|
1760
|
+
var script$j = {
|
|
1761
1761
|
name: "Group",
|
|
1762
1762
|
computed: { ...mapState('wf', ['language'])
|
|
1763
1763
|
},
|
|
@@ -1792,10 +1792,10 @@ var script$i = {
|
|
|
1792
1792
|
};
|
|
1793
1793
|
|
|
1794
1794
|
/* script */
|
|
1795
|
-
const __vue_script__$
|
|
1795
|
+
const __vue_script__$j = script$j;
|
|
1796
1796
|
/* template */
|
|
1797
1797
|
|
|
1798
|
-
var __vue_render__$
|
|
1798
|
+
var __vue_render__$j = function () {
|
|
1799
1799
|
var _vm = this;
|
|
1800
1800
|
|
|
1801
1801
|
var _h = _vm.$createElement;
|
|
@@ -1820,36 +1820,36 @@ var __vue_render__$i = function () {
|
|
|
1820
1820
|
}) : _vm._e()]) : _vm._e();
|
|
1821
1821
|
};
|
|
1822
1822
|
|
|
1823
|
-
var __vue_staticRenderFns__$
|
|
1823
|
+
var __vue_staticRenderFns__$j = [];
|
|
1824
1824
|
/* style */
|
|
1825
1825
|
|
|
1826
|
-
const __vue_inject_styles__$
|
|
1826
|
+
const __vue_inject_styles__$j = undefined;
|
|
1827
1827
|
/* scoped */
|
|
1828
1828
|
|
|
1829
|
-
const __vue_scope_id__$
|
|
1829
|
+
const __vue_scope_id__$j = "data-v-077cd362";
|
|
1830
1830
|
/* module identifier */
|
|
1831
1831
|
|
|
1832
|
-
const __vue_module_identifier__$
|
|
1832
|
+
const __vue_module_identifier__$j = undefined;
|
|
1833
1833
|
/* functional template */
|
|
1834
1834
|
|
|
1835
|
-
const __vue_is_functional_template__$
|
|
1835
|
+
const __vue_is_functional_template__$j = false;
|
|
1836
1836
|
/* style inject */
|
|
1837
1837
|
|
|
1838
1838
|
/* style inject SSR */
|
|
1839
1839
|
|
|
1840
1840
|
/* style inject shadow dom */
|
|
1841
1841
|
|
|
1842
|
-
const __vue_component__$
|
|
1843
|
-
render: __vue_render__$
|
|
1844
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1845
|
-
}, __vue_inject_styles__$
|
|
1842
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
1843
|
+
render: __vue_render__$j,
|
|
1844
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
1845
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
1846
1846
|
|
|
1847
1847
|
//
|
|
1848
|
-
var script$
|
|
1848
|
+
var script$i = {
|
|
1849
1849
|
name: 'GroupsMenu',
|
|
1850
1850
|
components: {
|
|
1851
|
-
Group: __vue_component__$
|
|
1852
|
-
POI: __vue_component__$
|
|
1851
|
+
Group: __vue_component__$j,
|
|
1852
|
+
POI: __vue_component__$n
|
|
1853
1853
|
},
|
|
1854
1854
|
props: {
|
|
1855
1855
|
parent: {
|
|
@@ -2030,10 +2030,10 @@ var script$h = {
|
|
|
2030
2030
|
};
|
|
2031
2031
|
|
|
2032
2032
|
/* script */
|
|
2033
|
-
const __vue_script__$
|
|
2033
|
+
const __vue_script__$i = script$i;
|
|
2034
2034
|
/* template */
|
|
2035
2035
|
|
|
2036
|
-
var __vue_render__$
|
|
2036
|
+
var __vue_render__$i = function () {
|
|
2037
2037
|
var _vm = this;
|
|
2038
2038
|
|
|
2039
2039
|
var _h = _vm.$createElement;
|
|
@@ -2130,10 +2130,10 @@ var __vue_render__$h = function () {
|
|
|
2130
2130
|
}), _vm._v(" "), _vm._t("append")], 2)]);
|
|
2131
2131
|
};
|
|
2132
2132
|
|
|
2133
|
-
var __vue_staticRenderFns__$
|
|
2133
|
+
var __vue_staticRenderFns__$i = [];
|
|
2134
2134
|
/* style */
|
|
2135
2135
|
|
|
2136
|
-
const __vue_inject_styles__$
|
|
2136
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
2137
2137
|
if (!inject) return;
|
|
2138
2138
|
inject("data-v-13cecfd9_0", {
|
|
2139
2139
|
source: ".wf-groups-menu .wf-list-item[data-v-13cecfd9]{list-style:none}.wf-groups-menu .wf-list[data-v-13cecfd9]{margin:0;padding:0}",
|
|
@@ -2144,24 +2144,24 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
2144
2144
|
/* scoped */
|
|
2145
2145
|
|
|
2146
2146
|
|
|
2147
|
-
const __vue_scope_id__$
|
|
2147
|
+
const __vue_scope_id__$i = "data-v-13cecfd9";
|
|
2148
2148
|
/* module identifier */
|
|
2149
2149
|
|
|
2150
|
-
const __vue_module_identifier__$
|
|
2150
|
+
const __vue_module_identifier__$i = undefined;
|
|
2151
2151
|
/* functional template */
|
|
2152
2152
|
|
|
2153
|
-
const __vue_is_functional_template__$
|
|
2153
|
+
const __vue_is_functional_template__$i = false;
|
|
2154
2154
|
/* style inject SSR */
|
|
2155
2155
|
|
|
2156
2156
|
/* style inject shadow dom */
|
|
2157
2157
|
|
|
2158
|
-
const __vue_component__$
|
|
2159
|
-
render: __vue_render__$
|
|
2160
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2161
|
-
}, __vue_inject_styles__$
|
|
2158
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
2159
|
+
render: __vue_render__$i,
|
|
2160
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
2161
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
2162
2162
|
|
|
2163
2163
|
//
|
|
2164
|
-
var script$
|
|
2164
|
+
var script$h = {
|
|
2165
2165
|
name: 'GroupPOIsMenu',
|
|
2166
2166
|
props: {
|
|
2167
2167
|
group: {
|
|
@@ -2218,10 +2218,10 @@ var script$g = {
|
|
|
2218
2218
|
};
|
|
2219
2219
|
|
|
2220
2220
|
/* script */
|
|
2221
|
-
const __vue_script__$
|
|
2221
|
+
const __vue_script__$h = script$h;
|
|
2222
2222
|
/* template */
|
|
2223
2223
|
|
|
2224
|
-
var __vue_render__$
|
|
2224
|
+
var __vue_render__$h = function () {
|
|
2225
2225
|
var _vm = this;
|
|
2226
2226
|
|
|
2227
2227
|
var _h = _vm.$createElement;
|
|
@@ -2263,10 +2263,10 @@ var __vue_render__$g = function () {
|
|
|
2263
2263
|
})], 2)]);
|
|
2264
2264
|
};
|
|
2265
2265
|
|
|
2266
|
-
var __vue_staticRenderFns__$
|
|
2266
|
+
var __vue_staticRenderFns__$h = [];
|
|
2267
2267
|
/* style */
|
|
2268
2268
|
|
|
2269
|
-
const __vue_inject_styles__$
|
|
2269
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
2270
2270
|
if (!inject) return;
|
|
2271
2271
|
inject("data-v-14d8d75e_0", {
|
|
2272
2272
|
source: ".wf-group-pois-menu[data-v-14d8d75e]{overflow:hidden;user-select:none}.wf-group-pois-menu .wf-list[data-v-14d8d75e]{margin:0;padding:0}.wf-group-pois-menu .list-item[data-v-14d8d75e]{list-style:none;padding:1em}",
|
|
@@ -2277,24 +2277,24 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
2277
2277
|
/* scoped */
|
|
2278
2278
|
|
|
2279
2279
|
|
|
2280
|
-
const __vue_scope_id__$
|
|
2280
|
+
const __vue_scope_id__$h = "data-v-14d8d75e";
|
|
2281
2281
|
/* module identifier */
|
|
2282
2282
|
|
|
2283
|
-
const __vue_module_identifier__$
|
|
2283
|
+
const __vue_module_identifier__$h = undefined;
|
|
2284
2284
|
/* functional template */
|
|
2285
2285
|
|
|
2286
|
-
const __vue_is_functional_template__$
|
|
2286
|
+
const __vue_is_functional_template__$h = false;
|
|
2287
2287
|
/* style inject SSR */
|
|
2288
2288
|
|
|
2289
2289
|
/* style inject shadow dom */
|
|
2290
2290
|
|
|
2291
|
-
const __vue_component__$
|
|
2292
|
-
render: __vue_render__$
|
|
2293
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2294
|
-
}, __vue_inject_styles__$
|
|
2291
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
2292
|
+
render: __vue_render__$h,
|
|
2293
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
2294
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
2295
2295
|
|
|
2296
2296
|
//
|
|
2297
|
-
var script$
|
|
2297
|
+
var script$g = {
|
|
2298
2298
|
name: 'BuildingLogo',
|
|
2299
2299
|
computed: { ...mapState('wf', ['building'])
|
|
2300
2300
|
},
|
|
@@ -2309,10 +2309,10 @@ var script$f = {
|
|
|
2309
2309
|
};
|
|
2310
2310
|
|
|
2311
2311
|
/* script */
|
|
2312
|
-
const __vue_script__$
|
|
2312
|
+
const __vue_script__$g = script$g;
|
|
2313
2313
|
/* template */
|
|
2314
2314
|
|
|
2315
|
-
var __vue_render__$
|
|
2315
|
+
var __vue_render__$g = function () {
|
|
2316
2316
|
var _vm = this;
|
|
2317
2317
|
|
|
2318
2318
|
var _h = _vm.$createElement;
|
|
@@ -2327,10 +2327,10 @@ var __vue_render__$f = function () {
|
|
|
2327
2327
|
});
|
|
2328
2328
|
};
|
|
2329
2329
|
|
|
2330
|
-
var __vue_staticRenderFns__$
|
|
2330
|
+
var __vue_staticRenderFns__$g = [];
|
|
2331
2331
|
/* style */
|
|
2332
2332
|
|
|
2333
|
-
const __vue_inject_styles__$
|
|
2333
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
2334
2334
|
if (!inject) return;
|
|
2335
2335
|
inject("data-v-38faefb4_0", {
|
|
2336
2336
|
source: ".wf-building-logo[data-v-38faefb4]{background-size:contain;background-repeat:no-repeat;background-position:50%}",
|
|
@@ -2341,24 +2341,24 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
2341
2341
|
/* scoped */
|
|
2342
2342
|
|
|
2343
2343
|
|
|
2344
|
-
const __vue_scope_id__$
|
|
2344
|
+
const __vue_scope_id__$g = "data-v-38faefb4";
|
|
2345
2345
|
/* module identifier */
|
|
2346
2346
|
|
|
2347
|
-
const __vue_module_identifier__$
|
|
2347
|
+
const __vue_module_identifier__$g = undefined;
|
|
2348
2348
|
/* functional template */
|
|
2349
2349
|
|
|
2350
|
-
const __vue_is_functional_template__$
|
|
2350
|
+
const __vue_is_functional_template__$g = false;
|
|
2351
2351
|
/* style inject SSR */
|
|
2352
2352
|
|
|
2353
2353
|
/* style inject shadow dom */
|
|
2354
2354
|
|
|
2355
|
-
const __vue_component__$
|
|
2356
|
-
render: __vue_render__$
|
|
2357
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2358
|
-
}, __vue_inject_styles__$
|
|
2355
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
2356
|
+
render: __vue_render__$g,
|
|
2357
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
2358
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
2359
2359
|
|
|
2360
2360
|
//
|
|
2361
|
-
var script$
|
|
2361
|
+
var script$f = {
|
|
2362
2362
|
name: 'YAH',
|
|
2363
2363
|
computed: { //yahLogo
|
|
2364
2364
|
...mapState('wf', ['yahLogo', 'language'])
|
|
@@ -2372,10 +2372,10 @@ var script$e = {
|
|
|
2372
2372
|
};
|
|
2373
2373
|
|
|
2374
2374
|
/* script */
|
|
2375
|
-
const __vue_script__$
|
|
2375
|
+
const __vue_script__$f = script$f;
|
|
2376
2376
|
/* template */
|
|
2377
2377
|
|
|
2378
|
-
var __vue_render__$
|
|
2378
|
+
var __vue_render__$f = function () {
|
|
2379
2379
|
var _vm = this;
|
|
2380
2380
|
|
|
2381
2381
|
var _h = _vm.$createElement;
|
|
@@ -2401,10 +2401,10 @@ var __vue_render__$e = function () {
|
|
|
2401
2401
|
}, [_vm._v("YAH")])]);
|
|
2402
2402
|
};
|
|
2403
2403
|
|
|
2404
|
-
var __vue_staticRenderFns__$
|
|
2404
|
+
var __vue_staticRenderFns__$f = [];
|
|
2405
2405
|
/* style */
|
|
2406
2406
|
|
|
2407
|
-
const __vue_inject_styles__$
|
|
2407
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
2408
2408
|
if (!inject) return;
|
|
2409
2409
|
inject("data-v-0e28d1b6_0", {
|
|
2410
2410
|
source: ".wf-yah[data-v-0e28d1b6]{text-align:center;border:none;outline:0}.wf-icon[data-v-0e28d1b6]{width:100%;height:100%;display:block;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iMTI4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogPG1ldGFkYXRhPgogIDxyZGY6UkRGPgogICA8Y2M6V29yayByZGY6YWJvdXQ9IiI+CiAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgIDxkYzp0eXBlIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiLz4KICAgIDxkYzp0aXRsZS8+CiAgIDwvY2M6V29yaz4KICA8L3JkZjpSREY+CiA8L21ldGFkYXRhPgogPHBhdGggZD0ibTQ2Ljk3NyAxMjYuNjRjLTAuMjgzMDMtMC42ODc1LTYuMTYzMS02LjQzNzctMTAuMzc0LTExLjY2My0yNC45NDctMzMuMTIyLTUyLjc2MS02My44OTgtMjAuMjgzLTEwMS4zIDE0LjM4MS0xMy44OTQgMzIuMTEzLTE0LjY4NiA1MC4zNDMtOC4yMTAxIDUxLjMzIDI5LjcwMiAxNC4xNjYgNzguMTU1LTEwLjIzNSAxMTAuMDFsLTkuNDUwMSAxMS4xNjN6bTE1LjQ0LTUwLjc3MWMzNC4yMzctMjQuNDg1IDcuNzY4LTcxLjYzMy0yOS44NDgtNTUuOTU5LTEwLjk4NCA1Ljg1NjktMTYuNDM0IDE2LjA0OC0xNi42MjUgMjguMDY4LTAuNTI0NSAxMS42OTMgNS42ODU0IDIxLjQ3MSAxNS41MjYgMjcuNDYxIDcuMDU1NSAzLjg0MDEgMTAuMTU3IDQuNTMzNyAxOC4xNDYgNC4wNTc3IDUuMTc3Ni0wLjMwODUyIDguMTYxMS0xLjE1MzggMTIuODAxLTMuNjI3MXoiIGZpbGw9IiNjNjQyNDIiIGZpbGwtb3BhY2l0eT0iLjk4ODI0Ii8+CiA8cGF0aCB0cmFuc2Zvcm09Im1hdHJpeCguODc4MjkgMCAwIDEuMDUxOSAuNTU0NzQgLTYuOTk1MykiIGQ9Im00MS42ODIgODkuODkxYTUxLjIyMyA0MS43NTQgMCAxIDEgMS4yNzY2IDAuMjA4MDkiIGZpbGw9IiNjNjQyNDIiIGZpbGwtb3BhY2l0eT0iLjk4ODI0Ii8+CiA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSguNjQ1MzUpIiBkPSJtNDMuNjMxIDY5LjEyOWEyNi4wMTEgMjAuOTkxIDAgMSAxIDAuNjQ4MjYgMC4xMDQ2MSIgZmlsbC1vcGFjaXR5PSIwIiBvcGFjaXR5PSIuMzQwMTYiLz4KIDxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKC42NDUzNSkiIGQ9Im0zMS44OTIgMTE0LjI4YTE2LjY1NiAxMS43NSAwIDEgMSAwLjQxNTExIDAuMDU4NiIgZmlsbC1vcGFjaXR5PSIwIi8+CiA8cGF0aCB0cmFuc2Zvcm09Im1hdHJpeCguOTcwMiAwIDAgMS4wMjcyIC00LjA1ODggLTUuNzUwNCkiIGQ9Im00NS41MjEgODQuODI0YTM0LjQ1MyAzMy41NCAwIDEgMSAwLjg1ODY2IDAuMTY3MTYiIGZpbGw9IiNiNzJjMmMiLz4KIDxwYXRoIHRyYW5zZm9ybT0ibWF0cml4KC42NDYzIDAgMCAuNjE2ODEgNS4xMjYxIDQuOTAxNCkiIGQ9Im01Ny4wNzkgMTA0LjYxYTM0LjIwMyAzNi42MjMgMCAxIDEgMC44NTI0NCAwLjE4MjUyIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=)}",
|
|
@@ -2415,27 +2415,27 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
2415
2415
|
/* scoped */
|
|
2416
2416
|
|
|
2417
2417
|
|
|
2418
|
-
const __vue_scope_id__$
|
|
2418
|
+
const __vue_scope_id__$f = "data-v-0e28d1b6";
|
|
2419
2419
|
/* module identifier */
|
|
2420
2420
|
|
|
2421
|
-
const __vue_module_identifier__$
|
|
2421
|
+
const __vue_module_identifier__$f = undefined;
|
|
2422
2422
|
/* functional template */
|
|
2423
2423
|
|
|
2424
|
-
const __vue_is_functional_template__$
|
|
2424
|
+
const __vue_is_functional_template__$f = false;
|
|
2425
2425
|
/* style inject SSR */
|
|
2426
2426
|
|
|
2427
2427
|
/* style inject shadow dom */
|
|
2428
2428
|
|
|
2429
|
-
const __vue_component__$
|
|
2430
|
-
render: __vue_render__$
|
|
2431
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2432
|
-
}, __vue_inject_styles__$
|
|
2429
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
2430
|
+
render: __vue_render__$f,
|
|
2431
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
2432
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
2433
2433
|
|
|
2434
2434
|
//
|
|
2435
|
-
var script$
|
|
2435
|
+
var script$e = {
|
|
2436
2436
|
name: 'ShortcutsMenu',
|
|
2437
2437
|
components: {
|
|
2438
|
-
YAH: __vue_component__$
|
|
2438
|
+
YAH: __vue_component__$f
|
|
2439
2439
|
},
|
|
2440
2440
|
props: {
|
|
2441
2441
|
showLabel: {
|
|
@@ -2521,10 +2521,10 @@ var script$d = {
|
|
|
2521
2521
|
};
|
|
2522
2522
|
|
|
2523
2523
|
/* script */
|
|
2524
|
-
const __vue_script__$
|
|
2524
|
+
const __vue_script__$e = script$e;
|
|
2525
2525
|
/* template */
|
|
2526
2526
|
|
|
2527
|
-
var __vue_render__$
|
|
2527
|
+
var __vue_render__$e = function () {
|
|
2528
2528
|
var _vm = this;
|
|
2529
2529
|
|
|
2530
2530
|
var _h = _vm.$createElement;
|
|
@@ -2555,10 +2555,10 @@ var __vue_render__$d = function () {
|
|
|
2555
2555
|
}), 0)]);
|
|
2556
2556
|
};
|
|
2557
2557
|
|
|
2558
|
-
var __vue_staticRenderFns__$
|
|
2558
|
+
var __vue_staticRenderFns__$e = [];
|
|
2559
2559
|
/* style */
|
|
2560
2560
|
|
|
2561
|
-
const __vue_inject_styles__$
|
|
2561
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
2562
2562
|
if (!inject) return;
|
|
2563
2563
|
inject("data-v-6fbc92fe_0", {
|
|
2564
2564
|
source: ".shortcuts-container[data-v-6fbc92fe]{display:flex;flex-wrap:wrap-reverse;align-content:stretch;justify-content:space-between;margin-bottom:.1rem;flex-direction:row}.shortcuts-container.map-shortcuts[data-v-6fbc92fe]{position:absolute;left:.5rem;bottom:15%;top:15%;flex-direction:column;justify-content:center}",
|
|
@@ -2569,21 +2569,21 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
2569
2569
|
/* scoped */
|
|
2570
2570
|
|
|
2571
2571
|
|
|
2572
|
-
const __vue_scope_id__$
|
|
2572
|
+
const __vue_scope_id__$e = "data-v-6fbc92fe";
|
|
2573
2573
|
/* module identifier */
|
|
2574
2574
|
|
|
2575
|
-
const __vue_module_identifier__$
|
|
2575
|
+
const __vue_module_identifier__$e = undefined;
|
|
2576
2576
|
/* functional template */
|
|
2577
2577
|
|
|
2578
|
-
const __vue_is_functional_template__$
|
|
2578
|
+
const __vue_is_functional_template__$e = false;
|
|
2579
2579
|
/* style inject SSR */
|
|
2580
2580
|
|
|
2581
2581
|
/* style inject shadow dom */
|
|
2582
2582
|
|
|
2583
|
-
const __vue_component__$
|
|
2584
|
-
render: __vue_render__$
|
|
2585
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2586
|
-
}, __vue_inject_styles__$
|
|
2583
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
2584
|
+
render: __vue_render__$e,
|
|
2585
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
2586
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
2587
2587
|
|
|
2588
2588
|
//
|
|
2589
2589
|
//
|
|
@@ -2591,7 +2591,7 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
2591
2591
|
//
|
|
2592
2592
|
//
|
|
2593
2593
|
//
|
|
2594
|
-
var script$
|
|
2594
|
+
var script$d = {
|
|
2595
2595
|
methods: {
|
|
2596
2596
|
zoomIn() {
|
|
2597
2597
|
this.$wayfinder.zoomIn();
|
|
@@ -2605,10 +2605,10 @@ var script$c = {
|
|
|
2605
2605
|
};
|
|
2606
2606
|
|
|
2607
2607
|
/* script */
|
|
2608
|
-
const __vue_script__$
|
|
2608
|
+
const __vue_script__$d = script$d;
|
|
2609
2609
|
/* template */
|
|
2610
2610
|
|
|
2611
|
-
var __vue_render__$
|
|
2611
|
+
var __vue_render__$d = function () {
|
|
2612
2612
|
var _vm = this;
|
|
2613
2613
|
|
|
2614
2614
|
var _h = _vm.$createElement;
|
|
@@ -2634,32 +2634,32 @@ var __vue_render__$c = function () {
|
|
|
2634
2634
|
}, [_vm._v("-")])]);
|
|
2635
2635
|
};
|
|
2636
2636
|
|
|
2637
|
-
var __vue_staticRenderFns__$
|
|
2637
|
+
var __vue_staticRenderFns__$d = [];
|
|
2638
2638
|
/* style */
|
|
2639
2639
|
|
|
2640
|
-
const __vue_inject_styles__$
|
|
2640
|
+
const __vue_inject_styles__$d = undefined;
|
|
2641
2641
|
/* scoped */
|
|
2642
2642
|
|
|
2643
|
-
const __vue_scope_id__$
|
|
2643
|
+
const __vue_scope_id__$d = undefined;
|
|
2644
2644
|
/* module identifier */
|
|
2645
2645
|
|
|
2646
|
-
const __vue_module_identifier__$
|
|
2646
|
+
const __vue_module_identifier__$d = undefined;
|
|
2647
2647
|
/* functional template */
|
|
2648
2648
|
|
|
2649
|
-
const __vue_is_functional_template__$
|
|
2649
|
+
const __vue_is_functional_template__$d = false;
|
|
2650
2650
|
/* style inject */
|
|
2651
2651
|
|
|
2652
2652
|
/* style inject SSR */
|
|
2653
2653
|
|
|
2654
2654
|
/* style inject shadow dom */
|
|
2655
2655
|
|
|
2656
|
-
const __vue_component__$
|
|
2657
|
-
render: __vue_render__$
|
|
2658
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2659
|
-
}, __vue_inject_styles__$
|
|
2656
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
2657
|
+
render: __vue_render__$d,
|
|
2658
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
2659
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
2660
2660
|
|
|
2661
2661
|
//
|
|
2662
|
-
var script$
|
|
2662
|
+
var script$c = {
|
|
2663
2663
|
name: 'MapFloors',
|
|
2664
2664
|
props: {
|
|
2665
2665
|
showPOICount: {
|
|
@@ -2720,10 +2720,10 @@ var script$b = {
|
|
|
2720
2720
|
};
|
|
2721
2721
|
|
|
2722
2722
|
/* script */
|
|
2723
|
-
const __vue_script__$
|
|
2723
|
+
const __vue_script__$c = script$c;
|
|
2724
2724
|
/* template */
|
|
2725
2725
|
|
|
2726
|
-
var __vue_render__$
|
|
2726
|
+
var __vue_render__$c = function () {
|
|
2727
2727
|
var _vm = this;
|
|
2728
2728
|
|
|
2729
2729
|
var _h = _vm.$createElement;
|
|
@@ -2761,10 +2761,10 @@ var __vue_render__$b = function () {
|
|
|
2761
2761
|
}), 0)]);
|
|
2762
2762
|
};
|
|
2763
2763
|
|
|
2764
|
-
var __vue_staticRenderFns__$
|
|
2764
|
+
var __vue_staticRenderFns__$c = [];
|
|
2765
2765
|
/* style */
|
|
2766
2766
|
|
|
2767
|
-
const __vue_inject_styles__$
|
|
2767
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
2768
2768
|
if (!inject) return;
|
|
2769
2769
|
inject("data-v-acb9257a_0", {
|
|
2770
2770
|
source: ".wf-floors-menu .wf-list-item[data-v-acb9257a]{text-overflow:ellipsis;list-style:none}",
|
|
@@ -2775,27 +2775,27 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
2775
2775
|
/* scoped */
|
|
2776
2776
|
|
|
2777
2777
|
|
|
2778
|
-
const __vue_scope_id__$
|
|
2778
|
+
const __vue_scope_id__$c = "data-v-acb9257a";
|
|
2779
2779
|
/* module identifier */
|
|
2780
2780
|
|
|
2781
|
-
const __vue_module_identifier__$
|
|
2781
|
+
const __vue_module_identifier__$c = undefined;
|
|
2782
2782
|
/* functional template */
|
|
2783
2783
|
|
|
2784
|
-
const __vue_is_functional_template__$
|
|
2784
|
+
const __vue_is_functional_template__$c = false;
|
|
2785
2785
|
/* style inject SSR */
|
|
2786
2786
|
|
|
2787
2787
|
/* style inject shadow dom */
|
|
2788
2788
|
|
|
2789
|
-
const __vue_component__$
|
|
2790
|
-
render: __vue_render__$
|
|
2791
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2792
|
-
}, __vue_inject_styles__$
|
|
2789
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
2790
|
+
render: __vue_render__$c,
|
|
2791
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
2792
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
2793
2793
|
|
|
2794
2794
|
//
|
|
2795
|
-
var script$
|
|
2795
|
+
var script$b = {
|
|
2796
2796
|
name: 'FilteredMenu',
|
|
2797
2797
|
components: {
|
|
2798
|
-
POI: __vue_component__$
|
|
2798
|
+
POI: __vue_component__$n
|
|
2799
2799
|
},
|
|
2800
2800
|
|
|
2801
2801
|
data() {
|
|
@@ -2866,10 +2866,10 @@ var script$a = {
|
|
|
2866
2866
|
};
|
|
2867
2867
|
|
|
2868
2868
|
/* script */
|
|
2869
|
-
const __vue_script__$
|
|
2869
|
+
const __vue_script__$b = script$b;
|
|
2870
2870
|
/* template */
|
|
2871
2871
|
|
|
2872
|
-
var __vue_render__$
|
|
2872
|
+
var __vue_render__$b = function () {
|
|
2873
2873
|
var _vm = this;
|
|
2874
2874
|
|
|
2875
2875
|
var _h = _vm.$createElement;
|
|
@@ -2918,29 +2918,29 @@ var __vue_render__$a = function () {
|
|
|
2918
2918
|
}), 0)]);
|
|
2919
2919
|
};
|
|
2920
2920
|
|
|
2921
|
-
var __vue_staticRenderFns__$
|
|
2921
|
+
var __vue_staticRenderFns__$b = [];
|
|
2922
2922
|
/* style */
|
|
2923
2923
|
|
|
2924
|
-
const __vue_inject_styles__$
|
|
2924
|
+
const __vue_inject_styles__$b = undefined;
|
|
2925
2925
|
/* scoped */
|
|
2926
2926
|
|
|
2927
|
-
const __vue_scope_id__$
|
|
2927
|
+
const __vue_scope_id__$b = "data-v-e2dd64b6";
|
|
2928
2928
|
/* module identifier */
|
|
2929
2929
|
|
|
2930
|
-
const __vue_module_identifier__$
|
|
2930
|
+
const __vue_module_identifier__$b = undefined;
|
|
2931
2931
|
/* functional template */
|
|
2932
2932
|
|
|
2933
|
-
const __vue_is_functional_template__$
|
|
2933
|
+
const __vue_is_functional_template__$b = false;
|
|
2934
2934
|
/* style inject */
|
|
2935
2935
|
|
|
2936
2936
|
/* style inject SSR */
|
|
2937
2937
|
|
|
2938
2938
|
/* style inject shadow dom */
|
|
2939
2939
|
|
|
2940
|
-
const __vue_component__$
|
|
2941
|
-
render: __vue_render__$
|
|
2942
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2943
|
-
}, __vue_inject_styles__$
|
|
2940
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
2941
|
+
render: __vue_render__$b,
|
|
2942
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
2943
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
2944
2944
|
|
|
2945
2945
|
function createCommonjsModule(fn, basedir, module) {
|
|
2946
2946
|
return module = {
|
|
@@ -2961,11 +2961,11 @@ module.exports=function(t){var e={};function i(s){if(e[s])return e[s].exports;va
|
|
|
2961
2961
|
});
|
|
2962
2962
|
|
|
2963
2963
|
//
|
|
2964
|
-
var script$
|
|
2964
|
+
var script$a = {
|
|
2965
2965
|
name: 'Search',
|
|
2966
2966
|
components: {
|
|
2967
2967
|
OSK: osk_common,
|
|
2968
|
-
POI: __vue_component__$
|
|
2968
|
+
POI: __vue_component__$n
|
|
2969
2969
|
},
|
|
2970
2970
|
computed: { ...mapState('wf', ['language', 'reset'])
|
|
2971
2971
|
},
|
|
@@ -3126,10 +3126,10 @@ var script$9 = {
|
|
|
3126
3126
|
};
|
|
3127
3127
|
|
|
3128
3128
|
/* script */
|
|
3129
|
-
const __vue_script__$
|
|
3129
|
+
const __vue_script__$a = script$a;
|
|
3130
3130
|
/* template */
|
|
3131
3131
|
|
|
3132
|
-
var __vue_render__$
|
|
3132
|
+
var __vue_render__$a = function () {
|
|
3133
3133
|
var _vm = this;
|
|
3134
3134
|
|
|
3135
3135
|
var _h = _vm.$createElement;
|
|
@@ -3211,10 +3211,10 @@ var __vue_render__$9 = function () {
|
|
|
3211
3211
|
}) : _vm._e()])]);
|
|
3212
3212
|
};
|
|
3213
3213
|
|
|
3214
|
-
var __vue_staticRenderFns__$
|
|
3214
|
+
var __vue_staticRenderFns__$a = [];
|
|
3215
3215
|
/* style */
|
|
3216
3216
|
|
|
3217
|
-
const __vue_inject_styles__$
|
|
3217
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
3218
3218
|
if (!inject) return;
|
|
3219
3219
|
inject("data-v-106d1dfe_0", {
|
|
3220
3220
|
source: ".wf-search .wf-close{position:absolute;top:0;right:.5rem;width:10rem;background-color:rgba(255,255,255,.7);background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' enable-background='new 0 0 20 20' viewBox='0 0 20 20' y='0px' x='0px' id='Cross' version='1.1'%3E%3Cmetadata id='metadata9'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs7'%3E%3ClinearGradient spreadMethod='pad' gradientUnits='userSpaceOnUse' y2='29.3118' x2='11.0536' y1='16.0077' x1='24.5509' id='paint1_linear' gradientTransform='translate(-6.9097825,12.894087)'%3E%3Cstop id='stop16' stop-color='%23FF4C54' /%3E%3Cstop id='stop18' stop-color='%23BE3F45' offset='1' /%3E%3C/linearGradient%3E%3ClinearGradient gradientUnits='userSpaceOnUse' y2='34.9828' x2='34.294201' y1='14.605' x1='13.6189' id='paint0_linear'%3E%3Cstop id='stop11' stop-color='%23FF4C54' /%3E%3Cstop id='stop13' stop-color='%23BE3F45' offset='1' /%3E%3C/linearGradient%3E%3ClinearGradient gradientTransform='matrix(1.9229845,0,0,1.9229845,-9.2288833,-9.2308069)' gradientUnits='userSpaceOnUse' y2='14.322534' x2='6.3946652' y1='7.6276183' x1='12.290775' id='linearGradient4161' xlink:href='%23paint0_linear' /%3E%3C/defs%3E%3Cpath style='fill:url(%23linearGradient4161);fill-opacity:1' id='path3' d='m 18.362098,19.32359 c -0.90188,0.90188 -2.363348,0.90188 -3.263305,0 l -5.097832,-5.826643 -5.0978311,5.82472 c -0.9018797,0.90188 -2.3633479,0.90188 -3.2633047,0 -0.90187984,-0.90188 -0.90187984,-2.363347 0,-3.263304 L 6.9434164,10.000961 1.6379022,3.9397144 c -0.90187974,-0.9018798 -0.90187974,-2.361425 0,-3.26330476 0.9018798,-0.9018797 2.3614249,-0.9018797 3.2633048,0 l 5.099754,5.82856596 5.097832,-5.82856596 c 0.90188,-0.9018797 2.361425,-0.9018797 3.263305,0 0.901879,0.90187976 0.901879,2.36334796 0,3.26330476 l -5.30359,6.0612466 5.30359,6.057402 c 0.901879,0.90188 0.901879,2.363347 0,3.265227 z' /%3E%3C/svg%3E\")}.wf-search .results{overflow:hidden}.wf-search .wf-search-container{margin:auto;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:1rem}.wf-search .wf-search-input-container input{margin:auto;display:block;padding:1rem;font-size:2rem;font-weight:600;width:100%;border:1px solid #000;outline:0;background-repeat:no-repeat}.wf-search .wf-keyboard{user-select:none;display:flex;flex-direction:column;flex-shrink:0}.wf-search .wf-keyboard .keyboard-row{margin:auto;display:flex}.wf-search .wf-keyboard .keyboard-key{text-align:center;width:4ch;height:4ch;line-height:1.5;overflow:hidden;user-select:none}.wf-search .wf-keyboard .keyboard-key:last-child{margin-right:0}.wf-search .wf-keyboard .keyboard-key:active{background-color:#00f}.wf-search .wf-keyboard .keyboard-key2x{width:8ch}.wf-search .wf-keyboard .keyboard-key3x{width:12ch}.wf-search .wf-keyboard .keyboard-key_spacebar{width:24ch}",
|
|
@@ -3225,21 +3225,21 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
3225
3225
|
/* scoped */
|
|
3226
3226
|
|
|
3227
3227
|
|
|
3228
|
-
const __vue_scope_id__$
|
|
3228
|
+
const __vue_scope_id__$a = undefined;
|
|
3229
3229
|
/* module identifier */
|
|
3230
3230
|
|
|
3231
|
-
const __vue_module_identifier__$
|
|
3231
|
+
const __vue_module_identifier__$a = undefined;
|
|
3232
3232
|
/* functional template */
|
|
3233
3233
|
|
|
3234
|
-
const __vue_is_functional_template__$
|
|
3234
|
+
const __vue_is_functional_template__$a = false;
|
|
3235
3235
|
/* style inject SSR */
|
|
3236
3236
|
|
|
3237
3237
|
/* style inject shadow dom */
|
|
3238
3238
|
|
|
3239
|
-
const __vue_component__$
|
|
3240
|
-
render: __vue_render__$
|
|
3241
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3242
|
-
}, __vue_inject_styles__$
|
|
3239
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
3240
|
+
render: __vue_render__$a,
|
|
3241
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
3242
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
3243
3243
|
|
|
3244
3244
|
//
|
|
3245
3245
|
//
|
|
@@ -3249,7 +3249,7 @@ const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
|
3249
3249
|
//
|
|
3250
3250
|
//
|
|
3251
3251
|
//
|
|
3252
|
-
var script$
|
|
3252
|
+
var script$9 = {
|
|
3253
3253
|
name: 'Tabs',
|
|
3254
3254
|
props: {
|
|
3255
3255
|
activeTab: '',
|
|
@@ -3310,10 +3310,10 @@ var script$8 = {
|
|
|
3310
3310
|
};
|
|
3311
3311
|
|
|
3312
3312
|
/* script */
|
|
3313
|
-
const __vue_script__$
|
|
3313
|
+
const __vue_script__$9 = script$9;
|
|
3314
3314
|
/* template */
|
|
3315
3315
|
|
|
3316
|
-
var __vue_render__$
|
|
3316
|
+
var __vue_render__$9 = function () {
|
|
3317
3317
|
var _vm = this;
|
|
3318
3318
|
|
|
3319
3319
|
var _h = _vm.$createElement;
|
|
@@ -3330,10 +3330,10 @@ var __vue_render__$8 = function () {
|
|
|
3330
3330
|
}, [_vm._t("default")], 2)]);
|
|
3331
3331
|
};
|
|
3332
3332
|
|
|
3333
|
-
var __vue_staticRenderFns__$
|
|
3333
|
+
var __vue_staticRenderFns__$9 = [];
|
|
3334
3334
|
/* style */
|
|
3335
3335
|
|
|
3336
|
-
const __vue_inject_styles__$
|
|
3336
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
3337
3337
|
if (!inject) return;
|
|
3338
3338
|
inject("data-v-7eaad22c_0", {
|
|
3339
3339
|
source: ".wf-tabs[data-v-7eaad22c]{overflow:hidden;position:relative;width:100%;height:100%}.wf-tabs-content[data-v-7eaad22c]{height:100%;width:auto;display:flex;flex-direction:row;margin-left:0;transform:translateX(0) translateY(0)}.wf-tabs.wf-tabs-animate-vertical .wf-tabs-content[data-v-7eaad22c]{flex-direction:column}.wf-tab[data-v-7eaad22c]{opacity:0;transition:opacity .3s ease-out .5s}.wf-tab.wf-active[data-v-7eaad22c]{opacity:1;transition:opacity .3s ease-in}.wf-tabs.wf-tabs-animate-horizontal .wf-tabs-content[data-v-7eaad22c],.wf-tabs.wf-tabs-animate-vertical .wf-tabs-content[data-v-7eaad22c]{transition:transform .5s ease-in-out .2s}",
|
|
@@ -3344,21 +3344,21 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
3344
3344
|
/* scoped */
|
|
3345
3345
|
|
|
3346
3346
|
|
|
3347
|
-
const __vue_scope_id__$
|
|
3347
|
+
const __vue_scope_id__$9 = "data-v-7eaad22c";
|
|
3348
3348
|
/* module identifier */
|
|
3349
3349
|
|
|
3350
|
-
const __vue_module_identifier__$
|
|
3350
|
+
const __vue_module_identifier__$9 = undefined;
|
|
3351
3351
|
/* functional template */
|
|
3352
3352
|
|
|
3353
|
-
const __vue_is_functional_template__$
|
|
3353
|
+
const __vue_is_functional_template__$9 = false;
|
|
3354
3354
|
/* style inject SSR */
|
|
3355
3355
|
|
|
3356
3356
|
/* style inject shadow dom */
|
|
3357
3357
|
|
|
3358
|
-
const __vue_component__$
|
|
3359
|
-
render: __vue_render__$
|
|
3360
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3361
|
-
}, __vue_inject_styles__$
|
|
3358
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
3359
|
+
render: __vue_render__$9,
|
|
3360
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
3361
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
3362
3362
|
|
|
3363
3363
|
//
|
|
3364
3364
|
//
|
|
@@ -3366,7 +3366,7 @@ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
3366
3366
|
//
|
|
3367
3367
|
//
|
|
3368
3368
|
//
|
|
3369
|
-
var script$
|
|
3369
|
+
var script$8 = {
|
|
3370
3370
|
name: 'Tab',
|
|
3371
3371
|
props: {
|
|
3372
3372
|
name: ''
|
|
@@ -3382,10 +3382,10 @@ var script$7 = {
|
|
|
3382
3382
|
};
|
|
3383
3383
|
|
|
3384
3384
|
/* script */
|
|
3385
|
-
const __vue_script__$
|
|
3385
|
+
const __vue_script__$8 = script$8;
|
|
3386
3386
|
/* template */
|
|
3387
3387
|
|
|
3388
|
-
var __vue_render__$
|
|
3388
|
+
var __vue_render__$8 = function () {
|
|
3389
3389
|
var _vm = this;
|
|
3390
3390
|
|
|
3391
3391
|
var _h = _vm.$createElement;
|
|
@@ -3400,10 +3400,10 @@ var __vue_render__$7 = function () {
|
|
|
3400
3400
|
}, [_vm._t("default")], 2);
|
|
3401
3401
|
};
|
|
3402
3402
|
|
|
3403
|
-
var __vue_staticRenderFns__$
|
|
3403
|
+
var __vue_staticRenderFns__$8 = [];
|
|
3404
3404
|
/* style */
|
|
3405
3405
|
|
|
3406
|
-
const __vue_inject_styles__$
|
|
3406
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
3407
3407
|
if (!inject) return;
|
|
3408
3408
|
inject("data-v-b8114d98_0", {
|
|
3409
3409
|
source: ".wf-tab[data-v-b8114d98]{overflow:hidden;flex-grow:1;flex-shrink:0;width:100%}",
|
|
@@ -3414,24 +3414,24 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
3414
3414
|
/* scoped */
|
|
3415
3415
|
|
|
3416
3416
|
|
|
3417
|
-
const __vue_scope_id__$
|
|
3417
|
+
const __vue_scope_id__$8 = "data-v-b8114d98";
|
|
3418
3418
|
/* module identifier */
|
|
3419
3419
|
|
|
3420
|
-
const __vue_module_identifier__$
|
|
3420
|
+
const __vue_module_identifier__$8 = undefined;
|
|
3421
3421
|
/* functional template */
|
|
3422
3422
|
|
|
3423
|
-
const __vue_is_functional_template__$
|
|
3423
|
+
const __vue_is_functional_template__$8 = false;
|
|
3424
3424
|
/* style inject SSR */
|
|
3425
3425
|
|
|
3426
3426
|
/* style inject shadow dom */
|
|
3427
3427
|
|
|
3428
|
-
const __vue_component__$
|
|
3429
|
-
render: __vue_render__$
|
|
3430
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3431
|
-
}, __vue_inject_styles__$
|
|
3428
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
3429
|
+
render: __vue_render__$8,
|
|
3430
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
3431
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
3432
3432
|
|
|
3433
3433
|
//
|
|
3434
|
-
var script$
|
|
3434
|
+
var script$7 = {
|
|
3435
3435
|
name: 'Tabs',
|
|
3436
3436
|
computed: { ...mapState('wf', ['currentTab', 'searchVisible', 'mobile', 'landscape', 'shortcuts', 'language'])
|
|
3437
3437
|
},
|
|
@@ -3452,10 +3452,10 @@ var script$6 = {
|
|
|
3452
3452
|
};
|
|
3453
3453
|
|
|
3454
3454
|
/* script */
|
|
3455
|
-
const __vue_script__$
|
|
3455
|
+
const __vue_script__$7 = script$7;
|
|
3456
3456
|
/* template */
|
|
3457
3457
|
|
|
3458
|
-
var __vue_render__$
|
|
3458
|
+
var __vue_render__$7 = function () {
|
|
3459
3459
|
var _vm = this;
|
|
3460
3460
|
|
|
3461
3461
|
var _h = _vm.$createElement;
|
|
@@ -3525,10 +3525,10 @@ var __vue_render__$6 = function () {
|
|
|
3525
3525
|
})]);
|
|
3526
3526
|
};
|
|
3527
3527
|
|
|
3528
|
-
var __vue_staticRenderFns__$
|
|
3528
|
+
var __vue_staticRenderFns__$7 = [];
|
|
3529
3529
|
/* style */
|
|
3530
3530
|
|
|
3531
|
-
const __vue_inject_styles__$
|
|
3531
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
3532
3532
|
if (!inject) return;
|
|
3533
3533
|
inject("data-v-5229b2f8_0", {
|
|
3534
3534
|
source: ".wf-tab-buttons[data-v-5229b2f8]{display:flex;align-content:stretch;justify-content:space-between}.wf-tab-buttons .wf-item[data-v-5229b2f8]{background-size:auto 30%;background-repeat:no-repeat}",
|
|
@@ -3539,28 +3539,28 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
3539
3539
|
/* scoped */
|
|
3540
3540
|
|
|
3541
3541
|
|
|
3542
|
-
const __vue_scope_id__$
|
|
3542
|
+
const __vue_scope_id__$7 = "data-v-5229b2f8";
|
|
3543
3543
|
/* module identifier */
|
|
3544
3544
|
|
|
3545
|
-
const __vue_module_identifier__$
|
|
3545
|
+
const __vue_module_identifier__$7 = undefined;
|
|
3546
3546
|
/* functional template */
|
|
3547
3547
|
|
|
3548
|
-
const __vue_is_functional_template__$
|
|
3548
|
+
const __vue_is_functional_template__$7 = false;
|
|
3549
3549
|
/* style inject SSR */
|
|
3550
3550
|
|
|
3551
3551
|
/* style inject shadow dom */
|
|
3552
3552
|
|
|
3553
|
-
const __vue_component__$
|
|
3554
|
-
render: __vue_render__$
|
|
3555
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3556
|
-
}, __vue_inject_styles__$
|
|
3553
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
3554
|
+
render: __vue_render__$7,
|
|
3555
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
3556
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
3557
3557
|
|
|
3558
3558
|
var scrollarea_common = createCommonjsModule(function (module) {
|
|
3559
3559
|
module.exports=function(t){var e={};function i(s){if(e[s])return e[s].exports;var n=e[s]={i:s,l:!1,exports:{}};return t[s].call(n.exports,n,n.exports,i),n.l=!0,n.exports}return i.m=t,i.c=e,i.d=function(t,e,s){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:s});},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0});},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var s=Object.create(null);if(i.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)i.d(s,n,function(e){return t[e]}.bind(null,n));return s},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=1)}([function(t,e){t.exports={create:function(){return [0,0]},clone:function(t){var e=new Array(2);return e[0]=t[0],e[1]=t[1],e},fromValues:function(t,e){var i=new Array(2);return i[0]=t,i[1]=e,i},copy:function(t,e){return t[0]=e[0],t[1]=e[1],t},set:function(t,e,i){return t[0]=e,t[1]=i,t},add:function(t,e,i){return t[0]=e[0]+i[0],t[1]=e[1]+i[1],t},sub:function(t,e,i){return t[0]=e[0]-i[0],t[1]=e[1]-i[1],t},mul:function(t,e,i){return t[0]=e[0]*i[0],t[1]=e[1]*i[1],t},div:function(t,e,i){return t[0]=e[0]/i[0],t[1]=e[1]/i[1],t},min:function(t,e,i){return t[0]=Math.min(e[0],i[0]),t[1]=Math.min(e[1],i[1]),t},max:function(t,e,i){return t[0]=Math.max(e[0],i[0]),t[1]=Math.max(e[1],i[1]),t},scale:function(t,e,i){return t[0]=e[0]*i,t[1]=e[1]*i,t},dist:function(t,e){var i=e[0]-t[0],s=e[1]-t[1];return Math.sqrt(i*i+s*s)},sqrDist:function(t,e){var i=e[0]-t[0],s=e[1]-t[1];return i*i+s*s},len:function(t){var e=t[0],i=t[1];return Math.sqrt(e*e+i*i)},length:function(t){var e=t[0],i=t[1];return Math.sqrt(e*e+i*i)},sqrLen:function(t){var e=t[0],i=t[1];return e*e+i*i},negate:function(t,e){return t[0]=-e[0],t[1]=-e[1],t},normalize:function(t,e){var i=e[0],s=e[1],n=i*i+s*s;return n>0&&(n=1/Math.sqrt(n),t[0]=e[0]*n,t[1]=e[1]*n),t},dot:function(t,e){return t[0]*e[0]+t[1]*e[1]},cross:function(t,e,i){var s=e[0]*i[1]-e[1]*i[0];return t[0]=t[1]=0,t[2]=s,t},lerp:function(t,e,i,s){var n=e[0],o=e[1];return t[0]=n+s*(i[0]-n),t[1]=o+s*(i[1]-o),t},transformMat2:function(t,e,i){var s=e[0],n=e[1];return t[0]=s*i[0]+n*i[1],t[1]=s*i[2]+n*i[3],t},str:function(t){return "this("+t[0]+", "+t[1]+")"}};},function(t,e,i){i.r(e),i.d(e,"ScrollArea",(function(){return r}));var s=i(0),n=i.n(s);class o{constructor(t,e){this.position=n.a.create(),this.contentSize=t,this.viewSize=e,this.contentViewRatio=n.a.div(n.a.create(),this.getViewSize(),this.getContentSize()),this._maxPosition=n.a.create(),this._minPosition=n.a.create(),this._vec2cache=n.a.create();}getViewPosition(){return this.position}getContentPosition(){return this.position}clampPosition(){n.a.max(this._maxPosition,this.getViewSize(),this.getContentSize()),n.a.min(this._minPosition,this.getViewSize(),this.getContentSize()),n.a.sub(this._maxPosition,this._maxPosition,this._minPosition),this.getContentSize()[0]<=this.getViewSize()[0]&&(this._maxPosition[0]=0),this.getContentSize()[1]<=this.getViewSize()[1]&&(this._maxPosition[1]=0),this.position=this.clamp(this.position,n.a.create(),this._maxPosition);}setViewPosition(t){!isNaN(parseFloat(t[0]))&&isFinite(t[0])&&!isNaN(parseFloat(t[1]))&&isFinite(t[1])&&(this.position=t,this.clampPosition());}move(t){t&&this.setViewPosition(n.a.sub(t,this.getViewPosition(),t));}setViewSize(t,e){n.a.set(this.viewSize,t,e),n.a.div(this.contentViewRatio,this.getViewSize(),this.getContentSize()),this.clampPosition();}setContentSize(t,e){n.a.set(this.contentSize,t,e),n.a.div(this.contentViewRatio,this.getViewSize(),this.getContentSize()),this.clampPosition();}isContentLonger(){return this.viewSize[1]<this.contentSize[1]}isContentWider(){return this.viewSize[0]<this.contentSize[0]}getContentSize(){return this.contentSize}getViewSize(){return this.viewSize}clamp(t,e,i){var s=n.a.clone(t);return n.a.max(s,s,e),n.a.min(s,s,i),s}getPercentagePosition(){return n.a.div(n.a.create(),this.position,this.viewSize)}getRelativePosition(){return n.a.sub(this._vec2cache,this.getViewSize(),this.getContentSize()),0!==n.a.len(this._vec2cache)&&n.a.div(this._vec2cache,this.getViewPosition(),n.a.sub(this._vec2cache,this.getViewSize(),this.getContentSize())),this._vec2cache}getContentViewRatio(){return this.contentViewRatio}}class a{constructor(t,e){this.options=e||{},this.vertical="vertical"==this.getOption("direction"),this.position=0,this.mouseDelta=n.a.create(),this.onScroll=!1,this.parentElement=t,this.element=document.createElement("div"),this.element.classList.add("sa-scrollbar"),this.element.classList.add("sa-scrollbar-position-"+this.getOption("scollbarPosition")),this.element.style.position="absolute",this.element.style.right="0",this.element.style.bottom="0",this.vertical?this.element.style.top="0":this.element.style.left="0",this.bar=document.createElement("div"),this.bar.style.minWidth="1px",this.bar.classList.add("sa-bar"),this.element.appendChild(this.bar),t.appendChild(this.element),this.view=new o(n.a.fromValues(this.element.clientWidth,this.element.clientHeight),n.a.fromValues(this.bar.clientWidth,this.bar.clientHeight));}getOption(t){return this.options[t]}attachEvents(t){t.addEventListener("mousedown",t=>{this.mousedown=!0,t.stopPropagation(),t.preventDefault();}),window.addEventListener("mousemove",t=>{if(this.mousedown){var e=n.a.fromValues(t.movementX,t.movementY);this.deltaMove=e,this.lastTime=Date.now(),this.getOption("reverse"),this.scroll(e);}}),window.addEventListener("mouseup",t=>{this.mousedown=!1;}),t.addEventListener("touchstart",t=>{t.touches&&t.touches.length>0&&(this.lastTouch=n.a.fromValues(t.touches[0].screenX,t.touches[0].screenY));},!1),window.addEventListener("touchend",t=>{this.lastTouch=null;},!1),window.addEventListener("touchcancel",t=>{this.lastTouch=null;},!1),window.addEventListener("touchmove",t=>{if(t.touches&&t.touches.length>0){if(this.lastTouch){var e=n.a.fromValues(t.touches[0].screenX,t.touches[0].screenY);this.getOption("reverse")?this.scroll(n.a.sub(e,this.lastTouch,e)):this.scroll(n.a.sub(e,e,this.lastTouch));}this.lastTouch=n.a.fromValues(t.touches[0].screenX,t.touches[0].screenY);}},!1);}scroll(t){var e=this;window.requestAnimationFrame((function(){e.view.move(t),t=n.a.clone(e.view.getContentPosition()),e.setPosition(t),e.updateCallback&&"function"==typeof e.updateCallback&&e.updateCallback(me);}));}setPosition(t){var e=1;this.getOption("swapContainers")&&(e=-1),this.bar.style.transform="translate("+t[0]*e+"px,"+t[1]*e+"px)",this.scrolling=!1;}clear(){this.position=0,this.setPosition(0);}getBarLength(){return this.vertical?parseInt(Math.ceil(this.bar.clientHeight)):parseInt(Math.ceil(this.bar.clientWidth))}getViewLength(){return this.vertical?this.view.getViewSize()[1]:this.view.getViewSize()[0]}getContentLength(){return this.vertical?this.view.getContentSize()[1]:this.view.getContentSize()[0]}setContentPosition(t){var e=n.a.create(),i=t.getContentViewRatio()[this.vertical?1:0];n.a.scale(e,t.getContentPosition(),i),this.view.setViewPosition(e),this.setPosition(this.view.getContentPosition());}getPercentage(){return n.a.len(this.view.getViewPosition())/this.getViewLength()}resizeContent(t){t?(this.vertical?(this.bar.style.height=Math.floor(t.getViewSize()[1]*t.getContentViewRatio()[1])+"px",this.element.style.height=t.getViewSize()[1]+"px",this.element.style.visibility=t.isContentLonger()?"visible":"hidden"):(this.bar.style.width=Math.floor(t.getViewSize()[0]*t.getContentViewRatio()[0])+"px",this.element.style.width=t.getViewSize()[0]+"px",this.element.style.visibility=t.isContentWider()?"visible":"hidden"),this.resize()):console.warn("View undefined");}resize(){this.getOption("swapContainers")?(this.view.setViewSize(parseInt(this.element.clientWidth),parseInt(this.element.clientHeight)),this.view.setContentSize(parseInt(this.bar.clientWidth),parseInt(this.bar.clientHeight))):(this.view.setViewSize(parseInt(this.bar.clientWidth),parseInt(this.bar.clientHeight)),this.view.setContentSize(parseInt(this.element.clientWidth),parseInt(this.element.clientHeight)));}}class r{constructor(t,e,i){this.container=null,this.content=null,this.options={smooth:!0,reverse:!1,swapContainers:!1,updateInterval:10,wheelSpeed:50,scollbarPosition:"right",direction:"vertical"},void 0!==i&&i&&(this.options=this.chooseOptions(this.options,i)),this.setContainer(t),this.events={change:[],layout:[],ready:[]},this.lastTouch=null,this.deltaMove=n.a.create(),this.lastTime=0,this.smoothDistance=null,this.timeout=null,this.smoothCoeficent=n.a.fromValues(11,11),this.positionClassNames=["sa-on-left","sa-on-right","sa-on-top","sa-on-bottom"],this.mousedown=!1,this.touchstart=!1,this._vec2cache=n.a.create();this.container;if(this.getOption("swapContainers")?this.view=new o(n.a.fromValues(this.container.clientWidth,this.container.clientHeight),n.a.fromValues(this.content.clientWidth,this.content.clientHeight)):(this.content,this.view=new o(n.a.fromValues(this.content.clientWidth,this.content.clientHeight),n.a.fromValues(this.container.clientWidth,this.container.clientHeight))),this.container.style.position="relative",this.container.style.overflow="hidden",this.container.style.userSelect="none",this.attachEvents(this.container),this.scrollbarV=new a(this.container,{direction:"vertical",scollbarPosition:"right",reverse:this.options.reverse,swapContainers:this.options.swapContainers}),this.scrollbarH=new a(this.container,{direction:"horizontal",scollbarPosition:"bottom",reverse:this.options.reverse}),"undefined"!=typeof ResizeObserver&&this.content){var s=this;this.resizeObserver=new ResizeObserver((function(){s.resize();})),this.resizeObserver.observe(this.content);}this.checkContentPosition();}attachEvents(t){t.addEventListener("mousewheel",t=>{var e=0;t.originalEvent&&(t=t.originalEvent),e="wheelDelta"in t?t.wheelDelta<0||t.wheelDelta>0?1:-1:t.deltaY>0||t.deltaY<0?1:-1,this.scroll(n.a.fromValues(0,this.getOption("wheelSpeed")*e));}),t.addEventListener("mousedown",t=>{this.mousedown=!0,this.lastTime=Date.now(),t.stopPropagation(),t.preventDefault();}),window.addEventListener("mousemove",t=>{if(this.mousedown){var e=n.a.fromValues(t.movementX,t.movementY);this.deltaMove=e,this.lastTime=Date.now(),this.getOption("reverse"),this.scroll(e);}}),window.addEventListener("mouseup",t=>{this.onEndDrag(this.deltaMove,Date.now()-this.lastTime),this.mousedown=!1;}),t.addEventListener("touchstart",t=>{t.touches&&t.touches.length>0&&(this.mousedown=!0,this.lastTouch=n.a.fromValues(t.touches[0].screenX,t.touches[0].screenY),this.lastTime=Date.now());},!1),window.addEventListener("touchend",t=>{this.onEndDrag(n.a.negate(this.deltaMove,this.deltaMove),Date.now()-this.lastTime),this.lastTouch=null,this.mousedown=!1;},!1),window.addEventListener("touchcancel",t=>{this.onEndDrag(n.a.negate(this.deltaMove,this.deltaMove),Date.now()-this.lastTime),this.lastTouch=null,this.mousedown=!1;},!1),window.addEventListener("touchmove",t=>{if(t.touches&&t.touches.length>0&&this.mousedown){if(this.lastTouch){var e=n.a.fromValues(t.touches[0].screenX,t.touches[0].screenY);this.getOption("reverse")?this.scroll(n.a.sub(e,this.lastTouch,e)):this.scroll(n.a.sub(e,e,this.lastTouch));}this.lastTouch=n.a.fromValues(t.touches[0].screenX,t.touches[0].screenY),this.lastTime=Date.now();}},!1);}onEndDrag(t,e){if(!(e<=0)){var i=n.a.len(t)/e;if(this.getOption("smooth")&&i>.3){var s=n.a.create();n.a.scale(s,t,i),this.getOption("reverse");var o=this;this.stop();var a=n.a.create(),r=function(){n.a.div(a,s,o.smoothCoeficent),n.a.sqrLen(a)>3?(n.a.sub(s,s,a),window.requestAnimationFrame(r),o.scroll(a)):o.scrolling=!1;};this.timeout=window.requestAnimationFrame(r);}else this.scrolling=!1;}}stop(){this.scrolling=!1;}resize(){this.getOption("swapContainers")?(this.view.setViewSize(parseInt(Math.ceil(this.content.clientWidth)),parseInt(Math.ceil(this.content.clientHeight))),this.view.setContentSize(parseInt(this.container.clientWidth),parseInt(Math.ceilthis.container.clientHeight))):(this.view.setViewSize(parseInt(this.container.clientWidth),parseInt(this.container.clientHeight)),this.view.setContentSize(parseInt(Math.ceil(this.content.clientWidth)),parseInt(Math.ceil(this.content.clientHeight)))),this.checkIfScrollIsNeeded(),this.scrollbarV&&this.scrollbarV.resizeContent(this.view),this.scrollbarH&&this.scrollbarH.resizeContent(this.view);}reset(){this.setContentOffset([0,0]);}checkIfScrollIsNeeded(){this.view.isContentLonger()?this.container.classList.add("sa-content-longer"):this.container.classList.remove("sa-content-longer"),this.view.isContentWider()?this.container.classList.add("sa-content-wider"):this.container.classList.remove("sa-content-wider");}chooseOptions(t,e){for(var i in e)t[i]&&(t[i]=e[i]);return t}setContainer(t){switch(typeof t){case"undefined":this.container=document.createElement("div"),document.body.appendChild(this.container);break;case"string":this.container=document.getElementById(t);break;default:this.container=t;}this.container&&(this.content=this.container.firstElementChild);}getOption(t){return this.options[t]}on(t,e){"object"!=typeof this.events[t]&&(this.events[t]=[]),this.events[t].push(e);}trigger(){let t=Array.prototype.slice.call(arguments);if(t.length>0){let e=t[0];if(t.shift(),this.events[e]){let i;for(let s=0,n=this.events[e].length;s<n;s++)i=this.events[e][s],"function"==typeof i&&i.apply(this,t);}}}scroll(t){var e=this;window.requestAnimationFrame((function(){e.view.move(t),t=n.a.clone(e.view.getContentPosition()),e.setContentOffset(t),e.scrollbarV.setContentPosition(e.view),e.scrollbarH.setContentPosition(e.view),e.updateCallback&&"function"==typeof e.updateCallback&&e.updateCallback(me);}));}smoothScroll(t,e){if(!(e<=0)){var i=n.a.create(),s=n.a.clone(t),o=e,a=Date.now(),r=0,h=this,l=function(){o=Date.now()-a,r=1-Math.pow(1-Math.min(1,o/e),3),n.a.scale(i,s,r),n.a.sub(s,s,i),o<e?(window.requestAnimationFrame(l),n.a.len(s)>0?h.scroll(i):h.scroll(n.a.sub(i,i,s))):(n.a.len(s)>0&&h.scroll(s),h.scrolling=!1);};this.timeout=window.requestAnimationFrame(l);}}setContentOffset(t){var e=-1;this.getOption("swapContainers")&&(e=1),this.content.style.transform="translate("+t[0]*e+"px,"+t[1]*e+"px)",this.scrolling=!1,this.checkContentPosition();}checkContentPosition(){var t=this.view.getRelativePosition(),e=[];0===t[0]&&e.push("sa-on-left"),0===t[1]&&e.push("sa-on-top"),1===Math.abs(t[0])&&e.push("sa-on-right"),1===Math.abs(t[1])&&e.push("sa-on-bottom"),e!==this.positionClassNames&&(this.container.classList.remove(...this.positionClassNames),e&&e.length>0&&this.container.classList.add(...e),this.positionClassNames=e);}scrollToSection(t,e,i,s){let o=n.a.mul(n.a.create(),this.view.getContentSize(),this.view.getContentViewRatio()),a=n.a.scale(n.a.create(),o,t);const r=s||1;0==e?a[1]=0:a[0]=0;let h=n.a.sub(n.a.create(),this.view.getContentPosition(),a);if(i){let t=n.a.len(h)*r;this.smoothScroll(h,t);}else this.scroll(h);}}}]).ScrollArea;
|
|
3560
3560
|
});
|
|
3561
3561
|
|
|
3562
3562
|
//
|
|
3563
|
-
var script$
|
|
3563
|
+
var script$6 = {
|
|
3564
3564
|
name: 'ScrollableArea',
|
|
3565
3565
|
data: () => ({
|
|
3566
3566
|
scroll: null
|
|
@@ -3603,10 +3603,10 @@ var script$5 = {
|
|
|
3603
3603
|
};
|
|
3604
3604
|
|
|
3605
3605
|
/* script */
|
|
3606
|
-
const __vue_script__$
|
|
3606
|
+
const __vue_script__$6 = script$6;
|
|
3607
3607
|
/* template */
|
|
3608
3608
|
|
|
3609
|
-
var __vue_render__$
|
|
3609
|
+
var __vue_render__$6 = function () {
|
|
3610
3610
|
var _vm = this;
|
|
3611
3611
|
|
|
3612
3612
|
var _h = _vm.$createElement;
|
|
@@ -3619,32 +3619,32 @@ var __vue_render__$5 = function () {
|
|
|
3619
3619
|
}, [_vm._t("default")], 2);
|
|
3620
3620
|
};
|
|
3621
3621
|
|
|
3622
|
-
var __vue_staticRenderFns__$
|
|
3622
|
+
var __vue_staticRenderFns__$6 = [];
|
|
3623
3623
|
/* style */
|
|
3624
3624
|
|
|
3625
|
-
const __vue_inject_styles__$
|
|
3625
|
+
const __vue_inject_styles__$6 = undefined;
|
|
3626
3626
|
/* scoped */
|
|
3627
3627
|
|
|
3628
|
-
const __vue_scope_id__$
|
|
3628
|
+
const __vue_scope_id__$6 = "data-v-2867b1d2";
|
|
3629
3629
|
/* module identifier */
|
|
3630
3630
|
|
|
3631
|
-
const __vue_module_identifier__$
|
|
3631
|
+
const __vue_module_identifier__$6 = undefined;
|
|
3632
3632
|
/* functional template */
|
|
3633
3633
|
|
|
3634
|
-
const __vue_is_functional_template__$
|
|
3634
|
+
const __vue_is_functional_template__$6 = false;
|
|
3635
3635
|
/* style inject */
|
|
3636
3636
|
|
|
3637
3637
|
/* style inject SSR */
|
|
3638
3638
|
|
|
3639
3639
|
/* style inject shadow dom */
|
|
3640
3640
|
|
|
3641
|
-
const __vue_component__$
|
|
3642
|
-
render: __vue_render__$
|
|
3643
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3644
|
-
}, __vue_inject_styles__$
|
|
3641
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
3642
|
+
render: __vue_render__$6,
|
|
3643
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
3644
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
|
|
3645
3645
|
|
|
3646
3646
|
//
|
|
3647
|
-
var script$
|
|
3647
|
+
var script$5 = {
|
|
3648
3648
|
name: 'Banner',
|
|
3649
3649
|
props: {
|
|
3650
3650
|
template: String,
|
|
@@ -3838,10 +3838,10 @@ var script$4 = {
|
|
|
3838
3838
|
};
|
|
3839
3839
|
|
|
3840
3840
|
/* script */
|
|
3841
|
-
const __vue_script__$
|
|
3841
|
+
const __vue_script__$5 = script$5;
|
|
3842
3842
|
/* template */
|
|
3843
3843
|
|
|
3844
|
-
var __vue_render__$
|
|
3844
|
+
var __vue_render__$5 = function () {
|
|
3845
3845
|
var _vm = this;
|
|
3846
3846
|
|
|
3847
3847
|
var _h = _vm.$createElement;
|
|
@@ -3910,10 +3910,10 @@ var __vue_render__$4 = function () {
|
|
|
3910
3910
|
}), 0);
|
|
3911
3911
|
};
|
|
3912
3912
|
|
|
3913
|
-
var __vue_staticRenderFns__$
|
|
3913
|
+
var __vue_staticRenderFns__$5 = [];
|
|
3914
3914
|
/* style */
|
|
3915
3915
|
|
|
3916
|
-
const __vue_inject_styles__$
|
|
3916
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
3917
3917
|
if (!inject) return;
|
|
3918
3918
|
inject("data-v-1fcb87ce_0", {
|
|
3919
3919
|
source: ".wf-banner[data-v-1fcb87ce]{position:relative;width:100%;height:100%}.wf-banner .wf-frame[data-v-1fcb87ce]{width:100%;height:100%;position:absolute;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;left:0;top:0;opacity:0;transition:opacity .5s ease-in-out}.wf-banner .wf-frame .wf-frame-container[data-v-1fcb87ce]{background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.wf-banner .wf-frame.wf-active[data-v-1fcb87ce]{opacity:1;transition:opacity .5s ease-in-out}.wf-banner .wf-frame video[data-v-1fcb87ce]{position:relative;top:50%;transform:translateY(-50%)}",
|
|
@@ -3924,24 +3924,24 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
3924
3924
|
/* scoped */
|
|
3925
3925
|
|
|
3926
3926
|
|
|
3927
|
-
const __vue_scope_id__$
|
|
3927
|
+
const __vue_scope_id__$5 = "data-v-1fcb87ce";
|
|
3928
3928
|
/* module identifier */
|
|
3929
3929
|
|
|
3930
|
-
const __vue_module_identifier__$
|
|
3930
|
+
const __vue_module_identifier__$5 = undefined;
|
|
3931
3931
|
/* functional template */
|
|
3932
3932
|
|
|
3933
|
-
const __vue_is_functional_template__$
|
|
3933
|
+
const __vue_is_functional_template__$5 = false;
|
|
3934
3934
|
/* style inject SSR */
|
|
3935
3935
|
|
|
3936
3936
|
/* style inject shadow dom */
|
|
3937
3937
|
|
|
3938
|
-
const __vue_component__$
|
|
3939
|
-
render: __vue_render__$
|
|
3940
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3941
|
-
}, __vue_inject_styles__$
|
|
3938
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
3939
|
+
render: __vue_render__$5,
|
|
3940
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
3941
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
3942
3942
|
|
|
3943
3943
|
//
|
|
3944
|
-
var script$
|
|
3944
|
+
var script$4 = {
|
|
3945
3945
|
name: 'PageMenu',
|
|
3946
3946
|
props: {
|
|
3947
3947
|
container: {
|
|
@@ -4021,10 +4021,10 @@ var script$3 = {
|
|
|
4021
4021
|
};
|
|
4022
4022
|
|
|
4023
4023
|
/* script */
|
|
4024
|
-
const __vue_script__$
|
|
4024
|
+
const __vue_script__$4 = script$4;
|
|
4025
4025
|
/* template */
|
|
4026
4026
|
|
|
4027
|
-
var __vue_render__$
|
|
4027
|
+
var __vue_render__$4 = function () {
|
|
4028
4028
|
var _vm = this;
|
|
4029
4029
|
|
|
4030
4030
|
var _h = _vm.$createElement;
|
|
@@ -4077,10 +4077,10 @@ var __vue_render__$3 = function () {
|
|
|
4077
4077
|
}), 0)]);
|
|
4078
4078
|
};
|
|
4079
4079
|
|
|
4080
|
-
var __vue_staticRenderFns__$
|
|
4080
|
+
var __vue_staticRenderFns__$4 = [];
|
|
4081
4081
|
/* style */
|
|
4082
4082
|
|
|
4083
|
-
const __vue_inject_styles__$
|
|
4083
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
4084
4084
|
if (!inject) return;
|
|
4085
4085
|
inject("data-v-1a61779c_0", {
|
|
4086
4086
|
source: ".wf-list-item[data-v-1a61779c]{list-style:none}",
|
|
@@ -4091,7 +4091,125 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
4091
4091
|
/* scoped */
|
|
4092
4092
|
|
|
4093
4093
|
|
|
4094
|
-
const __vue_scope_id__$
|
|
4094
|
+
const __vue_scope_id__$4 = "data-v-1a61779c";
|
|
4095
|
+
/* module identifier */
|
|
4096
|
+
|
|
4097
|
+
const __vue_module_identifier__$4 = undefined;
|
|
4098
|
+
/* functional template */
|
|
4099
|
+
|
|
4100
|
+
const __vue_is_functional_template__$4 = false;
|
|
4101
|
+
/* style inject SSR */
|
|
4102
|
+
|
|
4103
|
+
/* style inject shadow dom */
|
|
4104
|
+
|
|
4105
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
4106
|
+
render: __vue_render__$4,
|
|
4107
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
4108
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
4109
|
+
|
|
4110
|
+
//
|
|
4111
|
+
var script$3 = {
|
|
4112
|
+
name: 'AlphabetMenu',
|
|
4113
|
+
props: {
|
|
4114
|
+
pois: {
|
|
4115
|
+
type: Array,
|
|
4116
|
+
default: []
|
|
4117
|
+
},
|
|
4118
|
+
overrideChar: {
|
|
4119
|
+
type: String,
|
|
4120
|
+
default: ""
|
|
4121
|
+
}
|
|
4122
|
+
},
|
|
4123
|
+
|
|
4124
|
+
data() {
|
|
4125
|
+
return {
|
|
4126
|
+
active: "topics",
|
|
4127
|
+
currentChar: "",
|
|
4128
|
+
alphabet: []
|
|
4129
|
+
};
|
|
4130
|
+
},
|
|
4131
|
+
|
|
4132
|
+
computed: { //yahLogo
|
|
4133
|
+
...mapState('wf', ['language'])
|
|
4134
|
+
},
|
|
4135
|
+
watch: {
|
|
4136
|
+
pois() {
|
|
4137
|
+
let letters = [];
|
|
4138
|
+
let poi, char;
|
|
4139
|
+
|
|
4140
|
+
for (let p in this.pois) {
|
|
4141
|
+
poi = this.pois[p];
|
|
4142
|
+
|
|
4143
|
+
if (poi.getShowInMenu() && poi.getName(this.language) && poi.getName(this.language).length > 0) {
|
|
4144
|
+
char = poi.getName(this.language)[0].toLowerCase();
|
|
4145
|
+
|
|
4146
|
+
if (letters.indexOf(char) == -1) {
|
|
4147
|
+
letters.push(char);
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
}
|
|
4151
|
+
|
|
4152
|
+
letters.sort();
|
|
4153
|
+
this.alphabet = letters;
|
|
4154
|
+
},
|
|
4155
|
+
|
|
4156
|
+
overrideChar() {
|
|
4157
|
+
if (this.overrideChar && this.overrideChar !== "") {
|
|
4158
|
+
this.currentChar = this.overrideChar;
|
|
4159
|
+
}
|
|
4160
|
+
}
|
|
4161
|
+
|
|
4162
|
+
},
|
|
4163
|
+
methods: {
|
|
4164
|
+
onAZ(letter, pois) {
|
|
4165
|
+
this.currentChar = letter;
|
|
4166
|
+
this.$emit("clicked", letter, pois);
|
|
4167
|
+
}
|
|
4168
|
+
|
|
4169
|
+
}
|
|
4170
|
+
};
|
|
4171
|
+
|
|
4172
|
+
/* script */
|
|
4173
|
+
const __vue_script__$3 = script$3;
|
|
4174
|
+
/* template */
|
|
4175
|
+
|
|
4176
|
+
var __vue_render__$3 = function () {
|
|
4177
|
+
var _vm = this;
|
|
4178
|
+
|
|
4179
|
+
var _h = _vm.$createElement;
|
|
4180
|
+
|
|
4181
|
+
var _c = _vm._self._c || _h;
|
|
4182
|
+
|
|
4183
|
+
return _c('ul', {
|
|
4184
|
+
staticClass: "wf-component wf-alphabet-menu"
|
|
4185
|
+
}, _vm._l(_vm.alphabet, function (l, pois) {
|
|
4186
|
+
return _c('li', {
|
|
4187
|
+
key: l,
|
|
4188
|
+
class: [_vm.currentChar == l ? 'wf-active' : ''],
|
|
4189
|
+
on: {
|
|
4190
|
+
"click": function ($event) {
|
|
4191
|
+
return _vm.onAZ(l, pois);
|
|
4192
|
+
}
|
|
4193
|
+
}
|
|
4194
|
+
}, [_vm._v(_vm._s(l))]);
|
|
4195
|
+
}), 0);
|
|
4196
|
+
};
|
|
4197
|
+
|
|
4198
|
+
var __vue_staticRenderFns__$3 = [];
|
|
4199
|
+
/* style */
|
|
4200
|
+
|
|
4201
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
4202
|
+
if (!inject) return;
|
|
4203
|
+
inject("data-v-68d3e64c_0", {
|
|
4204
|
+
source: ".wf-alphabet-menu{list-style:none;padding:0;margin:0}",
|
|
4205
|
+
map: undefined,
|
|
4206
|
+
media: undefined
|
|
4207
|
+
});
|
|
4208
|
+
};
|
|
4209
|
+
/* scoped */
|
|
4210
|
+
|
|
4211
|
+
|
|
4212
|
+
const __vue_scope_id__$3 = undefined;
|
|
4095
4213
|
/* module identifier */
|
|
4096
4214
|
|
|
4097
4215
|
const __vue_module_identifier__$3 = undefined;
|
|
@@ -4413,27 +4531,28 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
4413
4531
|
|
|
4414
4532
|
var components = /*#__PURE__*/Object.freeze({
|
|
4415
4533
|
__proto__: null,
|
|
4416
|
-
WFMap: __vue_component__$
|
|
4417
|
-
WFAZMenu: __vue_component__$
|
|
4418
|
-
WFFlagsMenu: __vue_component__$
|
|
4419
|
-
WFLanguagesMenu: __vue_component__$
|
|
4420
|
-
WFGroupsMenu: __vue_component__$
|
|
4421
|
-
WFGroupPOIsMenu: __vue_component__$
|
|
4422
|
-
WFBuildingLogo: __vue_component__$
|
|
4423
|
-
WFShortcutsMenu: __vue_component__$
|
|
4424
|
-
WFZoomMenu: __vue_component__$
|
|
4425
|
-
WFFloorsMenu: __vue_component__$
|
|
4426
|
-
WFFilteredMenu: __vue_component__$
|
|
4427
|
-
WFSearch: __vue_component__$
|
|
4428
|
-
WFTabs: __vue_component__$
|
|
4429
|
-
WFTab: __vue_component__$
|
|
4430
|
-
WFTabButtons: __vue_component__$
|
|
4431
|
-
WFScrollableArea: __vue_component__$
|
|
4432
|
-
WFBanner: __vue_component__$
|
|
4433
|
-
WFPageMenu: __vue_component__$
|
|
4434
|
-
|
|
4534
|
+
WFMap: __vue_component__$o,
|
|
4535
|
+
WFAZMenu: __vue_component__$m,
|
|
4536
|
+
WFFlagsMenu: __vue_component__$l,
|
|
4537
|
+
WFLanguagesMenu: __vue_component__$k,
|
|
4538
|
+
WFGroupsMenu: __vue_component__$i,
|
|
4539
|
+
WFGroupPOIsMenu: __vue_component__$h,
|
|
4540
|
+
WFBuildingLogo: __vue_component__$g,
|
|
4541
|
+
WFShortcutsMenu: __vue_component__$e,
|
|
4542
|
+
WFZoomMenu: __vue_component__$d,
|
|
4543
|
+
WFFloorsMenu: __vue_component__$c,
|
|
4544
|
+
WFFilteredMenu: __vue_component__$b,
|
|
4545
|
+
WFSearch: __vue_component__$a,
|
|
4546
|
+
WFTabs: __vue_component__$9,
|
|
4547
|
+
WFTab: __vue_component__$8,
|
|
4548
|
+
WFTabButtons: __vue_component__$7,
|
|
4549
|
+
WFScrollableArea: __vue_component__$6,
|
|
4550
|
+
WFBanner: __vue_component__$5,
|
|
4551
|
+
WFPageMenu: __vue_component__$4,
|
|
4552
|
+
WFAlphabet: __vue_component__$3,
|
|
4553
|
+
WFPOI: __vue_component__$n,
|
|
4435
4554
|
WFPage: __vue_component__$1,
|
|
4436
|
-
WFYAH: __vue_component__$
|
|
4555
|
+
WFYAH: __vue_component__$f,
|
|
4437
4556
|
WFBrowser: __vue_component__
|
|
4438
4557
|
});
|
|
4439
4558
|
|
|
@@ -4642,4 +4761,4 @@ const install = function installWayfinderVueComponents(Vue, store) {
|
|
|
4642
4761
|
}; // Create module definition for Vue.use()
|
|
4643
4762
|
|
|
4644
4763
|
export default install;
|
|
4645
|
-
export { __vue_component__$
|
|
4764
|
+
export { __vue_component__$m as WFAZMenu, __vue_component__$3 as WFAlphabet, __vue_component__$5 as WFBanner, __vue_component__ as WFBrowser, __vue_component__$g as WFBuildingLogo, __vue_component__$b as WFFilteredMenu, __vue_component__$l as WFFlagsMenu, __vue_component__$c as WFFloorsMenu, __vue_component__$h as WFGroupPOIsMenu, __vue_component__$i as WFGroupsMenu, __vue_component__$k as WFLanguagesMenu, __vue_component__$o as WFMap, __vue_component__$n as WFPOI, __vue_component__$1 as WFPage, __vue_component__$4 as WFPageMenu, __vue_component__$6 as WFScrollableArea, __vue_component__$a as WFSearch, __vue_component__$e as WFShortcutsMenu, __vue_component__$8 as WFTab, __vue_component__$7 as WFTabButtons, __vue_component__$9 as WFTabs, __vue_component__$f as WFYAH, __vue_component__$d as WFZoomMenu };
|