IMPR: Google maps CSS clusters + Fontawesome icons

This commit is contained in:
Tony Air 2021-01-25 17:10:03 +07:00
parent 520cb10b1d
commit 3b8e3653fe
88 changed files with 13629 additions and 550 deletions

11181
dist/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1 +1,116 @@
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}@keyframes fade{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.mapAPI-map{height:30rem;margin-bottom:4rem}.mapboxgl-popup{width:16rem;height:7rem;font-size:.8rem;line-height:1.2em;position:absolute;top:0;left:0;display:flex;pointer-events:none;z-index:4}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-content{min-width:16rem;background:#fff;color:#212121;position:relative;pointer-events:auto;padding:.8rem;border-radius:.25rem;min-height:5rem;box-shadow:0 .1rem .8rem 0 rgba(0,0,0,.4)}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;font-size:2rem;padding:.5rem;border-top-right-radius:.25rem}.mapboxgl-popup-close-button:focus,.mapboxgl-popup-close-button:hover{background:#2196f3;color:#fff}.mapboxgl-popup-tip{width:0;height:0;border:.8rem solid transparent;z-index:1}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{border-top-color:#fff;align-self:center;border-bottom:none}.mapboxgl-marker{width:30px;height:30px;font-size:30px;line-height:1em;color:#2196f3;cursor:pointer;text-align:center;display:flex;align-items:flex-end;justify-content:center}.mapboxgl-marker .fab,.mapboxgl-marker .far,.mapboxgl-marker .fas,.mapboxgl-marker .marker-icon{animation:pulse .8s linear infinite}
/*
* bootstrap includes
* keep it at the end
*/
@keyframes pulse {
0% {
transform: scale(1); }
50% {
transform: scale(0.8); }
100% {
transform: scale(1); } }
@keyframes fade {
0% {
opacity: 1; }
50% {
opacity: 0.5; }
100% {
opacity: 1; } }
.mapAPI-map {
height: 30rem;
margin-bottom: 4rem; }
.mapboxgl-popup {
width: 16rem;
height: 7rem;
font-size: 0.8rem;
line-height: 1.2em;
position: absolute;
top: 0;
left: 0;
display: flex;
pointer-events: none;
z-index: 4; }
.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
flex-direction: column-reverse; }
.mapboxgl-popup-content {
min-width: 16rem;
background: #fff;
color: #212121;
position: relative;
pointer-events: auto;
padding: 0.8rem;
border-radius: 0.25rem;
min-height: 5rem;
box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-close-button {
position: absolute;
right: 0;
top: 0;
font-size: 2rem;
padding: 0.5rem;
border-top-right-radius: 0.25rem;
z-index: 2; }
.mapboxgl-popup-close-button:hover, .mapboxgl-popup-close-button:focus {
background: #2196f3;
color: #fff; }
.mapboxgl-popup-tip {
width: 0;
height: 0;
border: 0.8rem solid transparent;
z-index: 1; }
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
border-top-color: #fff;
align-self: center;
border-bottom: none; }
.mapboxgl-marker {
width: 30px;
height: 30px;
font-size: 30px;
line-height: 1em;
color: #2196f3;
cursor: pointer;
text-align: center;
display: flex;
align-items: flex-end;
justify-content: center; }
.mapboxgl-marker .marker-icon,
.mapboxgl-marker .fas,
.mapboxgl-marker .fab,
.mapboxgl-marker .far {
animation: pulse 0.8s linear infinite; }
.mapboxgl-cluster {
background: #00bcd4;
color: #fff;
border-radius: 100%;
font-weight: bold;
font-size: 1.2rem;
display: flex;
align-items: center;
animation: pulse 0.8s linear infinite; }
.mapboxgl-cluster::before, .mapboxgl-cluster::after {
content: "";
display: block;
position: absolute;
width: 140%;
height: 140%;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: #00bcd4;
opacity: 0.2;
border-radius: 100%;
z-index: -1; }
.mapboxgl-cluster::after {
width: 180%;
height: 180%; }

View File

@ -1 +1,116 @@
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}@keyframes fade{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.mapAPI-map{height:30rem;margin-bottom:4rem}.mapboxgl-popup{width:16rem;height:7rem;font-size:.8rem;line-height:1.2em;position:absolute;top:0;left:0;display:flex;pointer-events:none;z-index:4}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-content{min-width:16rem;background:#fff;color:#212121;position:relative;pointer-events:auto;padding:.8rem;border-radius:.25rem;min-height:5rem;box-shadow:0 .1rem .8rem 0 rgba(0,0,0,.4)}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;font-size:2rem;padding:.5rem;border-top-right-radius:.25rem}.mapboxgl-popup-close-button:focus,.mapboxgl-popup-close-button:hover{background:#2196f3;color:#fff}.mapboxgl-popup-tip{width:0;height:0;border:.8rem solid transparent;z-index:1}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{border-top-color:#fff;align-self:center;border-bottom:none}.mapboxgl-marker{width:30px;height:30px;font-size:30px;line-height:1em;color:#2196f3;cursor:pointer;text-align:center;display:flex;align-items:flex-end;justify-content:center}.mapboxgl-marker .fab,.mapboxgl-marker .far,.mapboxgl-marker .fas,.mapboxgl-marker .marker-icon{animation:pulse .8s linear infinite}
/*
* bootstrap includes
* keep it at the end
*/
@keyframes pulse {
0% {
transform: scale(1); }
50% {
transform: scale(0.8); }
100% {
transform: scale(1); } }
@keyframes fade {
0% {
opacity: 1; }
50% {
opacity: 0.5; }
100% {
opacity: 1; } }
.mapAPI-map {
height: 30rem;
margin-bottom: 4rem; }
.mapboxgl-popup {
width: 16rem;
height: 7rem;
font-size: 0.8rem;
line-height: 1.2em;
position: absolute;
top: 0;
left: 0;
display: flex;
pointer-events: none;
z-index: 4; }
.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
flex-direction: column-reverse; }
.mapboxgl-popup-content {
min-width: 16rem;
background: #fff;
color: #212121;
position: relative;
pointer-events: auto;
padding: 0.8rem;
border-radius: 0.25rem;
min-height: 5rem;
box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-close-button {
position: absolute;
right: 0;
top: 0;
font-size: 2rem;
padding: 0.5rem;
border-top-right-radius: 0.25rem;
z-index: 2; }
.mapboxgl-popup-close-button:hover, .mapboxgl-popup-close-button:focus {
background: #2196f3;
color: #fff; }
.mapboxgl-popup-tip {
width: 0;
height: 0;
border: 0.8rem solid transparent;
z-index: 1; }
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
border-top-color: #fff;
align-self: center;
border-bottom: none; }
.mapboxgl-marker {
width: 30px;
height: 30px;
font-size: 30px;
line-height: 1em;
color: #2196f3;
cursor: pointer;
text-align: center;
display: flex;
align-items: flex-end;
justify-content: center; }
.mapboxgl-marker .marker-icon,
.mapboxgl-marker .fas,
.mapboxgl-marker .fab,
.mapboxgl-marker .far {
animation: pulse 0.8s linear infinite; }
.mapboxgl-cluster {
background: #00bcd4;
color: #fff;
border-radius: 100%;
font-weight: bold;
font-size: 1.2rem;
display: flex;
align-items: center;
animation: pulse 0.8s linear infinite; }
.mapboxgl-cluster::before, .mapboxgl-cluster::after {
content: "";
display: block;
position: absolute;
width: 140%;
height: 140%;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: #00bcd4;
opacity: 0.2;
border-radius: 100%;
z-index: -1; }
.mapboxgl-cluster::after {
width: 180%;
height: 180%; }

82
dist/css/app_cms.css vendored
View File

@ -1 +1,81 @@
#Menu-Dynamic-Elements-Admin-TestimonialsAdmin,#Menu-Dynamic-Elements-Promos-Admin-PromosAdmin,#Menu-Dynamic-Elements-Sponsors-Admin-SponsorsAdmin,#Menu-SilverStripe-CampaignAdmin-CampaignAdmin{display:none}#Form_ItemEditForm_MajorActions_Holder{min-width:30%;padding-bottom:0;margin-bottom:0;border:0}#Form_EditForm_MajorActions_Holder{min-width:70%;padding-bottom:0;margin-bottom:0;border:0}#Form_ItemEditForm_RightGroup_Holder{min-width:20%;padding-bottom:0;margin-bottom:0;border:0}.grid-field__icon-action.edit-link{opacity:1}.toolbar--south .btn-primary{color:#fff}.toolbar--south .btn-outline-primary{color:#999}#ActionMenus_MoreOptions .btn-primary{color:#5589a7}body.cms{overflow:hidden}.fields-compact .form-group{padding-bottom:.5rem;margin-bottom:.25rem}.fields-compact .form-group .form__field-label{font-weight:700}.fields-compact .form-group:after{margin-bottom:.25rem}.fields-compact .form-group:after,.fields-compact .form__divider:after{display:none}.fields-row{margin:0!important;padding:0 0 2em!important;width:100%}.fields-row .form__fieldgroup{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important;display:flex;flex-wrap:wrap}.fields-row .form__fieldgroup>.form-group{padding:0 1rem;margin:0!important;flex:1 1 50%;max-width:50%}.notifications-list .alert .btn-close{display:none}
#Menu-SilverStripe-CampaignAdmin-CampaignAdmin,
#Menu-Dynamic-Elements-Sponsors-Admin-SponsorsAdmin,
#Menu-Dynamic-Elements-Admin-TestimonialsAdmin,
#Menu-Dynamic-Elements-Promos-Admin-PromosAdmin {
display: none; }
#Form_ItemEditForm_MajorActions_Holder {
min-width: 30%;
padding-bottom: 0;
margin-bottom: 0;
border: 0; }
#Form_EditForm_MajorActions_Holder {
min-width: 70%;
padding-bottom: 0;
margin-bottom: 0;
border: 0; }
#Form_ItemEditForm_RightGroup_Holder {
min-width: 20%;
padding-bottom: 0;
margin-bottom: 0;
border: 0; }
.grid-field__icon-action.edit-link {
opacity: 1; }
.toolbar--south .btn-primary {
color: #fff; }
.toolbar--south .btn-outline-primary {
color: #999; }
#ActionMenus_MoreOptions .btn-primary {
color: #5589a7; }
body.cms {
overflow: hidden; }
.fields-compact {
/*.mce-edit-area {
height: 5em;
iframe {
height: 5em !important;
}
}
.form-control.textarea {
height: 13.5em;
}*/ }
.fields-compact .form-group {
padding-bottom: 0.5rem;
margin-bottom: 0.25rem; }
.fields-compact .form-group .form__field-label {
font-weight: bold; }
.fields-compact .form-group:after {
margin-bottom: 0.25rem; }
.fields-compact .form-group:after,
.fields-compact .form__divider:after {
display: none; }
.fields-row {
margin: 0 !important;
padding: 0 0 2em !important;
width: 100%; }
.fields-row .form__fieldgroup {
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
display: flex;
flex-wrap: wrap; }
.fields-row .form__fieldgroup > .form-group {
padding: 0 1rem;
margin: 0 !important;
flex: 1 1 50%;
max-width: 50%; }
.notifications-list .alert .btn-close {
display: none; }

View File

@ -1 +1,433 @@
.table,table{width:100%;margin-bottom:1rem;color:#212121}.table td,.table th,table td,table th{padding:.75rem;vertical-align:top;border-top:1px solid #e0e0e0}.table thead th,table thead th{vertical-align:bottom;border-bottom:2px solid #e0e0e0}.table tbody+tbody,table tbody+tbody{border-top:2px solid #e0e0e0}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th,table,table td,table th{border:1px solid #e0e0e0}.table-bordered thead td,.table-bordered thead th,table thead td,table thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212121;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#c1e2fc}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#8cc8f9}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a9d7fb}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d8d8d8}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b7b7b7}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cbcbcb}.table-success,.table-success>td,.table-success>th{background-color:#cde9ce}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#a2d5a4}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#bbe1bd}.table-info,.table-info>td,.table-info>th{background-color:#b8ecf3}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#7adce9}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a2e6ef}.table-warning,.table-warning>td,.table-warning>th{background-color:#fff9c8}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#fff599}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fff6af}.table-danger,.table-danger>td,.table-danger>th{background-color:#fccac7}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#f99d96}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#fbb3af}.table-light,.table-light>td,.table-light>th{background-color:#fcfcfc}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fafafa}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#efefef}.table-dark,.table-dark>td,.table-dark>th{background-color:#c1c1c1}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#8c8c8c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b4b4b4}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th,table .thead-dark th{color:#fff;background-color:#424242;border-color:#555}.table .thead-light th,table .thead-light th{color:#616161;background-color:#eee;border-color:#e0e0e0}.table-dark{color:#fff;background-color:#424242}.table-dark td,.table-dark th,.table-dark thead th{border-color:#555}.table-dark.table-bordered,table.table-dark{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered,.table-responsive-sm>table{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered,.table-responsive-md>table{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered,.table-responsive-lg>table{border:0}}@media (max-width:1167.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered,.table-responsive-xl>table{border:0}}@media (max-width:1367.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered,.table-responsive-xxl>table{border:0}}@media (max-width:1567.98px){.table-responsive-xxxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxxl>.table-bordered,.table-responsive-xxxl>table{border:0}}@media (max-width:1867.98px){.table-responsive-xxxxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxxxl>.table-bordered,.table-responsive-xxxxl>table{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered,.table-responsive>table{border:0}a{color:#2196f3}.captionImage,.image,.ss-htmleditorfield-file,img{display:block;margin:1rem;max-width:100%}.captionImage.center,.image.center,.ss-htmleditorfield-file.center,img.center{margin-left:auto;margin-right:auto;text-align:center}.captionImage.left,.image.left,.ss-htmleditorfield-file.left,img.left{float:left;clear:left;margin:0 1rem 1rem 0}.captionImage.right,.image.right,.ss-htmleditorfield-file.right,img.right{float:right;clear:right;margin:1rem 0 0 1rem}.captionImage.leftAlone,.image.leftAlone,.ss-htmleditorfield-file.leftAlone,img.leftAlone{float:left;clear:left;margin:0 1rem 1rem 0}.captionImage.rightAlone,.image.rightAlone,.ss-htmleditorfield-file.rightAlone,img.rightAlone{float:right;clear:right;margin:1rem 0 0 1rem}.captionImage iframe,.image iframe,.ss-htmleditorfield-file iframe,img iframe{width:100%!important;height:100%!important}.captionImage img{margin-bottom:.5rem!important}.captionImage .caption{font-size:.8rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}table{width:100%;max-width:100%;border-collapse:collapse}table.table-none{border:0}table.table-none td,table.table-none th,table.table-none tr{border:0;background:none!important}table:first-child{margin-top:0}table:last-child{margin-bottom:0}ol,ul{padding-left:2rem}ol li,ul li{position:relative;padding-left:0}ul,ul li{list-style:none}ul li{margin:.5em 0}ul li:before{content:"\2022";display:inline-block;margin-right:.5em;position:absolute;left:-.75em;font-size:1.5em;top:-.25em}div,iframe,img,p,table,td,th,tr{max-width:100%!important}@media (max-width:575px){div,iframe,img,p,table,td,th,tr{display:block;width:100%!important;border:0!important;padding-left:0!important;padding-right:0!important}}@media (max-width:575px){div,img,p,table,td,th,tr{height:auto!important}}
/*
* bootstrap includes
* keep it at the end
*/
.table, table {
width: 100%;
margin-bottom: 1rem;
color: #212121; }
.table th, table th,
.table td,
table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #e0e0e0; }
.table thead th, table thead th {
vertical-align: bottom;
border-bottom: 2px solid #e0e0e0; }
.table tbody + tbody, table tbody + tbody {
border-top: 2px solid #e0e0e0; }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered, table {
border: 1px solid #e0e0e0; }
.table-bordered th, table th,
.table-bordered td,
table td {
border: 1px solid #e0e0e0; }
.table-bordered thead th, table thead th,
.table-bordered thead td,
table thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
color: #212121;
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #c1e2fc; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #8cc8f9; }
.table-hover .table-primary:hover {
background-color: #a9d7fb; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #a9d7fb; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d8d8d8; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #b7b7b7; }
.table-hover .table-secondary:hover {
background-color: #cbcbcb; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #cbcbcb; }
.table-success,
.table-success > th,
.table-success > td {
background-color: #cde9ce; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #a2d5a4; }
.table-hover .table-success:hover {
background-color: #bbe1bd; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #bbe1bd; }
.table-info,
.table-info > th,
.table-info > td {
background-color: #b8ecf3; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #7adce9; }
.table-hover .table-info:hover {
background-color: #a2e6ef; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #a2e6ef; }
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #fff9c8; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #fff599; }
.table-hover .table-warning:hover {
background-color: #fff6af; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #fff6af; }
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #fccac7; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #f99d96; }
.table-hover .table-danger:hover {
background-color: #fbb3af; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #fbb3af; }
.table-light,
.table-light > th,
.table-light > td {
background-color: #fcfcfc; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fafafa; }
.table-hover .table-light:hover {
background-color: #efefef; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #efefef; }
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c1c1c1; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #8c8c8c; }
.table-hover .table-dark:hover {
background-color: #b4b4b4; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b4b4b4; }
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th, table .thead-dark th {
color: #fff;
background-color: #424242;
border-color: #555555; }
.table .thead-light th, table .thead-light th {
color: #616161;
background-color: #eeeeee;
border-color: #e0e0e0; }
.table-dark {
color: #fff;
background-color: #424242; }
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #555555; }
.table-dark.table-bordered, table.table-dark {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-sm > .table-bordered, .table-responsive-sm > table {
border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-md > .table-bordered, .table-responsive-md > table {
border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-lg > .table-bordered, .table-responsive-lg > table {
border: 0; } }
@media (max-width: 1167.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-xl > .table-bordered, .table-responsive-xl > table {
border: 0; } }
@media (max-width: 1367.98px) {
.table-responsive-xxl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-xxl > .table-bordered, .table-responsive-xxl > table {
border: 0; } }
@media (max-width: 1567.98px) {
.table-responsive-xxxl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-xxxl > .table-bordered, .table-responsive-xxxl > table {
border: 0; } }
@media (max-width: 1867.98px) {
.table-responsive-xxxxl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive-xxxxl > .table-bordered, .table-responsive-xxxxl > table {
border: 0; } }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
.table-responsive > .table-bordered, .table-responsive > table {
border: 0; }
a {
color: #2196f3; }
img,
.captionImage,
.image,
.ss-htmleditorfield-file {
display: block;
margin: 1rem;
max-width: 100%; }
img.center,
.captionImage.center,
.image.center,
.ss-htmleditorfield-file.center {
margin-left: auto;
margin-right: auto;
text-align: center; }
img.left,
.captionImage.left,
.image.left,
.ss-htmleditorfield-file.left {
float: left;
clear: left;
margin: 0 1rem 1rem 0; }
img.right,
.captionImage.right,
.image.right,
.ss-htmleditorfield-file.right {
float: right;
clear: right;
margin: 1rem 0 0 1rem; }
img.leftAlone,
.captionImage.leftAlone,
.image.leftAlone,
.ss-htmleditorfield-file.leftAlone {
float: left;
clear: left;
margin: 0 1rem 1rem 0; }
img.rightAlone,
.captionImage.rightAlone,
.image.rightAlone,
.ss-htmleditorfield-file.rightAlone {
float: right;
clear: right;
margin: 1rem 0 0 1rem; }
img iframe,
.captionImage iframe,
.image iframe,
.ss-htmleditorfield-file iframe {
width: 100% !important;
height: 100% !important; }
.captionImage img {
margin-bottom: 0.5rem !important; }
.captionImage .caption {
font-size: 0.8rem; }
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
.text-justify {
text-align: justify; }
table {
width: 100%;
max-width: 100%;
border-collapse: collapse; }
table.table-none {
border: 0; }
table.table-none tr,
table.table-none td,
table.table-none th {
border: 0;
background: none !important; }
table:first-child {
margin-top: 0; }
table:last-child {
margin-bottom: 0; }
ul,
ol {
padding-left: 2rem; }
ul li,
ol li {
position: relative;
padding-left: 0; }
ul {
list-style: none; }
ul li {
list-style: none;
margin: 0.5em 0; }
ul li:before {
content: '\2022';
display: inline-block;
margin-right: 0.5em;
position: absolute;
left: -0.75em;
font-size: 1.5em;
top: -0.25em; }
div,
table,
p,
tr,
th,
td,
img,
iframe {
max-width: 100% !important; }
@media (max-width: 575px) {
div,
table,
p,
tr,
th,
td,
img,
iframe {
display: block;
width: 100% !important;
border: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important; } }
@media (max-width: 575px) {
div,
table,
p,
tr,
th,
td,
img {
height: auto !important; } }

133
dist/css/app_order.css vendored
View File

@ -1 +1,132 @@
h1.title{display:block;text-align:right;border-bottom:1px solid #e0e0e0;text-transform:uppercase;line-height:1.5em}.warningMessage{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border-radius:.25rem;color:#856404;background-color:#fff3cd;border:1px solid #ffeeba}#Content{text-align:left;margin:auto;padding-left:20px}#Content .emailTitle{font-weight:400;font-size:2.5rem}#Content .emailTitle,#Content .PageTitle{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}#Content .PageTitle{padding:5px;color:#212121;font-size:14px}#Content .footer td{padding:10px}#Content .footer td.right{text-align:right}#Content .typography{padding:0 10px}#Content .typography a{font-size:1em;text-decoration:underline}#Content .typography a:hover{text-decoration:none}#Content .typography ul{padding:2px 15px}#Content .typography ul li{padding:2px 5px}#Content .typography p{margin:.75em 0;color:#212121}table#SenderTable .meta,table#SenderTable .sender{width:50%}table#MetaTable{margin-left:auto}table#MetaTable .label{font-weight:700}#ShippingTable td,#ShippingTable th{width:50%}table.infotable{border-collapse:collapse;width:100%;border:1px solid #e0e0e0;background:#fff;margin-top:10px}table.infotable td.product.title{color:#2196f3;font-size:2rem;font-weight:400;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}table.infotable tr td,table.infotable tr th{padding:5px;color:#212121;border:1px solid #e0e0e0}table.infotable td{vertical-align:middle}table.infotable tr.summary{font-weight:700}table.infotable td.ordersummary{font-size:1em;border-bottom:1px solid #e0e0e0}table.infotable tr th{font-weight:700}table.infotable tr td a{color:#2196f3;text-decoration:underline}table.infotable tr td a:hover{text-decoration:none}table.infotable .modifierRow,table.infotable .right,table.infotable .threeColHeader{text-align:right}table.infotable .center{text-align:center}table.infotable .left,table.infotable th{text-align:left}
/*
* bootstrap includes
* keep it at the end
*/
h1.title {
display: block;
text-align: right;
border-bottom: 1px solid #e0e0e0;
text-transform: uppercase;
line-height: 1.5em; }
.warningMessage {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
#Content {
text-align: left;
margin: auto;
padding-left: 20px; }
#Content .emailTitle {
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: normal;
font-size: 2.5rem; }
#Content .PageTitle {
padding: 5px;
color: #212121;
font-size: 14px;
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
#Content .footer td {
padding: 10px; }
#Content .footer td.right {
text-align: right; }
#Content .typography {
padding: 0px 10px; }
#Content .typography a {
font-size: 1em;
text-decoration: underline; }
#Content .typography a:hover {
text-decoration: none; }
#Content .typography ul {
padding: 2px 15px; }
#Content .typography ul li {
padding: 2px 5px; }
#Content .typography p {
margin: 0.75em 0em;
color: #212121; }
table#SenderTable .sender,
table#SenderTable .meta {
width: 50%; }
table#MetaTable {
margin-left: auto; }
table#MetaTable .label {
font-weight: bold; }
#ShippingTable td,
#ShippingTable th {
width: 50%; }
table.infotable {
border: 1px solid #e0e0e0;
border-collapse: collapse;
width: 100%;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: #fff;
margin-top: 10px; }
table.infotable td.product.title {
color: #2196f3;
font-size: 2rem;
font-weight: normal;
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
table.infotable tr td,
table.infotable tr th {
padding: 5px;
color: #212121;
border: 1px solid #e0e0e0; }
table.infotable td {
vertical-align: middle; }
table.infotable tr.summary {
font-weight: bold; }
table.infotable td.ordersummary {
font-size: 1em;
border-bottom: 1px solid #e0e0e0; }
table.infotable tr th {
font-weight: bold; }
table.infotable tr td a {
color: #2196f3;
text-decoration: underline; }
table.infotable tr td a:hover {
text-decoration: none; }
table.infotable .modifierRow,
table.infotable .threeColHeader {
text-align: right; }
table.infotable .right {
text-align: right; }
table.infotable .center {
text-align: center; }
table.infotable .left,
table.infotable th {
text-align: left; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/icons/mstile-70x70.png"/>
<square150x150logo src="/icons/mstile-150x150.png"/>
<wide310x150logo src="/icons/mstile-310x150.png"/>
<square310x310logo src="/icons/mstile-310x310.png"/>
<TileColor>#fff</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

BIN
dist/icons/favicon.ico vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

BIN
dist/icons/favicon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,59 +0,0 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"short_name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
"dir": "auto",
"lang": "en-US",
"display": "standalone",
"orientation": "any",
"start_url": "/?homescreen=1",
"background_color": "#fff",
"theme_color": "#fff",
"icons": [
{
"src": "/icons/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "/icons/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/icons/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/icons/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/icons/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/icons/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

View File

@ -1,14 +0,0 @@
{
"version": "2.8.4",
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
"icons": {
"60": "/icons/firefox_app_60x60.png",
"128": "/icons/firefox_app_128x128.png",
"512": "/icons/firefox_app_512x512.png"
},
"developer": {
"name": "Tony Air",
"url": null
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,9 +0,0 @@
{
"version": "2.8.4",
"api_version": 1,
"layout": {
"logo": "/icons/yandex-browser-50x50.png",
"color": "#fff",
"show_title": true
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

580
dist/index.html vendored
View File

@ -1,4 +1,580 @@
<!doctype html><html lang="en"><head><title>Webpack Bootstrap 4 UI Demo</title><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="description" content=""><meta name="author" content=""><link href="css/app.css" rel="stylesheet"><link href="css/app_SilverShop.Page.CheckoutPageController.css" rel="stylesheet"><link href="css/app_Site.Controllers.MapElementController.css" rel="stylesheet"><link href="css/app_cms.css" rel="stylesheet"><link href="css/app_editor.css" rel="stylesheet"><link href="css/app_order.css" rel="stylesheet"></head><body data-default-lng="0" data-default-lat="0" class="is-offlines"><noscript><div class="main-bn">Please, enable javascript.</div></noscript><div id="PageTopAnchor"></div><div class="flyout-FlyoutUI"><i class="fas fa-times flyout-FlyoutUI__close"></i><h2 class="flyout-FlyoutUI__title"><i class="fas fa-asterisk"></i> Flyout Demo</h2><div class="flyout-FlyoutUI__content typography"><p>Lipsum .... .... ....</p></div></div><div class="wrapper"><header id="Header" class="bg-dark"><div class="container-fluid"><nav id="Navigation" class="fixed-top navbar-dark bg-dark navbar navbar-expand-lg dropdown-hover"><a class="navbar-brand" href="#">UI Kit</a> <button data-target="#NavbarResponsive" aria-controls="NavbarResponsive" class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button><div id="NavbarResponsive" class="collapse navbar-collapse"><ul class="navbar-nav mr-auto nav-fill w-100"><li class="nav-item active"><a class="nav-link js-scrollTo" href="#PageTopAnchor">Home <span class="sr-only">(current)</span></a></li><li class="nav-item"><a class="nav-link js-scrollTo" href="#Slider">Slider</a></li><li class="nav-item dropdown"><a id="NavbarDropdown" class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a><div class="dropdown-menu bg-dark" aria-labelledby="NavbarDropdown"><a class="dropdown-item" href="#">Action</a> <a class="dropdown-item js-scrollTo" href="#AccordionList">Scroll to AccordionList</a><div class="dropdown-divider"></div><a class="dropdown-item" href="https://google.com" target="_blank" rel="nofollow">Go to Google.com</a></div></li><li class="nav-item"><a class="nav-link js-scrollTo" href="#Content">Content</a></li><li class="nav-item"><a class="nav-link js-scrollTo" href="#List">List</a></li><li class="nav-item"><a class="nav-link js-scrollTo" href="#AccordionList">Accordion List</a></li><li><form class="form-inline my-2 my-lg-0"><input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit"><i class="fas fa-search"></i> <span class="sr-only">Search</span></button></form></li></ul></div></nav></div></header><main id="MainContent" class="page-content"><section id="Slider" class="element site__elements__sliderelement"><div class="element-container container-fluid"><div id="Carousel{$ID}" class="carousel slide js-carousel d-none d-sm-block" data-indicators="true" data-arrows="true"><div class="carousel-inner"><div class="carousel-item active"><a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn-primary"><img class="d-block w-100" src="https://placehold.it/1200x600" alt="$Headline"></a><div class="carousel-caption"><div class="carousel-caption-container"><h2 class="carousel-title">$Headline #1</h2><p class="carousel-content">$Description</p><p><a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn btn-default btn-lg"><i class="fas fa-bars"></i> Learn More</a></p></div></div></div><div class="carousel-item"><a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn-primary"><img class="d-block w-100" src="https://placehold.it/1200x600" alt="$Headline"></a><div class="carousel-caption"><div class="carousel-caption-container"><h2 class="carousel-title">$Headline #2</h2><p class="carousel-content">$Description</p><p><a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn btn-default btn-lg"><i class="fas fa-bars"></i> Learn More</a></p></div></div></div><div class="carousel-item"><a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn-primary"><img class="d-block w-100" src="https://placehold.it/1200x600" alt="$Headline"></a><div class="carousel-caption"><div class="carousel-caption-container"><h2 class="carousel-title">$Headline #3</h2><p class="carousel-content">$Description</p><p><a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn btn-default btn-lg"><i class="fas fa-bars"></i> Learn More</a></p></div></div></div></div></div></div></section><section id="Lightbox" class="element dnadesign__elemental__models__elementcontent"><div class="element-container container"><div class="content-element__content"><h2 class="content-element__title">Lightbox Demo</h2><div class="typography"><p><a href="../src/img/photo1.png" data-toggle="lightbox" data-lightbox-gallery="demo" data-title="That's first link">Click me to start</a></p><p><a href="../src/img/photo2.jpg" data-toggle="lightbox" data-lightbox-gallery="demo">Use data-toggle="lightbox" attribute to attach lightbox action and href to specify URL.</a></p><p><a href="../src/img/photo1.png" data-toggle="lightbox" data-lightbox-gallery="demo" data-title="Use data-title attribute to specify lightbox title">Use data-lightbox-gallery="YOUR_GALLERY_NAME" to group ligthboxes and use next/prev arrows</a></p><p data-toggle="lightbox" data-href="https://youtu.be/GgnClrx8N2k" data-lightbox-gallery="demo" data-title="Yes you can link vimeo and youtube videos as long as AJAX content">You can use data-href attribute to specify link and attach lightbox to another element</p></div></div></div></section><section id="Content" class="element dnadesign__elemental__models__elementcontent"><div class="element-container container"><div class="content-element__content"><h2 class="content-element__title">Content Demo</h2><div class="typography"><h3><i class="fas fa-search"></i> Quick start</h3><ol><li><p>Clone quick start repository</p><pre>git clone https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start.git</pre></li><li><p>Install npm packages</p><pre>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Webpack Bootstrap 4 UI Demo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="css/app.css" rel="stylesheet"><link href="css/app_SilverShop.Page.CheckoutPageController.css" rel="stylesheet"><link href="css/app_Site.Controllers.MapElementController.css" rel="stylesheet"><link href="css/app_cms.css" rel="stylesheet"><link href="css/app_editor.css" rel="stylesheet"><link href="css/app_order.css" rel="stylesheet"></head>
<body data-default-lng="0" data-default-lat="0" class="is-offlines">
<noscript><div class="main-bn">Please, enable javascript.</div></noscript>
<div id="PageTopAnchor"></div>
<div class="flyout-FlyoutUI">
<i class="fas fa-times flyout-FlyoutUI__close"></i>
<h2 class="flyout-FlyoutUI__title">
<i class="fas fa-asterisk"></i>
Flyout Demo
</h2>
<div class="flyout-FlyoutUI__content typography">
<p>Lipsum .... .... ....</p>
</div>
</div>
<div class="wrapper">
<header id="Header" class="bg-dark">
<div class="container-fluid">
<nav id="Navigation" class="fixed-top navbar-dark bg-dark navbar navbar-expand-lg dropdown-hover">
<a class="navbar-brand" href="#">UI Kit</a>
<button
data-target="#NavbarResponsive" aria-controls="NavbarResponsive"
class="navbar-toggler navbar-toggler-right"
type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div id="NavbarResponsive" class="collapse navbar-collapse">
<ul class="navbar-nav mr-auto nav-fill w-100">
<li class="nav-item active">
<a class="nav-link js-scrollTo" href="#PageTopAnchor">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link js-scrollTo" href="#Slider">Slider</a>
</li>
<li class="nav-item dropdown">
<a
id="NavbarDropdown"
class="nav-link dropdown-toggle"
href="#"
role="button"
data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"
>
Dropdown
</a>
<div class="dropdown-menu bg-dark" aria-labelledby="NavbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item js-scrollTo" href="#AccordionList">Scroll to AccordionList</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://google.com" target="_blank" rel="nofollow">Go to Google.com</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link js-scrollTo" href="#Content">Content</a>
</li>
<li class="nav-item">
<a class="nav-link js-scrollTo" href="#List">List</a>
</li>
<li class="nav-item">
<a class="nav-link js-scrollTo" href="#AccordionList">Accordion List</a>
</li>
<li>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">
<i class="fas fa-search"></i>
<span class="sr-only">Search</span>
</button>
</form>
</li>
</ul>
</div>
</nav>
</div>
</header>
<main id="MainContent" class="page-content">
<!-- Slider -->
<section id="Slider" class="element site__elements__sliderelement">
<div class="element-container container-fluid">
<!-- if $SlideShow -->
<div id="Carousel{$ID}" class="carousel slide js-carousel d-none d-sm-block" data-indicators="true" data-arrows="true">
<div class="carousel-inner">
<!-- loop $SlideShow -->
<!-- Slide #1 -->
<div class="carousel-item active">
<a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn-primary">
<img class="d-block w-100" src="https://placehold.it/1200x600" alt="$Headline">
</a>
<div class="carousel-caption">
<div class="carousel-caption-container">
<h2 class="carousel-title">$Headline #1</h2>
<p class="carousel-content">$Description</p>
<p>
<a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn btn-default btn-lg">
<i class="fas fa-bars"></i>
Learn More
</a>
</p>
</div>
</div>
</div>
<!-- /Slide #1 -->
<!-- Slide #2 -->
<div class="carousel-item">
<a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn-primary">
<img class="d-block w-100" src="https://placehold.it/1200x600" alt="$Headline">
</a>
<div class="carousel-caption">
<div class="carousel-caption-container">
<h2 class="carousel-title">$Headline #2</h2>
<p class="carousel-content">$Description</p>
<p>
<a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn btn-default btn-lg">
<i class="fas fa-bars"></i>
Learn More
</a>
</p>
</div>
</div>
</div>
<!-- /Slide #2 -->
<!-- Slide #3 -->
<div class="carousel-item">
<a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn-primary">
<img class="d-block w-100" src="https://placehold.it/1200x600" alt="$Headline">
</a>
<div class="carousel-caption">
<div class="carousel-caption-container">
<h2 class="carousel-title">$Headline #3</h2>
<p class="carousel-content">$Description</p>
<p>
<a href="$PageLink.Link" title="$PageLink.MenuTitle.XML" class="btn btn-default btn-lg">
<i class="fas fa-bars"></i>
Learn More
</a>
</p>
</div>
</div>
</div>
<!-- /Slide #3 -->
<!-- end_loop -->
</div>
</div>
<!-- end_if -->
</div>
</section>
<!-- /Slider -->
<!-- Lightbox -->
<section id="Lightbox" class="element dnadesign__elemental__models__elementcontent">
<div class="element-container container">
<div class="content-element__content ">
<h2 class="content-element__title">Lightbox Demo</h2>
<div class="typography">
<p>
<a
href="../src/img/photo1.png"
data-toggle="lightbox"
data-lightbox-gallery="demo"
data-title="That's first link"
>Click me to start</a>
</p>
<p>
<a href="../src/img/photo2.jpg" data-toggle="lightbox" data-lightbox-gallery="demo">
Use data-toggle="lightbox" attribute to attach lightbox action and href to specify URL.
</a>
</p>
<p>
<a href="../src/img/photo1.png" data-toggle="lightbox" data-lightbox-gallery="demo" data-title="Use data-title attribute to specify lightbox title">
Use data-lightbox-gallery="YOUR_GALLERY_NAME" to group ligthboxes and use next/prev arrows
</a>
</p>
<p data-toggle="lightbox" data-href="https://youtu.be/GgnClrx8N2k" data-lightbox-gallery="demo" data-title="Yes you can link vimeo and youtube videos as long as AJAX content">
You can use data-href attribute to specify link and attach lightbox to another element
</p>
</div>
</div>
</div>
</section>
<!-- /Lightbox -->
<!-- Content -->
<section id="Content" class="element dnadesign__elemental__models__elementcontent">
<div class="element-container container">
<div class="content-element__content ">
<h2 class="content-element__title">Content Demo</h2>
<div class="typography">
<h3><i class="fas fa-search"></i> Quick start</h3>
<ol>
<li>
<p>Clone quick start repository</p>
<pre>git clone https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start.git</pre>
</li>
<li>
<p>Install npm packages</p>
<pre>
cd ./webpack-bootstrap-ui-kit-quick-start.git
npm install
</pre></li><li><p>Edit ./src files</p></li><li><p>Start development server at https://127.0.0.1:8001/:</p><pre>yarn start</pre><p>Compile:</p><pre>yarn build</pre></li></ol><h2><i class="fas fa-search"></i> Header #2 <i class="fas fa-search"></i></h2><p><img src="https://placehold.it/200x200" alt="Test Image" class="image right"/>Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p><ol><li>First<ul><li>First</li><li>Second<ol><li>First</li><li>Second</li><li>Third</li></ol><ul><li>First</li><li>Second</li><li>Third</li></ul></li><li><p>Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></li></ul></li><li><p>{paragraph} Second</p><p>{paragraph} Second #2</p></li><li><p>Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></li></ol><h2 class="text-center">Table #1: Default</h2><table><thead><tr><th>#1</th><th>#2</th><th>#3</th></tr></thead><tbody><tr><th>#1-1</th><td>#1-2</td><td>#1-3</td></tr><tr><td>#2-1</td><td>#2-2</td><td>#2-3</td></tr><tr><th>#3-1</th><td>#3-2</td><td>#3-3</td></tr></tbody></table><p class="text-justify">Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p><h2 class="text-center">Table #2: Border-less</h2><table class="table-none"><thead><tr><th>#1</th><th>#2</th><th>#3</th></tr></thead><tbody><tr><th>#1-1</th><td>#1-2</td><td>#1-3</td></tr><tr><td>#2-1</td><td>#2-2</td><td>#2-3</td></tr><tr><th>#3-1</th><td>#3-2</td><td>#3-3</td></tr></tbody></table></div></div></div></section><section id="List" class="element dnadesign__elementallist__model__elementlist bg-dark"><div class="element-container container"><h2 class="list-element__title">Content Header</h2><div class="typography">Some content ...</div><div class="list-element__container row" data-listelement-count="4"><div class="element dnadesign__elemental__models__elementcontent block col-md-3"><div class="element-container"><div class="content-element__content"><div class="typography"><img src="https://placehold.it/300x300" alt="Some kind image"/></div></div></div></div><div class="element dnadesign__elemental__models__elementcontent block col-md-3"><div class="element-container"><div class="content-element__content"><div class="typography"><img src="https://placehold.it/300x300" alt="Some kind image"/></div></div></div></div><div class="element dnadesign__elemental__models__elementcontent block col-md-3"><div class="element-container"><div class="content-element__content"><div class="typography"><img src="https://placehold.it/300x300" alt="Some kind image"/></div></div></div></div><div class="element dnadesign__elemental__models__elementcontent block col-md-3"><div class="element-container"><div class="content-element__content"><div class="typography"><img src="https://placehold.it/300x300" alt="Some kind image"/></div></div></div></div></div></div></section><section id="AccordionList" class="element site__elements__accordion"><div class="element-container container"><h2 class="list-element__title">Accordion demo</h2><div class="typography">Some content ...</div><div id="AccordionExample" class="list-element__container row accordion" data-listelement-count="4"><div class="element dnadesign__elemental__models__elementcontent block col-md-12 card"><div class="element-container"><div class="content-element__content"><div id="Heading1" class="card-header"><button data-target="#Collapse1" aria-controls="Collapse1" class="btn btn-link collapsed" type="button" data-toggle="collapse" aria-expanded="false"><h2 class="element__title">Content Header #1</h2></button></div><div id="Collapse1" aria-labelledby="Heading1" data-parent="#AccordionExample" class="collapse"><div class="card-body"><div class="typography"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></div></div></div></div></div></div><div class="element dnadesign__elemental__models__elementcontent block col-md-12 card"><div class="element-container"><div class="content-element__content"><div class="card-header" id="Heading2"><button data-target="#Collapse2" aria-controls="Collapse2" class="btn btn-link collapsed" type="button" data-toggle="collapse" aria-expanded="false"><h2 class="element__title">Content Header #2</h2></button></div><div id="Collapse2" class="collapse" aria-labelledby="Heading2" data-parent="#AccordionExample"><div class="card-body"><div class="typography"><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p></div></div></div></div></div></div><div class="element dnadesign__elemental__models__elementcontent block col-md-12 card"><div class="element-container"><div class="content-element__content"><div class="card-header" id="Heading3"><button data-target="#Collapse3" aria-controls="Collapse3" class="btn btn-link collapsed" type="button" data-toggle="collapse" aria-expanded="false"><h2 class="element__title">Content Header #3</h2></button></div><div id="Collapse3" class="collapse" aria-labelledby="Heading3" data-parent="#AccordionExample"><div class="card-body"><div class="typography"><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p></div></div></div></div></div></div><div class="element dnadesign__elemental__models__elementcontent block col-md-12 card"><div class="element-container"><div class="content-element__content"><div id="Heading4" class="card-header"><button data-target="#Collapse4" aria-controls="Collapse4" class="btn btn-link collapsed" type="button" data-toggle="collapse" aria-expanded="false"><h2 class="element__title">Content Header #2</h2></button></div><div id="Collapse4" class="collapse" aria-labelledby="Heading4" data-parent="#AccordionExample"><div class="card-body"><div class="typography"><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p></div></div></div></div></div></div></div></div></section><section id="MapElement" class="element site__elements__mapelement"><div class="element-container container"><h2 class="content-element__title">Find Location</h2><div class="typography"><p>Use _consts.js to change Google Maps to Mapbox.</p></div><div class="mapAPI-map-container" data-map-zoom="12" data-key="" data-map-style="mapbox://styles/mapbox/streets-v9" data-geojson="{&quot;type&quot;:&quot;MarkerCollection&quot;,&quot;features&quot;:[{&quot;id&quot;:4,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin4\&quot; data-id=\&quot;4\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #1&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;17 Lakeside Drive&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; U&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/40.8827743,-74.4276612\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-74.4276612,40.8827743]}},{&quot;id&quot;:3,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin3\&quot; data-id=\&quot;3\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #2&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;Flower Hill Cemetery&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; N&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/40.7884708,-74.0249253\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-74.0249253,40.7884708]}},{&quot;id&quot;:2,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin2\&quot; data-id=\&quot;2\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #3&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;555 Phoenix Road&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; U&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/40.8527479,-78.2475576\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-78.2475576,40.8527479]}},{&quot;id&quot;:1,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin1\&quot; data-id=\&quot;1\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #4&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;15 East Hadley Road&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; U&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/42.3297023,-72.5552186\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-72.5552186,42.3297023]}}]}" data-fly-to-marker="true" data-fly-to-bounds="false"><div class="mapAPI-map"></div></div><div class="locations"><div class="row"><div class="col-sm-3"><div id="MapPin4" data-id="4" class="location"><div class="fn">Office #1</div><div class="addr">17 Lakeside Drive</div><div class="d-none">U</div><div class="dir-link"><a href="https://www.google.com/maps/dir/Current+Location/40.8827743,-74.4276612" target="_blank">Get Directions &raquo;</a></div></div></div><div class="col-sm-3"><div id="MapPin3" data-id="3" class="location"><div class="fn">Office #2</div><div class="addr">Flower Hill Cemetery</div><div class="d-none">N</div><div class="dir-link"><a href="https://www.google.com/maps/dir/Current+Location/40.7884708,-74.0249253" target="_blank">Get Directions &raquo;</a></div></div></div><div class="col-sm-3"><div id="MapPin2" data-id="2" class="location"><div class="fn">Office #3</div><div class="addr">555 Phoenix Road</div><div class="d-none">U</div><div class="dir-link"><a href="https://www.google.com/maps/dir/Current+Location/40.8527479,-78.2475576" target="_blank">Get Directions &raquo;</a></div></div></div><div class="col-sm-3"><div id="MapPin1" data-id="1" class="location"><div class="fn">Office #4</div><div class="addr">15 East Hadley Road</div><div class="d-none">U</div><div class="dir-link"><a href="https://www.google.com/maps/dir/Current+Location/42.3297023,-72.5552186" target="_blank">Get Directions &raquo;</a></div></div></div></div></div></div></section></main></div><footer id="Footer" class="footer site-footer"><div class="wrapper"><div class="container"><div class="row"><div class="col-sm-3">Col #1</div><div class="col-sm-3">Col #2</div><div class="col-sm-3">Col #3</div><div class="col-sm-3">Col #4</div></div></div></div><div class="footer"><div class="container"><div class="row"><div class="col-sm-8 d-flex"><div class="copyright">Copyright &copy; 2019 - Tony Air (A2nt) Webpack Bootstrap 4 UI Kit</div><nav class="footer-nav"><ul class="list-inline d-flex"><li><a href="#">Sitemap</a></li><li><a href="#">Privacy Policy</a></li></ul></nav></div><div class="col-sm-4 text-right"><div class="credits footer__credits"><a href="https://github.com/a2nt" target="_blank" rel="nofollow"><span>Developed by</span> Tony Air</a></div></div></div></div></div></footer><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.0/css/all.css" media="all"/><script src="js/app.js"></script><script src="js/app_SilverShop.Page.CheckoutPageController.js"></script><script src="js/app_Site.Controllers.MapElementController.js"></script><script src="js/app_cms.js"></script><script src="js/app_editor.js"></script><script src="js/app_order.js"></script></body></html>
</pre>
</li>
<li>
<p>Edit ./src files</p>
</li>
<li>
<p>Start development server at https://127.0.0.1:8001/:</p>
<pre>yarn start</pre>
<p>Compile:</p>
<pre>yarn build</pre>
</li>
</ol>
<h2><i class="fas fa-search"></i> Header #2 <i class="fas fa-search"></i></h2>
<p><img src="https://placehold.it/200x200" alt="Test Image" class="image right" />Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<ol>
<li>
First
<ul>
<li>First</li>
<li>
Second
<ol>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ol>
<ul>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ul>
</li>
<li><p>Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></li>
</ul>
</li>
<li>
<p>{paragraph} Second</p>
<p>{paragraph} Second #2</p>
</li>
<li><p>Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></li>
</ol>
<h2 class="text-center">Table #1: Default</h2>
<table>
<thead>
<tr>
<th>#1</th>
<th>#2</th>
<th>#3</th>
</tr>
</thead>
<tbody>
<tr>
<th>#1-1</th>
<td>#1-2</td>
<td>#1-3</td>
</tr>
<tr>
<td>#2-1</td>
<td>#2-2</td>
<td>#2-3</td>
</tr>
<tr>
<th>#3-1</th>
<td>#3-2</td>
<td>#3-3</td>
</tr>
</tbody>
</table>
<p class="text-justify">Content Text Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<h2 class="text-center">Table #2: Border-less</h2>
<table class="table-none">
<thead>
<tr>
<th>#1</th>
<th>#2</th>
<th>#3</th>
</tr>
</thead>
<tbody>
<tr>
<th>#1-1</th>
<td>#1-2</td>
<td>#1-3</td>
</tr>
<tr>
<td>#2-1</td>
<td>#2-2</td>
<td>#2-3</td>
</tr>
<tr>
<th>#3-1</th>
<td>#3-2</td>
<td>#3-3</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- /Content -->
<!-- List -->
<section id="List" class="element dnadesign__elementallist__model__elementlist bg-dark">
<div class="element-container container">
<h2 class="list-element__title">Content Header</h2>
<div class="typography">
Some content ...
</div>
<div class="list-element__container row" data-listelement-count="4">
<div class="element dnadesign__elemental__models__elementcontent block col-md-3">
<div class="element-container">
<div class="content-element__content">
<div class="typography">
<img src="https://placehold.it/300x300" alt="Some kind image" />
</div>
</div>
</div>
</div>
<div class="element dnadesign__elemental__models__elementcontent block col-md-3">
<div class="element-container">
<div class="content-element__content">
<div class="typography">
<img src="https://placehold.it/300x300" alt="Some kind image" />
</div>
</div>
</div>
</div>
<div class="element dnadesign__elemental__models__elementcontent block col-md-3">
<div class="element-container">
<div class="content-element__content">
<div class="typography">
<img src="https://placehold.it/300x300" alt="Some kind image" />
</div>
</div>
</div>
</div>
<div class="element dnadesign__elemental__models__elementcontent block col-md-3">
<div class="element-container">
<div class="content-element__content">
<div class="typography">
<img src="https://placehold.it/300x300" alt="Some kind image" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /List -->
<!-- Accordion List -->
<section id="AccordionList" class="element site__elements__accordion">
<div class="element-container container">
<h2 class="list-element__title">Accordion demo</h2>
<div class="typography">
Some content ...
</div>
<div id="AccordionExample" class="list-element__container row accordion" data-listelement-count="4">
<div class="element dnadesign__elemental__models__elementcontent block col-md-12 card">
<div class="element-container">
<div class="content-element__content">
<div id="Heading1" class="card-header">
<button
data-target="#Collapse1"
aria-controls="Collapse1"
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
aria-expanded="false"
>
<h2 class="element__title">Content Header #1</h2>
</button>
</div>
<div id="Collapse1" aria-labelledby="Heading1" data-parent="#AccordionExample" class="collapse">
<div class="card-body">
<div class="typography">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="element dnadesign__elemental__models__elementcontent block col-md-12 card">
<div class="element-container">
<div class="content-element__content">
<div class="card-header" id="Heading2">
<button
data-target="#Collapse2"
aria-controls="Collapse2"
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
aria-expanded="false"
>
<h2 class="element__title">Content Header #2</h2>
</button>
</div>
<div id="Collapse2" class="collapse" aria-labelledby="Heading2" data-parent="#AccordionExample">
<div class="card-body">
<div class="typography">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="element dnadesign__elemental__models__elementcontent block col-md-12 card">
<div class="element-container">
<div class="content-element__content">
<div class="card-header" id="Heading3">
<button
data-target="#Collapse3"
aria-controls="Collapse3"
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
aria-expanded="false"
>
<h2 class="element__title">Content Header #3</h2>
</button>
</div>
<div id="Collapse3" class="collapse" aria-labelledby="Heading3" data-parent="#AccordionExample">
<div class="card-body">
<div class="typography">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="element dnadesign__elemental__models__elementcontent block col-md-12 card">
<div class="element-container">
<div class="content-element__content">
<div id="Heading4" class="card-header">
<button
data-target="#Collapse4"
aria-controls="Collapse4"
class="btn btn-link collapsed"
type="button"
data-toggle="collapse"
aria-expanded="false"
>
<h2 class="element__title">Content Header #2</h2>
</button>
</div>
<div id="Collapse4" class="collapse" aria-labelledby="Heading4" data-parent="#AccordionExample">
<div class="card-body">
<div class="typography">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Accordion List -->
<!-- Map Element -->
<section id="MapElement" class="element site__elements__mapelement">
<div class="element-container container">
<h2 class="content-element__title">Find Location</h2>
<div class="typography">
<p>Use _consts.js to change Google Maps to Mapbox.</p>
</div>
<div
class="mapAPI-map-container"
data-map-zoom="12"
data-key=""
data-map-style="mapbox://styles/mapbox/streets-v9"
data-geojson="{&quot;type&quot;:&quot;MarkerCollection&quot;,&quot;features&quot;:[{&quot;id&quot;:4,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin4\&quot; data-id=\&quot;4\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #1&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;17 Lakeside Drive&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; U&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/40.8827743,-74.4276612\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-74.4276612,40.8827743]}},{&quot;id&quot;:3,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin3\&quot; data-id=\&quot;3\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #2&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;Flower Hill Cemetery&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; N&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/40.7884708,-74.0249253\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-74.0249253,40.7884708]}},{&quot;id&quot;:2,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin2\&quot; data-id=\&quot;2\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #3&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;555 Phoenix Road&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; U&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/40.8527479,-78.2475576\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-78.2475576,40.8527479]}},{&quot;id&quot;:1,&quot;type&quot;:&quot;Feature&quot;,&quot;icon&quot;:&quot;&lt;i class=\&quot;fas fa-map-marker-alt\&quot;&gt;&lt;\/i&gt;&quot;,&quot;properties&quot;:{&quot;content&quot;:&quot;&lt;div id=\&quot;MapPin1\&quot; data-id=\&quot;1\&quot; class=\&quot;location\&quot;&gt;\n &lt;div class=\&quot;fn\&quot;&gt;Office #4&lt;\/div&gt;\n &lt;div class=\&quot;addr\&quot;&gt;15 East Hadley Road&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;d-none\&quot;&gt; U&lt;\/div&gt;\n \n \n \n &lt;div class=\&quot;dir-link\&quot;&gt;\n &lt;a href=\&quot;https:\/\/www.google.com\/maps\/dir\/Current+Location\/42.3297023,-72.5552186\&quot; target=\&quot;_blank\&quot;&gt;Get Directions &amp;raquo;&lt;\/a&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n&quot;},&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[-72.5552186,42.3297023]}}]}"
data-fly-to-marker="true"
data-fly-to-bounds="false"
>
<div class="mapAPI-map"></div>
</div>
<div class="locations">
<div class="row">
<div class="col-sm-3">
<div id="MapPin4" data-id="4" class="location">
<div class="fn">Office #1</div>
<div class="addr">17 Lakeside Drive</div>
<div class="d-none"> U</div>
<div class="dir-link">
<a href="https://www.google.com/maps/dir/Current+Location/40.8827743,-74.4276612" target="_blank">Get Directions &raquo;</a>
</div>
</div>
</div>
<div class="col-sm-3">
<div id="MapPin3" data-id="3" class="location">
<div class="fn">Office #2</div>
<div class="addr">Flower Hill Cemetery</div>
<div class="d-none"> N</div>
<div class="dir-link">
<a href="https://www.google.com/maps/dir/Current+Location/40.7884708,-74.0249253" target="_blank">Get Directions &raquo;</a>
</div>
</div>
</div>
<div class="col-sm-3">
<div id="MapPin2" data-id="2" class="location">
<div class="fn">Office #3</div>
<div class="addr">555 Phoenix Road</div>
<div class="d-none"> U</div>
<div class="dir-link">
<a href="https://www.google.com/maps/dir/Current+Location/40.8527479,-78.2475576" target="_blank">Get Directions &raquo;</a>
</div>
</div>
</div>
<div class="col-sm-3">
<div id="MapPin1" data-id="1" class="location">
<div class="fn">Office #4</div>
<div class="addr">15 East Hadley Road</div>
<div class="d-none"> U</div>
<div class="dir-link">
<a href="https://www.google.com/maps/dir/Current+Location/42.3297023,-72.5552186" target="_blank">Get Directions &raquo;</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Map Element -->
</main>
</div>
<footer id="Footer" class="footer site-footer">
<div class="wrapper">
<div class="container">
<div class="row">
<div class="col-sm-3">
Col #1
</div>
<div class="col-sm-3">
Col #2
</div>
<div class="col-sm-3">
Col #3
</div>
<div class="col-sm-3">
Col #4
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-sm-8 d-flex">
<div class="copyright">Copyright &copy; 2019 - Tony Air (A2nt) Webpack Bootstrap 4 UI Kit</div>
<nav class="footer-nav">
<ul class="list-inline d-flex">
<li>
<a href="#">Sitemap</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
</ul>
</nav>
</div>
<div class="col-sm-4 text-right">
<div class="credits footer__credits">
<a href="https://github.com/a2nt" target="_blank" rel="nofollow"><span>Developed by</span> Tony Air</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script type="application/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.4.0/css/all.css" media="all" />
<script src="js/app.js"></script><script src="js/app_SilverShop.Page.CheckoutPageController.js"></script><script src="js/app_Site.Controllers.MapElementController.js"></script><script src="js/app_cms.js"></script><script src="js/app_editor.js"></script><script src="js/app_order.js"></script></body>
</html>

352
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,94 +0,0 @@
/*!
* Bootstrap alert.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap button.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap carousel.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap collapse.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap modal.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap popover.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap scrollspy.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap tab.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap tooltip.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap util.js v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*! Hammer.JS - v2.0.7 - 2016-04-22
* http://hammerjs.github.io/
*
* Copyright (c) 2016 Jorik Tangelder;
* Licensed under the MIT license */
/*! smooth-scroll v16.1.3 | (c) 2020 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/smooth-scroll */
/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
/*@cc_on!@*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

66
dist/js/app_cms.js vendored
View File

@ -0,0 +1,66 @@
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "./src/scss/types/cms.scss":
/*!*********************************!*\
!*** ./src/scss/types/cms.scss ***!
\*********************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://@a2nt/meta-lightbox/./src/scss/types/cms.scss?");
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(__webpack_module_cache__[moduleId]) {
/******/ return __webpack_module_cache__[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // startup
/******/ // Load entry module
/******/ __webpack_require__("./src/scss/types/cms.scss");
/******/ // This entry module used 'exports' so it can't be inlined
/******/ })()
;

66
dist/js/app_editor.js vendored
View File

@ -0,0 +1,66 @@
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "./src/scss/types/editor.scss":
/*!************************************!*\
!*** ./src/scss/types/editor.scss ***!
\************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://@a2nt/meta-lightbox/./src/scss/types/editor.scss?");
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(__webpack_module_cache__[moduleId]) {
/******/ return __webpack_module_cache__[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // startup
/******/ // Load entry module
/******/ __webpack_require__("./src/scss/types/editor.scss");
/******/ // This entry module used 'exports' so it can't be inlined
/******/ })()
;

66
dist/js/app_order.js vendored
View File

@ -0,0 +1,66 @@
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "./src/scss/types/order.scss":
/*!***********************************!*\
!*** ./src/scss/types/order.scss ***!
\***********************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://@a2nt/meta-lightbox/./src/scss/types/order.scss?");
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(__webpack_module_cache__[moduleId]) {
/******/ return __webpack_module_cache__[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // startup
/******/ // Load entry module
/******/ __webpack_require__("./src/scss/types/order.scss");
/******/ // This entry module used 'exports' so it can't be inlined
/******/ })()
;

294
dist/records.json vendored
View File

@ -2,315 +2,101 @@
"HtmlWebpackCompiler": [
{
"chunks": {
"byName": {
"HtmlWebpackPlugin_0": 443
},
"bySource": {
"0 HtmlWebpackPlugin_0": 443
},
"usedIds": [
443
]
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/html/meta-lightbox.html": 50,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Accordion.html": 813,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Content.html": 87,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Elements/ElementsList.html": 962,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Map.html": 374,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/First.html": 779,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Footer.html": 733,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Head.html": 154,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Last.html": 619,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Navigation.html": 755,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/Slider.html": 409,
"./node_modules/.pnpm/html-loader@1.3.2_webpack@5.16.0/node_modules/html-loader/dist/cjs.js!./src/html/_components/Flyout.html": 659,
"./node_modules/.pnpm/html-webpack-plugin@4.5.1_webpack@5.16.0/node_modules/html-webpack-plugin/lib/loader.js!./src/index.html": 864
},
"usedIds": [
50,
87,
154,
374,
409,
619,
659,
733,
755,
779,
813,
864,
962
]
"byIdentifier": {},
"usedIds": []
}
}
],
"chunks": {
"byName": {
"app": 143,
"app_SilverShop.Page.CheckoutPageController": 193,
"app_Site.Controllers.MapElementController": 133,
"app_cms": 498,
"app_editor": 831,
"app_order": 299
},
"bySource": {
"0 app": 143,
"0 app_SilverShop.Page.CheckoutPageController": 193,
"0 app_Site.Controllers.MapElementController": 133,
"0 app_cms": 498,
"0 app_editor": 831,
"0 app_order": 299
},
"usedIds": [
133,
143,
193,
299,
498,
831
]
"byName": {},
"bySource": {},
"usedIds": []
},
"favicons-webpack-plugin": [
{
"chunks": {
"byName": {
"favicon.png": 561
},
"bySource": {
"0 favicon.png": 561
},
"usedIds": [
561
]
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/cache-loader@4.1.0_webpack@5.16.0/node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"/mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.cache/favicons-webpack-plugin\"}!./node_modules/.pnpm/github.com/jantimon/favicons-webpack-plugin@ee2818afa97c4b4bf1c6f919a403e56203e26606_webpack@5.16.0/node_modules/favicons-webpack-plugin/src/loader.js?{\"prefix\":\"/icons/\",\"options\":{\"appName\":\"@a2nt/ss-bootstrap-ui-webpack-boilerplate\",\"appDescription\":\"This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.\",\"version\":\"2.8.4\",\"developerName\":\"Tony Air\"},\"path\":\"dist\"}!./src/favicon.png": 132
},
"usedIds": [
132
]
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/scss/app.scss": [
{
"chunks": {
"byName": {
"mini-css-extract-plugin": 323
},
"bySource": {
"0 mini-css-extract-plugin": 323
},
"usedIds": [
323
]
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/runtime/api.js": 183,
"./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/scss/app.scss": 430
},
"usedIds": [
183,
430
]
"byIdentifier": {},
"usedIds": []
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/_components/_ui.map.scss": [
{
"chunks": {
"byName": {
"mini-css-extract-plugin": 323
},
"bySource": {
"0 mini-css-extract-plugin": 323
},
"usedIds": [
323
]
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/runtime/api.js": 183,
"./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/_components/_ui.map.scss": 151
},
"usedIds": [
151,
183
]
"byIdentifier": {},
"usedIds": []
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/app.scss": [
{
"chunks": {
"byName": {
"mini-css-extract-plugin": 323
},
"bySource": {
"0 mini-css-extract-plugin": 323
},
"usedIds": [
323
]
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/runtime/api.js": 183,
"./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/app.scss": 71,
"./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/select2@4.0.13/node_modules/select2/dist/css/select2.css": 637
},
"usedIds": [
71,
183,
637
]
"byIdentifier": {},
"usedIds": []
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/cms.scss": [
{
"chunks": {
"byName": {
"mini-css-extract-plugin": 323
},
"bySource": {
"0 mini-css-extract-plugin": 323
},
"usedIds": [
323
]
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/runtime/api.js": 183,
"./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/cms.scss": 628
},
"usedIds": [
183,
628
]
"byIdentifier": {},
"usedIds": []
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/editor.scss": [
{
"chunks": {
"byName": {
"mini-css-extract-plugin": 323
},
"bySource": {
"0 mini-css-extract-plugin": 323
},
"usedIds": [
323
]
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/runtime/api.js": 183,
"./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/editor.scss": 258
},
"usedIds": [
183,
258
]
"byIdentifier": {},
"usedIds": []
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/order.scss": [
{
"chunks": {
"byName": {
"mini-css-extract-plugin": 323
},
"bySource": {
"0 mini-css-extract-plugin": 323
},
"usedIds": [
323
]
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/runtime/api.js": 183,
"./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/order.scss": 836
},
"usedIds": [
183,
836
]
"byIdentifier": {},
"usedIds": []
}
}
],
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/alert.js": 875,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/button.js": 93,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/carousel.js": 918,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/collapse.js": 154,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/modal.js": 121,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/popover.js": 452,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/scrollspy.js": 324,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tab.js": 71,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tooltip.js": 222,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/util.js": 734,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/hammerjs@2.0.8/node_modules/hammerjs/hammer.js": 695,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs/jquery.hammer.js": 456,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent/jquery.hoverIntent.js": 89,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/popper.js@1.16.1/node_modules/popper.js/dist/esm/popper.js": 314,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/smooth-scroll@16.1.3/node_modules/smooth-scroll/dist/smooth-scroll.polyfills.min.js": 893,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/_components/drivers/_google.track.external.links.js": 976,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/app.js|b7e4c2e3ce6e27c5ad1dc397096e5f63": 80,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/types/SilverShop.Page.CheckoutPageController.js|2e45a6c9d93595136f96bdb6c2ec7005": 105,
"./node_modules/.pnpm/babel-loader@8.2.2_f0c87bb7cbf8c08531ee428ecaa3548a/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/types/Site.Controllers.MapElementController.js|d172e17c91be9337ee76b73d3e06f932": 406,
"./node_modules/.pnpm/file-loader@6.2.0_webpack@5.16.0/node_modules/file-loader/dist/cjs.js??ruleSet[1].rules[3].use[0]!./node_modules/.pnpm/img-optimize-loader@1.0.7_file-loader@6.2.0+webpack@5.16.0/node_modules/img-optimize-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./node_modules/.pnpm/image-minimizer-webpack-plugin@2.2.0_webpack@5.16.0/node_modules/image-minimizer-webpack-plugin/dist/loader.js??ruleSet[1].rules[5]!./src/img/photo3.svg": 770,
"./node_modules/.pnpm/img-optimize-loader@1.0.7_file-loader@6.2.0+webpack@5.16.0/node_modules/img-optimize-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./node_modules/.pnpm/image-minimizer-webpack-plugin@2.2.0_webpack@5.16.0/node_modules/image-minimizer-webpack-plugin/dist/loader.js??ruleSet[1].rules[5]!./src/img/bg.png": 705,
"./node_modules/.pnpm/img-optimize-loader@1.0.7_file-loader@6.2.0+webpack@5.16.0/node_modules/img-optimize-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./node_modules/.pnpm/image-minimizer-webpack-plugin@2.2.0_webpack@5.16.0/node_modules/image-minimizer-webpack-plugin/dist/loader.js??ruleSet[1].rules[5]!./src/img/logo.png": 172,
"./node_modules/.pnpm/img-optimize-loader@1.0.7_file-loader@6.2.0+webpack@5.16.0/node_modules/img-optimize-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./node_modules/.pnpm/image-minimizer-webpack-plugin@2.2.0_webpack@5.16.0/node_modules/image-minimizer-webpack-plugin/dist/loader.js??ruleSet[1].rules[5]!./src/img/photo1.png": 759,
"./node_modules/.pnpm/img-optimize-loader@1.0.7_file-loader@6.2.0+webpack@5.16.0/node_modules/img-optimize-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./node_modules/.pnpm/image-minimizer-webpack-plugin@2.2.0_webpack@5.16.0/node_modules/image-minimizer-webpack-plugin/dist/loader.js??ruleSet[1].rules[5]!./src/img/photo2.jpg": 220,
"./node_modules/.pnpm/mini-css-extract-plugin@1.3.4_webpack@5.16.0/node_modules/mini-css-extract-plugin/dist/loader.js!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/cms.scss": 41,
"./node_modules/.pnpm/mini-css-extract-plugin@1.3.4_webpack@5.16.0/node_modules/mini-css-extract-plugin/dist/loader.js!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/editor.scss": 526,
"./node_modules/.pnpm/mini-css-extract-plugin@1.3.4_webpack@5.16.0/node_modules/mini-css-extract-plugin/dist/loader.js!./node_modules/.pnpm/css-loader@5.0.1_webpack@5.16.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/resolve-url-loader@3.1.2/node_modules/resolve-url-loader/index.js!./node_modules/.pnpm/sass-loader@10.1.1_node-sass@5.0.0+webpack@5.16.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/types/order.scss": 540,
"./node_modules/font-awesome|sync|nonrecursive|../../../../../../\\.(otf|eot|svg|ttf|woff|woff2)$/": 761,
"./src/img|sync|nonrecursive|../../../../../../\\.(png|jpe?g|svg)$/": 310,
"external \"jQuery\"": 609
},
"usedIds": [
41,
71,
80,
89,
93,
105,
121,
154,
172,
220,
222,
310,
314,
324,
406,
452,
456,
526,
540,
609,
695,
705,
734,
759,
761,
770,
875,
893,
918,
976
]
"byIdentifier": {},
"usedIds": []
}
}

4
dist/report.html vendored
View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>@a2nt/ss-bootstrap-ui-webpack-boilerplate [20 Jan 2021 at 23:34]</title>
<title>@a2nt/meta-lightbox [25 Jan 2021 at 17:08]</title>
<link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
<script>
@ -31,7 +31,7 @@
<body>
<div id="app"></div>
<script>
window.chartData = [{"label":"js/app.js","isAsset":true,"statSize":440692,"parsedSize":183546,"gzipSize":47124,"groups":[{"label":"node_modules","path":"./node_modules","statSize":320258,"groups":[{"label":".pnpm","path":"./node_modules/.pnpm","statSize":320098,"groups":[{"label":"bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist","statSize":140288,"groups":[{"id":875,"label":"alert.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/alert.js","statSize":6448,"parsedSize":2590,"gzipSize":1041},{"id":93,"label":"button.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/button.js","statSize":8770,"parsedSize":3419,"gzipSize":1315},{"id":918,"label":"carousel.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/carousel.js","statSize":21866,"parsedSize":9637,"gzipSize":3095},{"id":154,"label":"collapse.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/collapse.js","statSize":14317,"parsedSize":6679,"gzipSize":2187},{"id":121,"label":"modal.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/modal.js","statSize":23758,"parsedSize":11357,"gzipSize":3167},{"id":452,"label":"popover.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/popover.js","statSize":7784,"parsedSize":3648,"gzipSize":1470},{"id":324,"label":"scrollspy.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/scrollspy.js","statSize":12173,"parsedSize":5693,"gzipSize":1995},{"id":71,"label":"tab.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tab.js","statSize":9609,"parsedSize":3854,"gzipSize":1537},{"id":222,"label":"tooltip.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tooltip.js","statSize":28254,"parsedSize":14164,"gzipSize":4650},{"id":734,"label":"util.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/util.js","statSize":7309,"parsedSize":3101,"gzipSize":1349}],"parsedSize":64142,"gzipSize":14082},{"label":"hammerjs@2.0.8/node_modules/hammerjs","path":"./node_modules/.pnpm/hammerjs@2.0.8/node_modules/hammerjs","statSize":73424,"groups":[{"id":695,"label":"hammer.js","path":"./node_modules/.pnpm/hammerjs@2.0.8/node_modules/hammerjs/hammer.js","statSize":73424,"parsedSize":23517,"gzipSize":7487}],"parsedSize":23517,"gzipSize":7487},{"label":"jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs","path":"./node_modules/.pnpm/jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs","statSize":1315,"groups":[{"id":456,"label":"jquery.hammer.js","path":"./node_modules/.pnpm/jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs/jquery.hammer.js","statSize":1315,"parsedSize":420,"gzipSize":268}],"parsedSize":420,"gzipSize":268},{"label":"jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent","path":"./node_modules/.pnpm/jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent","statSize":7207,"groups":[{"id":89,"label":"jquery.hoverIntent.js","path":"./node_modules/.pnpm/jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent/jquery.hoverIntent.js","statSize":7207,"parsedSize":1450,"gzipSize":687}],"parsedSize":1450,"gzipSize":687},{"label":"popper.js@1.16.1/node_modules/popper.js/dist/esm","path":"./node_modules/.pnpm/popper.js@1.16.1/node_modules/popper.js/dist/esm","statSize":88383,"groups":[{"id":314,"label":"popper.js","path":"./node_modules/.pnpm/popper.js@1.16.1/node_modules/popper.js/dist/esm/popper.js","statSize":88383,"parsedSize":23608,"gzipSize":7661}],"parsedSize":23608,"gzipSize":7661},{"label":"smooth-scroll@16.1.3/node_modules/smooth-scroll/dist","path":"./node_modules/.pnpm/smooth-scroll@16.1.3/node_modules/smooth-scroll/dist","statSize":9481,"groups":[{"id":893,"label":"smooth-scroll.polyfills.min.js","path":"./node_modules/.pnpm/smooth-scroll@16.1.3/node_modules/smooth-scroll/dist/smooth-scroll.polyfills.min.js","statSize":9481,"parsedSize":6355,"gzipSize":2663}],"parsedSize":6355,"gzipSize":2663}],"parsedSize":119492,"gzipSize":31187},{"label":"font-awesome","path":"./node_modules/font-awesome","statSize":160,"groups":[{"id":761,"label":" sync nonrecursive \\.(otf|eot|svg|ttf|woff|woff2)$","path":"./node_modules/font-awesome/ sync nonrecursive \\.(otf|eot|svg|ttf|woff|woff2)$","statSize":160,"parsedSize":275,"gzipSize":183}],"parsedSize":275,"gzipSize":183}],"parsedSize":119767,"gzipSize":31290},{"label":"src","path":"./src","statSize":120434,"groups":[{"label":"img","path":"./src/img","statSize":685,"groups":[{"id":310,"label":" sync nonrecursive \\.(png|jpe?g|svg)$","path":"./src/img/ sync nonrecursive \\.(png|jpe?g|svg)$","statSize":506,"parsedSize":785,"gzipSize":334},{"id":705,"label":"bg.png","path":"./src/img/bg.png","statSize":33,"parsedSize":38,"gzipSize":58},{"id":172,"label":"logo.png","path":"./src/img/logo.png","statSize":35,"parsedSize":40,"gzipSize":60},{"id":759,"label":"photo1.png","path":"./src/img/photo1.png","statSize":37,"parsedSize":42,"gzipSize":62},{"id":220,"label":"photo2.jpg","path":"./src/img/photo2.jpg","statSize":37,"parsedSize":42,"gzipSize":62},{"id":770,"label":"photo3.svg","path":"./src/img/photo3.svg","statSize":37,"parsedSize":68,"gzipSize":88}],"parsedSize":1015,"gzipSize":394},{"label":"js","path":"./src/js","statSize":119749,"groups":[{"label":"_components/drivers","path":"./src/js/_components/drivers","statSize":1548,"groups":[{"id":976,"label":"_google.track.external.links.js","path":"./src/js/_components/drivers/_google.track.external.links.js","statSize":1548,"parsedSize":787,"gzipSize":441}],"parsedSize":787,"gzipSize":441},{"id":80,"label":"app.js + 22 modules (concatenated)","path":"./src/js/app.js + 22 modules (concatenated)","statSize":118201,"parsedSize":61935,"gzipSize":15996,"concatenated":true,"groups":[{"label":"src/js","path":"./src/js/app.js + 22 modules (concatenated)/src/js","statSize":94211,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/app.js","statSize":2531,"parsedSize":1326,"gzipSize":342,"inaccurateSizes":true},{"label":"_components","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components","statSize":65659,"groups":[{"id":null,"label":"_ui.hover.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.hover.js","statSize":5674,"parsedSize":2973,"gzipSize":767,"inaccurateSizes":true},{"id":null,"label":"_ui.carousel.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.carousel.js","statSize":4584,"parsedSize":2401,"gzipSize":620,"inaccurateSizes":true},{"id":null,"label":"_ui.menu.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.menu.js","statSize":2471,"parsedSize":1294,"gzipSize":334,"inaccurateSizes":true},{"id":null,"label":"_ui.flyout.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.flyout.js","statSize":2407,"parsedSize":1261,"gzipSize":325,"inaccurateSizes":true},{"id":null,"label":"_ui.sidebar.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.sidebar.js","statSize":3303,"parsedSize":1730,"gzipSize":446,"inaccurateSizes":true},{"id":null,"label":"_ui.video.preview.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.video.preview.js","statSize":3895,"parsedSize":2040,"gzipSize":527,"inaccurateSizes":true},{"id":null,"label":"_ui.spinner.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.spinner.js","statSize":1246,"parsedSize":652,"gzipSize":168,"inaccurateSizes":true},{"id":null,"label":"_ui.ajax.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.ajax.js","statSize":10439,"parsedSize":5469,"gzipSize":1412,"inaccurateSizes":true},{"id":null,"label":"_ui.form.basics.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.form.basics.js","statSize":4513,"parsedSize":2364,"gzipSize":610,"inaccurateSizes":true},{"id":null,"label":"_ui.header-footer.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.header-footer.js","statSize":2664,"parsedSize":1395,"gzipSize":360,"inaccurateSizes":true},{"id":null,"label":"_ui.cookie.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.cookie.js","statSize":1777,"parsedSize":931,"gzipSize":240,"inaccurateSizes":true},{"label":"drivers","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/drivers","statSize":17682,"groups":[{"id":null,"label":"_map.google.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/drivers/_map.google.js","statSize":8262,"parsedSize":4329,"gzipSize":1118,"inaccurateSizes":true},{"id":null,"label":"_map.google.marker.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/drivers/_map.google.marker.js","statSize":9420,"parsedSize":4935,"gzipSize":1274,"inaccurateSizes":true}],"parsedSize":9265,"gzipSize":2392,"inaccurateSizes":true},{"id":null,"label":"_ui.form.fields.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_components/_ui.form.fields.js","statSize":5004,"parsedSize":2621,"gzipSize":677,"inaccurateSizes":true}],"parsedSize":34404,"gzipSize":8885,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_events.js","statSize":1332,"parsedSize":697,"gzipSize":180,"inaccurateSizes":true},{"id":null,"label":"_main.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_main.js","statSize":18468,"parsedSize":9676,"gzipSize":2499,"inaccurateSizes":true},{"id":null,"label":"_layout.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_layout.js","statSize":2166,"parsedSize":1134,"gzipSize":293,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_consts.js","statSize":282,"parsedSize":147,"gzipSize":38,"inaccurateSizes":true},{"id":null,"label":"_events.router.js","path":"./src/js/app.js + 22 modules (concatenated)/src/js/_events.router.js","statSize":3773,"parsedSize":1976,"gzipSize":510,"inaccurateSizes":true}],"parsedSize":49364,"gzipSize":12749,"inaccurateSizes":true},{"label":"node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js","path":"./src/js/app.js + 22 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js","statSize":23990,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 22 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js/app.js","statSize":103,"parsedSize":53,"gzipSize":13,"inaccurateSizes":true},{"id":null,"label":"meta-lightbox.js","path":"./src/js/app.js + 22 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js/meta-lightbox.js","statSize":22555,"parsedSize":11818,"gzipSize":3052,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 22 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js/_events.js","statSize":1332,"parsedSize":697,"gzipSize":180,"inaccurateSizes":true}],"parsedSize":12570,"gzipSize":3246,"inaccurateSizes":true}]}],"parsedSize":62722,"gzipSize":16300}],"parsedSize":63737,"gzipSize":16593}]},{"label":"js/app_Site.Controllers.MapElementController.js","isAsset":true,"statSize":27555,"parsedSize":14078,"gzipSize":4408,"groups":[{"label":"src","path":"./src","statSize":27555,"groups":[{"label":"js/types","path":"./src/js/types","statSize":26156,"groups":[{"id":406,"label":"Site.Controllers.MapElementController.js + 5 modules (concatenated)","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)","statSize":26156,"parsedSize":14049,"gzipSize":4399,"concatenated":true,"groups":[{"label":"src/js","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js","statSize":26156,"groups":[{"label":"types","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/types","statSize":2457,"groups":[{"id":null,"label":"Site.Controllers.MapElementController.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/types/Site.Controllers.MapElementController.js","statSize":2457,"parsedSize":1319,"gzipSize":413,"inaccurateSizes":true}],"parsedSize":1319,"gzipSize":413,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/_events.js","statSize":1332,"parsedSize":715,"gzipSize":224,"inaccurateSizes":true},{"label":"_components","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/_components","statSize":22085,"groups":[{"id":null,"label":"_ui.map.api.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/_components/_ui.map.api.js","statSize":4403,"parsedSize":2364,"gzipSize":740,"inaccurateSizes":true},{"label":"drivers","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/_components/drivers","statSize":17682,"groups":[{"id":null,"label":"_map.google.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/_components/drivers/_map.google.js","statSize":8262,"parsedSize":4437,"gzipSize":1389,"inaccurateSizes":true},{"id":null,"label":"_map.google.marker.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/_components/drivers/_map.google.marker.js","statSize":9420,"parsedSize":5059,"gzipSize":1584,"inaccurateSizes":true}],"parsedSize":9497,"gzipSize":2973,"inaccurateSizes":true}],"parsedSize":11862,"gzipSize":3714,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 5 modules (concatenated)/src/js/_consts.js","statSize":282,"parsedSize":151,"gzipSize":47,"inaccurateSizes":true}],"parsedSize":14049,"gzipSize":4399,"inaccurateSizes":true}]}],"parsedSize":14049,"gzipSize":4399},{"label":"scss/_components","path":"./src/scss/_components","statSize":1399,"groups":[{"id":null,"label":"_ui.map.scss","path":"./src/scss/_components/_ui.map.scss","statSize":1399}],"parsedSize":0,"gzipSize":0}],"parsedSize":14049,"gzipSize":4399}]},{"label":"js/app_SilverShop.Page.CheckoutPageController.js","isAsset":true,"statSize":25173,"parsedSize":12559,"gzipSize":4150,"groups":[{"label":"src","path":"./src","statSize":25173,"groups":[{"label":"scss/_components","path":"./src/scss/_components","statSize":1399,"groups":[{"id":null,"label":"_ui.map.scss","path":"./src/scss/_components/_ui.map.scss","statSize":1399}],"parsedSize":0,"gzipSize":0},{"label":"js/types","path":"./src/js/types","statSize":23774,"groups":[{"id":105,"label":"SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)","statSize":23774,"parsedSize":12530,"gzipSize":4141,"concatenated":true,"groups":[{"label":"src/js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js","statSize":23774,"groups":[{"label":"types","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/types","statSize":75,"groups":[{"id":null,"label":"SilverShop.Page.CheckoutPageController.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/types/SilverShop.Page.CheckoutPageController.js","statSize":75,"parsedSize":39,"gzipSize":13,"inaccurateSizes":true}],"parsedSize":39,"gzipSize":13,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/_events.js","statSize":1332,"parsedSize":702,"gzipSize":232,"inaccurateSizes":true},{"label":"_components","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/_components","statSize":22085,"groups":[{"id":null,"label":"_ui.map.api.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/_components/_ui.map.api.js","statSize":4403,"parsedSize":2320,"gzipSize":766,"inaccurateSizes":true},{"label":"drivers","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/_components/drivers","statSize":17682,"groups":[{"id":null,"label":"_map.google.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/_components/drivers/_map.google.js","statSize":8262,"parsedSize":4354,"gzipSize":1439,"inaccurateSizes":true},{"id":null,"label":"_map.google.marker.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/_components/drivers/_map.google.marker.js","statSize":9420,"parsedSize":4964,"gzipSize":1640,"inaccurateSizes":true}],"parsedSize":9319,"gzipSize":3079,"inaccurateSizes":true}],"parsedSize":11639,"gzipSize":3846,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 5 modules (concatenated)/src/js/_consts.js","statSize":282,"parsedSize":148,"gzipSize":49,"inaccurateSizes":true}],"parsedSize":12530,"gzipSize":4141,"inaccurateSizes":true}]}],"parsedSize":12530,"gzipSize":4141}],"parsedSize":12530,"gzipSize":4141}]},{"label":"js/app_cms.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":41,"label":"cms.scss","path":"./src/scss/types/cms.scss","statSize":50}],"parsedSize":0,"gzipSize":0}]},{"label":"js/app_editor.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":526,"label":"editor.scss","path":"./src/scss/types/editor.scss","statSize":50}],"parsedSize":0,"gzipSize":0}]},{"label":"js/app_order.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":540,"label":"order.scss","path":"./src/scss/types/order.scss","statSize":50}],"parsedSize":0,"gzipSize":0}]}];
window.chartData = [{"label":"js/app.js","isAsset":true,"statSize":495620,"parsedSize":539184,"gzipSize":105504,"groups":[{"label":"node_modules","path":"./node_modules","statSize":326482,"groups":[{"label":".pnpm","path":"./node_modules/.pnpm","statSize":326322,"groups":[{"label":"bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist","statSize":140288,"groups":[{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/alert.js","label":"alert.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/alert.js","statSize":6448,"parsedSize":7492,"gzipSize":2102},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/button.js","label":"button.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/button.js","statSize":8770,"parsedSize":9615,"gzipSize":2653},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/carousel.js","label":"carousel.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/carousel.js","statSize":21866,"parsedSize":23405,"gzipSize":5400},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/collapse.js","label":"collapse.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/collapse.js","statSize":14317,"parsedSize":15630,"gzipSize":3728},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/modal.js","label":"modal.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/modal.js","statSize":23758,"parsedSize":25319,"gzipSize":5334},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/popover.js","label":"popover.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/popover.js","statSize":7784,"parsedSize":8931,"gzipSize":2601},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/scrollspy.js","label":"scrollspy.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/scrollspy.js","statSize":12173,"parsedSize":13409,"gzipSize":3557},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tab.js","label":"tab.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tab.js","statSize":9609,"parsedSize":10737,"gzipSize":2829},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tooltip.js","label":"tooltip.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/tooltip.js","statSize":28254,"parsedSize":30256,"gzipSize":7140},{"id":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/util.js","label":"util.js","path":"./node_modules/.pnpm/bootstrap@4.6.0_jquery@3.5.1+popper.js@1.16.1/node_modules/bootstrap/js/dist/util.js","statSize":7309,"parsedSize":8120,"gzipSize":2590}],"parsedSize":152914,"gzipSize":22840},{"label":"hammerjs@2.0.8/node_modules/hammerjs","path":"./node_modules/.pnpm/hammerjs@2.0.8/node_modules/hammerjs","statSize":73424,"groups":[{"id":"./node_modules/.pnpm/hammerjs@2.0.8/node_modules/hammerjs/hammer.js","label":"hammer.js","path":"./node_modules/.pnpm/hammerjs@2.0.8/node_modules/hammerjs/hammer.js","statSize":73424,"parsedSize":76321,"gzipSize":17728}],"parsedSize":76321,"gzipSize":17728},{"label":"jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs","path":"./node_modules/.pnpm/jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs","statSize":1315,"groups":[{"id":"./node_modules/.pnpm/jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs/jquery.hammer.js","label":"jquery.hammer.js","path":"./node_modules/.pnpm/jquery-hammerjs@2.0.0/node_modules/jquery-hammerjs/jquery.hammer.js","statSize":1315,"parsedSize":1952,"gzipSize":759}],"parsedSize":1952,"gzipSize":759},{"label":"jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent","path":"./node_modules/.pnpm/jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent","statSize":7207,"groups":[{"id":"./node_modules/.pnpm/jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent/jquery.hoverIntent.js","label":"jquery.hoverIntent.js","path":"./node_modules/.pnpm/jquery-hoverintent@1.10.1/node_modules/jquery-hoverintent/jquery.hoverIntent.js","statSize":7207,"parsedSize":7887,"gzipSize":2731}],"parsedSize":7887,"gzipSize":2731},{"label":"popper.js@1.16.1/node_modules/popper.js/dist/esm","path":"./node_modules/.pnpm/popper.js@1.16.1/node_modules/popper.js/dist/esm","statSize":88383,"groups":[{"id":"./node_modules/.pnpm/popper.js@1.16.1/node_modules/popper.js/dist/esm/popper.js","label":"popper.js","path":"./node_modules/.pnpm/popper.js@1.16.1/node_modules/popper.js/dist/esm/popper.js","statSize":88383,"parsedSize":91376,"gzipSize":22698}],"parsedSize":91376,"gzipSize":22698},{"label":"smooth-scroll@16.1.3/node_modules/smooth-scroll/dist","path":"./node_modules/.pnpm/smooth-scroll@16.1.3/node_modules/smooth-scroll/dist","statSize":9481,"groups":[{"id":"./node_modules/.pnpm/smooth-scroll@16.1.3/node_modules/smooth-scroll/dist/smooth-scroll.polyfills.min.js","label":"smooth-scroll.polyfills.min.js","path":"./node_modules/.pnpm/smooth-scroll@16.1.3/node_modules/smooth-scroll/dist/smooth-scroll.polyfills.min.js","statSize":9481,"parsedSize":10185,"gzipSize":3457}],"parsedSize":10185,"gzipSize":3457},{"label":"@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/scss","path":"./node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/scss","statSize":6224,"groups":[{"id":null,"label":"app.scss","path":"./node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/scss/app.scss","statSize":6224}],"parsedSize":0,"gzipSize":0}],"parsedSize":340635,"gzipSize":67820},{"label":"font-awesome","path":"./node_modules/font-awesome","statSize":160,"groups":[{"id":"./node_modules/font-awesome sync \\.(otf|eot|svg|ttf|woff|woff2)$","label":" sync nonrecursive \\.(otf|eot|svg|ttf|woff|woff2)$","path":"./node_modules/font-awesome/ sync nonrecursive \\.(otf|eot|svg|ttf|woff|woff2)$","statSize":160,"parsedSize":565,"gzipSize":340}],"parsedSize":565,"gzipSize":340}],"parsedSize":341200,"gzipSize":68030},{"label":"src","path":"./src","statSize":169138,"groups":[{"label":"img","path":"./src/img","statSize":685,"groups":[{"id":"./src/img sync \\.(png|jpe?g|svg)$","label":" sync nonrecursive \\.(png|jpe?g|svg)$","path":"./src/img/ sync nonrecursive \\.(png|jpe?g|svg)$","statSize":506,"parsedSize":1680,"gzipSize":528},{"id":"./src/img/bg.png","label":"bg.png","path":"./src/img/bg.png","statSize":33,"parsedSize":138,"gzipSize":142},{"id":"./src/img/logo.png","label":"logo.png","path":"./src/img/logo.png","statSize":35,"parsedSize":142,"gzipSize":143},{"id":"./src/img/photo1.png","label":"photo1.png","path":"./src/img/photo1.png","statSize":37,"parsedSize":146,"gzipSize":145},{"id":"./src/img/photo2.jpg","label":"photo2.jpg","path":"./src/img/photo2.jpg","statSize":37,"parsedSize":146,"gzipSize":145},{"id":"./src/img/photo3.svg","label":"photo3.svg","path":"./src/img/photo3.svg","statSize":37,"parsedSize":315,"gzipSize":219}],"parsedSize":2567,"gzipSize":654},{"label":"js","path":"./src/js","statSize":168453,"groups":[{"label":"_components/drivers","path":"./src/js/_components/drivers","statSize":1548,"groups":[{"id":"./src/js/_components/drivers/_google.track.external.links.js","label":"_google.track.external.links.js","path":"./src/js/_components/drivers/_google.track.external.links.js","statSize":1548,"parsedSize":1735,"gzipSize":819}],"parsedSize":1735,"gzipSize":819},{"id":"./src/js/app.js","label":"app.js + 25 modules (concatenated)","path":"./src/js/app.js + 25 modules (concatenated)","statSize":166905,"parsedSize":180763,"gzipSize":35372,"concatenated":true,"groups":[{"label":"src","path":"./src/js/app.js + 25 modules (concatenated)/src","statSize":95190,"groups":[{"label":"js","path":"./src/js/app.js + 25 modules (concatenated)/src/js","statSize":95140,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/app.js","statSize":2531,"parsedSize":2741,"gzipSize":536,"inaccurateSizes":true},{"label":"_components","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components","statSize":66588,"groups":[{"id":null,"label":"_ui.hover.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.hover.js","statSize":5674,"parsedSize":6145,"gzipSize":1202,"inaccurateSizes":true},{"id":null,"label":"_ui.carousel.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.carousel.js","statSize":4584,"parsedSize":4964,"gzipSize":971,"inaccurateSizes":true},{"id":null,"label":"_ui.menu.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.menu.js","statSize":2471,"parsedSize":2676,"gzipSize":523,"inaccurateSizes":true},{"id":null,"label":"_ui.flyout.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.flyout.js","statSize":2407,"parsedSize":2606,"gzipSize":510,"inaccurateSizes":true},{"id":null,"label":"_ui.sidebar.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.sidebar.js","statSize":3303,"parsedSize":3577,"gzipSize":700,"inaccurateSizes":true},{"id":null,"label":"_ui.video.preview.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.video.preview.js","statSize":3895,"parsedSize":4218,"gzipSize":825,"inaccurateSizes":true},{"id":null,"label":"_ui.spinner.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.spinner.js","statSize":1246,"parsedSize":1349,"gzipSize":264,"inaccurateSizes":true},{"id":null,"label":"_ui.ajax.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.ajax.js","statSize":10439,"parsedSize":11305,"gzipSize":2212,"inaccurateSizes":true},{"id":null,"label":"_ui.form.basics.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.form.basics.js","statSize":4513,"parsedSize":4887,"gzipSize":956,"inaccurateSizes":true},{"id":null,"label":"_ui.header-footer.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.header-footer.js","statSize":2664,"parsedSize":2885,"gzipSize":564,"inaccurateSizes":true},{"id":null,"label":"_ui.cookie.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.cookie.js","statSize":1777,"parsedSize":1924,"gzipSize":376,"inaccurateSizes":true},{"label":"drivers","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/drivers","statSize":18611,"groups":[{"id":null,"label":"_map.google.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/drivers/_map.google.js","statSize":8588,"parsedSize":9301,"gzipSize":1820,"inaccurateSizes":true},{"id":null,"label":"_map.google.marker.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/drivers/_map.google.marker.js","statSize":10023,"parsedSize":10855,"gzipSize":2124,"inaccurateSizes":true}],"parsedSize":20156,"gzipSize":3944,"inaccurateSizes":true},{"id":null,"label":"_ui.form.fields.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_components/_ui.form.fields.js","statSize":5004,"parsedSize":5419,"gzipSize":1060,"inaccurateSizes":true}],"parsedSize":72116,"gzipSize":14111,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_events.js","statSize":1332,"parsedSize":1442,"gzipSize":282,"inaccurateSizes":true},{"id":null,"label":"_main.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_main.js","statSize":18468,"parsedSize":20001,"gzipSize":3913,"inaccurateSizes":true},{"id":null,"label":"_layout.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_layout.js","statSize":2166,"parsedSize":2345,"gzipSize":459,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_consts.js","statSize":282,"parsedSize":305,"gzipSize":59,"inaccurateSizes":true},{"id":null,"label":"_events.router.js","path":"./src/js/app.js + 25 modules (concatenated)/src/js/_events.router.js","statSize":3773,"parsedSize":4086,"gzipSize":799,"inaccurateSizes":true}],"parsedSize":103039,"gzipSize":20162,"inaccurateSizes":true},{"label":"scss","path":"./src/js/app.js + 25 modules (concatenated)/src/scss","statSize":50,"groups":[{"id":null,"label":"app.scss","path":"./src/js/app.js + 25 modules (concatenated)/src/scss/app.scss","statSize":50,"parsedSize":54,"gzipSize":10,"inaccurateSizes":true}],"parsedSize":54,"gzipSize":10,"inaccurateSizes":true}],"parsedSize":103093,"gzipSize":20173,"inaccurateSizes":true},{"label":"node_modules/.pnpm","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm","statSize":71715,"groups":[{"label":"@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src","statSize":24040,"groups":[{"label":"js","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js","statSize":23990,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js/app.js","statSize":103,"parsedSize":111,"gzipSize":21,"inaccurateSizes":true},{"id":null,"label":"meta-lightbox.js","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js/meta-lightbox.js","statSize":22555,"parsedSize":24427,"gzipSize":4780,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/js/_events.js","statSize":1332,"parsedSize":1442,"gzipSize":282,"inaccurateSizes":true}],"parsedSize":25981,"gzipSize":5084,"inaccurateSizes":true},{"label":"scss","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/scss","statSize":50,"groups":[{"id":null,"label":"app.scss","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@a2nt/meta-lightbox@2.7.3/node_modules/@a2nt/meta-lightbox/src/scss/app.scss","statSize":50,"parsedSize":54,"gzipSize":10,"inaccurateSizes":true}],"parsedSize":54,"gzipSize":10,"inaccurateSizes":true}],"parsedSize":26036,"gzipSize":5094,"inaccurateSizes":true},{"label":"@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist","statSize":47675,"groups":[{"id":null,"label":"index.esm.js","path":"./src/js/app.js + 25 modules (concatenated)/node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist/index.esm.js","statSize":47675,"parsedSize":51633,"gzipSize":10103,"inaccurateSizes":true}],"parsedSize":51633,"gzipSize":10103,"inaccurateSizes":true}],"parsedSize":77669,"gzipSize":15198,"inaccurateSizes":true}]}],"parsedSize":182498,"gzipSize":36071}],"parsedSize":185065,"gzipSize":36521}]},{"label":"js/app_Site.Controllers.MapElementController.js","isAsset":true,"statSize":74810,"parsedSize":83970,"gzipSize":18434,"groups":[{"label":"src/js/types","path":"./src/js/types","statSize":74810,"groups":[{"id":"./src/js/types/Site.Controllers.MapElementController.js","label":"Site.Controllers.MapElementController.js + 7 modules (concatenated)","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)","statSize":74810,"parsedSize":79822,"gzipSize":17365,"concatenated":true,"groups":[{"label":"src","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src","statSize":27135,"groups":[{"label":"js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js","statSize":27085,"groups":[{"label":"types","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/types","statSize":2457,"groups":[{"id":null,"label":"Site.Controllers.MapElementController.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/types/Site.Controllers.MapElementController.js","statSize":2457,"parsedSize":2621,"gzipSize":570,"inaccurateSizes":true}],"parsedSize":2621,"gzipSize":570,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/_events.js","statSize":1332,"parsedSize":1421,"gzipSize":309,"inaccurateSizes":true},{"label":"_components","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/_components","statSize":23014,"groups":[{"id":null,"label":"_ui.map.api.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/_components/_ui.map.api.js","statSize":4403,"parsedSize":4697,"gzipSize":1022,"inaccurateSizes":true},{"label":"drivers","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/_components/drivers","statSize":18611,"groups":[{"id":null,"label":"_map.google.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/_components/drivers/_map.google.js","statSize":8588,"parsedSize":9163,"gzipSize":1993,"inaccurateSizes":true},{"id":null,"label":"_map.google.marker.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/_components/drivers/_map.google.marker.js","statSize":10023,"parsedSize":10694,"gzipSize":2326,"inaccurateSizes":true}],"parsedSize":19857,"gzipSize":4320,"inaccurateSizes":true}],"parsedSize":24555,"gzipSize":5342,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/js/_consts.js","statSize":282,"parsedSize":300,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":28899,"gzipSize":6287,"inaccurateSizes":true},{"label":"scss/_components","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/scss/_components","statSize":50,"groups":[{"id":null,"label":"_ui.map.scss","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/src/scss/_components/_ui.map.scss","statSize":50,"parsedSize":53,"gzipSize":11,"inaccurateSizes":true}],"parsedSize":53,"gzipSize":11,"inaccurateSizes":true}],"parsedSize":28952,"gzipSize":6298,"inaccurateSizes":true},{"label":"node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist","statSize":47675,"groups":[{"id":null,"label":"index.esm.js","path":"./src/js/types/Site.Controllers.MapElementController.js + 7 modules (concatenated)/node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist/index.esm.js","statSize":47675,"parsedSize":50869,"gzipSize":11066,"inaccurateSizes":true}],"parsedSize":50869,"gzipSize":11066,"inaccurateSizes":true}]}],"parsedSize":79822,"gzipSize":17365}]},{"label":"js/app_SilverShop.Page.CheckoutPageController.js","isAsset":true,"statSize":72428,"parsedSize":81025,"gzipSize":18068,"groups":[{"label":"src/js/types","path":"./src/js/types","statSize":72428,"groups":[{"id":"./src/js/types/SilverShop.Page.CheckoutPageController.js","label":"SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)","statSize":72428,"parsedSize":76872,"gzipSize":16982,"concatenated":true,"groups":[{"label":"src","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src","statSize":24753,"groups":[{"label":"js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js","statSize":24703,"groups":[{"label":"types","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/types","statSize":75,"groups":[{"id":null,"label":"SilverShop.Page.CheckoutPageController.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/types/SilverShop.Page.CheckoutPageController.js","statSize":75,"parsedSize":79,"gzipSize":17,"inaccurateSizes":true}],"parsedSize":79,"gzipSize":17,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/_events.js","statSize":1332,"parsedSize":1413,"gzipSize":312,"inaccurateSizes":true},{"label":"_components","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/_components","statSize":23014,"groups":[{"id":null,"label":"_ui.map.api.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/_components/_ui.map.api.js","statSize":4403,"parsedSize":4673,"gzipSize":1032,"inaccurateSizes":true},{"label":"drivers","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/_components/drivers","statSize":18611,"groups":[{"id":null,"label":"_map.google.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/_components/drivers/_map.google.js","statSize":8588,"parsedSize":9114,"gzipSize":2013,"inaccurateSizes":true},{"id":null,"label":"_map.google.marker.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/_components/drivers/_map.google.marker.js","statSize":10023,"parsedSize":10637,"gzipSize":2350,"inaccurateSizes":true}],"parsedSize":19752,"gzipSize":4363,"inaccurateSizes":true}],"parsedSize":24426,"gzipSize":5396,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/js/_consts.js","statSize":282,"parsedSize":299,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":26218,"gzipSize":5792,"inaccurateSizes":true},{"label":"scss/_components","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/scss/_components","statSize":50,"groups":[{"id":null,"label":"_ui.map.scss","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/src/scss/_components/_ui.map.scss","statSize":50,"parsedSize":53,"gzipSize":11,"inaccurateSizes":true}],"parsedSize":53,"gzipSize":11,"inaccurateSizes":true}],"parsedSize":26271,"gzipSize":5803,"inaccurateSizes":true},{"label":"node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist","statSize":47675,"groups":[{"id":null,"label":"index.esm.js","path":"./src/js/types/SilverShop.Page.CheckoutPageController.js + 7 modules (concatenated)/node_modules/.pnpm/@googlemaps/markerclustererplus@1.0.3/node_modules/@googlemaps/markerclustererplus/dist/index.esm.js","statSize":47675,"parsedSize":50600,"gzipSize":11178,"inaccurateSizes":true}],"parsedSize":50600,"gzipSize":11178,"inaccurateSizes":true}]}],"parsedSize":76872,"gzipSize":16982}]},{"label":"js/app_editor.js","isAsset":true,"statSize":50,"parsedSize":2835,"gzipSize":985,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":"./src/scss/types/editor.scss","label":"editor.scss","path":"./src/scss/types/editor.scss","statSize":50,"parsedSize":260,"gzipSize":194}],"parsedSize":260,"gzipSize":194}]},{"label":"js/app_order.js","isAsset":true,"statSize":50,"parsedSize":2829,"gzipSize":983,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":"./src/scss/types/order.scss","label":"order.scss","path":"./src/scss/types/order.scss","statSize":50,"parsedSize":259,"gzipSize":193}],"parsedSize":259,"gzipSize":193}]},{"label":"js/app_cms.js","isAsset":true,"statSize":50,"parsedSize":2817,"gzipSize":983,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":"./src/scss/types/cms.scss","label":"cms.scss","path":"./src/scss/types/cms.scss","statSize":50,"parsedSize":257,"gzipSize":192}],"parsedSize":257,"gzipSize":192}]}];
window.defaultSizes = "parsed";
</script>
</body>

View File

@ -1,39 +1,42 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "2.8.4",
"author": "Tony Air <tony@twma.pro>",
"license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
"private": false,
"name": "@a2nt/meta-lightbox",
"version": "2.7.4",
"description": "Universal Lightbox window",
"main": "src/js/app.js",
"author": "Tony Air <tony@twma.pro>",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/a2nt/webpack-bootstrap-ui-kit"
"url": "git+https://github.com/a2nt/meta-lightbox.git"
},
"private": false,
"engines": {
"yarn": ">= 1.0.0"
"node": ">= 12",
"yarn": ">= 1.22.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --https --config webpack.config.serve.js",
"dash": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.serve.js",
"prebuild": "rimraf ./dist",
"build": "cross-env NODE_ENV=production webpack --progress --stats-all",
"lint:check": "eslint ./src --config .eslintrc && sass-lint ./src --config .sasslintrc -v -q",
"lint:fix": "eslint ./src --config .eslintrc --fix && sass-lint ./src --config .sasslintrc -v -q --fix",
"lint:js": "eslint ./src --config .eslintrc",
"lint:sass": "sass-lint ./src --config .sasslintrc -v -q",
"prebuild": "yarn lint:fix && rimraf dist",
"prepare": "yarn lint:fix && yarn build",
"prunecaches": "rimraf ./node_modules/.cache/",
"postinstall": "npm run prunecaches",
"postuninstall": "npm run prunecaches",
"preinstall": "npx only-allow pnpm"
},
"browser": "./src/js/app.js",
"browserslist": [
"defaults",
"ie>=11"
],
"dependencies": {
"@a2nt/meta-lightbox": "^2.7.3",
"aos": "^2.3.4",
"bindings": "^1.5.0",
"bootbox": "^5.5.2",
"bootstrap": "^4.6.0",
"bootstrap-confirmation2": "^4.2.0",
@ -41,7 +44,9 @@
"bootstrap-offcanvas": "^1.0.0",
"bootstrap-table": "^1.18.1",
"bootstrap-timepicker": "^0.5.2",
"events": "^3.2.0",
"font-awesome": "^4.7.0",
"fsevents": "^2.3.1",
"hammerjs": "^2.0.8",
"inputmask": "^5.0.5",
"jquery": "^3.5.1",
@ -57,16 +62,21 @@
"moment": "^2.29.1",
"offcanvas-bootstrap": "^2.5.2",
"popper.js": "*",
"punycode": "^2.1.1",
"querystring": "^0.2.0",
"select2": "^4.0.13",
"setimmediate": "^1.0.5",
"smooth-scroll": "^16.1.3",
"sticky-sidebar": "^3.3.1",
"tablednd": "^1.0.5",
"url": "^0.11.0",
"watchpack-chokidar2": "^2.0.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.12.11",
@ -93,8 +103,10 @@
"file-loader": "^6.2.0",
"font-awesome": "^4.7.0",
"hoist-non-react-statics": "^3.3.2",
"html-dom-parser": "^1.0.0",
"html-entities": "^1.4.0",
"html-loader": "^1.3.2",
"html-react-parser": "^1.2.1",
"html-webpack-plugin": "^4.5.1",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-jpegtran": "^7.0.0",

View File

@ -2,6 +2,8 @@
import $ from 'jquery';
import MarkerClusterer from '@googlemaps/markerclustererplus';
import Events from '../../_events';
import MarkerUI from './_map.google.marker';
@ -74,9 +76,18 @@ const GoogleMapsDriver = (($) => {
'<div class="html"></div>' +
'</div>',
});
ui.popup.setMap(ui.map);
ui.geocoder = new google.maps.Geocoder();
ui.cluster = new MarkerClusterer(ui.map, null, {
styles: [{
width: 30,
height: 30,
className: 'mapboxgl-cluster',
}],
});
$el.trigger(Events.MAPAPILOADED);
}
@ -103,6 +114,8 @@ const GoogleMapsDriver = (($) => {
ui.markers.push(marker);
ui.cluster.addMarker(marker);
return marker;
}

View File

@ -9,7 +9,8 @@ const Obj = {
super();
const ui = this;
ui.setMap(options.map);
ui.ownerMap = options.map;
//ui.setMap(options.map);
ui.position = options.position;
ui.html = options.html
? options.html
@ -116,6 +117,7 @@ const Obj = {
draw() {
const ui = this;
let $div = $(ui.div).find(
'.mapboxgl-marker,.marker-pin,.mapboxgl-popup,.popup',
);
@ -124,9 +126,14 @@ const Obj = {
}
// Calculate position of div
const positionInPixels = ui
.getProjection()
.fromLatLngToDivPixel(new google.maps.LatLng(ui.position));
const projection = ui.getProjection();
if(!projection) {
console.log('GoogleMapsHtmlOverlay: current map is missing');
return null;
}
const positionInPixels = projection.fromLatLngToDivPixel(ui.getPosition());
// Align HTML overlay relative to original position
const offset = {
@ -186,7 +193,7 @@ const Obj = {
getPosition() {
const ui = this;
return ui.position;
return new google.maps.LatLng(ui.position);
}
getDiv() {
@ -200,6 +207,17 @@ const Obj = {
ui.align = align;
ui.draw();
}
remove() {
const ui = this;
ui.setMap(null);
ui.div.remove();
}
// emulate google.maps.Marker functionality for compatibility (for example with @googlemaps/markerclustererplus)
getDraggable() {
return false;
}
}
return GoogleMapsHtmlOverlay;
},

View File

@ -57,6 +57,7 @@ $map-popup-color: $body-color !default;
font-size: 2rem;
padding: 0.5rem;
border-top-right-radius: 0.25rem;
z-index: 2;
&:hover,
&:focus {
@ -97,4 +98,37 @@ $map-popup-color: $body-color !default;
animation: pulse 0.8s linear infinite;
}
}
&-cluster {
background: $info;
color: color-yiq($info);
border-radius: 100%;
font-weight: bold;
font-size: 1.2rem;
display: flex;
align-items: center;
animation: pulse 0.8s linear infinite;
&::before,
&::after {
content: "";
display: block;
position: absolute;
width: 140%;
height: 140%;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: $info;
opacity: 0.2;
border-radius: 100%;
z-index: -1;
}
&::after {
width: 180%;
height: 180%;
}
}
}

View File

@ -9,11 +9,6 @@ const conf = commonVariables.configuration;
const path = require('path');
const filesystem = require('fs');
const UIInfo = require('./package.json');
const UINAME = JSON.stringify(UIInfo.name);
const UIVERSION = JSON.stringify(UIInfo.version);
console.info(`%cUI Kit ${UINAME} ${UIVERSION}`, 'color:yellow;font-size:14px');
const includes = {};
const modules = [
path.resolve(__dirname, conf.APPDIR, conf.SRC),
@ -27,7 +22,7 @@ const modules = [
];
const _addAppFiles = (theme) => {
const dirPath = path.resolve(__dirname, theme);
const dirPath = './' + theme;
let themeName = path.basename(theme);
if (themeName == '.') {
themeName = 'app';
@ -105,6 +100,8 @@ module.exports = {
entry: includes,
externals: {
jquery: 'jQuery',
react: 'React',
'react-dom': 'ReactDOM',
},
resolve: {
modules: modules,
@ -113,6 +110,8 @@ module.exports = {
$: require.resolve('jquery'),
jquery: require.resolve('jquery'),
jQuery: require.resolve('jquery'),
react: require.resolve('react'),
'react-dom': require.resolve('react-dom'),
},
},
};

View File

@ -1,8 +1,6 @@
/*
* Production assets generation
*/
const COMPRESS = true;
const webpack = require('webpack');
const commonVariables = require('./webpack.configuration');
const conf = commonVariables.configuration;
@ -23,15 +21,21 @@ const ImageSpritePlugin = require('@a2nt/image-sprite-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const UIInfo = require('./package.json');
const UIMetaInfo = require('./node_modules/@a2nt/meta-lightbox/package.json');
const UIVERSION = JSON.stringify(UIInfo.version);
const NODE_ENV = conf.NODE_ENV || process.env.NODE_ENV;
const COMPRESS = NODE_ENV === 'production' ? true : false;
console.log('NODE_ENV: ' + NODE_ENV);
console.log('COMPRESS: ' + COMPRESS);
console.log('WebP images: ' + conf['webp']);
let plugins = [
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
react: 'React',
'react-dom': 'ReactDOM',
Popper: ['popper.js', 'default'],
Util: 'exports-loader?Util!bootstrap/js/dist/util',
Alert: 'exports-loader?Alert!bootstrap/js/dist/alert',
@ -47,85 +51,100 @@ let plugins = [
}),
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production'),
NODE_ENV: JSON.stringify(NODE_ENV),
},
UINAME: JSON.stringify(UIInfo.name),
UIVERSION: UIVERSION,
UIAUTHOR: JSON.stringify(UIInfo.author),
UIMetaNAME: JSON.stringify(UIMetaInfo.name),
UIMetaVersion: JSON.stringify(UIMetaInfo.version),
}),
new webpack.LoaderOptionsPlugin({
minimize: true,
debug: false,
minimize: COMPRESS,
debug: !COMPRESS,
}),
new MiniCssExtractPlugin({
filename: 'css/[name].css',
//allChunks: true,
}),
new OptimizeCssAssetsPlugin({
//assetNameRegExp: /\.optimize\.css$/g,
cssProcessor: require('cssnano'),
cssProcessorPluginOptions: {
preset: ['default'],
},
cssProcessorOptions: {
zindex: true,
cssDeclarationSorter: true,
reduceIdents: false,
mergeIdents: true,
mergeRules: true,
mergeLonghand: true,
discardUnused: true,
discardOverridden: true,
discardDuplicates: true,
discardComments: {
removeAll: true,
},
},
canPrint: true,
}),
require('autoprefixer'),
new ImageminPlugin({
minimizerOptions: {
// Lossless optimization with custom option
// Feel free to experiment with options for better result for you
plugins: [
['gifsicle', { interlaced: true }],
['jpegtran', { progressive: true }],
['optipng', { optimizationLevel: 5 }],
[
'svgo',
{
plugins: [
{
removeViewBox: false,
},
],
},
],
],
},
}),
new ImageSpritePlugin({
exclude: /exclude|original|default-|icons|sprite|svg|logo|favicon/,
commentOrigin: false,
compress: COMPRESS,
extensions: ['png'],
indent: '',
log: true,
//outputPath: path.join(__dirname, conf.APPDIR, conf.DIST),
outputFilename: 'img/sprite-[hash].png',
padding: 0,
}),
];
if (COMPRESS) {
plugins.push(
new OptimizeCssAssetsPlugin({
//assetNameRegExp: /\.optimize\.css$/g,
cssProcessor: require('cssnano'),
cssProcessorPluginOptions: {
preset: ['default'],
},
cssProcessorOptions: {
zindex: true,
cssDeclarationSorter: true,
reduceIdents: false,
mergeIdents: true,
mergeRules: true,
mergeLonghand: true,
discardUnused: true,
discardOverridden: true,
discardDuplicates: true,
discardComments: {
removeAll: true,
},
},
canPrint: true,
}),
);
plugins.push(require('autoprefixer'));
plugins.push(
new ImageminPlugin({
minimizerOptions: {
// Lossless optimization with custom option
// Feel free to experiment with options for better result for you
plugins: [
['gifsicle', { interlaced: true }],
['jpegtran', { progressive: true }],
['optipng', { optimizationLevel: 5 }],
[
'svgo',
{
plugins: [
{
removeViewBox: false,
},
],
},
],
],
},
}),
);
plugins.push(
new ImageSpritePlugin({
exclude: /exclude|original|default-|icons|sprite|svg|logo|favicon/,
commentOrigin: false,
compress: COMPRESS,
extensions: ['png'],
indent: '',
log: true,
//outputPath: path.join(__dirname, conf.APPDIR, conf.DIST),
outputFilename: 'img/sprite-[hash].png',
padding: 0,
}),
);
}
const indexPath = path.join(__dirname, conf.APPDIR, conf.SRC, 'index.html');
if (filesystem.existsSync(indexPath)) {
plugins.push(
new HtmlWebpackPlugin({
publicPath: '',
template: path.join(conf.APPDIR, conf.SRC, 'index.html'),
templateParameters: {
NODE_ENV: NODE_ENV,
REACT_SCRIPTS:
NODE_ENV === 'production'
? '<script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script><script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>'
: '<script crossorigin src="https://unpkg.com/react@17/umd/react.development.js"></script><script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script>',
},
}),
);
}
@ -202,11 +221,12 @@ const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
plugins.push(
new BundleAnalyzerPlugin({
analyzerMode: 'static',
openAnalyzer: false,
}),
);
const cfg = merge(common, {
mode: 'production',
mode: NODE_ENV,
cache: {
type: 'filesystem',
},
@ -278,7 +298,15 @@ const cfg = merge(common, {
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env'], //Preset used for env setup
presets: [
'@babel/preset-env',
'@babel/react',
{
plugins: [
'@babel/plugin-proposal-class-properties',
],
},
], //Preset used for env setup
plugins: [['@babel/transform-react-jsx']],
cacheDirectory: true,
cacheCompression: true,

View File

@ -17,8 +17,7 @@ const conf = commonVariables.configuration;
const IP = process.env.IP || conf.HOSTNAME;
const PORT = process.env.PORT || conf.PORT;
const UIInfo = require('./node_modules/@a2nt/ss-bootstrap-ui-webpack-boilerplate/package.json');
const UIMetaInfo = require('./node_modules/@a2nt/meta-lightbox/package.json');
const UIInfo = require('./package.json');
const config = merge(common, {
mode: 'development',
@ -122,8 +121,6 @@ const config = merge(common, {
UINAME: JSON.stringify(UIInfo.name),
UIVERSION: JSON.stringify(UIInfo.version),
UIAUTHOR: JSON.stringify(UIInfo.author),
UIMetaNAME: JSON.stringify(UIMetaInfo.name),
UIMetaVersion: JSON.stringify(UIMetaInfo.version),
}),
],

View File

@ -5,10 +5,11 @@
Site\Templates\WebpackTemplateProvider:
APPDIR: ./
THEMESDIR: themes
HOSTNAME: localhost
HOSTNAME: 127.0.0.1
PORT: 3000
SRC: src
DIST: dist
TYPESJS: src/js/types
TYPESSCSS: src/scss/types
NODE_ENV: development #production,development
webp: false