comand-component-library 4.1.40 → 4.1.42
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/package.json
    CHANGED
    
    
    
        package/src/ComponentLibrary.vue
    CHANGED
    
    | @@ -172,32 +172,32 @@ | |
| 172 172 | 
             
                            </div>
         | 
| 173 173 | 
             
                        </template>
         | 
| 174 174 | 
             
                    </CmdSidebar>
         | 
| 175 | 
            -
                    <!-- begin site-header  | 
| 175 | 
            +
                    <!-- begin site-header ------------------------------------------------------------------------------------------->
         | 
| 176 176 | 
             
                    <CmdSiteHeader :sticky="true">
         | 
| 177 177 | 
             
                        <template v-slot:top-header>
         | 
| 178 | 
            -
                            <!-- begin list-of-links  | 
| 178 | 
            +
                            <!-- begin list-of-links ------------------------------------------------------------------------------------------->
         | 
| 179 179 | 
             
                            <CmdListOfLinks
         | 
| 180 180 | 
             
                                :links="listOfLinksData"
         | 
| 181 181 | 
             
                                orientation="horizontal"
         | 
| 182 182 | 
             
                                align="right"
         | 
| 183 183 | 
             
                            />
         | 
| 184 | 
            -
                            <!-- end list-of-links  | 
| 184 | 
            +
                            <!-- end list-of-links ------------------------------------------------------------------------------------------->
         | 
| 185 185 | 
             
                        </template>
         | 
| 186 186 | 
             
                        <template v-slot:logo>
         | 
| 187 | 
            -
                            <!-- begin company-logo  | 
| 187 | 
            +
                            <!-- begin company-logo ------------------------------------------------------------------------------------------->
         | 
| 188 188 | 
             
                            <CmdCompanyLogo
         | 
| 189 189 | 
             
                                v-bind="companyLogoData"
         | 
| 190 190 | 
             
                            />
         | 
| 191 | 
            -
                            <!-- end company-logo  | 
| 191 | 
            +
                            <!-- end company-logo ------------------------------------------------------------------------------------------->
         | 
| 192 192 | 
             
                        </template>
         | 
| 193 193 | 
             
                    </CmdSiteHeader>
         | 
| 194 | 
            -
                    <!-- end site-header  | 
| 194 | 
            +
                    <!-- end site-header ------------------------------------------------------------------------------------------->
         | 
| 195 195 | 
             
                    <main v-if="componentView" id="content">
         | 
| 196 196 |  | 
| 197 197 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 198 198 | 
             
                            <h1 class="headline-demopage">Components Overview</h1>
         | 
| 199 199 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 200 | 
            -
                        <!-- begin address-data  | 
| 200 | 
            +
                        <!-- begin address-data --------------------------------------------------------------------------------------------------->
         | 
| 201 201 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 202 202 | 
             
                            <h2 class="headline-demopage" id="section-address-data">
         | 
| 203 203 | 
             
                                <span>Address Data</span>
         | 
| @@ -212,9 +212,9 @@ | |
| 212 212 | 
             
                                />
         | 
| 213 213 | 
             
                            </div>
         | 
| 214 214 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 215 | 
            -
                        <!-- end address-data  | 
| 215 | 
            +
                        <!-- end address-data --------------------------------------------------------------------------------------------------->
         | 
| 216 216 |  | 
| 217 | 
            -
                        <!-- begin advanced form elements  | 
| 217 | 
            +
                        <!-- begin advanced form elements ------------------------------------------------------------------------------------------->
         | 
| 218 218 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 219 219 | 
             
                            <h2 class="headline-demopage" id="section-advanced-form-elements">Advanced Form Elements</h2>
         | 
| 220 220 | 
             
                            <h3><span>Form elements status:</span></h3>
         | 
| @@ -941,13 +941,13 @@ | |
| 941 941 | 
             
                                </div>
         | 
| 942 942 | 
             
                            </CmdForm>
         | 
| 943 943 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 944 | 
            -
                        <!-- end advanced form elements  | 
| 944 | 
            +
                        <!-- end advanced form elements --------------------------------------------------------------------------------------------->
         | 
| 945 945 |  | 
| 946 | 
            -
                        <!-- begin back to top button  | 
| 946 | 
            +
                        <!-- begin back to top button --------------------------------------------------------------------------------------------->
         | 
| 947 947 | 
             
                        <CmdBackToTopButton href="#anchor-back-to-top" scroll-container=".page-wrapper"/>
         | 
| 948 | 
            -
                        <!-- end back to top button  | 
| 948 | 
            +
                        <!-- end back to top button --------------------------------------------------------------------------------------------->
         | 
| 949 949 |  | 
| 950 | 
            -
                        <!-- begin bank account data  | 
| 950 | 
            +
                        <!-- begin bank account data --------------------------------------------------------------------------------------------->
         | 
| 951 951 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 952 952 | 
             
                            <h2 class="headline-demopage" id="section-bank-account-data">
         | 
| 953 953 | 
             
                                <span>Bank Account Data</span>
         | 
| @@ -960,9 +960,9 @@ | |
| 960 960 | 
             
                                ref="CmdBankAccountData"
         | 
| 961 961 | 
             
                            />
         | 
| 962 962 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 963 | 
            -
                        <!-- end bank account data  | 
