@knime/scripting-editor 0.0.87 → 0.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/initial-data-service-browser-mock.js +15 -16
- package/dist/lib/main.d.ts +2 -1
- package/dist/log-BmIREpQ5.js +6 -0
- package/dist/main.js +764 -748
- package/dist/scripting-service-browser-mock.js +17 -18
- package/dist/settings-service-browser-mock.js +28 -6
- package/dist/src/components/utils/useRegisterScriptSettingsChange.d.ts +1 -0
- package/dist/src/initial-data-service-browser-mock.d.ts +1 -1
- package/dist/src/log.d.ts +1 -0
- package/dist/src/settings-helper.d.ts +3 -0
- package/dist/src/settings-service-browser-mock.d.ts +2 -0
- package/dist/src/settings-service.d.ts +1 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
*/.xterm{cursor:text;position:relative;-moz-user-select:none;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::-moz-selection{color:transparent}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{-webkit-text-decoration:underline;text-decoration:underline}.xterm-underline-2{text-decoration:underline;-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{text-decoration:underline;-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{text-decoration:underline;-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{text-decoration:underline;-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{-webkit-text-decoration:overline;text-decoration:overline}.xterm-overline.xterm-underline-1{-webkit-text-decoration:overline underline;text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{-webkit-text-decoration:line-through;text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.console[data-v-f2366905]{height:100%}.terminal.focus-painted[data-v-f2366905]:focus-within>div:first-of-type:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;pointer-events:none;z-index:1;border:2px solid var(--knime-cornflower)}.terminal[data-v-f2366905]{height:100%}.splitpanes{display:flex;width:100%;height:100%}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;box-sizing:border-box;position:relative;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";position:absolute;top:50%;left:50%;background-color:#00000026;transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{transform:translate(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.container[data-v-c833ae37]{justify-content:space-between;height:var(--controls-height);background-color:var(--knime-porcelain);border-bottom:1px solid var(--knime-silver-sand);display:flex;flex-wrap:nowrap}.title[data-v-c833ae37]{margin-left:10px;height:var(--controls-height);line-height:var(--controls-height);display:flex;align-items:center}.open-icon[data-v-c833ae37]{width:18px;height:18px;margin:auto}.menu[data-v-c833ae37]{margin:var(--space-4);margin-right:var(--space-8);flex:0 1 1px;justify-content:center}.top-card[data-v-93e8e905]{--in-out-item-icon-size: 12px;min-height:28px;background-color:var(--knime-porcelain);padding-left:var(--space-8);position:relative;margin:0;font-size:13px;font-weight:700;display:flex;flex-direction:row;justify-content:space-between;gap:var(--space-8);align-items:center;line-height:26px;overflow:auto;padding-right:var(--space-32)}.port-icon-container[data-v-93e8e905]{width:var(--in-out-item-icon-size);min-width:var(--in-out-item-icon-size);height:var(--in-out-item-icon-size);display:inline-block;overflow:hidden;position:relative;margin-right:var(--space-4)}.port-icon-container svg[data-v-93e8e905]{width:var(--in-out-item-icon-size);height:var(--in-out-item-icon-size);display:block;top:0;left:0;margin:0}.title[data-v-93e8e905]{flex-basis:calc(100px + var(--in-out-item-icon-size) + var(--space-4));min-width:60px;align-items:center;display:flex;text-wrap:nowrap;text-overflow:ellipsis;padding-right:var(--space-4);font-weight:500}.collapser-content[data-v-93e8e905]{font-size:11px;width:100%}.sub-item[data-v-93e8e905]{width:100%;display:flex;flex-direction:row;gap:var(--space-8);height:24px;line-height:18px;align-items:center;padding-right:10px;padding-left:2px}.sub-item.disabled[data-v-93e8e905]{opacity:.5;pointer-events:none}.sub-item-name[data-v-93e8e905]{flex-grow:1;min-width:0}.sub-item-name.draggable[data-v-93e8e905]{cursor:grab}.selected[data-v-93e8e905]{background-color:var(--knime-cornflower-semi)}.interactive[data-v-93e8e905]{background-color:transparent;border-radius:30px;transition:background-color .1s ease;min-width:0;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;width:-moz-min-content;width:min-content;max-width:100%;padding:2px var(--space-8)}.interactive.selected[data-v-93e8e905]{background-color:var(--knime-cornflower-semi)}.sub-item-name:hover .clickable-sub-item[data-v-93e8e905]{background-color:var(--knime-stone-light);cursor:grab}.subitem-type[data-v-93e8e905]{font-style:italic;text-align:right;min-width:-moz-min-content;min-width:min-content;flex-grow:0;text-wrap:nowrap}.code-alias[data-v-93e8e905]{font-family:monospace;font-weight:400;font-size:10px;line-height:var(--space-16);padding-left:var(--space-8);padding-right:var(--space-8);text-overflow:ellipsis;overflow:hidden;flex-shrink:10;cursor:grab;border-radius:30px}.code-alias[data-v-93e8e905]:active{cursor:grabbing}.code-alias[data-v-93e8e905]:hover,.code-alias-dragging[data-v-93e8e905]{background-color:var(--knime-stone-light);box-shadow:1px 1px 4px 1px #82868766}.collapser[data-v-93e8e905]{position:relative}.collapser[data-v-93e8e905] .dropdown{width:14px;height:14px;top:7px}.collapser[data-v-93e8e905] .dropdown .dropdown-icon{width:10px;height:10px}.collapser[data-v-93e8e905] .panel:hover{overflow:visible}.bottom-border[data-v-93e8e905]{border-bottom:1px solid var(--knime-white)}.monaco-editor .markdown-docs h1,.monaco-hover:not(.does-not-exist) h1{font-size:1.5em}.monaco-editor .markdown-docs h2,.monaco-hover:not(.does-not-exist) h2{font-size:1.3em}.monaco-editor .markdown-docs h3,.monaco-hover:not(.does-not-exist) h3{font-size:1.1em}.monaco-editor .markdown-docs h4,.monaco-hover:not(.does-not-exist) h4{font-size:1em}.monaco-editor .markdown-docs h5,.monaco-hover:not(.does-not-exist) h5{font-size:.9em}.monaco-editor .markdown-docs h6,.monaco-hover:not(.does-not-exist) h6{font-size:.8em}.monaco-editor .markdown-docs h1,.monaco-hover:not(.does-not-exist) h1,.monaco-editor .markdown-docs h2,.monaco-hover:not(.does-not-exist) h2,.monaco-editor .markdown-docs h3,.monaco-hover:not(.does-not-exist) h3,.monaco-editor .markdown-docs h4,.monaco-hover:not(.does-not-exist) h4,.monaco-editor .markdown-docs h5,.monaco-hover:not(.does-not-exist) h5,.monaco-editor .markdown-docs h6,.monaco-hover:not(.does-not-exist) h6{line-height:normal;margin-top:0}.in-out-container[data-v-36bf658e]{display:flex;flex-direction:column;min-width:150px}.in-out-container[data-v-36bf658e]:focus-within .focus-painted.keyboard-selected:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--knime-cornflower);pointer-events:none;z-index:1}.in-out-container[data-v-36bf658e]:focus{outline:none}.settings-title[data-v-afb50e89]{display:flex;flex-direction:row;justify-content:left;width:100%;height:120px;background-color:var(--knime-white);align-items:center}.settings-title .back-button[data-v-afb50e89]{padding-right:var(--space-16)}.settings-title .arrow-left[data-v-afb50e89]{border-right:1px solid var(--knime-silver-sand)}.settings-title .button svg[data-v-afb50e89]{height:31px;width:31px}.settings-title h3[data-v-afb50e89]{font-size:28px;margin-left:0}.settings-content[data-v-afb50e89]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;background-color:var(--knime-gray-ultra-light)}.code-editor{height:100%}.editor-container{height:100%;min-height:0}.infinity-loading[data-v-8742e2de]{--loading-bar-background-color: var(--knime-silver-sand);--loading-bar-foreground-color: var(--knime-yellow);background-color:var(--loading-bar-background-color);height:4px;width:100%;position:relative;overflow:hidden}.infinity-loading[data-v-8742e2de]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--loading-bar-foreground-color);z-index:1;animation:loading-8742e2de 1.5s linear infinite}@keyframes loading-8742e2de{0%{left:-50%;right:100%}to{left:100%;right:-50%}}.suggestion-container[data-v-e1291f05]{display:flex;flex-direction:column;position:relative}.suggestion-container .diff-editor[data-v-e1291f05]{flex-grow:1;overflow:hidden;border-radius:var(--ai-bar-corner-radius);position:absolute;top:0;right:0;bottom:0;left:0}.suggestion-container .accept-decline-buttons[data-v-e1291f05]{position:absolute;bottom:15px;right:15px}.suggestion-container .accept-decline-buttons .button[data-v-e1291f05]{float:right;margin-top:var(--ai-bar-margin)}.disclaimer-container[data-v-f2265532]{display:flex;flex-direction:column}.disclaimer-container .disclaimer-text[data-v-f2265532]{margin:var(--space-8);line-height:20px;padding:var(--space-4);background-color:var(--knime-white);border-radius:var(--ai-bar-corner-radius)}.disclaimer-container .disclaimer-button-container[data-v-f2265532]{display:flex;justify-content:right}.disclaimer-container .disclaimer-button-container>button[data-v-f2265532]{margin-top:0}.notification-button[data-v-f2265532]{height:30px;margin:var(--space-8);margin-right:var(--space-16)}.disclaimer-slide-fade-leave-active[data-v-f2265532]{transition:all .2s cubic-bezier(1,.5,.8,1)}.disclaimer-slide-fade-enter-from[data-v-f2265532],.disclaimer-slide-fade-leave-to[data-v-f2265532]{transform:translateY(30px);opacity:0}.slide-fade-enter-active[data-v-9598ecc6]{transition:all .3s ease-out}.slide-fade-leave-active[data-v-9598ecc6]{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from[data-v-9598ecc6],.slide-fade-leave-to[data-v-9598ecc6]{transform:translateY(30px);opacity:0}.popup-content[data-v-9598ecc6]{--ai-bar-margin: var(--space-8);--ai-bar-corner-radius: 8px;display:flex;flex-direction:column;background-color:var(--knime-gray-ultra-light);border:1px solid var(--knime-porcelain);border-radius:8px;border-radius:var(--ai-bar-corner-radius);font-size:13px;line-height:27px;z-index:11;box-shadow:var(--shadow-elevation-2);transition:width .2s ease-in-out;overflow:hidden}.popup-content .subtitle[data-v-9598ecc6]{color:var(--knime-black);margin-top:var(--space-8);font-style:italic;display:flex;justify-content:flex-start;align-items:baseline;flex-direction:row}.popup-content .subtitle .text[data-v-9598ecc6]{margin-right:var(--space-4)}.popup-content .subtitle .button[data-v-9598ecc6]{position:absolute;bottom:4px;right:79px}.popup-content .subtitle .button.primary[data-v-9598ecc6]{right:4px}.popup-content .ai-suggestion[data-v-9598ecc6]{margin:var(--ai-bar-margin);min-height:200px;height:40vh}.popup-content .chat-controls-border-top[data-v-9598ecc6]{border-top:1px solid var(--knime-porcelain)}.popup-content .chat-controls[data-v-9598ecc6]{display:flex;flex-direction:column;position:relative}.popup-content .chat-controls .prompt-bar[data-v-9598ecc6]{margin-top:var(--ai-bar-margin);margin-right:var(--ai-bar-margin);margin-left:var(--ai-bar-margin);line-height:15.23px;word-wrap:break-word}.popup-content .chat-controls .error-message[data-v-9598ecc6]{color:var(--knime-coral-dark);z-index:12;margin:0 var(--ai-bar-margin) var(--ai-bar-margin) var(--ai-bar-margin);line-height:15.23px;display:flex;align-items:center;flex-wrap:nowrap}.popup-content .chat-controls .error-message .error-icon[data-v-9598ecc6]{stroke:var(--knime-coral-dark);width:13px;min-width:13px;height:13px;margin-right:var(--space-8)}.popup-content .chat-controls .error-message .error-text[data-v-9598ecc6]{white-space:normal;word-wrap:break-word;font-size:12px}.popup-content .chat-controls .chat-controls-text-input[data-v-9598ecc6]{display:flex;flex-flow:row nowrap;align-items:center;z-index:12}.popup-content .chat-controls .chat-controls-text-input .textarea[data-v-9598ecc6]{flex-grow:1;border:2px solid var(--knime-porcelain);resize:none;border-radius:0;padding:var(--space-8);margin:var(--ai-bar-margin);color:var(--knime-masala);font-size:13px;font-weight:lighter;font-family:Roboto,sans-serif;overflow:hidden;text-wrap:soft}.popup-content .chat-controls .chat-controls-text-input .textarea[data-v-9598ecc6]::-moz-placeholder{color:var(--knime-dove-gray)}.popup-content .chat-controls .chat-controls-text-input .textarea[data-v-9598ecc6]::placeholder{color:var(--knime-dove-gray)}.popup-content .chat-controls .chat-controls-text-input .textarea[data-v-9598ecc6]:disabled{opacity:.5}.popup-content .chat-controls .chat-controls-text-input .textarea[data-v-9598ecc6]:focus{outline:none}.popup-content .chat-controls .chat-controls-text-input .chat-controls-buttons[data-v-9598ecc6]{margin:var(--ai-bar-margin);margin-left:0}.popup-content .notification-bar[data-v-9598ecc6]{display:flex;justify-content:space-between;vertical-align:middle;border-top:1px solid var(--knime-porcelain);position:relative;height:49px}.notification[data-v-9598ecc6]{line-height:15.23px;margin:var(--space-16)}.notification-button[data-v-9598ecc6]{height:30px;margin:var(--space-8);margin-right:var(--space-16)}.abort-button[data-v-9598ecc6]{border:1px solid var(--knime-silver-sand)}.popup-anchor[data-v-a2f12940]{position:relative;display:flex;width:100%}.popup-anchor .ai-popup[data-v-a2f12940]{--default-ai-bar-width: 65vw;--arrow-size: 18px;z-index:10;--left-hang: 150px;--left-hang-correction-for-left-pane: max( 0px, calc(var(--left-hang) - var(--left-splitter-position)) );--left-hang-correction-for-arrow: var(--arrow-size);width:65vw;width:var(--default-ai-bar-width);max-width:1000px;position:absolute;left:50%;top:-20px;top:calc(-1 * (var(--arrow-size) + 2px));transform:translateY(-100%) translate(calc(var(--left-hang-correction-for-left-pane) - 150px - 18px));transform:translateY(-100%) translate(calc(var(--left-hang-correction-for-left-pane) - var(--left-hang) - var(--left-hang-correction-for-arrow)))}.popup-anchor .ai-popup .arrow[data-v-a2f12940]{width:var(--arrow-size);height:var(--arrow-size);content:"";position:absolute;background-color:var(--knime-gray-ultra-light);bottom:0;z-index:1;border-right:1px solid var(--knime-porcelain);border-top:1px solid var(--knime-porcelain);clip-path:polygon(0 calc(0px - 100vw),calc(100% + 100vw) calc(0px - 100vw),calc(100% + 100vw) 100%,0 100%);box-shadow:var(--shadow-elevation-2);transform:translate(calc(var(--left-hang) - var(--arrow-size) / 2 - var(--left-hang-correction-for-left-pane) + var(--left-hang-correction-for-arrow))) translateY(50%) rotate(135deg)}.hide-button-text[data-v-54ab6860] svg{margin-right:0}.controls[data-v-54ab6860]{display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between;place-content:center space-between;align-items:center;padding:var(--space-4) var(--space-8);background-color:var(--knime-gray-light-semi);border-top:1px solid var(--knime-silver-sand);height:var(--controls-height);width:100%}.button-controls[data-v-54ab6860]{display:flex;justify-content:right;flex-wrap:wrap;row-gap:var(--space-4)}.button-active.compact[data-v-54ab6860]{color:var(--knime-white);background-color:var(--knime-masala)}.button-active.compact svg[data-v-54ab6860]{stroke:var(--knime-white)}.ui-ext-shadow-app[data-v-81b653ab]{overflow:hidden}iframe[data-v-fde252c4]{width:100%;height:100%;border:none;display:block}.port-table[data-v-141fbe4e]{height:100%}.view-value-switch[data-v-266b66cd]{display:flex;justify-content:center}.scripting-editor-bottom-pane[data-v-6b70066a]{display:flex;flex-direction:column;height:100%}.scripting-editor-bottom-pane .tab-content[data-v-6b70066a]{display:flex;height:100%;flex-direction:column;position:relative;min-height:0;padding:0 var(--space-8)}.scripting-editor-bottom-pane .tab-bar-and-buttons[data-v-6b70066a]{display:flex;align-items:center;position:relative;padding:0 var(--space-8);border-bottom:1px solid var(--color-border);height:var(--space-48);flex-grow:1}.scripting-editor-bottom-pane .tab-bar-and-buttons .tab-bar-buttons[data-v-6b70066a]{position:absolute;right:var(--space-16);top:var(--space-4);display:flex;flex-wrap:nowrap}.scripting-editor-bottom-pane .tab-bar-and-buttons .scripting-editor-tab-bar[data-v-6b70066a]{flex-grow:1}.common-splitter[data-v-1f8364a0] .splitpanes__splitter{min-width:11px;min-height:11px;background-color:var(--knime-porcelain);background-repeat:no-repeat;background-position:center;border-color:var(--knime-silver-sand);border-style:solid}.common-splitter.slim-mode[data-v-1f8364a0] .splitpanes__splitter{display:none;pointer-events:none}.collapse-left-pane[data-v-1f8364a0]>.splitpanes__splitter{display:none;pointer-events:none}.common-splitter.slim-splitter[data-v-1f8364a0] .splitpanes__splitter{position:relative;min-width:2px;border-width:0 0 0 1px}.common-splitter.slim-splitter[data-v-1f8364a0] .splitpanes__splitter:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:11px;height:100%;background:transparent;cursor:ew-resize;z-index:1}.splitpanes--vertical[data-v-1f8364a0]>.splitpanes__splitter{border-width:0 1px}.splitpanes--horizontal[data-v-1f8364a0]>.splitpanes__splitter{border-width:1px 0}.left-facing-splitter[data-v-1f8364a0]>.splitpanes__splitter{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%3e%3cpath%20d='M21.5%2027l-11-11%2011-11'/%3e%3c/svg%3e")}.right-facing-splitter[data-v-1f8364a0]>.splitpanes__splitter{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%3e%3cpath%20d='M10.5%205l11%2011-11%2011'/%3e%3c/svg%3e")}.down-facing-splitter[data-v-1f8364a0]>.splitpanes__splitter{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20stroke='%23000'%20fill='none'%20stroke-linejoin='round'%3e%3cpath%20d='M28.7%209.7L16%2022.3%203.3%209.7'/%3e%3c/svg%3e")}.up-facing-splitter[data-v-1f8364a0]>.splitpanes__splitter{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20stroke='%23000'%20fill='none'%20stroke-linejoin='round'%3e%3cpath%20d='M28.7%209.7L16%2022.3%203.3%209.7'/%3e%3c/svg%3e");transform:scaleY(-1)}.splitpanes__pane[data-v-1f8364a0]{transition:none 0s ease 0s;transition:initial;overflow:visible;min-width:0;min-height:0}.main-splitpane[data-v-1f8364a0]{overflow:hidden}.main-splitpane[data-v-1f8364a0]>.splitpanes__splitter:hover{border-right:1px solid var(--knime-masala)}.horizontal-splitpane[data-v-1f8364a0]>.splitpanes__splitter:hover{border-top:1px solid var(--knime-masala)}.vertical-splitpane[data-v-1f8364a0]>.splitpanes__splitter:hover{border-left:1px solid var(--knime-masala)}.layout[data-v-1f8364a0]{display:flex;flex-direction:column;height:100vh;width:100%;flex-grow:0;overflow:hidden;position:relative}.editor-and-control-bar[data-v-1f8364a0]{height:100%;display:flex;flex-direction:column}.editor-and-control-bar .multi-editor-container[data-v-1f8364a0]{display:flex;flex-direction:column;width:100%;flex-grow:1;min-height:0}.editor-and-control-bar .multi-editor-container .editor-slot-container[data-v-1f8364a0]{display:flex;flex-direction:column;height:100%;overflow-y:auto;flex-grow:1}.editor-and-control-bar .multi-editor-container .run-button-panel[data-v-1f8364a0]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;height:-moz-fit-content;height:fit-content;margin:0;background-color:var(--knime-gray-light-semi);background-clip:padding-box}.right-pane[data-v-1f8364a0]{background-color:var(--knime-gray-ultra-light)}.scrollable-y[data-v-1f8364a0]{overflow-y:auto}.output-table-preview[data-v-b1b42247]{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.pre-evaluation-sign[data-v-b1b42247]{display:flex;height:35px;justify-content:center;border-radius:10px}.output-table[data-v-b1b42247]{height:100%;width:100%}.preview-background[data-v-b1b42247]{width:100%;background-color:var(--knime-cornflower-semi);padding:var(--space-4) 0;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.preview-warning-text[data-v-b1b42247]{background-color:#fff;color:#000;padding:var(--space-4) var(--space-8);border-radius:999vw;box-shadow:0 4px 8px #0000001a;text-align:center;font-size:small;vertical-align:middle}`)),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
33
33
|
var gh = Object.defineProperty;
|
|
34
34
|
var mh = (e, t, r) => t in e ? gh(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
35
|
-
var
|
|
36
|
-
import { getCurrentScope as
|
|
37
|
-
import * as
|
|
38
|
-
import { languages as
|
|
35
|
+
var rt = (e, t, r) => mh(e, typeof t != "symbol" ? t + "" : t, r);
|
|
36
|
+
import { getCurrentScope as ha, onScopeDispose as da, onMounted as Ze, nextTick as Tr, unref as X, getCurrentInstance as xn, isRef as fa, ref as ie, shallowRef as Qi, watchEffect as Xl, computed as fe, watch as ze, defineComponent as Ce, h as Yl, useSlots as _s, openBlock as V, createBlock as ge, resolveDynamicComponent as _r, mergeProps as Xt, withCtx as de, renderSlot as be, createElementBlock as te, normalizeClass as Ee, createElementVNode as Z, Fragment as ht, toDisplayString as Fe, createCommentVNode as De, createVNode as he, shallowReadonly as Di, toRef as Zl, onBeforeUpdate as vh, resolveComponent as ot, normalizeStyle as Si, renderList as Tt, Transition as tn, withDirectives as nt, vShow as vt, withModifiers as Ql, createTextVNode as dt, onUnmounted as ai, toRefs as Sh, inject as yh, Teleport as bh, pushScopeId as An, popScopeId as On, normalizeProps as Ch, guardReactiveProps as wh, reactive as on, readonly as Ba, vModelText as Eh, markRaw as kh, toRaw as es, mergeModels as Rh, useModel as Dh, createSlots as Ph } from "vue";
|
|
37
|
+
import * as at from "monaco-editor";
|
|
38
|
+
import { languages as Ke, MarkerSeverity as nr, MarkerTag as Na, editor as Lh } from "monaco-editor";
|
|
39
39
|
import { JsonDataService as yi, DialogService as Th, setUpEmbedderService as Mh, setUpIframeEmbedderService as Ih, AlertType as Ha, AlertingService as eu, ExtensionTypes as Fa } from "@knime/ui-extension-service";
|
|
40
|
-
function
|
|
41
|
-
return
|
|
40
|
+
function pa(e) {
|
|
41
|
+
return ha() ? (da(e), !0) : !1;
|
|
42
42
|
}
|
|
43
43
|
function Ii(e) {
|
|
44
44
|
return typeof e == "function" ? e() : X(e);
|
|
@@ -76,7 +76,7 @@ function jh(e, t = {}) {
|
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
78
|
function Wh(e) {
|
|
79
|
-
return
|
|
79
|
+
return xn();
|
|
80
80
|
}
|
|
81
81
|
function $h(e, t = 200, r = {}) {
|
|
82
82
|
return Fh(
|
|
@@ -85,11 +85,11 @@ function $h(e, t = 200, r = {}) {
|
|
|
85
85
|
);
|
|
86
86
|
}
|
|
87
87
|
function qh(e, t = !0, r) {
|
|
88
|
-
Wh() ?
|
|
88
|
+
Wh() ? Ze(e, r) : t ? e() : Tr(e);
|
|
89
89
|
}
|
|
90
90
|
function an(e, t, r) {
|
|
91
91
|
let i;
|
|
92
|
-
|
|
92
|
+
fa(r) ? i = {
|
|
93
93
|
evaluating: r
|
|
94
94
|
} : i = {};
|
|
95
95
|
const {
|
|
@@ -135,7 +135,7 @@ function Ti(...e) {
|
|
|
135
135
|
Array.isArray(r) || (r = [r]), Array.isArray(i) || (i = [i]);
|
|
136
136
|
const p = [], v = () => {
|
|
137
137
|
p.forEach((u) => u()), p.length = 0;
|
|
138
|
-
}, n = (u, h, a, d) => (u.addEventListener(h, a, d), () => u.removeEventListener(h, a, d)), s =
|
|
138
|
+
}, n = (u, h, a, d) => (u.addEventListener(h, a, d), () => u.removeEventListener(h, a, d)), s = ze(
|
|
139
139
|
() => [Lt(t), Ii(o)],
|
|
140
140
|
([u, h]) => {
|
|
141
141
|
if (v(), !u)
|
|
@@ -149,7 +149,7 @@ function Ti(...e) {
|
|
|
149
149
|
), c = () => {
|
|
150
150
|
s(), v();
|
|
151
151
|
};
|
|
152
|
-
return
|
|
152
|
+
return pa(c), c;
|
|
153
153
|
}
|
|
154
154
|
let ja = !1;
|
|
155
155
|
function zh(e, t, r = {}) {
|
|
@@ -207,8 +207,8 @@ function Wa(...e) {
|
|
|
207
207
|
}, v);
|
|
208
208
|
}
|
|
209
209
|
function Vh() {
|
|
210
|
-
const e = ie(!1), t =
|
|
211
|
-
return t &&
|
|
210
|
+
const e = ie(!1), t = xn();
|
|
211
|
+
return t && Ze(() => {
|
|
212
212
|
e.value = !0;
|
|
213
213
|
}, t), e;
|
|
214
214
|
}
|
|
@@ -227,7 +227,7 @@ function Gh(e, t, r = {}) {
|
|
|
227
227
|
}, s = fe(() => {
|
|
228
228
|
const a = Ii(e), d = (Array.isArray(a) ? a : [a]).map(Lt).filter(Ah);
|
|
229
229
|
return new Set(d);
|
|
230
|
-
}), c =
|
|
230
|
+
}), c = ze(
|
|
231
231
|
() => s.value,
|
|
232
232
|
(a) => {
|
|
233
233
|
n(), v.value && i && a.size && (p = new MutationObserver(t), a.forEach((d) => p.observe(d, o)));
|
|
@@ -236,18 +236,18 @@ function Gh(e, t, r = {}) {
|
|
|
236
236
|
), u = () => p == null ? void 0 : p.takeRecords(), h = () => {
|
|
237
237
|
n(), c();
|
|
238
238
|
};
|
|
239
|
-
return
|
|
239
|
+
return pa(h), {
|
|
240
240
|
isSupported: v,
|
|
241
241
|
stop: h,
|
|
242
242
|
takeRecords: u
|
|
243
243
|
};
|
|
244
244
|
}
|
|
245
|
-
function
|
|
245
|
+
function _a(e, t, r = {}) {
|
|
246
246
|
const { window: i = Mr, ...o } = r;
|
|
247
247
|
let p;
|
|
248
248
|
const v = iu(() => i && "ResizeObserver" in i), n = () => {
|
|
249
249
|
p && (p.disconnect(), p = void 0);
|
|
250
|
-
}, s = fe(() => Array.isArray(e) ? e.map((h) => Lt(h)) : [Lt(e)]), c =
|
|
250
|
+
}, s = fe(() => Array.isArray(e) ? e.map((h) => Lt(h)) : [Lt(e)]), c = ze(
|
|
251
251
|
s,
|
|
252
252
|
(h) => {
|
|
253
253
|
if (n(), v.value && i) {
|
|
@@ -260,7 +260,7 @@ function pa(e, t, r = {}) {
|
|
|
260
260
|
), u = () => {
|
|
261
261
|
n(), c();
|
|
262
262
|
};
|
|
263
|
-
return
|
|
263
|
+
return pa(u), {
|
|
264
264
|
isSupported: v,
|
|
265
265
|
stop: u
|
|
266
266
|
};
|
|
@@ -281,7 +281,7 @@ function $a(e, t = {}) {
|
|
|
281
281
|
const f = y.getBoundingClientRect();
|
|
282
282
|
v.value = f.height, n.value = f.bottom, s.value = f.left, c.value = f.right, u.value = f.top, h.value = f.width, a.value = f.x, d.value = f.y;
|
|
283
283
|
}
|
|
284
|
-
return
|
|
284
|
+
return _a(e, m), ze(() => Lt(e), (y) => !y && m()), Gh(e, m, {
|
|
285
285
|
attributeFilter: ["style", "class"]
|
|
286
286
|
}), o && Ti("scroll", m, { capture: !0, passive: !0 }), i && Ti("resize", m, { passive: !0 }), qh(() => {
|
|
287
287
|
p && m();
|
|
@@ -307,7 +307,7 @@ function Jh(e) {
|
|
|
307
307
|
let c = "";
|
|
308
308
|
r.value.style[o] = "1px", p.value = (n = r.value) == null ? void 0 : n.scrollHeight, c = `${p.value}px`, r.value.style[o] = c, (s = void 0) == null || s.call(e);
|
|
309
309
|
}
|
|
310
|
-
return
|
|
310
|
+
return ze([i, r], () => Tr(v), { immediate: !0 }), _a(r, () => v()), {
|
|
311
311
|
textarea: r,
|
|
312
312
|
input: i,
|
|
313
313
|
triggerResize: v
|
|
@@ -322,7 +322,7 @@ function Xh(e, t, r, i = {}) {
|
|
|
322
322
|
deep: u = !1,
|
|
323
323
|
defaultValue: h,
|
|
324
324
|
shouldEmit: a
|
|
325
|
-
} = i, d =
|
|
325
|
+
} = i, d = xn(), m = r || (d == null ? void 0 : d.emit) || ((o = d == null ? void 0 : d.$emit) == null ? void 0 : o.bind(d)) || ((v = (p = d == null ? void 0 : d.proxy) == null ? void 0 : p.$emit) == null ? void 0 : v.bind(d == null ? void 0 : d.proxy));
|
|
326
326
|
let y = c;
|
|
327
327
|
y = y || `update:${t.toString()}`;
|
|
328
328
|
const f = (_) => n ? typeof n == "function" ? n(_) : Kh(_) : _, g = () => xh(e[t]) ? f(e[t]) : h, l = (_) => {
|
|
@@ -331,12 +331,12 @@ function Xh(e, t, r, i = {}) {
|
|
|
331
331
|
if (s) {
|
|
332
332
|
const _ = g(), S = ie(_);
|
|
333
333
|
let b = !1;
|
|
334
|
-
return
|
|
334
|
+
return ze(
|
|
335
335
|
() => e[t],
|
|
336
336
|
(w) => {
|
|
337
337
|
b || (b = !0, S.value = f(w), Tr(() => b = !1));
|
|
338
338
|
}
|
|
339
|
-
),
|
|
339
|
+
), ze(
|
|
340
340
|
S,
|
|
341
341
|
(w) => {
|
|
342
342
|
!b && (w !== e[t] || u) && l(w);
|
|
@@ -354,7 +354,7 @@ function Xh(e, t, r, i = {}) {
|
|
|
354
354
|
});
|
|
355
355
|
}
|
|
356
356
|
const Yh = () => {
|
|
357
|
-
const e =
|
|
357
|
+
const e = xn();
|
|
358
358
|
return e == null ? void 0 : e.appContext.app;
|
|
359
359
|
}, Zh = () => {
|
|
360
360
|
const e = Yh(), t = e == null ? void 0 : e.component("NuxtLink");
|
|
@@ -370,7 +370,7 @@ const Yh = () => {
|
|
|
370
370
|
},
|
|
371
371
|
render() {
|
|
372
372
|
var o, p;
|
|
373
|
-
return Yl("a", { href: this.to }, [(p = (o =
|
|
373
|
+
return Yl("a", { href: this.to }, [(p = (o = _s()).default) == null ? void 0 : p.call(o)]);
|
|
374
374
|
}
|
|
375
375
|
});
|
|
376
376
|
}, Qh = Ce({
|
|
@@ -455,7 +455,7 @@ function ed(e, t, r, i, o, p) {
|
|
|
455
455
|
_: 3
|
|
456
456
|
}, 16, ["disabled", "onClick"]);
|
|
457
457
|
}
|
|
458
|
-
const
|
|
458
|
+
const ga = /* @__PURE__ */ ve(Qh, [["render", ed]]), td = {
|
|
459
459
|
name: "Checkbox",
|
|
460
460
|
props: {
|
|
461
461
|
id: {
|
|
@@ -675,13 +675,13 @@ const cn = Math.min, mi = Math.max, ln = Math.round, Xr = Math.floor, ni = (e) =
|
|
|
675
675
|
function Ka(e, t, r) {
|
|
676
676
|
return mi(e, cn(t, r));
|
|
677
677
|
}
|
|
678
|
-
function
|
|
678
|
+
function ma(e, t) {
|
|
679
679
|
return typeof e == "function" ? e(t) : e;
|
|
680
680
|
}
|
|
681
681
|
function Ai(e) {
|
|
682
682
|
return e.split("-")[0];
|
|
683
683
|
}
|
|
684
|
-
function
|
|
684
|
+
function va(e) {
|
|
685
685
|
return e.split("-")[1];
|
|
686
686
|
}
|
|
687
687
|
function ou(e) {
|
|
@@ -698,15 +698,15 @@ function cu(e) {
|
|
|
698
698
|
}
|
|
699
699
|
function Ad(e, t, r) {
|
|
700
700
|
r === void 0 && (r = !1);
|
|
701
|
-
const i =
|
|
701
|
+
const i = va(e), o = cu(e), p = au(o);
|
|
702
702
|
let v = o === "x" ? i === (r ? "end" : "start") ? "right" : "left" : i === "start" ? "bottom" : "top";
|
|
703
703
|
return t.reference[p] > t.floating[p] && (v = un(v)), [v, un(v)];
|
|
704
704
|
}
|
|
705
705
|
function Od(e) {
|
|
706
706
|
const t = un(e);
|
|
707
|
-
return [
|
|
707
|
+
return [gs(e), t, gs(t)];
|
|
708
708
|
}
|
|
709
|
-
function
|
|
709
|
+
function gs(e) {
|
|
710
710
|
return e.replace(/start|end/g, (t) => xd[t]);
|
|
711
711
|
}
|
|
712
712
|
function Bd(e, t, r) {
|
|
@@ -723,9 +723,9 @@ function Bd(e, t, r) {
|
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
function Nd(e, t, r, i) {
|
|
726
|
-
const o =
|
|
726
|
+
const o = va(e);
|
|
727
727
|
let p = Bd(Ai(e), r === "start", i);
|
|
728
|
-
return o && (p = p.map((v) => v + "-" + o), t && (p = p.concat(p.map(
|
|
728
|
+
return o && (p = p.map((v) => v + "-" + o), t && (p = p.concat(p.map(gs)))), p;
|
|
729
729
|
}
|
|
730
730
|
function un(e) {
|
|
731
731
|
return e.replace(/left|right|bottom|top/g, (t) => Id[t]);
|
|
@@ -803,7 +803,7 @@ function Ga(e, t, r) {
|
|
|
803
803
|
y: i.y
|
|
804
804
|
};
|
|
805
805
|
}
|
|
806
|
-
switch (
|
|
806
|
+
switch (va(t)) {
|
|
807
807
|
case "start":
|
|
808
808
|
d[v] -= a * (r && c ? -1 : 1);
|
|
809
809
|
break;
|
|
@@ -890,7 +890,7 @@ async function lu(e, t) {
|
|
|
890
890
|
elementContext: h = "floating",
|
|
891
891
|
altBoundary: a = !1,
|
|
892
892
|
padding: d = 0
|
|
893
|
-
} =
|
|
893
|
+
} = ma(t, e), m = Fd(d), f = n[a ? h === "floating" ? "reference" : "floating" : h], g = hn(await p.getClippingRect({
|
|
894
894
|
element: (r = await (p.isElement == null ? void 0 : p.isElement(f))) == null || r ? f : f.contextElement || await (p.getDocumentElement == null ? void 0 : p.getDocumentElement(n.floating)),
|
|
895
895
|
boundary: c,
|
|
896
896
|
rootBoundary: u,
|
|
@@ -940,7 +940,7 @@ const Wd = function(e) {
|
|
|
940
940
|
fallbackAxisSideDirection: m = "none",
|
|
941
941
|
flipAlignment: y = !0,
|
|
942
942
|
...f
|
|
943
|
-
} =
|
|
943
|
+
} = ma(e, t);
|
|
944
944
|
if ((r = p.arrow) != null && r.alignmentOffset)
|
|
945
945
|
return {};
|
|
946
946
|
const g = Ai(o), l = gr(n), _ = Ai(n) === n, S = await (s.isRTL == null ? void 0 : s.isRTL(c.floating)), b = a || (_ || !y ? [un(n)] : Od(n)), w = m !== "none";
|
|
@@ -1023,7 +1023,7 @@ const Wd = function(e) {
|
|
|
1023
1023
|
}
|
|
1024
1024
|
},
|
|
1025
1025
|
...s
|
|
1026
|
-
} =
|
|
1026
|
+
} = ma(e, t), c = {
|
|
1027
1027
|
x: r,
|
|
1028
1028
|
y: i
|
|
1029
1029
|
}, u = await lu(t, s), h = gr(Ai(o)), a = ou(h);
|
|
@@ -1055,13 +1055,13 @@ const Wd = function(e) {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
};
|
|
1057
1057
|
};
|
|
1058
|
-
function
|
|
1058
|
+
function Bn() {
|
|
1059
1059
|
return typeof window < "u";
|
|
1060
1060
|
}
|
|
1061
1061
|
function er(e) {
|
|
1062
1062
|
return uu(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
1063
1063
|
}
|
|
1064
|
-
function
|
|
1064
|
+
function ct(e) {
|
|
1065
1065
|
var t;
|
|
1066
1066
|
return (e == null || (t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
|
|
1067
1067
|
}
|
|
@@ -1070,16 +1070,16 @@ function Ot(e) {
|
|
|
1070
1070
|
return (t = (uu(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
1071
1071
|
}
|
|
1072
1072
|
function uu(e) {
|
|
1073
|
-
return
|
|
1073
|
+
return Bn() ? e instanceof Node || e instanceof ct(e).Node : !1;
|
|
1074
1074
|
}
|
|
1075
1075
|
function yt(e) {
|
|
1076
|
-
return
|
|
1076
|
+
return Bn() ? e instanceof Element || e instanceof ct(e).Element : !1;
|
|
1077
1077
|
}
|
|
1078
1078
|
function It(e) {
|
|
1079
|
-
return
|
|
1079
|
+
return Bn() ? e instanceof HTMLElement || e instanceof ct(e).HTMLElement : !1;
|
|
1080
1080
|
}
|
|
1081
1081
|
function Ja(e) {
|
|
1082
|
-
return !
|
|
1082
|
+
return !Bn() || typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof ct(e).ShadowRoot;
|
|
1083
1083
|
}
|
|
1084
1084
|
function Ir(e) {
|
|
1085
1085
|
const {
|
|
@@ -1093,7 +1093,7 @@ function Ir(e) {
|
|
|
1093
1093
|
function qd(e) {
|
|
1094
1094
|
return ["table", "td", "th"].includes(er(e));
|
|
1095
1095
|
}
|
|
1096
|
-
function
|
|
1096
|
+
function Nn(e) {
|
|
1097
1097
|
return [":popover-open", ":modal"].some((t) => {
|
|
1098
1098
|
try {
|
|
1099
1099
|
return e.matches(t);
|
|
@@ -1102,31 +1102,31 @@ function On(e) {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
});
|
|
1104
1104
|
}
|
|
1105
|
-
function
|
|
1106
|
-
const t =
|
|
1105
|
+
function Sa(e) {
|
|
1106
|
+
const t = ya(), r = yt(e) ? bt(e) : e;
|
|
1107
1107
|
return r.transform !== "none" || r.perspective !== "none" || (r.containerType ? r.containerType !== "normal" : !1) || !t && (r.backdropFilter ? r.backdropFilter !== "none" : !1) || !t && (r.filter ? r.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((i) => (r.willChange || "").includes(i)) || ["paint", "layout", "strict", "content"].some((i) => (r.contain || "").includes(i));
|
|
1108
1108
|
}
|
|
1109
1109
|
function zd(e) {
|
|
1110
1110
|
let t = si(e);
|
|
1111
1111
|
for (; It(t) && !Oi(t); ) {
|
|
1112
|
-
if (
|
|
1112
|
+
if (Sa(t))
|
|
1113
1113
|
return t;
|
|
1114
|
-
if (
|
|
1114
|
+
if (Nn(t))
|
|
1115
1115
|
return null;
|
|
1116
1116
|
t = si(t);
|
|
1117
1117
|
}
|
|
1118
1118
|
return null;
|
|
1119
1119
|
}
|
|
1120
|
-
function
|
|
1120
|
+
function ya() {
|
|
1121
1121
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
1122
1122
|
}
|
|
1123
1123
|
function Oi(e) {
|
|
1124
1124
|
return ["html", "body", "#document"].includes(er(e));
|
|
1125
1125
|
}
|
|
1126
1126
|
function bt(e) {
|
|
1127
|
-
return
|
|
1127
|
+
return ct(e).getComputedStyle(e);
|
|
1128
1128
|
}
|
|
1129
|
-
function
|
|
1129
|
+
function Hn(e) {
|
|
1130
1130
|
return yt(e) ? {
|
|
1131
1131
|
scrollLeft: e.scrollLeft,
|
|
1132
1132
|
scrollTop: e.scrollTop
|
|
@@ -1154,14 +1154,14 @@ function hu(e) {
|
|
|
1154
1154
|
function mr(e, t, r) {
|
|
1155
1155
|
var i;
|
|
1156
1156
|
t === void 0 && (t = []), r === void 0 && (r = !0);
|
|
1157
|
-
const o = hu(e), p = o === ((i = e.ownerDocument) == null ? void 0 : i.body), v =
|
|
1157
|
+
const o = hu(e), p = o === ((i = e.ownerDocument) == null ? void 0 : i.body), v = ct(o);
|
|
1158
1158
|
if (p) {
|
|
1159
|
-
const n =
|
|
1159
|
+
const n = ms(v);
|
|
1160
1160
|
return t.concat(v, v.visualViewport || [], Ir(o) ? o : [], n && r ? mr(n) : []);
|
|
1161
1161
|
}
|
|
1162
1162
|
return t.concat(o, mr(o, [], r));
|
|
1163
1163
|
}
|
|
1164
|
-
function
|
|
1164
|
+
function ms(e) {
|
|
1165
1165
|
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
1166
1166
|
}
|
|
1167
1167
|
function du(e) {
|
|
@@ -1174,11 +1174,11 @@ function du(e) {
|
|
|
1174
1174
|
$: n
|
|
1175
1175
|
};
|
|
1176
1176
|
}
|
|
1177
|
-
function
|
|
1177
|
+
function ba(e) {
|
|
1178
1178
|
return yt(e) ? e : e.contextElement;
|
|
1179
1179
|
}
|
|
1180
1180
|
function Mi(e) {
|
|
1181
|
-
const t =
|
|
1181
|
+
const t = ba(e);
|
|
1182
1182
|
if (!It(t))
|
|
1183
1183
|
return ni(1);
|
|
1184
1184
|
const r = t.getBoundingClientRect(), {
|
|
@@ -1194,28 +1194,28 @@ function Mi(e) {
|
|
|
1194
1194
|
}
|
|
1195
1195
|
const Ud = /* @__PURE__ */ ni(0);
|
|
1196
1196
|
function fu(e) {
|
|
1197
|
-
const t =
|
|
1198
|
-
return !
|
|
1197
|
+
const t = ct(e);
|
|
1198
|
+
return !ya() || !t.visualViewport ? Ud : {
|
|
1199
1199
|
x: t.visualViewport.offsetLeft,
|
|
1200
1200
|
y: t.visualViewport.offsetTop
|
|
1201
1201
|
};
|
|
1202
1202
|
}
|
|
1203
1203
|
function Vd(e, t, r) {
|
|
1204
|
-
return t === void 0 && (t = !1), !r || t && r !==
|
|
1204
|
+
return t === void 0 && (t = !1), !r || t && r !== ct(e) ? !1 : t;
|
|
1205
1205
|
}
|
|
1206
1206
|
function bi(e, t, r, i) {
|
|
1207
1207
|
t === void 0 && (t = !1), r === void 0 && (r = !1);
|
|
1208
|
-
const o = e.getBoundingClientRect(), p =
|
|
1208
|
+
const o = e.getBoundingClientRect(), p = ba(e);
|
|
1209
1209
|
let v = ni(1);
|
|
1210
1210
|
t && (i ? yt(i) && (v = Mi(i)) : v = Mi(e));
|
|
1211
1211
|
const n = Vd(p, r, i) ? fu(p) : ni(0);
|
|
1212
1212
|
let s = (o.left + n.x) / v.x, c = (o.top + n.y) / v.y, u = o.width / v.x, h = o.height / v.y;
|
|
1213
1213
|
if (p) {
|
|
1214
|
-
const a =
|
|
1215
|
-
let m = a, y =
|
|
1214
|
+
const a = ct(p), d = i && yt(i) ? ct(i) : i;
|
|
1215
|
+
let m = a, y = ms(m);
|
|
1216
1216
|
for (; y && i && d !== m; ) {
|
|
1217
1217
|
const f = Mi(y), g = y.getBoundingClientRect(), l = bt(y), _ = g.left + (y.clientLeft + parseFloat(l.paddingLeft)) * f.x, S = g.top + (y.clientTop + parseFloat(l.paddingTop)) * f.y;
|
|
1218
|
-
s *= f.x, c *= f.y, u *= f.x, h *= f.y, s += _, c += S, m =
|
|
1218
|
+
s *= f.x, c *= f.y, u *= f.x, h *= f.y, s += _, c += S, m = ct(y), y = ms(m);
|
|
1219
1219
|
}
|
|
1220
1220
|
}
|
|
1221
1221
|
return hn({
|
|
@@ -1232,7 +1232,7 @@ function Kd(e) {
|
|
|
1232
1232
|
offsetParent: i,
|
|
1233
1233
|
strategy: o
|
|
1234
1234
|
} = e;
|
|
1235
|
-
const p = o === "fixed", v = Ot(i), n = t ?
|
|
1235
|
+
const p = o === "fixed", v = Ot(i), n = t ? Nn(t.floating) : !1;
|
|
1236
1236
|
if (i === v || n && p)
|
|
1237
1237
|
return r;
|
|
1238
1238
|
let s = {
|
|
@@ -1240,7 +1240,7 @@ function Kd(e) {
|
|
|
1240
1240
|
scrollTop: 0
|
|
1241
1241
|
}, c = ni(1);
|
|
1242
1242
|
const u = ni(0), h = It(i);
|
|
1243
|
-
if ((h || !h && !p) && ((er(i) !== "body" || Ir(v)) && (s =
|
|
1243
|
+
if ((h || !h && !p) && ((er(i) !== "body" || Ir(v)) && (s = Hn(i)), It(i))) {
|
|
1244
1244
|
const a = bi(i);
|
|
1245
1245
|
c = Mi(i), u.x = a.x + i.clientLeft, u.y = a.y + i.clientTop;
|
|
1246
1246
|
}
|
|
@@ -1254,13 +1254,13 @@ function Kd(e) {
|
|
|
1254
1254
|
function Gd(e) {
|
|
1255
1255
|
return Array.from(e.getClientRects());
|
|
1256
1256
|
}
|
|
1257
|
-
function
|
|
1258
|
-
const r =
|
|
1257
|
+
function vs(e, t) {
|
|
1258
|
+
const r = Hn(e).scrollLeft;
|
|
1259
1259
|
return t ? t.left + r : bi(Ot(e)).left + r;
|
|
1260
1260
|
}
|
|
1261
1261
|
function Jd(e) {
|
|
1262
|
-
const t = Ot(e), r =
|
|
1263
|
-
let v = -r.scrollLeft +
|
|
1262
|
+
const t = Ot(e), r = Hn(e), i = e.ownerDocument.body, o = mi(t.scrollWidth, t.clientWidth, i.scrollWidth, i.clientWidth), p = mi(t.scrollHeight, t.clientHeight, i.scrollHeight, i.clientHeight);
|
|
1263
|
+
let v = -r.scrollLeft + vs(e);
|
|
1264
1264
|
const n = -r.scrollTop;
|
|
1265
1265
|
return bt(i).direction === "rtl" && (v += mi(t.clientWidth, i.clientWidth) - o), {
|
|
1266
1266
|
width: o,
|
|
@@ -1270,11 +1270,11 @@ function Jd(e) {
|
|
|
1270
1270
|
};
|
|
1271
1271
|
}
|
|
1272
1272
|
function Xd(e, t) {
|
|
1273
|
-
const r =
|
|
1273
|
+
const r = ct(e), i = Ot(e), o = r.visualViewport;
|
|
1274
1274
|
let p = i.clientWidth, v = i.clientHeight, n = 0, s = 0;
|
|
1275
1275
|
if (o) {
|
|
1276
1276
|
p = o.width, v = o.height;
|
|
1277
|
-
const c =
|
|
1277
|
+
const c = ya();
|
|
1278
1278
|
(!c || c && t === "fixed") && (n = o.offsetLeft, s = o.offsetTop);
|
|
1279
1279
|
}
|
|
1280
1280
|
return {
|
|
@@ -1323,7 +1323,7 @@ function Zd(e, t) {
|
|
|
1323
1323
|
const p = bt(e).position === "fixed";
|
|
1324
1324
|
let v = p ? si(e) : e;
|
|
1325
1325
|
for (; yt(v) && !Oi(v); ) {
|
|
1326
|
-
const n = bt(v), s =
|
|
1326
|
+
const n = bt(v), s = Sa(v);
|
|
1327
1327
|
!s && n.position === "fixed" && (o = null), (p ? !s && !o : !s && n.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || Ir(v) && !s && pu(e, v)) ? i = i.filter((u) => u !== v) : o = n, v = si(v);
|
|
1328
1328
|
}
|
|
1329
1329
|
return t.set(e, i), i;
|
|
@@ -1335,7 +1335,7 @@ function Qd(e) {
|
|
|
1335
1335
|
rootBoundary: i,
|
|
1336
1336
|
strategy: o
|
|
1337
1337
|
} = e;
|
|
1338
|
-
const v = [...r === "clippingAncestors" ?
|
|
1338
|
+
const v = [...r === "clippingAncestors" ? Nn(t) ? [] : Zd(t, this._c) : [].concat(r), i], n = v[0], s = v.reduce((c, u) => {
|
|
1339
1339
|
const h = Xa(t, u, o);
|
|
1340
1340
|
return c.top = mi(h.top, c.top), c.right = cn(h.right, c.right), c.bottom = cn(h.bottom, c.bottom), c.left = mi(h.left, c.left), c;
|
|
1341
1341
|
}, Xa(t, n, o));
|
|
@@ -1364,15 +1364,15 @@ function tf(e, t, r) {
|
|
|
1364
1364
|
};
|
|
1365
1365
|
const s = ni(0);
|
|
1366
1366
|
if (i || !i && !p)
|
|
1367
|
-
if ((er(t) !== "body" || Ir(o)) && (n =
|
|
1367
|
+
if ((er(t) !== "body" || Ir(o)) && (n = Hn(t)), i) {
|
|
1368
1368
|
const d = bi(t, !0, p, t);
|
|
1369
1369
|
s.x = d.x + t.clientLeft, s.y = d.y + t.clientTop;
|
|
1370
|
-
} else o && (s.x =
|
|
1370
|
+
} else o && (s.x = vs(o));
|
|
1371
1371
|
let c = 0, u = 0;
|
|
1372
1372
|
if (o && !i && !p) {
|
|
1373
1373
|
const d = o.getBoundingClientRect();
|
|
1374
1374
|
u = d.top + n.scrollTop, c = d.left + n.scrollLeft - // RTL <body> scrollbar.
|
|
1375
|
-
|
|
1375
|
+
vs(o, d);
|
|
1376
1376
|
}
|
|
1377
1377
|
const h = v.left + n.scrollLeft - s.x - c, a = v.top + n.scrollTop - s.y - u;
|
|
1378
1378
|
return {
|
|
@@ -1382,7 +1382,7 @@ function tf(e, t, r) {
|
|
|
1382
1382
|
height: v.height
|
|
1383
1383
|
};
|
|
1384
1384
|
}
|
|
1385
|
-
function
|
|
1385
|
+
function ts(e) {
|
|
1386
1386
|
return bt(e).position === "static";
|
|
1387
1387
|
}
|
|
1388
1388
|
function Ya(e, t) {
|
|
@@ -1394,22 +1394,22 @@ function Ya(e, t) {
|
|
|
1394
1394
|
return Ot(e) === r && (r = r.ownerDocument.body), r;
|
|
1395
1395
|
}
|
|
1396
1396
|
function _u(e, t) {
|
|
1397
|
-
const r =
|
|
1398
|
-
if (
|
|
1397
|
+
const r = ct(e);
|
|
1398
|
+
if (Nn(e))
|
|
1399
1399
|
return r;
|
|
1400
1400
|
if (!It(e)) {
|
|
1401
1401
|
let o = si(e);
|
|
1402
1402
|
for (; o && !Oi(o); ) {
|
|
1403
|
-
if (yt(o) && !
|
|
1403
|
+
if (yt(o) && !ts(o))
|
|
1404
1404
|
return o;
|
|
1405
1405
|
o = si(o);
|
|
1406
1406
|
}
|
|
1407
1407
|
return r;
|
|
1408
1408
|
}
|
|
1409
1409
|
let i = Ya(e, t);
|
|
1410
|
-
for (; i && qd(i) &&
|
|
1410
|
+
for (; i && qd(i) && ts(i); )
|
|
1411
1411
|
i = Ya(i, t);
|
|
1412
|
-
return i && Oi(i) &&
|
|
1412
|
+
return i && Oi(i) && ts(i) && !Sa(i) ? r : i || zd(e) || r;
|
|
1413
1413
|
}
|
|
1414
1414
|
const rf = async function(e) {
|
|
1415
1415
|
const t = this.getOffsetParent || _u, r = this.getDimensions, i = await r(e.floating);
|
|
@@ -1492,7 +1492,7 @@ function gu(e, t, r, i) {
|
|
|
1492
1492
|
elementResize: v = typeof ResizeObserver == "function",
|
|
1493
1493
|
layoutShift: n = typeof IntersectionObserver == "function",
|
|
1494
1494
|
animationFrame: s = !1
|
|
1495
|
-
} = i, c =
|
|
1495
|
+
} = i, c = ba(e), u = o || p ? [...c ? mr(c) : [], ...mr(t)] : [];
|
|
1496
1496
|
u.forEach((g) => {
|
|
1497
1497
|
o && g.addEventListener("scroll", r, {
|
|
1498
1498
|
passive: !0
|
|
@@ -1605,13 +1605,13 @@ function yu(e, t, r) {
|
|
|
1605
1605
|
function w() {
|
|
1606
1606
|
o.value || (f.value = !1);
|
|
1607
1607
|
}
|
|
1608
|
-
return
|
|
1608
|
+
return ze([p, v, n], _, {
|
|
1609
1609
|
flush: "sync"
|
|
1610
|
-
}),
|
|
1610
|
+
}), ze([c, u], b, {
|
|
1611
1611
|
flush: "sync"
|
|
1612
|
-
}),
|
|
1612
|
+
}), ze(o, w, {
|
|
1613
1613
|
flush: "sync"
|
|
1614
|
-
}),
|
|
1614
|
+
}), ha() && da(S), {
|
|
1615
1615
|
x: Di(h),
|
|
1616
1616
|
y: Di(a),
|
|
1617
1617
|
strategy: Di(d),
|
|
@@ -1770,7 +1770,7 @@ const lf = {
|
|
|
1770
1770
|
}
|
|
1771
1771
|
}, uf = ["aria-label"], hf = ["data-index", "title", "onClick", "onPointerenter"];
|
|
1772
1772
|
function df(e, t, r, i, o, p) {
|
|
1773
|
-
const v =
|
|
1773
|
+
const v = ot("BaseMenuItem");
|
|
1774
1774
|
return V(), te("ul", {
|
|
1775
1775
|
ref: "listContainer",
|
|
1776
1776
|
"aria-label": r.menuAriaLabel,
|
|
@@ -1825,7 +1825,7 @@ function mf(e, t) {
|
|
|
1825
1825
|
const vf = { render: mf }, Sf = Ce({
|
|
1826
1826
|
name: "Button",
|
|
1827
1827
|
components: {
|
|
1828
|
-
BaseButton:
|
|
1828
|
+
BaseButton: ga
|
|
1829
1829
|
},
|
|
1830
1830
|
props: {
|
|
1831
1831
|
/**
|
|
@@ -1887,7 +1887,7 @@ const vf = { render: mf }, Sf = Ce({
|
|
|
1887
1887
|
}
|
|
1888
1888
|
});
|
|
1889
1889
|
function yf(e, t, r, i, o, p) {
|
|
1890
|
-
const v =
|
|
1890
|
+
const v = ot("BaseButton");
|
|
1891
1891
|
return V(), ge(v, {
|
|
1892
1892
|
class: Ee(e.classes),
|
|
1893
1893
|
disabled: e.disabled
|
|
@@ -1899,7 +1899,7 @@ function yf(e, t, r, i, o, p) {
|
|
|
1899
1899
|
}, 8, ["class", "disabled"]);
|
|
1900
1900
|
}
|
|
1901
1901
|
const Bi = /* @__PURE__ */ ve(Sf, [["render", yf], ["__scopeId", "data-v-2b99d556"]]), bf = 5;
|
|
1902
|
-
let ec, tc,
|
|
1902
|
+
let ec, tc, is;
|
|
1903
1903
|
const Cf = Ce({
|
|
1904
1904
|
name: "Carousel",
|
|
1905
1905
|
props: {
|
|
@@ -1919,7 +1919,7 @@ const Cf = Ce({
|
|
|
1919
1919
|
*/
|
|
1920
1920
|
methods: {
|
|
1921
1921
|
onMouseDown(e) {
|
|
1922
|
-
|
|
1922
|
+
is = this.$refs.carousel, this.isMouseDown = !0, this.wasDragged = !1, ec = e.pageX, tc = is.scrollLeft;
|
|
1923
1923
|
},
|
|
1924
1924
|
onMouseEnd(e) {
|
|
1925
1925
|
this.wasDragged && e.preventDefault(), this.isMouseDown = !1;
|
|
@@ -1929,7 +1929,7 @@ const Cf = Ce({
|
|
|
1929
1929
|
return;
|
|
1930
1930
|
e.preventDefault();
|
|
1931
1931
|
const r = e.pageX - ec;
|
|
1932
|
-
(this.wasDragged || Math.abs(r) > bf) && (this.wasDragged = !0,
|
|
1932
|
+
(this.wasDragged || Math.abs(r) > bf) && (this.wasDragged = !0, is.scrollLeft = tc - r);
|
|
1933
1933
|
},
|
|
1934
1934
|
onDragStart(e) {
|
|
1935
1935
|
e.preventDefault();
|
|
@@ -2001,7 +2001,7 @@ function Af(e, t, r, i, o, p) {
|
|
|
2001
2001
|
onAfterEnter: p.onAfterEnter
|
|
2002
2002
|
}, {
|
|
2003
2003
|
default: de(() => [
|
|
2004
|
-
|
|
2004
|
+
nt(Z("div", xf, [
|
|
2005
2005
|
be(e.$slots, "default", {}, void 0, !0)
|
|
2006
2006
|
], 512), [
|
|
2007
2007
|
[vt, r.isExpanded]
|
|
@@ -2014,7 +2014,7 @@ const Of = /* @__PURE__ */ ve(If, [["render", Af], ["__scopeId", "data-v-8828272
|
|
|
2014
2014
|
name: "Collapser",
|
|
2015
2015
|
components: {
|
|
2016
2016
|
DropdownIcon: Mf,
|
|
2017
|
-
BaseButton:
|
|
2017
|
+
BaseButton: ga,
|
|
2018
2018
|
ExpandTransition: Of
|
|
2019
2019
|
},
|
|
2020
2020
|
props: {
|
|
@@ -2038,7 +2038,7 @@ const Of = /* @__PURE__ */ ve(If, [["render", Af], ["__scopeId", "data-v-8828272
|
|
|
2038
2038
|
}
|
|
2039
2039
|
}, Nf = { class: "dropdown" };
|
|
2040
2040
|
function Hf(e, t, r, i, o, p) {
|
|
2041
|
-
const v =
|
|
2041
|
+
const v = ot("DropdownIcon"), n = ot("BaseButton"), s = ot("ExpandTransition");
|
|
2042
2042
|
return V(), te("div", null, [
|
|
2043
2043
|
he(n, {
|
|
2044
2044
|
class: "button",
|
|
@@ -2063,13 +2063,13 @@ function Hf(e, t, r, i, o, p) {
|
|
|
2063
2063
|
}, 8, ["is-expanded"])
|
|
2064
2064
|
]);
|
|
2065
2065
|
}
|
|
2066
|
-
const Ff = /* @__PURE__ */ ve(Bf, [["render", Hf], ["__scopeId", "data-v-61e53b48"]]), jf = "hsl(0, 0%, 100%)", Wf = "hsl(0, 100%, 64.7%)", $f = "hsl(206, 74%, 90%)",
|
|
2066
|
+
const Ff = /* @__PURE__ */ ve(Bf, [["render", Hf], ["__scopeId", "data-v-61e53b48"]]), jf = "hsl(0, 0%, 100%)", Wf = "hsl(0, 100%, 64.7%)", $f = "hsl(206, 74%, 90%)", Ss = "hsl(0, 3%, 12%)", qf = "hsl(0, 0%, 53.3%)", zf = (e, t) => (e % t + t) % t, Uf = () => {
|
|
2067
2067
|
var e, t;
|
|
2068
2068
|
return (t = (e = navigator == null ? void 0 : navigator.userAgent) == null ? void 0 : e.toLowerCase()) == null ? void 0 : t.includes("mac");
|
|
2069
2069
|
}, Vf = () => Uf() ? "metaKey" : "ctrlKey", Kf = {
|
|
2070
2070
|
name: "FunctionButton",
|
|
2071
2071
|
components: {
|
|
2072
|
-
BaseButton:
|
|
2072
|
+
BaseButton: ga
|
|
2073
2073
|
},
|
|
2074
2074
|
props: {
|
|
2075
2075
|
/**
|
|
@@ -2122,7 +2122,7 @@ const Ff = /* @__PURE__ */ ve(Bf, [["render", Hf], ["__scopeId", "data-v-61e53b4
|
|
|
2122
2122
|
}
|
|
2123
2123
|
};
|
|
2124
2124
|
function Gf(e, t, r, i, o, p) {
|
|
2125
|
-
const v =
|
|
2125
|
+
const v = ot("BaseButton");
|
|
2126
2126
|
return V(), ge(v, {
|
|
2127
2127
|
ref: "baseButton",
|
|
2128
2128
|
disabled: r.disabled,
|
|
@@ -2134,7 +2134,7 @@ function Gf(e, t, r, i, o, p) {
|
|
|
2134
2134
|
_: 3
|
|
2135
2135
|
}, 8, ["disabled", "class"]);
|
|
2136
2136
|
}
|
|
2137
|
-
const
|
|
2137
|
+
const ys = /* @__PURE__ */ ve(Kf, [["render", Gf], ["__scopeId", "data-v-c7794956"]]), Yr = (e) => {
|
|
2138
2138
|
e.preventDefault(), e.stopPropagation(), e.stopImmediatePropagation();
|
|
2139
2139
|
}, Jf = ({
|
|
2140
2140
|
getNextElement: e,
|
|
@@ -2245,7 +2245,7 @@ const vs = /* @__PURE__ */ ve(Kf, [["render", Gf], ["__scopeId", "data-v-c779495
|
|
|
2245
2245
|
t({ onKeydown: f, resetNavigation: h, focusIndex: a });
|
|
2246
2246
|
const g = (l) => !l.children || l.children.length === 0 ? !1 : !!l.children.find(({ selected: _ }) => _);
|
|
2247
2247
|
return (l, _) => {
|
|
2248
|
-
const S =
|
|
2248
|
+
const S = ot("MenuItems", !0);
|
|
2249
2249
|
return V(), ge(ff, Xt({
|
|
2250
2250
|
ref_key: "baseMenuItems",
|
|
2251
2251
|
ref: p
|
|
@@ -2405,7 +2405,7 @@ const ic = { render: tp }, ip = {
|
|
|
2405
2405
|
}
|
|
2406
2406
|
}, rp = { class: "tab-bar" }, np = { class: "overflow" }, sp = ["title"], op = ["name", "value", "disabled", "checked", "onChange"];
|
|
2407
2407
|
function ap(e, t, r, i, o, p) {
|
|
2408
|
-
const v =
|
|
2408
|
+
const v = ot("Carousel");
|
|
2409
2409
|
return V(), ge(v, { tabindex: -1 }, {
|
|
2410
2410
|
default: de(() => [
|
|
2411
2411
|
Z("div", rp, [
|
|
@@ -2433,7 +2433,7 @@ function ap(e, t, r, i, o, p) {
|
|
|
2433
2433
|
_: 1
|
|
2434
2434
|
});
|
|
2435
2435
|
}
|
|
2436
|
-
const cp = /* @__PURE__ */ ve(ip, [["render", ap], ["__scopeId", "data-v-f9fe2bbc"]]), lp =
|
|
2436
|
+
const cp = /* @__PURE__ */ ve(ip, [["render", ap], ["__scopeId", "data-v-f9fe2bbc"]]), lp = Ss, up = Wf, hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2437
2437
|
__proto__: null,
|
|
2438
2438
|
flowVariable: up,
|
|
2439
2439
|
table: lp
|
|
@@ -2516,12 +2516,12 @@ function mp(e, t, r, i, o, p) {
|
|
|
2516
2516
|
}
|
|
2517
2517
|
const rc = /* @__PURE__ */ ve(fp, [["render", mp]]);
|
|
2518
2518
|
function vp(e) {
|
|
2519
|
-
return
|
|
2519
|
+
return ha() ? (da(e), !0) : !1;
|
|
2520
2520
|
}
|
|
2521
2521
|
function bu(e) {
|
|
2522
2522
|
return typeof e == "function" ? e() : X(e);
|
|
2523
2523
|
}
|
|
2524
|
-
const Cu = typeof window < "u" && typeof document < "u", Sp = Object.prototype.toString, yp = (e) => Sp.call(e) === "[object Object]",
|
|
2524
|
+
const Cu = typeof window < "u" && typeof document < "u", Sp = Object.prototype.toString, yp = (e) => Sp.call(e) === "[object Object]", bs = () => {
|
|
2525
2525
|
}, bp = /* @__PURE__ */ Cp();
|
|
2526
2526
|
function Cp() {
|
|
2527
2527
|
var e;
|
|
@@ -2533,14 +2533,14 @@ function dr(e) {
|
|
|
2533
2533
|
return (t = r == null ? void 0 : r.$el) != null ? t : r;
|
|
2534
2534
|
}
|
|
2535
2535
|
const wu = Cu ? window : void 0;
|
|
2536
|
-
function
|
|
2536
|
+
function rs(...e) {
|
|
2537
2537
|
let t, r, i, o;
|
|
2538
2538
|
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([r, i, o] = e, t = wu) : [t, r, i, o] = e, !t)
|
|
2539
|
-
return
|
|
2539
|
+
return bs;
|
|
2540
2540
|
Array.isArray(r) || (r = [r]), Array.isArray(i) || (i = [i]);
|
|
2541
2541
|
const p = [], v = () => {
|
|
2542
2542
|
p.forEach((u) => u()), p.length = 0;
|
|
2543
|
-
}, n = (u, h, a, d) => (u.addEventListener(h, a, d), () => u.removeEventListener(h, a, d)), s =
|
|
2543
|
+
}, n = (u, h, a, d) => (u.addEventListener(h, a, d), () => u.removeEventListener(h, a, d)), s = ze(
|
|
2544
2544
|
() => [dr(t), bu(o)],
|
|
2545
2545
|
([u, h]) => {
|
|
2546
2546
|
if (v(), !u)
|
|
@@ -2561,7 +2561,7 @@ function wp(e, t, r = {}) {
|
|
|
2561
2561
|
const { window: i = wu, ignore: o = [], capture: p = !0, detectIframe: v = !1 } = r;
|
|
2562
2562
|
if (!i)
|
|
2563
2563
|
return;
|
|
2564
|
-
bp && !nc && (nc = !0, Array.from(i.document.body.children).forEach((a) => a.addEventListener("click",
|
|
2564
|
+
bp && !nc && (nc = !0, Array.from(i.document.body.children).forEach((a) => a.addEventListener("click", bs)), i.document.documentElement.addEventListener("click", bs));
|
|
2565
2565
|
let n = !0;
|
|
2566
2566
|
const s = (a) => o.some((d) => {
|
|
2567
2567
|
if (typeof d == "string")
|
|
@@ -2571,7 +2571,7 @@ function wp(e, t, r = {}) {
|
|
|
2571
2571
|
return m && (a.target === m || a.composedPath().includes(m));
|
|
2572
2572
|
}
|
|
2573
2573
|
}), u = [
|
|
2574
|
-
|
|
2574
|
+
rs(i, "click", (a) => {
|
|
2575
2575
|
const d = dr(e);
|
|
2576
2576
|
if (!(!d || d === a.target || a.composedPath().includes(d))) {
|
|
2577
2577
|
if (a.detail === 0 && (n = !s(a)), !n) {
|
|
@@ -2581,11 +2581,11 @@ function wp(e, t, r = {}) {
|
|
|
2581
2581
|
t(a);
|
|
2582
2582
|
}
|
|
2583
2583
|
}, { passive: !0, capture: p }),
|
|
2584
|
-
|
|
2584
|
+
rs(i, "pointerdown", (a) => {
|
|
2585
2585
|
const d = dr(e);
|
|
2586
2586
|
d && (n = !a.composedPath().includes(d) && !s(a));
|
|
2587
2587
|
}, { passive: !0 }),
|
|
2588
|
-
v &&
|
|
2588
|
+
v && rs(i, "blur", (a) => {
|
|
2589
2589
|
setTimeout(() => {
|
|
2590
2590
|
var d;
|
|
2591
2591
|
const m = dr(e);
|
|
@@ -2602,7 +2602,7 @@ const Ep = ({ targets: e, callback: t }, r = ie(!0)) => {
|
|
|
2602
2602
|
}, p = () => {
|
|
2603
2603
|
typeof i < "u" && i();
|
|
2604
2604
|
};
|
|
2605
|
-
|
|
2605
|
+
ze(
|
|
2606
2606
|
() => X(r),
|
|
2607
2607
|
(v) => {
|
|
2608
2608
|
v ? o() : p();
|
|
@@ -2611,7 +2611,7 @@ const Ep = ({ targets: e, callback: t }, r = ie(!0)) => {
|
|
|
2611
2611
|
immediate: !0
|
|
2612
2612
|
}
|
|
2613
2613
|
), ai(p);
|
|
2614
|
-
},
|
|
2614
|
+
}, Cs = () => ({
|
|
2615
2615
|
anchorHistory: [],
|
|
2616
2616
|
anchorExceptions: [],
|
|
2617
2617
|
selectionRanges: []
|
|
@@ -2699,7 +2699,7 @@ const Ep = ({ targets: e, callback: t }, r = ie(!0)) => {
|
|
|
2699
2699
|
anchorHistory: [e],
|
|
2700
2700
|
selectionRanges: [{ from: e, to: e }]
|
|
2701
2701
|
};
|
|
2702
|
-
return Jt(
|
|
2702
|
+
return Jt(Cs(), t);
|
|
2703
2703
|
}, Lp = (e) => {
|
|
2704
2704
|
const { anchorExceptions: t, selectionRanges: r } = e;
|
|
2705
2705
|
return t.reduce((o, p) => {
|
|
@@ -2748,14 +2748,14 @@ const Ep = ({ targets: e, callback: t }, r = ie(!0)) => {
|
|
|
2748
2748
|
return r.concat(n);
|
|
2749
2749
|
}, []), Ip = (e) => {
|
|
2750
2750
|
const t = ie(
|
|
2751
|
-
|
|
2751
|
+
Cs()
|
|
2752
2752
|
), r = (u) => Eu(t.value, u), i = fe(
|
|
2753
2753
|
() => Mp(t.value)
|
|
2754
2754
|
), o = (u) => kp(
|
|
2755
2755
|
t.value,
|
|
2756
2756
|
u
|
|
2757
2757
|
), p = () => {
|
|
2758
|
-
t.value =
|
|
2758
|
+
t.value = Cs();
|
|
2759
2759
|
}, v = (u) => {
|
|
2760
2760
|
t.value = Pp(u);
|
|
2761
2761
|
}, n = (u) => {
|
|
@@ -2800,7 +2800,7 @@ const Ep = ({ targets: e, callback: t }, r = ie(!0)) => {
|
|
|
2800
2800
|
}, Op = {
|
|
2801
2801
|
name: "SubMenu",
|
|
2802
2802
|
components: {
|
|
2803
|
-
FunctionButton:
|
|
2803
|
+
FunctionButton: ys,
|
|
2804
2804
|
MenuItems: Xf
|
|
2805
2805
|
},
|
|
2806
2806
|
props: {
|
|
@@ -2957,7 +2957,7 @@ const Ep = ({ targets: e, callback: t }, r = ie(!0)) => {
|
|
|
2957
2957
|
}
|
|
2958
2958
|
}, Bp = ["aria-owns", "aria-activedescendant"];
|
|
2959
2959
|
function Np(e, t, r, i, o, p) {
|
|
2960
|
-
const v =
|
|
2960
|
+
const v = ot("FunctionButton"), n = ot("MenuItems");
|
|
2961
2961
|
return V(), te("div", {
|
|
2962
2962
|
ref: "submenu",
|
|
2963
2963
|
class: Ee(["submenu", { expanded: i.expanded }, { disabled: r.disabled }]),
|
|
@@ -2985,7 +2985,7 @@ function Np(e, t, r, i, o, p) {
|
|
|
2985
2985
|
to: i.shadowRoot || "body",
|
|
2986
2986
|
disabled: !r.teleportToBody
|
|
2987
2987
|
}, [
|
|
2988
|
-
|
|
2988
|
+
nt(Z("div", {
|
|
2989
2989
|
ref: "menuWrapper",
|
|
2990
2990
|
style: Si(i.menuWrapperFloatingStyles),
|
|
2991
2991
|
class: Ee(["menu-wrapper", { disabled: r.disabled }])
|
|
@@ -3056,7 +3056,7 @@ const Fp = Ce({
|
|
|
3056
3056
|
this.$emit("update:modelValue", t);
|
|
3057
3057
|
}
|
|
3058
3058
|
}
|
|
3059
|
-
}), jp = (e) => (
|
|
3059
|
+
}), jp = (e) => (An("data-v-e5090a02"), e = e(), On(), e), Wp = ["id"], $p = ["checked", "value", "name", "disabled"], qp = ["title"], zp = /* @__PURE__ */ jp(() => /* @__PURE__ */ Z("br", null, null, -1));
|
|
3060
3060
|
function Up(e, t, r, i, o, p) {
|
|
3061
3061
|
return V(), te("div", {
|
|
3062
3062
|
id: e.id,
|
|
@@ -3121,7 +3121,7 @@ const Vp = /* @__PURE__ */ ve(Fp, [["render", Up], ["__scopeId", "data-v-e5090a0
|
|
|
3121
3121
|
emits: ["update:modelValue"]
|
|
3122
3122
|
});
|
|
3123
3123
|
function Gp(e, t, r, i, o, p) {
|
|
3124
|
-
const v =
|
|
3124
|
+
const v = ot("BaseRadioButtons");
|
|
3125
3125
|
return V(), ge(v, {
|
|
3126
3126
|
id: e.id,
|
|
3127
3127
|
ref: "radioButton",
|
|
@@ -3150,13 +3150,13 @@ const Jp = /* @__PURE__ */ ve(Kp, [["render", Gp], ["__scopeId", "data-v-0bb20ba
|
|
|
3150
3150
|
"ArrowRight",
|
|
3151
3151
|
" ",
|
|
3152
3152
|
"Enter"
|
|
3153
|
-
],
|
|
3153
|
+
], Fn = () => {
|
|
3154
3154
|
const e = ie(!1), t = (i) => {
|
|
3155
3155
|
Xp.includes(i.key) && (e.value = !0);
|
|
3156
3156
|
}, r = () => {
|
|
3157
3157
|
e.value = !1;
|
|
3158
3158
|
};
|
|
3159
|
-
return
|
|
3159
|
+
return Ze(() => {
|
|
3160
3160
|
document.addEventListener("keydown", t), document.addEventListener("mousedown", r);
|
|
3161
3161
|
}), ai(() => {
|
|
3162
3162
|
document.removeEventListener("keydown", t), document.removeEventListener("mousedown", r);
|
|
@@ -3183,17 +3183,17 @@ const Jp = /* @__PURE__ */ ve(Kp, [["render", Gp], ["__scopeId", "data-v-0bb20ba
|
|
|
3183
3183
|
},
|
|
3184
3184
|
emits: ["update:modelValue"],
|
|
3185
3185
|
setup(e, { emit: t }) {
|
|
3186
|
-
const r = e, o = Xh(r, "modelValue", t), p =
|
|
3186
|
+
const r = e, o = Xh(r, "modelValue", t), p = Fn();
|
|
3187
3187
|
return (v, n) => (V(), ge(X(cp), {
|
|
3188
3188
|
modelValue: X(o),
|
|
3189
|
-
"onUpdate:modelValue": n[0] || (n[0] = (s) =>
|
|
3189
|
+
"onUpdate:modelValue": n[0] || (n[0] = (s) => fa(o) ? o.value = s : null),
|
|
3190
3190
|
class: Ee(["scripting-editor-tab-bar", { "focus-painted": X(p) }]),
|
|
3191
3191
|
"possible-values": r.possibleValues,
|
|
3192
3192
|
name: e.name
|
|
3193
3193
|
}, null, 8, ["modelValue", "class", "possible-values", "name"]));
|
|
3194
3194
|
}
|
|
3195
3195
|
}), Zp = /* @__PURE__ */ ve(Yp, [["__scopeId", "data-v-c4f37022"]]);
|
|
3196
|
-
var
|
|
3196
|
+
var st = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3197
3197
|
function Qp(e) {
|
|
3198
3198
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
3199
3199
|
}
|
|
@@ -4623,31 +4623,31 @@ WARNING: This link could potentially be dangerous`)) {
|
|
|
4623
4623
|
const li = Et;
|
|
4624
4624
|
Et = kt, kt = li;
|
|
4625
4625
|
}
|
|
4626
|
-
let
|
|
4626
|
+
let Qe, et, tt, Rt = !1;
|
|
4627
4627
|
switch (this._decorationService.forEachDecorationAtCell(le, E, void 0, (we) => {
|
|
4628
|
-
we.options.layer !== "top" && Rt || (we.backgroundColorRGB && (kt = 50331648, Xe = we.backgroundColorRGB.rgba >> 8 & 16777215,
|
|
4629
|
-
}), !Rt && gt && (
|
|
4628
|
+
we.options.layer !== "top" && Rt || (we.backgroundColorRGB && (kt = 50331648, Xe = we.backgroundColorRGB.rgba >> 8 & 16777215, Qe = we.backgroundColorRGB), we.foregroundColorRGB && (Et = 50331648, $e = we.foregroundColorRGB.rgba >> 8 & 16777215, et = we.foregroundColorRGB), Rt = we.options.layer === "top");
|
|
4629
|
+
}), !Rt && gt && (Qe = this._coreBrowserService.isFocused ? R.selectionBackgroundOpaque : R.selectionInactiveBackgroundOpaque, Xe = Qe.rgba >> 8 & 16777215, kt = 50331648, Rt = !0, R.selectionForeground && (Et = 50331648, $e = R.selectionForeground.rgba >> 8 & 16777215, et = R.selectionForeground)), Rt && Q.push("xterm-decoration-top"), kt) {
|
|
4630
4630
|
case 16777216:
|
|
4631
4631
|
case 33554432:
|
|
4632
|
-
|
|
4632
|
+
tt = R.ansi[Xe], Q.push(`xterm-bg-${Xe}`);
|
|
4633
4633
|
break;
|
|
4634
4634
|
case 50331648:
|
|
4635
|
-
|
|
4635
|
+
tt = y.channels.toColor(Xe >> 16, Xe >> 8 & 255, 255 & Xe), this._addStyle(I, `background-color:#${b((Xe >>> 0).toString(16), "0", 6)}`);
|
|
4636
4636
|
break;
|
|
4637
4637
|
default:
|
|
4638
|
-
Ht ? (
|
|
4638
|
+
Ht ? (tt = R.foreground, Q.push(`xterm-bg-${h.INVERTED_DEFAULT_COLOR}`)) : tt = R.background;
|
|
4639
4639
|
}
|
|
4640
|
-
switch (
|
|
4640
|
+
switch (Qe || ae.isDim() && (Qe = y.color.multiplyOpacity(tt, 0.5)), Et) {
|
|
4641
4641
|
case 16777216:
|
|
4642
4642
|
case 33554432:
|
|
4643
|
-
ae.isBold() && $e < 8 && this._optionsService.rawOptions.drawBoldTextInBrightColors && ($e += 8), this._applyMinimumContrast(I,
|
|
4643
|
+
ae.isBold() && $e < 8 && this._optionsService.rawOptions.drawBoldTextInBrightColors && ($e += 8), this._applyMinimumContrast(I, tt, R.ansi[$e], ae, Qe, void 0) || Q.push(`xterm-fg-${$e}`);
|
|
4644
4644
|
break;
|
|
4645
4645
|
case 50331648:
|
|
4646
4646
|
const we = y.channels.toColor($e >> 16 & 255, $e >> 8 & 255, 255 & $e);
|
|
4647
|
-
this._applyMinimumContrast(I,
|
|
4647
|
+
this._applyMinimumContrast(I, tt, we, ae, Qe, et) || this._addStyle(I, `color:#${b($e.toString(16), "0", 6)}`);
|
|
4648
4648
|
break;
|
|
4649
4649
|
default:
|
|
4650
|
-
this._applyMinimumContrast(I,
|
|
4650
|
+
this._applyMinimumContrast(I, tt, R.foreground, ae, Qe, et) || Ht && Q.push(`xterm-fg-${h.INVERTED_DEFAULT_COLOR}`);
|
|
4651
4651
|
}
|
|
4652
4652
|
Q.length && (I.className = Q.join(" "), Q.length = 0), Bt || me || Je ? I.textContent = G : B++, $ !== this.defaultSpacing && (I.style.letterSpacing = `${$}px`), q.push(I), le = Oe;
|
|
4653
4653
|
}
|
|
@@ -9348,7 +9348,7 @@ var i_ = Du.exports, Pu = { exports: {} };
|
|
|
9348
9348
|
(function(e, t) {
|
|
9349
9349
|
(function(r, i) {
|
|
9350
9350
|
e.exports = i();
|
|
9351
|
-
})(
|
|
9351
|
+
})(st, () => (() => {
|
|
9352
9352
|
var r = { 433: (v, n, s) => {
|
|
9353
9353
|
Object.defineProperty(n, "__esModule", { value: !0 }), n.UnicodeV11 = void 0;
|
|
9354
9354
|
const c = s(938), u = [[768, 879], [1155, 1161], [1425, 1469], [1471, 1471], [1473, 1474], [1476, 1477], [1479, 1479], [1536, 1541], [1552, 1562], [1564, 1564], [1611, 1631], [1648, 1648], [1750, 1757], [1759, 1764], [1767, 1768], [1770, 1773], [1807, 1807], [1809, 1809], [1840, 1866], [1958, 1968], [2027, 2035], [2045, 2045], [2070, 2073], [2075, 2083], [2085, 2087], [2089, 2093], [2137, 2139], [2259, 2306], [2362, 2362], [2364, 2364], [2369, 2376], [2381, 2381], [2385, 2391], [2402, 2403], [2433, 2433], [2492, 2492], [2497, 2500], [2509, 2509], [2530, 2531], [2558, 2558], [2561, 2562], [2620, 2620], [2625, 2626], [2631, 2632], [2635, 2637], [2641, 2641], [2672, 2673], [2677, 2677], [2689, 2690], [2748, 2748], [2753, 2757], [2759, 2760], [2765, 2765], [2786, 2787], [2810, 2815], [2817, 2817], [2876, 2876], [2879, 2879], [2881, 2884], [2893, 2893], [2902, 2902], [2914, 2915], [2946, 2946], [3008, 3008], [3021, 3021], [3072, 3072], [3076, 3076], [3134, 3136], [3142, 3144], [3146, 3149], [3157, 3158], [3170, 3171], [3201, 3201], [3260, 3260], [3263, 3263], [3270, 3270], [3276, 3277], [3298, 3299], [3328, 3329], [3387, 3388], [3393, 3396], [3405, 3405], [3426, 3427], [3530, 3530], [3538, 3540], [3542, 3542], [3633, 3633], [3636, 3642], [3655, 3662], [3761, 3761], [3764, 3772], [3784, 3789], [3864, 3865], [3893, 3893], [3895, 3895], [3897, 3897], [3953, 3966], [3968, 3972], [3974, 3975], [3981, 3991], [3993, 4028], [4038, 4038], [4141, 4144], [4146, 4151], [4153, 4154], [4157, 4158], [4184, 4185], [4190, 4192], [4209, 4212], [4226, 4226], [4229, 4230], [4237, 4237], [4253, 4253], [4448, 4607], [4957, 4959], [5906, 5908], [5938, 5940], [5970, 5971], [6002, 6003], [6068, 6069], [6071, 6077], [6086, 6086], [6089, 6099], [6109, 6109], [6155, 6158], [6277, 6278], [6313, 6313], [6432, 6434], [6439, 6440], [6450, 6450], [6457, 6459], [6679, 6680], [6683, 6683], [6742, 6742], [6744, 6750], [6752, 6752], [6754, 6754], [6757, 6764], [6771, 6780], [6783, 6783], [6832, 6846], [6912, 6915], [6964, 6964], [6966, 6970], [6972, 6972], [6978, 6978], [7019, 7027], [7040, 7041], [7074, 7077], [7080, 7081], [7083, 7085], [7142, 7142], [7144, 7145], [7149, 7149], [7151, 7153], [7212, 7219], [7222, 7223], [7376, 7378], [7380, 7392], [7394, 7400], [7405, 7405], [7412, 7412], [7416, 7417], [7616, 7673], [7675, 7679], [8203, 8207], [8234, 8238], [8288, 8292], [8294, 8303], [8400, 8432], [11503, 11505], [11647, 11647], [11744, 11775], [12330, 12333], [12441, 12442], [42607, 42610], [42612, 42621], [42654, 42655], [42736, 42737], [43010, 43010], [43014, 43014], [43019, 43019], [43045, 43046], [43204, 43205], [43232, 43249], [43263, 43263], [43302, 43309], [43335, 43345], [43392, 43394], [43443, 43443], [43446, 43449], [43452, 43453], [43493, 43493], [43561, 43566], [43569, 43570], [43573, 43574], [43587, 43587], [43596, 43596], [43644, 43644], [43696, 43696], [43698, 43700], [43703, 43704], [43710, 43711], [43713, 43713], [43756, 43757], [43766, 43766], [44005, 44005], [44008, 44008], [44013, 44013], [64286, 64286], [65024, 65039], [65056, 65071], [65279, 65279], [65529, 65531]], h = [[66045, 66045], [66272, 66272], [66422, 66426], [68097, 68099], [68101, 68102], [68108, 68111], [68152, 68154], [68159, 68159], [68325, 68326], [68900, 68903], [69446, 69456], [69633, 69633], [69688, 69702], [69759, 69761], [69811, 69814], [69817, 69818], [69821, 69821], [69837, 69837], [69888, 69890], [69927, 69931], [69933, 69940], [70003, 70003], [70016, 70017], [70070, 70078], [70089, 70092], [70191, 70193], [70196, 70196], [70198, 70199], [70206, 70206], [70367, 70367], [70371, 70378], [70400, 70401], [70459, 70460], [70464, 70464], [70502, 70508], [70512, 70516], [70712, 70719], [70722, 70724], [70726, 70726], [70750, 70750], [70835, 70840], [70842, 70842], [70847, 70848], [70850, 70851], [71090, 71093], [71100, 71101], [71103, 71104], [71132, 71133], [71219, 71226], [71229, 71229], [71231, 71232], [71339, 71339], [71341, 71341], [71344, 71349], [71351, 71351], [71453, 71455], [71458, 71461], [71463, 71467], [71727, 71735], [71737, 71738], [72148, 72151], [72154, 72155], [72160, 72160], [72193, 72202], [72243, 72248], [72251, 72254], [72263, 72263], [72273, 72278], [72281, 72283], [72330, 72342], [72344, 72345], [72752, 72758], [72760, 72765], [72767, 72767], [72850, 72871], [72874, 72880], [72882, 72883], [72885, 72886], [73009, 73014], [73018, 73018], [73020, 73021], [73023, 73029], [73031, 73031], [73104, 73105], [73109, 73109], [73111, 73111], [73459, 73460], [78896, 78904], [92912, 92916], [92976, 92982], [94031, 94031], [94095, 94098], [113821, 113822], [113824, 113827], [119143, 119145], [119155, 119170], [119173, 119179], [119210, 119213], [119362, 119364], [121344, 121398], [121403, 121452], [121461, 121461], [121476, 121476], [121499, 121503], [121505, 121519], [122880, 122886], [122888, 122904], [122907, 122913], [122915, 122916], [122918, 122922], [123184, 123190], [123628, 123631], [125136, 125142], [125252, 125258], [917505, 917505], [917536, 917631], [917760, 917999]], a = [[4352, 4447], [8986, 8987], [9001, 9002], [9193, 9196], [9200, 9200], [9203, 9203], [9725, 9726], [9748, 9749], [9800, 9811], [9855, 9855], [9875, 9875], [9889, 9889], [9898, 9899], [9917, 9918], [9924, 9925], [9934, 9934], [9940, 9940], [9962, 9962], [9970, 9971], [9973, 9973], [9978, 9978], [9981, 9981], [9989, 9989], [9994, 9995], [10024, 10024], [10060, 10060], [10062, 10062], [10067, 10069], [10071, 10071], [10133, 10135], [10160, 10160], [10175, 10175], [11035, 11036], [11088, 11088], [11093, 11093], [11904, 11929], [11931, 12019], [12032, 12245], [12272, 12283], [12288, 12329], [12334, 12350], [12353, 12438], [12443, 12543], [12549, 12591], [12593, 12686], [12688, 12730], [12736, 12771], [12784, 12830], [12832, 12871], [12880, 19903], [19968, 42124], [42128, 42182], [43360, 43388], [44032, 55203], [63744, 64255], [65040, 65049], [65072, 65106], [65108, 65126], [65128, 65131], [65281, 65376], [65504, 65510]], d = [[94176, 94179], [94208, 100343], [100352, 101106], [110592, 110878], [110928, 110930], [110948, 110951], [110960, 111355], [126980, 126980], [127183, 127183], [127374, 127374], [127377, 127386], [127488, 127490], [127504, 127547], [127552, 127560], [127568, 127569], [127584, 127589], [127744, 127776], [127789, 127797], [127799, 127868], [127870, 127891], [127904, 127946], [127951, 127955], [127968, 127984], [127988, 127988], [127992, 128062], [128064, 128064], [128066, 128252], [128255, 128317], [128331, 128334], [128336, 128359], [128378, 128378], [128405, 128406], [128420, 128420], [128507, 128591], [128640, 128709], [128716, 128716], [128720, 128722], [128725, 128725], [128747, 128748], [128756, 128762], [128992, 129003], [129293, 129393], [129395, 129398], [129402, 129442], [129445, 129450], [129454, 129482], [129485, 129535], [129648, 129651], [129656, 129658], [129664, 129666], [129680, 129685], [131072, 196605], [196608, 262141]];
|
|
@@ -9543,10 +9543,10 @@ const n_ = "\x1B[48;5;224m\x1B[30m", s_ = "\x1B[47m\x1B[30m", oc = "\x1B[0m", o_
|
|
|
9543
9543
|
cursorBlink: !1,
|
|
9544
9544
|
theme: {
|
|
9545
9545
|
background: jf,
|
|
9546
|
-
foreground:
|
|
9546
|
+
foreground: Ss,
|
|
9547
9547
|
selectionBackground: $f,
|
|
9548
9548
|
cursor: qf,
|
|
9549
|
-
black:
|
|
9549
|
+
black: Ss
|
|
9550
9550
|
}
|
|
9551
9551
|
}, o = new t_.Terminal(i), p = ie(null), v = new r_.Unicode11Addon();
|
|
9552
9552
|
o.loadAddon(v), o.unicode.activeVersion = "11";
|
|
@@ -9555,7 +9555,7 @@ const n_ = "\x1B[48;5;224m\x1B[30m", s_ = "\x1B[47m\x1B[30m", oc = "\x1B[0m", o_
|
|
|
9555
9555
|
const s = $h(() => {
|
|
9556
9556
|
n.fit();
|
|
9557
9557
|
}, o_);
|
|
9558
|
-
|
|
9558
|
+
_a(p, () => {
|
|
9559
9559
|
s();
|
|
9560
9560
|
});
|
|
9561
9561
|
const c = (d) => {
|
|
@@ -9574,7 +9574,7 @@ const n_ = "\x1B[48;5;224m\x1B[30m", s_ = "\x1B[47m\x1B[30m", oc = "\x1B[0m", o_
|
|
|
9574
9574
|
return !0;
|
|
9575
9575
|
}), o.onWriteParsed(() => o.scrollToBottom());
|
|
9576
9576
|
const u = t, h = (d) => "error" in d ? `❌ ${n_}${d.error}${oc}` : "warning" in d ? `⚠️ ${s_}${d.warning}${oc}` : d.text;
|
|
9577
|
-
|
|
9577
|
+
Ze(() => {
|
|
9578
9578
|
o.open(p.value), u("console-created", {
|
|
9579
9579
|
write: (m) => o.write(h(m)),
|
|
9580
9580
|
writeln: (m) => o.writeln(h(m)),
|
|
@@ -9586,14 +9586,14 @@ const n_ = "\x1B[48;5;224m\x1B[30m", s_ = "\x1B[47m\x1B[30m", oc = "\x1B[0m", o_
|
|
|
9586
9586
|
}), ai(() => {
|
|
9587
9587
|
o == null || o.dispose();
|
|
9588
9588
|
});
|
|
9589
|
-
const a =
|
|
9589
|
+
const a = Fn();
|
|
9590
9590
|
return (d, m) => (V(), te("div", {
|
|
9591
9591
|
ref_key: "termRef",
|
|
9592
9592
|
ref: p,
|
|
9593
9593
|
class: Ee(["terminal", { "focus-painted": X(a) }])
|
|
9594
9594
|
}, null, 2));
|
|
9595
9595
|
}
|
|
9596
|
-
}), Py = /* @__PURE__ */ ve(a_, [["__scopeId", "data-v-f2366905"]]),
|
|
9596
|
+
}), Py = /* @__PURE__ */ ve(a_, [["__scopeId", "data-v-f2366905"]]), ns = {
|
|
9597
9597
|
name: "splitpanes",
|
|
9598
9598
|
emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
|
|
9599
9599
|
props: {
|
|
@@ -9972,7 +9972,7 @@ const m_ = { render: g_ }, v_ = Ce({
|
|
|
9972
9972
|
class: "menu"
|
|
9973
9973
|
};
|
|
9974
9974
|
function C_(e, t, r, i, o, p) {
|
|
9975
|
-
const v =
|
|
9975
|
+
const v = ot("MenuIcon"), n = ot("SubMenu");
|
|
9976
9976
|
return V(), te("div", S_, [
|
|
9977
9977
|
Z("div", y_, Fe(e.title), 1),
|
|
9978
9978
|
e.hasMenu ? (V(), te("div", b_, [
|
|
@@ -9989,7 +9989,7 @@ function C_(e, t, r, i, o, p) {
|
|
|
9989
9989
|
]);
|
|
9990
9990
|
}
|
|
9991
9991
|
const w_ = /* @__PURE__ */ ve(v_, [["render", C_], ["__scopeId", "data-v-c833ae37"]]), E_ = on({}), Lu = () => E_;
|
|
9992
|
-
var
|
|
9992
|
+
var ws = { exports: {} }, Es = { exports: {} }, pt = {}, Pe = {};
|
|
9993
9993
|
Pe.__esModule = !0;
|
|
9994
9994
|
Pe.extend = Tu;
|
|
9995
9995
|
Pe.indexOf = L_;
|
|
@@ -10016,17 +10016,17 @@ function Tu(e) {
|
|
|
10016
10016
|
Object.prototype.hasOwnProperty.call(arguments[t], r) && (e[r] = arguments[t][r]);
|
|
10017
10017
|
return e;
|
|
10018
10018
|
}
|
|
10019
|
-
var
|
|
10020
|
-
Pe.toString =
|
|
10021
|
-
var
|
|
10019
|
+
var Ca = Object.prototype.toString;
|
|
10020
|
+
Pe.toString = Ca;
|
|
10021
|
+
var ks = function(t) {
|
|
10022
10022
|
return typeof t == "function";
|
|
10023
10023
|
};
|
|
10024
|
-
|
|
10025
|
-
return typeof e == "function" &&
|
|
10024
|
+
ks(/x/) && (Pe.isFunction = ks = function(e) {
|
|
10025
|
+
return typeof e == "function" && Ca.call(e) === "[object Function]";
|
|
10026
10026
|
});
|
|
10027
|
-
Pe.isFunction =
|
|
10027
|
+
Pe.isFunction = ks;
|
|
10028
10028
|
var Mu = Array.isArray || function(e) {
|
|
10029
|
-
return e && typeof e == "object" ?
|
|
10029
|
+
return e && typeof e == "object" ? Ca.call(e) === "[object Array]" : !1;
|
|
10030
10030
|
};
|
|
10031
10031
|
Pe.isArray = Mu;
|
|
10032
10032
|
function L_(e, t) {
|
|
@@ -10060,7 +10060,7 @@ function x_(e, t) {
|
|
|
10060
10060
|
function A_(e, t) {
|
|
10061
10061
|
return (e ? e + "." : "") + t;
|
|
10062
10062
|
}
|
|
10063
|
-
var
|
|
10063
|
+
var Rs = { exports: {} };
|
|
10064
10064
|
(function(e, t) {
|
|
10065
10065
|
t.__esModule = !0;
|
|
10066
10066
|
var r = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
|
|
@@ -10082,8 +10082,8 @@ var Es = { exports: {} };
|
|
|
10082
10082
|
}
|
|
10083
10083
|
}
|
|
10084
10084
|
i.prototype = new Error(), t.default = i, e.exports = t.default;
|
|
10085
|
-
})(
|
|
10086
|
-
var Ct =
|
|
10085
|
+
})(Rs, Rs.exports);
|
|
10086
|
+
var Ct = Rs.exports, xr = {}, Ds = { exports: {} };
|
|
10087
10087
|
(function(e, t) {
|
|
10088
10088
|
t.__esModule = !0;
|
|
10089
10089
|
var r = Pe;
|
|
@@ -10103,8 +10103,8 @@ var Ct = Es.exports, xr = {}, ks = { exports: {} };
|
|
|
10103
10103
|
return n(o, p);
|
|
10104
10104
|
});
|
|
10105
10105
|
}, e.exports = t.default;
|
|
10106
|
-
})(
|
|
10107
|
-
var O_ =
|
|
10106
|
+
})(Ds, Ds.exports);
|
|
10107
|
+
var O_ = Ds.exports, Ps = { exports: {} };
|
|
10108
10108
|
(function(e, t) {
|
|
10109
10109
|
t.__esModule = !0;
|
|
10110
10110
|
function r(v) {
|
|
@@ -10143,8 +10143,8 @@ var O_ = ks.exports, Rs = { exports: {} };
|
|
|
10143
10143
|
return h === 0 && (a = u(this)), a;
|
|
10144
10144
|
});
|
|
10145
10145
|
}, e.exports = t.default;
|
|
10146
|
-
})(
|
|
10147
|
-
var B_ =
|
|
10146
|
+
})(Ps, Ps.exports);
|
|
10147
|
+
var B_ = Ps.exports, Ls = { exports: {} };
|
|
10148
10148
|
(function(e, t) {
|
|
10149
10149
|
t.__esModule = !0;
|
|
10150
10150
|
function r(p) {
|
|
@@ -10157,8 +10157,8 @@ var B_ = Rs.exports, Ds = { exports: {} };
|
|
|
10157
10157
|
throw new o.default('Missing helper: "' + arguments[arguments.length - 1].name + '"');
|
|
10158
10158
|
});
|
|
10159
10159
|
}, e.exports = t.default;
|
|
10160
|
-
})(
|
|
10161
|
-
var N_ =
|
|
10160
|
+
})(Ls, Ls.exports);
|
|
10161
|
+
var N_ = Ls.exports, Ts = { exports: {} };
|
|
10162
10162
|
(function(e, t) {
|
|
10163
10163
|
t.__esModule = !0;
|
|
10164
10164
|
function r(v) {
|
|
@@ -10180,8 +10180,8 @@ var N_ = Ds.exports, Ps = { exports: {} };
|
|
|
10180
10180
|
});
|
|
10181
10181
|
});
|
|
10182
10182
|
}, e.exports = t.default;
|
|
10183
|
-
})(
|
|
10184
|
-
var H_ =
|
|
10183
|
+
})(Ts, Ts.exports);
|
|
10184
|
+
var H_ = Ts.exports, Ms = { exports: {} };
|
|
10185
10185
|
(function(e, t) {
|
|
10186
10186
|
t.__esModule = !0, t.default = function(r) {
|
|
10187
10187
|
r.registerHelper("log", function() {
|
|
@@ -10191,16 +10191,16 @@ var H_ = Ps.exports, Ls = { exports: {} };
|
|
|
10191
10191
|
o.hash.level != null ? v = o.hash.level : o.data && o.data.level != null && (v = o.data.level), i[0] = v, r.log.apply(r, i);
|
|
10192
10192
|
});
|
|
10193
10193
|
}, e.exports = t.default;
|
|
10194
|
-
})(
|
|
10195
|
-
var F_ =
|
|
10194
|
+
})(Ms, Ms.exports);
|
|
10195
|
+
var F_ = Ms.exports, Is = { exports: {} };
|
|
10196
10196
|
(function(e, t) {
|
|
10197
10197
|
t.__esModule = !0, t.default = function(r) {
|
|
10198
10198
|
r.registerHelper("lookup", function(i, o, p) {
|
|
10199
10199
|
return i && p.lookupProperty(i, o);
|
|
10200
10200
|
});
|
|
10201
10201
|
}, e.exports = t.default;
|
|
10202
|
-
})(
|
|
10203
|
-
var j_ =
|
|
10202
|
+
})(Is, Is.exports);
|
|
10203
|
+
var j_ = Is.exports, xs = { exports: {} };
|
|
10204
10204
|
(function(e, t) {
|
|
10205
10205
|
t.__esModule = !0;
|
|
10206
10206
|
function r(v) {
|
|
@@ -10222,8 +10222,8 @@ var j_ = Ts.exports, Ms = { exports: {} };
|
|
|
10222
10222
|
});
|
|
10223
10223
|
});
|
|
10224
10224
|
}, e.exports = t.default;
|
|
10225
|
-
})(
|
|
10226
|
-
var W_ =
|
|
10225
|
+
})(xs, xs.exports);
|
|
10226
|
+
var W_ = xs.exports;
|
|
10227
10227
|
xr.__esModule = !0;
|
|
10228
10228
|
xr.registerDefaultHelpers = ig;
|
|
10229
10229
|
xr.moveHelperToHooks = rg;
|
|
@@ -10237,7 +10237,7 @@ function ig(e) {
|
|
|
10237
10237
|
function rg(e, t, r) {
|
|
10238
10238
|
e.helpers[t] && (e.hooks[t] = e.helpers[t], r || delete e.helpers[t]);
|
|
10239
10239
|
}
|
|
10240
|
-
var
|
|
10240
|
+
var wa = {}, As = { exports: {} };
|
|
10241
10241
|
(function(e, t) {
|
|
10242
10242
|
t.__esModule = !0;
|
|
10243
10243
|
var r = Pe;
|
|
@@ -10252,10 +10252,10 @@ var Ca = {}, Is = { exports: {} };
|
|
|
10252
10252
|
}), p.partials[n.args[0]] = n.fn, s;
|
|
10253
10253
|
});
|
|
10254
10254
|
}, e.exports = t.default;
|
|
10255
|
-
})(
|
|
10256
|
-
var ng =
|
|
10257
|
-
|
|
10258
|
-
|
|
10255
|
+
})(As, As.exports);
|
|
10256
|
+
var ng = As.exports;
|
|
10257
|
+
wa.__esModule = !0;
|
|
10258
|
+
wa.registerDefaultDecorators = cg;
|
|
10259
10259
|
function sg(e) {
|
|
10260
10260
|
return e && e.__esModule ? e : { default: e };
|
|
10261
10261
|
}
|
|
@@ -10263,7 +10263,7 @@ var og = ng, ag = sg(og);
|
|
|
10263
10263
|
function cg(e) {
|
|
10264
10264
|
ag.default(e);
|
|
10265
10265
|
}
|
|
10266
|
-
var
|
|
10266
|
+
var Os = { exports: {} };
|
|
10267
10267
|
(function(e, t) {
|
|
10268
10268
|
t.__esModule = !0;
|
|
10269
10269
|
var r = Pe, i = {
|
|
@@ -10289,10 +10289,10 @@ var xs = { exports: {} };
|
|
|
10289
10289
|
}
|
|
10290
10290
|
};
|
|
10291
10291
|
t.default = i, e.exports = t.default;
|
|
10292
|
-
})(
|
|
10293
|
-
var Iu =
|
|
10294
|
-
|
|
10295
|
-
|
|
10292
|
+
})(Os, Os.exports);
|
|
10293
|
+
var Iu = Os.exports, tr = {}, Ea = {};
|
|
10294
|
+
Ea.__esModule = !0;
|
|
10295
|
+
Ea.createNewLookupObject = ug;
|
|
10296
10296
|
var lg = Pe;
|
|
10297
10297
|
function ug() {
|
|
10298
10298
|
for (var e = arguments.length, t = Array(e), r = 0; r < e; r++)
|
|
@@ -10306,7 +10306,7 @@ tr.resetLoggedProperties = mg;
|
|
|
10306
10306
|
function hg(e) {
|
|
10307
10307
|
return e && e.__esModule ? e : { default: e };
|
|
10308
10308
|
}
|
|
10309
|
-
var ac =
|
|
10309
|
+
var ac = Ea, dg = Iu, fg = hg(dg), dn = /* @__PURE__ */ Object.create(null);
|
|
10310
10310
|
function pg(e) {
|
|
10311
10311
|
var t = /* @__PURE__ */ Object.create(null);
|
|
10312
10312
|
t.constructor = !1, t.__defineGetter__ = !1, t.__defineSetter__ = !1, t.__lookupGetter__ = !1;
|
|
@@ -10339,11 +10339,11 @@ function mg() {
|
|
|
10339
10339
|
});
|
|
10340
10340
|
}
|
|
10341
10341
|
pt.__esModule = !0;
|
|
10342
|
-
pt.HandlebarsEnvironment =
|
|
10342
|
+
pt.HandlebarsEnvironment = Bs;
|
|
10343
10343
|
function xu(e) {
|
|
10344
10344
|
return e && e.__esModule ? e : { default: e };
|
|
10345
10345
|
}
|
|
10346
|
-
var hi = Pe, vg = Ct,
|
|
10346
|
+
var hi = Pe, vg = Ct, ss = xu(vg), Sg = xr, yg = wa, bg = Iu, fn = xu(bg), Cg = tr, wg = "4.7.8";
|
|
10347
10347
|
pt.VERSION = wg;
|
|
10348
10348
|
var Eg = 8;
|
|
10349
10349
|
pt.COMPILER_REVISION = Eg;
|
|
@@ -10361,18 +10361,18 @@ var Rg = {
|
|
|
10361
10361
|
8: ">= 4.3.0"
|
|
10362
10362
|
};
|
|
10363
10363
|
pt.REVISION_CHANGES = Rg;
|
|
10364
|
-
var
|
|
10365
|
-
function
|
|
10364
|
+
var os = "[object Object]";
|
|
10365
|
+
function Bs(e, t, r) {
|
|
10366
10366
|
this.helpers = e || {}, this.partials = t || {}, this.decorators = r || {}, Sg.registerDefaultHelpers(this), yg.registerDefaultDecorators(this);
|
|
10367
10367
|
}
|
|
10368
|
-
|
|
10369
|
-
constructor:
|
|
10368
|
+
Bs.prototype = {
|
|
10369
|
+
constructor: Bs,
|
|
10370
10370
|
logger: fn.default,
|
|
10371
10371
|
log: fn.default.log,
|
|
10372
10372
|
registerHelper: function(t, r) {
|
|
10373
|
-
if (hi.toString.call(t) ===
|
|
10373
|
+
if (hi.toString.call(t) === os) {
|
|
10374
10374
|
if (r)
|
|
10375
|
-
throw new
|
|
10375
|
+
throw new ss.default("Arg not supported with multiple helpers");
|
|
10376
10376
|
hi.extend(this.helpers, t);
|
|
10377
10377
|
} else
|
|
10378
10378
|
this.helpers[t] = r;
|
|
@@ -10381,11 +10381,11 @@ As.prototype = {
|
|
|
10381
10381
|
delete this.helpers[t];
|
|
10382
10382
|
},
|
|
10383
10383
|
registerPartial: function(t, r) {
|
|
10384
|
-
if (hi.toString.call(t) ===
|
|
10384
|
+
if (hi.toString.call(t) === os)
|
|
10385
10385
|
hi.extend(this.partials, t);
|
|
10386
10386
|
else {
|
|
10387
10387
|
if (typeof r > "u")
|
|
10388
|
-
throw new
|
|
10388
|
+
throw new ss.default('Attempting to register a partial called "' + t + '" as undefined');
|
|
10389
10389
|
this.partials[t] = r;
|
|
10390
10390
|
}
|
|
10391
10391
|
},
|
|
@@ -10393,9 +10393,9 @@ As.prototype = {
|
|
|
10393
10393
|
delete this.partials[t];
|
|
10394
10394
|
},
|
|
10395
10395
|
registerDecorator: function(t, r) {
|
|
10396
|
-
if (hi.toString.call(t) ===
|
|
10396
|
+
if (hi.toString.call(t) === os) {
|
|
10397
10397
|
if (r)
|
|
10398
|
-
throw new
|
|
10398
|
+
throw new ss.default("Arg not supported with multiple decorators");
|
|
10399
10399
|
hi.extend(this.decorators, t);
|
|
10400
10400
|
} else
|
|
10401
10401
|
this.decorators[t] = r;
|
|
@@ -10415,7 +10415,7 @@ var Dg = fn.default.log;
|
|
|
10415
10415
|
pt.log = Dg;
|
|
10416
10416
|
pt.createFrame = hi.createFrame;
|
|
10417
10417
|
pt.logger = fn.default;
|
|
10418
|
-
var
|
|
10418
|
+
var Ns = { exports: {} };
|
|
10419
10419
|
(function(e, t) {
|
|
10420
10420
|
t.__esModule = !0;
|
|
10421
10421
|
function r(i) {
|
|
@@ -10424,10 +10424,10 @@ var Os = { exports: {} };
|
|
|
10424
10424
|
r.prototype.toString = r.prototype.toHTML = function() {
|
|
10425
10425
|
return "" + this.string;
|
|
10426
10426
|
}, t.default = r, e.exports = t.default;
|
|
10427
|
-
})(
|
|
10428
|
-
var Pg =
|
|
10429
|
-
|
|
10430
|
-
|
|
10427
|
+
})(Ns, Ns.exports);
|
|
10428
|
+
var Pg = Ns.exports, ci = {}, ka = {};
|
|
10429
|
+
ka.__esModule = !0;
|
|
10430
|
+
ka.wrapHelper = Lg;
|
|
10431
10431
|
function Lg(e, t) {
|
|
10432
10432
|
if (typeof e != "function")
|
|
10433
10433
|
return e;
|
|
@@ -10456,7 +10456,7 @@ function Mg(e) {
|
|
|
10456
10456
|
Object.prototype.hasOwnProperty.call(e, r) && (t[r] = e[r]);
|
|
10457
10457
|
return t.default = e, t;
|
|
10458
10458
|
}
|
|
10459
|
-
var Ig = Pe, jt = Mg(Ig), xg = Ct, Wt = Tg(xg), $t = pt, lc = xr, Ag =
|
|
10459
|
+
var Ig = Pe, jt = Mg(Ig), xg = Ct, Wt = Tg(xg), $t = pt, lc = xr, Ag = ka, uc = tr;
|
|
10460
10460
|
function Og(e) {
|
|
10461
10461
|
var t = e && e[0] || 1, r = $t.COMPILER_REVISION;
|
|
10462
10462
|
if (!(t >= $t.LAST_COMPATIBLE_COMPILER_REVISION && t <= $t.COMPILER_REVISION))
|
|
@@ -10617,7 +10617,7 @@ function Wg(e, t) {
|
|
|
10617
10617
|
return jt.extend({ lookupProperty: r }, i);
|
|
10618
10618
|
});
|
|
10619
10619
|
}
|
|
10620
|
-
var
|
|
10620
|
+
var Hs = { exports: {} };
|
|
10621
10621
|
(function(e, t) {
|
|
10622
10622
|
t.__esModule = !0, t.default = function(r) {
|
|
10623
10623
|
(function() {
|
|
@@ -10630,8 +10630,8 @@ var Bs = { exports: {} };
|
|
|
10630
10630
|
return globalThis.Handlebars === r && (globalThis.Handlebars = i), r;
|
|
10631
10631
|
};
|
|
10632
10632
|
}, e.exports = t.default;
|
|
10633
|
-
})(
|
|
10634
|
-
var Bu =
|
|
10633
|
+
})(Hs, Hs.exports);
|
|
10634
|
+
var Bu = Hs.exports;
|
|
10635
10635
|
(function(e, t) {
|
|
10636
10636
|
t.__esModule = !0;
|
|
10637
10637
|
function r(l) {
|
|
@@ -10655,8 +10655,8 @@ var Bu = Bs.exports;
|
|
|
10655
10655
|
}
|
|
10656
10656
|
var g = f();
|
|
10657
10657
|
g.create = f, y.default(g), g.default = g, t.default = g, e.exports = t.default;
|
|
10658
|
-
})(
|
|
10659
|
-
var $g =
|
|
10658
|
+
})(Es, Es.exports);
|
|
10659
|
+
var $g = Es.exports, Fs = { exports: {} };
|
|
10660
10660
|
(function(e, t) {
|
|
10661
10661
|
t.__esModule = !0;
|
|
10662
10662
|
var r = {
|
|
@@ -10679,8 +10679,8 @@ var $g = Cs.exports, Ns = { exports: {} };
|
|
|
10679
10679
|
}
|
|
10680
10680
|
};
|
|
10681
10681
|
t.default = r, e.exports = t.default;
|
|
10682
|
-
})(
|
|
10683
|
-
var Nu =
|
|
10682
|
+
})(Fs, Fs.exports);
|
|
10683
|
+
var Nu = Fs.exports, Ar = {}, js = { exports: {} };
|
|
10684
10684
|
(function(e, t) {
|
|
10685
10685
|
t.__esModule = !0;
|
|
10686
10686
|
var r = function() {
|
|
@@ -11170,8 +11170,8 @@ Expecting ` + M.join(", ") + ", got '" + (this.terminals_[_] || _) + "'" : O = "
|
|
|
11170
11170
|
return p.prototype = i, i.Parser = p, new p();
|
|
11171
11171
|
}();
|
|
11172
11172
|
t.default = r, e.exports = t.default;
|
|
11173
|
-
})(
|
|
11174
|
-
var qg =
|
|
11173
|
+
})(js, js.exports);
|
|
11174
|
+
var qg = js.exports, Ws = { exports: {} }, $s = { exports: {} };
|
|
11175
11175
|
(function(e, t) {
|
|
11176
11176
|
t.__esModule = !0;
|
|
11177
11177
|
function r(c) {
|
|
@@ -11262,8 +11262,8 @@ var qg = Hs.exports, Fs = { exports: {} }, js = { exports: {} };
|
|
|
11262
11262
|
this.acceptRequired(c, "name"), this.acceptArray(c.params), this.acceptKey(c, "hash");
|
|
11263
11263
|
}
|
|
11264
11264
|
t.default = p, e.exports = t.default;
|
|
11265
|
-
})(
|
|
11266
|
-
var Hu =
|
|
11265
|
+
})($s, $s.exports);
|
|
11266
|
+
var Hu = $s.exports;
|
|
11267
11267
|
(function(e, t) {
|
|
11268
11268
|
t.__esModule = !0;
|
|
11269
11269
|
function r(u) {
|
|
@@ -11345,8 +11345,8 @@ var Hu = js.exports;
|
|
|
11345
11345
|
}
|
|
11346
11346
|
}
|
|
11347
11347
|
t.default = p, e.exports = t.default;
|
|
11348
|
-
})(
|
|
11349
|
-
var zg =
|
|
11348
|
+
})(Ws, Ws.exports);
|
|
11349
|
+
var zg = Ws.exports, _t = {};
|
|
11350
11350
|
_t.__esModule = !0;
|
|
11351
11351
|
_t.SourceLocation = Kg;
|
|
11352
11352
|
_t.id = Gg;
|
|
@@ -11361,11 +11361,11 @@ _t.preparePartialBlock = im;
|
|
|
11361
11361
|
function Ug(e) {
|
|
11362
11362
|
return e && e.__esModule ? e : { default: e };
|
|
11363
11363
|
}
|
|
11364
|
-
var Vg = Ct,
|
|
11365
|
-
function
|
|
11364
|
+
var Vg = Ct, Ra = Ug(Vg);
|
|
11365
|
+
function Da(e, t) {
|
|
11366
11366
|
if (t = t.path ? t.path.original : t, e.path.original !== t) {
|
|
11367
11367
|
var r = { loc: e.path.loc };
|
|
11368
|
-
throw new
|
|
11368
|
+
throw new Ra.default(e.path.original + " doesn't match " + t, r);
|
|
11369
11369
|
}
|
|
11370
11370
|
}
|
|
11371
11371
|
function Kg(e, t) {
|
|
@@ -11395,7 +11395,7 @@ function Yg(e, t, r) {
|
|
|
11395
11395
|
var s = t[v].part, c = t[v].original !== s;
|
|
11396
11396
|
if (i += (t[v].separator || "") + s, !c && (s === ".." || s === "." || s === "this")) {
|
|
11397
11397
|
if (o.length > 0)
|
|
11398
|
-
throw new
|
|
11398
|
+
throw new Ra.default("Invalid path: " + i, { loc: r });
|
|
11399
11399
|
s === ".." && p++;
|
|
11400
11400
|
} else
|
|
11401
11401
|
o.push(s);
|
|
@@ -11422,7 +11422,7 @@ function Zg(e, t, r, i, o, p) {
|
|
|
11422
11422
|
};
|
|
11423
11423
|
}
|
|
11424
11424
|
function Qg(e, t, r, i) {
|
|
11425
|
-
|
|
11425
|
+
Da(e, r), i = this.locInfo(i);
|
|
11426
11426
|
var o = {
|
|
11427
11427
|
type: "Program",
|
|
11428
11428
|
body: t,
|
|
@@ -11442,13 +11442,13 @@ function Qg(e, t, r, i) {
|
|
|
11442
11442
|
};
|
|
11443
11443
|
}
|
|
11444
11444
|
function em(e, t, r, i, o, p) {
|
|
11445
|
-
i && i.path &&
|
|
11445
|
+
i && i.path && Da(e, i);
|
|
11446
11446
|
var v = /\*/.test(e.open);
|
|
11447
11447
|
t.blockParams = e.blockParams;
|
|
11448
11448
|
var n = void 0, s = void 0;
|
|
11449
11449
|
if (r) {
|
|
11450
11450
|
if (v)
|
|
11451
|
-
throw new
|
|
11451
|
+
throw new Ra.default("Unexpected inverse block on decorator", r);
|
|
11452
11452
|
r.chain && (r.program.body[0].closeStrip = i.strip), s = r.strip, n = r.program;
|
|
11453
11453
|
}
|
|
11454
11454
|
return o && (o = n, n = t, t = o), {
|
|
@@ -11487,7 +11487,7 @@ function tm(e, t) {
|
|
|
11487
11487
|
};
|
|
11488
11488
|
}
|
|
11489
11489
|
function im(e, t, r, i) {
|
|
11490
|
-
return
|
|
11490
|
+
return Da(e, r), {
|
|
11491
11491
|
type: "PartialBlockStatement",
|
|
11492
11492
|
name: e.path,
|
|
11493
11493
|
params: e.params,
|
|
@@ -11513,17 +11513,17 @@ function rm(e) {
|
|
|
11513
11513
|
function Fu(e) {
|
|
11514
11514
|
return e && e.__esModule ? e : { default: e };
|
|
11515
11515
|
}
|
|
11516
|
-
var nm = qg,
|
|
11517
|
-
Ar.parser =
|
|
11516
|
+
var nm = qg, qs = Fu(nm), sm = zg, om = Fu(sm), am = _t, cm = rm(am), lm = Pe;
|
|
11517
|
+
Ar.parser = qs.default;
|
|
11518
11518
|
var nn = {};
|
|
11519
11519
|
lm.extend(nn, cm);
|
|
11520
11520
|
function ju(e, t) {
|
|
11521
11521
|
if (e.type === "Program")
|
|
11522
11522
|
return e;
|
|
11523
|
-
|
|
11523
|
+
qs.default.yy = nn, nn.locInfo = function(i) {
|
|
11524
11524
|
return new nn.SourceLocation(t && t.srcName, i);
|
|
11525
11525
|
};
|
|
11526
|
-
var r =
|
|
11526
|
+
var r = qs.default.parse(e);
|
|
11527
11527
|
return r;
|
|
11528
11528
|
}
|
|
11529
11529
|
function um(e, t) {
|
|
@@ -11532,17 +11532,17 @@ function um(e, t) {
|
|
|
11532
11532
|
}
|
|
11533
11533
|
var Or = {};
|
|
11534
11534
|
Or.__esModule = !0;
|
|
11535
|
-
Or.Compiler =
|
|
11535
|
+
Or.Compiler = zs;
|
|
11536
11536
|
Or.precompile = pm;
|
|
11537
11537
|
Or.compile = _m;
|
|
11538
11538
|
function Wu(e) {
|
|
11539
11539
|
return e && e.__esModule ? e : { default: e };
|
|
11540
11540
|
}
|
|
11541
11541
|
var hm = Ct, pr = Wu(hm), vr = Pe, dm = Nu, ar = Wu(dm), fm = [].slice;
|
|
11542
|
-
function
|
|
11542
|
+
function zs() {
|
|
11543
11543
|
}
|
|
11544
|
-
|
|
11545
|
-
compiler:
|
|
11544
|
+
zs.prototype = {
|
|
11545
|
+
compiler: zs,
|
|
11546
11546
|
equals: function(t) {
|
|
11547
11547
|
var r = this.opcodes.length;
|
|
11548
11548
|
if (t.opcodes.length !== r)
|
|
@@ -11776,7 +11776,7 @@ function hc(e) {
|
|
|
11776
11776
|
};
|
|
11777
11777
|
}
|
|
11778
11778
|
}
|
|
11779
|
-
var
|
|
11779
|
+
var Us = { exports: {} }, Vs = { exports: {} }, cr = {}, as = {}, Zr = {}, Qr = {}, dc;
|
|
11780
11780
|
function gm() {
|
|
11781
11781
|
if (dc) return Qr;
|
|
11782
11782
|
dc = 1;
|
|
@@ -11820,7 +11820,7 @@ function qu() {
|
|
|
11820
11820
|
u.value = v(a), u.rest = c;
|
|
11821
11821
|
}, Zr;
|
|
11822
11822
|
}
|
|
11823
|
-
var
|
|
11823
|
+
var cs = {}, pc;
|
|
11824
11824
|
function Br() {
|
|
11825
11825
|
return pc || (pc = 1, function(e) {
|
|
11826
11826
|
function t(S, b, w) {
|
|
@@ -11948,11 +11948,11 @@ function Br() {
|
|
|
11948
11948
|
return v(b);
|
|
11949
11949
|
}
|
|
11950
11950
|
e.computeSourceURL = _;
|
|
11951
|
-
}(
|
|
11951
|
+
}(cs)), cs;
|
|
11952
11952
|
}
|
|
11953
|
-
var
|
|
11953
|
+
var ls = {}, _c;
|
|
11954
11954
|
function zu() {
|
|
11955
|
-
if (_c) return
|
|
11955
|
+
if (_c) return ls;
|
|
11956
11956
|
_c = 1;
|
|
11957
11957
|
var e = Br(), t = Object.prototype.hasOwnProperty, r = typeof Map < "u";
|
|
11958
11958
|
function i() {
|
|
@@ -11989,11 +11989,11 @@ function zu() {
|
|
|
11989
11989
|
throw new Error("No element indexed by " + p);
|
|
11990
11990
|
}, i.prototype.toArray = function() {
|
|
11991
11991
|
return this._array.slice();
|
|
11992
|
-
},
|
|
11992
|
+
}, ls.ArraySet = i, ls;
|
|
11993
11993
|
}
|
|
11994
|
-
var
|
|
11994
|
+
var us = {}, gc;
|
|
11995
11995
|
function mm() {
|
|
11996
|
-
if (gc) return
|
|
11996
|
+
if (gc) return us;
|
|
11997
11997
|
gc = 1;
|
|
11998
11998
|
var e = Br();
|
|
11999
11999
|
function t(i, o) {
|
|
@@ -12009,11 +12009,11 @@ function mm() {
|
|
|
12009
12009
|
t(this._last, o) ? (this._last = o, this._array.push(o)) : (this._sorted = !1, this._array.push(o));
|
|
12010
12010
|
}, r.prototype.toArray = function() {
|
|
12011
12011
|
return this._sorted || (this._array.sort(e.compareByGeneratedPositionsInflated), this._sorted = !0), this._array;
|
|
12012
|
-
},
|
|
12012
|
+
}, us.MappingList = r, us;
|
|
12013
12013
|
}
|
|
12014
12014
|
var mc;
|
|
12015
12015
|
function Uu() {
|
|
12016
|
-
if (mc) return
|
|
12016
|
+
if (mc) return as;
|
|
12017
12017
|
mc = 1;
|
|
12018
12018
|
var e = qu(), t = Br(), r = zu().ArraySet, i = mm().MappingList;
|
|
12019
12019
|
function o(p) {
|
|
@@ -12128,9 +12128,9 @@ function Uu() {
|
|
|
12128
12128
|
return this._file != null && (v.file = this._file), this._sourceRoot != null && (v.sourceRoot = this._sourceRoot), this._sourcesContents && (v.sourcesContent = this._generateSourcesContent(v.sources, v.sourceRoot)), v;
|
|
12129
12129
|
}, o.prototype.toString = function() {
|
|
12130
12130
|
return JSON.stringify(this.toJSON());
|
|
12131
|
-
},
|
|
12131
|
+
}, as.SourceMapGenerator = o, as;
|
|
12132
12132
|
}
|
|
12133
|
-
var lr = {},
|
|
12133
|
+
var lr = {}, hs = {}, vc;
|
|
12134
12134
|
function vm() {
|
|
12135
12135
|
return vc || (vc = 1, function(e) {
|
|
12136
12136
|
e.GREATEST_LOWER_BOUND = 1, e.LEAST_UPPER_BOUND = 2;
|
|
@@ -12155,11 +12155,11 @@ function vm() {
|
|
|
12155
12155
|
--n;
|
|
12156
12156
|
return n;
|
|
12157
12157
|
};
|
|
12158
|
-
}(
|
|
12158
|
+
}(hs)), hs;
|
|
12159
12159
|
}
|
|
12160
|
-
var
|
|
12160
|
+
var ds = {}, Sc;
|
|
12161
12161
|
function Sm() {
|
|
12162
|
-
if (Sc) return
|
|
12162
|
+
if (Sc) return ds;
|
|
12163
12163
|
Sc = 1;
|
|
12164
12164
|
function e(i, o, p) {
|
|
12165
12165
|
var v = i[o];
|
|
@@ -12179,9 +12179,9 @@ function Sm() {
|
|
|
12179
12179
|
r(i, o, p, h - 1), r(i, o, h + 1, v);
|
|
12180
12180
|
}
|
|
12181
12181
|
}
|
|
12182
|
-
return
|
|
12182
|
+
return ds.quickSort = function(i, o) {
|
|
12183
12183
|
r(i, o, 0, i.length - 1);
|
|
12184
|
-
},
|
|
12184
|
+
}, ds;
|
|
12185
12185
|
}
|
|
12186
12186
|
var yc;
|
|
12187
12187
|
function ym() {
|
|
@@ -12552,9 +12552,9 @@ function ym() {
|
|
|
12552
12552
|
o(this.__generatedMappings, e.compareByGeneratedPositionsDeflated), o(this.__originalMappings, e.compareByOriginalPositions);
|
|
12553
12553
|
}, lr.IndexedSourceMapConsumer = s, lr;
|
|
12554
12554
|
}
|
|
12555
|
-
var
|
|
12555
|
+
var fs = {}, bc;
|
|
12556
12556
|
function bm() {
|
|
12557
|
-
if (bc) return
|
|
12557
|
+
if (bc) return fs;
|
|
12558
12558
|
bc = 1;
|
|
12559
12559
|
var e = Uu().SourceMapGenerator, t = Br(), r = /(\r?\n)/, i = 10, o = "$$$isSourceNode$$$";
|
|
12560
12560
|
function p(v, n, s, c, u) {
|
|
@@ -12696,7 +12696,7 @@ function bm() {
|
|
|
12696
12696
|
}), this.walkSourceContents(function(y, f) {
|
|
12697
12697
|
c.setSourceContent(y, f);
|
|
12698
12698
|
}), { code: s.code, map: c };
|
|
12699
|
-
},
|
|
12699
|
+
}, fs.SourceNode = p, fs;
|
|
12700
12700
|
}
|
|
12701
12701
|
var Cc;
|
|
12702
12702
|
function Cm() {
|
|
@@ -12792,8 +12792,8 @@ function Cm() {
|
|
|
12792
12792
|
return c.prepend("["), c.add("]"), c;
|
|
12793
12793
|
}
|
|
12794
12794
|
}, t.default = v, e.exports = t.default;
|
|
12795
|
-
})(
|
|
12796
|
-
var wm =
|
|
12795
|
+
})(Vs, Vs.exports);
|
|
12796
|
+
var wm = Vs.exports;
|
|
12797
12797
|
(function(e, t) {
|
|
12798
12798
|
t.__esModule = !0;
|
|
12799
12799
|
function r(a) {
|
|
@@ -13304,8 +13304,8 @@ var wm = zs.exports;
|
|
|
13304
13304
|
return a ? [d.aliasable("container.strict"), "(", g, ", ", d.quotedString(m[y]), ", ", JSON.stringify(d.source.currentLocation), " )"] : g;
|
|
13305
13305
|
}
|
|
13306
13306
|
t.default = u, e.exports = t.default;
|
|
13307
|
-
})(
|
|
13308
|
-
var Em =
|
|
13307
|
+
})(Us, Us.exports);
|
|
13308
|
+
var Em = Us.exports;
|
|
13309
13309
|
(function(e, t) {
|
|
13310
13310
|
t.__esModule = !0;
|
|
13311
13311
|
function r(l) {
|
|
@@ -13322,15 +13322,15 @@ var Em = qs.exports;
|
|
|
13322
13322
|
}
|
|
13323
13323
|
var g = f();
|
|
13324
13324
|
g.create = f, m.default(g), g.Visitor = a.default, g.default = g, t.default = g, e.exports = t.default;
|
|
13325
|
-
})(
|
|
13326
|
-
var km =
|
|
13327
|
-
const wc = /* @__PURE__ */ Qp(km),
|
|
13325
|
+
})(ws, ws.exports);
|
|
13326
|
+
var km = ws.exports;
|
|
13327
|
+
const wc = /* @__PURE__ */ Qp(km), Pa = (e, t) => {
|
|
13328
13328
|
Object.entries(t).forEach(([r, i]) => {
|
|
13329
13329
|
e.style[r] = i;
|
|
13330
13330
|
});
|
|
13331
13331
|
}, Rm = (e) => {
|
|
13332
13332
|
const t = document.createElement("div"), r = 99;
|
|
13333
|
-
return t.innerText = e <= r ? e.toString() : "99+",
|
|
13333
|
+
return t.innerText = e <= r ? e.toString() : "99+", Pa(t, {
|
|
13334
13334
|
background: "var(--knime-masala)",
|
|
13335
13335
|
color: "var(--knime-white)",
|
|
13336
13336
|
fontSize: "13px",
|
|
@@ -13351,7 +13351,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13351
13351
|
const i = document.createElement("div");
|
|
13352
13352
|
i.innerText = r;
|
|
13353
13353
|
const o = `${Math.floor(100 / e.length)}%`;
|
|
13354
|
-
return
|
|
13354
|
+
return Pa(i, {
|
|
13355
13355
|
flex: o,
|
|
13356
13356
|
padding: "var(--space-4) var(--space-8)",
|
|
13357
13357
|
translate: "-var(--space-4)"
|
|
@@ -13362,7 +13362,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13362
13362
|
font: r
|
|
13363
13363
|
}) => {
|
|
13364
13364
|
const i = document.createElement("div");
|
|
13365
|
-
if (i.id = "drag-ghost",
|
|
13365
|
+
if (i.id = "drag-ghost", Pa(i, {
|
|
13366
13366
|
position: "absolute",
|
|
13367
13367
|
top: "-1000px",
|
|
13368
13368
|
width: "min-content",
|
|
@@ -13396,7 +13396,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13396
13396
|
}
|
|
13397
13397
|
})
|
|
13398
13398
|
};
|
|
13399
|
-
},
|
|
13399
|
+
}, Ks = Pm(), Lm = ie(!1), sn = () => Lm, Tm = { class: "top-card has-collapser" }, Mm = { class: "title" }, Im = { class: "port-icon-container" }, xm = {
|
|
13400
13400
|
key: 1,
|
|
13401
13401
|
viewBox: "-6 -6 12 12"
|
|
13402
13402
|
}, Am = ["draggable"], Om = {
|
|
@@ -13408,7 +13408,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13408
13408
|
}, jm = { class: "title" }, Wm = { class: "port-icon-container" }, $m = {
|
|
13409
13409
|
key: 1,
|
|
13410
13410
|
viewBox: "-6 -6 12 12"
|
|
13411
|
-
}, qm = ["draggable"],
|
|
13411
|
+
}, qm = ["draggable"], Gs = "input_output_drag_event", Js = "columnInsertion", zm = /* @__PURE__ */ Ce({
|
|
13412
13412
|
__name: "InputOutputItem",
|
|
13413
13413
|
props: {
|
|
13414
13414
|
inputOutputItem: {}
|
|
@@ -13421,7 +13421,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13421
13421
|
const p = wc.compile(
|
|
13422
13422
|
i.inputOutputItem.subItemCodeAliasTemplate ?? ""
|
|
13423
13423
|
), v = Lu();
|
|
13424
|
-
|
|
13424
|
+
ze(
|
|
13425
13425
|
() => v.selectedItem,
|
|
13426
13426
|
(b) => {
|
|
13427
13427
|
b !== i.inputOutputItem && o.resetSelection();
|
|
@@ -13447,7 +13447,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13447
13447
|
const E = p({
|
|
13448
13448
|
subItems: [(C = i.inputOutputItem.subItems) == null ? void 0 : C[w]]
|
|
13449
13449
|
});
|
|
13450
|
-
|
|
13450
|
+
Ks.getInsertionEventHelper(Js).handleInsertion({
|
|
13451
13451
|
textToInsert: E,
|
|
13452
13452
|
extraArgs: {
|
|
13453
13453
|
requiredImport: i.inputOutputItem.requiredImport
|
|
@@ -13456,7 +13456,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13456
13456
|
}, d = () => {
|
|
13457
13457
|
if (i.inputOutputItem.codeAlias) {
|
|
13458
13458
|
const b = i.inputOutputItem.codeAlias;
|
|
13459
|
-
|
|
13459
|
+
Ks.getInsertionEventHelper(Js).handleInsertion({
|
|
13460
13460
|
textToInsert: b,
|
|
13461
13461
|
extraArgs: {
|
|
13462
13462
|
requiredImport: i.inputOutputItem.requiredImport
|
|
@@ -13486,7 +13486,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13486
13486
|
});
|
|
13487
13487
|
(M = b.dataTransfer) == null || M.setDragImage(C, 0, 0);
|
|
13488
13488
|
const k = m();
|
|
13489
|
-
(O = b.dataTransfer) == null || O.setData("text", k), (D = b.dataTransfer) == null || D.setData("eventId",
|
|
13489
|
+
(O = b.dataTransfer) == null || O.setData("text", k), (D = b.dataTransfer) == null || D.setData("eventId", Gs);
|
|
13490
13490
|
}, f = () => {
|
|
13491
13491
|
kc();
|
|
13492
13492
|
}, g = ie(!1), l = (b, w) => {
|
|
@@ -13497,7 +13497,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13497
13497
|
numSelectedItems: 1,
|
|
13498
13498
|
font: "monospace"
|
|
13499
13499
|
});
|
|
13500
|
-
(C = b.dataTransfer) == null || C.setDragImage(E, 0, 0), (k = b.dataTransfer) == null || k.setData("text", w), (T = b.dataTransfer) == null || T.setData("eventId",
|
|
13500
|
+
(C = b.dataTransfer) == null || C.setDragImage(E, 0, 0), (k = b.dataTransfer) == null || k.setData("text", w), (T = b.dataTransfer) == null || T.setData("eventId", Gs);
|
|
13501
13501
|
}, _ = () => {
|
|
13502
13502
|
g.value = !1, kc();
|
|
13503
13503
|
}, S = sn();
|
|
@@ -13601,7 +13601,7 @@ const wc = /* @__PURE__ */ Qp(km), Da = (e, t) => {
|
|
|
13601
13601
|
}), Um = /* @__PURE__ */ ve(zm, [["__scopeId", "data-v-93e8e905"]]);
|
|
13602
13602
|
var Jl;
|
|
13603
13603
|
(Jl = document.fonts) == null || Jl.ready.then(() => {
|
|
13604
|
-
|
|
13604
|
+
at.editor.remeasureFonts();
|
|
13605
13605
|
});
|
|
13606
13606
|
const Vu = {
|
|
13607
13607
|
minimap: { enabled: !1 },
|
|
@@ -13633,8 +13633,8 @@ const Vu = {
|
|
|
13633
13633
|
if ("editorModel" in e)
|
|
13634
13634
|
return e.editorModel;
|
|
13635
13635
|
{
|
|
13636
|
-
const t =
|
|
13637
|
-
return
|
|
13636
|
+
const t = at.Uri.parse(`inmemory://model/${e.fileName}`);
|
|
13637
|
+
return at.editor.getModel(t) ?? at.editor.createModel("", e.language, t);
|
|
13638
13638
|
}
|
|
13639
13639
|
}, Ku = (e) => {
|
|
13640
13640
|
const t = ie(e.getValue());
|
|
@@ -13661,11 +13661,11 @@ const Vu = {
|
|
|
13661
13661
|
r.isAttachedToEditor() || r.dispose();
|
|
13662
13662
|
}, Gm = (e) => (t, r) => {
|
|
13663
13663
|
var o, p, v, n, s, c, u, h;
|
|
13664
|
-
if ((o = e.value) != null && o.getOption(
|
|
13664
|
+
if ((o = e.value) != null && o.getOption(at.editor.EditorOption.readOnly))
|
|
13665
13665
|
return;
|
|
13666
13666
|
const i = [];
|
|
13667
13667
|
r && !((v = (p = e.value) == null ? void 0 : p.getModel()) != null && v.getValue().includes(r)) && i.push({
|
|
13668
|
-
range: new
|
|
13668
|
+
range: new at.Selection(1, 1, 1, 1),
|
|
13669
13669
|
text: `${r}
|
|
13670
13670
|
`,
|
|
13671
13671
|
forceMoveMarkers: !0
|
|
@@ -13676,7 +13676,7 @@ const Vu = {
|
|
|
13676
13676
|
}), (c = (s = e.value) == null ? void 0 : s.getModel()) == null || c.pushEditOperations([], i, () => null), (h = (u = e.value) == null ? void 0 : u.getModel()) == null || h.pushStackElement();
|
|
13677
13677
|
}, Jm = (e) => (t) => {
|
|
13678
13678
|
var i, o, p, v, n, s;
|
|
13679
|
-
if ((i = e.value) != null && i.getOption(
|
|
13679
|
+
if ((i = e.value) != null && i.getOption(at.editor.EditorOption.readOnly))
|
|
13680
13680
|
return;
|
|
13681
13681
|
const r = [
|
|
13682
13682
|
{
|
|
@@ -13688,7 +13688,7 @@ const Vu = {
|
|
|
13688
13688
|
(v = (p = e.value) == null ? void 0 : p.getModel()) == null || v.pushEditOperations([], r, () => null), (s = (n = e.value) == null ? void 0 : n.getModel()) == null || s.pushStackElement();
|
|
13689
13689
|
}, Xm = (e) => (t, r) => {
|
|
13690
13690
|
var o, p;
|
|
13691
|
-
if ((o = e.value) != null && o.getOption(
|
|
13691
|
+
if ((o = e.value) != null && o.getOption(at.editor.EditorOption.readOnly))
|
|
13692
13692
|
return;
|
|
13693
13693
|
const i = (p = e.value) == null ? void 0 : p.getContribution(
|
|
13694
13694
|
"snippetController2"
|
|
@@ -13698,8 +13698,8 @@ const Vu = {
|
|
|
13698
13698
|
);
|
|
13699
13699
|
}, Xu = (e) => {
|
|
13700
13700
|
const t = Qi(), r = Km(e), i = ie(""), o = ie("");
|
|
13701
|
-
return
|
|
13702
|
-
Gu(e.container), t.value =
|
|
13701
|
+
return Ze(() => {
|
|
13702
|
+
Gu(e.container), t.value = at.editor.create(e.container.value, {
|
|
13703
13703
|
model: r,
|
|
13704
13704
|
...Vu,
|
|
13705
13705
|
...e.extraEditorOptions ?? {}
|
|
@@ -13724,26 +13724,26 @@ const Vu = {
|
|
|
13724
13724
|
...Ku(r)
|
|
13725
13725
|
};
|
|
13726
13726
|
}, Ym = (e) => {
|
|
13727
|
-
const t = Qi(), r = e.originalModel, i =
|
|
13727
|
+
const t = Qi(), r = e.originalModel, i = at.editor.createModel(
|
|
13728
13728
|
"",
|
|
13729
13729
|
r.getLanguageId(),
|
|
13730
|
-
|
|
13730
|
+
at.Uri.parse(`inmemory://model/${e.modifiedFileName}`)
|
|
13731
13731
|
), o = { original: r, modified: i };
|
|
13732
|
-
|
|
13733
|
-
Gu(e.container), t.value =
|
|
13732
|
+
Ze(() => {
|
|
13733
|
+
Gu(e.container), t.value = at.editor.createDiffEditor(e.container.value, {
|
|
13734
13734
|
...Vm,
|
|
13735
13735
|
...e.extraEditorOptions ?? {}
|
|
13736
13736
|
}), t.value.setModel(o);
|
|
13737
13737
|
}), ai(Ju(t, [r, i]));
|
|
13738
13738
|
const { text: p, setInitialText: v } = Ku(i);
|
|
13739
13739
|
return { editor: t, editorModel: o, modifiedText: p, setInitialModifiedText: v };
|
|
13740
|
-
}, Yu = Qi(),
|
|
13740
|
+
}, Yu = Qi(), jn = () => Yu, Zm = (e) => {
|
|
13741
13741
|
const t = Xu(e);
|
|
13742
13742
|
return Yu.value = t, t;
|
|
13743
13743
|
}, Qm = {
|
|
13744
13744
|
useCodeEditor: Xu,
|
|
13745
13745
|
useDiffEditor: Ym,
|
|
13746
|
-
useMainCodeEditorStore:
|
|
13746
|
+
useMainCodeEditorStore: jn
|
|
13747
13747
|
}, ev = /* @__PURE__ */ Ce({
|
|
13748
13748
|
__name: "InputOutputPane",
|
|
13749
13749
|
props: {
|
|
@@ -13759,10 +13759,10 @@ const Vu = {
|
|
|
13759
13759
|
y.setAttribute("tabindex", "-1");
|
|
13760
13760
|
});
|
|
13761
13761
|
}
|
|
13762
|
-
}, s =
|
|
13762
|
+
}, s = jn();
|
|
13763
13763
|
r("drop-event-handler-created", (d) => {
|
|
13764
13764
|
var y, f, g, l, _;
|
|
13765
|
-
if (((y = d.dataTransfer) == null ? void 0 : y.getData("eventId")) !==
|
|
13765
|
+
if (((y = d.dataTransfer) == null ? void 0 : y.getData("eventId")) !== Gs)
|
|
13766
13766
|
return;
|
|
13767
13767
|
const m = ((f = o.selectedItem) == null ? void 0 : f.requiredImport) ?? null;
|
|
13768
13768
|
if (m && !((g = s.value) != null && g.text.value.includes(m))) {
|
|
@@ -13770,7 +13770,7 @@ const Vu = {
|
|
|
13770
13770
|
var w, E;
|
|
13771
13771
|
S == null || S.dispose();
|
|
13772
13772
|
const b = {
|
|
13773
|
-
range: new
|
|
13773
|
+
range: new at.Range(1, 1, 1, 1),
|
|
13774
13774
|
text: `${m}
|
|
13775
13775
|
`,
|
|
13776
13776
|
forceMoveMarkers: !0
|
|
@@ -13784,7 +13784,7 @@ const Vu = {
|
|
|
13784
13784
|
}
|
|
13785
13785
|
delete o.selectedItem;
|
|
13786
13786
|
});
|
|
13787
|
-
const u =
|
|
13787
|
+
const u = Fn(), h = (d) => {
|
|
13788
13788
|
var m, y, f;
|
|
13789
13789
|
switch (d.key) {
|
|
13790
13790
|
case "ArrowDown":
|
|
@@ -13820,7 +13820,7 @@ const Vu = {
|
|
|
13820
13820
|
"aria-role": "menu",
|
|
13821
13821
|
onKeydown: h
|
|
13822
13822
|
}, [
|
|
13823
|
-
(V(!0), te(ht, null, Tt(i.inputOutputItems, (y, f) =>
|
|
13823
|
+
(V(!0), te(ht, null, Tt(i.inputOutputItems, (y, f) => nt((V(), ge(Um, {
|
|
13824
13824
|
key: y.name,
|
|
13825
13825
|
ref_for: !0,
|
|
13826
13826
|
ref_key: "selectableItems",
|
|
@@ -13878,9 +13878,10 @@ const ov = { render: sv }, av = { class: "settings-title" }, cv = { class: "arro
|
|
|
13878
13878
|
}
|
|
13879
13879
|
}), hv = /* @__PURE__ */ ve(uv, [["__scopeId", "data-v-afb50e89"]]), fi = class fi {
|
|
13880
13880
|
constructor() {
|
|
13881
|
-
|
|
13882
|
-
|
|
13883
|
-
this
|
|
13881
|
+
rt(this, "jsonDataService");
|
|
13882
|
+
rt(this, "dialogService");
|
|
13883
|
+
rt(this, "cachedInitialDataAndSettings", null);
|
|
13884
|
+
this.jsonDataService = yi.getInstance(), this.dialogService = Th.getInstance();
|
|
13884
13885
|
}
|
|
13885
13886
|
async loadDataIntoCache() {
|
|
13886
13887
|
this.cachedInitialDataAndSettings = await (await this.jsonDataService).initialData();
|
|
@@ -13889,7 +13890,7 @@ const ov = { render: sv }, av = { class: "settings-title" }, cv = { class: "arro
|
|
|
13889
13890
|
return this.cachedInitialDataAndSettings || await this.loadDataIntoCache(), this.cachedInitialDataAndSettings;
|
|
13890
13891
|
}
|
|
13891
13892
|
async registerApplyListener(t) {
|
|
13892
|
-
(await
|
|
13893
|
+
(await this.dialogService).setApplyListener(async () => {
|
|
13893
13894
|
const i = t();
|
|
13894
13895
|
try {
|
|
13895
13896
|
return await (await this.jsonDataService).applyData(i), { isApplied: !0 };
|
|
@@ -13898,17 +13899,24 @@ const ov = { render: sv }, av = { class: "settings-title" }, cv = { class: "arro
|
|
|
13898
13899
|
}
|
|
13899
13900
|
});
|
|
13900
13901
|
}
|
|
13902
|
+
async registerSettings(t) {
|
|
13903
|
+
const r = await this.dialogService;
|
|
13904
|
+
return (i) => r.registerSettings(t)({
|
|
13905
|
+
initialValue: i
|
|
13906
|
+
});
|
|
13907
|
+
}
|
|
13901
13908
|
static getInstance() {
|
|
13902
13909
|
return fi.instance || (fi.instance = new fi()), fi.instance;
|
|
13903
13910
|
}
|
|
13904
13911
|
};
|
|
13905
13912
|
// eslint-disable-next-line no-use-before-define
|
|
13906
|
-
|
|
13907
|
-
let
|
|
13908
|
-
const
|
|
13913
|
+
rt(fi, "instance");
|
|
13914
|
+
let Xs = fi;
|
|
13915
|
+
const pn = () => Xs.getInstance(), dv = ie(!1), fv = pn().getInitialDataAndSettings().then((e) => (dv.value = !0, e.settings)), pv = {
|
|
13909
13916
|
getSettings: () => fv,
|
|
13910
|
-
registerSettingsGetterForApply: (e) =>
|
|
13911
|
-
|
|
13917
|
+
registerSettingsGetterForApply: (e) => pn().registerApplyListener(e),
|
|
13918
|
+
registerSettings: (e) => pn().registerSettings(e)
|
|
13919
|
+
}, _n = () => pv, _v = { class: "editor-container" }, gv = /* @__PURE__ */ Ce({
|
|
13912
13920
|
__name: "MainEditorPane",
|
|
13913
13921
|
props: {
|
|
13914
13922
|
showControlBar: { type: Boolean },
|
|
@@ -13924,14 +13932,14 @@ const Pa = () => Gs.getInstance(), dv = ie(!1), fv = Pa().getInitialDataAndSetti
|
|
|
13924
13932
|
fileName: t.fileName,
|
|
13925
13933
|
language: t.language
|
|
13926
13934
|
});
|
|
13927
|
-
return
|
|
13935
|
+
return Ks.getInsertionEventHelper(Js).registerInsertionListener((o) => {
|
|
13928
13936
|
var p;
|
|
13929
13937
|
i.insertColumnReference(
|
|
13930
13938
|
o.textToInsert,
|
|
13931
13939
|
(p = o.extraArgs) == null ? void 0 : p.requiredImport
|
|
13932
13940
|
);
|
|
13933
|
-
}),
|
|
13934
|
-
|
|
13941
|
+
}), Ze(() => {
|
|
13942
|
+
_n().getSettings().then((o) => {
|
|
13935
13943
|
var p;
|
|
13936
13944
|
i.setInitialText(o.script), sn().value = o.settingsAreOverriddenByFlowVariable ?? !1, (p = i.editor.value) == null || p.updateOptions({
|
|
13937
13945
|
readOnly: sn().value,
|
|
@@ -13947,7 +13955,7 @@ const Pa = () => Gs.getInstance(), dv = ie(!1), fv = Pa().getInitialDataAndSetti
|
|
|
13947
13955
|
}), Wa("z", (o) => {
|
|
13948
13956
|
var v;
|
|
13949
13957
|
(navigator.userAgent.toLowerCase().includes("mac") ? o.metaKey : o.ctrlKey) && ((v = i.editor.value) == null || v.trigger("window", "undo", {}));
|
|
13950
|
-
}),
|
|
13958
|
+
}), _n().registerSettingsGetterForApply(
|
|
13951
13959
|
() => t.toSettings({ script: i.text.value ?? "" })
|
|
13952
13960
|
), (o, p) => (V(), te("div", _v, [
|
|
13953
13961
|
Z("div", {
|
|
@@ -14034,7 +14042,7 @@ function Yv(e, t) {
|
|
|
14034
14042
|
return V(), te("svg", Vv, [...Xv]);
|
|
14035
14043
|
}
|
|
14036
14044
|
const Zv = { render: Yv };
|
|
14037
|
-
var pe = {}, ki = {}, La = {},
|
|
14045
|
+
var pe = {}, ki = {}, La = {}, gn = {}, se = {}, je = {};
|
|
14038
14046
|
Object.defineProperty(je, "__esModule", { value: !0 });
|
|
14039
14047
|
je.stringArray = je.array = je.func = je.error = je.number = je.string = je.boolean = void 0;
|
|
14040
14048
|
function Qv(e) {
|
|
@@ -14068,13 +14076,13 @@ je.stringArray = r1;
|
|
|
14068
14076
|
Object.defineProperty(se, "__esModule", { value: !0 });
|
|
14069
14077
|
se.Message = se.NotificationType9 = se.NotificationType8 = se.NotificationType7 = se.NotificationType6 = se.NotificationType5 = se.NotificationType4 = se.NotificationType3 = se.NotificationType2 = se.NotificationType1 = se.NotificationType0 = se.NotificationType = se.RequestType9 = se.RequestType8 = se.RequestType7 = se.RequestType6 = se.RequestType5 = se.RequestType4 = se.RequestType3 = se.RequestType2 = se.RequestType1 = se.RequestType = se.RequestType0 = se.AbstractMessageSignature = se.ParameterStructures = se.ResponseError = se.ErrorCodes = void 0;
|
|
14070
14078
|
const di = je;
|
|
14071
|
-
var
|
|
14079
|
+
var Ys;
|
|
14072
14080
|
(function(e) {
|
|
14073
14081
|
e.ParseError = -32700, e.InvalidRequest = -32600, e.MethodNotFound = -32601, e.InvalidParams = -32602, e.InternalError = -32603, e.jsonrpcReservedErrorRangeStart = -32099, e.serverErrorStart = -32099, e.MessageWriteError = -32099, e.MessageReadError = -32098, e.PendingResponseRejected = -32097, e.ConnectionInactive = -32096, e.ServerNotInitialized = -32002, e.UnknownErrorCode = -32001, e.jsonrpcReservedErrorRangeEnd = -32e3, e.serverErrorEnd = -32e3;
|
|
14074
|
-
})(
|
|
14082
|
+
})(Ys || (se.ErrorCodes = Ys = {}));
|
|
14075
14083
|
class Ta extends Error {
|
|
14076
14084
|
constructor(t, r, i) {
|
|
14077
|
-
super(r), this.code = di.number(t) ? t :
|
|
14085
|
+
super(r), this.code = di.number(t) ? t : Ys.UnknownErrorCode, this.data = i, Object.setPrototypeOf(this, Ta.prototype);
|
|
14078
14086
|
}
|
|
14079
14087
|
toJson() {
|
|
14080
14088
|
const t = {
|
|
@@ -14274,10 +14282,10 @@ var Rc;
|
|
|
14274
14282
|
var zt = {}, Dc;
|
|
14275
14283
|
Object.defineProperty(zt, "__esModule", { value: !0 });
|
|
14276
14284
|
zt.LRUCache = zt.LinkedMap = zt.Touch = void 0;
|
|
14277
|
-
var
|
|
14285
|
+
var Ue;
|
|
14278
14286
|
(function(e) {
|
|
14279
14287
|
e.None = 0, e.First = 1, e.AsOld = e.First, e.Last = 2, e.AsNew = e.Last;
|
|
14280
|
-
})(
|
|
14288
|
+
})(Ue || (zt.Touch = Ue = {}));
|
|
14281
14289
|
class eh {
|
|
14282
14290
|
constructor() {
|
|
14283
14291
|
this[Dc] = "LinkedMap", this._map = /* @__PURE__ */ new Map(), this._head = void 0, this._tail = void 0, this._size = 0, this._state = 0;
|
|
@@ -14302,24 +14310,24 @@ class eh {
|
|
|
14302
14310
|
has(t) {
|
|
14303
14311
|
return this._map.has(t);
|
|
14304
14312
|
}
|
|
14305
|
-
get(t, r =
|
|
14313
|
+
get(t, r = Ue.None) {
|
|
14306
14314
|
const i = this._map.get(t);
|
|
14307
14315
|
if (i)
|
|
14308
|
-
return r !==
|
|
14316
|
+
return r !== Ue.None && this.touch(i, r), i.value;
|
|
14309
14317
|
}
|
|
14310
|
-
set(t, r, i =
|
|
14318
|
+
set(t, r, i = Ue.None) {
|
|
14311
14319
|
let o = this._map.get(t);
|
|
14312
14320
|
if (o)
|
|
14313
|
-
o.value = r, i !==
|
|
14321
|
+
o.value = r, i !== Ue.None && this.touch(o, i);
|
|
14314
14322
|
else {
|
|
14315
14323
|
switch (o = { key: t, value: r, next: void 0, previous: void 0 }, i) {
|
|
14316
|
-
case
|
|
14324
|
+
case Ue.None:
|
|
14317
14325
|
this.addItemLast(o);
|
|
14318
14326
|
break;
|
|
14319
|
-
case
|
|
14327
|
+
case Ue.First:
|
|
14320
14328
|
this.addItemFirst(o);
|
|
14321
14329
|
break;
|
|
14322
|
-
case
|
|
14330
|
+
case Ue.Last:
|
|
14323
14331
|
this.addItemLast(o);
|
|
14324
14332
|
break;
|
|
14325
14333
|
default:
|
|
@@ -14461,13 +14469,13 @@ class eh {
|
|
|
14461
14469
|
touch(t, r) {
|
|
14462
14470
|
if (!this._head || !this._tail)
|
|
14463
14471
|
throw new Error("Invalid list");
|
|
14464
|
-
if (!(r !==
|
|
14465
|
-
if (r ===
|
|
14472
|
+
if (!(r !== Ue.First && r !== Ue.Last)) {
|
|
14473
|
+
if (r === Ue.First) {
|
|
14466
14474
|
if (t === this._head)
|
|
14467
14475
|
return;
|
|
14468
14476
|
const i = t.next, o = t.previous;
|
|
14469
14477
|
t === this._tail ? (o.next = void 0, this._tail = o) : (i.previous = o, o.next = i), t.previous = void 0, t.next = this._head, this._head.previous = t, this._head = t, this._state++;
|
|
14470
|
-
} else if (r ===
|
|
14478
|
+
} else if (r === Ue.Last) {
|
|
14471
14479
|
if (t === this._tail)
|
|
14472
14480
|
return;
|
|
14473
14481
|
const i = t.next, o = t.previous;
|
|
@@ -14504,23 +14512,23 @@ class R1 extends eh {
|
|
|
14504
14512
|
set ratio(t) {
|
|
14505
14513
|
this._ratio = Math.min(Math.max(0, t), 1), this.checkTrim();
|
|
14506
14514
|
}
|
|
14507
|
-
get(t, r =
|
|
14515
|
+
get(t, r = Ue.AsNew) {
|
|
14508
14516
|
return super.get(t, r);
|
|
14509
14517
|
}
|
|
14510
14518
|
peek(t) {
|
|
14511
|
-
return super.get(t,
|
|
14519
|
+
return super.get(t, Ue.None);
|
|
14512
14520
|
}
|
|
14513
14521
|
set(t, r) {
|
|
14514
|
-
return super.set(t, r,
|
|
14522
|
+
return super.set(t, r, Ue.Last), this.checkTrim(), this;
|
|
14515
14523
|
}
|
|
14516
14524
|
checkTrim() {
|
|
14517
14525
|
this.size > this._limit && this.trimOld(Math.round(this._limit * this._ratio));
|
|
14518
14526
|
}
|
|
14519
14527
|
}
|
|
14520
14528
|
zt.LRUCache = R1;
|
|
14521
|
-
var
|
|
14522
|
-
Object.defineProperty(
|
|
14523
|
-
|
|
14529
|
+
var Wn = {};
|
|
14530
|
+
Object.defineProperty(Wn, "__esModule", { value: !0 });
|
|
14531
|
+
Wn.Disposable = void 0;
|
|
14524
14532
|
var Pc;
|
|
14525
14533
|
(function(e) {
|
|
14526
14534
|
function t(r) {
|
|
@@ -14529,24 +14537,24 @@ var Pc;
|
|
|
14529
14537
|
};
|
|
14530
14538
|
}
|
|
14531
14539
|
e.create = t;
|
|
14532
|
-
})(Pc || (
|
|
14540
|
+
})(Pc || (Wn.Disposable = Pc = {}));
|
|
14533
14541
|
var xt = {}, Vt = {};
|
|
14534
14542
|
Object.defineProperty(Vt, "__esModule", { value: !0 });
|
|
14535
|
-
let
|
|
14536
|
-
function
|
|
14537
|
-
if (
|
|
14543
|
+
let Zs;
|
|
14544
|
+
function Qs() {
|
|
14545
|
+
if (Zs === void 0)
|
|
14538
14546
|
throw new Error("No runtime abstraction layer installed");
|
|
14539
|
-
return
|
|
14547
|
+
return Zs;
|
|
14540
14548
|
}
|
|
14541
14549
|
(function(e) {
|
|
14542
14550
|
function t(r) {
|
|
14543
14551
|
if (r === void 0)
|
|
14544
14552
|
throw new Error("No runtime abstraction layer provided");
|
|
14545
|
-
|
|
14553
|
+
Zs = r;
|
|
14546
14554
|
}
|
|
14547
14555
|
e.install = t;
|
|
14548
|
-
})(
|
|
14549
|
-
Vt.default =
|
|
14556
|
+
})(Qs || (Qs = {}));
|
|
14557
|
+
Vt.default = Qs;
|
|
14550
14558
|
Object.defineProperty(xt, "__esModule", { value: !0 });
|
|
14551
14559
|
xt.Emitter = xt.Event = void 0;
|
|
14552
14560
|
const D1 = Vt;
|
|
@@ -14595,7 +14603,7 @@ class P1 {
|
|
|
14595
14603
|
this._callbacks = void 0, this._contexts = void 0;
|
|
14596
14604
|
}
|
|
14597
14605
|
}
|
|
14598
|
-
class
|
|
14606
|
+
class $n {
|
|
14599
14607
|
constructor(t) {
|
|
14600
14608
|
this._options = t;
|
|
14601
14609
|
}
|
|
@@ -14608,7 +14616,7 @@ class jn {
|
|
|
14608
14616
|
this._callbacks || (this._callbacks = new P1()), this._options && this._options.onFirstListenerAdd && this._callbacks.isEmpty() && this._options.onFirstListenerAdd(this), this._callbacks.add(t, r);
|
|
14609
14617
|
const o = {
|
|
14610
14618
|
dispose: () => {
|
|
14611
|
-
this._callbacks && (this._callbacks.remove(t, r), o.dispose =
|
|
14619
|
+
this._callbacks && (this._callbacks.remove(t, r), o.dispose = $n._noop, this._options && this._options.onLastListenerRemove && this._callbacks.isEmpty() && this._options.onLastListenerRemove(this));
|
|
14612
14620
|
}
|
|
14613
14621
|
};
|
|
14614
14622
|
return Array.isArray(i) && i.push(o), o;
|
|
@@ -14625,28 +14633,28 @@ class jn {
|
|
|
14625
14633
|
this._callbacks && (this._callbacks.dispose(), this._callbacks = void 0);
|
|
14626
14634
|
}
|
|
14627
14635
|
}
|
|
14628
|
-
xt.Emitter =
|
|
14629
|
-
|
|
14636
|
+
xt.Emitter = $n;
|
|
14637
|
+
$n._noop = function() {
|
|
14630
14638
|
};
|
|
14631
14639
|
var oi = {};
|
|
14632
14640
|
Object.defineProperty(oi, "__esModule", { value: !0 });
|
|
14633
14641
|
oi.CancellationTokenSource = oi.CancellationToken = void 0;
|
|
14634
|
-
const L1 = Vt, T1 = je,
|
|
14635
|
-
var
|
|
14642
|
+
const L1 = Vt, T1 = je, eo = xt;
|
|
14643
|
+
var mn;
|
|
14636
14644
|
(function(e) {
|
|
14637
14645
|
e.None = Object.freeze({
|
|
14638
14646
|
isCancellationRequested: !1,
|
|
14639
|
-
onCancellationRequested:
|
|
14647
|
+
onCancellationRequested: eo.Event.None
|
|
14640
14648
|
}), e.Cancelled = Object.freeze({
|
|
14641
14649
|
isCancellationRequested: !0,
|
|
14642
|
-
onCancellationRequested:
|
|
14650
|
+
onCancellationRequested: eo.Event.None
|
|
14643
14651
|
});
|
|
14644
14652
|
function t(r) {
|
|
14645
14653
|
const i = r;
|
|
14646
14654
|
return i && (i === e.None || i === e.Cancelled || T1.boolean(i.isCancellationRequested) && !!i.onCancellationRequested);
|
|
14647
14655
|
}
|
|
14648
14656
|
e.is = t;
|
|
14649
|
-
})(
|
|
14657
|
+
})(mn || (oi.CancellationToken = mn = {}));
|
|
14650
14658
|
const M1 = Object.freeze(function(e, t) {
|
|
14651
14659
|
const r = (0, L1.default)().timer.setTimeout(e.bind(t), 0);
|
|
14652
14660
|
return { dispose() {
|
|
@@ -14664,7 +14672,7 @@ class Tc {
|
|
|
14664
14672
|
return this._isCancelled;
|
|
14665
14673
|
}
|
|
14666
14674
|
get onCancellationRequested() {
|
|
14667
|
-
return this._isCancelled ? M1 : (this._emitter || (this._emitter = new
|
|
14675
|
+
return this._isCancelled ? M1 : (this._emitter || (this._emitter = new eo.Emitter()), this._emitter.event);
|
|
14668
14676
|
}
|
|
14669
14677
|
dispose() {
|
|
14670
14678
|
this._emitter && (this._emitter.dispose(), this._emitter = void 0);
|
|
@@ -14675,10 +14683,10 @@ class I1 {
|
|
|
14675
14683
|
return this._token || (this._token = new Tc()), this._token;
|
|
14676
14684
|
}
|
|
14677
14685
|
cancel() {
|
|
14678
|
-
this._token ? this._token.cancel() : this._token =
|
|
14686
|
+
this._token ? this._token.cancel() : this._token = mn.Cancelled;
|
|
14679
14687
|
}
|
|
14680
14688
|
dispose() {
|
|
14681
|
-
this._token ? this._token instanceof Tc && this._token.dispose() : this._token =
|
|
14689
|
+
this._token ? this._token instanceof Tc && this._token.dispose() : this._token = mn.None;
|
|
14682
14690
|
}
|
|
14683
14691
|
}
|
|
14684
14692
|
oi.CancellationTokenSource = I1;
|
|
@@ -14787,7 +14795,7 @@ class F1 {
|
|
|
14787
14795
|
Nr.Semaphore = F1;
|
|
14788
14796
|
Object.defineProperty(Yt, "__esModule", { value: !0 });
|
|
14789
14797
|
Yt.ReadableStreamMessageReader = Yt.AbstractMessageReader = Yt.MessageReader = void 0;
|
|
14790
|
-
const
|
|
14798
|
+
const to = Vt, Li = je, ps = xt, j1 = Nr;
|
|
14791
14799
|
var Mc;
|
|
14792
14800
|
(function(e) {
|
|
14793
14801
|
function t(r) {
|
|
@@ -14798,7 +14806,7 @@ var Mc;
|
|
|
14798
14806
|
})(Mc || (Yt.MessageReader = Mc = {}));
|
|
14799
14807
|
class th {
|
|
14800
14808
|
constructor() {
|
|
14801
|
-
this.errorEmitter = new
|
|
14809
|
+
this.errorEmitter = new ps.Emitter(), this.closeEmitter = new ps.Emitter(), this.partialMessageEmitter = new ps.Emitter();
|
|
14802
14810
|
}
|
|
14803
14811
|
dispose() {
|
|
14804
14812
|
this.errorEmitter.dispose(), this.closeEmitter.dispose();
|
|
@@ -14826,7 +14834,7 @@ class th {
|
|
|
14826
14834
|
}
|
|
14827
14835
|
}
|
|
14828
14836
|
Yt.AbstractMessageReader = th;
|
|
14829
|
-
var
|
|
14837
|
+
var io;
|
|
14830
14838
|
(function(e) {
|
|
14831
14839
|
function t(r) {
|
|
14832
14840
|
let i, o;
|
|
@@ -14843,13 +14851,13 @@ var to;
|
|
|
14843
14851
|
for (const s of r.contentTypeDecoders)
|
|
14844
14852
|
n.set(s.name, s);
|
|
14845
14853
|
}
|
|
14846
|
-
return v === void 0 && (v = (0,
|
|
14854
|
+
return v === void 0 && (v = (0, to.default)().applicationJson.decoder, n.set(v.name, v)), { charset: i, contentDecoder: o, contentDecoders: p, contentTypeDecoder: v, contentTypeDecoders: n };
|
|
14847
14855
|
}
|
|
14848
14856
|
e.fromOptions = t;
|
|
14849
|
-
})(
|
|
14857
|
+
})(io || (io = {}));
|
|
14850
14858
|
class W1 extends th {
|
|
14851
14859
|
constructor(t, r) {
|
|
14852
|
-
super(), this.readable = t, this.options =
|
|
14860
|
+
super(), this.readable = t, this.options = io.fromOptions(r), this.buffer = (0, to.default)().messageBuffer.create(this.options.charset), this._partialMessageTimeout = 1e4, this.nextMessageLength = -1, this.messageToken = 0, this.readSemaphore = new j1.Semaphore(1);
|
|
14853
14861
|
}
|
|
14854
14862
|
set partialMessageTimeout(t) {
|
|
14855
14863
|
this._partialMessageTimeout = t;
|
|
@@ -14904,7 +14912,7 @@ ${JSON.stringify(Object.fromEntries(i))}`));
|
|
|
14904
14912
|
this.partialMessageTimer && (this.partialMessageTimer.dispose(), this.partialMessageTimer = void 0);
|
|
14905
14913
|
}
|
|
14906
14914
|
setPartialMessageTimer() {
|
|
14907
|
-
this.clearPartialMessageTimer(), !(this._partialMessageTimeout <= 0) && (this.partialMessageTimer = (0,
|
|
14915
|
+
this.clearPartialMessageTimer(), !(this._partialMessageTimeout <= 0) && (this.partialMessageTimer = (0, to.default)().timer.setTimeout((t, r) => {
|
|
14908
14916
|
this.partialMessageTimer = void 0, t === this.messageToken && (this.firePartialMessage({ messageToken: t, waitingTime: r }), this.setPartialMessageTimer());
|
|
14909
14917
|
}, this._partialMessageTimeout, this.messageToken, this._partialMessageTimeout));
|
|
14910
14918
|
}
|
|
@@ -14947,16 +14955,16 @@ class ih {
|
|
|
14947
14955
|
}
|
|
14948
14956
|
}
|
|
14949
14957
|
Zt.AbstractMessageWriter = ih;
|
|
14950
|
-
var
|
|
14958
|
+
var ro;
|
|
14951
14959
|
(function(e) {
|
|
14952
14960
|
function t(r) {
|
|
14953
14961
|
return r === void 0 || typeof r == "string" ? { charset: r ?? "utf-8", contentTypeEncoder: (0, Ic.default)().applicationJson.encoder } : { charset: r.charset ?? "utf-8", contentEncoder: r.contentEncoder, contentTypeEncoder: r.contentTypeEncoder ?? (0, Ic.default)().applicationJson.encoder };
|
|
14954
14962
|
}
|
|
14955
14963
|
e.fromOptions = t;
|
|
14956
|
-
})(
|
|
14964
|
+
})(ro || (ro = {}));
|
|
14957
14965
|
class z1 extends ih {
|
|
14958
14966
|
constructor(t, r) {
|
|
14959
|
-
super(), this.writable = t, this.options =
|
|
14967
|
+
super(), this.writable = t, this.options = ro.fromOptions(r), this.errorCount = 0, this.writeSemaphore = new $1.Semaphore(1), this.writable.onError((i) => this.fireError(i)), this.writable.onClose(() => this.fireClose());
|
|
14960
14968
|
}
|
|
14961
14969
|
async write(t) {
|
|
14962
14970
|
return this.writeSemaphore.lock(async () => this.options.contentTypeEncoder.encode(t, this.options).then((i) => this.options.contentEncoder !== void 0 ? this.options.contentEncoder.encode(i) : i).then((i) => {
|
|
@@ -14981,9 +14989,9 @@ class z1 extends ih {
|
|
|
14981
14989
|
}
|
|
14982
14990
|
}
|
|
14983
14991
|
Zt.WriteableStreamMessageWriter = z1;
|
|
14984
|
-
var
|
|
14985
|
-
Object.defineProperty(
|
|
14986
|
-
|
|
14992
|
+
var qn = {};
|
|
14993
|
+
Object.defineProperty(qn, "__esModule", { value: !0 });
|
|
14994
|
+
qn.AbstractMessageBuffer = void 0;
|
|
14987
14995
|
const U1 = 13, V1 = 10, K1 = `\r
|
|
14988
14996
|
`;
|
|
14989
14997
|
class G1 {
|
|
@@ -15084,7 +15092,7 @@ ${u}`);
|
|
|
15084
15092
|
return r;
|
|
15085
15093
|
}
|
|
15086
15094
|
}
|
|
15087
|
-
|
|
15095
|
+
qn.AbstractMessageBuffer = G1;
|
|
15088
15096
|
var rh = {};
|
|
15089
15097
|
(function(e) {
|
|
15090
15098
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.createMessageConnection = e.ConnectionOptions = e.MessageStrategy = e.CancellationStrategy = e.CancellationSenderStrategy = e.CancellationReceiverStrategy = e.RequestCancellationReceiverStrategy = e.IdCancellationReceiverStrategy = e.ConnectionStrategy = e.ConnectionError = e.ConnectionErrors = e.LogTraceNotification = e.SetTraceNotification = e.TraceFormat = e.TraceValues = e.Trace = e.NullLogger = e.ProgressType = e.ProgressToken = void 0;
|
|
@@ -15305,13 +15313,13 @@ var rh = {};
|
|
|
15305
15313
|
function Ht() {
|
|
15306
15314
|
return me === M.Listening;
|
|
15307
15315
|
}
|
|
15308
|
-
function
|
|
15316
|
+
function Qe() {
|
|
15309
15317
|
return me === M.Closed;
|
|
15310
15318
|
}
|
|
15311
|
-
function
|
|
15319
|
+
function et() {
|
|
15312
15320
|
return me === M.Disposed;
|
|
15313
15321
|
}
|
|
15314
|
-
function
|
|
15322
|
+
function tt() {
|
|
15315
15323
|
(me === M.New || me === M.Listening) && (me = M.Closed, ae.fire(void 0));
|
|
15316
15324
|
}
|
|
15317
15325
|
function Rt(x) {
|
|
@@ -15320,7 +15328,7 @@ var rh = {};
|
|
|
15320
15328
|
function we(x) {
|
|
15321
15329
|
Oe.fire(x);
|
|
15322
15330
|
}
|
|
15323
|
-
D.onClose(
|
|
15331
|
+
D.onClose(tt), D.onError(Rt), N.onClose(tt), N.onError(we);
|
|
15324
15332
|
function li() {
|
|
15325
15333
|
H || P.size === 0 || (H = (0, t.default)().timer.setImmediate(() => {
|
|
15326
15334
|
H = void 0, Hr();
|
|
@@ -15364,7 +15372,7 @@ var rh = {};
|
|
|
15364
15372
|
}
|
|
15365
15373
|
};
|
|
15366
15374
|
function jr(x) {
|
|
15367
|
-
if (
|
|
15375
|
+
if (et())
|
|
15368
15376
|
return;
|
|
15369
15377
|
function z(Se, Te, ye) {
|
|
15370
15378
|
const We = {
|
|
@@ -15434,7 +15442,7 @@ var rh = {};
|
|
|
15434
15442
|
ee(new i.ResponseError(i.ErrorCodes.MethodNotFound, `Unhandled method ${x.method}`), x.method, He);
|
|
15435
15443
|
}
|
|
15436
15444
|
function Wr(x) {
|
|
15437
|
-
if (!
|
|
15445
|
+
if (!et())
|
|
15438
15446
|
if (x.id === null)
|
|
15439
15447
|
x.error ? q.error(`Received response message without id: Error is:
|
|
15440
15448
|
${JSON.stringify(x.error, void 0, 4)}`) : q.error("Received response message without id. No further error information provided.");
|
|
@@ -15457,7 +15465,7 @@ ${JSON.stringify(x.error, void 0, 4)}`) : q.error("Received response message wit
|
|
|
15457
15465
|
}
|
|
15458
15466
|
}
|
|
15459
15467
|
function $r(x) {
|
|
15460
|
-
if (
|
|
15468
|
+
if (et())
|
|
15461
15469
|
return;
|
|
15462
15470
|
let z, ee;
|
|
15463
15471
|
if (x.method === n.type.method) {
|
|
@@ -15597,9 +15605,9 @@ ${JSON.stringify(x, null, 4)}`);
|
|
|
15597
15605
|
ue.log(ee);
|
|
15598
15606
|
}
|
|
15599
15607
|
function Kt() {
|
|
15600
|
-
if (Ze())
|
|
15601
|
-
throw new l(g.Closed, "Connection is closed.");
|
|
15602
15608
|
if (Qe())
|
|
15609
|
+
throw new l(g.Closed, "Connection is closed.");
|
|
15610
|
+
if (et())
|
|
15603
15611
|
throw new l(g.Disposed, "Connection is disposed.");
|
|
15604
15612
|
}
|
|
15605
15613
|
function Gr() {
|
|
@@ -15781,7 +15789,7 @@ ${JSON.stringify(x, null, 4)}`);
|
|
|
15781
15789
|
hasPendingResponse: () => K.size > 0,
|
|
15782
15790
|
trace: async (x, z, ee) => {
|
|
15783
15791
|
let ne = !1, Le = m.Text;
|
|
15784
|
-
ee !== void 0 && (r.boolean(ee) ? ne = ee : (ne = ee.sendNotification || !1, Le = ee.traceFormat || m.Text)), J = x, le = Le, J === a.Off ? ue = void 0 : ue = z, ne && !
|
|
15792
|
+
ee !== void 0 && (r.boolean(ee) ? ne = ee : (ne = ee.sendNotification || !1, Le = ee.traceFormat || m.Text)), J = x, le = Le, J === a.Off ? ue = void 0 : ue = z, ne && !Qe() && !et() && await ce.sendNotification(y.type, { value: a.toString(x) });
|
|
15785
15793
|
},
|
|
15786
15794
|
onError: Oe.event,
|
|
15787
15795
|
onClose: ae.event,
|
|
@@ -15791,7 +15799,7 @@ ${JSON.stringify(x, null, 4)}`);
|
|
|
15791
15799
|
N.end();
|
|
15792
15800
|
},
|
|
15793
15801
|
dispose: () => {
|
|
15794
|
-
if (
|
|
15802
|
+
if (et())
|
|
15795
15803
|
return;
|
|
15796
15804
|
me = M.Disposed, Nt.fire(void 0);
|
|
15797
15805
|
const x = new i.ResponseError(i.ErrorCodes.PendingResponseRejected, "Pending response rejected since connection got disposed");
|
|
@@ -15882,7 +15890,7 @@ ${JSON.stringify(x, null, 4)}`);
|
|
|
15882
15890
|
} }), Object.defineProperty(e, "Touch", { enumerable: !0, get: function() {
|
|
15883
15891
|
return r.Touch;
|
|
15884
15892
|
} });
|
|
15885
|
-
const i =
|
|
15893
|
+
const i = Wn;
|
|
15886
15894
|
Object.defineProperty(e, "Disposable", { enumerable: !0, get: function() {
|
|
15887
15895
|
return i.Disposable;
|
|
15888
15896
|
} });
|
|
@@ -15920,7 +15928,7 @@ ${JSON.stringify(x, null, 4)}`);
|
|
|
15920
15928
|
} }), Object.defineProperty(e, "WriteableStreamMessageWriter", { enumerable: !0, get: function() {
|
|
15921
15929
|
return s.WriteableStreamMessageWriter;
|
|
15922
15930
|
} });
|
|
15923
|
-
const c =
|
|
15931
|
+
const c = qn;
|
|
15924
15932
|
Object.defineProperty(e, "AbstractMessageBuffer", { enumerable: !0, get: function() {
|
|
15925
15933
|
return c.AbstractMessageBuffer;
|
|
15926
15934
|
} });
|
|
@@ -15962,15 +15970,15 @@ ${JSON.stringify(x, null, 4)}`);
|
|
|
15962
15970
|
} });
|
|
15963
15971
|
const h = Vt;
|
|
15964
15972
|
e.RAL = h.default;
|
|
15965
|
-
})(
|
|
15973
|
+
})(gn);
|
|
15966
15974
|
Object.defineProperty(La, "__esModule", { value: !0 });
|
|
15967
|
-
const Pt =
|
|
15968
|
-
class
|
|
15975
|
+
const Pt = gn;
|
|
15976
|
+
class zn extends Pt.AbstractMessageBuffer {
|
|
15969
15977
|
constructor(t = "utf-8") {
|
|
15970
15978
|
super(t), this.asciiDecoder = new TextDecoder("ascii");
|
|
15971
15979
|
}
|
|
15972
15980
|
emptyBuffer() {
|
|
15973
|
-
return
|
|
15981
|
+
return zn.emptyBuffer;
|
|
15974
15982
|
}
|
|
15975
15983
|
fromString(t, r) {
|
|
15976
15984
|
return new TextEncoder().encode(t);
|
|
@@ -15985,7 +15993,7 @@ class $n extends Pt.AbstractMessageBuffer {
|
|
|
15985
15993
|
return new Uint8Array(t);
|
|
15986
15994
|
}
|
|
15987
15995
|
}
|
|
15988
|
-
|
|
15996
|
+
zn.emptyBuffer = new Uint8Array(0);
|
|
15989
15997
|
class J1 {
|
|
15990
15998
|
constructor(t) {
|
|
15991
15999
|
this.socket = t, this._onData = new Pt.Emitter(), this._messageListener = (r) => {
|
|
@@ -16037,7 +16045,7 @@ class X1 {
|
|
|
16037
16045
|
}
|
|
16038
16046
|
const Y1 = new TextEncoder(), nh = Object.freeze({
|
|
16039
16047
|
messageBuffer: Object.freeze({
|
|
16040
|
-
create: (e) => new
|
|
16048
|
+
create: (e) => new zn(e)
|
|
16041
16049
|
}),
|
|
16042
16050
|
applicationJson: Object.freeze({
|
|
16043
16051
|
encoder: Object.freeze({
|
|
@@ -16077,7 +16085,7 @@ const Y1 = new TextEncoder(), nh = Object.freeze({
|
|
|
16077
16085
|
}
|
|
16078
16086
|
})
|
|
16079
16087
|
});
|
|
16080
|
-
function
|
|
16088
|
+
function no() {
|
|
16081
16089
|
return nh;
|
|
16082
16090
|
}
|
|
16083
16091
|
(function(e) {
|
|
@@ -16085,10 +16093,10 @@ function ro() {
|
|
|
16085
16093
|
Pt.RAL.install(nh);
|
|
16086
16094
|
}
|
|
16087
16095
|
e.install = t;
|
|
16088
|
-
})(
|
|
16089
|
-
La.default =
|
|
16096
|
+
})(no || (no = {}));
|
|
16097
|
+
La.default = no;
|
|
16090
16098
|
(function(e) {
|
|
16091
|
-
var t =
|
|
16099
|
+
var t = st && st.__createBinding || (Object.create ? function(s, c, u, h) {
|
|
16092
16100
|
h === void 0 && (h = u);
|
|
16093
16101
|
var a = Object.getOwnPropertyDescriptor(c, u);
|
|
16094
16102
|
(!a || ("get" in a ? !c.__esModule : a.writable || a.configurable)) && (a = { enumerable: !0, get: function() {
|
|
@@ -16096,12 +16104,12 @@ La.default = ro;
|
|
|
16096
16104
|
} }), Object.defineProperty(s, h, a);
|
|
16097
16105
|
} : function(s, c, u, h) {
|
|
16098
16106
|
h === void 0 && (h = u), s[h] = c[u];
|
|
16099
|
-
}), r =
|
|
16107
|
+
}), r = st && st.__exportStar || function(s, c) {
|
|
16100
16108
|
for (var u in s) u !== "default" && !Object.prototype.hasOwnProperty.call(c, u) && t(c, s, u);
|
|
16101
16109
|
};
|
|
16102
16110
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.createMessageConnection = e.BrowserMessageWriter = e.BrowserMessageReader = void 0, La.default.install();
|
|
16103
|
-
const o =
|
|
16104
|
-
r(
|
|
16111
|
+
const o = gn;
|
|
16112
|
+
r(gn, e);
|
|
16105
16113
|
class p extends o.AbstractMessageReader {
|
|
16106
16114
|
constructor(c) {
|
|
16107
16115
|
super(), this._onData = new o.Emitter(), this._messageListener = (u) => {
|
|
@@ -16136,28 +16144,28 @@ La.default = ro;
|
|
|
16136
16144
|
}
|
|
16137
16145
|
e.createMessageConnection = n;
|
|
16138
16146
|
})(ki);
|
|
16139
|
-
var Bc = ki, sh = {},
|
|
16147
|
+
var Bc = ki, sh = {}, so;
|
|
16140
16148
|
(function(e) {
|
|
16141
16149
|
function t(r) {
|
|
16142
16150
|
return typeof r == "string";
|
|
16143
16151
|
}
|
|
16144
16152
|
e.is = t;
|
|
16145
|
-
})(
|
|
16146
|
-
var
|
|
16153
|
+
})(so || (so = {}));
|
|
16154
|
+
var vn;
|
|
16147
16155
|
(function(e) {
|
|
16148
16156
|
function t(r) {
|
|
16149
16157
|
return typeof r == "string";
|
|
16150
16158
|
}
|
|
16151
16159
|
e.is = t;
|
|
16152
|
-
})(
|
|
16153
|
-
var
|
|
16160
|
+
})(vn || (vn = {}));
|
|
16161
|
+
var oo;
|
|
16154
16162
|
(function(e) {
|
|
16155
16163
|
e.MIN_VALUE = -2147483648, e.MAX_VALUE = 2147483647;
|
|
16156
16164
|
function t(r) {
|
|
16157
16165
|
return typeof r == "number" && e.MIN_VALUE <= r && r <= e.MAX_VALUE;
|
|
16158
16166
|
}
|
|
16159
16167
|
e.is = t;
|
|
16160
|
-
})(
|
|
16168
|
+
})(oo || (oo = {}));
|
|
16161
16169
|
var yr;
|
|
16162
16170
|
(function(e) {
|
|
16163
16171
|
e.MIN_VALUE = 0, e.MAX_VALUE = 2147483647;
|
|
@@ -16206,7 +16214,7 @@ var br;
|
|
|
16206
16214
|
}
|
|
16207
16215
|
e.is = r;
|
|
16208
16216
|
})(br || (br = {}));
|
|
16209
|
-
var
|
|
16217
|
+
var ao;
|
|
16210
16218
|
(function(e) {
|
|
16211
16219
|
function t(i, o, p, v) {
|
|
16212
16220
|
return { targetUri: i, targetRange: o, targetSelectionRange: p, originSelectionRange: v };
|
|
@@ -16217,8 +16225,8 @@ var oo;
|
|
|
16217
16225
|
return j.objectLiteral(o) && Ae.is(o.targetRange) && j.string(o.targetUri) && Ae.is(o.targetSelectionRange) && (Ae.is(o.originSelectionRange) || j.undefined(o.originSelectionRange));
|
|
16218
16226
|
}
|
|
16219
16227
|
e.is = r;
|
|
16220
|
-
})(
|
|
16221
|
-
var
|
|
16228
|
+
})(ao || (ao = {}));
|
|
16229
|
+
var Sn;
|
|
16222
16230
|
(function(e) {
|
|
16223
16231
|
function t(i, o, p, v) {
|
|
16224
16232
|
return {
|
|
@@ -16234,8 +16242,8 @@ var mn;
|
|
|
16234
16242
|
return j.objectLiteral(o) && j.numberRange(o.red, 0, 1) && j.numberRange(o.green, 0, 1) && j.numberRange(o.blue, 0, 1) && j.numberRange(o.alpha, 0, 1);
|
|
16235
16243
|
}
|
|
16236
16244
|
e.is = r;
|
|
16237
|
-
})(
|
|
16238
|
-
var
|
|
16245
|
+
})(Sn || (Sn = {}));
|
|
16246
|
+
var co;
|
|
16239
16247
|
(function(e) {
|
|
16240
16248
|
function t(i, o) {
|
|
16241
16249
|
return {
|
|
@@ -16246,11 +16254,11 @@ var ao;
|
|
|
16246
16254
|
e.create = t;
|
|
16247
16255
|
function r(i) {
|
|
16248
16256
|
const o = i;
|
|
16249
|
-
return j.objectLiteral(o) && Ae.is(o.range) &&
|
|
16257
|
+
return j.objectLiteral(o) && Ae.is(o.range) && Sn.is(o.color);
|
|
16250
16258
|
}
|
|
16251
16259
|
e.is = r;
|
|
16252
|
-
})(
|
|
16253
|
-
var
|
|
16260
|
+
})(co || (co = {}));
|
|
16261
|
+
var lo;
|
|
16254
16262
|
(function(e) {
|
|
16255
16263
|
function t(i, o, p) {
|
|
16256
16264
|
return {
|
|
@@ -16265,12 +16273,12 @@ var co;
|
|
|
16265
16273
|
return j.objectLiteral(o) && j.string(o.label) && (j.undefined(o.textEdit) || Mt.is(o)) && (j.undefined(o.additionalTextEdits) || j.typedArray(o.additionalTextEdits, Mt.is));
|
|
16266
16274
|
}
|
|
16267
16275
|
e.is = r;
|
|
16268
|
-
})(co || (co = {}));
|
|
16269
|
-
var lo;
|
|
16270
|
-
(function(e) {
|
|
16271
|
-
e.Comment = "comment", e.Imports = "imports", e.Region = "region";
|
|
16272
16276
|
})(lo || (lo = {}));
|
|
16273
16277
|
var uo;
|
|
16278
|
+
(function(e) {
|
|
16279
|
+
e.Comment = "comment", e.Imports = "imports", e.Region = "region";
|
|
16280
|
+
})(uo || (uo = {}));
|
|
16281
|
+
var ho;
|
|
16274
16282
|
(function(e) {
|
|
16275
16283
|
function t(i, o, p, v, n, s) {
|
|
16276
16284
|
const c = {
|
|
@@ -16285,8 +16293,8 @@ var uo;
|
|
|
16285
16293
|
return j.objectLiteral(o) && j.uinteger(o.startLine) && j.uinteger(o.startLine) && (j.undefined(o.startCharacter) || j.uinteger(o.startCharacter)) && (j.undefined(o.endCharacter) || j.uinteger(o.endCharacter)) && (j.undefined(o.kind) || j.string(o.kind));
|
|
16286
16294
|
}
|
|
16287
16295
|
e.is = r;
|
|
16288
|
-
})(
|
|
16289
|
-
var
|
|
16296
|
+
})(ho || (ho = {}));
|
|
16297
|
+
var yn;
|
|
16290
16298
|
(function(e) {
|
|
16291
16299
|
function t(i, o) {
|
|
16292
16300
|
return {
|
|
@@ -16300,23 +16308,23 @@ var vn;
|
|
|
16300
16308
|
return j.defined(o) && br.is(o.location) && j.string(o.message);
|
|
16301
16309
|
}
|
|
16302
16310
|
e.is = r;
|
|
16303
|
-
})(
|
|
16304
|
-
var ho;
|
|
16305
|
-
(function(e) {
|
|
16306
|
-
e.Error = 1, e.Warning = 2, e.Information = 3, e.Hint = 4;
|
|
16307
|
-
})(ho || (ho = {}));
|
|
16311
|
+
})(yn || (yn = {}));
|
|
16308
16312
|
var fo;
|
|
16309
16313
|
(function(e) {
|
|
16310
|
-
e.
|
|
16314
|
+
e.Error = 1, e.Warning = 2, e.Information = 3, e.Hint = 4;
|
|
16311
16315
|
})(fo || (fo = {}));
|
|
16312
16316
|
var po;
|
|
16317
|
+
(function(e) {
|
|
16318
|
+
e.Unnecessary = 1, e.Deprecated = 2;
|
|
16319
|
+
})(po || (po = {}));
|
|
16320
|
+
var _o;
|
|
16313
16321
|
(function(e) {
|
|
16314
16322
|
function t(r) {
|
|
16315
16323
|
const i = r;
|
|
16316
16324
|
return j.objectLiteral(i) && j.string(i.href);
|
|
16317
16325
|
}
|
|
16318
16326
|
e.is = t;
|
|
16319
|
-
})(
|
|
16327
|
+
})(_o || (_o = {}));
|
|
16320
16328
|
var Cr;
|
|
16321
16329
|
(function(e) {
|
|
16322
16330
|
function t(i, o, p, v, n, s) {
|
|
@@ -16327,7 +16335,7 @@ var Cr;
|
|
|
16327
16335
|
function r(i) {
|
|
16328
16336
|
var o;
|
|
16329
16337
|
let p = i;
|
|
16330
|
-
return j.defined(p) && Ae.is(p.range) && j.string(p.message) && (j.number(p.severity) || j.undefined(p.severity)) && (j.integer(p.code) || j.string(p.code) || j.undefined(p.code)) && (j.undefined(p.codeDescription) || j.string((o = p.codeDescription) === null || o === void 0 ? void 0 : o.href)) && (j.string(p.source) || j.undefined(p.source)) && (j.undefined(p.relatedInformation) || j.typedArray(p.relatedInformation,
|
|
16338
|
+
return j.defined(p) && Ae.is(p.range) && j.string(p.message) && (j.number(p.severity) || j.undefined(p.severity)) && (j.integer(p.code) || j.string(p.code) || j.undefined(p.code)) && (j.undefined(p.codeDescription) || j.string((o = p.codeDescription) === null || o === void 0 ? void 0 : o.href)) && (j.string(p.source) || j.undefined(p.source)) && (j.undefined(p.relatedInformation) || j.typedArray(p.relatedInformation, yn.is));
|
|
16331
16339
|
}
|
|
16332
16340
|
e.is = r;
|
|
16333
16341
|
})(Cr || (Cr = {}));
|
|
@@ -16466,14 +16474,14 @@ var ji;
|
|
|
16466
16474
|
}
|
|
16467
16475
|
e.is = r;
|
|
16468
16476
|
})(ji || (ji = {}));
|
|
16469
|
-
var
|
|
16477
|
+
var bn;
|
|
16470
16478
|
(function(e) {
|
|
16471
16479
|
function t(r) {
|
|
16472
16480
|
let i = r;
|
|
16473
16481
|
return i && (i.changes !== void 0 || i.documentChanges !== void 0) && (i.documentChanges === void 0 || i.documentChanges.every((o) => j.string(o.kind) ? Hi.is(o) || Fi.is(o) || ji.is(o) : wr.is(o)));
|
|
16474
16482
|
}
|
|
16475
16483
|
e.is = t;
|
|
16476
|
-
})(
|
|
16484
|
+
})(bn || (bn = {}));
|
|
16477
16485
|
class en {
|
|
16478
16486
|
constructor(t, r) {
|
|
16479
16487
|
this.edits = t, this.changeAnnotations = r;
|
|
@@ -16607,7 +16615,7 @@ class Z1 {
|
|
|
16607
16615
|
return v;
|
|
16608
16616
|
}
|
|
16609
16617
|
}
|
|
16610
|
-
var
|
|
16618
|
+
var go;
|
|
16611
16619
|
(function(e) {
|
|
16612
16620
|
function t(i) {
|
|
16613
16621
|
return { uri: i };
|
|
@@ -16618,8 +16626,8 @@ var _o;
|
|
|
16618
16626
|
return j.defined(o) && j.string(o.uri);
|
|
16619
16627
|
}
|
|
16620
16628
|
e.is = r;
|
|
16621
|
-
})(
|
|
16622
|
-
var
|
|
16629
|
+
})(go || (go = {}));
|
|
16630
|
+
var mo;
|
|
16623
16631
|
(function(e) {
|
|
16624
16632
|
function t(i, o) {
|
|
16625
16633
|
return { uri: i, version: o };
|
|
@@ -16630,7 +16638,7 @@ var go;
|
|
|
16630
16638
|
return j.defined(o) && j.string(o.uri) && j.integer(o.version);
|
|
16631
16639
|
}
|
|
16632
16640
|
e.is = r;
|
|
16633
|
-
})(
|
|
16641
|
+
})(mo || (mo = {}));
|
|
16634
16642
|
var Er;
|
|
16635
16643
|
(function(e) {
|
|
16636
16644
|
function t(i, o) {
|
|
@@ -16643,7 +16651,7 @@ var Er;
|
|
|
16643
16651
|
}
|
|
16644
16652
|
e.is = r;
|
|
16645
16653
|
})(Er || (Er = {}));
|
|
16646
|
-
var
|
|
16654
|
+
var vo;
|
|
16647
16655
|
(function(e) {
|
|
16648
16656
|
function t(i, o, p, v) {
|
|
16649
16657
|
return { uri: i, languageId: o, version: p, text: v };
|
|
@@ -16654,8 +16662,8 @@ var mo;
|
|
|
16654
16662
|
return j.defined(o) && j.string(o.uri) && j.string(o.languageId) && j.integer(o.version) && j.string(o.text);
|
|
16655
16663
|
}
|
|
16656
16664
|
e.is = r;
|
|
16657
|
-
})(
|
|
16658
|
-
var
|
|
16665
|
+
})(vo || (vo = {}));
|
|
16666
|
+
var Cn;
|
|
16659
16667
|
(function(e) {
|
|
16660
16668
|
e.PlainText = "plaintext", e.Markdown = "markdown";
|
|
16661
16669
|
function t(r) {
|
|
@@ -16663,28 +16671,28 @@ var yn;
|
|
|
16663
16671
|
return i === e.PlainText || i === e.Markdown;
|
|
16664
16672
|
}
|
|
16665
16673
|
e.is = t;
|
|
16666
|
-
})(
|
|
16674
|
+
})(Cn || (Cn = {}));
|
|
16667
16675
|
var Wi;
|
|
16668
16676
|
(function(e) {
|
|
16669
16677
|
function t(r) {
|
|
16670
16678
|
const i = r;
|
|
16671
|
-
return j.objectLiteral(r) &&
|
|
16679
|
+
return j.objectLiteral(r) && Cn.is(i.kind) && j.string(i.value);
|
|
16672
16680
|
}
|
|
16673
16681
|
e.is = t;
|
|
16674
16682
|
})(Wi || (Wi = {}));
|
|
16675
|
-
var vo;
|
|
16676
|
-
(function(e) {
|
|
16677
|
-
e.Text = 1, e.Method = 2, e.Function = 3, e.Constructor = 4, e.Field = 5, e.Variable = 6, e.Class = 7, e.Interface = 8, e.Module = 9, e.Property = 10, e.Unit = 11, e.Value = 12, e.Enum = 13, e.Keyword = 14, e.Snippet = 15, e.Color = 16, e.File = 17, e.Reference = 18, e.Folder = 19, e.EnumMember = 20, e.Constant = 21, e.Struct = 22, e.Event = 23, e.Operator = 24, e.TypeParameter = 25;
|
|
16678
|
-
})(vo || (vo = {}));
|
|
16679
16683
|
var So;
|
|
16680
16684
|
(function(e) {
|
|
16681
|
-
e.
|
|
16685
|
+
e.Text = 1, e.Method = 2, e.Function = 3, e.Constructor = 4, e.Field = 5, e.Variable = 6, e.Class = 7, e.Interface = 8, e.Module = 9, e.Property = 10, e.Unit = 11, e.Value = 12, e.Enum = 13, e.Keyword = 14, e.Snippet = 15, e.Color = 16, e.File = 17, e.Reference = 18, e.Folder = 19, e.EnumMember = 20, e.Constant = 21, e.Struct = 22, e.Event = 23, e.Operator = 24, e.TypeParameter = 25;
|
|
16682
16686
|
})(So || (So = {}));
|
|
16683
16687
|
var yo;
|
|
16684
16688
|
(function(e) {
|
|
16685
|
-
e.
|
|
16689
|
+
e.PlainText = 1, e.Snippet = 2;
|
|
16686
16690
|
})(yo || (yo = {}));
|
|
16687
16691
|
var bo;
|
|
16692
|
+
(function(e) {
|
|
16693
|
+
e.Deprecated = 1;
|
|
16694
|
+
})(bo || (bo = {}));
|
|
16695
|
+
var Co;
|
|
16688
16696
|
(function(e) {
|
|
16689
16697
|
function t(i, o, p) {
|
|
16690
16698
|
return { newText: i, insert: o, replace: p };
|
|
@@ -16695,33 +16703,33 @@ var bo;
|
|
|
16695
16703
|
return o && j.string(o.newText) && Ae.is(o.insert) && Ae.is(o.replace);
|
|
16696
16704
|
}
|
|
16697
16705
|
e.is = r;
|
|
16698
|
-
})(bo || (bo = {}));
|
|
16699
|
-
var Co;
|
|
16700
|
-
(function(e) {
|
|
16701
|
-
e.asIs = 1, e.adjustIndentation = 2;
|
|
16702
16706
|
})(Co || (Co = {}));
|
|
16703
16707
|
var wo;
|
|
16708
|
+
(function(e) {
|
|
16709
|
+
e.asIs = 1, e.adjustIndentation = 2;
|
|
16710
|
+
})(wo || (wo = {}));
|
|
16711
|
+
var Eo;
|
|
16704
16712
|
(function(e) {
|
|
16705
16713
|
function t(r) {
|
|
16706
16714
|
const i = r;
|
|
16707
16715
|
return i && (j.string(i.detail) || i.detail === void 0) && (j.string(i.description) || i.description === void 0);
|
|
16708
16716
|
}
|
|
16709
16717
|
e.is = t;
|
|
16710
|
-
})(
|
|
16711
|
-
var
|
|
16718
|
+
})(Eo || (Eo = {}));
|
|
16719
|
+
var ko;
|
|
16712
16720
|
(function(e) {
|
|
16713
16721
|
function t(r) {
|
|
16714
16722
|
return { label: r };
|
|
16715
16723
|
}
|
|
16716
16724
|
e.create = t;
|
|
16717
|
-
})(
|
|
16718
|
-
var
|
|
16725
|
+
})(ko || (ko = {}));
|
|
16726
|
+
var Ro;
|
|
16719
16727
|
(function(e) {
|
|
16720
16728
|
function t(r, i) {
|
|
16721
16729
|
return { items: r || [], isIncomplete: !!i };
|
|
16722
16730
|
}
|
|
16723
16731
|
e.create = t;
|
|
16724
|
-
})(
|
|
16732
|
+
})(Ro || (Ro = {}));
|
|
16725
16733
|
var kr;
|
|
16726
16734
|
(function(e) {
|
|
16727
16735
|
function t(i) {
|
|
@@ -16734,50 +16742,50 @@ var kr;
|
|
|
16734
16742
|
}
|
|
16735
16743
|
e.is = r;
|
|
16736
16744
|
})(kr || (kr = {}));
|
|
16737
|
-
var
|
|
16745
|
+
var Do;
|
|
16738
16746
|
(function(e) {
|
|
16739
16747
|
function t(r) {
|
|
16740
16748
|
let i = r;
|
|
16741
16749
|
return !!i && j.objectLiteral(i) && (Wi.is(i.contents) || kr.is(i.contents) || j.typedArray(i.contents, kr.is)) && (r.range === void 0 || Ae.is(r.range));
|
|
16742
16750
|
}
|
|
16743
16751
|
e.is = t;
|
|
16744
|
-
})(
|
|
16745
|
-
var
|
|
16752
|
+
})(Do || (Do = {}));
|
|
16753
|
+
var Po;
|
|
16746
16754
|
(function(e) {
|
|
16747
16755
|
function t(r, i) {
|
|
16748
16756
|
return i ? { label: r, documentation: i } : { label: r };
|
|
16749
16757
|
}
|
|
16750
16758
|
e.create = t;
|
|
16751
|
-
})(
|
|
16752
|
-
var
|
|
16759
|
+
})(Po || (Po = {}));
|
|
16760
|
+
var Lo;
|
|
16753
16761
|
(function(e) {
|
|
16754
16762
|
function t(r, i, ...o) {
|
|
16755
16763
|
let p = { label: r };
|
|
16756
16764
|
return j.defined(i) && (p.documentation = i), j.defined(o) ? p.parameters = o : p.parameters = [], p;
|
|
16757
16765
|
}
|
|
16758
16766
|
e.create = t;
|
|
16759
|
-
})(Po || (Po = {}));
|
|
16760
|
-
var Lo;
|
|
16761
|
-
(function(e) {
|
|
16762
|
-
e.Text = 1, e.Read = 2, e.Write = 3;
|
|
16763
16767
|
})(Lo || (Lo = {}));
|
|
16764
16768
|
var To;
|
|
16769
|
+
(function(e) {
|
|
16770
|
+
e.Text = 1, e.Read = 2, e.Write = 3;
|
|
16771
|
+
})(To || (To = {}));
|
|
16772
|
+
var Mo;
|
|
16765
16773
|
(function(e) {
|
|
16766
16774
|
function t(r, i) {
|
|
16767
16775
|
let o = { range: r };
|
|
16768
16776
|
return j.number(i) && (o.kind = i), o;
|
|
16769
16777
|
}
|
|
16770
16778
|
e.create = t;
|
|
16771
|
-
})(To || (To = {}));
|
|
16772
|
-
var Mo;
|
|
16773
|
-
(function(e) {
|
|
16774
|
-
e.File = 1, e.Module = 2, e.Namespace = 3, e.Package = 4, e.Class = 5, e.Method = 6, e.Property = 7, e.Field = 8, e.Constructor = 9, e.Enum = 10, e.Interface = 11, e.Function = 12, e.Variable = 13, e.Constant = 14, e.String = 15, e.Number = 16, e.Boolean = 17, e.Array = 18, e.Object = 19, e.Key = 20, e.Null = 21, e.EnumMember = 22, e.Struct = 23, e.Event = 24, e.Operator = 25, e.TypeParameter = 26;
|
|
16775
16779
|
})(Mo || (Mo = {}));
|
|
16776
16780
|
var Io;
|
|
16777
16781
|
(function(e) {
|
|
16778
|
-
e.
|
|
16782
|
+
e.File = 1, e.Module = 2, e.Namespace = 3, e.Package = 4, e.Class = 5, e.Method = 6, e.Property = 7, e.Field = 8, e.Constructor = 9, e.Enum = 10, e.Interface = 11, e.Function = 12, e.Variable = 13, e.Constant = 14, e.String = 15, e.Number = 16, e.Boolean = 17, e.Array = 18, e.Object = 19, e.Key = 20, e.Null = 21, e.EnumMember = 22, e.Struct = 23, e.Event = 24, e.Operator = 25, e.TypeParameter = 26;
|
|
16779
16783
|
})(Io || (Io = {}));
|
|
16780
16784
|
var xo;
|
|
16785
|
+
(function(e) {
|
|
16786
|
+
e.Deprecated = 1;
|
|
16787
|
+
})(xo || (xo = {}));
|
|
16788
|
+
var Ao;
|
|
16781
16789
|
(function(e) {
|
|
16782
16790
|
function t(r, i, o, p, v) {
|
|
16783
16791
|
let n = {
|
|
@@ -16788,15 +16796,15 @@ var xo;
|
|
|
16788
16796
|
return v && (n.containerName = v), n;
|
|
16789
16797
|
}
|
|
16790
16798
|
e.create = t;
|
|
16791
|
-
})(
|
|
16792
|
-
var
|
|
16799
|
+
})(Ao || (Ao = {}));
|
|
16800
|
+
var Oo;
|
|
16793
16801
|
(function(e) {
|
|
16794
16802
|
function t(r, i, o, p) {
|
|
16795
16803
|
return p !== void 0 ? { name: r, kind: i, location: { uri: o, range: p } } : { name: r, kind: i, location: { uri: o } };
|
|
16796
16804
|
}
|
|
16797
16805
|
e.create = t;
|
|
16798
|
-
})(
|
|
16799
|
-
var
|
|
16806
|
+
})(Oo || (Oo = {}));
|
|
16807
|
+
var Bo;
|
|
16800
16808
|
(function(e) {
|
|
16801
16809
|
function t(i, o, p, v, n, s) {
|
|
16802
16810
|
let c = {
|
|
@@ -16814,16 +16822,16 @@ var Oo;
|
|
|
16814
16822
|
return o && j.string(o.name) && j.number(o.kind) && Ae.is(o.range) && Ae.is(o.selectionRange) && (o.detail === void 0 || j.string(o.detail)) && (o.deprecated === void 0 || j.boolean(o.deprecated)) && (o.children === void 0 || Array.isArray(o.children)) && (o.tags === void 0 || Array.isArray(o.tags));
|
|
16815
16823
|
}
|
|
16816
16824
|
e.is = r;
|
|
16817
|
-
})(
|
|
16818
|
-
var
|
|
16825
|
+
})(Bo || (Bo = {}));
|
|
16826
|
+
var No;
|
|
16819
16827
|
(function(e) {
|
|
16820
16828
|
e.Empty = "", e.QuickFix = "quickfix", e.Refactor = "refactor", e.RefactorExtract = "refactor.extract", e.RefactorInline = "refactor.inline", e.RefactorRewrite = "refactor.rewrite", e.Source = "source", e.SourceOrganizeImports = "source.organizeImports", e.SourceFixAll = "source.fixAll";
|
|
16821
|
-
})(
|
|
16829
|
+
})(No || (No = {}));
|
|
16822
16830
|
var Rr;
|
|
16823
16831
|
(function(e) {
|
|
16824
16832
|
e.Invoked = 1, e.Automatic = 2;
|
|
16825
16833
|
})(Rr || (Rr = {}));
|
|
16826
|
-
var
|
|
16834
|
+
var Ho;
|
|
16827
16835
|
(function(e) {
|
|
16828
16836
|
function t(i, o, p) {
|
|
16829
16837
|
let v = { diagnostics: i };
|
|
@@ -16835,8 +16843,8 @@ var No;
|
|
|
16835
16843
|
return j.defined(o) && j.typedArray(o.diagnostics, Cr.is) && (o.only === void 0 || j.typedArray(o.only, j.string)) && (o.triggerKind === void 0 || o.triggerKind === Rr.Invoked || o.triggerKind === Rr.Automatic);
|
|
16836
16844
|
}
|
|
16837
16845
|
e.is = r;
|
|
16838
|
-
})(
|
|
16839
|
-
var
|
|
16846
|
+
})(Ho || (Ho = {}));
|
|
16847
|
+
var Fo;
|
|
16840
16848
|
(function(e) {
|
|
16841
16849
|
function t(i, o, p) {
|
|
16842
16850
|
let v = { title: i }, n = !0;
|
|
@@ -16845,11 +16853,11 @@ var Ho;
|
|
|
16845
16853
|
e.create = t;
|
|
16846
16854
|
function r(i) {
|
|
16847
16855
|
let o = i;
|
|
16848
|
-
return o && j.string(o.title) && (o.diagnostics === void 0 || j.typedArray(o.diagnostics, Cr.is)) && (o.kind === void 0 || j.string(o.kind)) && (o.edit !== void 0 || o.command !== void 0) && (o.command === void 0 || Ci.is(o.command)) && (o.isPreferred === void 0 || j.boolean(o.isPreferred)) && (o.edit === void 0 ||
|
|
16856
|
+
return o && j.string(o.title) && (o.diagnostics === void 0 || j.typedArray(o.diagnostics, Cr.is)) && (o.kind === void 0 || j.string(o.kind)) && (o.edit !== void 0 || o.command !== void 0) && (o.command === void 0 || Ci.is(o.command)) && (o.isPreferred === void 0 || j.boolean(o.isPreferred)) && (o.edit === void 0 || bn.is(o.edit));
|
|
16849
16857
|
}
|
|
16850
16858
|
e.is = r;
|
|
16851
|
-
})(
|
|
16852
|
-
var
|
|
16859
|
+
})(Fo || (Fo = {}));
|
|
16860
|
+
var jo;
|
|
16853
16861
|
(function(e) {
|
|
16854
16862
|
function t(i, o) {
|
|
16855
16863
|
let p = { range: i };
|
|
@@ -16861,8 +16869,8 @@ var Fo;
|
|
|
16861
16869
|
return j.defined(o) && Ae.is(o.range) && (j.undefined(o.command) || Ci.is(o.command));
|
|
16862
16870
|
}
|
|
16863
16871
|
e.is = r;
|
|
16864
|
-
})(
|
|
16865
|
-
var
|
|
16872
|
+
})(jo || (jo = {}));
|
|
16873
|
+
var Wo;
|
|
16866
16874
|
(function(e) {
|
|
16867
16875
|
function t(i, o) {
|
|
16868
16876
|
return { tabSize: i, insertSpaces: o };
|
|
@@ -16873,8 +16881,8 @@ var jo;
|
|
|
16873
16881
|
return j.defined(o) && j.uinteger(o.tabSize) && j.boolean(o.insertSpaces);
|
|
16874
16882
|
}
|
|
16875
16883
|
e.is = r;
|
|
16876
|
-
})(
|
|
16877
|
-
var
|
|
16884
|
+
})(Wo || (Wo = {}));
|
|
16885
|
+
var $o;
|
|
16878
16886
|
(function(e) {
|
|
16879
16887
|
function t(i, o, p) {
|
|
16880
16888
|
return { range: i, target: o, data: p };
|
|
@@ -16885,8 +16893,8 @@ var Wo;
|
|
|
16885
16893
|
return j.defined(o) && Ae.is(o.range) && (j.undefined(o.target) || j.string(o.target));
|
|
16886
16894
|
}
|
|
16887
16895
|
e.is = r;
|
|
16888
|
-
})(
|
|
16889
|
-
var
|
|
16896
|
+
})($o || ($o = {}));
|
|
16897
|
+
var qo;
|
|
16890
16898
|
(function(e) {
|
|
16891
16899
|
function t(i, o) {
|
|
16892
16900
|
return { range: i, parent: o };
|
|
@@ -16897,24 +16905,24 @@ var $o;
|
|
|
16897
16905
|
return j.objectLiteral(o) && Ae.is(o.range) && (o.parent === void 0 || e.is(o.parent));
|
|
16898
16906
|
}
|
|
16899
16907
|
e.is = r;
|
|
16900
|
-
})($o || ($o = {}));
|
|
16901
|
-
var qo;
|
|
16902
|
-
(function(e) {
|
|
16903
|
-
e.namespace = "namespace", e.type = "type", e.class = "class", e.enum = "enum", e.interface = "interface", e.struct = "struct", e.typeParameter = "typeParameter", e.parameter = "parameter", e.variable = "variable", e.property = "property", e.enumMember = "enumMember", e.event = "event", e.function = "function", e.method = "method", e.macro = "macro", e.keyword = "keyword", e.modifier = "modifier", e.comment = "comment", e.string = "string", e.number = "number", e.regexp = "regexp", e.operator = "operator", e.decorator = "decorator";
|
|
16904
16908
|
})(qo || (qo = {}));
|
|
16905
16909
|
var zo;
|
|
16906
16910
|
(function(e) {
|
|
16907
|
-
e.
|
|
16911
|
+
e.namespace = "namespace", e.type = "type", e.class = "class", e.enum = "enum", e.interface = "interface", e.struct = "struct", e.typeParameter = "typeParameter", e.parameter = "parameter", e.variable = "variable", e.property = "property", e.enumMember = "enumMember", e.event = "event", e.function = "function", e.method = "method", e.macro = "macro", e.keyword = "keyword", e.modifier = "modifier", e.comment = "comment", e.string = "string", e.number = "number", e.regexp = "regexp", e.operator = "operator", e.decorator = "decorator";
|
|
16908
16912
|
})(zo || (zo = {}));
|
|
16909
16913
|
var Uo;
|
|
16914
|
+
(function(e) {
|
|
16915
|
+
e.declaration = "declaration", e.definition = "definition", e.readonly = "readonly", e.static = "static", e.deprecated = "deprecated", e.abstract = "abstract", e.async = "async", e.modification = "modification", e.documentation = "documentation", e.defaultLibrary = "defaultLibrary";
|
|
16916
|
+
})(Uo || (Uo = {}));
|
|
16917
|
+
var Vo;
|
|
16910
16918
|
(function(e) {
|
|
16911
16919
|
function t(r) {
|
|
16912
16920
|
const i = r;
|
|
16913
16921
|
return j.objectLiteral(i) && (i.resultId === void 0 || typeof i.resultId == "string") && Array.isArray(i.data) && (i.data.length === 0 || typeof i.data[0] == "number");
|
|
16914
16922
|
}
|
|
16915
16923
|
e.is = t;
|
|
16916
|
-
})(
|
|
16917
|
-
var
|
|
16924
|
+
})(Vo || (Vo = {}));
|
|
16925
|
+
var Ko;
|
|
16918
16926
|
(function(e) {
|
|
16919
16927
|
function t(i, o) {
|
|
16920
16928
|
return { range: i, text: o };
|
|
@@ -16925,8 +16933,8 @@ var Vo;
|
|
|
16925
16933
|
return o != null && Ae.is(o.range) && j.string(o.text);
|
|
16926
16934
|
}
|
|
16927
16935
|
e.is = r;
|
|
16928
|
-
})(
|
|
16929
|
-
var
|
|
16936
|
+
})(Ko || (Ko = {}));
|
|
16937
|
+
var Go;
|
|
16930
16938
|
(function(e) {
|
|
16931
16939
|
function t(i, o, p) {
|
|
16932
16940
|
return { range: i, variableName: o, caseSensitiveLookup: p };
|
|
@@ -16937,8 +16945,8 @@ var Ko;
|
|
|
16937
16945
|
return o != null && Ae.is(o.range) && j.boolean(o.caseSensitiveLookup) && (j.string(o.variableName) || o.variableName === void 0);
|
|
16938
16946
|
}
|
|
16939
16947
|
e.is = r;
|
|
16940
|
-
})(
|
|
16941
|
-
var
|
|
16948
|
+
})(Go || (Go = {}));
|
|
16949
|
+
var Jo;
|
|
16942
16950
|
(function(e) {
|
|
16943
16951
|
function t(i, o) {
|
|
16944
16952
|
return { range: i, expression: o };
|
|
@@ -16949,8 +16957,8 @@ var Go;
|
|
|
16949
16957
|
return o != null && Ae.is(o.range) && (j.string(o.expression) || o.expression === void 0);
|
|
16950
16958
|
}
|
|
16951
16959
|
e.is = r;
|
|
16952
|
-
})(
|
|
16953
|
-
var
|
|
16960
|
+
})(Jo || (Jo = {}));
|
|
16961
|
+
var Xo;
|
|
16954
16962
|
(function(e) {
|
|
16955
16963
|
function t(i, o) {
|
|
16956
16964
|
return { frameId: i, stoppedLocation: o };
|
|
@@ -16961,16 +16969,16 @@ var Jo;
|
|
|
16961
16969
|
return j.defined(o) && Ae.is(i.stoppedLocation);
|
|
16962
16970
|
}
|
|
16963
16971
|
e.is = r;
|
|
16964
|
-
})(
|
|
16965
|
-
var
|
|
16972
|
+
})(Xo || (Xo = {}));
|
|
16973
|
+
var wn;
|
|
16966
16974
|
(function(e) {
|
|
16967
16975
|
e.Type = 1, e.Parameter = 2;
|
|
16968
16976
|
function t(r) {
|
|
16969
16977
|
return r === 1 || r === 2;
|
|
16970
16978
|
}
|
|
16971
16979
|
e.is = t;
|
|
16972
|
-
})(
|
|
16973
|
-
var
|
|
16980
|
+
})(wn || (wn = {}));
|
|
16981
|
+
var En;
|
|
16974
16982
|
(function(e) {
|
|
16975
16983
|
function t(i) {
|
|
16976
16984
|
return { value: i };
|
|
@@ -16981,8 +16989,8 @@ var Cn;
|
|
|
16981
16989
|
return j.objectLiteral(o) && (o.tooltip === void 0 || j.string(o.tooltip) || Wi.is(o.tooltip)) && (o.location === void 0 || br.is(o.location)) && (o.command === void 0 || Ci.is(o.command));
|
|
16982
16990
|
}
|
|
16983
16991
|
e.is = r;
|
|
16984
|
-
})(
|
|
16985
|
-
var
|
|
16992
|
+
})(En || (En = {}));
|
|
16993
|
+
var Yo;
|
|
16986
16994
|
(function(e) {
|
|
16987
16995
|
function t(i, o, p) {
|
|
16988
16996
|
const v = { position: i, label: o };
|
|
@@ -16991,61 +16999,61 @@ var Xo;
|
|
|
16991
16999
|
e.create = t;
|
|
16992
17000
|
function r(i) {
|
|
16993
17001
|
const o = i;
|
|
16994
|
-
return j.objectLiteral(o) && lt.is(o.position) && (j.string(o.label) || j.typedArray(o.label,
|
|
17002
|
+
return j.objectLiteral(o) && lt.is(o.position) && (j.string(o.label) || j.typedArray(o.label, En.is)) && (o.kind === void 0 || wn.is(o.kind)) && o.textEdits === void 0 || j.typedArray(o.textEdits, Mt.is) && (o.tooltip === void 0 || j.string(o.tooltip) || Wi.is(o.tooltip)) && (o.paddingLeft === void 0 || j.boolean(o.paddingLeft)) && (o.paddingRight === void 0 || j.boolean(o.paddingRight));
|
|
16995
17003
|
}
|
|
16996
17004
|
e.is = r;
|
|
16997
|
-
})(
|
|
16998
|
-
var
|
|
17005
|
+
})(Yo || (Yo = {}));
|
|
17006
|
+
var Zo;
|
|
16999
17007
|
(function(e) {
|
|
17000
17008
|
function t(r) {
|
|
17001
17009
|
return { kind: "snippet", value: r };
|
|
17002
17010
|
}
|
|
17003
17011
|
e.createSnippet = t;
|
|
17004
|
-
})(
|
|
17005
|
-
var
|
|
17012
|
+
})(Zo || (Zo = {}));
|
|
17013
|
+
var Qo;
|
|
17006
17014
|
(function(e) {
|
|
17007
17015
|
function t(r, i, o, p) {
|
|
17008
17016
|
return { insertText: r, filterText: i, range: o, command: p };
|
|
17009
17017
|
}
|
|
17010
17018
|
e.create = t;
|
|
17011
|
-
})(
|
|
17012
|
-
var
|
|
17019
|
+
})(Qo || (Qo = {}));
|
|
17020
|
+
var ea;
|
|
17013
17021
|
(function(e) {
|
|
17014
17022
|
function t(r) {
|
|
17015
17023
|
return { items: r };
|
|
17016
17024
|
}
|
|
17017
17025
|
e.create = t;
|
|
17018
|
-
})(Qo || (Qo = {}));
|
|
17019
|
-
var ea;
|
|
17020
|
-
(function(e) {
|
|
17021
|
-
e.Invoked = 0, e.Automatic = 1;
|
|
17022
17026
|
})(ea || (ea = {}));
|
|
17023
17027
|
var ta;
|
|
17028
|
+
(function(e) {
|
|
17029
|
+
e.Invoked = 0, e.Automatic = 1;
|
|
17030
|
+
})(ta || (ta = {}));
|
|
17031
|
+
var ia;
|
|
17024
17032
|
(function(e) {
|
|
17025
17033
|
function t(r, i) {
|
|
17026
17034
|
return { range: r, text: i };
|
|
17027
17035
|
}
|
|
17028
17036
|
e.create = t;
|
|
17029
|
-
})(
|
|
17030
|
-
var
|
|
17037
|
+
})(ia || (ia = {}));
|
|
17038
|
+
var ra;
|
|
17031
17039
|
(function(e) {
|
|
17032
17040
|
function t(r, i) {
|
|
17033
17041
|
return { triggerKind: r, selectedCompletionInfo: i };
|
|
17034
17042
|
}
|
|
17035
17043
|
e.create = t;
|
|
17036
|
-
})(
|
|
17037
|
-
var
|
|
17044
|
+
})(ra || (ra = {}));
|
|
17045
|
+
var na;
|
|
17038
17046
|
(function(e) {
|
|
17039
17047
|
function t(r) {
|
|
17040
17048
|
const i = r;
|
|
17041
|
-
return j.objectLiteral(i) &&
|
|
17049
|
+
return j.objectLiteral(i) && vn.is(i.uri) && j.string(i.name);
|
|
17042
17050
|
}
|
|
17043
17051
|
e.is = t;
|
|
17044
|
-
})(
|
|
17052
|
+
})(na || (na = {}));
|
|
17045
17053
|
const Q1 = [`
|
|
17046
17054
|
`, `\r
|
|
17047
17055
|
`, "\r"];
|
|
17048
|
-
var
|
|
17056
|
+
var sa;
|
|
17049
17057
|
(function(e) {
|
|
17050
17058
|
function t(p, v, n, s) {
|
|
17051
17059
|
return new e0(p, v, n, s);
|
|
@@ -17086,7 +17094,7 @@ var na;
|
|
|
17086
17094
|
p[a++] = c[h++];
|
|
17087
17095
|
return p;
|
|
17088
17096
|
}
|
|
17089
|
-
})(
|
|
17097
|
+
})(sa || (sa = {}));
|
|
17090
17098
|
class e0 {
|
|
17091
17099
|
constructor(t, r, i, o) {
|
|
17092
17100
|
this._uri = t, this._languageId = r, this._version = i, this._content = o, this._lineOffsets = void 0;
|
|
@@ -17209,49 +17217,49 @@ const t0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
17209
17217
|
return qe;
|
|
17210
17218
|
},
|
|
17211
17219
|
get CodeAction() {
|
|
17212
|
-
return
|
|
17220
|
+
return Fo;
|
|
17213
17221
|
},
|
|
17214
17222
|
get CodeActionContext() {
|
|
17215
|
-
return
|
|
17223
|
+
return Ho;
|
|
17216
17224
|
},
|
|
17217
17225
|
get CodeActionKind() {
|
|
17218
|
-
return
|
|
17226
|
+
return No;
|
|
17219
17227
|
},
|
|
17220
17228
|
get CodeActionTriggerKind() {
|
|
17221
17229
|
return Rr;
|
|
17222
17230
|
},
|
|
17223
17231
|
get CodeDescription() {
|
|
17224
|
-
return
|
|
17232
|
+
return _o;
|
|
17225
17233
|
},
|
|
17226
17234
|
get CodeLens() {
|
|
17227
|
-
return
|
|
17235
|
+
return jo;
|
|
17228
17236
|
},
|
|
17229
17237
|
get Color() {
|
|
17230
|
-
return
|
|
17238
|
+
return Sn;
|
|
17231
17239
|
},
|
|
17232
17240
|
get ColorInformation() {
|
|
17233
|
-
return
|
|
17241
|
+
return co;
|
|
17234
17242
|
},
|
|
17235
17243
|
get ColorPresentation() {
|
|
17236
|
-
return
|
|
17244
|
+
return lo;
|
|
17237
17245
|
},
|
|
17238
17246
|
get Command() {
|
|
17239
17247
|
return Ci;
|
|
17240
17248
|
},
|
|
17241
17249
|
get CompletionItem() {
|
|
17242
|
-
return
|
|
17250
|
+
return ko;
|
|
17243
17251
|
},
|
|
17244
17252
|
get CompletionItemKind() {
|
|
17245
|
-
return
|
|
17253
|
+
return So;
|
|
17246
17254
|
},
|
|
17247
17255
|
get CompletionItemLabelDetails() {
|
|
17248
|
-
return
|
|
17256
|
+
return Eo;
|
|
17249
17257
|
},
|
|
17250
17258
|
get CompletionItemTag() {
|
|
17251
|
-
return
|
|
17259
|
+
return bo;
|
|
17252
17260
|
},
|
|
17253
17261
|
get CompletionList() {
|
|
17254
|
-
return
|
|
17262
|
+
return Ro;
|
|
17255
17263
|
},
|
|
17256
17264
|
get CreateFile() {
|
|
17257
17265
|
return Hi;
|
|
@@ -17263,89 +17271,89 @@ const t0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
17263
17271
|
return Cr;
|
|
17264
17272
|
},
|
|
17265
17273
|
get DiagnosticRelatedInformation() {
|
|
17266
|
-
return
|
|
17274
|
+
return yn;
|
|
17267
17275
|
},
|
|
17268
17276
|
get DiagnosticSeverity() {
|
|
17269
|
-
return
|
|
17277
|
+
return fo;
|
|
17270
17278
|
},
|
|
17271
17279
|
get DiagnosticTag() {
|
|
17272
|
-
return
|
|
17280
|
+
return po;
|
|
17273
17281
|
},
|
|
17274
17282
|
get DocumentHighlight() {
|
|
17275
|
-
return
|
|
17283
|
+
return Mo;
|
|
17276
17284
|
},
|
|
17277
17285
|
get DocumentHighlightKind() {
|
|
17278
|
-
return
|
|
17286
|
+
return To;
|
|
17279
17287
|
},
|
|
17280
17288
|
get DocumentLink() {
|
|
17281
|
-
return
|
|
17289
|
+
return $o;
|
|
17282
17290
|
},
|
|
17283
17291
|
get DocumentSymbol() {
|
|
17284
|
-
return
|
|
17292
|
+
return Bo;
|
|
17285
17293
|
},
|
|
17286
17294
|
get DocumentUri() {
|
|
17287
|
-
return
|
|
17295
|
+
return so;
|
|
17288
17296
|
},
|
|
17289
17297
|
EOL: Q1,
|
|
17290
17298
|
get FoldingRange() {
|
|
17291
|
-
return
|
|
17299
|
+
return ho;
|
|
17292
17300
|
},
|
|
17293
17301
|
get FoldingRangeKind() {
|
|
17294
|
-
return
|
|
17302
|
+
return uo;
|
|
17295
17303
|
},
|
|
17296
17304
|
get FormattingOptions() {
|
|
17297
|
-
return
|
|
17305
|
+
return Wo;
|
|
17298
17306
|
},
|
|
17299
17307
|
get Hover() {
|
|
17300
|
-
return
|
|
17308
|
+
return Do;
|
|
17301
17309
|
},
|
|
17302
17310
|
get InlayHint() {
|
|
17303
|
-
return
|
|
17311
|
+
return Yo;
|
|
17304
17312
|
},
|
|
17305
17313
|
get InlayHintKind() {
|
|
17306
|
-
return
|
|
17314
|
+
return wn;
|
|
17307
17315
|
},
|
|
17308
17316
|
get InlayHintLabelPart() {
|
|
17309
|
-
return
|
|
17317
|
+
return En;
|
|
17310
17318
|
},
|
|
17311
17319
|
get InlineCompletionContext() {
|
|
17312
|
-
return
|
|
17320
|
+
return ra;
|
|
17313
17321
|
},
|
|
17314
17322
|
get InlineCompletionItem() {
|
|
17315
|
-
return
|
|
17323
|
+
return Qo;
|
|
17316
17324
|
},
|
|
17317
17325
|
get InlineCompletionList() {
|
|
17318
|
-
return
|
|
17326
|
+
return ea;
|
|
17319
17327
|
},
|
|
17320
17328
|
get InlineCompletionTriggerKind() {
|
|
17321
|
-
return
|
|
17329
|
+
return ta;
|
|
17322
17330
|
},
|
|
17323
17331
|
get InlineValueContext() {
|
|
17324
|
-
return
|
|
17332
|
+
return Xo;
|
|
17325
17333
|
},
|
|
17326
17334
|
get InlineValueEvaluatableExpression() {
|
|
17327
|
-
return
|
|
17335
|
+
return Jo;
|
|
17328
17336
|
},
|
|
17329
17337
|
get InlineValueText() {
|
|
17330
|
-
return
|
|
17338
|
+
return Ko;
|
|
17331
17339
|
},
|
|
17332
17340
|
get InlineValueVariableLookup() {
|
|
17333
|
-
return
|
|
17341
|
+
return Go;
|
|
17334
17342
|
},
|
|
17335
17343
|
get InsertReplaceEdit() {
|
|
17336
|
-
return
|
|
17344
|
+
return Co;
|
|
17337
17345
|
},
|
|
17338
17346
|
get InsertTextFormat() {
|
|
17339
|
-
return
|
|
17347
|
+
return yo;
|
|
17340
17348
|
},
|
|
17341
17349
|
get InsertTextMode() {
|
|
17342
|
-
return
|
|
17350
|
+
return wo;
|
|
17343
17351
|
},
|
|
17344
17352
|
get Location() {
|
|
17345
17353
|
return br;
|
|
17346
17354
|
},
|
|
17347
17355
|
get LocationLink() {
|
|
17348
|
-
return
|
|
17356
|
+
return ao;
|
|
17349
17357
|
},
|
|
17350
17358
|
get MarkedString() {
|
|
17351
17359
|
return kr;
|
|
@@ -17354,13 +17362,13 @@ const t0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
17354
17362
|
return Wi;
|
|
17355
17363
|
},
|
|
17356
17364
|
get MarkupKind() {
|
|
17357
|
-
return
|
|
17365
|
+
return Cn;
|
|
17358
17366
|
},
|
|
17359
17367
|
get OptionalVersionedTextDocumentIdentifier() {
|
|
17360
17368
|
return Er;
|
|
17361
17369
|
},
|
|
17362
17370
|
get ParameterInformation() {
|
|
17363
|
-
return
|
|
17371
|
+
return Po;
|
|
17364
17372
|
},
|
|
17365
17373
|
get Position() {
|
|
17366
17374
|
return lt;
|
|
@@ -17372,68 +17380,68 @@ const t0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
17372
17380
|
return Fi;
|
|
17373
17381
|
},
|
|
17374
17382
|
get SelectedCompletionInfo() {
|
|
17375
|
-
return
|
|
17383
|
+
return ia;
|
|
17376
17384
|
},
|
|
17377
17385
|
get SelectionRange() {
|
|
17378
|
-
return
|
|
17386
|
+
return qo;
|
|
17379
17387
|
},
|
|
17380
17388
|
get SemanticTokenModifiers() {
|
|
17381
|
-
return
|
|
17389
|
+
return Uo;
|
|
17382
17390
|
},
|
|
17383
17391
|
get SemanticTokenTypes() {
|
|
17384
|
-
return
|
|
17392
|
+
return zo;
|
|
17385
17393
|
},
|
|
17386
17394
|
get SemanticTokens() {
|
|
17387
|
-
return
|
|
17395
|
+
return Vo;
|
|
17388
17396
|
},
|
|
17389
17397
|
get SignatureInformation() {
|
|
17390
|
-
return
|
|
17398
|
+
return Lo;
|
|
17391
17399
|
},
|
|
17392
17400
|
get StringValue() {
|
|
17393
|
-
return
|
|
17401
|
+
return Zo;
|
|
17394
17402
|
},
|
|
17395
17403
|
get SymbolInformation() {
|
|
17396
|
-
return
|
|
17404
|
+
return Ao;
|
|
17397
17405
|
},
|
|
17398
17406
|
get SymbolKind() {
|
|
17399
|
-
return
|
|
17407
|
+
return Io;
|
|
17400
17408
|
},
|
|
17401
17409
|
get SymbolTag() {
|
|
17402
|
-
return
|
|
17410
|
+
return xo;
|
|
17403
17411
|
},
|
|
17404
17412
|
get TextDocument() {
|
|
17405
|
-
return
|
|
17413
|
+
return sa;
|
|
17406
17414
|
},
|
|
17407
17415
|
get TextDocumentEdit() {
|
|
17408
17416
|
return wr;
|
|
17409
17417
|
},
|
|
17410
17418
|
get TextDocumentIdentifier() {
|
|
17411
|
-
return
|
|
17419
|
+
return go;
|
|
17412
17420
|
},
|
|
17413
17421
|
get TextDocumentItem() {
|
|
17414
|
-
return
|
|
17422
|
+
return vo;
|
|
17415
17423
|
},
|
|
17416
17424
|
get TextEdit() {
|
|
17417
17425
|
return Mt;
|
|
17418
17426
|
},
|
|
17419
17427
|
get URI() {
|
|
17420
|
-
return
|
|
17428
|
+
return vn;
|
|
17421
17429
|
},
|
|
17422
17430
|
get VersionedTextDocumentIdentifier() {
|
|
17423
|
-
return
|
|
17431
|
+
return mo;
|
|
17424
17432
|
},
|
|
17425
17433
|
WorkspaceChange: Z1,
|
|
17426
17434
|
get WorkspaceEdit() {
|
|
17427
|
-
return
|
|
17435
|
+
return bn;
|
|
17428
17436
|
},
|
|
17429
17437
|
get WorkspaceFolder() {
|
|
17430
|
-
return
|
|
17438
|
+
return na;
|
|
17431
17439
|
},
|
|
17432
17440
|
get WorkspaceSymbol() {
|
|
17433
|
-
return
|
|
17441
|
+
return Oo;
|
|
17434
17442
|
},
|
|
17435
17443
|
get integer() {
|
|
17436
|
-
return
|
|
17444
|
+
return oo;
|
|
17437
17445
|
},
|
|
17438
17446
|
get uinteger() {
|
|
17439
17447
|
return yr;
|
|
@@ -17516,86 +17524,86 @@ function f0(e) {
|
|
|
17516
17524
|
return e !== null && typeof e == "object";
|
|
17517
17525
|
}
|
|
17518
17526
|
xe.objectLiteral = f0;
|
|
17519
|
-
var
|
|
17520
|
-
Object.defineProperty(
|
|
17521
|
-
|
|
17527
|
+
var Un = {};
|
|
17528
|
+
Object.defineProperty(Un, "__esModule", { value: !0 });
|
|
17529
|
+
Un.ImplementationRequest = void 0;
|
|
17522
17530
|
const Fc = _e;
|
|
17523
17531
|
var jc;
|
|
17524
17532
|
(function(e) {
|
|
17525
17533
|
e.method = "textDocument/implementation", e.messageDirection = Fc.MessageDirection.clientToServer, e.type = new Fc.ProtocolRequestType(e.method);
|
|
17526
|
-
})(jc || (
|
|
17527
|
-
var
|
|
17528
|
-
Object.defineProperty(
|
|
17529
|
-
|
|
17534
|
+
})(jc || (Un.ImplementationRequest = jc = {}));
|
|
17535
|
+
var Vn = {};
|
|
17536
|
+
Object.defineProperty(Vn, "__esModule", { value: !0 });
|
|
17537
|
+
Vn.TypeDefinitionRequest = void 0;
|
|
17530
17538
|
const Wc = _e;
|
|
17531
17539
|
var $c;
|
|
17532
17540
|
(function(e) {
|
|
17533
17541
|
e.method = "textDocument/typeDefinition", e.messageDirection = Wc.MessageDirection.clientToServer, e.type = new Wc.ProtocolRequestType(e.method);
|
|
17534
|
-
})($c || (
|
|
17542
|
+
})($c || (Vn.TypeDefinitionRequest = $c = {}));
|
|
17535
17543
|
var qi = {};
|
|
17536
17544
|
Object.defineProperty(qi, "__esModule", { value: !0 });
|
|
17537
17545
|
qi.DidChangeWorkspaceFoldersNotification = qi.WorkspaceFoldersRequest = void 0;
|
|
17538
|
-
const
|
|
17546
|
+
const kn = _e;
|
|
17539
17547
|
var qc;
|
|
17540
17548
|
(function(e) {
|
|
17541
|
-
e.method = "workspace/workspaceFolders", e.messageDirection =
|
|
17549
|
+
e.method = "workspace/workspaceFolders", e.messageDirection = kn.MessageDirection.serverToClient, e.type = new kn.ProtocolRequestType0(e.method);
|
|
17542
17550
|
})(qc || (qi.WorkspaceFoldersRequest = qc = {}));
|
|
17543
17551
|
var zc;
|
|
17544
17552
|
(function(e) {
|
|
17545
|
-
e.method = "workspace/didChangeWorkspaceFolders", e.messageDirection =
|
|
17553
|
+
e.method = "workspace/didChangeWorkspaceFolders", e.messageDirection = kn.MessageDirection.clientToServer, e.type = new kn.ProtocolNotificationType(e.method);
|
|
17546
17554
|
})(zc || (qi.DidChangeWorkspaceFoldersNotification = zc = {}));
|
|
17547
|
-
var
|
|
17548
|
-
Object.defineProperty(
|
|
17549
|
-
|
|
17555
|
+
var Kn = {};
|
|
17556
|
+
Object.defineProperty(Kn, "__esModule", { value: !0 });
|
|
17557
|
+
Kn.ConfigurationRequest = void 0;
|
|
17550
17558
|
const Uc = _e;
|
|
17551
17559
|
var Vc;
|
|
17552
17560
|
(function(e) {
|
|
17553
17561
|
e.method = "workspace/configuration", e.messageDirection = Uc.MessageDirection.serverToClient, e.type = new Uc.ProtocolRequestType(e.method);
|
|
17554
|
-
})(Vc || (
|
|
17562
|
+
})(Vc || (Kn.ConfigurationRequest = Vc = {}));
|
|
17555
17563
|
var zi = {};
|
|
17556
17564
|
Object.defineProperty(zi, "__esModule", { value: !0 });
|
|
17557
17565
|
zi.ColorPresentationRequest = zi.DocumentColorRequest = void 0;
|
|
17558
|
-
const
|
|
17566
|
+
const Rn = _e;
|
|
17559
17567
|
var Kc;
|
|
17560
17568
|
(function(e) {
|
|
17561
|
-
e.method = "textDocument/documentColor", e.messageDirection =
|
|
17569
|
+
e.method = "textDocument/documentColor", e.messageDirection = Rn.MessageDirection.clientToServer, e.type = new Rn.ProtocolRequestType(e.method);
|
|
17562
17570
|
})(Kc || (zi.DocumentColorRequest = Kc = {}));
|
|
17563
17571
|
var Gc;
|
|
17564
17572
|
(function(e) {
|
|
17565
|
-
e.method = "textDocument/colorPresentation", e.messageDirection =
|
|
17573
|
+
e.method = "textDocument/colorPresentation", e.messageDirection = Rn.MessageDirection.clientToServer, e.type = new Rn.ProtocolRequestType(e.method);
|
|
17566
17574
|
})(Gc || (zi.ColorPresentationRequest = Gc = {}));
|
|
17567
17575
|
var Ui = {};
|
|
17568
17576
|
Object.defineProperty(Ui, "__esModule", { value: !0 });
|
|
17569
17577
|
Ui.FoldingRangeRefreshRequest = Ui.FoldingRangeRequest = void 0;
|
|
17570
|
-
const
|
|
17578
|
+
const Dn = _e;
|
|
17571
17579
|
var Jc;
|
|
17572
17580
|
(function(e) {
|
|
17573
|
-
e.method = "textDocument/foldingRange", e.messageDirection =
|
|
17581
|
+
e.method = "textDocument/foldingRange", e.messageDirection = Dn.MessageDirection.clientToServer, e.type = new Dn.ProtocolRequestType(e.method);
|
|
17574
17582
|
})(Jc || (Ui.FoldingRangeRequest = Jc = {}));
|
|
17575
17583
|
var Xc;
|
|
17576
17584
|
(function(e) {
|
|
17577
|
-
e.method = "workspace/foldingRange/refresh", e.messageDirection =
|
|
17585
|
+
e.method = "workspace/foldingRange/refresh", e.messageDirection = Dn.MessageDirection.serverToClient, e.type = new Dn.ProtocolRequestType0(e.method);
|
|
17578
17586
|
})(Xc || (Ui.FoldingRangeRefreshRequest = Xc = {}));
|
|
17579
|
-
var
|
|
17580
|
-
Object.defineProperty(
|
|
17581
|
-
|
|
17587
|
+
var Gn = {};
|
|
17588
|
+
Object.defineProperty(Gn, "__esModule", { value: !0 });
|
|
17589
|
+
Gn.DeclarationRequest = void 0;
|
|
17582
17590
|
const Yc = _e;
|
|
17583
17591
|
var Zc;
|
|
17584
17592
|
(function(e) {
|
|
17585
17593
|
e.method = "textDocument/declaration", e.messageDirection = Yc.MessageDirection.clientToServer, e.type = new Yc.ProtocolRequestType(e.method);
|
|
17586
|
-
})(Zc || (
|
|
17587
|
-
var
|
|
17588
|
-
Object.defineProperty(
|
|
17589
|
-
|
|
17594
|
+
})(Zc || (Gn.DeclarationRequest = Zc = {}));
|
|
17595
|
+
var Jn = {};
|
|
17596
|
+
Object.defineProperty(Jn, "__esModule", { value: !0 });
|
|
17597
|
+
Jn.SelectionRangeRequest = void 0;
|
|
17590
17598
|
const Qc = _e;
|
|
17591
17599
|
var el;
|
|
17592
17600
|
(function(e) {
|
|
17593
17601
|
e.method = "textDocument/selectionRange", e.messageDirection = Qc.MessageDirection.clientToServer, e.type = new Qc.ProtocolRequestType(e.method);
|
|
17594
|
-
})(el || (
|
|
17602
|
+
})(el || (Jn.SelectionRangeRequest = el = {}));
|
|
17595
17603
|
var Qt = {};
|
|
17596
17604
|
Object.defineProperty(Qt, "__esModule", { value: !0 });
|
|
17597
17605
|
Qt.WorkDoneProgressCancelNotification = Qt.WorkDoneProgressCreateRequest = Qt.WorkDoneProgress = void 0;
|
|
17598
|
-
const p0 = ki,
|
|
17606
|
+
const p0 = ki, Pn = _e;
|
|
17599
17607
|
var tl;
|
|
17600
17608
|
(function(e) {
|
|
17601
17609
|
e.type = new p0.ProgressType();
|
|
@@ -17606,11 +17614,11 @@ var tl;
|
|
|
17606
17614
|
})(tl || (Qt.WorkDoneProgress = tl = {}));
|
|
17607
17615
|
var il;
|
|
17608
17616
|
(function(e) {
|
|
17609
|
-
e.method = "window/workDoneProgress/create", e.messageDirection =
|
|
17617
|
+
e.method = "window/workDoneProgress/create", e.messageDirection = Pn.MessageDirection.serverToClient, e.type = new Pn.ProtocolRequestType(e.method);
|
|
17610
17618
|
})(il || (Qt.WorkDoneProgressCreateRequest = il = {}));
|
|
17611
17619
|
var rl;
|
|
17612
17620
|
(function(e) {
|
|
17613
|
-
e.method = "window/workDoneProgress/cancel", e.messageDirection =
|
|
17621
|
+
e.method = "window/workDoneProgress/cancel", e.messageDirection = Pn.MessageDirection.clientToServer, e.type = new Pn.ProtocolNotificationType(e.method);
|
|
17614
17622
|
})(rl || (Qt.WorkDoneProgressCancelNotification = rl = {}));
|
|
17615
17623
|
var ei = {};
|
|
17616
17624
|
Object.defineProperty(ei, "__esModule", { value: !0 });
|
|
@@ -17628,82 +17636,82 @@ var ol;
|
|
|
17628
17636
|
(function(e) {
|
|
17629
17637
|
e.method = "callHierarchy/outgoingCalls", e.messageDirection = Vi.MessageDirection.clientToServer, e.type = new Vi.ProtocolRequestType(e.method);
|
|
17630
17638
|
})(ol || (ei.CallHierarchyOutgoingCallsRequest = ol = {}));
|
|
17631
|
-
var
|
|
17632
|
-
Object.defineProperty(
|
|
17633
|
-
|
|
17639
|
+
var it = {};
|
|
17640
|
+
Object.defineProperty(it, "__esModule", { value: !0 });
|
|
17641
|
+
it.SemanticTokensRefreshRequest = it.SemanticTokensRangeRequest = it.SemanticTokensDeltaRequest = it.SemanticTokensRequest = it.SemanticTokensRegistrationType = it.TokenFormat = void 0;
|
|
17634
17642
|
const Ut = _e;
|
|
17635
17643
|
var al;
|
|
17636
17644
|
(function(e) {
|
|
17637
17645
|
e.Relative = "relative";
|
|
17638
|
-
})(al || (
|
|
17646
|
+
})(al || (it.TokenFormat = al = {}));
|
|
17639
17647
|
var Dr;
|
|
17640
17648
|
(function(e) {
|
|
17641
17649
|
e.method = "textDocument/semanticTokens", e.type = new Ut.RegistrationType(e.method);
|
|
17642
|
-
})(Dr || (
|
|
17650
|
+
})(Dr || (it.SemanticTokensRegistrationType = Dr = {}));
|
|
17643
17651
|
var cl;
|
|
17644
17652
|
(function(e) {
|
|
17645
17653
|
e.method = "textDocument/semanticTokens/full", e.messageDirection = Ut.MessageDirection.clientToServer, e.type = new Ut.ProtocolRequestType(e.method), e.registrationMethod = Dr.method;
|
|
17646
|
-
})(cl || (
|
|
17654
|
+
})(cl || (it.SemanticTokensRequest = cl = {}));
|
|
17647
17655
|
var ll;
|
|
17648
17656
|
(function(e) {
|
|
17649
17657
|
e.method = "textDocument/semanticTokens/full/delta", e.messageDirection = Ut.MessageDirection.clientToServer, e.type = new Ut.ProtocolRequestType(e.method), e.registrationMethod = Dr.method;
|
|
17650
|
-
})(ll || (
|
|
17658
|
+
})(ll || (it.SemanticTokensDeltaRequest = ll = {}));
|
|
17651
17659
|
var ul;
|
|
17652
17660
|
(function(e) {
|
|
17653
17661
|
e.method = "textDocument/semanticTokens/range", e.messageDirection = Ut.MessageDirection.clientToServer, e.type = new Ut.ProtocolRequestType(e.method), e.registrationMethod = Dr.method;
|
|
17654
|
-
})(ul || (
|
|
17662
|
+
})(ul || (it.SemanticTokensRangeRequest = ul = {}));
|
|
17655
17663
|
var hl;
|
|
17656
17664
|
(function(e) {
|
|
17657
17665
|
e.method = "workspace/semanticTokens/refresh", e.messageDirection = Ut.MessageDirection.serverToClient, e.type = new Ut.ProtocolRequestType0(e.method);
|
|
17658
|
-
})(hl || (
|
|
17659
|
-
var
|
|
17660
|
-
Object.defineProperty(
|
|
17661
|
-
|
|
17666
|
+
})(hl || (it.SemanticTokensRefreshRequest = hl = {}));
|
|
17667
|
+
var Xn = {};
|
|
17668
|
+
Object.defineProperty(Xn, "__esModule", { value: !0 });
|
|
17669
|
+
Xn.ShowDocumentRequest = void 0;
|
|
17662
17670
|
const dl = _e;
|
|
17663
17671
|
var fl;
|
|
17664
17672
|
(function(e) {
|
|
17665
17673
|
e.method = "window/showDocument", e.messageDirection = dl.MessageDirection.serverToClient, e.type = new dl.ProtocolRequestType(e.method);
|
|
17666
|
-
})(fl || (
|
|
17667
|
-
var
|
|
17668
|
-
Object.defineProperty(
|
|
17669
|
-
|
|
17674
|
+
})(fl || (Xn.ShowDocumentRequest = fl = {}));
|
|
17675
|
+
var Yn = {};
|
|
17676
|
+
Object.defineProperty(Yn, "__esModule", { value: !0 });
|
|
17677
|
+
Yn.LinkedEditingRangeRequest = void 0;
|
|
17670
17678
|
const pl = _e;
|
|
17671
17679
|
var _l;
|
|
17672
17680
|
(function(e) {
|
|
17673
17681
|
e.method = "textDocument/linkedEditingRange", e.messageDirection = pl.MessageDirection.clientToServer, e.type = new pl.ProtocolRequestType(e.method);
|
|
17674
|
-
})(_l || (
|
|
17675
|
-
var
|
|
17676
|
-
Object.defineProperty(
|
|
17677
|
-
|
|
17682
|
+
})(_l || (Yn.LinkedEditingRangeRequest = _l = {}));
|
|
17683
|
+
var Ve = {};
|
|
17684
|
+
Object.defineProperty(Ve, "__esModule", { value: !0 });
|
|
17685
|
+
Ve.WillDeleteFilesRequest = Ve.DidDeleteFilesNotification = Ve.DidRenameFilesNotification = Ve.WillRenameFilesRequest = Ve.DidCreateFilesNotification = Ve.WillCreateFilesRequest = Ve.FileOperationPatternKind = void 0;
|
|
17678
17686
|
const ft = _e;
|
|
17679
17687
|
var gl;
|
|
17680
17688
|
(function(e) {
|
|
17681
17689
|
e.file = "file", e.folder = "folder";
|
|
17682
|
-
})(gl || (
|
|
17690
|
+
})(gl || (Ve.FileOperationPatternKind = gl = {}));
|
|
17683
17691
|
var ml;
|
|
17684
17692
|
(function(e) {
|
|
17685
17693
|
e.method = "workspace/willCreateFiles", e.messageDirection = ft.MessageDirection.clientToServer, e.type = new ft.ProtocolRequestType(e.method);
|
|
17686
|
-
})(ml || (
|
|
17694
|
+
})(ml || (Ve.WillCreateFilesRequest = ml = {}));
|
|
17687
17695
|
var vl;
|
|
17688
17696
|
(function(e) {
|
|
17689
17697
|
e.method = "workspace/didCreateFiles", e.messageDirection = ft.MessageDirection.clientToServer, e.type = new ft.ProtocolNotificationType(e.method);
|
|
17690
|
-
})(vl || (
|
|
17698
|
+
})(vl || (Ve.DidCreateFilesNotification = vl = {}));
|
|
17691
17699
|
var Sl;
|
|
17692
17700
|
(function(e) {
|
|
17693
17701
|
e.method = "workspace/willRenameFiles", e.messageDirection = ft.MessageDirection.clientToServer, e.type = new ft.ProtocolRequestType(e.method);
|
|
17694
|
-
})(Sl || (
|
|
17702
|
+
})(Sl || (Ve.WillRenameFilesRequest = Sl = {}));
|
|
17695
17703
|
var yl;
|
|
17696
17704
|
(function(e) {
|
|
17697
17705
|
e.method = "workspace/didRenameFiles", e.messageDirection = ft.MessageDirection.clientToServer, e.type = new ft.ProtocolNotificationType(e.method);
|
|
17698
|
-
})(yl || (
|
|
17706
|
+
})(yl || (Ve.DidRenameFilesNotification = yl = {}));
|
|
17699
17707
|
var bl;
|
|
17700
17708
|
(function(e) {
|
|
17701
17709
|
e.method = "workspace/didDeleteFiles", e.messageDirection = ft.MessageDirection.clientToServer, e.type = new ft.ProtocolNotificationType(e.method);
|
|
17702
|
-
})(bl || (
|
|
17710
|
+
})(bl || (Ve.DidDeleteFilesNotification = bl = {}));
|
|
17703
17711
|
var Cl;
|
|
17704
17712
|
(function(e) {
|
|
17705
17713
|
e.method = "workspace/willDeleteFiles", e.messageDirection = ft.MessageDirection.clientToServer, e.type = new ft.ProtocolRequestType(e.method);
|
|
17706
|
-
})(Cl || (
|
|
17714
|
+
})(Cl || (Ve.WillDeleteFilesRequest = Cl = {}));
|
|
17707
17715
|
var ti = {};
|
|
17708
17716
|
Object.defineProperty(ti, "__esModule", { value: !0 });
|
|
17709
17717
|
ti.MonikerRequest = ti.MonikerKind = ti.UniquenessLevel = void 0;
|
|
@@ -17739,14 +17747,14 @@ var Ll;
|
|
|
17739
17747
|
var Gi = {};
|
|
17740
17748
|
Object.defineProperty(Gi, "__esModule", { value: !0 });
|
|
17741
17749
|
Gi.InlineValueRefreshRequest = Gi.InlineValueRequest = void 0;
|
|
17742
|
-
const
|
|
17750
|
+
const Ln = _e;
|
|
17743
17751
|
var Tl;
|
|
17744
17752
|
(function(e) {
|
|
17745
|
-
e.method = "textDocument/inlineValue", e.messageDirection =
|
|
17753
|
+
e.method = "textDocument/inlineValue", e.messageDirection = Ln.MessageDirection.clientToServer, e.type = new Ln.ProtocolRequestType(e.method);
|
|
17746
17754
|
})(Tl || (Gi.InlineValueRequest = Tl = {}));
|
|
17747
17755
|
var Ml;
|
|
17748
17756
|
(function(e) {
|
|
17749
|
-
e.method = "workspace/inlineValue/refresh", e.messageDirection =
|
|
17757
|
+
e.method = "workspace/inlineValue/refresh", e.messageDirection = Ln.MessageDirection.serverToClient, e.type = new Ln.ProtocolRequestType0(e.method);
|
|
17750
17758
|
})(Ml || (Gi.InlineValueRefreshRequest = Ml = {}));
|
|
17751
17759
|
var ri = {};
|
|
17752
17760
|
Object.defineProperty(ri, "__esModule", { value: !0 });
|
|
@@ -17796,15 +17804,15 @@ var Ie = {};
|
|
|
17796
17804
|
Object.defineProperty(Ie, "__esModule", { value: !0 });
|
|
17797
17805
|
Ie.DidCloseNotebookDocumentNotification = Ie.DidSaveNotebookDocumentNotification = Ie.DidChangeNotebookDocumentNotification = Ie.NotebookCellArrayChange = Ie.DidOpenNotebookDocumentNotification = Ie.NotebookDocumentSyncRegistrationType = Ie.NotebookDocument = Ie.NotebookCell = Ie.ExecutionSummary = Ie.NotebookCellKind = void 0;
|
|
17798
17806
|
const Pr = Ma, St = xe, At = _e;
|
|
17799
|
-
var
|
|
17807
|
+
var oa;
|
|
17800
17808
|
(function(e) {
|
|
17801
17809
|
e.Markup = 1, e.Code = 2;
|
|
17802
17810
|
function t(r) {
|
|
17803
17811
|
return r === 1 || r === 2;
|
|
17804
17812
|
}
|
|
17805
17813
|
e.is = t;
|
|
17806
|
-
})(
|
|
17807
|
-
var
|
|
17814
|
+
})(oa || (Ie.NotebookCellKind = oa = {}));
|
|
17815
|
+
var aa;
|
|
17808
17816
|
(function(e) {
|
|
17809
17817
|
function t(o, p) {
|
|
17810
17818
|
const v = { executionOrder: o };
|
|
@@ -17820,8 +17828,8 @@ var oa;
|
|
|
17820
17828
|
return o === p ? !0 : o == null || p === null || p === void 0 ? !1 : o.executionOrder === p.executionOrder && o.success === p.success;
|
|
17821
17829
|
}
|
|
17822
17830
|
e.equals = i;
|
|
17823
|
-
})(
|
|
17824
|
-
var
|
|
17831
|
+
})(aa || (Ie.ExecutionSummary = aa = {}));
|
|
17832
|
+
var Tn;
|
|
17825
17833
|
(function(e) {
|
|
17826
17834
|
function t(p, v) {
|
|
17827
17835
|
return { kind: p, document: v };
|
|
@@ -17829,12 +17837,12 @@ var Pn;
|
|
|
17829
17837
|
e.create = t;
|
|
17830
17838
|
function r(p) {
|
|
17831
17839
|
const v = p;
|
|
17832
|
-
return St.objectLiteral(v) &&
|
|
17840
|
+
return St.objectLiteral(v) && oa.is(v.kind) && Pr.DocumentUri.is(v.document) && (v.metadata === void 0 || St.objectLiteral(v.metadata));
|
|
17833
17841
|
}
|
|
17834
17842
|
e.is = r;
|
|
17835
17843
|
function i(p, v) {
|
|
17836
17844
|
const n = /* @__PURE__ */ new Set();
|
|
17837
|
-
return p.document !== v.document && n.add("document"), p.kind !== v.kind && n.add("kind"), p.executionSummary !== v.executionSummary && n.add("executionSummary"), (p.metadata !== void 0 || v.metadata !== void 0) && !o(p.metadata, v.metadata) && n.add("metadata"), (p.executionSummary !== void 0 || v.executionSummary !== void 0) && !
|
|
17845
|
+
return p.document !== v.document && n.add("document"), p.kind !== v.kind && n.add("kind"), p.executionSummary !== v.executionSummary && n.add("executionSummary"), (p.metadata !== void 0 || v.metadata !== void 0) && !o(p.metadata, v.metadata) && n.add("metadata"), (p.executionSummary !== void 0 || v.executionSummary !== void 0) && !aa.equals(p.executionSummary, v.executionSummary) && n.add("executionSummary"), n;
|
|
17838
17846
|
}
|
|
17839
17847
|
e.diff = i;
|
|
17840
17848
|
function o(p, v) {
|
|
@@ -17864,7 +17872,7 @@ var Pn;
|
|
|
17864
17872
|
}
|
|
17865
17873
|
return !0;
|
|
17866
17874
|
}
|
|
17867
|
-
})(
|
|
17875
|
+
})(Tn || (Ie.NotebookCell = Tn = {}));
|
|
17868
17876
|
var jl;
|
|
17869
17877
|
(function(e) {
|
|
17870
17878
|
function t(i, o, p, v) {
|
|
@@ -17873,7 +17881,7 @@ var jl;
|
|
|
17873
17881
|
e.create = t;
|
|
17874
17882
|
function r(i) {
|
|
17875
17883
|
const o = i;
|
|
17876
|
-
return St.objectLiteral(o) && St.string(o.uri) && Pr.integer.is(o.version) && St.typedArray(o.cells,
|
|
17884
|
+
return St.objectLiteral(o) && St.string(o.uri) && Pr.integer.is(o.version) && St.typedArray(o.cells, Tn.is);
|
|
17877
17885
|
}
|
|
17878
17886
|
e.is = r;
|
|
17879
17887
|
})(jl || (Ie.NotebookDocument = jl = {}));
|
|
@@ -17889,7 +17897,7 @@ var $l;
|
|
|
17889
17897
|
(function(e) {
|
|
17890
17898
|
function t(i) {
|
|
17891
17899
|
const o = i;
|
|
17892
|
-
return St.objectLiteral(o) && Pr.uinteger.is(o.start) && Pr.uinteger.is(o.deleteCount) && (o.cells === void 0 || St.typedArray(o.cells,
|
|
17900
|
+
return St.objectLiteral(o) && Pr.uinteger.is(o.start) && Pr.uinteger.is(o.deleteCount) && (o.cells === void 0 || St.typedArray(o.cells, Tn.is));
|
|
17893
17901
|
}
|
|
17894
17902
|
e.is = t;
|
|
17895
17903
|
function r(i, o, p) {
|
|
@@ -17910,21 +17918,21 @@ var Ul;
|
|
|
17910
17918
|
(function(e) {
|
|
17911
17919
|
e.method = "notebookDocument/didClose", e.messageDirection = At.MessageDirection.clientToServer, e.type = new At.ProtocolNotificationType(e.method), e.registrationMethod = Yi.method;
|
|
17912
17920
|
})(Ul || (Ie.DidCloseNotebookDocumentNotification = Ul = {}));
|
|
17913
|
-
var
|
|
17914
|
-
Object.defineProperty(
|
|
17915
|
-
|
|
17921
|
+
var Zn = {};
|
|
17922
|
+
Object.defineProperty(Zn, "__esModule", { value: !0 });
|
|
17923
|
+
Zn.InlineCompletionRequest = void 0;
|
|
17916
17924
|
const Vl = _e;
|
|
17917
17925
|
var Kl;
|
|
17918
17926
|
(function(e) {
|
|
17919
17927
|
e.method = "textDocument/inlineCompletion", e.messageDirection = Vl.MessageDirection.clientToServer, e.type = new Vl.ProtocolRequestType(e.method);
|
|
17920
|
-
})(Kl || (
|
|
17928
|
+
})(Kl || (Zn.InlineCompletionRequest = Kl = {}));
|
|
17921
17929
|
(function(e) {
|
|
17922
17930
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.WorkspaceSymbolRequest = e.CodeActionResolveRequest = e.CodeActionRequest = e.DocumentSymbolRequest = e.DocumentHighlightRequest = e.ReferencesRequest = e.DefinitionRequest = e.SignatureHelpRequest = e.SignatureHelpTriggerKind = e.HoverRequest = e.CompletionResolveRequest = e.CompletionRequest = e.CompletionTriggerKind = e.PublishDiagnosticsNotification = e.WatchKind = e.RelativePattern = e.FileChangeType = e.DidChangeWatchedFilesNotification = e.WillSaveTextDocumentWaitUntilRequest = e.WillSaveTextDocumentNotification = e.TextDocumentSaveReason = e.DidSaveTextDocumentNotification = e.DidCloseTextDocumentNotification = e.DidChangeTextDocumentNotification = e.TextDocumentContentChangeEvent = e.DidOpenTextDocumentNotification = e.TextDocumentSyncKind = e.TelemetryEventNotification = e.LogMessageNotification = e.ShowMessageRequest = e.ShowMessageNotification = e.MessageType = e.DidChangeConfigurationNotification = e.ExitNotification = e.ShutdownRequest = e.InitializedNotification = e.InitializeErrorCodes = e.InitializeRequest = e.WorkDoneProgressOptions = e.TextDocumentRegistrationOptions = e.StaticRegistrationOptions = e.PositionEncodingKind = e.FailureHandlingKind = e.ResourceOperationKind = e.UnregistrationRequest = e.RegistrationRequest = e.DocumentSelector = e.NotebookCellTextDocumentFilter = e.NotebookDocumentFilter = e.TextDocumentFilter = void 0, e.MonikerRequest = e.MonikerKind = e.UniquenessLevel = e.WillDeleteFilesRequest = e.DidDeleteFilesNotification = e.WillRenameFilesRequest = e.DidRenameFilesNotification = e.WillCreateFilesRequest = e.DidCreateFilesNotification = e.FileOperationPatternKind = e.LinkedEditingRangeRequest = e.ShowDocumentRequest = e.SemanticTokensRegistrationType = e.SemanticTokensRefreshRequest = e.SemanticTokensRangeRequest = e.SemanticTokensDeltaRequest = e.SemanticTokensRequest = e.TokenFormat = e.CallHierarchyPrepareRequest = e.CallHierarchyOutgoingCallsRequest = e.CallHierarchyIncomingCallsRequest = e.WorkDoneProgressCancelNotification = e.WorkDoneProgressCreateRequest = e.WorkDoneProgress = e.SelectionRangeRequest = e.DeclarationRequest = e.FoldingRangeRefreshRequest = e.FoldingRangeRequest = e.ColorPresentationRequest = e.DocumentColorRequest = e.ConfigurationRequest = e.DidChangeWorkspaceFoldersNotification = e.WorkspaceFoldersRequest = e.TypeDefinitionRequest = e.ImplementationRequest = e.ApplyWorkspaceEditRequest = e.ExecuteCommandRequest = e.PrepareRenameRequest = e.RenameRequest = e.PrepareSupportDefaultBehavior = e.DocumentOnTypeFormattingRequest = e.DocumentRangesFormattingRequest = e.DocumentRangeFormattingRequest = e.DocumentFormattingRequest = e.DocumentLinkResolveRequest = e.DocumentLinkRequest = e.CodeLensRefreshRequest = e.CodeLensResolveRequest = e.CodeLensRequest = e.WorkspaceSymbolResolveRequest = void 0, e.InlineCompletionRequest = e.DidCloseNotebookDocumentNotification = e.DidSaveNotebookDocumentNotification = e.DidChangeNotebookDocumentNotification = e.NotebookCellArrayChange = e.DidOpenNotebookDocumentNotification = e.NotebookDocumentSyncRegistrationType = e.NotebookDocument = e.NotebookCell = e.ExecutionSummary = e.NotebookCellKind = e.DiagnosticRefreshRequest = e.WorkspaceDiagnosticRequest = e.DocumentDiagnosticRequest = e.DocumentDiagnosticReportKind = e.DiagnosticServerCancellationData = e.InlayHintRefreshRequest = e.InlayHintResolveRequest = e.InlayHintRequest = e.InlineValueRefreshRequest = e.InlineValueRequest = e.TypeHierarchySupertypesRequest = e.TypeHierarchySubtypesRequest = e.TypeHierarchyPrepareRequest = void 0;
|
|
17923
|
-
const t = _e, r = Ma, i = xe, o =
|
|
17931
|
+
const t = _e, r = Ma, i = xe, o = Un;
|
|
17924
17932
|
Object.defineProperty(e, "ImplementationRequest", { enumerable: !0, get: function() {
|
|
17925
17933
|
return o.ImplementationRequest;
|
|
17926
17934
|
} });
|
|
17927
|
-
const p =
|
|
17935
|
+
const p = Vn;
|
|
17928
17936
|
Object.defineProperty(e, "TypeDefinitionRequest", { enumerable: !0, get: function() {
|
|
17929
17937
|
return p.TypeDefinitionRequest;
|
|
17930
17938
|
} });
|
|
@@ -17934,7 +17942,7 @@ var Kl;
|
|
|
17934
17942
|
} }), Object.defineProperty(e, "DidChangeWorkspaceFoldersNotification", { enumerable: !0, get: function() {
|
|
17935
17943
|
return v.DidChangeWorkspaceFoldersNotification;
|
|
17936
17944
|
} });
|
|
17937
|
-
const n =
|
|
17945
|
+
const n = Kn;
|
|
17938
17946
|
Object.defineProperty(e, "ConfigurationRequest", { enumerable: !0, get: function() {
|
|
17939
17947
|
return n.ConfigurationRequest;
|
|
17940
17948
|
} });
|
|
@@ -17950,11 +17958,11 @@ var Kl;
|
|
|
17950
17958
|
} }), Object.defineProperty(e, "FoldingRangeRefreshRequest", { enumerable: !0, get: function() {
|
|
17951
17959
|
return c.FoldingRangeRefreshRequest;
|
|
17952
17960
|
} });
|
|
17953
|
-
const u =
|
|
17961
|
+
const u = Gn;
|
|
17954
17962
|
Object.defineProperty(e, "DeclarationRequest", { enumerable: !0, get: function() {
|
|
17955
17963
|
return u.DeclarationRequest;
|
|
17956
17964
|
} });
|
|
17957
|
-
const h =
|
|
17965
|
+
const h = Jn;
|
|
17958
17966
|
Object.defineProperty(e, "SelectionRangeRequest", { enumerable: !0, get: function() {
|
|
17959
17967
|
return h.SelectionRangeRequest;
|
|
17960
17968
|
} });
|
|
@@ -17974,7 +17982,7 @@ var Kl;
|
|
|
17974
17982
|
} }), Object.defineProperty(e, "CallHierarchyPrepareRequest", { enumerable: !0, get: function() {
|
|
17975
17983
|
return d.CallHierarchyPrepareRequest;
|
|
17976
17984
|
} });
|
|
17977
|
-
const m =
|
|
17985
|
+
const m = it;
|
|
17978
17986
|
Object.defineProperty(e, "TokenFormat", { enumerable: !0, get: function() {
|
|
17979
17987
|
return m.TokenFormat;
|
|
17980
17988
|
} }), Object.defineProperty(e, "SemanticTokensRequest", { enumerable: !0, get: function() {
|
|
@@ -17988,15 +17996,15 @@ var Kl;
|
|
|
17988
17996
|
} }), Object.defineProperty(e, "SemanticTokensRegistrationType", { enumerable: !0, get: function() {
|
|
17989
17997
|
return m.SemanticTokensRegistrationType;
|
|
17990
17998
|
} });
|
|
17991
|
-
const y =
|
|
17999
|
+
const y = Xn;
|
|
17992
18000
|
Object.defineProperty(e, "ShowDocumentRequest", { enumerable: !0, get: function() {
|
|
17993
18001
|
return y.ShowDocumentRequest;
|
|
17994
18002
|
} });
|
|
17995
|
-
const f =
|
|
18003
|
+
const f = Yn;
|
|
17996
18004
|
Object.defineProperty(e, "LinkedEditingRangeRequest", { enumerable: !0, get: function() {
|
|
17997
18005
|
return f.LinkedEditingRangeRequest;
|
|
17998
18006
|
} });
|
|
17999
|
-
const g =
|
|
18007
|
+
const g = Ve;
|
|
18000
18008
|
Object.defineProperty(e, "FileOperationPatternKind", { enumerable: !0, get: function() {
|
|
18001
18009
|
return g.FileOperationPatternKind;
|
|
18002
18010
|
} }), Object.defineProperty(e, "DidCreateFilesNotification", { enumerable: !0, get: function() {
|
|
@@ -18076,7 +18084,7 @@ var Kl;
|
|
|
18076
18084
|
} }), Object.defineProperty(e, "DidCloseNotebookDocumentNotification", { enumerable: !0, get: function() {
|
|
18077
18085
|
return E.DidCloseNotebookDocumentNotification;
|
|
18078
18086
|
} });
|
|
18079
|
-
const C =
|
|
18087
|
+
const C = Zn;
|
|
18080
18088
|
Object.defineProperty(e, "InlineCompletionRequest", { enumerable: !0, get: function() {
|
|
18081
18089
|
return C.InlineCompletionRequest;
|
|
18082
18090
|
} });
|
|
@@ -18286,18 +18294,18 @@ var Kl;
|
|
|
18286
18294
|
(function(L) {
|
|
18287
18295
|
L.method = "textDocument/completion", L.messageDirection = t.MessageDirection.clientToServer, L.type = new t.ProtocolRequestType(L.method);
|
|
18288
18296
|
})(Ht || (e.CompletionRequest = Ht = {}));
|
|
18289
|
-
var
|
|
18297
|
+
var Qe;
|
|
18290
18298
|
(function(L) {
|
|
18291
18299
|
L.method = "completionItem/resolve", L.messageDirection = t.MessageDirection.clientToServer, L.type = new t.ProtocolRequestType(L.method);
|
|
18292
|
-
})(
|
|
18293
|
-
var
|
|
18300
|
+
})(Qe || (e.CompletionResolveRequest = Qe = {}));
|
|
18301
|
+
var et;
|
|
18294
18302
|
(function(L) {
|
|
18295
18303
|
L.method = "textDocument/hover", L.messageDirection = t.MessageDirection.clientToServer, L.type = new t.ProtocolRequestType(L.method);
|
|
18296
|
-
})(
|
|
18297
|
-
var
|
|
18304
|
+
})(et || (e.HoverRequest = et = {}));
|
|
18305
|
+
var tt;
|
|
18298
18306
|
(function(L) {
|
|
18299
18307
|
L.Invoked = 1, L.TriggerCharacter = 2, L.ContentChange = 3;
|
|
18300
|
-
})(
|
|
18308
|
+
})(tt || (e.SignatureHelpTriggerKind = tt = {}));
|
|
18301
18309
|
var Rt;
|
|
18302
18310
|
(function(L) {
|
|
18303
18311
|
L.method = "textDocument/signatureHelp", L.messageDirection = t.MessageDirection.clientToServer, L.type = new t.ProtocolRequestType(L.method);
|
|
@@ -18391,16 +18399,16 @@ var Kl;
|
|
|
18391
18399
|
L.method = "workspace/applyEdit", L.messageDirection = t.MessageDirection.serverToClient, L.type = new t.ProtocolRequestType("workspace/applyEdit");
|
|
18392
18400
|
})(rr || (e.ApplyWorkspaceEditRequest = rr = {}));
|
|
18393
18401
|
})(oh);
|
|
18394
|
-
var
|
|
18395
|
-
Object.defineProperty(
|
|
18396
|
-
|
|
18402
|
+
var Qn = {};
|
|
18403
|
+
Object.defineProperty(Qn, "__esModule", { value: !0 });
|
|
18404
|
+
Qn.createProtocolConnection = void 0;
|
|
18397
18405
|
const Gl = ki;
|
|
18398
18406
|
function g0(e, t, r, i) {
|
|
18399
18407
|
return Gl.ConnectionStrategy.is(i) && (i = { connectionStrategy: i }), (0, Gl.createMessageConnection)(e, t, r, i);
|
|
18400
18408
|
}
|
|
18401
|
-
|
|
18409
|
+
Qn.createProtocolConnection = g0;
|
|
18402
18410
|
(function(e) {
|
|
18403
|
-
var t =
|
|
18411
|
+
var t = st && st.__createBinding || (Object.create ? function(p, v, n, s) {
|
|
18404
18412
|
s === void 0 && (s = n);
|
|
18405
18413
|
var c = Object.getOwnPropertyDescriptor(v, n);
|
|
18406
18414
|
(!c || ("get" in c ? !v.__esModule : c.writable || c.configurable)) && (c = { enumerable: !0, get: function() {
|
|
@@ -18408,11 +18416,11 @@ Yn.createProtocolConnection = g0;
|
|
|
18408
18416
|
} }), Object.defineProperty(p, s, c);
|
|
18409
18417
|
} : function(p, v, n, s) {
|
|
18410
18418
|
s === void 0 && (s = n), p[s] = v[n];
|
|
18411
|
-
}), r =
|
|
18419
|
+
}), r = st && st.__exportStar || function(p, v) {
|
|
18412
18420
|
for (var n in p) n !== "default" && !Object.prototype.hasOwnProperty.call(v, n) && t(v, p, n);
|
|
18413
18421
|
};
|
|
18414
18422
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.LSPErrorCodes = e.createProtocolConnection = void 0, r(ki, e), r(Ma, e), r(_e, e), r(oh, e);
|
|
18415
|
-
var i =
|
|
18423
|
+
var i = Qn;
|
|
18416
18424
|
Object.defineProperty(e, "createProtocolConnection", { enumerable: !0, get: function() {
|
|
18417
18425
|
return i.createProtocolConnection;
|
|
18418
18426
|
} });
|
|
@@ -18422,7 +18430,7 @@ Yn.createProtocolConnection = g0;
|
|
|
18422
18430
|
})(o || (e.LSPErrorCodes = o = {}));
|
|
18423
18431
|
})(sh);
|
|
18424
18432
|
(function(e) {
|
|
18425
|
-
var t =
|
|
18433
|
+
var t = st && st.__createBinding || (Object.create ? function(p, v, n, s) {
|
|
18426
18434
|
s === void 0 && (s = n);
|
|
18427
18435
|
var c = Object.getOwnPropertyDescriptor(v, n);
|
|
18428
18436
|
(!c || ("get" in c ? !v.__esModule : c.writable || c.configurable)) && (c = { enumerable: !0, get: function() {
|
|
@@ -18430,7 +18438,7 @@ Yn.createProtocolConnection = g0;
|
|
|
18430
18438
|
} }), Object.defineProperty(p, s, c);
|
|
18431
18439
|
} : function(p, v, n, s) {
|
|
18432
18440
|
s === void 0 && (s = n), p[s] = v[n];
|
|
18433
|
-
}), r =
|
|
18441
|
+
}), r = st && st.__exportStar || function(p, v) {
|
|
18434
18442
|
for (var n in p) n !== "default" && !Object.prototype.hasOwnProperty.call(v, n) && t(v, p, n);
|
|
18435
18443
|
};
|
|
18436
18444
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.createProtocolConnection = void 0;
|
|
@@ -18480,14 +18488,14 @@ const m0 = (e) => ({
|
|
|
18480
18488
|
};
|
|
18481
18489
|
}, y0 = (e) => {
|
|
18482
18490
|
const t = Object.keys(pe.CompletionItemKind).find((r) => pe.CompletionItemKind[r] === e);
|
|
18483
|
-
return t ?
|
|
18484
|
-
}, b0 = (e) => e.flatMap((t) => t === pe.CompletionItemTag.Deprecated ? [
|
|
18491
|
+
return t ? Ke.CompletionItemKind[t] : Ke.CompletionItemKind.Text;
|
|
18492
|
+
}, b0 = (e) => e.flatMap((t) => t === pe.CompletionItemTag.Deprecated ? [Ke.CompletionItemTag.Deprecated] : []), C0 = (e) => {
|
|
18485
18493
|
switch (e) {
|
|
18486
|
-
case
|
|
18494
|
+
case Ke.CompletionTriggerKind.Invoke:
|
|
18487
18495
|
return pe.CompletionTriggerKind.Invoked;
|
|
18488
|
-
case
|
|
18496
|
+
case Ke.CompletionTriggerKind.TriggerCharacter:
|
|
18489
18497
|
return pe.CompletionTriggerKind.TriggerCharacter;
|
|
18490
|
-
case
|
|
18498
|
+
case Ke.CompletionTriggerKind.TriggerForIncompleteCompletions:
|
|
18491
18499
|
return pe.CompletionTriggerKind.TriggerForIncompleteCompletions;
|
|
18492
18500
|
default:
|
|
18493
18501
|
return pe.CompletionTriggerKind.Invoked;
|
|
@@ -18495,16 +18503,16 @@ const m0 = (e) => ({
|
|
|
18495
18503
|
}, w0 = (e) => ({
|
|
18496
18504
|
triggerKind: C0(e.triggerKind),
|
|
18497
18505
|
triggerCharacter: e.triggerCharacter
|
|
18498
|
-
}),
|
|
18506
|
+
}), ca = (e, t) => {
|
|
18499
18507
|
var p, v;
|
|
18500
18508
|
const r = {
|
|
18501
18509
|
label: e.label,
|
|
18502
18510
|
detail: (p = e.labelDetails) == null ? void 0 : p.detail,
|
|
18503
18511
|
description: (v = e.labelDetails) == null ? void 0 : v.description
|
|
18504
18512
|
}, i = b0(e.tags ?? []);
|
|
18505
|
-
e.deprecated && i.push(
|
|
18506
|
-
let o =
|
|
18507
|
-
return e.insertTextFormat === pe.InsertTextFormat.Snippet ? o =
|
|
18513
|
+
e.deprecated && i.push(Ke.CompletionItemTag.Deprecated);
|
|
18514
|
+
let o = Ke.CompletionItemInsertTextRule.None;
|
|
18515
|
+
return e.insertTextFormat === pe.InsertTextFormat.Snippet ? o = Ke.CompletionItemInsertTextRule.InsertAsSnippet : e.insertTextMode === pe.InsertTextMode.adjustIndentation && (o = Ke.CompletionItemInsertTextRule.KeepWhitespace), {
|
|
18508
18516
|
label: r,
|
|
18509
18517
|
kind: y0(e.kind ?? pe.CompletionItemKind.Text),
|
|
18510
18518
|
tags: i,
|
|
@@ -18542,9 +18550,9 @@ const m0 = (e) => ({
|
|
|
18542
18550
|
}), R0 = (e, t, r) => {
|
|
18543
18551
|
const i = S0(t, r);
|
|
18544
18552
|
return Array.isArray(e) ? {
|
|
18545
|
-
suggestions: e.map((o) =>
|
|
18553
|
+
suggestions: e.map((o) => ca(o, i))
|
|
18546
18554
|
} : {
|
|
18547
|
-
suggestions: e.items.map((o) =>
|
|
18555
|
+
suggestions: e.items.map((o) => ca(o, i)),
|
|
18548
18556
|
incomplete: e.isIncomplete
|
|
18549
18557
|
};
|
|
18550
18558
|
}, D0 = (e) => {
|
|
@@ -18552,7 +18560,7 @@ const m0 = (e) => ({
|
|
|
18552
18560
|
label: typeof e.label == "string" ? e.label : e.label.label
|
|
18553
18561
|
};
|
|
18554
18562
|
return e.hasOwnProperty("data") && (t.data = e.data), t;
|
|
18555
|
-
}, P0 = (e, t) =>
|
|
18563
|
+
}, P0 = (e, t) => ca(e, t), L0 = (e) => {
|
|
18556
18564
|
switch (e) {
|
|
18557
18565
|
case pe.DiagnosticSeverity.Error:
|
|
18558
18566
|
return nr.Error;
|
|
@@ -18657,11 +18665,11 @@ ${i.value}
|
|
|
18657
18665
|
}
|
|
18658
18666
|
}, W0 = (e) => {
|
|
18659
18667
|
switch (e) {
|
|
18660
|
-
case
|
|
18668
|
+
case Ke.SignatureHelpTriggerKind.Invoke:
|
|
18661
18669
|
return pe.SignatureHelpTriggerKind.Invoked;
|
|
18662
|
-
case
|
|
18670
|
+
case Ke.SignatureHelpTriggerKind.TriggerCharacter:
|
|
18663
18671
|
return pe.SignatureHelpTriggerKind.TriggerCharacter;
|
|
18664
|
-
case
|
|
18672
|
+
case Ke.SignatureHelpTriggerKind.ContentChange:
|
|
18665
18673
|
return pe.SignatureHelpTriggerKind.ContentChange;
|
|
18666
18674
|
default:
|
|
18667
18675
|
return pe.SignatureHelpTriggerKind.Invoked;
|
|
@@ -18692,14 +18700,14 @@ ${i.value}
|
|
|
18692
18700
|
});
|
|
18693
18701
|
class Aa {
|
|
18694
18702
|
constructor(t, r, i) {
|
|
18695
|
-
|
|
18703
|
+
rt(this, "_connection");
|
|
18696
18704
|
/**
|
|
18697
18705
|
* Used to wait for the last change to be sent to the server. Monaco will
|
|
18698
18706
|
* always call onDidChangeContent first. While we send this change to the
|
|
18699
18707
|
* language server this promise is pending. Other requests that depend on
|
|
18700
18708
|
* the latest content must wait for this promise to resolve.
|
|
18701
18709
|
*/
|
|
18702
|
-
|
|
18710
|
+
rt(this, "_onChangeLock");
|
|
18703
18711
|
this._editorModel = t, this._connection = pe.createMessageConnection(r, i), this._connection.listen(), this._onChangeLock = Promise.resolve();
|
|
18704
18712
|
}
|
|
18705
18713
|
/**
|
|
@@ -18781,7 +18789,7 @@ class Aa {
|
|
|
18781
18789
|
* Hover
|
|
18782
18790
|
*/
|
|
18783
18791
|
registerHoverProvider() {
|
|
18784
|
-
|
|
18792
|
+
Ke.registerHoverProvider(this.getLanguageId(), {
|
|
18785
18793
|
provideHover: async (t, r) => {
|
|
18786
18794
|
await this._onChangeLock;
|
|
18787
18795
|
const i = await this._connection.sendRequest(
|
|
@@ -18796,7 +18804,7 @@ class Aa {
|
|
|
18796
18804
|
* Auto-completion
|
|
18797
18805
|
*/
|
|
18798
18806
|
registerCompletionProvider(t) {
|
|
18799
|
-
|
|
18807
|
+
Ke.registerCompletionItemProvider(this.getLanguageId(), {
|
|
18800
18808
|
triggerCharacters: t.triggerCharacters,
|
|
18801
18809
|
provideCompletionItems: async (r, i, o) => {
|
|
18802
18810
|
await this._onChangeLock;
|
|
@@ -18819,7 +18827,7 @@ class Aa {
|
|
|
18819
18827
|
* Signature help
|
|
18820
18828
|
*/
|
|
18821
18829
|
registerSignatureHelpProvider(t) {
|
|
18822
|
-
|
|
18830
|
+
Ke.registerSignatureHelpProvider(this.getLanguageId(), {
|
|
18823
18831
|
signatureHelpTriggerCharacters: t.triggerCharacters,
|
|
18824
18832
|
signatureHelpRetriggerCharacters: t.retriggerCharacters,
|
|
18825
18833
|
provideSignatureHelp: async (r, i, o, p) => {
|
|
@@ -18851,8 +18859,8 @@ class Aa {
|
|
|
18851
18859
|
class G0 extends pe.AbstractMessageReader {
|
|
18852
18860
|
constructor() {
|
|
18853
18861
|
super();
|
|
18854
|
-
|
|
18855
|
-
|
|
18862
|
+
rt(this, "messageCache", []);
|
|
18863
|
+
rt(this, "callback");
|
|
18856
18864
|
wi().registerEventHandler("language-server", (r) => {
|
|
18857
18865
|
this.readMessage(r);
|
|
18858
18866
|
}), this.callback = null;
|
|
@@ -18898,7 +18906,7 @@ const Ly = (e) => {
|
|
|
18898
18906
|
hh = e;
|
|
18899
18907
|
}, pi = class pi {
|
|
18900
18908
|
constructor() {
|
|
18901
|
-
|
|
18909
|
+
rt(this, "_eventHandlers", {});
|
|
18902
18910
|
this.startPolling();
|
|
18903
18911
|
}
|
|
18904
18912
|
async startPolling() {
|
|
@@ -18924,11 +18932,11 @@ const Ly = (e) => {
|
|
|
18924
18932
|
}
|
|
18925
18933
|
};
|
|
18926
18934
|
// eslint-disable-next-line no-use-before-define
|
|
18927
|
-
|
|
18928
|
-
let
|
|
18935
|
+
rt(pi, "instance");
|
|
18936
|
+
let la = pi;
|
|
18929
18937
|
const _i = class _i {
|
|
18930
18938
|
constructor() {
|
|
18931
|
-
|
|
18939
|
+
rt(this, "jsonDataService");
|
|
18932
18940
|
this.jsonDataService = yi.getInstance();
|
|
18933
18941
|
}
|
|
18934
18942
|
async sendToService(t, r) {
|
|
@@ -18953,20 +18961,20 @@ const _i = class _i {
|
|
|
18953
18961
|
}
|
|
18954
18962
|
};
|
|
18955
18963
|
// eslint-disable-next-line no-use-before-define
|
|
18956
|
-
|
|
18957
|
-
let
|
|
18964
|
+
rt(_i, "instance");
|
|
18965
|
+
let Mn = _i;
|
|
18958
18966
|
const X0 = {
|
|
18959
18967
|
sendToService(e, t) {
|
|
18960
|
-
return
|
|
18968
|
+
return Mn.getInstance().sendToService(e, t);
|
|
18961
18969
|
},
|
|
18962
18970
|
registerEventHandler(e, t) {
|
|
18963
|
-
|
|
18971
|
+
la.getInstance().registerEventHandler(e, t);
|
|
18964
18972
|
},
|
|
18965
18973
|
// TODO move this logic somewhere else to remove the dependency from the
|
|
18966
18974
|
// scripting-service to the main editor state
|
|
18967
18975
|
async connectToLanguageServer() {
|
|
18968
18976
|
var r;
|
|
18969
|
-
const e = (r =
|
|
18977
|
+
const e = (r = jn().value) == null ? void 0 : r.editorModel;
|
|
18970
18978
|
if (typeof e > "u")
|
|
18971
18979
|
throw Error("Editor model has not yet been initialized");
|
|
18972
18980
|
const t = await this.sendToService(
|
|
@@ -18981,23 +18989,23 @@ const X0 = {
|
|
|
18981
18989
|
throw Error(t.message ?? "Starting the language server failed");
|
|
18982
18990
|
},
|
|
18983
18991
|
isCallKnimeUiApiAvailable(e) {
|
|
18984
|
-
return
|
|
18992
|
+
return Mn.getInstance().isCallKnimeUiApiAvailable(e);
|
|
18985
18993
|
},
|
|
18986
18994
|
isLoggedIntoHub() {
|
|
18987
18995
|
return this.sendToService("isLoggedIntoHub");
|
|
18988
18996
|
}
|
|
18989
18997
|
}, wi = () => X0, Ty = () => {
|
|
18990
18998
|
wi().registerEventHandler("console", hh.write);
|
|
18991
|
-
}, Y0 =
|
|
18999
|
+
}, Y0 = pn().getInitialDataAndSettings().then((e) => e.initialData), Z0 = {
|
|
18992
19000
|
getInitialData: () => Y0
|
|
18993
|
-
}, Zi = () => Z0,
|
|
19001
|
+
}, Zi = () => Z0, ua = on(
|
|
18994
19002
|
{}
|
|
18995
|
-
), dh = () =>
|
|
18996
|
-
typeof
|
|
18997
|
-
}, ur = ie(!0),
|
|
18998
|
-
|
|
19003
|
+
), dh = () => ua, Q0 = () => {
|
|
19004
|
+
typeof ua.promptResponse < "u" && delete ua.promptResponse;
|
|
19005
|
+
}, ur = ie(!0), In = Qi(), eS = (e) => {
|
|
19006
|
+
In.value = e;
|
|
18999
19007
|
};
|
|
19000
|
-
|
|
19008
|
+
ze(() => jn().value, eS);
|
|
19001
19009
|
const tS = {
|
|
19002
19010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19003
19011
|
fill: "none",
|
|
@@ -19026,10 +19034,10 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19026
19034
|
setup(e, { emit: t }) {
|
|
19027
19035
|
const r = t, i = ie(), o = Qm.useDiffEditor({
|
|
19028
19036
|
container: i,
|
|
19029
|
-
originalModel:
|
|
19037
|
+
originalModel: In.value.editorModel,
|
|
19030
19038
|
modifiedFileName: "ai-suggestion"
|
|
19031
19039
|
}), p = dh();
|
|
19032
|
-
|
|
19040
|
+
ze(
|
|
19033
19041
|
() => {
|
|
19034
19042
|
var n;
|
|
19035
19043
|
return (n = p.promptResponse) == null ? void 0 : n.suggestedCode;
|
|
@@ -19063,7 +19071,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19063
19071
|
])
|
|
19064
19072
|
]));
|
|
19065
19073
|
}
|
|
19066
|
-
}), hS = /* @__PURE__ */ ve(uS, [["__scopeId", "data-v-e1291f05"]]), dS = (e) => (
|
|
19074
|
+
}), hS = /* @__PURE__ */ ve(uS, [["__scopeId", "data-v-e1291f05"]]), dS = (e) => (An("data-v-f2265532"), e = e(), On(), e), fS = { class: "disclaimer-container" }, pS = /* @__PURE__ */ dS(() => /* @__PURE__ */ Z("div", { class: "disclaimer-text" }, [
|
|
19067
19075
|
/* @__PURE__ */ Z("p", { style: { "font-weight": "bold" } }, "Disclaimer"),
|
|
19068
19076
|
/* @__PURE__ */ Z("p", null, " By using this coding assistant, you acknowledge and agree the following: Any information you enter into the prompt, as well as the current code (being edited) and table headers, may be shared with OpenAI and KNIME in order to provide and improve this service. "),
|
|
19069
19077
|
/* @__PURE__ */ Z("p", null, " KNIME is not responsible for any content, input or output, or actions triggered by the generated code, and is not liable for any damages arising from or related to your use of the coding assistant. "),
|
|
@@ -19091,7 +19099,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19091
19099
|
])
|
|
19092
19100
|
]));
|
|
19093
19101
|
}
|
|
19094
|
-
}), mS = /* @__PURE__ */ ve(gS, [["__scopeId", "data-v-f2265532"]]), Oa = (e) => (
|
|
19102
|
+
}), mS = /* @__PURE__ */ ve(gS, [["__scopeId", "data-v-f2265532"]]), Oa = (e) => (An("data-v-9598ecc6"), e = e(), On(), e), vS = { class: "popup-content" }, SS = { class: "notification-bar" }, yS = /* @__PURE__ */ Oa(() => /* @__PURE__ */ Z("span", { class: "notification" }, [
|
|
19095
19103
|
/* @__PURE__ */ dt(" To start generating code with our AI assistant, install the "),
|
|
19096
19104
|
/* @__PURE__ */ Z("i", null, "KNIME AI Assistant"),
|
|
19097
19105
|
/* @__PURE__ */ dt(" extension ")
|
|
@@ -19139,16 +19147,16 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19139
19147
|
var b;
|
|
19140
19148
|
v.value = "waiting", await c.sendToService("suggestCode", [
|
|
19141
19149
|
i.value,
|
|
19142
|
-
(b =
|
|
19150
|
+
(b = In.value) == null ? void 0 : b.text.value
|
|
19143
19151
|
]);
|
|
19144
19152
|
}, m = (b) => {
|
|
19145
19153
|
b.key === "Enter" && !b.shiftKey && (b.preventDefault(), v.value !== "waiting" && d()), b.key === "ArrowUp" && !i.value && (i.value = s.length ? s[s.length - 1].content : "");
|
|
19146
19154
|
}, y = (b) => {
|
|
19147
|
-
s.push(n), v.value = "idle",
|
|
19155
|
+
s.push(n), v.value = "idle", In.value.text.value = b, Q0(), o("request-close");
|
|
19148
19156
|
};
|
|
19149
|
-
|
|
19157
|
+
Ze(async () => {
|
|
19150
19158
|
const [b, w] = await Promise.all([
|
|
19151
|
-
|
|
19159
|
+
_n().getSettings(),
|
|
19152
19160
|
Zi().getInitialData()
|
|
19153
19161
|
]);
|
|
19154
19162
|
w.kAiConfig.codeAssistantInstalled ? b.settingsAreOverriddenByFlowVariable ? v.value = "readonly" : await wi().isLoggedIntoHub() || (v.value = "unauthorized") : v.value = "uninstalled";
|
|
@@ -19166,7 +19174,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19166
19174
|
const w = b.kAiConfig.hubId;
|
|
19167
19175
|
w !== null && (_.value = w);
|
|
19168
19176
|
}), (b, w) => (V(), te("div", vS, [
|
|
19169
|
-
|
|
19177
|
+
nt(Z("div", SS, [
|
|
19170
19178
|
yS,
|
|
19171
19179
|
he(X(Bi), {
|
|
19172
19180
|
compact: "",
|
|
@@ -19183,7 +19191,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19183
19191
|
], 512), [
|
|
19184
19192
|
[vt, v.value === "uninstalled"]
|
|
19185
19193
|
]),
|
|
19186
|
-
|
|
19194
|
+
nt(Z("div", bS, [
|
|
19187
19195
|
CS,
|
|
19188
19196
|
he(X(Bi), {
|
|
19189
19197
|
compact: "",
|
|
@@ -19199,10 +19207,10 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19199
19207
|
], 512), [
|
|
19200
19208
|
[vt, v.value === "unauthorized"]
|
|
19201
19209
|
]),
|
|
19202
|
-
|
|
19210
|
+
nt(Z("div", wS, kS, 512), [
|
|
19203
19211
|
[vt, v.value === "readonly"]
|
|
19204
19212
|
]),
|
|
19205
|
-
|
|
19213
|
+
nt(Z("div", null, [
|
|
19206
19214
|
he(tn, { name: "disclaimer-slide-fade" }, {
|
|
19207
19215
|
default: de(() => [
|
|
19208
19216
|
X(ur) ? (V(), ge(mS, {
|
|
@@ -19233,10 +19241,10 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19233
19241
|
}),
|
|
19234
19242
|
v.value === "waiting" ? (V(), ge(Uv, { key: 0 })) : De("", !0),
|
|
19235
19243
|
Z("div", DS, [
|
|
19236
|
-
|
|
19244
|
+
nt(Z("textarea", {
|
|
19237
19245
|
ref_key: "textarea",
|
|
19238
19246
|
ref: r,
|
|
19239
|
-
"onUpdate:modelValue": w[2] || (w[2] = (E) =>
|
|
19247
|
+
"onUpdate:modelValue": w[2] || (w[2] = (E) => fa(i) ? i.value = E : null),
|
|
19240
19248
|
disabled: v.value === "waiting" || X(ur),
|
|
19241
19249
|
class: "textarea",
|
|
19242
19250
|
placeholder: "Describe your task",
|
|
@@ -19246,7 +19254,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19246
19254
|
[Eh, X(i)]
|
|
19247
19255
|
]),
|
|
19248
19256
|
Z("div", LS, [
|
|
19249
|
-
v.value === "error" || v.value === "idle" ? (V(), ge(X(
|
|
19257
|
+
v.value === "error" || v.value === "idle" ? (V(), ge(X(ys), {
|
|
19250
19258
|
key: 0,
|
|
19251
19259
|
ref: "sendButton",
|
|
19252
19260
|
primary: "",
|
|
@@ -19260,7 +19268,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19260
19268
|
]),
|
|
19261
19269
|
_: 1
|
|
19262
19270
|
}, 8, ["disabled"])) : De("", !0),
|
|
19263
|
-
v.value === "waiting" ? (V(), ge(X(
|
|
19271
|
+
v.value === "waiting" ? (V(), ge(X(ys), {
|
|
19264
19272
|
key: 1,
|
|
19265
19273
|
ref: "abortButton",
|
|
19266
19274
|
title: "Cancel",
|
|
@@ -19287,7 +19295,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19287
19295
|
])
|
|
19288
19296
|
]));
|
|
19289
19297
|
}
|
|
19290
|
-
}), AS = /* @__PURE__ */ ve(xS, [["__scopeId", "data-v-9598ecc6"]]), OS = (e) => (
|
|
19298
|
+
}), AS = /* @__PURE__ */ ve(xS, [["__scopeId", "data-v-9598ecc6"]]), OS = (e) => (An("data-v-a2f12940"), e = e(), On(), e), BS = { class: "button-container" }, NS = { class: "popup-anchor" }, HS = /* @__PURE__ */ OS(() => /* @__PURE__ */ Z("div", { class: "arrow" }, null, -1)), FS = {}, jS = /* @__PURE__ */ Ce({
|
|
19291
19299
|
...FS,
|
|
19292
19300
|
__name: "AiButton",
|
|
19293
19301
|
props: {
|
|
@@ -19315,7 +19323,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19315
19323
|
}, s = fe(
|
|
19316
19324
|
() => Math.max(v.currentPaneSizes.left, 0)
|
|
19317
19325
|
);
|
|
19318
|
-
return
|
|
19326
|
+
return Ze(() => {
|
|
19319
19327
|
n();
|
|
19320
19328
|
}), (c, u) => (V(), te("div", BS, [
|
|
19321
19329
|
Z("div", NS, [
|
|
@@ -19494,7 +19502,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19494
19502
|
a
|
|
19495
19503
|
);
|
|
19496
19504
|
};
|
|
19497
|
-
return
|
|
19505
|
+
return Ze(async () => {
|
|
19498
19506
|
await c();
|
|
19499
19507
|
}), (u, h) => (V(), te("div", {
|
|
19500
19508
|
ref_key: "container",
|
|
@@ -19512,7 +19520,7 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19512
19520
|
emits: ["serviceCreated"],
|
|
19513
19521
|
setup(e, { emit: t }) {
|
|
19514
19522
|
const r = e, i = t, o = ie(null);
|
|
19515
|
-
return
|
|
19523
|
+
return Ze(() => {
|
|
19516
19524
|
const p = Ih(
|
|
19517
19525
|
r.apiLayer,
|
|
19518
19526
|
o.value.contentWindow
|
|
@@ -19545,12 +19553,12 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19545
19553
|
return ((c = (s = t.extensionConfig) == null ? void 0 : s.resourceInfo) == null ? void 0 : c.type) === "SHADOW_APP";
|
|
19546
19554
|
}), p = fe(() => {
|
|
19547
19555
|
const s = {
|
|
19548
|
-
...
|
|
19549
|
-
initialSharedData:
|
|
19556
|
+
...es(t.extensionConfig),
|
|
19557
|
+
initialSharedData: es(t.initialSharedData)
|
|
19550
19558
|
};
|
|
19551
19559
|
return {
|
|
19552
19560
|
...t.apiLayer,
|
|
19553
|
-
getConfig: () =>
|
|
19561
|
+
getConfig: () => es(s)
|
|
19554
19562
|
};
|
|
19555
19563
|
}), v = (s) => {
|
|
19556
19564
|
i = t.apiLayer.registerPushEventService(s);
|
|
@@ -19566,9 +19574,9 @@ const aS = { render: oS }, cS = { class: "suggestion-container" }, lS = { class:
|
|
|
19566
19574
|
nodeId: h
|
|
19567
19575
|
});
|
|
19568
19576
|
};
|
|
19569
|
-
return
|
|
19577
|
+
return ze(Zl(t, "extensionConfig"), () => {
|
|
19570
19578
|
i == null || i(), r.value += 1;
|
|
19571
|
-
}),
|
|
19579
|
+
}), Ze(() => {
|
|
19572
19580
|
n(t.extensionConfig.nodeInfo);
|
|
19573
19581
|
}), ai(() => {
|
|
19574
19582
|
i == null || i();
|
|
@@ -19642,7 +19650,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19642
19650
|
setControlsVisibility: v,
|
|
19643
19651
|
setReportingContent: v
|
|
19644
19652
|
};
|
|
19645
|
-
return
|
|
19653
|
+
return Ze(async () => {
|
|
19646
19654
|
p.value = (await yi.getInstance()).baseService;
|
|
19647
19655
|
}), Xl(() => {
|
|
19648
19656
|
p.value !== null && p.value.callKnimeUiApi("PortService.getPortView", {
|
|
@@ -19719,7 +19727,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19719
19727
|
}),
|
|
19720
19728
|
emits: ["update:modelValue"],
|
|
19721
19729
|
setup(e) {
|
|
19722
|
-
const t =
|
|
19730
|
+
const t = Fn(), r = e, i = (u, h) => `bottomPaneTabSlot:${u}-${h}`, o = (u) => i(u.nodeId, u.portIdx), p = Dh(e, "modelValue"), v = (u) => () => {
|
|
19723
19731
|
p.value = u;
|
|
19724
19732
|
}, n = an(
|
|
19725
19733
|
async () => {
|
|
@@ -19752,7 +19760,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19752
19760
|
}, null, 8, ["modelValue", "possible-values", "class"]),
|
|
19753
19761
|
Z("span", ly, [
|
|
19754
19762
|
be(u.$slots, "status-label", {}, void 0, !0),
|
|
19755
|
-
(V(!0), te(ht, null, Tt(r.slottedTabs, (a) =>
|
|
19763
|
+
(V(!0), te(ht, null, Tt(r.slottedTabs, (a) => nt((V(), te("div", {
|
|
19756
19764
|
key: a.value
|
|
19757
19765
|
}, [
|
|
19758
19766
|
be(u.$slots, a.associatedControlsSlotName, {}, void 0, !0)
|
|
@@ -19761,7 +19769,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19761
19769
|
])), 128))
|
|
19762
19770
|
])
|
|
19763
19771
|
]),
|
|
19764
|
-
(V(!0), te(ht, null, Tt(X(n).inputPorts, (a) =>
|
|
19772
|
+
(V(!0), te(ht, null, Tt(X(n).inputPorts, (a) => nt((V(), ge(oy, {
|
|
19765
19773
|
key: a.portName,
|
|
19766
19774
|
"input-node-id": a.nodeId,
|
|
19767
19775
|
"port-idx": a.portIdx,
|
|
@@ -19769,7 +19777,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19769
19777
|
}, null, 8, ["input-node-id", "port-idx", "port-view-configs"])), [
|
|
19770
19778
|
[vt, p.value === o(a)]
|
|
19771
19779
|
])), 128)),
|
|
19772
|
-
(V(!0), te(ht, null, Tt(r.slottedTabs, (a) =>
|
|
19780
|
+
(V(!0), te(ht, null, Tt(r.slottedTabs, (a) => nt((V(), te("div", {
|
|
19773
19781
|
key: a.value,
|
|
19774
19782
|
class: "tab-content"
|
|
19775
19783
|
}, [
|
|
@@ -19806,7 +19814,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19806
19814
|
setup(e, { emit: t }) {
|
|
19807
19815
|
const r = [
|
|
19808
19816
|
// TODO: add actual common menu items
|
|
19809
|
-
], i = e, o =
|
|
19817
|
+
], i = e, o = _s(), p = fe(
|
|
19810
19818
|
() => i.rightPaneMinimumWidthInPixel === 0
|
|
19811
19819
|
), v = t, n = ie(), s = $a(n), c = ie(), u = $a(c), {
|
|
19812
19820
|
collapseAllPanes: h,
|
|
@@ -19835,7 +19843,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19835
19843
|
}, O = ie(!1), D = (F) => {
|
|
19836
19844
|
O.value = !!F.item.showSettingsPage, v("menu-item-clicked", F);
|
|
19837
19845
|
}, N = fe(() => i.showControlBar && !h.value);
|
|
19838
|
-
if (i.fileName === null && !
|
|
19846
|
+
if (i.fileName === null && !_s().editor)
|
|
19839
19847
|
throw new Error("either fileName or editor slot must be provided");
|
|
19840
19848
|
const W = an(async () => {
|
|
19841
19849
|
if (o["left-pane"])
|
|
@@ -19867,7 +19875,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19867
19875
|
]),
|
|
19868
19876
|
_: 3
|
|
19869
19877
|
})) : De("", !0),
|
|
19870
|
-
|
|
19878
|
+
nt(he(X(ns), {
|
|
19871
19879
|
ref_key: "rootSplitPane",
|
|
19872
19880
|
ref: n,
|
|
19873
19881
|
"data-testid": "mainSplitpane",
|
|
@@ -19887,7 +19895,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19887
19895
|
onResized: q[7] || (q[7] = (U) => X(S)("left"))
|
|
19888
19896
|
}, {
|
|
19889
19897
|
default: de(() => [
|
|
19890
|
-
|
|
19898
|
+
nt(he(X(Pi), {
|
|
19891
19899
|
"data-testid": "leftPane",
|
|
19892
19900
|
size: X(m).left,
|
|
19893
19901
|
class: "scrollable-y"
|
|
@@ -19910,7 +19918,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19910
19918
|
"min-size": "40"
|
|
19911
19919
|
}, {
|
|
19912
19920
|
default: de(() => [
|
|
19913
|
-
he(X(
|
|
19921
|
+
he(X(ns), {
|
|
19914
19922
|
"data-testid": "horizontalSplitpane",
|
|
19915
19923
|
horizontal: "",
|
|
19916
19924
|
class: Ee(["common-splitter horizontal-splitpane", {
|
|
@@ -19928,7 +19936,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
19928
19936
|
"min-size": "40"
|
|
19929
19937
|
}, {
|
|
19930
19938
|
default: de(() => [
|
|
19931
|
-
he(X(
|
|
19939
|
+
he(X(ns), {
|
|
19932
19940
|
"data-testid": "verticalSplitpane",
|
|
19933
19941
|
class: Ee(["common-splitter unset-transition vertical-splitpane", {
|
|
19934
19942
|
"slim-splitter": !p.value,
|
|
@@ -20106,7 +20114,7 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
20106
20114
|
a.resourceInfo.baseUrl
|
|
20107
20115
|
);
|
|
20108
20116
|
};
|
|
20109
|
-
return
|
|
20117
|
+
return Ze(async () => {
|
|
20110
20118
|
const a = await yi.getInstance();
|
|
20111
20119
|
r.value = a.baseService;
|
|
20112
20120
|
const d = await r.value.getConfig();
|
|
@@ -20130,9 +20138,16 @@ const QS = { class: "port-table" }, ey = { key: 1 }, ty = /* @__PURE__ */ Ce({
|
|
|
20130
20138
|
])
|
|
20131
20139
|
])) : (V(), te("div", Cy, " To see the preview, evaluate the expression using the button above. "));
|
|
20132
20140
|
}
|
|
20133
|
-
}), Iy = /* @__PURE__ */ ve(wy, [["__scopeId", "data-v-b1b42247"]])
|
|
20141
|
+
}), Iy = /* @__PURE__ */ ve(wy, [["__scopeId", "data-v-b1b42247"]]), xy = (e, t) => {
|
|
20142
|
+
Ze(async () => {
|
|
20143
|
+
const i = (await _n().registerSettings(e))(t());
|
|
20144
|
+
ze(t, () => {
|
|
20145
|
+
i.setValue(t());
|
|
20146
|
+
});
|
|
20147
|
+
});
|
|
20148
|
+
};
|
|
20134
20149
|
export {
|
|
20135
|
-
|
|
20150
|
+
Js as COLUMN_INSERTION_EVENT,
|
|
20136
20151
|
Zp as CompactTabBar,
|
|
20137
20152
|
tv as InputOutputPane,
|
|
20138
20153
|
vv as MIN_WIDTH_FOR_DISPLAYING_LEFT_PANE,
|
|
@@ -20144,11 +20159,12 @@ export {
|
|
|
20144
20159
|
Qm as editor,
|
|
20145
20160
|
Zi as getInitialDataService,
|
|
20146
20161
|
wi as getScriptingService,
|
|
20147
|
-
|
|
20162
|
+
_n as getSettingsService,
|
|
20148
20163
|
Ty as initConsoleEventHandler,
|
|
20149
|
-
|
|
20164
|
+
Ks as insertionEventHelper,
|
|
20150
20165
|
eS as setActiveEditorStoreForAi,
|
|
20151
20166
|
Ly as setConsoleHandler,
|
|
20152
20167
|
sn as useReadonlyStore,
|
|
20153
|
-
|
|
20168
|
+
xy as useRegisterScriptSettingsChange,
|
|
20169
|
+
Fn as useShouldFocusBePainted
|
|
20154
20170
|
};
|