@omegagrid/bundle 0.9.36 → 0.9.37
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/omegagrid.js +3 -3
- package/package.json +18 -18
package/omegagrid.js
CHANGED
|
@@ -3630,7 +3630,7 @@
|
|
|
3630
3630
|
min-width: 80px;
|
|
3631
3631
|
text-align: center;
|
|
3632
3632
|
}
|
|
3633
|
-
`;var Bf=function(t,e,i,o){var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};const Wf=new Map([["ok",{type:"ok",text:"OK",default:!0}],["cancel",{type:"cancel",text:"Cancel"}],["yes",{type:"yes",text:"Yes"}],["no",{type:"no",text:"No"}],["close",{type:"close",text:"Close"}]]);class Vf extends Event{constructor(t,e,i){super(`dialog.${t}`,{bubbles:!0,composed:!0,cancelable:!0}),this.dialog=e,this.button=i}}let Uf=class extends zn{get isMaximized(){return null!=this._boundsBeforeMaximize}set location(t){this.positionDialog(t)}get location(){return null==this._location&&(this._location={x:this.offsetLeft,y:this.offsetTop}),this._location}get isOpen(){return this._isOpen}layout(){this.component&&this.component.layout&&this.component.layout({parent:this,elements:new Map([["body",this.body],["header",this.header],["title",this.titleElm]])})}maximize(){this._boundsBeforeMaximize||(this._boundsBeforeMaximize=Bt(this),Wt(this,{x:0,y:0,w:this._parent.clientWidth,h:this._parent.clientHeight}))}toggleMaximize(){this._boundsBeforeMaximize?(Wt(this,this._boundsBeforeMaximize),this._boundsBeforeMaximize=null):this.maximize()}constructor(){super(),this.resizable=!1,this.closable=!1,this.maximizable=!1,this.scrollable=!1,this.disableButtons=!1,this.disableAutoclose=!1,this.buttonPosition="bottom",this.alertPosition="top",this.buttons=[],this.animation=.2,this.loaderVisible=!1,this.alerts=[],this._movingOffset=null,this._elementOffset=null,this._boundsBeforeMaximize=null,this._isOpen=!1,this._onKeyDown=t=>{switch(t.key){case"Enter":this.submit();break;case"Escape":this.closable&&this.close()}},this._onParentMouseUp=()=>{this.clearEvents()},this._onHeaderMouseDown=t=>{this._movingOffset={left:t.clientX,top:t.clientY},this._elementOffset={left:this.offsetLeft,top:this.offsetTop},this._parent.addEventListener("mouseup",this._onParentMouseUp),this._parent.addEventListener("mousemove",this._onParentMouseMove)},this._onParentMouseMove=t=>{this._location=null,Ht(this,{l:this._elementOffset.left+t.clientX-this._movingOffset.left,t:this._elementOffset.top+t.clientY-this._movingOffset.top}),this.dispatchEvent(new Vf("move",this,null))},this._onClick=t=>{this.dispatchEvent(new Vf("click",this,t))&&!this.disableAutoclose&&this.close()},this.render=()=>{const t=Pn(this.buttons,(t=>an`
|
|
3633
|
+
`;var Bf=function(t,e,i,o){var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};const Wf=new Map([["ok",{type:"ok",text:"OK",default:!0}],["cancel",{type:"cancel",text:"Cancel"}],["yes",{type:"yes",text:"Yes"}],["no",{type:"no",text:"No"}],["close",{type:"close",text:"Close"}]]);class Vf extends Event{constructor(t,e,i){super(`dialog.${t}`,{bubbles:!0,composed:!0,cancelable:!0}),this.dialog=e,this.button=i}}let Uf=class extends zn{get isMaximized(){return null!=this._boundsBeforeMaximize}set location(t){this.positionDialog(t)}get location(){return null==this._location&&(this._location={x:this.offsetLeft,y:this.offsetTop}),this._location}get isOpen(){return this._isOpen}layout(){this.component&&this.component.layout&&(console.log("Dialog layouting component",this.component),this.component.layout({parent:this,elements:new Map([["body",this.body],["header",this.header],["title",this.titleElm]])}))}maximize(){this._boundsBeforeMaximize||(this._boundsBeforeMaximize=Bt(this),Wt(this,{x:0,y:0,w:this._parent.clientWidth,h:this._parent.clientHeight}))}toggleMaximize(){this._boundsBeforeMaximize?(Wt(this,this._boundsBeforeMaximize),this._boundsBeforeMaximize=null):this.maximize()}constructor(){super(),this.resizable=!1,this.closable=!1,this.maximizable=!1,this.scrollable=!1,this.disableButtons=!1,this.disableAutoclose=!1,this.buttonPosition="bottom",this.alertPosition="top",this.buttons=[],this.animation=.2,this.loaderVisible=!1,this.alerts=[],this._animationRunning=!1,this._movingOffset=null,this._elementOffset=null,this._boundsBeforeMaximize=null,this._isOpen=!1,this._onKeyDown=t=>{switch(t.key){case"Enter":this.submit();break;case"Escape":this.closable&&this.close()}},this._onParentMouseUp=()=>{this.clearEvents()},this._onHeaderMouseDown=t=>{this._movingOffset={left:t.clientX,top:t.clientY},this._elementOffset={left:this.offsetLeft,top:this.offsetTop},this._parent.addEventListener("mouseup",this._onParentMouseUp),this._parent.addEventListener("mousemove",this._onParentMouseMove)},this._onParentMouseMove=t=>{this._location=null,Ht(this,{l:this._elementOffset.left+t.clientX-this._movingOffset.left,t:this._elementOffset.top+t.clientY-this._movingOffset.top}),this.dispatchEvent(new Vf("move",this,null))},this._onClick=t=>{this.dispatchEvent(new Vf("click",this,t))&&!this.disableAutoclose&&this.close()},this.render=()=>{const t=Pn(this.buttons,(t=>an`
|
|
3634
3634
|
<og-button
|
|
3635
3635
|
.text="${Wf.get(t).text}"
|
|
3636
3636
|
@click="${()=>this._onClick(t)}"
|
|
@@ -3665,7 +3665,7 @@
|
|
|
3665
3665
|
${this.alerts.length>0&&"bottom"==this.alertPosition?an`<div class="alerts">${e}</div>`:""}
|
|
3666
3666
|
|
|
3667
3667
|
${this.buttons.length>0&&"bottom"==this.buttonPosition?an`<div class="buttons">${t}</div>`:""}
|
|
3668
|
-
`},this.addEventListener("keydown",this._onKeyDown),new ResizeObserver((()=>{this.layout(),this.dispatchEvent(new Vf("resize",this,null))})).observe(this)}setOptions(t){Object.assign(this,t),this.requestUpdate()}getOptions(){const t=Bt(this);return{caption:this.caption,buttons:this.buttons,disableButtons:this.disableButtons,disableAutoclose:this.disableAutoclose,buttonPosition:this.buttonPosition,alertPosition:this.alertPosition,closable:this.closable,resizable:this.resizable,scrollable:this.scrollable,width:t.w,height:t.h,location:{x:t.x,y:t.y}}}firstUpdated(){this.tabIndex=0}submit(){for(const t of this.buttons)if(Wf.get(t).default){this._onClick(t);break}}addAlert(t){const e=[...this.alerts];e.push(t),this.alerts=e}clearAlerts(){this.alerts=[]}disconnectedCallback(){this.clearEvents()}clearEvents(){this._parent.removeEventListener("mouseup",this._onParentMouseUp),this._parent.removeEventListener("mousemove",this._onParentMouseMove)}showLoader(){this.loaderVisible=!0,this.disableButtons=!0}hideLoader(){this.loaderVisible=!1,this.disableButtons=!1}updated(t){this.loaderVisible&&this.loader&&this.body&&this.loader.show(this.body),t.has("width")&&this.width&&Nt(this,{w:this.width}),t.has("height")&&this.height&&Nt(this,{h:this.height})}calculatePosition(){const t=this.location,e={};return"center"==t?(e.l=this._parent.clientWidth/2-this.offsetWidth/2,e.t=this._parent.clientHeight/2-this.offsetHeight/2):(Q(t.x)?"left"==t.x?e.l=0:"right"==t.x?e.l=this._parent.clientWidth-this.offsetWidth:e.l=this._parent.clientWidth/2-this.offsetWidth/2:e.l=t.x,Q(t.y)?"top"==t.y?e.t=0:"bottom"==t.y?e.t=this._parent.clientHeight-this.offsetHeight:e.t=this._parent.clientHeight/2-this.offsetHeight/2:e.t=t.y),e}positionDialog(t){this._location=t,this._parent&&Ht(this,this.calculatePosition())}animatePositionDialog(t,e){this._location=t,this.style.visibility="hidden",xt(this,this.scrollable||this.height?"flex":"block");const i=this.calculatePosition(),o=Bt(this);Wt(this,{x:i.l+o.w/2,y:i.t+o.h/2,w:0,h:0}),setTimeout((()=>{this.style.visibility="visible",this.style.transition=[`top ${e}s ease-in-out`,`left ${e}s ease-in-out`,`width ${e}s ease-in-out`,`height ${e}s ease-in-out`].join(","),setTimeout((()=>Wt(this,{x:i.l,y:i.t,w:o.w,h:o.h})),0),setTimeout((()=>this.style.transition=""),1e3*e)}),1)}open(t,e){this._parent=t,e=e||this.location||"center",(t.shadowRoot?t.shadowRoot:t).appendChild(this),this.updateComplete.then((()=>{this.animation>0?this.animatePositionDialog(e,this.animation):(xt(this,this.scrollable||this.height?"flex":"block"),this.positionDialog(e))})),this._isOpen=!0}close(t=!0){zt(this),t&&this.dispatchEvent(new Vf("close",this,null)),this._isOpen=!1}};Uf.styles=[Ff],Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"resizable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"closable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"maximizable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"scrollable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"disableButtons",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"disableAutoclose",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"buttonPosition",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"alertPosition",void 0),Bf([Tn({type:Object})],Uf.prototype,"component",void 0),Bf([Tn({type:String})],Uf.prototype,"caption",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"width",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"height",void 0),Bf([Tn({type:Array})],Uf.prototype,"buttons",void 0),Bf([Tn({type:Number})],Uf.prototype,"animation",void 0),Bf([An()],Uf.prototype,"loaderVisible",void 0),Bf([$n(".body")],Uf.prototype,"body",void 0),Bf([$n(".header")],Uf.prototype,"header",void 0),Bf([$n(".title")],Uf.prototype,"titleElm",void 0),Bf([$n("og-overlay")],Uf.prototype,"loader",void 0),Bf([An()],Uf.prototype,"alerts",void 0),Uf=Bf([Ln("og-dialog")],Uf);const Gf={HEADER_HEIGHT:22,...G},qf=xs`
|
|
3668
|
+
`},this.addEventListener("keydown",this._onKeyDown),new ResizeObserver((()=>{this._animationRunning||(this.layout(),this.dispatchEvent(new Vf("resize",this,null)))})).observe(this)}setOptions(t){Object.assign(this,t),this.requestUpdate()}getOptions(){const t=Bt(this);return{caption:this.caption,buttons:this.buttons,disableButtons:this.disableButtons,disableAutoclose:this.disableAutoclose,buttonPosition:this.buttonPosition,alertPosition:this.alertPosition,closable:this.closable,resizable:this.resizable,scrollable:this.scrollable,width:t.w,height:t.h,location:{x:t.x,y:t.y}}}firstUpdated(){this.tabIndex=0}submit(){for(const t of this.buttons)if(Wf.get(t).default){this._onClick(t);break}}addAlert(t){const e=[...this.alerts];e.push(t),this.alerts=e}clearAlerts(){this.alerts=[]}disconnectedCallback(){this.clearEvents()}clearEvents(){this._parent.removeEventListener("mouseup",this._onParentMouseUp),this._parent.removeEventListener("mousemove",this._onParentMouseMove)}showLoader(){this.loaderVisible=!0,this.disableButtons=!0}hideLoader(){this.loaderVisible=!1,this.disableButtons=!1}updated(t){this.loaderVisible&&this.loader&&this.body&&this.loader.show(this.body),t.has("width")&&this.width&&Nt(this,{w:this.width}),t.has("height")&&this.height&&Nt(this,{h:this.height}),t.has("component")&&this.layout()}calculatePosition(){const t=this.location,e={};return"center"==t?(e.l=this._parent.clientWidth/2-this.offsetWidth/2,e.t=this._parent.clientHeight/2-this.offsetHeight/2):(Q(t.x)?"left"==t.x?e.l=0:"right"==t.x?e.l=this._parent.clientWidth-this.offsetWidth:e.l=this._parent.clientWidth/2-this.offsetWidth/2:e.l=t.x,Q(t.y)?"top"==t.y?e.t=0:"bottom"==t.y?e.t=this._parent.clientHeight-this.offsetHeight:e.t=this._parent.clientHeight/2-this.offsetHeight/2:e.t=t.y),e}positionDialog(t){this._location=t,this._parent&&Ht(this,this.calculatePosition())}animatePositionDialog(t,e){this._location=t,this.style.visibility="hidden",xt(this,this.scrollable||this.height?"flex":"block");const i=this.calculatePosition(),o=Bt(this);this._animationRunning=!0,Wt(this,{x:i.l+o.w/2,y:i.t+o.h/2,w:0,h:0}),setTimeout((()=>{this.style.visibility="visible",this.style.transition=[`top ${e}s ease-in-out`,`left ${e}s ease-in-out`,`width ${e}s ease-in-out`,`height ${e}s ease-in-out`].join(","),setTimeout((()=>Wt(this,{x:i.l,y:i.t,w:o.w,h:o.h})),0),setTimeout((()=>{this.style.transition="",this._animationRunning=!1}),1e3*e)}),1)}open(t,e){this._parent=t,e=e||this.location||"center",(t.shadowRoot?t.shadowRoot:t).appendChild(this),this.updateComplete.then((()=>{this.animation>0?this.animatePositionDialog(e,this.animation):(xt(this,this.scrollable||this.height?"flex":"block"),this.positionDialog(e))})),this._isOpen=!0}close(t=!0){zt(this),t&&this.dispatchEvent(new Vf("close",this,null)),this._isOpen=!1}};Uf.styles=[Ff],Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"resizable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"closable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"maximizable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"scrollable",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"disableButtons",void 0),Bf([Tn({type:Boolean,reflect:!0})],Uf.prototype,"disableAutoclose",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"buttonPosition",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"alertPosition",void 0),Bf([Tn({type:Object})],Uf.prototype,"component",void 0),Bf([Tn({type:String})],Uf.prototype,"caption",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"width",void 0),Bf([Tn({type:String,reflect:!0})],Uf.prototype,"height",void 0),Bf([Tn({type:Array})],Uf.prototype,"buttons",void 0),Bf([Tn({type:Number})],Uf.prototype,"animation",void 0),Bf([An()],Uf.prototype,"loaderVisible",void 0),Bf([$n(".body")],Uf.prototype,"body",void 0),Bf([$n(".header")],Uf.prototype,"header",void 0),Bf([$n(".title")],Uf.prototype,"titleElm",void 0),Bf([$n("og-overlay")],Uf.prototype,"loader",void 0),Bf([An()],Uf.prototype,"alerts",void 0),Uf=Bf([Ln("og-dialog")],Uf);const Gf={HEADER_HEIGHT:22,...G},qf=xs`
|
|
3669
3669
|
* {
|
|
3670
3670
|
box-sizing: border-box;
|
|
3671
3671
|
}
|
|
@@ -9353,4 +9353,4 @@ milkdown-block-handle {
|
|
|
9353
9353
|
`:null}
|
|
9354
9354
|
</div>
|
|
9355
9355
|
</og-panel>
|
|
9356
|
-
`:null,this.addEventListener("mousedown",(t=>t.stopPropagation()))}getTypeIndex(t){const e=this.types.findIndex((e=>e.type==t.type&&e.grouping==(t.grouping||"standard")));return e>-1?e:null}updateModel(){if(this.editTitle=!1,!this.model)return;this.titleInput&&(this.model.title=this.titleInput.value);const t=this.types[this.typeList.value];this.model.type=t.type,this.model.grouping=t.grouping,this.model.categoriesRange=this.categoryRangeInput?.value?vv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?vv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=vv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new Xr({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};QE.styles=[ZE],XE([Tn({type:Object})],QE.prototype,"model",void 0),XE([An()],QE.prototype,"editTitle",void 0),XE([$n("#title")],QE.prototype,"titleInput",void 0),XE([$n("#type")],QE.prototype,"typeList",void 0),XE([$n("#dataRange")],QE.prototype,"dataRangeInput",void 0),XE([$n("#seriesRange")],QE.prototype,"seriesRangeInput",void 0),XE([$n("#categoryRange")],QE.prototype,"categoryRangeInput",void 0),QE=XE([Ln("og-plugin-chart-form")],QE);const KE=Wa().themes.get("dark");Object.assign(KE.definition,{"highcharts-title-font-size":"16px","highcharts-subtitle-font-size":"14px","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"rgb(48, 48, 48)","highcharts-neutral-color-100":"rgb(255, 255, 255)","highcharts-neutral-color-80":"rgb(214, 214, 214)","highcharts-neutral-color-60":"rgb(173, 173, 173)","highcharts-neutral-color-40":"rgb(133, 133, 133)","highcharts-neutral-color-20":"rgb(92, 92, 92)","highcharts-neutral-color-10":"rgb(71, 71, 71)","highcharts-neutral-color-5":"rgb(61, 61, 61)","highcharts-neutral-color-3":"rgb(57, 57, 57)","highcharts-highlight-color-100":"rgb(122, 167, 255)","highcharts-highlight-color-80":"rgb(108, 144, 214)","highcharts-highlight-color-60":"rgb(94, 121, 173)","highcharts-highlight-color-20":"rgb(65, 74, 92)","highcharts-highlight-color-10":"rgb(58, 63, 71)"});const JE=Wa().themes.get("light");Object.assign(JE.definition,{"highcharts-title-font-size":"16px","chart-background-color":"#2a2a2b","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"#ffffff","highcharts-neutral-color-100":"#000000","highcharts-neutral-color-80":"#333333","highcharts-neutral-color-60":"#666666","highcharts-neutral-color-40":"#999999","highcharts-neutral-color-20":"#cccccc","highcharts-neutral-color-10":"#e6e6e6","highcharts-neutral-color-5":"#f2f2f2","highcharts-neutral-color-3":"#f7f7f7","highcharts-highlight-color-100":"#0022ff","highcharts-highlight-color-80":"#334eff","highcharts-highlight-color-60":"#667aff","highcharts-highlight-color-20":"#ccd3ff","highcharts-highlight-color-10":"#e6e9ff","highcharts-positive-color":"#06b535","highcharts-negative-color":"#f21313","highcharts-annotation-color-0":"rgba(130, 170, 255, 0.4)","highcharts-annotation-color-1":"rgba(139, 191, 216, 0.4)","highcharts-annotation-color-2":"rgba(150, 216, 192, 0.4)","highcharts-annotation-color-3":"rgba(156, 229, 161, 0.4)","highcharts-annotation-color-4":"rgba(162, 241, 130, 0.4)","highcharts-annotation-color-5":"rgba(169, 255, 101, 0.4)"});var tL=i(6946),eL=i(6471),iL=i(4969),oL=i(9502),rL=i(7706),sL=i(1480),nL=i(2006),aL=i(7503),lL=i(7873),cL=i(8746),hL=i(2570),dL=i(8815),uL=i(6390),pL=i(6593),gL=i(895),mL=i(9083),fL=i(6093),vL=i(9685),bL=i(9849),yL=i(8268),wL=i(4693),xL=i(3599),kL=i(782),CL=i(754),ML=i(5700),_L=i(4731),SL=i(7291),zL=i(597),EL=i(1474),LL=i(6224),IL=i(6239),RL=i(6828),TL=i(2212),AL=i(863),OL=i(3602),$L=i(1985),DL=i(886),NL=i(7201),PL=i(9937),jL=i(8450),HL=i(9630),FL=i(9766),BL=i(388),WL=i(1903),VL=i(398),UL=i(6105),GL=i(6147),qL=i(5722),YL=i(5576),ZL=i(3131),XL=i(6308),QL=i(9645),KL=i(3199),JL=i(871),tI=i(5251),eI=i(6426),iI=i(2643),oI=i(8522),rI=i(6398),sI=i(2525),nI=i(8434),aI=i(6138),lI=i(5835),cI=i(5654),hI=i(6659),dI=i(2977),uI=i(4480),pI=i(9886),gI=i(6815),mI=i(1582),fI=i(2968),vI=i(394),bI=i(7024),yI=i(7853),wI=i(8249),xI=i(2869),kI=i(486),CI=i(5735),MI=i(470),_I=i(4612),SI=i(4018),zI=i(1476),EI=i(3194),LI=i(3525),II=i(7541),RI=i(4104),TI=i(6686),AI=i(7719),OI=i(3898),$I=i(8153),DI=i(3690),NI=i(1776),PI=i(4980),jI=i(5578),HI=i(9613),FI=i(1119),BI=i(8444),WI=i(2978),VI=i(9130),UI=i(2127),GI=i(2732),qI=i(4287),YI=i(4045),ZI=i(7642),XI=i(1367),QI=i(320),KI=i(821),JI=i(102),tR=i(7683),eR=i(3980),iR=i(576),oR=i(654),rR=i(73),sR=i(140),nR=i(8129),aR=i(5087),lR=i(6992),cR=i(8247),hR=i(8038),dR=i(5286),uR=i(9179),pR=i(1808),gR=i(9459),mR=i(2883),fR=i(9124),vR=i(7067),bR=i(1054),yR=i(7325),wR=i(1272),xR=i(3359),kR=i(6562),CR=i(4193),MR=i(6348),_R=i(2435),SR=i(7544),zR=i(4470),ER=i(9111),LR=i(9318),IR=i(7294),RR=i(4479),TR=i(2409),AR=i(3091),OR=i(5789),$R=i(5890),DR=i(3874),NR=i(2907),PR=i(1175),jR=i(1686),HR=i(703),FR=i(6606),BR=i(4194),WR=i(6228),VR=i(62),UR=i(2072),GR=i(9744),qR=i(25),YR=i(2618),ZR=i(1988),XR=i(8013),QR=i(1133),KR=i(362),JR=i(6845),tT=i(6800),eT=i(1103),iT=i(4933),oT=i(7284),rT=i(2620),sT=i(2366),nT=i(7457),aT=i(2449),lT=i(2),cT=i(5697),hT=i(7069),dT=i(4716),uT=i(4740),pT=i(4557),gT=i(1868),mT=i(8647),fT=i(5127),vT=i(4816),bT=i(4009),yT=i(5104),wT=i(2830),xT=i(3093),kT=i(5029),CT=i(3514),MT=i(2142),_T=i(4999),ST=i(7523),zT=i(346),ET=i(7917),LT=i(3976),IT=i(9801),RT=i(2464),TT=i(5511),AT=i(5210),OT=i(5815),$T=i(3339),DT=i(7472),NT=i(8811),PT=i(8548),jT=i(6880),HT=i(1840),FT=i(5547),BT=i(4788),WT=i(9467),VT=i(9187),UT=i(9217),GT=i(7897),qT=i(2644),YT=i(6204),ZT=i(1472),XT=i(1247),QT=i(7406),KT=i(925),JT=i(7455),tA=i(3771),eA=i(1549),iA=i(3541),oA=i(3140),rA=i(9800),sA=i(229),nA=i(2677),aA=i(1844),lA=i(3245),cA=i(9056),hA=i(7535),dA=i(2359),uA=i(15),pA=i(5569),gA=i(2014),mA=i(1599),fA=i(6521),vA=i(232),bA=i(9745),yA=i(9594),wA=i(6979),xA=i(4494),kA=i(312),CA=i(4983),MA=i(1258),_A=i(6313),SA=i(12),zA=i(8003),EA=i(7830),LA=i(8875),IA=i(3911),RA=i(1817),TA=i(478),AA=i(2585),OA=i(6564),$A=i(2884),DA=i(3825),NA=i(7348),PA=i(9277),jA=i(4118),HA=i(9200),FA=i(51),BA=i(2872),WA=i(4702),VA=i(9281),UA=i(1394),GA=i(7295),qA=i(2936),YA=i(3789),ZA=i(3614),XA=i(4827),QA=i(9204),KA=i(9113),JA=i(4058),tO=i(9939),eO=i(1139);const iO=[tL.mw,eL.mw,iL.mw,oL.mw,rL.mw,sL.mw,nL.mw,aL.mw,cL.mw,dL.mw,hL.mw,uL.mw,pL.mw,gL.mw,mL.mw,fL.mw,vL.mw,bL.mw,yL.mw,wL.mw,xL.mw,kL.mw,CL.mw,ML.mw,_L.mw,SL.mw,zL.mw,EL.mw,LL.mw,RL.mw,TL.mw,AL.mw,OL.mw,$L.mw,DL.mw,NL.mw,PL.mw,jL.mw,HL.mw,FL.mw,BL.mw,WL.mw,UL.mw,VL.mw,GL.mw,qL.mw,YL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,tI.mw,eI.mw,iI.mw,oI.mw,sI.mw,nI.mw,aI.mw,lI.mw,cI.mw,hI.mw,dI.mw,uI.mw,pI.mw,gI.mw,mI.mw,fI.mw,vI.mw,bI.mw,yI.mw,wI.mw,xI.mw,kI.mw,CI.mw,rI.mw,MI.mw,_I.mw,SI.mw,zI.mw,EI.mw,LI.mw,II.mw,RI.mw,TI.mw,AI.mw,OI.mw,$I.mw,DI.mw,NI.mw,PI.mw,jI.mw,HI.mw,FI.mw,BI.mw,WI.mw,VI.mw,UI.mw,GI.mw,qI.mw,YI.mw,ZI.mw,XI.mw,QI.mw,KI.mw,JI.mw,tR.mw,eR.mw,iR.mw,oR.mw,rR.mw,sR.mw,nR.mw,aR.mw,lR.mw,cR.mw,hR.mw,IL.mw,dR.mw,uR.mw,pR.mw,gR.mw,mR.mw,fR.mw,vR.mw,bR.mw,yR.mw,wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,lL.mw,SR.mw,zR.mw],oO=[ER.mw,LR.mw,IR.mw,RR.mw,TR.mw,AR.mw,OR.mw,$R.mw,NR.mw,jR.mw,PR.mw,FR.mw,HR.mw,BR.mw,WR.mw,VR.mw,UR.mw,GR.mw,qR.mw,YR.mw,ZR.mw,XR.mw,eT.mw,iT.mw,oT.mw,rT.mw,sT.mw,nT.mw,aT.mw,cT.mw,hT.mw,dT.mw,fT.mw,vT.mw,bT.mw,yT.mw,wT.mw,xT.mw,kT.mw,CT.mw,QR.mw,KR.mw,tT.mw,JR.mw,MT.mw,_T.mw,ST.mw,zT.mw,ET.mw,LT.mw,IT.mw,RT.mw,uT.mw,pT.mw,gT.mw,mT.mw,AT.mw,OT.mw,$T.mw,DT.mw,NT.mw,PT.mw,jT.mw,HT.mw,FT.mw,BT.mw,WT.mw,VT.mw,UT.mw,GT.mw,qT.mw,YT.mw,ZT.mw,XT.mw,QT.mw,TT.mw,KT.mw,JT.mw,tA.mw,eA.mw,iA.mw,oA.mw,rA.mw,sA.mw,nA.mw,aA.mw,lA.mw,cA.mw,hA.mw,dA.mw,uA.mw,pA.mw,gA.mw,mA.mw,fA.mw,vA.mw,bA.mw,yA.mw,wA.mw,xA.mw,kA.mw,CA.mw,MA.mw,_A.mw,SA.mw,zA.mw,EA.mw,LA.mw,IA.mw,RA.mw,TA.mw,AA.mw,OA.mw,$A.mw,DA.mw,NA.mw,PA.mw,lT.mw,jA.mw,HA.mw,FA.mw,BA.mw,WA.mw,VA.mw,UA.mw,GA.mw,qA.mw,YA.mw,ZA.mw,XA.mw,QA.mw,KA.mw,JA.mw,DR.mw,tO.mw,eO.mw],rO={xlsx:F,charts:B},sO={name:"@omegagrid/bundle",version:"0.9.
|
|
9356
|
+
`:null,this.addEventListener("mousedown",(t=>t.stopPropagation()))}getTypeIndex(t){const e=this.types.findIndex((e=>e.type==t.type&&e.grouping==(t.grouping||"standard")));return e>-1?e:null}updateModel(){if(this.editTitle=!1,!this.model)return;this.titleInput&&(this.model.title=this.titleInput.value);const t=this.types[this.typeList.value];this.model.type=t.type,this.model.grouping=t.grouping,this.model.categoriesRange=this.categoryRangeInput?.value?vv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?vv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=vv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new Xr({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};QE.styles=[ZE],XE([Tn({type:Object})],QE.prototype,"model",void 0),XE([An()],QE.prototype,"editTitle",void 0),XE([$n("#title")],QE.prototype,"titleInput",void 0),XE([$n("#type")],QE.prototype,"typeList",void 0),XE([$n("#dataRange")],QE.prototype,"dataRangeInput",void 0),XE([$n("#seriesRange")],QE.prototype,"seriesRangeInput",void 0),XE([$n("#categoryRange")],QE.prototype,"categoryRangeInput",void 0),QE=XE([Ln("og-plugin-chart-form")],QE);const KE=Wa().themes.get("dark");Object.assign(KE.definition,{"highcharts-title-font-size":"16px","highcharts-subtitle-font-size":"14px","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"rgb(48, 48, 48)","highcharts-neutral-color-100":"rgb(255, 255, 255)","highcharts-neutral-color-80":"rgb(214, 214, 214)","highcharts-neutral-color-60":"rgb(173, 173, 173)","highcharts-neutral-color-40":"rgb(133, 133, 133)","highcharts-neutral-color-20":"rgb(92, 92, 92)","highcharts-neutral-color-10":"rgb(71, 71, 71)","highcharts-neutral-color-5":"rgb(61, 61, 61)","highcharts-neutral-color-3":"rgb(57, 57, 57)","highcharts-highlight-color-100":"rgb(122, 167, 255)","highcharts-highlight-color-80":"rgb(108, 144, 214)","highcharts-highlight-color-60":"rgb(94, 121, 173)","highcharts-highlight-color-20":"rgb(65, 74, 92)","highcharts-highlight-color-10":"rgb(58, 63, 71)"});const JE=Wa().themes.get("light");Object.assign(JE.definition,{"highcharts-title-font-size":"16px","chart-background-color":"#2a2a2b","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"#ffffff","highcharts-neutral-color-100":"#000000","highcharts-neutral-color-80":"#333333","highcharts-neutral-color-60":"#666666","highcharts-neutral-color-40":"#999999","highcharts-neutral-color-20":"#cccccc","highcharts-neutral-color-10":"#e6e6e6","highcharts-neutral-color-5":"#f2f2f2","highcharts-neutral-color-3":"#f7f7f7","highcharts-highlight-color-100":"#0022ff","highcharts-highlight-color-80":"#334eff","highcharts-highlight-color-60":"#667aff","highcharts-highlight-color-20":"#ccd3ff","highcharts-highlight-color-10":"#e6e9ff","highcharts-positive-color":"#06b535","highcharts-negative-color":"#f21313","highcharts-annotation-color-0":"rgba(130, 170, 255, 0.4)","highcharts-annotation-color-1":"rgba(139, 191, 216, 0.4)","highcharts-annotation-color-2":"rgba(150, 216, 192, 0.4)","highcharts-annotation-color-3":"rgba(156, 229, 161, 0.4)","highcharts-annotation-color-4":"rgba(162, 241, 130, 0.4)","highcharts-annotation-color-5":"rgba(169, 255, 101, 0.4)"});var tL=i(6946),eL=i(6471),iL=i(4969),oL=i(9502),rL=i(7706),sL=i(1480),nL=i(2006),aL=i(7503),lL=i(7873),cL=i(8746),hL=i(2570),dL=i(8815),uL=i(6390),pL=i(6593),gL=i(895),mL=i(9083),fL=i(6093),vL=i(9685),bL=i(9849),yL=i(8268),wL=i(4693),xL=i(3599),kL=i(782),CL=i(754),ML=i(5700),_L=i(4731),SL=i(7291),zL=i(597),EL=i(1474),LL=i(6224),IL=i(6239),RL=i(6828),TL=i(2212),AL=i(863),OL=i(3602),$L=i(1985),DL=i(886),NL=i(7201),PL=i(9937),jL=i(8450),HL=i(9630),FL=i(9766),BL=i(388),WL=i(1903),VL=i(398),UL=i(6105),GL=i(6147),qL=i(5722),YL=i(5576),ZL=i(3131),XL=i(6308),QL=i(9645),KL=i(3199),JL=i(871),tI=i(5251),eI=i(6426),iI=i(2643),oI=i(8522),rI=i(6398),sI=i(2525),nI=i(8434),aI=i(6138),lI=i(5835),cI=i(5654),hI=i(6659),dI=i(2977),uI=i(4480),pI=i(9886),gI=i(6815),mI=i(1582),fI=i(2968),vI=i(394),bI=i(7024),yI=i(7853),wI=i(8249),xI=i(2869),kI=i(486),CI=i(5735),MI=i(470),_I=i(4612),SI=i(4018),zI=i(1476),EI=i(3194),LI=i(3525),II=i(7541),RI=i(4104),TI=i(6686),AI=i(7719),OI=i(3898),$I=i(8153),DI=i(3690),NI=i(1776),PI=i(4980),jI=i(5578),HI=i(9613),FI=i(1119),BI=i(8444),WI=i(2978),VI=i(9130),UI=i(2127),GI=i(2732),qI=i(4287),YI=i(4045),ZI=i(7642),XI=i(1367),QI=i(320),KI=i(821),JI=i(102),tR=i(7683),eR=i(3980),iR=i(576),oR=i(654),rR=i(73),sR=i(140),nR=i(8129),aR=i(5087),lR=i(6992),cR=i(8247),hR=i(8038),dR=i(5286),uR=i(9179),pR=i(1808),gR=i(9459),mR=i(2883),fR=i(9124),vR=i(7067),bR=i(1054),yR=i(7325),wR=i(1272),xR=i(3359),kR=i(6562),CR=i(4193),MR=i(6348),_R=i(2435),SR=i(7544),zR=i(4470),ER=i(9111),LR=i(9318),IR=i(7294),RR=i(4479),TR=i(2409),AR=i(3091),OR=i(5789),$R=i(5890),DR=i(3874),NR=i(2907),PR=i(1175),jR=i(1686),HR=i(703),FR=i(6606),BR=i(4194),WR=i(6228),VR=i(62),UR=i(2072),GR=i(9744),qR=i(25),YR=i(2618),ZR=i(1988),XR=i(8013),QR=i(1133),KR=i(362),JR=i(6845),tT=i(6800),eT=i(1103),iT=i(4933),oT=i(7284),rT=i(2620),sT=i(2366),nT=i(7457),aT=i(2449),lT=i(2),cT=i(5697),hT=i(7069),dT=i(4716),uT=i(4740),pT=i(4557),gT=i(1868),mT=i(8647),fT=i(5127),vT=i(4816),bT=i(4009),yT=i(5104),wT=i(2830),xT=i(3093),kT=i(5029),CT=i(3514),MT=i(2142),_T=i(4999),ST=i(7523),zT=i(346),ET=i(7917),LT=i(3976),IT=i(9801),RT=i(2464),TT=i(5511),AT=i(5210),OT=i(5815),$T=i(3339),DT=i(7472),NT=i(8811),PT=i(8548),jT=i(6880),HT=i(1840),FT=i(5547),BT=i(4788),WT=i(9467),VT=i(9187),UT=i(9217),GT=i(7897),qT=i(2644),YT=i(6204),ZT=i(1472),XT=i(1247),QT=i(7406),KT=i(925),JT=i(7455),tA=i(3771),eA=i(1549),iA=i(3541),oA=i(3140),rA=i(9800),sA=i(229),nA=i(2677),aA=i(1844),lA=i(3245),cA=i(9056),hA=i(7535),dA=i(2359),uA=i(15),pA=i(5569),gA=i(2014),mA=i(1599),fA=i(6521),vA=i(232),bA=i(9745),yA=i(9594),wA=i(6979),xA=i(4494),kA=i(312),CA=i(4983),MA=i(1258),_A=i(6313),SA=i(12),zA=i(8003),EA=i(7830),LA=i(8875),IA=i(3911),RA=i(1817),TA=i(478),AA=i(2585),OA=i(6564),$A=i(2884),DA=i(3825),NA=i(7348),PA=i(9277),jA=i(4118),HA=i(9200),FA=i(51),BA=i(2872),WA=i(4702),VA=i(9281),UA=i(1394),GA=i(7295),qA=i(2936),YA=i(3789),ZA=i(3614),XA=i(4827),QA=i(9204),KA=i(9113),JA=i(4058),tO=i(9939),eO=i(1139);const iO=[tL.mw,eL.mw,iL.mw,oL.mw,rL.mw,sL.mw,nL.mw,aL.mw,cL.mw,dL.mw,hL.mw,uL.mw,pL.mw,gL.mw,mL.mw,fL.mw,vL.mw,bL.mw,yL.mw,wL.mw,xL.mw,kL.mw,CL.mw,ML.mw,_L.mw,SL.mw,zL.mw,EL.mw,LL.mw,RL.mw,TL.mw,AL.mw,OL.mw,$L.mw,DL.mw,NL.mw,PL.mw,jL.mw,HL.mw,FL.mw,BL.mw,WL.mw,UL.mw,VL.mw,GL.mw,qL.mw,YL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,tI.mw,eI.mw,iI.mw,oI.mw,sI.mw,nI.mw,aI.mw,lI.mw,cI.mw,hI.mw,dI.mw,uI.mw,pI.mw,gI.mw,mI.mw,fI.mw,vI.mw,bI.mw,yI.mw,wI.mw,xI.mw,kI.mw,CI.mw,rI.mw,MI.mw,_I.mw,SI.mw,zI.mw,EI.mw,LI.mw,II.mw,RI.mw,TI.mw,AI.mw,OI.mw,$I.mw,DI.mw,NI.mw,PI.mw,jI.mw,HI.mw,FI.mw,BI.mw,WI.mw,VI.mw,UI.mw,GI.mw,qI.mw,YI.mw,ZI.mw,XI.mw,QI.mw,KI.mw,JI.mw,tR.mw,eR.mw,iR.mw,oR.mw,rR.mw,sR.mw,nR.mw,aR.mw,lR.mw,cR.mw,hR.mw,IL.mw,dR.mw,uR.mw,pR.mw,gR.mw,mR.mw,fR.mw,vR.mw,bR.mw,yR.mw,wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,lL.mw,SR.mw,zR.mw],oO=[ER.mw,LR.mw,IR.mw,RR.mw,TR.mw,AR.mw,OR.mw,$R.mw,NR.mw,jR.mw,PR.mw,FR.mw,HR.mw,BR.mw,WR.mw,VR.mw,UR.mw,GR.mw,qR.mw,YR.mw,ZR.mw,XR.mw,eT.mw,iT.mw,oT.mw,rT.mw,sT.mw,nT.mw,aT.mw,cT.mw,hT.mw,dT.mw,fT.mw,vT.mw,bT.mw,yT.mw,wT.mw,xT.mw,kT.mw,CT.mw,QR.mw,KR.mw,tT.mw,JR.mw,MT.mw,_T.mw,ST.mw,zT.mw,ET.mw,LT.mw,IT.mw,RT.mw,uT.mw,pT.mw,gT.mw,mT.mw,AT.mw,OT.mw,$T.mw,DT.mw,NT.mw,PT.mw,jT.mw,HT.mw,FT.mw,BT.mw,WT.mw,VT.mw,UT.mw,GT.mw,qT.mw,YT.mw,ZT.mw,XT.mw,QT.mw,TT.mw,KT.mw,JT.mw,tA.mw,eA.mw,iA.mw,oA.mw,rA.mw,sA.mw,nA.mw,aA.mw,lA.mw,cA.mw,hA.mw,dA.mw,uA.mw,pA.mw,gA.mw,mA.mw,fA.mw,vA.mw,bA.mw,yA.mw,wA.mw,xA.mw,kA.mw,CA.mw,MA.mw,_A.mw,SA.mw,zA.mw,EA.mw,LA.mw,IA.mw,RA.mw,TA.mw,AA.mw,OA.mw,$A.mw,DA.mw,NA.mw,PA.mw,lT.mw,jA.mw,HA.mw,FA.mw,BA.mw,WA.mw,VA.mw,UA.mw,GA.mw,qA.mw,YA.mw,ZA.mw,XA.mw,QA.mw,KA.mw,JA.mw,DR.mw,tO.mw,eO.mw],rO={xlsx:F,charts:B},sO={name:"@omegagrid/bundle",version:"0.9.37"};Wa().activate("light"),Ad.styleDefault="fal",Od.add(iO),Od.add(oO)})(),window.Omegagrid=o})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omegagrid/bundle",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.37",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "Distribution package for Omegagrid library",
|
|
6
6
|
"main": "omegagrid.js",
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"@fortawesome/fontawesome-svg-core": "^7.0.1",
|
|
20
20
|
"@fortawesome/pro-light-svg-icons": "^7.0.1",
|
|
21
21
|
"@fortawesome/pro-solid-svg-icons": "^7.0.1",
|
|
22
|
-
"@omegagrid/bucket": "^0.9.
|
|
23
|
-
"@omegagrid/calendar": "^0.9.
|
|
24
|
-
"@omegagrid/code": "^0.9.
|
|
25
|
-
"@omegagrid/commands": "^0.9.
|
|
26
|
-
"@omegagrid/core": "^0.9.
|
|
27
|
-
"@omegagrid/dialog": "^0.9.
|
|
28
|
-
"@omegagrid/editor": "^0.9.
|
|
29
|
-
"@omegagrid/form": "^0.9.
|
|
30
|
-
"@omegagrid/grid": "^0.9.
|
|
31
|
-
"@omegagrid/localize": "^0.9.
|
|
32
|
-
"@omegagrid/markdown": "^0.9.
|
|
33
|
-
"@omegagrid/plugin-charts": "^0.9.
|
|
34
|
-
"@omegagrid/plugin-xlsx": "^0.9.
|
|
35
|
-
"@omegagrid/statusbar": "^0.9.
|
|
36
|
-
"@omegagrid/tabs": "^0.9.
|
|
37
|
-
"@omegagrid/toolbar": "^0.9.
|
|
38
|
-
"@omegagrid/tree": "^0.9.
|
|
22
|
+
"@omegagrid/bucket": "^0.9.37",
|
|
23
|
+
"@omegagrid/calendar": "^0.9.37",
|
|
24
|
+
"@omegagrid/code": "^0.9.37",
|
|
25
|
+
"@omegagrid/commands": "^0.9.37",
|
|
26
|
+
"@omegagrid/core": "^0.9.37",
|
|
27
|
+
"@omegagrid/dialog": "^0.9.37",
|
|
28
|
+
"@omegagrid/editor": "^0.9.37",
|
|
29
|
+
"@omegagrid/form": "^0.9.37",
|
|
30
|
+
"@omegagrid/grid": "^0.9.37",
|
|
31
|
+
"@omegagrid/localize": "^0.9.37",
|
|
32
|
+
"@omegagrid/markdown": "^0.9.37",
|
|
33
|
+
"@omegagrid/plugin-charts": "^0.9.37",
|
|
34
|
+
"@omegagrid/plugin-xlsx": "^0.9.37",
|
|
35
|
+
"@omegagrid/statusbar": "^0.9.37",
|
|
36
|
+
"@omegagrid/tabs": "^0.9.37",
|
|
37
|
+
"@omegagrid/toolbar": "^0.9.37",
|
|
38
|
+
"@omegagrid/tree": "^0.9.37",
|
|
39
39
|
"lit": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|