backend-management-ui 1.0.0

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.
@@ -0,0 +1,12 @@
1
+ (function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["backend-management-ui"]=e():t["backend-management-ui"]=e()})("undefined"!==typeof self?self:this,function(){return function(){var t={34:function(t,e,r){"use strict";var n=r(4901);t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},81:function(t,e,r){"use strict";var n=r(9565),o=r(9306),i=r(8551),u=r(6823),c=r(851),s=TypeError;t.exports=function(t,e){var r=arguments.length<2?c(t):e;if(o(r))return i(n(r,t));throw new s(u(t)+" is not iterable")}},283:function(t,e,r){"use strict";var n=r(9504),o=r(9039),i=r(4901),u=r(9297),c=r(3724),s=r(350).CONFIGURABLE,f=r(3706),a=r(1181),p=a.enforce,l=a.get,y=String,d=Object.defineProperty,v=n("".slice),h=n("".replace),g=n([].join),m=c&&!o(function(){return 8!==d(function(){},"length",{value:8}).length}),b=String(String).split("String"),w=t.exports=function(t,e,r){"Symbol("===v(y(e),0,7)&&(e="["+h(y(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!u(t,"name")||s&&t.name!==e)&&(c?d(t,"name",{value:e,configurable:!0}):t.name=e),m&&r&&u(r,"arity")&&t.length!==r.arity&&d(t,"length",{value:r.arity});try{r&&u(r,"constructor")&&r.constructor?c&&d(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(o){}var n=p(t);return u(n,"source")||(n.source=g(b,"string"==typeof e?e:"")),t};Function.prototype.toString=w(function(){return i(this)&&l(this).source||f(this)},"toString")},350:function(t,e,r){"use strict";var n=r(3724),o=r(9297),i=Function.prototype,u=n&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&"something"===function(){}.name,f=c&&(!n||n&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:s,CONFIGURABLE:f}},397:function(t,e,r){"use strict";var n=r(7751);t.exports=n("document","documentElement")},421:function(t){"use strict";t.exports={}},507:function(t,e,r){"use strict";var n=r(9565);t.exports=function(t,e,r){var o,i,u=r?t:t.iterator,c=t.next;while(!(o=n(c,u)).done)if(i=e(o.value),void 0!==i)return i}},616:function(t,e,r){"use strict";var n=r(9039);t.exports=!n(function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})},679:function(t,e,r){"use strict";var n=r(1625),o=TypeError;t.exports=function(t,e){if(n(e,t))return t;throw new o("Incorrect invocation")}},698:function(t,e,r){r(4114),r(6573),r(8100),r(7936),r(7642),r(8004),r(3853),r(5876),r(2475),r(5024),r(1698),
2
+ /*!
3
+ * @license deepcopy.js Copyright(c) 2013 sasa+1
4
+ * https://github.com/sasaplus1/deepcopy.js
5
+ * Released under the MIT license.
6
+ *
7
+ * type-detect
8
+ * Copyright(c) 2013 jake luer <jake@alogicalparadox.com>
9
+ * MIT Licensed
10
+ */
11
+ function(e,r){t.exports=r()}(0,function(){"use strict";var t="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof r.g?r.g:"undefined"!==typeof self?self:{};function e(t,e){return e={exports:{}},t(e,e.exports),e.exports}var n=e(function(e,r){(function(t,r){e.exports=r()})(0,function(){var e="function"===typeof Promise,r="object"===typeof self?self:t,n="undefined"!==typeof Symbol,o="undefined"!==typeof Map,i="undefined"!==typeof Set,u="undefined"!==typeof WeakMap,c="undefined"!==typeof WeakSet,s="undefined"!==typeof DataView,f=n&&"undefined"!==typeof Symbol.iterator,a=n&&"undefined"!==typeof Symbol.toStringTag,p=i&&"function"===typeof Set.prototype.entries,l=o&&"function"===typeof Map.prototype.entries,y=p&&Object.getPrototypeOf((new Set).entries()),d=l&&Object.getPrototypeOf((new Map).entries()),v=f&&"function"===typeof Array.prototype[Symbol.iterator],h=v&&Object.getPrototypeOf([][Symbol.iterator]()),g=f&&"function"===typeof String.prototype[Symbol.iterator],m=g&&Object.getPrototypeOf(""[Symbol.iterator]()),b=8,w=-1;function x(t){var n=typeof t;if("object"!==n)return n;if(null===t)return"null";if(t===r)return"global";if(Array.isArray(t)&&(!1===a||!(Symbol.toStringTag in t)))return"Array";if("object"===typeof window&&null!==window){if("object"===typeof window.location&&t===window.location)return"Location";if("object"===typeof window.document&&t===window.document)return"Document";if("object"===typeof window.navigator){if("object"===typeof window.navigator.mimeTypes&&t===window.navigator.mimeTypes)return"MimeTypeArray";if("object"===typeof window.navigator.plugins&&t===window.navigator.plugins)return"PluginArray"}if(("function"===typeof window.HTMLElement||"object"===typeof window.HTMLElement)&&t instanceof window.HTMLElement){if("BLOCKQUOTE"===t.tagName)return"HTMLQuoteElement";if("TD"===t.tagName)return"HTMLTableDataCellElement";if("TH"===t.tagName)return"HTMLTableHeaderCellElement"}}var f=a&&t[Symbol.toStringTag];if("string"===typeof f)return f;var p=Object.getPrototypeOf(t);return p===RegExp.prototype?"RegExp":p===Date.prototype?"Date":e&&p===Promise.prototype?"Promise":i&&p===Set.prototype?"Set":o&&p===Map.prototype?"Map":c&&p===WeakSet.prototype?"WeakSet":u&&p===WeakMap.prototype?"WeakMap":s&&p===DataView.prototype?"DataView":o&&p===d?"Map Iterator":i&&p===y?"Set Iterator":v&&p===h?"Array Iterator":g&&p===m?"String Iterator":null===p?"Object":Object.prototype.toString.call(t).slice(b,w)}return x})});const o="undefined"!==typeof Buffer,i=o&&"undefined"!==typeof Buffer.from,u=o?function(t){return Buffer.isBuffer(t)}:function(){return!1},c=i?function(t){return Buffer.from(t)}:o?function(t){return new Buffer(t)}:function(t){return t};function s(t){return u(t)?"Buffer":n(t)}const f=new Set(["Arguments","Array","Map","Object","Set"]);function a(t,e,r=null){const n=r||s(t);switch(n){case"Arguments":case"Array":case"Object":return t[e];case"Map":return t.get(e);case"Set":return e}}function p(t){return f.has(t)}function l(t,e,r,n=null){const o=n||s(t);switch(o){case"Arguments":case"Array":case"Object":t[e]=r;break;case"Map":t.set(e,r);break;case"Set":t.add(r);break}return t}const y="undefined"!==typeof globalThis&&null!==globalThis&&globalThis.Object===Object&&globalThis,d="undefined"!==typeof r.g&&null!==r.g&&r.g.Object===Object&&r.g,v="undefined"!==typeof self&&null!==self&&self.Object===Object&&self,h=y||d||v||Function("return this")();function g(t){return t.slice(0)}function m(t){return new Boolean(t.valueOf())}function b(t){return new DataView(t.buffer)}function w(t){return c(t)}function x(t){return new Date(t.getTime())}function S(t){return new Number(t)}function O(t){return new RegExp(t.source,t.flags)}function j(t){return new String(t)}function E(t,e){const r=h[e];return r.from?h[e].from(t):new h[e](t)}function T(t){return t}function A(){return[]}function C(){return new Map}function _(){return{}}function k(){return new Set}var I=new Map([["ArrayBuffer",g],["Boolean",m],["Buffer",w],["DataView",b],["Date",x],["Number",S],["RegExp",O],["String",j],["Float32Array",E],["Float64Array",E],["Int16Array",E],["Int32Array",E],["Int8Array",E],["Uint16Array",E],["Uint32Array",E],["Uint8Array",E],["Uint8ClampedArray",E],["Array Iterator",T],["Map Iterator",T],["Promise",T],["Set Iterator",T],["String Iterator",T],["function",T],["global",T],["WeakMap",T],["WeakSet",T],["boolean",T],["null",T],["number",T],["string",T],["symbol",T],["undefined",T],["Arguments",A],["Array",A],["Map",C],["Object",_],["Set",k]]);function P(){}function M(t,e=null,r=P){2===arguments.length&&"function"===typeof e&&(r=e,e=null);const n=e||s(t),o=I.get(n);if("Object"===n){const e=r(t,n);if(void 0!==e)return e}return o?o(t,n):t}function R(t,e={}){"function"===typeof e&&(e={customizer:e});const{customizer:r}=e,n=s(t);if(!p(n))return B(t,null,null,null);const o=M(t,n,r),i=new WeakMap([[t,o]]),u=new WeakSet([t]);return B(t,o,i,u)}function B(t,e,r,n,o){const i=s(t),u=M(t,i);if(!p(i))return u;let c;switch(i){case"Arguments":case"Array":c=Object.keys(t);break;case"Object":c=Object.keys(t),c.push(...Object.getOwnPropertySymbols(t));break;case"Map":case"Set":c=t.keys();break}for(let f of c){const o=a(t,f,i);if(n.has(o))l(e,f,r.get(o),i);else{const t=s(o),u=M(o,t);p(t)&&(r.set(o,u),n.add(o)),l(e,f,B(o,u,r,n),i)}}return e}return R})},741:function(t){"use strict";var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},757:function(t,e,r){"use strict";var n=r(7751),o=r(4901),i=r(1625),u=r(7040),c=Object;t.exports=u?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return o(e)&&i(e.prototype,c(t))}},851:function(t,e,r){"use strict";var n=r(6955),o=r(5966),i=r(4117),u=r(6269),c=r(8227),s=c("iterator");t.exports=function(t){if(!i(t))return o(t,s)||o(t,"@@iterator")||u[n(t)]}},1072:function(t,e,r){"use strict";var n=r(1828),o=r(8727);t.exports=Object.keys||function(t){return n(t,o)}},1148:function(t,e,r){"use strict";var n=r(6518),o=r(9565),i=r(2652),u=r(9306),c=r(8551),s=r(1767),f=r(9539),a=r(4549),p=a("every",TypeError);n({target:"Iterator",proto:!0,real:!0,forced:p},{every:function(t){c(this);try{u(t)}catch(n){f(this,"throw",n)}if(p)return o(p,this,t);var e=s(this),r=0;return!i(e,function(e,n){if(!t(e,r++))return n()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},1181:function(t,e,r){"use strict";var n,o,i,u=r(8622),c=r(4576),s=r(34),f=r(6699),a=r(9297),p=r(7629),l=r(6119),y=r(421),d="Object already initialized",v=c.TypeError,h=c.WeakMap,g=function(t){return i(t)?o(t):n(t,{})},m=function(t){return function(e){var r;if(!s(e)||(r=o(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return r}};if(u||p.state){var b=p.state||(p.state=new h);b.get=b.get,b.has=b.has,b.set=b.set,n=function(t,e){if(b.has(t))throw new v(d);return e.facade=t,b.set(t,e),e},o=function(t){return b.get(t)||{}},i=function(t){return b.has(t)}}else{var w=l("state");y[w]=!0,n=function(t,e){if(a(t,w))throw new v(d);return e.facade=t,f(t,w,e),e},o=function(t){return a(t,w)?t[w]:{}},i=function(t){return a(t,w)}}t.exports={set:n,get:o,has:i,enforce:g,getterFor:m}},1291:function(t,e,r){"use strict";var n=r(741);t.exports=function(t){var e=+t;return e!==e||0===e?0:n(e)}},1548:function(t,e,r){"use strict";var n=r(4576),o=r(9039),i=r(9519),u=r(4215),c=n.structuredClone;t.exports=!!c&&!o(function(){if("DENO"===u&&i>92||"NODE"===u&&i>94||"BROWSER"===u&&i>97)return!1;var t=new ArrayBuffer(8),e=c(t,{transfer:[t]});return 0!==t.byteLength||8!==e.byteLength})},1625:function(t,e,r){"use strict";var n=r(9504);t.exports=n({}.isPrototypeOf)},1698:function(t,e,r){"use strict";var n=r(6518),o=r(4204),i=r(9835),u=r(4916),c=!u("union")||!i("union");n({target:"Set",proto:!0,real:!0,forced:c},{union:o})},1767:function(t){"use strict";t.exports=function(t){return{iterator:t,next:t.next,done:!1}}},1828:function(t,e,r){"use strict";var n=r(9504),o=r(9297),i=r(5397),u=r(9617).indexOf,c=r(421),s=n([].push);t.exports=function(t,e){var r,n=i(t),f=0,a=[];for(r in n)!o(c,r)&&o(n,r)&&s(a,r);while(e.length>f)o(n,r=e[f++])&&(~u(a,r)||s(a,r));return a}},2106:function(t,e,r){"use strict";var n=r(283),o=r(4913);t.exports=function(t,e,r){return r.get&&n(r.get,e,{getter:!0}),r.set&&n(r.set,e,{setter:!0}),o.f(t,e,r)}},2140:function(t,e,r){"use strict";var n=r(8227),o=n("toStringTag"),i={};i[o]="z",t.exports="[object z]"===String(i)},2195:function(t,e,r){"use strict";var n=r(9504),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},2211:function(t,e,r){"use strict";var n=r(9039);t.exports=!n(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},2360:function(t,e,r){"use strict";var n,o=r(8551),i=r(6801),u=r(8727),c=r(421),s=r(397),f=r(4055),a=r(6119),p=">",l="<",y="prototype",d="script",v=a("IE_PROTO"),h=function(){},g=function(t){return l+d+p+t+l+"/"+d+p},m=function(t){t.write(g("")),t.close();var e=t.parentWindow.Object;return t=null,e},b=function(){var t,e=f("iframe"),r="java"+d+":";return e.style.display="none",s.appendChild(e),e.src=String(r),t=e.contentWindow.document,t.open(),t.write(g("document.F=Object")),t.close(),t.F},w=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}w="undefined"!=typeof document?document.domain&&n?m(n):b():m(n);var t=u.length;while(t--)delete w[y][u[t]];return w()};c[v]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(h[y]=o(t),r=new h,h[y]=null,r[v]=t):r=w(),void 0===e?r:i.f(r,e)}},2475:function(t,e,r){"use strict";var n=r(6518),o=r(8527),i=r(4916),u=!i("isSupersetOf",function(t){return!t});n({target:"Set",proto:!0,real:!0,forced:u},{isSupersetOf:o})},2652:function(t,e,r){"use strict";var n=r(6080),o=r(9565),i=r(8551),u=r(6823),c=r(4209),s=r(6198),f=r(1625),a=r(81),p=r(851),l=r(9539),y=TypeError,d=function(t,e){this.stopped=t,this.result=e},v=d.prototype;t.exports=function(t,e,r){var h,g,m,b,w,x,S,O=r&&r.that,j=!(!r||!r.AS_ENTRIES),E=!(!r||!r.IS_RECORD),T=!(!r||!r.IS_ITERATOR),A=!(!r||!r.INTERRUPTED),C=n(e,O),_=function(t){return h&&l(h,"normal"),new d(!0,t)},k=function(t){return j?(i(t),A?C(t[0],t[1],_):C(t[0],t[1])):A?C(t,_):C(t)};if(E)h=t.iterator;else if(T)h=t;else{if(g=p(t),!g)throw new y(u(t)+" is not iterable");if(c(g)){for(m=0,b=s(t);b>m;m++)if(w=k(t[m]),w&&f(v,w))return w;return new d(!1)}h=a(t,g)}x=E?t.next:h.next;while(!(S=o(x,h)).done){try{w=k(S.value)}catch(I){l(h,"throw",I)}if("object"==typeof w&&w&&f(v,w))return w}return new d(!1)}},2777:function(t,e,r){"use strict";var n=r(9565),o=r(34),i=r(757),u=r(5966),c=r(4270),s=r(8227),f=TypeError,a=s("toPrimitive");t.exports=function(t,e){if(!o(t)||i(t))return t;var r,s=u(t,a);if(s){if(void 0===e&&(e="default"),r=n(s,t,e),!o(r)||i(r))return r;throw new f("Can't convert object to primitive value")}return void 0===e&&(e="number"),c(t,e)}},2787:function(t,e,r){"use strict";var n=r(9297),o=r(4901),i=r(8981),u=r(6119),c=r(2211),s=u("IE_PROTO"),f=Object,a=f.prototype;t.exports=c?f.getPrototypeOf:function(t){var e=i(t);if(n(e,s))return e[s];var r=e.constructor;return o(r)&&e instanceof r?r.prototype:e instanceof f?a:null}},2796:function(t,e,r){"use strict";var n=r(9039),o=r(4901),i=/#|\.prototype\./,u=function(t,e){var r=s[c(t)];return r===a||r!==f&&(o(e)?n(e):!!e)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=u.data={},f=u.NATIVE="N",a=u.POLYFILL="P";t.exports=u},2839:function(t,e,r){"use strict";var n=r(4576),o=n.navigator,i=o&&o.userAgent;t.exports=i?String(i):""},3238:function(t,e,r){"use strict";var n=r(4576),o=r(7811),i=r(7394),u=n.DataView;t.exports=function(t){if(!o||0!==i(t))return!1;try{return new u(t),!1}catch(e){return!0}}},3392:function(t,e,r){"use strict";var n=r(9504),o=0,i=Math.random(),u=n(1.1.toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},3440:function(t,e,r){"use strict";var n=r(7080),o=r(4402),i=r(9286),u=r(5170),c=r(3789),s=r(8469),f=r(507),a=o.has,p=o.remove;t.exports=function(t){var e=n(this),r=c(t),o=i(e);return u(e)<=r.size?s(e,function(t){r.includes(t)&&p(o,t)}):f(r.getIterator(),function(t){a(o,t)&&p(o,t)}),o}},3650:function(t,e,r){"use strict";var n=r(7080),o=r(4402),i=r(9286),u=r(3789),c=r(507),s=o.add,f=o.has,a=o.remove;t.exports=function(t){var e=n(this),r=u(t).getIterator(),o=i(e);return c(r,function(t){f(e,t)?a(o,t):s(o,t)}),o}},3706:function(t,e,r){"use strict";var n=r(9504),o=r(4901),i=r(7629),u=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},3717:function(t,e){"use strict";e.f=Object.getOwnPropertySymbols},3724:function(t,e,r){"use strict";var n=r(9039);t.exports=!n(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},3789:function(t,e,r){"use strict";var n=r(9306),o=r(8551),i=r(9565),u=r(1291),c=r(1767),s="Invalid size",f=RangeError,a=TypeError,p=Math.max,l=function(t,e){this.set=t,this.size=p(e,0),this.has=n(t.has),this.keys=n(t.keys)};l.prototype={getIterator:function(){return c(o(i(this.keys,this.set)))},includes:function(t){return i(this.has,this.set,t)}},t.exports=function(t){o(t);var e=+t.size;if(e!==e)throw new a(s);var r=u(e);if(r<0)throw new f(s);return new l(t,r)}},3838:function(t,e,r){"use strict";var n=r(7080),o=r(5170),i=r(8469),u=r(3789);t.exports=function(t){var e=n(this),r=u(t);return!(o(e)>r.size)&&!1!==i(e,function(t){if(!r.includes(t))return!1},!0)}},3853:function(t,e,r){"use strict";var n=r(6518),o=r(4449),i=r(4916),u=!i("isDisjointFrom",function(t){return!t});n({target:"Set",proto:!0,real:!0,forced:u},{isDisjointFrom:o})},4055:function(t,e,r){"use strict";var n=r(4576),o=r(34),i=n.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},4114:function(t,e,r){"use strict";var n=r(6518),o=r(8981),i=r(6198),u=r(4527),c=r(6837),s=r(9039),f=s(function(){return 4294967297!==[].push.call({length:4294967296},1)}),a=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}},p=f||!a();n({target:"Array",proto:!0,arity:1,forced:p},{push:function(t){var e=o(this),r=i(e),n=arguments.length;c(r+n);for(var s=0;s<n;s++)e[r]=arguments[s],r++;return u(e,r),r}})},4117:function(t){"use strict";t.exports=function(t){return null===t||void 0===t}},4204:function(t,e,r){"use strict";var n=r(7080),o=r(4402).add,i=r(9286),u=r(3789),c=r(507);t.exports=function(t){var e=n(this),r=u(t).getIterator(),s=i(e);return c(r,function(t){o(s,t)}),s}},4209:function(t,e,r){"use strict";var n=r(8227),o=r(6269),i=n("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},4215:function(t,e,r){"use strict";var n=r(4576),o=r(2839),i=r(2195),u=function(t){return o.slice(0,t.length)===t};t.exports=function(){return u("Bun/")?"BUN":u("Cloudflare-Workers")?"CLOUDFLARE":u("Deno/")?"DENO":u("Node.js/")?"NODE":n.Bun&&"string"==typeof Bun.version?"BUN":n.Deno&&"object"==typeof Deno.version?"DENO":"process"===i(n.process)?"NODE":n.window&&n.document?"BROWSER":"REST"}()},4270:function(t,e,r){"use strict";var n=r(9565),o=r(4901),i=r(34),u=TypeError;t.exports=function(t,e){var r,c;if("string"===e&&o(r=t.toString)&&!i(c=n(r,t)))return c;if(o(r=t.valueOf)&&!i(c=n(r,t)))return c;if("string"!==e&&o(r=t.toString)&&!i(c=n(r,t)))return c;throw new u("Can't convert object to primitive value")}},4376:function(t,e,r){"use strict";var n=r(2195);t.exports=Array.isArray||function(t){return"Array"===n(t)}},4402:function(t,e,r){"use strict";var n=r(9504),o=Set.prototype;t.exports={Set:Set,add:n(o.add),has:n(o.has),remove:n(o["delete"]),proto:o}},4449:function(t,e,r){"use strict";var n=r(7080),o=r(4402).has,i=r(5170),u=r(3789),c=r(8469),s=r(507),f=r(9539);t.exports=function(t){var e=n(this),r=u(t);if(i(e)<=r.size)return!1!==c(e,function(t){if(r.includes(t))return!1},!0);var a=r.getIterator();return!1!==s(a,function(t){if(o(e,t))return f(a,"normal",!1)})}},4483:function(t,e,r){"use strict";var n,o,i,u,c=r(4576),s=r(9429),f=r(1548),a=c.structuredClone,p=c.ArrayBuffer,l=c.MessageChannel,y=!1;if(f)y=function(t){a(t,{transfer:[t]})};else if(p)try{l||(n=s("worker_threads"),n&&(l=n.MessageChannel)),l&&(o=new l,i=new p(2),u=function(t){o.port1.postMessage(null,[t])},2===i.byteLength&&(u(i),0===i.byteLength&&(y=u)))}catch(d){}t.exports=y},4495:function(t,e,r){"use strict";var n=r(9519),o=r(9039),i=r(4576),u=i.String;t.exports=!!Object.getOwnPropertySymbols&&!o(function(){var t=Symbol("symbol detection");return!u(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41})},4527:function(t,e,r){"use strict";var n=r(3724),o=r(4376),i=TypeError,u=Object.getOwnPropertyDescriptor,c=n&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=c?function(t,e){if(o(t)&&!u(t,"length").writable)throw new i("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},4549:function(t,e,r){"use strict";var n=r(4576);t.exports=function(t,e){var r=n.Iterator,o=r&&r.prototype,i=o&&o[t],u=!1;if(i)try{i.call({next:function(){return{done:!0}},return:function(){u=!0}},-1)}catch(c){c instanceof e||(u=!1)}if(!u)return i}},4576:function(t,e,r){"use strict";var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},4659:function(t,e,r){"use strict";var n=r(3724),o=r(4913),i=r(6980);t.exports=function(t,e,r){n?o.f(t,e,i(0,r)):t[e]=r}},4901:function(t){"use strict";var e="object"==typeof document&&document.all;t.exports="undefined"==typeof e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(t){return"function"==typeof t}},4913:function(t,e,r){"use strict";var n=r(3724),o=r(5917),i=r(8686),u=r(8551),c=r(6969),s=TypeError,f=Object.defineProperty,a=Object.getOwnPropertyDescriptor,p="enumerable",l="configurable",y="writable";e.f=n?i?function(t,e,r){if(u(t),e=c(e),u(r),"function"===typeof t&&"prototype"===e&&"value"in r&&y in r&&!r[y]){var n=a(t,e);n&&n[y]&&(t[e]=r.value,r={configurable:l in r?r[l]:n[l],enumerable:p in r?r[p]:n[p],writable:!1})}return f(t,e,r)}:f:function(t,e,r){if(u(t),e=c(e),u(r),o)try{return f(t,e,r)}catch(n){}if("get"in r||"set"in r)throw new s("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},4916:function(t,e,r){"use strict";var n=r(7751),o=function(t){return{size:t,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}},i=function(t){return{size:t,has:function(){return!0},keys:function(){throw new Error("e")}}};t.exports=function(t,e){var r=n("Set");try{(new r)[t](o(0));try{return(new r)[t](o(-1)),!1}catch(c){if(!e)return!0;try{return(new r)[t](i(-1/0)),!1}catch(s){var u=new r([1,2]);return e(u[t](i(1/0)))}}}catch(s){return!1}}},5024:function(t,e,r){"use strict";var n=r(6518),o=r(3650),i=r(9835),u=r(4916),c=!u("symmetricDifference")||!i("symmetricDifference");n({target:"Set",proto:!0,real:!0,forced:c},{symmetricDifference:o})},5031:function(t,e,r){"use strict";var n=r(7751),o=r(9504),i=r(8480),u=r(3717),c=r(8551),s=o([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(c(t)),r=u.f;return r?s(e,r(t)):e}},5169:function(t,e,r){"use strict";var n=r(3238),o=TypeError;t.exports=function(t){if(n(t))throw new o("ArrayBuffer is detached");return t}},5170:function(t,e,r){"use strict";var n=r(6706),o=r(4402);t.exports=n(o.proto,"size","get")||function(t){return t.size}},5397:function(t,e,r){"use strict";var n=r(7055),o=r(7750);t.exports=function(t){return n(o(t))}},5610:function(t,e,r){"use strict";var n=r(1291),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},5636:function(t,e,r){"use strict";var n=r(4576),o=r(9504),i=r(6706),u=r(7696),c=r(5169),s=r(7394),f=r(4483),a=r(1548),p=n.structuredClone,l=n.ArrayBuffer,y=n.DataView,d=Math.min,v=l.prototype,h=y.prototype,g=o(v.slice),m=i(v,"resizable","get"),b=i(v,"maxByteLength","get"),w=o(h.getInt8),x=o(h.setInt8);t.exports=(a||f)&&function(t,e,r){var n,o=s(t),i=void 0===e?o:u(e),v=!m||!m(t);if(c(t),a&&(t=p(t,{transfer:[t]}),o===i&&(r||v)))return t;if(o>=i&&(!r||v))n=g(t,0,i);else{var h=r&&!v&&b?{maxByteLength:b(t)}:void 0;n=new l(i,h);for(var S=new y(t),O=new y(n),j=d(i,o),E=0;E<j;E++)x(O,E,w(S,E))}return a||f(t),n}},5745:function(t,e,r){"use strict";var n=r(7629);t.exports=function(t,e){return n[t]||(n[t]=e||{})}},5876:function(t,e,r){"use strict";var n=r(6518),o=r(3838),i=r(4916),u=!i("isSubsetOf",function(t){return t});n({target:"Set",proto:!0,real:!0,forced:u},{isSubsetOf:o})},5917:function(t,e,r){"use strict";var n=r(3724),o=r(9039),i=r(4055);t.exports=!n&&!o(function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},5966:function(t,e,r){"use strict";var n=r(9306),o=r(4117);t.exports=function(t,e){var r=t[e];return o(r)?void 0:n(r)}},6080:function(t,e,r){"use strict";var n=r(7476),o=r(9306),i=r(616),u=n(n.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?u(t,e):function(){return t.apply(e,arguments)}}},6119:function(t,e,r){"use strict";var n=r(5745),o=r(3392),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},6193:function(t,e,r){"use strict";var n=r(4215);t.exports="NODE"===n},6198:function(t,e,r){"use strict";var n=r(8014);t.exports=function(t){return n(t.length)}},6269:function(t){"use strict";t.exports={}},6395:function(t){"use strict";t.exports=!1},6518:function(t,e,r){"use strict";var n=r(4576),o=r(7347).f,i=r(6699),u=r(6840),c=r(9433),s=r(7740),f=r(2796);t.exports=function(t,e){var r,a,p,l,y,d,v=t.target,h=t.global,g=t.stat;if(a=h?n:g?n[v]||c(v,{}):n[v]&&n[v].prototype,a)for(p in e){if(y=e[p],t.dontCallGetSet?(d=o(a,p),l=d&&d.value):l=a[p],r=f(h?p:v+(g?".":"#")+p,t.forced),!r&&void 0!==l){if(typeof y==typeof l)continue;s(y,l)}(t.sham||l&&l.sham)&&i(y,"sham",!0),u(a,p,y,t)}}},6573:function(t,e,r){"use strict";var n=r(3724),o=r(2106),i=r(3238),u=ArrayBuffer.prototype;n&&!("detached"in u)&&o(u,"detached",{configurable:!0,get:function(){return i(this)}})},6699:function(t,e,r){"use strict";var n=r(3724),o=r(4913),i=r(6980);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},6706:function(t,e,r){"use strict";var n=r(9504),o=r(9306);t.exports=function(t,e,r){try{return n(o(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(i){}}},6801:function(t,e,r){"use strict";var n=r(3724),o=r(8686),i=r(4913),u=r(8551),c=r(5397),s=r(1072);e.f=n&&!o?Object.defineProperties:function(t,e){u(t);var r,n=c(e),o=s(e),f=o.length,a=0;while(f>a)i.f(t,r=o[a++],n[r]);return t}},6823:function(t){"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(r){return"Object"}}},6837:function(t){"use strict";var e=TypeError,r=9007199254740991;t.exports=function(t){if(t>r)throw e("Maximum allowed index exceeded");return t}},6840:function(t,e,r){"use strict";var n=r(4901),o=r(4913),i=r(283),u=r(9433);t.exports=function(t,e,r,c){c||(c={});var s=c.enumerable,f=void 0!==c.name?c.name:e;if(n(r)&&i(r,f,c),c.global)s?t[e]=r:u(e,r);else{try{c.unsafe?t[e]&&(s=!0):delete t[e]}catch(a){}s?t[e]=r:o.f(t,e,{value:r,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},6955:function(t,e,r){"use strict";var n=r(2140),o=r(4901),i=r(2195),u=r(8227),c=u("toStringTag"),s=Object,f="Arguments"===i(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(r){}};t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=a(e=s(t),c))?r:f?i(e):"Object"===(n=i(e))&&o(e.callee)?"Arguments":n}},6969:function(t,e,r){"use strict";var n=r(2777),o=r(757);t.exports=function(t){var e=n(t,"string");return o(e)?e:e+""}},6980:function(t){"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},7040:function(t,e,r){"use strict";var n=r(4495);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},7055:function(t,e,r){"use strict";var n=r(9504),o=r(9039),i=r(2195),u=Object,c=n("".split);t.exports=o(function(){return!u("z").propertyIsEnumerable(0)})?function(t){return"String"===i(t)?c(t,""):u(t)}:u},7080:function(t,e,r){"use strict";var n=r(4402).has;t.exports=function(t){return n(t),t}},7347:function(t,e,r){"use strict";var n=r(3724),o=r(9565),i=r(8773),u=r(6980),c=r(5397),s=r(6969),f=r(9297),a=r(5917),p=Object.getOwnPropertyDescriptor;e.f=n?p:function(t,e){if(t=c(t),e=s(e),a)try{return p(t,e)}catch(r){}if(f(t,e))return u(!o(i.f,t,e),t[e])}},7394:function(t,e,r){"use strict";var n=r(4576),o=r(6706),i=r(2195),u=n.ArrayBuffer,c=n.TypeError;t.exports=u&&o(u.prototype,"byteLength","get")||function(t){if("ArrayBuffer"!==i(t))throw new c("ArrayBuffer expected");return t.byteLength}},7476:function(t,e,r){"use strict";var n=r(2195),o=r(9504);t.exports=function(t){if("Function"===n(t))return o(t)}},7588:function(t,e,r){"use strict";var n=r(6518),o=r(9565),i=r(2652),u=r(9306),c=r(8551),s=r(1767),f=r(9539),a=r(4549),p=a("forEach",TypeError);n({target:"Iterator",proto:!0,real:!0,forced:p},{forEach:function(t){c(this);try{u(t)}catch(n){f(this,"throw",n)}if(p)return o(p,this,t);var e=s(this),r=0;i(e,function(e){t(e,r++)},{IS_RECORD:!0})}})},7629:function(t,e,r){"use strict";var n=r(6395),o=r(4576),i=r(9433),u="__core-js_shared__",c=t.exports=o[u]||i(u,{});(c.versions||(c.versions=[])).push({version:"3.47.0",mode:n?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",license:"https://github.com/zloirock/core-js/blob/v3.47.0/LICENSE",source:"https://github.com/zloirock/core-js"})},7642:function(t,e,r){"use strict";var n=r(6518),o=r(3440),i=r(9039),u=r(4916),c=!u("difference",function(t){return 0===t.size}),s=c||i(function(){var t={size:1,has:function(){return!0},keys:function(){var t=0;return{next:function(){var r=t++>1;return e.has(1)&&e.clear(),{done:r,value:2}}}}},e=new Set([1,2,3,4]);return 3!==e.difference(t).size});n({target:"Set",proto:!0,real:!0,forced:s},{difference:o})},7657:function(t,e,r){"use strict";var n,o,i,u=r(9039),c=r(4901),s=r(34),f=r(2360),a=r(2787),p=r(6840),l=r(8227),y=r(6395),d=l("iterator"),v=!1;[].keys&&(i=[].keys(),"next"in i?(o=a(a(i)),o!==Object.prototype&&(n=o)):v=!0);var h=!s(n)||u(function(){var t={};return n[d].call(t)!==t});h?n={}:y&&(n=f(n)),c(n[d])||p(n,d,function(){return this}),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:v}},7696:function(t,e,r){"use strict";var n=r(1291),o=r(8014),i=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=n(t),r=o(e);if(e!==r)throw new i("Wrong length or index");return r}},7740:function(t,e,r){"use strict";var n=r(9297),o=r(5031),i=r(7347),u=r(4913);t.exports=function(t,e,r){for(var c=o(e),s=u.f,f=i.f,a=0;a<c.length;a++){var p=c[a];n(t,p)||r&&n(r,p)||s(t,p,f(e,p))}}},7750:function(t,e,r){"use strict";var n=r(4117),o=TypeError;t.exports=function(t){if(n(t))throw new o("Can't call method on "+t);return t}},7751:function(t,e,r){"use strict";var n=r(4576),o=r(4901),i=function(t){return o(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t]):n[t]&&n[t][e]}},7811:function(t){"use strict";t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},7936:function(t,e,r){"use strict";var n=r(6518),o=r(5636);o&&n({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return o(this,arguments.length?arguments[0]:void 0,!1)}})},8004:function(t,e,r){"use strict";var n=r(6518),o=r(9039),i=r(8750),u=r(4916),c=!u("intersection",function(t){return 2===t.size&&t.has(1)&&t.has(2)})||o(function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))});n({target:"Set",proto:!0,real:!0,forced:c},{intersection:i})},8014:function(t,e,r){"use strict";var n=r(1291),o=Math.min;t.exports=function(t){var e=n(t);return e>0?o(e,9007199254740991):0}},8100:function(t,e,r){"use strict";var n=r(6518),o=r(5636);o&&n({target:"ArrayBuffer",proto:!0},{transfer:function(){return o(this,arguments.length?arguments[0]:void 0,!0)}})},8111:function(t,e,r){"use strict";var n=r(6518),o=r(4576),i=r(679),u=r(8551),c=r(4901),s=r(2787),f=r(2106),a=r(4659),p=r(9039),l=r(9297),y=r(8227),d=r(7657).IteratorPrototype,v=r(3724),h=r(6395),g="constructor",m="Iterator",b=y("toStringTag"),w=TypeError,x=o[m],S=h||!c(x)||x.prototype!==d||!p(function(){x({})}),O=function(){if(i(this,d),s(this)===d)throw new w("Abstract class Iterator not directly constructable")},j=function(t,e){v?f(d,t,{configurable:!0,get:function(){return e},set:function(e){if(u(this),this===d)throw new w("You can't redefine this property");l(this,t)?this[t]=e:a(this,t,e)}}):d[t]=e};l(d,b)||j(b,m),!S&&l(d,g)&&d[g]!==Object||j(g,O),O.prototype=d,n({global:!0,constructor:!0,forced:S},{Iterator:O})},8227:function(t,e,r){"use strict";var n=r(4576),o=r(5745),i=r(9297),u=r(3392),c=r(4495),s=r(7040),f=n.Symbol,a=o("wks"),p=s?f["for"]||f:f&&f.withoutSetter||u;t.exports=function(t){return i(a,t)||(a[t]=c&&i(f,t)?f[t]:p("Symbol."+t)),a[t]}},8469:function(t,e,r){"use strict";var n=r(9504),o=r(507),i=r(4402),u=i.Set,c=i.proto,s=n(c.forEach),f=n(c.keys),a=f(new u).next;t.exports=function(t,e,r){return r?o({iterator:f(t),next:a},e):s(t,e)}},8480:function(t,e,r){"use strict";var n=r(1828),o=r(8727),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,i)}},8527:function(t,e,r){"use strict";var n=r(7080),o=r(4402).has,i=r(5170),u=r(3789),c=r(507),s=r(9539);t.exports=function(t){var e=n(this),r=u(t);if(i(e)<r.size)return!1;var f=r.getIterator();return!1!==c(f,function(t){if(!o(e,t))return s(f,"normal",!1)})}},8551:function(t,e,r){"use strict";var n=r(34),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not an object")}},8622:function(t,e,r){"use strict";var n=r(4576),o=r(4901),i=n.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},8686:function(t,e,r){"use strict";var n=r(3724),o=r(9039);t.exports=n&&o(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},8727:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},8750:function(t,e,r){"use strict";var n=r(7080),o=r(4402),i=r(5170),u=r(3789),c=r(8469),s=r(507),f=o.Set,a=o.add,p=o.has;t.exports=function(t){var e=n(this),r=u(t),o=new f;return i(e)>r.size?s(r.getIterator(),function(t){p(e,t)&&a(o,t)}):c(e,function(t){r.includes(t)&&a(o,t)}),o}},8773:function(t,e){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);e.f=o?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},8981:function(t,e,r){"use strict";var n=r(7750),o=Object;t.exports=function(t){return o(n(t))}},9039:function(t){"use strict";t.exports=function(t){try{return!!t()}catch(e){return!0}}},9286:function(t,e,r){"use strict";var n=r(4402),o=r(8469),i=n.Set,u=n.add;t.exports=function(t){var e=new i;return o(t,function(t){u(e,t)}),e}},9297:function(t,e,r){"use strict";var n=r(9504),o=r(8981),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},9306:function(t,e,r){"use strict";var n=r(4901),o=r(6823),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a function")}},9429:function(t,e,r){"use strict";var n=r(4576),o=r(6193);t.exports=function(t){if(o){try{return n.process.getBuiltinModule(t)}catch(e){}try{return Function('return require("'+t+'")')()}catch(e){}}}},9433:function(t,e,r){"use strict";var n=r(4576),o=Object.defineProperty;t.exports=function(t,e){try{o(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},9504:function(t,e,r){"use strict";var n=r(616),o=Function.prototype,i=o.call,u=n&&o.bind.bind(i,i);t.exports=n?u:function(t){return function(){return i.apply(t,arguments)}}},9519:function(t,e,r){"use strict";var n,o,i=r(4576),u=r(2839),c=i.process,s=i.Deno,f=c&&c.versions||s&&s.version,a=f&&f.v8;a&&(n=a.split("."),o=n[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&u&&(n=u.match(/Edge\/(\d+)/),(!n||n[1]>=74)&&(n=u.match(/Chrome\/(\d+)/),n&&(o=+n[1]))),t.exports=o},9539:function(t,e,r){"use strict";var n=r(9565),o=r(8551),i=r(5966);t.exports=function(t,e,r){var u,c;o(t);try{if(u=i(t,"return"),!u){if("throw"===e)throw r;return r}u=n(u,t)}catch(s){c=!0,u=s}if("throw"===e)throw r;if(c)throw u;return o(u),r}},9565:function(t,e,r){"use strict";var n=r(616),o=Function.prototype.call;t.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},9617:function(t,e,r){"use strict";var n=r(5397),o=r(5610),i=r(6198),u=function(t){return function(e,r,u){var c=n(e),s=i(c);if(0===s)return!t&&-1;var f,a=o(u,s);if(t&&r!==r){while(s>a)if(f=c[a++],f!==f)return!0}else for(;s>a;a++)if((t||a in c)&&c[a]===r)return t||a||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},9835:function(t){"use strict";t.exports=function(t){try{var e=new Set,r={size:0,has:function(){return!0},keys:function(){return Object.defineProperty({},"next",{get:function(){return e.clear(),e.add(4),function(){return{done:!0}}}})}},n=e[t](r);return 1===n.size&&4===n.values().next().value}catch(o){return!1}}}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n].call(i.exports,i,i.exports,r),i.exports}!function(){r.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return r.d(e,{a:e}),e}}(),function(){r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})}}(),function(){r.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"===typeof window)return window}}()}(),function(){r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}}(),function(){r.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}}(),function(){r.p=""}();var n={};return function(){"use strict";if(r.r(n),r.d(n,{default:function(){return g}}),"undefined"!==typeof window){var t=window.document.currentScript,e=t&&t.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);e&&(r.p=e[1])}var o=function(){var t=this,e=t._self._c;return e("el-form",t._g(t._b({ref:t.formRef,staticClass:"tf-form",attrs:{model:t.model}},"el-form",t.$attrs,!1),t.$listeners),[t._l(t.tempFormConfig,function(r,n){return e("el-form-item",t._b({key:`${r.prop||r.key}-${n}`,attrs:{label:r.label,prop:r.prop}},"el-form-item",r.formItemAttrs,!1),[t._t(`item-${r.prop||r.key}`,function(){return[e(t.getComponentName(r.component),t._g(t._b({tag:"component",model:{value:t.model[r.prop],callback:function(e){t.$set(t.model,r.prop,e)},expression:"model[item.prop]"}},"component",t.handleBindAttrs(r),!1),r.events),[t.isSelectComponent(r.component)&&r.options?t._l(r.options,function(t){return e("el-option",{key:`${r.prop}-${t.value}`,attrs:{label:t.label,value:t.value}})}):t._e(),t.isRadioGroupComponent(r.component)&&r.options?t._l(r.options,function(n){return e("el-radio",{key:`${r.prop}-${n.value}`,attrs:{label:n.value}},[t._v(" "+t._s(n.label)+" ")])}):t._e()],2)]},{item:r,model:t.model,index:n})],2)}),t.showOperateBtn?e("el-form-item",{attrs:{label:""}},[t.defaultBtn?[e("el-button",{on:{click:function(e){return t.resetForm()}}},[t._v("重置")]),e("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.$emit("search")}}},[t._v("搜索")])]:t._e(),t._t("customBtn")],2):t._e()],2)},i=[],u=(r(8111),r(1148),r(7588),r(698)),c=r.n(u);const s={input:"el-input",select:"el-select",datePicker:"el-date-picker"};var f={name:"UiForm",props:{formRef:{type:String,default:"formRef"},model:{type:Object,default:()=>({})},formConfig:{type:Array,default:()=>[],validator:t=>t.every(t=>t.prop||t.key)},showOperateBtn:{type:Boolean,default:!0},defaultBtn:{type:Boolean,default:!0},apiMapConfig:{type:Object,default:()=>({})}},data(){return{tempFormConfig:[]}},watch:{formConfig:{immediate:!0,deep:!0,handler(t){this.tempFormConfig=c()(t),this.initOptions()}}},methods:{getComponentName(t){return s[t]||t||"el-input"},handleBindAttrs(t){const e={width:t.attrs?.width||"220px"};let r="";const n=this.getComponentName(t.component);["el-select","select","el-date-picker","virtual-select"].includes(n)&&(r=`请选择${t.label}`),["el-input","input"].includes(n)&&(r=`请输入${t.label}`);const o={style:e,placeholder:r,clearable:!0,...t.attrs||{}};return"virtual-select"===n?{...o,options:t.options||[],listClass:"111w"}:o},isSelectComponent(t){return["el-select","select"].includes(this.getComponentName(t))},isRadioGroupComponent(t){return"el-radio-group"===this.getComponentName(t)},isVirtualSelectComponent(t){return"virtual-select"===this.getComponentName(t)},async initOptions(){for(const e of this.tempFormConfig){const r=e.api||this.apiMapConfig[e.prop],n=this.isSelectComponent(e.component)||this.isRadioGroupComponent(e.component)||this.isVirtualSelectComponent(e.component);if(n&&r&&!e.options?.length)try{const{url:t,params:n={}}="function"===typeof r?{url:r}:r,o=await t(n),i=e.format?e.format(o):o?.data||[];this.$set(e,"options",i)}catch(t){this.$set(e,"options",[])}}},resetForm(){this.$refs[this.formRef].resetFields(),this.$emit("search")},getOptions(){const t={};return this.tempFormConfig.forEach(e=>{e.options&&(t[e.prop]=e.options)}),t}}},a=f;function p(t,e,r,n,o,i,u,c){var s,f="function"===typeof t?t.options:t;if(e&&(f.render=e,f.staticRenderFns=r,f._compiled=!0),n&&(f.functional=!0),i&&(f._scopeId="data-v-"+i),u?(s=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(u)},f._ssrRegister=s):o&&(s=c?function(){o.call(this,(f.functional?this.parent:this).$root.$options.shadowRoot)}:o),s)if(f.functional){f._injectStyles=s;var a=f.render;f.render=function(t,e){return s.call(e),a(t,e)}}else{var p=f.beforeCreate;f.beforeCreate=p?[].concat(p,s):[s]}return{exports:t,options:f}}var l=p(a,o,i,!1,null,null,null),y=l.exports;const d=[y],v=function(t){d.forEach(e=>{t.component(e.name,e)})};var h=v,g=h}(),n}()});
12
+ //# sourceMappingURL=backend-management-ui.umd.min.js.map