@knime/scripting-editor 0.0.65 → 0.0.67
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/main.js +635 -626
- package/dist/scripting-service-browser-mock.js +2 -2
- package/dist/src/editor.d.ts +12 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* The original design remains. The terminal itself
|
|
30
30
|
* has been extended to include xterm CSI codes, among
|
|
31
31
|
* other features.
|
|
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,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.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-overlay[data-v-da536930]{position:absolute;display:flex;flex-direction:row;z-index:1;top:2px;right:20px;align-items:center;font-size:13px;gap:10px}.console[data-v-da536930]{height:100%}.terminal.focus-painted[data-v-da536930]: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-da536930]{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}.monaco-editor .markdown-docs h1,.monaco-hover h1{font-size:1.5em}.monaco-editor .markdown-docs h2,.monaco-hover h2{font-size:1.3em}.monaco-editor .markdown-docs h3,.monaco-hover h3{font-size:1.1em}.monaco-editor .markdown-docs h4,.monaco-hover h4{font-size:1em}.monaco-editor .markdown-docs h5,.monaco-hover h5{font-size:.9em}.monaco-editor .markdown-docs h6,.monaco-hover h6{font-size:.8em}.monaco-editor .markdown-docs h1,.monaco-hover h1,.monaco-editor .markdown-docs h2,.monaco-hover h2,.monaco-editor .markdown-docs h3,.monaco-hover h3,.monaco-editor .markdown-docs h4,.monaco-hover h4,.monaco-editor .markdown-docs h5,.monaco-hover h5,.monaco-editor .markdown-docs h6,.monaco-hover h6{line-height:normal;margin-top:0}.checkbox[data-v-e644a11d]{display:inline-block;position:relative;isolation:isolate;padding:3px 0 3px 24px;max-width:100%;cursor:pointer}.checkbox.disabled[data-v-e644a11d]{cursor:auto;cursor:initial;opacity:.5}.checkbox input[data-v-e644a11d]{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;opacity:0;position:absolute;width:0;height:0}.checkbox input+span[data-v-e644a11d]{display:inline-block;overflow:hidden;min-width:1em;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.checkbox input+span[data-v-e644a11d]:before{border:1px solid var(--theme-checkbox-border-color);background:var(--theme-checkbox-background-color);display:inline-block;content:"";width:14px;height:14px}.checkbox input+span[data-v-e644a11d]:before,.checkbox input+span[data-v-e644a11d]:after{position:absolute;left:0;top:4px}.checkbox input:checked+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected);background:var(--theme-checkbox-background-color-selected)}.checkbox input:checked:focus+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected-focus);background:var(--theme-checkbox-background-color-selected-focus)}.checkbox input:checked:hover:enabled+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected-hover);background:var(--theme-checkbox-background-color-selected-hover)}.checkbox input:checked:hover:disabled+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected);background:var(--theme-checkbox-background-color-selected)}.checkbox input:checked+span[data-v-e644a11d]:after{content:"";position:absolute;display:block;transform:translate(4px,3.5px) rotate(-45deg);left:-1px;width:8px;height:5px;border-style:solid;border-width:0 0 1.3px 1.3px;border-color:var(--theme-checkbox-foreground-color-selected)}.checkbox input:checked:focus+span[data-v-e644a11d]:after{border-color:var(--theme-checkbox-foreground-color-selected-focus)}.checkbox input:checked:hover:enabled+span[data-v-e644a11d]:after{border-color:var(--theme-checkbox-foreground-color-selected-hover)}.checkbox input:checked:hover:disabled+span[data-v-e644a11d]:after{border-color:var(--theme-checkbox-foreground-color-selected)}.checkbox input[data-v-e644a11d]:not(:checked){background:var(--theme-checkbox-background-color)}.checkbox input:not(:checked):hover:enabled+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-hover)}.checkbox input:not(:checked):focus:not(:hover)+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-focus)}.checkbox.regular[data-v-e644a11d]{--regular-height: 18px;font-size:13px;font-weight:300;line-height:18px;line-height:var(--regular-height)}.checkbox.regular>span[data-v-e644a11d]{min-height:var(--regular-height)}.checkbox.large[data-v-e644a11d]{--large-height: 20px;font-family:var(--theme-text-bold-font-family);color:var(--theme-text-bold-color);font-size:16px;font-weight:700;line-height:20px;line-height:var(--large-height)}.checkbox.large>span[data-v-e644a11d]{min-height:var(--large-height)}.checkbox.large input+span[data-v-e644a11d]:before,.checkbox.large input+span[data-v-e644a11d]:after{top:5px}.text[data-v-d5415408]{font-weight:500;flex-shrink:1;flex-basis:100%}.text.truncate[data-v-d5415408]{overflow:hidden;text-overflow:ellipsis}.hotkey[data-v-d5415408]{margin-left:40px}.list-item[data-v-20688faf]{--icon-size: 18;border:none;background:none;width:100%;padding:6px 13px;font-weight:500;display:flex;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;color:var(--theme-text-normal-color)}.list-item.clickable-item[data-v-20688faf]{cursor:pointer}.list-item.clickable-item.disabled[data-v-20688faf]{opacity:.5;cursor:default;pointer-events:none}.list-item.clickable-item .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-foreground-color);stroke-width:calc(32px / var(--icon-size));width:calc(var(--icon-size) * 1px);height:calc(var(--icon-size) * 1px);margin-right:7px}.list-item.clickable-item[data-v-20688faf]:hover{background-color:var(--theme-dropdown-background-color-hover)}.list-item.clickable-item.focused[data-v-20688faf]{outline:transparent;background-color:var(--theme-dropdown-background-color-focus);color:var(--theme-dropdown-foreground-color-focus)}.list-item.clickable-item.focused .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-foreground-color-focus)}.list-item.clickable-item.focused[data-v-20688faf]:hover{background-color:var(--theme-dropdown-background-color-hover);color:var(--theme-dropdown-foreground-color-hover)}.list-item.clickable-item.selected[data-v-20688faf]{background-color:var(--theme-dropdown-foreground-color);color:var(--theme-dropdown-background-color)}.list-item.clickable-item.selected .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-background-color)}.list-item.clickable-item.selected[data-v-20688faf]:hover{background-color:var(--theme-dropdown-background-color-hover);color:var(--theme-dropdown-foreground-color-hover)}.list-item.clickable-item.selected:hover .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-foreground-color-hover)}.list-item.clickable-item .label[data-v-20688faf]{display:flex;flex-direction:column;align-content:flex-start;width:100%}.list-item.clickable-item .label .text-and-hotkey[data-v-20688faf]{display:flex;text-align:left;width:100%;height:calc(var(--icon-size) * 1px);align-items:center}.list-item.clickable-item .label .text-and-hotkey .checkbox[data-v-20688faf]{padding-left:23px;margin-top:7px;padding-top:2px}.list-item.clickable-item .label .text-and-hotkey .text[data-v-20688faf]{flex-shrink:1;flex-basis:100%}.list-item.clickable-item .label .text-and-hotkey .text.truncate[data-v-20688faf]{overflow:hidden;text-overflow:ellipsis}.list-item.clickable-item .label .text-and-hotkey .hotkey[data-v-20688faf]{margin-left:40px}.list-item.clickable-item .label .description[data-v-20688faf]{max-width:250px;width:100%;text-align:left;white-space:normal;font-size:11px;font-weight:300}.list-item.section-headline[data-v-20688faf]{color:var(--knime-stone);padding-top:13px;pointer-events:none;height:30px;font-size:10px;line-height:15px;display:flex;align-items:center;text-align:left}.list-item.section-headline[data-v-20688faf]:hover,.list-item.section-headline[data-v-20688faf]:focus,.list-item.section-headline[data-v-20688faf]:active{outline:none}.base-menu-items[data-v-1052102a]{--menu-items-elevation: var(--shadow-elevation-1);margin:0;padding:0;background-color:var(--knime-white);color:var(--theme-dropdown-foreground-color);font-size:13px;line-height:18px;font-weight:500;font-family:var(--theme-text-medium-font-family);text-align:left;list-style-type:none;z-index:1;z-index:var(--z-index-common-menu-items-expanded, 1);box-shadow:var(--shadow-elevation-1);box-shadow:var(--menu-items-elevation);position:relative}.base-menu-items.expanded[data-v-1052102a]{display:block}.base-menu-items[data-v-1052102a]:focus{outline:none}.base-menu-items li.separator[data-v-1052102a]:not(:last-child){border-bottom:1px solid var(--knime-porcelain)}.base-item .sub-menu-indicator .icon{width:12px;height:12px;stroke-width:calc(32px / 12);pointer-events:none;stroke:var(--theme-dropdown-foreground-color);vertical-align:middle}.base-item:has(.sub-menu-indicator.highlight){background-color:var(--theme-dropdown-foreground-color);color:var(--theme-dropdown-background-color)}.base-item:has(.sub-menu-indicator.highlight)>.item-icon{stroke:var(--theme-dropdown-background-color)}.base-item:has(.sub-menu-indicator.highlight) .sub-menu-indicator .icon{stroke:var(--theme-dropdown-background-color)}.base-item:hover:has(.sub-menu-indicator.highlight),.base-item.focused:has(.sub-menu-indicator.highlight){color:var(--theme-dropdown-foreground-color-hover)}.base-item:hover:has(.sub-menu-indicator.highlight)>.item-icon,.base-item.focused:has(.sub-menu-indicator.highlight)>.item-icon{stroke:var(--theme-dropdown-foreground-color-hover)}.base-item:hover:has(.sub-menu-indicator.highlight) .sub-menu-indicator .icon,.base-item.focused:has(.sub-menu-indicator.highlight) .sub-menu-indicator .icon{stroke:var(--theme-dropdown-foreground-color-hover)}.menu-wrapper[data-v-0e4e0d83]{z-index:57;z-index:var(--z-index-common-menu-items-expanded, 57)}.menu-wrapper .menu-items[data-v-0e4e0d83]{margin:5px 0}.menu-wrapper.disabled[data-v-0e4e0d83]{opacity:.5;pointer-events:none}.container[data-v-0a924717]{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-0a924717]{margin-left:10px;height:var(--controls-height);line-height:var(--controls-height)}.open-icon[data-v-0a924717]{width:25px;height:50px;margin:auto}.menu[data-v-0a924717]{margin:5px 10px 5px 5px;flex:0 1 1px;justify-content:center}.panel[data-v-3c5cf47f]{transition:height .4s ease-in-out;overflow:hidden}.button[data-v-0f4e1b06]{position:relative;padding:0;font-size:18px;line-height:26px;font-weight:700;background-color:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;width:100%;text-align:left;cursor:pointer}.button[data-v-0f4e1b06] svg{position:absolute;margin-right:4px;float:left;margin-left:4px;top:17px}.button .dropdown[data-v-0f4e1b06]{text-align:center;position:absolute;right:10px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;top:13px}.button .dropdown[data-v-0f4e1b06]:hover{background-color:var(--theme-button-function-background-color-hover)}.button .dropdown .dropdown-icon[data-v-0f4e1b06]{position:relative;margin:auto;width:18px;height:18px;stroke-width:calc(32px / 18);stroke:var(--knime-masala);top:0;transition:transform .4s ease-in-out}.button .dropdown .dropdown-icon.flip[data-v-0f4e1b06]{transform:scaleY(-1)}.button:focus .dropdown[data-v-0f4e1b06]{background-color:var(--theme-button-function-background-color-focus)}[data-v-0f4e1b06] ul,[data-v-0f4e1b06] ol{margin:0;padding-left:40px}.top-card[data-v-815f5c51]{min-height:42px;background-color:var(--knime-porcelain);padding-left:8px;position:relative;margin:0;font-size:13px;font-weight:700;display:flex;flex-direction:row;justify-content:left;align-items:center;line-height:26px;overflow:auto}.has-collapser[data-v-815f5c51]{padding-right:32px}.title[data-v-815f5c51]{flex-basis:100px;min-width:60px}.collapser-content[data-v-815f5c51]{font-size:11px;width:100%}.sub-item[data-v-815f5c51]{width:100%;border-bottom:1px solid var(--knime-porcelain);display:flex;flex-direction:row}.selected[data-v-815f5c51]{background-color:var(--knime-cornflower-semi)}.clickable-sub-item[data-v-815f5c51]{cursor:grab}.clickable-sub-item[data-v-815f5c51]:active{cursor:grabbing}.clickable-sub-item[data-v-815f5c51]:hover{box-shadow:1px 1px 4px 1px #82868766}.cell[data-v-815f5c51]{padding:10px;flex:50%}.code-alias[data-v-815f5c51]{font-family:monospace;font-weight:400;font-size:12px;padding-left:8px;padding-right:8px;text-overflow:ellipsis;overflow:hidden;flex-shrink:10;cursor:grab}.code-alias[data-v-815f5c51]:active{cursor:grabbing}.code-alias-dragging[data-v-815f5c51]{background-color:var(--knime-cornflower-semi);box-shadow:1px 1px 4px 1px #82868766}.code-alias-not-dragging[data-v-815f5c51]:hover{background-color:var(--knime-stone-light);box-shadow:1px 1px 4px 1px #82868766}.collapser[data-v-815f5c51]{position:relative;z-index:10}.collapser[data-v-815f5c51] .dropdown{width:20px;height:20px;top:10px}.collapser[data-v-815f5c51] .dropdown .dropdown-icon{width:12px;height:12px}.collapser[data-v-815f5c51] .panel:hover{overflow:visible}.bottom-border[data-v-815f5c51]{border-bottom:1px solid var(--knime-white)}.in-out-container[data-v-8efccfa1]{display:flex;flex-direction:column;min-width:150px}.in-out-container[data-v-8efccfa1]: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-8efccfa1]:focus{outline:none}.button[data-v-30aa7500]{display:inline-block;text-align:center;font-weight:500;font-size:16px;font-family:var(--theme-text-medium-font-family);line-height:19px;padding:12px 30px;-webkit-text-decoration:none;text-decoration:none;border:0;cursor:pointer;color:var(--knime-dove-gray);background-color:transparent;border-radius:9999px;border-radius:var(--theme-button-border-radius, 9999px)}.button svg[data-v-30aa7500-s]{width:18px;height:18px;stroke:var(--knime-dove-gray);stroke-width:calc(32px / 18);position:relative;top:-.11em;vertical-align:middle;margin-right:8px}.button[disabled][data-v-30aa7500]{opacity:.5;pointer-events:none}.button[data-v-30aa7500]:active,.button[data-v-30aa7500]:hover,.button[data-v-30aa7500]:focus{outline:none;color:var(--knime-masala)}.button:active svg[data-v-30aa7500-s],.button:hover svg[data-v-30aa7500-s],.button:focus svg[data-v-30aa7500-s]{stroke:var(--knime-masala)}.button.compact[data-v-30aa7500]{padding:6px 15px;min-width:50px;font-size:13px;line-height:18px;color:var(--theme-button-small-foreground-color);background:var(--theme-button-small-background-color)}.button.compact[data-v-30aa7500]:hover{color:var(--theme-button-small-foreground-color-hover);background:var(--theme-button-small-background-color-hover)}.button.compact[data-v-30aa7500]:focus,.button.compact[data-v-30aa7500]:active{color:var(--theme-button-small-foreground-color-focus);background:var(--theme-button-small-background-color-focus)}.button.compact svg[data-v-30aa7500-s]{width:14px;height:14px;stroke-width:calc(32px / 14);top:-.1em}.button.compact.with-border[data-v-30aa7500]{padding:5px 14px;border:1px solid var(--theme-button-small-border-color)}.button.compact.with-border[data-v-30aa7500]:hover{border-color:var(--theme-button-small-border-color-hover)}.button.compact.with-border[data-v-30aa7500]:focus,.button.compact.with-border[data-v-30aa7500]:active{border-color:var(--theme-button-small-border-color-focus)}.button.primary[data-v-30aa7500]{color:var(--theme-button-foreground-color);background-color:var(--theme-button-background-color)}.button.primary svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color)}.button.with-border[data-v-30aa7500]{padding:11px 29px;border:1px solid var(--theme-button-border-color);color:var(--theme-button-foreground-color)}.button.with-border svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color)}.button.primary.compact[data-v-30aa7500],.button.with-border.compact[data-v-30aa7500]{border-radius:var(--theme-button-small-border-radius)}.button.primary.with-warning[data-v-30aa7500],.button.with-border.with-warning[data-v-30aa7500]{border-color:var(--theme-color-error);color:var(--theme-color-error)}.button.primary.with-warning[data-v-30aa7500] svg,.button.with-border.with-warning[data-v-30aa7500] svg{stroke:var(--theme-color-error)}.button.primary[data-v-30aa7500]:hover,.button.with-border[data-v-30aa7500]:hover{outline:none;color:var(--theme-button-foreground-color-hover);background-color:var(--theme-button-background-color-hover)}.button.primary:hover svg[data-v-30aa7500-s],.button.with-border:hover svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color-hover)}.button.primary[data-v-30aa7500]:active,.button.with-border[data-v-30aa7500]:active,.button.primary[data-v-30aa7500]:focus,.button.with-border[data-v-30aa7500]:focus{outline:none;color:var(--theme-button-foreground-color-focus);background-color:var(--theme-button-background-color-focus)}.button.primary:active svg[data-v-30aa7500-s],.button.with-border:active svg[data-v-30aa7500-s],.button.primary:focus svg[data-v-30aa7500-s],.button.with-border:focus svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color-focus)}.button.primary.with-warning[data-v-30aa7500]:hover,.button.with-border.with-warning[data-v-30aa7500]:hover{border-color:var(--theme-button-background-color-hover)}.button.on-dark.with-border[data-v-30aa7500]{border:1px solid var(--knime-white);background-color:transparent;color:var(--knime-white)}.button.on-dark.with-border svg[data-v-30aa7500-s]{stroke:var(--knime-white)}.button.on-dark.primary[data-v-30aa7500]:active,.button.on-dark.with-border[data-v-30aa7500]:active,.button.on-dark.primary[data-v-30aa7500]:hover,.button.on-dark.with-border[data-v-30aa7500]:hover,.button.on-dark.primary[data-v-30aa7500]:focus,.button.on-dark.with-border[data-v-30aa7500]:focus{outline:none;background-color:var(--knime-white);color:var(--knime-masala)}.button.on-dark.primary:active svg[data-v-30aa7500-s],.button.on-dark.with-border:active svg[data-v-30aa7500-s],.button.on-dark.primary:hover svg[data-v-30aa7500-s],.button.on-dark.with-border:hover svg[data-v-30aa7500-s],.button.on-dark.primary:focus svg[data-v-30aa7500-s],.button.on-dark.with-border:focus svg[data-v-30aa7500-s]{stroke:var(--knime-masala)}.button.on-dark[data-v-30aa7500]:active,.button.on-dark[data-v-30aa7500]:hover,.button.on-dark[data-v-30aa7500]:focus{outline:none;background-color:var(--knime-white)}.settings-title[data-v-098d2402]{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-098d2402]{padding-right:15px}.settings-title .arrow-left[data-v-098d2402]{border-right:1px solid var(--knime-silver-sand)}.settings-title .button svg[data-v-098d2402]{height:31px;width:31px}.settings-title h3[data-v-098d2402]{font-size:28px;margin-left:0}.settings-content[data-v-098d2402]{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}@keyframes spin-18e85c47{to{transform:scaleY(-1) rotate(-360deg)}}svg[data-v-18e85c47]{transform:scaleY(-1);animation:spin-18e85c47 2s linear infinite}.suggestion-container[data-v-a5b7ae29]{display:flex;flex-direction:column}.suggestion-container .diff-editor[data-v-a5b7ae29]{flex-grow:1}.suggestion-container .accept-decline-buttons .button[data-v-a5b7ae29]{float:right;margin-top:var(--ai-bar-margin)}.slide-fade-enter-active[data-v-565140c3]{transition:all .3s ease-out}.slide-fade-leave-active[data-v-565140c3]{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from[data-v-565140c3],.slide-fade-leave-to[data-v-565140c3]{transform:translateY(30px);opacity:0}.ai-bar-container[data-v-565140c3]{--ai-bar-margin: 13px;display:flex;flex-direction:column;position:absolute;bottom:20px;background-color:var(--knime-gray-ultra-light);border:1px solid var(--knime-silver-sand);font-size:13px;line-height:17px;z-index:11;overflow:visible;box-shadow:0 -2px 8px 0 var(--knime-silver-sand-semi);margin-bottom:12px;transition:width .2s ease-in-out}.ai-bar-container .subtitle[data-v-565140c3]{color:var(--knime-black);margin-top:9px;font-style:italic;display:flex;justify-content:flex-start;align-items:baseline;flex-direction:row}.ai-bar-container .subtitle .text[data-v-565140c3]{margin-right:2px}.ai-bar-container .subtitle .button[data-v-565140c3]{position:absolute;bottom:4px;right:79px}.ai-bar-container .subtitle .button.primary[data-v-565140c3]{right:4px}.ai-bar-container .ai-suggestion[data-v-565140c3]{margin:var(--ai-bar-margin);min-height:200px;height:40vh}.ai-bar-container .chat-controls-border-top[data-v-565140c3]{border-top:1px solid var(--knime-silver-sand)}.ai-bar-container .chat-controls[data-v-565140c3]{display:flex;flex-direction:column;position:relative}.ai-bar-container .chat-controls .prompt-bar[data-v-565140c3]{margin-top:var(--ai-bar-margin);margin-right:var(--ai-bar-margin);margin-left:var(--ai-bar-margin);line-height:15.23px}.ai-bar-container .chat-controls .chat-controls-text-input[data-v-565140c3]{display:flex;flex-direction:row}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]{flex-grow:1;border:1px solid var(--knime-silver-sand);overflow:hidden;resize:none;border-radius:0;bottom:-1;padding:15px 30px 15px 15px;margin:var(--ai-bar-margin);color:var(--knime-masala);font-size:13px;font-weight:lighter;font-family:Roboto,sans-serif}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]::-moz-placeholder{color:var(--knime-stone)}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]::placeholder{color:var(--knime-stone)}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]:focus{outline:none}.ai-bar-container .chat-controls .chat-controls-text-input .chat-controls-buttons .textarea-button[data-v-565140c3]{position:absolute;right:20px;bottom:20px}.ai-bar-container[data-v-565140c3] .chat-controls:after{--arrow-size: 18px;width:18px;width:var(--arrow-size);height:18px;height:var(--arrow-size);left:calc(var(--left-distance) + 40px);content:"";position:absolute;background-color:var(--knime-gray-ultra-light);bottom:0;z-index:1;border-right:1px solid var(--knime-silver-sand);border-top:1px solid var(--knime-silver-sand);transform:translate(-50%,50%) rotate(135deg)}.ai-bar-container .notification-bar[data-v-565140c3]{display:flex;justify-content:space-between;vertical-align:middle;border-top:1px solid var(--knime-silver-sand);position:relative;height:49px}.ai-bar-container[data-v-565140c3] .notification-bar:after{--arrow-size: 18px;width:18px;width:var(--arrow-size);height:18px;height:var(--arrow-size);left:calc(var(--left-distance) + 40px);content:"";position:absolute;background-color:var(--knime-gray-ultra-light);bottom:0;z-index:1;border-right:1px solid var(--knime-silver-sand);border-top:1px solid var(--knime-silver-sand);transform:translate(-50%,50%) rotate(135deg)}.notification[data-v-565140c3]{line-height:15.23px;margin:15px}.notification-button[data-v-565140c3]{height:30px;margin:9px 15px 9px 9px}.disclaimer-container[data-v-565140c3]{display:flex;flex-direction:column}.disclaimer-text[data-v-565140c3]{margin:10px;line-height:20px;padding:5px;background-color:var(--knime-white)}.disclaimer-button-container[data-v-565140c3]{display:flex;justify-content:right}.disclaimer-slide-fade-leave-active[data-v-565140c3]{transition:all .2s cubic-bezier(1,.5,.8,1)}.disclaimer-slide-fade-enter-from[data-v-565140c3],.disclaimer-slide-fade-leave-to[data-v-565140c3]{transform:translateY(30px);opacity:0}.ai-bar[data-v-0d6c9089]{flex:0 0 auto}.controls[data-v-0d6c9089]{display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between;place-content:center space-between;align-items:center;padding:2px 10px;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-0d6c9089]{display:flex;justify-content:right;flex-wrap:wrap;row-gap:2px;padding-top:2px}.button-active.compact[data-v-0d6c9089]{color:var(--knime-white);background-color:var(--knime-masala)}.button-active.compact svg[data-v-0d6c9089]{stroke:var(--knime-white)}label[data-v-10c97897]{display:flex;margin:0;margin:var(--radio-button-margin, 0)}.value-switch[data-v-4f75205f]{--border-radius: 50px;display:flex;align-items:center;border:1px solid var(--theme-value-switch-border-color);border-radius:50px;border-radius:var(--border-radius);width:-moz-max-content;width:max-content;height:calc(var(--wrapper-height) * 1px)}.value-switch[data-v-4f75205f] span{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:var(--border-radius);min-width:41px;padding:0 10px;font-weight:300;font-size:13px;line-height:20px;height:calc(var(--wrapper-height) * 1px)}.value-switch.disabled[data-v-4f75205f]{opacity:.5}.value-switch[data-v-4f75205f]:focus-within{border-color:var(--theme-value-switch-border-color-focus)}.value-switch.normal[data-v-4f75205f]{--wrapper-height: 30}.value-switch.compact[data-v-4f75205f]{--wrapper-height: 20}.value-switch[data-v-4f75205f] input[disabled]+span{opacity:.5;pointer-events:none}.value-switch[data-v-4f75205f] input{opacity:0;position:absolute;width:0;height:0}.value-switch[data-v-4f75205f] input+span:hover{background-color:var(--theme-value-switch-background-color-hover)}.value-switch[data-v-4f75205f] input:checked+span{background-color:var(--theme-value-switch-background-color-checked);color:var(--theme-value-switch-background-color);pointer-events:none}.ui-ext-shadow-app[data-v-07a62448]{overflow:hidden}iframe[data-v-c763d497]{width:100%;height:100%;border:none;display:block}.message-fade-enter-active[data-v-ae7871fe],.fade-enter-active[data-v-ae7871fe]{transition:opacity .1s ease-out}.fade-enter[data-v-ae7871fe],.fade-leave-to[data-v-ae7871fe],.message-fade-enter[data-v-ae7871fe],.message-fade-leave-to[data-v-ae7871fe]{opacity:0}.fade-leave-active[data-v-ae7871fe],.message-fade-leave-active[data-v-ae7871fe]{transition:opacity .2s ease-in -.1s}.message-fade-enter-active[data-v-ae7871fe]{transition-duration:.15s;transition-delay:.3s}.container[data-v-ae7871fe]{min-height:50px;position:absolute;left:0;top:0;height:100%;width:100%}.container.global[data-v-ae7871fe]{pointer-events:none;position:fixed;z-index:3}.container.global.active[data-v-ae7871fe]{pointer-events:all}.container.global .slide-fade-leave-active[data-v-ae7871fe]{transition:all .3s ease-in .1s}.container.global .slide-fade-enter-active[data-v-ae7871fe]{transition:all .3s ease-out .1s}.container.global .slide-fade-enter[data-v-ae7871fe],.container.global .slide-fade-leave-to[data-v-ae7871fe]{transform:translateY(25%);opacity:0}.container.local .slide-fade-leave-active[data-v-ae7871fe]{transition:all .2s ease-in}.container.local .slide-fade-enter-active[data-v-ae7871fe]{transition:all .3s ease-out .1s}.container.local .slide-fade-enter[data-v-ae7871fe],.container.local .slide-fade-leave-to[data-v-ae7871fe]{transform:translateY(-25%);opacity:0}.overlay[data-v-ae7871fe]{z-index:1;position:absolute;top:0;top:var(--error-overlay-top, 0);left:0;left:var(--error-overlay-left, 0);width:100%;height:100%;box-shadow:inset 0 0 0 1px var(--knime-white);background-color:var(--knime-gray-light-semi)}.overlay.local.error[data-v-ae7871fe]{background-color:var(--theme-color-error-semi)}.overlay.local.warn[data-v-ae7871fe]{background-color:var(--theme-color-action-required-semi)}.alert-body[data-v-ae7871fe]{font-size:16px;z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.alert-body.global[data-v-ae7871fe]{position:fixed;z-index:3}.alert-body[data-v-ae7871fe] div:first-child{pointer-events:all}.node-popover .error-wrapper[data-v-38a1fa73]{width:40px;height:40px;padding:8px;border-radius:50%;z-index:2;overflow:visible;position:absolute;left:calc(50% - 20px);bottom:calc(50% - 20px);background-color:var(--theme-color-error);box-shadow:0 0 10px 0 var(--knime-gray-dark-semi);cursor:pointer}.node-popover .error-wrapper .icon[data-v-38a1fa73]{stroke-width:4;stroke:#fff}.node-popover .error-wrapper[data-v-38a1fa73]:hover{background-color:#fff}.node-popover .error-wrapper:hover .icon[data-v-38a1fa73]{stroke:var(--theme-color-error)}.node-popover .error-wrapper[data-v-38a1fa73]:focus{background-color:#fff}.warning-button[data-v-38d5845b]{position:absolute;bottom:16px;right:50px}.warning-button svg[data-v-38d5845b]{height:21px;margin-top:-3px}.port-table[data-v-0134df5d]{height:100%}.view-value-switch[data-v-031cbabc]{display:flex;justify-content:center}.output-table-preview[data-v-af19e96c]{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.pre-evaluation-sign[data-v-af19e96c]{display:flex;height:35px;justify-content:center;border-radius:10px}.output-table[data-v-af19e96c]{height:100%;width:100%}.preview-background[data-v-af19e96c]{width:100%;background-color:var(--knime-cornflower-semi);padding:5px 0;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.preview-warning-text[data-v-af19e96c]{background-color:#fff;color:#000;padding:5px;border-radius:15px;box-shadow:0 4px 8px #0000001a;text-align:center;font-size:small;font-weight:700}.layout[data-v-f8659293]{--description-button-size: 15px;display:flex;flex-direction:column;height:100vh;width:100%;flex-grow:0;overflow:hidden;position:relative}.editor-and-control-bar[data-v-f8659293]{height:100%;display:flex;flex-direction:column}.tab-bar-container[data-v-f8659293]{display:flex;height:100%;flex-direction:column;padding-left:10px;padding-right:10px;position:relative}.tab-bar-container .console-container[data-v-f8659293]{flex:1;height:100%;min-height:0}.port-tables[data-v-f8659293]{height:100%;display:flex;flex-grow:1}.port-tables.collapsed[data-v-f8659293]{display:none}.editor-slot-container[data-v-f8659293]{display:flex;flex-direction:column;height:100%;overflow-y:auto;flex-grow:1}.common-splitter[data-v-f8659293] .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-f8659293] .splitpanes__splitter{display:none;pointer-events:none}.common-splitter.slim-splitter[data-v-f8659293] .splitpanes__splitter{min-width:2px}.splitpanes--vertical[data-v-f8659293]>.splitpanes__splitter{border-width:0 1px}.splitpanes--horizontal[data-v-f8659293]>.splitpanes__splitter{border-width:1px 0}.left-facing-splitter[data-v-f8659293]>.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-f8659293]>.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-f8659293]>.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-f8659293]>.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-f8659293]{transition:none 0s ease 0s;transition:initial}.main-splitpane[data-v-f8659293]{overflow:hidden}.main-splitpane[data-v-f8659293]>.splitpanes__splitter:hover{border-right:1px solid var(--knime-masala)}.horizontal-splitpane[data-v-f8659293]>.splitpanes__splitter:hover{border-top:1px solid var(--knime-masala)}.vertical-splitpane[data-v-f8659293]>.splitpanes__splitter:hover{border-left:1px solid var(--knime-masala)}.right-pane[data-v-f8659293]{background-color:var(--knime-gray-ultra-light)}.scrollable-y[data-v-f8659293]{overflow-y:auto}.multi-editor-container.has-control-bar[data-v-f8659293]{height:auto}.multi-editor-container[data-v-f8659293]{display:flex;flex-direction:column;width:100%;flex-grow:1;min-height:0;background-color:var(--knime-porcelain)}.run-button-panel[data-v-f8659293]{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;border-top:1px solid var(--knime-silver-sand)}`)),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
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,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.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-overlay[data-v-da536930]{position:absolute;display:flex;flex-direction:row;z-index:1;top:2px;right:20px;align-items:center;font-size:13px;gap:10px}.console[data-v-da536930]{height:100%}.terminal.focus-painted[data-v-da536930]: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-da536930]{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}.monaco-editor .markdown-docs h1,.monaco-hover h1{font-size:1.5em}.monaco-editor .markdown-docs h2,.monaco-hover h2{font-size:1.3em}.monaco-editor .markdown-docs h3,.monaco-hover h3{font-size:1.1em}.monaco-editor .markdown-docs h4,.monaco-hover h4{font-size:1em}.monaco-editor .markdown-docs h5,.monaco-hover h5{font-size:.9em}.monaco-editor .markdown-docs h6,.monaco-hover h6{font-size:.8em}.monaco-editor .markdown-docs h1,.monaco-hover h1,.monaco-editor .markdown-docs h2,.monaco-hover h2,.monaco-editor .markdown-docs h3,.monaco-hover h3,.monaco-editor .markdown-docs h4,.monaco-hover h4,.monaco-editor .markdown-docs h5,.monaco-hover h5,.monaco-editor .markdown-docs h6,.monaco-hover h6{line-height:normal;margin-top:0}.checkbox[data-v-e644a11d]{display:inline-block;position:relative;isolation:isolate;padding:3px 0 3px 24px;max-width:100%;cursor:pointer}.checkbox.disabled[data-v-e644a11d]{cursor:auto;cursor:initial;opacity:.5}.checkbox input[data-v-e644a11d]{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;opacity:0;position:absolute;width:0;height:0}.checkbox input+span[data-v-e644a11d]{display:inline-block;overflow:hidden;min-width:1em;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.checkbox input+span[data-v-e644a11d]:before{border:1px solid var(--theme-checkbox-border-color);background:var(--theme-checkbox-background-color);display:inline-block;content:"";width:14px;height:14px}.checkbox input+span[data-v-e644a11d]:before,.checkbox input+span[data-v-e644a11d]:after{position:absolute;left:0;top:4px}.checkbox input:checked+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected);background:var(--theme-checkbox-background-color-selected)}.checkbox input:checked:focus+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected-focus);background:var(--theme-checkbox-background-color-selected-focus)}.checkbox input:checked:hover:enabled+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected-hover);background:var(--theme-checkbox-background-color-selected-hover)}.checkbox input:checked:hover:disabled+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-selected);background:var(--theme-checkbox-background-color-selected)}.checkbox input:checked+span[data-v-e644a11d]:after{content:"";position:absolute;display:block;transform:translate(4px,3.5px) rotate(-45deg);left:-1px;width:8px;height:5px;border-style:solid;border-width:0 0 1.3px 1.3px;border-color:var(--theme-checkbox-foreground-color-selected)}.checkbox input:checked:focus+span[data-v-e644a11d]:after{border-color:var(--theme-checkbox-foreground-color-selected-focus)}.checkbox input:checked:hover:enabled+span[data-v-e644a11d]:after{border-color:var(--theme-checkbox-foreground-color-selected-hover)}.checkbox input:checked:hover:disabled+span[data-v-e644a11d]:after{border-color:var(--theme-checkbox-foreground-color-selected)}.checkbox input[data-v-e644a11d]:not(:checked){background:var(--theme-checkbox-background-color)}.checkbox input:not(:checked):hover:enabled+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-hover)}.checkbox input:not(:checked):focus:not(:hover)+span[data-v-e644a11d]:before{border-color:var(--theme-checkbox-border-color-focus)}.checkbox.regular[data-v-e644a11d]{--regular-height: 18px;font-size:13px;font-weight:300;line-height:18px;line-height:var(--regular-height)}.checkbox.regular>span[data-v-e644a11d]{min-height:var(--regular-height)}.checkbox.large[data-v-e644a11d]{--large-height: 20px;font-family:var(--theme-text-bold-font-family);color:var(--theme-text-bold-color);font-size:16px;font-weight:700;line-height:20px;line-height:var(--large-height)}.checkbox.large>span[data-v-e644a11d]{min-height:var(--large-height)}.checkbox.large input+span[data-v-e644a11d]:before,.checkbox.large input+span[data-v-e644a11d]:after{top:5px}.text[data-v-d5415408]{font-weight:500;flex-shrink:1;flex-basis:100%}.text.truncate[data-v-d5415408]{overflow:hidden;text-overflow:ellipsis}.hotkey[data-v-d5415408]{margin-left:40px}.list-item[data-v-20688faf]{--icon-size: 18;border:none;background:none;width:100%;padding:6px 13px;font-weight:500;display:flex;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;color:var(--theme-text-normal-color)}.list-item.clickable-item[data-v-20688faf]{cursor:pointer}.list-item.clickable-item.disabled[data-v-20688faf]{opacity:.5;cursor:default;pointer-events:none}.list-item.clickable-item .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-foreground-color);stroke-width:calc(32px / var(--icon-size));width:calc(var(--icon-size) * 1px);height:calc(var(--icon-size) * 1px);margin-right:7px}.list-item.clickable-item[data-v-20688faf]:hover{background-color:var(--theme-dropdown-background-color-hover)}.list-item.clickable-item.focused[data-v-20688faf]{outline:transparent;background-color:var(--theme-dropdown-background-color-focus);color:var(--theme-dropdown-foreground-color-focus)}.list-item.clickable-item.focused .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-foreground-color-focus)}.list-item.clickable-item.focused[data-v-20688faf]:hover{background-color:var(--theme-dropdown-background-color-hover);color:var(--theme-dropdown-foreground-color-hover)}.list-item.clickable-item.selected[data-v-20688faf]{background-color:var(--theme-dropdown-foreground-color);color:var(--theme-dropdown-background-color)}.list-item.clickable-item.selected .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-background-color)}.list-item.clickable-item.selected[data-v-20688faf]:hover{background-color:var(--theme-dropdown-background-color-hover);color:var(--theme-dropdown-foreground-color-hover)}.list-item.clickable-item.selected:hover .item-icon[data-v-20688faf]{stroke:var(--theme-dropdown-foreground-color-hover)}.list-item.clickable-item .label[data-v-20688faf]{display:flex;flex-direction:column;align-content:flex-start;width:100%}.list-item.clickable-item .label .text-and-hotkey[data-v-20688faf]{display:flex;text-align:left;width:100%;height:calc(var(--icon-size) * 1px);align-items:center}.list-item.clickable-item .label .text-and-hotkey .checkbox[data-v-20688faf]{padding-left:23px;margin-top:7px;padding-top:2px}.list-item.clickable-item .label .text-and-hotkey .text[data-v-20688faf]{flex-shrink:1;flex-basis:100%}.list-item.clickable-item .label .text-and-hotkey .text.truncate[data-v-20688faf]{overflow:hidden;text-overflow:ellipsis}.list-item.clickable-item .label .text-and-hotkey .hotkey[data-v-20688faf]{margin-left:40px}.list-item.clickable-item .label .description[data-v-20688faf]{max-width:250px;width:100%;text-align:left;white-space:normal;font-size:11px;font-weight:300}.list-item.section-headline[data-v-20688faf]{color:var(--knime-stone);padding-top:13px;pointer-events:none;height:30px;font-size:10px;line-height:15px;display:flex;align-items:center;text-align:left}.list-item.section-headline[data-v-20688faf]:hover,.list-item.section-headline[data-v-20688faf]:focus,.list-item.section-headline[data-v-20688faf]:active{outline:none}.base-menu-items[data-v-1052102a]{--menu-items-elevation: var(--shadow-elevation-1);margin:0;padding:0;background-color:var(--knime-white);color:var(--theme-dropdown-foreground-color);font-size:13px;line-height:18px;font-weight:500;font-family:var(--theme-text-medium-font-family);text-align:left;list-style-type:none;z-index:1;z-index:var(--z-index-common-menu-items-expanded, 1);box-shadow:var(--shadow-elevation-1);box-shadow:var(--menu-items-elevation);position:relative}.base-menu-items.expanded[data-v-1052102a]{display:block}.base-menu-items[data-v-1052102a]:focus{outline:none}.base-menu-items li.separator[data-v-1052102a]:not(:last-child){border-bottom:1px solid var(--knime-porcelain)}.base-item .sub-menu-indicator .icon{width:12px;height:12px;stroke-width:calc(32px / 12);pointer-events:none;stroke:var(--theme-dropdown-foreground-color);vertical-align:middle}.base-item:has(.sub-menu-indicator.highlight){background-color:var(--theme-dropdown-foreground-color);color:var(--theme-dropdown-background-color)}.base-item:has(.sub-menu-indicator.highlight)>.item-icon{stroke:var(--theme-dropdown-background-color)}.base-item:has(.sub-menu-indicator.highlight) .sub-menu-indicator .icon{stroke:var(--theme-dropdown-background-color)}.base-item:hover:has(.sub-menu-indicator.highlight),.base-item.focused:has(.sub-menu-indicator.highlight){color:var(--theme-dropdown-foreground-color-hover)}.base-item:hover:has(.sub-menu-indicator.highlight)>.item-icon,.base-item.focused:has(.sub-menu-indicator.highlight)>.item-icon{stroke:var(--theme-dropdown-foreground-color-hover)}.base-item:hover:has(.sub-menu-indicator.highlight) .sub-menu-indicator .icon,.base-item.focused:has(.sub-menu-indicator.highlight) .sub-menu-indicator .icon{stroke:var(--theme-dropdown-foreground-color-hover)}.menu-wrapper[data-v-0e4e0d83]{z-index:57;z-index:var(--z-index-common-menu-items-expanded, 57)}.menu-wrapper .menu-items[data-v-0e4e0d83]{margin:5px 0}.menu-wrapper.disabled[data-v-0e4e0d83]{opacity:.5;pointer-events:none}.container[data-v-0a924717]{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-0a924717]{margin-left:10px;height:var(--controls-height);line-height:var(--controls-height)}.open-icon[data-v-0a924717]{width:25px;height:50px;margin:auto}.menu[data-v-0a924717]{margin:5px 10px 5px 5px;flex:0 1 1px;justify-content:center}.panel[data-v-3c5cf47f]{transition:height .4s ease-in-out;overflow:hidden}.button[data-v-0f4e1b06]{position:relative;padding:0;font-size:18px;line-height:26px;font-weight:700;background-color:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;width:100%;text-align:left;cursor:pointer}.button[data-v-0f4e1b06] svg{position:absolute;margin-right:4px;float:left;margin-left:4px;top:17px}.button .dropdown[data-v-0f4e1b06]{text-align:center;position:absolute;right:10px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;top:13px}.button .dropdown[data-v-0f4e1b06]:hover{background-color:var(--theme-button-function-background-color-hover)}.button .dropdown .dropdown-icon[data-v-0f4e1b06]{position:relative;margin:auto;width:18px;height:18px;stroke-width:calc(32px / 18);stroke:var(--knime-masala);top:0;transition:transform .4s ease-in-out}.button .dropdown .dropdown-icon.flip[data-v-0f4e1b06]{transform:scaleY(-1)}.button:focus .dropdown[data-v-0f4e1b06]{background-color:var(--theme-button-function-background-color-focus)}[data-v-0f4e1b06] ul,[data-v-0f4e1b06] ol{margin:0;padding-left:40px}.top-card[data-v-815f5c51]{min-height:42px;background-color:var(--knime-porcelain);padding-left:8px;position:relative;margin:0;font-size:13px;font-weight:700;display:flex;flex-direction:row;justify-content:left;align-items:center;line-height:26px;overflow:auto}.has-collapser[data-v-815f5c51]{padding-right:32px}.title[data-v-815f5c51]{flex-basis:100px;min-width:60px}.collapser-content[data-v-815f5c51]{font-size:11px;width:100%}.sub-item[data-v-815f5c51]{width:100%;border-bottom:1px solid var(--knime-porcelain);display:flex;flex-direction:row}.selected[data-v-815f5c51]{background-color:var(--knime-cornflower-semi)}.clickable-sub-item[data-v-815f5c51]{cursor:grab}.clickable-sub-item[data-v-815f5c51]:active{cursor:grabbing}.clickable-sub-item[data-v-815f5c51]:hover{box-shadow:1px 1px 4px 1px #82868766}.cell[data-v-815f5c51]{padding:10px;flex:50%}.code-alias[data-v-815f5c51]{font-family:monospace;font-weight:400;font-size:12px;padding-left:8px;padding-right:8px;text-overflow:ellipsis;overflow:hidden;flex-shrink:10;cursor:grab}.code-alias[data-v-815f5c51]:active{cursor:grabbing}.code-alias-dragging[data-v-815f5c51]{background-color:var(--knime-cornflower-semi);box-shadow:1px 1px 4px 1px #82868766}.code-alias-not-dragging[data-v-815f5c51]:hover{background-color:var(--knime-stone-light);box-shadow:1px 1px 4px 1px #82868766}.collapser[data-v-815f5c51]{position:relative;z-index:10}.collapser[data-v-815f5c51] .dropdown{width:20px;height:20px;top:10px}.collapser[data-v-815f5c51] .dropdown .dropdown-icon{width:12px;height:12px}.collapser[data-v-815f5c51] .panel:hover{overflow:visible}.bottom-border[data-v-815f5c51]{border-bottom:1px solid var(--knime-white)}.in-out-container[data-v-8efccfa1]{display:flex;flex-direction:column;min-width:150px}.in-out-container[data-v-8efccfa1]: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-8efccfa1]:focus{outline:none}.button[data-v-30aa7500]{display:inline-block;text-align:center;font-weight:500;font-size:16px;font-family:var(--theme-text-medium-font-family);line-height:19px;padding:12px 30px;-webkit-text-decoration:none;text-decoration:none;border:0;cursor:pointer;color:var(--knime-dove-gray);background-color:transparent;border-radius:9999px;border-radius:var(--theme-button-border-radius, 9999px)}.button svg[data-v-30aa7500-s]{width:18px;height:18px;stroke:var(--knime-dove-gray);stroke-width:calc(32px / 18);position:relative;top:-.11em;vertical-align:middle;margin-right:8px}.button[disabled][data-v-30aa7500]{opacity:.5;pointer-events:none}.button[data-v-30aa7500]:active,.button[data-v-30aa7500]:hover,.button[data-v-30aa7500]:focus{outline:none;color:var(--knime-masala)}.button:active svg[data-v-30aa7500-s],.button:hover svg[data-v-30aa7500-s],.button:focus svg[data-v-30aa7500-s]{stroke:var(--knime-masala)}.button.compact[data-v-30aa7500]{padding:6px 15px;min-width:50px;font-size:13px;line-height:18px;color:var(--theme-button-small-foreground-color);background:var(--theme-button-small-background-color)}.button.compact[data-v-30aa7500]:hover{color:var(--theme-button-small-foreground-color-hover);background:var(--theme-button-small-background-color-hover)}.button.compact[data-v-30aa7500]:focus,.button.compact[data-v-30aa7500]:active{color:var(--theme-button-small-foreground-color-focus);background:var(--theme-button-small-background-color-focus)}.button.compact svg[data-v-30aa7500-s]{width:14px;height:14px;stroke-width:calc(32px / 14);top:-.1em}.button.compact.with-border[data-v-30aa7500]{padding:5px 14px;border:1px solid var(--theme-button-small-border-color)}.button.compact.with-border[data-v-30aa7500]:hover{border-color:var(--theme-button-small-border-color-hover)}.button.compact.with-border[data-v-30aa7500]:focus,.button.compact.with-border[data-v-30aa7500]:active{border-color:var(--theme-button-small-border-color-focus)}.button.primary[data-v-30aa7500]{color:var(--theme-button-foreground-color);background-color:var(--theme-button-background-color)}.button.primary svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color)}.button.with-border[data-v-30aa7500]{padding:11px 29px;border:1px solid var(--theme-button-border-color);color:var(--theme-button-foreground-color)}.button.with-border svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color)}.button.primary.compact[data-v-30aa7500],.button.with-border.compact[data-v-30aa7500]{border-radius:var(--theme-button-small-border-radius)}.button.primary.with-warning[data-v-30aa7500],.button.with-border.with-warning[data-v-30aa7500]{border-color:var(--theme-color-error);color:var(--theme-color-error)}.button.primary.with-warning[data-v-30aa7500] svg,.button.with-border.with-warning[data-v-30aa7500] svg{stroke:var(--theme-color-error)}.button.primary[data-v-30aa7500]:hover,.button.with-border[data-v-30aa7500]:hover{outline:none;color:var(--theme-button-foreground-color-hover);background-color:var(--theme-button-background-color-hover)}.button.primary:hover svg[data-v-30aa7500-s],.button.with-border:hover svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color-hover)}.button.primary[data-v-30aa7500]:active,.button.with-border[data-v-30aa7500]:active,.button.primary[data-v-30aa7500]:focus,.button.with-border[data-v-30aa7500]:focus{outline:none;color:var(--theme-button-foreground-color-focus);background-color:var(--theme-button-background-color-focus)}.button.primary:active svg[data-v-30aa7500-s],.button.with-border:active svg[data-v-30aa7500-s],.button.primary:focus svg[data-v-30aa7500-s],.button.with-border:focus svg[data-v-30aa7500-s]{stroke:var(--theme-button-foreground-color-focus)}.button.primary.with-warning[data-v-30aa7500]:hover,.button.with-border.with-warning[data-v-30aa7500]:hover{border-color:var(--theme-button-background-color-hover)}.button.on-dark.with-border[data-v-30aa7500]{border:1px solid var(--knime-white);background-color:transparent;color:var(--knime-white)}.button.on-dark.with-border svg[data-v-30aa7500-s]{stroke:var(--knime-white)}.button.on-dark.primary[data-v-30aa7500]:active,.button.on-dark.with-border[data-v-30aa7500]:active,.button.on-dark.primary[data-v-30aa7500]:hover,.button.on-dark.with-border[data-v-30aa7500]:hover,.button.on-dark.primary[data-v-30aa7500]:focus,.button.on-dark.with-border[data-v-30aa7500]:focus{outline:none;background-color:var(--knime-white);color:var(--knime-masala)}.button.on-dark.primary:active svg[data-v-30aa7500-s],.button.on-dark.with-border:active svg[data-v-30aa7500-s],.button.on-dark.primary:hover svg[data-v-30aa7500-s],.button.on-dark.with-border:hover svg[data-v-30aa7500-s],.button.on-dark.primary:focus svg[data-v-30aa7500-s],.button.on-dark.with-border:focus svg[data-v-30aa7500-s]{stroke:var(--knime-masala)}.button.on-dark[data-v-30aa7500]:active,.button.on-dark[data-v-30aa7500]:hover,.button.on-dark[data-v-30aa7500]:focus{outline:none;background-color:var(--knime-white)}.settings-title[data-v-098d2402]{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-098d2402]{padding-right:15px}.settings-title .arrow-left[data-v-098d2402]{border-right:1px solid var(--knime-silver-sand)}.settings-title .button svg[data-v-098d2402]{height:31px;width:31px}.settings-title h3[data-v-098d2402]{font-size:28px;margin-left:0}.settings-content[data-v-098d2402]{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}@keyframes spin-18e85c47{to{transform:scaleY(-1) rotate(-360deg)}}svg[data-v-18e85c47]{transform:scaleY(-1);animation:spin-18e85c47 2s linear infinite}.suggestion-container[data-v-a5b7ae29]{display:flex;flex-direction:column}.suggestion-container .diff-editor[data-v-a5b7ae29]{flex-grow:1}.suggestion-container .accept-decline-buttons .button[data-v-a5b7ae29]{float:right;margin-top:var(--ai-bar-margin)}.slide-fade-enter-active[data-v-565140c3]{transition:all .3s ease-out}.slide-fade-leave-active[data-v-565140c3]{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from[data-v-565140c3],.slide-fade-leave-to[data-v-565140c3]{transform:translateY(30px);opacity:0}.ai-bar-container[data-v-565140c3]{--ai-bar-margin: 13px;display:flex;flex-direction:column;position:absolute;bottom:20px;background-color:var(--knime-gray-ultra-light);border:1px solid var(--knime-silver-sand);font-size:13px;line-height:17px;z-index:11;overflow:visible;box-shadow:0 -2px 8px 0 var(--knime-silver-sand-semi);margin-bottom:12px;transition:width .2s ease-in-out}.ai-bar-container .subtitle[data-v-565140c3]{color:var(--knime-black);margin-top:9px;font-style:italic;display:flex;justify-content:flex-start;align-items:baseline;flex-direction:row}.ai-bar-container .subtitle .text[data-v-565140c3]{margin-right:2px}.ai-bar-container .subtitle .button[data-v-565140c3]{position:absolute;bottom:4px;right:79px}.ai-bar-container .subtitle .button.primary[data-v-565140c3]{right:4px}.ai-bar-container .ai-suggestion[data-v-565140c3]{margin:var(--ai-bar-margin);min-height:200px;height:40vh}.ai-bar-container .chat-controls-border-top[data-v-565140c3]{border-top:1px solid var(--knime-silver-sand)}.ai-bar-container .chat-controls[data-v-565140c3]{display:flex;flex-direction:column;position:relative}.ai-bar-container .chat-controls .prompt-bar[data-v-565140c3]{margin-top:var(--ai-bar-margin);margin-right:var(--ai-bar-margin);margin-left:var(--ai-bar-margin);line-height:15.23px}.ai-bar-container .chat-controls .chat-controls-text-input[data-v-565140c3]{display:flex;flex-direction:row}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]{flex-grow:1;border:1px solid var(--knime-silver-sand);overflow:hidden;resize:none;border-radius:0;bottom:-1;padding:15px 30px 15px 15px;margin:var(--ai-bar-margin);color:var(--knime-masala);font-size:13px;font-weight:lighter;font-family:Roboto,sans-serif}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]::-moz-placeholder{color:var(--knime-stone)}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]::placeholder{color:var(--knime-stone)}.ai-bar-container .chat-controls .chat-controls-text-input .textarea[data-v-565140c3]:focus{outline:none}.ai-bar-container .chat-controls .chat-controls-text-input .chat-controls-buttons .textarea-button[data-v-565140c3]{position:absolute;right:20px;bottom:20px}.ai-bar-container[data-v-565140c3] .chat-controls:after{--arrow-size: 18px;width:18px;width:var(--arrow-size);height:18px;height:var(--arrow-size);left:calc(var(--left-distance) + 40px);content:"";position:absolute;background-color:var(--knime-gray-ultra-light);bottom:0;z-index:1;border-right:1px solid var(--knime-silver-sand);border-top:1px solid var(--knime-silver-sand);transform:translate(-50%,50%) rotate(135deg)}.ai-bar-container .notification-bar[data-v-565140c3]{display:flex;justify-content:space-between;vertical-align:middle;border-top:1px solid var(--knime-silver-sand);position:relative;height:49px}.ai-bar-container[data-v-565140c3] .notification-bar:after{--arrow-size: 18px;width:18px;width:var(--arrow-size);height:18px;height:var(--arrow-size);left:calc(var(--left-distance) + 40px);content:"";position:absolute;background-color:var(--knime-gray-ultra-light);bottom:0;z-index:1;border-right:1px solid var(--knime-silver-sand);border-top:1px solid var(--knime-silver-sand);transform:translate(-50%,50%) rotate(135deg)}.notification[data-v-565140c3]{line-height:15.23px;margin:15px}.notification-button[data-v-565140c3]{height:30px;margin:9px 15px 9px 9px}.disclaimer-container[data-v-565140c3]{display:flex;flex-direction:column}.disclaimer-text[data-v-565140c3]{margin:10px;line-height:20px;padding:5px;background-color:var(--knime-white)}.disclaimer-button-container[data-v-565140c3]{display:flex;justify-content:right}.disclaimer-slide-fade-leave-active[data-v-565140c3]{transition:all .2s cubic-bezier(1,.5,.8,1)}.disclaimer-slide-fade-enter-from[data-v-565140c3],.disclaimer-slide-fade-leave-to[data-v-565140c3]{transform:translateY(30px);opacity:0}.ai-bar[data-v-0d6c9089]{flex:0 0 auto}.controls[data-v-0d6c9089]{display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between;place-content:center space-between;align-items:center;padding:2px 10px;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-0d6c9089]{display:flex;justify-content:right;flex-wrap:wrap;row-gap:2px;padding-top:2px}.button-active.compact[data-v-0d6c9089]{color:var(--knime-white);background-color:var(--knime-masala)}.button-active.compact svg[data-v-0d6c9089]{stroke:var(--knime-white)}label[data-v-10c97897]{display:flex;margin:0;margin:var(--radio-button-margin, 0)}.value-switch[data-v-4f75205f]{--border-radius: 50px;display:flex;align-items:center;border:1px solid var(--theme-value-switch-border-color);border-radius:50px;border-radius:var(--border-radius);width:-moz-max-content;width:max-content;height:calc(var(--wrapper-height) * 1px)}.value-switch[data-v-4f75205f] span{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:var(--border-radius);min-width:41px;padding:0 10px;font-weight:300;font-size:13px;line-height:20px;height:calc(var(--wrapper-height) * 1px)}.value-switch.disabled[data-v-4f75205f]{opacity:.5}.value-switch[data-v-4f75205f]:focus-within{border-color:var(--theme-value-switch-border-color-focus)}.value-switch.normal[data-v-4f75205f]{--wrapper-height: 30}.value-switch.compact[data-v-4f75205f]{--wrapper-height: 20}.value-switch[data-v-4f75205f] input[disabled]+span{opacity:.5;pointer-events:none}.value-switch[data-v-4f75205f] input{opacity:0;position:absolute;width:0;height:0}.value-switch[data-v-4f75205f] input+span:hover{background-color:var(--theme-value-switch-background-color-hover)}.value-switch[data-v-4f75205f] input:checked+span{background-color:var(--theme-value-switch-background-color-checked);color:var(--theme-value-switch-background-color);pointer-events:none}.ui-ext-shadow-app[data-v-07a62448]{overflow:hidden}iframe[data-v-c763d497]{width:100%;height:100%;border:none;display:block}.message-fade-enter-active[data-v-ae7871fe],.fade-enter-active[data-v-ae7871fe]{transition:opacity .1s ease-out}.fade-enter[data-v-ae7871fe],.fade-leave-to[data-v-ae7871fe],.message-fade-enter[data-v-ae7871fe],.message-fade-leave-to[data-v-ae7871fe]{opacity:0}.fade-leave-active[data-v-ae7871fe],.message-fade-leave-active[data-v-ae7871fe]{transition:opacity .2s ease-in -.1s}.message-fade-enter-active[data-v-ae7871fe]{transition-duration:.15s;transition-delay:.3s}.container[data-v-ae7871fe]{min-height:50px;position:absolute;left:0;top:0;height:100%;width:100%}.container.global[data-v-ae7871fe]{pointer-events:none;position:fixed;z-index:3}.container.global.active[data-v-ae7871fe]{pointer-events:all}.container.global .slide-fade-leave-active[data-v-ae7871fe]{transition:all .3s ease-in .1s}.container.global .slide-fade-enter-active[data-v-ae7871fe]{transition:all .3s ease-out .1s}.container.global .slide-fade-enter[data-v-ae7871fe],.container.global .slide-fade-leave-to[data-v-ae7871fe]{transform:translateY(25%);opacity:0}.container.local .slide-fade-leave-active[data-v-ae7871fe]{transition:all .2s ease-in}.container.local .slide-fade-enter-active[data-v-ae7871fe]{transition:all .3s ease-out .1s}.container.local .slide-fade-enter[data-v-ae7871fe],.container.local .slide-fade-leave-to[data-v-ae7871fe]{transform:translateY(-25%);opacity:0}.overlay[data-v-ae7871fe]{z-index:1;position:absolute;top:0;top:var(--error-overlay-top, 0);left:0;left:var(--error-overlay-left, 0);width:100%;height:100%;box-shadow:inset 0 0 0 1px var(--knime-white);background-color:var(--knime-gray-light-semi)}.overlay.local.error[data-v-ae7871fe]{background-color:var(--theme-color-error-semi)}.overlay.local.warn[data-v-ae7871fe]{background-color:var(--theme-color-action-required-semi)}.alert-body[data-v-ae7871fe]{font-size:16px;z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.alert-body.global[data-v-ae7871fe]{position:fixed;z-index:3}.alert-body[data-v-ae7871fe] div:first-child{pointer-events:all}.node-popover .error-wrapper[data-v-38a1fa73]{width:40px;height:40px;padding:8px;border-radius:50%;z-index:2;overflow:visible;position:absolute;left:calc(50% - 20px);bottom:calc(50% - 20px);background-color:var(--theme-color-error);box-shadow:0 0 10px 0 var(--knime-gray-dark-semi);cursor:pointer}.node-popover .error-wrapper .icon[data-v-38a1fa73]{stroke-width:4;stroke:#fff}.node-popover .error-wrapper[data-v-38a1fa73]:hover{background-color:#fff}.node-popover .error-wrapper:hover .icon[data-v-38a1fa73]{stroke:var(--theme-color-error)}.node-popover .error-wrapper[data-v-38a1fa73]:focus{background-color:#fff}.warning-button[data-v-38d5845b]{position:absolute;bottom:16px;right:50px}.warning-button svg[data-v-38d5845b]{height:21px;margin-top:-3px}.port-table[data-v-0134df5d]{height:100%}.view-value-switch[data-v-031cbabc]{display:flex;justify-content:center}.output-table-preview[data-v-af19e96c]{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.pre-evaluation-sign[data-v-af19e96c]{display:flex;height:35px;justify-content:center;border-radius:10px}.output-table[data-v-af19e96c]{height:100%;width:100%}.preview-background[data-v-af19e96c]{width:100%;background-color:var(--knime-cornflower-semi);padding:5px 0;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.preview-warning-text[data-v-af19e96c]{background-color:#fff;color:#000;padding:5px;border-radius:15px;box-shadow:0 4px 8px #0000001a;text-align:center;font-size:small;font-weight:700}.layout[data-v-83855c61]{--description-button-size: 15px;display:flex;flex-direction:column;height:100vh;width:100%;flex-grow:0;overflow:hidden;position:relative}.editor-and-control-bar[data-v-83855c61]{height:100%;display:flex;flex-direction:column}.tab-bar-container[data-v-83855c61]{display:flex;height:100%;flex-direction:column;padding-left:10px;padding-right:10px;position:relative}.tab-bar-container .console-container[data-v-83855c61]{flex:1;height:100%;min-height:0}.port-tables[data-v-83855c61]{height:100%;display:flex;flex-grow:1}.port-tables.collapsed[data-v-83855c61]{display:none}.editor-slot-container[data-v-83855c61]{display:flex;flex-direction:column;height:100%;overflow-y:auto;flex-grow:1}.common-splitter[data-v-83855c61] .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-83855c61] .splitpanes__splitter{display:none;pointer-events:none}.common-splitter.slim-splitter[data-v-83855c61] .splitpanes__splitter{min-width:2px}.splitpanes--vertical[data-v-83855c61]>.splitpanes__splitter{border-width:0 1px}.splitpanes--horizontal[data-v-83855c61]>.splitpanes__splitter{border-width:1px 0}.left-facing-splitter[data-v-83855c61]>.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-83855c61]>.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-83855c61]>.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-83855c61]>.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-83855c61]{transition:none 0s ease 0s;transition:initial}.main-splitpane[data-v-83855c61]{overflow:hidden}.main-splitpane[data-v-83855c61]>.splitpanes__splitter:hover{border-right:1px solid var(--knime-masala)}.horizontal-splitpane[data-v-83855c61]>.splitpanes__splitter:hover{border-top:1px solid var(--knime-masala)}.vertical-splitpane[data-v-83855c61]>.splitpanes__splitter:hover{border-left:1px solid var(--knime-masala)}.right-pane[data-v-83855c61]{background-color:var(--knime-gray-ultra-light)}.scrollable-y[data-v-83855c61]{overflow-y:auto}.multi-editor-container.has-control-bar[data-v-83855c61]{height:auto}.multi-editor-container[data-v-83855c61]{display:flex;flex-direction:column;width:100%;flex-grow:1;min-height:0;background-color:var(--knime-porcelain)}.run-button-panel[data-v-83855c61]{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;border-top:1px solid var(--knime-silver-sand)}`)),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
33
33
|
var dh = Object.defineProperty;
|
|
34
34
|
var fh = (e, t, n) => t in e ? dh(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
35
35
|
var pt = (e, t, n) => (fh(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
@@ -8844,6 +8844,14 @@ const nu = (e) => Object.assign({ callKnimeUiApi: () => Promise.resolve({ isSome
|
|
|
8844
8844
|
}
|
|
8845
8845
|
];
|
|
8846
8846
|
(a = (s = e.value) == null ? void 0 : s.getModel()) == null || a.pushEditOperations([], n, () => null), (r = (l = e.value) == null ? void 0 : l.getModel()) == null || r.pushStackElement();
|
|
8847
|
+
}, Mf = (e) => (t, n) => {
|
|
8848
|
+
var s;
|
|
8849
|
+
const i = (s = e.value) == null ? void 0 : s.getContribution(
|
|
8850
|
+
"snippetController2"
|
|
8851
|
+
);
|
|
8852
|
+
n === null ? i == null || i.insert(t) : i == null || i.insert(
|
|
8853
|
+
`${t}(${n.map((a, l) => `\${${l + 1}:${a}}`).join(", ")})`
|
|
8854
|
+
);
|
|
8847
8855
|
}, lu = (e) => {
|
|
8848
8856
|
const t = Tr(), n = Df(e), i = Z(""), s = Z("");
|
|
8849
8857
|
return Ge(() => {
|
|
@@ -8866,10 +8874,11 @@ const nu = (e) => Object.assign({ callKnimeUiApi: () => Promise.resolve({ isSome
|
|
|
8866
8874
|
selection: Ea(i),
|
|
8867
8875
|
selectedLines: Ea(s),
|
|
8868
8876
|
insertColumnReference: Pf(t),
|
|
8877
|
+
insertFunctionReference: Mf(t),
|
|
8869
8878
|
insertText: Lf(t),
|
|
8870
8879
|
...ou(n)
|
|
8871
8880
|
};
|
|
8872
|
-
},
|
|
8881
|
+
}, Tf = (e) => {
|
|
8873
8882
|
const t = Tr(), n = e.originalModel, i = Ut.editor.createModel(
|
|
8874
8883
|
"",
|
|
8875
8884
|
n.getLanguageId(),
|
|
@@ -8883,12 +8892,12 @@ const nu = (e) => Object.assign({ callKnimeUiApi: () => Promise.resolve({ isSome
|
|
|
8883
8892
|
}), ai(cu(t, [n, i]));
|
|
8884
8893
|
const { text: a, setInitialText: l } = ou(i);
|
|
8885
8894
|
return { editor: t, editorModel: s, modifiedText: a, setInitialModifiedText: l };
|
|
8886
|
-
}, uu = Tr(), vi = () => uu,
|
|
8895
|
+
}, uu = Tr(), vi = () => uu, xf = (e) => {
|
|
8887
8896
|
const t = lu(e);
|
|
8888
8897
|
return uu.value = t, t;
|
|
8889
|
-
},
|
|
8898
|
+
}, Af = {
|
|
8890
8899
|
useCodeEditor: lu,
|
|
8891
|
-
useDiffEditor:
|
|
8900
|
+
useDiffEditor: Tf,
|
|
8892
8901
|
useMainCodeEditorStore: vi
|
|
8893
8902
|
};
|
|
8894
8903
|
var fe = {}, Ri = {}, na = {}, ts = {}, ne = {}, je = {}, Na;
|
|
@@ -9385,7 +9394,7 @@ function du() {
|
|
|
9385
9394
|
return Nt.LRUCache = i, Nt;
|
|
9386
9395
|
}
|
|
9387
9396
|
var or = {}, ja;
|
|
9388
|
-
function
|
|
9397
|
+
function If() {
|
|
9389
9398
|
if (ja)
|
|
9390
9399
|
return or;
|
|
9391
9400
|
ja = 1, Object.defineProperty(or, "__esModule", { value: !0 }), or.Disposable = void 0;
|
|
@@ -9561,7 +9570,7 @@ function sa() {
|
|
|
9561
9570
|
return di.CancellationTokenSource = l, di;
|
|
9562
9571
|
}
|
|
9563
9572
|
var fi = {}, za;
|
|
9564
|
-
function
|
|
9573
|
+
function Of() {
|
|
9565
9574
|
if (za)
|
|
9566
9575
|
return fi;
|
|
9567
9576
|
za = 1, Object.defineProperty(fi, "__esModule", { value: !0 }), fi.SharedArrayReceiverStrategy = fi.SharedArraySenderStrategy = void 0;
|
|
@@ -9670,7 +9679,7 @@ function fu() {
|
|
|
9670
9679
|
return ar.Semaphore = t, ar;
|
|
9671
9680
|
}
|
|
9672
9681
|
var Va;
|
|
9673
|
-
function
|
|
9682
|
+
function Bf() {
|
|
9674
9683
|
if (Va)
|
|
9675
9684
|
return Ht;
|
|
9676
9685
|
Va = 1, Object.defineProperty(Ht, "__esModule", { value: !0 }), Ht.ReadableStreamMessageReader = Ht.AbstractMessageReader = Ht.MessageReader = void 0;
|
|
@@ -9799,7 +9808,7 @@ ${JSON.stringify(Object.fromEntries(f))}`));
|
|
|
9799
9808
|
return Ht.ReadableStreamMessageReader = r, Ht;
|
|
9800
9809
|
}
|
|
9801
9810
|
var Ft = {}, Ka;
|
|
9802
|
-
function
|
|
9811
|
+
function Nf() {
|
|
9803
9812
|
if (Ka)
|
|
9804
9813
|
return Ft;
|
|
9805
9814
|
Ka = 1, Object.defineProperty(Ft, "__esModule", { value: !0 }), Ft.WriteableStreamMessageWriter = Ft.AbstractMessageWriter = Ft.MessageWriter = void 0;
|
|
@@ -9873,7 +9882,7 @@ function Bf() {
|
|
|
9873
9882
|
return Ft.WriteableStreamMessageWriter = c, Ft;
|
|
9874
9883
|
}
|
|
9875
9884
|
var cr = {}, Ga;
|
|
9876
|
-
function
|
|
9885
|
+
function Hf() {
|
|
9877
9886
|
if (Ga)
|
|
9878
9887
|
return cr;
|
|
9879
9888
|
Ga = 1, Object.defineProperty(cr, "__esModule", { value: !0 }), cr.AbstractMessageBuffer = void 0;
|
|
@@ -9981,7 +9990,7 @@ ${m}`);
|
|
|
9981
9990
|
return cr.AbstractMessageBuffer = i, cr;
|
|
9982
9991
|
}
|
|
9983
9992
|
var is = {}, Ja;
|
|
9984
|
-
function
|
|
9993
|
+
function Ff() {
|
|
9985
9994
|
return Ja || (Ja = 1, function(e) {
|
|
9986
9995
|
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;
|
|
9987
9996
|
const t = Di(), n = Ar(), i = hu(), s = du(), a = Ir(), l = sa();
|
|
@@ -10783,7 +10792,7 @@ function ms() {
|
|
|
10783
10792
|
} }), Object.defineProperty(e, "Touch", { enumerable: !0, get: function() {
|
|
10784
10793
|
return n.Touch;
|
|
10785
10794
|
} });
|
|
10786
|
-
const i =
|
|
10795
|
+
const i = If();
|
|
10787
10796
|
Object.defineProperty(e, "Disposable", { enumerable: !0, get: function() {
|
|
10788
10797
|
return i.Disposable;
|
|
10789
10798
|
} });
|
|
@@ -10799,13 +10808,13 @@ function ms() {
|
|
|
10799
10808
|
} }), Object.defineProperty(e, "CancellationToken", { enumerable: !0, get: function() {
|
|
10800
10809
|
return a.CancellationToken;
|
|
10801
10810
|
} });
|
|
10802
|
-
const l =
|
|
10811
|
+
const l = Of();
|
|
10803
10812
|
Object.defineProperty(e, "SharedArraySenderStrategy", { enumerable: !0, get: function() {
|
|
10804
10813
|
return l.SharedArraySenderStrategy;
|
|
10805
10814
|
} }), Object.defineProperty(e, "SharedArrayReceiverStrategy", { enumerable: !0, get: function() {
|
|
10806
10815
|
return l.SharedArrayReceiverStrategy;
|
|
10807
10816
|
} });
|
|
10808
|
-
const r =
|
|
10817
|
+
const r = Bf();
|
|
10809
10818
|
Object.defineProperty(e, "MessageReader", { enumerable: !0, get: function() {
|
|
10810
10819
|
return r.MessageReader;
|
|
10811
10820
|
} }), Object.defineProperty(e, "AbstractMessageReader", { enumerable: !0, get: function() {
|
|
@@ -10813,7 +10822,7 @@ function ms() {
|
|
|
10813
10822
|
} }), Object.defineProperty(e, "ReadableStreamMessageReader", { enumerable: !0, get: function() {
|
|
10814
10823
|
return r.ReadableStreamMessageReader;
|
|
10815
10824
|
} });
|
|
10816
|
-
const o =
|
|
10825
|
+
const o = Nf();
|
|
10817
10826
|
Object.defineProperty(e, "MessageWriter", { enumerable: !0, get: function() {
|
|
10818
10827
|
return o.MessageWriter;
|
|
10819
10828
|
} }), Object.defineProperty(e, "AbstractMessageWriter", { enumerable: !0, get: function() {
|
|
@@ -10821,11 +10830,11 @@ function ms() {
|
|
|
10821
10830
|
} }), Object.defineProperty(e, "WriteableStreamMessageWriter", { enumerable: !0, get: function() {
|
|
10822
10831
|
return o.WriteableStreamMessageWriter;
|
|
10823
10832
|
} });
|
|
10824
|
-
const c =
|
|
10833
|
+
const c = Hf();
|
|
10825
10834
|
Object.defineProperty(e, "AbstractMessageBuffer", { enumerable: !0, get: function() {
|
|
10826
10835
|
return c.AbstractMessageBuffer;
|
|
10827
10836
|
} });
|
|
10828
|
-
const d =
|
|
10837
|
+
const d = Ff();
|
|
10829
10838
|
Object.defineProperty(e, "ConnectionStrategy", { enumerable: !0, get: function() {
|
|
10830
10839
|
return d.ConnectionStrategy;
|
|
10831
10840
|
} }), Object.defineProperty(e, "ConnectionOptions", { enumerable: !0, get: function() {
|
|
@@ -10888,7 +10897,7 @@ class Fn extends Dt.AbstractMessageBuffer {
|
|
|
10888
10897
|
}
|
|
10889
10898
|
}
|
|
10890
10899
|
Fn.emptyBuffer = new Uint8Array(0);
|
|
10891
|
-
class
|
|
10900
|
+
class jf {
|
|
10892
10901
|
constructor(t) {
|
|
10893
10902
|
this.socket = t, this._onData = new Dt.Emitter(), this._messageListener = (n) => {
|
|
10894
10903
|
n.data.arrayBuffer().then((s) => {
|
|
@@ -10911,7 +10920,7 @@ class Ff {
|
|
|
10911
10920
|
return this._onData.event(t);
|
|
10912
10921
|
}
|
|
10913
10922
|
}
|
|
10914
|
-
class
|
|
10923
|
+
class qf {
|
|
10915
10924
|
constructor(t) {
|
|
10916
10925
|
this.socket = t;
|
|
10917
10926
|
}
|
|
@@ -10937,7 +10946,7 @@ class jf {
|
|
|
10937
10946
|
this.socket.close();
|
|
10938
10947
|
}
|
|
10939
10948
|
}
|
|
10940
|
-
const
|
|
10949
|
+
const Wf = new TextEncoder(), pu = Object.freeze({
|
|
10941
10950
|
messageBuffer: Object.freeze({
|
|
10942
10951
|
create: (e) => new Fn(e)
|
|
10943
10952
|
}),
|
|
@@ -10947,7 +10956,7 @@ const qf = new TextEncoder(), pu = Object.freeze({
|
|
|
10947
10956
|
encode: (e, t) => {
|
|
10948
10957
|
if (t.charset !== "utf-8")
|
|
10949
10958
|
throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${t.charset}`);
|
|
10950
|
-
return Promise.resolve(
|
|
10959
|
+
return Promise.resolve(Wf.encode(JSON.stringify(e, void 0, 0)));
|
|
10951
10960
|
}
|
|
10952
10961
|
}),
|
|
10953
10962
|
decoder: Object.freeze({
|
|
@@ -10960,8 +10969,8 @@ const qf = new TextEncoder(), pu = Object.freeze({
|
|
|
10960
10969
|
})
|
|
10961
10970
|
}),
|
|
10962
10971
|
stream: Object.freeze({
|
|
10963
|
-
asReadableStream: (e) => new
|
|
10964
|
-
asWritableStream: (e) => new
|
|
10972
|
+
asReadableStream: (e) => new jf(e),
|
|
10973
|
+
asWritableStream: (e) => new qf(e)
|
|
10965
10974
|
}),
|
|
10966
10975
|
console,
|
|
10967
10976
|
timer: Object.freeze({
|
|
@@ -11432,7 +11441,7 @@ class Za {
|
|
|
11432
11441
|
return this._counter++, this._counter.toString();
|
|
11433
11442
|
}
|
|
11434
11443
|
}
|
|
11435
|
-
class
|
|
11444
|
+
class $f {
|
|
11436
11445
|
constructor(t) {
|
|
11437
11446
|
this._textEditChanges = /* @__PURE__ */ Object.create(null), t !== void 0 ? (this._workspaceEdit = t, t.documentChanges ? (this._changeAnnotations = new Za(t.changeAnnotations), t.changeAnnotations = this._changeAnnotations.all(), t.documentChanges.forEach((n) => {
|
|
11438
11447
|
if (Cr.is(n)) {
|
|
@@ -11945,13 +11954,13 @@ var vo;
|
|
|
11945
11954
|
}
|
|
11946
11955
|
e.is = t;
|
|
11947
11956
|
})(vo || (vo = {}));
|
|
11948
|
-
const
|
|
11957
|
+
const zf = [`
|
|
11949
11958
|
`, `\r
|
|
11950
11959
|
`, "\r"];
|
|
11951
11960
|
var yo;
|
|
11952
11961
|
(function(e) {
|
|
11953
11962
|
function t(a, l, r, o) {
|
|
11954
|
-
return new
|
|
11963
|
+
return new Uf(a, l, r, o);
|
|
11955
11964
|
}
|
|
11956
11965
|
e.create = t;
|
|
11957
11966
|
function n(a) {
|
|
@@ -11990,7 +11999,7 @@ var yo;
|
|
|
11990
11999
|
return a;
|
|
11991
12000
|
}
|
|
11992
12001
|
})(yo || (yo = {}));
|
|
11993
|
-
class
|
|
12002
|
+
class Uf {
|
|
11994
12003
|
constructor(t, n, i, s) {
|
|
11995
12004
|
this._uri = t, this._languageId = n, this._version = i, this._content = s, this._lineOffsets = void 0;
|
|
11996
12005
|
}
|
|
@@ -12100,7 +12109,7 @@ var q;
|
|
|
12100
12109
|
}
|
|
12101
12110
|
e.typedArray = h;
|
|
12102
12111
|
})(q || (q = {}));
|
|
12103
|
-
const
|
|
12112
|
+
const Vf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12104
12113
|
__proto__: null,
|
|
12105
12114
|
get AnnotatedTextEdit() {
|
|
12106
12115
|
return jt;
|
|
@@ -12189,7 +12198,7 @@ const Uf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
12189
12198
|
get DocumentUri() {
|
|
12190
12199
|
return ys;
|
|
12191
12200
|
},
|
|
12192
|
-
EOL:
|
|
12201
|
+
EOL: zf,
|
|
12193
12202
|
get FoldingRange() {
|
|
12194
12203
|
return ks;
|
|
12195
12204
|
},
|
|
@@ -12325,7 +12334,7 @@ const Uf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
12325
12334
|
get VersionedTextDocumentIdentifier() {
|
|
12326
12335
|
return Ms;
|
|
12327
12336
|
},
|
|
12328
|
-
WorkspaceChange:
|
|
12337
|
+
WorkspaceChange: $f,
|
|
12329
12338
|
get WorkspaceEdit() {
|
|
12330
12339
|
return vn;
|
|
12331
12340
|
},
|
|
@@ -12341,7 +12350,7 @@ const Uf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
12341
12350
|
get uinteger() {
|
|
12342
12351
|
return yr;
|
|
12343
12352
|
}
|
|
12344
|
-
}, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Sd(
|
|
12353
|
+
}, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Sd(Vf);
|
|
12345
12354
|
var _e = {};
|
|
12346
12355
|
Object.defineProperty(_e, "__esModule", { value: !0 });
|
|
12347
12356
|
_e.ProtocolNotificationType = _e.ProtocolNotificationType0 = _e.ProtocolRequestType = _e.ProtocolRequestType0 = _e.RegistrationType = _e.MessageDirection = void 0;
|
|
@@ -12350,75 +12359,75 @@ var Qa;
|
|
|
12350
12359
|
(function(e) {
|
|
12351
12360
|
e.clientToServer = "clientToServer", e.serverToClient = "serverToClient", e.both = "both";
|
|
12352
12361
|
})(Qa || (_e.MessageDirection = Qa = {}));
|
|
12353
|
-
class
|
|
12362
|
+
class Kf {
|
|
12354
12363
|
constructor(t) {
|
|
12355
12364
|
this.method = t;
|
|
12356
12365
|
}
|
|
12357
12366
|
}
|
|
12358
|
-
_e.RegistrationType =
|
|
12359
|
-
class
|
|
12367
|
+
_e.RegistrationType = Kf;
|
|
12368
|
+
class Gf extends ji.RequestType0 {
|
|
12360
12369
|
constructor(t) {
|
|
12361
12370
|
super(t);
|
|
12362
12371
|
}
|
|
12363
12372
|
}
|
|
12364
|
-
_e.ProtocolRequestType0 =
|
|
12365
|
-
class
|
|
12373
|
+
_e.ProtocolRequestType0 = Gf;
|
|
12374
|
+
class Jf extends ji.RequestType {
|
|
12366
12375
|
constructor(t) {
|
|
12367
12376
|
super(t, ji.ParameterStructures.byName);
|
|
12368
12377
|
}
|
|
12369
12378
|
}
|
|
12370
|
-
_e.ProtocolRequestType =
|
|
12371
|
-
class
|
|
12379
|
+
_e.ProtocolRequestType = Jf;
|
|
12380
|
+
class Xf extends ji.NotificationType0 {
|
|
12372
12381
|
constructor(t) {
|
|
12373
12382
|
super(t);
|
|
12374
12383
|
}
|
|
12375
12384
|
}
|
|
12376
|
-
_e.ProtocolNotificationType0 =
|
|
12377
|
-
class
|
|
12385
|
+
_e.ProtocolNotificationType0 = Xf;
|
|
12386
|
+
class Yf extends ji.NotificationType {
|
|
12378
12387
|
constructor(t) {
|
|
12379
12388
|
super(t, ji.ParameterStructures.byName);
|
|
12380
12389
|
}
|
|
12381
12390
|
}
|
|
12382
|
-
_e.ProtocolNotificationType =
|
|
12391
|
+
_e.ProtocolNotificationType = Yf;
|
|
12383
12392
|
var gu = {}, Ae = {};
|
|
12384
12393
|
Object.defineProperty(Ae, "__esModule", { value: !0 });
|
|
12385
12394
|
Ae.objectLiteral = Ae.typedArray = Ae.stringArray = Ae.array = Ae.func = Ae.error = Ae.number = Ae.string = Ae.boolean = void 0;
|
|
12386
|
-
function
|
|
12395
|
+
function Zf(e) {
|
|
12387
12396
|
return e === !0 || e === !1;
|
|
12388
12397
|
}
|
|
12389
|
-
Ae.boolean =
|
|
12398
|
+
Ae.boolean = Zf;
|
|
12390
12399
|
function mu(e) {
|
|
12391
12400
|
return typeof e == "string" || e instanceof String;
|
|
12392
12401
|
}
|
|
12393
12402
|
Ae.string = mu;
|
|
12394
|
-
function
|
|
12403
|
+
function Qf(e) {
|
|
12395
12404
|
return typeof e == "number" || e instanceof Number;
|
|
12396
12405
|
}
|
|
12397
|
-
Ae.number =
|
|
12398
|
-
function
|
|
12406
|
+
Ae.number = Qf;
|
|
12407
|
+
function ep(e) {
|
|
12399
12408
|
return e instanceof Error;
|
|
12400
12409
|
}
|
|
12401
|
-
Ae.error =
|
|
12402
|
-
function
|
|
12410
|
+
Ae.error = ep;
|
|
12411
|
+
function tp(e) {
|
|
12403
12412
|
return typeof e == "function";
|
|
12404
12413
|
}
|
|
12405
|
-
Ae.func =
|
|
12414
|
+
Ae.func = tp;
|
|
12406
12415
|
function vu(e) {
|
|
12407
12416
|
return Array.isArray(e);
|
|
12408
12417
|
}
|
|
12409
12418
|
Ae.array = vu;
|
|
12410
|
-
function
|
|
12419
|
+
function ip(e) {
|
|
12411
12420
|
return vu(e) && e.every((t) => mu(t));
|
|
12412
12421
|
}
|
|
12413
|
-
Ae.stringArray =
|
|
12414
|
-
function
|
|
12422
|
+
Ae.stringArray = ip;
|
|
12423
|
+
function rp(e, t) {
|
|
12415
12424
|
return Array.isArray(e) && e.every(t);
|
|
12416
12425
|
}
|
|
12417
|
-
Ae.typedArray =
|
|
12418
|
-
function
|
|
12426
|
+
Ae.typedArray = rp;
|
|
12427
|
+
function np(e) {
|
|
12419
12428
|
return e !== null && typeof e == "object";
|
|
12420
12429
|
}
|
|
12421
|
-
Ae.objectLiteral =
|
|
12430
|
+
Ae.objectLiteral = np;
|
|
12422
12431
|
var jn = {};
|
|
12423
12432
|
Object.defineProperty(jn, "__esModule", { value: !0 });
|
|
12424
12433
|
jn.ImplementationRequest = void 0;
|
|
@@ -12498,10 +12507,10 @@ var _c;
|
|
|
12498
12507
|
var ei = {};
|
|
12499
12508
|
Object.defineProperty(ei, "__esModule", { value: !0 });
|
|
12500
12509
|
ei.WorkDoneProgressCancelNotification = ei.WorkDoneProgressCreateRequest = ei.WorkDoneProgress = void 0;
|
|
12501
|
-
const
|
|
12510
|
+
const sp = Ri, kn = _e;
|
|
12502
12511
|
var gc;
|
|
12503
12512
|
(function(e) {
|
|
12504
|
-
e.type = new
|
|
12513
|
+
e.type = new sp.ProgressType();
|
|
12505
12514
|
function t(n) {
|
|
12506
12515
|
return n === e.type;
|
|
12507
12516
|
}
|
|
@@ -12670,12 +12679,12 @@ var Jc;
|
|
|
12670
12679
|
var at = {};
|
|
12671
12680
|
Object.defineProperty(at, "__esModule", { value: !0 });
|
|
12672
12681
|
at.DiagnosticRefreshRequest = at.WorkspaceDiagnosticRequest = at.DocumentDiagnosticRequest = at.DocumentDiagnosticReportKind = at.DiagnosticServerCancellationData = void 0;
|
|
12673
|
-
const yu = Ri,
|
|
12682
|
+
const yu = Ri, op = Ae, Gi = _e;
|
|
12674
12683
|
var Xc;
|
|
12675
12684
|
(function(e) {
|
|
12676
12685
|
function t(n) {
|
|
12677
12686
|
const i = n;
|
|
12678
|
-
return i &&
|
|
12687
|
+
return i && op.boolean(i.retriggerRequest);
|
|
12679
12688
|
}
|
|
12680
12689
|
e.is = t;
|
|
12681
12690
|
})(Xc || (at.DiagnosticServerCancellationData = Xc = {}));
|
|
@@ -13298,10 +13307,10 @@ var Gn = {};
|
|
|
13298
13307
|
Object.defineProperty(Gn, "__esModule", { value: !0 });
|
|
13299
13308
|
Gn.createProtocolConnection = void 0;
|
|
13300
13309
|
const ll = Ri;
|
|
13301
|
-
function
|
|
13310
|
+
function ap(e, t, n, i) {
|
|
13302
13311
|
return ll.ConnectionStrategy.is(i) && (i = { connectionStrategy: i }), (0, ll.createMessageConnection)(e, t, n, i);
|
|
13303
13312
|
}
|
|
13304
|
-
Gn.createProtocolConnection =
|
|
13313
|
+
Gn.createProtocolConnection = ap;
|
|
13305
13314
|
(function(e) {
|
|
13306
13315
|
var t = nt && nt.__createBinding || (Object.create ? function(a, l, r, o) {
|
|
13307
13316
|
o === void 0 && (o = r);
|
|
@@ -13346,7 +13355,7 @@ Gn.createProtocolConnection = op;
|
|
|
13346
13355
|
}
|
|
13347
13356
|
e.createProtocolConnection = s;
|
|
13348
13357
|
})(fe);
|
|
13349
|
-
const
|
|
13358
|
+
const cp = (e) => ({
|
|
13350
13359
|
line: e.lineNumber - 1,
|
|
13351
13360
|
character: e.column - 1
|
|
13352
13361
|
}), Pr = (e) => {
|
|
@@ -13361,7 +13370,7 @@ const ap = (e) => ({
|
|
|
13361
13370
|
startColumn: e.start.character + 1,
|
|
13362
13371
|
endLineNumber: e.end.line + 1,
|
|
13363
13372
|
endColumn: e.end.character + 1
|
|
13364
|
-
}),
|
|
13373
|
+
}), lp = (e) => ({
|
|
13365
13374
|
start: {
|
|
13366
13375
|
line: e.startLineNumber - 1,
|
|
13367
13376
|
character: e.startColumn - 1
|
|
@@ -13374,8 +13383,8 @@ const ap = (e) => ({
|
|
|
13374
13383
|
uri: e.uri.toString()
|
|
13375
13384
|
}), ca = (e, t) => ({
|
|
13376
13385
|
textDocument: aa(e),
|
|
13377
|
-
position:
|
|
13378
|
-
}),
|
|
13386
|
+
position: cp(t)
|
|
13387
|
+
}), up = (e, t) => {
|
|
13379
13388
|
const n = e.getWordUntilPosition(t);
|
|
13380
13389
|
return {
|
|
13381
13390
|
startLineNumber: t.lineNumber,
|
|
@@ -13383,10 +13392,10 @@ const ap = (e) => ({
|
|
|
13383
13392
|
endLineNumber: t.lineNumber,
|
|
13384
13393
|
endColumn: n.endColumn
|
|
13385
13394
|
};
|
|
13386
|
-
},
|
|
13395
|
+
}, hp = (e) => {
|
|
13387
13396
|
const t = Object.keys(fe.CompletionItemKind).find((n) => fe.CompletionItemKind[n] === e);
|
|
13388
13397
|
return t ? Ke.CompletionItemKind[t] : Ke.CompletionItemKind.Text;
|
|
13389
|
-
},
|
|
13398
|
+
}, dp = (e) => e.flatMap((t) => t === fe.CompletionItemTag.Deprecated ? [Ke.CompletionItemTag.Deprecated] : []), fp = (e) => {
|
|
13390
13399
|
switch (e) {
|
|
13391
13400
|
case Ke.CompletionTriggerKind.Invoke:
|
|
13392
13401
|
return fe.CompletionTriggerKind.Invoked;
|
|
@@ -13397,8 +13406,8 @@ const ap = (e) => ({
|
|
|
13397
13406
|
default:
|
|
13398
13407
|
return fe.CompletionTriggerKind.Invoked;
|
|
13399
13408
|
}
|
|
13400
|
-
},
|
|
13401
|
-
triggerKind:
|
|
13409
|
+
}, pp = (e) => ({
|
|
13410
|
+
triggerKind: fp(e.triggerKind),
|
|
13402
13411
|
triggerCharacter: e.triggerCharacter
|
|
13403
13412
|
}), Co = (e, t) => {
|
|
13404
13413
|
var a, l;
|
|
@@ -13406,12 +13415,12 @@ const ap = (e) => ({
|
|
|
13406
13415
|
label: e.label,
|
|
13407
13416
|
detail: (a = e.labelDetails) == null ? void 0 : a.detail,
|
|
13408
13417
|
description: (l = e.labelDetails) == null ? void 0 : l.description
|
|
13409
|
-
}, i =
|
|
13418
|
+
}, i = dp(e.tags ?? []);
|
|
13410
13419
|
e.deprecated && i.push(Ke.CompletionItemTag.Deprecated);
|
|
13411
13420
|
let s = Ke.CompletionItemInsertTextRule.None;
|
|
13412
13421
|
return e.insertTextFormat === fe.InsertTextFormat.Snippet ? s = Ke.CompletionItemInsertTextRule.InsertAsSnippet : e.insertTextMode === fe.InsertTextMode.adjustIndentation && (s = Ke.CompletionItemInsertTextRule.KeepWhitespace), {
|
|
13413
13422
|
label: n,
|
|
13414
|
-
kind:
|
|
13423
|
+
kind: hp(e.kind ?? fe.CompletionItemKind.Text),
|
|
13415
13424
|
tags: i,
|
|
13416
13425
|
detail: e.detail,
|
|
13417
13426
|
...e.documentation ? { documentation: Pr(e.documentation) } : {},
|
|
@@ -13424,7 +13433,7 @@ const ap = (e) => ({
|
|
|
13424
13433
|
commitCharacters: e.commitCharacters,
|
|
13425
13434
|
data: e.data
|
|
13426
13435
|
};
|
|
13427
|
-
},
|
|
13436
|
+
}, _p = {
|
|
13428
13437
|
dynamicRegistration: !1,
|
|
13429
13438
|
completionItem: {
|
|
13430
13439
|
commitCharactersSupport: !0,
|
|
@@ -13441,23 +13450,23 @@ const ap = (e) => ({
|
|
|
13441
13450
|
},
|
|
13442
13451
|
insertTextMode: fe.InsertTextMode.asIs,
|
|
13443
13452
|
contextSupport: !1
|
|
13444
|
-
},
|
|
13453
|
+
}, gp = (e, t, n) => ({
|
|
13445
13454
|
...ca(e, t),
|
|
13446
|
-
context:
|
|
13447
|
-
}),
|
|
13448
|
-
const i =
|
|
13455
|
+
context: pp(n)
|
|
13456
|
+
}), mp = (e, t, n) => {
|
|
13457
|
+
const i = up(t, n);
|
|
13449
13458
|
return Array.isArray(e) ? {
|
|
13450
13459
|
suggestions: e.map((s) => Co(s, i))
|
|
13451
13460
|
} : {
|
|
13452
13461
|
suggestions: e.items.map((s) => Co(s, i)),
|
|
13453
13462
|
incomplete: e.isIncomplete
|
|
13454
13463
|
};
|
|
13455
|
-
},
|
|
13464
|
+
}, vp = (e) => {
|
|
13456
13465
|
const t = {
|
|
13457
13466
|
label: typeof e.label == "string" ? e.label : e.label.label
|
|
13458
13467
|
};
|
|
13459
13468
|
return e.hasOwnProperty("data") && (t.data = e.data), t;
|
|
13460
|
-
},
|
|
13469
|
+
}, yp = (e, t) => Co(e, t), Sp = (e) => {
|
|
13461
13470
|
switch (e) {
|
|
13462
13471
|
case fe.DiagnosticSeverity.Error:
|
|
13463
13472
|
return nr.Error;
|
|
@@ -13470,7 +13479,7 @@ const ap = (e) => ({
|
|
|
13470
13479
|
default:
|
|
13471
13480
|
return nr.Info;
|
|
13472
13481
|
}
|
|
13473
|
-
},
|
|
13482
|
+
}, bp = (e) => e.flatMap((t) => {
|
|
13474
13483
|
switch (t) {
|
|
13475
13484
|
case fe.DiagnosticTag.Unnecessary:
|
|
13476
13485
|
return [ka.Unnecessary];
|
|
@@ -13479,7 +13488,7 @@ const ap = (e) => ({
|
|
|
13479
13488
|
default:
|
|
13480
13489
|
return [];
|
|
13481
13490
|
}
|
|
13482
|
-
}),
|
|
13491
|
+
}), Cp = {
|
|
13483
13492
|
relatedInformation: !1,
|
|
13484
13493
|
codeDescriptionSupport: !1,
|
|
13485
13494
|
versionSupport: !1,
|
|
@@ -13487,45 +13496,45 @@ const ap = (e) => ({
|
|
|
13487
13496
|
tagSupport: {
|
|
13488
13497
|
valueSet: [fe.DiagnosticTag.Unnecessary, fe.DiagnosticTag.Deprecated]
|
|
13489
13498
|
}
|
|
13490
|
-
},
|
|
13499
|
+
}, wp = (e) => {
|
|
13491
13500
|
const t = (n) => {
|
|
13492
13501
|
let i;
|
|
13493
13502
|
return n.code && (typeof n.code == "number" ? i = `${n.code}` : i = n.code), {
|
|
13494
13503
|
code: i,
|
|
13495
|
-
severity:
|
|
13504
|
+
severity: Sp(
|
|
13496
13505
|
n.severity ?? fe.DiagnosticSeverity.Information
|
|
13497
13506
|
),
|
|
13498
13507
|
message: n.message,
|
|
13499
13508
|
source: n.source,
|
|
13500
|
-
tags:
|
|
13509
|
+
tags: bp(n.tags ?? []),
|
|
13501
13510
|
...Su(n.range)
|
|
13502
13511
|
};
|
|
13503
13512
|
};
|
|
13504
13513
|
return e.map(t);
|
|
13505
|
-
},
|
|
13514
|
+
}, Ep = {
|
|
13506
13515
|
dynamicRegistration: !1,
|
|
13507
13516
|
willSave: !1,
|
|
13508
13517
|
willSaveWaitUntil: !1
|
|
13509
|
-
},
|
|
13510
|
-
range:
|
|
13518
|
+
}, kp = (e) => ({
|
|
13519
|
+
range: lp(e.range),
|
|
13511
13520
|
text: e.text
|
|
13512
|
-
}),
|
|
13521
|
+
}), Rp = (e) => ({
|
|
13513
13522
|
textDocument: {
|
|
13514
13523
|
...aa(e),
|
|
13515
13524
|
languageId: e.getLanguageId(),
|
|
13516
13525
|
version: e.getVersionId(),
|
|
13517
13526
|
text: e.getValue()
|
|
13518
13527
|
}
|
|
13519
|
-
}),
|
|
13528
|
+
}), Dp = (e, t) => ({
|
|
13520
13529
|
textDocument: {
|
|
13521
13530
|
...aa(e),
|
|
13522
13531
|
version: t.versionId
|
|
13523
13532
|
},
|
|
13524
|
-
contentChanges: t.changes.map(
|
|
13525
|
-
}),
|
|
13533
|
+
contentChanges: t.changes.map(kp)
|
|
13534
|
+
}), Pp = {
|
|
13526
13535
|
dynamicRegistration: !1,
|
|
13527
13536
|
contentFormat: ["markdown", "plaintext"]
|
|
13528
|
-
},
|
|
13537
|
+
}, Lp = (e, t) => ca(e, t), Mp = (e) => {
|
|
13529
13538
|
const t = (i) => {
|
|
13530
13539
|
let s;
|
|
13531
13540
|
return typeof i == "string" ? s = i : s = `\`\`\`${i.language}
|
|
@@ -13551,7 +13560,7 @@ ${i.value}
|
|
|
13551
13560
|
};
|
|
13552
13561
|
} else
|
|
13553
13562
|
throw Error(`Got invalid hover result: ${JSON.stringify(e)}`);
|
|
13554
|
-
},
|
|
13563
|
+
}, Tp = {
|
|
13555
13564
|
dynamicRegistration: !1,
|
|
13556
13565
|
contextSupport: !0,
|
|
13557
13566
|
signatureInformation: {
|
|
@@ -13560,7 +13569,7 @@ ${i.value}
|
|
|
13560
13569
|
labelOffsetSupport: !0
|
|
13561
13570
|
}
|
|
13562
13571
|
}
|
|
13563
|
-
},
|
|
13572
|
+
}, xp = (e) => {
|
|
13564
13573
|
switch (e) {
|
|
13565
13574
|
case Ke.SignatureHelpTriggerKind.Invoke:
|
|
13566
13575
|
return fe.SignatureHelpTriggerKind.Invoked;
|
|
@@ -13571,27 +13580,27 @@ ${i.value}
|
|
|
13571
13580
|
default:
|
|
13572
13581
|
return fe.SignatureHelpTriggerKind.Invoked;
|
|
13573
13582
|
}
|
|
13574
|
-
},
|
|
13575
|
-
triggerKind:
|
|
13583
|
+
}, Ap = (e) => ({
|
|
13584
|
+
triggerKind: xp(e.triggerKind),
|
|
13576
13585
|
triggerCharacter: e.triggerCharacter,
|
|
13577
13586
|
isRetrigger: e.isRetrigger
|
|
13578
|
-
}),
|
|
13587
|
+
}), Ip = (e) => ({
|
|
13579
13588
|
label: e.label,
|
|
13580
13589
|
...e.documentation ? { documentation: Pr(e.documentation) } : {}
|
|
13581
|
-
}),
|
|
13590
|
+
}), Op = (e) => ({
|
|
13582
13591
|
label: e.label,
|
|
13583
13592
|
...e.documentation ? { documentation: Pr(e.documentation) } : {},
|
|
13584
|
-
parameters: e.parameters ? e.parameters.map(
|
|
13593
|
+
parameters: e.parameters ? e.parameters.map(Ip) : [],
|
|
13585
13594
|
activeParameter: e.activeParameter
|
|
13586
|
-
}),
|
|
13587
|
-
signatures: e.signatures.map(
|
|
13595
|
+
}), Bp = (e) => ({
|
|
13596
|
+
signatures: e.signatures.map(Op),
|
|
13588
13597
|
activeSignature: e.activeSignature ?? 0,
|
|
13589
13598
|
activeParameter: e.activeParameter ?? 0
|
|
13590
|
-
}),
|
|
13599
|
+
}), Np = (e, t, n) => ({
|
|
13591
13600
|
...ca(e, t),
|
|
13592
|
-
context:
|
|
13593
|
-
}),
|
|
13594
|
-
value:
|
|
13601
|
+
context: Ap(n)
|
|
13602
|
+
}), Hp = (e) => ({
|
|
13603
|
+
value: Bp(e),
|
|
13595
13604
|
dispose: () => {
|
|
13596
13605
|
}
|
|
13597
13606
|
});
|
|
@@ -13646,11 +13655,11 @@ class la {
|
|
|
13646
13655
|
processId: null,
|
|
13647
13656
|
capabilities: {
|
|
13648
13657
|
textDocument: {
|
|
13649
|
-
hover:
|
|
13650
|
-
completion:
|
|
13651
|
-
publishDiagnostics:
|
|
13652
|
-
signatureHelp:
|
|
13653
|
-
synchronization:
|
|
13658
|
+
hover: Pp,
|
|
13659
|
+
completion: _p,
|
|
13660
|
+
publishDiagnostics: Cp,
|
|
13661
|
+
signatureHelp: Tp,
|
|
13662
|
+
synchronization: Ep
|
|
13654
13663
|
},
|
|
13655
13664
|
workspace: {
|
|
13656
13665
|
configuration: !1,
|
|
@@ -13674,11 +13683,11 @@ class la {
|
|
|
13674
13683
|
syncDocument() {
|
|
13675
13684
|
this._connection.sendNotification(
|
|
13676
13685
|
fe.DidOpenTextDocumentNotification.type,
|
|
13677
|
-
|
|
13686
|
+
Rp(this._editorModel)
|
|
13678
13687
|
), this._editorModel.onDidChangeContent((t) => {
|
|
13679
13688
|
this._onChangeLock = this._connection.sendNotification(
|
|
13680
13689
|
fe.DidChangeTextDocumentNotification.type,
|
|
13681
|
-
|
|
13690
|
+
Dp(this._editorModel, t)
|
|
13682
13691
|
);
|
|
13683
13692
|
});
|
|
13684
13693
|
}
|
|
@@ -13691,9 +13700,9 @@ class la {
|
|
|
13691
13700
|
await this._onChangeLock;
|
|
13692
13701
|
const i = await this._connection.sendRequest(
|
|
13693
13702
|
fe.HoverRequest.type,
|
|
13694
|
-
|
|
13703
|
+
Lp(t, n)
|
|
13695
13704
|
);
|
|
13696
|
-
return i === null ? null :
|
|
13705
|
+
return i === null ? null : Mp(i);
|
|
13697
13706
|
}
|
|
13698
13707
|
});
|
|
13699
13708
|
}
|
|
@@ -13707,16 +13716,16 @@ class la {
|
|
|
13707
13716
|
await this._onChangeLock;
|
|
13708
13717
|
const a = await this._connection.sendRequest(
|
|
13709
13718
|
fe.CompletionRequest.type,
|
|
13710
|
-
|
|
13719
|
+
gp(n, i, s)
|
|
13711
13720
|
);
|
|
13712
|
-
return a === null ? null :
|
|
13721
|
+
return a === null ? null : mp(a, n, i);
|
|
13713
13722
|
},
|
|
13714
13723
|
resolveCompletionItem: async (n) => {
|
|
13715
13724
|
const i = await this._connection.sendRequest(
|
|
13716
13725
|
fe.CompletionResolveRequest.type,
|
|
13717
|
-
|
|
13726
|
+
vp(n)
|
|
13718
13727
|
);
|
|
13719
|
-
return
|
|
13728
|
+
return yp(i, n.range);
|
|
13720
13729
|
}
|
|
13721
13730
|
});
|
|
13722
13731
|
}
|
|
@@ -13731,9 +13740,9 @@ class la {
|
|
|
13731
13740
|
await this._onChangeLock;
|
|
13732
13741
|
const l = await this._connection.sendRequest(
|
|
13733
13742
|
fe.SignatureHelpRequest.type,
|
|
13734
|
-
|
|
13743
|
+
Np(n, i, a)
|
|
13735
13744
|
);
|
|
13736
|
-
return l === null ? null :
|
|
13745
|
+
return l === null ? null : Hp(l);
|
|
13737
13746
|
}
|
|
13738
13747
|
});
|
|
13739
13748
|
}
|
|
@@ -13747,13 +13756,13 @@ class la {
|
|
|
13747
13756
|
wh.setModelMarkers(
|
|
13748
13757
|
this._editorModel,
|
|
13749
13758
|
"lsp-diagnostics",
|
|
13750
|
-
|
|
13759
|
+
wp(t.diagnostics)
|
|
13751
13760
|
);
|
|
13752
13761
|
}
|
|
13753
13762
|
);
|
|
13754
13763
|
}
|
|
13755
13764
|
}
|
|
13756
|
-
class
|
|
13765
|
+
class Fp extends fe.AbstractMessageReader {
|
|
13757
13766
|
constructor() {
|
|
13758
13767
|
super();
|
|
13759
13768
|
pt(this, "messageCache", []);
|
|
@@ -13783,7 +13792,7 @@ class Hp extends fe.AbstractMessageReader {
|
|
|
13783
13792
|
this.messageCache.push(n);
|
|
13784
13793
|
}
|
|
13785
13794
|
}
|
|
13786
|
-
class
|
|
13795
|
+
class jp extends fe.AbstractMessageWriter {
|
|
13787
13796
|
// eslint-disable-next-line class-methods-use-this -- required for the interface
|
|
13788
13797
|
async write(t) {
|
|
13789
13798
|
await ze().sendToService("sendLanguageServerMessage", [
|
|
@@ -13799,7 +13808,7 @@ let ua = {
|
|
|
13799
13808
|
write: (e) => consola.error("Console not yet initialized", e),
|
|
13800
13809
|
clear: () => consola.error("Console not yet initialized")
|
|
13801
13810
|
};
|
|
13802
|
-
const
|
|
13811
|
+
const qp = (e) => {
|
|
13803
13812
|
ua = e;
|
|
13804
13813
|
}, _i = class _i {
|
|
13805
13814
|
constructor() {
|
|
@@ -13885,7 +13894,7 @@ const mi = class mi {
|
|
|
13885
13894
|
// eslint-disable-next-line no-use-before-define
|
|
13886
13895
|
pt(mi, "instance");
|
|
13887
13896
|
let Pn = mi;
|
|
13888
|
-
const
|
|
13897
|
+
const Wp = {
|
|
13889
13898
|
sendToService(e, t) {
|
|
13890
13899
|
return _t.getInstance().sendToService(e, t);
|
|
13891
13900
|
},
|
|
@@ -13905,8 +13914,8 @@ const qp = {
|
|
|
13905
13914
|
if (t.status === "RUNNING")
|
|
13906
13915
|
return la.create(
|
|
13907
13916
|
e,
|
|
13908
|
-
new
|
|
13909
|
-
new
|
|
13917
|
+
new Fp(),
|
|
13918
|
+
new jp()
|
|
13910
13919
|
);
|
|
13911
13920
|
throw Error(t.message ?? "Starting the language server failed");
|
|
13912
13921
|
},
|
|
@@ -13939,31 +13948,31 @@ const qp = {
|
|
|
13939
13948
|
// Settings
|
|
13940
13949
|
getInitialSettings: () => Pn.getInstance().getInitialSettings(),
|
|
13941
13950
|
registerSettingsGetterForApply: (e) => Pn.getInstance().registerApplyListener(e)
|
|
13942
|
-
}, ze = () =>
|
|
13951
|
+
}, ze = () => Wp, $p = () => {
|
|
13943
13952
|
ze().registerEventHandler("console", ua.write);
|
|
13944
|
-
},
|
|
13953
|
+
}, zp = {
|
|
13945
13954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13946
13955
|
fill: "none",
|
|
13947
13956
|
stroke: "#000",
|
|
13948
13957
|
"stroke-linecap": "round",
|
|
13949
13958
|
viewBox: "0 0 32 32"
|
|
13950
|
-
},
|
|
13951
|
-
zp,
|
|
13959
|
+
}, Up = /* @__PURE__ */ X("line", { transform: "matrix(3 0 0 3 16 8)" }, null, -1), Vp = /* @__PURE__ */ X("line", { transform: "matrix(3 0 0 3 16 16)" }, null, -1), Kp = /* @__PURE__ */ X("line", { transform: "matrix(3 0 0 3 16 24)" }, null, -1), Gp = [
|
|
13952
13960
|
Up,
|
|
13953
|
-
Vp
|
|
13961
|
+
Vp,
|
|
13962
|
+
Kp
|
|
13954
13963
|
];
|
|
13955
|
-
function
|
|
13956
|
-
return G(), re("svg",
|
|
13964
|
+
function Jp(e, t) {
|
|
13965
|
+
return G(), re("svg", zp, [...Gp]);
|
|
13957
13966
|
}
|
|
13958
|
-
const
|
|
13967
|
+
const Xp = { render: Jp }, Ln = Math.min, Si = Math.max, Mn = Math.round, tn = Math.floor, si = (e) => ({
|
|
13959
13968
|
x: e,
|
|
13960
13969
|
y: e
|
|
13961
|
-
}),
|
|
13970
|
+
}), Yp = {
|
|
13962
13971
|
left: "right",
|
|
13963
13972
|
right: "left",
|
|
13964
13973
|
bottom: "top",
|
|
13965
13974
|
top: "bottom"
|
|
13966
|
-
},
|
|
13975
|
+
}, Zp = {
|
|
13967
13976
|
start: "end",
|
|
13968
13977
|
end: "start"
|
|
13969
13978
|
};
|
|
@@ -13991,20 +14000,20 @@ function fa(e) {
|
|
|
13991
14000
|
function wu(e) {
|
|
13992
14001
|
return bu(fa(e));
|
|
13993
14002
|
}
|
|
13994
|
-
function
|
|
14003
|
+
function Qp(e, t, n) {
|
|
13995
14004
|
n === void 0 && (n = !1);
|
|
13996
14005
|
const i = da(e), s = wu(e), a = Cu(s);
|
|
13997
14006
|
let l = s === "x" ? i === (n ? "end" : "start") ? "right" : "left" : i === "start" ? "bottom" : "top";
|
|
13998
14007
|
return t.reference[a] > t.floating[a] && (l = Tn(l)), [l, Tn(l)];
|
|
13999
14008
|
}
|
|
14000
|
-
function
|
|
14009
|
+
function e_(e) {
|
|
14001
14010
|
const t = Tn(e);
|
|
14002
14011
|
return [Eo(e), t, Eo(t)];
|
|
14003
14012
|
}
|
|
14004
14013
|
function Eo(e) {
|
|
14005
|
-
return e.replace(/start|end/g, (t) =>
|
|
14014
|
+
return e.replace(/start|end/g, (t) => Zp[t]);
|
|
14006
14015
|
}
|
|
14007
|
-
function
|
|
14016
|
+
function t_(e, t, n) {
|
|
14008
14017
|
const i = ["left", "right"], s = ["right", "left"], a = ["top", "bottom"], l = ["bottom", "top"];
|
|
14009
14018
|
switch (e) {
|
|
14010
14019
|
case "top":
|
|
@@ -14017,15 +14026,15 @@ function e_(e, t, n) {
|
|
|
14017
14026
|
return [];
|
|
14018
14027
|
}
|
|
14019
14028
|
}
|
|
14020
|
-
function
|
|
14029
|
+
function i_(e, t, n, i) {
|
|
14021
14030
|
const s = da(e);
|
|
14022
|
-
let a =
|
|
14031
|
+
let a = t_(Xi(e), n === "start", i);
|
|
14023
14032
|
return s && (a = a.map((l) => l + "-" + s), t && (a = a.concat(a.map(Eo)))), a;
|
|
14024
14033
|
}
|
|
14025
14034
|
function Tn(e) {
|
|
14026
|
-
return e.replace(/left|right|bottom|top/g, (t) =>
|
|
14035
|
+
return e.replace(/left|right|bottom|top/g, (t) => Yp[t]);
|
|
14027
14036
|
}
|
|
14028
|
-
function
|
|
14037
|
+
function r_(e) {
|
|
14029
14038
|
return {
|
|
14030
14039
|
top: 0,
|
|
14031
14040
|
right: 0,
|
|
@@ -14034,8 +14043,8 @@ function i_(e) {
|
|
|
14034
14043
|
...e
|
|
14035
14044
|
};
|
|
14036
14045
|
}
|
|
14037
|
-
function
|
|
14038
|
-
return typeof e != "number" ?
|
|
14046
|
+
function n_(e) {
|
|
14047
|
+
return typeof e != "number" ? r_(e) : {
|
|
14039
14048
|
top: e,
|
|
14040
14049
|
right: e,
|
|
14041
14050
|
bottom: e,
|
|
@@ -14099,7 +14108,7 @@ function hl(e, t, n) {
|
|
|
14099
14108
|
}
|
|
14100
14109
|
return _;
|
|
14101
14110
|
}
|
|
14102
|
-
const
|
|
14111
|
+
const s_ = async (e, t, n) => {
|
|
14103
14112
|
const {
|
|
14104
14113
|
placement: i = "bottom",
|
|
14105
14114
|
strategy: s = "absolute",
|
|
@@ -14176,7 +14185,7 @@ async function Eu(e, t) {
|
|
|
14176
14185
|
elementContext: f = "floating",
|
|
14177
14186
|
altBoundary: h = !1,
|
|
14178
14187
|
padding: _ = 0
|
|
14179
|
-
} = ha(t, e), m =
|
|
14188
|
+
} = ha(t, e), m = n_(_), u = r[h ? f === "floating" ? "reference" : "floating" : f], g = xn(await a.getClippingRect({
|
|
14180
14189
|
element: (n = await (a.isElement == null ? void 0 : a.isElement(u))) == null || n ? u : u.contextElement || await (a.getDocumentElement == null ? void 0 : a.getDocumentElement(r.floating)),
|
|
14181
14190
|
boundary: c,
|
|
14182
14191
|
rootBoundary: d,
|
|
@@ -14204,7 +14213,7 @@ async function Eu(e, t) {
|
|
|
14204
14213
|
right: (b.right - g.right + m.right) / y.x
|
|
14205
14214
|
};
|
|
14206
14215
|
}
|
|
14207
|
-
const
|
|
14216
|
+
const o_ = function(e) {
|
|
14208
14217
|
return e === void 0 && (e = {}), {
|
|
14209
14218
|
name: "flip",
|
|
14210
14219
|
options: e,
|
|
@@ -14228,12 +14237,12 @@ const s_ = function(e) {
|
|
|
14228
14237
|
} = ha(e, t);
|
|
14229
14238
|
if ((n = a.arrow) != null && n.alignmentOffset)
|
|
14230
14239
|
return {};
|
|
14231
|
-
const g = Xi(s), p = Xi(r) === r, v = await (o.isRTL == null ? void 0 : o.isRTL(c.floating)), y = h || (p || !S ? [Tn(r)] :
|
|
14232
|
-
!h && m !== "none" && y.push(...
|
|
14240
|
+
const g = Xi(s), p = Xi(r) === r, v = await (o.isRTL == null ? void 0 : o.isRTL(c.floating)), y = h || (p || !S ? [Tn(r)] : e_(r));
|
|
14241
|
+
!h && m !== "none" && y.push(...i_(r, S, m, v));
|
|
14233
14242
|
const b = [r, ...y], E = await Eu(t, u), w = [];
|
|
14234
14243
|
let C = ((i = a.flip) == null ? void 0 : i.overflows) || [];
|
|
14235
14244
|
if (d && w.push(E[g]), f) {
|
|
14236
|
-
const D =
|
|
14245
|
+
const D = Qp(s, l, v);
|
|
14237
14246
|
w.push(E[D[0]], E[D[1]]);
|
|
14238
14247
|
}
|
|
14239
14248
|
if (C = [...C, {
|
|
@@ -14275,7 +14284,7 @@ const s_ = function(e) {
|
|
|
14275
14284
|
return {};
|
|
14276
14285
|
}
|
|
14277
14286
|
};
|
|
14278
|
-
},
|
|
14287
|
+
}, a_ = function(e) {
|
|
14279
14288
|
return e === void 0 && (e = {}), {
|
|
14280
14289
|
name: "shift",
|
|
14281
14290
|
options: e,
|
|
@@ -14360,14 +14369,14 @@ function Or(e) {
|
|
|
14360
14369
|
} = lt(e);
|
|
14361
14370
|
return /auto|scroll|overlay|hidden|clip/.test(t + i + n) && !["inline", "contents"].includes(s);
|
|
14362
14371
|
}
|
|
14363
|
-
function
|
|
14372
|
+
function c_(e) {
|
|
14364
14373
|
return ["table", "td", "th"].includes(oi(e));
|
|
14365
14374
|
}
|
|
14366
14375
|
function pa(e) {
|
|
14367
14376
|
const t = _a(), n = lt(e);
|
|
14368
14377
|
return n.transform !== "none" || n.perspective !== "none" || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((i) => (n.willChange || "").includes(i)) || ["paint", "layout", "strict", "content"].some((i) => (n.contain || "").includes(i));
|
|
14369
14378
|
}
|
|
14370
|
-
function
|
|
14379
|
+
function l_(e) {
|
|
14371
14380
|
let t = Yi(e);
|
|
14372
14381
|
for (; xt(t) && !Jn(t); ) {
|
|
14373
14382
|
if (pa(t))
|
|
@@ -14444,15 +14453,15 @@ function Ii(e) {
|
|
|
14444
14453
|
y: r
|
|
14445
14454
|
};
|
|
14446
14455
|
}
|
|
14447
|
-
const
|
|
14456
|
+
const u_ = /* @__PURE__ */ si(0);
|
|
14448
14457
|
function Pu(e) {
|
|
14449
14458
|
const t = st(e);
|
|
14450
|
-
return !_a() || !t.visualViewport ?
|
|
14459
|
+
return !_a() || !t.visualViewport ? u_ : {
|
|
14451
14460
|
x: t.visualViewport.offsetLeft,
|
|
14452
14461
|
y: t.visualViewport.offsetTop
|
|
14453
14462
|
};
|
|
14454
14463
|
}
|
|
14455
|
-
function
|
|
14464
|
+
function h_(e, t, n) {
|
|
14456
14465
|
return t === void 0 && (t = !1), !n || t && n !== st(e) ? !1 : t;
|
|
14457
14466
|
}
|
|
14458
14467
|
function ki(e, t, n, i) {
|
|
@@ -14460,7 +14469,7 @@ function ki(e, t, n, i) {
|
|
|
14460
14469
|
const s = e.getBoundingClientRect(), a = ga(e);
|
|
14461
14470
|
let l = si(1);
|
|
14462
14471
|
t && (i ? Kt(i) && (l = Ii(i)) : l = Ii(e));
|
|
14463
|
-
const r =
|
|
14472
|
+
const r = h_(a, n, i) ? Pu(a) : si(0);
|
|
14464
14473
|
let o = (s.left + r.x) / l.x, c = (s.top + r.y) / l.y, d = s.width / l.x, f = s.height / l.y;
|
|
14465
14474
|
if (a) {
|
|
14466
14475
|
const h = st(a), _ = i && Kt(i) ? st(i) : i;
|
|
@@ -14477,9 +14486,9 @@ function ki(e, t, n, i) {
|
|
|
14477
14486
|
y: c
|
|
14478
14487
|
});
|
|
14479
14488
|
}
|
|
14480
|
-
const
|
|
14489
|
+
const d_ = [":popover-open", ":modal"];
|
|
14481
14490
|
function Lu(e) {
|
|
14482
|
-
return
|
|
14491
|
+
return d_.some((t) => {
|
|
14483
14492
|
try {
|
|
14484
14493
|
return e.matches(t);
|
|
14485
14494
|
} catch {
|
|
@@ -14487,7 +14496,7 @@ function Lu(e) {
|
|
|
14487
14496
|
}
|
|
14488
14497
|
});
|
|
14489
14498
|
}
|
|
14490
|
-
function
|
|
14499
|
+
function f_(e) {
|
|
14491
14500
|
let {
|
|
14492
14501
|
elements: t,
|
|
14493
14502
|
rect: n,
|
|
@@ -14513,13 +14522,13 @@ function d_(e) {
|
|
|
14513
14522
|
y: n.y * c.y - o.scrollTop * c.y + d.y
|
|
14514
14523
|
};
|
|
14515
14524
|
}
|
|
14516
|
-
function
|
|
14525
|
+
function p_(e) {
|
|
14517
14526
|
return Array.from(e.getClientRects());
|
|
14518
14527
|
}
|
|
14519
14528
|
function Mu(e) {
|
|
14520
14529
|
return ki(Gt(e)).left + Xn(e).scrollLeft;
|
|
14521
14530
|
}
|
|
14522
|
-
function
|
|
14531
|
+
function __(e) {
|
|
14523
14532
|
const t = Gt(e), n = Xn(e), i = e.ownerDocument.body, s = Si(t.scrollWidth, t.clientWidth, i.scrollWidth, i.clientWidth), a = Si(t.scrollHeight, t.clientHeight, i.scrollHeight, i.clientHeight);
|
|
14524
14533
|
let l = -n.scrollLeft + Mu(e);
|
|
14525
14534
|
const r = -n.scrollTop;
|
|
@@ -14530,7 +14539,7 @@ function p_(e) {
|
|
|
14530
14539
|
y: r
|
|
14531
14540
|
};
|
|
14532
14541
|
}
|
|
14533
|
-
function
|
|
14542
|
+
function g_(e, t) {
|
|
14534
14543
|
const n = st(e), i = Gt(e), s = n.visualViewport;
|
|
14535
14544
|
let a = i.clientWidth, l = i.clientHeight, r = 0, o = 0;
|
|
14536
14545
|
if (s) {
|
|
@@ -14545,7 +14554,7 @@ function __(e, t) {
|
|
|
14545
14554
|
y: o
|
|
14546
14555
|
};
|
|
14547
14556
|
}
|
|
14548
|
-
function
|
|
14557
|
+
function m_(e, t) {
|
|
14549
14558
|
const n = ki(e, !0, t === "fixed"), i = n.top + e.clientTop, s = n.left + e.clientLeft, a = xt(e) ? Ii(e) : si(1), l = e.clientWidth * a.x, r = e.clientHeight * a.y, o = s * a.x, c = i * a.y;
|
|
14550
14559
|
return {
|
|
14551
14560
|
width: l,
|
|
@@ -14557,11 +14566,11 @@ function g_(e, t) {
|
|
|
14557
14566
|
function fl(e, t, n) {
|
|
14558
14567
|
let i;
|
|
14559
14568
|
if (t === "viewport")
|
|
14560
|
-
i =
|
|
14569
|
+
i = g_(e, n);
|
|
14561
14570
|
else if (t === "document")
|
|
14562
|
-
i =
|
|
14571
|
+
i = __(Gt(e));
|
|
14563
14572
|
else if (Kt(t))
|
|
14564
|
-
i =
|
|
14573
|
+
i = m_(t, n);
|
|
14565
14574
|
else {
|
|
14566
14575
|
const s = Pu(e);
|
|
14567
14576
|
i = {
|
|
@@ -14576,7 +14585,7 @@ function Tu(e, t) {
|
|
|
14576
14585
|
const n = Yi(e);
|
|
14577
14586
|
return n === t || !Kt(n) || Jn(n) ? !1 : lt(n).position === "fixed" || Tu(n, t);
|
|
14578
14587
|
}
|
|
14579
|
-
function
|
|
14588
|
+
function v_(e, t) {
|
|
14580
14589
|
const n = t.get(e);
|
|
14581
14590
|
if (n)
|
|
14582
14591
|
return n;
|
|
@@ -14589,14 +14598,14 @@ function m_(e, t) {
|
|
|
14589
14598
|
}
|
|
14590
14599
|
return t.set(e, i), i;
|
|
14591
14600
|
}
|
|
14592
|
-
function
|
|
14601
|
+
function y_(e) {
|
|
14593
14602
|
let {
|
|
14594
14603
|
element: t,
|
|
14595
14604
|
boundary: n,
|
|
14596
14605
|
rootBoundary: i,
|
|
14597
14606
|
strategy: s
|
|
14598
14607
|
} = e;
|
|
14599
|
-
const l = [...n === "clippingAncestors" ?
|
|
14608
|
+
const l = [...n === "clippingAncestors" ? v_(t, this._c) : [].concat(n), i], r = l[0], o = l.reduce((c, d) => {
|
|
14600
14609
|
const f = fl(t, d, s);
|
|
14601
14610
|
return c.top = Si(f.top, c.top), c.right = Ln(f.right, c.right), c.bottom = Ln(f.bottom, c.bottom), c.left = Si(f.left, c.left), c;
|
|
14602
14611
|
}, fl(t, r, s));
|
|
@@ -14607,7 +14616,7 @@ function v_(e) {
|
|
|
14607
14616
|
y: o.top
|
|
14608
14617
|
};
|
|
14609
14618
|
}
|
|
14610
|
-
function
|
|
14619
|
+
function S_(e) {
|
|
14611
14620
|
const {
|
|
14612
14621
|
width: t,
|
|
14613
14622
|
height: n
|
|
@@ -14617,7 +14626,7 @@ function y_(e) {
|
|
|
14617
14626
|
height: n
|
|
14618
14627
|
};
|
|
14619
14628
|
}
|
|
14620
|
-
function
|
|
14629
|
+
function b_(e, t, n) {
|
|
14621
14630
|
const i = xt(t), s = Gt(t), a = n === "fixed", l = ki(e, !0, a, t);
|
|
14622
14631
|
let r = {
|
|
14623
14632
|
scrollLeft: 0,
|
|
@@ -14646,14 +14655,14 @@ function xu(e, t) {
|
|
|
14646
14655
|
if (!xt(e) || Lu(e))
|
|
14647
14656
|
return n;
|
|
14648
14657
|
let i = pl(e, t);
|
|
14649
|
-
for (; i &&
|
|
14658
|
+
for (; i && c_(i) && lt(i).position === "static"; )
|
|
14650
14659
|
i = pl(i, t);
|
|
14651
|
-
return i && (oi(i) === "html" || oi(i) === "body" && lt(i).position === "static" && !pa(i)) ? n : i ||
|
|
14660
|
+
return i && (oi(i) === "html" || oi(i) === "body" && lt(i).position === "static" && !pa(i)) ? n : i || l_(e) || n;
|
|
14652
14661
|
}
|
|
14653
|
-
const
|
|
14662
|
+
const C_ = async function(e) {
|
|
14654
14663
|
const t = this.getOffsetParent || xu, n = this.getDimensions;
|
|
14655
14664
|
return {
|
|
14656
|
-
reference:
|
|
14665
|
+
reference: b_(e.reference, await t(e.floating), e.strategy),
|
|
14657
14666
|
floating: {
|
|
14658
14667
|
x: 0,
|
|
14659
14668
|
y: 0,
|
|
@@ -14661,22 +14670,22 @@ const b_ = async function(e) {
|
|
|
14661
14670
|
}
|
|
14662
14671
|
};
|
|
14663
14672
|
};
|
|
14664
|
-
function
|
|
14673
|
+
function w_(e) {
|
|
14665
14674
|
return lt(e).direction === "rtl";
|
|
14666
14675
|
}
|
|
14667
|
-
const
|
|
14668
|
-
convertOffsetParentRelativeRectToViewportRelativeRect:
|
|
14676
|
+
const E_ = {
|
|
14677
|
+
convertOffsetParentRelativeRectToViewportRelativeRect: f_,
|
|
14669
14678
|
getDocumentElement: Gt,
|
|
14670
|
-
getClippingRect:
|
|
14679
|
+
getClippingRect: y_,
|
|
14671
14680
|
getOffsetParent: xu,
|
|
14672
|
-
getElementRects:
|
|
14673
|
-
getClientRects:
|
|
14674
|
-
getDimensions:
|
|
14681
|
+
getElementRects: C_,
|
|
14682
|
+
getClientRects: p_,
|
|
14683
|
+
getDimensions: S_,
|
|
14675
14684
|
getScale: Ii,
|
|
14676
14685
|
isElement: Kt,
|
|
14677
|
-
isRTL:
|
|
14686
|
+
isRTL: w_
|
|
14678
14687
|
};
|
|
14679
|
-
function
|
|
14688
|
+
function k_(e, t) {
|
|
14680
14689
|
let n = null, i;
|
|
14681
14690
|
const s = Gt(e);
|
|
14682
14691
|
function a() {
|
|
@@ -14736,7 +14745,7 @@ function Au(e, t, n, i) {
|
|
|
14736
14745
|
passive: !0
|
|
14737
14746
|
}), a && g.addEventListener("resize", n);
|
|
14738
14747
|
});
|
|
14739
|
-
const f = c && r ?
|
|
14748
|
+
const f = c && r ? k_(c, n) : null;
|
|
14740
14749
|
let h = -1, _ = null;
|
|
14741
14750
|
l && (_ = new ResizeObserver((g) => {
|
|
14742
14751
|
let [p] = g;
|
|
@@ -14758,15 +14767,15 @@ function Au(e, t, n, i) {
|
|
|
14758
14767
|
}), f == null || f(), (g = _) == null || g.disconnect(), _ = null, o && cancelAnimationFrame(m);
|
|
14759
14768
|
};
|
|
14760
14769
|
}
|
|
14761
|
-
const Iu =
|
|
14770
|
+
const Iu = a_, Ou = o_, R_ = (e, t, n) => {
|
|
14762
14771
|
const i = /* @__PURE__ */ new Map(), s = {
|
|
14763
|
-
platform:
|
|
14772
|
+
platform: E_,
|
|
14764
14773
|
...n
|
|
14765
14774
|
}, a = {
|
|
14766
14775
|
...s.platform,
|
|
14767
14776
|
_c: i
|
|
14768
14777
|
};
|
|
14769
|
-
return
|
|
14778
|
+
return s_(e, t, {
|
|
14770
14779
|
...s,
|
|
14771
14780
|
platform: a
|
|
14772
14781
|
});
|
|
@@ -14819,7 +14828,7 @@ function Nu(e, t, n) {
|
|
|
14819
14828
|
});
|
|
14820
14829
|
let p;
|
|
14821
14830
|
function v() {
|
|
14822
|
-
c.value == null || d.value == null ||
|
|
14831
|
+
c.value == null || d.value == null || R_(c.value, d.value, {
|
|
14823
14832
|
middleware: a.value,
|
|
14824
14833
|
placement: l.value,
|
|
14825
14834
|
strategy: r.value
|
|
@@ -14862,7 +14871,7 @@ function Nu(e, t, n) {
|
|
|
14862
14871
|
}
|
|
14863
14872
|
const rn = (e) => {
|
|
14864
14873
|
e.preventDefault(), e.stopPropagation(), e.stopImmediatePropagation();
|
|
14865
|
-
},
|
|
14874
|
+
}, D_ = ({
|
|
14866
14875
|
getNextElement: e,
|
|
14867
14876
|
getFirstElement: t,
|
|
14868
14877
|
getLastElement: n,
|
|
@@ -14909,58 +14918,58 @@ const rn = (e) => {
|
|
|
14909
14918
|
break;
|
|
14910
14919
|
}
|
|
14911
14920
|
}, currentIndex: a, resetNavigation: o };
|
|
14912
|
-
},
|
|
14913
|
-
var
|
|
14914
|
-
function
|
|
14915
|
-
var t =
|
|
14921
|
+
}, P_ = (e, t) => (e % t + t) % t;
|
|
14922
|
+
var L_ = typeof global == "object" && global && global.Object === Object && global, M_ = typeof self == "object" && self && self.Object === Object && self, T_ = L_ || M_ || Function("return this")(), Zi = T_.Symbol, Hu = Object.prototype, x_ = Hu.hasOwnProperty, A_ = Hu.toString, lr = Zi ? Zi.toStringTag : void 0;
|
|
14923
|
+
function I_(e) {
|
|
14924
|
+
var t = x_.call(e, lr), n = e[lr];
|
|
14916
14925
|
try {
|
|
14917
14926
|
e[lr] = void 0;
|
|
14918
14927
|
var i = !0;
|
|
14919
14928
|
} catch {
|
|
14920
14929
|
}
|
|
14921
|
-
var s =
|
|
14930
|
+
var s = A_.call(e);
|
|
14922
14931
|
return i && (t ? e[lr] = n : delete e[lr]), s;
|
|
14923
14932
|
}
|
|
14924
|
-
var
|
|
14925
|
-
function
|
|
14926
|
-
return
|
|
14927
|
-
}
|
|
14928
|
-
var N_ = "[object Null]", H_ = "[object Undefined]", ml = Zi ? Zi.toStringTag : void 0;
|
|
14929
|
-
function F_(e) {
|
|
14930
|
-
return e == null ? e === void 0 ? H_ : N_ : ml && ml in Object(e) ? A_(e) : B_(e);
|
|
14933
|
+
var O_ = Object.prototype, B_ = O_.toString;
|
|
14934
|
+
function N_(e) {
|
|
14935
|
+
return B_.call(e);
|
|
14931
14936
|
}
|
|
14937
|
+
var H_ = "[object Null]", F_ = "[object Undefined]", ml = Zi ? Zi.toStringTag : void 0;
|
|
14932
14938
|
function j_(e) {
|
|
14939
|
+
return e == null ? e === void 0 ? F_ : H_ : ml && ml in Object(e) ? I_(e) : N_(e);
|
|
14940
|
+
}
|
|
14941
|
+
function q_(e) {
|
|
14933
14942
|
return e != null && typeof e == "object";
|
|
14934
14943
|
}
|
|
14935
|
-
var
|
|
14936
|
-
function
|
|
14937
|
-
return typeof e == "symbol" ||
|
|
14944
|
+
var W_ = "[object Symbol]";
|
|
14945
|
+
function $_(e) {
|
|
14946
|
+
return typeof e == "symbol" || q_(e) && j_(e) == W_;
|
|
14938
14947
|
}
|
|
14939
|
-
function
|
|
14948
|
+
function z_(e, t) {
|
|
14940
14949
|
for (var n = -1, i = e == null ? 0 : e.length, s = Array(i); ++n < i; )
|
|
14941
14950
|
s[n] = t(e[n], n, e);
|
|
14942
14951
|
return s;
|
|
14943
14952
|
}
|
|
14944
|
-
var
|
|
14953
|
+
var U_ = Array.isArray, V_ = 1 / 0, vl = Zi ? Zi.prototype : void 0, yl = vl ? vl.toString : void 0;
|
|
14945
14954
|
function Fu(e) {
|
|
14946
14955
|
if (typeof e == "string")
|
|
14947
14956
|
return e;
|
|
14948
|
-
if (
|
|
14949
|
-
return
|
|
14950
|
-
if (
|
|
14957
|
+
if (U_(e))
|
|
14958
|
+
return z_(e, Fu) + "";
|
|
14959
|
+
if ($_(e))
|
|
14951
14960
|
return yl ? yl.call(e) : "";
|
|
14952
14961
|
var t = e + "";
|
|
14953
|
-
return t == "0" && 1 / e == -
|
|
14962
|
+
return t == "0" && 1 / e == -V_ ? "-0" : t;
|
|
14954
14963
|
}
|
|
14955
|
-
function
|
|
14964
|
+
function K_(e) {
|
|
14956
14965
|
return e == null ? "" : Fu(e);
|
|
14957
14966
|
}
|
|
14958
|
-
var
|
|
14959
|
-
function
|
|
14960
|
-
var t = ++
|
|
14961
|
-
return
|
|
14967
|
+
var G_ = 0;
|
|
14968
|
+
function J_(e) {
|
|
14969
|
+
var t = ++G_;
|
|
14970
|
+
return K_(e) + t;
|
|
14962
14971
|
}
|
|
14963
|
-
const
|
|
14972
|
+
const X_ = {
|
|
14964
14973
|
props: {
|
|
14965
14974
|
id: {
|
|
14966
14975
|
type: String,
|
|
@@ -15005,8 +15014,8 @@ const J_ = {
|
|
|
15005
15014
|
return this.$refs.input.checked;
|
|
15006
15015
|
}
|
|
15007
15016
|
}
|
|
15008
|
-
},
|
|
15009
|
-
function
|
|
15017
|
+
}, Y_ = ["id", "name", "checked", "disabled"];
|
|
15018
|
+
function Z_(e, t, n, i, s, a) {
|
|
15010
15019
|
return G(), re("label", {
|
|
15011
15020
|
class: Ce(a.classes)
|
|
15012
15021
|
}, [
|
|
@@ -15018,16 +15027,16 @@ function Y_(e, t, n, i, s, a) {
|
|
|
15018
15027
|
disabled: n.disabled,
|
|
15019
15028
|
type: "checkbox",
|
|
15020
15029
|
onChange: t[0] || (t[0] = (...l) => a.onInput && a.onInput(...l))
|
|
15021
|
-
}, null, 40,
|
|
15030
|
+
}, null, 40, Y_),
|
|
15022
15031
|
X("span", null, [
|
|
15023
15032
|
Le(e.$slots, "default", {}, void 0, !0)
|
|
15024
15033
|
])
|
|
15025
15034
|
], 2);
|
|
15026
15035
|
}
|
|
15027
|
-
const
|
|
15036
|
+
const Q_ = /* @__PURE__ */ ye(X_, [["render", Z_], ["__scopeId", "data-v-e644a11d"]]), eg = {
|
|
15028
15037
|
key: 0,
|
|
15029
15038
|
class: "hotkey"
|
|
15030
|
-
},
|
|
15039
|
+
}, tg = /* @__PURE__ */ Re({
|
|
15031
15040
|
__name: "BaseMenuItemText",
|
|
15032
15041
|
props: {
|
|
15033
15042
|
text: {},
|
|
@@ -15039,13 +15048,13 @@ const Z_ = /* @__PURE__ */ ye(J_, [["render", Y_], ["__scopeId", "data-v-e644a11
|
|
|
15039
15048
|
X("span", {
|
|
15040
15049
|
class: Ce(["text", { truncate: t.useMaxMenuWidth }])
|
|
15041
15050
|
}, We(t.text), 3),
|
|
15042
|
-
t.hotkeyText ? (G(), re("span",
|
|
15051
|
+
t.hotkeyText ? (G(), re("span", eg, We(t.hotkeyText), 1)) : Me("", !0)
|
|
15043
15052
|
], 64));
|
|
15044
15053
|
}
|
|
15045
|
-
}), Sl = /* @__PURE__ */ ye(
|
|
15054
|
+
}), Sl = /* @__PURE__ */ ye(tg, [["__scopeId", "data-v-d5415408"]]), ig = { class: "label" }, rg = { class: "text-and-hotkey" }, ng = {
|
|
15046
15055
|
key: 0,
|
|
15047
15056
|
class: "description"
|
|
15048
|
-
},
|
|
15057
|
+
}, sg = /* @__PURE__ */ Re({
|
|
15049
15058
|
__name: "BaseMenuItem",
|
|
15050
15059
|
props: {
|
|
15051
15060
|
item: {},
|
|
@@ -15077,9 +15086,9 @@ const Z_ = /* @__PURE__ */ ye(J_, [["render", Y_], ["__scopeId", "data-v-e644a11
|
|
|
15077
15086
|
key: 0,
|
|
15078
15087
|
class: "item-icon"
|
|
15079
15088
|
})) : Me("", !0),
|
|
15080
|
-
X("div",
|
|
15081
|
-
X("div",
|
|
15082
|
-
i.item.checkbox ? (G(), me(
|
|
15089
|
+
X("div", ig, [
|
|
15090
|
+
X("div", rg, [
|
|
15091
|
+
i.item.checkbox ? (G(), me(Q_, {
|
|
15083
15092
|
key: 0,
|
|
15084
15093
|
"model-value": i.item.checkbox.checked,
|
|
15085
15094
|
class: "checkbox"
|
|
@@ -15103,17 +15112,17 @@ const Z_ = /* @__PURE__ */ ye(J_, [["render", Y_], ["__scopeId", "data-v-e644a11
|
|
|
15103
15112
|
}, void 0, !0)
|
|
15104
15113
|
], 64))
|
|
15105
15114
|
]),
|
|
15106
|
-
i.item.description ? (G(), re("div",
|
|
15115
|
+
i.item.description ? (G(), re("div", ng, We(i.item.description), 1)) : Me("", !0)
|
|
15107
15116
|
])
|
|
15108
15117
|
]),
|
|
15109
15118
|
_: 3
|
|
15110
15119
|
}, 16, ["class", "to", "href"]));
|
|
15111
15120
|
}
|
|
15112
|
-
}), ju = /* @__PURE__ */ ye(
|
|
15113
|
-
function
|
|
15121
|
+
}), ju = /* @__PURE__ */ ye(sg, [["__scopeId", "data-v-20688faf"]]);
|
|
15122
|
+
function og(e) {
|
|
15114
15123
|
return !("$el" in e);
|
|
15115
15124
|
}
|
|
15116
|
-
const
|
|
15125
|
+
const ag = {
|
|
15117
15126
|
components: { BaseMenuItem: ju },
|
|
15118
15127
|
props: {
|
|
15119
15128
|
items: {
|
|
@@ -15134,7 +15143,7 @@ const og = {
|
|
|
15134
15143
|
* NOTE: Autogenerated IDs might break SSR.
|
|
15135
15144
|
*/
|
|
15136
15145
|
id: {
|
|
15137
|
-
default: () => `__BaseMenuItems-${
|
|
15146
|
+
default: () => `__BaseMenuItems-${J_()}__`,
|
|
15138
15147
|
type: String
|
|
15139
15148
|
},
|
|
15140
15149
|
/**
|
|
@@ -15213,7 +15222,7 @@ const og = {
|
|
|
15213
15222
|
return {
|
|
15214
15223
|
element: t,
|
|
15215
15224
|
index: n,
|
|
15216
|
-
onClick:
|
|
15225
|
+
onClick: og(i) ? () => i.click() : () => i.$el.click()
|
|
15217
15226
|
};
|
|
15218
15227
|
}).filter(({ index: t }) => this.enabledItemsIndices.includes(t));
|
|
15219
15228
|
},
|
|
@@ -15255,8 +15264,8 @@ const og = {
|
|
|
15255
15264
|
this.$emit("item-focused", this.menuItemId(e), this.items[e]);
|
|
15256
15265
|
}
|
|
15257
15266
|
}
|
|
15258
|
-
},
|
|
15259
|
-
function
|
|
15267
|
+
}, cg = ["aria-label"], lg = ["data-index", "title", "onClick", "onPointerenter"];
|
|
15268
|
+
function ug(e, t, n, i, s, a) {
|
|
15260
15269
|
const l = tt("BaseMenuItem");
|
|
15261
15270
|
return G(), re("ul", {
|
|
15262
15271
|
ref: "listContainer",
|
|
@@ -15294,22 +15303,22 @@ function lg(e, t, n, i, s, a) {
|
|
|
15294
15303
|
"has-focus": o === n.focusedItemIndex
|
|
15295
15304
|
}, null, 8, ["id", "item", "index", "use-max-menu-width", "has-focus"])
|
|
15296
15305
|
], !0)
|
|
15297
|
-
], 46,
|
|
15298
|
-
], 44,
|
|
15306
|
+
], 46, lg))), 128))
|
|
15307
|
+
], 44, cg);
|
|
15299
15308
|
}
|
|
15300
|
-
const
|
|
15309
|
+
const hg = /* @__PURE__ */ ye(ag, [["render", ug], ["__scopeId", "data-v-1052102a"]]), dg = {
|
|
15301
15310
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15302
15311
|
fill: "none",
|
|
15303
15312
|
stroke: "#000",
|
|
15304
15313
|
"stroke-linejoin": "round",
|
|
15305
15314
|
viewBox: "0 0 32 32"
|
|
15306
|
-
},
|
|
15307
|
-
|
|
15315
|
+
}, fg = /* @__PURE__ */ X("path", { d: "m10.5 5 11 11-11 11" }, null, -1), pg = [
|
|
15316
|
+
fg
|
|
15308
15317
|
];
|
|
15309
|
-
function
|
|
15310
|
-
return G(), re("svg",
|
|
15318
|
+
function _g(e, t) {
|
|
15319
|
+
return G(), re("svg", dg, [...pg]);
|
|
15311
15320
|
}
|
|
15312
|
-
const
|
|
15321
|
+
const gg = { render: _g }, mg = /* @__PURE__ */ Re({
|
|
15313
15322
|
__name: "MenuItems",
|
|
15314
15323
|
props: {
|
|
15315
15324
|
items: {},
|
|
@@ -15330,7 +15339,7 @@ const _g = { render: pg }, gg = /* @__PURE__ */ Re({
|
|
|
15330
15339
|
const y = a.value.getEnabledListItems();
|
|
15331
15340
|
let b = y.map(({ index: M }) => M).indexOf(p);
|
|
15332
15341
|
b === -1 && v === -1 && (b = 0);
|
|
15333
|
-
const E =
|
|
15342
|
+
const E = P_(
|
|
15334
15343
|
b + v,
|
|
15335
15344
|
y.length
|
|
15336
15345
|
), { element: w, index: C, onClick: k } = y[E];
|
|
@@ -15339,7 +15348,7 @@ const _g = { render: pg }, gg = /* @__PURE__ */ Re({
|
|
|
15339
15348
|
currentIndex: c,
|
|
15340
15349
|
onKeydown: d,
|
|
15341
15350
|
resetNavigation: f
|
|
15342
|
-
} =
|
|
15351
|
+
} = D_({
|
|
15343
15352
|
disableSpaceToClick: i.disableSpaceToClick,
|
|
15344
15353
|
getNextElement: o,
|
|
15345
15354
|
close: () => s("close")
|
|
@@ -15372,7 +15381,7 @@ const _g = { render: pg }, gg = /* @__PURE__ */ Re({
|
|
|
15372
15381
|
const g = (p) => !p.children || p.children.length === 0 ? !1 : !!p.children.find(({ selected: v }) => v);
|
|
15373
15382
|
return (p, v) => {
|
|
15374
15383
|
const y = tt("MenuItems", !0);
|
|
15375
|
-
return G(), me(
|
|
15384
|
+
return G(), me(hg, Nn({
|
|
15376
15385
|
ref_key: "baseMenuItems",
|
|
15377
15386
|
ref: a
|
|
15378
15387
|
}, p.$attrs, {
|
|
@@ -15409,7 +15418,7 @@ const _g = { render: pg }, gg = /* @__PURE__ */ Re({
|
|
|
15409
15418
|
{ highlight: g(b) }
|
|
15410
15419
|
])
|
|
15411
15420
|
}, [
|
|
15412
|
-
le(ae(
|
|
15421
|
+
le(ae(gg), { class: "icon" }),
|
|
15413
15422
|
l.value === C ? (G(), me(y, {
|
|
15414
15423
|
key: 0,
|
|
15415
15424
|
id: `${E}__sub${C}`,
|
|
@@ -15437,15 +15446,15 @@ const _g = { render: pg }, gg = /* @__PURE__ */ Re({
|
|
|
15437
15446
|
};
|
|
15438
15447
|
}
|
|
15439
15448
|
});
|
|
15440
|
-
function
|
|
15449
|
+
function vg(e) {
|
|
15441
15450
|
return Qo() ? (ea(e), !0) : !1;
|
|
15442
15451
|
}
|
|
15443
15452
|
function qu(e) {
|
|
15444
15453
|
return typeof e == "function" ? e() : ae(e);
|
|
15445
15454
|
}
|
|
15446
|
-
const Wu = typeof window < "u" && typeof document < "u",
|
|
15447
|
-
},
|
|
15448
|
-
function
|
|
15455
|
+
const Wu = typeof window < "u" && typeof document < "u", yg = Object.prototype.toString, Sg = (e) => yg.call(e) === "[object Object]", ko = () => {
|
|
15456
|
+
}, bg = /* @__PURE__ */ Cg();
|
|
15457
|
+
function Cg() {
|
|
15449
15458
|
var e;
|
|
15450
15459
|
return Wu && ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.userAgent) && /* @__PURE__ */ /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
15451
15460
|
}
|
|
@@ -15467,7 +15476,7 @@ function rs(...e) {
|
|
|
15467
15476
|
([d, f]) => {
|
|
15468
15477
|
if (l(), !d)
|
|
15469
15478
|
return;
|
|
15470
|
-
const h =
|
|
15479
|
+
const h = Sg(f) ? { ...f } : f;
|
|
15471
15480
|
a.push(
|
|
15472
15481
|
...n.flatMap((_) => i.map((m) => r(d, _, m, h)))
|
|
15473
15482
|
);
|
|
@@ -15476,14 +15485,14 @@ function rs(...e) {
|
|
|
15476
15485
|
), c = () => {
|
|
15477
15486
|
o(), l();
|
|
15478
15487
|
};
|
|
15479
|
-
return
|
|
15488
|
+
return vg(c), c;
|
|
15480
15489
|
}
|
|
15481
15490
|
let bl = !1;
|
|
15482
|
-
function
|
|
15491
|
+
function wg(e, t, n = {}) {
|
|
15483
15492
|
const { window: i = $u, ignore: s = [], capture: a = !0, detectIframe: l = !1 } = n;
|
|
15484
15493
|
if (!i)
|
|
15485
15494
|
return;
|
|
15486
|
-
|
|
15495
|
+
bg && !bl && (bl = !0, Array.from(i.document.body.children).forEach((h) => h.addEventListener("click", ko)), i.document.documentElement.addEventListener("click", ko));
|
|
15487
15496
|
let r = !0;
|
|
15488
15497
|
const o = (h) => s.some((_) => {
|
|
15489
15498
|
if (typeof _ == "string")
|
|
@@ -15517,10 +15526,10 @@ function Cg(e, t, n = {}) {
|
|
|
15517
15526
|
].filter(Boolean);
|
|
15518
15527
|
return () => d.forEach((h) => h());
|
|
15519
15528
|
}
|
|
15520
|
-
const
|
|
15529
|
+
const Eg = ({ targets: e, callback: t }, n = Z(!0)) => {
|
|
15521
15530
|
let i;
|
|
15522
15531
|
const s = () => {
|
|
15523
|
-
i =
|
|
15532
|
+
i = wg(e[0], t, { ignore: e });
|
|
15524
15533
|
}, a = () => {
|
|
15525
15534
|
typeof i < "u" && i();
|
|
15526
15535
|
};
|
|
@@ -15533,14 +15542,14 @@ const wg = ({ targets: e, callback: t }, n = Z(!0)) => {
|
|
|
15533
15542
|
immediate: !0
|
|
15534
15543
|
}
|
|
15535
15544
|
), ai(a);
|
|
15536
|
-
},
|
|
15545
|
+
}, kg = ["right", "top", "left"], Rg = {
|
|
15537
15546
|
right: "bottom-end",
|
|
15538
15547
|
top: "top-end",
|
|
15539
15548
|
left: "bottom-start"
|
|
15540
|
-
},
|
|
15549
|
+
}, Dg = {
|
|
15541
15550
|
components: {
|
|
15542
15551
|
FunctionButton: dn,
|
|
15543
|
-
MenuItems:
|
|
15552
|
+
MenuItems: mg
|
|
15544
15553
|
},
|
|
15545
15554
|
props: {
|
|
15546
15555
|
/**
|
|
@@ -15572,7 +15581,7 @@ const wg = ({ targets: e, callback: t }, n = Z(!0)) => {
|
|
|
15572
15581
|
type: String,
|
|
15573
15582
|
default: "right",
|
|
15574
15583
|
validator(e = "right") {
|
|
15575
|
-
return
|
|
15584
|
+
return kg.includes(e);
|
|
15576
15585
|
}
|
|
15577
15586
|
},
|
|
15578
15587
|
/**
|
|
@@ -15626,11 +15635,11 @@ const wg = ({ targets: e, callback: t }, n = Z(!0)) => {
|
|
|
15626
15635
|
), o = () => {
|
|
15627
15636
|
a.value = !1;
|
|
15628
15637
|
};
|
|
15629
|
-
|
|
15638
|
+
Eg(
|
|
15630
15639
|
{ targets: [n, i], callback: o },
|
|
15631
15640
|
a
|
|
15632
15641
|
);
|
|
15633
|
-
const c = pe(() =>
|
|
15642
|
+
const c = pe(() => Rg[e.orientation]), d = pe(() => [
|
|
15634
15643
|
Iu({ mainAxis: e.allowOverflowMainAxis }),
|
|
15635
15644
|
Ou()
|
|
15636
15645
|
]), {
|
|
@@ -15694,8 +15703,8 @@ const wg = ({ targets: e, callback: t }, n = Z(!0)) => {
|
|
|
15694
15703
|
e === null ? this.activeDescendant = void 0 : this.activeDescendant = e;
|
|
15695
15704
|
}
|
|
15696
15705
|
}
|
|
15697
|
-
},
|
|
15698
|
-
function
|
|
15706
|
+
}, Pg = ["aria-owns", "aria-activedescendant"];
|
|
15707
|
+
function Lg(e, t, n, i, s, a) {
|
|
15699
15708
|
const l = tt("FunctionButton"), r = tt("MenuItems");
|
|
15700
15709
|
return G(), re("div", {
|
|
15701
15710
|
ref: "submenu",
|
|
@@ -15747,11 +15756,11 @@ function Pg(e, t, n, i, s, a) {
|
|
|
15747
15756
|
[zt, i.expanded]
|
|
15748
15757
|
])
|
|
15749
15758
|
], 8, ["to", "disabled"]))
|
|
15750
|
-
], 42,
|
|
15759
|
+
], 42, Pg);
|
|
15751
15760
|
}
|
|
15752
|
-
const
|
|
15761
|
+
const Mg = /* @__PURE__ */ ye(Dg, [["render", Lg], ["__scopeId", "data-v-0e4e0d83"]]), Tg = Re({
|
|
15753
15762
|
name: "HeaderBar",
|
|
15754
|
-
components: { SubMenu:
|
|
15763
|
+
components: { SubMenu: Mg, MenuIcon: Xp },
|
|
15755
15764
|
props: {
|
|
15756
15765
|
title: {
|
|
15757
15766
|
type: String,
|
|
@@ -15773,15 +15782,15 @@ const Lg = /* @__PURE__ */ ye(Rg, [["render", Pg], ["__scopeId", "data-v-0e4e0d8
|
|
|
15773
15782
|
this.$emit("menu-item-click", { event: e, item: t });
|
|
15774
15783
|
}
|
|
15775
15784
|
}
|
|
15776
|
-
}),
|
|
15785
|
+
}), xg = { class: "container" }, Ag = { class: "title" }, Ig = {
|
|
15777
15786
|
key: 0,
|
|
15778
15787
|
class: "menu"
|
|
15779
15788
|
};
|
|
15780
|
-
function
|
|
15789
|
+
function Og(e, t, n, i, s, a) {
|
|
15781
15790
|
const l = tt("MenuIcon"), r = tt("SubMenu");
|
|
15782
|
-
return G(), re("div",
|
|
15783
|
-
X("div",
|
|
15784
|
-
e.hasMenu ? (G(), re("div",
|
|
15791
|
+
return G(), re("div", xg, [
|
|
15792
|
+
X("div", Ag, We(e.title), 1),
|
|
15793
|
+
e.hasMenu ? (G(), re("div", Ig, [
|
|
15785
15794
|
le(r, {
|
|
15786
15795
|
items: e.menuItems,
|
|
15787
15796
|
onItemClick: e.menuItemClicked
|
|
@@ -15794,17 +15803,17 @@ function Ig(e, t, n, i, s, a) {
|
|
|
15794
15803
|
])) : Me("", !0)
|
|
15795
15804
|
]);
|
|
15796
15805
|
}
|
|
15797
|
-
const
|
|
15806
|
+
const Bg = /* @__PURE__ */ ye(Tg, [["render", Og], ["__scopeId", "data-v-0a924717"]]), Ng = hn({}), zu = () => Ng;
|
|
15798
15807
|
var Ro = { exports: {} }, Do = { exports: {} }, ut = {}, De = {};
|
|
15799
15808
|
De.__esModule = !0;
|
|
15800
15809
|
De.extend = Uu;
|
|
15801
|
-
De.indexOf =
|
|
15802
|
-
De.escapeExpression =
|
|
15803
|
-
De.isEmpty =
|
|
15804
|
-
De.createFrame =
|
|
15805
|
-
De.blockParams =
|
|
15806
|
-
De.appendContextPath =
|
|
15807
|
-
var
|
|
15810
|
+
De.indexOf = Wg;
|
|
15811
|
+
De.escapeExpression = $g;
|
|
15812
|
+
De.isEmpty = zg;
|
|
15813
|
+
De.createFrame = Ug;
|
|
15814
|
+
De.blockParams = Vg;
|
|
15815
|
+
De.appendContextPath = Kg;
|
|
15816
|
+
var Hg = {
|
|
15808
15817
|
"&": "&",
|
|
15809
15818
|
"<": "<",
|
|
15810
15819
|
">": ">",
|
|
@@ -15812,9 +15821,9 @@ var Ng = {
|
|
|
15812
15821
|
"'": "'",
|
|
15813
15822
|
"`": "`",
|
|
15814
15823
|
"=": "="
|
|
15815
|
-
},
|
|
15816
|
-
function
|
|
15817
|
-
return
|
|
15824
|
+
}, Fg = /[&<>"'`=]/g, jg = /[&<>"'`=]/;
|
|
15825
|
+
function qg(e) {
|
|
15826
|
+
return Hg[e];
|
|
15818
15827
|
}
|
|
15819
15828
|
function Uu(e) {
|
|
15820
15829
|
for (var t = 1; t < arguments.length; t++)
|
|
@@ -15835,13 +15844,13 @@ var Vu = Array.isArray || function(e) {
|
|
|
15835
15844
|
return e && typeof e == "object" ? ma.call(e) === "[object Array]" : !1;
|
|
15836
15845
|
};
|
|
15837
15846
|
De.isArray = Vu;
|
|
15838
|
-
function
|
|
15847
|
+
function Wg(e, t) {
|
|
15839
15848
|
for (var n = 0, i = e.length; n < i; n++)
|
|
15840
15849
|
if (e[n] === t)
|
|
15841
15850
|
return n;
|
|
15842
15851
|
return -1;
|
|
15843
15852
|
}
|
|
15844
|
-
function
|
|
15853
|
+
function $g(e) {
|
|
15845
15854
|
if (typeof e != "string") {
|
|
15846
15855
|
if (e && e.toHTML)
|
|
15847
15856
|
return e.toHTML();
|
|
@@ -15851,19 +15860,19 @@ function Wg(e) {
|
|
|
15851
15860
|
return e + "";
|
|
15852
15861
|
e = "" + e;
|
|
15853
15862
|
}
|
|
15854
|
-
return
|
|
15863
|
+
return jg.test(e) ? e.replace(Fg, qg) : e;
|
|
15855
15864
|
}
|
|
15856
|
-
function
|
|
15865
|
+
function zg(e) {
|
|
15857
15866
|
return !e && e !== 0 ? !0 : !!(Vu(e) && e.length === 0);
|
|
15858
15867
|
}
|
|
15859
|
-
function
|
|
15868
|
+
function Ug(e) {
|
|
15860
15869
|
var t = Uu({}, e);
|
|
15861
15870
|
return t._parent = e, t;
|
|
15862
15871
|
}
|
|
15863
|
-
function
|
|
15872
|
+
function Vg(e, t) {
|
|
15864
15873
|
return e.path = t, e;
|
|
15865
15874
|
}
|
|
15866
|
-
function
|
|
15875
|
+
function Kg(e, t) {
|
|
15867
15876
|
return (e ? e + "." : "") + t;
|
|
15868
15877
|
}
|
|
15869
15878
|
var Lo = { exports: {} };
|
|
@@ -15910,7 +15919,7 @@ var bt = Lo.exports, Br = {}, Mo = { exports: {} };
|
|
|
15910
15919
|
});
|
|
15911
15920
|
}, e.exports = t.default;
|
|
15912
15921
|
})(Mo, Mo.exports);
|
|
15913
|
-
var
|
|
15922
|
+
var Gg = Mo.exports, To = { exports: {} };
|
|
15914
15923
|
(function(e, t) {
|
|
15915
15924
|
t.__esModule = !0;
|
|
15916
15925
|
function n(l) {
|
|
@@ -15950,7 +15959,7 @@ var Kg = Mo.exports, To = { exports: {} };
|
|
|
15950
15959
|
});
|
|
15951
15960
|
}, e.exports = t.default;
|
|
15952
15961
|
})(To, To.exports);
|
|
15953
|
-
var
|
|
15962
|
+
var Jg = To.exports, xo = { exports: {} };
|
|
15954
15963
|
(function(e, t) {
|
|
15955
15964
|
t.__esModule = !0;
|
|
15956
15965
|
function n(a) {
|
|
@@ -15964,7 +15973,7 @@ var Gg = To.exports, xo = { exports: {} };
|
|
|
15964
15973
|
});
|
|
15965
15974
|
}, e.exports = t.default;
|
|
15966
15975
|
})(xo, xo.exports);
|
|
15967
|
-
var
|
|
15976
|
+
var Xg = xo.exports, Ao = { exports: {} };
|
|
15968
15977
|
(function(e, t) {
|
|
15969
15978
|
t.__esModule = !0;
|
|
15970
15979
|
function n(l) {
|
|
@@ -15987,7 +15996,7 @@ var Jg = xo.exports, Ao = { exports: {} };
|
|
|
15987
15996
|
});
|
|
15988
15997
|
}, e.exports = t.default;
|
|
15989
15998
|
})(Ao, Ao.exports);
|
|
15990
|
-
var
|
|
15999
|
+
var Yg = Ao.exports, Io = { exports: {} };
|
|
15991
16000
|
(function(e, t) {
|
|
15992
16001
|
t.__esModule = !0, t.default = function(n) {
|
|
15993
16002
|
n.registerHelper("log", function() {
|
|
@@ -15998,7 +16007,7 @@ var Xg = Ao.exports, Io = { exports: {} };
|
|
|
15998
16007
|
});
|
|
15999
16008
|
}, e.exports = t.default;
|
|
16000
16009
|
})(Io, Io.exports);
|
|
16001
|
-
var
|
|
16010
|
+
var Zg = Io.exports, Oo = { exports: {} };
|
|
16002
16011
|
(function(e, t) {
|
|
16003
16012
|
t.__esModule = !0, t.default = function(n) {
|
|
16004
16013
|
n.registerHelper("lookup", function(i, s, a) {
|
|
@@ -16006,7 +16015,7 @@ var Yg = Io.exports, Oo = { exports: {} };
|
|
|
16006
16015
|
});
|
|
16007
16016
|
}, e.exports = t.default;
|
|
16008
16017
|
})(Oo, Oo.exports);
|
|
16009
|
-
var
|
|
16018
|
+
var Qg = Oo.exports, Bo = { exports: {} };
|
|
16010
16019
|
(function(e, t) {
|
|
16011
16020
|
t.__esModule = !0;
|
|
16012
16021
|
function n(l) {
|
|
@@ -16029,18 +16038,18 @@ var Zg = Oo.exports, Bo = { exports: {} };
|
|
|
16029
16038
|
});
|
|
16030
16039
|
}, e.exports = t.default;
|
|
16031
16040
|
})(Bo, Bo.exports);
|
|
16032
|
-
var
|
|
16041
|
+
var em = Bo.exports;
|
|
16033
16042
|
Br.__esModule = !0;
|
|
16034
|
-
Br.registerDefaultHelpers =
|
|
16035
|
-
Br.moveHelperToHooks =
|
|
16043
|
+
Br.registerDefaultHelpers = _m;
|
|
16044
|
+
Br.moveHelperToHooks = gm;
|
|
16036
16045
|
function Pi(e) {
|
|
16037
16046
|
return e && e.__esModule ? e : { default: e };
|
|
16038
16047
|
}
|
|
16039
|
-
var
|
|
16040
|
-
function
|
|
16041
|
-
|
|
16048
|
+
var tm = Gg, im = Pi(tm), rm = Jg, nm = Pi(rm), sm = Xg, om = Pi(sm), am = Yg, cm = Pi(am), lm = Zg, um = Pi(lm), hm = Qg, dm = Pi(hm), fm = em, pm = Pi(fm);
|
|
16049
|
+
function _m(e) {
|
|
16050
|
+
im.default(e), nm.default(e), om.default(e), cm.default(e), um.default(e), dm.default(e), pm.default(e);
|
|
16042
16051
|
}
|
|
16043
|
-
function
|
|
16052
|
+
function gm(e, t, n) {
|
|
16044
16053
|
e.helpers[t] && (e.hooks[t] = e.helpers[t], n || delete e.helpers[t]);
|
|
16045
16054
|
}
|
|
16046
16055
|
var va = {}, No = { exports: {} };
|
|
@@ -16059,15 +16068,15 @@ var va = {}, No = { exports: {} };
|
|
|
16059
16068
|
});
|
|
16060
16069
|
}, e.exports = t.default;
|
|
16061
16070
|
})(No, No.exports);
|
|
16062
|
-
var
|
|
16071
|
+
var mm = No.exports;
|
|
16063
16072
|
va.__esModule = !0;
|
|
16064
|
-
va.registerDefaultDecorators =
|
|
16065
|
-
function
|
|
16073
|
+
va.registerDefaultDecorators = bm;
|
|
16074
|
+
function vm(e) {
|
|
16066
16075
|
return e && e.__esModule ? e : { default: e };
|
|
16067
16076
|
}
|
|
16068
|
-
var
|
|
16069
|
-
function
|
|
16070
|
-
|
|
16077
|
+
var ym = mm, Sm = vm(ym);
|
|
16078
|
+
function bm(e) {
|
|
16079
|
+
Sm.default(e);
|
|
16071
16080
|
}
|
|
16072
16081
|
var Ho = { exports: {} };
|
|
16073
16082
|
(function(e, t) {
|
|
@@ -16098,22 +16107,22 @@ var Ho = { exports: {} };
|
|
|
16098
16107
|
})(Ho, Ho.exports);
|
|
16099
16108
|
var Ku = Ho.exports, tr = {}, ya = {};
|
|
16100
16109
|
ya.__esModule = !0;
|
|
16101
|
-
ya.createNewLookupObject =
|
|
16102
|
-
var
|
|
16103
|
-
function
|
|
16110
|
+
ya.createNewLookupObject = wm;
|
|
16111
|
+
var Cm = De;
|
|
16112
|
+
function wm() {
|
|
16104
16113
|
for (var e = arguments.length, t = Array(e), n = 0; n < e; n++)
|
|
16105
16114
|
t[n] = arguments[n];
|
|
16106
|
-
return
|
|
16115
|
+
return Cm.extend.apply(void 0, [/* @__PURE__ */ Object.create(null)].concat(t));
|
|
16107
16116
|
}
|
|
16108
16117
|
tr.__esModule = !0;
|
|
16109
|
-
tr.createProtoAccessControl =
|
|
16110
|
-
tr.resultIsAllowed =
|
|
16111
|
-
tr.resetLoggedProperties =
|
|
16112
|
-
function
|
|
16118
|
+
tr.createProtoAccessControl = Dm;
|
|
16119
|
+
tr.resultIsAllowed = Pm;
|
|
16120
|
+
tr.resetLoggedProperties = Mm;
|
|
16121
|
+
function Em(e) {
|
|
16113
16122
|
return e && e.__esModule ? e : { default: e };
|
|
16114
16123
|
}
|
|
16115
|
-
var Cl = ya,
|
|
16116
|
-
function
|
|
16124
|
+
var Cl = ya, km = Ku, Rm = Em(km), An = /* @__PURE__ */ Object.create(null);
|
|
16125
|
+
function Dm(e) {
|
|
16117
16126
|
var t = /* @__PURE__ */ Object.create(null);
|
|
16118
16127
|
t.constructor = !1, t.__defineGetter__ = !1, t.__defineSetter__ = !1, t.__lookupGetter__ = !1;
|
|
16119
16128
|
var n = /* @__PURE__ */ Object.create(null);
|
|
@@ -16128,18 +16137,18 @@ function Rm(e) {
|
|
|
16128
16137
|
}
|
|
16129
16138
|
};
|
|
16130
16139
|
}
|
|
16131
|
-
function
|
|
16140
|
+
function Pm(e, t, n) {
|
|
16132
16141
|
return wl(typeof e == "function" ? t.methods : t.properties, n);
|
|
16133
16142
|
}
|
|
16134
16143
|
function wl(e, t) {
|
|
16135
|
-
return e.whitelist[t] !== void 0 ? e.whitelist[t] === !0 : e.defaultValue !== void 0 ? e.defaultValue : (
|
|
16144
|
+
return e.whitelist[t] !== void 0 ? e.whitelist[t] === !0 : e.defaultValue !== void 0 ? e.defaultValue : (Lm(t), !1);
|
|
16136
16145
|
}
|
|
16137
|
-
function
|
|
16138
|
-
An[e] !== !0 && (An[e] = !0,
|
|
16146
|
+
function Lm(e) {
|
|
16147
|
+
An[e] !== !0 && (An[e] = !0, Rm.default.log("error", 'Handlebars: Access has been denied to resolve the property "' + e + `" because it is not an "own property" of its parent.
|
|
16139
16148
|
You can add a runtime option to disable the check or this warning:
|
|
16140
16149
|
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`));
|
|
16141
16150
|
}
|
|
16142
|
-
function
|
|
16151
|
+
function Mm() {
|
|
16143
16152
|
Object.keys(An).forEach(function(e) {
|
|
16144
16153
|
delete An[e];
|
|
16145
16154
|
});
|
|
@@ -16149,13 +16158,13 @@ ut.HandlebarsEnvironment = Fo;
|
|
|
16149
16158
|
function Gu(e) {
|
|
16150
16159
|
return e && e.__esModule ? e : { default: e };
|
|
16151
16160
|
}
|
|
16152
|
-
var pi = De,
|
|
16153
|
-
ut.VERSION =
|
|
16154
|
-
var
|
|
16155
|
-
ut.COMPILER_REVISION =
|
|
16156
|
-
var
|
|
16157
|
-
ut.LAST_COMPATIBLE_COMPILER_REVISION =
|
|
16158
|
-
var
|
|
16161
|
+
var pi = De, Tm = bt, ns = Gu(Tm), xm = Br, Am = va, Im = Ku, In = Gu(Im), Om = tr, Bm = "4.7.8";
|
|
16162
|
+
ut.VERSION = Bm;
|
|
16163
|
+
var Nm = 8;
|
|
16164
|
+
ut.COMPILER_REVISION = Nm;
|
|
16165
|
+
var Hm = 7;
|
|
16166
|
+
ut.LAST_COMPATIBLE_COMPILER_REVISION = Hm;
|
|
16167
|
+
var Fm = {
|
|
16159
16168
|
1: "<= 1.0.rc.2",
|
|
16160
16169
|
// 1.0.rc.2 is actually rev2 but doesn't report it
|
|
16161
16170
|
2: "== 1.0.0-rc.3",
|
|
@@ -16166,10 +16175,10 @@ var Hm = {
|
|
|
16166
16175
|
7: ">= 4.0.0 <4.3.0",
|
|
16167
16176
|
8: ">= 4.3.0"
|
|
16168
16177
|
};
|
|
16169
|
-
ut.REVISION_CHANGES =
|
|
16178
|
+
ut.REVISION_CHANGES = Fm;
|
|
16170
16179
|
var ss = "[object Object]";
|
|
16171
16180
|
function Fo(e, t, n) {
|
|
16172
|
-
this.helpers = e || {}, this.partials = t || {}, this.decorators = n || {},
|
|
16181
|
+
this.helpers = e || {}, this.partials = t || {}, this.decorators = n || {}, xm.registerDefaultHelpers(this), Am.registerDefaultDecorators(this);
|
|
16173
16182
|
}
|
|
16174
16183
|
Fo.prototype = {
|
|
16175
16184
|
constructor: Fo,
|
|
@@ -16214,11 +16223,11 @@ Fo.prototype = {
|
|
|
16214
16223
|
* @deprecated should only be used in handlebars test-cases
|
|
16215
16224
|
*/
|
|
16216
16225
|
resetLoggedPropertyAccesses: function() {
|
|
16217
|
-
|
|
16226
|
+
Om.resetLoggedProperties();
|
|
16218
16227
|
}
|
|
16219
16228
|
};
|
|
16220
|
-
var
|
|
16221
|
-
ut.log =
|
|
16229
|
+
var jm = In.default.log;
|
|
16230
|
+
ut.log = jm;
|
|
16222
16231
|
ut.createFrame = pi.createFrame;
|
|
16223
16232
|
ut.logger = In.default;
|
|
16224
16233
|
var jo = { exports: {} };
|
|
@@ -16231,10 +16240,10 @@ var jo = { exports: {} };
|
|
|
16231
16240
|
return "" + this.string;
|
|
16232
16241
|
}, t.default = n, e.exports = t.default;
|
|
16233
16242
|
})(jo, jo.exports);
|
|
16234
|
-
var
|
|
16243
|
+
var qm = jo.exports, ci = {}, Sa = {};
|
|
16235
16244
|
Sa.__esModule = !0;
|
|
16236
|
-
Sa.wrapHelper =
|
|
16237
|
-
function
|
|
16245
|
+
Sa.wrapHelper = Wm;
|
|
16246
|
+
function Wm(e, t) {
|
|
16238
16247
|
if (typeof e != "function")
|
|
16239
16248
|
return e;
|
|
16240
16249
|
var n = function() {
|
|
@@ -16244,16 +16253,16 @@ function qm(e, t) {
|
|
|
16244
16253
|
return n;
|
|
16245
16254
|
}
|
|
16246
16255
|
ci.__esModule = !0;
|
|
16247
|
-
ci.checkRevision =
|
|
16248
|
-
ci.template =
|
|
16256
|
+
ci.checkRevision = Gm;
|
|
16257
|
+
ci.template = Jm;
|
|
16249
16258
|
ci.wrapProgram = an;
|
|
16250
|
-
ci.resolvePartial =
|
|
16251
|
-
ci.invokePartial =
|
|
16259
|
+
ci.resolvePartial = Xm;
|
|
16260
|
+
ci.invokePartial = Ym;
|
|
16252
16261
|
ci.noop = Ju;
|
|
16253
|
-
function
|
|
16262
|
+
function $m(e) {
|
|
16254
16263
|
return e && e.__esModule ? e : { default: e };
|
|
16255
16264
|
}
|
|
16256
|
-
function
|
|
16265
|
+
function zm(e) {
|
|
16257
16266
|
if (e && e.__esModule)
|
|
16258
16267
|
return e;
|
|
16259
16268
|
var t = {};
|
|
@@ -16262,8 +16271,8 @@ function $m(e) {
|
|
|
16262
16271
|
Object.prototype.hasOwnProperty.call(e, n) && (t[n] = e[n]);
|
|
16263
16272
|
return t.default = e, t;
|
|
16264
16273
|
}
|
|
16265
|
-
var
|
|
16266
|
-
function
|
|
16274
|
+
var Um = De, qt = zm(Um), Vm = bt, Wt = $m(Vm), $t = ut, El = Br, Km = Sa, kl = tr;
|
|
16275
|
+
function Gm(e) {
|
|
16267
16276
|
var t = e && e[0] || 1, n = $t.COMPILER_REVISION;
|
|
16268
16277
|
if (!(t >= $t.LAST_COMPATIBLE_COMPILER_REVISION && t <= $t.COMPILER_REVISION))
|
|
16269
16278
|
if (t < $t.LAST_COMPATIBLE_COMPILER_REVISION) {
|
|
@@ -16272,7 +16281,7 @@ function Km(e) {
|
|
|
16272
16281
|
} else
|
|
16273
16282
|
throw new Wt.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version (" + e[1] + ").");
|
|
16274
16283
|
}
|
|
16275
|
-
function
|
|
16284
|
+
function Jm(e, t) {
|
|
16276
16285
|
if (!t)
|
|
16277
16286
|
throw new Wt.default("No environment passed to template");
|
|
16278
16287
|
if (!e || !e.main)
|
|
@@ -16347,7 +16356,7 @@ function Gm(e, t) {
|
|
|
16347
16356
|
};
|
|
16348
16357
|
function a(l) {
|
|
16349
16358
|
var r = arguments.length <= 1 || arguments[1] === void 0 ? {} : arguments[1], o = r.data;
|
|
16350
|
-
a._setup(r), !r.partial && e.useData && (o =
|
|
16359
|
+
a._setup(r), !r.partial && e.useData && (o = Zm(l, o));
|
|
16351
16360
|
var c = void 0, d = e.useBlockParams ? [] : void 0;
|
|
16352
16361
|
e.useDepths && (r.depths ? c = l != r.depths[0] ? [l].concat(r.depths) : r.depths : c = [l]);
|
|
16353
16362
|
function f(h) {
|
|
@@ -16360,7 +16369,7 @@ function Gm(e, t) {
|
|
|
16360
16369
|
s.protoAccessControl = l.protoAccessControl, s.helpers = l.helpers, s.partials = l.partials, s.decorators = l.decorators, s.hooks = l.hooks;
|
|
16361
16370
|
else {
|
|
16362
16371
|
var r = qt.extend({}, t.helpers, l.helpers);
|
|
16363
|
-
|
|
16372
|
+
Qm(r, s), s.helpers = r, e.usePartial && (s.partials = s.mergeIfNeeded(l.partials, t.partials)), (e.usePartial || e.useDecorators) && (s.decorators = qt.extend({}, t.decorators, l.decorators)), s.hooks = {}, s.protoAccessControl = kl.createProtoAccessControl(l);
|
|
16364
16373
|
var o = l.allowCallsToHelperMissing || n;
|
|
16365
16374
|
El.moveHelperToHooks(s, "helperMissing", o), El.moveHelperToHooks(s, "blockHelperMissing", o);
|
|
16366
16375
|
}
|
|
@@ -16379,10 +16388,10 @@ function an(e, t, n, i, s, a, l) {
|
|
|
16379
16388
|
}
|
|
16380
16389
|
return r = Xu(n, r, e, l, i, a), r.program = t, r.depth = l ? l.length : 0, r.blockParams = s || 0, r;
|
|
16381
16390
|
}
|
|
16382
|
-
function
|
|
16391
|
+
function Xm(e, t, n) {
|
|
16383
16392
|
return e ? !e.call && !n.name && (n.name = e, e = n.partials[e]) : n.name === "@partial-block" ? e = n.data["partial-block"] : e = n.partials[n.name], e;
|
|
16384
16393
|
}
|
|
16385
|
-
function
|
|
16394
|
+
function Ym(e, t, n) {
|
|
16386
16395
|
var i = n.data && n.data["partial-block"];
|
|
16387
16396
|
n.partial = !0, n.ids && (n.data.contextPath = n.ids[0] || n.data.contextPath);
|
|
16388
16397
|
var s = void 0;
|
|
@@ -16401,7 +16410,7 @@ function Xm(e, t, n) {
|
|
|
16401
16410
|
function Ju() {
|
|
16402
16411
|
return "";
|
|
16403
16412
|
}
|
|
16404
|
-
function
|
|
16413
|
+
function Zm(e, t) {
|
|
16405
16414
|
return (!t || !("root" in t)) && (t = t ? $t.createFrame(t) : {}, t.root = e), t;
|
|
16406
16415
|
}
|
|
16407
16416
|
function Xu(e, t, n, i, s, a) {
|
|
@@ -16411,15 +16420,15 @@ function Xu(e, t, n, i, s, a) {
|
|
|
16411
16420
|
}
|
|
16412
16421
|
return t;
|
|
16413
16422
|
}
|
|
16414
|
-
function
|
|
16423
|
+
function Qm(e, t) {
|
|
16415
16424
|
Object.keys(e).forEach(function(n) {
|
|
16416
16425
|
var i = e[n];
|
|
16417
|
-
e[n] =
|
|
16426
|
+
e[n] = ev(i, t);
|
|
16418
16427
|
});
|
|
16419
16428
|
}
|
|
16420
|
-
function
|
|
16429
|
+
function ev(e, t) {
|
|
16421
16430
|
var n = t.lookupProperty;
|
|
16422
|
-
return
|
|
16431
|
+
return Km.wrapHelper(e, function(i) {
|
|
16423
16432
|
return qt.extend({ lookupProperty: n }, i);
|
|
16424
16433
|
});
|
|
16425
16434
|
}
|
|
@@ -16452,7 +16461,7 @@ var Yu = qo.exports;
|
|
|
16452
16461
|
Object.prototype.hasOwnProperty.call(p, y) && (v[y] = p[y]);
|
|
16453
16462
|
return v.default = p, v;
|
|
16454
16463
|
}
|
|
16455
|
-
var s = ut, a = i(s), l =
|
|
16464
|
+
var s = ut, a = i(s), l = qm, r = n(l), o = bt, c = n(o), d = De, f = i(d), h = ci, _ = i(h), m = Yu, S = n(m);
|
|
16456
16465
|
function u() {
|
|
16457
16466
|
var p = new a.HandlebarsEnvironment();
|
|
16458
16467
|
return f.extend(p, a), p.SafeString = r.default, p.Exception = c.default, p.Utils = f, p.escapeExpression = f.escapeExpression, p.VM = _, p.template = function(v) {
|
|
@@ -16462,7 +16471,7 @@ var Yu = qo.exports;
|
|
|
16462
16471
|
var g = u();
|
|
16463
16472
|
g.create = u, S.default(g), g.default = g, t.default = g, e.exports = t.default;
|
|
16464
16473
|
})(Do, Do.exports);
|
|
16465
|
-
var
|
|
16474
|
+
var tv = Do.exports, Wo = { exports: {} };
|
|
16466
16475
|
(function(e, t) {
|
|
16467
16476
|
t.__esModule = !0;
|
|
16468
16477
|
var n = {
|
|
@@ -16979,7 +16988,7 @@ Expecting ` + x.join(", ") + ", got '" + (this.terminals_[v] || v) + "'" : D = "
|
|
|
16979
16988
|
}();
|
|
16980
16989
|
t.default = n, e.exports = t.default;
|
|
16981
16990
|
})($o, $o.exports);
|
|
16982
|
-
var
|
|
16991
|
+
var iv = $o.exports, zo = { exports: {} }, Uo = { exports: {} };
|
|
16983
16992
|
(function(e, t) {
|
|
16984
16993
|
t.__esModule = !0;
|
|
16985
16994
|
function n(c) {
|
|
@@ -17155,29 +17164,29 @@ var Qu = Uo.exports;
|
|
|
17155
17164
|
}
|
|
17156
17165
|
t.default = a, e.exports = t.default;
|
|
17157
17166
|
})(zo, zo.exports);
|
|
17158
|
-
var
|
|
17167
|
+
var rv = zo.exports, ht = {};
|
|
17159
17168
|
ht.__esModule = !0;
|
|
17160
|
-
ht.SourceLocation =
|
|
17161
|
-
ht.id =
|
|
17162
|
-
ht.stripFlags =
|
|
17163
|
-
ht.stripComment =
|
|
17164
|
-
ht.preparePath =
|
|
17165
|
-
ht.prepareMustache =
|
|
17166
|
-
ht.prepareRawBlock =
|
|
17167
|
-
ht.prepareBlock =
|
|
17168
|
-
ht.prepareProgram =
|
|
17169
|
-
ht.preparePartialBlock =
|
|
17170
|
-
function
|
|
17169
|
+
ht.SourceLocation = ov;
|
|
17170
|
+
ht.id = av;
|
|
17171
|
+
ht.stripFlags = cv;
|
|
17172
|
+
ht.stripComment = lv;
|
|
17173
|
+
ht.preparePath = uv;
|
|
17174
|
+
ht.prepareMustache = hv;
|
|
17175
|
+
ht.prepareRawBlock = dv;
|
|
17176
|
+
ht.prepareBlock = fv;
|
|
17177
|
+
ht.prepareProgram = pv;
|
|
17178
|
+
ht.preparePartialBlock = _v;
|
|
17179
|
+
function nv(e) {
|
|
17171
17180
|
return e && e.__esModule ? e : { default: e };
|
|
17172
17181
|
}
|
|
17173
|
-
var
|
|
17182
|
+
var sv = bt, ba = nv(sv);
|
|
17174
17183
|
function Ca(e, t) {
|
|
17175
17184
|
if (t = t.path ? t.path.original : t, e.path.original !== t) {
|
|
17176
17185
|
var n = { loc: e.path.loc };
|
|
17177
17186
|
throw new ba.default(e.path.original + " doesn't match " + t, n);
|
|
17178
17187
|
}
|
|
17179
17188
|
}
|
|
17180
|
-
function
|
|
17189
|
+
function ov(e, t) {
|
|
17181
17190
|
this.source = e, this.start = {
|
|
17182
17191
|
line: t.first_line,
|
|
17183
17192
|
column: t.first_column
|
|
@@ -17186,19 +17195,19 @@ function sv(e, t) {
|
|
|
17186
17195
|
column: t.last_column
|
|
17187
17196
|
};
|
|
17188
17197
|
}
|
|
17189
|
-
function
|
|
17198
|
+
function av(e) {
|
|
17190
17199
|
return /^\[.*\]$/.test(e) ? e.substring(1, e.length - 1) : e;
|
|
17191
17200
|
}
|
|
17192
|
-
function
|
|
17201
|
+
function cv(e, t) {
|
|
17193
17202
|
return {
|
|
17194
17203
|
open: e.charAt(2) === "~",
|
|
17195
17204
|
close: t.charAt(t.length - 3) === "~"
|
|
17196
17205
|
};
|
|
17197
17206
|
}
|
|
17198
|
-
function
|
|
17207
|
+
function lv(e) {
|
|
17199
17208
|
return e.replace(/^\{\{~?!-?-?/, "").replace(/-?-?~?\}\}$/, "");
|
|
17200
17209
|
}
|
|
17201
|
-
function
|
|
17210
|
+
function uv(e, t, n) {
|
|
17202
17211
|
n = this.locInfo(n);
|
|
17203
17212
|
for (var i = e ? "@" : "", s = [], a = 0, l = 0, r = t.length; l < r; l++) {
|
|
17204
17213
|
var o = t[l].part, c = t[l].original !== o;
|
|
@@ -17218,7 +17227,7 @@ function lv(e, t, n) {
|
|
|
17218
17227
|
loc: n
|
|
17219
17228
|
};
|
|
17220
17229
|
}
|
|
17221
|
-
function
|
|
17230
|
+
function hv(e, t, n, i, s, a) {
|
|
17222
17231
|
var l = i.charAt(3) || i.charAt(2), r = l !== "{" && l !== "&", o = /\*/.test(i);
|
|
17223
17232
|
return {
|
|
17224
17233
|
type: o ? "Decorator" : "MustacheStatement",
|
|
@@ -17230,7 +17239,7 @@ function uv(e, t, n, i, s, a) {
|
|
|
17230
17239
|
loc: this.locInfo(a)
|
|
17231
17240
|
};
|
|
17232
17241
|
}
|
|
17233
|
-
function
|
|
17242
|
+
function dv(e, t, n, i) {
|
|
17234
17243
|
Ca(e, n), i = this.locInfo(i);
|
|
17235
17244
|
var s = {
|
|
17236
17245
|
type: "Program",
|
|
@@ -17250,7 +17259,7 @@ function hv(e, t, n, i) {
|
|
|
17250
17259
|
loc: i
|
|
17251
17260
|
};
|
|
17252
17261
|
}
|
|
17253
|
-
function
|
|
17262
|
+
function fv(e, t, n, i, s, a) {
|
|
17254
17263
|
i && i.path && Ca(e, i);
|
|
17255
17264
|
var l = /\*/.test(e.open);
|
|
17256
17265
|
t.blockParams = e.blockParams;
|
|
@@ -17273,7 +17282,7 @@ function dv(e, t, n, i, s, a) {
|
|
|
17273
17282
|
loc: this.locInfo(a)
|
|
17274
17283
|
};
|
|
17275
17284
|
}
|
|
17276
|
-
function
|
|
17285
|
+
function pv(e, t) {
|
|
17277
17286
|
if (!t && e.length) {
|
|
17278
17287
|
var n = e[0].loc, i = e[e.length - 1].loc;
|
|
17279
17288
|
n && i && (t = {
|
|
@@ -17295,7 +17304,7 @@ function fv(e, t) {
|
|
|
17295
17304
|
loc: t
|
|
17296
17305
|
};
|
|
17297
17306
|
}
|
|
17298
|
-
function
|
|
17307
|
+
function _v(e, t, n, i) {
|
|
17299
17308
|
return Ca(e, n), {
|
|
17300
17309
|
type: "PartialBlockStatement",
|
|
17301
17310
|
name: e.path,
|
|
@@ -17309,8 +17318,8 @@ function pv(e, t, n, i) {
|
|
|
17309
17318
|
}
|
|
17310
17319
|
Nr.__esModule = !0;
|
|
17311
17320
|
Nr.parseWithoutProcessing = th;
|
|
17312
|
-
Nr.parse =
|
|
17313
|
-
function
|
|
17321
|
+
Nr.parse = wv;
|
|
17322
|
+
function gv(e) {
|
|
17314
17323
|
if (e && e.__esModule)
|
|
17315
17324
|
return e;
|
|
17316
17325
|
var t = {};
|
|
@@ -17322,10 +17331,10 @@ function _v(e) {
|
|
|
17322
17331
|
function eh(e) {
|
|
17323
17332
|
return e && e.__esModule ? e : { default: e };
|
|
17324
17333
|
}
|
|
17325
|
-
var
|
|
17334
|
+
var mv = iv, Vo = eh(mv), vv = rv, yv = eh(vv), Sv = ht, bv = gv(Sv), Cv = De;
|
|
17326
17335
|
Nr.parser = Vo.default;
|
|
17327
17336
|
var cn = {};
|
|
17328
|
-
|
|
17337
|
+
Cv.extend(cn, bv);
|
|
17329
17338
|
function th(e, t) {
|
|
17330
17339
|
if (e.type === "Program")
|
|
17331
17340
|
return e;
|
|
@@ -17335,19 +17344,19 @@ function th(e, t) {
|
|
|
17335
17344
|
var n = Vo.default.parse(e);
|
|
17336
17345
|
return n;
|
|
17337
17346
|
}
|
|
17338
|
-
function
|
|
17339
|
-
var n = th(e, t), i = new
|
|
17347
|
+
function wv(e, t) {
|
|
17348
|
+
var n = th(e, t), i = new yv.default(t);
|
|
17340
17349
|
return i.accept(n);
|
|
17341
17350
|
}
|
|
17342
17351
|
var Hr = {};
|
|
17343
17352
|
Hr.__esModule = !0;
|
|
17344
17353
|
Hr.Compiler = Ko;
|
|
17345
|
-
Hr.precompile =
|
|
17346
|
-
Hr.compile =
|
|
17354
|
+
Hr.precompile = Dv;
|
|
17355
|
+
Hr.compile = Pv;
|
|
17347
17356
|
function ih(e) {
|
|
17348
17357
|
return e && e.__esModule ? e : { default: e };
|
|
17349
17358
|
}
|
|
17350
|
-
var
|
|
17359
|
+
var Ev = bt, mr = ih(Ev), Mr = De, kv = Zu, ur = ih(kv), Rv = [].slice;
|
|
17351
17360
|
function Ko() {
|
|
17352
17361
|
}
|
|
17353
17362
|
Ko.prototype = {
|
|
@@ -17490,7 +17499,7 @@ Ko.prototype = {
|
|
|
17490
17499
|
opcode: function(t) {
|
|
17491
17500
|
this.opcodes.push({
|
|
17492
17501
|
opcode: t,
|
|
17493
|
-
args:
|
|
17502
|
+
args: Rv.call(arguments, 1),
|
|
17494
17503
|
loc: this.sourceNode[0].loc
|
|
17495
17504
|
});
|
|
17496
17505
|
},
|
|
@@ -17537,14 +17546,14 @@ Ko.prototype = {
|
|
|
17537
17546
|
}
|
|
17538
17547
|
}
|
|
17539
17548
|
};
|
|
17540
|
-
function
|
|
17549
|
+
function Dv(e, t, n) {
|
|
17541
17550
|
if (e == null || typeof e != "string" && e.type !== "Program")
|
|
17542
17551
|
throw new mr.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed " + e);
|
|
17543
17552
|
t = t || {}, "data" in t || (t.data = !0), t.compat && (t.useDepths = !0);
|
|
17544
17553
|
var i = n.parse(e, t), s = new n.Compiler().compile(i, t);
|
|
17545
17554
|
return new n.JavaScriptCompiler().compile(s, t);
|
|
17546
17555
|
}
|
|
17547
|
-
function
|
|
17556
|
+
function Pv(e, t, n) {
|
|
17548
17557
|
if (t === void 0 && (t = {}), e == null || typeof e != "string" && e.type !== "Program")
|
|
17549
17558
|
throw new mr.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed " + e);
|
|
17550
17559
|
t = Mr.extend({}, t), "data" in t || (t.data = !0), t.compat && (t.useDepths = !0);
|
|
@@ -17586,7 +17595,7 @@ function Rl(e) {
|
|
|
17586
17595
|
}
|
|
17587
17596
|
}
|
|
17588
17597
|
var Go = { exports: {} }, Jo = { exports: {} }, hr = {}, os = {}, nn = {}, sn = {}, Dl;
|
|
17589
|
-
function
|
|
17598
|
+
function Lv() {
|
|
17590
17599
|
if (Dl)
|
|
17591
17600
|
return sn;
|
|
17592
17601
|
Dl = 1;
|
|
@@ -17605,7 +17614,7 @@ function nh() {
|
|
|
17605
17614
|
if (Pl)
|
|
17606
17615
|
return nn;
|
|
17607
17616
|
Pl = 1;
|
|
17608
|
-
var e =
|
|
17617
|
+
var e = Lv(), t = 5, n = 1 << t, i = n - 1, s = n;
|
|
17609
17618
|
function a(r) {
|
|
17610
17619
|
return r < 0 ? (-r << 1) + 1 : (r << 1) + 0;
|
|
17611
17620
|
}
|
|
@@ -17804,7 +17813,7 @@ function sh() {
|
|
|
17804
17813
|
}, cs.ArraySet = i, cs;
|
|
17805
17814
|
}
|
|
17806
17815
|
var ls = {}, Tl;
|
|
17807
|
-
function
|
|
17816
|
+
function Mv() {
|
|
17808
17817
|
if (Tl)
|
|
17809
17818
|
return ls;
|
|
17810
17819
|
Tl = 1;
|
|
@@ -17829,7 +17838,7 @@ function oh() {
|
|
|
17829
17838
|
if (xl)
|
|
17830
17839
|
return os;
|
|
17831
17840
|
xl = 1;
|
|
17832
|
-
var e = nh(), t = Fr(), n = sh().ArraySet, i =
|
|
17841
|
+
var e = nh(), t = Fr(), n = sh().ArraySet, i = Mv().MappingList;
|
|
17833
17842
|
function s(a) {
|
|
17834
17843
|
a || (a = {}), this._file = t.getArg(a, "file", null), this._sourceRoot = t.getArg(a, "sourceRoot", null), this._skipValidation = t.getArg(a, "skipValidation", !1), this._sources = new n(), this._names = new n(), this._mappings = new i(), this._sourcesContents = null;
|
|
17835
17844
|
}
|
|
@@ -17945,7 +17954,7 @@ function oh() {
|
|
|
17945
17954
|
}, os.SourceMapGenerator = s, os;
|
|
17946
17955
|
}
|
|
17947
17956
|
var dr = {}, us = {}, Al;
|
|
17948
|
-
function
|
|
17957
|
+
function Tv() {
|
|
17949
17958
|
return Al || (Al = 1, function(e) {
|
|
17950
17959
|
e.GREATEST_LOWER_BOUND = 1, e.LEAST_UPPER_BOUND = 2;
|
|
17951
17960
|
function t(n, i, s, a, l, r) {
|
|
@@ -17972,7 +17981,7 @@ function Mv() {
|
|
|
17972
17981
|
}(us)), us;
|
|
17973
17982
|
}
|
|
17974
17983
|
var hs = {}, Il;
|
|
17975
|
-
function
|
|
17984
|
+
function xv() {
|
|
17976
17985
|
if (Il)
|
|
17977
17986
|
return hs;
|
|
17978
17987
|
Il = 1;
|
|
@@ -17999,11 +18008,11 @@ function Tv() {
|
|
|
17999
18008
|
}, hs;
|
|
18000
18009
|
}
|
|
18001
18010
|
var Ol;
|
|
18002
|
-
function
|
|
18011
|
+
function Av() {
|
|
18003
18012
|
if (Ol)
|
|
18004
18013
|
return dr;
|
|
18005
18014
|
Ol = 1;
|
|
18006
|
-
var e = Fr(), t =
|
|
18015
|
+
var e = Fr(), t = Tv(), n = sh().ArraySet, i = nh(), s = xv().quickSort;
|
|
18007
18016
|
function a(c, d) {
|
|
18008
18017
|
var f = c;
|
|
18009
18018
|
return typeof c == "string" && (f = e.parseSourceMapInput(c)), f.sections != null ? new o(f, d) : new l(f, d);
|
|
@@ -18369,7 +18378,7 @@ function xv() {
|
|
|
18369
18378
|
}, dr.IndexedSourceMapConsumer = o, dr;
|
|
18370
18379
|
}
|
|
18371
18380
|
var ds = {}, Bl;
|
|
18372
|
-
function
|
|
18381
|
+
function Iv() {
|
|
18373
18382
|
if (Bl)
|
|
18374
18383
|
return ds;
|
|
18375
18384
|
Bl = 1;
|
|
@@ -18516,14 +18525,14 @@ function Av() {
|
|
|
18516
18525
|
}, ds.SourceNode = a, ds;
|
|
18517
18526
|
}
|
|
18518
18527
|
var Nl;
|
|
18519
|
-
function
|
|
18520
|
-
return Nl || (Nl = 1, hr.SourceMapGenerator = oh().SourceMapGenerator, hr.SourceMapConsumer =
|
|
18528
|
+
function Ov() {
|
|
18529
|
+
return Nl || (Nl = 1, hr.SourceMapGenerator = oh().SourceMapGenerator, hr.SourceMapConsumer = Av().SourceMapConsumer, hr.SourceNode = Iv().SourceNode), hr;
|
|
18521
18530
|
}
|
|
18522
18531
|
(function(e, t) {
|
|
18523
18532
|
t.__esModule = !0;
|
|
18524
18533
|
var n = De, i = void 0;
|
|
18525
18534
|
try {
|
|
18526
|
-
var s =
|
|
18535
|
+
var s = Ov();
|
|
18527
18536
|
i = s.SourceNode;
|
|
18528
18537
|
} catch {
|
|
18529
18538
|
}
|
|
@@ -18610,13 +18619,13 @@ function Iv() {
|
|
|
18610
18619
|
}
|
|
18611
18620
|
}, t.default = l, e.exports = t.default;
|
|
18612
18621
|
})(Jo, Jo.exports);
|
|
18613
|
-
var
|
|
18622
|
+
var Bv = Jo.exports;
|
|
18614
18623
|
(function(e, t) {
|
|
18615
18624
|
t.__esModule = !0;
|
|
18616
18625
|
function n(h) {
|
|
18617
18626
|
return h && h.__esModule ? h : { default: h };
|
|
18618
18627
|
}
|
|
18619
|
-
var i = ut, s = bt, a = n(s), l = De, r =
|
|
18628
|
+
var i = ut, s = bt, a = n(s), l = De, r = Bv, o = n(r);
|
|
18620
18629
|
function c(h) {
|
|
18621
18630
|
this.value = h;
|
|
18622
18631
|
}
|
|
@@ -19122,13 +19131,13 @@ var Ov = Jo.exports;
|
|
|
19122
19131
|
}
|
|
19123
19132
|
t.default = d, e.exports = t.default;
|
|
19124
19133
|
})(Go, Go.exports);
|
|
19125
|
-
var
|
|
19134
|
+
var Nv = Go.exports;
|
|
19126
19135
|
(function(e, t) {
|
|
19127
19136
|
t.__esModule = !0;
|
|
19128
19137
|
function n(p) {
|
|
19129
19138
|
return p && p.__esModule ? p : { default: p };
|
|
19130
19139
|
}
|
|
19131
|
-
var i =
|
|
19140
|
+
var i = tv, s = n(i), a = Zu, l = n(a), r = Nr, o = Hr, c = Nv, d = n(c), f = Qu, h = n(f), _ = Yu, m = n(_), S = s.default.create;
|
|
19132
19141
|
function u() {
|
|
19133
19142
|
var p = S();
|
|
19134
19143
|
return p.compile = function(v, y) {
|
|
@@ -19140,20 +19149,20 @@ var Bv = Go.exports;
|
|
|
19140
19149
|
var g = u();
|
|
19141
19150
|
g.create = u, m.default(g), g.Visitor = h.default, g.default = g, t.default = g, e.exports = t.default;
|
|
19142
19151
|
})(Ro, Ro.exports);
|
|
19143
|
-
var
|
|
19144
|
-
const
|
|
19152
|
+
var Hv = Ro.exports;
|
|
19153
|
+
const Fv = /* @__PURE__ */ yd(Hv), jv = {
|
|
19145
19154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19146
19155
|
fill: "none",
|
|
19147
19156
|
stroke: "#000",
|
|
19148
19157
|
"stroke-linejoin": "round",
|
|
19149
19158
|
viewBox: "0 0 32 32"
|
|
19150
|
-
},
|
|
19151
|
-
|
|
19159
|
+
}, qv = /* @__PURE__ */ X("path", { d: "M28.7 9.7 16 22.3 3.3 9.7" }, null, -1), Wv = [
|
|
19160
|
+
qv
|
|
19152
19161
|
];
|
|
19153
|
-
function
|
|
19154
|
-
return G(), re("svg",
|
|
19162
|
+
function $v(e, t) {
|
|
19163
|
+
return G(), re("svg", jv, [...Wv]);
|
|
19155
19164
|
}
|
|
19156
|
-
const
|
|
19165
|
+
const zv = { render: $v }, Uv = {
|
|
19157
19166
|
props: {
|
|
19158
19167
|
isExpanded: {
|
|
19159
19168
|
type: Boolean,
|
|
@@ -19177,8 +19186,8 @@ const $v = { render: Wv }, zv = {
|
|
|
19177
19186
|
e.style.height = 0;
|
|
19178
19187
|
}
|
|
19179
19188
|
}
|
|
19180
|
-
},
|
|
19181
|
-
function
|
|
19189
|
+
}, Vv = { class: "panel" };
|
|
19190
|
+
function Kv(e, t, n, i, s, a) {
|
|
19182
19191
|
return G(), me(on, {
|
|
19183
19192
|
name: "expand",
|
|
19184
19193
|
onBeforeEnter: a.onBeforeEnter,
|
|
@@ -19188,7 +19197,7 @@ function Vv(e, t, n, i, s, a) {
|
|
|
19188
19197
|
onAfterEnter: a.onAfterEnter
|
|
19189
19198
|
}, {
|
|
19190
19199
|
default: ue(() => [
|
|
19191
|
-
vt(X("div",
|
|
19200
|
+
vt(X("div", Vv, [
|
|
19192
19201
|
Le(e.$slots, "default", {}, void 0, !0)
|
|
19193
19202
|
], 512), [
|
|
19194
19203
|
[zt, n.isExpanded]
|
|
@@ -19197,11 +19206,11 @@ function Vv(e, t, n, i, s, a) {
|
|
|
19197
19206
|
_: 3
|
|
19198
19207
|
}, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave", "onAfterEnter"]);
|
|
19199
19208
|
}
|
|
19200
|
-
const
|
|
19209
|
+
const Gv = /* @__PURE__ */ ye(Uv, [["render", Kv], ["__scopeId", "data-v-3c5cf47f"]]), Jv = {
|
|
19201
19210
|
components: {
|
|
19202
|
-
DropdownIcon:
|
|
19211
|
+
DropdownIcon: zv,
|
|
19203
19212
|
BaseButton: ra,
|
|
19204
|
-
ExpandTransition:
|
|
19213
|
+
ExpandTransition: Gv
|
|
19205
19214
|
},
|
|
19206
19215
|
props: {
|
|
19207
19216
|
/**
|
|
@@ -19222,8 +19231,8 @@ const Kv = /* @__PURE__ */ ye(zv, [["render", Vv], ["__scopeId", "data-v-3c5cf47
|
|
|
19222
19231
|
this.isExpanded = !this.isExpanded;
|
|
19223
19232
|
}
|
|
19224
19233
|
}
|
|
19225
|
-
},
|
|
19226
|
-
function
|
|
19234
|
+
}, Xv = { class: "dropdown" };
|
|
19235
|
+
function Yv(e, t, n, i, s, a) {
|
|
19227
19236
|
const l = tt("DropdownIcon"), r = tt("BaseButton"), o = tt("ExpandTransition");
|
|
19228
19237
|
return G(), re("div", null, [
|
|
19229
19238
|
le(r, {
|
|
@@ -19233,7 +19242,7 @@ function Xv(e, t, n, i, s, a) {
|
|
|
19233
19242
|
}, {
|
|
19234
19243
|
default: ue(() => [
|
|
19235
19244
|
Le(e.$slots, "title", {}, void 0, !0),
|
|
19236
|
-
X("div",
|
|
19245
|
+
X("div", Xv, [
|
|
19237
19246
|
le(l, {
|
|
19238
19247
|
class: Ce(["dropdown-icon", { flip: s.isExpanded }])
|
|
19239
19248
|
}, null, 8, ["class"])
|
|
@@ -19249,11 +19258,11 @@ function Xv(e, t, n, i, s, a) {
|
|
|
19249
19258
|
}, 8, ["is-expanded"])
|
|
19250
19259
|
]);
|
|
19251
19260
|
}
|
|
19252
|
-
const
|
|
19261
|
+
const Zv = /* @__PURE__ */ ye(Jv, [["render", Yv], ["__scopeId", "data-v-0f4e1b06"]]), Xo = () => ({
|
|
19253
19262
|
anchorHistory: [],
|
|
19254
19263
|
anchorExceptions: [],
|
|
19255
19264
|
selectionRanges: []
|
|
19256
|
-
}), Qt = (e, t) => ({ ...e, ...t }),
|
|
19265
|
+
}), Qt = (e, t) => ({ ...e, ...t }), Qv = (e, t) => {
|
|
19257
19266
|
const { selectionRanges: n } = e;
|
|
19258
19267
|
if (n.length === 1) {
|
|
19259
19268
|
const [i] = n, { from: s, to: a } = i;
|
|
@@ -19266,7 +19275,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19266
19275
|
return !!n.find(
|
|
19267
19276
|
(a) => a.from <= t && a.to >= t
|
|
19268
19277
|
) && !i.includes(t);
|
|
19269
|
-
},
|
|
19278
|
+
}, e0 = (e, t) => {
|
|
19270
19279
|
const { anchorHistory: n, selectionRanges: i, anchorExceptions: s } = e, a = Qt(e, {
|
|
19271
19280
|
anchorHistory: [...n, t]
|
|
19272
19281
|
}), l = ah(e, t);
|
|
@@ -19287,7 +19296,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19287
19296
|
return l ? Qt(a, {
|
|
19288
19297
|
anchorExceptions: [...s, t]
|
|
19289
19298
|
}) : e;
|
|
19290
|
-
},
|
|
19299
|
+
}, t0 = (e, t) => {
|
|
19291
19300
|
const { anchorHistory: n, selectionRanges: i, anchorExceptions: s } = e;
|
|
19292
19301
|
if (i.length === 0) {
|
|
19293
19302
|
const c = {
|
|
@@ -19331,14 +19340,14 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19331
19340
|
selectionRanges: [...i, c]
|
|
19332
19341
|
});
|
|
19333
19342
|
}
|
|
19334
|
-
},
|
|
19343
|
+
}, i0 = (e) => {
|
|
19335
19344
|
const t = {
|
|
19336
19345
|
anchorExceptions: [],
|
|
19337
19346
|
anchorHistory: [e],
|
|
19338
19347
|
selectionRanges: [{ from: e, to: e }]
|
|
19339
19348
|
};
|
|
19340
19349
|
return Qt(Xo(), t);
|
|
19341
|
-
},
|
|
19350
|
+
}, r0 = (e) => {
|
|
19342
19351
|
const { anchorExceptions: t, selectionRanges: n } = e;
|
|
19343
19352
|
return t.reduce((s, a) => {
|
|
19344
19353
|
const l = s.find(
|
|
@@ -19364,10 +19373,10 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19364
19373
|
}, n).filter(
|
|
19365
19374
|
(s) => !t.includes(s.from) && !t.includes(s.to)
|
|
19366
19375
|
);
|
|
19367
|
-
},
|
|
19376
|
+
}, n0 = (e) => e.reduce((t, n, i, s) => s.find((l) => {
|
|
19368
19377
|
const r = l.from < n.from && n.to < l.to, o = l.from <= n.from && n.to < l.to, c = l.from < n.from && n.to <= l.to;
|
|
19369
19378
|
return r || o || c;
|
|
19370
|
-
}) ? t : t.concat(n), []),
|
|
19379
|
+
}) ? t : t.concat(n), []), s0 = (e) => {
|
|
19371
19380
|
if (e.length <= 1)
|
|
19372
19381
|
return e;
|
|
19373
19382
|
let [t, ...n] = e.slice().sort((a, l) => a.from - l.from), i = t.to, s = [t];
|
|
@@ -19383,10 +19392,10 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19383
19392
|
}
|
|
19384
19393
|
}
|
|
19385
19394
|
return s;
|
|
19386
|
-
},
|
|
19387
|
-
const t =
|
|
19388
|
-
return
|
|
19389
|
-
},
|
|
19395
|
+
}, o0 = (e) => {
|
|
19396
|
+
const t = r0(e), n = n0(t);
|
|
19397
|
+
return s0(n);
|
|
19398
|
+
}, a0 = (e) => o0(e).reduce((n, i) => {
|
|
19390
19399
|
const { to: s, from: a } = i, l = s - a, r = new Array(l).fill(0).reduce(
|
|
19391
19400
|
(o) => {
|
|
19392
19401
|
const [c] = o.slice(-1);
|
|
@@ -19395,28 +19404,28 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19395
19404
|
[a]
|
|
19396
19405
|
);
|
|
19397
19406
|
return n.concat(r);
|
|
19398
|
-
}, []),
|
|
19407
|
+
}, []), c0 = () => {
|
|
19399
19408
|
var e, t;
|
|
19400
19409
|
return (t = (e = navigator == null ? void 0 : navigator.userAgent) == null ? void 0 : e.toLowerCase()) == null ? void 0 : t.includes("mac");
|
|
19401
|
-
},
|
|
19410
|
+
}, l0 = () => c0() ? "metaKey" : "ctrlKey", u0 = (e) => {
|
|
19402
19411
|
const t = Z(
|
|
19403
19412
|
Xo()
|
|
19404
19413
|
), n = (d) => ah(t.value, d), i = pe(
|
|
19405
|
-
() =>
|
|
19406
|
-
), s = (d) =>
|
|
19414
|
+
() => a0(t.value)
|
|
19415
|
+
), s = (d) => Qv(
|
|
19407
19416
|
t.value,
|
|
19408
19417
|
d
|
|
19409
19418
|
), a = () => {
|
|
19410
19419
|
t.value = Xo();
|
|
19411
19420
|
}, l = (d) => {
|
|
19412
|
-
t.value =
|
|
19421
|
+
t.value = i0(d);
|
|
19413
19422
|
}, r = (d) => {
|
|
19414
|
-
t.value =
|
|
19423
|
+
t.value = e0(
|
|
19415
19424
|
t.value,
|
|
19416
19425
|
d
|
|
19417
19426
|
);
|
|
19418
19427
|
}, o = (d) => {
|
|
19419
|
-
t.value =
|
|
19428
|
+
t.value = t0(
|
|
19420
19429
|
t.value,
|
|
19421
19430
|
d
|
|
19422
19431
|
);
|
|
@@ -19432,7 +19441,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19432
19441
|
l(d);
|
|
19433
19442
|
return;
|
|
19434
19443
|
}
|
|
19435
|
-
const h =
|
|
19444
|
+
const h = l0();
|
|
19436
19445
|
if (f.shiftKey) {
|
|
19437
19446
|
o(d);
|
|
19438
19447
|
return;
|
|
@@ -19449,7 +19458,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19449
19458
|
Object.entries(t).forEach(([n, i]) => {
|
|
19450
19459
|
e.style[n] = i;
|
|
19451
19460
|
});
|
|
19452
|
-
},
|
|
19461
|
+
}, h0 = (e) => {
|
|
19453
19462
|
const t = document.createElement("div"), n = 99;
|
|
19454
19463
|
return t.innerText = e <= n ? e.toString() : "99+", wa(t, {
|
|
19455
19464
|
background: "var(--knime-masala)",
|
|
@@ -19468,7 +19477,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19468
19477
|
padding: "5px",
|
|
19469
19478
|
pointerEvents: "none"
|
|
19470
19479
|
}), t;
|
|
19471
|
-
},
|
|
19480
|
+
}, d0 = (e) => e.map(({ text: n }) => {
|
|
19472
19481
|
const i = document.createElement("div");
|
|
19473
19482
|
i.innerText = n;
|
|
19474
19483
|
const s = `${Math.floor(100 / e.length)}%`;
|
|
@@ -19493,35 +19502,35 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19493
19502
|
fontSize: "11px",
|
|
19494
19503
|
flexDirection: "row",
|
|
19495
19504
|
...i ? { "font-family": i } : {}
|
|
19496
|
-
}), document.body.appendChild(s),
|
|
19505
|
+
}), document.body.appendChild(s), d0(t).forEach((l) => {
|
|
19497
19506
|
s.appendChild(l);
|
|
19498
19507
|
}), n > 1) {
|
|
19499
|
-
const l =
|
|
19508
|
+
const l = h0(n);
|
|
19500
19509
|
s.appendChild(l);
|
|
19501
19510
|
}
|
|
19502
19511
|
return s;
|
|
19503
19512
|
}, Fl = () => {
|
|
19504
19513
|
const e = document.getElementById("drag-ghost");
|
|
19505
19514
|
e != null && e.parentNode && e.parentNode.removeChild(e);
|
|
19506
|
-
},
|
|
19515
|
+
}, f0 = { class: "top-card has-collapser" }, p0 = { class: "title" }, _0 = {
|
|
19507
19516
|
key: 0,
|
|
19508
19517
|
class: "collapser-content"
|
|
19509
|
-
},
|
|
19518
|
+
}, g0 = ["draggable", "onDragstart", "onClick", "onDblclick"], m0 = { class: "cell" }, v0 = { class: "cell" }, y0 = {
|
|
19510
19519
|
key: 1,
|
|
19511
19520
|
class: "top-card bottom-border"
|
|
19512
|
-
},
|
|
19521
|
+
}, S0 = { class: "title" }, Yo = "input_output_drag_event", b0 = /* @__PURE__ */ Re({
|
|
19513
19522
|
__name: "InputOutputItem",
|
|
19514
19523
|
props: {
|
|
19515
19524
|
inputOutputItem: {}
|
|
19516
19525
|
},
|
|
19517
19526
|
emits: ["input-output-item-clicked"],
|
|
19518
19527
|
setup(e, { expose: t, emit: n }) {
|
|
19519
|
-
const s = e, a = n, l =
|
|
19528
|
+
const s = e, a = n, l = u0({
|
|
19520
19529
|
singleSelectionOnly: Z(!s.inputOutputItem.multiSelection)
|
|
19521
19530
|
}), r = Z({
|
|
19522
19531
|
name: "",
|
|
19523
19532
|
type: ""
|
|
19524
|
-
}), o =
|
|
19533
|
+
}), o = Fv.compile(
|
|
19525
19534
|
s.inputOutputItem.subItemCodeAliasTemplate ?? ""
|
|
19526
19535
|
), c = zu();
|
|
19527
19536
|
Ue(
|
|
@@ -19603,7 +19612,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19603
19612
|
};
|
|
19604
19613
|
return (w, C) => {
|
|
19605
19614
|
var k, M;
|
|
19606
|
-
return (k = w.inputOutputItem.subItems) != null && k.length ? (G(), me(
|
|
19615
|
+
return (k = w.inputOutputItem.subItems) != null && k.length ? (G(), me(Zv, {
|
|
19607
19616
|
key: 0,
|
|
19608
19617
|
ref_key: "collapserRef",
|
|
19609
19618
|
ref: d,
|
|
@@ -19611,8 +19620,8 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19611
19620
|
class: "collapser bottom-border"
|
|
19612
19621
|
}, {
|
|
19613
19622
|
title: ue(() => [
|
|
19614
|
-
X("div",
|
|
19615
|
-
X("div",
|
|
19623
|
+
X("div", f0, [
|
|
19624
|
+
X("div", p0, We(w.inputOutputItem.name), 1),
|
|
19616
19625
|
w.inputOutputItem.codeAlias ? (G(), re("div", {
|
|
19617
19626
|
key: 0,
|
|
19618
19627
|
class: Ce(["code-alias", {
|
|
@@ -19628,7 +19637,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19628
19637
|
])
|
|
19629
19638
|
]),
|
|
19630
19639
|
default: ue(() => [
|
|
19631
|
-
s.inputOutputItem.subItems ? (G(), re("div",
|
|
19640
|
+
s.inputOutputItem.subItems ? (G(), re("div", _0, [
|
|
19632
19641
|
(G(!0), re(St, null, er(s.inputOutputItem.subItems, (x, D) => (G(), re("div", {
|
|
19633
19642
|
key: D,
|
|
19634
19643
|
class: Ce(["sub-item", {
|
|
@@ -19641,14 +19650,14 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19641
19650
|
onClick: (R) => m(R, D),
|
|
19642
19651
|
onDblclick: (R) => S(R, D)
|
|
19643
19652
|
}, [
|
|
19644
|
-
X("div",
|
|
19645
|
-
X("div",
|
|
19646
|
-
], 42,
|
|
19653
|
+
X("div", m0, We(x.name), 1),
|
|
19654
|
+
X("div", v0, We(x.type), 1)
|
|
19655
|
+
], 42, g0))), 128))
|
|
19647
19656
|
])) : Me("", !0)
|
|
19648
19657
|
]),
|
|
19649
19658
|
_: 1
|
|
19650
|
-
}, 8, ["initially-expanded"])) : (G(), re("div",
|
|
19651
|
-
X("div",
|
|
19659
|
+
}, 8, ["initially-expanded"])) : (G(), re("div", y0, [
|
|
19660
|
+
X("div", S0, We(w.inputOutputItem.name), 1),
|
|
19652
19661
|
w.inputOutputItem.codeAlias ? (G(), re("div", {
|
|
19653
19662
|
key: 0,
|
|
19654
19663
|
class: Ce(["code-alias", {
|
|
@@ -19663,7 +19672,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19663
19672
|
]));
|
|
19664
19673
|
};
|
|
19665
19674
|
}
|
|
19666
|
-
}),
|
|
19675
|
+
}), C0 = /* @__PURE__ */ ye(b0, [["__scopeId", "data-v-815f5c51"]]), w0 = /* @__PURE__ */ Re({
|
|
19667
19676
|
__name: "InputOutputPane",
|
|
19668
19677
|
emits: ["drop-event-handler-created", "input-output-item-insertion"],
|
|
19669
19678
|
setup(e, { emit: t }) {
|
|
@@ -19744,7 +19753,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19744
19753
|
"aria-role": "menu",
|
|
19745
19754
|
onKeydown: _
|
|
19746
19755
|
}, [
|
|
19747
|
-
(G(!0), re(St, null, er(i.value, (g, p) => vt((G(), me(
|
|
19756
|
+
(G(!0), re(St, null, er(i.value, (g, p) => vt((G(), me(C0, {
|
|
19748
19757
|
key: g.name,
|
|
19749
19758
|
ref_for: !0,
|
|
19750
19759
|
ref_key: "selectableItems",
|
|
@@ -19760,7 +19769,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19760
19769
|
])), 128))
|
|
19761
19770
|
], 32));
|
|
19762
19771
|
}
|
|
19763
|
-
}),
|
|
19772
|
+
}), E0 = /* @__PURE__ */ ye(w0, [["__scopeId", "data-v-8efccfa1"]]), k0 = Re({
|
|
19764
19773
|
components: {
|
|
19765
19774
|
BaseButton: ra
|
|
19766
19775
|
},
|
|
@@ -19823,7 +19832,7 @@ const Yv = /* @__PURE__ */ ye(Gv, [["render", Xv], ["__scopeId", "data-v-0f4e1b0
|
|
|
19823
19832
|
}
|
|
19824
19833
|
}
|
|
19825
19834
|
});
|
|
19826
|
-
function
|
|
19835
|
+
function R0(e, t, n, i, s, a) {
|
|
19827
19836
|
const l = tt("BaseButton");
|
|
19828
19837
|
return G(), me(l, {
|
|
19829
19838
|
class: Ce(e.classes),
|
|
@@ -19835,33 +19844,33 @@ function k0(e, t, n, i, s, a) {
|
|
|
19835
19844
|
_: 3
|
|
19836
19845
|
}, 8, ["class", "disabled"]);
|
|
19837
19846
|
}
|
|
19838
|
-
const Oi = /* @__PURE__ */ ye(
|
|
19847
|
+
const Oi = /* @__PURE__ */ ye(k0, [["render", R0], ["__scopeId", "data-v-30aa7500"]]), D0 = {
|
|
19839
19848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19840
19849
|
fill: "none",
|
|
19841
19850
|
stroke: "#000",
|
|
19842
19851
|
"stroke-linejoin": "round",
|
|
19843
19852
|
viewBox: "0 0 32 32"
|
|
19844
|
-
},
|
|
19845
|
-
|
|
19853
|
+
}, P0 = /* @__PURE__ */ X("path", { d: "m14.9 27-11-11 11-11m-11 11h24.2" }, null, -1), L0 = [
|
|
19854
|
+
P0
|
|
19846
19855
|
];
|
|
19847
|
-
function
|
|
19848
|
-
return G(), re("svg",
|
|
19856
|
+
function M0(e, t) {
|
|
19857
|
+
return G(), re("svg", D0, [...L0]);
|
|
19849
19858
|
}
|
|
19850
|
-
const
|
|
19859
|
+
const T0 = { render: M0 }, x0 = { class: "settings-title" }, A0 = { class: "arrow-left" }, I0 = { class: "settings-content" }, O0 = /* @__PURE__ */ Re({
|
|
19851
19860
|
__name: "SettingsPage",
|
|
19852
19861
|
emits: ["close-settings-page"],
|
|
19853
19862
|
setup(e, { emit: t }) {
|
|
19854
19863
|
const n = t;
|
|
19855
19864
|
return (i, s) => (G(), re(St, null, [
|
|
19856
|
-
X("div",
|
|
19865
|
+
X("div", x0, [
|
|
19857
19866
|
le(Oi, {
|
|
19858
19867
|
class: "back-button",
|
|
19859
19868
|
"with-border": !1,
|
|
19860
19869
|
onClick: s[0] || (s[0] = (a) => n("close-settings-page"))
|
|
19861
19870
|
}, {
|
|
19862
19871
|
default: ue(() => [
|
|
19863
|
-
X("div",
|
|
19864
|
-
le(ae(
|
|
19872
|
+
X("div", A0, [
|
|
19873
|
+
le(ae(T0))
|
|
19865
19874
|
])
|
|
19866
19875
|
]),
|
|
19867
19876
|
_: 1
|
|
@@ -19870,12 +19879,12 @@ const M0 = { render: L0 }, T0 = { class: "settings-title" }, x0 = { class: "arro
|
|
|
19870
19879
|
Le(i.$slots, "settings-title", {}, void 0, !0)
|
|
19871
19880
|
])
|
|
19872
19881
|
]),
|
|
19873
|
-
X("div",
|
|
19882
|
+
X("div", I0, [
|
|
19874
19883
|
Le(i.$slots, "settings-content", {}, void 0, !0)
|
|
19875
19884
|
])
|
|
19876
19885
|
], 64));
|
|
19877
19886
|
}
|
|
19878
|
-
}),
|
|
19887
|
+
}), B0 = /* @__PURE__ */ ye(O0, [["__scopeId", "data-v-098d2402"]]), N0 = { class: "editor-container" }, H0 = /* @__PURE__ */ Re({
|
|
19879
19888
|
__name: "MainEditorPane",
|
|
19880
19889
|
props: {
|
|
19881
19890
|
showControlBar: { type: Boolean },
|
|
@@ -19886,7 +19895,7 @@ const M0 = { render: L0 }, T0 = { class: "settings-title" }, x0 = { class: "arro
|
|
|
19886
19895
|
} }
|
|
19887
19896
|
},
|
|
19888
19897
|
setup(e) {
|
|
19889
|
-
const t = e, n = Z(), i =
|
|
19898
|
+
const t = e, n = Z(), i = xf({
|
|
19890
19899
|
container: n,
|
|
19891
19900
|
language: t.language,
|
|
19892
19901
|
fileName: t.fileName
|
|
@@ -19903,7 +19912,7 @@ const M0 = { render: L0 }, T0 = { class: "settings-title" }, x0 = { class: "arro
|
|
|
19903
19912
|
(navigator.userAgent.toLowerCase().includes("mac") ? s.metaKey : s.ctrlKey) && ((l = i.editor.value) == null || l.trigger("window", "undo", {}));
|
|
19904
19913
|
}), ze().registerSettingsGetterForApply(
|
|
19905
19914
|
() => t.toSettings({ script: i.text.value })
|
|
19906
|
-
), (s, a) => (G(), re("div",
|
|
19915
|
+
), (s, a) => (G(), re("div", N0, [
|
|
19907
19916
|
X("div", {
|
|
19908
19917
|
ref_key: "editorContainer",
|
|
19909
19918
|
ref: n,
|
|
@@ -19913,117 +19922,117 @@ const M0 = { render: L0 }, T0 = { class: "settings-title" }, x0 = { class: "arro
|
|
|
19913
19922
|
}, null, 544)
|
|
19914
19923
|
]));
|
|
19915
19924
|
}
|
|
19916
|
-
}),
|
|
19925
|
+
}), F0 = 300, j0 = {
|
|
19917
19926
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19918
19927
|
fill: "none",
|
|
19919
19928
|
stroke: "#000",
|
|
19920
19929
|
"stroke-linejoin": "round",
|
|
19921
19930
|
viewBox: "0 0 32 32"
|
|
19922
|
-
},
|
|
19923
|
-
j0,
|
|
19931
|
+
}, q0 = /* @__PURE__ */ X("path", { d: "m19.632 19.85-.08.202-.203.08-3.482 1.368 3.482 1.368.203.08.08.203L21 26.633l1.368-3.482.08-.203.203-.08 3.482-1.368-3.482-1.368-.203-.08-.08-.203L21 16.368z" }, null, -1), W0 = /* @__PURE__ */ X("path", { d: "M3.5 17v13h26V4h-13" }, null, -1), $0 = /* @__PURE__ */ X("path", { d: "m8.232 8.402-.078.252-.252.078L2.191 10.5l5.711 1.768.252.078.078.252L10 18.309l1.768-5.711.078-.252.252-.078 5.711-1.768-5.711-1.768-.252-.078-.078-.252L10 2.691z" }, null, -1), z0 = [
|
|
19924
19932
|
q0,
|
|
19925
|
-
W0
|
|
19933
|
+
W0,
|
|
19934
|
+
$0
|
|
19926
19935
|
];
|
|
19927
|
-
function
|
|
19928
|
-
return G(), re("svg",
|
|
19936
|
+
function U0(e, t) {
|
|
19937
|
+
return G(), re("svg", j0, [...z0]);
|
|
19929
19938
|
}
|
|
19930
|
-
const
|
|
19939
|
+
const V0 = { render: U0 }, K0 = {
|
|
19931
19940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19932
19941
|
fill: "none",
|
|
19933
19942
|
stroke: "#000",
|
|
19934
19943
|
"stroke-linejoin": "round",
|
|
19935
19944
|
viewBox: "0 0 32 32"
|
|
19936
|
-
},
|
|
19937
|
-
|
|
19945
|
+
}, G0 = /* @__PURE__ */ X("path", { d: "M4.9 5.183 27 26.917M26.817 5 5.083 27.1" }, null, -1), J0 = [
|
|
19946
|
+
G0
|
|
19938
19947
|
];
|
|
19939
|
-
function
|
|
19940
|
-
return G(), re("svg",
|
|
19948
|
+
function X0(e, t) {
|
|
19949
|
+
return G(), re("svg", K0, [...J0]);
|
|
19941
19950
|
}
|
|
19942
|
-
const
|
|
19951
|
+
const Y0 = { render: X0 }, Z0 = {
|
|
19943
19952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19944
19953
|
fill: "none",
|
|
19945
19954
|
stroke: "#000",
|
|
19946
19955
|
"stroke-linejoin": "round",
|
|
19947
19956
|
viewBox: "0 0 32 32"
|
|
19948
|
-
},
|
|
19949
|
-
|
|
19957
|
+
}, Q0 = /* @__PURE__ */ X("path", { d: "M14.539 18.62c-1.442-1.442-1.252-3.971.424-5.647l6.107-6.107c1.677-1.677 4.205-1.866 5.647-.424l1.699 1.699c1.442 1.442 1.252 3.971-.424 5.647l-6.107 6.107c-1.217 1.217-2.884 1.651-4.258 1.245m-.166-7.345c1.442 1.442 1.252 3.971-.424 5.647l-6.107 6.107c-1.677 1.677-4.205 1.866-5.647.424l-1.699-1.699c-1.442-1.442-1.252-3.971.424-5.647l6.107-6.107c1.217-1.217 2.884-1.651 4.258-1.245" }, null, -1), e1 = [
|
|
19958
|
+
Q0
|
|
19950
19959
|
];
|
|
19951
|
-
function
|
|
19952
|
-
return G(), re("svg",
|
|
19960
|
+
function t1(e, t) {
|
|
19961
|
+
return G(), re("svg", Z0, [...e1]);
|
|
19953
19962
|
}
|
|
19954
|
-
const
|
|
19963
|
+
const i1 = { render: t1 }, r1 = {
|
|
19955
19964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19956
19965
|
fill: "none",
|
|
19957
19966
|
stroke: "#000",
|
|
19958
19967
|
"stroke-linejoin": "round",
|
|
19959
19968
|
viewBox: "0 0 32 32"
|
|
19960
|
-
},
|
|
19961
|
-
|
|
19969
|
+
}, n1 = /* @__PURE__ */ X("path", { d: "M2.5 14.393 29.5 2.5l-11.663 27-5.926-9.408zm9.387 5.72L24.524 7.476" }, null, -1), s1 = [
|
|
19970
|
+
n1
|
|
19962
19971
|
];
|
|
19963
|
-
function
|
|
19964
|
-
return G(), re("svg",
|
|
19972
|
+
function o1(e, t) {
|
|
19973
|
+
return G(), re("svg", r1, [...s1]);
|
|
19965
19974
|
}
|
|
19966
|
-
const
|
|
19975
|
+
const a1 = { render: o1 }, c1 = {
|
|
19967
19976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19968
19977
|
fill: "none",
|
|
19969
19978
|
stroke: "#000",
|
|
19970
19979
|
"stroke-linejoin": "round",
|
|
19971
19980
|
viewBox: "0 0 32 32"
|
|
19972
|
-
},
|
|
19973
|
-
|
|
19981
|
+
}, l1 = /* @__PURE__ */ X("path", { d: "m11.9 22.3 2.7 4.4-4.5 2.8m4.5-2.8C9 26 4.7 21.7 4.7 16c0-5.1 3.4-9.4 8.1-10.8M20 9.7l-2.6-4.4 4.5-2.8m-4.5 2.8c5.6.7 9.9 5 9.9 10.7 0 5.1-3.4 9.4-8.1 10.8" }, null, -1), u1 = [
|
|
19982
|
+
l1
|
|
19974
19983
|
];
|
|
19975
|
-
function
|
|
19976
|
-
return G(), re("svg",
|
|
19984
|
+
function h1(e, t) {
|
|
19985
|
+
return G(), re("svg", c1, [...u1]);
|
|
19977
19986
|
}
|
|
19978
|
-
const
|
|
19987
|
+
const d1 = { render: h1 }, f1 = (e, t) => ({
|
|
19979
19988
|
render() {
|
|
19980
19989
|
const n = e.render.apply(this, un), i = un("title", t);
|
|
19981
19990
|
return i.ns = "svg", n.children.unshift(i), n;
|
|
19982
19991
|
}
|
|
19983
|
-
}),
|
|
19992
|
+
}), p1 = {
|
|
19984
19993
|
components: {
|
|
19985
|
-
ReloadIcon: d1
|
|
19994
|
+
ReloadIcon: f1(d1, "Loading…")
|
|
19986
19995
|
}
|
|
19987
19996
|
};
|
|
19988
|
-
function
|
|
19997
|
+
function _1(e, t, n, i, s, a) {
|
|
19989
19998
|
const l = tt("ReloadIcon");
|
|
19990
19999
|
return G(), me(l);
|
|
19991
20000
|
}
|
|
19992
|
-
const
|
|
20001
|
+
const g1 = /* @__PURE__ */ ye(p1, [["render", _1], ["__scopeId", "data-v-18e85c47"]]), Zo = hn(
|
|
19993
20002
|
{}
|
|
19994
|
-
), ch = () => Zo,
|
|
20003
|
+
), ch = () => Zo, m1 = () => {
|
|
19995
20004
|
typeof Zo.promptResponse < "u" && delete Zo.promptResponse;
|
|
19996
|
-
}, fr = Z(!0), On = Tr(),
|
|
20005
|
+
}, fr = Z(!0), On = Tr(), v1 = (e) => {
|
|
19997
20006
|
On.value = e;
|
|
19998
20007
|
};
|
|
19999
|
-
Ue(() => vi().value,
|
|
20000
|
-
const
|
|
20008
|
+
Ue(() => vi().value, v1);
|
|
20009
|
+
const y1 = {
|
|
20001
20010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20002
20011
|
fill: "none",
|
|
20003
20012
|
stroke: "#000",
|
|
20004
20013
|
viewBox: "0 0 32 32"
|
|
20005
|
-
},
|
|
20014
|
+
}, S1 = /* @__PURE__ */ X("path", {
|
|
20006
20015
|
"stroke-linejoin": "round",
|
|
20007
20016
|
d: "M15.267 26.055H4.445V6.175h10.822"
|
|
20008
|
-
}, null, -1),
|
|
20017
|
+
}, null, -1), b1 = /* @__PURE__ */ X("path", {
|
|
20009
20018
|
"stroke-linejoin": "round",
|
|
20010
20019
|
d: "M13 21.89v-3.525a5.025 5.025 0 0 1 5.025-5.025H27.5"
|
|
20011
|
-
}, null, -1),
|
|
20020
|
+
}, null, -1), C1 = /* @__PURE__ */ X("path", {
|
|
20012
20021
|
"stroke-linejoin": "round",
|
|
20013
20022
|
d: "m21.525 19.565 6.225-6.225-6.225-6.225"
|
|
20014
|
-
}, null, -1),
|
|
20015
|
-
y1,
|
|
20023
|
+
}, null, -1), w1 = [
|
|
20016
20024
|
S1,
|
|
20017
|
-
b1
|
|
20025
|
+
b1,
|
|
20026
|
+
C1
|
|
20018
20027
|
];
|
|
20019
|
-
function
|
|
20020
|
-
return G(), re("svg",
|
|
20028
|
+
function E1(e, t) {
|
|
20029
|
+
return G(), re("svg", y1, [...w1]);
|
|
20021
20030
|
}
|
|
20022
|
-
const
|
|
20031
|
+
const k1 = { render: E1 }, R1 = { class: "suggestion-container" }, D1 = { class: "accept-decline-buttons" }, P1 = /* @__PURE__ */ Re({
|
|
20023
20032
|
__name: "AiSuggestion",
|
|
20024
20033
|
emits: ["accept-suggestion"],
|
|
20025
20034
|
setup(e, { emit: t }) {
|
|
20026
|
-
const n = t, i = Z(), s =
|
|
20035
|
+
const n = t, i = Z(), s = Af.useDiffEditor({
|
|
20027
20036
|
container: i,
|
|
20028
20037
|
originalModel: On.value.editorModel,
|
|
20029
20038
|
modifiedFileName: "ai-suggestion"
|
|
@@ -20041,20 +20050,20 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20041
20050
|
const l = () => {
|
|
20042
20051
|
n("accept-suggestion", s.modifiedText.value);
|
|
20043
20052
|
};
|
|
20044
|
-
return (r, o) => (G(), re("div",
|
|
20053
|
+
return (r, o) => (G(), re("div", R1, [
|
|
20045
20054
|
X("div", {
|
|
20046
20055
|
ref_key: "diffEditorContainer",
|
|
20047
20056
|
ref: i,
|
|
20048
20057
|
class: "diff-editor"
|
|
20049
20058
|
}, null, 512),
|
|
20050
|
-
X("div",
|
|
20059
|
+
X("div", D1, [
|
|
20051
20060
|
le(Oi, {
|
|
20052
20061
|
"with-border": "",
|
|
20053
20062
|
compact: "",
|
|
20054
20063
|
onClick: l
|
|
20055
20064
|
}, {
|
|
20056
20065
|
default: ue(() => [
|
|
20057
|
-
le(ae(
|
|
20066
|
+
le(ae(k1)),
|
|
20058
20067
|
Lt(" Insert in editor ")
|
|
20059
20068
|
]),
|
|
20060
20069
|
_: 1
|
|
@@ -20062,28 +20071,28 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20062
20071
|
])
|
|
20063
20072
|
]));
|
|
20064
20073
|
}
|
|
20065
|
-
}),
|
|
20074
|
+
}), L1 = /* @__PURE__ */ ye(P1, [["__scopeId", "data-v-a5b7ae29"]]), Yn = (e) => (zl("data-v-565140c3"), e = e(), Ul(), e), M1 = /* @__PURE__ */ Yn(() => /* @__PURE__ */ X("span", { class: "notification" }, [
|
|
20066
20075
|
/* @__PURE__ */ Lt(" To start generating code with our AI assistant, install the "),
|
|
20067
20076
|
/* @__PURE__ */ X("i", null, "KNIME AI Assistant"),
|
|
20068
20077
|
/* @__PURE__ */ Lt(" extension ")
|
|
20069
|
-
], -1)),
|
|
20078
|
+
], -1)), T1 = /* @__PURE__ */ Yn(() => /* @__PURE__ */ X("span", { class: "notification" }, [
|
|
20070
20079
|
/* @__PURE__ */ Lt(" To start generating code with our AI assistant, please log into your "),
|
|
20071
20080
|
/* @__PURE__ */ X("i", null, "KNIME Hub"),
|
|
20072
20081
|
/* @__PURE__ */ Lt(" account ")
|
|
20073
|
-
], -1)),
|
|
20074
|
-
|
|
20075
|
-
],
|
|
20082
|
+
], -1)), x1 = /* @__PURE__ */ Yn(() => /* @__PURE__ */ X("span", { class: "notification" }, " Script is overwritten by a flow variable. ", -1)), A1 = [
|
|
20083
|
+
x1
|
|
20084
|
+
], I1 = {
|
|
20076
20085
|
key: 0,
|
|
20077
20086
|
class: "disclaimer-container"
|
|
20078
|
-
},
|
|
20087
|
+
}, O1 = /* @__PURE__ */ Yn(() => /* @__PURE__ */ X("div", { class: "disclaimer-text" }, [
|
|
20079
20088
|
/* @__PURE__ */ X("p", { style: { "font-weight": "bold" } }, "Disclaimer"),
|
|
20080
20089
|
/* @__PURE__ */ X("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. "),
|
|
20081
20090
|
/* @__PURE__ */ X("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. "),
|
|
20082
20091
|
/* @__PURE__ */ X("p", null, "This is an experimental service, USE AT YOUR OWN RISK.")
|
|
20083
|
-
], -1)),
|
|
20092
|
+
], -1)), B1 = { class: "disclaimer-button-container" }, N1 = {
|
|
20084
20093
|
key: 0,
|
|
20085
20094
|
class: "prompt-bar"
|
|
20086
|
-
},
|
|
20095
|
+
}, H1 = { class: "chat-controls-text-input" }, F1 = ["disabled"], j1 = { class: "chat-controls-buttons" }, q1 = 65, W1 = 40, $1 = 10, z1 = /* @__PURE__ */ Re({
|
|
20087
20096
|
__name: "AiBar",
|
|
20088
20097
|
props: {
|
|
20089
20098
|
currentPaneSizes: {
|
|
@@ -20120,7 +20129,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20120
20129
|
n.value.focus();
|
|
20121
20130
|
});
|
|
20122
20131
|
}, m = (M) => {
|
|
20123
|
-
c.push(o), r.value = "idle", On.value.text.value = M,
|
|
20132
|
+
c.push(o), r.value = "idle", On.value.text.value = M, m1(), a("accept-suggestion");
|
|
20124
20133
|
};
|
|
20125
20134
|
d.registerEventHandler("codeSuggestion", _);
|
|
20126
20135
|
const S = async () => {
|
|
@@ -20132,7 +20141,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20132
20141
|
}, u = (M) => {
|
|
20133
20142
|
M.key === "Enter" && !M.shiftKey && (M.preventDefault(), r.value !== "waiting" && S()), M.key === "ArrowUp" && !i.value && (i.value = c.length ? c[c.length - 1].content : "");
|
|
20134
20143
|
}, g = pe(
|
|
20135
|
-
() => Math.max(s.currentPaneSizes.left -
|
|
20144
|
+
() => Math.max(s.currentPaneSizes.left - $1, 0)
|
|
20136
20145
|
), p = pe(
|
|
20137
20146
|
() => s.currentPaneSizes.left - g.value
|
|
20138
20147
|
), v = pe(
|
|
@@ -20141,7 +20150,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20141
20150
|
// + 2*49px offset (footer and control bar)
|
|
20142
20151
|
`calc( ((100vh - 98px) * ${s.currentPaneSizes.bottom / 100}) + 98px )`
|
|
20143
20152
|
)
|
|
20144
|
-
), y = pe(() => Math.min(
|
|
20153
|
+
), y = pe(() => Math.min(q1, 100 - g.value));
|
|
20145
20154
|
Ge(async () => {
|
|
20146
20155
|
await ze().isCodeAssistantInstalled() ? (await ze().getInitialSettings()).scriptUsedFlowVariable ? r.value = "readonly" : await ze().sendToService("isLoggedIn") || (r.value = "unauthorized") : r.value = "uninstalled";
|
|
20147
20156
|
}), ai(() => {
|
|
@@ -20162,7 +20171,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20162
20171
|
bottom: `${v.value}`,
|
|
20163
20172
|
left: `${g.value}vw`,
|
|
20164
20173
|
width: `${y.value}vw`,
|
|
20165
|
-
height: `${
|
|
20174
|
+
height: `${W1}`,
|
|
20166
20175
|
...ae(l).promptResponse ? {} : { "max-width": "800px" }
|
|
20167
20176
|
})
|
|
20168
20177
|
}, [
|
|
@@ -20170,7 +20179,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20170
20179
|
class: "notification-bar",
|
|
20171
20180
|
style: mt({ "--left-distance": `calc(${p.value}vw + 30px)` })
|
|
20172
20181
|
}, [
|
|
20173
|
-
|
|
20182
|
+
M1,
|
|
20174
20183
|
le(Oi, {
|
|
20175
20184
|
compact: "",
|
|
20176
20185
|
primary: "",
|
|
@@ -20178,7 +20187,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20178
20187
|
class: "notification-button"
|
|
20179
20188
|
}, {
|
|
20180
20189
|
default: ue(() => [
|
|
20181
|
-
le(ae(
|
|
20190
|
+
le(ae(i1)),
|
|
20182
20191
|
Lt("Download from KNIME Hub ")
|
|
20183
20192
|
]),
|
|
20184
20193
|
_: 1
|
|
@@ -20190,7 +20199,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20190
20199
|
class: "notification-bar",
|
|
20191
20200
|
style: mt({ "--left-distance": `calc(${p.value}vw + 30px)` })
|
|
20192
20201
|
}, [
|
|
20193
|
-
|
|
20202
|
+
T1,
|
|
20194
20203
|
le(Oi, {
|
|
20195
20204
|
compact: "",
|
|
20196
20205
|
primary: "",
|
|
@@ -20208,15 +20217,15 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20208
20217
|
vt(X("div", {
|
|
20209
20218
|
class: "notification-bar",
|
|
20210
20219
|
style: mt({ "--left-distance": `calc(${p.value}vw + 30px)` })
|
|
20211
|
-
},
|
|
20220
|
+
}, A1, 4), [
|
|
20212
20221
|
[zt, r.value === "readonly"]
|
|
20213
20222
|
]),
|
|
20214
20223
|
vt(X("div", null, [
|
|
20215
20224
|
le(on, { name: "disclaimer-slide-fade" }, {
|
|
20216
20225
|
default: ue(() => [
|
|
20217
|
-
ae(fr) ? (G(), re("div",
|
|
20218
|
-
|
|
20219
|
-
X("div",
|
|
20226
|
+
ae(fr) ? (G(), re("div", I1, [
|
|
20227
|
+
O1,
|
|
20228
|
+
X("div", B1, [
|
|
20220
20229
|
le(Oi, {
|
|
20221
20230
|
compact: "",
|
|
20222
20231
|
primary: "",
|
|
@@ -20235,7 +20244,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20235
20244
|
}),
|
|
20236
20245
|
le(on, { name: "slide-fade" }, {
|
|
20237
20246
|
default: ue(() => [
|
|
20238
|
-
ae(l).promptResponse ? (G(), me(
|
|
20247
|
+
ae(l).promptResponse ? (G(), me(L1, {
|
|
20239
20248
|
key: 0,
|
|
20240
20249
|
class: "ai-suggestion",
|
|
20241
20250
|
onAcceptSuggestion: m
|
|
@@ -20249,11 +20258,11 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20249
20258
|
}, [
|
|
20250
20259
|
le(on, { name: "slide-fade" }, {
|
|
20251
20260
|
default: ue(() => [
|
|
20252
|
-
ae(l).promptResponse ? (G(), re("div",
|
|
20261
|
+
ae(l).promptResponse ? (G(), re("div", N1, We(ae(l).promptResponse.message.content), 1)) : Me("", !0)
|
|
20253
20262
|
]),
|
|
20254
20263
|
_: 1
|
|
20255
20264
|
}),
|
|
20256
|
-
X("div",
|
|
20265
|
+
X("div", H1, [
|
|
20257
20266
|
vt(X("textarea", {
|
|
20258
20267
|
ref_key: "textarea",
|
|
20259
20268
|
ref: n,
|
|
@@ -20262,10 +20271,10 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20262
20271
|
class: "textarea",
|
|
20263
20272
|
placeholder: "Type your prompt",
|
|
20264
20273
|
onKeydown: u
|
|
20265
|
-
}, null, 40,
|
|
20274
|
+
}, null, 40, F1), [
|
|
20266
20275
|
[vh, ae(i)]
|
|
20267
20276
|
]),
|
|
20268
|
-
X("div",
|
|
20277
|
+
X("div", j1, [
|
|
20269
20278
|
r.value === "error" || r.value === "idle" ? (G(), me(dn, {
|
|
20270
20279
|
key: 0,
|
|
20271
20280
|
ref: "sendButton",
|
|
@@ -20275,7 +20284,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20275
20284
|
onClick: S
|
|
20276
20285
|
}, {
|
|
20277
20286
|
default: ue(() => [
|
|
20278
|
-
le(ae(
|
|
20287
|
+
le(ae(a1), { class: "icon" })
|
|
20279
20288
|
]),
|
|
20280
20289
|
_: 1
|
|
20281
20290
|
}, 8, ["disabled"])) : Me("", !0),
|
|
@@ -20289,10 +20298,10 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20289
20298
|
onMouseleave: x[4] || (x[4] = (D) => f.value = !1)
|
|
20290
20299
|
}, {
|
|
20291
20300
|
default: ue(() => [
|
|
20292
|
-
f.value ? (G(), me(ae(
|
|
20301
|
+
f.value ? (G(), me(ae(Y0), {
|
|
20293
20302
|
key: 0,
|
|
20294
20303
|
class: "icon"
|
|
20295
|
-
})) : (G(), me(
|
|
20304
|
+
})) : (G(), me(g1, {
|
|
20296
20305
|
key: 1,
|
|
20297
20306
|
class: "icon"
|
|
20298
20307
|
}))
|
|
@@ -20310,10 +20319,10 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20310
20319
|
])
|
|
20311
20320
|
], 4));
|
|
20312
20321
|
}
|
|
20313
|
-
}),
|
|
20322
|
+
}), U1 = /* @__PURE__ */ ye(z1, [["__scopeId", "data-v-565140c3"]]), V1 = {
|
|
20314
20323
|
key: 0,
|
|
20315
20324
|
class: "ai-bar"
|
|
20316
|
-
},
|
|
20325
|
+
}, K1 = { class: "controls" }, G1 = { class: "button-controls" }, J1 = /* @__PURE__ */ Re({
|
|
20317
20326
|
__name: "CodeEditorControlBar",
|
|
20318
20327
|
props: {
|
|
20319
20328
|
currentPaneSizes: {
|
|
@@ -20343,8 +20352,8 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20343
20352
|
r();
|
|
20344
20353
|
});
|
|
20345
20354
|
}), (o, c) => (G(), re(St, null, [
|
|
20346
|
-
t.value ? (G(), re("div",
|
|
20347
|
-
le(
|
|
20355
|
+
t.value ? (G(), re("div", V1, [
|
|
20356
|
+
le(U1, {
|
|
20348
20357
|
ref_key: "aiBar",
|
|
20349
20358
|
ref: n,
|
|
20350
20359
|
"current-pane-sizes": l.currentPaneSizes,
|
|
@@ -20353,7 +20362,7 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20353
20362
|
onCloseAiBar: c[1] || (c[1] = (d) => t.value = !1)
|
|
20354
20363
|
}, null, 8, ["current-pane-sizes", "language"])
|
|
20355
20364
|
])) : Me("", !0),
|
|
20356
|
-
X("div",
|
|
20365
|
+
X("div", K1, [
|
|
20357
20366
|
X("div", null, [
|
|
20358
20367
|
s.value ? (G(), me(Oi, {
|
|
20359
20368
|
key: 0,
|
|
@@ -20366,21 +20375,21 @@ const E1 = { render: w1 }, k1 = { class: "suggestion-container" }, R1 = { class:
|
|
|
20366
20375
|
onClick: c[2] || (c[2] = (d) => t.value = !t.value)
|
|
20367
20376
|
}, {
|
|
20368
20377
|
default: ue(() => [
|
|
20369
|
-
le(ae(
|
|
20378
|
+
le(ae(V0), { viewBox: "0 0 32 32" }),
|
|
20370
20379
|
Lt(" Ask K-AI ")
|
|
20371
20380
|
]),
|
|
20372
20381
|
_: 1
|
|
20373
20382
|
}, 8, ["disabled", "class"])) : Me("", !0)
|
|
20374
20383
|
]),
|
|
20375
|
-
X("div",
|
|
20384
|
+
X("div", G1, [
|
|
20376
20385
|
Le(o.$slots, "controls", {}, void 0, !0)
|
|
20377
20386
|
])
|
|
20378
20387
|
])
|
|
20379
20388
|
], 64));
|
|
20380
20389
|
}
|
|
20381
|
-
}),
|
|
20390
|
+
}), X1 = /* @__PURE__ */ ye(J1, [["__scopeId", "data-v-0d6c9089"]]);
|
|
20382
20391
|
let jl = 0;
|
|
20383
|
-
const
|
|
20392
|
+
const Y1 = Re({
|
|
20384
20393
|
props: {
|
|
20385
20394
|
id: {
|
|
20386
20395
|
type: String,
|
|
@@ -20423,8 +20432,8 @@ const X1 = Re({
|
|
|
20423
20432
|
this.$emit("update:modelValue", t);
|
|
20424
20433
|
}
|
|
20425
20434
|
}
|
|
20426
|
-
}),
|
|
20427
|
-
function
|
|
20435
|
+
}), Z1 = (e) => (zl("data-v-10c97897"), e = e(), Ul(), e), Q1 = ["id"], e2 = ["checked", "value", "name", "disabled"], t2 = ["title"], i2 = /* @__PURE__ */ Z1(() => /* @__PURE__ */ X("br", null, null, -1));
|
|
20436
|
+
function r2(e, t, n, i, s, a) {
|
|
20428
20437
|
return G(), re("div", {
|
|
20429
20438
|
id: e.id,
|
|
20430
20439
|
role: "radiogroup"
|
|
@@ -20442,21 +20451,21 @@ function i2(e, t, n, i, s, a) {
|
|
|
20442
20451
|
disabled: e.disabled || l.disabled,
|
|
20443
20452
|
type: "radio",
|
|
20444
20453
|
onChange: t[0] || (t[0] = (...r) => e.onInput && e.onInput(...r))
|
|
20445
|
-
}, null, 40,
|
|
20454
|
+
}, null, 40, e2),
|
|
20446
20455
|
X("span", {
|
|
20447
20456
|
title: l.text
|
|
20448
|
-
}, We(l.text), 9,
|
|
20457
|
+
}, We(l.text), 9, t2),
|
|
20449
20458
|
Le(e.$slots, "default", { item: l }, void 0, !0),
|
|
20450
20459
|
l.subtext ? (G(), re(St, { key: 0 }, [
|
|
20451
|
-
|
|
20460
|
+
i2,
|
|
20452
20461
|
X("span", null, We(l.subtext), 1)
|
|
20453
20462
|
], 64)) : Me("", !0)
|
|
20454
20463
|
], 2))), 128))
|
|
20455
|
-
], 8,
|
|
20464
|
+
], 8, Q1);
|
|
20456
20465
|
}
|
|
20457
|
-
const
|
|
20466
|
+
const n2 = /* @__PURE__ */ ye(Y1, [["render", r2], ["__scopeId", "data-v-10c97897"]]), s2 = Re({
|
|
20458
20467
|
components: {
|
|
20459
|
-
BaseRadioButtons:
|
|
20468
|
+
BaseRadioButtons: n2
|
|
20460
20469
|
},
|
|
20461
20470
|
props: {
|
|
20462
20471
|
id: {
|
|
@@ -20486,7 +20495,7 @@ const r2 = /* @__PURE__ */ ye(X1, [["render", i2], ["__scopeId", "data-v-10c9789
|
|
|
20486
20495
|
},
|
|
20487
20496
|
emits: ["update:modelValue"]
|
|
20488
20497
|
});
|
|
20489
|
-
function
|
|
20498
|
+
function o2(e, t, n, i, s, a) {
|
|
20490
20499
|
const l = tt("BaseRadioButtons");
|
|
20491
20500
|
return G(), me(l, {
|
|
20492
20501
|
id: e.id,
|
|
@@ -20508,7 +20517,7 @@ function s2(e, t, n, i, s, a) {
|
|
|
20508
20517
|
_: 3
|
|
20509
20518
|
}, 8, ["id", "possible-values", "model-value", "name", "disabled", "class"]);
|
|
20510
20519
|
}
|
|
20511
|
-
const
|
|
20520
|
+
const a2 = /* @__PURE__ */ ye(s2, [["render", o2], ["__scopeId", "data-v-4f75205f"]]), pr = {}, c2 = () => ({
|
|
20512
20521
|
dynamicImport: async (n, i = !1) => ((!pr[n] || i) && (pr[n] = await import(
|
|
20513
20522
|
/* @vite-ignore */
|
|
20514
20523
|
n
|
|
@@ -20516,7 +20525,7 @@ const o2 = /* @__PURE__ */ ye(n2, [["render", s2], ["__scopeId", "data-v-4f75205
|
|
|
20516
20525
|
clearCache: () => {
|
|
20517
20526
|
Object.keys(pr).forEach((n) => delete pr[n]);
|
|
20518
20527
|
}
|
|
20519
|
-
}),
|
|
20528
|
+
}), l2 = /* @__PURE__ */ Re({
|
|
20520
20529
|
__name: "UIExtShadowApp",
|
|
20521
20530
|
props: {
|
|
20522
20531
|
resourceLocation: {},
|
|
@@ -20525,7 +20534,7 @@ const o2 = /* @__PURE__ */ ye(n2, [["render", s2], ["__scopeId", "data-v-4f75205
|
|
|
20525
20534
|
},
|
|
20526
20535
|
emits: ["serviceCreated"],
|
|
20527
20536
|
setup(e, { emit: t }) {
|
|
20528
|
-
const { dynamicImport: n } =
|
|
20537
|
+
const { dynamicImport: n } = c2(), i = e, s = t, a = Z(null), l = Z(null);
|
|
20529
20538
|
let r = null;
|
|
20530
20539
|
const o = () => {
|
|
20531
20540
|
if (r !== null)
|
|
@@ -20553,7 +20562,7 @@ const o2 = /* @__PURE__ */ ye(n2, [["render", s2], ["__scopeId", "data-v-4f75205
|
|
|
20553
20562
|
style: mt(d.style)
|
|
20554
20563
|
}, null, 4));
|
|
20555
20564
|
}
|
|
20556
|
-
}),
|
|
20565
|
+
}), u2 = /* @__PURE__ */ ye(l2, [["__scopeId", "data-v-07a62448"]]), h2 = ["src"], d2 = /* @__PURE__ */ Re({
|
|
20557
20566
|
__name: "UIExtIFrame",
|
|
20558
20567
|
props: {
|
|
20559
20568
|
resourceLocation: {},
|
|
@@ -20574,9 +20583,9 @@ const o2 = /* @__PURE__ */ ye(n2, [["render", s2], ["__scopeId", "data-v-4f75205
|
|
|
20574
20583
|
title: "UIExtension Iframe",
|
|
20575
20584
|
src: a.resourceLocation,
|
|
20576
20585
|
sandbox: "allow-downloads allow-scripts allow-same-origin"
|
|
20577
|
-
}, null, 8,
|
|
20586
|
+
}, null, 8, h2));
|
|
20578
20587
|
}
|
|
20579
|
-
}),
|
|
20588
|
+
}), f2 = /* @__PURE__ */ ye(d2, [["__scopeId", "data-v-c763d497"]]), lh = /* @__PURE__ */ Re({
|
|
20580
20589
|
__name: "UIExtension",
|
|
20581
20590
|
props: {
|
|
20582
20591
|
apiLayer: {},
|
|
@@ -20622,13 +20631,13 @@ const o2 = /* @__PURE__ */ ye(n2, [["render", s2], ["__scopeId", "data-v-4f75205
|
|
|
20622
20631
|
r(t.extensionConfig.nodeInfo);
|
|
20623
20632
|
}), ai(() => {
|
|
20624
20633
|
i == null || i();
|
|
20625
|
-
}), (o, c) => s.value ? (G(), me(
|
|
20634
|
+
}), (o, c) => s.value ? (G(), me(u2, {
|
|
20626
20635
|
key: `comp_${n.value}`,
|
|
20627
20636
|
"api-layer": a.value,
|
|
20628
20637
|
style: mt(o.shadowAppStyle),
|
|
20629
20638
|
"resource-location": o.resourceLocation,
|
|
20630
20639
|
onServiceCreated: l
|
|
20631
|
-
}, null, 8, ["api-layer", "style", "resource-location"])) : (G(), me(
|
|
20640
|
+
}, null, 8, ["api-layer", "style", "resource-location"])) : (G(), me(f2, {
|
|
20632
20641
|
key: `iframe_${n.value}`,
|
|
20633
20642
|
"api-layer": a.value,
|
|
20634
20643
|
"resource-location": o.resourceLocation,
|
|
@@ -20637,7 +20646,7 @@ const o2 = /* @__PURE__ */ ye(n2, [["render", s2], ["__scopeId", "data-v-4f75205
|
|
|
20637
20646
|
}
|
|
20638
20647
|
});
|
|
20639
20648
|
var uh = /* @__PURE__ */ ((e) => (e.HTML = "HTML", e.SHADOW_APP = "SHADOW_APP", e))(uh || {});
|
|
20640
|
-
const
|
|
20649
|
+
const p2 = { class: "port-table" }, _2 = { key: 1 }, g2 = /* @__PURE__ */ Re({
|
|
20641
20650
|
__name: "InputPortTableView",
|
|
20642
20651
|
props: {
|
|
20643
20652
|
inputNodeId: {},
|
|
@@ -20713,17 +20722,17 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20713
20722
|
portIdx: t.portIdx,
|
|
20714
20723
|
viewIdx: t.viewIdx
|
|
20715
20724
|
}), n.value = !1;
|
|
20716
|
-
}), (o, c) => (G(), re("div",
|
|
20725
|
+
}), (o, c) => (G(), re("div", p2, [
|
|
20717
20726
|
n.value ? (G(), me(ae(lh), {
|
|
20718
20727
|
key: 0,
|
|
20719
20728
|
"api-layer": r,
|
|
20720
20729
|
"extension-config": i.value,
|
|
20721
20730
|
"resource-location": s.value,
|
|
20722
20731
|
"shadow-app-style": { height: "100%", width: "100%", overflowX: "scroll" }
|
|
20723
|
-
}, null, 8, ["extension-config", "resource-location"])) : (G(), re("div",
|
|
20732
|
+
}, null, 8, ["extension-config", "resource-location"])) : (G(), re("div", _2, "No data available"))
|
|
20724
20733
|
]));
|
|
20725
20734
|
}
|
|
20726
|
-
}),
|
|
20735
|
+
}), m2 = /* @__PURE__ */ ye(g2, [["__scopeId", "data-v-0134df5d"]]), v2 = { style: { height: "100%", width: "100%" } }, y2 = { class: "view-value-switch" }, S2 = /* @__PURE__ */ Re({
|
|
20727
20736
|
__name: "InputPortTables",
|
|
20728
20737
|
props: {
|
|
20729
20738
|
inputNodeId: {},
|
|
@@ -20742,16 +20751,16 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20742
20751
|
return (a = t.portViewConfigs.find((l) => l.label === i.value)) == null ? void 0 : a.portViewIdx;
|
|
20743
20752
|
}
|
|
20744
20753
|
);
|
|
20745
|
-
return (a, l) => (G(), re("div",
|
|
20746
|
-
X("div",
|
|
20747
|
-
le(
|
|
20754
|
+
return (a, l) => (G(), re("div", v2, [
|
|
20755
|
+
X("div", y2, [
|
|
20756
|
+
le(a2, {
|
|
20748
20757
|
modelValue: i.value,
|
|
20749
20758
|
"onUpdate:modelValue": l[0] || (l[0] = (r) => i.value = r),
|
|
20750
20759
|
compact: "",
|
|
20751
20760
|
"possible-values": n.value
|
|
20752
20761
|
}, null, 8, ["modelValue", "possible-values"])
|
|
20753
20762
|
]),
|
|
20754
|
-
s.value ? (G(), me(
|
|
20763
|
+
s.value ? (G(), me(m2, {
|
|
20755
20764
|
key: 0,
|
|
20756
20765
|
"input-node-id": t.inputNodeId,
|
|
20757
20766
|
"port-idx": t.portIdx,
|
|
@@ -20759,13 +20768,13 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20759
20768
|
}, null, 8, ["input-node-id", "port-idx", "view-idx"])) : Me("", !0)
|
|
20760
20769
|
]));
|
|
20761
20770
|
}
|
|
20762
|
-
}),
|
|
20771
|
+
}), b2 = /* @__PURE__ */ ye(S2, [["__scopeId", "data-v-031cbabc"]]), C2 = {
|
|
20763
20772
|
key: 0,
|
|
20764
20773
|
class: "output-table"
|
|
20765
|
-
},
|
|
20774
|
+
}, w2 = { class: "output-table-preview" }, E2 = { class: "preview-background" }, k2 = { class: "preview-warning-text" }, R2 = {
|
|
20766
20775
|
key: 1,
|
|
20767
20776
|
class: "output-table-preview pre-evaluation-sign"
|
|
20768
|
-
},
|
|
20777
|
+
}, D2 = /* @__PURE__ */ Re({
|
|
20769
20778
|
__name: "OutputTablePreview",
|
|
20770
20779
|
emits: ["output-table-updated"],
|
|
20771
20780
|
setup(e, { emit: t }) {
|
|
@@ -20831,10 +20840,10 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20831
20840
|
await f(_), a.value = !0, l.value = m, r("output-table-updated");
|
|
20832
20841
|
}
|
|
20833
20842
|
);
|
|
20834
|
-
}), (h, _) => a.value === !0 && i.value !== null ? (G(), re("div",
|
|
20835
|
-
X("div",
|
|
20836
|
-
X("div",
|
|
20837
|
-
X("div",
|
|
20843
|
+
}), (h, _) => a.value === !0 && i.value !== null ? (G(), re("div", C2, [
|
|
20844
|
+
X("div", w2, [
|
|
20845
|
+
X("div", E2, [
|
|
20846
|
+
X("div", k2, " This is a PREVIEW! Only " + We(l.value) + " row" + We(l.value === 1 ? " is" : "s are") + " used. ", 1)
|
|
20838
20847
|
]),
|
|
20839
20848
|
le(ae(lh), {
|
|
20840
20849
|
"api-layer": d,
|
|
@@ -20843,12 +20852,12 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20843
20852
|
"shadow-app-style": { height: "100%", width: "100%" }
|
|
20844
20853
|
}, null, 8, ["extension-config", "resource-location"])
|
|
20845
20854
|
])
|
|
20846
|
-
])) : (G(), re("div",
|
|
20855
|
+
])) : (G(), re("div", R2, " To see the preview, please evaluate the expression using the button above. "));
|
|
20847
20856
|
}
|
|
20848
|
-
}),
|
|
20857
|
+
}), P2 = /* @__PURE__ */ ye(D2, [["__scopeId", "data-v-af19e96c"]]), L2 = { class: "layout" }, M2 = { class: "editor-and-control-bar" }, T2 = {
|
|
20849
20858
|
key: 0,
|
|
20850
20859
|
class: "editor-slot-container"
|
|
20851
|
-
},
|
|
20860
|
+
}, x2 = { class: "run-button-panel" }, A2 = { class: "tab-bar-container" }, I2 = { class: "console-container" }, O2 = /* @__PURE__ */ Re({
|
|
20852
20861
|
__name: "ScriptingEditor",
|
|
20853
20862
|
props: {
|
|
20854
20863
|
title: {},
|
|
@@ -20880,7 +20889,7 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20880
20889
|
right: i.initialPaneSizes.right,
|
|
20881
20890
|
bottom: i.initialPaneSizes.bottom
|
|
20882
20891
|
}), o = Z(), c = jh(o), d = pe(
|
|
20883
|
-
() => c.width.value <=
|
|
20892
|
+
() => c.width.value <= F0
|
|
20884
20893
|
), f = pe(
|
|
20885
20894
|
() => i.rightPaneMinimumWidthInPixel / (c.width.value * (100 - l.left) / 100) * 100
|
|
20886
20895
|
), h = pe(() => d.value ? {
|
|
@@ -20922,7 +20931,7 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20922
20931
|
inputPorts: []
|
|
20923
20932
|
}, D = Z([
|
|
20924
20933
|
{ value: "console", label: "Console" },
|
|
20925
|
-
{ value: "outputTable", label: "Output
|
|
20934
|
+
{ value: "outputTable", label: "Output table" }
|
|
20926
20935
|
]), R = Z(D.value[0].value), N = (A, O) => `${A}-${O}`;
|
|
20927
20936
|
Ge(async () => {
|
|
20928
20937
|
if (x.inputPorts = (await ze().getPortConfigs()).inputPorts.filter((A) => A.nodeId !== null), x.inputPorts.length !== 0 && await ze().isCallKnimeUiApiAvailable(
|
|
@@ -20936,7 +20945,7 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20936
20945
|
}
|
|
20937
20946
|
});
|
|
20938
20947
|
const F = (A) => {
|
|
20939
|
-
|
|
20948
|
+
qp(A), $p();
|
|
20940
20949
|
}, H = fs(), W = (A, O) => {
|
|
20941
20950
|
var $, J, ee;
|
|
20942
20951
|
H.editor ? a("input-output-item-insertion", A, O) : /* But if we're responsible for the editor, we can just insert directly. */ O && !(($ = vi().value) != null && $.text.value.includes(O)) ? (J = vi().value) == null || J.insertColumnReference(
|
|
@@ -20947,14 +20956,14 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20947
20956
|
if (i.fileName === null && !fs().editor)
|
|
20948
20957
|
throw new Error("either fileName or editor slot must be provided");
|
|
20949
20958
|
const I = Hn();
|
|
20950
|
-
return (A, O) => (G(), re("div",
|
|
20951
|
-
d.value ? Me("", !0) : (G(), me(
|
|
20959
|
+
return (A, O) => (G(), re("div", L2, [
|
|
20960
|
+
d.value ? Me("", !0) : (G(), me(Bg, {
|
|
20952
20961
|
key: 0,
|
|
20953
20962
|
title: A.title,
|
|
20954
20963
|
"menu-items": [...n, ...A.menuItems],
|
|
20955
20964
|
onMenuItemClick: M
|
|
20956
20965
|
}, null, 8, ["title", "menu-items"])),
|
|
20957
|
-
k.value ? (G(), me(
|
|
20966
|
+
k.value ? (G(), me(B0, {
|
|
20958
20967
|
key: 1,
|
|
20959
20968
|
onCloseSettingsPage: O[0] || (O[0] = ($) => k.value = !1)
|
|
20960
20969
|
}, {
|
|
@@ -20991,7 +21000,7 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
20991
21000
|
class: "scrollable-y"
|
|
20992
21001
|
}, {
|
|
20993
21002
|
default: ue(() => [
|
|
20994
|
-
le(
|
|
21003
|
+
le(E0, {
|
|
20995
21004
|
onDropEventHandlerCreated: C,
|
|
20996
21005
|
onInputOutputItemInsertion: W
|
|
20997
21006
|
})
|
|
@@ -21040,15 +21049,15 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
21040
21049
|
"min-size": "25"
|
|
21041
21050
|
}, {
|
|
21042
21051
|
default: ue(() => [
|
|
21043
|
-
X("div",
|
|
21052
|
+
X("div", M2, [
|
|
21044
21053
|
X("div", {
|
|
21045
21054
|
class: Ce(["multi-editor-container", {
|
|
21046
21055
|
"has-control-bar": P.value
|
|
21047
21056
|
}])
|
|
21048
21057
|
}, [
|
|
21049
|
-
A.$slots.editor ? (G(), re("div",
|
|
21058
|
+
A.$slots.editor ? (G(), re("div", T2, [
|
|
21050
21059
|
Le(A.$slots, "editor", {}, void 0, !0)
|
|
21051
|
-
])) : (G(), me(
|
|
21060
|
+
])) : (G(), me(H0, {
|
|
21052
21061
|
key: 1,
|
|
21053
21062
|
"file-name": i.fileName,
|
|
21054
21063
|
language: i.language,
|
|
@@ -21056,8 +21065,8 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
21056
21065
|
"drop-event-handler": w.value,
|
|
21057
21066
|
"to-settings": i.toSettings
|
|
21058
21067
|
}, null, 8, ["file-name", "language", "show-control-bar", "drop-event-handler", "to-settings"])),
|
|
21059
|
-
X("div",
|
|
21060
|
-
P.value ? (G(), me(
|
|
21068
|
+
X("div", x2, [
|
|
21069
|
+
P.value ? (G(), me(X1, {
|
|
21061
21070
|
key: 0,
|
|
21062
21071
|
language: A.language,
|
|
21063
21072
|
"current-pane-sizes": h.value
|
|
@@ -21095,14 +21104,14 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
21095
21104
|
size: h.value.bottom
|
|
21096
21105
|
}, {
|
|
21097
21106
|
default: ue(() => [
|
|
21098
|
-
X("div",
|
|
21107
|
+
X("div", A2, [
|
|
21099
21108
|
le(nd, {
|
|
21100
21109
|
modelValue: R.value,
|
|
21101
21110
|
"onUpdate:modelValue": O[3] || (O[3] = ($) => R.value = $),
|
|
21102
21111
|
class: Ce(["scripting-editor-tab-bar", { "focus-painted": ae(I) }]),
|
|
21103
21112
|
"possible-values": D.value
|
|
21104
21113
|
}, null, 8, ["modelValue", "possible-values", "class"]),
|
|
21105
|
-
X("div",
|
|
21114
|
+
X("div", I2, [
|
|
21106
21115
|
vt(le(Md, { onConsoleCreated: F }, {
|
|
21107
21116
|
"console-status": ue(() => [
|
|
21108
21117
|
Le(A.$slots, "console-status", {}, void 0, !0)
|
|
@@ -21117,7 +21126,7 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
21117
21126
|
collapsed: R.value !== N($.nodeId, $.portIdx) && $.nodeId
|
|
21118
21127
|
}])
|
|
21119
21128
|
}, [
|
|
21120
|
-
R.value === N($.nodeId, $.portIdx) && $.nodeId ? (G(), me(
|
|
21129
|
+
R.value === N($.nodeId, $.portIdx) && $.nodeId ? (G(), me(b2, {
|
|
21121
21130
|
key: 0,
|
|
21122
21131
|
"input-node-id": $.nodeId,
|
|
21123
21132
|
"port-idx": $.portIdx,
|
|
@@ -21129,7 +21138,7 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
21129
21138
|
collapsed: R.value !== "outputTable"
|
|
21130
21139
|
}])
|
|
21131
21140
|
}, [
|
|
21132
|
-
le(
|
|
21141
|
+
le(P2, {
|
|
21133
21142
|
onOutputTableUpdated: O[4] || (O[4] = () => R.value = "outputTable")
|
|
21134
21143
|
})
|
|
21135
21144
|
], 2), [
|
|
@@ -21153,14 +21162,14 @@ const f2 = { class: "port-table" }, p2 = { key: 1 }, _2 = /* @__PURE__ */ Re({
|
|
|
21153
21162
|
])
|
|
21154
21163
|
]));
|
|
21155
21164
|
}
|
|
21156
|
-
}),
|
|
21165
|
+
}), F2 = /* @__PURE__ */ ye(O2, [["__scopeId", "data-v-83855c61"]]);
|
|
21157
21166
|
export {
|
|
21158
21167
|
nd as CompactTabBar,
|
|
21159
21168
|
Md as OutputConsole,
|
|
21160
|
-
|
|
21169
|
+
F2 as ScriptingEditor,
|
|
21161
21170
|
ua as consoleHandler,
|
|
21162
|
-
|
|
21171
|
+
Af as editor,
|
|
21163
21172
|
ze as getScriptingService,
|
|
21164
|
-
|
|
21173
|
+
v1 as setActiveEditorStoreForAi,
|
|
21165
21174
|
Hn as useShouldFocusBePainted
|
|
21166
21175
|
};
|