@skyservice-developers/vue-dev-kit 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vue3/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.sky-header-container[data-v-65669217]{width:100%;min-height:var(--sky-header-min-height, 82px);background-color:var(--sky-header-bg, transparent);display:flex;flex-direction:row;padding:var(--sky-header-padding, 10px);border-bottom:1px solid var(--sky-header-border-color, #dee2e6);z-index:var(--sky-header-z-index, 4);position:relative}.topmenubox[data-v-65669217]{width:100%;display:flex;padding:4px;justify-content:space-between;align-items:center;background-color:transparent}.header-left[data-v-65669217]{display:flex;align-items:center;gap:12px}.titleAndDesc[data-v-65669217]{display:flex;flex-direction:column;position:relative}.notPadding[data-v-65669217]{margin:0;padding:0;font-size:var(--sky-header-title-size, 18px);font-weight:var(--sky-header-title-weight, 500);color:var(--sky-header-title-color, #252525);line-height:1.5;-webkit-user-select:none;user-select:none;display:flex;align-items:center;flex-wrap:nowrap}.topmenu-title[data-v-65669217]{white-space:pre-line}.title-dropdown-toggle[data-v-65669217]{display:flex;flex-direction:row;padding:0;margin:0;background:transparent;border:none;text-align:left;font:inherit;color:inherit}.title-dropdown-toggle-active[data-v-65669217]{cursor:pointer}.arrow[data-v-65669217]{width:12px;position:relative;margin-left:5px;flex-shrink:0;transition:transform .25s ease;color:var(--sky-header-title-color, #252525)}.arrow.open[data-v-65669217]{transform:rotate(180deg)}.title-dropdown[data-v-65669217]{position:absolute;top:100%;left:0;min-width:240px;background:white;border-radius:5px;box-shadow:0 1px 12px #0000001a;border:none;z-index:10;padding:4px 0;margin-top:4px}.title-dropdown-header[data-v-65669217]{padding:4px 24px;font-size:13px;color:#6c757d}.title-dropdown-divider[data-v-65669217]{height:0;margin:4px 0;border-top:1px solid #e9ecef}.title-dropdown-item[data-v-65669217]{padding:4px 24px;cursor:pointer;transition:background-color .1s}.title-dropdown-item[data-v-65669217]:hover{background-color:#f8f9fa}.title-dropdown-item[data-v-65669217]:active{background-color:#e9ecef}.pageName[data-v-65669217]{padding-bottom:0;margin:0;font-weight:500;font-size:14px}.pageVisit[data-v-65669217]{color:gray;font-weight:400;font-size:11px}.topmenu-description[data-v-65669217]{margin:0 0 5px;color:var(--sky-header-subtitle-color, #5d5d5d);font-size:13px;font-weight:400;line-height:1.5}.topmenubox-button[data-v-65669217]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.btn-back[data-v-65669217]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background-color .2s;color:var(--sky-header-back-btn-color, #374151)}.btn-back img[data-v-65669217],.btn-back svg[data-v-65669217]{display:block}.btn-back[data-v-65669217]:hover{background-color:var(--sky-header-back-btn-hover-bg, #f8f9fa)}.btn-back[data-v-65669217]:active{background-color:var(--sky-header-back-btn-active-bg, #e9ecef)}@media (max-width: 499px){.topmenu-description[data-v-65669217]{display:none}.notPadding[data-v-65669217]{font-size:13px}}@media (min-width: 500px) and (max-width: 1099px){.topmenu-description[data-v-65669217]{font-size:11px}}@supports (padding-top: env(safe-area-inset-top)){.sky-header-container[data-v-65669217]{padding-top:calc(10px + env(safe-area-inset-top))}}.sky-dialogbox-classic{display:block;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:var(--sky-dialog-z-index, 9998);background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-0cb65d7d]{display:flex;justify-content:center;align-items:center;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:9999}.sky-dialog-content[data-v-0cb65d7d]{background:var(--sky-dialog-bg, white);width:100%;height:100%;border-radius:var(--sky-dialog-radius, 5px);box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d}.sky-dialog-title[data-v-0cb65d7d]{max-width:calc(100% - 80px);font-size:var(--sky-dialog-title-size, 13pt);padding:24px 0 24px 24px;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sky-dialog-title-color, #252525)}.sky-dialog-subtitle[data-v-0cb65d7d]{display:block;font-size:var(--sky-dialog-subtitle-size, 12pt);line-height:24px;color:var(--sky-dialog-subtitle-color, #6c757d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-close[data-v-0cb65d7d]{cursor:pointer;font-size:16pt;margin:15px;padding:17px;float:right;border-radius:50%;width:50px;height:50px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:var(--sky-dialog-close-color, #333);transition:background-color .2s}.sky-dialog-close[data-v-0cb65d7d]:hover{background-color:var(--sky-dialog-close-hover-bg, #f0f0f0)}.sky-dialog-clearfix[data-v-0cb65d7d]{clear:both}.sky-dialog-paper[data-v-0cb65d7d]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-0cb65d7d]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-0cb65d7d]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-0cb65d7d]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-0cb65d7d]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-0cb65d7d]:has(>:deep(*:nth-child(2)):not(:has(>:deep(*:nth-child(3)))))>*{flex:1 1 50%}@media only screen and (min-width: 1400px){.sky-dialog-content[data-v-0cb65d7d]{width:75%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-0cb65d7d]{height:calc(100% - 150px);max-height:calc(100% - 150px);background-color:#fff;margin:0 10px 60px;border-radius:5px}.sky-dialog-paper-no-footer[data-v-0cb65d7d]{height:calc(100% - 70px);max-height:calc(100% - 70px);margin-bottom:10px}.sky-dialogbox[data-v-0cb65d7d],.sky-dialog-overlay[data-v-0cb65d7d]{padding:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-0cb65d7d]{height:calc(100% - 142px);max-height:calc(100% - 142px);background-color:#fff;margin:0 10px 10px;border-radius:5px;max-width:100vw!important}.sky-dialog-paper-no-footer[data-v-0cb65d7d]{height:calc(100% - 60px);max-height:calc(100% - 60px)}.sky-dialog-footer[data-v-0cb65d7d]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-0cb65d7d]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-0cb65d7d]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-0cb65d7d]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-0cb65d7d]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-paper-no-footer[data-v-0cb65d7d]{height:calc(100% - 60px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-0cb65d7d]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-0cb65d7d]{animation:sky-dialog-slide-in-0cb65d7d .4s ease-in-out}.sky-dialog-footer-animate[data-v-0cb65d7d]{animation:sky-dialog-footer-in-0cb65d7d .4s ease-in-out}@keyframes sky-dialog-slide-in-0cb65d7d{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-0cb65d7d{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-0cb65d7d]{animation:sky-dialog-slide-in-0cb65d7d .4s reverse}.sky-dialogbox-next{display:block;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:var(--sky-dialog-z-index, 9998);background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-35e2143b]{display:flex;justify-content:center;align-items:center;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:9999}.sky-dialog-content[data-v-35e2143b]{background:var(--sky-dialog-bg, white);width:100%;height:100%;box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d}.sky-dialog-header[data-v-35e2143b]{display:flex;align-items:center;padding:10px 14px}.sky-dialog-back[data-v-35e2143b]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;color:var(--sky-dialog-back-color, #374151);transition:background-color .2s;margin-right:12px;flex-shrink:0}.sky-dialog-back svg[data-v-35e2143b]{display:block}.sky-dialog-back[data-v-35e2143b]:hover{background-color:var(--sky-dialog-back-hover-bg, #f8f9fa)}.sky-dialog-back[data-v-35e2143b]:active{background-color:var(--sky-dialog-back-active-bg, #e9ecef)}.sky-dialog-title[data-v-35e2143b]{font-size:var(--sky-dialog-title-size, 13pt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sky-dialog-title-color, #252525);min-width:0}.sky-dialog-title-with-subtitle[data-v-35e2143b]{line-height:1.2}.sky-dialog-subtitle[data-v-35e2143b]{display:block;font-size:var(--sky-dialog-subtitle-size, 12pt);line-height:24px;color:var(--sky-dialog-subtitle-color, #6c757d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-paper[data-v-35e2143b]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-35e2143b]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-35e2143b]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-35e2143b]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-35e2143b]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-35e2143b]:has(>:deep(*:nth-child(2)):not(:has(>:deep(*:nth-child(3)))))>*{flex:1 1 50%}@media only screen and (min-width: 1400px){.sky-dialog-content[data-v-35e2143b]{width:100%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-35e2143b]{height:calc(100% - 150px);max-height:calc(100% - 150px);background-color:#fff;margin:0 10px 60px}.sky-dialog-paper-no-footer[data-v-35e2143b]{height:calc(100% - 70px);max-height:calc(100% - 70px);margin-bottom:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-35e2143b]{height:calc(100% - 142px);max-height:calc(100% - 142px);background-color:#fff;margin:0 10px 10px;max-width:100vw!important}.sky-dialog-paper-no-footer[data-v-35e2143b]{height:calc(100% - 60px);max-height:calc(100% - 60px)}.sky-dialog-footer[data-v-35e2143b]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-35e2143b]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-35e2143b]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-35e2143b]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-35e2143b]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-paper-no-footer[data-v-35e2143b]{height:calc(100% - 60px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-35e2143b]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-35e2143b]{animation:sky-dialog-slide-in-35e2143b .4s ease-in-out}.sky-dialog-footer-animate[data-v-35e2143b]{animation:sky-dialog-footer-in-35e2143b .4s ease-in-out}@keyframes sky-dialog-slide-in-35e2143b{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-35e2143b{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-35e2143b]{animation:sky-dialog-slide-in-35e2143b .4s reverse}.sky-modal-overlay[data-v-b612fee8]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--sky-modal-z-index, 9998);display:flex;justify-content:center;align-items:center}.sky-modal[data-v-b612fee8]{background:var(--sky-modal-bg, white);border-radius:var(--sky-modal-radius, 0);box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d;display:flex;flex-direction:column;max-width:100%;max-height:100%}.sky-modal-header[data-v-b612fee8]{display:flex;align-items:center;padding:var(--sky-modal-header-padding, 10px 14px);border-bottom:1px solid var(--sky-modal-border-color, #dee2e6);flex-shrink:0}.sky-modal-back[data-v-b612fee8]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background-color .2s;color:var(--sky-modal-back-color, #374151);margin-right:12px}.sky-modal-back svg[data-v-b612fee8]{display:block}.sky-modal-back[data-v-b612fee8]:hover{background-color:var(--sky-modal-back-hover-bg, #f8f9fa)}.sky-modal-back[data-v-b612fee8]:active{background-color:var(--sky-modal-back-active-bg, #e9ecef)}.sky-modal-title-wrapper[data-v-b612fee8]{flex:1;min-width:0}.sky-modal-title[data-v-b612fee8]{margin:0;font-size:var(--sky-modal-title-size, 18px);font-weight:var(--sky-modal-title-weight, 500);color:var(--sky-modal-title-color, #252525);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-modal-subtitle[data-v-b612fee8]{font-size:var(--sky-modal-subtitle-size, 14px);color:var(--sky-modal-subtitle-color, #6c757d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-modal-body[data-v-b612fee8]{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--sky-modal-body-padding, 14px)}.sky-modal-footer[data-v-b612fee8]{padding:var(--sky-modal-footer-padding, 10px 14px);border-top:1px solid var(--sky-modal-border-color, #dee2e6);display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.modal-fade-enter-active[data-v-b612fee8],.modal-fade-leave-active[data-v-b612fee8]{transition:opacity .3s ease}.modal-fade-enter-active .sky-modal[data-v-b612fee8],.modal-fade-leave-active .sky-modal[data-v-b612fee8]{transition:transform .3s ease}.modal-fade-enter-from[data-v-b612fee8],.modal-fade-leave-to[data-v-b612fee8]{opacity:0}.modal-fade-enter-from .sky-modal[data-v-b612fee8]{transform:translateY(-20px)}.modal-fade-leave-to .sky-modal[data-v-b612fee8]{transform:translateY(20px)}@media (min-width: 768px){.sky-modal[data-v-b612fee8]{border-radius:var(--sky-modal-radius, 8px)}}
|
|
1
|
+
.sky-header-container[data-v-819edb8d]{width:100%;min-height:var(--sky-header-min-height, 82px);background-color:var(--sky-header-bg, transparent);display:flex;flex-direction:row;padding:var(--sky-header-padding, 10px);border-bottom:1px solid var(--sky-header-border-color, #dee2e6);z-index:var(--sky-header-z-index, 4);position:relative}.topmenubox[data-v-819edb8d]{width:100%;display:flex;padding:4px;justify-content:space-between;align-items:center;background-color:transparent}.header-left[data-v-819edb8d]{display:flex;align-items:center;gap:12px}.titleAndDesc[data-v-819edb8d]{display:flex;flex-direction:column;position:relative}.notPadding[data-v-819edb8d]{margin:0;padding:0;font-size:var(--sky-header-title-size, 18px);font-weight:var(--sky-header-title-weight, 500);color:var(--sky-header-title-color, #252525);line-height:1.5;-webkit-user-select:none;user-select:none;display:flex;align-items:center;flex-wrap:nowrap}.topmenu-title[data-v-819edb8d]{white-space:pre-line}.title-dropdown-toggle[data-v-819edb8d]{display:flex;flex-direction:row;padding:0;margin:0;background:transparent;border:none;text-align:left;font:inherit;color:inherit}.title-dropdown-toggle-active[data-v-819edb8d]{cursor:pointer}.arrow[data-v-819edb8d]{width:12px;position:relative;margin-left:5px;flex-shrink:0;transition:transform .25s ease;color:var(--sky-header-title-color, #252525)}.arrow.open[data-v-819edb8d]{transform:rotate(180deg)}.title-dropdown[data-v-819edb8d]{position:absolute;top:100%;left:0;min-width:240px;background:white;border-radius:5px;box-shadow:0 1px 12px #0000001a;border:none;z-index:10;padding:4px 0;margin-top:4px}.title-dropdown-header[data-v-819edb8d]{padding:4px 24px;font-size:13px;color:#6c757d}.title-dropdown-divider[data-v-819edb8d]{height:0;margin:4px 0;border-top:1px solid #e9ecef}.title-dropdown-item[data-v-819edb8d]{padding:4px 24px;cursor:pointer;transition:background-color .1s}.title-dropdown-item[data-v-819edb8d]:hover{background-color:#f8f9fa}.title-dropdown-item[data-v-819edb8d]:active{background-color:#e9ecef}.pageName[data-v-819edb8d]{padding-bottom:0;margin:0;font-weight:500;font-size:14px}.pageVisit[data-v-819edb8d]{color:gray;font-weight:400;font-size:11px}.topmenu-description[data-v-819edb8d]{margin:0 0 5px;color:var(--sky-header-subtitle-color, #5d5d5d);font-size:13px;font-weight:400;line-height:1.5}.topmenubox-button[data-v-819edb8d]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.btn-back[data-v-819edb8d]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background-color .2s;color:var(--sky-header-back-btn-color, #374151)}.btn-back img[data-v-819edb8d],.btn-back svg[data-v-819edb8d]{display:block}.btn-back[data-v-819edb8d]:hover{background-color:var(--sky-header-back-btn-hover-bg, #f8f9fa)}.btn-back[data-v-819edb8d]:active{background-color:var(--sky-header-back-btn-active-bg, #e9ecef)}@media (max-width: 499px){.topmenu-description[data-v-819edb8d]{display:none}.notPadding[data-v-819edb8d]{font-size:13px}}@media (min-width: 500px) and (max-width: 1099px){.topmenu-description[data-v-819edb8d]{font-size:11px}}@supports (padding-top: env(safe-area-inset-top)){.sky-header-container[data-v-819edb8d]{padding-top:calc(10px + env(safe-area-inset-top))}}.sky-dialogbox-classic{display:block;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:var(--sky-dialog-z-index, 9998);background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-0cb65d7d]{display:flex;justify-content:center;align-items:center;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:9999}.sky-dialog-content[data-v-0cb65d7d]{background:var(--sky-dialog-bg, white);width:100%;height:100%;border-radius:var(--sky-dialog-radius, 5px);box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d}.sky-dialog-title[data-v-0cb65d7d]{max-width:calc(100% - 80px);font-size:var(--sky-dialog-title-size, 13pt);padding:24px 0 24px 24px;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sky-dialog-title-color, #252525)}.sky-dialog-subtitle[data-v-0cb65d7d]{display:block;font-size:var(--sky-dialog-subtitle-size, 12pt);line-height:24px;color:var(--sky-dialog-subtitle-color, #6c757d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-close[data-v-0cb65d7d]{cursor:pointer;font-size:16pt;margin:15px;padding:17px;float:right;border-radius:50%;width:50px;height:50px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:var(--sky-dialog-close-color, #333);transition:background-color .2s}.sky-dialog-close[data-v-0cb65d7d]:hover{background-color:var(--sky-dialog-close-hover-bg, #f0f0f0)}.sky-dialog-clearfix[data-v-0cb65d7d]{clear:both}.sky-dialog-paper[data-v-0cb65d7d]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-0cb65d7d]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-0cb65d7d]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-0cb65d7d]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-0cb65d7d]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-0cb65d7d]:has(>:deep(*:nth-child(2)):not(:has(>:deep(*:nth-child(3)))))>*{flex:1 1 50%}@media only screen and (min-width: 1400px){.sky-dialog-content[data-v-0cb65d7d]{width:75%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-0cb65d7d]{height:calc(100% - 150px);max-height:calc(100% - 150px);background-color:#fff;margin:0 10px 60px;border-radius:5px}.sky-dialog-paper-no-footer[data-v-0cb65d7d]{height:calc(100% - 70px);max-height:calc(100% - 70px);margin-bottom:10px}.sky-dialogbox[data-v-0cb65d7d],.sky-dialog-overlay[data-v-0cb65d7d]{padding:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-0cb65d7d]{height:calc(100% - 142px);max-height:calc(100% - 142px);background-color:#fff;margin:0 10px 10px;border-radius:5px;max-width:100vw!important}.sky-dialog-paper-no-footer[data-v-0cb65d7d]{height:calc(100% - 60px);max-height:calc(100% - 60px)}.sky-dialog-footer[data-v-0cb65d7d]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-0cb65d7d]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-0cb65d7d]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-0cb65d7d]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-0cb65d7d]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-paper-no-footer[data-v-0cb65d7d]{height:calc(100% - 60px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-0cb65d7d]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-0cb65d7d]{animation:sky-dialog-slide-in-0cb65d7d .4s ease-in-out}.sky-dialog-footer-animate[data-v-0cb65d7d]{animation:sky-dialog-footer-in-0cb65d7d .4s ease-in-out}@keyframes sky-dialog-slide-in-0cb65d7d{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-0cb65d7d{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-0cb65d7d]{animation:sky-dialog-slide-in-0cb65d7d .4s reverse}.sky-dialogbox-next{display:block;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:var(--sky-dialog-z-index, 9998);background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-35e2143b]{display:flex;justify-content:center;align-items:center;position:fixed;padding:0;top:0;left:0;width:100%;height:100%;z-index:9999}.sky-dialog-content[data-v-35e2143b]{background:var(--sky-dialog-bg, white);width:100%;height:100%;box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d}.sky-dialog-header[data-v-35e2143b]{display:flex;align-items:center;padding:10px 14px}.sky-dialog-back[data-v-35e2143b]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;color:var(--sky-dialog-back-color, #374151);transition:background-color .2s;margin-right:12px;flex-shrink:0}.sky-dialog-back svg[data-v-35e2143b]{display:block}.sky-dialog-back[data-v-35e2143b]:hover{background-color:var(--sky-dialog-back-hover-bg, #f8f9fa)}.sky-dialog-back[data-v-35e2143b]:active{background-color:var(--sky-dialog-back-active-bg, #e9ecef)}.sky-dialog-title[data-v-35e2143b]{font-size:var(--sky-dialog-title-size, 13pt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sky-dialog-title-color, #252525);min-width:0}.sky-dialog-title-with-subtitle[data-v-35e2143b]{line-height:1.2}.sky-dialog-subtitle[data-v-35e2143b]{display:block;font-size:var(--sky-dialog-subtitle-size, 12pt);line-height:24px;color:var(--sky-dialog-subtitle-color, #6c757d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-paper[data-v-35e2143b]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-35e2143b]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-35e2143b]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-35e2143b]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-35e2143b]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-35e2143b]:has(>:deep(*:nth-child(2)):not(:has(>:deep(*:nth-child(3)))))>*{flex:1 1 50%}@media only screen and (min-width: 1400px){.sky-dialog-content[data-v-35e2143b]{width:100%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-35e2143b]{height:calc(100% - 150px);max-height:calc(100% - 150px);background-color:#fff;margin:0 10px 60px}.sky-dialog-paper-no-footer[data-v-35e2143b]{height:calc(100% - 70px);max-height:calc(100% - 70px);margin-bottom:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-35e2143b]{height:calc(100% - 142px);max-height:calc(100% - 142px);background-color:#fff;margin:0 10px 10px;max-width:100vw!important}.sky-dialog-paper-no-footer[data-v-35e2143b]{height:calc(100% - 60px);max-height:calc(100% - 60px)}.sky-dialog-footer[data-v-35e2143b]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-35e2143b]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-35e2143b]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-35e2143b]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-35e2143b]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-paper-no-footer[data-v-35e2143b]{height:calc(100% - 60px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-35e2143b]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-35e2143b]{animation:sky-dialog-slide-in-35e2143b .4s ease-in-out}.sky-dialog-footer-animate[data-v-35e2143b]{animation:sky-dialog-footer-in-35e2143b .4s ease-in-out}@keyframes sky-dialog-slide-in-35e2143b{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-35e2143b{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-35e2143b]{animation:sky-dialog-slide-in-35e2143b .4s reverse}.sky-modal-overlay[data-v-b612fee8]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--sky-modal-z-index, 9998);display:flex;justify-content:center;align-items:center}.sky-modal[data-v-b612fee8]{background:var(--sky-modal-bg, white);border-radius:var(--sky-modal-radius, 0);box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d;display:flex;flex-direction:column;max-width:100%;max-height:100%}.sky-modal-header[data-v-b612fee8]{display:flex;align-items:center;padding:var(--sky-modal-header-padding, 10px 14px);border-bottom:1px solid var(--sky-modal-border-color, #dee2e6);flex-shrink:0}.sky-modal-back[data-v-b612fee8]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background-color .2s;color:var(--sky-modal-back-color, #374151);margin-right:12px}.sky-modal-back svg[data-v-b612fee8]{display:block}.sky-modal-back[data-v-b612fee8]:hover{background-color:var(--sky-modal-back-hover-bg, #f8f9fa)}.sky-modal-back[data-v-b612fee8]:active{background-color:var(--sky-modal-back-active-bg, #e9ecef)}.sky-modal-title-wrapper[data-v-b612fee8]{flex:1;min-width:0}.sky-modal-title[data-v-b612fee8]{margin:0;font-size:var(--sky-modal-title-size, 18px);font-weight:var(--sky-modal-title-weight, 500);color:var(--sky-modal-title-color, #252525);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-modal-subtitle[data-v-b612fee8]{font-size:var(--sky-modal-subtitle-size, 14px);color:var(--sky-modal-subtitle-color, #6c757d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-modal-body[data-v-b612fee8]{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--sky-modal-body-padding, 14px)}.sky-modal-footer[data-v-b612fee8]{padding:var(--sky-modal-footer-padding, 10px 14px);border-top:1px solid var(--sky-modal-border-color, #dee2e6);display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.modal-fade-enter-active[data-v-b612fee8],.modal-fade-leave-active[data-v-b612fee8]{transition:opacity .3s ease}.modal-fade-enter-active .sky-modal[data-v-b612fee8],.modal-fade-leave-active .sky-modal[data-v-b612fee8]{transition:transform .3s ease}.modal-fade-enter-from[data-v-b612fee8],.modal-fade-leave-to[data-v-b612fee8]{opacity:0}.modal-fade-enter-from .sky-modal[data-v-b612fee8]{transform:translateY(-20px)}.modal-fade-leave-to .sky-modal[data-v-b612fee8]{transform:translateY(20px)}@media (min-width: 768px){.sky-modal[data-v-b612fee8]{border-radius:var(--sky-modal-radius, 8px)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");var Me=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function De(l){return l&&l.__esModule&&Object.prototype.hasOwnProperty.call(l,"default")?l.default:l}var se={exports:{}};(function(l,N){(function(b,d){var E="1.0.41",v="",B="?",p="function",f="undefined",x="object",T="string",_="major",o="model",a="name",t="type",i="vendor",n="version",s="architecture",k="console",r="mobile",c="tablet",S="smarttv",V="wearable",M="embedded",J=500,F="Amazon",D="Apple",de="ASUS",ce="BlackBerry",X="Browser",H="Chrome",_e="Edge",G="Firefox",W="Google",ue="Honor",me="Huawei",Ce="Lenovo",K="LG",Q="Microsoft",ee="Motorola",te="Nvidia",be="OnePlus",I="Opera",oe="OPPO",L="Samsung",we="Sharp",R="Sony",ie="Xiaomi",ne="Zebra",pe="Facebook",fe="Chromium OS",ve="Mac OS",ge=" Browser",Oe=function(w,g){var m={};for(var y in w)g[y]&&g[y].length%2===0?m[y]=g[y].concat(w[y]):m[y]=w[y];return m},Y=function(w){for(var g={},m=0;m<w.length;m++)g[w[m].toUpperCase()]=w[m];return g},he=function(w,g){return typeof w===T?$(g).indexOf($(w))!==-1:!1},$=function(w){return w.toLowerCase()},Ae=function(w){return typeof w===T?w.replace(/[^\d\.]/g,v).split(".")[0]:d},ae=function(w,g){if(typeof w===T)return w=w.replace(/^\s\s*/,v),typeof g===f?w:w.substring(0,J)},U=function(w,g){for(var m=0,y,z,O,h,u,A;m<g.length&&!u;){var le=g[m],Ee=g[m+1];for(y=z=0;y<le.length&&!u&&le[y];)if(u=le[y++].exec(w),u)for(O=0;O<Ee.length;O++)A=u[++z],h=Ee[O],typeof h===x&&h.length>0?h.length===2?typeof h[1]==p?this[h[0]]=h[1].call(this,A):this[h[0]]=h[1]:h.length===3?typeof h[1]===p&&!(h[1].exec&&h[1].test)?this[h[0]]=A?h[1].call(this,A,h[2]):d:this[h[0]]=A?A.replace(h[1],h[2]):d:h.length===4&&(this[h[0]]=A?h[3].call(this,A.replace(h[1],h[2])):d):this[h]=A||d;m+=2}},q=function(w,g){for(var m in g)if(typeof g[m]===x&&g[m].length>0){for(var y=0;y<g[m].length;y++)if(he(g[m][y],w))return m===B?d:m}else if(he(g[m],w))return m===B?d:m;return g.hasOwnProperty("*")?g["*"]:w},ze={"1.0":"/8","1.2":"/1","1.3":"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},ye={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2","8.1":"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},ke={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[n,[a,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[n,[a,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[a,n],[/opios[\/ ]+([\w\.]+)/i],[n,[a,I+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[n,[a,I+" GX"]],[/\bopr\/([\w\.]+)/i],[n,[a,I]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[n,[a,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[n,[a,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon)\/([-\w\.]+)/i,/(heytap|ovi|115)browser\/([\d\.]+)/i,/(weibo)__([\d\.]+)/i],[a,n],[/quark(?:pc)?\/([-\w\.]+)/i],[n,[a,"Quark"]],[/\bddg\/([\w\.]+)/i],[n,[a,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[n,[a,"UC"+X]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[n,[a,"WeChat"]],[/konqueror\/([\w\.]+)/i],[n,[a,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[n,[a,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[n,[a,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[n,[a,"Smart Lenovo "+X]],[/(avast|avg)\/([\w\.]+)/i],[[a,/(.+)/,"$1 Secure "+X],n],[/\bfocus\/([\w\.]+)/i],[n,[a,G+" Focus"]],[/\bopt\/([\w\.]+)/i],[n,[a,I+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[n,[a,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[n,[a,"Dolphin"]],[/coast\/([\w\.]+)/i],[n,[a,I+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[n,[a,"MIUI"+ge]],[/fxios\/([\w\.-]+)/i],[n,[a,G]],[/\bqihoobrowser\/?([\w\.]*)/i],[n,[a,"360"]],[/\b(qq)\/([\w\.]+)/i],[[a,/(.+)/,"$1Browser"],n],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[a,/(.+)/,"$1"+ge],n],[/samsungbrowser\/([\w\.]+)/i],[n,[a,L+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[n,[a,"Sogou Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[a,"Sogou Mobile"],n],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[a,n],[/(lbbrowser|rekonq)/i,/\[(linkedin)app\]/i],[a],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[n,a],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[a,pe],n],[/(Klarna)\/([\w\.]+)/i,/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i],[a,n],[/\bgsa\/([\w\.]+) .*safari\//i],[n,[a,"GSA"]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[n,[a,"TikTok"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[n,[a,H+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[a,H+" WebView"],n],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[n,[a,"Android "+X]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[a,n],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[n,[a,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[n,a],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[a,[n,q,ze]],[/(webkit|khtml)\/([\w\.]+)/i],[a,n],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[a,"Netscape"],n],[/(wolvic|librewolf)\/([\w\.]+)/i],[a,n],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[n,[a,G+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[a,[n,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[a,[n,/master.|lts./,""]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[s,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[s,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[s,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[s,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[s,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[s,/ower/,v,$]],[/ sun4\w[;\)]/i],[[s,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[s,$]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[o,[i,L],[t,c]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr])[-\w]+)/i,/sec-(sgh\w+)/i],[o,[i,L],[t,r]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[o,[i,D],[t,r]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[o,[i,D],[t,c]],[/(macintosh);/i],[o,[i,D]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[o,[i,we],[t,r]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[o,[i,ue],[t,c]],[/honor([-\w ]+)[;\)]/i],[o,[i,ue],[t,r]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[o,[i,me],[t,c]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[o,[i,me],[t,r]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[o,/_/g," "],[i,ie],[t,c]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[o,/_/g," "],[i,ie],[t,r]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[o,[i,oe],[t,r]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[o,[i,q,{OnePlus:["304","403","203"],"*":oe}],[t,c]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[o,[i,"Vivo"],[t,r]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[o,[i,"Realme"],[t,r]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto(?! 360)[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[o,[i,ee],[t,r]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[o,[i,ee],[t,c]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[o,[i,K],[t,c]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv|watch)\w+)/i,/\blg-?([\d\w]+) bui/i],[o,[i,K],[t,r]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[o,[i,Ce],[t,c]],[/(nokia) (t[12][01])/i],[i,o,[t,c]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[o,/_/g," "],[t,r],[i,"Nokia"]],[/(pixel (c|tablet))\b/i],[o,[i,W],[t,c]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[o,[i,W],[t,r]],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[o,[i,R],[t,r]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[o,"Xperia Tablet"],[i,R],[t,c]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[o,[i,be],[t,r]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[o,[i,F],[t,c]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[o,/(.+)/g,"Fire Phone $1"],[i,F],[t,r]],[/(playbook);[-\w\),; ]+(rim)/i],[o,i,[t,c]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[o,[i,ce],[t,r]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[o,[i,de],[t,c]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[o,[i,de],[t,r]],[/(nexus 9)/i],[o,[i,"HTC"],[t,c]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[i,[o,/_/g," "],[t,r]],[/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i],[o,[i,"TCL"],[t,c]],[/(itel) ((\w+))/i],[[i,$],o,[t,q,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[o,[i,"Acer"],[t,c]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[o,[i,"Meizu"],[t,r]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[o,[i,"Ulefone"],[t,r]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[o,[i,"Energizer"],[t,r]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[o,[i,"Cat"],[t,r]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[o,[i,"Smartfren"],[t,r]],[/droid.+; (a(?:015|06[35]|142p?))/i],[o,[i,"Nothing"],[t,r]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[o,[i,"Archos"],[t,c]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[o,[i,"Archos"],[t,r]],[/(imo) (tab \w+)/i,/(infinix) (x1101b?)/i],[i,o,[t,c]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|infinix|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (hmd|imo) ([\w ]+?)(?: bui|\))/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,/(oppo) ?([\w ]+) bui/i],[i,o,[t,r]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[i,o,[t,c]],[/(surface duo)/i],[o,[i,Q],[t,c]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[o,[i,"Fairphone"],[t,r]],[/(u304aa)/i],[o,[i,"AT&T"],[t,r]],[/\bsie-(\w*)/i],[o,[i,"Siemens"],[t,r]],[/\b(rct\w+) b/i],[o,[i,"RCA"],[t,c]],[/\b(venue[\d ]{2,7}) b/i],[o,[i,"Dell"],[t,c]],[/\b(q(?:mv|ta)\w+) b/i],[o,[i,"Verizon"],[t,c]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[o,[i,"Barnes & Noble"],[t,c]],[/\b(tm\d{3}\w+) b/i],[o,[i,"NuVision"],[t,c]],[/\b(k88) b/i],[o,[i,"ZTE"],[t,c]],[/\b(nx\d{3}j) b/i],[o,[i,"ZTE"],[t,r]],[/\b(gen\d{3}) b.+49h/i],[o,[i,"Swiss"],[t,r]],[/\b(zur\d{3}) b/i],[o,[i,"Swiss"],[t,c]],[/\b((zeki)?tb.*\b) b/i],[o,[i,"Zeki"],[t,c]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[i,"Dragon Touch"],o,[t,c]],[/\b(ns-?\w{0,9}) b/i],[o,[i,"Insignia"],[t,c]],[/\b((nxa|next)-?\w{0,9}) b/i],[o,[i,"NextBook"],[t,c]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[i,"Voice"],o,[t,r]],[/\b(lvtel\-)?(v1[12]) b/i],[[i,"LvTel"],o,[t,r]],[/\b(ph-1) /i],[o,[i,"Essential"],[t,r]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[o,[i,"Envizen"],[t,c]],[/\b(trio[-\w\. ]+) b/i],[o,[i,"MachSpeed"],[t,c]],[/\btu_(1491) b/i],[o,[i,"Rotor"],[t,c]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[o,[i,te],[t,c]],[/(sprint) (\w+)/i],[i,o,[t,r]],[/(kin\.[onetw]{3})/i],[[o,/\./g," "],[i,Q],[t,r]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[o,[i,ne],[t,c]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[o,[i,ne],[t,r]],[/smart-tv.+(samsung)/i],[i,[t,S]],[/hbbtv.+maple;(\d+)/i],[[o,/^/,"SmartTV"],[i,L],[t,S]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[i,K],[t,S]],[/(apple) ?tv/i],[i,[o,D+" TV"],[t,S]],[/crkey/i],[[o,H+"cast"],[i,W],[t,S]],[/droid.+aft(\w+)( bui|\))/i],[o,[i,F],[t,S]],[/(shield \w+ tv)/i],[o,[i,te],[t,S]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[o,[i,we],[t,S]],[/(bravia[\w ]+)( bui|\))/i],[o,[i,R],[t,S]],[/(mi(tv|box)-?\w+) bui/i],[o,[i,ie],[t,S]],[/Hbbtv.*(technisat) (.*);/i],[i,o,[t,S]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[i,ae],[o,ae],[t,S]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[o,[t,S]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[t,S]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[i,o,[t,k]],[/droid.+; (shield)( bui|\))/i],[o,[i,te],[t,k]],[/(playstation \w+)/i],[o,[i,R],[t,k]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[o,[i,Q],[t,k]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[o,[i,L],[t,V]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[i,o,[t,V]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[o,[i,oe],[t,V]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[o,[i,D],[t,V]],[/(opwwe\d{3})/i],[o,[i,be],[t,V]],[/(moto 360)/i],[o,[i,ee],[t,V]],[/(smartwatch 3)/i],[o,[i,R],[t,V]],[/(g watch r)/i],[o,[i,K],[t,V]],[/droid.+; (wt63?0{2,3})\)/i],[o,[i,ne],[t,V]],[/droid.+; (glass) \d/i],[o,[i,W],[t,V]],[/(pico) (4|neo3(?: link|pro)?)/i],[i,o,[t,V]],[/; (quest( \d| pro)?)/i],[o,[i,pe],[t,V]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[i,[t,M]],[/(aeobc)\b/i],[o,[i,F],[t,M]],[/(homepod).+mac os/i],[o,[i,D],[t,M]],[/windows iot/i],[[t,M]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i],[o,[t,r]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[o,[t,c]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[t,c]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[t,r]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[o,[i,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[n,[a,_e+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[a,n],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[n,[a,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[a,n],[/ladybird\//i],[[a,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[n,a]],os:[[/microsoft (windows) (vista|xp)/i],[a,n],[/(windows (?:phone(?: os)?|mobile|iot))[\/ ]?([\d\.\w ]*)/i],[a,[n,q,ye]],[/windows nt 6\.2; (arm)/i,/windows[\/ ]([ntce\d\. ]+\w)(?!.+xbox)/i,/(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[n,q,ye],[a,"Windows"]],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[n,/_/g,"."],[a,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[a,ve],[n,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[n,a],[/(ubuntu) ([\w\.]+) like android/i],[[a,/(.+)/,"$1 Touch"],n],[/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen|webos)\w*[-\/; ]?([\d\.]*)/i],[a,n],[/\(bb(10);/i],[n,[a,ce]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[n,[a,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[n,[a,G+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[n,[a,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[n,[a,"watchOS"]],[/crkey\/([\d\.]+)/i],[n,[a,H+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[a,fe],n],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux)(?: arm\w*| x86\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[a,n],[/(sunos) ?([\w\.\d]*)/i],[[a,"Solaris"],n],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[a,n]]},C=function(w,g){if(typeof w===x&&(g=w,w=d),!(this instanceof C))return new C(w,g).getResult();var m=typeof b!==f&&b.navigator?b.navigator:d,y=w||(m&&m.userAgent?m.userAgent:v),z=m&&m.userAgentData?m.userAgentData:d,O=g?Oe(ke,g):ke,h=m&&m.userAgent==y;return this.getBrowser=function(){var u={};return u[a]=d,u[n]=d,U.call(u,y,O.browser),u[_]=Ae(u[n]),h&&m&&m.brave&&typeof m.brave.isBrave==p&&(u[a]="Brave"),u},this.getCPU=function(){var u={};return u[s]=d,U.call(u,y,O.cpu),u},this.getDevice=function(){var u={};return u[i]=d,u[o]=d,u[t]=d,U.call(u,y,O.device),h&&!u[t]&&z&&z.mobile&&(u[t]=r),h&&u[o]=="Macintosh"&&m&&typeof m.standalone!==f&&m.maxTouchPoints&&m.maxTouchPoints>2&&(u[o]="iPad",u[t]=c),u},this.getEngine=function(){var u={};return u[a]=d,u[n]=d,U.call(u,y,O.engine),u},this.getOS=function(){var u={};return u[a]=d,u[n]=d,U.call(u,y,O.os),h&&!u[a]&&z&&z.platform&&z.platform!="Unknown"&&(u[a]=z.platform.replace(/chrome os/i,fe).replace(/macos/i,ve)),u},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return y},this.setUA=function(u){return y=typeof u===T&&u.length>J?ae(u,J):u,this},this.setUA(y),this};C.VERSION=E,C.BROWSER=Y([a,n,_]),C.CPU=Y([s]),C.DEVICE=Y([o,i,t,k,r,S,c,V,M]),C.ENGINE=C.OS=Y([a,n]),l.exports&&(N=l.exports=C),N.UAParser=C;var P=typeof b!==f&&(b.jQuery||b.Zepto);if(P&&!P.ua){var Z=new C;P.ua=Z.getResult(),P.ua.get=function(){return Z.getUA()},P.ua.set=function(w){Z.setUA(w);var g=Z.getResult();for(var m in g)P.ua[m]=g[m]}}})(typeof window=="object"?window:Me)})(se,se.exports);var Pe=se.exports;const Ie=De(Pe);function Ne(){if(window.webkit!=null&&window.webkit.messageHandlers!=="undefined")try{var l=Ie(navigator.userAgent);if(l.browser.name==="WebKit")return"ios_webview"}catch(N){console.error(N)}return typeof Android<"u"?"android_webview":typeof window.cefQuery<"u"?"cef_webview":"browser"}function Be(){return Ne()==="ios_webview"}function Ve(){return Ne()==="android_webview"}function re(){try{return window.self!==window.top}catch{return!0}}const Le=3e3;let Re=0;function $e(){return`req_${++Re}_${Date.now()}`}function Ue(l,N){return re()?new Promise(b=>{const d=$e(),E=setTimeout(()=>{window.removeEventListener("message",v),b(null)},Le);function v(B){var p,f;((p=B.data)==null?void 0:p.type)==="DATA_RESPONSE"&&((f=B.data)==null?void 0:f.requestId)===d&&(clearTimeout(E),window.removeEventListener("message",v),b(B.data.data??null))}window.addEventListener("message",v),window.parent.postMessage({type:"DATA_REQUEST",requestId:d,source:l,key:N},"*")}):Promise.resolve(null)}function qe(l){return Ue("localStorage",l)}const j=(l,N)=>{const b=l.__vccOpts||l;for(const[d,E]of N)b[d]=E;return b},je={class:"sky-header-container"},Fe={class:"topmenubox"},Xe={class:"header-left"},He=["title"],Ge={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},We={class:"notPadding",style:{"margin-bottom":"4px"}},Ke={class:"topmenu-title"},Ye={key:0,class:"title-dropdown"},Ze={class:"title-dropdown-header"},Je=["onClick"],Qe={class:"pageName"},et={class:"pageVisit"},tt={key:0,class:"topmenu-description"},ot={class:"topmenubox-button"},it={__name:"Header",props:{title:{type:String,default:""},subtitle:{type:String,default:""},showBackButton:{type:Boolean,default:!0},backButtonTitle:{type:String,default:"Назад"},backEvent:{type:Function,default:null},dropdownItems:{type:Array,default:()=>[]},dropdownTitle:{type:String,default:"Останні відвідані розділи"},visitLabel:{type:String,default:"Останнє відвідування"}},emits:["back","navigate"],setup(l,{emit:N}){const b=l,d=N,E=e.ref(null),v=e.ref(!1),B=e.ref([]);function p(s){try{if(!s)return;const k=typeof s=="string"?JSON.parse(s):s;k!=null&&k.pages&&(B.value=Object.values(k.pages))}catch{}}p(localStorage.componentStats),re()&&qe("componentStats").then(s=>{s!=null&&(localStorage.setItem("componentStats",JSON.stringify(s)),p(s))});const f=e.computed(()=>[...b.dropdownItems.length?b.dropdownItems:B.value].sort((k,r)=>r.lastVisit-k.lastVisit)),x=()=>{f.value.length&&(v.value=!v.value)},T=()=>{v.value=!1},_=s=>{d("navigate",s.path),T()},o=s=>s?s.charAt(0).toUpperCase()+s.slice(1):"",a=s=>{const r=Date.now()-s,c=Math.floor(r/1e3),S=Math.floor(c/60),V=Math.floor(S/60),M=Math.floor(V/24);return M>0?`${M}д тому`:V>0?`${V}год тому`:S>0?`${S}хв тому`:`${c}с тому`},t=s=>{E.value&&!E.value.contains(s.target)&&T()};e.onMounted(()=>{document.addEventListener("click",t,!0)}),e.onUnmounted(()=>{document.removeEventListener("click",t,!0)});const i=e.computed(()=>b.backEvent||b.showBackButton&&re()),n=()=>{if(b.backEvent)return b.backEvent();window.parent.postMessage({type:"exit"},"*")};return(s,k)=>(e.openBlock(),e.createElementBlock("header",je,[e.createElementVNode("div",Fe,[e.createElementVNode("div",Xe,[i.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"btn-back",onClick:n,title:l.backButtonTitle},[(e.openBlock(),e.createElementBlock("svg",Ge,[...k[0]||(k[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])]))],8,He)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"dropdownRef",ref:E,class:"titleAndDesc"},[e.createElementVNode("button",{class:e.normalizeClass(["title-dropdown-toggle",{"title-dropdown-toggle-active":f.value.length}]),onClick:x},[e.renderSlot(s.$slots,"title",{},()=>[e.createElementVNode("h4",We,[e.createElementVNode("span",Ke,e.toDisplayString(l.title),1),f.value.length?(e.openBlock(),e.createElementBlock("svg",{key:0,class:e.normalizeClass(["arrow",{open:v.value}]),width:"12",height:"12",viewBox:"0 0 451.847 451.847",style:{"flex-shrink":"0"}},[...k[1]||(k[1]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])],2)):e.createCommentVNode("",!0)])],!0)],2),v.value&&f.value.length?(e.openBlock(),e.createElementBlock("div",Ye,[e.createElementVNode("div",Ze,e.toDisplayString(l.dropdownTitle),1),k[2]||(k[2]=e.createElementVNode("div",{class:"title-dropdown-divider"},null,-1)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,(r,c)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:"title-dropdown-item",onClick:S=>_(r)},[e.createElementVNode("p",Qe,e.toDisplayString(o(r.name)),1),e.createElementVNode("small",et," ("+e.toDisplayString(l.visitLabel)+" "+e.toDisplayString(a(r.lastVisit))+") ",1)],8,Je))),128))])):e.createCommentVNode("",!0),e.renderSlot(s.$slots,"subtitle",{},()=>[l.subtitle?(e.openBlock(),e.createElementBlock("p",tt,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)],!0)],512)]),e.createElementVNode("div",ot,[k[3]||(k[3]=e.createElementVNode("div",null,null,-1)),e.renderSlot(s.$slots,"default",{},void 0,!0),k[4]||(k[4]=e.createElementVNode("div",null,null,-1))])])]))}},nt=j(it,[["__scopeId","data-v-65669217"]]);const at={key:0,class:"sky-dialog-subtitle"},lt=["title"],st={key:0,class:"sky-dialog-swipe-area"},rt={__name:"DialogModal",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},zIndex:{type:[Number,String],default:null},closeText:{type:String,default:"Закрити"},enableAnimation:{type:Boolean,default:!1},closeOnEsc:{type:Boolean,default:!0},hasButtons:{type:Boolean,default:null}},emits:["update:modelValue","close","save"],setup(l,{emit:N}){const b=e.useSlots(),d=l,E=N,v=e.ref(null),B=e.ref(null),p=e.ref(0),f=e.computed(()=>{try{return Be()}catch{return!1}}),x=e.computed(()=>{try{return Ve()}catch{return!1}}),T=e.computed(()=>d.hasButtons!==null?d.hasButtons:!!b.buttons),_=()=>{E("update:modelValue",!1),E("close")},o=n=>{n.key==="Escape"&&d.closeOnEsc&&d.modelValue&&_(),n.key==="Enter"&&d.modelValue&&E("save")},a=n=>{n.touches[0].clientX<35&&(p.value=n.touches[0].clientX)},t=n=>{p.value>0&&p.value<35&&n.changedTouches[0].clientX-p.value>50&&_(),p.value=0},i=()=>{if(!(!x.value||!v.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const n=Android.getDisplayCutoutTop();if(n&&window.devicePixelRatio>1){const s=n/window.devicePixelRatio;v.value.style.paddingTop=s+"px"}}}catch{}};return e.watch(()=>d.modelValue,n=>{n?(document.body.style.overflow="hidden",e.nextTick(()=>{i()})):document.body.style.overflow=""}),e.onMounted(()=>{document.addEventListener("keydown",o),window.addEventListener("resize",i)}),e.onUnmounted(()=>{document.removeEventListener("keydown",o),window.removeEventListener("resize",i),document.body.style.overflow=""}),(n,s)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:l.enableAnimation?"dialog-slide":""},{default:e.withCtx(()=>[l.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-classic",style:e.normalizeStyle([l.zIndex?{"z-index":l.zIndex}:null])},[e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":l.enableAnimation}])},[e.createElementVNode("div",{ref_key:"dialogContent",ref:v,class:"sky-dialog-content"},[e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":l.subtitle}])},[e.createTextVNode(e.toDisplayString(l.title)+" ",1),l.subtitle?(e.openBlock(),e.createElementBlock("span",at,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)],2),e.createElementVNode("button",{class:"sky-dialog-close",title:l.closeText,onClick:_},[...s[0]||(s[0]=[e.createElementVNode("svg",{viewBox:"0 0 16 16",width:"16",height:"16"},[e.createElementVNode("line",{x1:"1",y1:"15",x2:"15",y2:"1",stroke:"currentColor","stroke-width":"2"}),e.createElementVNode("line",{x1:"1",y1:"1",x2:"15",y2:"15",stroke:"currentColor","stroke-width":"2"})],-1)])],8,lt),s[3]||(s[3]=e.createElementVNode("div",{class:"sky-dialog-clearfix"},null,-1)),e.createElementVNode("div",{ref_key:"dialogPaper",ref:B,class:e.normalizeClass(["sky-dialog-paper",{"sky-dialog-paper-no-footer":!T.value}]),onTouchstart:a,onTouchend:t},[f.value?(e.openBlock(),e.createElementBlock("div",st)):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default",{},void 0,!0)],34),T.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":l.enableAnimation}])},[s[1]||(s[1]=e.createElementVNode("div",null,null,-1)),e.renderSlot(n.$slots,"buttons",{},void 0,!0),s[2]||(s[2]=e.createElementVNode("div",null,null,-1))],2)):e.createCommentVNode("",!0)],512)],2)],4)):e.createCommentVNode("",!0)]),_:3},8,["name"])]))}},xe=j(rt,[["__scopeId","data-v-0cb65d7d"]]);const dt={class:"sky-dialog-header"},ct=["title"],ut={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},mt={key:0,class:"sky-dialog-subtitle"},bt={key:0,class:"sky-dialog-swipe-area"},wt={__name:"DialogNext",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},zIndex:{type:[Number,String],default:null},closeText:{type:String,default:"Назад"},enableAnimation:{type:Boolean,default:!1},closeOnEsc:{type:Boolean,default:!0},hasButtons:{type:Boolean,default:null}},emits:["update:modelValue","close","save"],setup(l,{emit:N}){const b=e.useSlots(),d=l,E=N,v=e.ref(null),B=e.ref(null),p=e.ref(0),f=e.computed(()=>{try{return Be()}catch{return!1}}),x=e.computed(()=>{try{return Ve()}catch{return!1}}),T=e.computed(()=>d.hasButtons!==null?d.hasButtons:!!b.buttons),_=()=>{E("update:modelValue",!1),E("close")},o=n=>{n.key==="Escape"&&d.closeOnEsc&&d.modelValue&&_(),n.key==="Enter"&&d.modelValue&&E("save")},a=n=>{n.touches[0].clientX<35&&(p.value=n.touches[0].clientX)},t=n=>{p.value>0&&p.value<35&&n.changedTouches[0].clientX-p.value>50&&_(),p.value=0},i=()=>{if(!(!x.value||!v.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const n=Android.getDisplayCutoutTop();if(n&&window.devicePixelRatio>1){const s=n/window.devicePixelRatio;v.value.style.paddingTop=s+"px"}}}catch{}};return e.watch(()=>d.modelValue,n=>{n?(document.body.style.overflow="hidden",e.nextTick(()=>{i()})):document.body.style.overflow=""}),e.onMounted(()=>{document.addEventListener("keydown",o),window.addEventListener("resize",i)}),e.onUnmounted(()=>{document.removeEventListener("keydown",o),window.removeEventListener("resize",i),document.body.style.overflow=""}),(n,s)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:l.enableAnimation?"dialog-slide":""},{default:e.withCtx(()=>[l.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-next",style:e.normalizeStyle([l.zIndex?{"z-index":l.zIndex}:null])},[e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":l.enableAnimation}])},[e.createElementVNode("div",{ref_key:"dialogContent",ref:v,class:"sky-dialog-content"},[e.createElementVNode("div",dt,[e.createElementVNode("button",{class:"sky-dialog-back",title:l.closeText,onClick:_},[(e.openBlock(),e.createElementBlock("svg",ut,[...s[0]||(s[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])]))],8,ct),e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":l.subtitle}])},[e.createTextVNode(e.toDisplayString(l.title)+" ",1),l.subtitle?(e.openBlock(),e.createElementBlock("span",mt,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)],2)]),e.createElementVNode("div",{ref_key:"dialogPaper",ref:B,class:e.normalizeClass(["sky-dialog-paper",{"sky-dialog-paper-no-footer":!T.value}]),onTouchstart:a,onTouchend:t},[f.value?(e.openBlock(),e.createElementBlock("div",bt)):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default",{},void 0,!0)],34),T.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":l.enableAnimation}])},[s[1]||(s[1]=e.createElementVNode("div",null,null,-1)),e.renderSlot(n.$slots,"buttons",{},void 0,!0),s[2]||(s[2]=e.createElementVNode("div",null,null,-1))],2)):e.createCommentVNode("",!0)],512)],2)],4)):e.createCommentVNode("",!0)]),_:3},8,["name"])]))}},Se=j(wt,[["__scopeId","data-v-35e2143b"]]),pt={__name:"Dialog",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},zIndex:{type:[Number,String],default:null},closeText:{type:String,default:""},enableAnimation:{type:Boolean,default:!1},closeOnEsc:{type:Boolean,default:!0},mode:{type:String,default:null,validator:l=>[null,"next","classic"].includes(l)}},emits:["update:modelValue","close","save"],setup(l,{emit:N}){const b=l,d=N,E=e.computed({get:()=>b.modelValue,set:p=>d("update:modelValue",p)}),v=e.ref(!0);e.onMounted(()=>{try{new URLSearchParams(window.location.search).get("rocketMode")==="false"?v.value=!1:v.value=!0}catch{v.value=!0}});const B=e.computed(()=>b.mode==="next"?Se:b.mode==="classic"?xe:v.value?Se:xe);return(p,f)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(B.value),{modelValue:E.value,"onUpdate:modelValue":f[0]||(f[0]=x=>E.value=x),title:l.title,subtitle:l.subtitle,"z-index":l.zIndex,"close-text":l.closeText,"enable-animation":l.enableAnimation,"close-on-esc":l.closeOnEsc,"has-buttons":!!p.$slots.buttons,onClose:f[1]||(f[1]=x=>p.$emit("close")),onSave:f[2]||(f[2]=x=>p.$emit("save"))},e.createSlots({default:e.withCtx(()=>[e.renderSlot(p.$slots,"default")]),_:2},[p.$slots.buttons?{name:"buttons",fn:e.withCtx(()=>[e.renderSlot(p.$slots,"buttons")]),key:"0"}:void 0]),1064,["modelValue","title","subtitle","z-index","close-text","enable-animation","close-on-esc","has-buttons"]))}},ft={props:{to:{type:String,default:"body"}}};function vt(l,N,b,d,E,v){return e.openBlock(),e.createBlock(e.Teleport,{to:b.to},[e.renderSlot(l.$slots,"default")],8,["to"])}const Te=j(ft,[["render",vt]]);const gt={class:"sky-modal-header"},ht=["title"],yt={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},kt={class:"sky-modal-title-wrapper"},Et={class:"sky-modal-title"},xt={key:0,class:"sky-modal-subtitle"},St={class:"sky-modal-body"},Nt={key:0,class:"sky-modal-footer"},Bt={__name:"Modal",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},closeTitle:{type:String,default:"Закрити"},closeOnOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},width:{type:String,default:"100%"},height:{type:String,default:"100%"}},emits:["update:modelValue","close"],setup(l,{emit:N}){const b=l,d=N,E=e.computed(()=>({width:b.width,height:b.height})),v=()=>{d("update:modelValue",!1),d("close")},B=()=>{b.closeOnOverlay&&v()},p=f=>{f.key==="Escape"&&b.closeOnEsc&&b.modelValue&&v()};return e.watch(()=>b.modelValue,f=>{f?document.body.style.overflow="hidden":document.body.style.overflow=""}),e.onMounted(()=>{document.addEventListener("keydown",p)}),e.onUnmounted(()=>{document.removeEventListener("keydown",p),document.body.style.overflow=""}),(f,x)=>(e.openBlock(),e.createBlock(Te,{to:"body"},{default:e.withCtx(()=>[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[l.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"sky-modal-overlay",onClick:e.withModifiers(B,["self"])},[e.createElementVNode("div",{class:"sky-modal",style:e.normalizeStyle(E.value)},[e.createElementVNode("div",gt,[e.createElementVNode("button",{class:"sky-modal-back",onClick:v,title:l.closeTitle},[(e.openBlock(),e.createElementBlock("svg",yt,[...x[0]||(x[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])]))],8,ht),e.createElementVNode("div",kt,[e.createElementVNode("h4",Et,e.toDisplayString(l.title),1),l.subtitle?(e.openBlock(),e.createElementBlock("div",xt,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)])]),e.createElementVNode("div",St,[e.renderSlot(f.$slots,"default",{},void 0,!0)]),f.$slots.footer?(e.openBlock(),e.createElementBlock("div",Nt,[x[1]||(x[1]=e.createElementVNode("div",null,null,-1)),e.renderSlot(f.$slots,"footer",{},void 0,!0),x[2]||(x[2]=e.createElementVNode("div",null,null,-1))])):e.createCommentVNode("",!0)],4)])):e.createCommentVNode("",!0)]),_:3})]),_:3}))}},Vt=j(Bt,[["__scopeId","data-v-b612fee8"]]);exports.BaseTeleport=Te;exports.Dialog=pt;exports.Header=nt;exports.Modal=Vt;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");var Me=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function De(l){return l&&l.__esModule&&Object.prototype.hasOwnProperty.call(l,"default")?l.default:l}var re={exports:{}};(function(l,N){(function(b,d){var E="1.0.41",v="",B="?",p="function",f="undefined",x="object",T="string",_="major",o="model",a="name",t="type",i="vendor",n="version",s="architecture",k="console",r="mobile",c="tablet",S="smarttv",V="wearable",M="embedded",Q=500,F="Amazon",D="Apple",de="ASUS",ce="BlackBerry",X="Browser",H="Chrome",_e="Edge",G="Firefox",W="Google",ue="Honor",me="Huawei",Ce="Lenovo",K="LG",ee="Microsoft",te="Motorola",oe="Nvidia",be="OnePlus",I="Opera",ie="OPPO",L="Samsung",we="Sharp",R="Sony",ne="Xiaomi",ae="Zebra",pe="Facebook",fe="Chromium OS",ve="Mac OS",ge=" Browser",Oe=function(w,g){var m={};for(var y in w)g[y]&&g[y].length%2===0?m[y]=g[y].concat(w[y]):m[y]=w[y];return m},Y=function(w){for(var g={},m=0;m<w.length;m++)g[w[m].toUpperCase()]=w[m];return g},he=function(w,g){return typeof w===T?$(g).indexOf($(w))!==-1:!1},$=function(w){return w.toLowerCase()},Ae=function(w){return typeof w===T?w.replace(/[^\d\.]/g,v).split(".")[0]:d},le=function(w,g){if(typeof w===T)return w=w.replace(/^\s\s*/,v),typeof g===f?w:w.substring(0,Q)},U=function(w,g){for(var m=0,y,z,O,h,u,A;m<g.length&&!u;){var se=g[m],Ee=g[m+1];for(y=z=0;y<se.length&&!u&&se[y];)if(u=se[y++].exec(w),u)for(O=0;O<Ee.length;O++)A=u[++z],h=Ee[O],typeof h===x&&h.length>0?h.length===2?typeof h[1]==p?this[h[0]]=h[1].call(this,A):this[h[0]]=h[1]:h.length===3?typeof h[1]===p&&!(h[1].exec&&h[1].test)?this[h[0]]=A?h[1].call(this,A,h[2]):d:this[h[0]]=A?A.replace(h[1],h[2]):d:h.length===4&&(this[h[0]]=A?h[3].call(this,A.replace(h[1],h[2])):d):this[h]=A||d;m+=2}},q=function(w,g){for(var m in g)if(typeof g[m]===x&&g[m].length>0){for(var y=0;y<g[m].length;y++)if(he(g[m][y],w))return m===B?d:m}else if(he(g[m],w))return m===B?d:m;return g.hasOwnProperty("*")?g["*"]:w},ze={"1.0":"/8","1.2":"/1","1.3":"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},ye={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2","8.1":"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},ke={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[n,[a,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[n,[a,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[a,n],[/opios[\/ ]+([\w\.]+)/i],[n,[a,I+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[n,[a,I+" GX"]],[/\bopr\/([\w\.]+)/i],[n,[a,I]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[n,[a,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[n,[a,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon)\/([-\w\.]+)/i,/(heytap|ovi|115)browser\/([\d\.]+)/i,/(weibo)__([\d\.]+)/i],[a,n],[/quark(?:pc)?\/([-\w\.]+)/i],[n,[a,"Quark"]],[/\bddg\/([\w\.]+)/i],[n,[a,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[n,[a,"UC"+X]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[n,[a,"WeChat"]],[/konqueror\/([\w\.]+)/i],[n,[a,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[n,[a,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[n,[a,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[n,[a,"Smart Lenovo "+X]],[/(avast|avg)\/([\w\.]+)/i],[[a,/(.+)/,"$1 Secure "+X],n],[/\bfocus\/([\w\.]+)/i],[n,[a,G+" Focus"]],[/\bopt\/([\w\.]+)/i],[n,[a,I+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[n,[a,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[n,[a,"Dolphin"]],[/coast\/([\w\.]+)/i],[n,[a,I+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[n,[a,"MIUI"+ge]],[/fxios\/([\w\.-]+)/i],[n,[a,G]],[/\bqihoobrowser\/?([\w\.]*)/i],[n,[a,"360"]],[/\b(qq)\/([\w\.]+)/i],[[a,/(.+)/,"$1Browser"],n],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[a,/(.+)/,"$1"+ge],n],[/samsungbrowser\/([\w\.]+)/i],[n,[a,L+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[n,[a,"Sogou Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[a,"Sogou Mobile"],n],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[a,n],[/(lbbrowser|rekonq)/i,/\[(linkedin)app\]/i],[a],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[n,a],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[a,pe],n],[/(Klarna)\/([\w\.]+)/i,/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i],[a,n],[/\bgsa\/([\w\.]+) .*safari\//i],[n,[a,"GSA"]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[n,[a,"TikTok"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[n,[a,H+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[a,H+" WebView"],n],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[n,[a,"Android "+X]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[a,n],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[n,[a,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[n,a],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[a,[n,q,ze]],[/(webkit|khtml)\/([\w\.]+)/i],[a,n],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[a,"Netscape"],n],[/(wolvic|librewolf)\/([\w\.]+)/i],[a,n],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[n,[a,G+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[a,[n,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[a,[n,/master.|lts./,""]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[s,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[s,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[s,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[s,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[s,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[s,/ower/,v,$]],[/ sun4\w[;\)]/i],[[s,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[s,$]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[o,[i,L],[t,c]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr])[-\w]+)/i,/sec-(sgh\w+)/i],[o,[i,L],[t,r]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[o,[i,D],[t,r]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[o,[i,D],[t,c]],[/(macintosh);/i],[o,[i,D]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[o,[i,we],[t,r]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[o,[i,ue],[t,c]],[/honor([-\w ]+)[;\)]/i],[o,[i,ue],[t,r]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[o,[i,me],[t,c]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[o,[i,me],[t,r]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[o,/_/g," "],[i,ne],[t,c]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[o,/_/g," "],[i,ne],[t,r]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[o,[i,ie],[t,r]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[o,[i,q,{OnePlus:["304","403","203"],"*":ie}],[t,c]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[o,[i,"Vivo"],[t,r]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[o,[i,"Realme"],[t,r]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto(?! 360)[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[o,[i,te],[t,r]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[o,[i,te],[t,c]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[o,[i,K],[t,c]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv|watch)\w+)/i,/\blg-?([\d\w]+) bui/i],[o,[i,K],[t,r]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[o,[i,Ce],[t,c]],[/(nokia) (t[12][01])/i],[i,o,[t,c]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[o,/_/g," "],[t,r],[i,"Nokia"]],[/(pixel (c|tablet))\b/i],[o,[i,W],[t,c]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[o,[i,W],[t,r]],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[o,[i,R],[t,r]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[o,"Xperia Tablet"],[i,R],[t,c]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[o,[i,be],[t,r]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[o,[i,F],[t,c]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[o,/(.+)/g,"Fire Phone $1"],[i,F],[t,r]],[/(playbook);[-\w\),; ]+(rim)/i],[o,i,[t,c]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[o,[i,ce],[t,r]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[o,[i,de],[t,c]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[o,[i,de],[t,r]],[/(nexus 9)/i],[o,[i,"HTC"],[t,c]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[i,[o,/_/g," "],[t,r]],[/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i],[o,[i,"TCL"],[t,c]],[/(itel) ((\w+))/i],[[i,$],o,[t,q,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[o,[i,"Acer"],[t,c]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[o,[i,"Meizu"],[t,r]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[o,[i,"Ulefone"],[t,r]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[o,[i,"Energizer"],[t,r]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[o,[i,"Cat"],[t,r]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[o,[i,"Smartfren"],[t,r]],[/droid.+; (a(?:015|06[35]|142p?))/i],[o,[i,"Nothing"],[t,r]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[o,[i,"Archos"],[t,c]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[o,[i,"Archos"],[t,r]],[/(imo) (tab \w+)/i,/(infinix) (x1101b?)/i],[i,o,[t,c]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|infinix|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (hmd|imo) ([\w ]+?)(?: bui|\))/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,/(oppo) ?([\w ]+) bui/i],[i,o,[t,r]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[i,o,[t,c]],[/(surface duo)/i],[o,[i,ee],[t,c]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[o,[i,"Fairphone"],[t,r]],[/(u304aa)/i],[o,[i,"AT&T"],[t,r]],[/\bsie-(\w*)/i],[o,[i,"Siemens"],[t,r]],[/\b(rct\w+) b/i],[o,[i,"RCA"],[t,c]],[/\b(venue[\d ]{2,7}) b/i],[o,[i,"Dell"],[t,c]],[/\b(q(?:mv|ta)\w+) b/i],[o,[i,"Verizon"],[t,c]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[o,[i,"Barnes & Noble"],[t,c]],[/\b(tm\d{3}\w+) b/i],[o,[i,"NuVision"],[t,c]],[/\b(k88) b/i],[o,[i,"ZTE"],[t,c]],[/\b(nx\d{3}j) b/i],[o,[i,"ZTE"],[t,r]],[/\b(gen\d{3}) b.+49h/i],[o,[i,"Swiss"],[t,r]],[/\b(zur\d{3}) b/i],[o,[i,"Swiss"],[t,c]],[/\b((zeki)?tb.*\b) b/i],[o,[i,"Zeki"],[t,c]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[i,"Dragon Touch"],o,[t,c]],[/\b(ns-?\w{0,9}) b/i],[o,[i,"Insignia"],[t,c]],[/\b((nxa|next)-?\w{0,9}) b/i],[o,[i,"NextBook"],[t,c]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[i,"Voice"],o,[t,r]],[/\b(lvtel\-)?(v1[12]) b/i],[[i,"LvTel"],o,[t,r]],[/\b(ph-1) /i],[o,[i,"Essential"],[t,r]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[o,[i,"Envizen"],[t,c]],[/\b(trio[-\w\. ]+) b/i],[o,[i,"MachSpeed"],[t,c]],[/\btu_(1491) b/i],[o,[i,"Rotor"],[t,c]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[o,[i,oe],[t,c]],[/(sprint) (\w+)/i],[i,o,[t,r]],[/(kin\.[onetw]{3})/i],[[o,/\./g," "],[i,ee],[t,r]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[o,[i,ae],[t,c]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[o,[i,ae],[t,r]],[/smart-tv.+(samsung)/i],[i,[t,S]],[/hbbtv.+maple;(\d+)/i],[[o,/^/,"SmartTV"],[i,L],[t,S]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[i,K],[t,S]],[/(apple) ?tv/i],[i,[o,D+" TV"],[t,S]],[/crkey/i],[[o,H+"cast"],[i,W],[t,S]],[/droid.+aft(\w+)( bui|\))/i],[o,[i,F],[t,S]],[/(shield \w+ tv)/i],[o,[i,oe],[t,S]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[o,[i,we],[t,S]],[/(bravia[\w ]+)( bui|\))/i],[o,[i,R],[t,S]],[/(mi(tv|box)-?\w+) bui/i],[o,[i,ne],[t,S]],[/Hbbtv.*(technisat) (.*);/i],[i,o,[t,S]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[i,le],[o,le],[t,S]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[o,[t,S]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[t,S]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[i,o,[t,k]],[/droid.+; (shield)( bui|\))/i],[o,[i,oe],[t,k]],[/(playstation \w+)/i],[o,[i,R],[t,k]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[o,[i,ee],[t,k]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[o,[i,L],[t,V]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[i,o,[t,V]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[o,[i,ie],[t,V]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[o,[i,D],[t,V]],[/(opwwe\d{3})/i],[o,[i,be],[t,V]],[/(moto 360)/i],[o,[i,te],[t,V]],[/(smartwatch 3)/i],[o,[i,R],[t,V]],[/(g watch r)/i],[o,[i,K],[t,V]],[/droid.+; (wt63?0{2,3})\)/i],[o,[i,ae],[t,V]],[/droid.+; (glass) \d/i],[o,[i,W],[t,V]],[/(pico) (4|neo3(?: link|pro)?)/i],[i,o,[t,V]],[/; (quest( \d| pro)?)/i],[o,[i,pe],[t,V]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[i,[t,M]],[/(aeobc)\b/i],[o,[i,F],[t,M]],[/(homepod).+mac os/i],[o,[i,D],[t,M]],[/windows iot/i],[[t,M]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i],[o,[t,r]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[o,[t,c]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[t,c]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[t,r]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[o,[i,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[n,[a,_e+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[a,n],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[n,[a,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[a,n],[/ladybird\//i],[[a,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[n,a]],os:[[/microsoft (windows) (vista|xp)/i],[a,n],[/(windows (?:phone(?: os)?|mobile|iot))[\/ ]?([\d\.\w ]*)/i],[a,[n,q,ye]],[/windows nt 6\.2; (arm)/i,/windows[\/ ]([ntce\d\. ]+\w)(?!.+xbox)/i,/(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[n,q,ye],[a,"Windows"]],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[n,/_/g,"."],[a,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[a,ve],[n,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[n,a],[/(ubuntu) ([\w\.]+) like android/i],[[a,/(.+)/,"$1 Touch"],n],[/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen|webos)\w*[-\/; ]?([\d\.]*)/i],[a,n],[/\(bb(10);/i],[n,[a,ce]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[n,[a,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[n,[a,G+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[n,[a,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[n,[a,"watchOS"]],[/crkey\/([\d\.]+)/i],[n,[a,H+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[a,fe],n],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux)(?: arm\w*| x86\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[a,n],[/(sunos) ?([\w\.\d]*)/i],[[a,"Solaris"],n],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[a,n]]},C=function(w,g){if(typeof w===x&&(g=w,w=d),!(this instanceof C))return new C(w,g).getResult();var m=typeof b!==f&&b.navigator?b.navigator:d,y=w||(m&&m.userAgent?m.userAgent:v),z=m&&m.userAgentData?m.userAgentData:d,O=g?Oe(ke,g):ke,h=m&&m.userAgent==y;return this.getBrowser=function(){var u={};return u[a]=d,u[n]=d,U.call(u,y,O.browser),u[_]=Ae(u[n]),h&&m&&m.brave&&typeof m.brave.isBrave==p&&(u[a]="Brave"),u},this.getCPU=function(){var u={};return u[s]=d,U.call(u,y,O.cpu),u},this.getDevice=function(){var u={};return u[i]=d,u[o]=d,u[t]=d,U.call(u,y,O.device),h&&!u[t]&&z&&z.mobile&&(u[t]=r),h&&u[o]=="Macintosh"&&m&&typeof m.standalone!==f&&m.maxTouchPoints&&m.maxTouchPoints>2&&(u[o]="iPad",u[t]=c),u},this.getEngine=function(){var u={};return u[a]=d,u[n]=d,U.call(u,y,O.engine),u},this.getOS=function(){var u={};return u[a]=d,u[n]=d,U.call(u,y,O.os),h&&!u[a]&&z&&z.platform&&z.platform!="Unknown"&&(u[a]=z.platform.replace(/chrome os/i,fe).replace(/macos/i,ve)),u},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return y},this.setUA=function(u){return y=typeof u===T&&u.length>Q?le(u,Q):u,this},this.setUA(y),this};C.VERSION=E,C.BROWSER=Y([a,n,_]),C.CPU=Y([s]),C.DEVICE=Y([o,i,t,k,r,S,c,V,M]),C.ENGINE=C.OS=Y([a,n]),l.exports&&(N=l.exports=C),N.UAParser=C;var P=typeof b!==f&&(b.jQuery||b.Zepto);if(P&&!P.ua){var Z=new C;P.ua=Z.getResult(),P.ua.get=function(){return Z.getUA()},P.ua.set=function(w){Z.setUA(w);var g=Z.getResult();for(var m in g)P.ua[m]=g[m]}}})(typeof window=="object"?window:Me)})(re,re.exports);var Pe=re.exports;const Ie=De(Pe);function Ne(){if(window.webkit!=null&&window.webkit.messageHandlers!=="undefined")try{var l=Ie(navigator.userAgent);if(l.browser.name==="WebKit")return"ios_webview"}catch(N){console.error(N)}return typeof Android<"u"?"android_webview":typeof window.cefQuery<"u"?"cef_webview":"browser"}function Be(){return Ne()==="ios_webview"}function Ve(){return Ne()==="android_webview"}function J(){try{return window.self!==window.top}catch{return!0}}const Le=3e3;let Re=0;function $e(){return`req_${++Re}_${Date.now()}`}function Ue(l,N){return J()?new Promise(b=>{const d=$e(),E=setTimeout(()=>{window.removeEventListener("message",v),b(null)},Le);function v(B){var p,f;((p=B.data)==null?void 0:p.type)==="DATA_RESPONSE"&&((f=B.data)==null?void 0:f.requestId)===d&&(clearTimeout(E),window.removeEventListener("message",v),b(B.data.data??null))}window.addEventListener("message",v),window.parent.postMessage({type:"DATA_REQUEST",requestId:d,source:l,key:N},"*")}):Promise.resolve(null)}function qe(l){return Ue("localStorage",l)}const j=(l,N)=>{const b=l.__vccOpts||l;for(const[d,E]of N)b[d]=E;return b},je={class:"sky-header-container"},Fe={class:"topmenubox"},Xe={class:"header-left"},He=["title"],Ge={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},We={class:"notPadding",style:{"margin-bottom":"4px"}},Ke={class:"topmenu-title"},Ye={key:0,class:"title-dropdown"},Ze={class:"title-dropdown-header"},Je=["onClick"],Qe={class:"pageName"},et={class:"pageVisit"},tt={key:0,class:"topmenu-description"},ot={class:"topmenubox-button"},it={__name:"Header",props:{title:{type:String,default:""},subtitle:{type:String,default:""},showBackButton:{type:Boolean,default:!0},backButtonTitle:{type:String,default:"Назад"},backEvent:{type:Function,default:null},dropdownItems:{type:Array,default:()=>[]},dropdownTitle:{type:String,default:"Останні відвідані розділи"},visitLabel:{type:String,default:"Останнє відвідування"}},emits:["back","navigate"],setup(l,{emit:N}){const b=l,d=N,E=e.ref(null),v=e.ref(!1),B=e.ref([]);function p(s){try{if(!s)return;const k=typeof s=="string"?JSON.parse(s):s;k!=null&&k.pages&&(B.value=Object.values(k.pages))}catch{}}p(localStorage.componentStats),J()&&qe("componentStats").then(s=>{s!=null&&(localStorage.setItem("componentStats",JSON.stringify(s)),p(s))});const f=e.computed(()=>[...b.dropdownItems.length?b.dropdownItems:B.value].sort((k,r)=>r.lastVisit-k.lastVisit)),x=()=>{f.value.length&&(v.value=!v.value)},T=()=>{v.value=!1},_=s=>{d("navigate",s.path),J()&&window.parent.postMessage({type:"navigate",path:s.path},"*"),T()},o=s=>s?s.charAt(0).toUpperCase()+s.slice(1):"",a=s=>{const r=Date.now()-s,c=Math.floor(r/1e3),S=Math.floor(c/60),V=Math.floor(S/60),M=Math.floor(V/24);return M>0?`${M}д тому`:V>0?`${V}год тому`:S>0?`${S}хв тому`:`${c}с тому`},t=s=>{E.value&&!E.value.contains(s.target)&&T()};e.onMounted(()=>{document.addEventListener("click",t,!0)}),e.onUnmounted(()=>{document.removeEventListener("click",t,!0)});const i=e.computed(()=>b.backEvent||b.showBackButton&&J()),n=()=>{if(b.backEvent)return b.backEvent();window.parent.postMessage({type:"exit"},"*")};return(s,k)=>(e.openBlock(),e.createElementBlock("header",je,[e.createElementVNode("div",Fe,[e.createElementVNode("div",Xe,[i.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"btn-back",onClick:n,title:l.backButtonTitle},[(e.openBlock(),e.createElementBlock("svg",Ge,[...k[0]||(k[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])]))],8,He)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"dropdownRef",ref:E,class:"titleAndDesc"},[e.createElementVNode("button",{class:e.normalizeClass(["title-dropdown-toggle",{"title-dropdown-toggle-active":f.value.length}]),onClick:x},[e.renderSlot(s.$slots,"title",{},()=>[e.createElementVNode("h4",We,[e.createElementVNode("span",Ke,e.toDisplayString(l.title),1),f.value.length?(e.openBlock(),e.createElementBlock("svg",{key:0,class:e.normalizeClass(["arrow",{open:v.value}]),width:"12",height:"12",viewBox:"0 0 451.847 451.847",style:{"flex-shrink":"0"}},[...k[1]||(k[1]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])],2)):e.createCommentVNode("",!0)])],!0)],2),v.value&&f.value.length?(e.openBlock(),e.createElementBlock("div",Ye,[e.createElementVNode("div",Ze,e.toDisplayString(l.dropdownTitle),1),k[2]||(k[2]=e.createElementVNode("div",{class:"title-dropdown-divider"},null,-1)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,(r,c)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:"title-dropdown-item",onClick:S=>_(r)},[e.createElementVNode("p",Qe,e.toDisplayString(o(r.name)),1),e.createElementVNode("small",et," ("+e.toDisplayString(l.visitLabel)+" "+e.toDisplayString(a(r.lastVisit))+") ",1)],8,Je))),128))])):e.createCommentVNode("",!0),e.renderSlot(s.$slots,"subtitle",{},()=>[l.subtitle?(e.openBlock(),e.createElementBlock("p",tt,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)],!0)],512)]),e.createElementVNode("div",ot,[k[3]||(k[3]=e.createElementVNode("div",null,null,-1)),e.renderSlot(s.$slots,"default",{},void 0,!0),k[4]||(k[4]=e.createElementVNode("div",null,null,-1))])])]))}},nt=j(it,[["__scopeId","data-v-819edb8d"]]);const at={key:0,class:"sky-dialog-subtitle"},lt=["title"],st={key:0,class:"sky-dialog-swipe-area"},rt={__name:"DialogModal",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},zIndex:{type:[Number,String],default:null},closeText:{type:String,default:"Закрити"},enableAnimation:{type:Boolean,default:!1},closeOnEsc:{type:Boolean,default:!0},hasButtons:{type:Boolean,default:null}},emits:["update:modelValue","close","save"],setup(l,{emit:N}){const b=e.useSlots(),d=l,E=N,v=e.ref(null),B=e.ref(null),p=e.ref(0),f=e.computed(()=>{try{return Be()}catch{return!1}}),x=e.computed(()=>{try{return Ve()}catch{return!1}}),T=e.computed(()=>d.hasButtons!==null?d.hasButtons:!!b.buttons),_=()=>{E("update:modelValue",!1),E("close")},o=n=>{n.key==="Escape"&&d.closeOnEsc&&d.modelValue&&_(),n.key==="Enter"&&d.modelValue&&E("save")},a=n=>{n.touches[0].clientX<35&&(p.value=n.touches[0].clientX)},t=n=>{p.value>0&&p.value<35&&n.changedTouches[0].clientX-p.value>50&&_(),p.value=0},i=()=>{if(!(!x.value||!v.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const n=Android.getDisplayCutoutTop();if(n&&window.devicePixelRatio>1){const s=n/window.devicePixelRatio;v.value.style.paddingTop=s+"px"}}}catch{}};return e.watch(()=>d.modelValue,n=>{n?(document.body.style.overflow="hidden",e.nextTick(()=>{i()})):document.body.style.overflow=""}),e.onMounted(()=>{document.addEventListener("keydown",o),window.addEventListener("resize",i)}),e.onUnmounted(()=>{document.removeEventListener("keydown",o),window.removeEventListener("resize",i),document.body.style.overflow=""}),(n,s)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:l.enableAnimation?"dialog-slide":""},{default:e.withCtx(()=>[l.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-classic",style:e.normalizeStyle([l.zIndex?{"z-index":l.zIndex}:null])},[e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":l.enableAnimation}])},[e.createElementVNode("div",{ref_key:"dialogContent",ref:v,class:"sky-dialog-content"},[e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":l.subtitle}])},[e.createTextVNode(e.toDisplayString(l.title)+" ",1),l.subtitle?(e.openBlock(),e.createElementBlock("span",at,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)],2),e.createElementVNode("button",{class:"sky-dialog-close",title:l.closeText,onClick:_},[...s[0]||(s[0]=[e.createElementVNode("svg",{viewBox:"0 0 16 16",width:"16",height:"16"},[e.createElementVNode("line",{x1:"1",y1:"15",x2:"15",y2:"1",stroke:"currentColor","stroke-width":"2"}),e.createElementVNode("line",{x1:"1",y1:"1",x2:"15",y2:"15",stroke:"currentColor","stroke-width":"2"})],-1)])],8,lt),s[3]||(s[3]=e.createElementVNode("div",{class:"sky-dialog-clearfix"},null,-1)),e.createElementVNode("div",{ref_key:"dialogPaper",ref:B,class:e.normalizeClass(["sky-dialog-paper",{"sky-dialog-paper-no-footer":!T.value}]),onTouchstart:a,onTouchend:t},[f.value?(e.openBlock(),e.createElementBlock("div",st)):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default",{},void 0,!0)],34),T.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":l.enableAnimation}])},[s[1]||(s[1]=e.createElementVNode("div",null,null,-1)),e.renderSlot(n.$slots,"buttons",{},void 0,!0),s[2]||(s[2]=e.createElementVNode("div",null,null,-1))],2)):e.createCommentVNode("",!0)],512)],2)],4)):e.createCommentVNode("",!0)]),_:3},8,["name"])]))}},xe=j(rt,[["__scopeId","data-v-0cb65d7d"]]);const dt={class:"sky-dialog-header"},ct=["title"],ut={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},mt={key:0,class:"sky-dialog-subtitle"},bt={key:0,class:"sky-dialog-swipe-area"},wt={__name:"DialogNext",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},zIndex:{type:[Number,String],default:null},closeText:{type:String,default:"Назад"},enableAnimation:{type:Boolean,default:!1},closeOnEsc:{type:Boolean,default:!0},hasButtons:{type:Boolean,default:null}},emits:["update:modelValue","close","save"],setup(l,{emit:N}){const b=e.useSlots(),d=l,E=N,v=e.ref(null),B=e.ref(null),p=e.ref(0),f=e.computed(()=>{try{return Be()}catch{return!1}}),x=e.computed(()=>{try{return Ve()}catch{return!1}}),T=e.computed(()=>d.hasButtons!==null?d.hasButtons:!!b.buttons),_=()=>{E("update:modelValue",!1),E("close")},o=n=>{n.key==="Escape"&&d.closeOnEsc&&d.modelValue&&_(),n.key==="Enter"&&d.modelValue&&E("save")},a=n=>{n.touches[0].clientX<35&&(p.value=n.touches[0].clientX)},t=n=>{p.value>0&&p.value<35&&n.changedTouches[0].clientX-p.value>50&&_(),p.value=0},i=()=>{if(!(!x.value||!v.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const n=Android.getDisplayCutoutTop();if(n&&window.devicePixelRatio>1){const s=n/window.devicePixelRatio;v.value.style.paddingTop=s+"px"}}}catch{}};return e.watch(()=>d.modelValue,n=>{n?(document.body.style.overflow="hidden",e.nextTick(()=>{i()})):document.body.style.overflow=""}),e.onMounted(()=>{document.addEventListener("keydown",o),window.addEventListener("resize",i)}),e.onUnmounted(()=>{document.removeEventListener("keydown",o),window.removeEventListener("resize",i),document.body.style.overflow=""}),(n,s)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:l.enableAnimation?"dialog-slide":""},{default:e.withCtx(()=>[l.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-next",style:e.normalizeStyle([l.zIndex?{"z-index":l.zIndex}:null])},[e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":l.enableAnimation}])},[e.createElementVNode("div",{ref_key:"dialogContent",ref:v,class:"sky-dialog-content"},[e.createElementVNode("div",dt,[e.createElementVNode("button",{class:"sky-dialog-back",title:l.closeText,onClick:_},[(e.openBlock(),e.createElementBlock("svg",ut,[...s[0]||(s[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])]))],8,ct),e.createElementVNode("div",{class:e.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":l.subtitle}])},[e.createTextVNode(e.toDisplayString(l.title)+" ",1),l.subtitle?(e.openBlock(),e.createElementBlock("span",mt,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)],2)]),e.createElementVNode("div",{ref_key:"dialogPaper",ref:B,class:e.normalizeClass(["sky-dialog-paper",{"sky-dialog-paper-no-footer":!T.value}]),onTouchstart:a,onTouchend:t},[f.value?(e.openBlock(),e.createElementBlock("div",bt)):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default",{},void 0,!0)],34),T.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":l.enableAnimation}])},[s[1]||(s[1]=e.createElementVNode("div",null,null,-1)),e.renderSlot(n.$slots,"buttons",{},void 0,!0),s[2]||(s[2]=e.createElementVNode("div",null,null,-1))],2)):e.createCommentVNode("",!0)],512)],2)],4)):e.createCommentVNode("",!0)]),_:3},8,["name"])]))}},Se=j(wt,[["__scopeId","data-v-35e2143b"]]),pt={__name:"Dialog",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},zIndex:{type:[Number,String],default:null},closeText:{type:String,default:""},enableAnimation:{type:Boolean,default:!1},closeOnEsc:{type:Boolean,default:!0},mode:{type:String,default:null,validator:l=>[null,"next","classic"].includes(l)}},emits:["update:modelValue","close","save"],setup(l,{emit:N}){const b=l,d=N,E=e.computed({get:()=>b.modelValue,set:p=>d("update:modelValue",p)}),v=e.ref(!0);e.onMounted(()=>{try{new URLSearchParams(window.location.search).get("rocketMode")==="false"?v.value=!1:v.value=!0}catch{v.value=!0}});const B=e.computed(()=>b.mode==="next"?Se:b.mode==="classic"?xe:v.value?Se:xe);return(p,f)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(B.value),{modelValue:E.value,"onUpdate:modelValue":f[0]||(f[0]=x=>E.value=x),title:l.title,subtitle:l.subtitle,"z-index":l.zIndex,"close-text":l.closeText,"enable-animation":l.enableAnimation,"close-on-esc":l.closeOnEsc,"has-buttons":!!p.$slots.buttons,onClose:f[1]||(f[1]=x=>p.$emit("close")),onSave:f[2]||(f[2]=x=>p.$emit("save"))},e.createSlots({default:e.withCtx(()=>[e.renderSlot(p.$slots,"default")]),_:2},[p.$slots.buttons?{name:"buttons",fn:e.withCtx(()=>[e.renderSlot(p.$slots,"buttons")]),key:"0"}:void 0]),1064,["modelValue","title","subtitle","z-index","close-text","enable-animation","close-on-esc","has-buttons"]))}},ft={props:{to:{type:String,default:"body"}}};function vt(l,N,b,d,E,v){return e.openBlock(),e.createBlock(e.Teleport,{to:b.to},[e.renderSlot(l.$slots,"default")],8,["to"])}const Te=j(ft,[["render",vt]]);const gt={class:"sky-modal-header"},ht=["title"],yt={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},kt={class:"sky-modal-title-wrapper"},Et={class:"sky-modal-title"},xt={key:0,class:"sky-modal-subtitle"},St={class:"sky-modal-body"},Nt={key:0,class:"sky-modal-footer"},Bt={__name:"Modal",props:{modelValue:{type:Boolean,default:!1},title:{type:String,default:""},subtitle:{type:String,default:""},closeTitle:{type:String,default:"Закрити"},closeOnOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},width:{type:String,default:"100%"},height:{type:String,default:"100%"}},emits:["update:modelValue","close"],setup(l,{emit:N}){const b=l,d=N,E=e.computed(()=>({width:b.width,height:b.height})),v=()=>{d("update:modelValue",!1),d("close")},B=()=>{b.closeOnOverlay&&v()},p=f=>{f.key==="Escape"&&b.closeOnEsc&&b.modelValue&&v()};return e.watch(()=>b.modelValue,f=>{f?document.body.style.overflow="hidden":document.body.style.overflow=""}),e.onMounted(()=>{document.addEventListener("keydown",p)}),e.onUnmounted(()=>{document.removeEventListener("keydown",p),document.body.style.overflow=""}),(f,x)=>(e.openBlock(),e.createBlock(Te,{to:"body"},{default:e.withCtx(()=>[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[l.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"sky-modal-overlay",onClick:e.withModifiers(B,["self"])},[e.createElementVNode("div",{class:"sky-modal",style:e.normalizeStyle(E.value)},[e.createElementVNode("div",gt,[e.createElementVNode("button",{class:"sky-modal-back",onClick:v,title:l.closeTitle},[(e.openBlock(),e.createElementBlock("svg",yt,[...x[0]||(x[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"},null,-1)])]))],8,ht),e.createElementVNode("div",kt,[e.createElementVNode("h4",Et,e.toDisplayString(l.title),1),l.subtitle?(e.openBlock(),e.createElementBlock("div",xt,e.toDisplayString(l.subtitle),1)):e.createCommentVNode("",!0)])]),e.createElementVNode("div",St,[e.renderSlot(f.$slots,"default",{},void 0,!0)]),f.$slots.footer?(e.openBlock(),e.createElementBlock("div",Nt,[x[1]||(x[1]=e.createElementVNode("div",null,null,-1)),e.renderSlot(f.$slots,"footer",{},void 0,!0),x[2]||(x[2]=e.createElementVNode("div",null,null,-1))])):e.createCommentVNode("",!0)],4)])):e.createCommentVNode("",!0)]),_:3})]),_:3}))}},Vt=j(Bt,[["__scopeId","data-v-b612fee8"]]);exports.BaseTeleport=Te;exports.Dialog=pt;exports.Header=nt;exports.Modal=Vt;
|
package/dist/vue3/vue-dev-kit.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ref as $, computed as L, onMounted as J, onUnmounted as
|
|
1
|
+
import { ref as $, computed as L, onMounted as J, onUnmounted as ue, openBlock as k, createElementBlock as _, createElementVNode as c, createCommentVNode as B, normalizeClass as D, renderSlot as V, toDisplayString as z, Fragment as Qe, renderList as et, useSlots as Ue, watch as ke, nextTick as je, createBlock as Q, Teleport as xe, createVNode as Ee, Transition as _e, withCtx as X, normalizeStyle as Se, createTextVNode as Fe, resolveDynamicComponent as tt, createSlots as it, withModifiers as ot } from "vue";
|
|
2
2
|
var nt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
3
|
function at(a) {
|
|
4
4
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
5
5
|
}
|
|
6
|
-
var
|
|
6
|
+
var ye = { exports: {} };
|
|
7
7
|
(function(a, O) {
|
|
8
8
|
(function(w, r) {
|
|
9
|
-
var E = "1.0.41",
|
|
9
|
+
var E = "1.0.41", v = "", A = "?", f = "function", p = "undefined", S = "object", M = "string", N = "major", t = "model", n = "name", e = "type", i = "vendor", o = "version", s = "architecture", x = "console", l = "mobile", d = "tablet", T = "smarttv", C = "wearable", U = "embedded", ce = 500, te = "Amazon", j = "Apple", Te = "ASUS", Oe = "BlackBerry", ie = "Browser", oe = "Chrome", We = "Edge", ne = "Firefox", ae = "Google", Ae = "Honor", Ce = "Huawei", Ke = "Lenovo", se = "LG", be = "Microsoft", we = "Motorola", me = "Nvidia", Be = "OnePlus", H = "Opera", fe = "OPPO", G = "Samsung", Me = "Sharp", W = "Sony", pe = "Xiaomi", ve = "Zebra", Ne = "Facebook", ze = "Chromium OS", Ve = "Mac OS", Ie = " Browser", Ye = function(m, g) {
|
|
10
10
|
var b = {};
|
|
11
11
|
for (var y in m)
|
|
12
12
|
g[y] && g[y].length % 2 === 0 ? b[y] = g[y].concat(m[y]) : b[y] = m[y];
|
|
@@ -20,15 +20,15 @@ var he = { exports: {} };
|
|
|
20
20
|
}, K = function(m) {
|
|
21
21
|
return m.toLowerCase();
|
|
22
22
|
}, Ze = function(m) {
|
|
23
|
-
return typeof m === M ? m.replace(/[^\d\.]/g,
|
|
24
|
-
},
|
|
23
|
+
return typeof m === M ? m.replace(/[^\d\.]/g, v).split(".")[0] : r;
|
|
24
|
+
}, ge = function(m, g) {
|
|
25
25
|
if (typeof m === M)
|
|
26
|
-
return m = m.replace(/^\s\s*/,
|
|
26
|
+
return m = m.replace(/^\s\s*/, v), typeof g === p ? m : m.substring(0, ce);
|
|
27
27
|
}, Y = function(m, g) {
|
|
28
28
|
for (var b = 0, y, q, P, h, u, R; b < g.length && !u; ) {
|
|
29
|
-
var
|
|
30
|
-
for (y = q = 0; y <
|
|
31
|
-
if (u =
|
|
29
|
+
var he = g[b], De = g[b + 1];
|
|
30
|
+
for (y = q = 0; y < he.length && !u && he[y]; )
|
|
31
|
+
if (u = he[y++].exec(m), u)
|
|
32
32
|
for (P = 0; P < De.length; P++)
|
|
33
33
|
R = u[++q], h = De[P], typeof h === S && h.length > 0 ? h.length === 2 ? typeof h[1] == f ? this[h[0]] = h[1].call(this, R) : this[h[0]] = h[1] : h.length === 3 ? typeof h[1] === f && !(h[1].exec && h[1].test) ? this[h[0]] = R ? h[1].call(this, R, h[2]) : r : this[h[0]] = R ? R.replace(h[1], h[2]) : r : h.length === 4 && (this[h[0]] = R ? h[3].call(this, R.replace(h[1], h[2])) : r) : this[h] = R || r;
|
|
34
34
|
b += 2;
|
|
@@ -416,7 +416,7 @@ var he = { exports: {} };
|
|
|
416
416
|
/((ppc|powerpc)(64)?)( mac|;|\))/i
|
|
417
417
|
// PowerPC
|
|
418
418
|
],
|
|
419
|
-
[[s, /ower/,
|
|
419
|
+
[[s, /ower/, v, K]],
|
|
420
420
|
[
|
|
421
421
|
/ sun4\w[;\)]/i
|
|
422
422
|
// SPARC
|
|
@@ -490,7 +490,7 @@ var he = { exports: {} };
|
|
|
490
490
|
/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i
|
|
491
491
|
// Mi Pad tablets
|
|
492
492
|
],
|
|
493
|
-
[[t, /_/g, " "], [i,
|
|
493
|
+
[[t, /_/g, " "], [i, pe], [e, d]],
|
|
494
494
|
[
|
|
495
495
|
/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,
|
|
496
496
|
// Xiaomi POCO
|
|
@@ -506,17 +506,17 @@ var he = { exports: {} };
|
|
|
506
506
|
// Xiaomi Mi
|
|
507
507
|
/ ([\w ]+) miui\/v?\d/i
|
|
508
508
|
],
|
|
509
|
-
[[t, /_/g, " "], [i,
|
|
509
|
+
[[t, /_/g, " "], [i, pe], [e, l]],
|
|
510
510
|
[
|
|
511
511
|
// OPPO
|
|
512
512
|
/; (\w+) bui.+ oppo/i,
|
|
513
513
|
/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i
|
|
514
514
|
],
|
|
515
|
-
[t, [i,
|
|
515
|
+
[t, [i, fe], [e, l]],
|
|
516
516
|
[
|
|
517
517
|
/\b(opd2(\d{3}a?))(?: bui|\))/i
|
|
518
518
|
],
|
|
519
|
-
[t, [i, Z, { OnePlus: ["304", "403", "203"], "*":
|
|
519
|
+
[t, [i, Z, { OnePlus: ["304", "403", "203"], "*": fe }], [e, d]],
|
|
520
520
|
[
|
|
521
521
|
// Vivo
|
|
522
522
|
/vivo (\w+)(?: bui|\))/i,
|
|
@@ -534,11 +534,11 @@ var he = { exports: {} };
|
|
|
534
534
|
/\bmot(?:orola)?[- ](\w*)/i,
|
|
535
535
|
/((?:moto(?! 360)[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i
|
|
536
536
|
],
|
|
537
|
-
[t, [i,
|
|
537
|
+
[t, [i, we], [e, l]],
|
|
538
538
|
[
|
|
539
539
|
/\b(mz60\d|xoom[2 ]{0,2}) build\//i
|
|
540
540
|
],
|
|
541
|
-
[t, [i,
|
|
541
|
+
[t, [i, we], [e, d]],
|
|
542
542
|
[
|
|
543
543
|
// LG
|
|
544
544
|
/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i
|
|
@@ -750,7 +750,7 @@ var he = { exports: {} };
|
|
|
750
750
|
/(surface duo)/i
|
|
751
751
|
// Surface Duo
|
|
752
752
|
],
|
|
753
|
-
[t, [i,
|
|
753
|
+
[t, [i, be], [e, d]],
|
|
754
754
|
[
|
|
755
755
|
/droid [\d\.]+; (fp\du?)(?: b|\))/i
|
|
756
756
|
// Fairphone
|
|
@@ -865,7 +865,7 @@ var he = { exports: {} };
|
|
|
865
865
|
/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i
|
|
866
866
|
// Nvidia Tablets
|
|
867
867
|
],
|
|
868
|
-
[t, [i,
|
|
868
|
+
[t, [i, me], [e, d]],
|
|
869
869
|
[
|
|
870
870
|
/(sprint) (\w+)/i
|
|
871
871
|
// Sprint Phones
|
|
@@ -875,7 +875,7 @@ var he = { exports: {} };
|
|
|
875
875
|
/(kin\.[onetw]{3})/i
|
|
876
876
|
// Microsoft Kin
|
|
877
877
|
],
|
|
878
|
-
[[t, /\./g, " "], [i,
|
|
878
|
+
[[t, /\./g, " "], [i, be], [e, l]],
|
|
879
879
|
[
|
|
880
880
|
/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i
|
|
881
881
|
// Zebra
|
|
@@ -921,7 +921,7 @@ var he = { exports: {} };
|
|
|
921
921
|
/(shield \w+ tv)/i
|
|
922
922
|
// Nvidia Shield TV
|
|
923
923
|
],
|
|
924
|
-
[t, [i,
|
|
924
|
+
[t, [i, me], [e, T]],
|
|
925
925
|
[
|
|
926
926
|
/\(dtv[\);].+(aquos)/i,
|
|
927
927
|
/(aquos-tv[\w ]+)\)/i
|
|
@@ -937,7 +937,7 @@ var he = { exports: {} };
|
|
|
937
937
|
/(mi(tv|box)-?\w+) bui/i
|
|
938
938
|
// Xiaomi
|
|
939
939
|
],
|
|
940
|
-
[t, [i,
|
|
940
|
+
[t, [i, pe], [e, T]],
|
|
941
941
|
[
|
|
942
942
|
/Hbbtv.*(technisat) (.*);/i
|
|
943
943
|
// TechniSAT
|
|
@@ -949,7 +949,7 @@ var he = { exports: {} };
|
|
|
949
949
|
/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i
|
|
950
950
|
// HbbTV devices
|
|
951
951
|
],
|
|
952
|
-
[[i,
|
|
952
|
+
[[i, ge], [t, ge], [e, T]],
|
|
953
953
|
[
|
|
954
954
|
// SmartTV from Unidentified Vendors
|
|
955
955
|
/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i
|
|
@@ -973,7 +973,7 @@ var he = { exports: {} };
|
|
|
973
973
|
/droid.+; (shield)( bui|\))/i
|
|
974
974
|
// Nvidia Portable
|
|
975
975
|
],
|
|
976
|
-
[t, [i,
|
|
976
|
+
[t, [i, me], [e, x]],
|
|
977
977
|
[
|
|
978
978
|
/(playstation \w+)/i
|
|
979
979
|
// Playstation
|
|
@@ -983,7 +983,7 @@ var he = { exports: {} };
|
|
|
983
983
|
/\b(xbox(?: one)?(?!; xbox))[\); ]/i
|
|
984
984
|
// Microsoft Xbox
|
|
985
985
|
],
|
|
986
|
-
[t, [i,
|
|
986
|
+
[t, [i, be], [e, x]],
|
|
987
987
|
[
|
|
988
988
|
///////////////////
|
|
989
989
|
// WEARABLES
|
|
@@ -1003,7 +1003,7 @@ var he = { exports: {} };
|
|
|
1003
1003
|
/(ow(?:19|20)?we?[1-3]{1,3})/i
|
|
1004
1004
|
// Oppo Watch
|
|
1005
1005
|
],
|
|
1006
|
-
[t, [i,
|
|
1006
|
+
[t, [i, fe], [e, C]],
|
|
1007
1007
|
[
|
|
1008
1008
|
/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i
|
|
1009
1009
|
// Apple Watch
|
|
@@ -1018,7 +1018,7 @@ var he = { exports: {} };
|
|
|
1018
1018
|
/(moto 360)/i
|
|
1019
1019
|
// Motorola 360
|
|
1020
1020
|
],
|
|
1021
|
-
[t, [i,
|
|
1021
|
+
[t, [i, we], [e, C]],
|
|
1022
1022
|
[
|
|
1023
1023
|
/(smartwatch 3)/i
|
|
1024
1024
|
// Sony SmartWatch
|
|
@@ -1281,7 +1281,7 @@ var he = { exports: {} };
|
|
|
1281
1281
|
}, I = function(m, g) {
|
|
1282
1282
|
if (typeof m === S && (g = m, m = r), !(this instanceof I))
|
|
1283
1283
|
return new I(m, g).getResult();
|
|
1284
|
-
var b = typeof w !==
|
|
1284
|
+
var b = typeof w !== p && w.navigator ? w.navigator : r, y = m || (b && b.userAgent ? b.userAgent : v), q = b && b.userAgentData ? b.userAgentData : r, P = g ? Ye(Re, g) : Re, h = b && b.userAgent == y;
|
|
1285
1285
|
return this.getBrowser = function() {
|
|
1286
1286
|
var u = {};
|
|
1287
1287
|
return u[n] = r, u[o] = r, Y.call(u, y, P.browser), u[N] = Ze(u[o]), h && b && b.brave && typeof b.brave.isBrave == f && (u[n] = "Brave"), u;
|
|
@@ -1290,7 +1290,7 @@ var he = { exports: {} };
|
|
|
1290
1290
|
return u[s] = r, Y.call(u, y, P.cpu), u;
|
|
1291
1291
|
}, this.getDevice = function() {
|
|
1292
1292
|
var u = {};
|
|
1293
|
-
return u[i] = r, u[t] = r, u[e] = r, Y.call(u, y, P.device), h && !u[e] && q && q.mobile && (u[e] = l), h && u[t] == "Macintosh" && b && typeof b.standalone !==
|
|
1293
|
+
return u[i] = r, u[t] = r, u[e] = r, Y.call(u, y, P.device), h && !u[e] && q && q.mobile && (u[e] = l), h && u[t] == "Macintosh" && b && typeof b.standalone !== p && b.maxTouchPoints && b.maxTouchPoints > 2 && (u[t] = "iPad", u[e] = d), u;
|
|
1294
1294
|
}, this.getEngine = function() {
|
|
1295
1295
|
var u = {};
|
|
1296
1296
|
return u[n] = r, u[o] = r, Y.call(u, y, P.engine), u;
|
|
@@ -1309,11 +1309,11 @@ var he = { exports: {} };
|
|
|
1309
1309
|
}, this.getUA = function() {
|
|
1310
1310
|
return y;
|
|
1311
1311
|
}, this.setUA = function(u) {
|
|
1312
|
-
return y = typeof u === M && u.length >
|
|
1312
|
+
return y = typeof u === M && u.length > ce ? ge(u, ce) : u, this;
|
|
1313
1313
|
}, this.setUA(y), this;
|
|
1314
1314
|
};
|
|
1315
1315
|
I.VERSION = E, I.BROWSER = le([n, o, N]), I.CPU = le([s]), I.DEVICE = le([t, i, e, x, l, T, d, C, U]), I.ENGINE = I.OS = le([n, o]), a.exports && (O = a.exports = I), O.UAParser = I;
|
|
1316
|
-
var F = typeof w !==
|
|
1316
|
+
var F = typeof w !== p && (w.jQuery || w.Zepto);
|
|
1317
1317
|
if (F && !F.ua) {
|
|
1318
1318
|
var re = new I();
|
|
1319
1319
|
F.ua = re.getResult(), F.ua.get = function() {
|
|
@@ -1326,8 +1326,8 @@ var he = { exports: {} };
|
|
|
1326
1326
|
};
|
|
1327
1327
|
}
|
|
1328
1328
|
})(typeof window == "object" ? window : nt);
|
|
1329
|
-
})(
|
|
1330
|
-
var st =
|
|
1329
|
+
})(ye, ye.exports);
|
|
1330
|
+
var st = ye.exports;
|
|
1331
1331
|
const lt = /* @__PURE__ */ at(st);
|
|
1332
1332
|
function Xe() {
|
|
1333
1333
|
if (window.webkit != null && window.webkit.messageHandlers !== "undefined")
|
|
@@ -1346,7 +1346,7 @@ function He() {
|
|
|
1346
1346
|
function Ge() {
|
|
1347
1347
|
return Xe() === "android_webview";
|
|
1348
1348
|
}
|
|
1349
|
-
function
|
|
1349
|
+
function de() {
|
|
1350
1350
|
try {
|
|
1351
1351
|
return window.self !== window.top;
|
|
1352
1352
|
} catch {
|
|
@@ -1359,15 +1359,15 @@ function ut() {
|
|
|
1359
1359
|
return `req_${++dt}_${Date.now()}`;
|
|
1360
1360
|
}
|
|
1361
1361
|
function ct(a, O) {
|
|
1362
|
-
return
|
|
1362
|
+
return de() ? new Promise((w) => {
|
|
1363
1363
|
const r = ut(), E = setTimeout(() => {
|
|
1364
|
-
window.removeEventListener("message",
|
|
1364
|
+
window.removeEventListener("message", v), w(null);
|
|
1365
1365
|
}, rt);
|
|
1366
|
-
function
|
|
1367
|
-
var f,
|
|
1368
|
-
((f = A.data) == null ? void 0 : f.type) === "DATA_RESPONSE" && ((
|
|
1366
|
+
function v(A) {
|
|
1367
|
+
var f, p;
|
|
1368
|
+
((f = A.data) == null ? void 0 : f.type) === "DATA_RESPONSE" && ((p = A.data) == null ? void 0 : p.requestId) === r && (clearTimeout(E), window.removeEventListener("message", v), w(A.data.data ?? null));
|
|
1369
1369
|
}
|
|
1370
|
-
window.addEventListener("message",
|
|
1370
|
+
window.addEventListener("message", v), window.parent.postMessage(
|
|
1371
1371
|
{ type: "DATA_REQUEST", requestId: r, source: a, key: O },
|
|
1372
1372
|
"*"
|
|
1373
1373
|
);
|
|
@@ -1381,7 +1381,7 @@ const ee = (a, O) => {
|
|
|
1381
1381
|
for (const [r, E] of O)
|
|
1382
1382
|
w[r] = E;
|
|
1383
1383
|
return w;
|
|
1384
|
-
}, wt = { class: "sky-header-container" }, mt = { class: "topmenubox" }, ft = { class: "header-left" },
|
|
1384
|
+
}, wt = { class: "sky-header-container" }, mt = { class: "topmenubox" }, ft = { class: "header-left" }, pt = ["title"], vt = {
|
|
1385
1385
|
width: "15",
|
|
1386
1386
|
height: "15",
|
|
1387
1387
|
viewBox: "0 0 451.847 451.847",
|
|
@@ -1433,7 +1433,7 @@ const ee = (a, O) => {
|
|
|
1433
1433
|
},
|
|
1434
1434
|
emits: ["back", "navigate"],
|
|
1435
1435
|
setup(a, { emit: O }) {
|
|
1436
|
-
const w = a, r = O, E = $(null),
|
|
1436
|
+
const w = a, r = O, E = $(null), v = $(!1), A = $([]);
|
|
1437
1437
|
function f(s) {
|
|
1438
1438
|
try {
|
|
1439
1439
|
if (!s)
|
|
@@ -1443,15 +1443,15 @@ const ee = (a, O) => {
|
|
|
1443
1443
|
} catch {
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
|
-
f(localStorage.componentStats),
|
|
1446
|
+
f(localStorage.componentStats), de() && bt("componentStats").then((s) => {
|
|
1447
1447
|
s != null && (localStorage.setItem("componentStats", JSON.stringify(s)), f(s));
|
|
1448
1448
|
});
|
|
1449
|
-
const
|
|
1450
|
-
|
|
1449
|
+
const p = L(() => [...w.dropdownItems.length ? w.dropdownItems : A.value].sort((x, l) => l.lastVisit - x.lastVisit)), S = () => {
|
|
1450
|
+
p.value.length && (v.value = !v.value);
|
|
1451
1451
|
}, M = () => {
|
|
1452
|
-
|
|
1452
|
+
v.value = !1;
|
|
1453
1453
|
}, N = (s) => {
|
|
1454
|
-
r("navigate", s.path), M();
|
|
1454
|
+
r("navigate", s.path), de() && window.parent.postMessage({ type: "navigate", path: s.path }, "*"), M();
|
|
1455
1455
|
}, t = (s) => s ? s.charAt(0).toUpperCase() + s.slice(1) : "", n = (s) => {
|
|
1456
1456
|
const l = Date.now() - s, d = Math.floor(l / 1e3), T = Math.floor(d / 60), C = Math.floor(T / 60), U = Math.floor(C / 24);
|
|
1457
1457
|
return U > 0 ? `${U}д тому` : C > 0 ? `${C}год тому` : T > 0 ? `${T}хв тому` : `${d}с тому`;
|
|
@@ -1460,10 +1460,10 @@ const ee = (a, O) => {
|
|
|
1460
1460
|
};
|
|
1461
1461
|
J(() => {
|
|
1462
1462
|
document.addEventListener("click", e, !0);
|
|
1463
|
-
}),
|
|
1463
|
+
}), ue(() => {
|
|
1464
1464
|
document.removeEventListener("click", e, !0);
|
|
1465
1465
|
});
|
|
1466
|
-
const i = L(() => w.backEvent || w.showBackButton &&
|
|
1466
|
+
const i = L(() => w.backEvent || w.showBackButton && de()), o = () => {
|
|
1467
1467
|
if (w.backEvent)
|
|
1468
1468
|
return w.backEvent();
|
|
1469
1469
|
window.parent.postMessage({ type: "exit" }, "*");
|
|
@@ -1477,28 +1477,28 @@ const ee = (a, O) => {
|
|
|
1477
1477
|
onClick: o,
|
|
1478
1478
|
title: a.backButtonTitle
|
|
1479
1479
|
}, [
|
|
1480
|
-
(k(), _("svg",
|
|
1480
|
+
(k(), _("svg", vt, [...x[0] || (x[0] = [
|
|
1481
1481
|
c("path", {
|
|
1482
1482
|
fill: "currentColor",
|
|
1483
1483
|
d: "M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"
|
|
1484
1484
|
}, null, -1)
|
|
1485
1485
|
])]))
|
|
1486
|
-
], 8,
|
|
1486
|
+
], 8, pt)) : B("", !0),
|
|
1487
1487
|
c("div", {
|
|
1488
1488
|
ref_key: "dropdownRef",
|
|
1489
1489
|
ref: E,
|
|
1490
1490
|
class: "titleAndDesc"
|
|
1491
1491
|
}, [
|
|
1492
1492
|
c("button", {
|
|
1493
|
-
class: D(["title-dropdown-toggle", { "title-dropdown-toggle-active":
|
|
1493
|
+
class: D(["title-dropdown-toggle", { "title-dropdown-toggle-active": p.value.length }]),
|
|
1494
1494
|
onClick: S
|
|
1495
1495
|
}, [
|
|
1496
1496
|
V(s.$slots, "title", {}, () => [
|
|
1497
1497
|
c("h4", gt, [
|
|
1498
1498
|
c("span", ht, z(a.title), 1),
|
|
1499
|
-
|
|
1499
|
+
p.value.length ? (k(), _("svg", {
|
|
1500
1500
|
key: 0,
|
|
1501
|
-
class: D(["arrow", { open:
|
|
1501
|
+
class: D(["arrow", { open: v.value }]),
|
|
1502
1502
|
width: "12",
|
|
1503
1503
|
height: "12",
|
|
1504
1504
|
viewBox: "0 0 451.847 451.847",
|
|
@@ -1512,10 +1512,10 @@ const ee = (a, O) => {
|
|
|
1512
1512
|
])
|
|
1513
1513
|
], !0)
|
|
1514
1514
|
], 2),
|
|
1515
|
-
|
|
1515
|
+
v.value && p.value.length ? (k(), _("div", yt, [
|
|
1516
1516
|
c("div", kt, z(a.dropdownTitle), 1),
|
|
1517
1517
|
x[2] || (x[2] = c("div", { class: "title-dropdown-divider" }, null, -1)),
|
|
1518
|
-
(k(!0), _(Qe, null, et(
|
|
1518
|
+
(k(!0), _(Qe, null, et(p.value, (l, d) => (k(), _("div", {
|
|
1519
1519
|
key: d,
|
|
1520
1520
|
class: "title-dropdown-item",
|
|
1521
1521
|
onClick: (T) => N(l)
|
|
@@ -1537,7 +1537,7 @@ const ee = (a, O) => {
|
|
|
1537
1537
|
])
|
|
1538
1538
|
]));
|
|
1539
1539
|
}
|
|
1540
|
-
}, Zt = /* @__PURE__ */ ee(Ot, [["__scopeId", "data-v-
|
|
1540
|
+
}, Zt = /* @__PURE__ */ ee(Ot, [["__scopeId", "data-v-819edb8d"]]);
|
|
1541
1541
|
const At = {
|
|
1542
1542
|
key: 0,
|
|
1543
1543
|
class: "sky-dialog-subtitle"
|
|
@@ -1582,7 +1582,7 @@ const At = {
|
|
|
1582
1582
|
},
|
|
1583
1583
|
emits: ["update:modelValue", "close", "save"],
|
|
1584
1584
|
setup(a, { emit: O }) {
|
|
1585
|
-
const w = Ue(), r = a, E = O,
|
|
1585
|
+
const w = Ue(), r = a, E = O, v = $(null), A = $(null), f = $(0), p = L(() => {
|
|
1586
1586
|
try {
|
|
1587
1587
|
return He();
|
|
1588
1588
|
} catch {
|
|
@@ -1603,13 +1603,13 @@ const At = {
|
|
|
1603
1603
|
}, e = (o) => {
|
|
1604
1604
|
f.value > 0 && f.value < 35 && o.changedTouches[0].clientX - f.value > 50 && N(), f.value = 0;
|
|
1605
1605
|
}, i = () => {
|
|
1606
|
-
if (!(!S.value || !
|
|
1606
|
+
if (!(!S.value || !v.value))
|
|
1607
1607
|
try {
|
|
1608
1608
|
if (typeof Android < "u" && Android.getDisplayCutoutTop) {
|
|
1609
1609
|
const o = Android.getDisplayCutoutTop();
|
|
1610
1610
|
if (o && window.devicePixelRatio > 1) {
|
|
1611
1611
|
const s = o / window.devicePixelRatio;
|
|
1612
|
-
|
|
1612
|
+
v.value.style.paddingTop = s + "px";
|
|
1613
1613
|
}
|
|
1614
1614
|
}
|
|
1615
1615
|
} catch {
|
|
@@ -1624,7 +1624,7 @@ const At = {
|
|
|
1624
1624
|
}
|
|
1625
1625
|
), J(() => {
|
|
1626
1626
|
document.addEventListener("keydown", t), window.addEventListener("resize", i);
|
|
1627
|
-
}),
|
|
1627
|
+
}), ue(() => {
|
|
1628
1628
|
document.removeEventListener("keydown", t), window.removeEventListener("resize", i), document.body.style.overflow = "";
|
|
1629
1629
|
}), (o, s) => (k(), Q(xe, { to: "body" }, [
|
|
1630
1630
|
Ee(_e, {
|
|
@@ -1641,7 +1641,7 @@ const At = {
|
|
|
1641
1641
|
}, [
|
|
1642
1642
|
c("div", {
|
|
1643
1643
|
ref_key: "dialogContent",
|
|
1644
|
-
ref:
|
|
1644
|
+
ref: v,
|
|
1645
1645
|
class: "sky-dialog-content"
|
|
1646
1646
|
}, [
|
|
1647
1647
|
c("div", {
|
|
@@ -1686,7 +1686,7 @@ const At = {
|
|
|
1686
1686
|
onTouchstart: n,
|
|
1687
1687
|
onTouchend: e
|
|
1688
1688
|
}, [
|
|
1689
|
-
|
|
1689
|
+
p.value ? (k(), _("div", Bt)) : B("", !0),
|
|
1690
1690
|
V(o.$slots, "default", {}, void 0, !0)
|
|
1691
1691
|
], 34),
|
|
1692
1692
|
M.value ? (k(), _("div", {
|
|
@@ -1755,7 +1755,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1755
1755
|
},
|
|
1756
1756
|
emits: ["update:modelValue", "close", "save"],
|
|
1757
1757
|
setup(a, { emit: O }) {
|
|
1758
|
-
const w = Ue(), r = a, E = O,
|
|
1758
|
+
const w = Ue(), r = a, E = O, v = $(null), A = $(null), f = $(0), p = L(() => {
|
|
1759
1759
|
try {
|
|
1760
1760
|
return He();
|
|
1761
1761
|
} catch {
|
|
@@ -1776,13 +1776,13 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1776
1776
|
}, e = (o) => {
|
|
1777
1777
|
f.value > 0 && f.value < 35 && o.changedTouches[0].clientX - f.value > 50 && N(), f.value = 0;
|
|
1778
1778
|
}, i = () => {
|
|
1779
|
-
if (!(!S.value || !
|
|
1779
|
+
if (!(!S.value || !v.value))
|
|
1780
1780
|
try {
|
|
1781
1781
|
if (typeof Android < "u" && Android.getDisplayCutoutTop) {
|
|
1782
1782
|
const o = Android.getDisplayCutoutTop();
|
|
1783
1783
|
if (o && window.devicePixelRatio > 1) {
|
|
1784
1784
|
const s = o / window.devicePixelRatio;
|
|
1785
|
-
|
|
1785
|
+
v.value.style.paddingTop = s + "px";
|
|
1786
1786
|
}
|
|
1787
1787
|
}
|
|
1788
1788
|
} catch {
|
|
@@ -1797,7 +1797,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1797
1797
|
}
|
|
1798
1798
|
), J(() => {
|
|
1799
1799
|
document.addEventListener("keydown", t), window.addEventListener("resize", i);
|
|
1800
|
-
}),
|
|
1800
|
+
}), ue(() => {
|
|
1801
1801
|
document.removeEventListener("keydown", t), window.removeEventListener("resize", i), document.body.style.overflow = "";
|
|
1802
1802
|
}), (o, s) => (k(), Q(xe, { to: "body" }, [
|
|
1803
1803
|
Ee(_e, {
|
|
@@ -1814,7 +1814,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1814
1814
|
}, [
|
|
1815
1815
|
c("div", {
|
|
1816
1816
|
ref_key: "dialogContent",
|
|
1817
|
-
ref:
|
|
1817
|
+
ref: v,
|
|
1818
1818
|
class: "sky-dialog-content"
|
|
1819
1819
|
}, [
|
|
1820
1820
|
c("div", Nt, [
|
|
@@ -1844,7 +1844,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1844
1844
|
onTouchstart: n,
|
|
1845
1845
|
onTouchend: e
|
|
1846
1846
|
}, [
|
|
1847
|
-
|
|
1847
|
+
p.value ? (k(), _("div", Lt)) : B("", !0),
|
|
1848
1848
|
V(o.$slots, "default", {}, void 0, !0)
|
|
1849
1849
|
], 34),
|
|
1850
1850
|
M.value ? (k(), _("div", {
|
|
@@ -1907,18 +1907,18 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1907
1907
|
const w = a, r = O, E = L({
|
|
1908
1908
|
get: () => w.modelValue,
|
|
1909
1909
|
set: (f) => r("update:modelValue", f)
|
|
1910
|
-
}),
|
|
1910
|
+
}), v = $(!0);
|
|
1911
1911
|
J(() => {
|
|
1912
1912
|
try {
|
|
1913
|
-
new URLSearchParams(window.location.search).get("rocketMode") === "false" ?
|
|
1913
|
+
new URLSearchParams(window.location.search).get("rocketMode") === "false" ? v.value = !1 : v.value = !0;
|
|
1914
1914
|
} catch {
|
|
1915
|
-
|
|
1915
|
+
v.value = !0;
|
|
1916
1916
|
}
|
|
1917
1917
|
});
|
|
1918
|
-
const A = L(() => w.mode === "next" ? qe : w.mode === "classic" ? $e :
|
|
1919
|
-
return (f,
|
|
1918
|
+
const A = L(() => w.mode === "next" ? qe : w.mode === "classic" ? $e : v.value ? qe : $e);
|
|
1919
|
+
return (f, p) => (k(), Q(tt(A.value), {
|
|
1920
1920
|
modelValue: E.value,
|
|
1921
|
-
"onUpdate:modelValue":
|
|
1921
|
+
"onUpdate:modelValue": p[0] || (p[0] = (S) => E.value = S),
|
|
1922
1922
|
title: a.title,
|
|
1923
1923
|
subtitle: a.subtitle,
|
|
1924
1924
|
"z-index": a.zIndex,
|
|
@@ -1926,8 +1926,8 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1926
1926
|
"enable-animation": a.enableAnimation,
|
|
1927
1927
|
"close-on-esc": a.closeOnEsc,
|
|
1928
1928
|
"has-buttons": !!f.$slots.buttons,
|
|
1929
|
-
onClose:
|
|
1930
|
-
onSave:
|
|
1929
|
+
onClose: p[1] || (p[1] = (S) => f.$emit("close")),
|
|
1930
|
+
onSave: p[2] || (p[2] = (S) => f.$emit("save"))
|
|
1931
1931
|
}, it({
|
|
1932
1932
|
default: X(() => [
|
|
1933
1933
|
V(f.$slots, "default")
|
|
@@ -1951,7 +1951,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1951
1951
|
}
|
|
1952
1952
|
}
|
|
1953
1953
|
};
|
|
1954
|
-
function Dt(a, O, w, r, E,
|
|
1954
|
+
function Dt(a, O, w, r, E, v) {
|
|
1955
1955
|
return k(), Q(xe, { to: w.to }, [
|
|
1956
1956
|
V(a.$slots, "default")
|
|
1957
1957
|
], 8, ["to"]);
|
|
@@ -2009,23 +2009,23 @@ const qt = { class: "sky-modal-header" }, Ut = ["title"], jt = {
|
|
|
2009
2009
|
const w = a, r = O, E = L(() => ({
|
|
2010
2010
|
width: w.width,
|
|
2011
2011
|
height: w.height
|
|
2012
|
-
})),
|
|
2012
|
+
})), v = () => {
|
|
2013
2013
|
r("update:modelValue", !1), r("close");
|
|
2014
2014
|
}, A = () => {
|
|
2015
|
-
w.closeOnOverlay &&
|
|
2016
|
-
}, f = (
|
|
2017
|
-
|
|
2015
|
+
w.closeOnOverlay && v();
|
|
2016
|
+
}, f = (p) => {
|
|
2017
|
+
p.key === "Escape" && w.closeOnEsc && w.modelValue && v();
|
|
2018
2018
|
};
|
|
2019
2019
|
return ke(
|
|
2020
2020
|
() => w.modelValue,
|
|
2021
|
-
(
|
|
2022
|
-
|
|
2021
|
+
(p) => {
|
|
2022
|
+
p ? document.body.style.overflow = "hidden" : document.body.style.overflow = "";
|
|
2023
2023
|
}
|
|
2024
2024
|
), J(() => {
|
|
2025
2025
|
document.addEventListener("keydown", f);
|
|
2026
|
-
}),
|
|
2026
|
+
}), ue(() => {
|
|
2027
2027
|
document.removeEventListener("keydown", f), document.body.style.overflow = "";
|
|
2028
|
-
}), (
|
|
2028
|
+
}), (p, S) => (k(), Q($t, { to: "body" }, {
|
|
2029
2029
|
default: X(() => [
|
|
2030
2030
|
Ee(_e, null, {
|
|
2031
2031
|
default: X(() => [
|
|
@@ -2041,7 +2041,7 @@ const qt = { class: "sky-modal-header" }, Ut = ["title"], jt = {
|
|
|
2041
2041
|
c("div", qt, [
|
|
2042
2042
|
c("button", {
|
|
2043
2043
|
class: "sky-modal-back",
|
|
2044
|
-
onClick:
|
|
2044
|
+
onClick: v,
|
|
2045
2045
|
title: a.closeTitle
|
|
2046
2046
|
}, [
|
|
2047
2047
|
(k(), _("svg", jt, [...S[0] || (S[0] = [
|
|
@@ -2057,11 +2057,11 @@ const qt = { class: "sky-modal-header" }, Ut = ["title"], jt = {
|
|
|
2057
2057
|
])
|
|
2058
2058
|
]),
|
|
2059
2059
|
c("div", Gt, [
|
|
2060
|
-
V(
|
|
2060
|
+
V(p.$slots, "default", {}, void 0, !0)
|
|
2061
2061
|
]),
|
|
2062
|
-
|
|
2062
|
+
p.$slots.footer ? (k(), _("div", Wt, [
|
|
2063
2063
|
S[1] || (S[1] = c("div", null, null, -1)),
|
|
2064
|
-
V(
|
|
2064
|
+
V(p.$slots, "footer", {}, void 0, !0),
|
|
2065
2065
|
S[2] || (S[2] = c("div", null, null, -1))
|
|
2066
2066
|
])) : B("", !0)
|
|
2067
2067
|
], 4)
|
package/package.json
CHANGED