unione-form-vue 0.1.1 → 0.1.2

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/index.umd.js CHANGED
@@ -23,4 +23,4 @@
23
23
  `))};if(d.from==this.from&&o<this.from?d.from=o:d.to==this.to&&o>this.to&&(d.to=o),d.from==d.to&&!d.insert.length){let h=J.single(this.toEditorPos(i.selectionStart),this.toEditorPos(i.selectionEnd));h.main.eq(l)||e.dispatch({selection:h,userEvent:"select"});return}if((G.mac||G.android)&&d.from==s-1&&/^\. ?$/.test(i.text)&&e.contentDOM.getAttribute("autocorrect")=="off"&&(d={from:r,to:c,insert:se.of([i.text.replace("."," ")])}),this.pendingContextChange=d,!e.state.readOnly){let h=this.to-this.from+(d.to-d.from+d.insert.length);ml(e,d,J.single(this.toEditorPos(i.selectionStart,h),this.toEditorPos(i.selectionEnd,h)))}this.pendingContextChange&&(this.revertPending(e.state),this.setSelection(e.state))},this.handlers.characterboundsupdate=i=>{let l=[],o=null;for(let s=this.toEditorPos(i.rangeStart),r=this.toEditorPos(i.rangeEnd);s<r;s++){let c=e.coordsForChar(s);o=c&&new DOMRect(c.left,c.top,c.right-c.left,c.bottom-c.top)||o||new DOMRect,l.push(o)}n.updateCharacterBounds(i.rangeStart,l)},this.handlers.textformatupdate=i=>{let l=[];for(let o of i.getTextFormats()){let s=o.underlineStyle,r=o.underlineThickness;if(s!="None"&&r!="None"){let c=this.toEditorPos(o.rangeStart),d=this.toEditorPos(o.rangeEnd);if(c<d){let h=`text-decoration: underline ${s=="Dashed"?"dashed ":s=="Squiggle"?"wavy ":""}${r=="Thin"?1:2}px`;l.push(Ee.mark({attributes:{style:h}}).range(c,d))}}}e.dispatch({effects:Cs.of(Ee.set(l))})},this.handlers.compositionstart=()=>{e.inputState.composing<0&&(e.inputState.composing=0,e.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{if(e.inputState.composing=-1,e.inputState.compositionFirstChange=null,this.composing){let{drifted:i}=this.composing;this.composing=null,i&&this.reset(e.state)}};for(let i in this.handlers)n.addEventListener(i,this.handlers[i]);this.measureReq={read:i=>{this.editContext.updateControlBounds(i.contentDOM.getBoundingClientRect());let l=dn(i.root);l&&l.rangeCount&&this.editContext.updateSelectionBounds(l.getRangeAt(0).getBoundingClientRect())}}}applyEdits(e){let n=0,i=!1,l=this.pendingContextChange;return e.changes.iterChanges((o,s,r,c,d)=>{if(i)return;let h=d.length-(s-o);if(l&&s>=l.to)if(l.from==o&&l.to==s&&l.insert.eq(d)){l=this.pendingContextChange=null,n+=h,this.to+=h;return}else l=null,this.revertPending(e.state);if(o+=n,s+=n,s<=this.from)this.from+=h,this.to+=h;else if(o<this.to){if(o<this.from||s>this.to||this.to-this.from+d.length>3e4){i=!0;return}this.editContext.updateText(this.toContextPos(o),this.toContextPos(s),d.toString()),this.to+=h}n+=h}),l&&!i&&this.revertPending(e.state),!i}update(e){let n=this.pendingContextChange,i=e.startState.selection.main;this.composing&&(this.composing.drifted||!e.changes.touchesRange(i.from,i.to)&&e.transactions.some(l=>!l.isUserEvent("input.type")&&l.changes.touchesRange(this.from,this.to)))?(this.composing.drifted=!0,this.composing.editorBase=e.changes.mapPos(this.composing.editorBase)):!this.applyEdits(e)||!this.rangeIsValid(e.state)?(this.pendingContextChange=null,this.reset(e.state)):(e.docChanged||e.selectionSet||n)&&this.setSelection(e.state),(e.geometryChanged||e.docChanged||e.selectionSet)&&e.view.requestMeasure(this.measureReq)}resetRange(e){let{head:n}=e.selection.main;this.from=Math.max(0,n-1e4),this.to=Math.min(e.doc.length,n+1e4)}reset(e){this.resetRange(e),this.editContext.updateText(0,this.editContext.text.length,e.doc.sliceString(this.from,this.to)),this.setSelection(e)}revertPending(e){let n=this.pendingContextChange;this.pendingContextChange=null,this.editContext.updateText(this.toContextPos(n.from),this.toContextPos(n.from+n.insert.length),e.doc.sliceString(n.from,n.to))}setSelection(e){let{main:n}=e.selection,i=this.toContextPos(Math.max(this.from,Math.min(this.to,n.anchor))),l=this.toContextPos(n.head);(this.editContext.selectionStart!=i||this.editContext.selectionEnd!=l)&&this.editContext.updateSelection(i,l)}rangeIsValid(e){let{head:n}=e.selection.main;return!(this.from>0&&n-this.from<500||this.to<e.doc.length&&this.to-n<500||this.to-this.from>1e4*3)}toEditorPos(e,n=this.to-this.from){e=Math.min(e,n);let i=this.composing;return i&&i.drifted?i.editorBase+(e-i.contextBase):e+this.from}toContextPos(e){let n=this.composing;return n&&n.drifted?n.contextBase+(e-n.editorBase):e-this.from}destroy(){for(let e in this.handlers)this.editContext.removeEventListener(e,this.handlers[e])}}class re{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return!!this.inputState&&this.inputState.composing>0}get compositionStarted(){return!!this.inputState&&this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(e={}){var n;this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),e.parent&&e.parent.appendChild(this.dom);let{dispatch:i}=e;this.dispatchTransactions=e.dispatchTransactions||i&&(l=>l.forEach(o=>i(o,this)))||(l=>this.update(l)),this.dispatch=this.dispatch.bind(this),this._root=e.root||Bf(e.parent)||document,this.viewState=new aa(e.state||ce.create(e)),e.scrollTo&&e.scrollTo.is(Gn)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Wt).map(l=>new cl(l));for(let l of this.plugins)l.update(this);this.observer=new Wu(this),this.inputState=new pu(this),this.inputState.ensureHandlers(this.plugins),this.docView=new Os(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),!((n=document.fonts)===null||n===void 0)&&n.ready&&document.fonts.ready.then(()=>this.requestMeasure())}dispatch(...e){let n=e.length==1&&e[0]instanceof Ve?e:e.length==1&&Array.isArray(e[0])?e[0]:[this.state.update(...e)];this.dispatchTransactions(n,this)}update(e){if(this.updateState!=0)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let n=!1,i=!1,l,o=this.state;for(let u of e){if(u.startState!=o)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");o=u.state}if(this.destroyed){this.viewState.state=o;return}let s=this.hasFocus,r=0,c=null;e.some(u=>u.annotation(Zs))?(this.inputState.notifiedFocused=s,r=1):s!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=s,c=ea(o,s),c||(r=1));let d=this.observer.delayedAndroidKey,h=null;if(d?(this.observer.clearDelayedAndroidKey(),h=this.observer.readChange(),(h&&!this.state.doc.eq(o.doc)||!this.state.selection.eq(o.selection))&&(h=null)):this.observer.clear(),o.facet(ce.phrases)!=this.state.facet(ce.phrases))return this.setState(o);l=Jn.create(this,o,e),l.flags|=r;let f=this.viewState.scrollTarget;try{this.updateState=2;for(let u of e){if(f&&(f=f.map(u.changes)),u.scrollIntoView){let{main:m}=u.state.selection;f=new Qt(m.empty?m:J.cursor(m.head,m.head>m.anchor?-1:1))}for(let m of u.effects)m.is(Gn)&&(f=m.value.clip(this.state))}this.viewState.update(l,f),this.bidiCache=ri.update(this.bidiCache,l.changes),l.empty||(this.updatePlugins(l),this.inputState.update(l)),n=this.docView.update(l),this.state.facet(bn)!=this.styleModules&&this.mountStyles(),i=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(n,e.some(u=>u.isUserEvent("select.pointer")))}finally{this.updateState=0}if(l.startState.facet(ai)!=l.state.facet(ai)&&(this.viewState.mustMeasureContent=!0),(n||i||f||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),n&&this.docViewUpdate(),!l.empty)for(let u of this.state.facet(sl))try{u(l)}catch(m){tt(this.state,m,"update listener")}(c||h)&&Promise.resolve().then(()=>{c&&this.state==c.startState&&this.dispatch(c),h&&!Ls(this,h)&&d.force&&jt(this.contentDOM,d.key,d.keyCode)})}setState(e){if(this.updateState!=0)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed){this.viewState.state=e;return}this.updateState=2;let n=this.hasFocus;try{for(let i of this.plugins)i.destroy(this);this.viewState=new aa(e),this.plugins=e.facet(Wt).map(i=>new cl(i)),this.pluginMap.clear();for(let i of this.plugins)i.update(this);this.docView.destroy(),this.docView=new Os(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}n&&this.focus(),this.requestMeasure()}updatePlugins(e){let n=e.startState.facet(Wt),i=e.state.facet(Wt);if(n!=i){let l=[];for(let o of i){let s=n.indexOf(o);if(s<0)l.push(new cl(o));else{let r=this.plugins[s];r.mustUpdate=e,l.push(r)}}for(let o of this.plugins)o.mustUpdate!=e&&o.destroy(this);this.plugins=l,this.pluginMap.clear()}else for(let l of this.plugins)l.mustUpdate=e;for(let l=0;l<this.plugins.length;l++)this.plugins[l].update(this);n!=i&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let e of this.plugins){let n=e.value;if(n&&n.docViewUpdate)try{n.docViewUpdate(this)}catch(i){tt(this.state,i,"doc view update listener")}}}measure(e=!0){if(this.destroyed)return;if(this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey){this.measureScheduled=-1,this.requestMeasure();return}this.measureScheduled=0,e&&this.observer.forceFlush();let n=null,i=this.scrollDOM,l=i.scrollTop*this.scaleY,{scrollAnchorPos:o,scrollAnchorHeight:s}=this.viewState;Math.abs(l-this.viewState.scrollTop)>1&&(s=-1),this.viewState.scrollAnchorHeight=-1;try{for(let r=0;;r++){if(s<0)if(Yo(i))o=-1,s=this.viewState.heightMap.height;else{let m=this.viewState.scrollAnchorAt(l);o=m.from,s=m.top}this.updateState=1;let c=this.viewState.measure(this);if(!c&&!this.measureRequests.length&&this.viewState.scrollTarget==null)break;if(r>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let d=[];c&4||([this.measureRequests,d]=[d,this.measureRequests]);let h=d.map(m=>{try{return m.read(this)}catch(g){return tt(this.state,g),pa}}),f=Jn.create(this,this.state,[]),u=!1;f.flags|=c,n?n.flags|=c:n=f,this.updateState=2,f.empty||(this.updatePlugins(f),this.inputState.update(f),this.updateAttrs(),u=this.docView.update(f),u&&this.docViewUpdate());for(let m=0;m<d.length;m++)if(h[m]!=pa)try{let g=d[m];g.write&&g.write(h[m],this)}catch(g){tt(this.state,g)}if(u&&this.docView.updateSelection(!0),!f.viewportChanged&&this.measureRequests.length==0){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,s=-1;continue}else{let g=(o<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(o).top)-s;if(g>1||g<-1){l=l+g,i.scrollTop=l/this.scaleY,s=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(n&&!n.empty)for(let r of this.state.facet(sl))r(n)}get themeClasses(){return Al+" "+(this.state.facet(wl)?da:ca)+" "+this.state.facet(ai)}updateAttrs(){let e=ma(this,Ss,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),n={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(ht)?"true":"false",class:"cm-content",style:`${G.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(n["aria-readonly"]="true"),ma(this,dl,n);let i=this.observer.ignore(()=>{let l=Zi(this.contentDOM,this.contentAttrs,n),o=Zi(this.dom,this.editorAttrs,e);return l||o});return this.editorAttrs=e,this.contentAttrs=n,i}showAnnouncements(e){let n=!0;for(let i of e)for(let l of i.effects)if(l.is(re.announce)){n&&(this.announceDOM.textContent=""),n=!1;let o=this.announceDOM.appendChild(document.createElement("div"));o.textContent=l.value}}mountStyles(){this.styleModules=this.state.facet(bn);let e=this.state.facet(re.cspNonce);yt.mount(this.root,this.styleModules.concat(qu).reverse(),e?{nonce:e}:void 0)}readMeasured(){if(this.updateState==2)throw new Error("Reading the editor layout isn't allowed during an update");this.updateState==0&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),e){if(this.measureRequests.indexOf(e)>-1)return;if(e.key!=null){for(let n=0;n<this.measureRequests.length;n++)if(this.measureRequests[n].key===e.key){this.measureRequests[n]=e;return}}this.measureRequests.push(e)}}plugin(e){let n=this.pluginMap.get(e);return(n===void 0||n&&n.plugin!=e)&&this.pluginMap.set(e,n=this.plugins.find(i=>i.plugin==e)||null),n&&n.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,n,i){return pl(this,e,$s(this,e,n,i))}moveByGroup(e,n){return pl(this,e,$s(this,e,n,i=>ou(this,e.head,i)))}visualLineSide(e,n){let i=this.bidiSpans(e),l=this.textDirectionAt(e.from),o=i[n?i.length-1:0];return J.cursor(o.side(n,l)+e.from,o.forward(!n,l)?1:-1)}moveToLineBoundary(e,n,i=!0){return lu(this,e,n,i)}moveVertically(e,n,i){return pl(this,e,su(this,e,n,i))}domAtPos(e){return this.docView.domAtPos(e)}posAtDOM(e,n=0){return this.docView.posFromDOM(e,n)}posAtCoords(e,n=!0){return this.readMeasured(),Is(this,e,n)}coordsAtPos(e,n=1){this.readMeasured();let i=this.docView.coordsAt(e,n);if(!i||i.left==i.right)return i;let l=this.state.doc.lineAt(e),o=this.bidiSpans(l),s=o[At.find(o,e-l.from,-1,n)];return Qn(i,s.dir==Se.LTR==n>0)}coordsForChar(e){return this.readMeasured(),this.docView.coordsForChar(e)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(e){return!this.state.facet(xs)||e<this.viewport.from||e>this.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(e))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(e){if(e.length>Hu)return ps(e.length);let n=this.textDirectionAt(e.from),i;for(let o of this.bidiCache)if(o.from==e.from&&o.dir==n&&(o.fresh||us(o.isolates,i=Vs(this,e))))return o.order;i||(i=Vs(this,e));let l=Lf(e.text,n,i);return this.bidiCache.push(new ri(e.from,e.to,n,i,!0,l)),l}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||G.safari&&((e=this.inputState)===null||e===void 0?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{Qo(this.contentDOM),this.docView.updateSelection()})}setRoot(e){this._root!=e&&(this._root=e,this.observer.setWindow((e.nodeType==9?e:e.ownerDocument).defaultView||window),this.mountStyles())}destroy(){this.root.activeElement==this.contentDOM&&this.contentDOM.blur();for(let e of this.plugins)e.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(e,n={}){return Gn.of(new Qt(typeof e=="number"?J.cursor(e):e,n.y,n.x,n.yMargin,n.xMargin))}scrollSnapshot(){let{scrollTop:e,scrollLeft:n}=this.scrollDOM,i=this.viewState.scrollAnchorAt(e);return Gn.of(new Qt(J.cursor(i.from),"start","start",i.top-e,n,!0))}setTabFocusMode(e){e==null?this.inputState.tabFocusMode=this.inputState.tabFocusMode<0?0:-1:typeof e=="boolean"?this.inputState.tabFocusMode=e?0:-1:this.inputState.tabFocusMode!=0&&(this.inputState.tabFocusMode=Date.now()+e)}static domEventHandlers(e){return Kt.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return Kt.define(()=>({}),{eventObservers:e})}static theme(e,n){let i=yt.newName(),l=[ai.of(i),bn.of(xl(`.${i}`,e))];return n&&n.dark&&l.push(wl.of(!0)),l}static baseTheme(e){return rf.lowest(bn.of(xl("."+Al,e,ha)))}static findFromDOM(e){var n;let i=e.querySelector(".cm-content"),l=i&&de.get(i)||de.get(e);return((n=l?.rootView)===null||n===void 0?void 0:n.view)||null}}re.styleModule=bn,re.inputHandler=ws,re.clipboardInputFilter=al,re.clipboardOutputFilter=rl,re.scrollHandler=vs,re.focusChangeEffect=As,re.perLineTextDirection=xs,re.exceptionSink=ys,re.updateListener=sl,re.editable=ht,re.mouseSelectionStyle=ks,re.dragMovesSelection=bs,re.clickAddsSelectionRange=gs,re.decorations=gn,re.outerDecorations=Bs,re.atomicRanges=hl,re.bidiIsolatedRanges=Ns,re.scrollMargins=Rs,re.darkTheme=wl,re.cspNonce=ne.define({combine:a=>a.length?a[0]:""}),re.contentAttributes=dl,re.editorAttributes=Ss,re.lineWrapping=re.contentAttributes.of({class:"cm-lineWrapping"}),re.announce=Ae.define();const Hu=4096,pa={};class ri{constructor(e,n,i,l,o,s){this.from=e,this.to=n,this.dir=i,this.isolates=l,this.fresh=o,this.order=s}static update(e,n){if(n.empty&&!e.some(o=>o.fresh))return e;let i=[],l=e.length?e[e.length-1].dir:Se.LTR;for(let o=Math.max(0,e.length-10);o<e.length;o++){let s=e[o];s.dir==l&&!n.touchesRange(s.from,s.to)&&i.push(new ri(n.mapPos(s.from,1),n.mapPos(s.to,-1),s.dir,s.isolates,!1,s.order))}return i}}function ma(a,e,n){for(let i=a.state.facet(e),l=i.length-1;l>=0;l--){let o=i[l],s=typeof o=="function"?o(a):o;s&&Xi(s,n)}return n}class Ht extends Pt{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}Ht.prototype.elementClass="",Ht.prototype.toDOM=void 0,Ht.prototype.mapMode=Fe.TrackBefore,Ht.prototype.startSide=Ht.prototype.endSide=-1,Ht.prototype.point=!0;var Cl;const Gt=new ae;function Gu(a){return ne.define({combine:a?e=>e.concat(a):void 0})}const Ju=new ae;class Qe{constructor(e,n,i=[],l=""){this.data=e,this.name=l,ce.prototype.hasOwnProperty("tree")||Object.defineProperty(ce.prototype,"tree",{get(){return Sl(this)}}),this.parser=n,this.extension=[Xt.of(this),ce.languageData.of((o,s,r)=>{let c=ga(o,s,r),d=c.type.prop(Gt);if(!d)return[];let h=o.facet(d),f=c.type.prop(Ju);if(f){let u=c.resolve(s-c.from,r);for(let m of f)if(m.test(u,o)){let g=o.facet(m.facet);return m.type=="replace"?g:g.concat(h)}}return h})].concat(i)}isActiveAt(e,n,i=-1){return ga(e,n,i).type.prop(Gt)==this.data}findRegions(e){let n=e.facet(Xt);if(n?.data==this.data)return[{from:0,to:e.doc.length}];if(!n||!n.allowsNesting)return[];let i=[],l=(o,s)=>{if(o.prop(Gt)==this.data){i.push({from:s,to:s+o.length});return}let r=o.prop(ae.mounted);if(r){if(r.tree.prop(Gt)==this.data){if(r.overlay)for(let c of r.overlay)i.push({from:c.from+s,to:c.to+s});else i.push({from:s,to:s+o.length});return}else if(r.overlay){let c=i.length;if(l(r.tree,r.overlay[0].from+s),i.length>c)return}}for(let c=0;c<o.children.length;c++){let d=o.children[c];d instanceof ye&&l(d,o.positions[c]+s)}};return l(Sl(e),0),i}get allowsNesting(){return!0}}Qe.setState=Ae.define();function ga(a,e,n){let i=a.facet(Xt),l=Sl(a).topNode;if(!i||i.allowsNesting)for(let o=l;o;o=o.enter(e,n,xe.ExcludeBuffers))o.type.isTop&&(l=o);return l}class ci extends Qe{constructor(e,n,i){super(e,n,[],i),this.parser=n}static define(e){let n=Gu(e.languageData);return new ci(n,e.parser.configure({props:[Gt.add(i=>i.isTop?n:void 0)]}),e.name)}configure(e,n){return new ci(this.data,this.parser.configure(e),n||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Sl(a){let e=a.field(Qe.state,!1);return e?e.tree:ye.empty}class Xu{constructor(e){this.doc=e,this.cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){return this.string=this.cursor.next(e-this.cursorPos).value,this.cursorPos=e+this.string.length,this.cursorPos-this.string.length}chunk(e){return this.syncTo(e),this.string}get lineChunks(){return!0}read(e,n){let i=this.cursorPos-this.string.length;return e<i||n>=this.cursorPos?this.doc.sliceString(e,n):this.string.slice(e-i,n-i)}}let wn=null;class di{constructor(e,n,i=[],l,o,s,r,c){this.parser=e,this.state=n,this.fragments=i,this.tree=l,this.treeLen=o,this.viewport=s,this.skipped=r,this.scheduleOn=c,this.parse=null,this.tempSkipped=[]}static create(e,n,i){return new di(e,n,[],ye.empty,0,i,[],null)}startParse(){return this.parser.startParse(new Xu(this.state.doc),this.fragments)}work(e,n){return n!=null&&n>=this.state.doc.length&&(n=void 0),this.tree!=ye.empty&&this.isDone(n??this.state.doc.length)?(this.takeTree(),!0):this.withContext(()=>{var i;if(typeof e=="number"){let l=Date.now()+e;e=()=>Date.now()>l}for(this.parse||(this.parse=this.startParse()),n!=null&&(this.parse.stoppedAt==null||this.parse.stoppedAt>n)&&n<this.state.doc.length&&this.parse.stopAt(n);;){let l=this.parse.advance();if(l)if(this.fragments=this.withoutTempSkipped(St.addTree(l,this.fragments,this.parse.stoppedAt!=null)),this.treeLen=(i=this.parse.stoppedAt)!==null&&i!==void 0?i:this.state.doc.length,this.tree=l,this.parse=null,this.treeLen<(n??this.state.doc.length))this.parse=this.startParse();else return!0;if(e())return!1}})}takeTree(){let e,n;this.parse&&(e=this.parse.parsedPos)>=this.treeLen&&((this.parse.stoppedAt==null||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext(()=>{for(;!(n=this.parse.advance()););}),this.treeLen=e,this.tree=n,this.fragments=this.withoutTempSkipped(St.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let n=wn;wn=this;try{return e()}finally{wn=n}}withoutTempSkipped(e){for(let n;n=this.tempSkipped.pop();)e=ba(e,n.from,n.to);return e}changes(e,n){let{fragments:i,tree:l,treeLen:o,viewport:s,skipped:r}=this;if(this.takeTree(),!e.empty){let c=[];if(e.iterChangedRanges((d,h,f,u)=>c.push({fromA:d,toA:h,fromB:f,toB:u})),i=St.applyChanges(i,c),l=ye.empty,o=0,s={from:e.mapPos(s.from,-1),to:e.mapPos(s.to,1)},this.skipped.length){r=[];for(let d of this.skipped){let h=e.mapPos(d.from,1),f=e.mapPos(d.to,-1);h<f&&r.push({from:h,to:f})}}}return new di(this.parser,n,i,l,o,s,r,this.scheduleOn)}updateViewport(e){if(this.viewport.from==e.from&&this.viewport.to==e.to)return!1;this.viewport=e;let n=this.skipped.length;for(let i=0;i<this.skipped.length;i++){let{from:l,to:o}=this.skipped[i];l<e.to&&o>e.from&&(this.fragments=ba(this.fragments,l,o),this.skipped.splice(i--,1))}return this.skipped.length>=n?!1:(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(e,n){this.skipped.push({from:e,to:n})}static getSkippingParser(e){return new class extends no{createParse(n,i,l){let o=l[0].from,s=l[l.length-1].to;return{parsedPos:o,advance(){let c=wn;if(c){for(let d of l)c.tempSkipped.push(d);e&&(c.scheduleOn=c.scheduleOn?Promise.all([c.scheduleOn,e]):e)}return this.parsedPos=s,new ye(_e.none,[],[],s-o)},stoppedAt:null,stopAt(){}}}}}isDone(e){e=Math.min(e,this.state.doc.length);let n=this.fragments;return this.treeLen>=e&&n.length&&n[0].from==0&&n[0].to>=e}static get(){return wn}}function ba(a,e,n){return St.applyChanges(a,[{fromA:e,toA:n,fromB:e,toB:n}])}class Jt{constructor(e){this.context=e,this.tree=e.tree}apply(e){if(!e.docChanged&&this.tree==this.context.tree)return this;let n=this.context.changes(e.changes,e.state),i=this.context.treeLen==e.startState.doc.length?void 0:Math.max(e.changes.mapPos(this.context.treeLen),n.viewport.to);return n.work(20,i)||n.takeTree(),new Jt(n)}static init(e){let n=Math.min(3e3,e.doc.length),i=di.create(e.facet(Xt).parser,e,{from:0,to:n});return i.work(20,n)||i.takeTree(),new Jt(i)}}Qe.state=Vt.define({create:Jt.init,update(a,e){for(let n of e.effects)if(n.is(Qe.setState))return n.value;return e.startState.facet(Xt)!=e.state.facet(Xt)?Jt.init(e.state):a.apply(e)}});let ka=a=>{let e=setTimeout(()=>a(),500);return()=>clearTimeout(e)};typeof requestIdleCallback<"u"&&(ka=a=>{let e=-1,n=setTimeout(()=>{e=requestIdleCallback(a,{timeout:400})},100);return()=>e<0?clearTimeout(n):cancelIdleCallback(e)});const Bl=typeof navigator<"u"&&(!((Cl=navigator.scheduling)===null||Cl===void 0)&&Cl.isInputPending)?()=>navigator.scheduling.isInputPending():null,Zu=Kt.fromClass(class{constructor(e){this.view=e,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(e){let n=this.view.state.field(Qe.state).context;(n.updateViewport(e.view.viewport)||this.view.viewport.to>n.treeLen)&&this.scheduleWork(),(e.docChanged||e.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(n)}scheduleWork(){if(this.working)return;let{state:e}=this.view,n=e.field(Qe.state);(n.tree!=n.context.tree||!n.context.isDone(e.doc.length))&&(this.working=ka(this.work))}work(e){this.working=null;let n=Date.now();if(this.chunkEnd<n&&(this.chunkEnd<0||this.view.hasFocus)&&(this.chunkEnd=n+3e4,this.chunkBudget=3e3),this.chunkBudget<=0)return;let{state:i,viewport:{to:l}}=this.view,o=i.field(Qe.state);if(o.tree==o.context.tree&&o.context.isDone(l+1e5))return;let s=Date.now()+Math.min(this.chunkBudget,100,e&&!Bl?Math.max(25,e.timeRemaining()-5):1e9),r=o.context.treeLen<l&&i.doc.length>l+1e3,c=o.context.work(()=>Bl&&Bl()||Date.now()>s,l+(r?0:1e5));this.chunkBudget-=Date.now()-n,(c||this.chunkBudget<=0)&&(o.context.takeTree(),this.view.dispatch({effects:Qe.setState.of(new Jt(o.context))})),this.chunkBudget>0&&!(c&&!r)&&this.scheduleWork(),this.checkAsyncSchedule(o.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(n=>tt(this.view.state,n)).then(()=>this.workScheduled--),e.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),Xt=ne.define({combine(a){return a.length?a[0]:null},enables:a=>[Qe.state,Zu,re.contentAttributes.compute([a],e=>{let n=e.facet(a);return n&&n.name?{"data-language":n.name}:{}})]});class ep{constructor(e,n=[]){this.language=e,this.support=n,this.extension=[e,n]}}const tp=new ae;function ya({except:a,units:e=1}={}){return n=>{let i=a&&a.test(n.textAfter);return n.baseIndent+(i?0:e*n.unit)}}const np=new ae;function ip(a){let e=a.firstChild,n=a.lastChild;return e&&e.to<n.from?{from:e.to,to:n.type.isError?a.to:n.from}:null}class Nl{constructor(e,n){this.specs=e;let i;function l(r){let c=yt.newName();return(i||(i=Object.create(null)))["."+c]=r,c}const o=typeof n.all=="string"?n.all:n.all?l(n.all):void 0,s=n.scope;this.scope=s instanceof Qe?r=>r.prop(Gt)==s.data:s?r=>r==s:void 0,this.style=ho(e.map(r=>({tag:r.tag,class:r.class||l(Object.assign({},r,{tag:null}))})),{all:o}).style,this.module=i?new yt(i):null,this.themeType=n.themeType}static define(e,n){return new Nl(e,n||{})}}z.meta,z.link,z.heading,z.emphasis,z.strong,z.strikethrough,z.keyword,z.atom,z.bool,z.url,z.contentSeparator,z.labelName,z.literal,z.inserted,z.string,z.deleted,z.regexp,z.escape,z.string,z.variableName,z.variableName,z.typeName,z.namespace,z.className,z.variableName,z.macroName,z.propertyName,z.comment,z.invalid;const lp=Object.create(null),wa=[_e.none],Aa=[],xa=Object.create(null),op=Object.create(null);for(let[a,e]of[["variable","variableName"],["variable-2","variableName.special"],["string-2","string.special"],["def","variableName.definition"],["tag","tagName"],["attribute","attributeName"],["type","typeName"],["builtin","variableName.standard"],["qualifier","modifier"],["error","invalid"],["header","heading"],["property","propertyName"]])op[a]=sp(lp,e);function Vl(a,e){Aa.indexOf(a)>-1||(Aa.push(a),console.warn(e))}function sp(a,e){let n=[];for(let r of e.split(" ")){let c=[];for(let d of r.split(".")){let h=a[d]||z[d];h?typeof h=="function"?c.length?c=c.map(h):Vl(d,`Modifier ${d} used at start of tag`):c.length?Vl(d,`Tag ${d} used as modifier`):c=Array.isArray(h)?h:[h]:Vl(d,`Unknown highlighting tag ${d}`)}for(let d of c)n.push(d)}if(!n.length)return 0;let i=e.replace(/ /g,"_"),l=i+" "+n.map(r=>r.id),o=xa[l];if(o)return o.id;let s=xa[l]=_e.define({id:wa.length,name:i,props:[co({[i]:n})]});return wa.push(s),s.id}Se.RTL,Se.LTR;const ap=ci.define({name:"json",parser:ef.configure({props:[tp.add({Object:ya({except:/^\s*\}/}),Array:ya({except:/^\s*\]/})}),np.add({"Object Array":ip})]}),languageData:{closeBrackets:{brackets:["[","{",'"']},indentOnInput:/^\s*[\}\]]$/}});function rp(){return new ep(ap)}const Rl=[{name:"tel",title:"手机号",express:"^1[3-9]\\d{9}$",error:"手机号不正确"},{name:"email",title:"邮箱",express:"^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$",error:"邮箱不正确"},{name:"idcard",title:"身份证号码",express:"(^[1-9]\\d{5}(18|19|20)\\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\\d{3}[0-9Xx]$)|(^[1-9]\\d{5}\\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\\d{3}$)",error:"身份证号码不正确"}];function cp(){const a=De();if(a.formRules?.length){const e={};Rl.forEach(i=>{e[i.name]=i});const n=[...Rl];return a.formRules.forEach(i=>{const l=e[i.name];l?Object.assign(l,i):n.push(l)}),n}return Rl}const dp={loadAdvances:cp},hp={class:"unione-props-setting data-field-setting"},fp={key:0},up=["onClick"],pp={class:"field-txt"},mp=["onClick"],gp={key:1,class:"field-txt"},bp=["onClick"],kp={key:0,class:"field-txt"},yp={key:3,class:"edit-field"},wp=["onClick"],Ap=le(t.defineComponent({__name:"dataFieldSetting",props:{modelValue:{required:!0},modelModifiers:{}},emits:["update:modelValue"],setup(a){const e=t.ref([rp()]),n=t.ref([{title:"序号",dataIndex:"index",key:"index",width:"30px",fixed:"left",align:"center",customRender:({index:k})=>k+1},{title:"字段名称",dataIndex:"name",key:"name",width:"70px",rowDrag:!0,resizable:!0,fixed:"left",align:"center"},{title:"字段标题",dataIndex:"title",key:"title",width:"90px",align:"center"},{title:"控件类型",dataIndex:"widget",key:"widget",width:"60px",align:"center"},{title:"验证规则",dataIndex:"rules",key:"rules",width:"60px",align:"center"},{title:"表单",dataIndex:"form",key:"form",width:"40px",align:"center"},{title:"详情",dataIndex:"view",key:"view",width:"40px",align:"center"},{title:"列表",dataIndex:"list",key:"list",width:"40px",align:"center"},{title:"排序",dataIndex:"sort",key:"sort",width:"40px",align:"center"},{title:"查询",dataIndex:"query",key:"query",width:"40px",align:"center"},{title:"转换器",dataIndex:"convertName",key:"convertName",width:"50px",align:"center"}]),i=t.useModel(a,"modelValue"),l={mounted:k=>k.focus()},o=t.ref({});function s(){const k=Object.keys(o.value);if(k.length)for(let p in k){const S=i.value.filter(_=>_.name==p);if(S&&S[0]){let _=o.value[p];Object.keys(_).forEach(C=>{C=="convertName"?(S[0].convert||(S[0].convert={}),S[0].convert.type=_[C]):S[0][C]=_[C]})}}o.value={}}function r(k,p){s();const S={};p=="convertName"?(k.convert||(k.convert={}),S[p]=k.convert?.type):S[p]=k[p]||"",o.value[k.name]=S}function c(k,p){{o.value={};return}}function d(k,p){switch(p){case"query":return k.configs?.query?.enable;case"form":return k.configs?.show?.form?.enable;case"view":return k.configs?.show?.view?.enable;case"list":return k.configs?.show?.list?.enable;case"sort":return k.configs?.sort?.enable}}function h(k,p){switch(p){case"query":k.configs=Y.utils.obj.ext(k.configs,{query:{enable:!1}}),k.configs.query.enable=!k.configs.query.enable;break;case"form":k.configs=Y.utils.obj.ext(k.configs,{show:{form:{enable:!1}}}),k.configs.show.form.enable=!k.configs.show.form.enable;break;case"view":k.configs=Y.utils.obj.ext(k.configs,{show:{view:{enable:!1}}}),k.configs.show.view.enable=!k.configs.show.view.enable;break;case"list":k.configs=Y.utils.obj.ext(k.configs,{show:{list:{enable:!1}}}),k.configs.show.list.enable=!k.configs.show.list.enable;break;case"sort":k.configs=Y.utils.obj.ext(k.configs,{sort:{enable:!1}}),k.configs.sort.enable=!k.configs.sort.enable;break}console.log("record.configs",k.configs)}const f=t.ref({title:"列头设置",prop:"list",visible:!1,field:{},show:{},toSetting:()=>{f.value.visible=!1}});function u(k,p){switch(f.value.prop=p,f.value.field=k,k.configs||(k.configs={}),k.configs.show||(k.configs.show={}),p){case"query":k.configs.query||(k.configs.query={}),k.configs.query.types||(k.configs.query.types="EQ"),f.value.show=k.configs.query,f.value.title=`查询设置/${k.title}(${k.name})`;break;case"form":k.configs.show.form||(k.configs.show.form={}),f.value.show=k.configs.show.form,f.value.title=`表单设置/${k.title}(${k.name})`;break;case"view":k.configs.show.view||(k.configs.show.view={}),f.value.show=k.configs.show.view,f.value.title=`详情设置/${k.title}(${k.name})`;break;case"list":k.configs.show.list||(k.configs.show.list={}),f.value.show=k.configs.show.list,f.value.title=`列头设置/${k.title}(${k.name})`;break;case"sort":k.configs.sort||(k.configs.sort={}),f.value.show=k.configs.sort,f.value.title=`排序设置/${k.title}(${k.name})`;break}f.value.visible=!0}const m=t.ref({options:[{value:"keywords",label:"关键字"},{value:"equle",label:"精确"},{value:"like",label:"模糊"},{value:"like-right",label:"右模糊"},{value:"like-left",label:"左模糊"},{value:"range",label:"范围"}],showLabel:k=>{const p=m.value.options.filter(S=>S.value==k);return p[0]?p[0].label:k}}),g=t.ref({visible:!1,field:{},props:{},advances:dp.loadAdvances(),showInfo:k=>{let p=0;if(k.configs?.rule){const S=k.configs.rule;S.advance&&p++,typeof S.rangeMin<"u"&&p++,typeof S.rangeMax<"u"&&p++,typeof S.regExpress<"u"&&p++}if(p>0)return"("+p+")"},toSetting:()=>{const k=g.value.props;g.value.field.configs=Y.utils.obj.ext(g.value.field.configs,{rule:{...k}}),g.value.visible=!1,g.value.props={}}});function w(k){g.value.visible=!0,g.value.field=k,g.value.props=k.configs?.rule||{}}const v=t.ref({visible:!1,field:{},widget:{},widgets:[{value:"a-input",label:"文本框"},{value:"a-input-number",label:"数值框"},{value:"unione-check-box",label:"多选框"},{value:"unione-radio-box",label:"单选框"},{value:"unione-switch-box",label:"开关"},{value:"unione-select-box",label:"下拉框"},{value:"unione-tree-box",label:"下拉树"},{value:"a-date-picker",label:"日期框"},{value:"a-input-password",label:"密码框"},{value:"a-input-search",label:"搜索框"},{value:"a-upload",label:"文件框"},{value:"unione-avatar",label:"头像框",disabled:!0},{value:"unione-picture-card",label:"照片墙"},{value:"a-slider",label:"滑块"},{value:"a-textarea",label:"文本域"}],widgetName:k=>{const p=k.configs?.widget?.name,S=v.value.widgets.filter(_=>_.value==p);return S[0]?S[0].label:p},toSetting:(k,p)=>{k.configs||(k.configs={}),k.configs.widget||(k.configs.widget={}),k.configs.widget.name=p},toclose:()=>{v.value.visible=!1}});function y(k){v.value.field=k,k.configs=Y.utils.obj.ext(k.configs,{widget:{props:{}}}),v.value.widget=k.configs.widget,v.value.visible=!0}const A=t.ref({visible:!1,field:{},convert:{},types:[{value:"dict",label:"字典"},{value:"option",label:"静态"},{value:"dbtable",label:"数据集"},{value:"remote",label:"远程接口"},{value:"local",label:"本地接口"}],optionColumn:[{title:"选项标题",dataIndex:"label"},{title:"选项值",dataIndex:"value"},{title:"操作",dataIndex:"action",width:"20%"}],getTypes:(k,p="--")=>A.value.types.filter(S=>S.value==k)[0]?.label||p,toAddOption:()=>{A.value.convert.options||(A.value.convert.options=[]),A.value.convert.options.push({label:"",value:""})},toDelOption:(k,p)=>{A.value.convert.options.splice(k,1)},toSetting:()=>{A.value.visible=!1}});function V(k){A.value.visible=!0,A.value.field=k,k.configs||(k.configs={}),k.configs.convert||(k.configs.convert={}),A.value.convert=k.configs.convert}return(k,p)=>{const S=t.resolveComponent("ToolOutlined"),_=t.resolveComponent("a-button"),C=t.resolveComponent("a-select"),x=t.resolveComponent("a-checkbox"),N=t.resolveComponent("a-table"),R=t.resolveComponent("a-switch"),b=t.resolveComponent("a-form-item"),B=t.resolveComponent("a-select-option"),T=t.resolveComponent("a-input-number"),E=t.resolveComponent("a-form"),M=t.resolveComponent("a-modal"),P=t.resolveComponent("a-input"),F=t.resolveComponent("unione-select-box"),q=t.resolveComponent("a-checkbox-group"),L=t.resolveComponent("unione-section");return t.openBlock(),t.createElementBlock("div",hp,[t.createVNode(N,{columns:n.value,"data-source":i.value,bordered:"",scroll:{x:1e3},pagination:!0,"row-key":"name",size:"small"},{headerCell:t.withCtx(({column:O})=>[["widget","queryType","rules","convertName"].includes(O.key)?(t.openBlock(),t.createElementBlock("span",fp,[t.createVNode(S),t.createTextVNode(" "+t.toDisplayString(O.title),1)])):t.createCommentVNode("",!0)]),bodyCell:t.withCtx(({column:O,text:ee,record:D})=>[["rules"].includes(O.dataIndex)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["edit-field",!g.value.showInfo(D)&&"empty"]),onClick:K=>w(D)},[t.createElementVNode("span",pp,t.toDisplayString(g.value.showInfo(D)),1),g.value.showInfo(D)?(t.openBlock(),t.createBlock(_,{key:0,type:"link"},{default:t.withCtx(()=>p[50]||(p[50]=[t.createTextVNode("设置")])),_:1})):t.createCommentVNode("",!0)],10,up)):["widget"].includes(O.dataIndex)?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["edit-field",(!o.value[D.name]||!Object.keys(o.value[D.name]).includes(O.dataIndex))&&!ee&&"empty"]),onClick:K=>r(D,O.dataIndex)},[o.value[D.name]&&Object.keys(o.value[D.name]).includes(O.dataIndex)?t.withDirectives((t.openBlock(),t.createBlock(C,{key:0,value:D.configs?.widget?.name,allowClear:!0,options:v.value.widgets,onChange:K=>v.value.toSetting(D,K),onBlur:p[0]||(p[0]=K=>c())},null,8,["value","options","onChange"])),[[l]]):(t.openBlock(),t.createElementBlock("span",gp,t.toDisplayString(v.value.widgetName(D)),1)),t.createVNode(_,{type:"link",onClick:t.withModifiers(K=>y(D),["stop"])},{default:t.withCtx(()=>p[51]||(p[51]=[t.createTextVNode("设置")])),_:2},1032,["onClick"])],10,mp)):["convertName"].includes(O.dataIndex)?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(["edit-field",(!o.value[D.name]||!Object.keys(o.value[D.name]).includes(O.dataIndex))&&!D.convert?.type&&"empty"]),onClick:K=>V(D)},[D.configs?.convert?.types?(t.openBlock(),t.createElementBlock("span",kp,t.toDisplayString(A.value.getTypes(D.configs.convert.types)),1)):t.createCommentVNode("",!0)],10,bp)):["query","form","view","list","sort"].includes(O.dataIndex)?(t.openBlock(),t.createElementBlock("div",yp,[t.createVNode(x,{checked:d(D,O.dataIndex),onClick:K=>h(D,O.dataIndex)},null,8,["checked","onClick"]),t.createVNode(_,{type:"link",onClick:K=>u(D,O.dataIndex)},{default:t.withCtx(()=>p[52]||(p[52]=[t.createTextVNode("设置")])),_:2},1032,["onClick"])])):t.createCommentVNode("",!0)]),_:1},8,["columns","data-source"]),t.createVNode(M,{visible:f.value.visible,"onUpdate:visible":p[14]||(p[14]=O=>f.value.visible=O),width:600,title:f.value.title,onOk:f.value.toSetting},{default:t.withCtx(()=>[t.createVNode(E,{model:f.value.show,name:"basic","label-col":{span:6},"wrapper-col":{span:18},autocomplete:"off",class:t.normalizeClass(["field-setting-form","form-mix",f.value.prop])},{default:t.withCtx(()=>[t.createVNode(b,{label:"启用状态"},{default:t.withCtx(()=>[t.createVNode(R,{checked:f.value.show.enable,"onUpdate:checked":p[1]||(p[1]=O=>f.value.show.enable=O),checkedChildren:"启用",unCheckedChildren:"停用"},null,8,["checked"])]),_:1}),f.value.prop=="sort"?(t.openBlock(),t.createBlock(b,{key:0,label:"默认排序"},{default:t.withCtx(()=>[t.createVNode(R,{checked:f.value.show.defoult,"onUpdate:checked":p[2]||(p[2]=O=>f.value.show.defoult=O),checkedChildren:"是",unCheckedChildren:"否"},null,8,["checked"])]),_:1})):t.createCommentVNode("",!0),f.value.prop=="sort"?(t.openBlock(),t.createBlock(b,{key:1,label:"排序方式"},{default:t.withCtx(()=>[t.createVNode(R,{checked:f.value.show.asc,"onUpdate:checked":p[3]||(p[3]=O=>f.value.show.asc=O),checkedChildren:"升序",unCheckedChildren:"降序"},null,8,["checked"])]),_:1})):t.createCommentVNode("",!0),f.value.prop=="query"&&f.value.show.types=="ADVANCE"?(t.openBlock(),t.createBlock(b,{key:2,label:"高级查询"})):t.createCommentVNode("",!0),f.value.prop=="query"?(t.openBlock(),t.createBlock(b,{key:3,label:"默认查询",tooltip:"开启后该字段加入关键字查询"},{default:t.withCtx(()=>[t.createVNode(R,{checked:f.value.show.defoult,"onUpdate:checked":p[4]||(p[4]=O=>f.value.show.defoult=O),checkedChildren:"是",unCheckedChildren:"否"},null,8,["checked"])]),_:1})):t.createCommentVNode("",!0),f.value.prop=="query"?(t.openBlock(),t.createBlock(b,{key:4,label:"默认显示",tooltip:"开启后,在查询表单中默认显示该查询字段"},{default:t.withCtx(()=>[t.createVNode(R,{checked:f.value.show.visible,"onUpdate:checked":p[5]||(p[5]=O=>f.value.show.visible=O),checkedChildren:"是",unCheckedChildren:"否"},null,8,["checked"])]),_:1})):t.createCommentVNode("",!0),f.value.prop=="query"?(t.openBlock(),t.createBlock(b,{key:5,label:"查询方式"},{default:t.withCtx(()=>[t.createVNode(C,{value:f.value.show.types,"onUpdate:value":p[6]||(p[6]=O=>f.value.show.types=O)},{default:t.withCtx(()=>[t.createVNode(B,{key:"EQ",value:"EQ"},{default:t.withCtx(()=>p[53]||(p[53]=[t.createTextVNode("精确查询")])),_:1}),t.createVNode(B,{key:"LIKE",value:"LIKE"},{default:t.withCtx(()=>p[54]||(p[54]=[t.createTextVNode("模糊查询")])),_:1}),t.createVNode(B,{key:"LLIKE",value:"LLIKE"},{default:t.withCtx(()=>p[55]||(p[55]=[t.createTextVNode("左模糊")])),_:1}),t.createVNode(B,{key:"RLIKE",value:"RLIKE"},{default:t.withCtx(()=>p[56]||(p[56]=[t.createTextVNode("右模糊")])),_:1}),t.createVNode(B,{key:"RANGE",value:"RANGE"},{default:t.withCtx(()=>p[57]||(p[57]=[t.createTextVNode("范围查询")])),_:1}),t.createVNode(B,{key:"ADVANCE",value:"ADVANCE"},{default:t.withCtx(()=>p[58]||(p[58]=[t.createTextVNode("高级查询")])),_:1})]),_:1},8,["value"])]),_:1})):t.createCommentVNode("",!0),["query","sort"].includes(f.value.prop)?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(b,{key:6,label:"显示顺序",tooltip:"默认根据字段顺序显示,若需调整字段显示顺序,可以通过这里设置!"},{default:t.withCtx(()=>[t.createVNode(T,{value:f.value.show.index,"onUpdate:value":p[7]||(p[7]=O=>f.value.show.index=O)},null,8,["value"])]),_:1})),["form","view"].includes(f.value.prop)?(t.openBlock(),t.createBlock(b,{key:7,label:"显示宽度",tooltip:"字段显示宽度,0-24,设置成0,根据表单默认配置"},{default:t.withCtx(()=>[t.createVNode(T,{min:0,max:24,value:f.value.show.width,"onUpdate:value":p[8]||(p[8]=O=>f.value.show.width=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),["list"].includes(f.value.prop)?(t.openBlock(),t.createBlock(b,{key:8,label:"显示宽度",tooltip:"字段显示宽度"},{default:t.withCtx(()=>[t.createVNode(T,{min:0,value:f.value.show.width,"onUpdate:value":p[9]||(p[9]=O=>f.value.show.width=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),["form","view"].includes(f.value.prop)?(t.openBlock(),t.createBlock(b,{key:9,label:"标题宽度",tooltip:"表单title部分显示宽度,0-24"},{default:t.withCtx(()=>[t.createVNode(T,{min:0,max:24,value:f.value.show.labelWidth,"onUpdate:value":p[10]||(p[10]=O=>f.value.show.labelWidth=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),["form","view"].includes(f.value.prop)?(t.openBlock(),t.createBlock(b,{key:10,label:"控件宽度",tooltip:"表单组件部分显示宽度,0-24"},{default:t.withCtx(()=>[t.createVNode(T,{min:0,max:24,value:f.value.show.valueWidth,"onUpdate:value":p[11]||(p[11]=O=>f.value.show.valueWidth=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),["list"].includes(f.value.prop)?(t.openBlock(),t.createBlock(b,{key:11,label:"固定位置"},{default:t.withCtx(()=>[t.createVNode(C,{value:f.value.show.fixed,"onUpdate:value":p[12]||(p[12]=O=>f.value.show.fixed=O),allowClear:"",options:[{value:"left",label:"靠左"},{value:"right",label:"靠右"}]},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),["list"].includes(f.value.prop)?(t.openBlock(),t.createBlock(b,{key:12,label:"对齐方式"},{default:t.withCtx(()=>[t.createVNode(C,{value:f.value.show.align,"onUpdate:value":p[13]||(p[13]=O=>f.value.show.align=O),options:[{value:"left",label:"左对齐"},{value:"center",label:"居中"},{value:"right",label:"右对齐"}]},null,8,["value"])]),_:1})):t.createCommentVNode("",!0)]),_:1},8,["model","class"])]),_:1},8,["visible","title","onOk"]),t.createVNode(M,{visible:A.value.visible,"onUpdate:visible":p[33]||(p[33]=O=>A.value.visible=O),width:600,title:A.value.getTypes(A.value.convert.types,"转换")+"设置",onOk:A.value.toSetting},{default:t.withCtx(()=>[t.createVNode(E,{model:A.value.convert,name:"basic","label-col":{span:5},"wrapper-col":{span:17},autocomplete:"off",class:"form-mix"},{default:t.withCtx(()=>[t.createVNode(b,{label:"转换类型"},{default:t.withCtx(()=>[t.createVNode(C,{value:A.value.convert.types,"onUpdate:value":p[15]||(p[15]=O=>A.value.convert.types=O),allowClear:!0,options:A.value.types},null,8,["value","options"])]),_:1}),["unione-select-box","unione-tree-box"].includes(A.value.field.widget?.name)?(t.openBlock(),t.createBlock(b,{key:0,label:"是否搜索"},{default:t.withCtx(()=>[t.createVNode(R,{checked:f.value.convert.search,"onUpdate:checked":p[16]||(p[16]=O=>f.value.convert.search=O),checkedChildren:"启用",unCheckedChildren:"停用"},null,8,["checked"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="option"?(t.openBlock(),t.createBlock(b,{key:1,label:"选项设置"},{default:t.withCtx(()=>[t.createVNode(_,{class:"editable-add-btn",style:{"margin-bottom":"8px"},onClick:A.value.toAddOption},{default:t.withCtx(()=>p[59]||(p[59]=[t.createTextVNode("新增")])),_:1},8,["onClick"]),t.createVNode(N,{columns:A.value.optionColumn,"data-source":A.value.convert.options,size:"small"},{bodyCell:t.withCtx(({column:O,record:ee,index:D})=>[O.dataIndex==="label"?(t.openBlock(),t.createBlock(P,{key:0,value:ee.label,"onUpdate:value":K=>ee.label=K,style:{margin:"-5px 0"}},null,8,["value","onUpdate:value"])):t.createCommentVNode("",!0),O.dataIndex==="value"?(t.openBlock(),t.createBlock(P,{key:1,value:ee.value,"onUpdate:value":K=>ee.value=K,style:{margin:"-5px 0"}},null,8,["value","onUpdate:value"])):t.createCommentVNode("",!0),O.dataIndex==="action"?(t.openBlock(),t.createElementBlock("a",{key:2,onClick:K=>A.value.toDelOption(D,ee)},"删除",8,wp)):t.createCommentVNode("",!0)]),_:1},8,["columns","data-source"])]),_:1})):t.createCommentVNode("",!0),["dbtable","remote"].includes(A.value.convert.types)?(t.openBlock(),t.createBlock(b,{key:2,label:"数据源"},{default:t.withCtx(()=>[t.createVNode(F,{value:A.value.convert.dsId,"onUpdate:value":p[17]||(p[17]=O=>A.value.convert.dsId=O),convert:{types:"local",url:"/api/data/source/find",search:!0}},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:3,label:"table名称"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.tableName,"onUpdate:value":p[18]||(p[18]=O=>A.value.convert.tableName=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:4,label:"table名称"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.tableName,"onUpdate:value":p[19]||(p[19]=O=>A.value.convert.tableName=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"&&["unione-tree-box"].includes(A.value.field.widget?.name)?(t.openBlock(),t.createBlock(b,{key:5,label:"主键字段"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.idField,"onUpdate:value":p[20]||(p[20]=O=>A.value.convert.idField=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"&&["unione-tree-box"].includes(A.value.field.widget?.name)?(t.openBlock(),t.createBlock(b,{key:6,label:"父级字段"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.pidField,"onUpdate:value":p[21]||(p[21]=O=>A.value.convert.pidField=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:7,label:"value字段"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.valueField,"onUpdate:value":p[22]||(p[22]=O=>A.value.convert.valueField=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:8,label:"label字段"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.labelField,"onUpdate:value":p[23]||(p[23]=O=>A.value.convert.labelField=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:9,label:"扩展字段",tooltip:"默认只加载value,label字段,可以通过该属性加载其他更多字段,多个字段用逗号分隔"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.tableField,"onUpdate:value":p[24]||(p[24]=O=>A.value.convert.tableField=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:10,label:"数据过滤",tooltip:"支持数据条件过滤,eg:sex=1"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.tableWhere,"onUpdate:value":p[25]||(p[25]=O=>A.value.convert.tableWhere=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:11,label:"数据排序",tooltip:"设置数据进行排序方式,eg:age desc"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.tableOrder,"onUpdate:value":p[26]||(p[26]=O=>A.value.convert.tableOrder=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:12,label:"数据排序",tooltip:"设置数据进行排序方式,eg:age desc"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.tableOrder,"onUpdate:value":p[27]||(p[27]=O=>A.value.convert.tableOrder=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:13,label:"异步加载"},{default:t.withCtx(()=>[t.createVNode(R,{checked:A.value.convert.isAsync,"onUpdate:checked":p[28]||(p[28]=O=>A.value.convert.isAsync=O),checkedChildren:"是",unCheckedChildren:"否"},null,8,["checked"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dbtable"?(t.openBlock(),t.createBlock(b,{key:14,label:"分页加载"},{default:t.withCtx(()=>[t.createVNode(R,{checked:A.value.convert.isPaging,"onUpdate:checked":p[29]||(p[29]=O=>A.value.convert.isPaging=O),checkedChildren:"是",unCheckedChildren:"否"},null,8,["checked"])]),_:1})):t.createCommentVNode("",!0),A.value.convert.types=="dict"?(t.openBlock(),t.createBlock(b,{key:15,label:"字典名称"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.dictName,"onUpdate:value":p[30]||(p[30]=O=>A.value.convert.dictName=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),["local","remote"].includes(A.value.convert.types)?(t.openBlock(),t.createBlock(b,{key:16,label:"接口地址",tooltip:"统一使用POST请求,json提交,标准结构:{body:{参数}}"},{default:t.withCtx(()=>[t.createVNode(P,{value:A.value.convert.url,"onUpdate:value":p[31]||(p[31]=O=>A.value.convert.url=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),["local","remote"].includes(A.value.convert.types)?(t.openBlock(),t.createBlock(b,{key:17,label:"接口参数",tooltip:"标准json对象/数组,直接使用该参数进行接口请求,请求确保结构和接口匹配!"},{default:t.withCtx(()=>[t.createVNode(t.unref(Zt.Codemirror),{modelValue:A.value.convert.params,"onUpdate:modelValue":p[32]||(p[32]=O=>A.value.convert.params=O),placeholder:"接口请求参数,eg:{sex:1}",style:{height:"250px"},autofocus:!0,"indent-with-tab":!0,tabSize:8,extensions:e.value,scrollbarStyle:null},null,8,["modelValue","extensions"])]),_:1})):t.createCommentVNode("",!0)]),_:1},8,["model"])]),_:1},8,["visible","title","onOk"]),t.createVNode(M,{visible:v.value.visible,"onUpdate:visible":p[40]||(p[40]=O=>v.value.visible=O),width:600,title:"控件设置",onOk:v.value.toclose},{default:t.withCtx(()=>[t.createVNode(E,{model:v.value.props,name:"basic","label-col":{span:6},"wrapper-col":{span:18},autocomplete:"off",class:"form-mix"},{default:t.withCtx(()=>[t.createVNode(b,{label:"组件类型"},{default:t.withCtx(()=>[t.withDirectives(t.createVNode(C,{value:v.value.widget.name,"onUpdate:value":p[34]||(p[34]=O=>v.value.widget.name=O),allowClear:!0,options:v.value.widgets},null,8,["value","options"]),[[l]])]),_:1}),t.createVNode(b,{label:"输入提示"},{default:t.withCtx(()=>[t.createVNode(P,{value:v.value.widget.placeholder,"onUpdate:value":p[35]||(p[35]=O=>v.value.widget.placeholder=O)},null,8,["value"])]),_:1}),t.createVNode(b,{label:"帮助说明"},{default:t.withCtx(()=>[t.createVNode(P,{value:v.value.widget.help,"onUpdate:value":p[36]||(p[36]=O=>v.value.widget.help=O)},null,8,["value"])]),_:1}),t.createVNode(b,{label:"提示文本"},{default:t.withCtx(()=>[t.createVNode(P,{value:v.value.widget.tooltip,"onUpdate:value":p[37]||(p[37]=O=>v.value.widget.tooltip=O)},null,8,["value"])]),_:1}),["a-date-picker"].includes(v.value.widget.name)?(t.openBlock(),t.createBlock(b,{key:0,label:"显示格式"},{default:t.withCtx(()=>[t.createVNode(P,{value:v.value.field.dataFormat,"onUpdate:value":p[38]||(p[38]=O=>v.value.field.dataFormat=O)},null,8,["value"])]),_:1})):t.createCommentVNode("",!0),v.value.widget.name=="unione-select-box"?(t.openBlock(),t.createBlock(b,{key:1,label:"下拉框类型"},{default:t.withCtx(()=>[t.createVNode(C,{value:v.value.widget.props.mode,"onUpdate:value":p[39]||(p[39]=O=>v.value.widget.props.mode=O),allowClear:!0},{default:t.withCtx(()=>[t.createVNode(B,{value:"multiple"},{default:t.withCtx(()=>p[60]||(p[60]=[t.createTextVNode("多选")])),_:1}),t.createVNode(B,{value:"tags"},{default:t.withCtx(()=>p[61]||(p[61]=[t.createTextVNode("标签")])),_:1})]),_:1},8,["value"])]),_:1})):t.createCommentVNode("",!0)]),_:1},8,["model"])]),_:1},8,["visible","onOk"]),t.createVNode(M,{visible:g.value.visible,"onUpdate:visible":p[49]||(p[49]=O=>g.value.visible=O),width:600,title:"规则设置",onOk:g.value.toSetting},{default:t.withCtx(()=>[t.createVNode(E,{model:g.value.props,name:"basic","label-col":{span:6},"wrapper-col":{span:18},autocomplete:"off",class:"form-mix"},{default:t.withCtx(()=>[t.createVNode(L,{title:"基本设置",type:"line"},{default:t.withCtx(()=>[t.createVNode(b,{label:"触发时机"},{default:t.withCtx(()=>[t.createVNode(q,{value:g.value.props.trigger,"onUpdate:value":p[41]||(p[41]=O=>g.value.props.trigger=O),options:["change","blur"]},null,8,["value"])]),_:1}),g.value.field.isNull?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(b,{key:0,label:"忽略空格",class:"checkbox-tips"},{default:t.withCtx(()=>[t.createVNode(x,{checked:g.value.props.whitespace,"onUpdate:checked":p[42]||(p[42]=O=>g.value.props.whitespace=O)},{default:t.withCtx(()=>p[62]||(p[62]=[t.createTextVNode(" 必填验证开启时,是否忽略空格 ")])),_:1},8,["checked"])]),_:1})),t.createVNode(b,{label:"预设类型"},{default:t.withCtx(()=>[t.createVNode(C,{options:g.value.advances,fieldNames:{label:"title",value:"name"},value:g.value.props.advance,"onUpdate:value":p[43]||(p[43]=O=>g.value.props.advance=O)},null,8,["options","value"])]),_:1})]),_:1}),["Long","Short","Integer","Float","Double"].includes(g.value.field.dataType)?(t.openBlock(),t.createBlock(L,{key:0,title:"数值验证",type:"line"},{default:t.withCtx(()=>[t.createVNode(b,{label:"有效区间"},{default:t.withCtx(()=>[t.createVNode(T,{value:g.value.props.rangeMin,"onUpdate:value":p[44]||(p[44]=O=>g.value.props.rangeMin=O)},null,8,["value"]),p[63]||(p[63]=t.createElementVNode("span",{style:{margin:"auto 5px"}},null,-1)),t.createVNode(T,{value:g.value.props.rangeMax,"onUpdate:value":p[45]||(p[45]=O=>g.value.props.rangeMax=O)},null,8,["value"])]),_:1}),t.createVNode(b,{label:"错误提示"},{default:t.withCtx(()=>[t.createVNode(P,{value:g.value.props.rangeMessage,"onUpdate:value":p[46]||(p[46]=O=>g.value.props.rangeMessage=O)},null,8,["value"])]),_:1})]),_:1})):t.createCommentVNode("",!0),t.createVNode(L,{title:"正则验证",type:"line"},{default:t.withCtx(()=>[t.createVNode(b,{label:"表达式"},{default:t.withCtx(()=>[t.createVNode(P,{value:g.value.props.regExpress,"onUpdate:value":p[47]||(p[47]=O=>g.value.props.regExpress=O)},null,8,["value"])]),_:1}),t.createVNode(b,{label:"错误提示"},{default:t.withCtx(()=>[t.createVNode(P,{value:g.value.props.regMessage,"onUpdate:value":p[48]||(p[48]=O=>g.value.props.regMessage=O)},null,8,["value"])]),_:1})]),_:1})]),_:1},8,["model"])]),_:1},8,["visible","onOk"])])}}}),[["__scopeId","data-v-d5938ab8"]]),xp={class:"unione-props-setting data-field-fkey"},vp={key:0},Cp=["onClick"],Sp=["onClick"],Bp=["onClick"],Np=["onClick"],Vp=["onClick"],Rp=["onClick"],Ep=["onClick"],Op=["onClick"],_p=le(t.defineComponent({__name:"dataFieldFKeys",props:{modelValue:{required:!0},modelModifiers:{}},emits:["update:modelValue"],setup(a){const e=Y.useDialog(),n=t.ref([{title:"序号",dataIndex:"index",key:"index",width:"35px",fixed:"left",align:"center",customRender:({index:u})=>u+1},{title:"字段名称",dataIndex:"name",key:"name",width:"100px",fixed:"left",align:"center"},{title:"字段标题",dataIndex:"title",key:"title",width:"100px",fixed:"left",align:"center"},{title:"关联数据名称",dataIndex:"dsnName",key:"dsnName",width:"120px",align:"center"},{title:"关联数据标题",dataIndex:"dsnTitle",key:"dsnTitle",width:"150px",align:"center"},{title:"关联字段",dataIndex:"fieldName",key:"fieldName",width:"100px",align:"center"},{title:"显示字段",dataIndex:"labelName",key:"labelName",width:"120px",align:"center"}]),i=t.useModel(a,"modelValue"),l=t.computed(()=>i.value.filter(u=>u.configs?.fkey?.enable)||[]),o=t.ref({});function s(){o.value={}}function r(u,m){s();const g={};g[m]=u.configs.fkey[m]||"",o.value[u.name]=g}function c(u,m,g){u.configs.fkey.dsn=m,u.configs.fkey.dsnName=g.name,u.configs.fkey.dsnTitle=g.title,u.configs.fkey.dsnId=g.id}function d(u,m,g,w){u.configs.fkey[m]=g,m=="fieldName"&&(u.configs.fkey.fieldTitle=w.title),m=="labelName"&&(u.configs.fkey.labelTitle=w.title)}function h(u){f.value.record=u,f.value.visible=!0,f.value.fields=u.configs?.fkey?.fields||[]}const f=t.ref({visible:!1,record:null,editField:{},fields:[],columns:[{title:"字段名称",dataIndex:"title",key:"title",width:"100px",align:"center"},{title:"显示宽度",dataIndex:"width",key:"width",width:"60px",align:"center"},{title:"显示顺序",dataIndex:"index",key:"index",width:"60px",align:"center"},{title:"操作",dataIndex:"action",key:"action",width:"60px",align:"center"}],toEditField:(u,m)=>{f.value.editField[u]=m},onShowFieldChange:(u,m,g)=>{u.name=g.name,u.title=g.title},toAddField:()=>{f.value.fields.push({name:"",title:""}),f.value.editField[f.value.fields.length-1]="title"},toDelField:u=>{e.confirm({content:"确定要删除该字段么?",onOk:()=>{f.value.fields.splice(u,1)}})},toSetting:()=>{f.value.visible=!1,f.value.record.configs=Y.utils.obj.ext(f.value.record.configs,{fkey:{fields:f.value.fields}})}});return(u,m)=>{const g=t.resolveComponent("FormOutlined"),w=t.resolveComponent("unione-select-box"),v=t.resolveComponent("a-button"),y=t.resolveComponent("a-table"),A=t.resolveComponent("a-input-number"),V=t.resolveComponent("a-modal");return t.openBlock(),t.createElementBlock("div",xp,[t.createVNode(y,{columns:n.value,"data-source":l.value,bordered:"","row-key":"name",size:"small",pagination:!1},{headerCell:t.withCtx(({column:k})=>[["dsnName","dsnTitle","fieldName","labelName"].includes(k.key)?(t.openBlock(),t.createElementBlock("span",vp,[t.createVNode(g),t.createTextVNode(" "+t.toDisplayString(k.title),1)])):t.createCommentVNode("",!0)]),bodyCell:t.withCtx(({column:k,record:p})=>[["dsnName"].includes(k.dataIndex)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["edit-field",(!o.value[p.name]||!Object.keys(o.value[p.name]).includes(k.dataIndex))&&!p.configs?.fkey?.dsnName&&"empty"]),onClick:S=>r(p,k.dataIndex)},[o.value[p.name]&&Object.keys(o.value[p.name]).includes(k.dataIndex)?(t.openBlock(),t.createBlock(w,{key:0,value:o.value[p.name][k.dataIndex],"onUpdate:value":S=>o.value[p.name][k.dataIndex]=S,convert:{types:"local",url:"/api/data/define/find",valueField:"sn",labelField:"name",search:!0},onBlur:s,onSelect:(S,_)=>c(p,S,_)},null,8,["value","onUpdate:value","onSelect"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(p.configs?.fkey?.dsnName),1)],64))],10,Cp)):["dsnTitle"].includes(k.dataIndex)?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["edit-field",(!o.value[p.name]||!Object.keys(o.value[p.name]).includes(k.dataIndex))&&!p.configs?.fkey?.dsnTitle&&"empty"]),onClick:S=>r(p,k.dataIndex)},[o.value[p.name]&&Object.keys(o.value[p.name]).includes(k.dataIndex)?(t.openBlock(),t.createBlock(w,{key:0,value:o.value[p.name][k.dataIndex],"onUpdate:value":S=>o.value[p.name][k.dataIndex]=S,convert:{types:"local",url:"/api/data/define/find",valueField:"sn",labelField:"title",search:!0},onBlur:s,onSelect:(S,_)=>c(p,S,_)},null,8,["value","onUpdate:value","onSelect"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(p.configs?.fkey?.dsnTitle),1)],64))],10,Sp)):t.createCommentVNode("",!0),["fieldName"].includes(k.dataIndex)?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(["edit-field",(!o.value[p.name]||!Object.keys(o.value[p.name]).includes(k.dataIndex))&&!p.configs?.fkey?.fieldName&&"empty"]),onClick:S=>r(p,k.dataIndex)},[o.value[p.name]&&p.configs?.fkey?.dsn&&Object.keys(o.value[p.name]).includes(k.dataIndex)?(t.openBlock(),t.createBlock(w,{key:0,value:o.value[p.name][k.dataIndex],"onUpdate:value":S=>o.value[p.name][k.dataIndex]=S,convert:{types:"local",url:"/api/data/field/find",params:{body:{defineId:p.configs.fkey.dsnId},pageSize:1e3},valueField:"name",labelField:"title"},onBlur:s,onSelect:(S,_)=>d(p,"fieldName",S,_)},null,8,["value","onUpdate:value","convert","onSelect"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(p.configs?.fkey?.fieldTitle),1)],64))],10,Bp)):["labelName"].includes(k.dataIndex)?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(["edit-field",(!o.value[p.name]||!Object.keys(o.value[p.name]).includes(k.dataIndex))&&!p.configs?.fkey?.labelName&&"empty"]),onClick:S=>r(p,k.dataIndex)},[o.value[p.name]&&p.configs?.fkey?.dsn&&Object.keys(o.value[p.name]).includes(k.dataIndex)?(t.openBlock(),t.createBlock(w,{key:0,value:o.value[p.name][k.dataIndex],"onUpdate:value":S=>o.value[p.name][k.dataIndex]=S,convert:{types:"local",url:"/api/data/field/find",params:{body:{defineId:p.configs.fkey.dsnId},pageSize:1e3},valueField:"name",labelField:"title"},onBlur:s,onSelect:(S,_)=>d(p,"labelName",S,_)},null,8,["value","onUpdate:value","convert","onSelect"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(p.configs?.fkey?.labelTitle)+" ",1),p.configs?.fkey?.labelName?(t.openBlock(),t.createBlock(v,{key:0,type:"link",onClick:t.withModifiers(S=>h(p),["stop"])},{default:t.withCtx(()=>m[4]||(m[4]=[t.createTextVNode("设置")])),_:2},1032,["onClick"])):t.createCommentVNode("",!0)],64))],10,Np)):t.createCommentVNode("",!0)]),_:1},8,["columns","data-source"]),t.createVNode(V,{visible:f.value.visible,"onUpdate:visible":m[3]||(m[3]=k=>f.value.visible=k),width:600,title:"更多显示字段",class:"data-field-fkey",onOk:f.value.toSetting},{default:t.withCtx(()=>[t.createVNode(v,{class:"editable-add-btn",style:{"margin-bottom":"8px"},onClick:f.value.toAddField},{default:t.withCtx(()=>m[5]||(m[5]=[t.createTextVNode("新增")])),_:1},8,["onClick"]),t.createVNode(y,{columns:f.value.columns,"data-source":f.value.fields,size:"small"},{bodyCell:t.withCtx(({column:k,record:p,index:S,text:_})=>[k.dataIndex==="title"?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["edit-field",f.value.editField!="title"&&!_&&"empty"]),onClick:C=>f.value.toEditField(S,k.dataIndex)},[f.value.editField[S]=="title"?(t.openBlock(),t.createBlock(w,{key:0,value:p[p.dataIndex],"onUpdate:value":C=>p[p.dataIndex]=C,convert:{types:"local",url:"/api/data/field/find",search:!0,params:{body:{defineId:f.value.record.configs.fkey.dsnId},pageSize:1e3},valueField:"name",labelField:"title"},onBlur:m[0]||(m[0]=C=>f.value.editField={}),onSelect:(C,x)=>f.value.onShowFieldChange(p,C,x)},null,8,["value","onUpdate:value","convert","onSelect"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(_),1)],64))],10,Vp)):t.createCommentVNode("",!0),k.dataIndex==="width"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["edit-field",f.value.editField!="width"&&!_&&"empty"]),onClick:C=>f.value.toEditField(S,k.dataIndex)},[f.value.editField[S]=="width"?(t.openBlock(),t.createBlock(A,{key:0,onBlur:m[1]||(m[1]=C=>f.value.editField={}),value:p.width,"onUpdate:value":C=>p.width=C,style:{margin:"-5px 0"}},null,8,["value","onUpdate:value"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(_),1)],64))],10,Rp)):t.createCommentVNode("",!0),k.dataIndex==="index"?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(["edit-field",f.value.editField!="wiindexdth"&&!_&&"empty"]),onClick:C=>f.value.toEditField(S,k.dataIndex)},[f.value.editField[S]=="index"?(t.openBlock(),t.createBlock(A,{key:0,onBlur:m[2]||(m[2]=C=>f.value.editField={}),value:p.index,"onUpdate:value":C=>p.index=C,style:{margin:"-5px 0"}},null,8,["value","onUpdate:value"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(_),1)],64))],10,Ep)):t.createCommentVNode("",!0),k.dataIndex==="action"?(t.openBlock(),t.createElementBlock("a",{key:3,onClick:C=>f.value.toDelField(S)},"删除",8,Op)):t.createCommentVNode("",!0)]),_:1},8,["columns","data-source"])]),_:1},8,["visible","onOk"])])}}}),[["__scopeId","data-v-84143692"]]),Mp={class:"unione-props-setting data-filter"},Tp={class:"title"},Fp={class:"name"},Ip={class:"action"},Dp=le(t.defineComponent({__name:"dataFilters",props:{modelValue:{required:!0},modelModifiers:{}},emits:["update:modelValue"],setup(a){const e=Y.useDialog(),n=t.useModel(a,"modelValue");function i(){r.value.visible=!0,r.value.filter={},r.value.name=null}function l(d){r.value.visible=!0,r.value.filter={...d},r.value.name=d.name}function o(d){e.confirm({content:"确定要删除该过滤对象么?",onOk:()=>{n.value.splice(d,1)}})}const s=t.ref(),r=t.ref({visible:!1,name:null,filter:{},rules:{title:[{required:!0,message:"过滤标题不能为空"}],name:[{required:!0,message:"过滤名称不能为空"}],filter:[{required:!0,message:"过滤脚本不能为空"}]},toSetting:()=>{s.value.validate().then(d=>{if(r.value.name){const h=n.value.filter(f=>f.name==r.value.name)[0];if(!h){e.error({content:"过滤记录未找到"});return}if(r.value.name!=r.value.filter.name&&n.value.filter(u=>u.name==r.value.filter.name).length){e.error({content:"过滤名称已存在!"});return}Object.keys(d).forEach(f=>{h[f]=d[f]})}else{if(n.value.filter(f=>f.name==r.value.filter.name).length){e.error({content:"过滤名称已存在!"});return}n.value.push(d)}r.value.visible=!1})}});function c(){const d=[];r.value.filter.filter||(r.value.filter.filter=""),d.push("-- @if(isNotEmpty(params."),d.push(r.value.filter.name||"xxx"),d.push(") && !isBlank(params."),d.push(r.value.filter.name||"xxx"),d.push(`)
24
24
  `),d.push(" AND XXX=#{params."),d.push(r.value.filter.name||"xxx"),d.push(`}
25
25
  `),d.push(`-- @}
26
- `),r.value.filter.filter=r.value.filter.filter+d.join("")}return(d,h)=>{const f=t.resolveComponent("a-button"),u=t.resolveComponent("a-card"),m=t.resolveComponent("PlusOutlined"),g=t.resolveComponent("a-empty"),w=t.resolveComponent("a-input"),v=t.resolveComponent("a-form-item"),y=t.resolveComponent("a-textarea"),A=t.resolveComponent("a-tag"),V=t.resolveComponent("a-form"),k=t.resolveComponent("a-modal");return t.openBlock(),t.createElementBlock("div",Mp,[(n.value.length,t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,(p,S)=>(t.openBlock(),t.createBlock(u,{class:"filter-box",size:"small",key:S},{default:t.withCtx(()=>[t.createElementVNode("div",Tp,"过滤标题:"+t.toDisplayString(p.title),1),t.createElementVNode("div",Fp,"过滤名称:"+t.toDisplayString(p.name),1),t.createElementVNode("div",Ip,[t.createVNode(f,{size:"small",onClick:_=>l(p)},{default:t.withCtx(()=>h[4]||(h[4]=[t.createTextVNode("编辑")])),_:2},1032,["onClick"]),t.createVNode(f,{danger:"",size:"small",onClick:_=>o(S)},{default:t.withCtx(()=>h[5]||(h[5]=[t.createTextVNode("删除")])),_:2},1032,["onClick"])])]),_:2},1024))),128)),t.createVNode(u,{class:"filter-box btn-add",size:"small",onClick:i},{default:t.withCtx(()=>[t.createVNode(m,{class:"btn"})]),_:1})],64)),t.createVNode(k,{visible:r.value.visible,"onUpdate:visible":h[3]||(h[3]=p=>r.value.visible=p),width:600,title:"设置数据过滤",class:"data-filter",onOk:r.value.toSetting},{default:t.withCtx(()=>[t.createVNode(V,{ref_key:"filterForm",ref:s,model:r.value.filter,rules:r.value.rules,name:"basic","label-col":{span:4},"wrapper-col":{span:18},class:"form-mix"},{default:t.withCtx(()=>[t.createVNode(v,{label:"过滤标题",name:"title"},{default:t.withCtx(()=>[t.createVNode(w,{value:r.value.filter.title,"onUpdate:value":h[0]||(h[0]=p=>r.value.filter.title=p)},null,8,["value"])]),_:1}),t.createVNode(v,{label:"过滤名称",name:"name"},{default:t.withCtx(()=>[t.createVNode(w,{value:r.value.filter.name,"onUpdate:value":h[1]||(h[1]=p=>r.value.filter.name=p)},null,8,["value"])]),_:1}),t.createVNode(v,{label:"过滤脚本",name:"filter",tooltip:"使用beetsql语法,参数获取方式params.xxx,判断参数是否为空isNotEmpty(params.xxx) && !isBlank(params.xxx)"},{default:t.withCtx(()=>[t.createVNode(y,{value:r.value.filter.filter,"onUpdate:value":h[2]||(h[2]=p=>r.value.filter.filter=p),autosize:{minRows:10},style:{"padding-top":"20px"}},null,8,["value"]),t.createVNode(A,{class:"btn-tmpl",color:"blue",onClick:c},{default:t.withCtx(()=>h[6]||(h[6]=[t.createTextVNode("插入模版")])),_:1})]),_:1})]),_:1},8,["model","rules"])]),_:1},8,["visible","onOk"])])}}}),[["__scopeId","data-v-a600b93f"]]),$p={class:"unione-page form-page data-define-edit"},Pp={class:"actions"},Lp=le(t.defineComponent({__name:"edit",setup(a){const e=Y.useDialog(),n=t.inject("route"),i=t.inject("router"),l=t.ref(),o=t.ref({isPrimary:!1,fields:[{title:"数据类型",name:"category",control:"unione-select-box",value:"sql",convert:{types:"dict",dictName:"DATACATEGORY"}},{title:"数据源",name:"dsId",control:"unione-select-box",convert:{types:"local",url:"/api/data/source/find",search:!0},props:{required:!0}},{title:"自定义",name:"isCustom",control:"unione-switch-box",value:0,convert:{types:"dict",dictName:"TUREORFALSE"}},{title:"数据标题",name:"title",dataLen:10,props:{required:!0}},{title:"数据名称",name:"name",props:{required:!0},rules:{whitespace:!0}},{title:"数据编码",name:"sn",dataLen:50},{title:"描述",name:"descs",control:"a-textarea",view:{width:3}}],setting:{showColumn:2,labelWidth:6}}),s=t.ref(),r=t.ref({isPrimary:!1,fields:[{title:"列表模版",name:"listTmpl",control:"unione-select-box",value:"normal",convert:{types:"option",options:[{value:"normal",label:"标准"}]},props:{required:!0}},{title:"表单风格",name:"showColumn",control:"unione-select-box",value:2,convert:{types:"option",options:[{value:1,label:"一列"},{value:2,label:"二列"},{value:3,label:"三列"}]},props:{required:!0}},{title:"标题宽度",name:"labelWidth",control:"a-input-number",value:9,rule:{rangeMin:1,rangeMax:24},props:{required:!0}}],setting:{showColumn:2,labelWidth:6}}),c=t.ref({configs:{fields:[],filters:[]}}),d=t.ref(!1);function h(){i.back()}function f(){e.confirm({content:"确定要发布当前数据么?",onOk:()=>{Ct.release([c.value.id]).then(w=>{w.success?(e.success({title:"发布成功",content:w.body}),g(c.value.id)):e.error({title:"发布失败",content:w.body})})}})}async function u(){const w=await l.value.validate(),v={...c.value,...w};v.configs.show=await s.value.getValue(),console.log("formData",v),oe.message.loading({content:"提交中..."}),d.value=!0,Ct.save(v).then(y=>{oe.message.destroy(),y.success?(c.value=y.body,l.value.setValue(y.body),s.value.setValue(y.body.configs?.show||{}),oe.message.success("保存成功!")):oe.message.error(y.message)}).finally(()=>{d.value=!1})}const m=t.ref(!1);t.onMounted(()=>{n.query.id&&g(n.query.id)});function g(w){oe.message.loading({content:"加载中..."}),Ct.detail(w).then(v=>{v.success?(c.value=v.body,l.value.setValue(v.body),s.value.setValue(v.body.configs?.show||{}),oe.message.destroy()):oe.message.error(v.message)})}return(w,v)=>{const y=t.resolveComponent("unione-form"),A=t.resolveComponent("unione-section"),V=t.resolveComponent("OrderedListOutlined"),k=t.resolveComponent("a-tab-pane"),p=t.resolveComponent("ToolOutlined"),S=t.resolveComponent("ApiOutlined"),_=t.resolveComponent("FunnelPlotOutlined"),C=t.resolveComponent("a-tabs"),x=t.resolveComponent("a-button");return t.openBlock(),t.createElementBlock("div",$p,[t.createVNode(A,{title:"基础信息",type:"line"},{default:t.withCtx(()=>[t.createVNode(y,{form:o.value,ref_key:"formBaseObj",ref:l},null,8,["form"])]),_:1}),t.createVNode(A,{class:"page-setting-section",title:"页面配置",type:m.value&&"line",location:m.value?"left":"right",reactive:"",modelValue:m.value,"onUpdate:modelValue":v[0]||(v[0]=N=>m.value=N)},{default:t.withCtx(()=>[t.createVNode(y,{form:r.value,ref_key:"pageSettingObj",ref:s},null,8,["form"])]),_:1},8,["type","location","modelValue"]),t.createVNode(C,null,{default:t.withCtx(()=>[t.createVNode(k,{key:"field-mange"},{tab:t.withCtx(()=>[t.createVNode(V),v[5]||(v[5]=t.createTextVNode("字段管理 "))]),default:t.withCtx(()=>[t.createVNode(Oh,{modelValue:c.value.configs.fields,"onUpdate:modelValue":v[1]||(v[1]=N=>c.value.configs.fields=N)},null,8,["modelValue"])]),_:1}),t.createVNode(k,{key:"field-setting"},{tab:t.withCtx(()=>[t.createVNode(p),v[6]||(v[6]=t.createTextVNode("字段设置 "))]),default:t.withCtx(()=>[t.createVNode(Ap,{modelValue:c.value.configs.fields,"onUpdate:modelValue":v[2]||(v[2]=N=>c.value.configs.fields=N)},null,8,["modelValue"])]),_:1}),t.createVNode(k,{key:"field-fkeys"},{tab:t.withCtx(()=>[t.createVNode(S),v[7]||(v[7]=t.createTextVNode("外键设置 "))]),default:t.withCtx(()=>[t.createVNode(_p,{modelValue:c.value.configs.fields,"onUpdate:modelValue":v[3]||(v[3]=N=>c.value.configs.fields=N)},null,8,["modelValue"])]),_:1}),t.createVNode(k,{key:"data-filter"},{tab:t.withCtx(()=>[t.createVNode(_),v[8]||(v[8]=t.createTextVNode("数据过滤 "))]),default:t.withCtx(()=>[t.createVNode(Dp,{modelValue:c.value.configs.filters,"onUpdate:modelValue":v[4]||(v[4]=N=>c.value.configs.filters=N)},null,8,["modelValue"])]),_:1})]),_:1}),t.createElementVNode("div",Pp,[t.createVNode(x,{type:"primary",onClick:u,loading:d.value},{default:t.withCtx(()=>v[9]||(v[9]=[t.createTextVNode("保存")])),_:1},8,["loading"]),c.value.id?(t.openBlock(),t.createBlock(x,{key:0,danger:"",onClick:f,loading:d.value},{default:t.withCtx(()=>v[10]||(v[10]=[t.createTextVNode("发布")])),_:1},8,["loading"])):t.createCommentVNode("",!0),t.createVNode(x,{onClick:h},{default:t.withCtx(()=>v[11]||(v[11]=[t.createTextVNode("返回")])),_:1})])])}}}),[["__scopeId","data-v-3eeab6e6"]]),El={find(a){return Y.axios.admin({url:"/api/data/source/find",method:"post",data:a})},save(a){return Y.axios.admin({url:"/api/data/source/save",method:"post",data:a})},delete(a){return Y.axios.admin({url:"/api/data/source/delete",method:"post",data:a})},detail(a){return Y.axios.admin({url:"/api/data/source/detail",method:"post",headers:{"Content-Type":"application/json"},data:a})},linktest(a){return Y.axios.admin({url:"/api/data/source/linktest",method:"post",data:a})}},Up={class:"unione-page unione-list-page data-source-list"},jp={class:"btns"},zp=le(t.defineComponent({__name:"list",setup(a){De();const e=Y.useDialog();t.inject("router");const n=t.ref({fields:[{title:"状态",name:"useSts",control:"unione-select-box",convert:{types:"dict",dictName:"USEORNOT"}},{title:"类型",name:"dsType",control:"unione-select-box",convert:{types:"dict",dictName:"DMSDSTYPE"}}]}),i=t.ref({leftBtns:[],rightBtns:["downTmpl"],columns:[{title:"标题",name:"title"},{title:"名称",name:"name"},{title:"类别",name:"category",convert:{types:"dict",dictName:"DATACATEGORY"}},{title:"类型",name:"dsType",convert:{types:"dict",dictName:"DMSDSTYPE"}},{title:"IP",name:"ip"},{title:"端口",name:"port"},{title:"链接URL",name:"url",width:250},{title:"使用状态",name:"useSts",convert:{types:"dict",dictName:"USEORNOT"}},{title:"创建时间",name:"created"}],operation:{title:"操作",width:130,btns:["view"],count:3,more:{layout:"vertical"}}});t.onMounted(()=>{o()});const l=t.ref({pagination:{total:0,current:1,pageSize:20},loading:!1,params:{},data:[]});function o(){l.value.loading=!0,El.find({page:l.value.pagination.current,pageSize:l.value.pagination.pageSize,body:l.value.params,keywords:l.value.keywords}).then(u=>{l.value.data=u.body,l.value.pagination.total=u.total*1}).finally(()=>{l.value.loading=!1})}function s(u){l.value.pagination.current=u.pagination.current,l.value.pagination.pageSize=u.pagination.pageSize,o()}function r({params:u,keywords:m}){l.value.pagination.current=1,l.value.params=u,l.value.keywords=m,o()}function c({btn:u,event:m,row:g}){(u.name=="add"||u.name=="edit")&&(f.value.visible=!0,f.value.title=u.name=="add"?"新增数据源":"修改数据源",f.value.placement=u.name=="add"?"left":"right",f.value.row=g||{},u.name=="edit"&&t.nextTick(()=>{h.value.setValue(g)})),u.name=="linktest"&&d(g)}function d(u){El.linktest(u).then(m=>{m.success?(e.success({title:"连接测试成功",content:m.body}),o()):e.error({title:"连接测试失败",content:m.body})})}const h=t.ref(),f=t.ref({visible:!1,title:"新增数据源",placement:"left",row:{},form:{fields:[{title:"标题",name:"title",required:!0},{title:"名称",name:"name",required:!0},{title:"类别",name:"category",required:!0,control:"unione-select-box",convert:{types:"dict",dictName:"DATACATEGORY"}},{title:"类型",name:"dsType",required:!0,control:"unione-select-box",convert:{types:"dict",dictName:"DMSDSTYPE"}},{title:"IP",name:"ip",required:!0},{title:"端口",name:"port",required:!0},{title:"链接URL",name:"url",required:!0},{title:"驱动名称",name:"driverName",required:!0},{title:"认证类型",name:"authType",required:!0,control:"unione-select-box",convert:{types:"dict",dictName:"DMSDSAUTHTYPE"}},{title:"用户名",name:"username",required:!0,event:{visible:(u,m)=>m.authType=="uname"}},{title:"密码",name:"password",control:"unione-pwd-box",required:!0,event:{visible:(u,m)=>m.authType=="uname",required:(u,m)=>!m.id}},{title:"使用状态",name:"useSts",value:1,control:"unione-switch-box",convert:{types:"dict",dictName:"USEORNOT"}},{title:"备注",name:"descs",control:"a-textarea"}],setting:{showColumn:1,labelWidth:5}},tosave:()=>{h.value.validate().then(u=>{u={...f.value.row,...u},El.save(u).then(m=>{m.success?(e.success({title:"保存成功",content:m.body}),f.value.row.id=m.body,o()):e.error({title:"保存失败",content:m.message})})})}});return(u,m)=>{const g=t.resolveComponent("UnioneQuery"),w=t.resolveComponent("UnioneTable"),v=t.resolveComponent("unione-form"),y=t.resolveComponent("a-button"),A=t.resolveComponent("a-drawer");return t.openBlock(),t.createElementBlock("div",Up,[t.createVNode(g,{widget:n.value,onQuery:r,onReset:r},null,8,["widget"]),t.createVNode(w,{widget:i.value,dataList:l.value.data,loading:l.value.loading,pagination:l.value.pagination,onChange:s,onBtnClick:c},null,8,["widget","dataList","loading","pagination"]),t.createVNode(A,{title:f.value.title,width:550,visible:f.value.visible,"onUpdate:visible":m[2]||(m[2]=V=>f.value.visible=V),placement:f.value.placement,class:"drawer-form"},{default:t.withCtx(()=>[t.createVNode(v,{form:f.value.form,ref_key:"formObj",ref:h},null,8,["form"]),t.createElementVNode("div",jp,[t.createVNode(y,{type:"primary",onClick:f.value.tosave},{default:t.withCtx(()=>m[3]||(m[3]=[t.createTextVNode("保存")])),_:1},8,["onClick"]),t.createVNode(y,{onClick:m[0]||(m[0]=V=>d(f.value.row))},{default:t.withCtx(()=>m[4]||(m[4]=[t.createTextVNode("连接测试")])),_:1}),t.createVNode(y,{onClick:m[1]||(m[1]=V=>f.value.visible=!1)},{default:t.withCtx(()=>m[5]||(m[5]=[t.createTextVNode("取消")])),_:1})])]),_:1},8,["title","visible","placement"])])}}}),[["__scopeId","data-v-116947f3"]]),qp={UnioneEditor:lt,locales:fi,loadConfig:De,DataStorage:ui,Convertor:Ke,install(a,e){Y.loadConfig(e);const n=De(e);n.axios&&Y.axios.create(n.axios),a.component("UnioneBtn",La),a.component("UnioneTabs",ja),a.component("UnioneSection",Ya),a.component("UnioneQuery",$l),a.component("UnioneTable",Pl),a.component("UnioneRichText",ld),a.component("UnioneFormItem",mr),a.component("UnioneForm",hr),a.component("UnioneSelectBox",gr),a.component("UnioneSwitchBox",br),a.component("UnioneRadioBox",kr),a.component("UnioneCheckBox",yr),a.component("UnionePwdBox",wr),a.component("UnioneRandomInput",xr),a.component("UnioneUploadBox",vr),a.component("UnionePageEditor",zl),a.component("UnionePageForm",ql),a.component("UnionePageTree",Ql),a.component("UnionePageLeft",Wl),a.component("UnionePageList",Kl),a.component("UnioneFlowTodo",Yl),a.component("UnioneFlowAudit",ih),a.component("UnioneFlowOpinion",Ah)}};ie.Convertor=Ke,ie.DataStorage=ui,ie.UnioneDataDefineEdit=Lp,ie.UnioneDataDefineList=vh,ie.UnioneDataSourceList=zp,ie.UnioneEditor=lt,ie.UnioneFlowTodo=Yl,ie.UnionePage=xt,ie.UnionePageEditor=zl,ie.UnionePageForm=ql,ie.UnionePageLeft=Wl,ie.UnionePageList=Kl,ie.UnionePageSetting=vt,ie.UnionePageTree=Ql,ie.UnioneQueryForm=$l,ie.UnioneTableList=Pl,ie.default=qp,ie.loadConfig=De,ie.locales=fi,ie.useDebounce=ut,ie.utils=Ar,Object.defineProperties(ie,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
26
+ `),r.value.filter.filter=r.value.filter.filter+d.join("")}return(d,h)=>{const f=t.resolveComponent("a-button"),u=t.resolveComponent("a-card"),m=t.resolveComponent("PlusOutlined"),g=t.resolveComponent("a-empty"),w=t.resolveComponent("a-input"),v=t.resolveComponent("a-form-item"),y=t.resolveComponent("a-textarea"),A=t.resolveComponent("a-tag"),V=t.resolveComponent("a-form"),k=t.resolveComponent("a-modal");return t.openBlock(),t.createElementBlock("div",Mp,[(n.value.length,t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,(p,S)=>(t.openBlock(),t.createBlock(u,{class:"filter-box",size:"small",key:S},{default:t.withCtx(()=>[t.createElementVNode("div",Tp,"过滤标题:"+t.toDisplayString(p.title),1),t.createElementVNode("div",Fp,"过滤名称:"+t.toDisplayString(p.name),1),t.createElementVNode("div",Ip,[t.createVNode(f,{size:"small",onClick:_=>l(p)},{default:t.withCtx(()=>h[4]||(h[4]=[t.createTextVNode("编辑")])),_:2},1032,["onClick"]),t.createVNode(f,{danger:"",size:"small",onClick:_=>o(S)},{default:t.withCtx(()=>h[5]||(h[5]=[t.createTextVNode("删除")])),_:2},1032,["onClick"])])]),_:2},1024))),128)),t.createVNode(u,{class:"filter-box btn-add",size:"small",onClick:i},{default:t.withCtx(()=>[t.createVNode(m,{class:"btn"})]),_:1})],64)),t.createVNode(k,{visible:r.value.visible,"onUpdate:visible":h[3]||(h[3]=p=>r.value.visible=p),width:600,title:"设置数据过滤",class:"data-filter",onOk:r.value.toSetting},{default:t.withCtx(()=>[t.createVNode(V,{ref_key:"filterForm",ref:s,model:r.value.filter,rules:r.value.rules,name:"basic","label-col":{span:4},"wrapper-col":{span:18},class:"form-mix"},{default:t.withCtx(()=>[t.createVNode(v,{label:"过滤标题",name:"title"},{default:t.withCtx(()=>[t.createVNode(w,{value:r.value.filter.title,"onUpdate:value":h[0]||(h[0]=p=>r.value.filter.title=p)},null,8,["value"])]),_:1}),t.createVNode(v,{label:"过滤名称",name:"name"},{default:t.withCtx(()=>[t.createVNode(w,{value:r.value.filter.name,"onUpdate:value":h[1]||(h[1]=p=>r.value.filter.name=p)},null,8,["value"])]),_:1}),t.createVNode(v,{label:"过滤脚本",name:"filter",tooltip:"使用beetsql语法,参数获取方式params.xxx,判断参数是否为空isNotEmpty(params.xxx) && !isBlank(params.xxx)"},{default:t.withCtx(()=>[t.createVNode(y,{value:r.value.filter.filter,"onUpdate:value":h[2]||(h[2]=p=>r.value.filter.filter=p),autosize:{minRows:10},style:{"padding-top":"20px"}},null,8,["value"]),t.createVNode(A,{class:"btn-tmpl",color:"blue",onClick:c},{default:t.withCtx(()=>h[6]||(h[6]=[t.createTextVNode("插入模版")])),_:1})]),_:1})]),_:1},8,["model","rules"])]),_:1},8,["visible","onOk"])])}}}),[["__scopeId","data-v-a600b93f"]]),$p={class:"unione-page form-page data-define-edit"},Pp={class:"actions"},Lp=le(t.defineComponent({__name:"edit",setup(a){const e=Y.useDialog(),n=t.inject("route"),i=t.inject("router"),l=t.ref(),o=t.ref({isPrimary:!1,fields:[{title:"数据类型",name:"category",control:"unione-select-box",value:"sql",convert:{types:"dict",dictName:"DATACATEGORY"}},{title:"数据源",name:"dsId",control:"unione-select-box",convert:{types:"local",url:"/api/data/source/find",search:!0},props:{required:!0}},{title:"自定义",name:"isCustom",control:"unione-switch-box",value:0,convert:{types:"dict",dictName:"TUREORFALSE"}},{title:"数据标题",name:"title",dataLen:10,props:{required:!0}},{title:"数据名称",name:"name",props:{required:!0},rules:{whitespace:!0}},{title:"数据编码",name:"sn",dataLen:50},{title:"描述",name:"descs",control:"a-textarea",view:{width:3}}],setting:{showColumn:2,labelWidth:6}}),s=t.ref(),r=t.ref({isPrimary:!1,fields:[{title:"列表模版",name:"listTmpl",control:"unione-select-box",value:"normal",convert:{types:"option",options:[{value:"normal",label:"标准"}]},props:{required:!0}},{title:"表单风格",name:"showColumn",control:"unione-select-box",value:2,convert:{types:"option",options:[{value:1,label:"一列"},{value:2,label:"二列"},{value:3,label:"三列"}]},props:{required:!0}},{title:"标题宽度",name:"labelWidth",control:"a-input-number",value:9,rule:{rangeMin:1,rangeMax:24},props:{required:!0}}],setting:{showColumn:2,labelWidth:6}}),c=t.ref({configs:{fields:[],filters:[]}}),d=t.ref(!1);function h(){i.back()}function f(){e.confirm({content:"确定要发布当前数据么?",onOk:()=>{Ct.release([c.value.id]).then(w=>{w.success?(e.success({title:"发布成功",content:w.body}),g(c.value.id)):e.error({title:"发布失败",content:w.body})})}})}async function u(){const w=await l.value.validate(),v={...c.value,...w};v.configs.show=await s.value.getValue(),console.log("formData",v),oe.message.loading({content:"提交中..."}),d.value=!0,Ct.save(v).then(y=>{oe.message.destroy(),y.success?(c.value=y.body,l.value.setValue(y.body),s.value.setValue(y.body.configs?.show||{}),oe.message.success("保存成功!")):oe.message.error(y.message)}).finally(()=>{d.value=!1})}const m=t.ref(!1);t.onMounted(()=>{n.query.id&&g(n.query.id)});function g(w){oe.message.loading({content:"加载中..."}),Ct.detail(w).then(v=>{v.success?(c.value=v.body,l.value.setValue(v.body),s.value.setValue(v.body.configs?.show||{}),oe.message.destroy()):oe.message.error(v.message)})}return(w,v)=>{const y=t.resolveComponent("unione-form"),A=t.resolveComponent("unione-section"),V=t.resolveComponent("OrderedListOutlined"),k=t.resolveComponent("a-tab-pane"),p=t.resolveComponent("ToolOutlined"),S=t.resolveComponent("ApiOutlined"),_=t.resolveComponent("FunnelPlotOutlined"),C=t.resolveComponent("a-tabs"),x=t.resolveComponent("a-button");return t.openBlock(),t.createElementBlock("div",$p,[t.createVNode(A,{title:"基础信息",type:"line"},{default:t.withCtx(()=>[t.createVNode(y,{form:o.value,ref_key:"formBaseObj",ref:l},null,8,["form"])]),_:1}),t.createVNode(A,{class:"page-setting-section",title:"页面配置",type:m.value&&"line",location:m.value?"left":"right",reactive:"",modelValue:m.value,"onUpdate:modelValue":v[0]||(v[0]=N=>m.value=N)},{default:t.withCtx(()=>[t.createVNode(y,{form:r.value,ref_key:"pageSettingObj",ref:s},null,8,["form"])]),_:1},8,["type","location","modelValue"]),t.createVNode(C,null,{default:t.withCtx(()=>[t.createVNode(k,{key:"field-mange"},{tab:t.withCtx(()=>[t.createVNode(V),v[5]||(v[5]=t.createTextVNode("字段管理 "))]),default:t.withCtx(()=>[t.createVNode(Oh,{modelValue:c.value.configs.fields,"onUpdate:modelValue":v[1]||(v[1]=N=>c.value.configs.fields=N)},null,8,["modelValue"])]),_:1}),t.createVNode(k,{key:"field-setting"},{tab:t.withCtx(()=>[t.createVNode(p),v[6]||(v[6]=t.createTextVNode("字段设置 "))]),default:t.withCtx(()=>[t.createVNode(Ap,{modelValue:c.value.configs.fields,"onUpdate:modelValue":v[2]||(v[2]=N=>c.value.configs.fields=N)},null,8,["modelValue"])]),_:1}),t.createVNode(k,{key:"field-fkeys"},{tab:t.withCtx(()=>[t.createVNode(S),v[7]||(v[7]=t.createTextVNode("外键设置 "))]),default:t.withCtx(()=>[t.createVNode(_p,{modelValue:c.value.configs.fields,"onUpdate:modelValue":v[3]||(v[3]=N=>c.value.configs.fields=N)},null,8,["modelValue"])]),_:1}),t.createVNode(k,{key:"data-filter"},{tab:t.withCtx(()=>[t.createVNode(_),v[8]||(v[8]=t.createTextVNode("数据过滤 "))]),default:t.withCtx(()=>[t.createVNode(Dp,{modelValue:c.value.configs.filters,"onUpdate:modelValue":v[4]||(v[4]=N=>c.value.configs.filters=N)},null,8,["modelValue"])]),_:1})]),_:1}),t.createElementVNode("div",Pp,[t.createVNode(x,{type:"primary",onClick:u,loading:d.value},{default:t.withCtx(()=>v[9]||(v[9]=[t.createTextVNode("保存")])),_:1},8,["loading"]),c.value.id?(t.openBlock(),t.createBlock(x,{key:0,danger:"",onClick:f,loading:d.value},{default:t.withCtx(()=>v[10]||(v[10]=[t.createTextVNode("发布")])),_:1},8,["loading"])):t.createCommentVNode("",!0),t.createVNode(x,{onClick:h},{default:t.withCtx(()=>v[11]||(v[11]=[t.createTextVNode("返回")])),_:1})])])}}}),[["__scopeId","data-v-3eeab6e6"]]),El={find(a){return Y.axios.admin({url:"/api/data/source/find",method:"post",data:a})},save(a){return Y.axios.admin({url:"/api/data/source/save",method:"post",data:a})},delete(a){return Y.axios.admin({url:"/api/data/source/delete",method:"post",data:a})},detail(a){return Y.axios.admin({url:"/api/data/source/detail",method:"post",headers:{"Content-Type":"application/json"},data:a})},linktest(a){return Y.axios.admin({url:"/api/data/source/linktest",method:"post",data:a})}},Up={class:"unione-page unione-list-page data-source-list"},jp={class:"btns"},zp=le(t.defineComponent({__name:"list",setup(a){De();const e=Y.useDialog();t.inject("router");const n=t.ref({fields:[{title:"状态",name:"useSts",control:"unione-select-box",convert:{types:"dict",dictName:"USEORNOT"}},{title:"类型",name:"dsType",control:"unione-select-box",convert:{types:"dict",dictName:"DMSDSTYPE"}}]}),i=t.ref({leftBtns:[],rightBtns:["downTmpl"],columns:[{title:"标题",name:"title"},{title:"名称",name:"name"},{title:"类别",name:"category",convert:{types:"dict",dictName:"DATACATEGORY"}},{title:"类型",name:"dsType",convert:{types:"dict",dictName:"DMSDSTYPE"}},{title:"IP",name:"ip"},{title:"端口",name:"port"},{title:"链接URL",name:"url",width:250},{title:"使用状态",name:"useSts",convert:{types:"dict",dictName:"USEORNOT"}},{title:"创建时间",name:"created"}],operation:{title:"操作",width:130,btns:["view"],count:3,more:{layout:"vertical"}}});t.onMounted(()=>{o()});const l=t.ref({pagination:{total:0,current:1,pageSize:20},loading:!1,params:{},data:[]});function o(){l.value.loading=!0,El.find({page:l.value.pagination.current,pageSize:l.value.pagination.pageSize,body:l.value.params,keywords:l.value.keywords}).then(u=>{l.value.data=u.body,l.value.pagination.total=u.total*1}).finally(()=>{l.value.loading=!1})}function s(u){l.value.pagination.current=u.pagination.current,l.value.pagination.pageSize=u.pagination.pageSize,o()}function r({params:u,keywords:m}){l.value.pagination.current=1,l.value.params=u,l.value.keywords=m,o()}function c({btn:u,event:m,row:g}){(u.name=="add"||u.name=="edit")&&(f.value.visible=!0,f.value.title=u.name=="add"?"新增数据源":"修改数据源",f.value.placement=u.name=="add"?"left":"right",f.value.row=g||{},u.name=="edit"&&t.nextTick(()=>{h.value.setValue(g)})),u.name=="linktest"&&d(g)}function d(u){El.linktest(u).then(m=>{m.success?(e.success({title:"连接测试成功",content:m.body}),o()):e.error({title:"连接测试失败",content:m.body})})}const h=t.ref(),f=t.ref({visible:!1,title:"新增数据源",placement:"left",row:{},form:{fields:[{title:"标题",name:"title",required:!0},{title:"名称",name:"name",required:!0},{title:"类别",name:"category",required:!0,control:"unione-select-box",convert:{types:"dict",dictName:"DATACATEGORY"}},{title:"类型",name:"dsType",required:!0,control:"unione-select-box",convert:{types:"dict",dictName:"DMSDSTYPE"}},{title:"IP",name:"ip",required:!0},{title:"端口",name:"port",required:!0},{title:"链接URL",name:"url",required:!0},{title:"驱动名称",name:"driverName",required:!0},{title:"认证类型",name:"authType",required:!0,control:"unione-select-box",convert:{types:"dict",dictName:"DMSDSAUTHTYPE"}},{title:"用户名",name:"username",required:!0,event:{visible:(u,m)=>m.authType=="uname"}},{title:"密码",name:"password",control:"unione-pwd-box",required:!0,event:{visible:(u,m)=>m.authType=="uname",required:(u,m)=>!m.id}},{title:"使用状态",name:"useSts",value:1,control:"unione-switch-box",convert:{types:"dict",dictName:"USEORNOT"}},{title:"备注",name:"descs",control:"a-textarea"}],setting:{showColumn:1,labelWidth:5}},tosave:()=>{h.value.validate().then(u=>{u={...f.value.row,...u},El.save(u).then(m=>{m.success?(e.success({content:m.message}),f.value.row.id=m.body,o()):e.error({content:m.message})})})}});return(u,m)=>{const g=t.resolveComponent("UnioneQuery"),w=t.resolveComponent("UnioneTable"),v=t.resolveComponent("unione-form"),y=t.resolveComponent("a-button"),A=t.resolveComponent("a-drawer");return t.openBlock(),t.createElementBlock("div",Up,[t.createVNode(g,{widget:n.value,onQuery:r,onReset:r},null,8,["widget"]),t.createVNode(w,{widget:i.value,dataList:l.value.data,loading:l.value.loading,pagination:l.value.pagination,onChange:s,onBtnClick:c},null,8,["widget","dataList","loading","pagination"]),t.createVNode(A,{title:f.value.title,width:550,visible:f.value.visible,"onUpdate:visible":m[2]||(m[2]=V=>f.value.visible=V),placement:f.value.placement,class:"drawer-form"},{default:t.withCtx(()=>[t.createVNode(v,{form:f.value.form,ref_key:"formObj",ref:h},null,8,["form"]),t.createElementVNode("div",jp,[t.createVNode(y,{type:"primary",onClick:f.value.tosave},{default:t.withCtx(()=>m[3]||(m[3]=[t.createTextVNode("保存")])),_:1},8,["onClick"]),t.createVNode(y,{onClick:m[0]||(m[0]=V=>d(f.value.row))},{default:t.withCtx(()=>m[4]||(m[4]=[t.createTextVNode("连接测试")])),_:1}),t.createVNode(y,{onClick:m[1]||(m[1]=V=>f.value.visible=!1)},{default:t.withCtx(()=>m[5]||(m[5]=[t.createTextVNode("取消")])),_:1})])]),_:1},8,["title","visible","placement"])])}}}),[["__scopeId","data-v-49bd93a9"]]),qp={UnioneEditor:lt,locales:fi,loadConfig:De,DataStorage:ui,Convertor:Ke,install(a,e){Y.loadConfig(e);const n=De(e);n.axios&&Y.axios.create(n.axios),a.component("UnioneBtn",La),a.component("UnioneTabs",ja),a.component("UnioneSection",Ya),a.component("UnioneQuery",$l),a.component("UnioneTable",Pl),a.component("UnioneRichText",ld),a.component("UnioneFormItem",mr),a.component("UnioneForm",hr),a.component("UnioneSelectBox",gr),a.component("UnioneSwitchBox",br),a.component("UnioneRadioBox",kr),a.component("UnioneCheckBox",yr),a.component("UnionePwdBox",wr),a.component("UnioneRandomInput",xr),a.component("UnioneUploadBox",vr),a.component("UnionePageEditor",zl),a.component("UnionePageForm",ql),a.component("UnionePageTree",Ql),a.component("UnionePageLeft",Wl),a.component("UnionePageList",Kl),a.component("UnioneFlowTodo",Yl),a.component("UnioneFlowAudit",ih),a.component("UnioneFlowOpinion",Ah)}};ie.Convertor=Ke,ie.DataStorage=ui,ie.UnioneDataDefineEdit=Lp,ie.UnioneDataDefineList=vh,ie.UnioneDataSourceList=zp,ie.UnioneEditor=lt,ie.UnioneFlowTodo=Yl,ie.UnionePage=xt,ie.UnionePageEditor=zl,ie.UnionePageForm=ql,ie.UnionePageLeft=Wl,ie.UnionePageList=Kl,ie.UnionePageSetting=vt,ie.UnionePageTree=Ql,ie.UnioneQueryForm=$l,ie.UnioneTableList=Pl,ie.default=qp,ie.loadConfig=De,ie.locales=fi,ie.useDebounce=ut,ie.utils=Ar,Object.defineProperties(ie,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- :root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background-color:#fff;border-radius:3px}::-webkit-scrollbar-thumb{background-color:#1677ff;border-radius:6px;border:2px solid #f1f1f1;background-color:transparent}::-webkit-scrollbar-thumb:hover{background-color:#1677ff}#app{width:100vw;height:100vh;font-weight:400}.ant-switch{background-color:#1677ff}.unione-page{padding:10px 5px}.unione-page.edit .page-setting{cursor:pointer;position:absolute;right:12px;margin-top:25px;display:none}.unione-page.edit .page-setting:hover{font-size:20px;margin-right:-2px;margin-top:23px}.unione-page.edit .btn-save{cursor:pointer;position:absolute;right:12px;margin-top:55px;display:none}.unione-page.edit .btn-save:hover{font-size:20px;margin-right:-2px;margin-top:52px}.unione-page.edit:hover .page-setting{display:block;animation:rotates 2s linear infinite}.unione-page.edit:hover .btn-save{display:block}.unione-page .btn-edit{cursor:pointer;position:absolute;right:12px;margin-top:-5px}.unione-page .btn-edit:hover{font-size:20px;margin-right:-2px;margin-top:-7px}@keyframes rotates{0%{-webkit-transform:rotate(0deg)}30%{-webkit-transform:rotate(-90deg)}50%{-webkit-transform:rotate(-180deg)}70%{-webkit-transform:rotate(-270deg)}to{-webkit-transform:rotate(-360deg)}}.page-setting-dialog{height:75vh;overflow-y:auto}.unione-page-form{padding:10px;height:100%;overflow-y:auto}.unione-page-form .form-btns{width:100%;margin:10px;text-align:center}.unione-page-form .form-btns .btn{margin:auto 5px}.unione-page-tree{display:flex;height:100%;overflow-y:auto}.unione-page-tree .tree-warp{width:250px;padding-right:10px;border-right:1px solid #d9d9d9}.unione-page-tree .tree-warp .ant-tree{height:calc(100% - 100px);overflow-y:auto}.unione-page-tree .tree-warp .input-search{margin:0 0 5px 5px}.unione-page-tree .tree-warp .unione-btn-add{margin-bottom:5px}.unione-page-tree .tree-warp .ant-tree-icon__customize+.ant-tree-title{width:calc(100% - 25px);display:inline-block}.unione-page-tree .tree-warp .ant-tree-icon__customize:empty+.ant-tree-title{width:100%}.unione-page-tree .tree-warp .node-label{width:100%}.unione-page-tree .tree-warp .node-opts{float:right;display:inline-flex;position:absolute;right:0;background-color:#fff}.unione-page-tree .tree-warp .node-opts .unione-btn{margin:0}.unione-page-tree .form-warp{width:calc(100% - 250px)}.unione-page-tree .form-warp .form-btns{width:100%;margin:10px;text-align:center}.unione-page-tree .form-warp .form-btns .btn{margin:auto 5px}.unione-page-left{display:flex;height:100%;overflow-y:auto}.unione-page-left .left-warp{width:250px;padding-right:10px;border-right:1px solid #d9d9d9}.unione-page-left .left-warp :deep(.ant-badge-dot){position:absolute;left:-10px}.unione-page-left .left-warp .left-list{display:flex;flex-direction:column}.unione-page-left .left-warp .input-search{margin:0 0 5px 5px}.unione-page-left .left-warp .unione-btn-add{margin-bottom:5px}.unione-page-left .left-warp .list-item{width:100%;padding:4px 8px;cursor:pointer}.unione-page-left .left-warp .list-item.active{background-color:#e6f7ff;color:#2795f9}.unione-page-left .left-warp .node-opts{float:right;display:inline-flex}.unione-page-left .left-warp .node-opts .unione-btn{margin:0}.unione-page-left .form-warp{width:calc(100% - 250px)}.unione-page-left .form-warp .form-btns{width:100%;margin:10px;text-align:center}.unione-page-left .form-warp .form-btns .btn{margin:auto 5px}.unione-page-list{padding:10px;height:100%;overflow-y:auto}.ant-table .ant-table-content{border-inline-start:1px solid #cfcfcf;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.ant-table .ant-table-content table{border-top:1px solid #cfcfcf!important}.ant-table .ant-table-content .ant-table-thead .ant-table-cell{background:#f0f0f0;border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-content .ant-table-thead .ant-table-cell .ant-table-column-title{font-weight:600}.ant-table .ant-table-content .ant-table-tbody .ant-table-cell{border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-content .ant-table-tbody .ant-table-row:hover,.ant-table .ant-table-content .ant-table-tbody .ant-table-row:hover .ant-table-cell{background-color:#e6f7ff;color:#2795f9}.ant-table .ant-table-container .ant-table-thead table{border-top:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-thead .ant-table-cell{background:#f0f0f0;border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-tbody table{border-top:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-tbody .ant-table-cell{border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-tbody .ant-table-row:hover,.ant-table .ant-table-container .ant-table-tbody .ant-table-row:hover .ant-table-cell{background-color:#e6f7ff;color:#2795f9}.unione-iframe{border:none;width:100%;height:100%}.ck .ck-powered-by{display:none!important}.unione-widget.edit .widget-setting[data-v-17b517f5]{cursor:pointer;float:right;margin-right:-6px;margin-top:6px;display:none}.unione-widget.edit .widget-setting[data-v-17b517f5]:hover{font-size:20px;margin-right:-10px;margin-top:6px;animation:rotates-17b517f5 1s linear infinite!important}.unione-widget.edit[data-v-17b517f5]:hover{background-color:#e6f7ff}.unione-widget.edit:hover>.widget-setting[data-v-17b517f5]{display:block;animation:rotates-17b517f5 2s linear infinite}@keyframes rotates-17b517f5{0%{-webkit-transform:rotate(0deg)}30%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}70%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.widget-setting-dialog[data-v-17b517f5]{height:75vh;overflow-y:auto}.form-mix[data-v-75055a2b] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-75055a2b] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-75055a2b] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.btn-setting-form[data-v-75055a2b]{min-height:400px}.btn-setting-form .param-btn[data-v-75055a2b]{margin:auto 10px}.btn-setting-form .edit-field[data-v-75055a2b]{width:100%;height:100%}.btn-setting-form .edit-field.empty[data-v-75055a2b]{position:absolute;top:0;left:0}.btn-setting-form .edit-field.empty[data-v-75055a2b] .ant-btn{padding:4px 7px;float:right}.btn-setting-form .edit-field[data-v-75055a2b] .ant-input-number{width:calc(100% - 5px)}.btn-setting-form .edit-field[data-v-75055a2b] .ant-select{width:100%}.btn-setting-form .edit-field[data-v-75055a2b] .ant-btn{padding:4px;float:right}.btn-setting-form .edit-field[data-v-75055a2b] .ant-checkbox{margin-top:8px}.btn-setting-form .edit-field .field-txt[data-v-75055a2b]{line-height:30px}.unione-btn[data-v-8f0eca98]{display:inline-block;margin:auto 5px}.unione-btn.unione-btn-block[data-v-8f0eca98]{width:100%}.unione-btn[data-v-8f0eca98] .widget-setting{position:absolute;z-index:1;transform:scale(.8);margin-top:-5px!important;margin-left:-5px}.unione-btn-drawer .ant-drawer-body[data-v-8f0eca98]{padding:5px!important;background-color:red}.dropdown-overlay[data-v-8f0eca98]{padding:3px 5px;list-style-type:none;background-color:#fff;background-clip:padding-box;border:1px solid #e6f7ff;border-radius:8px;outline:none;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.dropdown-overlay.vertical[data-v-8f0eca98]{display:flex;flex-direction:column}.dropdown-overlay .item[data-v-8f0eca98]{padding:2px 6px}.unione-layout-section .head[data-v-e75e9a84]{padding:5px 15px}.unione-layout-section .head.right[data-v-e75e9a84]{text-align:right}.unione-layout-section .head.reactive[data-v-e75e9a84]{cursor:pointer}.unione-layout-section .head .title[data-v-e75e9a84]{font-size:17px;display:inline-block}.unione-layout-section .head .title .type[data-v-e75e9a84]{background-color:#1677ff;display:inline-block;width:12px;height:12px;margin-right:2px}.unione-layout-section .head .title .type.circle[data-v-e75e9a84]{border-radius:6px}.unione-layout-section .head .title .type.square[data-v-e75e9a84]{margin-right:2px}.unione-layout-section .head .title .type.line[data-v-e75e9a84]{width:5px;margin-right:2px}.unione-layout-section .head .opts[data-v-e75e9a84]{float:right}.unione-layout-section .head .reactive[data-v-e75e9a84]{float:right;margin-top:3px}.unione-form-setting .unione-form-btns[data-v-c0f75bb9]{padding-bottom:10px}.unione-form-setting .unione-form-btns .btn[data-v-c0f75bb9]{margin:auto 5px}.unione-form-setting .unione-form-btns .btn.right[data-v-c0f75bb9]{float:right}.unione-form-setting .unione-form-btns .btn .btn-del[data-v-c0f75bb9]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-form-setting .unione-form-btns .btn .btn-del[data-v-c0f75bb9]:hover{background-color:#f0f0f0}.unione-form-setting .unione-form-btns .btn.deleted[data-v-c0f75bb9]{color:#999;border-color:#999}.unione-form-setting .unione-form-btns .btn.deleted[data-v-c0f75bb9] span{text-decoration:line-through}.unione-form-setting .unione-form-btns .btn:hover .btn-del[data-v-c0f75bb9]{display:block}.unione-form-setting .unione-form-btns .selected-info[data-v-c0f75bb9]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-form-setting .unione-form-btns .selected-info[data-v-c0f75bb9]:hover{color:red;text-decoration:line-through}.unione-form-setting .unione-form-btns[data-v-c0f75bb9] .ant-btn-sm{height:27px}.unione-form-setting .unione-form-opts[data-v-c0f75bb9]{padding-bottom:10px}.unione-form-setting .unione-form-opts .btn[data-v-c0f75bb9]{margin:auto 5px}.unione-form-setting .unione-form-opts .btn.right[data-v-c0f75bb9]{float:right}.unione-form-setting .unione-form-opts .btn .btn-del[data-v-c0f75bb9]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-form-setting .unione-form-opts .btn .btn-del[data-v-c0f75bb9]:hover{background-color:#f0f0f0}.unione-form-setting .unione-form-opts .btn.deleted[data-v-c0f75bb9]{color:#999;border-color:#999}.unione-form-setting .unione-form-opts .btn.deleted[data-v-c0f75bb9] span{text-decoration:line-through}.unione-form-setting .unione-form-opts .btn:hover .btn-del[data-v-c0f75bb9]{display:block}.unione-form-setting .unione-form-opts[data-v-c0f75bb9] .ant-btn-sm{height:27px}.unione-form-setting[data-v-c0f75bb9] .ant-table .ant-table-thead tr th{font-weight:400}.unione-form-setting[data-v-c0f75bb9] .ant-table .ant-table-tbody tr td{padding:3px}.unione-form-setting .edit-field[data-v-c0f75bb9]{width:100%;height:100%}.unione-form-setting .edit-field.empty[data-v-c0f75bb9]{position:absolute;top:0;left:0}.unione-form-setting .edit-field.empty[data-v-c0f75bb9] .ant-btn{padding:4px 7px;float:right}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-input-number{width:calc(100% - 5px)}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-select{width:100%}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-btn{padding:4px;float:right}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-checkbox{margin-top:8px}.unione-form-setting .edit-field .field-txt[data-v-c0f75bb9]{line-height:30px}.form-mix[data-v-c0f75bb9] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-c0f75bb9] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-c0f75bb9] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-form-widget[data-v-a31125db]{padding:10px}.unione-form-widget[data-v-a31125db] .widget-setting{margin-top:-5px!important}.unione-form-widget .unione-form[data-v-a31125db]{display:flex;flex-direction:row}.unione-form-widget .unione-form.edit[data-v-a31125db]{padding:0 20px}.unione-form-widget .unione-form .form-left[data-v-a31125db]{width:30%}.unione-form-widget .unione-form .form-warp[data-v-a31125db]{width:100%}.unione-form-widget .unione-form .form-right[data-v-a31125db]{width:30%}.unione-form-widget .unione-form .unione-widget[data-v-a31125db]{display:block}.unione-form-widget .unione-form .unione-widget.all-line[data-v-a31125db]{width:100%!important}.unione-form-widget .unione-form .unione-widget.2in_line[data-v-a31125db]{width:66.66%!important}.unione-form-widget .unione-form.form-layout-col-1 .unione-widget[data-v-a31125db]{width:100%}.unione-form-widget .unione-form.form-layout-col-2 .unione-widget[data-v-a31125db]{width:50%;display:inline-block}.unione-form-widget .unione-form.form-layout-col-3 .unione-widget[data-v-a31125db]{width:33.33%;display:inline-block}.unione-form-widget .form-btns[data-v-a31125db]{width:100%;margin:10px;text-align:center}.unione-form-widget .form-btns .btn[data-v-a31125db]{margin:auto 5px}.unione-form-item .ant-form-item[data-v-20adb860]{margin-bottom:6px}.unione-form-item .ant-form-item[data-v-20adb860] .ant-form-item-explain-error{right:5px;margin-top:-27px;position:absolute}.unione-query-setting .unione-query-tools[data-v-ce575063]{padding-bottom:10px}.unione-query-setting .unione-query-tools .btn[data-v-ce575063]{margin:auto 5px}.unione-query-setting .unione-query-tools .btn.right[data-v-ce575063]{float:right}.unione-query-setting .unione-query-tools .btn .bool-del[data-v-ce575063]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-query-setting .unione-query-tools .btn .bool-del[data-v-ce575063]:hover{background-color:#f0f0f0}.unione-query-setting .unione-query-tools .btn.deleted[data-v-ce575063]{color:#999;border-color:#999}.unione-query-setting .unione-query-tools .btn.deleted[data-v-ce575063] span{text-decoration:line-through}.unione-query-setting .unione-query-tools .btn:hover .bool-del[data-v-ce575063]{display:block}.unione-query-setting .unione-query-tools .selected-info[data-v-ce575063]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-query-setting .unione-query-tools .selected-info[data-v-ce575063]:hover{color:red;text-decoration:line-through}.unione-query-setting .unione-query-tools[data-v-ce575063] .ant-btn-sm{height:27px}.unione-query-setting .unione-query-opts[data-v-ce575063]{padding-bottom:10px}.unione-query-setting .unione-query-opts .btn[data-v-ce575063]{margin:auto 5px}.unione-query-setting .unione-query-opts .btn.right[data-v-ce575063]{float:right}.unione-query-setting .unione-query-opts .btn .btn-del[data-v-ce575063]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-query-setting .unione-query-opts .btn .btn-del[data-v-ce575063]:hover{background-color:#f0f0f0}.unione-query-setting .unione-query-opts .btn.deleted[data-v-ce575063]{color:#999;border-color:#999}.unione-query-setting .unione-query-opts .btn.deleted[data-v-ce575063] span{text-decoration:line-through}.unione-query-setting .unione-query-opts .btn:hover .btn-del[data-v-ce575063]{display:block}.unione-query-setting .unione-query-opts[data-v-ce575063] .ant-btn-sm{height:27px}.unione-query-setting[data-v-ce575063] .ant-table .ant-table-thead tr th{font-weight:400}.unione-query-setting[data-v-ce575063] .ant-table .ant-table-tbody tr td{padding:3px}.unione-query-setting .edit-field[data-v-ce575063]{width:100%;height:100%}.unione-query-setting .edit-field.empty[data-v-ce575063]{position:absolute;top:0;left:0}.unione-query-setting .edit-field.empty[data-v-ce575063] .ant-btn{padding:4px 7px;float:right}.unione-query-setting .edit-field[data-v-ce575063] .ant-input-number{width:calc(100% - 5px)}.unione-query-setting .edit-field[data-v-ce575063] .ant-select{width:100%}.unione-query-setting .edit-field[data-v-ce575063] .ant-btn{padding:4px;float:right}.unione-query-setting .edit-field[data-v-ce575063] .ant-checkbox{margin-top:8px}.unione-query-setting .edit-field .field-txt[data-v-ce575063]{line-height:30px}.form-mix[data-v-ce575063] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-ce575063] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-ce575063] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-query-form .query-field[data-v-05f95e36]{display:inline-block;margin-bottom:5px;min-width:250px;width:25%}.unione-query-form.edit .query-field[data-v-05f95e36]{width:calc(25% - 7px)}.unione-query-form .query-btn[data-v-05f95e36]{display:inline-block;white-space:nowrap}.unione-query-form .query-btn .btn[data-v-05f95e36]{margin:auto 5px}.unione-query-form .query-btn .btn.save-search[data-v-05f95e36]{float:right;position:absolute;right:10px}.btn-advanced-overlay[data-v-05f95e36]{padding:3px 5px;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:8px;outline:none;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;display:flex;flex-direction:column}.btn-advanced-overlay .item[data-v-05f95e36]{padding:3px 5px}.unione-table-setting .unione-table-tools[data-v-c966c24c]{padding-bottom:10px}.unione-table-setting .unione-table-tools .btn[data-v-c966c24c]{margin:auto 5px}.unione-table-setting .unione-table-tools .btn.right[data-v-c966c24c]{float:right}.unione-table-setting .unione-table-tools .btn .bool-del[data-v-c966c24c]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-table-setting .unione-table-tools .btn .bool-del[data-v-c966c24c]:hover{background-color:#f0f0f0}.unione-table-setting .unione-table-tools .btn.deleted[data-v-c966c24c]{color:#999;border-color:#999}.unione-table-setting .unione-table-tools .btn.deleted[data-v-c966c24c] span{text-decoration:line-through}.unione-table-setting .unione-table-tools .btn:hover .bool-del[data-v-c966c24c]{display:block}.unione-table-setting .unione-table-tools .selected-info[data-v-c966c24c]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-table-setting .unione-table-tools .selected-info[data-v-c966c24c]:hover{color:red;text-decoration:line-through}.unione-table-setting .unione-table-tools[data-v-c966c24c] .ant-btn-sm{height:27px}.unione-table-setting .unione-table-opts[data-v-c966c24c]{padding-bottom:10px}.unione-table-setting .unione-table-opts .btn[data-v-c966c24c]{margin:auto 5px}.unione-table-setting .unione-table-opts .btn.right[data-v-c966c24c]{float:right}.unione-table-setting .unione-table-opts .btn .btn-del[data-v-c966c24c]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-table-setting .unione-table-opts .btn .btn-del[data-v-c966c24c]:hover{background-color:#f0f0f0}.unione-table-setting .unione-table-opts .btn.deleted[data-v-c966c24c]{color:#999;border-color:#999}.unione-table-setting .unione-table-opts .btn.deleted[data-v-c966c24c] span{text-decoration:line-through}.unione-table-setting .unione-table-opts .btn:hover .btn-del[data-v-c966c24c]{display:block}.unione-table-setting .unione-table-opts[data-v-c966c24c] .ant-btn-sm{height:27px}.unione-table-setting[data-v-c966c24c] .ant-table .ant-table-thead tr th{font-weight:400}.unione-table-setting[data-v-c966c24c] .ant-table .ant-table-tbody tr td{padding:3px}.unione-table-setting .edit-field[data-v-c966c24c]{width:100%;height:100%}.unione-table-setting .edit-field.empty[data-v-c966c24c]{position:absolute;top:0;left:0}.unione-table-setting .edit-field.empty[data-v-c966c24c] .ant-btn{padding:4px 7px;float:right}.unione-table-setting .edit-field[data-v-c966c24c] .ant-input-number{width:calc(100% - 5px)}.unione-table-setting .edit-field[data-v-c966c24c] .ant-select{width:100%}.unione-table-setting .edit-field[data-v-c966c24c] .ant-btn{padding:4px;float:right}.unione-table-setting .edit-field[data-v-c966c24c] .ant-checkbox{margin-top:8px}.unione-table-setting .edit-field .field-txt[data-v-c966c24c]{line-height:30px}.form-mix[data-v-c966c24c] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-c966c24c] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-c966c24c] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-table-list[data-v-ea916a8b]{margin-top:10px}.unione-table-list .unione-table-tools[data-v-ea916a8b]{padding-bottom:10px}.unione-table-list .unione-table-tools .btn[data-v-ea916a8b]{margin:auto 5px}.unione-table-list .unione-table-tools .btn.right[data-v-ea916a8b]{float:right}.unione-table-list .unione-table-tools .selected-info[data-v-ea916a8b]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-table-list .unione-table-tools .selected-info[data-v-ea916a8b]:hover{color:red;text-decoration:line-through}.unione-table-list .unione-table-tools[data-v-ea916a8b] .ant-btn-sm{height:27px}.unione-table-list .unione-table-opts .opt[data-v-ea916a8b]{margin:auto 2px}.unione-table-list .unione-table-opts .opt[data-v-ea916a8b] .widget-setting{display:block}.unione-table-list .unione-table-opts .opt-more.small[data-v-ea916a8b]{padding:0 5px 2px;height:24px}.unione-table-list .unione-table-opts .item[data-v-ea916a8b] .widget-setting{display:block}.opt-more-overlay[data-v-ea916a8b]{padding:3px 5px;list-style-type:none;background-color:#fff;background-clip:padding-box;border:1px solid #e6f7ff;border-radius:8px;outline:none;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.opt-more-overlay.vertical[data-v-ea916a8b]{display:flex;flex-direction:column}.opt-more-overlay .item[data-v-ea916a8b]{padding:2px 6px}.dialog-mask{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000;z-index:99}.dialog-container{position:fixed;inset:0;overflow:auto;z-index:999;margin:0;display:flex;justify-content:center;align-items:center}.dialog{position:absolute;padding:0 30px 30px;background:#fff;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;border-radius:2px}.dialog-title{position:relative;border-bottom:1px solid #e2e6ed;margin-bottom:30px;height:60px;display:flex;align-items:center;justify-content:space-between}.dialog-title i{width:16px;height:16px;cursor:pointer;display:inline-block;background:url(../../assets/images/close.svg)}.dialog-option__item{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between}.dialog-option__item span{margin-right:12px;font-size:14px;color:#3d4757;position:relative}.dialog-option__item input,.dialog-option__item textarea,.dialog-option__item select{width:276px;height:30px;border-radius:2px;border:1px solid #d3d3d3;min-height:30px;padding:5px;box-sizing:border-box;outline:none;appearance:none;user-select:none;font-family:inherit}.dialog-option__item input:focus,.dialog-option__item textarea:focus{border-color:#4991f2}.dialog-option__item--require:before{content:"*";color:#f56c6c;margin-right:4px;position:absolute;left:-8px}.dialog-menu{display:flex;align-items:center;justify-content:flex-end}.dialog-menu button{position:relative;display:inline-block;border:1px solid #e2e6ed;border-radius:2px;background:#fff;line-height:22px;padding:0 16px;white-space:nowrap;cursor:pointer}.dialog-menu button:hover{background:#1937580a}.dialog-menu__cancel{margin-right:16px}.dialog-menu button[type=submit]{color:#fff;background:#4991f2;border-color:#4991f2}.dialog-menu button[type=submit]:hover{background:#5b9cf3;border-color:#5b9cf3}.unione-rich-toolbar[data-v-9be2b83f]{width:100%;min-height:35px;top:0;z-index:9;display:flex;align-items:center;justify-content:left;background:#f2f4f7;box-shadow:0 2px 4px 0 transparent;flex-wrap:wrap;border:1px solid #d9d9d9;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:none}.unione-rich-toolbar ul[data-v-9be2b83f]{list-style:none;padding:0}.unione-rich-toolbar .menu-divider[data-v-9be2b83f]{width:1px;height:16px;margin:0 8px;display:inline-block;background-color:#cfd2d8}.unione-rich-toolbar .menu-item[data-v-9be2b83f]{height:24px;min-width:24px;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 2px}.unione-rich-toolbar .menu-item[data-v-9be2b83f]:hover{background:#1937580a}.unione-rich-toolbar .menu-item.active[data-v-9be2b83f]{background:#19375814}.unione-rich-toolbar .menu-item i[data-v-9be2b83f]{width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:100% 100%}.unione-rich-toolbar .menu-item>span[data-v-9be2b83f]{width:16px;height:3px;display:inline-block;border:1px solid #e2e6ed}.unione-rich-toolbar .menu-item .select[data-v-9be2b83f]{border:none;font-size:12px;line-height:24px;user-select:none}.unione-rich-toolbar .menu-item .select[data-v-9be2b83f]:after{position:absolute;content:"";top:11px;width:0;height:0;right:2px;border-color:#767c85 transparent transparent;border-style:solid solid none;border-width:3px 3px 0}.unione-rich-toolbar .menu-item .options[data-v-9be2b83f]{position:fixed;padding:10px;background:#fff;font-size:14px;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;border-radius:2px;display:none;z-index:1}.unione-rich-toolbar .menu-item .options.visible[data-v-9be2b83f]{display:block}.unione-rich-toolbar .menu-item .options li[data-v-9be2b83f]{margin:5px 0;user-select:none;transition:all .3s}.unione-rich-toolbar .menu-item .options li[data-v-9be2b83f]:hover{background-color:#ebecef}.unione-rich-toolbar .menu-item .options li.active[data-v-9be2b83f]{background-color:#e2e6ed}.unione-rich-toolbar .menu-item .menu-item__font[data-v-9be2b83f]{width:65px;position:relative}.unione-rich-toolbar .menu-item .menu-item__size[data-v-9be2b83f]{width:50px;text-align:center;position:relative}.unione-rich-toolbar .menu-item__font .select[data-v-9be2b83f],.unione-rich-toolbar .menu-item__size .select[data-v-9be2b83f]{width:100%;height:100%}.unione-rich-toolbar .menu-item__undo.no-allow[data-v-9be2b83f],.unione-rich-toolbar .menu-item__redo.no-allow[data-v-9be2b83f],.unione-rich-toolbar .menu-item>div.disable[data-v-9be2b83f]{color:#c0c4cc;cursor:not-allowed;opacity:.4;pointer-events:none}.unione-rich-toolbar .menu-item__underline[data-v-9be2b83f]{width:30px;position:relative}.unione-rich-toolbar .menu-item__underline>i[data-v-9be2b83f]{flex-shrink:0}.unione-rich-toolbar .menu-item__underline .select[data-v-9be2b83f]{width:100%;height:100%}.unione-rich-toolbar .menu-item__underline .options[data-v-9be2b83f]{width:128px}.unione-rich-toolbar .menu-item__underline li[data-v-9be2b83f]{padding:1px 5px}.unione-rich-toolbar .menu-item__underline li i[data-v-9be2b83f]{pointer-events:none;width:100%}.unione-rich-toolbar .menu-item__color[data-v-9be2b83f],.unione-rich-toolbar .menu-item__highlight[data-v-9be2b83f]{display:flex;flex-direction:column}.unione-rich-toolbar .menu-item__color .input-color[data-v-9be2b83f],.unione-rich-toolbar .menu-item__highlight .input-highlight[data-v-9be2b83f]{width:1px;height:1px;visibility:hidden;outline:none;appearance:none}.unione-rich-toolbar .menu-item__color span[data-v-9be2b83f]{background-color:#000}.unione-rich-toolbar .menu-item__highlight span[data-v-9be2b83f]{background-color:#ff0}.unione-rich-toolbar .menu-item .menu-item__title[data-v-9be2b83f]{width:60px;position:relative}.unione-rich-toolbar .menu-item__title .select[data-v-9be2b83f]{width:40px;height:100%}.unione-rich-toolbar .menu-item__title i[data-v-9be2b83f]{transform:translate(-5px)}.unione-rich-toolbar .menu-item__row-margin[data-v-9be2b83f],.unione-rich-toolbar .menu-item__list[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__list .options>ul>li[data-v-9be2b83f] *{pointer-events:none;padding:0}.unione-rich-toolbar .menu-item__list .options>ul>li li[data-v-9be2b83f]{margin-left:18px}.unione-rich-toolbar .menu-item__list .options>ul>li[data-list-style=checkbox] li[data-v-9be2b83f]::marker{font-size:11px}.unione-rich-toolbar .menu-item__image input[data-v-9be2b83f]{display:none}.unione-rich-toolbar .menu-item__table[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__table__collapse[data-v-9be2b83f]{width:270px;height:310px;background:#fff;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;box-sizing:border-box;border-radius:2px;position:fixed;display:none;z-index:99;top:25px;left:0;padding:14px 27px;cursor:auto}.unione-rich-toolbar .menu-item__table__collapse .table-close[data-v-9be2b83f]{position:absolute;right:10px;top:5px;cursor:pointer}.unione-rich-toolbar .menu-item__table__collapse .table-close[data-v-9be2b83f]:hover{color:#7d7e80}.unione-rich-toolbar .menu-item__table__collapse[data-v-9be2b83f]:hover{background:#fff}.unione-rich-toolbar .menu-item__table__collapse .table-title[data-v-9be2b83f]{display:flex;justify-content:flex-start;padding-bottom:5px;border-bottom:1px solid #e2e6ed}.unione-rich-toolbar .table-title span[data-v-9be2b83f]{font-size:12px;color:#3d4757;display:inline;margin:0}.unione-rich-toolbar .table-panel[data-v-9be2b83f]{cursor:pointer}.unione-rich-toolbar .table-panel .table-row[data-v-9be2b83f]{display:flex;flex-wrap:nowrap;margin-top:10px;pointer-events:none}.unione-rich-toolbar .table-panel .table-cel[data-v-9be2b83f]{width:16px;height:16px;box-sizing:border-box;border:1px solid #e2e6ed;background:#fff;position:relative;margin-right:6px;pointer-events:none}.unione-rich-toolbar .table-panel .table-cel.active[data-v-9be2b83f]{border:1px solid rgba(73,145,242,.2);background:#4991f226}.unione-rich-toolbar .table-panel .table-row .table-cel[data-v-9be2b83f]:last-child{margin-right:0}.unione-rich-toolbar .menu-item__separator[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__separator .options[data-v-9be2b83f]{width:128px}.unione-rich-toolbar .menu-item__separator li[data-v-9be2b83f]{padding:1px 5px}.unione-rich-toolbar .menu-item__separator li i[data-v-9be2b83f]{width:100%;pointer-events:none}.unione-rich-toolbar .menu-item__watermark[data-v-9be2b83f],.unione-rich-toolbar .menu-item__control[data-v-9be2b83f],.unione-rich-toolbar .menu-item__date[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__date .options[data-v-9be2b83f]{width:160px}.unione-rich-toolbar .menu-item .menu-item__control .options[data-v-9be2b83f]{width:55px}.unione-rich-toolbar .menu-item__search[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__search__collapse[data-v-9be2b83f]{width:260px;height:72px;box-sizing:border-box;position:absolute;display:none;z-index:99;top:25px;left:0;background:#fff;box-shadow:0 5px 5px #e3dfdf}.unione-rich-toolbar .menu-item__search__collapse[data-v-9be2b83f]:hover{background:#fff}.unione-rich-toolbar .menu-item__search__collapse>div[data-v-9be2b83f]{width:250px;height:36px;padding:0 5px;line-height:36px;display:flex;align-items:center;justify-content:space-between;border-radius:4px}.unione-rich-toolbar .menu-item__search__collapse>div input[data-v-9be2b83f]{width:205px;height:27px;appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #ebebeb;box-sizing:border-box;color:#606266;display:inline-block;line-height:27px;outline:none;padding:0 5px}.unione-rich-toolbar .menu-item__search__collapse>div span[data-v-9be2b83f]{height:100%;color:#dcdfe6;font-size:25px;display:inline-block;border:0;padding:0 10px}.unione-rich-toolbar .menu-item__search__collapse__replace button[data-v-9be2b83f]{display:inline-block;border:1px solid #e2e6ed;border-radius:2px;background:#fff;line-height:22px;padding:0 6px;white-space:nowrap;margin-left:4px;cursor:pointer;font-size:12px}.unione-rich-toolbar .menu-item__search__collapse__replace button[data-v-9be2b83f]:hover{background:#1937580a}.unione-rich-toolbar .menu-item__search__collapse__search[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__search__collapse__search label[data-v-9be2b83f]{right:110px;font-size:12px;color:#3d4757;position:absolute}.unione-rich-toolbar .menu-item__search__collapse__search>input[data-v-9be2b83f]{padding:5px 90px 5px 5px!important}.unione-rich-toolbar .menu-item__search__collapse__search>div[data-v-9be2b83f]{width:28px;height:27px;display:flex;justify-content:center;align-items:center;position:absolute;border-left:1px solid #e2e6ed;transition:all .5s}.unione-rich-toolbar .menu-item__search__collapse__search>div[data-v-9be2b83f]:hover{background-color:#1937580a}.unione-rich-toolbar .menu-item__search__collapse__search i[data-v-9be2b83f]{width:6px;height:8px;transform:translateY(1px)}.unione-rich-toolbar .menu-item__search__collapse__search .arrow-left[data-v-9be2b83f]{right:76px}.unione-rich-toolbar .menu-item__search__collapse__search .arrow-right[data-v-9be2b83f]{right:48px}.unione-rich-text[data-v-d2704ee4]{height:100%}.unione-rich-text.run .canvas-editor[data-v-d2704ee4],.unione-rich-text.edit .canvas-editor[data-v-d2704ee4]{border:1px solid #d9d9d9;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.unione-rich-text .canvas-editor[data-v-d2704ee4]{min-height:200px;overflow-y:auto}.unione-rich-text[data-v-d2704ee4] .canvas-editor>div{width:100%!important}.unione-rich-text[data-v-d2704ee4] .canvas-editor>div>div>canvas{width:100%!important}.data-field-manage .btn[data-v-f6307a23]{margin-top:-50px;float:right}.data-field-manage .btn.btn-add[data-v-f6307a23]{margin-right:70px}.data-field-manage .btn.btn-delete[data-v-f6307a23]{margin-right:5px}.data-field-manage .edit-field[data-v-f6307a23]{width:100%;height:100%}.data-field-manage .edit-field.empty[data-v-f6307a23]{position:absolute;top:0;left:0}.data-field-manage .edit-field[data-v-f6307a23] .ant-input-number{width:calc(100% - 5px)}.data-field-manage .edit-field[data-v-f6307a23] .ant-select{width:100%}.data-field-manage[data-v-f6307a23] .ant-table-thead tr th,.data-field-setting[data-v-ef9b9849] .ant-table .ant-table-thead tr th{font-weight:400}.data-field-setting[data-v-ef9b9849] .ant-table .ant-table-tbody tr td{padding:3px}.data-field-setting .edit-field[data-v-ef9b9849]{width:100%;height:100%}.data-field-setting .edit-field.empty[data-v-ef9b9849]{position:absolute;top:0;left:0}.data-field-setting .edit-field.empty[data-v-ef9b9849] .ant-btn{padding:4px 7px;float:right}.data-field-setting .edit-field[data-v-ef9b9849] .ant-input-number{width:calc(100% - 5px)}.data-field-setting .edit-field[data-v-ef9b9849] .ant-select{width:100%}.data-field-setting .edit-field[data-v-ef9b9849] .ant-btn{padding:4px;float:right}.data-field-setting .edit-field[data-v-ef9b9849] .ant-checkbox{margin-top:8px}.data-field-setting .edit-field .field-txt[data-v-ef9b9849]{line-height:30px}.form-mix[data-v-ef9b9849] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-ef9b9849] .ant-checkbox-wrapper{color:#999}.data-define[data-v-6be2cc50]{height:100%;overflow-y:auto}.data-define.center[data-v-6be2cc50]{display:flex}.data-define .data-model-list[data-v-6be2cc50]{width:180px;height:100%;border-right:1px solid #d9d9d9;display:flex;align-items:flex-start;flex-direction:column;float:left}.data-define .data-model-list .title[data-v-6be2cc50]{height:35px;width:100%;cursor:pointer;line-height:35px;padding:0 5px}.data-define .data-model-list .title.slt[data-v-6be2cc50]{background-color:#e6f7ff;color:#2795f9}.data-define .data-model-list .title.btn-add[data-v-6be2cc50]{text-align:center;font-size:20px;margin-top:5px;margin-left:5px;border:1px solid #d9d9d9;width:calc(100% - 10px);line-height:30px}.data-define .data-model-list .title[data-v-6be2cc50]:hover{background-color:#e6f7ff;color:#2795f9}.data-define .data-model-form[data-v-6be2cc50]{display:inline-block;width:calc(100% - 180px);padding:0 10px}.data-define .data-model-form.center[data-v-6be2cc50]{margin:0 auto}.unione-page-setting .form-mix[data-v-2420ce7a] .ant-form-item{margin-bottom:5px!important}.unione-page-setting .form-mix .checkbox-tips[data-v-2420ce7a] .ant-checkbox-wrapper{color:#999}.unione-page-setting .form-mix[data-v-2420ce7a] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-page-view[data-v-f792d0b4]{padding:10px;height:100%;overflow-y:auto}.unione-page-tree .tree-warp[data-v-1d6ecb5e] .ant-badge-dot{position:absolute;left:-10px}.unione-page-tree .form-warp .form-btns[data-v-1d6ecb5e]{margin-bottom:10px}.flow-audit-drawer .handel-opinion .line{font-size:16px;margin-bottom:10px}.flow-audit-drawer .handel-opinion .ant-input{min-height:400px}.flow-audit-drawer .preset-opinions .line{font-size:16px;margin:20px 0 10px}.flow-audit-drawer .preset-opinions .ok,.flow-audit-drawer .preset-opinions .reject{margin-bottom:10px}.flow-audit-drawer .preset-opinions .ant-tag{cursor:pointer;margin:5px 15px 0}.flow-audit-drawer .ant-drawer-footer{text-align:right}.flow-audit-drawer .ant-drawer-footer .ant-btn{margin:auto 10px}.flow-opinion-drawer .btn-close{float:right;margin-right:20px}.load-table-form[data-v-f4684c55] .query-field{width:300px}.data-field-manage[data-v-4020e3f0]{min-height:200px}.data-field-manage .btn[data-v-4020e3f0]{margin-top:-50px;float:right}.data-field-manage .btn.btn-add[data-v-4020e3f0]{margin-right:70px}.data-field-manage .btn.btn-delete[data-v-4020e3f0]{margin-right:5px}.data-field-manage .edit-field[data-v-4020e3f0]{width:100%;height:100%}.data-field-manage .edit-field.empty[data-v-4020e3f0]{position:absolute;top:0;left:0}.data-field-manage .edit-field[data-v-4020e3f0] .ant-input-number{width:calc(100% - 5px)}.data-field-manage .edit-field[data-v-4020e3f0] .ant-select{width:100%}.data-field-manage[data-v-4020e3f0] .ant-table-thead tr th{font-weight:400}.data-field-setting[data-v-d5938ab8]{min-height:200px}.data-field-setting[data-v-d5938ab8] .ant-table .ant-table-thead tr th{font-weight:400}.data-field-setting[data-v-d5938ab8] .ant-table .ant-table-tbody tr td{padding:3px}.data-field-setting .edit-field[data-v-d5938ab8]{width:100%;height:100%}.data-field-setting .edit-field.empty[data-v-d5938ab8]{position:absolute;top:0;left:0}.data-field-setting .edit-field.empty[data-v-d5938ab8] .ant-btn{padding:4px 7px;float:right}.data-field-setting .edit-field[data-v-d5938ab8] .ant-input-number{width:calc(100% - 5px)}.data-field-setting .edit-field[data-v-d5938ab8] .ant-select{width:100%}.data-field-setting .edit-field[data-v-d5938ab8] .ant-btn{padding:4px;float:right}.data-field-setting .edit-field[data-v-d5938ab8] .ant-checkbox{margin-top:8px}.data-field-setting .edit-field .field-txt[data-v-d5938ab8]{line-height:30px}.form-mix[data-v-d5938ab8] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-d5938ab8] .ant-checkbox-wrapper{color:#999}.field-setting-form[data-v-d5938ab8]{padding-top:10px}.field-setting-form[data-v-d5938ab8] .ant-input-number{width:100%}.field-setting-form.sort[data-v-d5938ab8] .ant-form-item{width:50%;display:inline-block}.field-setting-form.sort[data-v-d5938ab8] .ant-form-item .ant-form-item-label{width:50%;max-width:50%;flex:0 0 50%}.field-setting-form.sort[data-v-d5938ab8] .ant-form-item .ant-form-item-control{width:50%;max-width:50%}.data-field-fkey[data-v-84143692]{min-height:200px}.data-field-fkey[data-v-84143692] .ant-table-cell{font-weight:unset}.data-field-fkey .edit-field[data-v-84143692]{width:100%;height:100%}.data-field-fkey .edit-field.empty[data-v-84143692]{position:absolute;top:0;left:0}.data-field-fkey .edit-field[data-v-84143692] .ant-input-number{width:calc(100% - 5px)}.data-field-fkey .edit-field[data-v-84143692] .ant-select{width:100%}.data-filter[data-v-a600b93f]{height:100%;min-height:200px}.data-filter .filter-box[data-v-a600b93f]{width:calc(25% - 10px);margin:5px;height:100px;display:inline-flex}.data-filter .filter-box[data-v-a600b93f] .ant-card-body{width:100%}.data-filter .filter-box .action[data-v-a600b93f]{margin-top:10px;text-align:center}.data-filter .filter-box .action .ant-btn[data-v-a600b93f]{width:30%;margin:auto 10px}.data-filter .filter-box.btn-add[data-v-a600b93f]{line-height:80px;cursor:pointer}.data-filter .filter-box.btn-add[data-v-a600b93f] .ant-card-body{text-align:center}.data-filter .filter-box.btn-add .btn[data-v-a600b93f]{font-size:30px;color:#00000080}.data-filter .filter-box[data-v-a600b93f]:hover{background-color:#e6f7ff}.data-filter[data-v-a600b93f] .ant-card-bordered{border:1px solid #d9d9d9}.data-filter .btn-tmpl[data-v-a600b93f]{position:absolute;right:-7px;cursor:pointer}.form-mix[data-v-a600b93f] .ant-form-item{margin-bottom:5px!important}.form-mix[data-v-a600b93f] .ant-form-item .ant-form-item-explain-error{right:5px;margin-top:-27px;position:absolute}.form-mix .checkbox-tips[data-v-a600b93f] .ant-checkbox-wrapper{color:#999}.data-define-edit[data-v-3eeab6e6]{overflow-y:auto;height:100%}.data-define-edit[data-v-3eeab6e6] .page-setting-section .title{font-size:14px}.data-define-edit[data-v-3eeab6e6] .page-setting-section .reactive{font-size:12px}.data-define-edit[data-v-3eeab6e6] .page-setting-section.open .type{margin-top:6px!important}.data-define-edit[data-v-3eeab6e6] .page-setting-section.close .title,.data-define-edit[data-v-3eeab6e6] .page-setting-section.close .reactive{color:#00bd7e}.data-define-edit .actions[data-v-3eeab6e6]{width:100%;bottom:10px;text-align:center}.data-define-edit .actions .ant-btn[data-v-3eeab6e6]{margin:15px 10px}.drawer-form .btns[data-v-116947f3]{text-align:center}.drawer-form .btns[data-v-116947f3] .ant-btn{margin:5px 10px}
1
+ :root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background-color:#fff;border-radius:3px}::-webkit-scrollbar-thumb{background-color:#1677ff;border-radius:6px;border:2px solid #f1f1f1;background-color:transparent}::-webkit-scrollbar-thumb:hover{background-color:#1677ff}#app{width:100vw;height:100vh;font-weight:400}.ant-switch{background-color:#1677ff}.unione-page{padding:10px 5px}.unione-page.edit .page-setting{cursor:pointer;position:absolute;right:12px;margin-top:25px;display:none}.unione-page.edit .page-setting:hover{font-size:20px;margin-right:-2px;margin-top:23px}.unione-page.edit .btn-save{cursor:pointer;position:absolute;right:12px;margin-top:55px;display:none}.unione-page.edit .btn-save:hover{font-size:20px;margin-right:-2px;margin-top:52px}.unione-page.edit:hover .page-setting{display:block;animation:rotates 2s linear infinite}.unione-page.edit:hover .btn-save{display:block}.unione-page .btn-edit{cursor:pointer;position:absolute;right:12px;margin-top:-5px}.unione-page .btn-edit:hover{font-size:20px;margin-right:-2px;margin-top:-7px}@keyframes rotates{0%{-webkit-transform:rotate(0deg)}30%{-webkit-transform:rotate(-90deg)}50%{-webkit-transform:rotate(-180deg)}70%{-webkit-transform:rotate(-270deg)}to{-webkit-transform:rotate(-360deg)}}.page-setting-dialog{height:75vh;overflow-y:auto}.unione-page-form{padding:10px;height:100%;overflow-y:auto}.unione-page-form .form-btns{width:100%;margin:10px;text-align:center}.unione-page-form .form-btns .btn{margin:auto 5px}.unione-page-tree{display:flex;height:100%;overflow-y:auto}.unione-page-tree .tree-warp{width:250px;padding-right:10px;border-right:1px solid #d9d9d9}.unione-page-tree .tree-warp .ant-tree{height:calc(100% - 100px);overflow-y:auto}.unione-page-tree .tree-warp .input-search{margin:0 0 5px 5px}.unione-page-tree .tree-warp .unione-btn-add{margin-bottom:5px}.unione-page-tree .tree-warp .ant-tree-icon__customize+.ant-tree-title{width:calc(100% - 25px);display:inline-block}.unione-page-tree .tree-warp .ant-tree-icon__customize:empty+.ant-tree-title{width:100%}.unione-page-tree .tree-warp .node-label{width:100%}.unione-page-tree .tree-warp .node-opts{float:right;display:inline-flex;position:absolute;right:0;background-color:#fff}.unione-page-tree .tree-warp .node-opts .unione-btn{margin:0}.unione-page-tree .form-warp{width:calc(100% - 250px)}.unione-page-tree .form-warp .form-btns{width:100%;margin:10px;text-align:center}.unione-page-tree .form-warp .form-btns .btn{margin:auto 5px}.unione-page-left{display:flex;height:100%;overflow-y:auto}.unione-page-left .left-warp{width:250px;padding-right:10px;border-right:1px solid #d9d9d9}.unione-page-left .left-warp :deep(.ant-badge-dot){position:absolute;left:-10px}.unione-page-left .left-warp .left-list{display:flex;flex-direction:column}.unione-page-left .left-warp .input-search{margin:0 0 5px 5px}.unione-page-left .left-warp .unione-btn-add{margin-bottom:5px}.unione-page-left .left-warp .list-item{width:100%;padding:4px 8px;cursor:pointer}.unione-page-left .left-warp .list-item.active{background-color:#e6f7ff;color:#2795f9}.unione-page-left .left-warp .node-opts{float:right;display:inline-flex}.unione-page-left .left-warp .node-opts .unione-btn{margin:0}.unione-page-left .form-warp{width:calc(100% - 250px)}.unione-page-left .form-warp .form-btns{width:100%;margin:10px;text-align:center}.unione-page-left .form-warp .form-btns .btn{margin:auto 5px}.unione-page-list{padding:10px;height:100%;overflow-y:auto}.ant-table .ant-table-content{border-inline-start:1px solid #cfcfcf;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.ant-table .ant-table-content table{border-top:1px solid #cfcfcf!important}.ant-table .ant-table-content .ant-table-thead .ant-table-cell{background:#f0f0f0;border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-content .ant-table-thead .ant-table-cell .ant-table-column-title{font-weight:600}.ant-table .ant-table-content .ant-table-tbody .ant-table-cell{border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-content .ant-table-tbody .ant-table-row:hover,.ant-table .ant-table-content .ant-table-tbody .ant-table-row:hover .ant-table-cell{background-color:#e6f7ff;color:#2795f9}.ant-table .ant-table-container .ant-table-thead table{border-top:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-thead .ant-table-cell{background:#f0f0f0;border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-tbody table{border-top:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-tbody .ant-table-cell{border-inline-end:1px solid #cfcfcf!important;border-bottom:1px solid #cfcfcf!important}.ant-table .ant-table-container .ant-table-tbody .ant-table-row:hover,.ant-table .ant-table-container .ant-table-tbody .ant-table-row:hover .ant-table-cell{background-color:#e6f7ff;color:#2795f9}.unione-iframe{border:none;width:100%;height:100%}.ck .ck-powered-by{display:none!important}.unione-widget.edit .widget-setting[data-v-17b517f5]{cursor:pointer;float:right;margin-right:-6px;margin-top:6px;display:none}.unione-widget.edit .widget-setting[data-v-17b517f5]:hover{font-size:20px;margin-right:-10px;margin-top:6px;animation:rotates-17b517f5 1s linear infinite!important}.unione-widget.edit[data-v-17b517f5]:hover{background-color:#e6f7ff}.unione-widget.edit:hover>.widget-setting[data-v-17b517f5]{display:block;animation:rotates-17b517f5 2s linear infinite}@keyframes rotates-17b517f5{0%{-webkit-transform:rotate(0deg)}30%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}70%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.widget-setting-dialog[data-v-17b517f5]{height:75vh;overflow-y:auto}.form-mix[data-v-75055a2b] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-75055a2b] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-75055a2b] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.btn-setting-form[data-v-75055a2b]{min-height:400px}.btn-setting-form .param-btn[data-v-75055a2b]{margin:auto 10px}.btn-setting-form .edit-field[data-v-75055a2b]{width:100%;height:100%}.btn-setting-form .edit-field.empty[data-v-75055a2b]{position:absolute;top:0;left:0}.btn-setting-form .edit-field.empty[data-v-75055a2b] .ant-btn{padding:4px 7px;float:right}.btn-setting-form .edit-field[data-v-75055a2b] .ant-input-number{width:calc(100% - 5px)}.btn-setting-form .edit-field[data-v-75055a2b] .ant-select{width:100%}.btn-setting-form .edit-field[data-v-75055a2b] .ant-btn{padding:4px;float:right}.btn-setting-form .edit-field[data-v-75055a2b] .ant-checkbox{margin-top:8px}.btn-setting-form .edit-field .field-txt[data-v-75055a2b]{line-height:30px}.unione-btn[data-v-8f0eca98]{display:inline-block;margin:auto 5px}.unione-btn.unione-btn-block[data-v-8f0eca98]{width:100%}.unione-btn[data-v-8f0eca98] .widget-setting{position:absolute;z-index:1;transform:scale(.8);margin-top:-5px!important;margin-left:-5px}.unione-btn-drawer .ant-drawer-body[data-v-8f0eca98]{padding:5px!important;background-color:red}.dropdown-overlay[data-v-8f0eca98]{padding:3px 5px;list-style-type:none;background-color:#fff;background-clip:padding-box;border:1px solid #e6f7ff;border-radius:8px;outline:none;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.dropdown-overlay.vertical[data-v-8f0eca98]{display:flex;flex-direction:column}.dropdown-overlay .item[data-v-8f0eca98]{padding:2px 6px}.unione-layout-section .head[data-v-e75e9a84]{padding:5px 15px}.unione-layout-section .head.right[data-v-e75e9a84]{text-align:right}.unione-layout-section .head.reactive[data-v-e75e9a84]{cursor:pointer}.unione-layout-section .head .title[data-v-e75e9a84]{font-size:17px;display:inline-block}.unione-layout-section .head .title .type[data-v-e75e9a84]{background-color:#1677ff;display:inline-block;width:12px;height:12px;margin-right:2px}.unione-layout-section .head .title .type.circle[data-v-e75e9a84]{border-radius:6px}.unione-layout-section .head .title .type.square[data-v-e75e9a84]{margin-right:2px}.unione-layout-section .head .title .type.line[data-v-e75e9a84]{width:5px;margin-right:2px}.unione-layout-section .head .opts[data-v-e75e9a84]{float:right}.unione-layout-section .head .reactive[data-v-e75e9a84]{float:right;margin-top:3px}.unione-form-setting .unione-form-btns[data-v-c0f75bb9]{padding-bottom:10px}.unione-form-setting .unione-form-btns .btn[data-v-c0f75bb9]{margin:auto 5px}.unione-form-setting .unione-form-btns .btn.right[data-v-c0f75bb9]{float:right}.unione-form-setting .unione-form-btns .btn .btn-del[data-v-c0f75bb9]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-form-setting .unione-form-btns .btn .btn-del[data-v-c0f75bb9]:hover{background-color:#f0f0f0}.unione-form-setting .unione-form-btns .btn.deleted[data-v-c0f75bb9]{color:#999;border-color:#999}.unione-form-setting .unione-form-btns .btn.deleted[data-v-c0f75bb9] span{text-decoration:line-through}.unione-form-setting .unione-form-btns .btn:hover .btn-del[data-v-c0f75bb9]{display:block}.unione-form-setting .unione-form-btns .selected-info[data-v-c0f75bb9]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-form-setting .unione-form-btns .selected-info[data-v-c0f75bb9]:hover{color:red;text-decoration:line-through}.unione-form-setting .unione-form-btns[data-v-c0f75bb9] .ant-btn-sm{height:27px}.unione-form-setting .unione-form-opts[data-v-c0f75bb9]{padding-bottom:10px}.unione-form-setting .unione-form-opts .btn[data-v-c0f75bb9]{margin:auto 5px}.unione-form-setting .unione-form-opts .btn.right[data-v-c0f75bb9]{float:right}.unione-form-setting .unione-form-opts .btn .btn-del[data-v-c0f75bb9]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-form-setting .unione-form-opts .btn .btn-del[data-v-c0f75bb9]:hover{background-color:#f0f0f0}.unione-form-setting .unione-form-opts .btn.deleted[data-v-c0f75bb9]{color:#999;border-color:#999}.unione-form-setting .unione-form-opts .btn.deleted[data-v-c0f75bb9] span{text-decoration:line-through}.unione-form-setting .unione-form-opts .btn:hover .btn-del[data-v-c0f75bb9]{display:block}.unione-form-setting .unione-form-opts[data-v-c0f75bb9] .ant-btn-sm{height:27px}.unione-form-setting[data-v-c0f75bb9] .ant-table .ant-table-thead tr th{font-weight:400}.unione-form-setting[data-v-c0f75bb9] .ant-table .ant-table-tbody tr td{padding:3px}.unione-form-setting .edit-field[data-v-c0f75bb9]{width:100%;height:100%}.unione-form-setting .edit-field.empty[data-v-c0f75bb9]{position:absolute;top:0;left:0}.unione-form-setting .edit-field.empty[data-v-c0f75bb9] .ant-btn{padding:4px 7px;float:right}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-input-number{width:calc(100% - 5px)}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-select{width:100%}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-btn{padding:4px;float:right}.unione-form-setting .edit-field[data-v-c0f75bb9] .ant-checkbox{margin-top:8px}.unione-form-setting .edit-field .field-txt[data-v-c0f75bb9]{line-height:30px}.form-mix[data-v-c0f75bb9] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-c0f75bb9] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-c0f75bb9] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-form-widget[data-v-a31125db]{padding:10px}.unione-form-widget[data-v-a31125db] .widget-setting{margin-top:-5px!important}.unione-form-widget .unione-form[data-v-a31125db]{display:flex;flex-direction:row}.unione-form-widget .unione-form.edit[data-v-a31125db]{padding:0 20px}.unione-form-widget .unione-form .form-left[data-v-a31125db]{width:30%}.unione-form-widget .unione-form .form-warp[data-v-a31125db]{width:100%}.unione-form-widget .unione-form .form-right[data-v-a31125db]{width:30%}.unione-form-widget .unione-form .unione-widget[data-v-a31125db]{display:block}.unione-form-widget .unione-form .unione-widget.all-line[data-v-a31125db]{width:100%!important}.unione-form-widget .unione-form .unione-widget.2in_line[data-v-a31125db]{width:66.66%!important}.unione-form-widget .unione-form.form-layout-col-1 .unione-widget[data-v-a31125db]{width:100%}.unione-form-widget .unione-form.form-layout-col-2 .unione-widget[data-v-a31125db]{width:50%;display:inline-block}.unione-form-widget .unione-form.form-layout-col-3 .unione-widget[data-v-a31125db]{width:33.33%;display:inline-block}.unione-form-widget .form-btns[data-v-a31125db]{width:100%;margin:10px;text-align:center}.unione-form-widget .form-btns .btn[data-v-a31125db]{margin:auto 5px}.unione-form-item .ant-form-item[data-v-20adb860]{margin-bottom:6px}.unione-form-item .ant-form-item[data-v-20adb860] .ant-form-item-explain-error{right:5px;margin-top:-27px;position:absolute}.unione-query-setting .unione-query-tools[data-v-ce575063]{padding-bottom:10px}.unione-query-setting .unione-query-tools .btn[data-v-ce575063]{margin:auto 5px}.unione-query-setting .unione-query-tools .btn.right[data-v-ce575063]{float:right}.unione-query-setting .unione-query-tools .btn .bool-del[data-v-ce575063]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-query-setting .unione-query-tools .btn .bool-del[data-v-ce575063]:hover{background-color:#f0f0f0}.unione-query-setting .unione-query-tools .btn.deleted[data-v-ce575063]{color:#999;border-color:#999}.unione-query-setting .unione-query-tools .btn.deleted[data-v-ce575063] span{text-decoration:line-through}.unione-query-setting .unione-query-tools .btn:hover .bool-del[data-v-ce575063]{display:block}.unione-query-setting .unione-query-tools .selected-info[data-v-ce575063]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-query-setting .unione-query-tools .selected-info[data-v-ce575063]:hover{color:red;text-decoration:line-through}.unione-query-setting .unione-query-tools[data-v-ce575063] .ant-btn-sm{height:27px}.unione-query-setting .unione-query-opts[data-v-ce575063]{padding-bottom:10px}.unione-query-setting .unione-query-opts .btn[data-v-ce575063]{margin:auto 5px}.unione-query-setting .unione-query-opts .btn.right[data-v-ce575063]{float:right}.unione-query-setting .unione-query-opts .btn .btn-del[data-v-ce575063]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-query-setting .unione-query-opts .btn .btn-del[data-v-ce575063]:hover{background-color:#f0f0f0}.unione-query-setting .unione-query-opts .btn.deleted[data-v-ce575063]{color:#999;border-color:#999}.unione-query-setting .unione-query-opts .btn.deleted[data-v-ce575063] span{text-decoration:line-through}.unione-query-setting .unione-query-opts .btn:hover .btn-del[data-v-ce575063]{display:block}.unione-query-setting .unione-query-opts[data-v-ce575063] .ant-btn-sm{height:27px}.unione-query-setting[data-v-ce575063] .ant-table .ant-table-thead tr th{font-weight:400}.unione-query-setting[data-v-ce575063] .ant-table .ant-table-tbody tr td{padding:3px}.unione-query-setting .edit-field[data-v-ce575063]{width:100%;height:100%}.unione-query-setting .edit-field.empty[data-v-ce575063]{position:absolute;top:0;left:0}.unione-query-setting .edit-field.empty[data-v-ce575063] .ant-btn{padding:4px 7px;float:right}.unione-query-setting .edit-field[data-v-ce575063] .ant-input-number{width:calc(100% - 5px)}.unione-query-setting .edit-field[data-v-ce575063] .ant-select{width:100%}.unione-query-setting .edit-field[data-v-ce575063] .ant-btn{padding:4px;float:right}.unione-query-setting .edit-field[data-v-ce575063] .ant-checkbox{margin-top:8px}.unione-query-setting .edit-field .field-txt[data-v-ce575063]{line-height:30px}.form-mix[data-v-ce575063] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-ce575063] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-ce575063] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-query-form .query-field[data-v-05f95e36]{display:inline-block;margin-bottom:5px;min-width:250px;width:25%}.unione-query-form.edit .query-field[data-v-05f95e36]{width:calc(25% - 7px)}.unione-query-form .query-btn[data-v-05f95e36]{display:inline-block;white-space:nowrap}.unione-query-form .query-btn .btn[data-v-05f95e36]{margin:auto 5px}.unione-query-form .query-btn .btn.save-search[data-v-05f95e36]{float:right;position:absolute;right:10px}.btn-advanced-overlay[data-v-05f95e36]{padding:3px 5px;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:8px;outline:none;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;display:flex;flex-direction:column}.btn-advanced-overlay .item[data-v-05f95e36]{padding:3px 5px}.unione-table-setting .unione-table-tools[data-v-c966c24c]{padding-bottom:10px}.unione-table-setting .unione-table-tools .btn[data-v-c966c24c]{margin:auto 5px}.unione-table-setting .unione-table-tools .btn.right[data-v-c966c24c]{float:right}.unione-table-setting .unione-table-tools .btn .bool-del[data-v-c966c24c]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-table-setting .unione-table-tools .btn .bool-del[data-v-c966c24c]:hover{background-color:#f0f0f0}.unione-table-setting .unione-table-tools .btn.deleted[data-v-c966c24c]{color:#999;border-color:#999}.unione-table-setting .unione-table-tools .btn.deleted[data-v-c966c24c] span{text-decoration:line-through}.unione-table-setting .unione-table-tools .btn:hover .bool-del[data-v-c966c24c]{display:block}.unione-table-setting .unione-table-tools .selected-info[data-v-c966c24c]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-table-setting .unione-table-tools .selected-info[data-v-c966c24c]:hover{color:red;text-decoration:line-through}.unione-table-setting .unione-table-tools[data-v-c966c24c] .ant-btn-sm{height:27px}.unione-table-setting .unione-table-opts[data-v-c966c24c]{padding-bottom:10px}.unione-table-setting .unione-table-opts .btn[data-v-c966c24c]{margin:auto 5px}.unione-table-setting .unione-table-opts .btn.right[data-v-c966c24c]{float:right}.unione-table-setting .unione-table-opts .btn .btn-del[data-v-c966c24c]{display:none;position:absolute;margin-top:-25px;right:0;color:#000}.unione-table-setting .unione-table-opts .btn .btn-del[data-v-c966c24c]:hover{background-color:#f0f0f0}.unione-table-setting .unione-table-opts .btn.deleted[data-v-c966c24c]{color:#999;border-color:#999}.unione-table-setting .unione-table-opts .btn.deleted[data-v-c966c24c] span{text-decoration:line-through}.unione-table-setting .unione-table-opts .btn:hover .btn-del[data-v-c966c24c]{display:block}.unione-table-setting .unione-table-opts[data-v-c966c24c] .ant-btn-sm{height:27px}.unione-table-setting[data-v-c966c24c] .ant-table .ant-table-thead tr th{font-weight:400}.unione-table-setting[data-v-c966c24c] .ant-table .ant-table-tbody tr td{padding:3px}.unione-table-setting .edit-field[data-v-c966c24c]{width:100%;height:100%}.unione-table-setting .edit-field.empty[data-v-c966c24c]{position:absolute;top:0;left:0}.unione-table-setting .edit-field.empty[data-v-c966c24c] .ant-btn{padding:4px 7px;float:right}.unione-table-setting .edit-field[data-v-c966c24c] .ant-input-number{width:calc(100% - 5px)}.unione-table-setting .edit-field[data-v-c966c24c] .ant-select{width:100%}.unione-table-setting .edit-field[data-v-c966c24c] .ant-btn{padding:4px;float:right}.unione-table-setting .edit-field[data-v-c966c24c] .ant-checkbox{margin-top:8px}.unione-table-setting .edit-field .field-txt[data-v-c966c24c]{line-height:30px}.form-mix[data-v-c966c24c] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-c966c24c] .ant-checkbox-wrapper{color:#999}.form-mix[data-v-c966c24c] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-table-list[data-v-ea916a8b]{margin-top:10px}.unione-table-list .unione-table-tools[data-v-ea916a8b]{padding-bottom:10px}.unione-table-list .unione-table-tools .btn[data-v-ea916a8b]{margin:auto 5px}.unione-table-list .unione-table-tools .btn.right[data-v-ea916a8b]{float:right}.unione-table-list .unione-table-tools .selected-info[data-v-ea916a8b]{margin:auto 5px;color:#2795f9;cursor:pointer}.unione-table-list .unione-table-tools .selected-info[data-v-ea916a8b]:hover{color:red;text-decoration:line-through}.unione-table-list .unione-table-tools[data-v-ea916a8b] .ant-btn-sm{height:27px}.unione-table-list .unione-table-opts .opt[data-v-ea916a8b]{margin:auto 2px}.unione-table-list .unione-table-opts .opt[data-v-ea916a8b] .widget-setting{display:block}.unione-table-list .unione-table-opts .opt-more.small[data-v-ea916a8b]{padding:0 5px 2px;height:24px}.unione-table-list .unione-table-opts .item[data-v-ea916a8b] .widget-setting{display:block}.opt-more-overlay[data-v-ea916a8b]{padding:3px 5px;list-style-type:none;background-color:#fff;background-clip:padding-box;border:1px solid #e6f7ff;border-radius:8px;outline:none;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.opt-more-overlay.vertical[data-v-ea916a8b]{display:flex;flex-direction:column}.opt-more-overlay .item[data-v-ea916a8b]{padding:2px 6px}.dialog-mask{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000;z-index:99}.dialog-container{position:fixed;inset:0;overflow:auto;z-index:999;margin:0;display:flex;justify-content:center;align-items:center}.dialog{position:absolute;padding:0 30px 30px;background:#fff;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;border-radius:2px}.dialog-title{position:relative;border-bottom:1px solid #e2e6ed;margin-bottom:30px;height:60px;display:flex;align-items:center;justify-content:space-between}.dialog-title i{width:16px;height:16px;cursor:pointer;display:inline-block;background:url(../../assets/images/close.svg)}.dialog-option__item{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between}.dialog-option__item span{margin-right:12px;font-size:14px;color:#3d4757;position:relative}.dialog-option__item input,.dialog-option__item textarea,.dialog-option__item select{width:276px;height:30px;border-radius:2px;border:1px solid #d3d3d3;min-height:30px;padding:5px;box-sizing:border-box;outline:none;appearance:none;user-select:none;font-family:inherit}.dialog-option__item input:focus,.dialog-option__item textarea:focus{border-color:#4991f2}.dialog-option__item--require:before{content:"*";color:#f56c6c;margin-right:4px;position:absolute;left:-8px}.dialog-menu{display:flex;align-items:center;justify-content:flex-end}.dialog-menu button{position:relative;display:inline-block;border:1px solid #e2e6ed;border-radius:2px;background:#fff;line-height:22px;padding:0 16px;white-space:nowrap;cursor:pointer}.dialog-menu button:hover{background:#1937580a}.dialog-menu__cancel{margin-right:16px}.dialog-menu button[type=submit]{color:#fff;background:#4991f2;border-color:#4991f2}.dialog-menu button[type=submit]:hover{background:#5b9cf3;border-color:#5b9cf3}.unione-rich-toolbar[data-v-9be2b83f]{width:100%;min-height:35px;top:0;z-index:9;display:flex;align-items:center;justify-content:left;background:#f2f4f7;box-shadow:0 2px 4px 0 transparent;flex-wrap:wrap;border:1px solid #d9d9d9;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:none}.unione-rich-toolbar ul[data-v-9be2b83f]{list-style:none;padding:0}.unione-rich-toolbar .menu-divider[data-v-9be2b83f]{width:1px;height:16px;margin:0 8px;display:inline-block;background-color:#cfd2d8}.unione-rich-toolbar .menu-item[data-v-9be2b83f]{height:24px;min-width:24px;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 2px}.unione-rich-toolbar .menu-item[data-v-9be2b83f]:hover{background:#1937580a}.unione-rich-toolbar .menu-item.active[data-v-9be2b83f]{background:#19375814}.unione-rich-toolbar .menu-item i[data-v-9be2b83f]{width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:100% 100%}.unione-rich-toolbar .menu-item>span[data-v-9be2b83f]{width:16px;height:3px;display:inline-block;border:1px solid #e2e6ed}.unione-rich-toolbar .menu-item .select[data-v-9be2b83f]{border:none;font-size:12px;line-height:24px;user-select:none}.unione-rich-toolbar .menu-item .select[data-v-9be2b83f]:after{position:absolute;content:"";top:11px;width:0;height:0;right:2px;border-color:#767c85 transparent transparent;border-style:solid solid none;border-width:3px 3px 0}.unione-rich-toolbar .menu-item .options[data-v-9be2b83f]{position:fixed;padding:10px;background:#fff;font-size:14px;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;border-radius:2px;display:none;z-index:1}.unione-rich-toolbar .menu-item .options.visible[data-v-9be2b83f]{display:block}.unione-rich-toolbar .menu-item .options li[data-v-9be2b83f]{margin:5px 0;user-select:none;transition:all .3s}.unione-rich-toolbar .menu-item .options li[data-v-9be2b83f]:hover{background-color:#ebecef}.unione-rich-toolbar .menu-item .options li.active[data-v-9be2b83f]{background-color:#e2e6ed}.unione-rich-toolbar .menu-item .menu-item__font[data-v-9be2b83f]{width:65px;position:relative}.unione-rich-toolbar .menu-item .menu-item__size[data-v-9be2b83f]{width:50px;text-align:center;position:relative}.unione-rich-toolbar .menu-item__font .select[data-v-9be2b83f],.unione-rich-toolbar .menu-item__size .select[data-v-9be2b83f]{width:100%;height:100%}.unione-rich-toolbar .menu-item__undo.no-allow[data-v-9be2b83f],.unione-rich-toolbar .menu-item__redo.no-allow[data-v-9be2b83f],.unione-rich-toolbar .menu-item>div.disable[data-v-9be2b83f]{color:#c0c4cc;cursor:not-allowed;opacity:.4;pointer-events:none}.unione-rich-toolbar .menu-item__underline[data-v-9be2b83f]{width:30px;position:relative}.unione-rich-toolbar .menu-item__underline>i[data-v-9be2b83f]{flex-shrink:0}.unione-rich-toolbar .menu-item__underline .select[data-v-9be2b83f]{width:100%;height:100%}.unione-rich-toolbar .menu-item__underline .options[data-v-9be2b83f]{width:128px}.unione-rich-toolbar .menu-item__underline li[data-v-9be2b83f]{padding:1px 5px}.unione-rich-toolbar .menu-item__underline li i[data-v-9be2b83f]{pointer-events:none;width:100%}.unione-rich-toolbar .menu-item__color[data-v-9be2b83f],.unione-rich-toolbar .menu-item__highlight[data-v-9be2b83f]{display:flex;flex-direction:column}.unione-rich-toolbar .menu-item__color .input-color[data-v-9be2b83f],.unione-rich-toolbar .menu-item__highlight .input-highlight[data-v-9be2b83f]{width:1px;height:1px;visibility:hidden;outline:none;appearance:none}.unione-rich-toolbar .menu-item__color span[data-v-9be2b83f]{background-color:#000}.unione-rich-toolbar .menu-item__highlight span[data-v-9be2b83f]{background-color:#ff0}.unione-rich-toolbar .menu-item .menu-item__title[data-v-9be2b83f]{width:60px;position:relative}.unione-rich-toolbar .menu-item__title .select[data-v-9be2b83f]{width:40px;height:100%}.unione-rich-toolbar .menu-item__title i[data-v-9be2b83f]{transform:translate(-5px)}.unione-rich-toolbar .menu-item__row-margin[data-v-9be2b83f],.unione-rich-toolbar .menu-item__list[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__list .options>ul>li[data-v-9be2b83f] *{pointer-events:none;padding:0}.unione-rich-toolbar .menu-item__list .options>ul>li li[data-v-9be2b83f]{margin-left:18px}.unione-rich-toolbar .menu-item__list .options>ul>li[data-list-style=checkbox] li[data-v-9be2b83f]::marker{font-size:11px}.unione-rich-toolbar .menu-item__image input[data-v-9be2b83f]{display:none}.unione-rich-toolbar .menu-item__table[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__table__collapse[data-v-9be2b83f]{width:270px;height:310px;background:#fff;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;box-sizing:border-box;border-radius:2px;position:fixed;display:none;z-index:99;top:25px;left:0;padding:14px 27px;cursor:auto}.unione-rich-toolbar .menu-item__table__collapse .table-close[data-v-9be2b83f]{position:absolute;right:10px;top:5px;cursor:pointer}.unione-rich-toolbar .menu-item__table__collapse .table-close[data-v-9be2b83f]:hover{color:#7d7e80}.unione-rich-toolbar .menu-item__table__collapse[data-v-9be2b83f]:hover{background:#fff}.unione-rich-toolbar .menu-item__table__collapse .table-title[data-v-9be2b83f]{display:flex;justify-content:flex-start;padding-bottom:5px;border-bottom:1px solid #e2e6ed}.unione-rich-toolbar .table-title span[data-v-9be2b83f]{font-size:12px;color:#3d4757;display:inline;margin:0}.unione-rich-toolbar .table-panel[data-v-9be2b83f]{cursor:pointer}.unione-rich-toolbar .table-panel .table-row[data-v-9be2b83f]{display:flex;flex-wrap:nowrap;margin-top:10px;pointer-events:none}.unione-rich-toolbar .table-panel .table-cel[data-v-9be2b83f]{width:16px;height:16px;box-sizing:border-box;border:1px solid #e2e6ed;background:#fff;position:relative;margin-right:6px;pointer-events:none}.unione-rich-toolbar .table-panel .table-cel.active[data-v-9be2b83f]{border:1px solid rgba(73,145,242,.2);background:#4991f226}.unione-rich-toolbar .table-panel .table-row .table-cel[data-v-9be2b83f]:last-child{margin-right:0}.unione-rich-toolbar .menu-item__separator[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__separator .options[data-v-9be2b83f]{width:128px}.unione-rich-toolbar .menu-item__separator li[data-v-9be2b83f]{padding:1px 5px}.unione-rich-toolbar .menu-item__separator li i[data-v-9be2b83f]{width:100%;pointer-events:none}.unione-rich-toolbar .menu-item__watermark[data-v-9be2b83f],.unione-rich-toolbar .menu-item__control[data-v-9be2b83f],.unione-rich-toolbar .menu-item__date[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__date .options[data-v-9be2b83f]{width:160px}.unione-rich-toolbar .menu-item .menu-item__control .options[data-v-9be2b83f]{width:55px}.unione-rich-toolbar .menu-item__search[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__search__collapse[data-v-9be2b83f]{width:260px;height:72px;box-sizing:border-box;position:absolute;display:none;z-index:99;top:25px;left:0;background:#fff;box-shadow:0 5px 5px #e3dfdf}.unione-rich-toolbar .menu-item__search__collapse[data-v-9be2b83f]:hover{background:#fff}.unione-rich-toolbar .menu-item__search__collapse>div[data-v-9be2b83f]{width:250px;height:36px;padding:0 5px;line-height:36px;display:flex;align-items:center;justify-content:space-between;border-radius:4px}.unione-rich-toolbar .menu-item__search__collapse>div input[data-v-9be2b83f]{width:205px;height:27px;appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #ebebeb;box-sizing:border-box;color:#606266;display:inline-block;line-height:27px;outline:none;padding:0 5px}.unione-rich-toolbar .menu-item__search__collapse>div span[data-v-9be2b83f]{height:100%;color:#dcdfe6;font-size:25px;display:inline-block;border:0;padding:0 10px}.unione-rich-toolbar .menu-item__search__collapse__replace button[data-v-9be2b83f]{display:inline-block;border:1px solid #e2e6ed;border-radius:2px;background:#fff;line-height:22px;padding:0 6px;white-space:nowrap;margin-left:4px;cursor:pointer;font-size:12px}.unione-rich-toolbar .menu-item__search__collapse__replace button[data-v-9be2b83f]:hover{background:#1937580a}.unione-rich-toolbar .menu-item__search__collapse__search[data-v-9be2b83f]{position:relative}.unione-rich-toolbar .menu-item__search__collapse__search label[data-v-9be2b83f]{right:110px;font-size:12px;color:#3d4757;position:absolute}.unione-rich-toolbar .menu-item__search__collapse__search>input[data-v-9be2b83f]{padding:5px 90px 5px 5px!important}.unione-rich-toolbar .menu-item__search__collapse__search>div[data-v-9be2b83f]{width:28px;height:27px;display:flex;justify-content:center;align-items:center;position:absolute;border-left:1px solid #e2e6ed;transition:all .5s}.unione-rich-toolbar .menu-item__search__collapse__search>div[data-v-9be2b83f]:hover{background-color:#1937580a}.unione-rich-toolbar .menu-item__search__collapse__search i[data-v-9be2b83f]{width:6px;height:8px;transform:translateY(1px)}.unione-rich-toolbar .menu-item__search__collapse__search .arrow-left[data-v-9be2b83f]{right:76px}.unione-rich-toolbar .menu-item__search__collapse__search .arrow-right[data-v-9be2b83f]{right:48px}.unione-rich-text[data-v-d2704ee4]{height:100%}.unione-rich-text.run .canvas-editor[data-v-d2704ee4],.unione-rich-text.edit .canvas-editor[data-v-d2704ee4]{border:1px solid #d9d9d9;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.unione-rich-text .canvas-editor[data-v-d2704ee4]{min-height:200px;overflow-y:auto}.unione-rich-text[data-v-d2704ee4] .canvas-editor>div{width:100%!important}.unione-rich-text[data-v-d2704ee4] .canvas-editor>div>div>canvas{width:100%!important}.data-field-manage .btn[data-v-f6307a23]{margin-top:-50px;float:right}.data-field-manage .btn.btn-add[data-v-f6307a23]{margin-right:70px}.data-field-manage .btn.btn-delete[data-v-f6307a23]{margin-right:5px}.data-field-manage .edit-field[data-v-f6307a23]{width:100%;height:100%}.data-field-manage .edit-field.empty[data-v-f6307a23]{position:absolute;top:0;left:0}.data-field-manage .edit-field[data-v-f6307a23] .ant-input-number{width:calc(100% - 5px)}.data-field-manage .edit-field[data-v-f6307a23] .ant-select{width:100%}.data-field-manage[data-v-f6307a23] .ant-table-thead tr th,.data-field-setting[data-v-ef9b9849] .ant-table .ant-table-thead tr th{font-weight:400}.data-field-setting[data-v-ef9b9849] .ant-table .ant-table-tbody tr td{padding:3px}.data-field-setting .edit-field[data-v-ef9b9849]{width:100%;height:100%}.data-field-setting .edit-field.empty[data-v-ef9b9849]{position:absolute;top:0;left:0}.data-field-setting .edit-field.empty[data-v-ef9b9849] .ant-btn{padding:4px 7px;float:right}.data-field-setting .edit-field[data-v-ef9b9849] .ant-input-number{width:calc(100% - 5px)}.data-field-setting .edit-field[data-v-ef9b9849] .ant-select{width:100%}.data-field-setting .edit-field[data-v-ef9b9849] .ant-btn{padding:4px;float:right}.data-field-setting .edit-field[data-v-ef9b9849] .ant-checkbox{margin-top:8px}.data-field-setting .edit-field .field-txt[data-v-ef9b9849]{line-height:30px}.form-mix[data-v-ef9b9849] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-ef9b9849] .ant-checkbox-wrapper{color:#999}.data-define[data-v-6be2cc50]{height:100%;overflow-y:auto}.data-define.center[data-v-6be2cc50]{display:flex}.data-define .data-model-list[data-v-6be2cc50]{width:180px;height:100%;border-right:1px solid #d9d9d9;display:flex;align-items:flex-start;flex-direction:column;float:left}.data-define .data-model-list .title[data-v-6be2cc50]{height:35px;width:100%;cursor:pointer;line-height:35px;padding:0 5px}.data-define .data-model-list .title.slt[data-v-6be2cc50]{background-color:#e6f7ff;color:#2795f9}.data-define .data-model-list .title.btn-add[data-v-6be2cc50]{text-align:center;font-size:20px;margin-top:5px;margin-left:5px;border:1px solid #d9d9d9;width:calc(100% - 10px);line-height:30px}.data-define .data-model-list .title[data-v-6be2cc50]:hover{background-color:#e6f7ff;color:#2795f9}.data-define .data-model-form[data-v-6be2cc50]{display:inline-block;width:calc(100% - 180px);padding:0 10px}.data-define .data-model-form.center[data-v-6be2cc50]{margin:0 auto}.unione-page-setting .form-mix[data-v-2420ce7a] .ant-form-item{margin-bottom:5px!important}.unione-page-setting .form-mix .checkbox-tips[data-v-2420ce7a] .ant-checkbox-wrapper{color:#999}.unione-page-setting .form-mix[data-v-2420ce7a] .ant-tabs-tabpane{max-height:calc(60vh - 60px);overflow-y:auto}.unione-page-view[data-v-f792d0b4]{padding:10px;height:100%;overflow-y:auto}.unione-page-tree .tree-warp[data-v-1d6ecb5e] .ant-badge-dot{position:absolute;left:-10px}.unione-page-tree .form-warp .form-btns[data-v-1d6ecb5e]{margin-bottom:10px}.flow-audit-drawer .handel-opinion .line{font-size:16px;margin-bottom:10px}.flow-audit-drawer .handel-opinion .ant-input{min-height:400px}.flow-audit-drawer .preset-opinions .line{font-size:16px;margin:20px 0 10px}.flow-audit-drawer .preset-opinions .ok,.flow-audit-drawer .preset-opinions .reject{margin-bottom:10px}.flow-audit-drawer .preset-opinions .ant-tag{cursor:pointer;margin:5px 15px 0}.flow-audit-drawer .ant-drawer-footer{text-align:right}.flow-audit-drawer .ant-drawer-footer .ant-btn{margin:auto 10px}.flow-opinion-drawer .btn-close{float:right;margin-right:20px}.load-table-form[data-v-f4684c55] .query-field{width:300px}.data-field-manage[data-v-4020e3f0]{min-height:200px}.data-field-manage .btn[data-v-4020e3f0]{margin-top:-50px;float:right}.data-field-manage .btn.btn-add[data-v-4020e3f0]{margin-right:70px}.data-field-manage .btn.btn-delete[data-v-4020e3f0]{margin-right:5px}.data-field-manage .edit-field[data-v-4020e3f0]{width:100%;height:100%}.data-field-manage .edit-field.empty[data-v-4020e3f0]{position:absolute;top:0;left:0}.data-field-manage .edit-field[data-v-4020e3f0] .ant-input-number{width:calc(100% - 5px)}.data-field-manage .edit-field[data-v-4020e3f0] .ant-select{width:100%}.data-field-manage[data-v-4020e3f0] .ant-table-thead tr th{font-weight:400}.data-field-setting[data-v-d5938ab8]{min-height:200px}.data-field-setting[data-v-d5938ab8] .ant-table .ant-table-thead tr th{font-weight:400}.data-field-setting[data-v-d5938ab8] .ant-table .ant-table-tbody tr td{padding:3px}.data-field-setting .edit-field[data-v-d5938ab8]{width:100%;height:100%}.data-field-setting .edit-field.empty[data-v-d5938ab8]{position:absolute;top:0;left:0}.data-field-setting .edit-field.empty[data-v-d5938ab8] .ant-btn{padding:4px 7px;float:right}.data-field-setting .edit-field[data-v-d5938ab8] .ant-input-number{width:calc(100% - 5px)}.data-field-setting .edit-field[data-v-d5938ab8] .ant-select{width:100%}.data-field-setting .edit-field[data-v-d5938ab8] .ant-btn{padding:4px;float:right}.data-field-setting .edit-field[data-v-d5938ab8] .ant-checkbox{margin-top:8px}.data-field-setting .edit-field .field-txt[data-v-d5938ab8]{line-height:30px}.form-mix[data-v-d5938ab8] .ant-form-item{margin-bottom:5px!important}.form-mix .checkbox-tips[data-v-d5938ab8] .ant-checkbox-wrapper{color:#999}.field-setting-form[data-v-d5938ab8]{padding-top:10px}.field-setting-form[data-v-d5938ab8] .ant-input-number{width:100%}.field-setting-form.sort[data-v-d5938ab8] .ant-form-item{width:50%;display:inline-block}.field-setting-form.sort[data-v-d5938ab8] .ant-form-item .ant-form-item-label{width:50%;max-width:50%;flex:0 0 50%}.field-setting-form.sort[data-v-d5938ab8] .ant-form-item .ant-form-item-control{width:50%;max-width:50%}.data-field-fkey[data-v-84143692]{min-height:200px}.data-field-fkey[data-v-84143692] .ant-table-cell{font-weight:unset}.data-field-fkey .edit-field[data-v-84143692]{width:100%;height:100%}.data-field-fkey .edit-field.empty[data-v-84143692]{position:absolute;top:0;left:0}.data-field-fkey .edit-field[data-v-84143692] .ant-input-number{width:calc(100% - 5px)}.data-field-fkey .edit-field[data-v-84143692] .ant-select{width:100%}.data-filter[data-v-a600b93f]{height:100%;min-height:200px}.data-filter .filter-box[data-v-a600b93f]{width:calc(25% - 10px);margin:5px;height:100px;display:inline-flex}.data-filter .filter-box[data-v-a600b93f] .ant-card-body{width:100%}.data-filter .filter-box .action[data-v-a600b93f]{margin-top:10px;text-align:center}.data-filter .filter-box .action .ant-btn[data-v-a600b93f]{width:30%;margin:auto 10px}.data-filter .filter-box.btn-add[data-v-a600b93f]{line-height:80px;cursor:pointer}.data-filter .filter-box.btn-add[data-v-a600b93f] .ant-card-body{text-align:center}.data-filter .filter-box.btn-add .btn[data-v-a600b93f]{font-size:30px;color:#00000080}.data-filter .filter-box[data-v-a600b93f]:hover{background-color:#e6f7ff}.data-filter[data-v-a600b93f] .ant-card-bordered{border:1px solid #d9d9d9}.data-filter .btn-tmpl[data-v-a600b93f]{position:absolute;right:-7px;cursor:pointer}.form-mix[data-v-a600b93f] .ant-form-item{margin-bottom:5px!important}.form-mix[data-v-a600b93f] .ant-form-item .ant-form-item-explain-error{right:5px;margin-top:-27px;position:absolute}.form-mix .checkbox-tips[data-v-a600b93f] .ant-checkbox-wrapper{color:#999}.data-define-edit[data-v-3eeab6e6]{overflow-y:auto;height:100%}.data-define-edit[data-v-3eeab6e6] .page-setting-section .title{font-size:14px}.data-define-edit[data-v-3eeab6e6] .page-setting-section .reactive{font-size:12px}.data-define-edit[data-v-3eeab6e6] .page-setting-section.open .type{margin-top:6px!important}.data-define-edit[data-v-3eeab6e6] .page-setting-section.close .title,.data-define-edit[data-v-3eeab6e6] .page-setting-section.close .reactive{color:#00bd7e}.data-define-edit .actions[data-v-3eeab6e6]{width:100%;bottom:10px;text-align:center}.data-define-edit .actions .ant-btn[data-v-3eeab6e6]{margin:15px 10px}.drawer-form .btns[data-v-49bd93a9]{text-align:center}.drawer-form .btns[data-v-49bd93a9] .ant-btn{margin:5px 10px}
@@ -1,2 +1,2 @@
1
- declare const _default: "0.1.1";
1
+ declare const _default: "0.1.2";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unione-form-vue",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run version && vite serve preview --mode development --open",