@skyservice-developers/vue-dev-kit 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/vue-dev-kit.cjs +1 -1
- package/dist/vue-dev-kit.js +58 -58
- package/package.json +3 -2
- package/src/components/DialogModal.vue +4 -3
- package/src/components/DialogNext.vue +4 -3
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.sky-header[data-v-4f1071f1]{position:sticky;top:0;left:0;right:0;background:var(--sky-header-bg, white);border-bottom:1px solid var(--sky-header-border-color, #dee2e6);z-index:var(--sky-header-z-index, 100);padding:var(--sky-header-padding, 10px 0)}.header-content[data-v-4f1071f1]{padding:var(--sky-header-content-padding, 4px 14px);margin:0 auto}.header-top[data-v-4f1071f1]{display:flex;justify-content:space-between;align-items:center}.header-title-wrapper[data-v-4f1071f1]{display:flex;align-items:center;gap:12px}.header-title-content[data-v-4f1071f1]{display:flex;flex-direction:column}.btn-back[data-v-4f1071f1]{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-4f1071f1],.btn-back svg[data-v-4f1071f1]{display:block}.btn-back[data-v-4f1071f1]:hover{background-color:var(--sky-header-back-btn-hover-bg, #f8f9fa)}.btn-back[data-v-4f1071f1]:active{background-color:var(--sky-header-back-btn-active-bg, #e9ecef)}.header-title[data-v-4f1071f1]{margin: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}.header-subtitle[data-v-4f1071f1]{font-size:var(--sky-header-subtitle-size, 14px);color:var(--sky-header-subtitle-color, #6c757d);font-weight:400;line-height:1.5}.header-actions[data-v-4f1071f1]{display:flex;gap:var(--sky-header-actions-gap, 12px)}@media (max-width: 768px){.header-content[data-v-4f1071f1]{padding:12px 16px}.header-top[data-v-4f1071f1]{flex-direction:column;align-items:flex-start;gap:12px}.header-actions[data-v-4f1071f1]{width:100%;justify-content:flex-end}}.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:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-83043e19]{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-83043e19]{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-83043e19]{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-83043e19]{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-83043e19]{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-83043e19]:hover{background-color:var(--sky-dialog-close-hover-bg, #f0f0f0)}.sky-dialog-clearfix[data-v-83043e19]{clear:both}.sky-dialog-paper[data-v-83043e19]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-83043e19]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-83043e19]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-83043e19]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-83043e19]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-83043e19]: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-83043e19]{width:75%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-83043e19]{height:calc(100% - 150px);max-height:calc(100% - 150px);background-color:#fff;margin:0 10px 60px;border-radius:5px}.sky-dialog-content:not(:has(.sky-dialog-footer)) .sky-dialog-paper[data-v-83043e19]{height:calc(100% - 90px);max-height:calc(100% - 90px);margin-bottom:10px}.sky-dialogbox[data-v-83043e19],.sky-dialog-overlay[data-v-83043e19]{padding:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-83043e19]{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-content:not(:has(.sky-dialog-footer)) .sky-dialog-paper[data-v-83043e19]{height:calc(100% - 80px);max-height:calc(100% - 80px)}.sky-dialog-footer[data-v-83043e19]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-83043e19]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-83043e19]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-83043e19]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-83043e19]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-content:not(:has(.sky-dialog-footer)) .sky-dialog-paper[data-v-83043e19]{height:calc(100% - 90px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-83043e19]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-83043e19]{animation:sky-dialog-slide-in-83043e19 .4s ease-in-out}.sky-dialog-footer-animate[data-v-83043e19]{animation:sky-dialog-footer-in-83043e19 .4s ease-in-out}@keyframes sky-dialog-slide-in-83043e19{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-83043e19{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-83043e19]{animation:sky-dialog-slide-in-83043e19 .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:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-d521ee20]{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-d521ee20]{background:var(--sky-dialog-bg, white);width:100%;height:100%;box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d}.sky-dialog-back[data-v-d521ee20]{cursor:pointer;margin:10px;padding:14px 12px 6px;float:left;line-height:1;background:transparent;border:none;border-radius:6px;color:var(--sky-dialog-back-color, #374151);transition:background-color .2s}.sky-dialog-back[data-v-d521ee20]:hover{background-color:var(--sky-dialog-back-hover-bg, #f8f9fa)}.sky-dialog-title[data-v-d521ee20]{max-width:calc(100% - 80px);font-size:var(--sky-dialog-title-size, 13pt);padding:21px 0;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sky-dialog-title-color, #252525)}.sky-dialog-title-with-subtitle[data-v-d521ee20]{padding:13px 0}.sky-dialog-subtitle[data-v-d521ee20]{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-clearfix[data-v-d521ee20]{clear:both}.sky-dialog-paper[data-v-d521ee20]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-d521ee20]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-d521ee20]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-d521ee20]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-d521ee20]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-d521ee20]: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-d521ee20]{width:100%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-d521ee20]{height:calc(100% - 150px);max-height:calc(100% - 150px);background-color:#fff;margin:0 10px 60px}.sky-dialog-content:not(:has(.sky-dialog-footer)) .sky-dialog-paper[data-v-d521ee20]{height:calc(100% - 90px);max-height:calc(100% - 90px);margin-bottom:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-d521ee20]{height:calc(100% - 142px);max-height:calc(100% - 142px);background-color:#fff;margin:0 10px 10px;max-width:100vw!important}.sky-dialog-content:not(:has(.sky-dialog-footer)) .sky-dialog-paper[data-v-d521ee20]{height:calc(100% - 80px);max-height:calc(100% - 80px)}.sky-dialog-footer[data-v-d521ee20]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-d521ee20]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-d521ee20]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-d521ee20]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-d521ee20]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-content:not(:has(.sky-dialog-footer)) .sky-dialog-paper[data-v-d521ee20]{height:calc(100% - 90px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-d521ee20]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-d521ee20]{animation:sky-dialog-slide-in-d521ee20 .4s ease-in-out}.sky-dialog-footer-animate[data-v-d521ee20]{animation:sky-dialog-footer-in-d521ee20 .4s ease-in-out}@keyframes sky-dialog-slide-in-d521ee20{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-d521ee20{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-d521ee20]{animation:sky-dialog-slide-in-d521ee20 .4s reverse}
|
|
1
|
+
.sky-header[data-v-4f1071f1]{position:sticky;top:0;left:0;right:0;background:var(--sky-header-bg, white);border-bottom:1px solid var(--sky-header-border-color, #dee2e6);z-index:var(--sky-header-z-index, 100);padding:var(--sky-header-padding, 10px 0)}.header-content[data-v-4f1071f1]{padding:var(--sky-header-content-padding, 4px 14px);margin:0 auto}.header-top[data-v-4f1071f1]{display:flex;justify-content:space-between;align-items:center}.header-title-wrapper[data-v-4f1071f1]{display:flex;align-items:center;gap:12px}.header-title-content[data-v-4f1071f1]{display:flex;flex-direction:column}.btn-back[data-v-4f1071f1]{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-4f1071f1],.btn-back svg[data-v-4f1071f1]{display:block}.btn-back[data-v-4f1071f1]:hover{background-color:var(--sky-header-back-btn-hover-bg, #f8f9fa)}.btn-back[data-v-4f1071f1]:active{background-color:var(--sky-header-back-btn-active-bg, #e9ecef)}.header-title[data-v-4f1071f1]{margin: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}.header-subtitle[data-v-4f1071f1]{font-size:var(--sky-header-subtitle-size, 14px);color:var(--sky-header-subtitle-color, #6c757d);font-weight:400;line-height:1.5}.header-actions[data-v-4f1071f1]{display:flex;gap:var(--sky-header-actions-gap, 12px)}@media (max-width: 768px){.header-content[data-v-4f1071f1]{padding:12px 16px}.header-top[data-v-4f1071f1]{flex-direction:column;align-items:flex-start;gap:12px}.header-actions[data-v-4f1071f1]{width:100%;justify-content:flex-end}}.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:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-d0817f6a]{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-d0817f6a]{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-d0817f6a]{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-d0817f6a]{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-d0817f6a]{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-d0817f6a]:hover{background-color:var(--sky-dialog-close-hover-bg, #f0f0f0)}.sky-dialog-clearfix[data-v-d0817f6a]{clear:both}.sky-dialog-paper[data-v-d0817f6a]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-d0817f6a]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-d0817f6a]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-d0817f6a]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-d0817f6a]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-d0817f6a]: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-d0817f6a]{width:75%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-d0817f6a]{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-d0817f6a]{height:calc(100% - 90px);max-height:calc(100% - 90px);margin-bottom:10px}.sky-dialogbox[data-v-d0817f6a],.sky-dialog-overlay[data-v-d0817f6a]{padding:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-d0817f6a]{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-d0817f6a]{height:calc(100% - 80px);max-height:calc(100% - 80px)}.sky-dialog-footer[data-v-d0817f6a]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-d0817f6a]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-d0817f6a]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-d0817f6a]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-d0817f6a]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-paper-no-footer[data-v-d0817f6a]{height:calc(100% - 90px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-d0817f6a]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-d0817f6a]{animation:sky-dialog-slide-in-d0817f6a .4s ease-in-out}.sky-dialog-footer-animate[data-v-d0817f6a]{animation:sky-dialog-footer-in-d0817f6a .4s ease-in-out}@keyframes sky-dialog-slide-in-d0817f6a{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-d0817f6a{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-d0817f6a]{animation:sky-dialog-slide-in-d0817f6a .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:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sky-dialog-overlay[data-v-7dd1bb2e]{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-7dd1bb2e]{background:var(--sky-dialog-bg, white);width:100%;height:100%;box-shadow:0 1px 3px #0000004d,0 1px 2px #0000003d}.sky-dialog-back[data-v-7dd1bb2e]{cursor:pointer;margin:10px;padding:14px 12px 6px;float:left;line-height:1;background:transparent;border:none;border-radius:6px;color:var(--sky-dialog-back-color, #374151);transition:background-color .2s}.sky-dialog-back[data-v-7dd1bb2e]:hover{background-color:var(--sky-dialog-back-hover-bg, #f8f9fa)}.sky-dialog-title[data-v-7dd1bb2e]{max-width:calc(100% - 80px);font-size:var(--sky-dialog-title-size, 13pt);padding:21px 0;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sky-dialog-title-color, #252525)}.sky-dialog-title-with-subtitle[data-v-7dd1bb2e]{padding:13px 0}.sky-dialog-subtitle[data-v-7dd1bb2e]{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-clearfix[data-v-7dd1bb2e]{clear:both}.sky-dialog-paper[data-v-7dd1bb2e]{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.sky-dialog-swipe-area[data-v-7dd1bb2e]{position:absolute;width:35px;height:100%;left:0}.sky-dialog-footer[data-v-7dd1bb2e]{padding:5px 10px;display:flex;justify-content:center;width:100%;transform:translateY(-52px);gap:10px}.sky-dialog-footer[data-v-7dd1bb2e]>*{flex:1;min-width:0}.sky-dialog-footer[data-v-7dd1bb2e]:has(>:deep(*:only-child))>*{max-width:100%}.sky-dialog-footer[data-v-7dd1bb2e]: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-7dd1bb2e]{width:100%;margin:0 auto}}@media screen and (min-width: 710px){.sky-dialog-paper[data-v-7dd1bb2e]{height:calc(100% - 150px);max-height:calc(100% - 150px);background-color:#fff;margin:0 10px 60px}.sky-dialog-paper-no-footer[data-v-7dd1bb2e]{height:calc(100% - 90px);max-height:calc(100% - 90px);margin-bottom:10px}}@media screen and (max-width: 709px){.sky-dialog-paper[data-v-7dd1bb2e]{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-7dd1bb2e]{height:calc(100% - 80px);max-height:calc(100% - 80px)}.sky-dialog-footer[data-v-7dd1bb2e]{transform:translateY(-6px)}}@media screen and (max-width: 500px){.sky-dialog-subtitle[data-v-7dd1bb2e]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-dialog-title-with-subtitle[data-v-7dd1bb2e]{padding:12px 24px!important}}@media screen and (max-width: 374px){.sky-dialog-subtitle[data-v-7dd1bb2e]{font-size:9pt}}@supports (padding-top: env(safe-area-inset-top)){.sky-dialog-paper[data-v-7dd1bb2e]{height:calc(100% - 150px - env(safe-area-inset-top))}.sky-dialog-paper-no-footer[data-v-7dd1bb2e]{height:calc(100% - 90px - env(safe-area-inset-top))}.sky-dialog-footer[data-v-7dd1bb2e]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}}.sky-dialog-animate[data-v-7dd1bb2e]{animation:sky-dialog-slide-in-7dd1bb2e .4s ease-in-out}.sky-dialog-footer-animate[data-v-7dd1bb2e]{animation:sky-dialog-footer-in-7dd1bb2e .4s ease-in-out}@keyframes sky-dialog-slide-in-7dd1bb2e{0%{opacity:0;margin-top:-1600px}to{opacity:1;margin-top:0}}@keyframes sky-dialog-footer-in-7dd1bb2e{0%{opacity:0;bottom:-100px}50%{opacity:.25;bottom:-50px}to{opacity:1;bottom:15px}}.dialog-slide-leave-active[data-v-7dd1bb2e]{animation:sky-dialog-slide-in-7dd1bb2e .4s reverse}
|
package/dist/vue-dev-kit.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),le=(r,S)=>{const f=r.__vccOpts||r;for(const[b,g]of S)f[b]=g;return f},ze={class:"sky-header"},Me={class:"header-content"},Pe={class:"header-top"},Re={class:"header-title-wrapper"},_e=["title"],Ie={class:"header-title-content"},De={class:"header-title"},Le={key:0,class:"header-subtitle"},Ue={class:"header-actions"},qe={__name:"Header",props:{title:{type:String,default:""},subtitle:{type:String,default:""},showBackButton:{type:Boolean,default:!0},backButtonTitle:{type:String,default:"Назад"}},setup(r){const S=r,f=t.computed(()=>{try{return window.self!==window.top}catch{return!0}}),b=t.computed(()=>S.showBackButton&&f.value),g=()=>{window.parent.postMessage({type:"exit"},"*")};return(h,v)=>(t.openBlock(),t.createElementBlock("header",ze,[t.createElementVNode("div",Me,[t.createElementVNode("div",Pe,[t.createElementVNode("div",Re,[b.value?(t.openBlock(),t.createElementBlock("button",{key:0,class:"btn-back",onClick:g,title:r.backButtonTitle},[...v[0]||(v[0]=[t.createElementVNode("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2"},[t.createElementVNode("path",{d:"M19 12H5M12 19l-7-7 7-7","stroke-linecap":"round","stroke-linejoin":"round"})],-1)])],8,_e)):t.createCommentVNode("",!0),t.createElementVNode("div",Ie,[t.renderSlot(h.$slots,"title",{},()=>[t.createElementVNode("h4",De,t.toDisplayString(r.title),1)],!0),t.renderSlot(h.$slots,"subtitle",{},()=>[r.subtitle?(t.openBlock(),t.createElementBlock("div",Le,t.toDisplayString(r.subtitle),1)):t.createCommentVNode("",!0)],!0)])]),t.createElementVNode("div",Ue,[t.renderSlot(h.$slots,"default",{},void 0,!0)])])])]))}},je=le(qe,[["__scopeId","data-v-4f1071f1"]]);var Xe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function He(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var re={exports:{}};(function(r,S){(function(f,b){var g="1.0.41",h="",v="?",y="function",k="undefined",x="object",B="string",z="major",o="model",a="name",e="type",i="vendor",n="version",V="architecture",R="console",s="mobile",d="tablet",E="smarttv",T="wearable",_="embedded",Z=500,X="Amazon",M="Apple",se="ASUS",de="BlackBerry",H="Browser",F="Chrome",Be="Edge",G="Firefox",W="Google",ce="Honor",ue="Huawei",Ve="Lenovo",$="LG",Q="Microsoft",J="Motorola",ee="Nvidia",be="OnePlus",I="Opera",ie="OPPO",D="Samsung",we="Sharp",L="Sony",te="Xiaomi",oe="Zebra",me="Facebook",pe="Chromium OS",fe="Mac OS",ve=" Browser",Ae=function(u,w){var c={};for(var p in u)w[p]&&w[p].length%2===0?c[p]=w[p].concat(u[p]):c[p]=u[p];return c},Y=function(u){for(var w={},c=0;c<u.length;c++)w[u[c].toUpperCase()]=u[c];return w},he=function(u,w){return typeof u===B?U(w).indexOf(U(u))!==-1:!1},U=function(u){return u.toLowerCase()},Ce=function(u){return typeof u===B?u.replace(/[^\d\.]/g,h).split(".")[0]:b},ae=function(u,w){if(typeof u===B)return u=u.replace(/^\s\s*/,h),typeof w===k?u:u.substring(0,Z)},q=function(u,w){for(var c=0,p,O,A,m,l,C;c<w.length&&!l;){var ne=w[c],ye=w[c+1];for(p=O=0;p<ne.length&&!l&&ne[p];)if(l=ne[p++].exec(u),l)for(A=0;A<ye.length;A++)C=l[++O],m=ye[A],typeof m===x&&m.length>0?m.length===2?typeof m[1]==y?this[m[0]]=m[1].call(this,C):this[m[0]]=m[1]:m.length===3?typeof m[1]===y&&!(m[1].exec&&m[1].test)?this[m[0]]=C?m[1].call(this,C,m[2]):b:this[m[0]]=C?C.replace(m[1],m[2]):b:m.length===4&&(this[m[0]]=C?m[3].call(this,C.replace(m[1],m[2])):b):this[m]=C||b;c+=2}},j=function(u,w){for(var c in w)if(typeof w[c]===x&&w[c].length>0){for(var p=0;p<w[c].length;p++)if(he(w[c][p],u))return c===v?b:c}else if(he(w[c],u))return c===v?b:c;return w.hasOwnProperty("*")?w["*"]:u},Oe={"1.0":"/8","1.2":"/1","1.3":"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},ge={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"+H]],[/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 "+H]],[/(avast|avg)\/([\w\.]+)/i],[[a,/(.+)/,"$1 Secure "+H],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"+ve]],[/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"+ve],n],[/samsungbrowser\/([\w\.]+)/i],[n,[a,D+" 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,me],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,F+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[a,F+" WebView"],n],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[n,[a,"Android "+H]],[/(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,j,Oe]],[/(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],[[V,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[V,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[V,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[V,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[V,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[V,/ower/,h,U]],[/ sun4\w[;\)]/i],[[V,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[V,U]]],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,D],[e,d]],[/\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,D],[e,s]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[o,[i,M],[e,s]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[o,[i,M],[e,d]],[/(macintosh);/i],[o,[i,M]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[o,[i,we],[e,s]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[o,[i,ce],[e,d]],[/honor([-\w ]+)[;\)]/i],[o,[i,ce],[e,s]],[/\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,ue],[e,d]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[o,[i,ue],[e,s]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[o,/_/g," "],[i,te],[e,d]],[/\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,te],[e,s]],[/; (\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],[e,s]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[o,[i,j,{OnePlus:["304","403","203"],"*":ie}],[e,d]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[o,[i,"Vivo"],[e,s]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[o,[i,"Realme"],[e,s]],[/\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,J],[e,s]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[o,[i,J],[e,d]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[o,[i,$],[e,d]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv|watch)\w+)/i,/\blg-?([\d\w]+) bui/i],[o,[i,$],[e,s]],[/(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,Ve],[e,d]],[/(nokia) (t[12][01])/i],[i,o,[e,d]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[o,/_/g," "],[e,s],[i,"Nokia"]],[/(pixel (c|tablet))\b/i],[o,[i,W],[e,d]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[o,[i,W],[e,s]],[/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,L],[e,s]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[o,"Xperia Tablet"],[i,L],[e,d]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[o,[i,be],[e,s]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[o,[i,X],[e,d]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[o,/(.+)/g,"Fire Phone $1"],[i,X],[e,s]],[/(playbook);[-\w\),; ]+(rim)/i],[o,i,[e,d]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[o,[i,de],[e,s]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[o,[i,se],[e,d]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[o,[i,se],[e,s]],[/(nexus 9)/i],[o,[i,"HTC"],[e,d]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[i,[o,/_/g," "],[e,s]],[/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"],[e,d]],[/(itel) ((\w+))/i],[[i,U],o,[e,j,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[o,[i,"Acer"],[e,d]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[o,[i,"Meizu"],[e,s]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[o,[i,"Ulefone"],[e,s]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[o,[i,"Energizer"],[e,s]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[o,[i,"Cat"],[e,s]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[o,[i,"Smartfren"],[e,s]],[/droid.+; (a(?:015|06[35]|142p?))/i],[o,[i,"Nothing"],[e,s]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[o,[i,"Archos"],[e,d]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[o,[i,"Archos"],[e,s]],[/(imo) (tab \w+)/i,/(infinix) (x1101b?)/i],[i,o,[e,d]],[/(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,[e,s]],[/(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,[e,d]],[/(surface duo)/i],[o,[i,Q],[e,d]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[o,[i,"Fairphone"],[e,s]],[/(u304aa)/i],[o,[i,"AT&T"],[e,s]],[/\bsie-(\w*)/i],[o,[i,"Siemens"],[e,s]],[/\b(rct\w+) b/i],[o,[i,"RCA"],[e,d]],[/\b(venue[\d ]{2,7}) b/i],[o,[i,"Dell"],[e,d]],[/\b(q(?:mv|ta)\w+) b/i],[o,[i,"Verizon"],[e,d]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[o,[i,"Barnes & Noble"],[e,d]],[/\b(tm\d{3}\w+) b/i],[o,[i,"NuVision"],[e,d]],[/\b(k88) b/i],[o,[i,"ZTE"],[e,d]],[/\b(nx\d{3}j) b/i],[o,[i,"ZTE"],[e,s]],[/\b(gen\d{3}) b.+49h/i],[o,[i,"Swiss"],[e,s]],[/\b(zur\d{3}) b/i],[o,[i,"Swiss"],[e,d]],[/\b((zeki)?tb.*\b) b/i],[o,[i,"Zeki"],[e,d]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[i,"Dragon Touch"],o,[e,d]],[/\b(ns-?\w{0,9}) b/i],[o,[i,"Insignia"],[e,d]],[/\b((nxa|next)-?\w{0,9}) b/i],[o,[i,"NextBook"],[e,d]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[i,"Voice"],o,[e,s]],[/\b(lvtel\-)?(v1[12]) b/i],[[i,"LvTel"],o,[e,s]],[/\b(ph-1) /i],[o,[i,"Essential"],[e,s]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[o,[i,"Envizen"],[e,d]],[/\b(trio[-\w\. ]+) b/i],[o,[i,"MachSpeed"],[e,d]],[/\btu_(1491) b/i],[o,[i,"Rotor"],[e,d]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[o,[i,ee],[e,d]],[/(sprint) (\w+)/i],[i,o,[e,s]],[/(kin\.[onetw]{3})/i],[[o,/\./g," "],[i,Q],[e,s]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[o,[i,oe],[e,d]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[o,[i,oe],[e,s]],[/smart-tv.+(samsung)/i],[i,[e,E]],[/hbbtv.+maple;(\d+)/i],[[o,/^/,"SmartTV"],[i,D],[e,E]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[i,$],[e,E]],[/(apple) ?tv/i],[i,[o,M+" TV"],[e,E]],[/crkey/i],[[o,F+"cast"],[i,W],[e,E]],[/droid.+aft(\w+)( bui|\))/i],[o,[i,X],[e,E]],[/(shield \w+ tv)/i],[o,[i,ee],[e,E]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[o,[i,we],[e,E]],[/(bravia[\w ]+)( bui|\))/i],[o,[i,L],[e,E]],[/(mi(tv|box)-?\w+) bui/i],[o,[i,te],[e,E]],[/Hbbtv.*(technisat) (.*);/i],[i,o,[e,E]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[i,ae],[o,ae],[e,E]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[o,[e,E]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[e,E]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[i,o,[e,R]],[/droid.+; (shield)( bui|\))/i],[o,[i,ee],[e,R]],[/(playstation \w+)/i],[o,[i,L],[e,R]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[o,[i,Q],[e,R]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[o,[i,D],[e,T]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[i,o,[e,T]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[o,[i,ie],[e,T]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[o,[i,M],[e,T]],[/(opwwe\d{3})/i],[o,[i,be],[e,T]],[/(moto 360)/i],[o,[i,J],[e,T]],[/(smartwatch 3)/i],[o,[i,L],[e,T]],[/(g watch r)/i],[o,[i,$],[e,T]],[/droid.+; (wt63?0{2,3})\)/i],[o,[i,oe],[e,T]],[/droid.+; (glass) \d/i],[o,[i,W],[e,T]],[/(pico) (4|neo3(?: link|pro)?)/i],[i,o,[e,T]],[/; (quest( \d| pro)?)/i],[o,[i,me],[e,T]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[i,[e,_]],[/(aeobc)\b/i],[o,[i,X],[e,_]],[/(homepod).+mac os/i],[o,[i,M],[e,_]],[/windows iot/i],[[e,_]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i],[o,[e,s]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[o,[e,d]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[e,d]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[e,s]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[o,[i,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[n,[a,Be+"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,j,ge]],[/windows nt 6\.2; (arm)/i,/windows[\/ ]([ntce\d\. ]+\w)(?!.+xbox)/i,/(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[n,j,ge],[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,fe],[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,de]],[/(?: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,F+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[a,pe],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]]},N=function(u,w){if(typeof u===x&&(w=u,u=b),!(this instanceof N))return new N(u,w).getResult();var c=typeof f!==k&&f.navigator?f.navigator:b,p=u||(c&&c.userAgent?c.userAgent:h),O=c&&c.userAgentData?c.userAgentData:b,A=w?Ae(ke,w):ke,m=c&&c.userAgent==p;return this.getBrowser=function(){var l={};return l[a]=b,l[n]=b,q.call(l,p,A.browser),l[z]=Ce(l[n]),m&&c&&c.brave&&typeof c.brave.isBrave==y&&(l[a]="Brave"),l},this.getCPU=function(){var l={};return l[V]=b,q.call(l,p,A.cpu),l},this.getDevice=function(){var l={};return l[i]=b,l[o]=b,l[e]=b,q.call(l,p,A.device),m&&!l[e]&&O&&O.mobile&&(l[e]=s),m&&l[o]=="Macintosh"&&c&&typeof c.standalone!==k&&c.maxTouchPoints&&c.maxTouchPoints>2&&(l[o]="iPad",l[e]=d),l},this.getEngine=function(){var l={};return l[a]=b,l[n]=b,q.call(l,p,A.engine),l},this.getOS=function(){var l={};return l[a]=b,l[n]=b,q.call(l,p,A.os),m&&!l[a]&&O&&O.platform&&O.platform!="Unknown"&&(l[a]=O.platform.replace(/chrome os/i,pe).replace(/macos/i,fe)),l},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 p},this.setUA=function(l){return p=typeof l===B&&l.length>Z?ae(l,Z):l,this},this.setUA(p),this};N.VERSION=g,N.BROWSER=Y([a,n,z]),N.CPU=Y([V]),N.DEVICE=Y([o,i,e,R,s,E,d,T,_]),N.ENGINE=N.OS=Y([a,n]),r.exports&&(S=r.exports=N),S.UAParser=N;var P=typeof f!==k&&(f.jQuery||f.Zepto);if(P&&!P.ua){var K=new N;P.ua=K.getResult(),P.ua.get=function(){return K.getUA()},P.ua.set=function(u){K.setUA(u);var w=K.getResult();for(var c in w)P.ua[c]=w[c]}}})(typeof window=="object"?window:Xe)})(re,re.exports);var Fe=re.exports;const Ge=He(Fe);function Se(){if(window.webkit!=null&&window.webkit.messageHandlers!=="undefined")try{var r=Ge(navigator.userAgent);if(r.browser.name==="WebKit")return"ios_webview"}catch(S){console.error(S)}return typeof Android<"u"?"android_webview":typeof window.cefQuery<"u"?"cef_webview":"browser"}function Te(){return Se()==="ios_webview"}function Ne(){return Se()==="android_webview"}const We={key:0,class:"sky-dialog-subtitle"},$e=["title"],Ye={key:0,class:"sky-dialog-swipe-area"},Ke={__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:!0},closeOnEsc:{type:Boolean,default:!0}},emits:["update:modelValue","close","save"],setup(r,{emit:S}){const f=r,b=S,g=t.ref(null),h=t.ref(null),v=t.ref(0),y=t.computed(()=>{try{return Te()}catch{return!1}}),k=t.computed(()=>{try{return Ne()}catch{return!1}}),x=()=>{b("update:modelValue",!1),b("close")},B=e=>{e.key==="Escape"&&f.closeOnEsc&&f.modelValue&&x(),e.key==="Enter"&&f.modelValue&&b("save")},z=e=>{e.touches[0].clientX<35&&(v.value=e.touches[0].clientX)},o=e=>{v.value>0&&v.value<35&&e.changedTouches[0].clientX-v.value>50&&x(),v.value=0},a=()=>{if(!(!k.value||!g.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const e=Android.getDisplayCutoutTop();if(e&&window.devicePixelRatio>1){const i=e/window.devicePixelRatio;g.value.style.paddingTop=i+"px"}}}catch{}};return t.watch(()=>f.modelValue,e=>{e?(document.body.style.overflow="hidden",t.nextTick(()=>{a()})):document.body.style.overflow=""}),t.onMounted(()=>{document.addEventListener("keydown",B),window.addEventListener("resize",a)}),t.onUnmounted(()=>{document.removeEventListener("keydown",B),window.removeEventListener("resize",a),document.body.style.overflow=""}),(e,i)=>(t.openBlock(),t.createBlock(t.Teleport,{to:"body"},[t.createVNode(t.Transition,{name:r.enableAnimation?"dialog-slide":""},{default:t.withCtx(()=>[r.modelValue?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-classic",style:t.normalizeStyle([r.zIndex?{"z-index":r.zIndex}:null])},[t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":r.enableAnimation}])},[t.createElementVNode("div",{ref_key:"dialogContent",ref:g,class:"sky-dialog-content"},[t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":r.subtitle}])},[t.createTextVNode(t.toDisplayString(r.title)+" ",1),r.subtitle?(t.openBlock(),t.createElementBlock("span",We,t.toDisplayString(r.subtitle),1)):t.createCommentVNode("",!0)],2),t.createElementVNode("button",{class:"sky-dialog-close",title:r.closeText,onClick:x},[...i[0]||(i[0]=[t.createElementVNode("svg",{viewBox:"0 0 16 16",width:"16",height:"16"},[t.createElementVNode("line",{x1:"1",y1:"15",x2:"15",y2:"1",stroke:"currentColor","stroke-width":"2"}),t.createElementVNode("line",{x1:"1",y1:"1",x2:"15",y2:"15",stroke:"currentColor","stroke-width":"2"})],-1)])],8,$e),i[1]||(i[1]=t.createElementVNode("div",{class:"sky-dialog-clearfix"},null,-1)),t.createElementVNode("div",{ref_key:"dialogPaper",ref:h,class:"sky-dialog-paper",onTouchstart:z,onTouchend:o},[y.value?(t.openBlock(),t.createElementBlock("div",Ye)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default",{},void 0,!0)],544),e.$slots.buttons?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":r.enableAnimation}])},[t.renderSlot(e.$slots,"buttons",{},void 0,!0)],2)):t.createCommentVNode("",!0)],512)],2)],4)):t.createCommentVNode("",!0)]),_:3},8,["name"])]))}},xe=le(Ke,[["__scopeId","data-v-83043e19"]]),Ze=["title"],Qe={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},Je={key:0,class:"sky-dialog-subtitle"},ei={key:0,class:"sky-dialog-swipe-area"},ii={__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:!0},closeOnEsc:{type:Boolean,default:!0}},emits:["update:modelValue","close","save"],setup(r,{emit:S}){const f=r,b=S,g=t.ref(null),h=t.ref(null),v=t.ref(0),y=t.computed(()=>{try{return Te()}catch{return!1}}),k=t.computed(()=>{try{return Ne()}catch{return!1}}),x=()=>{b("update:modelValue",!1),b("close")},B=e=>{e.key==="Escape"&&f.closeOnEsc&&f.modelValue&&x(),e.key==="Enter"&&f.modelValue&&b("save")},z=e=>{e.touches[0].clientX<35&&(v.value=e.touches[0].clientX)},o=e=>{v.value>0&&v.value<35&&e.changedTouches[0].clientX-v.value>50&&x(),v.value=0},a=()=>{if(!(!k.value||!g.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const e=Android.getDisplayCutoutTop();if(e&&window.devicePixelRatio>1){const i=e/window.devicePixelRatio;g.value.style.paddingTop=i+"px"}}}catch{}};return t.watch(()=>f.modelValue,e=>{e?(document.body.style.overflow="hidden",t.nextTick(()=>{a()})):document.body.style.overflow=""}),t.onMounted(()=>{document.addEventListener("keydown",B),window.addEventListener("resize",a)}),t.onUnmounted(()=>{document.removeEventListener("keydown",B),window.removeEventListener("resize",a),document.body.style.overflow=""}),(e,i)=>(t.openBlock(),t.createBlock(t.Teleport,{to:"body"},[t.createVNode(t.Transition,{name:r.enableAnimation?"dialog-slide":""},{default:t.withCtx(()=>[r.modelValue?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-next",style:t.normalizeStyle([r.zIndex?{"z-index":r.zIndex}:null])},[t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":r.enableAnimation}])},[t.createElementVNode("div",{ref_key:"dialogContent",ref:g,class:"sky-dialog-content"},[t.createElementVNode("button",{class:"sky-dialog-back",title:r.closeText,onClick:x},[(t.openBlock(),t.createElementBlock("svg",Qe,[...i[0]||(i[0]=[t.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,Ze),t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":r.subtitle}])},[t.createTextVNode(t.toDisplayString(r.title)+" ",1),r.subtitle?(t.openBlock(),t.createElementBlock("span",Je,t.toDisplayString(r.subtitle),1)):t.createCommentVNode("",!0)],2),i[1]||(i[1]=t.createElementVNode("div",{class:"sky-dialog-clearfix"},null,-1)),t.createElementVNode("div",{ref_key:"dialogPaper",ref:h,class:"sky-dialog-paper",onTouchstart:z,onTouchend:o},[y.value?(t.openBlock(),t.createElementBlock("div",ei)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default",{},void 0,!0)],544),e.$slots.buttons?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":r.enableAnimation}])},[t.renderSlot(e.$slots,"buttons",{},void 0,!0)],2)):t.createCommentVNode("",!0)],512)],2)],4)):t.createCommentVNode("",!0)]),_:3},8,["name"])]))}},Ee=le(ii,[["__scopeId","data-v-d521ee20"]]),ti={__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:!0},closeOnEsc:{type:Boolean,default:!0},mode:{type:String,default:null,validator:r=>[null,"next","classic"].includes(r)}},emits:["update:modelValue","close","save"],setup(r,{emit:S}){const f=r,b=S,g=t.computed({get:()=>f.modelValue,set:y=>b("update:modelValue",y)}),h=t.ref(!0);t.onMounted(()=>{try{new URLSearchParams(window.location.search).get("rocketMode")==="false"?h.value=!1:h.value=!0}catch{h.value=!0}});const v=t.computed(()=>f.mode==="next"?Ee:f.mode==="classic"?xe:h.value?Ee:xe);return(y,k)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(v.value),{modelValue:g.value,"onUpdate:modelValue":k[0]||(k[0]=x=>g.value=x),title:r.title,subtitle:r.subtitle,"z-index":r.zIndex,"close-text":r.closeText,"enable-animation":r.enableAnimation,"close-on-esc":r.closeOnEsc,onClose:k[1]||(k[1]=x=>y.$emit("close")),onSave:k[2]||(k[2]=x=>y.$emit("save"))},{buttons:t.withCtx(()=>[t.renderSlot(y.$slots,"buttons")]),default:t.withCtx(()=>[t.renderSlot(y.$slots,"default")]),_:3},40,["modelValue","title","subtitle","z-index","close-text","enable-animation","close-on-esc"]))}};exports.Dialog=ti;exports.Header=je;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),le=(r,S)=>{const f=r.__vccOpts||r;for(const[b,g]of S)f[b]=g;return f},ze={class:"sky-header"},Me={class:"header-content"},Pe={class:"header-top"},Re={class:"header-title-wrapper"},_e=["title"],Ie={class:"header-title-content"},De={class:"header-title"},Le={key:0,class:"header-subtitle"},Ue={class:"header-actions"},qe={__name:"Header",props:{title:{type:String,default:""},subtitle:{type:String,default:""},showBackButton:{type:Boolean,default:!0},backButtonTitle:{type:String,default:"Назад"}},setup(r){const S=r,f=t.computed(()=>{try{return window.self!==window.top}catch{return!0}}),b=t.computed(()=>S.showBackButton&&f.value),g=()=>{window.parent.postMessage({type:"exit"},"*")};return(h,v)=>(t.openBlock(),t.createElementBlock("header",ze,[t.createElementVNode("div",Me,[t.createElementVNode("div",Pe,[t.createElementVNode("div",Re,[b.value?(t.openBlock(),t.createElementBlock("button",{key:0,class:"btn-back",onClick:g,title:r.backButtonTitle},[...v[0]||(v[0]=[t.createElementVNode("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2"},[t.createElementVNode("path",{d:"M19 12H5M12 19l-7-7 7-7","stroke-linecap":"round","stroke-linejoin":"round"})],-1)])],8,_e)):t.createCommentVNode("",!0),t.createElementVNode("div",Ie,[t.renderSlot(h.$slots,"title",{},()=>[t.createElementVNode("h4",De,t.toDisplayString(r.title),1)],!0),t.renderSlot(h.$slots,"subtitle",{},()=>[r.subtitle?(t.openBlock(),t.createElementBlock("div",Le,t.toDisplayString(r.subtitle),1)):t.createCommentVNode("",!0)],!0)])]),t.createElementVNode("div",Ue,[t.renderSlot(h.$slots,"default",{},void 0,!0)])])])]))}},je=le(qe,[["__scopeId","data-v-4f1071f1"]]);var Xe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function He(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var re={exports:{}};(function(r,S){(function(f,b){var g="1.0.41",h="",v="?",y="function",k="undefined",x="object",B="string",z="major",o="model",a="name",e="type",i="vendor",n="version",V="architecture",R="console",s="mobile",d="tablet",E="smarttv",T="wearable",_="embedded",Z=500,X="Amazon",M="Apple",se="ASUS",de="BlackBerry",H="Browser",F="Chrome",Be="Edge",$="Firefox",G="Google",ce="Honor",ue="Huawei",Ve="Lenovo",W="LG",Q="Microsoft",J="Motorola",ee="Nvidia",be="OnePlus",I="Opera",ie="OPPO",D="Samsung",we="Sharp",L="Sony",te="Xiaomi",oe="Zebra",me="Facebook",pe="Chromium OS",fe="Mac OS",ve=" Browser",Ce=function(u,w){var c={};for(var p in u)w[p]&&w[p].length%2===0?c[p]=w[p].concat(u[p]):c[p]=u[p];return c},Y=function(u){for(var w={},c=0;c<u.length;c++)w[u[c].toUpperCase()]=u[c];return w},he=function(u,w){return typeof u===B?U(w).indexOf(U(u))!==-1:!1},U=function(u){return u.toLowerCase()},Ae=function(u){return typeof u===B?u.replace(/[^\d\.]/g,h).split(".")[0]:b},ae=function(u,w){if(typeof u===B)return u=u.replace(/^\s\s*/,h),typeof w===k?u:u.substring(0,Z)},q=function(u,w){for(var c=0,p,O,C,m,l,A;c<w.length&&!l;){var ne=w[c],ye=w[c+1];for(p=O=0;p<ne.length&&!l&&ne[p];)if(l=ne[p++].exec(u),l)for(C=0;C<ye.length;C++)A=l[++O],m=ye[C],typeof m===x&&m.length>0?m.length===2?typeof m[1]==y?this[m[0]]=m[1].call(this,A):this[m[0]]=m[1]:m.length===3?typeof m[1]===y&&!(m[1].exec&&m[1].test)?this[m[0]]=A?m[1].call(this,A,m[2]):b:this[m[0]]=A?A.replace(m[1],m[2]):b:m.length===4&&(this[m[0]]=A?m[3].call(this,A.replace(m[1],m[2])):b):this[m]=A||b;c+=2}},j=function(u,w){for(var c in w)if(typeof w[c]===x&&w[c].length>0){for(var p=0;p<w[c].length;p++)if(he(w[c][p],u))return c===v?b:c}else if(he(w[c],u))return c===v?b:c;return w.hasOwnProperty("*")?w["*"]:u},Oe={"1.0":"/8","1.2":"/1","1.3":"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},ge={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"+H]],[/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 "+H]],[/(avast|avg)\/([\w\.]+)/i],[[a,/(.+)/,"$1 Secure "+H],n],[/\bfocus\/([\w\.]+)/i],[n,[a,$+" 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"+ve]],[/fxios\/([\w\.-]+)/i],[n,[a,$]],[/\bqihoobrowser\/?([\w\.]*)/i],[n,[a,"360"]],[/\b(qq)\/([\w\.]+)/i],[[a,/(.+)/,"$1Browser"],n],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[a,/(.+)/,"$1"+ve],n],[/samsungbrowser\/([\w\.]+)/i],[n,[a,D+" 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,me],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,F+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[a,F+" WebView"],n],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[n,[a,"Android "+H]],[/(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,j,Oe]],[/(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,$+" 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],[[V,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[V,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[V,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[V,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[V,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[V,/ower/,h,U]],[/ sun4\w[;\)]/i],[[V,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[V,U]]],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,D],[e,d]],[/\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,D],[e,s]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[o,[i,M],[e,s]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[o,[i,M],[e,d]],[/(macintosh);/i],[o,[i,M]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[o,[i,we],[e,s]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[o,[i,ce],[e,d]],[/honor([-\w ]+)[;\)]/i],[o,[i,ce],[e,s]],[/\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,ue],[e,d]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[o,[i,ue],[e,s]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[o,/_/g," "],[i,te],[e,d]],[/\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,te],[e,s]],[/; (\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],[e,s]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[o,[i,j,{OnePlus:["304","403","203"],"*":ie}],[e,d]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[o,[i,"Vivo"],[e,s]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[o,[i,"Realme"],[e,s]],[/\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,J],[e,s]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[o,[i,J],[e,d]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[o,[i,W],[e,d]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv|watch)\w+)/i,/\blg-?([\d\w]+) bui/i],[o,[i,W],[e,s]],[/(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,Ve],[e,d]],[/(nokia) (t[12][01])/i],[i,o,[e,d]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[o,/_/g," "],[e,s],[i,"Nokia"]],[/(pixel (c|tablet))\b/i],[o,[i,G],[e,d]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[o,[i,G],[e,s]],[/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,L],[e,s]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[o,"Xperia Tablet"],[i,L],[e,d]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[o,[i,be],[e,s]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[o,[i,X],[e,d]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[o,/(.+)/g,"Fire Phone $1"],[i,X],[e,s]],[/(playbook);[-\w\),; ]+(rim)/i],[o,i,[e,d]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[o,[i,de],[e,s]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[o,[i,se],[e,d]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[o,[i,se],[e,s]],[/(nexus 9)/i],[o,[i,"HTC"],[e,d]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[i,[o,/_/g," "],[e,s]],[/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"],[e,d]],[/(itel) ((\w+))/i],[[i,U],o,[e,j,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[o,[i,"Acer"],[e,d]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[o,[i,"Meizu"],[e,s]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[o,[i,"Ulefone"],[e,s]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[o,[i,"Energizer"],[e,s]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[o,[i,"Cat"],[e,s]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[o,[i,"Smartfren"],[e,s]],[/droid.+; (a(?:015|06[35]|142p?))/i],[o,[i,"Nothing"],[e,s]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[o,[i,"Archos"],[e,d]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[o,[i,"Archos"],[e,s]],[/(imo) (tab \w+)/i,/(infinix) (x1101b?)/i],[i,o,[e,d]],[/(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,[e,s]],[/(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,[e,d]],[/(surface duo)/i],[o,[i,Q],[e,d]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[o,[i,"Fairphone"],[e,s]],[/(u304aa)/i],[o,[i,"AT&T"],[e,s]],[/\bsie-(\w*)/i],[o,[i,"Siemens"],[e,s]],[/\b(rct\w+) b/i],[o,[i,"RCA"],[e,d]],[/\b(venue[\d ]{2,7}) b/i],[o,[i,"Dell"],[e,d]],[/\b(q(?:mv|ta)\w+) b/i],[o,[i,"Verizon"],[e,d]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[o,[i,"Barnes & Noble"],[e,d]],[/\b(tm\d{3}\w+) b/i],[o,[i,"NuVision"],[e,d]],[/\b(k88) b/i],[o,[i,"ZTE"],[e,d]],[/\b(nx\d{3}j) b/i],[o,[i,"ZTE"],[e,s]],[/\b(gen\d{3}) b.+49h/i],[o,[i,"Swiss"],[e,s]],[/\b(zur\d{3}) b/i],[o,[i,"Swiss"],[e,d]],[/\b((zeki)?tb.*\b) b/i],[o,[i,"Zeki"],[e,d]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[i,"Dragon Touch"],o,[e,d]],[/\b(ns-?\w{0,9}) b/i],[o,[i,"Insignia"],[e,d]],[/\b((nxa|next)-?\w{0,9}) b/i],[o,[i,"NextBook"],[e,d]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[i,"Voice"],o,[e,s]],[/\b(lvtel\-)?(v1[12]) b/i],[[i,"LvTel"],o,[e,s]],[/\b(ph-1) /i],[o,[i,"Essential"],[e,s]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[o,[i,"Envizen"],[e,d]],[/\b(trio[-\w\. ]+) b/i],[o,[i,"MachSpeed"],[e,d]],[/\btu_(1491) b/i],[o,[i,"Rotor"],[e,d]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[o,[i,ee],[e,d]],[/(sprint) (\w+)/i],[i,o,[e,s]],[/(kin\.[onetw]{3})/i],[[o,/\./g," "],[i,Q],[e,s]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[o,[i,oe],[e,d]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[o,[i,oe],[e,s]],[/smart-tv.+(samsung)/i],[i,[e,E]],[/hbbtv.+maple;(\d+)/i],[[o,/^/,"SmartTV"],[i,D],[e,E]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[i,W],[e,E]],[/(apple) ?tv/i],[i,[o,M+" TV"],[e,E]],[/crkey/i],[[o,F+"cast"],[i,G],[e,E]],[/droid.+aft(\w+)( bui|\))/i],[o,[i,X],[e,E]],[/(shield \w+ tv)/i],[o,[i,ee],[e,E]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[o,[i,we],[e,E]],[/(bravia[\w ]+)( bui|\))/i],[o,[i,L],[e,E]],[/(mi(tv|box)-?\w+) bui/i],[o,[i,te],[e,E]],[/Hbbtv.*(technisat) (.*);/i],[i,o,[e,E]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[i,ae],[o,ae],[e,E]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[o,[e,E]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[e,E]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[i,o,[e,R]],[/droid.+; (shield)( bui|\))/i],[o,[i,ee],[e,R]],[/(playstation \w+)/i],[o,[i,L],[e,R]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[o,[i,Q],[e,R]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[o,[i,D],[e,T]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[i,o,[e,T]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[o,[i,ie],[e,T]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[o,[i,M],[e,T]],[/(opwwe\d{3})/i],[o,[i,be],[e,T]],[/(moto 360)/i],[o,[i,J],[e,T]],[/(smartwatch 3)/i],[o,[i,L],[e,T]],[/(g watch r)/i],[o,[i,W],[e,T]],[/droid.+; (wt63?0{2,3})\)/i],[o,[i,oe],[e,T]],[/droid.+; (glass) \d/i],[o,[i,G],[e,T]],[/(pico) (4|neo3(?: link|pro)?)/i],[i,o,[e,T]],[/; (quest( \d| pro)?)/i],[o,[i,me],[e,T]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[i,[e,_]],[/(aeobc)\b/i],[o,[i,X],[e,_]],[/(homepod).+mac os/i],[o,[i,M],[e,_]],[/windows iot/i],[[e,_]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i],[o,[e,s]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[o,[e,d]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[e,d]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[e,s]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[o,[i,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[n,[a,Be+"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,j,ge]],[/windows nt 6\.2; (arm)/i,/windows[\/ ]([ntce\d\. ]+\w)(?!.+xbox)/i,/(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[n,j,ge],[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,fe],[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,de]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[n,[a,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[n,[a,$+" 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,F+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[a,pe],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]]},N=function(u,w){if(typeof u===x&&(w=u,u=b),!(this instanceof N))return new N(u,w).getResult();var c=typeof f!==k&&f.navigator?f.navigator:b,p=u||(c&&c.userAgent?c.userAgent:h),O=c&&c.userAgentData?c.userAgentData:b,C=w?Ce(ke,w):ke,m=c&&c.userAgent==p;return this.getBrowser=function(){var l={};return l[a]=b,l[n]=b,q.call(l,p,C.browser),l[z]=Ae(l[n]),m&&c&&c.brave&&typeof c.brave.isBrave==y&&(l[a]="Brave"),l},this.getCPU=function(){var l={};return l[V]=b,q.call(l,p,C.cpu),l},this.getDevice=function(){var l={};return l[i]=b,l[o]=b,l[e]=b,q.call(l,p,C.device),m&&!l[e]&&O&&O.mobile&&(l[e]=s),m&&l[o]=="Macintosh"&&c&&typeof c.standalone!==k&&c.maxTouchPoints&&c.maxTouchPoints>2&&(l[o]="iPad",l[e]=d),l},this.getEngine=function(){var l={};return l[a]=b,l[n]=b,q.call(l,p,C.engine),l},this.getOS=function(){var l={};return l[a]=b,l[n]=b,q.call(l,p,C.os),m&&!l[a]&&O&&O.platform&&O.platform!="Unknown"&&(l[a]=O.platform.replace(/chrome os/i,pe).replace(/macos/i,fe)),l},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 p},this.setUA=function(l){return p=typeof l===B&&l.length>Z?ae(l,Z):l,this},this.setUA(p),this};N.VERSION=g,N.BROWSER=Y([a,n,z]),N.CPU=Y([V]),N.DEVICE=Y([o,i,e,R,s,E,d,T,_]),N.ENGINE=N.OS=Y([a,n]),r.exports&&(S=r.exports=N),S.UAParser=N;var P=typeof f!==k&&(f.jQuery||f.Zepto);if(P&&!P.ua){var K=new N;P.ua=K.getResult(),P.ua.get=function(){return K.getUA()},P.ua.set=function(u){K.setUA(u);var w=K.getResult();for(var c in w)P.ua[c]=w[c]}}})(typeof window=="object"?window:Xe)})(re,re.exports);var Fe=re.exports;const $e=He(Fe);function Se(){if(window.webkit!=null&&window.webkit.messageHandlers!=="undefined")try{var r=$e(navigator.userAgent);if(r.browser.name==="WebKit")return"ios_webview"}catch(S){console.error(S)}return typeof Android<"u"?"android_webview":typeof window.cefQuery<"u"?"cef_webview":"browser"}function Te(){return Se()==="ios_webview"}function Ne(){return Se()==="android_webview"}const Ge={key:0,class:"sky-dialog-subtitle"},We=["title"],Ye={key:0,class:"sky-dialog-swipe-area"},Ke={__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:!0},closeOnEsc:{type:Boolean,default:!0}},emits:["update:modelValue","close","save"],setup(r,{emit:S}){const f=r,b=S,g=t.ref(null),h=t.ref(null),v=t.ref(0),y=t.computed(()=>{try{return Te()}catch{return!1}}),k=t.computed(()=>{try{return Ne()}catch{return!1}}),x=()=>{b("update:modelValue",!1),b("close")},B=e=>{e.key==="Escape"&&f.closeOnEsc&&f.modelValue&&x(),e.key==="Enter"&&f.modelValue&&b("save")},z=e=>{e.touches[0].clientX<35&&(v.value=e.touches[0].clientX)},o=e=>{v.value>0&&v.value<35&&e.changedTouches[0].clientX-v.value>50&&x(),v.value=0},a=()=>{if(!(!k.value||!g.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const e=Android.getDisplayCutoutTop();if(e&&window.devicePixelRatio>1){const i=e/window.devicePixelRatio;g.value.style.paddingTop=i+"px"}}}catch{}};return t.watch(()=>f.modelValue,e=>{e?(document.body.style.overflow="hidden",t.nextTick(()=>{a()})):document.body.style.overflow=""}),t.onMounted(()=>{document.addEventListener("keydown",B),window.addEventListener("resize",a)}),t.onUnmounted(()=>{document.removeEventListener("keydown",B),window.removeEventListener("resize",a),document.body.style.overflow=""}),(e,i)=>(t.openBlock(),t.createBlock(t.Teleport,{to:"body"},[t.createVNode(t.Transition,{name:r.enableAnimation?"dialog-slide":""},{default:t.withCtx(()=>[r.modelValue?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-classic",style:t.normalizeStyle([r.zIndex?{"z-index":r.zIndex}:null])},[t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":r.enableAnimation}])},[t.createElementVNode("div",{ref_key:"dialogContent",ref:g,class:"sky-dialog-content"},[t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":r.subtitle}])},[t.createTextVNode(t.toDisplayString(r.title)+" ",1),r.subtitle?(t.openBlock(),t.createElementBlock("span",Ge,t.toDisplayString(r.subtitle),1)):t.createCommentVNode("",!0)],2),t.createElementVNode("button",{class:"sky-dialog-close",title:r.closeText,onClick:x},[...i[0]||(i[0]=[t.createElementVNode("svg",{viewBox:"0 0 16 16",width:"16",height:"16"},[t.createElementVNode("line",{x1:"1",y1:"15",x2:"15",y2:"1",stroke:"currentColor","stroke-width":"2"}),t.createElementVNode("line",{x1:"1",y1:"1",x2:"15",y2:"15",stroke:"currentColor","stroke-width":"2"})],-1)])],8,We),i[1]||(i[1]=t.createElementVNode("div",{class:"sky-dialog-clearfix"},null,-1)),t.createElementVNode("div",{ref_key:"dialogPaper",ref:h,class:t.normalizeClass(["sky-dialog-paper",{"sky-dialog-paper-no-footer":!e.$slots.buttons}]),onTouchstart:z,onTouchend:o},[y.value?(t.openBlock(),t.createElementBlock("div",Ye)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default",{},void 0,!0)],34),e.$slots.buttons?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":r.enableAnimation}])},[t.renderSlot(e.$slots,"buttons",{},void 0,!0)],2)):t.createCommentVNode("",!0)],512)],2)],4)):t.createCommentVNode("",!0)]),_:3},8,["name"])]))}},xe=le(Ke,[["__scopeId","data-v-d0817f6a"]]),Ze=["title"],Qe={width:"15",height:"15",viewBox:"0 0 451.847 451.847",style:{transform:"rotate(90deg)"}},Je={key:0,class:"sky-dialog-subtitle"},ei={key:0,class:"sky-dialog-swipe-area"},ii={__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:!0},closeOnEsc:{type:Boolean,default:!0}},emits:["update:modelValue","close","save"],setup(r,{emit:S}){const f=r,b=S,g=t.ref(null),h=t.ref(null),v=t.ref(0),y=t.computed(()=>{try{return Te()}catch{return!1}}),k=t.computed(()=>{try{return Ne()}catch{return!1}}),x=()=>{b("update:modelValue",!1),b("close")},B=e=>{e.key==="Escape"&&f.closeOnEsc&&f.modelValue&&x(),e.key==="Enter"&&f.modelValue&&b("save")},z=e=>{e.touches[0].clientX<35&&(v.value=e.touches[0].clientX)},o=e=>{v.value>0&&v.value<35&&e.changedTouches[0].clientX-v.value>50&&x(),v.value=0},a=()=>{if(!(!k.value||!g.value))try{if(typeof Android<"u"&&Android.getDisplayCutoutTop){const e=Android.getDisplayCutoutTop();if(e&&window.devicePixelRatio>1){const i=e/window.devicePixelRatio;g.value.style.paddingTop=i+"px"}}}catch{}};return t.watch(()=>f.modelValue,e=>{e?(document.body.style.overflow="hidden",t.nextTick(()=>{a()})):document.body.style.overflow=""}),t.onMounted(()=>{document.addEventListener("keydown",B),window.addEventListener("resize",a)}),t.onUnmounted(()=>{document.removeEventListener("keydown",B),window.removeEventListener("resize",a),document.body.style.overflow=""}),(e,i)=>(t.openBlock(),t.createBlock(t.Teleport,{to:"body"},[t.createVNode(t.Transition,{name:r.enableAnimation?"dialog-slide":""},{default:t.withCtx(()=>[r.modelValue?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sky-dialogbox sky-dialogbox-next",style:t.normalizeStyle([r.zIndex?{"z-index":r.zIndex}:null])},[t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-overlay",{"sky-dialog-animate":r.enableAnimation}])},[t.createElementVNode("div",{ref_key:"dialogContent",ref:g,class:"sky-dialog-content"},[t.createElementVNode("button",{class:"sky-dialog-back",title:r.closeText,onClick:x},[(t.openBlock(),t.createElementBlock("svg",Qe,[...i[0]||(i[0]=[t.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,Ze),t.createElementVNode("div",{class:t.normalizeClass(["sky-dialog-title",{"sky-dialog-title-with-subtitle":r.subtitle}])},[t.createTextVNode(t.toDisplayString(r.title)+" ",1),r.subtitle?(t.openBlock(),t.createElementBlock("span",Je,t.toDisplayString(r.subtitle),1)):t.createCommentVNode("",!0)],2),i[1]||(i[1]=t.createElementVNode("div",{class:"sky-dialog-clearfix"},null,-1)),t.createElementVNode("div",{ref_key:"dialogPaper",ref:h,class:t.normalizeClass(["sky-dialog-paper",{"sky-dialog-paper-no-footer":!e.$slots.buttons}]),onTouchstart:z,onTouchend:o},[y.value?(t.openBlock(),t.createElementBlock("div",ei)):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default",{},void 0,!0)],34),e.$slots.buttons?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["sky-dialog-footer",{"sky-dialog-footer-animate":r.enableAnimation}])},[t.renderSlot(e.$slots,"buttons",{},void 0,!0)],2)):t.createCommentVNode("",!0)],512)],2)],4)):t.createCommentVNode("",!0)]),_:3},8,["name"])]))}},Ee=le(ii,[["__scopeId","data-v-7dd1bb2e"]]),ti={__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:!0},closeOnEsc:{type:Boolean,default:!0},mode:{type:String,default:null,validator:r=>[null,"next","classic"].includes(r)}},emits:["update:modelValue","close","save"],setup(r,{emit:S}){const f=r,b=S,g=t.computed({get:()=>f.modelValue,set:y=>b("update:modelValue",y)}),h=t.ref(!0);t.onMounted(()=>{try{new URLSearchParams(window.location.search).get("rocketMode")==="false"?h.value=!1:h.value=!0}catch{h.value=!0}});const v=t.computed(()=>f.mode==="next"?Ee:f.mode==="classic"?xe:h.value?Ee:xe);return(y,k)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(v.value),{modelValue:g.value,"onUpdate:modelValue":k[0]||(k[0]=x=>g.value=x),title:r.title,subtitle:r.subtitle,"z-index":r.zIndex,"close-text":r.closeText,"enable-animation":r.enableAnimation,"close-on-esc":r.closeOnEsc,onClose:k[1]||(k[1]=x=>y.$emit("close")),onSave:k[2]||(k[2]=x=>y.$emit("save"))},{buttons:t.withCtx(()=>[t.renderSlot(y.$slots,"buttons")]),default:t.withCtx(()=>[t.renderSlot(y.$slots,"default")]),_:3},40,["modelValue","title","subtitle","z-index","close-text","enable-animation","close-on-esc"]))}};exports.Dialog=ti;exports.Header=je;
|
package/dist/vue-dev-kit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as
|
|
1
|
+
import { computed as I, createElementBlock as O, openBlock as T, createElementVNode as p, createCommentVNode as P, renderSlot as V, toDisplayString as j, ref as L, watch as Ve, nextTick as _e, onMounted as pe, onUnmounted as Ie, createBlock as ve, Teleport as Le, createVNode as De, Transition as Ue, withCtx as ne, normalizeStyle as qe, normalizeClass as _, createTextVNode as je, resolveDynamicComponent as Ze } from "vue";
|
|
2
2
|
const he = (n, S) => {
|
|
3
3
|
const f = n.__vccOpts || n;
|
|
4
4
|
for (const [c, g] of S)
|
|
@@ -28,13 +28,13 @@ const he = (n, S) => {
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
setup(n) {
|
|
31
|
-
const S = n, f =
|
|
31
|
+
const S = n, f = I(() => {
|
|
32
32
|
try {
|
|
33
33
|
return window.self !== window.top;
|
|
34
34
|
} catch {
|
|
35
35
|
return !0;
|
|
36
36
|
}
|
|
37
|
-
}), c =
|
|
37
|
+
}), c = I(() => S.showBackButton && f.value), g = () => {
|
|
38
38
|
window.parent.postMessage({ type: "exit" }, "*");
|
|
39
39
|
};
|
|
40
40
|
return (h, v) => (T(), O("header", Qe, [
|
|
@@ -86,7 +86,7 @@ function di(n) {
|
|
|
86
86
|
var fe = { exports: {} };
|
|
87
87
|
(function(n, S) {
|
|
88
88
|
(function(f, c) {
|
|
89
|
-
var g = "1.0.41", h = "", v = "?", k = "function", y = "undefined", x = "object", B = "string",
|
|
89
|
+
var g = "1.0.41", h = "", v = "?", k = "function", y = "undefined", x = "object", B = "string", D = "major", t = "model", o = "name", e = "type", i = "vendor", a = "version", N = "architecture", X = "console", r = "mobile", l = "tablet", E = "smarttv", A = "wearable", H = "embedded", se = 500, Z = "Amazon", U = "Apple", ge = "ASUS", ye = "BlackBerry", Q = "Browser", J = "Chrome", $e = "Edge", ee = "Firefox", ie = "Google", ke = "Honor", xe = "Huawei", Ge = "Lenovo", te = "LG", re = "Microsoft", le = "Motorola", de = "Nvidia", Ee = "OnePlus", F = "Opera", ue = "OPPO", $ = "Samsung", Te = "Sharp", G = "Sony", ce = "Xiaomi", be = "Zebra", Se = "Facebook", Ae = "Chromium OS", Oe = "Mac OS", Ce = " Browser", We = function(u, b) {
|
|
90
90
|
var d = {};
|
|
91
91
|
for (var m in u)
|
|
92
92
|
b[m] && b[m].length % 2 === 0 ? d[m] = b[m].concat(u[m]) : d[m] = u[m];
|
|
@@ -96,8 +96,8 @@ var fe = { exports: {} };
|
|
|
96
96
|
b[u[d].toUpperCase()] = u[d];
|
|
97
97
|
return b;
|
|
98
98
|
}, Be = function(u, b) {
|
|
99
|
-
return typeof u === B ?
|
|
100
|
-
},
|
|
99
|
+
return typeof u === B ? W(b).indexOf(W(u)) !== -1 : !1;
|
|
100
|
+
}, W = function(u) {
|
|
101
101
|
return u.toLowerCase();
|
|
102
102
|
}, Ye = function(u) {
|
|
103
103
|
return typeof u === B ? u.replace(/[^\d\.]/g, h).split(".")[0] : c;
|
|
@@ -312,7 +312,7 @@ var fe = { exports: {} };
|
|
|
312
312
|
/samsungbrowser\/([\w\.]+)/i
|
|
313
313
|
// Samsung Internet
|
|
314
314
|
],
|
|
315
|
-
[a, [o,
|
|
315
|
+
[a, [o, $ + " Internet"]],
|
|
316
316
|
[
|
|
317
317
|
/metasr[\/ ]?([\d\.]+)/i
|
|
318
318
|
// Sogou Explorer
|
|
@@ -496,7 +496,7 @@ var fe = { exports: {} };
|
|
|
496
496
|
/((ppc|powerpc)(64)?)( mac|;|\))/i
|
|
497
497
|
// PowerPC
|
|
498
498
|
],
|
|
499
|
-
[[N, /ower/, h,
|
|
499
|
+
[[N, /ower/, h, W]],
|
|
500
500
|
[
|
|
501
501
|
/ sun4\w[;\)]/i
|
|
502
502
|
// SPARC
|
|
@@ -506,7 +506,7 @@ var fe = { exports: {} };
|
|
|
506
506
|
/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i
|
|
507
507
|
// IA64, 68K, ARM/64, AVR/32, IRIX/64, MIPS/64, SPARC/64, PA-RISC
|
|
508
508
|
],
|
|
509
|
-
[[N,
|
|
509
|
+
[[N, W]]
|
|
510
510
|
],
|
|
511
511
|
device: [
|
|
512
512
|
[
|
|
@@ -516,30 +516,30 @@ var fe = { exports: {} };
|
|
|
516
516
|
// Samsung
|
|
517
517
|
/\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
|
|
518
518
|
],
|
|
519
|
-
[t, [i,
|
|
519
|
+
[t, [i, $], [e, l]],
|
|
520
520
|
[
|
|
521
521
|
/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,
|
|
522
522
|
/samsung[- ]((?!sm-[lr])[-\w]+)/i,
|
|
523
523
|
/sec-(sgh\w+)/i
|
|
524
524
|
],
|
|
525
|
-
[t, [i,
|
|
525
|
+
[t, [i, $], [e, r]],
|
|
526
526
|
[
|
|
527
527
|
// Apple
|
|
528
528
|
/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i
|
|
529
529
|
// iPod/iPhone
|
|
530
530
|
],
|
|
531
|
-
[t, [i,
|
|
531
|
+
[t, [i, U], [e, r]],
|
|
532
532
|
[
|
|
533
533
|
/\((ipad);[-\w\),; ]+apple/i,
|
|
534
534
|
// iPad
|
|
535
535
|
/applecoremedia\/[\w\.]+ \((ipad)/i,
|
|
536
536
|
/\b(ipad)\d\d?,\d\d?[;\]].+ios/i
|
|
537
537
|
],
|
|
538
|
-
[t, [i,
|
|
538
|
+
[t, [i, U], [e, l]],
|
|
539
539
|
[
|
|
540
540
|
/(macintosh);/i
|
|
541
541
|
],
|
|
542
|
-
[t, [i,
|
|
542
|
+
[t, [i, U]],
|
|
543
543
|
[
|
|
544
544
|
// Sharp
|
|
545
545
|
/\b(sh-?[altvz]?\d\d[a-ekm]?)/i
|
|
@@ -635,7 +635,7 @@ var fe = { exports: {} };
|
|
|
635
635
|
/(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,
|
|
636
636
|
/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i
|
|
637
637
|
],
|
|
638
|
-
[t, [i,
|
|
638
|
+
[t, [i, Ge], [e, l]],
|
|
639
639
|
[
|
|
640
640
|
// Nokia
|
|
641
641
|
/(nokia) (t[12][01])/i
|
|
@@ -661,12 +661,12 @@ var fe = { exports: {} };
|
|
|
661
661
|
// Sony
|
|
662
662
|
/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
|
|
663
663
|
],
|
|
664
|
-
[t, [i,
|
|
664
|
+
[t, [i, G], [e, r]],
|
|
665
665
|
[
|
|
666
666
|
/sony tablet [ps]/i,
|
|
667
667
|
/\b(?:sony)?sgp\w+(?: bui|\))/i
|
|
668
668
|
],
|
|
669
|
-
[[t, "Xperia Tablet"], [i,
|
|
669
|
+
[[t, "Xperia Tablet"], [i, G], [e, l]],
|
|
670
670
|
[
|
|
671
671
|
// OnePlus
|
|
672
672
|
/ (kb2005|in20[12]5|be20[12][59])\b/i,
|
|
@@ -732,7 +732,7 @@ var fe = { exports: {} };
|
|
|
732
732
|
// itel
|
|
733
733
|
/(itel) ((\w+))/i
|
|
734
734
|
],
|
|
735
|
-
[[i,
|
|
735
|
+
[[i, W], t, [e, K, { tablet: ["p10001l", "w7001"], "*": "mobile" }]],
|
|
736
736
|
[
|
|
737
737
|
// Acer
|
|
738
738
|
/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i
|
|
@@ -976,7 +976,7 @@ var fe = { exports: {} };
|
|
|
976
976
|
[
|
|
977
977
|
/hbbtv.+maple;(\d+)/i
|
|
978
978
|
],
|
|
979
|
-
[[t, /^/, "SmartTV"], [i,
|
|
979
|
+
[[t, /^/, "SmartTV"], [i, $], [e, E]],
|
|
980
980
|
[
|
|
981
981
|
/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i
|
|
982
982
|
// LG SmartTV
|
|
@@ -986,7 +986,7 @@ var fe = { exports: {} };
|
|
|
986
986
|
/(apple) ?tv/i
|
|
987
987
|
// Apple TV
|
|
988
988
|
],
|
|
989
|
-
[i, [t,
|
|
989
|
+
[i, [t, U + " TV"], [e, E]],
|
|
990
990
|
[
|
|
991
991
|
/crkey/i
|
|
992
992
|
// Google Chromecast
|
|
@@ -1012,7 +1012,7 @@ var fe = { exports: {} };
|
|
|
1012
1012
|
/(bravia[\w ]+)( bui|\))/i
|
|
1013
1013
|
// Sony
|
|
1014
1014
|
],
|
|
1015
|
-
[t, [i,
|
|
1015
|
+
[t, [i, G], [e, E]],
|
|
1016
1016
|
[
|
|
1017
1017
|
/(mi(tv|box)-?\w+) bui/i
|
|
1018
1018
|
// Xiaomi
|
|
@@ -1058,7 +1058,7 @@ var fe = { exports: {} };
|
|
|
1058
1058
|
/(playstation \w+)/i
|
|
1059
1059
|
// Playstation
|
|
1060
1060
|
],
|
|
1061
|
-
[t, [i,
|
|
1061
|
+
[t, [i, G], [e, X]],
|
|
1062
1062
|
[
|
|
1063
1063
|
/\b(xbox(?: one)?(?!; xbox))[\); ]/i
|
|
1064
1064
|
// Microsoft Xbox
|
|
@@ -1071,7 +1071,7 @@ var fe = { exports: {} };
|
|
|
1071
1071
|
/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i
|
|
1072
1072
|
// Samsung Galaxy Watch
|
|
1073
1073
|
],
|
|
1074
|
-
[t, [i,
|
|
1074
|
+
[t, [i, $], [e, A]],
|
|
1075
1075
|
[
|
|
1076
1076
|
/((pebble))app/i,
|
|
1077
1077
|
// Pebble
|
|
@@ -1088,7 +1088,7 @@ var fe = { exports: {} };
|
|
|
1088
1088
|
/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i
|
|
1089
1089
|
// Apple Watch
|
|
1090
1090
|
],
|
|
1091
|
-
[t, [i,
|
|
1091
|
+
[t, [i, U], [e, A]],
|
|
1092
1092
|
[
|
|
1093
1093
|
/(opwwe\d{3})/i
|
|
1094
1094
|
// OnePlus Watch
|
|
@@ -1103,7 +1103,7 @@ var fe = { exports: {} };
|
|
|
1103
1103
|
/(smartwatch 3)/i
|
|
1104
1104
|
// Sony SmartWatch
|
|
1105
1105
|
],
|
|
1106
|
-
[t, [i,
|
|
1106
|
+
[t, [i, G], [e, A]],
|
|
1107
1107
|
[
|
|
1108
1108
|
/(g watch r)/i
|
|
1109
1109
|
// LG G Watch R
|
|
@@ -1148,7 +1148,7 @@ var fe = { exports: {} };
|
|
|
1148
1148
|
/(homepod).+mac os/i
|
|
1149
1149
|
// Apple HomePod
|
|
1150
1150
|
],
|
|
1151
|
-
[t, [i,
|
|
1151
|
+
[t, [i, U], [e, H]],
|
|
1152
1152
|
[
|
|
1153
1153
|
/windows iot/i
|
|
1154
1154
|
],
|
|
@@ -1187,7 +1187,7 @@ var fe = { exports: {} };
|
|
|
1187
1187
|
/windows.+ edge\/([\w\.]+)/i
|
|
1188
1188
|
// EdgeHTML
|
|
1189
1189
|
],
|
|
1190
|
-
[a, [o,
|
|
1190
|
+
[a, [o, $e + "HTML"]],
|
|
1191
1191
|
[
|
|
1192
1192
|
/(arkweb)\/([\w\.]+)/i
|
|
1193
1193
|
// ArkWeb
|
|
@@ -1361,10 +1361,10 @@ var fe = { exports: {} };
|
|
|
1361
1361
|
}, C = function(u, b) {
|
|
1362
1362
|
if (typeof u === x && (b = u, u = c), !(this instanceof C))
|
|
1363
1363
|
return new C(u, b).getResult();
|
|
1364
|
-
var d = typeof f !== y && f.navigator ? f.navigator : c, m = u || (d && d.userAgent ? d.userAgent : h), R = d && d.userAgentData ? d.userAgentData : c, z = b ?
|
|
1364
|
+
var d = typeof f !== y && f.navigator ? f.navigator : c, m = u || (d && d.userAgent ? d.userAgent : h), R = d && d.userAgentData ? d.userAgentData : c, z = b ? We(ze, b) : ze, w = d && d.userAgent == m;
|
|
1365
1365
|
return this.getBrowser = function() {
|
|
1366
1366
|
var s = {};
|
|
1367
|
-
return s[o] = c, s[a] = c, Y.call(s, m, z.browser), s[
|
|
1367
|
+
return s[o] = c, s[a] = c, Y.call(s, m, z.browser), s[D] = Ye(s[a]), w && d && d.brave && typeof d.brave.isBrave == k && (s[o] = "Brave"), s;
|
|
1368
1368
|
}, this.getCPU = function() {
|
|
1369
1369
|
var s = {};
|
|
1370
1370
|
return s[N] = c, Y.call(s, m, z.cpu), s;
|
|
@@ -1392,17 +1392,17 @@ var fe = { exports: {} };
|
|
|
1392
1392
|
return m = typeof s === B && s.length > se ? we(s, se) : s, this;
|
|
1393
1393
|
}, this.setUA(m), this;
|
|
1394
1394
|
};
|
|
1395
|
-
C.VERSION = g, C.BROWSER = oe([o, a,
|
|
1396
|
-
var
|
|
1397
|
-
if (
|
|
1395
|
+
C.VERSION = g, C.BROWSER = oe([o, a, D]), C.CPU = oe([N]), C.DEVICE = oe([t, i, e, X, r, E, l, A, H]), C.ENGINE = C.OS = oe([o, a]), n.exports && (S = n.exports = C), S.UAParser = C;
|
|
1396
|
+
var q = typeof f !== y && (f.jQuery || f.Zepto);
|
|
1397
|
+
if (q && !q.ua) {
|
|
1398
1398
|
var ae = new C();
|
|
1399
|
-
|
|
1399
|
+
q.ua = ae.getResult(), q.ua.get = function() {
|
|
1400
1400
|
return ae.getUA();
|
|
1401
|
-
},
|
|
1401
|
+
}, q.ua.set = function(u) {
|
|
1402
1402
|
ae.setUA(u);
|
|
1403
1403
|
var b = ae.getResult();
|
|
1404
1404
|
for (var d in b)
|
|
1405
|
-
|
|
1405
|
+
q.ua[d] = b[d];
|
|
1406
1406
|
};
|
|
1407
1407
|
}
|
|
1408
1408
|
})(typeof window == "object" ? window : li);
|
|
@@ -1466,13 +1466,13 @@ const bi = {
|
|
|
1466
1466
|
},
|
|
1467
1467
|
emits: ["update:modelValue", "close", "save"],
|
|
1468
1468
|
setup(n, { emit: S }) {
|
|
1469
|
-
const f = n, c = S, g =
|
|
1469
|
+
const f = n, c = S, g = L(null), h = L(null), v = L(0), k = I(() => {
|
|
1470
1470
|
try {
|
|
1471
1471
|
return He();
|
|
1472
1472
|
} catch {
|
|
1473
1473
|
return !1;
|
|
1474
1474
|
}
|
|
1475
|
-
}), y =
|
|
1475
|
+
}), y = I(() => {
|
|
1476
1476
|
try {
|
|
1477
1477
|
return Fe();
|
|
1478
1478
|
} catch {
|
|
@@ -1482,7 +1482,7 @@ const bi = {
|
|
|
1482
1482
|
c("update:modelValue", !1), c("close");
|
|
1483
1483
|
}, B = (e) => {
|
|
1484
1484
|
e.key === "Escape" && f.closeOnEsc && f.modelValue && x(), e.key === "Enter" && f.modelValue && c("save");
|
|
1485
|
-
},
|
|
1485
|
+
}, D = (e) => {
|
|
1486
1486
|
e.touches[0].clientX < 35 && (v.value = e.touches[0].clientX);
|
|
1487
1487
|
}, t = (e) => {
|
|
1488
1488
|
v.value > 0 && v.value < 35 && e.changedTouches[0].clientX - v.value > 50 && x(), v.value = 0;
|
|
@@ -1518,7 +1518,7 @@ const bi = {
|
|
|
1518
1518
|
style: qe([n.zIndex ? { "z-index": n.zIndex } : null])
|
|
1519
1519
|
}, [
|
|
1520
1520
|
p("div", {
|
|
1521
|
-
class:
|
|
1521
|
+
class: _(["sky-dialog-overlay", { "sky-dialog-animate": n.enableAnimation }])
|
|
1522
1522
|
}, [
|
|
1523
1523
|
p("div", {
|
|
1524
1524
|
ref_key: "dialogContent",
|
|
@@ -1526,7 +1526,7 @@ const bi = {
|
|
|
1526
1526
|
class: "sky-dialog-content"
|
|
1527
1527
|
}, [
|
|
1528
1528
|
p("div", {
|
|
1529
|
-
class:
|
|
1529
|
+
class: _(["sky-dialog-title", { "sky-dialog-title-with-subtitle": n.subtitle }])
|
|
1530
1530
|
}, [
|
|
1531
1531
|
je(j(n.title) + " ", 1),
|
|
1532
1532
|
n.subtitle ? (T(), O("span", bi, j(n.subtitle), 1)) : P("", !0)
|
|
@@ -1563,16 +1563,16 @@ const bi = {
|
|
|
1563
1563
|
p("div", {
|
|
1564
1564
|
ref_key: "dialogPaper",
|
|
1565
1565
|
ref: h,
|
|
1566
|
-
class: "sky-dialog-paper",
|
|
1567
|
-
onTouchstart:
|
|
1566
|
+
class: _(["sky-dialog-paper", { "sky-dialog-paper-no-footer": !e.$slots.buttons }]),
|
|
1567
|
+
onTouchstart: D,
|
|
1568
1568
|
onTouchend: t
|
|
1569
1569
|
}, [
|
|
1570
1570
|
k.value ? (T(), O("div", mi)) : P("", !0),
|
|
1571
1571
|
V(e.$slots, "default", {}, void 0, !0)
|
|
1572
|
-
],
|
|
1572
|
+
], 34),
|
|
1573
1573
|
e.$slots.buttons ? (T(), O("div", {
|
|
1574
1574
|
key: 0,
|
|
1575
|
-
class:
|
|
1575
|
+
class: _(["sky-dialog-footer", { "sky-dialog-footer-animate": n.enableAnimation }])
|
|
1576
1576
|
}, [
|
|
1577
1577
|
V(e.$slots, "buttons", {}, void 0, !0)
|
|
1578
1578
|
], 2)) : P("", !0)
|
|
@@ -1584,7 +1584,7 @@ const bi = {
|
|
|
1584
1584
|
}, 8, ["name"])
|
|
1585
1585
|
]));
|
|
1586
1586
|
}
|
|
1587
|
-
}, Pe = /* @__PURE__ */ he(fi, [["__scopeId", "data-v-
|
|
1587
|
+
}, Pe = /* @__PURE__ */ he(fi, [["__scopeId", "data-v-d0817f6a"]]), pi = ["title"], vi = {
|
|
1588
1588
|
width: "15",
|
|
1589
1589
|
height: "15",
|
|
1590
1590
|
viewBox: "0 0 451.847 451.847",
|
|
@@ -1629,13 +1629,13 @@ const bi = {
|
|
|
1629
1629
|
},
|
|
1630
1630
|
emits: ["update:modelValue", "close", "save"],
|
|
1631
1631
|
setup(n, { emit: S }) {
|
|
1632
|
-
const f = n, c = S, g =
|
|
1632
|
+
const f = n, c = S, g = L(null), h = L(null), v = L(0), k = I(() => {
|
|
1633
1633
|
try {
|
|
1634
1634
|
return He();
|
|
1635
1635
|
} catch {
|
|
1636
1636
|
return !1;
|
|
1637
1637
|
}
|
|
1638
|
-
}), y =
|
|
1638
|
+
}), y = I(() => {
|
|
1639
1639
|
try {
|
|
1640
1640
|
return Fe();
|
|
1641
1641
|
} catch {
|
|
@@ -1645,7 +1645,7 @@ const bi = {
|
|
|
1645
1645
|
c("update:modelValue", !1), c("close");
|
|
1646
1646
|
}, B = (e) => {
|
|
1647
1647
|
e.key === "Escape" && f.closeOnEsc && f.modelValue && x(), e.key === "Enter" && f.modelValue && c("save");
|
|
1648
|
-
},
|
|
1648
|
+
}, D = (e) => {
|
|
1649
1649
|
e.touches[0].clientX < 35 && (v.value = e.touches[0].clientX);
|
|
1650
1650
|
}, t = (e) => {
|
|
1651
1651
|
v.value > 0 && v.value < 35 && e.changedTouches[0].clientX - v.value > 50 && x(), v.value = 0;
|
|
@@ -1681,7 +1681,7 @@ const bi = {
|
|
|
1681
1681
|
style: qe([n.zIndex ? { "z-index": n.zIndex } : null])
|
|
1682
1682
|
}, [
|
|
1683
1683
|
p("div", {
|
|
1684
|
-
class:
|
|
1684
|
+
class: _(["sky-dialog-overlay", { "sky-dialog-animate": n.enableAnimation }])
|
|
1685
1685
|
}, [
|
|
1686
1686
|
p("div", {
|
|
1687
1687
|
ref_key: "dialogContent",
|
|
@@ -1701,7 +1701,7 @@ const bi = {
|
|
|
1701
1701
|
])]))
|
|
1702
1702
|
], 8, pi),
|
|
1703
1703
|
p("div", {
|
|
1704
|
-
class:
|
|
1704
|
+
class: _(["sky-dialog-title", { "sky-dialog-title-with-subtitle": n.subtitle }])
|
|
1705
1705
|
}, [
|
|
1706
1706
|
je(j(n.title) + " ", 1),
|
|
1707
1707
|
n.subtitle ? (T(), O("span", hi, j(n.subtitle), 1)) : P("", !0)
|
|
@@ -1710,16 +1710,16 @@ const bi = {
|
|
|
1710
1710
|
p("div", {
|
|
1711
1711
|
ref_key: "dialogPaper",
|
|
1712
1712
|
ref: h,
|
|
1713
|
-
class: "sky-dialog-paper",
|
|
1714
|
-
onTouchstart:
|
|
1713
|
+
class: _(["sky-dialog-paper", { "sky-dialog-paper-no-footer": !e.$slots.buttons }]),
|
|
1714
|
+
onTouchstart: D,
|
|
1715
1715
|
onTouchend: t
|
|
1716
1716
|
}, [
|
|
1717
1717
|
k.value ? (T(), O("div", gi)) : P("", !0),
|
|
1718
1718
|
V(e.$slots, "default", {}, void 0, !0)
|
|
1719
|
-
],
|
|
1719
|
+
], 34),
|
|
1720
1720
|
e.$slots.buttons ? (T(), O("div", {
|
|
1721
1721
|
key: 0,
|
|
1722
|
-
class:
|
|
1722
|
+
class: _(["sky-dialog-footer", { "sky-dialog-footer-animate": n.enableAnimation }])
|
|
1723
1723
|
}, [
|
|
1724
1724
|
V(e.$slots, "buttons", {}, void 0, !0)
|
|
1725
1725
|
], 2)) : P("", !0)
|
|
@@ -1731,7 +1731,7 @@ const bi = {
|
|
|
1731
1731
|
}, 8, ["name"])
|
|
1732
1732
|
]));
|
|
1733
1733
|
}
|
|
1734
|
-
}, Re = /* @__PURE__ */ he(yi, [["__scopeId", "data-v-
|
|
1734
|
+
}, Re = /* @__PURE__ */ he(yi, [["__scopeId", "data-v-7dd1bb2e"]]), Ei = {
|
|
1735
1735
|
__name: "Dialog",
|
|
1736
1736
|
props: {
|
|
1737
1737
|
modelValue: {
|
|
@@ -1772,10 +1772,10 @@ const bi = {
|
|
|
1772
1772
|
},
|
|
1773
1773
|
emits: ["update:modelValue", "close", "save"],
|
|
1774
1774
|
setup(n, { emit: S }) {
|
|
1775
|
-
const f = n, c = S, g =
|
|
1775
|
+
const f = n, c = S, g = I({
|
|
1776
1776
|
get: () => f.modelValue,
|
|
1777
1777
|
set: (k) => c("update:modelValue", k)
|
|
1778
|
-
}), h =
|
|
1778
|
+
}), h = L(!0);
|
|
1779
1779
|
pe(() => {
|
|
1780
1780
|
try {
|
|
1781
1781
|
new URLSearchParams(window.location.search).get("rocketMode") === "false" ? h.value = !1 : h.value = !0;
|
|
@@ -1783,7 +1783,7 @@ const bi = {
|
|
|
1783
1783
|
h.value = !0;
|
|
1784
1784
|
}
|
|
1785
1785
|
});
|
|
1786
|
-
const v =
|
|
1786
|
+
const v = I(() => f.mode === "next" ? Re : f.mode === "classic" ? Pe : h.value ? Re : Pe);
|
|
1787
1787
|
return (k, y) => (T(), ve(Ze(v.value), {
|
|
1788
1788
|
modelValue: g.value,
|
|
1789
1789
|
"onUpdate:modelValue": y[0] || (y[0] = (x) => g.value = x),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyservice-developers/vue-dev-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Vue 3 developer toolkit - components and helpers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/vue-dev-kit.cjs",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"dev": "vite",
|
|
23
23
|
"build": "vite build",
|
|
24
24
|
"preview": "vite preview",
|
|
25
|
-
"prepublishOnly": "npm run build"
|
|
25
|
+
"prepublishOnly": "npm run build",
|
|
26
|
+
"publish": "npm publish --access public"
|
|
26
27
|
},
|
|
27
28
|
"peerDependencies": {
|
|
28
29
|
"vue": "^3.4.0"
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
<div
|
|
28
28
|
ref="dialogPaper"
|
|
29
29
|
class="sky-dialog-paper"
|
|
30
|
+
:class="{ 'sky-dialog-paper-no-footer': !$slots.buttons }"
|
|
30
31
|
@touchstart="handleTouchStart"
|
|
31
32
|
@touchend="handleTouchEnd"
|
|
32
33
|
>
|
|
@@ -318,7 +319,7 @@ onUnmounted(() => {
|
|
|
318
319
|
}
|
|
319
320
|
|
|
320
321
|
/* Full height when no footer */
|
|
321
|
-
.sky-dialog-
|
|
322
|
+
.sky-dialog-paper-no-footer {
|
|
322
323
|
height: calc(100% - 90px);
|
|
323
324
|
max-height: calc(100% - 90px);
|
|
324
325
|
margin-bottom: 10px;
|
|
@@ -342,7 +343,7 @@ onUnmounted(() => {
|
|
|
342
343
|
}
|
|
343
344
|
|
|
344
345
|
/* Full height when no footer */
|
|
345
|
-
.sky-dialog-
|
|
346
|
+
.sky-dialog-paper-no-footer {
|
|
346
347
|
height: calc(100% - 80px);
|
|
347
348
|
max-height: calc(100% - 80px);
|
|
348
349
|
}
|
|
@@ -378,7 +379,7 @@ onUnmounted(() => {
|
|
|
378
379
|
}
|
|
379
380
|
|
|
380
381
|
/* Full height when no footer */
|
|
381
|
-
.sky-dialog-
|
|
382
|
+
.sky-dialog-paper-no-footer {
|
|
382
383
|
height: calc(100% - 90px - env(safe-area-inset-top));
|
|
383
384
|
}
|
|
384
385
|
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
<div
|
|
27
27
|
ref="dialogPaper"
|
|
28
28
|
class="sky-dialog-paper"
|
|
29
|
+
:class="{ 'sky-dialog-paper-no-footer': !$slots.buttons }"
|
|
29
30
|
@touchstart="handleTouchStart"
|
|
30
31
|
@touchend="handleTouchEnd"
|
|
31
32
|
>
|
|
@@ -314,7 +315,7 @@ onUnmounted(() => {
|
|
|
314
315
|
}
|
|
315
316
|
|
|
316
317
|
/* Full height when no footer */
|
|
317
|
-
.sky-dialog-
|
|
318
|
+
.sky-dialog-paper-no-footer {
|
|
318
319
|
height: calc(100% - 90px);
|
|
319
320
|
max-height: calc(100% - 90px);
|
|
320
321
|
margin-bottom: 10px;
|
|
@@ -332,7 +333,7 @@ onUnmounted(() => {
|
|
|
332
333
|
}
|
|
333
334
|
|
|
334
335
|
/* Full height when no footer */
|
|
335
|
-
.sky-dialog-
|
|
336
|
+
.sky-dialog-paper-no-footer {
|
|
336
337
|
height: calc(100% - 80px);
|
|
337
338
|
max-height: calc(100% - 80px);
|
|
338
339
|
}
|
|
@@ -368,7 +369,7 @@ onUnmounted(() => {
|
|
|
368
369
|
}
|
|
369
370
|
|
|
370
371
|
/* Full height when no footer */
|
|
371
|
-
.sky-dialog-
|
|
372
|
+
.sky-dialog-paper-no-footer {
|
|
372
373
|
height: calc(100% - 90px - env(safe-area-inset-top));
|
|
373
374
|
}
|
|
374
375
|
|