@skyservice-developers/vue-dev-kit 1.2.4 → 1.2.5
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 +1 -1
- package/dist/vue3/vue-dev-kit.cjs +1 -1
- package/dist/vue3/vue-dev-kit.js +103 -103
- package/package.json +1 -1
- package/src/vue3/components/Header.vue +5 -0
package/dist/vue3/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
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
|
+
.sky-header-container[data-v-21131a09]{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-21131a09]{width:100%;display:flex;padding:4px;justify-content:space-between;align-items:center;background-color:transparent}.header-left[data-v-21131a09]{display:flex;align-items:center;gap:12px}.titleAndDesc[data-v-21131a09]{display:flex;flex-direction:column;position:relative}.notPadding[data-v-21131a09]{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-21131a09]{white-space:pre-line}.title-dropdown-toggle[data-v-21131a09]{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-21131a09]{cursor:pointer}.arrow[data-v-21131a09]{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-21131a09]{transform:rotate(180deg)}.title-dropdown[data-v-21131a09]{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-21131a09]{padding:4px 24px;font-size:13px;color:#6c757d}.title-dropdown-divider[data-v-21131a09]{height:0;margin:4px 0;border-top:1px solid #e9ecef}.title-dropdown-item[data-v-21131a09]{padding:4px 24px;cursor:pointer;transition:background-color .1s}.title-dropdown-item[data-v-21131a09]:hover{background-color:#f8f9fa}.title-dropdown-item[data-v-21131a09]:active{background-color:#e9ecef}.pageName[data-v-21131a09]{padding-bottom:0;margin:0;font-weight:500;font-size:14px}.pageVisit[data-v-21131a09]{color:gray;font-weight:400;font-size:11px}.topmenu-description[data-v-21131a09]{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-21131a09]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.btn-back[data-v-21131a09]{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-21131a09],.btn-back svg[data-v-21131a09]{display:block}.btn-back[data-v-21131a09]:hover{background-color:var(--sky-header-back-btn-hover-bg, #f8f9fa)}.btn-back[data-v-21131a09]:active{background-color:var(--sky-header-back-btn-active-bg, #e9ecef)}@media (max-width: 499px){.topmenu-description[data-v-21131a09]{display:none}.notPadding[data-v-21131a09]{font-size:13px}}@media (min-width: 500px) and (max-width: 1099px){.topmenu-description[data-v-21131a09]{font-size:11px}}@supports (padding-top: env(safe-area-inset-top)){.sky-header-container[data-v-21131a09]{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 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;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");var ze=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",z="embedded",Q=500,F="Amazon",D="Apple",de="ASUS",ce="BlackBerry",X="Browser",G="Chrome",_e="Edge",W="Firefox",K="Google",ue="Honor",me="Huawei",Ce="Lenovo",Y="LG",ee="Microsoft",te="Motorola",oe="Nvidia",be="OnePlus",P="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},Z=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,M,O,h,u,A;m<g.length&&!u;){var se=g[m],Ee=g[m+1];for(y=M=0;y<se.length&&!u&&se[y];)if(u=se[y++].exec(w),u)for(O=0;O<Ee.length;O++)A=u[++M],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},Me={"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,P+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[n,[a,P+" GX"]],[/\bopr\/([\w\.]+)/i],[n,[a,P]],[/\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,W+" Focus"]],[/\bopt\/([\w\.]+)/i],[n,[a,P+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[n,[a,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[n,[a,"Dolphin"]],[/coast\/([\w\.]+)/i],[n,[a,P+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[n,[a,"MIUI"+ge]],[/fxios\/([\w\.-]+)/i],[n,[a,W]],[/\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,G+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[a,G+" 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,Me]],[/(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,W+" 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,Y],[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,Y],[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,K],[t,c]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[o,[i,K],[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,Y],[t,S]],[/(apple) ?tv/i],[i,[o,D+" TV"],[t,S]],[/crkey/i],[[o,G+"cast"],[i,K],[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,Y],[t,V]],[/droid.+; (wt63?0{2,3})\)/i],[o,[i,ae],[t,V]],[/droid.+; (glass) \d/i],[o,[i,K],[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,z]],[/(aeobc)\b/i],[o,[i,F],[t,z]],[/(homepod).+mac os/i],[o,[i,D],[t,z]],[/windows iot/i],[[t,z]],[/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,W+" 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,G+"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),M=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]&&M&&M.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]&&M&&M.platform&&M.platform!="Unknown"&&(u[a]=M.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=Z([a,n,_]),C.CPU=Z([s]),C.DEVICE=Z([o,i,t,k,r,S,c,V,z]),C.ENGINE=C.OS=Z([a,n]),l.exports&&(N=l.exports=C),N.UAParser=C;var I=typeof b!==f&&(b.jQuery||b.Zepto);if(I&&!I.ua){var J=new C;I.ua=J.getResult(),I.ua.get=function(){return J.getUA()},I.ua.set=function(w){J.setUA(w);var g=J.getResult();for(var m in g)I.ua[m]=g[m]}}})(typeof window=="object"?window:ze)})(re,re.exports);var Ie=re.exports;const Pe=De(Ie);function Ne(){if(window.webkit!=null&&window.webkit.messageHandlers!=="undefined")try{var l=Pe(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 H=(l,N)=>{const b=l.__vccOpts||l;for(const[d,E]of N)b[d]=E;return b},je={class:"sky-header-container"},He={class:"topmenubox"},Fe={class:"header-left"},Xe=["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=>{console.log("[Header] selectItem clicked, item:",s),console.log("[Header] item.path:",s.path),console.log("[Header] isInIframe:",j()),d("navigate",s.path),j()&&(console.log("[Header] sending postMessage navigate to parent, path:",s.path),window.parent.postMessage({type:"navigate",path:s.path},"*"),console.log("[Header] postMessage sent")),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),z=Math.floor(V/24);return z>0?`${z}д тому`: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",He,[e.createElementVNode("div",Fe,[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,Xe)):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=H(it,[["__scopeId","data-v-21131a09"]]);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=H(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=H(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=H(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=H(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,4 +1,4 @@
|
|
|
1
|
-
import { ref as $, computed as L, onMounted as
|
|
1
|
+
import { ref as $, computed as L, onMounted as Q, onUnmounted as ue, openBlock as k, createElementBlock as _, createElementVNode as c, createCommentVNode as B, normalizeClass as D, renderSlot as I, toDisplayString as z, Fragment as Qe, renderList as et, useSlots as Ue, watch as ke, nextTick as je, createBlock as ee, Teleport as xe, createVNode as Ee, Transition as _e, withCtx as F, normalizeStyle as Se, createTextVNode as He, 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;
|
|
@@ -6,12 +6,12 @@ function at(a) {
|
|
|
6
6
|
var ye = { exports: {} };
|
|
7
7
|
(function(a, O) {
|
|
8
8
|
(function(w, r) {
|
|
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,
|
|
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, ie = "Amazon", j = "Apple", Te = "ASUS", Oe = "BlackBerry", oe = "Browser", ne = "Chrome", We = "Edge", ae = "Firefox", se = "Google", Ae = "Honor", Ce = "Huawei", Ke = "Lenovo", le = "LG", be = "Microsoft", we = "Motorola", me = "Nvidia", Be = "OnePlus", X = "Opera", fe = "OPPO", G = "Samsung", Me = "Sharp", W = "Sony", pe = "Xiaomi", ve = "Zebra", Ne = "Facebook", ze = "Chromium OS", Ie = "Mac OS", Ve = " 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];
|
|
13
13
|
return b;
|
|
14
|
-
},
|
|
14
|
+
}, re = function(m) {
|
|
15
15
|
for (var g = {}, b = 0; b < m.length; b++)
|
|
16
16
|
g[m[b].toUpperCase()] = m[b];
|
|
17
17
|
return g;
|
|
@@ -89,17 +89,17 @@ var ye = { exports: {} };
|
|
|
89
89
|
/opios[\/ ]+([\w\.]+)/i
|
|
90
90
|
// Opera mini on iphone >= 8.0
|
|
91
91
|
],
|
|
92
|
-
[o, [n,
|
|
92
|
+
[o, [n, X + " Mini"]],
|
|
93
93
|
[
|
|
94
94
|
/\bop(?:rg)?x\/([\w\.]+)/i
|
|
95
95
|
// Opera GX
|
|
96
96
|
],
|
|
97
|
-
[o, [n,
|
|
97
|
+
[o, [n, X + " GX"]],
|
|
98
98
|
[
|
|
99
99
|
/\bopr\/([\w\.]+)/i
|
|
100
100
|
// Opera Webkit
|
|
101
101
|
],
|
|
102
|
-
[o, [n,
|
|
102
|
+
[o, [n, X]],
|
|
103
103
|
[
|
|
104
104
|
// Mixed
|
|
105
105
|
/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i
|
|
@@ -144,7 +144,7 @@ var ye = { exports: {} };
|
|
|
144
144
|
/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i
|
|
145
145
|
// UCBrowser
|
|
146
146
|
],
|
|
147
|
-
[o, [n, "UC" +
|
|
147
|
+
[o, [n, "UC" + oe]],
|
|
148
148
|
[
|
|
149
149
|
/microm.+\bqbcore\/([\w\.]+)/i,
|
|
150
150
|
// WeChat Desktop for Windows Built-in Browser
|
|
@@ -172,22 +172,22 @@ var ye = { exports: {} };
|
|
|
172
172
|
/slbrowser\/([\w\.]+)/i
|
|
173
173
|
// Smart Lenovo Browser
|
|
174
174
|
],
|
|
175
|
-
[o, [n, "Smart Lenovo " +
|
|
175
|
+
[o, [n, "Smart Lenovo " + oe]],
|
|
176
176
|
[
|
|
177
177
|
/(avast|avg)\/([\w\.]+)/i
|
|
178
178
|
// Avast/AVG Secure Browser
|
|
179
179
|
],
|
|
180
|
-
[[n, /(.+)/, "$1 Secure " +
|
|
180
|
+
[[n, /(.+)/, "$1 Secure " + oe], o],
|
|
181
181
|
[
|
|
182
182
|
/\bfocus\/([\w\.]+)/i
|
|
183
183
|
// Firefox Focus
|
|
184
184
|
],
|
|
185
|
-
[o, [n,
|
|
185
|
+
[o, [n, ae + " Focus"]],
|
|
186
186
|
[
|
|
187
187
|
/\bopt\/([\w\.]+)/i
|
|
188
188
|
// Opera Touch
|
|
189
189
|
],
|
|
190
|
-
[o, [n,
|
|
190
|
+
[o, [n, X + " Touch"]],
|
|
191
191
|
[
|
|
192
192
|
/coc_coc\w+\/([\w\.]+)/i
|
|
193
193
|
// Coc Coc Browser
|
|
@@ -202,17 +202,17 @@ var ye = { exports: {} };
|
|
|
202
202
|
/coast\/([\w\.]+)/i
|
|
203
203
|
// Opera Coast
|
|
204
204
|
],
|
|
205
|
-
[o, [n,
|
|
205
|
+
[o, [n, X + " Coast"]],
|
|
206
206
|
[
|
|
207
207
|
/miuibrowser\/([\w\.]+)/i
|
|
208
208
|
// MIUI Browser
|
|
209
209
|
],
|
|
210
|
-
[o, [n, "MIUI" +
|
|
210
|
+
[o, [n, "MIUI" + Ve]],
|
|
211
211
|
[
|
|
212
212
|
/fxios\/([\w\.-]+)/i
|
|
213
213
|
// Firefox for iOS
|
|
214
214
|
],
|
|
215
|
-
[o, [n,
|
|
215
|
+
[o, [n, ae]],
|
|
216
216
|
[
|
|
217
217
|
/\bqihoobrowser\/?([\w\.]*)/i
|
|
218
218
|
// 360
|
|
@@ -226,7 +226,7 @@ var ye = { exports: {} };
|
|
|
226
226
|
[
|
|
227
227
|
/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i
|
|
228
228
|
],
|
|
229
|
-
[[n, /(.+)/, "$1" +
|
|
229
|
+
[[n, /(.+)/, "$1" + Ve], o],
|
|
230
230
|
[
|
|
231
231
|
// Oculus/Sailfish/HuaweiBrowser/VivoBrowser/PicoBrowser
|
|
232
232
|
/samsungbrowser\/([\w\.]+)/i
|
|
@@ -307,17 +307,17 @@ var ye = { exports: {} };
|
|
|
307
307
|
/headlesschrome(?:\/([\w\.]+)| )/i
|
|
308
308
|
// Chrome Headless
|
|
309
309
|
],
|
|
310
|
-
[o, [n,
|
|
310
|
+
[o, [n, ne + " Headless"]],
|
|
311
311
|
[
|
|
312
312
|
/ wv\).+(chrome)\/([\w\.]+)/i
|
|
313
313
|
// Chrome WebView
|
|
314
314
|
],
|
|
315
|
-
[[n,
|
|
315
|
+
[[n, ne + " WebView"], o],
|
|
316
316
|
[
|
|
317
317
|
/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i
|
|
318
318
|
// Android Browser
|
|
319
319
|
],
|
|
320
|
-
[o, [n, "Android " +
|
|
320
|
+
[o, [n, "Android " + oe]],
|
|
321
321
|
[
|
|
322
322
|
/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i
|
|
323
323
|
// Chrome/OmniWeb/Arora/Tizen/Nokia
|
|
@@ -357,7 +357,7 @@ var ye = { exports: {} };
|
|
|
357
357
|
/mobile vr; rv:([\w\.]+)\).+firefox/i
|
|
358
358
|
// Firefox Reality
|
|
359
359
|
],
|
|
360
|
-
[o, [n,
|
|
360
|
+
[o, [n, ae + " Reality"]],
|
|
361
361
|
[
|
|
362
362
|
/ekiohf.+(flow)\/([\w\.]+)/i,
|
|
363
363
|
// Flow
|
|
@@ -543,13 +543,13 @@ var ye = { exports: {} };
|
|
|
543
543
|
// LG
|
|
544
544
|
/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i
|
|
545
545
|
],
|
|
546
|
-
[t, [i,
|
|
546
|
+
[t, [i, le], [e, d]],
|
|
547
547
|
[
|
|
548
548
|
/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,
|
|
549
549
|
/\blg[-e;\/ ]+((?!browser|netcast|android tv|watch)\w+)/i,
|
|
550
550
|
/\blg-?([\d\w]+) bui/i
|
|
551
551
|
],
|
|
552
|
-
[t, [i,
|
|
552
|
+
[t, [i, le], [e, l]],
|
|
553
553
|
[
|
|
554
554
|
// Lenovo
|
|
555
555
|
/(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,
|
|
@@ -571,12 +571,12 @@ var ye = { exports: {} };
|
|
|
571
571
|
/(pixel (c|tablet))\b/i
|
|
572
572
|
// Google Pixel C/Tablet
|
|
573
573
|
],
|
|
574
|
-
[t, [i,
|
|
574
|
+
[t, [i, se], [e, d]],
|
|
575
575
|
[
|
|
576
576
|
/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i
|
|
577
577
|
// Google Pixel
|
|
578
578
|
],
|
|
579
|
-
[t, [i,
|
|
579
|
+
[t, [i, se], [e, l]],
|
|
580
580
|
[
|
|
581
581
|
// Sony
|
|
582
582
|
/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
|
|
@@ -601,12 +601,12 @@ var ye = { exports: {} };
|
|
|
601
601
|
/(kf[a-z]+)( bui|\)).+silk\//i
|
|
602
602
|
// Kindle Fire HD
|
|
603
603
|
],
|
|
604
|
-
[t, [i,
|
|
604
|
+
[t, [i, ie], [e, d]],
|
|
605
605
|
[
|
|
606
606
|
/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i
|
|
607
607
|
// Fire Phone
|
|
608
608
|
],
|
|
609
|
-
[[t, /(.+)/g, "Fire Phone $1"], [i,
|
|
609
|
+
[[t, /(.+)/g, "Fire Phone $1"], [i, ie], [e, l]],
|
|
610
610
|
[
|
|
611
611
|
// BlackBerry
|
|
612
612
|
/(playbook);[-\w\),; ]+(rim)/i
|
|
@@ -901,7 +901,7 @@ var ye = { exports: {} };
|
|
|
901
901
|
/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i
|
|
902
902
|
// LG SmartTV
|
|
903
903
|
],
|
|
904
|
-
[[i,
|
|
904
|
+
[[i, le], [e, T]],
|
|
905
905
|
[
|
|
906
906
|
/(apple) ?tv/i
|
|
907
907
|
// Apple TV
|
|
@@ -911,12 +911,12 @@ var ye = { exports: {} };
|
|
|
911
911
|
/crkey/i
|
|
912
912
|
// Google Chromecast
|
|
913
913
|
],
|
|
914
|
-
[[t,
|
|
914
|
+
[[t, ne + "cast"], [i, se], [e, T]],
|
|
915
915
|
[
|
|
916
916
|
/droid.+aft(\w+)( bui|\))/i
|
|
917
917
|
// Fire TV
|
|
918
918
|
],
|
|
919
|
-
[t, [i,
|
|
919
|
+
[t, [i, ie], [e, T]],
|
|
920
920
|
[
|
|
921
921
|
/(shield \w+ tv)/i
|
|
922
922
|
// Nvidia Shield TV
|
|
@@ -1028,7 +1028,7 @@ var ye = { exports: {} };
|
|
|
1028
1028
|
/(g watch r)/i
|
|
1029
1029
|
// LG G Watch R
|
|
1030
1030
|
],
|
|
1031
|
-
[t, [i,
|
|
1031
|
+
[t, [i, le], [e, C]],
|
|
1032
1032
|
[
|
|
1033
1033
|
/droid.+; (wt63?0{2,3})\)/i
|
|
1034
1034
|
],
|
|
@@ -1040,7 +1040,7 @@ var ye = { exports: {} };
|
|
|
1040
1040
|
/droid.+; (glass) \d/i
|
|
1041
1041
|
// Google Glass
|
|
1042
1042
|
],
|
|
1043
|
-
[t, [i,
|
|
1043
|
+
[t, [i, se], [e, C]],
|
|
1044
1044
|
[
|
|
1045
1045
|
/(pico) (4|neo3(?: link|pro)?)/i
|
|
1046
1046
|
// Pico
|
|
@@ -1063,7 +1063,7 @@ var ye = { exports: {} };
|
|
|
1063
1063
|
/(aeobc)\b/i
|
|
1064
1064
|
// Echo Dot
|
|
1065
1065
|
],
|
|
1066
|
-
[t, [i,
|
|
1066
|
+
[t, [i, ie], [e, U]],
|
|
1067
1067
|
[
|
|
1068
1068
|
/(homepod).+mac os/i
|
|
1069
1069
|
// Apple HomePod
|
|
@@ -1175,7 +1175,7 @@ var ye = { exports: {} };
|
|
|
1175
1175
|
/(macintosh|mac_powerpc\b)(?!.+haiku)/i
|
|
1176
1176
|
// Mac OS
|
|
1177
1177
|
],
|
|
1178
|
-
[[n,
|
|
1178
|
+
[[n, Ie], [o, /_/g, "."]],
|
|
1179
1179
|
[
|
|
1180
1180
|
// Mobile OSes
|
|
1181
1181
|
/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i
|
|
@@ -1206,7 +1206,7 @@ var ye = { exports: {} };
|
|
|
1206
1206
|
/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i
|
|
1207
1207
|
// Firefox OS
|
|
1208
1208
|
],
|
|
1209
|
-
[o, [n,
|
|
1209
|
+
[o, [n, ae + " OS"]],
|
|
1210
1210
|
[
|
|
1211
1211
|
/web0s;.+rt(tv)/i,
|
|
1212
1212
|
/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i
|
|
@@ -1223,7 +1223,7 @@ var ye = { exports: {} };
|
|
|
1223
1223
|
/crkey\/([\d\.]+)/i
|
|
1224
1224
|
// Google Chromecast
|
|
1225
1225
|
],
|
|
1226
|
-
[o, [n,
|
|
1226
|
+
[o, [n, ne + "cast"]],
|
|
1227
1227
|
[
|
|
1228
1228
|
/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i
|
|
1229
1229
|
// Chromium OS
|
|
@@ -1278,9 +1278,9 @@ var ye = { exports: {} };
|
|
|
1278
1278
|
],
|
|
1279
1279
|
[n, o]
|
|
1280
1280
|
]
|
|
1281
|
-
},
|
|
1282
|
-
if (typeof m === S && (g = m, m = r), !(this instanceof
|
|
1283
|
-
return new
|
|
1281
|
+
}, V = function(m, g) {
|
|
1282
|
+
if (typeof m === S && (g = m, m = r), !(this instanceof V))
|
|
1283
|
+
return new V(m, g).getResult();
|
|
1284
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 = {};
|
|
@@ -1296,7 +1296,7 @@ var ye = { exports: {} };
|
|
|
1296
1296
|
return u[n] = r, u[o] = r, Y.call(u, y, P.engine), u;
|
|
1297
1297
|
}, this.getOS = function() {
|
|
1298
1298
|
var u = {};
|
|
1299
|
-
return u[n] = r, u[o] = r, Y.call(u, y, P.os), h && !u[n] && q && q.platform && q.platform != "Unknown" && (u[n] = q.platform.replace(/chrome os/i, ze).replace(/macos/i,
|
|
1299
|
+
return u[n] = r, u[o] = r, Y.call(u, y, P.os), h && !u[n] && q && q.platform && q.platform != "Unknown" && (u[n] = q.platform.replace(/chrome os/i, ze).replace(/macos/i, Ie)), u;
|
|
1300
1300
|
}, this.getResult = function() {
|
|
1301
1301
|
return {
|
|
1302
1302
|
ua: this.getUA(),
|
|
@@ -1312,24 +1312,24 @@ var ye = { exports: {} };
|
|
|
1312
1312
|
return y = typeof u === M && u.length > ce ? ge(u, ce) : u, this;
|
|
1313
1313
|
}, this.setUA(y), this;
|
|
1314
1314
|
};
|
|
1315
|
-
|
|
1316
|
-
var
|
|
1317
|
-
if (
|
|
1318
|
-
var
|
|
1319
|
-
|
|
1320
|
-
return
|
|
1321
|
-
},
|
|
1322
|
-
|
|
1323
|
-
var g =
|
|
1315
|
+
V.VERSION = E, V.BROWSER = re([n, o, N]), V.CPU = re([s]), V.DEVICE = re([t, i, e, x, l, T, d, C, U]), V.ENGINE = V.OS = re([n, o]), a.exports && (O = a.exports = V), O.UAParser = V;
|
|
1316
|
+
var H = typeof w !== p && (w.jQuery || w.Zepto);
|
|
1317
|
+
if (H && !H.ua) {
|
|
1318
|
+
var de = new V();
|
|
1319
|
+
H.ua = de.getResult(), H.ua.get = function() {
|
|
1320
|
+
return de.getUA();
|
|
1321
|
+
}, H.ua.set = function(m) {
|
|
1322
|
+
de.setUA(m);
|
|
1323
|
+
var g = de.getResult();
|
|
1324
1324
|
for (var b in g)
|
|
1325
|
-
|
|
1325
|
+
H.ua[b] = g[b];
|
|
1326
1326
|
};
|
|
1327
1327
|
}
|
|
1328
1328
|
})(typeof window == "object" ? window : nt);
|
|
1329
1329
|
})(ye, ye.exports);
|
|
1330
1330
|
var st = ye.exports;
|
|
1331
1331
|
const lt = /* @__PURE__ */ at(st);
|
|
1332
|
-
function
|
|
1332
|
+
function Fe() {
|
|
1333
1333
|
if (window.webkit != null && window.webkit.messageHandlers !== "undefined")
|
|
1334
1334
|
try {
|
|
1335
1335
|
var a = lt(navigator.userAgent);
|
|
@@ -1340,13 +1340,13 @@ function Xe() {
|
|
|
1340
1340
|
}
|
|
1341
1341
|
return typeof Android < "u" ? "android_webview" : typeof window.cefQuery < "u" ? "cef_webview" : "browser";
|
|
1342
1342
|
}
|
|
1343
|
-
function
|
|
1344
|
-
return
|
|
1343
|
+
function Xe() {
|
|
1344
|
+
return Fe() === "ios_webview";
|
|
1345
1345
|
}
|
|
1346
1346
|
function Ge() {
|
|
1347
|
-
return
|
|
1347
|
+
return Fe() === "android_webview";
|
|
1348
1348
|
}
|
|
1349
|
-
function
|
|
1349
|
+
function J() {
|
|
1350
1350
|
try {
|
|
1351
1351
|
return window.self !== window.top;
|
|
1352
1352
|
} catch {
|
|
@@ -1359,7 +1359,7 @@ function ut() {
|
|
|
1359
1359
|
return `req_${++dt}_${Date.now()}`;
|
|
1360
1360
|
}
|
|
1361
1361
|
function ct(a, O) {
|
|
1362
|
-
return
|
|
1362
|
+
return J() ? new Promise((w) => {
|
|
1363
1363
|
const r = ut(), E = setTimeout(() => {
|
|
1364
1364
|
window.removeEventListener("message", v), w(null);
|
|
1365
1365
|
}, rt);
|
|
@@ -1376,7 +1376,7 @@ function ct(a, O) {
|
|
|
1376
1376
|
function bt(a) {
|
|
1377
1377
|
return ct("localStorage", a);
|
|
1378
1378
|
}
|
|
1379
|
-
const
|
|
1379
|
+
const te = (a, O) => {
|
|
1380
1380
|
const w = a.__vccOpts || a;
|
|
1381
1381
|
for (const [r, E] of O)
|
|
1382
1382
|
w[r] = E;
|
|
@@ -1443,7 +1443,7 @@ const ee = (a, O) => {
|
|
|
1443
1443
|
} catch {
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
|
-
f(localStorage.componentStats),
|
|
1446
|
+
f(localStorage.componentStats), J() && bt("componentStats").then((s) => {
|
|
1447
1447
|
s != null && (localStorage.setItem("componentStats", JSON.stringify(s)), f(s));
|
|
1448
1448
|
});
|
|
1449
1449
|
const p = L(() => [...w.dropdownItems.length ? w.dropdownItems : A.value].sort((x, l) => l.lastVisit - x.lastVisit)), S = () => {
|
|
@@ -1451,19 +1451,19 @@ const ee = (a, O) => {
|
|
|
1451
1451
|
}, M = () => {
|
|
1452
1452
|
v.value = !1;
|
|
1453
1453
|
}, N = (s) => {
|
|
1454
|
-
r("navigate", s.path),
|
|
1454
|
+
console.log("[Header] selectItem clicked, item:", s), console.log("[Header] item.path:", s.path), console.log("[Header] isInIframe:", J()), r("navigate", s.path), J() && (console.log("[Header] sending postMessage navigate to parent, path:", s.path), window.parent.postMessage({ type: "navigate", path: s.path }, "*"), console.log("[Header] postMessage sent")), 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}с тому`;
|
|
1458
1458
|
}, e = (s) => {
|
|
1459
1459
|
E.value && !E.value.contains(s.target) && M();
|
|
1460
1460
|
};
|
|
1461
|
-
|
|
1461
|
+
Q(() => {
|
|
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 && J()), o = () => {
|
|
1467
1467
|
if (w.backEvent)
|
|
1468
1468
|
return w.backEvent();
|
|
1469
1469
|
window.parent.postMessage({ type: "exit" }, "*");
|
|
@@ -1493,7 +1493,7 @@ const ee = (a, O) => {
|
|
|
1493
1493
|
class: D(["title-dropdown-toggle", { "title-dropdown-toggle-active": p.value.length }]),
|
|
1494
1494
|
onClick: S
|
|
1495
1495
|
}, [
|
|
1496
|
-
|
|
1496
|
+
I(s.$slots, "title", {}, () => [
|
|
1497
1497
|
c("h4", gt, [
|
|
1498
1498
|
c("span", ht, z(a.title), 1),
|
|
1499
1499
|
p.value.length ? (k(), _("svg", {
|
|
@@ -1524,20 +1524,20 @@ const ee = (a, O) => {
|
|
|
1524
1524
|
c("small", _t, " (" + z(a.visitLabel) + " " + z(n(l.lastVisit)) + ") ", 1)
|
|
1525
1525
|
], 8, xt))), 128))
|
|
1526
1526
|
])) : B("", !0),
|
|
1527
|
-
|
|
1527
|
+
I(s.$slots, "subtitle", {}, () => [
|
|
1528
1528
|
a.subtitle ? (k(), _("p", St, z(a.subtitle), 1)) : B("", !0)
|
|
1529
1529
|
], !0)
|
|
1530
1530
|
], 512)
|
|
1531
1531
|
]),
|
|
1532
1532
|
c("div", Tt, [
|
|
1533
1533
|
x[3] || (x[3] = c("div", null, null, -1)),
|
|
1534
|
-
|
|
1534
|
+
I(s.$slots, "default", {}, void 0, !0),
|
|
1535
1535
|
x[4] || (x[4] = c("div", null, null, -1))
|
|
1536
1536
|
])
|
|
1537
1537
|
])
|
|
1538
1538
|
]));
|
|
1539
1539
|
}
|
|
1540
|
-
}, Zt = /* @__PURE__ */
|
|
1540
|
+
}, Zt = /* @__PURE__ */ te(Ot, [["__scopeId", "data-v-21131a09"]]);
|
|
1541
1541
|
const At = {
|
|
1542
1542
|
key: 0,
|
|
1543
1543
|
class: "sky-dialog-subtitle"
|
|
@@ -1584,7 +1584,7 @@ const At = {
|
|
|
1584
1584
|
setup(a, { emit: O }) {
|
|
1585
1585
|
const w = Ue(), r = a, E = O, v = $(null), A = $(null), f = $(0), p = L(() => {
|
|
1586
1586
|
try {
|
|
1587
|
-
return
|
|
1587
|
+
return Xe();
|
|
1588
1588
|
} catch {
|
|
1589
1589
|
return !1;
|
|
1590
1590
|
}
|
|
@@ -1622,15 +1622,15 @@ const At = {
|
|
|
1622
1622
|
i();
|
|
1623
1623
|
})) : document.body.style.overflow = "";
|
|
1624
1624
|
}
|
|
1625
|
-
),
|
|
1625
|
+
), Q(() => {
|
|
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
|
-
}), (o, s) => (k(),
|
|
1629
|
+
}), (o, s) => (k(), ee(xe, { to: "body" }, [
|
|
1630
1630
|
Ee(_e, {
|
|
1631
1631
|
name: a.enableAnimation ? "dialog-slide" : ""
|
|
1632
1632
|
}, {
|
|
1633
|
-
default:
|
|
1633
|
+
default: F(() => [
|
|
1634
1634
|
a.modelValue ? (k(), _("div", {
|
|
1635
1635
|
key: 0,
|
|
1636
1636
|
class: "sky-dialogbox sky-dialogbox-classic",
|
|
@@ -1647,7 +1647,7 @@ const At = {
|
|
|
1647
1647
|
c("div", {
|
|
1648
1648
|
class: D(["sky-dialog-title", { "sky-dialog-title-with-subtitle": a.subtitle }])
|
|
1649
1649
|
}, [
|
|
1650
|
-
|
|
1650
|
+
He(z(a.title) + " ", 1),
|
|
1651
1651
|
a.subtitle ? (k(), _("span", At, z(a.subtitle), 1)) : B("", !0)
|
|
1652
1652
|
], 2),
|
|
1653
1653
|
c("button", {
|
|
@@ -1687,14 +1687,14 @@ const At = {
|
|
|
1687
1687
|
onTouchend: e
|
|
1688
1688
|
}, [
|
|
1689
1689
|
p.value ? (k(), _("div", Bt)) : B("", !0),
|
|
1690
|
-
|
|
1690
|
+
I(o.$slots, "default", {}, void 0, !0)
|
|
1691
1691
|
], 34),
|
|
1692
1692
|
M.value ? (k(), _("div", {
|
|
1693
1693
|
key: 0,
|
|
1694
1694
|
class: D(["sky-dialog-footer", { "sky-dialog-footer-animate": a.enableAnimation }])
|
|
1695
1695
|
}, [
|
|
1696
1696
|
s[1] || (s[1] = c("div", null, null, -1)),
|
|
1697
|
-
|
|
1697
|
+
I(o.$slots, "buttons", {}, void 0, !0),
|
|
1698
1698
|
s[2] || (s[2] = c("div", null, null, -1))
|
|
1699
1699
|
], 2)) : B("", !0)
|
|
1700
1700
|
], 512)
|
|
@@ -1705,13 +1705,13 @@ const At = {
|
|
|
1705
1705
|
}, 8, ["name"])
|
|
1706
1706
|
]));
|
|
1707
1707
|
}
|
|
1708
|
-
}, $e = /* @__PURE__ */
|
|
1709
|
-
const Nt = { class: "sky-dialog-header" }, zt = ["title"],
|
|
1708
|
+
}, $e = /* @__PURE__ */ te(Mt, [["__scopeId", "data-v-0cb65d7d"]]);
|
|
1709
|
+
const Nt = { class: "sky-dialog-header" }, zt = ["title"], It = {
|
|
1710
1710
|
width: "15",
|
|
1711
1711
|
height: "15",
|
|
1712
1712
|
viewBox: "0 0 451.847 451.847",
|
|
1713
1713
|
style: { transform: "rotate(90deg)" }
|
|
1714
|
-
},
|
|
1714
|
+
}, Vt = {
|
|
1715
1715
|
key: 0,
|
|
1716
1716
|
class: "sky-dialog-subtitle"
|
|
1717
1717
|
}, Lt = {
|
|
@@ -1757,7 +1757,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1757
1757
|
setup(a, { emit: O }) {
|
|
1758
1758
|
const w = Ue(), r = a, E = O, v = $(null), A = $(null), f = $(0), p = L(() => {
|
|
1759
1759
|
try {
|
|
1760
|
-
return
|
|
1760
|
+
return Xe();
|
|
1761
1761
|
} catch {
|
|
1762
1762
|
return !1;
|
|
1763
1763
|
}
|
|
@@ -1795,15 +1795,15 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1795
1795
|
i();
|
|
1796
1796
|
})) : document.body.style.overflow = "";
|
|
1797
1797
|
}
|
|
1798
|
-
),
|
|
1798
|
+
), Q(() => {
|
|
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
|
-
}), (o, s) => (k(),
|
|
1802
|
+
}), (o, s) => (k(), ee(xe, { to: "body" }, [
|
|
1803
1803
|
Ee(_e, {
|
|
1804
1804
|
name: a.enableAnimation ? "dialog-slide" : ""
|
|
1805
1805
|
}, {
|
|
1806
|
-
default:
|
|
1806
|
+
default: F(() => [
|
|
1807
1807
|
a.modelValue ? (k(), _("div", {
|
|
1808
1808
|
key: 0,
|
|
1809
1809
|
class: "sky-dialogbox sky-dialogbox-next",
|
|
@@ -1823,7 +1823,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1823
1823
|
title: a.closeText,
|
|
1824
1824
|
onClick: N
|
|
1825
1825
|
}, [
|
|
1826
|
-
(k(), _("svg",
|
|
1826
|
+
(k(), _("svg", It, [...s[0] || (s[0] = [
|
|
1827
1827
|
c("path", {
|
|
1828
1828
|
fill: "currentColor",
|
|
1829
1829
|
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"
|
|
@@ -1833,8 +1833,8 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1833
1833
|
c("div", {
|
|
1834
1834
|
class: D(["sky-dialog-title", { "sky-dialog-title-with-subtitle": a.subtitle }])
|
|
1835
1835
|
}, [
|
|
1836
|
-
|
|
1837
|
-
a.subtitle ? (k(), _("span",
|
|
1836
|
+
He(z(a.title) + " ", 1),
|
|
1837
|
+
a.subtitle ? (k(), _("span", Vt, z(a.subtitle), 1)) : B("", !0)
|
|
1838
1838
|
], 2)
|
|
1839
1839
|
]),
|
|
1840
1840
|
c("div", {
|
|
@@ -1845,14 +1845,14 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1845
1845
|
onTouchend: e
|
|
1846
1846
|
}, [
|
|
1847
1847
|
p.value ? (k(), _("div", Lt)) : B("", !0),
|
|
1848
|
-
|
|
1848
|
+
I(o.$slots, "default", {}, void 0, !0)
|
|
1849
1849
|
], 34),
|
|
1850
1850
|
M.value ? (k(), _("div", {
|
|
1851
1851
|
key: 0,
|
|
1852
1852
|
class: D(["sky-dialog-footer", { "sky-dialog-footer-animate": a.enableAnimation }])
|
|
1853
1853
|
}, [
|
|
1854
1854
|
s[1] || (s[1] = c("div", null, null, -1)),
|
|
1855
|
-
|
|
1855
|
+
I(o.$slots, "buttons", {}, void 0, !0),
|
|
1856
1856
|
s[2] || (s[2] = c("div", null, null, -1))
|
|
1857
1857
|
], 2)) : B("", !0)
|
|
1858
1858
|
], 512)
|
|
@@ -1863,7 +1863,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1863
1863
|
}, 8, ["name"])
|
|
1864
1864
|
]));
|
|
1865
1865
|
}
|
|
1866
|
-
}, qe = /* @__PURE__ */
|
|
1866
|
+
}, qe = /* @__PURE__ */ te(Pt, [["__scopeId", "data-v-35e2143b"]]), Jt = {
|
|
1867
1867
|
__name: "Dialog",
|
|
1868
1868
|
props: {
|
|
1869
1869
|
modelValue: {
|
|
@@ -1908,7 +1908,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1908
1908
|
get: () => w.modelValue,
|
|
1909
1909
|
set: (f) => r("update:modelValue", f)
|
|
1910
1910
|
}), v = $(!0);
|
|
1911
|
-
|
|
1911
|
+
Q(() => {
|
|
1912
1912
|
try {
|
|
1913
1913
|
new URLSearchParams(window.location.search).get("rocketMode") === "false" ? v.value = !1 : v.value = !0;
|
|
1914
1914
|
} catch {
|
|
@@ -1916,7 +1916,7 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1916
1916
|
}
|
|
1917
1917
|
});
|
|
1918
1918
|
const A = L(() => w.mode === "next" ? qe : w.mode === "classic" ? $e : v.value ? qe : $e);
|
|
1919
|
-
return (f, p) => (k(),
|
|
1919
|
+
return (f, p) => (k(), ee(tt(A.value), {
|
|
1920
1920
|
modelValue: E.value,
|
|
1921
1921
|
"onUpdate:modelValue": p[0] || (p[0] = (S) => E.value = S),
|
|
1922
1922
|
title: a.title,
|
|
@@ -1929,15 +1929,15 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1929
1929
|
onClose: p[1] || (p[1] = (S) => f.$emit("close")),
|
|
1930
1930
|
onSave: p[2] || (p[2] = (S) => f.$emit("save"))
|
|
1931
1931
|
}, it({
|
|
1932
|
-
default:
|
|
1933
|
-
|
|
1932
|
+
default: F(() => [
|
|
1933
|
+
I(f.$slots, "default")
|
|
1934
1934
|
]),
|
|
1935
1935
|
_: 2
|
|
1936
1936
|
}, [
|
|
1937
1937
|
f.$slots.buttons ? {
|
|
1938
1938
|
name: "buttons",
|
|
1939
|
-
fn:
|
|
1940
|
-
|
|
1939
|
+
fn: F(() => [
|
|
1940
|
+
I(f.$slots, "buttons")
|
|
1941
1941
|
]),
|
|
1942
1942
|
key: "0"
|
|
1943
1943
|
} : void 0
|
|
@@ -1952,17 +1952,17 @@ const Nt = { class: "sky-dialog-header" }, zt = ["title"], Vt = {
|
|
|
1952
1952
|
}
|
|
1953
1953
|
};
|
|
1954
1954
|
function Dt(a, O, w, r, E, v) {
|
|
1955
|
-
return k(),
|
|
1956
|
-
|
|
1955
|
+
return k(), ee(xe, { to: w.to }, [
|
|
1956
|
+
I(a.$slots, "default")
|
|
1957
1957
|
], 8, ["to"]);
|
|
1958
1958
|
}
|
|
1959
|
-
const $t = /* @__PURE__ */
|
|
1959
|
+
const $t = /* @__PURE__ */ te(Rt, [["render", Dt]]);
|
|
1960
1960
|
const qt = { class: "sky-modal-header" }, Ut = ["title"], jt = {
|
|
1961
1961
|
width: "15",
|
|
1962
1962
|
height: "15",
|
|
1963
1963
|
viewBox: "0 0 451.847 451.847",
|
|
1964
1964
|
style: { transform: "rotate(90deg)" }
|
|
1965
|
-
},
|
|
1965
|
+
}, Ht = { class: "sky-modal-title-wrapper" }, Ft = { class: "sky-modal-title" }, Xt = {
|
|
1966
1966
|
key: 0,
|
|
1967
1967
|
class: "sky-modal-subtitle"
|
|
1968
1968
|
}, Gt = { class: "sky-modal-body" }, Wt = {
|
|
@@ -2021,14 +2021,14 @@ const qt = { class: "sky-modal-header" }, Ut = ["title"], jt = {
|
|
|
2021
2021
|
(p) => {
|
|
2022
2022
|
p ? document.body.style.overflow = "hidden" : document.body.style.overflow = "";
|
|
2023
2023
|
}
|
|
2024
|
-
),
|
|
2024
|
+
), Q(() => {
|
|
2025
2025
|
document.addEventListener("keydown", f);
|
|
2026
2026
|
}), ue(() => {
|
|
2027
2027
|
document.removeEventListener("keydown", f), document.body.style.overflow = "";
|
|
2028
|
-
}), (p, S) => (k(),
|
|
2029
|
-
default:
|
|
2028
|
+
}), (p, S) => (k(), ee($t, { to: "body" }, {
|
|
2029
|
+
default: F(() => [
|
|
2030
2030
|
Ee(_e, null, {
|
|
2031
|
-
default:
|
|
2031
|
+
default: F(() => [
|
|
2032
2032
|
a.modelValue ? (k(), _("div", {
|
|
2033
2033
|
key: 0,
|
|
2034
2034
|
class: "sky-modal-overlay",
|
|
@@ -2051,17 +2051,17 @@ const qt = { class: "sky-modal-header" }, Ut = ["title"], jt = {
|
|
|
2051
2051
|
}, null, -1)
|
|
2052
2052
|
])]))
|
|
2053
2053
|
], 8, Ut),
|
|
2054
|
-
c("div",
|
|
2055
|
-
c("h4",
|
|
2056
|
-
a.subtitle ? (k(), _("div",
|
|
2054
|
+
c("div", Ht, [
|
|
2055
|
+
c("h4", Ft, z(a.title), 1),
|
|
2056
|
+
a.subtitle ? (k(), _("div", Xt, z(a.subtitle), 1)) : B("", !0)
|
|
2057
2057
|
])
|
|
2058
2058
|
]),
|
|
2059
2059
|
c("div", Gt, [
|
|
2060
|
-
|
|
2060
|
+
I(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
|
-
|
|
2064
|
+
I(p.$slots, "footer", {}, void 0, !0),
|
|
2065
2065
|
S[2] || (S[2] = c("div", null, null, -1))
|
|
2066
2066
|
])) : B("", !0)
|
|
2067
2067
|
], 4)
|
|
@@ -2073,7 +2073,7 @@ const qt = { class: "sky-modal-header" }, Ut = ["title"], jt = {
|
|
|
2073
2073
|
_: 3
|
|
2074
2074
|
}));
|
|
2075
2075
|
}
|
|
2076
|
-
}, Qt = /* @__PURE__ */
|
|
2076
|
+
}, Qt = /* @__PURE__ */ te(Kt, [["__scopeId", "data-v-b612fee8"]]);
|
|
2077
2077
|
export {
|
|
2078
2078
|
$t as BaseTeleport,
|
|
2079
2079
|
Jt as Dialog,
|
package/package.json
CHANGED
|
@@ -163,9 +163,14 @@ const closeDropdown = () => {
|
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
const selectItem = (item) => {
|
|
166
|
+
console.log('[Header] selectItem clicked, item:', item)
|
|
167
|
+
console.log('[Header] item.path:', item.path)
|
|
168
|
+
console.log('[Header] isInIframe:', isInIframe())
|
|
166
169
|
emit('navigate', item.path)
|
|
167
170
|
if (isInIframe()) {
|
|
171
|
+
console.log('[Header] sending postMessage navigate to parent, path:', item.path)
|
|
168
172
|
window.parent.postMessage({ type: 'navigate', path: item.path }, '*')
|
|
173
|
+
console.log('[Header] postMessage sent')
|
|
169
174
|
}
|
|
170
175
|
closeDropdown()
|
|
171
176
|
}
|