| 963 | 
            +
                        <!-- end bank account data --------------------------------------------------------------------------------------------------->
         | 
| 964 964 |  | 
| 965 | 
            -
                        <!-- begin basic form  | 
| 965 | 
            +
                        <!-- begin basic form --------------------------------------------------------------------------------------------->
         | 
| 966 966 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 967 967 | 
             
                            <h2 class="headline-demopage" id="section-basic-form">
         | 
| 968 968 | 
             
                                <span>Basic Form</span>
         | 
| @@ -989,9 +989,9 @@ | |
| 989 989 | 
             
                                <dd>{{ basicFormData.formData }}</dd>
         | 
| 990 990 | 
             
                            </dl>
         | 
| 991 991 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 992 | 
            -
                        <!-- end basic form  | 
| 992 | 
            +
                        <!-- end basic form --------------------------------------------------------------------------------------------------->
         | 
| 993 993 |  | 
| 994 | 
            -
                        <!-- begin boxes  | 
| 994 | 
            +
                        <!-- begin boxes --------------------------------------------------------------------------------------------------->
         | 
| 995 995 | 
             
                        <CmdWidthLimitationWrapper anchorId="section-boxes">
         | 
| 996 996 | 
             
                            <h2 class="headline-demopage">Boxes</h2>
         | 
| 997 997 | 
             
                            <h3 class="headline-demopage">
         | 
| @@ -1233,9 +1233,9 @@ | |
| 1233 1233 | 
             
                                </template>
         | 
| 1234 1234 | 
             
                            </CmdBoxWrapper>
         | 
| 1235 1235 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1236 | 
            -
                        <!-- end boxes  | 
| 1236 | 
            +
                        <!-- end boxes --------------------------------------------------------------------------------------------------->
         | 
| 1237 1237 |  | 
| 1238 | 
            -
                        <!-- begin breadcrumbs  | 
| 1238 | 
            +
                        <!-- begin breadcrumbs --------------------------------------------------------------------------------------------------->
         | 
| 1239 1239 | 
             
                        <CmdWidthLimitationWrapper inner-component="div">
         | 
| 1240 1240 | 
             
                            <h2 class="headline-demopage" id="section-breadcrumbs">
         | 
| 1241 1241 | 
             
                                <span>Breadcrumbs</span>
         | 
| @@ -1249,9 +1249,9 @@ | |
| 1249 1249 | 
             
                                v-bind="cmdBreadcrumbsSettingsData"
         | 
| 1250 1250 | 
             
                            />
         | 
| 1251 1251 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1252 | 
            -
                        <!-- end breadcrumbs  | 
| 1252 | 
            +
                        <!-- end breadcrumbs --------------------------------------------------------------------------------------------------->
         | 
| 1253 1253 |  | 
| 1254 | 
            -
                        <!-- begin company-logo  | 
| 1254 | 
            +
                        <!-- begin company-logo --------------------------------------------------------------------------------------------------->
         | 
| 1255 1255 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1256 1256 | 
             
                            <h2 class="headline-demopage" id="section-company-logo">
         | 
| 1257 1257 | 
             
                                <span>Company Logo</span>
         | 
| @@ -1264,9 +1264,9 @@ | |
| 1264 1264 | 
             
                                v-bind="cmdCompanyLogoSettingsData"
         | 
| 1265 1265 | 
             
                            />
         | 
| 1266 1266 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1267 | 
            -
                        <!-- end company-logo  | 
| 1267 | 
            +
                        <!-- end company-logo --------------------------------------------------------------------------------------------------->
         | 
| 1268 1268 |  | 
| 1269 | 
            -
                        <!-- begin container  | 
| 1269 | 
            +
                        <!-- begin container --------------------------------------------------------------------------------------------------->
         | 
| 1270 1270 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1271 1271 | 
             
                            <h2 class="headline-demopage" id="section-container">
         | 
| 1272 1272 | 
             
                                <span>Container</span>
         | 
| @@ -1309,18 +1309,18 @@ | |
| 1309 1309 | 
             
                                <component :is="componentNameForContainer" headlineText="Headline 2" headlineLevel="6"/>
         | 
| 1310 1310 | 
             
                            </CmdContainer>
         | 
| 1311 1311 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1312 | 
            -
                        <!-- end container  | 
| 1312 | 
            +
                        <!-- end container --------------------------------------------------------------------------------------------------->
         | 
| 1313 1313 |  | 
| 1314 | 
            -
                        <!-- begin cookie-disclaimer  | 
| 1314 | 
            +
                        <!-- begin cookie-disclaimer --------------------------------------------------------------------------------------------------->
         | 
| 1315 1315 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1316 1316 | 
             
                            <h2 class="headline-demopage" id="section-cookie-disclaimer">Cookie Disclaimer</h2>
         | 
| 1317 1317 | 
             
                            <a class="button" href="#" @click.prevent="fancyBoxCookieDisclaimer = true">
         | 
| 1318 1318 | 
             
                                <span>Open Cookie Disclaimer</span>
         | 
| 1319 1319 | 
             
                            </a>
         | 
| 1320 1320 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1321 | 
            -
                        <!-- end cookie-disclaimer  | 
| 1321 | 
            +
                        <!-- end cookie-disclaimer --------------------------------------------------------------------------------------------------->
         | 
