@guihz/trading-vue-editor-tes 0.0.130 → 0.0.132
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/trading-vue-editor.js +509 -506
- package/lib/trading-vue-editor.umd.cjs +24 -24
- package/lib/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.de.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.es.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.fr.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.it.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.ja.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.ko.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.ru.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.zh-cn.js +8 -0
- package/lib/vs/base/common/worker/simpleWorker.nls.zh-tw.js +8 -0
- package/lib/vs/base/worker/workerMain.js +27 -0
- package/lib/vs/basic-languages/abap/abap.js +10 -0
- package/lib/vs/basic-languages/apex/apex.js +10 -0
- package/lib/vs/basic-languages/azcli/azcli.js +10 -0
- package/lib/vs/basic-languages/bat/bat.js +10 -0
- package/lib/vs/basic-languages/bicep/bicep.js +11 -0
- package/lib/vs/basic-languages/cameligo/cameligo.js +10 -0
- package/lib/vs/basic-languages/clojure/clojure.js +10 -0
- package/lib/vs/basic-languages/coffee/coffee.js +10 -0
- package/lib/vs/basic-languages/cpp/cpp.js +10 -0
- package/lib/vs/basic-languages/csharp/csharp.js +10 -0
- package/lib/vs/basic-languages/csp/csp.js +10 -0
- package/lib/vs/basic-languages/css/css.js +12 -0
- package/lib/vs/basic-languages/cypher/cypher.js +10 -0
- package/lib/vs/basic-languages/dart/dart.js +10 -0
- package/lib/vs/basic-languages/dockerfile/dockerfile.js +10 -0
- package/lib/vs/basic-languages/ecl/ecl.js +10 -0
- package/lib/vs/basic-languages/elixir/elixir.js +10 -0
- package/lib/vs/basic-languages/flow9/flow9.js +10 -0
- package/lib/vs/basic-languages/freemarker2/freemarker2.js +12 -0
- package/lib/vs/basic-languages/fsharp/fsharp.js +10 -0
- package/lib/vs/basic-languages/go/go.js +10 -0
- package/lib/vs/basic-languages/graphql/graphql.js +10 -0
- package/lib/vs/basic-languages/handlebars/handlebars.js +10 -0
- package/lib/vs/basic-languages/hcl/hcl.js +10 -0
- package/lib/vs/basic-languages/html/html.js +10 -0
- package/lib/vs/basic-languages/ini/ini.js +10 -0
- package/lib/vs/basic-languages/java/java.js +10 -0
- package/lib/vs/basic-languages/javascript/javascript.js +10 -0
- package/lib/vs/basic-languages/julia/julia.js +10 -0
- package/lib/vs/basic-languages/kotlin/kotlin.js +10 -0
- package/lib/vs/basic-languages/less/less.js +11 -0
- package/lib/vs/basic-languages/lexon/lexon.js +10 -0
- package/lib/vs/basic-languages/liquid/liquid.js +10 -0
- package/lib/vs/basic-languages/lua/lua.js +10 -0
- package/lib/vs/basic-languages/m3/m3.js +10 -0
- package/lib/vs/basic-languages/markdown/markdown.js +10 -0
- package/lib/vs/basic-languages/mdx/mdx.js +10 -0
- package/lib/vs/basic-languages/mips/mips.js +10 -0
- package/lib/vs/basic-languages/msdax/msdax.js +10 -0
- package/lib/vs/basic-languages/mysql/mysql.js +10 -0
- package/lib/vs/basic-languages/objective-c/objective-c.js +10 -0
- package/lib/vs/basic-languages/pascal/pascal.js +10 -0
- package/lib/vs/basic-languages/pascaligo/pascaligo.js +10 -0
- package/lib/vs/basic-languages/perl/perl.js +10 -0
- package/lib/vs/basic-languages/pgsql/pgsql.js +10 -0
- package/lib/vs/basic-languages/php/php.js +10 -0
- package/lib/vs/basic-languages/pla/pla.js +10 -0
- package/lib/vs/basic-languages/postiats/postiats.js +10 -0
- package/lib/vs/basic-languages/powerquery/powerquery.js +10 -0
- package/lib/vs/basic-languages/powershell/powershell.js +10 -0
- package/lib/vs/basic-languages/protobuf/protobuf.js +11 -0
- package/lib/vs/basic-languages/pug/pug.js +10 -0
- package/lib/vs/basic-languages/python/python.js +10 -0
- package/lib/vs/basic-languages/qsharp/qsharp.js +10 -0
- package/lib/vs/basic-languages/r/r.js +10 -0
- package/lib/vs/basic-languages/razor/razor.js +10 -0
- package/lib/vs/basic-languages/redis/redis.js +10 -0
- package/lib/vs/basic-languages/redshift/redshift.js +10 -0
- package/lib/vs/basic-languages/restructuredtext/restructuredtext.js +10 -0
- package/lib/vs/basic-languages/ruby/ruby.js +10 -0
- package/lib/vs/basic-languages/rust/rust.js +10 -0
- package/lib/vs/basic-languages/sb/sb.js +10 -0
- package/lib/vs/basic-languages/scala/scala.js +10 -0
- package/lib/vs/basic-languages/scheme/scheme.js +10 -0
- package/lib/vs/basic-languages/scss/scss.js +12 -0
- package/lib/vs/basic-languages/shell/shell.js +10 -0
- package/lib/vs/basic-languages/solidity/solidity.js +10 -0
- package/lib/vs/basic-languages/sophia/sophia.js +10 -0
- package/lib/vs/basic-languages/sparql/sparql.js +10 -0
- package/lib/vs/basic-languages/sql/sql.js +10 -0
- package/lib/vs/basic-languages/st/st.js +10 -0
- package/lib/vs/basic-languages/swift/swift.js +13 -0
- package/lib/vs/basic-languages/systemverilog/systemverilog.js +10 -0
- package/lib/vs/basic-languages/tcl/tcl.js +10 -0
- package/lib/vs/basic-languages/twig/twig.js +10 -0
- package/lib/vs/basic-languages/typescript/typescript.js +10 -0
- package/lib/vs/basic-languages/vb/vb.js +10 -0
- package/lib/vs/basic-languages/wgsl/wgsl.js +307 -0
- package/lib/vs/basic-languages/xml/xml.js +10 -0
- package/lib/vs/basic-languages/yaml/yaml.js +10 -0
- package/lib/vs/editor/editor.main.css +6 -0
- package/lib/vs/editor/editor.main.js +745 -0
- package/lib/vs/editor/editor.main.nls.de.js +31 -0
- package/lib/vs/editor/editor.main.nls.es.js +31 -0
- package/lib/vs/editor/editor.main.nls.fr.js +29 -0
- package/lib/vs/editor/editor.main.nls.it.js +29 -0
- package/lib/vs/editor/editor.main.nls.ja.js +31 -0
- package/lib/vs/editor/editor.main.nls.js +29 -0
- package/lib/vs/editor/editor.main.nls.ko.js +29 -0
- package/lib/vs/editor/editor.main.nls.ru.js +31 -0
- package/lib/vs/editor/editor.main.nls.zh-cn.js +31 -0
- package/lib/vs/editor/editor.main.nls.zh-tw.js +29 -0
- package/lib/vs/language/css/cssMode.js +13 -0
- package/lib/vs/language/css/cssWorker.js +81 -0
- package/lib/vs/language/html/htmlMode.js +13 -0
- package/lib/vs/language/html/htmlWorker.js +453 -0
- package/lib/vs/language/json/jsonMode.js +15 -0
- package/lib/vs/language/json/jsonWorker.js +36 -0
- package/lib/vs/language/typescript/tsMode.js +20 -0
- package/lib/vs/language/typescript/tsWorker.js +37016 -0
- package/lib/vs/loader.js +11 -0
- package/package.json +1 -1
@@ -1,8 +1,7 @@
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.appendChild(document.createTextNode(`.line-decoration_modified,.line-decoration_added,.line-decoration_removed{left:auto!important;right:20px;transform:scale(-1);width:4px!important}.line-modified:before{content:"";height:100%;left:0;position:absolute;top:0;transition:width .2s;width:3px;z-index:1;background-image:linear-gradient(-45deg,#2962ff 25%,#0000 0,#0000 50%,#2962ff 0,#2962ff 75%,#0000 0,#0000);background-size:3px 3px}.line-added:before{content:"";height:100%;left:0;position:absolute;top:0;transition:width .2s;width:3px;z-index:1;background:#089950}.modified-in-monaco-diff-editor .line-modified:before,.modified-in-monaco-diff-editor .line-added:before,.modified-in-monaco-diff-editor .line-decoration_removed:after{background:none}.line-modified:hover:before,.line-added:hover:before,.line-decoration_removed:hover:before{width:5px}.line-decoration_removed:hover:before{background-color:#f23645}.line-decoration_removed:hover:after{background:none}.line-decoration_removed:before{content:"";height:100%;left:0;position:absolute;top:0;transition:width .2s;width:3px;z-index:1}.line-decoration_removed:after{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='18'%20viewBox='0%200%204%2018'%20fill='%23F23645'%3e%3cpath%20d='M3.7%208.11a.5.5%200%200%201%200%20.67L.89%2012a.5.5%200%200%201-.88-.33V5.3a.5.5%200%200%201%20.87-.33L3.7%208.1Z'/%3e%3c/svg%3e") 50% no-repeat;background-size:5px 20px;content:"";height:10px;left:-4px;position:absolute;top:-3px;transform:scale(-1);width:10px}.vs-dark .content-popup{background-color:#1e222d}.content-popup{position:relative;border-bottom:1px solid;display:flex;flex-direction:column;height:100%;-webkit-user-select:none;user-select:none;background-color:#fff}.header-popup{align-items:center;position:relative;z-index:1;border-left:0;border-right:0;display:flex;height:22px;justify-content:space-between;margin-top:5px;border-bottom:1px solid #fff;border-top:1px solid #fff;background-color:#fff}.title-popup{font-size:13px;font-weight:400;line-height:18px;margin-left:27px}.actions-popup{align-items:center;display:flex}.button-popup{height:24px;cursor:pointer;justify-content:center;width:24px;display:flex;padding:0 5px;align-items:center;box-sizing:border-box;transition:background-color 60ms ease,opacity 60ms ease,color 60ms ease}.icon-popup{display:flex}.triangle-popup{position:absolute;left:55px;margin-top:1px;height:8px;z-index:0;transform:rotate(-45deg);width:8px}.triangle-modified-popup{background-color:#2962ff}.vs-dark .header-modified-popup{background-color:#1e222d}.header-modified-popup{background-color:#e3effd;border-color:#2962ff}.content-modified-popup{border-bottom-color:#2962ff}.triangle-added-popup{background-color:#089950}.vs-dark .header-added-popup{background-color:#1a3326}.header-added-popup{background-color:#daf2e6;border-color:#089950}.content-added-popup{border-bottom-color:#089950}.triangle-removed-popup{background-color:#f23645}.vs-dark .header-removed-popup{background-color:#331f20}.header-removed-popup{background-color:#ffebec;border-color:#f23645}.content-removed-popup{border-bottom-color:#f23645}.tvue-script .monaco-editor.vs-dark .quick-input-widget{background:#1e222d!important}.tvue-script .monaco-editor .monaco-inputbox:focus-within,.tvue-script .monaco-editor.vs-dark .monaco-inputbox:focus-within{border-color:#2962ff}.tvue-script .monaco-editor .quick-input-widget .monaco-inputbox{background-color:unset!important;border:unset!important}.tvue-script .monaco-editor .quick-input-widget .input:active,.tvue-script .monaco-editor .quick-input-widget .input:focus{border:2px solid #2962ff}.tvue-script .monaco-editor.vs-dark .quick-input-widget .input{background-color:#1e222d!important;color:#d1d4dc!important}.tvue-script .monaco-editor .monaco-inputbox .input{font-size:14px;line-height:18px;outline:none}.tvue-script .monaco-editor .quick-input-widget .input{background-color:#fff!important;border:1px solid #d1d4dc;border-radius:6px;color:#131722!important;height:28px;padding-bottom:5px}.tvue-script .monaco-editor .overflow-guard{overflow:hidden!important}.tvue-script .monaco-editor .find-widget .codicon.toggle:before{content:"";font-size:15px;transition:.3s ease-out}.tvue-script .monaco-editor .find-widget.replaceToggled{height:80px!important}.tvue-script .monaco-editor .find-widget{border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:44px!important;width:450px!important;transition:.3s ease-out}.tvue-script .monaco-editor .find-widget.replaceToggled .find-part,.tvue-script .monaco-editor .find-widget.replaceToggled .replace-part{margin-left:17px}.tvue-script .monaco-editor .find-widget .codicon.toggle.codicon-find-expanded{height:77px}.tvue-script .monaco-editor .find-widget.replaceToggled .replace-part{margin-top:8px}.tvue-script .monaco-editor .find-widget .codicon.toggle{border-radius:4px;cursor:default;height:41px;left:2px;top:2px}.tvue-script .monaco-editor .find-widget .monaco-sash{display:none}.tvue-script .monaco-editor .find-widget .find-part{margin-top:8px}.tvue-script .monaco-editor .find-widget .monaco-findInput{width:255px}.tvue-script .monaco-editor .monaco-scrollable-element{--vscode-scrollbarSlider-background: #64646466;margin-bottom:-2px}.tvue-script .monaco-editor.vs-dark .find-widget .monaco-scrollable-element>.monaco-inputbox.idle{background-color:#1e222d!important}.tvue-script .monaco-editor.vs-dark .find-widget .monaco-scrollable-element>.monaco-inputbox.idle{border-color:#50535e!important}.tvue-script .monaco-editor .find-widget .monaco-scrollable-element>.monaco-inputbox.idle{background-color:#fff!important;border-color:#d1d4dc!important;border-radius:6px;height:28px}.tvue-script .monaco-editor.vs-dark .monaco-inputbox,.tvue-script .monaco-editor.vs-dark .monaco-inputbox.idle{border:2px solid #50535e}.tvue-script .monaco-editor .monaco-inputbox,.tvue-script .monaco-editor .monaco-inputbox.idle{border:2px solid #a3a6af;border-radius:4px;overflow:hidden}.tvue-script .monaco-editor .find-widget .button{box-sizing:content-box}.tvue-script .monaco-editor .find-widget>.button.codicon-widget-close{top:10px}.tvue-script .monaco-editor .find-widget .codicon.toggle.codicon-find-expanded:before{transform:rotate(180deg)}.tvue-script .monaco-editor .find-widget .monaco-scrollable-element>.monaco-inputbox.idle .ibwrapper>textarea.input{padding-top:4px}.tvue-script .monaco-editor .monaco-inputbox .input{line-height:18px}.tvue-script .monaco-editor.vs-dark .find-widget .monaco-scrollable-element>.monaco-inputbox.synthetic-focus{border:1px solid #2962ff!important}.tvue-script .monaco-editor .find-widget .monaco-scrollable-element>.monaco-inputbox.synthetic-focus{border:1px solid #2962ff!important;outline-color:#0000}.tvue-script .monaco-editor .monaco-inputbox:focus-within{border-color:#2962ff}.vs-dark .context-view .monaco-menu>.monaco-action-bar.vertical{background-color:#1e222d!important}.context-view .monaco-menu>.monaco-action-bar.vertical{background-color:#fff!important}.vs-dark .context-view .monaco-menu>.monaco-action-bar.vertical .action-item .action-menu-item,.vs-dark .context-view .monaco-menu>.monaco-action-bar.vertical .action-item .submenu-indicator{color:#d1d4dc!important}.context-view .monaco-menu>.monaco-action-bar.vertical .action-item .action-menu-item,.context-view .monaco-menu>.monaco-action-bar.vertical .action-item .submenu-indicator{color:#131722!important}.context-view .monaco-menu>.monaco-action-bar.vertical .action-item .action-menu-item{border-radius:0;height:32px;margin:0}.vs-dark .context-view .monaco-menu>.monaco-action-bar.vertical .action-item.focused .action-menu-item,.vs-dark .context-view .monaco-menu>.monaco-action-bar.vertical .action-item.focused .submenu-indicator{background-color:#2a2e39!important;color:#d1d4dc!important}.context-view .monaco-menu>.monaco-action-bar.vertical .action-item.focused .action-menu-item,.context-view .monaco-menu>.monaco-action-bar.vertical .action-item.focused .submenu-indicator{background-color:#f0f3fa!important;color:#131722!important}.vs-dark .context-view .monaco-menu>.monaco-action-bar.vertical .action-label.separator{border-bottom:1px solid #434651!important}.context-view .monaco-menu>.monaco-action-bar.vertical .action-label.separator{border-bottom:1px solid #e0e3eb!important;margin-left:0!important;margin-right:0!important;opacity:1}.vs-dark .context-view .monaco-menu>.monaco-action-bar.vertical .action-item .action-menu-item span.keybinding{color:#5d606b}.context-view .monaco-menu>.monaco-action-bar.vertical .action-item .action-menu-item span.keybinding{color:#9598a1}.monaco-menu{max-height:calc(100vh - 35px)!important}.vs-dark.manual-warpper{color:#d1d4dc}.manual-warpper{display:flex;height:100%;text-align:left;color:#131722}.vs-dark .manual-left{border-right-color:#434651}.manual-left{border-right:1px solid #e0e3eb;display:flex;flex:0 0 240px;flex-direction:column;height:100%}.manual-right{flex:1;height:100%;overflow-y:auto;-webkit-user-select:text;user-select:text}.vs-dark .manual-search{border-bottom-color:#434651}.manual-search{display:flex;align-items:center;flex:0 0 47px;padding-left:16.5px;border-bottom:1px solid #e0e3eb}.manual-search-icon{height:18px;font-size:14px;opacity:.8;pointer-events:none;transition:opacity .35s ease}.manual-search-icon svg{fill:#a3a6af}.manual-search-input{background-color:transparent;color:inherit;height:29px;width:146px;margin-left:5px;border:none;outline:none}.vs-dark .manual-search-clear svg{fill:#d1d4dc}.manual-search-clear svg{fill:#434651}.manual-search-clear{cursor:pointer;opacity:.5;text-align:center;transition:opacity .35s ease;width:36px;font-size:14px}.manual-search-clear:hover{opacity:1;transition-duration:60ms}.manual-group-list{display:flex;flex:1 1 100%;flex-direction:column;overflow-y:auto;text-align:left}.manual-group-search-list{flex:1 1 100%;overflow-y:auto;text-align:left}.vs-dark .manual-content-separator{background-color:#363a45}.manual-content-separator{background-color:#e0e3eb;height:1px}.vs-dark .manual-group-title{color:#d1d4dc;border-bottom-color:#434651}.manual-group-title{box-sizing:border-box;color:#434651;cursor:default;display:block;flex:0 0 auto;font-size:14px;font-weight:700;margin:0;padding:12px;border-bottom:1px solid #e0e3eb;-webkit-user-select:none;user-select:none}.vs-dark .manual-group-title.active{background-color:#2a2e39;border-top-color:#2a2e39;color:#d1d4dc}.manual-group-title.active{background-color:#e3effd;border-top-color:#e3effd;color:#131722}.vs-dark .manual-group-body{border-bottom-color:#434651}.manual-group-body{display:block;flex:1 1 auto;pointer-events:auto;-webkit-user-select:text;user-select:text;overflow-x:hidden;overflow-y:auto;transform:translateZ(0);border-bottom:1px solid #e0e3eb}.manual-group-body.hide,.manual-search-clear.hide,.manual-group-list.hide,.manual-group-search-list.hide{display:none}.vs-dark .manual-group-body-item{color:#b2b5be}.manual-group-body-item{box-sizing:border-box;color:#5d606b;cursor:default;display:block;font-size:14px;letter-spacing:.3px;line-height:24px;padding:2px 8px 2px 12px;position:relative;transition:none;word-break:break-all;text-decoration:none}.vs-dark .manual-group-body-item-selected{fill:#2962ff;color:#2962ff}.manual-group-body-item-selected{color:#2962ff;fill:#2962ff}.manual-group-body-item-selected:before{background-color:#2962ff;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:4px}.manual-content-wrapper{box-sizing:border-box;padding:30px 25px 25px;position:relative}.manual-content-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px}.vs-dark .manual-content-header-overloads{background-color:#2a2e39}.manual-content-header-overloads{background-color:#e3effd;border-radius:8px;display:inline-block;height:auto;margin-left:6px;padding:4px 8px;vertical-align:top}.vs-dark .manual-content-header-title{color:#d1d4dc}.manual-content-header-title{font-size:18px;line-height:26px;color:#131722;font-weight:700;display:inline-block;margin:0}.vs-dark .manual-content-btn{color:#d1d4dc}.manual-content-btn{align-items:center;background:#0000;border:none;border-radius:4px;box-sizing:initial;color:#131722;cursor:default;display:flex;height:34px;justify-content:center;margin:0;padding:0;width:34px}.vs-dark .manual-content-btn:hover{background-color:#2a2e39}.manual-content-btn:hover{background-color:#f0f3fa}.vs-dark .manual-content-args-label{color:#d1d4dc}.manual-content-args-label{color:#131722;font-weight:700}.vs-dark .manual-content-syntax{background-color:#2a2e39;color:#d1d4dc}.manual-content-syntax{background-color:#e3effd;border-radius:8px;color:#131722;font-family:Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;overflow:hidden;transition:opacity .1s ease;white-space:pre-wrap;font-size:14px;line-height:21px;margin-top:8px;padding:24px;-webkit-user-select:none;user-select:none}.with-overloads{opacity:.6}.with-overloads:hover{opacity:.8}.with-overloads.selected{box-shadow:0 0 0 2px #2962ff;opacity:1}.vs-dark .manual-content-text{color:#d1d4dc}.manual-content-text{font-size:14px;line-height:21px;color:#131722;margin-top:8px}.vs-dark .manual-content-text-link{fill:#5b9cf6;color:#5b9cf6}.vs-dark .manual-content-text-link:hover{fill:#3179f5;color:#3179f5}.manual-content-text-link{color:#2962ff;fill:#2962ff}.manual-content-text-link:hover{color:#1e53e5;fill:#1e53e5}.vs-dark .manual-content-text code{background-color:#2a2e39}.manual-content-text code{background-color:#e0e3eb;border-radius:3px;padding:0 .4em}.vs-dark .manual-content-sub-title{color:#868993}.manual-content-sub-title{color:#6a6d78;font-size:11px;letter-spacing:.4px;line-height:16px;margin-top:24px;text-transform:uppercase}.manual-content-example-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.vs-dark .manual-content-example-copy{color:#868993}.manual-content-example-copy{color:#6a6d78}.vs-dark .manual-content-example{background-color:#2a2e39}.manual-content-example{background-color:#e3effd;border-radius:8px;box-shadow:none;margin-top:0;overflow:hidden}.manual-content-example code{display:block;font-family:Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:13px;line-height:18px;overflow-x:auto;padding:24px}.manual-content-see_also{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;-webkit-user-select:none;user-select:none}.vs-dark .manual-content-see_also-tag{background-color:#1e222d;color:#d1d4dc}.vs-dark .manual-content-see_also-tag:hover{background-color:#363a45}.manual-content-see_also-tag{background-color:#f8f9fd;border-radius:3px;color:#131722;cursor:default;font-size:14px;line-height:21px;margin:0;padding:6px 8px}.manual-content-see_also-tag:hover{background-color:#f0f3fa}.manual-scroll::-webkit-scrollbar{height:5px;width:5px}.manual-scroll::-webkit-scrollbar-corner{display:none}.vs-dark .manual-scroll::-webkit-scrollbar-thumb,.vs-dark code::-webkit-scrollbar-thumb{background-color:#363a45}.manual-scroll::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#9598a1;border:1px solid #0000;border-radius:3px}.manual-scroll::-webkit-scrollbar-track{background-color:initial;border-radius:3px}[data-tooltip]{position:relative;text-transform:none}[data-tooltip]:before,[data-tooltip]:after{position:absolute;opacity:0;z-index:1000;pointer-events:none;transition:.2s}[data-tooltip]:before{content:"";border:5px solid transparent;border-top-color:#2a2e39;-webkit-transform:translateX(-50%);transform:translate(-50%);bottom:100%;left:50%;margin-bottom:-5px}[data-tooltip]:after{content:attr(data-tooltip);background:#2a2e39;font:12px Microsoft YaHei;color:#fff;padding:4px 8px;border-radius:2px;box-shadow:3px 3px 6px #0000004d;bottom:100%;width:max-content;left:50%;transform:translate(-50%);margin-bottom:5px}[data-tooltip]:hover:before,[data-tooltip]:hover:after{opacity:1;-webkit-transition-delay:.15s;transition-delay:.15s}[data-tooltip=""]:before,[data-tooltip=""]:after{display:none!important}.vs-dark ::selection{background:#143a87}::selection{background:#bbd9fb}`)),document.head.appendChild(o)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
|
2
|
-
import is, { memo as
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import rb from "react-dom";
|
2
|
+
import is, { memo as Fi, useState as ot, useRef as Pe, useCallback as $r, useEffect as Ve, forwardRef as xp, useImperativeHandle as hp, useMemo as Jg, Fragment as Wt } from "react";
|
3
|
+
import { languages as $e, Position as eb, MarkerSeverity as tb, editor as Hr } from "monaco-editor";
|
4
|
+
import sb from "react-dom";
|
6
5
|
var xc;
|
7
6
|
(function(a) {
|
8
7
|
a.Comment = "comment", a.Text = "text", a.String = "string", a.Paren = "paren", a.StringInvalid = "string.invalid", a.ConstantNumericInteger = "constant.numeric.integer", a.ConstantNumericFloat = "constant.numeric.float", a.ConstantLanguage = "constant.language", a.ConstantLanguageBoolean = "constant.other.boolean", a.ConstantOtherColor = "constant.other.color", a.SupportVariable = "support.variable", a.SupportType = "support.type", a.Keyword = "keyword", a.KeywordEquals = "keyword.equals", a.KeywordOperator = "keyword.operator", a.CustomType = "entity.name.type", a.VariableOther = "variable.other", a.Property = "variable.other.property", a.SupportFunction = "support.function", a.SupportMethod = "support.method", a.ImportedFunction = "meta.function-call", a.Function = "entity.name.function", a.ImportName = "entity.name.module", a.ImportAlias = "entity.name.module.name", a.ExtensionMethod = "entity.name.method", a.Annotation = "comment.annotation", a.PunctuationOperator = "punctuation.operator", a.Empty = "empty", a.Source = "source";
|
@@ -16,10 +15,10 @@ var Ls;
|
|
16
15
|
a.Save = "save", a.Find = "find", a.TriggerConsole = "trigger.console", a.RunScript = "runScript", a.Open = "open";
|
17
16
|
})(Ls || (Ls = {}));
|
18
17
|
var Mr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
19
|
-
function
|
18
|
+
function rb(a) {
|
20
19
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
21
20
|
}
|
22
|
-
var
|
21
|
+
var zi = { exports: {} }, Pr = {};
|
23
22
|
/**
|
24
23
|
* @license React
|
25
24
|
* react-jsx-runtime.production.min.js
|
@@ -30,7 +29,7 @@ var Ei = { exports: {} }, Pr = {};
|
|
30
29
|
* LICENSE file in the root directory of this source tree.
|
31
30
|
*/
|
32
31
|
var hc;
|
33
|
-
function
|
32
|
+
function ab() {
|
34
33
|
if (hc)
|
35
34
|
return Pr;
|
36
35
|
hc = 1;
|
@@ -58,7 +57,7 @@ var Or = {};
|
|
58
57
|
* LICENSE file in the root directory of this source tree.
|
59
58
|
*/
|
60
59
|
var wc;
|
61
|
-
function
|
60
|
+
function nb() {
|
62
61
|
return wc || (wc = 1, process.env.NODE_ENV !== "production" && function() {
|
63
62
|
var a = is, n = Symbol.for("react.element"), r = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), m = Symbol.for("react.provider"), _ = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), M = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), P = Symbol.iterator, N = "@@iterator";
|
64
63
|
function H(f) {
|
@@ -374,7 +373,7 @@ function ib() {
|
|
374
373
|
return B;
|
375
374
|
}
|
376
375
|
}
|
377
|
-
function
|
376
|
+
function on(f) {
|
378
377
|
try {
|
379
378
|
return ls(f), !1;
|
380
379
|
} catch {
|
@@ -385,7 +384,7 @@ function ib() {
|
|
385
384
|
return "" + f;
|
386
385
|
}
|
387
386
|
function Yr(f) {
|
388
|
-
if (
|
387
|
+
if (on(f))
|
389
388
|
return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Bs(f)), ls(f);
|
390
389
|
}
|
391
390
|
var St = G.ReactCurrentOwner, cs = {
|
@@ -468,7 +467,7 @@ function ib() {
|
|
468
467
|
value: ye
|
469
468
|
}), Object.freeze && (Object.freeze(le.props), Object.freeze(le)), le;
|
470
469
|
};
|
471
|
-
function
|
470
|
+
function ln(f, S, B, Z, ye) {
|
472
471
|
{
|
473
472
|
var xe, pe = {}, le = null, He = null;
|
474
473
|
B !== void 0 && (Yr(B), le = "" + B), dr(S) && (Yr(S.key), le = "" + S.key), pr(S) && (He = S.ref, mr(S, ye));
|
@@ -511,7 +510,7 @@ Check the render method of \`` + f + "`.";
|
|
511
510
|
return "";
|
512
511
|
}
|
513
512
|
}
|
514
|
-
function
|
513
|
+
function cn(f) {
|
515
514
|
{
|
516
515
|
if (f !== void 0) {
|
517
516
|
var S = f.fileName.replace(/^.*[\\\/]/, ""), B = f.lineNumber;
|
@@ -567,7 +566,7 @@ Check the top-level render call using <` + B + ">.");
|
|
567
566
|
}
|
568
567
|
}
|
569
568
|
}
|
570
|
-
function
|
569
|
+
function pn(f) {
|
571
570
|
{
|
572
571
|
var S = f.type;
|
573
572
|
if (S == null || typeof S == "string")
|
@@ -610,12 +609,12 @@ Check the top-level render call using <` + B + ">.");
|
|
610
609
|
if (!pe) {
|
611
610
|
var le = "";
|
612
611
|
(f === void 0 || typeof f == "object" && f !== null && Object.keys(f).length === 0) && (le += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
613
|
-
var He =
|
612
|
+
var He = cn(ye);
|
614
613
|
He ? le += He : le += Qr();
|
615
614
|
var Ae;
|
616
615
|
f === null ? Ae = "null" : Yt(f) ? Ae = "array" : f !== void 0 && f.$$typeof === n ? (Ae = "<" + (Ke(f.type) || "Unknown") + " />", le = " Did you accidentally export a JSX literal instead of a component?") : Ae = typeof f, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ae, le);
|
617
616
|
}
|
618
|
-
var ze =
|
617
|
+
var ze = ln(f, S, B, ye, xe);
|
619
618
|
if (ze == null)
|
620
619
|
return ze;
|
621
620
|
if (pe) {
|
@@ -631,22 +630,22 @@ Check the top-level render call using <` + B + ">.");
|
|
631
630
|
else
|
632
631
|
ta(et, f);
|
633
632
|
}
|
634
|
-
return f === o ? br(ze) :
|
633
|
+
return f === o ? br(ze) : pn(ze), ze;
|
635
634
|
}
|
636
635
|
}
|
637
636
|
function xr(f, S, B) {
|
638
637
|
return sa(f, S, B, !0);
|
639
638
|
}
|
640
|
-
function
|
639
|
+
function dn(f, S, B) {
|
641
640
|
return sa(f, S, B, !1);
|
642
641
|
}
|
643
|
-
var
|
644
|
-
Or.Fragment = o, Or.jsx =
|
642
|
+
var mn = dn, un = xr;
|
643
|
+
Or.Fragment = o, Or.jsx = mn, Or.jsxs = un;
|
645
644
|
}()), Or;
|
646
645
|
}
|
647
|
-
process.env.NODE_ENV === "production" ?
|
648
|
-
var L =
|
649
|
-
function
|
646
|
+
process.env.NODE_ENV === "production" ? zi.exports = ab() : zi.exports = nb();
|
647
|
+
var L = zi.exports;
|
648
|
+
function ib(a, n, r) {
|
650
649
|
return n in a ? Object.defineProperty(a, n, {
|
651
650
|
value: r,
|
652
651
|
enumerable: !0,
|
@@ -668,14 +667,14 @@ function Tc(a) {
|
|
668
667
|
for (var n = 1; n < arguments.length; n++) {
|
669
668
|
var r = arguments[n] != null ? arguments[n] : {};
|
670
669
|
n % 2 ? vc(Object(r), !0).forEach(function(o) {
|
671
|
-
|
670
|
+
ib(a, o, r[o]);
|
672
671
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(r)) : vc(Object(r)).forEach(function(o) {
|
673
672
|
Object.defineProperty(a, o, Object.getOwnPropertyDescriptor(r, o));
|
674
673
|
});
|
675
674
|
}
|
676
675
|
return a;
|
677
676
|
}
|
678
|
-
function
|
677
|
+
function ob(a, n) {
|
679
678
|
if (a == null)
|
680
679
|
return {};
|
681
680
|
var r = {}, o = Object.keys(a), l, c;
|
@@ -683,10 +682,10 @@ function lb(a, n) {
|
|
683
682
|
l = o[c], !(n.indexOf(l) >= 0) && (r[l] = a[l]);
|
684
683
|
return r;
|
685
684
|
}
|
686
|
-
function
|
685
|
+
function lb(a, n) {
|
687
686
|
if (a == null)
|
688
687
|
return {};
|
689
|
-
var r =
|
688
|
+
var r = ob(a, n), o, l;
|
690
689
|
if (Object.getOwnPropertySymbols) {
|
691
690
|
var c = Object.getOwnPropertySymbols(a);
|
692
691
|
for (l = 0; l < c.length; l++)
|
@@ -694,14 +693,14 @@ function cb(a, n) {
|
|
694
693
|
}
|
695
694
|
return r;
|
696
695
|
}
|
697
|
-
function
|
698
|
-
return
|
696
|
+
function cb(a, n) {
|
697
|
+
return pb(a) || db(a, n) || mb(a, n) || ub();
|
699
698
|
}
|
700
|
-
function
|
699
|
+
function pb(a) {
|
701
700
|
if (Array.isArray(a))
|
702
701
|
return a;
|
703
702
|
}
|
704
|
-
function
|
703
|
+
function db(a, n) {
|
705
704
|
if (!(typeof Symbol > "u" || !(Symbol.iterator in Object(a)))) {
|
706
705
|
var r = [], o = !0, l = !1, c = void 0;
|
707
706
|
try {
|
@@ -720,7 +719,7 @@ function mb(a, n) {
|
|
720
719
|
return r;
|
721
720
|
}
|
722
721
|
}
|
723
|
-
function
|
722
|
+
function mb(a, n) {
|
724
723
|
if (a) {
|
725
724
|
if (typeof a == "string")
|
726
725
|
return Dc(a, n);
|
@@ -737,11 +736,11 @@ function Dc(a, n) {
|
|
737
736
|
o[r] = a[r];
|
738
737
|
return o;
|
739
738
|
}
|
740
|
-
function
|
739
|
+
function ub() {
|
741
740
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
742
741
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
743
742
|
}
|
744
|
-
function
|
743
|
+
function yb(a, n, r) {
|
745
744
|
return n in a ? Object.defineProperty(a, n, {
|
746
745
|
value: r,
|
747
746
|
enumerable: !0,
|
@@ -763,14 +762,14 @@ function kc(a) {
|
|
763
762
|
for (var n = 1; n < arguments.length; n++) {
|
764
763
|
var r = arguments[n] != null ? arguments[n] : {};
|
765
764
|
n % 2 ? Ic(Object(r), !0).forEach(function(o) {
|
766
|
-
|
765
|
+
yb(a, o, r[o]);
|
767
766
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(r)) : Ic(Object(r)).forEach(function(o) {
|
768
767
|
Object.defineProperty(a, o, Object.getOwnPropertyDescriptor(r, o));
|
769
768
|
});
|
770
769
|
}
|
771
770
|
return a;
|
772
771
|
}
|
773
|
-
function
|
772
|
+
function _b() {
|
774
773
|
for (var a = arguments.length, n = new Array(a), r = 0; r < a; r++)
|
775
774
|
n[r] = arguments[r];
|
776
775
|
return function(o) {
|
@@ -793,35 +792,35 @@ function Rr(a) {
|
|
793
792
|
function Qa(a) {
|
794
793
|
return {}.toString.call(a).includes("Object");
|
795
794
|
}
|
796
|
-
function
|
795
|
+
function fb(a) {
|
797
796
|
return !Object.keys(a).length;
|
798
797
|
}
|
799
798
|
function jr(a) {
|
800
799
|
return typeof a == "function";
|
801
800
|
}
|
802
|
-
function
|
801
|
+
function gb(a, n) {
|
803
802
|
return Object.prototype.hasOwnProperty.call(a, n);
|
804
803
|
}
|
805
|
-
function
|
804
|
+
function bb(a, n) {
|
806
805
|
return Qa(n) || xs("changeType"), Object.keys(n).some(function(r) {
|
807
|
-
return !
|
806
|
+
return !gb(a, r);
|
808
807
|
}) && xs("changeField"), n;
|
809
808
|
}
|
810
|
-
function
|
809
|
+
function xb(a) {
|
811
810
|
jr(a) || xs("selectorType");
|
812
811
|
}
|
813
|
-
function
|
812
|
+
function hb(a) {
|
814
813
|
jr(a) || Qa(a) || xs("handlerType"), Qa(a) && Object.values(a).some(function(n) {
|
815
814
|
return !jr(n);
|
816
815
|
}) && xs("handlersType");
|
817
816
|
}
|
818
|
-
function
|
819
|
-
a || xs("initialIsRequired"), Qa(a) || xs("initialType"),
|
817
|
+
function wb(a) {
|
818
|
+
a || xs("initialIsRequired"), Qa(a) || xs("initialType"), fb(a) && xs("initialContent");
|
820
819
|
}
|
821
|
-
function
|
820
|
+
function vb(a, n) {
|
822
821
|
throw new Error(a[n] || a.default);
|
823
822
|
}
|
824
|
-
var
|
823
|
+
var Tb = {
|
825
824
|
initialIsRequired: "initial state is required",
|
826
825
|
initialType: "initial state should be an object",
|
827
826
|
initialContent: "initial state shouldn't be an empty object",
|
@@ -831,18 +830,18 @@ var Db = {
|
|
831
830
|
changeType: "provided value of changes should be an object",
|
832
831
|
changeField: 'it seams you want to change a field in the state which is not specified in the "initial" state',
|
833
832
|
default: "an unknown error accured in `state-local` package"
|
834
|
-
}, xs = Rr(
|
835
|
-
changes:
|
836
|
-
selector:
|
837
|
-
handler:
|
838
|
-
initial:
|
833
|
+
}, xs = Rr(vb)(Tb), Ha = {
|
834
|
+
changes: bb,
|
835
|
+
selector: xb,
|
836
|
+
handler: hb,
|
837
|
+
initial: wb
|
839
838
|
};
|
840
|
-
function
|
839
|
+
function Db(a) {
|
841
840
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
842
841
|
Ha.initial(a), Ha.handler(n);
|
843
842
|
var r = {
|
844
843
|
current: a
|
845
|
-
}, o = Rr(
|
844
|
+
}, o = Rr(Ab)(r, n), l = Rr(kb)(r), c = Rr(Ha.changes)(a), m = Rr(Ib)(r);
|
846
845
|
function _() {
|
847
846
|
var b = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : function(h) {
|
848
847
|
return h;
|
@@ -850,30 +849,30 @@ function Ib(a) {
|
|
850
849
|
return Ha.selector(b), b(r.current);
|
851
850
|
}
|
852
851
|
function g(b) {
|
853
|
-
|
852
|
+
_b(o, l, c, m)(b);
|
854
853
|
}
|
855
854
|
return [_, g];
|
856
855
|
}
|
857
|
-
function
|
856
|
+
function Ib(a, n) {
|
858
857
|
return jr(n) ? n(a.current) : n;
|
859
858
|
}
|
860
|
-
function
|
859
|
+
function kb(a, n) {
|
861
860
|
return a.current = kc(kc({}, a.current), n), n;
|
862
861
|
}
|
863
|
-
function
|
862
|
+
function Ab(a, n, r) {
|
864
863
|
return jr(n) ? n(a.current) : Object.keys(r).forEach(function(o) {
|
865
864
|
var l;
|
866
865
|
return (l = n[o]) === null || l === void 0 ? void 0 : l.call(n, a.current[o]);
|
867
866
|
}), r;
|
868
867
|
}
|
869
|
-
var
|
870
|
-
create:
|
871
|
-
},
|
868
|
+
var qb = {
|
869
|
+
create: Db
|
870
|
+
}, Cb = {
|
872
871
|
paths: {
|
873
872
|
vs: "https://cdn.jsdelivr.net/npm/monaco-editor@0.43.0/min/vs"
|
874
873
|
}
|
875
874
|
};
|
876
|
-
function
|
875
|
+
function zb(a) {
|
877
876
|
return function n() {
|
878
877
|
for (var r = this, o = arguments.length, l = new Array(o), c = 0; c < o; c++)
|
879
878
|
l[c] = arguments[c];
|
@@ -884,20 +883,20 @@ function Eb(a) {
|
|
884
883
|
};
|
885
884
|
};
|
886
885
|
}
|
887
|
-
function
|
886
|
+
function Eb(a) {
|
888
887
|
return {}.toString.call(a).includes("Object");
|
889
888
|
}
|
890
|
-
function
|
891
|
-
return a || Ac("configIsRequired"),
|
889
|
+
function Nb(a) {
|
890
|
+
return a || Ac("configIsRequired"), Eb(a) || Ac("configType"), a.urls ? (Sb(), {
|
892
891
|
paths: {
|
893
892
|
vs: a.urls.monacoBase
|
894
893
|
}
|
895
894
|
}) : a;
|
896
895
|
}
|
897
|
-
function
|
896
|
+
function Sb() {
|
898
897
|
console.warn(wp.deprecation);
|
899
898
|
}
|
900
|
-
function
|
899
|
+
function Lb(a, n) {
|
901
900
|
throw new Error(a[n] || a.default);
|
902
901
|
}
|
903
902
|
var wp = {
|
@@ -914,9 +913,9 @@ var wp = {
|
|
914
913
|
|
915
914
|
For more please check the link https://github.com/suren-atoyan/monaco-loader#config
|
916
915
|
`
|
917
|
-
}, Ac =
|
918
|
-
config:
|
919
|
-
},
|
916
|
+
}, Ac = zb(Lb)(wp), Mb = {
|
917
|
+
config: Nb
|
918
|
+
}, Pb = function() {
|
920
919
|
for (var n = arguments.length, r = new Array(n), o = 0; o < n; o++)
|
921
920
|
r[o] = arguments[o];
|
922
921
|
return function(l) {
|
@@ -930,29 +929,29 @@ function vp(a, n) {
|
|
930
929
|
n[r] instanceof Object && a[r] && Object.assign(n[r], vp(a[r], n[r]));
|
931
930
|
}), Tc(Tc({}, a), n);
|
932
931
|
}
|
933
|
-
var
|
932
|
+
var Ob = {
|
934
933
|
type: "cancelation",
|
935
934
|
msg: "operation is manually canceled"
|
936
935
|
};
|
937
|
-
function
|
936
|
+
function Di(a) {
|
938
937
|
var n = !1, r = new Promise(function(o, l) {
|
939
938
|
a.then(function(c) {
|
940
|
-
return n ? l(
|
939
|
+
return n ? l(Ob) : o(c);
|
941
940
|
}), a.catch(l);
|
942
941
|
});
|
943
942
|
return r.cancel = function() {
|
944
943
|
return n = !0;
|
945
944
|
}, r;
|
946
945
|
}
|
947
|
-
var
|
948
|
-
config:
|
946
|
+
var Fb = qb.create({
|
947
|
+
config: Cb,
|
949
948
|
isInitialized: !1,
|
950
949
|
resolve: null,
|
951
950
|
reject: null,
|
952
951
|
monaco: null
|
953
|
-
}), Tp =
|
954
|
-
function
|
955
|
-
var n =
|
952
|
+
}), Tp = cb(Fb, 2), Gr = Tp[0], an = Tp[1];
|
953
|
+
function Rb(a) {
|
954
|
+
var n = Mb.config(a), r = n.monaco, o = lb(n, ["monaco"]);
|
956
955
|
an(function(l) {
|
957
956
|
return {
|
958
957
|
config: vp(l.config, o),
|
@@ -960,7 +959,7 @@ function Bb(a) {
|
|
960
959
|
};
|
961
960
|
});
|
962
961
|
}
|
963
|
-
function
|
962
|
+
function Bb() {
|
964
963
|
var a = Gr(function(n) {
|
965
964
|
var r = n.monaco, o = n.isInitialized, l = n.resolve;
|
966
965
|
return {
|
@@ -973,33 +972,33 @@ function Kb() {
|
|
973
972
|
if (an({
|
974
973
|
isInitialized: !0
|
975
974
|
}), a.monaco)
|
976
|
-
return a.resolve(a.monaco), Ii
|
975
|
+
return a.resolve(a.monaco), Di(Ii);
|
977
976
|
if (window.monaco && window.monaco.editor)
|
978
|
-
return Dp(window.monaco), a.resolve(window.monaco), Ii
|
979
|
-
|
977
|
+
return Dp(window.monaco), a.resolve(window.monaco), Di(Ii);
|
978
|
+
Pb(Kb, $b)(Hb);
|
980
979
|
}
|
981
|
-
return Ii
|
980
|
+
return Di(Ii);
|
982
981
|
}
|
983
|
-
function
|
982
|
+
function Kb(a) {
|
984
983
|
return document.body.appendChild(a);
|
985
984
|
}
|
986
|
-
function
|
985
|
+
function Ub(a) {
|
987
986
|
var n = document.createElement("script");
|
988
987
|
return a && (n.src = a), n;
|
989
988
|
}
|
990
|
-
function
|
989
|
+
function $b(a) {
|
991
990
|
var n = Gr(function(o) {
|
992
991
|
var l = o.config, c = o.reject;
|
993
992
|
return {
|
994
993
|
config: l,
|
995
994
|
reject: c
|
996
995
|
};
|
997
|
-
}), r =
|
996
|
+
}), r = Ub("".concat(n.config.paths.vs, "/loader.js"));
|
998
997
|
return r.onload = function() {
|
999
998
|
return a();
|
1000
999
|
}, r.onerror = n.reject, r;
|
1001
1000
|
}
|
1002
|
-
function
|
1001
|
+
function Hb() {
|
1003
1002
|
var a = Gr(function(r) {
|
1004
1003
|
var o = r.config, l = r.resolve, c = r.reject;
|
1005
1004
|
return {
|
@@ -1019,59 +1018,59 @@ function Dp(a) {
|
|
1019
1018
|
monaco: a
|
1020
1019
|
});
|
1021
1020
|
}
|
1022
|
-
function
|
1021
|
+
function jb() {
|
1023
1022
|
return Gr(function(a) {
|
1024
1023
|
var n = a.monaco;
|
1025
1024
|
return n;
|
1026
1025
|
});
|
1027
1026
|
}
|
1028
|
-
var
|
1027
|
+
var Ii = new Promise(function(a, n) {
|
1029
1028
|
return an({
|
1030
1029
|
resolve: a,
|
1031
1030
|
reject: n
|
1032
1031
|
});
|
1033
|
-
}),
|
1034
|
-
config:
|
1035
|
-
init:
|
1036
|
-
__getMonacoInstance:
|
1037
|
-
},
|
1038
|
-
function
|
1039
|
-
return is.createElement("div", { style:
|
1032
|
+
}), Ri = {
|
1033
|
+
config: Rb,
|
1034
|
+
init: Bb,
|
1035
|
+
__getMonacoInstance: jb
|
1036
|
+
}, Wb = { wrapper: { display: "flex", position: "relative", textAlign: "initial" }, fullWidth: { width: "100%" }, hide: { display: "none" } }, ki = Wb, Gb = { container: { display: "flex", height: "100%", width: "100%", justifyContent: "center", alignItems: "center" } }, Xb = Gb;
|
1037
|
+
function Yb({ children: a }) {
|
1038
|
+
return is.createElement("div", { style: Xb.container }, a);
|
1040
1039
|
}
|
1041
|
-
var
|
1042
|
-
function
|
1043
|
-
return is.createElement("section", { style: { ...
|
1040
|
+
var Vb = Yb, Qb = Vb;
|
1041
|
+
function Zb({ width: a, height: n, isEditorReady: r, loading: o, _ref: l, className: c, wrapperProps: m }) {
|
1042
|
+
return is.createElement("section", { style: { ...ki.wrapper, width: a, height: n }, ...m }, !r && is.createElement(Qb, null, o), is.createElement("div", { ref: l, style: { ...ki.fullWidth, ...!r && ki.hide }, className: c }));
|
1044
1043
|
}
|
1045
|
-
var
|
1046
|
-
function
|
1044
|
+
var Jb = Zb, Ip = Fi(Jb);
|
1045
|
+
function ex(a) {
|
1047
1046
|
Ve(a, []);
|
1048
1047
|
}
|
1049
|
-
var kp =
|
1050
|
-
function
|
1048
|
+
var kp = ex;
|
1049
|
+
function tx(a, n, r = !0) {
|
1051
1050
|
let o = Pe(!0);
|
1052
1051
|
Ve(o.current || !r ? () => {
|
1053
1052
|
o.current = !1;
|
1054
1053
|
} : a, n);
|
1055
1054
|
}
|
1056
|
-
var gt =
|
1055
|
+
var gt = tx;
|
1057
1056
|
function Ur() {
|
1058
1057
|
}
|
1059
1058
|
function nr(a, n, r, o) {
|
1060
|
-
return
|
1059
|
+
return sx(a, o) || rx(a, n, r, o);
|
1061
1060
|
}
|
1062
|
-
function
|
1061
|
+
function sx(a, n) {
|
1063
1062
|
return a.editor.getModel(Ap(a, n));
|
1064
1063
|
}
|
1065
|
-
function
|
1064
|
+
function rx(a, n, r, o) {
|
1066
1065
|
return a.editor.createModel(n, r, o ? Ap(a, o) : void 0);
|
1067
1066
|
}
|
1068
1067
|
function Ap(a, n) {
|
1069
1068
|
return a.Uri.parse(n);
|
1070
1069
|
}
|
1071
|
-
function
|
1070
|
+
function ax({ original: a, modified: n, language: r, originalLanguage: o, modifiedLanguage: l, originalModelPath: c, modifiedModelPath: m, keepCurrentOriginalModel: _ = !1, keepCurrentModifiedModel: g = !1, theme: b = "light", loading: h = "Loading...", options: T = {}, height: M = "100%", width: F = "100%", className: P, wrapperProps: N = {}, beforeMount: H = Ur, onMount: G = Ur }) {
|
1072
1071
|
let [j, O] = ot(!1), [I, A] = ot(!0), R = Pe(null), U = Pe(null), se = Pe(null), me = Pe(G), ie = Pe(H), xt = Pe(!1);
|
1073
1072
|
kp(() => {
|
1074
|
-
let Y =
|
1073
|
+
let Y = Ri.init();
|
1075
1074
|
return Y.then((_e) => (U.current = _e) && A(!1)).catch((_e) => (_e == null ? void 0 : _e.type) !== "cancelation" && console.error("Monaco initialization: error:", _e)), () => R.current ? Fe() : Y.cancel();
|
1076
1075
|
}), gt(() => {
|
1077
1076
|
if (R.current && U.current) {
|
@@ -1122,18 +1121,18 @@ function nx({ original: a, modified: n, language: r, originalLanguage: o, modifi
|
|
1122
1121
|
}
|
1123
1122
|
return is.createElement(Ip, { width: F, height: M, isEditorReady: j, loading: h, _ref: se, className: P, wrapperProps: N });
|
1124
1123
|
}
|
1125
|
-
var
|
1126
|
-
function
|
1124
|
+
var nx = ax, ix = Fi(nx);
|
1125
|
+
function ox(a) {
|
1127
1126
|
let n = Pe();
|
1128
1127
|
return Ve(() => {
|
1129
1128
|
n.current = a;
|
1130
1129
|
}, [a]), n.current;
|
1131
1130
|
}
|
1132
|
-
var
|
1133
|
-
function
|
1134
|
-
let [A, R] = ot(!1), [U, se] = ot(!0), me = Pe(null), ie = Pe(null), xt = Pe(null), Et = Pe(j), Ke = Pe(G), Fe = Pe(), Y = Pe(o), _e =
|
1131
|
+
var lx = ox, ja = /* @__PURE__ */ new Map();
|
1132
|
+
function cx({ defaultValue: a, defaultLanguage: n, defaultPath: r, value: o, language: l, path: c, theme: m = "light", line: _, loading: g = "Loading...", options: b = {}, overrideServices: h = {}, saveViewState: T = !0, keepCurrentModel: M = !1, width: F = "100%", height: P = "100%", className: N, wrapperProps: H = {}, beforeMount: G = Ur, onMount: j = Ur, onChange: O, onValidate: I = Ur }) {
|
1133
|
+
let [A, R] = ot(!1), [U, se] = ot(!0), me = Pe(null), ie = Pe(null), xt = Pe(null), Et = Pe(j), Ke = Pe(G), Fe = Pe(), Y = Pe(o), _e = lx(c), Ce = Pe(!1), Se = Pe(!1);
|
1135
1134
|
kp(() => {
|
1136
|
-
let J =
|
1135
|
+
let J = Ri.init();
|
1137
1136
|
return J.then((be) => (me.current = be) && se(!1)).catch((be) => (be == null ? void 0 : be.type) !== "cancelation" && console.error("Monaco initialization: error:", be)), () => ie.current ? Nt() : J.cancel();
|
1138
1137
|
}), gt(() => {
|
1139
1138
|
var be, Oe, ht, De;
|
@@ -1195,7 +1194,7 @@ function px({ defaultValue: a, defaultLanguage: n, defaultPath: r, value: o, lan
|
|
1195
1194
|
}
|
1196
1195
|
return is.createElement(Ip, { width: F, height: P, isEditorReady: A, loading: g, _ref: xt, className: N, wrapperProps: H });
|
1197
1196
|
}
|
1198
|
-
var
|
1197
|
+
var px = cx, dx = Fi(px);
|
1199
1198
|
const qc = {
|
1200
1199
|
keywords: [
|
1201
1200
|
{
|
@@ -60443,7 +60442,7 @@ else
|
|
60443
60442
|
]
|
60444
60443
|
}
|
60445
60444
|
]
|
60446
|
-
},
|
60445
|
+
}, mx = [{
|
60447
60446
|
label: "if",
|
60448
60447
|
insertText: "if ${1:condition}\n ${2:local_block}\n",
|
60449
60448
|
kind: "statement"
|
@@ -60490,17 +60489,17 @@ else
|
|
60490
60489
|
parameter: "parameter",
|
60491
60490
|
namespaceDesc: "**Namespaces** are immutable terms that act as prefixes for groups of identifiers. A dot and another term always follow a namespace when naming Tcc functions, variables, and methods.",
|
60492
60491
|
toTriggerParameterHints: "to trigger parameters hint"
|
60493
|
-
},
|
60492
|
+
}, ux = {
|
60494
60493
|
clickOnKeywordForMoreHelp: "`click` on keyword for more help"
|
60495
60494
|
};
|
60496
|
-
function
|
60495
|
+
function yx() {
|
60497
60496
|
const a = {}, n = {};
|
60498
60497
|
return Object.keys(qc).reduce((r, o) => {
|
60499
|
-
const l = qc[o], c = ge[o], { mapObj: m, keys: _ } =
|
60498
|
+
const l = qc[o], c = ge[o], { mapObj: m, keys: _ } = _x(l, c);
|
60500
60499
|
return r.keyMapList[o] = m, r.keyList[o] = _, r;
|
60501
60500
|
}, { keyList: a, keyMapList: n }), { keyList: a, keyMapList: n };
|
60502
60501
|
}
|
60503
|
-
function
|
60502
|
+
function _x(a, n) {
|
60504
60503
|
const r = /* @__PURE__ */ new Map(), o = [];
|
60505
60504
|
return a.forEach((l) => {
|
60506
60505
|
var m;
|
@@ -60509,7 +60508,7 @@ function fx(a, n) {
|
|
60509
60508
|
c !== "for...in" && (r.has(c) ? (m = r.get(c)) == null || m.push(l) : (o.push(c), r.set(c, [l])));
|
60510
60509
|
}), { mapObj: r, keys: o };
|
60511
60510
|
}
|
60512
|
-
const { keyList: Cp, keyMapList: bt } =
|
60511
|
+
const { keyList: Cp, keyMapList: bt } = yx(), Br = [{
|
60513
60512
|
title: "Variables",
|
60514
60513
|
key: "variables",
|
60515
60514
|
prefix: "var"
|
@@ -60538,10 +60537,10 @@ const { keyList: Cp, keyMapList: bt } = _x(), Br = [{
|
|
60538
60537
|
key: "annotations",
|
60539
60538
|
prefix: "an"
|
60540
60539
|
}];
|
60541
|
-
function
|
60540
|
+
function fx(a) {
|
60542
60541
|
return a.replace(/<.*>/, "");
|
60543
60542
|
}
|
60544
|
-
class
|
60543
|
+
class gx {
|
60545
60544
|
constructor() {
|
60546
60545
|
Object.defineProperty(this, "delimiter", {
|
60547
60546
|
enumerable: !0,
|
@@ -60584,12 +60583,12 @@ ${n}
|
|
60584
60583
|
return `[${n}](${r.href})`;
|
60585
60584
|
}
|
60586
60585
|
}
|
60587
|
-
const ne = new
|
60588
|
-
function
|
60586
|
+
const ne = new gx();
|
60587
|
+
function bx(a) {
|
60589
60588
|
const { name: n, libraryName: r, desc: o } = a, l = [`${ne.bold(n || r)} (library)`];
|
60590
60589
|
return l.push(ne.delimiter), o && l.push(ne.paragraph(ne.bold(it.Description), ne.lineBreak, o)), l.join(l.length === 2 ? " " : ne.lineBreak);
|
60591
60590
|
}
|
60592
|
-
function
|
60591
|
+
function xx(a, n = 0, r = !0) {
|
60593
60592
|
const o = a[n];
|
60594
60593
|
if (!o)
|
60595
60594
|
return "";
|
@@ -60616,21 +60615,21 @@ function hx(a, n = 0, r = !0) {
|
|
60616
60615
|
}
|
60617
60616
|
P.push(ne.paragraph(ne.bold(it.EnumMembers), ne.lineBreak, N.join(ne.paragraphBreak)));
|
60618
60617
|
}
|
60619
|
-
return r && P.push(ne.italic(`${ne.code(l ? "⌘" : "Ctrl")} + ${
|
60618
|
+
return r && P.push(ne.italic(`${ne.code(l ? "⌘" : "Ctrl")} + ${ux.clickOnKeywordForMoreHelp}`)), P.join(P.length === 2 ? " " : ne.lineBreak);
|
60620
60619
|
}
|
60621
|
-
const
|
60622
|
-
function
|
60620
|
+
const Ai = "tcc_cursor_position", hx = ["submenuitem.EditorContextPeek", "editor.action.peekDefinition"];
|
60621
|
+
function wx(a) {
|
60623
60622
|
return a.replace(/<[^<>]+>/, "").replace(/(series|simple|const|input)\s+([\w\d.]+)/, "$2").replace(/\w[\w.\d]*\[\]/, "array");
|
60624
60623
|
}
|
60625
|
-
function
|
60624
|
+
function vx(a) {
|
60626
60625
|
const n = a.getContribution("editor.contrib.contextmenu"), r = n == null ? void 0 : n._getMenuActions;
|
60627
60626
|
n._getMenuActions = function() {
|
60628
60627
|
return r.apply(n, arguments).filter(function(l) {
|
60629
|
-
return !
|
60628
|
+
return !hx.includes(l.id);
|
60630
60629
|
});
|
60631
60630
|
};
|
60632
60631
|
}
|
60633
|
-
class
|
60632
|
+
class Tx {
|
60634
60633
|
constructor() {
|
60635
60634
|
Object.defineProperty(this, "bracketsPostfix", {
|
60636
60635
|
enumerable: !0,
|
@@ -60852,7 +60851,7 @@ class Dx {
|
|
60852
60851
|
_setUserVariableSubItems(n, r) {
|
60853
60852
|
var b, h, T, M;
|
60854
60853
|
let o = [];
|
60855
|
-
const l =
|
60854
|
+
const l = wx(n.type || ""), c = this._methodNamespaceCache.get(l), m = r ? `${r}.${n.name}` : n.name;
|
60856
60855
|
c && (o = c.filter((F) => {
|
60857
60856
|
var G;
|
60858
60857
|
const P = `${l}.${F.label}`, N = bt.methods.get(P) || this._userMethods.get(P), H = N == null ? void 0 : N.some((j) => !j.thisType || j.thisType[0].includes("<>") || j.thisType.includes(n.type || ""));
|
@@ -60986,7 +60985,7 @@ class Dx {
|
|
60986
60985
|
return c.length && r && (o ? this._mergeUserCompletions(r, c) : this._mergeCompletions(r, c)), l;
|
60987
60986
|
}
|
60988
60987
|
_getSnippetsCompletionsList() {
|
60989
|
-
return
|
60988
|
+
return mx.map((n) => {
|
60990
60989
|
const { label: r, kind: o, insertText: l } = n, c = r.charAt(0).toUpperCase() + r.substring(1), m = {
|
60991
60990
|
value: this._formatter.pineCode(l.replace(/\${\d:([^}]+)}|\${\d}/g, "$1"))
|
60992
60991
|
};
|
@@ -61151,7 +61150,7 @@ class Dx {
|
|
61151
61150
|
c.length ? _.push(this._createExampleSection(c)) : n.syntax && n.syntax.length && _.push(this._createSyntaxSection(n.syntax)), n.returns && n.returns.length && _.push(this._createReturnSection(n.returns));
|
61152
61151
|
const g = {
|
61153
61152
|
value: _.join(this._formatter.lineBreak)
|
61154
|
-
}, b = n.name, h = o ? ge.functions : ge.userDefinedFunction, T = n.template, M = T ? `${
|
61153
|
+
}, b = n.name, h = o ? ge.functions : ge.userDefinedFunction, T = n.template, M = T ? `${fx(b)}<\${1}>` : b;
|
61155
61154
|
return {
|
61156
61155
|
documentation: g,
|
61157
61156
|
label: T ? `${b.replace(/<.+>/, "")}<type>` : b,
|
@@ -61215,8 +61214,8 @@ class Dx {
|
|
61215
61214
|
return !n || n.trim().length === 0 ? "" : this._formatter.paragraph(this._formatter.bold(it.Description), this._formatter.lineBreak, n);
|
61216
61215
|
}
|
61217
61216
|
}
|
61218
|
-
const Bt = new
|
61219
|
-
class
|
61217
|
+
const Bt = new Tx();
|
61218
|
+
class Dx {
|
61220
61219
|
constructor() {
|
61221
61220
|
Object.defineProperty(this, "_userFunctions", {
|
61222
61221
|
enumerable: !0,
|
@@ -61268,7 +61267,7 @@ class Ix {
|
|
61268
61267
|
const _ = this._getVariablesDocVal(c, n, r);
|
61269
61268
|
if (_) {
|
61270
61269
|
if (_.isBuildIn) {
|
61271
|
-
const h = o == null ? void 0 : o.getWordAtPosition(l || new
|
61270
|
+
const h = o == null ? void 0 : o.getWordAtPosition(l || new eb(r, n));
|
61272
61271
|
if (((o == null ? void 0 : o.getValueInRange({ startLineNumber: r, startColumn: (h == null ? void 0 : h.endColumn) || 0, endLineNumber: r, endColumn: ((h == null ? void 0 : h.endColumn) || 0) + 2 })) || "").trim().startsWith("="))
|
61273
61272
|
return null;
|
61274
61273
|
}
|
@@ -61565,7 +61564,7 @@ class Ix {
|
|
61565
61564
|
return !c.test(m);
|
61566
61565
|
}
|
61567
61566
|
}
|
61568
|
-
const or = new
|
61567
|
+
const or = new Dx();
|
61569
61568
|
var Za = { exports: {} };
|
61570
61569
|
/**
|
61571
61570
|
* @license
|
@@ -61588,7 +61587,7 @@ Za.exports;
|
|
61588
61587
|
["partial", A],
|
61589
61588
|
["partialRight", R],
|
61590
61589
|
["rearg", se]
|
61591
|
-
], De = "[object Arguments]", os = "[object Array]", lr = "[object AsyncFunction]", Kt = "[object Boolean]", Xt = "[object Date]", Ps = "[object DOMException]", Os = "[object Error]", ws = "[object Function]", Xr = "[object GeneratorFunction]", ct = "[object Map]", Ut = "[object Number]", Fs = "[object Null]", wt = "[object Object]", cr = "[object Promise]", Rs = "[object Proxy]", vs = "[object RegExp]", pt = "[object Set]", Yt = "[object String]", Bs = "[object Symbol]",
|
61590
|
+
], De = "[object Arguments]", os = "[object Array]", lr = "[object AsyncFunction]", Kt = "[object Boolean]", Xt = "[object Date]", Ps = "[object DOMException]", Os = "[object Error]", ws = "[object Function]", Xr = "[object GeneratorFunction]", ct = "[object Map]", Ut = "[object Number]", Fs = "[object Null]", wt = "[object Object]", cr = "[object Promise]", Rs = "[object Proxy]", vs = "[object RegExp]", pt = "[object Set]", Yt = "[object String]", Bs = "[object Symbol]", on = "[object Undefined]", ls = "[object WeakMap]", Yr = "[object WeakSet]", St = "[object ArrayBuffer]", cs = "[object DataView]", Ks = "[object Float32Array]", Us = "[object Float64Array]", Ts = "[object Int8Array]", pr = "[object Int16Array]", dr = "[object Int32Array]", mr = "[object Uint8Array]", ur = "[object Uint8ClampedArray]", yr = "[object Uint16Array]", _r = "[object Uint32Array]", ln = /\b__p \+= '';/g, fr = /\b(__p \+=) '' \+/g, Vr = /(__e\(.*?\)|\b__t\)) \+\n'';/g, Vt = /&(?:amp|lt|gt|quot|#39);/g, $s = /[&<>"']/g, gr = RegExp(Vt.source), Qr = RegExp($s.source), cn = /<%-([\s\S]+?)%>/g, Zr = /<%([\s\S]+?)%>/g, Jr = /<%=([\s\S]+?)%>/g, ea = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, ta = /^\w*$/, pn = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, br = /[\\^$.*+?()[\]{}|]/g, sa = RegExp(br.source), xr = /^\s+/, dn = /\s/, mn = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, un = /\{\n\/\* \[wrapped with (.+)\] \*/, f = /,? & /, S = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, B = /[()=,{}\[\]\/\s]/, Z = /\\(\\)?/g, ye = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, xe = /\w*$/, pe = /^[-+]0x[0-9a-f]+$/i, le = /^0b[01]+$/i, He = /^\[object .+?Constructor\]$/, Ae = /^0o[0-7]+$/i, ze = /^(?:0|[1-9]\d*)$/, et = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Lt = /($^)/, ra = /['\n\r\u2028\u2029\\]/g, tt = "\\ud800-\\udfff", jp = "\\u0300-\\u036f", Wp = "\\ufe20-\\ufe2f", Gp = "\\u20d0-\\u20ff", Gi = jp + Wp + Gp, Xi = "\\u2700-\\u27bf", Yi = "a-z\\xdf-\\xf6\\xf8-\\xff", Xp = "\\xac\\xb1\\xd7\\xf7", Yp = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Vp = "\\u2000-\\u206f", Qp = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Vi = "A-Z\\xc0-\\xd6\\xd8-\\xde", Qi = "\\ufe0e\\ufe0f", Zi = Xp + Yp + Vp + Qp, yn = "['’]", Zp = "[" + tt + "]", Ji = "[" + Zi + "]", aa = "[" + Gi + "]", eo = "\\d+", Jp = "[" + Xi + "]", to = "[" + Yi + "]", so = "[^" + tt + Zi + eo + Xi + Yi + Vi + "]", _n = "\\ud83c[\\udffb-\\udfff]", ed = "(?:" + aa + "|" + _n + ")", ro = "[^" + tt + "]", fn = "(?:\\ud83c[\\udde6-\\uddff]){2}", gn = "[\\ud800-\\udbff][\\udc00-\\udfff]", Hs = "[" + Vi + "]", ao = "\\u200d", no = "(?:" + to + "|" + so + ")", td = "(?:" + Hs + "|" + so + ")", io = "(?:" + yn + "(?:d|ll|m|re|s|t|ve))?", oo = "(?:" + yn + "(?:D|LL|M|RE|S|T|VE))?", lo = ed + "?", co = "[" + Qi + "]?", sd = "(?:" + ao + "(?:" + [ro, fn, gn].join("|") + ")" + co + lo + ")*", rd = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", ad = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", po = co + lo + sd, nd = "(?:" + [Jp, fn, gn].join("|") + ")" + po, id = "(?:" + [ro + aa + "?", aa, fn, gn, Zp].join("|") + ")", od = RegExp(yn, "g"), ld = RegExp(aa, "g"), bn = RegExp(_n + "(?=" + _n + ")|" + id + po, "g"), cd = RegExp([
|
61592
61591
|
Hs + "?" + to + "+" + io + "(?=" + [Ji, Hs, "$"].join("|") + ")",
|
61593
61592
|
td + "+" + oo + "(?=" + [Ji, Hs + no, "$"].join("|") + ")",
|
61594
61593
|
Hs + "?" + no + "+" + io,
|
@@ -61844,10 +61843,10 @@ Za.exports;
|
|
61844
61843
|
"\r": "r",
|
61845
61844
|
"\u2028": "u2028",
|
61846
61845
|
"\u2029": "u2029"
|
61847
|
-
}, bd = parseFloat, xd = parseInt, mo = typeof Mr == "object" && Mr && Mr.Object === Object && Mr, hd = typeof self == "object" && self && self.Object === Object && self, je = mo || hd || Function("return this")(),
|
61846
|
+
}, bd = parseFloat, xd = parseInt, mo = typeof Mr == "object" && Mr && Mr.Object === Object && Mr, hd = typeof self == "object" && self && self.Object === Object && self, je = mo || hd || Function("return this")(), xn = n && !n.nodeType && n, Ds = xn && !0 && a && !a.nodeType && a, uo = Ds && Ds.exports === xn, hn = uo && mo.process, vt = function() {
|
61848
61847
|
try {
|
61849
61848
|
var w = Ds && Ds.require && Ds.require("util").types;
|
61850
|
-
return w ||
|
61849
|
+
return w || hn && hn.binding && hn.binding("util");
|
61851
61850
|
} catch {
|
61852
61851
|
}
|
61853
61852
|
}(), yo = vt && vt.isArrayBuffer, _o = vt && vt.isDate, fo = vt && vt.isMap, go = vt && vt.isRegExp, bo = vt && vt.isSet, xo = vt && vt.isTypedArray;
|
@@ -61898,7 +61897,7 @@ Za.exports;
|
|
61898
61897
|
var D = w == null ? 0 : w.length;
|
61899
61898
|
return !!D && js(w, q, 0) > -1;
|
61900
61899
|
}
|
61901
|
-
function
|
61900
|
+
function wn(w, q, D) {
|
61902
61901
|
for (var $ = -1, ee = w == null ? 0 : w.length; ++$ < ee; )
|
61903
61902
|
if (D(q, w[$]))
|
61904
61903
|
return !0;
|
@@ -61914,7 +61913,7 @@ Za.exports;
|
|
61914
61913
|
w[ee + D] = q[D];
|
61915
61914
|
return w;
|
61916
61915
|
}
|
61917
|
-
function
|
61916
|
+
function vn(w, q, D, $) {
|
61918
61917
|
var ee = -1, fe = w == null ? 0 : w.length;
|
61919
61918
|
for ($ && fe && (D = w[++ee]); ++ee < fe; )
|
61920
61919
|
D = q(D, w[ee], ee, w);
|
@@ -61926,13 +61925,13 @@ Za.exports;
|
|
61926
61925
|
D = q(D, w[ee], ee, w);
|
61927
61926
|
return D;
|
61928
61927
|
}
|
61929
|
-
function
|
61928
|
+
function Tn(w, q) {
|
61930
61929
|
for (var D = -1, $ = w == null ? 0 : w.length; ++D < $; )
|
61931
61930
|
if (q(w[D], D, w))
|
61932
61931
|
return !0;
|
61933
61932
|
return !1;
|
61934
61933
|
}
|
61935
|
-
var Dd =
|
61934
|
+
var Dd = Dn("length");
|
61936
61935
|
function Id(w) {
|
61937
61936
|
return w.split("");
|
61938
61937
|
}
|
@@ -61966,14 +61965,14 @@ Za.exports;
|
|
61966
61965
|
}
|
61967
61966
|
function To(w, q) {
|
61968
61967
|
var D = w == null ? 0 : w.length;
|
61969
|
-
return D ?
|
61968
|
+
return D ? kn(w, q) / D : Nt;
|
61970
61969
|
}
|
61971
|
-
function
|
61970
|
+
function Dn(w) {
|
61972
61971
|
return function(q) {
|
61973
61972
|
return q == null ? r : q[w];
|
61974
61973
|
};
|
61975
61974
|
}
|
61976
|
-
function
|
61975
|
+
function In(w) {
|
61977
61976
|
return function(q) {
|
61978
61977
|
return w == null ? r : w[q];
|
61979
61978
|
};
|
@@ -61989,14 +61988,14 @@ Za.exports;
|
|
61989
61988
|
w[D] = w[D].value;
|
61990
61989
|
return w;
|
61991
61990
|
}
|
61992
|
-
function
|
61991
|
+
function kn(w, q) {
|
61993
61992
|
for (var D, $ = -1, ee = w.length; ++$ < ee; ) {
|
61994
61993
|
var fe = q(w[$]);
|
61995
61994
|
fe !== r && (D = D === r ? fe : D + fe);
|
61996
61995
|
}
|
61997
61996
|
return D;
|
61998
61997
|
}
|
61999
|
-
function
|
61998
|
+
function An(w, q) {
|
62000
61999
|
for (var D = -1, $ = Array(w); ++D < w; )
|
62001
62000
|
$[D] = q(D);
|
62002
62001
|
return $;
|
@@ -62014,7 +62013,7 @@ Za.exports;
|
|
62014
62013
|
return w(q);
|
62015
62014
|
};
|
62016
62015
|
}
|
62017
|
-
function
|
62016
|
+
function qn(w, q) {
|
62018
62017
|
return ke(q, function(D) {
|
62019
62018
|
return w[D];
|
62020
62019
|
});
|
@@ -62037,7 +62036,7 @@ Za.exports;
|
|
62037
62036
|
w[D] === q && ++$;
|
62038
62037
|
return $;
|
62039
62038
|
}
|
62040
|
-
var Ed =
|
62039
|
+
var Ed = In(yd), Nd = In(_d);
|
62041
62040
|
function Sd(w) {
|
62042
62041
|
return "\\" + gd[w];
|
62043
62042
|
}
|
@@ -62055,7 +62054,7 @@ Za.exports;
|
|
62055
62054
|
D.push(q.value);
|
62056
62055
|
return D;
|
62057
62056
|
}
|
62058
|
-
function
|
62057
|
+
function Cn(w) {
|
62059
62058
|
var q = -1, D = Array(w.size);
|
62060
62059
|
return w.forEach(function($, ee) {
|
62061
62060
|
D[++q] = [ee, $];
|
@@ -62104,28 +62103,28 @@ Za.exports;
|
|
62104
62103
|
return Ws(w) ? Ud(w) : Id(w);
|
62105
62104
|
}
|
62106
62105
|
function Co(w) {
|
62107
|
-
for (var q = w.length; q-- &&
|
62106
|
+
for (var q = w.length; q-- && dn.test(w.charAt(q)); )
|
62108
62107
|
;
|
62109
62108
|
return q;
|
62110
62109
|
}
|
62111
|
-
var Bd =
|
62110
|
+
var Bd = In(fd);
|
62112
62111
|
function Kd(w) {
|
62113
|
-
for (var q =
|
62112
|
+
for (var q = bn.lastIndex = 0; bn.test(w); )
|
62114
62113
|
++q;
|
62115
62114
|
return q;
|
62116
62115
|
}
|
62117
62116
|
function Ud(w) {
|
62118
|
-
return w.match(
|
62117
|
+
return w.match(bn) || [];
|
62119
62118
|
}
|
62120
62119
|
function $d(w) {
|
62121
62120
|
return w.match(cd) || [];
|
62122
62121
|
}
|
62123
62122
|
var Hd = function w(q) {
|
62124
62123
|
q = q == null ? je : Xs.defaults(je.Object(), q, Xs.pick(je, md));
|
62125
|
-
var D = q.Array, $ = q.Date, ee = q.Error, fe = q.Function, Re = q.Math, ve = q.Object,
|
62124
|
+
var D = q.Array, $ = q.Date, ee = q.Error, fe = q.Function, Re = q.Math, ve = q.Object, zn = q.RegExp, jd = q.String, Dt = q.TypeError, la = D.prototype, Wd = fe.prototype, Ys = ve.prototype, ca = q["__core-js_shared__"], pa = Wd.toString, we = Ys.hasOwnProperty, Gd = 0, zo = function() {
|
62126
62125
|
var e = /[^.]+$/.exec(ca && ca.keys && ca.keys.IE_PROTO || "");
|
62127
62126
|
return e ? "Symbol(src)_1." + e : "";
|
62128
|
-
}(), da = Ys.toString, Xd = pa.call(ve), Yd = je._, Vd =
|
62127
|
+
}(), da = Ys.toString, Xd = pa.call(ve), Yd = je._, Vd = zn(
|
62129
62128
|
"^" + pa.call(we).replace(br, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
62130
62129
|
), ma = uo ? q.Buffer : r, us = q.Symbol, ua = q.Uint8Array, Eo = ma ? ma.allocUnsafe : r, ya = qo(ve.getPrototypeOf, ve), No = ve.create, So = Ys.propertyIsEnumerable, _a = la.splice, Lo = us ? us.isConcatSpreadable : r, wr = us ? us.iterator : r, Is = us ? us.toStringTag : r, fa = function() {
|
62131
62130
|
try {
|
@@ -62133,7 +62132,7 @@ Za.exports;
|
|
62133
62132
|
return e({}, "", {}), e;
|
62134
62133
|
} catch {
|
62135
62134
|
}
|
62136
|
-
}(), Qd = q.clearTimeout !== je.clearTimeout && q.clearTimeout, Zd = $ && $.now !== je.Date.now && $.now, Jd = q.setTimeout !== je.setTimeout && q.setTimeout, ga = Re.ceil, ba = Re.floor,
|
62135
|
+
}(), Qd = q.clearTimeout !== je.clearTimeout && q.clearTimeout, Zd = $ && $.now !== je.Date.now && $.now, Jd = q.setTimeout !== je.setTimeout && q.setTimeout, ga = Re.ceil, ba = Re.floor, En = ve.getOwnPropertySymbols, em = ma ? ma.isBuffer : r, Mo = q.isFinite, tm = la.join, sm = qo(ve.keys, ve), Be = Re.max, Ge = Re.min, rm = $.now, am = q.parseInt, Po = Re.random, nm = la.reverse, Nn = zs(q, "DataView"), vr = zs(q, "Map"), Sn = zs(q, "Promise"), Vs = zs(q, "Set"), Tr = zs(q, "WeakMap"), Dr = zs(ve, "create"), xa = Tr && new Tr(), Qs = {}, im = Es(Nn), om = Es(vr), lm = Es(Sn), cm = Es(Vs), pm = Es(Tr), ha = us ? us.prototype : r, Ir = ha ? ha.valueOf : r, Oo = ha ? ha.toString : r;
|
62137
62136
|
function d(e) {
|
62138
62137
|
if (Ee(e) && !te(e) && !(e instanceof de)) {
|
62139
62138
|
if (e instanceof It)
|
@@ -62168,7 +62167,7 @@ Za.exports;
|
|
62168
62167
|
* @memberOf _.templateSettings
|
62169
62168
|
* @type {RegExp}
|
62170
62169
|
*/
|
62171
|
-
escape:
|
62170
|
+
escape: cn,
|
62172
62171
|
/**
|
62173
62172
|
* Used to detect code to be evaluated.
|
62174
62173
|
*
|
@@ -62374,7 +62373,7 @@ Za.exports;
|
|
62374
62373
|
}
|
62375
62374
|
Pt.prototype.clear = Em, Pt.prototype.delete = Nm, Pt.prototype.get = Sm, Pt.prototype.has = Lm, Pt.prototype.set = Mm;
|
62376
62375
|
function Fo(e, t) {
|
62377
|
-
var s = te(e), i = !s && Ns(e), p = !s && !i && bs(e), u = !s && !i && !p && sr(e), y = s || i || p || u, x = y ?
|
62376
|
+
var s = te(e), i = !s && Ns(e), p = !s && !i && bs(e), u = !s && !i && !p && sr(e), y = s || i || p || u, x = y ? An(e.length, jd) : [], v = x.length;
|
62378
62377
|
for (var C in e)
|
62379
62378
|
(t || we.call(e, C)) && !(y && // Safari 9 has enumerable `arguments.length` in strict mode.
|
62380
62379
|
(C == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
@@ -62385,7 +62384,7 @@ Za.exports;
|
|
62385
62384
|
}
|
62386
62385
|
function Ro(e) {
|
62387
62386
|
var t = e.length;
|
62388
|
-
return t ? e[
|
62387
|
+
return t ? e[Hn(0, t - 1)] : r;
|
62389
62388
|
}
|
62390
62389
|
function Pm(e, t) {
|
62391
62390
|
return Ma(st(e), qs(t, 0, e.length));
|
@@ -62393,7 +62392,7 @@ Za.exports;
|
|
62393
62392
|
function Om(e) {
|
62394
62393
|
return Ma(st(e));
|
62395
62394
|
}
|
62396
|
-
function
|
62395
|
+
function Ln(e, t, s) {
|
62397
62396
|
(s !== r && !Ot(e[t], s) || s === r && !(t in e)) && Jt(e, t, s);
|
62398
62397
|
}
|
62399
62398
|
function kr(e, t, s) {
|
@@ -62425,9 +62424,9 @@ Za.exports;
|
|
62425
62424
|
writable: !0
|
62426
62425
|
}) : e[t] = s;
|
62427
62426
|
}
|
62428
|
-
function
|
62427
|
+
function Mn(e, t) {
|
62429
62428
|
for (var s = -1, i = t.length, p = D(i), u = e == null; ++s < i; )
|
62430
|
-
p[s] = u ? r :
|
62429
|
+
p[s] = u ? r : _i(e, t[s]);
|
62431
62430
|
return p;
|
62432
62431
|
}
|
62433
62432
|
function qs(e, t, s) {
|
@@ -62465,7 +62464,7 @@ Za.exports;
|
|
62465
62464
|
}) : sc(e) && e.forEach(function(Q, ce) {
|
62466
62465
|
y.set(ce, kt(Q, t, s, ce, e, u));
|
62467
62466
|
});
|
62468
|
-
var V = C ? v ?
|
62467
|
+
var V = C ? v ? ti : ei : v ? at : Ue, ae = z ? r : V(e);
|
62469
62468
|
return Tt(ae || e, function(Q, ce) {
|
62470
62469
|
ae && (ce = Q, Q = e[ce]), kr(y, ce, kt(Q, t, s, ce, e, u));
|
62471
62470
|
}), y;
|
@@ -62498,7 +62497,7 @@ Za.exports;
|
|
62498
62497
|
var p = -1, u = na, y = !0, x = e.length, v = [], C = t.length;
|
62499
62498
|
if (!x)
|
62500
62499
|
return v;
|
62501
|
-
s && (t = ke(t, mt(s))), i ? (u =
|
62500
|
+
s && (t = ke(t, mt(s))), i ? (u = wn, y = !1) : t.length >= l && (u = hr, y = !1, t = new As(t));
|
62502
62501
|
e:
|
62503
62502
|
for (; ++p < x; ) {
|
62504
62503
|
var z = e[p], E = s == null ? z : s(z);
|
@@ -62512,7 +62511,7 @@ Za.exports;
|
|
62512
62511
|
}
|
62513
62512
|
return v;
|
62514
62513
|
}
|
62515
|
-
var ys = _l($t), $o = _l(
|
62514
|
+
var ys = _l($t), $o = _l(On, !0);
|
62516
62515
|
function Km(e, t) {
|
62517
62516
|
var s = !0;
|
62518
62517
|
return ys(e, function(i, p, u) {
|
@@ -62547,11 +62546,11 @@ Za.exports;
|
|
62547
62546
|
}
|
62548
62547
|
return p;
|
62549
62548
|
}
|
62550
|
-
var
|
62549
|
+
var Pn = fl(), jo = fl(!0);
|
62551
62550
|
function $t(e, t) {
|
62552
|
-
return e &&
|
62551
|
+
return e && Pn(e, t, Ue);
|
62553
62552
|
}
|
62554
|
-
function
|
62553
|
+
function On(e, t) {
|
62555
62554
|
return e && jo(e, t, Ue);
|
62556
62555
|
}
|
62557
62556
|
function Da(e, t) {
|
@@ -62570,9 +62569,9 @@ Za.exports;
|
|
62570
62569
|
return te(e) ? i : ds(i, s(e));
|
62571
62570
|
}
|
62572
62571
|
function Qe(e) {
|
62573
|
-
return e == null ? e === r ?
|
62572
|
+
return e == null ? e === r ? on : Fs : Is && Is in ve(e) ? Du(e) : Ou(e);
|
62574
62573
|
}
|
62575
|
-
function
|
62574
|
+
function Fn(e, t) {
|
62576
62575
|
return e > t;
|
62577
62576
|
}
|
62578
62577
|
function $m(e, t) {
|
@@ -62584,8 +62583,8 @@ Za.exports;
|
|
62584
62583
|
function jm(e, t, s) {
|
62585
62584
|
return e >= Ge(t, s) && e < Be(t, s);
|
62586
62585
|
}
|
62587
|
-
function
|
62588
|
-
for (var i = s ?
|
62586
|
+
function Rn(e, t, s) {
|
62587
|
+
for (var i = s ? wn : na, p = e[0].length, u = e.length, y = u, x = D(u), v = 1 / 0, C = []; y--; ) {
|
62589
62588
|
var z = e[y];
|
62590
62589
|
y && t && (z = ke(z, mt(t))), v = Ge(z.length, v), x[y] = !s && (t || p >= 120 && z.length >= 120) ? new As(y && z) : r;
|
62591
62590
|
}
|
@@ -62650,7 +62649,7 @@ Za.exports;
|
|
62650
62649
|
function Vm(e) {
|
62651
62650
|
return Ee(e) && Xe(e) == ct;
|
62652
62651
|
}
|
62653
|
-
function
|
62652
|
+
function Bn(e, t, s, i) {
|
62654
62653
|
var p = s.length, u = p, y = !i;
|
62655
62654
|
if (e == null)
|
62656
62655
|
return !u;
|
@@ -62693,7 +62692,7 @@ Za.exports;
|
|
62693
62692
|
function Yo(e) {
|
62694
62693
|
return typeof e == "function" ? e : e == null ? nt : typeof e == "object" ? te(e) ? Zo(e[0], e[1]) : Qo(e) : gc(e);
|
62695
62694
|
}
|
62696
|
-
function
|
62695
|
+
function Kn(e) {
|
62697
62696
|
if (!Nr(e))
|
62698
62697
|
return sm(e);
|
62699
62698
|
var t = [];
|
@@ -62709,7 +62708,7 @@ Za.exports;
|
|
62709
62708
|
i == "constructor" && (t || !we.call(e, i)) || s.push(i);
|
62710
62709
|
return s;
|
62711
62710
|
}
|
62712
|
-
function
|
62711
|
+
function Un(e, t) {
|
62713
62712
|
return e < t;
|
62714
62713
|
}
|
62715
62714
|
function Vo(e, t) {
|
@@ -62719,31 +62718,31 @@ Za.exports;
|
|
62719
62718
|
}), i;
|
62720
62719
|
}
|
62721
62720
|
function Qo(e) {
|
62722
|
-
var t =
|
62721
|
+
var t = ri(e);
|
62723
62722
|
return t.length == 1 && t[0][2] ? El(t[0][0], t[0][1]) : function(s) {
|
62724
|
-
return s === e ||
|
62723
|
+
return s === e || Bn(s, e, t);
|
62725
62724
|
};
|
62726
62725
|
}
|
62727
62726
|
function Zo(e, t) {
|
62728
|
-
return
|
62729
|
-
var i =
|
62730
|
-
return i === r && i === t ?
|
62727
|
+
return ni(e) && zl(t) ? El(jt(e), t) : function(s) {
|
62728
|
+
var i = _i(s, e);
|
62729
|
+
return i === r && i === t ? fi(s, e) : Cr(t, i, P | N);
|
62731
62730
|
};
|
62732
62731
|
}
|
62733
62732
|
function Ia(e, t, s, i, p) {
|
62734
|
-
e !== t &&
|
62733
|
+
e !== t && Pn(t, function(u, y) {
|
62735
62734
|
if (p || (p = new Pt()), qe(u))
|
62736
62735
|
tu(e, t, y, s, Ia, i, p);
|
62737
62736
|
else {
|
62738
|
-
var x = i ? i(
|
62739
|
-
x === r && (x = u),
|
62737
|
+
var x = i ? i(oi(e, y), u, y + "", e, t, p) : r;
|
62738
|
+
x === r && (x = u), Ln(e, y, x);
|
62740
62739
|
}
|
62741
62740
|
}, at);
|
62742
62741
|
}
|
62743
62742
|
function tu(e, t, s, i, p, u, y) {
|
62744
|
-
var x =
|
62743
|
+
var x = oi(e, s), v = oi(t, s), C = y.get(v);
|
62745
62744
|
if (C) {
|
62746
|
-
|
62745
|
+
Ln(e, s, C);
|
62747
62746
|
return;
|
62748
62747
|
}
|
62749
62748
|
var z = u ? u(x, v, s + "", e, t, y) : r, E = z === r;
|
@@ -62751,7 +62750,7 @@ Za.exports;
|
|
62751
62750
|
var K = te(v), W = !K && bs(v), V = !K && !W && sr(v);
|
62752
62751
|
z = v, K || W || V ? te(x) ? z = x : Le(x) ? z = st(x) : W ? (E = !1, z = pl(v, !0)) : V ? (E = !1, z = dl(v, !0)) : z = [] : Lr(v) || Ns(v) ? (z = x, Ns(x) ? z = oc(x) : (!qe(x) || rs(x)) && (z = Cl(v))) : E = !1;
|
62753
62752
|
}
|
62754
|
-
E && (y.set(v, z), p(z, v, i, u, y), y.delete(v)),
|
62753
|
+
E && (y.set(v, z), p(z, v, i, u, y), y.delete(v)), Ln(e, s, z);
|
62755
62754
|
}
|
62756
62755
|
function Jo(e, t) {
|
62757
62756
|
var s = e.length;
|
@@ -62778,7 +62777,7 @@ Za.exports;
|
|
62778
62777
|
}
|
62779
62778
|
function su(e, t) {
|
62780
62779
|
return tl(e, t, function(s, i) {
|
62781
|
-
return
|
62780
|
+
return fi(e, i);
|
62782
62781
|
});
|
62783
62782
|
}
|
62784
62783
|
function tl(e, t, s) {
|
@@ -62793,7 +62792,7 @@ Za.exports;
|
|
62793
62792
|
return Cs(t, e);
|
62794
62793
|
};
|
62795
62794
|
}
|
62796
|
-
function
|
62795
|
+
function $n(e, t, s, i) {
|
62797
62796
|
var p = i ? Ad : js, u = -1, y = t.length, x = e;
|
62798
62797
|
for (e === t && (t = st(t)), s && (x = ke(e, mt(s))); ++u < y; )
|
62799
62798
|
for (var v = 0, C = t[u], z = s ? s(C) : C; (v = p(x, z, v, i)) > -1; )
|
@@ -62805,12 +62804,12 @@ Za.exports;
|
|
62805
62804
|
var p = t[s];
|
62806
62805
|
if (s == i || p !== u) {
|
62807
62806
|
var u = p;
|
62808
|
-
ss(p) ? _a.call(e, p, 1) :
|
62807
|
+
ss(p) ? _a.call(e, p, 1) : Gn(e, p);
|
62809
62808
|
}
|
62810
62809
|
}
|
62811
62810
|
return e;
|
62812
62811
|
}
|
62813
|
-
function
|
62812
|
+
function Hn(e, t) {
|
62814
62813
|
return e + ba(Po() * (t - e + 1));
|
62815
62814
|
}
|
62816
62815
|
function au(e, t, s, i) {
|
@@ -62818,7 +62817,7 @@ Za.exports;
|
|
62818
62817
|
y[i ? u : ++p] = e, e += s;
|
62819
62818
|
return y;
|
62820
62819
|
}
|
62821
|
-
function
|
62820
|
+
function jn(e, t) {
|
62822
62821
|
var s = "";
|
62823
62822
|
if (!e || t < 1 || t > Se)
|
62824
62823
|
return s;
|
@@ -62828,7 +62827,7 @@ Za.exports;
|
|
62828
62827
|
return s;
|
62829
62828
|
}
|
62830
62829
|
function oe(e, t) {
|
62831
|
-
return
|
62830
|
+
return li(Nl(e, t, nt), e + "");
|
62832
62831
|
}
|
62833
62832
|
function nu(e) {
|
62834
62833
|
return Ro(rr(e));
|
@@ -62859,7 +62858,7 @@ Za.exports;
|
|
62859
62858
|
return fa(e, "toString", {
|
62860
62859
|
configurable: !0,
|
62861
62860
|
enumerable: !1,
|
62862
|
-
value:
|
62861
|
+
value: bi(t),
|
62863
62862
|
writable: !0
|
62864
62863
|
});
|
62865
62864
|
} : nt;
|
@@ -62888,9 +62887,9 @@ Za.exports;
|
|
62888
62887
|
}
|
62889
62888
|
return p;
|
62890
62889
|
}
|
62891
|
-
return
|
62890
|
+
return Wn(e, t, nt, s);
|
62892
62891
|
}
|
62893
|
-
function
|
62892
|
+
function Wn(e, t, s, i) {
|
62894
62893
|
var p = 0, u = e == null ? 0 : e.length;
|
62895
62894
|
if (u === 0)
|
62896
62895
|
return 0;
|
@@ -62931,7 +62930,7 @@ Za.exports;
|
|
62931
62930
|
function _s(e, t, s) {
|
62932
62931
|
var i = -1, p = na, u = e.length, y = !0, x = [], v = x;
|
62933
62932
|
if (s)
|
62934
|
-
y = !1, p =
|
62933
|
+
y = !1, p = wn;
|
62935
62934
|
else if (u >= l) {
|
62936
62935
|
var C = t ? null : hu(e);
|
62937
62936
|
if (C)
|
@@ -62952,7 +62951,7 @@ Za.exports;
|
|
62952
62951
|
}
|
62953
62952
|
return x;
|
62954
62953
|
}
|
62955
|
-
function
|
62954
|
+
function Gn(e, t) {
|
62956
62955
|
return t = fs(t, e), e = Sl(e, t), e == null || delete e[jt(qt(t))];
|
62957
62956
|
}
|
62958
62957
|
function il(e, t, s, i) {
|
@@ -62965,11 +62964,11 @@ Za.exports;
|
|
62965
62964
|
}
|
62966
62965
|
function ol(e, t) {
|
62967
62966
|
var s = e;
|
62968
|
-
return s instanceof de && (s = s.value()),
|
62967
|
+
return s instanceof de && (s = s.value()), vn(t, function(i, p) {
|
62969
62968
|
return p.func.apply(p.thisArg, ds([i], p.args));
|
62970
62969
|
}, s);
|
62971
62970
|
}
|
62972
|
-
function
|
62971
|
+
function Xn(e, t, s) {
|
62973
62972
|
var i = e.length;
|
62974
62973
|
if (i < 2)
|
62975
62974
|
return i ? _s(e[0]) : [];
|
@@ -62985,14 +62984,14 @@ Za.exports;
|
|
62985
62984
|
}
|
62986
62985
|
return y;
|
62987
62986
|
}
|
62988
|
-
function
|
62987
|
+
function Yn(e) {
|
62989
62988
|
return Le(e) ? e : [];
|
62990
62989
|
}
|
62991
|
-
function
|
62990
|
+
function Vn(e) {
|
62992
62991
|
return typeof e == "function" ? e : nt;
|
62993
62992
|
}
|
62994
62993
|
function fs(e, t) {
|
62995
|
-
return te(e) ? e :
|
62994
|
+
return te(e) ? e : ni(e, t) ? [e] : Ol(he(e));
|
62996
62995
|
}
|
62997
62996
|
var pu = oe;
|
62998
62997
|
function gs(e, t, s) {
|
@@ -63008,12 +63007,12 @@ Za.exports;
|
|
63008
63007
|
var s = e.length, i = Eo ? Eo(s) : new e.constructor(s);
|
63009
63008
|
return e.copy(i), i;
|
63010
63009
|
}
|
63011
|
-
function
|
63010
|
+
function Qn(e) {
|
63012
63011
|
var t = new e.constructor(e.byteLength);
|
63013
63012
|
return new ua(t).set(new ua(e)), t;
|
63014
63013
|
}
|
63015
63014
|
function du(e, t) {
|
63016
|
-
var s = t ?
|
63015
|
+
var s = t ? Qn(e.buffer) : e.buffer;
|
63017
63016
|
return new e.constructor(s, e.byteOffset, e.byteLength);
|
63018
63017
|
}
|
63019
63018
|
function mu(e) {
|
@@ -63024,7 +63023,7 @@ Za.exports;
|
|
63024
63023
|
return Ir ? ve(Ir.call(e)) : {};
|
63025
63024
|
}
|
63026
63025
|
function dl(e, t) {
|
63027
|
-
var s = t ?
|
63026
|
+
var s = t ? Qn(e.buffer) : e.buffer;
|
63028
63027
|
return new e.constructor(s, e.byteOffset, e.length);
|
63029
63028
|
}
|
63030
63029
|
function ml(e, t) {
|
@@ -63083,7 +63082,7 @@ Za.exports;
|
|
63083
63082
|
return s;
|
63084
63083
|
}
|
63085
63084
|
function _u(e, t) {
|
63086
|
-
return Ht(e,
|
63085
|
+
return Ht(e, ai(e), t);
|
63087
63086
|
}
|
63088
63087
|
function fu(e, t) {
|
63089
63088
|
return Ht(e, Al(e), t);
|
@@ -63142,7 +63141,7 @@ Za.exports;
|
|
63142
63141
|
}
|
63143
63142
|
function er(e) {
|
63144
63143
|
return function(t) {
|
63145
|
-
return
|
63144
|
+
return vn(_c(yc(t).replace(od, "")), e, "");
|
63146
63145
|
};
|
63147
63146
|
}
|
63148
63147
|
function Er(e) {
|
@@ -63219,8 +63218,8 @@ Za.exports;
|
|
63219
63218
|
}
|
63220
63219
|
for (i = y ? i : s; ++i < s; ) {
|
63221
63220
|
u = t[i];
|
63222
|
-
var x = Sa(u), v = x == "wrapper" ?
|
63223
|
-
v &&
|
63221
|
+
var x = Sa(u), v = x == "wrapper" ? si(u) : r;
|
63222
|
+
v && ii(v[0]) && v[1] == (U | O | A | se) && !v[4].length && v[9] == 1 ? y = y[Sa(v[0])].apply(y, v[3]) : y = u.length == 1 && ii(u) ? y[x]() : y.thru(u);
|
63224
63223
|
}
|
63225
63224
|
return function() {
|
63226
63225
|
var C = arguments, z = C[0];
|
@@ -63277,7 +63276,7 @@ Za.exports;
|
|
63277
63276
|
return p;
|
63278
63277
|
};
|
63279
63278
|
}
|
63280
|
-
function
|
63279
|
+
function Zn(e) {
|
63281
63280
|
return ts(function(t) {
|
63282
63281
|
return t = ke(t, mt(X())), oe(function(s) {
|
63283
63282
|
var i = this;
|
@@ -63291,8 +63290,8 @@ Za.exports;
|
|
63291
63290
|
t = t === r ? " " : ut(t);
|
63292
63291
|
var s = t.length;
|
63293
63292
|
if (s < 2)
|
63294
|
-
return s ?
|
63295
|
-
var i =
|
63293
|
+
return s ? jn(t, e) : t;
|
63294
|
+
var i = jn(t, ga(e / Gs(t)));
|
63296
63295
|
return Ws(t) ? gs(Mt(i), 0, e).join("") : i.slice(0, e);
|
63297
63296
|
}
|
63298
63297
|
function xu(e, t, s, i) {
|
@@ -63331,9 +63330,9 @@ Za.exports;
|
|
63331
63330
|
v,
|
63332
63331
|
C
|
63333
63332
|
], Q = s.apply(r, ae);
|
63334
|
-
return
|
63333
|
+
return ii(e) && Ll(Q, ae), Q.placeholder = i, Ml(Q, e, t);
|
63335
63334
|
}
|
63336
|
-
function
|
63335
|
+
function Jn(e) {
|
63337
63336
|
var t = Re[e];
|
63338
63337
|
return function(s, i) {
|
63339
63338
|
if (s = Ct(s), i = i == null ? 0 : Ge(re(i), 292), i && Mo(s)) {
|
@@ -63345,11 +63344,11 @@ Za.exports;
|
|
63345
63344
|
}
|
63346
63345
|
var hu = Vs && 1 / oa(new Vs([, -0]))[1] == Ce ? function(e) {
|
63347
63346
|
return new Vs(e);
|
63348
|
-
} :
|
63347
|
+
} : wi;
|
63349
63348
|
function Tl(e) {
|
63350
63349
|
return function(t) {
|
63351
63350
|
var s = Xe(t);
|
63352
|
-
return s == ct ?
|
63351
|
+
return s == ct ? Cn(t) : s == pt ? Od(t) : Cd(t, e(t));
|
63353
63352
|
};
|
63354
63353
|
}
|
63355
63354
|
function es(e, t, s, i, p, u, y, x) {
|
@@ -63361,7 +63360,7 @@ Za.exports;
|
|
63361
63360
|
var z = i, E = p;
|
63362
63361
|
i = p = r;
|
63363
63362
|
}
|
63364
|
-
var K = v ? r :
|
63363
|
+
var K = v ? r : si(e), W = [
|
63365
63364
|
e,
|
63366
63365
|
t,
|
63367
63366
|
s,
|
@@ -63408,7 +63407,7 @@ Za.exports;
|
|
63408
63407
|
break;
|
63409
63408
|
}
|
63410
63409
|
if (W) {
|
63411
|
-
if (!
|
63410
|
+
if (!Tn(t, function(ce, ue) {
|
63412
63411
|
if (!hr(W, ue) && (V === ce || p(V, ce, s, i, u)))
|
63413
63412
|
return W.push(ue);
|
63414
63413
|
})) {
|
@@ -63440,7 +63439,7 @@ Za.exports;
|
|
63440
63439
|
case Yt:
|
63441
63440
|
return e == t + "";
|
63442
63441
|
case ct:
|
63443
|
-
var x =
|
63442
|
+
var x = Cn;
|
63444
63443
|
case pt:
|
63445
63444
|
var v = i & P;
|
63446
63445
|
if (x || (x = oa), e.size != t.size && !v)
|
@@ -63458,7 +63457,7 @@ Za.exports;
|
|
63458
63457
|
return !1;
|
63459
63458
|
}
|
63460
63459
|
function Tu(e, t, s, i, p, u) {
|
63461
|
-
var y = s & P, x =
|
63460
|
+
var y = s & P, x = ei(e), v = x.length, C = ei(t), z = C.length;
|
63462
63461
|
if (v != z && !y)
|
63463
63462
|
return !1;
|
63464
63463
|
for (var E = v; E--; ) {
|
@@ -63489,17 +63488,17 @@ Za.exports;
|
|
63489
63488
|
return u.delete(e), u.delete(t), ae;
|
63490
63489
|
}
|
63491
63490
|
function ts(e) {
|
63492
|
-
return
|
63491
|
+
return li(Nl(e, r, Kl), e + "");
|
63493
63492
|
}
|
63494
|
-
function
|
63495
|
-
return Wo(e, Ue,
|
63493
|
+
function ei(e) {
|
63494
|
+
return Wo(e, Ue, ai);
|
63496
63495
|
}
|
63497
|
-
function
|
63496
|
+
function ti(e) {
|
63498
63497
|
return Wo(e, at, Al);
|
63499
63498
|
}
|
63500
|
-
var
|
63499
|
+
var si = xa ? function(e) {
|
63501
63500
|
return xa.get(e);
|
63502
|
-
} :
|
63501
|
+
} : wi;
|
63503
63502
|
function Sa(e) {
|
63504
63503
|
for (var t = e.name + "", s = Qs[t], i = we.call(Qs, t) ? s.length : 0; i--; ) {
|
63505
63504
|
var p = s[i], u = p.func;
|
@@ -63513,14 +63512,14 @@ Za.exports;
|
|
63513
63512
|
return t.placeholder;
|
63514
63513
|
}
|
63515
63514
|
function X() {
|
63516
|
-
var e = d.iteratee ||
|
63517
|
-
return e = e ===
|
63515
|
+
var e = d.iteratee || xi;
|
63516
|
+
return e = e === xi ? Yo : e, arguments.length ? e(arguments[0], arguments[1]) : e;
|
63518
63517
|
}
|
63519
63518
|
function La(e, t) {
|
63520
63519
|
var s = e.__data__;
|
63521
63520
|
return Eu(t) ? s[typeof t == "string" ? "string" : "hash"] : s.map;
|
63522
63521
|
}
|
63523
|
-
function
|
63522
|
+
function ri(e) {
|
63524
63523
|
for (var t = Ue(e), s = t.length; s--; ) {
|
63525
63524
|
var i = t[s], p = e[i];
|
63526
63525
|
t[s] = [i, p, zl(p)];
|
@@ -63541,16 +63540,16 @@ Za.exports;
|
|
63541
63540
|
var p = da.call(e);
|
63542
63541
|
return i && (t ? e[Is] = s : delete e[Is]), p;
|
63543
63542
|
}
|
63544
|
-
var
|
63545
|
-
return e == null ? [] : (e = ve(e), ps(
|
63543
|
+
var ai = En ? function(e) {
|
63544
|
+
return e == null ? [] : (e = ve(e), ps(En(e), function(t) {
|
63546
63545
|
return So.call(e, t);
|
63547
63546
|
}));
|
63548
|
-
} :
|
63547
|
+
} : vi, Al = En ? function(e) {
|
63549
63548
|
for (var t = []; e; )
|
63550
|
-
ds(t,
|
63549
|
+
ds(t, ai(e)), e = ya(e);
|
63551
63550
|
return t;
|
63552
|
-
} :
|
63553
|
-
(
|
63551
|
+
} : vi, Xe = Qe;
|
63552
|
+
(Nn && Xe(new Nn(new ArrayBuffer(1))) != cs || vr && Xe(new vr()) != ct || Sn && Xe(Sn.resolve()) != cr || Vs && Xe(new Vs()) != pt || Tr && Xe(new Tr()) != ls) && (Xe = function(e) {
|
63554
63553
|
var t = Qe(e), s = t == wt ? e.constructor : r, i = s ? Es(s) : "";
|
63555
63554
|
if (i)
|
63556
63555
|
switch (i) {
|
@@ -63588,7 +63587,7 @@ Za.exports;
|
|
63588
63587
|
return { start: e, end: t };
|
63589
63588
|
}
|
63590
63589
|
function ku(e) {
|
63591
|
-
var t = e.match(
|
63590
|
+
var t = e.match(un);
|
63592
63591
|
return t ? t[1].split(f) : [];
|
63593
63592
|
}
|
63594
63593
|
function ql(e, t, s) {
|
@@ -63612,7 +63611,7 @@ Za.exports;
|
|
63612
63611
|
var i = e.constructor;
|
63613
63612
|
switch (t) {
|
63614
63613
|
case St:
|
63615
|
-
return
|
63614
|
+
return Qn(e);
|
63616
63615
|
case Kt:
|
63617
63616
|
case Xt:
|
63618
63617
|
return new i(+e);
|
@@ -63646,7 +63645,7 @@ Za.exports;
|
|
63646
63645
|
if (!s)
|
63647
63646
|
return e;
|
63648
63647
|
var i = s - 1;
|
63649
|
-
return t[i] = (s > 1 ? "& " : "") + t[i], t = t.join(s > 2 ? ", " : " "), e.replace(
|
63648
|
+
return t[i] = (s > 1 ? "& " : "") + t[i], t = t.join(s > 2 ? ", " : " "), e.replace(mn, `{
|
63650
63649
|
/* [wrapped with ` + t + `] */
|
63651
63650
|
`);
|
63652
63651
|
}
|
@@ -63663,7 +63662,7 @@ Za.exports;
|
|
63663
63662
|
var i = typeof t;
|
63664
63663
|
return (i == "number" ? rt(s) && ss(t, s.length) : i == "string" && t in s) ? Ot(s[t], e) : !1;
|
63665
63664
|
}
|
63666
|
-
function
|
63665
|
+
function ni(e, t) {
|
63667
63666
|
if (te(e))
|
63668
63667
|
return !1;
|
63669
63668
|
var s = typeof e;
|
@@ -63673,19 +63672,19 @@ Za.exports;
|
|
63673
63672
|
var t = typeof e;
|
63674
63673
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
63675
63674
|
}
|
63676
|
-
function
|
63675
|
+
function ii(e) {
|
63677
63676
|
var t = Sa(e), s = d[t];
|
63678
63677
|
if (typeof s != "function" || !(t in de.prototype))
|
63679
63678
|
return !1;
|
63680
63679
|
if (e === s)
|
63681
63680
|
return !0;
|
63682
|
-
var i =
|
63681
|
+
var i = si(s);
|
63683
63682
|
return !!i && e === i[0];
|
63684
63683
|
}
|
63685
63684
|
function Nu(e) {
|
63686
63685
|
return !!zo && zo in e;
|
63687
63686
|
}
|
63688
|
-
var Su = ca ? rs :
|
63687
|
+
var Su = ca ? rs : Ti;
|
63689
63688
|
function Nr(e) {
|
63690
63689
|
var t = e && e.constructor, s = typeof t == "function" && t.prototype || Ys;
|
63691
63690
|
return e === s;
|
@@ -63746,16 +63745,16 @@ Za.exports;
|
|
63746
63745
|
}
|
63747
63746
|
return e;
|
63748
63747
|
}
|
63749
|
-
function
|
63748
|
+
function oi(e, t) {
|
63750
63749
|
if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
|
63751
63750
|
return e[t];
|
63752
63751
|
}
|
63753
63752
|
var Ll = Pl(rl), Sr = Jd || function(e, t) {
|
63754
63753
|
return je.setTimeout(e, t);
|
63755
|
-
},
|
63754
|
+
}, li = Pl(ou);
|
63756
63755
|
function Ml(e, t, s) {
|
63757
63756
|
var i = t + "";
|
63758
|
-
return
|
63757
|
+
return li(e, Cu(i, Ru(ku(i), s)));
|
63759
63758
|
}
|
63760
63759
|
function Pl(e) {
|
63761
63760
|
var t = 0, s = 0;
|
@@ -63772,14 +63771,14 @@ Za.exports;
|
|
63772
63771
|
function Ma(e, t) {
|
63773
63772
|
var s = -1, i = e.length, p = i - 1;
|
63774
63773
|
for (t = t === r ? i : t; ++s < t; ) {
|
63775
|
-
var u =
|
63774
|
+
var u = Hn(s, p), y = e[u];
|
63776
63775
|
e[u] = e[s], e[s] = y;
|
63777
63776
|
}
|
63778
63777
|
return e.length = t, e;
|
63779
63778
|
}
|
63780
63779
|
var Ol = Lu(function(e) {
|
63781
63780
|
var t = [];
|
63782
|
-
return e.charCodeAt(0) === 46 && t.push(""), e.replace(
|
63781
|
+
return e.charCodeAt(0) === 46 && t.push(""), e.replace(pn, function(s, i, p, u) {
|
63783
63782
|
t.push(p ? u.replace(Z, "$1") : i || s);
|
63784
63783
|
}), t;
|
63785
63784
|
});
|
@@ -63913,14 +63912,14 @@ Za.exports;
|
|
63913
63912
|
return t ? At(e, 0, -1) : [];
|
63914
63913
|
}
|
63915
63914
|
var sy = oe(function(e) {
|
63916
|
-
var t = ke(e,
|
63917
|
-
return t.length && t[0] === e[0] ?
|
63915
|
+
var t = ke(e, Yn);
|
63916
|
+
return t.length && t[0] === e[0] ? Rn(t) : [];
|
63918
63917
|
}), ry = oe(function(e) {
|
63919
|
-
var t = qt(e), s = ke(e,
|
63920
|
-
return t === qt(s) ? t = r : s.pop(), s.length && s[0] === e[0] ?
|
63918
|
+
var t = qt(e), s = ke(e, Yn);
|
63919
|
+
return t === qt(s) ? t = r : s.pop(), s.length && s[0] === e[0] ? Rn(s, X(t, 2)) : [];
|
63921
63920
|
}), ay = oe(function(e) {
|
63922
|
-
var t = qt(e), s = ke(e,
|
63923
|
-
return t = typeof t == "function" ? t : r, t && s.pop(), s.length && s[0] === e[0] ?
|
63921
|
+
var t = qt(e), s = ke(e, Yn);
|
63922
|
+
return t = typeof t == "function" ? t : r, t && s.pop(), s.length && s[0] === e[0] ? Rn(s, r, t) : [];
|
63924
63923
|
});
|
63925
63924
|
function ny(e, t) {
|
63926
63925
|
return e == null ? "" : tm.call(e, t);
|
@@ -63941,16 +63940,16 @@ Za.exports;
|
|
63941
63940
|
}
|
63942
63941
|
var ly = oe($l);
|
63943
63942
|
function $l(e, t) {
|
63944
|
-
return e && e.length && t && t.length ?
|
63943
|
+
return e && e.length && t && t.length ? $n(e, t) : e;
|
63945
63944
|
}
|
63946
63945
|
function cy(e, t, s) {
|
63947
|
-
return e && e.length && t && t.length ?
|
63946
|
+
return e && e.length && t && t.length ? $n(e, t, X(s, 2)) : e;
|
63948
63947
|
}
|
63949
63948
|
function py(e, t, s) {
|
63950
|
-
return e && e.length && t && t.length ?
|
63949
|
+
return e && e.length && t && t.length ? $n(e, t, r, s) : e;
|
63951
63950
|
}
|
63952
63951
|
var dy = ts(function(e, t) {
|
63953
|
-
var s = e == null ? 0 : e.length, i =
|
63952
|
+
var s = e == null ? 0 : e.length, i = Mn(e, t);
|
63954
63953
|
return sl(e, ke(t, function(p) {
|
63955
63954
|
return ss(p, s) ? +p : p;
|
63956
63955
|
}).sort(ml)), i;
|
@@ -63966,7 +63965,7 @@ Za.exports;
|
|
63966
63965
|
}
|
63967
63966
|
return sl(e, p), s;
|
63968
63967
|
}
|
63969
|
-
function
|
63968
|
+
function ci(e) {
|
63970
63969
|
return e == null ? e : nm.call(e);
|
63971
63970
|
}
|
63972
63971
|
function uy(e, t, s) {
|
@@ -63977,7 +63976,7 @@ Za.exports;
|
|
63977
63976
|
return ka(e, t);
|
63978
63977
|
}
|
63979
63978
|
function _y(e, t, s) {
|
63980
|
-
return
|
63979
|
+
return Wn(e, t, X(s, 2));
|
63981
63980
|
}
|
63982
63981
|
function fy(e, t) {
|
63983
63982
|
var s = e == null ? 0 : e.length;
|
@@ -63992,7 +63991,7 @@ Za.exports;
|
|
63992
63991
|
return ka(e, t, !0);
|
63993
63992
|
}
|
63994
63993
|
function by(e, t, s) {
|
63995
|
-
return
|
63994
|
+
return Wn(e, t, X(s, 2), !0);
|
63996
63995
|
}
|
63997
63996
|
function xy(e, t) {
|
63998
63997
|
var s = e == null ? 0 : e.length;
|
@@ -64044,21 +64043,21 @@ Za.exports;
|
|
64044
64043
|
function Ny(e, t) {
|
64045
64044
|
return t = typeof t == "function" ? t : r, e && e.length ? _s(e, r, t) : [];
|
64046
64045
|
}
|
64047
|
-
function
|
64046
|
+
function pi(e) {
|
64048
64047
|
if (!(e && e.length))
|
64049
64048
|
return [];
|
64050
64049
|
var t = 0;
|
64051
64050
|
return e = ps(e, function(s) {
|
64052
64051
|
if (Le(s))
|
64053
64052
|
return t = Be(s.length, t), !0;
|
64054
|
-
}),
|
64055
|
-
return ke(e,
|
64053
|
+
}), An(t, function(s) {
|
64054
|
+
return ke(e, Dn(s));
|
64056
64055
|
});
|
64057
64056
|
}
|
64058
64057
|
function Hl(e, t) {
|
64059
64058
|
if (!(e && e.length))
|
64060
64059
|
return [];
|
64061
|
-
var s =
|
64060
|
+
var s = pi(e);
|
64062
64061
|
return t == null ? s : ke(s, function(i) {
|
64063
64062
|
return dt(t, r, i);
|
64064
64063
|
});
|
@@ -64066,14 +64065,14 @@ Za.exports;
|
|
64066
64065
|
var Sy = oe(function(e, t) {
|
64067
64066
|
return Le(e) ? Ar(e, t) : [];
|
64068
64067
|
}), Ly = oe(function(e) {
|
64069
|
-
return
|
64068
|
+
return Xn(ps(e, Le));
|
64070
64069
|
}), My = oe(function(e) {
|
64071
64070
|
var t = qt(e);
|
64072
|
-
return Le(t) && (t = r),
|
64071
|
+
return Le(t) && (t = r), Xn(ps(e, Le), X(t, 2));
|
64073
64072
|
}), Py = oe(function(e) {
|
64074
64073
|
var t = qt(e);
|
64075
|
-
return t = typeof t == "function" ? t : r,
|
64076
|
-
}), Oy = oe(
|
64074
|
+
return t = typeof t == "function" ? t : r, Xn(ps(e, Le), r, t);
|
64075
|
+
}), Oy = oe(pi);
|
64077
64076
|
function Fy(e, t) {
|
64078
64077
|
return ll(e || [], t || [], kr);
|
64079
64078
|
}
|
@@ -64096,7 +64095,7 @@ Za.exports;
|
|
64096
64095
|
}
|
64097
64096
|
var Uy = ts(function(e) {
|
64098
64097
|
var t = e.length, s = t ? e[0] : 0, i = this.__wrapped__, p = function(u) {
|
64099
|
-
return
|
64098
|
+
return Mn(u, e);
|
64100
64099
|
};
|
64101
64100
|
return t > 1 || this.__actions__.length || !(i instanceof de) || !ss(s) ? this.thru(p) : (i = i.slice(s, +s + (t ? 1 : 0)), i.__actions__.push({
|
64102
64101
|
func: Pa,
|
@@ -64135,11 +64134,11 @@ Za.exports;
|
|
64135
64134
|
var t = e;
|
64136
64135
|
return this.__actions__.length && (t = new de(this)), t = t.reverse(), t.__actions__.push({
|
64137
64136
|
func: Pa,
|
64138
|
-
args: [
|
64137
|
+
args: [ci],
|
64139
64138
|
thisArg: r
|
64140
64139
|
}), new It(t, this.__chain__);
|
64141
64140
|
}
|
64142
|
-
return this.thru(
|
64141
|
+
return this.thru(ci);
|
64143
64142
|
}
|
64144
64143
|
function Yy() {
|
64145
64144
|
return ol(this.__wrapped__, this.__actions__);
|
@@ -64202,7 +64201,7 @@ Za.exports;
|
|
64202
64201
|
return [[], []];
|
64203
64202
|
});
|
64204
64203
|
function p_(e, t, s) {
|
64205
|
-
var i = te(e) ?
|
64204
|
+
var i = te(e) ? vn : Do, p = arguments.length < 3;
|
64206
64205
|
return i(e, X(t, 4), s, p, ys);
|
64207
64206
|
}
|
64208
64207
|
function d_(e, t, s) {
|
@@ -64232,10 +64231,10 @@ Za.exports;
|
|
64232
64231
|
if (rt(e))
|
64233
64232
|
return Ua(e) ? Gs(e) : e.length;
|
64234
64233
|
var t = Xe(e);
|
64235
|
-
return t == ct || t == pt ? e.size :
|
64234
|
+
return t == ct || t == pt ? e.size : Kn(e).length;
|
64236
64235
|
}
|
64237
64236
|
function g_(e, t, s) {
|
64238
|
-
var i = te(e) ?
|
64237
|
+
var i = te(e) ? Tn : cu;
|
64239
64238
|
return s && Ze(e, t, s) && (t = r), i(e, X(t, 3));
|
64240
64239
|
}
|
64241
64240
|
var b_ = oe(function(e, t) {
|
@@ -64265,10 +64264,10 @@ Za.exports;
|
|
64265
64264
|
return --e > 0 && (s = t.apply(this, arguments)), e <= 1 && (t = r), s;
|
64266
64265
|
};
|
64267
64266
|
}
|
64268
|
-
var
|
64267
|
+
var di = oe(function(e, t, s) {
|
64269
64268
|
var i = H;
|
64270
64269
|
if (s.length) {
|
64271
|
-
var p = ms(s, tr(
|
64270
|
+
var p = ms(s, tr(di));
|
64272
64271
|
i |= A;
|
64273
64272
|
}
|
64274
64273
|
return es(e, i, t, s, p);
|
@@ -64387,8 +64386,8 @@ Za.exports;
|
|
64387
64386
|
i[p] = t[p].call(this, i[p]);
|
64388
64387
|
return dt(e, this, i);
|
64389
64388
|
});
|
64390
|
-
}),
|
64391
|
-
var s = ms(t, tr(
|
64389
|
+
}), mi = oe(function(e, t) {
|
64390
|
+
var s = ms(t, tr(mi));
|
64392
64391
|
return es(e, A, r, t, s);
|
64393
64392
|
}), ec = oe(function(e, t) {
|
64394
64393
|
var s = ms(t, tr(ec));
|
@@ -64423,7 +64422,7 @@ Za.exports;
|
|
64423
64422
|
return Xl(e, 1);
|
64424
64423
|
}
|
64425
64424
|
function z_(e, t) {
|
64426
|
-
return
|
64425
|
+
return mi(Vn(t), e);
|
64427
64426
|
}
|
64428
64427
|
function E_() {
|
64429
64428
|
if (!arguments.length)
|
@@ -64449,7 +64448,7 @@ Za.exports;
|
|
64449
64448
|
function Ot(e, t) {
|
64450
64449
|
return e === t || e !== e && t !== t;
|
64451
64450
|
}
|
64452
|
-
var O_ = Na(
|
64451
|
+
var O_ = Na(Fn), F_ = Na(function(e, t) {
|
64453
64452
|
return e >= t;
|
64454
64453
|
}), Ns = Go(/* @__PURE__ */ function() {
|
64455
64454
|
return arguments;
|
@@ -64465,7 +64464,7 @@ Za.exports;
|
|
64465
64464
|
function B_(e) {
|
64466
64465
|
return e === !0 || e === !1 || Ee(e) && Qe(e) == Kt;
|
64467
64466
|
}
|
64468
|
-
var bs = em ||
|
64467
|
+
var bs = em || Ti, K_ = _o ? mt(_o) : Xm;
|
64469
64468
|
function U_(e) {
|
64470
64469
|
return Ee(e) && e.nodeType === 1 && !Lr(e);
|
64471
64470
|
}
|
@@ -64478,7 +64477,7 @@ Za.exports;
|
|
64478
64477
|
if (t == ct || t == pt)
|
64479
64478
|
return !e.size;
|
64480
64479
|
if (Nr(e))
|
64481
|
-
return !
|
64480
|
+
return !Kn(e).length;
|
64482
64481
|
for (var s in e)
|
64483
64482
|
if (we.call(e, s))
|
64484
64483
|
return !1;
|
@@ -64492,7 +64491,7 @@ Za.exports;
|
|
64492
64491
|
var i = s ? s(e, t) : r;
|
64493
64492
|
return i === r ? Cr(e, t, r, s) : !!i;
|
64494
64493
|
}
|
64495
|
-
function
|
64494
|
+
function ui(e) {
|
64496
64495
|
if (!Ee(e))
|
64497
64496
|
return !1;
|
64498
64497
|
var t = Qe(e);
|
@@ -64522,10 +64521,10 @@ Za.exports;
|
|
64522
64521
|
}
|
64523
64522
|
var sc = fo ? mt(fo) : Vm;
|
64524
64523
|
function G_(e, t) {
|
64525
|
-
return e === t ||
|
64524
|
+
return e === t || Bn(e, t, ri(t));
|
64526
64525
|
}
|
64527
64526
|
function X_(e, t, s) {
|
64528
|
-
return s = typeof s == "function" ? s : r,
|
64527
|
+
return s = typeof s == "function" ? s : r, Bn(e, t, ri(t), s);
|
64529
64528
|
}
|
64530
64529
|
function Y_(e) {
|
64531
64530
|
return rc(e) && e != +e;
|
@@ -64553,7 +64552,7 @@ Za.exports;
|
|
64553
64552
|
var s = we.call(t, "constructor") && t.constructor;
|
64554
64553
|
return typeof s == "function" && s instanceof s && pa.call(s) == Xd;
|
64555
64554
|
}
|
64556
|
-
var
|
64555
|
+
var yi = go ? mt(go) : Qm;
|
64557
64556
|
function J_(e) {
|
64558
64557
|
return tc(e) && e >= -Se && e <= Se;
|
64559
64558
|
}
|
@@ -64574,7 +64573,7 @@ Za.exports;
|
|
64574
64573
|
function sf(e) {
|
64575
64574
|
return Ee(e) && Qe(e) == Yr;
|
64576
64575
|
}
|
64577
|
-
var rf = Na(
|
64576
|
+
var rf = Na(Un), af = Na(function(e, t) {
|
64578
64577
|
return e <= t;
|
64579
64578
|
});
|
64580
64579
|
function nc(e) {
|
@@ -64584,7 +64583,7 @@ Za.exports;
|
|
64584
64583
|
return Ua(e) ? Mt(e) : st(e);
|
64585
64584
|
if (wr && e[wr])
|
64586
64585
|
return Pd(e[wr]());
|
64587
|
-
var t = Xe(e), s = t == ct ?
|
64586
|
+
var t = Xe(e), s = t == ct ? Cn : t == pt ? oa : rr;
|
64588
64587
|
return s(e);
|
64589
64588
|
}
|
64590
64589
|
function as(e) {
|
@@ -64640,7 +64639,7 @@ Za.exports;
|
|
64640
64639
|
Ht(t, at(t), e, i);
|
64641
64640
|
}), lf = Js(function(e, t, s, i) {
|
64642
64641
|
Ht(t, Ue(t), e, i);
|
64643
|
-
}), cf = ts(
|
64642
|
+
}), cf = ts(Mn);
|
64644
64643
|
function pf(e, t) {
|
64645
64644
|
var s = Zs(e);
|
64646
64645
|
return t == null ? s : Bo(s, t);
|
@@ -64661,10 +64660,10 @@ Za.exports;
|
|
64661
64660
|
return wo(e, X(t, 3), $t);
|
64662
64661
|
}
|
64663
64662
|
function yf(e, t) {
|
64664
|
-
return wo(e, X(t, 3),
|
64663
|
+
return wo(e, X(t, 3), On);
|
64665
64664
|
}
|
64666
64665
|
function _f(e, t) {
|
64667
|
-
return e == null ? e :
|
64666
|
+
return e == null ? e : Pn(e, X(t, 3), at);
|
64668
64667
|
}
|
64669
64668
|
function ff(e, t) {
|
64670
64669
|
return e == null ? e : jo(e, X(t, 3), at);
|
@@ -64673,7 +64672,7 @@ Za.exports;
|
|
64673
64672
|
return e && $t(e, X(t, 3));
|
64674
64673
|
}
|
64675
64674
|
function bf(e, t) {
|
64676
|
-
return e &&
|
64675
|
+
return e && On(e, X(t, 3));
|
64677
64676
|
}
|
64678
64677
|
function xf(e) {
|
64679
64678
|
return e == null ? [] : Da(e, Ue(e));
|
@@ -64681,23 +64680,23 @@ Za.exports;
|
|
64681
64680
|
function hf(e) {
|
64682
64681
|
return e == null ? [] : Da(e, at(e));
|
64683
64682
|
}
|
64684
|
-
function
|
64683
|
+
function _i(e, t, s) {
|
64685
64684
|
var i = e == null ? r : Cs(e, t);
|
64686
64685
|
return i === r ? s : i;
|
64687
64686
|
}
|
64688
64687
|
function wf(e, t) {
|
64689
64688
|
return e != null && ql(e, t, $m);
|
64690
64689
|
}
|
64691
|
-
function
|
64690
|
+
function fi(e, t) {
|
64692
64691
|
return e != null && ql(e, t, Hm);
|
64693
64692
|
}
|
64694
64693
|
var vf = hl(function(e, t, s) {
|
64695
64694
|
t != null && typeof t.toString != "function" && (t = da.call(t)), e[t] = s;
|
64696
|
-
},
|
64695
|
+
}, bi(nt)), Tf = hl(function(e, t, s) {
|
64697
64696
|
t != null && typeof t.toString != "function" && (t = da.call(t)), we.call(e, t) ? e[t].push(s) : e[t] = [s];
|
64698
64697
|
}, X), Df = oe(qr);
|
64699
64698
|
function Ue(e) {
|
64700
|
-
return rt(e) ? Fo(e) :
|
64699
|
+
return rt(e) ? Fo(e) : Kn(e);
|
64701
64700
|
}
|
64702
64701
|
function at(e) {
|
64703
64702
|
return rt(e) ? Fo(e, !0) : eu(e);
|
@@ -64725,9 +64724,9 @@ Za.exports;
|
|
64725
64724
|
var i = !1;
|
64726
64725
|
t = ke(t, function(u) {
|
64727
64726
|
return u = fs(u, e), i || (i = u.length > 1), u;
|
64728
|
-
}), Ht(e,
|
64727
|
+
}), Ht(e, ti(e), s), i && (s = kt(s, T | M | F, wu));
|
64729
64728
|
for (var p = t.length; p--; )
|
64730
|
-
|
64729
|
+
Gn(s, t[p]);
|
64731
64730
|
return s;
|
64732
64731
|
});
|
64733
64732
|
function Cf(e, t) {
|
@@ -64739,7 +64738,7 @@ Za.exports;
|
|
64739
64738
|
function pc(e, t) {
|
64740
64739
|
if (e == null)
|
64741
64740
|
return {};
|
64742
|
-
var s = ke(
|
64741
|
+
var s = ke(ti(e), function(i) {
|
64743
64742
|
return [i];
|
64744
64743
|
});
|
64745
64744
|
return t = X(t), tl(e, s, function(i, p) {
|
@@ -64773,19 +64772,19 @@ Za.exports;
|
|
64773
64772
|
}), s;
|
64774
64773
|
}
|
64775
64774
|
function Mf(e, t) {
|
64776
|
-
return e == null ? !0 :
|
64775
|
+
return e == null ? !0 : Gn(e, t);
|
64777
64776
|
}
|
64778
64777
|
function Pf(e, t, s) {
|
64779
|
-
return e == null ? e : il(e, t,
|
64778
|
+
return e == null ? e : il(e, t, Vn(s));
|
64780
64779
|
}
|
64781
64780
|
function Of(e, t, s, i) {
|
64782
|
-
return i = typeof i == "function" ? i : r, e == null ? e : il(e, t,
|
64781
|
+
return i = typeof i == "function" ? i : r, e == null ? e : il(e, t, Vn(s), i);
|
64783
64782
|
}
|
64784
64783
|
function rr(e) {
|
64785
|
-
return e == null ? [] :
|
64784
|
+
return e == null ? [] : qn(e, Ue(e));
|
64786
64785
|
}
|
64787
64786
|
function Ff(e) {
|
64788
|
-
return e == null ? [] :
|
64787
|
+
return e == null ? [] : qn(e, at(e));
|
64789
64788
|
}
|
64790
64789
|
function Rf(e, t, s) {
|
64791
64790
|
return s === r && (s = t, t = r), s !== r && (s = Ct(s), s = s === s ? s : 0), t !== r && (t = Ct(t), t = t === t ? t : 0), qs(Ct(e), t, s);
|
@@ -64802,13 +64801,13 @@ Za.exports;
|
|
64802
64801
|
var p = Po();
|
64803
64802
|
return Ge(e + p * (t - e + bd("1e-" + ((p + "").length - 1))), t);
|
64804
64803
|
}
|
64805
|
-
return
|
64804
|
+
return Hn(e, t);
|
64806
64805
|
}
|
64807
64806
|
var Uf = er(function(e, t, s) {
|
64808
64807
|
return t = t.toLowerCase(), e + (s ? uc(t) : t);
|
64809
64808
|
});
|
64810
64809
|
function uc(e) {
|
64811
|
-
return
|
64810
|
+
return gi(he(e).toLowerCase());
|
64812
64811
|
}
|
64813
64812
|
function yc(e) {
|
64814
64813
|
return e = he(e), e && e.replace(et, Ed).replace(ld, "");
|
@@ -64853,7 +64852,7 @@ Za.exports;
|
|
64853
64852
|
return s || t == null ? t = 0 : t && (t = +t), am(he(e).replace(xr, ""), t || 0);
|
64854
64853
|
}
|
64855
64854
|
function Jf(e, t, s) {
|
64856
|
-
return (s ? Ze(e, t, s) : t === r) ? t = 1 : t = re(t),
|
64855
|
+
return (s ? Ze(e, t, s) : t === r) ? t = 1 : t = re(t), jn(he(e), t);
|
64857
64856
|
}
|
64858
64857
|
function eg() {
|
64859
64858
|
var e = arguments, t = he(e[0]);
|
@@ -64863,10 +64862,10 @@ Za.exports;
|
|
64863
64862
|
return e + (s ? "_" : "") + t.toLowerCase();
|
64864
64863
|
});
|
64865
64864
|
function sg(e, t, s) {
|
64866
|
-
return s && typeof s != "number" && Ze(e, t, s) && (t = s = r), s = s === r ? J : s >>> 0, s ? (e = he(e), e && (typeof t == "string" || t != null && !
|
64865
|
+
return s && typeof s != "number" && Ze(e, t, s) && (t = s = r), s = s === r ? J : s >>> 0, s ? (e = he(e), e && (typeof t == "string" || t != null && !yi(t)) && (t = ut(t), !t && Ws(e)) ? gs(Mt(e), 0, s) : e.split(t, s)) : [];
|
64867
64866
|
}
|
64868
64867
|
var rg = er(function(e, t, s) {
|
64869
|
-
return e + (s ? " " : "") +
|
64868
|
+
return e + (s ? " " : "") + gi(t);
|
64870
64869
|
});
|
64871
64870
|
function ag(e, t, s) {
|
64872
64871
|
return e = he(e), s = s == null ? 0 : qs(re(s), 0, e.length), t = ut(t), e.slice(s, s + t.length) == t;
|
@@ -64874,7 +64873,7 @@ Za.exports;
|
|
64874
64873
|
function ng(e, t, s) {
|
64875
64874
|
var i = d.templateSettings;
|
64876
64875
|
s && Ze(e, t, s) && (t = r), e = he(e), t = $a({}, t, i, Dl);
|
64877
|
-
var p = $a({}, t.imports, i.imports, Dl), u = Ue(p), y =
|
64876
|
+
var p = $a({}, t.imports, i.imports, Dl), u = Ue(p), y = qn(p, u), x, v, C = 0, z = t.interpolate || Lt, E = "__p += '", K = zn(
|
64878
64877
|
(t.escape || Lt).source + "|" + z.source + "|" + (z === Jr ? ye : Lt).source + "|" + (t.evaluate || Lt).source + "|$",
|
64879
64878
|
"g"
|
64880
64879
|
), W = "//# sourceURL=" + (we.call(t, "sourceURL") ? (t.sourceURL + "").replace(/\s/g, " ") : "lodash.templateSources[" + ++ud + "]") + `
|
@@ -64897,7 +64896,7 @@ __p += '`), ue && (E += `' +
|
|
64897
64896
|
`;
|
64898
64897
|
else if (B.test(V))
|
64899
64898
|
throw new ee(_);
|
64900
|
-
E = (v ? E.replace(
|
64899
|
+
E = (v ? E.replace(ln, "") : E).replace(fr, "$1").replace(Vr, "$1;"), E = "function(" + (V || "obj") + `) {
|
64901
64900
|
` + (V ? "" : `obj || (obj = {});
|
64902
64901
|
`) + "var __t, __p = ''" + (x ? ", __e = _.escape" : "") + (v ? `, __j = Array.prototype.join;
|
64903
64902
|
function print() { __p += __j.call(arguments, '') }
|
@@ -64907,7 +64906,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
64907
64906
|
var ae = fc(function() {
|
64908
64907
|
return fe(u, W + "return " + E).apply(r, y);
|
64909
64908
|
});
|
64910
|
-
if (ae.source = E,
|
64909
|
+
if (ae.source = E, ui(ae))
|
64911
64910
|
throw ae;
|
64912
64911
|
return ae;
|
64913
64912
|
}
|
@@ -64961,10 +64960,10 @@ function print() { __p += __j.call(arguments, '') }
|
|
64961
64960
|
var v = y ? gs(y, 0, x).join("") : e.slice(0, x);
|
64962
64961
|
if (p === r)
|
64963
64962
|
return v + i;
|
64964
|
-
if (y && (x += v.length - x),
|
64963
|
+
if (y && (x += v.length - x), yi(p)) {
|
64965
64964
|
if (e.slice(x).search(p)) {
|
64966
64965
|
var C, z = v;
|
64967
|
-
for (p.global || (p =
|
64966
|
+
for (p.global || (p = zn(p.source, he(xe.exec(p)) + "g")), p.lastIndex = 0; C = p.exec(z); )
|
64968
64967
|
var E = C.index;
|
64969
64968
|
v = v.slice(0, E === r ? x : E);
|
64970
64969
|
}
|
@@ -64979,7 +64978,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
64979
64978
|
}
|
64980
64979
|
var ug = er(function(e, t, s) {
|
64981
64980
|
return e + (s ? " " : "") + t.toUpperCase();
|
64982
|
-
}),
|
64981
|
+
}), gi = gl("toUpperCase");
|
64983
64982
|
function _c(e, t, s) {
|
64984
64983
|
return e = he(e), t = s ? r : t, t === r ? Md(e) ? $d(e) : kd(e) : e.match(t) || [];
|
64985
64984
|
}
|
@@ -64987,11 +64986,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
64987
64986
|
try {
|
64988
64987
|
return dt(e, r, t);
|
64989
64988
|
} catch (s) {
|
64990
|
-
return
|
64989
|
+
return ui(s) ? s : new ee(s);
|
64991
64990
|
}
|
64992
64991
|
}), yg = ts(function(e, t) {
|
64993
64992
|
return Tt(t, function(s) {
|
64994
|
-
s = jt(s), Jt(e, s,
|
64993
|
+
s = jt(s), Jt(e, s, di(e[s], e));
|
64995
64994
|
}), e;
|
64996
64995
|
});
|
64997
64996
|
function _g(e) {
|
@@ -65011,7 +65010,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
65011
65010
|
function fg(e) {
|
65012
65011
|
return Bm(kt(e, T));
|
65013
65012
|
}
|
65014
|
-
function
|
65013
|
+
function bi(e) {
|
65015
65014
|
return function() {
|
65016
65015
|
return e;
|
65017
65016
|
};
|
@@ -65023,7 +65022,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
65023
65022
|
function nt(e) {
|
65024
65023
|
return e;
|
65025
65024
|
}
|
65026
|
-
function
|
65025
|
+
function xi(e) {
|
65027
65026
|
return Yo(typeof e == "function" ? e : kt(e, T));
|
65028
65027
|
}
|
65029
65028
|
function hg(e) {
|
@@ -65041,7 +65040,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
65041
65040
|
return qr(e, s, t);
|
65042
65041
|
};
|
65043
65042
|
});
|
65044
|
-
function
|
65043
|
+
function hi(e, t, s) {
|
65045
65044
|
var i = Ue(t), p = Da(t, i);
|
65046
65045
|
s == null && !(qe(t) && (p.length || !i.length)) && (s = t, t = e, e = this, p = Da(t, Ue(t)));
|
65047
65046
|
var u = !(qe(s) && "chain" in s) || !!s.chain, y = rs(e);
|
@@ -65060,16 +65059,16 @@ function print() { __p += __j.call(arguments, '') }
|
|
65060
65059
|
function Dg() {
|
65061
65060
|
return je._ === this && (je._ = Yd), this;
|
65062
65061
|
}
|
65063
|
-
function
|
65062
|
+
function wi() {
|
65064
65063
|
}
|
65065
65064
|
function Ig(e) {
|
65066
65065
|
return e = re(e), oe(function(t) {
|
65067
65066
|
return Jo(t, e);
|
65068
65067
|
});
|
65069
65068
|
}
|
65070
|
-
var kg =
|
65069
|
+
var kg = Zn(ke), Ag = Zn(ho), qg = Zn(Tn);
|
65071
65070
|
function gc(e) {
|
65072
|
-
return
|
65071
|
+
return ni(e) ? Dn(jt(e)) : ru(e);
|
65073
65072
|
}
|
65074
65073
|
function Cg(e) {
|
65075
65074
|
return function(t) {
|
@@ -65077,10 +65076,10 @@ function print() { __p += __j.call(arguments, '') }
|
|
65077
65076
|
};
|
65078
65077
|
}
|
65079
65078
|
var zg = wl(), Eg = wl(!0);
|
65080
|
-
function
|
65079
|
+
function vi() {
|
65081
65080
|
return [];
|
65082
65081
|
}
|
65083
|
-
function
|
65082
|
+
function Ti() {
|
65084
65083
|
return !1;
|
65085
65084
|
}
|
65086
65085
|
function Ng() {
|
@@ -65097,7 +65096,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
65097
65096
|
return [];
|
65098
65097
|
var s = J, i = Ge(e, J);
|
65099
65098
|
t = X(t), e -= J;
|
65100
|
-
for (var p =
|
65099
|
+
for (var p = An(i, t); ++s < e; )
|
65101
65100
|
t(s);
|
65102
65101
|
return p;
|
65103
65102
|
}
|
@@ -65110,14 +65109,14 @@ function print() { __p += __j.call(arguments, '') }
|
|
65110
65109
|
}
|
65111
65110
|
var Fg = za(function(e, t) {
|
65112
65111
|
return e + t;
|
65113
|
-
}, 0), Rg =
|
65112
|
+
}, 0), Rg = Jn("ceil"), Bg = za(function(e, t) {
|
65114
65113
|
return e / t;
|
65115
|
-
}, 1), Kg =
|
65114
|
+
}, 1), Kg = Jn("floor");
|
65116
65115
|
function Ug(e) {
|
65117
|
-
return e && e.length ? Ta(e, nt,
|
65116
|
+
return e && e.length ? Ta(e, nt, Fn) : r;
|
65118
65117
|
}
|
65119
65118
|
function $g(e, t) {
|
65120
|
-
return e && e.length ? Ta(e, X(t, 2),
|
65119
|
+
return e && e.length ? Ta(e, X(t, 2), Fn) : r;
|
65121
65120
|
}
|
65122
65121
|
function Hg(e) {
|
65123
65122
|
return To(e, nt);
|
@@ -65126,23 +65125,23 @@ function print() { __p += __j.call(arguments, '') }
|
|
65126
65125
|
return To(e, X(t, 2));
|
65127
65126
|
}
|
65128
65127
|
function Wg(e) {
|
65129
|
-
return e && e.length ? Ta(e, nt,
|
65128
|
+
return e && e.length ? Ta(e, nt, Un) : r;
|
65130
65129
|
}
|
65131
65130
|
function Gg(e, t) {
|
65132
|
-
return e && e.length ? Ta(e, X(t, 2),
|
65131
|
+
return e && e.length ? Ta(e, X(t, 2), Un) : r;
|
65133
65132
|
}
|
65134
65133
|
var Xg = za(function(e, t) {
|
65135
65134
|
return e * t;
|
65136
|
-
}, 1), Yg =
|
65135
|
+
}, 1), Yg = Jn("round"), Vg = za(function(e, t) {
|
65137
65136
|
return e - t;
|
65138
65137
|
}, 0);
|
65139
65138
|
function Qg(e) {
|
65140
|
-
return e && e.length ?
|
65139
|
+
return e && e.length ? kn(e, nt) : 0;
|
65141
65140
|
}
|
65142
65141
|
function Zg(e, t) {
|
65143
|
-
return e && e.length ?
|
65142
|
+
return e && e.length ? kn(e, X(t, 2)) : 0;
|
65144
65143
|
}
|
65145
|
-
return d.after = x_, d.ary = Xl, d.assign = of, d.assignIn = lc, d.assignInWith = $a, d.assignWith = lf, d.at = cf, d.before = Yl, d.bind =
|
65144
|
+
return d.after = x_, d.ary = Xl, d.assign = of, d.assignIn = lc, d.assignInWith = $a, d.assignWith = lf, d.at = cf, d.before = Yl, d.bind = di, d.bindAll = yg, d.bindKey = Vl, d.castArray = E_, d.chain = jl, d.chunk = Bu, d.compact = Ku, d.concat = Uu, d.cond = _g, d.conforms = fg, d.constant = bi, d.countBy = Vy, d.create = pf, d.curry = Ql, d.curryRight = Zl, d.debounce = Jl, d.defaults = df, d.defaultsDeep = mf, d.defer = h_, d.delay = w_, d.difference = $u, d.differenceBy = Hu, d.differenceWith = ju, d.drop = Wu, d.dropRight = Gu, d.dropRightWhile = Xu, d.dropWhile = Yu, d.fill = Vu, d.filter = Zy, d.flatMap = t_, d.flatMapDeep = s_, d.flatMapDepth = r_, d.flatten = Kl, d.flattenDeep = Qu, d.flattenDepth = Zu, d.flip = v_, d.flow = bg, d.flowRight = xg, d.fromPairs = Ju, d.functions = xf, d.functionsIn = hf, d.groupBy = a_, d.initial = ty, d.intersection = sy, d.intersectionBy = ry, d.intersectionWith = ay, d.invert = vf, d.invertBy = Tf, d.invokeMap = i_, d.iteratee = xi, d.keyBy = o_, d.keys = Ue, d.keysIn = at, d.map = Oa, d.mapKeys = If, d.mapValues = kf, d.matches = hg, d.matchesProperty = wg, d.memoize = Ra, d.merge = Af, d.mergeWith = cc, d.method = vg, d.methodOf = Tg, d.mixin = hi, d.negate = Ba, d.nthArg = Ig, d.omit = qf, d.omitBy = Cf, d.once = T_, d.orderBy = l_, d.over = kg, d.overArgs = D_, d.overEvery = Ag, d.overSome = qg, d.partial = mi, d.partialRight = ec, d.partition = c_, d.pick = zf, d.pickBy = pc, d.property = gc, d.propertyOf = Cg, d.pull = ly, d.pullAll = $l, d.pullAllBy = cy, d.pullAllWith = py, d.pullAt = dy, d.range = zg, d.rangeRight = Eg, d.rearg = I_, d.reject = m_, d.remove = my, d.rest = k_, d.reverse = ci, d.sampleSize = y_, d.set = Nf, d.setWith = Sf, d.shuffle = __, d.slice = uy, d.sortBy = b_, d.sortedUniq = hy, d.sortedUniqBy = wy, d.split = sg, d.spread = A_, d.tail = vy, d.take = Ty, d.takeRight = Dy, d.takeRightWhile = Iy, d.takeWhile = ky, d.tap = Ky, d.throttle = q_, d.thru = Pa, d.toArray = nc, d.toPairs = dc, d.toPairsIn = mc, d.toPath = Pg, d.toPlainObject = oc, d.transform = Lf, d.unary = C_, d.union = Ay, d.unionBy = qy, d.unionWith = Cy, d.uniq = zy, d.uniqBy = Ey, d.uniqWith = Ny, d.unset = Mf, d.unzip = pi, d.unzipWith = Hl, d.update = Pf, d.updateWith = Of, d.values = rr, d.valuesIn = Ff, d.without = Sy, d.words = _c, d.wrap = z_, d.xor = Ly, d.xorBy = My, d.xorWith = Py, d.zip = Oy, d.zipObject = Fy, d.zipObjectDeep = Ry, d.zipWith = By, d.entries = dc, d.entriesIn = mc, d.extend = lc, d.extendWith = $a, hi(d, d), d.add = Fg, d.attempt = fc, d.camelCase = Uf, d.capitalize = uc, d.ceil = Rg, d.clamp = Rf, d.clone = N_, d.cloneDeep = L_, d.cloneDeepWith = M_, d.cloneWith = S_, d.conformsTo = P_, d.deburr = yc, d.defaultTo = gg, d.divide = Bg, d.endsWith = $f, d.eq = Ot, d.escape = Hf, d.escapeRegExp = jf, d.every = Qy, d.find = Jy, d.findIndex = Rl, d.findKey = uf, d.findLast = e_, d.findLastIndex = Bl, d.findLastKey = yf, d.floor = Kg, d.forEach = Wl, d.forEachRight = Gl, d.forIn = _f, d.forInRight = ff, d.forOwn = gf, d.forOwnRight = bf, d.get = _i, d.gt = O_, d.gte = F_, d.has = wf, d.hasIn = fi, d.head = Ul, d.identity = nt, d.includes = n_, d.indexOf = ey, d.inRange = Bf, d.invoke = Df, d.isArguments = Ns, d.isArray = te, d.isArrayBuffer = R_, d.isArrayLike = rt, d.isArrayLikeObject = Le, d.isBoolean = B_, d.isBuffer = bs, d.isDate = K_, d.isElement = U_, d.isEmpty = $_, d.isEqual = H_, d.isEqualWith = j_, d.isError = ui, d.isFinite = W_, d.isFunction = rs, d.isInteger = tc, d.isLength = Ka, d.isMap = sc, d.isMatch = G_, d.isMatchWith = X_, d.isNaN = Y_, d.isNative = V_, d.isNil = Z_, d.isNull = Q_, d.isNumber = rc, d.isObject = qe, d.isObjectLike = Ee, d.isPlainObject = Lr, d.isRegExp = yi, d.isSafeInteger = J_, d.isSet = ac, d.isString = Ua, d.isSymbol = yt, d.isTypedArray = sr, d.isUndefined = ef, d.isWeakMap = tf, d.isWeakSet = sf, d.join = ny, d.kebabCase = Wf, d.last = qt, d.lastIndexOf = iy, d.lowerCase = Gf, d.lowerFirst = Xf, d.lt = rf, d.lte = af, d.max = Ug, d.maxBy = $g, d.mean = Hg, d.meanBy = jg, d.min = Wg, d.minBy = Gg, d.stubArray = vi, d.stubFalse = Ti, d.stubObject = Ng, d.stubString = Sg, d.stubTrue = Lg, d.multiply = Xg, d.nth = oy, d.noConflict = Dg, d.noop = wi, d.now = Fa, d.pad = Yf, d.padEnd = Vf, d.padStart = Qf, d.parseInt = Zf, d.random = Kf, d.reduce = p_, d.reduceRight = d_, d.repeat = Jf, d.replace = eg, d.result = Ef, d.round = Yg, d.runInContext = w, d.sample = u_, d.size = f_, d.snakeCase = tg, d.some = g_, d.sortedIndex = yy, d.sortedIndexBy = _y, d.sortedIndexOf = fy, d.sortedLastIndex = gy, d.sortedLastIndexBy = by, d.sortedLastIndexOf = xy, d.startCase = rg, d.startsWith = ag, d.subtract = Vg, d.sum = Qg, d.sumBy = Zg, d.template = ng, d.times = Mg, d.toFinite = as, d.toInteger = re, d.toLength = ic, d.toLower = ig, d.toNumber = Ct, d.toSafeInteger = nf, d.toString = he, d.toUpper = og, d.trim = lg, d.trimEnd = cg, d.trimStart = pg, d.truncate = dg, d.unescape = mg, d.uniqueId = Og, d.upperCase = ug, d.upperFirst = gi, d.each = Wl, d.eachRight = Gl, d.first = Ul, hi(d, function() {
|
65146
65145
|
var e = {};
|
65147
65146
|
return $t(d, function(t, s) {
|
65148
65147
|
we.call(d.prototype, s) || (e[s] = t);
|
@@ -65238,7 +65237,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
65238
65237
|
func: r
|
65239
65238
|
}], de.prototype.clone = dm, de.prototype.reverse = mm, de.prototype.value = um, d.prototype.at = Uy, d.prototype.chain = $y, d.prototype.commit = Hy, d.prototype.next = jy, d.prototype.plant = Gy, d.prototype.reverse = Xy, d.prototype.toJSON = d.prototype.valueOf = d.prototype.value = Yy, d.prototype.first = d.prototype.head, wr && (d.prototype[wr] = Wy), d;
|
65240
65239
|
}, Xs = Hd();
|
65241
|
-
Ds ? ((Ds.exports = Xs)._ = Xs,
|
65240
|
+
Ds ? ((Ds.exports = Xs)._ = Xs, xn._ = Xs) : je._ = Xs;
|
65242
65241
|
}).call(Mr);
|
65243
65242
|
})(Za, Za.exports);
|
65244
65243
|
var Cc = Za.exports;
|
@@ -65763,7 +65762,7 @@ const Ki = {
|
|
65763
65762
|
"editorError.foreground": k["color-ripe-red-500"],
|
65764
65763
|
"editorWarning.foreground": k["color-tan-orange-700"]
|
65765
65764
|
}
|
65766
|
-
},
|
65765
|
+
}, Ix = /(\\(?:[\\'"]))|(\\$)|("|$)|($)/g, kx = /(\\(?:[\\'"]))|(\\$)|('|$)|($)/g, zc = {
|
65767
65766
|
"color.aqua": "#00BCD4",
|
65768
65767
|
"color.black": "#363A45",
|
65769
65768
|
"color.blue": "#2196F3",
|
@@ -65782,7 +65781,7 @@ const Ki = {
|
|
65782
65781
|
"color.white": "#FFFFFF",
|
65783
65782
|
"color.yellow": "#FFEB3B"
|
65784
65783
|
};
|
65785
|
-
class
|
65784
|
+
class Ax {
|
65786
65785
|
constructor(n) {
|
65787
65786
|
Object.defineProperty(this, "_formatter", {
|
65788
65787
|
enumerable: !0,
|
@@ -65872,8 +65871,8 @@ class qx {
|
|
65872
65871
|
};
|
65873
65872
|
}
|
65874
65873
|
}
|
65875
|
-
const
|
65876
|
-
class
|
65874
|
+
const qx = new Ax(window.navigator.userAgent);
|
65875
|
+
class Cx {
|
65877
65876
|
constructor() {
|
65878
65877
|
Object.defineProperty(this, "_colors", {
|
65879
65878
|
enumerable: !0,
|
@@ -65998,7 +65997,7 @@ class zx {
|
|
65998
65997
|
return n.startsWith("color.new");
|
65999
65998
|
}
|
66000
65999
|
}
|
66001
|
-
const
|
66000
|
+
const Ei = new Cx();
|
66002
66001
|
var Rt;
|
66003
66002
|
(function(a) {
|
66004
66003
|
a.BOOL = "bool", a.INT = "int", a.FLOAT = "float", a.ARRAY = "array", a.BOX = "box", a.CHART_POINT = "chart.point", a.COLOR = "color", a.CONST = "const", a.LABEL = "label", a.LINE = "line", a.LINEFILL = "linefill", a.MAP = "map", a.MATRIX = "matrix", a.POLYLINE = "polyline", a.SERIES = "series", a.SIMPLE = "simple", a.STRING = "string", a.TABLE = "table", a.UNDETERMINED = "undetermined type", a.INPUT = "input", a.NA = "na", a.VOID = "void", a.ENUM = "enum";
|
@@ -66129,7 +66128,7 @@ var op;
|
|
66129
66128
|
})(op || (op = {}));
|
66130
66129
|
Rt.SERIES, Rt.SIMPLE, Rt.INPUT, Rt.CONST;
|
66131
66130
|
Rt.INT, Rt.FLOAT, Rt.BOOL, Rt.COLOR, Rt.STRING;
|
66132
|
-
const
|
66131
|
+
const zx = {
|
66133
66132
|
domReadOnly: !0,
|
66134
66133
|
scrollBeyondLastLine: !1,
|
66135
66134
|
readOnly: !0,
|
@@ -66431,7 +66430,7 @@ const Ex = {
|
|
66431
66430
|
description: "Provides a tool to quickly output a label on the chart.",
|
66432
66431
|
codeStr: 'const $name={calcBB:({srcArray:a,mult:r,calculate:_=!0},e)=>{let v=$_var.getVarValue("mean",e+"_14_12","var")||$_var.setVarValue("mean",e+"_14_12",$_var.na,"var"),s=$_var.getVarValue("dev",e+"_14_13","var")||$_var.setVarValue("dev",e+"_14_13",$_var.na,"var");return _&&($_var.againAssignParse(v,a.avg(e+"_16_16")),v=a.avg(e+"_16_16"),$_var.setVarValue("mean",e+"_14_12",v,"var"),$_var.againAssignParse(s,a.stdev(e+"_17_16")*r),s=a.stdev(e+"_17_16")*r,$_var.setVarValue("dev",e+"_14_13",s,"var")),[v,$_var.add(v,s),$_var.sub(v,s)]},calcBB$1:({srcArray:a,mult:r,calculate:_=!0},e)=>{let v=$_var.getVarValue("mean",e+"_14_21","var")||$_var.setVarValue("mean",e+"_14_21",$_var.na,"var"),s=$_var.getVarValue("dev",e+"_14_22","var")||$_var.setVarValue("dev",e+"_14_22",$_var.na,"var");return _&&($_var.againAssignParse(v,a.avg(e+"_25_16")),v=a.avg(e+"_25_16"),$_var.setVarValue("mean",e+"_14_21",v,"var"),$_var.againAssignParse(s,a.stdev(e+"_26_16")*r),s=a.stdev(e+"_26_16")*r,$_var.setVarValue("dev",e+"_14_22",s,"var")),[v,$_var.add(v,s),$_var.sub(v,s)]},Scanner:$_var.getTypeInstance({enabled:void 0,ticker:void 0,timeframe:void 0},[])};'
|
66433
66432
|
};
|
66434
|
-
class
|
66433
|
+
class Ex {
|
66435
66434
|
constructor() {
|
66436
66435
|
Object.defineProperty(this, "_inlayHints", {
|
66437
66436
|
enumerable: !0,
|
@@ -66518,8 +66517,8 @@ class Nx {
|
|
66518
66517
|
o.splice(15, 0, [r, "meta.function-call"]), $e.setMonarchTokensProvider(Ne, { ...ir, tokenizer: { ...ir.tokenizer, root: o } });
|
66519
66518
|
}
|
66520
66519
|
}
|
66521
|
-
const Ja = new
|
66522
|
-
function
|
66520
|
+
const Ja = new Ex();
|
66521
|
+
function Nx(a, n, r) {
|
66523
66522
|
var F;
|
66524
66523
|
const o = {
|
66525
66524
|
startLineNumber: n.lineNumber,
|
@@ -66556,25 +66555,25 @@ function Sx(a, n, r) {
|
|
66556
66555
|
}
|
66557
66556
|
};
|
66558
66557
|
}
|
66559
|
-
function
|
66558
|
+
function Sx(a) {
|
66560
66559
|
if (a.kind !== 1)
|
66561
66560
|
return a;
|
66562
66561
|
const { originInsertText: n } = a;
|
66563
66562
|
return Bt.nextIsBracket ? a.insertText = n : a.insertText = n + Bt.bracketsPostfix, a;
|
66564
66563
|
}
|
66565
|
-
function
|
66564
|
+
function Lx(a, n) {
|
66566
66565
|
var o;
|
66567
66566
|
const r = or.parseLineContentFuncVar(n.column, n.lineNumber, a, n);
|
66568
66567
|
if (r != null && r.libraryId)
|
66569
66568
|
return {
|
66570
66569
|
contents: [
|
66571
66570
|
{
|
66572
|
-
value:
|
66571
|
+
value: bx(r)
|
66573
66572
|
}
|
66574
66573
|
]
|
66575
66574
|
};
|
66576
66575
|
if ((o = r == null ? void 0 : r.docValue) != null && o.length) {
|
66577
|
-
const l =
|
66576
|
+
const l = xx(r.docValue, r.index, r.isBuildIn);
|
66578
66577
|
if (l)
|
66579
66578
|
return {
|
66580
66579
|
contents: [
|
@@ -66588,21 +66587,21 @@ function Mx(a, n) {
|
|
66588
66587
|
contents: []
|
66589
66588
|
};
|
66590
66589
|
}
|
66591
|
-
function
|
66590
|
+
function Mx(a, n) {
|
66592
66591
|
var T, M;
|
66593
66592
|
const r = {
|
66594
66593
|
startLineNumber: n.lineNumber,
|
66595
66594
|
endLineNumber: n.lineNumber,
|
66596
66595
|
startColumn: 1,
|
66597
66596
|
endColumn: n.column
|
66598
|
-
}, o = a.getValueInRange(r), l = a.findMatches(String(
|
66597
|
+
}, o = a.getValueInRange(r), l = a.findMatches(String(Ix), r, !0, !1, null, !0), c = a.findMatches(String(kx), r, !0, !1, null, !0), m = (T = l.pop()) == null ? void 0 : T.matches, _ = (M = c.pop()) == null ? void 0 : M.matches;
|
66599
66598
|
let g = !1;
|
66600
66599
|
l.length % 2 === 0 ? m && m[0] === '"' && (g = !0) : m && !m[0] && (g = !0);
|
66601
66600
|
let b = !1;
|
66602
66601
|
c.length % 2 === 0 ? _ && _[0] === "'" && (b = !0) : _ && !_[0] && (b = !0);
|
66603
66602
|
const h = or.parseCurrentInputFuncAndArg(o, b, g);
|
66604
66603
|
if (h) {
|
66605
|
-
const { funcName: F, args: P } = h, N =
|
66604
|
+
const { funcName: F, args: P } = h, N = qx.getSignatureHelpValues(F, P);
|
66606
66605
|
if (N)
|
66607
66606
|
return {
|
66608
66607
|
value: N,
|
@@ -66612,20 +66611,20 @@ function Px(a, n) {
|
|
66612
66611
|
}
|
66613
66612
|
return null;
|
66614
66613
|
}
|
66615
|
-
function
|
66616
|
-
let n = a.findMatches(
|
66614
|
+
function Px(a) {
|
66615
|
+
let n = a.findMatches(Ei.colorMatchesRegStr, !0, !0, !1, null, !0);
|
66617
66616
|
return n = n.filter((o) => {
|
66618
66617
|
const l = a.getValueInRange({
|
66619
66618
|
...o.range,
|
66620
66619
|
startColumn: 0
|
66621
66620
|
});
|
66622
66621
|
return l.indexOf("//") === -1 || l.indexOf("//") > o.range.endColumn;
|
66623
|
-
}),
|
66622
|
+
}), Ei.getDocumentColors(n);
|
66624
66623
|
}
|
66625
|
-
function
|
66626
|
-
return
|
66624
|
+
function Ox(a, n) {
|
66625
|
+
return Ei.getDocumentColorPresentations(a, n) || [];
|
66627
66626
|
}
|
66628
|
-
function
|
66627
|
+
function Fx(a, n) {
|
66629
66628
|
const r = a.getModel(), o = or.parseLineContentFuncVar(n.startColumn + 1, n.startLineNumber, r);
|
66630
66629
|
if (!o || o.isBuildIn || !o.docValue || !o.docValue[0].pos)
|
66631
66630
|
return o != null && o.isBuildIn ? o : void 0;
|
@@ -66637,7 +66636,7 @@ function Rx(a, n) {
|
|
66637
66636
|
};
|
66638
66637
|
a.revealRangeInCenterIfOutsideViewport(m), a.setSelection(m);
|
66639
66638
|
}
|
66640
|
-
function
|
66639
|
+
function Rx(a, n) {
|
66641
66640
|
return or.parseLineContentFuncVar(n.column, n.lineNumber, a, n) ? {
|
66642
66641
|
uri: a.uri,
|
66643
66642
|
range: {
|
@@ -66651,14 +66650,14 @@ function Bx(a, n) {
|
|
66651
66650
|
function cp(a, n) {
|
66652
66651
|
return a.map((r) => (r.range = n, r));
|
66653
66652
|
}
|
66654
|
-
function
|
66653
|
+
function Bx() {
|
66655
66654
|
return {
|
66656
66655
|
hints: Ja.inlayHints,
|
66657
66656
|
dispose: () => {
|
66658
66657
|
}
|
66659
66658
|
};
|
66660
66659
|
}
|
66661
|
-
var Kr = {}, Fr =
|
66660
|
+
var Kr = {}, Fr = sb;
|
66662
66661
|
if (process.env.NODE_ENV === "production")
|
66663
66662
|
Kr.createRoot = Fr.createRoot, Kr.hydrateRoot = Fr.hydrateRoot;
|
66664
66663
|
else {
|
@@ -66683,15 +66682,15 @@ var Ye;
|
|
66683
66682
|
(function(a) {
|
66684
66683
|
a.added = "added", a.removed = "removed", a.modified = "modified";
|
66685
66684
|
})(Ye || (Ye = {}));
|
66686
|
-
const
|
66685
|
+
const Kx = (a, n) => {
|
66687
66686
|
const { close: r, retracement: o } = a, [l, c] = ot("modified");
|
66688
66687
|
return hp(n, () => ({
|
66689
66688
|
updateType(m) {
|
66690
66689
|
c(m);
|
66691
66690
|
}
|
66692
66691
|
})), L.jsxs("div", { className: `content-popup content-${l}-popup`, children: [L.jsx("div", { className: `triangle-popup triangle-${l}-popup` }), L.jsxs("div", { className: `header-popup header-${l}-popup`, children: [L.jsx("div", { className: "title-popup", children: "Local working changes" }), L.jsx("div", { className: "actions-popup", children: L.jsx("div", { onClick: r, "data-role": "button", className: "button-popup", "data-name": "button-close-diff", children: L.jsx("span", { className: "icon-popup", role: "img", children: L.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", width: "12", height: "12", children: L.jsx("path", { stroke: "currentColor", strokeWidth: "1.2", d: "m1.5 1.5 9 9m0-9-9 9" }) }) }) }) })] }), L.jsx("div", { id: "diffEditorContainer", style: { height: "100%" } })] });
|
66693
|
-
},
|
66694
|
-
class
|
66692
|
+
}, Ux = xp(Kx);
|
66693
|
+
class $x {
|
66695
66694
|
constructor(n, r, o = !0) {
|
66696
66695
|
Object.defineProperty(this, "_domNode", {
|
66697
66696
|
enumerable: !0,
|
@@ -66713,7 +66712,7 @@ class Hx {
|
|
66713
66712
|
configurable: !0,
|
66714
66713
|
writable: !0,
|
66715
66714
|
value: void 0
|
66716
|
-
}), this._id = n, this._domNode = document.createElement("div"), this._domNode.style.display = "none", this._domNode.style.width = o ? "calc(100% - 134px)" : "calc(100% - 14px)", this._domNode.style.height = "200px", r == null || r.onDidScrollChange(this.scrollChangeHandler.bind(this)), Kr.createRoot(this._domNode).render(L.jsx(
|
66715
|
+
}), this._id = n, this._domNode = document.createElement("div"), this._domNode.style.display = "none", this._domNode.style.width = o ? "calc(100% - 134px)" : "calc(100% - 14px)", this._domNode.style.height = "200px", r == null || r.onDidScrollChange(this.scrollChangeHandler.bind(this)), Kr.createRoot(this._domNode).render(L.jsx(Ux, { ref: (l) => this._content = l, close: () => this._close(), retracement: this._retracement })), this._top = 0;
|
66717
66716
|
}
|
66718
66717
|
_close() {
|
66719
66718
|
this._domNode.style.display = "none";
|
@@ -66781,7 +66780,7 @@ hs.prototype = {
|
|
66781
66780
|
continue;
|
66782
66781
|
}
|
66783
66782
|
if (!ie || se && R.oldPos + 1 < U.oldPos ? A = m.addToPath(U, !0, void 0, 0) : A = m.addToPath(R, void 0, !0, 1), N = m.extractCommon(A, r, n, I), A.oldPos + 1 >= b && N + 1 >= g)
|
66784
|
-
return _(
|
66783
|
+
return _(Hx(m, A.lastComponent, r, n, m.useLongestToken));
|
66785
66784
|
P[I] = A, A.oldPos + 1 >= b && (G = Math.min(G, I - 1)), N + 1 >= g && (H = Math.max(H, I + 1));
|
66786
66785
|
}
|
66787
66786
|
h++;
|
@@ -66847,7 +66846,7 @@ hs.prototype = {
|
|
66847
66846
|
return n.join("");
|
66848
66847
|
}
|
66849
66848
|
};
|
66850
|
-
function
|
66849
|
+
function Hx(a, n, r, o, l) {
|
66851
66850
|
for (var c = [], m; n; )
|
66852
66851
|
c.push(n), m = n.previousComponent, delete n.previousComponent, n = m;
|
66853
66852
|
c.reverse();
|
@@ -66894,15 +66893,15 @@ $i.tokenize = function(a) {
|
|
66894
66893
|
}
|
66895
66894
|
return n;
|
66896
66895
|
};
|
66897
|
-
function
|
66896
|
+
function jx(a, n, r) {
|
66898
66897
|
return $i.diff(a, n, r);
|
66899
66898
|
}
|
66900
|
-
var
|
66901
|
-
|
66899
|
+
var Wx = new hs();
|
66900
|
+
Wx.tokenize = function(a) {
|
66902
66901
|
return a.split(/(\S.+?[.!?])(?=\s+|$)/);
|
66903
66902
|
};
|
66904
|
-
var
|
66905
|
-
|
66903
|
+
var Gx = new hs();
|
66904
|
+
Gx.tokenize = function(a) {
|
66906
66905
|
return a.split(/([{}:;,]|\s+)/);
|
66907
66906
|
};
|
66908
66907
|
function Ya(a) {
|
@@ -66913,28 +66912,28 @@ function Ya(a) {
|
|
66913
66912
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
66914
66913
|
}, Ya(a);
|
66915
66914
|
}
|
66916
|
-
var
|
66915
|
+
var Xx = Object.prototype.toString, Wr = new hs();
|
66917
66916
|
Wr.useLongestToken = !0;
|
66918
66917
|
Wr.tokenize = $i.tokenize;
|
66919
66918
|
Wr.castInput = function(a) {
|
66920
66919
|
var n = this.options, r = n.undefinedReplacement, o = n.stringifyReplacer, l = o === void 0 ? function(c, m) {
|
66921
66920
|
return typeof m > "u" ? r : m;
|
66922
66921
|
} : o;
|
66923
|
-
return typeof a == "string" ? a : JSON.stringify(
|
66922
|
+
return typeof a == "string" ? a : JSON.stringify(Ni(a, null, null, l), l, " ");
|
66924
66923
|
};
|
66925
66924
|
Wr.equals = function(a, n) {
|
66926
66925
|
return hs.prototype.equals.call(Wr, a.replace(/,([\r\n])/g, "$1"), n.replace(/,([\r\n])/g, "$1"));
|
66927
66926
|
};
|
66928
|
-
function
|
66927
|
+
function Ni(a, n, r, o, l) {
|
66929
66928
|
n = n || [], r = r || [], o && (a = o(l, a));
|
66930
66929
|
var c;
|
66931
66930
|
for (c = 0; c < n.length; c += 1)
|
66932
66931
|
if (n[c] === a)
|
66933
66932
|
return r[c];
|
66934
66933
|
var m;
|
66935
|
-
if (
|
66934
|
+
if (Xx.call(a) === "[object Array]") {
|
66936
66935
|
for (n.push(a), m = new Array(a.length), r.push(m), c = 0; c < a.length; c += 1)
|
66937
|
-
m[c] =
|
66936
|
+
m[c] = Ni(a[c], n, r, o, l);
|
66938
66937
|
return n.pop(), r.pop(), m;
|
66939
66938
|
}
|
66940
66939
|
if (a && a.toJSON && (a = a.toJSON()), Ya(a) === "object" && a !== null) {
|
@@ -66943,20 +66942,20 @@ function Si(a, n, r, o, l) {
|
|
66943
66942
|
for (g in a)
|
66944
66943
|
a.hasOwnProperty(g) && _.push(g);
|
66945
66944
|
for (_.sort(), c = 0; c < _.length; c += 1)
|
66946
|
-
g = _[c], m[g] =
|
66945
|
+
g = _[c], m[g] = Ni(a[g], n, r, o, g);
|
66947
66946
|
n.pop(), r.pop();
|
66948
66947
|
} else
|
66949
66948
|
m = a;
|
66950
66949
|
return m;
|
66951
66950
|
}
|
66952
|
-
var
|
66953
|
-
|
66951
|
+
var Si = new hs();
|
66952
|
+
Si.tokenize = function(a) {
|
66954
66953
|
return a.slice();
|
66955
66954
|
};
|
66956
|
-
|
66955
|
+
Si.join = Si.removeEmpty = function(a) {
|
66957
66956
|
return a;
|
66958
66957
|
};
|
66959
|
-
class
|
66958
|
+
class Yx {
|
66960
66959
|
constructor(n, r, o = "") {
|
66961
66960
|
Object.defineProperty(this, "_editor", {
|
66962
66961
|
enumerable: !0,
|
@@ -67042,11 +67041,11 @@ class Vx {
|
|
67042
67041
|
}
|
67043
67042
|
_changeEvent() {
|
67044
67043
|
var l, c;
|
67045
|
-
const n =
|
67044
|
+
const n = jx(this._originalModel.getValue(), ((l = this._editor.getModel()) == null ? void 0 : l.getValue()) || ""), r = this._changesHandle(n), o = ((c = this._editor.getModel()) == null ? void 0 : c.deltaDecorations(this._oldDecorations, r)) || [];
|
67046
67045
|
this._oldDecorations = o;
|
67047
67046
|
}
|
67048
67047
|
_eventListening() {
|
67049
|
-
const n = new
|
67048
|
+
const n = new $x("diff.popup.widget", this._editor);
|
67050
67049
|
this._editor.addOverlayWidget(n), this._onMouseDownListener = this._editor.onMouseDown((r) => this._onMouseDownHandle(r)), this._diffPopupWidget = n;
|
67051
67050
|
}
|
67052
67051
|
_onMouseDownHandle(n) {
|
@@ -67070,7 +67069,7 @@ class Vx {
|
|
67070
67069
|
});
|
67071
67070
|
}
|
67072
67071
|
}
|
67073
|
-
class
|
67072
|
+
class Vx {
|
67074
67073
|
constructor(n, r, o) {
|
67075
67074
|
Object.defineProperty(this, "_editor", {
|
67076
67075
|
enumerable: !0,
|
@@ -67119,7 +67118,7 @@ class Qx {
|
|
67119
67118
|
this._monaco.editor.setModelMarkers(this._editor.getModel(), "owner", n);
|
67120
67119
|
}
|
67121
67120
|
addDiffDecorations() {
|
67122
|
-
this._decorations || (this._decorations = new
|
67121
|
+
this._decorations || (this._decorations = new Yx(this._editor, this._monaco, this._originalScript));
|
67123
67122
|
}
|
67124
67123
|
removeDiffDecorations() {
|
67125
67124
|
var n;
|
@@ -67153,7 +67152,7 @@ class Qx {
|
|
67153
67152
|
this._register(), this._setOptions(), this._addCommands(), this._addActions(), this._setCursorPosition();
|
67154
67153
|
}
|
67155
67154
|
_setCursorPosition() {
|
67156
|
-
const n = localStorage.getItem(
|
67155
|
+
const n = localStorage.getItem(Ai);
|
67157
67156
|
this._editor.setPosition(n ? JSON.parse(n) : { lineNumber: 1, column: 1 }), this._editor.focus();
|
67158
67157
|
}
|
67159
67158
|
_register() {
|
@@ -67161,19 +67160,19 @@ class Qx {
|
|
67161
67160
|
id: Ne
|
67162
67161
|
}), this._monaco.languages.registerCompletionItemProvider(Ne, {
|
67163
67162
|
triggerCharacters: [".", "@"],
|
67164
|
-
provideCompletionItems:
|
67165
|
-
resolveCompletionItem:
|
67163
|
+
provideCompletionItems: Nx,
|
67164
|
+
resolveCompletionItem: Sx
|
67166
67165
|
}), this._monaco.languages.registerHoverProvider(Ne, {
|
67167
|
-
provideHover:
|
67166
|
+
provideHover: Lx
|
67168
67167
|
}), this._monaco.languages.registerSignatureHelpProvider(Ne, {
|
67169
67168
|
signatureHelpTriggerCharacters: ["(", ","],
|
67170
|
-
provideSignatureHelp:
|
67169
|
+
provideSignatureHelp: Mx
|
67171
67170
|
}), this._monaco.languages.registerColorProvider(Ne, {
|
67172
|
-
provideColorPresentations:
|
67173
|
-
provideDocumentColors:
|
67171
|
+
provideColorPresentations: Ox,
|
67172
|
+
provideDocumentColors: Px
|
67174
67173
|
}), this._monaco.editor.registerEditorOpener({
|
67175
67174
|
openCodeEditor: (n, r, o) => {
|
67176
|
-
const l =
|
67175
|
+
const l = Fx(n, o);
|
67177
67176
|
if (l) {
|
67178
67177
|
const { index: c, docValue: m } = l, { title: _, name: g } = m[c];
|
67179
67178
|
let b = "";
|
@@ -67201,9 +67200,9 @@ class Qx {
|
|
67201
67200
|
}), this._monaco.editor.registerLinkOpener({
|
67202
67201
|
open: (n) => (this._onLinkOpen && n.fragment && this._onLinkOpen(n.fragment), !!n.fragment)
|
67203
67202
|
}), this._monaco.languages.registerDefinitionProvider(Ne, {
|
67204
|
-
provideDefinition:
|
67203
|
+
provideDefinition: Rx
|
67205
67204
|
}), this._monaco.languages.registerInlayHintsProvider(Ne, {
|
67206
|
-
provideInlayHints:
|
67205
|
+
provideInlayHints: Bx
|
67207
67206
|
});
|
67208
67207
|
}
|
67209
67208
|
_setOptions() {
|
@@ -67276,9 +67275,9 @@ class Qx {
|
|
67276
67275
|
}
|
67277
67276
|
onChangeCursorPosition(n) {
|
67278
67277
|
this._changPositionListener && this._changPositionListener.dispose();
|
67279
|
-
const r = localStorage.getItem(
|
67278
|
+
const r = localStorage.getItem(Ai);
|
67280
67279
|
n && n(r ? JSON.parse(r) : { lineNumber: 1, column: 1 }), this._changPositionListener = this._editor.onDidChangeCursorPosition((o) => {
|
67281
|
-
localStorage.setItem(
|
67280
|
+
localStorage.setItem(Ai, JSON.stringify(o.position)), n && n(o.position);
|
67282
67281
|
});
|
67283
67282
|
}
|
67284
67283
|
}
|
@@ -67287,7 +67286,7 @@ class Qx {
|
|
67287
67286
|
* Copyright 2019 Google LLC
|
67288
67287
|
* SPDX-License-Identifier: Apache-2.0
|
67289
67288
|
*/
|
67290
|
-
const Ep = Symbol("Comlink.proxy"),
|
67289
|
+
const Ep = Symbol("Comlink.proxy"), Qx = Symbol("Comlink.endpoint"), Zx = Symbol("Comlink.releaseProxy"), qi = Symbol("Comlink.finalizer"), Va = Symbol("Comlink.thrown"), Np = (a) => typeof a == "object" && a !== null || typeof a == "function", Jx = {
|
67291
67290
|
canHandle: (a) => Np(a) && a[Ep],
|
67292
67291
|
serialize(a) {
|
67293
67292
|
const { port1: n, port2: r } = new MessageChannel();
|
@@ -67296,7 +67295,7 @@ const Ep = Symbol("Comlink.proxy"), Zx = Symbol("Comlink.endpoint"), Jx = Symbol
|
|
67296
67295
|
deserialize(a) {
|
67297
67296
|
return a.start(), Hi(a);
|
67298
67297
|
}
|
67299
|
-
},
|
67298
|
+
}, eh = {
|
67300
67299
|
canHandle: (a) => Np(a) && Va in a,
|
67301
67300
|
serialize({ value: a }) {
|
67302
67301
|
let n;
|
@@ -67313,10 +67312,10 @@ const Ep = Symbol("Comlink.proxy"), Zx = Symbol("Comlink.endpoint"), Jx = Symbol
|
|
67313
67312
|
throw a.isError ? Object.assign(new Error(a.value.message), a.value) : a.value;
|
67314
67313
|
}
|
67315
67314
|
}, Sp = /* @__PURE__ */ new Map([
|
67316
|
-
["proxy",
|
67317
|
-
["throw",
|
67315
|
+
["proxy", Jx],
|
67316
|
+
["throw", eh]
|
67318
67317
|
]);
|
67319
|
-
function
|
67318
|
+
function th(a, n) {
|
67320
67319
|
for (const r of a)
|
67321
67320
|
if (n === r || r === "*" || r instanceof RegExp && r.test(n))
|
67322
67321
|
return !0;
|
@@ -67326,7 +67325,7 @@ function Lp(a, n = globalThis, r = ["*"]) {
|
|
67326
67325
|
n.addEventListener("message", function o(l) {
|
67327
67326
|
if (!l || !l.data)
|
67328
67327
|
return;
|
67329
|
-
if (!
|
67328
|
+
if (!th(r, l.origin)) {
|
67330
67329
|
console.warn(`Invalid origin '${l.origin}' for comlink proxy`);
|
67331
67330
|
return;
|
67332
67331
|
}
|
@@ -67353,7 +67352,7 @@ function Lp(a, n = globalThis, r = ["*"]) {
|
|
67353
67352
|
case "ENDPOINT":
|
67354
67353
|
{
|
67355
67354
|
const { port1: M, port2: F } = new MessageChannel();
|
67356
|
-
Lp(a, F), b =
|
67355
|
+
Lp(a, F), b = ih(M, [M]);
|
67357
67356
|
}
|
67358
67357
|
break;
|
67359
67358
|
case "RELEASE":
|
@@ -67367,7 +67366,7 @@ function Lp(a, n = globalThis, r = ["*"]) {
|
|
67367
67366
|
}
|
67368
67367
|
Promise.resolve(b).catch((h) => ({ value: h, [Va]: 0 })).then((h) => {
|
67369
67368
|
const [T, M] = sn(h);
|
67370
|
-
n.postMessage(Object.assign(Object.assign({}, T), { id: c }), M), m === "RELEASE" && (n.removeEventListener("message", o), Mp(n),
|
67369
|
+
n.postMessage(Object.assign(Object.assign({}, T), { id: c }), M), m === "RELEASE" && (n.removeEventListener("message", o), Mp(n), qi in a && typeof a[qi] == "function" && a[qi]());
|
67371
67370
|
}).catch((h) => {
|
67372
67371
|
const [T, M] = sn({
|
67373
67372
|
value: new TypeError("Unserializable return value"),
|
@@ -67377,14 +67376,14 @@ function Lp(a, n = globalThis, r = ["*"]) {
|
|
67377
67376
|
});
|
67378
67377
|
}), n.start && n.start();
|
67379
67378
|
}
|
67380
|
-
function
|
67379
|
+
function sh(a) {
|
67381
67380
|
return a.constructor.name === "MessagePort";
|
67382
67381
|
}
|
67383
67382
|
function Mp(a) {
|
67384
|
-
|
67383
|
+
sh(a) && a.close();
|
67385
67384
|
}
|
67386
67385
|
function Hi(a, n) {
|
67387
|
-
return
|
67386
|
+
return Li(a, [], n);
|
67388
67387
|
}
|
67389
67388
|
function Ga(a) {
|
67390
67389
|
if (a)
|
@@ -67401,21 +67400,21 @@ const en = /* @__PURE__ */ new WeakMap(), tn = "FinalizationRegistry" in globalT
|
|
67401
67400
|
const n = (en.get(a) || 0) - 1;
|
67402
67401
|
en.set(a, n), n === 0 && Pp(a);
|
67403
67402
|
});
|
67404
|
-
function
|
67403
|
+
function rh(a, n) {
|
67405
67404
|
const r = (en.get(n) || 0) + 1;
|
67406
67405
|
en.set(n, r), tn && tn.register(a, n, a);
|
67407
67406
|
}
|
67408
|
-
function
|
67407
|
+
function ah(a) {
|
67409
67408
|
tn && tn.unregister(a);
|
67410
67409
|
}
|
67411
|
-
function
|
67410
|
+
function Li(a, n = [], r = function() {
|
67412
67411
|
}) {
|
67413
67412
|
let o = !1;
|
67414
67413
|
const l = new Proxy(r, {
|
67415
67414
|
get(c, m) {
|
67416
|
-
if (Ga(o), m ===
|
67415
|
+
if (Ga(o), m === Zx)
|
67417
67416
|
return () => {
|
67418
|
-
|
67417
|
+
ah(l), Pp(a), o = !0;
|
67419
67418
|
};
|
67420
67419
|
if (m === "then") {
|
67421
67420
|
if (n.length === 0)
|
@@ -67426,7 +67425,7 @@ function Mi(a, n = [], r = function() {
|
|
67426
67425
|
}).then(Ms);
|
67427
67426
|
return _.then.bind(_);
|
67428
67427
|
}
|
67429
|
-
return
|
67428
|
+
return Li(a, [...n, m]);
|
67430
67429
|
},
|
67431
67430
|
set(c, m, _) {
|
67432
67431
|
Ga(o);
|
@@ -67440,12 +67439,12 @@ function Mi(a, n = [], r = function() {
|
|
67440
67439
|
apply(c, m, _) {
|
67441
67440
|
Ga(o);
|
67442
67441
|
const g = n[n.length - 1];
|
67443
|
-
if (g ===
|
67442
|
+
if (g === Qx)
|
67444
67443
|
return ar(a, {
|
67445
67444
|
type: "ENDPOINT"
|
67446
67445
|
}).then(Ms);
|
67447
67446
|
if (g === "bind")
|
67448
|
-
return
|
67447
|
+
return Li(a, n.slice(0, -1));
|
67449
67448
|
const [b, h] = mp(_);
|
67450
67449
|
return ar(a, {
|
67451
67450
|
type: "APPLY",
|
@@ -67463,17 +67462,17 @@ function Mi(a, n = [], r = function() {
|
|
67463
67462
|
}, g).then(Ms);
|
67464
67463
|
}
|
67465
67464
|
});
|
67466
|
-
return
|
67465
|
+
return rh(l, a), l;
|
67467
67466
|
}
|
67468
|
-
function
|
67467
|
+
function nh(a) {
|
67469
67468
|
return Array.prototype.concat.apply([], a);
|
67470
67469
|
}
|
67471
67470
|
function mp(a) {
|
67472
67471
|
const n = a.map(sn);
|
67473
|
-
return [n.map((r) => r[0]),
|
67472
|
+
return [n.map((r) => r[0]), nh(n.map((r) => r[1]))];
|
67474
67473
|
}
|
67475
67474
|
const Op = /* @__PURE__ */ new WeakMap();
|
67476
|
-
function
|
67475
|
+
function ih(a, n) {
|
67477
67476
|
return Op.set(a, n), a;
|
67478
67477
|
}
|
67479
67478
|
function ji(a) {
|
@@ -67510,13 +67509,13 @@ function Ms(a) {
|
|
67510
67509
|
}
|
67511
67510
|
function ar(a, n, r) {
|
67512
67511
|
return new Promise((o) => {
|
67513
|
-
const l =
|
67512
|
+
const l = oh();
|
67514
67513
|
a.addEventListener("message", function c(m) {
|
67515
67514
|
!m.data || !m.data.id || m.data.id !== l || (a.removeEventListener("message", c), o(m.data));
|
67516
67515
|
}), a.start && a.start(), a.postMessage(Object.assign({ id: l }, n), r);
|
67517
67516
|
});
|
67518
67517
|
}
|
67519
|
-
function
|
67518
|
+
function oh() {
|
67520
67519
|
return new Array(4).fill(0).map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join("-");
|
67521
67520
|
}
|
67522
67521
|
const Fp = new Worker(new URL("" + new URL("assets/scriptsRunWorker-DTH9vYgp.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run TccScript Server" });
|
@@ -67527,21 +67526,21 @@ async function Rp(a) {
|
|
67527
67526
|
return await Ja.setInlayHints(a);
|
67528
67527
|
}
|
67529
67528
|
const Bp = Hi(Fp), Kp = Hi(new Worker(new URL("" + new URL("assets/parserTccWorker-CpxYiTUZ.js", import.meta.url).href, import.meta.url), { type: "module", name: "Parser TccScript Server" }));
|
67530
|
-
async function
|
67529
|
+
async function lh(a, n = !1) {
|
67531
67530
|
const { functions: r, types: o, constants: l, variables: c, methods: m } = bt;
|
67532
67531
|
return await Kp.parseTcc(a, n, ji(Rp), { functions: Object.fromEntries(r), methods: Object.fromEntries(m), types: Object.fromEntries(o), constants: Object.fromEntries(l), variables: Object.fromEntries(c) });
|
67533
67532
|
}
|
67534
|
-
async function
|
67533
|
+
async function Oh(a, n) {
|
67535
67534
|
const { functions: r, types: o, constants: l, variables: c, methods: m } = bt;
|
67536
67535
|
return await Kp.parseLibraryCode(a, n, ji(Rp), { functions: Object.fromEntries(r), methods: Object.fromEntries(m), types: Object.fromEntries(o), constants: Object.fromEntries(l), variables: Object.fromEntries(c) });
|
67537
67536
|
}
|
67538
|
-
async function
|
67537
|
+
async function ch(a, n, r = !0) {
|
67539
67538
|
return await Bp.runScript(a, n, r);
|
67540
67539
|
}
|
67541
|
-
async function
|
67540
|
+
async function Fh(a) {
|
67542
67541
|
return await Bp.removeScript(a);
|
67543
67542
|
}
|
67544
|
-
function
|
67543
|
+
function ph(a) {
|
67545
67544
|
return new Worker(
|
67546
67545
|
"" + new URL("assets/editor.worker-CT5Cb1wO.js", import.meta.url).href,
|
67547
67546
|
{
|
@@ -67551,13 +67550,17 @@ function dh(a) {
|
|
67551
67550
|
}
|
67552
67551
|
self.MonacoEnvironment = {
|
67553
67552
|
getWorker() {
|
67554
|
-
return new
|
67553
|
+
return new ph({ name: "Editor Worker" });
|
67555
67554
|
}
|
67556
67555
|
};
|
67557
|
-
|
67558
|
-
|
67556
|
+
Ri.config({
|
67557
|
+
paths: {
|
67558
|
+
vs: "./vs"
|
67559
|
+
},
|
67560
|
+
"vs/nls": { availableLanguages: { "*": "zh-cn" } }
|
67561
|
+
});
|
67559
67562
|
let up = {};
|
67560
|
-
const
|
67563
|
+
const dh = (a, n) => {
|
67561
67564
|
const { height: r, width: o, theme: l, options: c, hasDiff: m, readOnly: _, defaultValue: g, onChange: b, onLinkOpen: h, onDeclareConfigChange: T, onCursorPositionChange: M, onActionTrigger: F, onEditorDidMount: P } = a, N = Pe(null), H = Pe(null);
|
67562
67565
|
hp(n, () => ({
|
67563
67566
|
setOriginalScript(A) {
|
@@ -67596,13 +67599,13 @@ const mh = (a, n) => {
|
|
67596
67599
|
}, [h]);
|
67597
67600
|
function G(A, R) {
|
67598
67601
|
var se, me, ie;
|
67599
|
-
Bt.initBuiltinsTrees(), Ja.setEditor(A), N.current = new
|
67602
|
+
Bt.initBuiltinsTrees(), Ja.setEditor(A), N.current = new Vx(A, R, F), h && ((se = N.current) == null || se.addLinkOpenFunc(h)), m && ((me = N.current) == null || me.addDiffDecorations()), vx(A), (ie = N.current) == null || ie.setEditorLayout(Number(r));
|
67600
67603
|
const U = A.getValue();
|
67601
67604
|
N.current.onChangeCursorPosition(M), b && b(U), !_ && j(U), P && P();
|
67602
67605
|
}
|
67603
67606
|
const j = $r(async (A) => {
|
67604
67607
|
var ht;
|
67605
|
-
const R = Date.now(), { errors: U, functions: se, methods: me, types: ie, variables: xt, overloadsFuncs: Et, imports: Ke, preParserCode: Fe, enums: Y } = await
|
67608
|
+
const R = Date.now(), { errors: U, functions: se, methods: me, types: ie, variables: xt, overloadsFuncs: Et, imports: Ke, preParserCode: Fe, enums: Y } = await lh(A), _e = new Map(Object.entries(se)), Ce = new Map(Object.entries(me)), Se = new Map(Object.entries(ie)), lt = new Map(Object.entries(xt)), Nt = new Map(Object.entries(Ke)), J = new Map(Object.entries(Y));
|
67606
67609
|
or.setUserDefined({
|
67607
67610
|
functions: _e,
|
67608
67611
|
methods: Ce,
|
@@ -67613,13 +67616,13 @@ const mh = (a, n) => {
|
|
67613
67616
|
}, Et), Bt.setUserDefind(_e, Se, lt, Ce, J);
|
67614
67617
|
const be = U.map((De) => ({
|
67615
67618
|
...De,
|
67616
|
-
severity: De.type ||
|
67619
|
+
severity: De.type || tb.Error
|
67617
67620
|
}));
|
67618
67621
|
if (_)
|
67619
67622
|
return;
|
67620
67623
|
try {
|
67621
67624
|
if (!U.length && Fe) {
|
67622
|
-
const De = await
|
67625
|
+
const De = await ch(Fe, {
|
67623
67626
|
isPreParser: !0
|
67624
67627
|
});
|
67625
67628
|
Cc.isEqual(De, up) || (up = De, T && T(De));
|
@@ -67656,7 +67659,7 @@ const mh = (a, n) => {
|
|
67656
67659
|
return H.current && R.observe(H.current), () => {
|
67657
67660
|
H.current && R.unobserve(H.current), R.disconnect();
|
67658
67661
|
};
|
67659
|
-
}, []), L.jsx("div", { ref: H, children: L.jsx(
|
67662
|
+
}, []), L.jsx("div", { ref: H, children: L.jsx(dx, { height: r, width: o || "100%", defaultLanguage: Ne, defaultValue: g || `indicator("我的脚本")
|
67660
67663
|
plot(close)
|
67661
67664
|
`, theme: l || "vs-dark", className: `tvue-script ${l || "vs-dark"}`, options: {
|
67662
67665
|
colorDecorators: !0,
|
@@ -67668,19 +67671,19 @@ plot(close)
|
|
67668
67671
|
filterGraceful: !0
|
67669
67672
|
},
|
67670
67673
|
fontSize: 13,
|
67671
|
-
..._ ?
|
67674
|
+
..._ ? zx : {},
|
67672
67675
|
readOnlyMessage: {
|
67673
67676
|
value: "该脚本是只读的。它无法被编辑。"
|
67674
67677
|
},
|
67675
67678
|
...c
|
67676
67679
|
}, onMount: G, onChange: I }) });
|
67677
|
-
},
|
67680
|
+
}, Rh = xp(dh), Bh = (a) => {
|
67678
67681
|
const { theme: n, modified: r, original: o, height: l, width: c, renderSideBySide: m = !0 } = a, _ = $r((g, b) => {
|
67679
67682
|
b.languages.register({
|
67680
67683
|
id: Ne
|
67681
67684
|
}), b.editor.defineTheme("vs-dark", Ui), b.editor.defineTheme("vs", Ki), b.languages.setMonarchTokensProvider(Ne, ir), b.languages.setLanguageConfiguration(Ne, Bi);
|
67682
67685
|
}, []);
|
67683
|
-
return L.jsx(
|
67686
|
+
return L.jsx(ix, { height: l || "90vh", width: c || "100%", theme: n || "vs-dark", options: {
|
67684
67687
|
readOnly: !0,
|
67685
67688
|
renderSideBySide: m,
|
67686
67689
|
scrollBeyondLastLine: !1
|
@@ -67690,7 +67693,7 @@ var yp;
|
|
67690
67693
|
(function(a) {
|
67691
67694
|
a[a.Hint = 1] = "Hint", a[a.Info = 2] = "Info", a[a.Warning = 4] = "Warning", a[a.Error = 8] = "Error";
|
67692
67695
|
})(yp || (yp = {}));
|
67693
|
-
var
|
67696
|
+
var nn = {}, mh = function() {
|
67694
67697
|
var a = document.getSelection();
|
67695
67698
|
if (!a.rangeCount)
|
67696
67699
|
return function() {
|
@@ -67711,20 +67714,20 @@ var on = {}, uh = function() {
|
|
67711
67714
|
a.addRange(l);
|
67712
67715
|
}), n && n.focus();
|
67713
67716
|
};
|
67714
|
-
},
|
67717
|
+
}, uh = mh, _p = {
|
67715
67718
|
"text/plain": "Text",
|
67716
67719
|
"text/html": "Url",
|
67717
67720
|
default: "Text"
|
67718
|
-
},
|
67719
|
-
function
|
67721
|
+
}, yh = "Copy to clipboard: #{key}, Enter";
|
67722
|
+
function _h(a) {
|
67720
67723
|
var n = (/mac os x/i.test(navigator.userAgent) ? "⌘" : "Ctrl") + "+C";
|
67721
67724
|
return a.replace(/#{\s*key\s*}/g, n);
|
67722
67725
|
}
|
67723
|
-
function
|
67726
|
+
function fh(a, n) {
|
67724
67727
|
var r, o, l, c, m, _, g = !1;
|
67725
67728
|
n || (n = {}), r = n.debug || !1;
|
67726
67729
|
try {
|
67727
|
-
l =
|
67730
|
+
l = uh(), c = document.createRange(), m = document.getSelection(), _ = document.createElement("span"), _.textContent = a, _.ariaHidden = "true", _.style.all = "unset", _.style.position = "fixed", _.style.top = 0, _.style.clip = "rect(0, 0, 0, 0)", _.style.whiteSpace = "pre", _.style.webkitUserSelect = "text", _.style.MozUserSelect = "text", _.style.msUserSelect = "text", _.style.userSelect = "text", _.addEventListener("copy", function(h) {
|
67728
67731
|
if (h.stopPropagation(), n.format)
|
67729
67732
|
if (h.preventDefault(), typeof h.clipboardData > "u") {
|
67730
67733
|
r && console.warn("unable to use e.clipboardData"), r && console.warn("trying IE specific stuff"), window.clipboardData.clearData();
|
@@ -67743,27 +67746,27 @@ function gh(a, n) {
|
|
67743
67746
|
try {
|
67744
67747
|
window.clipboardData.setData(n.format || "text", a), n.onCopy && n.onCopy(window.clipboardData), g = !0;
|
67745
67748
|
} catch (T) {
|
67746
|
-
r && console.error("unable to copy using clipboardData: ", T), r && console.error("falling back to prompt"), o =
|
67749
|
+
r && console.error("unable to copy using clipboardData: ", T), r && console.error("falling back to prompt"), o = _h("message" in n ? n.message : yh), window.prompt(o, a);
|
67747
67750
|
}
|
67748
67751
|
} finally {
|
67749
67752
|
m && (typeof m.removeRange == "function" ? m.removeRange(c) : m.removeAllRanges()), _ && document.body.removeChild(_), l();
|
67750
67753
|
}
|
67751
67754
|
return g;
|
67752
67755
|
}
|
67753
|
-
var
|
67754
|
-
function
|
67756
|
+
var gh = fh;
|
67757
|
+
function Mi(a) {
|
67755
67758
|
"@babel/helpers - typeof";
|
67756
|
-
return
|
67759
|
+
return Mi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
67757
67760
|
return typeof n;
|
67758
67761
|
} : function(n) {
|
67759
67762
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
67760
|
-
},
|
67763
|
+
}, Mi(a);
|
67761
67764
|
}
|
67762
|
-
Object.defineProperty(
|
67765
|
+
Object.defineProperty(nn, "__esModule", {
|
67763
67766
|
value: !0
|
67764
67767
|
});
|
67765
|
-
|
67766
|
-
var Xa = Up(is),
|
67768
|
+
nn.CopyToClipboard = void 0;
|
67769
|
+
var Xa = Up(is), bh = Up(gh), xh = ["text", "onCopy", "options", "children"];
|
67767
67770
|
function Up(a) {
|
67768
67771
|
return a && a.__esModule ? a : { default: a };
|
67769
67772
|
}
|
@@ -67788,10 +67791,10 @@ function gp(a) {
|
|
67788
67791
|
}
|
67789
67792
|
return a;
|
67790
67793
|
}
|
67791
|
-
function
|
67794
|
+
function hh(a, n) {
|
67792
67795
|
if (a == null)
|
67793
67796
|
return {};
|
67794
|
-
var r =
|
67797
|
+
var r = wh(a, n), o, l;
|
67795
67798
|
if (Object.getOwnPropertySymbols) {
|
67796
67799
|
var c = Object.getOwnPropertySymbols(a);
|
67797
67800
|
for (l = 0; l < c.length; l++)
|
@@ -67799,7 +67802,7 @@ function wh(a, n) {
|
|
67799
67802
|
}
|
67800
67803
|
return r;
|
67801
67804
|
}
|
67802
|
-
function
|
67805
|
+
function wh(a, n) {
|
67803
67806
|
if (a == null)
|
67804
67807
|
return {};
|
67805
67808
|
var r = {}, o = Object.keys(a), l, c;
|
@@ -67807,7 +67810,7 @@ function vh(a, n) {
|
|
67807
67810
|
l = o[c], !(n.indexOf(l) >= 0) && (r[l] = a[l]);
|
67808
67811
|
return r;
|
67809
67812
|
}
|
67810
|
-
function
|
67813
|
+
function vh(a, n) {
|
67811
67814
|
if (!(a instanceof n))
|
67812
67815
|
throw new TypeError("Cannot call a class as a function");
|
67813
67816
|
}
|
@@ -67817,21 +67820,21 @@ function bp(a, n) {
|
|
67817
67820
|
o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(a, o.key, o);
|
67818
67821
|
}
|
67819
67822
|
}
|
67820
|
-
function
|
67823
|
+
function Th(a, n, r) {
|
67821
67824
|
return n && bp(a.prototype, n), r && bp(a, r), Object.defineProperty(a, "prototype", { writable: !1 }), a;
|
67822
67825
|
}
|
67823
|
-
function
|
67826
|
+
function Dh(a, n) {
|
67824
67827
|
if (typeof n != "function" && n !== null)
|
67825
67828
|
throw new TypeError("Super expression must either be null or a function");
|
67826
|
-
a.prototype = Object.create(n && n.prototype, { constructor: { value: a, writable: !0, configurable: !0 } }), Object.defineProperty(a, "prototype", { writable: !1 }), n &&
|
67829
|
+
a.prototype = Object.create(n && n.prototype, { constructor: { value: a, writable: !0, configurable: !0 } }), Object.defineProperty(a, "prototype", { writable: !1 }), n && Pi(a, n);
|
67827
67830
|
}
|
67828
|
-
function
|
67829
|
-
return
|
67831
|
+
function Pi(a, n) {
|
67832
|
+
return Pi = Object.setPrototypeOf || function(o, l) {
|
67830
67833
|
return o.__proto__ = l, o;
|
67831
|
-
},
|
67834
|
+
}, Pi(a, n);
|
67832
67835
|
}
|
67833
|
-
function
|
67834
|
-
var n =
|
67836
|
+
function Ih(a) {
|
67837
|
+
var n = Ah();
|
67835
67838
|
return function() {
|
67836
67839
|
var o = rn(a), l;
|
67837
67840
|
if (n) {
|
@@ -67839,11 +67842,11 @@ function kh(a) {
|
|
67839
67842
|
l = Reflect.construct(o, arguments, c);
|
67840
67843
|
} else
|
67841
67844
|
l = o.apply(this, arguments);
|
67842
|
-
return
|
67845
|
+
return kh(this, l);
|
67843
67846
|
};
|
67844
67847
|
}
|
67845
|
-
function
|
67846
|
-
if (n && (
|
67848
|
+
function kh(a, n) {
|
67849
|
+
if (n && (Mi(n) === "object" || typeof n == "function"))
|
67847
67850
|
return n;
|
67848
67851
|
if (n !== void 0)
|
67849
67852
|
throw new TypeError("Derived constructors may only return object or undefined");
|
@@ -67854,7 +67857,7 @@ function $p(a) {
|
|
67854
67857
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
67855
67858
|
return a;
|
67856
67859
|
}
|
67857
|
-
function
|
67860
|
+
function Ah() {
|
67858
67861
|
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
67859
67862
|
return !1;
|
67860
67863
|
if (typeof Proxy == "function")
|
@@ -67875,40 +67878,40 @@ function Wi(a, n, r) {
|
|
67875
67878
|
return n in a ? Object.defineProperty(a, n, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : a[n] = r, a;
|
67876
67879
|
}
|
67877
67880
|
var Hp = /* @__PURE__ */ function(a) {
|
67878
|
-
|
67879
|
-
var n =
|
67881
|
+
Dh(r, a);
|
67882
|
+
var n = Ih(r);
|
67880
67883
|
function r() {
|
67881
67884
|
var o;
|
67882
|
-
|
67885
|
+
vh(this, r);
|
67883
67886
|
for (var l = arguments.length, c = new Array(l), m = 0; m < l; m++)
|
67884
67887
|
c[m] = arguments[m];
|
67885
67888
|
return o = n.call.apply(n, [this].concat(c)), Wi($p(o), "onClick", function(_) {
|
67886
|
-
var g = o.props, b = g.text, h = g.onCopy, T = g.children, M = g.options, F = Xa.default.Children.only(T), P = (0,
|
67889
|
+
var g = o.props, b = g.text, h = g.onCopy, T = g.children, M = g.options, F = Xa.default.Children.only(T), P = (0, bh.default)(b, M);
|
67887
67890
|
h && h(b, P), F && F.props && typeof F.props.onClick == "function" && F.props.onClick(_);
|
67888
67891
|
}), o;
|
67889
67892
|
}
|
67890
|
-
return
|
67893
|
+
return Th(r, [{
|
67891
67894
|
key: "render",
|
67892
67895
|
value: function() {
|
67893
67896
|
var l = this.props;
|
67894
67897
|
l.text, l.onCopy, l.options;
|
67895
|
-
var c = l.children, m =
|
67898
|
+
var c = l.children, m = hh(l, xh), _ = Xa.default.Children.only(c);
|
67896
67899
|
return /* @__PURE__ */ Xa.default.cloneElement(_, gp(gp({}, m), {}, {
|
67897
67900
|
onClick: this.onClick
|
67898
67901
|
}));
|
67899
67902
|
}
|
67900
67903
|
}]), r;
|
67901
67904
|
}(Xa.default.PureComponent);
|
67902
|
-
|
67905
|
+
nn.CopyToClipboard = Hp;
|
67903
67906
|
Wi(Hp, "defaultProps", {
|
67904
67907
|
onCopy: void 0,
|
67905
67908
|
options: void 0
|
67906
67909
|
});
|
67907
|
-
var
|
67908
|
-
|
67909
|
-
var
|
67910
|
-
const
|
67911
|
-
async function
|
67910
|
+
var qh = nn, Oi = qh.CopyToClipboard;
|
67911
|
+
Oi.CopyToClipboard = Oi;
|
67912
|
+
var Ch = Oi;
|
67913
|
+
const Ci = /* @__PURE__ */ rb(Ch);
|
67914
|
+
async function zh(a, n = 0) {
|
67912
67915
|
const r = a[n];
|
67913
67916
|
if (!r)
|
67914
67917
|
return;
|
@@ -67948,9 +67951,9 @@ async function Eh(a, n = 0) {
|
|
67948
67951
|
label: `${H} (${j})`,
|
67949
67952
|
desc: G && Ss(G)
|
67950
67953
|
};
|
67951
|
-
})), b && (P.seeAlso = b.map((N) =>
|
67954
|
+
})), b && (P.seeAlso = b.map((N) => Eh(N))), P;
|
67952
67955
|
}
|
67953
|
-
function
|
67956
|
+
function Eh(a) {
|
67954
67957
|
const r = /\[([^\[\]]+)\]\(([^\(\)]+)\)/g.exec(a);
|
67955
67958
|
if (r) {
|
67956
67959
|
const [o, l, c] = r;
|
@@ -67964,7 +67967,7 @@ function Ss(a) {
|
|
67964
67967
|
const n = /\*\*([^\*]+)\*\*/g, r = /\`([^\`]+)\`/g, o = /\[([^\[\]]+)\]\(([^\(\)]+)\)/g;
|
67965
67968
|
return a.replace(n, (l, c) => `<strong>${c}</strong>`).replace(r, (l, c) => `<code>${c}</code>`).replace(o, (l, c, m) => `<a ${m.startsWith("#") ? `data-name="${c}"` : 'target="_blank"'} class="manual-content-text-link" href="${m}">${c}</a>`);
|
67966
67969
|
}
|
67967
|
-
function
|
67970
|
+
function Nh(a) {
|
67968
67971
|
var o;
|
67969
67972
|
const n = [], r = [];
|
67970
67973
|
for (const l of Br) {
|
@@ -68099,7 +68102,7 @@ function Sh(a) {
|
|
68099
68102
|
contentList: r
|
68100
68103
|
};
|
68101
68104
|
}
|
68102
|
-
const
|
68105
|
+
const Sh = (a) => {
|
68103
68106
|
var j;
|
68104
68107
|
const { group: n, itemKey: r, onItemClick: o, currentIndex: l } = a, [c, m] = ot(), [_, g] = ot(0), [b, h] = ot("Copy code"), [T, M] = ot("Copy link");
|
68105
68108
|
Ve(() => {
|
@@ -68107,7 +68110,7 @@ const Lh = (a) => {
|
|
68107
68110
|
}, [r]);
|
68108
68111
|
const F = (O) => {
|
68109
68112
|
const I = r.replace(`${n == null ? void 0 : n.prefix}_`, ""), A = bt[n == null ? void 0 : n.key].get(I);
|
68110
|
-
g(O), A &&
|
68113
|
+
g(O), A && zh(A, O).then((R) => {
|
68111
68114
|
m(R);
|
68112
68115
|
});
|
68113
68116
|
}, P = (O) => {
|
@@ -68128,7 +68131,7 @@ const Lh = (a) => {
|
|
68128
68131
|
M("Copy link");
|
68129
68132
|
}, 3e3);
|
68130
68133
|
};
|
68131
|
-
return L.jsx("div", { onClick: N, id: `#${r}`, children: L.jsxs("div", { className: "manual-content-wrapper", children: [L.jsxs("div", { className: "manual-content-header", children: [L.jsxs("div", { children: [L.jsx("h3", { className: "manual-content-header-title", children: c == null ? void 0 : c.name }), !!(c != null && c.overloads) && L.jsx("span", { className: "manual-content-header-overloads", children: c == null ? void 0 : c.overloads })] }), L.jsx(
|
68134
|
+
return L.jsx("div", { onClick: N, id: `#${r}`, children: L.jsxs("div", { className: "manual-content-wrapper", children: [L.jsxs("div", { className: "manual-content-header", children: [L.jsxs("div", { children: [L.jsx("h3", { className: "manual-content-header-title", children: c == null ? void 0 : c.name }), !!(c != null && c.overloads) && L.jsx("span", { className: "manual-content-header-overloads", children: c == null ? void 0 : c.overloads })] }), L.jsx(Ci, { text: (c == null ? void 0 : c.name) || "", onCopy: G, children: L.jsx("div", { "data-tooltip": T, className: "manual-content-btn", children: L.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28", width: "28", height: "28", children: L.jsxs("g", { fill: "currentColor", children: [L.jsx("path", { fillRule: "nonzero", d: "M15.039 5.969l-.019-.019-2.828 2.828.707.707 2.474-2.474c1.367-1.367 3.582-1.367 4.949 0s1.367 3.582 0 4.949l-2.474 2.474.707.707 2.828-2.828-.019-.019c1.415-1.767 1.304-4.352-.334-5.99-1.638-1.638-4.224-1.749-5.99-.334zM5.97 15.038l-.019-.019 2.828-2.828.707.707-2.475 2.475c-1.367 1.367-1.367 3.582 0 4.949s3.582 1.367 4.949 0l2.474-2.474.707.707-2.828 2.828-.019-.019c-1.767 1.415-4.352 1.304-5.99-.334-1.638-1.638-1.749-4.224-.334-5.99z" }), L.jsx("path", { d: "M10.485 16.141l5.656-5.656.707.707-5.656 5.656z" })] }) }) }) })] }), (j = c == null ? void 0 : c.desc) == null ? void 0 : j.map((O, I) => L.jsx("div", { dangerouslySetInnerHTML: {
|
68132
68135
|
__html: O
|
68133
68136
|
}, className: "manual-content-text" }, I)), (c == null ? void 0 : c.type) && L.jsxs(Wt, { children: [L.jsx("div", { className: "manual-content-sub-title", children: "type" }), L.jsx("div", { className: "manual-content-text", children: c.type })] }), (c == null ? void 0 : c.syntax) && L.jsxs(Wt, { children: [L.jsxs("div", { className: "manual-content-sub-title", children: ["Syntax ", !!(c != null && c.overloads) && "& Overloads"] }), c.syntax.map((O, I) => {
|
68134
68137
|
var A;
|
@@ -68137,11 +68140,11 @@ const Lh = (a) => {
|
|
68137
68140
|
__html: O.desc || ""
|
68138
68141
|
} })] }, I))] }), (c == null ? void 0 : c.fields) && L.jsxs(Wt, { children: [L.jsx("div", { className: "manual-content-sub-title", children: "fields" }), c.fields.map((O, I) => L.jsxs("div", { className: "manual-content-text", children: [L.jsx("span", { className: "manual-content-args-label", children: O.label }), " ", L.jsx("span", { dangerouslySetInnerHTML: {
|
68139
68142
|
__html: O.desc || ""
|
68140
|
-
} })] }, I))] }), (c == null ? void 0 : c.examples) && L.jsxs(Wt, { children: [L.jsxs("div", { className: "manual-content-sub-title manual-content-example-header", children: [L.jsx("div", { children: L.jsx("span", { children: "example" }) }), L.jsx(
|
68143
|
+
} })] }, I))] }), (c == null ? void 0 : c.examples) && L.jsxs(Wt, { children: [L.jsxs("div", { className: "manual-content-sub-title manual-content-example-header", children: [L.jsx("div", { children: L.jsx("span", { children: "example" }) }), L.jsx(Ci, { text: c.originalExample || "", onCopy: H, children: L.jsx("div", { "data-tooltip": b, className: "manual-content-btn manual-content-example-copy", children: L.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", fill: "none", children: L.jsx("path", { stroke: "currentColor", d: "M8 9.5H6.5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V20m-8-1.5h11a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1z" }) }) }) })] }), L.jsx("pre", { className: "manual-content-example", children: L.jsx("code", { dangerouslySetInnerHTML: {
|
68141
68144
|
__html: c.examples
|
68142
68145
|
} }) })] }), (c == null ? void 0 : c.detailedDesc) && c.detailedDesc.map((O, I) => L.jsxs(Wt, { children: [O.desc.map((A, R) => L.jsx("div", { className: "manual-content-text", dangerouslySetInnerHTML: {
|
68143
68146
|
__html: A
|
68144
|
-
} }, R)), L.jsxs("div", { className: "manual-content-sub-title manual-content-example-header", children: [L.jsx("div", { children: L.jsx("span", { children: "example" }) }), L.jsx(
|
68147
|
+
} }, R)), L.jsxs("div", { className: "manual-content-sub-title manual-content-example-header", children: [L.jsx("div", { children: L.jsx("span", { children: "example" }) }), L.jsx(Ci, { text: O.originalExample || "", onCopy: H, children: L.jsx("div", { "data-tooltip": b, className: "manual-content-btn manual-content-example-copy", children: L.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", fill: "none", children: L.jsx("path", { stroke: "currentColor", d: "M8 9.5H6.5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V20m-8-1.5h11a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1z" }) }) }) })] }), L.jsx("pre", { className: "manual-content-example", children: L.jsx("code", { dangerouslySetInnerHTML: {
|
68145
68148
|
__html: O.examples || ""
|
68146
68149
|
} }) })] }, I)), (c == null ? void 0 : c.returns) && L.jsxs(Wt, { children: [L.jsx("div", { className: "manual-content-sub-title", children: "returns" }), c.returns.map((O, I) => L.jsx("div", { className: "manual-content-text", dangerouslySetInnerHTML: {
|
68147
68150
|
__html: O
|
@@ -68156,7 +68159,7 @@ Hr.defineTheme("vs-dark", Ui);
|
|
68156
68159
|
Hr.defineTheme("vs", Ki);
|
68157
68160
|
$e.setMonarchTokensProvider(Ne, ir);
|
68158
68161
|
$e.setLanguageConfiguration(Ne, Bi);
|
68159
|
-
const
|
68162
|
+
const Kh = ({ theme: a = "vs-dark", currentValue: n }) => {
|
68160
68163
|
const [r, o] = ot(Br[0]), [l, c] = ot(null), [m, _] = ot(0), [g, b] = ot(""), [h, T] = ot("var_bar_index"), M = Pe(null), F = Pe(null), P = (I) => {
|
68161
68164
|
I.key === (r == null ? void 0 : r.key) && !(r != null && r.isHidden) ? o({ ...I, isHidden: !0 }) : o(I);
|
68162
68165
|
};
|
@@ -68176,7 +68179,7 @@ const Uh = ({ theme: a = "vs-dark", currentValue: n }) => {
|
|
68176
68179
|
G();
|
68177
68180
|
else {
|
68178
68181
|
b(I.target.value);
|
68179
|
-
const A =
|
68182
|
+
const A = Nh(I.target.value);
|
68180
68183
|
c(A);
|
68181
68184
|
}
|
68182
68185
|
}, G = () => {
|
@@ -68206,13 +68209,13 @@ const Uh = ({ theme: a = "vs-dark", currentValue: n }) => {
|
|
68206
68209
|
me.preventDefault(), N(se);
|
68207
68210
|
}, className: `manual-group-body-item ${se === h ? "manual-group-body-item-selected" : ""}`, "data-href": se, href: `#${se}`, children: `${U}${I.prefix === "fun" ? "()" : ""}` }, se);
|
68208
68211
|
}) })] }, I.key);
|
68209
|
-
}) })] }), L.jsx("div", { ref: F, className: "manual-right manual-scroll", children: L.jsx(
|
68212
|
+
}) })] }), L.jsx("div", { ref: F, className: "manual-right manual-scroll", children: L.jsx(Sh, { currentIndex: m, group: r, itemKey: h, onItemClick: O }) })] });
|
68210
68213
|
};
|
68211
68214
|
export {
|
68212
68215
|
Ls as Actions,
|
68213
|
-
|
68214
|
-
|
68215
|
-
|
68216
|
+
Kh as ReferenceManual,
|
68217
|
+
Bh as TradingVueDiffEditor,
|
68218
|
+
Rh as TradingVueEditor,
|
68216
68219
|
Nc as VAdjustment,
|
68217
68220
|
Sc as VAlert,
|
68218
68221
|
Lc as VBarmergeGaps,
|
@@ -68245,8 +68248,8 @@ export {
|
|
68245
68248
|
Rt as VType,
|
68246
68249
|
tp as VXloc,
|
68247
68250
|
sp as VYloc,
|
68248
|
-
|
68249
|
-
|
68250
|
-
|
68251
|
-
|
68251
|
+
Oh as parseLibrary,
|
68252
|
+
lh as parseTcc,
|
68253
|
+
Fh as removeScript,
|
68254
|
+
ch as scriptsRun
|
68252
68255
|
};
|