iking-web-ui-pro 0.2.4 → 0.2.6
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/IKDetailPreviewFiles/ik.index.es.js +586 -571
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKDetailPreviewFiles/style.css +1 -1
- package/dist/IKExpandCollapse/ik.index.es.js +123 -120
- package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
- package/dist/IKExpandCollapse/style.css +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +491 -476
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/style.css +1 -1
- package/dist/IKVerticalStepBar/ik.index.es.js +142 -139
- package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
- package/dist/IKVerticalStepBar/style.css +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +756 -741
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkBaseDialog/ik.index.es.js +125 -122
- package/dist/IkBaseDialog/ik.index.umd.js +1 -1
- package/dist/IkBaseDialog/style.css +1 -1
- package/dist/IkBtnSetting/ik.index.es.js +252 -249
- package/dist/IkBtnSetting/ik.index.umd.js +1 -1
- package/dist/IkBtnSetting/style.css +1 -1
- package/dist/IkCollapseCard/ik.index.es.js +129 -126
- package/dist/IkCollapseCard/ik.index.umd.js +1 -1
- package/dist/IkCollapseCard/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +530 -515
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/IkIconPicker/ik.index.es.js +196 -193
- package/dist/IkIconPicker/ik.index.umd.js +1 -1
- package/dist/IkIconPicker/style.css +1 -1
- package/dist/IkMonacoEditor/ik.index.es.js +397 -394
- package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
- package/dist/IkMonacoEditor/style.css +1 -1
- package/dist/IkPageFull/ik.index.es.js +1122 -1119
- package/dist/IkPageFull/ik.index.umd.js +2 -2
- package/dist/IkPageFull/style.css +1 -1
- package/dist/IkPreviewFileDialog/ik.index.es.js +314 -308
- package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
- package/dist/IkPreviewFileDialog/style.css +1 -1
- package/dist/IkSchedule/ik.index.es.js +968 -965
- package/dist/IkSchedule/ik.index.umd.js +1 -1
- package/dist/IkSchedule/style.css +1 -1
- package/dist/IkSideText/ik.index.es.js +148 -145
- package/dist/IkSideText/ik.index.umd.js +1 -1
- package/dist/IkSideText/style.css +1 -1
- package/dist/IkSvgIcon/ik.index.es.js +106 -103
- package/dist/IkSvgIcon/ik.index.umd.js +1 -1
- package/dist/IkSvgIcon/style.css +1 -1
- package/dist/IkUploadFile/ik.index.es.js +963 -944
- package/dist/IkUploadFile/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/style.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +265 -253
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/IkUploadImage/style.css +1 -1
- package/dist/Provider/ik.index.es.js +1611 -0
- package/dist/Provider/ik.index.umd.js +17 -0
- package/dist/index.es.js +38689 -37072
- package/dist/index.umd.js +95 -79
- package/dist/src/components/IKDetailPreviewFiles/index.d.ts +1 -1
- package/dist/src/components/IKDetailPreviewFiles/src/IKDetailPreviewFiles.vue.d.ts +1 -1
- package/dist/src/components/IKPreviewFile/index.d.ts +3 -3
- package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +1 -1
- package/dist/src/components/IkApprovalProcess/index.d.ts +1 -1
- package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +1 -1
- package/dist/src/components/IkDescription/index.d.ts +3 -3
- package/dist/src/components/IkDescription/src/IkDescription.vue.d.ts +1 -1
- package/dist/src/components/IkPreviewFileDialog/index.d.ts +1 -1
- package/dist/src/components/IkPreviewFileDialog/src/IkPreviewFileDialog.vue.d.ts +1 -1
- package/dist/src/components/IkTinymce/index.d.ts +1 -1
- package/dist/src/components/IkTinymce/src/index.vue.d.ts +1 -1
- package/dist/src/components/IkUploadFile/index.d.ts +3 -3
- package/dist/src/components/IkUploadFile/src/index.vue.d.ts +1 -1
- package/dist/src/components/IkUploadImage/index.d.ts +3 -3
- package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
- package/dist/src/components/Provider/ProviderConfig.vue.d.ts +66 -0
- package/dist/src/components/Provider/index.d.ts +139 -0
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/utils/use-provider.d.ts +8 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
(function(P,O){typeof exports=="object"&&typeof module<"u"?O(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],O):(P=typeof globalThis<"u"?globalThis:P||self,O(P.index={},P.vue))})(this,function(P,O){"use strict";const Bt=(e,t)=>{if(e.install=n=>{for(const r of[e,...Object.values(t??{})])n.component(r.name,r)},t)for(const[n,r]of Object.entries(t))e[n]=r;return e};/**
|
|
2
|
+
* @vue/shared v3.4.27
|
|
3
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
|
+
* @license MIT
|
|
5
|
+
**//*! #__NO_SIDE_EFFECTS__ */function Qt(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const D=process.env.NODE_ENV!=="production"?Object.freeze({}):{};process.env.NODE_ENV!=="production"&&Object.freeze([]);const W=()=>{},Xt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),x=Object.assign,Zt=Object.prototype.hasOwnProperty,g=(e,t)=>Zt.call(e,t),p=Array.isArray,q=e=>le(e)==="[object Map]",kt=e=>le(e)==="[object Set]",m=e=>typeof e=="function",v=e=>typeof e=="string",k=e=>typeof e=="symbol",S=e=>e!==null&&typeof e=="object",en=e=>(S(e)||m(e))&&m(e.then)&&m(e.catch),tn=Object.prototype.toString,le=e=>tn.call(e),rt=e=>le(e).slice(8,-1),nn=e=>le(e)==="[object Object]",Ie=e=>v(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,rn=(e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))})(e=>e.charAt(0).toUpperCase()+e.slice(1)),J=(e,t)=>!Object.is(e,t),on=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})};let ot;const st=()=>ot||(ot=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Re(e){if(p(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=v(r)?an(r):Re(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(v(e)||S(e))return e}const sn=/;(?![^(]*\))/g,cn=/:([^]+)/,ln=/\/\*[^]*?\*\//g;function an(e){const t={};return e.replace(ln,"").split(sn).forEach(n=>{if(n){const r=n.split(cn);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Pe(e){let t="";if(v(e))t=e;else if(p(e))for(let n=0;n<e.length;n++){const r=Pe(e[n]);r&&(t+=r+" ")}else if(S(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}/**
|
|
6
|
+
* @vue/reactivity v3.4.27
|
|
7
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
+
* @license MIT
|
|
9
|
+
**/function ee(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let un;function fn(e,t=un){t&&t.active&&t.effects.push(e)}let te;class pn{constructor(t,n,r,o){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,fn(this,o)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,ae();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(dn(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),ue()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=F,n=te;try{return F=!0,te=this,this._runnings++,it(this),this.fn()}finally{ct(this),this._runnings--,te=n,F=t}}stop(){this.active&&(it(this),ct(this),this.onStop&&this.onStop(),this.active=!1)}}function dn(e){return e.value}function it(e){e._trackId++,e._depsLength=0}function ct(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)lt(e.deps[t],e);e.deps.length=e._depsLength}}function lt(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let F=!0,De=0;const at=[];function ae(){at.push(F),F=!1}function ue(){const e=at.pop();F=e===void 0?!0:e}function Te(){De++}function $e(){for(De--;!De&&Me.length;)Me.shift()()}function hn(e,t,n){var r;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const o=e.deps[e._depsLength];o!==t?(o&<(o,e),e.deps[e._depsLength++]=t):e._depsLength++,process.env.NODE_ENV!=="production"&&((r=e.onTrack)==null||r.call(e,x({effect:e},n)))}}const Me=[];function _n(e,t,n){var r;Te();for(const o of e.keys()){let s;o._dirtyLevel<t&&(s??(s=e.get(o)===o._trackId))&&(o._shouldSchedule||(o._shouldSchedule=o._dirtyLevel===0),o._dirtyLevel=t),o._shouldSchedule&&(s??(s=e.get(o)===o._trackId))&&(process.env.NODE_ENV!=="production"&&((r=o.onTrigger)==null||r.call(o,x({effect:o},n))),o.trigger(),(!o._runnings||o.allowRecurse)&&o._dirtyLevel!==2&&(o._shouldSchedule=!1,o.scheduler&&Me.push(o.scheduler)))}$e()}const gn=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},je=new WeakMap,L=Symbol(process.env.NODE_ENV!=="production"?"iterate":""),Ae=Symbol(process.env.NODE_ENV!=="production"?"Map key iterate":"");function E(e,t,n){if(F&&te){let r=je.get(e);r||je.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=gn(()=>r.delete(n))),hn(te,o,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function T(e,t,n,r,o,s){const i=je.get(e);if(!i)return;let c=[];if(t==="clear")c=[...i.values()];else if(n==="length"&&p(e)){const l=Number(r);i.forEach((a,h)=>{(h==="length"||!k(h)&&h>=l)&&c.push(a)})}else switch(n!==void 0&&c.push(i.get(n)),t){case"add":p(e)?Ie(n)&&c.push(i.get("length")):(c.push(i.get(L)),q(e)&&c.push(i.get(Ae)));break;case"delete":p(e)||(c.push(i.get(L)),q(e)&&c.push(i.get(Ae)));break;case"set":q(e)&&c.push(i.get(L));break}Te();for(const l of c)l&&_n(l,4,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:r,oldValue:o,oldTarget:s}:void 0);$e()}const mn=Qt("__proto__,__v_isRef,__isVue"),ut=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(k)),ft=En();function En(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=f(this);for(let s=0,i=this.length;s<i;s++)E(r,"get",s+"");const o=r[t](...n);return o===-1||o===!1?r[t](...n.map(f)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){ae(),Te();const r=f(this)[t].apply(this,n);return $e(),ue(),r}}),e}function wn(e){k(e)||(e=String(e));const t=f(this);return E(t,"has",e),t.hasOwnProperty(e)}class pt{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const o=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return s;if(n==="__v_raw")return r===(o?s?Ot:Nt:s?Dn:wt).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=p(t);if(!o){if(i&&g(ft,n))return Reflect.get(ft,n,r);if(n==="hasOwnProperty")return wn}const c=Reflect.get(t,n,r);return(k(n)?ut.has(n):mn(n))||(o||E(t,"get",n),s)?c:y(c)?i&&Ie(n)?c:c.value:S(c)?o?vt(c):bt(c):c}}class Nn extends pt{constructor(t=!1){super(!1,t)}set(t,n,r,o){let s=t[n];if(!this._isShallow){const l=Ee(s);if(!Ue(r)&&!Ee(r)&&(s=f(s),r=f(r)),!p(t)&&y(s)&&!y(r))return l?!1:(s.value=r,!0)}const i=p(t)&&Ie(n)?Number(n)<t.length:g(t,n),c=Reflect.set(t,n,r,o);return t===f(o)&&(i?J(r,s)&&T(t,"set",n,r,s):T(t,"add",n,r)),c}deleteProperty(t,n){const r=g(t,n),o=t[n],s=Reflect.deleteProperty(t,n);return s&&r&&T(t,"delete",n,void 0,o),s}has(t,n){const r=Reflect.has(t,n);return(!k(n)||!ut.has(n))&&E(t,"has",n),r}ownKeys(t){return E(t,"iterate",p(t)?"length":L),Reflect.ownKeys(t)}}class dt extends pt{constructor(t=!1){super(!0,t)}set(t,n){return process.env.NODE_ENV!=="production"&&ee(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return process.env.NODE_ENV!=="production"&&ee(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const On=new Nn,bn=new dt,vn=new dt(!0),Fe=e=>e,fe=e=>Reflect.getPrototypeOf(e);function pe(e,t,n=!1,r=!1){e=e.__v_raw;const o=f(e),s=f(t);n||(J(t,s)&&E(o,"get",t),E(o,"get",s));const{has:i}=fe(o),c=r?Fe:n?We:ze;if(i.call(o,t))return c(e.get(t));if(i.call(o,s))return c(e.get(s));e!==o&&e.get(t)}function de(e,t=!1){const n=this.__v_raw,r=f(n),o=f(e);return t||(J(e,o)&&E(r,"has",e),E(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function he(e,t=!1){return e=e.__v_raw,!t&&E(f(e),"iterate",L),Reflect.get(e,"size",e)}function ht(e){e=f(e);const t=f(this);return fe(t).has.call(t,e)||(t.add(e),T(t,"add",e,e)),this}function _t(e,t){t=f(t);const n=f(this),{has:r,get:o}=fe(n);let s=r.call(n,e);s?process.env.NODE_ENV!=="production"&&Et(n,r,e):(e=f(e),s=r.call(n,e));const i=o.call(n,e);return n.set(e,t),s?J(t,i)&&T(n,"set",e,t,i):T(n,"add",e,t),this}function gt(e){const t=f(this),{has:n,get:r}=fe(t);let o=n.call(t,e);o?process.env.NODE_ENV!=="production"&&Et(t,n,e):(e=f(e),o=n.call(t,e));const s=r?r.call(t,e):void 0,i=t.delete(e);return o&&T(t,"delete",e,void 0,s),i}function mt(){const e=f(this),t=e.size!==0,n=process.env.NODE_ENV!=="production"?q(e)?new Map(e):new Set(e):void 0,r=e.clear();return t&&T(e,"clear",void 0,void 0,n),r}function _e(e,t){return function(r,o){const s=this,i=s.__v_raw,c=f(i),l=t?Fe:e?We:ze;return!e&&E(c,"iterate",L),i.forEach((a,h)=>r.call(o,l(a),l(h),s))}}function ge(e,t,n){return function(...r){const o=this.__v_raw,s=f(o),i=q(s),c=e==="entries"||e===Symbol.iterator&&i,l=e==="keys"&&i,a=o[e](...r),h=n?Fe:t?We:ze;return!t&&E(s,"iterate",l?Ae:L),{next(){const{value:_,done:b}=a.next();return b?{value:_,done:b}:{value:c?[h(_[0]),h(_[1])]:h(_),done:b}},[Symbol.iterator](){return this}}}}function $(e){return function(...t){if(process.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";ee(`${rn(e)} operation ${n}failed: target is readonly.`,f(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function Sn(){const e={get(s){return pe(this,s)},get size(){return he(this)},has:de,add:ht,set:_t,delete:gt,clear:mt,forEach:_e(!1,!1)},t={get(s){return pe(this,s,!1,!0)},get size(){return he(this)},has:de,add:ht,set:_t,delete:gt,clear:mt,forEach:_e(!1,!0)},n={get(s){return pe(this,s,!0)},get size(){return he(this,!0)},has(s){return de.call(this,s,!0)},add:$("add"),set:$("set"),delete:$("delete"),clear:$("clear"),forEach:_e(!0,!1)},r={get(s){return pe(this,s,!0,!0)},get size(){return he(this,!0)},has(s){return de.call(this,s,!0)},add:$("add"),set:$("set"),delete:$("delete"),clear:$("clear"),forEach:_e(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=ge(s,!1,!1),n[s]=ge(s,!0,!1),t[s]=ge(s,!1,!0),r[s]=ge(s,!0,!0)}),[e,n,t,r]}const[yn,Vn,xn,Cn]=Sn();function Le(e,t){const n=t?e?Cn:xn:e?Vn:yn;return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(g(n,o)&&o in r?n:r,o,s)}const In={get:Le(!1,!1)},Rn={get:Le(!0,!1)},Pn={get:Le(!0,!0)};function Et(e,t,n){const r=f(n);if(r!==n&&t.call(e,r)){const o=rt(e);ee(`Reactive ${o} contains both the raw and reactive versions of the same object${o==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const wt=new WeakMap,Dn=new WeakMap,Nt=new WeakMap,Ot=new WeakMap;function Tn(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function $n(e){return e.__v_skip||!Object.isExtensible(e)?0:Tn(rt(e))}function bt(e){return Ee(e)?e:He(e,!1,On,In,wt)}function vt(e){return He(e,!0,bn,Rn,Nt)}function me(e){return He(e,!0,vn,Pn,Ot)}function He(e,t,n,r,o){if(!S(e))return process.env.NODE_ENV!=="production"&&ee(`value cannot be made reactive: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=$n(e);if(i===0)return e;const c=new Proxy(e,i===2?r:n);return o.set(e,c),c}function ne(e){return Ee(e)?ne(e.__v_raw):!!(e&&e.__v_isReactive)}function Ee(e){return!!(e&&e.__v_isReadonly)}function Ue(e){return!!(e&&e.__v_isShallow)}function Ke(e){return e?!!e.__v_raw:!1}function f(e){const t=e&&e.__v_raw;return t?f(t):e}function Mn(e){return Object.isExtensible(e)&&on(e,"__v_skip",!0),e}const ze=e=>S(e)?bt(e):e,We=e=>S(e)?vt(e):e;function y(e){return!!(e&&e.__v_isRef===!0)}function jn(e){return y(e)?e.value:e}const An={get:(e,t,n)=>jn(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return y(o)&&!y(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Fn(e){return ne(e)?e:new Proxy(e,An)}/**
|
|
10
|
+
* @vue/runtime-core v3.4.27
|
|
11
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
|
+
* @license MIT
|
|
13
|
+
**/const H=[];function Ln(e){H.push(e)}function Hn(){H.pop()}function d(e,...t){ae();const n=H.length?H[H.length-1].component:null,r=n&&n.appContext.config.warnHandler,o=Un();if(r)U(r,n,11,[e+t.map(s=>{var i,c;return(c=(i=s.toString)==null?void 0:i.call(s))!=null?c:JSON.stringify(s)}).join(""),n&&n.proxy,o.map(({vnode:s})=>`at <${Jt(n,s.type)}>`).join(`
|
|
14
|
+
`),o]);else{const s=[`[Vue warn]: ${e}`,...t];o.length&&s.push(`
|
|
15
|
+
`,...Kn(o)),console.warn(...s)}ue()}function Un(){let e=H[H.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function Kn(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
|
|
16
|
+
`],...zn(n))}),t}function zn({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,o=` at <${Jt(e.component,e.type,r)}`,s=">"+n;return e.props?[o,...Wn(e.props),s]:[o+s]}function Wn(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...St(r,e[r]))}),n.length>3&&t.push(" ..."),t}function St(e,t,n){return v(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:y(t)?(t=St(e,f(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):m(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=f(t),n?t:[`${e}=`,t])}const yt={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function U(e,t,n,r){try{return r?e(...r):e()}catch(o){qe(o,t,n)}}function we(e,t,n,r){if(m(e)){const o=U(e,t,n,r);return o&&en(o)&&o.catch(s=>{qe(s,t,n)}),o}if(p(e)){const o=[];for(let s=0;s<e.length;s++)o.push(we(e[s],t,n,r));return o}else process.env.NODE_ENV!=="production"&&d(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function qe(e,t,n,r=!0){const o=t?t.vnode:null;if(t){let s=t.parent;const i=t.proxy,c=process.env.NODE_ENV!=="production"?yt[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;s;){const a=s.ec;if(a){for(let h=0;h<a.length;h++)if(a[h](e,i,c)===!1)return}s=s.parent}const l=t.appContext.config.errorHandler;if(l){ae(),U(l,null,10,[e,i,c]),ue();return}}qn(e,n,o,r)}function qn(e,t,n,r=!0){if(process.env.NODE_ENV!=="production"){const o=yt[t];if(n&&Ln(n),d(`Unhandled error${o?` during execution of ${o}`:""}`),n&&Hn(),r)throw e;console.error(e)}else console.error(e)}let Ne=!1,Je=!1;const V=[];let M=0;const Y=[];let C=null,j=0;const Vt=Promise.resolve();let Ye=null;const Jn=100;function Yn(e){const t=Ye||Vt;return e?t.then(this?e.bind(this):e):t}function Gn(e){let t=M+1,n=V.length;for(;t<n;){const r=t+n>>>1,o=V[r],s=re(o);s<e||s===e&&o.pre?t=r+1:n=r}return t}function Ge(e){(!V.length||!V.includes(e,Ne&&e.allowRecurse?M+1:M))&&(e.id==null?V.push(e):V.splice(Gn(e.id),0,e),xt())}function xt(){!Ne&&!Je&&(Je=!0,Ye=Vt.then(It))}function Ct(e){p(e)?Y.push(...e):(!C||!C.includes(e,e.allowRecurse?j+1:j))&&Y.push(e),xt()}function Bn(e){if(Y.length){const t=[...new Set(Y)].sort((n,r)=>re(n)-re(r));if(Y.length=0,C){C.push(...t);return}for(C=t,process.env.NODE_ENV!=="production"&&(e=e||new Map),j=0;j<C.length;j++)process.env.NODE_ENV!=="production"&&Rt(e,C[j])||C[j]();C=null,j=0}}const re=e=>e.id==null?1/0:e.id,Qn=(e,t)=>{const n=re(e)-re(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function It(e){Je=!1,Ne=!0,process.env.NODE_ENV!=="production"&&(e=e||new Map),V.sort(Qn);const t=process.env.NODE_ENV!=="production"?n=>Rt(e,n):W;try{for(M=0;M<V.length;M++){const n=V[M];if(n&&n.active!==!1){if(process.env.NODE_ENV!=="production"&&t(n))continue;U(n,null,14)}}}finally{M=0,V.length=0,Bn(e),Ne=!1,Ye=null,(V.length||Y.length)&&It(e)}}function Rt(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>Jn){const r=t.ownerInstance,o=r&&qt(r.type);return qe(`Maximum recursive updates exceeded${o?` in component <${o}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else e.set(t,n+1)}}const oe=new Set;process.env.NODE_ENV!=="production"&&(st().__VUE_HMR_RUNTIME__={createRecord:Be(Xn),rerender:Be(Zn),reload:Be(kn)});const Oe=new Map;function Xn(e,t){return Oe.has(e)?!1:(Oe.set(e,{initialDef:se(t),instances:new Set}),!0)}function se(e){return Yt(e)?e.__vccOpts:e}function Zn(e,t){const n=Oe.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(r=>{t&&(r.render=t,se(r.type).render=t),r.renderCache=[],r.effect.dirty=!0,r.update()}))}function kn(e,t){const n=Oe.get(e);if(!n)return;t=se(t),Pt(n.initialDef,t);const r=[...n.instances];for(const o of r){const s=se(o.type);oe.has(s)||(s!==n.initialDef&&Pt(s,t),oe.add(s)),o.appContext.propsCache.delete(o.type),o.appContext.emitsCache.delete(o.type),o.appContext.optionsCache.delete(o.type),o.ceReload?(oe.add(s),o.ceReload(t.styles),oe.delete(s)):o.parent?(o.parent.effect.dirty=!0,Ge(o.parent.update)):o.appContext.reload?o.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Ct(()=>{for(const o of r)oe.delete(se(o.type))})}function Pt(e,t){x(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function Be(e){return(t,n)=>{try{return e(t,n)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let G,be=[];function Dt(e,t){var n,r;G=e,G?(G.enabled=!0,be.forEach(({event:o,args:s})=>G.emit(o,...s)),be=[]):typeof window<"u"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(s=>{Dt(s,t)}),setTimeout(()=>{G||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,be=[])},3e3)):be=[]}let I=null,er=null;function $r(){}const tr=Symbol.for("v-ndc"),nr=e=>e.__isSuspense;function rr(e,t){t&&t.pendingBranch?p(e)?t.effects.push(...e):t.effects.push(e):Ct(e)}const or=Symbol.for("v-scx"),sr=()=>{{const e=_r(or);return e||process.env.NODE_ENV!=="production"&&d("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},ve={};function ir(e,t,{immediate:n,deep:r,flush:o,once:s,onTrack:i,onTrigger:c}=D){if(t&&s){const u=t;t=(...nt)=>{u(...nt),tt()}}process.env.NODE_ENV!=="production"&&r!==void 0&&typeof r=="number"&&d('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),process.env.NODE_ENV!=="production"&&!t&&(n!==void 0&&d('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&d('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&d('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const l=u=>{d("Invalid watch source: ",u,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},a=R,h=u=>r===!0?u:B(u,r===!1?1:void 0);let _,b=!1,A=!1;if(y(e)?(_=()=>e.value,b=Ue(e)):ne(e)?(_=()=>h(e),b=!0):p(e)?(A=!0,b=e.some(u=>ne(u)||Ue(u)),_=()=>e.map(u=>{if(y(u))return u.value;if(ne(u))return h(u);if(m(u))return U(u,a,2);process.env.NODE_ENV!=="production"&&l(u)})):m(e)?t?_=()=>U(e,a,2):_=()=>(Z&&Z(),we(e,a,3,[xe])):(_=W,process.env.NODE_ENV!=="production"&&l(e)),t&&r){const u=_;_=()=>B(u())}let Z,xe=u=>{Z=N.onStop=()=>{U(u,a,4),Z=N.onStop=void 0}},et;if(Wt)if(xe=W,t?n&&we(t,a,3,[_(),A?[]:void 0,xe]):_(),o==="sync"){const u=sr();et=u.__watcherHandles||(u.__watcherHandles=[])}else return W;let K=A?new Array(e.length).fill(ve):ve;const z=()=>{if(!(!N.active||!N.dirty))if(t){const u=N.run();(r||b||(A?u.some((nt,Dr)=>J(nt,K[Dr])):J(u,K)))&&(Z&&Z(),we(t,a,3,[u,K===ve?void 0:A&&K[0]===ve?[]:K,xe]),K=u)}else N.run()};z.allowRecurse=!!t;let Ce;o==="sync"?Ce=z:o==="post"?Ce=()=>Lt(z,a&&a.suspense):(z.pre=!0,a&&(z.id=a.uid),Ce=()=>Ge(z));const N=new pn(_,W,Ce),tt=()=>{N.stop()};return process.env.NODE_ENV!=="production"&&(N.onTrack=i,N.onTrigger=c),t?n?z():K=N.run():o==="post"?Lt(N.run.bind(N),a&&a.suspense):N.run(),et&&et.push(tt),tt}function cr(e,t,n){const r=this.proxy,o=v(e)?e.includes(".")?lr(r,e):()=>r[e]:e.bind(r,r);let s;m(t)?s=t:(s=t.handler,n=t);const i=xr(this),c=ir(o,s.bind(r),n);return i(),c}function lr(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}function B(e,t=1/0,n){if(t<=0||!S(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,y(e))B(e.value,t,n);else if(p(e))for(let r=0;r<e.length;r++)B(e[r],t,n);else if(kt(e)||q(e))e.forEach(r=>{B(r,t,n)});else if(nn(e))for(const r in e)B(e[r],t,n);return e}const Qe=e=>e?Cr(e)?Ir(e)||e.proxy:Qe(e.parent):null,ie=x(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>process.env.NODE_ENV!=="production"?me(e.props):e.props,$attrs:e=>process.env.NODE_ENV!=="production"?me(e.attrs):e.attrs,$slots:e=>process.env.NODE_ENV!=="production"?me(e.slots):e.slots,$refs:e=>process.env.NODE_ENV!=="production"?me(e.refs):e.refs,$parent:e=>Qe(e.parent),$root:e=>Qe(e.root),$emit:e=>e.emit,$options:e=>fr(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Ge(e.update)}),$nextTick:e=>e.n||(e.n=Yn.bind(e.proxy)),$watch:e=>cr.bind(e)}),ar=e=>e==="_"||e==="$",Xe=(e,t)=>e!==D&&!e.__isScriptSetup&&g(e,t),ur={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:c,appContext:l}=e;if(process.env.NODE_ENV!=="production"&&t==="__isVue")return!0;let a;if(t[0]!=="$"){const A=i[t];if(A!==void 0)switch(A){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(Xe(r,t))return i[t]=1,r[t];if(o!==D&&g(o,t))return i[t]=2,o[t];if((a=e.propsOptions[0])&&g(a,t))return i[t]=3,s[t];if(n!==D&&g(n,t))return i[t]=4,n[t];i[t]=0}}const h=ie[t];let _,b;if(h)return t==="$attrs"?(E(e.attrs,"get",""),process.env.NODE_ENV!=="production"&&void 0):process.env.NODE_ENV!=="production"&&t==="$slots"&&E(e,"get",t),h(e);if((_=c.__cssModules)&&(_=_[t]))return _;if(n!==D&&g(n,t))return i[t]=4,n[t];if(b=l.config.globalProperties,g(b,t))return b[t];process.env.NODE_ENV!=="production"&&I&&(!v(t)||t.indexOf("__v")!==0)&&(o!==D&&ar(t[0])&&g(o,t)?d(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===I&&d(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return Xe(o,t)?(o[t]=n,!0):process.env.NODE_ENV!=="production"&&o.__isScriptSetup&&g(o,t)?(d(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==D&&g(r,t)?(r[t]=n,!0):g(e.props,t)?(process.env.NODE_ENV!=="production"&&d(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(process.env.NODE_ENV!=="production"&&d(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(process.env.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(s,t,{enumerable:!0,configurable:!0,value:n}):s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let c;return!!n[i]||e!==D&&g(e,i)||Xe(t,i)||(c=s[0])&&g(c,i)||g(r,i)||g(ie,i)||g(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:g(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};process.env.NODE_ENV!=="production"&&(ur.ownKeys=e=>(d("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function Tt(e){return p(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function fr(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,c=s.get(t);let l;return c?l=c:!o.length&&!n&&!r?l=t:(l={},o.length&&o.forEach(a=>Se(l,a,i,!0)),Se(l,t,i)),S(t)&&s.set(t,l),l}function Se(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Se(e,s,n,!0),o&&o.forEach(i=>Se(e,i,n,!0));for(const i in t)if(r&&i==="expose")process.env.NODE_ENV!=="production"&&d('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const c=pr[i]||n&&n[i];e[i]=c?c(e[i],t[i]):t[i]}return e}const pr={data:$t,props:jt,emits:jt,methods:ce,computed:ce,beforeCreate:w,created:w,beforeMount:w,mounted:w,beforeUpdate:w,updated:w,beforeDestroy:w,beforeUnmount:w,destroyed:w,unmounted:w,activated:w,deactivated:w,errorCaptured:w,serverPrefetch:w,components:ce,directives:ce,watch:hr,provide:$t,inject:dr};function $t(e,t){return t?e?function(){return x(m(e)?e.call(this,this):e,m(t)?t.call(this,this):t)}:t:e}function dr(e,t){return ce(Mt(e),Mt(t))}function Mt(e){if(p(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function w(e,t){return e?[...new Set([].concat(e,t))]:t}function ce(e,t){return e?x(Object.create(null),e,t):t}function jt(e,t){return e?p(e)&&p(t)?[...new Set([...e,...t])]:x(Object.create(null),Tt(e),Tt(t??{})):t}function hr(e,t){if(!e)return t;if(!t)return e;const n=x(Object.create(null),e);for(const r in t)n[r]=w(e[r],t[r]);return n}let At=null;function Q(e,t){if(!R)process.env.NODE_ENV!=="production"&&d("provide() can only be used inside setup().");else{let n=R.provides;const r=R.parent&&R.parent.provides;r===n&&(n=R.provides=Object.create(r)),n[e]=t}}function _r(e,t,n=!1){const r=R||I;if(r||At){const o=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:At._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&m(t)?t.call(r&&r.proxy):t;process.env.NODE_ENV!=="production"&&d(`injection "${String(e)}" not found.`)}else process.env.NODE_ENV!=="production"&&d("inject() can only be used inside setup() or functional components.")}const gr={},Ft=e=>Object.getPrototypeOf(e)===gr,Lt=rr,mr=e=>e.__isTeleport,Ht=Symbol.for("v-fgt"),Er=Symbol.for("v-txt"),wr=Symbol.for("v-cmt");let X=null;function Nr(e){return e?e.__v_isVNode===!0:!1}const Or=(...e)=>Kt(...e),Ut=({key:e})=>e??null,ye=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?v(e)||y(e)||m(e)?{i:I,r:e,k:t,f:!!n}:e:null);function br(e,t=null,n=null,r=0,o=null,s=e===Ht?0:1,i=!1,c=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Ut(t),ref:t&&ye(t),scopeId:er,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:I};return c?(Ze(l,n),s&128&&e.normalize(l)):n&&(l.shapeFlag|=v(n)?8:16),process.env.NODE_ENV!=="production"&&l.key!==l.key&&d("VNode created with invalid key (NaN). VNode type:",l.type),!i&&X&&(l.patchFlag>0||s&6)&&l.patchFlag!==32&&X.push(l),l}const vr=process.env.NODE_ENV!=="production"?Or:Kt;function Kt(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===tr)&&(process.env.NODE_ENV!=="production"&&!e&&d(`Invalid vnode type when creating vnode: ${e}.`),e=wr),Nr(e)){const c=Ve(e,t,!0);return n&&Ze(c,n),!s&&X&&(c.shapeFlag&6?X[X.indexOf(e)]=c:X.push(c)),c.patchFlag|=-2,c}if(Yt(e)&&(e=e.__vccOpts),t){t=Sr(t);let{class:c,style:l}=t;c&&!v(c)&&(t.class=Pe(c)),S(l)&&(Ke(l)&&!p(l)&&(l=x({},l)),t.style=Re(l))}const i=v(e)?1:nr(e)?128:mr(e)?64:S(e)?4:m(e)?2:0;return process.env.NODE_ENV!=="production"&&i&4&&Ke(e)&&(e=f(e),d("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
|
|
17
|
+
Component that was made reactive: `,e)),br(e,t,n,r,o,i,s,!0)}function Sr(e){return e?Ke(e)||Ft(e)?x({},e):e:null}function Ve(e,t,n=!1,r=!1){const{props:o,ref:s,patchFlag:i,children:c,transition:l}=e,a=t?Vr(o||{},t):o,h={__v_isVNode:!0,__v_skip:!0,type:e.type,props:a,key:a&&Ut(a),ref:t&&t.ref?n&&s?p(s)?s.concat(ye(t)):[s,ye(t)]:ye(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&i===-1&&p(c)?c.map(zt):c,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ht?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ve(e.ssContent),ssFallback:e.ssFallback&&Ve(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&(h.transition=l.clone(h)),h}function zt(e){const t=Ve(e);return p(e.children)&&(t.children=e.children.map(zt)),t}function yr(e=" ",t=0){return vr(Er,null,e,t)}function Ze(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(p(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),Ze(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Ft(t)?t._ctx=I:o===3&&I&&(I.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else m(t)?(t={default:t,_ctx:I},n=32):(t=String(t),r&64?(n=16,t=[yr(t)]):n=8);e.children=t,e.shapeFlag|=n}function Vr(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Pe([t.class,r.class]));else if(o==="style")t.style=Re([t.style,r.style]);else if(Xt(o)){const s=t[o],i=r[o];i&&s!==i&&!(p(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}let R=null,ke;{const e=st(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),s=>{o.length>1?o.forEach(i=>i(s)):o[0](s)}};ke=t("__VUE_INSTANCE_SETTERS__",n=>R=n),t("__VUE_SSR_SETTERS__",n=>Wt=n)}const xr=e=>{const t=R;return ke(e),e.scope.on(),()=>{e.scope.off(),ke(t)}};function Cr(e){return e.vnode.shapeFlag&4}let Wt=!1;process.env.NODE_ENV;function Ir(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Fn(Mn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in ie)return ie[n](e)},has(t,n){return n in t||n in ie}}))}const Rr=/(?:^|[-_])(\w)/g,Pr=e=>e.replace(Rr,t=>t.toUpperCase()).replace(/[-_]/g,"");function qt(e,t=!0){return m(e)?e.displayName||e.name:e.name||t&&e.__name}function Jt(e,t,n=!1){let r=qt(t);if(!r&&t.__file){const o=t.__file.match(/([^/\\]+)\.\w+$/);o&&(r=o[1])}if(!r&&e&&e.parent){const o=s=>{for(const i in s)if(s[i]===t)return i};r=o(e.components||e.parent.type.components)||o(e.appContext.components)}return r?Pr(r):n?"App":"Anonymous"}function Yt(e){return m(e)&&"__vccOpts"in e}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;const Gt=Bt(O.defineComponent({__name:"ProviderConfig",props:{onlyofficeConfig:{type:Object,default:()=>null},token:{type:String,default:""},userInfo:{type:Object,default:()=>null},loadUrl:{type:String,default:""},uploadUrl:{type:String,default:""},iconConfig:{type:Object,default:()=>null}},setup(e){const t=e;return Q("onlyofficeConfig",O.computed(()=>t.onlyofficeConfig)),Q("token",O.computed(()=>t.token)),Q("userInfo",O.computed(()=>t.userInfo)),Q("loadUrl",O.computed(()=>t.loadUrl)),Q("uploadUrl",O.computed(()=>t.uploadUrl)),Q("iconConfig",O.computed(()=>t.iconConfig)),(n,r)=>O.renderSlot(n.$slots,"default")}}));P.IkProviderConfig=Gt,P.default=Gt,Object.defineProperties(P,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|