| 1322 1322 |  | 
| 1323 | 
            -
                        <!-- begin forms  | 
| 1323 | 
            +
                        <!-- begin forms --------------------------------------------------------------------------------------------------->
         | 
| 1324 1324 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1325 1325 | 
             
                            <h2 class="headline-demopage" id="section-forms">Forms</h2>
         | 
| 1326 1326 | 
             
                            <h3>Form elements given by data</h3>
         | 
| @@ -1362,9 +1362,9 @@ | |
| 1362 1362 | 
             
                                />
         | 
| 1363 1363 | 
             
                            </CmdForm>
         | 
| 1364 1364 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1365 | 
            -
                        <!-- end forms  | 
| 1365 | 
            +
                        <!-- end forms --------------------------------------------------------------------------------------------------->
         | 
| 1366 1366 |  | 
| 1367 | 
            -
                        <!-- begin fancybox  | 
| 1367 | 
            +
                        <!-- begin fancybox --------------------------------------------------------------------------------------------------->
         | 
| 1368 1368 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1369 1369 | 
             
                            <h2 class="headline-demopage" id="section-fancybox">Fancybox</h2>
         | 
| 1370 1370 | 
             
                            <h3>FancyBox with text</h3>
         | 
| @@ -1400,16 +1400,16 @@ | |
| 1400 1400 | 
             
                            </a>
         | 
| 1401 1401 |  | 
| 1402 1402 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1403 | 
            -
                        <!-- end fancybox  | 
| 1403 | 
            +
                        <!-- end fancybox --------------------------------------------------------------------------------------------------->
         | 
| 1404 1404 |  | 
| 1405 | 
            -
                        <!-- begin google-maps  | 
| 1405 | 
            +
                        <!-- begin google-maps --------------------------------------------------------------------------------------------------->
         | 
| 1406 1406 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1407 1407 | 
             
                            <h2 class="headline-demopage" id="section-google-maps">Google Maps™</h2>
         | 
| 1408 1408 | 
             
                            <CmdGoogleMaps :address="addressData"/>
         | 
| 1409 1409 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1410 | 
            -
                        <!-- end google-maps  | 
| 1410 | 
            +
                        <!-- end google-maps --------------------------------------------------------------------------------------------------->
         | 
| 1411 1411 |  | 
| 1412 | 
            -
                        <!-- begin headlines  | 
| 1412 | 
            +
                        <!-- begin headlines --------------------------------------------------------------------------------------------------->
         | 
| 1413 1413 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1414 1414 | 
             
                            <h2 class="headline-demopage" id="section-headlines">
         | 
| 1415 1415 | 
             
                                <span>Headlines</span>
         | 
| @@ -1437,9 +1437,9 @@ | |
| 1437 1437 | 
             
                            </CmdHeadline>
         | 
| 1438 1438 |  | 
| 1439 1439 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1440 | 
            -
                        <!-- end headlines  | 
| 1440 | 
            +
                        <!-- end headlines --------------------------------------------------------------------------------------------------->
         | 
| 1441 1441 |  | 
| 1442 | 
            -
                        <!-- begin icons  | 
| 1442 | 
            +
                        <!-- begin icons --------------------------------------------------------------------------------------------------->
         | 
| 1443 1443 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1444 1444 | 
             
                            <h2 class="headline-demopage" id="section-icons">Icons</h2>
         | 
| 1445 1445 | 
             
                            <ul>
         | 
| @@ -1465,9 +1465,9 @@ | |
| 1465 1465 | 
             
                                </li>
         | 
| 1466 1466 | 
             
                            </ul>
         | 
| 1467 1467 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1468 | 
            -
                        <!-- end icons  | 
| 1468 | 
            +
                        <!-- end icons --------------------------------------------------------------------------------------------------->
         | 
| 1469 1469 |  | 
| 1470 | 
            -
                        <!-- begin images  | 
| 1470 | 
            +
                        <!-- begin images --------------------------------------------------------------------------------------------------->
         | 
| 1471 1471 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1472 1472 | 
             
                            <h2 class="headline-demopage" id="section-image">
         | 
| 1473 1473 | 
             
                                <span>Image</span>
         | 
| @@ -1487,9 +1487,9 @@ | |
| 1487 1487 | 
             
                                />
         | 
| 1488 1488 | 
             
                            </div>
         | 
| 1489 1489 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1490 | 
            -
                        <!-- end images  | 
| 1490 | 
            +
                        <!-- end images --------------------------------------------------------------------------------------------------->
         | 
| 1491 1491 |  | 
| 1492 | 
            -
                        <!-- begin image-gallery | 
| 1492 | 
            +
                        <!-- begin image-gallery--------------------------------------------------------------------------------------------------->
         | 
| 1493 1493 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1494 1494 | 
             
                            <h2 class="headline-demopage" id="section-image-gallery">
         | 
| 1495 1495 | 
             
                                <span>Image-Gallery</span>
         | 
| @@ -1502,9 +1502,9 @@ | |
| 1502 1502 | 
             
                                v-bind="cmdImageGallerySettingsData"
         | 
| 1503 1503 | 
             
                            />
         | 
| 1504 1504 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1505 | 
            -
                        <!-- end image-gallery  | 
