diff --git a/README.md b/README.md index 65935390d..f1a2ee2fb 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,9 @@ The UI allows exploring query results via graphs and tables. It also provides th - [WITH expressions playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/expand-with-exprs) - test how WITH expressions work; - [Metric relabel debugger](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/relabeling) - playground for [relabeling](#relabeling) configs. +VMUI provides auto-completion for [MetricsQL](https://docs.victoriametrics.com/MetricsQL.html) functions, metric names, label names and label values. The auto-completion can be enabled +by checking the `Autocomplete` toggle. When the auto-completion is disabled, it can still be triggered for the current cursor position by pressing `ctrl+space`. + VMUI automatically switches from graph view to heatmap view when the query returns [histogram](https://docs.victoriametrics.com/keyConcepts.html#histogram) buckets (both [Prometheus histograms](https://prometheus.io/docs/concepts/metric_types/#histogram) and [VictoriaMetrics histograms](https://valyala.medium.com/improving-histogram-usability-for-prometheus-and-grafana-bc7e5df0e350) are supported). diff --git a/app/vmselect/vmui/asset-manifest.json b/app/vmselect/vmui/asset-manifest.json index cc6e5768e..0a6e6a59d 100644 --- a/app/vmselect/vmui/asset-manifest.json +++ b/app/vmselect/vmui/asset-manifest.json @@ -1,13 +1,13 @@ { "files": { - "main.css": "./static/css/main.349e6522.css", - "main.js": "./static/js/main.c93073e5.js", + "main.css": "./static/css/main.fb353c1e.css", + "main.js": "./static/js/main.5bcddddc.js", "static/js/522.da77e7b3.chunk.js": "./static/js/522.da77e7b3.chunk.js", - "static/media/MetricsQL.md": "./static/media/MetricsQL.8644fd7c964802dd34a9.md", + "static/media/MetricsQL.md": "./static/media/MetricsQL.b64c4dbf91f4fa581621.md", "index.html": "./index.html" }, "entrypoints": [ - "static/css/main.349e6522.css", - "static/js/main.c93073e5.js" + "static/css/main.fb353c1e.css", + "static/js/main.5bcddddc.js" ] } \ No newline at end of file diff --git a/app/vmselect/vmui/index.html b/app/vmselect/vmui/index.html index c79333054..27cbde409 100644 --- a/app/vmselect/vmui/index.html +++ b/app/vmselect/vmui/index.html @@ -1 +1 @@ -VM UI
\ No newline at end of file +VM UI
\ No newline at end of file diff --git a/app/vmselect/vmui/static/css/main.349e6522.css b/app/vmselect/vmui/static/css/main.349e6522.css deleted file mode 100644 index 9656ea4bc..000000000 --- a/app/vmselect/vmui/static/css/main.349e6522.css +++ /dev/null @@ -1 +0,0 @@ -.vm-tabs{gap:12px;height:100%;position:relative;-webkit-user-select:none;user-select:none}.vm-tabs,.vm-tabs-item{align-items:center;display:flex;justify-content:center}.vm-tabs-item{color:inherit;cursor:pointer;font-size:inherit;font-weight:inherit;opacity:.6;padding:12px 8px;text-decoration:none;text-transform:capitalize;transition:opacity .2s}.vm-tabs-item_active{opacity:1}.vm-tabs-item:hover{opacity:.8}.vm-tabs-item__icon{display:grid;margin-right:8px;width:16px}.vm-tabs-item__icon_single{margin-right:0}.vm-tabs__indicator{border-bottom:2px solid;position:absolute;transition:width .2s ease,left .3s cubic-bezier(.28,.84,.42,1)}.vm-alert{grid-gap:8px;align-items:center;background-color:var(--color-background-block);border-radius:8px;box-shadow:var(--box-shadow);color:var(--color-text);display:grid;font-size:14px;font-weight:400;gap:8px;grid-template-columns:20px 1fr;line-height:1.5;padding:12px;position:relative}.vm-alert_mobile{align-items:flex-start;border-radius:0}.vm-alert:after{border-radius:8px;content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:1}.vm-alert_mobile:after{border-radius:0}.vm-alert__content,.vm-alert__icon{position:relative;z-index:2}.vm-alert__icon{align-items:center;display:flex;justify-content:center}.vm-alert__content{-webkit-filter:brightness(.6);filter:brightness(.6);white-space:pre-line}.vm-alert_success{color:var(--color-success)}.vm-alert_success:after{background-color:var(--color-success)}.vm-alert_error{color:var(--color-error)}.vm-alert_error:after{background-color:var(--color-error)}.vm-alert_info{color:var(--color-info)}.vm-alert_info:after{background-color:var(--color-info)}.vm-alert_warning{color:var(--color-warning)}.vm-alert_warning:after{background-color:var(--color-warning)}.vm-alert_dark:after{opacity:.1}.vm-alert_dark .vm-alert__content{-webkit-filter:none;filter:none}.vm-header{align-items:center;display:flex;flex-wrap:wrap;gap:0 16px;justify-content:flex-start;min-height:51px;padding:8px 12px;z-index:99}.vm-header_app{padding:8px 0}@media(max-width:1000px){.vm-header{gap:8px;padding:8px;position:-webkit-sticky;position:sticky;top:0}}.vm-header_sidebar{display:grid;grid-template-columns:40px auto 1fr}.vm-header_mobile{display:grid;grid-template-columns:33px 1fr 33px;justify-content:space-between}.vm-header_dark .vm-header-button,.vm-header_dark button,.vm-header_dark button:before{background-color:var(--color-background-block)}.vm-header-logo{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;margin-bottom:2px;overflow:hidden;position:relative;width:100%}.vm-header-logo,.vm-header-logo svg,.vm-header-logo_mobile{max-width:65px;min-width:65px}.vm-header-logo_mobile{margin:0 auto}.vm-header-logo_logs,.vm-header-logo_logs svg{max-width:75px;min-width:75px}.vm-header-nav{align-items:center;display:flex;gap:12px;justify-content:flex-start}.vm-header-nav_column{align-items:stretch;flex-direction:column;gap:8px}.vm-header-nav_column .vm-header-nav-item{padding:12px 0}.vm-header-nav_column .vm-header-nav-item_sub{justify-content:stretch}.vm-header-nav-item{cursor:pointer;font-size:14px;font-weight:400;opacity:1;padding:12px 8px;position:relative;text-transform:capitalize;transition:opacity .2s ease-in}.vm-header-nav-item_sub{grid-gap:4px;align-items:center;cursor:default;display:grid;gap:4px;grid-template-columns:auto 14px;justify-content:center}.vm-header-nav-item:hover{opacity:.7}.vm-header-nav-item_active{border-bottom:2px solid hsla(0,6%,6%,.2)}.vm-header-nav-item svg{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.vm-header-nav-item_open svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-header-nav-item-submenu{border-radius:4px;color:#fff;display:grid;opacity:1;padding:8px;-webkit-transform-origin:top center;transform-origin:top center;white-space:nowrap}.vm-header-nav-item-submenu-item{cursor:pointer}.vm-popper{background-color:var(--color-background-block);border-radius:4px;box-shadow:var(--box-shadow-popper);opacity:0;pointer-events:none;position:fixed;transition:opacity .1s ease-in-out;z-index:-99}.vm-popper_open{-webkit-animation:vm-slider .15s cubic-bezier(.28,.84,.42,1.1);animation:vm-slider .15s cubic-bezier(.28,.84,.42,1.1);opacity:1;pointer-events:auto;-webkit-transform-origin:top center;transform-origin:top center;z-index:101}.vm-popper_mobile{-webkit-animation:none;animation:none;border-radius:0;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0;width:100%}.vm-popper-header{grid-gap:8px;align-items:center;background-color:var(--color-background-block);border-bottom:var(--border-divider);border-radius:4px 4px 0 0;color:var(--color-text);display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:space-between;margin-bottom:12px;min-height:51px;padding:8px 8px 8px 12px}.vm-popper-header__title{font-weight:700;-webkit-user-select:none;user-select:none}@-webkit-keyframes vm-slider{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes vm-slider{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}.vm-modal{align-items:center;background:hsla(0,6%,6%,.55);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.vm-modal_mobile{align-items:flex-start;max-height:calc(var(--vh)*100);min-height:calc(var(--vh)*100);overflow:auto}.vm-modal_mobile .vm-modal-content{border-radius:0;grid-template-rows:70px -webkit-max-content;grid-template-rows:70px max-content;max-height:-webkit-max-content;max-height:max-content;min-height:100%;overflow:visible;width:100vw}.vm-modal_mobile .vm-modal-content-header{margin-bottom:12px;padding:8px 8px 8px 12px}.vm-modal_mobile .vm-modal-content-header__title{max-width:80vw}.vm-modal_mobile .vm-modal-content-body{align-items:flex-start;display:grid;min-height:100%;padding:0 12px 12px}.vm-modal-content{background:var(--color-background-block);border-radius:4px;box-shadow:0 0 24px hsla(0,6%,6%,.07);max-height:calc(var(--vh)*90);overflow:auto}.vm-modal-content-header{grid-gap:8px;align-items:center;background-color:var(--color-background-block);border-bottom:var(--border-divider);border-radius:4px 4px 0 0;color:var(--color-text);display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:space-between;margin-bottom:12px;min-height:51px;padding:12px;position:-webkit-sticky;position:sticky;top:0;z-index:3}.vm-modal-content-header__title{font-weight:700;max-width:50vw;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.vm-modal-content-header__close{align-items:center;box-sizing:initial;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:10px;width:24px}.vm-modal-content-body{padding:0 12px 12px}.vm-shortcuts{min-width:400px}@media(max-width:500px){.vm-shortcuts{min-width:100%}}.vm-shortcuts-section{border-bottom:var(--border-divider);margin-bottom:12px;padding-bottom:12px;position:relative}.vm-shortcuts-section__title{font-weight:700;margin-bottom:12px}.vm-shortcuts-section__read-more{position:absolute;right:0;top:-8px}.vm-shortcuts-section-list{grid-gap:12px;display:grid;gap:12px}@media(max-width:500px){.vm-shortcuts-section-list{gap:12px}}.vm-shortcuts-section-list-item{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:210px 1fr}@media(max-width:500px){.vm-shortcuts-section-list-item{grid-template-columns:1fr}}.vm-shortcuts-section-list-item__key{align-items:center;display:flex;gap:4px}.vm-shortcuts-section-list-item__key code,.vm-shortcuts-section-list-item__key svg{background-color:var(--color-background-body);background-repeat:repeat-x;border:var(--border-divider);border-radius:4px;color:var(--color-text);display:inline-block;font-size:12px;line-height:2;padding:2px 8px 0;text-align:center}.vm-shortcuts-section-list-item__key svg{color:var(--color-primary);padding:4px;width:24px}.vm-shortcuts-section-list-item__description{font-size:14px}.vm-tooltip{-webkit-animation:vm-scale .15s cubic-bezier(.28,.84,.42,1);animation:vm-scale .15s cubic-bezier(.28,.84,.42,1);background-color:var(--color-background-tooltip);border-radius:4px;box-shadow:var(--box-shadow-popper);color:#fff;font-size:12px;line-height:150%;opacity:1;padding:3px 8px;pointer-events:auto;position:fixed;transition:opacity .1s ease-in-out;white-space:nowrap;z-index:101}@-webkit-keyframes vm-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vm-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.fc-graph-tips{grid-gap:12px;display:grid;gap:12px;max-width:520px}.fc-graph-tips-item{grid-gap:8px;border-bottom:var(--border-divider);display:grid;gap:8px;line-height:1.3;padding-bottom:12px}.fc-graph-tips-item__action{color:var(--color-text-secondary);font-weight:700}.fc-graph-tips-item__description{display:inline-block;line-height:1.5}.fc-graph-tips-item__description code,.fc-graph-tips-item__description svg{align-items:center;background-color:var(--color-background-body);border:var(--border-divider);border-radius:4px;color:var(--color-text);display:inline-flex;font-size:12px;justify-content:center;margin:0 2px 2px;min-height:20px;min-width:20px;padding:0 4px}.fc-graph-tips-item svg{color:var(--color-primary);margin-top:-8px;padding:2px;-webkit-transform:translateY(8px);transform:translateY(8px);width:18px}.vm-menu-burger{background:none;border:none;cursor:pointer;height:18px;outline:none;padding:0;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:18px}.vm-menu-burger:after{background-color:hsla(0,6%,6%,.1);border-radius:50%;content:"";height:calc(100% + 12px);left:-6px;position:absolute;top:-6px;-webkit-transform:scale(0) translateZ(-2px);transform:scale(0) translateZ(-2px);transition:-webkit-transform .14s ease-in-out;transition:transform .14s ease-in-out;transition:transform .14s ease-in-out,-webkit-transform .14s ease-in-out;width:calc(100% + 12px)}.vm-menu-burger:hover:after{-webkit-transform:scale(1) translateZ(-2px);transform:scale(1) translateZ(-2px)}.vm-menu-burger span{border-top:2px solid #fff;display:block;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:border-color .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,border-color .3s ease;transition:transform .3s ease,border-color .3s ease,-webkit-transform .3s ease}.vm-menu-burger span,.vm-menu-burger span:after,.vm-menu-burger span:before{border-radius:6px;height:2px;left:0;position:absolute;width:100%}.vm-menu-burger span:after,.vm-menu-burger span:before{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);background:#fff;content:"";top:0}.vm-menu-burger span:before{-webkit-animation-name:topLineBurger;animation-name:topLineBurger}.vm-menu-burger span:after{-webkit-animation-name:bottomLineBurger;animation-name:bottomLineBurger}.vm-menu-burger_opened span{border-color:transparent}.vm-menu-burger_opened span:before{-webkit-animation-name:topLineCross;animation-name:topLineCross}.vm-menu-burger_opened span:after{-webkit-animation-name:bottomLineCross;animation-name:bottomLineCross}@-webkit-keyframes topLineCross{0%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(45deg);transform:translateY(-2px) translateX(30%) rotate(45deg);width:60%}}@keyframes topLineCross{0%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(45deg);transform:translateY(-2px) translateX(30%) rotate(45deg);width:60%}}@-webkit-keyframes bottomLineCross{0%{-webkit-transform:translateY(3px);transform:translateY(3px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(-45deg);transform:translateY(-2px) translateX(30%) rotate(-45deg);width:60%}}@keyframes bottomLineCross{0%{-webkit-transform:translateY(3px);transform:translateY(3px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(-45deg);transform:translateY(-2px) translateX(30%) rotate(-45deg);width:60%}}@-webkit-keyframes topLineBurger{0%{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}}@keyframes topLineBurger{0%{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}}@-webkit-keyframes bottomLineBurger{0%{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(3px) rotate(0deg);transform:translateY(3px) rotate(0deg)}}@keyframes bottomLineBurger{0%{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(3px) rotate(0deg);transform:translateY(3px) rotate(0deg)}}.vm-header-sidebar{background-color:inherit;color:inherit;height:24px;width:24px}.vm-header-sidebar-button{align-items:center;display:flex;height:51px;justify-content:center;left:0;position:absolute;top:0;transition:left .35s cubic-bezier(.28,.84,.42,1);width:51px}.vm-header-sidebar-button_open{left:149px;position:fixed;z-index:102}.vm-header-sidebar-menu{grid-gap:12px;background-color:inherit;box-shadow:var(--box-shadow-popper);display:grid;gap:12px;grid-template-rows:1fr auto;height:100%;left:0;padding:12px;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transform-origin:left;transform-origin:left;transition:-webkit-transform .3s cubic-bezier(.28,.84,.42,1);transition:transform .3s cubic-bezier(.28,.84,.42,1);transition:transform .3s cubic-bezier(.28,.84,.42,1),-webkit-transform .3s cubic-bezier(.28,.84,.42,1);width:200px;z-index:101}.vm-header-sidebar-menu_open{-webkit-transform:translateX(0);transform:translateX(0)}.vm-header-sidebar-menu__logo{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;position:relative;width:65px}.vm-header-sidebar-menu-settings{grid-gap:8px;align-items:center;display:grid;gap:8px}.vm-header-controls{align-items:center;display:flex;flex-grow:1;gap:8px;justify-content:flex-end}.vm-header-controls_mobile{display:grid;grid-template-columns:1fr;padding:0}.vm-header-controls_mobile .vm-header-button{border:none}.vm-header-controls-modal{-webkit-transform:scale(0);transform:scale(0)}.vm-header-controls-modal_open{-webkit-transform:scale(1);transform:scale(1)}.vm-container{display:flex;flex-direction:column;min-height:calc(var(--vh)*100 - var(--scrollbar-height))}.vm-container-body{background-color:var(--color-background-body);flex-grow:1;min-height:100%;padding:12px}.vm-container-body_mobile{padding:8px 0 0}@media(max-width:768px){.vm-container-body{padding:8px 0 0}}.vm-container-body_app{background-color:transparent;padding:8px 0}.vm-footer{align-items:center;background:var(--color-background-body);border-top:var(--border-divider);color:var(--color-text-secondary);display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:12px}@media(max-width:768px){.vm-footer{gap:12px;padding:12px}}.vm-footer__link,.vm-footer__website{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:12px auto;justify-content:center}.vm-footer__website{margin-right:12px}@media(max-width:768px){.vm-footer__website{margin-right:0}}.vm-footer__link{grid-template-columns:14px auto}.vm-footer__copyright{flex-grow:1;text-align:right}@media(max-width:768px){.vm-footer__copyright{font-size:12px;text-align:center;width:100%}}.vm-tenant-input{position:relative}.vm-tenant-input-list{border-radius:8px;max-height:300px;overflow:auto;overscroll-behavior:none}.vm-tenant-input-list_mobile{max-height:calc(var(--vh)*100 - 70px)}.vm-tenant-input-list_mobile .vm-tenant-input-list__search{padding:0 12px 8px}.vm-tenant-input-list__search{background-color:var(--color-background-block);padding:8px 12px;position:-webkit-sticky;position:sticky;top:0}.vm-text-field{display:grid;margin:6px 0;position:relative;width:100%}.vm-text-field_textarea:after{word-wrap:break-word;content:attr(data-replicated-value) " ";visibility:hidden;white-space:pre-wrap}.vm-text-field:after,.vm-text-field__input{background-color:transparent;border:var(--border-divider);box-sizing:border-box;font-family:monospace;font-size:14px;grid-area:1/1/2/2;line-height:18px;overflow:hidden;padding:8px 12px;width:100%}.vm-text-field__error,.vm-text-field__helper-text,.vm-text-field__label,.vm-text-field__warning{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;background-color:var(--color-background-block);display:-webkit-box;font-size:12px;left:6px;line-height:14px;max-width:calc(100% - 12px);overflow:hidden;padding:0 3px;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;z-index:2}.vm-text-field__label{color:var(--color-text-secondary);top:-8px}.vm-text-field__error,.vm-text-field__helper-text,.vm-text-field__warning{overflow-wrap:anywhere;pointer-events:auto;position:relative;top:-6px;-webkit-user-select:text;user-select:text;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.vm-text-field__error_full,.vm-text-field__helper-text_full,.vm-text-field__warning_full{display:block;overflow:visible}.vm-text-field__error_overflowed,.vm-text-field__helper-text_overflowed,.vm-text-field__warning_overflowed{cursor:pointer}.vm-text-field__error{color:var(--color-error)}.vm-text-field__warning{color:var(--color-warning)}.vm-text-field__helper-text{color:var(--color-text-secondary)}.vm-text-field__input{background-color:transparent;border-radius:4px;color:var(--color-text);display:block;overflow:hidden;resize:none;transition:border .2s ease}.vm-text-field__input:focus,.vm-text-field__input:hover{border:1px solid var(--color-primary)}.vm-text-field__input_error,.vm-text-field__input_error:focus,.vm-text-field__input_error:hover{border-color:var(--color-error)}.vm-text-field__input_warning,.vm-text-field__input_warning:focus,.vm-text-field__input_warning:hover{border-color:var(--color-warning)}.vm-text-field__input_icon-start{padding-left:31px}.vm-text-field__input:disabled{background-color:inherit;color:inherit}.vm-text-field__input:disabled:hover{border-color:var(--color-text-disabled)}.vm-text-field__icon-end,.vm-text-field__icon-start{align-items:center;color:var(--color-text-secondary);display:flex;height:40px;justify-content:center;left:8px;max-width:15px;position:absolute;top:0}.vm-text-field__icon-end{left:auto;right:8px}.vm-text-field__controls-info{bottom:8px;color:var(--color-text-secondary);font-size:12px;opacity:.8;position:absolute;right:12px}.vm-step-control{display:inline-flex}.vm-step-control button{text-transform:none}.vm-step-control__value{display:inline;margin-left:3px}.vm-step-control-popper{grid-gap:8px;display:grid;font-size:14px;gap:8px;max-height:208px;max-width:300px;overflow:auto;padding:12px}.vm-step-control-popper_mobile{max-height:calc(var(--vh)*100 - 70px);max-width:100%;padding:0 12px 8px}.vm-step-control-popper_mobile .vm-step-control-popper-info{font-size:14px}.vm-step-control-popper-info{font-size:12px;line-height:1.8}.vm-step-control-popper-info a{margin:0 .4em}.vm-step-control-popper-info code{background-color:var(--color-hover-black);border-radius:6px;margin:0 .2em;padding:.2em .4em}.vm-time-duration{font-size:14px;max-height:227px;overflow:auto}.vm-time-duration_mobile{max-height:100%}.vm-time-selector{display:grid;grid-template-columns:repeat(2,230px);padding:12px 0}.vm-time-selector_mobile{grid-template-columns:1fr;max-height:calc(var(--vh)*100 - 70px);min-width:250px;overflow:auto;width:100%}.vm-time-selector_mobile .vm-time-selector-left{border-bottom:var(--border-divider);border-right:none;padding-bottom:12px}.vm-time-selector-left{border-right:var(--border-divider);display:flex;flex-direction:column;gap:8px;padding:0 12px}.vm-time-selector-left-inputs{align-items:flex-start;display:grid;flex-grow:1;justify-content:stretch}.vm-time-selector-left-timezone{align-items:center;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin-bottom:8px}.vm-time-selector-left-timezone__utc{align-items:center;background-color:var(--color-hover-black);border-radius:4px;display:inline-flex;justify-content:center;padding:4px}.vm-time-selector-left__controls{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.vm-calendar{background-color:var(--color-background-block);border-radius:8px;display:grid;font-size:14px;grid-template-rows:auto 1fr auto;padding:12px;-webkit-user-select:none;user-select:none}.vm-calendar_mobile{padding:0 12px}.vm-calendar-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;justify-content:center;min-height:36px;padding-bottom:12px}.vm-calendar-header-left{grid-gap:8px;align-items:center;cursor:pointer;display:grid;gap:8px;grid-template-columns:auto auto;justify-content:flex-start;transition:opacity .2s ease-in-out}.vm-calendar-header-left:hover{opacity:.8}.vm-calendar-header-left__date{color:var(--color-text);font-size:14px;font-weight:700}.vm-calendar-header-left__select-year{align-items:center;display:grid;height:14px;justify-content:center;width:14px}.vm-calendar-header-right{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:18px 18px;justify-content:center}.vm-calendar-header-right__next,.vm-calendar-header-right__prev{cursor:pointer;margin:-8px;padding:8px;transition:opacity .2s ease-in-out}.vm-calendar-header-right__next:hover,.vm-calendar-header-right__prev:hover{opacity:.8}.vm-calendar-header-right__prev{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vm-calendar-header-right__next{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.vm-calendar-body{grid-gap:2px;align-items:center;display:grid;gap:2px;grid-template-columns:repeat(7,32px);grid-template-rows:repeat(7,32px);justify-content:center}@media(max-width:500px){.vm-calendar-body{grid-template-columns:repeat(7,calc(14.28571vw - 5.14286px));grid-template-rows:repeat(7,calc(14.28571vw - 5.14286px))}}.vm-calendar-body-cell{align-items:center;border-radius:50%;display:flex;height:100%;justify-content:center;text-align:center}.vm-calendar-body-cell_weekday{color:var(--color-text-secondary)}.vm-calendar-body-cell_day{cursor:pointer;transition:color .2s ease,background-color .3s ease-in-out}.vm-calendar-body-cell_day:hover{background-color:var(--color-hover-black)}.vm-calendar-body-cell_day_empty{pointer-events:none}.vm-calendar-body-cell_day_active{color:#fff}.vm-calendar-body-cell_day_active,.vm-calendar-body-cell_day_active:hover{background-color:var(--color-primary)}.vm-calendar-body-cell_day_today{border:1px solid var(--color-primary)}.vm-calendar-years{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);max-height:400px;overflow:auto}.vm-calendar-years__year{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px 16px;transition:color .2s ease,background-color .3s ease-in-out}.vm-calendar-years__year:hover{background-color:var(--color-hover-black)}.vm-calendar-years__year_selected{color:#fff}.vm-calendar-years__year_selected,.vm-calendar-years__year_selected:hover{background-color:var(--color-primary)}.vm-calendar-years__year_today{border:1px solid var(--color-primary)}.vm-calendar-footer{align-items:center;display:flex;justify-content:flex-end}.vm-date-time-input{grid-gap:8px 0;align-items:center;cursor:pointer;display:grid;gap:8px 0;grid-template-columns:1fr;justify-content:center;margin-bottom:12px;position:relative;transition:color .2s ease-in-out,border-bottom-color .3s ease}.vm-date-time-input:hover input{border-bottom-color:var(--color-primary)}.vm-date-time-input label{color:var(--color-text-secondary);font-size:12px;grid-column:1/3;-webkit-user-select:none;user-select:none;width:100%}.vm-date-time-input__icon{bottom:2px;position:absolute;right:0}.vm-date-time-input input{background:transparent;border:none;border-bottom:var(--border-divider);color:var(--color-text);padding:0 0 8px}.vm-date-time-input input:focus{border-bottom-color:var(--color-primary)}.vm-date-time-input_error input{border-color:var(--color-error)}.vm-date-time-input_error input:focus{border-bottom-color:var(--color-error)}.vm-date-time-input__error-text{bottom:-12px;color:var(--color-error);font-size:12px;left:0;position:absolute}.vm-button{align-items:center;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:400;justify-content:center;line-height:1.3;min-height:31px;padding:6px 14px;position:relative;text-transform:uppercase;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;white-space:nowrap}.vm-button:hover:after{background-color:var(--color-hover-black)}.vm-button:after,.vm-button:before{border-radius:6px;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .2s ease;width:100%}.vm-button:before{-webkit-transform:translateZ(-2px);transform:translateZ(-2px)}.vm-button:after{background-color:transparent;-webkit-transform:translateZ(-1px);transform:translateZ(-1px)}.vm-button:active:after{-webkit-transform:scale(.9);transform:scale(.9)}.vm-button span{align-items:center;display:grid;justify-content:center;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.vm-button span svg{width:15px}.vm-button__start-icon{margin-right:6px}.vm-button__end-icon{margin-left:6px}.vm-button_disabled{cursor:not-allowed;opacity:.3}.vm-button_icon{padding:6px 8px}.vm-button_icon .vm-button__end-icon,.vm-button_icon .vm-button__start-icon{margin:0}.vm-button_small{min-height:25px;padding:4px 8px}.vm-button_small span svg{width:13px}.vm-button_contained_primary{color:var(--color-primary-text)}.vm-button_contained_primary,.vm-button_contained_primary:before{background-color:var(--color-primary)}.vm-button_contained_primary:hover:after{background-color:hsla(0,6%,6%,.2)}.vm-button_contained_secondary{color:var(--color-secondary-text)}.vm-button_contained_secondary:before{background-color:var(--color-secondary)}.vm-button_contained_secondary:hover:after{background-color:hsla(0,6%,6%,.2)}.vm-button_contained_success{color:var(--color-success-text)}.vm-button_contained_success:before{background-color:var(--color-success)}.vm-button_contained_success:hover:after{background-color:hsla(0,6%,6%,.2)}.vm-button_contained_error{color:var(--color-error-text)}.vm-button_contained_error:before{background-color:var(--color-error)}.vm-button_contained_gray{color:var(--color-text-secondary)}.vm-button_contained_gray:before{background-color:var(--color-text-secondary)}.vm-button_contained_warning{color:var(--color-warning)}.vm-button_contained_warning:before{background-color:var(--color-warning);opacity:.2}.vm-button_text_primary{color:var(--color-primary)}.vm-button_text_secondary{color:var(--color-secondary)}.vm-button_text_success{color:var(--color-success)}.vm-button_text_error{color:var(--color-error)}.vm-button_text_gray{color:var(--color-text-secondary)}.vm-button_text_warning{color:var(--color-warning)}.vm-button_outlined_primary{border:1px solid var(--color-primary);color:var(--color-primary)}.vm-button_outlined_error{border:1px solid var(--color-error);color:var(--color-error)}.vm-button_outlined_secondary{border:1px solid var(--color-secondary);color:var(--color-secondary)}.vm-button_outlined_success{border:1px solid var(--color-success);color:var(--color-success)}.vm-button_outlined_gray{border:1px solid var(--color-text-secondary);color:var(--color-text-secondary)}.vm-button_outlined_warning{border:1px solid var(--color-warning);color:var(--color-warning)}.vm-execution-controls-buttons{border-radius:7px;display:flex;justify-content:space-between;min-width:107px}.vm-execution-controls-buttons_mobile{flex-direction:column;gap:12px}.vm-execution-controls-buttons__arrow{align-items:center;display:flex;justify-content:center;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vm-execution-controls-buttons__arrow_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-execution-controls-list{font-size:14px;max-height:208px;overflow:auto;padding:8px 0;width:124px}.vm-execution-controls-list_mobile{max-height:calc(var(--vh)*100 - 70px);padding:0;width:100%}.vm-server-configurator{align-items:center;display:flex;flex-direction:column;gap:12px;padding-bottom:12px;width:600px}.vm-server-configurator_mobile{align-items:flex-start;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;height:100%;width:100%}@media(max-width:768px){.vm-server-configurator{width:100%}}.vm-server-configurator__input{width:100%}.vm-server-configurator__title{align-items:center;display:flex;font-size:14px;font-weight:700;grid-column:auto/span 2;justify-content:flex-start;margin-bottom:12px}.vm-server-configurator-footer{align-items:center;display:flex;gap:8px;justify-content:flex-end;width:100%}.vm-server-configurator_mobile .vm-server-configurator-footer{display:grid;grid-template-columns:1fr 1fr}.vm-limits-configurator-title__reset{align-items:center;display:flex;flex-grow:1;justify-content:flex-end}.vm-limits-configurator__inputs{grid-gap:12px;align-items:center;display:grid;flex-wrap:wrap;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:space-between}.vm-limits-configurator__inputs_mobile{gap:8px}.vm-accordion-header{align-items:center;cursor:pointer;display:grid;font-size:inherit;position:relative}.vm-accordion-header__arrow{align-items:center;display:flex;justify-content:center;position:absolute;right:14px;top:auto;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vm-accordion-header__arrow_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-accordion-header__arrow svg{height:auto;width:14px}.accordion-section{overflow:hidden}.vm-timezones-item{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between}.vm-timezones-item_selected{border:var(--border-divider);border-radius:4px;padding:8px 12px}.vm-timezones-item__title{text-transform:capitalize}.vm-timezones-item__utc{align-items:center;background-color:var(--color-hover-black);border-radius:4px;display:inline-flex;justify-content:center;padding:4px}.vm-timezones-item__icon{align-items:center;display:inline-flex;justify-content:flex-end;margin:0 0 0 auto;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.vm-timezones-item__icon svg{width:14px}.vm-timezones-item__icon_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-timezones-list{background-color:var(--color-background-block);border-radius:8px;max-height:300px;overflow:auto}.vm-timezones-list_mobile{max-height:calc(var(--vh)*100 - 70px)}.vm-timezones-list_mobile .vm-timezones-list-header__search{padding:0 12px}.vm-timezones-list-header{background-color:var(--color-background-block);border-bottom:var(--border-divider);position:-webkit-sticky;position:sticky;top:0;z-index:2}.vm-timezones-list-header__search{padding:8px}.vm-timezones-list-group{border-bottom:var(--border-divider);padding:8px 0}.vm-timezones-list-group:last-child{border-bottom:none}.vm-timezones-list-group__title{color:var(--color-text-secondary);font-weight:700;padding:8px 12px}.vm-timezones-list-group-options{align-items:flex-start;display:grid}.vm-timezones-list-group-options__item{padding:8px 12px;transition:background-color .2s ease}.vm-timezones-list-group-options__item:hover{background-color:hsla(0,6%,6%,.1)}.vm-theme-control__toggle{display:inline-flex;min-width:300px;text-transform:capitalize}.vm-theme-control_mobile .vm-theme-control__toggle{display:flex;min-width:100%}.vm-toggles{grid-gap:3px;display:grid;gap:3px;position:relative;width:100%}.vm-toggles__label{color:var(--color-text-secondary);font-size:12px;line-height:1;padding:0 12px}.vm-toggles-group{overflow:hidden;width:100%}.vm-toggles-group,.vm-toggles-group-item{align-items:center;display:grid;justify-content:center;position:relative}.vm-toggles-group-item{border-bottom:var(--border-divider);border-right:var(--border-divider);border-top:var(--border-divider);color:var(--color-text-secondary);cursor:pointer;font-size:12px;font-weight:700;padding:8px;text-align:center;transition:color .15s ease-in;-webkit-user-select:none;user-select:none;z-index:2}.vm-toggles-group-item_first{border-left:var(--border-divider);border-radius:16px 0 0 16px}.vm-toggles-group-item:last-child{border-left:none;border-radius:0 16px 16px 0}.vm-toggles-group-item_icon{gap:4px;grid-template-columns:14px auto}.vm-toggles-group-item:hover{color:var(--color-primary)}.vm-toggles-group-item_active{border-color:transparent;color:var(--color-primary)}.vm-toggles-group-item_active:hover{background-color:transparent}.vm-toggles-group__highlight{background-color:rgba(var(--color-primary),.08);border:1px solid var(--color-primary);height:100%;position:absolute;top:0;transition:left .2s cubic-bezier(.28,.84,.42,1),border-radius .2s linear;z-index:1}.uplot,.uplot *,.uplot :after,.uplot :before{box-sizing:border-box}.uplot{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;width:-webkit-min-content;width:min-content}.u-title{font-size:18px;font-weight:700;text-align:center}.u-wrap{position:relative;-webkit-user-select:none;user-select:none}.u-over,.u-under{position:absolute}.u-under{overflow:hidden}.uplot canvas{display:block;height:100%;position:relative;width:100%}.u-axis{position:absolute}.u-legend{font-size:14px;margin:auto;text-align:center}.u-inline{display:block}.u-inline *{display:inline-block}.u-inline tr{margin-right:16px}.u-legend th{font-weight:600}.u-legend th>*{display:inline-block;vertical-align:middle}.u-legend .u-marker{background-clip:padding-box!important;height:1em;margin-right:4px;width:1em}.u-inline.u-live th:after{content:":";vertical-align:middle}.u-inline:not(.u-live) .u-value{display:none}.u-series>*{padding:4px}.u-series th{cursor:pointer}.u-legend .u-off>*{opacity:.3}.u-select{background:rgba(0,0,0,.07)}.u-cursor-x,.u-cursor-y,.u-select{pointer-events:none;position:absolute}.u-cursor-x,.u-cursor-y{left:0;top:0;will-change:transform}.u-hz .u-cursor-x,.u-vt .u-cursor-y{border-right:1px dashed #607d8b;height:100%}.u-hz .u-cursor-y,.u-vt .u-cursor-x{border-bottom:1px dashed #607d8b;width:100%}.u-cursor-pt{background-clip:padding-box!important;border:0 solid;border-radius:50%;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.u-axis.u-off,.u-cursor-pt.u-off,.u-cursor-x.u-off,.u-cursor-y.u-off,.u-select.u-off{display:none}.vm-line-chart{pointer-events:auto}.vm-line-chart_panning{pointer-events:none}.vm-line-chart__u-plot{position:relative}.vm-chart-tooltip{grid-gap:12px;word-wrap:break-word;background:var(--color-background-tooltip);border-radius:8px;color:#fff;display:grid;font-family:monospace;font-size:12px;font-weight:400;gap:12px;line-height:150%;padding:12px;pointer-events:none;position:absolute;-webkit-user-select:text;user-select:text;width:370px;z-index:98}.vm-chart-tooltip_sticky{pointer-events:auto;z-index:99}.vm-chart-tooltip_moved{margin-left:-316.5px;margin-top:-24.5px;position:fixed}.vm-chart-tooltip-header{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr 25px 25px;justify-content:center;min-height:25px}.vm-chart-tooltip-header__title{grid-row:1}.vm-chart-tooltip-header__close{color:#fff;grid-column:3;grid-row:1}.vm-chart-tooltip-header__drag{color:#fff;cursor:move;grid-column:2;grid-row:1}.vm-chart-tooltip-header__date{grid-gap:2px;display:grid;gap:2px;grid-column:1}.vm-chart-tooltip-data{align-items:center;display:flex;gap:8px;justify-content:flex-start}.vm-chart-tooltip-data__marker{border:1px solid hsla(0,0%,100%,.5);height:14px;width:14px}.vm-chart-tooltip-data__value{font-size:14px;line-height:1}.vm-chart-tooltip-stats{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-start}.vm-chart-tooltip-stats-row{align-items:center;display:grid;justify-content:flex-start}.vm-chart-tooltip-stats-row:not(:last-child){padding-right:8px}.vm-chart-tooltip-stats-row__key{line-height:1;margin-right:4px}.vm-chart-tooltip-stats-row__value{font-weight:700}.vm-chart-tooltip__info{white-space:pre-wrap;word-break:break-all}.vm-legend-item{grid-gap:8px;align-items:start;background-color:var(--color-background-block);cursor:pointer;display:grid;font-size:12px;grid-template-columns:auto auto;justify-content:start;padding:8px;transition:.2s ease}.vm-legend-item:hover{background-color:rgba(0,0,0,.1)}.vm-legend-item_hide{opacity:.5;text-decoration:line-through}.vm-legend-item_static{cursor:default;grid-template-columns:1fr;margin:0;padding:0}.vm-legend-item_static:hover{background-color:var(--color-background-block)}.vm-legend-item__marker{border-radius:2px;box-sizing:border-box;height:14px;position:relative;transition:.2s ease;width:14px}.vm-legend-item-info{font-weight:400;word-break:break-all}.vm-legend-item-info__label{margin-right:2px}.vm-legend-item-info__free-fields{cursor:pointer;padding:2px}.vm-legend-item-info__free-fields:hover{text-decoration:underline}.vm-legend-item-stats{align-items:center;display:flex;gap:8px;grid-column:2}.vm-legend-item-stats-row{align-items:center;display:flex;justify-content:flex-start}.vm-legend-item-stats-row:not(:last-child){padding-right:12px}.vm-legend-item-stats-row__key{color:var(--color-text-secondary);line-height:1;margin-right:4px}.vm-legend{cursor:default;display:flex;flex-wrap:wrap;position:relative}.vm-legend-group{margin:0 12px 12px 0;min-width:23%;width:100%}.vm-legend-group-title{align-items:center;border-bottom:var(--border-divider);display:flex;margin-bottom:1px;padding:8px}.vm-legend-group-title__count{font-weight:700;margin-right:8px}.vm-legend-heatmap{align-items:center;display:inline-grid;gap:4px;grid-template-columns:auto auto;justify-content:space-between}.vm-legend-heatmap__wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.vm-legend-heatmap__value{color:var(--color-text);font-size:12px}.vm-legend-heatmap__value:last-child{text-align:right}.vm-legend-heatmap-gradient{align-items:center;display:flex;grid-column:1/-1;height:12px;justify-content:center;position:relative;width:200px}.vm-legend-heatmap-gradient__value{align-items:center;border:2px solid var(--color-text);border-radius:50%;display:flex;height:16px;justify-content:center;position:absolute;top:-2px;-webkit-transform:translateX(-8px);transform:translateX(-8px);transition:left .1s ease;width:16px}.vm-legend-heatmap-gradient__value span{background-color:var(--color-background-block);box-shadow:var(--box-shadow);color:var(--color-text);font-size:12px;left:auto;padding:4px 8px;position:absolute;top:18px}.vm-legend-heatmap__labels{word-break:break-all}.vm-graph-view{width:100%}.vm-graph-view_full-width{width:calc(100vw - 48px - var(--scrollbar-width))}@media(max-width:768px){.vm-graph-view_full-width{width:calc(100vw - 24px - var(--scrollbar-width))}}.vm-graph-view_full-width_mobile{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-autocomplete{max-height:300px;overflow:auto;overscroll-behavior:none;position:relative}.vm-autocomplete_mobile{max-height:calc(var(--vh)*100 - 70px)}.vm-autocomplete__no-options{color:var(--color-text-disabled);padding:12px;text-align:center}.vm-autocomplete-info{background-color:var(--color-background-block);border-radius:4px;box-shadow:var(--box-shadow-popper);left:0;min-width:450px;overflow-wrap:anywhere;padding:12px;position:absolute;right:0;top:calc(100% + 1px)}.vm-autocomplete-info__type{color:var(--color-text-secondary);margin-bottom:8px}.vm-autocomplete-info__description{line-height:130%}.vm-autocomplete-info__description p{margin:12px 0}.vm-autocomplete-info__description p:last-child{margin:0}.vm-query-editor{position:relative}.vm-query-editor-autocomplete{max-height:300px;overflow:auto}.vm-additional-settings{align-items:center;display:inline-flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.vm-additional-settings__input{flex-basis:160px;margin-bottom:-6px}.vm-additional-settings_mobile{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:1fr;padding:0 12px;width:100%}.vm-switch{align-items:center;cursor:pointer;display:flex;font-size:12px;justify-content:flex-start;-webkit-user-select:none;user-select:none}.vm-switch_full-width{flex-direction:row-reverse;justify-content:space-between}.vm-switch_full-width .vm-switch__label{margin-left:0}.vm-switch_disabled{cursor:default;opacity:.6}.vm-switch_secondary_active .vm-switch-track{background-color:var(--color-secondary)}.vm-switch_primary_active .vm-switch-track{background-color:var(--color-primary)}.vm-switch_active .vm-switch-track__thumb{left:20px}.vm-switch:hover .vm-switch-track{opacity:.8}.vm-switch-track{align-items:center;background-color:hsla(0,6%,6%,.4);border-radius:17px;display:flex;height:17px;justify-content:flex-start;padding:3px;position:relative;transition:background-color .2s ease,opacity .3s ease-out;width:34px}.vm-switch-track__thumb{background-color:var(--color-background-block);border-radius:50%;left:3px;min-height:11px;min-width:11px;position:absolute;top:auto;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:right .2s ease-out,left .2s ease-out}.vm-switch__label{color:var(--color-text-secondary);font-size:inherit;margin-left:8px;transition:color .2s ease;white-space:nowrap}.vm-switch_active .vm-switch__label{color:var(--color-text)}.vm-query-configurator{grid-gap:12px;display:grid;gap:12px}.vm-query-configurator-list{display:grid}.vm-query-configurator-list-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto auto auto}.vm-query-configurator-list-row_mobile{gap:4px}.vm-query-configurator-list-row_disabled{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.5}.vm-query-configurator-list-row__button{align-items:start;display:grid;min-height:36px;width:36px}.vm-query-configurator-settings{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.vm-query-configurator-settings__buttons{grid-gap:8px;display:grid;flex-grow:1;gap:8px;grid-template-columns:repeat(3,auto);justify-content:flex-end}.vm-query-history{max-width:80vw;min-width:500px}.vm-query-history_mobile{max-width:100vw;min-width:100vw}.vm-query-history__tabs{border-bottom:var(--border-divider);margin:-12px -12px 0;padding:0 8px}.vm-query-history__tabs_mobile{margin:-12px -12px 0}.vm-query-history-list{align-items:flex-start;display:grid}.vm-query-history-list__group-title{font-weight:700;margin:0 -12px;padding:12px 12px 8px}.vm-query-history-list__group-title_first{padding-top:12px}.vm-query-history-list__no-data{align-items:center;color:var(--color-text-secondary);display:flex;justify-content:center;line-height:18px;padding:16px 12px;text-align:center;white-space:pre-line}.vm-query-history-item{grid-gap:8px;align-items:center;border-bottom:var(--border-divider);display:grid;gap:8px;grid-template-columns:1fr auto;margin:0 -12px;padding:8px 12px}.vm-query-history-item__value{font-family:monospace;overflow-wrap:anywhere;white-space:pre-wrap}.vm-query-history-item__buttons{display:flex}.vm-query-history-footer{display:flex;justify-content:flex-end;padding-top:12px}.vm-json-view__copy{display:flex;justify-content:flex-end;position:-webkit-sticky;position:sticky;top:0;z-index:2}.vm-json-view__code{font-size:14px;line-height:1.4;-webkit-transform:translateY(-32px);transform:translateY(-32px);white-space:pre-wrap}.vm-axes-limits{grid-gap:12px;align-items:center;display:grid;gap:12px;max-width:300px}.vm-axes-limits_mobile{gap:12px;max-width:100%;width:100%}.vm-axes-limits_mobile .vm-axes-limits-list__inputs{grid-template-columns:repeat(2,1fr)}.vm-axes-limits-list{grid-gap:12px;align-items:center;display:grid;gap:12px}.vm-axes-limits-list__inputs{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,120px)}.vm-graph-settings-popper{grid-gap:12px;display:grid;gap:12px;padding:0 0 12px}.vm-graph-settings-popper__body{grid-gap:8px;display:grid;gap:8px;padding:0 12px}.vm-spinner{align-items:center;-webkit-animation:vm-fade 2s cubic-bezier(.28,.84,.42,1.1);animation:vm-fade 2s cubic-bezier(.28,.84,.42,1.1);background-color:hsla(0,0%,100%,.5);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:99}.vm-spinner_dark{background-color:hsla(0,6%,6%,.2)}.vm-spinner__message{color:rgba(var(--color-text),.9);font-size:16px;line-height:1.3;margin-top:12px;text-align:center;white-space:pre-line}.half-circle-spinner,.half-circle-spinner *{box-sizing:border-box}.half-circle-spinner{border-radius:100%;height:60px;position:relative;width:60px}.half-circle-spinner .circle{border:6px solid transparent;border-radius:100%;content:"";height:100%;position:absolute;width:100%}.half-circle-spinner .circle.circle-1{-webkit-animation:half-circle-spinner-animation 1s infinite;animation:half-circle-spinner-animation 1s infinite;border-top-color:var(--color-primary)}.half-circle-spinner .circle.circle-2{-webkit-animation:half-circle-spinner-animation 1s infinite alternate;animation:half-circle-spinner-animation 1s infinite alternate;border-bottom-color:var(--color-primary)}@-webkit-keyframes half-circle-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes half-circle-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vm-fade{0%{opacity:0}to{opacity:1}}@keyframes vm-fade{0%{opacity:0}to{opacity:1}}.vm-tracings-view{grid-gap:12px;display:grid;gap:12px}.vm-tracings-view-trace-header{align-items:center;border-bottom:var(--border-divider);display:flex;justify-content:space-between;padding:8px 8px 8px 12px}.vm-tracings-view-trace-header-title{flex-grow:1;font-size:16px;margin-right:8px}.vm-tracings-view-trace-header-title__query{font-weight:700}.vm-tracings-view-trace__nav{padding:12px 12px 12px 0}.vm-tracings-view-trace__nav_mobile{padding:8px 8px 8px 0}.vm-line-progress{grid-gap:8px;align-items:center;color:var(--color-text-secondary);display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:center}.vm-line-progress-track{background-color:var(--color-hover-black);border-radius:4px;height:20px;width:100%}.vm-line-progress-track__thumb{background-color:#1a90ff;border-radius:4px;height:100%}.vm-nested-nav{border-radius:4px;margin-left:8px;position:relative}.vm-nested-nav_dark .vm-nested-nav-header,.vm-nested-nav_dark .vm-nested-nav-header:after,.vm-nested-nav_dark .vm-nested-nav-header:before{background-color:var(--color-background-body)}.vm-nested-nav_dark .vm-nested-nav-header:hover{box-shadow:0 0 0 1px hsla(0,0%,100%,.08)}.vm-nested-nav_mobile{margin-left:8px}.vm-nested-nav_root>.vm-nested-nav-header:after,.vm-nested-nav_root>.vm-nested-nav-header:before{display:none}.vm-nested-nav-header{grid-gap:8px;background-color:rgba(201,227,246,.4);border-radius:4px;cursor:pointer;display:grid;gap:8px;grid-template-columns:auto 1fr;margin-bottom:8px;padding:8px;position:relative;transition:box-shadow .2s ease-in-out;z-index:2}.vm-nested-nav-header:after{height:2px;top:calc(50% - 1px);width:8px}.vm-nested-nav-header:after,.vm-nested-nav-header:before{background-color:#c9e3f6;content:"";left:-8px;position:absolute}.vm-nested-nav-header:before{bottom:50%;height:calc(50% + 8px);width:2px}.vm-nested-nav-header:hover{box-shadow:0 0 0 1px hsla(0,6%,6%,.08)}.vm-nested-nav-header__icon{align-items:center;color:var(--color-text-secondary);display:flex;justify-content:center;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:20px}.vm-nested-nav-header__icon_open{-webkit-transform:rotate(0);transform:rotate(0)}.vm-nested-nav-header__progress{grid-column:2}.vm-nested-nav-header__message{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;display:-moz-box;display:-webkit-box;grid-column:2;line-height:130%;overflow:hidden;position:relative;text-overflow:ellipsis}.vm-nested-nav-header__message_show-full{display:block;overflow:visible}.vm-nested-nav-header__message_duration{color:var(--color-text-secondary)}.vm-nested-nav-header-bottom{align-items:center;display:grid;grid-column:2;grid-template-columns:1fr auto}.vm-nested-nav__childrens>.vm-nested-nav:not(:last-child):before{background-color:#c9e3f6;content:"";height:100%;left:-8px;position:absolute;top:0;width:2px}.vm-nested-nav__childrens>.vm-nested-nav_dark:not(:last-child):before{background-color:var(--color-background-body)}.vm-json-form{grid-gap:12px;display:grid;gap:12px;grid-template-rows:auto calc(var(--vh)*70 - 114px) auto;max-height:900px;max-width:1000px;overflow:hidden;width:70vw}.vm-json-form_mobile{grid-template-rows:auto calc(var(--vh)*100 - 236px) auto;min-height:100%;width:100%}.vm-json-form_one-field{grid-template-rows:calc(var(--vh)*70 - 114px) auto}.vm-json-form_one-field_mobile{grid-template-rows:calc(var(--vh)*100 - 184px) auto}.vm-json-form textarea{height:100%;max-height:900px;overflow:auto;width:100%}.vm-json-form-footer{align-items:center;display:flex;gap:8px;justify-content:space-between}@media(max-width:500px){.vm-json-form-footer{flex-direction:column}.vm-json-form-footer button{flex-grow:1}}.vm-json-form-footer__controls{align-items:center;display:flex;flex-grow:1;gap:8px;justify-content:flex-start}@media(max-width:500px){.vm-json-form-footer__controls{grid-template-columns:repeat(2,1fr);justify-content:center;width:100%}}.vm-json-form-footer__controls_right{display:grid;grid-template-columns:repeat(2,90px);justify-content:flex-end}@media(max-width:500px){.vm-json-form-footer__controls_right{grid-template-columns:repeat(2,1fr);justify-content:center;width:100%}}.vm-table-settings-popper{display:grid;min-width:250px}.vm-table-settings-popper_mobile .vm-table-settings-popper-list{gap:12px}.vm-table-settings-popper_mobile .vm-table-settings-popper-list:first-child{padding-top:0}.vm-table-settings-popper-list{grid-gap:12px;border-bottom:var(--border-divider);display:grid;gap:12px;max-height:350px;overflow:auto;padding:12px}.vm-table-settings-popper-list_first{padding-top:0}.vm-table-settings-popper-list-header{align-items:center;display:grid;grid-template-columns:1fr auto;justify-content:space-between;min-height:25px}.vm-table-settings-popper-list-header__title{font-weight:700}.vm-table-settings-popper-list__item{font-size:14px}.vm-checkbox{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;-webkit-user-select:none;user-select:none}.vm-checkbox_disabled{cursor:default;opacity:.6}.vm-checkbox_secondary_active .vm-checkbox-track{background-color:var(--color-secondary)}.vm-checkbox_secondary .vm-checkbox-track{border:1px solid var(--color-secondary)}.vm-checkbox_primary_active .vm-checkbox-track{background-color:var(--color-primary)}.vm-checkbox_primary .vm-checkbox-track{border:1px solid var(--color-primary)}.vm-checkbox_active .vm-checkbox-track__thumb{-webkit-transform:scale(1);transform:scale(1)}.vm-checkbox:hover .vm-checkbox-track{opacity:.8}.vm-checkbox-track{align-items:center;background-color:transparent;border-radius:4px;display:flex;height:16px;justify-content:center;padding:2px;position:relative;transition:background-color .2s ease,opacity .3s ease-out;width:16px}.vm-checkbox-track__thumb{align-items:center;color:#fff;display:grid;height:12px;justify-content:center;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out;width:12px}.vm-checkbox__label{color:inherit;font-size:inherit;margin-left:8px;transition:color .2s ease;white-space:nowrap}.vm-custom-panel{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:100%;height:100%}.vm-custom-panel_mobile{gap:8px}.vm-custom-panel__warning{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:space-between}.vm-custom-panel__warning_mobile{grid-template-columns:1fr}.vm-custom-panel-body{position:relative}.vm-custom-panel-body-header{align-items:center;border-bottom:var(--border-divider);display:flex;font-size:12px;justify-content:space-between;margin:-12px -12px 12px;padding:0 12px;position:relative;z-index:1}.vm-custom-panel-body-header__left{align-items:center;display:flex;gap:8px}.vm-custom-panel-body_mobile .vm-custom-panel-body-header{margin:-12px -12px 12px;padding:0 12px}.vm-table-view{max-width:100%;overflow:auto}.vm-table-view,.vm-table-view_mobile{margin-top:-12px}.vm-table-view table{margin-top:0}.vm-predefined-panel-header{grid-gap:8px;align-items:center;border-bottom:var(--border-divider);display:grid;gap:8px;grid-template-columns:auto 1fr auto;justify-content:flex-start;padding:8px 16px}.vm-predefined-panel-header__description{line-height:1.3;white-space:pre-wrap}.vm-predefined-panel-header__description ol,.vm-predefined-panel-header__description ul{list-style-position:inside}.vm-predefined-panel-header__description a{color:#c9e3f6;text-decoration:underline}.vm-predefined-panel-header__info{align-items:center;color:var(--color-primary);display:flex;justify-content:center;width:18px}.vm-predefined-panel-body{min-height:500px;padding:8px 16px}@media(max-width:500px){.vm-predefined-panel-body{padding:0}}.vm-predefined-dashboard{background-color:transparent}.vm-predefined-dashboard-header{align-items:center;border-radius:4px;box-shadow:var(--box-shadow);display:grid;font-weight:700;grid-template-columns:1fr auto;justify-content:space-between;line-height:1;overflow:hidden;padding:12px;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:box-shadow .2s ease-in-out}.vm-predefined-dashboard-header_open{border-radius:4px 4px 0 0;box-shadow:none}.vm-predefined-dashboard-header__title{font-size:14px}.vm-predefined-dashboard-header__count{font-size:12px;grid-column:2;margin-right:26px}.vm-predefined-dashboard-panels{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(12,1fr);padding:0}@media(max-width:1000px){.vm-predefined-dashboard-panels{grid-template-columns:1fr}}.vm-predefined-dashboard-panels-panel{border-radius:8px;overflow:hidden;position:relative}.vm-predefined-dashboard-panels-panel:hover .vm-predefined-dashboard-panels-panel__resizer{-webkit-transform:scale(1);transform:scale(1)}.vm-predefined-dashboard-panels-panel__resizer{bottom:0;cursor:ew-resize;height:20px;position:absolute;right:0;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:20px;z-index:1}.vm-predefined-dashboard-panels-panel__resizer:after{border-bottom:2px solid hsla(0,6%,6%,.2);border-right:2px solid hsla(0,6%,6%,.2);bottom:5px;content:"";height:5px;position:absolute;right:5px;width:5px}.vm-predefined-dashboard-panels-panel__alert{grid-column:span 12}.vm-predefined-panels{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}@media(max-width:768px){.vm-predefined-panels{padding:12px 0}}@media(max-width:500px){.vm-predefined-panels{padding:8px 0}}.vm-predefined-panels-tabs{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:8px;justify-content:flex-start;overflow:hidden}@media(max-width:768px){.vm-predefined-panels-tabs{padding:0 12px}}.vm-predefined-panels-tabs__tab{background:var(--color-background-block);border:1px solid hsla(0,6%,6%,.2);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;padding:8px 12px;text-align:center;text-transform:uppercase;transition:background .2s ease-in-out,color .15s ease-in}@media(max-width:500px){.vm-predefined-panels-tabs__tab{flex-grow:1}}.vm-predefined-panels-tabs__tab:hover{color:var(--color-primary)}.vm-predefined-panels-tabs__tab_active{border-color:var(--color-primary);color:var(--color-primary)}.vm-predefined-panels__dashboards{grid-gap:12px;display:grid;gap:12px}.vm-cardinality-configurator{grid-gap:8px;display:grid;gap:8px}.vm-cardinality-configurator-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-start}.vm-cardinality-configurator-controls__query{flex-grow:10}.vm-cardinality-configurator-controls__item{flex-grow:2}.vm-cardinality-configurator-controls__item_limit{flex-grow:1}.vm-cardinality-configurator-controls__item svg{color:var(--color-text-disabled)}.vm-cardinality-configurator-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;width:100%}.vm-cardinality-configurator-bottom-helpful{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-end}.vm-cardinality-configurator-bottom-helpful a{color:var(--color-text-secondary)}.vm-cardinality-configurator-bottom__execute{align-items:center;display:flex;gap:8px}.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom{justify-content:center}.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom-helpful{flex-grow:1;justify-content:center}.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom__execute,.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom__execute button:nth-child(3){width:100%}.vm-cardinality-totals{align-content:flex-start;display:inline-flex;flex-grow:1;flex-wrap:wrap;gap:12px;justify-content:flex-start}.vm-cardinality-totals_mobile{gap:12px;justify-content:center}.vm-cardinality-totals-card{grid-gap:8px 4px;align-items:center;display:grid;gap:8px 4px;grid-template-columns:auto 1fr;justify-content:center}.vm-cardinality-totals-card__info-icon{align-items:center;color:var(--color-primary);display:flex;justify-content:center;width:12px}.vm-cardinality-totals-card__title{align-items:center;color:var(--color-text);display:flex;gap:4px;grid-column:1/-1;justify-content:flex-start}.vm-cardinality-totals-card__tooltip{max-width:280px;padding:8px;white-space:normal}.vm-cardinality-totals-card__value{color:var(--color-primary);font-size:18px;font-weight:700;line-height:14px;text-align:center}.vm-metrics-content-header{margin:-12px -12px 0}.vm-metrics-content-header__title{align-items:center;display:flex;justify-content:flex-start}.vm-metrics-content-header__tip{max-width:300px;padding:8px;white-space:normal}.vm-metrics-content-header__tip p{margin-bottom:8px}.vm-metrics-content-header__tip-icon{align-items:center;color:var(--color-primary);display:flex;justify-content:center;margin-right:4px;width:12px}.vm-metrics-content_mobile .vm-metrics-content-header{margin:-12px -12px 0}.vm-metrics-content__table{overflow:auto;padding-top:12px;width:calc(100vw - 48px - var(--scrollbar-width))}@media(max-width:768px){.vm-metrics-content__table{width:calc(100vw - 24px - var(--scrollbar-width))}}.vm-metrics-content__table_mobile{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-metrics-content__table .vm-table-cell_header{white-space:nowrap}.vm-metrics-content_mobile .vm-metrics-content__table{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-metrics-content__chart{padding-top:12px}.vm-metrics-content-prom-data{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:12px;text-align:center;width:100%}.vm-metrics-content-prom-data__icon{align-items:center;color:var(--color-primary);display:flex;height:30px;justify-content:center;margin-bottom:8px;width:30px}.vm-metrics-content-prom-data__title{font-size:16px;font-weight:700}.vm-metrics-content-prom-data__text{line-height:1.3;max-width:700px}.vm-simple-bar-chart{display:grid;grid-template-columns:auto 1fr;height:100%;overflow:hidden;padding-bottom:6px}.vm-simple-bar-chart-y-axis{display:grid;position:relative;-webkit-transform:translateY(12px);transform:translateY(12px)}.vm-simple-bar-chart-y-axis__tick{align-items:center;display:flex;font-size:12px;justify-content:flex-end;line-height:2;padding-right:8px;position:relative;text-align:right;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;z-index:1}.vm-simple-bar-chart-y-axis__tick:after{border-bottom:var(--border-divider);content:"";height:0;left:100%;position:absolute;top:auto;-webkit-transform:translateY(-1px) translateZ(-1);transform:translateY(-1px) translateZ(-1);width:100vw}.vm-simple-bar-chart-data{align-items:flex-end;display:flex;gap:1%;justify-content:space-between;position:relative}.vm-simple-bar-chart-data-item{align-items:flex-start;background-color:#3b5;display:flex;flex-grow:1;height:calc(100% - 48px);justify-content:center;min-width:1px;transition:background-color .2s ease-in;width:100%}.vm-simple-bar-chart-data-item:hover{background-color:#51d071}.vm-simple-bar-chart-data-item:first-child{background-color:#f79420}.vm-simple-bar-chart-data-item:first-child:hover{background-color:#f9ac51}.vm-cardinality-panel{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}.vm-cardinality-panel_mobile,.vm-cardinality-panel_mobile .vm-cardinality-panel-tips{gap:8px}.vm-cardinality-panel-tips{align-content:flex-start;display:inline-flex;flex-grow:1;flex-wrap:wrap;gap:12px;justify-content:flex-start;width:100%}.vm-cardinality-panel-table__header th:first-child{width:60%}.vm-cardinality-panel-table__header th:not(:first-child){width:auto}.vm-cardinality-panel-table__progress{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:minmax(200px,1fr) 70px;justify-content:flex-start}.vm-cardinality-tip{background-color:var(--color-background-block);border-radius:8px;box-shadow:var(--box-shadow);color:var(--color-text-secondary);display:grid;flex-grow:1;grid-template-rows:auto 1fr;overflow:hidden;width:300px}.vm-cardinality-tip-header{align-items:center;border-bottom:var(--border-divider);display:flex;gap:4px;justify-content:center;padding:8px 12px;position:relative}.vm-cardinality-tip-header:after{background:var(--color-warning);content:"";height:100%;left:0;opacity:.1;pointer-events:none;position:absolute;top:0;width:100%}.vm-cardinality-tip-header__tip-icon{align-items:center;color:var(--color-warning);display:flex;justify-content:center;width:12px}.vm-cardinality-tip-header__title{color:var(--color-text);font-weight:700;text-align:center}.vm-cardinality-tip-header__tooltip{font-size:14px;line-height:130%;max-width:280px;padding:8px;white-space:normal}.vm-cardinality-tip__description{line-height:130%;padding:8px 12px}.vm-cardinality-tip__description p{margin-bottom:8px}.vm-cardinality-tip__description p:last-child{margin-bottom:0}.vm-cardinality-tip__description ol,.vm-cardinality-tip__description ul{list-style-position:inside}.vm-cardinality-tip__description ol li,.vm-cardinality-tip__description ul li{margin-bottom:4px}.vm-top-queries-panel-header,.vm-top-queries-panel-header_mobile{margin:-12px -12px 0}.vm-top-queries-panel__table{overflow:auto;padding-top:12px;width:calc(100vw - 48px - var(--scrollbar-width))}@media(max-width:768px){.vm-top-queries-panel__table{width:calc(100vw - 24px - var(--scrollbar-width))}}.vm-top-queries-panel__table_mobile{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-top-queries-panel__table .vm-table-cell_header{white-space:nowrap}.vm-top-queries{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}.vm-top-queries_mobile{gap:8px}.vm-top-queries-controls{grid-gap:8px;display:grid;gap:8px}.vm-top-queries-controls-fields{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.vm-top-queries-controls-fields__item{flex-grow:1;min-width:200px}.vm-top-queries-controls-bottom{grid-gap:12px;align-items:flex-end;display:grid;gap:12px;grid-template-columns:1fr auto;justify-content:space-between}.vm-top-queries-controls-bottom_mobile{gap:8px;grid-template-columns:1fr}.vm-top-queries-controls-bottom__button{align-items:center;display:flex;justify-content:flex-end}.vm-top-queries-panels{grid-gap:12px;display:grid;gap:12px}.vm-top-queries-panels__table-actions{align-items:center;display:flex;gap:8px;height:100%;justify-content:flex-end;padding:0 8px}.vm-trace-page{display:flex;flex-direction:column;min-height:100%}@media(max-width:768px){.vm-trace-page{padding:12px 0}}.vm-trace-page-controls{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr 1fr;justify-content:center}.vm-trace-page-header{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:1fr auto;margin-bottom:12px}@media(max-width:768px){.vm-trace-page-header{grid-template-columns:1fr;padding:0 12px}}.vm-trace-page-header-errors{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:1fr;justify-content:stretch}@media(max-width:768px){.vm-trace-page-header-errors{grid-row:2}}.vm-trace-page-header-errors-item{align-items:center;display:grid;justify-content:stretch;position:relative}.vm-trace-page-header-errors-item__filename{min-height:20px}.vm-trace-page-header-errors-item__close{position:absolute;right:8px;top:auto;z-index:2}.vm-trace-page-preview{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.vm-trace-page-preview__text{font-size:14px;line-height:1.8;margin-bottom:12px;text-align:center;white-space:pre-line}.vm-trace-page__dropzone{align-items:center;box-shadow:inset var(--color-primary) 0 0 10px;display:flex;height:100%;justify-content:center;left:0;opacity:.5;pointer-events:none;position:fixed;top:0;width:100%;z-index:100}.vm-explore-metrics{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}@media(max-width:500px){.vm-explore-metrics{gap:8px}}.vm-explore-metrics-body{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}@media(max-width:500px){.vm-explore-metrics-body{gap:8px}}.vm-explore-metrics-graph,.vm-explore-metrics-graph_mobile{padding:0 12px 12px}.vm-explore-metrics-graph__warning{align-items:center;display:grid;grid-template-columns:1fr auto;justify-content:space-between}.vm-explore-metrics-item-header{grid-gap:12px;align-items:center;border-bottom:var(--border-divider);display:grid;gap:12px;grid-template-columns:auto 1fr auto auto;justify-content:flex-start;padding:12px}.vm-explore-metrics-item-header_mobile{grid-template-columns:1fr auto;padding:8px 12px}.vm-explore-metrics-item-header__index{color:var(--color-text-secondary);font-size:12px}.vm-explore-metrics-item-header__name{flex-grow:1;font-weight:700;line-height:130%;max-width:100%;overflow:hidden;text-overflow:ellipsis}.vm-explore-metrics-item-header-order{align-items:center;display:grid;grid-column:1;grid-template-columns:auto 20px auto;justify-content:flex-start;text-align:center}.vm-explore-metrics-item-header-order__up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-explore-metrics-item-header__rate{grid-column:3}.vm-explore-metrics-item-header__close{align-items:center;display:grid;grid-column:4;grid-row:1}.vm-explore-metrics-item-header code{background-color:var(--color-hover-black);border-radius:6px;font-size:85%;padding:.2em .4em}.vm-explore-metrics-item-header-modal{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}.vm-explore-metrics-item-header-modal-order{align-items:center;display:flex;gap:12px;justify-content:space-between}.vm-explore-metrics-item-header-modal-order p{align-items:center;display:flex}.vm-explore-metrics-item-header-modal-order__index{margin-left:4px}.vm-explore-metrics-item-header-modal__rate{grid-gap:8px;display:grid;gap:8px}.vm-explore-metrics-item-header-modal__rate p{color:var(--color-text-secondary)}.vm-explore-metrics-item{position:relative}.vm-select-input{align-items:center;border:var(--border-divider);border-radius:4px;cursor:pointer;display:flex;min-height:40px;padding:8px 0 8px 12px;position:relative}.vm-select-input-content{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:8px;justify-content:flex-start}.vm-select-input-content_mobile{flex-wrap:nowrap}.vm-select-input-content__counter{font-size:14px;line-height:14px}.vm-select-input-content__selected{align-items:center;background-color:var(--color-hover-black);border-radius:4px;display:inline-flex;font-size:14px;justify-content:center;line-height:14px;max-width:100%;padding:2px 2px 2px 6px}.vm-select-input-content__selected span{overflow:hidden;text-overflow:ellipsis;width:100%}.vm-select-input-content__selected svg{align-items:center;background-color:transparent;border-radius:4px;display:flex;justify-content:center;margin-left:10px;padding:4px;transition:background-color .2s ease-in-out;width:20px}.vm-select-input-content__selected svg:hover{background-color:hsla(0,6%,6%,.1)}.vm-select-input input{background-color:transparent;border:none;border-radius:4px;color:var(--color-text);display:inline-block;flex-grow:1;font-size:14px;height:18px;line-height:18px;min-width:100px;padding:0;position:relative;z-index:2}.vm-select-input input:placeholder-shown{width:auto}.vm-select-input__icon{align-items:center;border-right:var(--border-divider);color:var(--color-text-secondary);cursor:pointer;display:inline-flex;justify-content:flex-end;padding:0 8px;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:transform .2s ease-in,opacity .2s ease-in;transition:transform .2s ease-in,opacity .2s ease-in,-webkit-transform .2s ease-in}.vm-select-input__icon:last-child{border:none}.vm-select-input__icon svg{width:14px}.vm-select-input__icon_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-select-input__icon:hover{opacity:.7}.vm-select-options{grid-gap:8px;display:grid;font-size:14px;gap:8px;max-height:208px;max-width:300px;overflow:auto;padding:12px}.vm-select-options_mobile{max-height:calc(var(--vh)*100 - 70px);max-width:100%;padding:0 12px 8px}.vm-explore-metrics-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:flex-start;max-width:calc(100vw - var(--scrollbar-width))}.vm-explore-metrics-header_mobile{align-items:stretch;flex-direction:column}.vm-explore-metrics-header__job{flex-grow:1;min-width:150px}.vm-explore-metrics-header__instance{flex-grow:2;min-width:150px}.vm-explore-metrics-header__size{grid-gap:12px;align-items:center;display:grid;flex-grow:1;gap:12px;grid-template-columns:1fr auto;min-width:150px}.vm-explore-metrics-header-description{grid-gap:8px;align-items:flex-start;display:grid;gap:8px;grid-template-columns:1fr auto}.vm-explore-metrics-header-description button{color:inherit;min-height:29px}.vm-explore-metrics-header-description code{margin:0 3px}.vm-explore-metrics-header-metrics{flex-grow:1;width:100%}.vm-explore-metrics-header__clear-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:2px}.vm-explore-metrics-header__clear-icon:hover{opacity:.7}.vm-preview-icons{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,100px);justify-content:center}.vm-preview-icons-item{grid-gap:8px;align-items:stretch;border:1px solid transparent;border-radius:4px;cursor:pointer;display:grid;gap:8px;grid-template-rows:1fr auto;height:100px;justify-content:center;padding:12px 8px;transition:box-shadow .2s ease-in-out}.vm-preview-icons-item:hover{box-shadow:0 1px 4px rgba(0,0,0,.16)}.vm-preview-icons-item:active .vm-preview-icons-item__svg{-webkit-transform:scale(.9);transform:scale(.9)}.vm-preview-icons-item__name{font-size:12px;line-height:2;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.vm-preview-icons-item__svg{align-items:center;display:flex;height:100%;justify-content:center;transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out}.vm-preview-icons-item__svg svg{height:24px;width:auto}.vm-with-template,.vm-with-template-body{grid-gap:12px;display:grid;gap:12px}.vm-with-template-body{align-items:flex-start;width:100%}.vm-with-template-body-top{align-items:center;display:flex;gap:8px;justify-content:flex-end}.vm-with-template-body__expr textarea{min-height:200px}.vm-with-template-body__result textarea{min-height:60px}.vm-with-template-body textarea{font-family:monospace;height:100%;overflow:auto;width:100%}.vm-with-template-tutorial{grid-gap:16px;display:grid;gap:16px}.vm-with-template-tutorial__title{font-size:16px;font-weight:700}.vm-with-template-tutorial-section{grid-gap:12px;display:grid;gap:12px}.vm-with-template-tutorial-section__text{font-size:14px;line-height:130%;max-width:720px}.vm-code-example{background-color:hsla(0,6%,6%,.05);border-radius:4px;display:block;overflow:auto;padding:12px;position:relative;white-space:pre-wrap}.vm-code-example__copy{position:absolute;right:10px;top:10px}.vm-relabeling,.vm-relabeling-header{grid-gap:12px;display:grid;gap:12px}.vm-relabeling-header{align-items:flex-start;width:100%}.vm-relabeling-header-configs textarea{min-height:200px}.vm-relabeling-header__labels textarea{min-height:60px}.vm-relabeling-header textarea{font-family:monospace;height:100%;overflow:auto;width:100%}.vm-relabeling-header-bottom{align-items:center;display:flex;gap:12px;justify-content:flex-end}.vm-relabeling-header-bottom a{color:var(--color-text-secondary)}.vm-relabeling-steps,.vm-relabeling-steps-item{grid-gap:12px;display:grid;gap:12px}.vm-relabeling-steps-item{border-bottom:var(--border-divider);padding:0 12px 12px}.vm-relabeling-steps-item:last-child{border-bottom:none;padding-bottom:0}.vm-relabeling-steps-item__row{display:grid;grid-template-columns:100px 1fr}@media(max-width:500px){.vm-relabeling-steps-item__row{gap:4px;grid-template-columns:1fr}}.vm-relabeling-steps-item__row pre{white-space:pre-wrap}.vm-active-queries-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;justify-content:space-between;margin-bottom:12px}.vm-active-queries-header-controls{grid-gap:8px;display:grid;gap:8px;grid-column:2}.vm-active-queries-header__update-msg{color:var(--color-text-secondary);font-size:12px;white-space:nowrap}#root,body,html{background-attachment:fixed;background-color:#fefeff;background-color:var(--color-background-body);background-repeat:no-repeat;color:#110f0f;color:var(--color-text);cursor:default;font-family:system-ui;font-size:14px;margin:0;min-height:100%}body{overflow:auto}*{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:inherit;font:inherit;touch-action:pan-x pan-y}code{font-family:monospace}b{font-weight:700}input,textarea{cursor:text}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{-webkit-user-select:none;user-select:none}input::placeholder,textarea::placeholder{-webkit-user-select:none;user-select:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vm-snackbar{-webkit-animation:vm-slide-snackbar .15s cubic-bezier(.28,.84,.42,1.1);animation:vm-slide-snackbar .15s cubic-bezier(.28,.84,.42,1.1);bottom:12px;left:12px;position:fixed;z-index:999}.vm-snackbar-content{align-items:center;display:grid;grid-template-columns:1fr auto}.vm-snackbar-content__close{color:inherit;height:24px;opacity:.8;padding:4px;width:24px}.vm-snackbar_mobile{bottom:0;left:0;right:0}@-webkit-keyframes vm-slide-snackbar{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vm-slide-snackbar{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}svg{width:100%}*{scrollbar-color:#a09f9f #fff;scrollbar-color:var(--color-text-disabled) var(--color-background-block);scrollbar-width:thin}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fff;background:var(--color-background-block)}::-webkit-scrollbar-thumb{background-color:#a09f9f;background-color:var(--color-text-disabled);border:3px solid #fff;border:3px solid var(--color-background-block);border-radius:20px}a,abbr,acronym,address,applet,article,aside,audio,big,body,canvas,caption,center,cite,code,del,details,dfn,div,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:initial}h1,h2,h3,h4,h5,h6{font-weight:400}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}q:after,q:before{content:""}table{border-collapse:collapse;border-spacing:0}input::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}input::placeholder{opacity:1;transition:opacity .3s ease}input:focus::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}input:focus::placeholder{opacity:0;transition:opacity .3s ease}*{box-sizing:border-box;outline:none}button{background:none;border:none;border-radius:0;padding:0}strong{letter-spacing:1px}input[type=file]{cursor:pointer;font-size:0;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}input[type=file]:disabled{cursor:not-allowed}a{color:inherit;text-decoration:inherit}input,textarea{-webkit-text-fill-color:inherit;appearance:none;-webkit-appearance:none}input:disabled,textarea:disabled{opacity:1!important}input:placeholder-shown,textarea:placeholder-shown{width:100%}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 0 #fff!important;width:100%;z-index:2}.vm-header-button{border:1px solid hsla(0,6%,6%,.2)}.vm-list-item{background-color:transparent;cursor:pointer;padding:12px;transition:background-color .2s ease}.vm-list-item_mobile{padding:12px}.vm-list-item:hover,.vm-list-item_active{background-color:rgba(0,0,0,.06);background-color:var(--color-hover-black)}.vm-list-item_multiselect{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:10px 1fr;justify-content:flex-start}.vm-list-item_multiselect svg{-webkit-animation:vm-scale .15s cubic-bezier(.28,.84,.42,1);animation:vm-scale .15s cubic-bezier(.28,.84,.42,1)}.vm-list-item_multiselect span{grid-column:2}.vm-list-item_multiselect_selected{color:#3f51b5;color:var(--color-primary)}.vm-list-item_with-icon{grid-gap:4px;display:grid;gap:4px;grid-template-columns:14px 1fr}.vm-list-item_with-icon,.vm-mobile-option{align-items:center;justify-content:flex-start}.vm-mobile-option{display:flex;gap:8px;padding:6px 0;-webkit-user-select:none;user-select:none;width:100%}.vm-mobile-option__arrow,.vm-mobile-option__icon{align-items:center;display:flex;justify-content:center}.vm-mobile-option__icon{color:#3f51b5;color:var(--color-primary);height:22px;width:22px}.vm-mobile-option__arrow{color:#3f51b5;color:var(--color-primary);height:14px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:14px}.vm-mobile-option-text{grid-gap:2px;align-items:center;display:grid;flex-grow:1;gap:2px}.vm-mobile-option-text__label{font-weight:700}.vm-mobile-option-text__value{color:#706f6f;color:var(--color-text-secondary);font-size:12px}.vm-block{background-color:#fff;background-color:var(--color-background-block);border-radius:8px;box-shadow:1px 2px 6px rgba(0,0,0,.08);box-shadow:var(--box-shadow);padding:12px}.vm-block_mobile{border-radius:0;padding:12px}.vm-block_empty-padding{padding:0}.vm-section-header{align-items:center;border-bottom:1px solid rgba(0,0,0,.15);border-bottom:var(--border-divider);border-radius:8px 8px 0 0;display:grid;grid-template-columns:1fr auto;justify-content:center;padding:0 12px}.vm-section-header__title{font-size:14px;font-weight:700}.vm-section-header__title_mobile{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.vm-section-header__tabs{align-items:center;display:flex;font-size:12px;justify-content:flex-start}.vm-table{border-collapse:initial;border-spacing:0;margin-top:-12px;width:100%}.vm-table,.vm-table__row{background-color:#fff;background-color:var(--color-background-block)}.vm-table__row{transition:background-color .2s ease}.vm-table__row:hover:not(.vm-table__row_header){background-color:rgba(0,0,0,.06);background-color:var(--color-hover-black)}.vm-table__row_header{position:relative;z-index:2}.vm-table__row_selected{background-color:rgba(26,144,255,.05)}.vm-table-cell{border-bottom:1px solid rgba(0,0,0,.15);border-bottom:var(--border-divider);line-height:1.5;overflow-wrap:anywhere;padding:4px;vertical-align:top}.vm-table-cell__content{align-items:center;display:flex;justify-content:flex-start}.vm-table-cell_sort{cursor:pointer}.vm-table-cell_sort:hover{background-color:rgba(0,0,0,.06);background-color:var(--color-hover-black)}.vm-table-cell_header{font-weight:700;overflow-wrap:normal;text-align:left}.vm-table-cell_gray{color:#110f0f;color:var(--color-text);opacity:.4}.vm-table-cell_right{text-align:right}.vm-table-cell_right .vm-table-cell__content{justify-content:flex-end}.vm-table-cell_no-wrap{white-space:nowrap}.vm-table-cell_no-padding{padding:0}.vm-table-cell_pre{white-space:pre-wrap}.vm-table-cell_logs-time{overflow-wrap:normal;white-space:pre}.vm-table-cell_logs{font-family:monospace;line-height:1.2}.vm-table__sort-icon{align-items:center;display:flex;justify-content:center;margin:0 8px;opacity:.4;transition:opacity .2s ease,-webkit-transform .2s ease-in-out;transition:opacity .2s ease,transform .2s ease-in-out;transition:opacity .2s ease,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:15px}.vm-table__sort-icon_active{opacity:1}.vm-table__sort-icon_desc{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-link{cursor:pointer;transition:color .2s ease}.vm-link_colored{color:#3f51b5;color:var(--color-primary)}.vm-link_underlined{text-decoration:underline}.vm-link_with-icon{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:14px auto;justify-content:center}.vm-link:hover{color:#3f51b5;color:var(--color-primary);text-decoration:underline}.vm-dynamic-number{color:#a09f9f;color:var(--color-text-disabled);font-size:12px}.vm-dynamic-number_positive{color:#4caf50;color:var(--color-success)}.vm-dynamic-number_negative{color:#fd080e;color:var(--color-error)}.vm-dynamic-number_down:before{content:"↓"}.vm-dynamic-number_up:before{content:"↑"}:root{--color-primary:#3f51b5;--color-secondary:#e91e63;--color-error:#fd080e;--color-warning:#ff8308;--color-info:#03a9f4;--color-success:#4caf50;--color-primary-text:#fff;--color-secondary-text:#fff;--color-error-text:#fff;--color-warning-text:#fff;--color-info-text:#fff;--color-success-text:#fff;--color-background-body:#fefeff;--color-background-block:#fff;--color-background-tooltip:rgba(80,80,80,.9);--color-text:#110f0f;--color-text-secondary:#706f6f;--color-text-disabled:#a09f9f;--box-shadow:rgba(0,0,0,.08) 1px 2px 6px;--box-shadow-popper:rgba(0,0,0,.1) 0px 2px 8px 0px;--border-divider:1px solid rgba(0,0,0,.15);--color-hover-black:rgba(0,0,0,.06)} \ No newline at end of file diff --git a/app/vmselect/vmui/static/css/main.fb353c1e.css b/app/vmselect/vmui/static/css/main.fb353c1e.css new file mode 100644 index 000000000..e70116776 --- /dev/null +++ b/app/vmselect/vmui/static/css/main.fb353c1e.css @@ -0,0 +1 @@ +.vm-tabs{gap:12px;height:100%;position:relative;-webkit-user-select:none;user-select:none}.vm-tabs,.vm-tabs-item{align-items:center;display:flex;justify-content:center}.vm-tabs-item{color:inherit;cursor:pointer;font-size:inherit;font-weight:inherit;opacity:.6;padding:12px 8px;text-decoration:none;text-transform:capitalize;transition:opacity .2s}.vm-tabs-item_active{opacity:1}.vm-tabs-item:hover{opacity:.8}.vm-tabs-item__icon{display:grid;margin-right:8px;width:16px}.vm-tabs-item__icon_single{margin-right:0}.vm-tabs__indicator{border-bottom:2px solid;position:absolute;transition:width .2s ease,left .3s cubic-bezier(.28,.84,.42,1)}.vm-alert{grid-gap:8px;align-items:center;background-color:var(--color-background-block);border-radius:8px;box-shadow:var(--box-shadow);color:var(--color-text);display:grid;font-size:14px;font-weight:400;gap:8px;grid-template-columns:20px 1fr;line-height:1.5;padding:12px;position:relative}.vm-alert_mobile{align-items:flex-start;border-radius:0}.vm-alert:after{border-radius:8px;content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:1}.vm-alert_mobile:after{border-radius:0}.vm-alert__content,.vm-alert__icon{position:relative;z-index:2}.vm-alert__icon{align-items:center;display:flex;justify-content:center}.vm-alert__content{-webkit-filter:brightness(.6);filter:brightness(.6);white-space:pre-line}.vm-alert_success{color:var(--color-success)}.vm-alert_success:after{background-color:var(--color-success)}.vm-alert_error{color:var(--color-error)}.vm-alert_error:after{background-color:var(--color-error)}.vm-alert_info{color:var(--color-info)}.vm-alert_info:after{background-color:var(--color-info)}.vm-alert_warning{color:var(--color-warning)}.vm-alert_warning:after{background-color:var(--color-warning)}.vm-alert_dark:after{opacity:.1}.vm-alert_dark .vm-alert__content{-webkit-filter:none;filter:none}.vm-header{align-items:center;display:flex;flex-wrap:wrap;gap:0 16px;justify-content:flex-start;min-height:51px;padding:8px 12px;z-index:99}.vm-header_app{padding:8px 0}@media(max-width:1000px){.vm-header{gap:8px;padding:8px;position:-webkit-sticky;position:sticky;top:0}}.vm-header_sidebar{display:grid;grid-template-columns:40px auto 1fr}.vm-header_mobile{display:grid;grid-template-columns:33px 1fr 33px;justify-content:space-between}.vm-header_dark .vm-header-button,.vm-header_dark button,.vm-header_dark button:before{background-color:var(--color-background-block)}.vm-header-logo{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;margin-bottom:2px;overflow:hidden;position:relative;width:100%}.vm-header-logo,.vm-header-logo svg,.vm-header-logo_mobile{max-width:65px;min-width:65px}.vm-header-logo_mobile{margin:0 auto}.vm-header-logo_logs,.vm-header-logo_logs svg{max-width:75px;min-width:75px}.vm-header-nav{align-items:center;display:flex;gap:12px;justify-content:flex-start}.vm-header-nav_column{align-items:stretch;flex-direction:column;gap:8px}.vm-header-nav_column .vm-header-nav-item{padding:12px 0}.vm-header-nav_column .vm-header-nav-item_sub{justify-content:stretch}.vm-header-nav-item{cursor:pointer;font-size:14px;font-weight:400;opacity:1;padding:12px 8px;position:relative;text-transform:capitalize;transition:opacity .2s ease-in}.vm-header-nav-item_sub{grid-gap:4px;align-items:center;cursor:default;display:grid;gap:4px;grid-template-columns:auto 14px;justify-content:center}.vm-header-nav-item:hover{opacity:.7}.vm-header-nav-item_active{border-bottom:2px solid hsla(0,6%,6%,.2)}.vm-header-nav-item svg{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.vm-header-nav-item_open svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-header-nav-item-submenu{border-radius:4px;color:#fff;display:grid;opacity:1;padding:8px;-webkit-transform-origin:top center;transform-origin:top center;white-space:nowrap}.vm-header-nav-item-submenu-item{cursor:pointer}.vm-popper{background-color:var(--color-background-block);border-radius:4px;box-shadow:var(--box-shadow-popper);opacity:0;pointer-events:none;position:fixed;transition:opacity .1s ease-in-out;z-index:-99}.vm-popper_open{-webkit-animation:vm-slider .15s cubic-bezier(.28,.84,.42,1.1);animation:vm-slider .15s cubic-bezier(.28,.84,.42,1.1);opacity:1;pointer-events:auto;-webkit-transform-origin:top center;transform-origin:top center;z-index:101}.vm-popper_mobile{-webkit-animation:none;animation:none;border-radius:0;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0;width:100%}.vm-popper-header{grid-gap:8px;align-items:center;background-color:var(--color-background-block);border-bottom:var(--border-divider);border-radius:4px 4px 0 0;color:var(--color-text);display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:space-between;margin-bottom:12px;min-height:51px;padding:8px 8px 8px 12px}.vm-popper-header__title{font-weight:700;-webkit-user-select:none;user-select:none}@-webkit-keyframes vm-slider{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes vm-slider{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}.vm-modal{align-items:center;background:hsla(0,6%,6%,.55);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.vm-modal_mobile{align-items:flex-start;max-height:calc(var(--vh)*100);min-height:calc(var(--vh)*100);overflow:auto}.vm-modal_mobile .vm-modal-content{border-radius:0;grid-template-rows:70px -webkit-max-content;grid-template-rows:70px max-content;max-height:-webkit-max-content;max-height:max-content;min-height:100%;overflow:visible;width:100vw}.vm-modal_mobile .vm-modal-content-header{margin-bottom:12px;padding:8px 8px 8px 12px}.vm-modal_mobile .vm-modal-content-header__title{max-width:80vw}.vm-modal_mobile .vm-modal-content-body{align-items:flex-start;display:grid;min-height:100%;padding:0 12px 12px}.vm-modal-content{background:var(--color-background-block);border-radius:4px;box-shadow:0 0 24px hsla(0,6%,6%,.07);max-height:calc(var(--vh)*90);overflow:auto}.vm-modal-content-header{grid-gap:8px;align-items:center;background-color:var(--color-background-block);border-bottom:var(--border-divider);border-radius:4px 4px 0 0;color:var(--color-text);display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:space-between;margin-bottom:12px;min-height:51px;padding:12px;position:-webkit-sticky;position:sticky;top:0;z-index:3}.vm-modal-content-header__title{font-weight:700;max-width:50vw;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.vm-modal-content-header__close{align-items:center;box-sizing:initial;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:10px;width:24px}.vm-modal-content-body{padding:0 12px 12px}.vm-shortcuts{min-width:400px}@media(max-width:500px){.vm-shortcuts{min-width:100%}}.vm-shortcuts-section{border-bottom:var(--border-divider);margin-bottom:12px;padding-bottom:12px;position:relative}.vm-shortcuts-section__title{font-weight:700;margin-bottom:12px}.vm-shortcuts-section__read-more{position:absolute;right:0;top:-8px}.vm-shortcuts-section-list{grid-gap:12px;display:grid;gap:12px}@media(max-width:500px){.vm-shortcuts-section-list{gap:12px}}.vm-shortcuts-section-list-item{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:210px 1fr}@media(max-width:500px){.vm-shortcuts-section-list-item{grid-template-columns:1fr}}.vm-shortcuts-section-list-item__key{align-items:center;display:flex;gap:4px}.vm-shortcuts-section-list-item__key code,.vm-shortcuts-section-list-item__key svg{background-color:var(--color-background-body);background-repeat:repeat-x;border:var(--border-divider);border-radius:4px;color:var(--color-text);display:inline-block;font-size:12px;line-height:2;padding:2px 8px 0;text-align:center}.vm-shortcuts-section-list-item__key svg{color:var(--color-primary);padding:4px;width:24px}.vm-shortcuts-section-list-item__description{font-size:14px}.vm-tooltip{-webkit-animation:vm-scale .15s cubic-bezier(.28,.84,.42,1);animation:vm-scale .15s cubic-bezier(.28,.84,.42,1);background-color:var(--color-background-tooltip);border-radius:4px;box-shadow:var(--box-shadow-popper);color:#fff;font-size:12px;line-height:150%;opacity:1;padding:3px 8px;pointer-events:auto;position:fixed;transition:opacity .1s ease-in-out;white-space:nowrap;z-index:101}@-webkit-keyframes vm-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vm-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.fc-graph-tips{grid-gap:12px;display:grid;gap:12px;max-width:520px}.fc-graph-tips-item{grid-gap:8px;border-bottom:var(--border-divider);display:grid;gap:8px;line-height:1.3;padding-bottom:12px}.fc-graph-tips-item__action{color:var(--color-text-secondary);font-weight:700}.fc-graph-tips-item__description{display:inline-block;line-height:1.5}.fc-graph-tips-item__description code,.fc-graph-tips-item__description svg{align-items:center;background-color:var(--color-background-body);border:var(--border-divider);border-radius:4px;color:var(--color-text);display:inline-flex;font-size:12px;justify-content:center;margin:0 2px 2px;min-height:20px;min-width:20px;padding:0 4px}.fc-graph-tips-item svg{color:var(--color-primary);margin-top:-8px;padding:2px;-webkit-transform:translateY(8px);transform:translateY(8px);width:18px}.vm-menu-burger{background:none;border:none;cursor:pointer;height:18px;outline:none;padding:0;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:18px}.vm-menu-burger:after{background-color:hsla(0,6%,6%,.1);border-radius:50%;content:"";height:calc(100% + 12px);left:-6px;position:absolute;top:-6px;-webkit-transform:scale(0) translateZ(-2px);transform:scale(0) translateZ(-2px);transition:-webkit-transform .14s ease-in-out;transition:transform .14s ease-in-out;transition:transform .14s ease-in-out,-webkit-transform .14s ease-in-out;width:calc(100% + 12px)}.vm-menu-burger:hover:after{-webkit-transform:scale(1) translateZ(-2px);transform:scale(1) translateZ(-2px)}.vm-menu-burger span{border-top:2px solid #fff;display:block;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:border-color .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,border-color .3s ease;transition:transform .3s ease,border-color .3s ease,-webkit-transform .3s ease}.vm-menu-burger span,.vm-menu-burger span:after,.vm-menu-burger span:before{border-radius:6px;height:2px;left:0;position:absolute;width:100%}.vm-menu-burger span:after,.vm-menu-burger span:before{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);background:#fff;content:"";top:0}.vm-menu-burger span:before{-webkit-animation-name:topLineBurger;animation-name:topLineBurger}.vm-menu-burger span:after{-webkit-animation-name:bottomLineBurger;animation-name:bottomLineBurger}.vm-menu-burger_opened span{border-color:transparent}.vm-menu-burger_opened span:before{-webkit-animation-name:topLineCross;animation-name:topLineCross}.vm-menu-burger_opened span:after{-webkit-animation-name:bottomLineCross;animation-name:bottomLineCross}@-webkit-keyframes topLineCross{0%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(45deg);transform:translateY(-2px) translateX(30%) rotate(45deg);width:60%}}@keyframes topLineCross{0%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(45deg);transform:translateY(-2px) translateX(30%) rotate(45deg);width:60%}}@-webkit-keyframes bottomLineCross{0%{-webkit-transform:translateY(3px);transform:translateY(3px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(-45deg);transform:translateY(-2px) translateX(30%) rotate(-45deg);width:60%}}@keyframes bottomLineCross{0%{-webkit-transform:translateY(3px);transform:translateY(3px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-2px) translateX(30%) rotate(-45deg);transform:translateY(-2px) translateX(30%) rotate(-45deg);width:60%}}@-webkit-keyframes topLineBurger{0%{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}}@keyframes topLineBurger{0%{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}}@-webkit-keyframes bottomLineBurger{0%{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(3px) rotate(0deg);transform:translateY(3px) rotate(0deg)}}@keyframes bottomLineBurger{0%{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:translateY(3px) rotate(0deg);transform:translateY(3px) rotate(0deg)}}.vm-header-sidebar{background-color:inherit;color:inherit;height:24px;width:24px}.vm-header-sidebar-button{align-items:center;display:flex;height:51px;justify-content:center;left:0;position:absolute;top:0;transition:left .35s cubic-bezier(.28,.84,.42,1);width:51px}.vm-header-sidebar-button_open{left:149px;position:fixed;z-index:102}.vm-header-sidebar-menu{grid-gap:12px;background-color:inherit;box-shadow:var(--box-shadow-popper);display:grid;gap:12px;grid-template-rows:1fr auto;height:100%;left:0;padding:12px;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transform-origin:left;transform-origin:left;transition:-webkit-transform .3s cubic-bezier(.28,.84,.42,1);transition:transform .3s cubic-bezier(.28,.84,.42,1);transition:transform .3s cubic-bezier(.28,.84,.42,1),-webkit-transform .3s cubic-bezier(.28,.84,.42,1);width:200px;z-index:101}.vm-header-sidebar-menu_open{-webkit-transform:translateX(0);transform:translateX(0)}.vm-header-sidebar-menu__logo{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;position:relative;width:65px}.vm-header-sidebar-menu-settings{grid-gap:8px;align-items:center;display:grid;gap:8px}.vm-header-controls{align-items:center;display:flex;flex-grow:1;gap:8px;justify-content:flex-end}.vm-header-controls_mobile{display:grid;grid-template-columns:1fr;padding:0}.vm-header-controls_mobile .vm-header-button{border:none}.vm-header-controls-modal{-webkit-transform:scale(0);transform:scale(0)}.vm-header-controls-modal_open{-webkit-transform:scale(1);transform:scale(1)}.vm-container{display:flex;flex-direction:column;min-height:calc(var(--vh)*100 - var(--scrollbar-height))}.vm-container-body{background-color:var(--color-background-body);flex-grow:1;min-height:100%;padding:12px}.vm-container-body_mobile{padding:8px 0 0}@media(max-width:768px){.vm-container-body{padding:8px 0 0}}.vm-container-body_app{background-color:transparent;padding:8px 0}.vm-footer{align-items:center;background:var(--color-background-body);border-top:var(--border-divider);color:var(--color-text-secondary);display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:12px}@media(max-width:768px){.vm-footer{gap:12px;padding:12px}}.vm-footer__link,.vm-footer__website{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:12px auto;justify-content:center}.vm-footer__website{margin-right:12px}@media(max-width:768px){.vm-footer__website{margin-right:0}}.vm-footer__link{grid-template-columns:14px auto}.vm-footer__copyright{flex-grow:1;text-align:right}@media(max-width:768px){.vm-footer__copyright{font-size:12px;text-align:center;width:100%}}.vm-tenant-input{position:relative}.vm-tenant-input-list{border-radius:8px;max-height:300px;overflow:auto;overscroll-behavior:none}.vm-tenant-input-list_mobile{max-height:calc(var(--vh)*100 - 70px)}.vm-tenant-input-list_mobile .vm-tenant-input-list__search{padding:0 12px 8px}.vm-tenant-input-list__search{background-color:var(--color-background-block);padding:8px 12px;position:-webkit-sticky;position:sticky;top:0}.vm-text-field{display:grid;margin:6px 0;position:relative;width:100%}.vm-text-field_textarea:after{word-wrap:break-word;content:attr(data-replicated-value) " ";visibility:hidden;white-space:pre-wrap}.vm-text-field:after,.vm-text-field__input{background-color:transparent;border:var(--border-divider);box-sizing:border-box;font-family:monospace;font-size:14px;grid-area:1/1/2/2;line-height:18px;overflow:hidden;padding:8px 12px;width:100%}.vm-text-field__error,.vm-text-field__helper-text,.vm-text-field__label,.vm-text-field__warning{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;background-color:var(--color-background-block);display:-webkit-box;font-size:12px;left:6px;line-height:14px;max-width:calc(100% - 12px);overflow:hidden;padding:0 3px;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;z-index:2}.vm-text-field__label{color:var(--color-text-secondary);top:-8px}.vm-text-field__error,.vm-text-field__helper-text,.vm-text-field__warning{overflow-wrap:anywhere;pointer-events:auto;position:relative;top:-6px;-webkit-user-select:text;user-select:text;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.vm-text-field__error_full,.vm-text-field__helper-text_full,.vm-text-field__warning_full{display:block;overflow:visible}.vm-text-field__error_overflowed,.vm-text-field__helper-text_overflowed,.vm-text-field__warning_overflowed{cursor:pointer}.vm-text-field__error{color:var(--color-error)}.vm-text-field__warning{color:var(--color-warning)}.vm-text-field__helper-text{color:var(--color-text-secondary)}.vm-text-field__input{background-color:transparent;border-radius:4px;color:var(--color-text);display:block;overflow:hidden;resize:none;transition:border .2s ease}.vm-text-field__input:focus,.vm-text-field__input:hover{border:1px solid var(--color-primary)}.vm-text-field__input_error,.vm-text-field__input_error:focus,.vm-text-field__input_error:hover{border-color:var(--color-error)}.vm-text-field__input_warning,.vm-text-field__input_warning:focus,.vm-text-field__input_warning:hover{border-color:var(--color-warning)}.vm-text-field__input_icon-start{padding-left:31px}.vm-text-field__input:disabled{background-color:inherit;color:inherit}.vm-text-field__input:disabled:hover{border-color:var(--color-text-disabled)}.vm-text-field__icon-end,.vm-text-field__icon-start{align-items:center;color:var(--color-text-secondary);display:flex;height:40px;justify-content:center;left:8px;max-width:15px;position:absolute;top:0}.vm-text-field__icon-end{left:auto;right:8px}.vm-text-field__controls-info{bottom:8px;color:var(--color-text-secondary);font-size:12px;opacity:.8;position:absolute;right:12px}.vm-step-control{display:inline-flex}.vm-step-control button{text-transform:none}.vm-step-control__value{display:inline;margin-left:3px}.vm-step-control-popper{grid-gap:8px;display:grid;font-size:14px;gap:8px;max-height:208px;max-width:300px;overflow:auto;padding:12px}.vm-step-control-popper_mobile{max-height:calc(var(--vh)*100 - 70px);max-width:100%;padding:0 12px 8px}.vm-step-control-popper_mobile .vm-step-control-popper-info{font-size:14px}.vm-step-control-popper-info{font-size:12px;line-height:1.8}.vm-step-control-popper-info a{margin:0 .4em}.vm-step-control-popper-info code{background-color:var(--color-hover-black);border-radius:6px;margin:0 .2em;padding:.2em .4em}.vm-time-duration{font-size:14px;max-height:227px;overflow:auto}.vm-time-duration_mobile{max-height:100%}.vm-time-selector{display:grid;grid-template-columns:repeat(2,230px);padding:12px 0}.vm-time-selector_mobile{grid-template-columns:1fr;max-height:calc(var(--vh)*100 - 70px);min-width:250px;overflow:auto;width:100%}.vm-time-selector_mobile .vm-time-selector-left{border-bottom:var(--border-divider);border-right:none;padding-bottom:12px}.vm-time-selector-left{border-right:var(--border-divider);display:flex;flex-direction:column;gap:8px;padding:0 12px}.vm-time-selector-left-inputs{align-items:flex-start;display:grid;flex-grow:1;justify-content:stretch}.vm-time-selector-left-timezone{align-items:center;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin-bottom:8px}.vm-time-selector-left-timezone__utc{align-items:center;background-color:var(--color-hover-black);border-radius:4px;display:inline-flex;justify-content:center;padding:4px}.vm-time-selector-left__controls{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.vm-calendar{background-color:var(--color-background-block);border-radius:8px;display:grid;font-size:14px;grid-template-rows:auto 1fr auto;padding:12px;-webkit-user-select:none;user-select:none}.vm-calendar_mobile{padding:0 12px}.vm-calendar-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;justify-content:center;min-height:36px;padding-bottom:12px}.vm-calendar-header-left{grid-gap:8px;align-items:center;cursor:pointer;display:grid;gap:8px;grid-template-columns:auto auto;justify-content:flex-start;transition:opacity .2s ease-in-out}.vm-calendar-header-left:hover{opacity:.8}.vm-calendar-header-left__date{color:var(--color-text);font-size:14px;font-weight:700}.vm-calendar-header-left__select-year{align-items:center;display:grid;height:14px;justify-content:center;width:14px}.vm-calendar-header-right{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:18px 18px;justify-content:center}.vm-calendar-header-right__next,.vm-calendar-header-right__prev{cursor:pointer;margin:-8px;padding:8px;transition:opacity .2s ease-in-out}.vm-calendar-header-right__next:hover,.vm-calendar-header-right__prev:hover{opacity:.8}.vm-calendar-header-right__prev{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vm-calendar-header-right__next{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.vm-calendar-body{grid-gap:2px;align-items:center;display:grid;gap:2px;grid-template-columns:repeat(7,32px);grid-template-rows:repeat(7,32px);justify-content:center}@media(max-width:500px){.vm-calendar-body{grid-template-columns:repeat(7,calc(14.28571vw - 5.14286px));grid-template-rows:repeat(7,calc(14.28571vw - 5.14286px))}}.vm-calendar-body-cell{align-items:center;border-radius:50%;display:flex;height:100%;justify-content:center;text-align:center}.vm-calendar-body-cell_weekday{color:var(--color-text-secondary)}.vm-calendar-body-cell_day{cursor:pointer;transition:color .2s ease,background-color .3s ease-in-out}.vm-calendar-body-cell_day:hover{background-color:var(--color-hover-black)}.vm-calendar-body-cell_day_empty{pointer-events:none}.vm-calendar-body-cell_day_active{color:#fff}.vm-calendar-body-cell_day_active,.vm-calendar-body-cell_day_active:hover{background-color:var(--color-primary)}.vm-calendar-body-cell_day_today{border:1px solid var(--color-primary)}.vm-calendar-years{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);max-height:400px;overflow:auto}.vm-calendar-years__year{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px 16px;transition:color .2s ease,background-color .3s ease-in-out}.vm-calendar-years__year:hover{background-color:var(--color-hover-black)}.vm-calendar-years__year_selected{color:#fff}.vm-calendar-years__year_selected,.vm-calendar-years__year_selected:hover{background-color:var(--color-primary)}.vm-calendar-years__year_today{border:1px solid var(--color-primary)}.vm-calendar-footer{align-items:center;display:flex;justify-content:flex-end}.vm-date-time-input{grid-gap:8px 0;align-items:center;cursor:pointer;display:grid;gap:8px 0;grid-template-columns:1fr;justify-content:center;margin-bottom:12px;position:relative;transition:color .2s ease-in-out,border-bottom-color .3s ease}.vm-date-time-input:hover input{border-bottom-color:var(--color-primary)}.vm-date-time-input label{color:var(--color-text-secondary);font-size:12px;grid-column:1/3;-webkit-user-select:none;user-select:none;width:100%}.vm-date-time-input__icon{bottom:2px;position:absolute;right:0}.vm-date-time-input input{background:transparent;border:none;border-bottom:var(--border-divider);color:var(--color-text);padding:0 0 8px}.vm-date-time-input input:focus{border-bottom-color:var(--color-primary)}.vm-date-time-input_error input{border-color:var(--color-error)}.vm-date-time-input_error input:focus{border-bottom-color:var(--color-error)}.vm-date-time-input__error-text{bottom:-12px;color:var(--color-error);font-size:12px;left:0;position:absolute}.vm-button{align-items:center;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:400;justify-content:center;line-height:1.3;min-height:31px;padding:6px 14px;position:relative;text-transform:uppercase;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;white-space:nowrap}.vm-button:hover:after{background-color:var(--color-hover-black)}.vm-button:after,.vm-button:before{border-radius:6px;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .2s ease;width:100%}.vm-button:before{-webkit-transform:translateZ(-2px);transform:translateZ(-2px)}.vm-button:after{background-color:transparent;-webkit-transform:translateZ(-1px);transform:translateZ(-1px)}.vm-button:active:after{-webkit-transform:scale(.9);transform:scale(.9)}.vm-button span{align-items:center;display:grid;justify-content:center;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.vm-button span svg{width:15px}.vm-button__start-icon{margin-right:6px}.vm-button__end-icon{margin-left:6px}.vm-button_disabled{cursor:not-allowed;opacity:.3}.vm-button_icon{padding:6px 8px}.vm-button_icon .vm-button__end-icon,.vm-button_icon .vm-button__start-icon{margin:0}.vm-button_small{min-height:25px;padding:4px 8px}.vm-button_small span svg{width:13px}.vm-button_contained_primary{color:var(--color-primary-text)}.vm-button_contained_primary,.vm-button_contained_primary:before{background-color:var(--color-primary)}.vm-button_contained_primary:hover:after{background-color:hsla(0,6%,6%,.2)}.vm-button_contained_secondary{color:var(--color-secondary-text)}.vm-button_contained_secondary:before{background-color:var(--color-secondary)}.vm-button_contained_secondary:hover:after{background-color:hsla(0,6%,6%,.2)}.vm-button_contained_success{color:var(--color-success-text)}.vm-button_contained_success:before{background-color:var(--color-success)}.vm-button_contained_success:hover:after{background-color:hsla(0,6%,6%,.2)}.vm-button_contained_error{color:var(--color-error-text)}.vm-button_contained_error:before{background-color:var(--color-error)}.vm-button_contained_gray{color:var(--color-text-secondary)}.vm-button_contained_gray:before{background-color:var(--color-text-secondary)}.vm-button_contained_warning{color:var(--color-warning)}.vm-button_contained_warning:before{background-color:var(--color-warning);opacity:.2}.vm-button_text_primary{color:var(--color-primary)}.vm-button_text_secondary{color:var(--color-secondary)}.vm-button_text_success{color:var(--color-success)}.vm-button_text_error{color:var(--color-error)}.vm-button_text_gray{color:var(--color-text-secondary)}.vm-button_text_warning{color:var(--color-warning)}.vm-button_outlined_primary{border:1px solid var(--color-primary);color:var(--color-primary)}.vm-button_outlined_error{border:1px solid var(--color-error);color:var(--color-error)}.vm-button_outlined_secondary{border:1px solid var(--color-secondary);color:var(--color-secondary)}.vm-button_outlined_success{border:1px solid var(--color-success);color:var(--color-success)}.vm-button_outlined_gray{border:1px solid var(--color-text-secondary);color:var(--color-text-secondary)}.vm-button_outlined_warning{border:1px solid var(--color-warning);color:var(--color-warning)}.vm-execution-controls-buttons{border-radius:7px;display:flex;justify-content:space-between;min-width:107px}.vm-execution-controls-buttons_mobile{flex-direction:column;gap:12px}.vm-execution-controls-buttons__arrow{align-items:center;display:flex;justify-content:center;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vm-execution-controls-buttons__arrow_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-execution-controls-list{font-size:14px;max-height:208px;overflow:auto;padding:8px 0;width:124px}.vm-execution-controls-list_mobile{max-height:calc(var(--vh)*100 - 70px);padding:0;width:100%}.vm-server-configurator{align-items:center;display:flex;flex-direction:column;gap:12px;padding-bottom:12px;width:600px}.vm-server-configurator_mobile{align-items:flex-start;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;height:100%;width:100%}@media(max-width:768px){.vm-server-configurator{width:100%}}.vm-server-configurator__input{width:100%}.vm-server-configurator__title{align-items:center;display:flex;font-size:14px;font-weight:700;grid-column:auto/span 2;justify-content:flex-start;margin-bottom:12px}.vm-server-configurator-footer{align-items:center;display:flex;gap:8px;justify-content:flex-end;width:100%}.vm-server-configurator_mobile .vm-server-configurator-footer{display:grid;grid-template-columns:1fr 1fr}.vm-limits-configurator-title__reset{align-items:center;display:flex;flex-grow:1;justify-content:flex-end}.vm-limits-configurator__inputs{grid-gap:12px;align-items:center;display:grid;flex-wrap:wrap;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:space-between}.vm-limits-configurator__inputs_mobile{gap:8px}.vm-accordion-header{align-items:center;cursor:pointer;display:grid;font-size:inherit;position:relative}.vm-accordion-header__arrow{align-items:center;display:flex;justify-content:center;position:absolute;right:14px;top:auto;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vm-accordion-header__arrow_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-accordion-header__arrow svg{height:auto;width:14px}.accordion-section{overflow:hidden}.vm-timezones-item{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between}.vm-timezones-item_selected{border:var(--border-divider);border-radius:4px;padding:8px 12px}.vm-timezones-item__title{text-transform:capitalize}.vm-timezones-item__utc{align-items:center;background-color:var(--color-hover-black);border-radius:4px;display:inline-flex;justify-content:center;padding:4px}.vm-timezones-item__icon{align-items:center;display:inline-flex;justify-content:flex-end;margin:0 0 0 auto;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.vm-timezones-item__icon svg{width:14px}.vm-timezones-item__icon_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-timezones-list{background-color:var(--color-background-block);border-radius:8px;max-height:300px;overflow:auto}.vm-timezones-list_mobile{max-height:calc(var(--vh)*100 - 70px)}.vm-timezones-list_mobile .vm-timezones-list-header__search{padding:0 12px}.vm-timezones-list-header{background-color:var(--color-background-block);border-bottom:var(--border-divider);position:-webkit-sticky;position:sticky;top:0;z-index:2}.vm-timezones-list-header__search{padding:8px}.vm-timezones-list-group{border-bottom:var(--border-divider);padding:8px 0}.vm-timezones-list-group:last-child{border-bottom:none}.vm-timezones-list-group__title{color:var(--color-text-secondary);font-weight:700;padding:8px 12px}.vm-timezones-list-group-options{align-items:flex-start;display:grid}.vm-timezones-list-group-options__item{padding:8px 12px;transition:background-color .2s ease}.vm-timezones-list-group-options__item:hover{background-color:hsla(0,6%,6%,.1)}.vm-theme-control__toggle{display:inline-flex;min-width:300px;text-transform:capitalize}.vm-theme-control_mobile .vm-theme-control__toggle{display:flex;min-width:100%}.vm-toggles{grid-gap:3px;display:grid;gap:3px;position:relative;width:100%}.vm-toggles__label{color:var(--color-text-secondary);font-size:12px;line-height:1;padding:0 12px}.vm-toggles-group{overflow:hidden;width:100%}.vm-toggles-group,.vm-toggles-group-item{align-items:center;display:grid;justify-content:center;position:relative}.vm-toggles-group-item{border-bottom:var(--border-divider);border-right:var(--border-divider);border-top:var(--border-divider);color:var(--color-text-secondary);cursor:pointer;font-size:12px;font-weight:700;padding:8px;text-align:center;transition:color .15s ease-in;-webkit-user-select:none;user-select:none;z-index:2}.vm-toggles-group-item_first{border-left:var(--border-divider);border-radius:16px 0 0 16px}.vm-toggles-group-item:last-child{border-left:none;border-radius:0 16px 16px 0}.vm-toggles-group-item_icon{gap:4px;grid-template-columns:14px auto}.vm-toggles-group-item:hover{color:var(--color-primary)}.vm-toggles-group-item_active{border-color:transparent;color:var(--color-primary)}.vm-toggles-group-item_active:hover{background-color:transparent}.vm-toggles-group__highlight{background-color:rgba(var(--color-primary),.08);border:1px solid var(--color-primary);height:100%;position:absolute;top:0;transition:left .2s cubic-bezier(.28,.84,.42,1),border-radius .2s linear;z-index:1}.uplot,.uplot *,.uplot :after,.uplot :before{box-sizing:border-box}.uplot{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;width:-webkit-min-content;width:min-content}.u-title{font-size:18px;font-weight:700;text-align:center}.u-wrap{position:relative;-webkit-user-select:none;user-select:none}.u-over,.u-under{position:absolute}.u-under{overflow:hidden}.uplot canvas{display:block;height:100%;position:relative;width:100%}.u-axis{position:absolute}.u-legend{font-size:14px;margin:auto;text-align:center}.u-inline{display:block}.u-inline *{display:inline-block}.u-inline tr{margin-right:16px}.u-legend th{font-weight:600}.u-legend th>*{display:inline-block;vertical-align:middle}.u-legend .u-marker{background-clip:padding-box!important;height:1em;margin-right:4px;width:1em}.u-inline.u-live th:after{content:":";vertical-align:middle}.u-inline:not(.u-live) .u-value{display:none}.u-series>*{padding:4px}.u-series th{cursor:pointer}.u-legend .u-off>*{opacity:.3}.u-select{background:rgba(0,0,0,.07)}.u-cursor-x,.u-cursor-y,.u-select{pointer-events:none;position:absolute}.u-cursor-x,.u-cursor-y{left:0;top:0;will-change:transform}.u-hz .u-cursor-x,.u-vt .u-cursor-y{border-right:1px dashed #607d8b;height:100%}.u-hz .u-cursor-y,.u-vt .u-cursor-x{border-bottom:1px dashed #607d8b;width:100%}.u-cursor-pt{background-clip:padding-box!important;border:0 solid;border-radius:50%;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.u-axis.u-off,.u-cursor-pt.u-off,.u-cursor-x.u-off,.u-cursor-y.u-off,.u-select.u-off{display:none}.vm-line-chart{pointer-events:auto}.vm-line-chart_panning{pointer-events:none}.vm-line-chart__u-plot{position:relative}.vm-chart-tooltip{grid-gap:12px;word-wrap:break-word;background:var(--color-background-tooltip);border-radius:8px;color:#fff;display:grid;font-family:monospace;font-size:12px;font-weight:400;gap:12px;line-height:150%;padding:12px;pointer-events:none;position:absolute;-webkit-user-select:text;user-select:text;width:370px;z-index:98}.vm-chart-tooltip_sticky{pointer-events:auto;z-index:99}.vm-chart-tooltip_moved{margin-left:-316.5px;margin-top:-24.5px;position:fixed}.vm-chart-tooltip-header{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr 25px 25px;justify-content:center;min-height:25px}.vm-chart-tooltip-header__title{grid-row:1}.vm-chart-tooltip-header__close{color:#fff;grid-column:3;grid-row:1}.vm-chart-tooltip-header__drag{color:#fff;cursor:move;grid-column:2;grid-row:1}.vm-chart-tooltip-header__date{grid-gap:2px;display:grid;gap:2px;grid-column:1}.vm-chart-tooltip-data{align-items:center;display:flex;gap:8px;justify-content:flex-start}.vm-chart-tooltip-data__marker{border:1px solid hsla(0,0%,100%,.5);height:14px;width:14px}.vm-chart-tooltip-data__value{font-size:14px;line-height:1}.vm-chart-tooltip-stats{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-start}.vm-chart-tooltip-stats-row{align-items:center;display:grid;justify-content:flex-start}.vm-chart-tooltip-stats-row:not(:last-child){padding-right:8px}.vm-chart-tooltip-stats-row__key{line-height:1;margin-right:4px}.vm-chart-tooltip-stats-row__value{font-weight:700}.vm-chart-tooltip__info{white-space:pre-wrap;word-break:break-all}.vm-legend-item{grid-gap:8px;align-items:start;background-color:var(--color-background-block);cursor:pointer;display:grid;font-size:12px;grid-template-columns:auto auto;justify-content:start;padding:8px;transition:.2s ease}.vm-legend-item:hover{background-color:rgba(0,0,0,.1)}.vm-legend-item_hide{opacity:.5;text-decoration:line-through}.vm-legend-item_static{cursor:default;grid-template-columns:1fr;margin:0;padding:0}.vm-legend-item_static:hover{background-color:var(--color-background-block)}.vm-legend-item__marker{border-radius:2px;box-sizing:border-box;height:14px;position:relative;transition:.2s ease;width:14px}.vm-legend-item-info{font-weight:400;word-break:break-all}.vm-legend-item-info__label{margin-right:2px}.vm-legend-item-info__free-fields{cursor:pointer;padding:2px}.vm-legend-item-info__free-fields:hover{text-decoration:underline}.vm-legend-item-stats{align-items:center;display:flex;gap:8px;grid-column:2}.vm-legend-item-stats-row{align-items:center;display:flex;justify-content:flex-start}.vm-legend-item-stats-row:not(:last-child){padding-right:12px}.vm-legend-item-stats-row__key{color:var(--color-text-secondary);line-height:1;margin-right:4px}.vm-legend{cursor:default;display:flex;flex-wrap:wrap;position:relative}.vm-legend-group{margin:0 12px 12px 0;min-width:23%;width:100%}.vm-legend-group-title{align-items:center;border-bottom:var(--border-divider);display:flex;margin-bottom:1px;padding:8px}.vm-legend-group-title__count{font-weight:700;margin-right:8px}.vm-legend-heatmap{align-items:center;display:inline-grid;gap:4px;grid-template-columns:auto auto;justify-content:space-between}.vm-legend-heatmap__wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.vm-legend-heatmap__value{color:var(--color-text);font-size:12px}.vm-legend-heatmap__value:last-child{text-align:right}.vm-legend-heatmap-gradient{align-items:center;display:flex;grid-column:1/-1;height:12px;justify-content:center;position:relative;width:200px}.vm-legend-heatmap-gradient__value{align-items:center;border:2px solid var(--color-text);border-radius:50%;display:flex;height:16px;justify-content:center;position:absolute;top:-2px;-webkit-transform:translateX(-8px);transform:translateX(-8px);transition:left .1s ease;width:16px}.vm-legend-heatmap-gradient__value span{background-color:var(--color-background-block);box-shadow:var(--box-shadow);color:var(--color-text);font-size:12px;left:auto;padding:4px 8px;position:absolute;top:18px}.vm-legend-heatmap__labels{word-break:break-all}.vm-graph-view{width:100%}.vm-graph-view_full-width{width:calc(100vw - 48px - var(--scrollbar-width))}@media(max-width:768px){.vm-graph-view_full-width{width:calc(100vw - 24px - var(--scrollbar-width))}}.vm-graph-view_full-width_mobile{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-autocomplete{max-height:300px;overflow:auto;overscroll-behavior:none;position:relative}.vm-autocomplete_mobile{max-height:calc(var(--vh)*100 - 70px)}.vm-autocomplete__no-options{color:var(--color-text-disabled);padding:12px;text-align:center}.vm-autocomplete-info,.vm-autocomplete-message{background-color:var(--color-background-block);border-top:var(--border-divider);padding:12px}.vm-autocomplete-message{color:var(--color-warning);font-size:12px;position:relative}.vm-autocomplete-message:after{background:var(--color-warning);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%}.vm-autocomplete-info{max-width:500px;min-width:450px;overflow-wrap:anywhere}.vm-autocomplete-info__type{color:var(--color-text-secondary);margin-bottom:8px}.vm-autocomplete-info__description{line-height:130%}.vm-autocomplete-info__description p{margin:12px 0}.vm-autocomplete-info__description p:last-child{margin:0}.vm-query-editor{position:relative}.vm-query-editor-autocomplete{align-items:center;-webkit-animation:half-circle-spinner-animation 1s linear infinite,vm-fade .5s ease-in;animation:half-circle-spinner-animation 1s linear infinite,vm-fade .5s ease-in;bottom:0;color:var(--color-text-secondary);display:flex;height:100%;justify-items:center;pointer-events:none;position:absolute;right:12px;top:0;width:12px;z-index:2}.vm-additional-settings{align-items:center;display:inline-flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.vm-additional-settings__input{flex-basis:160px;margin-bottom:-6px}.vm-additional-settings_mobile{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:1fr;padding:0 12px;width:100%}.vm-switch{align-items:center;cursor:pointer;display:flex;font-size:12px;justify-content:flex-start;-webkit-user-select:none;user-select:none}.vm-switch_full-width{flex-direction:row-reverse;justify-content:space-between}.vm-switch_full-width .vm-switch__label{margin-left:0}.vm-switch_disabled{cursor:default;opacity:.6}.vm-switch_secondary_active .vm-switch-track{background-color:var(--color-secondary)}.vm-switch_primary_active .vm-switch-track{background-color:var(--color-primary)}.vm-switch_active .vm-switch-track__thumb{left:20px}.vm-switch:hover .vm-switch-track{opacity:.8}.vm-switch-track{align-items:center;background-color:hsla(0,6%,6%,.4);border-radius:17px;display:flex;height:17px;justify-content:flex-start;padding:3px;position:relative;transition:background-color .2s ease,opacity .3s ease-out;width:34px}.vm-switch-track__thumb{background-color:var(--color-background-block);border-radius:50%;left:3px;min-height:11px;min-width:11px;position:absolute;top:auto;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:right .2s ease-out,left .2s ease-out}.vm-switch__label{color:var(--color-text-secondary);font-size:inherit;margin-left:8px;transition:color .2s ease;white-space:nowrap}.vm-switch_active .vm-switch__label{color:var(--color-text)}.vm-query-configurator{grid-gap:12px;display:grid;gap:12px}.vm-query-configurator-list{display:grid}.vm-query-configurator-list-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto auto auto}.vm-query-configurator-list-row_mobile{gap:4px}.vm-query-configurator-list-row_disabled{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.5}.vm-query-configurator-list-row__button{align-items:start;display:grid;min-height:36px;width:36px}.vm-query-configurator-settings{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.vm-query-configurator-settings__buttons{grid-gap:8px;display:grid;flex-grow:1;gap:8px;grid-template-columns:repeat(3,auto);justify-content:flex-end}.vm-query-history{max-width:80vw;min-width:500px}.vm-query-history_mobile{max-width:100vw;min-width:100vw}.vm-query-history__tabs{border-bottom:var(--border-divider);margin:-12px -12px 0;padding:0 8px}.vm-query-history__tabs_mobile{margin:-12px -12px 0}.vm-query-history-list{align-items:flex-start;display:grid}.vm-query-history-list__group-title{font-weight:700;margin:0 -12px;padding:12px 12px 8px}.vm-query-history-list__group-title_first{padding-top:12px}.vm-query-history-list__no-data{align-items:center;color:var(--color-text-secondary);display:flex;justify-content:center;line-height:18px;padding:16px 12px;text-align:center;white-space:pre-line}.vm-query-history-item{grid-gap:8px;align-items:center;border-bottom:var(--border-divider);display:grid;gap:8px;grid-template-columns:1fr auto;margin:0 -12px;padding:8px 12px}.vm-query-history-item__value{font-family:monospace;overflow-wrap:anywhere;white-space:pre-wrap}.vm-query-history-item__buttons{display:flex}.vm-query-history-footer{display:flex;justify-content:flex-end;padding-top:12px}.vm-json-view__copy{display:flex;justify-content:flex-end;position:-webkit-sticky;position:sticky;top:0;z-index:2}.vm-json-view__code{font-size:14px;line-height:1.4;-webkit-transform:translateY(-32px);transform:translateY(-32px);white-space:pre-wrap}.vm-axes-limits{grid-gap:12px;align-items:center;display:grid;gap:12px;max-width:300px}.vm-axes-limits_mobile{gap:12px;max-width:100%;width:100%}.vm-axes-limits_mobile .vm-axes-limits-list__inputs{grid-template-columns:repeat(2,1fr)}.vm-axes-limits-list{grid-gap:12px;align-items:center;display:grid;gap:12px}.vm-axes-limits-list__inputs{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,120px)}.vm-graph-settings-popper{grid-gap:12px;display:grid;gap:12px;padding:0 0 12px}.vm-graph-settings-popper__body{grid-gap:8px;display:grid;gap:8px;padding:0 12px}.vm-spinner{align-items:center;-webkit-animation:vm-fade 2s cubic-bezier(.28,.84,.42,1.1);animation:vm-fade 2s cubic-bezier(.28,.84,.42,1.1);background-color:hsla(0,0%,100%,.5);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:99}.vm-spinner_dark{background-color:hsla(0,6%,6%,.2)}.vm-spinner__message{color:rgba(var(--color-text),.9);font-size:16px;line-height:1.3;margin-top:12px;text-align:center;white-space:pre-line}.half-circle-spinner,.half-circle-spinner *{box-sizing:border-box}.half-circle-spinner{border-radius:100%;height:60px;position:relative;width:60px}.half-circle-spinner .circle{border:6px solid transparent;border-radius:100%;content:"";height:100%;position:absolute;width:100%}.half-circle-spinner .circle.circle-1{-webkit-animation:half-circle-spinner-animation 1s infinite;animation:half-circle-spinner-animation 1s infinite;border-top-color:var(--color-primary)}.half-circle-spinner .circle.circle-2{-webkit-animation:half-circle-spinner-animation 1s infinite alternate;animation:half-circle-spinner-animation 1s infinite alternate;border-bottom-color:var(--color-primary)}@-webkit-keyframes half-circle-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes half-circle-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vm-fade{0%{opacity:0}to{opacity:1}}@keyframes vm-fade{0%{opacity:0}to{opacity:1}}.vm-tracings-view{grid-gap:12px;display:grid;gap:12px}.vm-tracings-view-trace-header{align-items:center;border-bottom:var(--border-divider);display:flex;justify-content:space-between;padding:8px 8px 8px 12px}.vm-tracings-view-trace-header-title{flex-grow:1;font-size:16px;margin-right:8px}.vm-tracings-view-trace-header-title__query{font-weight:700}.vm-tracings-view-trace__nav{padding:12px 12px 12px 0}.vm-tracings-view-trace__nav_mobile{padding:8px 8px 8px 0}.vm-line-progress{grid-gap:8px;align-items:center;color:var(--color-text-secondary);display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:center}.vm-line-progress-track{background-color:var(--color-hover-black);border-radius:4px;height:20px;width:100%}.vm-line-progress-track__thumb{background-color:#1a90ff;border-radius:4px;height:100%}.vm-nested-nav{border-radius:4px;margin-left:8px;position:relative}.vm-nested-nav_dark .vm-nested-nav-header,.vm-nested-nav_dark .vm-nested-nav-header:after,.vm-nested-nav_dark .vm-nested-nav-header:before{background-color:var(--color-background-body)}.vm-nested-nav_dark .vm-nested-nav-header:hover{box-shadow:0 0 0 1px hsla(0,0%,100%,.08)}.vm-nested-nav_mobile{margin-left:8px}.vm-nested-nav_root>.vm-nested-nav-header:after,.vm-nested-nav_root>.vm-nested-nav-header:before{display:none}.vm-nested-nav-header{grid-gap:8px;background-color:rgba(201,227,246,.4);border-radius:4px;cursor:pointer;display:grid;gap:8px;grid-template-columns:auto 1fr;margin-bottom:8px;padding:8px;position:relative;transition:box-shadow .2s ease-in-out;z-index:2}.vm-nested-nav-header:after{height:2px;top:calc(50% - 1px);width:8px}.vm-nested-nav-header:after,.vm-nested-nav-header:before{background-color:#c9e3f6;content:"";left:-8px;position:absolute}.vm-nested-nav-header:before{bottom:50%;height:calc(50% + 8px);width:2px}.vm-nested-nav-header:hover{box-shadow:0 0 0 1px hsla(0,6%,6%,.08)}.vm-nested-nav-header__icon{align-items:center;color:var(--color-text-secondary);display:flex;justify-content:center;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:20px}.vm-nested-nav-header__icon_open{-webkit-transform:rotate(0);transform:rotate(0)}.vm-nested-nav-header__progress{grid-column:2}.vm-nested-nav-header__message{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;display:-moz-box;display:-webkit-box;grid-column:2;line-height:130%;overflow:hidden;position:relative;text-overflow:ellipsis}.vm-nested-nav-header__message_show-full{display:block;overflow:visible}.vm-nested-nav-header__message_duration{color:var(--color-text-secondary)}.vm-nested-nav-header-bottom{align-items:center;display:grid;grid-column:2;grid-template-columns:1fr auto}.vm-nested-nav__childrens>.vm-nested-nav:not(:last-child):before{background-color:#c9e3f6;content:"";height:100%;left:-8px;position:absolute;top:0;width:2px}.vm-nested-nav__childrens>.vm-nested-nav_dark:not(:last-child):before{background-color:var(--color-background-body)}.vm-json-form{grid-gap:12px;display:grid;gap:12px;grid-template-rows:auto calc(var(--vh)*70 - 114px) auto;max-height:900px;max-width:1000px;overflow:hidden;width:70vw}.vm-json-form_mobile{grid-template-rows:auto calc(var(--vh)*100 - 236px) auto;min-height:100%;width:100%}.vm-json-form_one-field{grid-template-rows:calc(var(--vh)*70 - 114px) auto}.vm-json-form_one-field_mobile{grid-template-rows:calc(var(--vh)*100 - 184px) auto}.vm-json-form textarea{height:100%;max-height:900px;overflow:auto;width:100%}.vm-json-form-footer{align-items:center;display:flex;gap:8px;justify-content:space-between}@media(max-width:500px){.vm-json-form-footer{flex-direction:column}.vm-json-form-footer button{flex-grow:1}}.vm-json-form-footer__controls{align-items:center;display:flex;flex-grow:1;gap:8px;justify-content:flex-start}@media(max-width:500px){.vm-json-form-footer__controls{grid-template-columns:repeat(2,1fr);justify-content:center;width:100%}}.vm-json-form-footer__controls_right{display:grid;grid-template-columns:repeat(2,90px);justify-content:flex-end}@media(max-width:500px){.vm-json-form-footer__controls_right{grid-template-columns:repeat(2,1fr);justify-content:center;width:100%}}.vm-table-settings-popper{display:grid;min-width:250px}.vm-table-settings-popper_mobile .vm-table-settings-popper-list{gap:12px}.vm-table-settings-popper_mobile .vm-table-settings-popper-list:first-child{padding-top:0}.vm-table-settings-popper-list{grid-gap:12px;border-bottom:var(--border-divider);display:grid;gap:12px;max-height:350px;overflow:auto;padding:12px}.vm-table-settings-popper-list_first{padding-top:0}.vm-table-settings-popper-list-header{align-items:center;display:grid;grid-template-columns:1fr auto;justify-content:space-between;min-height:25px}.vm-table-settings-popper-list-header__title{font-weight:700}.vm-table-settings-popper-list__item{font-size:14px}.vm-checkbox{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;-webkit-user-select:none;user-select:none}.vm-checkbox_disabled{cursor:default;opacity:.6}.vm-checkbox_secondary_active .vm-checkbox-track{background-color:var(--color-secondary)}.vm-checkbox_secondary .vm-checkbox-track{border:1px solid var(--color-secondary)}.vm-checkbox_primary_active .vm-checkbox-track{background-color:var(--color-primary)}.vm-checkbox_primary .vm-checkbox-track{border:1px solid var(--color-primary)}.vm-checkbox_active .vm-checkbox-track__thumb{-webkit-transform:scale(1);transform:scale(1)}.vm-checkbox:hover .vm-checkbox-track{opacity:.8}.vm-checkbox-track{align-items:center;background-color:transparent;border-radius:4px;display:flex;height:16px;justify-content:center;padding:2px;position:relative;transition:background-color .2s ease,opacity .3s ease-out;width:16px}.vm-checkbox-track__thumb{align-items:center;color:#fff;display:grid;height:12px;justify-content:center;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out;width:12px}.vm-checkbox__label{color:inherit;font-size:inherit;margin-left:8px;transition:color .2s ease;white-space:nowrap}.vm-custom-panel{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:100%;height:100%}.vm-custom-panel_mobile{gap:8px}.vm-custom-panel__warning{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto;justify-content:space-between}.vm-custom-panel__warning_mobile{grid-template-columns:1fr}.vm-custom-panel-body{position:relative}.vm-custom-panel-body-header{align-items:center;border-bottom:var(--border-divider);display:flex;font-size:12px;justify-content:space-between;margin:-12px -12px 12px;padding:0 12px;position:relative;z-index:1}.vm-custom-panel-body-header__left{align-items:center;display:flex;gap:8px}.vm-custom-panel-body_mobile .vm-custom-panel-body-header{margin:-12px -12px 12px;padding:0 12px}.vm-table-view{max-width:100%;overflow:auto}.vm-table-view,.vm-table-view_mobile{margin-top:-12px}.vm-table-view table{margin-top:0}.vm-predefined-panel-header{grid-gap:8px;align-items:center;border-bottom:var(--border-divider);display:grid;gap:8px;grid-template-columns:auto 1fr auto;justify-content:flex-start;padding:8px 16px}.vm-predefined-panel-header__description{line-height:1.3;white-space:pre-wrap}.vm-predefined-panel-header__description ol,.vm-predefined-panel-header__description ul{list-style-position:inside}.vm-predefined-panel-header__description a{color:#c9e3f6;text-decoration:underline}.vm-predefined-panel-header__info{align-items:center;color:var(--color-primary);display:flex;justify-content:center;width:18px}.vm-predefined-panel-body{min-height:500px;padding:8px 16px}@media(max-width:500px){.vm-predefined-panel-body{padding:0}}.vm-predefined-dashboard{background-color:transparent}.vm-predefined-dashboard-header{align-items:center;border-radius:4px;box-shadow:var(--box-shadow);display:grid;font-weight:700;grid-template-columns:1fr auto;justify-content:space-between;line-height:1;overflow:hidden;padding:12px;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:box-shadow .2s ease-in-out}.vm-predefined-dashboard-header_open{border-radius:4px 4px 0 0;box-shadow:none}.vm-predefined-dashboard-header__title{font-size:14px}.vm-predefined-dashboard-header__count{font-size:12px;grid-column:2;margin-right:26px}.vm-predefined-dashboard-panels{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(12,1fr);padding:0}@media(max-width:1000px){.vm-predefined-dashboard-panels{grid-template-columns:1fr}}.vm-predefined-dashboard-panels-panel{border-radius:8px;overflow:hidden;position:relative}.vm-predefined-dashboard-panels-panel:hover .vm-predefined-dashboard-panels-panel__resizer{-webkit-transform:scale(1);transform:scale(1)}.vm-predefined-dashboard-panels-panel__resizer{bottom:0;cursor:ew-resize;height:20px;position:absolute;right:0;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:20px;z-index:1}.vm-predefined-dashboard-panels-panel__resizer:after{border-bottom:2px solid hsla(0,6%,6%,.2);border-right:2px solid hsla(0,6%,6%,.2);bottom:5px;content:"";height:5px;position:absolute;right:5px;width:5px}.vm-predefined-dashboard-panels-panel__alert{grid-column:span 12}.vm-predefined-panels{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}@media(max-width:768px){.vm-predefined-panels{padding:12px 0}}@media(max-width:500px){.vm-predefined-panels{padding:8px 0}}.vm-predefined-panels-tabs{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:8px;justify-content:flex-start;overflow:hidden}@media(max-width:768px){.vm-predefined-panels-tabs{padding:0 12px}}.vm-predefined-panels-tabs__tab{background:var(--color-background-block);border:1px solid hsla(0,6%,6%,.2);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;padding:8px 12px;text-align:center;text-transform:uppercase;transition:background .2s ease-in-out,color .15s ease-in}@media(max-width:500px){.vm-predefined-panels-tabs__tab{flex-grow:1}}.vm-predefined-panels-tabs__tab:hover{color:var(--color-primary)}.vm-predefined-panels-tabs__tab_active{border-color:var(--color-primary);color:var(--color-primary)}.vm-predefined-panels__dashboards{grid-gap:12px;display:grid;gap:12px}.vm-cardinality-configurator{grid-gap:8px;display:grid;gap:8px}.vm-cardinality-configurator-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-start}.vm-cardinality-configurator-controls__query{flex-grow:10}.vm-cardinality-configurator-controls__item{flex-grow:2}.vm-cardinality-configurator-controls__item_limit{flex-grow:1}.vm-cardinality-configurator-controls__item svg{color:var(--color-text-disabled)}.vm-cardinality-configurator-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;width:100%}.vm-cardinality-configurator-bottom-helpful{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-end}.vm-cardinality-configurator-bottom-helpful a{color:var(--color-text-secondary)}.vm-cardinality-configurator-bottom__execute{align-items:center;display:flex;gap:8px}.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom{justify-content:center}.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom-helpful{flex-grow:1;justify-content:center}.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom__execute,.vm-cardinality-configurator_mobile .vm-cardinality-configurator-bottom__execute button:nth-child(3){width:100%}.vm-cardinality-totals{align-content:flex-start;display:inline-flex;flex-grow:1;flex-wrap:wrap;gap:12px;justify-content:flex-start}.vm-cardinality-totals_mobile{gap:12px;justify-content:center}.vm-cardinality-totals-card{grid-gap:8px 4px;align-items:center;display:grid;gap:8px 4px;grid-template-columns:auto 1fr;justify-content:center}.vm-cardinality-totals-card__info-icon{align-items:center;color:var(--color-primary);display:flex;justify-content:center;width:12px}.vm-cardinality-totals-card__title{align-items:center;color:var(--color-text);display:flex;gap:4px;grid-column:1/-1;justify-content:flex-start}.vm-cardinality-totals-card__tooltip{max-width:280px;padding:8px;white-space:normal}.vm-cardinality-totals-card__value{color:var(--color-primary);font-size:18px;font-weight:700;line-height:14px;text-align:center}.vm-metrics-content-header{margin:-12px -12px 0}.vm-metrics-content-header__title{align-items:center;display:flex;justify-content:flex-start}.vm-metrics-content-header__tip{max-width:300px;padding:8px;white-space:normal}.vm-metrics-content-header__tip p{margin-bottom:8px}.vm-metrics-content-header__tip-icon{align-items:center;color:var(--color-primary);display:flex;justify-content:center;margin-right:4px;width:12px}.vm-metrics-content_mobile .vm-metrics-content-header{margin:-12px -12px 0}.vm-metrics-content__table{overflow:auto;padding-top:12px;width:calc(100vw - 48px - var(--scrollbar-width))}@media(max-width:768px){.vm-metrics-content__table{width:calc(100vw - 24px - var(--scrollbar-width))}}.vm-metrics-content__table_mobile{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-metrics-content__table .vm-table-cell_header{white-space:nowrap}.vm-metrics-content_mobile .vm-metrics-content__table{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-metrics-content__chart{padding-top:12px}.vm-metrics-content-prom-data{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:12px;text-align:center;width:100%}.vm-metrics-content-prom-data__icon{align-items:center;color:var(--color-primary);display:flex;height:30px;justify-content:center;margin-bottom:8px;width:30px}.vm-metrics-content-prom-data__title{font-size:16px;font-weight:700}.vm-metrics-content-prom-data__text{line-height:1.3;max-width:700px}.vm-simple-bar-chart{display:grid;grid-template-columns:auto 1fr;height:100%;overflow:hidden;padding-bottom:6px}.vm-simple-bar-chart-y-axis{display:grid;position:relative;-webkit-transform:translateY(12px);transform:translateY(12px)}.vm-simple-bar-chart-y-axis__tick{align-items:center;display:flex;font-size:12px;justify-content:flex-end;line-height:2;padding-right:8px;position:relative;text-align:right;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;z-index:1}.vm-simple-bar-chart-y-axis__tick:after{border-bottom:var(--border-divider);content:"";height:0;left:100%;position:absolute;top:auto;-webkit-transform:translateY(-1px) translateZ(-1);transform:translateY(-1px) translateZ(-1);width:100vw}.vm-simple-bar-chart-data{align-items:flex-end;display:flex;gap:1%;justify-content:space-between;position:relative}.vm-simple-bar-chart-data-item{align-items:flex-start;background-color:#3b5;display:flex;flex-grow:1;height:calc(100% - 48px);justify-content:center;min-width:1px;transition:background-color .2s ease-in;width:100%}.vm-simple-bar-chart-data-item:hover{background-color:#51d071}.vm-simple-bar-chart-data-item:first-child{background-color:#f79420}.vm-simple-bar-chart-data-item:first-child:hover{background-color:#f9ac51}.vm-cardinality-panel{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}.vm-cardinality-panel_mobile,.vm-cardinality-panel_mobile .vm-cardinality-panel-tips{gap:8px}.vm-cardinality-panel-tips{align-content:flex-start;display:inline-flex;flex-grow:1;flex-wrap:wrap;gap:12px;justify-content:flex-start;width:100%}.vm-cardinality-panel-table__header th:first-child{width:60%}.vm-cardinality-panel-table__header th:not(:first-child){width:auto}.vm-cardinality-panel-table__progress{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:minmax(200px,1fr) 70px;justify-content:flex-start}.vm-cardinality-tip{background-color:var(--color-background-block);border-radius:8px;box-shadow:var(--box-shadow);color:var(--color-text-secondary);display:grid;flex-grow:1;grid-template-rows:auto 1fr;overflow:hidden;width:300px}.vm-cardinality-tip-header{align-items:center;border-bottom:var(--border-divider);display:flex;gap:4px;justify-content:center;padding:8px 12px;position:relative}.vm-cardinality-tip-header:after{background:var(--color-warning);content:"";height:100%;left:0;opacity:.1;pointer-events:none;position:absolute;top:0;width:100%}.vm-cardinality-tip-header__tip-icon{align-items:center;color:var(--color-warning);display:flex;justify-content:center;width:12px}.vm-cardinality-tip-header__title{color:var(--color-text);font-weight:700;text-align:center}.vm-cardinality-tip-header__tooltip{font-size:14px;line-height:130%;max-width:280px;padding:8px;white-space:normal}.vm-cardinality-tip__description{line-height:130%;padding:8px 12px}.vm-cardinality-tip__description p{margin-bottom:8px}.vm-cardinality-tip__description p:last-child{margin-bottom:0}.vm-cardinality-tip__description ol,.vm-cardinality-tip__description ul{list-style-position:inside}.vm-cardinality-tip__description ol li,.vm-cardinality-tip__description ul li{margin-bottom:4px}.vm-top-queries-panel-header,.vm-top-queries-panel-header_mobile{margin:-12px -12px 0}.vm-top-queries-panel__table{overflow:auto;padding-top:12px;width:calc(100vw - 48px - var(--scrollbar-width))}@media(max-width:768px){.vm-top-queries-panel__table{width:calc(100vw - 24px - var(--scrollbar-width))}}.vm-top-queries-panel__table_mobile{width:calc(100vw - 24px - var(--scrollbar-width))}.vm-top-queries-panel__table .vm-table-cell_header{white-space:nowrap}.vm-top-queries{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}.vm-top-queries_mobile{gap:8px}.vm-top-queries-controls{grid-gap:8px;display:grid;gap:8px}.vm-top-queries-controls-fields{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.vm-top-queries-controls-fields__item{flex-grow:1;min-width:200px}.vm-top-queries-controls-bottom{grid-gap:12px;align-items:flex-end;display:grid;gap:12px;grid-template-columns:1fr auto;justify-content:space-between}.vm-top-queries-controls-bottom_mobile{gap:8px;grid-template-columns:1fr}.vm-top-queries-controls-bottom__button{align-items:center;display:flex;justify-content:flex-end}.vm-top-queries-panels{grid-gap:12px;display:grid;gap:12px}.vm-top-queries-panels__table-actions{align-items:center;display:flex;gap:8px;height:100%;justify-content:flex-end;padding:0 8px}.vm-trace-page{display:flex;flex-direction:column;min-height:100%}@media(max-width:768px){.vm-trace-page{padding:12px 0}}.vm-trace-page-controls{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr 1fr;justify-content:center}.vm-trace-page-header{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:1fr auto;margin-bottom:12px}@media(max-width:768px){.vm-trace-page-header{grid-template-columns:1fr;padding:0 12px}}.vm-trace-page-header-errors{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:1fr;justify-content:stretch}@media(max-width:768px){.vm-trace-page-header-errors{grid-row:2}}.vm-trace-page-header-errors-item{align-items:center;display:grid;justify-content:stretch;position:relative}.vm-trace-page-header-errors-item__filename{min-height:20px}.vm-trace-page-header-errors-item__close{position:absolute;right:8px;top:auto;z-index:2}.vm-trace-page-preview{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.vm-trace-page-preview__text{font-size:14px;line-height:1.8;margin-bottom:12px;text-align:center;white-space:pre-line}.vm-trace-page__dropzone{align-items:center;box-shadow:inset var(--color-primary) 0 0 10px;display:flex;height:100%;justify-content:center;left:0;opacity:.5;pointer-events:none;position:fixed;top:0;width:100%;z-index:100}.vm-explore-metrics{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}@media(max-width:500px){.vm-explore-metrics{gap:8px}}.vm-explore-metrics-body{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}@media(max-width:500px){.vm-explore-metrics-body{gap:8px}}.vm-explore-metrics-graph,.vm-explore-metrics-graph_mobile{padding:0 12px 12px}.vm-explore-metrics-graph__warning{align-items:center;display:grid;grid-template-columns:1fr auto;justify-content:space-between}.vm-explore-metrics-item-header{grid-gap:12px;align-items:center;border-bottom:var(--border-divider);display:grid;gap:12px;grid-template-columns:auto 1fr auto auto;justify-content:flex-start;padding:12px}.vm-explore-metrics-item-header_mobile{grid-template-columns:1fr auto;padding:8px 12px}.vm-explore-metrics-item-header__index{color:var(--color-text-secondary);font-size:12px}.vm-explore-metrics-item-header__name{flex-grow:1;font-weight:700;line-height:130%;max-width:100%;overflow:hidden;text-overflow:ellipsis}.vm-explore-metrics-item-header-order{align-items:center;display:grid;grid-column:1;grid-template-columns:auto 20px auto;justify-content:flex-start;text-align:center}.vm-explore-metrics-item-header-order__up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-explore-metrics-item-header__rate{grid-column:3}.vm-explore-metrics-item-header__close{align-items:center;display:grid;grid-column:4;grid-row:1}.vm-explore-metrics-item-header code{background-color:var(--color-hover-black);border-radius:6px;font-size:85%;padding:.2em .4em}.vm-explore-metrics-item-header-modal{grid-gap:12px;align-items:flex-start;display:grid;gap:12px}.vm-explore-metrics-item-header-modal-order{align-items:center;display:flex;gap:12px;justify-content:space-between}.vm-explore-metrics-item-header-modal-order p{align-items:center;display:flex}.vm-explore-metrics-item-header-modal-order__index{margin-left:4px}.vm-explore-metrics-item-header-modal__rate{grid-gap:8px;display:grid;gap:8px}.vm-explore-metrics-item-header-modal__rate p{color:var(--color-text-secondary)}.vm-explore-metrics-item{position:relative}.vm-select-input{align-items:center;border:var(--border-divider);border-radius:4px;cursor:pointer;display:flex;min-height:40px;padding:8px 0 8px 12px;position:relative}.vm-select-input-content{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:8px;justify-content:flex-start}.vm-select-input-content_mobile{flex-wrap:nowrap}.vm-select-input-content__counter{font-size:14px;line-height:14px}.vm-select-input-content__selected{align-items:center;background-color:var(--color-hover-black);border-radius:4px;display:inline-flex;font-size:14px;justify-content:center;line-height:14px;max-width:100%;padding:2px 2px 2px 6px}.vm-select-input-content__selected span{overflow:hidden;text-overflow:ellipsis;width:100%}.vm-select-input-content__selected svg{align-items:center;background-color:transparent;border-radius:4px;display:flex;justify-content:center;margin-left:10px;padding:4px;transition:background-color .2s ease-in-out;width:20px}.vm-select-input-content__selected svg:hover{background-color:hsla(0,6%,6%,.1)}.vm-select-input input{background-color:transparent;border:none;border-radius:4px;color:var(--color-text);display:inline-block;flex-grow:1;font-size:14px;height:18px;line-height:18px;min-width:100px;padding:0;position:relative;z-index:2}.vm-select-input input:placeholder-shown{width:auto}.vm-select-input__icon{align-items:center;border-right:var(--border-divider);color:var(--color-text-secondary);cursor:pointer;display:inline-flex;justify-content:flex-end;padding:0 8px;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:transform .2s ease-in,opacity .2s ease-in;transition:transform .2s ease-in,opacity .2s ease-in,-webkit-transform .2s ease-in}.vm-select-input__icon:last-child{border:none}.vm-select-input__icon svg{width:14px}.vm-select-input__icon_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-select-input__icon:hover{opacity:.7}.vm-select-options{grid-gap:8px;display:grid;font-size:14px;gap:8px;max-height:208px;max-width:300px;overflow:auto;padding:12px}.vm-select-options_mobile{max-height:calc(var(--vh)*100 - 70px);max-width:100%;padding:0 12px 8px}.vm-explore-metrics-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:flex-start;max-width:calc(100vw - var(--scrollbar-width))}.vm-explore-metrics-header_mobile{align-items:stretch;flex-direction:column}.vm-explore-metrics-header__job{flex-grow:1;min-width:150px}.vm-explore-metrics-header__instance{flex-grow:2;min-width:150px}.vm-explore-metrics-header__size{grid-gap:12px;align-items:center;display:grid;flex-grow:1;gap:12px;grid-template-columns:1fr auto;min-width:150px}.vm-explore-metrics-header-description{grid-gap:8px;align-items:flex-start;display:grid;gap:8px;grid-template-columns:1fr auto}.vm-explore-metrics-header-description button{color:inherit;min-height:29px}.vm-explore-metrics-header-description code{margin:0 3px}.vm-explore-metrics-header-metrics{flex-grow:1;width:100%}.vm-explore-metrics-header__clear-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:2px}.vm-explore-metrics-header__clear-icon:hover{opacity:.7}.vm-preview-icons{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,100px);justify-content:center}.vm-preview-icons-item{grid-gap:8px;align-items:stretch;border:1px solid transparent;border-radius:4px;cursor:pointer;display:grid;gap:8px;grid-template-rows:1fr auto;height:100px;justify-content:center;padding:12px 8px;transition:box-shadow .2s ease-in-out}.vm-preview-icons-item:hover{box-shadow:0 1px 4px rgba(0,0,0,.16)}.vm-preview-icons-item:active .vm-preview-icons-item__svg{-webkit-transform:scale(.9);transform:scale(.9)}.vm-preview-icons-item__name{font-size:12px;line-height:2;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.vm-preview-icons-item__svg{align-items:center;display:flex;height:100%;justify-content:center;transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out}.vm-preview-icons-item__svg svg{height:24px;width:auto}.vm-with-template,.vm-with-template-body{grid-gap:12px;display:grid;gap:12px}.vm-with-template-body{align-items:flex-start;width:100%}.vm-with-template-body-top{align-items:center;display:flex;gap:8px;justify-content:flex-end}.vm-with-template-body__expr textarea{min-height:200px}.vm-with-template-body__result textarea{min-height:60px}.vm-with-template-body textarea{font-family:monospace;height:100%;overflow:auto;width:100%}.vm-with-template-tutorial{grid-gap:16px;display:grid;gap:16px}.vm-with-template-tutorial__title{font-size:16px;font-weight:700}.vm-with-template-tutorial-section{grid-gap:12px;display:grid;gap:12px}.vm-with-template-tutorial-section__text{font-size:14px;line-height:130%;max-width:720px}.vm-code-example{background-color:hsla(0,6%,6%,.05);border-radius:4px;display:block;overflow:auto;padding:12px;position:relative;white-space:pre-wrap}.vm-code-example__copy{position:absolute;right:10px;top:10px}.vm-relabeling,.vm-relabeling-header{grid-gap:12px;display:grid;gap:12px}.vm-relabeling-header{align-items:flex-start;width:100%}.vm-relabeling-header-configs textarea{min-height:200px}.vm-relabeling-header__labels textarea{min-height:60px}.vm-relabeling-header textarea{font-family:monospace;height:100%;overflow:auto;width:100%}.vm-relabeling-header-bottom{align-items:center;display:flex;gap:12px;justify-content:flex-end}.vm-relabeling-header-bottom a{color:var(--color-text-secondary)}.vm-relabeling-steps,.vm-relabeling-steps-item{grid-gap:12px;display:grid;gap:12px}.vm-relabeling-steps-item{border-bottom:var(--border-divider);padding:0 12px 12px}.vm-relabeling-steps-item:last-child{border-bottom:none;padding-bottom:0}.vm-relabeling-steps-item__row{display:grid;grid-template-columns:100px 1fr}@media(max-width:500px){.vm-relabeling-steps-item__row{gap:4px;grid-template-columns:1fr}}.vm-relabeling-steps-item__row pre{white-space:pre-wrap}.vm-active-queries-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;justify-content:space-between;margin-bottom:12px}.vm-active-queries-header-controls{grid-gap:8px;display:grid;gap:8px;grid-column:2}.vm-active-queries-header__update-msg{color:var(--color-text-secondary);font-size:12px;white-space:nowrap}#root,body,html{background-attachment:fixed;background-color:#fefeff;background-color:var(--color-background-body);background-repeat:no-repeat;color:#110f0f;color:var(--color-text);cursor:default;font-family:system-ui;font-size:14px;margin:0;min-height:100%}body{overflow:auto}*{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:inherit;font:inherit;touch-action:pan-x pan-y}code{font-family:monospace}b{font-weight:700}input,textarea{cursor:text}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{-webkit-user-select:none;user-select:none}input::placeholder,textarea::placeholder{-webkit-user-select:none;user-select:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vm-snackbar{-webkit-animation:vm-slide-snackbar .15s cubic-bezier(.28,.84,.42,1.1);animation:vm-slide-snackbar .15s cubic-bezier(.28,.84,.42,1.1);bottom:12px;left:12px;position:fixed;z-index:999}.vm-snackbar-content{align-items:center;display:grid;grid-template-columns:1fr auto}.vm-snackbar-content__close{color:inherit;height:24px;opacity:.8;padding:4px;width:24px}.vm-snackbar_mobile{bottom:0;left:0;right:0}@-webkit-keyframes vm-slide-snackbar{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vm-slide-snackbar{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}svg{width:100%}*{scrollbar-color:#a09f9f #fff;scrollbar-color:var(--color-text-disabled) var(--color-background-block);scrollbar-width:thin}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fff;background:var(--color-background-block)}::-webkit-scrollbar-thumb{background-color:#a09f9f;background-color:var(--color-text-disabled);border:3px solid #fff;border:3px solid var(--color-background-block);border-radius:20px}a,abbr,acronym,address,applet,article,aside,audio,big,body,canvas,caption,center,cite,code,del,details,dfn,div,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:initial}h1,h2,h3,h4,h5,h6{font-weight:400}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}q:after,q:before{content:""}table{border-collapse:collapse;border-spacing:0}input::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}input::placeholder{opacity:1;transition:opacity .3s ease}input:focus::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}input:focus::placeholder{opacity:0;transition:opacity .3s ease}*{box-sizing:border-box;outline:none}button{background:none;border:none;border-radius:0;padding:0}strong{letter-spacing:1px}input[type=file]{cursor:pointer;font-size:0;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}input[type=file]:disabled{cursor:not-allowed}a{color:inherit;text-decoration:inherit}input,textarea{-webkit-text-fill-color:inherit;appearance:none;-webkit-appearance:none}input:disabled,textarea:disabled{opacity:1!important}input:placeholder-shown,textarea:placeholder-shown{width:100%}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 0 #fff!important;width:100%;z-index:2}.vm-header-button{border:1px solid hsla(0,6%,6%,.2)}.vm-list-item{background-color:transparent;cursor:pointer;padding:12px;transition:background-color .2s ease}.vm-list-item_mobile{padding:12px}.vm-list-item:hover,.vm-list-item_active{background-color:rgba(0,0,0,.06);background-color:var(--color-hover-black)}.vm-list-item_multiselect{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:10px 1fr;justify-content:flex-start}.vm-list-item_multiselect svg{-webkit-animation:vm-scale .15s cubic-bezier(.28,.84,.42,1);animation:vm-scale .15s cubic-bezier(.28,.84,.42,1)}.vm-list-item_multiselect span{grid-column:2}.vm-list-item_multiselect_selected{color:#3f51b5;color:var(--color-primary)}.vm-list-item_with-icon{grid-gap:4px;display:grid;gap:4px;grid-template-columns:14px 1fr}.vm-list-item_with-icon,.vm-mobile-option{align-items:center;justify-content:flex-start}.vm-mobile-option{display:flex;gap:8px;padding:6px 0;-webkit-user-select:none;user-select:none;width:100%}.vm-mobile-option__arrow,.vm-mobile-option__icon{align-items:center;display:flex;justify-content:center}.vm-mobile-option__icon{color:#3f51b5;color:var(--color-primary);height:22px;width:22px}.vm-mobile-option__arrow{color:#3f51b5;color:var(--color-primary);height:14px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:14px}.vm-mobile-option-text{grid-gap:2px;align-items:center;display:grid;flex-grow:1;gap:2px}.vm-mobile-option-text__label{font-weight:700}.vm-mobile-option-text__value{color:#706f6f;color:var(--color-text-secondary);font-size:12px}.vm-block{background-color:#fff;background-color:var(--color-background-block);border-radius:8px;box-shadow:1px 2px 6px rgba(0,0,0,.08);box-shadow:var(--box-shadow);padding:12px}.vm-block_mobile{border-radius:0;padding:12px}.vm-block_empty-padding{padding:0}.vm-section-header{align-items:center;border-bottom:1px solid rgba(0,0,0,.15);border-bottom:var(--border-divider);border-radius:8px 8px 0 0;display:grid;grid-template-columns:1fr auto;justify-content:center;padding:0 12px}.vm-section-header__title{font-size:14px;font-weight:700}.vm-section-header__title_mobile{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.vm-section-header__tabs{align-items:center;display:flex;font-size:12px;justify-content:flex-start}.vm-table{border-collapse:initial;border-spacing:0;margin-top:-12px;width:100%}.vm-table,.vm-table__row{background-color:#fff;background-color:var(--color-background-block)}.vm-table__row{transition:background-color .2s ease}.vm-table__row:hover:not(.vm-table__row_header){background-color:rgba(0,0,0,.06);background-color:var(--color-hover-black)}.vm-table__row_header{position:relative;z-index:2}.vm-table__row_selected{background-color:rgba(26,144,255,.05)}.vm-table-cell{border-bottom:1px solid rgba(0,0,0,.15);border-bottom:var(--border-divider);line-height:1.5;overflow-wrap:anywhere;padding:4px;vertical-align:top}.vm-table-cell__content{align-items:center;display:flex;justify-content:flex-start}.vm-table-cell_sort{cursor:pointer}.vm-table-cell_sort:hover{background-color:rgba(0,0,0,.06);background-color:var(--color-hover-black)}.vm-table-cell_header{font-weight:700;overflow-wrap:normal;text-align:left}.vm-table-cell_gray{color:#110f0f;color:var(--color-text);opacity:.4}.vm-table-cell_right{text-align:right}.vm-table-cell_right .vm-table-cell__content{justify-content:flex-end}.vm-table-cell_no-wrap{white-space:nowrap}.vm-table-cell_no-padding{padding:0}.vm-table-cell_pre{white-space:pre-wrap}.vm-table-cell_logs-time{overflow-wrap:normal;white-space:pre}.vm-table-cell_logs{font-family:monospace;line-height:1.2}.vm-table__sort-icon{align-items:center;display:flex;justify-content:center;margin:0 8px;opacity:.4;transition:opacity .2s ease,-webkit-transform .2s ease-in-out;transition:opacity .2s ease,transform .2s ease-in-out;transition:opacity .2s ease,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:15px}.vm-table__sort-icon_active{opacity:1}.vm-table__sort-icon_desc{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vm-link{cursor:pointer;transition:color .2s ease}.vm-link_colored{color:#3f51b5;color:var(--color-primary)}.vm-link_underlined{text-decoration:underline}.vm-link_with-icon{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:14px auto;justify-content:center}.vm-link:hover{color:#3f51b5;color:var(--color-primary);text-decoration:underline}.vm-dynamic-number{color:#a09f9f;color:var(--color-text-disabled);font-size:12px}.vm-dynamic-number_positive{color:#4caf50;color:var(--color-success)}.vm-dynamic-number_negative{color:#fd080e;color:var(--color-error)}.vm-dynamic-number_down:before{content:"↓"}.vm-dynamic-number_up:before{content:"↑"}:root{--color-primary:#3f51b5;--color-secondary:#e91e63;--color-error:#fd080e;--color-warning:#ff8308;--color-info:#03a9f4;--color-success:#4caf50;--color-primary-text:#fff;--color-secondary-text:#fff;--color-error-text:#fff;--color-warning-text:#fff;--color-info-text:#fff;--color-success-text:#fff;--color-background-body:#fefeff;--color-background-block:#fff;--color-background-tooltip:rgba(80,80,80,.9);--color-text:#110f0f;--color-text-secondary:#706f6f;--color-text-disabled:#a09f9f;--box-shadow:rgba(0,0,0,.08) 1px 2px 6px;--box-shadow-popper:rgba(0,0,0,.1) 0px 2px 8px 0px;--border-divider:1px solid rgba(0,0,0,.15);--color-hover-black:rgba(0,0,0,.06)} \ No newline at end of file diff --git a/app/vmselect/vmui/static/js/main.5bcddddc.js b/app/vmselect/vmui/static/js/main.5bcddddc.js new file mode 100644 index 000000000..1d1ae9dfe --- /dev/null +++ b/app/vmselect/vmui/static/js/main.5bcddddc.js @@ -0,0 +1,2 @@ +/*! For license information please see main.5bcddddc.js.LICENSE.txt */ +!function(){var e={680:function(e,t,n){"use strict";var r=n(476),i=n(962),a=i(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"===typeof n&&a(e,".prototype.")>-1?i(n):n}},962:function(e,t,n){"use strict";var r=n(199),i=n(476),a=n(267),o=i("%TypeError%"),l=i("%Function.prototype.apply%"),u=i("%Function.prototype.call%"),c=i("%Reflect.apply%",!0)||r.call(u,l),s=i("%Object.defineProperty%",!0),f=i("%Math.max%");if(s)try{s({},"a",{value:1})}catch(h){s=null}e.exports=function(e){if("function"!==typeof e)throw new o("a function is required");var t=c(r,u,arguments);return a(t,1+f(0,e.length-(arguments.length-1)),!0)};var d=function(){return c(r,l,arguments)};s?s(e.exports,"apply",{value:d}):e.exports.apply=d},123:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function i(){for(var e=[],t=0;t=t?e:""+Array(t+1-r.length).join(n)+e},y={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(i,2,"0")},m:function e(t,n){if(t.date()1)return e(o[0])}else{var l=t.name;b[l]=t,i=l}return!r&&i&&(_=i),i||!r&&_},x=function(e,t){if(D(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new S(n)},C=y;C.l=k,C.i=D,C.w=function(e,t){return x(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var S=function(){function v(e){this.$L=k(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[w]=!0}var g=v.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(C.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(m);if(r){var i=r[2]-1||0,a=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return C},g.isValid=function(){return!(this.$d.toString()===h)},g.isSame=function(e,t){var n=x(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return x(e)=0&&(a[f]=parseInt(s,10))}var d=a[3],h=24===d?0:d,m=a[0]+"-"+a[1]+"-"+a[2]+" "+h+":"+a[4]+":"+a[5]+":000",p=+t;return(i.utc(m).valueOf()-(p-=p%1e3))/6e4},u=r.prototype;u.tz=function(e,t){void 0===e&&(e=a);var n=this.utcOffset(),r=this.toDate(),o=r.toLocaleString("en-US",{timeZone:e}),l=Math.round((r-new Date(o))/1e3/60),u=i(o,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-l,!0);if(t){var c=u.utcOffset();u=u.add(n-c,"minute")}return u.$x.$timezone=e,u},u.offsetName=function(e){var t=this.$x.$timezone||i.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=u.startOf;u.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return c.call(n,e,t).tz(this.$x.$timezone,!0)},i.tz=function(e,t,n){var r=n&&t,o=n||t||a,u=l(+i(),o);if("string"!=typeof e)return i(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,i=l(r,n);if(t===i)return[r,t];var a=l(r-=60*(i-t)*1e3,n);return i===a?[r,i]:[e-60*Math.min(i,a)*1e3,Math.max(i,a)]}(i.utc(e,r).valueOf(),u,o),s=c[0],f=c[1],d=i(s).utcOffset(f);return d.$x.$timezone=o,d},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(e){a=e}}}()},635:function(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,a){var o=i.prototype;a.utc=function(e){return new i({date:e,utc:!0,args:arguments})},o.utc=function(t){var n=a(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},o.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var l=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),l.call(this,e)};var u=o.init;o.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else u.call(this)};var c=o.utcOffset;o.utcOffset=function(r,i){var a=this.$utils().u;if(a(r))return this.$u?0:a(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],a=i[0],o=60*+i[1]+ +i[2];return 0===o?0:"+"===a?o:-o}(r),null===r))return this;var o=Math.abs(r)<=16?60*r:r,l=this;if(i)return l.$offset=o,l.$u=0===r,l;if(0!==r){var u=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(l=this.local().add(o+u,e)).$offset=o,l.$x.$localOffset=u}else l=this.utc();return l};var s=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return s.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var f=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var d=o.diff;o.diff=function(e,t,n){if(e&&this.$u===e.$u)return d.call(this,e,t,n);var r=this.local(),i=a(e).local();return d.call(r,i,t,n)}}}()},150:function(e,t,n){"use strict";var r=n(926)(),i=n(476),a=r&&i("%Object.defineProperty%",!0);if(a)try{a({},"a",{value:1})}catch(c){a=!1}var o=i("%SyntaxError%"),l=i("%TypeError%"),u=n(103);e.exports=function(e,t,n){if(!e||"object"!==typeof e&&"function"!==typeof e)throw new l("`obj` must be an object or a function`");if("string"!==typeof t&&"symbol"!==typeof t)throw new l("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!==typeof arguments[3]&&null!==arguments[3])throw new l("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!==typeof arguments[4]&&null!==arguments[4])throw new l("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!==typeof arguments[5]&&null!==arguments[5])throw new l("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!==typeof arguments[6])throw new l("`loose`, if provided, must be a boolean");var r=arguments.length>3?arguments[3]:null,i=arguments.length>4?arguments[4]:null,c=arguments.length>5?arguments[5]:null,s=arguments.length>6&&arguments[6],f=!!u&&u(e,t);if(a)a(e,t,{configurable:null===c&&f?f.configurable:!c,enumerable:null===r&&f?f.enumerable:!r,value:n,writable:null===i&&f?f.writable:!i});else{if(!s&&(r||i||c))throw new o("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=n}}},781:function(e){"use strict";var t=Object.prototype.toString,n=Math.max,r=function(e,t){for(var n=[],r=0;r1&&"boolean"!==typeof t)throw new o('"allowMissing" argument must be a boolean');if(null===S(/^%?[^%]*%?$/,e))throw new i("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=C(e,0,1),n=C(e,-1);if("%"===t&&"%"!==n)throw new i("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new i("invalid intrinsic syntax, expected opening `%`");var r=[];return x(e,E,(function(e,t,n,i){r[r.length]=n?x(i,A,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",a=N("%"+r+"%",t),l=a.name,c=a.value,s=!1,f=a.alias;f&&(r=f[0],k(n,D([0,1],f)));for(var d=1,h=!0;d=n.length){var y=u(c,m);c=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:c[m]}else h=w(c,m),c=c[m];h&&!s&&(v[l]=c)}}return c}},103:function(e,t,n){"use strict";var r=n(476)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(i){r=null}e.exports=r},926:function(e,t,n){"use strict";var r=n(476)("%Object.defineProperty%",!0),i=function(){if(r)try{return r({},"a",{value:1}),!0}catch(e){return!1}return!1};i.hasArrayLengthDefineBug=function(){if(!i())return null;try{return 1!==r([],"length",{value:1}).length}catch(e){return!0}},e.exports=i},593:function(e){"use strict";var t={foo:{}},n=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof n)}},520:function(e,t,n){"use strict";var r="undefined"!==typeof Symbol&&Symbol,i=n(541);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&i())))}},541:function(e){"use strict";e.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"===typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"===typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},834:function(e,t,n){"use strict";var r=Function.prototype.call,i=Object.prototype.hasOwnProperty,a=n(199);e.exports=a.call(r,i)},936:function(e,t,n){var r=NaN,i="[object Symbol]",a=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,s="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,f="object"==typeof self&&self&&self.Object===Object&&self,d=s||f||Function("return this")(),h=Object.prototype.toString,m=Math.max,p=Math.min,v=function(){return d.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==i}(e))return r;if(g(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=l.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):o.test(e)?r:+e}e.exports=function(e,t,n){var r,i,a,o,l,u,c=0,s=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function _(e){var n=e-u;return void 0===u||n>=t||n<0||f&&e-c>=a}function b(){var e=v();if(_(e))return w(e);l=setTimeout(b,function(e){var n=t-(e-u);return f?p(n,a-(e-c)):n}(e))}function w(e){return l=void 0,d&&r?h(e):(r=i=void 0,o)}function D(){var e=v(),n=_(e);if(r=arguments,i=this,u=e,n){if(void 0===l)return function(e){return c=e,l=setTimeout(b,t),s?h(e):o}(u);if(f)return l=setTimeout(b,t),h(u)}return void 0===l&&(l=setTimeout(b,t)),o}return t=y(t)||0,g(n)&&(s=!!n.leading,a=(f="maxWait"in n)?m(y(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),D.cancel=function(){void 0!==l&&clearTimeout(l),c=0,r=u=i=l=void 0},D.flush=function(){return void 0===l?o:w(v())},D}},7:function(e,t,n){var r="__lodash_hash_undefined__",i=1/0,a="[object Function]",o="[object GeneratorFunction]",l="[object Symbol]",u=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,s=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,h=/^\[object .+?Constructor\]$/,m="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,p="object"==typeof self&&self&&self.Object===Object&&self,v=m||p||Function("return this")();var g=Array.prototype,y=Function.prototype,_=Object.prototype,b=v["__core-js_shared__"],w=function(){var e=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),D=y.toString,k=_.hasOwnProperty,x=_.toString,C=RegExp("^"+D.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),S=v.Symbol,E=g.splice,A=z(v,"Map"),N=z(Object,"create"),M=S?S.prototype:void 0,F=M?M.toString:void 0;function T(e){var t=-1,n=e?e.length:0;for(this.clear();++t-1},O.prototype.set=function(e,t){var n=this.__data__,r=P(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},L.prototype.clear=function(){this.__data__={hash:new T,map:new(A||O),string:new T}},L.prototype.delete=function(e){return B(this,e).delete(e)},L.prototype.get=function(e){return B(this,e).get(e)},L.prototype.has=function(e){return B(this,e).has(e)},L.prototype.set=function(e,t){return B(this,e).set(e,t),this};var j=$((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(U(e))return F?F.call(e):"";var t=e+"";return"0"==t&&1/e==-i?"-0":t}(t);var n=[];return s.test(e)&&n.push(""),e.replace(f,(function(e,t,r,i){n.push(r?i.replace(d,"$1"):t||e)})),n}));function H(e){if("string"==typeof e||U(e))return e;var t=e+"";return"0"==t&&1/e==-i?"-0":t}function $(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function n(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o),o};return n.cache=new($.Cache||L),n}$.Cache=L;var V=Array.isArray;function Y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function U(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&x.call(e)==l}e.exports=function(e,t,n){var r=null==e?void 0:I(e,t);return void 0===r?n:r}},154:function(e,t,n){var r="function"===typeof Map&&Map.prototype,i=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&i&&"function"===typeof i.get?i.get:null,o=r&&Map.prototype.forEach,l="function"===typeof Set&&Set.prototype,u=Object.getOwnPropertyDescriptor&&l?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=l&&u&&"function"===typeof u.get?u.get:null,s=l&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"===typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"===typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,p=Object.prototype.toString,v=Function.prototype.toString,g=String.prototype.match,y=String.prototype.slice,_=String.prototype.replace,b=String.prototype.toUpperCase,w=String.prototype.toLowerCase,D=RegExp.prototype.test,k=Array.prototype.concat,x=Array.prototype.join,C=Array.prototype.slice,S=Math.floor,E="function"===typeof BigInt?BigInt.prototype.valueOf:null,A=Object.getOwnPropertySymbols,N="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"===typeof Symbol&&"object"===typeof Symbol.iterator,F="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M||"symbol")?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,O=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function L(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||D.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-S(-e):S(e);if(r!==e){var i=String(r),a=y.call(t,i.length+1);return _.call(i,n,"$&_")+"."+_.call(_.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var P=n(654),I=P.custom,R=$(I)?I:null;function B(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function z(e){return _.call(String(e),/"/g,""")}function j(e){return"[object Array]"===U(e)&&(!F||!("object"===typeof e&&F in e))}function H(e){return"[object RegExp]"===U(e)&&(!F||!("object"===typeof e&&F in e))}function $(e){if(M)return e&&"object"===typeof e&&e instanceof Symbol;if("symbol"===typeof e)return!0;if(!e||"object"!==typeof e||!N)return!1;try{return N.call(e),!0}catch(t){}return!1}e.exports=function e(t,r,i,l){var u=r||{};if(Y(u,"quoteStyle")&&"single"!==u.quoteStyle&&"double"!==u.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Y(u,"maxStringLength")&&("number"===typeof u.maxStringLength?u.maxStringLength<0&&u.maxStringLength!==1/0:null!==u.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var p=!Y(u,"customInspect")||u.customInspect;if("boolean"!==typeof p&&"symbol"!==p)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Y(u,"indent")&&null!==u.indent&&"\t"!==u.indent&&!(parseInt(u.indent,10)===u.indent&&u.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Y(u,"numericSeparator")&&"boolean"!==typeof u.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var b=u.numericSeparator;if("undefined"===typeof t)return"undefined";if(null===t)return"null";if("boolean"===typeof t)return t?"true":"false";if("string"===typeof t)return W(t,u);if("number"===typeof t){if(0===t)return 1/0/t>0?"0":"-0";var D=String(t);return b?L(t,D):D}if("bigint"===typeof t){var S=String(t)+"n";return b?L(t,S):S}var A="undefined"===typeof u.depth?5:u.depth;if("undefined"===typeof i&&(i=0),i>=A&&A>0&&"object"===typeof t)return j(t)?"[Array]":"[Object]";var I=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"===typeof e.indent&&e.indent>0))return null;n=x.call(Array(e.indent+1)," ")}return{base:n,prev:x.call(Array(t+1),n)}}(u,i);if("undefined"===typeof l)l=[];else if(q(l,t)>=0)return"[Circular]";function V(t,n,r){if(n&&(l=C.call(l)).push(n),r){var a={depth:u.depth};return Y(u,"quoteStyle")&&(a.quoteStyle=u.quoteStyle),e(t,a,i+1,l)}return e(t,u,i+1,l)}if("function"===typeof t&&!H(t)){var Q=function(e){if(e.name)return e.name;var t=g.call(v.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),ee=X(t,V);return"[Function"+(Q?": "+Q:" (anonymous)")+"]"+(ee.length>0?" { "+x.call(ee,", ")+" }":"")}if($(t)){var te=M?_.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):N.call(t);return"object"!==typeof t||M?te:Z(te)}if(function(e){if(!e||"object"!==typeof e)return!1;if("undefined"!==typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"===typeof e.nodeName&&"function"===typeof e.getAttribute}(t)){for(var ne="<"+w.call(String(t.nodeName)),re=t.attributes||[],ie=0;ie"}if(j(t)){if(0===t.length)return"[]";var ae=X(t,V);return I&&!function(e){for(var t=0;t=0)return!1;return!0}(ae)?"["+J(ae,I)+"]":"[ "+x.call(ae,", ")+" ]"}if(function(e){return"[object Error]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)){var oe=X(t,V);return"cause"in Error.prototype||!("cause"in t)||T.call(t,"cause")?0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+x.call(oe,", ")+" }":"{ ["+String(t)+"] "+x.call(k.call("[cause]: "+V(t.cause),oe),", ")+" }"}if("object"===typeof t&&p){if(R&&"function"===typeof t[R]&&P)return P(t,{depth:A-i});if("symbol"!==p&&"function"===typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!==typeof e)return!1;try{a.call(e);try{c.call(e)}catch(ne){return!0}return e instanceof Map}catch(t){}return!1}(t)){var le=[];return o&&o.call(t,(function(e,n){le.push(V(n,t,!0)+" => "+V(e,t))})),K("Map",a.call(t),le,I)}if(function(e){if(!c||!e||"object"!==typeof e)return!1;try{c.call(e);try{a.call(e)}catch(t){return!0}return e instanceof Set}catch(n){}return!1}(t)){var ue=[];return s&&s.call(t,(function(e){ue.push(V(e,t))})),K("Set",c.call(t),ue,I)}if(function(e){if(!f||!e||"object"!==typeof e)return!1;try{f.call(e,f);try{d.call(e,d)}catch(ne){return!0}return e instanceof WeakMap}catch(t){}return!1}(t))return G("WeakMap");if(function(e){if(!d||!e||"object"!==typeof e)return!1;try{d.call(e,d);try{f.call(e,f)}catch(ne){return!0}return e instanceof WeakSet}catch(t){}return!1}(t))return G("WeakSet");if(function(e){if(!h||!e||"object"!==typeof e)return!1;try{return h.call(e),!0}catch(t){}return!1}(t))return G("WeakRef");if(function(e){return"[object Number]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Z(V(Number(t)));if(function(e){if(!e||"object"!==typeof e||!E)return!1;try{return E.call(e),!0}catch(t){}return!1}(t))return Z(V(E.call(t)));if(function(e){return"[object Boolean]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Z(m.call(t));if(function(e){return"[object String]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Z(V(String(t)));if("undefined"!==typeof window&&t===window)return"{ [object Window] }";if(t===n.g)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)&&!H(t)){var ce=X(t,V),se=O?O(t)===Object.prototype:t instanceof Object||t.constructor===Object,fe=t instanceof Object?"":"null prototype",de=!se&&F&&Object(t)===t&&F in t?y.call(U(t),8,-1):fe?"Object":"",he=(se||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(de||fe?"["+x.call(k.call([],de||[],fe||[]),": ")+"] ":"");return 0===ce.length?he+"{}":I?he+"{"+J(ce,I)+"}":he+"{ "+x.call(ce,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function Y(e,t){return V.call(e,t)}function U(e){return p.call(e)}function q(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;nt.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return W(y.call(e,0,t.maxStringLength),t)+r}return B(_.call(_.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Q),"single",t)}function Q(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+b.call(t.toString(16))}function Z(e){return"Object("+e+")"}function G(e){return e+" { ? }"}function K(e,t,n,r){return e+" ("+t+") {"+(r?J(n,r):x.call(n,", "))+"}"}function J(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+x.call(e,","+n)+"\n"+t.prev}function X(e,t){var n=j(e),r=[];if(n){r.length=e.length;for(var i=0;i=n.__.length&&n.__.push({__V:s}),n.__[e]}function g(e){return u=1,y(P,e)}function y(e,t,n){var a=v(r++,2);if(a.t=e,!a.__c&&(a.__=[n?n(t):P(void 0,t),function(e){var t=a.__N?a.__N[0]:a.__[0],n=a.t(t,e);t!==n&&(a.__N=[n,a.__[1]],a.__c.setState({}))}],a.__c=i,!i.u)){var o=function(e,t,n){if(!a.__c.__H)return!0;var r=a.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!l||l.call(this,e,t,n);var i=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}})),!(!i&&a.__c.props===e)&&(!l||l.call(this,e,t,n))};i.u=!0;var l=i.shouldComponentUpdate,u=i.componentWillUpdate;i.componentWillUpdate=function(e,t,n){if(this.__e){var r=l;l=void 0,o(e,t,n),l=r}u&&u.call(this,e,t,n)},i.shouldComponentUpdate=o}return a.__N||a.__}function _(e,t){var n=v(r++,3);!l.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__H.__h.push(n))}function b(e,t){var n=v(r++,4);!l.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__h.push(n))}function w(e){return u=5,k((function(){return{current:e}}),[])}function D(e,t,n){u=6,b((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function k(e,t){var n=v(r++,7);return L(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function x(e,t){return u=8,k((function(){return e}),t)}function C(e){var t=i.context[e.__c],n=v(r++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(i)),t.props.value):e.__}function S(e,t){l.YM.useDebugValue&&l.YM.useDebugValue(t?t(e):e)}function E(e){var t=v(r++,10),n=g();return t.__=e,i.componentDidCatch||(i.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]}function A(){var e=v(r++,11);if(!e.__){for(var t=i.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function N(){for(var e;e=c.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(T),e.__H.__h.forEach(O),e.__H.__h=[]}catch(i){e.__H.__h=[],l.YM.__e(i,e.__v)}}l.YM.__b=function(e){i=null,f&&f(e)},l.YM.__r=function(e){d&&d(e),r=0;var t=(i=e.__c).__H;t&&(a===i?(t.__h=[],i.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=s,e.__N=e.i=void 0}))):(t.__h.forEach(T),t.__h.forEach(O),t.__h=[],r=0)),a=i},l.YM.diffed=function(e){h&&h(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==c.push(t)&&o===l.YM.requestAnimationFrame||((o=l.YM.requestAnimationFrame)||F)(N)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==s&&(e.__=e.__V),e.i=void 0,e.__V=s}))),a=i=null},l.YM.__c=function(e,t){t.some((function(e){try{e.__h.forEach(T),e.__h=e.__h.filter((function(e){return!e.__||O(e)}))}catch(a){t.some((function(e){e.__h&&(e.__h=[])})),t=[],l.YM.__e(a,e.__v)}})),m&&m(e,t)},l.YM.unmount=function(e){p&&p(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{T(e)}catch(e){t=e}})),n.__H=void 0,t&&l.YM.__e(t,n.__v))};var M="function"==typeof requestAnimationFrame;function F(e){var t,n=function(){clearTimeout(r),M&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);M&&(t=requestAnimationFrame(n))}function T(e){var t=i,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),i=t}function O(e){var t=i;e.__c=e.__(),i=t}function L(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function P(e,t){return"function"==typeof t?t(e):t}function I(e,t){for(var n in t)e[n]=t[n];return e}function R(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function B(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function z(e){this.props=e}function j(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:R(this.props,e)}function r(t){return this.shouldComponentUpdate=n,(0,l.az)(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(z.prototype=new l.wA).isPureReactComponent=!0,z.prototype.shouldComponentUpdate=function(e,t){return R(this.props,e)||R(this.state,t)};var H=l.YM.__b;l.YM.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),H&&H(e)};var $="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function V(e){function t(t){var n=I({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=$,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var Y=function(e,t){return null==e?null:(0,l.bR)((0,l.bR)(e).map(t))},U={map:Y,forEach:Y,count:function(e){return e?(0,l.bR)(e).length:0},only:function(e){var t=(0,l.bR)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:l.bR},q=l.YM.__e;l.YM.__e=function(e,t,n,r){if(e.then)for(var i,a=t;a=a.__;)if((i=a.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);q(e,t,n,r)};var W=l.YM.unmount;function Q(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=I({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Q(e,t,n)}))),e}function Z(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Z(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.insertBefore(e.__e,e.__d),e.__c.__e=!0,e.__c.__P=n)),e}function G(){this.__u=0,this.t=null,this.__b=null}function K(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function J(e){var t,n,r;function i(i){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return(0,l.az)(n,i)}return i.displayName="Lazy",i.__f=!0,i}function X(){this.u=null,this.o=null}l.YM.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),W&&W(e)},(G.prototype=new l.wA).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=K(r.__v),a=!1,o=function(){a||(a=!0,n.__R=null,i?i(l):l())};n.__R=o;var l=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Z(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},u=!0===t.__h;r.__u++||u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},G.prototype.componentWillUnmount=function(){this.t=[]},G.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=Q(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&(0,l.az)(l.HY,null,e.fallback);return i&&(i.__h=null),[(0,l.az)(l.HY,null,t.__a?null:e.children),i]};var ee=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]>>1,1),t.i.removeChild(e)}}),(0,l.sY)((0,l.az)(te,{context:t.context},e.__v),t.l)}function re(e,t){var n=(0,l.az)(ne,{__v:e,i:t});return n.containerInfo=t,n}(X.prototype=new l.wA).__a=function(e){var t=this,n=K(t.__v),r=t.o.get(e);return r[0]++,function(i){var a=function(){t.props.revealOrder?(r.push(i),ee(t,e,r)):i()};n?n(a):a()}},X.prototype.render=function(e){this.u=null,this.o=new Map;var t=(0,l.bR)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},X.prototype.componentDidUpdate=X.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){ee(e,n,t)}))};var ie="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ae=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,oe=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,le=/[A-Z0-9]/g,ue="undefined"!=typeof document,ce=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function se(e,t,n){return null==t.__k&&(t.textContent=""),(0,l.sY)(e,t),"function"==typeof n&&n(),e?e.__c:null}function fe(e,t,n){return(0,l.ZB)(e,t),"function"==typeof n&&n(),e?e.__c:null}l.wA.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(l.wA.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var de=l.YM.event;function he(){}function me(){return this.cancelBubble}function pe(){return this.defaultPrevented}l.YM.event=function(e){return de&&(e=de(e)),e.persist=he,e.isPropagationStopped=me,e.isDefaultPrevented=pe,e.nativeEvent=e};var ve,ge={enumerable:!1,configurable:!0,get:function(){return this.class}},ye=l.YM.vnode;l.YM.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var i in t){var a=t[i];if(!("value"===i&&"defaultValue"in t&&null==a||ue&&"children"===i&&"noscript"===n||"class"===i||"className"===i)){var o=i.toLowerCase();"defaultValue"===i&&"value"in t&&null==t.value?i="value":"download"===i&&!0===a?a="":"ondoubleclick"===o?i="ondblclick":"onchange"!==o||"input"!==n&&"textarea"!==n||ce(t.type)?"onfocus"===o?i="onfocusin":"onblur"===o?i="onfocusout":oe.test(i)?i=o:-1===n.indexOf("-")&&ae.test(i)?i=i.replace(le,"-$&").toLowerCase():null===a&&(a=void 0):o=i="oninput","oninput"===o&&r[i=o]&&(i="oninputCapture"),r[i]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=(0,l.bR)(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=(0,l.bR)(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ge)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=ie,ye&&ye(e)};var _e=l.YM.__r;l.YM.__r=function(e){_e&&_e(e),ve=e.__c};var be=l.YM.diffed;l.YM.diffed=function(e){be&&be(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),ve=null};var we={ReactCurrentDispatcher:{current:{readContext:function(e){return ve.__n[e.__c].props.value}}}},De="17.0.2";function ke(e){return l.az.bind(null,e)}function xe(e){return!!e&&e.$$typeof===ie}function Ce(e){return xe(e)&&e.type===l.HY}function Se(e){return xe(e)?l.Tm.apply(null,arguments):e}function Ee(e){return!!e.__k&&((0,l.sY)(null,e),!0)}function Ae(e){return e&&(e.base||1===e.nodeType&&e)||null}var Ne=function(e,t){return e(t)},Me=function(e,t){return e(t)},Fe=l.HY;function Te(e){e()}function Oe(e){return e}function Le(){return[!1,Te]}var Pe=b,Ie=xe;function Re(e,t){var n=t(),r=g({h:{__:n,v:t}}),i=r[0].h,a=r[1];return b((function(){i.__=n,i.v=t,B(i.__,t())||a({h:i})}),[e,n,t]),_((function(){return B(i.__,i.v())||a({h:i}),e((function(){B(i.__,i.v())||a({h:i})}))}),[e]),n}var Be={useState:g,useId:A,useReducer:y,useEffect:_,useLayoutEffect:b,useInsertionEffect:Pe,useTransition:Le,useDeferredValue:Oe,useSyncExternalStore:Re,startTransition:Te,useRef:w,useImperativeHandle:D,useMemo:k,useCallback:x,useContext:C,useDebugValue:S,version:"17.0.2",Children:U,render:se,hydrate:fe,unmountComponentAtNode:Ee,createPortal:re,createElement:l.az,createContext:l.kr,createFactory:ke,cloneElement:Se,createRef:l.Vf,Fragment:l.HY,isValidElement:xe,isElement:Ie,isFragment:Ce,findDOMNode:Ae,Component:l.wA,PureComponent:z,memo:j,forwardRef:V,flushSync:Me,unstable_batchedUpdates:Ne,StrictMode:Fe,Suspense:G,SuspenseList:X,lazy:J,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:we}},856:function(e,t,n){"use strict";n.d(t,{HY:function(){return b},Tm:function(){return V},Vf:function(){return _},YM:function(){return i},ZB:function(){return $},az:function(){return g},bR:function(){return A},kr:function(){return Y},sY:function(){return H},wA:function(){return w}});var r,i,a,o,l,u,c,s,f={},d=[],h=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,m=Array.isArray;function p(e,t){for(var n in t)e[n]=t[n];return e}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function g(e,t,n){var i,a,o,l={};for(o in t)"key"==o?i=t[o]:"ref"==o?a=t[o]:l[o]=t[o];if(arguments.length>2&&(l.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===l[o]&&(l[o]=e.defaultProps[o]);return y(e,l,i,a,null)}function y(e,t,n,r,o){var l={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++a:o};return null==o&&null!=i.vnode&&i.vnode(l),l}function _(){return{current:null}}function b(e){return e.children}function w(e,t){this.props=e,this.context=t}function D(e,t){if(null==t)return e.__?D(e.__,e.__.__k.indexOf(e)+1):null;for(var n;tt&&o.sort(c));C.__r=0}function S(e,t,n,r,i,a,o,l,u,c,s){var h,p,v,g,_,w,k,x,C,S=0,A=r&&r.__k||d,F=A.length,T=F,O=t.length;for(n.__k=[],h=0;h0?y(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)?(g.__=n,g.__b=n.__b+1,-1===(x=M(g,A,k=h+S,T))?v=f:(v=A[x]||f,A[x]=void 0,T--),P(e,g,v,i,a,o,l,u,c,s),_=g.__e,(p=g.ref)&&v.ref!=p&&(v.ref&&B(v.ref,null,g),s.push(p,g.__c||_,g)),null!=_&&(null==w&&(w=_),(C=v===f||null===v.__v)?-1==x&&S--:x!==k&&(x===k+1?S++:x>k?T>O-k?S+=x-k:S--:S=x(null!=u?1:0))for(;o>=0||l=0){if((u=t[o])&&i==u.key&&a===u.type)return o;o--}if(l2&&(u.children=arguments.length>3?r.call(arguments,2):n),y(e.type,u,i||e.key,a||e.ref,null)}function Y(e,t){var n={__c:t="__cC"+s++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,x(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}r=d.slice,i={__e:function(e,t,n,r){for(var i,a,o;t=t.__;)if((i=t.__c)&&!i.__)try{if((a=i.constructor)&&null!=a.getDerivedStateFromError&&(i.setState(a.getDerivedStateFromError(e)),o=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),o=i.__d),o)return i.__E=i}catch(t){e=t}throw e}},a=0,w.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=p({},this.state),"function"==typeof e&&(e=e(p({},n),this.props)),e&&p(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),x(this))},w.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),x(this))},w.prototype.render=b,o=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,c=function(e,t){return e.__v.__b-t.__v.__b},C.__r=0,s=0},609:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC1738",i="RFC3986";e.exports={default:i,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:r,RFC3986:i}},776:function(e,t,n){"use strict";var r=n(816),i=n(668),a=n(609);e.exports={formats:a,parse:i,stringify:r}},668:function(e,t,n){"use strict";var r=n(837),i=Object.prototype.hasOwnProperty,a=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},l=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},u=function(e,t){return e&&"string"===typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,l=n.depth>0&&/(\[[^[\]]*])/.exec(a),c=l?a.slice(0,l.index):a,s=[];if(c){if(!n.plainObjects&&i.call(Object.prototype,c)&&!n.allowPrototypes)return;s.push(c)}for(var f=0;n.depth>0&&null!==(l=o.exec(a))&&f=0;--a){var o,l=e[a];if("[]"===l&&n.parseArrays)o=[].concat(i);else{o=n.plainObjects?Object.create(null):{};var c="["===l.charAt(0)&&"]"===l.charAt(l.length-1)?l.slice(1,-1):l,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&l!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(o=[])[s]=i:"__proto__"!==c&&(o[c]=i):o={0:i}}i=o}return i}(s,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"===typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null===e||"undefined"===typeof e)return n.plainObjects?Object.create(null):{};for(var s="string"===typeof e?function(e,t){var n,c={__proto__:null},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=s.split(t.delimiter,f),h=-1,m=t.charset;if(t.charsetSentinel)for(n=0;n-1&&(v=a(v)?[v]:v),i.call(c,p)?c[p]=r.combine(c[p],v):c[p]=v}return c}(e,n):e,f=n.plainObjects?Object.create(null):{},d=Object.keys(s),h=0;h0?x.join(",")||null:void 0}];else if(u(d))N=d;else{var F=Object.keys(x);N=p?F.sort(p):F}for(var T=o&&u(x)&&1===x.length?n+"[]":n,O=0;O0?w+b:""}},837:function(e,t,n){"use strict";var r=n(609),i=Object.prototype.hasOwnProperty,a=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),l=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r1;){var t=e.pop(),n=t.obj[t.prop];if(a(n)){for(var r=[],i=0;i=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||a===r.RFC1738&&(40===s||41===s)?u+=l.charAt(c):s<128?u+=o[s]:s<2048?u+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?u+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&l.charCodeAt(c)),u+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return u},isBuffer:function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(a(e)){for(var n=[],r=0;rr.length&&h(e,t.length-1);)t=t.slice(0,t.length-1);return t.length}for(var i=r.length,a=t.length;a>=r.length;a--){var o=t[a];if(!h(e,a)&&m(e,a,o)){i=a+1;break}}return i}function g(e,t){return v(e,t)===e.mask.length}function y(e,t){var n=e.maskChar,r=e.mask,i=e.prefix;if(!n){for((t=_(e,"",t,0)).lengtht.length&&(t+=i.slice(t.length,r)),l.every((function(n){for(;s=n,h(e,c=r)&&s!==i[c];){if(r>=t.length&&(t+=i[r]),l=n,a&&h(e,r)&&l===a)return!0;if(++r>=i.length)return!1}var l,c,s;return!m(e,r,n)&&n!==a||(ri.start?f=(s=function(e,t,n,r){var i=e.mask,a=e.maskChar,o=n.split(""),l=r;return o.every((function(t){for(;o=t,h(e,n=r)&&o!==i[n];)if(++r>=i.length)return!1;var n,o;return(m(e,r,t)||t===a)&&r++,r=a.length?d=a.length:d=o.length&&d4294967295||u(t)!==t)throw new l("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],r=!0,c=!0;if("length"in e&&o){var s=o(e,"length");s&&!s.configurable&&(r=!1),s&&!s.writable&&(c=!1)}return(r||c||!n)&&(a?i(e,"length",t,!0,!0):i(e,"length",t)),e}},170:function(e,t,n){"use strict";var r=n(476),i=n(680),a=n(154),o=r("%TypeError%"),l=r("%WeakMap%",!0),u=r("%Map%",!0),c=i("WeakMap.prototype.get",!0),s=i("WeakMap.prototype.set",!0),f=i("WeakMap.prototype.has",!0),d=i("Map.prototype.get",!0),h=i("Map.prototype.set",!0),m=i("Map.prototype.has",!0),p=function(e,t){for(var n,r=e;null!==(n=r.next);r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n};e.exports=function(){var e,t,n,r={assert:function(e){if(!r.has(e))throw new o("Side channel does not contain "+a(e))},get:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(u){if(t)return d(t,r)}else if(n)return function(e,t){var n=p(e,t);return n&&n.value}(n,r)},has:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(u){if(t)return m(t,r)}else if(n)return function(e,t){return!!p(e,t)}(n,r);return!1},set:function(r,i){l&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new l),s(e,r,i)):u?(t||(t=new u),h(t,r,i)):(n||(n={key:{},next:null}),function(e,t,n){var r=p(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(n,r,i))}};return r}},654:function(){}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.m=e,n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.f={},n.e=function(e){return Promise.all(Object.keys(n.f).reduce((function(t,r){return n.f[r](e,t),t}),[]))},n.u=function(e){return"static/js/"+e+".da77e7b3.chunk.js"},n.miniCssF=function(e){},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={},t="vmui:";n.l=function(r,i,a,o){if(e[r])e[r].push(i);else{var l,u;if(void 0!==a)for(var c=document.getElementsByTagName("script"),s=0;se.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){l=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(l)throw a}}}}function O(){return O=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0&&(t.hash=e.substr(n),e=e.substr(0,n));var r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function $(e,n,r,i){void 0===i&&(i={});var a=i,o=a.window,l=void 0===o?document.defaultView:o,u=a.v5Compat,c=void 0!==u&&u,s=l.history,f=t.Pop,d=null,h=m();function m(){return(s.state||{idx:null}).idx}function p(){f=t.Pop;var e=m(),n=null==e?null:e-h;h=e,d&&d({action:f,location:g.location,delta:n})}function v(e){var t="null"!==l.location.origin?l.location.origin:l.location.href,n="string"===typeof e?e:j(e);return I(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==h&&(h=0,s.replaceState(O({},s.state,{idx:h}),""));var g={get action(){return f},get location(){return e(l,s)},listen:function(e){if(d)throw new Error("A history only accepts one active listener");return l.addEventListener(P,p),d=e,function(){l.removeEventListener(P,p),d=null}},createHref:function(e){return n(l,e)},createURL:v,encodeLocation:function(e){var t=v(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,n){f=t.Push;var i=z(g.location,e,n);r&&r(i,e);var a=B(i,h=m()+1),o=g.createHref(i);try{s.pushState(a,"",o)}catch(u){if(u instanceof DOMException&&"DataCloneError"===u.name)throw u;l.location.assign(o)}c&&d&&d({action:f,location:g.location,delta:1})},replace:function(e,n){f=t.Replace;var i=z(g.location,e,n);r&&r(i,e);var a=B(i,h=m()),o=g.createHref(i);s.replaceState(a,"",o),c&&d&&d({action:f,location:g.location,delta:0})},go:function(e){return s.go(e)}};return g}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(L||(L={}));new Set(["lazy","caseSensitive","path","id","index","children"]);function V(e,t,n){void 0===n&&(n="/");var r=re(("string"===typeof t?H(t):t).pathname||"/",n);if(null==r)return null;var i=Y(e);!function(e){e.sort((function(e,t){return e.score!==t.score?t.score-e.score:function(e,t){var n=e.length===t.length&&e.slice(0,-1).every((function(e,n){return e===t[n]}));return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((function(e){return e.childrenIndex})),t.routesMeta.map((function(e){return e.childrenIndex})))}))}(i);for(var a=null,o=0;null==a&&o0&&(I(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+l+'".'),Y(e.children,t,u,l)),(null!=e.path||e.index)&&t.push({path:l,score:X(l,e.index),routesMeta:u})};return e.forEach((function(e,t){var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?")){var r,a=T(U(e.path));try{for(a.s();!(r=a.n()).done;){var o=r.value;i(e,t,o)}}catch(l){a.e(l)}finally{a.f()}}else i(e,t)})),t}function U(e){var t=e.split("/");if(0===t.length)return[];var n,r=d(n=t)||g(n)||m(n)||p(),i=r[0],a=r.slice(1),o=i.endsWith("?"),l=i.replace(/\?$/,"");if(0===a.length)return o?[l,""]:[l];var u=U(a.join("/")),c=[];return c.push.apply(c,y(u.map((function(e){return""===e?l:[l,e].join("/")})))),o&&c.push.apply(c,y(u)),c.map((function(t){return e.startsWith("/")&&""===t?"/":t}))}var q=/^:\w+$/,W=3,Q=2,Z=1,G=10,K=-2,J=function(e){return"*"===e};function X(e,t){var n=e.split("/"),r=n.length;return n.some(J)&&(r+=K),t&&(r+=Q),n.filter((function(e){return!J(e)})).reduce((function(e,t){return e+(q.test(t)?W:""===t?Z:G)}),r)}function ee(e,t){for(var n=e.routesMeta,r={},i="/",a=[],o=0;o and the router will parse it for you.'}function ae(e){return e.filter((function(e,t){return 0===t||e.route.path&&e.route.path.length>0}))}function oe(e,t,n,r){var i;void 0===r&&(r=!1),"string"===typeof e?i=H(e):(I(!(i=O({},e)).pathname||!i.pathname.includes("?"),ie("?","pathname","search",i)),I(!i.pathname||!i.pathname.includes("#"),ie("#","pathname","hash",i)),I(!i.search||!i.search.includes("#"),ie("#","search","hash",i)));var a,o=""===e||""===i.pathname,l=o?"/":i.pathname;if(r||null==l)a=n;else{var u=t.length-1;if(l.startsWith("..")){for(var c=l.split("/");".."===c[0];)c.shift(),u-=1;i.pathname=c.join("/")}a=u>=0?t[u]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?H(e):e,r=n.pathname,i=n.search,a=void 0===i?"":i,o=n.hash,l=void 0===o?"":o,u=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:u,search:ce(a),hash:se(l)}}(i,a),f=l&&"/"!==l&&l.endsWith("/"),d=(o||"."===l)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var le=function(e){return e.join("/").replace(/\/\/+/g,"/")},ue=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},ce=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},se=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""},fe=function(e){C(n,e);var t=N(n);function n(){return _(this,n),t.apply(this,arguments)}return k(n)}(F(Error));function de(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}var he=["post","put","patch","delete"],me=(new Set(he),["get"].concat(he));new Set(me),new Set([301,302,303,307,308]),new Set([307,308]);Symbol("deferred");function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0||I(!1),o=o.slice(0,Math.min(o.length,u+1))}return o.reduceRight((function(e,i,a){var u=i.route.id?null==l?void 0:l[i.route.id]:null,c=null;n&&(c=i.route.errorElement||Fe);var s=t.concat(o.slice(0,a+1)),f=function(){var t;return t=u?c:i.route.Component?r.createElement(i.route.Component,null):i.route.element?i.route.element:e,r.createElement(Oe,{match:i,routeContext:{outlet:e,matches:s,isDataRoute:null!=n},children:t})};return n&&(i.route.ErrorBoundary||i.route.errorElement||0===a)?r.createElement(Te,{location:n.location,revalidation:n.revalidation,component:c,error:u,children:f(),routeContext:{outlet:null,matches:s,isDataRoute:!0}}):f()}),null)}var Pe=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(Pe||{}),Ie=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(Ie||{});function Re(e){var t=r.useContext(ve);return t||I(!1),t}function Be(e){var t=r.useContext(ge);return t||I(!1),t}function ze(e){var t=function(e){var t=r.useContext(we);return t||I(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||I(!1),n.route.id}r.startTransition;function je(e){return function(e){var t=r.useContext(we).outlet;return t?r.createElement(Ee.Provider,{value:e},t):t}(e.context)}function He(e){I(!1)}function $e(e){var n=e.basename,i=void 0===n?"/":n,a=e.children,o=void 0===a?null:a,l=e.location,u=e.navigationType,c=void 0===u?t.Pop:u,s=e.navigator,f=e.static,d=void 0!==f&&f;ke()&&I(!1);var h=i.replace(/^\/*/,"/"),m=r.useMemo((function(){return{basename:h,navigator:s,static:d}}),[h,s,d]);"string"===typeof l&&(l=H(l));var p=l,v=p.pathname,g=void 0===v?"/":v,y=p.search,_=void 0===y?"":y,b=p.hash,w=void 0===b?"":b,D=p.state,k=void 0===D?null:D,x=p.key,C=void 0===x?"default":x,S=r.useMemo((function(){var e=re(g,h);return null==e?null:{location:{pathname:e,search:_,hash:w,state:k,key:C},navigationType:c}}),[h,g,_,w,k,C,c]);return null==S?null:r.createElement(_e.Provider,{value:m},r.createElement(be.Provider,{children:o,value:S}))}function Ve(e){var t=e.children,n=e.location;return Ne(qe(t),n)}var Ye=function(e){return e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error",e}(Ye||{}),Ue=new Promise((function(){}));r.Component;function qe(e,t){void 0===t&&(t=[]);var n=[];return r.Children.forEach(e,(function(e,i){if(r.isValidElement(e)){var a=[].concat(y(t),[i]);if(e.type!==r.Fragment){e.type!==He&&I(!1),e.props.index&&e.props.children&&I(!1);var o={id:e.props.id||a.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(o.children=qe(e.props.children,a)),n.push(o)}else n.push.apply(n,qe(e.props.children,a))}})),n}function We(){return We=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0||(i[n]=e[n]);return i}function Ze(e){return void 0===e&&(e=""),new URLSearchParams("string"===typeof e||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((function(t,n){var r=e[n];return t.concat(Array.isArray(r)?r.map((function(e){return[n,e]})):[[n,r]])}),[]))}new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);var Ge=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","unstable_viewTransition"],Ke=["aria-current","caseSensitive","className","end","style","to","unstable_viewTransition","children"];var Je=r.createContext({isTransitioning:!1});var Xe=r.startTransition;function et(e){var t=e.basename,n=e.children,i=e.future,a=e.window,o=r.useRef();null==o.current&&(o.current=function(e){return void 0===e&&(e={}),$((function(e,t){var n=H(e.location.hash.substr(1)),r=n.pathname,i=void 0===r?"/":r,a=n.search,o=void 0===a?"":a,l=n.hash,u=void 0===l?"":l;return i.startsWith("/")||i.startsWith(".")||(i="/"+i),z("",{pathname:i,search:o,hash:u},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){var n=e.document.querySelector("base"),r="";if(n&&n.getAttribute("href")){var i=e.location.href,a=i.indexOf("#");r=-1===a?i:i.slice(0,a)}return r+"#"+("string"===typeof t?t:j(t))}),(function(e,t){R("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:a,v5Compat:!0}));var l=o.current,u=v(r.useState({action:l.action,location:l.location}),2),c=u[0],s=u[1],f=(i||{}).v7_startTransition,d=r.useCallback((function(e){f&&Xe?Xe((function(){return s(e)})):s(e)}),[s,f]);return r.useLayoutEffect((function(){return l.listen(d)}),[l,d]),r.createElement($e,{basename:t,children:n,location:c.location,navigationType:c.action,navigator:l})}var tt="undefined"!==typeof window&&"undefined"!==typeof window.document&&"undefined"!==typeof window.document.createElement,nt=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,rt=r.forwardRef((function(e,t){var n,i=e.onClick,a=e.relative,o=e.reloadDocument,l=e.replace,u=e.state,c=e.target,s=e.to,f=e.preventScrollReset,d=e.unstable_viewTransition,h=Qe(e,Ge),m=r.useContext(_e).basename,p=!1;if("string"===typeof s&&nt.test(s)&&(n=s,tt))try{var v=new URL(window.location.href),g=s.startsWith("//")?new URL(v.protocol+s):new URL(s),y=re(g.pathname,m);g.origin===v.origin&&null!=y?s=y+g.search+g.hash:p=!0}catch(w){}var _=function(e,t){var n=(void 0===t?{}:t).relative;ke()||I(!1);var i=r.useContext(_e),a=i.basename,o=i.navigator,l=Ae(e,{relative:n}),u=l.hash,c=l.pathname,s=l.search,f=c;return"/"!==a&&(f="/"===c?a:le([a,c])),o.createHref({pathname:f,search:s,hash:u})}(s,{relative:a}),b=function(e,t){var n=void 0===t?{}:t,i=n.target,a=n.replace,o=n.state,l=n.preventScrollReset,u=n.relative,c=n.unstable_viewTransition,s=Se(),f=xe(),d=Ae(e,{relative:u});return r.useCallback((function(t){if(function(e,t){return 0===e.button&&(!t||"_self"===t)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)}(t,i)){t.preventDefault();var n=void 0!==a?a:j(f)===j(d);s(e,{replace:n,state:o,preventScrollReset:l,relative:u,unstable_viewTransition:c})}}),[f,s,d,a,o,i,e,l,u,c])}(s,{replace:l,state:u,target:c,preventScrollReset:f,relative:a,unstable_viewTransition:d});return r.createElement("a",We({},h,{href:n||_,onClick:p||o?i:function(e){i&&i(e),e.defaultPrevented||b(e)},ref:t,target:c}))}));var it=r.forwardRef((function(e,t){var n=e["aria-current"],i=void 0===n?"page":n,a=e.caseSensitive,o=void 0!==a&&a,l=e.className,u=void 0===l?"":l,c=e.end,s=void 0!==c&&c,f=e.style,d=e.to,h=e.unstable_viewTransition,m=e.children,p=Qe(e,Ke),v=Ae(d,{relative:p.relative}),g=xe(),y=r.useContext(ge),_=r.useContext(_e).navigator,b=null!=y&&function(e,t){void 0===t&&(t={});var n=r.useContext(Je);null==n&&I(!1);var i=lt(at.useViewTransitionState).basename,a=Ae(e,{relative:t.relative});if(!n.isTransitioning)return!1;var o=re(n.currentLocation.pathname,i)||n.currentLocation.pathname,l=re(n.nextLocation.pathname,i)||n.nextLocation.pathname;return null!=te(a.pathname,l)||null!=te(a.pathname,o)}(v)&&!0===h,w=_.encodeLocation?_.encodeLocation(v).pathname:v.pathname,D=g.pathname,k=y&&y.navigation&&y.navigation.location?y.navigation.location.pathname:null;o||(D=D.toLowerCase(),k=k?k.toLowerCase():null,w=w.toLowerCase());var x,C=D===w||!s&&D.startsWith(w)&&"/"===D.charAt(w.length),S=null!=k&&(k===w||!s&&k.startsWith(w)&&"/"===k.charAt(w.length)),E={isActive:C,isPending:S,isTransitioning:b},A=C?i:void 0;x="function"===typeof u?u(E):[u,C?"active":null,S?"pending":null,b?"transitioning":null].filter(Boolean).join(" ");var N="function"===typeof f?f(E):f;return r.createElement(rt,We({},p,{"aria-current":A,className:x,ref:t,style:N,to:d,unstable_viewTransition:h}),"function"===typeof m?m(E):m)}));var at,ot;function lt(e){var t=r.useContext(ve);return t||I(!1),t}function ut(e){var t=r.useRef(Ze(e)),n=r.useRef(!1),i=xe(),a=r.useMemo((function(){return function(e,t){var n=Ze(e);return t&&t.forEach((function(e,r){n.has(r)||t.getAll(r).forEach((function(e){n.append(r,e)}))})),n}(i.search,n.current?null:t.current)}),[i.search]),o=Se(),l=r.useCallback((function(e,t){var r=Ze("function"===typeof e?e(a):e);n.current=!0,o("?"+r,t)}),[o,a]);return[a,l]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(at||(at={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(ot||(ot={}));var ct;function st(e,t,n){return(t=w(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ft(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function dt(e){for(var t=1;t=100&&(t=n-n%10),e<100&&e>=10&&(t=n-n%5),e<10&&e>=1&&(t=n),e<1&&e>.01&&(t=Math.round(40*e)/40),hn(t||.001).replace(/\s/g,"")},pn=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&fn.includes(n[0]))return st({},n[0],t[0])},vn=function(e){var t=sn.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=pn(t);return n?dt(dt({},e),n):dt({},e)}),{});return a().duration(r).asSeconds()},gn=function(e,t){return mn(e/(t?an:rn))},yn=function(e,t){var n=(t||a()().toDate()).valueOf()/1e3,r=vn(e);return{start:n-r,end:n,step:gn(r),date:_n(t||a()().toDate())}},_n=function(e){return a().tz(e).utc().format(nn)},bn=function(e){return a().tz(e).format(nn)},wn=function(e){var t=Math.floor(e%1e3),n=Math.floor(e/1e3%60),r=Math.floor(e/1e3/60%60),i=Math.floor(e/1e3/3600%24),a=Math.floor(e/864e5),o=["d","h","m","s","ms"];return[a,i,r,n,t].map((function(e,t){return e?"".concat(e).concat(o[t]):""})).filter((function(e){return e})).join("")},Dn=function(e){var t=a()(1e3*e);return t.isValid()?t.toDate():new Date},kn=[{title:"Last 5 minutes",duration:"5m"},{title:"Last 15 minutes",duration:"15m"},{title:"Last 30 minutes",duration:"30m",isDefault:!0},{title:"Last 1 hour",duration:"1h"},{title:"Last 3 hours",duration:"3h"},{title:"Last 6 hours",duration:"6h"},{title:"Last 12 hours",duration:"12h"},{title:"Last 24 hours",duration:"24h"},{title:"Last 2 days",duration:"2d"},{title:"Last 7 days",duration:"7d"},{title:"Last 30 days",duration:"30d"},{title:"Last 90 days",duration:"90d"},{title:"Last 180 days",duration:"180d"},{title:"Last 1 year",duration:"1y"},{title:"Yesterday",duration:"1d",until:function(){return a()().tz().subtract(1,"day").endOf("day").toDate()}},{title:"Today",duration:"1d",until:function(){return a()().tz().endOf("day").toDate()}}].map((function(e){return dt({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return a()().tz().toDate()}},e)})),xn=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,i=e.defaultEndInput,a=null===(t=kn.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,o=n||Ft("g0.relative_time",a),l=kn.find((function(e){return e.id===o}));return{relativeTimeId:l?o:"none",duration:l?l.duration:r,endInput:l?l.until():i}},Cn=function(e){var t=a()().tz(e);return"UTC".concat(t.format("Z"))},Sn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return cn.reduce((function(n,r){var i=(r.match(/^(.*?)\//)||[])[1]||"unknown",a=Cn(r),o=a.replace(/UTC|0/,""),l=r.replace(/[/_]/g," "),u={region:r,utc:a,search:"".concat(r," ").concat(a," ").concat(l," ").concat(o)},c=!e||e&&t.test(u.search);return c&&n[i]?n[i].push(u):c&&(n[i]=[u]),n}),{})},En=function(e){a().tz.setDefault(e)},An=Ot("TIMEZONE")||a().tz.guess();En(An);var Nn,Mn=Ft("g0.range_input"),Fn=xn({defaultDuration:Mn||"1h",defaultEndInput:(Nn=Ft("g0.end_input",a()().utc().format(nn)),a()(Nn).utcOffset(0,!0).toDate()),relativeTimeId:Mn?Ft("g0.relative_time","none"):void 0}),Tn=Fn.duration,On=Fn.endInput,Ln=Fn.relativeTimeId,Pn={duration:Tn,period:yn(Tn,On),relativeTime:Ln,timezone:An};function In(e,t){switch(t.type){case"SET_DURATION":return dt(dt({},e),{},{duration:t.payload,period:yn(t.payload,Dn(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return dt(dt({},e),{},{duration:t.payload.duration,period:yn(t.payload.duration,t.payload.until),relativeTime:t.payload.id});case"SET_PERIOD":var n=function(e){var t=e.to.valueOf()-e.from.valueOf();return wn(t)}(t.payload);return dt(dt({},e),{},{duration:n,period:yn(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=xn({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:Dn(e.period.end)}),i=r.duration,a=r.endInput;return dt(dt({},e),{},{period:yn(i,a)});case"RUN_QUERY_TO_NOW":return dt(dt({},e),{},{period:yn(e.duration)});case"SET_TIMEZONE":return En(t.payload),Tt("TIMEZONE",t.payload),dt(dt({},e),{},{timezone:t.payload});default:throw new Error}}var Rn,Bn=(0,r.createContext)({}),zn=function(){return(0,r.useContext)(Bn).state},jn=function(){return(0,r.useContext)(Bn).dispatch},Hn=function(e){var t=Ot(e);return t?JSON.parse(t):[]},$n=50,Vn=1e3,Yn=1e3,Un=(st(Rn={},Rt.metricsql,2),st(Rn,Rt.empty,2),st(Rn,Rt.label,0),st(Rn,Rt.labelValue,0),Rn),qn=function(){function e(){_(this,e),this.maxSize=void 0,this.map=void 0,this.maxSize=Yn,this.map=new Map}return k(e,[{key:"get",value:function(e){var t,n=T(this.map);try{for(n.s();!(t=n.n()).done;){var r=v(t.value,2),i=r[0],a=r[1],o=JSON.parse(i),l=o.start===e.start&&o.end===e.end,u=o.type===e.type,c=e.value&&o.value&&e.value.includes(o.value),s=o.match===e.match||c,f=a.length=this.maxSize){var n=this.map.keys().next().value;this.map.delete(n)}this.map.set(JSON.stringify(e),t)}}]),e}(),Wn=function(){var e,t=(null===(e=(window.location.hash.split("?")[1]||"").match(/g\d+\.expr/g))||void 0===e?void 0:e.length)||1;return new Array(t>4?4:t).fill(1).map((function(e,t){return Ft("g".concat(t,".expr"),"")}))}(),Qn={query:Wn,queryHistory:Wn.map((function(e){return{index:0,values:[e]}})),autocomplete:Ot("AUTOCOMPLETE")||!1,autocompleteQuick:!1,autocompleteCache:new qn,metricsQLFunctions:[]};function Zn(e,t){switch(t.type){case"SET_QUERY":return dt(dt({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return function(e){var t=e.map((function(e){return e.values[e.index]})),n=Hn("QUERY_HISTORY");n[0]||(n[0]=[]);var r=n[0];t.forEach((function(e){!r.includes(e)&&e&&r.unshift(e),r.length>100&&r.shift()})),Tt("QUERY_HISTORY",JSON.stringify(n))}(t.payload),dt(dt({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),dt(dt({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return Tt("AUTOCOMPLETE",!e.autocomplete),dt(dt({},e),{},{autocomplete:!e.autocomplete});case"SET_AUTOCOMPLETE_QUICK":return dt(dt({},e),{},{autocompleteQuick:t.payload});case"SET_AUTOCOMPLETE_CACHE":return e.autocompleteCache.put(t.payload.key,t.payload.value),dt({},e);case"SET_METRICSQL_FUNCTIONS":return dt(dt({},e),{},{metricsQLFunctions:t.payload});default:throw new Error}}var Gn=(0,r.createContext)({}),Kn=function(){return(0,r.useContext)(Gn).state},Jn=function(){return(0,r.useContext)(Gn).dispatch},Xn=function(){return Qt("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:Qt("path",{d:"M6.12 10.48c.36.28.8.43 1.26.43h.05c.48 0 .96-.19 1.25-.44 1.5-1.28 5.88-5.29 5.88-5.29C15.73 4.1 12.46 3.01 7.43 3h-.06C2.33 3-.93 4.1.24 5.18c0 0 4.37 4 5.88 5.3Zm2.56 2.16c-.36.28-.8.44-1.26.45h-.04c-.46 0-.9-.17-1.26-.45-1.04-.88-4.74-4.22-6.12-5.5v1.94c0 .21.08.5.22.63l.07.06c1.05.96 4.55 4.16 5.83 5.25.36.28.8.43 1.26.44h.04c.49-.02.96-.2 1.26-.44 1.3-1.11 4.94-4.45 5.88-5.31.15-.14.23-.42.23-.63V7.15a454.94 454.94 0 0 1-6.11 5.5Zm-1.26 4.99c.46 0 .9-.16 1.26-.44a454.4 454.4 0 0 0 6.1-5.5v1.94c0 .2-.07.48-.22.62-.94.87-4.57 4.2-5.88 5.3-.3.26-.77.44-1.26.45h-.04c-.46 0-.9-.16-1.26-.44-1.2-1.02-4.38-3.92-5.62-5.06l-.28-.25c-.14-.14-.22-.42-.22-.62v-1.94c1.38 1.26 5.08 4.6 6.12 5.5.36.28.8.43 1.26.44h.04ZM35 5l-5.84 14.46h-2.43L20.89 5h2.16a.9.9 0 0 1 .9.61l3.41 8.82a18.8 18.8 0 0 1 .62 2.02 19.44 19.44 0 0 1 .57-2.02l3.39-8.82c.05-.15.16-.3.31-.42a.9.9 0 0 1 .58-.19H35Zm17.18 0v14.46H49.8v-9.34c0-.37.02-.78.06-1.21l-4.37 8.21c-.21.4-.53.59-.95.59h-.38c-.43 0-.75-.2-.95-.59L38.8 8.88a22.96 22.96 0 0 1 .07 1.24v9.34H36.5V5h2.03l.3.01c.1 0 .17.02.24.05.07.03.13.07.19.13a1 1 0 0 1 .17.24l4.33 8.03a16.97 16.97 0 0 1 .6 1.36 14.34 14.34 0 0 1 .6-1.38l4.28-8.01c.05-.1.1-.18.17-.24.06-.06.12-.1.19-.13a.9.9 0 0 1 .24-.05l.3-.01h2.04Zm8.88 13.73a4.5 4.5 0 0 0 1.82-.35 3.96 3.96 0 0 0 2.22-2.47c.2-.57.3-1.19.3-1.85V5.31h1.02v8.75c0 .78-.12 1.51-.37 2.19a4.88 4.88 0 0 1-2.76 2.95c-.66.29-1.4.43-2.23.43-.82 0-1.57-.14-2.24-.43a5.01 5.01 0 0 1-2.75-2.95 6.37 6.37 0 0 1-.37-2.19V5.31h1.03v8.74c0 .66.1 1.28.3 1.85a3.98 3.98 0 0 0 2.21 2.47c.53.24 1.14.36 1.82.36Zm10.38.73h-1.03V5.31h1.03v14.15Z"})})},er=function(){return Qt("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:[Qt("path",{d:"M11.12 10.48c.36.28.8.43 1.26.43h.05c.48 0 .96-.19 1.25-.44 1.5-1.28 5.88-5.29 5.88-5.29 1.17-1.09-2.1-2.17-7.13-2.18h-.06c-5.04 0-8.3 1.1-7.13 2.18 0 0 4.37 4 5.88 5.3Zm2.56 2.16c-.36.28-.8.44-1.26.45h-.04c-.46 0-.9-.17-1.26-.45-1.04-.88-4.74-4.22-6.12-5.5v1.94c0 .21.08.5.22.63l.07.06c1.05.96 4.55 4.16 5.83 5.25.36.28.8.43 1.26.44h.04c.49-.02.96-.2 1.26-.44 1.3-1.11 4.94-4.45 5.88-5.31.15-.14.23-.42.23-.63V7.15a455.13 455.13 0 0 1-6.11 5.5Zm-1.26 4.99c.46 0 .9-.16 1.26-.44 2.05-1.82 4.09-3.65 6.1-5.5v1.94c0 .2-.07.48-.22.62-.94.87-4.57 4.2-5.88 5.3-.3.26-.77.44-1.26.45h-.04c-.46 0-.9-.16-1.26-.44-1.2-1.02-4.38-3.92-5.62-5.06l-.28-.25c-.14-.14-.22-.42-.22-.62v-1.94c1.38 1.26 5.08 4.6 6.12 5.5.36.28.8.43 1.26.44h.04ZM40 5l-5.84 14.46h-2.43L25.89 5h2.16a.9.9 0 0 1 .9.61l3.41 8.82a18.8 18.8 0 0 1 .62 2.02 19.44 19.44 0 0 1 .57-2.02l3.39-8.82c.05-.15.16-.3.31-.42a.9.9 0 0 1 .58-.19H40Zm17.18 0v14.46H54.8v-9.34c0-.37.02-.78.06-1.21l-4.37 8.21c-.21.4-.53.59-.95.59h-.38c-.43 0-.75-.2-.95-.59L43.8 8.88a22.96 22.96 0 0 1 .07 1.24v9.34H41.5V5h2.03l.3.01c.1 0 .17.02.24.05.07.03.13.07.19.13a1 1 0 0 1 .17.24l4.33 8.03a16.97 16.97 0 0 1 .6 1.36 14.34 14.34 0 0 1 .6-1.38l4.28-8.01c.05-.1.1-.18.17-.24.06-.06.12-.1.19-.13a.9.9 0 0 1 .24-.05l.3-.01h2.04Zm8.88 13.73a4.5 4.5 0 0 0 1.82-.35 3.96 3.96 0 0 0 2.22-2.47c.2-.57.3-1.19.3-1.85V5.31h1.02v8.75c0 .78-.12 1.51-.37 2.19a4.88 4.88 0 0 1-2.76 2.95c-.66.29-1.4.43-2.23.43-.82 0-1.57-.14-2.24-.43a5.01 5.01 0 0 1-2.75-2.95 6.37 6.37 0 0 1-.37-2.19V5.31h1.03v8.74c0 .66.1 1.28.3 1.85a3.98 3.98 0 0 0 2.21 2.47c.53.24 1.14.36 1.82.36Zm10.38.73h-1.03V5.31h1.03v14.15ZM1.73 36v-5.17l-.67-.07a.6.6 0 0 1-.21-.1.23.23 0 0 1-.08-.18v-.44h.96v-.59c0-.34.05-.65.14-.92a1.79 1.79 0 0 1 1.08-1.11 2.45 2.45 0 0 1 1.62-.02l-.03.53c0 .1-.06.15-.16.16H4c-.18 0-.35.03-.5.08a.95.95 0 0 0-.39.23c-.1.11-.19.25-.25.43-.05.18-.08.4-.08.65v.56h1.75v.78H2.8V36H1.73Zm6.17-6.17c.45 0 .85.07 1.2.22a2.57 2.57 0 0 1 1.5 1.62c.13.38.2.81.2 1.29s-.07.91-.2 1.3a2.57 2.57 0 0 1-1.49 1.61c-.36.14-.76.21-1.2.21-.45 0-.86-.07-1.22-.21a2.57 2.57 0 0 1-1.5-1.62c-.12-.38-.19-.81-.19-1.3 0-.47.07-.9.2-1.28a2.57 2.57 0 0 1 1.5-1.62c.35-.15.76-.22 1.2-.22Zm0 5.42c.6 0 1.05-.2 1.35-.6.3-.4.44-.97.44-1.69s-.15-1.28-.44-1.69c-.3-.4-.75-.6-1.35-.6-.3 0-.57.05-.8.15-.22.1-.4.26-.56.45-.15.2-.26.44-.33.73-.08.28-.11.6-.11.96 0 .72.15 1.29.44 1.69.3.4.76.6 1.36.6Zm5.26-4.11c.2-.42.43-.74.71-.97.28-.24.62-.36 1.03-.36.13 0 .25.02.36.05.12.02.23.07.32.13l-.08.8c-.02.1-.08.15-.18.15l-.24-.04a1.7 1.7 0 0 0-.88.05c-.15.05-.29.14-.4.25-.12.1-.23.24-.32.4-.1.17-.18.35-.26.56V36h-1.07v-6.08h.61c.12 0 .2.02.24.07.05.04.08.12.1.23l.06.92Zm13.73-3.82L23.39 36h-1.46l-3.5-8.68h1.29a.54.54 0 0 1 .54.37l2.04 5.3a11.31 11.31 0 0 1 .37 1.21 11.65 11.65 0 0 1 .35-1.22l2.03-5.29c.03-.1.1-.18.19-.25.1-.08.21-.12.35-.12h1.3Zm2.2 2.52V36H27.6v-6.16h1.49Zm.2-1.79c0 .13-.02.25-.08.36a1 1 0 0 1-.51.5.96.96 0 0 1-.73 0 1.02 1.02 0 0 1-.5-.5.96.96 0 0 1 0-.73.93.93 0 0 1 .86-.58.9.9 0 0 1 .37.08c.12.05.22.11.3.2a.94.94 0 0 1 .3.67Zm5.72 3.1a.68.68 0 0 1-.13.13c-.04.03-.1.05-.18.05a.42.42 0 0 1-.22-.07 3.95 3.95 0 0 0-.62-.31c-.14-.05-.3-.07-.51-.07-.26 0-.5.04-.69.14-.2.1-.36.23-.49.4-.13.18-.22.4-.29.64-.06.25-.1.53-.1.85 0 .33.04.62.1.88.08.25.18.47.32.64.13.18.29.3.48.4.18.09.4.13.63.13a1.6 1.6 0 0 0 .94-.27l.26-.2a.4.4 0 0 1 .25-.09.3.3 0 0 1 .27.14l.43.54a2.76 2.76 0 0 1-1.77.96c-.22.03-.43.05-.65.05a2.57 2.57 0 0 1-1.96-.83c-.25-.28-.45-.6-.6-1-.14-.4-.21-.85-.21-1.35 0-.45.06-.87.2-1.25a2.61 2.61 0 0 1 1.51-1.67c.37-.16.8-.24 1.28-.24.46 0 .86.07 1.2.22.35.15.66.36.94.64l-.4.54Zm3.43 4.95c-.54 0-.95-.15-1.24-.45-.28-.3-.42-.73-.42-1.26v-3.44h-.63a.29.29 0 0 1-.2-.07c-.06-.06-.09-.13-.09-.24v-.59l.99-.16.31-1.68a.33.33 0 0 1 .12-.18.34.34 0 0 1 .21-.07h.77v1.94h1.64v1.05h-1.64v3.34c0 .2.05.34.14.45.1.1.22.16.39.16a.73.73 0 0 0 .39-.1l.12-.07a.2.2 0 0 1 .11-.03c.05 0 .08.01.11.03l.09.1.44.72c-.21.18-.46.32-.74.4-.28.1-.57.15-.87.15Zm5.09-6.35c.46 0 .87.07 1.24.22a2.7 2.7 0 0 1 1.58 1.63c.14.39.22.83.22 1.31 0 .49-.08.93-.22 1.32-.14.4-.35.73-.62 1-.26.28-.58.49-.96.64-.37.15-.78.22-1.24.22a3.4 3.4 0 0 1-1.25-.22 2.71 2.71 0 0 1-1.59-1.64 3.8 3.8 0 0 1-.21-1.32c0-.48.07-.92.21-1.31a2.75 2.75 0 0 1 1.58-1.63c.38-.15.8-.22 1.26-.22Zm0 5.2c.51 0 .89-.17 1.13-.52.25-.34.38-.84.38-1.5a2.6 2.6 0 0 0-.38-1.53c-.24-.34-.62-.52-1.13-.52-.52 0-.9.18-1.16.53-.25.35-.37.85-.37 1.51s.12 1.17.37 1.51c.25.35.64.52 1.16.52Zm5.56-4.04c.2-.37.42-.65.69-.86.26-.21.57-.32.94-.32.28 0 .5.06.68.19l-.1 1.1a.3.3 0 0 1-.09.16.24.24 0 0 1-.15.04 1.8 1.8 0 0 1-.27-.03 2.01 2.01 0 0 0-.34-.03c-.16 0-.3.03-.44.08a1.1 1.1 0 0 0-.34.2c-.1.1-.2.2-.27.33-.08.13-.15.27-.22.44V36H47.7v-6.16h.87c.15 0 .26.03.31.09.06.05.1.15.13.29l.09.7Zm4.62-1.07V36h-1.49v-6.16h1.49Zm.2-1.79c0 .13-.02.25-.07.36a1 1 0 0 1-.51.5.96.96 0 0 1-.74 0 1.02 1.02 0 0 1-.5-.5.96.96 0 0 1 0-.73.93.93 0 0 1 .86-.58.9.9 0 0 1 .38.08c.11.05.21.11.3.2a.94.94 0 0 1 .28.67Zm4.56 5.32a7.8 7.8 0 0 0-1.08.12c-.29.05-.52.12-.7.2a.92.92 0 0 0-.38.3.64.64 0 0 0-.11.36c0 .26.07.45.23.56.15.11.35.17.6.17.3 0 .57-.06.79-.17.22-.1.44-.28.65-.5v-1.04Zm-3.4-2.67c.71-.65 1.57-.97 2.56-.97.36 0 .68.06.97.18a1.99 1.99 0 0 1 1.16 1.24c.1.3.16.61.16.96V36h-.67a.7.7 0 0 1-.33-.06c-.07-.04-.13-.13-.18-.26l-.13-.44c-.16.14-.3.26-.46.37a2.8 2.8 0 0 1-.97.43 2.77 2.77 0 0 1-1.32-.05 1.62 1.62 0 0 1-.57-.31 1.41 1.41 0 0 1-.38-.53 1.85 1.85 0 0 1-.05-1.18c.05-.16.14-.3.25-.45.12-.14.28-.27.46-.4a3 3 0 0 1 .7-.32 9.19 9.19 0 0 1 2.2-.33v-.36c0-.41-.09-.71-.26-.91-.18-.2-.43-.3-.76-.3a1.84 1.84 0 0 0-1.02.28l-.33.18c-.1.06-.2.09-.32.09-.1 0-.2-.03-.27-.08a.72.72 0 0 1-.17-.2l-.26-.47Zm11.49 4.32V36h-4.88v-8.6h1.16v7.62h3.72Zm3.16-5.2c.44 0 .84.08 1.2.23a2.57 2.57 0 0 1 1.49 1.62c.13.38.2.81.2 1.29s-.07.91-.2 1.3a2.57 2.57 0 0 1-1.49 1.61c-.36.14-.76.21-1.2.21-.45 0-.85-.07-1.21-.21a2.57 2.57 0 0 1-1.5-1.62c-.13-.38-.2-.81-.2-1.3 0-.47.07-.9.2-1.28.14-.39.33-.72.59-1 .25-.26.55-.47.9-.62.37-.15.77-.22 1.22-.22Zm0 5.43c.6 0 1.05-.2 1.34-.6.3-.4.45-.97.45-1.69s-.15-1.28-.45-1.69c-.3-.4-.74-.6-1.34-.6-.3 0-.57.05-.8.15-.22.1-.4.26-.56.45-.15.2-.26.44-.34.73-.07.28-.1.6-.1.96 0 .72.14 1.29.44 1.69.3.4.75.6 1.36.6Zm6.33-2.22c.22 0 .4-.03.57-.09.16-.06.3-.14.41-.25.12-.11.2-.24.26-.39.05-.15.08-.31.08-.5 0-.37-.11-.66-.34-.88-.23-.22-.55-.33-.98-.33-.43 0-.76.1-.99.33-.22.22-.34.51-.34.89 0 .18.03.34.09.5a1.1 1.1 0 0 0 .67.63c.16.06.35.09.57.09Zm1.93 3.3a.51.51 0 0 0-.13-.36.84.84 0 0 0-.34-.22 8.57 8.57 0 0 0-1.73-.2 7.5 7.5 0 0 1-.62-.05c-.23.1-.41.23-.56.4a.8.8 0 0 0-.1.92c.07.12.18.22.32.3.14.1.32.16.54.21a3.5 3.5 0 0 0 1.55 0c.23-.05.42-.12.57-.22.16-.1.29-.21.37-.34a.8.8 0 0 0 .13-.44Zm1.08-6.17v.4c0 .13-.08.21-.25.25l-.69.09c.14.26.2.56.2.88a1.86 1.86 0 0 1-1.36 1.82 3.07 3.07 0 0 1-1.72.04c-.12.08-.22.16-.29.25a.44.44 0 0 0-.1.27c0 .15.06.26.17.33.12.08.28.13.47.16a5 5 0 0 0 .66.06 16.56 16.56 0 0 1 1.5.13c.26.05.48.12.67.22.19.1.34.24.46.41.12.18.18.4.18.69 0 .26-.07.5-.2.75s-.31.46-.56.65c-.24.2-.54.34-.9.46a4.57 4.57 0 0 1-2.36.04c-.33-.09-.6-.2-.82-.36a1.56 1.56 0 0 1-.5-.51c-.1-.2-.16-.4-.16-.6 0-.3.1-.56.28-.77.19-.2.45-.37.77-.5a1.15 1.15 0 0 1-.43-.32.88.88 0 0 1-.15-.54c0-.09.01-.18.04-.27.04-.1.08-.2.15-.28a1.55 1.55 0 0 1 .58-.5c-.3-.16-.53-.39-.7-.66-.17-.28-.25-.6-.25-.97 0-.3.05-.57.16-.8.12-.25.28-.46.48-.63.2-.17.45-.3.73-.4a3 3 0 0 1 2.3.21h1.64Zm4.65.76a.24.24 0 0 1-.23.14.42.42 0 0 1-.2-.07 3.59 3.59 0 0 0-.67-.3 1.8 1.8 0 0 0-1.03 0c-.14.05-.27.11-.37.2a.87.87 0 0 0-.23.27.75.75 0 0 0-.08.35c0 .15.04.28.13.39.1.1.21.19.36.27.15.07.32.14.5.2a13.63 13.63 0 0 1 1.16.4c.2.08.36.18.5.3a1.33 1.33 0 0 1 .5 1.07 2 2 0 0 1-.15.78c-.1.24-.25.44-.45.62-.2.17-.43.3-.72.4a3.1 3.1 0 0 1-2.14-.05 2.97 2.97 0 0 1-.87-.53l.25-.41c.04-.05.07-.1.12-.12a.3.3 0 0 1 .17-.04.4.4 0 0 1 .22.08l.3.19a1.91 1.91 0 0 0 1.03.27c.2 0 .38-.03.54-.08.16-.06.29-.13.4-.22a.96.96 0 0 0 .3-.7c0-.17-.05-.31-.14-.42-.09-.11-.2-.2-.36-.28a2.6 2.6 0 0 0-.5-.2l-.59-.19c-.2-.06-.39-.14-.58-.22a2.14 2.14 0 0 1-.5-.3 1.45 1.45 0 0 1-.36-.46c-.1-.19-.14-.41-.14-.67a1.6 1.6 0 0 1 .57-1.23c.18-.16.4-.3.68-.39.26-.1.57-.14.91-.14a2.84 2.84 0 0 1 1.9.7l-.23.4Z"}),Qt("defs",{children:Qt("path",{d:"M0 0h85v38H0z"})})]})},tr=function(){return Qt("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:Qt("path",{d:"M6.11767 7.47586C6.47736 7.75563 6.91931 7.90898 7.37503 7.91213H7.42681C7.90756 7.90474 8.38832 7.71987 8.67677 7.46846C10.1856 6.18921 14.5568 2.18138 14.5568 2.18138C15.7254 1.09438 12.4637 0.00739 7.42681 0H7.36764C2.3308 0.00739 -0.930935 1.09438 0.237669 2.18138C0.237669 2.18138 4.60884 6.18921 6.11767 7.47586ZM8.67677 9.64243C8.31803 9.92483 7.87599 10.0808 7.41941 10.0861H7.37503C6.91845 10.0808 6.47641 9.92483 6.11767 9.64243C5.0822 8.75513 1.38409 5.42018 0.000989555 4.14832V6.07829C0.000989555 6.29273 0.0823481 6.57372 0.222877 6.70682L0.293316 6.7712L0.293344 6.77122C1.33784 7.72579 4.83903 10.9255 6.11767 12.0161C6.47641 12.2985 6.91845 12.4545 7.37503 12.4597H7.41941C7.90756 12.4449 8.38092 12.2601 8.67677 12.0161C9.9859 10.9069 13.6249 7.57198 14.5642 6.70682C14.7121 6.57372 14.7861 6.29273 14.7861 6.07829V4.14832C12.7662 5.99804 10.7297 7.82949 8.67677 9.64243ZM7.41941 14.6263C7.87513 14.6232 8.31708 14.4698 8.67677 14.19C10.7298 12.3746 12.7663 10.5407 14.7861 8.68853V10.6259C14.7861 10.8329 14.7121 11.1139 14.5642 11.247C13.6249 12.1196 9.9859 15.4471 8.67677 16.5563C8.38092 16.8077 7.90756 16.9926 7.41941 17H7.37503C6.91931 16.9968 6.47736 16.8435 6.11767 16.5637C4.91427 15.5373 1.74219 12.6364 0.502294 11.5025C0.393358 11.4029 0.299337 11.3169 0.222877 11.247C0.0823481 11.1139 0.000989555 10.8329 0.000989555 10.6259V8.68853C1.38409 9.95303 5.0822 13.2953 6.11767 14.1827C6.47641 14.4651 6.91845 14.6211 7.37503 14.6263H7.41941Z"})})},nr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"})})},rr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})})},ir=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8zm-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91z"})})},ar=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})})},or=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},lr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})})},ur=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})})},cr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})})},sr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},fr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"m7 10 5 5 5-5z"})})},dr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Qt("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),Qt("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},hr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"})})},mr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})})},pr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"})})},vr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M8 5v14l11-7z"})})},gr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"m10 16.5 6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})})},yr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"m3.5 18.49 6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z"})})},_r=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M10 10.02h5V21h-5zM17 21h3c1.1 0 2-.9 2-2v-9h-5v11zm3-18H5c-1.1 0-2 .9-2 2v3h19V5c0-1.1-.9-2-2-2zM3 19c0 1.1.9 2 2 2h3V10H3v9z"})})},br=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})})},wr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},Dr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},kr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M19 13H5v-2h14v2z"})})},xr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M8.9999 14.7854L18.8928 4.8925C19.0803 4.70497 19.3347 4.59961 19.5999 4.59961C19.8651 4.59961 20.1195 4.70497 20.307 4.8925L21.707 6.2925C22.0975 6.68303 22.0975 7.31619 21.707 7.70672L9.70701 19.7067C9.31648 20.0972 8.68332 20.0972 8.2928 19.7067L2.6928 14.1067C2.50526 13.9192 2.3999 13.6648 2.3999 13.3996C2.3999 13.1344 2.50526 12.88 2.6928 12.6925L4.0928 11.2925C4.48332 10.902 5.11648 10.902 5.50701 11.2925L8.9999 14.7854Z"})})},Cr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})})},Sr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"})})},Er=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M19 9l1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z"})})},Ar=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})})},Nr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},Mr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})})},Fr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Qt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5C19.89 4.65 18.67 4.5 17.5 4.5C15.55 4.5 13.45 4.9 12 6C10.55 4.9 8.45 4.5 6.5 4.5C5.33 4.5 4.11 4.65 3 5C2.25 5.25 1.6 5.55 1 6V20.6C1 20.85 1.25 21.1 1.5 21.1C1.6 21.1 1.65 21.1 1.75 21.05C3.15 20.3 4.85 20 6.5 20C8.2 20 10.65 20.65 12 21.5C13.35 20.65 15.8 20 17.5 20C19.15 20 20.85 20.3 22.25 21.05C22.35 21.1 22.4 21.1 22.5 21.1C22.75 21.1 23 20.85 23 20.6V6C22.4 5.55 21.75 5.25 21 5ZM21 18.5C19.9 18.15 18.7 18 17.5 18C15.8 18 13.35 18.65 12 19.5C10.65 18.65 8.2 18 6.5 18C5.3 18 4.1 18.15 3 18.5V7C4.1 6.65 5.3 6.5 6.5 6.5C8.2 6.5 10.65 7.15 12 8C13.35 7.15 15.8 6.5 17.5 6.5C18.7 6.5 19.9 6.65 21 7V18.5Z"}),Qt("path",{d:"M17.5 10.5C18.38 10.5 19.23 10.59 20 10.76V9.24C19.21 9.09 18.36 9 17.5 9C15.8 9 14.26 9.29 13 9.83V11.49C14.13 10.85 15.7 10.5 17.5 10.5ZM13 12.49V14.15C14.13 13.51 15.7 13.16 17.5 13.16C18.38 13.16 19.23 13.25 20 13.42V11.9C19.21 11.75 18.36 11.66 17.5 11.66C15.8 11.66 14.26 11.96 13 12.49ZM17.5 14.33C15.8 14.33 14.26 14.62 13 15.16V16.82C14.13 16.18 15.7 15.83 17.5 15.83C18.38 15.83 19.23 15.92 20 16.09V14.57C19.21 14.41 18.36 14.33 17.5 14.33Z"}),Qt("path",{d:"M6.5 10.5C5.62 10.5 4.77 10.59 4 10.76V9.24C4.79 9.09 5.64 9 6.5 9C8.2 9 9.74 9.29 11 9.83V11.49C9.87 10.85 8.3 10.5 6.5 10.5ZM11 12.49V14.15C9.87 13.51 8.3 13.16 6.5 13.16C5.62 13.16 4.77 13.25 4 13.42V11.9C4.79 11.75 5.64 11.66 6.5 11.66C8.2 11.66 9.74 11.96 11 12.49ZM6.5 14.33C8.2 14.33 9.74 14.62 11 15.16V16.82C9.87 16.18 8.3 15.83 6.5 15.83C5.62 15.83 4.77 15.92 4 16.09V14.57C4.79 14.41 5.64 14.33 6.5 14.33Z"})]})},Tr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})})},Or=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 10.8792 13.4202 11.3236 12.7704 11.8217C11.9421 12.4566 11 13.1787 11 15H13C13 13.9046 13.711 13.2833 14.4408 12.6455C15.21 11.9733 16 11.2829 16 10C16 7.79 14.21 6 12 6ZM13 16V18H11V16H13Z"})})},Lr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M4 20h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2zM2 6c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2zm4 1H4V5h2v2zm-2 7h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2z"})})},Pr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})})},Ir=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})})},Rr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-1h8v-2H5v2zm11.5-9.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm4.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})})},Br=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})})},zr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})})},jr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})})},Hr=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-error"),children:Qt("path",{d:"M13.5095 4L8.50952 1H7.50952L2.50952 4L2.01953 4.85999V10.86L2.50952 11.71L7.50952 14.71H8.50952L13.5095 11.71L13.9995 10.86V4.85999L13.5095 4ZM7.50952 13.5601L3.00952 10.86V5.69995L7.50952 8.15002V13.5601ZM3.26953 4.69995L8.00952 1.85999L12.7495 4.69995L8.00952 7.29004L3.26953 4.69995ZM13.0095 10.86L8.50952 13.5601V8.15002L13.0095 5.69995V10.86Z"})})},$r=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-primary"),children:Qt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 5H4V4H1.5L1 4.5V12.5L1.5 13H4V12H2V5ZM14.5 4H12V5H14V12H12V13H14.5L15 12.5V4.5L14.5 4ZM11.76 6.56995L12 7V9.51001L11.7 9.95996L7.19995 11.96H6.73999L4.23999 10.46L4 10.03V7.53003L4.30005 7.06995L8.80005 5.06995H9.26001L11.76 6.56995ZM5 9.70996L6.5 10.61V9.28003L5 8.38V9.70996ZM5.57996 7.56006L7.03003 8.43005L10.42 6.93005L8.96997 6.06006L5.57996 7.56006ZM7.53003 10.73L11.03 9.17004V7.77002L7.53003 9.31995V10.73Z"})})},Vr=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-warning"),children:Qt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2H8L7 3V6H8V3H14V8H10V9H14L15 8V3L14 2ZM9 6H13V7H9.41L9 6.59V6ZM7 7H2L1 8V13L2 14H8L9 13V8L8 7H7ZM8 13H2V8H8V9V13ZM3 9H7V10H3V9ZM3 11H7V12H3V11ZM9 4H13V5H9V4Z"})})},Yr=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-primary"),children:Qt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 3L8 2H14L15 3V8L14 9H10V8H14V3H8V6H7V3ZM9 9V8L8 7H7H2L1 8V13L2 14H8L9 13V9ZM8 8V9V13H2V8H7H8ZM9.41421 7L9 6.58579V6H13V7H9.41421ZM9 4H13V5H9V4ZM7 10H3V11H7V10Z"})})},Ur=n(123),qr=n.n(Ur);function Wr(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var Qr=["to","isNavLink","children"],Zr=function(e){var t=e.to,n=e.isNavLink,r=e.children,i=Wr(e,Qr);return n?Qt(it,dt(dt({to:t},i),{},{children:r})):Qt("div",dt(dt({},i),{},{children:r}))},Gr=function(e){var t,n=e.activeItem,r=e.item,i=e.color,a=void 0===i?Bt("color-primary"):i,o=e.activeNavRef,l=e.onChange,u=e.isNavLink;return Qt(Zr,{className:qr()(st({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:u,to:r.value,style:{color:a},onClick:(t=r.value,function(){l&&l(t)}),ref:n===r.value?o:void 0,children:[r.icon&&Qt("div",{className:qr()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},Kr="undefined"!==typeof window?r.useLayoutEffect:r.useEffect;var Jr=function(e,t,n,i){var a=(0,r.useRef)(t);Kr((function(){a.current=t}),[t]),(0,r.useEffect)((function(){var t,r=null!==(t=null===n||void 0===n?void 0:n.current)&&void 0!==t?t:window;if(r&&r.addEventListener){var o=function(e){return a.current(e)};return r.addEventListener(e,o,i),function(){r.removeEventListener(e,o,i)}}}),[e,n,i])},Xr=function(){var e=v((0,r.useState)({width:0,height:0}),2),t=e[0],n=e[1],i=function(){n({width:window.innerWidth,height:window.innerHeight})};return Jr("resize",i),Kr(i,[]),t},ei=function(e){var t=e.activeItem,n=e.items,i=e.color,a=void 0===i?Bt("color-primary"):i,o=e.onChange,l=e.indicatorPlacement,u=void 0===l?"bottom":l,c=e.isNavLink,s=Xr(),f=(0,r.useRef)(null),d=v((0,r.useState)({left:0,width:0,bottom:0}),2),h=d[0],m=d[1];return(0,r.useEffect)((function(){var e;if((null===(e=f.current)||void 0===e?void 0:e.base)instanceof HTMLElement){var t=f.current.base,n=t.offsetLeft,r=t.offsetWidth,i=t.offsetHeight;m({left:n,width:r,bottom:"top"===u?i-2:0})}}),[s,t,f,n]),Qt("div",{className:"vm-tabs",children:[n.map((function(e){return Qt(Gr,{activeItem:t,item:e,onChange:o,color:a,activeNavRef:f,isNavLink:c},e.value)})),Qt("div",{className:"vm-tabs__indicator",style:dt(dt({},h),{},{borderColor:a})})]})},ti=[{value:"chart",icon:Qt(yr,{}),label:"Graph",prometheusCode:0},{value:"code",icon:Qt(br,{}),label:"JSON",prometheusCode:3},{value:"table",icon:Qt(_r,{}),label:"Table",prometheusCode:1}],ni=function(){var e=ci().displayType,t=si();return Qt(ei,{activeItem:e,items:ti,onChange:function(n){var r;t({type:"SET_DISPLAY_TYPE",payload:null!==(r=n)&&void 0!==r?r:e})}})},ri=Ft("g0.tab",0),ii=ti.find((function(e){return e.prometheusCode===+ri||e.value===ri})),ai=Ot("SERIES_LIMITS"),oi={displayType:(null===ii||void 0===ii?void 0:ii.value)||"chart",nocache:!1,isTracingEnabled:!1,seriesLimits:ai?JSON.parse(ai):At,tableCompact:Ot("TABLE_COMPACT")||!1};function li(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return dt(dt({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return Tt("SERIES_LIMITS",JSON.stringify(t.payload)),dt(dt({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return dt(dt({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return dt(dt({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return Tt("TABLE_COMPACT",!e.tableCompact),dt(dt({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var ui=(0,r.createContext)({}),ci=function(){return(0,r.useContext)(ui).state},si=function(){return(0,r.useContext)(ui).dispatch},fi={customStep:Ft("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}},isHistogram:!1};function di(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return dt(dt({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{range:t.payload})})});case"SET_IS_HISTOGRAM":return dt(dt({},e),{},{isHistogram:t.payload});default:throw new Error}}var hi=(0,r.createContext)({}),mi=function(){return(0,r.useContext)(hi).state},pi=function(){return(0,r.useContext)(hi).dispatch},vi={windows:"Windows",mac:"Mac OS",linux:"Linux"},gi=function(){return(Object.values(vi).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===vi.mac};function yi(){var e=Xr(),t=function(){var e=["Android","webOS","iPhone","iPad","iPod","BlackBerry","Windows Phone"].map((function(e){return navigator.userAgent.match(new RegExp(e,"i"))})).some((function(e){return e})),t=window.innerWidth<500;return e||t},n=v((0,r.useState)(t()),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){a(t())}),[e]),{isMobile:i}}var _i={success:Qt(ur,{}),error:Qt(lr,{}),warning:Qt(or,{}),info:Qt(ar,{})},bi=function(e){var t,n=e.variant,r=e.children,i=Gt().isDarkTheme,a=yi().isMobile;return Qt("div",{className:qr()((t={"vm-alert":!0},st(t,"vm-alert_".concat(n),n),st(t,"vm-alert_dark",i),st(t,"vm-alert_mobile",a),t)),children:[Qt("div",{className:"vm-alert__icon",children:_i[n||"info"]}),Qt("div",{className:"vm-alert__content",children:r})]})},wi=(0,r.createContext)({showInfoMessage:function(){}}),Di={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function ki(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return dt(dt({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return dt(dt({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return dt(dt({},e),{},{dashboardsError:t.payload});default:throw new Error}}var xi=(0,r.createContext)({}),Ci=function(){return(0,r.useContext)(xi).state},Si=function(){for(var e=arguments.length,t=new Array(e),n=0;nd,p=r.top-20<0,v=r.left+w.width+20>f,g=r.left-20<0;return m&&(r.top=t.top-w.height-l),p&&(r.top=t.height+t.top+l),v&&(r.left=t.right-w.width-u),g&&(r.left=t.left+u),h&&(r.width="".concat(t.width,"px")),r.top<0&&(r.top=20),r}),[n,a,x,t,h]);d&&Ai(E,(function(){return C(!1)}),n),(0,r.useEffect)((function(){if(E.current&&x&&(!g||p)){var e=E.current.getBoundingClientRect(),t=e.right,n=e.width;if(t>window.innerWidth){var r=window.innerWidth-20-n;E.current.style.left=rp,y=r.top-20<0,_=r.left+m.width+20>h,b=r.left-20<0;return v&&(r.top=n.top-m.height-c),y&&(r.top=n.height+n.top+c),_&&(r.left=n.right-m.width-s),b&&(r.left=n.left+s),r.top<0&&(r.top=20),r.left<0&&(r.left=20),r}),[g,o,f,m]),w=function(){"boolean"!==typeof i&&d(!0)},D=function(){d(!1)};return(0,r.useEffect)((function(){"boolean"===typeof i&&d(i)}),[i]),(0,r.useEffect)((function(){var e,t=null===g||void 0===g||null===(e=g.current)||void 0===e?void 0:e.base;if(t)return t.addEventListener("mouseenter",w),t.addEventListener("mouseleave",D),function(){t.removeEventListener("mouseenter",w),t.removeEventListener("mouseleave",D)}}),[g]),Qt(qt.HY,{children:[Qt(r.Fragment,{ref:g,children:t}),!c&&f&&r.default.createPortal(Qt("div",{className:"vm-tooltip",ref:y,style:b,children:n}),document.body)]})},Bi=Qt("code",{children:gi()?"Cmd":"Ctrl"}),zi=[{title:"Zoom in",description:Qt(qt.HY,{children:["To zoom in, hold down the ",Bi," + ",Qt("code",{children:"scroll up"}),", or press the ",Qt("code",{children:"+"}),". Also, you can zoom in on a range on the graph by holding down your mouse button and selecting the range."]})},{title:"Zoom out",description:Qt(qt.HY,{children:["To zoom out, hold down the ",Bi," + ",Qt("code",{children:"scroll down"}),", or press the ",Qt("code",{children:"-"}),"."]})},{title:"Move horizontal axis",description:Qt(qt.HY,{children:["To move the graph, hold down the ",Bi," + ",Qt("code",{children:"drag"})," the graph to the right or left."]})},{title:"Fixing a tooltip",description:Qt(qt.HY,{children:["To fix the tooltip, ",Qt("code",{children:"click"})," mouse when it's open. Then, you can drag the fixed tooltip by ",Qt("code",{children:"clicking"})," and ",Qt("code",{children:"dragging"})," on the ",Qt(Nr,{})," icon."]})},{title:"Set a custom range for the vertical axis",description:Qt(qt.HY,{children:["To set a custom range for the vertical axis, click on the ",Qt(nr,{})," icon located in the upper right corner of the graph, activate the toggle, and set the values."]})}],ji=[{title:"Show/hide a legend item",description:Qt(qt.HY,{children:[Qt("code",{children:"click"})," on a legend item to isolate it on the graph.",Bi," + ",Qt("code",{children:"click"})," on a legend item to remove it from the graph. To revert to the previous state, click again."]})},{title:"Copy label key-value pairs",description:Qt(qt.HY,{children:[Qt("code",{children:"click"})," on a label key-value pair to save it to the clipboard."]})},{title:"Collapse/Expand the legend group",description:Qt(qt.HY,{children:[Qt("code",{children:"click"})," on the group name (e.g. ",Qt("b",{children:'Query 1: {__name__!=""}'}),") to collapse or expand the legend."]})}],Hi=zi.concat(ji),$i=function(){var e=Mi(!1),t=e.value,n=e.setFalse,r=e.setTrue;return Qt(qt.HY,{children:[Qt(Ri,{title:"Show tips on working with the graph",children:Qt(Ni,{variant:"text",color:"gray",startIcon:Qt(Rr,{}),onClick:r,ariaLabel:"open the tips"})}),t&&Qt(Ii,{title:"Tips on working with the graph and the legend",onClose:n,children:Qt("div",{className:"fc-graph-tips",children:Hi.map((function(e){var t=e.title,n=e.description;return Qt("div",{className:"fc-graph-tips-item",children:[Qt("h4",{className:"fc-graph-tips-item__action",children:t}),Qt("p",{className:"fc-graph-tips-item__description",children:n})]},t)}))})})]})},Vi=Qt("code",{children:gi()?"Cmd":"Ctrl"}),Yi=Qt(qt.HY,{children:[Qt("code",{children:gi()?"Option":"Ctrl"})," + ",Qt("code",{children:"Space"})]}),Ui=[{title:"Query",list:[{keys:Qt("code",{children:"Enter"}),description:"Run"},{keys:Qt(qt.HY,{children:[Qt("code",{children:"Shift"})," + ",Qt("code",{children:"Enter"})]}),description:"Multi-line queries"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"Arrow Up"})]}),description:"Previous command from the Query history"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"Arrow Down"})]}),description:"Next command from the Query history"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"click"})," by ",Qt(Cr,{})]}),description:"Toggle multiple queries"},{keys:Yi,description:"Show quick autocomplete tips"}]},{title:"Graph",readMore:Qt($i,{}),list:[{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"scroll Up"})," or ",Qt("code",{children:"+"})]}),description:"Zoom in"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"scroll Down"})," or ",Qt("code",{children:"-"})]}),description:"Zoom out"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"drag"})]}),description:"Move the graph left/right"},{keys:Qt(qt.HY,{children:Qt("code",{children:"click"})}),description:"Select the series in the legend"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"click"})]}),description:"Toggle multiple series in the legend"}]}],qi="Shortcut keys",Wi=gi(),Qi=Wi?"Cmd + /":"F1",Zi=function(e){var t=e.showTitle,n=_t(),i=Mi(!1),a=i.value,o=i.setTrue,l=i.setFalse,u=(0,r.useCallback)((function(e){var t=Wi&&"/"===e.key&&e.metaKey,n=!Wi&&"F1"===e.key&&!e.metaKey;(t||n)&&o()}),[o]);return Jr("keydown",u),Qt(qt.HY,{children:[Qt(Ri,{open:!0!==t&&void 0,title:"".concat(qi," (").concat(Qi,")"),placement:"bottom-center",children:Qt(Ni,{className:n?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(pr,{}),onClick:o,ariaLabel:qi,children:t&&qi})}),a&&Qt(Ii,{title:"Shortcut keys",onClose:l,children:Qt("div",{className:"vm-shortcuts",children:Ui.map((function(e){return Qt("div",{className:"vm-shortcuts-section",children:[e.readMore&&Qt("div",{className:"vm-shortcuts-section__read-more",children:e.readMore}),Qt("h3",{className:"vm-shortcuts-section__title",children:e.title}),Qt("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(t,n){return Qt("div",{className:"vm-shortcuts-section-list-item",children:[Qt("div",{className:"vm-shortcuts-section-list-item__key",children:t.keys}),Qt("p",{className:"vm-shortcuts-section-list-item__description",children:t.description})]},"".concat(e.title,"_").concat(n))}))})]},e.title)}))})})]})},Gi=function(e){var t=e.open;return Qt("button",{className:qr()({"vm-menu-burger":!0,"vm-menu-burger_opened":t}),"aria-label":"menu",children:Qt("span",{})})},Ki=function(e){var t=e.background,n=e.color,i={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,a=xe().pathname,o=yi().isMobile,l=(0,r.useRef)(null),u=Mi(!1),c=u.value,s=u.toggle,f=u.setFalse;return(0,r.useEffect)(f,[a]),Ai(l,f),Qt("div",{className:"vm-header-sidebar",ref:l,children:[Qt("div",{className:qr()({"vm-header-sidebar-button":!0,"vm-header-sidebar-button_open":c}),onClick:s,children:Qt(Gi,{open:c})}),Qt("div",{className:qr()({"vm-header-sidebar-menu":!0,"vm-header-sidebar-menu_open":c}),children:[Qt("div",{children:Qt(Pi,{color:n,background:t,direction:"column"})}),Qt("div",{className:"vm-header-sidebar-menu-settings",children:!o&&!i&&Qt(Zi,{showTitle:!0})})]})]})};function Ji(){Ji=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(e,t,n){e[t]=n.value},a="function"==typeof Symbol?Symbol:{},o=a.iterator||"@@iterator",l=a.asyncIterator||"@@asyncIterator",u=a.toStringTag||"@@toStringTag";function c(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(e){c=function(e,t,n){return e[t]=n}}function s(e,t,n,r){var a=t&&t.prototype instanceof g?t:g,o=Object.create(a.prototype),l=new F(r||[]);return i(o,"_invoke",{value:E(e,n,l)}),o}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=s;var d="suspendedStart",h="suspendedYield",m="executing",p="completed",v={};function g(){}function y(){}function _(){}var w={};c(w,o,(function(){return this}));var D=Object.getPrototypeOf,k=D&&D(D(T([])));k&&k!==n&&r.call(k,o)&&(w=k);var x=_.prototype=g.prototype=Object.create(w);function C(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function n(i,a,o,l){var u=f(e[i],e,a);if("throw"!==u.type){var c=u.arg,s=c.value;return s&&"object"==b(s)&&r.call(s,"__await")?t.resolve(s.__await).then((function(e){n("next",e,o,l)}),(function(e){n("throw",e,o,l)})):t.resolve(s).then((function(e){c.value=e,o(c)}),(function(e){return n("throw",e,o,l)}))}l(u.arg)}var a;i(this,"_invoke",{value:function(e,r){function i(){return new t((function(t,i){n(e,r,t,i)}))}return a=a?a.then(i,i):i()}})}function E(t,n,r){var i=d;return function(a,o){if(i===m)throw new Error("Generator is already running");if(i===p){if("throw"===a)throw o;return{value:e,done:!0}}for(r.method=a,r.arg=o;;){var l=r.delegate;if(l){var u=A(l,r);if(u){if(u===v)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===d)throw i=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=m;var c=f(t,n,r);if("normal"===c.type){if(i=r.done?p:h,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=p,r.method="throw",r.arg=c.arg)}}}function A(t,n){var r=n.method,i=t.iterator[r];if(i===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,A(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var a=f(i,t.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,v;var o=a.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,v):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function N(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function M(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function F(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(N,this),this.reset(!0)}function T(t){if(t||""===t){var n=t[o];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i=0;--a){var o=this.tryEntries[a],l=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var u=r.call(o,"catchLoc"),c=r.call(o,"finallyLoc");if(u&&c){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),M(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;M(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:T(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),v}},t}function Xi(e,t,n,r,i,a,o){try{var l=e[a](o),u=l.value}catch(c){return void n(c)}l.done?t(u):Promise.resolve(u).then(r,i)}function ea(e){return function(){var t=this,n=arguments;return new Promise((function(r,i){var a=e.apply(t,n);function o(e){Xi(a,r,i,o,l,"next",e)}function l(e){Xi(a,r,i,o,l,"throw",e)}o(void 0)}))}}var ta=["controlsComponent","isMobile"],na=function(e){var t=e.controlsComponent,n=e.isMobile,i=Wr(e,ta),a=_t(),o=xe().pathname,l=function(){var e=yt().useTenantID,t=_t(),n=Gt().serverUrl,i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)([]),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return"".concat(n.replace(/^(.+)(\/select.+)/,"$1"),"/admin/tenants")}),[n]),m=(0,r.useMemo)((function(){return!!Dt(n)}),[n]),p=t?!e:!m;return(0,r.useEffect)((function(){if(!p){var e=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o(!0),e.prev=1,e.next=4,fetch(h);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],d(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?c(void 0):c("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message));case 16:o(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}}),[h]),{accountIds:f,isLoading:a,error:u}}(),u=l.accountIds,c=Mi(!1),s=c.value,f=c.toggle,d=c.setFalse,h=(0,r.useMemo)((function(){return(vt[o]||{}).header||{}}),[o]),m=Qt(t,dt(dt({},i),{},{isMobile:n,accountIds:u,headerSetup:h}));return n?Qt(qt.HY,{children:[Qt("div",{children:Qt(Ni,{className:qr()({"vm-header-button":!a}),startIcon:Qt(Pr,{}),onClick:f,ariaLabel:"controls"})}),Qt(Ii,{title:"Controls",onClose:d,isOpen:s,className:qr()({"vm-header-controls-modal":!0,"vm-header-controls-modal_open":s}),children:m})]}):m},ra=function(e){var t=e.controlsComponent,n={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,i=yi().isMobile,a=Xr(),o=(0,r.useMemo)((function(){return window.innerWidth<1e3}),[a]),l=Gt().isDarkTheme,u=_t(),c=(0,r.useMemo)((function(){return Bt(l?"color-background-block":"color-primary")}),[l]),s=(0,r.useMemo)((function(){var e=yt().headerStyles,t=void 0===e?{}:e,n=t.background,r=void 0===n?u?"#FFF":c:n,i=t.color;return{background:r,color:void 0===i?u?c:"#FFF":i}}),[c]),f=s.background,d=s.color,h=Se(),m=function(){h({pathname:gt.home}),window.location.reload()};return Qt("header",{className:qr()({"vm-header":!0,"vm-header_app":u,"vm-header_dark":l,"vm-header_sidebar":o,"vm-header_mobile":i}),style:{background:f,color:d},children:[o?Qt(Ki,{background:f,color:d}):Qt(qt.HY,{children:[!u&&Qt("div",{className:qr()({"vm-header-logo":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Qt(n?er:Xn,{})}),Qt(Pi,{color:d,background:f})]}),o&&Qt("div",{className:qr()({"vm-header-logo":!0,"vm-header-logo_mobile":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Qt(n?er:Xn,{})}),Qt(na,{controlsComponent:t,displaySidebar:o,isMobile:i})]})},ia=(0,r.memo)((function(){var e="2019-".concat((new Date).getFullYear());return Qt("footer",{className:"vm-footer",children:[Qt("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"me noreferrer",children:[Qt(tr,{}),"victoriametrics.com"]}),Qt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/MetricsQL.html",rel:"help noreferrer",children:[Qt(br,{}),"MetricsQL"]}),Qt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/#vmui",rel:"help noreferrer",children:[Qt(Fr,{}),"Documentation"]}),Qt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:[Qt(Tr,{}),"Create an issue"]}),Qt("div",{className:"vm-footer__copyright",children:["\xa9 ",e," VictoriaMetrics"]})]})})),aa=function(){var e=ea(Ji().mark((function e(t){var n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch("./dashboards/".concat(t));case 2:return n=e.sent,e.next=5,n.json();case 5:return r=e.sent,e.abrupt("return",r);case 7:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),oa=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=_t(),n=Gt().serverUrl,i=(0,r.useContext)(xi).dispatch,a=v((0,r.useState)(!1),2),o=a[0],l=a[1],u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=function(){var e=ea(Ji().mark((function e(){var t,n;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,null!==(t=window.__VMUI_PREDEFINED_DASHBOARDS__)&&void 0!==t&&t.length){e.next=4;break}return e.abrupt("return",[]);case 4:return e.next=6,Promise.all(t.map(function(){var e=ea(Ji().mark((function e(t){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",aa(t));case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 6:n=e.sent,h((function(e){return[].concat(y(n),y(e))})),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(0),e.t0 instanceof Error&&s("".concat(e.t0.name,": ").concat(e.t0.message));case 13:case"end":return e.stop()}}),e,null,[[0,10]])})));return function(){return e.apply(this,arguments)}}(),p=function(){var t=ea(Ji().mark((function t(){var r,i,a;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n&&!e){t.next=2;break}return t.abrupt("return");case 2:return s(""),l(!0),t.prev=4,t.next=7,fetch("".concat(n,"/vmui/custom-dashboards"));case 7:return r=t.sent,t.next=10,r.json();case 10:if(i=t.sent,!r.ok){t.next=22;break}if(!((a=i.dashboardsSettings)&&a.length>0)){t.next=17;break}h((function(e){return[].concat(y(e),y(a))})),t.next=19;break;case 17:return t.next=19,m();case 19:l(!1),t.next=26;break;case 22:return t.next=24,m();case 24:s(i.error),l(!1);case 26:t.next=34;break;case 28:return t.prev=28,t.t0=t.catch(4),l(!1),t.t0 instanceof Error&&s("".concat(t.t0.name,": ").concat(t.t0.message)),t.next=34,m();case 34:case"end":return t.stop()}}),t,null,[[4,28]])})));return function(){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){t||(h([]),p())}),[n]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_SETTINGS",payload:d})}),[d]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_LOADING",payload:o})}),[o]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_ERROR",payload:c})}),[c]),{dashboardsSettings:d,isLoading:o,error:c}},la=function(e){var t=e.error,n=e.warning,i=e.info,a=(0,r.useRef)(null),o=v((0,r.useState)(!1),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return t?"ERROR: ":n?"WARNING: ":""}),[t,n]),h="".concat(d).concat(t||n||i),m=function(){var e=a.current;if(e){var t=e.offsetWidth,n=e.scrollWidth,r=e.offsetHeight,i=e.scrollHeight;u(t+11}),[t]),w=function(e){return function(){var t=e;if(u({type:"SET_TENANT_ID",payload:t}),l){var n=wt(l,t);if(n===l)return;u({type:"SET_SERVER",payload:n}),c({type:"RUN_QUERY"})}y()}};return(0,r.useEffect)((function(){var e=Dt(l);o&&o!==e?w(o)():w(e)()}),[l]),b?Qt("div",{className:"vm-tenant-input",children:[Qt(Ri,{title:"Define Tenant ID if you need request to another storage",children:Qt("div",{ref:h,children:i?Qt("div",{className:"vm-mobile-option",onClick:g,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(Lr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Tenant ID"}),Qt("span",{className:"vm-mobile-option-text__value",children:o})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ni,{className:n?"":"vm-header-button",variant:"contained",color:"primary",fullWidth:!0,startIcon:Qt(Lr,{}),endIcon:Qt("div",{className:qr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":p}),children:Qt(sr,{})}),onClick:g,children:o})})}),Qt(Fi,{open:p,placement:"bottom-right",onClose:y,buttonRef:h,title:i?"Define Tenant ID":void 0,children:Qt("div",{className:qr()({"vm-list vm-tenant-input-list":!0,"vm-list vm-tenant-input-list_mobile":i}),children:[Qt("div",{className:"vm-tenant-input-list__search",children:Qt(ua,{autofocus:!0,label:"Search",value:f,onChange:d,type:"search"})}),_.map((function(e){return Qt("div",{className:qr()({"vm-list-item":!0,"vm-list-item_mobile":i,"vm-list-item_active":e===o}),onClick:w(e),children:e},e)}))]})})]}):null};var sa,fa,da=function(e){var t=(0,r.useRef)();return(0,r.useEffect)((function(){t.current=e}),[e]),t.current},ha=function(){var e=_t(),t=yi().isMobile,n=mi(),i=n.customStep,a=n.isHistogram,o=zn().period,l=o.step,u=o.end,c=o.start,s=pi(),f=da(u-c),d=(0,r.useMemo)((function(){return gn(u-c,a)}),[l,a]),h=v((0,r.useState)(i||d),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=Mi(!1),w=b.value,D=b.toggle,k=b.setFalse,x=(0,r.useRef)(null),C=function(e){var t=e||m||d||"1s",n=(t.match(/[a-zA-Z]+/g)||[]).length?t:"".concat(t,"s");s({type:"SET_CUSTOM_STEP",payload:n}),p(n),_("")},S=function(e){var t=e.match(/[-+]?([0-9]*\.[0-9]+|[0-9]+)/g)||[],n=e.match(/[a-zA-Z]+/g)||[],r=t.length&&t.every((function(e){return parseFloat(e)>0})),i=n.every((function(e){return sn.find((function(t){return t.short===e}))})),a=r&&i;p(e),_(a?"":Pt.validStep)};return(0,r.useEffect)((function(){i&&C(i)}),[i]),(0,r.useEffect)((function(){!i&&d&&C(d)}),[d]),(0,r.useEffect)((function(){u-c!==f&&f&&d&&C(d)}),[u,c,f,d]),(0,r.useEffect)((function(){l!==i&&l!==d||C(d)}),[a]),Qt("div",{className:"vm-step-control",ref:x,children:[t?Qt("div",{className:"vm-mobile-option",onClick:D,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(Mr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Step"}),Qt("span",{className:"vm-mobile-option-text__value",children:m})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:"Query resolution step width",children:Qt(Ni,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(Mr,{}),onClick:D,children:Qt("p",{children:["STEP",Qt("p",{className:"vm-step-control__value",children:m})]})})}),Qt(Fi,{open:w,placement:"bottom-right",onClose:k,buttonRef:x,title:t?"Query resolution step width":void 0,children:Qt("div",{className:qr()({"vm-step-control-popper":!0,"vm-step-control-popper_mobile":t}),children:[Qt(ua,{autofocus:!0,label:"Step value",value:m,error:y,onChange:S,onEnter:function(){C(),k()},onFocus:function(){document.activeElement instanceof HTMLInputElement&&document.activeElement.select()},onBlur:C,endIcon:Qt(Ri,{title:"Set default step value: ".concat(d),children:Qt(Ni,{size:"small",variant:"text",color:"primary",startIcon:Qt(ir,{}),onClick:function(){var e=d||"1s";S(e),C(e)},ariaLabel:"reset step"})})}),Qt("div",{className:"vm-step-control-popper-info",children:[Qt("code",{children:"step"})," - the ",Qt("a",{className:"vm-link vm-link_colored",href:"https://prometheus.io/docs/prometheus/latest/querying/basics/#time-durations",target:"_blank",rel:"noreferrer",children:"interval"}),"between datapoints, which must be returned from the range query. The ",Qt("code",{children:"query"})," is executed at",Qt("code",{children:"start"}),", ",Qt("code",{children:"start+step"}),", ",Qt("code",{children:"start+2*step"}),", \u2026, ",Qt("code",{children:"end"})," timestamps.",Qt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/keyConcepts.html#range-query",target:"_blank",rel:"help noreferrer",children:"Read more about Range query"})]})]})})]})},ma=function(e){var t=e.relativeTime,n=e.setDuration,r=yi().isMobile;return Qt("div",{className:qr()({"vm-time-duration":!0,"vm-time-duration_mobile":r}),children:kn.map((function(e){var i,a=e.id,o=e.duration,l=e.until,u=e.title;return Qt("div",{className:qr()({"vm-list-item":!0,"vm-list-item_mobile":r,"vm-list-item_active":a===t}),onClick:(i={duration:o,until:l(),id:a},function(){n(i)}),children:u||o},a)}))})},pa=function(e){var t=e.viewDate,n=e.showArrowNav,r=e.onChangeViewDate;return Qt("div",{className:"vm-calendar-header",children:[Qt("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[Qt("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),Qt("div",{className:"vm-calendar-header-left__select-year",children:Qt(fr,{})})]}),n&&Qt("div",{className:"vm-calendar-header-right",children:[Qt("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:Qt(sr,{})}),Qt("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:Qt(sr,{})})]})]})},va=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ga=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeSelectDate,o="YYYY-MM-DD",l=a()().tz().startOf("day"),u=(0,r.useMemo)((function(){var e=new Array(42).fill(null),n=t.startOf("month"),r=t.endOf("month").diff(n,"day")+1,i=new Array(r).fill(n).map((function(e,t){return e.add(t,"day")})),a=n.day();return e.splice.apply(e,[a,r].concat(y(i))),e}),[t]),c=function(e){return function(){e&&i(e)}};return Qt("div",{className:"vm-calendar-body",children:[va.map((function(e){return Qt("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),u.map((function(e,t){return Qt("div",{className:qr()({"vm-calendar-body-cell":!0,"vm-calendar-body-cell_day":!0,"vm-calendar-body-cell_day_empty":!e,"vm-calendar-body-cell_day_active":(e&&e.format(o))===n.format(o),"vm-calendar-body-cell_day_today":(e&&e.format(o))===l.format(o)}),onClick:c(e),children:e&&e.format("D")},e?e.format(o):t)}))]})},ya=function(e){var t=e.viewDate,n=e.onChangeViewDate,i=a()().format("YYYY"),o=(0,r.useMemo)((function(){return t.format("YYYY")}),[t]),l=(0,r.useMemo)((function(){var e=a()().subtract(9,"year");return new Array(18).fill(e).map((function(e,t){return e.add(t,"year")}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(o));e&&e.scrollIntoView({block:"center"})}),[]);return Qt("div",{className:"vm-calendar-years",children:l.map((function(e){return Qt("div",{className:qr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("YYYY")===o,"vm-calendar-years__year_today":e.format("YYYY")===i}),id:"vm-calendar-year-".concat(e.format("YYYY")),onClick:(t=e,function(){n(t)}),children:e.format("YYYY")},e.format("YYYY"));var t}))})},_a=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeViewDate,o=a()().format("MM"),l=(0,r.useMemo)((function(){return n.format("MM")}),[n]),u=(0,r.useMemo)((function(){return new Array(12).fill("").map((function(e,n){return a()(t).month(n)}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(l));e&&e.scrollIntoView({block:"center"})}),[]);var c=function(e){return function(){i(e)}};return Qt("div",{className:"vm-calendar-years",children:u.map((function(e){return Qt("div",{className:qr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("MM")===l,"vm-calendar-years__year_today":e.format("MM")===o}),id:"vm-calendar-year-".concat(e.format("MM")),onClick:c(e),children:e.format("MMMM")},e.format("MM"))}))})},ba=function(e){return e[e.days=0]="days",e[e.months=1]="months",e[e.years=2]="years",e}(ba||{}),wa=function(e){var t=e.date,n=e.format,i=void 0===n?en:n,o=e.onChange,l=v((0,r.useState)(ba.days),2),u=l[0],c=l[1],s=v((0,r.useState)(a().tz(t)),2),f=s[0],d=s[1],h=v((0,r.useState)(a().tz(t)),2),m=h[0],p=h[1],g=a()().startOf("day").tz(),y=g.format()===f.format(),_=yi().isMobile,b=function(e){d(e),c((function(e){return e===ba.years?ba.months:ba.days}))};return(0,r.useEffect)((function(){m.format()!==a().tz(t).format()&&o(m.format(i))}),[m]),(0,r.useEffect)((function(){var e=a().tz(t);d(e),p(e)}),[t]),Qt("div",{className:qr()({"vm-calendar":!0,"vm-calendar_mobile":_}),children:[Qt(pa,{viewDate:f,onChangeViewDate:b,toggleDisplayYears:function(){c((function(e){return e===ba.years?ba.days:ba.years}))},showArrowNav:u===ba.days}),u===ba.days&&Qt(ga,{viewDate:f,selectDate:m,onChangeSelectDate:function(e){p(e)}}),u===ba.years&&Qt(ya,{viewDate:f,onChangeViewDate:b}),u===ba.months&&Qt(_a,{selectDate:m,viewDate:f,onChangeViewDate:b}),!y&&u===ba.days&&Qt("div",{className:"vm-calendar-footer",children:Qt(Ni,{variant:"text",size:"small",onClick:function(){d(g)},children:"show today"})})]})},Da=(0,r.forwardRef)((function(e,t){var n=e.date,i=e.targetRef,o=e.format,l=void 0===o?en:o,u=e.onChange,c=e.label,s=(0,r.useMemo)((function(){return a()(n).isValid()?a().tz(n):a()().tz()}),[n]),f=yi().isMobile,d=Mi(!1),h=d.value,m=d.toggle,p=d.setFalse;return Jr("click",m,i),Jr("keyup",(function(e){"Escape"!==e.key&&"Enter"!==e.key||p()})),Qt(qt.HY,{children:Qt(Fi,{open:h,buttonRef:i,placement:"bottom-right",onClose:p,title:f?c:void 0,children:Qt("div",{ref:t,children:Qt(wa,{date:s,format:l,onChange:function(e){u(e),p()}})})})})})),ka=Da,xa=n(111),Ca=n.n(xa),Sa=function(e){return a()(e).isValid()?a().tz(e).format(en):e},Ea=function(e){var t=e.value,n=void 0===t?"":t,i=e.label,o=e.pickerLabel,l=e.pickerRef,u=e.onChange,c=e.onEnter,s=(0,r.useRef)(null),f=v((0,r.useState)(null),2),d=f[0],h=f[1],m=v((0,r.useState)(Sa(n)),2),p=m[0],g=m[1],y=v((0,r.useState)(!1),2),_=y[0],b=y[1],w=v((0,r.useState)(!1),2),D=w[0],k=w[1],x=a()(p).isValid()?"":"Invalid date format";return(0,r.useEffect)((function(){var e=Sa(n);e!==p&&g(e),D&&(c(),k(!1))}),[n]),(0,r.useEffect)((function(){_&&d&&(d.focus(),d.setSelectionRange(11,11),b(!1))}),[_]),Qt("div",{className:qr()({"vm-date-time-input":!0,"vm-date-time-input_error":x}),children:[Qt("label",{children:i}),Qt(Ca(),{tabIndex:1,inputRef:h,mask:"9999-99-99 99:99:99",placeholder:"YYYY-MM-DD HH:mm:ss",value:p,autoCapitalize:"none",inputMode:"numeric",maskChar:null,onChange:function(e){g(e.currentTarget.value)},onBlur:function(){u(p)},onKeyUp:function(e){"Enter"===e.key&&(u(p),k(!0))}}),x&&Qt("span",{className:"vm-date-time-input__error-text",children:x}),Qt("div",{className:"vm-date-time-input__icon",ref:s,children:Qt(Ni,{variant:"text",color:"gray",size:"small",startIcon:Qt(hr,{}),ariaLabel:"calendar"})}),Qt(ka,{label:o,ref:l,date:p,onChange:function(e){g(e),b(!0)},targetRef:s})]})},Aa=function(){var e=yi().isMobile,t=Gt().isDarkTheme,n=(0,r.useRef)(null),i=Xr(),o=(0,r.useMemo)((function(){return i.width>1120}),[i]),l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=zn(),m=h.period,p=m.end,g=m.start,y=h.relativeTime,_=h.timezone,b=h.duration,w=jn(),D=_t(),k=da(_),x=Mi(!1),C=x.value,S=x.toggle,E=x.setFalse,A=(0,r.useMemo)((function(){return{region:_,utc:Cn(_)}}),[_]);(0,r.useEffect)((function(){c(bn(Dn(p)))}),[_,p]),(0,r.useEffect)((function(){d(bn(Dn(g)))}),[_,g]);var N=function(e){var t=e.duration,n=e.until,r=e.id;w({type:"SET_RELATIVE_TIME",payload:{duration:t,until:n,id:r}}),E()},M=(0,r.useMemo)((function(){return{start:a().tz(Dn(g)).format(en),end:a().tz(Dn(p)).format(en)}}),[g,p,_]),F=(0,r.useMemo)((function(){return y&&"none"!==y?y.replace(/_/g," "):"".concat(M.start," - ").concat(M.end)}),[y,M]),T=(0,r.useRef)(null),O=(0,r.useRef)(null),L=(0,r.useRef)(null),P=function(){f&&u&&w({type:"SET_PERIOD",payload:{from:a().tz(f).toDate(),to:a().tz(u).toDate()}}),E()};return(0,r.useEffect)((function(){var e=xn({relativeTimeId:y,defaultDuration:b,defaultEndInput:Dn(p)});k&&_!==k&&N({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[_,k]),Ai(n,(function(t){var n,r;if(!e){var i=t.target,a=(null===T||void 0===T?void 0:T.current)&&(null===T||void 0===T||null===(n=T.current)||void 0===n?void 0:n.contains(i)),o=(null===O||void 0===O?void 0:O.current)&&(null===O||void 0===O||null===(r=O.current)||void 0===r?void 0:r.contains(i));a||o||E()}})),Qt(qt.HY,{children:[Qt("div",{ref:L,children:e?Qt("div",{className:"vm-mobile-option",onClick:S,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(dr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Time range"}),Qt("span",{className:"vm-mobile-option-text__value",children:F})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:o?"Time range controls":F,children:Qt(Ni,{className:D?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(dr,{}),onClick:S,ariaLabel:"time range controls",children:o&&Qt("span",{children:F})})})}),Qt(Fi,{open:C,buttonRef:L,placement:"bottom-right",onClose:E,clickOutside:!1,title:e?"Time range controls":"",children:Qt("div",{className:qr()({"vm-time-selector":!0,"vm-time-selector_mobile":e}),ref:n,children:[Qt("div",{className:"vm-time-selector-left",children:[Qt("div",{className:qr()({"vm-time-selector-left-inputs":!0,"vm-time-selector-left-inputs_dark":t}),children:[Qt(Ea,{value:f,label:"From:",pickerLabel:"Date From",pickerRef:T,onChange:d,onEnter:P}),Qt(Ea,{value:u,label:"To:",pickerLabel:"Date To",pickerRef:O,onChange:c,onEnter:P})]}),Qt("div",{className:"vm-time-selector-left-timezone",children:[Qt("div",{className:"vm-time-selector-left-timezone__title",children:A.region}),Qt("div",{className:"vm-time-selector-left-timezone__utc",children:A.utc})]}),Qt(Ni,{variant:"text",startIcon:Qt(mr,{}),onClick:function(){return w({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),Qt("div",{className:"vm-time-selector-left__controls",children:[Qt(Ni,{color:"error",variant:"outlined",onClick:function(){c(bn(Dn(p))),d(bn(Dn(g))),E()},children:"Cancel"}),Qt(Ni,{color:"primary",onClick:P,children:"Apply"})]})]}),Qt(ma,{relativeTime:y||"",setDuration:N})]})})]})},Na=function(){var e=Se(),t=v(ut(),2),n=t[0],i=t[1];return{setSearchParamsFromKeys:(0,r.useCallback)((function(t){var r=!!Array.from(n.values()).length,a=!1;Object.entries(t).forEach((function(e){var t=v(e,2),r=t[0],i=t[1];n.get(r)!=="".concat(i)&&(n.set(r,"".concat(i)),a=!0)})),a&&(r?i(n):e("?".concat(n.toString()),{replace:!0}))}),[n,e])}},Ma=function(){var e=yi().isMobile,t=_t(),n=(0,r.useRef)(null),i=v(ut(),1)[0],o=Na().setSearchParamsFromKeys,l=i.get("date")||a()().tz().format(Xt),u=(0,r.useMemo)((function(){return a().tz(l).format(Xt)}),[l]),c=function(e){o({date:e})};return(0,r.useEffect)((function(){c(l)}),[]),Qt("div",{children:[Qt("div",{ref:n,children:e?Qt("div",{className:"vm-mobile-option",children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(hr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Date control"}),Qt("span",{className:"vm-mobile-option-text__value",children:u})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:"Date control",children:Qt(Ni,{className:t?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(hr,{}),children:u})})}),Qt(ka,{label:"Date control",date:l||"",format:Xt,onChange:c,targetRef:n})]})},Fa=[{seconds:0,title:"Off"},{seconds:1,title:"1s"},{seconds:2,title:"2s"},{seconds:5,title:"5s"},{seconds:10,title:"10s"},{seconds:30,title:"30s"},{seconds:60,title:"1m"},{seconds:300,title:"5m"},{seconds:900,title:"15m"},{seconds:1800,title:"30m"},{seconds:3600,title:"1h"},{seconds:7200,title:"2h"}],Ta=function(){var e=yi().isMobile,t=jn(),n=_t(),i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=v((0,r.useState)(Fa[0]),2),u=l[0],c=l[1],s=Mi(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useRef)(null);(0,r.useEffect)((function(){var e,n=u.seconds;return a?e=setInterval((function(){t({type:"RUN_QUERY"})}),1e3*n):c(Fa[0]),function(){e&&clearInterval(e)}}),[u,a]);var p=function(e){return function(){!function(e){(a&&!e.seconds||!a&&e.seconds)&&o((function(e){return!e})),c(e),h()}(e)}};return Qt(qt.HY,{children:[Qt("div",{className:"vm-execution-controls",children:Qt("div",{className:qr()({"vm-execution-controls-buttons":!0,"vm-execution-controls-buttons_mobile":e,"vm-header-button":!n}),children:[!e&&Qt(Ri,{title:"Refresh dashboard",children:Qt(Ni,{variant:"contained",color:"primary",onClick:function(){t({type:"RUN_QUERY"})},startIcon:Qt(cr,{}),ariaLabel:"refresh dashboard"})}),e?Qt("div",{className:"vm-mobile-option",onClick:d,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(ir,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Auto-refresh"}),Qt("span",{className:"vm-mobile-option-text__value",children:u.title})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:"Auto-refresh control",children:Qt("div",{ref:m,children:Qt(Ni,{variant:"contained",color:"primary",fullWidth:!0,endIcon:Qt("div",{className:qr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":f}),children:Qt(sr,{})}),onClick:d,children:u.title})})})]})}),Qt(Fi,{open:f,placement:"bottom-right",onClose:h,buttonRef:m,title:e?"Auto-refresh duration":void 0,children:Qt("div",{className:qr()({"vm-execution-controls-list":!0,"vm-execution-controls-list_mobile":e}),children:Fa.map((function(t){return Qt("div",{className:qr()({"vm-list-item":!0,"vm-list-item_mobile":e,"vm-list-item_active":t.seconds===u.seconds}),onClick:p(t),children:t.title},t.seconds)}))})})]})},Oa=function(e){var t=e.serverUrl,n=e.stateServerUrl,i=e.onChange,a=e.onEnter,o=v((0,r.useState)(""),2),l=o[0],u=o[1];return(0,r.useEffect)((function(){n||u(Pt.emptyServer),Ht(n)||u(Pt.validServer)}),[n]),Qt(ua,{autofocus:!0,label:"Server URL",value:t,error:l,onChange:function(e){i(e||""),u("")},onEnter:a,inputmode:"url"})},La=[{label:"Graph",type:"chart"},{label:"JSON",type:"code"},{label:"Table",type:"table"}],Pa=function(e){var t=e.limits,n=e.onChange,i=e.onEnter,a=yi().isMobile,o=v((0,r.useState)({table:"",chart:"",code:""}),2),l=o[0],u=o[1],c=function(e){return function(r){!function(e,r){var i=e||"";u((function(e){return dt(dt({},e),{},st({},r,+i<0?Pt.positiveNumber:""))})),n(dt(dt({},t),{},st({},r,i||1/0)))}(r,e)}};return Qt("div",{className:"vm-limits-configurator",children:[Qt("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",Qt(Ri,{title:"Set to 0 to disable the limit",children:Qt(Ni,{variant:"text",color:"primary",size:"small",startIcon:Qt(ar,{})})}),Qt("div",{className:"vm-limits-configurator-title__reset",children:Qt(Ni,{variant:"text",color:"primary",size:"small",startIcon:Qt(ir,{}),onClick:function(){n(At)},children:"Reset limits"})})]}),Qt("div",{className:qr()({"vm-limits-configurator__inputs":!0,"vm-limits-configurator__inputs_mobile":a}),children:La.map((function(e){return Qt("div",{children:Qt(ua,{label:e.label,value:t[e.type],error:l[e.type],onChange:c(e.type),onEnter:i,type:"number"})},e.type)}))})]})},Ia=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,i=e.onChange,a=e.title,o=e.children,l=v((0,r.useState)(n),2),u=l[0],c=l[1];return(0,r.useEffect)((function(){i&&i(u)}),[u]),Qt(qt.HY,{children:[Qt("header",{className:"vm-accordion-header ".concat(u&&"vm-accordion-header_open"),onClick:function(){c((function(e){return!e}))},children:[a,Qt("div",{className:"vm-accordion-header__arrow ".concat(u&&"vm-accordion-header__arrow_open"),children:Qt(sr,{})})]}),u&&Qt("section",{className:"vm-accordion-section",children:o},"content")]})},Ra=function(e){var t=e.timezoneState,n=e.onChange,i=yi().isMobile,o=Sn(),l=v((0,r.useState)(""),2),u=l[0],c=l[1],s=(0,r.useRef)(null),f=Mi(!1),d=f.value,h=f.toggle,m=f.setFalse,p=(0,r.useMemo)((function(){if(!u)return o;try{return Sn(u)}catch(e){return{}}}),[u,o]),g=(0,r.useMemo)((function(){return Object.keys(p)}),[p]),y=(0,r.useMemo)((function(){return{region:a().tz.guess(),utc:Cn(a().tz.guess())}}),[]),_=(0,r.useMemo)((function(){return{region:t,utc:Cn(t)}}),[t]),b=function(e){return function(){!function(e){n(e.region),c(""),m()}(e)}};return Qt("div",{className:"vm-timezones",children:[Qt("div",{className:"vm-server-configurator__title",children:"Time zone"}),Qt("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:h,ref:s,children:[Qt("div",{className:"vm-timezones-item__title",children:_.region}),Qt("div",{className:"vm-timezones-item__utc",children:_.utc}),Qt("div",{className:qr()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":d}),children:Qt(fr,{})})]}),Qt(Fi,{open:d,buttonRef:s,placement:"bottom-left",onClose:m,fullWidth:!0,title:i?"Time zone":void 0,children:Qt("div",{className:qr()({"vm-timezones-list":!0,"vm-timezones-list_mobile":i}),children:[Qt("div",{className:"vm-timezones-list-header",children:[Qt("div",{className:"vm-timezones-list-header__search",children:Qt(ua,{autofocus:!0,label:"Search",value:u,onChange:function(e){c(e)}})}),Qt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(y),children:[Qt("div",{className:"vm-timezones-item__title",children:["Browser Time (",y.region,")"]}),Qt("div",{className:"vm-timezones-item__utc",children:y.utc})]})]}),g.map((function(e){return Qt("div",{className:"vm-timezones-list-group",children:Qt(Ia,{defaultExpanded:!0,title:Qt("div",{className:"vm-timezones-list-group__title",children:e}),children:Qt("div",{className:"vm-timezones-list-group-options",children:p[e]&&p[e].map((function(e){return Qt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(e),children:[Qt("div",{className:"vm-timezones-item__title",children:e.region}),Qt("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},Ba=function(e){var t=e.options,n=e.value,i=e.label,a=e.onChange,o=(0,r.useRef)(null),l=v((0,r.useState)({width:"0px",left:"0px",borderRadius:"0px"}),2),u=l[0],c=l[1],s=function(e){return function(){a(e)}};return(0,r.useEffect)((function(){if(o.current){var e=t.findIndex((function(e){return e.value===n})),r=o.current.getBoundingClientRect().width,i=e*r,a="0";0===e&&(a="16px 0 0 16px"),e===t.length-1&&(a="10px",i-=1,a="0 16px 16px 0"),0!==e&&e!==t.length-1&&(r+=1,i-=1),c({width:"".concat(r,"px"),left:"".concat(i,"px"),borderRadius:a})}else c({width:"0px",left:"0px",borderRadius:"0px"})}),[o,n,t]),Qt("div",{className:"vm-toggles",children:[i&&Qt("label",{className:"vm-toggles__label",children:i}),Qt("div",{className:"vm-toggles-group",style:{gridTemplateColumns:"repeat(".concat(t.length,", 1fr)")},children:[u.borderRadius&&Qt("div",{className:"vm-toggles-group__highlight",style:u}),t.map((function(e,t){return Qt("div",{className:qr()({"vm-toggles-group-item":!0,"vm-toggles-group-item_first":0===t,"vm-toggles-group-item_active":e.value===n,"vm-toggles-group-item_icon":e.icon&&e.title}),onClick:s(e.value),ref:e.value===n?o:null,children:[e.icon,e.title]},e.value)}))]})]})},za=Object.values(It).map((function(e){return{title:e,value:e}})),ja=function(e){var t=e.theme,n=e.onChange,r=yi().isMobile;return Qt("div",{className:qr()({"vm-theme-control":!0,"vm-theme-control_mobile":r}),children:[Qt("div",{className:"vm-server-configurator__title",children:"Theme preferences"}),Qt("div",{className:"vm-theme-control__toggle",children:Qt(Ba,{options:za,value:t,onChange:function(e){n(e)}})},"".concat(r))]})},Ha="Settings",$a=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=yi().isMobile,n=_t(),i=Gt(),a=i.serverUrl,o=i.theme,l=zn().timezone,u=ci().seriesLimits,c=Kt(),s=jn(),f=si(),d=v((0,r.useState)(a),2),h=d[0],m=d[1],p=v((0,r.useState)(u),2),g=p[0],y=p[1],_=v((0,r.useState)(l),2),b=_[0],w=_[1],D=Mi(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=function(){C(),m(a),y(u),w(l)},E=function(){var e=Dt(h);""!==e&&c({type:"SET_TENANT_ID",payload:e}),c({type:"SET_SERVER",payload:h}),s({type:"SET_TIMEZONE",payload:b}),f({type:"SET_SERIES_LIMITS",payload:g}),C()};(0,r.useEffect)((function(){a!==h&&m(a)}),[a]);var A=[{show:!n&&!e,component:Qt(Oa,{stateServerUrl:a,serverUrl:h,onChange:m,onEnter:E})},{show:!e,component:Qt(Pa,{limits:g,onChange:y,onEnter:E})},{show:!0,component:Qt(Ra,{timezoneState:b,onChange:w})},{show:!n,component:Qt(ja,{theme:o,onChange:function(e){c({type:"SET_THEME",payload:e})}})}].filter((function(e){return e.show}));return Qt(qt.HY,{children:[t?Qt("div",{className:"vm-mobile-option",onClick:x,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(nr,{})}),Qt("div",{className:"vm-mobile-option-text",children:Qt("span",{className:"vm-mobile-option-text__label",children:Ha})}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:Ha,children:Qt(Ni,{className:qr()({"vm-header-button":!n}),variant:"contained",color:"primary",startIcon:Qt(nr,{}),onClick:x,ariaLabel:"settings"})}),k&&Qt(Ii,{title:Ha,onClose:S,children:Qt("div",{className:qr()({"vm-server-configurator":!0,"vm-server-configurator_mobile":t}),children:[A.map((function(e,t){return Qt("div",{className:"vm-server-configurator__input",children:e.component},t)})),Qt("div",{className:"vm-server-configurator-footer",children:[Qt(Ni,{color:"error",variant:"outlined",onClick:S,children:"Cancel"}),Qt(Ni,{color:"primary",variant:"contained",onClick:E,children:"Apply"})]})]})})]})},Va=function(e){var t=e.displaySidebar,n=e.isMobile,r=e.headerSetup,i=e.accountIds;return Qt("div",{className:qr()({"vm-header-controls":!0,"vm-header-controls_mobile":n}),children:[(null===r||void 0===r?void 0:r.tenant)&&Qt(ca,{accountIds:i||[]}),(null===r||void 0===r?void 0:r.stepControl)&&Qt(ha,{}),(null===r||void 0===r?void 0:r.timeSelector)&&Qt(Aa,{}),(null===r||void 0===r?void 0:r.cardinalityDatePicker)&&Qt(Ma,{}),(null===r||void 0===r?void 0:r.executionControls)&&Qt(Ta,{}),Qt($a,{}),!t&&Qt(Zi,{})]})},Ya=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=_t(),n=yi().isMobile,i=xe().pathname,a=v(ut(),2),o=a[0],l=a[1];oa();return(0,r.useEffect)((function(){var t,n,r="vmui",a=e?null===(t=vt[gt.logs])||void 0===t?void 0:t.title:null===(n=vt[i])||void 0===n?void 0:n.title;document.title=a?"".concat(a," - ").concat(r):r}),[i]),(0,r.useEffect)((function(){var e=window.location,t=e.search,n=e.href;if(t){var r=Ct().parse(t,{ignoreQueryPrefix:!0});Object.entries(r).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];return o.set(n,r)})),l(o),window.location.search=""}var i=n.replace(/\/\?#\//,"/#/");i!==n&&window.location.replace(i)}),[]),Qt("section",{className:"vm-container",children:[Qt(ra,{controlsComponent:Va}),Qt("div",{className:qr()({"vm-container-body":!0,"vm-container-body_mobile":n,"vm-container-body_app":t}),children:Qt(je,{})}),!t&&Qt(ia,{})]})},Ua="u-off",qa="u-label",Wa="width",Qa="height",Za="top",Ga="bottom",Ka="left",Ja="right",Xa="#000",eo=Xa+"0",to="mousemove",no="mousedown",ro="mouseup",io="mouseenter",ao="mouseleave",oo="dblclick",lo="change",uo="dppxchange",co="--",so="undefined"!=typeof window,fo=so?document:null,ho=so?window:null,mo=so?navigator:null;function po(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function vo(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function go(e,t,n){e.style[t]=n+"px"}function yo(e,t,n,r){var i=fo.createElement(e);return null!=t&&po(i,t),null!=n&&n.insertBefore(i,r),i}function _o(e,t){return yo("div",e,t)}var bo=new WeakMap;function wo(e,t,n,r,i){var a="translate("+t+"px,"+n+"px)";a!=bo.get(e)&&(e.style.transform=a,bo.set(e,a),t<0||n<0||t>r||n>i?po(e,Ua):vo(e,Ua))}var Do=new WeakMap;function ko(e,t,n){var r=t+n;r!=Do.get(e)&&(Do.set(e,r),e.style.background=t,e.style.borderColor=n)}var xo=new WeakMap;function Co(e,t,n,r){var i=t+""+n;i!=xo.get(e)&&(xo.set(e,i),e.style.height=n+"px",e.style.width=t+"px",e.style.marginLeft=r?-t/2+"px":0,e.style.marginTop=r?-n/2+"px":0)}var So={passive:!0},Eo=dt(dt({},So),{},{capture:!0});function Ao(e,t,n,r){t.addEventListener(e,n,r?Eo:So)}function No(e,t,n,r){t.removeEventListener(e,n,r?Eo:So)}function Mo(e,t,n,r){var i;n=n||0;for(var a=(r=r||t.length-1)<=2147483647;r-n>1;)t[i=a?n+r>>1:qo((n+r)/2)]=t&&i<=n;i+=r)if(null!=e[i])return i;return-1}function To(e,t,n,r){var i=Jo(e),a=Jo(t),o=10==n?Xo:el;e==t&&(-1==i?(e*=n,t/=n):(e/=n,t*=n));var l=1==a?Qo:qo,u=(1==i?qo:Qo)(o(Uo(e))),c=l(o(Uo(t))),s=Ko(n,u),f=Ko(n,c);return 10==n&&(u<0&&(s=pl(s,-u)),c<0&&(f=pl(f,-c))),r||2==n?(e=s*i,t=f*a):(e=ml(e,s),t=hl(t,f)),[e,t]}function Oo(e,t,n,r){var i=To(e,t,n,r);return 0==e&&(i[0]=0),0==t&&(i[1]=0),i}so&&function e(){var t=devicePixelRatio;sa!=t&&(sa=t,fa&&No(lo,fa,e),fa=matchMedia("(min-resolution: ".concat(sa-.001,"dppx) and (max-resolution: ").concat(sa+.001,"dppx)")),Ao(lo,fa,e),ho.dispatchEvent(new CustomEvent(uo)))}();var Lo=.1,Po={mode:3,pad:Lo},Io={pad:0,soft:null,mode:0},Ro={min:Io,max:Io};function Bo(e,t,n,r){return Cl(n)?jo(e,t,n):(Io.pad=n,Io.soft=r?0:null,Io.mode=r?3:0,jo(e,t,Ro))}function zo(e,t){return null==e?t:e}function jo(e,t,n){var r=n.min,i=n.max,a=zo(r.pad,0),o=zo(i.pad,0),l=zo(r.hard,-nl),u=zo(i.hard,nl),c=zo(r.soft,nl),s=zo(i.soft,-nl),f=zo(r.mode,0),d=zo(i.mode,0),h=t-e,m=Xo(h),p=Go(Uo(e),Uo(t)),v=Xo(p),g=Uo(v-m);(h<1e-9||g>10)&&(h=0,0!=e&&0!=t||(h=1e-9,2==f&&c!=nl&&(a=0),2==d&&s!=-nl&&(o=0)));var y=h||p||1e3,_=Xo(y),b=Ko(10,qo(_)),w=pl(ml(e-y*(0==h?0==e?.1:1:a),b/10),9),D=e>=c&&(1==f||3==f&&w<=c||2==f&&w>=c)?c:nl,k=Go(l,w=D?D:Zo(D,w)),x=pl(hl(t+y*(0==h?0==t?.1:1:o),b/10),9),C=t<=s&&(1==d||3==d&&x>=s||2==d&&x<=s)?s:-nl,S=Zo(u,x>C&&t<=C?C:Go(C,x));return k==S&&0==k&&(S=100),[k,S]}var Ho=new Intl.NumberFormat(so?mo.language:"en-US"),$o=function(e){return Ho.format(e)},Vo=Math,Yo=Vo.PI,Uo=Vo.abs,qo=Vo.floor,Wo=Vo.round,Qo=Vo.ceil,Zo=Vo.min,Go=Vo.max,Ko=Vo.pow,Jo=Vo.sign,Xo=Vo.log10,el=Vo.log2,tl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Vo.asinh(e/t)},nl=1/0;function rl(e){return 1+(0|Xo((e^e>>31)-(e>>31)))}function il(e,t,n){return Zo(Go(e,t),n)}function al(e){return"function"==typeof e?e:function(){return e}}var ol=function(e){return e},ll=function(e,t){return t},ul=function(e){return null},cl=function(e){return!0},sl=function(e,t){return e==t},fl=function(e){return pl(e,14)};function dl(e,t){return fl(pl(fl(e/t))*t)}function hl(e,t){return fl(Qo(fl(e/t))*t)}function ml(e,t){return fl(qo(fl(e/t))*t)}function pl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(kl(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return Wo(r)/n}var vl=new Map;function gl(e){return((""+e).split(".")[1]||"").length}function yl(e,t,n,r){for(var i=[],a=r.map(gl),o=t;o=0&&o>=0?0:l)+(o>=a[c]?0:a[c]),d=pl(s,f);i.push(d),vl.set(d,f)}return i}var _l={},bl=[],wl=[null,null],Dl=Array.isArray,kl=Number.isInteger;function xl(e){return"string"==typeof e}function Cl(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function Sl(e){return null!=e&&"object"==typeof e}var El=Object.getPrototypeOf(Uint8Array);function Al(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cl;if(Dl(e)){var r=e.find((function(e){return null!=e}));if(Dl(r)||n(r)){t=Array(e.length);for(var i=0;ia){for(r=o-1;r>=0&&null==e[r];)e[r--]=null;for(r=o+1;r12?t-12:t},AA:function(e){return e.getHours()>=12?"PM":"AM"},aa:function(e){return e.getHours()>=12?"pm":"am"},a:function(e){return e.getHours()>=12?"p":"a"},mm:function(e){return Bl(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return Bl(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function jl(e,t){t=t||Rl;for(var n,r=[],i=/\{([a-z]+)\}|[^{]+/gi;n=i.exec(e);)r.push("{"==n[0][0]?zl[n[1]]:n[0]);return function(e){for(var n="",i=0;i=o,p=f>=a&&f=i?i:f,M=_+(qo(c)-qo(g))+hl(g-_,N);h.push(M);for(var F=t(M),T=F.getHours()+F.getMinutes()/n+F.getSeconds()/r,O=f/r,L=d/l.axes[u]._space;!((M=pl(M+f,1==e?0:3))>s);)if(O>1){var P=qo(pl(T+O,6))%24,I=t(M).getHours()-P;I>1&&(I=-1),T=(T+O)%24,pl(((M-=I*r)-h[h.length-1])/f,3)*L>=.7&&h.push(M)}else h.push(M)}return h}}]}var au=v(iu(1),3),ou=au[0],lu=au[1],uu=au[2],cu=v(iu(.001),3),su=cu[0],fu=cu[1],du=cu[2];function hu(e,t){return e.map((function(e){return e.map((function(n,r){return 0==r||8==r||null==n?n:t(1==r||0==e[8]?n:e[1]+n)}))}))}function mu(e,t){return function(n,r,i,a,o){var l,u,c,s,f,d,h=t.find((function(e){return o>=e[0]}))||t[t.length-1];return r.map((function(t){var n=e(t),r=n.getFullYear(),i=n.getMonth(),a=n.getDate(),o=n.getHours(),m=n.getMinutes(),p=n.getSeconds(),v=r!=l&&h[2]||i!=u&&h[3]||a!=c&&h[4]||o!=s&&h[5]||m!=f&&h[6]||p!=d&&h[7]||h[1];return l=r,u=i,c=a,s=o,f=m,d=p,v(n)}))}}function pu(e,t,n){return new Date(e,t,n)}function vu(e,t){return t(e)}yl(2,-53,53,[1]);function gu(e,t){return function(n,r,i,a){return null==a?co:t(e(r))}}var yu={show:!0,live:!0,isolate:!1,mount:function(){},markers:{show:!0,width:2,stroke:function(e,t){var n=e.series[t];return n.width?n.stroke(e,t):n.points.width?n.points.stroke(e,t):null},fill:function(e,t){return e.series[t].fill(e,t)},dash:"solid"},idx:null,idxs:null,values:[]};var _u=[0,0];function bu(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){0==e.button&&(!r||e.target==t)&&n(e)}}function wu(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){(!r||e.target==t)&&n(e)}}var Du={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return _u[0]=t,_u[1]=n,_u},points:{show:function(e,t){var n=e.cursor.points,r=_o(),i=n.size(e,t);go(r,Wa,i),go(r,Qa,i);var a=i/-2;go(r,"marginLeft",a),go(r,"marginTop",a);var o=n.width(e,t,i);return o&&go(r,"borderWidth",o),r},size:function(e,t){return e.series[t].points.size},width:0,stroke:function(e,t){var n=e.series[t].points;return n._stroke||n._fill},fill:function(e,t){var n=e.series[t].points;return n._fill||n._stroke}},bind:{mousedown:bu,mouseup:bu,click:bu,dblclick:bu,mousemove:wu,mouseleave:wu,mouseenter:wu},drag:{setScale:!0,x:!0,y:!1,dist:0,uni:null,click:function(e,t){t.stopPropagation(),t.stopImmediatePropagation()},_x:!1,_y:!1},focus:{prox:-1,bias:0},left:-10,top:-10,idx:null,dataIdx:function(e,t,n){return n},idxs:null,event:null},ku={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},xu=Nl({},ku,{filter:ll}),Cu=Nl({},xu,{size:10}),Su=Nl({},ku,{show:!1}),Eu='12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',Au="bold "+Eu,Nu={show:!0,scale:"x",stroke:Xa,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:Au,side:2,grid:xu,ticks:Cu,border:Su,font:Eu,lineGap:1.5,rotate:0},Mu={show:!0,scale:"x",auto:!1,sorted:1,min:nl,max:-nl,idxs:[]};function Fu(e,t,n,r,i){return t.map((function(e){return null==e?"":$o(e)}))}function Tu(e,t,n,r,i,a,o){for(var l=[],u=vl.get(i)||0,c=n=o?n:pl(hl(n,i),u);c<=r;c=pl(c+i,u))l.push(Object.is(c,-0)?0:c);return l}function Ou(e,t,n,r,i,a,o){var l=[],u=e.scales[e.axes[t].scale].log,c=qo((10==u?Xo:el)(n));i=Ko(u,c),10==u&&c<0&&(i=pl(i,-c));var s=n;do{l.push(s),s+=i,10==u&&(s=pl(s,vl.get(i))),s>=i*u&&(i=s)}while(s<=r);return l}function Lu(e,t,n,r,i,a,o){var l=e.scales[e.axes[t].scale].asinh,u=r>l?Ou(e,t,Go(l,n),r,i):[l],c=r>=0&&n<=0?[0]:[];return(n<-l?Ou(e,t,Go(l,-r),-n,i):[l]).reverse().map((function(e){return-e})).concat(c,u)}var Pu=/./,Iu=/[12357]/,Ru=/[125]/,Bu=/1/,zu=function(e,t,n,r){return e.map((function(e,i){return 4==t&&0==e||i%r==0&&n.test(e.toExponential()[e<0?1:0])?e:null}))};function ju(e,t,n,r,i){var a=e.axes[n],o=a.scale,l=e.scales[o],u=e.valToPos,c=a._space,s=u(10,o),f=u(9,o)-s>=c?Pu:u(7,o)-s>=c?Iu:u(5,o)-s>=c?Ru:Bu;if(f==Bu){var d=Uo(u(1,o)-s);if(d0){o=new Path2D;for(var l=0==t?dc:hc,u=n,c=0;cs[0]){var f=s[0]-u;f>0&&l(o,u,r,f,r+a),u=s[1]}}var d=n+i-u;d>0&&l(o,u,r-5,d,r+a+10)}return o}function ac(e,t,n,r,i,a,o){for(var l=[],u=e.length,c=1==i?n:r;c>=n&&c<=r;c+=i){if(null===t[c]){var s=c,f=c;if(1==i)for(;++c<=r&&null===t[c];)f=c;else for(;--c>=n&&null===t[c];)f=c;var d=a(e[s]),h=f==s?d:a(e[f]),m=s-i;d=o<=0&&m>=0&&m=0&&p>=0&&p=d&&l.push([d,h])}}return l}function oc(e){return 0==e?ol:1==e?Wo:function(t){return dl(t,e)}}function lc(e){var t=0==e?uc:cc,n=0==e?function(e,t,n,r,i,a){e.arcTo(t,n,r,i,a)}:function(e,t,n,r,i,a){e.arcTo(n,t,i,r,a)},r=0==e?function(e,t,n,r,i){e.rect(t,n,r,i)}:function(e,t,n,r,i){e.rect(n,t,i,r)};return function(e,i,a,o,l){var u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,c=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;0==u&&0==c?r(e,i,a,o,l):(u=Zo(u,o/2,l/2),c=Zo(c,o/2,l/2),t(e,i+u,a),n(e,i+o,a,i+o,a+l,u),n(e,i+o,a+l,i,a+l,c),n(e,i,a+l,i,a,c),n(e,i,a,i+o,a,u),e.closePath())}}var uc=function(e,t,n){e.moveTo(t,n)},cc=function(e,t,n){e.moveTo(n,t)},sc=function(e,t,n){e.lineTo(t,n)},fc=function(e,t,n){e.lineTo(n,t)},dc=lc(0),hc=lc(1),mc=function(e,t,n,r,i,a){e.arc(t,n,r,i,a)},pc=function(e,t,n,r,i,a){e.arc(n,t,r,i,a)},vc=function(e,t,n,r,i,a,o){e.bezierCurveTo(t,n,r,i,a,o)},gc=function(e,t,n,r,i,a,o){e.bezierCurveTo(n,t,i,r,o,a)};function yc(e){return function(e,t,n,r,i){return ec(e,t,(function(t,a,o,l,u,c,s,f,d,h,m){var p,v,g=t.pxRound,y=t.points;0==l.ori?(p=uc,v=mc):(p=cc,v=pc);var _=pl(y.width*sa,3),b=(y.size-y.width)/2*sa,w=pl(2*b,3),D=new Path2D,k=new Path2D,x=e.bbox,C=x.left,S=x.top,E=x.width,A=x.height;dc(k,C-w,S-w,E+2*w,A+2*w);var N=function(e){if(null!=o[e]){var t=g(c(a[e],l,h,f)),n=g(s(o[e],u,m,d));p(D,t+b,n),v(D,t,n,b,0,2*Yo)}};if(i)i.forEach(N);else for(var M=n;M<=r;M++)N(M);return{stroke:_>0?D:null,fill:D,clip:k,flags:2|Xu}}))}}function _c(e){return function(t,n,r,i,a,o){r!=i&&(a!=r&&o!=r&&e(t,n,r),a!=i&&o!=i&&e(t,n,i),e(t,n,o))}}var bc=_c(sc),wc=_c(fc);function Dc(e){var t=zo(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,i){return ec(e,n,(function(a,o,l,u,c,s,f,d,h,m,p){var g,_,b=a.pxRound,w=function(e){return b(s(e,u,m,d))},D=function(e){return b(f(e,c,p,h))};0==u.ori?(g=sc,_=bc):(g=fc,_=wc);for(var k,x,C,S=u.dir*(0==u.ori?1:-1),E={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Xu},A=E.stroke,N=nl,M=-nl,F=w(o[1==S?r:i]),T=Fo(l,r,i,1*S),O=Fo(l,r,i,-1*S),L=w(o[T]),P=w(o[O]),I=!1,R=1==S?r:i;R>=r&&R<=i;R+=S){var B=w(o[R]),z=l[R];B==F?null!=z?(x=D(z),N==nl&&(g(A,B,x),k=x),N=Zo(x,N),M=Go(x,M)):null===z&&(I=!0):(N!=nl&&(_(A,F,N,M,k,x),C=F),null!=z?(g(A,B,x=D(z)),N=M=k=x):(N=nl,M=-nl,null===z&&(I=!0)),F=B)}N!=nl&&N!=M&&C!=F&&_(A,F,N,M,k,x);var j=v(tc(e,n),2),H=j[0],$=j[1];if(null!=a.fill||0!=H){var V=E.fill=new Path2D(A),Y=D(a.fillTo(e,n,a.min,a.max,H));g(V,P,Y),g(V,L,Y)}if(!a.spanGaps){var U,q=[];I&&(U=q).push.apply(U,y(ac(o,l,r,i,S,w,t))),E.gaps=q=a.gaps(e,n,r,i,q),E.clip=ic(q,u.ori,d,h,m,p)}return 0!=$&&(E.band=2==$?[rc(e,n,r,i,A,-1),rc(e,n,r,i,A,1)]:rc(e,n,r,i,A,$)),E}))}}function kc(e,t,n,r,i,a){var o=e.length;if(o<2)return null;var l=new Path2D;if(n(l,e[0],t[0]),2==o)r(l,e[1],t[1]);else{for(var u=Array(o),c=Array(o-1),s=Array(o-1),f=Array(o-1),d=0;d0!==c[h]>0?u[h]=0:(u[h]=3*(f[h-1]+f[h])/((2*f[h]+f[h-1])/c[h-1]+(f[h]+2*f[h-1])/c[h]),isFinite(u[h])||(u[h]=0));u[o-1]=c[o-2];for(var m=0;m=i&&a+(u<5?vl.get(u):0)<=17)return[u,c]}while(++l0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?tl(e,t.asinh):e)-t._min)/(t._max-t._min)}function o(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?1-i:i)}function l(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?i:1-i)}function u(e,t,n,r){return 0==t.ori?o(e,t,n,r):l(e,t,n,r)}r.valToPosH=o,r.valToPosV=l;var c=!1;r.status=0;var s=r.root=_o("uplot");(null!=e.id&&(s.id=e.id),po(s,e.class),e.title)&&(_o("u-title",s).textContent=e.title);var f=yo("canvas"),d=r.ctx=f.getContext("2d"),h=_o("u-wrap",s);Ao("click",h,(function(e){e.target===p&&((Et!=kt||At!=xt)&&Lt.click(r,e))}),!0);var m=r.under=_o("u-under",h);h.appendChild(f);var p=r.over=_o("u-over",h),g=+zo((e=Al(e)).pxAlign,1),y=oc(g);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var _,b,w=e.ms||.001,D=r.series=1==i?Ac(e.series||[],Mu,Wu,!1):(_=e.series||[null],b=qu,_.map((function(e,t){return 0==t?null:Nl({},b,e)}))),k=r.axes=Ac(e.axes||[],Nu,Vu,!0),x=r.scales={},C=r.bands=e.bands||[];C.forEach((function(e){e.fill=al(e.fill||null),e.dir=zo(e.dir,-1)}));var S=2==i?D[1].facets[0].scale:D[0].scale,E={axes:function(){for(var e=function(){var e=k[t];if(!e.show||!e._show)return 0;var n,i,a=e.side,o=a%2,l=e.stroke(r,t),c=0==a||3==a?-1:1;if(e.label){var s=e.labelGap*c,f=Wo((e._lpos+s)*sa);at(e.labelFont[0],l,"center",2==a?Za:Ga),d.save(),1==o?(n=i=0,d.translate(f,Wo(ge+_e/2)),d.rotate((3==a?-Yo:Yo)/2)):(n=Wo(ve+ye/2),i=f),d.fillText(e.label,n,i),d.restore()}var h=v(e._found,2),m=h[0],p=h[1];if(0==p)return 0;var g=x[e.scale],_=0==o?ye:_e,b=0==o?ve:ge,w=Wo(e.gap*sa),D=e._splits,C=2==g.distr?D.map((function(e){return et[e]})):D,S=2==g.distr?et[D[1]]-et[D[0]]:m,E=e.ticks,A=e.border,N=E.show?Wo(E.size*sa):0,M=e._rotate*-Yo/180,F=y(e._pos*sa),T=F+(N+w)*c;i=0==o?T:0,n=1==o?T:0,at(e.font[0],l,1==e.align?Ka:2==e.align?Ja:M>0?Ka:M<0?Ja:0==o?"center":3==a?Ja:Ka,M||1==o?"middle":2==a?Za:Ga);for(var O=e.font[1]*e.lineGap,L=D.map((function(e){return y(u(e,g,_,b))})),P=e._values,I=0;I0&&(D.forEach((function(e,n){if(n>0&&e.show&&(lt(n,!1),lt(n,!0),null==e._paths)){var a=2==i?[0,t[n][0].length-1]:function(e){var t=il(Ke-1,0,Be-1),n=il(Je+1,0,Be-1);for(;null==e[t]&&t>0;)t--;for(;null==e[n]&&n0&&e.show){Qe!=e.alpha&&(d.globalAlpha=Qe=e.alpha),null!=e._paths&&ut(t,!1);var n=null!=e._paths?e._paths.gaps:null,i=e.points.show(r,t,Ke,Je,n),a=e.points.filter(r,t,i,n);(i||a)&&(e.points._paths=e.points.paths(r,t,Ke,Je,a),ut(t,!0)),1!=Qe&&(d.globalAlpha=Qe=1),gn("drawSeries",t)}})))}},A=(e.drawOrder||["axes","series"]).map((function(e){return E[e]}));function N(t){var n=x[t];if(null==n){var r=(e.scales||_l)[t]||_l;if(null!=r.from)N(r.from),x[t]=Nl({},x[r.from],r,{key:t});else{(n=x[t]=Nl({},t==S?Zu:Gu,r)).key=t;var a=n.time,o=n.range,l=Dl(o);if((t!=S||2==i&&!a)&&(!l||null!=o[0]&&null!=o[1]||(o={min:null==o[0]?Po:{mode:1,hard:o[0],soft:o[0]},max:null==o[1]?Po:{mode:1,hard:o[1],soft:o[1]}},l=!1),!l&&Cl(o))){var u=o;o=function(e,t,n){return null==t?wl:Bo(t,n,u)}}n.range=al(o||(a?Fc:t==S?3==n.distr?Lc:4==n.distr?Ic:Mc:3==n.distr?Oc:4==n.distr?Pc:Tc)),n.auto=al(!l&&n.auto),n.clamp=al(n.clamp||Qu),n._min=n._max=null}}}for(var M in N("x"),N("y"),1==i&&D.forEach((function(e){N(e.scale)})),k.forEach((function(e){N(e.scale)})),e.scales)N(M);var F,T,O=x[S],L=O.distr;0==O.ori?(po(s,"u-hz"),F=o,T=l):(po(s,"u-vt"),F=l,T=o);var P={};for(var I in x){var R=x[I];null==R.min&&null==R.max||(P[I]={min:R.min,max:R.max},R.min=R.max=null)}var B,z,j,H=e.tzDate||function(e){return new Date(Wo(e/w))},$=e.fmtDate||jl,V=1==w?uu(H):du(H),Y=mu(H,hu(1==w?lu:fu,$)),U=gu(H,vu("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",$)),q=[],W=r.legend=Nl({},yu,e.legend),Q=W.show,Z=W.markers;W.idxs=q,Z.width=al(Z.width),Z.dash=al(Z.dash),Z.stroke=al(Z.stroke),Z.fill=al(Z.fill);var G,K=[],J=[],X=!1,ee={};if(W.live){var te=D[1]?D[1].values:null;for(var ne in G=(X=null!=te)?te(r,1,0):{_:0})ee[ne]=co}if(Q)if(B=yo("table","u-legend",s),j=yo("tbody",null,B),W.mount(r,B),X){z=yo("thead",null,B,j);var re=yo("tr",null,z);for(var ie in yo("th",null,re),G)yo("th",qa,re).textContent=ie}else po(B,"u-inline"),W.live&&po(B,"u-live");var ae={show:!0},oe={show:!1};var le=new Map;function ue(e,t,n){var i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=le.get(t)||{},o=Ne.bind[e](r,t,n,i);o&&(Ao(e,t,a[e]=o),le.set(t,a))}function ce(e,t,n){var r=le.get(t)||{};for(var i in r)null!=e&&i!=e||(No(i,t,r[i]),delete r[i]);null==e&&le.delete(t)}var se=0,fe=0,de=0,he=0,me=0,pe=0,ve=0,ge=0,ye=0,_e=0;r.bbox={};var be=!1,we=!1,De=!1,ke=!1,xe=!1,Ce=!1;function Se(e,t,n){(n||e!=r.width||t!=r.height)&&Ee(e,t),vt(!1),De=!0,we=!0,Ne.left>=0&&(ke=Ce=!0),Mt()}function Ee(e,t){r.width=se=de=e,r.height=fe=he=t,me=pe=0,function(){var e=!1,t=!1,n=!1,r=!1;k.forEach((function(i,a){if(i.show&&i._show){var o=i.side,l=o%2,u=i._size+(null!=i.label?i.labelSize:0);u>0&&(l?(de-=u,3==o?(me+=u,r=!0):n=!0):(he-=u,0==o?(pe+=u,e=!0):t=!0))}})),Ie[0]=e,Ie[1]=n,Ie[2]=t,Ie[3]=r,de-=Ge[1]+Ge[3],me+=Ge[3],he-=Ge[2]+Ge[0],pe+=Ge[0]}(),function(){var e=me+de,t=pe+he,n=me,r=pe;function i(i,a){switch(i){case 1:return(e+=a)-a;case 2:return(t+=a)-a;case 3:return(n-=a)+a;case 0:return(r-=a)+a}}k.forEach((function(e,t){if(e.show&&e._show){var n=e.side;e._pos=i(n,e._size),null!=e.label&&(e._lpos=i(n,e.labelSize))}}))}();var n=r.bbox;ve=n.left=dl(me*sa,.5),ge=n.top=dl(pe*sa,.5),ye=n.width=dl(de*sa,.5),_e=n.height=dl(he*sa,.5)}var Ae=3;r.setSize=function(e){Se(e.width,e.height)};var Ne=r.cursor=Nl({},Du,{drag:{y:2==i}},e.cursor),Me=function(e){Ne.event=e};Ne.idxs=q,Ne._lock=!1;var Fe=Ne.points;Fe.show=al(Fe.show),Fe.size=al(Fe.size),Fe.stroke=al(Fe.stroke),Fe.width=al(Fe.width),Fe.fill=al(Fe.fill);var Te=r.focus=Nl({},e.focus||{alpha:.3},Ne.focus),Oe=Te.prox>=0,Le=[null];function Pe(e,t){if(1==i||t>0){var n=1==i&&x[e.scale].time,a=e.value;e.value=n?xl(a)?gu(H,vu(a,$)):a||U:a||$u,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||Sc||ul,e.fillTo=al(e.fillTo||nc),e.pxAlign=+zo(e.pxAlign,g),e.pxRound=oc(e.pxAlign),e.stroke=al(e.stroke||null),e.fill=al(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var o=pl((3+2*(Go(1,e.width)||1))*1,3),l=e.points=Nl({},{size:o,width:Go(1,.2*o),stroke:e.stroke,space:2*o,paths:Ec,_stroke:null,_fill:null},e.points);l.show=al(l.show),l.filter=al(l.filter),l.fill=al(l.fill),l.stroke=al(l.stroke),l.paths=al(l.paths),l.pxAlign=e.pxAlign}if(Q){var u=function(e,t){if(0==t&&(X||!W.live||2==i))return wl;var n=[],a=yo("tr","u-series",j,j.childNodes[t]);po(a,e.class),e.show||po(a,Ua);var o=yo("th",null,a);if(Z.show){var l=_o("u-marker",o);if(t>0){var u=Z.width(r,t);u&&(l.style.border=u+"px "+Z.dash(r,t)+" "+Z.stroke(r,t)),l.style.background=Z.fill(r,t)}}var c=_o(qa,o);for(var s in c.textContent=e.label,t>0&&(Z.show||(c.style.color=e.width>0?Z.stroke(r,t):Z.fill(r,t)),ue("click",o,(function(t){if(!Ne._lock){Me(t);var n=D.indexOf(e);if((t.ctrlKey||t.metaKey)!=W.isolate){var r=D.some((function(e,t){return t>0&&t!=n&&e.show}));D.forEach((function(e,t){t>0&&Yt(t,r?t==n?ae:oe:ae,!0,_n.setSeries)}))}else Yt(n,{show:!e.show},!0,_n.setSeries)}}),!1),Oe&&ue(io,o,(function(t){Ne._lock||(Me(t),Yt(D.indexOf(e),Ut,!0,_n.setSeries))}),!1)),G){var f=yo("td","u-value",a);f.textContent="--",n.push(f)}return[a,n]}(e,t);K.splice(t,0,u[0]),J.splice(t,0,u[1]),W.values.push(null)}if(Ne.show){q.splice(t,0,null);var c=function(e,t){if(t>0){var n=Ne.points.show(r,t);if(n)return po(n,"u-cursor-pt"),po(n,e.class),wo(n,-10,-10,de,he),p.insertBefore(n,Le[t]),n}}(e,t);c&&Le.splice(t,0,c)}gn("addSeries",t)}r.addSeries=function(e,t){t=null==t?D.length:t,e=1==i?Nc(e,t,Mu,Wu):Nc(e,t,null,qu),D.splice(t,0,e),Pe(D[t],t)},r.delSeries=function(e){if(D.splice(e,1),Q){W.values.splice(e,1),J.splice(e,1);var t=K.splice(e,1)[0];ce(null,t.firstChild),t.remove()}Ne.show&&(q.splice(e,1),Le.length>1&&Le.splice(e,1)[0].remove()),gn("delSeries",e)};var Ie=[!1,!1,!1,!1];function Re(e,t,n,r){var i=v(n,4),a=i[0],o=i[1],l=i[2],u=i[3],c=t%2,s=0;return 0==c&&(u||o)&&(s=0==t&&!a||2==t&&!l?Wo(Nu.size/3):0),1==c&&(a||l)&&(s=1==t&&!o||3==t&&!u?Wo(Vu.size/2):0),s}var Be,ze,je,He,$e,Ve,Ye,Ue,qe,We,Qe,Ze=r.padding=(e.padding||[Re,Re,Re,Re]).map((function(e){return al(zo(e,Re))})),Ge=r._padding=Ze.map((function(e,t){return e(r,t,Ie,0)})),Ke=null,Je=null,Xe=1==i?D[0].idxs:null,et=null,tt=!1;function nt(e,n){if(t=null==e?[]:Al(e,Sl),2==i){Be=0;for(var a=1;a=0,Ce=!0,Mt()}}function rt(){var e,n;if(tt=!0,1==i)if(Be>0){if(Ke=Xe[0]=0,Je=Xe[1]=Be-1,e=t[0][Ke],n=t[0][Je],2==L)e=Ke,n=Je;else if(e==n)if(3==L){var r=v(To(e,e,O.log,!1),2);e=r[0],n=r[1]}else if(4==L){var a=v(Oo(e,e,O.log,!1),2);e=a[0],n=a[1]}else if(O.time)n=e+Wo(86400/w);else{var o=v(Bo(e,n,Lo,!0),2);e=o[0],n=o[1]}}else Ke=Xe[0]=e=null,Je=Xe[1]=n=null;Vt(S,e,n)}function it(e,t,n,r,i,a){var o,l,u,c,s;null!==(o=e)&&void 0!==o||(e=eo),null!==(l=n)&&void 0!==l||(n=bl),null!==(u=r)&&void 0!==u||(r="butt"),null!==(c=i)&&void 0!==c||(i=eo),null!==(s=a)&&void 0!==s||(a="round"),e!=ze&&(d.strokeStyle=ze=e),i!=je&&(d.fillStyle=je=i),t!=He&&(d.lineWidth=He=t),a!=Ve&&(d.lineJoin=Ve=a),r!=Ye&&(d.lineCap=Ye=r),n!=$e&&d.setLineDash($e=n)}function at(e,t,n,r){t!=je&&(d.fillStyle=je=t),e!=Ue&&(d.font=Ue=e),n!=qe&&(d.textAlign=qe=n),r!=We&&(d.textBaseline=We=r)}function ot(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(i.length>0&&e.auto(r,tt)&&(null==t||null==t.min)){var o=zo(Ke,0),l=zo(Je,i.length-1),u=null==n.min?3==e.distr?function(e,t,n){for(var r=nl,i=-nl,a=t;a<=n;a++){var o=e[a];null!=o&&o>0&&(oi&&(i=o))}return[r==nl?1:r,i==-nl?10:i]}(i,o,l):function(e,t,n,r){var i=nl,a=-nl;if(1==r)i=e[t],a=e[n];else if(-1==r)i=e[n],a=e[t];else for(var o=t;o<=n;o++){var l=e[o];null!=l&&(la&&(a=l))}return[i,a]}(i,o,l,a):[n.min,n.max];e.min=Zo(e.min,n.min=u[0]),e.max=Go(e.max,n.max=u[1])}}function lt(e,t){var n=t?D[e].points:D[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function ut(e,n){var i=n?D[e].points:D[e],a=i._paths,o=a.stroke,l=a.fill,u=a.clip,c=a.flags,s=a._stroke,f=void 0===s?i._stroke:s,h=a._fill,m=void 0===h?i._fill:h,p=a._width,v=void 0===p?i.width:p,g=null,y=(v=pl(v*sa,3))%2/2;n&&null==m&&(m=v>0?"#fff":f);var _=1==i.pxAlign&&y>0;if(_&&d.translate(y,y),!n){var b=ve-v/2,w=ge-v/2,k=ye+v,x=_e+v;(g=new Path2D).rect(b,w,k,x)}n?st(f,v,i.dash,i.cap,m,o,l,c,u):function(e,n,i,a,o,l,u,c,s,f,d){var h=!1;C.forEach((function(m,p){if(m.series[0]==e){var v,g=D[m.series[1]],y=t[m.series[1]],_=(g._paths||_l).band;Dl(_)&&(_=1==m.dir?_[0]:_[1]);var b=null;g.show&&_&&function(e,t,n){for(t=zo(t,0),n=zo(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(y,Ke,Je)?(b=m.fill(r,p)||l,v=g._paths.clip):_=null,st(n,i,a,o,b,u,c,s,f,d,v,_),h=!0}})),h||st(n,i,a,o,l,u,c,s,f,d)}(e,f,v,i.dash,i.cap,m,o,l,c,g,u),_&&d.translate(-y,-y)}r.setData=nt;var ct=2|Xu;function st(e,t,n,r,i,a,o,l,u,c,s,f){it(e,t,n,r,i),(u||c||f)&&(d.save(),u&&d.clip(u),c&&d.clip(c)),f?(l&ct)==ct?(d.clip(f),s&&d.clip(s),dt(i,o),ft(e,a,t)):2&l?(dt(i,o),d.clip(f),ft(e,a,t)):l&Xu&&(d.save(),d.clip(f),s&&d.clip(s),dt(i,o),d.restore(),ft(e,a,t)):(dt(i,o),ft(e,a,t)),(u||c||f)&&d.restore()}function ft(e,t,n){n>0&&(t instanceof Map?t.forEach((function(e,t){d.strokeStyle=ze=t,d.stroke(e)})):null!=t&&e&&d.stroke(t))}function dt(e,t){t instanceof Map?t.forEach((function(e,t){d.fillStyle=je=t,d.fill(e)})):null!=t&&e&&d.fill(t)}function ht(e,t,n,r,i,a,o,l,u,c){var s=o%2/2;1==g&&d.translate(s,s),it(l,o,u,c,l),d.beginPath();var f,h,m,p,v=i+(0==r||3==r?-a:a);0==n?(h=i,p=v):(f=i,m=v);for(var y=0;y0&&(t._paths=null,e&&(1==i?(t.min=null,t.max=null):t.facets.forEach((function(e){e.min=null,e.max=null}))))}))}var gt,yt,_t,bt,wt,Dt,kt,xt,Ct,St,Et,At,Nt=!1;function Mt(){Nt||(Fl(Ft),Nt=!0)}function Ft(){be&&(!function(){var e=Al(x,Sl);for(var n in e){var a=e[n],o=P[n];if(null!=o&&null!=o.min)Nl(a,o),n==S&&vt(!0);else if(n!=S||2==i)if(0==Be&&null==a.from){var l=a.range(r,null,null,n);a.min=l[0],a.max=l[1]}else a.min=nl,a.max=-nl}if(Be>0)for(var u in D.forEach((function(n,a){if(1==i){var o=n.scale,l=e[o],u=P[o];if(0==a){var c=l.range(r,l.min,l.max,o);l.min=c[0],l.max=c[1],Ke=Mo(l.min,t[0]),(Je=Mo(l.max,t[0]))-Ke>1&&(t[0][Ke]l.max&&Je--),n.min=et[Ke],n.max=et[Je]}else n.show&&n.auto&&ot(l,u,n,t[a],n.sorted);n.idxs[0]=Ke,n.idxs[1]=Je}else if(a>0&&n.show&&n.auto){var s=v(n.facets,2),f=s[0],d=s[1],h=f.scale,m=d.scale,p=v(t[a],2),g=p[0],y=p[1];ot(e[h],P[h],f,g,f.sorted),ot(e[m],P[m],d,y,d.sorted),n.min=d.min,n.max=d.max}})),e){var c=e[u],s=P[u];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==nl?null:c.min,c.max==-nl?null:c.max,u);c.min=f[0],c.max=f[1]}}for(var d in e){var h=e[d];if(null!=h.from){var m=e[h.from];if(null==m.min)h.min=h.max=null;else{var p=h.range(r,m.min,m.max,d);h.min=p[0],h.max=p[1]}}}var g={},y=!1;for(var _ in e){var b=e[_],w=x[_];if(w.min!=b.min||w.max!=b.max){w.min=b.min,w.max=b.max;var k=w.distr;w._min=3==k?Xo(w.min):4==k?tl(w.min,w.asinh):w.min,w._max=3==k?Xo(w.max):4==k?tl(w.max,w.asinh):w.max,g[_]=y=!0}}if(y){for(var C in D.forEach((function(e,t){2==i?t>0&&g.y&&(e._paths=null):g[e.scale]&&(e._paths=null)})),g)De=!0,gn("setScale",C);Ne.show&&Ne.left>=0&&(ke=Ce=!0)}for(var E in P)P[E]=null}(),be=!1),De&&(!function(){for(var e=!1,t=0;!e;){var n=mt(++t),i=pt(t);(e=t==Ae||n&&i)||(Ee(r.width,r.height),we=!0)}}(),De=!1),we&&(go(m,Ka,me),go(m,Za,pe),go(m,Wa,de),go(m,Qa,he),go(p,Ka,me),go(p,Za,pe),go(p,Wa,de),go(p,Qa,he),go(h,Wa,se),go(h,Qa,fe),f.width=Wo(se*sa),f.height=Wo(fe*sa),k.forEach((function(e){var t=e._el,n=e._show,r=e._size,i=e._pos,a=e.side;if(null!=t)if(n){var o=a%2==1;go(t,o?"left":"top",i-(3===a||0===a?r:0)),go(t,o?"width":"height",r),go(t,o?"top":"left",o?pe:me),go(t,o?"height":"width",o?he:de),vo(t,Ua)}else po(t,Ua)})),ze=je=He=Ve=Ye=Ue=qe=We=$e=null,Qe=1,tn(!0),gn("setSize"),we=!1),se>0&&fe>0&&(d.clearRect(0,0,f.width,f.height),gn("drawClear"),A.forEach((function(e){return e()})),gn("draw")),jt.show&&xe&&($t(jt),xe=!1),Ne.show&&ke&&(Xt(null,!0,!1),ke=!1),W.show&&W.live&&Ce&&(Kt(),Ce=!1),c||(c=!0,r.status=1,gn("ready")),tt=!1,Nt=!1}function Tt(e,n){var i=x[e];if(null==i.from){if(0==Be){var a=i.range(r,n.min,n.max,e);n.min=a[0],n.max=a[1]}if(n.min>n.max){var o=n.min;n.min=n.max,n.max=o}if(Be>1&&null!=n.min&&null!=n.max&&n.max-n.min<1e-16)return;e==S&&2==i.distr&&Be>0&&(n.min=Mo(n.min,t[0]),n.max=Mo(n.max,t[0]),n.min==n.max&&n.max++),P[e]=n,be=!0,Mt()}}r.redraw=function(e,t){De=t||!1,!1!==e?Vt(S,O.min,O.max):Mt()},r.setScale=Tt;var Ot=!1,Lt=Ne.drag,Pt=Lt.x,It=Lt.y;Ne.show&&(Ne.x&&(gt=_o("u-cursor-x",p)),Ne.y&&(yt=_o("u-cursor-y",p)),0==O.ori?(_t=gt,bt=yt):(_t=yt,bt=gt),Et=Ne.left,At=Ne.top);var Rt,Bt,zt,jt=r.select=Nl({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),Ht=jt.show?_o("u-select",jt.over?p:m):null;function $t(e,t){if(jt.show){for(var n in e)jt[n]=e[n],n in cn&&go(Ht,n,e[n]);!1!==t&&gn("setSelect")}}function Vt(e,t,n){Tt(e,{min:t,max:n})}function Yt(e,t,n,a){null!=t.focus&&function(e){if(e!=zt){var t=null==e,n=1!=Te.alpha;D.forEach((function(r,i){var a=t||0==i||i==e;r._focus=t?null:a,n&&function(e,t){D[e].alpha=t,Ne.show&&Le[e]&&(Le[e].style.opacity=t);Q&&K[e]&&(K[e].style.opacity=t)}(i,a?1:Te.alpha)})),zt=e,n&&Mt()}}(e),null!=t.show&&D.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=D[e],r=Q?K[e]:null;n.show?r&&vo(r,Ua):(r&&po(r,Ua),Le.length>1&&wo(Le[e],-10,-10,de,he))}(r,t.show),Vt(2==i?n.facets[1].scale:n.scale,null,null),Mt())})),!1!==n&&gn("setSeries",e,t),a&&Dn("setSeries",r,e,t)}r.setSelect=$t,r.setSeries=Yt,r.addBand=function(e,t){e.fill=al(e.fill||null),e.dir=zo(e.dir,-1),t=null==t?C.length:t,C.splice(t,0,e)},r.setBand=function(e,t){Nl(C[e],t)},r.delBand=function(e){null==e?C.length=0:C.splice(e,1)};var Ut={focus:!0};function qt(e,t,n){var r=x[t];n&&(e=e/sa-(1==r.ori?pe:me));var i=de;1==r.ori&&(e=(i=he)-e),-1==r.dir&&(e=i-e);var a=r._min,o=a+(r._max-a)*(e/i),l=r.distr;return 3==l?Ko(10,o):4==l?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Vo.sinh(e)*t}(o,r.asinh):o}function Wt(e,t){go(Ht,Ka,jt.left=e),go(Ht,Wa,jt.width=t)}function Qt(e,t){go(Ht,Za,jt.top=e),go(Ht,Qa,jt.height=t)}Q&&Oe&&ue(ao,B,(function(e){Ne._lock||(Me(e),null!=zt&&Yt(null,Ut,!0,_n.setSeries))})),r.valToIdx=function(e){return Mo(e,t[0])},r.posToIdx=function(e,n){return Mo(qt(e,S,n),t[0],Ke,Je)},r.posToVal=qt,r.valToPos=function(e,t,n){return 0==x[t].ori?o(e,x[t],n?ye:de,n?ve:0):l(e,x[t],n?_e:he,n?ge:0)},r.batch=function(e){e(r),Mt()},r.setCursor=function(e,t,n){Et=e.left,At=e.top,Xt(null,t,n)};var Zt=0==O.ori?Wt:Qt,Gt=1==O.ori?Wt:Qt;function Kt(e,t){null!=e&&(e.idxs?e.idxs.forEach((function(e,t){q[t]=e})):void 0!==e.idx&&q.fill(e.idx),W.idx=q[0]);for(var n=0;n0||1==i&&!X)&&Jt(n,q[n]);Q&&W.live&&function(){if(Q&&W.live)for(var e=2==i?1:0;eJe;Rt=nl;var c=0==O.ori?de:he,s=1==O.ori?de:he;if(Et<0||0==Be||u){o=null;for(var f=0;f0&&Le.length>1&&wo(Le[f],-10,-10,de,he);Oe&&Yt(null,Ut,!0,null==e&&_n.setSeries),W.live&&(q.fill(o),Ce=!0)}else{var d,h;1==i&&(o=Mo(d=qt(0==O.ori?Et:At,S),t[0],Ke,Je),h=F(t[0][o],O,c,0));for(var m=2==i?1:0;m0&&p.show){var k=null==b?-10:hl(T(b,1==i?x[p.scale]:x[p.facets[1].scale],s,0),1);if(Oe&&k>=0&&1==i){var C=Uo(k-At);if(C=0?1:-1;N==(b>=0?1:-1)&&(1==N?1==E?b>=A:b<=A:1==E?b<=A:b>=A)&&(Rt=C,Bt=m)}else Rt=C,Bt=m}}var M=void 0,L=void 0;if(0==O.ori?(M=w,L=k):(M=k,L=w),Ce&&Le.length>1){ko(Le[m],Ne.points.fill(r,m),Ne.points.stroke(r,m));var P=void 0,I=void 0,R=void 0,B=void 0,z=!0,j=Ne.points.bbox;if(null!=j){z=!1;var H=j(r,m);R=H.left,B=H.top,P=H.width,I=H.height}else R=M,B=L,P=I=Ne.points.size(r,m);Co(Le[m],P,I,z),wo(Le[m],R,B,de,he)}}}}if(Ne.idx=o,Ne.left=Et,Ne.top=At,Ce&&(W.idx=o,Kt()),jt.show&&Ot)if(null!=e){var $=v(_n.scales,2),V=$[0],Y=$[1],U=v(_n.match,2),Q=U[0],Z=U[1],G=v(e.cursor.sync.scales,2),K=G[0],J=G[1],X=e.cursor.drag;if(Pt=X._x,It=X._y,Pt||It){var ee,te,ne,re,ie,ae=e.select,oe=ae.left,le=ae.top,ue=ae.width,ce=ae.height,se=e.scales[V].ori,fe=e.posToVal,me=null!=V&&Q(V,K),pe=null!=Y&&Z(Y,J);me&&Pt?(0==se?(ee=oe,te=ue):(ee=le,te=ce),ne=x[V],re=F(fe(ee,K),ne,c,0),ie=F(fe(ee+te,K),ne,c,0),Zt(Zo(re,ie),Uo(ie-re))):Zt(0,c),pe&&It?(1==se?(ee=oe,te=ue):(ee=le,te=ce),ne=x[Y],re=T(fe(ee,J),ne,s,0),ie=T(fe(ee+te,J),ne,s,0),Gt(Zo(re,ie),Uo(ie-re))):Gt(0,s)}else sn()}else{var ve=Uo(Ct-wt),ge=Uo(St-Dt);if(1==O.ori){var ye=ve;ve=ge,ge=ye}Pt=Lt.x&&ve>=Lt.dist,It=Lt.y&&ge>=Lt.dist;var _e,be,we=Lt.uni;null!=we?Pt&&It&&(It=ge>=we,(Pt=ve>=we)||It||(ge>ve?It=!0:Pt=!0)):Lt.x&&Lt.y&&(Pt||It)&&(Pt=It=!0),Pt&&(0==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Zt(Zo(_e,be),Uo(be-_e)),It||Gt(0,s)),It&&(1==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Gt(Zo(_e,be),Uo(be-_e)),Pt||Zt(0,c)),Pt||It||(Zt(0,0),Gt(0,0))}if(Lt._x=Pt,Lt._y=It,null==e){if(a){if(null!=bn){var De=v(_n.scales,2),ke=De[0],xe=De[1];_n.values[0]=null!=ke?qt(0==O.ori?Et:At,ke):null,_n.values[1]=null!=xe?qt(1==O.ori?Et:At,xe):null}Dn(to,r,Et,At,de,he,o)}if(Oe){var Se=a&&_n.setSeries,Ee=Te.prox;null==zt?Rt<=Ee&&Yt(Bt,Ut,!0,Se):Rt>Ee?Yt(null,Ut,!0,Se):Bt!=zt&&Yt(Bt,Ut,!0,Se)}}!1!==n&&gn("setCursor")}r.setLegend=Kt;var en=null;function tn(){arguments.length>0&&void 0!==arguments[0]&&arguments[0]?en=null:gn("syncRect",en=p.getBoundingClientRect())}function nn(e,t,n,r,i,a,o){Ne._lock||Ot&&null!=e&&0==e.movementX&&0==e.movementY||(rn(e,t,n,r,i,a,o,!1,null!=e),null!=e?Xt(null,!0,!0):Xt(t,!0,!1))}function rn(e,t,n,i,a,o,l,c,s){if(null==en&&tn(!1),Me(e),null!=e)n=e.clientX-en.left,i=e.clientY-en.top;else{if(n<0||i<0)return Et=-10,void(At=-10);var f=v(_n.scales,2),d=f[0],h=f[1],m=t.cursor.sync,p=v(m.values,2),g=p[0],y=p[1],_=v(m.scales,2),b=_[0],w=_[1],D=v(_n.match,2),k=D[0],C=D[1],S=t.axes[0].side%2==1,E=0==O.ori?de:he,A=1==O.ori?de:he,N=S?o:a,M=S?a:o,F=S?i:n,T=S?n:i;if(n=null!=b?k(d,b)?u(g,x[d],E,0):-10:E*(F/N),i=null!=w?C(h,w)?u(y,x[h],A,0):-10:A*(T/M),1==O.ori){var L=n;n=i,i=L}}if(s&&((n<=1||n>=de-1)&&(n=dl(n,de)),(i<=1||i>=he-1)&&(i=dl(i,he))),c){wt=n,Dt=i;var P=v(Ne.move(r,n,i),2);kt=P[0],xt=P[1]}else Et=n,At=i}Object.defineProperty(r,"rect",{get:function(){return null==en&&tn(!1),en}});var an,on,ln,un,cn={width:0,height:0,left:0,top:0};function sn(){$t(cn,!1)}function fn(e,t,n,i,a,o,l){Ot=!0,Pt=It=Lt._x=Lt._y=!1,rn(e,t,n,i,a,o,0,!0,!1),null!=e&&(ue(ro,fo,dn,!1),Dn(no,r,kt,xt,de,he,null));var u=jt.left,c=jt.top,s=jt.width,f=jt.height;an=u,on=c,ln=s,un=f,sn()}function dn(e,t,n,i,a,o,l){Ot=Lt._x=Lt._y=!1,rn(e,t,n,i,a,o,0,!1,!0);var u=jt.left,c=jt.top,s=jt.width,f=jt.height,d=s>0||f>0,h=an!=u||on!=c||ln!=s||un!=f;if(d&&h&&$t(jt),Lt.setScale&&d&&h){var m=u,p=s,v=c,g=f;if(1==O.ori&&(m=c,p=f,v=u,g=s),Pt&&Vt(S,qt(m,S),qt(m+p,S)),It)for(var y in x){var _=x[y];y!=S&&null==_.from&&_.min!=nl&&Vt(y,qt(v+g,y),qt(v,y))}sn()}else Ne.lock&&(Ne._lock=!Ne._lock,Ne._lock||Xt(null,!0,!1));null!=e&&(ce(ro,fo),Dn(ro,r,Et,At,de,he,null))}function hn(e,t,n,i,a,o,l){Ne._lock||(Me(e),rt(),sn(),null!=e&&Dn(oo,r,Et,At,de,he,null))}function mn(){k.forEach(zc),Se(r.width,r.height,!0)}Ao(uo,ho,mn);var pn={};pn.mousedown=fn,pn.mousemove=nn,pn.mouseup=dn,pn.dblclick=hn,pn.setSeries=function(e,t,n,i){-1!=(n=(0,_n.match[2])(r,t,n))&&Yt(n,i,!0,!1)},Ne.show&&(ue(no,p,fn),ue(to,p,nn),ue(io,p,(function(e){Me(e),tn(!1)})),ue(ao,p,(function(e,t,n,r,i,a,o){if(!Ne._lock){Me(e);var l=Ot;if(Ot){var u,c,s=!0,f=!0;0==O.ori?(u=Pt,c=It):(u=It,c=Pt),u&&c&&(s=Et<=10||Et>=de-10,f=At<=10||At>=he-10),u&&s&&(Et=Et0||jt.height>0),ke=Ce=!0,Se(e.width,e.height)}return wn.sub(r),r.pub=function(e,t,n,r,i,a,o){_n.filters.sub(e,t,n,r,i,a,o)&&pn[e](null,t,n,r,i,a,o)},r.destroy=function(){var e;wn.unsub(r),xc.delete(r),le.clear(),No(uo,ho,mn),s.remove(),null===(e=B)||void 0===e||e.remove(),gn("destroy")},D.forEach(Pe),k.forEach((function(e,t){if(e._show=e.show,e.show){var n=e.side%2,i=x[e.scale];null==i&&(e.scale=n?D[1].scale:S,i=x[e.scale]);var a=i.time;e.size=al(e.size),e.space=al(e.space),e.rotate=al(e.rotate),Dl(e.incrs)&&e.incrs.forEach((function(e){!vl.has(e)&&vl.set(e,gl(e))})),e.incrs=al(e.incrs||(2==i.distr?ql:a?1==w?ou:su:Wl)),e.splits=al(e.splits||(a&&1==i.distr?V:3==i.distr?Ou:4==i.distr?Lu:Tu)),e.stroke=al(e.stroke),e.grid.stroke=al(e.grid.stroke),e.ticks.stroke=al(e.ticks.stroke),e.border.stroke=al(e.border.stroke);var o=e.values;e.values=Dl(o)&&!Dl(o[0])?al(o):a?Dl(o)?mu(H,hu(o,$)):xl(o)?function(e,t){var n=jl(t);return function(t,r,i,a,o){return r.map((function(t){return n(e(t))}))}}(H,o):o||Y:o||Fu,e.filter=al(e.filter||(i.distr>=3&&10==i.log?ju:3==i.distr&&2==i.log?Hu:ll)),e.font=Bc(e.font),e.labelFont=Bc(e.labelFont),e._size=e.size(r,null,t,0),e._space=e._rotate=e._incrs=e._found=e._splits=e._values=null,e._size>0&&(Ie[t]=!0,e._el=_o("u-axis",h))}})),n?n instanceof HTMLElement?(n.appendChild(s),kn()):n(r,kn):kn(),r}jc.assign=Nl,jc.fmtNum=$o,jc.rangeNum=Bo,jc.rangeLog=To,jc.rangeAsinh=Oo,jc.orient=ec,jc.pxRatio=sa,jc.join=function(e,t){if(function(e){for(var t=e[0][0],n=t.length,r=1;r1&&void 0!==arguments[1]?arguments[1]:100,n=e.length;if(n<=1)return!0;for(var r=0,i=n-1;r<=i&&null==e[r];)r++;for(;i>=r&&null==e[i];)i--;if(i<=r)return!0;for(var a=Go(1,qo((i-r+1)/t)),o=e[r],l=r+a;l<=i;l+=a){var u=e[l];if(null!=u){if(u<=o)return!1;o=u}}return!0}(n[0])||(n=function(e){for(var t=e[0],n=t.length,r=Array(n),i=0;i=o&&P<=l;P+=M){var I=s[P];if(null!=I){var R=C(c[P]),B=S(I);1==t?E(N,R,F):E(N,O,B),E(N,R,B),F=B,O=R}}var z=O;i&&1==t&&E(N,z=k+x,F);var j=v(tc(e,a),2),H=j[0],$=j[1];if(null!=u.fill||0!=H){var V=A.fill=new Path2D(N),Y=S(u.fillTo(e,a,u.min,u.max,H));E(V,z,Y),E(V,L,Y)}if(!u.spanGaps){var U,q=[];(U=q).push.apply(U,y(ac(c,s,o,l,M,C,r)));var W=u.width*sa/2,Q=n||1==t?W:-W,Z=n||-1==t?-W:W;q.forEach((function(e){e[0]+=Q,e[1]+=Z})),A.gaps=q=u.gaps(e,a,o,l,q),A.clip=ic(q,f.ori,p,g,_,b)}return 0!=$&&(A.band=2==$?[rc(e,a,o,l,N,-1),rc(e,a,o,l,N,1)]:rc(e,a,o,l,N,$)),A}))}},Hc.bars=function(e){var t=zo((e=e||_l).size,[.6,nl,1]),n=e.align||0,r=(e.gap||0)*sa,i=e.radius,a=al(i=null==i?[0,0]:"number"==typeof i?[i,0]:i),o=1-t[0],l=zo(t[1],nl)*sa,u=zo(t[2],1)*sa,c=zo(e.disp,_l),s=zo(e.each,(function(e){})),f=c.fill,d=c.stroke;return function(e,t,i,h){return ec(e,t,(function(m,p,g,y,_,b,w,D,k,x,C){var S,E,A=m.pxRound;if(0==y.ori){var N=v(a(e,t),2);S=N[0],E=N[1]}else{var M=v(a(e,t),2);E=M[0],S=M[1]}var F,T,O=y.dir*(0==y.ori?1:-1),L=_.dir*(1==_.ori?1:-1),P=0==y.ori?dc:hc,I=0==y.ori?s:function(e,t,n,r,i,a,o){s(e,t,n,i,r,o,a)},R=v(tc(e,t),2),B=R[0],z=R[1],j=3==_.distr?1==B?_.max:_.min:0,H=w(j,_,C,k),$=A(m.width*sa),V=!1,Y=null,U=null,q=null,W=null;null==f||0!=$&&null==d||(V=!0,Y=f.values(e,t,i,h),U=new Map,new Set(Y).forEach((function(e){null!=e&&U.set(e,new Path2D)})),$>0&&(q=d.values(e,t,i,h),W=new Map,new Set(q).forEach((function(e){null!=e&&W.set(e,new Path2D)}))));var Q=c.x0,Z=c.size,G=!0;if(null!=Q&&null!=Z){p=Q.values(e,t,i,h),2==Q.unit&&(p=p.map((function(t){return e.posToVal(D+t*x,y.key,!0)})));var K=Z.values(e,t,i,h);$>=(T=2==Z.unit?K[0]*x:b(K[0],y,x,D)-b(0,y,x,D))/2&&($=0),T=A(il(T-$,u,l)),F=1==O?-$/2:T+$/2}else{var J=x;if(p.length>1)for(var X=null,ee=0,te=1/0;ee=(T=J-re-r)/2&&($=0),re+r<5&&(A=ol),T=A(il(J-re,u,l)-$-r),F=(0==n?T/2:n==O?0:T)-n*O*r/2,T+$>J&&(G=!1)}var ie,ae={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:2|Xu};0!=z&&(ae.band=new Path2D,ie=A(w(1==z?_.max:_.min,_,C,k)));var oe=V?null:new Path2D,le=ae.band,ue=c.y0,ce=c.y1,se=null;null!=ue&&null!=ce&&(g=ce.values(e,t,i,h),se=ue.values(e,t,i,h));for(var fe=S*T,de=E*T,he=1==O?i:h;he>=i&&he<=h;he+=O){var me=g[he];if(void 0!==me){var pe=b(2!=y.distr||null!=c?p[he]:he,y,x,D),ve=w(zo(me,j),_,C,k);null!=se&&null!=me&&(H=w(se[he],_,C,k));var ge=A(pe-F),ye=A(Go(ve,H)),_e=A(Zo(ve,H)),be=ye-_e;if(null!=me){var we=me<0?de:fe,De=me<0?fe:de;V?($>0&&null!=q[he]&&P(W.get(q[he]),ge,_e+qo($/2),T,Go(0,be-$),we,De),null!=Y[he]&&P(U.get(Y[he]),ge,_e+qo($/2),T,Go(0,be-$),we,De)):P(oe,ge,_e+qo($/2),T,Go(0,be-$),we,De),I(e,t,he,ge-$/2,_e,T+$,be)}0==z||null==me&&!G||(L*z==1?(ye=_e,_e=ie):(_e=ye,ye=ie),P(le,ge-$/2,_e,T+$,Go(0,be=ye-_e),0,0))}}if($>0)ae.stroke=V?W:oe;else if(!V){var ke;ae._fill=0==m.width?m._fill:null!==(ke=m._stroke)&&void 0!==ke?ke:m._fill,ae.width=0}return ae.fill=V?U:oe,ae}))}},Hc.spline=function(e){return function(e,t){var n=zo(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,i,a){return ec(t,r,(function(o,l,u,c,s,f,d,h,m,p,g){var _,b,w,D=o.pxRound,k=function(e){return D(f(e,c,p,h))},x=function(e){return D(d(e,s,g,m))};0==c.ori?(_=uc,w=sc,b=vc):(_=cc,w=fc,b=gc);var C=c.dir*(0==c.ori?1:-1);i=Fo(u,i,a,1),a=Fo(u,i,a,-1);for(var S=k(l[1==C?i:a]),E=S,A=[],N=[],M=1==C?i:a;M>=i&&M<=a;M+=C)if(null!=u[M]){var F=k(l[M]);A.push(E=F),N.push(x(u[M]))}var T={stroke:e(A,N,_,w,b,D),fill:null,clip:null,band:null,gaps:null,flags:Xu},O=T.stroke,L=v(tc(t,r),2),P=L[0],I=L[1];if(null!=o.fill||0!=P){var R=T.fill=new Path2D(O),B=x(o.fillTo(t,r,o.min,o.max,P));w(R,E,B),w(R,S,B)}if(!o.spanGaps){var z,j=[];(z=j).push.apply(z,y(ac(l,u,i,a,C,k,n))),T.gaps=j=o.gaps(t,r,i,a,j),T.clip=ic(j,c.ori,h,m,p,g)}return 0!=I&&(T.band=2==I?[rc(t,r,i,a,O,-1),rc(t,r,i,a,O,1)]:rc(t,r,i,a,O,I)),T}))}}(kc,e)};var $c,Vc=function(e){for(var t=e.length,n=-1/0;t--;){var r=e[t];Number.isFinite(r)&&r>n&&(n=r)}return Number.isFinite(n)?n:null},Yc=function(e){for(var t=e.length,n=1/0;t--;){var r=e[t];Number.isFinite(r)&&r>1]},qc=function(e){for(var t=e.length;t--;){var n=e[t];if(Number.isFinite(n))return n}},Wc=function(e,t,n){if(void 0===e||null===e)return"";n=n||0,t=t||0;var r=Math.abs(n-t);if(isNaN(r)||0==r)return Math.abs(e)>=1e3?e.toLocaleString("en-US"):e.toString();var i=3+Math.floor(1+Math.log10(Math.max(Math.abs(t),Math.abs(n)))-Math.log10(r));return(isNaN(i)||i>20)&&(i=20),e.toLocaleString("en-US",{minimumSignificantDigits:1,maximumSignificantDigits:i})},Qc=function(e,t){var n=document.createElement("span");n.innerText=e,n.style.cssText="position: absolute; z-index: -1; pointer-events: none; opacity: 0; font: ".concat(t),document.body.appendChild(n);var r=n.offsetWidth;return n.remove(),r},Zc=function(e){var t=(null===e||void 0===e?void 0:e.metric)||{},n=Object.keys(t).filter((function(e){return"__name__"!=e})).map((function(e){return"".concat(e,"=").concat(JSON.stringify(t[e]))})),r=t.__name__||"";return n.length>0&&(r+="{"+n.join(",")+"}"),r},Gc=[[31536e3,"{YYYY}",null,null,null,null,null,null,1],[2419200,"{MMM}","\n{YYYY}",null,null,null,null,null,1],[86400,"{MM}-{DD}","\n{YYYY}",null,null,null,null,null,1],[3600,"{HH}:{mm}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD}",null,null,null,1],[60,"{HH}:{mm}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD}",null,null,null,1],[1,"{HH}:{mm}:{ss}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD} {HH}:{mm}",null,null,null,1],[.001,":{ss}.{fff}","\n{YYYY}-{MM}-{DD} {HH}:{mm}",null,"\n{MM}-{DD} {HH}:{mm}",null,"\n{HH}:{mm}",null,1]],Kc=function(e,t){return Array.from(new Set(e.map((function(e){return e.scale})))).map((function(e){var n="10px Arial",r=Bt("color-text"),i={scale:e,show:!0,size:Xc,stroke:r,font:n,values:function(e,n){return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=t[0],i=t[t.length-1];return n?t.map((function(e){return"".concat(Wc(e,r,i)," ").concat(n)})):t.map((function(e){return Wc(e,r,i)}))}(e,n,t)}};return e?Number(e)%2?i:dt(dt({},i),{},{side:1}):{space:80,values:Gc,stroke:r,font:n}}))},Jc=function(e,t){if(null==e||null==t)return[-1,1];var n=.02*(Math.abs(t-e)||Math.abs(e)||1);return[e-n,t+n]},Xc=function(e,t,n,r){var i,a=e.axes[n];if(r>1)return a._size||60;var o=6+((null===a||void 0===a||null===(i=a.ticks)||void 0===i?void 0:i.size)||0)+(a.gap||0),l=(null!==t&&void 0!==t?t:[]).reduce((function(e,t){return(null===t||void 0===t?void 0:t.length)>e.length?t:e}),"");return""!=l&&(o+=Qc(l,"10px Arial")),Math.ceil(o)},es=["#e54040","#32a9dc","#2ee329","#7126a1","#e38f0f","#3d811a","#ffea00","#2d2d2d","#da42a6","#a44e0c"],ts=["__name__"],ns=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e.metric,i=r.__name__,a=Wr(r,ts),o=t||"".concat(n?"[Query ".concat(e.group,"] "):"").concat(i||"");return 0==Object.keys(a).length?o||"value":"".concat(o,"{").concat(Object.entries(a).map((function(e){return"".concat(e[0],"=").concat(JSON.stringify(e[1]))})).join(", "),"}")},rs=function(e){switch(e){case"NaN":return NaN;case"Inf":case"+Inf":return 1/0;case"-Inf":return-1/0;default:return parseFloat(e)}},is=function(e){if(e.length<2)return!1;var t=["le","vmrange"],n=Object.keys(e[0].metric).filter((function(e){return!t.includes(e)}));return e.every((function(r){var i=Object.keys(r.metric).filter((function(e){return!t.includes(e)}));return n.length===i.length&&i.every((function(t){return r.metric[t]===e[0].metric[t]}))}))&&e.every((function(e){return t.some((function(t){return t in e.metric}))}))},as=function(e,t,n){for(var r=[],i=0;i0&&(i=Math.min(i,n[o]),a=Math.max(a,n[o]));for(var l=a-i,u=r.length,c=Array(n.length),s=0;s0&&b[P]>=(o.min||-1/0)&&b[P]<=(o.max||1/0)&&w[P]>=(l.min||-1/0)&&w[P]<=(l.max||1/0)){var I=L[~~(P/E)],R=O[P%E];g(S[x[P]],I,R,F,T)}e.ctx.save(),e.ctx.rect(e.bbox.left,e.bbox.top,e.bbox.width,e.bbox.height),e.ctx.clip(),S.forEach((function(t,n){e.ctx.fillStyle=C[n],e.ctx.fill(t)})),e.ctx.restore()}))}},ls=function(e){var t=(e.metric.vmrange||e.metric.le||"").split("...");return rs(t[t.length-1])},us=function(e,t){return ls(e)-ls(t)},cs=function(e,t){if(!t)return e;var n=function(e){var t;if(!e.every((function(e){return e.metric.le})))return e;var n,r=e.sort((function(e,t){return parseFloat(e.metric.le)-parseFloat(t.metric.le)})),i=(null===(t=e[0])||void 0===t?void 0:t.group)||1,a={metric:{le:""},values:[],group:i},o=[],l=T(r);try{for(l.s();!(n=l.n()).done;){var u,c=n.value,s=[a.metric.le,c.metric.le].filter((function(e){return e})).join("..."),f=[],d=T(c.values);try{var h=function(){var e,t=v(u.value,2),n=t[0],r=+t[1]-+((null===(e=a.values.find((function(e){return e[0]===n})))||void 0===e?void 0:e[1])||0);f.push([n,"".concat(r)])};for(d.s();!(u=d.n()).done;)h()}catch(m){d.e(m)}finally{d.f()}o.push({metric:{vmrange:s},values:f,group:i}),a=c}}catch(m){l.e(m)}finally{l.f()}return o}(e.sort(us)),r={};return n.forEach((function(e){return e.values.forEach((function(e){var t=v(e,2),n=t[0],i=t[1];r[n]=(r[n]||0)+ +i}))})),n.map((function(e){var t=e.values.map((function(e){var t=v(e,2),n=t[0],i=t[1],a=r[n];return[n,"".concat(Math.round(+i/a*100))]}));return dt(dt({},e),{},{values:t})})).filter((function(e){return!e.values.every((function(e){return"0"===e[1]}))}))},ss=function(e,t,n){for(var r={},i=e.map((function(e){var t=e.values.map((function(e){return rs(e[1])}));return{min:Yc(t),max:Vc(t),median:Uc(t),last:qc(t)}})),a=Math.min(e.length,es.length),o=0;o0)for(var a=0;ar&&(r=e[a].charCodeAt(0)),i=parseInt(String(t/r)),n=(n+e[a].charCodeAt(0)*i*49979693)%t;var o=(n*e.length%t).toString(16);return o=o.padEnd(6,o),"#".concat(o)}(o),u=i[a],c=u.min,s=u.max,f=u.median,d=u.last;return{label:o,freeFormFields:e.metric,width:1.4,stroke:l,show:!ds(o,t),scale:"1",points:{size:4.2,width:1.4},statsFormatted:{min:Wc(c,c,s),max:Wc(s,c,s),median:Wc(f,c,s),last:Wc(d,c,s)},median:f}}},fs=function(e,t){return{group:t,label:e.label||"",color:e.stroke,checked:e.show||!1,freeFormFields:e.freeFormFields,statsFormatted:e.statsFormatted,median:e.median}},ds=function(e,t){return t.includes("".concat(e))},hs=function(e){for(var t=e.series.length-1;t>=0;t--)e.delSeries(t)},ms=function(e){var t=e.width,n=void 0===t?400:t,r=e.height;return{width:n,height:void 0===r?500:r,series:[],tzDate:function(e){return a()(bn(Dn(e))).local().toDate()},legend:{show:!1},cursor:{drag:{x:!0,y:!1},focus:{prox:30},points:{size:5.6,width:1.4},bind:{click:function(){return null},dblclick:function(){return null}}}}},ps=function(e){hs(e),function(e){Object.keys(e.hooks).forEach((function(t){e.hooks[t]=[]}))}(e),e.setData([])},vs=function(e){return[e.min,e.max]},gs=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3?arguments[3]:void 0,i=arguments.length>4?arguments[4]:void 0;return i.limits.enable?i.limits.range[r]:Jc(t,n)},ys=function(e,t){var n={x:{range:function(){return vs(t)}}},r=Object.keys(e.limits.range);return(r.length?r:["1"]).forEach((function(t){n[t]={range:function(n){return gs(n,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,t,e)}}})),n},_s=function(e){return function(t){var n=t.posToVal(t.select.left,"x"),r=t.posToVal(t.select.left+t.select.width,"x");e({min:n,max:r})}},bs=function(e){return function(e){return e instanceof MouseEvent}(e)?e.clientX:e.touches[0].clientX},ws=function(e){var t=e.dragSpeed,n=void 0===t?.85:t,i=e.setPanning,a=e.setPlotScale,o=(0,r.useRef)({leftStart:0,xUnitsPerPx:0,scXMin:0,scXMax:0}),l=function(e){e.preventDefault();var t=bs(e),r=o.current,i=r.leftStart,l=r.xUnitsPerPx,u=r.scXMin,c=r.scXMax,s=l*((t-i)*n);a({min:u-s,max:c-s})},u=function e(){i(!1),document.removeEventListener("mousemove",l),document.removeEventListener("mouseup",e),document.removeEventListener("touchmove",l),document.removeEventListener("touchend",e)};return function(e){var t=e.e,n=e.u;t.preventDefault(),i(!0),o.current={leftStart:bs(t),xUnitsPerPx:n.posToVal(1,"x")-n.posToVal(0,"x"),scXMin:n.scales.x.min||0,scXMax:n.scales.x.max||0},document.addEventListener("mousemove",l),document.addEventListener("mouseup",u),document.addEventListener("touchmove",l),document.addEventListener("touchend",u)}},Ds=function(e){var t=v((0,r.useState)(!1),2),n=t[0],i=t[1],a=ws({dragSpeed:.9,setPanning:i,setPlotScale:e});return{onReadyChart:function(t){var n=function(e){var n=e instanceof MouseEvent&&function(e){var t=e.ctrlKey,n=e.metaKey;return 0===e.button&&(t||n)}(e),r=e instanceof TouchEvent&&e.touches.length>1;(n||r)&&a({u:t,e:e})};t.over.addEventListener("mousedown",n),t.over.addEventListener("touchstart",n),t.over.addEventListener("wheel",(function(n){if(n.ctrlKey||n.metaKey){n.preventDefault();var r=t.over.getBoundingClientRect().width,i=t.cursor.left&&t.cursor.left>0?t.cursor.left:0,a=t.posToVal(i,"x"),o=(t.scales.x.max||0)-(t.scales.x.min||0),l=n.deltaY<0?.9*o:o/.9,u=a-i/r*l,c=u+l;t.batch((function(){return e({min:u,max:c})}))}}))},isPanning:n}},ks=function(e){var t=e[0].clientX-e[1].clientX,n=e[0].clientY-e[1].clientY;return Math.sqrt(t*t+n*n)},xs=function(e){var t=e.uPlotInst,n=e.xRange,i=e.setPlotScale,a=v((0,r.useState)(0),2),o=a[0],l=a[1],u=(0,r.useCallback)((function(e){var r=e.target,a=e.ctrlKey,o=e.metaKey,l=e.key,u=r instanceof HTMLInputElement||r instanceof HTMLTextAreaElement;if(t&&!u){var c="+"===l||"="===l;if(("-"===l||c)&&!(a||o)){e.preventDefault();var s=(n.max-n.min)/10*(c?1:-1);i({min:n.min+s,max:n.max-s})}}}),[t,n]),c=(0,r.useCallback)((function(e){if(t&&2===e.touches.length){e.preventDefault();var r=ks(e.touches),a=o-r,l=t.scales.x.max||n.max,u=t.scales.x.min||n.min,c=(l-u)/50*(a>0?-1:1);t.batch((function(){return i({min:u+c,max:l-c})}))}}),[t,o,n]);return Jr("keydown",u),Jr("touchmove",c),Jr("touchstart",(function(e){2===e.touches.length&&(e.preventDefault(),l(ks(e.touches)))})),null},Cs=function(e){var t=e.period,n=e.setPeriod,i=v((0,r.useState)({min:t.start,max:t.end}),2),o=i[0],l=i[1];return(0,r.useEffect)((function(){l({min:t.start,max:t.end})}),[t]),{xRange:o,setPlotScale:function(e){var t=e.min,r=e.max,i=1e3*(r-t);iln||n({from:a()(1e3*t).toDate(),to:a()(1e3*r).toDate()})}}},Ss=function(e){var t=e.u,n=e.metrics,i=e.series,o=e.unit,l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)({seriesIdx:-1,dataIdx:-1}),2),f=s[0],d=s[1],h=v((0,r.useState)([]),2),m=h[0],p=h[1],g=(0,r.useCallback)((function(){var e=f.seriesIdx,r=f.dataIdx,l=n[e-1],u=i[e],c=new Set(n.map((function(e){return e.group}))),s=(null===l||void 0===l?void 0:l.group)||0,d=Et()(t,["data",e,r],0),h=Et()(t,["scales","1","min"],0),m=Et()(t,["scales","1","max"],1),p=Et()(t,["data",0,r],0),v={top:t?t.valToPos(d||0,(null===u||void 0===u?void 0:u.scale)||"1"):0,left:t?t.valToPos(p,"x"):0};return{unit:o,point:v,u:t,id:"".concat(e,"_").concat(r),title:c.size>1?"Query ".concat(s):"",dates:[p?a()(1e3*p).tz().format(tn):"-"],value:Wc(d,h,m),info:Zc(l),statsFormatted:null===u||void 0===u?void 0:u.statsFormatted,marker:"".concat(null===u||void 0===u?void 0:u.stroke)}}),[t,f,n,i,o]),_=(0,r.useCallback)((function(){if(u){var e=g();m.find((function(t){return t.id===e.id}))||p((function(t){return[].concat(y(t),[e])}))}}),[g,m,u]);return(0,r.useEffect)((function(){c(-1!==f.dataIdx&&-1!==f.seriesIdx)}),[f]),Jr("click",_),{showTooltip:u,stickyTooltips:m,handleUnStick:function(e){p((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:g,seriesFocus:function(e,t){var n=null!==t&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{seriesIdx:n})}))},setCursor:function(e){var t,n=null!==(t=e.cursor.idx)&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{dataIdx:n})}))},resetTooltips:function(){p([]),d({seriesIdx:-1,dataIdx:-1})}}},Es=function(e){var t=e.u,n=e.id,i=e.title,a=e.dates,o=e.value,l=e.point,u=e.unit,c=void 0===u?"":u,s=e.info,f=e.statsFormatted,d=e.isSticky,h=e.marker,m=e.onClose,p=(0,r.useRef)(null),g=v((0,r.useState)({top:-999,left:-999}),2),y=g[0],_=g[1],b=v((0,r.useState)(!1),2),w=b[0],D=b[1],k=v((0,r.useState)(!1),2),x=k[0],C=k[1],S=(0,r.useCallback)((function(e){if(w){var t=e.clientX,n=e.clientY;_({top:n,left:t})}}),[w]);return(0,r.useEffect)((function(){if(p.current&&t){var e=l.top,n=l.left,r=parseFloat(t.over.style.left),i=parseFloat(t.over.style.top),a=t.over.getBoundingClientRect(),o=a.width,u=a.height,c=p.current.getBoundingClientRect(),s=c.width,f=c.height,d={top:e+i+10-(e+f>=u?f+20:0),left:n+r+10-(n+s>=o?s+20:0)};d.left<0&&(d.left=20),d.top<0&&(d.top=20),_(d)}}),[t,o,l,p]),Jr("mousemove",S),Jr("mouseup",(function(){D(!1)})),t?r.default.createPortal(Qt("div",{className:qr()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":d,"vm-chart-tooltip_moved":x}),ref:p,style:y,children:[Qt("div",{className:"vm-chart-tooltip-header",children:[i&&Qt("div",{className:"vm-chart-tooltip-header__title",children:i}),Qt("div",{className:"vm-chart-tooltip-header__date",children:a.map((function(e,t){return Qt("span",{children:e},t)}))}),d&&Qt(qt.HY,{children:[Qt(Ni,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:Qt(Nr,{}),onMouseDown:function(e){C(!0),D(!0);var t=e.clientX,n=e.clientY;_({top:n,left:t})},ariaLabel:"drag the tooltip"}),Qt(Ni,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:Qt(rr,{}),onClick:function(){m&&m(n)},ariaLabel:"close the tooltip"})]})]}),Qt("div",{className:"vm-chart-tooltip-data",children:[h&&Qt("span",{className:"vm-chart-tooltip-data__marker",style:{background:h}}),Qt("p",{className:"vm-chart-tooltip-data__value",children:[Qt("b",{children:o}),c]})]}),f&&Qt("table",{className:"vm-chart-tooltip-stats",children:Mt.map((function(e,t){return Qt("div",{className:"vm-chart-tooltip-stats-row",children:[Qt("span",{className:"vm-chart-tooltip-stats-row__key",children:[e,":"]}),Qt("span",{className:"vm-chart-tooltip-stats-row__value",children:f[e]})]},t)}))}),s&&Qt("p",{className:"vm-chart-tooltip__info",children:s})]}),t.root):null},As=function(e){var t=e.showTooltip,n=e.tooltipProps,i=e.stickyTooltips,a=e.handleUnStick;return Qt(qt.HY,{children:[t&&n&&Qt(Es,dt({},n)),i.map((function(e){return(0,r.createElement)(Es,dt(dt({},e),{},{isSticky:!0,key:e.id,onClose:a}))}))]})},Ns=function(e){var t=e.data,n=e.series,i=e.metrics,a=void 0===i?[]:i,o=e.period,l=e.yaxis,u=e.unit,c=e.setPeriod,s=e.layoutSize,f=e.height,d=Gt().isDarkTheme,h=(0,r.useRef)(null),m=v((0,r.useState)(),2),p=m[0],g=m[1],y=Cs({period:o,setPeriod:c}),_=y.xRange,b=y.setPlotScale,w=Ds(b),D=w.onReadyChart,k=w.isPanning;xs({uPlotInst:p,xRange:_,setPlotScale:b});var x=Ss({u:p,metrics:a,series:n,unit:u}),C=x.showTooltip,S=x.stickyTooltips,E=x.handleUnStick,A=x.getTooltipProps,N=x.seriesFocus,M=x.setCursor,F=x.resetTooltips,T=dt(dt({},ms({width:s.width,height:f})),{},{series:n,axes:Kc([{},{scale:"1"}],u),scales:ys(l,_),hooks:{ready:[D],setSeries:[N],setCursor:[M],setSelect:[_s(b)],destroy:[ps]}});return(0,r.useEffect)((function(){if(F(),h.current){p&&p.destroy();var e=new jc(T,t,h.current);return g(e),e.destroy}}),[h,d]),(0,r.useEffect)((function(){p&&(p.setData(t),p.redraw())}),[t]),(0,r.useEffect)((function(){p&&(hs(p),function(e,t){t.forEach((function(t){e.addSeries(t)}))}(p,n),p.redraw())}),[n]),(0,r.useEffect)((function(){p&&(Object.keys(l.limits.range).forEach((function(e){p.scales[e]&&(p.scales[e].range=function(t){return gs(t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,e,l)})})),p.redraw())}),[l]),(0,r.useEffect)((function(){p&&(p.scales.x.range=function(){return vs(_)},p.redraw())}),[_]),(0,r.useEffect)((function(){p&&(p.setSize({width:s.width||400,height:f||500}),p.redraw())}),[f,s]),Qt("div",{className:qr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(s.width||400,"px"),minHeight:"".concat(f||500,"px")},children:[Qt("div",{className:"vm-line-chart__u-plot",ref:h}),Qt(As,{showTooltip:C,tooltipProps:A(),stickyTooltips:S,handleUnStick:E})]})},Ms=function(){var e=(0,r.useContext)(wi).showInfoMessage;return function(){var t=ea(Ji().mark((function t(n,r){var i;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!==(i=navigator)&&void 0!==i&&i.clipboard){t.next=4;break}return e({text:"Clipboard not supported",type:"error"}),console.warn("Clipboard not supported"),t.abrupt("return",!1);case 4:return t.prev=4,t.next=7,navigator.clipboard.writeText(n);case 7:return r&&e({text:r,type:"success"}),t.abrupt("return",!0);case 11:return t.prev=11,t.t0=t.catch(4),t.t0 instanceof Error&&e({text:"".concat(t.t0.name,": ").concat(t.t0.message),type:"error"}),console.warn("Copy failed",t.t0),t.abrupt("return",!1);case 16:case"end":return t.stop()}}),t,null,[[4,11]])})));return function(e,n){return t.apply(this,arguments)}}()},Fs=function(e){var t=e.legend,n=e.onChange,i=e.isHeatmap,a=Ms(),o=(0,r.useMemo)((function(){var e=function(e){return Object.keys(e.freeFormFields).filter((function(e){return"__name__"!==e})).map((function(t){var n="".concat(t,"=").concat(JSON.stringify(e.freeFormFields[t]));return{id:"".concat(e.label,".").concat(n),freeField:n,key:t}}))}(t);return i?e.filter((function(e){return"vmrange"!==e.key})):e}),[t,i]),l=t.statsFormatted,u=Object.values(l).some((function(e){return e})),c=function(){var e=ea(Ji().mark((function e(t){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"".concat(t," has been copied"));case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return Qt("div",{className:qr()({"vm-legend-item":!0,"vm-legend-row":!0,"vm-legend-item_hide":!t.checked&&!i,"vm-legend-item_static":i}),onClick:function(e){return function(t){n&&n(e,t.ctrlKey||t.metaKey)}}(t),children:[!i&&Qt("div",{className:"vm-legend-item__marker",style:{backgroundColor:t.color}}),Qt("div",{className:"vm-legend-item-info",children:Qt("span",{className:"vm-legend-item-info__label",children:[t.freeFormFields.__name__,!!o.length&&Qt(qt.HY,{children:"{"}),o.map((function(e,t){return Qt("span",{className:"vm-legend-item-info__free-fields",onClick:(n=e.freeField,function(e){e.stopPropagation(),c(n)}),title:"copy to clipboard",children:[e.freeField,t+11;return Qt(qt.HY,{children:Qt("div",{className:"vm-legend",children:a.map((function(e){return Qt("div",{className:"vm-legend-group",children:Qt(Ia,{defaultExpanded:!0,title:Qt("div",{className:"vm-legend-group-title",children:[o&&Qt("span",{className:"vm-legend-group-title__count",children:["Query ",e,": "]}),Qt("span",{className:"vm-legend-group-title__query",children:n[e-1]})]}),children:Qt("div",{children:t.filter((function(t){return t.group===e})).sort((function(e,t){return(t.median||0)-(e.median||0)})).map((function(e){return Qt(Fs,{legend:e,onChange:i},e.label)}))})})},e)}))})})},Os=function(e){var t,n=e.min,i=e.max,a=e.legendValue,o=e.series,l=v((0,r.useState)(0),2),u=l[0],c=l[1],s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=v((0,r.useState)(""),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=(0,r.useMemo)((function(){return parseFloat(String((null===a||void 0===a?void 0:a.value)||0).replace("%",""))}),[a]);return(0,r.useEffect)((function(){c(b?(b-n)/(i-n)*100:0),d(b?"".concat(b,"%"):""),p("".concat(n,"%")),_("".concat(i,"%"))}),[b,n,i]),Qt("div",{className:"vm-legend-heatmap__wrapper",children:[Qt("div",{className:"vm-legend-heatmap",children:[Qt("div",{className:"vm-legend-heatmap-gradient",style:{background:"linear-gradient(to right, ".concat(as.join(", "),")")},children:!!b&&Qt("div",{className:"vm-legend-heatmap-gradient__value",style:{left:"".concat(u,"%")},children:Qt("span",{children:f})})}),Qt("div",{className:"vm-legend-heatmap__value",children:m}),Qt("div",{className:"vm-legend-heatmap__value",children:y})]}),o[1]&&Qt(Fs,{legend:o[1],isHeatmap:!0},null===(t=o[1])||void 0===t?void 0:t.label)]})},Ls=function(e){var t=e.u,n=e.metrics,i=e.unit,o=v((0,r.useState)({left:0,top:0}),2),l=o[0],u=o[1],c=v((0,r.useState)([]),2),s=c[0],f=c[1],d=(0,r.useCallback)((function(){var e,r=l.left,o=l.top,u=Et()(t,["data",1,0],[])||[],c=t?t.posToVal(r,"x"):0,s=t?t.posToVal(o,"y"):0,f=u.findIndex((function(e,t){return c>=e&&c0}}),[t,l,n,i]),h=(0,r.useCallback)((function(){var e=d();e.show&&(s.find((function(t){return t.id===e.id}))||f((function(t){return[].concat(y(t),[e])})))}),[d,s]);return Jr("click",h),{stickyTooltips:s,handleUnStick:function(e){f((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:d,setCursor:function(e){var t=e.cursor.left||0,n=e.cursor.top||0;u({left:t,top:n})},resetTooltips:function(){f([]),u({left:0,top:0})}}},Ps=function(e){var t=e.data,n=e.metrics,i=void 0===n?[]:n,a=e.period,o=e.unit,l=e.setPeriod,u=e.layoutSize,c=e.height,s=e.onChangeLegend,f=Gt().isDarkTheme,d=(0,r.useRef)(null),h=v((0,r.useState)(),2),m=h[0],p=h[1],g=Cs({period:a,setPeriod:l}),_=g.xRange,b=g.setPlotScale,w=Ds(b),D=w.onReadyChart,k=w.isPanning;xs({uPlotInst:m,xRange:_,setPlotScale:b});var x=Ls({u:m,metrics:i,unit:o}),C=x.stickyTooltips,S=x.handleUnStick,E=x.getTooltipProps,A=x.setCursor,N=x.resetTooltips,M=(0,r.useMemo)((function(){return E()}),[E]),F=dt(dt({},ms({width:u.width,height:c})),{},{mode:2,series:[{},{paths:os(),facets:[{scale:"x",auto:!0,sorted:1},{scale:"y",auto:!0}]}],axes:function(){var e=Kc([{}],o);return[].concat(y(e),[{scale:"y",stroke:e[0].stroke,font:e[0].font,size:Xc,splits:i.map((function(e,t){return t})),values:i.map((function(e){return e.metric.vmrange}))}])}(),scales:{x:{time:!0},y:{log:2,time:!1,range:function(e,t,n){return[t-1,n+1]}}},hooks:{ready:[D],setCursor:[A],setSelect:[_s(b)],destroy:[ps]}});return(0,r.useEffect)((function(){N();var e=null===t[0]&&Array.isArray(t[1]);if(d.current&&e){var n=new jc(F,t,d.current);return p(n),n.destroy}}),[d,t,f]),(0,r.useEffect)((function(){m&&(m.setSize({width:u.width||400,height:c||500}),m.redraw())}),[c,u]),(0,r.useEffect)((function(){s(M)}),[M]),Qt("div",{className:qr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(u.width||400,"px"),minHeight:"".concat(c||500,"px")},children:[Qt("div",{className:"vm-line-chart__u-plot",ref:d}),Qt(As,{showTooltip:!!M.show,tooltipProps:M,stickyTooltips:C,handleUnStick:S})]})},Is=function(){var e=v((0,r.useState)(null),2),t=e[0],n=e[1],i=v((0,r.useState)({width:0,height:0}),2),a=i[0],o=i[1],l=(0,r.useCallback)((function(){o({width:(null===t||void 0===t?void 0:t.offsetWidth)||0,height:(null===t||void 0===t?void 0:t.offsetHeight)||0})}),[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]);return Jr("resize",l),Kr(l,[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]),[n,a]},Rs=function(e){var t=e.data,n=void 0===t?[]:t,i=e.period,a=e.customStep,o=e.query,l=e.yaxis,u=e.unit,c=e.showLegend,s=void 0===c||c,f=e.setYaxisLimits,d=e.setPeriod,h=e.alias,m=void 0===h?[]:h,p=e.fullWidth,g=void 0===p||p,_=e.height,b=e.isHistogram,w=yi().isMobile,D=zn().timezone,k=(0,r.useMemo)((function(){return a||i.step||"1s"}),[i.step,a]),x=(0,r.useMemo)((function(){return cs(n,b)}),[b,n]),C=v((0,r.useState)([[]]),2),S=C[0],E=C[1],A=v((0,r.useState)([]),2),N=A[0],M=A[1],F=v((0,r.useState)([]),2),O=F[0],L=F[1],P=v((0,r.useState)([]),2),I=P[0],R=P[1],B=v((0,r.useState)(null),2),z=B[0],j=B[1],H=(0,r.useMemo)((function(){return ss(x,I,m)}),[x,I,m]),$=function(e){var t=function(e,t){var n={},r=Object.values(e).flat(),i=Yc(r)||0,a=Vc(r)||1;return n[1]=t?Jc(i,a):[i,a],n}(e,!b);f(t)};(0,r.useEffect)((function(){var e=[],t={},n=[],r=[{}];null===x||void 0===x||x.forEach((function(i,a){var o=H(i,a);r.push(o),n.push(fs(o,i.group));var l,u=t[i.group]||[],c=T(i.values);try{for(c.s();!(l=c.n()).done;){var s=l.value;e.push(s[0]),u.push(rs(s[1]))}}catch(f){c.e(f)}finally{c.f()}t[i.group]=u}));var a=function(e,t,n){for(var r=vn(t)||1,i=Array.from(new Set(e)).sort((function(e,t){return e-t})),a=n.start,o=dn(n.end+r),l=0,u=[];a<=o;){for(;l=i.length||i[l]>a)&&u.push(a)}for(;u.length<2;)u.push(a),a=dn(a+r);return u}(e,k,i),o=x.map((function(e){var t,n=[],r=e.values,i=r.length,o=0,l=T(a);try{for(l.s();!(t=l.n()).done;){for(var u=t.value;o1e10*h?n.map((function(){return f})):n}));o.unshift(a),$(t);var l=b?function(e){var t=e.slice(1,e.length),n=[],r=[];t.forEach((function(e,n){e.forEach((function(e,i){var a=i*t.length+n;r[a]=e}))})),e[0].forEach((function(e){var r=new Array(t.length).fill(e);n.push.apply(n,y(r))}));var i=new Array(n.length).fill(0).map((function(e,n){return n%t.length}));return[null,[n,i,r]]}(o):o;E(l),M(r),L(n)}),[x,D,b]),(0,r.useEffect)((function(){var e=[],t=[{}];null===x||void 0===x||x.forEach((function(n,r){var i=H(n,r);t.push(i),e.push(fs(i,n.group))})),M(t),L(e)}),[I]);var V=v(Is(),2),Y=V[0],U=V[1];return Qt("div",{className:qr()({"vm-graph-view":!0,"vm-graph-view_full-width":g,"vm-graph-view_full-width_mobile":g&&w}),ref:Y,children:[!b&&Qt(Ns,{data:S,series:N,metrics:x,period:i,yaxis:l,unit:u,setPeriod:d,layoutSize:U,height:_}),b&&Qt(Ps,{data:S,metrics:x,period:i,unit:u,setPeriod:d,layoutSize:U,height:_,onChangeLegend:j}),!b&&s&&Qt(Ts,{labels:O,query:o,onChange:function(e,t){R(function(e){var t=e.hideSeries,n=e.legend,r=e.metaKey,i=e.series,a=n.label,o=ds(a,t),l=i.map((function(e){return e.label||""}));return r?o?t.filter((function(e){return e!==a})):[].concat(y(t),[a]):t.length?o?y(l.filter((function(e){return e!==a}))):[]:y(l.filter((function(e){return e!==a})))}({hideSeries:I,legend:e,metaKey:t,series:N}))}}),b&&s&&Qt(Os,{series:N,min:l.limits.range[1][0]||0,max:l.limits.range[1][1]||0,legendValue:z})]})},Bs=function(e){return e[e.mouse=0]="mouse",e[e.keyboard=1]="keyboard",e}(Bs||{}),zs=function(e){var t,n,i=e.value,a=e.options,o=e.anchor,l=e.disabled,u=e.minLength,c=void 0===u?2:u,s=e.fullWidth,f=e.selected,d=e.noOptionsText,h=e.label,m=e.disabledFullScreen,p=e.offset,g=e.maxDisplayResults,y=e.onSelect,_=e.onOpenAutocomplete,b=e.onFoundOptions,w=yi().isMobile,D=(0,r.useRef)(null),k=v((0,r.useState)({index:-1}),2),x=k[0],C=k[1],S=v((0,r.useState)(""),2),E=S[0],A=S[1],N=v((0,r.useState)(0),2),M=N[0],F=N[1],T=Mi(!1),O=T.value,L=T.setValue,P=T.setFalse,I=(0,r.useMemo)((function(){if(!O)return[];try{var e=new RegExp(String(i.trim()),"i"),t=a.filter((function(t){return e.test(t.value)})).sort((function(t,n){var r,a;return t.value.toLowerCase()===i.trim().toLowerCase()?-1:n.value.toLowerCase()===i.trim().toLowerCase()?1:((null===(r=t.value.match(e))||void 0===r?void 0:r.index)||0)-((null===(a=n.value.match(e))||void 0===a?void 0:a.index)||0)}));return F(t.length),A(t.length>Number(null===g||void 0===g?void 0:g.limit)&&(null===g||void 0===g?void 0:g.message)||""),null!==g&&void 0!==g&&g.limit?t.slice(0,g.limit):t}catch(n){return[]}}),[O,a,i]),R=(0,r.useMemo)((function(){return d&&!I.length}),[d,I]),B=function(){C({index:-1})},z=(0,r.useCallback)((function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,i=e.shiftKey,a=n||r||i,o=I.length;if("ArrowUp"===t&&!a&&o&&(e.preventDefault(),C((function(e){var t=e.index;return{index:t<=0?0:t-1,type:Bs.keyboard}}))),"ArrowDown"===t&&!a&&o){e.preventDefault();var l=I.length-1;C((function(e){var t=e.index;return{index:t>=l?l:t+1,type:Bs.keyboard}}))}if("Enter"===t){var u=I[x.index];u&&y(u.value),f||P()}"Escape"===t&&P()}),[x,I,P,y,f]);return(0,r.useEffect)((function(){L(i.length>=c)}),[i,a]),Jr("keydown",z),(0,r.useEffect)((function(){if(D.current&&x.type!==Bs.mouse){var e=D.current.childNodes[x.index];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}),[x,I]),(0,r.useEffect)((function(){C({index:-1})}),[I]),(0,r.useEffect)((function(){_&&_(O)}),[O]),(0,r.useEffect)((function(){b&&b(I)}),[I]),Qt(Fi,{open:O,buttonRef:o,placement:"bottom-left",onClose:P,fullWidth:s,title:w?h:void 0,disabledFullScreen:m,offset:p,children:[Qt("div",{className:qr()({"vm-autocomplete":!0,"vm-autocomplete_mobile":w&&!m}),ref:D,children:[R&&Qt("div",{className:"vm-autocomplete__no-options",children:d}),!(1===I.length&&(null===(t=I[0])||void 0===t?void 0:t.value)===i)&&I.map((function(e,t){return Qt("div",{className:qr()({"vm-list-item":!0,"vm-list-item_mobile":w,"vm-list-item_active":t===x.index,"vm-list-item_multiselect":f,"vm-list-item_multiselect_selected":null===f||void 0===f?void 0:f.includes(e.value),"vm-list-item_with-icon":e.icon}),id:"$autocomplete$".concat(e.value),onClick:(r=e.value,function(){l||(y(r),f||P())}),onMouseEnter:(n=t,function(){C({index:n,type:Bs.mouse})}),onMouseLeave:B,children:[(null===f||void 0===f?void 0:f.includes(e.value))&&Qt(xr,{}),Qt(qt.HY,{children:e.icon}),Qt("span",{children:e.value})]},"".concat(t).concat(e.value));var n,r}))]}),E&&Qt("div",{className:"vm-autocomplete-message",children:["Shown ",null===g||void 0===g?void 0:g.limit," results out of ",M,". ",E]}),(null===(n=I[x.index])||void 0===n?void 0:n.description)&&Qt("div",{className:"vm-autocomplete-info",children:[Qt("div",{className:"vm-autocomplete-info__type",children:I[x.index].type}),Qt("div",{className:"vm-autocomplete-info__description",dangerouslySetInnerHTML:{__html:I[x.index].description||""}})]})]})},js=n(936),Hs=n.n(js),$s=function(e){return e.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&")},Vs=function(e){return JSON.stringify(e).slice(1,-1)},Ys=function(e){return e.metric="metric",e.label="label",e.labelValue="labelValue",e}(Ys||{}),Us=(st($c={},Ys.metric,Qt(Hr,{})),st($c,Ys.label,Qt(Vr,{})),st($c,Ys.labelValue,Qt(Yr,{})),$c);function qs(e,t){!function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,t),t.add(e)}function Ws(e,t,n){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return n}function Qs(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}var Zs={async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1};function Gs(e){Zs=e}var Ks=/[&<>"']/,Js=new RegExp(Ks.source,"g"),Xs=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,ef=new RegExp(Xs.source,"g"),tf={"&":"&","<":"<",">":">",'"':""","'":"'"},nf=function(e){return tf[e]};function rf(e,t){if(t){if(Ks.test(e))return e.replace(Js,nf)}else if(Xs.test(e))return e.replace(ef,nf);return e}var af=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function of(e){return e.replace(af,(function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""}))}var lf=/(^|[^\[])\^/g;function uf(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(lf,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var cf=/[^\w:]/g,sf=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function ff(e,t,n){if(e){var r;try{r=decodeURIComponent(of(n)).replace(cf,"").toLowerCase()}catch(i){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!sf.test(n)&&(n=function(e,t){df[" "+e]||(hf.test(e)?df[" "+e]=e+"/":df[" "+e]=yf(e,"/",!0));e=df[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(mf,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(pf,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(i){return null}return n}var df={},hf=/^[^:]+:\/*[^/]*$/,mf=/^([^:]+:)[\s\S]*$/,pf=/^([^:]+:\/*[^/]*)[\s\S]*$/;var vf={exec:function(){}};function gf(e,t){var n=e.replace(/\|/g,(function(e,t,n){for(var r=!1,i=t;--i>=0&&"\\"===n[i];)r=!r;return r?"|":" |"})).split(/ \|/),r=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length0)return{type:"space",raw:t[0]}}},{key:"code",value:function(e){var t=this.rules.block.code.exec(e);if(t){var n=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:yf(n,"\n")}}}},{key:"fences",value:function(e){var t=this.rules.block.fences.exec(e);if(t){var n=t[0],r=function(e,t){var n=e.match(/^(\s+)(?:```)/);if(null===n)return t;var r=n[1];return t.split("\n").map((function(e){var t=e.match(/^\s+/);return null===t?e:v(t,1)[0].length>=r.length?e.slice(r.length):e})).join("\n")}(n,t[3]||"");return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline._escapes,"$1"):t[2],text:r}}}},{key:"heading",value:function(e){var t=this.rules.block.heading.exec(e);if(t){var n=t[2].trim();if(/#$/.test(n)){var r=yf(n,"#");this.options.pedantic?n=r.trim():r&&!/ $/.test(r)||(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}},{key:"hr",value:function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}},{key:"blockquote",value:function(e){var t=this.rules.block.blockquote.exec(e);if(t){var n=t[0].replace(/^ *>[ \t]?/gm,""),r=this.lexer.state.top;this.lexer.state.top=!0;var i=this.lexer.blockTokens(n);return this.lexer.state.top=r,{type:"blockquote",raw:t[0],tokens:i,text:n}}}},{key:"list",value:function(e){var t=this.rules.block.list.exec(e);if(t){var n,r,i,a,o,l,u,c,s,f,d,h,m=t[1].trim(),p=m.length>1,v={type:"list",raw:"",ordered:p,start:p?+m.slice(0,-1):"",loose:!1,items:[]};m=p?"\\d{1,9}\\".concat(m.slice(-1)):"\\".concat(m),this.options.pedantic&&(m=p?m:"[*+-]");for(var g=new RegExp("^( {0,3}".concat(m,")((?:[\t ][^\\n]*)?(?:\\n|$))"));e&&(h=!1,t=g.exec(e))&&!this.rules.block.hr.test(e);){if(n=t[0],e=e.substring(n.length),c=t[2].split("\n",1)[0].replace(/^\t+/,(function(e){return" ".repeat(3*e.length)})),s=e.split("\n",1)[0],this.options.pedantic?(a=2,d=c.trimLeft()):(a=(a=t[2].search(/[^ ]/))>4?1:a,d=c.slice(a),a+=t[1].length),l=!1,!c&&/^ *$/.test(s)&&(n+=s+"\n",e=e.substring(s.length+1),h=!0),!h)for(var y=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))")),_=new RegExp("^ {0,".concat(Math.min(3,a-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)")),b=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:```|~~~)")),w=new RegExp("^ {0,".concat(Math.min(3,a-1),"}#"));e&&(s=f=e.split("\n",1)[0],this.options.pedantic&&(s=s.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!b.test(s))&&!w.test(s)&&!y.test(s)&&!_.test(e);){if(s.search(/[^ ]/)>=a||!s.trim())d+="\n"+s.slice(a);else{if(l)break;if(c.search(/[^ ]/)>=4)break;if(b.test(c))break;if(w.test(c))break;if(_.test(c))break;d+="\n"+s}l||s.trim()||(l=!0),n+=f+"\n",e=e.substring(f.length+1),c=s.slice(a)}v.loose||(u?v.loose=!0:/\n *\n *$/.test(n)&&(u=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d))&&(i="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,"")),v.items.push({type:"list_item",raw:n,task:!!r,checked:i,loose:!1,text:d}),v.raw+=n}v.items[v.items.length-1].raw=n.trimRight(),v.items[v.items.length-1].text=d.trimRight(),v.raw=v.raw.trimRight();var D=v.items.length;for(o=0;o0&&k.some((function(e){return/\n.*\n/.test(e.raw)}));v.loose=x}if(v.loose)for(o=0;o$/,"$1").replace(this.rules.inline._escapes,"$1"):"",i=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline._escapes,"$1"):t[3];return{type:"def",tag:n,raw:t[0],href:r,title:i}}}},{key:"table",value:function(e){var t=this.rules.block.table.exec(e);if(t){var n={type:"table",header:gf(t[1]).map((function(e){return{text:e}})),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(n.header.length===n.align.length){n.raw=t[0];var r,i,a,o,l=n.align.length;for(r=0;r/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):rf(t[0]):t[0]}}},{key:"link",value:function(e){var t=this.rules.inline.link.exec(e);if(t){var n=t[2].trim();if(!this.options.pedantic&&/^$/.test(n))return;var r=yf(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{var i=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,r=0,i=0;i-1){var a=(0===t[0].indexOf("!")?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,a).trim(),t[3]=""}}var o=t[2],l="";if(this.options.pedantic){var u=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);u&&(o=u[1],l=u[3])}else l=t[3]?t[3].slice(1,-1):"";return o=o.trim(),/^$/.test(n)?o.slice(1):o.slice(1,-1)),_f(t,{href:o?o.replace(this.rules.inline._escapes,"$1"):o,title:l?l.replace(this.rules.inline._escapes,"$1"):l},t[0],this.lexer)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=(n[2]||n[1]).replace(/\s+/g," ");if(!(r=t[r.toLowerCase()])){var i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return _f(n,r,n[0],this.lexer)}}},{key:"emStrong",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=this.rules.inline.emStrong.lDelim.exec(e);if(r&&((!r[3]||!n.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDF50-\uDF59\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEC0-\uDED3\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDCD0-\uDCEB\uDCF0-\uDCF9\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])/))&&(!(r[1]||r[2]||"")||!n||this.rules.inline.punctuation.exec(n)))){var i,a,o=r[0].length-1,l=o,u=0,c="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(c.lastIndex=0,t=t.slice(-1*e.length+o);null!=(r=c.exec(t));)if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6])if(a=i.length,r[3]||r[4])l+=a;else if(!((r[5]||r[6])&&o%3)||(o+a)%3){if(!((l-=a)>0)){a=Math.min(a,a+l+u);var s=e.slice(0,o+r.index+a+1);if(Math.min(o,a)%2){var f=s.slice(1,-1);return{type:"em",raw:s,text:f,tokens:this.lexer.inlineTokens(f)}}var d=s.slice(2,-2);return{type:"strong",raw:s,text:d,tokens:this.lexer.inlineTokens(d)}}}else u+=a}}},{key:"codespan",value:function(e){var t=this.rules.inline.code.exec(e);if(t){var n=t[2].replace(/\n/g," "),r=/[^ ]/.test(n),i=/^ /.test(n)&&/ $/.test(n);return r&&i&&(n=n.substring(1,n.length-1)),n=rf(n,!0),{type:"codespan",raw:t[0],text:n}}}},{key:"br",value:function(e){var t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}},{key:"del",value:function(e){var t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}},{key:"autolink",value:function(e,t){var n,r,i=this.rules.inline.autolink.exec(e);if(i)return r="@"===i[2]?"mailto:"+(n=rf(this.options.mangle?t(i[1]):i[1])):n=rf(i[1]),{type:"link",raw:i[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}},{key:"url",value:function(e,t){var n;if(n=this.rules.inline.url.exec(e)){var r,i;if("@"===n[2])i="mailto:"+(r=rf(this.options.mangle?t(n[0]):n[0]));else{var a;do{a=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(a!==n[0]);r=rf(n[0]),i="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:r,href:i,tokens:[{type:"text",raw:r,text:r}]}}}},{key:"inlineText",value:function(e,t){var n,r=this.rules.inline.text.exec(e);if(r)return n=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(r[0]):rf(r[0]):r[0]:rf(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),wf={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:vf,lheading:/^((?:(?!^bull ).|\n(?!\n|bull ))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};wf.def=uf(wf.def).replace("label",wf._label).replace("title",wf._title).getRegex(),wf.bullet=/(?:[*+-]|\d{1,9}[.)])/,wf.listItemStart=uf(/^( *)(bull) */).replace("bull",wf.bullet).getRegex(),wf.list=uf(wf.list).replace(/bull/g,wf.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+wf.def.source+")").getRegex(),wf._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",wf._comment=/|$)/,wf.html=uf(wf.html,"i").replace("comment",wf._comment).replace("tag",wf._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),wf.lheading=uf(wf.lheading).replace(/bull/g,wf.bullet).getRegex(),wf.paragraph=uf(wf._paragraph).replace("hr",wf.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",wf._tag).getRegex(),wf.blockquote=uf(wf.blockquote).replace("paragraph",wf.paragraph).getRegex(),wf.normal=dt({},wf),wf.gfm=dt(dt({},wf.normal),{},{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),wf.gfm.table=uf(wf.gfm.table).replace("hr",wf.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",wf._tag).getRegex(),wf.gfm.paragraph=uf(wf._paragraph).replace("hr",wf.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",wf.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",wf._tag).getRegex(),wf.pedantic=dt(dt({},wf.normal),{},{html:uf("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",wf._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:vf,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:uf(wf.normal._paragraph).replace("hr",wf.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",wf.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var Df={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:vf,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,rDelimAst:/^[^_*]*?__[^_*]*?\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\*)[punct](\*+)(?=[\s]|$)|[^punct\s](\*+)(?!\*)(?=[punct\s]|$)|(?!\*)[punct\s](\*+)(?=[^punct\s])|[\s](\*+)(?!\*)(?=[punct])|(?!\*)[punct](\*+)(?!\*)(?=[punct])|[^punct\s](\*+)(?=[^punct\s])/,rDelimUnd:/^[^_*]*?\*\*[^_*]*?_[^_*]*?(?=\*\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\s]|$)|[^punct\s](_+)(?!_)(?=[punct\s]|$)|(?!_)[punct\s](_+)(?=[^punct\s])|[\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:vf,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\.5&&(n="x"+n.toString(16)),r+="&#"+n+";";return r}Df._punctuation="\\p{P}$+<=>`^|~",Df.punctuation=uf(Df.punctuation,"u").replace(/punctuation/g,Df._punctuation).getRegex(),Df.blockSkip=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,Df.anyPunctuation=/\\[punct]/g,Df._escapes=/\\([punct])/g,Df._comment=uf(wf._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),Df.emStrong.lDelim=uf(Df.emStrong.lDelim,"u").replace(/punct/g,Df._punctuation).getRegex(),Df.emStrong.rDelimAst=uf(Df.emStrong.rDelimAst,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df.emStrong.rDelimUnd=uf(Df.emStrong.rDelimUnd,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df.anyPunctuation=uf(Df.anyPunctuation,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df._escapes=uf(Df._escapes,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,Df._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,Df.autolink=uf(Df.autolink).replace("scheme",Df._scheme).replace("email",Df._email).getRegex(),Df._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,Df.tag=uf(Df.tag).replace("comment",Df._comment).replace("attribute",Df._attribute).getRegex(),Df._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Df._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,Df._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,Df.link=uf(Df.link).replace("label",Df._label).replace("href",Df._href).replace("title",Df._title).getRegex(),Df.reflink=uf(Df.reflink).replace("label",Df._label).replace("ref",wf._label).getRegex(),Df.nolink=uf(Df.nolink).replace("ref",wf._label).getRegex(),Df.reflinkSearch=uf(Df.reflinkSearch,"g").replace("reflink",Df.reflink).replace("nolink",Df.nolink).getRegex(),Df.normal=dt({},Df),Df.pedantic=dt(dt({},Df.normal),{},{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:uf(/^!?\[(label)\]\((.*?)\)/).replace("label",Df._label).getRegex(),reflink:uf(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Df._label).getRegex()}),Df.gfm=dt(dt({},Df.normal),{},{escape:uf(Df.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\1&&void 0!==arguments[1]?arguments[1]:[];e=this.options.pedantic?e.replace(/\t/g," ").replace(/^ +$/gm,""):e.replace(/^( *)(\t+)/gm,(function(e,t,n){return t+" ".repeat(n.length)}));for(var l,u=function(){if(a.options.extensions&&a.options.extensions.block&&a.options.extensions.block.some((function(n){return!!(t=n.call({lexer:a},e,o))&&(e=e.substring(t.raw.length),o.push(t),!0)})))return 0;if(t=a.tokenizer.space(e))return e=e.substring(t.raw.length),1===t.raw.length&&o.length>0?o[o.length-1].raw+="\n":o.push(t),0;if(t=a.tokenizer.code(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?o.push(t):(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue[a.inlineQueue.length-1].src=n.text),0;if(t=a.tokenizer.fences(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.heading(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.hr(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.blockquote(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.list(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.html(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.def(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?a.tokens.links[t.tag]||(a.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,a.inlineQueue[a.inlineQueue.length-1].src=n.text),0;if(t=a.tokenizer.table(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.lheading(e))return e=e.substring(t.raw.length),o.push(t),0;if(r=e,a.options.extensions&&a.options.extensions.startBlock){var l,u=1/0,c=e.slice(1);a.options.extensions.startBlock.forEach((function(e){"number"===typeof(l=e.call({lexer:this},c))&&l>=0&&(u=Math.min(u,l))})),u<1/0&&u>=0&&(r=e.substring(0,u+1))}if(a.state.top&&(t=a.tokenizer.paragraph(r)))return n=o[o.length-1],i&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),i=r.length!==e.length,e=e.substring(t.raw.length),0;if(t=a.tokenizer.text(e))return e=e.substring(t.raw.length),(n=o[o.length-1])&&"text"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),0;if(e){var s="Infinite loop on byte: "+e.charCodeAt(0);if(a.options.silent)return console.error(s),1;throw new Error(s)}};e&&(0===(l=u())||1!==l););return this.state.top=!0,o}},{key:"inline",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return this.inlineQueue.push({src:e,tokens:t}),t}},{key:"inlineTokens",value:function(e){var t,n,r,i,a,o,l=this,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],c=e;if(this.tokens.links){var s=Object.keys(this.tokens.links);if(s.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(c));)s.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(c));)c=c.slice(0,i.index)+"++"+c.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(var f,d=function(){if(a||(o=""),a=!1,l.options.extensions&&l.options.extensions.inline&&l.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:l},e,u))&&(e=e.substring(t.raw.length),u.push(t),!0)})))return 0;if(t=l.tokenizer.escape(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.tag(e))return e=e.substring(t.raw.length),(n=u[u.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),0;if(t=l.tokenizer.link(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.reflink(e,l.tokens.links))return e=e.substring(t.raw.length),(n=u[u.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),0;if(t=l.tokenizer.emStrong(e,c,o))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.codespan(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.br(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.del(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.autolink(e,xf))return e=e.substring(t.raw.length),u.push(t),0;if(!l.state.inLink&&(t=l.tokenizer.url(e,xf)))return e=e.substring(t.raw.length),u.push(t),0;if(r=e,l.options.extensions&&l.options.extensions.startInline){var i,s=1/0,f=e.slice(1);l.options.extensions.startInline.forEach((function(e){"number"===typeof(i=e.call({lexer:this},f))&&i>=0&&(s=Math.min(s,i))})),s<1/0&&s>=0&&(r=e.substring(0,s+1))}if(t=l.tokenizer.inlineText(r,kf))return e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),a=!0,(n=u[u.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),0;if(e){var d="Infinite loop on byte: "+e.charCodeAt(0);if(l.options.silent)return console.error(d),1;throw new Error(d)}};e&&(0===(f=d())||1!==f););return u}}],[{key:"rules",get:function(){return{block:wf,inline:Df}}},{key:"lex",value:function(t,n){return new e(n).lex(t)}},{key:"lexInline",value:function(t,n){return new e(n).inlineTokens(t)}}]),e}(),Sf=function(){function e(t){_(this,e),this.options=t||Zs}return k(e,[{key:"code",value:function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var i=this.options.highlight(e,r);null!=i&&i!==e&&(n=!0,e=i)}return e=e.replace(/\n$/,"")+"\n",r?'
'+(n?e:rf(e,!0))+"
\n":"
"+(n?e:rf(e,!0))+"
\n"}},{key:"blockquote",value:function(e){return"
\n".concat(e,"
\n")}},{key:"html",value:function(e,t){return e}},{key:"heading",value:function(e,t,n,r){if(this.options.headerIds){var i=this.options.headerPrefix+r.slug(n);return"').concat(e,"\n")}return"").concat(e,"\n")}},{key:"hr",value:function(){return this.options.xhtml?"
\n":"
\n"}},{key:"list",value:function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"\n"}},{key:"listitem",value:function(e){return"
  • ".concat(e,"
  • \n")}},{key:"checkbox",value:function(e){return" "}},{key:"paragraph",value:function(e){return"

    ".concat(e,"

    \n")}},{key:"table",value:function(e,t){return t&&(t="".concat(t,"")),"\n\n"+e+"\n"+t+"
    \n"}},{key:"tablerow",value:function(e){return"\n".concat(e,"\n")}},{key:"tablecell",value:function(e,t){var n=t.header?"th":"td";return(t.align?"<".concat(n,' align="').concat(t.align,'">'):"<".concat(n,">"))+e+"\n")}},{key:"strong",value:function(e){return"".concat(e,"")}},{key:"em",value:function(e){return"".concat(e,"")}},{key:"codespan",value:function(e){return"".concat(e,"")}},{key:"br",value:function(){return this.options.xhtml?"
    ":"
    "}},{key:"del",value:function(e){return"".concat(e,"")}},{key:"link",value:function(e,t,n){if(null===(e=ff(this.options.sanitize,this.options.baseUrl,e)))return n;var r='"}},{key:"image",value:function(e,t,n){if(null===(e=ff(this.options.sanitize,this.options.baseUrl,e)))return n;var r='').concat(n,'":">"}},{key:"text",value:function(e){return e}}]),e}(),Ef=function(){function e(){_(this,e)}return k(e,[{key:"strong",value:function(e){return e}},{key:"em",value:function(e){return e}},{key:"codespan",value:function(e){return e}},{key:"del",value:function(e){return e}},{key:"html",value:function(e){return e}},{key:"text",value:function(e){return e}},{key:"link",value:function(e,t,n){return""+n}},{key:"image",value:function(e,t,n){return""+n}},{key:"br",value:function(){return""}}]),e}(),Af=function(){function e(){_(this,e),this.seen={}}return k(e,[{key:"serialize",value:function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}},{key:"getNextSafeSlug",value:function(e,t){var n=e,r=0;if(this.seen.hasOwnProperty(n)){r=this.seen[e];do{n=e+"-"+ ++r}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=r,this.seen[n]=0),n}},{key:"slug",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)}}]),e}(),Nf=function(){function e(t){_(this,e),this.options=t||Zs,this.options.renderer=this.options.renderer||new Sf,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Ef,this.slugger=new Af}return k(e,[{key:"parse",value:function(e){var t,n,r,i,a,o,l,u,c,s,f,d,h,m,p,v,g,y,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],w="",D=e.length;for(t=0;t0&&"paragraph"===p.tokens[0].type?(p.tokens[0].text=y+" "+p.tokens[0].text,p.tokens[0].tokens&&p.tokens[0].tokens.length>0&&"text"===p.tokens[0].tokens[0].type&&(p.tokens[0].tokens[0].text=y+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:y}):m+=y),m+=this.parse(p.tokens,h),c+=this.renderer.listitem(m,g,v);w+=this.renderer.list(c,f,d);continue;case"html":w+=this.renderer.html(s.text,s.block);continue;case"paragraph":w+=this.renderer.paragraph(this.parseInline(s.tokens));continue;case"text":for(c=s.tokens?this.parseInline(s.tokens):s.text;t+1";return t?Promise.resolve(i):n?void n(null,i):i}if(t)return Promise.reject(r);if(!n)throw r;n(r)}}var If=new Of(Zs);function Rf(e,t,n){return If.parse(e,t,n)}Rf.options=Rf.setOptions=function(e){return If.setOptions(e),Rf.defaults=If.defaults,Gs(Rf.defaults),Rf},Rf.getDefaults=Qs,Rf.defaults=Zs,Rf.use=function(){return If.use.apply(If,arguments),Rf.defaults=If.defaults,Gs(Rf.defaults),Rf},Rf.walkTokens=function(e,t){return If.walkTokens(e,t)},Rf.parseInline=If.parseInline,Rf.Parser=Nf,Rf.parser=Nf.parse,Rf.Renderer=Sf,Rf.TextRenderer=Ef,Rf.Lexer=Cf,Rf.lexer=Cf.lex,Rf.Tokenizer=bf,Rf.Slugger=Af,Rf.Hooks=Mf,Rf.parse=Rf;Rf.options,Rf.setOptions,Rf.use,Rf.walkTokens,Rf.parseInline,Nf.parse,Cf.lex;var Bf=n.p+"static/media/MetricsQL.b64c4dbf91f4fa581621.md",zf=function(e){var t='$1 target="_blank" class="'.concat("vm-link vm-link_colored",'" $2').concat("https://docs.victoriametrics.com/MetricsQL.html","#");return e.replace(/(1,c=n||r,s="ArrowDown"===t,f="Enter"===t;"ArrowUp"===t&&c&&(e.preventDefault(),a()),s&&c&&(e.preventDefault(),o()),f&&m&&e.preventDefault(),!f||l||u&&!c||m||(e.preventDefault(),i())},onChange:n,onChangeCaret:function(e){_(e)},disabled:d,inputmode:"search"}),l&&Qt($f,{value:t,anchorEl:b,caretPosition:y,onSelect:function(e){n(e)},onFoundOptions:function(e){p(!!e.length)}})]})},qf=function(e){var t,n=e.value,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.fullWidth,s=e.onChange;return Qt("div",{className:qr()((st(t={"vm-switch":!0,"vm-switch_full-width":c,"vm-switch_disabled":a,"vm-switch_active":r},"vm-switch_".concat(u,"_active"),r),st(t,"vm-switch_".concat(u),u),t)),onClick:function(){a||s(!r)},children:[Qt("div",{className:"vm-switch-track",children:Qt("div",{className:"vm-switch-track__thumb"})}),o&&Qt("span",{className:"vm-switch__label",children:o})]})},Wf=function(e){var t=e.isMobile,n=Kn().autocomplete,r=Jn(),i=ci(),a=i.nocache,o=i.isTracingEnabled,l=si();return Jr("keydown",(function(e){var t=e.code,n=e.ctrlKey,i=e.altKey;"Space"===t&&(n||i)&&(e.preventDefault(),r({type:"SET_AUTOCOMPLETE_QUICK",payload:!0}))})),Qt("div",{className:qr()({"vm-additional-settings":!0,"vm-additional-settings_mobile":t}),children:[Qt(Ri,{title:Qt(qt.HY,{children:["Quick tip: ",Yi]}),children:Qt(qf,{label:"Autocomplete",value:n,onChange:function(){r({type:"TOGGLE_AUTOCOMPLETE"})},fullWidth:t})}),Qt(qf,{label:"Disable cache",value:a,onChange:function(){l({type:"TOGGLE_NO_CACHE"})},fullWidth:t}),Qt(qf,{label:"Trace query",value:o,onChange:function(){l({type:"TOGGLE_QUERY_TRACING"})},fullWidth:t})]})},Qf=function(){var e=yi().isMobile,t=(0,r.useRef)(null),n=Mi(!1),i=n.value,a=n.toggle,o=n.setFalse;return e?Qt(qt.HY,{children:[Qt("div",{ref:t,children:Qt(Ni,{variant:"outlined",startIcon:Qt(Ir,{}),onClick:a,ariaLabel:"additional the query settings"})}),Qt(Fi,{open:i,buttonRef:t,placement:"bottom-left",onClose:o,title:"Query settings",children:Qt(Wf,{isMobile:e})})]}):Qt(Wf,{})},Zf=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))};var Gf=function(e){var t=e.query,n=e.favorites,i=e.onRun,a=e.onToggleFavorite,o=Ms(),l=(0,r.useMemo)((function(){return n.includes(t)}),[t,n]),u=function(){var e=ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Qt("div",{className:"vm-query-history-item",children:[Qt("span",{className:"vm-query-history-item__value",children:t}),Qt("div",{className:"vm-query-history-item__buttons",children:[Qt(Ri,{title:"Execute query",children:Qt(Ni,{size:"small",variant:"text",onClick:function(){i(t)},startIcon:Qt(gr,{})})}),Qt(Ri,{title:"Copy query",children:Qt(Ni,{size:"small",variant:"text",onClick:u,startIcon:Qt(Ar,{})})}),Qt(Ri,{title:l?"Remove Favorite":"Add to Favorites",children:Qt(Ni,{size:"small",variant:"text",color:l?"warning":"primary",onClick:function(){a(t,l)},startIcon:Qt(l?jr:zr,{})})})]})]})},Kf="saved",Jf="favorite",Xf=[{label:"Session history",value:"session"},{label:"Saved history",value:Kf},{label:"Favorite queries",value:Jf}],ed=function(e){var t=e.handleSelectQuery,n=Kn().queryHistory,i=yi().isMobile,a=Mi(!1),o=a.value,l=a.setTrue,u=a.setFalse,c=v((0,r.useState)(Xf[0].value),2),s=c[0],f=c[1],d=v((0,r.useState)(Hn("QUERY_HISTORY")),2),h=d[0],m=d[1],p=v((0,r.useState)(Hn("QUERY_FAVORITES")),2),g=p[0],_=p[1],b=(0,r.useMemo)((function(){return n.map((function(e){return e.values.filter((function(e){return e})).reverse()}))}),[n]),w=(0,r.useMemo)((function(){switch(s){case Jf:return g;case Kf:return h;default:return b}}),[s,g,h,b]),D=null===w||void 0===w?void 0:w.every((function(e){return!e.length})),k=(0,r.useMemo)((function(){return s===Jf?"Favorites queries are empty.\nTo see your favorites, mark a query as a favorite.":"Query history is empty.\nTo see the history, please make a query."}),[s]),x=function(e){return function(n){t(n,e),u()}},C=function(e,t){_((function(n){var r=n[0]||[];return t?[r.filter((function(t){return t!==e}))]:t||r.includes(e)?n:[[].concat(y(r),[e])]}))};return(0,r.useEffect)((function(){var e=g[0]||[],t=Hn("QUERY_FAVORITES")[0]||[];Zf(e,t)||Tt("QUERY_FAVORITES",JSON.stringify(g))}),[g]),Jr("storage",(function(){m(Hn("QUERY_HISTORY")),_(Hn("QUERY_FAVORITES"))})),Qt(qt.HY,{children:[Qt(Ri,{title:"Show history",children:Qt(Ni,{color:"primary",variant:"text",onClick:l,startIcon:Qt(dr,{}),ariaLabel:"Show history"})}),o&&Qt(Ii,{title:"Query history",onClose:u,children:Qt("div",{className:qr()({"vm-query-history":!0,"vm-query-history_mobile":i}),children:[Qt("div",{className:qr()({"vm-query-history__tabs":!0,"vm-section-header__tabs":!0,"vm-query-history__tabs_mobile":i}),children:Qt(ei,{activeItem:s,items:Xf,onChange:f})}),Qt("div",{className:"vm-query-history-list",children:[D&&Qt("div",{className:"vm-query-history-list__no-data",children:k}),w.map((function(e,t){return Qt("div",{children:[w.length>1&&Qt("div",{className:qr()({"vm-query-history-list__group-title":!0,"vm-query-history-list__group-title_first":0===t}),children:["Query ",t+1]}),e.map((function(e,n){return Qt(Gf,{query:e,favorites:g.flat(),onRun:x(t),onToggleFavorite:C},n)}))]},t)})),s===Kf&&!D&&Qt("div",{className:"vm-query-history-footer",children:Qt(Ni,{color:"error",variant:"outlined",size:"small",startIcon:Qt(wr,{}),onClick:function(){Tt("QUERY_HISTORY","")},children:"clear history"})})]})]})})]})},td=function(e){var t=e.queryErrors,n=e.setQueryErrors,i=e.setHideError,a=e.stats,o=e.onHideQuery,l=e.onRunQuery,u=yi().isMobile,c=Kn(),s=c.query,f=c.queryHistory,d=c.autocomplete,h=c.autocompleteQuick,m=Jn(),p=jn(),g=v((0,r.useState)(s||[]),2),_=g[0],b=g[1],w=v((0,r.useState)([]),2),D=w[0],k=w[1],x=v((0,r.useState)(!1),2),C=x[0],S=x[1],E=da(_),A=function(){var e=Gt().serverUrl,t=function(){var t=ea(Ji().mark((function t(n){var r,i,a,o;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,r=encodeURIComponent(n),i="".concat(e,"/prettify-query?query=").concat(r),t.next=5,fetch(i);case 5:if(200==(a=t.sent).status){t.next=8;break}return t.abrupt("return",{query:n,error:"Error requesting /prettify-query, status: "+a.status});case 8:return t.next=10,a.json();case 10:if("success"==(o=t.sent).status){t.next=13;break}return t.abrupt("return",{query:n,error:String(o.msg)});case 13:return t.abrupt("return",{query:String(o.query),error:""});case 16:if(t.prev=16,t.t0=t.catch(0),console.error(t.t0),!(t.t0 instanceof Error&&"AbortError"!==t.t0.name)){t.next=21;break}return t.abrupt("return",{query:n,error:"".concat(t.t0.name,": ").concat(t.t0.message)});case 21:return t.abrupt("return",{query:n,error:String(t.t0)});case 22:case"end":return t.stop()}}),t,null,[[0,16]])})));return function(e){return t.apply(this,arguments)}}();return t}(),N=function(){m({type:"SET_QUERY_HISTORY",payload:_.map((function(e,t){var n=f[t]||{values:[]},r=e===n.values[n.values.length-1],i=!r&&e?[].concat(y(n.values),[e]):n.values;return i.length>25&&i.shift(),{index:n.values.length-Number(r),values:i}}))}),m({type:"SET_QUERY",payload:_}),p({type:"RUN_QUERY"}),l()},M=function(e,t){b((function(n){return n.map((function(n,r){return r===t?e:n}))}))},F=function(e,t){return function(){!function(e,t){var n=f[t],r=n.index,i=n.values,a=r+e;a<0||a>=i.length||(M(i[a]||"",t),m({type:"SET_QUERY_HISTORY_BY_INDEX",payload:{value:{values:i,index:a},queryNumber:t}}))}(e,t)}},T=function(e){return function(t){M(t,e)}},O=function(e){return function(){var t;t=e,b((function(e){return e.filter((function(e,n){return n!==t}))})),k((function(t){return t.includes(e)?t.filter((function(t){return t!==e})):t.map((function(t){return t>e?t-1:t}))}))}},L=function(e){return function(t){!function(e,t){var n=e.ctrlKey,r=e.metaKey;if(n||r){var i=_.map((function(e,t){return t})).filter((function(e){return e!==t}));k((function(e){return Zf(i,e)?[]:i}))}else k((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(y(e),[t])}))}(t,e)}},P=function(){var e=ea(Ji().mark((function e(t){var r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,A(_[t]);case 2:r=e.sent,i(!1),M(r.query,t),n((function(e){return e[t]=r.error,y(e)}));case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){E&&_.length1&&Qt(Ri,{title:"Remove Query",children:Qt("div",{className:"vm-query-configurator-list-row__button",children:Qt(Ni,{variant:"text",color:"error",startIcon:Qt(wr,{}),onClick:O(n),ariaLabel:"remove query"})})})]},n)}))}),Qt("div",{className:"vm-query-configurator-settings",children:[Qt(Qf,{}),Qt("div",{className:"vm-query-configurator-settings__buttons",children:[Qt(ed,{handleSelectQuery:function(e,t){M(e,t),S(!0)}}),_.length<4&&Qt(Ni,{variant:"outlined",onClick:function(){b((function(e){return[].concat(y(e),[""])}))},startIcon:Qt(Dr,{}),children:"Add Query"}),Qt(Ni,{variant:"contained",onClick:N,startIcon:Qt(vr,{}),children:u?"Execute":"Execute Query"})]})]})]})};function nd(e){var t,n,r,i=2;for("undefined"!=typeof Symbol&&(n=Symbol.asyncIterator,r=Symbol.iterator);i--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new rd(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function rd(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then((function(e){return{value:e,done:t}}))}return rd=function(e){this.s=e,this.n=e.next},rd.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var n=this.s.return;return void 0===n?Promise.resolve({value:e,done:!0}):t(n.apply(this.s,arguments))},throw:function(e){var n=this.s.return;return void 0===n?Promise.reject(e):t(n.apply(this.s,arguments))}},new rd(e)}var id=0,ad=function(){function e(t,n){_(this,e),this.tracing=void 0,this.query=void 0,this.tracingChildren=void 0,this.originalTracing=void 0,this.id=void 0,this.tracing=t,this.originalTracing=JSON.parse(JSON.stringify(t)),this.query=n,this.id=id++;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n)}))}return k(e,[{key:"queryValue",get:function(){return this.query}},{key:"idValue",get:function(){return this.id}},{key:"children",get:function(){return this.tracingChildren}},{key:"message",get:function(){return this.tracing.message}},{key:"duration",get:function(){return this.tracing.duration_msec}},{key:"JSON",get:function(){return JSON.stringify(this.tracing,null,2)}},{key:"originalJSON",get:function(){return JSON.stringify(this.originalTracing,null,2)}},{key:"setTracing",value:function(t){var n=this;this.tracing=t;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n.query)}))}},{key:"setQuery",value:function(e){this.query=e}},{key:"resetTracing",value:function(){this.tracing=this.originalTracing}}]),e}(),od=function(e){var t=e.predefinedQuery,n=e.visible,i=e.display,a=e.customStep,o=e.hideQuery,l=e.showAllSeries,u=Kn().query,c=zn().period,s=ci(),f=s.displayType,d=s.nocache,h=s.isTracingEnabled,m=s.seriesLimits,p=Gt().serverUrl,g=mi().isHistogram,_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=v((0,r.useState)(),2),k=D[0],x=D[1],C=v((0,r.useState)(),2),S=C[0],E=C[1],A=v((0,r.useState)(),2),N=A[0],M=A[1],F=v((0,r.useState)(),2),T=F[0],O=F[1],L=v((0,r.useState)([]),2),P=L[0],I=L[1],R=v((0,r.useState)([]),2),B=R[0],z=R[1],j=v((0,r.useState)(),2),H=j[0],$=j[1],V=v((0,r.useState)([]),2),Y=V[0],U=V[1],q=v((0,r.useState)(!1),2),W=q[0],Q=q[1],Z=(0,r.useMemo)((function(){var e=c.end,t=c.start;return gn(e-t,g)}),[c,g]),G=function(){var e=ea(Ji().mark((function e(t){var n,r,i,a,o,l,u,c,s,f,d,h,m,p,v,g,_,b,D,k,C,S,A;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=t.fetchUrl,r=t.fetchQueue,i=t.displayType,a=t.query,o=t.stateSeriesLimits,l=t.showAllSeries,u=t.hideQuery,c=new AbortController,U([].concat(y(r),[c])),e.prev=3,s="chart"===i,f=l?1/0:+o[i]||1/0,d=f,h=[],m=[],p=1,v=0,g=!1,_=!1,b=!1,e.prev=14,k=Ji().mark((function e(){var t,n,r,i,o;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=S.value,!(null===u||void 0===u?void 0:u.includes(p-1))){e.next=7;break}return I((function(e){return[].concat(y(e),[""])})),z((function(e){return[].concat(y(e),[{}])})),p++,e.abrupt("return",1);case 7:return e.next=9,fetch(t,{signal:c.signal});case 9:return n=e.sent,e.next=12,n.json();case 12:r=e.sent,n.ok?(z((function(e){return[].concat(y(e),[dt(dt({},null===r||void 0===r?void 0:r.stats),{},{isPartial:null===r||void 0===r?void 0:r.isPartial,resultLength:r.data.result.length})])})),I((function(e){return[].concat(y(e),[""])})),r.trace&&(i=new ad(r.trace,a[p-1]),m.push(i)),g=s&&is(r.data.result),o=(d=g?1/0:f)-h.length,r.data.result.slice(0,o).forEach((function(e){e.group=p,h.push(e)})),v+=r.data.result.length):(h.push({metric:{},values:[],group:p}),I((function(e){return[].concat(y(e),["".concat(r.errorType,"\r\n").concat(null===r||void 0===r?void 0:r.error)])}))),p++;case 15:case"end":return e.stop()}}),e)})),C=nd(n);case 17:return e.next=19,C.next();case 19:if(!(_=!(S=e.sent).done)){e.next=26;break}return e.delegateYield(k(),"t0",21);case 21:if(!e.t0){e.next=23;break}return e.abrupt("continue",23);case 23:_=!1,e.next=17;break;case 26:e.next=32;break;case 28:e.prev=28,e.t1=e.catch(14),b=!0,D=e.t1;case 32:if(e.prev=32,e.prev=33,!_||null==C.return){e.next=37;break}return e.next=37,C.return();case 37:if(e.prev=37,!b){e.next=40;break}throw D;case 40:return e.finish(37);case 41:return e.finish(32);case 42:A="Showing ".concat(h.length," series out of ").concat(v," series due to performance reasons. Please narrow down the query, so it returns less series"),$(v>d?A:""),s?x(h):E(h),M(m),Q((function(e){return v?g:e})),e.next=52;break;case 49:e.prev=49,e.t2=e.catch(3),e.t2 instanceof Error&&"AbortError"!==e.t2.name&&O("".concat(e.t2.name,": ").concat(e.t2.message));case 52:w(!1);case 53:case"end":return e.stop()}}),e,null,[[3,49],[14,28,32,42],[33,,37,41]])})));return function(t){return e.apply(this,arguments)}}(),K=(0,r.useCallback)(Hs()(G,300),[]),J=(0,r.useMemo)((function(){O(""),I([]),z([]);var e=null!==t&&void 0!==t?t:u,n="chart"===(i||f);if(c)if(p)if(e.every((function(e){return!e.trim()})))I(e.map((function(){return Pt.validQuery})));else{if(Ht(p)){var r=dt({},c);return r.step=a,e.map((function(e){return n?function(e,t,n,r,i){return"".concat(e,"/api/v1/query_range?query=").concat(encodeURIComponent(t),"&start=").concat(n.start,"&end=").concat(n.end,"&step=").concat(n.step).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h):function(e,t,n,r,i){return"".concat(e,"/api/v1/query?query=").concat(encodeURIComponent(t),"&time=").concat(n.end).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h)}))}O(Pt.validServer)}else O(Pt.emptyServer)}),[p,c,f,a,o]),X=v((0,r.useState)([]),2),ee=X[0],te=X[1];return(0,r.useEffect)((function(){var e=J===ee&&!!t;n&&null!==J&&void 0!==J&&J.length&&!e&&(w(!0),K({fetchUrl:J,fetchQueue:Y,displayType:i||f,query:null!==t&&void 0!==t?t:u,stateSeriesLimits:m,showAllSeries:l,hideQuery:o}),te(J))}),[J,n,m,l]),(0,r.useEffect)((function(){var e=Y.slice(0,-1);e.length&&(e.map((function(e){return e.abort()})),U(Y.filter((function(e){return!e.signal.aborted}))))}),[Y]),(0,r.useEffect)((function(){Z===a&&x([])}),[W]),{fetchUrl:J,isLoading:b,graphData:k,liveData:S,error:T,queryErrors:P,setQueryErrors:I,queryStats:B,warning:H,traces:N,isHistogram:W}},ld=function(e){var t=e.data,n=Ms(),i=(0,r.useMemo)((function(){return JSON.stringify(t,null,2)}),[t]),a=function(){var e=ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n(i,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Qt("div",{className:"vm-json-view",children:[Qt("div",{className:"vm-json-view__copy",children:Qt(Ni,{variant:"outlined",onClick:a,children:"Copy JSON"})}),Qt("pre",{className:"vm-json-view__code",children:Qt("code",{children:i})})]})},ud=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=yi().isMobile,o=(0,r.useMemo)((function(){return Object.keys(t.limits.range)}),[t.limits.range]),l=(0,r.useCallback)(Hs()((function(e,r,i){var a=t.limits.range;a[r][i]=+e,a[r][0]===a[r][1]||a[r][0]>a[r][1]||n(a)}),500),[t.limits.range]),u=function(e,t){return function(n){l(n,e,t)}};return Qt("div",{className:qr()({"vm-axes-limits":!0,"vm-axes-limits_mobile":a}),children:[Qt(qf,{value:t.limits.enable,onChange:i,label:"Fix the limits for y-axis",fullWidth:a}),Qt("div",{className:"vm-axes-limits-list",children:o.map((function(e){return Qt("div",{className:"vm-axes-limits-list__inputs",children:[Qt(ua,{label:"Min ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][0],onChange:u(e,0)}),Qt(ua,{label:"Max ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][1],onChange:u(e,1)})]},e)}))})]})},cd="Axes settings",sd=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=(0,r.useRef)(null),o=(0,r.useRef)(null),l=Mi(!1),u=l.value,c=l.toggle,s=l.setFalse;return Qt("div",{className:"vm-graph-settings",children:[Qt(Ri,{title:cd,children:Qt("div",{ref:o,children:Qt(Ni,{variant:"text",startIcon:Qt(nr,{}),onClick:c,ariaLabel:"settings"})})}),Qt(Fi,{open:u,buttonRef:o,placement:"bottom-right",onClose:s,title:cd,children:Qt("div",{className:"vm-graph-settings-popper",ref:a,children:Qt("div",{className:"vm-graph-settings-popper__body",children:Qt(ud,{yaxis:t,setYaxisLimits:n,toggleEnableLimits:i})})})})]})},fd=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message,i=Gt().isDarkTheme;return Qt("div",{className:qr()({"vm-spinner":!0,"vm-spinner_dark":i}),style:n&&{},children:[Qt("div",{className:"half-circle-spinner",children:[Qt("div",{className:"circle circle-1"}),Qt("div",{className:"circle circle-2"})]}),r&&Qt("div",{className:"vm-spinner__message",children:r})]})},dd=function(e){var t=e.value;return Qt("div",{className:"vm-line-progress",children:[Qt("div",{className:"vm-line-progress-track",children:Qt("div",{className:"vm-line-progress-track__thumb",style:{width:"".concat(t,"%")}})}),Qt("span",{children:[t.toFixed(2),"%"]})]})},hd=function e(t){var n=t.isRoot,i=t.trace,a=t.totalMsec,o=Gt().isDarkTheme,l=yi().isMobile,u=v((0,r.useState)({}),2),c=u[0],s=u[1],f=(0,r.useRef)(null),d=v((0,r.useState)(!1),2),h=d[0],m=d[1],p=v((0,r.useState)(!1),2),g=p[0],y=p[1],_=hn(i.duration/1e3)||"".concat(i.duration,"ms");(0,r.useEffect)((function(){if(f.current){var e=f.current,t=f.current.children[0].getBoundingClientRect().height;m(t>e.clientHeight)}}),[i]);var b,w=i.children&&!!i.children.length,D=i.duration/a*100;return Qt("div",{className:qr()({"vm-nested-nav":!0,"vm-nested-nav_root":n,"vm-nested-nav_dark":o,"vm-nested-nav_mobile":l}),children:[Qt("div",{className:qr()({"vm-nested-nav-header":!0,"vm-nested-nav-header_open":c[i.idValue]}),onClick:(b=i.idValue,function(){w&&s((function(e){return dt(dt({},e),{},st({},b,!e[b]))}))}),children:[w&&Qt("div",{className:qr()({"vm-nested-nav-header__icon":!0,"vm-nested-nav-header__icon_open":c[i.idValue]}),children:Qt(sr,{})}),Qt("div",{className:"vm-nested-nav-header__progress",children:Qt(dd,{value:D})}),Qt("div",{className:qr()({"vm-nested-nav-header__message":!0,"vm-nested-nav-header__message_show-full":g}),ref:f,children:[Qt("span",{className:"vm-nested-nav-header__message_duration",children:_}),":\xa0",Qt("span",{children:i.message})]}),Qt("div",{className:"vm-nested-nav-header-bottom",children:(h||g)&&Qt(Ni,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),y((function(e){return!e}))},children:g?"Hide":"Show full query"})})]}),c[i.idValue]&&Qt("div",{className:"vm-nested-nav__childrens",children:w&&i.children.map((function(t){return Qt(e,{trace:t,totalMsec:a},t.duration)}))})]})},md=function(e){var t=e.editable,n=void 0!==t&&t,i=e.defaultTile,a=void 0===i?"JSON":i,o=e.displayTitle,l=void 0===o||o,u=e.defaultJson,c=void 0===u?"":u,s=e.resetValue,f=void 0===s?"":s,d=e.onClose,h=e.onUpload,m=Ms(),p=yi().isMobile,g=v((0,r.useState)(c),2),y=g[0],_=g[1],b=v((0,r.useState)(a),2),w=b[0],D=b[1],k=v((0,r.useState)(""),2),x=k[0],C=k[1],S=v((0,r.useState)(""),2),E=S[0],A=S[1],N=(0,r.useMemo)((function(){try{var e=JSON.parse(y),t=e.trace||e;return t.duration_msec?(new ad(t,""),""):Pt.traceNotFound}catch(n){return n instanceof Error?n.message:"Unknown error"}}),[y]),M=function(){var e=ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,m(y,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),F=function(){A(N),w.trim()||C(Pt.emptyTitle),N||x||(h(y,w),d())};return Qt("div",{className:qr()({"vm-json-form":!0,"vm-json-form_one-field":!l,"vm-json-form_one-field_mobile":!l&&p,"vm-json-form_mobile":p}),children:[l&&Qt(ua,{value:w,label:"Title",error:x,onEnter:F,onChange:function(e){D(e)}}),Qt(ua,{value:y,label:"JSON",type:"textarea",error:E,autofocus:!0,onChange:function(e){A(""),_(e)},onEnter:F,disabled:!n}),Qt("div",{className:"vm-json-form-footer",children:[Qt("div",{className:"vm-json-form-footer__controls",children:[Qt(Ni,{variant:"outlined",startIcon:Qt(Ar,{}),onClick:M,children:"Copy JSON"}),f&&Qt(Ni,{variant:"text",startIcon:Qt(ir,{}),onClick:function(){_(f)},children:"Reset JSON"})]}),Qt("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[Qt(Ni,{variant:"outlined",color:"error",onClick:d,children:"Cancel"}),Qt(Ni,{variant:"contained",onClick:F,children:"apply"})]})]})]})},pd=function(e){var t=e.traces,n=e.jsonEditor,i=void 0!==n&&n,a=e.onDeleteClick,o=yi().isMobile,l=v((0,r.useState)(null),2),u=l[0],c=l[1],s=function(){c(null)};if(!t.length)return Qt(bi,{variant:"info",children:"Please re-run the query to see results of the tracing"});var f=function(e){return function(){a(e)}};return Qt(qt.HY,{children:[Qt("div",{className:"vm-tracings-view",children:t.map((function(e){return Qt("div",{className:"vm-tracings-view-trace vm-block vm-block_empty-padding",children:[Qt("div",{className:"vm-tracings-view-trace-header",children:[Qt("h3",{className:"vm-tracings-view-trace-header-title",children:["Trace for ",Qt("b",{className:"vm-tracings-view-trace-header-title__query",children:e.queryValue})]}),Qt(Ri,{title:"Open JSON",children:Qt(Ni,{variant:"text",startIcon:Qt(br,{}),onClick:(t=e,function(){c(t)}),ariaLabel:"open JSON"})}),Qt(Ri,{title:"Remove trace",children:Qt(Ni,{variant:"text",color:"error",startIcon:Qt(wr,{}),onClick:f(e),ariaLabel:"remove trace"})})]}),Qt("nav",{className:qr()({"vm-tracings-view-trace__nav":!0,"vm-tracings-view-trace__nav_mobile":o}),children:Qt(hd,{isRoot:!0,trace:e,totalMsec:e.duration})})]},e.idValue);var t}))}),u&&Qt(Ii,{title:u.queryValue,onClose:s,children:Qt(md,{editable:i,displayTitle:i,defaultTile:u.queryValue,defaultJson:u.JSON,resetValue:u.originalJSON,onClose:s,onUpload:function(e,t){if(i&&u)try{u.setTracing(JSON.parse(e)),u.setQuery(t),c(null)}catch(n){console.error(n)}}})})]})},vd=function(e){var t,n=e.checked,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.onChange;return Qt("div",{className:qr()((st(t={"vm-checkbox":!0,"vm-checkbox_disabled":a,"vm-checkbox_active":r},"vm-checkbox_".concat(u,"_active"),r),st(t,"vm-checkbox_".concat(u),u),t)),onClick:function(){a||c(!r)},children:[Qt("div",{className:"vm-checkbox-track",children:Qt("div",{className:"vm-checkbox-track__thumb",children:Qt(xr,{})})}),o&&Qt("span",{className:"vm-checkbox__label",children:o})]})},gd="Table settings",yd=function(e){var t=e.columns,n=e.defaultColumns,i=void 0===n?[]:n,a=e.tableCompact,o=e.onChangeColumns,l=e.toggleTableCompact,u=yi().isMobile,c=(0,r.useRef)(null),s=Mi(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useMemo)((function(){return!t.length}),[t]),p=function(e){return function(){!function(e){o(i.includes(e)?i.filter((function(t){return t!==e})):[].concat(y(i),[e]))}(e)}};return(0,r.useEffect)((function(){Zf(t,i)||o(t)}),[t]),Qt("div",{className:"vm-table-settings",children:[Qt(Ri,{title:gd,children:Qt("div",{ref:c,children:Qt(Ni,{variant:"text",startIcon:Qt(nr,{}),onClick:d,disabled:m,ariaLabel:"table settings"})})}),Qt(Fi,{open:f,onClose:h,placement:"bottom-right",buttonRef:c,title:gd,children:Qt("div",{className:qr()({"vm-table-settings-popper":!0,"vm-table-settings-popper_mobile":u}),children:[Qt("div",{className:"vm-table-settings-popper-list vm-table-settings-popper-list_first",children:Qt(qf,{label:"Compact view",value:a,onChange:l})}),Qt("div",{className:"vm-table-settings-popper-list",children:[Qt("div",{className:"vm-table-settings-popper-list-header",children:[Qt("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),Qt(Ri,{title:"Reset to default",children:Qt(Ni,{color:"primary",variant:"text",size:"small",onClick:function(){h(),o(t)},startIcon:Qt(ir,{}),ariaLabel:"reset columns"})})]}),t.map((function(e){return Qt("div",{className:"vm-table-settings-popper-list__item",children:Qt(vd,{checked:i.includes(e),onChange:p(e),label:e,disabled:a})},e)}))]})]})})]})};function _d(e){return function(e,t){return Object.fromEntries(Object.entries(e).filter(t))}(e,(function(e){return!!e[1]||"number"===typeof e[1]}))}var bd=function(e){var t={};return e.forEach((function(e){return Object.entries(e.metric).forEach((function(e){return t[e[0]]?t[e[0]].options.add(e[1]):t[e[0]]={options:new Set([e[1]])}}))})),Object.entries(t).map((function(e){return{key:e[0],variations:e[1].options.size}})).sort((function(e,t){return e.variations-t.variations}))},wd=function(e,t){return(0,r.useMemo)((function(){var n=bd(e);return t?n.filter((function(e){return t.includes(e.key)})):n}),[e,t])},Dd=["__name__"],kd=function(e){var t=e.data,n=e.displayColumns,i=Ms(),a=yi().isMobile,o=ci().tableCompact,l=(0,r.useRef)(null),u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=v((0,r.useState)("asc"),2),d=f[0],h=f[1],m=o?wd([{group:0,metric:{Data:"Data"}}],["Data"]):wd(t,n),p=function(e){var t=e.__name__,n=Wr(e,Dd);return t||Object.keys(n).length?"".concat(t," ").concat(JSON.stringify(n)):""},g=new Set(null===t||void 0===t?void 0:t.map((function(e){return e.group}))).size>1,y=(0,r.useMemo)((function(){var e=null===t||void 0===t?void 0:t.map((function(e){return{metadata:m.map((function(t){return o?ns(e,"",g):e.metric[t.key]||"-"})),value:e.value?e.value[1]:"-",values:e.values?e.values.map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(r," @").concat(n)})):[],copyValue:p(e.metric)}})),n="Value"===c,r=m.findIndex((function(e){return e.key===c}));return n||-1!==r?e.sort((function(e,t){var i=n?Number(e.value):e.metadata[r],a=n?Number(t.value):t.metadata[r];return("asc"===d?ia)?-1:1})):e}),[m,t,c,d,o]),_=(0,r.useMemo)((function(){return y.some((function(e){return e.copyValue}))}),[y]),b=function(e){return function(){!function(e){h((function(t){return"asc"===t&&c===e?"desc":"asc"})),s(e)}(e)}};return y.length?Qt("div",{className:qr()({"vm-table-view":!0,"vm-table-view_mobile":a}),children:Qt("table",{className:"vm-table",ref:l,children:[Qt("thead",{className:"vm-table-header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:[m.map((function(e,t){return Qt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:b(e.key),children:Qt("div",{className:"vm-table-cell__content",children:[e.key,Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":c===e.key,"vm-table__sort-icon_desc":"desc"===d&&c===e.key}),children:Qt(fr,{})})]})},t)})),Qt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_right vm-table-cell_sort",onClick:b("Value"),children:Qt("div",{className:"vm-table-cell__content",children:[Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":"Value"===c,"vm-table__sort-icon_desc":"desc"===d}),children:Qt(fr,{})}),"Value"]})}),_&&Qt("td",{className:"vm-table-cell vm-table-cell_header"})]})}),Qt("tbody",{className:"vm-table-body",children:y.map((function(e,t){return Qt("tr",{className:"vm-table__row",children:[e.metadata.map((function(e,n){return Qt("td",{className:qr()({"vm-table-cell vm-table-cell_no-wrap":!0,"vm-table-cell_gray":y[t-1]&&y[t-1].metadata[n]===e}),children:e},n)})),Qt("td",{className:"vm-table-cell vm-table-cell_right vm-table-cell_no-wrap",children:e.values.length?e.values.map((function(e){return Qt("p",{children:e},e)})):e.value}),_&&Qt("td",{className:"vm-table-cell vm-table-cell_right",children:e.copyValue&&Qt("div",{className:"vm-table-cell__content",children:Qt(Ri,{title:"Copy row",children:Qt(Ni,{variant:"text",color:"gray",size:"small",startIcon:Qt(Ar,{}),onClick:(n=e.copyValue,ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,i(n,"Row has been copied");case 2:case"end":return e.stop()}}),e)})))),ariaLabel:"copy row"})})})})]},t);var n}))})]})}):Qt(bi,{variant:"warning",children:"No data to show"})},xd=function(e){var t=e.text,n=e.href,r=e.children,i=e.colored,a=void 0===i||i,o=e.underlined,l=void 0!==o&&o,u=e.withIcon,c=void 0!==u&&u;return Qt("a",{href:n,className:qr()({"vm-link":!0,"vm-link_colored":a,"vm-link_underlined":l,"vm-link_with-icon":c}),target:"_blank",rel:"noreferrer",children:t||r})},Cd=Qt(xd,{text:"last_over_time",href:"https://docs.victoriametrics.com/MetricsQL.html#last_over_time",underlined:!0}),Sd=Qt(xd,{text:"instant query",href:"https://docs.victoriametrics.com/keyConcepts.html#instant-query",underlined:!0}),Ed=function(){return Qt("div",{children:[Qt("p",{children:["This tab shows ",Sd," results for the last 5 minutes ending at the selected time range."]}),Qt("p",{children:["Please wrap the query into ",Cd," if you need results over arbitrary lookbehind interval."]})]})},Ad=function(){var e=ci(),t=e.displayType,n=e.isTracingEnabled,i=Kn().query,a=zn().period,o=jn(),l=yi().isMobile;!function(){var e=Gt().tenantId,t=ci().displayType,n=Kn().query,i=zn(),a=i.duration,o=i.relativeTime,l=i.period,u=l.date,c=l.step,s=mi().customStep,f=v(ut(),2)[1],d=function(){var r={};n.forEach((function(n,i){var l,f="g".concat(i);r["".concat(f,".expr")]=n,r["".concat(f,".range_input")]=a,r["".concat(f,".end_input")]=u,r["".concat(f,".tab")]=(null===(l=ti.find((function(e){return e.value===t})))||void 0===l?void 0:l.prometheusCode)||0,r["".concat(f,".relative_time")]=o,r["".concat(f,".tenantID")]=e,c!==s&&s&&(r["".concat(f,".step_input")]=s)})),f(_d(r))};(0,r.useEffect)(d,[e,t,n,a,o,u,c,s]),(0,r.useEffect)(d,[])}();var u=v((0,r.useState)(),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=v((0,r.useState)([]),2),p=m[0],g=m[1],_=v((0,r.useState)(!i[0]),2),b=_[0],w=_[1],D=Mi(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=mi(),E=S.customStep,A=S.yaxis,N=pi(),M=od({visible:!0,customStep:E,hideQuery:p,showAllSeries:k}),F=M.isLoading,T=M.liveData,O=M.graphData,L=M.error,P=M.queryErrors,I=M.setQueryErrors,R=M.queryStats,B=M.warning,z=M.traces,j=M.isHistogram,H=function(e){N({type:"SET_YAXIS_LIMITS",payload:e})},$=(0,r.useMemo)((function(){return bd(T||[]).map((function(e){return e.key}))}),[T]),V=ci().tableCompact,Y=si();return Jr("popstate",(function(){return window.location.reload()})),(0,r.useEffect)((function(){z&&h([].concat(y(d),y(z)))}),[z]),(0,r.useEffect)((function(){h([])}),[t]),(0,r.useEffect)(C,[i]),(0,r.useEffect)((function(){N({type:"SET_IS_HISTOGRAM",payload:j})}),[O]),Qt("div",{className:qr()({"vm-custom-panel":!0,"vm-custom-panel_mobile":l}),children:[Qt(td,{queryErrors:b?[]:P,setQueryErrors:I,setHideError:w,stats:R,onHideQuery:function(e){g(e)},onRunQuery:function(){w(!1)}}),n&&Qt("div",{className:"vm-custom-panel__trace",children:Qt(pd,{traces:d,onDeleteClick:function(e){var t=d.filter((function(t){return t.idValue!==e.idValue}));h(y(t))}})}),F&&Qt(fd,{}),!b&&L&&Qt(bi,{variant:"error",children:L}),!(null!==T&&void 0!==T&&T.length)&&"chart"!==t&&Qt(bi,{variant:"info",children:Qt(Ed,{})}),B&&Qt(bi,{variant:"warning",children:Qt("div",{className:qr()({"vm-custom-panel__warning":!0,"vm-custom-panel__warning_mobile":l}),children:[Qt("p",{children:B}),Qt(Ni,{color:"warning",variant:"outlined",onClick:x,children:"Show all"})]})}),Qt("div",{className:qr()({"vm-custom-panel-body":!0,"vm-custom-panel-body_mobile":l,"vm-block":!0,"vm-block_mobile":l}),children:[Qt("div",{className:"vm-custom-panel-body-header",children:[Qt(ni,{}),"chart"===t&&Qt("div",{className:"vm-custom-panel-body-header__left",children:[Qt($i,{}),Qt(sd,{yaxis:A,setYaxisLimits:H,toggleEnableLimits:function(){N({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}})]}),"table"===t&&Qt(yd,{columns:$,defaultColumns:c,onChangeColumns:s,tableCompact:V,toggleTableCompact:function(){Y({type:"TOGGLE_TABLE_COMPACT"})}})]}),O&&a&&"chart"===t&&Qt(Rs,{data:O,period:a,customStep:E,query:i,yaxis:A,setYaxisLimits:H,setPeriod:function(e){var t=e.from,n=e.to;o({type:"SET_PERIOD",payload:{from:t,to:n}})},height:l?.5*window.innerHeight:500,isHistogram:j}),T&&"code"===t&&Qt(ld,{data:T}),T&&"table"===t&&Qt(kd,{data:T,displayColumns:c})]})]})},Nd=function(e){var t=e.title,n=e.description,i=e.unit,a=e.expr,o=e.showLegend,l=e.filename,u=e.alias,c=yi().isMobile,s=zn().period,f=mi().customStep,d=jn(),h=(0,r.useRef)(null),m=v((0,r.useState)(!1),2),p=m[0],g=m[1],y=v((0,r.useState)({limits:{enable:!1,range:{1:[0,0]}}}),2),_=y[0],b=y[1],w=(0,r.useMemo)((function(){return Array.isArray(a)&&a.every((function(e){return e}))}),[a]),D=od({predefinedQuery:w?a:[],display:"chart",visible:p,customStep:f}),k=D.isLoading,x=D.graphData,C=D.error,S=D.warning,E=function(e){var t=dt({},_);t.limits.range=e,b(t)};return(0,r.useEffect)((function(){var e=new IntersectionObserver((function(e){e.forEach((function(e){return g(e.isIntersecting)}))}),{threshold:.1});return h.current&&e.observe(h.current),function(){h.current&&e.unobserve(h.current)}}),[h]),w?Qt("div",{className:"vm-predefined-panel",ref:h,children:[Qt("div",{className:"vm-predefined-panel-header",children:[Qt(Ri,{title:Qt((function(){return Qt("div",{className:"vm-predefined-panel-header__description vm-default-styles",children:[n&&Qt(qt.HY,{children:[Qt("div",{children:[Qt("span",{children:"Description:"}),Qt("div",{dangerouslySetInnerHTML:{__html:Rf.parse(n)}})]}),Qt("hr",{})]}),Qt("div",{children:[Qt("span",{children:"Queries:"}),Qt("div",{children:a.map((function(e,t){return Qt("div",{children:e},"".concat(t,"_").concat(e))}))})]})]})}),{}),children:Qt("div",{className:"vm-predefined-panel-header__info",children:Qt(ar,{})})}),Qt("h3",{className:"vm-predefined-panel-header__title",children:t||""}),Qt(sd,{yaxis:_,setYaxisLimits:E,toggleEnableLimits:function(){var e=dt({},_);e.limits.enable=!e.limits.enable,b(e)}})]}),Qt("div",{className:"vm-predefined-panel-body",children:[k&&Qt(fd,{}),C&&Qt(bi,{variant:"error",children:C}),S&&Qt(bi,{variant:"warning",children:S}),x&&Qt(Rs,{data:x,period:s,customStep:f,query:a,yaxis:_,unit:i,alias:u,showLegend:o,setYaxisLimits:E,setPeriod:function(e){var t=e.from,n=e.to;d({type:"SET_PERIOD",payload:{from:t,to:n}})},fullWidth:!1,height:c?.5*window.innerHeight:500})]})]}):Qt(bi,{variant:"error",children:[Qt("code",{children:'"expr"'})," not found. Check the configuration file ",Qt("b",{children:l}),"."]})},Md=function(e){var t=e.index,n=e.title,i=e.panels,a=e.filename,o=Xr(),l=(0,r.useMemo)((function(){return o.width/12}),[o]),u=v((0,r.useState)(!t),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1];(0,r.useEffect)((function(){h(i&&i.map((function(e){return e.width||12})))}),[i]);var m=v((0,r.useState)({start:0,target:0,enable:!1}),2),p=m[0],g=m[1],y=(0,r.useCallback)((function(e){if(p.enable){var t=p.start,n=Math.ceil((t-e.clientX)/l);if(!(Math.abs(n)>=12)){var r=d.map((function(e,t){return e-(t===p.target?n:0)}));h(r)}}}),[p,l]),_=(0,r.useCallback)((function(){g(dt(dt({},p),{},{enable:!1}))}),[p]),b=function(e){return function(t){!function(e,t){g({start:e.clientX,target:t,enable:!0})}(t,e)}};return Jr("mousemove",y),Jr("mouseup",_),Qt("div",{className:"vm-predefined-dashboard",children:Qt(Ia,{defaultExpanded:c,onChange:function(e){return s(e)},title:Qt((function(){return Qt("div",{className:qr()({"vm-predefined-dashboard-header":!0,"vm-predefined-dashboard-header_open":c}),children:[(n||a)&&Qt("span",{className:"vm-predefined-dashboard-header__title",children:n||"".concat(t+1,". ").concat(a)}),i&&Qt("span",{className:"vm-predefined-dashboard-header__count",children:["(",i.length," panels)"]})]})}),{}),children:Qt("div",{className:"vm-predefined-dashboard-panels",children:Array.isArray(i)&&i.length?i.map((function(e,t){return Qt("div",{className:"vm-predefined-dashboard-panels-panel vm-block vm-block_empty-padding",style:{gridColumn:"span ".concat(d[t])},children:[Qt(Nd,{title:e.title,description:e.description,unit:e.unit,expr:e.expr,alias:e.alias,filename:a,showLegend:e.showLegend}),Qt("button",{className:"vm-predefined-dashboard-panels-panel__resizer",onMouseDown:b(t),"aria-label":"resize the panel"})]},t)})):Qt("div",{className:"vm-predefined-dashboard-panels-panel__alert",children:Qt(bi,{variant:"error",children:[Qt("code",{children:'"panels"'})," not found. Check the configuration file ",Qt("b",{children:a}),"."]})})})})})},Fd=function(){!function(){var e=zn(),t=e.duration,n=e.relativeTime,i=e.period.date,a=mi().customStep,o=Na().setSearchParamsFromKeys,l=function(){var e,r=_d((st(e={},"g0.range_input",t),st(e,"g0.end_input",i),st(e,"g0.step_input",a),st(e,"g0.relative_time",n),e));o(r)};(0,r.useEffect)(l,[t,n,i,a]),(0,r.useEffect)(l,[])}();var e=yi().isMobile,t=Ci(),n=t.dashboardsSettings,i=t.dashboardsLoading,a=t.dashboardsError,o=v((0,r.useState)(0),2),l=o[0],u=o[1],c=(0,r.useMemo)((function(){return n.map((function(e,t){return{label:e.title||"",value:t}}))}),[n]),s=(0,r.useMemo)((function(){return n[l]||{}}),[n,l]),f=(0,r.useMemo)((function(){return null===s||void 0===s?void 0:s.rows}),[s]),d=(0,r.useMemo)((function(){return s.title||s.filename||""}),[s]),h=(0,r.useMemo)((function(){return Array.isArray(f)&&!!f.length}),[f]),m=function(e){return function(){!function(e){u(e)}(e)}};return Qt("div",{className:"vm-predefined-panels",children:[i&&Qt(fd,{}),!n.length&&a&&Qt(bi,{variant:"error",children:a}),!n.length&&Qt(bi,{variant:"info",children:"Dashboards not found"}),c.length>1&&Qt("div",{className:qr()({"vm-predefined-panels-tabs":!0,"vm-predefined-panels-tabs_mobile":e}),children:c.map((function(e){return Qt("div",{className:qr()({"vm-predefined-panels-tabs__tab":!0,"vm-predefined-panels-tabs__tab_active":e.value==l}),onClick:m(e.value),children:e.label},e.value)}))}),Qt("div",{className:"vm-predefined-panels__dashboards",children:[h&&f.map((function(e,t){return Qt(Md,{index:t,filename:d,title:e.title,panels:e.panels},"".concat(l,"_").concat(t))})),!!n.length&&!h&&Qt(bi,{variant:"error",children:[Qt("code",{children:'"rows"'})," not found. Check the configuration file ",Qt("b",{children:d}),"."]})]})]})},Td=function(e,t){var n=t.match?"&match[]="+encodeURIComponent(t.match):"",r=t.focusLabel?"&focusLabel="+encodeURIComponent(t.focusLabel):"";return"".concat(e,"/api/v1/status/tsdb?topN=").concat(t.topN,"&date=").concat(t.date).concat(n).concat(r)},Od=function(){function e(){_(this,e),this.tsdbStatus=void 0,this.tabsNames=void 0,this.isPrometheus=void 0,this.tsdbStatus=this.defaultTSDBStatus,this.tabsNames=["table","graph"],this.isPrometheus=!1,this.getDefaultState=this.getDefaultState.bind(this)}return k(e,[{key:"tsdbStatusData",get:function(){return this.tsdbStatus},set:function(e){this.isPrometheus=!(null===e||void 0===e||!e.headStats),this.tsdbStatus=e}},{key:"defaultTSDBStatus",get:function(){return{totalSeries:0,totalSeriesPrev:0,totalSeriesByAll:0,totalLabelValuePairs:0,seriesCountByMetricName:[],seriesCountByLabelName:[],seriesCountByFocusLabelValue:[],seriesCountByLabelValuePair:[],labelValueCountByLabelName:[]}}},{key:"isPrometheusData",get:function(){return this.isPrometheus}},{key:"keys",value:function(e,t){var n=e&&/__name__=".+"/.test(e),r=e&&/{.+=".+"}/g.test(e),i=e&&/__name__=".+", .+!=""/g.test(e),a=[];return a=t||i?a.concat("seriesCountByFocusLabelValue"):n?a.concat("labelValueCountByLabelName"):r?a.concat("seriesCountByMetricName","seriesCountByLabelName"):a.concat("seriesCountByMetricName","seriesCountByLabelName","seriesCountByLabelValuePair","labelValueCountByLabelName"),a}},{key:"getDefaultState",value:function(e,t){var n=this;return this.keys(e,t).reduce((function(e,t){return dt(dt({},e),{},{tabs:dt(dt({},e.tabs),{},st({},t,n.tabsNames)),containerRefs:dt(dt({},e.containerRefs),{},st({},t,(0,r.useRef)(null)))})}),{tabs:{},containerRefs:{}})}},{key:"sectionsTitles",value:function(e){return{seriesCountByMetricName:"Metric names with the highest number of series",seriesCountByLabelName:"Labels with the highest number of series",seriesCountByFocusLabelValue:'Values for "'.concat(e,'" label with the highest number of series'),seriesCountByLabelValuePair:"Label=value pairs with the highest number of series",labelValueCountByLabelName:"Labels with the highest number of unique values"}}},{key:"sectionsTips",get:function(){return{seriesCountByMetricName:"\n

    \n This table returns a list of metrics with the highest cardinality.\n The cardinality of a metric is the number of time series associated with that metric,\n where each time series is defined as a unique combination of key-value label pairs.\n

    \n

    \n When looking to reduce the number of active series in your data source,\n you can start by inspecting individual metrics with high cardinality\n (i.e. that have lots of active time series associated with them),\n since that single metric contributes a large fraction of the series that make up your total series count.\n

    ",seriesCountByLabelName:"\n

    \n This table returns a list of the labels with the highest number of series.\n

    \n

    \n Use this table to identify labels that are storing dimensions with high cardinality\n (many different label values).\n

    \n

    \n It is recommended to choose labels such that they have a finite set of values,\n since every unique combination of key-value label pairs creates a new time series\n and therefore can dramatically increase the number of time series in your system.\n

    ",seriesCountByFocusLabelValue:"\n

    \n This table returns a list of unique label values per selected label.\n

    \n

    \n Use this table to identify label values that are storing per each selected series.\n

    ",labelValueCountByLabelName:"\n

    \n This table returns a list of labels with the highest number of the unique values.\n

    \n ",seriesCountByLabelValuePair:"\n

    \n This table returns a list of the label values pairs with the highest number of series.\n

    \n

    \n Use this table to identify unique label values pairs. This helps to identify same labels \n is applied to count timeseries in your system, since every unique combination of key-value label pairs \n creates a new time series and therefore can dramatically increase the number of time series in your system\n

    "}}},{key:"tablesHeaders",get:function(){return{seriesCountByMetricName:Ld,seriesCountByLabelName:Pd,seriesCountByFocusLabelValue:Id,seriesCountByLabelValuePair:Rd,labelValueCountByLabelName:Bd}}},{key:"totalSeries",value:function(e){return"labelValueCountByLabelName"===e?-1:arguments.length>1&&void 0!==arguments[1]&&arguments[1]?this.tsdbStatus.totalSeriesPrev:this.tsdbStatus.totalSeries}}]),e}(),Ld=[{id:"name",label:"Metric name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of a metric to the total number of series"},{id:"action",label:""}],Pd=[{id:"name",label:"Label name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of the label to the total number of series"},{id:"action",label:""}],Id=[{id:"name",label:"Label value"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total"},{disablePadding:!1,id:"action",label:"",numeric:!1}],Rd=[{id:"name",label:"Label=value pair"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of the label value pair to the total number of series"},{id:"action",label:""}],Bd=[{id:"name",label:"Label name"},{id:"value",label:"Number of unique values"},{id:"action",label:""}],zd={seriesCountByMetricName:function(e){var t=e.query;return jd("__name__",t)},seriesCountByLabelName:function(e){var t=e.query;return"{".concat(t,'!=""}')},seriesCountByFocusLabelValue:function(e){var t=e.query,n=e.focusLabel;return jd(n,t)},seriesCountByLabelValuePair:function(e){var t=e.query.split("="),n=t[0],r=t.slice(1).join("=");return jd(n,r)},labelValueCountByLabelName:function(e){var t=e.query,n=e.match;return""===n?"{".concat(t,'!=""}'):"".concat(n.replace("}",""),", ").concat(t,'!=""}')}},jd=function(e,t){return e?"{"+e+"="+JSON.stringify(t)+"}":""},Hd=function(e){var t,n=e.totalSeries,r=void 0===n?0:n,i=e.totalSeriesPrev,a=void 0===i?0:i,o=e.totalSeriesAll,l=void 0===o?0:o,u=e.seriesCountByMetricName,c=void 0===u?[]:u,s=e.isPrometheus,f=yi().isMobile,d=v(ut(),1)[0],h=d.get("match"),m=d.get("focusLabel"),p=/__name__/.test(h||""),g=(null===(t=c[0])||void 0===t?void 0:t.value)/l*100,y=r-a,_=Math.abs(y)/a*100,b=[{title:"Total series",value:r.toLocaleString("en-US"),dynamic:r&&a&&!s?"".concat(_.toFixed(2),"%"):"",display:!m,info:'The total number of active time series. \n A time series is uniquely identified by its name plus a set of its labels. \n For example, temperature{city="NY",country="US"} and temperature{city="SF",country="US"} \n are two distinct series, since they differ by the city label.'},{title:"Percentage from total",value:isNaN(g)?"-":"".concat(g.toFixed(2),"%"),display:p,info:"The share of these series in the total number of time series."}].filter((function(e){return e.display}));return b.length?Qt("div",{className:qr()({"vm-cardinality-totals":!0,"vm-cardinality-totals_mobile":f}),children:b.map((function(e){var t=e.title,n=e.value,r=e.info,i=e.dynamic;return Qt("div",{className:"vm-cardinality-totals-card",children:[Qt("h4",{className:"vm-cardinality-totals-card__title",children:[t,r&&Qt(Ri,{title:Qt("p",{className:"vm-cardinality-totals-card__tooltip",children:r}),children:Qt("div",{className:"vm-cardinality-totals-card__info-icon",children:Qt(ar,{})})})]}),Qt("span",{className:"vm-cardinality-totals-card__value",children:n}),!!i&&Qt(Ri,{title:"in relation to the previous day: ".concat(a.toLocaleString("en-US")),children:Qt("span",{className:qr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":y<0,"vm-dynamic-number_negative vm-dynamic-number_up":y>0}),children:i})})]},t)}))}):null},$d=function(e,t){var n=v(ut(),1)[0],i=n.get(t)?n.get(t):e,a=v((0,r.useState)(i),2),o=a[0],l=a[1];return(0,r.useEffect)((function(){i!==o&&l(i)}),[i]),[o,l]},Vd=["isPrometheus","isCluster"],Yd=function(e){var t=e.isPrometheus,n=e.isCluster,i=Wr(e,Vd),a=yi().isMobile,o=v(ut(),1)[0],l=Na().setSearchParamsFromKeys,u=o.get("tips")||"",c=v($d("","match"),2),s=c[0],f=c[1],d=v($d("","focusLabel"),2),h=d[0],m=d[1],p=v($d(10,"topN"),2),g=p[0],y=p[1],_=(0,r.useMemo)((function(){return g<0?"Number must be bigger than zero":""}),[g]),b=function(){l({match:s,topN:g,focusLabel:h})};return(0,r.useEffect)((function(){var e=o.get("match"),t=+(o.get("topN")||10),n=o.get("focusLabel");e!==s&&f(e||""),t!==g&&y(t),n!==h&&m(n||"")}),[o]),Qt("div",{className:qr()({"vm-cardinality-configurator":!0,"vm-cardinality-configurator_mobile":a,"vm-block":!0,"vm-block_mobile":a}),children:[Qt("div",{className:"vm-cardinality-configurator-controls",children:[Qt("div",{className:"vm-cardinality-configurator-controls__query",children:Qt(ua,{label:"Time series selector",type:"string",value:s,onChange:f,onEnter:b})}),Qt("div",{className:"vm-cardinality-configurator-controls__item",children:Qt(ua,{label:"Focus label",type:"text",value:h||"",onChange:m,onEnter:b,endIcon:Qt(Ri,{title:Qt("div",{children:Qt("p",{children:"To identify values with the highest number of series for the selected label."})}),children:Qt(Or,{})})})}),Qt("div",{className:"vm-cardinality-configurator-controls__item vm-cardinality-configurator-controls__item_limit",children:Qt(ua,{label:"Limit entries",type:"number",value:t?10:g,error:_,disabled:t,helperText:t?"not available for Prometheus":"",onChange:function(e){var t=+e;y(isNaN(t)?0:t)},onEnter:b})})]}),Qt("div",{className:"vm-cardinality-configurator-bottom",children:[Qt(Hd,dt({isPrometheus:t,isCluster:n},i)),n&&Qt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Qt(xd,{href:"https://docs.victoriametrics.com/#cardinality-explorer-statistic-inaccurancy",withIcon:!0,children:[Qt(Fr,{}),"Statistic inaccuracy explanation"]})}),Qt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Qt(xd,{href:"https://docs.victoriametrics.com/#cardinality-explorer",withIcon:!0,children:[Qt(Fr,{}),"Documentation"]})}),Qt("div",{className:"vm-cardinality-configurator-bottom__execute",children:[Qt(Ri,{title:u?"Hide tips":"Show tips",children:Qt(Ni,{variant:"text",color:u?"warning":"gray",startIcon:Qt(Rr,{}),onClick:function(){var e=o.get("tips")||"";l({tips:e?"":"true"})},ariaLabel:"visibility tips"})}),Qt(Ni,{variant:"text",startIcon:Qt(ir,{}),onClick:function(){l({match:"",focusLabel:""})},children:"Reset"}),Qt(Ni,{startIcon:Qt(vr,{}),onClick:b,children:"Execute Query"})]})]})]})};function Ud(e){var t=e.order,n=e.orderBy,r=e.onRequestSort,i=e.headerCells;return Qt("thead",{className:"vm-table-header vm-cardinality-panel-table__header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:i.map((function(e){return Qt("th",{className:qr()({"vm-table-cell vm-table-cell_header":!0,"vm-table-cell_sort":"action"!==e.id&&"percentage"!==e.id,"vm-table-cell_right":"action"===e.id}),onClick:(i=e.id,function(e){r(e,i)}),children:Qt("div",{className:"vm-table-cell__content",children:[e.info?Qt(Ri,{title:e.info,children:[Qt("div",{className:"vm-metrics-content-header__tip-icon",children:Qt(ar,{})}),e.label]}):Qt(qt.HY,{children:e.label}),"action"!==e.id&&"percentage"!==e.id&&Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":n===e.id,"vm-table__sort-icon_desc":"desc"===t&&n===e.id}),children:Qt(fr,{})})]})},e.id);var i}))})})}var qd=["date","timestamp","time"];function Wd(e,t,n){var r=e[n],i=t[n],o=qd.includes("".concat(n))?a()("".concat(r)).unix():r,l=qd.includes("".concat(n))?a()("".concat(i)).unix():i;return lo?1:0}function Qd(e,t){return"desc"===e?function(e,n){return Wd(e,n,t)}:function(e,n){return-Wd(e,n,t)}}function Zd(e,t){var n=e.map((function(e,t){return[e,t]}));return n.sort((function(e,n){var r=t(e[0],n[0]);return 0!==r?r:e[1]-n[1]})),n.map((function(e){return e[0]}))}var Gd=function(e){var t=e.rows,n=e.headerCells,i=e.defaultSortColumn,a=e.tableCells,o=v((0,r.useState)("desc"),2),l=o[0],u=o[1],c=v((0,r.useState)(i),2),s=c[0],f=c[1],d=Zd(t,Qd(l,s));return Qt("table",{className:"vm-table vm-cardinality-panel-table",children:[Qt(Ud,{order:l,orderBy:s,onRequestSort:function(e,t){u(s===t&&"asc"===l?"desc":"asc"),f(t)},rowCount:t.length,headerCells:n}),Qt("tbody",{className:"vm-table-header",children:d.map((function(e){return Qt("tr",{className:"vm-table__row",children:a(e)},e.name)}))})]})},Kd=function(e){var t=e.row,n=e.totalSeries,r=e.totalSeriesPrev,i=e.onActionClick,a=n>0?t.value/n*100:-1,o=r>0?t.valuePrev/r*100:-1,l=[a,o].some((function(e){return-1===e})),u=a-o,c=l?"":"".concat(u.toFixed(2),"%"),s=function(){i(t.name)};return Qt(qt.HY,{children:[Qt("td",{className:"vm-table-cell",children:Qt("span",{className:"vm-link vm-link_colored",onClick:s,children:t.name})},t.name),Qt("td",{className:"vm-table-cell",children:[t.value,!!t.diff&&Qt(Ri,{title:"in relation to the previous day: ".concat(t.valuePrev),children:Qt("span",{className:qr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive":t.diff<0,"vm-dynamic-number_negative":t.diff>0}),children:["\xa0",t.diff>0?"+":"",t.diff]})})]},t.value),a>0&&Qt("td",{className:"vm-table-cell",children:Qt("div",{className:"vm-cardinality-panel-table__progress",children:[Qt(dd,{value:a}),c&&Qt(Ri,{title:"in relation to the previous day",children:Qt("span",{className:qr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":u<0,"vm-dynamic-number_negative vm-dynamic-number_up":u>0}),children:c})})]})},t.progressValue),Qt("td",{className:"vm-table-cell vm-table-cell_right",children:Qt("div",{className:"vm-table-cell__content",children:Qt(Ri,{title:"Filter by ".concat(t.name),children:Qt(Ni,{variant:"text",size:"small",onClick:s,children:Qt(gr,{})})})})},"action")]})},Jd=function(e){var t=e.data,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)([0,0]),2),l=o[0],u=o[1];return(0,r.useEffect)((function(){var e=t.sort((function(e,t){return t.value-e.value})),n=function(e){var t=e.map((function(e){return e.value})),n=Math.ceil(t[0]||1),r=n/9;return new Array(11).fill(n+r).map((function(e,t){return Math.round(e-r*t)}))}(e);u(n),a(e.map((function(e){return dt(dt({},e),{},{percentage:e.value/n[0]*100})})))}),[t]),Qt("div",{className:"vm-simple-bar-chart",children:[Qt("div",{className:"vm-simple-bar-chart-y-axis",children:l.map((function(e){return Qt("div",{className:"vm-simple-bar-chart-y-axis__tick",children:e},e)}))}),Qt("div",{className:"vm-simple-bar-chart-data",children:i.map((function(e){var t=e.name,n=e.value,r=e.percentage;return Qt(Ri,{title:"".concat(t,": ").concat(n),placement:"top-center",children:Qt("div",{className:"vm-simple-bar-chart-data-item",style:{maxHeight:"".concat(r||0,"%")}})},"".concat(t,"_").concat(n))}))})]})},Xd=function(e){var t=e.rows,n=e.tabs,i=void 0===n?[]:n,a=e.chartContainer,o=e.totalSeries,l=e.totalSeriesPrev,u=e.onActionClick,c=e.sectionTitle,s=e.tip,f=e.tableHeaderCells,d=e.isPrometheus,h=yi().isMobile,m=v((0,r.useState)("table"),2),p=m[0],g=m[1],y=d&&!t.length,_=(0,r.useMemo)((function(){return i.map((function(e,t){return{value:e,label:e,icon:Qt(0===t?_r:yr,{})}}))}),[i]);return Qt("div",{className:qr()({"vm-metrics-content":!0,"vm-metrics-content_mobile":h,"vm-block":!0,"vm-block_mobile":h}),children:[Qt("div",{className:"vm-metrics-content-header vm-section-header",children:[Qt("h5",{className:qr()({"vm-metrics-content-header__title":!0,"vm-section-header__title":!0,"vm-section-header__title_mobile":h}),children:[!h&&s&&Qt(Ri,{title:Qt("p",{dangerouslySetInnerHTML:{__html:s},className:"vm-metrics-content-header__tip"}),children:Qt("div",{className:"vm-metrics-content-header__tip-icon",children:Qt(ar,{})})}),c]}),Qt("div",{className:"vm-section-header__tabs",children:Qt(ei,{activeItem:p,items:_,onChange:g})})]}),y&&Qt("div",{className:"vm-metrics-content-prom-data",children:[Qt("div",{className:"vm-metrics-content-prom-data__icon",children:Qt(ar,{})}),Qt("h3",{className:"vm-metrics-content-prom-data__title",children:"Prometheus Data Limitation"}),Qt("p",{className:"vm-metrics-content-prom-data__text",children:["Due to missing data from your Prometheus source, some tables may appear empty.",Qt("br",{}),"This does not indicate an issue with your system or our tool."]})]}),!y&&"table"===p&&Qt("div",{ref:a,className:qr()({"vm-metrics-content__table":!0,"vm-metrics-content__table_mobile":h}),children:Qt(Gd,{rows:t,headerCells:f,defaultSortColumn:"value",tableCells:function(e){return Qt(Kd,{row:e,totalSeries:o,totalSeriesPrev:l,onActionClick:u})}})}),!y&&"graph"===p&&Qt("div",{className:"vm-metrics-content__chart",children:Qt(Jd,{data:t.map((function(e){return{name:e.name,value:e.value}}))})})]})},eh=function(e){var t=e.title,n=e.children;return Qt("div",{className:"vm-cardinality-tip",children:[Qt("div",{className:"vm-cardinality-tip-header",children:[Qt("div",{className:"vm-cardinality-tip-header__tip-icon",children:Qt(Rr,{})}),Qt("h4",{className:"vm-cardinality-tip-header__title",children:t||"Tips"})]}),Qt("p",{className:"vm-cardinality-tip__description",children:n})]})},th=function(){return Qt(eh,{title:"Metrics with a high number of series",children:Qt("ul",{children:[Qt("li",{children:["Identify and eliminate labels with frequently changed values to reduce their\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-cardinality",children:"cardinality"}),"\xa0and\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate",children:"high churn rate"})]}),Qt("li",{children:["Find unused time series and\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"drop entire metrics"})]}),Qt("li",{children:["Aggregate time series before they got ingested into the database via\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/stream-aggregation.html",children:"streaming aggregation"})]})]})})},nh=function(){return Qt(eh,{title:"Labels with a high number of unique values",children:Qt("ul",{children:[Qt("li",{children:"Decrease the number of unique label values to reduce cardinality"}),Qt("li",{children:["Drop the label entirely via\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"relabeling"})]}),Qt("li",{children:"For volatile label values (such as URL path, user session, etc.) consider printing them to the log file instead of adding to time series"})]})})},rh=function(){return Qt(eh,{title:"Dashboard of a single metric",children:[Qt("p",{children:"This dashboard helps to understand the cardinality of a single metric."}),Qt("p",{children:"Each time series is a unique combination of key-value label pairs. Therefore a label key with many values can create a lot of time series for a particular metric. If you\u2019re trying to decrease the cardinality of a metric, start by looking at the labels with the highest number of values."}),Qt("p",{children:"Use the series selector at the top of the page to apply additional filters."})]})},ih=function(){return Qt(eh,{title:"Dashboard of a label",children:[Qt("p",{children:"This dashboard helps you understand the count of time series per label."}),Qt("p",{children:"Use the selector at the top of the page to pick a label name you\u2019d like to inspect. For the selected label name, you\u2019ll see the label values that have the highest number of series associated with them. So if you\u2019ve chosen `instance` as your label name, you may see that `657` time series have value \u201chost-1\u201d attached to them and `580` time series have value `host-2` attached to them."}),Qt("p",{children:"This can be helpful in allowing you to determine where the bulk of your time series are coming from. If the label \u201cinstance=host-1\u201d was applied to 657 series and the label \u201cinstance=host-2\u201d was only applied to 580 series, you\u2019d know, for example, that host-01 was responsible for sending the majority of the time series."})]})},ah=function(){var e=yi().isMobile,t=v(ut(),1)[0],n=Na().setSearchParamsFromKeys,i=t.get("tips")||"",o=t.get("match")||"",l=t.get("focusLabel")||"",u=function(){var e=new Od,t=v(ut(),1)[0],n=t.get("match"),i=t.get("focusLabel"),o=+(t.get("topN")||10),l=t.get("date")||a()().tz().format(Xt),u=da(l),c=Gt().serverUrl,s=v((0,r.useState)(!1),2),f=s[0],d=s[1],h=v((0,r.useState)(),2),m=h[0],p=h[1],g=v((0,r.useState)(e.defaultTSDBStatus),2),y=g[0],_=g[1],b=v((0,r.useState)(!1),2),w=b[0],D=b[1],k=function(){var e=ea(Ji().mark((function e(t){var n;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch(t);case 2:if(!(n=e.sent).ok){e.next=7;break}return e.next=6,n.json();case 6:return e.abrupt("return",e.sent);case 7:throw new Error("Request failed with status ".concat(n.status));case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),x=function(e,t){Object.keys(e).forEach((function(n){var r=n,i=e[r],a=t[r];Array.isArray(i)&&Array.isArray(a)&&i.forEach((function(e){var t,n=null===(t=a.find((function(t){return t.name===e.name})))||void 0===t?void 0:t.value;e.diff=n?e.value-n:0,e.valuePrev=n||0}))}))},C=function(){var t=ea(Ji().mark((function t(r){var i,o,s,f,h,m,g,b,w,D,C,S,E,A,N,M,F,T,O,L,P,I,R;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(c){t.next=2;break}return t.abrupt("return");case 2:return p(""),d(!0),_(e.defaultTSDBStatus),i=dt(dt({},r),{},{date:r.date,topN:0,match:"",focusLabel:""}),o=dt(dt({},r),{},{date:a()(r.date).subtract(1,"day").tz().format(Xt)}),s=[Td(c,r),Td(c,o)],u!==l&&s.push(Td(c,i)),t.prev=9,t.next=12,Promise.all(s.map(k));case 12:A=t.sent,N=v(A,3),M=N[0],F=N[1],T=N[2],O=void 0===T?{}:T,L=dt({},F.data),P=O.data,I=dt(dt({},M.data),{},{totalSeries:(null===(f=M.data)||void 0===f?void 0:f.totalSeries)||(null===(h=M.data)||void 0===h||null===(m=h.headStats)||void 0===m?void 0:m.numSeries)||0,totalLabelValuePairs:(null===(g=M.data)||void 0===g?void 0:g.totalLabelValuePairs)||(null===(b=M.data)||void 0===b||null===(w=b.headStats)||void 0===w?void 0:w.numLabelValuePairs)||0,seriesCountByLabelName:(null===(D=M.data)||void 0===D?void 0:D.seriesCountByLabelName)||[],seriesCountByFocusLabelValue:(null===(C=M.data)||void 0===C?void 0:C.seriesCountByFocusLabelValue)||[],totalSeriesByAll:(null===P||void 0===P?void 0:P.totalSeries)||(null===P||void 0===P||null===(S=P.headStats)||void 0===S?void 0:S.numSeries)||y.totalSeriesByAll||0,totalSeriesPrev:(null===L||void 0===L?void 0:L.totalSeries)||(null===L||void 0===L||null===(E=L.headStats)||void 0===E?void 0:E.numSeries)||0}),R=null===n||void 0===n?void 0:n.replace(/[{}"]/g,""),I.seriesCountByLabelValuePair=I.seriesCountByLabelValuePair.filter((function(e){return e.name!==R})),x(I,L),_(I),d(!1),t.next=32;break;case 28:t.prev=28,t.t0=t.catch(9),d(!1),t.t0 instanceof Error&&p("".concat(t.t0.name,": ").concat(t.t0.message));case 32:case"end":return t.stop()}}),t,null,[[9,28]])})));return function(e){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){C({topN:o,match:n,date:l,focusLabel:i})}),[c,n,i,o,l]),(0,r.useEffect)((function(){m&&(_(e.defaultTSDBStatus),d(!1))}),[m]),(0,r.useEffect)((function(){var e=Dt(c);D(!!e)}),[c]),e.tsdbStatusData=y,{isLoading:f,appConfigurator:e,error:m,isCluster:w}}(),c=u.isLoading,s=u.appConfigurator,f=u.error,d=u.isCluster,h=s.tsdbStatusData,m=s.getDefaultState,p=s.tablesHeaders,g=s.sectionsTips,y=m(o,l);return Qt("div",{className:qr()({"vm-cardinality-panel":!0,"vm-cardinality-panel_mobile":e}),children:[c&&Qt(fd,{message:"Please wait while cardinality stats is calculated. \n This may take some time if the db contains big number of time series."}),Qt(Yd,{isPrometheus:s.isPrometheusData,totalSeries:h.totalSeries,totalSeriesPrev:h.totalSeriesPrev,totalSeriesAll:h.totalSeriesByAll,totalLabelValuePairs:h.totalLabelValuePairs,seriesCountByMetricName:h.seriesCountByMetricName,isCluster:d}),i&&Qt("div",{className:"vm-cardinality-panel-tips",children:[!o&&!l&&Qt(th,{}),o&&!l&&Qt(rh,{}),!o&&!l&&Qt(nh,{}),l&&Qt(ih,{})]}),f&&Qt(bi,{variant:"error",children:f}),s.keys(o,l).map((function(e){return Qt(Xd,{sectionTitle:s.sectionsTitles(l)[e],tip:g[e],rows:h[e],onActionClick:(t=e,function(e){var r={match:zd[t]({query:e,focusLabel:l,match:o})};"labelValueCountByLabelName"!==t&&"seriesCountByLabelName"!=t||(r.focusLabel=e),"seriesCountByFocusLabelValue"==t&&(r.focusLabel=""),n(r)}),tabs:y.tabs[e],chartContainer:y.containerRefs[e],totalSeriesPrev:s.totalSeries(e,!0),totalSeries:s.totalSeries(e),tableHeaderCells:p[e],isPrometheus:s.isPrometheusData},e);var t}))]})},oh=function(e){return["topByAvgDuration","topByCount","topBySumDuration"].forEach((function(t){var n=e[t];Array.isArray(n)&&n.forEach((function(e){var t=wn(1e3*e.timeRangeSeconds);e.url=function(e,t){var n,r=e.query,i=e.timeRangeSeconds,a=["g0.expr=".concat(encodeURIComponent(r))],o=null===(n=kn.find((function(e){return e.duration===t})))||void 0===n?void 0:n.id;return o&&a.push("g0.relative_time=".concat(o)),i&&a.push("g0.range_input=".concat(t)),"".concat(gt.home,"?").concat(a.join("&"))}(e,t),e.timeRange=t}))})),e},lh=function(e){var t=e.topN,n=e.maxLifetime,i=Gt().serverUrl,a=Na().setSearchParamsFromKeys,o=v((0,r.useState)(null),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return function(e,t,n){return"".concat(e,"/api/v1/status/top_queries?topN=").concat(t||"","&maxLifetime=").concat(n||"")}(i,t,n)}),[i,t,n]),g=function(){var e=ea(Ji().mark((function e(){var r,i;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),a({topN:t,maxLifetime:n}),e.prev=2,e.next=5,fetch(p);case 5:return r=e.sent,e.next=8,r.json();case 8:i=e.sent,u(r.ok?oh(i):null),m(String(i.error||"")),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(2),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[2,13]])})));return function(){return e.apply(this,arguments)}}();return{data:l,error:h,loading:s,fetch:g}},uh=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=Ms(),o=v((0,r.useState)(i||"count"),2),l=o[0],u=o[1],c=v((0,r.useState)("desc"),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return Zd(t,Qd(s,l))}),[t,l,s]),h=function(e){return function(){var t;t=e,f((function(e){return"asc"===e&&l===t?"desc":"asc"})),u(t)}},m=function(e){var t=e.query;return ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})))};return Qt("table",{className:"vm-table",children:[Qt("thead",{className:"vm-table-header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Qt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:h(e.sortBy||e.key),children:Qt("div",{className:"vm-table-cell__content",children:[e.title||e.key,Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":l===e.key,"vm-table__sort-icon_desc":"desc"===s&&l===e.key}),children:Qt(fr,{})})]})},e.key)})),Qt("th",{className:"vm-table-cell vm-table-cell_header"})," "]})}),Qt("tbody",{className:"vm-table-body",children:d.map((function(e,t){return Qt("tr",{className:"vm-table__row",children:[n.map((function(t){return Qt("td",{className:"vm-table-cell",children:e[t.key]||"-"},t.key)})),Qt("td",{className:"vm-table-cell vm-table-cell_no-padding",children:Qt("div",{className:"vm-top-queries-panels__table-actions",children:[e.url&&Qt(Ri,{title:"Execute query",children:Qt(rt,{to:e.url,target:"_blank",rel:"noreferrer","aria-disabled":!0,children:Qt(Ni,{variant:"text",size:"small",startIcon:Qt(gr,{}),ariaLabel:"execute query"})})}),Qt(Ri,{title:"Copy query",children:Qt(Ni,{variant:"text",size:"small",startIcon:Qt(Ar,{}),onClick:m(e),ariaLabel:"copy query"})})]})})]},t)}))})]})},ch=["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:Qt(0===t?_r:br,{})}})),sh=function(e){var t=e.rows,n=e.title,i=e.columns,a=e.defaultOrderBy,o=yi().isMobile,l=v((0,r.useState)(0),2),u=l[0],c=l[1];return Qt("div",{className:qr()({"vm-top-queries-panel":!0,"vm-block":!0,"vm-block_mobile":o}),children:[Qt("div",{className:qr()({"vm-top-queries-panel-header":!0,"vm-section-header":!0,"vm-top-queries-panel-header_mobile":o}),children:[Qt("h5",{className:qr()({"vm-section-header__title":!0,"vm-section-header__title_mobile":o}),children:n}),Qt("div",{className:"vm-section-header__tabs",children:Qt(ei,{activeItem:String(u),items:ch,onChange:function(e){c(+e)}})})]}),Qt("div",{className:qr()({"vm-top-queries-panel__table":!0,"vm-top-queries-panel__table_mobile":o}),children:[0===u&&Qt(uh,{rows:t,columns:i,defaultOrderBy:a}),1===u&&Qt(ld,{data:t})]})]})},fh=function(){var e=yi().isMobile,t=v($d(10,"topN"),2),n=t[0],i=t[1],o=v($d("10m","maxLifetime"),2),l=o[0],u=o[1],c=lh({topN:n,maxLifetime:l}),s=c.data,f=c.error,d=c.loading,h=c.fetch,m=(0,r.useMemo)((function(){var e=l.trim().split(" ").reduce((function(e,t){var n=pn(t);return n?dt(dt({},e),n):dt({},e)}),{});return!!a().duration(e).asMilliseconds()}),[l]),p=(0,r.useMemo)((function(){return!!n&&n<1}),[n]),g=(0,r.useMemo)((function(){return p?"Number must be bigger than zero":""}),[p]),y=(0,r.useMemo)((function(){return m?"":"Invalid duration value"}),[m]),_=function(e){if(!s)return e;var t=s[e];return"number"===typeof t?Wc(t,t,t):t||e},b=function(e){"Enter"===e.key&&h()};return(0,r.useEffect)((function(){s&&(n||i(+s.topN),l||u(s.maxLifetime))}),[s]),(0,r.useEffect)((function(){return h(),window.addEventListener("popstate",h),function(){window.removeEventListener("popstate",h)}}),[]),Qt("div",{className:qr()({"vm-top-queries":!0,"vm-top-queries_mobile":e}),children:[d&&Qt(fd,{containerStyles:{height:"500px"}}),Qt("div",{className:qr()({"vm-top-queries-controls":!0,"vm-block":!0,"vm-block_mobile":e}),children:[Qt("div",{className:"vm-top-queries-controls-fields",children:[Qt("div",{className:"vm-top-queries-controls-fields__item",children:Qt(ua,{label:"Max lifetime",value:l,error:y,helperText:"For example ".concat("30ms, 15s, 3d4h, 1y2w"),onChange:function(e){u(e)},onKeyDown:b})}),Qt("div",{className:"vm-top-queries-controls-fields__item",children:Qt(ua,{label:"Number of returned queries",type:"number",value:n||"",error:g,onChange:function(e){i(+e)},onKeyDown:b})})]}),Qt("div",{className:qr()({"vm-top-queries-controls-bottom":!0,"vm-top-queries-controls-bottom_mobile":e}),children:[Qt("div",{className:"vm-top-queries-controls-bottom__info",children:["VictoriaMetrics tracks the last\xa0",Qt(Ri,{title:"search.queryStats.lastQueriesCount",children:Qt("b",{children:_("search.queryStats.lastQueriesCount")})}),"\xa0queries with durations at least\xa0",Qt(Ri,{title:"search.queryStats.minQueryDuration",children:Qt("b",{children:_("search.queryStats.minQueryDuration")})})]}),Qt("div",{className:"vm-top-queries-controls-bottom__button",children:Qt(Ni,{startIcon:Qt(vr,{}),onClick:h,children:"Execute"})})]})]}),f&&Qt(bi,{variant:"error",children:f}),s&&Qt(qt.HY,{children:Qt("div",{className:"vm-top-queries-panels",children:[Qt(sh,{rows:s.topBySumDuration,title:"Queries with most summary time to execute",columns:[{key:"query"},{key:"sumDurationSeconds",title:"sum duration, sec"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}],defaultOrderBy:"sumDurationSeconds"}),Qt(sh,{rows:s.topByAvgDuration,title:"Most heavy queries",columns:[{key:"query"},{key:"avgDurationSeconds",title:"avg duration, sec"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}],defaultOrderBy:"avgDurationSeconds"}),Qt(sh,{rows:s.topByCount,title:"Most frequently executed queries",columns:[{key:"query"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}]})]})})]})},dh={"color-primary":"#589DF6","color-secondary":"#316eca","color-error":"#e5534b","color-warning":"#c69026","color-info":"#539bf5","color-success":"#57ab5a","color-background-body":"#22272e","color-background-block":"#2d333b","color-background-tooltip":"rgba(22, 22, 22, 0.8)","color-text":"#cdd9e5","color-text-secondary":"#768390","color-text-disabled":"#636e7b","box-shadow":"rgba(0, 0, 0, 0.16) 1px 2px 6px","box-shadow-popper":"rgba(0, 0, 0, 0.2) 0px 2px 8px 0px","border-divider":"1px solid rgba(99, 110, 123, 0.5)","color-hover-black":"rgba(0, 0, 0, 0.12)"},hh={"color-primary":"#3F51B5","color-secondary":"#E91E63","color-error":"#FD080E","color-warning":"#FF8308","color-info":"#03A9F4","color-success":"#4CAF50","color-background-body":"#FEFEFF","color-background-block":"#FFFFFF","color-background-tooltip":"rgba(80,80,80,0.9)","color-text":"#110f0f","color-text-secondary":"#706F6F","color-text-disabled":"#A09F9F","box-shadow":"rgba(0, 0, 0, 0.08) 1px 2px 6px","box-shadow-popper":"rgba(0, 0, 0, 0.1) 0px 2px 8px 0px","border-divider":"1px solid rgba(0, 0, 0, 0.15)","color-hover-black":"rgba(0, 0, 0, 0.06)"},mh=function(){var e=v((0,r.useState)(jt()),2),t=e[0],n=e[1],i=function(e){n(e.matches)};return(0,r.useEffect)((function(){var e=window.matchMedia("(prefers-color-scheme: dark)");return e.addEventListener("change",i),function(){return e.removeEventListener("change",i)}}),[]),t},ph=["primary","secondary","error","warning","info","success"],vh=function(e){var t,n=e.onLoaded,i=_t(),a=yt().palette,o=void 0===a?{}:a,l=Gt().theme,u=mh(),c=Kt(),s=Xr(),f=v((0,r.useState)((st(t={},It.dark,dh),st(t,It.light,hh),st(t,It.system,jt()?dh:hh),t)),2),d=f[0],h=f[1],m=function(){var e=window,t=e.innerWidth,n=e.innerHeight,r=document.documentElement,i=r.clientWidth,a=r.clientHeight;zt("scrollbar-width","".concat(t-i,"px")),zt("scrollbar-height","".concat(n-a,"px")),zt("vh","".concat(.01*n,"px"))},p=function(){ph.forEach((function(e,t){var r=function(e){var t=e.replace("#","").trim();if(3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]),6!==t.length)throw new Error("Invalid HEX color.");return(299*parseInt(t.slice(0,2),16)+587*parseInt(t.slice(2,4),16)+114*parseInt(t.slice(4,6),16))/1e3>=128?"#000000":"#FFFFFF"}(Bt("color-".concat(e)));zt("".concat(e,"-text"),r),t===ph.length-1&&(c({type:"SET_DARK_THEME"}),n(!0))}))},g=function(){var e=Ot("THEME")||It.system,t=d[e];Object.entries(t).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];zt(n,r)})),p(),i&&(ph.forEach((function(e){var t=o[e];t&&zt("color-".concat(e),t)})),p())};return(0,r.useEffect)((function(){m(),g()}),[d]),(0,r.useEffect)(m,[s]),(0,r.useEffect)((function(){var e=jt()?dh:hh;d[It.system]!==e?h((function(t){return dt(dt({},t),{},st({},It.system,e))})):g()}),[l,u]),(0,r.useEffect)((function(){i&&c({type:"SET_THEME",payload:It.light})}),[]),null},gh=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=(0,r.useRef)(document.body),u=function(e){e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?o(!0):"dragleave"===e.type&&o(!1)};return Jr("dragenter",u,l),Jr("dragleave",u,l),Jr("dragover",u,l),Jr("drop",(function(e){var t;e.preventDefault(),e.stopPropagation(),o(!1),null!==e&&void 0!==e&&null!==(t=e.dataTransfer)&&void 0!==t&&t.files&&e.dataTransfer.files[0]&&function(e){var t=Array.from(e||[]);n(t)}(e.dataTransfer.files)}),l),Jr("paste",(function(e){var t,r=null===(t=e.clipboardData)||void 0===t?void 0:t.items;if(r){var i=Array.from(r).filter((function(e){return"application/json"===e.type})).map((function(e){return e.getAsFile()})).filter((function(e){return null!==e}));n(i)}}),l),{files:t,dragging:a}},yh=function(e){var t=e.onOpenModal,n=e.onChange;return Qt("div",{className:"vm-trace-page-controls",children:[Qt(Ni,{variant:"outlined",onClick:t,children:"Paste JSON"}),Qt(Ri,{title:"The file must contain tracing information in JSON format",children:Qt(Ni,{children:["Upload Files",Qt("input",{id:"json",type:"file",accept:"application/json",multiple:!0,title:" ",onChange:n})]})})]})},_h=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)([]),2),a=i[0],o=i[1],l=(0,r.useMemo)((function(){return!!t.length}),[t]),u=Mi(!1),c=u.value,s=u.setTrue,f=u.setFalse,d=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";o((function(n){return[{filename:t,text:": ".concat(e.message)}].concat(y(n))}))},h=function(e,t){try{var r=JSON.parse(e),i=r.trace||r;if(!i.duration_msec)return void d(new Error(Pt.traceNotFound),t);var a=new ad(i,t);n((function(e){return[a].concat(y(e))}))}catch(o){o instanceof Error&&d(o,t)}},m=function(e){e.map((function(e){var t=new FileReader,n=(null===e||void 0===e?void 0:e.name)||"";t.onload=function(e){var t,r=String(null===(t=e.target)||void 0===t?void 0:t.result);h(r,n)},t.readAsText(e)}))},p=function(e){o([]);var t=Array.from(e.target.files||[]);m(t),e.target.value=""},g=function(e){return function(){!function(e){o((function(t){return t.filter((function(t,n){return n!==e}))}))}(e)}},_=gh(),b=_.files,w=_.dragging;return(0,r.useEffect)((function(){m(b)}),[b]),Qt("div",{className:"vm-trace-page",children:[Qt("div",{className:"vm-trace-page-header",children:[Qt("div",{className:"vm-trace-page-header-errors",children:a.map((function(e,t){return Qt("div",{className:"vm-trace-page-header-errors-item",children:[Qt(bi,{variant:"error",children:[Qt("b",{className:"vm-trace-page-header-errors-item__filename",children:e.filename}),Qt("span",{children:e.text})]}),Qt(Ni,{className:"vm-trace-page-header-errors-item__close",startIcon:Qt(rr,{}),variant:"text",color:"error",onClick:g(t)})]},"".concat(e,"_").concat(t))}))}),Qt("div",{children:l&&Qt(yh,{onOpenModal:s,onChange:p})})]}),l&&Qt("div",{children:Qt(pd,{jsonEditor:!0,traces:t,onDeleteClick:function(e){var r=t.filter((function(t){return t.idValue!==e.idValue}));n(y(r))}})}),!l&&Qt("div",{className:"vm-trace-page-preview",children:[Qt("p",{className:"vm-trace-page-preview__text",children:["Please, upload file with JSON response content.","\n","The file must contain tracing information in JSON format.","\n","In order to use tracing please refer to the doc:\xa0",Qt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/#query-tracing",target:"_blank",rel:"help noreferrer",children:"https://docs.victoriametrics.com/#query-tracing"}),"\n","Tracing graph will be displayed after file upload.","\n","Attach files by dragging & dropping, selecting or pasting them."]}),Qt(yh,{onOpenModal:s,onChange:p})]}),c&&Qt(Ii,{title:"Paste JSON",onClose:f,children:Qt(md,{editable:!0,displayTitle:!0,defaultTile:"JSON ".concat(t.length+1),onClose:f,onUpload:h})}),w&&Qt("div",{className:"vm-trace-page__dropzone"})]})},bh=function(e){var t=Gt().serverUrl,n=zn().period,i=v((0,r.useState)([]),2),a=i[0],o=i[1],l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return function(e,t,n){var r="{job=".concat(JSON.stringify(n),"}");return"".concat(e,"/api/v1/label/instance/values?match[]=").concat(encodeURIComponent(r),"&start=").concat(t.start,"&end=").concat(t.end)}(t,n,e)}),[t,n,e]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return c(!0),e.prev=1,e.next=4,fetch(h);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],o(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?d(void 0):d("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&d("".concat(e.t0.name,": ").concat(e.t0.message));case 16:c(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[h]),{instances:a,isLoading:u,error:f}},wh=function(e,t){var n=Gt().serverUrl,i=zn().period,a=v((0,r.useState)([]),2),o=a[0],l=a[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=(0,r.useMemo)((function(){return function(e,t,n,r){var i=Object.entries({job:n,instance:r}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))})).join(","),a="{".concat(i,"}");return"".concat(e,"/api/v1/label/__name__/values?match[]=").concat(encodeURIComponent(a),"&start=").concat(t.start,"&end=").concat(t.end)}(n,i,e,t)}),[n,i,e,t]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return s(!0),e.prev=1,e.next=4,fetch(m);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],l(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?h(void 0):h("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&h("".concat(e.t0.name,": ").concat(e.t0.message));case 16:s(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[m]),{names:o,isLoading:c,error:d}},Dh=function(e){var t=e.name,n=e.job,i=e.instance,a=e.rateEnabled,o=e.isBucket,l=e.height,u=yi().isMobile,c=mi(),s=c.customStep,f=c.yaxis,d=zn().period,h=pi(),m=jn(),p=gn(d.end-d.start),g=vn(s),y=wn(10*g*1e3),_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=b&&s===p?y:s,k=Mi(!1),x=k.value,C=k.setTrue,S=(0,r.useMemo)((function(){var e=Object.entries({job:n,instance:i}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))}));e.push("__name__=".concat(JSON.stringify(t))),"node_cpu_seconds_total"==t&&e.push('mode!="idle"');var r="{".concat(e.join(","),"}");if(o)return"sum(rate(".concat(r,")) by (vmrange, le)");var l=a?"rollup_rate(".concat(r,")"):"rollup(".concat(r,")");return"\nwith (q = ".concat(l,') (\n alias(min(label_match(q, "rollup", "min")), "min"),\n alias(max(label_match(q, "rollup", "max")), "max"),\n alias(avg(label_match(q, "rollup", "avg")), "avg"),\n)')}),[t,n,i,a,o]),E=od({predefinedQuery:[S],visible:!0,customStep:D,showAllSeries:x}),A=E.isLoading,N=E.graphData,M=E.error,F=E.queryErrors,T=E.warning,O=E.isHistogram;return(0,r.useEffect)((function(){w(O)}),[O]),Qt("div",{className:qr()({"vm-explore-metrics-graph":!0,"vm-explore-metrics-graph_mobile":u}),children:[A&&Qt(fd,{}),M&&Qt(bi,{variant:"error",children:M}),F[0]&&Qt(bi,{variant:"error",children:F[0]}),T&&Qt(bi,{variant:"warning",children:Qt("div",{className:"vm-explore-metrics-graph__warning",children:[Qt("p",{children:T}),Qt(Ni,{color:"warning",variant:"outlined",onClick:C,children:"Show all"})]})}),N&&d&&Qt(Rs,{data:N,period:d,customStep:D,query:[S],yaxis:f,setYaxisLimits:function(e){h({type:"SET_YAXIS_LIMITS",payload:e})},setPeriod:function(e){var t=e.from,n=e.to;m({type:"SET_PERIOD",payload:{from:t,to:n}})},showLegend:!1,height:l,isHistogram:O})]})},kh=function(e){var t=e.name,n=e.index,r=e.length,i=e.isBucket,a=e.rateEnabled,o=e.onChangeRate,l=e.onRemoveItem,u=e.onChangeOrder,c=yi().isMobile,s=Mi(!1),f=s.value,d=s.setTrue,h=s.setFalse,m=function(){l(t)},p=function(){u(t,n,n+1)},v=function(){u(t,n,n-1)};return Qt("div",c?{className:"vm-explore-metrics-item-header vm-explore-metrics-item-header_mobile",children:[Qt("div",{className:"vm-explore-metrics-item-header__name",children:t}),Qt(Ni,{variant:"text",size:"small",startIcon:Qt(Pr,{}),onClick:d,ariaLabel:"open panel settings"}),f&&Qt(Ii,{title:t,onClose:h,children:Qt("div",{className:"vm-explore-metrics-item-header-modal",children:[Qt("div",{className:"vm-explore-metrics-item-header-modal-order",children:[Qt(Ni,{startIcon:Qt(kr,{}),variant:"outlined",onClick:v,disabled:0===n,ariaLabel:"move graph up"}),Qt("p",{children:["position:",Qt("span",{className:"vm-explore-metrics-item-header-modal-order__index",children:["#",n+1]})]}),Qt(Ni,{endIcon:Qt(Dr,{}),variant:"outlined",onClick:p,disabled:n===r-1,ariaLabel:"move graph down"})]}),!i&&Qt("div",{className:"vm-explore-metrics-item-header-modal__rate",children:[Qt(qf,{label:Qt("span",{children:["enable ",Qt("code",{children:"rate()"})]}),value:a,onChange:o,fullWidth:!0}),Qt("p",{children:"calculates the average per-second speed of metrics change"})]}),Qt(Ni,{startIcon:Qt(rr,{}),color:"error",variant:"outlined",onClick:m,fullWidth:!0,children:"Remove graph"})]})})]}:{className:"vm-explore-metrics-item-header",children:[Qt("div",{className:"vm-explore-metrics-item-header-order",children:[Qt(Ri,{title:"move graph up",children:Qt(Ni,{className:"vm-explore-metrics-item-header-order__up",startIcon:Qt(sr,{}),variant:"text",color:"gray",size:"small",onClick:v,ariaLabel:"move graph up"})}),Qt("div",{className:"vm-explore-metrics-item-header__index",children:["#",n+1]}),Qt(Ri,{title:"move graph down",children:Qt(Ni,{className:"vm-explore-metrics-item-header-order__down",startIcon:Qt(sr,{}),variant:"text",color:"gray",size:"small",onClick:p,ariaLabel:"move graph down"})})]}),Qt("div",{className:"vm-explore-metrics-item-header__name",children:t}),!i&&Qt("div",{className:"vm-explore-metrics-item-header__rate",children:Qt(Ri,{title:"calculates the average per-second speed of metric's change",children:Qt(qf,{label:Qt("span",{children:["enable ",Qt("code",{children:"rate()"})]}),value:a,onChange:o})})}),Qt("div",{className:"vm-explore-metrics-item-header__close",children:Qt(Ri,{title:"close graph",children:Qt(Ni,{startIcon:Qt(rr,{}),variant:"text",color:"gray",size:"small",onClick:m,ariaLabel:"close graph"})})})]})},xh=function(e){var t=e.name,n=e.job,i=e.instance,a=e.index,o=e.length,l=e.size,u=e.onRemoveItem,c=e.onChangeOrder,s=(0,r.useMemo)((function(){return/_sum?|_total?|_count?/.test(t)}),[t]),f=(0,r.useMemo)((function(){return/_bucket?/.test(t)}),[t]),d=v((0,r.useState)(s),2),h=d[0],m=d[1],p=Xr(),g=(0,r.useMemo)(l.height,[l,p]);return(0,r.useEffect)((function(){m(s)}),[n]),Qt("div",{className:"vm-explore-metrics-item vm-block vm-block_empty-padding",children:[Qt(kh,{name:t,index:a,length:o,isBucket:f,rateEnabled:h,size:l.id,onChangeRate:m,onRemoveItem:u,onChangeOrder:c}),Qt(Dh,{name:t,job:n,instance:i,rateEnabled:h,isBucket:f,height:g},"".concat(t,"_").concat(n,"_").concat(i,"_").concat(h))]})},Ch=function(e){var t=e.values,n=e.onRemoveItem,r=yi().isMobile;return r?Qt("span",{className:"vm-select-input-content__counter",children:["selected ",t.length]}):Qt(qt.HY,{children:t.map((function(e){return Qt("div",{className:"vm-select-input-content__selected",children:[Qt("span",{children:e}),Qt("div",{onClick:(t=e,function(e){n(t),e.stopPropagation()}),children:Qt(rr,{})})]},e);var t}))})},Sh=function(e){var t=e.value,n=e.list,i=e.label,a=e.placeholder,o=e.noOptionsText,l=e.clearable,u=void 0!==l&&l,c=e.searchable,s=void 0!==c&&c,f=e.autofocus,d=e.onChange,h=Gt().isDarkTheme,m=yi().isMobile,p=v((0,r.useState)(""),2),g=p[0],y=p[1],_=(0,r.useRef)(null),b=v((0,r.useState)(!1),2),w=b[0],D=b[1],k=(0,r.useRef)(null),x=Array.isArray(t),C=Array.isArray(t)?t:void 0,S=m&&x&&!(null===C||void 0===C||!C.length),E=(0,r.useMemo)((function(){return w?g:Array.isArray(t)?"":t}),[t,g,w,x]),A=(0,r.useMemo)((function(){return w?g||"(.+)":""}),[g,w]),N=function(){k.current&&k.current.blur()},M=function(e){d(e),x||(D(!1),N()),x&&k.current&&k.current.focus()};return(0,r.useEffect)((function(){y(""),w&&k.current&&k.current.focus(),w||N()}),[w,k]),(0,r.useEffect)((function(){f&&k.current&&!m&&k.current.focus()}),[f,k]),Jr("keyup",(function(e){k.current!==e.target&&D(!1)})),Qt("div",{className:qr()({"vm-select":!0,"vm-select_dark":h}),children:[Qt("div",{className:"vm-select-input",onClick:function(e){e.target instanceof HTMLInputElement||D((function(e){return!e}))},ref:_,children:[Qt("div",{className:"vm-select-input-content",children:[!(null===C||void 0===C||!C.length)&&Qt(Ch,{values:C,onRemoveItem:M}),!S&&Qt("input",{value:E,type:"text",placeholder:a,onInput:function(e){y(e.target.value)},onFocus:function(){D(!0)},ref:k,readOnly:m||!s})]}),i&&Qt("span",{className:"vm-text-field__label",children:i}),u&&t&&Qt("div",{className:"vm-select-input__icon",onClick:function(e){return function(t){M(e),t.stopPropagation()}}(""),children:Qt(rr,{})}),Qt("div",{className:qr()({"vm-select-input__icon":!0,"vm-select-input__icon_open":w}),children:Qt(fr,{})})]}),Qt(zs,{label:i,value:A,options:n.map((function(e){return{value:e}})),anchor:_,selected:C,minLength:1,fullWidth:!0,noOptionsText:o,onSelect:M,onOpenAutocomplete:D})]})},Eh=Nt.map((function(e){return e.id})),Ah=function(e){var t=e.jobs,n=e.instances,i=e.names,a=e.job,o=e.instance,l=e.size,u=e.selectedMetrics,c=e.onChangeJob,s=e.onChangeInstance,f=e.onToggleMetric,d=e.onChangeSize,h=(0,r.useMemo)((function(){return a?"":"No instances. Please select job"}),[a]),m=(0,r.useMemo)((function(){return a?"":"No metric names. Please select job"}),[a]),p=yi().isMobile,v=Mi("false"!==Ot("EXPLORE_METRICS_TIPS")),g=v.value,y=v.toggle,_=v.setFalse;return(0,r.useEffect)((function(){Tt("EXPLORE_METRICS_TIPS","".concat(g))}),[g]),Qt(qt.HY,{children:[Qt("div",{className:qr()({"vm-explore-metrics-header":!0,"vm-explore-metrics-header_mobile":p,"vm-block":!0,"vm-block_mobile":p}),children:[Qt("div",{className:"vm-explore-metrics-header__job",children:Qt(Sh,{value:a,list:t,label:"Job",placeholder:"Please select job",onChange:c,autofocus:!a,searchable:!0})}),Qt("div",{className:"vm-explore-metrics-header__instance",children:Qt(Sh,{value:o,list:n,label:"Instance",placeholder:"Please select instance",onChange:s,noOptionsText:h,clearable:!0,searchable:!0})}),Qt("div",{className:"vm-explore-metrics-header__size",children:[Qt(Sh,{label:"Size graphs",value:l,list:Eh,onChange:d}),Qt(Ri,{title:"".concat(g?"Hide":"Show"," tip"),children:Qt(Ni,{variant:"text",color:g?"warning":"gray",startIcon:Qt(Rr,{}),onClick:y,ariaLabel:"visibility tips"})})]}),Qt("div",{className:"vm-explore-metrics-header-metrics",children:Qt(Sh,{label:"Metrics",value:u,list:i,placeholder:"Search metric name",onChange:f,noOptionsText:m,clearable:!0,searchable:!0})})]}),g&&Qt(bi,{variant:"warning",children:Qt("div",{className:"vm-explore-metrics-header-description",children:[Qt("p",{children:["Please note: this page is solely designed for exploring Prometheus metrics. Prometheus metrics always contain ",Qt("code",{children:"job"})," and ",Qt("code",{children:"instance"})," labels (see ",Qt("a",{className:"vm-link vm-link_colored",href:"https://prometheus.io/docs/concepts/jobs_instances/",children:"these docs"}),"), and this page relies on them as filters. ",Qt("br",{}),"Please use this page for Prometheus metrics only, in accordance with their naming conventions."]}),Qt(Ni,{variant:"text",size:"small",startIcon:Qt(rr,{}),onClick:_,ariaLabel:"close tips"})]})})]})},Nh=Ft("job",""),Mh=Ft("instance",""),Fh=Ft("metrics",""),Th=Ft("size",""),Oh=Nt.find((function(e){return Th?e.id===Th:e.isDefault}))||Nt[0],Lh=function(){var e=v((0,r.useState)(Nh),2),t=e[0],n=e[1],i=v((0,r.useState)(Mh),2),a=i[0],o=i[1],l=v((0,r.useState)(Fh?Fh.split("&"):[]),2),u=l[0],c=l[1],s=v((0,r.useState)(Oh),2),f=s[0],d=s[1];!function(e){var t=e.job,n=e.instance,i=e.metrics,a=e.size,o=zn(),l=o.duration,u=o.relativeTime,c=o.period.date,s=mi().customStep,f=Na().setSearchParamsFromKeys,d=function(){var e,r=_d((st(e={},"g0.range_input",l),st(e,"g0.end_input",c),st(e,"g0.step_input",s),st(e,"g0.relative_time",u),st(e,"size",a),st(e,"job",t),st(e,"instance",n),st(e,"metrics",i),e));f(r)};(0,r.useEffect)(d,[l,u,c,s,t,n,i,a]),(0,r.useEffect)(d,[])}({job:t,instance:a,metrics:u.join("&"),size:f.id});var h=function(){var e=Gt().serverUrl,t=zn().period,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)(!1),2),l=o[0],u=o[1],c=v((0,r.useState)(),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return function(e,t){return"".concat(e,"/api/v1/label/job/values?start=").concat(t.start,"&end=").concat(t.end)}(e,t)}),[e,t]);return(0,r.useEffect)((function(){var e=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return u(!0),e.prev=1,e.next=4,fetch(d);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],a(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?f(void 0):f("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 16:u(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}),[d]),{jobs:i,isLoading:l,error:s}}(),m=h.jobs,p=h.isLoading,g=h.error,_=bh(t),b=_.instances,w=_.isLoading,D=_.error,k=wh(t,a),x=k.names,C=k.isLoading,S=k.error,E=(0,r.useMemo)((function(){return p||w||C}),[p,w,C]),A=(0,r.useMemo)((function(){return g||D||S}),[g,D,S]),N=function(e){c(e?function(t){return t.includes(e)?t.filter((function(t){return t!==e})):[].concat(y(t),[e])}:[])},M=function(e,t,n){var r=n>u.length-1;n<0||r||c((function(e){var r=y(e),i=v(r.splice(t,1),1)[0];return r.splice(n,0,i),r}))};return(0,r.useEffect)((function(){a&&b.length&&!b.includes(a)&&o("")}),[b,a]),Qt("div",{className:"vm-explore-metrics",children:[Qt(Ah,{jobs:m,instances:b,names:x,job:t,size:f.id,instance:a,selectedMetrics:u,onChangeJob:n,onChangeSize:function(e){var t=Nt.find((function(t){return t.id===e}));t&&d(t)},onChangeInstance:o,onToggleMetric:N}),E&&Qt(fd,{}),A&&Qt(bi,{variant:"error",children:A}),!t&&Qt(bi,{variant:"info",children:"Please select job to see list of metric names."}),t&&!u.length&&Qt(bi,{variant:"info",children:"Please select metric names to see the graphs."}),Qt("div",{className:"vm-explore-metrics-body",children:u.map((function(e,n){return Qt(xh,{name:e,job:t,instance:a,index:n,length:u.length,size:f,onRemoveItem:N,onChangeOrder:M},e)}))})]})},Ph=function(){var t=Ms();return Qt("div",{className:"vm-preview-icons",children:Object.entries(e).map((function(e){var n,r=v(e,2),i=r[0],a=r[1];return Qt("div",{className:"vm-preview-icons-item",onClick:(n=i,ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t("<".concat(n,"/>"),"<".concat(n,"/> has been copied"));case 2:case"end":return e.stop()}}),e)})))),children:[Qt("div",{className:"vm-preview-icons-item__svg",children:a()}),Qt("div",{className:"vm-preview-icons-item__name",children:"<".concat(i,"/>")})]},i)}))})},Ih=function(e){return e.copy="Copy",e.copied="Copied",e}(Ih||{}),Rh=function(e){var t=e.code,n=v((0,r.useState)(Ih.copy),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){var e=null;return i===Ih.copied&&(e=setTimeout((function(){return a(Ih.copy)}),1e3)),function(){e&&clearTimeout(e)}}),[i]),Qt("code",{className:"vm-code-example",children:[t,Qt("div",{className:"vm-code-example__copy",children:Qt(Ri,{title:i,children:Qt(Ni,{size:"small",variant:"text",onClick:function(){navigator.clipboard.writeText(t),a(Ih.copied)},startIcon:Qt(Ar,{}),ariaLabel:"close"})})})]})},Bh=function(){return Qt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/MetricsQL.html",target:"_blank",rel:"help noreferrer",children:"MetricsQL"})},zh=function(){return Qt("a",{className:"vm-link vm-link_colored",href:"https://grafana.com/grafana/dashboards/1860-node-exporter-full/",target:"_blank",rel:"help noreferrer",children:"Node Exporter Full"})},jh=function(){return Qt("section",{className:"vm-with-template-tutorial",children:[Qt("h2",{className:"vm-with-template-tutorial__title",children:["Tutorial for WITH expressions in ",Qt(Bh,{})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's look at the following real query from ",Qt(zh,{})," dashboard:"]}),Qt(Rh,{code:'(\n (\n node_memory_MemTotal_bytes{instance=~"$node:$port", job=~"$job"}\n -\n node_memory_MemFree_bytes{instance=~"$node:$port", job=~"$job"}\n )\n /\n node_memory_MemTotal_bytes{instance=~"$node:$port", job=~"$job"}\n) * 100'}),Qt("p",{className:"vm-with-template-tutorial-section__text",children:"It is clear the query calculates the percentage of used memory for the given $node, $port and $job. Isn't it? :)"})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:"What's wrong with this query? Copy-pasted label filters for distinct timeseries which makes it easy to mistype these filters during modification. Let's simplify the query with WITH expressions:"}),Qt(Rh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"}\n)\n(\n node_memory_MemTotal_bytes{commonFilters}\n -\n node_memory_MemFree_bytes{commonFilters}\n)\n /\nnode_memory_MemTotal_bytes{commonFilters} * 100'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:["Now label filters are located in a single place instead of three distinct places. The query mentions node_memory_MemTotal_bytes metric twice and ","{commonFilters}"," three times. WITH expressions may improve this:"]}),Qt(Rh,{code:'WITH (\n my_resource_utilization(free, limit, filters) = (limit{filters} - free{filters}) / limit{filters} * 100\n)\nmy_resource_utilization(\n node_memory_MemFree_bytes,\n node_memory_MemTotal_bytes,\n {instance=~"$node:$port",job=~"$job"},\n)'}),Qt("p",{className:"vm-with-template-tutorial-section__text",children:"Now the template function my_resource_utilization() may be used for monitoring arbitrary resources - memory, CPU, network, storage, you name it."})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's take another nice query from ",Qt(zh,{})," dashboard:"]}),Qt(Rh,{code:'(\n (\n (\n count(\n count(node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"}) by (cpu)\n )\n )\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',instance=~"$node:$port",job=~"$job"}[5m]))\n )\n )\n *\n 100\n)\n /\ncount(\n count(node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"}) by (cpu)\n)'}),Qt("p",{className:"vm-with-template-tutorial-section__text",children:"Do you understand what does this mess do? Is it manageable? :) WITH expressions are happy to help in a few iterations."})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:"1. Extract common filters used in multiple places into a commonFilters variable:"}),Qt(Rh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"}\n)\n(\n (\n (\n count(\n count(node_cpu_seconds_total{commonFilters}) by (cpu)\n )\n )\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n )\n )\n *\n 100\n)\n /\ncount(\n count(node_cpu_seconds_total{commonFilters}) by (cpu)\n)'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:'2. Extract "count(count(...) by (cpu))" into cpuCount variable:'}),Qt(Rh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(node_cpu_seconds_total{commonFilters}) by (cpu))\n)\n(\n (\n cpuCount\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n )\n )\n *\n 100\n) / cpuCount'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:"3. Extract rate(...) part into cpuIdle variable, since it is clear now that this part calculates the number of idle CPUs:"}),Qt(Rh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(node_cpu_seconds_total{commonFilters}) by (cpu)),\n cpuIdle = sum(rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n)\n((cpuCount - cpuIdle) * 100) / cpuCount'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:["4. Put node_cpu_seconds_total","{commonFilters}"," into its own varialbe with the name cpuSeconds:"]}),Qt(Rh,{code:'WITH (\n cpuSeconds = node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(cpuSeconds) by (cpu)),\n cpuIdle = sum(rate(cpuSeconds{mode=\'idle\'}[5m]))\n)\n((cpuCount - cpuIdle) * 100) / cpuCount'}),Qt("p",{className:"vm-with-template-tutorial-section__text",children:"Now the query became more clear comparing to the initial query."})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:"WITH expressions may be nested and may be put anywhere. Try expanding the following query:"}),Qt(Rh,{code:"WITH (\n f(a, b) = WITH (\n f1(x) = b-x,\n f2(x) = x+x\n ) f1(a)*f2(b)\n) f(foo, with(x=bar) x)"})]})]})},Hh=function(e,t){return"".concat(e,"/expand-with-exprs?query=").concat(encodeURIComponent(t),"&format=json")},$h=function(){var e=v(ut(),1)[0],t=function(){var e=Gt().serverUrl,t=v(ut(),2),n=t[0],i=t[1],a=v((0,r.useState)(""),2),o=a[0],l=a[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=function(){var t=ea(Ji().mark((function t(r){var a,o,u;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.set("expr",r),i(n),a=Hh(e,r),s(!0),t.prev=4,t.next=7,fetch(a);case 7:return o=t.sent,t.next=10,o.json();case 10:u=t.sent,l((null===u||void 0===u?void 0:u.expr)||""),h(String(u.error||"")),t.next=18;break;case 15:t.prev=15,t.t0=t.catch(4),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&h("".concat(t.t0.name,": ").concat(t.t0.message));case 18:s(!1);case 19:case"end":return t.stop()}}),t,null,[[4,15]])})));return function(e){return t.apply(this,arguments)}}();return{data:o,error:d,loading:c,expand:m}}(),n=t.data,i=t.loading,a=t.error,o=t.expand,l=v((0,r.useState)(e.get("expr")||""),2),u=l[0],c=l[1],s=function(){o(u)};return(0,r.useEffect)((function(){u&&o(u)}),[]),Qt("section",{className:"vm-with-template",children:[i&&Qt(fd,{}),Qt("div",{className:"vm-with-template-body vm-block",children:[Qt("div",{className:"vm-with-template-body__expr",children:Qt(ua,{type:"textarea",label:"MetricsQL query with optional WITH expressions",value:u,error:a,autofocus:!0,onEnter:s,onChange:function(e){c(e)}})}),Qt("div",{className:"vm-with-template-body__result",children:Qt(ua,{type:"textarea",label:"MetricsQL query after expanding WITH expressions and applying other optimizations",value:n,disabled:!0})}),Qt("div",{className:"vm-with-template-body-top",children:Qt(Ni,{variant:"contained",onClick:s,startIcon:Qt(vr,{}),children:"Expand"})})]}),Qt("div",{className:"vm-block",children:Qt(jh,{})})]})},Vh=function(e,t,n){var r=["format=json","relabel_configs=".concat(encodeURIComponent(t)),"metric=".concat(encodeURIComponent(n))];return"".concat(e,"/metric-relabel-debug?").concat(r.join("&"))},Yh='- if: \'{bar_label=~"b.*"}\'\n source_labels: [foo_label, bar_label]\n separator: "_"\n target_label: foobar\n- action: labeldrop\n regex: "foo_.*"\n- target_label: job\n replacement: "my-application-2"',Uh='{__name__="my_metric", bar_label="bar", foo_label="foo", job="my-application", instance="192.168.0.1"}',qh=function(){var e=v(ut(),2),t=e[0],n=e[1],i=function(){var e=Gt().serverUrl,t=v((0,r.useState)(null),2),n=t[0],i=t[1],a=v((0,r.useState)(!1),2),o=a[0],l=a[1],u=v((0,r.useState)(),2),c=u[0],s=u[1],f=function(){var t=ea(Ji().mark((function t(n,r){var a,o,u;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=Vh(e,n,r),l(!0),t.prev=2,t.next=5,fetch(a);case 5:return o=t.sent,t.next=8,o.json();case 8:u=t.sent,i(u.error?null:u),s(String(u.error||"")),t.next=16;break;case 13:t.prev=13,t.t0=t.catch(2),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&s("".concat(t.t0.name,": ").concat(t.t0.message));case 16:l(!1);case 17:case"end":return t.stop()}}),t,null,[[2,13]])})));return function(e,n){return t.apply(this,arguments)}}();return{data:n,error:c,loading:o,fetchData:f}}(),a=i.data,o=i.loading,l=i.error,u=i.fetchData,c=v($d("","config"),2),s=c[0],f=c[1],d=v($d("","labels"),2),h=d[0],m=d[1],p=(0,r.useCallback)((function(){u(s,h),t.set("config",s),t.set("labels",h),n(t)}),[s,h]);return(0,r.useEffect)((function(){var e=t.get("config")||"",n=t.get("labels")||"";(n||e)&&(u(e,n),f(e),m(n))}),[]),Qt("section",{className:"vm-relabeling",children:[o&&Qt(fd,{}),Qt("div",{className:"vm-relabeling-header vm-block",children:[Qt("div",{className:"vm-relabeling-header-configs",children:Qt(ua,{type:"textarea",label:"Relabel configs",value:s,autofocus:!0,onChange:function(e){f(e||"")},onEnter:p})}),Qt("div",{className:"vm-relabeling-header__labels",children:Qt(ua,{type:"textarea",label:"Labels",value:h,onChange:function(e){m(e||"")},onEnter:p})}),Qt("div",{className:"vm-relabeling-header-bottom",children:[Qt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/relabeling.html",rel:"help noreferrer",children:[Qt(ar,{}),"Relabeling cookbook"]}),Qt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/vmagent.html#relabeling",rel:"help noreferrer",children:[Qt(Fr,{}),"Documentation"]}),Qt(Ni,{variant:"text",onClick:function(){var e=Yh,r=Uh;f(e),m(r),u(e,r),t.set("config",e),t.set("labels",r),n(t)},children:"Try example"}),Qt(Ni,{variant:"contained",onClick:p,startIcon:Qt(vr,{}),children:"Submit"})]})]}),l&&Qt(bi,{variant:"error",children:l}),a&&Qt("div",{className:"vm-relabeling-steps vm-block",children:[a.originalLabels&&Qt("div",{className:"vm-relabeling-steps-item",children:Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Original labels:"}),Qt("code",{dangerouslySetInnerHTML:{__html:a.originalLabels}})]})}),a.steps.map((function(e,t){return Qt("div",{className:"vm-relabeling-steps-item",children:[Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Step:"}),t+1]}),Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Relabeling Rule:"}),Qt("code",{children:Qt("pre",{children:e.rule})})]}),Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Input Labels:"}),Qt("code",{children:Qt("pre",{dangerouslySetInnerHTML:{__html:e.inLabels}})})]}),Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Output labels:"}),Qt("code",{children:Qt("pre",{dangerouslySetInnerHTML:{__html:e.outLabels}})})]})]},t)})),a.resultingLabels&&Qt("div",{className:"vm-relabeling-steps-item",children:Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Resulting labels:"}),Qt("code",{dangerouslySetInnerHTML:{__html:a.resultingLabels}})]})})]})]})},Wh=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=e.copyToClipboard,o=e.paginationOffset,l=v((0,r.useState)(i),2),u=l[0],c=l[1],s=v((0,r.useState)("desc"),2),f=s[0],d=s[1],h=v((0,r.useState)(null),2),m=h[0],p=h[1],g=(0,r.useMemo)((function(){var e=o.startIndex,n=o.endIndex;return Zd(t,Qd(f,u)).slice(e,n)}),[t,u,f,o]),y=function(e,t){return ea(Ji().mark((function n(){return Ji().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(m!==t){n.next=2;break}return n.abrupt("return");case 2:return n.prev=2,n.next=5,navigator.clipboard.writeText(String(e));case 5:p(t),n.next=11;break;case 8:n.prev=8,n.t0=n.catch(2),console.error(n.t0);case 11:case"end":return n.stop()}}),n,null,[[2,8]])})))};return(0,r.useEffect)((function(){if(null!==m){var e=setTimeout((function(){return p(null)}),2e3);return function(){return clearTimeout(e)}}}),[m]),Qt("table",{className:"vm-table",children:[Qt("thead",{className:"vm-table-header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Qt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:(t=e.key,function(){d((function(e){return"asc"===e&&u===t?"desc":"asc"})),c(t)}),children:Qt("div",{className:"vm-table-cell__content",children:[Qt("div",{children:String(e.title||e.key)}),Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":u===e.key,"vm-table__sort-icon_desc":"desc"===f&&u===e.key}),children:Qt(fr,{})})]})},String(e.key));var t})),a&&Qt("th",{className:"vm-table-cell vm-table-cell_header"})]})}),Qt("tbody",{className:"vm-table-body",children:g.map((function(e,t){return Qt("tr",{className:"vm-table__row",children:[n.map((function(t){return Qt("td",{className:qr()(st({"vm-table-cell":!0},"".concat(t.className),t.className)),children:e[t.key]||"-"},String(t.key))})),a&&Qt("td",{className:"vm-table-cell vm-table-cell_right",children:e[a]&&Qt("div",{className:"vm-table-cell__content",children:Qt(Ri,{title:m===t?"Copied":"Copy row",children:Qt(Ni,{variant:"text",color:m===t?"success":"gray",size:"small",startIcon:Qt(m===t?xr:Ar,{}),onClick:y(e[a],t),ariaLabel:"copy row"})})})})]},t)}))})]})},Qh=function(){var e=yi().isMobile,t=zn().timezone,n=function(){var e=Gt().serverUrl,t=v((0,r.useState)([]),2),n=t[0],i=t[1],o=v((0,r.useState)(a()().format(tn)),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return"".concat(e,"/api/v1/status/active_queries")}),[e]),g=function(){var e=ea(Ji().mark((function e(){var t,n;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),e.prev=1,e.next=4,fetch(p);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,i(n.data),u(a()().format("HH:mm:ss:SSS")),t.ok?m(void 0):m("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){g().catch(console.error)}),[p]),{data:n,lastUpdated:l,isLoading:s,error:h,fetchData:g}}(),i=n.data,o=n.lastUpdated,l=n.isLoading,u=n.error,c=n.fetchData,s=(0,r.useMemo)((function(){return i.map((function(e){var t=a()(e.start).tz().format(en),n=a()(e.end).tz().format(en);return{duration:e.duration,remote_addr:e.remote_addr,query:e.query,args:"".concat(t," to ").concat(n,", step=").concat(mn(e.step)),data:JSON.stringify(e,null,2)}}))}),[i,t]),f=(0,r.useMemo)((function(){if(null===s||void 0===s||!s.length)return[];var e=Object.keys(s[0]),t={remote_addr:"client address"},n=["data"];return e.filter((function(e){return!n.includes(e)})).map((function(e){return{key:e,title:t[e]||e}}))}),[s]),d=function(){var e=ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:c().catch(console.error);case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Qt("div",{className:"vm-active-queries",children:[l&&Qt(fd,{}),Qt("div",{className:"vm-active-queries-header",children:[!s.length&&!u&&Qt(bi,{variant:"info",children:"There are currently no active queries running"}),u&&Qt(bi,{variant:"error",children:u}),Qt("div",{className:"vm-active-queries-header-controls",children:[Qt(Ni,{variant:"contained",onClick:d,startIcon:Qt(cr,{}),children:"Update"}),Qt("div",{className:"vm-active-queries-header__update-msg",children:["Last updated: ",o]})]})]}),!!s.length&&Qt("div",{className:qr()({"vm-block":!0,"vm-block_mobile":e}),children:Qt(Wh,{rows:s,columns:f,defaultOrderBy:"duration",copyToClipboard:"data",paginationOffset:{startIndex:0,endIndex:1/0}})})]})},Zh=function(){var e=v((0,r.useState)(!1),2),t=e[0],n=e[1];return Qt(qt.HY,{children:Qt(et,{children:Qt(Si,{children:Qt(qt.HY,{children:[Qt(vh,{onLoaded:n}),t&&Qt(Ve,{children:Qt(He,{path:"/",element:Qt(Ya,{}),children:[Qt(He,{path:gt.home,element:Qt(Ad,{})}),Qt(He,{path:gt.metrics,element:Qt(Lh,{})}),Qt(He,{path:gt.cardinality,element:Qt(ah,{})}),Qt(He,{path:gt.topQueries,element:Qt(fh,{})}),Qt(He,{path:gt.trace,element:Qt(_h,{})}),Qt(He,{path:gt.dashboards,element:Qt(Fd,{})}),Qt(He,{path:gt.withTemplate,element:Qt($h,{})}),Qt(He,{path:gt.relabel,element:Qt(qh,{})}),Qt(He,{path:gt.activeQueries,element:Qt(Qh,{})}),Qt(He,{path:gt.icons,element:Qt(Ph,{})})]})})]})})})})},Gh=function(e){e&&n.e(522).then(n.bind(n,522)).then((function(t){var n=t.getCLS,r=t.getFID,i=t.getFCP,a=t.getLCP,o=t.getTTFB;n(e),r(e),i(e),a(e),o(e)}))},Kh=document.getElementById("root");Kh&&(0,r.render)(Qt(Zh,{}),Kh),Gh()}()}(); \ No newline at end of file diff --git a/app/vmselect/vmui/static/js/main.c93073e5.js.LICENSE.txt b/app/vmselect/vmui/static/js/main.5bcddddc.js.LICENSE.txt similarity index 100% rename from app/vmselect/vmui/static/js/main.c93073e5.js.LICENSE.txt rename to app/vmselect/vmui/static/js/main.5bcddddc.js.LICENSE.txt diff --git a/app/vmselect/vmui/static/js/main.c93073e5.js b/app/vmselect/vmui/static/js/main.c93073e5.js deleted file mode 100644 index b69fda7cc..000000000 --- a/app/vmselect/vmui/static/js/main.c93073e5.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! For license information please see main.c93073e5.js.LICENSE.txt */ -!function(){var e={680:function(e,t,n){"use strict";var r=n(476),i=n(962),a=i(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"===typeof n&&a(e,".prototype.")>-1?i(n):n}},962:function(e,t,n){"use strict";var r=n(199),i=n(476),a=n(267),o=i("%TypeError%"),u=i("%Function.prototype.apply%"),l=i("%Function.prototype.call%"),c=i("%Reflect.apply%",!0)||r.call(l,u),s=i("%Object.defineProperty%",!0),f=i("%Math.max%");if(s)try{s({},"a",{value:1})}catch(h){s=null}e.exports=function(e){if("function"!==typeof e)throw new o("a function is required");var t=c(r,l,arguments);return a(t,1+f(0,e.length-(arguments.length-1)),!0)};var d=function(){return c(r,u,arguments)};s?s(e.exports,"apply",{value:d}):e.exports.apply=d},123:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function i(){for(var e=[],t=0;t=t?e:""+Array(t+1-r.length).join(n)+e},y={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(i,2,"0")},m:function e(t,n){if(t.date()1)return e(o[0])}else{var u=t.name;b[u]=t,i=u}return!r&&i&&(_=i),i||!r&&_},x=function(e,t){if(D(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new S(n)},C=y;C.l=k,C.i=D,C.w=function(e,t){return x(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var S=function(){function v(e){this.$L=k(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[w]=!0}var g=v.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(C.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(m);if(r){var i=r[2]-1||0,a=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return C},g.isValid=function(){return!(this.$d.toString()===h)},g.isSame=function(e,t){var n=x(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return x(e)=0&&(a[f]=parseInt(s,10))}var d=a[3],h=24===d?0:d,m=a[0]+"-"+a[1]+"-"+a[2]+" "+h+":"+a[4]+":"+a[5]+":000",p=+t;return(i.utc(m).valueOf()-(p-=p%1e3))/6e4},l=r.prototype;l.tz=function(e,t){void 0===e&&(e=a);var n=this.utcOffset(),r=this.toDate(),o=r.toLocaleString("en-US",{timeZone:e}),u=Math.round((r-new Date(o))/1e3/60),l=i(o,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-u,!0);if(t){var c=l.utcOffset();l=l.add(n-c,"minute")}return l.$x.$timezone=e,l},l.offsetName=function(e){var t=this.$x.$timezone||i.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=l.startOf;l.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return c.call(n,e,t).tz(this.$x.$timezone,!0)},i.tz=function(e,t,n){var r=n&&t,o=n||t||a,l=u(+i(),o);if("string"!=typeof e)return i(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,i=u(r,n);if(t===i)return[r,t];var a=u(r-=60*(i-t)*1e3,n);return i===a?[r,i]:[e-60*Math.min(i,a)*1e3,Math.max(i,a)]}(i.utc(e,r).valueOf(),l,o),s=c[0],f=c[1],d=i(s).utcOffset(f);return d.$x.$timezone=o,d},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(e){a=e}}}()},635:function(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,a){var o=i.prototype;a.utc=function(e){return new i({date:e,utc:!0,args:arguments})},o.utc=function(t){var n=a(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},o.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var u=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),u.call(this,e)};var l=o.init;o.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else l.call(this)};var c=o.utcOffset;o.utcOffset=function(r,i){var a=this.$utils().u;if(a(r))return this.$u?0:a(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],a=i[0],o=60*+i[1]+ +i[2];return 0===o?0:"+"===a?o:-o}(r),null===r))return this;var o=Math.abs(r)<=16?60*r:r,u=this;if(i)return u.$offset=o,u.$u=0===r,u;if(0!==r){var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(u=this.local().add(o+l,e)).$offset=o,u.$x.$localOffset=l}else u=this.utc();return u};var s=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return s.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var f=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var d=o.diff;o.diff=function(e,t,n){if(e&&this.$u===e.$u)return d.call(this,e,t,n);var r=this.local(),i=a(e).local();return d.call(r,i,t,n)}}}()},150:function(e,t,n){"use strict";var r=n(926)(),i=n(476),a=r&&i("%Object.defineProperty%",!0);if(a)try{a({},"a",{value:1})}catch(c){a=!1}var o=i("%SyntaxError%"),u=i("%TypeError%"),l=n(103);e.exports=function(e,t,n){if(!e||"object"!==typeof e&&"function"!==typeof e)throw new u("`obj` must be an object or a function`");if("string"!==typeof t&&"symbol"!==typeof t)throw new u("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!==typeof arguments[3]&&null!==arguments[3])throw new u("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!==typeof arguments[4]&&null!==arguments[4])throw new u("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!==typeof arguments[5]&&null!==arguments[5])throw new u("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!==typeof arguments[6])throw new u("`loose`, if provided, must be a boolean");var r=arguments.length>3?arguments[3]:null,i=arguments.length>4?arguments[4]:null,c=arguments.length>5?arguments[5]:null,s=arguments.length>6&&arguments[6],f=!!l&&l(e,t);if(a)a(e,t,{configurable:null===c&&f?f.configurable:!c,enumerable:null===r&&f?f.enumerable:!r,value:n,writable:null===i&&f?f.writable:!i});else{if(!s&&(r||i||c))throw new o("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=n}}},781:function(e){"use strict";var t=Object.prototype.toString,n=Math.max,r=function(e,t){for(var n=[],r=0;r1&&"boolean"!==typeof t)throw new o('"allowMissing" argument must be a boolean');if(null===S(/^%?[^%]*%?$/,e))throw new i("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=C(e,0,1),n=C(e,-1);if("%"===t&&"%"!==n)throw new i("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new i("invalid intrinsic syntax, expected opening `%`");var r=[];return x(e,E,(function(e,t,n,i){r[r.length]=n?x(i,A,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",a=N("%"+r+"%",t),u=a.name,c=a.value,s=!1,f=a.alias;f&&(r=f[0],k(n,D([0,1],f)));for(var d=1,h=!0;d=n.length){var y=l(c,m);c=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:c[m]}else h=w(c,m),c=c[m];h&&!s&&(v[u]=c)}}return c}},103:function(e,t,n){"use strict";var r=n(476)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(i){r=null}e.exports=r},926:function(e,t,n){"use strict";var r=n(476)("%Object.defineProperty%",!0),i=function(){if(r)try{return r({},"a",{value:1}),!0}catch(e){return!1}return!1};i.hasArrayLengthDefineBug=function(){if(!i())return null;try{return 1!==r([],"length",{value:1}).length}catch(e){return!0}},e.exports=i},593:function(e){"use strict";var t={foo:{}},n=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof n)}},520:function(e,t,n){"use strict";var r="undefined"!==typeof Symbol&&Symbol,i=n(541);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&i())))}},541:function(e){"use strict";e.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"===typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"===typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},834:function(e,t,n){"use strict";var r=Function.prototype.call,i=Object.prototype.hasOwnProperty,a=n(199);e.exports=a.call(r,i)},936:function(e,t,n){var r=NaN,i="[object Symbol]",a=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt,s="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,f="object"==typeof self&&self&&self.Object===Object&&self,d=s||f||Function("return this")(),h=Object.prototype.toString,m=Math.max,p=Math.min,v=function(){return d.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==i}(e))return r;if(g(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=u.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):o.test(e)?r:+e}e.exports=function(e,t,n){var r,i,a,o,u,l,c=0,s=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function _(e){var n=e-l;return void 0===l||n>=t||n<0||f&&e-c>=a}function b(){var e=v();if(_(e))return w(e);u=setTimeout(b,function(e){var n=t-(e-l);return f?p(n,a-(e-c)):n}(e))}function w(e){return u=void 0,d&&r?h(e):(r=i=void 0,o)}function D(){var e=v(),n=_(e);if(r=arguments,i=this,l=e,n){if(void 0===u)return function(e){return c=e,u=setTimeout(b,t),s?h(e):o}(l);if(f)return u=setTimeout(b,t),h(l)}return void 0===u&&(u=setTimeout(b,t)),o}return t=y(t)||0,g(n)&&(s=!!n.leading,a=(f="maxWait"in n)?m(y(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),D.cancel=function(){void 0!==u&&clearTimeout(u),c=0,r=l=i=u=void 0},D.flush=function(){return void 0===u?o:w(v())},D}},7:function(e,t,n){var r="__lodash_hash_undefined__",i=1/0,a="[object Function]",o="[object GeneratorFunction]",u="[object Symbol]",l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,s=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,h=/^\[object .+?Constructor\]$/,m="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,p="object"==typeof self&&self&&self.Object===Object&&self,v=m||p||Function("return this")();var g=Array.prototype,y=Function.prototype,_=Object.prototype,b=v["__core-js_shared__"],w=function(){var e=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),D=y.toString,k=_.hasOwnProperty,x=_.toString,C=RegExp("^"+D.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),S=v.Symbol,E=g.splice,A=z(v,"Map"),N=z(Object,"create"),M=S?S.prototype:void 0,F=M?M.toString:void 0;function T(e){var t=-1,n=e?e.length:0;for(this.clear();++t-1},O.prototype.set=function(e,t){var n=this.__data__,r=P(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},L.prototype.clear=function(){this.__data__={hash:new T,map:new(A||O),string:new T}},L.prototype.delete=function(e){return B(this,e).delete(e)},L.prototype.get=function(e){return B(this,e).get(e)},L.prototype.has=function(e){return B(this,e).has(e)},L.prototype.set=function(e,t){return B(this,e).set(e,t),this};var j=$((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(U(e))return F?F.call(e):"";var t=e+"";return"0"==t&&1/e==-i?"-0":t}(t);var n=[];return s.test(e)&&n.push(""),e.replace(f,(function(e,t,r,i){n.push(r?i.replace(d,"$1"):t||e)})),n}));function H(e){if("string"==typeof e||U(e))return e;var t=e+"";return"0"==t&&1/e==-i?"-0":t}function $(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function n(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o),o};return n.cache=new($.Cache||L),n}$.Cache=L;var V=Array.isArray;function Y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function U(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&x.call(e)==u}e.exports=function(e,t,n){var r=null==e?void 0:I(e,t);return void 0===r?n:r}},154:function(e,t,n){var r="function"===typeof Map&&Map.prototype,i=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&i&&"function"===typeof i.get?i.get:null,o=r&&Map.prototype.forEach,u="function"===typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=u&&l&&"function"===typeof l.get?l.get:null,s=u&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"===typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"===typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,p=Object.prototype.toString,v=Function.prototype.toString,g=String.prototype.match,y=String.prototype.slice,_=String.prototype.replace,b=String.prototype.toUpperCase,w=String.prototype.toLowerCase,D=RegExp.prototype.test,k=Array.prototype.concat,x=Array.prototype.join,C=Array.prototype.slice,S=Math.floor,E="function"===typeof BigInt?BigInt.prototype.valueOf:null,A=Object.getOwnPropertySymbols,N="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"===typeof Symbol&&"object"===typeof Symbol.iterator,F="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M||"symbol")?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,O=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function L(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||D.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-S(-e):S(e);if(r!==e){var i=String(r),a=y.call(t,i.length+1);return _.call(i,n,"$&_")+"."+_.call(_.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var P=n(654),I=P.custom,R=$(I)?I:null;function B(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function z(e){return _.call(String(e),/"/g,""")}function j(e){return"[object Array]"===U(e)&&(!F||!("object"===typeof e&&F in e))}function H(e){return"[object RegExp]"===U(e)&&(!F||!("object"===typeof e&&F in e))}function $(e){if(M)return e&&"object"===typeof e&&e instanceof Symbol;if("symbol"===typeof e)return!0;if(!e||"object"!==typeof e||!N)return!1;try{return N.call(e),!0}catch(t){}return!1}e.exports=function e(t,r,i,u){var l=r||{};if(Y(l,"quoteStyle")&&"single"!==l.quoteStyle&&"double"!==l.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Y(l,"maxStringLength")&&("number"===typeof l.maxStringLength?l.maxStringLength<0&&l.maxStringLength!==1/0:null!==l.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var p=!Y(l,"customInspect")||l.customInspect;if("boolean"!==typeof p&&"symbol"!==p)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Y(l,"indent")&&null!==l.indent&&"\t"!==l.indent&&!(parseInt(l.indent,10)===l.indent&&l.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Y(l,"numericSeparator")&&"boolean"!==typeof l.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var b=l.numericSeparator;if("undefined"===typeof t)return"undefined";if(null===t)return"null";if("boolean"===typeof t)return t?"true":"false";if("string"===typeof t)return W(t,l);if("number"===typeof t){if(0===t)return 1/0/t>0?"0":"-0";var D=String(t);return b?L(t,D):D}if("bigint"===typeof t){var S=String(t)+"n";return b?L(t,S):S}var A="undefined"===typeof l.depth?5:l.depth;if("undefined"===typeof i&&(i=0),i>=A&&A>0&&"object"===typeof t)return j(t)?"[Array]":"[Object]";var I=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"===typeof e.indent&&e.indent>0))return null;n=x.call(Array(e.indent+1)," ")}return{base:n,prev:x.call(Array(t+1),n)}}(l,i);if("undefined"===typeof u)u=[];else if(q(u,t)>=0)return"[Circular]";function V(t,n,r){if(n&&(u=C.call(u)).push(n),r){var a={depth:l.depth};return Y(l,"quoteStyle")&&(a.quoteStyle=l.quoteStyle),e(t,a,i+1,u)}return e(t,l,i+1,u)}if("function"===typeof t&&!H(t)){var Z=function(e){if(e.name)return e.name;var t=g.call(v.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),ee=X(t,V);return"[Function"+(Z?": "+Z:" (anonymous)")+"]"+(ee.length>0?" { "+x.call(ee,", ")+" }":"")}if($(t)){var te=M?_.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):N.call(t);return"object"!==typeof t||M?te:Q(te)}if(function(e){if(!e||"object"!==typeof e)return!1;if("undefined"!==typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"===typeof e.nodeName&&"function"===typeof e.getAttribute}(t)){for(var ne="<"+w.call(String(t.nodeName)),re=t.attributes||[],ie=0;ie"}if(j(t)){if(0===t.length)return"[]";var ae=X(t,V);return I&&!function(e){for(var t=0;t=0)return!1;return!0}(ae)?"["+J(ae,I)+"]":"[ "+x.call(ae,", ")+" ]"}if(function(e){return"[object Error]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)){var oe=X(t,V);return"cause"in Error.prototype||!("cause"in t)||T.call(t,"cause")?0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+x.call(oe,", ")+" }":"{ ["+String(t)+"] "+x.call(k.call("[cause]: "+V(t.cause),oe),", ")+" }"}if("object"===typeof t&&p){if(R&&"function"===typeof t[R]&&P)return P(t,{depth:A-i});if("symbol"!==p&&"function"===typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!==typeof e)return!1;try{a.call(e);try{c.call(e)}catch(ne){return!0}return e instanceof Map}catch(t){}return!1}(t)){var ue=[];return o&&o.call(t,(function(e,n){ue.push(V(n,t,!0)+" => "+V(e,t))})),K("Map",a.call(t),ue,I)}if(function(e){if(!c||!e||"object"!==typeof e)return!1;try{c.call(e);try{a.call(e)}catch(t){return!0}return e instanceof Set}catch(n){}return!1}(t)){var le=[];return s&&s.call(t,(function(e){le.push(V(e,t))})),K("Set",c.call(t),le,I)}if(function(e){if(!f||!e||"object"!==typeof e)return!1;try{f.call(e,f);try{d.call(e,d)}catch(ne){return!0}return e instanceof WeakMap}catch(t){}return!1}(t))return G("WeakMap");if(function(e){if(!d||!e||"object"!==typeof e)return!1;try{d.call(e,d);try{f.call(e,f)}catch(ne){return!0}return e instanceof WeakSet}catch(t){}return!1}(t))return G("WeakSet");if(function(e){if(!h||!e||"object"!==typeof e)return!1;try{return h.call(e),!0}catch(t){}return!1}(t))return G("WeakRef");if(function(e){return"[object Number]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(V(Number(t)));if(function(e){if(!e||"object"!==typeof e||!E)return!1;try{return E.call(e),!0}catch(t){}return!1}(t))return Q(V(E.call(t)));if(function(e){return"[object Boolean]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(m.call(t));if(function(e){return"[object String]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(V(String(t)));if("undefined"!==typeof window&&t===window)return"{ [object Window] }";if(t===n.g)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)&&!H(t)){var ce=X(t,V),se=O?O(t)===Object.prototype:t instanceof Object||t.constructor===Object,fe=t instanceof Object?"":"null prototype",de=!se&&F&&Object(t)===t&&F in t?y.call(U(t),8,-1):fe?"Object":"",he=(se||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(de||fe?"["+x.call(k.call([],de||[],fe||[]),": ")+"] ":"");return 0===ce.length?he+"{}":I?he+"{"+J(ce,I)+"}":he+"{ "+x.call(ce,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function Y(e,t){return V.call(e,t)}function U(e){return p.call(e)}function q(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;nt.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return W(y.call(e,0,t.maxStringLength),t)+r}return B(_.call(_.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Z),"single",t)}function Z(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+b.call(t.toString(16))}function Q(e){return"Object("+e+")"}function G(e){return e+" { ? }"}function K(e,t,n,r){return e+" ("+t+") {"+(r?J(n,r):x.call(n,", "))+"}"}function J(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+x.call(e,","+n)+"\n"+t.prev}function X(e,t){var n=j(e),r=[];if(n){r.length=e.length;for(var i=0;i=n.__.length&&n.__.push({__V:s}),n.__[e]}function g(e){return l=1,y(P,e)}function y(e,t,n){var a=v(r++,2);if(a.t=e,!a.__c&&(a.__=[n?n(t):P(void 0,t),function(e){var t=a.__N?a.__N[0]:a.__[0],n=a.t(t,e);t!==n&&(a.__N=[n,a.__[1]],a.__c.setState({}))}],a.__c=i,!i.u)){var o=function(e,t,n){if(!a.__c.__H)return!0;var r=a.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!u||u.call(this,e,t,n);var i=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}})),!(!i&&a.__c.props===e)&&(!u||u.call(this,e,t,n))};i.u=!0;var u=i.shouldComponentUpdate,l=i.componentWillUpdate;i.componentWillUpdate=function(e,t,n){if(this.__e){var r=u;u=void 0,o(e,t,n),u=r}l&&l.call(this,e,t,n)},i.shouldComponentUpdate=o}return a.__N||a.__}function _(e,t){var n=v(r++,3);!u.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__H.__h.push(n))}function b(e,t){var n=v(r++,4);!u.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__h.push(n))}function w(e){return l=5,k((function(){return{current:e}}),[])}function D(e,t,n){l=6,b((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function k(e,t){var n=v(r++,7);return L(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function x(e,t){return l=8,k((function(){return e}),t)}function C(e){var t=i.context[e.__c],n=v(r++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(i)),t.props.value):e.__}function S(e,t){u.YM.useDebugValue&&u.YM.useDebugValue(t?t(e):e)}function E(e){var t=v(r++,10),n=g();return t.__=e,i.componentDidCatch||(i.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]}function A(){var e=v(r++,11);if(!e.__){for(var t=i.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function N(){for(var e;e=c.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(T),e.__H.__h.forEach(O),e.__H.__h=[]}catch(i){e.__H.__h=[],u.YM.__e(i,e.__v)}}u.YM.__b=function(e){i=null,f&&f(e)},u.YM.__r=function(e){d&&d(e),r=0;var t=(i=e.__c).__H;t&&(a===i?(t.__h=[],i.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=s,e.__N=e.i=void 0}))):(t.__h.forEach(T),t.__h.forEach(O),t.__h=[],r=0)),a=i},u.YM.diffed=function(e){h&&h(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==c.push(t)&&o===u.YM.requestAnimationFrame||((o=u.YM.requestAnimationFrame)||F)(N)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==s&&(e.__=e.__V),e.i=void 0,e.__V=s}))),a=i=null},u.YM.__c=function(e,t){t.some((function(e){try{e.__h.forEach(T),e.__h=e.__h.filter((function(e){return!e.__||O(e)}))}catch(a){t.some((function(e){e.__h&&(e.__h=[])})),t=[],u.YM.__e(a,e.__v)}})),m&&m(e,t)},u.YM.unmount=function(e){p&&p(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{T(e)}catch(e){t=e}})),n.__H=void 0,t&&u.YM.__e(t,n.__v))};var M="function"==typeof requestAnimationFrame;function F(e){var t,n=function(){clearTimeout(r),M&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);M&&(t=requestAnimationFrame(n))}function T(e){var t=i,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),i=t}function O(e){var t=i;e.__c=e.__(),i=t}function L(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function P(e,t){return"function"==typeof t?t(e):t}function I(e,t){for(var n in t)e[n]=t[n];return e}function R(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function B(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function z(e){this.props=e}function j(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:R(this.props,e)}function r(t){return this.shouldComponentUpdate=n,(0,u.az)(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(z.prototype=new u.wA).isPureReactComponent=!0,z.prototype.shouldComponentUpdate=function(e,t){return R(this.props,e)||R(this.state,t)};var H=u.YM.__b;u.YM.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),H&&H(e)};var $="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function V(e){function t(t){var n=I({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=$,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var Y=function(e,t){return null==e?null:(0,u.bR)((0,u.bR)(e).map(t))},U={map:Y,forEach:Y,count:function(e){return e?(0,u.bR)(e).length:0},only:function(e){var t=(0,u.bR)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:u.bR},q=u.YM.__e;u.YM.__e=function(e,t,n,r){if(e.then)for(var i,a=t;a=a.__;)if((i=a.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);q(e,t,n,r)};var W=u.YM.unmount;function Z(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=I({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Z(e,t,n)}))),e}function Q(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Q(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.insertBefore(e.__e,e.__d),e.__c.__e=!0,e.__c.__P=n)),e}function G(){this.__u=0,this.t=null,this.__b=null}function K(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function J(e){var t,n,r;function i(i){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return(0,u.az)(n,i)}return i.displayName="Lazy",i.__f=!0,i}function X(){this.u=null,this.o=null}u.YM.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),W&&W(e)},(G.prototype=new u.wA).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=K(r.__v),a=!1,o=function(){a||(a=!0,n.__R=null,i?i(u):u())};n.__R=o;var u=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Q(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},l=!0===t.__h;r.__u++||l||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},G.prototype.componentWillUnmount=function(){this.t=[]},G.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=Z(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&(0,u.az)(u.HY,null,e.fallback);return i&&(i.__h=null),[(0,u.az)(u.HY,null,t.__a?null:e.children),i]};var ee=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]>>1,1),t.i.removeChild(e)}}),(0,u.sY)((0,u.az)(te,{context:t.context},e.__v),t.l)}function re(e,t){var n=(0,u.az)(ne,{__v:e,i:t});return n.containerInfo=t,n}(X.prototype=new u.wA).__a=function(e){var t=this,n=K(t.__v),r=t.o.get(e);return r[0]++,function(i){var a=function(){t.props.revealOrder?(r.push(i),ee(t,e,r)):i()};n?n(a):a()}},X.prototype.render=function(e){this.u=null,this.o=new Map;var t=(0,u.bR)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},X.prototype.componentDidUpdate=X.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){ee(e,n,t)}))};var ie="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ae=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,oe=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,ue=/[A-Z0-9]/g,le="undefined"!=typeof document,ce=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function se(e,t,n){return null==t.__k&&(t.textContent=""),(0,u.sY)(e,t),"function"==typeof n&&n(),e?e.__c:null}function fe(e,t,n){return(0,u.ZB)(e,t),"function"==typeof n&&n(),e?e.__c:null}u.wA.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(u.wA.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var de=u.YM.event;function he(){}function me(){return this.cancelBubble}function pe(){return this.defaultPrevented}u.YM.event=function(e){return de&&(e=de(e)),e.persist=he,e.isPropagationStopped=me,e.isDefaultPrevented=pe,e.nativeEvent=e};var ve,ge={enumerable:!1,configurable:!0,get:function(){return this.class}},ye=u.YM.vnode;u.YM.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var i in t){var a=t[i];if(!("value"===i&&"defaultValue"in t&&null==a||le&&"children"===i&&"noscript"===n||"class"===i||"className"===i)){var o=i.toLowerCase();"defaultValue"===i&&"value"in t&&null==t.value?i="value":"download"===i&&!0===a?a="":"ondoubleclick"===o?i="ondblclick":"onchange"!==o||"input"!==n&&"textarea"!==n||ce(t.type)?"onfocus"===o?i="onfocusin":"onblur"===o?i="onfocusout":oe.test(i)?i=o:-1===n.indexOf("-")&&ae.test(i)?i=i.replace(ue,"-$&").toLowerCase():null===a&&(a=void 0):o=i="oninput","oninput"===o&&r[i=o]&&(i="oninputCapture"),r[i]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=(0,u.bR)(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=(0,u.bR)(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ge)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=ie,ye&&ye(e)};var _e=u.YM.__r;u.YM.__r=function(e){_e&&_e(e),ve=e.__c};var be=u.YM.diffed;u.YM.diffed=function(e){be&&be(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),ve=null};var we={ReactCurrentDispatcher:{current:{readContext:function(e){return ve.__n[e.__c].props.value}}}},De="17.0.2";function ke(e){return u.az.bind(null,e)}function xe(e){return!!e&&e.$$typeof===ie}function Ce(e){return xe(e)&&e.type===u.HY}function Se(e){return xe(e)?u.Tm.apply(null,arguments):e}function Ee(e){return!!e.__k&&((0,u.sY)(null,e),!0)}function Ae(e){return e&&(e.base||1===e.nodeType&&e)||null}var Ne=function(e,t){return e(t)},Me=function(e,t){return e(t)},Fe=u.HY;function Te(e){e()}function Oe(e){return e}function Le(){return[!1,Te]}var Pe=b,Ie=xe;function Re(e,t){var n=t(),r=g({h:{__:n,v:t}}),i=r[0].h,a=r[1];return b((function(){i.__=n,i.v=t,B(i.__,t())||a({h:i})}),[e,n,t]),_((function(){return B(i.__,i.v())||a({h:i}),e((function(){B(i.__,i.v())||a({h:i})}))}),[e]),n}var Be={useState:g,useId:A,useReducer:y,useEffect:_,useLayoutEffect:b,useInsertionEffect:Pe,useTransition:Le,useDeferredValue:Oe,useSyncExternalStore:Re,startTransition:Te,useRef:w,useImperativeHandle:D,useMemo:k,useCallback:x,useContext:C,useDebugValue:S,version:"17.0.2",Children:U,render:se,hydrate:fe,unmountComponentAtNode:Ee,createPortal:re,createElement:u.az,createContext:u.kr,createFactory:ke,cloneElement:Se,createRef:u.Vf,Fragment:u.HY,isValidElement:xe,isElement:Ie,isFragment:Ce,findDOMNode:Ae,Component:u.wA,PureComponent:z,memo:j,forwardRef:V,flushSync:Me,unstable_batchedUpdates:Ne,StrictMode:Fe,Suspense:G,SuspenseList:X,lazy:J,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:we}},856:function(e,t,n){"use strict";n.d(t,{HY:function(){return b},Tm:function(){return V},Vf:function(){return _},YM:function(){return i},ZB:function(){return $},az:function(){return g},bR:function(){return A},kr:function(){return Y},sY:function(){return H},wA:function(){return w}});var r,i,a,o,u,l,c,s,f={},d=[],h=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,m=Array.isArray;function p(e,t){for(var n in t)e[n]=t[n];return e}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function g(e,t,n){var i,a,o,u={};for(o in t)"key"==o?i=t[o]:"ref"==o?a=t[o]:u[o]=t[o];if(arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===u[o]&&(u[o]=e.defaultProps[o]);return y(e,u,i,a,null)}function y(e,t,n,r,o){var u={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++a:o};return null==o&&null!=i.vnode&&i.vnode(u),u}function _(){return{current:null}}function b(e){return e.children}function w(e,t){this.props=e,this.context=t}function D(e,t){if(null==t)return e.__?D(e.__,e.__.__k.indexOf(e)+1):null;for(var n;tt&&o.sort(c));C.__r=0}function S(e,t,n,r,i,a,o,u,l,c,s){var h,p,v,g,_,w,k,x,C,S=0,A=r&&r.__k||d,F=A.length,T=F,O=t.length;for(n.__k=[],h=0;h0?y(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)?(g.__=n,g.__b=n.__b+1,-1===(x=M(g,A,k=h+S,T))?v=f:(v=A[x]||f,A[x]=void 0,T--),P(e,g,v,i,a,o,u,l,c,s),_=g.__e,(p=g.ref)&&v.ref!=p&&(v.ref&&B(v.ref,null,g),s.push(p,g.__c||_,g)),null!=_&&(null==w&&(w=_),(C=v===f||null===v.__v)?-1==x&&S--:x!==k&&(x===k+1?S++:x>k?T>O-k?S+=x-k:S--:S=x(null!=l?1:0))for(;o>=0||u=0){if((l=t[o])&&i==l.key&&a===l.type)return o;o--}if(u2&&(l.children=arguments.length>3?r.call(arguments,2):n),y(e.type,l,i||e.key,a||e.ref,null)}function Y(e,t){var n={__c:t="__cC"+s++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,x(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}r=d.slice,i={__e:function(e,t,n,r){for(var i,a,o;t=t.__;)if((i=t.__c)&&!i.__)try{if((a=i.constructor)&&null!=a.getDerivedStateFromError&&(i.setState(a.getDerivedStateFromError(e)),o=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),o=i.__d),o)return i.__E=i}catch(t){e=t}throw e}},a=0,w.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=p({},this.state),"function"==typeof e&&(e=e(p({},n),this.props)),e&&p(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),x(this))},w.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),x(this))},w.prototype.render=b,o=[],l="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,c=function(e,t){return e.__v.__b-t.__v.__b},C.__r=0,s=0},609:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC1738",i="RFC3986";e.exports={default:i,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:r,RFC3986:i}},776:function(e,t,n){"use strict";var r=n(816),i=n(668),a=n(609);e.exports={formats:a,parse:i,stringify:r}},668:function(e,t,n){"use strict";var r=n(837),i=Object.prototype.hasOwnProperty,a=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},u=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"===typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,u=n.depth>0&&/(\[[^[\]]*])/.exec(a),c=u?a.slice(0,u.index):a,s=[];if(c){if(!n.plainObjects&&i.call(Object.prototype,c)&&!n.allowPrototypes)return;s.push(c)}for(var f=0;n.depth>0&&null!==(u=o.exec(a))&&f=0;--a){var o,u=e[a];if("[]"===u&&n.parseArrays)o=[].concat(i);else{o=n.plainObjects?Object.create(null):{};var c="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&u!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(o=[])[s]=i:"__proto__"!==c&&(o[c]=i):o={0:i}}i=o}return i}(s,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"===typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null===e||"undefined"===typeof e)return n.plainObjects?Object.create(null):{};for(var s="string"===typeof e?function(e,t){var n,c={__proto__:null},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=s.split(t.delimiter,f),h=-1,m=t.charset;if(t.charsetSentinel)for(n=0;n-1&&(v=a(v)?[v]:v),i.call(c,p)?c[p]=r.combine(c[p],v):c[p]=v}return c}(e,n):e,f=n.plainObjects?Object.create(null):{},d=Object.keys(s),h=0;h0?x.join(",")||null:void 0}];else if(l(d))N=d;else{var F=Object.keys(x);N=p?F.sort(p):F}for(var T=o&&l(x)&&1===x.length?n+"[]":n,O=0;O0?w+b:""}},837:function(e,t,n){"use strict";var r=n(609),i=Object.prototype.hasOwnProperty,a=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),u=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r1;){var t=e.pop(),n=t.obj[t.prop];if(a(n)){for(var r=[],i=0;i=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||a===r.RFC1738&&(40===s||41===s)?l+=u.charAt(c):s<128?l+=o[s]:s<2048?l+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?l+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&u.charCodeAt(c)),l+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return l},isBuffer:function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(a(e)){for(var n=[],r=0;rr.length&&h(e,t.length-1);)t=t.slice(0,t.length-1);return t.length}for(var i=r.length,a=t.length;a>=r.length;a--){var o=t[a];if(!h(e,a)&&m(e,a,o)){i=a+1;break}}return i}function g(e,t){return v(e,t)===e.mask.length}function y(e,t){var n=e.maskChar,r=e.mask,i=e.prefix;if(!n){for((t=_(e,"",t,0)).lengtht.length&&(t+=i.slice(t.length,r)),u.every((function(n){for(;s=n,h(e,c=r)&&s!==i[c];){if(r>=t.length&&(t+=i[r]),u=n,a&&h(e,r)&&u===a)return!0;if(++r>=i.length)return!1}var u,c,s;return!m(e,r,n)&&n!==a||(ri.start?f=(s=function(e,t,n,r){var i=e.mask,a=e.maskChar,o=n.split(""),u=r;return o.every((function(t){for(;o=t,h(e,n=r)&&o!==i[n];)if(++r>=i.length)return!1;var n,o;return(m(e,r,t)||t===a)&&r++,r=a.length?d=a.length:d=o.length&&d4294967295||l(t)!==t)throw new u("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],r=!0,c=!0;if("length"in e&&o){var s=o(e,"length");s&&!s.configurable&&(r=!1),s&&!s.writable&&(c=!1)}return(r||c||!n)&&(a?i(e,"length",t,!0,!0):i(e,"length",t)),e}},170:function(e,t,n){"use strict";var r=n(476),i=n(680),a=n(154),o=r("%TypeError%"),u=r("%WeakMap%",!0),l=r("%Map%",!0),c=i("WeakMap.prototype.get",!0),s=i("WeakMap.prototype.set",!0),f=i("WeakMap.prototype.has",!0),d=i("Map.prototype.get",!0),h=i("Map.prototype.set",!0),m=i("Map.prototype.has",!0),p=function(e,t){for(var n,r=e;null!==(n=r.next);r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n};e.exports=function(){var e,t,n,r={assert:function(e){if(!r.has(e))throw new o("Side channel does not contain "+a(e))},get:function(r){if(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(l){if(t)return d(t,r)}else if(n)return function(e,t){var n=p(e,t);return n&&n.value}(n,r)},has:function(r){if(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(l){if(t)return m(t,r)}else if(n)return function(e,t){return!!p(e,t)}(n,r);return!1},set:function(r,i){u&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new u),s(e,r,i)):l?(t||(t=new l),h(t,r,i)):(n||(n={key:{},next:null}),function(e,t,n){var r=p(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(n,r,i))}};return r}},654:function(){}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.m=e,n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.f={},n.e=function(e){return Promise.all(Object.keys(n.f).reduce((function(t,r){return n.f[r](e,t),t}),[]))},n.u=function(e){return"static/js/"+e+".da77e7b3.chunk.js"},n.miniCssF=function(e){},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={},t="vmui:";n.l=function(r,i,a,o){if(e[r])e[r].push(i);else{var u,l;if(void 0!==a)for(var c=document.getElementsByTagName("script"),s=0;se.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){u=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(u)throw a}}}}function O(){return O=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0&&(t.hash=e.substr(n),e=e.substr(0,n));var r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function $(e,n,r,i){void 0===i&&(i={});var a=i,o=a.window,u=void 0===o?document.defaultView:o,l=a.v5Compat,c=void 0!==l&&l,s=u.history,f=t.Pop,d=null,h=m();function m(){return(s.state||{idx:null}).idx}function p(){f=t.Pop;var e=m(),n=null==e?null:e-h;h=e,d&&d({action:f,location:g.location,delta:n})}function v(e){var t="null"!==u.location.origin?u.location.origin:u.location.href,n="string"===typeof e?e:j(e);return I(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==h&&(h=0,s.replaceState(O({},s.state,{idx:h}),""));var g={get action(){return f},get location(){return e(u,s)},listen:function(e){if(d)throw new Error("A history only accepts one active listener");return u.addEventListener(P,p),d=e,function(){u.removeEventListener(P,p),d=null}},createHref:function(e){return n(u,e)},createURL:v,encodeLocation:function(e){var t=v(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,n){f=t.Push;var i=z(g.location,e,n);r&&r(i,e);var a=B(i,h=m()+1),o=g.createHref(i);try{s.pushState(a,"",o)}catch(l){if(l instanceof DOMException&&"DataCloneError"===l.name)throw l;u.location.assign(o)}c&&d&&d({action:f,location:g.location,delta:1})},replace:function(e,n){f=t.Replace;var i=z(g.location,e,n);r&&r(i,e);var a=B(i,h=m()),o=g.createHref(i);s.replaceState(a,"",o),c&&d&&d({action:f,location:g.location,delta:0})},go:function(e){return s.go(e)}};return g}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(L||(L={}));new Set(["lazy","caseSensitive","path","id","index","children"]);function V(e,t,n){void 0===n&&(n="/");var r=re(("string"===typeof t?H(t):t).pathname||"/",n);if(null==r)return null;var i=Y(e);!function(e){e.sort((function(e,t){return e.score!==t.score?t.score-e.score:function(e,t){var n=e.length===t.length&&e.slice(0,-1).every((function(e,n){return e===t[n]}));return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((function(e){return e.childrenIndex})),t.routesMeta.map((function(e){return e.childrenIndex})))}))}(i);for(var a=null,o=0;null==a&&o0&&(I(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+u+'".'),Y(e.children,t,l,u)),(null!=e.path||e.index)&&t.push({path:u,score:X(u,e.index),routesMeta:l})};return e.forEach((function(e,t){var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?")){var r,a=T(U(e.path));try{for(a.s();!(r=a.n()).done;){var o=r.value;i(e,t,o)}}catch(u){a.e(u)}finally{a.f()}}else i(e,t)})),t}function U(e){var t=e.split("/");if(0===t.length)return[];var n,r=d(n=t)||g(n)||m(n)||p(),i=r[0],a=r.slice(1),o=i.endsWith("?"),u=i.replace(/\?$/,"");if(0===a.length)return o?[u,""]:[u];var l=U(a.join("/")),c=[];return c.push.apply(c,y(l.map((function(e){return""===e?u:[u,e].join("/")})))),o&&c.push.apply(c,y(l)),c.map((function(t){return e.startsWith("/")&&""===t?"/":t}))}var q=/^:\w+$/,W=3,Z=2,Q=1,G=10,K=-2,J=function(e){return"*"===e};function X(e,t){var n=e.split("/"),r=n.length;return n.some(J)&&(r+=K),t&&(r+=Z),n.filter((function(e){return!J(e)})).reduce((function(e,t){return e+(q.test(t)?W:""===t?Q:G)}),r)}function ee(e,t){for(var n=e.routesMeta,r={},i="/",a=[],o=0;o and the router will parse it for you.'}function ae(e){return e.filter((function(e,t){return 0===t||e.route.path&&e.route.path.length>0}))}function oe(e,t,n,r){var i;void 0===r&&(r=!1),"string"===typeof e?i=H(e):(I(!(i=O({},e)).pathname||!i.pathname.includes("?"),ie("?","pathname","search",i)),I(!i.pathname||!i.pathname.includes("#"),ie("#","pathname","hash",i)),I(!i.search||!i.search.includes("#"),ie("#","search","hash",i)));var a,o=""===e||""===i.pathname,u=o?"/":i.pathname;if(r||null==u)a=n;else{var l=t.length-1;if(u.startsWith("..")){for(var c=u.split("/");".."===c[0];)c.shift(),l-=1;i.pathname=c.join("/")}a=l>=0?t[l]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?H(e):e,r=n.pathname,i=n.search,a=void 0===i?"":i,o=n.hash,u=void 0===o?"":o,l=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:l,search:ce(a),hash:se(u)}}(i,a),f=u&&"/"!==u&&u.endsWith("/"),d=(o||"."===u)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var ue=function(e){return e.join("/").replace(/\/\/+/g,"/")},le=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},ce=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},se=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""},fe=function(e){C(n,e);var t=N(n);function n(){return _(this,n),t.apply(this,arguments)}return k(n)}(F(Error));function de(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}var he=["post","put","patch","delete"],me=(new Set(he),["get"].concat(he));new Set(me),new Set([301,302,303,307,308]),new Set([307,308]);Symbol("deferred");function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0||I(!1),o=o.slice(0,Math.min(o.length,l+1))}return o.reduceRight((function(e,i,a){var l=i.route.id?null==u?void 0:u[i.route.id]:null,c=null;n&&(c=i.route.errorElement||Fe);var s=t.concat(o.slice(0,a+1)),f=function(){var t;return t=l?c:i.route.Component?r.createElement(i.route.Component,null):i.route.element?i.route.element:e,r.createElement(Oe,{match:i,routeContext:{outlet:e,matches:s,isDataRoute:null!=n},children:t})};return n&&(i.route.ErrorBoundary||i.route.errorElement||0===a)?r.createElement(Te,{location:n.location,revalidation:n.revalidation,component:c,error:l,children:f(),routeContext:{outlet:null,matches:s,isDataRoute:!0}}):f()}),null)}var Pe=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(Pe||{}),Ie=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(Ie||{});function Re(e){var t=r.useContext(ve);return t||I(!1),t}function Be(e){var t=r.useContext(ge);return t||I(!1),t}function ze(e){var t=function(e){var t=r.useContext(we);return t||I(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||I(!1),n.route.id}r.startTransition;function je(e){return function(e){var t=r.useContext(we).outlet;return t?r.createElement(Ee.Provider,{value:e},t):t}(e.context)}function He(e){I(!1)}function $e(e){var n=e.basename,i=void 0===n?"/":n,a=e.children,o=void 0===a?null:a,u=e.location,l=e.navigationType,c=void 0===l?t.Pop:l,s=e.navigator,f=e.static,d=void 0!==f&&f;ke()&&I(!1);var h=i.replace(/^\/*/,"/"),m=r.useMemo((function(){return{basename:h,navigator:s,static:d}}),[h,s,d]);"string"===typeof u&&(u=H(u));var p=u,v=p.pathname,g=void 0===v?"/":v,y=p.search,_=void 0===y?"":y,b=p.hash,w=void 0===b?"":b,D=p.state,k=void 0===D?null:D,x=p.key,C=void 0===x?"default":x,S=r.useMemo((function(){var e=re(g,h);return null==e?null:{location:{pathname:e,search:_,hash:w,state:k,key:C},navigationType:c}}),[h,g,_,w,k,C,c]);return null==S?null:r.createElement(_e.Provider,{value:m},r.createElement(be.Provider,{children:o,value:S}))}function Ve(e){var t=e.children,n=e.location;return Ne(qe(t),n)}var Ye=function(e){return e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error",e}(Ye||{}),Ue=new Promise((function(){}));r.Component;function qe(e,t){void 0===t&&(t=[]);var n=[];return r.Children.forEach(e,(function(e,i){if(r.isValidElement(e)){var a=[].concat(y(t),[i]);if(e.type!==r.Fragment){e.type!==He&&I(!1),e.props.index&&e.props.children&&I(!1);var o={id:e.props.id||a.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(o.children=qe(e.props.children,a)),n.push(o)}else n.push.apply(n,qe(e.props.children,a))}})),n}function We(){return We=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0||(i[n]=e[n]);return i}function Qe(e){return void 0===e&&(e=""),new URLSearchParams("string"===typeof e||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((function(t,n){var r=e[n];return t.concat(Array.isArray(r)?r.map((function(e){return[n,e]})):[[n,r]])}),[]))}new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);var Ge=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","unstable_viewTransition"],Ke=["aria-current","caseSensitive","className","end","style","to","unstable_viewTransition","children"];var Je=r.createContext({isTransitioning:!1});var Xe=r.startTransition;function et(e){var t=e.basename,n=e.children,i=e.future,a=e.window,o=r.useRef();null==o.current&&(o.current=function(e){return void 0===e&&(e={}),$((function(e,t){var n=H(e.location.hash.substr(1)),r=n.pathname,i=void 0===r?"/":r,a=n.search,o=void 0===a?"":a,u=n.hash,l=void 0===u?"":u;return i.startsWith("/")||i.startsWith(".")||(i="/"+i),z("",{pathname:i,search:o,hash:l},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){var n=e.document.querySelector("base"),r="";if(n&&n.getAttribute("href")){var i=e.location.href,a=i.indexOf("#");r=-1===a?i:i.slice(0,a)}return r+"#"+("string"===typeof t?t:j(t))}),(function(e,t){R("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:a,v5Compat:!0}));var u=o.current,l=v(r.useState({action:u.action,location:u.location}),2),c=l[0],s=l[1],f=(i||{}).v7_startTransition,d=r.useCallback((function(e){f&&Xe?Xe((function(){return s(e)})):s(e)}),[s,f]);return r.useLayoutEffect((function(){return u.listen(d)}),[u,d]),r.createElement($e,{basename:t,children:n,location:c.location,navigationType:c.action,navigator:u})}var tt="undefined"!==typeof window&&"undefined"!==typeof window.document&&"undefined"!==typeof window.document.createElement,nt=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,rt=r.forwardRef((function(e,t){var n,i=e.onClick,a=e.relative,o=e.reloadDocument,u=e.replace,l=e.state,c=e.target,s=e.to,f=e.preventScrollReset,d=e.unstable_viewTransition,h=Ze(e,Ge),m=r.useContext(_e).basename,p=!1;if("string"===typeof s&&nt.test(s)&&(n=s,tt))try{var v=new URL(window.location.href),g=s.startsWith("//")?new URL(v.protocol+s):new URL(s),y=re(g.pathname,m);g.origin===v.origin&&null!=y?s=y+g.search+g.hash:p=!0}catch(w){}var _=function(e,t){var n=(void 0===t?{}:t).relative;ke()||I(!1);var i=r.useContext(_e),a=i.basename,o=i.navigator,u=Ae(e,{relative:n}),l=u.hash,c=u.pathname,s=u.search,f=c;return"/"!==a&&(f="/"===c?a:ue([a,c])),o.createHref({pathname:f,search:s,hash:l})}(s,{relative:a}),b=function(e,t){var n=void 0===t?{}:t,i=n.target,a=n.replace,o=n.state,u=n.preventScrollReset,l=n.relative,c=n.unstable_viewTransition,s=Se(),f=xe(),d=Ae(e,{relative:l});return r.useCallback((function(t){if(function(e,t){return 0===e.button&&(!t||"_self"===t)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)}(t,i)){t.preventDefault();var n=void 0!==a?a:j(f)===j(d);s(e,{replace:n,state:o,preventScrollReset:u,relative:l,unstable_viewTransition:c})}}),[f,s,d,a,o,i,e,u,l,c])}(s,{replace:u,state:l,target:c,preventScrollReset:f,relative:a,unstable_viewTransition:d});return r.createElement("a",We({},h,{href:n||_,onClick:p||o?i:function(e){i&&i(e),e.defaultPrevented||b(e)},ref:t,target:c}))}));var it=r.forwardRef((function(e,t){var n=e["aria-current"],i=void 0===n?"page":n,a=e.caseSensitive,o=void 0!==a&&a,u=e.className,l=void 0===u?"":u,c=e.end,s=void 0!==c&&c,f=e.style,d=e.to,h=e.unstable_viewTransition,m=e.children,p=Ze(e,Ke),v=Ae(d,{relative:p.relative}),g=xe(),y=r.useContext(ge),_=r.useContext(_e).navigator,b=null!=y&&function(e,t){void 0===t&&(t={});var n=r.useContext(Je);null==n&&I(!1);var i=ut(at.useViewTransitionState).basename,a=Ae(e,{relative:t.relative});if(!n.isTransitioning)return!1;var o=re(n.currentLocation.pathname,i)||n.currentLocation.pathname,u=re(n.nextLocation.pathname,i)||n.nextLocation.pathname;return null!=te(a.pathname,u)||null!=te(a.pathname,o)}(v)&&!0===h,w=_.encodeLocation?_.encodeLocation(v).pathname:v.pathname,D=g.pathname,k=y&&y.navigation&&y.navigation.location?y.navigation.location.pathname:null;o||(D=D.toLowerCase(),k=k?k.toLowerCase():null,w=w.toLowerCase());var x,C=D===w||!s&&D.startsWith(w)&&"/"===D.charAt(w.length),S=null!=k&&(k===w||!s&&k.startsWith(w)&&"/"===k.charAt(w.length)),E={isActive:C,isPending:S,isTransitioning:b},A=C?i:void 0;x="function"===typeof l?l(E):[l,C?"active":null,S?"pending":null,b?"transitioning":null].filter(Boolean).join(" ");var N="function"===typeof f?f(E):f;return r.createElement(rt,We({},p,{"aria-current":A,className:x,ref:t,style:N,to:d,unstable_viewTransition:h}),"function"===typeof m?m(E):m)}));var at,ot;function ut(e){var t=r.useContext(ve);return t||I(!1),t}function lt(e){var t=r.useRef(Qe(e)),n=r.useRef(!1),i=xe(),a=r.useMemo((function(){return function(e,t){var n=Qe(e);return t&&t.forEach((function(e,r){n.has(r)||t.getAll(r).forEach((function(e){n.append(r,e)}))})),n}(i.search,n.current?null:t.current)}),[i.search]),o=Se(),u=r.useCallback((function(e,t){var r=Qe("function"===typeof e?e(a):e);n.current=!0,o("?"+r,t)}),[o,a]);return[a,u]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(at||(at={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(ot||(ot={}));var ct;function st(e,t,n){return(t=w(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ft(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function dt(e){for(var t=1;t=100&&(t=n-n%10),e<100&&e>=10&&(t=n-n%5),e<10&&e>=1&&(t=n),e<1&&e>.01&&(t=Math.round(40*e)/40),dn(t||.001).replace(/\s/g,"")},mn=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&sn.includes(n[0]))return st({},n[0],t[0])},pn=function(e){var t=cn.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=mn(t);return n?dt(dt({},e),n):dt({},e)}),{});return a().duration(r).asSeconds()},vn=function(e,t){return hn(e/(t?rn:nn))},gn=function(e,t){var n=(t||a()().toDate()).valueOf()/1e3,r=pn(e);return{start:n-r,end:n,step:vn(r),date:yn(t||a()().toDate())}},yn=function(e){return a().tz(e).utc().format(tn)},_n=function(e){return a().tz(e).format(tn)},bn=function(e){var t=Math.floor(e%1e3),n=Math.floor(e/1e3%60),r=Math.floor(e/1e3/60%60),i=Math.floor(e/1e3/3600%24),a=Math.floor(e/864e5),o=["d","h","m","s","ms"];return[a,i,r,n,t].map((function(e,t){return e?"".concat(e).concat(o[t]):""})).filter((function(e){return e})).join("")},wn=function(e){var t=a()(1e3*e);return t.isValid()?t.toDate():new Date},Dn=[{title:"Last 5 minutes",duration:"5m"},{title:"Last 15 minutes",duration:"15m"},{title:"Last 30 minutes",duration:"30m",isDefault:!0},{title:"Last 1 hour",duration:"1h"},{title:"Last 3 hours",duration:"3h"},{title:"Last 6 hours",duration:"6h"},{title:"Last 12 hours",duration:"12h"},{title:"Last 24 hours",duration:"24h"},{title:"Last 2 days",duration:"2d"},{title:"Last 7 days",duration:"7d"},{title:"Last 30 days",duration:"30d"},{title:"Last 90 days",duration:"90d"},{title:"Last 180 days",duration:"180d"},{title:"Last 1 year",duration:"1y"},{title:"Yesterday",duration:"1d",until:function(){return a()().tz().subtract(1,"day").endOf("day").toDate()}},{title:"Today",duration:"1d",until:function(){return a()().tz().endOf("day").toDate()}}].map((function(e){return dt({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return a()().tz().toDate()}},e)})),kn=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,i=e.defaultEndInput,a=null===(t=Dn.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,o=n||Ft("g0.relative_time",a),u=Dn.find((function(e){return e.id===o}));return{relativeTimeId:u?o:"none",duration:u?u.duration:r,endInput:u?u.until():i}},xn=function(e){var t=a()().tz(e);return"UTC".concat(t.format("Z"))},Cn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return ln.reduce((function(n,r){var i=(r.match(/^(.*?)\//)||[])[1]||"unknown",a=xn(r),o=a.replace(/UTC|0/,""),u=r.replace(/[/_]/g," "),l={region:r,utc:a,search:"".concat(r," ").concat(a," ").concat(u," ").concat(o)},c=!e||e&&t.test(l.search);return c&&n[i]?n[i].push(l):c&&(n[i]=[l]),n}),{})},Sn=function(e){a().tz.setDefault(e)},En=Ot("TIMEZONE")||a().tz.guess();Sn(En);var An,Nn=Ft("g0.range_input"),Mn=kn({defaultDuration:Nn||"1h",defaultEndInput:(An=Ft("g0.end_input",a()().utc().format(tn)),a()(An).utcOffset(0,!0).toDate()),relativeTimeId:Nn?Ft("g0.relative_time","none"):void 0}),Fn=Mn.duration,Tn=Mn.endInput,On=Mn.relativeTimeId,Ln={duration:Fn,period:gn(Fn,Tn),relativeTime:On,timezone:En};function Pn(e,t){switch(t.type){case"SET_DURATION":return dt(dt({},e),{},{duration:t.payload,period:gn(t.payload,wn(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return dt(dt({},e),{},{duration:t.payload.duration,period:gn(t.payload.duration,t.payload.until),relativeTime:t.payload.id});case"SET_PERIOD":var n=function(e){var t=e.to.valueOf()-e.from.valueOf();return bn(t)}(t.payload);return dt(dt({},e),{},{duration:n,period:gn(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=kn({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:wn(e.period.end)}),i=r.duration,a=r.endInput;return dt(dt({},e),{},{period:gn(i,a)});case"RUN_QUERY_TO_NOW":return dt(dt({},e),{},{period:gn(e.duration)});case"SET_TIMEZONE":return Sn(t.payload),Tt("TIMEZONE",t.payload),dt(dt({},e),{},{timezone:t.payload});default:throw new Error}}var In=(0,r.createContext)({}),Rn=function(){return(0,r.useContext)(In).state},Bn=function(){return(0,r.useContext)(In).dispatch},zn=function(e){var t=Ot(e);return t?JSON.parse(t):[]},jn=function(){var e,t=(null===(e=(window.location.hash.split("?")[1]||"").match(/g\d+\.expr/g))||void 0===e?void 0:e.length)||1;return new Array(t>4?4:t).fill(1).map((function(e,t){return Ft("g".concat(t,".expr"),"")}))}(),Hn={query:jn,queryHistory:jn.map((function(e){return{index:0,values:[e]}})),autocomplete:Ot("AUTOCOMPLETE")||!1};function $n(e,t){switch(t.type){case"SET_QUERY":return dt(dt({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return function(e){var t=e.map((function(e){return e.values[e.index]})),n=zn("QUERY_HISTORY");n[0]||(n[0]=[]);var r=n[0];t.forEach((function(e){!r.includes(e)&&e&&r.unshift(e),r.length>100&&r.shift()})),Tt("QUERY_HISTORY",JSON.stringify(n))}(t.payload),dt(dt({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),dt(dt({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return Tt("AUTOCOMPLETE",!e.autocomplete),dt(dt({},e),{},{autocomplete:!e.autocomplete});default:throw new Error}}var Vn=(0,r.createContext)({}),Yn=function(){return(0,r.useContext)(Vn).state},Un=function(){return(0,r.useContext)(Vn).dispatch},qn=function(){return Wt("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:Wt("path",{d:"M6.12 10.48c.36.28.8.43 1.26.43h.05c.48 0 .96-.19 1.25-.44 1.5-1.28 5.88-5.29 5.88-5.29C15.73 4.1 12.46 3.01 7.43 3h-.06C2.33 3-.93 4.1.24 5.18c0 0 4.37 4 5.88 5.3Zm2.56 2.16c-.36.28-.8.44-1.26.45h-.04c-.46 0-.9-.17-1.26-.45-1.04-.88-4.74-4.22-6.12-5.5v1.94c0 .21.08.5.22.63l.07.06c1.05.96 4.55 4.16 5.83 5.25.36.28.8.43 1.26.44h.04c.49-.02.96-.2 1.26-.44 1.3-1.11 4.94-4.45 5.88-5.31.15-.14.23-.42.23-.63V7.15a454.94 454.94 0 0 1-6.11 5.5Zm-1.26 4.99c.46 0 .9-.16 1.26-.44a454.4 454.4 0 0 0 6.1-5.5v1.94c0 .2-.07.48-.22.62-.94.87-4.57 4.2-5.88 5.3-.3.26-.77.44-1.26.45h-.04c-.46 0-.9-.16-1.26-.44-1.2-1.02-4.38-3.92-5.62-5.06l-.28-.25c-.14-.14-.22-.42-.22-.62v-1.94c1.38 1.26 5.08 4.6 6.12 5.5.36.28.8.43 1.26.44h.04ZM35 5l-5.84 14.46h-2.43L20.89 5h2.16a.9.9 0 0 1 .9.61l3.41 8.82a18.8 18.8 0 0 1 .62 2.02 19.44 19.44 0 0 1 .57-2.02l3.39-8.82c.05-.15.16-.3.31-.42a.9.9 0 0 1 .58-.19H35Zm17.18 0v14.46H49.8v-9.34c0-.37.02-.78.06-1.21l-4.37 8.21c-.21.4-.53.59-.95.59h-.38c-.43 0-.75-.2-.95-.59L38.8 8.88a22.96 22.96 0 0 1 .07 1.24v9.34H36.5V5h2.03l.3.01c.1 0 .17.02.24.05.07.03.13.07.19.13a1 1 0 0 1 .17.24l4.33 8.03a16.97 16.97 0 0 1 .6 1.36 14.34 14.34 0 0 1 .6-1.38l4.28-8.01c.05-.1.1-.18.17-.24.06-.06.12-.1.19-.13a.9.9 0 0 1 .24-.05l.3-.01h2.04Zm8.88 13.73a4.5 4.5 0 0 0 1.82-.35 3.96 3.96 0 0 0 2.22-2.47c.2-.57.3-1.19.3-1.85V5.31h1.02v8.75c0 .78-.12 1.51-.37 2.19a4.88 4.88 0 0 1-2.76 2.95c-.66.29-1.4.43-2.23.43-.82 0-1.57-.14-2.24-.43a5.01 5.01 0 0 1-2.75-2.95 6.37 6.37 0 0 1-.37-2.19V5.31h1.03v8.74c0 .66.1 1.28.3 1.85a3.98 3.98 0 0 0 2.21 2.47c.53.24 1.14.36 1.82.36Zm10.38.73h-1.03V5.31h1.03v14.15Z"})})},Wn=function(){return Wt("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:[Wt("path",{d:"M11.12 10.48c.36.28.8.43 1.26.43h.05c.48 0 .96-.19 1.25-.44 1.5-1.28 5.88-5.29 5.88-5.29 1.17-1.09-2.1-2.17-7.13-2.18h-.06c-5.04 0-8.3 1.1-7.13 2.18 0 0 4.37 4 5.88 5.3Zm2.56 2.16c-.36.28-.8.44-1.26.45h-.04c-.46 0-.9-.17-1.26-.45-1.04-.88-4.74-4.22-6.12-5.5v1.94c0 .21.08.5.22.63l.07.06c1.05.96 4.55 4.16 5.83 5.25.36.28.8.43 1.26.44h.04c.49-.02.96-.2 1.26-.44 1.3-1.11 4.94-4.45 5.88-5.31.15-.14.23-.42.23-.63V7.15a455.13 455.13 0 0 1-6.11 5.5Zm-1.26 4.99c.46 0 .9-.16 1.26-.44 2.05-1.82 4.09-3.65 6.1-5.5v1.94c0 .2-.07.48-.22.62-.94.87-4.57 4.2-5.88 5.3-.3.26-.77.44-1.26.45h-.04c-.46 0-.9-.16-1.26-.44-1.2-1.02-4.38-3.92-5.62-5.06l-.28-.25c-.14-.14-.22-.42-.22-.62v-1.94c1.38 1.26 5.08 4.6 6.12 5.5.36.28.8.43 1.26.44h.04ZM40 5l-5.84 14.46h-2.43L25.89 5h2.16a.9.9 0 0 1 .9.61l3.41 8.82a18.8 18.8 0 0 1 .62 2.02 19.44 19.44 0 0 1 .57-2.02l3.39-8.82c.05-.15.16-.3.31-.42a.9.9 0 0 1 .58-.19H40Zm17.18 0v14.46H54.8v-9.34c0-.37.02-.78.06-1.21l-4.37 8.21c-.21.4-.53.59-.95.59h-.38c-.43 0-.75-.2-.95-.59L43.8 8.88a22.96 22.96 0 0 1 .07 1.24v9.34H41.5V5h2.03l.3.01c.1 0 .17.02.24.05.07.03.13.07.19.13a1 1 0 0 1 .17.24l4.33 8.03a16.97 16.97 0 0 1 .6 1.36 14.34 14.34 0 0 1 .6-1.38l4.28-8.01c.05-.1.1-.18.17-.24.06-.06.12-.1.19-.13a.9.9 0 0 1 .24-.05l.3-.01h2.04Zm8.88 13.73a4.5 4.5 0 0 0 1.82-.35 3.96 3.96 0 0 0 2.22-2.47c.2-.57.3-1.19.3-1.85V5.31h1.02v8.75c0 .78-.12 1.51-.37 2.19a4.88 4.88 0 0 1-2.76 2.95c-.66.29-1.4.43-2.23.43-.82 0-1.57-.14-2.24-.43a5.01 5.01 0 0 1-2.75-2.95 6.37 6.37 0 0 1-.37-2.19V5.31h1.03v8.74c0 .66.1 1.28.3 1.85a3.98 3.98 0 0 0 2.21 2.47c.53.24 1.14.36 1.82.36Zm10.38.73h-1.03V5.31h1.03v14.15ZM1.73 36v-5.17l-.67-.07a.6.6 0 0 1-.21-.1.23.23 0 0 1-.08-.18v-.44h.96v-.59c0-.34.05-.65.14-.92a1.79 1.79 0 0 1 1.08-1.11 2.45 2.45 0 0 1 1.62-.02l-.03.53c0 .1-.06.15-.16.16H4c-.18 0-.35.03-.5.08a.95.95 0 0 0-.39.23c-.1.11-.19.25-.25.43-.05.18-.08.4-.08.65v.56h1.75v.78H2.8V36H1.73Zm6.17-6.17c.45 0 .85.07 1.2.22a2.57 2.57 0 0 1 1.5 1.62c.13.38.2.81.2 1.29s-.07.91-.2 1.3a2.57 2.57 0 0 1-1.49 1.61c-.36.14-.76.21-1.2.21-.45 0-.86-.07-1.22-.21a2.57 2.57 0 0 1-1.5-1.62c-.12-.38-.19-.81-.19-1.3 0-.47.07-.9.2-1.28a2.57 2.57 0 0 1 1.5-1.62c.35-.15.76-.22 1.2-.22Zm0 5.42c.6 0 1.05-.2 1.35-.6.3-.4.44-.97.44-1.69s-.15-1.28-.44-1.69c-.3-.4-.75-.6-1.35-.6-.3 0-.57.05-.8.15-.22.1-.4.26-.56.45-.15.2-.26.44-.33.73-.08.28-.11.6-.11.96 0 .72.15 1.29.44 1.69.3.4.76.6 1.36.6Zm5.26-4.11c.2-.42.43-.74.71-.97.28-.24.62-.36 1.03-.36.13 0 .25.02.36.05.12.02.23.07.32.13l-.08.8c-.02.1-.08.15-.18.15l-.24-.04a1.7 1.7 0 0 0-.88.05c-.15.05-.29.14-.4.25-.12.1-.23.24-.32.4-.1.17-.18.35-.26.56V36h-1.07v-6.08h.61c.12 0 .2.02.24.07.05.04.08.12.1.23l.06.92Zm13.73-3.82L23.39 36h-1.46l-3.5-8.68h1.29a.54.54 0 0 1 .54.37l2.04 5.3a11.31 11.31 0 0 1 .37 1.21 11.65 11.65 0 0 1 .35-1.22l2.03-5.29c.03-.1.1-.18.19-.25.1-.08.21-.12.35-.12h1.3Zm2.2 2.52V36H27.6v-6.16h1.49Zm.2-1.79c0 .13-.02.25-.08.36a1 1 0 0 1-.51.5.96.96 0 0 1-.73 0 1.02 1.02 0 0 1-.5-.5.96.96 0 0 1 0-.73.93.93 0 0 1 .86-.58.9.9 0 0 1 .37.08c.12.05.22.11.3.2a.94.94 0 0 1 .3.67Zm5.72 3.1a.68.68 0 0 1-.13.13c-.04.03-.1.05-.18.05a.42.42 0 0 1-.22-.07 3.95 3.95 0 0 0-.62-.31c-.14-.05-.3-.07-.51-.07-.26 0-.5.04-.69.14-.2.1-.36.23-.49.4-.13.18-.22.4-.29.64-.06.25-.1.53-.1.85 0 .33.04.62.1.88.08.25.18.47.32.64.13.18.29.3.48.4.18.09.4.13.63.13a1.6 1.6 0 0 0 .94-.27l.26-.2a.4.4 0 0 1 .25-.09.3.3 0 0 1 .27.14l.43.54a2.76 2.76 0 0 1-1.77.96c-.22.03-.43.05-.65.05a2.57 2.57 0 0 1-1.96-.83c-.25-.28-.45-.6-.6-1-.14-.4-.21-.85-.21-1.35 0-.45.06-.87.2-1.25a2.61 2.61 0 0 1 1.51-1.67c.37-.16.8-.24 1.28-.24.46 0 .86.07 1.2.22.35.15.66.36.94.64l-.4.54Zm3.43 4.95c-.54 0-.95-.15-1.24-.45-.28-.3-.42-.73-.42-1.26v-3.44h-.63a.29.29 0 0 1-.2-.07c-.06-.06-.09-.13-.09-.24v-.59l.99-.16.31-1.68a.33.33 0 0 1 .12-.18.34.34 0 0 1 .21-.07h.77v1.94h1.64v1.05h-1.64v3.34c0 .2.05.34.14.45.1.1.22.16.39.16a.73.73 0 0 0 .39-.1l.12-.07a.2.2 0 0 1 .11-.03c.05 0 .08.01.11.03l.09.1.44.72c-.21.18-.46.32-.74.4-.28.1-.57.15-.87.15Zm5.09-6.35c.46 0 .87.07 1.24.22a2.7 2.7 0 0 1 1.58 1.63c.14.39.22.83.22 1.31 0 .49-.08.93-.22 1.32-.14.4-.35.73-.62 1-.26.28-.58.49-.96.64-.37.15-.78.22-1.24.22a3.4 3.4 0 0 1-1.25-.22 2.71 2.71 0 0 1-1.59-1.64 3.8 3.8 0 0 1-.21-1.32c0-.48.07-.92.21-1.31a2.75 2.75 0 0 1 1.58-1.63c.38-.15.8-.22 1.26-.22Zm0 5.2c.51 0 .89-.17 1.13-.52.25-.34.38-.84.38-1.5a2.6 2.6 0 0 0-.38-1.53c-.24-.34-.62-.52-1.13-.52-.52 0-.9.18-1.16.53-.25.35-.37.85-.37 1.51s.12 1.17.37 1.51c.25.35.64.52 1.16.52Zm5.56-4.04c.2-.37.42-.65.69-.86.26-.21.57-.32.94-.32.28 0 .5.06.68.19l-.1 1.1a.3.3 0 0 1-.09.16.24.24 0 0 1-.15.04 1.8 1.8 0 0 1-.27-.03 2.01 2.01 0 0 0-.34-.03c-.16 0-.3.03-.44.08a1.1 1.1 0 0 0-.34.2c-.1.1-.2.2-.27.33-.08.13-.15.27-.22.44V36H47.7v-6.16h.87c.15 0 .26.03.31.09.06.05.1.15.13.29l.09.7Zm4.62-1.07V36h-1.49v-6.16h1.49Zm.2-1.79c0 .13-.02.25-.07.36a1 1 0 0 1-.51.5.96.96 0 0 1-.74 0 1.02 1.02 0 0 1-.5-.5.96.96 0 0 1 0-.73.93.93 0 0 1 .86-.58.9.9 0 0 1 .38.08c.11.05.21.11.3.2a.94.94 0 0 1 .28.67Zm4.56 5.32a7.8 7.8 0 0 0-1.08.12c-.29.05-.52.12-.7.2a.92.92 0 0 0-.38.3.64.64 0 0 0-.11.36c0 .26.07.45.23.56.15.11.35.17.6.17.3 0 .57-.06.79-.17.22-.1.44-.28.65-.5v-1.04Zm-3.4-2.67c.71-.65 1.57-.97 2.56-.97.36 0 .68.06.97.18a1.99 1.99 0 0 1 1.16 1.24c.1.3.16.61.16.96V36h-.67a.7.7 0 0 1-.33-.06c-.07-.04-.13-.13-.18-.26l-.13-.44c-.16.14-.3.26-.46.37a2.8 2.8 0 0 1-.97.43 2.77 2.77 0 0 1-1.32-.05 1.62 1.62 0 0 1-.57-.31 1.41 1.41 0 0 1-.38-.53 1.85 1.85 0 0 1-.05-1.18c.05-.16.14-.3.25-.45.12-.14.28-.27.46-.4a3 3 0 0 1 .7-.32 9.19 9.19 0 0 1 2.2-.33v-.36c0-.41-.09-.71-.26-.91-.18-.2-.43-.3-.76-.3a1.84 1.84 0 0 0-1.02.28l-.33.18c-.1.06-.2.09-.32.09-.1 0-.2-.03-.27-.08a.72.72 0 0 1-.17-.2l-.26-.47Zm11.49 4.32V36h-4.88v-8.6h1.16v7.62h3.72Zm3.16-5.2c.44 0 .84.08 1.2.23a2.57 2.57 0 0 1 1.49 1.62c.13.38.2.81.2 1.29s-.07.91-.2 1.3a2.57 2.57 0 0 1-1.49 1.61c-.36.14-.76.21-1.2.21-.45 0-.85-.07-1.21-.21a2.57 2.57 0 0 1-1.5-1.62c-.13-.38-.2-.81-.2-1.3 0-.47.07-.9.2-1.28.14-.39.33-.72.59-1 .25-.26.55-.47.9-.62.37-.15.77-.22 1.22-.22Zm0 5.43c.6 0 1.05-.2 1.34-.6.3-.4.45-.97.45-1.69s-.15-1.28-.45-1.69c-.3-.4-.74-.6-1.34-.6-.3 0-.57.05-.8.15-.22.1-.4.26-.56.45-.15.2-.26.44-.34.73-.07.28-.1.6-.1.96 0 .72.14 1.29.44 1.69.3.4.75.6 1.36.6Zm6.33-2.22c.22 0 .4-.03.57-.09.16-.06.3-.14.41-.25.12-.11.2-.24.26-.39.05-.15.08-.31.08-.5 0-.37-.11-.66-.34-.88-.23-.22-.55-.33-.98-.33-.43 0-.76.1-.99.33-.22.22-.34.51-.34.89 0 .18.03.34.09.5a1.1 1.1 0 0 0 .67.63c.16.06.35.09.57.09Zm1.93 3.3a.51.51 0 0 0-.13-.36.84.84 0 0 0-.34-.22 8.57 8.57 0 0 0-1.73-.2 7.5 7.5 0 0 1-.62-.05c-.23.1-.41.23-.56.4a.8.8 0 0 0-.1.92c.07.12.18.22.32.3.14.1.32.16.54.21a3.5 3.5 0 0 0 1.55 0c.23-.05.42-.12.57-.22.16-.1.29-.21.37-.34a.8.8 0 0 0 .13-.44Zm1.08-6.17v.4c0 .13-.08.21-.25.25l-.69.09c.14.26.2.56.2.88a1.86 1.86 0 0 1-1.36 1.82 3.07 3.07 0 0 1-1.72.04c-.12.08-.22.16-.29.25a.44.44 0 0 0-.1.27c0 .15.06.26.17.33.12.08.28.13.47.16a5 5 0 0 0 .66.06 16.56 16.56 0 0 1 1.5.13c.26.05.48.12.67.22.19.1.34.24.46.41.12.18.18.4.18.69 0 .26-.07.5-.2.75s-.31.46-.56.65c-.24.2-.54.34-.9.46a4.57 4.57 0 0 1-2.36.04c-.33-.09-.6-.2-.82-.36a1.56 1.56 0 0 1-.5-.51c-.1-.2-.16-.4-.16-.6 0-.3.1-.56.28-.77.19-.2.45-.37.77-.5a1.15 1.15 0 0 1-.43-.32.88.88 0 0 1-.15-.54c0-.09.01-.18.04-.27.04-.1.08-.2.15-.28a1.55 1.55 0 0 1 .58-.5c-.3-.16-.53-.39-.7-.66-.17-.28-.25-.6-.25-.97 0-.3.05-.57.16-.8.12-.25.28-.46.48-.63.2-.17.45-.3.73-.4a3 3 0 0 1 2.3.21h1.64Zm4.65.76a.24.24 0 0 1-.23.14.42.42 0 0 1-.2-.07 3.59 3.59 0 0 0-.67-.3 1.8 1.8 0 0 0-1.03 0c-.14.05-.27.11-.37.2a.87.87 0 0 0-.23.27.75.75 0 0 0-.08.35c0 .15.04.28.13.39.1.1.21.19.36.27.15.07.32.14.5.2a13.63 13.63 0 0 1 1.16.4c.2.08.36.18.5.3a1.33 1.33 0 0 1 .5 1.07 2 2 0 0 1-.15.78c-.1.24-.25.44-.45.62-.2.17-.43.3-.72.4a3.1 3.1 0 0 1-2.14-.05 2.97 2.97 0 0 1-.87-.53l.25-.41c.04-.05.07-.1.12-.12a.3.3 0 0 1 .17-.04.4.4 0 0 1 .22.08l.3.19a1.91 1.91 0 0 0 1.03.27c.2 0 .38-.03.54-.08.16-.06.29-.13.4-.22a.96.96 0 0 0 .3-.7c0-.17-.05-.31-.14-.42-.09-.11-.2-.2-.36-.28a2.6 2.6 0 0 0-.5-.2l-.59-.19c-.2-.06-.39-.14-.58-.22a2.14 2.14 0 0 1-.5-.3 1.45 1.45 0 0 1-.36-.46c-.1-.19-.14-.41-.14-.67a1.6 1.6 0 0 1 .57-1.23c.18-.16.4-.3.68-.39.26-.1.57-.14.91-.14a2.84 2.84 0 0 1 1.9.7l-.23.4Z"}),Wt("defs",{children:Wt("path",{d:"M0 0h85v38H0z"})})]})},Zn=function(){return Wt("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:Wt("path",{d:"M6.11767 7.47586C6.47736 7.75563 6.91931 7.90898 7.37503 7.91213H7.42681C7.90756 7.90474 8.38832 7.71987 8.67677 7.46846C10.1856 6.18921 14.5568 2.18138 14.5568 2.18138C15.7254 1.09438 12.4637 0.00739 7.42681 0H7.36764C2.3308 0.00739 -0.930935 1.09438 0.237669 2.18138C0.237669 2.18138 4.60884 6.18921 6.11767 7.47586ZM8.67677 9.64243C8.31803 9.92483 7.87599 10.0808 7.41941 10.0861H7.37503C6.91845 10.0808 6.47641 9.92483 6.11767 9.64243C5.0822 8.75513 1.38409 5.42018 0.000989555 4.14832V6.07829C0.000989555 6.29273 0.0823481 6.57372 0.222877 6.70682L0.293316 6.7712L0.293344 6.77122C1.33784 7.72579 4.83903 10.9255 6.11767 12.0161C6.47641 12.2985 6.91845 12.4545 7.37503 12.4597H7.41941C7.90756 12.4449 8.38092 12.2601 8.67677 12.0161C9.9859 10.9069 13.6249 7.57198 14.5642 6.70682C14.7121 6.57372 14.7861 6.29273 14.7861 6.07829V4.14832C12.7662 5.99804 10.7297 7.82949 8.67677 9.64243ZM7.41941 14.6263C7.87513 14.6232 8.31708 14.4698 8.67677 14.19C10.7298 12.3746 12.7663 10.5407 14.7861 8.68853V10.6259C14.7861 10.8329 14.7121 11.1139 14.5642 11.247C13.6249 12.1196 9.9859 15.4471 8.67677 16.5563C8.38092 16.8077 7.90756 16.9926 7.41941 17H7.37503C6.91931 16.9968 6.47736 16.8435 6.11767 16.5637C4.91427 15.5373 1.74219 12.6364 0.502294 11.5025C0.393358 11.4029 0.299337 11.3169 0.222877 11.247C0.0823481 11.1139 0.000989555 10.8329 0.000989555 10.6259V8.68853C1.38409 9.95303 5.0822 13.2953 6.11767 14.1827C6.47641 14.4651 6.91845 14.6211 7.37503 14.6263H7.41941Z"})})},Qn=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"})})},Gn=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})})},Kn=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8zm-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91z"})})},Jn=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})})},Xn=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},er=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})})},tr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})})},nr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})})},rr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},ir=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"m7 10 5 5 5-5z"})})},ar=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Wt("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),Wt("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},or=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"})})},ur=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})})},lr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"})})},cr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M8 5v14l11-7z"})})},sr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"m10 16.5 6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})})},fr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"m3.5 18.49 6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z"})})},dr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M10 10.02h5V21h-5zM17 21h3c1.1 0 2-.9 2-2v-9h-5v11zm3-18H5c-1.1 0-2 .9-2 2v3h19V5c0-1.1-.9-2-2-2zM3 19c0 1.1.9 2 2 2h3V10H3v9z"})})},hr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})})},mr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},pr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},vr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M19 13H5v-2h14v2z"})})},gr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M8.9999 14.7854L18.8928 4.8925C19.0803 4.70497 19.3347 4.59961 19.5999 4.59961C19.8651 4.59961 20.1195 4.70497 20.307 4.8925L21.707 6.2925C22.0975 6.68303 22.0975 7.31619 21.707 7.70672L9.70701 19.7067C9.31648 20.0972 8.68332 20.0972 8.2928 19.7067L2.6928 14.1067C2.50526 13.9192 2.3999 13.6648 2.3999 13.3996C2.3999 13.1344 2.50526 12.88 2.6928 12.6925L4.0928 11.2925C4.48332 10.902 5.11648 10.902 5.50701 11.2925L8.9999 14.7854Z"})})},yr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})})},_r=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"})})},br=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M19 9l1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z"})})},wr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})})},Dr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},kr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})})},xr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Wt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5C19.89 4.65 18.67 4.5 17.5 4.5C15.55 4.5 13.45 4.9 12 6C10.55 4.9 8.45 4.5 6.5 4.5C5.33 4.5 4.11 4.65 3 5C2.25 5.25 1.6 5.55 1 6V20.6C1 20.85 1.25 21.1 1.5 21.1C1.6 21.1 1.65 21.1 1.75 21.05C3.15 20.3 4.85 20 6.5 20C8.2 20 10.65 20.65 12 21.5C13.35 20.65 15.8 20 17.5 20C19.15 20 20.85 20.3 22.25 21.05C22.35 21.1 22.4 21.1 22.5 21.1C22.75 21.1 23 20.85 23 20.6V6C22.4 5.55 21.75 5.25 21 5ZM21 18.5C19.9 18.15 18.7 18 17.5 18C15.8 18 13.35 18.65 12 19.5C10.65 18.65 8.2 18 6.5 18C5.3 18 4.1 18.15 3 18.5V7C4.1 6.65 5.3 6.5 6.5 6.5C8.2 6.5 10.65 7.15 12 8C13.35 7.15 15.8 6.5 17.5 6.5C18.7 6.5 19.9 6.65 21 7V18.5Z"}),Wt("path",{d:"M17.5 10.5C18.38 10.5 19.23 10.59 20 10.76V9.24C19.21 9.09 18.36 9 17.5 9C15.8 9 14.26 9.29 13 9.83V11.49C14.13 10.85 15.7 10.5 17.5 10.5ZM13 12.49V14.15C14.13 13.51 15.7 13.16 17.5 13.16C18.38 13.16 19.23 13.25 20 13.42V11.9C19.21 11.75 18.36 11.66 17.5 11.66C15.8 11.66 14.26 11.96 13 12.49ZM17.5 14.33C15.8 14.33 14.26 14.62 13 15.16V16.82C14.13 16.18 15.7 15.83 17.5 15.83C18.38 15.83 19.23 15.92 20 16.09V14.57C19.21 14.41 18.36 14.33 17.5 14.33Z"}),Wt("path",{d:"M6.5 10.5C5.62 10.5 4.77 10.59 4 10.76V9.24C4.79 9.09 5.64 9 6.5 9C8.2 9 9.74 9.29 11 9.83V11.49C9.87 10.85 8.3 10.5 6.5 10.5ZM11 12.49V14.15C9.87 13.51 8.3 13.16 6.5 13.16C5.62 13.16 4.77 13.25 4 13.42V11.9C4.79 11.75 5.64 11.66 6.5 11.66C8.2 11.66 9.74 11.96 11 12.49ZM6.5 14.33C8.2 14.33 9.74 14.62 11 15.16V16.82C9.87 16.18 8.3 15.83 6.5 15.83C5.62 15.83 4.77 15.92 4 16.09V14.57C4.79 14.41 5.64 14.33 6.5 14.33Z"})]})},Cr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})})},Sr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 10.8792 13.4202 11.3236 12.7704 11.8217C11.9421 12.4566 11 13.1787 11 15H13C13 13.9046 13.711 13.2833 14.4408 12.6455C15.21 11.9733 16 11.2829 16 10C16 7.79 14.21 6 12 6ZM13 16V18H11V16H13Z"})})},Er=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M4 20h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2zM2 6c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2zm4 1H4V5h2v2zm-2 7h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2z"})})},Ar=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})})},Nr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})})},Mr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-1h8v-2H5v2zm11.5-9.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm4.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})})},Fr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})})},Tr=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})})},Or=function(){return Wt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Wt("path",{d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})})},Lr=function(){return Wt("svg",{viewBox:"0 0 16 16",fill:Rt("color-error"),children:Wt("path",{d:"M13.5095 4L8.50952 1H7.50952L2.50952 4L2.01953 4.85999V10.86L2.50952 11.71L7.50952 14.71H8.50952L13.5095 11.71L13.9995 10.86V4.85999L13.5095 4ZM7.50952 13.5601L3.00952 10.86V5.69995L7.50952 8.15002V13.5601ZM3.26953 4.69995L8.00952 1.85999L12.7495 4.69995L8.00952 7.29004L3.26953 4.69995ZM13.0095 10.86L8.50952 13.5601V8.15002L13.0095 5.69995V10.86Z"})})},Pr=function(){return Wt("svg",{viewBox:"0 0 16 16",fill:Rt("color-primary"),children:Wt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 5H4V4H1.5L1 4.5V12.5L1.5 13H4V12H2V5ZM14.5 4H12V5H14V12H12V13H14.5L15 12.5V4.5L14.5 4ZM11.76 6.56995L12 7V9.51001L11.7 9.95996L7.19995 11.96H6.73999L4.23999 10.46L4 10.03V7.53003L4.30005 7.06995L8.80005 5.06995H9.26001L11.76 6.56995ZM5 9.70996L6.5 10.61V9.28003L5 8.38V9.70996ZM5.57996 7.56006L7.03003 8.43005L10.42 6.93005L8.96997 6.06006L5.57996 7.56006ZM7.53003 10.73L11.03 9.17004V7.77002L7.53003 9.31995V10.73Z"})})},Ir=function(){return Wt("svg",{viewBox:"0 0 16 16",fill:Rt("color-warning"),children:Wt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2H8L7 3V6H8V3H14V8H10V9H14L15 8V3L14 2ZM9 6H13V7H9.41L9 6.59V6ZM7 7H2L1 8V13L2 14H8L9 13V8L8 7H7ZM8 13H2V8H8V9V13ZM3 9H7V10H3V9ZM3 11H7V12H3V11ZM9 4H13V5H9V4Z"})})},Rr=function(){return Wt("svg",{viewBox:"0 0 16 16",fill:Rt("color-primary"),children:Wt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 3L8 2H14L15 3V8L14 9H10V8H14V3H8V6H7V3ZM9 9V8L8 7H7H2L1 8V13L2 14H8L9 13V9ZM8 8V9V13H2V8H7H8ZM9.41421 7L9 6.58579V6H13V7H9.41421ZM9 4H13V5H9V4ZM7 10H3V11H7V10Z"})})},Br=n(123),zr=n.n(Br);function jr(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var Hr=["to","isNavLink","children"],$r=function(e){var t=e.to,n=e.isNavLink,r=e.children,i=jr(e,Hr);return n?Wt(it,dt(dt({to:t},i),{},{children:r})):Wt("div",dt(dt({},i),{},{children:r}))},Vr=function(e){var t,n=e.activeItem,r=e.item,i=e.color,a=void 0===i?Rt("color-primary"):i,o=e.activeNavRef,u=e.onChange,l=e.isNavLink;return Wt($r,{className:zr()(st({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:l,to:r.value,style:{color:a},onClick:(t=r.value,function(){u&&u(t)}),ref:n===r.value?o:void 0,children:[r.icon&&Wt("div",{className:zr()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},Yr="undefined"!==typeof window?r.useLayoutEffect:r.useEffect;var Ur=function(e,t,n,i){var a=(0,r.useRef)(t);Yr((function(){a.current=t}),[t]),(0,r.useEffect)((function(){var t,r=null!==(t=null===n||void 0===n?void 0:n.current)&&void 0!==t?t:window;if(r&&r.addEventListener){var o=function(e){return a.current(e)};return r.addEventListener(e,o,i),function(){r.removeEventListener(e,o,i)}}}),[e,n,i])},qr=function(){var e=v((0,r.useState)({width:0,height:0}),2),t=e[0],n=e[1],i=function(){n({width:window.innerWidth,height:window.innerHeight})};return Ur("resize",i),Yr(i,[]),t},Wr=function(e){var t=e.activeItem,n=e.items,i=e.color,a=void 0===i?Rt("color-primary"):i,o=e.onChange,u=e.indicatorPlacement,l=void 0===u?"bottom":u,c=e.isNavLink,s=qr(),f=(0,r.useRef)(null),d=v((0,r.useState)({left:0,width:0,bottom:0}),2),h=d[0],m=d[1];return(0,r.useEffect)((function(){var e;if((null===(e=f.current)||void 0===e?void 0:e.base)instanceof HTMLElement){var t=f.current.base,n=t.offsetLeft,r=t.offsetWidth,i=t.offsetHeight;m({left:n,width:r,bottom:"top"===l?i-2:0})}}),[s,t,f,n]),Wt("div",{className:"vm-tabs",children:[n.map((function(e){return Wt(Vr,{activeItem:t,item:e,onChange:o,color:a,activeNavRef:f,isNavLink:c},e.value)})),Wt("div",{className:"vm-tabs__indicator",style:dt(dt({},h),{},{borderColor:a})})]})},Zr=[{value:"chart",icon:Wt(fr,{}),label:"Graph",prometheusCode:0},{value:"code",icon:Wt(hr,{}),label:"JSON",prometheusCode:3},{value:"table",icon:Wt(dr,{}),label:"Table",prometheusCode:1}],Qr=function(){var e=ni().displayType,t=ri();return Wt(Wr,{activeItem:e,items:Zr,onChange:function(n){var r;t({type:"SET_DISPLAY_TYPE",payload:null!==(r=n)&&void 0!==r?r:e})}})},Gr=Ft("g0.tab",0),Kr=Zr.find((function(e){return e.prometheusCode===+Gr||e.value===Gr})),Jr=Ot("SERIES_LIMITS"),Xr={displayType:(null===Kr||void 0===Kr?void 0:Kr.value)||"chart",nocache:!1,isTracingEnabled:!1,seriesLimits:Jr?JSON.parse(Jr):At,tableCompact:Ot("TABLE_COMPACT")||!1};function ei(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return dt(dt({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return Tt("SERIES_LIMITS",JSON.stringify(t.payload)),dt(dt({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return dt(dt({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return dt(dt({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return Tt("TABLE_COMPACT",!e.tableCompact),dt(dt({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var ti=(0,r.createContext)({}),ni=function(){return(0,r.useContext)(ti).state},ri=function(){return(0,r.useContext)(ti).dispatch},ii={customStep:Ft("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}},isHistogram:!1};function ai(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return dt(dt({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{range:t.payload})})});case"SET_IS_HISTOGRAM":return dt(dt({},e),{},{isHistogram:t.payload});default:throw new Error}}var oi=(0,r.createContext)({}),ui=function(){return(0,r.useContext)(oi).state},li=function(){return(0,r.useContext)(oi).dispatch},ci={windows:"Windows",mac:"Mac OS",linux:"Linux"},si=function(){return(Object.values(ci).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===ci.mac};function fi(){var e=qr(),t=function(){var e=["Android","webOS","iPhone","iPad","iPod","BlackBerry","Windows Phone"].map((function(e){return navigator.userAgent.match(new RegExp(e,"i"))})).some((function(e){return e})),t=window.innerWidth<500;return e||t},n=v((0,r.useState)(t()),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){a(t())}),[e]),{isMobile:i}}var di={success:Wt(tr,{}),error:Wt(er,{}),warning:Wt(Xn,{}),info:Wt(Jn,{})},hi=function(e){var t,n=e.variant,r=e.children,i=Qt().isDarkTheme,a=fi().isMobile;return Wt("div",{className:zr()((t={"vm-alert":!0},st(t,"vm-alert_".concat(n),n),st(t,"vm-alert_dark",i),st(t,"vm-alert_mobile",a),t)),children:[Wt("div",{className:"vm-alert__icon",children:di[n||"info"]}),Wt("div",{className:"vm-alert__content",children:r})]})},mi=(0,r.createContext)({showInfoMessage:function(){}}),pi={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function vi(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return dt(dt({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return dt(dt({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return dt(dt({},e),{},{dashboardsError:t.payload});default:throw new Error}}var gi=(0,r.createContext)({}),yi=function(){return(0,r.useContext)(gi).state},_i=function(){for(var e=arguments.length,t=new Array(e),n=0;nd,p=r.top-20<0,v=r.left+w.width+20>f,g=r.left-20<0;return m&&(r.top=t.top-w.height-u),p&&(r.top=t.height+t.top+u),v&&(r.left=t.right-w.width-l),g&&(r.left=t.left+l),h&&(r.width="".concat(t.width,"px")),r.top<0&&(r.top=20),r}),[n,a,x,t,h]);d&&wi(E,(function(){return C(!1)}),n),(0,r.useEffect)((function(){if(E.current&&x&&(!g||p)){var e=E.current.getBoundingClientRect(),t=e.right,n=e.width;if(t>window.innerWidth){var r=window.innerWidth-20-n;E.current.style.left=rp,y=r.top-20<0,_=r.left+m.width+20>h,b=r.left-20<0;return v&&(r.top=n.top-m.height-c),y&&(r.top=n.height+n.top+c),_&&(r.left=n.right-m.width-s),b&&(r.left=n.left+s),r.top<0&&(r.top=20),r.left<0&&(r.left=20),r}),[g,o,f,m]),w=function(){"boolean"!==typeof i&&d(!0)},D=function(){d(!1)};return(0,r.useEffect)((function(){"boolean"===typeof i&&d(i)}),[i]),(0,r.useEffect)((function(){var e,t=null===g||void 0===g||null===(e=g.current)||void 0===e?void 0:e.base;if(t)return t.addEventListener("mouseenter",w),t.addEventListener("mouseleave",D),function(){t.removeEventListener("mouseenter",w),t.removeEventListener("mouseleave",D)}}),[g]),Wt(Ut.HY,{children:[Wt(r.Fragment,{ref:g,children:t}),!c&&f&&r.default.createPortal(Wt("div",{className:"vm-tooltip",ref:y,style:b,children:n}),document.body)]})},Fi=Wt("code",{children:si()?"Cmd":"Ctrl"}),Ti=[{title:"Zoom in",description:Wt(Ut.HY,{children:["To zoom in, hold down the ",Fi," + ",Wt("code",{children:"scroll up"}),", or press the ",Wt("code",{children:"+"}),". Also, you can zoom in on a range on the graph by holding down your mouse button and selecting the range."]})},{title:"Zoom out",description:Wt(Ut.HY,{children:["To zoom out, hold down the ",Fi," + ",Wt("code",{children:"scroll down"}),", or press the ",Wt("code",{children:"-"}),"."]})},{title:"Move horizontal axis",description:Wt(Ut.HY,{children:["To move the graph, hold down the ",Fi," + ",Wt("code",{children:"drag"})," the graph to the right or left."]})},{title:"Fixing a tooltip",description:Wt(Ut.HY,{children:["To fix the tooltip, ",Wt("code",{children:"click"})," mouse when it's open. Then, you can drag the fixed tooltip by ",Wt("code",{children:"clicking"})," and ",Wt("code",{children:"dragging"})," on the ",Wt(Dr,{})," icon."]})},{title:"Set a custom range for the vertical axis",description:Wt(Ut.HY,{children:["To set a custom range for the vertical axis, click on the ",Wt(Qn,{})," icon located in the upper right corner of the graph, activate the toggle, and set the values."]})}],Oi=[{title:"Show/hide a legend item",description:Wt(Ut.HY,{children:[Wt("code",{children:"click"})," on a legend item to isolate it on the graph.",Fi," + ",Wt("code",{children:"click"})," on a legend item to remove it from the graph. To revert to the previous state, click again."]})},{title:"Copy label key-value pairs",description:Wt(Ut.HY,{children:[Wt("code",{children:"click"})," on a label key-value pair to save it to the clipboard."]})},{title:"Collapse/Expand the legend group",description:Wt(Ut.HY,{children:[Wt("code",{children:"click"})," on the group name (e.g. ",Wt("b",{children:'Query 1: {__name__!=""}'}),") to collapse or expand the legend."]})}],Li=Ti.concat(Oi),Pi=function(){var e=ki(!1),t=e.value,n=e.setFalse,r=e.setTrue;return Wt(Ut.HY,{children:[Wt(Mi,{title:"Show tips on working with the graph",children:Wt(Di,{variant:"text",color:"gray",startIcon:Wt(Mr,{}),onClick:r,ariaLabel:"open the tips"})}),t&&Wt(Ni,{title:"Tips on working with the graph and the legend",onClose:n,children:Wt("div",{className:"fc-graph-tips",children:Li.map((function(e){var t=e.title,n=e.description;return Wt("div",{className:"fc-graph-tips-item",children:[Wt("h4",{className:"fc-graph-tips-item__action",children:t}),Wt("p",{className:"fc-graph-tips-item__description",children:n})]},t)}))})})]})},Ii=Wt("code",{children:si()?"Cmd":"Ctrl"}),Ri=Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"Shift"})," + ",Wt("code",{children:"A"})]}),Bi=[{title:"Query",list:[{keys:Wt("code",{children:"Enter"}),description:"Run"},{keys:Wt(Ut.HY,{children:[Wt("code",{children:"Shift"})," + ",Wt("code",{children:"Enter"})]}),description:"Multi-line queries"},{keys:Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"Arrow Up"})]}),description:"Previous command from the Query history"},{keys:Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"Arrow Down"})]}),description:"Next command from the Query history"},{keys:Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"click"})," by ",Wt(yr,{})]}),description:"Toggle multiple queries"},{keys:Ri,description:"Toggle autocomplete"}]},{title:"Graph",readMore:Wt(Pi,{}),list:[{keys:Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"scroll Up"})," or ",Wt("code",{children:"+"})]}),description:"Zoom in"},{keys:Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"scroll Down"})," or ",Wt("code",{children:"-"})]}),description:"Zoom out"},{keys:Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"drag"})]}),description:"Move the graph left/right"},{keys:Wt(Ut.HY,{children:Wt("code",{children:"click"})}),description:"Select the series in the legend"},{keys:Wt(Ut.HY,{children:[Ii," + ",Wt("code",{children:"click"})]}),description:"Toggle multiple series in the legend"}]}],zi="Shortcut keys",ji=si(),Hi=ji?"Cmd + /":"F1",$i=function(e){var t=e.showTitle,n=_t(),i=ki(!1),a=i.value,o=i.setTrue,u=i.setFalse,l=(0,r.useCallback)((function(e){var t=ji&&"/"===e.key&&e.metaKey,n=!ji&&"F1"===e.key&&!e.metaKey;(t||n)&&o()}),[o]);return Ur("keydown",l),Wt(Ut.HY,{children:[Wt(Mi,{open:!0!==t&&void 0,title:"".concat(zi," (").concat(Hi,")"),placement:"bottom-center",children:Wt(Di,{className:n?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Wt(lr,{}),onClick:o,ariaLabel:zi,children:t&&zi})}),a&&Wt(Ni,{title:"Shortcut keys",onClose:u,children:Wt("div",{className:"vm-shortcuts",children:Bi.map((function(e){return Wt("div",{className:"vm-shortcuts-section",children:[e.readMore&&Wt("div",{className:"vm-shortcuts-section__read-more",children:e.readMore}),Wt("h3",{className:"vm-shortcuts-section__title",children:e.title}),Wt("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(t,n){return Wt("div",{className:"vm-shortcuts-section-list-item",children:[Wt("div",{className:"vm-shortcuts-section-list-item__key",children:t.keys}),Wt("p",{className:"vm-shortcuts-section-list-item__description",children:t.description})]},"".concat(e.title,"_").concat(n))}))})]},e.title)}))})})]})},Vi=function(e){var t=e.open;return Wt("button",{className:zr()({"vm-menu-burger":!0,"vm-menu-burger_opened":t}),"aria-label":"menu",children:Wt("span",{})})},Yi=function(e){var t=e.background,n=e.color,i={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,a=xe().pathname,o=fi().isMobile,u=(0,r.useRef)(null),l=ki(!1),c=l.value,s=l.toggle,f=l.setFalse;return(0,r.useEffect)(f,[a]),wi(u,f),Wt("div",{className:"vm-header-sidebar",ref:u,children:[Wt("div",{className:zr()({"vm-header-sidebar-button":!0,"vm-header-sidebar-button_open":c}),onClick:s,children:Wt(Vi,{open:c})}),Wt("div",{className:zr()({"vm-header-sidebar-menu":!0,"vm-header-sidebar-menu_open":c}),children:[Wt("div",{children:Wt(Ai,{color:n,background:t,direction:"column"})}),Wt("div",{className:"vm-header-sidebar-menu-settings",children:!o&&!i&&Wt($i,{showTitle:!0})})]})]})};function Ui(){Ui=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(e,t,n){e[t]=n.value},a="function"==typeof Symbol?Symbol:{},o=a.iterator||"@@iterator",u=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function c(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(e){c=function(e,t,n){return e[t]=n}}function s(e,t,n,r){var a=t&&t.prototype instanceof g?t:g,o=Object.create(a.prototype),u=new F(r||[]);return i(o,"_invoke",{value:E(e,n,u)}),o}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=s;var d="suspendedStart",h="suspendedYield",m="executing",p="completed",v={};function g(){}function y(){}function _(){}var w={};c(w,o,(function(){return this}));var D=Object.getPrototypeOf,k=D&&D(D(T([])));k&&k!==n&&r.call(k,o)&&(w=k);var x=_.prototype=g.prototype=Object.create(w);function C(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function n(i,a,o,u){var l=f(e[i],e,a);if("throw"!==l.type){var c=l.arg,s=c.value;return s&&"object"==b(s)&&r.call(s,"__await")?t.resolve(s.__await).then((function(e){n("next",e,o,u)}),(function(e){n("throw",e,o,u)})):t.resolve(s).then((function(e){c.value=e,o(c)}),(function(e){return n("throw",e,o,u)}))}u(l.arg)}var a;i(this,"_invoke",{value:function(e,r){function i(){return new t((function(t,i){n(e,r,t,i)}))}return a=a?a.then(i,i):i()}})}function E(t,n,r){var i=d;return function(a,o){if(i===m)throw new Error("Generator is already running");if(i===p){if("throw"===a)throw o;return{value:e,done:!0}}for(r.method=a,r.arg=o;;){var u=r.delegate;if(u){var l=A(u,r);if(l){if(l===v)continue;return l}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===d)throw i=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=m;var c=f(t,n,r);if("normal"===c.type){if(i=r.done?p:h,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=p,r.method="throw",r.arg=c.arg)}}}function A(t,n){var r=n.method,i=t.iterator[r];if(i===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,A(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var a=f(i,t.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,v;var o=a.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,v):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function N(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function M(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function F(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(N,this),this.reset(!0)}function T(t){if(t||""===t){var n=t[o];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i=0;--a){var o=this.tryEntries[a],u=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var l=r.call(o,"catchLoc"),c=r.call(o,"finallyLoc");if(l&&c){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),M(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;M(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:T(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),v}},t}function qi(e,t,n,r,i,a,o){try{var u=e[a](o),l=u.value}catch(c){return void n(c)}u.done?t(l):Promise.resolve(l).then(r,i)}function Wi(e){return function(){var t=this,n=arguments;return new Promise((function(r,i){var a=e.apply(t,n);function o(e){qi(a,r,i,o,u,"next",e)}function u(e){qi(a,r,i,o,u,"throw",e)}o(void 0)}))}}var Zi=["controlsComponent","isMobile"],Qi=function(e){var t=e.controlsComponent,n=e.isMobile,i=jr(e,Zi),a=_t(),o=xe().pathname,u=function(){var e=yt().useTenantID,t=_t(),n=Qt().serverUrl,i=v((0,r.useState)(!1),2),a=i[0],o=i[1],u=v((0,r.useState)(),2),l=u[0],c=u[1],s=v((0,r.useState)([]),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return"".concat(n.replace(/^(.+)(\/select.+)/,"$1"),"/admin/tenants")}),[n]),m=(0,r.useMemo)((function(){return!!Dt(n)}),[n]),p=t?!e:!m;return(0,r.useEffect)((function(){if(!p){var e=function(){var e=Wi(Ui().mark((function e(){var t,n,r;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o(!0),e.prev=1,e.next=4,fetch(h);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],d(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?c(void 0):c("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message));case 16:o(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}}),[h]),{accountIds:f,isLoading:a,error:l}}(),l=u.accountIds,c=ki(!1),s=c.value,f=c.toggle,d=c.setFalse,h=(0,r.useMemo)((function(){return(vt[o]||{}).header||{}}),[o]),m=Wt(t,dt(dt({},i),{},{isMobile:n,accountIds:l,headerSetup:h}));return n?Wt(Ut.HY,{children:[Wt("div",{children:Wt(Di,{className:zr()({"vm-header-button":!a}),startIcon:Wt(Ar,{}),onClick:f,ariaLabel:"controls"})}),Wt(Ni,{title:"Controls",onClose:d,isOpen:s,className:zr()({"vm-header-controls-modal":!0,"vm-header-controls-modal_open":s}),children:m})]}):m},Gi=function(e){var t=e.controlsComponent,n={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,i=fi().isMobile,a=qr(),o=(0,r.useMemo)((function(){return window.innerWidth<1e3}),[a]),u=Qt().isDarkTheme,l=_t(),c=(0,r.useMemo)((function(){return Rt(u?"color-background-block":"color-primary")}),[u]),s=(0,r.useMemo)((function(){var e=yt().headerStyles,t=void 0===e?{}:e,n=t.background,r=void 0===n?l?"#FFF":c:n,i=t.color;return{background:r,color:void 0===i?l?c:"#FFF":i}}),[c]),f=s.background,d=s.color,h=Se(),m=function(){h({pathname:gt.home}),window.location.reload()};return Wt("header",{className:zr()({"vm-header":!0,"vm-header_app":l,"vm-header_dark":u,"vm-header_sidebar":o,"vm-header_mobile":i}),style:{background:f,color:d},children:[o?Wt(Yi,{background:f,color:d}):Wt(Ut.HY,{children:[!l&&Wt("div",{className:zr()({"vm-header-logo":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Wt(n?Wn:qn,{})}),Wt(Ai,{color:d,background:f})]}),o&&Wt("div",{className:zr()({"vm-header-logo":!0,"vm-header-logo_mobile":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Wt(n?Wn:qn,{})}),Wt(Qi,{controlsComponent:t,displaySidebar:o,isMobile:i})]})},Ki=(0,r.memo)((function(){var e="2019-".concat((new Date).getFullYear());return Wt("footer",{className:"vm-footer",children:[Wt("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"me noreferrer",children:[Wt(Zn,{}),"victoriametrics.com"]}),Wt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/MetricsQL.html",rel:"help noreferrer",children:[Wt(hr,{}),"MetricsQL"]}),Wt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/#vmui",rel:"help noreferrer",children:[Wt(xr,{}),"Documentation"]}),Wt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:[Wt(Cr,{}),"Create an issue"]}),Wt("div",{className:"vm-footer__copyright",children:["\xa9 ",e," VictoriaMetrics"]})]})})),Ji=function(){var e=Wi(Ui().mark((function e(t){var n,r;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch("./dashboards/".concat(t));case 2:return n=e.sent,e.next=5,n.json();case 5:return r=e.sent,e.abrupt("return",r);case 7:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),Xi=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=_t(),n=Qt().serverUrl,i=(0,r.useContext)(gi).dispatch,a=v((0,r.useState)(!1),2),o=a[0],u=a[1],l=v((0,r.useState)(""),2),c=l[0],s=l[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=function(){var e=Wi(Ui().mark((function e(){var t,n;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,null!==(t=window.__VMUI_PREDEFINED_DASHBOARDS__)&&void 0!==t&&t.length){e.next=4;break}return e.abrupt("return",[]);case 4:return e.next=6,Promise.all(t.map(function(){var e=Wi(Ui().mark((function e(t){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Ji(t));case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 6:n=e.sent,h((function(e){return[].concat(y(n),y(e))})),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(0),e.t0 instanceof Error&&s("".concat(e.t0.name,": ").concat(e.t0.message));case 13:case"end":return e.stop()}}),e,null,[[0,10]])})));return function(){return e.apply(this,arguments)}}(),p=function(){var t=Wi(Ui().mark((function t(){var r,i,a;return Ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n&&!e){t.next=2;break}return t.abrupt("return");case 2:return s(""),u(!0),t.prev=4,t.next=7,fetch("".concat(n,"/vmui/custom-dashboards"));case 7:return r=t.sent,t.next=10,r.json();case 10:if(i=t.sent,!r.ok){t.next=22;break}if(!((a=i.dashboardsSettings)&&a.length>0)){t.next=17;break}h((function(e){return[].concat(y(e),y(a))})),t.next=19;break;case 17:return t.next=19,m();case 19:u(!1),t.next=26;break;case 22:return t.next=24,m();case 24:s(i.error),u(!1);case 26:t.next=34;break;case 28:return t.prev=28,t.t0=t.catch(4),u(!1),t.t0 instanceof Error&&s("".concat(t.t0.name,": ").concat(t.t0.message)),t.next=34,m();case 34:case"end":return t.stop()}}),t,null,[[4,28]])})));return function(){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){t||(h([]),p())}),[n]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_SETTINGS",payload:d})}),[d]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_LOADING",payload:o})}),[o]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_ERROR",payload:c})}),[c]),{dashboardsSettings:d,isLoading:o,error:c}},ea=function(e){var t=e.error,n=e.warning,i=e.info,a=(0,r.useRef)(null),o=v((0,r.useState)(!1),2),u=o[0],l=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return t?"ERROR: ":n?"WARNING: ":""}),[t,n]),h="".concat(d).concat(t||n||i),m=function(){var e=a.current;if(e){var t=e.offsetWidth,n=e.scrollWidth,r=e.offsetHeight,i=e.scrollHeight;l(t+11}),[t]),w=function(e){return function(){var t=e;if(l({type:"SET_TENANT_ID",payload:t}),u){var n=wt(u,t);if(n===u)return;l({type:"SET_SERVER",payload:n}),c({type:"RUN_QUERY"})}y()}};return(0,r.useEffect)((function(){var e=Dt(u);o&&o!==e?w(o)():w(e)()}),[u]),b?Wt("div",{className:"vm-tenant-input",children:[Wt(Mi,{title:"Define Tenant ID if you need request to another storage",children:Wt("div",{ref:h,children:i?Wt("div",{className:"vm-mobile-option",onClick:g,children:[Wt("span",{className:"vm-mobile-option__icon",children:Wt(Er,{})}),Wt("div",{className:"vm-mobile-option-text",children:[Wt("span",{className:"vm-mobile-option-text__label",children:"Tenant ID"}),Wt("span",{className:"vm-mobile-option-text__value",children:o})]}),Wt("span",{className:"vm-mobile-option__arrow",children:Wt(rr,{})})]}):Wt(Di,{className:n?"":"vm-header-button",variant:"contained",color:"primary",fullWidth:!0,startIcon:Wt(Er,{}),endIcon:Wt("div",{className:zr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":p}),children:Wt(rr,{})}),onClick:g,children:o})})}),Wt(xi,{open:p,placement:"bottom-right",onClose:y,buttonRef:h,title:i?"Define Tenant ID":void 0,children:Wt("div",{className:zr()({"vm-list vm-tenant-input-list":!0,"vm-list vm-tenant-input-list_mobile":i}),children:[Wt("div",{className:"vm-tenant-input-list__search",children:Wt(ta,{autofocus:!0,label:"Search",value:f,onChange:d,type:"search"})}),_.map((function(e){return Wt("div",{className:zr()({"vm-list-item":!0,"vm-list-item_mobile":i,"vm-list-item_active":e===o}),onClick:w(e),children:e},e)}))]})})]}):null};var ra,ia,aa=function(e){var t=(0,r.useRef)();return(0,r.useEffect)((function(){t.current=e}),[e]),t.current},oa=function(){var e=_t(),t=fi().isMobile,n=ui(),i=n.customStep,a=n.isHistogram,o=Rn().period,u=o.step,l=o.end,c=o.start,s=li(),f=aa(l-c),d=(0,r.useMemo)((function(){return vn(l-c,a)}),[u,a]),h=v((0,r.useState)(i||d),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=ki(!1),w=b.value,D=b.toggle,k=b.setFalse,x=(0,r.useRef)(null),C=function(e){var t=e||m||d||"1s",n=(t.match(/[a-zA-Z]+/g)||[]).length?t:"".concat(t,"s");s({type:"SET_CUSTOM_STEP",payload:n}),p(n),_("")},S=function(e){var t=e.match(/[-+]?([0-9]*\.[0-9]+|[0-9]+)/g)||[],n=e.match(/[a-zA-Z]+/g)||[],r=t.length&&t.every((function(e){return parseFloat(e)>0})),i=n.every((function(e){return cn.find((function(t){return t.short===e}))})),a=r&&i;p(e),_(a?"":Pt.validStep)};return(0,r.useEffect)((function(){i&&C(i)}),[i]),(0,r.useEffect)((function(){!i&&d&&C(d)}),[d]),(0,r.useEffect)((function(){l-c!==f&&f&&d&&C(d)}),[l,c,f,d]),(0,r.useEffect)((function(){u!==i&&u!==d||C(d)}),[a]),Wt("div",{className:"vm-step-control",ref:x,children:[t?Wt("div",{className:"vm-mobile-option",onClick:D,children:[Wt("span",{className:"vm-mobile-option__icon",children:Wt(kr,{})}),Wt("div",{className:"vm-mobile-option-text",children:[Wt("span",{className:"vm-mobile-option-text__label",children:"Step"}),Wt("span",{className:"vm-mobile-option-text__value",children:m})]}),Wt("span",{className:"vm-mobile-option__arrow",children:Wt(rr,{})})]}):Wt(Mi,{title:"Query resolution step width",children:Wt(Di,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Wt(kr,{}),onClick:D,children:Wt("p",{children:["STEP",Wt("p",{className:"vm-step-control__value",children:m})]})})}),Wt(xi,{open:w,placement:"bottom-right",onClose:k,buttonRef:x,title:t?"Query resolution step width":void 0,children:Wt("div",{className:zr()({"vm-step-control-popper":!0,"vm-step-control-popper_mobile":t}),children:[Wt(ta,{autofocus:!0,label:"Step value",value:m,error:y,onChange:S,onEnter:function(){C(),k()},onFocus:function(){document.activeElement instanceof HTMLInputElement&&document.activeElement.select()},onBlur:C,endIcon:Wt(Mi,{title:"Set default step value: ".concat(d),children:Wt(Di,{size:"small",variant:"text",color:"primary",startIcon:Wt(Kn,{}),onClick:function(){var e=d||"1s";S(e),C(e)},ariaLabel:"reset step"})})}),Wt("div",{className:"vm-step-control-popper-info",children:[Wt("code",{children:"step"})," - the ",Wt("a",{className:"vm-link vm-link_colored",href:"https://prometheus.io/docs/prometheus/latest/querying/basics/#time-durations",target:"_blank",rel:"noreferrer",children:"interval"}),"between datapoints, which must be returned from the range query. The ",Wt("code",{children:"query"})," is executed at",Wt("code",{children:"start"}),", ",Wt("code",{children:"start+step"}),", ",Wt("code",{children:"start+2*step"}),", \u2026, ",Wt("code",{children:"end"})," timestamps.",Wt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/keyConcepts.html#range-query",target:"_blank",rel:"help noreferrer",children:"Read more about Range query"})]})]})})]})},ua=function(e){var t=e.relativeTime,n=e.setDuration,r=fi().isMobile;return Wt("div",{className:zr()({"vm-time-duration":!0,"vm-time-duration_mobile":r}),children:Dn.map((function(e){var i,a=e.id,o=e.duration,u=e.until,l=e.title;return Wt("div",{className:zr()({"vm-list-item":!0,"vm-list-item_mobile":r,"vm-list-item_active":a===t}),onClick:(i={duration:o,until:u(),id:a},function(){n(i)}),children:l||o},a)}))})},la=function(e){var t=e.viewDate,n=e.showArrowNav,r=e.onChangeViewDate;return Wt("div",{className:"vm-calendar-header",children:[Wt("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[Wt("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),Wt("div",{className:"vm-calendar-header-left__select-year",children:Wt(ir,{})})]}),n&&Wt("div",{className:"vm-calendar-header-right",children:[Wt("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:Wt(rr,{})}),Wt("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:Wt(rr,{})})]})]})},ca=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],sa=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeSelectDate,o="YYYY-MM-DD",u=a()().tz().startOf("day"),l=(0,r.useMemo)((function(){var e=new Array(42).fill(null),n=t.startOf("month"),r=t.endOf("month").diff(n,"day")+1,i=new Array(r).fill(n).map((function(e,t){return e.add(t,"day")})),a=n.day();return e.splice.apply(e,[a,r].concat(y(i))),e}),[t]),c=function(e){return function(){e&&i(e)}};return Wt("div",{className:"vm-calendar-body",children:[ca.map((function(e){return Wt("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),l.map((function(e,t){return Wt("div",{className:zr()({"vm-calendar-body-cell":!0,"vm-calendar-body-cell_day":!0,"vm-calendar-body-cell_day_empty":!e,"vm-calendar-body-cell_day_active":(e&&e.format(o))===n.format(o),"vm-calendar-body-cell_day_today":(e&&e.format(o))===u.format(o)}),onClick:c(e),children:e&&e.format("D")},e?e.format(o):t)}))]})},fa=function(e){var t=e.viewDate,n=e.onChangeViewDate,i=a()().format("YYYY"),o=(0,r.useMemo)((function(){return t.format("YYYY")}),[t]),u=(0,r.useMemo)((function(){var e=a()().subtract(9,"year");return new Array(18).fill(e).map((function(e,t){return e.add(t,"year")}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(o));e&&e.scrollIntoView({block:"center"})}),[]);return Wt("div",{className:"vm-calendar-years",children:u.map((function(e){return Wt("div",{className:zr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("YYYY")===o,"vm-calendar-years__year_today":e.format("YYYY")===i}),id:"vm-calendar-year-".concat(e.format("YYYY")),onClick:(t=e,function(){n(t)}),children:e.format("YYYY")},e.format("YYYY"));var t}))})},da=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeViewDate,o=a()().format("MM"),u=(0,r.useMemo)((function(){return n.format("MM")}),[n]),l=(0,r.useMemo)((function(){return new Array(12).fill("").map((function(e,n){return a()(t).month(n)}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(u));e&&e.scrollIntoView({block:"center"})}),[]);var c=function(e){return function(){i(e)}};return Wt("div",{className:"vm-calendar-years",children:l.map((function(e){return Wt("div",{className:zr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("MM")===u,"vm-calendar-years__year_today":e.format("MM")===o}),id:"vm-calendar-year-".concat(e.format("MM")),onClick:c(e),children:e.format("MMMM")},e.format("MM"))}))})},ha=function(e){return e[e.days=0]="days",e[e.months=1]="months",e[e.years=2]="years",e}(ha||{}),ma=function(e){var t=e.date,n=e.format,i=void 0===n?Xt:n,o=e.onChange,u=v((0,r.useState)(ha.days),2),l=u[0],c=u[1],s=v((0,r.useState)(a().tz(t)),2),f=s[0],d=s[1],h=v((0,r.useState)(a().tz(t)),2),m=h[0],p=h[1],g=a()().startOf("day").tz(),y=g.format()===f.format(),_=fi().isMobile,b=function(e){d(e),c((function(e){return e===ha.years?ha.months:ha.days}))};return(0,r.useEffect)((function(){m.format()!==a().tz(t).format()&&o(m.format(i))}),[m]),(0,r.useEffect)((function(){var e=a().tz(t);d(e),p(e)}),[t]),Wt("div",{className:zr()({"vm-calendar":!0,"vm-calendar_mobile":_}),children:[Wt(la,{viewDate:f,onChangeViewDate:b,toggleDisplayYears:function(){c((function(e){return e===ha.years?ha.days:ha.years}))},showArrowNav:l===ha.days}),l===ha.days&&Wt(sa,{viewDate:f,selectDate:m,onChangeSelectDate:function(e){p(e)}}),l===ha.years&&Wt(fa,{viewDate:f,onChangeViewDate:b}),l===ha.months&&Wt(da,{selectDate:m,viewDate:f,onChangeViewDate:b}),!y&&l===ha.days&&Wt("div",{className:"vm-calendar-footer",children:Wt(Di,{variant:"text",size:"small",onClick:function(){d(g)},children:"show today"})})]})},pa=(0,r.forwardRef)((function(e,t){var n=e.date,i=e.targetRef,o=e.format,u=void 0===o?Xt:o,l=e.onChange,c=e.label,s=(0,r.useMemo)((function(){return a()(n).isValid()?a().tz(n):a()().tz()}),[n]),f=fi().isMobile,d=ki(!1),h=d.value,m=d.toggle,p=d.setFalse;return Ur("click",m,i),Ur("keyup",(function(e){"Escape"!==e.key&&"Enter"!==e.key||p()})),Wt(Ut.HY,{children:Wt(xi,{open:h,buttonRef:i,placement:"bottom-right",onClose:p,title:f?c:void 0,children:Wt("div",{ref:t,children:Wt(ma,{date:s,format:u,onChange:function(e){l(e),p()}})})})})})),va=pa,ga=n(111),ya=n.n(ga),_a=function(e){return a()(e).isValid()?a().tz(e).format(Xt):e},ba=function(e){var t=e.value,n=void 0===t?"":t,i=e.label,o=e.pickerLabel,u=e.pickerRef,l=e.onChange,c=e.onEnter,s=(0,r.useRef)(null),f=v((0,r.useState)(null),2),d=f[0],h=f[1],m=v((0,r.useState)(_a(n)),2),p=m[0],g=m[1],y=v((0,r.useState)(!1),2),_=y[0],b=y[1],w=v((0,r.useState)(!1),2),D=w[0],k=w[1],x=a()(p).isValid()?"":"Invalid date format";return(0,r.useEffect)((function(){var e=_a(n);e!==p&&g(e),D&&(c(),k(!1))}),[n]),(0,r.useEffect)((function(){_&&d&&(d.focus(),d.setSelectionRange(11,11),b(!1))}),[_]),Wt("div",{className:zr()({"vm-date-time-input":!0,"vm-date-time-input_error":x}),children:[Wt("label",{children:i}),Wt(ya(),{tabIndex:1,inputRef:h,mask:"9999-99-99 99:99:99",placeholder:"YYYY-MM-DD HH:mm:ss",value:p,autoCapitalize:"none",inputMode:"numeric",maskChar:null,onChange:function(e){g(e.currentTarget.value)},onBlur:function(){l(p)},onKeyUp:function(e){"Enter"===e.key&&(l(p),k(!0))}}),x&&Wt("span",{className:"vm-date-time-input__error-text",children:x}),Wt("div",{className:"vm-date-time-input__icon",ref:s,children:Wt(Di,{variant:"text",color:"gray",size:"small",startIcon:Wt(or,{}),ariaLabel:"calendar"})}),Wt(va,{label:o,ref:u,date:p,onChange:function(e){g(e),b(!0)},targetRef:s})]})},wa=function(){var e=fi().isMobile,t=Qt().isDarkTheme,n=(0,r.useRef)(null),i=qr(),o=(0,r.useMemo)((function(){return i.width>1120}),[i]),u=v((0,r.useState)(),2),l=u[0],c=u[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=Rn(),m=h.period,p=m.end,g=m.start,y=h.relativeTime,_=h.timezone,b=h.duration,w=Bn(),D=_t(),k=aa(_),x=ki(!1),C=x.value,S=x.toggle,E=x.setFalse,A=(0,r.useMemo)((function(){return{region:_,utc:xn(_)}}),[_]);(0,r.useEffect)((function(){c(_n(wn(p)))}),[_,p]),(0,r.useEffect)((function(){d(_n(wn(g)))}),[_,g]);var N=function(e){var t=e.duration,n=e.until,r=e.id;w({type:"SET_RELATIVE_TIME",payload:{duration:t,until:n,id:r}}),E()},M=(0,r.useMemo)((function(){return{start:a().tz(wn(g)).format(Xt),end:a().tz(wn(p)).format(Xt)}}),[g,p,_]),F=(0,r.useMemo)((function(){return y&&"none"!==y?y.replace(/_/g," "):"".concat(M.start," - ").concat(M.end)}),[y,M]),T=(0,r.useRef)(null),O=(0,r.useRef)(null),L=(0,r.useRef)(null),P=function(){f&&l&&w({type:"SET_PERIOD",payload:{from:a().tz(f).toDate(),to:a().tz(l).toDate()}}),E()};return(0,r.useEffect)((function(){var e=kn({relativeTimeId:y,defaultDuration:b,defaultEndInput:wn(p)});k&&_!==k&&N({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[_,k]),wi(n,(function(t){var n,r;if(!e){var i=t.target,a=(null===T||void 0===T?void 0:T.current)&&(null===T||void 0===T||null===(n=T.current)||void 0===n?void 0:n.contains(i)),o=(null===O||void 0===O?void 0:O.current)&&(null===O||void 0===O||null===(r=O.current)||void 0===r?void 0:r.contains(i));a||o||E()}})),Wt(Ut.HY,{children:[Wt("div",{ref:L,children:e?Wt("div",{className:"vm-mobile-option",onClick:S,children:[Wt("span",{className:"vm-mobile-option__icon",children:Wt(ar,{})}),Wt("div",{className:"vm-mobile-option-text",children:[Wt("span",{className:"vm-mobile-option-text__label",children:"Time range"}),Wt("span",{className:"vm-mobile-option-text__value",children:F})]}),Wt("span",{className:"vm-mobile-option__arrow",children:Wt(rr,{})})]}):Wt(Mi,{title:o?"Time range controls":F,children:Wt(Di,{className:D?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Wt(ar,{}),onClick:S,ariaLabel:"time range controls",children:o&&Wt("span",{children:F})})})}),Wt(xi,{open:C,buttonRef:L,placement:"bottom-right",onClose:E,clickOutside:!1,title:e?"Time range controls":"",children:Wt("div",{className:zr()({"vm-time-selector":!0,"vm-time-selector_mobile":e}),ref:n,children:[Wt("div",{className:"vm-time-selector-left",children:[Wt("div",{className:zr()({"vm-time-selector-left-inputs":!0,"vm-time-selector-left-inputs_dark":t}),children:[Wt(ba,{value:f,label:"From:",pickerLabel:"Date From",pickerRef:T,onChange:d,onEnter:P}),Wt(ba,{value:l,label:"To:",pickerLabel:"Date To",pickerRef:O,onChange:c,onEnter:P})]}),Wt("div",{className:"vm-time-selector-left-timezone",children:[Wt("div",{className:"vm-time-selector-left-timezone__title",children:A.region}),Wt("div",{className:"vm-time-selector-left-timezone__utc",children:A.utc})]}),Wt(Di,{variant:"text",startIcon:Wt(ur,{}),onClick:function(){return w({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),Wt("div",{className:"vm-time-selector-left__controls",children:[Wt(Di,{color:"error",variant:"outlined",onClick:function(){c(_n(wn(p))),d(_n(wn(g))),E()},children:"Cancel"}),Wt(Di,{color:"primary",onClick:P,children:"Apply"})]})]}),Wt(ua,{relativeTime:y||"",setDuration:N})]})})]})},Da=function(){var e=Se(),t=v(lt(),2),n=t[0],i=t[1];return{setSearchParamsFromKeys:(0,r.useCallback)((function(t){var r=!!Array.from(n.values()).length,a=!1;Object.entries(t).forEach((function(e){var t=v(e,2),r=t[0],i=t[1];n.get(r)!=="".concat(i)&&(n.set(r,"".concat(i)),a=!0)})),a&&(r?i(n):e("?".concat(n.toString()),{replace:!0}))}),[n,e])}},ka=function(){var e=fi().isMobile,t=_t(),n=(0,r.useRef)(null),i=v(lt(),1)[0],o=Da().setSearchParamsFromKeys,u=i.get("date")||a()().tz().format(Jt),l=(0,r.useMemo)((function(){return a().tz(u).format(Jt)}),[u]),c=function(e){o({date:e})};return(0,r.useEffect)((function(){c(u)}),[]),Wt("div",{children:[Wt("div",{ref:n,children:e?Wt("div",{className:"vm-mobile-option",children:[Wt("span",{className:"vm-mobile-option__icon",children:Wt(or,{})}),Wt("div",{className:"vm-mobile-option-text",children:[Wt("span",{className:"vm-mobile-option-text__label",children:"Date control"}),Wt("span",{className:"vm-mobile-option-text__value",children:l})]}),Wt("span",{className:"vm-mobile-option__arrow",children:Wt(rr,{})})]}):Wt(Mi,{title:"Date control",children:Wt(Di,{className:t?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Wt(or,{}),children:l})})}),Wt(va,{label:"Date control",date:u||"",format:Jt,onChange:c,targetRef:n})]})},xa=[{seconds:0,title:"Off"},{seconds:1,title:"1s"},{seconds:2,title:"2s"},{seconds:5,title:"5s"},{seconds:10,title:"10s"},{seconds:30,title:"30s"},{seconds:60,title:"1m"},{seconds:300,title:"5m"},{seconds:900,title:"15m"},{seconds:1800,title:"30m"},{seconds:3600,title:"1h"},{seconds:7200,title:"2h"}],Ca=function(){var e=fi().isMobile,t=Bn(),n=_t(),i=v((0,r.useState)(!1),2),a=i[0],o=i[1],u=v((0,r.useState)(xa[0]),2),l=u[0],c=u[1],s=ki(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useRef)(null);(0,r.useEffect)((function(){var e,n=l.seconds;return a?e=setInterval((function(){t({type:"RUN_QUERY"})}),1e3*n):c(xa[0]),function(){e&&clearInterval(e)}}),[l,a]);var p=function(e){return function(){!function(e){(a&&!e.seconds||!a&&e.seconds)&&o((function(e){return!e})),c(e),h()}(e)}};return Wt(Ut.HY,{children:[Wt("div",{className:"vm-execution-controls",children:Wt("div",{className:zr()({"vm-execution-controls-buttons":!0,"vm-execution-controls-buttons_mobile":e,"vm-header-button":!n}),children:[!e&&Wt(Mi,{title:"Refresh dashboard",children:Wt(Di,{variant:"contained",color:"primary",onClick:function(){t({type:"RUN_QUERY"})},startIcon:Wt(nr,{}),ariaLabel:"refresh dashboard"})}),e?Wt("div",{className:"vm-mobile-option",onClick:d,children:[Wt("span",{className:"vm-mobile-option__icon",children:Wt(Kn,{})}),Wt("div",{className:"vm-mobile-option-text",children:[Wt("span",{className:"vm-mobile-option-text__label",children:"Auto-refresh"}),Wt("span",{className:"vm-mobile-option-text__value",children:l.title})]}),Wt("span",{className:"vm-mobile-option__arrow",children:Wt(rr,{})})]}):Wt(Mi,{title:"Auto-refresh control",children:Wt("div",{ref:m,children:Wt(Di,{variant:"contained",color:"primary",fullWidth:!0,endIcon:Wt("div",{className:zr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":f}),children:Wt(rr,{})}),onClick:d,children:l.title})})})]})}),Wt(xi,{open:f,placement:"bottom-right",onClose:h,buttonRef:m,title:e?"Auto-refresh duration":void 0,children:Wt("div",{className:zr()({"vm-execution-controls-list":!0,"vm-execution-controls-list_mobile":e}),children:xa.map((function(t){return Wt("div",{className:zr()({"vm-list-item":!0,"vm-list-item_mobile":e,"vm-list-item_active":t.seconds===l.seconds}),onClick:p(t),children:t.title},t.seconds)}))})})]})},Sa=function(e){var t=e.serverUrl,n=e.stateServerUrl,i=e.onChange,a=e.onEnter,o=v((0,r.useState)(""),2),u=o[0],l=o[1];return(0,r.useEffect)((function(){n||l(Pt.emptyServer),jt(n)||l(Pt.validServer)}),[n]),Wt(ta,{autofocus:!0,label:"Server URL",value:t,error:u,onChange:function(e){i(e||""),l("")},onEnter:a,inputmode:"url"})},Ea=[{label:"Graph",type:"chart"},{label:"JSON",type:"code"},{label:"Table",type:"table"}],Aa=function(e){var t=e.limits,n=e.onChange,i=e.onEnter,a=fi().isMobile,o=v((0,r.useState)({table:"",chart:"",code:""}),2),u=o[0],l=o[1],c=function(e){return function(r){!function(e,r){var i=e||"";l((function(e){return dt(dt({},e),{},st({},r,+i<0?Pt.positiveNumber:""))})),n(dt(dt({},t),{},st({},r,i||1/0)))}(r,e)}};return Wt("div",{className:"vm-limits-configurator",children:[Wt("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",Wt(Mi,{title:"Set to 0 to disable the limit",children:Wt(Di,{variant:"text",color:"primary",size:"small",startIcon:Wt(Jn,{})})}),Wt("div",{className:"vm-limits-configurator-title__reset",children:Wt(Di,{variant:"text",color:"primary",size:"small",startIcon:Wt(Kn,{}),onClick:function(){n(At)},children:"Reset limits"})})]}),Wt("div",{className:zr()({"vm-limits-configurator__inputs":!0,"vm-limits-configurator__inputs_mobile":a}),children:Ea.map((function(e){return Wt("div",{children:Wt(ta,{label:e.label,value:t[e.type],error:u[e.type],onChange:c(e.type),onEnter:i,type:"number"})},e.type)}))})]})},Na=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,i=e.onChange,a=e.title,o=e.children,u=v((0,r.useState)(n),2),l=u[0],c=u[1];return(0,r.useEffect)((function(){i&&i(l)}),[l]),Wt(Ut.HY,{children:[Wt("header",{className:"vm-accordion-header ".concat(l&&"vm-accordion-header_open"),onClick:function(){c((function(e){return!e}))},children:[a,Wt("div",{className:"vm-accordion-header__arrow ".concat(l&&"vm-accordion-header__arrow_open"),children:Wt(rr,{})})]}),l&&Wt("section",{className:"vm-accordion-section",children:o},"content")]})},Ma=function(e){var t=e.timezoneState,n=e.onChange,i=fi().isMobile,o=Cn(),u=v((0,r.useState)(""),2),l=u[0],c=u[1],s=(0,r.useRef)(null),f=ki(!1),d=f.value,h=f.toggle,m=f.setFalse,p=(0,r.useMemo)((function(){if(!l)return o;try{return Cn(l)}catch(e){return{}}}),[l,o]),g=(0,r.useMemo)((function(){return Object.keys(p)}),[p]),y=(0,r.useMemo)((function(){return{region:a().tz.guess(),utc:xn(a().tz.guess())}}),[]),_=(0,r.useMemo)((function(){return{region:t,utc:xn(t)}}),[t]),b=function(e){return function(){!function(e){n(e.region),c(""),m()}(e)}};return Wt("div",{className:"vm-timezones",children:[Wt("div",{className:"vm-server-configurator__title",children:"Time zone"}),Wt("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:h,ref:s,children:[Wt("div",{className:"vm-timezones-item__title",children:_.region}),Wt("div",{className:"vm-timezones-item__utc",children:_.utc}),Wt("div",{className:zr()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":d}),children:Wt(ir,{})})]}),Wt(xi,{open:d,buttonRef:s,placement:"bottom-left",onClose:m,fullWidth:!0,title:i?"Time zone":void 0,children:Wt("div",{className:zr()({"vm-timezones-list":!0,"vm-timezones-list_mobile":i}),children:[Wt("div",{className:"vm-timezones-list-header",children:[Wt("div",{className:"vm-timezones-list-header__search",children:Wt(ta,{autofocus:!0,label:"Search",value:l,onChange:function(e){c(e)}})}),Wt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(y),children:[Wt("div",{className:"vm-timezones-item__title",children:["Browser Time (",y.region,")"]}),Wt("div",{className:"vm-timezones-item__utc",children:y.utc})]})]}),g.map((function(e){return Wt("div",{className:"vm-timezones-list-group",children:Wt(Na,{defaultExpanded:!0,title:Wt("div",{className:"vm-timezones-list-group__title",children:e}),children:Wt("div",{className:"vm-timezones-list-group-options",children:p[e]&&p[e].map((function(e){return Wt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(e),children:[Wt("div",{className:"vm-timezones-item__title",children:e.region}),Wt("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},Fa=function(e){var t=e.options,n=e.value,i=e.label,a=e.onChange,o=(0,r.useRef)(null),u=v((0,r.useState)({width:"0px",left:"0px",borderRadius:"0px"}),2),l=u[0],c=u[1],s=function(e){return function(){a(e)}};return(0,r.useEffect)((function(){if(o.current){var e=t.findIndex((function(e){return e.value===n})),r=o.current.getBoundingClientRect().width,i=e*r,a="0";0===e&&(a="16px 0 0 16px"),e===t.length-1&&(a="10px",i-=1,a="0 16px 16px 0"),0!==e&&e!==t.length-1&&(r+=1,i-=1),c({width:"".concat(r,"px"),left:"".concat(i,"px"),borderRadius:a})}else c({width:"0px",left:"0px",borderRadius:"0px"})}),[o,n,t]),Wt("div",{className:"vm-toggles",children:[i&&Wt("label",{className:"vm-toggles__label",children:i}),Wt("div",{className:"vm-toggles-group",style:{gridTemplateColumns:"repeat(".concat(t.length,", 1fr)")},children:[l.borderRadius&&Wt("div",{className:"vm-toggles-group__highlight",style:l}),t.map((function(e,t){return Wt("div",{className:zr()({"vm-toggles-group-item":!0,"vm-toggles-group-item_first":0===t,"vm-toggles-group-item_active":e.value===n,"vm-toggles-group-item_icon":e.icon&&e.title}),onClick:s(e.value),ref:e.value===n?o:null,children:[e.icon,e.title]},e.value)}))]})]})},Ta=Object.values(It).map((function(e){return{title:e,value:e}})),Oa=function(e){var t=e.theme,n=e.onChange,r=fi().isMobile;return Wt("div",{className:zr()({"vm-theme-control":!0,"vm-theme-control_mobile":r}),children:[Wt("div",{className:"vm-server-configurator__title",children:"Theme preferences"}),Wt("div",{className:"vm-theme-control__toggle",children:Wt(Fa,{options:Ta,value:t,onChange:function(e){n(e)}})},"".concat(r))]})},La="Settings",Pa=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=fi().isMobile,n=_t(),i=Qt(),a=i.serverUrl,o=i.theme,u=Rn().timezone,l=ni().seriesLimits,c=Gt(),s=Bn(),f=ri(),d=v((0,r.useState)(a),2),h=d[0],m=d[1],p=v((0,r.useState)(l),2),g=p[0],y=p[1],_=v((0,r.useState)(u),2),b=_[0],w=_[1],D=ki(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=function(){C(),m(a),y(l),w(u)},E=function(){var e=Dt(h);""!==e&&c({type:"SET_TENANT_ID",payload:e}),c({type:"SET_SERVER",payload:h}),s({type:"SET_TIMEZONE",payload:b}),f({type:"SET_SERIES_LIMITS",payload:g}),C()};(0,r.useEffect)((function(){a!==h&&m(a)}),[a]);var A=[{show:!n&&!e,component:Wt(Sa,{stateServerUrl:a,serverUrl:h,onChange:m,onEnter:E})},{show:!e,component:Wt(Aa,{limits:g,onChange:y,onEnter:E})},{show:!0,component:Wt(Ma,{timezoneState:b,onChange:w})},{show:!n,component:Wt(Oa,{theme:o,onChange:function(e){c({type:"SET_THEME",payload:e})}})}].filter((function(e){return e.show}));return Wt(Ut.HY,{children:[t?Wt("div",{className:"vm-mobile-option",onClick:x,children:[Wt("span",{className:"vm-mobile-option__icon",children:Wt(Qn,{})}),Wt("div",{className:"vm-mobile-option-text",children:Wt("span",{className:"vm-mobile-option-text__label",children:La})}),Wt("span",{className:"vm-mobile-option__arrow",children:Wt(rr,{})})]}):Wt(Mi,{title:La,children:Wt(Di,{className:zr()({"vm-header-button":!n}),variant:"contained",color:"primary",startIcon:Wt(Qn,{}),onClick:x,ariaLabel:"settings"})}),k&&Wt(Ni,{title:La,onClose:S,children:Wt("div",{className:zr()({"vm-server-configurator":!0,"vm-server-configurator_mobile":t}),children:[A.map((function(e,t){return Wt("div",{className:"vm-server-configurator__input",children:e.component},t)})),Wt("div",{className:"vm-server-configurator-footer",children:[Wt(Di,{color:"error",variant:"outlined",onClick:S,children:"Cancel"}),Wt(Di,{color:"primary",variant:"contained",onClick:E,children:"Apply"})]})]})})]})},Ia=function(e){var t=e.displaySidebar,n=e.isMobile,r=e.headerSetup,i=e.accountIds;return Wt("div",{className:zr()({"vm-header-controls":!0,"vm-header-controls_mobile":n}),children:[(null===r||void 0===r?void 0:r.tenant)&&Wt(na,{accountIds:i||[]}),(null===r||void 0===r?void 0:r.stepControl)&&Wt(oa,{}),(null===r||void 0===r?void 0:r.timeSelector)&&Wt(wa,{}),(null===r||void 0===r?void 0:r.cardinalityDatePicker)&&Wt(ka,{}),(null===r||void 0===r?void 0:r.executionControls)&&Wt(Ca,{}),Wt(Pa,{}),!t&&Wt($i,{})]})},Ra=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=_t(),n=fi().isMobile,i=xe().pathname,a=v(lt(),2),o=a[0],u=a[1];Xi();return(0,r.useEffect)((function(){var t,n,r="vmui",a=e?null===(t=vt[gt.logs])||void 0===t?void 0:t.title:null===(n=vt[i])||void 0===n?void 0:n.title;document.title=a?"".concat(a," - ").concat(r):r}),[i]),(0,r.useEffect)((function(){var e=window.location,t=e.search,n=e.href;if(t){var r=Ct().parse(t,{ignoreQueryPrefix:!0});Object.entries(r).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];return o.set(n,r)})),u(o),window.location.search=""}var i=n.replace(/\/\?#\//,"/#/");i!==n&&window.location.replace(i)}),[]),Wt("section",{className:"vm-container",children:[Wt(Gi,{controlsComponent:Ia}),Wt("div",{className:zr()({"vm-container-body":!0,"vm-container-body_mobile":n,"vm-container-body_app":t}),children:Wt(je,{})}),!t&&Wt(Ki,{})]})},Ba="u-off",za="u-label",ja="width",Ha="height",$a="top",Va="bottom",Ya="left",Ua="right",qa="#000",Wa=qa+"0",Za="mousemove",Qa="mousedown",Ga="mouseup",Ka="mouseenter",Ja="mouseleave",Xa="dblclick",eo="change",to="dppxchange",no="--",ro="undefined"!=typeof window,io=ro?document:null,ao=ro?window:null,oo=ro?navigator:null;function uo(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function lo(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function co(e,t,n){e.style[t]=n+"px"}function so(e,t,n,r){var i=io.createElement(e);return null!=t&&uo(i,t),null!=n&&n.insertBefore(i,r),i}function fo(e,t){return so("div",e,t)}var ho=new WeakMap;function mo(e,t,n,r,i){var a="translate("+t+"px,"+n+"px)";a!=ho.get(e)&&(e.style.transform=a,ho.set(e,a),t<0||n<0||t>r||n>i?uo(e,Ba):lo(e,Ba))}var po=new WeakMap;function vo(e,t,n){var r=t+n;r!=po.get(e)&&(po.set(e,r),e.style.background=t,e.style.borderColor=n)}var go=new WeakMap;function yo(e,t,n,r){var i=t+""+n;i!=go.get(e)&&(go.set(e,i),e.style.height=n+"px",e.style.width=t+"px",e.style.marginLeft=r?-t/2+"px":0,e.style.marginTop=r?-n/2+"px":0)}var _o={passive:!0},bo=dt(dt({},_o),{},{capture:!0});function wo(e,t,n,r){t.addEventListener(e,n,r?bo:_o)}function Do(e,t,n,r){t.removeEventListener(e,n,r?bo:_o)}function ko(e,t,n,r){var i;n=n||0;for(var a=(r=r||t.length-1)<=2147483647;r-n>1;)t[i=a?n+r>>1:zo((n+r)/2)]=t&&i<=n;i+=r)if(null!=e[i])return i;return-1}function Co(e,t,n,r){var i=Uo(e),a=Uo(t),o=10==n?qo:Wo;e==t&&(-1==i?(e*=n,t/=n):(e/=n,t*=n));var u=1==a?Ho:zo,l=(1==i?zo:Ho)(o(Bo(e))),c=u(o(Bo(t))),s=Yo(n,l),f=Yo(n,c);return 10==n&&(l<0&&(s=lu(s,-l)),c<0&&(f=lu(f,-c))),r||2==n?(e=s*i,t=f*a):(e=uu(e,s),t=ou(t,f)),[e,t]}function So(e,t,n,r){var i=Co(e,t,n,r);return 0==e&&(i[0]=0),0==t&&(i[1]=0),i}ro&&function e(){var t=devicePixelRatio;ra!=t&&(ra=t,ia&&Do(eo,ia,e),ia=matchMedia("(min-resolution: ".concat(ra-.001,"dppx) and (max-resolution: ").concat(ra+.001,"dppx)")),wo(eo,ia,e),ao.dispatchEvent(new CustomEvent(to)))}();var Eo=.1,Ao={mode:3,pad:Eo},No={pad:0,soft:null,mode:0},Mo={min:No,max:No};function Fo(e,t,n,r){return yu(n)?Oo(e,t,n):(No.pad=n,No.soft=r?0:null,No.mode=r?3:0,Oo(e,t,Mo))}function To(e,t){return null==e?t:e}function Oo(e,t,n){var r=n.min,i=n.max,a=To(r.pad,0),o=To(i.pad,0),u=To(r.hard,-Qo),l=To(i.hard,Qo),c=To(r.soft,Qo),s=To(i.soft,-Qo),f=To(r.mode,0),d=To(i.mode,0),h=t-e,m=qo(h),p=Vo(Bo(e),Bo(t)),v=qo(p),g=Bo(v-m);(h<1e-9||g>10)&&(h=0,0!=e&&0!=t||(h=1e-9,2==f&&c!=Qo&&(a=0),2==d&&s!=-Qo&&(o=0)));var y=h||p||1e3,_=qo(y),b=Yo(10,zo(_)),w=lu(uu(e-y*(0==h?0==e?.1:1:a),b/10),9),D=e>=c&&(1==f||3==f&&w<=c||2==f&&w>=c)?c:Qo,k=Vo(u,w=D?D:$o(D,w)),x=lu(ou(t+y*(0==h?0==t?.1:1:o),b/10),9),C=t<=s&&(1==d||3==d&&x>=s||2==d&&x<=s)?s:-Qo,S=$o(l,x>C&&t<=C?C:Vo(C,x));return k==S&&0==k&&(S=100),[k,S]}var Lo=new Intl.NumberFormat(ro?oo.language:"en-US"),Po=function(e){return Lo.format(e)},Io=Math,Ro=Io.PI,Bo=Io.abs,zo=Io.floor,jo=Io.round,Ho=Io.ceil,$o=Io.min,Vo=Io.max,Yo=Io.pow,Uo=Io.sign,qo=Io.log10,Wo=Io.log2,Zo=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Io.asinh(e/t)},Qo=1/0;function Go(e){return 1+(0|qo((e^e>>31)-(e>>31)))}function Ko(e,t,n){return $o(Vo(e,t),n)}function Jo(e){return"function"==typeof e?e:function(){return e}}var Xo=function(e){return e},eu=function(e,t){return t},tu=function(e){return null},nu=function(e){return!0},ru=function(e,t){return e==t},iu=function(e){return lu(e,14)};function au(e,t){return iu(lu(iu(e/t))*t)}function ou(e,t){return iu(Ho(iu(e/t))*t)}function uu(e,t){return iu(zo(iu(e/t))*t)}function lu(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(vu(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return jo(r)/n}var cu=new Map;function su(e){return((""+e).split(".")[1]||"").length}function fu(e,t,n,r){for(var i=[],a=r.map(su),o=t;o=0&&o>=0?0:u)+(o>=a[c]?0:a[c]),d=lu(s,f);i.push(d),cu.set(d,f)}return i}var du={},hu=[],mu=[null,null],pu=Array.isArray,vu=Number.isInteger;function gu(e){return"string"==typeof e}function yu(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function _u(e){return null!=e&&"object"==typeof e}var bu=Object.getPrototypeOf(Uint8Array);function wu(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:yu;if(pu(e)){var r=e.find((function(e){return null!=e}));if(pu(r)||n(r)){t=Array(e.length);for(var i=0;ia){for(r=o-1;r>=0&&null==e[r];)e[r--]=null;for(r=o+1;r12?t-12:t},AA:function(e){return e.getHours()>=12?"PM":"AM"},aa:function(e){return e.getHours()>=12?"pm":"am"},a:function(e){return e.getHours()>=12?"p":"a"},mm:function(e){return Fu(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return Fu(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function Ou(e,t){t=t||Mu;for(var n,r=[],i=/\{([a-z]+)\}|[^{]+/gi;n=i.exec(e);)r.push("{"==n[0][0]?Tu[n[1]]:n[0]);return function(e){for(var n="",i=0;i=o,p=f>=a&&f=i?i:f,M=_+(zo(c)-zo(g))+ou(g-_,N);h.push(M);for(var F=t(M),T=F.getHours()+F.getMinutes()/n+F.getSeconds()/r,O=f/r,L=d/u.axes[l]._space;!((M=lu(M+f,1==e?0:3))>s);)if(O>1){var P=zo(lu(T+O,6))%24,I=t(M).getHours()-P;I>1&&(I=-1),T=(T+O)%24,lu(((M-=I*r)-h[h.length-1])/f,3)*L>=.7&&h.push(M)}else h.push(M)}return h}}]}var Ju=v(Ku(1),3),Xu=Ju[0],el=Ju[1],tl=Ju[2],nl=v(Ku(.001),3),rl=nl[0],il=nl[1],al=nl[2];function ol(e,t){return e.map((function(e){return e.map((function(n,r){return 0==r||8==r||null==n?n:t(1==r||0==e[8]?n:e[1]+n)}))}))}function ul(e,t){return function(n,r,i,a,o){var u,l,c,s,f,d,h=t.find((function(e){return o>=e[0]}))||t[t.length-1];return r.map((function(t){var n=e(t),r=n.getFullYear(),i=n.getMonth(),a=n.getDate(),o=n.getHours(),m=n.getMinutes(),p=n.getSeconds(),v=r!=u&&h[2]||i!=l&&h[3]||a!=c&&h[4]||o!=s&&h[5]||m!=f&&h[6]||p!=d&&h[7]||h[1];return u=r,l=i,c=a,s=o,f=m,d=p,v(n)}))}}function ll(e,t,n){return new Date(e,t,n)}function cl(e,t){return t(e)}fu(2,-53,53,[1]);function sl(e,t){return function(n,r,i,a){return null==a?no:t(e(r))}}var fl={show:!0,live:!0,isolate:!1,mount:function(){},markers:{show:!0,width:2,stroke:function(e,t){var n=e.series[t];return n.width?n.stroke(e,t):n.points.width?n.points.stroke(e,t):null},fill:function(e,t){return e.series[t].fill(e,t)},dash:"solid"},idx:null,idxs:null,values:[]};var dl=[0,0];function hl(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){0==e.button&&(!r||e.target==t)&&n(e)}}function ml(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){(!r||e.target==t)&&n(e)}}var pl={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return dl[0]=t,dl[1]=n,dl},points:{show:function(e,t){var n=e.cursor.points,r=fo(),i=n.size(e,t);co(r,ja,i),co(r,Ha,i);var a=i/-2;co(r,"marginLeft",a),co(r,"marginTop",a);var o=n.width(e,t,i);return o&&co(r,"borderWidth",o),r},size:function(e,t){return e.series[t].points.size},width:0,stroke:function(e,t){var n=e.series[t].points;return n._stroke||n._fill},fill:function(e,t){var n=e.series[t].points;return n._fill||n._stroke}},bind:{mousedown:hl,mouseup:hl,click:hl,dblclick:hl,mousemove:ml,mouseleave:ml,mouseenter:ml},drag:{setScale:!0,x:!0,y:!1,dist:0,uni:null,click:function(e,t){t.stopPropagation(),t.stopImmediatePropagation()},_x:!1,_y:!1},focus:{prox:-1,bias:0},left:-10,top:-10,idx:null,dataIdx:function(e,t,n){return n},idxs:null,event:null},vl={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},gl=Du({},vl,{filter:eu}),yl=Du({},gl,{size:10}),_l=Du({},vl,{show:!1}),bl='12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',wl="bold "+bl,Dl={show:!0,scale:"x",stroke:qa,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:wl,side:2,grid:gl,ticks:yl,border:_l,font:bl,lineGap:1.5,rotate:0},kl={show:!0,scale:"x",auto:!1,sorted:1,min:Qo,max:-Qo,idxs:[]};function xl(e,t,n,r,i){return t.map((function(e){return null==e?"":Po(e)}))}function Cl(e,t,n,r,i,a,o){for(var u=[],l=cu.get(i)||0,c=n=o?n:lu(ou(n,i),l);c<=r;c=lu(c+i,l))u.push(Object.is(c,-0)?0:c);return u}function Sl(e,t,n,r,i,a,o){var u=[],l=e.scales[e.axes[t].scale].log,c=zo((10==l?qo:Wo)(n));i=Yo(l,c),10==l&&c<0&&(i=lu(i,-c));var s=n;do{u.push(s),s+=i,10==l&&(s=lu(s,cu.get(i))),s>=i*l&&(i=s)}while(s<=r);return u}function El(e,t,n,r,i,a,o){var u=e.scales[e.axes[t].scale].asinh,l=r>u?Sl(e,t,Vo(u,n),r,i):[u],c=r>=0&&n<=0?[0]:[];return(n<-u?Sl(e,t,Vo(u,-r),-n,i):[u]).reverse().map((function(e){return-e})).concat(c,l)}var Al=/./,Nl=/[12357]/,Ml=/[125]/,Fl=/1/,Tl=function(e,t,n,r){return e.map((function(e,i){return 4==t&&0==e||i%r==0&&n.test(e.toExponential()[e<0?1:0])?e:null}))};function Ol(e,t,n,r,i){var a=e.axes[n],o=a.scale,u=e.scales[o],l=e.valToPos,c=a._space,s=l(10,o),f=l(9,o)-s>=c?Al:l(7,o)-s>=c?Nl:l(5,o)-s>=c?Ml:Fl;if(f==Fl){var d=Bo(l(1,o)-s);if(d0){o=new Path2D;for(var u=0==t?ac:oc,l=n,c=0;cs[0]){var f=s[0]-l;f>0&&u(o,l,r,f,r+a),l=s[1]}}var d=n+i-l;d>0&&u(o,l,r-5,d,r+a+10)}return o}function Jl(e,t,n,r,i,a,o){for(var u=[],l=e.length,c=1==i?n:r;c>=n&&c<=r;c+=i){if(null===t[c]){var s=c,f=c;if(1==i)for(;++c<=r&&null===t[c];)f=c;else for(;--c>=n&&null===t[c];)f=c;var d=a(e[s]),h=f==s?d:a(e[f]),m=s-i;d=o<=0&&m>=0&&m=0&&p>=0&&p=d&&u.push([d,h])}}return u}function Xl(e){return 0==e?Xo:1==e?jo:function(t){return au(t,e)}}function ec(e){var t=0==e?tc:nc,n=0==e?function(e,t,n,r,i,a){e.arcTo(t,n,r,i,a)}:function(e,t,n,r,i,a){e.arcTo(n,t,i,r,a)},r=0==e?function(e,t,n,r,i){e.rect(t,n,r,i)}:function(e,t,n,r,i){e.rect(n,t,i,r)};return function(e,i,a,o,u){var l=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,c=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;0==l&&0==c?r(e,i,a,o,u):(l=$o(l,o/2,u/2),c=$o(c,o/2,u/2),t(e,i+l,a),n(e,i+o,a,i+o,a+u,l),n(e,i+o,a+u,i,a+u,c),n(e,i,a+u,i,a,c),n(e,i,a,i+o,a,l),e.closePath())}}var tc=function(e,t,n){e.moveTo(t,n)},nc=function(e,t,n){e.moveTo(n,t)},rc=function(e,t,n){e.lineTo(t,n)},ic=function(e,t,n){e.lineTo(n,t)},ac=ec(0),oc=ec(1),uc=function(e,t,n,r,i,a){e.arc(t,n,r,i,a)},lc=function(e,t,n,r,i,a){e.arc(n,t,r,i,a)},cc=function(e,t,n,r,i,a,o){e.bezierCurveTo(t,n,r,i,a,o)},sc=function(e,t,n,r,i,a,o){e.bezierCurveTo(n,t,i,r,o,a)};function fc(e){return function(e,t,n,r,i){return Wl(e,t,(function(t,a,o,u,l,c,s,f,d,h,m){var p,v,g=t.pxRound,y=t.points;0==u.ori?(p=tc,v=uc):(p=nc,v=lc);var _=lu(y.width*ra,3),b=(y.size-y.width)/2*ra,w=lu(2*b,3),D=new Path2D,k=new Path2D,x=e.bbox,C=x.left,S=x.top,E=x.width,A=x.height;ac(k,C-w,S-w,E+2*w,A+2*w);var N=function(e){if(null!=o[e]){var t=g(c(a[e],u,h,f)),n=g(s(o[e],l,m,d));p(D,t+b,n),v(D,t,n,b,0,2*Ro)}};if(i)i.forEach(N);else for(var M=n;M<=r;M++)N(M);return{stroke:_>0?D:null,fill:D,clip:k,flags:2|ql}}))}}function dc(e){return function(t,n,r,i,a,o){r!=i&&(a!=r&&o!=r&&e(t,n,r),a!=i&&o!=i&&e(t,n,i),e(t,n,o))}}var hc=dc(rc),mc=dc(ic);function pc(e){var t=To(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,i){return Wl(e,n,(function(a,o,u,l,c,s,f,d,h,m,p){var g,_,b=a.pxRound,w=function(e){return b(s(e,l,m,d))},D=function(e){return b(f(e,c,p,h))};0==l.ori?(g=rc,_=hc):(g=ic,_=mc);for(var k,x,C,S=l.dir*(0==l.ori?1:-1),E={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:ql},A=E.stroke,N=Qo,M=-Qo,F=w(o[1==S?r:i]),T=xo(u,r,i,1*S),O=xo(u,r,i,-1*S),L=w(o[T]),P=w(o[O]),I=!1,R=1==S?r:i;R>=r&&R<=i;R+=S){var B=w(o[R]),z=u[R];B==F?null!=z?(x=D(z),N==Qo&&(g(A,B,x),k=x),N=$o(x,N),M=Vo(x,M)):null===z&&(I=!0):(N!=Qo&&(_(A,F,N,M,k,x),C=F),null!=z?(g(A,B,x=D(z)),N=M=k=x):(N=Qo,M=-Qo,null===z&&(I=!0)),F=B)}N!=Qo&&N!=M&&C!=F&&_(A,F,N,M,k,x);var j=v(Zl(e,n),2),H=j[0],$=j[1];if(null!=a.fill||0!=H){var V=E.fill=new Path2D(A),Y=D(a.fillTo(e,n,a.min,a.max,H));g(V,P,Y),g(V,L,Y)}if(!a.spanGaps){var U,q=[];I&&(U=q).push.apply(U,y(Jl(o,u,r,i,S,w,t))),E.gaps=q=a.gaps(e,n,r,i,q),E.clip=Kl(q,l.ori,d,h,m,p)}return 0!=$&&(E.band=2==$?[Gl(e,n,r,i,A,-1),Gl(e,n,r,i,A,1)]:Gl(e,n,r,i,A,$)),E}))}}function vc(e,t,n,r,i,a){var o=e.length;if(o<2)return null;var u=new Path2D;if(n(u,e[0],t[0]),2==o)r(u,e[1],t[1]);else{for(var l=Array(o),c=Array(o-1),s=Array(o-1),f=Array(o-1),d=0;d0!==c[h]>0?l[h]=0:(l[h]=3*(f[h-1]+f[h])/((2*f[h]+f[h-1])/c[h-1]+(f[h]+2*f[h-1])/c[h]),isFinite(l[h])||(l[h]=0));l[o-1]=c[o-2];for(var m=0;m=i&&a+(l<5?cu.get(l):0)<=17)return[l,c]}while(++u0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?Zo(e,t.asinh):e)-t._min)/(t._max-t._min)}function o(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?1-i:i)}function u(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?i:1-i)}function l(e,t,n,r){return 0==t.ori?o(e,t,n,r):u(e,t,n,r)}r.valToPosH=o,r.valToPosV=u;var c=!1;r.status=0;var s=r.root=fo("uplot");(null!=e.id&&(s.id=e.id),uo(s,e.class),e.title)&&(fo("u-title",s).textContent=e.title);var f=so("canvas"),d=r.ctx=f.getContext("2d"),h=fo("u-wrap",s);wo("click",h,(function(e){e.target===p&&((Et!=kt||At!=xt)&&Lt.click(r,e))}),!0);var m=r.under=fo("u-under",h);h.appendChild(f);var p=r.over=fo("u-over",h),g=+To((e=wu(e)).pxAlign,1),y=Xl(g);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var _,b,w=e.ms||.001,D=r.series=1==i?wc(e.series||[],kl,jl,!1):(_=e.series||[null],b=zl,_.map((function(e,t){return 0==t?null:Du({},b,e)}))),k=r.axes=wc(e.axes||[],Dl,Il,!0),x=r.scales={},C=r.bands=e.bands||[];C.forEach((function(e){e.fill=Jo(e.fill||null),e.dir=To(e.dir,-1)}));var S=2==i?D[1].facets[0].scale:D[0].scale,E={axes:function(){for(var e=function(){var e=k[t];if(!e.show||!e._show)return 0;var n,i,a=e.side,o=a%2,u=e.stroke(r,t),c=0==a||3==a?-1:1;if(e.label){var s=e.labelGap*c,f=jo((e._lpos+s)*ra);at(e.labelFont[0],u,"center",2==a?$a:Va),d.save(),1==o?(n=i=0,d.translate(f,jo(ge+_e/2)),d.rotate((3==a?-Ro:Ro)/2)):(n=jo(ve+ye/2),i=f),d.fillText(e.label,n,i),d.restore()}var h=v(e._found,2),m=h[0],p=h[1];if(0==p)return 0;var g=x[e.scale],_=0==o?ye:_e,b=0==o?ve:ge,w=jo(e.gap*ra),D=e._splits,C=2==g.distr?D.map((function(e){return et[e]})):D,S=2==g.distr?et[D[1]]-et[D[0]]:m,E=e.ticks,A=e.border,N=E.show?jo(E.size*ra):0,M=e._rotate*-Ro/180,F=y(e._pos*ra),T=F+(N+w)*c;i=0==o?T:0,n=1==o?T:0,at(e.font[0],u,1==e.align?Ya:2==e.align?Ua:M>0?Ya:M<0?Ua:0==o?"center":3==a?Ua:Ya,M||1==o?"middle":2==a?$a:Va);for(var O=e.font[1]*e.lineGap,L=D.map((function(e){return y(l(e,g,_,b))})),P=e._values,I=0;I0&&(D.forEach((function(e,n){if(n>0&&e.show&&(ut(n,!1),ut(n,!0),null==e._paths)){var a=2==i?[0,t[n][0].length-1]:function(e){var t=Ko(Ke-1,0,Be-1),n=Ko(Je+1,0,Be-1);for(;null==e[t]&&t>0;)t--;for(;null==e[n]&&n0&&e.show){Ze!=e.alpha&&(d.globalAlpha=Ze=e.alpha),null!=e._paths&<(t,!1);var n=null!=e._paths?e._paths.gaps:null,i=e.points.show(r,t,Ke,Je,n),a=e.points.filter(r,t,i,n);(i||a)&&(e.points._paths=e.points.paths(r,t,Ke,Je,a),lt(t,!0)),1!=Ze&&(d.globalAlpha=Ze=1),gn("drawSeries",t)}})))}},A=(e.drawOrder||["axes","series"]).map((function(e){return E[e]}));function N(t){var n=x[t];if(null==n){var r=(e.scales||du)[t]||du;if(null!=r.from)N(r.from),x[t]=Du({},x[r.from],r,{key:t});else{(n=x[t]=Du({},t==S?$l:Vl,r)).key=t;var a=n.time,o=n.range,u=pu(o);if((t!=S||2==i&&!a)&&(!u||null!=o[0]&&null!=o[1]||(o={min:null==o[0]?Ao:{mode:1,hard:o[0],soft:o[0]},max:null==o[1]?Ao:{mode:1,hard:o[1],soft:o[1]}},u=!1),!u&&yu(o))){var l=o;o=function(e,t,n){return null==t?mu:Fo(t,n,l)}}n.range=Jo(o||(a?xc:t==S?3==n.distr?Ec:4==n.distr?Nc:kc:3==n.distr?Sc:4==n.distr?Ac:Cc)),n.auto=Jo(!u&&n.auto),n.clamp=Jo(n.clamp||Hl),n._min=n._max=null}}}for(var M in N("x"),N("y"),1==i&&D.forEach((function(e){N(e.scale)})),k.forEach((function(e){N(e.scale)})),e.scales)N(M);var F,T,O=x[S],L=O.distr;0==O.ori?(uo(s,"u-hz"),F=o,T=u):(uo(s,"u-vt"),F=u,T=o);var P={};for(var I in x){var R=x[I];null==R.min&&null==R.max||(P[I]={min:R.min,max:R.max},R.min=R.max=null)}var B,z,j,H=e.tzDate||function(e){return new Date(jo(e/w))},$=e.fmtDate||Ou,V=1==w?tl(H):al(H),Y=ul(H,ol(1==w?el:il,$)),U=sl(H,cl("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",$)),q=[],W=r.legend=Du({},fl,e.legend),Z=W.show,Q=W.markers;W.idxs=q,Q.width=Jo(Q.width),Q.dash=Jo(Q.dash),Q.stroke=Jo(Q.stroke),Q.fill=Jo(Q.fill);var G,K=[],J=[],X=!1,ee={};if(W.live){var te=D[1]?D[1].values:null;for(var ne in G=(X=null!=te)?te(r,1,0):{_:0})ee[ne]=no}if(Z)if(B=so("table","u-legend",s),j=so("tbody",null,B),W.mount(r,B),X){z=so("thead",null,B,j);var re=so("tr",null,z);for(var ie in so("th",null,re),G)so("th",za,re).textContent=ie}else uo(B,"u-inline"),W.live&&uo(B,"u-live");var ae={show:!0},oe={show:!1};var ue=new Map;function le(e,t,n){var i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=ue.get(t)||{},o=Ne.bind[e](r,t,n,i);o&&(wo(e,t,a[e]=o),ue.set(t,a))}function ce(e,t,n){var r=ue.get(t)||{};for(var i in r)null!=e&&i!=e||(Do(i,t,r[i]),delete r[i]);null==e&&ue.delete(t)}var se=0,fe=0,de=0,he=0,me=0,pe=0,ve=0,ge=0,ye=0,_e=0;r.bbox={};var be=!1,we=!1,De=!1,ke=!1,xe=!1,Ce=!1;function Se(e,t,n){(n||e!=r.width||t!=r.height)&&Ee(e,t),vt(!1),De=!0,we=!0,Ne.left>=0&&(ke=Ce=!0),Mt()}function Ee(e,t){r.width=se=de=e,r.height=fe=he=t,me=pe=0,function(){var e=!1,t=!1,n=!1,r=!1;k.forEach((function(i,a){if(i.show&&i._show){var o=i.side,u=o%2,l=i._size+(null!=i.label?i.labelSize:0);l>0&&(u?(de-=l,3==o?(me+=l,r=!0):n=!0):(he-=l,0==o?(pe+=l,e=!0):t=!0))}})),Ie[0]=e,Ie[1]=n,Ie[2]=t,Ie[3]=r,de-=Ge[1]+Ge[3],me+=Ge[3],he-=Ge[2]+Ge[0],pe+=Ge[0]}(),function(){var e=me+de,t=pe+he,n=me,r=pe;function i(i,a){switch(i){case 1:return(e+=a)-a;case 2:return(t+=a)-a;case 3:return(n-=a)+a;case 0:return(r-=a)+a}}k.forEach((function(e,t){if(e.show&&e._show){var n=e.side;e._pos=i(n,e._size),null!=e.label&&(e._lpos=i(n,e.labelSize))}}))}();var n=r.bbox;ve=n.left=au(me*ra,.5),ge=n.top=au(pe*ra,.5),ye=n.width=au(de*ra,.5),_e=n.height=au(he*ra,.5)}var Ae=3;r.setSize=function(e){Se(e.width,e.height)};var Ne=r.cursor=Du({},pl,{drag:{y:2==i}},e.cursor),Me=function(e){Ne.event=e};Ne.idxs=q,Ne._lock=!1;var Fe=Ne.points;Fe.show=Jo(Fe.show),Fe.size=Jo(Fe.size),Fe.stroke=Jo(Fe.stroke),Fe.width=Jo(Fe.width),Fe.fill=Jo(Fe.fill);var Te=r.focus=Du({},e.focus||{alpha:.3},Ne.focus),Oe=Te.prox>=0,Le=[null];function Pe(e,t){if(1==i||t>0){var n=1==i&&x[e.scale].time,a=e.value;e.value=n?gu(a)?sl(H,cl(a,$)):a||U:a||Pl,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||_c||tu,e.fillTo=Jo(e.fillTo||Ql),e.pxAlign=+To(e.pxAlign,g),e.pxRound=Xl(e.pxAlign),e.stroke=Jo(e.stroke||null),e.fill=Jo(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var o=lu((3+2*(Vo(1,e.width)||1))*1,3),u=e.points=Du({},{size:o,width:Vo(1,.2*o),stroke:e.stroke,space:2*o,paths:bc,_stroke:null,_fill:null},e.points);u.show=Jo(u.show),u.filter=Jo(u.filter),u.fill=Jo(u.fill),u.stroke=Jo(u.stroke),u.paths=Jo(u.paths),u.pxAlign=e.pxAlign}if(Z){var l=function(e,t){if(0==t&&(X||!W.live||2==i))return mu;var n=[],a=so("tr","u-series",j,j.childNodes[t]);uo(a,e.class),e.show||uo(a,Ba);var o=so("th",null,a);if(Q.show){var u=fo("u-marker",o);if(t>0){var l=Q.width(r,t);l&&(u.style.border=l+"px "+Q.dash(r,t)+" "+Q.stroke(r,t)),u.style.background=Q.fill(r,t)}}var c=fo(za,o);for(var s in c.textContent=e.label,t>0&&(Q.show||(c.style.color=e.width>0?Q.stroke(r,t):Q.fill(r,t)),le("click",o,(function(t){if(!Ne._lock){Me(t);var n=D.indexOf(e);if((t.ctrlKey||t.metaKey)!=W.isolate){var r=D.some((function(e,t){return t>0&&t!=n&&e.show}));D.forEach((function(e,t){t>0&&Yt(t,r?t==n?ae:oe:ae,!0,_n.setSeries)}))}else Yt(n,{show:!e.show},!0,_n.setSeries)}}),!1),Oe&&le(Ka,o,(function(t){Ne._lock||(Me(t),Yt(D.indexOf(e),Ut,!0,_n.setSeries))}),!1)),G){var f=so("td","u-value",a);f.textContent="--",n.push(f)}return[a,n]}(e,t);K.splice(t,0,l[0]),J.splice(t,0,l[1]),W.values.push(null)}if(Ne.show){q.splice(t,0,null);var c=function(e,t){if(t>0){var n=Ne.points.show(r,t);if(n)return uo(n,"u-cursor-pt"),uo(n,e.class),mo(n,-10,-10,de,he),p.insertBefore(n,Le[t]),n}}(e,t);c&&Le.splice(t,0,c)}gn("addSeries",t)}r.addSeries=function(e,t){t=null==t?D.length:t,e=1==i?Dc(e,t,kl,jl):Dc(e,t,null,zl),D.splice(t,0,e),Pe(D[t],t)},r.delSeries=function(e){if(D.splice(e,1),Z){W.values.splice(e,1),J.splice(e,1);var t=K.splice(e,1)[0];ce(null,t.firstChild),t.remove()}Ne.show&&(q.splice(e,1),Le.length>1&&Le.splice(e,1)[0].remove()),gn("delSeries",e)};var Ie=[!1,!1,!1,!1];function Re(e,t,n,r){var i=v(n,4),a=i[0],o=i[1],u=i[2],l=i[3],c=t%2,s=0;return 0==c&&(l||o)&&(s=0==t&&!a||2==t&&!u?jo(Dl.size/3):0),1==c&&(a||u)&&(s=1==t&&!o||3==t&&!l?jo(Il.size/2):0),s}var Be,ze,je,He,$e,Ve,Ye,Ue,qe,We,Ze,Qe=r.padding=(e.padding||[Re,Re,Re,Re]).map((function(e){return Jo(To(e,Re))})),Ge=r._padding=Qe.map((function(e,t){return e(r,t,Ie,0)})),Ke=null,Je=null,Xe=1==i?D[0].idxs:null,et=null,tt=!1;function nt(e,n){if(t=null==e?[]:wu(e,_u),2==i){Be=0;for(var a=1;a=0,Ce=!0,Mt()}}function rt(){var e,n;if(tt=!0,1==i)if(Be>0){if(Ke=Xe[0]=0,Je=Xe[1]=Be-1,e=t[0][Ke],n=t[0][Je],2==L)e=Ke,n=Je;else if(e==n)if(3==L){var r=v(Co(e,e,O.log,!1),2);e=r[0],n=r[1]}else if(4==L){var a=v(So(e,e,O.log,!1),2);e=a[0],n=a[1]}else if(O.time)n=e+jo(86400/w);else{var o=v(Fo(e,n,Eo,!0),2);e=o[0],n=o[1]}}else Ke=Xe[0]=e=null,Je=Xe[1]=n=null;Vt(S,e,n)}function it(e,t,n,r,i,a){var o,u,l,c,s;null!==(o=e)&&void 0!==o||(e=Wa),null!==(u=n)&&void 0!==u||(n=hu),null!==(l=r)&&void 0!==l||(r="butt"),null!==(c=i)&&void 0!==c||(i=Wa),null!==(s=a)&&void 0!==s||(a="round"),e!=ze&&(d.strokeStyle=ze=e),i!=je&&(d.fillStyle=je=i),t!=He&&(d.lineWidth=He=t),a!=Ve&&(d.lineJoin=Ve=a),r!=Ye&&(d.lineCap=Ye=r),n!=$e&&d.setLineDash($e=n)}function at(e,t,n,r){t!=je&&(d.fillStyle=je=t),e!=Ue&&(d.font=Ue=e),n!=qe&&(d.textAlign=qe=n),r!=We&&(d.textBaseline=We=r)}function ot(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(i.length>0&&e.auto(r,tt)&&(null==t||null==t.min)){var o=To(Ke,0),u=To(Je,i.length-1),l=null==n.min?3==e.distr?function(e,t,n){for(var r=Qo,i=-Qo,a=t;a<=n;a++){var o=e[a];null!=o&&o>0&&(oi&&(i=o))}return[r==Qo?1:r,i==-Qo?10:i]}(i,o,u):function(e,t,n,r){var i=Qo,a=-Qo;if(1==r)i=e[t],a=e[n];else if(-1==r)i=e[n],a=e[t];else for(var o=t;o<=n;o++){var u=e[o];null!=u&&(ua&&(a=u))}return[i,a]}(i,o,u,a):[n.min,n.max];e.min=$o(e.min,n.min=l[0]),e.max=Vo(e.max,n.max=l[1])}}function ut(e,t){var n=t?D[e].points:D[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function lt(e,n){var i=n?D[e].points:D[e],a=i._paths,o=a.stroke,u=a.fill,l=a.clip,c=a.flags,s=a._stroke,f=void 0===s?i._stroke:s,h=a._fill,m=void 0===h?i._fill:h,p=a._width,v=void 0===p?i.width:p,g=null,y=(v=lu(v*ra,3))%2/2;n&&null==m&&(m=v>0?"#fff":f);var _=1==i.pxAlign&&y>0;if(_&&d.translate(y,y),!n){var b=ve-v/2,w=ge-v/2,k=ye+v,x=_e+v;(g=new Path2D).rect(b,w,k,x)}n?st(f,v,i.dash,i.cap,m,o,u,c,l):function(e,n,i,a,o,u,l,c,s,f,d){var h=!1;C.forEach((function(m,p){if(m.series[0]==e){var v,g=D[m.series[1]],y=t[m.series[1]],_=(g._paths||du).band;pu(_)&&(_=1==m.dir?_[0]:_[1]);var b=null;g.show&&_&&function(e,t,n){for(t=To(t,0),n=To(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(y,Ke,Je)?(b=m.fill(r,p)||u,v=g._paths.clip):_=null,st(n,i,a,o,b,l,c,s,f,d,v,_),h=!0}})),h||st(n,i,a,o,u,l,c,s,f,d)}(e,f,v,i.dash,i.cap,m,o,u,c,g,l),_&&d.translate(-y,-y)}r.setData=nt;var ct=2|ql;function st(e,t,n,r,i,a,o,u,l,c,s,f){it(e,t,n,r,i),(l||c||f)&&(d.save(),l&&d.clip(l),c&&d.clip(c)),f?(u&ct)==ct?(d.clip(f),s&&d.clip(s),dt(i,o),ft(e,a,t)):2&u?(dt(i,o),d.clip(f),ft(e,a,t)):u&ql&&(d.save(),d.clip(f),s&&d.clip(s),dt(i,o),d.restore(),ft(e,a,t)):(dt(i,o),ft(e,a,t)),(l||c||f)&&d.restore()}function ft(e,t,n){n>0&&(t instanceof Map?t.forEach((function(e,t){d.strokeStyle=ze=t,d.stroke(e)})):null!=t&&e&&d.stroke(t))}function dt(e,t){t instanceof Map?t.forEach((function(e,t){d.fillStyle=je=t,d.fill(e)})):null!=t&&e&&d.fill(t)}function ht(e,t,n,r,i,a,o,u,l,c){var s=o%2/2;1==g&&d.translate(s,s),it(u,o,l,c,u),d.beginPath();var f,h,m,p,v=i+(0==r||3==r?-a:a);0==n?(h=i,p=v):(f=i,m=v);for(var y=0;y0&&(t._paths=null,e&&(1==i?(t.min=null,t.max=null):t.facets.forEach((function(e){e.min=null,e.max=null}))))}))}var gt,yt,_t,bt,wt,Dt,kt,xt,Ct,St,Et,At,Nt=!1;function Mt(){Nt||(xu(Ft),Nt=!0)}function Ft(){be&&(!function(){var e=wu(x,_u);for(var n in e){var a=e[n],o=P[n];if(null!=o&&null!=o.min)Du(a,o),n==S&&vt(!0);else if(n!=S||2==i)if(0==Be&&null==a.from){var u=a.range(r,null,null,n);a.min=u[0],a.max=u[1]}else a.min=Qo,a.max=-Qo}if(Be>0)for(var l in D.forEach((function(n,a){if(1==i){var o=n.scale,u=e[o],l=P[o];if(0==a){var c=u.range(r,u.min,u.max,o);u.min=c[0],u.max=c[1],Ke=ko(u.min,t[0]),(Je=ko(u.max,t[0]))-Ke>1&&(t[0][Ke]u.max&&Je--),n.min=et[Ke],n.max=et[Je]}else n.show&&n.auto&&ot(u,l,n,t[a],n.sorted);n.idxs[0]=Ke,n.idxs[1]=Je}else if(a>0&&n.show&&n.auto){var s=v(n.facets,2),f=s[0],d=s[1],h=f.scale,m=d.scale,p=v(t[a],2),g=p[0],y=p[1];ot(e[h],P[h],f,g,f.sorted),ot(e[m],P[m],d,y,d.sorted),n.min=d.min,n.max=d.max}})),e){var c=e[l],s=P[l];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==Qo?null:c.min,c.max==-Qo?null:c.max,l);c.min=f[0],c.max=f[1]}}for(var d in e){var h=e[d];if(null!=h.from){var m=e[h.from];if(null==m.min)h.min=h.max=null;else{var p=h.range(r,m.min,m.max,d);h.min=p[0],h.max=p[1]}}}var g={},y=!1;for(var _ in e){var b=e[_],w=x[_];if(w.min!=b.min||w.max!=b.max){w.min=b.min,w.max=b.max;var k=w.distr;w._min=3==k?qo(w.min):4==k?Zo(w.min,w.asinh):w.min,w._max=3==k?qo(w.max):4==k?Zo(w.max,w.asinh):w.max,g[_]=y=!0}}if(y){for(var C in D.forEach((function(e,t){2==i?t>0&&g.y&&(e._paths=null):g[e.scale]&&(e._paths=null)})),g)De=!0,gn("setScale",C);Ne.show&&Ne.left>=0&&(ke=Ce=!0)}for(var E in P)P[E]=null}(),be=!1),De&&(!function(){for(var e=!1,t=0;!e;){var n=mt(++t),i=pt(t);(e=t==Ae||n&&i)||(Ee(r.width,r.height),we=!0)}}(),De=!1),we&&(co(m,Ya,me),co(m,$a,pe),co(m,ja,de),co(m,Ha,he),co(p,Ya,me),co(p,$a,pe),co(p,ja,de),co(p,Ha,he),co(h,ja,se),co(h,Ha,fe),f.width=jo(se*ra),f.height=jo(fe*ra),k.forEach((function(e){var t=e._el,n=e._show,r=e._size,i=e._pos,a=e.side;if(null!=t)if(n){var o=a%2==1;co(t,o?"left":"top",i-(3===a||0===a?r:0)),co(t,o?"width":"height",r),co(t,o?"top":"left",o?pe:me),co(t,o?"height":"width",o?he:de),lo(t,Ba)}else uo(t,Ba)})),ze=je=He=Ve=Ye=Ue=qe=We=$e=null,Ze=1,tn(!0),gn("setSize"),we=!1),se>0&&fe>0&&(d.clearRect(0,0,f.width,f.height),gn("drawClear"),A.forEach((function(e){return e()})),gn("draw")),jt.show&&xe&&($t(jt),xe=!1),Ne.show&&ke&&(Xt(null,!0,!1),ke=!1),W.show&&W.live&&Ce&&(Kt(),Ce=!1),c||(c=!0,r.status=1,gn("ready")),tt=!1,Nt=!1}function Tt(e,n){var i=x[e];if(null==i.from){if(0==Be){var a=i.range(r,n.min,n.max,e);n.min=a[0],n.max=a[1]}if(n.min>n.max){var o=n.min;n.min=n.max,n.max=o}if(Be>1&&null!=n.min&&null!=n.max&&n.max-n.min<1e-16)return;e==S&&2==i.distr&&Be>0&&(n.min=ko(n.min,t[0]),n.max=ko(n.max,t[0]),n.min==n.max&&n.max++),P[e]=n,be=!0,Mt()}}r.redraw=function(e,t){De=t||!1,!1!==e?Vt(S,O.min,O.max):Mt()},r.setScale=Tt;var Ot=!1,Lt=Ne.drag,Pt=Lt.x,It=Lt.y;Ne.show&&(Ne.x&&(gt=fo("u-cursor-x",p)),Ne.y&&(yt=fo("u-cursor-y",p)),0==O.ori?(_t=gt,bt=yt):(_t=yt,bt=gt),Et=Ne.left,At=Ne.top);var Rt,Bt,zt,jt=r.select=Du({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),Ht=jt.show?fo("u-select",jt.over?p:m):null;function $t(e,t){if(jt.show){for(var n in e)jt[n]=e[n],n in cn&&co(Ht,n,e[n]);!1!==t&&gn("setSelect")}}function Vt(e,t,n){Tt(e,{min:t,max:n})}function Yt(e,t,n,a){null!=t.focus&&function(e){if(e!=zt){var t=null==e,n=1!=Te.alpha;D.forEach((function(r,i){var a=t||0==i||i==e;r._focus=t?null:a,n&&function(e,t){D[e].alpha=t,Ne.show&&Le[e]&&(Le[e].style.opacity=t);Z&&K[e]&&(K[e].style.opacity=t)}(i,a?1:Te.alpha)})),zt=e,n&&Mt()}}(e),null!=t.show&&D.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=D[e],r=Z?K[e]:null;n.show?r&&lo(r,Ba):(r&&uo(r,Ba),Le.length>1&&mo(Le[e],-10,-10,de,he))}(r,t.show),Vt(2==i?n.facets[1].scale:n.scale,null,null),Mt())})),!1!==n&&gn("setSeries",e,t),a&&Dn("setSeries",r,e,t)}r.setSelect=$t,r.setSeries=Yt,r.addBand=function(e,t){e.fill=Jo(e.fill||null),e.dir=To(e.dir,-1),t=null==t?C.length:t,C.splice(t,0,e)},r.setBand=function(e,t){Du(C[e],t)},r.delBand=function(e){null==e?C.length=0:C.splice(e,1)};var Ut={focus:!0};function qt(e,t,n){var r=x[t];n&&(e=e/ra-(1==r.ori?pe:me));var i=de;1==r.ori&&(e=(i=he)-e),-1==r.dir&&(e=i-e);var a=r._min,o=a+(r._max-a)*(e/i),u=r.distr;return 3==u?Yo(10,o):4==u?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Io.sinh(e)*t}(o,r.asinh):o}function Wt(e,t){co(Ht,Ya,jt.left=e),co(Ht,ja,jt.width=t)}function Zt(e,t){co(Ht,$a,jt.top=e),co(Ht,Ha,jt.height=t)}Z&&Oe&&le(Ja,B,(function(e){Ne._lock||(Me(e),null!=zt&&Yt(null,Ut,!0,_n.setSeries))})),r.valToIdx=function(e){return ko(e,t[0])},r.posToIdx=function(e,n){return ko(qt(e,S,n),t[0],Ke,Je)},r.posToVal=qt,r.valToPos=function(e,t,n){return 0==x[t].ori?o(e,x[t],n?ye:de,n?ve:0):u(e,x[t],n?_e:he,n?ge:0)},r.batch=function(e){e(r),Mt()},r.setCursor=function(e,t,n){Et=e.left,At=e.top,Xt(null,t,n)};var Qt=0==O.ori?Wt:Zt,Gt=1==O.ori?Wt:Zt;function Kt(e,t){null!=e&&(e.idxs?e.idxs.forEach((function(e,t){q[t]=e})):void 0!==e.idx&&q.fill(e.idx),W.idx=q[0]);for(var n=0;n0||1==i&&!X)&&Jt(n,q[n]);Z&&W.live&&function(){if(Z&&W.live)for(var e=2==i?1:0;eJe;Rt=Qo;var c=0==O.ori?de:he,s=1==O.ori?de:he;if(Et<0||0==Be||l){o=null;for(var f=0;f0&&Le.length>1&&mo(Le[f],-10,-10,de,he);Oe&&Yt(null,Ut,!0,null==e&&_n.setSeries),W.live&&(q.fill(o),Ce=!0)}else{var d,h;1==i&&(o=ko(d=qt(0==O.ori?Et:At,S),t[0],Ke,Je),h=F(t[0][o],O,c,0));for(var m=2==i?1:0;m0&&p.show){var k=null==b?-10:ou(T(b,1==i?x[p.scale]:x[p.facets[1].scale],s,0),1);if(Oe&&k>=0&&1==i){var C=Bo(k-At);if(C=0?1:-1;N==(b>=0?1:-1)&&(1==N?1==E?b>=A:b<=A:1==E?b<=A:b>=A)&&(Rt=C,Bt=m)}else Rt=C,Bt=m}}var M=void 0,L=void 0;if(0==O.ori?(M=w,L=k):(M=k,L=w),Ce&&Le.length>1){vo(Le[m],Ne.points.fill(r,m),Ne.points.stroke(r,m));var P=void 0,I=void 0,R=void 0,B=void 0,z=!0,j=Ne.points.bbox;if(null!=j){z=!1;var H=j(r,m);R=H.left,B=H.top,P=H.width,I=H.height}else R=M,B=L,P=I=Ne.points.size(r,m);yo(Le[m],P,I,z),mo(Le[m],R,B,de,he)}}}}if(Ne.idx=o,Ne.left=Et,Ne.top=At,Ce&&(W.idx=o,Kt()),jt.show&&Ot)if(null!=e){var $=v(_n.scales,2),V=$[0],Y=$[1],U=v(_n.match,2),Z=U[0],Q=U[1],G=v(e.cursor.sync.scales,2),K=G[0],J=G[1],X=e.cursor.drag;if(Pt=X._x,It=X._y,Pt||It){var ee,te,ne,re,ie,ae=e.select,oe=ae.left,ue=ae.top,le=ae.width,ce=ae.height,se=e.scales[V].ori,fe=e.posToVal,me=null!=V&&Z(V,K),pe=null!=Y&&Q(Y,J);me&&Pt?(0==se?(ee=oe,te=le):(ee=ue,te=ce),ne=x[V],re=F(fe(ee,K),ne,c,0),ie=F(fe(ee+te,K),ne,c,0),Qt($o(re,ie),Bo(ie-re))):Qt(0,c),pe&&It?(1==se?(ee=oe,te=le):(ee=ue,te=ce),ne=x[Y],re=T(fe(ee,J),ne,s,0),ie=T(fe(ee+te,J),ne,s,0),Gt($o(re,ie),Bo(ie-re))):Gt(0,s)}else sn()}else{var ve=Bo(Ct-wt),ge=Bo(St-Dt);if(1==O.ori){var ye=ve;ve=ge,ge=ye}Pt=Lt.x&&ve>=Lt.dist,It=Lt.y&&ge>=Lt.dist;var _e,be,we=Lt.uni;null!=we?Pt&&It&&(It=ge>=we,(Pt=ve>=we)||It||(ge>ve?It=!0:Pt=!0)):Lt.x&&Lt.y&&(Pt||It)&&(Pt=It=!0),Pt&&(0==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Qt($o(_e,be),Bo(be-_e)),It||Gt(0,s)),It&&(1==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Gt($o(_e,be),Bo(be-_e)),Pt||Qt(0,c)),Pt||It||(Qt(0,0),Gt(0,0))}if(Lt._x=Pt,Lt._y=It,null==e){if(a){if(null!=bn){var De=v(_n.scales,2),ke=De[0],xe=De[1];_n.values[0]=null!=ke?qt(0==O.ori?Et:At,ke):null,_n.values[1]=null!=xe?qt(1==O.ori?Et:At,xe):null}Dn(Za,r,Et,At,de,he,o)}if(Oe){var Se=a&&_n.setSeries,Ee=Te.prox;null==zt?Rt<=Ee&&Yt(Bt,Ut,!0,Se):Rt>Ee?Yt(null,Ut,!0,Se):Bt!=zt&&Yt(Bt,Ut,!0,Se)}}!1!==n&&gn("setCursor")}r.setLegend=Kt;var en=null;function tn(){arguments.length>0&&void 0!==arguments[0]&&arguments[0]?en=null:gn("syncRect",en=p.getBoundingClientRect())}function nn(e,t,n,r,i,a,o){Ne._lock||Ot&&null!=e&&0==e.movementX&&0==e.movementY||(rn(e,t,n,r,i,a,o,!1,null!=e),null!=e?Xt(null,!0,!0):Xt(t,!0,!1))}function rn(e,t,n,i,a,o,u,c,s){if(null==en&&tn(!1),Me(e),null!=e)n=e.clientX-en.left,i=e.clientY-en.top;else{if(n<0||i<0)return Et=-10,void(At=-10);var f=v(_n.scales,2),d=f[0],h=f[1],m=t.cursor.sync,p=v(m.values,2),g=p[0],y=p[1],_=v(m.scales,2),b=_[0],w=_[1],D=v(_n.match,2),k=D[0],C=D[1],S=t.axes[0].side%2==1,E=0==O.ori?de:he,A=1==O.ori?de:he,N=S?o:a,M=S?a:o,F=S?i:n,T=S?n:i;if(n=null!=b?k(d,b)?l(g,x[d],E,0):-10:E*(F/N),i=null!=w?C(h,w)?l(y,x[h],A,0):-10:A*(T/M),1==O.ori){var L=n;n=i,i=L}}if(s&&((n<=1||n>=de-1)&&(n=au(n,de)),(i<=1||i>=he-1)&&(i=au(i,he))),c){wt=n,Dt=i;var P=v(Ne.move(r,n,i),2);kt=P[0],xt=P[1]}else Et=n,At=i}Object.defineProperty(r,"rect",{get:function(){return null==en&&tn(!1),en}});var an,on,un,ln,cn={width:0,height:0,left:0,top:0};function sn(){$t(cn,!1)}function fn(e,t,n,i,a,o,u){Ot=!0,Pt=It=Lt._x=Lt._y=!1,rn(e,t,n,i,a,o,0,!0,!1),null!=e&&(le(Ga,io,dn,!1),Dn(Qa,r,kt,xt,de,he,null));var l=jt.left,c=jt.top,s=jt.width,f=jt.height;an=l,on=c,un=s,ln=f,sn()}function dn(e,t,n,i,a,o,u){Ot=Lt._x=Lt._y=!1,rn(e,t,n,i,a,o,0,!1,!0);var l=jt.left,c=jt.top,s=jt.width,f=jt.height,d=s>0||f>0,h=an!=l||on!=c||un!=s||ln!=f;if(d&&h&&$t(jt),Lt.setScale&&d&&h){var m=l,p=s,v=c,g=f;if(1==O.ori&&(m=c,p=f,v=l,g=s),Pt&&Vt(S,qt(m,S),qt(m+p,S)),It)for(var y in x){var _=x[y];y!=S&&null==_.from&&_.min!=Qo&&Vt(y,qt(v+g,y),qt(v,y))}sn()}else Ne.lock&&(Ne._lock=!Ne._lock,Ne._lock||Xt(null,!0,!1));null!=e&&(ce(Ga,io),Dn(Ga,r,Et,At,de,he,null))}function hn(e,t,n,i,a,o,u){Ne._lock||(Me(e),rt(),sn(),null!=e&&Dn(Xa,r,Et,At,de,he,null))}function mn(){k.forEach(Tc),Se(r.width,r.height,!0)}wo(to,ao,mn);var pn={};pn.mousedown=fn,pn.mousemove=nn,pn.mouseup=dn,pn.dblclick=hn,pn.setSeries=function(e,t,n,i){-1!=(n=(0,_n.match[2])(r,t,n))&&Yt(n,i,!0,!1)},Ne.show&&(le(Qa,p,fn),le(Za,p,nn),le(Ka,p,(function(e){Me(e),tn(!1)})),le(Ja,p,(function(e,t,n,r,i,a,o){if(!Ne._lock){Me(e);var u=Ot;if(Ot){var l,c,s=!0,f=!0;0==O.ori?(l=Pt,c=It):(l=It,c=Pt),l&&c&&(s=Et<=10||Et>=de-10,f=At<=10||At>=he-10),l&&s&&(Et=Et0||jt.height>0),ke=Ce=!0,Se(e.width,e.height)}return wn.sub(r),r.pub=function(e,t,n,r,i,a,o){_n.filters.sub(e,t,n,r,i,a,o)&&pn[e](null,t,n,r,i,a,o)},r.destroy=function(){var e;wn.unsub(r),gc.delete(r),ue.clear(),Do(to,ao,mn),s.remove(),null===(e=B)||void 0===e||e.remove(),gn("destroy")},D.forEach(Pe),k.forEach((function(e,t){if(e._show=e.show,e.show){var n=e.side%2,i=x[e.scale];null==i&&(e.scale=n?D[1].scale:S,i=x[e.scale]);var a=i.time;e.size=Jo(e.size),e.space=Jo(e.space),e.rotate=Jo(e.rotate),pu(e.incrs)&&e.incrs.forEach((function(e){!cu.has(e)&&cu.set(e,su(e))})),e.incrs=Jo(e.incrs||(2==i.distr?zu:a?1==w?Xu:rl:ju)),e.splits=Jo(e.splits||(a&&1==i.distr?V:3==i.distr?Sl:4==i.distr?El:Cl)),e.stroke=Jo(e.stroke),e.grid.stroke=Jo(e.grid.stroke),e.ticks.stroke=Jo(e.ticks.stroke),e.border.stroke=Jo(e.border.stroke);var o=e.values;e.values=pu(o)&&!pu(o[0])?Jo(o):a?pu(o)?ul(H,ol(o,$)):gu(o)?function(e,t){var n=Ou(t);return function(t,r,i,a,o){return r.map((function(t){return n(e(t))}))}}(H,o):o||Y:o||xl,e.filter=Jo(e.filter||(i.distr>=3&&10==i.log?Ol:3==i.distr&&2==i.log?Ll:eu)),e.font=Fc(e.font),e.labelFont=Fc(e.labelFont),e._size=e.size(r,null,t,0),e._space=e._rotate=e._incrs=e._found=e._splits=e._values=null,e._size>0&&(Ie[t]=!0,e._el=fo("u-axis",h))}})),n?n instanceof HTMLElement?(n.appendChild(s),kn()):n(r,kn):kn(),r}Oc.assign=Du,Oc.fmtNum=Po,Oc.rangeNum=Fo,Oc.rangeLog=Co,Oc.rangeAsinh=So,Oc.orient=Wl,Oc.pxRatio=ra,Oc.join=function(e,t){if(function(e){for(var t=e[0][0],n=t.length,r=1;r1&&void 0!==arguments[1]?arguments[1]:100,n=e.length;if(n<=1)return!0;for(var r=0,i=n-1;r<=i&&null==e[r];)r++;for(;i>=r&&null==e[i];)i--;if(i<=r)return!0;for(var a=Vo(1,zo((i-r+1)/t)),o=e[r],u=r+a;u<=i;u+=a){var l=e[u];if(null!=l){if(l<=o)return!1;o=l}}return!0}(n[0])||(n=function(e){for(var t=e[0],n=t.length,r=Array(n),i=0;i=o&&P<=u;P+=M){var I=s[P];if(null!=I){var R=C(c[P]),B=S(I);1==t?E(N,R,F):E(N,O,B),E(N,R,B),F=B,O=R}}var z=O;i&&1==t&&E(N,z=k+x,F);var j=v(Zl(e,a),2),H=j[0],$=j[1];if(null!=l.fill||0!=H){var V=A.fill=new Path2D(N),Y=S(l.fillTo(e,a,l.min,l.max,H));E(V,z,Y),E(V,L,Y)}if(!l.spanGaps){var U,q=[];(U=q).push.apply(U,y(Jl(c,s,o,u,M,C,r)));var W=l.width*ra/2,Z=n||1==t?W:-W,Q=n||-1==t?-W:W;q.forEach((function(e){e[0]+=Z,e[1]+=Q})),A.gaps=q=l.gaps(e,a,o,u,q),A.clip=Kl(q,f.ori,p,g,_,b)}return 0!=$&&(A.band=2==$?[Gl(e,a,o,u,N,-1),Gl(e,a,o,u,N,1)]:Gl(e,a,o,u,N,$)),A}))}},Lc.bars=function(e){var t=To((e=e||du).size,[.6,Qo,1]),n=e.align||0,r=(e.gap||0)*ra,i=e.radius,a=Jo(i=null==i?[0,0]:"number"==typeof i?[i,0]:i),o=1-t[0],u=To(t[1],Qo)*ra,l=To(t[2],1)*ra,c=To(e.disp,du),s=To(e.each,(function(e){})),f=c.fill,d=c.stroke;return function(e,t,i,h){return Wl(e,t,(function(m,p,g,y,_,b,w,D,k,x,C){var S,E,A=m.pxRound;if(0==y.ori){var N=v(a(e,t),2);S=N[0],E=N[1]}else{var M=v(a(e,t),2);E=M[0],S=M[1]}var F,T,O=y.dir*(0==y.ori?1:-1),L=_.dir*(1==_.ori?1:-1),P=0==y.ori?ac:oc,I=0==y.ori?s:function(e,t,n,r,i,a,o){s(e,t,n,i,r,o,a)},R=v(Zl(e,t),2),B=R[0],z=R[1],j=3==_.distr?1==B?_.max:_.min:0,H=w(j,_,C,k),$=A(m.width*ra),V=!1,Y=null,U=null,q=null,W=null;null==f||0!=$&&null==d||(V=!0,Y=f.values(e,t,i,h),U=new Map,new Set(Y).forEach((function(e){null!=e&&U.set(e,new Path2D)})),$>0&&(q=d.values(e,t,i,h),W=new Map,new Set(q).forEach((function(e){null!=e&&W.set(e,new Path2D)}))));var Z=c.x0,Q=c.size,G=!0;if(null!=Z&&null!=Q){p=Z.values(e,t,i,h),2==Z.unit&&(p=p.map((function(t){return e.posToVal(D+t*x,y.key,!0)})));var K=Q.values(e,t,i,h);$>=(T=2==Q.unit?K[0]*x:b(K[0],y,x,D)-b(0,y,x,D))/2&&($=0),T=A(Ko(T-$,l,u)),F=1==O?-$/2:T+$/2}else{var J=x;if(p.length>1)for(var X=null,ee=0,te=1/0;ee=(T=J-re-r)/2&&($=0),re+r<5&&(A=Xo),T=A(Ko(J-re,l,u)-$-r),F=(0==n?T/2:n==O?0:T)-n*O*r/2,T+$>J&&(G=!1)}var ie,ae={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:2|ql};0!=z&&(ae.band=new Path2D,ie=A(w(1==z?_.max:_.min,_,C,k)));var oe=V?null:new Path2D,ue=ae.band,le=c.y0,ce=c.y1,se=null;null!=le&&null!=ce&&(g=ce.values(e,t,i,h),se=le.values(e,t,i,h));for(var fe=S*T,de=E*T,he=1==O?i:h;he>=i&&he<=h;he+=O){var me=g[he];if(void 0!==me){var pe=b(2!=y.distr||null!=c?p[he]:he,y,x,D),ve=w(To(me,j),_,C,k);null!=se&&null!=me&&(H=w(se[he],_,C,k));var ge=A(pe-F),ye=A(Vo(ve,H)),_e=A($o(ve,H)),be=ye-_e;if(null!=me){var we=me<0?de:fe,De=me<0?fe:de;V?($>0&&null!=q[he]&&P(W.get(q[he]),ge,_e+zo($/2),T,Vo(0,be-$),we,De),null!=Y[he]&&P(U.get(Y[he]),ge,_e+zo($/2),T,Vo(0,be-$),we,De)):P(oe,ge,_e+zo($/2),T,Vo(0,be-$),we,De),I(e,t,he,ge-$/2,_e,T+$,be)}0==z||null==me&&!G||(L*z==1?(ye=_e,_e=ie):(_e=ye,ye=ie),P(ue,ge-$/2,_e,T+$,Vo(0,be=ye-_e),0,0))}}if($>0)ae.stroke=V?W:oe;else if(!V){var ke;ae._fill=0==m.width?m._fill:null!==(ke=m._stroke)&&void 0!==ke?ke:m._fill,ae.width=0}return ae.fill=V?U:oe,ae}))}},Lc.spline=function(e){return function(e,t){var n=To(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,i,a){return Wl(t,r,(function(o,u,l,c,s,f,d,h,m,p,g){var _,b,w,D=o.pxRound,k=function(e){return D(f(e,c,p,h))},x=function(e){return D(d(e,s,g,m))};0==c.ori?(_=tc,w=rc,b=cc):(_=nc,w=ic,b=sc);var C=c.dir*(0==c.ori?1:-1);i=xo(l,i,a,1),a=xo(l,i,a,-1);for(var S=k(u[1==C?i:a]),E=S,A=[],N=[],M=1==C?i:a;M>=i&&M<=a;M+=C)if(null!=l[M]){var F=k(u[M]);A.push(E=F),N.push(x(l[M]))}var T={stroke:e(A,N,_,w,b,D),fill:null,clip:null,band:null,gaps:null,flags:ql},O=T.stroke,L=v(Zl(t,r),2),P=L[0],I=L[1];if(null!=o.fill||0!=P){var R=T.fill=new Path2D(O),B=x(o.fillTo(t,r,o.min,o.max,P));w(R,E,B),w(R,S,B)}if(!o.spanGaps){var z,j=[];(z=j).push.apply(z,y(Jl(u,l,i,a,C,k,n))),T.gaps=j=o.gaps(t,r,i,a,j),T.clip=Kl(j,c.ori,h,m,p,g)}return 0!=I&&(T.band=2==I?[Gl(t,r,i,a,O,-1),Gl(t,r,i,a,O,1)]:Gl(t,r,i,a,O,I)),T}))}}(vc,e)};var Pc,Ic=function(e){for(var t=e.length,n=-1/0;t--;){var r=e[t];Number.isFinite(r)&&r>n&&(n=r)}return Number.isFinite(n)?n:null},Rc=function(e){for(var t=e.length,n=1/0;t--;){var r=e[t];Number.isFinite(r)&&r>1]},zc=function(e){for(var t=e.length;t--;){var n=e[t];if(Number.isFinite(n))return n}},jc=function(e,t,n){if(void 0===e||null===e)return"";n=n||0,t=t||0;var r=Math.abs(n-t);if(isNaN(r)||0==r)return Math.abs(e)>=1e3?e.toLocaleString("en-US"):e.toString();var i=3+Math.floor(1+Math.log10(Math.max(Math.abs(t),Math.abs(n)))-Math.log10(r));return(isNaN(i)||i>20)&&(i=20),e.toLocaleString("en-US",{minimumSignificantDigits:1,maximumSignificantDigits:i})},Hc=function(e,t){var n=document.createElement("span");n.innerText=e,n.style.cssText="position: absolute; z-index: -1; pointer-events: none; opacity: 0; font: ".concat(t),document.body.appendChild(n);var r=n.offsetWidth;return n.remove(),r},$c=function(e){var t=(null===e||void 0===e?void 0:e.metric)||{},n=Object.keys(t).filter((function(e){return"__name__"!=e})).map((function(e){return"".concat(e,"=").concat(JSON.stringify(t[e]))})),r=t.__name__||"";return n.length>0&&(r+="{"+n.join(",")+"}"),r},Vc=[[31536e3,"{YYYY}",null,null,null,null,null,null,1],[2419200,"{MMM}","\n{YYYY}",null,null,null,null,null,1],[86400,"{MM}-{DD}","\n{YYYY}",null,null,null,null,null,1],[3600,"{HH}:{mm}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD}",null,null,null,1],[60,"{HH}:{mm}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD}",null,null,null,1],[1,"{HH}:{mm}:{ss}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD} {HH}:{mm}",null,null,null,1],[.001,":{ss}.{fff}","\n{YYYY}-{MM}-{DD} {HH}:{mm}",null,"\n{MM}-{DD} {HH}:{mm}",null,"\n{HH}:{mm}",null,1]],Yc=function(e,t){return Array.from(new Set(e.map((function(e){return e.scale})))).map((function(e){var n="10px Arial",r=Rt("color-text"),i={scale:e,show:!0,size:qc,stroke:r,font:n,values:function(e,n){return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=t[0],i=t[t.length-1];return n?t.map((function(e){return"".concat(jc(e,r,i)," ").concat(n)})):t.map((function(e){return jc(e,r,i)}))}(e,n,t)}};return e?Number(e)%2?i:dt(dt({},i),{},{side:1}):{space:80,values:Vc,stroke:r,font:n}}))},Uc=function(e,t){if(null==e||null==t)return[-1,1];var n=.02*(Math.abs(t-e)||Math.abs(e)||1);return[e-n,t+n]},qc=function(e,t,n,r){var i,a=e.axes[n];if(r>1)return a._size||60;var o=6+((null===a||void 0===a||null===(i=a.ticks)||void 0===i?void 0:i.size)||0)+(a.gap||0),u=(null!==t&&void 0!==t?t:[]).reduce((function(e,t){return(null===t||void 0===t?void 0:t.length)>e.length?t:e}),"");return""!=u&&(o+=Hc(u,"10px Arial")),Math.ceil(o)},Wc=["#e54040","#32a9dc","#2ee329","#7126a1","#e38f0f","#3d811a","#ffea00","#2d2d2d","#da42a6","#a44e0c"],Zc=["__name__"],Qc=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e.metric,i=r.__name__,a=jr(r,Zc),o=t||"".concat(n?"[Query ".concat(e.group,"] "):"").concat(i||"");return 0==Object.keys(a).length?o||"value":"".concat(o,"{").concat(Object.entries(a).map((function(e){return"".concat(e[0],"=").concat(JSON.stringify(e[1]))})).join(", "),"}")},Gc=function(e){switch(e){case"NaN":return NaN;case"Inf":case"+Inf":return 1/0;case"-Inf":return-1/0;default:return parseFloat(e)}},Kc=function(e){if(e.length<2)return!1;var t=["le","vmrange"],n=Object.keys(e[0].metric).filter((function(e){return!t.includes(e)}));return e.every((function(r){var i=Object.keys(r.metric).filter((function(e){return!t.includes(e)}));return n.length===i.length&&i.every((function(t){return r.metric[t]===e[0].metric[t]}))}))&&e.every((function(e){return t.some((function(t){return t in e.metric}))}))},Jc=function(e,t,n){for(var r=[],i=0;i0&&(i=Math.min(i,n[o]),a=Math.max(a,n[o]));for(var u=a-i,l=r.length,c=Array(n.length),s=0;s0&&b[P]>=(o.min||-1/0)&&b[P]<=(o.max||1/0)&&w[P]>=(u.min||-1/0)&&w[P]<=(u.max||1/0)){var I=L[~~(P/E)],R=O[P%E];g(S[x[P]],I,R,F,T)}e.ctx.save(),e.ctx.rect(e.bbox.left,e.bbox.top,e.bbox.width,e.bbox.height),e.ctx.clip(),S.forEach((function(t,n){e.ctx.fillStyle=C[n],e.ctx.fill(t)})),e.ctx.restore()}))}},es=function(e){var t=(e.metric.vmrange||e.metric.le||"").split("...");return Gc(t[t.length-1])},ts=function(e,t){return es(e)-es(t)},ns=function(e,t){if(!t)return e;var n=function(e){var t;if(!e.every((function(e){return e.metric.le})))return e;var n,r=e.sort((function(e,t){return parseFloat(e.metric.le)-parseFloat(t.metric.le)})),i=(null===(t=e[0])||void 0===t?void 0:t.group)||1,a={metric:{le:""},values:[],group:i},o=[],u=T(r);try{for(u.s();!(n=u.n()).done;){var l,c=n.value,s=[a.metric.le,c.metric.le].filter((function(e){return e})).join("..."),f=[],d=T(c.values);try{var h=function(){var e,t=v(l.value,2),n=t[0],r=+t[1]-+((null===(e=a.values.find((function(e){return e[0]===n})))||void 0===e?void 0:e[1])||0);f.push([n,"".concat(r)])};for(d.s();!(l=d.n()).done;)h()}catch(m){d.e(m)}finally{d.f()}o.push({metric:{vmrange:s},values:f,group:i}),a=c}}catch(m){u.e(m)}finally{u.f()}return o}(e.sort(ts)),r={};return n.forEach((function(e){return e.values.forEach((function(e){var t=v(e,2),n=t[0],i=t[1];r[n]=(r[n]||0)+ +i}))})),n.map((function(e){var t=e.values.map((function(e){var t=v(e,2),n=t[0],i=t[1],a=r[n];return[n,"".concat(Math.round(+i/a*100))]}));return dt(dt({},e),{},{values:t})})).filter((function(e){return!e.values.every((function(e){return"0"===e[1]}))}))},rs=function(e,t,n){for(var r={},i=e.map((function(e){var t=e.values.map((function(e){return Gc(e[1])}));return{min:Rc(t),max:Ic(t),median:Bc(t),last:zc(t)}})),a=Math.min(e.length,Wc.length),o=0;o0)for(var a=0;ar&&(r=e[a].charCodeAt(0)),i=parseInt(String(t/r)),n=(n+e[a].charCodeAt(0)*i*49979693)%t;var o=(n*e.length%t).toString(16);return o=o.padEnd(6,o),"#".concat(o)}(o),l=i[a],c=l.min,s=l.max,f=l.median,d=l.last;return{label:o,freeFormFields:e.metric,width:1.4,stroke:u,show:!as(o,t),scale:"1",points:{size:4.2,width:1.4},statsFormatted:{min:jc(c,c,s),max:jc(s,c,s),median:jc(f,c,s),last:jc(d,c,s)},median:f}}},is=function(e,t){return{group:t,label:e.label||"",color:e.stroke,checked:e.show||!1,freeFormFields:e.freeFormFields,statsFormatted:e.statsFormatted,median:e.median}},as=function(e,t){return t.includes("".concat(e))},os=function(e){for(var t=e.series.length-1;t>=0;t--)e.delSeries(t)},us=function(e){var t=e.width,n=void 0===t?400:t,r=e.height;return{width:n,height:void 0===r?500:r,series:[],tzDate:function(e){return a()(_n(wn(e))).local().toDate()},legend:{show:!1},cursor:{drag:{x:!0,y:!1},focus:{prox:30},points:{size:5.6,width:1.4},bind:{click:function(){return null},dblclick:function(){return null}}}}},ls=function(e){os(e),function(e){Object.keys(e.hooks).forEach((function(t){e.hooks[t]=[]}))}(e),e.setData([])},cs=function(e){return[e.min,e.max]},ss=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3?arguments[3]:void 0,i=arguments.length>4?arguments[4]:void 0;return i.limits.enable?i.limits.range[r]:Uc(t,n)},fs=function(e,t){var n={x:{range:function(){return cs(t)}}},r=Object.keys(e.limits.range);return(r.length?r:["1"]).forEach((function(t){n[t]={range:function(n){return ss(n,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,t,e)}}})),n},ds=function(e){return function(t){var n=t.posToVal(t.select.left,"x"),r=t.posToVal(t.select.left+t.select.width,"x");e({min:n,max:r})}},hs=function(e){return function(e){return e instanceof MouseEvent}(e)?e.clientX:e.touches[0].clientX},ms=function(e){var t=e.dragSpeed,n=void 0===t?.85:t,i=e.setPanning,a=e.setPlotScale,o=(0,r.useRef)({leftStart:0,xUnitsPerPx:0,scXMin:0,scXMax:0}),u=function(e){e.preventDefault();var t=hs(e),r=o.current,i=r.leftStart,u=r.xUnitsPerPx,l=r.scXMin,c=r.scXMax,s=u*((t-i)*n);a({min:l-s,max:c-s})},l=function e(){i(!1),document.removeEventListener("mousemove",u),document.removeEventListener("mouseup",e),document.removeEventListener("touchmove",u),document.removeEventListener("touchend",e)};return function(e){var t=e.e,n=e.u;t.preventDefault(),i(!0),o.current={leftStart:hs(t),xUnitsPerPx:n.posToVal(1,"x")-n.posToVal(0,"x"),scXMin:n.scales.x.min||0,scXMax:n.scales.x.max||0},document.addEventListener("mousemove",u),document.addEventListener("mouseup",l),document.addEventListener("touchmove",u),document.addEventListener("touchend",l)}},ps=function(e){var t=v((0,r.useState)(!1),2),n=t[0],i=t[1],a=ms({dragSpeed:.9,setPanning:i,setPlotScale:e});return{onReadyChart:function(t){var n=function(e){var n=e instanceof MouseEvent&&function(e){var t=e.ctrlKey,n=e.metaKey;return 0===e.button&&(t||n)}(e),r=e instanceof TouchEvent&&e.touches.length>1;(n||r)&&a({u:t,e:e})};t.over.addEventListener("mousedown",n),t.over.addEventListener("touchstart",n),t.over.addEventListener("wheel",(function(n){if(n.ctrlKey||n.metaKey){n.preventDefault();var r=t.over.getBoundingClientRect().width,i=t.cursor.left&&t.cursor.left>0?t.cursor.left:0,a=t.posToVal(i,"x"),o=(t.scales.x.max||0)-(t.scales.x.min||0),u=n.deltaY<0?.9*o:o/.9,l=a-i/r*u,c=l+u;t.batch((function(){return e({min:l,max:c})}))}}))},isPanning:n}},vs=function(e){var t=e[0].clientX-e[1].clientX,n=e[0].clientY-e[1].clientY;return Math.sqrt(t*t+n*n)},gs=function(e){var t=e.uPlotInst,n=e.xRange,i=e.setPlotScale,a=v((0,r.useState)(0),2),o=a[0],u=a[1],l=(0,r.useCallback)((function(e){var r=e.target,a=e.ctrlKey,o=e.metaKey,u=e.key,l=r instanceof HTMLInputElement||r instanceof HTMLTextAreaElement;if(t&&!l){var c="+"===u||"="===u;if(("-"===u||c)&&!(a||o)){e.preventDefault();var s=(n.max-n.min)/10*(c?1:-1);i({min:n.min+s,max:n.max-s})}}}),[t,n]),c=(0,r.useCallback)((function(e){if(t&&2===e.touches.length){e.preventDefault();var r=vs(e.touches),a=o-r,u=t.scales.x.max||n.max,l=t.scales.x.min||n.min,c=(u-l)/50*(a>0?-1:1);t.batch((function(){return i({min:l+c,max:u-c})}))}}),[t,o,n]);return Ur("keydown",l),Ur("touchmove",c),Ur("touchstart",(function(e){2===e.touches.length&&(e.preventDefault(),u(vs(e.touches)))})),null},ys=function(e){var t=e.period,n=e.setPeriod,i=v((0,r.useState)({min:t.start,max:t.end}),2),o=i[0],u=i[1];return(0,r.useEffect)((function(){u({min:t.start,max:t.end})}),[t]),{xRange:o,setPlotScale:function(e){var t=e.min,r=e.max,i=1e3*(r-t);ion||n({from:a()(1e3*t).toDate(),to:a()(1e3*r).toDate()})}}},_s=function(e){var t=e.u,n=e.metrics,i=e.series,o=e.unit,u=v((0,r.useState)(!1),2),l=u[0],c=u[1],s=v((0,r.useState)({seriesIdx:-1,dataIdx:-1}),2),f=s[0],d=s[1],h=v((0,r.useState)([]),2),m=h[0],p=h[1],g=(0,r.useCallback)((function(){var e=f.seriesIdx,r=f.dataIdx,u=n[e-1],l=i[e],c=new Set(n.map((function(e){return e.group}))),s=(null===u||void 0===u?void 0:u.group)||0,d=Et()(t,["data",e,r],0),h=Et()(t,["scales","1","min"],0),m=Et()(t,["scales","1","max"],1),p=Et()(t,["data",0,r],0),v={top:t?t.valToPos(d||0,(null===l||void 0===l?void 0:l.scale)||"1"):0,left:t?t.valToPos(p,"x"):0};return{unit:o,point:v,u:t,id:"".concat(e,"_").concat(r),title:c.size>1?"Query ".concat(s):"",dates:[p?a()(1e3*p).tz().format(en):"-"],value:jc(d,h,m),info:$c(u),statsFormatted:null===l||void 0===l?void 0:l.statsFormatted,marker:"".concat(null===l||void 0===l?void 0:l.stroke)}}),[t,f,n,i,o]),_=(0,r.useCallback)((function(){if(l){var e=g();m.find((function(t){return t.id===e.id}))||p((function(t){return[].concat(y(t),[e])}))}}),[g,m,l]);return(0,r.useEffect)((function(){c(-1!==f.dataIdx&&-1!==f.seriesIdx)}),[f]),Ur("click",_),{showTooltip:l,stickyTooltips:m,handleUnStick:function(e){p((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:g,seriesFocus:function(e,t){var n=null!==t&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{seriesIdx:n})}))},setCursor:function(e){var t,n=null!==(t=e.cursor.idx)&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{dataIdx:n})}))},resetTooltips:function(){p([]),d({seriesIdx:-1,dataIdx:-1})}}},bs=function(e){var t=e.u,n=e.id,i=e.title,a=e.dates,o=e.value,u=e.point,l=e.unit,c=void 0===l?"":l,s=e.info,f=e.statsFormatted,d=e.isSticky,h=e.marker,m=e.onClose,p=(0,r.useRef)(null),g=v((0,r.useState)({top:-999,left:-999}),2),y=g[0],_=g[1],b=v((0,r.useState)(!1),2),w=b[0],D=b[1],k=v((0,r.useState)(!1),2),x=k[0],C=k[1],S=(0,r.useCallback)((function(e){if(w){var t=e.clientX,n=e.clientY;_({top:n,left:t})}}),[w]);return(0,r.useEffect)((function(){if(p.current&&t){var e=u.top,n=u.left,r=parseFloat(t.over.style.left),i=parseFloat(t.over.style.top),a=t.over.getBoundingClientRect(),o=a.width,l=a.height,c=p.current.getBoundingClientRect(),s=c.width,f=c.height,d={top:e+i+10-(e+f>=l?f+20:0),left:n+r+10-(n+s>=o?s+20:0)};d.left<0&&(d.left=20),d.top<0&&(d.top=20),_(d)}}),[t,o,u,p]),Ur("mousemove",S),Ur("mouseup",(function(){D(!1)})),t?r.default.createPortal(Wt("div",{className:zr()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":d,"vm-chart-tooltip_moved":x}),ref:p,style:y,children:[Wt("div",{className:"vm-chart-tooltip-header",children:[i&&Wt("div",{className:"vm-chart-tooltip-header__title",children:i}),Wt("div",{className:"vm-chart-tooltip-header__date",children:a.map((function(e,t){return Wt("span",{children:e},t)}))}),d&&Wt(Ut.HY,{children:[Wt(Di,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:Wt(Dr,{}),onMouseDown:function(e){C(!0),D(!0);var t=e.clientX,n=e.clientY;_({top:n,left:t})},ariaLabel:"drag the tooltip"}),Wt(Di,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:Wt(Gn,{}),onClick:function(){m&&m(n)},ariaLabel:"close the tooltip"})]})]}),Wt("div",{className:"vm-chart-tooltip-data",children:[h&&Wt("span",{className:"vm-chart-tooltip-data__marker",style:{background:h}}),Wt("p",{className:"vm-chart-tooltip-data__value",children:[Wt("b",{children:o}),c]})]}),f&&Wt("table",{className:"vm-chart-tooltip-stats",children:Mt.map((function(e,t){return Wt("div",{className:"vm-chart-tooltip-stats-row",children:[Wt("span",{className:"vm-chart-tooltip-stats-row__key",children:[e,":"]}),Wt("span",{className:"vm-chart-tooltip-stats-row__value",children:f[e]})]},t)}))}),s&&Wt("p",{className:"vm-chart-tooltip__info",children:s})]}),t.root):null},ws=function(e){var t=e.showTooltip,n=e.tooltipProps,i=e.stickyTooltips,a=e.handleUnStick;return Wt(Ut.HY,{children:[t&&n&&Wt(bs,dt({},n)),i.map((function(e){return(0,r.createElement)(bs,dt(dt({},e),{},{isSticky:!0,key:e.id,onClose:a}))}))]})},Ds=function(e){var t=e.data,n=e.series,i=e.metrics,a=void 0===i?[]:i,o=e.period,u=e.yaxis,l=e.unit,c=e.setPeriod,s=e.layoutSize,f=e.height,d=Qt().isDarkTheme,h=(0,r.useRef)(null),m=v((0,r.useState)(),2),p=m[0],g=m[1],y=ys({period:o,setPeriod:c}),_=y.xRange,b=y.setPlotScale,w=ps(b),D=w.onReadyChart,k=w.isPanning;gs({uPlotInst:p,xRange:_,setPlotScale:b});var x=_s({u:p,metrics:a,series:n,unit:l}),C=x.showTooltip,S=x.stickyTooltips,E=x.handleUnStick,A=x.getTooltipProps,N=x.seriesFocus,M=x.setCursor,F=x.resetTooltips,T=dt(dt({},us({width:s.width,height:f})),{},{series:n,axes:Yc([{},{scale:"1"}],l),scales:fs(u,_),hooks:{ready:[D],setSeries:[N],setCursor:[M],setSelect:[ds(b)],destroy:[ls]}});return(0,r.useEffect)((function(){if(F(),h.current){p&&p.destroy();var e=new Oc(T,t,h.current);return g(e),e.destroy}}),[h,d]),(0,r.useEffect)((function(){p&&(p.setData(t),p.redraw())}),[t]),(0,r.useEffect)((function(){p&&(os(p),function(e,t){t.forEach((function(t){e.addSeries(t)}))}(p,n),p.redraw())}),[n]),(0,r.useEffect)((function(){p&&(Object.keys(u.limits.range).forEach((function(e){p.scales[e]&&(p.scales[e].range=function(t){return ss(t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,e,u)})})),p.redraw())}),[u]),(0,r.useEffect)((function(){p&&(p.scales.x.range=function(){return cs(_)},p.redraw())}),[_]),(0,r.useEffect)((function(){p&&(p.setSize({width:s.width||400,height:f||500}),p.redraw())}),[f,s]),Wt("div",{className:zr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(s.width||400,"px"),minHeight:"".concat(f||500,"px")},children:[Wt("div",{className:"vm-line-chart__u-plot",ref:h}),Wt(ws,{showTooltip:C,tooltipProps:A(),stickyTooltips:S,handleUnStick:E})]})},ks=function(){var e=(0,r.useContext)(mi).showInfoMessage;return function(){var t=Wi(Ui().mark((function t(n,r){var i;return Ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!==(i=navigator)&&void 0!==i&&i.clipboard){t.next=4;break}return e({text:"Clipboard not supported",type:"error"}),console.warn("Clipboard not supported"),t.abrupt("return",!1);case 4:return t.prev=4,t.next=7,navigator.clipboard.writeText(n);case 7:return r&&e({text:r,type:"success"}),t.abrupt("return",!0);case 11:return t.prev=11,t.t0=t.catch(4),t.t0 instanceof Error&&e({text:"".concat(t.t0.name,": ").concat(t.t0.message),type:"error"}),console.warn("Copy failed",t.t0),t.abrupt("return",!1);case 16:case"end":return t.stop()}}),t,null,[[4,11]])})));return function(e,n){return t.apply(this,arguments)}}()},xs=function(e){var t=e.legend,n=e.onChange,i=e.isHeatmap,a=ks(),o=(0,r.useMemo)((function(){var e=function(e){return Object.keys(e.freeFormFields).filter((function(e){return"__name__"!==e})).map((function(t){var n="".concat(t,"=").concat(JSON.stringify(e.freeFormFields[t]));return{id:"".concat(e.label,".").concat(n),freeField:n,key:t}}))}(t);return i?e.filter((function(e){return"vmrange"!==e.key})):e}),[t,i]),u=t.statsFormatted,l=Object.values(u).some((function(e){return e})),c=function(){var e=Wi(Ui().mark((function e(t){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"".concat(t," has been copied"));case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return Wt("div",{className:zr()({"vm-legend-item":!0,"vm-legend-row":!0,"vm-legend-item_hide":!t.checked&&!i,"vm-legend-item_static":i}),onClick:function(e){return function(t){n&&n(e,t.ctrlKey||t.metaKey)}}(t),children:[!i&&Wt("div",{className:"vm-legend-item__marker",style:{backgroundColor:t.color}}),Wt("div",{className:"vm-legend-item-info",children:Wt("span",{className:"vm-legend-item-info__label",children:[t.freeFormFields.__name__,!!o.length&&Wt(Ut.HY,{children:"{"}),o.map((function(e,t){return Wt("span",{className:"vm-legend-item-info__free-fields",onClick:(n=e.freeField,function(e){e.stopPropagation(),c(n)}),title:"copy to clipboard",children:[e.freeField,t+11;return Wt(Ut.HY,{children:Wt("div",{className:"vm-legend",children:a.map((function(e){return Wt("div",{className:"vm-legend-group",children:Wt(Na,{defaultExpanded:!0,title:Wt("div",{className:"vm-legend-group-title",children:[o&&Wt("span",{className:"vm-legend-group-title__count",children:["Query ",e,": "]}),Wt("span",{className:"vm-legend-group-title__query",children:n[e-1]})]}),children:Wt("div",{children:t.filter((function(t){return t.group===e})).sort((function(e,t){return(t.median||0)-(e.median||0)})).map((function(e){return Wt(xs,{legend:e,onChange:i},e.label)}))})})},e)}))})})},Ss=function(e){var t,n=e.min,i=e.max,a=e.legendValue,o=e.series,u=v((0,r.useState)(0),2),l=u[0],c=u[1],s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=v((0,r.useState)(""),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=(0,r.useMemo)((function(){return parseFloat(String((null===a||void 0===a?void 0:a.value)||0).replace("%",""))}),[a]);return(0,r.useEffect)((function(){c(b?(b-n)/(i-n)*100:0),d(b?"".concat(b,"%"):""),p("".concat(n,"%")),_("".concat(i,"%"))}),[b,n,i]),Wt("div",{className:"vm-legend-heatmap__wrapper",children:[Wt("div",{className:"vm-legend-heatmap",children:[Wt("div",{className:"vm-legend-heatmap-gradient",style:{background:"linear-gradient(to right, ".concat(Jc.join(", "),")")},children:!!b&&Wt("div",{className:"vm-legend-heatmap-gradient__value",style:{left:"".concat(l,"%")},children:Wt("span",{children:f})})}),Wt("div",{className:"vm-legend-heatmap__value",children:m}),Wt("div",{className:"vm-legend-heatmap__value",children:y})]}),o[1]&&Wt(xs,{legend:o[1],isHeatmap:!0},null===(t=o[1])||void 0===t?void 0:t.label)]})},Es=function(e){var t=e.u,n=e.metrics,i=e.unit,o=v((0,r.useState)({left:0,top:0}),2),u=o[0],l=o[1],c=v((0,r.useState)([]),2),s=c[0],f=c[1],d=(0,r.useCallback)((function(){var e,r=u.left,o=u.top,l=Et()(t,["data",1,0],[])||[],c=t?t.posToVal(r,"x"):0,s=t?t.posToVal(o,"y"):0,f=l.findIndex((function(e,t){return c>=e&&c0}}),[t,u,n,i]),h=(0,r.useCallback)((function(){var e=d();e.show&&(s.find((function(t){return t.id===e.id}))||f((function(t){return[].concat(y(t),[e])})))}),[d,s]);return Ur("click",h),{stickyTooltips:s,handleUnStick:function(e){f((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:d,setCursor:function(e){var t=e.cursor.left||0,n=e.cursor.top||0;l({left:t,top:n})},resetTooltips:function(){f([]),l({left:0,top:0})}}},As=function(e){var t=e.data,n=e.metrics,i=void 0===n?[]:n,a=e.period,o=e.unit,u=e.setPeriod,l=e.layoutSize,c=e.height,s=e.onChangeLegend,f=Qt().isDarkTheme,d=(0,r.useRef)(null),h=v((0,r.useState)(),2),m=h[0],p=h[1],g=ys({period:a,setPeriod:u}),_=g.xRange,b=g.setPlotScale,w=ps(b),D=w.onReadyChart,k=w.isPanning;gs({uPlotInst:m,xRange:_,setPlotScale:b});var x=Es({u:m,metrics:i,unit:o}),C=x.stickyTooltips,S=x.handleUnStick,E=x.getTooltipProps,A=x.setCursor,N=x.resetTooltips,M=(0,r.useMemo)((function(){return E()}),[E]),F=dt(dt({},us({width:l.width,height:c})),{},{mode:2,series:[{},{paths:Xc(),facets:[{scale:"x",auto:!0,sorted:1},{scale:"y",auto:!0}]}],axes:function(){var e=Yc([{}],o);return[].concat(y(e),[{scale:"y",stroke:e[0].stroke,font:e[0].font,size:qc,splits:i.map((function(e,t){return t})),values:i.map((function(e){return e.metric.vmrange}))}])}(),scales:{x:{time:!0},y:{log:2,time:!1,range:function(e,t,n){return[t-1,n+1]}}},hooks:{ready:[D],setCursor:[A],setSelect:[ds(b)],destroy:[ls]}});return(0,r.useEffect)((function(){N();var e=null===t[0]&&Array.isArray(t[1]);if(d.current&&e){var n=new Oc(F,t,d.current);return p(n),n.destroy}}),[d,t,f]),(0,r.useEffect)((function(){m&&(m.setSize({width:l.width||400,height:c||500}),m.redraw())}),[c,l]),(0,r.useEffect)((function(){s(M)}),[M]),Wt("div",{className:zr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(l.width||400,"px"),minHeight:"".concat(c||500,"px")},children:[Wt("div",{className:"vm-line-chart__u-plot",ref:d}),Wt(ws,{showTooltip:!!M.show,tooltipProps:M,stickyTooltips:C,handleUnStick:S})]})},Ns=function(){var e=v((0,r.useState)(null),2),t=e[0],n=e[1],i=v((0,r.useState)({width:0,height:0}),2),a=i[0],o=i[1],u=(0,r.useCallback)((function(){o({width:(null===t||void 0===t?void 0:t.offsetWidth)||0,height:(null===t||void 0===t?void 0:t.offsetHeight)||0})}),[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]);return Ur("resize",u),Yr(u,[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]),[n,a]},Ms=function(e){var t=e.data,n=void 0===t?[]:t,i=e.period,a=e.customStep,o=e.query,u=e.yaxis,l=e.unit,c=e.showLegend,s=void 0===c||c,f=e.setYaxisLimits,d=e.setPeriod,h=e.alias,m=void 0===h?[]:h,p=e.fullWidth,g=void 0===p||p,_=e.height,b=e.isHistogram,w=fi().isMobile,D=Rn().timezone,k=(0,r.useMemo)((function(){return a||i.step||"1s"}),[i.step,a]),x=(0,r.useMemo)((function(){return ns(n,b)}),[b,n]),C=v((0,r.useState)([[]]),2),S=C[0],E=C[1],A=v((0,r.useState)([]),2),N=A[0],M=A[1],F=v((0,r.useState)([]),2),O=F[0],L=F[1],P=v((0,r.useState)([]),2),I=P[0],R=P[1],B=v((0,r.useState)(null),2),z=B[0],j=B[1],H=(0,r.useMemo)((function(){return rs(x,I,m)}),[x,I,m]),$=function(e){var t=function(e,t){var n={},r=Object.values(e).flat(),i=Rc(r)||0,a=Ic(r)||1;return n[1]=t?Uc(i,a):[i,a],n}(e,!b);f(t)};(0,r.useEffect)((function(){var e=[],t={},n=[],r=[{}];null===x||void 0===x||x.forEach((function(i,a){var o=H(i,a);r.push(o),n.push(is(o,i.group));var u,l=t[i.group]||[],c=T(i.values);try{for(c.s();!(u=c.n()).done;){var s=u.value;e.push(s[0]),l.push(Gc(s[1]))}}catch(f){c.e(f)}finally{c.f()}t[i.group]=l}));var a=function(e,t,n){for(var r=pn(t)||1,i=Array.from(new Set(e)).sort((function(e,t){return e-t})),a=n.start,o=fn(n.end+r),u=0,l=[];a<=o;){for(;u=i.length||i[u]>a)&&l.push(a)}for(;l.length<2;)l.push(a),a=fn(a+r);return l}(e,k,i),o=x.map((function(e){var t,n=[],r=e.values,i=r.length,o=0,u=T(a);try{for(u.s();!(t=u.n()).done;){for(var l=t.value;o1e10*h?n.map((function(){return f})):n}));o.unshift(a),$(t);var u=b?function(e){var t=e.slice(1,e.length),n=[],r=[];t.forEach((function(e,n){e.forEach((function(e,i){var a=i*t.length+n;r[a]=e}))})),e[0].forEach((function(e){var r=new Array(t.length).fill(e);n.push.apply(n,y(r))}));var i=new Array(n.length).fill(0).map((function(e,n){return n%t.length}));return[null,[n,i,r]]}(o):o;E(u),M(r),L(n)}),[x,D,b]),(0,r.useEffect)((function(){var e=[],t=[{}];null===x||void 0===x||x.forEach((function(n,r){var i=H(n,r);t.push(i),e.push(is(i,n.group))})),M(t),L(e)}),[I]);var V=v(Ns(),2),Y=V[0],U=V[1];return Wt("div",{className:zr()({"vm-graph-view":!0,"vm-graph-view_full-width":g,"vm-graph-view_full-width_mobile":g&&w}),ref:Y,children:[!b&&Wt(Ds,{data:S,series:N,metrics:x,period:i,yaxis:u,unit:l,setPeriod:d,layoutSize:U,height:_}),b&&Wt(As,{data:S,metrics:x,period:i,unit:l,setPeriod:d,layoutSize:U,height:_,onChangeLegend:j}),!b&&s&&Wt(Cs,{labels:O,query:o,onChange:function(e,t){R(function(e){var t=e.hideSeries,n=e.legend,r=e.metaKey,i=e.series,a=n.label,o=as(a,t),u=i.map((function(e){return e.label||""}));return r?o?t.filter((function(e){return e!==a})):[].concat(y(t),[a]):t.length?o?y(u.filter((function(e){return e!==a}))):[]:y(u.filter((function(e){return e!==a})))}({hideSeries:I,legend:e,metaKey:t,series:N}))}}),b&&s&&Wt(Ss,{series:N,min:u.limits.range[1][0]||0,max:u.limits.range[1][1]||0,legendValue:z})]})},Fs=function(e){return e[e.mouse=0]="mouse",e[e.keyboard=1]="keyboard",e}(Fs||{}),Ts=function(e){var t,n=e.value,i=e.options,a=e.anchor,o=e.disabled,u=e.minLength,l=void 0===u?2:u,c=e.fullWidth,s=e.selected,f=e.noOptionsText,d=e.label,h=e.disabledFullScreen,m=e.offset,p=e.onSelect,g=e.onOpenAutocomplete,y=e.onFoundOptions,_=fi().isMobile,b=(0,r.useRef)(null),w=v((0,r.useState)({index:-1}),2),D=w[0],k=w[1],x=ki(!1),C=x.value,S=x.setValue,E=x.setFalse,A=(0,r.useMemo)((function(){if(!C)return[];try{var e=new RegExp(String(n.trim()),"i");return i.filter((function(t){return e.test(t.value)})).sort((function(t,n){var r,i;return((null===(r=t.value.match(e))||void 0===r?void 0:r.index)||0)-((null===(i=n.value.match(e))||void 0===i?void 0:i.index)||0)}))}catch(t){return[]}}),[C,i,n]),N=(0,r.useMemo)((function(){return f&&!A.length}),[f,A]),M=function(){k({index:-1})},F=(0,r.useCallback)((function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,i=e.shiftKey,a=n||r||i,o=A.length;if("ArrowUp"===t&&!a&&o&&(e.preventDefault(),k((function(e){var t=e.index;return{index:t<=0?0:t-1,type:Fs.keyboard}}))),"ArrowDown"===t&&!a&&o){e.preventDefault();var u=A.length-1;k((function(e){var t=e.index;return{index:t>=u?u:t+1,type:Fs.keyboard}}))}if("Enter"===t){var l=A[D.index];l&&p(l.value),s||E()}"Escape"===t&&E()}),[D,A,E,p,s]);return(0,r.useEffect)((function(){S(n.length>=l)}),[n]),Ur("keydown",F),(0,r.useEffect)((function(){if(b.current&&D.type!==Fs.mouse){var e=b.current.childNodes[D.index];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}),[D,A]),(0,r.useEffect)((function(){k({index:-1})}),[A]),(0,r.useEffect)((function(){g&&g(C)}),[C]),(0,r.useEffect)((function(){y&&y(A)}),[A]),Wt(xi,{open:C,buttonRef:a,placement:"bottom-left",onClose:E,fullWidth:c,title:_?d:void 0,disabledFullScreen:h,offset:m,children:[Wt("div",{className:zr()({"vm-autocomplete":!0,"vm-autocomplete_mobile":_&&!h}),ref:b,children:[N&&Wt("div",{className:"vm-autocomplete__no-options",children:f}),A.map((function(e,t){return Wt("div",{className:zr()({"vm-list-item":!0,"vm-list-item_mobile":_,"vm-list-item_active":t===D.index,"vm-list-item_multiselect":s,"vm-list-item_multiselect_selected":null===s||void 0===s?void 0:s.includes(e.value),"vm-list-item_with-icon":e.icon}),id:"$autocomplete$".concat(e.value),onClick:(r=e.value,function(){o||(p(r),s||E())}),onMouseEnter:(n=t,function(){k({index:n,type:Fs.mouse})}),onMouseLeave:M,children:[(null===s||void 0===s?void 0:s.includes(e.value))&&Wt(gr,{}),Wt(Ut.HY,{children:e.icon}),Wt("span",{children:e.value})]},"".concat(t).concat(e.value));var n,r}))]}),(null===(t=A[D.index])||void 0===t?void 0:t.description)&&Wt("div",{className:"vm-autocomplete-info",children:[Wt("div",{className:"vm-autocomplete-info__type",children:A[D.index].type}),Wt("div",{className:"vm-autocomplete-info__description",dangerouslySetInnerHTML:{__html:A[D.index].description||""}})]})]})},Os=function(e){return e[e.metric=0]="metric",e[e.label=1]="label",e[e.value=2]="value",e}(Os||{}),Ls=(st(Pc={},Os.metric,Wt(Lr,{})),st(Pc,Os.label,Wt(Ir,{})),st(Pc,Os.value,Wt(Rr,{})),Pc),Ps=function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")};function Is(e,t){!function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,t),t.add(e)}function Rs(e,t,n){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return n}function Bs(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}var zs={async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1};function js(e){zs=e}var Hs=/[&<>"']/,$s=new RegExp(Hs.source,"g"),Vs=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Ys=new RegExp(Vs.source,"g"),Us={"&":"&","<":"<",">":">",'"':""","'":"'"},qs=function(e){return Us[e]};function Ws(e,t){if(t){if(Hs.test(e))return e.replace($s,qs)}else if(Vs.test(e))return e.replace(Ys,qs);return e}var Zs=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function Qs(e){return e.replace(Zs,(function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""}))}var Gs=/(^|[^\[])\^/g;function Ks(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(Gs,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var Js=/[^\w:]/g,Xs=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function ef(e,t,n){if(e){var r;try{r=decodeURIComponent(Qs(n)).replace(Js,"").toLowerCase()}catch(i){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!Xs.test(n)&&(n=function(e,t){tf[" "+e]||(nf.test(e)?tf[" "+e]=e+"/":tf[" "+e]=lf(e,"/",!0));e=tf[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(rf,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(af,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(i){return null}return n}var tf={},nf=/^[^:]+:\/*[^/]*$/,rf=/^([^:]+:)[\s\S]*$/,af=/^([^:]+:\/*[^/]*)[\s\S]*$/;var of={exec:function(){}};function uf(e,t){var n=e.replace(/\|/g,(function(e,t,n){for(var r=!1,i=t;--i>=0&&"\\"===n[i];)r=!r;return r?"|":" |"})).split(/ \|/),r=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length0)return{type:"space",raw:t[0]}}},{key:"code",value:function(e){var t=this.rules.block.code.exec(e);if(t){var n=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:lf(n,"\n")}}}},{key:"fences",value:function(e){var t=this.rules.block.fences.exec(e);if(t){var n=t[0],r=function(e,t){var n=e.match(/^(\s+)(?:```)/);if(null===n)return t;var r=n[1];return t.split("\n").map((function(e){var t=e.match(/^\s+/);return null===t?e:v(t,1)[0].length>=r.length?e.slice(r.length):e})).join("\n")}(n,t[3]||"");return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline._escapes,"$1"):t[2],text:r}}}},{key:"heading",value:function(e){var t=this.rules.block.heading.exec(e);if(t){var n=t[2].trim();if(/#$/.test(n)){var r=lf(n,"#");this.options.pedantic?n=r.trim():r&&!/ $/.test(r)||(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}},{key:"hr",value:function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}},{key:"blockquote",value:function(e){var t=this.rules.block.blockquote.exec(e);if(t){var n=t[0].replace(/^ *>[ \t]?/gm,""),r=this.lexer.state.top;this.lexer.state.top=!0;var i=this.lexer.blockTokens(n);return this.lexer.state.top=r,{type:"blockquote",raw:t[0],tokens:i,text:n}}}},{key:"list",value:function(e){var t=this.rules.block.list.exec(e);if(t){var n,r,i,a,o,u,l,c,s,f,d,h,m=t[1].trim(),p=m.length>1,v={type:"list",raw:"",ordered:p,start:p?+m.slice(0,-1):"",loose:!1,items:[]};m=p?"\\d{1,9}\\".concat(m.slice(-1)):"\\".concat(m),this.options.pedantic&&(m=p?m:"[*+-]");for(var g=new RegExp("^( {0,3}".concat(m,")((?:[\t ][^\\n]*)?(?:\\n|$))"));e&&(h=!1,t=g.exec(e))&&!this.rules.block.hr.test(e);){if(n=t[0],e=e.substring(n.length),c=t[2].split("\n",1)[0].replace(/^\t+/,(function(e){return" ".repeat(3*e.length)})),s=e.split("\n",1)[0],this.options.pedantic?(a=2,d=c.trimLeft()):(a=(a=t[2].search(/[^ ]/))>4?1:a,d=c.slice(a),a+=t[1].length),u=!1,!c&&/^ *$/.test(s)&&(n+=s+"\n",e=e.substring(s.length+1),h=!0),!h)for(var y=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))")),_=new RegExp("^ {0,".concat(Math.min(3,a-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)")),b=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:```|~~~)")),w=new RegExp("^ {0,".concat(Math.min(3,a-1),"}#"));e&&(s=f=e.split("\n",1)[0],this.options.pedantic&&(s=s.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!b.test(s))&&!w.test(s)&&!y.test(s)&&!_.test(e);){if(s.search(/[^ ]/)>=a||!s.trim())d+="\n"+s.slice(a);else{if(u)break;if(c.search(/[^ ]/)>=4)break;if(b.test(c))break;if(w.test(c))break;if(_.test(c))break;d+="\n"+s}u||s.trim()||(u=!0),n+=f+"\n",e=e.substring(f.length+1),c=s.slice(a)}v.loose||(l?v.loose=!0:/\n *\n *$/.test(n)&&(l=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d))&&(i="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,"")),v.items.push({type:"list_item",raw:n,task:!!r,checked:i,loose:!1,text:d}),v.raw+=n}v.items[v.items.length-1].raw=n.trimRight(),v.items[v.items.length-1].text=d.trimRight(),v.raw=v.raw.trimRight();var D=v.items.length;for(o=0;o0&&k.some((function(e){return/\n.*\n/.test(e.raw)}));v.loose=x}if(v.loose)for(o=0;o$/,"$1").replace(this.rules.inline._escapes,"$1"):"",i=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline._escapes,"$1"):t[3];return{type:"def",tag:n,raw:t[0],href:r,title:i}}}},{key:"table",value:function(e){var t=this.rules.block.table.exec(e);if(t){var n={type:"table",header:uf(t[1]).map((function(e){return{text:e}})),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(n.header.length===n.align.length){n.raw=t[0];var r,i,a,o,u=n.align.length;for(r=0;r/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):Ws(t[0]):t[0]}}},{key:"link",value:function(e){var t=this.rules.inline.link.exec(e);if(t){var n=t[2].trim();if(!this.options.pedantic&&/^$/.test(n))return;var r=lf(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{var i=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,r=0,i=0;i-1){var a=(0===t[0].indexOf("!")?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,a).trim(),t[3]=""}}var o=t[2],u="";if(this.options.pedantic){var l=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);l&&(o=l[1],u=l[3])}else u=t[3]?t[3].slice(1,-1):"";return o=o.trim(),/^$/.test(n)?o.slice(1):o.slice(1,-1)),cf(t,{href:o?o.replace(this.rules.inline._escapes,"$1"):o,title:u?u.replace(this.rules.inline._escapes,"$1"):u},t[0],this.lexer)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=(n[2]||n[1]).replace(/\s+/g," ");if(!(r=t[r.toLowerCase()])){var i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return cf(n,r,n[0],this.lexer)}}},{key:"emStrong",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=this.rules.inline.emStrong.lDelim.exec(e);if(r&&((!r[3]||!n.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDF50-\uDF59\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEC0-\uDED3\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDCD0-\uDCEB\uDCF0-\uDCF9\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])/))&&(!(r[1]||r[2]||"")||!n||this.rules.inline.punctuation.exec(n)))){var i,a,o=r[0].length-1,u=o,l=0,c="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(c.lastIndex=0,t=t.slice(-1*e.length+o);null!=(r=c.exec(t));)if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6])if(a=i.length,r[3]||r[4])u+=a;else if(!((r[5]||r[6])&&o%3)||(o+a)%3){if(!((u-=a)>0)){a=Math.min(a,a+u+l);var s=e.slice(0,o+r.index+a+1);if(Math.min(o,a)%2){var f=s.slice(1,-1);return{type:"em",raw:s,text:f,tokens:this.lexer.inlineTokens(f)}}var d=s.slice(2,-2);return{type:"strong",raw:s,text:d,tokens:this.lexer.inlineTokens(d)}}}else l+=a}}},{key:"codespan",value:function(e){var t=this.rules.inline.code.exec(e);if(t){var n=t[2].replace(/\n/g," "),r=/[^ ]/.test(n),i=/^ /.test(n)&&/ $/.test(n);return r&&i&&(n=n.substring(1,n.length-1)),n=Ws(n,!0),{type:"codespan",raw:t[0],text:n}}}},{key:"br",value:function(e){var t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}},{key:"del",value:function(e){var t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}},{key:"autolink",value:function(e,t){var n,r,i=this.rules.inline.autolink.exec(e);if(i)return r="@"===i[2]?"mailto:"+(n=Ws(this.options.mangle?t(i[1]):i[1])):n=Ws(i[1]),{type:"link",raw:i[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}},{key:"url",value:function(e,t){var n;if(n=this.rules.inline.url.exec(e)){var r,i;if("@"===n[2])i="mailto:"+(r=Ws(this.options.mangle?t(n[0]):n[0]));else{var a;do{a=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(a!==n[0]);r=Ws(n[0]),i="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:r,href:i,tokens:[{type:"text",raw:r,text:r}]}}}},{key:"inlineText",value:function(e,t){var n,r=this.rules.inline.text.exec(e);if(r)return n=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(r[0]):Ws(r[0]):r[0]:Ws(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),ff={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:of,lheading:/^((?:(?!^bull ).|\n(?!\n|bull ))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};ff.def=Ks(ff.def).replace("label",ff._label).replace("title",ff._title).getRegex(),ff.bullet=/(?:[*+-]|\d{1,9}[.)])/,ff.listItemStart=Ks(/^( *)(bull) */).replace("bull",ff.bullet).getRegex(),ff.list=Ks(ff.list).replace(/bull/g,ff.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+ff.def.source+")").getRegex(),ff._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",ff._comment=/|$)/,ff.html=Ks(ff.html,"i").replace("comment",ff._comment).replace("tag",ff._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),ff.lheading=Ks(ff.lheading).replace(/bull/g,ff.bullet).getRegex(),ff.paragraph=Ks(ff._paragraph).replace("hr",ff.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",ff._tag).getRegex(),ff.blockquote=Ks(ff.blockquote).replace("paragraph",ff.paragraph).getRegex(),ff.normal=dt({},ff),ff.gfm=dt(dt({},ff.normal),{},{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),ff.gfm.table=Ks(ff.gfm.table).replace("hr",ff.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",ff._tag).getRegex(),ff.gfm.paragraph=Ks(ff._paragraph).replace("hr",ff.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",ff.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",ff._tag).getRegex(),ff.pedantic=dt(dt({},ff.normal),{},{html:Ks("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",ff._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:of,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Ks(ff.normal._paragraph).replace("hr",ff.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",ff.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var df={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:of,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,rDelimAst:/^[^_*]*?__[^_*]*?\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\*)[punct](\*+)(?=[\s]|$)|[^punct\s](\*+)(?!\*)(?=[punct\s]|$)|(?!\*)[punct\s](\*+)(?=[^punct\s])|[\s](\*+)(?!\*)(?=[punct])|(?!\*)[punct](\*+)(?!\*)(?=[punct])|[^punct\s](\*+)(?=[^punct\s])/,rDelimUnd:/^[^_*]*?\*\*[^_*]*?_[^_*]*?(?=\*\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\s]|$)|[^punct\s](_+)(?!_)(?=[punct\s]|$)|(?!_)[punct\s](_+)(?=[^punct\s])|[\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:of,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\.5&&(n="x"+n.toString(16)),r+="&#"+n+";";return r}df._punctuation="\\p{P}$+<=>`^|~",df.punctuation=Ks(df.punctuation,"u").replace(/punctuation/g,df._punctuation).getRegex(),df.blockSkip=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,df.anyPunctuation=/\\[punct]/g,df._escapes=/\\([punct])/g,df._comment=Ks(ff._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),df.emStrong.lDelim=Ks(df.emStrong.lDelim,"u").replace(/punct/g,df._punctuation).getRegex(),df.emStrong.rDelimAst=Ks(df.emStrong.rDelimAst,"gu").replace(/punct/g,df._punctuation).getRegex(),df.emStrong.rDelimUnd=Ks(df.emStrong.rDelimUnd,"gu").replace(/punct/g,df._punctuation).getRegex(),df.anyPunctuation=Ks(df.anyPunctuation,"gu").replace(/punct/g,df._punctuation).getRegex(),df._escapes=Ks(df._escapes,"gu").replace(/punct/g,df._punctuation).getRegex(),df._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,df._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,df.autolink=Ks(df.autolink).replace("scheme",df._scheme).replace("email",df._email).getRegex(),df._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,df.tag=Ks(df.tag).replace("comment",df._comment).replace("attribute",df._attribute).getRegex(),df._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,df._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,df._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,df.link=Ks(df.link).replace("label",df._label).replace("href",df._href).replace("title",df._title).getRegex(),df.reflink=Ks(df.reflink).replace("label",df._label).replace("ref",ff._label).getRegex(),df.nolink=Ks(df.nolink).replace("ref",ff._label).getRegex(),df.reflinkSearch=Ks(df.reflinkSearch,"g").replace("reflink",df.reflink).replace("nolink",df.nolink).getRegex(),df.normal=dt({},df),df.pedantic=dt(dt({},df.normal),{},{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:Ks(/^!?\[(label)\]\((.*?)\)/).replace("label",df._label).getRegex(),reflink:Ks(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",df._label).getRegex()}),df.gfm=dt(dt({},df.normal),{},{escape:Ks(df.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\1&&void 0!==arguments[1]?arguments[1]:[];e=this.options.pedantic?e.replace(/\t/g," ").replace(/^ +$/gm,""):e.replace(/^( *)(\t+)/gm,(function(e,t,n){return t+" ".repeat(n.length)}));for(var u,l=function(){if(a.options.extensions&&a.options.extensions.block&&a.options.extensions.block.some((function(n){return!!(t=n.call({lexer:a},e,o))&&(e=e.substring(t.raw.length),o.push(t),!0)})))return 0;if(t=a.tokenizer.space(e))return e=e.substring(t.raw.length),1===t.raw.length&&o.length>0?o[o.length-1].raw+="\n":o.push(t),0;if(t=a.tokenizer.code(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?o.push(t):(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue[a.inlineQueue.length-1].src=n.text),0;if(t=a.tokenizer.fences(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.heading(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.hr(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.blockquote(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.list(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.html(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.def(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?a.tokens.links[t.tag]||(a.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,a.inlineQueue[a.inlineQueue.length-1].src=n.text),0;if(t=a.tokenizer.table(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.lheading(e))return e=e.substring(t.raw.length),o.push(t),0;if(r=e,a.options.extensions&&a.options.extensions.startBlock){var u,l=1/0,c=e.slice(1);a.options.extensions.startBlock.forEach((function(e){"number"===typeof(u=e.call({lexer:this},c))&&u>=0&&(l=Math.min(l,u))})),l<1/0&&l>=0&&(r=e.substring(0,l+1))}if(a.state.top&&(t=a.tokenizer.paragraph(r)))return n=o[o.length-1],i&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),i=r.length!==e.length,e=e.substring(t.raw.length),0;if(t=a.tokenizer.text(e))return e=e.substring(t.raw.length),(n=o[o.length-1])&&"text"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),0;if(e){var s="Infinite loop on byte: "+e.charCodeAt(0);if(a.options.silent)return console.error(s),1;throw new Error(s)}};e&&(0===(u=l())||1!==u););return this.state.top=!0,o}},{key:"inline",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return this.inlineQueue.push({src:e,tokens:t}),t}},{key:"inlineTokens",value:function(e){var t,n,r,i,a,o,u=this,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],c=e;if(this.tokens.links){var s=Object.keys(this.tokens.links);if(s.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(c));)s.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(c));)c=c.slice(0,i.index)+"++"+c.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(var f,d=function(){if(a||(o=""),a=!1,u.options.extensions&&u.options.extensions.inline&&u.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:u},e,l))&&(e=e.substring(t.raw.length),l.push(t),!0)})))return 0;if(t=u.tokenizer.escape(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.tag(e))return e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),0;if(t=u.tokenizer.link(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.reflink(e,u.tokens.links))return e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),0;if(t=u.tokenizer.emStrong(e,c,o))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.codespan(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.br(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.del(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.autolink(e,mf))return e=e.substring(t.raw.length),l.push(t),0;if(!u.state.inLink&&(t=u.tokenizer.url(e,mf)))return e=e.substring(t.raw.length),l.push(t),0;if(r=e,u.options.extensions&&u.options.extensions.startInline){var i,s=1/0,f=e.slice(1);u.options.extensions.startInline.forEach((function(e){"number"===typeof(i=e.call({lexer:this},f))&&i>=0&&(s=Math.min(s,i))})),s<1/0&&s>=0&&(r=e.substring(0,s+1))}if(t=u.tokenizer.inlineText(r,hf))return e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),a=!0,(n=l[l.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),0;if(e){var d="Infinite loop on byte: "+e.charCodeAt(0);if(u.options.silent)return console.error(d),1;throw new Error(d)}};e&&(0===(f=d())||1!==f););return l}}],[{key:"rules",get:function(){return{block:ff,inline:df}}},{key:"lex",value:function(t,n){return new e(n).lex(t)}},{key:"lexInline",value:function(t,n){return new e(n).inlineTokens(t)}}]),e}(),vf=function(){function e(t){_(this,e),this.options=t||zs}return k(e,[{key:"code",value:function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var i=this.options.highlight(e,r);null!=i&&i!==e&&(n=!0,e=i)}return e=e.replace(/\n$/,"")+"\n",r?'
    '+(n?e:Ws(e,!0))+"
    \n":"
    "+(n?e:Ws(e,!0))+"
    \n"}},{key:"blockquote",value:function(e){return"
    \n".concat(e,"
    \n")}},{key:"html",value:function(e,t){return e}},{key:"heading",value:function(e,t,n,r){if(this.options.headerIds){var i=this.options.headerPrefix+r.slug(n);return"').concat(e,"\n")}return"").concat(e,"\n")}},{key:"hr",value:function(){return this.options.xhtml?"
    \n":"
    \n"}},{key:"list",value:function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"\n"}},{key:"listitem",value:function(e){return"
  • ".concat(e,"
  • \n")}},{key:"checkbox",value:function(e){return" "}},{key:"paragraph",value:function(e){return"

    ".concat(e,"

    \n")}},{key:"table",value:function(e,t){return t&&(t="".concat(t,"")),"\n\n"+e+"\n"+t+"
    \n"}},{key:"tablerow",value:function(e){return"\n".concat(e,"\n")}},{key:"tablecell",value:function(e,t){var n=t.header?"th":"td";return(t.align?"<".concat(n,' align="').concat(t.align,'">'):"<".concat(n,">"))+e+"\n")}},{key:"strong",value:function(e){return"".concat(e,"")}},{key:"em",value:function(e){return"".concat(e,"")}},{key:"codespan",value:function(e){return"".concat(e,"")}},{key:"br",value:function(){return this.options.xhtml?"
    ":"
    "}},{key:"del",value:function(e){return"".concat(e,"")}},{key:"link",value:function(e,t,n){if(null===(e=ef(this.options.sanitize,this.options.baseUrl,e)))return n;var r='
    "}},{key:"image",value:function(e,t,n){if(null===(e=ef(this.options.sanitize,this.options.baseUrl,e)))return n;var r='').concat(n,'":">"}},{key:"text",value:function(e){return e}}]),e}(),gf=function(){function e(){_(this,e)}return k(e,[{key:"strong",value:function(e){return e}},{key:"em",value:function(e){return e}},{key:"codespan",value:function(e){return e}},{key:"del",value:function(e){return e}},{key:"html",value:function(e){return e}},{key:"text",value:function(e){return e}},{key:"link",value:function(e,t,n){return""+n}},{key:"image",value:function(e,t,n){return""+n}},{key:"br",value:function(){return""}}]),e}(),yf=function(){function e(){_(this,e),this.seen={}}return k(e,[{key:"serialize",value:function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}},{key:"getNextSafeSlug",value:function(e,t){var n=e,r=0;if(this.seen.hasOwnProperty(n)){r=this.seen[e];do{n=e+"-"+ ++r}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=r,this.seen[n]=0),n}},{key:"slug",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)}}]),e}(),_f=function(){function e(t){_(this,e),this.options=t||zs,this.options.renderer=this.options.renderer||new vf,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new gf,this.slugger=new yf}return k(e,[{key:"parse",value:function(e){var t,n,r,i,a,o,u,l,c,s,f,d,h,m,p,v,g,y,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],w="",D=e.length;for(t=0;t0&&"paragraph"===p.tokens[0].type?(p.tokens[0].text=y+" "+p.tokens[0].text,p.tokens[0].tokens&&p.tokens[0].tokens.length>0&&"text"===p.tokens[0].tokens[0].type&&(p.tokens[0].tokens[0].text=y+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:y}):m+=y),m+=this.parse(p.tokens,h),c+=this.renderer.listitem(m,g,v);w+=this.renderer.list(c,f,d);continue;case"html":w+=this.renderer.html(s.text,s.block);continue;case"paragraph":w+=this.renderer.paragraph(this.parseInline(s.tokens));continue;case"text":for(c=s.tokens?this.parseInline(s.tokens):s.text;t+1";return t?Promise.resolve(i):n?void n(null,i):i}if(t)return Promise.reject(r);if(!n)throw r;n(r)}}var Sf=new kf(zs);function Ef(e,t,n){return Sf.parse(e,t,n)}Ef.options=Ef.setOptions=function(e){return Sf.setOptions(e),Ef.defaults=Sf.defaults,js(Ef.defaults),Ef},Ef.getDefaults=Bs,Ef.defaults=zs,Ef.use=function(){return Sf.use.apply(Sf,arguments),Ef.defaults=Sf.defaults,js(Ef.defaults),Ef},Ef.walkTokens=function(e,t){return Sf.walkTokens(e,t)},Ef.parseInline=Sf.parseInline,Ef.Parser=_f,Ef.parser=_f.parse,Ef.Renderer=vf,Ef.TextRenderer=gf,Ef.Lexer=pf,Ef.lexer=pf.lex,Ef.Tokenizer=sf,Ef.Slugger=yf,Ef.Hooks=bf,Ef.parse=Ef;Ef.options,Ef.setOptions,Ef.use,Ef.walkTokens,Ef.parseInline,_f.parse,pf.lex;var Af=n.p+"static/media/MetricsQL.8644fd7c964802dd34a9.md",Nf=function(e){var t='$1 target="_blank" class="'.concat("vm-link vm-link_colored",'" $2').concat("https://docs.victoriametrics.com/MetricsQL.html","#");return e.replace(/(1,c=n||r,s="ArrowDown"===t,f="Enter"===t;"ArrowUp"===t&&c&&(e.preventDefault(),a()),s&&c&&(e.preventDefault(),o()),f&&m&&e.preventDefault(),!f||u||l&&!c||m||(e.preventDefault(),i())},onChange:n,onChangeCaret:function(e){_(e)},disabled:d,inputmode:"search"}),u&&Wt(Of,{value:t,anchorEl:b,caretPosition:y,onSelect:function(e){n(e)},onFoundOptions:function(e){p(!!e.length)}})]})},Rf=function(e){var t,n=e.value,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.fullWidth,s=e.onChange;return Wt("div",{className:zr()((st(t={"vm-switch":!0,"vm-switch_full-width":c,"vm-switch_disabled":a,"vm-switch_active":r},"vm-switch_".concat(l,"_active"),r),st(t,"vm-switch_".concat(l),l),t)),onClick:function(){a||s(!r)},children:[Wt("div",{className:"vm-switch-track",children:Wt("div",{className:"vm-switch-track__thumb"})}),o&&Wt("span",{className:"vm-switch__label",children:o})]})},Bf=function(e){var t=e.isMobile,n=Yn().autocomplete,r=Un(),i=ni(),a=i.nocache,o=i.isTracingEnabled,u=ri(),l=function(){r({type:"TOGGLE_AUTOCOMPLETE"})};return Ur("keydown",(function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,i=e.shiftKey;"a"===t&&i&&(n||r)&&(e.preventDefault(),l())})),Wt("div",{className:zr()({"vm-additional-settings":!0,"vm-additional-settings_mobile":t}),children:[Wt(Mi,{title:Ri,children:Wt(Rf,{label:"Autocomplete",value:n,onChange:l,fullWidth:t})}),Wt(Rf,{label:"Disable cache",value:a,onChange:function(){u({type:"TOGGLE_NO_CACHE"})},fullWidth:t}),Wt(Rf,{label:"Trace query",value:o,onChange:function(){u({type:"TOGGLE_QUERY_TRACING"})},fullWidth:t})]})},zf=function(){var e=fi().isMobile,t=(0,r.useRef)(null),n=ki(!1),i=n.value,a=n.toggle,o=n.setFalse;return e?Wt(Ut.HY,{children:[Wt("div",{ref:t,children:Wt(Di,{variant:"outlined",startIcon:Wt(Nr,{}),onClick:a,ariaLabel:"additional the query settings"})}),Wt(xi,{open:i,buttonRef:t,placement:"bottom-left",onClose:o,title:"Query settings",children:Wt(Bf,{isMobile:e})})]}):Wt(Bf,{})},jf=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))};var Hf=function(e){var t=e.query,n=e.favorites,i=e.onRun,a=e.onToggleFavorite,o=ks(),u=(0,r.useMemo)((function(){return n.includes(t)}),[t,n]),l=function(){var e=Wi(Ui().mark((function e(){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Wt("div",{className:"vm-query-history-item",children:[Wt("span",{className:"vm-query-history-item__value",children:t}),Wt("div",{className:"vm-query-history-item__buttons",children:[Wt(Mi,{title:"Execute query",children:Wt(Di,{size:"small",variant:"text",onClick:function(){i(t)},startIcon:Wt(sr,{})})}),Wt(Mi,{title:"Copy query",children:Wt(Di,{size:"small",variant:"text",onClick:l,startIcon:Wt(wr,{})})}),Wt(Mi,{title:u?"Remove Favorite":"Add to Favorites",children:Wt(Di,{size:"small",variant:"text",color:u?"warning":"primary",onClick:function(){a(t,u)},startIcon:Wt(u?Or:Tr,{})})})]})]})},$f="saved",Vf="favorite",Yf=[{label:"Session history",value:"session"},{label:"Saved history",value:$f},{label:"Favorite queries",value:Vf}],Uf=function(e){var t=e.handleSelectQuery,n=Yn().queryHistory,i=fi().isMobile,a=ki(!1),o=a.value,u=a.setTrue,l=a.setFalse,c=v((0,r.useState)(Yf[0].value),2),s=c[0],f=c[1],d=v((0,r.useState)(zn("QUERY_HISTORY")),2),h=d[0],m=d[1],p=v((0,r.useState)(zn("QUERY_FAVORITES")),2),g=p[0],_=p[1],b=(0,r.useMemo)((function(){return n.map((function(e){return e.values.filter((function(e){return e})).reverse()}))}),[n]),w=(0,r.useMemo)((function(){switch(s){case Vf:return g;case $f:return h;default:return b}}),[s,g,h,b]),D=null===w||void 0===w?void 0:w.every((function(e){return!e.length})),k=(0,r.useMemo)((function(){return s===Vf?"Favorites queries are empty.\nTo see your favorites, mark a query as a favorite.":"Query history is empty.\nTo see the history, please make a query."}),[s]),x=function(e){return function(n){t(n,e),l()}},C=function(e,t){_((function(n){var r=n[0]||[];return t?[r.filter((function(t){return t!==e}))]:t||r.includes(e)?n:[[].concat(y(r),[e])]}))};return(0,r.useEffect)((function(){var e=g[0]||[],t=zn("QUERY_FAVORITES")[0]||[];jf(e,t)||Tt("QUERY_FAVORITES",JSON.stringify(g))}),[g]),Ur("storage",(function(){m(zn("QUERY_HISTORY")),_(zn("QUERY_FAVORITES"))})),Wt(Ut.HY,{children:[Wt(Mi,{title:"Show history",children:Wt(Di,{color:"primary",variant:"text",onClick:u,startIcon:Wt(ar,{}),ariaLabel:"Show history"})}),o&&Wt(Ni,{title:"Query history",onClose:l,children:Wt("div",{className:zr()({"vm-query-history":!0,"vm-query-history_mobile":i}),children:[Wt("div",{className:zr()({"vm-query-history__tabs":!0,"vm-section-header__tabs":!0,"vm-query-history__tabs_mobile":i}),children:Wt(Wr,{activeItem:s,items:Yf,onChange:f})}),Wt("div",{className:"vm-query-history-list",children:[D&&Wt("div",{className:"vm-query-history-list__no-data",children:k}),w.map((function(e,t){return Wt("div",{children:[w.length>1&&Wt("div",{className:zr()({"vm-query-history-list__group-title":!0,"vm-query-history-list__group-title_first":0===t}),children:["Query ",t+1]}),e.map((function(e,n){return Wt(Hf,{query:e,favorites:g.flat(),onRun:x(t),onToggleFavorite:C},n)}))]},t)})),s===$f&&!D&&Wt("div",{className:"vm-query-history-footer",children:Wt(Di,{color:"error",variant:"outlined",size:"small",startIcon:Wt(mr,{}),onClick:function(){Tt("QUERY_HISTORY","")},children:"clear history"})})]})]})})]})},qf=function(e){var t=e.queryErrors,n=e.setQueryErrors,i=e.setHideError,a=e.stats,o=e.onHideQuery,u=e.onRunQuery,l=fi().isMobile,c=Yn(),s=c.query,f=c.queryHistory,d=c.autocomplete,h=Un(),m=Bn(),p=v((0,r.useState)(s||[]),2),g=p[0],_=p[1],b=v((0,r.useState)([]),2),w=b[0],D=b[1],k=v((0,r.useState)(!1),2),x=k[0],C=k[1],S=aa(g),E=function(){var e=Qt().serverUrl,t=function(){var t=Wi(Ui().mark((function t(n){var r,i,a,o;return Ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,r=encodeURIComponent(n),i="".concat(e,"/prettify-query?query=").concat(r),t.next=5,fetch(i);case 5:if(200==(a=t.sent).status){t.next=8;break}return t.abrupt("return",{query:n,error:"Error requesting /prettify-query, status: "+a.status});case 8:return t.next=10,a.json();case 10:if("success"==(o=t.sent).status){t.next=13;break}return t.abrupt("return",{query:n,error:String(o.msg)});case 13:return t.abrupt("return",{query:String(o.query),error:""});case 16:if(t.prev=16,t.t0=t.catch(0),console.error(t.t0),!(t.t0 instanceof Error&&"AbortError"!==t.t0.name)){t.next=21;break}return t.abrupt("return",{query:n,error:"".concat(t.t0.name,": ").concat(t.t0.message)});case 21:return t.abrupt("return",{query:n,error:String(t.t0)});case 22:case"end":return t.stop()}}),t,null,[[0,16]])})));return function(e){return t.apply(this,arguments)}}();return t}(),A=function(){h({type:"SET_QUERY_HISTORY",payload:g.map((function(e,t){var n=f[t]||{values:[]},r=e===n.values[n.values.length-1],i=!r&&e?[].concat(y(n.values),[e]):n.values;return i.length>25&&i.shift(),{index:n.values.length-Number(r),values:i}}))}),h({type:"SET_QUERY",payload:g}),m({type:"RUN_QUERY"}),u()},N=function(e,t){_((function(n){return n.map((function(n,r){return r===t?e:n}))}))},M=function(e,t){return function(){!function(e,t){var n=f[t],r=n.index,i=n.values,a=r+e;a<0||a>=i.length||(N(i[a]||"",t),h({type:"SET_QUERY_HISTORY_BY_INDEX",payload:{value:{values:i,index:a},queryNumber:t}}))}(e,t)}},F=function(e){return function(t){N(t,e)}},T=function(e){return function(){var t;t=e,_((function(e){return e.filter((function(e,n){return n!==t}))})),D((function(t){return t.includes(e)?t.filter((function(t){return t!==e})):t.map((function(t){return t>e?t-1:t}))}))}},O=function(e){return function(t){!function(e,t){var n=e.ctrlKey,r=e.metaKey;if(n||r){var i=g.map((function(e,t){return t})).filter((function(e){return e!==t}));D((function(e){return jf(i,e)?[]:i}))}else D((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(y(e),[t])}))}(t,e)}},L=function(){var e=Wi(Ui().mark((function e(t){var r;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,E(g[t]);case 2:r=e.sent,i(!1),N(r.query,t),n((function(e){return e[t]=r.error,y(e)}));case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){S&&g.length1&&Wt(Mi,{title:"Remove Query",children:Wt("div",{className:"vm-query-configurator-list-row__button",children:Wt(Di,{variant:"text",color:"error",startIcon:Wt(mr,{}),onClick:T(n),ariaLabel:"remove query"})})})]},n)}))}),Wt("div",{className:"vm-query-configurator-settings",children:[Wt(zf,{}),Wt("div",{className:"vm-query-configurator-settings__buttons",children:[Wt(Uf,{handleSelectQuery:function(e,t){N(e,t),C(!0)}}),g.length<4&&Wt(Di,{variant:"outlined",onClick:function(){_((function(e){return[].concat(y(e),[""])}))},startIcon:Wt(pr,{}),children:"Add Query"}),Wt(Di,{variant:"contained",onClick:A,startIcon:Wt(cr,{}),children:l?"Execute":"Execute Query"})]})]})]})};function Wf(e){var t,n,r,i=2;for("undefined"!=typeof Symbol&&(n=Symbol.asyncIterator,r=Symbol.iterator);i--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new Zf(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function Zf(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then((function(e){return{value:e,done:t}}))}return Zf=function(e){this.s=e,this.n=e.next},Zf.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var n=this.s.return;return void 0===n?Promise.resolve({value:e,done:!0}):t(n.apply(this.s,arguments))},throw:function(e){var n=this.s.return;return void 0===n?Promise.reject(e):t(n.apply(this.s,arguments))}},new Zf(e)}var Qf=n(936),Gf=n.n(Qf),Kf=0,Jf=function(){function e(t,n){_(this,e),this.tracing=void 0,this.query=void 0,this.tracingChildren=void 0,this.originalTracing=void 0,this.id=void 0,this.tracing=t,this.originalTracing=JSON.parse(JSON.stringify(t)),this.query=n,this.id=Kf++;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n)}))}return k(e,[{key:"queryValue",get:function(){return this.query}},{key:"idValue",get:function(){return this.id}},{key:"children",get:function(){return this.tracingChildren}},{key:"message",get:function(){return this.tracing.message}},{key:"duration",get:function(){return this.tracing.duration_msec}},{key:"JSON",get:function(){return JSON.stringify(this.tracing,null,2)}},{key:"originalJSON",get:function(){return JSON.stringify(this.originalTracing,null,2)}},{key:"setTracing",value:function(t){var n=this;this.tracing=t;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n.query)}))}},{key:"setQuery",value:function(e){this.query=e}},{key:"resetTracing",value:function(){this.tracing=this.originalTracing}}]),e}(),Xf=function(e){var t=e.predefinedQuery,n=e.visible,i=e.display,a=e.customStep,o=e.hideQuery,u=e.showAllSeries,l=Yn().query,c=Rn().period,s=ni(),f=s.displayType,d=s.nocache,h=s.isTracingEnabled,m=s.seriesLimits,p=Qt().serverUrl,g=ui().isHistogram,_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=v((0,r.useState)(),2),k=D[0],x=D[1],C=v((0,r.useState)(),2),S=C[0],E=C[1],A=v((0,r.useState)(),2),N=A[0],M=A[1],F=v((0,r.useState)(),2),T=F[0],O=F[1],L=v((0,r.useState)([]),2),P=L[0],I=L[1],R=v((0,r.useState)([]),2),B=R[0],z=R[1],j=v((0,r.useState)(),2),H=j[0],$=j[1],V=v((0,r.useState)([]),2),Y=V[0],U=V[1],q=v((0,r.useState)(!1),2),W=q[0],Z=q[1],Q=(0,r.useMemo)((function(){var e=c.end,t=c.start;return vn(e-t,g)}),[c,g]),G=function(){var e=Wi(Ui().mark((function e(t){var n,r,i,a,o,u,l,c,s,f,d,h,m,p,v,g,_,b,D,k,C,S,A;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=t.fetchUrl,r=t.fetchQueue,i=t.displayType,a=t.query,o=t.stateSeriesLimits,u=t.showAllSeries,l=t.hideQuery,c=new AbortController,U([].concat(y(r),[c])),e.prev=3,s="chart"===i,f=u?1/0:+o[i]||1/0,d=f,h=[],m=[],p=1,v=0,g=!1,_=!1,b=!1,e.prev=14,k=Ui().mark((function e(){var t,n,r,i,o;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=S.value,!(null===l||void 0===l?void 0:l.includes(p-1))){e.next=7;break}return I((function(e){return[].concat(y(e),[""])})),z((function(e){return[].concat(y(e),[{}])})),p++,e.abrupt("return",1);case 7:return e.next=9,fetch(t,{signal:c.signal});case 9:return n=e.sent,e.next=12,n.json();case 12:r=e.sent,n.ok?(z((function(e){return[].concat(y(e),[dt(dt({},null===r||void 0===r?void 0:r.stats),{},{isPartial:null===r||void 0===r?void 0:r.isPartial,resultLength:r.data.result.length})])})),I((function(e){return[].concat(y(e),[""])})),r.trace&&(i=new Jf(r.trace,a[p-1]),m.push(i)),g=s&&Kc(r.data.result),o=(d=g?1/0:f)-h.length,r.data.result.slice(0,o).forEach((function(e){e.group=p,h.push(e)})),v+=r.data.result.length):(h.push({metric:{},values:[],group:p}),I((function(e){return[].concat(y(e),["".concat(r.errorType,"\r\n").concat(null===r||void 0===r?void 0:r.error)])}))),p++;case 15:case"end":return e.stop()}}),e)})),C=Wf(n);case 17:return e.next=19,C.next();case 19:if(!(_=!(S=e.sent).done)){e.next=26;break}return e.delegateYield(k(),"t0",21);case 21:if(!e.t0){e.next=23;break}return e.abrupt("continue",23);case 23:_=!1,e.next=17;break;case 26:e.next=32;break;case 28:e.prev=28,e.t1=e.catch(14),b=!0,D=e.t1;case 32:if(e.prev=32,e.prev=33,!_||null==C.return){e.next=37;break}return e.next=37,C.return();case 37:if(e.prev=37,!b){e.next=40;break}throw D;case 40:return e.finish(37);case 41:return e.finish(32);case 42:A="Showing ".concat(h.length," series out of ").concat(v," series due to performance reasons. Please narrow down the query, so it returns less series"),$(v>d?A:""),s?x(h):E(h),M(m),Z((function(e){return v?g:e})),e.next=52;break;case 49:e.prev=49,e.t2=e.catch(3),e.t2 instanceof Error&&"AbortError"!==e.t2.name&&O("".concat(e.t2.name,": ").concat(e.t2.message));case 52:w(!1);case 53:case"end":return e.stop()}}),e,null,[[3,49],[14,28,32,42],[33,,37,41]])})));return function(t){return e.apply(this,arguments)}}(),K=(0,r.useCallback)(Gf()(G,300),[]),J=(0,r.useMemo)((function(){O(""),I([]),z([]);var e=null!==t&&void 0!==t?t:l,n="chart"===(i||f);if(c)if(p)if(e.every((function(e){return!e.trim()})))I(e.map((function(){return Pt.validQuery})));else{if(jt(p)){var r=dt({},c);return r.step=a,e.map((function(e){return n?function(e,t,n,r,i){return"".concat(e,"/api/v1/query_range?query=").concat(encodeURIComponent(t),"&start=").concat(n.start,"&end=").concat(n.end,"&step=").concat(n.step).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h):function(e,t,n,r,i){return"".concat(e,"/api/v1/query?query=").concat(encodeURIComponent(t),"&time=").concat(n.end).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h)}))}O(Pt.validServer)}else O(Pt.emptyServer)}),[p,c,f,a,o]),X=v((0,r.useState)([]),2),ee=X[0],te=X[1];return(0,r.useEffect)((function(){var e=J===ee&&!!t;n&&null!==J&&void 0!==J&&J.length&&!e&&(w(!0),K({fetchUrl:J,fetchQueue:Y,displayType:i||f,query:null!==t&&void 0!==t?t:l,stateSeriesLimits:m,showAllSeries:u,hideQuery:o}),te(J))}),[J,n,m,u]),(0,r.useEffect)((function(){var e=Y.slice(0,-1);e.length&&(e.map((function(e){return e.abort()})),U(Y.filter((function(e){return!e.signal.aborted}))))}),[Y]),(0,r.useEffect)((function(){Q===a&&x([])}),[W]),{fetchUrl:J,isLoading:b,graphData:k,liveData:S,error:T,queryErrors:P,setQueryErrors:I,queryStats:B,warning:H,traces:N,isHistogram:W}},ed=function(e){var t=e.data,n=ks(),i=(0,r.useMemo)((function(){return JSON.stringify(t,null,2)}),[t]),a=function(){var e=Wi(Ui().mark((function e(){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n(i,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Wt("div",{className:"vm-json-view",children:[Wt("div",{className:"vm-json-view__copy",children:Wt(Di,{variant:"outlined",onClick:a,children:"Copy JSON"})}),Wt("pre",{className:"vm-json-view__code",children:Wt("code",{children:i})})]})},td=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=fi().isMobile,o=(0,r.useMemo)((function(){return Object.keys(t.limits.range)}),[t.limits.range]),u=(0,r.useCallback)(Gf()((function(e,r,i){var a=t.limits.range;a[r][i]=+e,a[r][0]===a[r][1]||a[r][0]>a[r][1]||n(a)}),500),[t.limits.range]),l=function(e,t){return function(n){u(n,e,t)}};return Wt("div",{className:zr()({"vm-axes-limits":!0,"vm-axes-limits_mobile":a}),children:[Wt(Rf,{value:t.limits.enable,onChange:i,label:"Fix the limits for y-axis",fullWidth:a}),Wt("div",{className:"vm-axes-limits-list",children:o.map((function(e){return Wt("div",{className:"vm-axes-limits-list__inputs",children:[Wt(ta,{label:"Min ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][0],onChange:l(e,0)}),Wt(ta,{label:"Max ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][1],onChange:l(e,1)})]},e)}))})]})},nd="Axes settings",rd=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=(0,r.useRef)(null),o=(0,r.useRef)(null),u=ki(!1),l=u.value,c=u.toggle,s=u.setFalse;return Wt("div",{className:"vm-graph-settings",children:[Wt(Mi,{title:nd,children:Wt("div",{ref:o,children:Wt(Di,{variant:"text",startIcon:Wt(Qn,{}),onClick:c,ariaLabel:"settings"})})}),Wt(xi,{open:l,buttonRef:o,placement:"bottom-right",onClose:s,title:nd,children:Wt("div",{className:"vm-graph-settings-popper",ref:a,children:Wt("div",{className:"vm-graph-settings-popper__body",children:Wt(td,{yaxis:t,setYaxisLimits:n,toggleEnableLimits:i})})})})]})},id=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message,i=Qt().isDarkTheme;return Wt("div",{className:zr()({"vm-spinner":!0,"vm-spinner_dark":i}),style:n&&{},children:[Wt("div",{className:"half-circle-spinner",children:[Wt("div",{className:"circle circle-1"}),Wt("div",{className:"circle circle-2"})]}),r&&Wt("div",{className:"vm-spinner__message",children:r})]})},ad=function(e){var t=e.value;return Wt("div",{className:"vm-line-progress",children:[Wt("div",{className:"vm-line-progress-track",children:Wt("div",{className:"vm-line-progress-track__thumb",style:{width:"".concat(t,"%")}})}),Wt("span",{children:[t.toFixed(2),"%"]})]})},od=function e(t){var n=t.isRoot,i=t.trace,a=t.totalMsec,o=Qt().isDarkTheme,u=fi().isMobile,l=v((0,r.useState)({}),2),c=l[0],s=l[1],f=(0,r.useRef)(null),d=v((0,r.useState)(!1),2),h=d[0],m=d[1],p=v((0,r.useState)(!1),2),g=p[0],y=p[1],_=dn(i.duration/1e3)||"".concat(i.duration,"ms");(0,r.useEffect)((function(){if(f.current){var e=f.current,t=f.current.children[0].getBoundingClientRect().height;m(t>e.clientHeight)}}),[i]);var b,w=i.children&&!!i.children.length,D=i.duration/a*100;return Wt("div",{className:zr()({"vm-nested-nav":!0,"vm-nested-nav_root":n,"vm-nested-nav_dark":o,"vm-nested-nav_mobile":u}),children:[Wt("div",{className:zr()({"vm-nested-nav-header":!0,"vm-nested-nav-header_open":c[i.idValue]}),onClick:(b=i.idValue,function(){w&&s((function(e){return dt(dt({},e),{},st({},b,!e[b]))}))}),children:[w&&Wt("div",{className:zr()({"vm-nested-nav-header__icon":!0,"vm-nested-nav-header__icon_open":c[i.idValue]}),children:Wt(rr,{})}),Wt("div",{className:"vm-nested-nav-header__progress",children:Wt(ad,{value:D})}),Wt("div",{className:zr()({"vm-nested-nav-header__message":!0,"vm-nested-nav-header__message_show-full":g}),ref:f,children:[Wt("span",{className:"vm-nested-nav-header__message_duration",children:_}),":\xa0",Wt("span",{children:i.message})]}),Wt("div",{className:"vm-nested-nav-header-bottom",children:(h||g)&&Wt(Di,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),y((function(e){return!e}))},children:g?"Hide":"Show full query"})})]}),c[i.idValue]&&Wt("div",{className:"vm-nested-nav__childrens",children:w&&i.children.map((function(t){return Wt(e,{trace:t,totalMsec:a},t.duration)}))})]})},ud=function(e){var t=e.editable,n=void 0!==t&&t,i=e.defaultTile,a=void 0===i?"JSON":i,o=e.displayTitle,u=void 0===o||o,l=e.defaultJson,c=void 0===l?"":l,s=e.resetValue,f=void 0===s?"":s,d=e.onClose,h=e.onUpload,m=ks(),p=fi().isMobile,g=v((0,r.useState)(c),2),y=g[0],_=g[1],b=v((0,r.useState)(a),2),w=b[0],D=b[1],k=v((0,r.useState)(""),2),x=k[0],C=k[1],S=v((0,r.useState)(""),2),E=S[0],A=S[1],N=(0,r.useMemo)((function(){try{var e=JSON.parse(y),t=e.trace||e;return t.duration_msec?(new Jf(t,""),""):Pt.traceNotFound}catch(n){return n instanceof Error?n.message:"Unknown error"}}),[y]),M=function(){var e=Wi(Ui().mark((function e(){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,m(y,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),F=function(){A(N),w.trim()||C(Pt.emptyTitle),N||x||(h(y,w),d())};return Wt("div",{className:zr()({"vm-json-form":!0,"vm-json-form_one-field":!u,"vm-json-form_one-field_mobile":!u&&p,"vm-json-form_mobile":p}),children:[u&&Wt(ta,{value:w,label:"Title",error:x,onEnter:F,onChange:function(e){D(e)}}),Wt(ta,{value:y,label:"JSON",type:"textarea",error:E,autofocus:!0,onChange:function(e){A(""),_(e)},onEnter:F,disabled:!n}),Wt("div",{className:"vm-json-form-footer",children:[Wt("div",{className:"vm-json-form-footer__controls",children:[Wt(Di,{variant:"outlined",startIcon:Wt(wr,{}),onClick:M,children:"Copy JSON"}),f&&Wt(Di,{variant:"text",startIcon:Wt(Kn,{}),onClick:function(){_(f)},children:"Reset JSON"})]}),Wt("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[Wt(Di,{variant:"outlined",color:"error",onClick:d,children:"Cancel"}),Wt(Di,{variant:"contained",onClick:F,children:"apply"})]})]})]})},ld=function(e){var t=e.traces,n=e.jsonEditor,i=void 0!==n&&n,a=e.onDeleteClick,o=fi().isMobile,u=v((0,r.useState)(null),2),l=u[0],c=u[1],s=function(){c(null)};if(!t.length)return Wt(hi,{variant:"info",children:"Please re-run the query to see results of the tracing"});var f=function(e){return function(){a(e)}};return Wt(Ut.HY,{children:[Wt("div",{className:"vm-tracings-view",children:t.map((function(e){return Wt("div",{className:"vm-tracings-view-trace vm-block vm-block_empty-padding",children:[Wt("div",{className:"vm-tracings-view-trace-header",children:[Wt("h3",{className:"vm-tracings-view-trace-header-title",children:["Trace for ",Wt("b",{className:"vm-tracings-view-trace-header-title__query",children:e.queryValue})]}),Wt(Mi,{title:"Open JSON",children:Wt(Di,{variant:"text",startIcon:Wt(hr,{}),onClick:(t=e,function(){c(t)}),ariaLabel:"open JSON"})}),Wt(Mi,{title:"Remove trace",children:Wt(Di,{variant:"text",color:"error",startIcon:Wt(mr,{}),onClick:f(e),ariaLabel:"remove trace"})})]}),Wt("nav",{className:zr()({"vm-tracings-view-trace__nav":!0,"vm-tracings-view-trace__nav_mobile":o}),children:Wt(od,{isRoot:!0,trace:e,totalMsec:e.duration})})]},e.idValue);var t}))}),l&&Wt(Ni,{title:l.queryValue,onClose:s,children:Wt(ud,{editable:i,displayTitle:i,defaultTile:l.queryValue,defaultJson:l.JSON,resetValue:l.originalJSON,onClose:s,onUpload:function(e,t){if(i&&l)try{l.setTracing(JSON.parse(e)),l.setQuery(t),c(null)}catch(n){console.error(n)}}})})]})},cd=function(e){var t,n=e.checked,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.onChange;return Wt("div",{className:zr()((st(t={"vm-checkbox":!0,"vm-checkbox_disabled":a,"vm-checkbox_active":r},"vm-checkbox_".concat(l,"_active"),r),st(t,"vm-checkbox_".concat(l),l),t)),onClick:function(){a||c(!r)},children:[Wt("div",{className:"vm-checkbox-track",children:Wt("div",{className:"vm-checkbox-track__thumb",children:Wt(gr,{})})}),o&&Wt("span",{className:"vm-checkbox__label",children:o})]})},sd="Table settings",fd=function(e){var t=e.columns,n=e.defaultColumns,i=void 0===n?[]:n,a=e.tableCompact,o=e.onChangeColumns,u=e.toggleTableCompact,l=fi().isMobile,c=(0,r.useRef)(null),s=ki(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useMemo)((function(){return!t.length}),[t]),p=function(e){return function(){!function(e){o(i.includes(e)?i.filter((function(t){return t!==e})):[].concat(y(i),[e]))}(e)}};return(0,r.useEffect)((function(){jf(t,i)||o(t)}),[t]),Wt("div",{className:"vm-table-settings",children:[Wt(Mi,{title:sd,children:Wt("div",{ref:c,children:Wt(Di,{variant:"text",startIcon:Wt(Qn,{}),onClick:d,disabled:m,ariaLabel:"table settings"})})}),Wt(xi,{open:f,onClose:h,placement:"bottom-right",buttonRef:c,title:sd,children:Wt("div",{className:zr()({"vm-table-settings-popper":!0,"vm-table-settings-popper_mobile":l}),children:[Wt("div",{className:"vm-table-settings-popper-list vm-table-settings-popper-list_first",children:Wt(Rf,{label:"Compact view",value:a,onChange:u})}),Wt("div",{className:"vm-table-settings-popper-list",children:[Wt("div",{className:"vm-table-settings-popper-list-header",children:[Wt("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),Wt(Mi,{title:"Reset to default",children:Wt(Di,{color:"primary",variant:"text",size:"small",onClick:function(){h(),o(t)},startIcon:Wt(Kn,{}),ariaLabel:"reset columns"})})]}),t.map((function(e){return Wt("div",{className:"vm-table-settings-popper-list__item",children:Wt(cd,{checked:i.includes(e),onChange:p(e),label:e,disabled:a})},e)}))]})]})})]})};function dd(e){return function(e,t){return Object.fromEntries(Object.entries(e).filter(t))}(e,(function(e){return!!e[1]||"number"===typeof e[1]}))}var hd=function(e){var t={};return e.forEach((function(e){return Object.entries(e.metric).forEach((function(e){return t[e[0]]?t[e[0]].options.add(e[1]):t[e[0]]={options:new Set([e[1]])}}))})),Object.entries(t).map((function(e){return{key:e[0],variations:e[1].options.size}})).sort((function(e,t){return e.variations-t.variations}))},md=function(e,t){return(0,r.useMemo)((function(){var n=hd(e);return t?n.filter((function(e){return t.includes(e.key)})):n}),[e,t])},pd=["__name__"],vd=function(e){var t=e.data,n=e.displayColumns,i=ks(),a=fi().isMobile,o=ni().tableCompact,u=(0,r.useRef)(null),l=v((0,r.useState)(""),2),c=l[0],s=l[1],f=v((0,r.useState)("asc"),2),d=f[0],h=f[1],m=o?md([{group:0,metric:{Data:"Data"}}],["Data"]):md(t,n),p=function(e){var t=e.__name__,n=jr(e,pd);return t||Object.keys(n).length?"".concat(t," ").concat(JSON.stringify(n)):""},g=new Set(null===t||void 0===t?void 0:t.map((function(e){return e.group}))).size>1,y=(0,r.useMemo)((function(){var e=null===t||void 0===t?void 0:t.map((function(e){return{metadata:m.map((function(t){return o?Qc(e,"",g):e.metric[t.key]||"-"})),value:e.value?e.value[1]:"-",values:e.values?e.values.map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(r," @").concat(n)})):[],copyValue:p(e.metric)}})),n="Value"===c,r=m.findIndex((function(e){return e.key===c}));return n||-1!==r?e.sort((function(e,t){var i=n?Number(e.value):e.metadata[r],a=n?Number(t.value):t.metadata[r];return("asc"===d?ia)?-1:1})):e}),[m,t,c,d,o]),_=(0,r.useMemo)((function(){return y.some((function(e){return e.copyValue}))}),[y]),b=function(e){return function(){!function(e){h((function(t){return"asc"===t&&c===e?"desc":"asc"})),s(e)}(e)}};return y.length?Wt("div",{className:zr()({"vm-table-view":!0,"vm-table-view_mobile":a}),children:Wt("table",{className:"vm-table",ref:u,children:[Wt("thead",{className:"vm-table-header",children:Wt("tr",{className:"vm-table__row vm-table__row_header",children:[m.map((function(e,t){return Wt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:b(e.key),children:Wt("div",{className:"vm-table-cell__content",children:[e.key,Wt("div",{className:zr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":c===e.key,"vm-table__sort-icon_desc":"desc"===d&&c===e.key}),children:Wt(ir,{})})]})},t)})),Wt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_right vm-table-cell_sort",onClick:b("Value"),children:Wt("div",{className:"vm-table-cell__content",children:[Wt("div",{className:zr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":"Value"===c,"vm-table__sort-icon_desc":"desc"===d}),children:Wt(ir,{})}),"Value"]})}),_&&Wt("td",{className:"vm-table-cell vm-table-cell_header"})]})}),Wt("tbody",{className:"vm-table-body",children:y.map((function(e,t){return Wt("tr",{className:"vm-table__row",children:[e.metadata.map((function(e,n){return Wt("td",{className:zr()({"vm-table-cell vm-table-cell_no-wrap":!0,"vm-table-cell_gray":y[t-1]&&y[t-1].metadata[n]===e}),children:e},n)})),Wt("td",{className:"vm-table-cell vm-table-cell_right vm-table-cell_no-wrap",children:e.values.length?e.values.map((function(e){return Wt("p",{children:e},e)})):e.value}),_&&Wt("td",{className:"vm-table-cell vm-table-cell_right",children:e.copyValue&&Wt("div",{className:"vm-table-cell__content",children:Wt(Mi,{title:"Copy row",children:Wt(Di,{variant:"text",color:"gray",size:"small",startIcon:Wt(wr,{}),onClick:(n=e.copyValue,Wi(Ui().mark((function e(){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,i(n,"Row has been copied");case 2:case"end":return e.stop()}}),e)})))),ariaLabel:"copy row"})})})})]},t);var n}))})]})}):Wt(hi,{variant:"warning",children:"No data to show"})},gd=function(e){var t=e.text,n=e.href,r=e.children,i=e.colored,a=void 0===i||i,o=e.underlined,u=void 0!==o&&o,l=e.withIcon,c=void 0!==l&&l;return Wt("a",{href:n,className:zr()({"vm-link":!0,"vm-link_colored":a,"vm-link_underlined":u,"vm-link_with-icon":c}),target:"_blank",rel:"noreferrer",children:t||r})},yd=Wt(gd,{text:"last_over_time",href:"https://docs.victoriametrics.com/MetricsQL.html#last_over_time",underlined:!0}),_d=Wt(gd,{text:"instant query",href:"https://docs.victoriametrics.com/keyConcepts.html#instant-query",underlined:!0}),bd=function(){return Wt("div",{children:[Wt("p",{children:["This tab shows ",_d," results for the last 5 minutes ending at the selected time range."]}),Wt("p",{children:["Please wrap the query into ",yd," if you need results over arbitrary lookbehind interval."]})]})},wd=function(){var e=ni(),t=e.displayType,n=e.isTracingEnabled,i=Yn().query,a=Rn().period,o=Bn(),u=fi().isMobile;!function(){var e=Qt().tenantId,t=ni().displayType,n=Yn().query,i=Rn(),a=i.duration,o=i.relativeTime,u=i.period,l=u.date,c=u.step,s=ui().customStep,f=v(lt(),2)[1],d=function(){var r={};n.forEach((function(n,i){var u,f="g".concat(i);r["".concat(f,".expr")]=n,r["".concat(f,".range_input")]=a,r["".concat(f,".end_input")]=l,r["".concat(f,".tab")]=(null===(u=Zr.find((function(e){return e.value===t})))||void 0===u?void 0:u.prometheusCode)||0,r["".concat(f,".relative_time")]=o,r["".concat(f,".tenantID")]=e,c!==s&&s&&(r["".concat(f,".step_input")]=s)})),f(dd(r))};(0,r.useEffect)(d,[e,t,n,a,o,l,c,s]),(0,r.useEffect)(d,[])}();var l=v((0,r.useState)(),2),c=l[0],s=l[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=v((0,r.useState)([]),2),p=m[0],g=m[1],_=v((0,r.useState)(!i[0]),2),b=_[0],w=_[1],D=ki(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=ui(),E=S.customStep,A=S.yaxis,N=li(),M=Xf({visible:!0,customStep:E,hideQuery:p,showAllSeries:k}),F=M.isLoading,T=M.liveData,O=M.graphData,L=M.error,P=M.queryErrors,I=M.setQueryErrors,R=M.queryStats,B=M.warning,z=M.traces,j=M.isHistogram,H=function(e){N({type:"SET_YAXIS_LIMITS",payload:e})},$=(0,r.useMemo)((function(){return hd(T||[]).map((function(e){return e.key}))}),[T]),V=ni().tableCompact,Y=ri();return Ur("popstate",(function(){return window.location.reload()})),(0,r.useEffect)((function(){z&&h([].concat(y(d),y(z)))}),[z]),(0,r.useEffect)((function(){h([])}),[t]),(0,r.useEffect)(C,[i]),(0,r.useEffect)((function(){N({type:"SET_IS_HISTOGRAM",payload:j})}),[O]),Wt("div",{className:zr()({"vm-custom-panel":!0,"vm-custom-panel_mobile":u}),children:[Wt(qf,{queryErrors:b?[]:P,setQueryErrors:I,setHideError:w,stats:R,onHideQuery:function(e){g(e)},onRunQuery:function(){w(!1)}}),n&&Wt("div",{className:"vm-custom-panel__trace",children:Wt(ld,{traces:d,onDeleteClick:function(e){var t=d.filter((function(t){return t.idValue!==e.idValue}));h(y(t))}})}),F&&Wt(id,{}),!b&&L&&Wt(hi,{variant:"error",children:L}),!(null!==T&&void 0!==T&&T.length)&&"chart"!==t&&Wt(hi,{variant:"info",children:Wt(bd,{})}),B&&Wt(hi,{variant:"warning",children:Wt("div",{className:zr()({"vm-custom-panel__warning":!0,"vm-custom-panel__warning_mobile":u}),children:[Wt("p",{children:B}),Wt(Di,{color:"warning",variant:"outlined",onClick:x,children:"Show all"})]})}),Wt("div",{className:zr()({"vm-custom-panel-body":!0,"vm-custom-panel-body_mobile":u,"vm-block":!0,"vm-block_mobile":u}),children:[Wt("div",{className:"vm-custom-panel-body-header",children:[Wt(Qr,{}),"chart"===t&&Wt("div",{className:"vm-custom-panel-body-header__left",children:[Wt(Pi,{}),Wt(rd,{yaxis:A,setYaxisLimits:H,toggleEnableLimits:function(){N({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}})]}),"table"===t&&Wt(fd,{columns:$,defaultColumns:c,onChangeColumns:s,tableCompact:V,toggleTableCompact:function(){Y({type:"TOGGLE_TABLE_COMPACT"})}})]}),O&&a&&"chart"===t&&Wt(Ms,{data:O,period:a,customStep:E,query:i,yaxis:A,setYaxisLimits:H,setPeriod:function(e){var t=e.from,n=e.to;o({type:"SET_PERIOD",payload:{from:t,to:n}})},height:u?.5*window.innerHeight:500,isHistogram:j}),T&&"code"===t&&Wt(ed,{data:T}),T&&"table"===t&&Wt(vd,{data:T,displayColumns:c})]})]})},Dd=function(e){var t=e.title,n=e.description,i=e.unit,a=e.expr,o=e.showLegend,u=e.filename,l=e.alias,c=fi().isMobile,s=Rn().period,f=ui().customStep,d=Bn(),h=(0,r.useRef)(null),m=v((0,r.useState)(!1),2),p=m[0],g=m[1],y=v((0,r.useState)({limits:{enable:!1,range:{1:[0,0]}}}),2),_=y[0],b=y[1],w=(0,r.useMemo)((function(){return Array.isArray(a)&&a.every((function(e){return e}))}),[a]),D=Xf({predefinedQuery:w?a:[],display:"chart",visible:p,customStep:f}),k=D.isLoading,x=D.graphData,C=D.error,S=D.warning,E=function(e){var t=dt({},_);t.limits.range=e,b(t)};return(0,r.useEffect)((function(){var e=new IntersectionObserver((function(e){e.forEach((function(e){return g(e.isIntersecting)}))}),{threshold:.1});return h.current&&e.observe(h.current),function(){h.current&&e.unobserve(h.current)}}),[h]),w?Wt("div",{className:"vm-predefined-panel",ref:h,children:[Wt("div",{className:"vm-predefined-panel-header",children:[Wt(Mi,{title:Wt((function(){return Wt("div",{className:"vm-predefined-panel-header__description vm-default-styles",children:[n&&Wt(Ut.HY,{children:[Wt("div",{children:[Wt("span",{children:"Description:"}),Wt("div",{dangerouslySetInnerHTML:{__html:Ef.parse(n)}})]}),Wt("hr",{})]}),Wt("div",{children:[Wt("span",{children:"Queries:"}),Wt("div",{children:a.map((function(e,t){return Wt("div",{children:e},"".concat(t,"_").concat(e))}))})]})]})}),{}),children:Wt("div",{className:"vm-predefined-panel-header__info",children:Wt(Jn,{})})}),Wt("h3",{className:"vm-predefined-panel-header__title",children:t||""}),Wt(rd,{yaxis:_,setYaxisLimits:E,toggleEnableLimits:function(){var e=dt({},_);e.limits.enable=!e.limits.enable,b(e)}})]}),Wt("div",{className:"vm-predefined-panel-body",children:[k&&Wt(id,{}),C&&Wt(hi,{variant:"error",children:C}),S&&Wt(hi,{variant:"warning",children:S}),x&&Wt(Ms,{data:x,period:s,customStep:f,query:a,yaxis:_,unit:i,alias:l,showLegend:o,setYaxisLimits:E,setPeriod:function(e){var t=e.from,n=e.to;d({type:"SET_PERIOD",payload:{from:t,to:n}})},fullWidth:!1,height:c?.5*window.innerHeight:500})]})]}):Wt(hi,{variant:"error",children:[Wt("code",{children:'"expr"'})," not found. Check the configuration file ",Wt("b",{children:u}),"."]})},kd=function(e){var t=e.index,n=e.title,i=e.panels,a=e.filename,o=qr(),u=(0,r.useMemo)((function(){return o.width/12}),[o]),l=v((0,r.useState)(!t),2),c=l[0],s=l[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1];(0,r.useEffect)((function(){h(i&&i.map((function(e){return e.width||12})))}),[i]);var m=v((0,r.useState)({start:0,target:0,enable:!1}),2),p=m[0],g=m[1],y=(0,r.useCallback)((function(e){if(p.enable){var t=p.start,n=Math.ceil((t-e.clientX)/u);if(!(Math.abs(n)>=12)){var r=d.map((function(e,t){return e-(t===p.target?n:0)}));h(r)}}}),[p,u]),_=(0,r.useCallback)((function(){g(dt(dt({},p),{},{enable:!1}))}),[p]),b=function(e){return function(t){!function(e,t){g({start:e.clientX,target:t,enable:!0})}(t,e)}};return Ur("mousemove",y),Ur("mouseup",_),Wt("div",{className:"vm-predefined-dashboard",children:Wt(Na,{defaultExpanded:c,onChange:function(e){return s(e)},title:Wt((function(){return Wt("div",{className:zr()({"vm-predefined-dashboard-header":!0,"vm-predefined-dashboard-header_open":c}),children:[(n||a)&&Wt("span",{className:"vm-predefined-dashboard-header__title",children:n||"".concat(t+1,". ").concat(a)}),i&&Wt("span",{className:"vm-predefined-dashboard-header__count",children:["(",i.length," panels)"]})]})}),{}),children:Wt("div",{className:"vm-predefined-dashboard-panels",children:Array.isArray(i)&&i.length?i.map((function(e,t){return Wt("div",{className:"vm-predefined-dashboard-panels-panel vm-block vm-block_empty-padding",style:{gridColumn:"span ".concat(d[t])},children:[Wt(Dd,{title:e.title,description:e.description,unit:e.unit,expr:e.expr,alias:e.alias,filename:a,showLegend:e.showLegend}),Wt("button",{className:"vm-predefined-dashboard-panels-panel__resizer",onMouseDown:b(t),"aria-label":"resize the panel"})]},t)})):Wt("div",{className:"vm-predefined-dashboard-panels-panel__alert",children:Wt(hi,{variant:"error",children:[Wt("code",{children:'"panels"'})," not found. Check the configuration file ",Wt("b",{children:a}),"."]})})})})})},xd=function(){!function(){var e=Rn(),t=e.duration,n=e.relativeTime,i=e.period.date,a=ui().customStep,o=Da().setSearchParamsFromKeys,u=function(){var e,r=dd((st(e={},"g0.range_input",t),st(e,"g0.end_input",i),st(e,"g0.step_input",a),st(e,"g0.relative_time",n),e));o(r)};(0,r.useEffect)(u,[t,n,i,a]),(0,r.useEffect)(u,[])}();var e=fi().isMobile,t=yi(),n=t.dashboardsSettings,i=t.dashboardsLoading,a=t.dashboardsError,o=v((0,r.useState)(0),2),u=o[0],l=o[1],c=(0,r.useMemo)((function(){return n.map((function(e,t){return{label:e.title||"",value:t}}))}),[n]),s=(0,r.useMemo)((function(){return n[u]||{}}),[n,u]),f=(0,r.useMemo)((function(){return null===s||void 0===s?void 0:s.rows}),[s]),d=(0,r.useMemo)((function(){return s.title||s.filename||""}),[s]),h=(0,r.useMemo)((function(){return Array.isArray(f)&&!!f.length}),[f]),m=function(e){return function(){!function(e){l(e)}(e)}};return Wt("div",{className:"vm-predefined-panels",children:[i&&Wt(id,{}),!n.length&&a&&Wt(hi,{variant:"error",children:a}),!n.length&&Wt(hi,{variant:"info",children:"Dashboards not found"}),c.length>1&&Wt("div",{className:zr()({"vm-predefined-panels-tabs":!0,"vm-predefined-panels-tabs_mobile":e}),children:c.map((function(e){return Wt("div",{className:zr()({"vm-predefined-panels-tabs__tab":!0,"vm-predefined-panels-tabs__tab_active":e.value==u}),onClick:m(e.value),children:e.label},e.value)}))}),Wt("div",{className:"vm-predefined-panels__dashboards",children:[h&&f.map((function(e,t){return Wt(kd,{index:t,filename:d,title:e.title,panels:e.panels},"".concat(u,"_").concat(t))})),!!n.length&&!h&&Wt(hi,{variant:"error",children:[Wt("code",{children:'"rows"'})," not found. Check the configuration file ",Wt("b",{children:d}),"."]})]})]})},Cd=function(e,t){var n=t.match?"&match[]="+encodeURIComponent(t.match):"",r=t.focusLabel?"&focusLabel="+encodeURIComponent(t.focusLabel):"";return"".concat(e,"/api/v1/status/tsdb?topN=").concat(t.topN,"&date=").concat(t.date).concat(n).concat(r)},Sd=function(){function e(){_(this,e),this.tsdbStatus=void 0,this.tabsNames=void 0,this.isPrometheus=void 0,this.tsdbStatus=this.defaultTSDBStatus,this.tabsNames=["table","graph"],this.isPrometheus=!1,this.getDefaultState=this.getDefaultState.bind(this)}return k(e,[{key:"tsdbStatusData",get:function(){return this.tsdbStatus},set:function(e){this.isPrometheus=!(null===e||void 0===e||!e.headStats),this.tsdbStatus=e}},{key:"defaultTSDBStatus",get:function(){return{totalSeries:0,totalSeriesPrev:0,totalSeriesByAll:0,totalLabelValuePairs:0,seriesCountByMetricName:[],seriesCountByLabelName:[],seriesCountByFocusLabelValue:[],seriesCountByLabelValuePair:[],labelValueCountByLabelName:[]}}},{key:"isPrometheusData",get:function(){return this.isPrometheus}},{key:"keys",value:function(e,t){var n=e&&/__name__=".+"/.test(e),r=e&&/{.+=".+"}/g.test(e),i=e&&/__name__=".+", .+!=""/g.test(e),a=[];return a=t||i?a.concat("seriesCountByFocusLabelValue"):n?a.concat("labelValueCountByLabelName"):r?a.concat("seriesCountByMetricName","seriesCountByLabelName"):a.concat("seriesCountByMetricName","seriesCountByLabelName","seriesCountByLabelValuePair","labelValueCountByLabelName"),a}},{key:"getDefaultState",value:function(e,t){var n=this;return this.keys(e,t).reduce((function(e,t){return dt(dt({},e),{},{tabs:dt(dt({},e.tabs),{},st({},t,n.tabsNames)),containerRefs:dt(dt({},e.containerRefs),{},st({},t,(0,r.useRef)(null)))})}),{tabs:{},containerRefs:{}})}},{key:"sectionsTitles",value:function(e){return{seriesCountByMetricName:"Metric names with the highest number of series",seriesCountByLabelName:"Labels with the highest number of series",seriesCountByFocusLabelValue:'Values for "'.concat(e,'" label with the highest number of series'),seriesCountByLabelValuePair:"Label=value pairs with the highest number of series",labelValueCountByLabelName:"Labels with the highest number of unique values"}}},{key:"sectionsTips",get:function(){return{seriesCountByMetricName:"\n

    \n This table returns a list of metrics with the highest cardinality.\n The cardinality of a metric is the number of time series associated with that metric,\n where each time series is defined as a unique combination of key-value label pairs.\n

    \n

    \n When looking to reduce the number of active series in your data source,\n you can start by inspecting individual metrics with high cardinality\n (i.e. that have lots of active time series associated with them),\n since that single metric contributes a large fraction of the series that make up your total series count.\n

    ",seriesCountByLabelName:"\n

    \n This table returns a list of the labels with the highest number of series.\n

    \n

    \n Use this table to identify labels that are storing dimensions with high cardinality\n (many different label values).\n

    \n

    \n It is recommended to choose labels such that they have a finite set of values,\n since every unique combination of key-value label pairs creates a new time series\n and therefore can dramatically increase the number of time series in your system.\n

    ",seriesCountByFocusLabelValue:"\n

    \n This table returns a list of unique label values per selected label.\n

    \n

    \n Use this table to identify label values that are storing per each selected series.\n

    ",labelValueCountByLabelName:"\n

    \n This table returns a list of labels with the highest number of the unique values.\n

    \n ",seriesCountByLabelValuePair:"\n

    \n This table returns a list of the label values pairs with the highest number of series.\n

    \n

    \n Use this table to identify unique label values pairs. This helps to identify same labels \n is applied to count timeseries in your system, since every unique combination of key-value label pairs \n creates a new time series and therefore can dramatically increase the number of time series in your system\n

    "}}},{key:"tablesHeaders",get:function(){return{seriesCountByMetricName:Ed,seriesCountByLabelName:Ad,seriesCountByFocusLabelValue:Nd,seriesCountByLabelValuePair:Md,labelValueCountByLabelName:Fd}}},{key:"totalSeries",value:function(e){return"labelValueCountByLabelName"===e?-1:arguments.length>1&&void 0!==arguments[1]&&arguments[1]?this.tsdbStatus.totalSeriesPrev:this.tsdbStatus.totalSeries}}]),e}(),Ed=[{id:"name",label:"Metric name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of a metric to the total number of series"},{id:"action",label:""}],Ad=[{id:"name",label:"Label name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of the label to the total number of series"},{id:"action",label:""}],Nd=[{id:"name",label:"Label value"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total"},{disablePadding:!1,id:"action",label:"",numeric:!1}],Md=[{id:"name",label:"Label=value pair"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of the label value pair to the total number of series"},{id:"action",label:""}],Fd=[{id:"name",label:"Label name"},{id:"value",label:"Number of unique values"},{id:"action",label:""}],Td={seriesCountByMetricName:function(e){var t=e.query;return Od("__name__",t)},seriesCountByLabelName:function(e){var t=e.query;return"{".concat(t,'!=""}')},seriesCountByFocusLabelValue:function(e){var t=e.query,n=e.focusLabel;return Od(n,t)},seriesCountByLabelValuePair:function(e){var t=e.query.split("="),n=t[0],r=t.slice(1).join("=");return Od(n,r)},labelValueCountByLabelName:function(e){var t=e.query,n=e.match;return""===n?"{".concat(t,'!=""}'):"".concat(n.replace("}",""),", ").concat(t,'!=""}')}},Od=function(e,t){return e?"{"+e+"="+JSON.stringify(t)+"}":""},Ld=function(e){var t,n=e.totalSeries,r=void 0===n?0:n,i=e.totalSeriesPrev,a=void 0===i?0:i,o=e.totalSeriesAll,u=void 0===o?0:o,l=e.seriesCountByMetricName,c=void 0===l?[]:l,s=e.isPrometheus,f=fi().isMobile,d=v(lt(),1)[0],h=d.get("match"),m=d.get("focusLabel"),p=/__name__/.test(h||""),g=(null===(t=c[0])||void 0===t?void 0:t.value)/u*100,y=r-a,_=Math.abs(y)/a*100,b=[{title:"Total series",value:r.toLocaleString("en-US"),dynamic:r&&a&&!s?"".concat(_.toFixed(2),"%"):"",display:!m,info:'The total number of active time series. \n A time series is uniquely identified by its name plus a set of its labels. \n For example, temperature{city="NY",country="US"} and temperature{city="SF",country="US"} \n are two distinct series, since they differ by the city label.'},{title:"Percentage from total",value:isNaN(g)?"-":"".concat(g.toFixed(2),"%"),display:p,info:"The share of these series in the total number of time series."}].filter((function(e){return e.display}));return b.length?Wt("div",{className:zr()({"vm-cardinality-totals":!0,"vm-cardinality-totals_mobile":f}),children:b.map((function(e){var t=e.title,n=e.value,r=e.info,i=e.dynamic;return Wt("div",{className:"vm-cardinality-totals-card",children:[Wt("h4",{className:"vm-cardinality-totals-card__title",children:[t,r&&Wt(Mi,{title:Wt("p",{className:"vm-cardinality-totals-card__tooltip",children:r}),children:Wt("div",{className:"vm-cardinality-totals-card__info-icon",children:Wt(Jn,{})})})]}),Wt("span",{className:"vm-cardinality-totals-card__value",children:n}),!!i&&Wt(Mi,{title:"in relation to the previous day: ".concat(a.toLocaleString("en-US")),children:Wt("span",{className:zr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":y<0,"vm-dynamic-number_negative vm-dynamic-number_up":y>0}),children:i})})]},t)}))}):null},Pd=function(e,t){var n=v(lt(),1)[0],i=n.get(t)?n.get(t):e,a=v((0,r.useState)(i),2),o=a[0],u=a[1];return(0,r.useEffect)((function(){i!==o&&u(i)}),[i]),[o,u]},Id=["isPrometheus","isCluster"],Rd=function(e){var t=e.isPrometheus,n=e.isCluster,i=jr(e,Id),a=fi().isMobile,o=v(lt(),1)[0],u=Da().setSearchParamsFromKeys,l=o.get("tips")||"",c=v(Pd("","match"),2),s=c[0],f=c[1],d=v(Pd("","focusLabel"),2),h=d[0],m=d[1],p=v(Pd(10,"topN"),2),g=p[0],y=p[1],_=(0,r.useMemo)((function(){return g<0?"Number must be bigger than zero":""}),[g]),b=function(){u({match:s,topN:g,focusLabel:h})};return(0,r.useEffect)((function(){var e=o.get("match"),t=+(o.get("topN")||10),n=o.get("focusLabel");e!==s&&f(e||""),t!==g&&y(t),n!==h&&m(n||"")}),[o]),Wt("div",{className:zr()({"vm-cardinality-configurator":!0,"vm-cardinality-configurator_mobile":a,"vm-block":!0,"vm-block_mobile":a}),children:[Wt("div",{className:"vm-cardinality-configurator-controls",children:[Wt("div",{className:"vm-cardinality-configurator-controls__query",children:Wt(ta,{label:"Time series selector",type:"string",value:s,onChange:f,onEnter:b})}),Wt("div",{className:"vm-cardinality-configurator-controls__item",children:Wt(ta,{label:"Focus label",type:"text",value:h||"",onChange:m,onEnter:b,endIcon:Wt(Mi,{title:Wt("div",{children:Wt("p",{children:"To identify values with the highest number of series for the selected label."})}),children:Wt(Sr,{})})})}),Wt("div",{className:"vm-cardinality-configurator-controls__item vm-cardinality-configurator-controls__item_limit",children:Wt(ta,{label:"Limit entries",type:"number",value:t?10:g,error:_,disabled:t,helperText:t?"not available for Prometheus":"",onChange:function(e){var t=+e;y(isNaN(t)?0:t)},onEnter:b})})]}),Wt("div",{className:"vm-cardinality-configurator-bottom",children:[Wt(Ld,dt({isPrometheus:t,isCluster:n},i)),n&&Wt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Wt(gd,{href:"https://docs.victoriametrics.com/#cardinality-explorer-statistic-inaccurancy",withIcon:!0,children:[Wt(xr,{}),"Statistic inaccuracy explanation"]})}),Wt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Wt(gd,{href:"https://docs.victoriametrics.com/#cardinality-explorer",withIcon:!0,children:[Wt(xr,{}),"Documentation"]})}),Wt("div",{className:"vm-cardinality-configurator-bottom__execute",children:[Wt(Mi,{title:l?"Hide tips":"Show tips",children:Wt(Di,{variant:"text",color:l?"warning":"gray",startIcon:Wt(Mr,{}),onClick:function(){var e=o.get("tips")||"";u({tips:e?"":"true"})},ariaLabel:"visibility tips"})}),Wt(Di,{variant:"text",startIcon:Wt(Kn,{}),onClick:function(){u({match:"",focusLabel:""})},children:"Reset"}),Wt(Di,{startIcon:Wt(cr,{}),onClick:b,children:"Execute Query"})]})]})]})};function Bd(e){var t=e.order,n=e.orderBy,r=e.onRequestSort,i=e.headerCells;return Wt("thead",{className:"vm-table-header vm-cardinality-panel-table__header",children:Wt("tr",{className:"vm-table__row vm-table__row_header",children:i.map((function(e){return Wt("th",{className:zr()({"vm-table-cell vm-table-cell_header":!0,"vm-table-cell_sort":"action"!==e.id&&"percentage"!==e.id,"vm-table-cell_right":"action"===e.id}),onClick:(i=e.id,function(e){r(e,i)}),children:Wt("div",{className:"vm-table-cell__content",children:[e.info?Wt(Mi,{title:e.info,children:[Wt("div",{className:"vm-metrics-content-header__tip-icon",children:Wt(Jn,{})}),e.label]}):Wt(Ut.HY,{children:e.label}),"action"!==e.id&&"percentage"!==e.id&&Wt("div",{className:zr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":n===e.id,"vm-table__sort-icon_desc":"desc"===t&&n===e.id}),children:Wt(ir,{})})]})},e.id);var i}))})})}var zd=["date","timestamp","time"];function jd(e,t,n){var r=e[n],i=t[n],o=zd.includes("".concat(n))?a()("".concat(r)).unix():r,u=zd.includes("".concat(n))?a()("".concat(i)).unix():i;return uo?1:0}function Hd(e,t){return"desc"===e?function(e,n){return jd(e,n,t)}:function(e,n){return-jd(e,n,t)}}function $d(e,t){var n=e.map((function(e,t){return[e,t]}));return n.sort((function(e,n){var r=t(e[0],n[0]);return 0!==r?r:e[1]-n[1]})),n.map((function(e){return e[0]}))}var Vd=function(e){var t=e.rows,n=e.headerCells,i=e.defaultSortColumn,a=e.tableCells,o=v((0,r.useState)("desc"),2),u=o[0],l=o[1],c=v((0,r.useState)(i),2),s=c[0],f=c[1],d=$d(t,Hd(u,s));return Wt("table",{className:"vm-table vm-cardinality-panel-table",children:[Wt(Bd,{order:u,orderBy:s,onRequestSort:function(e,t){l(s===t&&"asc"===u?"desc":"asc"),f(t)},rowCount:t.length,headerCells:n}),Wt("tbody",{className:"vm-table-header",children:d.map((function(e){return Wt("tr",{className:"vm-table__row",children:a(e)},e.name)}))})]})},Yd=function(e){var t=e.row,n=e.totalSeries,r=e.totalSeriesPrev,i=e.onActionClick,a=n>0?t.value/n*100:-1,o=r>0?t.valuePrev/r*100:-1,u=[a,o].some((function(e){return-1===e})),l=a-o,c=u?"":"".concat(l.toFixed(2),"%"),s=function(){i(t.name)};return Wt(Ut.HY,{children:[Wt("td",{className:"vm-table-cell",children:Wt("span",{className:"vm-link vm-link_colored",onClick:s,children:t.name})},t.name),Wt("td",{className:"vm-table-cell",children:[t.value,!!t.diff&&Wt(Mi,{title:"in relation to the previous day: ".concat(t.valuePrev),children:Wt("span",{className:zr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive":t.diff<0,"vm-dynamic-number_negative":t.diff>0}),children:["\xa0",t.diff>0?"+":"",t.diff]})})]},t.value),a>0&&Wt("td",{className:"vm-table-cell",children:Wt("div",{className:"vm-cardinality-panel-table__progress",children:[Wt(ad,{value:a}),c&&Wt(Mi,{title:"in relation to the previous day",children:Wt("span",{className:zr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":l<0,"vm-dynamic-number_negative vm-dynamic-number_up":l>0}),children:c})})]})},t.progressValue),Wt("td",{className:"vm-table-cell vm-table-cell_right",children:Wt("div",{className:"vm-table-cell__content",children:Wt(Mi,{title:"Filter by ".concat(t.name),children:Wt(Di,{variant:"text",size:"small",onClick:s,children:Wt(sr,{})})})})},"action")]})},Ud=function(e){var t=e.data,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)([0,0]),2),u=o[0],l=o[1];return(0,r.useEffect)((function(){var e=t.sort((function(e,t){return t.value-e.value})),n=function(e){var t=e.map((function(e){return e.value})),n=Math.ceil(t[0]||1),r=n/9;return new Array(11).fill(n+r).map((function(e,t){return Math.round(e-r*t)}))}(e);l(n),a(e.map((function(e){return dt(dt({},e),{},{percentage:e.value/n[0]*100})})))}),[t]),Wt("div",{className:"vm-simple-bar-chart",children:[Wt("div",{className:"vm-simple-bar-chart-y-axis",children:u.map((function(e){return Wt("div",{className:"vm-simple-bar-chart-y-axis__tick",children:e},e)}))}),Wt("div",{className:"vm-simple-bar-chart-data",children:i.map((function(e){var t=e.name,n=e.value,r=e.percentage;return Wt(Mi,{title:"".concat(t,": ").concat(n),placement:"top-center",children:Wt("div",{className:"vm-simple-bar-chart-data-item",style:{maxHeight:"".concat(r||0,"%")}})},"".concat(t,"_").concat(n))}))})]})},qd=function(e){var t=e.rows,n=e.tabs,i=void 0===n?[]:n,a=e.chartContainer,o=e.totalSeries,u=e.totalSeriesPrev,l=e.onActionClick,c=e.sectionTitle,s=e.tip,f=e.tableHeaderCells,d=e.isPrometheus,h=fi().isMobile,m=v((0,r.useState)("table"),2),p=m[0],g=m[1],y=d&&!t.length,_=(0,r.useMemo)((function(){return i.map((function(e,t){return{value:e,label:e,icon:Wt(0===t?dr:fr,{})}}))}),[i]);return Wt("div",{className:zr()({"vm-metrics-content":!0,"vm-metrics-content_mobile":h,"vm-block":!0,"vm-block_mobile":h}),children:[Wt("div",{className:"vm-metrics-content-header vm-section-header",children:[Wt("h5",{className:zr()({"vm-metrics-content-header__title":!0,"vm-section-header__title":!0,"vm-section-header__title_mobile":h}),children:[!h&&s&&Wt(Mi,{title:Wt("p",{dangerouslySetInnerHTML:{__html:s},className:"vm-metrics-content-header__tip"}),children:Wt("div",{className:"vm-metrics-content-header__tip-icon",children:Wt(Jn,{})})}),c]}),Wt("div",{className:"vm-section-header__tabs",children:Wt(Wr,{activeItem:p,items:_,onChange:g})})]}),y&&Wt("div",{className:"vm-metrics-content-prom-data",children:[Wt("div",{className:"vm-metrics-content-prom-data__icon",children:Wt(Jn,{})}),Wt("h3",{className:"vm-metrics-content-prom-data__title",children:"Prometheus Data Limitation"}),Wt("p",{className:"vm-metrics-content-prom-data__text",children:["Due to missing data from your Prometheus source, some tables may appear empty.",Wt("br",{}),"This does not indicate an issue with your system or our tool."]})]}),!y&&"table"===p&&Wt("div",{ref:a,className:zr()({"vm-metrics-content__table":!0,"vm-metrics-content__table_mobile":h}),children:Wt(Vd,{rows:t,headerCells:f,defaultSortColumn:"value",tableCells:function(e){return Wt(Yd,{row:e,totalSeries:o,totalSeriesPrev:u,onActionClick:l})}})}),!y&&"graph"===p&&Wt("div",{className:"vm-metrics-content__chart",children:Wt(Ud,{data:t.map((function(e){return{name:e.name,value:e.value}}))})})]})},Wd=function(e){var t=e.title,n=e.children;return Wt("div",{className:"vm-cardinality-tip",children:[Wt("div",{className:"vm-cardinality-tip-header",children:[Wt("div",{className:"vm-cardinality-tip-header__tip-icon",children:Wt(Mr,{})}),Wt("h4",{className:"vm-cardinality-tip-header__title",children:t||"Tips"})]}),Wt("p",{className:"vm-cardinality-tip__description",children:n})]})},Zd=function(){return Wt(Wd,{title:"Metrics with a high number of series",children:Wt("ul",{children:[Wt("li",{children:["Identify and eliminate labels with frequently changed values to reduce their\xa0",Wt(gd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-cardinality",children:"cardinality"}),"\xa0and\xa0",Wt(gd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate",children:"high churn rate"})]}),Wt("li",{children:["Find unused time series and\xa0",Wt(gd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"drop entire metrics"})]}),Wt("li",{children:["Aggregate time series before they got ingested into the database via\xa0",Wt(gd,{href:"https://docs.victoriametrics.com/stream-aggregation.html",children:"streaming aggregation"})]})]})})},Qd=function(){return Wt(Wd,{title:"Labels with a high number of unique values",children:Wt("ul",{children:[Wt("li",{children:"Decrease the number of unique label values to reduce cardinality"}),Wt("li",{children:["Drop the label entirely via\xa0",Wt(gd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"relabeling"})]}),Wt("li",{children:"For volatile label values (such as URL path, user session, etc.) consider printing them to the log file instead of adding to time series"})]})})},Gd=function(){return Wt(Wd,{title:"Dashboard of a single metric",children:[Wt("p",{children:"This dashboard helps to understand the cardinality of a single metric."}),Wt("p",{children:"Each time series is a unique combination of key-value label pairs. Therefore a label key with many values can create a lot of time series for a particular metric. If you\u2019re trying to decrease the cardinality of a metric, start by looking at the labels with the highest number of values."}),Wt("p",{children:"Use the series selector at the top of the page to apply additional filters."})]})},Kd=function(){return Wt(Wd,{title:"Dashboard of a label",children:[Wt("p",{children:"This dashboard helps you understand the count of time series per label."}),Wt("p",{children:"Use the selector at the top of the page to pick a label name you\u2019d like to inspect. For the selected label name, you\u2019ll see the label values that have the highest number of series associated with them. So if you\u2019ve chosen `instance` as your label name, you may see that `657` time series have value \u201chost-1\u201d attached to them and `580` time series have value `host-2` attached to them."}),Wt("p",{children:"This can be helpful in allowing you to determine where the bulk of your time series are coming from. If the label \u201cinstance=host-1\u201d was applied to 657 series and the label \u201cinstance=host-2\u201d was only applied to 580 series, you\u2019d know, for example, that host-01 was responsible for sending the majority of the time series."})]})},Jd=function(){var e=fi().isMobile,t=v(lt(),1)[0],n=Da().setSearchParamsFromKeys,i=t.get("tips")||"",o=t.get("match")||"",u=t.get("focusLabel")||"",l=function(){var e=new Sd,t=v(lt(),1)[0],n=t.get("match"),i=t.get("focusLabel"),o=+(t.get("topN")||10),u=t.get("date")||a()().tz().format(Jt),l=aa(u),c=Qt().serverUrl,s=v((0,r.useState)(!1),2),f=s[0],d=s[1],h=v((0,r.useState)(),2),m=h[0],p=h[1],g=v((0,r.useState)(e.defaultTSDBStatus),2),y=g[0],_=g[1],b=v((0,r.useState)(!1),2),w=b[0],D=b[1],k=function(){var e=Wi(Ui().mark((function e(t){var n;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch(t);case 2:if(!(n=e.sent).ok){e.next=7;break}return e.next=6,n.json();case 6:return e.abrupt("return",e.sent);case 7:throw new Error("Request failed with status ".concat(n.status));case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),x=function(e,t){Object.keys(e).forEach((function(n){var r=n,i=e[r],a=t[r];Array.isArray(i)&&Array.isArray(a)&&i.forEach((function(e){var t,n=null===(t=a.find((function(t){return t.name===e.name})))||void 0===t?void 0:t.value;e.diff=n?e.value-n:0,e.valuePrev=n||0}))}))},C=function(){var t=Wi(Ui().mark((function t(r){var i,o,s,f,h,m,g,b,w,D,C,S,E,A,N,M,F,T,O,L,P,I,R;return Ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(c){t.next=2;break}return t.abrupt("return");case 2:return p(""),d(!0),_(e.defaultTSDBStatus),i=dt(dt({},r),{},{date:r.date,topN:0,match:"",focusLabel:""}),o=dt(dt({},r),{},{date:a()(r.date).subtract(1,"day").tz().format(Jt)}),s=[Cd(c,r),Cd(c,o)],l!==u&&s.push(Cd(c,i)),t.prev=9,t.next=12,Promise.all(s.map(k));case 12:A=t.sent,N=v(A,3),M=N[0],F=N[1],T=N[2],O=void 0===T?{}:T,L=dt({},F.data),P=O.data,I=dt(dt({},M.data),{},{totalSeries:(null===(f=M.data)||void 0===f?void 0:f.totalSeries)||(null===(h=M.data)||void 0===h||null===(m=h.headStats)||void 0===m?void 0:m.numSeries)||0,totalLabelValuePairs:(null===(g=M.data)||void 0===g?void 0:g.totalLabelValuePairs)||(null===(b=M.data)||void 0===b||null===(w=b.headStats)||void 0===w?void 0:w.numLabelValuePairs)||0,seriesCountByLabelName:(null===(D=M.data)||void 0===D?void 0:D.seriesCountByLabelName)||[],seriesCountByFocusLabelValue:(null===(C=M.data)||void 0===C?void 0:C.seriesCountByFocusLabelValue)||[],totalSeriesByAll:(null===P||void 0===P?void 0:P.totalSeries)||(null===P||void 0===P||null===(S=P.headStats)||void 0===S?void 0:S.numSeries)||y.totalSeriesByAll||0,totalSeriesPrev:(null===L||void 0===L?void 0:L.totalSeries)||(null===L||void 0===L||null===(E=L.headStats)||void 0===E?void 0:E.numSeries)||0}),R=null===n||void 0===n?void 0:n.replace(/[{}"]/g,""),I.seriesCountByLabelValuePair=I.seriesCountByLabelValuePair.filter((function(e){return e.name!==R})),x(I,L),_(I),d(!1),t.next=32;break;case 28:t.prev=28,t.t0=t.catch(9),d(!1),t.t0 instanceof Error&&p("".concat(t.t0.name,": ").concat(t.t0.message));case 32:case"end":return t.stop()}}),t,null,[[9,28]])})));return function(e){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){C({topN:o,match:n,date:u,focusLabel:i})}),[c,n,i,o,u]),(0,r.useEffect)((function(){m&&(_(e.defaultTSDBStatus),d(!1))}),[m]),(0,r.useEffect)((function(){var e=Dt(c);D(!!e)}),[c]),e.tsdbStatusData=y,{isLoading:f,appConfigurator:e,error:m,isCluster:w}}(),c=l.isLoading,s=l.appConfigurator,f=l.error,d=l.isCluster,h=s.tsdbStatusData,m=s.getDefaultState,p=s.tablesHeaders,g=s.sectionsTips,y=m(o,u);return Wt("div",{className:zr()({"vm-cardinality-panel":!0,"vm-cardinality-panel_mobile":e}),children:[c&&Wt(id,{message:"Please wait while cardinality stats is calculated. \n This may take some time if the db contains big number of time series."}),Wt(Rd,{isPrometheus:s.isPrometheusData,totalSeries:h.totalSeries,totalSeriesPrev:h.totalSeriesPrev,totalSeriesAll:h.totalSeriesByAll,totalLabelValuePairs:h.totalLabelValuePairs,seriesCountByMetricName:h.seriesCountByMetricName,isCluster:d}),i&&Wt("div",{className:"vm-cardinality-panel-tips",children:[!o&&!u&&Wt(Zd,{}),o&&!u&&Wt(Gd,{}),!o&&!u&&Wt(Qd,{}),u&&Wt(Kd,{})]}),f&&Wt(hi,{variant:"error",children:f}),s.keys(o,u).map((function(e){return Wt(qd,{sectionTitle:s.sectionsTitles(u)[e],tip:g[e],rows:h[e],onActionClick:(t=e,function(e){var r={match:Td[t]({query:e,focusLabel:u,match:o})};"labelValueCountByLabelName"!==t&&"seriesCountByLabelName"!=t||(r.focusLabel=e),"seriesCountByFocusLabelValue"==t&&(r.focusLabel=""),n(r)}),tabs:y.tabs[e],chartContainer:y.containerRefs[e],totalSeriesPrev:s.totalSeries(e,!0),totalSeries:s.totalSeries(e),tableHeaderCells:p[e],isPrometheus:s.isPrometheusData},e);var t}))]})},Xd=function(e){return["topByAvgDuration","topByCount","topBySumDuration"].forEach((function(t){var n=e[t];Array.isArray(n)&&n.forEach((function(e){var t=bn(1e3*e.timeRangeSeconds);e.url=function(e,t){var n,r=e.query,i=e.timeRangeSeconds,a=["g0.expr=".concat(encodeURIComponent(r))],o=null===(n=Dn.find((function(e){return e.duration===t})))||void 0===n?void 0:n.id;return o&&a.push("g0.relative_time=".concat(o)),i&&a.push("g0.range_input=".concat(t)),"".concat(gt.home,"?").concat(a.join("&"))}(e,t),e.timeRange=t}))})),e},eh=function(e){var t=e.topN,n=e.maxLifetime,i=Qt().serverUrl,a=Da().setSearchParamsFromKeys,o=v((0,r.useState)(null),2),u=o[0],l=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return function(e,t,n){return"".concat(e,"/api/v1/status/top_queries?topN=").concat(t||"","&maxLifetime=").concat(n||"")}(i,t,n)}),[i,t,n]),g=function(){var e=Wi(Ui().mark((function e(){var r,i;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),a({topN:t,maxLifetime:n}),e.prev=2,e.next=5,fetch(p);case 5:return r=e.sent,e.next=8,r.json();case 8:i=e.sent,l(r.ok?Xd(i):null),m(String(i.error||"")),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(2),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[2,13]])})));return function(){return e.apply(this,arguments)}}();return{data:u,error:h,loading:s,fetch:g}},th=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=ks(),o=v((0,r.useState)(i||"count"),2),u=o[0],l=o[1],c=v((0,r.useState)("desc"),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return $d(t,Hd(s,u))}),[t,u,s]),h=function(e){return function(){var t;t=e,f((function(e){return"asc"===e&&u===t?"desc":"asc"})),l(t)}},m=function(e){var t=e.query;return Wi(Ui().mark((function e(){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})))};return Wt("table",{className:"vm-table",children:[Wt("thead",{className:"vm-table-header",children:Wt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Wt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:h(e.sortBy||e.key),children:Wt("div",{className:"vm-table-cell__content",children:[e.title||e.key,Wt("div",{className:zr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":u===e.key,"vm-table__sort-icon_desc":"desc"===s&&u===e.key}),children:Wt(ir,{})})]})},e.key)})),Wt("th",{className:"vm-table-cell vm-table-cell_header"})," "]})}),Wt("tbody",{className:"vm-table-body",children:d.map((function(e,t){return Wt("tr",{className:"vm-table__row",children:[n.map((function(t){return Wt("td",{className:"vm-table-cell",children:e[t.key]||"-"},t.key)})),Wt("td",{className:"vm-table-cell vm-table-cell_no-padding",children:Wt("div",{className:"vm-top-queries-panels__table-actions",children:[e.url&&Wt(Mi,{title:"Execute query",children:Wt(rt,{to:e.url,target:"_blank",rel:"noreferrer","aria-disabled":!0,children:Wt(Di,{variant:"text",size:"small",startIcon:Wt(sr,{}),ariaLabel:"execute query"})})}),Wt(Mi,{title:"Copy query",children:Wt(Di,{variant:"text",size:"small",startIcon:Wt(wr,{}),onClick:m(e),ariaLabel:"copy query"})})]})})]},t)}))})]})},nh=["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:Wt(0===t?dr:hr,{})}})),rh=function(e){var t=e.rows,n=e.title,i=e.columns,a=e.defaultOrderBy,o=fi().isMobile,u=v((0,r.useState)(0),2),l=u[0],c=u[1];return Wt("div",{className:zr()({"vm-top-queries-panel":!0,"vm-block":!0,"vm-block_mobile":o}),children:[Wt("div",{className:zr()({"vm-top-queries-panel-header":!0,"vm-section-header":!0,"vm-top-queries-panel-header_mobile":o}),children:[Wt("h5",{className:zr()({"vm-section-header__title":!0,"vm-section-header__title_mobile":o}),children:n}),Wt("div",{className:"vm-section-header__tabs",children:Wt(Wr,{activeItem:String(l),items:nh,onChange:function(e){c(+e)}})})]}),Wt("div",{className:zr()({"vm-top-queries-panel__table":!0,"vm-top-queries-panel__table_mobile":o}),children:[0===l&&Wt(th,{rows:t,columns:i,defaultOrderBy:a}),1===l&&Wt(ed,{data:t})]})]})},ih=function(){var e=fi().isMobile,t=v(Pd(10,"topN"),2),n=t[0],i=t[1],o=v(Pd("10m","maxLifetime"),2),u=o[0],l=o[1],c=eh({topN:n,maxLifetime:u}),s=c.data,f=c.error,d=c.loading,h=c.fetch,m=(0,r.useMemo)((function(){var e=u.trim().split(" ").reduce((function(e,t){var n=mn(t);return n?dt(dt({},e),n):dt({},e)}),{});return!!a().duration(e).asMilliseconds()}),[u]),p=(0,r.useMemo)((function(){return!!n&&n<1}),[n]),g=(0,r.useMemo)((function(){return p?"Number must be bigger than zero":""}),[p]),y=(0,r.useMemo)((function(){return m?"":"Invalid duration value"}),[m]),_=function(e){if(!s)return e;var t=s[e];return"number"===typeof t?jc(t,t,t):t||e},b=function(e){"Enter"===e.key&&h()};return(0,r.useEffect)((function(){s&&(n||i(+s.topN),u||l(s.maxLifetime))}),[s]),(0,r.useEffect)((function(){return h(),window.addEventListener("popstate",h),function(){window.removeEventListener("popstate",h)}}),[]),Wt("div",{className:zr()({"vm-top-queries":!0,"vm-top-queries_mobile":e}),children:[d&&Wt(id,{containerStyles:{height:"500px"}}),Wt("div",{className:zr()({"vm-top-queries-controls":!0,"vm-block":!0,"vm-block_mobile":e}),children:[Wt("div",{className:"vm-top-queries-controls-fields",children:[Wt("div",{className:"vm-top-queries-controls-fields__item",children:Wt(ta,{label:"Max lifetime",value:u,error:y,helperText:"For example ".concat("30ms, 15s, 3d4h, 1y2w"),onChange:function(e){l(e)},onKeyDown:b})}),Wt("div",{className:"vm-top-queries-controls-fields__item",children:Wt(ta,{label:"Number of returned queries",type:"number",value:n||"",error:g,onChange:function(e){i(+e)},onKeyDown:b})})]}),Wt("div",{className:zr()({"vm-top-queries-controls-bottom":!0,"vm-top-queries-controls-bottom_mobile":e}),children:[Wt("div",{className:"vm-top-queries-controls-bottom__info",children:["VictoriaMetrics tracks the last\xa0",Wt(Mi,{title:"search.queryStats.lastQueriesCount",children:Wt("b",{children:_("search.queryStats.lastQueriesCount")})}),"\xa0queries with durations at least\xa0",Wt(Mi,{title:"search.queryStats.minQueryDuration",children:Wt("b",{children:_("search.queryStats.minQueryDuration")})})]}),Wt("div",{className:"vm-top-queries-controls-bottom__button",children:Wt(Di,{startIcon:Wt(cr,{}),onClick:h,children:"Execute"})})]})]}),f&&Wt(hi,{variant:"error",children:f}),s&&Wt(Ut.HY,{children:Wt("div",{className:"vm-top-queries-panels",children:[Wt(rh,{rows:s.topBySumDuration,title:"Queries with most summary time to execute",columns:[{key:"query"},{key:"sumDurationSeconds",title:"sum duration, sec"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}],defaultOrderBy:"sumDurationSeconds"}),Wt(rh,{rows:s.topByAvgDuration,title:"Most heavy queries",columns:[{key:"query"},{key:"avgDurationSeconds",title:"avg duration, sec"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}],defaultOrderBy:"avgDurationSeconds"}),Wt(rh,{rows:s.topByCount,title:"Most frequently executed queries",columns:[{key:"query"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}]})]})})]})},ah={"color-primary":"#589DF6","color-secondary":"#316eca","color-error":"#e5534b","color-warning":"#c69026","color-info":"#539bf5","color-success":"#57ab5a","color-background-body":"#22272e","color-background-block":"#2d333b","color-background-tooltip":"rgba(22, 22, 22, 0.8)","color-text":"#cdd9e5","color-text-secondary":"#768390","color-text-disabled":"#636e7b","box-shadow":"rgba(0, 0, 0, 0.16) 1px 2px 6px","box-shadow-popper":"rgba(0, 0, 0, 0.2) 0px 2px 8px 0px","border-divider":"1px solid rgba(99, 110, 123, 0.5)","color-hover-black":"rgba(0, 0, 0, 0.12)"},oh={"color-primary":"#3F51B5","color-secondary":"#E91E63","color-error":"#FD080E","color-warning":"#FF8308","color-info":"#03A9F4","color-success":"#4CAF50","color-background-body":"#FEFEFF","color-background-block":"#FFFFFF","color-background-tooltip":"rgba(80,80,80,0.9)","color-text":"#110f0f","color-text-secondary":"#706F6F","color-text-disabled":"#A09F9F","box-shadow":"rgba(0, 0, 0, 0.08) 1px 2px 6px","box-shadow-popper":"rgba(0, 0, 0, 0.1) 0px 2px 8px 0px","border-divider":"1px solid rgba(0, 0, 0, 0.15)","color-hover-black":"rgba(0, 0, 0, 0.06)"},uh=function(){var e=v((0,r.useState)(zt()),2),t=e[0],n=e[1],i=function(e){n(e.matches)};return(0,r.useEffect)((function(){var e=window.matchMedia("(prefers-color-scheme: dark)");return e.addEventListener("change",i),function(){return e.removeEventListener("change",i)}}),[]),t},lh=["primary","secondary","error","warning","info","success"],ch=function(e){var t,n=e.onLoaded,i=_t(),a=yt().palette,o=void 0===a?{}:a,u=Qt().theme,l=uh(),c=Gt(),s=qr(),f=v((0,r.useState)((st(t={},It.dark,ah),st(t,It.light,oh),st(t,It.system,zt()?ah:oh),t)),2),d=f[0],h=f[1],m=function(){var e=window,t=e.innerWidth,n=e.innerHeight,r=document.documentElement,i=r.clientWidth,a=r.clientHeight;Bt("scrollbar-width","".concat(t-i,"px")),Bt("scrollbar-height","".concat(n-a,"px")),Bt("vh","".concat(.01*n,"px"))},p=function(){lh.forEach((function(e,t){var r=function(e){var t=e.replace("#","").trim();if(3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]),6!==t.length)throw new Error("Invalid HEX color.");return(299*parseInt(t.slice(0,2),16)+587*parseInt(t.slice(2,4),16)+114*parseInt(t.slice(4,6),16))/1e3>=128?"#000000":"#FFFFFF"}(Rt("color-".concat(e)));Bt("".concat(e,"-text"),r),t===lh.length-1&&(c({type:"SET_DARK_THEME"}),n(!0))}))},g=function(){var e=Ot("THEME")||It.system,t=d[e];Object.entries(t).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];Bt(n,r)})),p(),i&&(lh.forEach((function(e){var t=o[e];t&&Bt("color-".concat(e),t)})),p())};return(0,r.useEffect)((function(){m(),g()}),[d]),(0,r.useEffect)(m,[s]),(0,r.useEffect)((function(){var e=zt()?ah:oh;d[It.system]!==e?h((function(t){return dt(dt({},t),{},st({},It.system,e))})):g()}),[u,l]),(0,r.useEffect)((function(){i&&c({type:"SET_THEME",payload:It.light})}),[]),null},sh=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)(!1),2),a=i[0],o=i[1],u=(0,r.useRef)(document.body),l=function(e){e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?o(!0):"dragleave"===e.type&&o(!1)};return Ur("dragenter",l,u),Ur("dragleave",l,u),Ur("dragover",l,u),Ur("drop",(function(e){var t;e.preventDefault(),e.stopPropagation(),o(!1),null!==e&&void 0!==e&&null!==(t=e.dataTransfer)&&void 0!==t&&t.files&&e.dataTransfer.files[0]&&function(e){var t=Array.from(e||[]);n(t)}(e.dataTransfer.files)}),u),Ur("paste",(function(e){var t,r=null===(t=e.clipboardData)||void 0===t?void 0:t.items;if(r){var i=Array.from(r).filter((function(e){return"application/json"===e.type})).map((function(e){return e.getAsFile()})).filter((function(e){return null!==e}));n(i)}}),u),{files:t,dragging:a}},fh=function(e){var t=e.onOpenModal,n=e.onChange;return Wt("div",{className:"vm-trace-page-controls",children:[Wt(Di,{variant:"outlined",onClick:t,children:"Paste JSON"}),Wt(Mi,{title:"The file must contain tracing information in JSON format",children:Wt(Di,{children:["Upload Files",Wt("input",{id:"json",type:"file",accept:"application/json",multiple:!0,title:" ",onChange:n})]})})]})},dh=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)([]),2),a=i[0],o=i[1],u=(0,r.useMemo)((function(){return!!t.length}),[t]),l=ki(!1),c=l.value,s=l.setTrue,f=l.setFalse,d=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";o((function(n){return[{filename:t,text:": ".concat(e.message)}].concat(y(n))}))},h=function(e,t){try{var r=JSON.parse(e),i=r.trace||r;if(!i.duration_msec)return void d(new Error(Pt.traceNotFound),t);var a=new Jf(i,t);n((function(e){return[a].concat(y(e))}))}catch(o){o instanceof Error&&d(o,t)}},m=function(e){e.map((function(e){var t=new FileReader,n=(null===e||void 0===e?void 0:e.name)||"";t.onload=function(e){var t,r=String(null===(t=e.target)||void 0===t?void 0:t.result);h(r,n)},t.readAsText(e)}))},p=function(e){o([]);var t=Array.from(e.target.files||[]);m(t),e.target.value=""},g=function(e){return function(){!function(e){o((function(t){return t.filter((function(t,n){return n!==e}))}))}(e)}},_=sh(),b=_.files,w=_.dragging;return(0,r.useEffect)((function(){m(b)}),[b]),Wt("div",{className:"vm-trace-page",children:[Wt("div",{className:"vm-trace-page-header",children:[Wt("div",{className:"vm-trace-page-header-errors",children:a.map((function(e,t){return Wt("div",{className:"vm-trace-page-header-errors-item",children:[Wt(hi,{variant:"error",children:[Wt("b",{className:"vm-trace-page-header-errors-item__filename",children:e.filename}),Wt("span",{children:e.text})]}),Wt(Di,{className:"vm-trace-page-header-errors-item__close",startIcon:Wt(Gn,{}),variant:"text",color:"error",onClick:g(t)})]},"".concat(e,"_").concat(t))}))}),Wt("div",{children:u&&Wt(fh,{onOpenModal:s,onChange:p})})]}),u&&Wt("div",{children:Wt(ld,{jsonEditor:!0,traces:t,onDeleteClick:function(e){var r=t.filter((function(t){return t.idValue!==e.idValue}));n(y(r))}})}),!u&&Wt("div",{className:"vm-trace-page-preview",children:[Wt("p",{className:"vm-trace-page-preview__text",children:["Please, upload file with JSON response content.","\n","The file must contain tracing information in JSON format.","\n","In order to use tracing please refer to the doc:\xa0",Wt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/#query-tracing",target:"_blank",rel:"help noreferrer",children:"https://docs.victoriametrics.com/#query-tracing"}),"\n","Tracing graph will be displayed after file upload.","\n","Attach files by dragging & dropping, selecting or pasting them."]}),Wt(fh,{onOpenModal:s,onChange:p})]}),c&&Wt(Ni,{title:"Paste JSON",onClose:f,children:Wt(ud,{editable:!0,displayTitle:!0,defaultTile:"JSON ".concat(t.length+1),onClose:f,onUpload:h})}),w&&Wt("div",{className:"vm-trace-page__dropzone"})]})},hh=function(e){var t=Qt().serverUrl,n=Rn().period,i=v((0,r.useState)([]),2),a=i[0],o=i[1],u=v((0,r.useState)(!1),2),l=u[0],c=u[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return function(e,t,n){var r="{job=".concat(JSON.stringify(n),"}");return"".concat(e,"/api/v1/label/instance/values?match[]=").concat(encodeURIComponent(r),"&start=").concat(t.start,"&end=").concat(t.end)}(t,n,e)}),[t,n,e]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=Wi(Ui().mark((function e(){var t,n,r;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return c(!0),e.prev=1,e.next=4,fetch(h);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],o(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?d(void 0):d("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&d("".concat(e.t0.name,": ").concat(e.t0.message));case 16:c(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[h]),{instances:a,isLoading:l,error:f}},mh=function(e,t){var n=Qt().serverUrl,i=Rn().period,a=v((0,r.useState)([]),2),o=a[0],u=a[1],l=v((0,r.useState)(!1),2),c=l[0],s=l[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=(0,r.useMemo)((function(){return function(e,t,n,r){var i=Object.entries({job:n,instance:r}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))})).join(","),a="{".concat(i,"}");return"".concat(e,"/api/v1/label/__name__/values?match[]=").concat(encodeURIComponent(a),"&start=").concat(t.start,"&end=").concat(t.end)}(n,i,e,t)}),[n,i,e,t]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=Wi(Ui().mark((function e(){var t,n,r;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return s(!0),e.prev=1,e.next=4,fetch(m);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],u(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?h(void 0):h("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&h("".concat(e.t0.name,": ").concat(e.t0.message));case 16:s(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[m]),{names:o,isLoading:c,error:d}},ph=function(e){var t=e.name,n=e.job,i=e.instance,a=e.rateEnabled,o=e.isBucket,u=e.height,l=fi().isMobile,c=ui(),s=c.customStep,f=c.yaxis,d=Rn().period,h=li(),m=Bn(),p=vn(d.end-d.start),g=pn(s),y=bn(10*g*1e3),_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=b&&s===p?y:s,k=ki(!1),x=k.value,C=k.setTrue,S=(0,r.useMemo)((function(){var e=Object.entries({job:n,instance:i}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))}));e.push("__name__=".concat(JSON.stringify(t))),"node_cpu_seconds_total"==t&&e.push('mode!="idle"');var r="{".concat(e.join(","),"}");if(o)return"sum(rate(".concat(r,")) by (vmrange, le)");var u=a?"rollup_rate(".concat(r,")"):"rollup(".concat(r,")");return"\nwith (q = ".concat(u,') (\n alias(min(label_match(q, "rollup", "min")), "min"),\n alias(max(label_match(q, "rollup", "max")), "max"),\n alias(avg(label_match(q, "rollup", "avg")), "avg"),\n)')}),[t,n,i,a,o]),E=Xf({predefinedQuery:[S],visible:!0,customStep:D,showAllSeries:x}),A=E.isLoading,N=E.graphData,M=E.error,F=E.queryErrors,T=E.warning,O=E.isHistogram;return(0,r.useEffect)((function(){w(O)}),[O]),Wt("div",{className:zr()({"vm-explore-metrics-graph":!0,"vm-explore-metrics-graph_mobile":l}),children:[A&&Wt(id,{}),M&&Wt(hi,{variant:"error",children:M}),F[0]&&Wt(hi,{variant:"error",children:F[0]}),T&&Wt(hi,{variant:"warning",children:Wt("div",{className:"vm-explore-metrics-graph__warning",children:[Wt("p",{children:T}),Wt(Di,{color:"warning",variant:"outlined",onClick:C,children:"Show all"})]})}),N&&d&&Wt(Ms,{data:N,period:d,customStep:D,query:[S],yaxis:f,setYaxisLimits:function(e){h({type:"SET_YAXIS_LIMITS",payload:e})},setPeriod:function(e){var t=e.from,n=e.to;m({type:"SET_PERIOD",payload:{from:t,to:n}})},showLegend:!1,height:u,isHistogram:O})]})},vh=function(e){var t=e.name,n=e.index,r=e.length,i=e.isBucket,a=e.rateEnabled,o=e.onChangeRate,u=e.onRemoveItem,l=e.onChangeOrder,c=fi().isMobile,s=ki(!1),f=s.value,d=s.setTrue,h=s.setFalse,m=function(){u(t)},p=function(){l(t,n,n+1)},v=function(){l(t,n,n-1)};return Wt("div",c?{className:"vm-explore-metrics-item-header vm-explore-metrics-item-header_mobile",children:[Wt("div",{className:"vm-explore-metrics-item-header__name",children:t}),Wt(Di,{variant:"text",size:"small",startIcon:Wt(Ar,{}),onClick:d,ariaLabel:"open panel settings"}),f&&Wt(Ni,{title:t,onClose:h,children:Wt("div",{className:"vm-explore-metrics-item-header-modal",children:[Wt("div",{className:"vm-explore-metrics-item-header-modal-order",children:[Wt(Di,{startIcon:Wt(vr,{}),variant:"outlined",onClick:v,disabled:0===n,ariaLabel:"move graph up"}),Wt("p",{children:["position:",Wt("span",{className:"vm-explore-metrics-item-header-modal-order__index",children:["#",n+1]})]}),Wt(Di,{endIcon:Wt(pr,{}),variant:"outlined",onClick:p,disabled:n===r-1,ariaLabel:"move graph down"})]}),!i&&Wt("div",{className:"vm-explore-metrics-item-header-modal__rate",children:[Wt(Rf,{label:Wt("span",{children:["enable ",Wt("code",{children:"rate()"})]}),value:a,onChange:o,fullWidth:!0}),Wt("p",{children:"calculates the average per-second speed of metrics change"})]}),Wt(Di,{startIcon:Wt(Gn,{}),color:"error",variant:"outlined",onClick:m,fullWidth:!0,children:"Remove graph"})]})})]}:{className:"vm-explore-metrics-item-header",children:[Wt("div",{className:"vm-explore-metrics-item-header-order",children:[Wt(Mi,{title:"move graph up",children:Wt(Di,{className:"vm-explore-metrics-item-header-order__up",startIcon:Wt(rr,{}),variant:"text",color:"gray",size:"small",onClick:v,ariaLabel:"move graph up"})}),Wt("div",{className:"vm-explore-metrics-item-header__index",children:["#",n+1]}),Wt(Mi,{title:"move graph down",children:Wt(Di,{className:"vm-explore-metrics-item-header-order__down",startIcon:Wt(rr,{}),variant:"text",color:"gray",size:"small",onClick:p,ariaLabel:"move graph down"})})]}),Wt("div",{className:"vm-explore-metrics-item-header__name",children:t}),!i&&Wt("div",{className:"vm-explore-metrics-item-header__rate",children:Wt(Mi,{title:"calculates the average per-second speed of metric's change",children:Wt(Rf,{label:Wt("span",{children:["enable ",Wt("code",{children:"rate()"})]}),value:a,onChange:o})})}),Wt("div",{className:"vm-explore-metrics-item-header__close",children:Wt(Mi,{title:"close graph",children:Wt(Di,{startIcon:Wt(Gn,{}),variant:"text",color:"gray",size:"small",onClick:m,ariaLabel:"close graph"})})})]})},gh=function(e){var t=e.name,n=e.job,i=e.instance,a=e.index,o=e.length,u=e.size,l=e.onRemoveItem,c=e.onChangeOrder,s=(0,r.useMemo)((function(){return/_sum?|_total?|_count?/.test(t)}),[t]),f=(0,r.useMemo)((function(){return/_bucket?/.test(t)}),[t]),d=v((0,r.useState)(s),2),h=d[0],m=d[1],p=qr(),g=(0,r.useMemo)(u.height,[u,p]);return(0,r.useEffect)((function(){m(s)}),[n]),Wt("div",{className:"vm-explore-metrics-item vm-block vm-block_empty-padding",children:[Wt(vh,{name:t,index:a,length:o,isBucket:f,rateEnabled:h,size:u.id,onChangeRate:m,onRemoveItem:l,onChangeOrder:c}),Wt(ph,{name:t,job:n,instance:i,rateEnabled:h,isBucket:f,height:g},"".concat(t,"_").concat(n,"_").concat(i,"_").concat(h))]})},yh=function(e){var t=e.values,n=e.onRemoveItem,r=fi().isMobile;return r?Wt("span",{className:"vm-select-input-content__counter",children:["selected ",t.length]}):Wt(Ut.HY,{children:t.map((function(e){return Wt("div",{className:"vm-select-input-content__selected",children:[Wt("span",{children:e}),Wt("div",{onClick:(t=e,function(e){n(t),e.stopPropagation()}),children:Wt(Gn,{})})]},e);var t}))})},_h=function(e){var t=e.value,n=e.list,i=e.label,a=e.placeholder,o=e.noOptionsText,u=e.clearable,l=void 0!==u&&u,c=e.searchable,s=void 0!==c&&c,f=e.autofocus,d=e.onChange,h=Qt().isDarkTheme,m=fi().isMobile,p=v((0,r.useState)(""),2),g=p[0],y=p[1],_=(0,r.useRef)(null),b=v((0,r.useState)(!1),2),w=b[0],D=b[1],k=(0,r.useRef)(null),x=Array.isArray(t),C=Array.isArray(t)?t:void 0,S=m&&x&&!(null===C||void 0===C||!C.length),E=(0,r.useMemo)((function(){return w?g:Array.isArray(t)?"":t}),[t,g,w,x]),A=(0,r.useMemo)((function(){return w?g||"(.+)":""}),[g,w]),N=function(){k.current&&k.current.blur()},M=function(e){d(e),x||(D(!1),N()),x&&k.current&&k.current.focus()};return(0,r.useEffect)((function(){y(""),w&&k.current&&k.current.focus(),w||N()}),[w,k]),(0,r.useEffect)((function(){f&&k.current&&!m&&k.current.focus()}),[f,k]),Ur("keyup",(function(e){k.current!==e.target&&D(!1)})),Wt("div",{className:zr()({"vm-select":!0,"vm-select_dark":h}),children:[Wt("div",{className:"vm-select-input",onClick:function(e){e.target instanceof HTMLInputElement||D((function(e){return!e}))},ref:_,children:[Wt("div",{className:"vm-select-input-content",children:[!(null===C||void 0===C||!C.length)&&Wt(yh,{values:C,onRemoveItem:M}),!S&&Wt("input",{value:E,type:"text",placeholder:a,onInput:function(e){y(e.target.value)},onFocus:function(){D(!0)},ref:k,readOnly:m||!s})]}),i&&Wt("span",{className:"vm-text-field__label",children:i}),l&&t&&Wt("div",{className:"vm-select-input__icon",onClick:function(e){return function(t){M(e),t.stopPropagation()}}(""),children:Wt(Gn,{})}),Wt("div",{className:zr()({"vm-select-input__icon":!0,"vm-select-input__icon_open":w}),children:Wt(ir,{})})]}),Wt(Ts,{label:i,value:A,options:n.map((function(e){return{value:e}})),anchor:_,selected:C,minLength:1,fullWidth:!0,noOptionsText:o,onSelect:M,onOpenAutocomplete:D})]})},bh=Nt.map((function(e){return e.id})),wh=function(e){var t=e.jobs,n=e.instances,i=e.names,a=e.job,o=e.instance,u=e.size,l=e.selectedMetrics,c=e.onChangeJob,s=e.onChangeInstance,f=e.onToggleMetric,d=e.onChangeSize,h=(0,r.useMemo)((function(){return a?"":"No instances. Please select job"}),[a]),m=(0,r.useMemo)((function(){return a?"":"No metric names. Please select job"}),[a]),p=fi().isMobile,v=ki("false"!==Ot("EXPLORE_METRICS_TIPS")),g=v.value,y=v.toggle,_=v.setFalse;return(0,r.useEffect)((function(){Tt("EXPLORE_METRICS_TIPS","".concat(g))}),[g]),Wt(Ut.HY,{children:[Wt("div",{className:zr()({"vm-explore-metrics-header":!0,"vm-explore-metrics-header_mobile":p,"vm-block":!0,"vm-block_mobile":p}),children:[Wt("div",{className:"vm-explore-metrics-header__job",children:Wt(_h,{value:a,list:t,label:"Job",placeholder:"Please select job",onChange:c,autofocus:!a,searchable:!0})}),Wt("div",{className:"vm-explore-metrics-header__instance",children:Wt(_h,{value:o,list:n,label:"Instance",placeholder:"Please select instance",onChange:s,noOptionsText:h,clearable:!0,searchable:!0})}),Wt("div",{className:"vm-explore-metrics-header__size",children:[Wt(_h,{label:"Size graphs",value:u,list:bh,onChange:d}),Wt(Mi,{title:"".concat(g?"Hide":"Show"," tip"),children:Wt(Di,{variant:"text",color:g?"warning":"gray",startIcon:Wt(Mr,{}),onClick:y,ariaLabel:"visibility tips"})})]}),Wt("div",{className:"vm-explore-metrics-header-metrics",children:Wt(_h,{label:"Metrics",value:l,list:i,placeholder:"Search metric name",onChange:f,noOptionsText:m,clearable:!0,searchable:!0})})]}),g&&Wt(hi,{variant:"warning",children:Wt("div",{className:"vm-explore-metrics-header-description",children:[Wt("p",{children:["Please note: this page is solely designed for exploring Prometheus metrics. Prometheus metrics always contain ",Wt("code",{children:"job"})," and ",Wt("code",{children:"instance"})," labels (see ",Wt("a",{className:"vm-link vm-link_colored",href:"https://prometheus.io/docs/concepts/jobs_instances/",children:"these docs"}),"), and this page relies on them as filters. ",Wt("br",{}),"Please use this page for Prometheus metrics only, in accordance with their naming conventions."]}),Wt(Di,{variant:"text",size:"small",startIcon:Wt(Gn,{}),onClick:_,ariaLabel:"close tips"})]})})]})},Dh=Ft("job",""),kh=Ft("instance",""),xh=Ft("metrics",""),Ch=Ft("size",""),Sh=Nt.find((function(e){return Ch?e.id===Ch:e.isDefault}))||Nt[0],Eh=function(){var e=v((0,r.useState)(Dh),2),t=e[0],n=e[1],i=v((0,r.useState)(kh),2),a=i[0],o=i[1],u=v((0,r.useState)(xh?xh.split("&"):[]),2),l=u[0],c=u[1],s=v((0,r.useState)(Sh),2),f=s[0],d=s[1];!function(e){var t=e.job,n=e.instance,i=e.metrics,a=e.size,o=Rn(),u=o.duration,l=o.relativeTime,c=o.period.date,s=ui().customStep,f=Da().setSearchParamsFromKeys,d=function(){var e,r=dd((st(e={},"g0.range_input",u),st(e,"g0.end_input",c),st(e,"g0.step_input",s),st(e,"g0.relative_time",l),st(e,"size",a),st(e,"job",t),st(e,"instance",n),st(e,"metrics",i),e));f(r)};(0,r.useEffect)(d,[u,l,c,s,t,n,i,a]),(0,r.useEffect)(d,[])}({job:t,instance:a,metrics:l.join("&"),size:f.id});var h=function(){var e=Qt().serverUrl,t=Rn().period,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)(!1),2),u=o[0],l=o[1],c=v((0,r.useState)(),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return function(e,t){return"".concat(e,"/api/v1/label/job/values?start=").concat(t.start,"&end=").concat(t.end)}(e,t)}),[e,t]);return(0,r.useEffect)((function(){var e=function(){var e=Wi(Ui().mark((function e(){var t,n,r;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return l(!0),e.prev=1,e.next=4,fetch(d);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],a(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?f(void 0):f("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 16:l(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}),[d]),{jobs:i,isLoading:u,error:s}}(),m=h.jobs,p=h.isLoading,g=h.error,_=hh(t),b=_.instances,w=_.isLoading,D=_.error,k=mh(t,a),x=k.names,C=k.isLoading,S=k.error,E=(0,r.useMemo)((function(){return p||w||C}),[p,w,C]),A=(0,r.useMemo)((function(){return g||D||S}),[g,D,S]),N=function(e){c(e?function(t){return t.includes(e)?t.filter((function(t){return t!==e})):[].concat(y(t),[e])}:[])},M=function(e,t,n){var r=n>l.length-1;n<0||r||c((function(e){var r=y(e),i=v(r.splice(t,1),1)[0];return r.splice(n,0,i),r}))};return(0,r.useEffect)((function(){a&&b.length&&!b.includes(a)&&o("")}),[b,a]),Wt("div",{className:"vm-explore-metrics",children:[Wt(wh,{jobs:m,instances:b,names:x,job:t,size:f.id,instance:a,selectedMetrics:l,onChangeJob:n,onChangeSize:function(e){var t=Nt.find((function(t){return t.id===e}));t&&d(t)},onChangeInstance:o,onToggleMetric:N}),E&&Wt(id,{}),A&&Wt(hi,{variant:"error",children:A}),!t&&Wt(hi,{variant:"info",children:"Please select job to see list of metric names."}),t&&!l.length&&Wt(hi,{variant:"info",children:"Please select metric names to see the graphs."}),Wt("div",{className:"vm-explore-metrics-body",children:l.map((function(e,n){return Wt(gh,{name:e,job:t,instance:a,index:n,length:l.length,size:f,onRemoveItem:N,onChangeOrder:M},e)}))})]})},Ah=function(){var t=ks();return Wt("div",{className:"vm-preview-icons",children:Object.entries(e).map((function(e){var n,r=v(e,2),i=r[0],a=r[1];return Wt("div",{className:"vm-preview-icons-item",onClick:(n=i,Wi(Ui().mark((function e(){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t("<".concat(n,"/>"),"<".concat(n,"/> has been copied"));case 2:case"end":return e.stop()}}),e)})))),children:[Wt("div",{className:"vm-preview-icons-item__svg",children:a()}),Wt("div",{className:"vm-preview-icons-item__name",children:"<".concat(i,"/>")})]},i)}))})},Nh=function(e){return e.copy="Copy",e.copied="Copied",e}(Nh||{}),Mh=function(e){var t=e.code,n=v((0,r.useState)(Nh.copy),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){var e=null;return i===Nh.copied&&(e=setTimeout((function(){return a(Nh.copy)}),1e3)),function(){e&&clearTimeout(e)}}),[i]),Wt("code",{className:"vm-code-example",children:[t,Wt("div",{className:"vm-code-example__copy",children:Wt(Mi,{title:i,children:Wt(Di,{size:"small",variant:"text",onClick:function(){navigator.clipboard.writeText(t),a(Nh.copied)},startIcon:Wt(wr,{}),ariaLabel:"close"})})})]})},Fh=function(){return Wt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/MetricsQL.html",target:"_blank",rel:"help noreferrer",children:"MetricsQL"})},Th=function(){return Wt("a",{className:"vm-link vm-link_colored",href:"https://grafana.com/grafana/dashboards/1860-node-exporter-full/",target:"_blank",rel:"help noreferrer",children:"Node Exporter Full"})},Oh=function(){return Wt("section",{className:"vm-with-template-tutorial",children:[Wt("h2",{className:"vm-with-template-tutorial__title",children:["Tutorial for WITH expressions in ",Wt(Fh,{})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's look at the following real query from ",Wt(Th,{})," dashboard:"]}),Wt(Mh,{code:'(\n (\n node_memory_MemTotal_bytes{instance=~"$node:$port", job=~"$job"}\n -\n node_memory_MemFree_bytes{instance=~"$node:$port", job=~"$job"}\n )\n /\n node_memory_MemTotal_bytes{instance=~"$node:$port", job=~"$job"}\n) * 100'}),Wt("p",{className:"vm-with-template-tutorial-section__text",children:"It is clear the query calculates the percentage of used memory for the given $node, $port and $job. Isn't it? :)"})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:"What's wrong with this query? Copy-pasted label filters for distinct timeseries which makes it easy to mistype these filters during modification. Let's simplify the query with WITH expressions:"}),Wt(Mh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"}\n)\n(\n node_memory_MemTotal_bytes{commonFilters}\n -\n node_memory_MemFree_bytes{commonFilters}\n)\n /\nnode_memory_MemTotal_bytes{commonFilters} * 100'})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:["Now label filters are located in a single place instead of three distinct places. The query mentions node_memory_MemTotal_bytes metric twice and ","{commonFilters}"," three times. WITH expressions may improve this:"]}),Wt(Mh,{code:'WITH (\n my_resource_utilization(free, limit, filters) = (limit{filters} - free{filters}) / limit{filters} * 100\n)\nmy_resource_utilization(\n node_memory_MemFree_bytes,\n node_memory_MemTotal_bytes,\n {instance=~"$node:$port",job=~"$job"},\n)'}),Wt("p",{className:"vm-with-template-tutorial-section__text",children:"Now the template function my_resource_utilization() may be used for monitoring arbitrary resources - memory, CPU, network, storage, you name it."})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's take another nice query from ",Wt(Th,{})," dashboard:"]}),Wt(Mh,{code:'(\n (\n (\n count(\n count(node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"}) by (cpu)\n )\n )\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',instance=~"$node:$port",job=~"$job"}[5m]))\n )\n )\n *\n 100\n)\n /\ncount(\n count(node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"}) by (cpu)\n)'}),Wt("p",{className:"vm-with-template-tutorial-section__text",children:"Do you understand what does this mess do? Is it manageable? :) WITH expressions are happy to help in a few iterations."})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:"1. Extract common filters used in multiple places into a commonFilters variable:"}),Wt(Mh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"}\n)\n(\n (\n (\n count(\n count(node_cpu_seconds_total{commonFilters}) by (cpu)\n )\n )\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n )\n )\n *\n 100\n)\n /\ncount(\n count(node_cpu_seconds_total{commonFilters}) by (cpu)\n)'})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:'2. Extract "count(count(...) by (cpu))" into cpuCount variable:'}),Wt(Mh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(node_cpu_seconds_total{commonFilters}) by (cpu))\n)\n(\n (\n cpuCount\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n )\n )\n *\n 100\n) / cpuCount'})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:"3. Extract rate(...) part into cpuIdle variable, since it is clear now that this part calculates the number of idle CPUs:"}),Wt(Mh,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(node_cpu_seconds_total{commonFilters}) by (cpu)),\n cpuIdle = sum(rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n)\n((cpuCount - cpuIdle) * 100) / cpuCount'})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:["4. Put node_cpu_seconds_total","{commonFilters}"," into its own varialbe with the name cpuSeconds:"]}),Wt(Mh,{code:'WITH (\n cpuSeconds = node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(cpuSeconds) by (cpu)),\n cpuIdle = sum(rate(cpuSeconds{mode=\'idle\'}[5m]))\n)\n((cpuCount - cpuIdle) * 100) / cpuCount'}),Wt("p",{className:"vm-with-template-tutorial-section__text",children:"Now the query became more clear comparing to the initial query."})]}),Wt("div",{className:"vm-with-template-tutorial-section",children:[Wt("p",{className:"vm-with-template-tutorial-section__text",children:"WITH expressions may be nested and may be put anywhere. Try expanding the following query:"}),Wt(Mh,{code:"WITH (\n f(a, b) = WITH (\n f1(x) = b-x,\n f2(x) = x+x\n ) f1(a)*f2(b)\n) f(foo, with(x=bar) x)"})]})]})},Lh=function(e,t){return"".concat(e,"/expand-with-exprs?query=").concat(encodeURIComponent(t),"&format=json")},Ph=function(){var e=v(lt(),1)[0],t=function(){var e=Qt().serverUrl,t=v(lt(),2),n=t[0],i=t[1],a=v((0,r.useState)(""),2),o=a[0],u=a[1],l=v((0,r.useState)(!1),2),c=l[0],s=l[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=function(){var t=Wi(Ui().mark((function t(r){var a,o,l;return Ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.set("expr",r),i(n),a=Lh(e,r),s(!0),t.prev=4,t.next=7,fetch(a);case 7:return o=t.sent,t.next=10,o.json();case 10:l=t.sent,u((null===l||void 0===l?void 0:l.expr)||""),h(String(l.error||"")),t.next=18;break;case 15:t.prev=15,t.t0=t.catch(4),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&h("".concat(t.t0.name,": ").concat(t.t0.message));case 18:s(!1);case 19:case"end":return t.stop()}}),t,null,[[4,15]])})));return function(e){return t.apply(this,arguments)}}();return{data:o,error:d,loading:c,expand:m}}(),n=t.data,i=t.loading,a=t.error,o=t.expand,u=v((0,r.useState)(e.get("expr")||""),2),l=u[0],c=u[1],s=function(){o(l)};return(0,r.useEffect)((function(){l&&o(l)}),[]),Wt("section",{className:"vm-with-template",children:[i&&Wt(id,{}),Wt("div",{className:"vm-with-template-body vm-block",children:[Wt("div",{className:"vm-with-template-body__expr",children:Wt(ta,{type:"textarea",label:"MetricsQL query with optional WITH expressions",value:l,error:a,autofocus:!0,onEnter:s,onChange:function(e){c(e)}})}),Wt("div",{className:"vm-with-template-body__result",children:Wt(ta,{type:"textarea",label:"MetricsQL query after expanding WITH expressions and applying other optimizations",value:n,disabled:!0})}),Wt("div",{className:"vm-with-template-body-top",children:Wt(Di,{variant:"contained",onClick:s,startIcon:Wt(cr,{}),children:"Expand"})})]}),Wt("div",{className:"vm-block",children:Wt(Oh,{})})]})},Ih=function(e,t,n){var r=["format=json","relabel_configs=".concat(encodeURIComponent(t)),"metric=".concat(encodeURIComponent(n))];return"".concat(e,"/metric-relabel-debug?").concat(r.join("&"))},Rh='- if: \'{bar_label=~"b.*"}\'\n source_labels: [foo_label, bar_label]\n separator: "_"\n target_label: foobar\n- action: labeldrop\n regex: "foo_.*"\n- target_label: job\n replacement: "my-application-2"',Bh='{__name__="my_metric", bar_label="bar", foo_label="foo", job="my-application", instance="192.168.0.1"}',zh=function(){var e=v(lt(),2),t=e[0],n=e[1],i=function(){var e=Qt().serverUrl,t=v((0,r.useState)(null),2),n=t[0],i=t[1],a=v((0,r.useState)(!1),2),o=a[0],u=a[1],l=v((0,r.useState)(),2),c=l[0],s=l[1],f=function(){var t=Wi(Ui().mark((function t(n,r){var a,o,l;return Ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=Ih(e,n,r),u(!0),t.prev=2,t.next=5,fetch(a);case 5:return o=t.sent,t.next=8,o.json();case 8:l=t.sent,i(l.error?null:l),s(String(l.error||"")),t.next=16;break;case 13:t.prev=13,t.t0=t.catch(2),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&s("".concat(t.t0.name,": ").concat(t.t0.message));case 16:u(!1);case 17:case"end":return t.stop()}}),t,null,[[2,13]])})));return function(e,n){return t.apply(this,arguments)}}();return{data:n,error:c,loading:o,fetchData:f}}(),a=i.data,o=i.loading,u=i.error,l=i.fetchData,c=v(Pd("","config"),2),s=c[0],f=c[1],d=v(Pd("","labels"),2),h=d[0],m=d[1],p=(0,r.useCallback)((function(){l(s,h),t.set("config",s),t.set("labels",h),n(t)}),[s,h]);return(0,r.useEffect)((function(){var e=t.get("config")||"",n=t.get("labels")||"";(n||e)&&(l(e,n),f(e),m(n))}),[]),Wt("section",{className:"vm-relabeling",children:[o&&Wt(id,{}),Wt("div",{className:"vm-relabeling-header vm-block",children:[Wt("div",{className:"vm-relabeling-header-configs",children:Wt(ta,{type:"textarea",label:"Relabel configs",value:s,autofocus:!0,onChange:function(e){f(e||"")},onEnter:p})}),Wt("div",{className:"vm-relabeling-header__labels",children:Wt(ta,{type:"textarea",label:"Labels",value:h,onChange:function(e){m(e||"")},onEnter:p})}),Wt("div",{className:"vm-relabeling-header-bottom",children:[Wt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/relabeling.html",rel:"help noreferrer",children:[Wt(Jn,{}),"Relabeling cookbook"]}),Wt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/vmagent.html#relabeling",rel:"help noreferrer",children:[Wt(xr,{}),"Documentation"]}),Wt(Di,{variant:"text",onClick:function(){var e=Rh,r=Bh;f(e),m(r),l(e,r),t.set("config",e),t.set("labels",r),n(t)},children:"Try example"}),Wt(Di,{variant:"contained",onClick:p,startIcon:Wt(cr,{}),children:"Submit"})]})]}),u&&Wt(hi,{variant:"error",children:u}),a&&Wt("div",{className:"vm-relabeling-steps vm-block",children:[a.originalLabels&&Wt("div",{className:"vm-relabeling-steps-item",children:Wt("div",{className:"vm-relabeling-steps-item__row",children:[Wt("span",{children:"Original labels:"}),Wt("code",{dangerouslySetInnerHTML:{__html:a.originalLabels}})]})}),a.steps.map((function(e,t){return Wt("div",{className:"vm-relabeling-steps-item",children:[Wt("div",{className:"vm-relabeling-steps-item__row",children:[Wt("span",{children:"Step:"}),t+1]}),Wt("div",{className:"vm-relabeling-steps-item__row",children:[Wt("span",{children:"Relabeling Rule:"}),Wt("code",{children:Wt("pre",{children:e.rule})})]}),Wt("div",{className:"vm-relabeling-steps-item__row",children:[Wt("span",{children:"Input Labels:"}),Wt("code",{children:Wt("pre",{dangerouslySetInnerHTML:{__html:e.inLabels}})})]}),Wt("div",{className:"vm-relabeling-steps-item__row",children:[Wt("span",{children:"Output labels:"}),Wt("code",{children:Wt("pre",{dangerouslySetInnerHTML:{__html:e.outLabels}})})]})]},t)})),a.resultingLabels&&Wt("div",{className:"vm-relabeling-steps-item",children:Wt("div",{className:"vm-relabeling-steps-item__row",children:[Wt("span",{children:"Resulting labels:"}),Wt("code",{dangerouslySetInnerHTML:{__html:a.resultingLabels}})]})})]})]})},jh=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=e.copyToClipboard,o=e.paginationOffset,u=v((0,r.useState)(i),2),l=u[0],c=u[1],s=v((0,r.useState)("desc"),2),f=s[0],d=s[1],h=v((0,r.useState)(null),2),m=h[0],p=h[1],g=(0,r.useMemo)((function(){var e=o.startIndex,n=o.endIndex;return $d(t,Hd(f,l)).slice(e,n)}),[t,l,f,o]),y=function(e,t){return Wi(Ui().mark((function n(){return Ui().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(m!==t){n.next=2;break}return n.abrupt("return");case 2:return n.prev=2,n.next=5,navigator.clipboard.writeText(String(e));case 5:p(t),n.next=11;break;case 8:n.prev=8,n.t0=n.catch(2),console.error(n.t0);case 11:case"end":return n.stop()}}),n,null,[[2,8]])})))};return(0,r.useEffect)((function(){if(null!==m){var e=setTimeout((function(){return p(null)}),2e3);return function(){return clearTimeout(e)}}}),[m]),Wt("table",{className:"vm-table",children:[Wt("thead",{className:"vm-table-header",children:Wt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Wt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:(t=e.key,function(){d((function(e){return"asc"===e&&l===t?"desc":"asc"})),c(t)}),children:Wt("div",{className:"vm-table-cell__content",children:[Wt("div",{children:String(e.title||e.key)}),Wt("div",{className:zr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":l===e.key,"vm-table__sort-icon_desc":"desc"===f&&l===e.key}),children:Wt(ir,{})})]})},String(e.key));var t})),a&&Wt("th",{className:"vm-table-cell vm-table-cell_header"})]})}),Wt("tbody",{className:"vm-table-body",children:g.map((function(e,t){return Wt("tr",{className:"vm-table__row",children:[n.map((function(t){return Wt("td",{className:zr()(st({"vm-table-cell":!0},"".concat(t.className),t.className)),children:e[t.key]||"-"},String(t.key))})),a&&Wt("td",{className:"vm-table-cell vm-table-cell_right",children:e[a]&&Wt("div",{className:"vm-table-cell__content",children:Wt(Mi,{title:m===t?"Copied":"Copy row",children:Wt(Di,{variant:"text",color:m===t?"success":"gray",size:"small",startIcon:Wt(m===t?gr:wr,{}),onClick:y(e[a],t),ariaLabel:"copy row"})})})})]},t)}))})]})},Hh=function(){var e=fi().isMobile,t=Rn().timezone,n=function(){var e=Qt().serverUrl,t=v((0,r.useState)([]),2),n=t[0],i=t[1],o=v((0,r.useState)(a()().format(en)),2),u=o[0],l=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return"".concat(e,"/api/v1/status/active_queries")}),[e]),g=function(){var e=Wi(Ui().mark((function e(){var t,n;return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),e.prev=1,e.next=4,fetch(p);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,i(n.data),l(a()().format("HH:mm:ss:SSS")),t.ok?m(void 0):m("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){g().catch(console.error)}),[p]),{data:n,lastUpdated:u,isLoading:s,error:h,fetchData:g}}(),i=n.data,o=n.lastUpdated,u=n.isLoading,l=n.error,c=n.fetchData,s=(0,r.useMemo)((function(){return i.map((function(e){var t=a()(e.start).tz().format(Xt),n=a()(e.end).tz().format(Xt);return{duration:e.duration,remote_addr:e.remote_addr,query:e.query,args:"".concat(t," to ").concat(n,", step=").concat(hn(e.step)),data:JSON.stringify(e,null,2)}}))}),[i,t]),f=(0,r.useMemo)((function(){if(null===s||void 0===s||!s.length)return[];var e=Object.keys(s[0]),t={remote_addr:"client address"},n=["data"];return e.filter((function(e){return!n.includes(e)})).map((function(e){return{key:e,title:t[e]||e}}))}),[s]),d=function(){var e=Wi(Ui().mark((function e(){return Ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:c().catch(console.error);case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Wt("div",{className:"vm-active-queries",children:[u&&Wt(id,{}),Wt("div",{className:"vm-active-queries-header",children:[!s.length&&!l&&Wt(hi,{variant:"info",children:"There are currently no active queries running"}),l&&Wt(hi,{variant:"error",children:l}),Wt("div",{className:"vm-active-queries-header-controls",children:[Wt(Di,{variant:"contained",onClick:d,startIcon:Wt(nr,{}),children:"Update"}),Wt("div",{className:"vm-active-queries-header__update-msg",children:["Last updated: ",o]})]})]}),!!s.length&&Wt("div",{className:zr()({"vm-block":!0,"vm-block_mobile":e}),children:Wt(jh,{rows:s,columns:f,defaultOrderBy:"duration",copyToClipboard:"data",paginationOffset:{startIndex:0,endIndex:1/0}})})]})},$h=function(){var e=v((0,r.useState)(!1),2),t=e[0],n=e[1];return Wt(Ut.HY,{children:Wt(et,{children:Wt(_i,{children:Wt(Ut.HY,{children:[Wt(ch,{onLoaded:n}),t&&Wt(Ve,{children:Wt(He,{path:"/",element:Wt(Ra,{}),children:[Wt(He,{path:gt.home,element:Wt(wd,{})}),Wt(He,{path:gt.metrics,element:Wt(Eh,{})}),Wt(He,{path:gt.cardinality,element:Wt(Jd,{})}),Wt(He,{path:gt.topQueries,element:Wt(ih,{})}),Wt(He,{path:gt.trace,element:Wt(dh,{})}),Wt(He,{path:gt.dashboards,element:Wt(xd,{})}),Wt(He,{path:gt.withTemplate,element:Wt(Ph,{})}),Wt(He,{path:gt.relabel,element:Wt(zh,{})}),Wt(He,{path:gt.activeQueries,element:Wt(Hh,{})}),Wt(He,{path:gt.icons,element:Wt(Ah,{})})]})})]})})})})},Vh=function(e){e&&n.e(522).then(n.bind(n,522)).then((function(t){var n=t.getCLS,r=t.getFID,i=t.getFCP,a=t.getLCP,o=t.getTTFB;n(e),r(e),i(e),a(e),o(e)}))},Yh=document.getElementById("root");Yh&&(0,r.render)(Wt($h,{}),Yh),Vh()}()}(); \ No newline at end of file diff --git a/app/vmselect/vmui/static/media/MetricsQL.8644fd7c964802dd34a9.md b/app/vmselect/vmui/static/media/MetricsQL.b64c4dbf91f4fa581621.md similarity index 99% rename from app/vmselect/vmui/static/media/MetricsQL.8644fd7c964802dd34a9.md rename to app/vmselect/vmui/static/media/MetricsQL.b64c4dbf91f4fa581621.md index 5be2454a9..fa876b9d8 100644 --- a/app/vmselect/vmui/static/media/MetricsQL.8644fd7c964802dd34a9.md +++ b/app/vmselect/vmui/static/media/MetricsQL.b64c4dbf91f4fa581621.md @@ -1029,7 +1029,7 @@ for every point of every time series returned by `q`. Metric names are stripped from the resulting series. Add [keep_metric_names](#keep_metric_names) modifier in order to keep metric names. -This function is supported by PromQL. This function is supported by PromQL. See also [acosh](#acosh). +This function is supported by PromQL. See also [acosh](#acosh). #### day_of_month @@ -1049,6 +1049,15 @@ Metric names are stripped from the resulting series. Add [keep_metric_names](#ke This function is supported by PromQL. +#### day_of_year + +`day_of_year(q)` is a [transform function](#transform-functions), which returns the day of year for every point of every time series returned by `q`. +It is expected that `q` returns unix timestamps. The returned values are in the range `[1...365]` for non-leap years, and `[1 to 366]` in leap years. + +Metric names are stripped from the resulting series. Add [keep_metric_names](#keep_metric_names) modifier in order to keep metric names. + +This function is supported by PromQL. + #### days_in_month `days_in_month(q)` is a [transform function](#transform-functions), which returns the number of days in the month identified diff --git a/app/vmui/packages/vmui/src/assets/MetricsQL.md b/app/vmui/packages/vmui/src/assets/MetricsQL.md index 5be2454a9..fa876b9d8 100644 --- a/app/vmui/packages/vmui/src/assets/MetricsQL.md +++ b/app/vmui/packages/vmui/src/assets/MetricsQL.md @@ -1029,7 +1029,7 @@ for every point of every time series returned by `q`. Metric names are stripped from the resulting series. Add [keep_metric_names](#keep_metric_names) modifier in order to keep metric names. -This function is supported by PromQL. This function is supported by PromQL. See also [acosh](#acosh). +This function is supported by PromQL. See also [acosh](#acosh). #### day_of_month @@ -1049,6 +1049,15 @@ Metric names are stripped from the resulting series. Add [keep_metric_names](#ke This function is supported by PromQL. +#### day_of_year + +`day_of_year(q)` is a [transform function](#transform-functions), which returns the day of year for every point of every time series returned by `q`. +It is expected that `q` returns unix timestamps. The returned values are in the range `[1...365]` for non-leap years, and `[1 to 366]` in leap years. + +Metric names are stripped from the resulting series. Add [keep_metric_names](#keep_metric_names) modifier in order to keep metric names. + +This function is supported by PromQL. + #### days_in_month `days_in_month(q)` is a [transform function](#transform-functions), which returns the number of days in the month identified diff --git a/app/vmui/packages/vmui/src/components/Configurators/AdditionalSettings/AdditionalSettings.tsx b/app/vmui/packages/vmui/src/components/Configurators/AdditionalSettings/AdditionalSettings.tsx index 8bf00aeec..70ea7f8c7 100644 --- a/app/vmui/packages/vmui/src/components/Configurators/AdditionalSettings/AdditionalSettings.tsx +++ b/app/vmui/packages/vmui/src/components/Configurators/AdditionalSettings/AdditionalSettings.tsx @@ -11,7 +11,7 @@ import classNames from "classnames"; import useBoolean from "../../../hooks/useBoolean"; import useEventListener from "../../../hooks/useEventListener"; import Tooltip from "../../Main/Tooltip/Tooltip"; -import { AUTOCOMPLETE_KEY } from "../../Main/ShortcutKeys/constants/keyList"; +import { AUTOCOMPLETE_QUICK_KEY } from "../../Main/ShortcutKeys/constants/keyList"; const AdditionalSettingsControls: FC<{isMobile?: boolean}> = ({ isMobile }) => { const { autocomplete } = useQueryState(); @@ -32,11 +32,16 @@ const AdditionalSettingsControls: FC<{isMobile?: boolean}> = ({ isMobile }) => { queryDispatch({ type: "TOGGLE_AUTOCOMPLETE" }); }; + const onChangeQuickAutocomplete = () => { + queryDispatch({ type: "SET_AUTOCOMPLETE_QUICK", payload: true }); + }; + const handleKeyDown = (e: KeyboardEvent) => { - const { code, altKey } = e; - if (code === "KeyA" && altKey) { + /** @see AUTOCOMPLETE_QUICK_KEY */ + const { code, ctrlKey, altKey } = e; + if (code === "Space" && (ctrlKey || altKey)) { e.preventDefault(); - onChangeAutocomplete(); + onChangeQuickAutocomplete(); } }; @@ -49,7 +54,7 @@ const AdditionalSettingsControls: FC<{isMobile?: boolean}> = ({ isMobile }) => { "vm-additional-settings_mobile": isMobile })} > - + Quick tip: {AUTOCOMPLETE_QUICK_KEY}}> ; + + constructor() { + this.maxSize = AUTOCOMPLETE_LIMITS.cacheLimit; + this.map = new Map(); + } + + get(key: QueryAutocompleteCacheItem) { + for (const [cacheKey, cacheValue] of this.map) { + const cacheItem = JSON.parse(cacheKey) as QueryAutocompleteCacheItem; + + const equalRange = cacheItem.start === key.start && cacheItem.end === key.end; + const equalType = cacheItem.type === key.type; + const isIncluded = key.value && cacheItem.value && key.value.includes(cacheItem.value); + const isSimilar = cacheItem.match === key.match || isIncluded; + const isUnderLimit = cacheValue.length < AUTOCOMPLETE_LIMITS.queryLimit; + if (isSimilar && equalRange && equalType && isUnderLimit) { + return cacheValue; + } + } + return this.map.get(JSON.stringify(key)); + } + + put(key: QueryAutocompleteCacheItem, value: string[]) { + if (this.map.size >= this.maxSize) { + const firstKey = this.map.keys().next().value; + this.map.delete(firstKey); + } + this.map.set(JSON.stringify(key), value); + } +} diff --git a/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/QueryEditor.tsx b/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/QueryEditor.tsx index 811a3c86e..51b10a4fc 100644 --- a/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/QueryEditor.tsx +++ b/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/QueryEditor.tsx @@ -1,5 +1,5 @@ import React, { FC, useRef, useState } from "preact/compat"; -import { KeyboardEvent } from "react"; +import { KeyboardEvent, useEffect } from "react"; import { ErrorTypes } from "../../../types"; import TextField from "../../Main/TextField/TextField"; import QueryEditorAutocomplete from "./QueryEditorAutocomplete"; @@ -7,6 +7,7 @@ import "./style.scss"; import { QueryStats } from "../../../api/types"; import { partialWarning, seriesFetchedWarning } from "./warningText"; import { AutocompleteOptions } from "../../Main/Autocomplete/Autocomplete"; +import { useQueryDispatch } from "../../../state/query/QueryStateContext"; export interface QueryEditorProps { onChange: (query: string) => void; @@ -38,6 +39,7 @@ const QueryEditor: FC = ({ const [openAutocomplete, setOpenAutocomplete] = useState(false); const [caretPosition, setCaretPosition] = useState([0, 0]); const autocompleteAnchorEl = useRef(null); + const queryDispatch = useQueryDispatch(); const warning = [ { @@ -100,6 +102,10 @@ const QueryEditor: FC = ({ setCaretPosition(val); }; + useEffect(() => { + queryDispatch({ type: "SET_AUTOCOMPLETE_QUICK", payload: false }); + }, [value]); + return (
    = ({ }, [value]); const label = useMemo(() => { - const regexp = /[a-z_]\w*(?=\s*(=|!=|=~|!~))/g; + const regexp = /[a-z_:-][\w\-.:/]*\b(?=\s*(=|!=|=~|!~))/g; const match = value.match(regexp); return match ? match[match.length - 1] : ""; }, [value]); - - const metricRegexp = new RegExp(`\\(?(${escapeRegExp(metric)})$`, "g"); - const labelRegexp = /[{.,].?(\w+)$/gm; - const valueRegexp = new RegExp(`(${escapeRegExp(metric)})?{?.+${escapeRegExp(label)}="?([^"]*)$`, "g"); - const context = useMemo(() => { - [metricRegexp, labelRegexp, valueRegexp].forEach(regexp => regexp.lastIndex = 0); - switch (true) { - case valueRegexp.test(value): - return ContextType.value; - case labelRegexp.test(value): - return ContextType.label; - case metricRegexp.test(value): - return ContextType.metricsql; - default: - return ContextType.empty; - } - }, [value, valueRegexp, labelRegexp, metricRegexp]); + if (!value) return QueryContextType.empty; - const { metrics, labels, values } = useFetchQueryOptions({ metric, label }); + const labelRegexp = /\{[^}]*?(\w+)$/gm; + const labelValueRegexp = new RegExp(`(${escapeRegexp(metric)})?{?.+${escapeRegexp(label)}(=|!=|=~|!~)"?([^"]*)$`, "g"); + + switch (true) { + case labelValueRegexp.test(value): + return QueryContextType.labelValue; + case labelRegexp.test(value): + return QueryContextType.label; + default: + return QueryContextType.metricsql; + } + }, [value, metric, label]); + + const valueByContext = useMemo(() => { + const wordMatch = value.match(/([\w_\-.:/]+(?![},]))$/); + return wordMatch ? wordMatch[0] : ""; + }, [value]); + + const { metrics, labels, labelValues, loading } = useFetchQueryOptions({ + valueByContext, + metric, + label, + context, + }); const options = useMemo(() => { switch (context) { - case ContextType.metricsql: + case QueryContextType.metricsql: return [...metrics, ...metricsqlFunctions]; - case ContextType.label: + case QueryContextType.label: return labels; - case ContextType.value: - return values; + case QueryContextType.labelValue: + return labelValues; default: return []; } - }, [context, metrics, labels, values]); - - const valueByContext = useMemo(() => { - if (value.length !== caretPosition[1]) return value; - - const wordMatch = value.match(/([\w_]+)$/) || []; - return wordMatch[1] || ""; - }, [context, caretPosition, value]); + }, [context, metrics, labels, labelValues]); const handleSelect = (insert: string) => { - const wordMatch = value.match(/([\w_]+)$/); - const wordMatchIndex = wordMatch?.index !== undefined ? wordMatch.index : value.length; - const beforeInsert = value.substring(0, wordMatchIndex); - const afterInsert = value.substring(wordMatchIndex + (wordMatch?.[1].length || 0)); + // Find the start and end of valueByContext in the query string + const startIndexOfValueByContext = value.lastIndexOf(valueByContext, caretPosition[0]); + const endIndexOfValueByContext = startIndexOfValueByContext + valueByContext.length; - if (context === ContextType.value) { + // Split the original string into parts: before, during, and after valueByContext + const beforeValueByContext = value.substring(0, startIndexOfValueByContext); + const afterValueByContext = value.substring(endIndexOfValueByContext); + + // Add quotes around the value if the context is labelValue + if (context === QueryContextType.labelValue) { const quote = "\""; - const needsQuote = beforeInsert[beforeInsert.length - 1] !== quote; + const needsQuote = !beforeValueByContext.endsWith(quote); insert = `${needsQuote ? quote : ""}${insert}${quote}`; } - const newVal = `${beforeInsert}${insert}${afterInsert}`; + // Assemble the new value with the inserted text + const newVal = `${beforeValueByContext}${insert}${afterValueByContext}`; onSelect(newVal); }; @@ -113,16 +114,23 @@ const QueryEditorAutocomplete: FC = ({ }, [anchorEl, caretPosition]); return ( - + <> + + {loading &&
    } + ); }; diff --git a/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/style.scss b/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/style.scss index 6e9d4277f..46eda2e38 100644 --- a/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/style.scss +++ b/app/vmui/packages/vmui/src/components/Configurators/QueryEditor/style.scss @@ -4,7 +4,18 @@ position: relative; &-autocomplete { - max-height: 300px; - overflow: auto; + position: absolute; + display: flex; + align-items: center; + justify-items: center; + top: 0; + bottom: 0; + right: $padding-global; + width: 12px; + height: 100%; + color: $color-text-secondary; + z-index: 2; + animation: half-circle-spinner-animation 1s infinite linear, vm-fade 0.5s ease-in; + pointer-events: none; } } diff --git a/app/vmui/packages/vmui/src/components/Main/Autocomplete/Autocomplete.tsx b/app/vmui/packages/vmui/src/components/Main/Autocomplete/Autocomplete.tsx index 827340b50..8c04a3ea5 100644 --- a/app/vmui/packages/vmui/src/components/Main/Autocomplete/Autocomplete.tsx +++ b/app/vmui/packages/vmui/src/components/Main/Autocomplete/Autocomplete.tsx @@ -26,6 +26,7 @@ interface AutocompleteProps { label?: string disabledFullScreen?: boolean offset?: {top: number, left: number} + maxDisplayResults?: {limit: number, message?: string} onSelect: (val: string) => void onOpenAutocomplete?: (val: boolean) => void onFoundOptions?: (val: AutocompleteOptions[]) => void @@ -48,6 +49,7 @@ const Autocomplete: FC = ({ label, disabledFullScreen, offset, + maxDisplayResults, onSelect, onOpenAutocomplete, onFoundOptions @@ -56,6 +58,8 @@ const Autocomplete: FC = ({ const wrapperEl = useRef(null); const [focusOption, setFocusOption] = useState<{index: number, type?: FocusType}>({ index: -1 }); + const [showMessage, setShowMessage] = useState(""); + const [totalFound, setTotalFound] = useState(0); const { value: openAutocomplete, @@ -68,7 +72,14 @@ const Autocomplete: FC = ({ try { const regexp = new RegExp(String(value.trim()), "i"); const found = options.filter((item) => regexp.test(item.value)); - return found.sort((a,b) => (a.value.match(regexp)?.index || 0) - (b.value.match(regexp)?.index || 0)); + const sorted = found.sort((a, b) => { + if (a.value.toLowerCase() === value.trim().toLowerCase()) return -1; + if (b.value.toLowerCase() === value.trim().toLowerCase()) return 1; + return (a.value.match(regexp)?.index || 0) - (b.value.match(regexp)?.index || 0); + }); + setTotalFound(sorted.length); + setShowMessage(sorted.length > Number(maxDisplayResults?.limit) ? maxDisplayResults?.message || "" : ""); + return maxDisplayResults?.limit ? sorted.slice(0, maxDisplayResults.limit) : sorted; } catch (e) { return []; } @@ -133,7 +144,7 @@ const Autocomplete: FC = ({ useEffect(() => { setOpenAutocomplete(value.length >= minLength); - }, [value]); + }, [value, options]); useEventListener("keydown", handleKeyDown); @@ -170,7 +181,7 @@ const Autocomplete: FC = ({ ref={wrapperEl} > {displayNoOptionsText &&
    {noOptionsText}
    } - {foundOptions.map((option, i) => + {!(foundOptions.length === 1 && foundOptions[0]?.value === value) && foundOptions.map((option, i) =>
    = ({
    )}
    + {showMessage && ( +
    + Shown {maxDisplayResults?.limit} results out of {totalFound}. {showMessage} +
    + )} {foundOptions[focusOption.index]?.description && (
    diff --git a/app/vmui/packages/vmui/src/components/Main/Autocomplete/style.scss b/app/vmui/packages/vmui/src/components/Main/Autocomplete/style.scss index d5d3f360e..10154f5bd 100644 --- a/app/vmui/packages/vmui/src/components/Main/Autocomplete/style.scss +++ b/app/vmui/packages/vmui/src/components/Main/Autocomplete/style.scss @@ -16,16 +16,33 @@ color: $color-text-disabled; } - &-info { - position: absolute; - top: calc(100% + 1px); - left: 0; - right: 0; - min-width: 450px; + &-info, + &-message { padding: $padding-global; background-color: $color-background-block; - box-shadow: $box-shadow-popper; - border-radius: $border-radius-small; + border-top: $border-divider; + } + + &-message { + position: relative; + color: $color-warning; + font-size: $font-size-small; + + &:after { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: $color-warning; + opacity: 0.1; + } + } + + &-info { + min-width: 450px; + max-width: 500px; overflow-wrap: anywhere; &__type { diff --git a/app/vmui/packages/vmui/src/components/Main/ShortcutKeys/constants/keyList.tsx b/app/vmui/packages/vmui/src/components/Main/ShortcutKeys/constants/keyList.tsx index 5072beaa8..1db934772 100644 --- a/app/vmui/packages/vmui/src/components/Main/ShortcutKeys/constants/keyList.tsx +++ b/app/vmui/packages/vmui/src/components/Main/ShortcutKeys/constants/keyList.tsx @@ -4,9 +4,8 @@ import { VisibilityIcon } from "../../Icons"; import GraphTips from "../../../Chart/GraphTips/GraphTips"; const ctrlMeta = {isMacOs() ? "Cmd" : "Ctrl"}; -const altMeta = {isMacOs() ? "Option" : "Alt"}; -export const AUTOCOMPLETE_KEY = <>{altMeta} + A; +export const AUTOCOMPLETE_QUICK_KEY = <>{{isMacOs() ? "Option" : "Ctrl"}} + Space; const keyList = [ { @@ -33,8 +32,8 @@ const keyList = [ description: "Toggle multiple queries" }, { - keys: AUTOCOMPLETE_KEY, - description: "Toggle autocomplete" + keys: AUTOCOMPLETE_QUICK_KEY, + description: "Show quick autocomplete tips" } ] }, diff --git a/app/vmui/packages/vmui/src/components/Main/TextField/TextField.tsx b/app/vmui/packages/vmui/src/components/Main/TextField/TextField.tsx index ce1b21caa..f95b4194e 100644 --- a/app/vmui/packages/vmui/src/components/Main/TextField/TextField.tsx +++ b/app/vmui/packages/vmui/src/components/Main/TextField/TextField.tsx @@ -83,7 +83,6 @@ const TextField: FC = ({ const handleKeyDown = (e: KeyboardEvent) => { onKeyDown && onKeyDown(e); - updateCaretPosition(e.currentTarget); const { key, ctrlKey, metaKey } = e; const isEnter = key === "Enter"; const runByEnter = type !== "textarea" ? isEnter : isEnter && (metaKey || ctrlKey); @@ -93,6 +92,10 @@ const TextField: FC = ({ } }; + const handleKeyUp = (e: KeyboardEvent) => { + updateCaretPosition(e.currentTarget); + }; + const handleChange = (e: FormEvent) => { if (disabled) return; onChange && onChange(e.currentTarget.value); @@ -135,6 +138,7 @@ const TextField: FC = ({ autoCapitalize={"none"} onInput={handleChange} onKeyDown={handleKeyDown} + onKeyUp={handleKeyUp} onFocus={handleFocus} onBlur={handleBlur} onMouseUp={handleMouseUp} @@ -152,6 +156,7 @@ const TextField: FC = ({ autoCapitalize={"none"} onInput={handleChange} onKeyDown={handleKeyDown} + onKeyUp={handleKeyUp} onFocus={handleFocus} onBlur={handleBlur} onMouseUp={handleMouseUp} diff --git a/app/vmui/packages/vmui/src/constants/queryAutocomplete.ts b/app/vmui/packages/vmui/src/constants/queryAutocomplete.ts new file mode 100644 index 000000000..763991fca --- /dev/null +++ b/app/vmui/packages/vmui/src/constants/queryAutocomplete.ts @@ -0,0 +1,14 @@ +import { QueryContextType } from "../types"; + +export const AUTOCOMPLETE_LIMITS = { + displayResults: 50, + queryLimit: 1000, + cacheLimit: 1000, +}; + +export const AUTOCOMPLETE_MIN_SYMBOLS = { + [QueryContextType.metricsql]: 2, + [QueryContextType.empty]: 2, + [QueryContextType.label]: 0, + [QueryContextType.labelValue]: 0, +}; diff --git a/app/vmui/packages/vmui/src/hooks/useFetchQueryOptions.tsx b/app/vmui/packages/vmui/src/hooks/useFetchQueryOptions.tsx index b60a12e72..98d537c30 100644 --- a/app/vmui/packages/vmui/src/hooks/useFetchQueryOptions.tsx +++ b/app/vmui/packages/vmui/src/hooks/useFetchQueryOptions.tsx @@ -5,140 +5,176 @@ import { AutocompleteOptions } from "../components/Main/Autocomplete/Autocomplet import { LabelIcon, MetricIcon, ValueIcon } from "../components/Main/Icons"; import { useTimeState } from "../state/time/TimeStateContext"; import { useCallback } from "react"; -import qs from "qs"; -import dayjs from "dayjs"; +import debounce from "lodash.debounce"; +import { useQueryDispatch, useQueryState } from "../state/query/QueryStateContext"; +import { QueryContextType } from "../types"; +import { AUTOCOMPLETE_LIMITS } from "../constants/queryAutocomplete"; +import { escapeDoubleQuotes, escapeRegexp } from "../utils/regexp"; enum TypeData { - metric, - label, - value + metric = "metric", + label = "label", + labelValue = "labelValue" } type FetchDataArgs = { + value: string; urlSuffix: string; setter: StateUpdater; type: TypeData; params?: URLSearchParams; } +type FetchQueryArguments = { + valueByContext: string; + metric: string; + label: string; + context: QueryContextType +} + const icons = { - [TypeData.metric]: , - [TypeData.label]: , - [TypeData.value]: , + [TypeData.metric]: , + [TypeData.label]: , + [TypeData.labelValue]: , }; -const QUERY_LIMIT = 1000; - -export const useFetchQueryOptions = ({ metric, label }: { metric: string; label: string }) => { +export const useFetchQueryOptions = ({ valueByContext, metric, label, context }: FetchQueryArguments) => { const { serverUrl } = useAppState(); const { period: { start, end } } = useTimeState(); + const { autocompleteCache } = useQueryState(); + const queryDispatch = useQueryDispatch(); + + const [loading, setLoading] = useState(false); + const [value, setValue] = useState(valueByContext); + const debouncedSetValue = debounce(setValue, 800); + useEffect(() => { + debouncedSetValue(valueByContext); + return debouncedSetValue.cancel; + }, [valueByContext, debouncedSetValue]); const [metrics, setMetrics] = useState([]); const [labels, setLabels] = useState([]); - const [values, setValues] = useState([]); + const [labelValues, setLabelValues] = useState([]); - const prevParams = useRef>({}); + const abortControllerRef = useRef(new AbortController()); const getQueryParams = useCallback((params?: Record) => { - const roundedStart = dayjs(start).startOf("day").valueOf(); - const roundedEnd = dayjs(end).endOf("day").valueOf(); - return new URLSearchParams({ ...(params || {}), - limit: `${QUERY_LIMIT}`, - start: `${roundedStart}`, - end: `${roundedEnd}` + limit: `${AUTOCOMPLETE_LIMITS.queryLimit}`, + start: `${start}`, + end: `${end}` }); }, [start, end]); - const isParamsEqual = (prev: URLSearchParams, next: URLSearchParams) => { - const queryNext = qs.parse(next.toString()); - const queryPrev = qs.parse(prev.toString()); - return JSON.stringify(queryPrev) === JSON.stringify(queryNext); + const processData = (data: string[], type: TypeData) => { + return data.map(l => ({ + value: l, + type: `${type}`, + icon: icons[type] + })); }; - const fetchData = async ({ urlSuffix, setter, type, params }: FetchDataArgs) => { + const fetchData = async ({ value, urlSuffix, setter, type, params }: FetchDataArgs) => { + abortControllerRef.current.abort(); + abortControllerRef.current = new AbortController(); + const { signal } = abortControllerRef.current; + const key = { + type, + value, + start: params?.get("start") || "", + end: params?.get("end") || "", + match: params?.get("match[]") || "" + }; + setLoading(true); try { - const response = await fetch(`${serverUrl}/api/v1/${urlSuffix}?${params}`); + const cachedData = autocompleteCache.get(key); + if (cachedData) { + setter(processData(cachedData, type)); + return; + } + const response = await fetch(`${serverUrl}/api/v1/${urlSuffix}?${params}`, { signal }); if (response.ok) { const { data } = await response.json() as { data: string[] }; - setter(data.map(l => ({ - value: l, - type: `${type}`, - icon: icons[type] - }))); + setter(processData(data, type)); + queryDispatch({ type: "SET_AUTOCOMPLETE_CACHE", payload: { key, value: data } }); } } catch (e) { - console.error(e); + if (e instanceof Error && e.name !== "AbortError") { + queryDispatch({ type: "SET_AUTOCOMPLETE_CACHE", payload: { key, value: [] } }); + console.error(e); + } + } finally { + setLoading(false); } }; + // fetch metrics useEffect(() => { - if (!serverUrl) { - setMetrics([]); + const isInvalidContext = context !== QueryContextType.metricsql && context !== QueryContextType.empty; + if (!serverUrl || !metric || isInvalidContext) { return; } + setMetrics([]); - const params = getQueryParams(); - const prev = prevParams.current.metrics || new URLSearchParams({}); - if (isParamsEqual(params, prev)) return; + const metricReEscaped = escapeDoubleQuotes(escapeRegexp(metric)); fetchData({ + value, urlSuffix: "label/__name__/values", setter: setMetrics, type: TypeData.metric, - params + params: getQueryParams({ "match[]": `{__name__=~".*${metricReEscaped}.*"}` }) }); - prevParams.current = { ...prevParams.current, metrics: params }; - }, [serverUrl, getQueryParams]); + return () => abortControllerRef.current?.abort(); + }, [serverUrl, value, context, metric]); + // fetch labels useEffect(() => { - const notFoundMetric = !metrics.find(m => m.value === metric); - if (!serverUrl || notFoundMetric) { - setLabels([]); + if (!serverUrl || !metric || context !== QueryContextType.label) { return; } + setLabels([]); - const params = getQueryParams({ "match[]": metric }); - const prev = prevParams.current.labels || new URLSearchParams({}); - if (isParamsEqual(params, prev)) return; + const metricEscaped = escapeDoubleQuotes(metric); fetchData({ + value, urlSuffix: "labels", setter: setLabels, type: TypeData.label, - params + params: getQueryParams({ "match[]": `{__name__="${metricEscaped}"}` }) }); - prevParams.current = { ...prevParams.current, labels: params }; - }, [serverUrl, metric, getQueryParams]); + return () => abortControllerRef.current?.abort(); + }, [serverUrl, value, context, metric]); + // fetch labelValues useEffect(() => { - const notFoundMetric = !metrics.find(m => m.value === metric); - const notFoundLabel = !labels.find(l => l.value === label); - if (!serverUrl || notFoundMetric || notFoundLabel) { - setValues([]); + if (!serverUrl || !metric || !label || context !== QueryContextType.labelValue) { return; } + setLabelValues([]); - const params = getQueryParams({ "match[]": metric }); - const prev = prevParams.current.values || new URLSearchParams({}); - if (isParamsEqual(params, prev)) return; + const metricEscaped = escapeDoubleQuotes(metric); + const valueReEscaped = escapeDoubleQuotes(escapeRegexp(value)); fetchData({ + value, urlSuffix: `label/${label}/values`, - setter: setValues, - type: TypeData.value, - params + setter: setLabelValues, + type: TypeData.labelValue, + params: getQueryParams({ "match[]": `{__name__="${metricEscaped}", ${label}=~".*${valueReEscaped}.*"}` }) }); - prevParams.current = { ...prevParams.current, values: params }; - }, [serverUrl, metric, label, getQueryParams]); + return () => abortControllerRef.current?.abort(); + }, [serverUrl, value, context, metric, label]); return { metrics, labels, - values, + labelValues, + loading, }; }; diff --git a/app/vmui/packages/vmui/src/hooks/useGetMetricsQL.tsx b/app/vmui/packages/vmui/src/hooks/useGetMetricsQL.tsx index fbe3960f4..fb930c4ba 100644 --- a/app/vmui/packages/vmui/src/hooks/useGetMetricsQL.tsx +++ b/app/vmui/packages/vmui/src/hooks/useGetMetricsQL.tsx @@ -1,8 +1,9 @@ -import React, { useEffect, useState } from "preact/compat"; +import React, { useEffect } from "preact/compat"; import { FunctionIcon } from "../components/Main/Icons"; import { AutocompleteOptions } from "../components/Main/Autocomplete/Autocomplete"; import { marked } from "marked"; import MetricsQL from "../assets/MetricsQL.md"; +import { useQueryDispatch, useQueryState } from "../state/query/QueryStateContext"; const CATEGORY_TAG = "h3"; const FUNCTION_TAG = "h4"; @@ -48,14 +49,14 @@ const processGroups = (groups: NodeListOf): AutocompleteOptions[] => { }; const useGetMetricsQL = () => { - const [metricsQLFunctions, setMetricsQLFunctions] = useState([]); + const { metricsQLFunctions } = useQueryState(); + const queryDispatch = useQueryDispatch(); const processMarkdown = (text: string) => { const div = document.createElement("div"); div.innerHTML = marked(text); const groups = div.querySelectorAll(`${CATEGORY_TAG}, ${FUNCTION_TAG}`); - const result = processGroups(groups); - setMetricsQLFunctions(result); + return processGroups(groups); }; useEffect(() => { @@ -63,12 +64,14 @@ const useGetMetricsQL = () => { try { const resp = await fetch(MetricsQL); const text = await resp.text(); - processMarkdown(text); + const result = processMarkdown(text); + queryDispatch({ type: "SET_METRICSQL_FUNCTIONS", payload: result }); } catch (e) { console.error("Error fetching or processing the MetricsQL.md file:", e); } }; + if (metricsQLFunctions.length) return; fetchMarkdown(); }, []); diff --git a/app/vmui/packages/vmui/src/pages/CustomPanel/QueryConfigurator/QueryConfigurator.tsx b/app/vmui/packages/vmui/src/pages/CustomPanel/QueryConfigurator/QueryConfigurator.tsx index 011bfb12d..0b0133499 100644 --- a/app/vmui/packages/vmui/src/pages/CustomPanel/QueryConfigurator/QueryConfigurator.tsx +++ b/app/vmui/packages/vmui/src/pages/CustomPanel/QueryConfigurator/QueryConfigurator.tsx @@ -45,7 +45,7 @@ const QueryConfigurator: FC = ({ const { isMobile } = useDeviceDetect(); - const { query, queryHistory, autocomplete } = useQueryState(); + const { query, queryHistory, autocomplete, autocompleteQuick } = useQueryState(); const queryDispatch = useQueryDispatch(); const timeDispatch = useTimeDispatch(); @@ -187,7 +187,7 @@ const QueryConfigurator: FC = ({ > ({ index: 0, values: [q] })), autocomplete: getFromStorage("AUTOCOMPLETE") as boolean || false, + autocompleteQuick: false, + autocompleteCache: new QueryAutocompleteCache(), + metricsQLFunctions: [], }; export function reducer(state: QueryState, action: QueryAction): QueryState { @@ -52,6 +65,22 @@ export function reducer(state: QueryState, action: QueryAction): QueryState { ...state, autocomplete: !state.autocomplete }; + case "SET_AUTOCOMPLETE_QUICK": + return { + ...state, + autocompleteQuick: action.payload + }; + case "SET_AUTOCOMPLETE_CACHE": { + state.autocompleteCache.put(action.payload.key, action.payload.value); + return { + ...state + }; + } + case "SET_METRICSQL_FUNCTIONS": + return { + ...state, + metricsQLFunctions: action.payload + }; default: throw new Error(); } diff --git a/app/vmui/packages/vmui/src/types/index.ts b/app/vmui/packages/vmui/src/types/index.ts index 9eacbe6e5..c04aea5bd 100644 --- a/app/vmui/packages/vmui/src/types/index.ts +++ b/app/vmui/packages/vmui/src/types/index.ts @@ -153,3 +153,10 @@ export interface ActiveQueriesType { args?: string; data?: string; } + +export enum QueryContextType { + empty = "empty", + metricsql = "metricsql", + label = "label", + labelValue = "labelValue", +} diff --git a/app/vmui/packages/vmui/src/utils/regexp.ts b/app/vmui/packages/vmui/src/utils/regexp.ts index 96e6f859c..19836626e 100644 --- a/app/vmui/packages/vmui/src/utils/regexp.ts +++ b/app/vmui/packages/vmui/src/utils/regexp.ts @@ -1,3 +1,8 @@ -export const escapeRegExp = (str: string) => { - return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string +export const escapeRegexp = (s: string) => { + // taken from https://stackoverflow.com/a/3561711/274937 + return s.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"); +}; + +export const escapeDoubleQuotes = (s: string) => { + return JSON.stringify(s).slice(1,-1); }; diff --git a/app/vmui/packages/vmui/tsconfig.json b/app/vmui/packages/vmui/tsconfig.json index a273b0cfc..9670db896 100644 --- a/app/vmui/packages/vmui/tsconfig.json +++ b/app/vmui/packages/vmui/tsconfig.json @@ -18,7 +18,8 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx" + "jsx": "react-jsx", + "downlevelIteration": true }, "include": [ "src" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 04f9089a9..a8cd201b4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -54,6 +54,7 @@ The sandbox cluster installation is running under the constant load generated by * `go_gc_pauses_seconds` - the [histogram](https://docs.victoriametrics.com/keyConcepts.html#histogram), which shows the duration of GC pauses. * `go_scavenge_cpu_seconds_total` - the [counter](https://docs.victoriametrics.com/keyConcepts.html#counter), which shows the total CPU time spent by Go runtime for returning memory to the Operating System. * `go_memlimit_bytes` - the value of [GOMEMLIMIT](https://pkg.go.dev/runtime#hdr-Environment_Variables) environment variable. +* FEATURE: [vmui](https://docs.victoriametrics.com/#vmui): enhance autocomplete functionality with caching. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5348). * FEATURE: add field `version` to the response for `/api/v1/status/buildinfo` API for using more efficient API in Grafana for receiving label values. Add additional info about setup Grafana datasource. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5370) and [these docs](https://docs.victoriametrics.com/#grafana-setup) for details. * FEATURE: add `-search.maxResponseSeries` command-line flag for limiting the number of time series a single query to [`/api/v1/query`](https://docs.victoriametrics.com/keyConcepts.html#instant-query) or [`/api/v1/query_range`](https://docs.victoriametrics.com/keyConcepts.html#range-query) can return. This limit can protect Grafana from high memory usage when the query returns too many series. See [this feature request](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5372). * FEATURE: [Alerting rules for VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#alerts): ease aggregation for certain alerting rules to keep more useful labels for the context. Before, all extra labels except `job` and `instance` were ignored. See this [pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5429) and this [follow-up commit](https://github.com/VictoriaMetrics/VictoriaMetrics/commit/8fb68152e67712ed2c16dcfccf7cf4d0af140835). Thanks to @7840vz. diff --git a/docs/README.md b/docs/README.md index a8ed5e69c..5916e2343 100644 --- a/docs/README.md +++ b/docs/README.md @@ -399,6 +399,9 @@ The UI allows exploring query results via graphs and tables. It also provides th - [WITH expressions playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/expand-with-exprs) - test how WITH expressions work; - [Metric relabel debugger](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/relabeling) - playground for [relabeling](#relabeling) configs. +VMUI provides auto-completion for [MetricsQL](https://docs.victoriametrics.com/MetricsQL.html) functions, metric names, label names and label values. The auto-completion can be enabled +by checking the `Autocomplete` toggle. When the auto-completion is disabled, it can still be triggered for the current cursor position by pressing `ctrl+space`. + VMUI automatically switches from graph view to heatmap view when the query returns [histogram](https://docs.victoriametrics.com/keyConcepts.html#histogram) buckets (both [Prometheus histograms](https://prometheus.io/docs/concepts/metric_types/#histogram) and [VictoriaMetrics histograms](https://valyala.medium.com/improving-histogram-usability-for-prometheus-and-grafana-bc7e5df0e350) are supported). @@ -2751,7 +2754,7 @@ Pass `-help` to VictoriaMetrics in order to see the list of supported command-li -promscrape.cluster.memberNum string The number of vmagent instance in the cluster of scrapers. It must be a unique value in the range 0 ... promscrape.cluster.membersCount-1 across scrapers in the cluster. Can be specified as pod name of Kubernetes StatefulSet - pod-name-Num, where Num is a numeric part of pod name. See also -promscrape.cluster.memberLabel . See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more info (default "0") -promscrape.cluster.memberURLTemplate string - An optional template for URL to access vmagent instance with the given -promscrape.cluster.memberNum value. Every %d occurrence in the template is substituted with -promscrape.cluster.memberNum at urls to vmagent instances responsible for scraping the given target at /service-discovery page. For example -promscrape.cluster.memberURLTemplate='http://vmagent-%d:8429/targets'. See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more details + An optional template for URL to access vmagent instance with the given -promscrape.cluster.memberNum value. Every %d occurence in the template is substituted with -promscrape.cluster.memberNum at urls to vmagent instances responsible for scraping the given target at /service-discovery page. For example -promscrape.cluster.memberURLTemplate='http://vmagent-%d:8429/targets'. See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more details -promscrape.cluster.membersCount int The number of members in a cluster of scrapers. Each member must have a unique -promscrape.cluster.memberNum in the range 0 ... promscrape.cluster.membersCount-1 . Each member then scrapes roughly 1/N of all the targets. By default, cluster scraping is disabled, i.e. a single scraper scrapes all the targets. See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more info (default 1) -promscrape.cluster.name string diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index cc792dac1..16e54fe38 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -407,6 +407,9 @@ The UI allows exploring query results via graphs and tables. It also provides th - [WITH expressions playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/expand-with-exprs) - test how WITH expressions work; - [Metric relabel debugger](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/relabeling) - playground for [relabeling](#relabeling) configs. +VMUI provides auto-completion for [MetricsQL](https://docs.victoriametrics.com/MetricsQL.html) functions, metric names, label names and label values. The auto-completion can be enabled +by checking the `Autocomplete` toggle. When the auto-completion is disabled, it can still be triggered for the current cursor position by pressing `ctrl+space`. + VMUI automatically switches from graph view to heatmap view when the query returns [histogram](https://docs.victoriametrics.com/keyConcepts.html#histogram) buckets (both [Prometheus histograms](https://prometheus.io/docs/concepts/metric_types/#histogram) and [VictoriaMetrics histograms](https://valyala.medium.com/improving-histogram-usability-for-prometheus-and-grafana-bc7e5df0e350) are supported). @@ -2759,7 +2762,7 @@ Pass `-help` to VictoriaMetrics in order to see the list of supported command-li -promscrape.cluster.memberNum string The number of vmagent instance in the cluster of scrapers. It must be a unique value in the range 0 ... promscrape.cluster.membersCount-1 across scrapers in the cluster. Can be specified as pod name of Kubernetes StatefulSet - pod-name-Num, where Num is a numeric part of pod name. See also -promscrape.cluster.memberLabel . See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more info (default "0") -promscrape.cluster.memberURLTemplate string - An optional template for URL to access vmagent instance with the given -promscrape.cluster.memberNum value. Every %d occurrence in the template is substituted with -promscrape.cluster.memberNum at urls to vmagent instances responsible for scraping the given target at /service-discovery page. For example -promscrape.cluster.memberURLTemplate='http://vmagent-%d:8429/targets'. See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more details + An optional template for URL to access vmagent instance with the given -promscrape.cluster.memberNum value. Every %d occurence in the template is substituted with -promscrape.cluster.memberNum at urls to vmagent instances responsible for scraping the given target at /service-discovery page. For example -promscrape.cluster.memberURLTemplate='http://vmagent-%d:8429/targets'. See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more details -promscrape.cluster.membersCount int The number of members in a cluster of scrapers. Each member must have a unique -promscrape.cluster.memberNum in the range 0 ... promscrape.cluster.membersCount-1 . Each member then scrapes roughly 1/N of all the targets. By default, cluster scraping is disabled, i.e. a single scraper scrapes all the targets. See https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets for more info (default 1) -promscrape.cluster.name string