@visactor/vue-vtable 1.7.5-alpha.1
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/README.md +93 -0
- package/cjs/components/component/menu.d.ts +9 -0
- package/cjs/components/component/menu.js +9 -0
- package/cjs/components/component/menu.js.map +1 -0
- package/cjs/components/component/tooltip.d.ts +7 -0
- package/cjs/components/component/tooltip.js +10 -0
- package/cjs/components/component/tooltip.js.map +1 -0
- package/cjs/components/custom/checkBox.d.ts +16 -0
- package/cjs/components/custom/checkBox.js +10 -0
- package/cjs/components/custom/checkBox.js.map +1 -0
- package/cjs/components/custom/custom-layout.d.ts +16 -0
- package/cjs/components/custom/custom-layout.js +10 -0
- package/cjs/components/custom/custom-layout.js.map +1 -0
- package/cjs/components/custom/group.d.ts +2 -0
- package/cjs/components/custom/group.js +10 -0
- package/cjs/components/custom/group.js.map +1 -0
- package/cjs/components/custom/image.d.ts +2 -0
- package/cjs/components/custom/image.js +10 -0
- package/cjs/components/custom/image.js.map +1 -0
- package/cjs/components/custom/radio.d.ts +13 -0
- package/cjs/components/custom/radio.js +10 -0
- package/cjs/components/custom/radio.js.map +1 -0
- package/cjs/components/custom/tag.d.ts +12 -0
- package/cjs/components/custom/tag.js +10 -0
- package/cjs/components/custom/tag.js.map +1 -0
- package/cjs/components/custom/text.d.ts +2 -0
- package/cjs/components/custom/text.js +10 -0
- package/cjs/components/custom/text.js.map +1 -0
- package/cjs/components/index.d.ts +15 -0
- package/cjs/components/index.js +147 -0
- package/cjs/components/index.js.map +1 -0
- package/cjs/components/list/list-column.d.ts +3 -0
- package/cjs/components/list/list-column.js +10 -0
- package/cjs/components/list/list-column.js.map +1 -0
- package/cjs/components/pivot/pivot-column-dimension.d.ts +8 -0
- package/cjs/components/pivot/pivot-column-dimension.js +10 -0
- package/cjs/components/pivot/pivot-column-dimension.js.map +1 -0
- package/cjs/components/pivot/pivot-column-header-title.d.ts +3 -0
- package/cjs/components/pivot/pivot-column-header-title.js +10 -0
- package/cjs/components/pivot/pivot-column-header-title.js.map +1 -0
- package/cjs/components/pivot/pivot-corner.d.ts +3 -0
- package/cjs/components/pivot/pivot-corner.js +10 -0
- package/cjs/components/pivot/pivot-corner.js.map +1 -0
- package/cjs/components/pivot/pivot-indicator.d.ts +3 -0
- package/cjs/components/pivot/pivot-indicator.js +10 -0
- package/cjs/components/pivot/pivot-indicator.js.map +1 -0
- package/cjs/components/pivot/pivot-row-dimension.d.ts +8 -0
- package/cjs/components/pivot/pivot-row-dimension.js +10 -0
- package/cjs/components/pivot/pivot-row-dimension.js.map +1 -0
- package/cjs/components/pivot/pivot-row-header-title.d.ts +3 -0
- package/cjs/components/pivot/pivot-row-header-title.js +10 -0
- package/cjs/components/pivot/pivot-row-header-title.js.map +1 -0
- package/cjs/constants.d.ts +1 -0
- package/cjs/constants.js +5 -0
- package/cjs/constants.js.map +1 -0
- package/cjs/eventsUtils.d.ts +101 -0
- package/cjs/eventsUtils.js +58 -0
- package/cjs/eventsUtils.js.map +1 -0
- package/cjs/index.d.ts +5 -0
- package/cjs/index.js +38 -0
- package/cjs/index.js.map +1 -0
- package/cjs/tables/chartModule.d.ts +1 -0
- package/cjs/tables/chartModule.js +37 -0
- package/cjs/tables/chartModule.js.map +1 -0
- package/cjs/tables/index.d.ts +4 -0
- package/cjs/tables/index.js +48 -0
- package/cjs/tables/index.js.map +1 -0
- package/cjs/tables/utils.d.ts +2 -0
- package/cjs/tables/utils.js +80 -0
- package/cjs/tables/utils.js.map +1 -0
- package/dist/vue-vtable.js +4040 -0
- package/dist/vue-vtable.min.js +18 -0
- package/es/components/component/menu.d.ts +9 -0
- package/es/components/component/menu.js +3 -0
- package/es/components/component/menu.js.map +1 -0
- package/es/components/component/tooltip.d.ts +7 -0
- package/es/components/component/tooltip.js +4 -0
- package/es/components/component/tooltip.js.map +1 -0
- package/es/components/custom/checkBox.d.ts +16 -0
- package/es/components/custom/checkBox.js +4 -0
- package/es/components/custom/checkBox.js.map +1 -0
- package/es/components/custom/custom-layout.d.ts +16 -0
- package/es/components/custom/custom-layout.js +4 -0
- package/es/components/custom/custom-layout.js.map +1 -0
- package/es/components/custom/group.d.ts +2 -0
- package/es/components/custom/group.js +4 -0
- package/es/components/custom/group.js.map +1 -0
- package/es/components/custom/image.d.ts +2 -0
- package/es/components/custom/image.js +4 -0
- package/es/components/custom/image.js.map +1 -0
- package/es/components/custom/radio.d.ts +13 -0
- package/es/components/custom/radio.js +4 -0
- package/es/components/custom/radio.js.map +1 -0
- package/es/components/custom/tag.d.ts +12 -0
- package/es/components/custom/tag.js +4 -0
- package/es/components/custom/tag.js.map +1 -0
- package/es/components/custom/text.d.ts +2 -0
- package/es/components/custom/text.js +4 -0
- package/es/components/custom/text.js.map +1 -0
- package/es/components/index.d.ts +15 -0
- package/es/components/index.js +30 -0
- package/es/components/index.js.map +1 -0
- package/es/components/list/list-column.d.ts +3 -0
- package/es/components/list/list-column.js +4 -0
- package/es/components/list/list-column.js.map +1 -0
- package/es/components/pivot/pivot-column-dimension.d.ts +8 -0
- package/es/components/pivot/pivot-column-dimension.js +4 -0
- package/es/components/pivot/pivot-column-dimension.js.map +1 -0
- package/es/components/pivot/pivot-column-header-title.d.ts +3 -0
- package/es/components/pivot/pivot-column-header-title.js +4 -0
- package/es/components/pivot/pivot-column-header-title.js.map +1 -0
- package/es/components/pivot/pivot-corner.d.ts +3 -0
- package/es/components/pivot/pivot-corner.js +4 -0
- package/es/components/pivot/pivot-corner.js.map +1 -0
- package/es/components/pivot/pivot-indicator.d.ts +3 -0
- package/es/components/pivot/pivot-indicator.js +4 -0
- package/es/components/pivot/pivot-indicator.js.map +1 -0
- package/es/components/pivot/pivot-row-dimension.d.ts +8 -0
- package/es/components/pivot/pivot-row-dimension.js +4 -0
- package/es/components/pivot/pivot-row-dimension.js.map +1 -0
- package/es/components/pivot/pivot-row-header-title.d.ts +3 -0
- package/es/components/pivot/pivot-row-header-title.js +4 -0
- package/es/components/pivot/pivot-row-header-title.js.map +1 -0
- package/es/constants.d.ts +1 -0
- package/es/constants.js +1 -0
- package/es/constants.js.map +1 -0
- package/es/eventsUtils.d.ts +101 -0
- package/es/eventsUtils.js +56 -0
- package/es/eventsUtils.js.map +1 -0
- package/es/index.d.ts +5 -0
- package/es/index.js +10 -0
- package/es/index.js.map +1 -0
- package/es/tables/chartModule.d.ts +1 -0
- package/es/tables/chartModule.js +6 -0
- package/es/tables/chartModule.js.map +1 -0
- package/es/tables/index.d.ts +4 -0
- package/es/tables/index.js +8 -0
- package/es/tables/index.js.map +1 -0
- package/es/tables/utils.d.ts +2 -0
- package/es/tables/utils.js +49 -0
- package/es/tables/utils.js.map +1 -0
- package/package.json +100 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@visactor/vtable")):"function"==typeof define&&define.amd?define(["exports","@visactor/vtable"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).VueVTable={},e.VTable)}(this,(function(e,t){"use strict";function n(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var o=n(t);
|
|
2
|
+
/**
|
|
3
|
+
* @vue/shared v3.5.0
|
|
4
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
5
|
+
* @license MIT
|
|
6
|
+
**/
|
|
7
|
+
/*! #__NO_SIDE_EFFECTS__ */function r(e,t){const n=new Set(e.split(","));return t?e=>n.has(e.toLowerCase()):e=>n.has(e)}const i="production"!==process.env.NODE_ENV?Object.freeze({}):{},s="production"!==process.env.NODE_ENV?Object.freeze([]):[],l=()=>{},c=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),u=Object.assign,a=Object.prototype.hasOwnProperty,p=(e,t)=>a.call(e,t),d=Array.isArray,f=e=>"[object Map]"===b(e),h=e=>"[object Set]"===b(e),v=e=>"function"==typeof e,g=e=>"string"==typeof e,_=e=>"symbol"==typeof e,y=e=>null!==e&&"object"==typeof e,E=e=>(y(e)||v(e))&&v(e.then)&&v(e.catch),m=Object.prototype.toString,b=e=>m.call(e),w=e=>b(e).slice(8,-1),N=e=>"[object Object]"===b(e),C=e=>g(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,O=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},S=O((e=>e.charAt(0).toUpperCase()+e.slice(1))),D=O((e=>e?`on${S(e)}`:"")),T=(e,t)=>!Object.is(e,t),x=function(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:o,value:n})};let k;const V=()=>k||(k="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function L(e){if(d(e)){const t={};for(let n=0;n<e.length;n++){const o=e[n],r=g(o)?M(o):L(o);if(r)for(const e in r)t[e]=r[e]}return t}if(g(e)||y(e))return e}const R=/;(?![^(]*\))/g,A=/:([^]+)/,I=/\/\*[^]*?\*\//g;function M(e){const t={};return e.replace(I,"").split(R).forEach((e=>{if(e){const n=e.split(A);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function P(e){let t="";if(g(e))t=e;else if(d(e))for(let n=0;n<e.length;n++){const o=P(e[n]);o&&(t+=o+" ")}else if(y(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}
|
|
8
|
+
/**
|
|
9
|
+
* @vue/reactivity v3.5.0
|
|
10
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
11
|
+
* @license MIT
|
|
12
|
+
**/function H(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o]}let j;const $=new WeakSet;class q{constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.nextEffect=void 0,this.cleanup=void 0,this.scheduler=void 0}pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,$.has(this)&&($.delete(this),this.trigger()))}notify(){2&this.flags&&!(32&this.flags)||8&this.flags||(this.flags|=8,this.nextEffect=U,U=this)}run(){if(!(1&this.flags))return this.fn();this.flags|=2,ne(this),K(this);const e=j,t=X;j=this,X=!0;try{return this.fn()}finally{"production"!==process.env.NODE_ENV&&j!==this&&H("Active effect was not restored correctly - this is likely a Vue internal bug."),G(this),j=e,X=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)J(e);this.deps=this.depsTail=void 0,ne(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?$.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){B(this)&&this.run()}get dirty(){return B(this)}}let U,F=0;function z(){F++}function W(){if(--F>0)return;let e;for(;U;){let t=U;for(U=void 0;t;){const n=t.nextEffect;if(t.nextEffect=void 0,t.flags&=-9,1&t.flags)try{t.trigger()}catch(t){e||(e=t)}t=n}}if(e)throw e}function K(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function G(e){let t,n=e.depsTail;for(let e=n;e;e=e.prevDep)-1===e.version?(e===n&&(n=e.prevDep),J(e),Z(e)):t=e,e.dep.activeLink=e.prevActiveLink,e.prevActiveLink=void 0;e.deps=t,e.depsTail=n}function B(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&!1===Y(t.dep.computed)||t.dep.version!==t.version)return!0;return!!e._dirty}function Y(e){if(2&e.flags)return!1;if(4&e.flags&&!(16&e.flags))return;if(e.flags&=-17,e.globalVersion===oe)return;e.globalVersion=oe;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&!B(e))return void(e.flags&=-3);const n=j,o=X;j=e,X=!0;try{K(e);const n=e.fn();(0===t.version||T(n,e._value))&&(e._value=n,t.version++)}catch(e){throw t.version++,e}finally{j=n,X=o,G(e),e.flags&=-3}}function J(e){const{dep:t,prevSub:n,nextSub:o}=e;if(n&&(n.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=n,e.nextSub=void 0),t.subs===e&&(t.subs=n),!t.subs&&t.computed){t.computed.flags&=-5;for(let e=t.computed.deps;e;e=e.nextDep)J(e)}}function Z(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let X=!0;const Q=[];function ee(){Q.push(X),X=!1}function te(){const e=Q.pop();X=void 0===e||e}function ne(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const e=j;j=void 0;try{t()}finally{j=e}}}let oe=0;class re{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,"production"!==process.env.NODE_ENV&&(this.subsHead=void 0)}track(e){if(!j||!X)return;let t=this.activeLink;if(void 0===t||t.sub!==j)t=this.activeLink={dep:this,sub:j,version:this.version,nextDep:void 0,prevDep:void 0,nextSub:void 0,prevSub:void 0,prevActiveLink:void 0},j.deps?(t.prevDep=j.depsTail,j.depsTail.nextDep=t,j.depsTail=t):j.deps=j.depsTail=t,4&j.flags&&ie(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){const e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=j.depsTail,t.nextDep=void 0,j.depsTail.nextDep=t,j.depsTail=t,j.deps===t&&(j.deps=e)}return"production"!==process.env.NODE_ENV&&j.onTrack&&j.onTrack(u({effect:j},e)),t}trigger(e){this.version++,oe++,this.notify(e)}notify(e){z();try{if("production"!==process.env.NODE_ENV)for(let t=this.subsHead;t;t=t.nextSub)"production"===process.env.NODE_ENV||!t.sub.onTrigger||8&t.sub.flags||t.sub.onTrigger(u({effect:t.sub},e));for(let e=this.subs;e;e=e.prevSub)e.sub.notify()}finally{W()}}}function ie(e){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let e=t.deps;e;e=e.nextDep)ie(e)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),"production"!==process.env.NODE_ENV&&void 0===e.dep.subsHead&&(e.dep.subsHead=e),e.dep.subs=e}const se=new WeakMap,le=Symbol("production"!==process.env.NODE_ENV?"Object iterate":""),ce=Symbol("production"!==process.env.NODE_ENV?"Map keys iterate":""),ue=Symbol("production"!==process.env.NODE_ENV?"Array iterate":"");function ae(e,t,n){if(X&&j){let o=se.get(e);o||se.set(e,o=new Map);let r=o.get(n);r||o.set(n,r=new re),"production"!==process.env.NODE_ENV?r.track({target:e,type:t,key:n}):r.track()}}function pe(e,t,n,o,r,i){const s=se.get(e);if(!s)return void oe++;let l=[];if("clear"===t)l=[...s.values()];else{const r=d(e),i=r&&C(n);if(r&&"length"===n){const e=Number(o);s.forEach(((t,n)=>{("length"===n||n===ue||!_(n)&&n>=e)&&l.push(t)}))}else{const o=e=>e&&l.push(e);switch(void 0!==n&&o(s.get(n)),i&&o(s.get(ue)),t){case"add":r?i&&o(s.get("length")):(o(s.get(le)),f(e)&&o(s.get(ce)));break;case"delete":r||(o(s.get(le)),f(e)&&o(s.get(ce)));break;case"set":f(e)&&o(s.get(le))}}}z();for(const s of l)"production"!==process.env.NODE_ENV?s.trigger({target:e,type:t,key:n,newValue:o,oldValue:r,oldTarget:i}):s.trigger();W()}function de(e){const t=at(e);return t===e?t:(ae(t,"iterate",ue),ct(e)?t:t.map(pt))}function fe(e){return ae(e=at(e),"iterate",ue),e}const he={__proto__:null,[Symbol.iterator](){return ve(this,Symbol.iterator,pt)},concat(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return de(this).concat(...t.map((e=>de(e))))},entries(){return ve(this,"entries",(e=>(e[1]=pt(e[1]),e)))},every(e,t){return _e(this,"every",e,t,void 0,arguments)},filter(e,t){return _e(this,"filter",e,t,(e=>e.map(pt)),arguments)},find(e,t){return _e(this,"find",e,t,pt,arguments)},findIndex(e,t){return _e(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return _e(this,"findLast",e,t,pt,arguments)},findLastIndex(e,t){return _e(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return _e(this,"forEach",e,t,void 0,arguments)},includes(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Ee(this,"includes",t)},indexOf(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Ee(this,"indexOf",t)},join(e){return de(this).join(e)},lastIndexOf(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Ee(this,"lastIndexOf",t)},map(e,t){return _e(this,"map",e,t,void 0,arguments)},pop(){return me(this,"pop")},push(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return me(this,"push",t)},reduce(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return ye(this,"reduce",e,n)},reduceRight(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return ye(this,"reduceRight",e,n)},shift(){return me(this,"shift")},some(e,t){return _e(this,"some",e,t,void 0,arguments)},splice(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return me(this,"splice",t)},toReversed(){return de(this).toReversed()},toSorted(e){return de(this).toSorted(e)},toSpliced(){return de(this).toSpliced(...arguments)},unshift(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return me(this,"unshift",t)},values(){return ve(this,"values",pt)}};function ve(e,t,n){const o=fe(e),r=o[t]();return o===e||ct(e)||(r._next=r.next,r.next=()=>{const e=r._next();return e.value&&(e.value=n(e.value)),e}),r}const ge=Array.prototype;function _e(e,t,n,o,r,i){const s=fe(e),l=s!==e&&!ct(e),c=s[t];if(c!==ge[t]){const t=c.apply(e,i);return l?pt(t):t}let u=n;s!==e&&(l?u=function(t,o){return n.call(this,pt(t),o,e)}:n.length>2&&(u=function(t,o){return n.call(this,t,o,e)}));const a=c.call(s,u,o);return l&&r?r(a):a}function ye(e,t,n,o){const r=fe(e);let i=n;return r!==e&&(ct(e)?n.length>3&&(i=function(t,o,r){return n.call(this,t,o,r,e)}):i=function(t,o,r){return n.call(this,t,pt(o),r,e)}),r[t](i,...o)}function Ee(e,t,n){const o=at(e);ae(o,"iterate",ue);const r=o[t](...n);return-1!==r&&!1!==r||!ut(n[0])?r:(n[0]=at(n[0]),o[t](...n))}function me(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];ee(),z();const o=at(e)[t].apply(e,n);return W(),te(),o}const be=r("__proto__,__v_isRef,__isVue"),we=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(_));function Ne(e){_(e)||(e=String(e));const t=at(this);return ae(t,"has",e),t.hasOwnProperty(e)}class Ce{constructor(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this._isReadonly=e,this._isShallow=t}get(e,t,n){const o=this._isReadonly,r=this._isShallow;if("__v_isReactive"===t)return!o;if("__v_isReadonly"===t)return o;if("__v_isShallow"===t)return r;if("__v_raw"===t)return n===(o?r?tt:et:r?Qe:Xe).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(n)?e:void 0;const i=d(e);if(!o){let e;if(i&&(e=he[t]))return e;if("hasOwnProperty"===t)return Ne}const s=Reflect.get(e,t,ft(e)?e:n);return(_(t)?we.has(t):be(t))?s:(o||ae(e,"get",t),r?s:ft(s)?i&&C(t)?s:s.value:y(s)?o?ot(s):nt(s):s)}}class Oe extends Ce{constructor(){super(!1,arguments.length>0&&void 0!==arguments[0]&&arguments[0])}set(e,t,n,o){let r=e[t];if(!this._isShallow){const t=lt(r);if(ct(n)||lt(n)||(r=at(r),n=at(n)),!d(e)&&ft(r)&&!ft(n))return!t&&(r.value=n,!0)}const i=d(e)&&C(t)?Number(t)<e.length:p(e,t),s=Reflect.set(e,t,n,ft(e)?e:o);return e===at(o)&&(i?T(n,r)&&pe(e,"set",t,n,r):pe(e,"add",t,n)),s}deleteProperty(e,t){const n=p(e,t),o=e[t],r=Reflect.deleteProperty(e,t);return r&&n&&pe(e,"delete",t,void 0,o),r}has(e,t){const n=Reflect.has(e,t);return _(t)&&we.has(t)||ae(e,"has",t),n}ownKeys(e){return ae(e,"iterate",d(e)?"length":le),Reflect.ownKeys(e)}}class Se extends Ce{constructor(){super(!0,arguments.length>0&&void 0!==arguments[0]&&arguments[0])}set(e,t){return"production"!==process.env.NODE_ENV&&H(`Set operation on key "${String(t)}" failed: target is readonly.`,e),!0}deleteProperty(e,t){return"production"!==process.env.NODE_ENV&&H(`Delete operation on key "${String(t)}" failed: target is readonly.`,e),!0}}const De=new Oe,Te=new Se,xe=new Se(!0),ke=e=>e,Ve=e=>Reflect.getPrototypeOf(e);function Le(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const r=at(e=e.__v_raw),i=at(t);n||(T(t,i)&&ae(r,"get",t),ae(r,"get",i));const{has:s}=Ve(r),l=o?ke:n?dt:pt;return s.call(r,t)?l(e.get(t)):s.call(r,i)?l(e.get(i)):void(e!==r&&e.get(t))}function Re(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const n=this.__v_raw,o=at(n),r=at(e);return t||(T(e,r)&&ae(o,"has",e),ae(o,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function Ae(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=e.__v_raw,!t&&ae(at(e),"iterate",le),Reflect.get(e,"size",e)}function Ie(e){arguments.length>1&&void 0!==arguments[1]&&arguments[1]||ct(e)||lt(e)||(e=at(e));const t=at(this);return Ve(t).has.call(t,e)||(t.add(e),pe(t,"add",e,e)),this}function Me(e,t){arguments.length>2&&void 0!==arguments[2]&&arguments[2]||ct(t)||lt(t)||(t=at(t));const n=at(this),{has:o,get:r}=Ve(n);let i=o.call(n,e);i?"production"!==process.env.NODE_ENV&&Ze(n,o,e):(e=at(e),i=o.call(n,e));const s=r.call(n,e);return n.set(e,t),i?T(t,s)&&pe(n,"set",e,t,s):pe(n,"add",e,t),this}function Pe(e){const t=at(this),{has:n,get:o}=Ve(t);let r=n.call(t,e);r?"production"!==process.env.NODE_ENV&&Ze(t,n,e):(e=at(e),r=n.call(t,e));const i=o?o.call(t,e):void 0,s=t.delete(e);return r&&pe(t,"delete",e,void 0,i),s}function He(){const e=at(this),t=0!==e.size,n="production"!==process.env.NODE_ENV?f(e)?new Map(e):new Set(e):void 0,o=e.clear();return t&&pe(e,"clear",void 0,void 0,n),o}function je(e,t){return function(n,o){const r=this,i=r.__v_raw,s=at(i),l=t?ke:e?dt:pt;return!e&&ae(s,"iterate",le),i.forEach(((e,t)=>n.call(o,l(e),l(t),r)))}}function $e(e,t,n){return function(){const o=this.__v_raw,r=at(o),i=f(r),s="entries"===e||e===Symbol.iterator&&i,l="keys"===e&&i,c=o[e](...arguments),u=n?ke:t?dt:pt;return!t&&ae(r,"iterate",l?ce:le),{next(){const{value:e,done:t}=c.next();return t?{value:e,done:t}:{value:s?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}function qe(e){return function(){if("production"!==process.env.NODE_ENV){const t=(arguments.length<=0?void 0:arguments[0])?`on key "${arguments.length<=0?void 0:arguments[0]}" `:"";H(`${S(e)} operation ${t}failed: target is readonly.`,at(this))}return"delete"!==e&&("clear"===e?void 0:this)}}function Ue(){const e={get(e){return Le(this,e)},get size(){return Ae(this)},has:Re,add:Ie,set:Me,delete:Pe,clear:He,forEach:je(!1,!1)},t={get(e){return Le(this,e,!1,!0)},get size(){return Ae(this)},has:Re,add(e){return Ie.call(this,e,!0)},set(e,t){return Me.call(this,e,t,!0)},delete:Pe,clear:He,forEach:je(!1,!0)},n={get(e){return Le(this,e,!0)},get size(){return Ae(this,!0)},has(e){return Re.call(this,e,!0)},add:qe("add"),set:qe("set"),delete:qe("delete"),clear:qe("clear"),forEach:je(!0,!1)},o={get(e){return Le(this,e,!0,!0)},get size(){return Ae(this,!0)},has(e){return Re.call(this,e,!0)},add:qe("add"),set:qe("set"),delete:qe("delete"),clear:qe("clear"),forEach:je(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((r=>{e[r]=$e(r,!1,!1),n[r]=$e(r,!0,!1),t[r]=$e(r,!1,!0),o[r]=$e(r,!0,!0)})),[e,n,t,o]}const[Fe,ze,We,Ke]=Ue();function Ge(e,t){const n=t?e?Ke:We:e?ze:Fe;return(t,o,r)=>"__v_isReactive"===o?!e:"__v_isReadonly"===o?e:"__v_raw"===o?t:Reflect.get(p(n,o)&&o in t?n:t,o,r)}const Be={get:Ge(!1,!1)},Ye={get:Ge(!0,!1)},Je={get:Ge(!0,!0)};function Ze(e,t,n){const o=at(n);if(o!==n&&t.call(e,o)){const t=w(e);H(`Reactive ${t} contains both the raw and reactive versions of the same object${"Map"===t?" 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 Xe=new WeakMap,Qe=new WeakMap,et=new WeakMap,tt=new WeakMap;function nt(e){return lt(e)?e:it(e,!1,De,Be,Xe)}function ot(e){return it(e,!0,Te,Ye,et)}function rt(e){return it(e,!0,xe,Je,tt)}function it(e,t,n,o,r){if(!y(e))return"production"!==process.env.NODE_ENV&&H(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const i=r.get(e);if(i)return i;const s=(l=e).__v_skip||!Object.isExtensible(l)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(w(l));var l;if(0===s)return e;const c=new Proxy(e,2===s?o:n);return r.set(e,c),c}function st(e){return lt(e)?st(e.__v_raw):!(!e||!e.__v_isReactive)}function lt(e){return!(!e||!e.__v_isReadonly)}function ct(e){return!(!e||!e.__v_isShallow)}function ut(e){return!!e&&!!e.__v_raw}function at(e){const t=e&&e.__v_raw;return t?at(t):e}const pt=e=>y(e)?nt(e):e,dt=e=>y(e)?ot(e):e;function ft(e){return!!e&&!0===e.__v_isRef}function ht(e){return gt(e,!1)}function vt(e){return gt(e,!0)}function gt(e,t){return ft(e)?e:new _t(e,t)}class _t{constructor(e,t){this.dep=new re,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:at(e),this._value=t?e:pt(e),this.__v_isShallow=t}get value(){return"production"!==process.env.NODE_ENV?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track(),this._value}set value(e){const t=this._rawValue,n=this.__v_isShallow||ct(e)||lt(e);e=n?e:at(e),T(e,t)&&(this._rawValue=e,this._value=n?e:pt(e),"production"!==process.env.NODE_ENV?this.dep.trigger({target:this,type:"set",key:"value",newValue:e,oldValue:t}):this.dep.trigger())}}const yt={get:(e,t,n)=>{return ft(o=Reflect.get(e,t,n))?o.value:o;var o},set:(e,t,n,o)=>{const r=e[t];return ft(r)&&!ft(n)?(r.value=n,!0):Reflect.set(e,t,n,o)}};class Et{constructor(e,t,n){this.fn=e,this.setter=t,this._value=void 0,this.dep=new re(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=oe-1,this.effect=this,this.__v_isReadonly=!t,this.isSSR=n}notify(){j!==this?(this.flags|=16,this.dep.notify()):process.env.NODE_ENV}get value(){const e="production"!==process.env.NODE_ENV?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track();return Y(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter?this.setter(e):"production"!==process.env.NODE_ENV&&H("Write operation failed: computed value is readonly")}}const mt={},bt=new WeakMap;let wt;function Nt(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i;const{immediate:o,deep:r,once:s,scheduler:c,augmentJob:u,call:a}=n,p=e=>{(n.onWarn||H)("Invalid watch source: ",e,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},f=e=>r?e:ct(e)||!1===r||0===r?Ct(e,1):Ct(e);let h,g,_,y,E=!1,m=!1;if(ft(e)?(g=()=>e.value,E=ct(e)):st(e)?(g=()=>f(e),E=!0):d(e)?(m=!0,E=e.some((e=>st(e)||ct(e))),g=()=>e.map((e=>ft(e)?e.value:st(e)?f(e):v(e)?a?a(e,2):e():void("production"!==process.env.NODE_ENV&&p(e))))):v(e)?g=t?a?()=>a(e,2):e:()=>{if(_){ee();try{_()}finally{te()}}const t=wt;wt=h;try{return a?a(e,3,[y]):e(y)}finally{wt=t}}:(g=l,"production"!==process.env.NODE_ENV&&p(e)),t&&r){const e=g,t=!0===r?1/0:r;g=()=>Ct(e(),t)}const b=()=>{h.stop()};if(s)if(t){const e=t;t=function(){e(...arguments),b()}}else{const e=g;g=()=>{e(),b()}}let w=m?new Array(e.length).fill(mt):mt;const N=e=>{if(1&h.flags&&(h.dirty||e))if(t){const e=h.run();if(r||E||(m?e.some(((e,t)=>T(e,w[t]))):T(e,w))){_&&_();const n=wt;wt=h;try{const n=[e,w===mt?void 0:m&&w[0]===mt?[]:w,y];a?a(t,3,n):t(...n),w=e}finally{wt=n}}}else h.run()};return u&&u(N),h=new q(g),h.scheduler=c?()=>c(N,!1):N,y=e=>function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:wt;if(n){let t=bt.get(n);t||bt.set(n,t=[]),t.push(e)}else"production"===process.env.NODE_ENV||t||H("onWatcherCleanup() was called when there was no active watcher to associate with.")}(e,!1,h),_=h.onStop=()=>{const e=bt.get(h);if(e){if(a)a(e,4);else for(const t of e)t();bt.delete(h)}},"production"!==process.env.NODE_ENV&&(h.onTrack=n.onTrack,h.onTrigger=n.onTrigger),t?o?N(!0):w=h.run():c?c(N.bind(null,!0),!0):h.run(),b.pause=h.pause.bind(h),b.resume=h.resume.bind(h),b.stop=b,b}function Ct(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1/0,n=arguments.length>2?arguments[2]:void 0;if(t<=0||!y(e)||e.__v_skip)return e;if(n=n||new Set,n.has(e))return e;if(n.add(e),t--,ft(e))Ct(e.value,t,n);else if(d(e))for(let o=0;o<e.length;o++)Ct(e[o],t,n);else if(h(e)||f(e))e.forEach((e=>{Ct(e,t,n)}));else if(N(e)){for(const o in e)Ct(e[o],t,n);for(const o of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,o)&&Ct(e[o],t,n)}return e}
|
|
13
|
+
/**
|
|
14
|
+
* @vue/runtime-core v3.5.0
|
|
15
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16
|
+
* @license MIT
|
|
17
|
+
**/const Ot=[];let St=!1;function Dt(e){if(St)return;St=!0,ee();const t=Ot.length?Ot[Ot.length-1].component:null,n=t&&t.appContext.config.warnHandler,o=function(){let e=Ot[Ot.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 o=e.component&&e.component.parent;e=o&&o.vnode}return t}();for(var r=arguments.length,i=new Array(r>1?r-1:0),s=1;s<r;s++)i[s-1]=arguments[s];if(n)Vt(n,t,11,[e+i.map((e=>{var t,n;return null!=(n=null==(t=e.toString)?void 0:t.call(e))?n:JSON.stringify(e)})).join(""),t&&t.proxy,o.map((e=>{let{vnode:n}=e;return`at <${ao(t,n.type)}>`})).join("\n"),o]);else{const t=[`[Vue warn]: ${e}`,...i];o.length&&t.push("\n",...function(e){const t=[];return e.forEach(((e,n)=>{t.push(...0===n?[]:["\n"],...function(e){let{vnode:t,recurseCount:n}=e;const o=n>0?`... (${n} recursive calls)`:"",r=!!t.component&&null==t.component.parent,i=` at <${ao(t.component,t.type,r)}`,s=">"+o;return t.props?[i,...Tt(t.props),s]:[i+s]}(e))})),t}(o))}te(),St=!1}function Tt(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach((n=>{t.push(...xt(n,e[n]))})),n.length>3&&t.push(" ..."),t}function xt(e,t,n){return g(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):"number"==typeof t||"boolean"==typeof t||null==t?n?t:[`${e}=${t}`]:ft(t)?(t=xt(e,at(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):v(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=at(t),n?t:[`${e}=`,t])}const kt={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",15:"component update",16:"app unmount cleanup function"};function Vt(e,t,n,o){try{return o?e(...o):e()}catch(e){Rt(e,t,n)}}function Lt(e,t,n,o){if(v(e)){const r=Vt(e,t,n,o);return r&&E(r)&&r.catch((e=>{Rt(e,t,n)})),r}if(d(e)){const r=[];for(let i=0;i<e.length;i++)r.push(Lt(e[i],t,n,o));return r}"production"!==process.env.NODE_ENV&&Dt("Invalid value type passed to callWithAsyncErrorHandling(): "+typeof e)}function Rt(e,t,n){let o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];const r=t?t.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:l}=t&&t.appContext.config||i;if(t){let o=t.parent;const r=t.proxy,i="production"!==process.env.NODE_ENV?kt[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const t=o.ec;if(t)for(let n=0;n<t.length;n++)if(!1===t[n](e,r,i))return;o=o.parent}if(s)return ee(),Vt(s,null,10,[e,r,i]),void te()}!function(e,t,n){let o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],r=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if("production"!==process.env.NODE_ENV){const r=kt[t];if(n&&(i=n,Ot.push(i)),Dt("Unhandled error"+(r?` during execution of ${r}`:"")),n&&Ot.pop(),o)throw e}else if(r)throw e;var i}(e,n,r,o,l)}let At=!1,It=!1;const Mt=[];let Pt=0;const Ht=[];let jt=null,$t=0;const qt=Promise.resolve();let Ut=null;const Ft=100;function zt(e){const t=Ut||qt;return e?t.then(this?e.bind(this):e):t}function Wt(e){if(!(1&e.flags)){const t=Bt(e),n=Mt[Mt.length-1];!n||!(2&e.flags)&&t>=Bt(n)?Mt.push(e):Mt.splice(function(e){let t=At?Pt+1:0,n=Mt.length;for(;t<n;){const o=t+n>>>1,r=Mt[o],i=Bt(r);i<e||i===e&&2&r.flags?t=o+1:n=o}return t}(t),0,e),4&e.flags||(e.flags|=1),Kt()}}function Kt(){At||It||(It=!0,Ut=qt.then(Yt))}function Gt(e){d(e)?Ht.push(...e):jt&&-1===e.id?jt.splice($t+1,0,e):1&e.flags||(Ht.push(e),4&e.flags||(e.flags|=1)),Kt()}const Bt=e=>null==e.id?2&e.flags?-1:1/0:e.id;function Yt(e){It=!1,At=!0,"production"!==process.env.NODE_ENV&&(e=e||new Map);const t="production"!==process.env.NODE_ENV?t=>Jt(e,t):l;try{for(Pt=0;Pt<Mt.length;Pt++){const e=Mt[Pt];if(e&&!(8&e.flags)){if("production"!==process.env.NODE_ENV&&t(e))continue;Vt(e,e.i,e.i?15:14),e.flags&=-2}}}finally{Pt=0,Mt.length=0,function(e){if(Ht.length){const t=[...new Set(Ht)].sort(((e,t)=>Bt(e)-Bt(t)));if(Ht.length=0,jt)return void jt.push(...t);for(jt=t,"production"!==process.env.NODE_ENV&&(e=e||new Map),$t=0;$t<jt.length;$t++){const t=jt[$t];"production"!==process.env.NODE_ENV&&Jt(e,t)||(8&t.flags||t(),t.flags&=-2)}jt=null,$t=0}}(e),At=!1,Ut=null,(Mt.length||Ht.length)&&Yt(e)}}function Jt(e,t){if(e.has(t)){const n=e.get(t);if(n>Ft){const e=t.i,n=e&&uo(e.type);return Rt(`Maximum recursive updates exceeded${n?` in component <${n}>`:""}. 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}e.set(t,n+1)}else e.set(t,1)}const Zt=new Map;"production"!==process.env.NODE_ENV&&(V().__VUE_HMR_RUNTIME__={createRecord:tn((function(e,t){if(Xt.has(e))return!1;return Xt.set(e,{initialDef:Qt(t),instances:new Set}),!0})),rerender:tn((function(e,t){const n=Xt.get(e);if(!n)return;n.initialDef.render=t,[...n.instances].forEach((e=>{t&&(e.render=t,Qt(e.type).render=t),e.renderCache=[],e.update()}))})),reload:tn((function(e,t){const n=Xt.get(e);if(!n)return;t=Qt(t),en(n.initialDef,t);const o=[...n.instances];for(let e=0;e<o.length;e++){const r=o[e],i=Qt(r.type);let s=Zt.get(i);s||(i!==n.initialDef&&en(i,t),Zt.set(i,s=new Set)),s.add(r),r.appContext.propsCache.delete(r.type),r.appContext.emitsCache.delete(r.type),r.appContext.optionsCache.delete(r.type),r.ceReload?(s.add(r),r.ceReload(t.styles),s.delete(r)):r.parent?Wt((()=>{r.parent.update(),s.delete(r)})):r.appContext.reload?r.appContext.reload():"undefined"!=typeof window&&window.location.reload(),r.root.ce&&r!==r.root&&r.root.ce._removeChildStyle(i)}Gt((()=>{Zt.clear()}))}))});const Xt=new Map;function Qt(e){return po(e)?e.__vccOpts:e}function en(e,t){u(e,t);for(const n in e)"__file"===n||n in t||delete e[n]}function tn(e){return(t,n)=>{try{return e(t,n)}catch(e){}}}let nn=null,on=null;function rn(e,t){6&e.shapeFlag&&e.component?rn(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}
|
|
18
|
+
/*! #__NO_SIDE_EFFECTS__ */function sn(e,t){return v(e)?(()=>u({name:e.name},t,{setup:e}))():e}const ln=e=>function(t){io&&"sp"!==e||function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:to,o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=function(){ee();const o=ro(n);for(var r=arguments.length,i=new Array(r),s=0;s<r;s++)i[s]=arguments[s];const l=Lt(t,n,e,i);return o(),te(),l});return o?r.unshift(i):r.push(i),i}"production"!==process.env.NODE_ENV&&Dt(`${D(kt[e].replace(/ hook$/,""))} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}(e,(function(){return t(...arguments)}),arguments.length>1&&void 0!==arguments[1]?arguments[1]:to)},cn=ln("m"),un=ln("bum"),an=Symbol.for("v-ndc");function pn(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0,r=arguments.length>4?arguments[4]:void 0;if(nn.ce||nn.parent&&nn.parent.type.__asyncLoader&&nn.parent.ce)return"default"!==t&&(n.name=t),$n(),Fn(In,null,[Bn("slot",n,o&&o())],64);let i=e[t];"production"!==process.env.NODE_ENV&&i&&i.length>1&&(Dt("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),i=()=>[]),i&&i._c&&(i._d=!1),$n();const s=i&&dn(i(n)),l=Fn(In,{key:(n.key||s&&s.key||`_${t}`)+(!s&&o?"_fb":"")},s||(o?o():[]),s&&1===e._?64:-2);return!r&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),i&&i._c&&(i._d=!0),l}function dn(e){return e.some((e=>!zn(e)||e.type!==Pn&&!(e.type===In&&!dn(e.children))))?e:null}const fn=e=>e?4&e.vnode.shapeFlag?function(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy((n=e.exposed,Object.isExtensible(n)&&x(n,"__v_skip",!0),st(t=n)?t:new Proxy(t,yt)),{get:(t,n)=>n in t?t[n]:n in hn?hn[n](e):void 0,has:(e,t)=>t in e||t in hn})):e.proxy;var t;var n}(e):fn(e.parent):null,hn=u(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>"production"!==process.env.NODE_ENV?rt(e.props):e.props,$attrs:e=>"production"!==process.env.NODE_ENV?rt(e.attrs):e.attrs,$slots:e=>"production"!==process.env.NODE_ENV?rt(e.slots):e.slots,$refs:e=>"production"!==process.env.NODE_ENV?rt(e.refs):e.refs,$parent:e=>fn(e.parent),$root:e=>fn(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?function(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,l=i.get(t);let c;l?c=l:r.length||n||o?(c={},r.length&&r.forEach((e=>mn(c,e,s,!0))),mn(c,t,s)):c=t;y(t)&&i.set(t,c);return c}(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>{Wt(e.update)}),$nextTick:e=>e.n||(e.n=zt.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?An.bind(e):l}),vn=(e,t)=>e!==i&&!e.__isScriptSetup&&p(e,t),gn={get(e,t){let{_:n}=e;if("__v_skip"===t)return!0;const{ctx:o,setupState:r,data:s,props:l,accessCache:c,type:u,appContext:a}=n;if("production"!==process.env.NODE_ENV&&"__isVue"===t)return!0;let d;if("$"!==t[0]){const e=c[t];if(void 0!==e)switch(e){case 1:return r[t];case 2:return s[t];case 4:return o[t];case 3:return l[t]}else{if(vn(r,t))return c[t]=1,r[t];if(s!==i&&p(s,t))return c[t]=2,s[t];if((d=n.propsOptions[0])&&p(d,t))return c[t]=3,l[t];if(o!==i&&p(o,t))return c[t]=4,o[t];__VUE_OPTIONS_API__&&!En||(c[t]=0)}}const f=hn[t];let h,v;return f?("$attrs"===t?(ae(n.attrs,"get",""),process.env.NODE_ENV):"production"!==process.env.NODE_ENV&&"$slots"===t&&ae(n,"get",t),f(n)):(h=u.__cssModules)&&(h=h[t])?h:o!==i&&p(o,t)?(c[t]=4,o[t]):(v=a.config.globalProperties,p(v,t)?v[t]:void("production"===process.env.NODE_ENV||!nn||g(t)&&0===t.indexOf("__v")||(s!==i&&(e=>"_"===e||"$"===e)(t[0])&&p(s,t)?Dt(`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.`):n===nn&&Dt(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))))},set(e,t,n){let{_:o}=e;const{data:r,setupState:s,ctx:l}=o;return vn(s,t)?(s[t]=n,!0):"production"!==process.env.NODE_ENV&&s.__isScriptSetup&&p(s,t)?(Dt(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==i&&p(r,t)?(r[t]=n,!0):p(o.props,t)?("production"!==process.env.NODE_ENV&&Dt(`Attempting to mutate prop "${t}". Props are readonly.`),!1):"$"===t[0]&&t.slice(1)in o?("production"!==process.env.NODE_ENV&&Dt(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):("production"!==process.env.NODE_ENV&&t in o.appContext.config.globalProperties?Object.defineProperty(l,t,{enumerable:!0,configurable:!0,value:n}):l[t]=n,!0)},has(e,t){let n,{_:{data:o,setupState:r,accessCache:s,ctx:l,appContext:c,propsOptions:u}}=e;return!!s[t]||o!==i&&p(o,t)||vn(r,t)||(n=u[0])&&p(n,t)||p(l,t)||p(hn,t)||p(c.config.globalProperties,t)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:p(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function _n(){return function(){const e=no();"production"===process.env.NODE_ENV||e||Dt("useContext() called without active instance.");return e.setupContext||(e.setupContext=function(e){const t=t=>{if("production"!==process.env.NODE_ENV&&(e.exposed&&Dt("expose() should be called only once per setup()."),null!=t)){let e=typeof t;"object"===e&&(d(t)?e="array":ft(t)&&(e="ref")),"object"!==e&&Dt(`expose() should be passed a plain object, received ${e}.`)}e.exposed=t||{}};if("production"!==process.env.NODE_ENV){let n,o;return Object.freeze({get attrs(){return n||(n=new Proxy(e.attrs,so))},get slots(){return o||(o=function(e){return new Proxy(e.slots,{get:(t,n)=>(ae(e,"get","$slots"),t[n])})}(e))},get emit(){return function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;r<n;r++)o[r-1]=arguments[r];return e.emit(t,...o)}},expose:t})}return{attrs:new Proxy(e.attrs,so),slots:e.slots,emit:e.emit,expose:t}}(e))}().slots}function yn(e){return d(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}"production"!==process.env.NODE_ENV&&(gn.ownKeys=e=>(Dt("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)));let En=!0;function mn(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const{mixins:r,extends:i}=t;i&&mn(e,i,n,!0),r&&r.forEach((t=>mn(e,t,n,!0)));for(const r in t)if(o&&"expose"===r)"production"!==process.env.NODE_ENV&&Dt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const o=bn[r]||n&&n[r];e[r]=o?o(e[r],t[r]):t[r]}return e}const bn={data:wn,props:Sn,emits:Sn,methods:On,computed:On,beforeCreate:Cn,created:Cn,beforeMount:Cn,mounted:Cn,beforeUpdate:Cn,updated:Cn,beforeDestroy:Cn,beforeUnmount:Cn,destroyed:Cn,unmounted:Cn,activated:Cn,deactivated:Cn,errorCaptured:Cn,serverPrefetch:Cn,components:On,directives:On,watch:function(e,t){if(!e)return t;if(!t)return e;const n=u(Object.create(null),e);for(const o in t)n[o]=Cn(e[o],t[o]);return n},provide:wn,inject:function(e,t){return On(Nn(e),Nn(t))}};function wn(e,t){return t?e?function(){return u(v(e)?e.call(this,this):e,v(t)?t.call(this,this):t)}:t:e}function Nn(e){if(d(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Cn(e,t){return e?[...new Set([].concat(e,t))]:t}function On(e,t){return e?u(Object.create(null),e,t):t}function Sn(e,t){return e?d(e)&&d(t)?[...new Set([...e,...t])]:u(Object.create(null),yn(e),yn(null!=t?t:{})):t}const Dn={},Tn=e=>Object.getPrototypeOf(e)===Dn,xn=function(e,t){t&&t.pendingBranch?d(e)?t.effects.push(...e):t.effects.push(e):Gt(e)},kn=Symbol.for("v-scx"),Vn=()=>{{const e=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const o=to||nn;if(o){const r=o?null==o.parent?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&v(t)?t.call(o&&o.proxy):t;"production"!==process.env.NODE_ENV&&Dt(`injection "${String(e)}" not found.`)}else"production"!==process.env.NODE_ENV&&Dt("inject() can only be used inside setup() or functional components.")}(kn);return e||"production"!==process.env.NODE_ENV&&Dt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function Ln(e,t,n){return"production"===process.env.NODE_ENV||v(t)||Dt("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Rn(e,t,n)}function Rn(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i;const{immediate:o,deep:r,flush:s,once:c}=n;"production"===process.env.NODE_ENV||t||(void 0!==o&&Dt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==r&&Dt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==c&&Dt('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=u({},n);let p;if("production"!==process.env.NODE_ENV&&(a.onWarn=Dt),io)if("sync"===s){const e=Vn();p=e.__watcherHandles||(e.__watcherHandles=[])}else{if(t&&!o)return{stop:l,resume:l,pause:l};a.once=!0}const d=to;a.call=(e,t,n)=>Lt(e,d,t,n);let f=!1;"post"===s?a.scheduler=e=>{xn(e,d&&d.suspense)}:"sync"!==s&&(f=!0,a.scheduler=(e,t)=>{t?e():Wt(e)}),a.augmentJob=e=>{t&&(e.flags|=4),f&&(e.flags|=2,d&&(e.id=d.uid,e.i=d))};const h=Nt(e,t,a);return p&&p.push(h),h}function An(e,t,n){const o=this.proxy,r=g(e)?e.includes(".")?function(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e<n.length&&t;e++)t=t[n[e]];return t}}(o,e):()=>o[e]:e.bind(o,o);let i;v(t)?i=t:(i=t.handler,n=t);const s=ro(this),l=Rn(r,i.bind(o),n);return s(),l}const In=Symbol.for("v-fgt"),Mn=Symbol.for("v-txt"),Pn=Symbol.for("v-cmt"),Hn=[];let jn=null;function $n(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];Hn.push(jn=e?null:[])}function qn(e){return e.dynamicChildren=jn||s,Hn.pop(),jn=Hn[Hn.length-1]||null,jn&&jn.push(e),e}function Un(e,t,n,o,r,i){return qn(Gn(e,t,n,o,r,i,!0))}function Fn(e,t,n,o,r){return qn(Bn(e,t,n,o,r,!0))}function zn(e){return!!e&&!0===e.__v_isVNode}const Wn=e=>{let{key:t}=e;return null!=t?t:null},Kn=e=>{let{ref:t,ref_key:n,ref_for:o}=e;return"number"==typeof t&&(t=""+t),null!=t?g(t)||ft(t)||v(t)?{i:nn,r:t,k:n,f:!!o}:t:null};function Gn(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e===In?0:1,s=arguments.length>6&&void 0!==arguments[6]&&arguments[6],l=arguments.length>7&&void 0!==arguments[7]&&arguments[7];const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Wn(t),ref:t&&Kn(t),scopeId:on,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:o,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:nn};return l?(Qn(c,n),128&i&&e.normalize(c)):n&&(c.shapeFlag|=g(n)?8:16),"production"!==process.env.NODE_ENV&&c.key!=c.key&&Dt("VNode created with invalid key (NaN). VNode type:",c.type),!s&&jn&&(c.patchFlag>0||6&i)&&32!==c.patchFlag&&jn.push(c),c}const Bn="production"!==process.env.NODE_ENV?function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Yn(...t)}:Yn;function Yn(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,i=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(e&&e!==an||("production"===process.env.NODE_ENV||e||Dt(`Invalid vnode type when creating vnode: ${e}.`),e=Pn),zn(e)){const o=Jn(e,t,!0);return n&&Qn(o,n),!i&&jn&&(6&o.shapeFlag?jn[jn.indexOf(e)]=o:jn.push(o)),o.patchFlag=-2,o}if(po(e)&&(e=e.__vccOpts),t){t=function(e){return e?ut(e)||Tn(e)?u({},e):e:null}(t);let{class:e,style:n}=t;e&&!g(e)&&(t.class=P(e)),y(n)&&(ut(n)&&!d(n)&&(n=u({},n)),t.style=L(n))}const s=g(e)?1:(e=>e.__isSuspense)(e)?128:(e=>e.__isTeleport)(e)?64:y(e)?4:v(e)?2:0;return"production"!==process.env.NODE_ENV&&4&s&&ut(e)&&Dt("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`.","\nComponent that was made reactive: ",e=at(e)),Gn(e,t,n,o,r,s,i,!0)}function Jn(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const{props:r,ref:i,patchFlag:s,children:l,transition:c}=e,u=t?eo(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&Wn(u),ref:t&&t.ref?n&&i?d(i)?i.concat(Kn(t)):[i,Kn(t)]:Kn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:"production"!==process.env.NODE_ENV&&-1===s&&d(l)?l.map(Zn):l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==In?-1===s?16:16|s:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Jn(e.ssContent),ssFallback:e.ssFallback&&Jn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&o&&rn(a,c.clone(a)),a}function Zn(e){const t=Jn(e);return d(e.children)&&(t.children=e.children.map(Zn)),t}function Xn(){return Bn(Mn,null,arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ",arguments.length>1&&void 0!==arguments[1]?arguments[1]:0)}function Qn(e,t){let n=0;const{shapeFlag:o}=e;if(null==t)t=null;else if(d(t))n=16;else if("object"==typeof t){if(65&o){const n=t.default;return void(n&&(n._c&&(n._d=!1),Qn(e,n()),n._c&&(n._d=!0)))}{n=32;const o=t._;o||Tn(t)?3===o&&nn&&(1===nn.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=nn}}else v(t)?(t={default:t,_ctx:nn},n=32):(t=String(t),64&o?(n=16,t=[Xn(t)]):n=8);e.children=t,e.shapeFlag|=n}function eo(){const e={};for(let t=0;t<arguments.length;t++){const n=t<0||arguments.length<=t?void 0:arguments[t];for(const t in n)if("class"===t)e.class!==n.class&&(e.class=P([e.class,n.class]));else if("style"===t)e.style=L([e.style,n.style]);else if(c(t)){const o=e[t],r=n[t];!r||o===r||d(o)&&o.includes(r)||(e[t]=o?[].concat(o,r):r)}else""!==t&&(e[t]=n[t])}return e}let to=null;const no=()=>to||nn;let oo;{const e=V(),t=(t,n)=>{let o;return(o=e[t])||(o=e[t]=[]),o.push(n),e=>{o.length>1?o.forEach((t=>t(e))):o[0](e)}};oo=t("__VUE_INSTANCE_SETTERS__",(e=>to=e)),t("__VUE_SSR_SETTERS__",(e=>io=e))}const ro=e=>{const t=to;return oo(e),e.scope.on(),()=>{e.scope.off(),oo(t)}};let io=!1;const so="production"!==process.env.NODE_ENV?{get:(e,t)=>(ae(e,"get",""),e[t]),set:()=>(Dt("setupContext.attrs is readonly."),!1),deleteProperty:()=>(Dt("setupContext.attrs is readonly."),!1)}:{get:(e,t)=>(ae(e,"get",""),e[t])};const lo=/(?:^|[-_])(\w)/g,co=e=>e.replace(lo,(e=>e.toUpperCase())).replace(/[-_]/g,"");function uo(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return v(e)?e.displayName||e.name:e.name||t&&e.__name}function ao(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=uo(t);if(!o&&t.__file){const e=t.__file.match(/([^/\\]+)\.\w+$/);e&&(o=e[1])}if(!o&&e&&e.parent){const n=e=>{for(const n in e)if(e[n]===t)return n};o=n(e.components||e.parent.type.components)||n(e.appContext.components)}return o?co(o):n?"App":"Anonymous"}function po(e){return v(e)&&"__vccOpts"in e}const fo=(e,t)=>{const n=function(e,t){let n,o,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];v(e)?n=e:(n=e.get,o=e.set);const i=new Et(n,o,r);return"production"!==process.env.NODE_ENV&&t&&!r&&(i.onTrack=t.onTrack,i.onTrigger=t.onTrigger),i}(e,t,io);if("production"!==process.env.NODE_ENV){const e=no();e&&e.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV,"production"!==process.env.NODE_ENV&&function(){if("production"===process.env.NODE_ENV||"undefined"==typeof window)return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},o={style:"color:#eb2f96"},r={__vue_custom_formatter:!0,header:t=>y(t)?t.__isVue?["div",e,"VueInstance"]:ft(t)?["div",{},["span",e,f(t)],"<",c("_value"in t?t._value:t),">"]:st(t)?["div",{},["span",e,ct(t)?"ShallowReactive":"Reactive"],"<",c(t),">"+(lt(t)?" (readonly)":"")]:lt(t)?["div",{},["span",e,ct(t)?"ShallowReadonly":"Readonly"],"<",c(t),">"]:null:null,hasBody:e=>e&&e.__isVue,body(e){if(e&&e.__isVue)return["div",{},...s(e.$)]}};function s(e){const t=[];e.type.props&&e.props&&t.push(l("props",at(e.props))),e.setupState!==i&&t.push(l("setup",e.setupState)),e.data!==i&&t.push(l("data",at(e.data)));const n=a(e,"computed");n&&t.push(l("computed",n));const r=a(e,"inject");return r&&t.push(l("injected",r)),t.push(["div",{},["span",{style:o.style+";opacity:0.66"},"$ (internal): "],["object",{object:e}]]),t}function l(e,t){return t=u({},t),Object.keys(t).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},e],["div",{style:"padding-left:1.25em"},...Object.keys(t).map((e=>["div",{},["span",o,e+": "],c(t[e],!1)]))]]:["span",{}]}function c(e){let r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return"number"==typeof e?["span",t,e]:"string"==typeof e?["span",n,JSON.stringify(e)]:"boolean"==typeof e?["span",o,e]:y(e)?["object",{object:r?at(e):e}]:["span",n,String(e)]}function a(e,t){const n=e.type;if(v(n))return;const o={};for(const r in e.ctx)p(n,r,t)&&(o[r]=e.ctx[r]);return o}function p(e,t,n){const o=e[n];return!!(d(o)&&o.includes(t)||y(o)&&t in o)||!(!e.extends||!p(e.extends,t,n))||!(!e.mixins||!e.mixins.some((e=>p(e,t,n))))||void 0}function f(e){return ct(e)?"ShallowRef":e.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}();var ho=e=>"function"==typeof e;function vo(e){return e.flatMap((e=>Array.isArray(e.children)?vo(e.children):e))}function go(e){const t={Group:o.CustomLayout.Group,Image:o.CustomLayout.Image,Text:o.CustomLayout.Text,Tag:o.CustomLayout.Tag,Radio:o.CustomLayout.Radio,CheckBox:o.CustomLayout.CheckBox};return{rootComponent:function e(n){if(!n)return null;const{type:o,props:r,children:i}=n,s=t[o?.name||o];if(!s)return null;const l=new s({...r});!function(e,t){Object.keys(t).forEach((n=>{if(function(e,t){return e.startsWith("on")&&ho(t[e])}(n,t)){const o=n.slice(2).toLowerCase();e.addEventListener(o,t[n])}}))}(l,r);return function(e){return e?.default?.()||e||[]}(i).forEach((t=>{const n=e(t);n?l.add(n):t.type===Symbol.for("v-fgt")&&t.children.forEach((t=>{const n=e(t);n&&l.add(n)}))})),l}(e)}}const _o={...t.ListTable.EVENT_TYPE,...t.PivotTable.EVENT_TYPE,...t.PivotChart.EVENT_TYPE},yo={onClickCell:_o.CLICK_CELL,onDblClickCell:_o.DBLCLICK_CELL,onMouseDownCell:_o.MOUSEDOWN_CELL,onMouseUpCell:_o.MOUSEUP_CELL,onSelectedCell:_o.SELECTED_CELL,onKeyDown:_o.KEYDOWN,onMouseEnterTable:_o.MOUSEENTER_TABLE,onMouseLeaveTable:_o.MOUSELEAVE_TABLE,onMouseDownTable:_o.MOUSEDOWN_TABLE,onMouseMoveCell:_o.MOUSEMOVE_CELL,onMouseEnterCell:_o.MOUSEENTER_CELL,onMouseLeaveCell:_o.MOUSELEAVE_CELL,onContextMenuCell:_o.CONTEXTMENU_CELL,onResizeColumn:_o.RESIZE_COLUMN,onResizeColumnEnd:_o.RESIZE_COLUMN_END,onChangeHeaderPosition:_o.CHANGE_HEADER_POSITION,onSortClick:_o.SORT_CLICK,onFreezeClick:_o.FREEZE_CLICK,onScroll:_o.SCROLL,onDropdownMenuClick:_o.DROPDOWN_MENU_CLICK,onMouseOverChartSymbol:_o.MOUSEOVER_CHART_SYMBOL,onDragSelectEnd:_o.DRAG_SELECT_END,onDropdownIconClick:_o.DROPDOWN_ICON_CLICK,onDropdownMenuClear:_o.DROPDOWN_MENU_CLEAR,onTreeHierarchyStateChange:_o.TREE_HIERARCHY_STATE_CHANGE,onShowMenu:_o.SHOW_MENU,onHideMenu:_o.HIDE_MENU,onIconClick:_o.ICON_CLICK,onLegendItemClick:_o.LEGEND_ITEM_CLICK,onLegendItemHover:_o.LEGEND_ITEM_HOVER,onLegendItemUnHover:_o.LEGEND_ITEM_UNHOVER,onLegendChange:_o.LEGEND_CHANGE,onMouseEnterAxis:_o.MOUSEENTER_AXIS,onMouseLeaveAxis:_o.MOUSELEAVE_AXIS,onCheckboxStateChange:_o.CHECKBOX_STATE_CHANGE,onRadioStateChange:_o.RADIO_STATE_CHANGE,onAfterRender:_o.AFTER_RENDER,onInitialized:_o.INITIALIZED,onPivotSortClick:_o.PIVOT_SORT_CLICK,onDrillMenuClick:_o.DRILLMENU_CLICK,onVChartEventType:_o.VCHART_EVENT_TYPE,onChangCellValue:_o.CHANGE_CELL_VALUE,onMousedownFillHandle:_o.MOUSEDOWN_FILL_HANDLE,onDragFillHandleEnd:_o.DRAG_FILL_HANDLE_END,onDblclickFillHandle:_o.DBLCLICK_FILL_HANDLE,onScrollVerticalEnd:_o.SCROLL_VERTICAL_END,onScrollHorizontalEnd:_o.SCROLL_HORIZONTAL_END},Eo=Object.keys(yo);var mo=sn({__name:"base-table",props:{type:{type:String,required:!1},options:{type:null,required:!1},records:{type:Array,required:!1},width:{type:[Number,String],required:!1,default:"100%"},height:{type:[Number,String],required:!1,default:"100%"},onReady:{type:Function,required:!1},onError:{type:Function,required:!1},onClickCell:{type:null,required:!1},onDblClickCell:{type:null,required:!1},onMouseDownCell:{type:null,required:!1},onMouseUpCell:{type:null,required:!1},onSelectedCell:{type:null,required:!1},onKeyDown:{type:null,required:!1},onMouseEnterTable:{type:null,required:!1},onMouseLeaveTable:{type:null,required:!1},onMouseDownTable:{type:null,required:!1},onMouseMoveCell:{type:null,required:!1},onMouseEnterCell:{type:null,required:!1},onMouseLeaveCell:{type:null,required:!1},onContextMenuCell:{type:null,required:!1},onResizeColumn:{type:null,required:!1},onResizeColumnEnd:{type:null,required:!1},onChangeHeaderPosition:{type:null,required:!1},onSortClick:{type:null,required:!1},onFreezeClick:{type:null,required:!1},onScroll:{type:null,required:!1},onDropdownMenuClick:{type:null,required:!1},onMouseOverChartSymbol:{type:null,required:!1},onDragSelectEnd:{type:null,required:!1},onDropdownIconClick:{type:null,required:!1},onDropdownMenuClear:{type:null,required:!1},onTreeHierarchyStateChange:{type:null,required:!1},onShowMenu:{type:null,required:!1},onHideMenu:{type:null,required:!1},onIconClick:{type:null,required:!1},onLegendItemClick:{type:null,required:!1},onLegendItemHover:{type:null,required:!1},onLegendItemUnHover:{type:null,required:!1},onLegendChange:{type:null,required:!1},onMouseEnterAxis:{type:null,required:!1},onMouseLeaveAxis:{type:null,required:!1},onCheckboxStateChange:{type:null,required:!1},onRadioStateChange:{type:null,required:!1},onAfterRender:{type:null,required:!1},onInitialized:{type:null,required:!1},onPivotSortClick:{type:null,required:!1},onDrillMenuClick:{type:null,required:!1},onVChartEventType:{type:null,required:!1},onChangCellValue:{type:null,required:!1},onMousedownFillHandle:{type:null,required:!1},onDragFillHandleEnd:{type:null,required:!1},onDblclickFillHandle:{type:null,required:!1},onScrollVerticalEnd:{type:null,required:!1},onScrollHorizontalEnd:{type:null,required:!1}},emits:Eo,setup(e,{expose:n,emit:o}){const r=e,i=ht(null),s=vt(null);n({vTableInstance:s});const l=fo((()=>"number"==typeof r.width?`${r.width}px`:r.width)),c=fo((()=>"number"==typeof r.height?`${r.height}px`:r.height)),u=o,a=()=>{if(!i.value)return;s.value&&s.value.release();const e=()=>void 0!==r.records&&null!==r.records&&r.records.length>0?r.records:r.options.records,n=(e,t)=>{s.value=new e(i.value,t)};try{switch(r.type){case"list":n(t.ListTable,{...r.options,records:e()});break;case"pivot":n(t.PivotTable,{...r.options,records:e()});break;case"chart":n(t.PivotChart,{...r.options,records:e()})}o=s.value,Eo.forEach((e=>{o.on(yo[e],(t=>{u(e,t)}))})),r.onReady?.(s.value,!0)}catch(e){}var o},p=e=>{if(s.value)try{switch(r.type){case"list":s.value instanceof t.ListTable&&s.value.updateOption(e);break;case"pivot":s.value instanceof t.PivotTable&&s.value.updateOption(e);break;case"chart":s.value instanceof t.PivotChart&&s.value.updateOption(e)}}catch(e){r.onError?.(e)}};return cn(a),un((()=>s.value?.release())),Ln((()=>r.options),(e=>{s.value?p(e):a()}),{deep:!0}),Ln((()=>r.records),((e,t)=>{s.value?p({...r.options,records:e}):a()}),{deep:!0}),(e,t)=>($n(),Un("div",{ref_key:"vTableContainer",ref:i,style:L([{width:l.value,height:c.value},{position:"relative"}])},null,4))}}),bo=sn({__name:"list-table",props:{options:{type:Object,required:!0},records:{type:Array,required:!1},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1}},setup(e,{expose:t}){const n=e,o=ht(null),r=_n(),i=fo((()=>{const e=function(e){const t={columns:[],tooltip:{},menu:{}},n={ListColumn:"columns",Tooltip:"tooltip",Menu:"menu"};return e.forEach((e=>{const o=e.type?.name||e.type?.__name,r=n[o];var i;r&&("columns"===r&&e.children&&(e.props.customLayout=(i=e.children,e=>{const{table:t,row:n,col:o,rect:r}=e,s=t.getCellOriginRecord(o,n),{height:l,width:c}=r??t.getCellRect(o,n),u=i.customLayout({table:t,row:n,col:o,rect:r,record:s,height:l,width:c})[0],{rootComponent:a}=go(u);return{rootContainer:a,renderDefault:!1}})),Array.isArray(t[r])?t[r].push(e.props):t[r]=e.props)})),t}(vo(r.default?.()||[]));return{...n.options,columns:e.columns.length?e.columns:n.options.columns,tooltip:e.tooltip||n.options.tooltip,menu:e.menu||n.options.menu}}));return t({vTableInstance:fo((()=>o.value?.vTableInstance||null))}),(e,t)=>($n(),Un(In,null,[Bn(mo,eo({type:"list",options:i.value,records:e.records,width:e.width,height:e.height,ref_key:"baseTableRef",ref:o},e.$attrs),null,16,["options","records","width","height"]),pn(e.$slots,"default")],64))}}),wo=sn({__name:"pivot-table",props:{options:{type:Object,required:!0},records:{type:Array,required:!1},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1}},setup(e,{expose:t}){const n=e,o=vt(null),r=_n(),i=fo((()=>{const e=vo(r.default?.()||[]),t={columns:[],columnHeaderTitle:[],rows:[],rowHeaderTitle:[],indicators:[],corner:Object,tooltip:Object,menu:Object},o={PivotColumnDimension:"columns",PivotColumnHeaderTitle:"columnHeaderTitle",PivotRowDimension:"rows",PivotRowHeaderTitle:"rowHeaderTitle",PivotCorner:"corner",PivotIndicator:"indicators",Tooltip:"tooltip",Menu:"menu"};return e.forEach((e=>{const n=e.type?.name||e.type?.__name,r=o[n];r&&(Array.isArray(t[r])?t[r].push(e.props):t[r]=e.props)})),{...n.options,columns:t.columns.length?t.columns:n.options.columns,columnHeaderTitle:t.columnHeaderTitle.length?t.columnHeaderTitle:n.options.columnHeaderTitle,rows:t.rows.length?t.rows:n.options.rows,rowHeaderTitle:t.rowHeaderTitle.length?t.rowHeaderTitle:n.options.rowHeaderTitle,indicators:t.indicators.length?t.indicators:n.options.indicators,corner:t.corner||n.options.corner,tooltip:t.tooltip||n.options.tooltip,menu:t.menu||n.options.menu}}));return t({vTableInstance:fo((()=>o.value?.vTableInstance||null))}),(e,t)=>($n(),Un(In,null,[Bn(mo,eo({type:"pivot",options:i.value,records:e.records,width:e.width,height:e.height,ref_key:"baseTableRef",ref:o},e.$attrs),null,16,["options","records","width","height"]),pn(e.$slots,"default")],64))}}),No=sn({__name:"pivot-chart",props:{options:{type:Object,required:!0},records:{type:Array,required:!1},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1}},setup(e,{expose:t}){const n=e,o=vt(null),r=_n(),i=fo((()=>{const e=vo(r.default?.()||[]),t={columns:[],columnHeaderTitle:[],rows:[],rowHeaderTitle:[],indicators:[],corner:Object,tooltip:Object,menu:Object},o={PivotColumnDimension:"columns",PivotColumnHeaderTitle:"columnHeaderTitle",PivotRowDimension:"rows",PivotRowHeaderTitle:"rowHeaderTitle",PivotCorner:"corner",PivotIndicator:"indicators",Tooltip:"tooltip",Menu:"menu"};return e.forEach((e=>{const n=e.type?.name||e.type?.__name,r=o[n];r&&(Array.isArray(t[r])?e.props.hasOwnProperty("objectHandler")?t[r].push(e.props.objectHandler):t[r].push(e.props):t[r]=e.props)})),{...n.options,columns:t.columns.length?t.columns:n.options.columns,columnHeaderTitle:t.columnHeaderTitle.length?t.columnHeaderTitle:n.options.columnHeaderTitle,rows:t.rows.length?t.rows:n.options.rows,rowHeaderTitle:t.rowHeaderTitle.length?t.rowHeaderTitle:n.options.rowHeaderTitle,indicators:t.indicators.length?t.indicators:n.options.indicators,corner:t.corner||n.options.corner,tooltip:t.tooltip||n.options.tooltip,menu:t.menu||n.options.menu}}));return t({vTableInstance:fo((()=>o.value?.vTableInstance||null))}),(e,t)=>($n(),Un(In,null,[Bn(mo,eo({type:"chart",options:i.value,records:e.records,width:e.width,height:e.height,ref_key:"baseTableRef",ref:o},e.$attrs),null,16,["options","records","width","height"]),pn(e.$slots,"default")],64))}});e.VTable=o,e.CheckBox=function(e){return null},e.Group=function(){return null},e.Image=function(){return null},e.ListColumn=function(e){return null},e.ListTable=bo,e.Menu=function(e){return null},e.PivotChart=No,e.PivotColumnDimension=function(e){return null},e.PivotColumnHeaderTitle=function(e){return null},e.PivotCorner=function(e){return null},e.PivotIndicator=function(e){return null},e.PivotRowDimension=function(e){return null},e.PivotRowHeaderTitle=function(e){return null},e.PivotTable=wo,e.Radio=function(e){return null},e.Tag=function(e){return null},e.Text=function(){return null},e.Tooltip=function(e){return null},e.registerChartModule=(e,t)=>{o.register.chartModule(e,t)},e.version="1.7.4"}));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { VNode } from 'vue';
|
|
2
|
+
import type { TYPES } from '@visactor/vtable';
|
|
3
|
+
export type MenuProps = {
|
|
4
|
+
renderMode?: 'canvas' | 'html';
|
|
5
|
+
defaultHeaderMenuItems?: TYPES.MenuListItem[];
|
|
6
|
+
contextMenuItems?: TYPES.MenuListItem[] | ((field: string, row: number, col: number) => TYPES.MenuListItem[]);
|
|
7
|
+
dropDownMenuHighlight?: TYPES.DropDownMenuHighlightInfo[];
|
|
8
|
+
};
|
|
9
|
+
export default function Menu(props: MenuProps): VNode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/component/menu.tsx"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAgB;IAC3C,OAAO,IAAI,CAAC;AACd,CAAC","file":"menu.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { TYPES } from '@visactor/vtable';\n\nexport type MenuProps = {\n renderMode?: 'canvas' | 'html';\n defaultHeaderMenuItems?: TYPES.MenuListItem[];\n contextMenuItems?: TYPES.MenuListItem[] | ((field: string, row: number, col: number) => TYPES.MenuListItem[]);\n dropDownMenuHighlight?: TYPES.DropDownMenuHighlightInfo[];\n};\n\nexport default function Menu(props: MenuProps): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/component/tooltip.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAmB;IACjD,OAAO,IAAI,CAAC;AACd,CAAC","file":"tooltip.js","sourcesContent":["import type { VNode } from 'vue';\n\nexport type TooltipProps = {\n renderMode?: 'html';\n isShowOverflowTextTooltip?: boolean;\n confine?: boolean;\n};\n\nexport default function Tooltip(props: TooltipProps): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { VNode } from 'vue';
|
|
2
|
+
export interface CheckboxProps {
|
|
3
|
+
children?: string;
|
|
4
|
+
textStyle?: any;
|
|
5
|
+
boxStyle?: any;
|
|
6
|
+
iconStyle?: any;
|
|
7
|
+
checked?: boolean;
|
|
8
|
+
indeterminate?: boolean;
|
|
9
|
+
interactive?: boolean;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
disableCursor?: any;
|
|
12
|
+
spaceBetweenTextAndIcon?: number;
|
|
13
|
+
visible?: boolean;
|
|
14
|
+
onChange?: (checked: boolean) => void;
|
|
15
|
+
}
|
|
16
|
+
export default function CheckBox(props: CheckboxProps): VNode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/custom/checkBox.tsx"],"names":[],"mappings":"AAkBA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAoB;IACnD,OAAO,IAAI,CAAC;AACd,CAAC","file":"checkBox.js","sourcesContent":["import type { VNode } from 'vue';\n\n////需要等待更新,修改interface中的any为具体的类型\nexport interface CheckboxProps {\n children?: string;\n textStyle?: any;\n boxStyle?: any;\n iconStyle?: any;\n checked?: boolean;\n indeterminate?: boolean;\n interactive?: boolean;\n disabled?: boolean;\n disableCursor?: any;\n spaceBetweenTextAndIcon?: number;\n visible?: boolean;\n onChange?: (checked: boolean) => void;\n}\n\nexport default function CheckBox(props: CheckboxProps): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { VNode } from 'vue';
|
|
2
|
+
export interface CustomComponentProps {
|
|
3
|
+
style?: any;
|
|
4
|
+
className?: string;
|
|
5
|
+
displayMode: 'position' | 'cell';
|
|
6
|
+
x?: number;
|
|
7
|
+
y?: number;
|
|
8
|
+
width?: number | string;
|
|
9
|
+
height?: number | string;
|
|
10
|
+
row?: number;
|
|
11
|
+
col?: number;
|
|
12
|
+
anchor?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
13
|
+
dx?: number | string;
|
|
14
|
+
dy?: number | string;
|
|
15
|
+
}
|
|
16
|
+
export default function CustomLayout(props: CustomComponentProps): VNode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/custom/custom-layout.tsx"],"names":[],"mappings":"AAwBA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAA2B;IAC9D,OAAO,IAAI,CAAC;AACd,CAAC","file":"custom-layout.js","sourcesContent":["import type { VNode } from 'vue';\n\nexport interface CustomComponentProps {\n style?: any;\n // className?: string | string[];\n className?: string;\n\n // for table\n displayMode: 'position' | 'cell';\n x?: number;\n y?: number;\n width?: number | string;\n height?: number | string;\n // width?: number;\n // height?: number;\n row?: number;\n col?: number;\n anchor?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';\n dx?: number | string;\n dy?: number | string;\n // dx?: number;\n // dy?: number;\n}\n\nexport default function CustomLayout(props: CustomComponentProps): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/custom/group.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,KAAK;IAC3B,OAAO,IAAI,CAAC;AACd,CAAC","file":"group.js","sourcesContent":["import type { VNode } from 'vue';\n\nexport default function Group(): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/custom/image.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,KAAK;IAC3B,OAAO,IAAI,CAAC;AACd,CAAC","file":"image.js","sourcesContent":["import type { VNode } from 'vue';\n\nexport default function Image(): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface RadioProps {
|
|
2
|
+
children?: string;
|
|
3
|
+
textStyle?: any;
|
|
4
|
+
circleStyle?: any;
|
|
5
|
+
checked?: boolean;
|
|
6
|
+
interactive?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
disableCursor?: any;
|
|
9
|
+
spaceBetweenTextAndIcon?: number;
|
|
10
|
+
visible?: boolean;
|
|
11
|
+
onChange?: (checked: boolean) => void;
|
|
12
|
+
}
|
|
13
|
+
export default function Radio(props: RadioProps): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/custom/radio.tsx"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,KAAiB;IAC7C,OAAO,IAAI,CAAC;AACd,CAAC","file":"radio.js","sourcesContent":["import type { VNode } from 'vue';\n\n//需要等待更新,修改interface中的any为具体的类型\nexport interface RadioProps {\n children?: string;\n textStyle?: any;\n circleStyle?: any;\n checked?: boolean;\n interactive?: boolean;\n disabled?: boolean;\n disableCursor?: any;\n spaceBetweenTextAndIcon?: number;\n visible?: boolean;\n onChange?: (checked: boolean) => void;\n}\n\nexport default function Radio(props: RadioProps): any {\n return null;\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { VNode } from 'vue';
|
|
2
|
+
export interface TagProps {
|
|
3
|
+
attribute?: any;
|
|
4
|
+
children?: string;
|
|
5
|
+
textStyle?: any;
|
|
6
|
+
panelStyle?: any;
|
|
7
|
+
padding?: any;
|
|
8
|
+
minWidth?: number;
|
|
9
|
+
maxWidth?: number;
|
|
10
|
+
visible?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export default function Tag(props: TagProps): VNode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/custom/tag.tsx"],"names":[],"mappings":"AAcA,MAAM,CAAC,OAAO,UAAU,GAAG,CAAC,KAAe;IACzC,OAAO,IAAI,CAAC;AACd,CAAC","file":"tag.js","sourcesContent":["import type { VNode } from 'vue';\n\n//需要等待更新,修改interface中的any为具体的类型\nexport interface TagProps {\n attribute?: any;\n children?: string;\n textStyle?: any;\n panelStyle?: any;\n padding?: any;\n minWidth?: number;\n maxWidth?: number;\n visible?: boolean;\n}\n\nexport default function Tag(props: TagProps): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/custom/text.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,IAAI;IAC1B,OAAO,IAAI,CAAC;AACd,CAAC","file":"text.js","sourcesContent":["import type { VNode } from 'vue';\n\nexport default function Text(): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { default as ListColumn } from './list/list-column';
|
|
2
|
+
export { default as PivotColumnDimension } from './pivot/pivot-column-dimension';
|
|
3
|
+
export { default as PivotRowDimension } from './pivot/pivot-row-dimension';
|
|
4
|
+
export { default as PivotColumnHeaderTitle } from './pivot/pivot-column-header-title';
|
|
5
|
+
export { default as PivotRowHeaderTitle } from './pivot/pivot-row-header-title';
|
|
6
|
+
export { default as PivotIndicator } from './pivot/pivot-indicator';
|
|
7
|
+
export { default as PivotCorner } from './pivot/pivot-corner';
|
|
8
|
+
export { default as Menu } from './component/menu';
|
|
9
|
+
export { default as Tooltip } from './component/tooltip';
|
|
10
|
+
export { default as Group } from './custom/group';
|
|
11
|
+
export { default as Image } from './custom/image';
|
|
12
|
+
export { default as Text } from './custom/text';
|
|
13
|
+
export { default as Tag } from './custom/tag';
|
|
14
|
+
export { default as Radio } from './custom/radio';
|
|
15
|
+
export { default as CheckBox } from './custom/checkBox';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export { default as ListColumn } from "./list/list-column";
|
|
2
|
+
|
|
3
|
+
export { default as PivotColumnDimension } from "./pivot/pivot-column-dimension";
|
|
4
|
+
|
|
5
|
+
export { default as PivotRowDimension } from "./pivot/pivot-row-dimension";
|
|
6
|
+
|
|
7
|
+
export { default as PivotColumnHeaderTitle } from "./pivot/pivot-column-header-title";
|
|
8
|
+
|
|
9
|
+
export { default as PivotRowHeaderTitle } from "./pivot/pivot-row-header-title";
|
|
10
|
+
|
|
11
|
+
export { default as PivotIndicator } from "./pivot/pivot-indicator";
|
|
12
|
+
|
|
13
|
+
export { default as PivotCorner } from "./pivot/pivot-corner";
|
|
14
|
+
|
|
15
|
+
export { default as Menu } from "./component/menu";
|
|
16
|
+
|
|
17
|
+
export { default as Tooltip } from "./component/tooltip";
|
|
18
|
+
|
|
19
|
+
export { default as Group } from "./custom/group";
|
|
20
|
+
|
|
21
|
+
export { default as Image } from "./custom/image";
|
|
22
|
+
|
|
23
|
+
export { default as Text } from "./custom/text";
|
|
24
|
+
|
|
25
|
+
export { default as Tag } from "./custom/tag";
|
|
26
|
+
|
|
27
|
+
export { default as Radio } from "./custom/radio";
|
|
28
|
+
|
|
29
|
+
export { default as CheckBox } from "./custom/checkBox";
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAE9D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAGzD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mBAAmB,CAAC","file":"index.js","sourcesContent":["export { default as ListColumn } from './list/list-column';\n\nexport { default as PivotColumnDimension } from './pivot/pivot-column-dimension';\nexport { default as PivotRowDimension } from './pivot/pivot-row-dimension';\nexport { default as PivotColumnHeaderTitle } from './pivot/pivot-column-header-title';\nexport { default as PivotRowHeaderTitle } from './pivot/pivot-row-header-title';\nexport { default as PivotIndicator } from './pivot/pivot-indicator';\nexport { default as PivotCorner } from './pivot/pivot-corner';\n\nexport { default as Menu } from './component/menu';\nexport { default as Tooltip } from './component/tooltip';\n\n// export { default as CustomLayout } from './custom/custom-layout';\nexport { default as Group } from './custom/group';\nexport { default as Image } from './custom/image';\nexport { default as Text } from './custom/text';\nexport { default as Tag } from './custom/tag';\nexport { default as Radio } from './custom/radio';\nexport { default as CheckBox } from './custom/checkBox';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/list/list-column.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAmB;IACpD,OAAO,IAAI,CAAC;AACd,CAAC","file":"list-column.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { ColumnDefine } from '@visactor/vtable';\n\nexport default function ListColumn(props: ColumnDefine): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { VNode } from 'vue';
|
|
2
|
+
import type { IDimension } from '@visactor/vtable';
|
|
3
|
+
interface ObjectHandler {
|
|
4
|
+
objectHandler?: string | Array<string>;
|
|
5
|
+
}
|
|
6
|
+
export type PivotColumnDimensionProps = IDimension & ObjectHandler;
|
|
7
|
+
export default function PivotColumnDimension(props: PivotColumnDimensionProps): VNode;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/pivot/pivot-column-dimension.tsx"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,KAAgC;IAC3E,OAAO,IAAI,CAAC;AACd,CAAC","file":"pivot-column-dimension.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { IDimension } from '@visactor/vtable';\n\ninterface ObjectHandler {\n objectHandler?: string | Array<string>;\n}\n\nexport type PivotColumnDimensionProps = IDimension & ObjectHandler;\n\nexport default function PivotColumnDimension(props: PivotColumnDimensionProps): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/pivot/pivot-column-header-title.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,KAAmB;IAChE,OAAO,IAAI,CAAC;AACd,CAAC","file":"pivot-column-header-title.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { ITitleDefine } from '@visactor/vtable';\n\nexport default function PivotColumnHeaderTitle(props: ITitleDefine): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/pivot/pivot-corner.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAoB;IACtD,OAAO,IAAI,CAAC;AACd,CAAC","file":"pivot-corner.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { ICornerDefine } from '@visactor/vtable';\n\nexport default function PivotCorner(props: ICornerDefine): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/pivot/pivot-indicator.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAiB;IACtD,OAAO,IAAI,CAAC;AACd,CAAC","file":"pivot-indicator.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { IIndicator } from '@visactor/vtable';\n\nexport default function PivotIndicator(props: IIndicator): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { VNode } from 'vue';
|
|
2
|
+
import type { IDimension } from '@visactor/vtable';
|
|
3
|
+
interface ObjectHandler {
|
|
4
|
+
objectHandler?: string | Array<string>;
|
|
5
|
+
}
|
|
6
|
+
export type PivotColumnDimensionProps = IDimension & ObjectHandler;
|
|
7
|
+
export default function PivotRowDimension(props: PivotColumnDimensionProps): VNode;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/pivot/pivot-row-dimension.tsx"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAgC;IACxE,OAAO,IAAI,CAAC;AACd,CAAC","file":"pivot-row-dimension.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { IDimension } from '@visactor/vtable';\n\ninterface ObjectHandler {\n objectHandler?: string | Array<string>;\n}\n\nexport type PivotColumnDimensionProps = IDimension & ObjectHandler;\n\nexport default function PivotRowDimension(props: PivotColumnDimensionProps): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["components/pivot/pivot-row-header-title.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAmB;IAC7D,OAAO,IAAI,CAAC;AACd,CAAC","file":"pivot-row-header-title.js","sourcesContent":["import type { VNode } from 'vue';\nimport type { ITitleDefine } from '@visactor/vtable';\n\nexport default function PivotRowHeaderTitle(props: ITitleDefine): VNode {\n return null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const REACT_PRIVATE_PROPS: string[];
|
package/es/constants.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const REACT_PRIVATE_PROPS = [ "children", "hooks", "ref" ];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC","file":"constants.js","sourcesContent":["export const REACT_PRIVATE_PROPS = ['children', 'hooks', 'ref'];\n"]}
|