| 1505 | 
            +
                        <!-- end image-gallery --------------------------------------------------------------------------------------------------->
         | 
| 1506 1506 |  | 
| 1507 | 
            -
                        <!-- begin image-zoom  | 
| 1507 | 
            +
                        <!-- begin image-zoom --------------------------------------------------------------------------------------------------->
         | 
| 1508 1508 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1509 1509 | 
             
                            <h2 class="headline-demopage" id="section-image-zoom">
         | 
| 1510 1510 | 
             
                                Image-Zoom
         | 
| @@ -1514,9 +1514,9 @@ | |
| 1514 1514 | 
             
                                :imageLarge="imageZoomData.imageLarge"
         | 
| 1515 1515 | 
             
                            />
         | 
| 1516 1516 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1517 | 
            -
                        <!-- end image-zoom  | 
| 1517 | 
            +
                        <!-- end image-zoom --------------------------------------------------------------------------------------------------->
         | 
| 1518 1518 |  | 
| 1519 | 
            -
                        <!-- begin link  | 
| 1519 | 
            +
                        <!-- begin link --------------------------------------------------------------------------------------------------->
         | 
| 1520 1520 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1521 1521 | 
             
                            <h2 class="headline-demopage" id="section-link">
         | 
| 1522 1522 | 
             
                                <span>Link</span>
         | 
| @@ -1556,9 +1556,9 @@ | |
| 1556 1556 | 
             
                                :icon="{iconClass: 'icon-chevron-one-stripe-right', position: 'right', tooltip: 'Tooltip for hyperlink'}"
         | 
| 1557 1557 | 
             
                            />
         | 
| 1558 1558 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1559 | 
            -
                        <!-- end link  | 
| 1559 | 
            +
                        <!-- end link --------------------------------------------------------------------------------------------------->
         | 
| 1560 1560 |  | 
| 1561 | 
            -
                        <!-- begin list-of-links  | 
| 1561 | 
            +
                        <!-- begin list-of-links --------------------------------------------------------------------------------------------------->
         | 
| 1562 1562 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1563 1563 | 
             
                            <h2 class="headline-demopage" id="section-list-of-links">
         | 
| 1564 1564 | 
             
                                <span>List Of Links</span>
         | 
| @@ -1571,9 +1571,9 @@ | |
| 1571 1571 | 
             
                                :links="listOfLinksData"
         | 
| 1572 1572 | 
             
                            />
         | 
| 1573 1573 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1574 | 
            -
                        <!-- end list-of-links  | 
| 1574 | 
            +
                        <!-- end list-of-links --------------------------------------------------------------------------------------------------->
         | 
| 1575 1575 |  | 
| 1576 | 
            -
                        <!-- begin login-form  | 
| 1576 | 
            +
                        <!-- begin login-form --------------------------------------------------------------------------------------------------->
         | 
| 1577 1577 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1578 1578 | 
             
                            <h2 class="headline-demopage" id="section-login-form">
         | 
| 1579 1579 | 
             
                                <span>Login Form</span>
         | 
| @@ -1597,9 +1597,9 @@ | |
| 1597 1597 | 
             
                            </CmdForm>
         | 
| 1598 1598 | 
             
                            <p>LoginData: {{ loginData }}</p>
         | 
| 1599 1599 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1600 | 
            -
                        <!-- end login-form  | 
| 1600 | 
            +
                        <!-- end login-form --------------------------------------------------------------------------------------------------->
         | 
| 1601 1601 |  | 
| 1602 | 
            -
                        <!-- begin main-navigation  | 
| 1602 | 
            +
                        <!-- begin main-navigation --------------------------------------------------------------------------------------------------->
         | 
| 1603 1603 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1604 1604 | 
             
                            <h2 class="headline-demopage" id="section-main-navigation">
         | 
| 1605 1605 | 
             
                                <span>Main Navigation</span>
         | 
| @@ -1615,9 +1615,9 @@ | |
| 1615 1615 | 
             
                            <router-view v-if="useRouterLinks"></router-view>
         | 
| 1616 1616 | 
             
                            <!-- end router-view -->
         | 
| 1617 1617 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1618 | 
            -
                        <!-- end main-navigation  | 
| 1618 | 
            +
                        <!-- end main-navigation --------------------------------------------------------------------------------------------------->
         | 
| 1619 1619 |  | 
| 1620 | 
            -
                        <!-- begin multistep-form-progress-bar  | 
| 1620 | 
            +
                        <!-- begin multistep-form-progress-bar --------------------------------------------------------------------------------------------------->
         | 
| 1621 1621 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1622 1622 | 
             
                            <h2 class="headline-demopage" id="section-multistep-form-progress-bar">
         | 
| 1623 1623 | 
             
                                <span>Multistepform-Progressbar</span>
         | 
| @@ -1635,9 +1635,9 @@ | |
| 1635 1635 | 
             
                                <p>Page {{ showPageMultistep }}</p>
         | 
| 1636 1636 | 
             
                            </div>
         | 
| 1637 1637 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1638 | 
            -
                        <!-- end multistep-form-progress-bar  | 
| 1638 | 
            +
                        <!-- end multistep-form-progress-bar --------------------------------------------------------------------------------------------------->
         | 
| 1639 1639 |  | 
| 1640 | 
            -
                        <!-- begin newsletter-subscription  | 
