vat-form 1.0.8 → 1.0.9
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/designer.es.js +2 -2
- package/dist/designer.umd.js +1 -1
- package/package.json +3 -4
package/dist/designer.es.js
CHANGED
|
@@ -63183,13 +63183,13 @@ function registerIcon(app) {
|
|
|
63183
63183
|
if (typeof window !== "undefined") {
|
|
63184
63184
|
let loadSvg = function() {
|
|
63185
63185
|
var body = document.body;
|
|
63186
|
-
var svgDom = document.getElementById("
|
|
63186
|
+
var svgDom = document.getElementById("__svg__icons__dom__1766481725028__");
|
|
63187
63187
|
if (!svgDom) {
|
|
63188
63188
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
63189
63189
|
svgDom.style.position = "absolute";
|
|
63190
63190
|
svgDom.style.width = "0";
|
|
63191
63191
|
svgDom.style.height = "0";
|
|
63192
|
-
svgDom.id = "
|
|
63192
|
+
svgDom.id = "__svg__icons__dom__1766481725028__";
|
|
63193
63193
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
63194
63194
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
63195
63195
|
}
|
package/dist/designer.umd.js
CHANGED
|
@@ -1656,7 +1656,7 @@ ${c}
|
|
|
1656
1656
|
*/function ownKeys(i,f){var e=Object.keys(i);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(i);f&&(p=p.filter(function(g){return Object.getOwnPropertyDescriptor(i,g).enumerable})),e.push.apply(e,p)}return e}function _objectSpread2(i){for(var f=1;f<arguments.length;f++){var e=arguments[f]!=null?arguments[f]:{};f%2?ownKeys(Object(e),!0).forEach(function(p){_defineProperty(i,p,e[p])}):Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(e)):ownKeys(Object(e)).forEach(function(p){Object.defineProperty(i,p,Object.getOwnPropertyDescriptor(e,p))})}return i}function _typeof(i){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof=function(f){return typeof f}:_typeof=function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},_typeof(i)}function _defineProperty(i,f,e){return f in i?Object.defineProperty(i,f,{value:e,enumerable:!0,configurable:!0,writable:!0}):i[f]=e,i}function _extends(){return _extends=Object.assign||function(i){for(var f=1;f<arguments.length;f++){var e=arguments[f];for(var p in e)Object.prototype.hasOwnProperty.call(e,p)&&(i[p]=e[p])}return i},_extends.apply(this,arguments)}function _objectWithoutPropertiesLoose(i,f){if(i==null)return{};var e={},p=Object.keys(i),g,m;for(m=0;m<p.length;m++)g=p[m],!(f.indexOf(g)>=0)&&(e[g]=i[g]);return e}function _objectWithoutProperties(i,f){if(i==null)return{};var e=_objectWithoutPropertiesLoose(i,f),p,g;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(i);for(g=0;g<m.length;g++)p=m[g],!(f.indexOf(p)>=0)&&(!Object.prototype.propertyIsEnumerable.call(i,p)||(e[p]=i[p]))}return e}var version="1.14.0";function userAgent(i){if(typeof window!="undefined"&&window.navigator)return!!navigator.userAgent.match(i)}var IE11OrLess=userAgent(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Edge=userAgent(/Edge/i),FireFox=userAgent(/firefox/i),Safari=userAgent(/safari/i)&&!userAgent(/chrome/i)&&!userAgent(/android/i),IOS=userAgent(/iP(ad|od|hone)/i),ChromeForAndroid=userAgent(/chrome/i)&&userAgent(/android/i),captureMode={capture:!1,passive:!1};function on(i,f,e){i.addEventListener(f,e,!IE11OrLess&&captureMode)}function off(i,f,e){i.removeEventListener(f,e,!IE11OrLess&&captureMode)}function matches(i,f){if(!!f){if(f[0]===">"&&(f=f.substring(1)),i)try{if(i.matches)return i.matches(f);if(i.msMatchesSelector)return i.msMatchesSelector(f);if(i.webkitMatchesSelector)return i.webkitMatchesSelector(f)}catch{return!1}return!1}}function getParentOrHost(i){return i.host&&i!==document&&i.host.nodeType?i.host:i.parentNode}function closest(i,f,e,p){if(i){e=e||document;do{if(f!=null&&(f[0]===">"?i.parentNode===e&&matches(i,f):matches(i,f))||p&&i===e)return i;if(i===e)break}while(i=getParentOrHost(i))}return null}var R_SPACE=/\s+/g;function toggleClass(i,f,e){if(i&&f)if(i.classList)i.classList[e?"add":"remove"](f);else{var p=(" "+i.className+" ").replace(R_SPACE," ").replace(" "+f+" "," ");i.className=(p+(e?" "+f:"")).replace(R_SPACE," ")}}function css(i,f,e){var p=i&&i.style;if(p){if(e===void 0)return document.defaultView&&document.defaultView.getComputedStyle?e=document.defaultView.getComputedStyle(i,""):i.currentStyle&&(e=i.currentStyle),f===void 0?e:e[f];!(f in p)&&f.indexOf("webkit")===-1&&(f="-webkit-"+f),p[f]=e+(typeof e=="string"?"":"px")}}function matrix(i,f){var e="";if(typeof i=="string")e=i;else do{var p=css(i,"transform");p&&p!=="none"&&(e=p+" "+e)}while(!f&&(i=i.parentNode));var g=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return g&&new g(e)}function find(i,f,e){if(i){var p=i.getElementsByTagName(f),g=0,m=p.length;if(e)for(;g<m;g++)e(p[g],g);return p}return[]}function getWindowScrollingElement(){var i=document.scrollingElement;return i||document.documentElement}function getRect(i,f,e,p,g){if(!(!i.getBoundingClientRect&&i!==window)){var m,a,c,t,d,o,l;if(i!==window&&i.parentNode&&i!==getWindowScrollingElement()?(m=i.getBoundingClientRect(),a=m.top,c=m.left,t=m.bottom,d=m.right,o=m.height,l=m.width):(a=0,c=0,t=window.innerHeight,d=window.innerWidth,o=window.innerHeight,l=window.innerWidth),(f||e)&&i!==window&&(g=g||i.parentNode,!IE11OrLess))do if(g&&g.getBoundingClientRect&&(css(g,"transform")!=="none"||e&&css(g,"position")!=="static")){var n=g.getBoundingClientRect();a-=n.top+parseInt(css(g,"border-top-width")),c-=n.left+parseInt(css(g,"border-left-width")),t=a+m.height,d=c+m.width;break}while(g=g.parentNode);if(p&&i!==window){var r=matrix(g||i),s=r&&r.a,u=r&&r.d;r&&(a/=u,c/=s,l/=s,o/=u,t=a+o,d=c+l)}return{top:a,left:c,bottom:t,right:d,width:l,height:o}}}function isScrolledPast(i,f,e){for(var p=getParentAutoScrollElement(i,!0),g=getRect(i)[f];p;){var m=getRect(p)[e],a=void 0;if(e==="top"||e==="left"?a=g>=m:a=g<=m,!a)return p;if(p===getWindowScrollingElement())break;p=getParentAutoScrollElement(p,!1)}return!1}function getChild(i,f,e,p){for(var g=0,m=0,a=i.children;m<a.length;){if(a[m].style.display!=="none"&&a[m]!==Sortable.ghost&&(p||a[m]!==Sortable.dragged)&&closest(a[m],e.draggable,i,!1)){if(g===f)return a[m];g++}m++}return null}function lastChild(i,f){for(var e=i.lastElementChild;e&&(e===Sortable.ghost||css(e,"display")==="none"||f&&!matches(e,f));)e=e.previousElementSibling;return e||null}function index(i,f){var e=0;if(!i||!i.parentNode)return-1;for(;i=i.previousElementSibling;)i.nodeName.toUpperCase()!=="TEMPLATE"&&i!==Sortable.clone&&(!f||matches(i,f))&&e++;return e}function getRelativeScrollOffset(i){var f=0,e=0,p=getWindowScrollingElement();if(i)do{var g=matrix(i),m=g.a,a=g.d;f+=i.scrollLeft*m,e+=i.scrollTop*a}while(i!==p&&(i=i.parentNode));return[f,e]}function indexOfObject(i,f){for(var e in i)if(!!i.hasOwnProperty(e)){for(var p in f)if(f.hasOwnProperty(p)&&f[p]===i[e][p])return Number(e)}return-1}function getParentAutoScrollElement(i,f){if(!i||!i.getBoundingClientRect)return getWindowScrollingElement();var e=i,p=!1;do if(e.clientWidth<e.scrollWidth||e.clientHeight<e.scrollHeight){var g=css(e);if(e.clientWidth<e.scrollWidth&&(g.overflowX=="auto"||g.overflowX=="scroll")||e.clientHeight<e.scrollHeight&&(g.overflowY=="auto"||g.overflowY=="scroll")){if(!e.getBoundingClientRect||e===document.body)return getWindowScrollingElement();if(p||f)return e;p=!0}}while(e=e.parentNode);return getWindowScrollingElement()}function extend(i,f){if(i&&f)for(var e in f)f.hasOwnProperty(e)&&(i[e]=f[e]);return i}function isRectEqual(i,f){return Math.round(i.top)===Math.round(f.top)&&Math.round(i.left)===Math.round(f.left)&&Math.round(i.height)===Math.round(f.height)&&Math.round(i.width)===Math.round(f.width)}var _throttleTimeout;function throttle(i,f){return function(){if(!_throttleTimeout){var e=arguments,p=this;e.length===1?i.call(p,e[0]):i.apply(p,e),_throttleTimeout=setTimeout(function(){_throttleTimeout=void 0},f)}}}function cancelThrottle(){clearTimeout(_throttleTimeout),_throttleTimeout=void 0}function scrollBy(i,f,e){i.scrollLeft+=f,i.scrollTop+=e}function clone(i){var f=window.Polymer,e=window.jQuery||window.Zepto;return f&&f.dom?f.dom(i).cloneNode(!0):e?e(i).clone(!0)[0]:i.cloneNode(!0)}var expando="Sortable"+new Date().getTime();function AnimationStateManager(){var i=[],f;return{captureAnimationState:function(){if(i=[],!!this.options.animation){var p=[].slice.call(this.el.children);p.forEach(function(g){if(!(css(g,"display")==="none"||g===Sortable.ghost)){i.push({target:g,rect:getRect(g)});var m=_objectSpread2({},i[i.length-1].rect);if(g.thisAnimationDuration){var a=matrix(g,!0);a&&(m.top-=a.f,m.left-=a.e)}g.fromRect=m}})}},addAnimationState:function(p){i.push(p)},removeAnimationState:function(p){i.splice(indexOfObject(i,{target:p}),1)},animateAll:function(p){var g=this;if(!this.options.animation){clearTimeout(f),typeof p=="function"&&p();return}var m=!1,a=0;i.forEach(function(c){var t=0,d=c.target,o=d.fromRect,l=getRect(d),n=d.prevFromRect,r=d.prevToRect,s=c.rect,u=matrix(d,!0);u&&(l.top-=u.f,l.left-=u.e),d.toRect=l,d.thisAnimationDuration&&isRectEqual(n,l)&&!isRectEqual(o,l)&&(s.top-l.top)/(s.left-l.left)==(o.top-l.top)/(o.left-l.left)&&(t=calculateRealTime(s,n,r,g.options)),isRectEqual(l,o)||(d.prevFromRect=o,d.prevToRect=l,t||(t=g.options.animation),g.animate(d,s,l,t)),t&&(m=!0,a=Math.max(a,t),clearTimeout(d.animationResetTimer),d.animationResetTimer=setTimeout(function(){d.animationTime=0,d.prevFromRect=null,d.fromRect=null,d.prevToRect=null,d.thisAnimationDuration=null},t),d.thisAnimationDuration=t)}),clearTimeout(f),m?f=setTimeout(function(){typeof p=="function"&&p()},a):typeof p=="function"&&p(),i=[]},animate:function(p,g,m,a){if(a){css(p,"transition",""),css(p,"transform","");var c=matrix(this.el),t=c&&c.a,d=c&&c.d,o=(g.left-m.left)/(t||1),l=(g.top-m.top)/(d||1);p.animatingX=!!o,p.animatingY=!!l,css(p,"transform","translate3d("+o+"px,"+l+"px,0)"),this.forRepaintDummy=repaint(p),css(p,"transition","transform "+a+"ms"+(this.options.easing?" "+this.options.easing:"")),css(p,"transform","translate3d(0,0,0)"),typeof p.animated=="number"&&clearTimeout(p.animated),p.animated=setTimeout(function(){css(p,"transition",""),css(p,"transform",""),p.animated=!1,p.animatingX=!1,p.animatingY=!1},a)}}}}function repaint(i){return i.offsetWidth}function calculateRealTime(i,f,e,p){return Math.sqrt(Math.pow(f.top-i.top,2)+Math.pow(f.left-i.left,2))/Math.sqrt(Math.pow(f.top-e.top,2)+Math.pow(f.left-e.left,2))*p.animation}var plugins=[],defaults={initializeByDefault:!0},PluginManager={mount:function i(f){for(var e in defaults)defaults.hasOwnProperty(e)&&!(e in f)&&(f[e]=defaults[e]);plugins.forEach(function(p){if(p.pluginName===f.pluginName)throw"Sortable: Cannot mount plugin ".concat(f.pluginName," more than once")}),plugins.push(f)},pluginEvent:function i(f,e,p){var g=this;this.eventCanceled=!1,p.cancel=function(){g.eventCanceled=!0};var m=f+"Global";plugins.forEach(function(a){!e[a.pluginName]||(e[a.pluginName][m]&&e[a.pluginName][m](_objectSpread2({sortable:e},p)),e.options[a.pluginName]&&e[a.pluginName][f]&&e[a.pluginName][f](_objectSpread2({sortable:e},p)))})},initializePlugins:function i(f,e,p,g){plugins.forEach(function(c){var t=c.pluginName;if(!(!f.options[t]&&!c.initializeByDefault)){var d=new c(f,e,f.options);d.sortable=f,d.options=f.options,f[t]=d,_extends(p,d.defaults)}});for(var m in f.options)if(!!f.options.hasOwnProperty(m)){var a=this.modifyOption(f,m,f.options[m]);typeof a!="undefined"&&(f.options[m]=a)}},getEventProperties:function i(f,e){var p={};return plugins.forEach(function(g){typeof g.eventProperties=="function"&&_extends(p,g.eventProperties.call(e[g.pluginName],f))}),p},modifyOption:function i(f,e,p){var g;return plugins.forEach(function(m){!f[m.pluginName]||m.optionListeners&&typeof m.optionListeners[e]=="function"&&(g=m.optionListeners[e].call(f[m.pluginName],p))}),g}};function dispatchEvent(i){var f=i.sortable,e=i.rootEl,p=i.name,g=i.targetEl,m=i.cloneEl,a=i.toEl,c=i.fromEl,t=i.oldIndex,d=i.newIndex,o=i.oldDraggableIndex,l=i.newDraggableIndex,n=i.originalEvent,r=i.putSortable,s=i.extraEventProperties;if(f=f||e&&e[expando],!!f){var u,h=f.options,$="on"+p.charAt(0).toUpperCase()+p.substr(1);window.CustomEvent&&!IE11OrLess&&!Edge?u=new CustomEvent(p,{bubbles:!0,cancelable:!0}):(u=document.createEvent("Event"),u.initEvent(p,!0,!0)),u.to=a||e,u.from=c||e,u.item=g||e,u.clone=m,u.oldIndex=t,u.newIndex=d,u.oldDraggableIndex=o,u.newDraggableIndex=l,u.originalEvent=n,u.pullMode=r?r.lastPutMode:void 0;var v=_objectSpread2(_objectSpread2({},s),PluginManager.getEventProperties(p,f));for(var w in v)u[w]=v[w];e&&e.dispatchEvent(u),h[$]&&h[$].call(f,u)}}var _excluded=["evt"],pluginEvent=function i(f,e){var p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},g=p.evt,m=_objectWithoutProperties(p,_excluded);PluginManager.pluginEvent.bind(Sortable)(f,e,_objectSpread2({dragEl,parentEl,ghostEl,rootEl,nextEl,lastDownEl,cloneEl,cloneHidden,dragStarted:moved,putSortable,activeSortable:Sortable.active,originalEvent:g,oldIndex,oldDraggableIndex,newIndex,newDraggableIndex,hideGhostForTarget:_hideGhostForTarget,unhideGhostForTarget:_unhideGhostForTarget,cloneNowHidden:function(){cloneHidden=!0},cloneNowShown:function(){cloneHidden=!1},dispatchSortableEvent:function(c){_dispatchEvent({sortable:e,name:c,originalEvent:g})}},m))};function _dispatchEvent(i){dispatchEvent(_objectSpread2({putSortable,cloneEl,targetEl:dragEl,rootEl,oldIndex,oldDraggableIndex,newIndex,newDraggableIndex},i))}var dragEl,parentEl,ghostEl,rootEl,nextEl,lastDownEl,cloneEl,cloneHidden,oldIndex,newIndex,oldDraggableIndex,newDraggableIndex,activeGroup,putSortable,awaitingDragStarted=!1,ignoreNextClick=!1,sortables=[],tapEvt,touchEvt,lastDx,lastDy,tapDistanceLeft,tapDistanceTop,moved,lastTarget,lastDirection,pastFirstInvertThresh=!1,isCircumstantialInvert=!1,targetMoveDistance,ghostRelativeParent,ghostRelativeParentInitialScroll=[],_silent=!1,savedInputChecked=[],documentExists=typeof document!="undefined",PositionGhostAbsolutely=IOS,CSSFloatProperty=Edge||IE11OrLess?"cssFloat":"float",supportDraggable=documentExists&&!ChromeForAndroid&&!IOS&&"draggable"in document.createElement("div"),supportCssPointerEvents=function(){if(!!documentExists){if(IE11OrLess)return!1;var i=document.createElement("x");return i.style.cssText="pointer-events:auto",i.style.pointerEvents==="auto"}}(),_detectDirection=function i(f,e){var p=css(f),g=parseInt(p.width)-parseInt(p.paddingLeft)-parseInt(p.paddingRight)-parseInt(p.borderLeftWidth)-parseInt(p.borderRightWidth),m=getChild(f,0,e),a=getChild(f,1,e),c=m&&css(m),t=a&&css(a),d=c&&parseInt(c.marginLeft)+parseInt(c.marginRight)+getRect(m).width,o=t&&parseInt(t.marginLeft)+parseInt(t.marginRight)+getRect(a).width;if(p.display==="flex")return p.flexDirection==="column"||p.flexDirection==="column-reverse"?"vertical":"horizontal";if(p.display==="grid")return p.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(m&&c.float&&c.float!=="none"){var l=c.float==="left"?"left":"right";return a&&(t.clear==="both"||t.clear===l)?"vertical":"horizontal"}return m&&(c.display==="block"||c.display==="flex"||c.display==="table"||c.display==="grid"||d>=g&&p[CSSFloatProperty]==="none"||a&&p[CSSFloatProperty]==="none"&&d+o>g)?"vertical":"horizontal"},_dragElInRowColumn=function i(f,e,p){var g=p?f.left:f.top,m=p?f.right:f.bottom,a=p?f.width:f.height,c=p?e.left:e.top,t=p?e.right:e.bottom,d=p?e.width:e.height;return g===c||m===t||g+a/2===c+d/2},_detectNearestEmptySortable=function i(f,e){var p;return sortables.some(function(g){var m=g[expando].options.emptyInsertThreshold;if(!(!m||lastChild(g))){var a=getRect(g),c=f>=a.left-m&&f<=a.right+m,t=e>=a.top-m&&e<=a.bottom+m;if(c&&t)return p=g}}),p},_prepareGroup=function i(f){function e(m,a){return function(c,t,d,o){var l=c.options.group.name&&t.options.group.name&&c.options.group.name===t.options.group.name;if(m==null&&(a||l))return!0;if(m==null||m===!1)return!1;if(a&&m==="clone")return m;if(typeof m=="function")return e(m(c,t,d,o),a)(c,t,d,o);var n=(a?c:t).options.group.name;return m===!0||typeof m=="string"&&m===n||m.join&&m.indexOf(n)>-1}}var p={},g=f.group;(!g||_typeof(g)!="object")&&(g={name:g}),p.name=g.name,p.checkPull=e(g.pull,!0),p.checkPut=e(g.put),p.revertClone=g.revertClone,f.group=p},_hideGhostForTarget=function i(){!supportCssPointerEvents&&ghostEl&&css(ghostEl,"display","none")},_unhideGhostForTarget=function i(){!supportCssPointerEvents&&ghostEl&&css(ghostEl,"display","")};documentExists&&document.addEventListener("click",function(i){if(ignoreNextClick)return i.preventDefault(),i.stopPropagation&&i.stopPropagation(),i.stopImmediatePropagation&&i.stopImmediatePropagation(),ignoreNextClick=!1,!1},!0);var nearestEmptyInsertDetectEvent=function i(f){if(dragEl){f=f.touches?f.touches[0]:f;var e=_detectNearestEmptySortable(f.clientX,f.clientY);if(e){var p={};for(var g in f)f.hasOwnProperty(g)&&(p[g]=f[g]);p.target=p.rootEl=e,p.preventDefault=void 0,p.stopPropagation=void 0,e[expando]._onDragOver(p)}}},_checkOutsideTargetEl=function i(f){dragEl&&dragEl.parentNode[expando]._isOutsideThisEl(f.target)};function Sortable(i,f){if(!(i&&i.nodeType&&i.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(i));this.el=i,this.options=f=_extends({},f),i[expando]=this;var e={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(i.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return _detectDirection(i,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(a,c){a.setData("Text",c.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:Sortable.supportPointer!==!1&&"PointerEvent"in window&&!Safari,emptyInsertThreshold:5};PluginManager.initializePlugins(this,i,e);for(var p in e)!(p in f)&&(f[p]=e[p]);_prepareGroup(f);for(var g in this)g.charAt(0)==="_"&&typeof this[g]=="function"&&(this[g]=this[g].bind(this));this.nativeDraggable=f.forceFallback?!1:supportDraggable,this.nativeDraggable&&(this.options.touchStartThreshold=1),f.supportPointer?on(i,"pointerdown",this._onTapStart):(on(i,"mousedown",this._onTapStart),on(i,"touchstart",this._onTapStart)),this.nativeDraggable&&(on(i,"dragover",this),on(i,"dragenter",this)),sortables.push(this.el),f.store&&f.store.get&&this.sort(f.store.get(this)||[]),_extends(this,AnimationStateManager())}Sortable.prototype={constructor:Sortable,_isOutsideThisEl:function i(f){!this.el.contains(f)&&f!==this.el&&(lastTarget=null)},_getDirection:function i(f,e){return typeof this.options.direction=="function"?this.options.direction.call(this,f,e,dragEl):this.options.direction},_onTapStart:function i(f){if(!!f.cancelable){var e=this,p=this.el,g=this.options,m=g.preventOnFilter,a=f.type,c=f.touches&&f.touches[0]||f.pointerType&&f.pointerType==="touch"&&f,t=(c||f).target,d=f.target.shadowRoot&&(f.path&&f.path[0]||f.composedPath&&f.composedPath()[0])||t,o=g.filter;if(_saveInputCheckedState(p),!dragEl&&!(/mousedown|pointerdown/.test(a)&&f.button!==0||g.disabled)&&!d.isContentEditable&&!(!this.nativeDraggable&&Safari&&t&&t.tagName.toUpperCase()==="SELECT")&&(t=closest(t,g.draggable,p,!1),!(t&&t.animated)&&lastDownEl!==t)){if(oldIndex=index(t),oldDraggableIndex=index(t,g.draggable),typeof o=="function"){if(o.call(this,f,t,this)){_dispatchEvent({sortable:e,rootEl:d,name:"filter",targetEl:t,toEl:p,fromEl:p}),pluginEvent("filter",e,{evt:f}),m&&f.cancelable&&f.preventDefault();return}}else if(o&&(o=o.split(",").some(function(l){if(l=closest(d,l.trim(),p,!1),l)return _dispatchEvent({sortable:e,rootEl:l,name:"filter",targetEl:t,fromEl:p,toEl:p}),pluginEvent("filter",e,{evt:f}),!0}),o)){m&&f.cancelable&&f.preventDefault();return}g.handle&&!closest(d,g.handle,p,!1)||this._prepareDragStart(f,c,t)}}},_prepareDragStart:function i(f,e,p){var g=this,m=g.el,a=g.options,c=m.ownerDocument,t;if(p&&!dragEl&&p.parentNode===m){var d=getRect(p);if(rootEl=m,dragEl=p,parentEl=dragEl.parentNode,nextEl=dragEl.nextSibling,lastDownEl=p,activeGroup=a.group,Sortable.dragged=dragEl,tapEvt={target:dragEl,clientX:(e||f).clientX,clientY:(e||f).clientY},tapDistanceLeft=tapEvt.clientX-d.left,tapDistanceTop=tapEvt.clientY-d.top,this._lastX=(e||f).clientX,this._lastY=(e||f).clientY,dragEl.style["will-change"]="all",t=function(){if(pluginEvent("delayEnded",g,{evt:f}),Sortable.eventCanceled){g._onDrop();return}g._disableDelayedDragEvents(),!FireFox&&g.nativeDraggable&&(dragEl.draggable=!0),g._triggerDragStart(f,e),_dispatchEvent({sortable:g,name:"choose",originalEvent:f}),toggleClass(dragEl,a.chosenClass,!0)},a.ignore.split(",").forEach(function(o){find(dragEl,o.trim(),_disableDraggable)}),on(c,"dragover",nearestEmptyInsertDetectEvent),on(c,"mousemove",nearestEmptyInsertDetectEvent),on(c,"touchmove",nearestEmptyInsertDetectEvent),on(c,"mouseup",g._onDrop),on(c,"touchend",g._onDrop),on(c,"touchcancel",g._onDrop),FireFox&&this.nativeDraggable&&(this.options.touchStartThreshold=4,dragEl.draggable=!0),pluginEvent("delayStart",this,{evt:f}),a.delay&&(!a.delayOnTouchOnly||e)&&(!this.nativeDraggable||!(Edge||IE11OrLess))){if(Sortable.eventCanceled){this._onDrop();return}on(c,"mouseup",g._disableDelayedDrag),on(c,"touchend",g._disableDelayedDrag),on(c,"touchcancel",g._disableDelayedDrag),on(c,"mousemove",g._delayedDragTouchMoveHandler),on(c,"touchmove",g._delayedDragTouchMoveHandler),a.supportPointer&&on(c,"pointermove",g._delayedDragTouchMoveHandler),g._dragStartTimer=setTimeout(t,a.delay)}else t()}},_delayedDragTouchMoveHandler:function i(f){var e=f.touches?f.touches[0]:f;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function i(){dragEl&&_disableDraggable(dragEl),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function i(){var f=this.el.ownerDocument;off(f,"mouseup",this._disableDelayedDrag),off(f,"touchend",this._disableDelayedDrag),off(f,"touchcancel",this._disableDelayedDrag),off(f,"mousemove",this._delayedDragTouchMoveHandler),off(f,"touchmove",this._delayedDragTouchMoveHandler),off(f,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function i(f,e){e=e||f.pointerType=="touch"&&f,!this.nativeDraggable||e?this.options.supportPointer?on(document,"pointermove",this._onTouchMove):e?on(document,"touchmove",this._onTouchMove):on(document,"mousemove",this._onTouchMove):(on(dragEl,"dragend",this),on(rootEl,"dragstart",this._onDragStart));try{document.selection?_nextTick(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch{}},_dragStarted:function i(f,e){if(awaitingDragStarted=!1,rootEl&&dragEl){pluginEvent("dragStarted",this,{evt:e}),this.nativeDraggable&&on(document,"dragover",_checkOutsideTargetEl);var p=this.options;!f&&toggleClass(dragEl,p.dragClass,!1),toggleClass(dragEl,p.ghostClass,!0),Sortable.active=this,f&&this._appendGhost(),_dispatchEvent({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function i(){if(touchEvt){this._lastX=touchEvt.clientX,this._lastY=touchEvt.clientY,_hideGhostForTarget();for(var f=document.elementFromPoint(touchEvt.clientX,touchEvt.clientY),e=f;f&&f.shadowRoot&&(f=f.shadowRoot.elementFromPoint(touchEvt.clientX,touchEvt.clientY),f!==e);)e=f;if(dragEl.parentNode[expando]._isOutsideThisEl(f),e)do{if(e[expando]){var p=void 0;if(p=e[expando]._onDragOver({clientX:touchEvt.clientX,clientY:touchEvt.clientY,target:f,rootEl:e}),p&&!this.options.dragoverBubble)break}f=e}while(e=e.parentNode);_unhideGhostForTarget()}},_onTouchMove:function i(f){if(tapEvt){var e=this.options,p=e.fallbackTolerance,g=e.fallbackOffset,m=f.touches?f.touches[0]:f,a=ghostEl&&matrix(ghostEl,!0),c=ghostEl&&a&&a.a,t=ghostEl&&a&&a.d,d=PositionGhostAbsolutely&&ghostRelativeParent&&getRelativeScrollOffset(ghostRelativeParent),o=(m.clientX-tapEvt.clientX+g.x)/(c||1)+(d?d[0]-ghostRelativeParentInitialScroll[0]:0)/(c||1),l=(m.clientY-tapEvt.clientY+g.y)/(t||1)+(d?d[1]-ghostRelativeParentInitialScroll[1]:0)/(t||1);if(!Sortable.active&&!awaitingDragStarted){if(p&&Math.max(Math.abs(m.clientX-this._lastX),Math.abs(m.clientY-this._lastY))<p)return;this._onDragStart(f,!0)}if(ghostEl){a?(a.e+=o-(lastDx||0),a.f+=l-(lastDy||0)):a={a:1,b:0,c:0,d:1,e:o,f:l};var n="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");css(ghostEl,"webkitTransform",n),css(ghostEl,"mozTransform",n),css(ghostEl,"msTransform",n),css(ghostEl,"transform",n),lastDx=o,lastDy=l,touchEvt=m}f.cancelable&&f.preventDefault()}},_appendGhost:function i(){if(!ghostEl){var f=this.options.fallbackOnBody?document.body:rootEl,e=getRect(dragEl,!0,PositionGhostAbsolutely,!0,f),p=this.options;if(PositionGhostAbsolutely){for(ghostRelativeParent=f;css(ghostRelativeParent,"position")==="static"&&css(ghostRelativeParent,"transform")==="none"&&ghostRelativeParent!==document;)ghostRelativeParent=ghostRelativeParent.parentNode;ghostRelativeParent!==document.body&&ghostRelativeParent!==document.documentElement?(ghostRelativeParent===document&&(ghostRelativeParent=getWindowScrollingElement()),e.top+=ghostRelativeParent.scrollTop,e.left+=ghostRelativeParent.scrollLeft):ghostRelativeParent=getWindowScrollingElement(),ghostRelativeParentInitialScroll=getRelativeScrollOffset(ghostRelativeParent)}ghostEl=dragEl.cloneNode(!0),toggleClass(ghostEl,p.ghostClass,!1),toggleClass(ghostEl,p.fallbackClass,!0),toggleClass(ghostEl,p.dragClass,!0),css(ghostEl,"transition",""),css(ghostEl,"transform",""),css(ghostEl,"box-sizing","border-box"),css(ghostEl,"margin",0),css(ghostEl,"top",e.top),css(ghostEl,"left",e.left),css(ghostEl,"width",e.width),css(ghostEl,"height",e.height),css(ghostEl,"opacity","0.8"),css(ghostEl,"position",PositionGhostAbsolutely?"absolute":"fixed"),css(ghostEl,"zIndex","100000"),css(ghostEl,"pointerEvents","none"),Sortable.ghost=ghostEl,f.appendChild(ghostEl),css(ghostEl,"transform-origin",tapDistanceLeft/parseInt(ghostEl.style.width)*100+"% "+tapDistanceTop/parseInt(ghostEl.style.height)*100+"%")}},_onDragStart:function i(f,e){var p=this,g=f.dataTransfer,m=p.options;if(pluginEvent("dragStart",this,{evt:f}),Sortable.eventCanceled){this._onDrop();return}pluginEvent("setupClone",this),Sortable.eventCanceled||(cloneEl=clone(dragEl),cloneEl.draggable=!1,cloneEl.style["will-change"]="",this._hideClone(),toggleClass(cloneEl,this.options.chosenClass,!1),Sortable.clone=cloneEl),p.cloneId=_nextTick(function(){pluginEvent("clone",p),!Sortable.eventCanceled&&(p.options.removeCloneOnHide||rootEl.insertBefore(cloneEl,dragEl),p._hideClone(),_dispatchEvent({sortable:p,name:"clone"}))}),!e&&toggleClass(dragEl,m.dragClass,!0),e?(ignoreNextClick=!0,p._loopId=setInterval(p._emulateDragOver,50)):(off(document,"mouseup",p._onDrop),off(document,"touchend",p._onDrop),off(document,"touchcancel",p._onDrop),g&&(g.effectAllowed="move",m.setData&&m.setData.call(p,g,dragEl)),on(document,"drop",p),css(dragEl,"transform","translateZ(0)")),awaitingDragStarted=!0,p._dragStartId=_nextTick(p._dragStarted.bind(p,e,f)),on(document,"selectstart",p),moved=!0,Safari&&css(document.body,"user-select","none")},_onDragOver:function i(f){var e=this.el,p=f.target,g,m,a,c=this.options,t=c.group,d=Sortable.active,o=activeGroup===t,l=c.sort,n=putSortable||d,r,s=this,u=!1;if(_silent)return;function h(N,I){pluginEvent(N,s,_objectSpread2({evt:f,isOwner:o,axis:r?"vertical":"horizontal",revert:a,dragRect:g,targetRect:m,canSort:l,fromSortable:n,target:p,completed:v,onMove:function(R,B){return _onMove(rootEl,e,dragEl,g,R,getRect(R),f,B)},changed:w},I))}function $(){h("dragOverAnimationCapture"),s.captureAnimationState(),s!==n&&n.captureAnimationState()}function v(N){return h("dragOverCompleted",{insertion:N}),N&&(o?d._hideClone():d._showClone(s),s!==n&&(toggleClass(dragEl,putSortable?putSortable.options.ghostClass:d.options.ghostClass,!1),toggleClass(dragEl,c.ghostClass,!0)),putSortable!==s&&s!==Sortable.active?putSortable=s:s===Sortable.active&&putSortable&&(putSortable=null),n===s&&(s._ignoreWhileAnimating=p),s.animateAll(function(){h("dragOverAnimationComplete"),s._ignoreWhileAnimating=null}),s!==n&&(n.animateAll(),n._ignoreWhileAnimating=null)),(p===dragEl&&!dragEl.animated||p===e&&!p.animated)&&(lastTarget=null),!c.dragoverBubble&&!f.rootEl&&p!==document&&(dragEl.parentNode[expando]._isOutsideThisEl(f.target),!N&&nearestEmptyInsertDetectEvent(f)),!c.dragoverBubble&&f.stopPropagation&&f.stopPropagation(),u=!0}function w(){newIndex=index(dragEl),newDraggableIndex=index(dragEl,c.draggable),_dispatchEvent({sortable:s,name:"change",toEl:e,newIndex,newDraggableIndex,originalEvent:f})}if(f.preventDefault!==void 0&&f.cancelable&&f.preventDefault(),p=closest(p,c.draggable,e,!0),h("dragOver"),Sortable.eventCanceled)return u;if(dragEl.contains(f.target)||p.animated&&p.animatingX&&p.animatingY||s._ignoreWhileAnimating===p)return v(!1);if(ignoreNextClick=!1,d&&!c.disabled&&(o?l||(a=parentEl!==rootEl):putSortable===this||(this.lastPutMode=activeGroup.checkPull(this,d,dragEl,f))&&t.checkPut(this,d,dragEl,f))){if(r=this._getDirection(f,p)==="vertical",g=getRect(dragEl),h("dragOverValid"),Sortable.eventCanceled)return u;if(a)return parentEl=rootEl,$(),this._hideClone(),h("revert"),Sortable.eventCanceled||(nextEl?rootEl.insertBefore(dragEl,nextEl):rootEl.appendChild(dragEl)),v(!0);var y=lastChild(e,c.draggable);if(!y||_ghostIsLast(f,r,this)&&!y.animated){if(y===dragEl)return v(!1);if(y&&e===f.target&&(p=y),p&&(m=getRect(p)),_onMove(rootEl,e,dragEl,g,p,m,f,!!p)!==!1)return $(),e.appendChild(dragEl),parentEl=e,w(),v(!0)}else if(y&&_ghostIsFirst(f,r,this)){var _=getChild(e,0,c,!0);if(_===dragEl)return v(!1);if(p=_,m=getRect(p),_onMove(rootEl,e,dragEl,g,p,m,f,!1)!==!1)return $(),e.insertBefore(dragEl,_),parentEl=e,w(),v(!0)}else if(p.parentNode===e){m=getRect(p);var b=0,S,O=dragEl.parentNode!==e,k=!_dragElInRowColumn(dragEl.animated&&dragEl.toRect||g,p.animated&&p.toRect||m,r),M=r?"top":"left",A=isScrolledPast(p,"top","top")||isScrolledPast(dragEl,"top","top"),T=A?A.scrollTop:void 0;lastTarget!==p&&(S=m[M],pastFirstInvertThresh=!1,isCircumstantialInvert=!k&&c.invertSwap||O),b=_getSwapDirection(f,p,m,r,k?1:c.swapThreshold,c.invertedSwapThreshold==null?c.swapThreshold:c.invertedSwapThreshold,isCircumstantialInvert,lastTarget===p);var E;if(b!==0){var C=index(dragEl);do C-=b,E=parentEl.children[C];while(E&&(css(E,"display")==="none"||E===ghostEl))}if(b===0||E===p)return v(!1);lastTarget=p,lastDirection=b;var x=p.nextElementSibling,L=!1;L=b===1;var q=_onMove(rootEl,e,dragEl,g,p,m,f,L);if(q!==!1)return(q===1||q===-1)&&(L=q===1),_silent=!0,setTimeout(_unsilent,30),$(),L&&!x?e.appendChild(dragEl):p.parentNode.insertBefore(dragEl,L?x:p),A&&scrollBy(A,0,T-A.scrollTop),parentEl=dragEl.parentNode,S!==void 0&&!isCircumstantialInvert&&(targetMoveDistance=Math.abs(S-getRect(p)[M])),w(),v(!0)}if(e.contains(dragEl))return v(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function i(){off(document,"mousemove",this._onTouchMove),off(document,"touchmove",this._onTouchMove),off(document,"pointermove",this._onTouchMove),off(document,"dragover",nearestEmptyInsertDetectEvent),off(document,"mousemove",nearestEmptyInsertDetectEvent),off(document,"touchmove",nearestEmptyInsertDetectEvent)},_offUpEvents:function i(){var f=this.el.ownerDocument;off(f,"mouseup",this._onDrop),off(f,"touchend",this._onDrop),off(f,"pointerup",this._onDrop),off(f,"touchcancel",this._onDrop),off(document,"selectstart",this)},_onDrop:function i(f){var e=this.el,p=this.options;if(newIndex=index(dragEl),newDraggableIndex=index(dragEl,p.draggable),pluginEvent("drop",this,{evt:f}),parentEl=dragEl&&dragEl.parentNode,newIndex=index(dragEl),newDraggableIndex=index(dragEl,p.draggable),Sortable.eventCanceled){this._nulling();return}awaitingDragStarted=!1,isCircumstantialInvert=!1,pastFirstInvertThresh=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),_cancelNextTick(this.cloneId),_cancelNextTick(this._dragStartId),this.nativeDraggable&&(off(document,"drop",this),off(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Safari&&css(document.body,"user-select",""),css(dragEl,"transform",""),f&&(moved&&(f.cancelable&&f.preventDefault(),!p.dropBubble&&f.stopPropagation()),ghostEl&&ghostEl.parentNode&&ghostEl.parentNode.removeChild(ghostEl),(rootEl===parentEl||putSortable&&putSortable.lastPutMode!=="clone")&&cloneEl&&cloneEl.parentNode&&cloneEl.parentNode.removeChild(cloneEl),dragEl&&(this.nativeDraggable&&off(dragEl,"dragend",this),_disableDraggable(dragEl),dragEl.style["will-change"]="",moved&&!awaitingDragStarted&&toggleClass(dragEl,putSortable?putSortable.options.ghostClass:this.options.ghostClass,!1),toggleClass(dragEl,this.options.chosenClass,!1),_dispatchEvent({sortable:this,name:"unchoose",toEl:parentEl,newIndex:null,newDraggableIndex:null,originalEvent:f}),rootEl!==parentEl?(newIndex>=0&&(_dispatchEvent({rootEl:parentEl,name:"add",toEl:parentEl,fromEl:rootEl,originalEvent:f}),_dispatchEvent({sortable:this,name:"remove",toEl:parentEl,originalEvent:f}),_dispatchEvent({rootEl:parentEl,name:"sort",toEl:parentEl,fromEl:rootEl,originalEvent:f}),_dispatchEvent({sortable:this,name:"sort",toEl:parentEl,originalEvent:f})),putSortable&&putSortable.save()):newIndex!==oldIndex&&newIndex>=0&&(_dispatchEvent({sortable:this,name:"update",toEl:parentEl,originalEvent:f}),_dispatchEvent({sortable:this,name:"sort",toEl:parentEl,originalEvent:f})),Sortable.active&&((newIndex==null||newIndex===-1)&&(newIndex=oldIndex,newDraggableIndex=oldDraggableIndex),_dispatchEvent({sortable:this,name:"end",toEl:parentEl,originalEvent:f}),this.save()))),this._nulling()},_nulling:function i(){pluginEvent("nulling",this),rootEl=dragEl=parentEl=ghostEl=nextEl=cloneEl=lastDownEl=cloneHidden=tapEvt=touchEvt=moved=newIndex=newDraggableIndex=oldIndex=oldDraggableIndex=lastTarget=lastDirection=putSortable=activeGroup=Sortable.dragged=Sortable.ghost=Sortable.clone=Sortable.active=null,savedInputChecked.forEach(function(f){f.checked=!0}),savedInputChecked.length=lastDx=lastDy=0},handleEvent:function i(f){switch(f.type){case"drop":case"dragend":this._onDrop(f);break;case"dragenter":case"dragover":dragEl&&(this._onDragOver(f),_globalDragOver(f));break;case"selectstart":f.preventDefault();break}},toArray:function i(){for(var f=[],e,p=this.el.children,g=0,m=p.length,a=this.options;g<m;g++)e=p[g],closest(e,a.draggable,this.el,!1)&&f.push(e.getAttribute(a.dataIdAttr)||_generateId(e));return f},sort:function i(f,e){var p={},g=this.el;this.toArray().forEach(function(m,a){var c=g.children[a];closest(c,this.options.draggable,g,!1)&&(p[m]=c)},this),e&&this.captureAnimationState(),f.forEach(function(m){p[m]&&(g.removeChild(p[m]),g.appendChild(p[m]))}),e&&this.animateAll()},save:function i(){var f=this.options.store;f&&f.set&&f.set(this)},closest:function i(f,e){return closest(f,e||this.options.draggable,this.el,!1)},option:function i(f,e){var p=this.options;if(e===void 0)return p[f];var g=PluginManager.modifyOption(this,f,e);typeof g!="undefined"?p[f]=g:p[f]=e,f==="group"&&_prepareGroup(p)},destroy:function i(){pluginEvent("destroy",this);var f=this.el;f[expando]=null,off(f,"mousedown",this._onTapStart),off(f,"touchstart",this._onTapStart),off(f,"pointerdown",this._onTapStart),this.nativeDraggable&&(off(f,"dragover",this),off(f,"dragenter",this)),Array.prototype.forEach.call(f.querySelectorAll("[draggable]"),function(e){e.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),sortables.splice(sortables.indexOf(this.el),1),this.el=f=null},_hideClone:function i(){if(!cloneHidden){if(pluginEvent("hideClone",this),Sortable.eventCanceled)return;css(cloneEl,"display","none"),this.options.removeCloneOnHide&&cloneEl.parentNode&&cloneEl.parentNode.removeChild(cloneEl),cloneHidden=!0}},_showClone:function i(f){if(f.lastPutMode!=="clone"){this._hideClone();return}if(cloneHidden){if(pluginEvent("showClone",this),Sortable.eventCanceled)return;dragEl.parentNode==rootEl&&!this.options.group.revertClone?rootEl.insertBefore(cloneEl,dragEl):nextEl?rootEl.insertBefore(cloneEl,nextEl):rootEl.appendChild(cloneEl),this.options.group.revertClone&&this.animate(dragEl,cloneEl),css(cloneEl,"display",""),cloneHidden=!1}}};function _globalDragOver(i){i.dataTransfer&&(i.dataTransfer.dropEffect="move"),i.cancelable&&i.preventDefault()}function _onMove(i,f,e,p,g,m,a,c){var t,d=i[expando],o=d.options.onMove,l;return window.CustomEvent&&!IE11OrLess&&!Edge?t=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(t=document.createEvent("Event"),t.initEvent("move",!0,!0)),t.to=f,t.from=i,t.dragged=e,t.draggedRect=p,t.related=g||f,t.relatedRect=m||getRect(f),t.willInsertAfter=c,t.originalEvent=a,i.dispatchEvent(t),o&&(l=o.call(d,t,a)),l}function _disableDraggable(i){i.draggable=!1}function _unsilent(){_silent=!1}function _ghostIsFirst(i,f,e){var p=getRect(getChild(e.el,0,e.options,!0)),g=10;return f?i.clientX<p.left-g||i.clientY<p.top&&i.clientX<p.right:i.clientY<p.top-g||i.clientY<p.bottom&&i.clientX<p.left}function _ghostIsLast(i,f,e){var p=getRect(lastChild(e.el,e.options.draggable)),g=10;return f?i.clientX>p.right+g||i.clientX<=p.right&&i.clientY>p.bottom&&i.clientX>=p.left:i.clientX>p.right&&i.clientY>p.top||i.clientX<=p.right&&i.clientY>p.bottom+g}function _getSwapDirection(i,f,e,p,g,m,a,c){var t=p?i.clientY:i.clientX,d=p?e.height:e.width,o=p?e.top:e.left,l=p?e.bottom:e.right,n=!1;if(!a){if(c&&targetMoveDistance<d*g){if(!pastFirstInvertThresh&&(lastDirection===1?t>o+d*m/2:t<l-d*m/2)&&(pastFirstInvertThresh=!0),pastFirstInvertThresh)n=!0;else if(lastDirection===1?t<o+targetMoveDistance:t>l-targetMoveDistance)return-lastDirection}else if(t>o+d*(1-g)/2&&t<l-d*(1-g)/2)return _getInsertDirection(f)}return n=n||a,n&&(t<o+d*m/2||t>l-d*m/2)?t>o+d/2?1:-1:0}function _getInsertDirection(i){return index(dragEl)<index(i)?1:-1}function _generateId(i){for(var f=i.tagName+i.className+i.src+i.href+i.textContent,e=f.length,p=0;e--;)p+=f.charCodeAt(e);return p.toString(36)}function _saveInputCheckedState(i){savedInputChecked.length=0;for(var f=i.getElementsByTagName("input"),e=f.length;e--;){var p=f[e];p.checked&&savedInputChecked.push(p)}}function _nextTick(i){return setTimeout(i,0)}function _cancelNextTick(i){return clearTimeout(i)}documentExists&&on(document,"touchmove",function(i){(Sortable.active||awaitingDragStarted)&&i.cancelable&&i.preventDefault()}),Sortable.utils={on,off,css,find,is:function i(f,e){return!!closest(f,e,f,!1)},extend,throttle,closest,toggleClass,clone,index,nextTick:_nextTick,cancelNextTick:_cancelNextTick,detectDirection:_detectDirection,getChild},Sortable.get=function(i){return i[expando]},Sortable.mount=function(){for(var i=arguments.length,f=new Array(i),e=0;e<i;e++)f[e]=arguments[e];f[0].constructor===Array&&(f=f[0]),f.forEach(function(p){if(!p.prototype||!p.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(p));p.utils&&(Sortable.utils=_objectSpread2(_objectSpread2({},Sortable.utils),p.utils)),PluginManager.mount(p)})},Sortable.create=function(i,f){return new Sortable(i,f)},Sortable.version=version;var autoScrolls=[],scrollEl,scrollRootEl,scrolling=!1,lastAutoScrollX,lastAutoScrollY,touchEvt$1,pointerElemChangedInterval;function AutoScrollPlugin(){function i(){this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var f in this)f.charAt(0)==="_"&&typeof this[f]=="function"&&(this[f]=this[f].bind(this))}return i.prototype={dragStarted:function(e){var p=e.originalEvent;this.sortable.nativeDraggable?on(document,"dragover",this._handleAutoScroll):this.options.supportPointer?on(document,"pointermove",this._handleFallbackAutoScroll):p.touches?on(document,"touchmove",this._handleFallbackAutoScroll):on(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(e){var p=e.originalEvent;!this.options.dragOverBubble&&!p.rootEl&&this._handleAutoScroll(p)},drop:function(){this.sortable.nativeDraggable?off(document,"dragover",this._handleAutoScroll):(off(document,"pointermove",this._handleFallbackAutoScroll),off(document,"touchmove",this._handleFallbackAutoScroll),off(document,"mousemove",this._handleFallbackAutoScroll)),clearPointerElemChangedInterval(),clearAutoScrolls(),cancelThrottle()},nulling:function(){touchEvt$1=scrollRootEl=scrollEl=scrolling=pointerElemChangedInterval=lastAutoScrollX=lastAutoScrollY=null,autoScrolls.length=0},_handleFallbackAutoScroll:function(e){this._handleAutoScroll(e,!0)},_handleAutoScroll:function(e,p){var g=this,m=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,c=document.elementFromPoint(m,a);if(touchEvt$1=e,p||this.options.forceAutoScrollFallback||Edge||IE11OrLess||Safari){autoScroll(e,this.options,c,p);var t=getParentAutoScrollElement(c,!0);scrolling&&(!pointerElemChangedInterval||m!==lastAutoScrollX||a!==lastAutoScrollY)&&(pointerElemChangedInterval&&clearPointerElemChangedInterval(),pointerElemChangedInterval=setInterval(function(){var d=getParentAutoScrollElement(document.elementFromPoint(m,a),!0);d!==t&&(t=d,clearAutoScrolls()),autoScroll(e,g.options,d,p)},10),lastAutoScrollX=m,lastAutoScrollY=a)}else{if(!this.options.bubbleScroll||getParentAutoScrollElement(c,!0)===getWindowScrollingElement()){clearAutoScrolls();return}autoScroll(e,this.options,getParentAutoScrollElement(c,!1),!1)}}},_extends(i,{pluginName:"scroll",initializeByDefault:!0})}function clearAutoScrolls(){autoScrolls.forEach(function(i){clearInterval(i.pid)}),autoScrolls=[]}function clearPointerElemChangedInterval(){clearInterval(pointerElemChangedInterval)}var autoScroll=throttle(function(i,f,e,p){if(!!f.scroll){var g=(i.touches?i.touches[0]:i).clientX,m=(i.touches?i.touches[0]:i).clientY,a=f.scrollSensitivity,c=f.scrollSpeed,t=getWindowScrollingElement(),d=!1,o;scrollRootEl!==e&&(scrollRootEl=e,clearAutoScrolls(),scrollEl=f.scroll,o=f.scrollFn,scrollEl===!0&&(scrollEl=getParentAutoScrollElement(e,!0)));var l=0,n=scrollEl;do{var r=n,s=getRect(r),u=s.top,h=s.bottom,$=s.left,v=s.right,w=s.width,y=s.height,_=void 0,b=void 0,S=r.scrollWidth,O=r.scrollHeight,k=css(r),M=r.scrollLeft,A=r.scrollTop;r===t?(_=w<S&&(k.overflowX==="auto"||k.overflowX==="scroll"||k.overflowX==="visible"),b=y<O&&(k.overflowY==="auto"||k.overflowY==="scroll"||k.overflowY==="visible")):(_=w<S&&(k.overflowX==="auto"||k.overflowX==="scroll"),b=y<O&&(k.overflowY==="auto"||k.overflowY==="scroll"));var T=_&&(Math.abs(v-g)<=a&&M+w<S)-(Math.abs($-g)<=a&&!!M),E=b&&(Math.abs(h-m)<=a&&A+y<O)-(Math.abs(u-m)<=a&&!!A);if(!autoScrolls[l])for(var C=0;C<=l;C++)autoScrolls[C]||(autoScrolls[C]={});(autoScrolls[l].vx!=T||autoScrolls[l].vy!=E||autoScrolls[l].el!==r)&&(autoScrolls[l].el=r,autoScrolls[l].vx=T,autoScrolls[l].vy=E,clearInterval(autoScrolls[l].pid),(T!=0||E!=0)&&(d=!0,autoScrolls[l].pid=setInterval(function(){p&&this.layer===0&&Sortable.active._onTouchMove(touchEvt$1);var x=autoScrolls[this.layer].vy?autoScrolls[this.layer].vy*c:0,L=autoScrolls[this.layer].vx?autoScrolls[this.layer].vx*c:0;typeof o=="function"&&o.call(Sortable.dragged.parentNode[expando],L,x,i,touchEvt$1,autoScrolls[this.layer].el)!=="continue"||scrollBy(autoScrolls[this.layer].el,L,x)}.bind({layer:l}),24))),l++}while(f.bubbleScroll&&n!==t&&(n=getParentAutoScrollElement(n,!1)));scrolling=d}},30),drop=function i(f){var e=f.originalEvent,p=f.putSortable,g=f.dragEl,m=f.activeSortable,a=f.dispatchSortableEvent,c=f.hideGhostForTarget,t=f.unhideGhostForTarget;if(!!e){var d=p||m;c();var o=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,l=document.elementFromPoint(o.clientX,o.clientY);t(),d&&!d.el.contains(l)&&(a("spill"),this.onSpill({dragEl:g,putSortable:p}))}};function Revert(){}Revert.prototype={startIndex:null,dragStart:function i(f){var e=f.oldDraggableIndex;this.startIndex=e},onSpill:function i(f){var e=f.dragEl,p=f.putSortable;this.sortable.captureAnimationState(),p&&p.captureAnimationState();var g=getChild(this.sortable.el,this.startIndex,this.options);g?this.sortable.el.insertBefore(e,g):this.sortable.el.appendChild(e),this.sortable.animateAll(),p&&p.animateAll()},drop},_extends(Revert,{pluginName:"revertOnSpill"});function Remove(){}Remove.prototype={onSpill:function i(f){var e=f.dragEl,p=f.putSortable,g=p||this.sortable;g.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),g.animateAll()},drop},_extends(Remove,{pluginName:"removeOnSpill"}),Sortable.mount(new AutoScrollPlugin),Sortable.mount(Remove,Revert),function(i,f){(function(p,g){i.exports=g(require$$0__default.default,Sortable)})(typeof self!="undefined"?self:commonjsGlobal,function(e,p){return function(g){var m={};function a(c){if(m[c])return m[c].exports;var t=m[c]={i:c,l:!1,exports:{}};return g[c].call(t.exports,t,t.exports,a),t.l=!0,t.exports}return a.m=g,a.c=m,a.d=function(c,t,d){a.o(c,t)||Object.defineProperty(c,t,{enumerable:!0,get:d})},a.r=function(c){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(c,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(c,"__esModule",{value:!0})},a.t=function(c,t){if(t&1&&(c=a(c)),t&8||t&4&&typeof c=="object"&&c&&c.__esModule)return c;var d=Object.create(null);if(a.r(d),Object.defineProperty(d,"default",{enumerable:!0,value:c}),t&2&&typeof c!="string")for(var o in c)a.d(d,o,function(l){return c[l]}.bind(null,o));return d},a.n=function(c){var t=c&&c.__esModule?function(){return c.default}:function(){return c};return a.d(t,"a",t),t},a.o=function(c,t){return Object.prototype.hasOwnProperty.call(c,t)},a.p="",a(a.s="fb15")}({"00ee":function(g,m,a){var c=a("b622"),t=c("toStringTag"),d={};d[t]="z",g.exports=String(d)==="[object z]"},"0366":function(g,m,a){var c=a("1c0b");g.exports=function(t,d,o){if(c(t),d===void 0)return t;switch(o){case 0:return function(){return t.call(d)};case 1:return function(l){return t.call(d,l)};case 2:return function(l,n){return t.call(d,l,n)};case 3:return function(l,n,r){return t.call(d,l,n,r)}}return function(){return t.apply(d,arguments)}}},"057f":function(g,m,a){var c=a("fc6a"),t=a("241c").f,d={}.toString,o=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],l=function(n){try{return t(n)}catch{return o.slice()}};g.exports.f=function(r){return o&&d.call(r)=="[object Window]"?l(r):t(c(r))}},"06cf":function(g,m,a){var c=a("83ab"),t=a("d1e7"),d=a("5c6c"),o=a("fc6a"),l=a("c04e"),n=a("5135"),r=a("0cfb"),s=Object.getOwnPropertyDescriptor;m.f=c?s:function(h,$){if(h=o(h),$=l($,!0),r)try{return s(h,$)}catch{}if(n(h,$))return d(!t.f.call(h,$),h[$])}},"0cfb":function(g,m,a){var c=a("83ab"),t=a("d039"),d=a("cc12");g.exports=!c&&!t(function(){return Object.defineProperty(d("div"),"a",{get:function(){return 7}}).a!=7})},"13d5":function(g,m,a){var c=a("23e7"),t=a("d58f").left,d=a("a640"),o=a("ae40"),l=d("reduce"),n=o("reduce",{1:0});c({target:"Array",proto:!0,forced:!l||!n},{reduce:function(s){return t(this,s,arguments.length,arguments.length>1?arguments[1]:void 0)}})},"14c3":function(g,m,a){var c=a("c6b6"),t=a("9263");g.exports=function(d,o){var l=d.exec;if(typeof l=="function"){var n=l.call(d,o);if(typeof n!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return n}if(c(d)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return t.call(d,o)}},"159b":function(g,m,a){var c=a("da84"),t=a("fdbc"),d=a("17c2"),o=a("9112");for(var l in t){var n=c[l],r=n&&n.prototype;if(r&&r.forEach!==d)try{o(r,"forEach",d)}catch{r.forEach=d}}},"17c2":function(g,m,a){var c=a("b727").forEach,t=a("a640"),d=a("ae40"),o=t("forEach"),l=d("forEach");g.exports=!o||!l?function(r){return c(this,r,arguments.length>1?arguments[1]:void 0)}:[].forEach},"1be4":function(g,m,a){var c=a("d066");g.exports=c("document","documentElement")},"1c0b":function(g,m){g.exports=function(a){if(typeof a!="function")throw TypeError(String(a)+" is not a function");return a}},"1c7e":function(g,m,a){var c=a("b622"),t=c("iterator"),d=!1;try{var o=0,l={next:function(){return{done:!!o++}},return:function(){d=!0}};l[t]=function(){return this},Array.from(l,function(){throw 2})}catch{}g.exports=function(n,r){if(!r&&!d)return!1;var s=!1;try{var u={};u[t]=function(){return{next:function(){return{done:s=!0}}}},n(u)}catch{}return s}},"1d80":function(g,m){g.exports=function(a){if(a==null)throw TypeError("Can't call method on "+a);return a}},"1dde":function(g,m,a){var c=a("d039"),t=a("b622"),d=a("2d00"),o=t("species");g.exports=function(l){return d>=51||!c(function(){var n=[],r=n.constructor={};return r[o]=function(){return{foo:1}},n[l](Boolean).foo!==1})}},"23cb":function(g,m,a){var c=a("a691"),t=Math.max,d=Math.min;g.exports=function(o,l){var n=c(o);return n<0?t(n+l,0):d(n,l)}},"23e7":function(g,m,a){var c=a("da84"),t=a("06cf").f,d=a("9112"),o=a("6eeb"),l=a("ce4e"),n=a("e893"),r=a("94ca");g.exports=function(s,u){var h=s.target,$=s.global,v=s.stat,w,y,_,b,S,O;if($?y=c:v?y=c[h]||l(h,{}):y=(c[h]||{}).prototype,y)for(_ in u){if(S=u[_],s.noTargetGet?(O=t(y,_),b=O&&O.value):b=y[_],w=r($?_:h+(v?".":"#")+_,s.forced),!w&&b!==void 0){if(typeof S==typeof b)continue;n(S,b)}(s.sham||b&&b.sham)&&d(S,"sham",!0),o(y,_,S,s)}}},"241c":function(g,m,a){var c=a("ca84"),t=a("7839"),d=t.concat("length","prototype");m.f=Object.getOwnPropertyNames||function(l){return c(l,d)}},"25f0":function(g,m,a){var c=a("6eeb"),t=a("825a"),d=a("d039"),o=a("ad6d"),l="toString",n=RegExp.prototype,r=n[l],s=d(function(){return r.call({source:"a",flags:"b"})!="/a/b"}),u=r.name!=l;(s||u)&&c(RegExp.prototype,l,function(){var $=t(this),v=String($.source),w=$.flags,y=String(w===void 0&&$ instanceof RegExp&&!("flags"in n)?o.call($):w);return"/"+v+"/"+y},{unsafe:!0})},"2ca0":function(g,m,a){var c=a("23e7"),t=a("06cf").f,d=a("50c4"),o=a("5a34"),l=a("1d80"),n=a("ab13"),r=a("c430"),s="".startsWith,u=Math.min,h=n("startsWith"),$=!r&&!h&&!!function(){var v=t(String.prototype,"startsWith");return v&&!v.writable}();c({target:"String",proto:!0,forced:!$&&!h},{startsWith:function(w){var y=String(l(this));o(w);var _=d(u(arguments.length>1?arguments[1]:void 0,y.length)),b=String(w);return s?s.call(y,b,_):y.slice(_,_+b.length)===b}})},"2d00":function(g,m,a){var c=a("da84"),t=a("342f"),d=c.process,o=d&&d.versions,l=o&&o.v8,n,r;l?(n=l.split("."),r=n[0]+n[1]):t&&(n=t.match(/Edge\/(\d+)/),(!n||n[1]>=74)&&(n=t.match(/Chrome\/(\d+)/),n&&(r=n[1]))),g.exports=r&&+r},"342f":function(g,m,a){var c=a("d066");g.exports=c("navigator","userAgent")||""},"35a1":function(g,m,a){var c=a("f5df"),t=a("3f8c"),d=a("b622"),o=d("iterator");g.exports=function(l){if(l!=null)return l[o]||l["@@iterator"]||t[c(l)]}},"37e8":function(g,m,a){var c=a("83ab"),t=a("9bf2"),d=a("825a"),o=a("df75");g.exports=c?Object.defineProperties:function(n,r){d(n);for(var s=o(r),u=s.length,h=0,$;u>h;)t.f(n,$=s[h++],r[$]);return n}},"3bbe":function(g,m,a){var c=a("861d");g.exports=function(t){if(!c(t)&&t!==null)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},"3ca3":function(g,m,a){var c=a("6547").charAt,t=a("69f3"),d=a("7dd0"),o="String Iterator",l=t.set,n=t.getterFor(o);d(String,"String",function(r){l(this,{type:o,string:String(r),index:0})},function(){var s=n(this),u=s.string,h=s.index,$;return h>=u.length?{value:void 0,done:!0}:($=c(u,h),s.index+=$.length,{value:$,done:!1})})},"3f8c":function(g,m){g.exports={}},"4160":function(g,m,a){var c=a("23e7"),t=a("17c2");c({target:"Array",proto:!0,forced:[].forEach!=t},{forEach:t})},"428f":function(g,m,a){var c=a("da84");g.exports=c},"44ad":function(g,m,a){var c=a("d039"),t=a("c6b6"),d="".split;g.exports=c(function(){return!Object("z").propertyIsEnumerable(0)})?function(o){return t(o)=="String"?d.call(o,""):Object(o)}:Object},"44d2":function(g,m,a){var c=a("b622"),t=a("7c73"),d=a("9bf2"),o=c("unscopables"),l=Array.prototype;l[o]==null&&d.f(l,o,{configurable:!0,value:t(null)}),g.exports=function(n){l[o][n]=!0}},"44e7":function(g,m,a){var c=a("861d"),t=a("c6b6"),d=a("b622"),o=d("match");g.exports=function(l){var n;return c(l)&&((n=l[o])!==void 0?!!n:t(l)=="RegExp")}},"4930":function(g,m,a){var c=a("d039");g.exports=!!Object.getOwnPropertySymbols&&!c(function(){return!String(Symbol())})},"4d64":function(g,m,a){var c=a("fc6a"),t=a("50c4"),d=a("23cb"),o=function(l){return function(n,r,s){var u=c(n),h=t(u.length),$=d(s,h),v;if(l&&r!=r){for(;h>$;)if(v=u[$++],v!=v)return!0}else for(;h>$;$++)if((l||$ in u)&&u[$]===r)return l||$||0;return!l&&-1}};g.exports={includes:o(!0),indexOf:o(!1)}},"4de4":function(g,m,a){var c=a("23e7"),t=a("b727").filter,d=a("1dde"),o=a("ae40"),l=d("filter"),n=o("filter");c({target:"Array",proto:!0,forced:!l||!n},{filter:function(s){return t(this,s,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(g,m,a){var c=a("0366"),t=a("7b0b"),d=a("9bdd"),o=a("e95a"),l=a("50c4"),n=a("8418"),r=a("35a1");g.exports=function(u){var h=t(u),$=typeof this=="function"?this:Array,v=arguments.length,w=v>1?arguments[1]:void 0,y=w!==void 0,_=r(h),b=0,S,O,k,M,A,T;if(y&&(w=c(w,v>2?arguments[2]:void 0,2)),_!=null&&!($==Array&&o(_)))for(M=_.call(h),A=M.next,O=new $;!(k=A.call(M)).done;b++)T=y?d(M,w,[k.value,b],!0):k.value,n(O,b,T);else for(S=l(h.length),O=new $(S);S>b;b++)T=y?w(h[b],b):h[b],n(O,b,T);return O.length=b,O}},"4fad":function(g,m,a){var c=a("23e7"),t=a("6f53").entries;c({target:"Object",stat:!0},{entries:function(o){return t(o)}})},"50c4":function(g,m,a){var c=a("a691"),t=Math.min;g.exports=function(d){return d>0?t(c(d),9007199254740991):0}},"5135":function(g,m){var a={}.hasOwnProperty;g.exports=function(c,t){return a.call(c,t)}},"5319":function(g,m,a){var c=a("d784"),t=a("825a"),d=a("7b0b"),o=a("50c4"),l=a("a691"),n=a("1d80"),r=a("8aa5"),s=a("14c3"),u=Math.max,h=Math.min,$=Math.floor,v=/\$([$&'`]|\d\d?|<[^>]*>)/g,w=/\$([$&'`]|\d\d?)/g,y=function(_){return _===void 0?_:String(_)};c("replace",2,function(_,b,S,O){var k=O.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,M=O.REPLACE_KEEPS_$0,A=k?"$":"$0";return[function(C,x){var L=n(this),q=C==null?void 0:C[_];return q!==void 0?q.call(C,L,x):b.call(String(L),C,x)},function(E,C){if(!k&&M||typeof C=="string"&&C.indexOf(A)===-1){var x=S(b,E,this,C);if(x.done)return x.value}var L=t(E),q=String(this),N=typeof C=="function";N||(C=String(C));var I=L.global;if(I){var F=L.unicode;L.lastIndex=0}for(var R=[];;){var B=s(L,q);if(B===null||(R.push(B),!I))break;var D=String(B[0]);D===""&&(L.lastIndex=r(q,o(L.lastIndex),F))}for(var P="",j=0,V=0;V<R.length;V++){B=R[V];for(var W=String(B[0]),H=u(h(l(B.index),q.length),0),z=[],U=1;U<B.length;U++)z.push(y(B[U]));var X=B.groups;if(N){var te=[W].concat(z,H,q);X!==void 0&&te.push(X);var ne=String(C.apply(void 0,te))}else ne=T(W,q,H,z,X,C);H>=j&&(P+=q.slice(j,H)+ne,j=H+W.length)}return P+q.slice(j)}];function T(E,C,x,L,q,N){var I=x+E.length,F=L.length,R=w;return q!==void 0&&(q=d(q),R=v),b.call(N,R,function(B,D){var P;switch(D.charAt(0)){case"$":return"$";case"&":return E;case"`":return C.slice(0,x);case"'":return C.slice(I);case"<":P=q[D.slice(1,-1)];break;default:var j=+D;if(j===0)return B;if(j>F){var V=$(j/10);return V===0?B:V<=F?L[V-1]===void 0?D.charAt(1):L[V-1]+D.charAt(1):B}P=L[j-1]}return P===void 0?"":P})}})},"5692":function(g,m,a){var c=a("c430"),t=a("c6cd");(g.exports=function(d,o){return t[d]||(t[d]=o!==void 0?o:{})})("versions",[]).push({version:"3.6.5",mode:c?"pure":"global",copyright:"\xA9 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(g,m,a){var c=a("d066"),t=a("241c"),d=a("7418"),o=a("825a");g.exports=c("Reflect","ownKeys")||function(n){var r=t.f(o(n)),s=d.f;return s?r.concat(s(n)):r}},"5a34":function(g,m,a){var c=a("44e7");g.exports=function(t){if(c(t))throw TypeError("The method doesn't accept regular expressions");return t}},"5c6c":function(g,m){g.exports=function(a,c){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:c}}},"5db7":function(g,m,a){var c=a("23e7"),t=a("a2bf"),d=a("7b0b"),o=a("50c4"),l=a("1c0b"),n=a("65f0");c({target:"Array",proto:!0},{flatMap:function(s){var u=d(this),h=o(u.length),$;return l(s),$=n(u,0),$.length=t($,u,u,h,0,1,s,arguments.length>1?arguments[1]:void 0),$}})},"6547":function(g,m,a){var c=a("a691"),t=a("1d80"),d=function(o){return function(l,n){var r=String(t(l)),s=c(n),u=r.length,h,$;return s<0||s>=u?o?"":void 0:(h=r.charCodeAt(s),h<55296||h>56319||s+1===u||($=r.charCodeAt(s+1))<56320||$>57343?o?r.charAt(s):h:o?r.slice(s,s+2):(h-55296<<10)+($-56320)+65536)}};g.exports={codeAt:d(!1),charAt:d(!0)}},"65f0":function(g,m,a){var c=a("861d"),t=a("e8b5"),d=a("b622"),o=d("species");g.exports=function(l,n){var r;return t(l)&&(r=l.constructor,typeof r=="function"&&(r===Array||t(r.prototype))?r=void 0:c(r)&&(r=r[o],r===null&&(r=void 0))),new(r===void 0?Array:r)(n===0?0:n)}},"69f3":function(g,m,a){var c=a("7f9a"),t=a("da84"),d=a("861d"),o=a("9112"),l=a("5135"),n=a("f772"),r=a("d012"),s=t.WeakMap,u,h,$,v=function(k){return $(k)?h(k):u(k,{})},w=function(k){return function(M){var A;if(!d(M)||(A=h(M)).type!==k)throw TypeError("Incompatible receiver, "+k+" required");return A}};if(c){var y=new s,_=y.get,b=y.has,S=y.set;u=function(k,M){return S.call(y,k,M),M},h=function(k){return _.call(y,k)||{}},$=function(k){return b.call(y,k)}}else{var O=n("state");r[O]=!0,u=function(k,M){return o(k,O,M),M},h=function(k){return l(k,O)?k[O]:{}},$=function(k){return l(k,O)}}g.exports={set:u,get:h,has:$,enforce:v,getterFor:w}},"6eeb":function(g,m,a){var c=a("da84"),t=a("9112"),d=a("5135"),o=a("ce4e"),l=a("8925"),n=a("69f3"),r=n.get,s=n.enforce,u=String(String).split("String");(g.exports=function(h,$,v,w){var y=w?!!w.unsafe:!1,_=w?!!w.enumerable:!1,b=w?!!w.noTargetGet:!1;if(typeof v=="function"&&(typeof $=="string"&&!d(v,"name")&&t(v,"name",$),s(v).source=u.join(typeof $=="string"?$:"")),h===c){_?h[$]=v:o($,v);return}else y?!b&&h[$]&&(_=!0):delete h[$];_?h[$]=v:t(h,$,v)})(Function.prototype,"toString",function(){return typeof this=="function"&&r(this).source||l(this)})},"6f53":function(g,m,a){var c=a("83ab"),t=a("df75"),d=a("fc6a"),o=a("d1e7").f,l=function(n){return function(r){for(var s=d(r),u=t(s),h=u.length,$=0,v=[],w;h>$;)w=u[$++],(!c||o.call(s,w))&&v.push(n?[w,s[w]]:s[w]);return v}};g.exports={entries:l(!0),values:l(!1)}},"73d9":function(g,m,a){var c=a("44d2");c("flatMap")},"7418":function(g,m){m.f=Object.getOwnPropertySymbols},"746f":function(g,m,a){var c=a("428f"),t=a("5135"),d=a("e538"),o=a("9bf2").f;g.exports=function(l){var n=c.Symbol||(c.Symbol={});t(n,l)||o(n,l,{value:d.f(l)})}},"7839":function(g,m){g.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(g,m,a){var c=a("1d80");g.exports=function(t){return Object(c(t))}},"7c73":function(g,m,a){var c=a("825a"),t=a("37e8"),d=a("7839"),o=a("d012"),l=a("1be4"),n=a("cc12"),r=a("f772"),s=">",u="<",h="prototype",$="script",v=r("IE_PROTO"),w=function(){},y=function(k){return u+$+s+k+u+"/"+$+s},_=function(k){k.write(y("")),k.close();var M=k.parentWindow.Object;return k=null,M},b=function(){var k=n("iframe"),M="java"+$+":",A;return k.style.display="none",l.appendChild(k),k.src=String(M),A=k.contentWindow.document,A.open(),A.write(y("document.F=Object")),A.close(),A.F},S,O=function(){try{S=document.domain&&new ActiveXObject("htmlfile")}catch{}O=S?_(S):b();for(var k=d.length;k--;)delete O[h][d[k]];return O()};o[v]=!0,g.exports=Object.create||function(M,A){var T;return M!==null?(w[h]=c(M),T=new w,w[h]=null,T[v]=M):T=O(),A===void 0?T:t(T,A)}},"7dd0":function(g,m,a){var c=a("23e7"),t=a("9ed3"),d=a("e163"),o=a("d2bb"),l=a("d44e"),n=a("9112"),r=a("6eeb"),s=a("b622"),u=a("c430"),h=a("3f8c"),$=a("ae93"),v=$.IteratorPrototype,w=$.BUGGY_SAFARI_ITERATORS,y=s("iterator"),_="keys",b="values",S="entries",O=function(){return this};g.exports=function(k,M,A,T,E,C,x){t(A,M,T);var L=function(V){if(V===E&&R)return R;if(!w&&V in I)return I[V];switch(V){case _:return function(){return new A(this,V)};case b:return function(){return new A(this,V)};case S:return function(){return new A(this,V)}}return function(){return new A(this)}},q=M+" Iterator",N=!1,I=k.prototype,F=I[y]||I["@@iterator"]||E&&I[E],R=!w&&F||L(E),B=M=="Array"&&I.entries||F,D,P,j;if(B&&(D=d(B.call(new k)),v!==Object.prototype&&D.next&&(!u&&d(D)!==v&&(o?o(D,v):typeof D[y]!="function"&&n(D,y,O)),l(D,q,!0,!0),u&&(h[q]=O))),E==b&&F&&F.name!==b&&(N=!0,R=function(){return F.call(this)}),(!u||x)&&I[y]!==R&&n(I,y,R),h[M]=R,E)if(P={values:L(b),keys:C?R:L(_),entries:L(S)},x)for(j in P)(w||N||!(j in I))&&r(I,j,P[j]);else c({target:M,proto:!0,forced:w||N},P);return P}},"7f9a":function(g,m,a){var c=a("da84"),t=a("8925"),d=c.WeakMap;g.exports=typeof d=="function"&&/native code/.test(t(d))},"825a":function(g,m,a){var c=a("861d");g.exports=function(t){if(!c(t))throw TypeError(String(t)+" is not an object");return t}},"83ab":function(g,m,a){var c=a("d039");g.exports=!c(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},"8418":function(g,m,a){var c=a("c04e"),t=a("9bf2"),d=a("5c6c");g.exports=function(o,l,n){var r=c(l);r in o?t.f(o,r,d(0,n)):o[r]=n}},"861d":function(g,m){g.exports=function(a){return typeof a=="object"?a!==null:typeof a=="function"}},"8875":function(g,m,a){var c,t,d;(function(o,l){t=[],c=l,d=typeof c=="function"?c.apply(m,t):c,d!==void 0&&(g.exports=d)})(typeof self!="undefined"?self:this,function(){function o(){var l=Object.getOwnPropertyDescriptor(document,"currentScript");if(!l&&"currentScript"in document&&document.currentScript||l&&l.get!==o&&document.currentScript)return document.currentScript;try{throw new Error}catch(S){var n=/.*at [^(]*\((.*):(.+):(.+)\)$/ig,r=/@([^@]*):(\d+):(\d+)\s*$/ig,s=n.exec(S.stack)||r.exec(S.stack),u=s&&s[1]||!1,h=s&&s[2]||!1,$=document.location.href.replace(document.location.hash,""),v,w,y,_=document.getElementsByTagName("script");u===$&&(v=document.documentElement.outerHTML,w=new RegExp("(?:[^\\n]+?\\n){0,"+(h-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),y=v.replace(w,"$1").trim());for(var b=0;b<_.length;b++)if(_[b].readyState==="interactive"||_[b].src===u||u===$&&_[b].innerHTML&&_[b].innerHTML.trim()===y)return _[b];return null}}return o})},"8925":function(g,m,a){var c=a("c6cd"),t=Function.toString;typeof c.inspectSource!="function"&&(c.inspectSource=function(d){return t.call(d)}),g.exports=c.inspectSource},"8aa5":function(g,m,a){var c=a("6547").charAt;g.exports=function(t,d,o){return d+(o?c(t,d).length:1)}},"8bbf":function(g,m){g.exports=e},"90e3":function(g,m){var a=0,c=Math.random();g.exports=function(t){return"Symbol("+String(t===void 0?"":t)+")_"+(++a+c).toString(36)}},"9112":function(g,m,a){var c=a("83ab"),t=a("9bf2"),d=a("5c6c");g.exports=c?function(o,l,n){return t.f(o,l,d(1,n))}:function(o,l,n){return o[l]=n,o}},"9263":function(g,m,a){var c=a("ad6d"),t=a("9f7f"),d=RegExp.prototype.exec,o=String.prototype.replace,l=d,n=function(){var h=/a/,$=/b*/g;return d.call(h,"a"),d.call($,"a"),h.lastIndex!==0||$.lastIndex!==0}(),r=t.UNSUPPORTED_Y||t.BROKEN_CARET,s=/()??/.exec("")[1]!==void 0,u=n||s||r;u&&(l=function($){var v=this,w,y,_,b,S=r&&v.sticky,O=c.call(v),k=v.source,M=0,A=$;return S&&(O=O.replace("y",""),O.indexOf("g")===-1&&(O+="g"),A=String($).slice(v.lastIndex),v.lastIndex>0&&(!v.multiline||v.multiline&&$[v.lastIndex-1]!==`
|
|
1657
1657
|
`)&&(k="(?: "+k+")",A=" "+A,M++),y=new RegExp("^(?:"+k+")",O)),s&&(y=new RegExp("^"+k+"$(?!\\s)",O)),n&&(w=v.lastIndex),_=d.call(S?y:v,A),S?_?(_.input=_.input.slice(M),_[0]=_[0].slice(M),_.index=v.lastIndex,v.lastIndex+=_[0].length):v.lastIndex=0:n&&_&&(v.lastIndex=v.global?_.index+_[0].length:w),s&&_&&_.length>1&&o.call(_[0],y,function(){for(b=1;b<arguments.length-2;b++)arguments[b]===void 0&&(_[b]=void 0)}),_}),g.exports=l},"94ca":function(g,m,a){var c=a("d039"),t=/#|\.prototype\./,d=function(s,u){var h=l[o(s)];return h==r?!0:h==n?!1:typeof u=="function"?c(u):!!u},o=d.normalize=function(s){return String(s).replace(t,".").toLowerCase()},l=d.data={},n=d.NATIVE="N",r=d.POLYFILL="P";g.exports=d},"99af":function(g,m,a){var c=a("23e7"),t=a("d039"),d=a("e8b5"),o=a("861d"),l=a("7b0b"),n=a("50c4"),r=a("8418"),s=a("65f0"),u=a("1dde"),h=a("b622"),$=a("2d00"),v=h("isConcatSpreadable"),w=9007199254740991,y="Maximum allowed index exceeded",_=$>=51||!t(function(){var k=[];return k[v]=!1,k.concat()[0]!==k}),b=u("concat"),S=function(k){if(!o(k))return!1;var M=k[v];return M!==void 0?!!M:d(k)},O=!_||!b;c({target:"Array",proto:!0,forced:O},{concat:function(M){var A=l(this),T=s(A,0),E=0,C,x,L,q,N;for(C=-1,L=arguments.length;C<L;C++)if(N=C===-1?A:arguments[C],S(N)){if(q=n(N.length),E+q>w)throw TypeError(y);for(x=0;x<q;x++,E++)x in N&&r(T,E,N[x])}else{if(E>=w)throw TypeError(y);r(T,E++,N)}return T.length=E,T}})},"9bdd":function(g,m,a){var c=a("825a");g.exports=function(t,d,o,l){try{return l?d(c(o)[0],o[1]):d(o)}catch(r){var n=t.return;throw n!==void 0&&c(n.call(t)),r}}},"9bf2":function(g,m,a){var c=a("83ab"),t=a("0cfb"),d=a("825a"),o=a("c04e"),l=Object.defineProperty;m.f=c?l:function(r,s,u){if(d(r),s=o(s,!0),d(u),t)try{return l(r,s,u)}catch{}if("get"in u||"set"in u)throw TypeError("Accessors not supported");return"value"in u&&(r[s]=u.value),r}},"9ed3":function(g,m,a){var c=a("ae93").IteratorPrototype,t=a("7c73"),d=a("5c6c"),o=a("d44e"),l=a("3f8c"),n=function(){return this};g.exports=function(r,s,u){var h=s+" Iterator";return r.prototype=t(c,{next:d(1,u)}),o(r,h,!1,!0),l[h]=n,r}},"9f7f":function(g,m,a){var c=a("d039");function t(d,o){return RegExp(d,o)}m.UNSUPPORTED_Y=c(function(){var d=t("a","y");return d.lastIndex=2,d.exec("abcd")!=null}),m.BROKEN_CARET=c(function(){var d=t("^r","gy");return d.lastIndex=2,d.exec("str")!=null})},a2bf:function(g,m,a){var c=a("e8b5"),t=a("50c4"),d=a("0366"),o=function(l,n,r,s,u,h,$,v){for(var w=u,y=0,_=$?d($,v,3):!1,b;y<s;){if(y in r){if(b=_?_(r[y],y,n):r[y],h>0&&c(b))w=o(l,n,b,t(b.length),w,h-1)-1;else{if(w>=9007199254740991)throw TypeError("Exceed the acceptable array length");l[w]=b}w++}y++}return w};g.exports=o},a352:function(g,m){g.exports=p},a434:function(g,m,a){var c=a("23e7"),t=a("23cb"),d=a("a691"),o=a("50c4"),l=a("7b0b"),n=a("65f0"),r=a("8418"),s=a("1dde"),u=a("ae40"),h=s("splice"),$=u("splice",{ACCESSORS:!0,0:0,1:2}),v=Math.max,w=Math.min,y=9007199254740991,_="Maximum allowed length exceeded";c({target:"Array",proto:!0,forced:!h||!$},{splice:function(S,O){var k=l(this),M=o(k.length),A=t(S,M),T=arguments.length,E,C,x,L,q,N;if(T===0?E=C=0:T===1?(E=0,C=M-A):(E=T-2,C=w(v(d(O),0),M-A)),M+E-C>y)throw TypeError(_);for(x=n(k,C),L=0;L<C;L++)q=A+L,q in k&&r(x,L,k[q]);if(x.length=C,E<C){for(L=A;L<M-C;L++)q=L+C,N=L+E,q in k?k[N]=k[q]:delete k[N];for(L=M;L>M-C+E;L--)delete k[L-1]}else if(E>C)for(L=M-C;L>A;L--)q=L+C-1,N=L+E-1,q in k?k[N]=k[q]:delete k[N];for(L=0;L<E;L++)k[L+A]=arguments[L+2];return k.length=M-C+E,x}})},a4d3:function(g,m,a){var c=a("23e7"),t=a("da84"),d=a("d066"),o=a("c430"),l=a("83ab"),n=a("4930"),r=a("fdbf"),s=a("d039"),u=a("5135"),h=a("e8b5"),$=a("861d"),v=a("825a"),w=a("7b0b"),y=a("fc6a"),_=a("c04e"),b=a("5c6c"),S=a("7c73"),O=a("df75"),k=a("241c"),M=a("057f"),A=a("7418"),T=a("06cf"),E=a("9bf2"),C=a("d1e7"),x=a("9112"),L=a("6eeb"),q=a("5692"),N=a("f772"),I=a("d012"),F=a("90e3"),R=a("b622"),B=a("e538"),D=a("746f"),P=a("d44e"),j=a("69f3"),V=a("b727").forEach,W=N("hidden"),H="Symbol",z="prototype",U=R("toPrimitive"),X=j.set,te=j.getterFor(H),ne=Object[z],oe=t.Symbol,le=d("JSON","stringify"),ge=T.f,ve=E.f,J=M.f,Z=C.f,ie=q("symbols"),re=q("op-symbols"),Q=q("string-to-symbol-registry"),fe=q("symbol-to-string-registry"),he=q("wks"),pe=t.QObject,xe=!pe||!pe[z]||!pe[z].findChild,Se=l&&s(function(){return S(ve({},"a",{get:function(){return ve(this,"a",{value:7}).a}})).a!=7})?function(ce,ae,ue){var $e=ge(ne,ae);$e&&delete ne[ae],ve(ce,ae,ue),$e&&ce!==ne&&ve(ne,ae,$e)}:ve,_e=function(ce,ae){var ue=ie[ce]=S(oe[z]);return X(ue,{type:H,tag:ce,description:ae}),l||(ue.description=ae),ue},K=r?function(ce){return typeof ce=="symbol"}:function(ce){return Object(ce)instanceof oe},G=function(ae,ue,$e){ae===ne&&G(re,ue,$e),v(ae);var be=_(ue,!0);return v($e),u(ie,be)?($e.enumerable?(u(ae,W)&&ae[W][be]&&(ae[W][be]=!1),$e=S($e,{enumerable:b(0,!1)})):(u(ae,W)||ve(ae,W,b(1,{})),ae[W][be]=!0),Se(ae,be,$e)):ve(ae,be,$e)},Y=function(ae,ue){v(ae);var $e=y(ue),be=O($e).concat(ye($e));return V(be,function(Ee){(!l||se.call($e,Ee))&&G(ae,Ee,$e[Ee])}),ae},ee=function(ae,ue){return ue===void 0?S(ae):Y(S(ae),ue)},se=function(ae){var ue=_(ae,!0),$e=Z.call(this,ue);return this===ne&&u(ie,ue)&&!u(re,ue)?!1:$e||!u(this,ue)||!u(ie,ue)||u(this,W)&&this[W][ue]?$e:!0},de=function(ae,ue){var $e=y(ae),be=_(ue,!0);if(!($e===ne&&u(ie,be)&&!u(re,be))){var Ee=ge($e,be);return Ee&&u(ie,be)&&!(u($e,W)&&$e[W][be])&&(Ee.enumerable=!0),Ee}},me=function(ae){var ue=J(y(ae)),$e=[];return V(ue,function(be){!u(ie,be)&&!u(I,be)&&$e.push(be)}),$e},ye=function(ae){var ue=ae===ne,$e=J(ue?re:y(ae)),be=[];return V($e,function(Ee){u(ie,Ee)&&(!ue||u(ne,Ee))&&be.push(ie[Ee])}),be};if(n||(oe=function(){if(this instanceof oe)throw TypeError("Symbol is not a constructor");var ae=!arguments.length||arguments[0]===void 0?void 0:String(arguments[0]),ue=F(ae),$e=function(be){this===ne&&$e.call(re,be),u(this,W)&&u(this[W],ue)&&(this[W][ue]=!1),Se(this,ue,b(1,be))};return l&&xe&&Se(ne,ue,{configurable:!0,set:$e}),_e(ue,ae)},L(oe[z],"toString",function(){return te(this).tag}),L(oe,"withoutSetter",function(ce){return _e(F(ce),ce)}),C.f=se,E.f=G,T.f=de,k.f=M.f=me,A.f=ye,B.f=function(ce){return _e(R(ce),ce)},l&&(ve(oe[z],"description",{configurable:!0,get:function(){return te(this).description}}),o||L(ne,"propertyIsEnumerable",se,{unsafe:!0}))),c({global:!0,wrap:!0,forced:!n,sham:!n},{Symbol:oe}),V(O(he),function(ce){D(ce)}),c({target:H,stat:!0,forced:!n},{for:function(ce){var ae=String(ce);if(u(Q,ae))return Q[ae];var ue=oe(ae);return Q[ae]=ue,fe[ue]=ae,ue},keyFor:function(ae){if(!K(ae))throw TypeError(ae+" is not a symbol");if(u(fe,ae))return fe[ae]},useSetter:function(){xe=!0},useSimple:function(){xe=!1}}),c({target:"Object",stat:!0,forced:!n,sham:!l},{create:ee,defineProperty:G,defineProperties:Y,getOwnPropertyDescriptor:de}),c({target:"Object",stat:!0,forced:!n},{getOwnPropertyNames:me,getOwnPropertySymbols:ye}),c({target:"Object",stat:!0,forced:s(function(){A.f(1)})},{getOwnPropertySymbols:function(ae){return A.f(w(ae))}}),le){var Ce=!n||s(function(){var ce=oe();return le([ce])!="[null]"||le({a:ce})!="{}"||le(Object(ce))!="{}"});c({target:"JSON",stat:!0,forced:Ce},{stringify:function(ae,ue,$e){for(var be=[ae],Ee=1,Te;arguments.length>Ee;)be.push(arguments[Ee++]);if(Te=ue,!(!$(ue)&&ae===void 0||K(ae)))return h(ue)||(ue=function(Ae,Me){if(typeof Te=="function"&&(Me=Te.call(this,Ae,Me)),!K(Me))return Me}),be[1]=ue,le.apply(null,be)}})}oe[z][U]||x(oe[z],U,oe[z].valueOf),P(oe,H),I[W]=!0},a630:function(g,m,a){var c=a("23e7"),t=a("4df4"),d=a("1c7e"),o=!d(function(l){Array.from(l)});c({target:"Array",stat:!0,forced:o},{from:t})},a640:function(g,m,a){var c=a("d039");g.exports=function(t,d){var o=[][t];return!!o&&c(function(){o.call(null,d||function(){throw 1},1)})}},a691:function(g,m){var a=Math.ceil,c=Math.floor;g.exports=function(t){return isNaN(t=+t)?0:(t>0?c:a)(t)}},ab13:function(g,m,a){var c=a("b622"),t=c("match");g.exports=function(d){var o=/./;try{"/./"[d](o)}catch{try{return o[t]=!1,"/./"[d](o)}catch{}}return!1}},ac1f:function(g,m,a){var c=a("23e7"),t=a("9263");c({target:"RegExp",proto:!0,forced:/./.exec!==t},{exec:t})},ad6d:function(g,m,a){var c=a("825a");g.exports=function(){var t=c(this),d="";return t.global&&(d+="g"),t.ignoreCase&&(d+="i"),t.multiline&&(d+="m"),t.dotAll&&(d+="s"),t.unicode&&(d+="u"),t.sticky&&(d+="y"),d}},ae40:function(g,m,a){var c=a("83ab"),t=a("d039"),d=a("5135"),o=Object.defineProperty,l={},n=function(r){throw r};g.exports=function(r,s){if(d(l,r))return l[r];s||(s={});var u=[][r],h=d(s,"ACCESSORS")?s.ACCESSORS:!1,$=d(s,0)?s[0]:n,v=d(s,1)?s[1]:void 0;return l[r]=!!u&&!t(function(){if(h&&!c)return!0;var w={length:-1};h?o(w,1,{enumerable:!0,get:n}):w[1]=1,u.call(w,$,v)})}},ae93:function(g,m,a){var c=a("e163"),t=a("9112"),d=a("5135"),o=a("b622"),l=a("c430"),n=o("iterator"),r=!1,s=function(){return this},u,h,$;[].keys&&($=[].keys(),"next"in $?(h=c(c($)),h!==Object.prototype&&(u=h)):r=!0),u==null&&(u={}),!l&&!d(u,n)&&t(u,n,s),g.exports={IteratorPrototype:u,BUGGY_SAFARI_ITERATORS:r}},b041:function(g,m,a){var c=a("00ee"),t=a("f5df");g.exports=c?{}.toString:function(){return"[object "+t(this)+"]"}},b0c0:function(g,m,a){var c=a("83ab"),t=a("9bf2").f,d=Function.prototype,o=d.toString,l=/^\s*function ([^ (]*)/,n="name";c&&!(n in d)&&t(d,n,{configurable:!0,get:function(){try{return o.call(this).match(l)[1]}catch{return""}}})},b622:function(g,m,a){var c=a("da84"),t=a("5692"),d=a("5135"),o=a("90e3"),l=a("4930"),n=a("fdbf"),r=t("wks"),s=c.Symbol,u=n?s:s&&s.withoutSetter||o;g.exports=function(h){return d(r,h)||(l&&d(s,h)?r[h]=s[h]:r[h]=u("Symbol."+h)),r[h]}},b64b:function(g,m,a){var c=a("23e7"),t=a("7b0b"),d=a("df75"),o=a("d039"),l=o(function(){d(1)});c({target:"Object",stat:!0,forced:l},{keys:function(r){return d(t(r))}})},b727:function(g,m,a){var c=a("0366"),t=a("44ad"),d=a("7b0b"),o=a("50c4"),l=a("65f0"),n=[].push,r=function(s){var u=s==1,h=s==2,$=s==3,v=s==4,w=s==6,y=s==5||w;return function(_,b,S,O){for(var k=d(_),M=t(k),A=c(b,S,3),T=o(M.length),E=0,C=O||l,x=u?C(_,T):h?C(_,0):void 0,L,q;T>E;E++)if((y||E in M)&&(L=M[E],q=A(L,E,k),s)){if(u)x[E]=q;else if(q)switch(s){case 3:return!0;case 5:return L;case 6:return E;case 2:n.call(x,L)}else if(v)return!1}return w?-1:$||v?v:x}};g.exports={forEach:r(0),map:r(1),filter:r(2),some:r(3),every:r(4),find:r(5),findIndex:r(6)}},c04e:function(g,m,a){var c=a("861d");g.exports=function(t,d){if(!c(t))return t;var o,l;if(d&&typeof(o=t.toString)=="function"&&!c(l=o.call(t))||typeof(o=t.valueOf)=="function"&&!c(l=o.call(t))||!d&&typeof(o=t.toString)=="function"&&!c(l=o.call(t)))return l;throw TypeError("Can't convert object to primitive value")}},c430:function(g,m){g.exports=!1},c6b6:function(g,m){var a={}.toString;g.exports=function(c){return a.call(c).slice(8,-1)}},c6cd:function(g,m,a){var c=a("da84"),t=a("ce4e"),d="__core-js_shared__",o=c[d]||t(d,{});g.exports=o},c740:function(g,m,a){var c=a("23e7"),t=a("b727").findIndex,d=a("44d2"),o=a("ae40"),l="findIndex",n=!0,r=o(l);l in[]&&Array(1)[l](function(){n=!1}),c({target:"Array",proto:!0,forced:n||!r},{findIndex:function(u){return t(this,u,arguments.length>1?arguments[1]:void 0)}}),d(l)},c8ba:function(g,m){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch{typeof window=="object"&&(a=window)}g.exports=a},c975:function(g,m,a){var c=a("23e7"),t=a("4d64").indexOf,d=a("a640"),o=a("ae40"),l=[].indexOf,n=!!l&&1/[1].indexOf(1,-0)<0,r=d("indexOf"),s=o("indexOf",{ACCESSORS:!0,1:0});c({target:"Array",proto:!0,forced:n||!r||!s},{indexOf:function(h){return n?l.apply(this,arguments)||0:t(this,h,arguments.length>1?arguments[1]:void 0)}})},ca84:function(g,m,a){var c=a("5135"),t=a("fc6a"),d=a("4d64").indexOf,o=a("d012");g.exports=function(l,n){var r=t(l),s=0,u=[],h;for(h in r)!c(o,h)&&c(r,h)&&u.push(h);for(;n.length>s;)c(r,h=n[s++])&&(~d(u,h)||u.push(h));return u}},caad:function(g,m,a){var c=a("23e7"),t=a("4d64").includes,d=a("44d2"),o=a("ae40"),l=o("indexOf",{ACCESSORS:!0,1:0});c({target:"Array",proto:!0,forced:!l},{includes:function(r){return t(this,r,arguments.length>1?arguments[1]:void 0)}}),d("includes")},cc12:function(g,m,a){var c=a("da84"),t=a("861d"),d=c.document,o=t(d)&&t(d.createElement);g.exports=function(l){return o?d.createElement(l):{}}},ce4e:function(g,m,a){var c=a("da84"),t=a("9112");g.exports=function(d,o){try{t(c,d,o)}catch{c[d]=o}return o}},d012:function(g,m){g.exports={}},d039:function(g,m){g.exports=function(a){try{return!!a()}catch{return!0}}},d066:function(g,m,a){var c=a("428f"),t=a("da84"),d=function(o){return typeof o=="function"?o:void 0};g.exports=function(o,l){return arguments.length<2?d(c[o])||d(t[o]):c[o]&&c[o][l]||t[o]&&t[o][l]}},d1e7:function(g,m,a){var c={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,d=t&&!c.call({1:2},1);m.f=d?function(l){var n=t(this,l);return!!n&&n.enumerable}:c},d28b:function(g,m,a){var c=a("746f");c("iterator")},d2bb:function(g,m,a){var c=a("825a"),t=a("3bbe");g.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var d=!1,o={},l;try{l=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,l.call(o,[]),d=o instanceof Array}catch{}return function(r,s){return c(r),t(s),d?l.call(r,s):r.__proto__=s,r}}():void 0)},d3b7:function(g,m,a){var c=a("00ee"),t=a("6eeb"),d=a("b041");c||t(Object.prototype,"toString",d,{unsafe:!0})},d44e:function(g,m,a){var c=a("9bf2").f,t=a("5135"),d=a("b622"),o=d("toStringTag");g.exports=function(l,n,r){l&&!t(l=r?l:l.prototype,o)&&c(l,o,{configurable:!0,value:n})}},d58f:function(g,m,a){var c=a("1c0b"),t=a("7b0b"),d=a("44ad"),o=a("50c4"),l=function(n){return function(r,s,u,h){c(s);var $=t(r),v=d($),w=o($.length),y=n?w-1:0,_=n?-1:1;if(u<2)for(;;){if(y in v){h=v[y],y+=_;break}if(y+=_,n?y<0:w<=y)throw TypeError("Reduce of empty array with no initial value")}for(;n?y>=0:w>y;y+=_)y in v&&(h=s(h,v[y],y,$));return h}};g.exports={left:l(!1),right:l(!0)}},d784:function(g,m,a){a("ac1f");var c=a("6eeb"),t=a("d039"),d=a("b622"),o=a("9263"),l=a("9112"),n=d("species"),r=!t(function(){var v=/./;return v.exec=function(){var w=[];return w.groups={a:"7"},w},"".replace(v,"$<a>")!=="7"}),s=function(){return"a".replace(/./,"$0")==="$0"}(),u=d("replace"),h=function(){return/./[u]?/./[u]("a","$0")==="":!1}(),$=!t(function(){var v=/(?:)/,w=v.exec;v.exec=function(){return w.apply(this,arguments)};var y="ab".split(v);return y.length!==2||y[0]!=="a"||y[1]!=="b"});g.exports=function(v,w,y,_){var b=d(v),S=!t(function(){var E={};return E[b]=function(){return 7},""[v](E)!=7}),O=S&&!t(function(){var E=!1,C=/a/;return v==="split"&&(C={},C.constructor={},C.constructor[n]=function(){return C},C.flags="",C[b]=/./[b]),C.exec=function(){return E=!0,null},C[b](""),!E});if(!S||!O||v==="replace"&&!(r&&s&&!h)||v==="split"&&!$){var k=/./[b],M=y(b,""[v],function(E,C,x,L,q){return C.exec===o?S&&!q?{done:!0,value:k.call(C,x,L)}:{done:!0,value:E.call(x,C,L)}:{done:!1}},{REPLACE_KEEPS_$0:s,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),A=M[0],T=M[1];c(String.prototype,v,A),c(RegExp.prototype,b,w==2?function(E,C){return T.call(E,this,C)}:function(E){return T.call(E,this)})}_&&l(RegExp.prototype[b],"sham",!0)}},d81d:function(g,m,a){var c=a("23e7"),t=a("b727").map,d=a("1dde"),o=a("ae40"),l=d("map"),n=o("map");c({target:"Array",proto:!0,forced:!l||!n},{map:function(s){return t(this,s,arguments.length>1?arguments[1]:void 0)}})},da84:function(g,m,a){(function(c){var t=function(d){return d&&d.Math==Math&&d};g.exports=t(typeof globalThis=="object"&&globalThis)||t(typeof window=="object"&&window)||t(typeof self=="object"&&self)||t(typeof c=="object"&&c)||Function("return this")()}).call(this,a("c8ba"))},dbb4:function(g,m,a){var c=a("23e7"),t=a("83ab"),d=a("56ef"),o=a("fc6a"),l=a("06cf"),n=a("8418");c({target:"Object",stat:!0,sham:!t},{getOwnPropertyDescriptors:function(s){for(var u=o(s),h=l.f,$=d(u),v={},w=0,y,_;$.length>w;)_=h(u,y=$[w++]),_!==void 0&&n(v,y,_);return v}})},dbf1:function(g,m,a){(function(c){a.d(m,"a",function(){return d});function t(){return typeof window!="undefined"?window.console:c.console}var d=t()}).call(this,a("c8ba"))},ddb0:function(g,m,a){var c=a("da84"),t=a("fdbc"),d=a("e260"),o=a("9112"),l=a("b622"),n=l("iterator"),r=l("toStringTag"),s=d.values;for(var u in t){var h=c[u],$=h&&h.prototype;if($){if($[n]!==s)try{o($,n,s)}catch{$[n]=s}if($[r]||o($,r,u),t[u]){for(var v in d)if($[v]!==d[v])try{o($,v,d[v])}catch{$[v]=d[v]}}}}},df75:function(g,m,a){var c=a("ca84"),t=a("7839");g.exports=Object.keys||function(o){return c(o,t)}},e01a:function(g,m,a){var c=a("23e7"),t=a("83ab"),d=a("da84"),o=a("5135"),l=a("861d"),n=a("9bf2").f,r=a("e893"),s=d.Symbol;if(t&&typeof s=="function"&&(!("description"in s.prototype)||s().description!==void 0)){var u={},h=function(){var b=arguments.length<1||arguments[0]===void 0?void 0:String(arguments[0]),S=this instanceof h?new s(b):b===void 0?s():s(b);return b===""&&(u[S]=!0),S};r(h,s);var $=h.prototype=s.prototype;$.constructor=h;var v=$.toString,w=String(s("test"))=="Symbol(test)",y=/^Symbol\((.*)\)[^)]+$/;n($,"description",{configurable:!0,get:function(){var b=l(this)?this.valueOf():this,S=v.call(b);if(o(u,b))return"";var O=w?S.slice(7,-1):S.replace(y,"$1");return O===""?void 0:O}}),c({global:!0,forced:!0},{Symbol:h})}},e163:function(g,m,a){var c=a("5135"),t=a("7b0b"),d=a("f772"),o=a("e177"),l=d("IE_PROTO"),n=Object.prototype;g.exports=o?Object.getPrototypeOf:function(r){return r=t(r),c(r,l)?r[l]:typeof r.constructor=="function"&&r instanceof r.constructor?r.constructor.prototype:r instanceof Object?n:null}},e177:function(g,m,a){var c=a("d039");g.exports=!c(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},e260:function(g,m,a){var c=a("fc6a"),t=a("44d2"),d=a("3f8c"),o=a("69f3"),l=a("7dd0"),n="Array Iterator",r=o.set,s=o.getterFor(n);g.exports=l(Array,"Array",function(u,h){r(this,{type:n,target:c(u),index:0,kind:h})},function(){var u=s(this),h=u.target,$=u.kind,v=u.index++;return!h||v>=h.length?(u.target=void 0,{value:void 0,done:!0}):$=="keys"?{value:v,done:!1}:$=="values"?{value:h[v],done:!1}:{value:[v,h[v]],done:!1}},"values"),d.Arguments=d.Array,t("keys"),t("values"),t("entries")},e439:function(g,m,a){var c=a("23e7"),t=a("d039"),d=a("fc6a"),o=a("06cf").f,l=a("83ab"),n=t(function(){o(1)}),r=!l||n;c({target:"Object",stat:!0,forced:r,sham:!l},{getOwnPropertyDescriptor:function(u,h){return o(d(u),h)}})},e538:function(g,m,a){var c=a("b622");m.f=c},e893:function(g,m,a){var c=a("5135"),t=a("56ef"),d=a("06cf"),o=a("9bf2");g.exports=function(l,n){for(var r=t(n),s=o.f,u=d.f,h=0;h<r.length;h++){var $=r[h];c(l,$)||s(l,$,u(n,$))}}},e8b5:function(g,m,a){var c=a("c6b6");g.exports=Array.isArray||function(d){return c(d)=="Array"}},e95a:function(g,m,a){var c=a("b622"),t=a("3f8c"),d=c("iterator"),o=Array.prototype;g.exports=function(l){return l!==void 0&&(t.Array===l||o[d]===l)}},f5df:function(g,m,a){var c=a("00ee"),t=a("c6b6"),d=a("b622"),o=d("toStringTag"),l=t(function(){return arguments}())=="Arguments",n=function(r,s){try{return r[s]}catch{}};g.exports=c?t:function(r){var s,u,h;return r===void 0?"Undefined":r===null?"Null":typeof(u=n(s=Object(r),o))=="string"?u:l?t(s):(h=t(s))=="Object"&&typeof s.callee=="function"?"Arguments":h}},f772:function(g,m,a){var c=a("5692"),t=a("90e3"),d=c("keys");g.exports=function(o){return d[o]||(d[o]=t(o))}},fb15:function(g,m,a){if(a.r(m),typeof window!="undefined"){var c=window.document.currentScript;{var t=a("8875");c=t(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:t})}var d=c&&c.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);d&&(a.p=d[1])}a("99af"),a("4de4"),a("4160"),a("c975"),a("d81d"),a("a434"),a("159b"),a("a4d3"),a("e439"),a("dbb4"),a("b64b");function o(K,G,Y){return G in K?Object.defineProperty(K,G,{value:Y,enumerable:!0,configurable:!0,writable:!0}):K[G]=Y,K}function l(K,G){var Y=Object.keys(K);if(Object.getOwnPropertySymbols){var ee=Object.getOwnPropertySymbols(K);G&&(ee=ee.filter(function(se){return Object.getOwnPropertyDescriptor(K,se).enumerable})),Y.push.apply(Y,ee)}return Y}function n(K){for(var G=1;G<arguments.length;G++){var Y=arguments[G]!=null?arguments[G]:{};G%2?l(Object(Y),!0).forEach(function(ee){o(K,ee,Y[ee])}):Object.getOwnPropertyDescriptors?Object.defineProperties(K,Object.getOwnPropertyDescriptors(Y)):l(Object(Y)).forEach(function(ee){Object.defineProperty(K,ee,Object.getOwnPropertyDescriptor(Y,ee))})}return K}function r(K){if(Array.isArray(K))return K}a("e01a"),a("d28b"),a("e260"),a("d3b7"),a("3ca3"),a("ddb0");function s(K,G){if(!(typeof Symbol=="undefined"||!(Symbol.iterator in Object(K)))){var Y=[],ee=!0,se=!1,de=void 0;try{for(var me=K[Symbol.iterator](),ye;!(ee=(ye=me.next()).done)&&(Y.push(ye.value),!(G&&Y.length===G));ee=!0);}catch(Ce){se=!0,de=Ce}finally{try{!ee&&me.return!=null&&me.return()}finally{if(se)throw de}}return Y}}a("a630"),a("fb6a"),a("b0c0"),a("25f0");function u(K,G){(G==null||G>K.length)&&(G=K.length);for(var Y=0,ee=new Array(G);Y<G;Y++)ee[Y]=K[Y];return ee}function h(K,G){if(!!K){if(typeof K=="string")return u(K,G);var Y=Object.prototype.toString.call(K).slice(8,-1);if(Y==="Object"&&K.constructor&&(Y=K.constructor.name),Y==="Map"||Y==="Set")return Array.from(K);if(Y==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Y))return u(K,G)}}function $(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1658
1658
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v(K,G){return r(K)||s(K,G)||h(K,G)||$()}function w(K){if(Array.isArray(K))return u(K)}function y(K){if(typeof Symbol!="undefined"&&Symbol.iterator in Object(K))return Array.from(K)}function _(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1659
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function b(K){return w(K)||y(K)||h(K)||_()}var S=a("a352"),O=a.n(S);function k(K){K.parentElement!==null&&K.parentElement.removeChild(K)}function M(K,G,Y){var ee=Y===0?K.children[0]:K.children[Y-1].nextSibling;K.insertBefore(G,ee)}var A=a("dbf1");a("13d5"),a("4fad"),a("ac1f"),a("5319");function T(K){var G=Object.create(null);return function(ee){var se=G[ee];return se||(G[ee]=K(ee))}}var E=/-(\w)/g,C=T(function(K){return K.replace(E,function(G,Y){return Y.toUpperCase()})});a("5db7"),a("73d9");var x=["Start","Add","Remove","Update","End"],L=["Choose","Unchoose","Sort","Filter","Clone"],q=["Move"],N=[q,x,L].flatMap(function(K){return K}).map(function(K){return"on".concat(K)}),I={manage:q,manageAndEmit:x,emit:L};function F(K){return N.indexOf(K)!==-1}a("caad"),a("2ca0");var R=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","link","main","map","mark","math","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr"];function B(K){return R.includes(K)}function D(K){return["transition-group","TransitionGroup"].includes(K)}function P(K){return["id","class","role","style"].includes(K)||K.startsWith("data-")||K.startsWith("aria-")||K.startsWith("on")}function j(K){return K.reduce(function(G,Y){var ee=v(Y,2),se=ee[0],de=ee[1];return G[se]=de,G},{})}function V(K){var G=K.$attrs,Y=K.componentData,ee=Y===void 0?{}:Y,se=j(Object.entries(G).filter(function(de){var me=v(de,2),ye=me[0];return me[1],P(ye)}));return n(n({},se),ee)}function W(K){var G=K.$attrs,Y=K.callBackBuilder,ee=j(H(G));Object.entries(Y).forEach(function(de){var me=v(de,2),ye=me[0],Ce=me[1];I[ye].forEach(function(ce){ee["on".concat(ce)]=Ce(ce)})});var se="[data-draggable]".concat(ee.draggable||"");return n(n({},ee),{},{draggable:se})}function H(K){return Object.entries(K).filter(function(G){var Y=v(G,2),ee=Y[0];return Y[1],!P(ee)}).map(function(G){var Y=v(G,2),ee=Y[0],se=Y[1];return[C(ee),se]}).filter(function(G){var Y=v(G,2),ee=Y[0];return Y[1],!F(ee)})}a("c740");function z(K,G){if(!(K instanceof G))throw new TypeError("Cannot call a class as a function")}function U(K,G){for(var Y=0;Y<G.length;Y++){var ee=G[Y];ee.enumerable=ee.enumerable||!1,ee.configurable=!0,"value"in ee&&(ee.writable=!0),Object.defineProperty(K,ee.key,ee)}}function X(K,G,Y){return G&&U(K.prototype,G),Y&&U(K,Y),K}var te=function(G){var Y=G.el||Array.isArray(G.children)&&G.children[0].el.parentNode;return Y||console.error("\u4F7F\u7528 transition-group , \u9700\u8981\u5728slot\u4E2Dtemplate\u5185\u81F3\u5C112\u5C42html\u6807\u7B7E"),Y||{}},ne=function(G,Y){return G.__draggable_context=Y},oe=function(G){return G.__draggable_context},le=function(){function K(G){var Y=G.nodes,ee=Y.header,se=Y.default,de=Y.footer,me=G.root,ye=G.realList;z(this,K),this.defaultNodes=se,this.children=[].concat(b(ee),b(se),b(de)),this.externalComponent=me.externalComponent,this.rootTransition=me.transition,this.tag=me.tag,this.realList=ye}return X(K,[{key:"render",value:function(Y,ee){var se=this.tag,de=this.children,me=this._isRootComponent,ye=me?{default:function(){return de}}:de;return Y(se,ee,ye)}},{key:"updated",value:function(){var Y=this.defaultNodes,ee=this.realList;Y.forEach(function(se,de){ne(te(se),{element:ee[de],index:de})})}},{key:"getUnderlyingVm",value:function(Y){return oe(Y)}},{key:"getVmIndexFromDomIndex",value:function(Y,ee){var se=this.defaultNodes,de=se.length,me=ee.children,ye=me.item(Y);if(ye===null)return de;var Ce=oe(ye);if(Ce)return Ce.index;if(de===0)return 0;var ce=te(se[0]),ae=b(me).findIndex(function(ue){return ue===ce});return Y<ae?0:de}},{key:"_isRootComponent",get:function(){return this.externalComponent||this.rootTransition}}]),K}(),ge=a("8bbf");function ve(K,G){var Y=K[G];return Y?Y():[]}function J(K){var G=K.$slots,Y=K.realList,ee=K.getKey,se=Y||[],de=["header","footer"].map(function(ue){return ve(G,ue)}),me=v(de,2),ye=me[0],Ce=me[1],ce=G.item;if(!ce)throw new Error("draggable element must have an item slot");var ae=se.flatMap(function(ue,$e){return ce({element:ue,index:$e}).map(function(be){return be.key=ee(ue),be.props=n(n({},be.props||{}),{},{"data-draggable":!0}),be})});if(ae.length!==se.length)throw new Error("Item slot must have only one child");return{header:ye,footer:Ce,default:ae}}function Z(K){var G=D(K),Y=!B(K)&&!G;return{transition:G,externalComponent:Y,tag:Y?Object(ge.resolveComponent)(K):G?ge.TransitionGroup:K}}function ie(K){var G=K.$slots,Y=K.tag,ee=K.realList,se=K.getKey,de=J({$slots:G,realList:ee,getKey:se}),me=Z(Y);return new le({nodes:de,root:me,realList:ee})}function re(K,G){var Y=this;Object(ge.nextTick)(function(){return Y.$emit(K.toLowerCase(),G)})}function Q(K){var G=this;return function(Y,ee){if(G.realList!==null)return G["onDrag".concat(K)](Y,ee)}}function fe(K){var G=this,Y=Q.call(this,K);return function(ee,se){Y.call(G,ee,se),re.call(G,K,ee)}}var he=null,pe={list:{type:Array,required:!1,default:null},modelValue:{type:Array,required:!1,default:null},itemKey:{type:[String,Function],required:!0},clone:{type:Function,default:function(G){return G}},tag:{type:String,default:"div"},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},xe=["update:modelValue","change"].concat(b([].concat(b(I.manageAndEmit),b(I.emit)).map(function(K){return K.toLowerCase()}))),Se=Object(ge.defineComponent)({name:"draggable",inheritAttrs:!1,props:pe,emits:xe,data:function(){return{error:!1}},render:function(){try{this.error=!1;var G=this.$slots,Y=this.$attrs,ee=this.tag,se=this.componentData,de=this.realList,me=this.getKey,ye=ie({$slots:G,tag:ee,realList:de,getKey:me});this.componentStructure=ye;var Ce=V({$attrs:Y,componentData:se});return ye.render(ge.h,Ce)}catch(ce){return this.error=!0,Object(ge.h)("pre",{style:{color:"red"}},ce.stack)}},created:function(){this.list!==null&&this.modelValue!==null&&A.a.error("modelValue and list props are mutually exclusive! Please set one or another.")},mounted:function(){var G=this;if(!this.error){var Y=this.$attrs,ee=this.$el,se=this.componentStructure;se.updated();var de=W({$attrs:Y,callBackBuilder:{manageAndEmit:function(Ce){return fe.call(G,Ce)},emit:function(Ce){return re.bind(G,Ce)},manage:function(Ce){return Q.call(G,Ce)}}}),me=ee.nodeType===1?ee:ee.parentElement;this._sortable=new O.a(me,de),this.targetDomElement=me,me.__draggable_component__=this}},updated:function(){this.componentStructure.updated()},beforeUnmount:function(){this._sortable!==void 0&&this._sortable.destroy()},computed:{realList:function(){var G=this.list;return G||this.modelValue},getKey:function(){var G=this.itemKey;return typeof G=="function"?G:function(Y){return Y[G]}}},watch:{$attrs:{handler:function(G){var Y=this._sortable;!Y||H(G).forEach(function(ee){var se=v(ee,2),de=se[0],me=se[1];Y.option(de,me)})},deep:!0}},methods:{getUnderlyingVm:function(G){return this.componentStructure.getUnderlyingVm(G)||null},getUnderlyingPotencialDraggableComponent:function(G){return G.__draggable_component__},emitChanges:function(G){var Y=this;Object(ge.nextTick)(function(){return Y.$emit("change",G)})},alterList:function(G){if(this.list){G(this.list);return}var Y=b(this.modelValue);G(Y),this.$emit("update:modelValue",Y)},spliceList:function(){var G=arguments,Y=function(se){return se.splice.apply(se,b(G))};this.alterList(Y)},updatePosition:function(G,Y){var ee=function(de){return de.splice(Y,0,de.splice(G,1)[0])};this.alterList(ee)},getRelatedContextFromMoveEvent:function(G){var Y=G.to,ee=G.related,se=this.getUnderlyingPotencialDraggableComponent(Y);if(!se)return{component:se};var de=se.realList,me={list:de,component:se};if(Y!==ee&&de){var ye=se.getUnderlyingVm(ee)||{};return n(n({},ye),me)}return me},getVmIndexFromDomIndex:function(G){return this.componentStructure.getVmIndexFromDomIndex(G,this.targetDomElement)},onDragStart:function(G){this.context=this.getUnderlyingVm(G.item),G.item._underlying_vm_=this.clone(this.context.element),he=G.item},onDragAdd:function(G){var Y=G.item._underlying_vm_;if(Y!==void 0){k(G.item);var ee=this.getVmIndexFromDomIndex(G.newIndex);this.spliceList(ee,0,Y);var se={element:Y,newIndex:ee};this.emitChanges({added:se})}},onDragRemove:function(G){if(M(G.from,G.item,G.oldIndex),G.pullMode==="clone"){k(G.clone);return}var Y=this.context,ee=Y.index,se=Y.element;this.spliceList(ee,1);var de={element:se,oldIndex:ee};this.emitChanges({removed:de})},onDragUpdate:function(G){k(G.item),M(G.from,G.item,G.oldIndex);var Y=this.context.index,ee=this.getVmIndexFromDomIndex(G.newIndex);this.updatePosition(Y,ee);var se={element:this.context.element,oldIndex:Y,newIndex:ee};this.emitChanges({moved:se})},computeFutureIndex:function(G,Y){if(!G.element)return 0;var ee=b(Y.to.children).filter(function(ye){return ye.style.display!=="none"}),se=ee.indexOf(Y.related),de=G.component.getVmIndexFromDomIndex(se),me=ee.indexOf(he)!==-1;return me||!Y.willInsertAfter?de:de+1},onDragMove:function(G,Y){var ee=this.move,se=this.realList;if(!ee||!se)return!0;var de=this.getRelatedContextFromMoveEvent(G),me=this.computeFutureIndex(de,G),ye=n(n({},this.context),{},{futureIndex:me}),Ce=n(n({},G),{},{relatedContext:de,draggedContext:ye});return ee(Ce,Y)},onDragEnd:function(){he=null}}}),_e=Se;m.default=_e},fb6a:function(g,m,a){var c=a("23e7"),t=a("861d"),d=a("e8b5"),o=a("23cb"),l=a("50c4"),n=a("fc6a"),r=a("8418"),s=a("b622"),u=a("1dde"),h=a("ae40"),$=u("slice"),v=h("slice",{ACCESSORS:!0,0:0,1:2}),w=s("species"),y=[].slice,_=Math.max;c({target:"Array",proto:!0,forced:!$||!v},{slice:function(S,O){var k=n(this),M=l(k.length),A=o(S,M),T=o(O===void 0?M:O,M),E,C,x;if(d(k)&&(E=k.constructor,typeof E=="function"&&(E===Array||d(E.prototype))?E=void 0:t(E)&&(E=E[w],E===null&&(E=void 0)),E===Array||E===void 0))return y.call(k,A,T);for(C=new(E===void 0?Array:E)(_(T-A,0)),x=0;A<T;A++,x++)A in k&&r(C,x,k[A]);return C.length=x,C}})},fc6a:function(g,m,a){var c=a("44ad"),t=a("1d80");g.exports=function(d){return c(t(d))}},fdbc:function(g,m){g.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(g,m,a){var c=a("4930");g.exports=c&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}}).default})}(vuedraggable_umd);var Draggable=getDefaultExportFromCjs(vuedraggable_umd.exports),_export_sfc=(i,f)=>{const e=i.__vccOpts||i;for(const[p,g]of f)e[p]=g;return e};const _sfc_main$b=require$$0$1.defineComponent({name:"ArrowDown"}),_hoisted_1$a={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$9=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M831.872 340.864L512 652.672 192.128 340.864a30.592 30.592 0 00-42.752 0 29.12 29.12 0 000 41.6L489.664 714.24a32 32 0 0044.672 0l340.288-331.712a29.12 29.12 0 000-41.728 30.592 30.592 0 00-42.752 0z"},null,-1),_hoisted_3$8=[_hoisted_2$9];function _sfc_render$b(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$a,_hoisted_3$8)}var arrowDown=_export_sfc(_sfc_main$b,[["render",_sfc_render$b]]);const _sfc_main$a=require$$0$1.defineComponent({name:"ArrowUp"}),_hoisted_1$9={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$8=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M488.832 344.32l-339.84 356.672a32 32 0 000 44.16l.384.384a29.44 29.44 0 0042.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0042.688 0l.384-.384a32 32 0 000-44.16L535.168 344.32a32 32 0 00-46.336 0z"},null,-1),_hoisted_3$7=[_hoisted_2$8];function _sfc_render$a(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$9,_hoisted_3$7)}var arrowUp=_export_sfc(_sfc_main$a,[["render",_sfc_render$a]]);const _sfc_main$9=require$$0$1.defineComponent({name:"CirclePlus"}),_hoisted_1$8={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$7=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 110 64H352a32 32 0 010-64z"},null,-1),_hoisted_3$6=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1164 0v320a32 32 0 01-64 0z"},null,-1),_hoisted_4$1=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 100-768 384 384 0 000 768zm0 64a448 448 0 110-896 448 448 0 010 896z"},null,-1),_hoisted_5=[_hoisted_2$7,_hoisted_3$6,_hoisted_4$1];function _sfc_render$9(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$8,_hoisted_5)}var circlePlus=_export_sfc(_sfc_main$9,[["render",_sfc_render$9]]);const _sfc_main$8=require$$0$1.defineComponent({name:"Delete"}),_hoisted_1$7={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$6=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M160 256H96a32 32 0 010-64h256V95.936a32 32 0 0132-32h256a32 32 0 0132 32V192h256a32 32 0 110 64h-64v672a32 32 0 01-32 32H192a32 32 0 01-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 01-32-32V416a32 32 0 0164 0v320a32 32 0 01-32 32zm192 0a32 32 0 01-32-32V416a32 32 0 0164 0v320a32 32 0 01-32 32z"},null,-1),_hoisted_3$5=[_hoisted_2$6];function _sfc_render$8(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$7,_hoisted_3$5)}var _delete=_export_sfc(_sfc_main$8,[["render",_sfc_render$8]]);const _sfc_main$7=require$$0$1.defineComponent({name:"Edit"}),_hoisted_1$6={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$5=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M832 512a32 32 0 1164 0v352a32 32 0 01-32 32H160a32 32 0 01-32-32V160a32 32 0 0132-32h352a32 32 0 010 64H192v640h640V512z"},null,-1),_hoisted_3$4=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M469.952 554.24l52.8-7.552L847.104 222.4a32 32 0 10-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 010 135.808l-331.84 331.84a32 32 0 01-18.112 9.088L436.8 623.68a32 32 0 01-36.224-36.224l15.104-105.6a32 32 0 019.024-18.112l331.904-331.84a96 96 0 01135.744 0z"},null,-1),_hoisted_4=[_hoisted_2$5,_hoisted_3$4];function _sfc_render$7(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$6,_hoisted_4)}var edit=_export_sfc(_sfc_main$7,[["render",_sfc_render$7]]);const _sfc_main$6=require$$0$1.defineComponent({name:"InfoFilled"}),_hoisted_1$5={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$4=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 110 896.064A448 448 0 01512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 01-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 017.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"},null,-1),_hoisted_3$3=[_hoisted_2$4];function _sfc_render$6(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$5,_hoisted_3$3)}var infoFilled=_export_sfc(_sfc_main$6,[["render",_sfc_render$6]]);const _sfc_main$5=require$$0$1.defineComponent({name:"Minus"}),_hoisted_1$4={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$3=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 100-64H128a32 32 0 000 64z"},null,-1),_hoisted_3$2=[_hoisted_2$3];function _sfc_render$5(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$4,_hoisted_3$2)}var minus=_export_sfc(_sfc_main$5,[["render",_sfc_render$5]]);const _sfc_main$4=require$$0$1.defineComponent({name:"Plus"}),_hoisted_1$3={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$2=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0164 0v352h352a32 32 0 110 64H544v352a32 32 0 11-64 0V544H128a32 32 0 010-64h352z"},null,-1),_hoisted_3$1=[_hoisted_2$2];function _sfc_render$4(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$3,_hoisted_3$1)}var plus=_export_sfc(_sfc_main$4,[["render",_sfc_render$4]]);const _sfc_main$3=require$$0$1.defineComponent({name:"Search"}),_hoisted_1$2={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$1=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M795.904 750.72l124.992 124.928a32 32 0 01-45.248 45.248L750.656 795.904a416 416 0 1145.248-45.248zM480 832a352 352 0 100-704 352 352 0 000 704z"},null,-1),_hoisted_3=[_hoisted_2$1];function _sfc_render$3(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$2,_hoisted_3)}var search=_export_sfc(_sfc_main$3,[["render",_sfc_render$3]]);function registerIcon(i){i.component("el-icon-edit",edit),i.component("el-icon-minus",minus),i.component("el-icon-plus",plus),i.component("el-icon-info",infoFilled),i.component("el-icon-search",search),i.component("el-icon-circle-plus-outline",circlePlus),i.component("el-icon-delete",_delete),i.component("el-icon-arrow-down",arrowDown),i.component("el-icon-arrow-up",arrowUp)}if(typeof window!="undefined"){let i=function(){var f=document.body,e=document.getElementById("__svg__icons__dom__1766481170672__");e||(e=document.createElementNS("http://www.w3.org/2000/svg","svg"),e.style.position="absolute",e.style.width="0",e.style.height="0",e.id="__svg__icons__dom__1766481170672__",e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),e.innerHTML='<symbol class="icon" viewBox="0 0 1024 1024" id="icon-alert"><path d="M512 85.163a319.573 319.573 0 0 1 319.83 309.333l.17 10.667v174.805l58.88 134.656a53.29 53.29 0 0 1-48.853 74.71L640 789.418a128 128 0 0 1-255.787 7.509l-.213-7.637-201.6.042a53.333 53.333 0 0 1-48.939-74.581L192 580.011V405.163c0-177.28 143.019-320 320-320zm64 704.17-128 .128a64 64 0 0 0 127.701 6.144l.256-6.272zm-64-640.17c-141.653 0-256 114.09-256 256v188.16l-57.344 132.01h627.072L768 593.365V405.717l-.17-9.6A255.488 255.488 0 0 0 512 149.163zM896 352h85.333a32 32 0 0 1 4.352 63.701l-4.352.299H896a32 32 0 0 1-4.352-63.701L896 352zm-853.333 0H128a32 32 0 0 1 4.352 63.701L128 416H42.667a32 32 0 0 1-4.352-63.701l4.352-.299zm921.6-243.2a32 32 0 0 1-2.816 41.685l-3.584 3.115-85.334 64a32 32 0 0 1-41.984-48.085l3.584-3.115 85.334-64a32 32 0 0 1 44.8 6.4zm-859.734-6.4 85.334 64a32 32 0 1 1-38.4 51.2l-85.334-64a32 32 0 1 1 38.4-51.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-button"><path d="M912 176v416H732.48v-32H880V208H144v352h175.488v32H112V176z" /><path d="m436.384 788.512.544 2.688a16 16 0 0 0 27.776 5.504l44.032-54.336 56.768 97.664a16 16 0 0 0 21.792 5.856l68.672-39.392 2.368-1.664a16 16 0 0 0 3.52-20.256l-55.904-96.16 68.8-12.064a16 16 0 0 0 6.464-28.8l-256-180.64a16 16 0 0 0-25.12 14.976l36.288 306.624z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-card"><path d="M858.656 864H165.344C109.472 864 64 818.56 64 762.688V261.312C64 205.44 109.472 160 165.344 160h693.312C914.528 160 960 205.44 960 261.312v501.376C960 818.56 914.528 864 858.656 864zM165.344 224C144.736 224 128 240.736 128 261.312v501.376C128 783.264 144.736 800 165.344 800h693.312C879.264 800 896 783.264 896 762.688V261.312C896 240.736 879.264 224 858.656 224H165.344zM800 416H224c-17.664 0-32-14.336-32-32s14.336-32 32-32h576c17.696 0 32 14.336 32 32s-14.304 32-32 32zM320 736h-96c-17.664 0-32-14.304-32-32s14.336-32 32-32h96c17.664 0 32 14.304 32 32s-14.336 32-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-cascader-field"><path d="M661.377 411.07v64.595H314.175v395.654H871.32V475.665h-48.447V411.07h48.447c35.675 0 64.595 28.92 64.595 64.595v395.654c0 35.675-28.92 64.595-64.595 64.595H314.175c-35.675 0-64.6-28.92-64.6-64.595V475.665c0-35.675 28.925-64.595 64.6-64.595h347.202zm48.448-322.984c35.675 0 64.6 28.92 64.6 64.595v403.73c0 35.676-28.925 64.595-64.6 64.595H362.623v-64.594h347.202V152.68H152.68v403.73h48.447v64.595H152.68c-35.675 0-64.595-28.92-64.595-64.594V152.68c0-35.675 28.92-64.595 64.595-64.595h557.144z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-checkbox-field"><path d="M897.94 896.77c6.259-6.278 10.257-14.835 10.257-24.531V147.672c0-9.118-3.998-18.235-10.257-24.533-6.277-6.258-14.815-9.696-24.51-9.696H149.644c-9.688 0-18.236 3.437-24.503 9.696-6.268 6.297-9.687 15.414-9.687 24.533V872.24c0 9.696 3.42 18.253 9.687 24.53 6.267 6.278 14.815 10.276 24.503 10.276h723.784c9.697 0 18.234-3.998 24.511-10.276zM149.645 61.52h723.784c23.933 0 45.586 9.697 60.98 25.111 15.397 15.974 25.073 37.666 25.073 61.04v724.567c0 23.97-9.676 45.643-25.073 61.056-15.394 15.396-37.047 25.093-60.98 25.093H149.645c-23.364 0-45.017-9.697-60.972-25.093-15.396-15.414-25.082-37.087-25.082-61.056V147.672c0-23.374 9.686-45.065 25.082-61.039 15.955-15.415 37.608-25.112 60.972-25.112z" /><path d="M417.42 698.27a23.556 23.556 0 0 1-16.668-6.9L259.5 550.12c-9.173-9.15-9.173-24.095 0-33.291 9.17-9.147 24.115-9.147 33.288 0l124.583 124.607 312.895-312.917c9.194-9.172 24.14-9.172 33.288 0 9.196 9.172 9.196 24.116 0 33.29L433.992 691.37c-4.618 4.645-10.643 6.9-16.666 6.9h.093z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-color-field"><path d="M619.52 490.667h-.853l-85.334-85.334h.854z" /><path d="M619.52 507.733h-.853a17.067 17.067 0 1 1 0-34.133c9.438 0 17.476 7.646 17.476 17.067s-7.185 17.066-16.623 17.066zM534.187 422.4c-9.438 0-17.494-7.646-17.494-17.067s7.202-17.066 16.64-17.066h.854a17.067 17.067 0 1 1 0 34.133zM192 866.133a34.133 34.133 0 0 1-24.132-58.265l42.666-42.667a34.133 34.133 0 1 1 48.265 48.265l-42.667 42.666A33.963 33.963 0 0 1 192 866.133z" /><path d="m619.52 490.667-.427-.427-84.906-84.907L746.667 192H832v85.333z" /><path d="M662.187 567.467a33.997 33.997 0 0 1-24.133-10.001L467.388 386.799a34.133 34.133 0 0 1 48.281-48.282l170.667 170.667a34.133 34.133 0 0 1-24.15 58.283z" /><path d="M320 806.4h-85.333a17.067 17.067 0 0 1-17.067-17.067V704c0-4.54 1.792-8.875 5-12.066L521.695 392.84a16.52 16.52 0 0 1 3.567-2.731l209.305-210.142a17.117 17.117 0 0 1 12.1-5.018H832a17.067 17.067 0 0 1 17.067 17.067v85.333a17.067 17.067 0 0 1-4.967 12.05L631.62 502.732a17.954 17.954 0 0 1-3.618 2.782L332.066 801.434A17.135 17.135 0 0 1 320 806.4zm-68.267-34.133h61.201l294.093-294.093a16.52 16.52 0 0 1 3.567-2.73l204.34-205.16v-61.217h-61.185L546.287 417.382a17.954 17.954 0 0 1-3.618 2.782L251.733 711.066v61.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-component"><path d="M811.008 335.872c-2.048-7.168-11.264-9.216-17.408-4.096L690.176 435.2c-8.192 8.192-20.48 8.192-28.672 0L588.8 362.496c-8.192-8.192-8.192-20.48 0-28.672l104.448-104.448c5.12-5.12 3.072-14.336-4.096-17.408-17.408-4.096-35.84-7.168-54.272-7.168-108.544 0-195.584 94.208-183.296 204.8 2.048 17.408 6.144 32.768 12.288 48.128L225.28 697.344c-27.648 27.648-27.648 73.728 0 101.376 14.336 14.336 32.768 21.504 51.2 21.504s36.864-7.168 51.2-21.504l238.592-238.592c15.36 6.144 31.744 10.24 48.128 12.288 111.616 12.288 204.8-74.752 204.8-183.296 0-18.432-3.072-36.864-8.192-53.248z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-data-table"><path d="M915.692 39.385H108.308c-15.754 0-29.539 13.784-29.539 29.538v98.462c0 15.753 13.785 29.538 29.539 29.538h807.384c15.754 0 29.539-13.785 29.539-29.538V68.923c0-15.754-13.785-29.538-29.539-29.538zM285.538 275.692h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zM285.538 472.615h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 669.538h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 866.462h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538z" /></symbol><symbol class="icon" viewBox="0 0 1132 1024" id="icon-date-field"><path d="M1023.995 1023.995H107.789C48.262 1023.995 0 975.732 0 916.205V188.63C0 129.105 48.262 80.843 107.789 80.843h80.842v53.894h-80.842c-29.777 0-53.895 24.118-53.895 53.895V296.42H1077.89V188.63c0-29.776-24.117-53.894-53.894-53.894h-80.842V80.842h80.842c59.526 0 107.789 48.262 107.789 107.789v727.575c0 59.526-48.263 107.789-107.79 107.789Zm53.894-673.681H53.894v565.892c0 29.777 24.118 53.894 53.895 53.894h916.206c29.777 0 53.894-24.117 53.894-53.894V350.314ZM794.943 628.086l-3.584 5.632c-3.314 6.306-7.087 12.153-11.237 17.731L646.734 861.476H589.12l98.358-160.875c-.108 0-.216.027-.324.027-66.963 0-121.262-60.335-121.262-134.736 0-74.401 54.299-134.736 121.262-134.736 66.964 0 121.263 60.335 121.263 134.736 0 22.42-5.39 43.25-14.12 61.844l.646.35ZM687.154 485.05c-37.214 0-67.368 36.19-67.368 80.842 0 44.651 30.154 80.842 67.368 80.842 19.052 0 36.164-9.567 48.425-24.819l9.781-16.006c5.66-11.83 9.163-25.385 9.163-40.017 0-44.652-30.154-80.842-67.369-80.842Zm-310.216 21.881-80.734 72.327v-66.991l82.405-80.41h52.062v429.727h-53.733V506.93Zm512.32-291.353c-14.874 0-26.947-12.072-26.947-26.947V26.947C862.311 12.072 874.384 0 889.26 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947ZM296.42 80.842h538.944v53.894H296.42V80.842Zm-53.895 134.736c-14.875 0-26.947-12.072-26.947-26.947V26.947C215.578 12.072 227.65 0 242.525 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947Z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-date-range-field"><path d="M887.467 192.853H786.773v-73.386c0-10.24-6.826-17.067-17.066-17.067s-17.067 6.827-17.067 17.067v73.386H303.787v-73.386c0-10.24-6.827-17.067-17.067-17.067s-17.067 6.827-17.067 17.067v73.386H168.96c-46.08 0-85.333 37.547-85.333 85.334v558.08c0 46.08 37.546 85.333 85.333 85.333h718.507c46.08 0 85.333-37.547 85.333-85.333v-558.08c0-47.787-37.547-85.334-85.333-85.334zM168.96 226.987h100.693v66.56c0 10.24 6.827 17.066 17.067 17.066s17.067-6.826 17.067-17.066v-66.56h450.56v66.56c0 10.24 6.826 17.066 17.066 17.066s17.067-6.826 17.067-17.066v-66.56h98.987c27.306 0 51.2 22.186 51.2 51.2v88.746H117.76v-88.746c0-29.014 22.187-51.2 51.2-51.2zm718.507 660.48H168.96c-27.307 0-51.2-22.187-51.2-51.2v-435.2h820.907v435.2c0 27.306-22.187 51.2-51.2 51.2z" /><path d="M858.453 493.227H327.68c-10.24 0-17.067 6.826-17.067 17.066V624.64H194.56c-10.24 0-17.067 6.827-17.067 17.067v133.12c0 10.24 6.827 17.066 17.067 17.066H460.8c10.24 0 17.067-6.826 17.067-17.066V660.48h380.586c10.24 0 17.067-6.827 17.067-17.067v-133.12c0-10.24-6.827-17.066-17.067-17.066zM445.44 527.36v97.28h-98.987v-97.28h98.987zm-230.4 131.413h98.987v98.987H215.04v-98.987zm131.413 97.28v-97.28h98.987v97.28h-98.987zm133.12-228.693h97.28v98.987h-97.28V527.36zm131.414 0h98.986v98.987h-98.986V527.36zm230.4 97.28H742.4v-98.987h98.987v98.987z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-divider"><path d="M62.5 491.773h899v74.918h-899v-74.918z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-document"><path d="M979.478 706.382a44.522 44.522 0 0 1-11.843 57.967l-4.363 2.85L569.478 995.06l-5.388 4.764a84.013 84.013 0 0 1-43.943 17.808l-8.102.401c-19.056 0-37.31-6.545-52.046-18.254l-5.432-4.72L60.817 767.2a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zm0-222.609a44.522 44.522 0 0 1-11.843 57.968l-4.363 2.849-393.794 227.862-5.388 4.764a84.013 84.013 0 0 1-43.943 17.809l-8.102.4c-19.056 0-37.31-6.544-52.046-18.254l-5.432-4.719L60.817 544.59a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zM512 0c18.788 0 36.864 6.1 51.645 17.185l4.586 3.74 403.5 199.68 5.61 6.144c32.501 35.44 32.501 89.89 0 125.329l-5.61 6.144-403.5 199.59-4.541 3.785a86.239 86.239 0 0 1-43.676 16.83l-8.014.356c-18.788 0-36.864-6.1-51.645-17.186l-4.63-3.784L52.269 358.222l-5.61-6.144a92.739 92.739 0 0 1 0-125.329l5.61-6.144 403.456-199.68 4.585-3.74C473 7.702 488.136 1.87 503.986.356z" fill="#008df0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-drag"><path d="M574.958 267.016h-63.454 204.649L511.213 63.655 307.85 267.016h141.191V456.68H258.688v125.917H449.04V772.95h125.917V582.596h188.875V456.679H574.958V267.016zm-63.704 693.33 189.62-187.396H323.126l188.129 187.395zM71.292 518.891l187.395 189.62v-377.75L71.292 518.892zm692.54-188.13v377.75L952.708 518.89 763.833 330.762z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-file-upload-field"><path d="m676.48 72.96 209.92 211.2 9.6 23.04V928l-32 32H160l-32-32V96l32-32h494.08l22.4 8.96zM640 320h192L640 128v192zM192 128v768h640V384H608l-32-32V128H192zm512 320H320v64h384v-64zM320 576h384v64H320v-64zm384 128H320v64h384v-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-github"><path d="M512 0C229.284 0 .142 234.943.142 524.868c0 231.829 146.647 428.553 350.068 497.952 25.593 4.82 34.977-11.389 34.977-25.294 0-12.455-.469-45.47-.725-89.277-142.382 31.735-172.453-70.38-172.453-70.38-23.247-60.57-56.817-76.694-56.817-76.694-46.493-32.588 3.54-31.948 3.54-31.948 51.357 3.71 78.358 54.086 78.358 54.086 45.683 80.191 119.817 57.072 148.993 43.594 4.65-33.911 17.915-57.03 32.503-70.168-113.675-13.223-233.151-58.224-233.151-259.341 0-57.285 19.92-104.163 52.678-140.846-5.246-13.266-22.82-66.627 4.991-138.884 0 0 42.996-14.076 140.76 53.787 40.864-11.644 84.628-17.445 128.179-17.659 43.465.214 87.271 6.015 128.135 17.66 97.68-67.907 140.59-53.788 140.59-53.788 27.939 72.257 10.408 125.618 5.119 138.884 32.844 36.683 52.593 83.56 52.593 140.846 0 201.587-119.647 245.99-233.663 258.957 18.341 16.21 34.72 48.2 34.72 97.21 0 70.168-.639 126.728-.639 143.96 0 14.034 9.214 30.371 35.19 25.21 203.25-69.528 349.77-266.124 349.77-497.867C1023.858 234.943 794.674 0 512 0" fill="#3E75C3" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-grid"><path d="M819.354 921.6h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 819.2v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 460.8v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V102.4h-102.4v102.4zM921.754 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 921.754 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM563.354 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 563.354 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM204.954 0h-102.4A102.4 102.4 0 0 0 .154 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 204.954 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-html-text"><path d="m137.6 512 204.8-204.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L70.4 489.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4l227.2 227.2c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8L137.6 512zm464-339.2c-16-3.2-35.2 6.4-38.4 22.4L396.8 812.8c-3.2 16 6.4 35.2 22.4 38.4 16 3.2 35.2-6.4 38.4-22.4L624 211.2c6.4-16-3.2-35.2-22.4-38.4zm352 316.8L726.4 262.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L886.4 512 681.6 716.8c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l227.2-227.2c6.4-6.4 9.6-16 9.6-22.4 0-9.6-3.2-16-9.6-22.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-node-tree"><path d="M332.48 500.864a25.6 25.6 0 1 0 0-51.2H192.384v-184.96a115.2 115.2 0 0 0 89.6-112.128c0-63.488-51.712-115.2-115.2-115.2s-115.2 51.712-115.2 115.2a115.2 115.2 0 0 0 89.6 112.128v696.192a25.6 25.6 0 1 0 51.2 0v-141.12c2.304.192 4.48.512 6.912.512H332.48a25.6 25.6 0 1 0 0-51.2H199.296c-3.456 0-5.504-.448-6.08-.256a29.184 29.184 0 0 1-.896-8.576V500.8h140.16zM102.784 152.64c0-35.264 28.736-64 64-64s64 28.736 64 64-28.736 64-64 64-64-28.736-64-64zm818.432 207.424h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4zm486.336 140.352h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-number-field"><path d="M960 1024H64a64 64 0 0 1-64-64V64A64 64 0 0 1 64 0h896a64 64 0 0 1 64 64v896a64 64 0 0 1-64 64zm0-896a64 64 0 0 0-64-64H128a64 64 0 0 0-64 64v768a64 64 0 0 0 64 64h768a64 64 0 0 0 64-64V128zM832 768H704a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v384a64 64 0 0 1-64 64zM512 640a64 64 0 0 1 0 128H384a64 64 0 0 1-64-64V512a64 64 0 0 1 64-64h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v192a64 64 0 0 1-64 64h-64v64h64zM192 768a64 64 0 0 1-64-64V320a64 64 0 0 1 128 0v384a64 64 0 0 1-64 64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-picture-upload-field"><path d="M896 1024H128C57.312 1024 0 966.688 0 896V128C0 57.312 57.312 0 128 0h768c70.688 0 128 57.312 128 128v768c0 70.688-57.312 128-128 128zm0-64c35.328 0 64-28.672 64-64V639.968l-192-192L494.816 721.12 730.624 960H896zM64 896c0 35.328 28.672 64 64 64h512.032L318.24 638.208 64 865.952V896zm896-768c0-35.328-28.672-64-64-64H128c-35.328 0-64 28.672-64 64v650.752L320 544l129.856 131.552L768 352l192 196.096V128zM256 384c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128zm0-192c-35.328 0-64 28.672-64 64s28.672 64 64 64 64-28.672 64-64-28.672-64-64-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-radio-field"><path d="M512 65.983C266.08 65.983 65.983 266.08 65.983 512c0 245.952 200.065 446.017 446.017 446.017S958.017 757.952 958.017 512c0-245.92-200.065-446.017-446.017-446.017zm0 828.034c-210.656 0-382.017-171.392-382.017-382.017 0-210.656 171.36-382.017 382.017-382.017 210.625 0 382.017 171.36 382.017 382.017 0 210.625-171.392 382.017-382.017 382.017zM512 352C423.776 352 352 423.776 352 512s71.774 160 160 160 160-71.774 160-160-71.776-160-160-160z" /></symbol><symbol class="icon" viewBox="0 0 1069 1024" id="icon-rate-field"><path d="m633.73 378.02 9.498 18.688 20.78 2.798 206.616 27.332a11.465 11.465 0 0 1 6.61 19.473L729.966 593.665l-14.893 14.893 3.8 20.683 37.847 204.89a11.465 11.465 0 0 1-16.481 12.296l-185.55-94.58-18.687-9.493-18.487 9.992-183.24 99.35a11.465 11.465 0 0 1-16.784-11.867l32.543-205.796 3.297-20.786-15.192-14.492-151.033-143.484a11.465 11.465 0 0 1 6.1-19.64L399 402.998l20.786-3.296 9.092-18.98 89.713-188.078a11.465 11.465 0 0 1 20.569-.263l94.568 185.635zM496.647 85.52 374.89 340.501l-279.126 44.26a34.395 34.395 0 0 0-18.303 58.908l204.873 194.663-44.169 279.115a34.395 34.395 0 0 0 50.366 35.616l248.4-134.679L788.776 946.66a34.395 34.395 0 0 0 49.437-36.894l-51.306-277.854 199.731-199.909a34.395 34.395 0 0 0-19.828-58.408l-280.118-37.032L558.33 84.713a34.395 34.395 0 0 0-61.682.802z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-redo"><path d="M412.081 346.3h443.415L640.168 133.871c-18.973-18.973-18.973-46.064 0-65.038s44.325-19.884 63.381-.83l291.385 284.591c18.973 18.973 18.973 44.159 0 63.132L703.549 700.649c-18.973 18.973-44.325 18.973-63.381-.083-18.973-18.973-18.973-43.91 0-62.883l215.328-208.534H412.081c-177.3 0-314.335 138.359-314.335 309.364v44.325c0 25.354-16.074 44.325-41.425 44.325s-41.425-18.973-41.425-44.325v-44.325c0-221.709 169.181-392.213 397.185-392.213z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-rich-editor-field"><path d="M313.36 448.094H632.63v31.927H313.36v-31.927ZM313.36 583.784h223.49v31.927H313.36v-31.927ZM313.36 719.474h127.709v31.927h-127.71v-31.927ZM889.412 554.809l-39.955-39.971-39.957-39.941c-7.358-7.358-19.285-7.358-26.642 0l-329.7 329.694a14.08 14.08 0 0 0-4.592 6.873L412.078 932.86a14.158 14.158 0 0 0 3.54 14.079l.99.763.77.982a14.174 14.174 0 0 0 14.062 3.555l121.395-36.495a14.04 14.04 0 0 0 6.938-4.677l329.639-329.63c7.35-7.343 7.35-19.284 0-26.627zM541.136 889.756l-95.198 28.622 28.623-95.235 255.02-255.02 66.6 66.599-255.045 255.034zM856.112 574.78l-46.611 46.611-66.59-66.598 46.605-46.597c3.677-3.68 9.641-3.68 13.319-.016l26.892 26.892 26.384 26.394c3.68 3.68 3.68 9.65.001 13.314z" /><path d="M671.874 224.898v-28.934c0-22.004-17.905-39.909-39.909-39.909H314.026c-22.004 0-39.909 17.905-39.909 39.91v28.933h-104.43v643.564c0 35.26 28.592 63.854 63.855 63.854h127.709v-47.89H249.506c-17.632 0-31.928-14.299-31.928-31.928v-579.71h56.54v10.976c0 22.004 17.904 39.909 39.908 39.909h317.938c22.004 0 39.91-17.905 39.91-39.91V272.79h56.538V437.45h47.89V224.898H671.875zm-47.89 50.884H322.007v-71.836h301.974v71.836z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-section"><path d="M141.074 906.496h741.852c89.581 0 134.583-44.562 134.583-132.846V250.331c0-88.283-45.002-132.845-134.583-132.845H141.074c-89.143.018-134.583 44.16-134.583 132.845V773.67c0 88.704 45.44 132.845 134.583 132.845zm1.28-68.992c-42.861 0-66.852-22.71-66.852-67.291V253.806c0-44.58 23.99-67.292 66.852-67.292h739.292c42.423 0 66.852 22.711 66.852 67.292v516.388c0 44.58-24.43 67.292-66.852 67.292z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-select-field"><path d="M374.784 649.515a32 32 0 0 1 3.072 41.685l-3.115 3.584L225.28 843.947a32 32 0 0 1-37.845 5.504l-3.968-2.56-85.334-64a32 32 0 0 1 34.432-53.76l3.968 2.56 63.147 47.36 129.835-129.622a32 32 0 0 1 45.269.043zm531.37 75.818a32 32 0 0 1 4.31 63.702l-4.31.298h-448a32 32 0 0 1-4.351-63.744l4.352-.256h448zm.513-256a32 32 0 0 1 4.352 63.702l-4.352.298h-448a32 32 0 0 1-4.352-63.701l4.352-.299h448zm-531.84-331.776a32 32 0 0 1 2.986 41.686l-3.114 3.584-149.846 149.205a32 32 0 0 1-37.888 5.419l-3.925-2.56-84.907-64a32 32 0 0 1 34.518-53.675l3.968 2.56 62.72 47.275L329.6 137.472a32 32 0 0 1 45.227.085zm531.328 75.819a32 32 0 0 1 4.309 63.701l-4.31.299H459.35a32 32 0 0 1-4.352-63.744l4.352-.256h446.806z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slider-field"><path d="M951.453 476.844H523.672a131.836 131.836 0 0 0-254.18 0H72.547v70.312h196.945a131.836 131.836 0 0 0 254.18 0h427.781z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-component"><path d="M512 102.4c-212.48 0-384 171.52-384 384s171.52 384 384 384 384-171.52 384-384-171.52-384-384-384zm25.6 716.8v-128c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v128C322.56 806.4 192 675.84 179.2 512h128c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-128C192 296.96 322.56 166.4 486.4 156.16V281.6c0 15.36 10.24 25.6 25.6 25.6s25.6-10.24 25.6-25.6V156.16C701.44 168.96 832 299.52 844.8 460.8h-128c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h128C832 675.84 701.44 806.4 537.6 819.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-field"><path d="M493.969 244.87h36.285q18.031 0 18.031 18.03v217.267q0 18.031-18.031 18.031h-36.285q-18.032 0-18.032-18.031V262.901q0-18.031 18.032-18.031ZM323.45000000000005 525.802h36.286q18.031 0 18.031 18.031v217.266q0 18.031-18.031 18.031H323.45q-18.03 0-18.03-18.03V543.832q0-18.031 18.03-18.031ZM664.2639999999999 525.802h36.286q18.03 0 18.03 18.031v217.266q0 18.031-18.03 18.031h-36.286q-18.031 0-18.031-18.03V543.832q0-18.031 18.031-18.031Z" /><path d="M827.437 122.212H196.563a74.574 74.574 0 0 0-74.35 74.351v630.874a74.574 74.574 0 0 0 74.35 74.35h630.874a74.574 74.574 0 0 0 74.35-74.35V196.563a74.574 74.574 0 0 0-74.35-74.35zm52.09 705.225a52.09 52.09 0 0 1-52.09 52.09H196.563a52.09 52.09 0 0 1-52.09-52.09V196.563a52.09 52.09 0 0 1 52.09-52.09h630.874a52.09 52.09 0 0 1 52.09 52.09z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-static-text"><path d="M213.333 160c-4.821 0-9.472.64-13.824 1.792a32 32 0 0 1-16.554-61.824C192.683 97.408 202.88 96 213.333 96h33.195a32 32 0 0 1 0 64h-33.195zm133.931-32a32 32 0 0 1 32-32h66.347a32 32 0 1 1 0 64h-66.304a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zm199.083 0a32 32 0 0 1 32-32h33.195c10.453 0 20.65 1.365 30.378 3.968a32 32 0 1 1-16.554 61.867A53.419 53.419 0 0 0 810.667 160h-33.195a32 32 0 0 1-32-32zm-606.293 32.341a32 32 0 0 1 22.613 39.168A53.461 53.461 0 0 0 160 213.333v33.195a32 32 0 0 1-64 0v-33.195c0-10.453 1.365-20.65 3.968-30.378a32 32 0 0 1 39.168-22.614zm745.685 0a32 32 0 0 1 39.168 22.614c2.56 9.728 3.968 19.925 3.968 30.378v33.195a32 32 0 0 1-64 0v-33.195c0-4.821-.64-9.472-1.792-13.824a32 32 0 0 1 22.613-39.168zM128 347.221a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zM128 546.432a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm0 199.083a32 32 0 0 1 32 32v33.152c0 10.453-1.365 20.65-3.968 30.378a32 32 0 1 1-61.867-16.554c1.195-4.352 1.835-8.96 1.835-13.824v-33.195a32 32 0 0 1 32-32zm-768 0a32 32 0 0 1 32 32v33.152c0 4.821.64 9.472 1.792 13.824a32 32 0 0 1-61.824 16.512A117.461 117.461 0 0 1 96 810.667v-33.195a32 32 0 0 1 32-32zm32.341 139.392a32 32 0 0 1 39.168-22.656 53.814 53.814 0 0 0 13.824 1.792h33.195a32 32 0 0 1 0 64h-33.195c-10.453 0-20.65-1.366-30.378-3.968a32 32 0 0 1-22.614-39.168zm703.318 0a32 32 0 0 1-22.614 39.168c-9.728 2.56-19.925 3.968-30.378 3.968h-33.195a32 32 0 0 1 0-64h33.195c4.821 0 9.472-.64 13.824-1.792a32 32 0 0 1 39.168 22.613zM347.307 896a32 32 0 0 1 32-32h66.346a32 32 0 1 1 0 64h-66.346a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zM341.333 352a32 32 0 0 0 0 64H480v266.667a32 32 0 0 0 64 0V416h138.667a32 32 0 0 0 0-64H341.333z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-sub-form"><path d="M512 106.667H112a5.333 5.333 0 0 0-5.333 5.333v800a5.333 5.333 0 0 0 5.333 5.333h800a5.333 5.333 0 0 0 5.333-5.333V112a5.333 5.333 0 0 0-5.333-5.333zm0 74.666h325.333a5.333 5.333 0 0 1 5.334 5.334v160a5.333 5.333 0 0 1-5.334 5.333H186.667a5.333 5.333 0 0 1-5.334-5.333v-160a5.333 5.333 0 0 1 5.334-5.334zM597.333 432v405.333a5.333 5.333 0 0 1-5.333 5.334H432a5.333 5.333 0 0 1-5.333-5.334V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.333 5.333zm-410.666-5.333h160A5.333 5.333 0 0 1 352 432v405.333a5.333 5.333 0 0 1-5.333 5.334h-160a5.333 5.333 0 0 1-5.334-5.334V432a5.333 5.333 0 0 1 5.334-5.333zM672 837.333V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.334 5.333v405.333a5.333 5.333 0 0 1-5.334 5.334h-160a5.333 5.333 0 0 1-5.333-5.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-switch-field"><path d="M692 792H332C182 792 62 672 62 522s120-270 270-270h360c150 0 270 120 270 270 0 147-120 270-270 270zM332 312c-117 0-210 93-210 210s93 210 210 210h360c117 0 210-93 210-210s-93-210-210-210H332z" /><path d="M191 522a150 150 0 1 0 300 0 150 150 0 1 0-300 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-tab"><path d="M908.8 1005.44H115.2A101.76 101.76 0 0 1 14.08 903.68V110.72A101.76 101.76 0 0 1 115.2 8.96h296.96a32.64 32.64 0 0 1 32 32V262.4a32 32 0 0 1-32 32 32 32 0 0 1-32-32v-192H115.2a37.76 37.76 0 0 0-37.12 37.76v795.52a37.76 37.76 0 0 0 37.12 37.76h793.6a37.76 37.76 0 0 0 37.12-37.76V267.52a32 32 0 0 1 32-32 32 32 0 0 1 32 32v636.16a101.76 101.76 0 0 1-101.12 101.76z" /><path d="M977.92 299.52a32.64 32.64 0 0 1-32-32v-87.04a37.12 37.12 0 0 0-37.12-37.76H421.12a32 32 0 0 1-32-32 32 32 0 0 1 32-32H908.8a101.76 101.76 0 0 1 101.12 101.76v87.04a32 32 0 0 1-32 32z" /><path d="M977.92 299.52H64a32 32 0 0 1-32-32 32 32 0 0 1 32-32h913.92a32 32 0 0 1 32 32 32 32 0 0 1-32 32z" /><path d="M699.52 299.52a32 32 0 0 1-32-32v-156.8a32 32 0 0 1 64 0v156.8a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-table"><path d="M925.586 0H101.369C69.885 0 42.24 28.924 42.24 62.328v902.8c0 33.403 27.645 58.872 59.129 58.872h824.217c31.484 0 56.057-25.469 56.057-58.873V62.328C981.643 28.924 957.198 0 925.586 0zM373.719 735.908V543.932h276.445v191.976zm276.445 42.235v203.494H373.719V778.143zm287.964-276.446h-244.45V298.203h244.45zm-287.964 0H373.719V298.203h276.445zm-319.96 0H85.754V298.203h244.45zm-244.45 42.235h244.45v191.976H85.754zm607.925 0h244.449v191.976h-244.45zM101.369 42.235h824.217c7.807 0 12.542 10.366 12.542 20.093v193.64H85.755V62.328c0-9.727 7.807-20.093 15.614-20.093zM85.755 964.999V778.143h244.449v203.494H101.369c-7.807 0-15.614-6.91-15.614-16.51zm839.83 16.638H693.68V778.143h244.449v186.856c0 9.727-4.607 16.638-12.542 16.638z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-text-field"><path d="M896 224H128c-35.2 0-64 28.8-64 64v448c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V288c0-35.2-28.8-64-64-64zm0 480c0 19.2-12.8 32-32 32H160c-19.2 0-32-12.8-32-32V320c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32v384z" /><path d="M224 352c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V384c0-16-12.8-32-32-32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-textarea-field"><path d="M896.4 173.1H128.9c-35.2 0-49 13.8-49 49v575.6c0 35.2 13.8 49 49 49h767.5c35.2 0 49-13.8 49-49V222.1c0-35.2-13.8-49-49-49zm0 592.6c0 16-12.8 32-32 32H160.9c-19.2 0-32-12.8-32-32V254.1c0-16 12.8-32 32-32h703.5c19.2 0 32 12.8 32 32v511.6z" /><path d="M710.2 766.7h141.5c8.1 0 14.7-6.6 14.7-14.7V610.4c0-1.3-1.6-2-2.6-1.1L709.1 764.1c-1 1-.3 2.6 1.1 2.6zm-503-172.4h-13.5c-10 0-18.2-8.2-18.2-18.2V291.8c0-10.2 8.4-18.6 18.6-18.6h12.8c10.2 0 18.6 8.4 18.6 18.6v284.3c-.1 10-8.3 18.2-18.3 18.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-field"><path d="M512 39.385A472.615 472.615 0 1 0 984.615 512 472.615 472.615 0 0 0 512 39.385zm0 866.461A393.846 393.846 0 1 1 905.846 512 393.846 393.846 0 0 1 512 905.846zm75.855-373.72A77.154 77.154 0 0 0 590.769 512a78.454 78.454 0 0 0-39.384-67.86V196.923a39.385 39.385 0 0 0-78.77 0V444.14a78.336 78.336 0 0 0 59.55 143.715l70.144 70.144a39.385 39.385 0 0 0 55.69-55.69zM512 551.385A39.385 39.385 0 1 1 551.385 512 39.385 39.385 0 0 1 512 551.385zm315.077-78.77A39.385 39.385 0 1 0 866.462 512a39.385 39.385 0 0 0-39.385-39.385zm-630.154 0A39.385 39.385 0 1 0 236.308 512a39.385 39.385 0 0 0-39.385-39.385zm509.991 234.3a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69 0zM317.007 317.006a39.385 39.385 0 1 0-55.73 0 39.385 39.385 0 0 0 55.809.04zM512 787.692a39.385 39.385 0 1 0 39.385 39.385A39.385 39.385 0 0 0 512 787.692zm-250.604-80.778a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.039zm445.518-445.518a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.04z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-range-field"><path d="M498.596 482.29H345.42v57.308h210.478V274.197h-57.301V482.29zm79.089 162.695h379.88v57.302h-379.88v-57.302zm0 128.78h379.88v57.307h-379.88v-57.307zm0 128.785h379.88v57.307h-379.88V902.55zm0 0" /><path d="M102.523 382.29a28.668 28.668 0 0 0 23.367 2.56l190.81-61.886c15.053-4.883 23.298-21.04 18.415-36.09-4.882-15.052-21.04-23.297-36.093-18.415l-123.346 40c15.994-26.117 35.17-50.538 57.37-72.745 73.768-73.767 171.847-114.388 276.169-114.388 104.32 0 202.395 40.622 276.161 114.388S899.77 407.56 899.77 511.882c0 26.428-2.616 52.45-7.71 77.78h58.303c4.465-25.499 6.709-51.47 6.709-77.78 0-60.45-11.846-119.102-35.205-174.336-22.56-53.335-54.85-101.227-95.969-142.35-41.122-41.122-89.017-73.408-142.348-95.968-55.233-23.361-113.89-35.207-174.334-35.207-60.45 0-119.107 11.846-174.337 35.208-53.335 22.56-101.23 54.846-142.35 95.969-23.98 23.98-44.933 50.278-62.727 78.6l-20.738-105.654c-3.043-15.528-18.105-25.642-33.632-22.6-15.528 3.048-25.643 18.105-22.6 33.637l36.103 183.932a28.666 28.666 0 0 0 13.588 19.178zm23.497 205.652H67.768c5.76 33.679 15.368 66.544 28.79 98.278 22.56 53.334 54.85 101.225 95.972 142.348 41.123 41.123 89.014 73.409 142.349 95.969 54.112 22.888 111.518 34.711 170.668 35.182v-57.324c-102.95-.941-199.595-41.446-272.5-114.349-55.501-55.502-92.237-124.77-107.027-200.104zm0 0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-undo"><path d="M609.206 396.656H193.504l201.87-199.152c17.787-17.787 17.787-43.185 0-60.973s-41.555-18.641-59.42-.778L62.857 402.557c-17.787 17.787-17.787 41.399 0 59.186L336.03 728.858c17.787 17.787 41.555 17.787 59.42-.078 17.787-17.787 17.787-41.166 0-58.953L193.502 474.326h415.702c166.219 0 311.155 129.712 311.155 290.029v41.555c0 23.769 15.069 41.555 38.836 41.555s38.836-17.787 38.836-41.555v-41.555c0-207.852-175.073-367.7-388.828-367.7z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-vue-sfc"><path d="M454.138 11.176 54.066 174.092c-72.088 29.49-72.088 120.523 0 150.014l400.276 162.916c36.454 14.95 78.847 14.95 115.506 0l400.071-162.814c72.191-29.593 72.089-120.83-.307-150.116L569.746 11.278a155.339 155.339 0 0 0-115.608-.205zm469.19 237.872L532.37 408.585l-7.885 2.457a55.09 55.09 0 0 1-32.562-2.457L100.35 249.048l391.265-159.23a55.09 55.09 0 0 1 40.447 0l391.162 159.23z" fill="#1890FF" /><path d="M498.681 729.911c-20.275 0-40.652-3.788-59.391-11.673L53.76 561.26C20.48 547.847 0 519.89 0 488.558c0-31.436 20.582-59.391 53.862-72.703l36.556-15.053c21.401-8.806 47.103-1.024 57.24 17.408 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.229-4.71 3.584-4.71 6.45 0 3.073 1.536 5.12 4.71 6.452l385.326 156.875c14.336 5.939 30.924 5.939 45.362 0L906.74 495.009c3.072-1.229 4.915-3.584 4.915-6.451 0-3.072-1.536-5.222-4.607-6.451l-44.851-18.227c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.329 35.84-26.214 57.24-17.407l44.851 18.431c33.177 13.517 53.76 41.267 53.76 72.703 0 31.334-20.48 59.391-53.76 72.703L558.482 718.238a161.585 161.585 0 0 1-59.801 11.673z" fill="#5DE1C8" /><path d="M498.681 966.247c-20.275 0-40.652-3.89-59.391-11.673L53.76 797.597C20.48 784.08 0 756.227 0 724.997c0-31.437 20.582-59.494 53.862-72.806l36.556-14.95c21.401-8.807 47.103-1.024 57.24 17.407 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.126-4.71 3.584-4.71 6.451 0 3.072 1.536 5.12 4.71 6.349l385.326 156.977c14.336 5.939 30.924 5.939 45.362 0L906.74 731.14c3.072-1.126 4.915-3.584 4.915-6.349 0-3.072-1.536-5.324-4.607-6.45l-44.851-18.33c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.431 35.84-26.214 57.24-17.407l44.851 18.329c33.177 13.517 53.76 41.369 53.76 72.703 0 31.436-20.48 59.494-53.76 72.805l-385.428 157.08a161.585 161.585 0 0 1-59.801 11.673z" fill="#FF7272" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-search"><path d="M863.3 641.94A416.1 416.1 0 0 0 96.7 318.06a416.1 416.1 0 0 0 766.6 323.88zM480 832a352 352 0 1 1 248.9-103.1A349.69 349.69 0 0 1 480 832z" /><path d="m950.63 841.37-96-96a32 32 0 0 0-45.25 45.25l96 96a13.25 13.25 0 1 1-18.75 18.75l-96-96a32 32 0 0 0-45.25 45.25l96 96a77.25 77.25 0 1 0 109.25-109.25z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-arrow-down"><path d="M512 714.667c-8.533 0-17.067-2.134-23.467-8.534L147.2 364.8c-12.8-12.8-12.8-32 0-44.8 12.8-12.8 32-12.8 44.8 0l320 317.867 317.867-320c12.8-12.8 32-12.8 44.8 0 12.8 12.8 12.8 32 0 44.8L533.333 704c-4.266 8.533-12.8 10.667-21.333 10.667z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-back"><path fill="currentColor" d="M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z" /><path fill="currentColor" d="m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-check"><path fill="currentColor" d="M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-clone"><path d="M774.144 839.68c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H184.32c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V380.928c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4v65.536c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08V839.68c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h458.752c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08h65.536zM380.928 118.784c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v458.752c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456H839.68c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V184.32c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H380.928zm0-65.536H839.68c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v458.752c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H380.928c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V184.32c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-delete"><path fill="currentColor" d="M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-download"><path d="M896 672c-17.067 0-32 14.933-32 32v128c0 6.4-4.267 10.667-10.667 10.667H170.667c-6.4 0-10.667-4.267-10.667-10.667V704c0-17.067-14.933-32-32-32s-32 14.933-32 32v128c0 40.533 34.133 74.667 74.667 74.667h682.666C893.867 906.667 928 872.533 928 832V704c0-17.067-14.933-32-32-32z" /><path d="M488.533 727.467c6.4 6.4 14.934 8.533 23.467 8.533s17.067-2.133 23.467-8.533L748.8 514.133c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L546.133 627.2V170.667c0-17.067-14.933-32-32-32S480 153.6 480 170.667V627.2L322.133 469.333c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l211.2 213.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-drag-move"><path d="M909.3 506.3 781.7 405.6c-4.7-3.7-11.7-.4-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7c-2.9-3.7-8.5-3.7-11.3 0L405.6 242.3c-3.7 4.7-.4 11.7 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3c-3.7 2.9-3.7 8.5 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.7-2.9 3.7-8.5.1-11.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-form-template"><path d="M298.667 981.333A85.333 85.333 0 0 1 213.333 896V128a85.333 85.333 0 0 1 85.334-85.333h426.666A85.333 85.333 0 0 1 810.667 128v768a85.333 85.333 0 0 1-85.334 85.333zm0-832v725.334A21.333 21.333 0 0 0 320 896h384a21.333 21.333 0 0 0 21.333-21.333V149.333A21.333 21.333 0 0 0 704 128H320a21.333 21.333 0 0 0-21.333 21.333zm640 618.667V256a42.667 42.667 0 0 1 42.666-42.667A42.667 42.667 0 0 1 1024 256v512a42.667 42.667 0 0 1-42.667 42.667A42.667 42.667 0 0 1 938.667 768zM0 768V256a42.667 42.667 0 0 1 42.667-42.667A42.667 42.667 0 0 1 85.333 256v512a42.667 42.667 0 0 1-42.666 42.667A42.667 42.667 0 0 1 0 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-hide"><path d="M956.8 496c-41.6-70.4-99.2-147.2-176-204.8l105.6-105.6c12.8-12.8 12.8-32 0-44.8s-32-12.8-44.8 0L726.4 256C665.6 214.4 592 192 512 192c-214.4 0-358.4 166.4-444.8 304-6.4 9.6-6.4 22.4 0 32 41.6 70.4 102.4 147.2 176 204.8L134.4 841.6c-12.8 12.8-12.8 32 0 44.8 9.6 6.4 16 9.6 25.6 9.6s16-3.2 22.4-9.6l115.2-115.2C358.4 809.6 432 832 512 832c185.6 0 374.4-128 444.8-307.2 3.2-9.6 3.2-19.2 0-28.8zm-822.4 16C211.2 390.4 336 256 512 256c60.8 0 118.4 16 166.4 44.8l-80 80C576 361.6 544 352 512 352c-89.6 0-160 70.4-160 160 0 32 9.6 64 25.6 89.6L288 691.2C224 640 172.8 572.8 134.4 512zm473.6 0c0 54.4-41.6 96-96 96-16 0-28.8-3.2-41.6-9.6l128-128c6.4 12.8 9.6 25.6 9.6 41.6zm-192 0c0-54.4 41.6-96 96-96 16 0 28.8 3.2 41.6 9.6l-128 128c-6.4-12.8-9.6-25.6-9.6-41.6zm96 256c-60.8 0-118.4-16-166.4-44.8l80-80C448 662.4 480 672 512 672c89.6 0 160-70.4 160-160 0-32-9.6-64-25.6-89.6l89.6-89.6C803.2 384 854.4 451.2 892.8 512 825.6 659.2 665.6 768 512 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-info"><path d="M512.001 928.997c230.524 0 418.076-187.552 418.075-418.077 0-230.527-187.552-418.077-418.075-418.077S93.924 280.393 93.924 510.92c0 230.525 187.552 418.077 418.077 418.077zM512 301.88c28.86 0 52.26 23.399 52.26 52.263 0 28.858-23.399 52.257-52.26 52.257s-52.26-23.399-52.26-52.257c0-28.863 23.399-52.263 52.26-52.263zm-52.26 209.042c0-28.86 23.399-52.26 52.26-52.26s52.26 23.399 52.26 52.26v156.775c0 28.86-23.399 52.26-52.26 52.26s-52.26-23.399-52.26-52.26V510.922z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-column"><path d="M653.184 713.6c12.864-12.864 33.6-12.864 46.528 0 6.4 6.4 3.776 14.72 3.776 23.232a32.675 32.675 0 0 1-9.6 23.104L569.92 886.4c-.128.128-.32.192-.512.32-2.88 2.88-9.536 5.184-13.312 6.784-3.456 1.344-.64 1.856-4.096 2.112-.768 0-1.344.384-2.048.384-.512 0-.896-.256-1.344-.256-3.84-.192-5.76-.896-9.344-2.24-3.264-1.344-6.016-3.52-8.64-5.76-.64-.512-1.472-.768-2.048-1.344L391.232 760c-12.864-12.736-6.976-33.6 5.888-46.4 12.8-12.864 33.6-12.864 46.464 0l105.472 100.352L653.184 713.6zM384 64v576h320V64H384zM128 704v256H64V640h256v320h-62.976L256 704H128m704 0v256h-64V640h256v320h-62.976L960 704H832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-row"><path d="M310.336 653.184c12.864 12.864 12.864 33.6 0 46.528-6.4 6.4-14.72 3.776-23.168 3.776s-16.832-3.264-23.168-9.6L137.6 569.92c-.128-.128-.192-.32-.256-.512-2.88-2.816-5.248-9.536-6.848-13.312-1.344-3.392-1.856-.576-2.112-4.096 0-.768-.384-1.344-.384-2.048 0-.512.256-.896.256-1.344.192-3.84.896-5.76 2.24-9.344 1.344-3.264 3.52-6.016 5.76-8.64.512-.704.768-1.536 1.344-2.112l126.336-137.344c12.8-12.864 33.6-6.976 46.4 5.888 12.864 12.8 12.864 33.6 0 46.464L210.048 548.992l100.288 104.192zM960 384H384v320h576V384zM320 128H64V64h320v256H64v-62.976L320 256V128m0 704H64v-64h320v256H64v-62.976L320 960V832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-menu"><path d="M844.8 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zM435.2 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-down"><path d="M898.133 512c-12.8-12.8-32-12.8-44.8-2.133L544 800V149.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V800L170.667 509.867c-12.8-12.8-34.134-10.667-44.8 2.133-12.8 12.8-10.667 34.133 2.133 44.8l362.667 341.333c2.133 2.134 6.4 4.267 8.533 6.4 4.267 2.134 6.4 2.134 10.667 2.134s8.533 0 10.666-2.134c4.267-2.133 6.4-4.266 8.534-6.4L891.733 556.8c17.067-12.8 19.2-32 6.4-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-up"><path d="M896 467.2 533.333 125.867c-2.133-2.134-6.4-4.267-8.533-6.4-4.267-2.134-6.4-2.134-10.667-2.134s-8.533 0-10.666 2.134c-4.267 2.133-6.4 4.266-8.534 6.4L132.267 467.2c-12.8 12.8-12.8 32-2.134 44.8 12.8 12.8 32 12.8 44.8 2.133L484.267 224v650.667c0 17.066 14.933 32 32 32s32-14.934 32-32V224l305.066 290.133c6.4 6.4 14.934 8.534 21.334 8.534 8.533 0 17.066-4.267 23.466-10.667 12.8-12.8 10.667-32-2.133-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-plus"><path d="M554.667 213.333h-85.334v256h-256v85.334h256v256h85.334v-256h256v-85.334h-256z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-set-up"><path d="M217.088 151.552c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v589.824c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h589.824c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V217.088c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H217.088zm0-65.536h589.824c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v589.824c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H217.088c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V217.088c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4zm163.84 327.68c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm98.304-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H479.232c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768zm163.84 425.984c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm-360.448-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H282.624c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-view"><path fill="currentColor" d="M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-zoom-in"><path fill="currentColor" d="m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z" /></symbol>',f.insertBefore(e,f.firstChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",i):i()}var iconfont="";function addDirective(i){i.directive("drag",{mounted(f,e){if(!e.value)return!1;e.instance.$nextTick(()=>{const p=document.querySelector(e.value[0]),g=document.querySelector(e.value[1]);g.onmouseover=()=>g.style.cursor="move";function m(c,t){const d=t==="pc"?c.clientX-g.offsetLeft:c.touches[0].clientX-g.offsetLeft,o=t==="pc"?c.clientY-g.offsetTop:c.touches[0].clientY-g.offsetTop,l=document.body.clientWidth,n=document.documentElement.clientHeight,r=p.offsetWidth,s=p.offsetHeight,u=p.offsetLeft,h=l-p.offsetLeft-r,$=p.offsetTop,v=n-p.offsetTop-s;let w=getComputedStyle(p).left,y=getComputedStyle(p).top;return w.includes("%")?(w=+document.body.clientWidth*(+w.replace(/%/g,"")/100),y=+document.body.clientHeight*(+y.replace(/%/g,"")/100)):(w=+w.replace(/\px/g,""),y=+y.replace(/\px/g,"")),{disX:d,disY:o,minDragDomLeft:u,maxDragDomLeft:h,minDragDomTop:$,maxDragDomTop:v,styL:w,styT:y}}function a(c,t,d){let{disX:o,disY:l,minDragDomLeft:n,maxDragDomLeft:r,minDragDomTop:s,maxDragDomTop:u,styL:h,styT:$}=d,v=t==="pc"?c.clientX-o:c.touches[0].clientX-o,w=t==="pc"?c.clientY-l:c.touches[0].clientY-l;-v>n?v=-n:v>r&&(v=r),-w>s?w=-s:w>u&&(w=u),p.style.cssText+=`;left:${v+h}px;top:${w+$}px;`}g.onmousedown=c=>{const t=m(c,"pc");document.onmousemove=d=>{a(d,"pc",t)},document.onmouseup=()=>{document.onmousemove=null,document.onmouseup=null}},g.ontouchstart=c=>{const t=m(c,"app");document.ontouchmove=d=>{a(d,"app",t)},document.ontouchend=()=>{document.ontouchmove=null,document.ontouchend=null}}})}}),i.directive("dialogDragWidth",{mounted(f,e){e.instance.$nextTick(()=>{const p=e.value.$el.querySelector(".el-dialog");f.onmousedown=g=>{const m=g.clientX-f.offsetLeft;document.onmousemove=function(a){a.preventDefault();const c=a.clientX-m;p.style.width=`${c}px`},document.onmouseup=function(a){document.onmousemove=null,document.onmouseup=null}}})}})}function _isSlot(i){return typeof i=="function"||Object.prototype.toString.call(i)==="[object Object]"&&!require$$0$1.isVNode(i)}const createInputTextEditor=function(i,f){return{props:{optionModel:Object},render(e){return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-input"),{type:"text",modelValue:this.optionModel[i],"onUpdate:modelValue":p=>this.optionModel[i]=p},null)]})}}},createBooleanEditor=function(i,f){return{props:{optionModel:Object},render(e){return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-switch"),{modelValue:this.optionModel[i],"onUpdate:modelValue":p=>this.optionModel[i]=p},null)]})}}},createRadioButtonGroupEditor=function(i,f,e){return{props:{optionModel:Object},render(p){let g;return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-radio-group"),{modelValue:this.optionModel[i],"onUpdate:modelValue":m=>this.optionModel[i]=m},_isSlot(g=e.optionItems.map(m=>require$$0$1.createVNode(require$$0$1.resolveComponent("el-radio-button"),{label:m.value},{default:()=>[m.label]})))?g:{default:()=>[g]})]})}}},createSelectEditor=function(i,f,e){return{props:{optionModel:Object},render(p){let g;return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-select"),{modelValue:this.optionModel[i],"onUpdate:modelValue":m=>this.optionModel[i]=m},_isSlot(g=e.optionItems.map(m=>require$$0$1.createVNode(require$$0$1.resolveComponent("el-option"),{label:m.label,value:m.value},null)))?g:{default:()=>[g]})]})}}},createEventHandlerEditor=function(i,f){return{props:{optionModel:Object},mixins:[emitter],methods:{editEventHandler(){this.dispatch("SettingPanel","editEventHandler",[i,[...f]])}},render(e){let p;return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:i,"label-width":"150px"},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-button"),{type:"info",icon:"el-icon-edit",plain:!0,round:!0,onClick:this.editEventHandler},_isSlot(p=translate("designer.setting.addEventHandler"))?p:{default:()=>[p]})]})}}},cardSchema={type:"card",category:"container",icon:"card",widgetList:[],options:{name:"",label:"card",hidden:!1,folded:!1,showFold:!0,cardWidth:"100%",shadow:"never",customClass:""}},alertSchema={type:"alert",icon:"alert",formItemFlag:!1,options:{name:"",title:"Good things are coming...",type:"info",description:"",closable:!0,closeText:"",center:!0,showIcon:!1,effect:"light",hidden:!1,onClose:"",customClass:""}};var cardWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$2={name:"card-widget",componentName:"ContainerWidget",mixins:[i18n$1,containerMixin,refMixinDesign],inject:["refList"],components:ke(we({ContainerWrapper},comps$1),{ArrowDown:arrowDown,ArrowUp:arrowUp}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{checkContainerMove(i){return!0},toggleCard(){this.widget.options.folded=!this.widget.options.folded},setFolded(i){this.widget.options.folded=!!i}}},_hoisted_1$1={class:"clear-fix"},_hoisted_2={class:"form-widget-list"};function _sfc_render$2(i,f,e,p,g,m){const a=require$$0$1.resolveComponent("ArrowDown"),c=require$$0$1.resolveComponent("el-icon"),t=require$$0$1.resolveComponent("ArrowUp"),d=require$$0$1.resolveComponent("draggable"),o=require$$0$1.resolveComponent("el-card"),l=require$$0$1.resolveComponent("container-wrapper");return require$$0$1.openBlock(),require$$0$1.createBlock(l,{designer:e.designer,widget:e.widget,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList},{default:require$$0$1.withCtx(()=>[(require$$0$1.openBlock(),require$$0$1.createBlock(o,{key:e.widget.id,class:require$$0$1.normalizeClass(["card-container",[m.selected?"selected":"",e.widget.options.folded?"folded":"",m.customClass]]),onClick:f[2]||(f[2]=require$$0$1.withModifiers(n=>i.selectWidget(e.widget),["stop"])),shadow:e.widget.options.shadow,style:require$$0$1.normalizeStyle({width:e.widget.options.cardWidth+"!important"||""})},{header:require$$0$1.withCtx(()=>[require$$0$1.createElementVNode("div",_hoisted_1$1,[require$$0$1.createElementVNode("span",null,require$$0$1.toDisplayString(e.widget.options.label),1),e.widget.options.showFold?(require$$0$1.openBlock(),require$$0$1.createElementBlock("i",{key:0,class:"float-right",onClick:f[0]||(f[0]=(...n)=>m.toggleCard&&m.toggleCard(...n))},[e.widget.options.folded?(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:1},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(t)]),_:1})):(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:0},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(a)]),_:1}))])):require$$0$1.createCommentVNode("",!0)])]),default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(d,require$$0$1.mergeProps({list:e.widget.widgetList,"item-key":"id"},{group:"dragGroup",ghostClass:"ghost",animation:200},{handle:".drag-handler",tag:"transition-group","component-data":{name:"fade"},onAdd:f[1]||(f[1]=n=>i.onContainerDragAdd(n,e.widget.widgetList)),onUpdate:i.onContainerDragUpdate,move:m.checkContainerMove}),{item:require$$0$1.withCtx(({element:n,index:r})=>[require$$0$1.createElementVNode("div",_hoisted_2,[n.category==="container"?(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(n.type+"-widget"),{widget:n,designer:e.designer,key:n.id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget},null,8,["widget","designer","parent-list","index-of-parent-list","parent-widget"])):(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(n.type+"-widget"),{field:n,designer:e.designer,key:n.id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget,"design-state":!0},null,8,["field","designer","parent-list","index-of-parent-list","parent-widget"]))])]),_:1},16,["list","onUpdate","move"])]),_:1},8,["shadow","style","class"]))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var CardWidget=_export_sfc$1(_sfc_main$2,[["render",_sfc_render$2],["__scopeId","data-v-06588696"]]),cardItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$1={name:"card-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:ke(we({ContainerItemWrapper},comps$1),{ArrowDown:arrowDown,ArrowUp:arrowUp}),props:{widget:Object},inject:["refList","sfRefList","globalModel"],computed:{customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},beforeUnmount(){this.unregisterFromRefList()},methods:{toggleCard(){this.widget.options.folded=!this.widget.options.folded}}},_hoisted_1={class:"clear-fix"};function _sfc_render$1(i,f,e,p,g,m){const a=require$$0$1.resolveComponent("ArrowDown"),c=require$$0$1.resolveComponent("el-icon"),t=require$$0$1.resolveComponent("ArrowUp"),d=require$$0$1.resolveComponent("el-card"),o=require$$0$1.resolveComponent("container-item-wrapper");return require$$0$1.openBlock(),require$$0$1.createBlock(o,{widget:e.widget},{default:require$$0$1.withCtx(()=>[require$$0$1.withDirectives((require$$0$1.openBlock(),require$$0$1.createBlock(d,{key:e.widget.id,class:require$$0$1.normalizeClass(["card-container",[e.widget.options.folded?"folded":"",m.customClass]]),shadow:e.widget.options.shadow,style:require$$0$1.normalizeStyle({width:e.widget.options.cardWidth+"!important"||""}),ref:e.widget.id},{header:require$$0$1.withCtx(()=>[require$$0$1.createElementVNode("div",_hoisted_1,[require$$0$1.createElementVNode("span",null,require$$0$1.toDisplayString(e.widget.options.label),1),e.widget.options.showFold?(require$$0$1.openBlock(),require$$0$1.createElementBlock("i",{key:0,class:"float-right",onClick:f[0]||(f[0]=(...l)=>m.toggleCard&&m.toggleCard(...l))},[e.widget.options.folded?(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:1},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(t)]),_:1})):(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:0},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(a)]),_:1}))])):require$$0$1.createCommentVNode("",!0)])]),default:require$$0$1.withCtx(()=>[!!e.widget.widgetList&&e.widget.widgetList.length>0?(require$$0$1.openBlock(!0),require$$0$1.createElementBlock(require$$0$1.Fragment,{key:0},require$$0$1.renderList(e.widget.widgetList,(l,n)=>(require$$0$1.openBlock(),require$$0$1.createElementBlock(require$$0$1.Fragment,null,[l.category==="container"?(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(i.getComponentByContainer(l)),{widget:l,key:n,"parent-list":e.widget.widgetList,"index-of-parent-list":n,"parent-widget":e.widget},require$$0$1.createSlots({_:2},[require$$0$1.renderList(Object.keys(i.$slots),r=>({name:r,fn:require$$0$1.withCtx(s=>[require$$0$1.renderSlot(i.$slots,r,require$$0$1.mergeProps({ref_for:!0},s),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(l.type+"-widget"),{field:l,designer:null,key:n,"parent-list":e.widget.widgetList,"index-of-parent-list":n,"parent-widget":e.widget},require$$0$1.createSlots({_:2},[require$$0$1.renderList(Object.keys(i.$slots),r=>({name:r,fn:require$$0$1.withCtx(s=>[require$$0$1.renderSlot(i.$slots,r,require$$0$1.mergeProps({ref_for:!0},s),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256)):require$$0$1.createCommentVNode("",!0)]),_:3},8,["class","shadow","style"])),[[require$$0$1.vShow,!e.widget.options.hidden]])]),_:3},8,["widget"])}var CardItem=_export_sfc$1(_sfc_main$1,[["render",_sfc_render$1],["__scopeId","data-v-52275f84"]]);const cardTemplateGenerator=function(i,f){const e=i.options,p=buildClassAttr(i),g=e.cardWidth?`style="{width: ${e.cardWidth} !important}"`:"",m=`shadow="${e.shadow}"`,a=e.hidden?'v-show="false"':"";return`<div class="card-container">
|
|
1659
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function b(K){return w(K)||y(K)||h(K)||_()}var S=a("a352"),O=a.n(S);function k(K){K.parentElement!==null&&K.parentElement.removeChild(K)}function M(K,G,Y){var ee=Y===0?K.children[0]:K.children[Y-1].nextSibling;K.insertBefore(G,ee)}var A=a("dbf1");a("13d5"),a("4fad"),a("ac1f"),a("5319");function T(K){var G=Object.create(null);return function(ee){var se=G[ee];return se||(G[ee]=K(ee))}}var E=/-(\w)/g,C=T(function(K){return K.replace(E,function(G,Y){return Y.toUpperCase()})});a("5db7"),a("73d9");var x=["Start","Add","Remove","Update","End"],L=["Choose","Unchoose","Sort","Filter","Clone"],q=["Move"],N=[q,x,L].flatMap(function(K){return K}).map(function(K){return"on".concat(K)}),I={manage:q,manageAndEmit:x,emit:L};function F(K){return N.indexOf(K)!==-1}a("caad"),a("2ca0");var R=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","link","main","map","mark","math","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr"];function B(K){return R.includes(K)}function D(K){return["transition-group","TransitionGroup"].includes(K)}function P(K){return["id","class","role","style"].includes(K)||K.startsWith("data-")||K.startsWith("aria-")||K.startsWith("on")}function j(K){return K.reduce(function(G,Y){var ee=v(Y,2),se=ee[0],de=ee[1];return G[se]=de,G},{})}function V(K){var G=K.$attrs,Y=K.componentData,ee=Y===void 0?{}:Y,se=j(Object.entries(G).filter(function(de){var me=v(de,2),ye=me[0];return me[1],P(ye)}));return n(n({},se),ee)}function W(K){var G=K.$attrs,Y=K.callBackBuilder,ee=j(H(G));Object.entries(Y).forEach(function(de){var me=v(de,2),ye=me[0],Ce=me[1];I[ye].forEach(function(ce){ee["on".concat(ce)]=Ce(ce)})});var se="[data-draggable]".concat(ee.draggable||"");return n(n({},ee),{},{draggable:se})}function H(K){return Object.entries(K).filter(function(G){var Y=v(G,2),ee=Y[0];return Y[1],!P(ee)}).map(function(G){var Y=v(G,2),ee=Y[0],se=Y[1];return[C(ee),se]}).filter(function(G){var Y=v(G,2),ee=Y[0];return Y[1],!F(ee)})}a("c740");function z(K,G){if(!(K instanceof G))throw new TypeError("Cannot call a class as a function")}function U(K,G){for(var Y=0;Y<G.length;Y++){var ee=G[Y];ee.enumerable=ee.enumerable||!1,ee.configurable=!0,"value"in ee&&(ee.writable=!0),Object.defineProperty(K,ee.key,ee)}}function X(K,G,Y){return G&&U(K.prototype,G),Y&&U(K,Y),K}var te=function(G){var Y=G.el||Array.isArray(G.children)&&G.children[0].el.parentNode;return Y||console.error("\u4F7F\u7528 transition-group , \u9700\u8981\u5728slot\u4E2Dtemplate\u5185\u81F3\u5C112\u5C42html\u6807\u7B7E"),Y||{}},ne=function(G,Y){return G.__draggable_context=Y},oe=function(G){return G.__draggable_context},le=function(){function K(G){var Y=G.nodes,ee=Y.header,se=Y.default,de=Y.footer,me=G.root,ye=G.realList;z(this,K),this.defaultNodes=se,this.children=[].concat(b(ee),b(se),b(de)),this.externalComponent=me.externalComponent,this.rootTransition=me.transition,this.tag=me.tag,this.realList=ye}return X(K,[{key:"render",value:function(Y,ee){var se=this.tag,de=this.children,me=this._isRootComponent,ye=me?{default:function(){return de}}:de;return Y(se,ee,ye)}},{key:"updated",value:function(){var Y=this.defaultNodes,ee=this.realList;Y.forEach(function(se,de){ne(te(se),{element:ee[de],index:de})})}},{key:"getUnderlyingVm",value:function(Y){return oe(Y)}},{key:"getVmIndexFromDomIndex",value:function(Y,ee){var se=this.defaultNodes,de=se.length,me=ee.children,ye=me.item(Y);if(ye===null)return de;var Ce=oe(ye);if(Ce)return Ce.index;if(de===0)return 0;var ce=te(se[0]),ae=b(me).findIndex(function(ue){return ue===ce});return Y<ae?0:de}},{key:"_isRootComponent",get:function(){return this.externalComponent||this.rootTransition}}]),K}(),ge=a("8bbf");function ve(K,G){var Y=K[G];return Y?Y():[]}function J(K){var G=K.$slots,Y=K.realList,ee=K.getKey,se=Y||[],de=["header","footer"].map(function(ue){return ve(G,ue)}),me=v(de,2),ye=me[0],Ce=me[1],ce=G.item;if(!ce)throw new Error("draggable element must have an item slot");var ae=se.flatMap(function(ue,$e){return ce({element:ue,index:$e}).map(function(be){return be.key=ee(ue),be.props=n(n({},be.props||{}),{},{"data-draggable":!0}),be})});if(ae.length!==se.length)throw new Error("Item slot must have only one child");return{header:ye,footer:Ce,default:ae}}function Z(K){var G=D(K),Y=!B(K)&&!G;return{transition:G,externalComponent:Y,tag:Y?Object(ge.resolveComponent)(K):G?ge.TransitionGroup:K}}function ie(K){var G=K.$slots,Y=K.tag,ee=K.realList,se=K.getKey,de=J({$slots:G,realList:ee,getKey:se}),me=Z(Y);return new le({nodes:de,root:me,realList:ee})}function re(K,G){var Y=this;Object(ge.nextTick)(function(){return Y.$emit(K.toLowerCase(),G)})}function Q(K){var G=this;return function(Y,ee){if(G.realList!==null)return G["onDrag".concat(K)](Y,ee)}}function fe(K){var G=this,Y=Q.call(this,K);return function(ee,se){Y.call(G,ee,se),re.call(G,K,ee)}}var he=null,pe={list:{type:Array,required:!1,default:null},modelValue:{type:Array,required:!1,default:null},itemKey:{type:[String,Function],required:!0},clone:{type:Function,default:function(G){return G}},tag:{type:String,default:"div"},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},xe=["update:modelValue","change"].concat(b([].concat(b(I.manageAndEmit),b(I.emit)).map(function(K){return K.toLowerCase()}))),Se=Object(ge.defineComponent)({name:"draggable",inheritAttrs:!1,props:pe,emits:xe,data:function(){return{error:!1}},render:function(){try{this.error=!1;var G=this.$slots,Y=this.$attrs,ee=this.tag,se=this.componentData,de=this.realList,me=this.getKey,ye=ie({$slots:G,tag:ee,realList:de,getKey:me});this.componentStructure=ye;var Ce=V({$attrs:Y,componentData:se});return ye.render(ge.h,Ce)}catch(ce){return this.error=!0,Object(ge.h)("pre",{style:{color:"red"}},ce.stack)}},created:function(){this.list!==null&&this.modelValue!==null&&A.a.error("modelValue and list props are mutually exclusive! Please set one or another.")},mounted:function(){var G=this;if(!this.error){var Y=this.$attrs,ee=this.$el,se=this.componentStructure;se.updated();var de=W({$attrs:Y,callBackBuilder:{manageAndEmit:function(Ce){return fe.call(G,Ce)},emit:function(Ce){return re.bind(G,Ce)},manage:function(Ce){return Q.call(G,Ce)}}}),me=ee.nodeType===1?ee:ee.parentElement;this._sortable=new O.a(me,de),this.targetDomElement=me,me.__draggable_component__=this}},updated:function(){this.componentStructure.updated()},beforeUnmount:function(){this._sortable!==void 0&&this._sortable.destroy()},computed:{realList:function(){var G=this.list;return G||this.modelValue},getKey:function(){var G=this.itemKey;return typeof G=="function"?G:function(Y){return Y[G]}}},watch:{$attrs:{handler:function(G){var Y=this._sortable;!Y||H(G).forEach(function(ee){var se=v(ee,2),de=se[0],me=se[1];Y.option(de,me)})},deep:!0}},methods:{getUnderlyingVm:function(G){return this.componentStructure.getUnderlyingVm(G)||null},getUnderlyingPotencialDraggableComponent:function(G){return G.__draggable_component__},emitChanges:function(G){var Y=this;Object(ge.nextTick)(function(){return Y.$emit("change",G)})},alterList:function(G){if(this.list){G(this.list);return}var Y=b(this.modelValue);G(Y),this.$emit("update:modelValue",Y)},spliceList:function(){var G=arguments,Y=function(se){return se.splice.apply(se,b(G))};this.alterList(Y)},updatePosition:function(G,Y){var ee=function(de){return de.splice(Y,0,de.splice(G,1)[0])};this.alterList(ee)},getRelatedContextFromMoveEvent:function(G){var Y=G.to,ee=G.related,se=this.getUnderlyingPotencialDraggableComponent(Y);if(!se)return{component:se};var de=se.realList,me={list:de,component:se};if(Y!==ee&&de){var ye=se.getUnderlyingVm(ee)||{};return n(n({},ye),me)}return me},getVmIndexFromDomIndex:function(G){return this.componentStructure.getVmIndexFromDomIndex(G,this.targetDomElement)},onDragStart:function(G){this.context=this.getUnderlyingVm(G.item),G.item._underlying_vm_=this.clone(this.context.element),he=G.item},onDragAdd:function(G){var Y=G.item._underlying_vm_;if(Y!==void 0){k(G.item);var ee=this.getVmIndexFromDomIndex(G.newIndex);this.spliceList(ee,0,Y);var se={element:Y,newIndex:ee};this.emitChanges({added:se})}},onDragRemove:function(G){if(M(G.from,G.item,G.oldIndex),G.pullMode==="clone"){k(G.clone);return}var Y=this.context,ee=Y.index,se=Y.element;this.spliceList(ee,1);var de={element:se,oldIndex:ee};this.emitChanges({removed:de})},onDragUpdate:function(G){k(G.item),M(G.from,G.item,G.oldIndex);var Y=this.context.index,ee=this.getVmIndexFromDomIndex(G.newIndex);this.updatePosition(Y,ee);var se={element:this.context.element,oldIndex:Y,newIndex:ee};this.emitChanges({moved:se})},computeFutureIndex:function(G,Y){if(!G.element)return 0;var ee=b(Y.to.children).filter(function(ye){return ye.style.display!=="none"}),se=ee.indexOf(Y.related),de=G.component.getVmIndexFromDomIndex(se),me=ee.indexOf(he)!==-1;return me||!Y.willInsertAfter?de:de+1},onDragMove:function(G,Y){var ee=this.move,se=this.realList;if(!ee||!se)return!0;var de=this.getRelatedContextFromMoveEvent(G),me=this.computeFutureIndex(de,G),ye=n(n({},this.context),{},{futureIndex:me}),Ce=n(n({},G),{},{relatedContext:de,draggedContext:ye});return ee(Ce,Y)},onDragEnd:function(){he=null}}}),_e=Se;m.default=_e},fb6a:function(g,m,a){var c=a("23e7"),t=a("861d"),d=a("e8b5"),o=a("23cb"),l=a("50c4"),n=a("fc6a"),r=a("8418"),s=a("b622"),u=a("1dde"),h=a("ae40"),$=u("slice"),v=h("slice",{ACCESSORS:!0,0:0,1:2}),w=s("species"),y=[].slice,_=Math.max;c({target:"Array",proto:!0,forced:!$||!v},{slice:function(S,O){var k=n(this),M=l(k.length),A=o(S,M),T=o(O===void 0?M:O,M),E,C,x;if(d(k)&&(E=k.constructor,typeof E=="function"&&(E===Array||d(E.prototype))?E=void 0:t(E)&&(E=E[w],E===null&&(E=void 0)),E===Array||E===void 0))return y.call(k,A,T);for(C=new(E===void 0?Array:E)(_(T-A,0)),x=0;A<T;A++,x++)A in k&&r(C,x,k[A]);return C.length=x,C}})},fc6a:function(g,m,a){var c=a("44ad"),t=a("1d80");g.exports=function(d){return c(t(d))}},fdbc:function(g,m){g.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(g,m,a){var c=a("4930");g.exports=c&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}}).default})}(vuedraggable_umd);var Draggable=getDefaultExportFromCjs(vuedraggable_umd.exports),_export_sfc=(i,f)=>{const e=i.__vccOpts||i;for(const[p,g]of f)e[p]=g;return e};const _sfc_main$b=require$$0$1.defineComponent({name:"ArrowDown"}),_hoisted_1$a={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$9=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M831.872 340.864L512 652.672 192.128 340.864a30.592 30.592 0 00-42.752 0 29.12 29.12 0 000 41.6L489.664 714.24a32 32 0 0044.672 0l340.288-331.712a29.12 29.12 0 000-41.728 30.592 30.592 0 00-42.752 0z"},null,-1),_hoisted_3$8=[_hoisted_2$9];function _sfc_render$b(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$a,_hoisted_3$8)}var arrowDown=_export_sfc(_sfc_main$b,[["render",_sfc_render$b]]);const _sfc_main$a=require$$0$1.defineComponent({name:"ArrowUp"}),_hoisted_1$9={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$8=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M488.832 344.32l-339.84 356.672a32 32 0 000 44.16l.384.384a29.44 29.44 0 0042.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0042.688 0l.384-.384a32 32 0 000-44.16L535.168 344.32a32 32 0 00-46.336 0z"},null,-1),_hoisted_3$7=[_hoisted_2$8];function _sfc_render$a(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$9,_hoisted_3$7)}var arrowUp=_export_sfc(_sfc_main$a,[["render",_sfc_render$a]]);const _sfc_main$9=require$$0$1.defineComponent({name:"CirclePlus"}),_hoisted_1$8={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$7=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 110 64H352a32 32 0 010-64z"},null,-1),_hoisted_3$6=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1164 0v320a32 32 0 01-64 0z"},null,-1),_hoisted_4$1=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 100-768 384 384 0 000 768zm0 64a448 448 0 110-896 448 448 0 010 896z"},null,-1),_hoisted_5=[_hoisted_2$7,_hoisted_3$6,_hoisted_4$1];function _sfc_render$9(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$8,_hoisted_5)}var circlePlus=_export_sfc(_sfc_main$9,[["render",_sfc_render$9]]);const _sfc_main$8=require$$0$1.defineComponent({name:"Delete"}),_hoisted_1$7={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$6=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M160 256H96a32 32 0 010-64h256V95.936a32 32 0 0132-32h256a32 32 0 0132 32V192h256a32 32 0 110 64h-64v672a32 32 0 01-32 32H192a32 32 0 01-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 01-32-32V416a32 32 0 0164 0v320a32 32 0 01-32 32zm192 0a32 32 0 01-32-32V416a32 32 0 0164 0v320a32 32 0 01-32 32z"},null,-1),_hoisted_3$5=[_hoisted_2$6];function _sfc_render$8(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$7,_hoisted_3$5)}var _delete=_export_sfc(_sfc_main$8,[["render",_sfc_render$8]]);const _sfc_main$7=require$$0$1.defineComponent({name:"Edit"}),_hoisted_1$6={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$5=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M832 512a32 32 0 1164 0v352a32 32 0 01-32 32H160a32 32 0 01-32-32V160a32 32 0 0132-32h352a32 32 0 010 64H192v640h640V512z"},null,-1),_hoisted_3$4=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M469.952 554.24l52.8-7.552L847.104 222.4a32 32 0 10-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 010 135.808l-331.84 331.84a32 32 0 01-18.112 9.088L436.8 623.68a32 32 0 01-36.224-36.224l15.104-105.6a32 32 0 019.024-18.112l331.904-331.84a96 96 0 01135.744 0z"},null,-1),_hoisted_4=[_hoisted_2$5,_hoisted_3$4];function _sfc_render$7(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$6,_hoisted_4)}var edit=_export_sfc(_sfc_main$7,[["render",_sfc_render$7]]);const _sfc_main$6=require$$0$1.defineComponent({name:"InfoFilled"}),_hoisted_1$5={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$4=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 110 896.064A448 448 0 01512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 01-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 017.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"},null,-1),_hoisted_3$3=[_hoisted_2$4];function _sfc_render$6(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$5,_hoisted_3$3)}var infoFilled=_export_sfc(_sfc_main$6,[["render",_sfc_render$6]]);const _sfc_main$5=require$$0$1.defineComponent({name:"Minus"}),_hoisted_1$4={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$3=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 100-64H128a32 32 0 000 64z"},null,-1),_hoisted_3$2=[_hoisted_2$3];function _sfc_render$5(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$4,_hoisted_3$2)}var minus=_export_sfc(_sfc_main$5,[["render",_sfc_render$5]]);const _sfc_main$4=require$$0$1.defineComponent({name:"Plus"}),_hoisted_1$3={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$2=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0164 0v352h352a32 32 0 110 64H544v352a32 32 0 11-64 0V544H128a32 32 0 010-64h352z"},null,-1),_hoisted_3$1=[_hoisted_2$2];function _sfc_render$4(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$3,_hoisted_3$1)}var plus=_export_sfc(_sfc_main$4,[["render",_sfc_render$4]]);const _sfc_main$3=require$$0$1.defineComponent({name:"Search"}),_hoisted_1$2={class:"icon",width:"200",height:"200",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$1=require$$0$1.createElementVNode("path",{fill:"currentColor",d:"M795.904 750.72l124.992 124.928a32 32 0 01-45.248 45.248L750.656 795.904a416 416 0 1145.248-45.248zM480 832a352 352 0 100-704 352 352 0 000 704z"},null,-1),_hoisted_3=[_hoisted_2$1];function _sfc_render$3(i,f,e,p,g,m){return require$$0$1.openBlock(),require$$0$1.createElementBlock("svg",_hoisted_1$2,_hoisted_3)}var search=_export_sfc(_sfc_main$3,[["render",_sfc_render$3]]);function registerIcon(i){i.component("el-icon-edit",edit),i.component("el-icon-minus",minus),i.component("el-icon-plus",plus),i.component("el-icon-info",infoFilled),i.component("el-icon-search",search),i.component("el-icon-circle-plus-outline",circlePlus),i.component("el-icon-delete",_delete),i.component("el-icon-arrow-down",arrowDown),i.component("el-icon-arrow-up",arrowUp)}if(typeof window!="undefined"){let i=function(){var f=document.body,e=document.getElementById("__svg__icons__dom__1766481725028__");e||(e=document.createElementNS("http://www.w3.org/2000/svg","svg"),e.style.position="absolute",e.style.width="0",e.style.height="0",e.id="__svg__icons__dom__1766481725028__",e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),e.innerHTML='<symbol class="icon" viewBox="0 0 1024 1024" id="icon-alert"><path d="M512 85.163a319.573 319.573 0 0 1 319.83 309.333l.17 10.667v174.805l58.88 134.656a53.29 53.29 0 0 1-48.853 74.71L640 789.418a128 128 0 0 1-255.787 7.509l-.213-7.637-201.6.042a53.333 53.333 0 0 1-48.939-74.581L192 580.011V405.163c0-177.28 143.019-320 320-320zm64 704.17-128 .128a64 64 0 0 0 127.701 6.144l.256-6.272zm-64-640.17c-141.653 0-256 114.09-256 256v188.16l-57.344 132.01h627.072L768 593.365V405.717l-.17-9.6A255.488 255.488 0 0 0 512 149.163zM896 352h85.333a32 32 0 0 1 4.352 63.701l-4.352.299H896a32 32 0 0 1-4.352-63.701L896 352zm-853.333 0H128a32 32 0 0 1 4.352 63.701L128 416H42.667a32 32 0 0 1-4.352-63.701l4.352-.299zm921.6-243.2a32 32 0 0 1-2.816 41.685l-3.584 3.115-85.334 64a32 32 0 0 1-41.984-48.085l3.584-3.115 85.334-64a32 32 0 0 1 44.8 6.4zm-859.734-6.4 85.334 64a32 32 0 1 1-38.4 51.2l-85.334-64a32 32 0 1 1 38.4-51.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-button"><path d="M912 176v416H732.48v-32H880V208H144v352h175.488v32H112V176z" /><path d="m436.384 788.512.544 2.688a16 16 0 0 0 27.776 5.504l44.032-54.336 56.768 97.664a16 16 0 0 0 21.792 5.856l68.672-39.392 2.368-1.664a16 16 0 0 0 3.52-20.256l-55.904-96.16 68.8-12.064a16 16 0 0 0 6.464-28.8l-256-180.64a16 16 0 0 0-25.12 14.976l36.288 306.624z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-card"><path d="M858.656 864H165.344C109.472 864 64 818.56 64 762.688V261.312C64 205.44 109.472 160 165.344 160h693.312C914.528 160 960 205.44 960 261.312v501.376C960 818.56 914.528 864 858.656 864zM165.344 224C144.736 224 128 240.736 128 261.312v501.376C128 783.264 144.736 800 165.344 800h693.312C879.264 800 896 783.264 896 762.688V261.312C896 240.736 879.264 224 858.656 224H165.344zM800 416H224c-17.664 0-32-14.336-32-32s14.336-32 32-32h576c17.696 0 32 14.336 32 32s-14.304 32-32 32zM320 736h-96c-17.664 0-32-14.304-32-32s14.336-32 32-32h96c17.664 0 32 14.304 32 32s-14.336 32-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-cascader-field"><path d="M661.377 411.07v64.595H314.175v395.654H871.32V475.665h-48.447V411.07h48.447c35.675 0 64.595 28.92 64.595 64.595v395.654c0 35.675-28.92 64.595-64.595 64.595H314.175c-35.675 0-64.6-28.92-64.6-64.595V475.665c0-35.675 28.925-64.595 64.6-64.595h347.202zm48.448-322.984c35.675 0 64.6 28.92 64.6 64.595v403.73c0 35.676-28.925 64.595-64.6 64.595H362.623v-64.594h347.202V152.68H152.68v403.73h48.447v64.595H152.68c-35.675 0-64.595-28.92-64.595-64.594V152.68c0-35.675 28.92-64.595 64.595-64.595h557.144z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-checkbox-field"><path d="M897.94 896.77c6.259-6.278 10.257-14.835 10.257-24.531V147.672c0-9.118-3.998-18.235-10.257-24.533-6.277-6.258-14.815-9.696-24.51-9.696H149.644c-9.688 0-18.236 3.437-24.503 9.696-6.268 6.297-9.687 15.414-9.687 24.533V872.24c0 9.696 3.42 18.253 9.687 24.53 6.267 6.278 14.815 10.276 24.503 10.276h723.784c9.697 0 18.234-3.998 24.511-10.276zM149.645 61.52h723.784c23.933 0 45.586 9.697 60.98 25.111 15.397 15.974 25.073 37.666 25.073 61.04v724.567c0 23.97-9.676 45.643-25.073 61.056-15.394 15.396-37.047 25.093-60.98 25.093H149.645c-23.364 0-45.017-9.697-60.972-25.093-15.396-15.414-25.082-37.087-25.082-61.056V147.672c0-23.374 9.686-45.065 25.082-61.039 15.955-15.415 37.608-25.112 60.972-25.112z" /><path d="M417.42 698.27a23.556 23.556 0 0 1-16.668-6.9L259.5 550.12c-9.173-9.15-9.173-24.095 0-33.291 9.17-9.147 24.115-9.147 33.288 0l124.583 124.607 312.895-312.917c9.194-9.172 24.14-9.172 33.288 0 9.196 9.172 9.196 24.116 0 33.29L433.992 691.37c-4.618 4.645-10.643 6.9-16.666 6.9h.093z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-color-field"><path d="M619.52 490.667h-.853l-85.334-85.334h.854z" /><path d="M619.52 507.733h-.853a17.067 17.067 0 1 1 0-34.133c9.438 0 17.476 7.646 17.476 17.067s-7.185 17.066-16.623 17.066zM534.187 422.4c-9.438 0-17.494-7.646-17.494-17.067s7.202-17.066 16.64-17.066h.854a17.067 17.067 0 1 1 0 34.133zM192 866.133a34.133 34.133 0 0 1-24.132-58.265l42.666-42.667a34.133 34.133 0 1 1 48.265 48.265l-42.667 42.666A33.963 33.963 0 0 1 192 866.133z" /><path d="m619.52 490.667-.427-.427-84.906-84.907L746.667 192H832v85.333z" /><path d="M662.187 567.467a33.997 33.997 0 0 1-24.133-10.001L467.388 386.799a34.133 34.133 0 0 1 48.281-48.282l170.667 170.667a34.133 34.133 0 0 1-24.15 58.283z" /><path d="M320 806.4h-85.333a17.067 17.067 0 0 1-17.067-17.067V704c0-4.54 1.792-8.875 5-12.066L521.695 392.84a16.52 16.52 0 0 1 3.567-2.731l209.305-210.142a17.117 17.117 0 0 1 12.1-5.018H832a17.067 17.067 0 0 1 17.067 17.067v85.333a17.067 17.067 0 0 1-4.967 12.05L631.62 502.732a17.954 17.954 0 0 1-3.618 2.782L332.066 801.434A17.135 17.135 0 0 1 320 806.4zm-68.267-34.133h61.201l294.093-294.093a16.52 16.52 0 0 1 3.567-2.73l204.34-205.16v-61.217h-61.185L546.287 417.382a17.954 17.954 0 0 1-3.618 2.782L251.733 711.066v61.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-component"><path d="M811.008 335.872c-2.048-7.168-11.264-9.216-17.408-4.096L690.176 435.2c-8.192 8.192-20.48 8.192-28.672 0L588.8 362.496c-8.192-8.192-8.192-20.48 0-28.672l104.448-104.448c5.12-5.12 3.072-14.336-4.096-17.408-17.408-4.096-35.84-7.168-54.272-7.168-108.544 0-195.584 94.208-183.296 204.8 2.048 17.408 6.144 32.768 12.288 48.128L225.28 697.344c-27.648 27.648-27.648 73.728 0 101.376 14.336 14.336 32.768 21.504 51.2 21.504s36.864-7.168 51.2-21.504l238.592-238.592c15.36 6.144 31.744 10.24 48.128 12.288 111.616 12.288 204.8-74.752 204.8-183.296 0-18.432-3.072-36.864-8.192-53.248z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-data-table"><path d="M915.692 39.385H108.308c-15.754 0-29.539 13.784-29.539 29.538v98.462c0 15.753 13.785 29.538 29.539 29.538h807.384c15.754 0 29.539-13.785 29.539-29.538V68.923c0-15.754-13.785-29.538-29.539-29.538zM285.538 275.692h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zM285.538 472.615h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 669.538h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 866.462h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538z" /></symbol><symbol class="icon" viewBox="0 0 1132 1024" id="icon-date-field"><path d="M1023.995 1023.995H107.789C48.262 1023.995 0 975.732 0 916.205V188.63C0 129.105 48.262 80.843 107.789 80.843h80.842v53.894h-80.842c-29.777 0-53.895 24.118-53.895 53.895V296.42H1077.89V188.63c0-29.776-24.117-53.894-53.894-53.894h-80.842V80.842h80.842c59.526 0 107.789 48.262 107.789 107.789v727.575c0 59.526-48.263 107.789-107.79 107.789Zm53.894-673.681H53.894v565.892c0 29.777 24.118 53.894 53.895 53.894h916.206c29.777 0 53.894-24.117 53.894-53.894V350.314ZM794.943 628.086l-3.584 5.632c-3.314 6.306-7.087 12.153-11.237 17.731L646.734 861.476H589.12l98.358-160.875c-.108 0-.216.027-.324.027-66.963 0-121.262-60.335-121.262-134.736 0-74.401 54.299-134.736 121.262-134.736 66.964 0 121.263 60.335 121.263 134.736 0 22.42-5.39 43.25-14.12 61.844l.646.35ZM687.154 485.05c-37.214 0-67.368 36.19-67.368 80.842 0 44.651 30.154 80.842 67.368 80.842 19.052 0 36.164-9.567 48.425-24.819l9.781-16.006c5.66-11.83 9.163-25.385 9.163-40.017 0-44.652-30.154-80.842-67.369-80.842Zm-310.216 21.881-80.734 72.327v-66.991l82.405-80.41h52.062v429.727h-53.733V506.93Zm512.32-291.353c-14.874 0-26.947-12.072-26.947-26.947V26.947C862.311 12.072 874.384 0 889.26 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947ZM296.42 80.842h538.944v53.894H296.42V80.842Zm-53.895 134.736c-14.875 0-26.947-12.072-26.947-26.947V26.947C215.578 12.072 227.65 0 242.525 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947Z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-date-range-field"><path d="M887.467 192.853H786.773v-73.386c0-10.24-6.826-17.067-17.066-17.067s-17.067 6.827-17.067 17.067v73.386H303.787v-73.386c0-10.24-6.827-17.067-17.067-17.067s-17.067 6.827-17.067 17.067v73.386H168.96c-46.08 0-85.333 37.547-85.333 85.334v558.08c0 46.08 37.546 85.333 85.333 85.333h718.507c46.08 0 85.333-37.547 85.333-85.333v-558.08c0-47.787-37.547-85.334-85.333-85.334zM168.96 226.987h100.693v66.56c0 10.24 6.827 17.066 17.067 17.066s17.067-6.826 17.067-17.066v-66.56h450.56v66.56c0 10.24 6.826 17.066 17.066 17.066s17.067-6.826 17.067-17.066v-66.56h98.987c27.306 0 51.2 22.186 51.2 51.2v88.746H117.76v-88.746c0-29.014 22.187-51.2 51.2-51.2zm718.507 660.48H168.96c-27.307 0-51.2-22.187-51.2-51.2v-435.2h820.907v435.2c0 27.306-22.187 51.2-51.2 51.2z" /><path d="M858.453 493.227H327.68c-10.24 0-17.067 6.826-17.067 17.066V624.64H194.56c-10.24 0-17.067 6.827-17.067 17.067v133.12c0 10.24 6.827 17.066 17.067 17.066H460.8c10.24 0 17.067-6.826 17.067-17.066V660.48h380.586c10.24 0 17.067-6.827 17.067-17.067v-133.12c0-10.24-6.827-17.066-17.067-17.066zM445.44 527.36v97.28h-98.987v-97.28h98.987zm-230.4 131.413h98.987v98.987H215.04v-98.987zm131.413 97.28v-97.28h98.987v97.28h-98.987zm133.12-228.693h97.28v98.987h-97.28V527.36zm131.414 0h98.986v98.987h-98.986V527.36zm230.4 97.28H742.4v-98.987h98.987v98.987z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-divider"><path d="M62.5 491.773h899v74.918h-899v-74.918z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-document"><path d="M979.478 706.382a44.522 44.522 0 0 1-11.843 57.967l-4.363 2.85L569.478 995.06l-5.388 4.764a84.013 84.013 0 0 1-43.943 17.808l-8.102.401c-19.056 0-37.31-6.545-52.046-18.254l-5.432-4.72L60.817 767.2a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zm0-222.609a44.522 44.522 0 0 1-11.843 57.968l-4.363 2.849-393.794 227.862-5.388 4.764a84.013 84.013 0 0 1-43.943 17.809l-8.102.4c-19.056 0-37.31-6.544-52.046-18.254l-5.432-4.719L60.817 544.59a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zM512 0c18.788 0 36.864 6.1 51.645 17.185l4.586 3.74 403.5 199.68 5.61 6.144c32.501 35.44 32.501 89.89 0 125.329l-5.61 6.144-403.5 199.59-4.541 3.785a86.239 86.239 0 0 1-43.676 16.83l-8.014.356c-18.788 0-36.864-6.1-51.645-17.186l-4.63-3.784L52.269 358.222l-5.61-6.144a92.739 92.739 0 0 1 0-125.329l5.61-6.144 403.456-199.68 4.585-3.74C473 7.702 488.136 1.87 503.986.356z" fill="#008df0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-drag"><path d="M574.958 267.016h-63.454 204.649L511.213 63.655 307.85 267.016h141.191V456.68H258.688v125.917H449.04V772.95h125.917V582.596h188.875V456.679H574.958V267.016zm-63.704 693.33 189.62-187.396H323.126l188.129 187.395zM71.292 518.891l187.395 189.62v-377.75L71.292 518.892zm692.54-188.13v377.75L952.708 518.89 763.833 330.762z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-file-upload-field"><path d="m676.48 72.96 209.92 211.2 9.6 23.04V928l-32 32H160l-32-32V96l32-32h494.08l22.4 8.96zM640 320h192L640 128v192zM192 128v768h640V384H608l-32-32V128H192zm512 320H320v64h384v-64zM320 576h384v64H320v-64zm384 128H320v64h384v-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-github"><path d="M512 0C229.284 0 .142 234.943.142 524.868c0 231.829 146.647 428.553 350.068 497.952 25.593 4.82 34.977-11.389 34.977-25.294 0-12.455-.469-45.47-.725-89.277-142.382 31.735-172.453-70.38-172.453-70.38-23.247-60.57-56.817-76.694-56.817-76.694-46.493-32.588 3.54-31.948 3.54-31.948 51.357 3.71 78.358 54.086 78.358 54.086 45.683 80.191 119.817 57.072 148.993 43.594 4.65-33.911 17.915-57.03 32.503-70.168-113.675-13.223-233.151-58.224-233.151-259.341 0-57.285 19.92-104.163 52.678-140.846-5.246-13.266-22.82-66.627 4.991-138.884 0 0 42.996-14.076 140.76 53.787 40.864-11.644 84.628-17.445 128.179-17.659 43.465.214 87.271 6.015 128.135 17.66 97.68-67.907 140.59-53.788 140.59-53.788 27.939 72.257 10.408 125.618 5.119 138.884 32.844 36.683 52.593 83.56 52.593 140.846 0 201.587-119.647 245.99-233.663 258.957 18.341 16.21 34.72 48.2 34.72 97.21 0 70.168-.639 126.728-.639 143.96 0 14.034 9.214 30.371 35.19 25.21 203.25-69.528 349.77-266.124 349.77-497.867C1023.858 234.943 794.674 0 512 0" fill="#3E75C3" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-grid"><path d="M819.354 921.6h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 819.2v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 460.8v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V102.4h-102.4v102.4zM921.754 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 921.754 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM563.354 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 563.354 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM204.954 0h-102.4A102.4 102.4 0 0 0 .154 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 204.954 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-html-text"><path d="m137.6 512 204.8-204.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L70.4 489.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4l227.2 227.2c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8L137.6 512zm464-339.2c-16-3.2-35.2 6.4-38.4 22.4L396.8 812.8c-3.2 16 6.4 35.2 22.4 38.4 16 3.2 35.2-6.4 38.4-22.4L624 211.2c6.4-16-3.2-35.2-22.4-38.4zm352 316.8L726.4 262.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L886.4 512 681.6 716.8c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l227.2-227.2c6.4-6.4 9.6-16 9.6-22.4 0-9.6-3.2-16-9.6-22.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-node-tree"><path d="M332.48 500.864a25.6 25.6 0 1 0 0-51.2H192.384v-184.96a115.2 115.2 0 0 0 89.6-112.128c0-63.488-51.712-115.2-115.2-115.2s-115.2 51.712-115.2 115.2a115.2 115.2 0 0 0 89.6 112.128v696.192a25.6 25.6 0 1 0 51.2 0v-141.12c2.304.192 4.48.512 6.912.512H332.48a25.6 25.6 0 1 0 0-51.2H199.296c-3.456 0-5.504-.448-6.08-.256a29.184 29.184 0 0 1-.896-8.576V500.8h140.16zM102.784 152.64c0-35.264 28.736-64 64-64s64 28.736 64 64-28.736 64-64 64-64-28.736-64-64zm818.432 207.424h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4zm486.336 140.352h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-number-field"><path d="M960 1024H64a64 64 0 0 1-64-64V64A64 64 0 0 1 64 0h896a64 64 0 0 1 64 64v896a64 64 0 0 1-64 64zm0-896a64 64 0 0 0-64-64H128a64 64 0 0 0-64 64v768a64 64 0 0 0 64 64h768a64 64 0 0 0 64-64V128zM832 768H704a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v384a64 64 0 0 1-64 64zM512 640a64 64 0 0 1 0 128H384a64 64 0 0 1-64-64V512a64 64 0 0 1 64-64h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v192a64 64 0 0 1-64 64h-64v64h64zM192 768a64 64 0 0 1-64-64V320a64 64 0 0 1 128 0v384a64 64 0 0 1-64 64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-picture-upload-field"><path d="M896 1024H128C57.312 1024 0 966.688 0 896V128C0 57.312 57.312 0 128 0h768c70.688 0 128 57.312 128 128v768c0 70.688-57.312 128-128 128zm0-64c35.328 0 64-28.672 64-64V639.968l-192-192L494.816 721.12 730.624 960H896zM64 896c0 35.328 28.672 64 64 64h512.032L318.24 638.208 64 865.952V896zm896-768c0-35.328-28.672-64-64-64H128c-35.328 0-64 28.672-64 64v650.752L320 544l129.856 131.552L768 352l192 196.096V128zM256 384c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128zm0-192c-35.328 0-64 28.672-64 64s28.672 64 64 64 64-28.672 64-64-28.672-64-64-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-radio-field"><path d="M512 65.983C266.08 65.983 65.983 266.08 65.983 512c0 245.952 200.065 446.017 446.017 446.017S958.017 757.952 958.017 512c0-245.92-200.065-446.017-446.017-446.017zm0 828.034c-210.656 0-382.017-171.392-382.017-382.017 0-210.656 171.36-382.017 382.017-382.017 210.625 0 382.017 171.36 382.017 382.017 0 210.625-171.392 382.017-382.017 382.017zM512 352C423.776 352 352 423.776 352 512s71.774 160 160 160 160-71.774 160-160-71.776-160-160-160z" /></symbol><symbol class="icon" viewBox="0 0 1069 1024" id="icon-rate-field"><path d="m633.73 378.02 9.498 18.688 20.78 2.798 206.616 27.332a11.465 11.465 0 0 1 6.61 19.473L729.966 593.665l-14.893 14.893 3.8 20.683 37.847 204.89a11.465 11.465 0 0 1-16.481 12.296l-185.55-94.58-18.687-9.493-18.487 9.992-183.24 99.35a11.465 11.465 0 0 1-16.784-11.867l32.543-205.796 3.297-20.786-15.192-14.492-151.033-143.484a11.465 11.465 0 0 1 6.1-19.64L399 402.998l20.786-3.296 9.092-18.98 89.713-188.078a11.465 11.465 0 0 1 20.569-.263l94.568 185.635zM496.647 85.52 374.89 340.501l-279.126 44.26a34.395 34.395 0 0 0-18.303 58.908l204.873 194.663-44.169 279.115a34.395 34.395 0 0 0 50.366 35.616l248.4-134.679L788.776 946.66a34.395 34.395 0 0 0 49.437-36.894l-51.306-277.854 199.731-199.909a34.395 34.395 0 0 0-19.828-58.408l-280.118-37.032L558.33 84.713a34.395 34.395 0 0 0-61.682.802z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-redo"><path d="M412.081 346.3h443.415L640.168 133.871c-18.973-18.973-18.973-46.064 0-65.038s44.325-19.884 63.381-.83l291.385 284.591c18.973 18.973 18.973 44.159 0 63.132L703.549 700.649c-18.973 18.973-44.325 18.973-63.381-.083-18.973-18.973-18.973-43.91 0-62.883l215.328-208.534H412.081c-177.3 0-314.335 138.359-314.335 309.364v44.325c0 25.354-16.074 44.325-41.425 44.325s-41.425-18.973-41.425-44.325v-44.325c0-221.709 169.181-392.213 397.185-392.213z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-rich-editor-field"><path d="M313.36 448.094H632.63v31.927H313.36v-31.927ZM313.36 583.784h223.49v31.927H313.36v-31.927ZM313.36 719.474h127.709v31.927h-127.71v-31.927ZM889.412 554.809l-39.955-39.971-39.957-39.941c-7.358-7.358-19.285-7.358-26.642 0l-329.7 329.694a14.08 14.08 0 0 0-4.592 6.873L412.078 932.86a14.158 14.158 0 0 0 3.54 14.079l.99.763.77.982a14.174 14.174 0 0 0 14.062 3.555l121.395-36.495a14.04 14.04 0 0 0 6.938-4.677l329.639-329.63c7.35-7.343 7.35-19.284 0-26.627zM541.136 889.756l-95.198 28.622 28.623-95.235 255.02-255.02 66.6 66.599-255.045 255.034zM856.112 574.78l-46.611 46.611-66.59-66.598 46.605-46.597c3.677-3.68 9.641-3.68 13.319-.016l26.892 26.892 26.384 26.394c3.68 3.68 3.68 9.65.001 13.314z" /><path d="M671.874 224.898v-28.934c0-22.004-17.905-39.909-39.909-39.909H314.026c-22.004 0-39.909 17.905-39.909 39.91v28.933h-104.43v643.564c0 35.26 28.592 63.854 63.855 63.854h127.709v-47.89H249.506c-17.632 0-31.928-14.299-31.928-31.928v-579.71h56.54v10.976c0 22.004 17.904 39.909 39.908 39.909h317.938c22.004 0 39.91-17.905 39.91-39.91V272.79h56.538V437.45h47.89V224.898H671.875zm-47.89 50.884H322.007v-71.836h301.974v71.836z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-section"><path d="M141.074 906.496h741.852c89.581 0 134.583-44.562 134.583-132.846V250.331c0-88.283-45.002-132.845-134.583-132.845H141.074c-89.143.018-134.583 44.16-134.583 132.845V773.67c0 88.704 45.44 132.845 134.583 132.845zm1.28-68.992c-42.861 0-66.852-22.71-66.852-67.291V253.806c0-44.58 23.99-67.292 66.852-67.292h739.292c42.423 0 66.852 22.711 66.852 67.292v516.388c0 44.58-24.43 67.292-66.852 67.292z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-select-field"><path d="M374.784 649.515a32 32 0 0 1 3.072 41.685l-3.115 3.584L225.28 843.947a32 32 0 0 1-37.845 5.504l-3.968-2.56-85.334-64a32 32 0 0 1 34.432-53.76l3.968 2.56 63.147 47.36 129.835-129.622a32 32 0 0 1 45.269.043zm531.37 75.818a32 32 0 0 1 4.31 63.702l-4.31.298h-448a32 32 0 0 1-4.351-63.744l4.352-.256h448zm.513-256a32 32 0 0 1 4.352 63.702l-4.352.298h-448a32 32 0 0 1-4.352-63.701l4.352-.299h448zm-531.84-331.776a32 32 0 0 1 2.986 41.686l-3.114 3.584-149.846 149.205a32 32 0 0 1-37.888 5.419l-3.925-2.56-84.907-64a32 32 0 0 1 34.518-53.675l3.968 2.56 62.72 47.275L329.6 137.472a32 32 0 0 1 45.227.085zm531.328 75.819a32 32 0 0 1 4.309 63.701l-4.31.299H459.35a32 32 0 0 1-4.352-63.744l4.352-.256h446.806z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slider-field"><path d="M951.453 476.844H523.672a131.836 131.836 0 0 0-254.18 0H72.547v70.312h196.945a131.836 131.836 0 0 0 254.18 0h427.781z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-component"><path d="M512 102.4c-212.48 0-384 171.52-384 384s171.52 384 384 384 384-171.52 384-384-171.52-384-384-384zm25.6 716.8v-128c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v128C322.56 806.4 192 675.84 179.2 512h128c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-128C192 296.96 322.56 166.4 486.4 156.16V281.6c0 15.36 10.24 25.6 25.6 25.6s25.6-10.24 25.6-25.6V156.16C701.44 168.96 832 299.52 844.8 460.8h-128c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h128C832 675.84 701.44 806.4 537.6 819.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-field"><path d="M493.969 244.87h36.285q18.031 0 18.031 18.03v217.267q0 18.031-18.031 18.031h-36.285q-18.032 0-18.032-18.031V262.901q0-18.031 18.032-18.031ZM323.45000000000005 525.802h36.286q18.031 0 18.031 18.031v217.266q0 18.031-18.031 18.031H323.45q-18.03 0-18.03-18.03V543.832q0-18.031 18.03-18.031ZM664.2639999999999 525.802h36.286q18.03 0 18.03 18.031v217.266q0 18.031-18.03 18.031h-36.286q-18.031 0-18.031-18.03V543.832q0-18.031 18.031-18.031Z" /><path d="M827.437 122.212H196.563a74.574 74.574 0 0 0-74.35 74.351v630.874a74.574 74.574 0 0 0 74.35 74.35h630.874a74.574 74.574 0 0 0 74.35-74.35V196.563a74.574 74.574 0 0 0-74.35-74.35zm52.09 705.225a52.09 52.09 0 0 1-52.09 52.09H196.563a52.09 52.09 0 0 1-52.09-52.09V196.563a52.09 52.09 0 0 1 52.09-52.09h630.874a52.09 52.09 0 0 1 52.09 52.09z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-static-text"><path d="M213.333 160c-4.821 0-9.472.64-13.824 1.792a32 32 0 0 1-16.554-61.824C192.683 97.408 202.88 96 213.333 96h33.195a32 32 0 0 1 0 64h-33.195zm133.931-32a32 32 0 0 1 32-32h66.347a32 32 0 1 1 0 64h-66.304a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zm199.083 0a32 32 0 0 1 32-32h33.195c10.453 0 20.65 1.365 30.378 3.968a32 32 0 1 1-16.554 61.867A53.419 53.419 0 0 0 810.667 160h-33.195a32 32 0 0 1-32-32zm-606.293 32.341a32 32 0 0 1 22.613 39.168A53.461 53.461 0 0 0 160 213.333v33.195a32 32 0 0 1-64 0v-33.195c0-10.453 1.365-20.65 3.968-30.378a32 32 0 0 1 39.168-22.614zm745.685 0a32 32 0 0 1 39.168 22.614c2.56 9.728 3.968 19.925 3.968 30.378v33.195a32 32 0 0 1-64 0v-33.195c0-4.821-.64-9.472-1.792-13.824a32 32 0 0 1 22.613-39.168zM128 347.221a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zM128 546.432a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm0 199.083a32 32 0 0 1 32 32v33.152c0 10.453-1.365 20.65-3.968 30.378a32 32 0 1 1-61.867-16.554c1.195-4.352 1.835-8.96 1.835-13.824v-33.195a32 32 0 0 1 32-32zm-768 0a32 32 0 0 1 32 32v33.152c0 4.821.64 9.472 1.792 13.824a32 32 0 0 1-61.824 16.512A117.461 117.461 0 0 1 96 810.667v-33.195a32 32 0 0 1 32-32zm32.341 139.392a32 32 0 0 1 39.168-22.656 53.814 53.814 0 0 0 13.824 1.792h33.195a32 32 0 0 1 0 64h-33.195c-10.453 0-20.65-1.366-30.378-3.968a32 32 0 0 1-22.614-39.168zm703.318 0a32 32 0 0 1-22.614 39.168c-9.728 2.56-19.925 3.968-30.378 3.968h-33.195a32 32 0 0 1 0-64h33.195c4.821 0 9.472-.64 13.824-1.792a32 32 0 0 1 39.168 22.613zM347.307 896a32 32 0 0 1 32-32h66.346a32 32 0 1 1 0 64h-66.346a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zM341.333 352a32 32 0 0 0 0 64H480v266.667a32 32 0 0 0 64 0V416h138.667a32 32 0 0 0 0-64H341.333z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-sub-form"><path d="M512 106.667H112a5.333 5.333 0 0 0-5.333 5.333v800a5.333 5.333 0 0 0 5.333 5.333h800a5.333 5.333 0 0 0 5.333-5.333V112a5.333 5.333 0 0 0-5.333-5.333zm0 74.666h325.333a5.333 5.333 0 0 1 5.334 5.334v160a5.333 5.333 0 0 1-5.334 5.333H186.667a5.333 5.333 0 0 1-5.334-5.333v-160a5.333 5.333 0 0 1 5.334-5.334zM597.333 432v405.333a5.333 5.333 0 0 1-5.333 5.334H432a5.333 5.333 0 0 1-5.333-5.334V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.333 5.333zm-410.666-5.333h160A5.333 5.333 0 0 1 352 432v405.333a5.333 5.333 0 0 1-5.333 5.334h-160a5.333 5.333 0 0 1-5.334-5.334V432a5.333 5.333 0 0 1 5.334-5.333zM672 837.333V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.334 5.333v405.333a5.333 5.333 0 0 1-5.334 5.334h-160a5.333 5.333 0 0 1-5.333-5.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-switch-field"><path d="M692 792H332C182 792 62 672 62 522s120-270 270-270h360c150 0 270 120 270 270 0 147-120 270-270 270zM332 312c-117 0-210 93-210 210s93 210 210 210h360c117 0 210-93 210-210s-93-210-210-210H332z" /><path d="M191 522a150 150 0 1 0 300 0 150 150 0 1 0-300 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-tab"><path d="M908.8 1005.44H115.2A101.76 101.76 0 0 1 14.08 903.68V110.72A101.76 101.76 0 0 1 115.2 8.96h296.96a32.64 32.64 0 0 1 32 32V262.4a32 32 0 0 1-32 32 32 32 0 0 1-32-32v-192H115.2a37.76 37.76 0 0 0-37.12 37.76v795.52a37.76 37.76 0 0 0 37.12 37.76h793.6a37.76 37.76 0 0 0 37.12-37.76V267.52a32 32 0 0 1 32-32 32 32 0 0 1 32 32v636.16a101.76 101.76 0 0 1-101.12 101.76z" /><path d="M977.92 299.52a32.64 32.64 0 0 1-32-32v-87.04a37.12 37.12 0 0 0-37.12-37.76H421.12a32 32 0 0 1-32-32 32 32 0 0 1 32-32H908.8a101.76 101.76 0 0 1 101.12 101.76v87.04a32 32 0 0 1-32 32z" /><path d="M977.92 299.52H64a32 32 0 0 1-32-32 32 32 0 0 1 32-32h913.92a32 32 0 0 1 32 32 32 32 0 0 1-32 32z" /><path d="M699.52 299.52a32 32 0 0 1-32-32v-156.8a32 32 0 0 1 64 0v156.8a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-table"><path d="M925.586 0H101.369C69.885 0 42.24 28.924 42.24 62.328v902.8c0 33.403 27.645 58.872 59.129 58.872h824.217c31.484 0 56.057-25.469 56.057-58.873V62.328C981.643 28.924 957.198 0 925.586 0zM373.719 735.908V543.932h276.445v191.976zm276.445 42.235v203.494H373.719V778.143zm287.964-276.446h-244.45V298.203h244.45zm-287.964 0H373.719V298.203h276.445zm-319.96 0H85.754V298.203h244.45zm-244.45 42.235h244.45v191.976H85.754zm607.925 0h244.449v191.976h-244.45zM101.369 42.235h824.217c7.807 0 12.542 10.366 12.542 20.093v193.64H85.755V62.328c0-9.727 7.807-20.093 15.614-20.093zM85.755 964.999V778.143h244.449v203.494H101.369c-7.807 0-15.614-6.91-15.614-16.51zm839.83 16.638H693.68V778.143h244.449v186.856c0 9.727-4.607 16.638-12.542 16.638z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-text-field"><path d="M896 224H128c-35.2 0-64 28.8-64 64v448c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V288c0-35.2-28.8-64-64-64zm0 480c0 19.2-12.8 32-32 32H160c-19.2 0-32-12.8-32-32V320c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32v384z" /><path d="M224 352c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V384c0-16-12.8-32-32-32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-textarea-field"><path d="M896.4 173.1H128.9c-35.2 0-49 13.8-49 49v575.6c0 35.2 13.8 49 49 49h767.5c35.2 0 49-13.8 49-49V222.1c0-35.2-13.8-49-49-49zm0 592.6c0 16-12.8 32-32 32H160.9c-19.2 0-32-12.8-32-32V254.1c0-16 12.8-32 32-32h703.5c19.2 0 32 12.8 32 32v511.6z" /><path d="M710.2 766.7h141.5c8.1 0 14.7-6.6 14.7-14.7V610.4c0-1.3-1.6-2-2.6-1.1L709.1 764.1c-1 1-.3 2.6 1.1 2.6zm-503-172.4h-13.5c-10 0-18.2-8.2-18.2-18.2V291.8c0-10.2 8.4-18.6 18.6-18.6h12.8c10.2 0 18.6 8.4 18.6 18.6v284.3c-.1 10-8.3 18.2-18.3 18.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-field"><path d="M512 39.385A472.615 472.615 0 1 0 984.615 512 472.615 472.615 0 0 0 512 39.385zm0 866.461A393.846 393.846 0 1 1 905.846 512 393.846 393.846 0 0 1 512 905.846zm75.855-373.72A77.154 77.154 0 0 0 590.769 512a78.454 78.454 0 0 0-39.384-67.86V196.923a39.385 39.385 0 0 0-78.77 0V444.14a78.336 78.336 0 0 0 59.55 143.715l70.144 70.144a39.385 39.385 0 0 0 55.69-55.69zM512 551.385A39.385 39.385 0 1 1 551.385 512 39.385 39.385 0 0 1 512 551.385zm315.077-78.77A39.385 39.385 0 1 0 866.462 512a39.385 39.385 0 0 0-39.385-39.385zm-630.154 0A39.385 39.385 0 1 0 236.308 512a39.385 39.385 0 0 0-39.385-39.385zm509.991 234.3a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69 0zM317.007 317.006a39.385 39.385 0 1 0-55.73 0 39.385 39.385 0 0 0 55.809.04zM512 787.692a39.385 39.385 0 1 0 39.385 39.385A39.385 39.385 0 0 0 512 787.692zm-250.604-80.778a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.039zm445.518-445.518a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.04z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-range-field"><path d="M498.596 482.29H345.42v57.308h210.478V274.197h-57.301V482.29zm79.089 162.695h379.88v57.302h-379.88v-57.302zm0 128.78h379.88v57.307h-379.88v-57.307zm0 128.785h379.88v57.307h-379.88V902.55zm0 0" /><path d="M102.523 382.29a28.668 28.668 0 0 0 23.367 2.56l190.81-61.886c15.053-4.883 23.298-21.04 18.415-36.09-4.882-15.052-21.04-23.297-36.093-18.415l-123.346 40c15.994-26.117 35.17-50.538 57.37-72.745 73.768-73.767 171.847-114.388 276.169-114.388 104.32 0 202.395 40.622 276.161 114.388S899.77 407.56 899.77 511.882c0 26.428-2.616 52.45-7.71 77.78h58.303c4.465-25.499 6.709-51.47 6.709-77.78 0-60.45-11.846-119.102-35.205-174.336-22.56-53.335-54.85-101.227-95.969-142.35-41.122-41.122-89.017-73.408-142.348-95.968-55.233-23.361-113.89-35.207-174.334-35.207-60.45 0-119.107 11.846-174.337 35.208-53.335 22.56-101.23 54.846-142.35 95.969-23.98 23.98-44.933 50.278-62.727 78.6l-20.738-105.654c-3.043-15.528-18.105-25.642-33.632-22.6-15.528 3.048-25.643 18.105-22.6 33.637l36.103 183.932a28.666 28.666 0 0 0 13.588 19.178zm23.497 205.652H67.768c5.76 33.679 15.368 66.544 28.79 98.278 22.56 53.334 54.85 101.225 95.972 142.348 41.123 41.123 89.014 73.409 142.349 95.969 54.112 22.888 111.518 34.711 170.668 35.182v-57.324c-102.95-.941-199.595-41.446-272.5-114.349-55.501-55.502-92.237-124.77-107.027-200.104zm0 0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-undo"><path d="M609.206 396.656H193.504l201.87-199.152c17.787-17.787 17.787-43.185 0-60.973s-41.555-18.641-59.42-.778L62.857 402.557c-17.787 17.787-17.787 41.399 0 59.186L336.03 728.858c17.787 17.787 41.555 17.787 59.42-.078 17.787-17.787 17.787-41.166 0-58.953L193.502 474.326h415.702c166.219 0 311.155 129.712 311.155 290.029v41.555c0 23.769 15.069 41.555 38.836 41.555s38.836-17.787 38.836-41.555v-41.555c0-207.852-175.073-367.7-388.828-367.7z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-vue-sfc"><path d="M454.138 11.176 54.066 174.092c-72.088 29.49-72.088 120.523 0 150.014l400.276 162.916c36.454 14.95 78.847 14.95 115.506 0l400.071-162.814c72.191-29.593 72.089-120.83-.307-150.116L569.746 11.278a155.339 155.339 0 0 0-115.608-.205zm469.19 237.872L532.37 408.585l-7.885 2.457a55.09 55.09 0 0 1-32.562-2.457L100.35 249.048l391.265-159.23a55.09 55.09 0 0 1 40.447 0l391.162 159.23z" fill="#1890FF" /><path d="M498.681 729.911c-20.275 0-40.652-3.788-59.391-11.673L53.76 561.26C20.48 547.847 0 519.89 0 488.558c0-31.436 20.582-59.391 53.862-72.703l36.556-15.053c21.401-8.806 47.103-1.024 57.24 17.408 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.229-4.71 3.584-4.71 6.45 0 3.073 1.536 5.12 4.71 6.452l385.326 156.875c14.336 5.939 30.924 5.939 45.362 0L906.74 495.009c3.072-1.229 4.915-3.584 4.915-6.451 0-3.072-1.536-5.222-4.607-6.451l-44.851-18.227c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.329 35.84-26.214 57.24-17.407l44.851 18.431c33.177 13.517 53.76 41.267 53.76 72.703 0 31.334-20.48 59.391-53.76 72.703L558.482 718.238a161.585 161.585 0 0 1-59.801 11.673z" fill="#5DE1C8" /><path d="M498.681 966.247c-20.275 0-40.652-3.89-59.391-11.673L53.76 797.597C20.48 784.08 0 756.227 0 724.997c0-31.437 20.582-59.494 53.862-72.806l36.556-14.95c21.401-8.807 47.103-1.024 57.24 17.407 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.126-4.71 3.584-4.71 6.451 0 3.072 1.536 5.12 4.71 6.349l385.326 156.977c14.336 5.939 30.924 5.939 45.362 0L906.74 731.14c3.072-1.126 4.915-3.584 4.915-6.349 0-3.072-1.536-5.324-4.607-6.45l-44.851-18.33c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.431 35.84-26.214 57.24-17.407l44.851 18.329c33.177 13.517 53.76 41.369 53.76 72.703 0 31.436-20.48 59.494-53.76 72.805l-385.428 157.08a161.585 161.585 0 0 1-59.801 11.673z" fill="#FF7272" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-search"><path d="M863.3 641.94A416.1 416.1 0 0 0 96.7 318.06a416.1 416.1 0 0 0 766.6 323.88zM480 832a352 352 0 1 1 248.9-103.1A349.69 349.69 0 0 1 480 832z" /><path d="m950.63 841.37-96-96a32 32 0 0 0-45.25 45.25l96 96a13.25 13.25 0 1 1-18.75 18.75l-96-96a32 32 0 0 0-45.25 45.25l96 96a77.25 77.25 0 1 0 109.25-109.25z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-arrow-down"><path d="M512 714.667c-8.533 0-17.067-2.134-23.467-8.534L147.2 364.8c-12.8-12.8-12.8-32 0-44.8 12.8-12.8 32-12.8 44.8 0l320 317.867 317.867-320c12.8-12.8 32-12.8 44.8 0 12.8 12.8 12.8 32 0 44.8L533.333 704c-4.266 8.533-12.8 10.667-21.333 10.667z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-back"><path fill="currentColor" d="M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z" /><path fill="currentColor" d="m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-check"><path fill="currentColor" d="M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-clone"><path d="M774.144 839.68c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H184.32c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V380.928c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4v65.536c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08V839.68c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h458.752c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08h65.536zM380.928 118.784c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v458.752c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456H839.68c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V184.32c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H380.928zm0-65.536H839.68c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v458.752c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H380.928c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V184.32c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-delete"><path fill="currentColor" d="M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-download"><path d="M896 672c-17.067 0-32 14.933-32 32v128c0 6.4-4.267 10.667-10.667 10.667H170.667c-6.4 0-10.667-4.267-10.667-10.667V704c0-17.067-14.933-32-32-32s-32 14.933-32 32v128c0 40.533 34.133 74.667 74.667 74.667h682.666C893.867 906.667 928 872.533 928 832V704c0-17.067-14.933-32-32-32z" /><path d="M488.533 727.467c6.4 6.4 14.934 8.533 23.467 8.533s17.067-2.133 23.467-8.533L748.8 514.133c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L546.133 627.2V170.667c0-17.067-14.933-32-32-32S480 153.6 480 170.667V627.2L322.133 469.333c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l211.2 213.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-drag-move"><path d="M909.3 506.3 781.7 405.6c-4.7-3.7-11.7-.4-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7c-2.9-3.7-8.5-3.7-11.3 0L405.6 242.3c-3.7 4.7-.4 11.7 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3c-3.7 2.9-3.7 8.5 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.7-2.9 3.7-8.5.1-11.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-form-template"><path d="M298.667 981.333A85.333 85.333 0 0 1 213.333 896V128a85.333 85.333 0 0 1 85.334-85.333h426.666A85.333 85.333 0 0 1 810.667 128v768a85.333 85.333 0 0 1-85.334 85.333zm0-832v725.334A21.333 21.333 0 0 0 320 896h384a21.333 21.333 0 0 0 21.333-21.333V149.333A21.333 21.333 0 0 0 704 128H320a21.333 21.333 0 0 0-21.333 21.333zm640 618.667V256a42.667 42.667 0 0 1 42.666-42.667A42.667 42.667 0 0 1 1024 256v512a42.667 42.667 0 0 1-42.667 42.667A42.667 42.667 0 0 1 938.667 768zM0 768V256a42.667 42.667 0 0 1 42.667-42.667A42.667 42.667 0 0 1 85.333 256v512a42.667 42.667 0 0 1-42.666 42.667A42.667 42.667 0 0 1 0 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-hide"><path d="M956.8 496c-41.6-70.4-99.2-147.2-176-204.8l105.6-105.6c12.8-12.8 12.8-32 0-44.8s-32-12.8-44.8 0L726.4 256C665.6 214.4 592 192 512 192c-214.4 0-358.4 166.4-444.8 304-6.4 9.6-6.4 22.4 0 32 41.6 70.4 102.4 147.2 176 204.8L134.4 841.6c-12.8 12.8-12.8 32 0 44.8 9.6 6.4 16 9.6 25.6 9.6s16-3.2 22.4-9.6l115.2-115.2C358.4 809.6 432 832 512 832c185.6 0 374.4-128 444.8-307.2 3.2-9.6 3.2-19.2 0-28.8zm-822.4 16C211.2 390.4 336 256 512 256c60.8 0 118.4 16 166.4 44.8l-80 80C576 361.6 544 352 512 352c-89.6 0-160 70.4-160 160 0 32 9.6 64 25.6 89.6L288 691.2C224 640 172.8 572.8 134.4 512zm473.6 0c0 54.4-41.6 96-96 96-16 0-28.8-3.2-41.6-9.6l128-128c6.4 12.8 9.6 25.6 9.6 41.6zm-192 0c0-54.4 41.6-96 96-96 16 0 28.8 3.2 41.6 9.6l-128 128c-6.4-12.8-9.6-25.6-9.6-41.6zm96 256c-60.8 0-118.4-16-166.4-44.8l80-80C448 662.4 480 672 512 672c89.6 0 160-70.4 160-160 0-32-9.6-64-25.6-89.6l89.6-89.6C803.2 384 854.4 451.2 892.8 512 825.6 659.2 665.6 768 512 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-info"><path d="M512.001 928.997c230.524 0 418.076-187.552 418.075-418.077 0-230.527-187.552-418.077-418.075-418.077S93.924 280.393 93.924 510.92c0 230.525 187.552 418.077 418.077 418.077zM512 301.88c28.86 0 52.26 23.399 52.26 52.263 0 28.858-23.399 52.257-52.26 52.257s-52.26-23.399-52.26-52.257c0-28.863 23.399-52.263 52.26-52.263zm-52.26 209.042c0-28.86 23.399-52.26 52.26-52.26s52.26 23.399 52.26 52.26v156.775c0 28.86-23.399 52.26-52.26 52.26s-52.26-23.399-52.26-52.26V510.922z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-column"><path d="M653.184 713.6c12.864-12.864 33.6-12.864 46.528 0 6.4 6.4 3.776 14.72 3.776 23.232a32.675 32.675 0 0 1-9.6 23.104L569.92 886.4c-.128.128-.32.192-.512.32-2.88 2.88-9.536 5.184-13.312 6.784-3.456 1.344-.64 1.856-4.096 2.112-.768 0-1.344.384-2.048.384-.512 0-.896-.256-1.344-.256-3.84-.192-5.76-.896-9.344-2.24-3.264-1.344-6.016-3.52-8.64-5.76-.64-.512-1.472-.768-2.048-1.344L391.232 760c-12.864-12.736-6.976-33.6 5.888-46.4 12.8-12.864 33.6-12.864 46.464 0l105.472 100.352L653.184 713.6zM384 64v576h320V64H384zM128 704v256H64V640h256v320h-62.976L256 704H128m704 0v256h-64V640h256v320h-62.976L960 704H832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-row"><path d="M310.336 653.184c12.864 12.864 12.864 33.6 0 46.528-6.4 6.4-14.72 3.776-23.168 3.776s-16.832-3.264-23.168-9.6L137.6 569.92c-.128-.128-.192-.32-.256-.512-2.88-2.816-5.248-9.536-6.848-13.312-1.344-3.392-1.856-.576-2.112-4.096 0-.768-.384-1.344-.384-2.048 0-.512.256-.896.256-1.344.192-3.84.896-5.76 2.24-9.344 1.344-3.264 3.52-6.016 5.76-8.64.512-.704.768-1.536 1.344-2.112l126.336-137.344c12.8-12.864 33.6-6.976 46.4 5.888 12.864 12.8 12.864 33.6 0 46.464L210.048 548.992l100.288 104.192zM960 384H384v320h576V384zM320 128H64V64h320v256H64v-62.976L320 256V128m0 704H64v-64h320v256H64v-62.976L320 960V832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-menu"><path d="M844.8 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zM435.2 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-down"><path d="M898.133 512c-12.8-12.8-32-12.8-44.8-2.133L544 800V149.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V800L170.667 509.867c-12.8-12.8-34.134-10.667-44.8 2.133-12.8 12.8-10.667 34.133 2.133 44.8l362.667 341.333c2.133 2.134 6.4 4.267 8.533 6.4 4.267 2.134 6.4 2.134 10.667 2.134s8.533 0 10.666-2.134c4.267-2.133 6.4-4.266 8.534-6.4L891.733 556.8c17.067-12.8 19.2-32 6.4-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-up"><path d="M896 467.2 533.333 125.867c-2.133-2.134-6.4-4.267-8.533-6.4-4.267-2.134-6.4-2.134-10.667-2.134s-8.533 0-10.666 2.134c-4.267 2.133-6.4 4.266-8.534 6.4L132.267 467.2c-12.8 12.8-12.8 32-2.134 44.8 12.8 12.8 32 12.8 44.8 2.133L484.267 224v650.667c0 17.066 14.933 32 32 32s32-14.934 32-32V224l305.066 290.133c6.4 6.4 14.934 8.534 21.334 8.534 8.533 0 17.066-4.267 23.466-10.667 12.8-12.8 10.667-32-2.133-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-plus"><path d="M554.667 213.333h-85.334v256h-256v85.334h256v256h85.334v-256h256v-85.334h-256z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-set-up"><path d="M217.088 151.552c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v589.824c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h589.824c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V217.088c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H217.088zm0-65.536h589.824c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v589.824c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H217.088c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V217.088c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4zm163.84 327.68c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm98.304-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H479.232c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768zm163.84 425.984c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm-360.448-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H282.624c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-view"><path fill="currentColor" d="M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-zoom-in"><path fill="currentColor" d="m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z" /></symbol>',f.insertBefore(e,f.firstChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",i):i()}var iconfont="";function addDirective(i){i.directive("drag",{mounted(f,e){if(!e.value)return!1;e.instance.$nextTick(()=>{const p=document.querySelector(e.value[0]),g=document.querySelector(e.value[1]);g.onmouseover=()=>g.style.cursor="move";function m(c,t){const d=t==="pc"?c.clientX-g.offsetLeft:c.touches[0].clientX-g.offsetLeft,o=t==="pc"?c.clientY-g.offsetTop:c.touches[0].clientY-g.offsetTop,l=document.body.clientWidth,n=document.documentElement.clientHeight,r=p.offsetWidth,s=p.offsetHeight,u=p.offsetLeft,h=l-p.offsetLeft-r,$=p.offsetTop,v=n-p.offsetTop-s;let w=getComputedStyle(p).left,y=getComputedStyle(p).top;return w.includes("%")?(w=+document.body.clientWidth*(+w.replace(/%/g,"")/100),y=+document.body.clientHeight*(+y.replace(/%/g,"")/100)):(w=+w.replace(/\px/g,""),y=+y.replace(/\px/g,"")),{disX:d,disY:o,minDragDomLeft:u,maxDragDomLeft:h,minDragDomTop:$,maxDragDomTop:v,styL:w,styT:y}}function a(c,t,d){let{disX:o,disY:l,minDragDomLeft:n,maxDragDomLeft:r,minDragDomTop:s,maxDragDomTop:u,styL:h,styT:$}=d,v=t==="pc"?c.clientX-o:c.touches[0].clientX-o,w=t==="pc"?c.clientY-l:c.touches[0].clientY-l;-v>n?v=-n:v>r&&(v=r),-w>s?w=-s:w>u&&(w=u),p.style.cssText+=`;left:${v+h}px;top:${w+$}px;`}g.onmousedown=c=>{const t=m(c,"pc");document.onmousemove=d=>{a(d,"pc",t)},document.onmouseup=()=>{document.onmousemove=null,document.onmouseup=null}},g.ontouchstart=c=>{const t=m(c,"app");document.ontouchmove=d=>{a(d,"app",t)},document.ontouchend=()=>{document.ontouchmove=null,document.ontouchend=null}}})}}),i.directive("dialogDragWidth",{mounted(f,e){e.instance.$nextTick(()=>{const p=e.value.$el.querySelector(".el-dialog");f.onmousedown=g=>{const m=g.clientX-f.offsetLeft;document.onmousemove=function(a){a.preventDefault();const c=a.clientX-m;p.style.width=`${c}px`},document.onmouseup=function(a){document.onmousemove=null,document.onmouseup=null}}})}})}function _isSlot(i){return typeof i=="function"||Object.prototype.toString.call(i)==="[object Object]"&&!require$$0$1.isVNode(i)}const createInputTextEditor=function(i,f){return{props:{optionModel:Object},render(e){return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-input"),{type:"text",modelValue:this.optionModel[i],"onUpdate:modelValue":p=>this.optionModel[i]=p},null)]})}}},createBooleanEditor=function(i,f){return{props:{optionModel:Object},render(e){return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-switch"),{modelValue:this.optionModel[i],"onUpdate:modelValue":p=>this.optionModel[i]=p},null)]})}}},createRadioButtonGroupEditor=function(i,f,e){return{props:{optionModel:Object},render(p){let g;return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-radio-group"),{modelValue:this.optionModel[i],"onUpdate:modelValue":m=>this.optionModel[i]=m},_isSlot(g=e.optionItems.map(m=>require$$0$1.createVNode(require$$0$1.resolveComponent("el-radio-button"),{label:m.value},{default:()=>[m.label]})))?g:{default:()=>[g]})]})}}},createSelectEditor=function(i,f,e){return{props:{optionModel:Object},render(p){let g;return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:translate(f)},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-select"),{modelValue:this.optionModel[i],"onUpdate:modelValue":m=>this.optionModel[i]=m},_isSlot(g=e.optionItems.map(m=>require$$0$1.createVNode(require$$0$1.resolveComponent("el-option"),{label:m.label,value:m.value},null)))?g:{default:()=>[g]})]})}}},createEventHandlerEditor=function(i,f){return{props:{optionModel:Object},mixins:[emitter],methods:{editEventHandler(){this.dispatch("SettingPanel","editEventHandler",[i,[...f]])}},render(e){let p;return require$$0$1.createVNode(require$$0$1.resolveComponent("el-form-item"),{label:i,"label-width":"150px"},{default:()=>[require$$0$1.createVNode(require$$0$1.resolveComponent("el-button"),{type:"info",icon:"el-icon-edit",plain:!0,round:!0,onClick:this.editEventHandler},_isSlot(p=translate("designer.setting.addEventHandler"))?p:{default:()=>[p]})]})}}},cardSchema={type:"card",category:"container",icon:"card",widgetList:[],options:{name:"",label:"card",hidden:!1,folded:!1,showFold:!0,cardWidth:"100%",shadow:"never",customClass:""}},alertSchema={type:"alert",icon:"alert",formItemFlag:!1,options:{name:"",title:"Good things are coming...",type:"info",description:"",closable:!0,closeText:"",center:!0,showIcon:!1,effect:"light",hidden:!1,onClose:"",customClass:""}};var cardWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$2={name:"card-widget",componentName:"ContainerWidget",mixins:[i18n$1,containerMixin,refMixinDesign],inject:["refList"],components:ke(we({ContainerWrapper},comps$1),{ArrowDown:arrowDown,ArrowUp:arrowUp}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{checkContainerMove(i){return!0},toggleCard(){this.widget.options.folded=!this.widget.options.folded},setFolded(i){this.widget.options.folded=!!i}}},_hoisted_1$1={class:"clear-fix"},_hoisted_2={class:"form-widget-list"};function _sfc_render$2(i,f,e,p,g,m){const a=require$$0$1.resolveComponent("ArrowDown"),c=require$$0$1.resolveComponent("el-icon"),t=require$$0$1.resolveComponent("ArrowUp"),d=require$$0$1.resolveComponent("draggable"),o=require$$0$1.resolveComponent("el-card"),l=require$$0$1.resolveComponent("container-wrapper");return require$$0$1.openBlock(),require$$0$1.createBlock(l,{designer:e.designer,widget:e.widget,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList},{default:require$$0$1.withCtx(()=>[(require$$0$1.openBlock(),require$$0$1.createBlock(o,{key:e.widget.id,class:require$$0$1.normalizeClass(["card-container",[m.selected?"selected":"",e.widget.options.folded?"folded":"",m.customClass]]),onClick:f[2]||(f[2]=require$$0$1.withModifiers(n=>i.selectWidget(e.widget),["stop"])),shadow:e.widget.options.shadow,style:require$$0$1.normalizeStyle({width:e.widget.options.cardWidth+"!important"||""})},{header:require$$0$1.withCtx(()=>[require$$0$1.createElementVNode("div",_hoisted_1$1,[require$$0$1.createElementVNode("span",null,require$$0$1.toDisplayString(e.widget.options.label),1),e.widget.options.showFold?(require$$0$1.openBlock(),require$$0$1.createElementBlock("i",{key:0,class:"float-right",onClick:f[0]||(f[0]=(...n)=>m.toggleCard&&m.toggleCard(...n))},[e.widget.options.folded?(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:1},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(t)]),_:1})):(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:0},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(a)]),_:1}))])):require$$0$1.createCommentVNode("",!0)])]),default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(d,require$$0$1.mergeProps({list:e.widget.widgetList,"item-key":"id"},{group:"dragGroup",ghostClass:"ghost",animation:200},{handle:".drag-handler",tag:"transition-group","component-data":{name:"fade"},onAdd:f[1]||(f[1]=n=>i.onContainerDragAdd(n,e.widget.widgetList)),onUpdate:i.onContainerDragUpdate,move:m.checkContainerMove}),{item:require$$0$1.withCtx(({element:n,index:r})=>[require$$0$1.createElementVNode("div",_hoisted_2,[n.category==="container"?(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(n.type+"-widget"),{widget:n,designer:e.designer,key:n.id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget},null,8,["widget","designer","parent-list","index-of-parent-list","parent-widget"])):(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(n.type+"-widget"),{field:n,designer:e.designer,key:n.id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget,"design-state":!0},null,8,["field","designer","parent-list","index-of-parent-list","parent-widget"]))])]),_:1},16,["list","onUpdate","move"])]),_:1},8,["shadow","style","class"]))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var CardWidget=_export_sfc$1(_sfc_main$2,[["render",_sfc_render$2],["__scopeId","data-v-06588696"]]),cardItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$1={name:"card-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:ke(we({ContainerItemWrapper},comps$1),{ArrowDown:arrowDown,ArrowUp:arrowUp}),props:{widget:Object},inject:["refList","sfRefList","globalModel"],computed:{customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},beforeUnmount(){this.unregisterFromRefList()},methods:{toggleCard(){this.widget.options.folded=!this.widget.options.folded}}},_hoisted_1={class:"clear-fix"};function _sfc_render$1(i,f,e,p,g,m){const a=require$$0$1.resolveComponent("ArrowDown"),c=require$$0$1.resolveComponent("el-icon"),t=require$$0$1.resolveComponent("ArrowUp"),d=require$$0$1.resolveComponent("el-card"),o=require$$0$1.resolveComponent("container-item-wrapper");return require$$0$1.openBlock(),require$$0$1.createBlock(o,{widget:e.widget},{default:require$$0$1.withCtx(()=>[require$$0$1.withDirectives((require$$0$1.openBlock(),require$$0$1.createBlock(d,{key:e.widget.id,class:require$$0$1.normalizeClass(["card-container",[e.widget.options.folded?"folded":"",m.customClass]]),shadow:e.widget.options.shadow,style:require$$0$1.normalizeStyle({width:e.widget.options.cardWidth+"!important"||""}),ref:e.widget.id},{header:require$$0$1.withCtx(()=>[require$$0$1.createElementVNode("div",_hoisted_1,[require$$0$1.createElementVNode("span",null,require$$0$1.toDisplayString(e.widget.options.label),1),e.widget.options.showFold?(require$$0$1.openBlock(),require$$0$1.createElementBlock("i",{key:0,class:"float-right",onClick:f[0]||(f[0]=(...l)=>m.toggleCard&&m.toggleCard(...l))},[e.widget.options.folded?(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:1},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(t)]),_:1})):(require$$0$1.openBlock(),require$$0$1.createBlock(c,{key:0},{default:require$$0$1.withCtx(()=>[require$$0$1.createVNode(a)]),_:1}))])):require$$0$1.createCommentVNode("",!0)])]),default:require$$0$1.withCtx(()=>[!!e.widget.widgetList&&e.widget.widgetList.length>0?(require$$0$1.openBlock(!0),require$$0$1.createElementBlock(require$$0$1.Fragment,{key:0},require$$0$1.renderList(e.widget.widgetList,(l,n)=>(require$$0$1.openBlock(),require$$0$1.createElementBlock(require$$0$1.Fragment,null,[l.category==="container"?(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(i.getComponentByContainer(l)),{widget:l,key:n,"parent-list":e.widget.widgetList,"index-of-parent-list":n,"parent-widget":e.widget},require$$0$1.createSlots({_:2},[require$$0$1.renderList(Object.keys(i.$slots),r=>({name:r,fn:require$$0$1.withCtx(s=>[require$$0$1.renderSlot(i.$slots,r,require$$0$1.mergeProps({ref_for:!0},s),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(require$$0$1.openBlock(),require$$0$1.createBlock(require$$0$1.resolveDynamicComponent(l.type+"-widget"),{field:l,designer:null,key:n,"parent-list":e.widget.widgetList,"index-of-parent-list":n,"parent-widget":e.widget},require$$0$1.createSlots({_:2},[require$$0$1.renderList(Object.keys(i.$slots),r=>({name:r,fn:require$$0$1.withCtx(s=>[require$$0$1.renderSlot(i.$slots,r,require$$0$1.mergeProps({ref_for:!0},s),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256)):require$$0$1.createCommentVNode("",!0)]),_:3},8,["class","shadow","style"])),[[require$$0$1.vShow,!e.widget.options.hidden]])]),_:3},8,["widget"])}var CardItem=_export_sfc$1(_sfc_main$1,[["render",_sfc_render$1],["__scopeId","data-v-52275f84"]]);const cardTemplateGenerator=function(i,f){const e=i.options,p=buildClassAttr(i),g=e.cardWidth?`style="{width: ${e.cardWidth} !important}"`:"",m=`shadow="${e.shadow}"`,a=e.hidden?'v-show="false"':"";return`<div class="card-container">
|
|
1660
1660
|
<el-card ${p} ${g} ${m} ${a}>
|
|
1661
1661
|
<template #header>
|
|
1662
1662
|
<div class="clear-fix">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vat-form",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Vue 3 form designer and renderer components",
|
|
6
6
|
"main": "dist/designer.umd.js",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"require": "./dist/designer.umd.js",
|
|
13
|
-
"import": "./dist/designer.
|
|
13
|
+
"import": "./dist/designer.umd.js"
|
|
14
14
|
},
|
|
15
15
|
"./render": {
|
|
16
16
|
"require": "./dist/render.umd.js",
|
|
17
|
-
"import": "./dist/render.
|
|
17
|
+
"import": "./dist/render.umd.js"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"file-saver": "^2.0.5",
|
|
34
34
|
"mitt": "^3.0.0",
|
|
35
35
|
"sortablejs": "1.14.0",
|
|
36
|
-
"vat-form": "^1.0.0",
|
|
37
36
|
"vue": "^3.2.32",
|
|
38
37
|
"vue3-quill": "^0.2.6",
|
|
39
38
|
"vuedraggable": "^4.1.0"
|