<style>:host{top:433px;left:873px}</style><style name="containers/split-panel">:host .split-panel{display:flex;%;%;}:host .split-panel.orient-vertical{flex-direction:column;}:host .split-panel.orient-vertical>.split-panel-child{flex:0 1 auto;}:host .split-panel.orient-vertical>.split-panel-divider:hover{cursor:row-resize;}:host .split-panel.orient-vertical.orient-reverse{flex-direction:column-reverse;}:host .split-panel>*{flex:1 1 auto;}:host .split-panel:not(.orient-vertical)>*:first-child{flex:0 0 auto;}:host .split-panel .split-panel-divider{flex:0 0 6px;transition:background-color 0.2s ease-out;z-index:2;}:host .split-panel .split-panel-divider:hover{background-color:rgba(0,0,0,0.05);cursor:col-resize;}:host .split-panel .split-panel-child{position:relative;display:flex;}:host .split-panel .split-panel-child>*{flex:1 1 auto;}</style><style name="dom/checkbox">:host input[type="checkbox"]{appearance:none;margin:0px;cursor:pointer;outline:none;}:host input[type="checkbox"]:before{font-family:var(--button--font-family,inherit);color:var(--inactive--color,#ccc);content:var(--inactive-column-selector--content,none);font-size:var(--column-selector--font-size,14px);}:host input[type="checkbox"]:checked:before{color:var(--active--color,blue);content:var(--active-column-selector--content,none);}</style><style name="dom/select">:host .dropdown-width-container{position:relative;flex:1 1 auto;%;}:host .dropdown-width-container:after{content:attr(data-value)"";visibility:hidden;white-space:nowrap;padding-right:17px;}:host .dropdown-width-container select{position:absolute;%;cursor:pointer;}:host select{border-radius:0;border-width:0px;outline:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;color:inherit;padding:0px 12px 0px 0px;font-size:12px;font-family:inherit;background-color:var(--select--background-color,white);background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDMuMTc2ODcgMy4xNzY4N0w1LjM1Mzc0IDEiIHN0cm9rZT0iIzA0MjEyMSIgc3Ryb2tlLXdpZHRoPSIwLjcyNTYyNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");background-position:right 2px center;background-repeat:no-repeat;}:host select option{background:var(--select--background-color,#ffffff);}</style><style name="expression-editor">:host{position:fixed;z-index:10000;outline:none;font-family:Arial;font-size:12px;border:inherit;box-shadow:0 2px 4px 0 rgb(0 0 0/10%);user-select:none;background-color:white;}:host #editor-container{display:flex;flex-direction:column;min-width:0px;}:host #editor-container .error{flex:1 1 auto;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}:host #editor-container .error_icon{font-size:16px;padding-right:20px;}:host #editor-container .error_icon:after{content:"!";}:host .split-panel.orient-vertical>.split-panel-divider{margin-bottom:-6px;}:host .split-panel.orient-vertical>.split-panel-child:not(.is-width-override) #editor-container{}:host .split-panel:not(.orient-vertical)>.split-panel-child:not(.is-width-override) #editor-container{}:host #horizontal-resize{position:absolute;top:0;bottom:0;right:0;width:8px;}:host #horizontal-resize:hover{cursor:ew-resize;background:rgba(0,0,0,0.05);}:host #psp-expression-editor-actions{display:flex;justify-content:flex-end;align-items:center;padding:0 12px;}:host .psp-expression-editor__button{font-family:inherit;font-size:12px;border:1px solid var(--icon--color);margin-left:6px;padding:2px 12px;display:flex;align-items:center;background:none;color:inherit;}:host .psp-expression-editor__button:not([disabled]):hover{cursor:pointer;background-color:var(--icon--color);color:var(--plugin--background);}:host .psp-expression-editor__button[disabled]{cursor:not-allowed;opacity:0.2;}</style><style name="form/code-editor">:host #editor{display:flex;flex:1 1 auto;position:relative;overflow:scroll;}:host #editor #line_numbers{padding:6px;box-sizing:border-box;position:absolute;font-size:12px;font-weight:400;font-family:var(--interface-monospace--font-family,monospace);top:0;left:0;bottom:0;display:flex;flex-direction:column;overflow:hidden;background-color:var(--plugin--background,white);}:host #editor pre#content{margin:0;padding:6px;padding-left:36px;position:absolute;box-sizing:border-box;top:0;bottom:0;left:0;right:0;pointer-events:none;font-size:12px;font-weight:400;font-family:var(--interface-monospace--font-family,monospace);color:var(--code-editor-error--color,red);white-space:pre;overflow:hidden;}:host #editor pre#content span{display:inline-block;}:host #editor pre#content .comment{color:var(--code-editor-comment--color,orange);}:host #editor pre#content .operator{color:var(--code-editor-operator--color,green);}:host #editor pre#content .unknown{color:var(--code-editor-unknown--color,red);}:host #editor pre#content .symbol{color:var(--code-editor-symbol--color,#242526);}:host #editor pre#content .column{color:var(--code-editor-column--color,purple);}:host #editor pre#content .literal{color:var(--code-editor-literal--color,blue);}:host #editor pre#content .error_highlight{border:0px solid var(--code-editor-error--color,red);border-bottom-width:1px;margin-bottom:-1px;}:host #editor #textarea_editable{position:absolute;%;%;font-size:12px;font-family:var(--interface-monospace--font-family,monospace);resize:none;padding:6px;padding-left:36px;margin:0;border:none;outline:none;color:transparent;caret-color:var(--code-editor-symbol--color,#242526);white-space:pre;box-sizing:border-box;background-color:transparent;}</style><div id="expression-editor-split-panel" class="split-panel"><div class="split-panel-child"><div class="split-panel orient-vertical orient-reverse"><div class="split-panel-child"><div id="editor-container"><div id="editor"><textarea id="textarea_editable" spellcheck="false"></textarea><pre id="content"><span class="comment">// New Column 1</span><br> </pre><div id="line_numbers"><span class="line_number">1</span><span class="line_number">2</span></div></div><div id="psp-expression-editor-actions"><button id="psp-expression-editor-button-save" disabled="disabled" class="psp-expression-editor__button">Save</button></div></div></div><div class="split-panel-divider"></div><div id="phantom_div"></div></div></div><div class="split-panel-divider"></div><div></div></div>