| 1640 | 
            +
                        <!-- begin newsletter-subscription --------------------------------------------------------------------------------------------------->
         | 
| 1641 1641 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1642 1642 | 
             
                            <h2 class="headline-demopage" id="section-newsletter-subscription">
         | 
| 1643 1643 | 
             
                                <span>Newsletter Subscription</span>
         | 
| @@ -1653,9 +1653,9 @@ | |
| 1653 1653 | 
             
                                />
         | 
| 1654 1654 | 
             
                            </CmdForm>
         | 
| 1655 1655 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1656 | 
            -
                        <!-- end newsletter-subscription  | 
| 1656 | 
            +
                        <!-- end newsletter-subscription --------------------------------------------------------------------------------------------------->
         | 
| 1657 1657 |  | 
| 1658 | 
            -
                        <!-- begin opening-hours  | 
| 1658 | 
            +
                        <!-- begin opening-hours --------------------------------------------------------------------------------------------------->
         | 
| 1659 1659 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1660 1660 | 
             
                            <h2 class="headline-demopage" id="section-opening-hours">
         | 
| 1661 1661 | 
             
                                <span>Opening Hours</span>
         | 
| @@ -1678,9 +1678,9 @@ | |
| 1678 1678 | 
             
                                :use24HoursFormat="false"
         | 
| 1679 1679 | 
             
                            />
         | 
| 1680 1680 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1681 | 
            -
                        <!-- end opening-hours  | 
| 1681 | 
            +
                        <!-- end opening-hours --------------------------------------------------------------------------------------------------->
         | 
| 1682 1682 |  | 
| 1683 | 
            -
                        <!-- begin page-footer  | 
| 1683 | 
            +
                        <!-- begin page-footer --------------------------------------------------------------------------------------------------->
         | 
| 1684 1684 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1685 1685 | 
             
                            <h2 class="headline-demopage" id="section-page-footer">
         | 
| 1686 1686 | 
             
                                <span>Page Footer</span>
         | 
| @@ -1699,9 +1699,9 @@ | |
| 1699 1699 | 
             
                                </button>
         | 
| 1700 1700 | 
             
                            </CmdPageFooter>
         | 
| 1701 1701 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1702 | 
            -
                        <!-- end page-footer  | 
| 1702 | 
            +
                        <!-- end page-footer --------------------------------------------------------------------------------------------------->
         | 
| 1703 1703 |  | 
| 1704 | 
            -
                        <!-- begin page-header  | 
| 1704 | 
            +
                        <!-- begin page-header --------------------------------------------------------------------------------------------------->
         | 
| 1705 1705 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1706 1706 | 
             
                            <h2 class="headline-demopage" id="section-page-header">
         | 
| 1707 1707 | 
             
                                <span>Page Header</span>
         | 
| @@ -1718,9 +1718,9 @@ | |
| 1718 1718 | 
             
                                </a>
         | 
| 1719 1719 | 
             
                            </CmdPageHeader>
         | 
| 1720 1720 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1721 | 
            -
                        <!-- end page-header  | 
| 1721 | 
            +
                        <!-- end page-header --------------------------------------------------------------------------------------------------->
         | 
| 1722 1722 |  | 
| 1723 | 
            -
                        <!-- begin pagination  | 
| 1723 | 
            +
                        <!-- begin pagination --------------------------------------------------------------------------------------------------->
         | 
| 1724 1724 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1725 1725 | 
             
                            <h2 class="headline-demopage" id="section-pagination">
         | 
| 1726 1726 | 
             
                                <span>Pagination</span>
         | 
| @@ -1736,18 +1736,18 @@ | |
| 1736 1736 | 
             
                                @click="showPagePager = $event"
         | 
| 1737 1737 | 
             
                            />
         | 
| 1738 1738 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1739 | 
            -
                        <!-- end pagination  | 
| 1739 | 
            +
                        <!-- end pagination --------------------------------------------------------------------------------------------------->
         | 
| 1740 1740 |  | 
| 1741 | 
            -
                        <!-- begin site-footer  | 
| 1741 | 
            +
                        <!-- begin site-footer --------------------------------------------------------------------------------------------------->
         | 
| 1742 1742 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1743 1743 | 
             
                            <h2 class="headline-demopage" id="section-site-footer">Site Footer</h2>
         | 
| 1744 1744 | 
             
                            <CmdSiteFooter>
         | 
| 1745 1745 | 
             
                                Slotcontent
         | 
| 1746 1746 | 
             
                            </CmdSiteFooter>
         | 
| 1747 1747 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1748 | 
            -
                        <!-- end site-footer  | 
| 1748 | 
            +
                        <!-- end site-footer --------------------------------------------------------------------------------------------------->
         | 
| 1749 1749 |  | 
| 1750 | 
            -
                        <!-- begin site-header  | 
| 1750 | 
            +
                        <!-- begin site-header --------------------------------------------------------------------------------------------------->
         | 
| 1751 1751 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1752 1752 | 
             
                            <h2 class="headline-demopage" id="section-site-header">
         | 
| 1753 1753 | 
             
                                <span>Site Header</span>
         | 
| @@ -1768,9 +1768,9 @@ | |
| 1768 1768 | 
             
                                </template>
         | 
| 1769 1769 | 
             
                            </CmdSiteHeader>
         | 
| 1770 1770 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1771 | 
            -
                        <!-- end site-header  | 
| 1771 | 
            +
                        <!-- end site-header --------------------------------------------------------------------------------------------------->
         | 
| 1772 1772 |  | 
| 1773 | 
            -
                        <!-- begin site-search  | 
| 1773 | 
            +
                        <!-- begin site-search --------------------------------------------------------------------------------------------------->
         | 
| 1774 1774 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1775 1775 | 
             
                            <h2 class="headline-demopage" id="section-site-search">
         | 
| 1776 1776 | 
             
                                <span>Site Search</span>
         | 
| @@ -1788,9 +1788,9 @@ | |
| 1788 1788 | 
             
                                :cmdFakeSelect="siteSearchFilters"
         | 
| 1789 1789 | 
             
                            />
         | 
| 1790 1790 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1791 | 
            -
                        <!-- end site-search  | 
| 1791 | 
            +
                        <!-- end site-search --------------------------------------------------------------------------------------------------->
         | 
| 1792 1792 |  | 
| 1793 | 
            -
                        <!-- begin slideshow  | 
| 1793 | 
            +
                        <!-- begin slideshow --------------------------------------------------------------------------------------------------->
         | 
| 1794 1794 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1795 1795 | 
             
                            <h2 class="headline-demopage" id="section-slideshow">
         | 
| 1796 1796 | 
             
                                <span>Slideshow</span>
         | 
| @@ -1804,9 +1804,9 @@ | |
| 1804 1804 | 
             
                            >Slot-Content
         | 
| 1805 1805 | 
             
                            </CmdSlideshow>
         | 
| 1806 1806 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1807 | 
            -
                        <!-- end slideshow  | 
| 1807 | 
            +
                        <!-- end slideshow --------------------------------------------------------------------------------------------------->
         | 
| 1808 1808 |  | 
| 1809 | 
            -
                        <!-- begin social-networks  | 
| 1809 | 
            +
                        <!-- begin social-networks --------------------------------------------------------------------------------------------------->
         | 
| 1810 1810 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1811 1811 | 
             
                            <h2 class="headline-demopage" id="section-social-networks">
         | 
| 1812 1812 | 
             
                                <span>Social Networks</span>
         | 
| @@ -1818,9 +1818,9 @@ | |
| 1818 1818 | 
             
                                v-bind="{...cmdSocialNetworksSettingsData, ...socialNetworksData}"
         | 
| 1819 1819 | 
             
                            />
         | 
| 1820 1820 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1821 | 
            -
                        <!-- end social-networks  | 
| 1821 | 
            +
                        <!-- end social-networks --------------------------------------------------------------------------------------------------->
         | 
| 1822 1822 |  | 
| 1823 | 
            -
                        <!-- begin switch-language  | 
| 1823 | 
            +
                        <!-- begin switch-language --------------------------------------------------------------------------------------------------->
         | 
| 1824 1824 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1825 1825 | 
             
                            <h2 class="headline-demopage" id="section-switch-language">Switch Language</h2>
         | 
| 1826 1826 | 
             
                            <CmdSwitchLanguage
         | 
| @@ -1828,9 +1828,9 @@ | |
| 1828 1828 | 
             
                                @click="doSomething"
         | 
| 1829 1829 | 
             
                            />
         | 
| 1830 1830 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1831 | 
            -
                        <!-- end switch-language  | 
| 1831 | 
            +
                        <!-- end switch-language --------------------------------------------------------------------------------------------------->
         | 
| 1832 1832 |  | 
| 1833 | 
            -
                        <!-- begin system-message  | 
| 1833 | 
            +
                        <!-- begin system-message --------------------------------------------------------------------------------------------------->
         | 
| 1834 1834 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1835 1835 | 
             
                            <h2 class="headline-demopage" id="section-system-message">
         | 
| 1836 1836 | 
             
                                <span>System Message</span>
         | 
| @@ -1848,9 +1848,9 @@ | |
| 1848 1848 | 
             
                                </ul>
         | 
| 1849 1849 | 
             
                            </CmdSystemMessage>
         | 
| 1850 1850 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1851 | 
            -
                        <!-- end system-message  | 
| 1851 | 
            +
                        <!-- end system-message --------------------------------------------------------------------------------------------------->
         | 
| 1852 1852 |  | 
| 1853 | 
            -
                        <!-- begin tables  | 
| 1853 | 
            +
                        <!-- begin tables --------------------------------------------------------------------------------------------------->
         | 
| 1854 1854 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1855 1855 | 
             
                            <h2 class="headline-demopage" id="section-tables">
         | 
| 1856 1856 | 
             
                                <span>Tables</span>
         | 
| @@ -1871,9 +1871,9 @@ | |
| 1871 1871 | 
             
                                :table-data="tableDataLarge"
         | 
| 1872 1872 | 
             
                            />
         | 
| 1873 1873 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1874 | 
            -
                        <!-- end tables  | 
| 1874 | 
            +
                        <!-- end tables --------------------------------------------------------------------------------------------------->
         | 
| 1875 1875 |  | 
| 1876 | 
            -
                        <!-- begin tabs  | 
| 1876 | 
            +
                        <!-- begin tabs --------------------------------------------------------------------------------------------------->
         | 
| 1877 1877 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1878 1878 | 
             
                            <h2 class="headline-demopage" id="section-tabs">
         | 
| 1879 1879 | 
             
                                <span>Tabs</span>
         | 
| @@ -1898,9 +1898,9 @@ | |
| 1898 1898 | 
             
                                </template>
         | 
| 1899 1899 | 
             
                            </CmdTabs>
         | 
| 1900 1900 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1901 | 
            -
                        <!-- end tabs  | 
| 1901 | 
            +
                        <!-- end tabs --------------------------------------------------------------------------------------------------->
         | 
| 1902 1902 |  | 
| 1903 | 
            -
                        <!-- begin text-image-block  | 
| 1903 | 
            +
                        <!-- begin text-image-block --------------------------------------------------------------------------------------------------->
         | 
| 1904 1904 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1905 1905 | 
             
                            <h2 class="headline-demopage" id="section-text-image-block">
         | 
| 1906 1906 | 
             
                                <span>Text-Image-Block</span>
         | 
| @@ -1950,9 +1950,9 @@ | |
| 1950 1950 | 
             
                                />
         | 
| 1951 1951 | 
             
                            </div>
         | 
| 1952 1952 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1953 | 
            -
                        <!-- end text-image-block  | 
| 1953 | 
            +
                        <!-- end text-image-block --------------------------------------------------------------------------------------------------->
         | 
| 1954 1954 |  | 
| 1955 | 
            -
                        <!-- begin thumbnail-scroller  | 
| 1955 | 
            +
                        <!-- begin thumbnail-scroller --------------------------------------------------------------------------------------------------->
         | 
| 1956 1956 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1957 1957 | 
             
                            <h2 class="headline-demopage" id="section-thumbnail-scroller">
         | 
| 1958 1958 | 
             
                                <span>Thumbnail-Scroller</span>
         | 
| @@ -1967,9 +1967,9 @@ | |
| 1967 1967 | 
             
                                />
         | 
| 1968 1968 | 
             
                            </div>
         | 
| 1969 1969 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1970 | 
            -
                        <!-- end thumbnail-scroller  | 
| 1970 | 
            +
                        <!-- end thumbnail-scroller --------------------------------------------------------------------------------------------------->
         | 
| 1971 1971 |  | 
| 1972 | 
            -
                        <!-- begin toggle-darkmode  | 
| 1972 | 
            +
                        <!-- begin toggle-darkmode --------------------------------------------------------------------------------------------------->
         | 
| 1973 1973 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1974 1974 | 
             
                            <h2 class="headline-demopage" id="section-toggle-dark-mode">
         | 
| 1975 1975 | 
             
                                <span>Toggle Dark-Mode</span>
         | 
| @@ -1981,9 +1981,9 @@ | |
| 1981 1981 | 
             
                                v-bind="cmdToggleDarkModeSettingsData"
         | 
| 1982 1982 | 
             
                            />
         | 
| 1983 1983 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 1984 | 
            -
                        <!-- end toggle-darkmode  | 
| 1984 | 
            +
                        <!-- end toggle-darkmode --------------------------------------------------------------------------------------------------->
         | 
| 1985 1985 |  | 
| 1986 | 
            -
                        <!-- begin tooltip  | 
| 1986 | 
            +
                        <!-- begin tooltip --------------------------------------------------------------------------------------------------->
         | 
| 1987 1987 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 1988 1988 | 
             
                            <h2 class="headline-demopage" id="section-tooltip">
         | 
| 1989 1989 | 
             
                                <span>Tooltip</span>
         | 
| @@ -2016,9 +2016,9 @@ | |
| 2016 2016 | 
             
                                Tooltip on click
         | 
| 2017 2017 | 
             
                            </CmdTooltip>
         | 
| 2018 2018 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 2019 | 
            -
                        <!-- end tooltip  | 
| 2019 | 
            +
                        <!-- end tooltip --------------------------------------------------------------------------------------------------->
         | 
| 2020 2020 |  | 
| 2021 | 
            -
                        <!-- begin upload-form  | 
| 2021 | 
            +
                        <!-- begin upload-form --------------------------------------------------------------------------------------------------->
         | 
| 2022 2022 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 2023 2023 | 
             
                            <h2 class="headline-demopage" id="section-upload-form">
         | 
| 2024 2024 | 
             
                                <span>Upload-Form</span>
         | 
| @@ -2030,9 +2030,9 @@ | |
| 2030 2030 | 
             
                                v-bind="cmdUploadFormSettingsData"
         | 
| 2031 2031 | 
             
                            />
         | 
| 2032 2032 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 2033 | 
            -
                        <!-- end upload-form  | 
| 2033 | 
            +
                        <!-- end upload-form --------------------------------------------------------------------------------------------------->
         | 
| 2034 2034 |  | 
| 2035 | 
            -
                        <!-- begin upload-form  | 
| 2035 | 
            +
                        <!-- begin upload-form --------------------------------------------------------------------------------------------------->
         | 
| 2036 2036 | 
             
                        <CmdWidthLimitationWrapper>
         | 
| 2037 2037 | 
             
                            <h2 class="headline-demopage" id="section-width-limitation-wrapper">
         | 
| 2038 2038 | 
             
                                <span>Width Limitation Wrapper</span>
         | 
| @@ -2049,7 +2049,7 @@ | |
| 2049 2049 | 
             
                                <p>Slot-content</p>
         | 
| 2050 2050 | 
             
                            </CmdWidthLimitationWrapper>
         | 
| 2051 2051 | 
             
                        </CmdWidthLimitationWrapper>
         | 
| 2052 | 
            -
                        <!-- end upload-form  | 
| 2052 | 
            +
                        <!-- end upload-form --------------------------------------------------------------------------------------------------->
         | 
| 2053 2053 | 
             
                    </main>
         | 
| 2054 2054 |  | 
| 2055 2055 | 
             
                    <!-- begin page view -->
         | 
| @@ -2072,13 +2072,19 @@ | |
| 2072 2072 | 
             
                    </CmdSiteFooter>
         | 
| 2073 2073 | 
             
                    <!-- end cmd-site-footer -->
         | 
| 2074 2074 |  | 
| 2075 | 
            -
                    <!-- begin copyright-information  | 
| 2075 | 
            +
                    <!-- begin copyright-information --------------------------------------------------------------------------------------------------->
         | 
| 2076 2076 | 
             
                    <CmdCopyrightInformation/>
         | 
| 2077 | 
            -
                    <!-- end copyright-information  | 
| 2078 | 
            -
             | 
| 2079 | 
            -
                    <!-- begin fancy-box  | 
| 2080 | 
            -
                    <CmdFancyBox | 
| 2081 | 
            -
                         | 
| 2077 | 
            +
                    <!-- end copyright-information --------------------------------------------------------------------------------------------------->
         | 
| 2078 | 
            +
             | 
| 2079 | 
            +
                    <!-- begin fancy-box --------------------------------------------------------------------------------------------------->
         | 
| 2080 | 
            +
                    <CmdFancyBox
         | 
| 2081 | 
            +
                        :show="fancyBoxCookieDisclaimer"
         | 
| 2082 | 
            +
                        :fancyBoxOptions="{ 'closeIcon': {show: false}}"
         | 
| 2083 | 
            +
                        :allowEscapeKey="false"
         | 
| 2084 | 
            +
                        :cmdHeadline="{show: true, headlineText: 'Cookie Disclaimer', headlineLevel: 2}"
         | 
| 2085 | 
            +
                        defaultAriaLabelText="Cookie Disclaimer"
         | 
| 2086 | 
            +
                    >
         | 
| 2087 | 
            +
                        <!-- begin cookie-disclaimer --------------------------------------------------------------------------------------------------->
         | 
| 2082 2088 | 
             
                        <CmdCookieDisclaimer
         | 
| 2083 2089 | 
             
                            :cookieOptions="cookieDisclaimerData"
         | 
| 2084 2090 | 
             
                            buttonLabelAcceptAllCookies="Accept all cookies"
         | 
| @@ -2089,11 +2095,11 @@ | |
| 2089 2095 | 
             
                            privacyText="By browsing this website you accept the usage and saving of anonymous data!"
         | 
| 2090 2096 | 
             
                        >
         | 
| 2091 2097 | 
             
                        </CmdCookieDisclaimer>
         | 
| 2092 | 
            -
                        <!-- end cookie-disclaimer  | 
| 2098 | 
            +
                        <!-- end cookie-disclaimer --------------------------------------------------------------------------------------------------->
         | 
| 2093 2099 | 
             
                    </CmdFancyBox>
         | 
| 2094 | 
            -
                    <!-- end fancy-box  | 
| 2100 | 
            +
                    <!-- end fancy-box --------------------------------------------------------------------------------------------------->
         | 
| 2095 2101 |  | 
| 2096 | 
            -
                    <!-- begin component-settings-sidebar  | 
| 2102 | 
            +
                    <!-- begin component-settings-sidebar --------------------------------------------------------------------------------------------------->
         | 
| 2097 2103 | 
             
                    <CmdSidebar
         | 
| 2098 2104 | 
             
                        v-if="showSettingsSidebar"
         | 
| 2099 2105 | 
             
                        id="component-settings"
         | 
| @@ -2111,7 +2117,7 @@ | |
| 2111 2117 | 
             
                            />
         | 
| 2112 2118 | 
             
                        </template>
         | 
| 2113 2119 | 
             
                    </CmdSidebar>
         | 
| 2114 | 
            -
                    <!-- end component-settings-sidebar  | 
| 2120 | 
            +
                    <!-- end component-settings-sidebar --------------------------------------------------------------------------------------------------->
         | 
| 2115 2121 | 
             
                </div><!-- end .page-wrapper -->
         | 
| 2116 2122 | 
             
            </template>
         | 
| 2117 2123 |  | 
| @@ -2177,6 +2183,7 @@ export default { | |
| 2177 2183 | 
             
                },
         | 
| 2178 2184 | 
             
                data() {
         | 
| 2179 2185 | 
             
                    return {
         | 
| 2186 | 
            +
                        fancyBoxCookieDisclaimer: false,
         | 
| 2180 2187 | 
             
                        componentNameForContainer: "CmdHeadline",
         | 
| 2181 2188 | 
             
                        listOfComponents,
         | 
| 2182 2189 | 
             
                        activeEntry: "CmdAddressData",
         |