@omegagrid/bundle 0.6.47 → 0.6.49
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 +33 -15
- package/package.json +18 -18
package/omegagrid.js
CHANGED
|
@@ -51,27 +51,45 @@
|
|
|
51
51
|
inset: 0;
|
|
52
52
|
z-index: 104;
|
|
53
53
|
}
|
|
54
|
-
`;var fs=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class vs extends Event{constructor(t,e){super(t),Object.assign(this,e)}}class bs extends Event{constructor(t){super(`splitContainer.${t}`,{bubbles:!0,composed:!0})}}let ys=class extends os{constructor(){super(),this.items=[],this.orientation="horizontal",this.indexMap=[],this.dynamicSizeIndices=[],this._resizeIndex=-1,this._resizeLastSize1=-1,this._resizeLastSize2=-1,this.defaultLayout=!0,this._onMouseMove=t=>{if(this.sizer.resizing)return;let e=0,i=0;this._resizeIndex=-1;for(let o=1;o<this.containers.length;o++)if("horizontal"==this.orientation?(e=t.offsetX,i=this.containers[o].offsetLeft):(e=t.offsetY,i=this.containers[o].offsetTop),Math.abs(i-e)<U.SIZER_SIZE){this._resizeIndex=o-1;break}this._resizeIndex>-1?(this._resizeLastSize1="horizontal"==this.orientation?this.containers[this._resizeIndex].offsetWidth:this.containers[this._resizeIndex].offsetHeight,this._resizeLastSize2="horizontal"==this.orientation?this.containers[this._resizeIndex+1].offsetWidth:this.containers[this._resizeIndex+1].offsetHeight,this.sizer.snap(this.containers[this._resizeIndex],this)):this.sizer.hide()},this._debounceResize=G((t=>{const e="horizontal"==this.orientation?t.deltaX:t.deltaY;this.setContainerSize(this._resizeIndex,this._resizeLastSize1+e),this.setContainerSize(this._resizeIndex+1,this._resizeLastSize2-e),this.defaultLayout&&this.layout(),this.dispatchEvent(new bs("resize"))}),null,{isImmediate:!0}),this.render=()=>Dr`
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
54
|
+
`;var fs=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class vs extends Event{constructor(t,e){super(t),Object.assign(this,e)}}class bs extends Event{constructor(t){super(`splitContainer.${t}`,{bubbles:!0,composed:!0})}}let ys=class extends os{constructor(){super(),this.items=[],this.orientation="horizontal",this.indexMap=[],this.dynamicSizeIndices=[],this._resizeIndex=-1,this._resizeLastSize1=-1,this._resizeLastSize2=-1,this.defaultLayout=!0,this._onMouseMove=t=>{if(this.sizer.resizing)return;let e=0,i=0;this._resizeIndex=-1;for(let o=1;o<this.containers.length;o++)if("horizontal"==this.orientation?(e=t.offsetX,i=this.containers[o].offsetLeft):(e=t.offsetY,i=this.containers[o].offsetTop),Math.abs(i-e)<U.SIZER_SIZE){this._resizeIndex=o-1;break}this._resizeIndex>-1?(this._resizeLastSize1="horizontal"==this.orientation?this.containers[this._resizeIndex].offsetWidth:this.containers[this._resizeIndex].offsetHeight,this._resizeLastSize2="horizontal"==this.orientation?this.containers[this._resizeIndex+1].offsetWidth:this.containers[this._resizeIndex+1].offsetHeight,this.sizer.snap(this.containers[this._resizeIndex],this)):this.sizer.hide()},this._debounceResize=G((t=>{const e="horizontal"==this.orientation?t.deltaX:t.deltaY;this.setContainerSize(this._resizeIndex,this._resizeLastSize1+e),this.setContainerSize(this._resizeIndex+1,this._resizeLastSize2-e),this.defaultLayout&&this.layout(),this.dispatchEvent(new bs("resize"))}),null,{isImmediate:!0}),this.render=()=>{const t=this.items.map(((t,e)=>[t,e]));return Dr`
|
|
55
|
+
${gs(t,(([e,i],o)=>e.collapsed?"":Dr`
|
|
56
|
+
<div class="item ${0==o?"first":o==t.length-1?"last":""}" data-index="${i}"></div>
|
|
57
|
+
`))}
|
|
58
|
+
<og-sizer
|
|
59
|
+
orientation="${this.orientation}"
|
|
60
|
+
noGuideLine
|
|
61
|
+
@resizestart="${()=>{bt(this.overlay),this.dispatchEvent(new bs("resizestart"))}}"
|
|
62
|
+
@resizestop="${()=>{yt(this.overlay),this.dispatchEvent(new bs("resizestop"))}}"
|
|
63
|
+
@resize="${this._debounceResize}">
|
|
64
|
+
</og-sizer>
|
|
65
|
+
<div class="overlay"></div>
|
|
66
|
+
`},this.addEventListener("mousemove",this._onMouseMove)}getContainer(t){return this.containers[this.indexMap[t]]}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback()}splitContainer(t){this.items.splice(t,0,{size:null}),this.items.forEach((t=>t.size=null)),this.requestUpdate()}removeContainer(t){this.items.splice(t,1),this.items.forEach((t=>t.size=null)),this.requestUpdate()}getContainerComponent(t){return this.indexMap[t]>-1?this.containers[this.indexMap[t]].firstChild:null}setContainerSize(t,e){this.items[t].size=e;const i=this.getContainer(t);i&&(i.style.flexBasis=e>0?Tt(e):"0",i.style.flexGrow=e>0?"0":"1",i.style.flexShrink=e>0?"0":"1")}getContainerSize(t){const e=this.getContainer(t);return e?"horizontal"==this.orientation?e.offsetWidth:e.offsetHeight:0}resetContainerSizes(){this.items.forEach(((t,e)=>this.setContainerSize(e,null)))}async collapse(t,e=!0){this.items[t].collapsed=e,this.requestUpdate(),await this.updateComplete,this.layout()}willUpdate(t){this.items&&0!=this.items.length||this.items.push({size:null}),(t.has("items")||0==this.dynamicSizeIndices.length)&&(this.dynamicSizeIndices=[...this.items.keys()].filter((t=>null==this.items[t].size)),0==this.dynamicSizeIndices.length&&(this.dynamicSizeIndices=[this.items.length-1])),this.indexMap=[],this.items.forEach(((t,e)=>{t||(t={size:null},this.items[e]=t),this.indexMap.push(t?.collapsed?-1:e)}))}getComponent(t,e){return this.createComponent?this.createComponent(e??t):null}async updateComponent(t){if(this.items[t].collapsed)return;const e=this.getContainer(t);if(!e)return;const i=this.items[t];Ct(e),this.setContainerSize(t,i.size);const o=await this.getComponent(t,i.id);o&&(e.appendChild(o),this.dispatchEvent(new vs("component",{index:t,component:o})))}async updated(){for(const t of this.containers)await this.updateComponent(parseInt(t.dataset.index));this.layout()}fillRemainingSpace(){this.items?.length&&(this.items.find((t=>null==t.size))||this.setContainerSize(this.items.length-1,null))}layout(){this.fillRemainingSpace(),this.containers.forEach(((t,e)=>{const i=this.getContainerComponent(e);i?.layout&&i.layout()}))}};ys.styles=[ms],fs([ls({type:Array})],ys.prototype,"items",void 0),fs([ls({type:String,reflect:!0})],ys.prototype,"orientation",void 0),fs([ps(".item")],ys.prototype,"containers",void 0),fs([ds(".overlay")],ys.prototype,"overlay",void 0),fs([ls({type:Object})],ys.prototype,"createComponent",void 0),fs([ds("og-sizer")],ys.prototype,"sizer",void 0),ys=fs([rs("og-splitcontainer")],ys);const{I:ws}=ts,xs=(t,e)=>void 0===e?void 0!==t?._$litType$:t?._$litType$===e,ks=()=>document.createComment(""),Cs=(t,e,i)=>{const o=t._$AA.parentNode,n=void 0===e?t._$AB:e._$AA;if(void 0===i){const e=o.insertBefore(ks(),n),r=o.insertBefore(ks(),n);i=new ws(e,r,t,t.options)}else{const e=i._$AB.nextSibling,r=i._$AM,s=r!==t;if(s){let e;i._$AQ?.(t),i._$AM=t,void 0!==i._$AP&&(e=t._$AU)!==r._$AU&&i._$AP(e)}if(e!==n||s){let t=i._$AA;for(;t!==e;){const e=t.nextSibling;o.insertBefore(t,n),t=e}}}return i},Ms={},_s=(t,e=Ms)=>t._$AH=e,Ss=t=>t._$AH,Es=t=>(...e)=>({_$litDirective$:t,values:e});class zs{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}const Rs=(t,e)=>{const i=t._$AN;if(void 0===i)return!1;for(const t of i)t._$AO?.(e,!1),Rs(t,e);return!0},Ls=t=>{let e,i;do{if(void 0===(e=t._$AM))break;i=e._$AN,i.delete(t),t=e}while(0===i?.size)},Is=t=>{for(let e;e=t._$AM;t=e){let i=e._$AN;if(void 0===i)e._$AN=i=new Set;else if(i.has(t))break;i.add(t),As(e)}};function Hs(t){void 0!==this._$AN?(Ls(this),this._$AM=t,Is(this)):this._$AM=t}function Ts(t,e=!1,i=0){const o=this._$AH,n=this._$AN;if(void 0!==n&&0!==n.size)if(e)if(Array.isArray(o))for(let t=i;t<o.length;t++)Rs(o[t],!1),Ls(o[t]);else null!=o&&(Rs(o,!1),Ls(o));else Rs(this,t)}const As=t=>{2==t.type&&(t._$AP??=Ts,t._$AQ??=Hs)};class Os extends zs{constructor(){super(...arguments),this._$AN=void 0}_$AT(t,e,i){super._$AT(t,e,i),Is(this),this.isConnected=t._$AU}_$AO(t,e=!0){t!==this.isConnected&&(this.isConnected=t,t?this.reconnected?.():this.disconnected?.()),e&&(Rs(this,t),Ls(this))}setValue(t){if((t=>void 0===this._$Ct.strings)())this._$Ct._$AI(t,this);else{const e=[...this._$Ct._$AH];e[this._$Ci]=t,this._$Ct._$AI(e,this,0)}}disconnected(){}reconnected(){}}class $s{constructor(t){this.Y=t}disconnect(){this.Y=void 0}reconnect(t){this.Y=t}deref(){return this.Y}}class Ds{constructor(){this.Z=void 0,this.q=void 0}get(){return this.Z}pause(){this.Z??=new Promise((t=>this.q=t))}resume(){this.q?.(),this.Z=this.q=void 0}}const Ns=t=>!(t=>null===t||"object"!=typeof t&&"function"!=typeof t)(t)&&"function"==typeof t.then,Ps=1073741823,js=Es(class extends Os{constructor(){super(...arguments),this._$Cwt=Ps,this._$Cbt=[],this._$CK=new $s(this),this._$CX=new Ds}render(...t){return t.find((t=>!Ns(t)))??Pr}update(t,e){const i=this._$Cbt;let o=i.length;this._$Cbt=e;const n=this._$CK,r=this._$CX;this.isConnected||this.disconnected();for(let t=0;t<e.length&&!(t>this._$Cwt);t++){const s=e[t];if(!Ns(s))return this._$Cwt=t,s;t<o&&s===i[t]||(this._$Cwt=Ps,o=0,Promise.resolve(s).then((async t=>{for(;r.get();)await r.get();const e=n.deref();if(void 0!==e){const i=e._$Cbt.indexOf(s);i>-1&&i<e._$Cwt&&(e._$Cwt=i,e.setValue(t))}})))}return Pr}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}});var Vs,Bs,Fs,Ws=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},Us=function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(t,i):n?n.value=i:e.set(t,i),i},Gs=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)};let Ys=class extends ys{constructor(){super(),this.items=[],Vs.set(this,new Map),Bs.set(this,new Set),Fs.set(this,[]),this.defaultLayout=!1,this.addEventListener("splitContainer.resize",(()=>{Us(this,Fs,[...this.containers].map((t=>t.offsetHeight)),"f"),this.layout()}))}willUpdate(t){t.has("items")&&(Us(this,Fs,[],"f"),this.items?.forEach(((t,e)=>{t.collapsed&&Gs(this,Bs,"f").add(e),t.collapsed=!1,Gs(this,Fs,"f").push(t.size)}))),super.willUpdate(t)}get totalCollapsedHeight(){return[...Gs(this,Bs,"f")].reduce(((t,e)=>{const i=Gs(this,Vs,"f").get(e);return i?t+(i.collapsed?i.header.offsetHeight??0:0):t}),0)}async fixSizes(){await Promise.all([...Gs(this,Vs,"f").values()].map((t=>t.updateComplete)));const t=this.clientHeight,e=Gs(this,Bs,"f").size,i=this.items.length-e;let o,n=0,r=0,s=0,a=new Array(this.items.length).fill(null);for(let t=0;t<this.items.length;t++)if(Gs(this,Bs,"f").has(t)){const e=Gs(this,Vs,"f").get(t);if(!e)continue;a[t]=e.header?.offsetHeight||0,n+=a[t]}else a[t]=Gs(this,Fs,"f")[t],a[t]||s++,r+=a[t]||0,o=t;let l=t-n-r,c=!1,h=0,d=i;if(l>0)for(let t=0;t<this.items.length;t++)Gs(this,Bs,"f").has(t)||(a[t]?(h=l/d,a[t]+=h,l-=h):(h=l/s,a[t]=h,s--,l-=h,r+=h),d--);for(let t=0;t<this.items.length;t++)if(!Gs(this,Bs,"f").has(t)&&a[t]<50){c=!0;break}c?a=a.map(((t,e)=>Gs(this,Bs,"f").has(e)?t:r/i)):l>0&&(a[o]+=l),a.forEach(((t,e)=>this.setContainerSize(e,t)))}async layout(){await this.fixSizes(),this.containers.forEach(((t,e)=>{const i=this.getContainerComponent(e);i?.layout&&i.layout()}))}getComponent(t,e){let i=Gs(this,Vs,"f").get(t);if(i)return i;i=ft("og-panel");const o=this.items[t];return i.collapsible=!0,i.collapsed=Gs(this,Bs,"f").has(t)??!1,i.icon=o.icon,i.arrowPosition="left",Gs(this,Vs,"f").set(t,i),i.addEventListener("resizestart",(()=>{i.collapsed?(Gs(this,Fs,"f")[t]||(Gs(this,Fs,"f")[t]=this.getContainer(t).offsetHeight),Gs(this,Bs,"f").add(t)):Gs(this,Bs,"f").delete(t)})),i.addEventListener("resizestop",(()=>{this.layout()})),is(Dr`
|
|
67
67
|
<div slot="header">${o.title??""}</div>
|
|
68
68
|
<div slot="body" style="height: 100%; overflow: hidden; position: relative">
|
|
69
69
|
${js(this.createComponent(e??t))}
|
|
70
70
|
</div>
|
|
71
71
|
`,i),i}connectedCallback(){super.connectedCallback(),this.orientation="vertical"}};var qs;Vs=new WeakMap,Bs=new WeakMap,Fs=new WeakMap,Ys.styles=[...ys.styles,Kn`
|
|
72
|
+
:host {
|
|
73
|
+
border: 1px solid var(--og-border-color);
|
|
74
|
+
}
|
|
75
|
+
|
|
72
76
|
.item {
|
|
73
77
|
border-top: none !important;
|
|
74
78
|
}
|
|
79
|
+
|
|
80
|
+
.item.first og-panel {
|
|
81
|
+
border-top: none;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.item og-panel {
|
|
85
|
+
border-bottom-width: 0;
|
|
86
|
+
border-left-width: 0;
|
|
87
|
+
border-right-width: 0;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.item.last og-panel {
|
|
91
|
+
border-bottom-width: 1px;
|
|
92
|
+
}
|
|
75
93
|
`],Ws([ls({type:Array})],Ys.prototype,"items",void 0),Ys=Ws([rs("og-accordion")],Ys),function(t){t.Accent="accent",t.Red="red",t.Yellow="yellow",t.Green="green",t.Blue="blue",t.Gray="gray",t.Transparent="transparent"}(qs||(qs={}));var Zs=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const Xs={danger:qs.Red,warning:qs.Yellow,info:qs.Blue,success:qs.Green};class Qs extends Event{constructor(t){super(`alert.${t}`,{bubbles:!0,composed:!0})}}let Ks=class extends os{constructor(){super(...arguments),this.closable=!1,this.render=()=>Dr`
|
|
76
94
|
${this.icon?Dr`
|
|
77
95
|
<og-fa-icon .icon="${this.icon}"></og-fa-icon>
|
|
@@ -1875,7 +1893,7 @@
|
|
|
1875
1893
|
}
|
|
1876
1894
|
|
|
1877
1895
|
.item.selected og-bucket-button, .item:hover og-bucket-button {
|
|
1878
|
-
color: var(--og-text-color-
|
|
1896
|
+
color: var(--og-text-color-3);
|
|
1879
1897
|
}
|
|
1880
1898
|
`;let Sg=class extends os{get tooltip(){return this.tooltipRef?.value}get count(){return this.settings?.items?.length??0}constructor(){super(),this.tooltipRef=Wh(),this._onMouseMove=(t,e)=>{const i=this.settings.items[e.index].tooltip;i?(this.tooltip.querySelector('[slot="body"]').innerText=i,this.tooltip.attachTo(e,"right")):this.tooltip.deatach()},this._itemRenderer=(t,e)=>{const i=this.settings?.items[e];return Dr`
|
|
1881
1899
|
<og-bucket-button
|
|
@@ -8252,4 +8270,4 @@ milkdown-block-handle {
|
|
|
8252
8270
|
`:null}
|
|
8253
8271
|
</div>
|
|
8254
8272
|
</og-panel>
|
|
8255
|
-
`: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?rv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?rv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=rv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new In({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};Ez.styles=[_z],Sz([ls({type:Object})],Ez.prototype,"model",void 0),Sz([cs()],Ez.prototype,"editTitle",void 0),Sz([ds("#title")],Ez.prototype,"titleInput",void 0),Sz([ds("#type")],Ez.prototype,"typeList",void 0),Sz([ds("#dataRange")],Ez.prototype,"dataRangeInput",void 0),Sz([ds("#seriesRange")],Ez.prototype,"seriesRangeInput",void 0),Sz([ds("#categoryRange")],Ez.prototype,"categoryRangeInput",void 0),Ez=Sz([rs("og-plugin-chart-form")],Ez);const zz=ma().themes.get("dark");Object.assign(zz.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 Rz=ma().themes.get("light");Object.assign(Rz.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 Lz=i(2439),Iz=i(8022),Hz=i(6158),Tz=i(127),Az=i(4505),Oz=i(8659),$z=i(397),Dz=i(930),Nz=i(9723),Pz=i(6343),jz=i(4582),Vz=i(6127),Bz=i(8238),Fz=i(7362),Wz=i(452),Uz=i(5390),Gz=i(3368),Yz=i(6288),qz=i(7513),Zz=i(1386),Xz=i(5764),Qz=i(1261),Kz=i(3071),Jz=i(3285),tR=i(2356),eR=i(6780),iR=i(8542),oR=i(8385),nR=i(1025),rR=i(2034),sR=i(8113),aR=i(1821),lR=i(7212),cR=i(2583),hR=i(5360),dR=i(2377),uR=i(2864),pR=i(7998),gR=i(4101),mR=i(7813),fR=i(5037),vR=i(7005),bR=i(9626),yR=i(9517),wR=i(1504),xR=i(3838),kR=i(4935),CR=i(7699),MR=i(3322),_R=i(5757),SR=i(536),ER=i(1673),zR=i(8736),RR=i(196),LR=i(5133),IR=i(6092),HR=i(791),TR=i(5927),AR=i(1802),OR=i(9511),$R=i(6267),DR=i(1072),NR=i(4331),PR=i(8644),jR=i(2704),VR=i(2419),BR=i(6363),FR=i(5236),WR=i(3499),UR=i(3811),GR=i(1953),YR=i(4729),qR=i(8964),ZR=i(8540),XR=i(8752),QR=i(8783),KR=i(8270),JR=i(7261),tL=i(9231),eL=i(4555),iL=i(5293),oL=i(6981),nL=i(5268),rL=i(2680),sL=i(789),aL=i(4373),lL=i(436),cL=i(8573),hL=i(1808),dL=i(3247),uL=i(5143),pL=i(2415),gL=i(2561),mL=i(5726),fL=i(7436),vL=i(4201),bL=i(8248),yL=i(6433),wL=i(2698),xL=i(979),kL=i(9358),CL=i(9176),ML=i(1239),_L=i(4218),SL=i(8377),EL=i(3740),zL=i(5379),RL=i(9974),LL=i(8955),IL=i(3559),HL=i(809),TL=i(8014),AL=i(8265),OL=i(3300),$L=i(8724),DL=i(8033),NL=i(7700),PL=i(5741),jL=i(3478),VL=i(512),BL=i(499),FL=i(8680),WL=i(9646),UL=i(9432),GL=i(2841),YL=i(75),qL=i(9256),ZL=i(444),XL=i(5633),QL=i(3788),KL=i(3573),JL=i(9948),tI=i(1836),eI=i(7029),iI=i(8532),oI=i(6639),nI=i(1633),rI=i(9805),sI=i(2171),aI=i(875),lI=i(9595),cI=i(3894),hI=i(2803),dI=i(7765),uI=i(8804),pI=i(8654),gI=i(257),mI=i(5844),fI=i(9651),vI=i(760),bI=i(9518),yI=i(4585),wI=i(1769),xI=i(643),kI=i(5156),CI=i(822),MI=i(8249),_I=i(3434),SI=i(9314),EI=i(3093),zI=i(7721),RI=i(588),LI=i(7645),II=i(7148),HI=i(6795),TI=i(7047),AI=i(9428),OI=i(1879),$I=i(9779),DI=i(2476),NI=i(9648),PI=i(2896),jI=i(6817),VI=i(5196),BI=i(2762),FI=i(5981),WI=i(9014),UI=i(2611),GI=i(7946),YI=i(6301),qI=i(8020),ZI=i(3987),XI=i(3192),QI=i(8796),KI=i(2489),JI=i(7324),tH=i(6069),eH=i(4155),iH=i(6977),oH=i(8055),nH=i(2653),rH=i(9492),sH=i(4334),aH=i(6804),lH=i(9954),cH=i(2211),hH=i(5211),dH=i(1519),uH=i(6204),pH=i(5501),gH=i(5244),mH=i(9742),fH=i(1552),vH=i(1330),bH=i(2596),yH=i(5184),wH=i(7675),xH=i(1513),kH=i(9396),CH=i(7673),MH=i(244),_H=i(1187),SH=i(1736),EH=i(4390),zH=i(7106),RH=i(2096),LH=i(9991),IH=i(5629),HH=i(3386),TH=i(6651),AH=i(1684),OH=i(3849),$H=i(2582),DH=i(8569),NH=i(2955),PH=i(9100),jH=i(7381),VH=i(9190),BH=i(4071),FH=i(8e3),WH=i(4633),UH=i(4374),GH=i(486),YH=i(3680),qH=i(9999),ZH=i(2830),XH=i(5255),QH=i(6021),KH=i(2214),JH=i(8497),tT=i(2052),eT=i(5327),iT=i(8701),oT=i(8722),nT=i(7325),rT=i(2445);const sT=[Lz.mw,Iz.mw,Hz.mw,Tz.mw,Az.mw,Oz.mw,$z.mw,Dz.mw,Nz.mw,jz.mw,Pz.mw,Vz.mw,Bz.mw,Fz.mw,Wz.mw,Uz.mw,Gz.mw,Yz.mw,qz.mw,Zz.mw,Xz.mw,Qz.mw,Kz.mw,Jz.mw,tR.mw,eR.mw,iR.mw,oR.mw,nR.mw,sR.mw,aR.mw,lR.mw,cR.mw,hR.mw,dR.mw,uR.mw,pR.mw,gR.mw,mR.mw,fR.mw,vR.mw,bR.mw,wR.mw,yR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,ER.mw,zR.mw,RR.mw,LR.mw,IR.mw,HR.mw,AR.mw,OR.mw,$R.mw,DR.mw,NR.mw,PR.mw,jR.mw,VR.mw,BR.mw,FR.mw,WR.mw,UR.mw,GR.mw,YR.mw,qR.mw,ZR.mw,XR.mw,QR.mw,KR.mw,TR.mw,JR.mw,tL.mw,eL.mw,iL.mw,oL.mw,nL.mw,rL.mw,sL.mw,aL.mw,lL.mw,cL.mw,hL.mw,dL.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,EL.mw,zL.mw,RL.mw,LL.mw,IL.mw,HL.mw,TL.mw,AL.mw,OL.mw,$L.mw,DL.mw,NL.mw,PL.mw,rR.mw,jL.mw,VL.mw,BL.mw,FL.mw,WL.mw,UL.mw,GL.mw,YL.mw,qL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,eI.mw,tI.mw,oI.mw,iI.mw,nI.mw,rI.mw,sI.mw,aI.mw,lI.mw,cI.mw,hI.mw,dI.mw,uI.mw,vI.mw,bI.mw,yI.mw,wI.mw,xI.mw,kI.mw,CI.mw,_I.mw,SI.mw,EI.mw,HI.mw,TI.mw,AI.mw,OI.mw,$I.mw,DI.mw,NI.mw,PI.mw,pI.mw,gI.mw,fI.mw,mI.mw,jI.mw,VI.mw,BI.mw,FI.mw,WI.mw,UI.mw,GI.mw,YI.mw,zI.mw,RI.mw,LI.mw,II.mw,ZI.mw,XI.mw,QI.mw,KI.mw,JI.mw,tH.mw,eH.mw,iH.mw,oH.mw,nH.mw,rH.mw,sH.mw,aH.mw,lH.mw,cH.mw,hH.mw,dH.mw,uH.mw,pH.mw,qI.mw,gH.mw,mH.mw,fH.mw,vH.mw,bH.mw,yH.mw,wH.mw,xH.mw,kH.mw,CH.mw,MH.mw,_H.mw,SH.mw,EH.mw,zH.mw,RH.mw,LH.mw,IH.mw,HH.mw,TH.mw,AH.mw,OH.mw,$H.mw,DH.mw,NH.mw,PH.mw,jH.mw,VH.mw,BH.mw,FH.mw,WH.mw,UH.mw,GH.mw,YH.mw,qH.mw,ZH.mw,XH.mw,QH.mw,KH.mw,JH.mw,tT.mw,MI.mw,eT.mw,iT.mw,oT.mw,nT.mw,rT.mw],aT={xlsx:j,charts:V},lT={name:"@omegagrid/bundle",version:"0.6.
|
|
8273
|
+
`: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?rv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?rv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=rv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new In({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};Ez.styles=[_z],Sz([ls({type:Object})],Ez.prototype,"model",void 0),Sz([cs()],Ez.prototype,"editTitle",void 0),Sz([ds("#title")],Ez.prototype,"titleInput",void 0),Sz([ds("#type")],Ez.prototype,"typeList",void 0),Sz([ds("#dataRange")],Ez.prototype,"dataRangeInput",void 0),Sz([ds("#seriesRange")],Ez.prototype,"seriesRangeInput",void 0),Sz([ds("#categoryRange")],Ez.prototype,"categoryRangeInput",void 0),Ez=Sz([rs("og-plugin-chart-form")],Ez);const zz=ma().themes.get("dark");Object.assign(zz.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 Rz=ma().themes.get("light");Object.assign(Rz.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 Lz=i(2439),Iz=i(8022),Hz=i(6158),Tz=i(127),Az=i(4505),Oz=i(8659),$z=i(397),Dz=i(930),Nz=i(9723),Pz=i(6343),jz=i(4582),Vz=i(6127),Bz=i(8238),Fz=i(7362),Wz=i(452),Uz=i(5390),Gz=i(3368),Yz=i(6288),qz=i(7513),Zz=i(1386),Xz=i(5764),Qz=i(1261),Kz=i(3071),Jz=i(3285),tR=i(2356),eR=i(6780),iR=i(8542),oR=i(8385),nR=i(1025),rR=i(2034),sR=i(8113),aR=i(1821),lR=i(7212),cR=i(2583),hR=i(5360),dR=i(2377),uR=i(2864),pR=i(7998),gR=i(4101),mR=i(7813),fR=i(5037),vR=i(7005),bR=i(9626),yR=i(9517),wR=i(1504),xR=i(3838),kR=i(4935),CR=i(7699),MR=i(3322),_R=i(5757),SR=i(536),ER=i(1673),zR=i(8736),RR=i(196),LR=i(5133),IR=i(6092),HR=i(791),TR=i(5927),AR=i(1802),OR=i(9511),$R=i(6267),DR=i(1072),NR=i(4331),PR=i(8644),jR=i(2704),VR=i(2419),BR=i(6363),FR=i(5236),WR=i(3499),UR=i(3811),GR=i(1953),YR=i(4729),qR=i(8964),ZR=i(8540),XR=i(8752),QR=i(8783),KR=i(8270),JR=i(7261),tL=i(9231),eL=i(4555),iL=i(5293),oL=i(6981),nL=i(5268),rL=i(2680),sL=i(789),aL=i(4373),lL=i(436),cL=i(8573),hL=i(1808),dL=i(3247),uL=i(5143),pL=i(2415),gL=i(2561),mL=i(5726),fL=i(7436),vL=i(4201),bL=i(8248),yL=i(6433),wL=i(2698),xL=i(979),kL=i(9358),CL=i(9176),ML=i(1239),_L=i(4218),SL=i(8377),EL=i(3740),zL=i(5379),RL=i(9974),LL=i(8955),IL=i(3559),HL=i(809),TL=i(8014),AL=i(8265),OL=i(3300),$L=i(8724),DL=i(8033),NL=i(7700),PL=i(5741),jL=i(3478),VL=i(512),BL=i(499),FL=i(8680),WL=i(9646),UL=i(9432),GL=i(2841),YL=i(75),qL=i(9256),ZL=i(444),XL=i(5633),QL=i(3788),KL=i(3573),JL=i(9948),tI=i(1836),eI=i(7029),iI=i(8532),oI=i(6639),nI=i(1633),rI=i(9805),sI=i(2171),aI=i(875),lI=i(9595),cI=i(3894),hI=i(2803),dI=i(7765),uI=i(8804),pI=i(8654),gI=i(257),mI=i(5844),fI=i(9651),vI=i(760),bI=i(9518),yI=i(4585),wI=i(1769),xI=i(643),kI=i(5156),CI=i(822),MI=i(8249),_I=i(3434),SI=i(9314),EI=i(3093),zI=i(7721),RI=i(588),LI=i(7645),II=i(7148),HI=i(6795),TI=i(7047),AI=i(9428),OI=i(1879),$I=i(9779),DI=i(2476),NI=i(9648),PI=i(2896),jI=i(6817),VI=i(5196),BI=i(2762),FI=i(5981),WI=i(9014),UI=i(2611),GI=i(7946),YI=i(6301),qI=i(8020),ZI=i(3987),XI=i(3192),QI=i(8796),KI=i(2489),JI=i(7324),tH=i(6069),eH=i(4155),iH=i(6977),oH=i(8055),nH=i(2653),rH=i(9492),sH=i(4334),aH=i(6804),lH=i(9954),cH=i(2211),hH=i(5211),dH=i(1519),uH=i(6204),pH=i(5501),gH=i(5244),mH=i(9742),fH=i(1552),vH=i(1330),bH=i(2596),yH=i(5184),wH=i(7675),xH=i(1513),kH=i(9396),CH=i(7673),MH=i(244),_H=i(1187),SH=i(1736),EH=i(4390),zH=i(7106),RH=i(2096),LH=i(9991),IH=i(5629),HH=i(3386),TH=i(6651),AH=i(1684),OH=i(3849),$H=i(2582),DH=i(8569),NH=i(2955),PH=i(9100),jH=i(7381),VH=i(9190),BH=i(4071),FH=i(8e3),WH=i(4633),UH=i(4374),GH=i(486),YH=i(3680),qH=i(9999),ZH=i(2830),XH=i(5255),QH=i(6021),KH=i(2214),JH=i(8497),tT=i(2052),eT=i(5327),iT=i(8701),oT=i(8722),nT=i(7325),rT=i(2445);const sT=[Lz.mw,Iz.mw,Hz.mw,Tz.mw,Az.mw,Oz.mw,$z.mw,Dz.mw,Nz.mw,jz.mw,Pz.mw,Vz.mw,Bz.mw,Fz.mw,Wz.mw,Uz.mw,Gz.mw,Yz.mw,qz.mw,Zz.mw,Xz.mw,Qz.mw,Kz.mw,Jz.mw,tR.mw,eR.mw,iR.mw,oR.mw,nR.mw,sR.mw,aR.mw,lR.mw,cR.mw,hR.mw,dR.mw,uR.mw,pR.mw,gR.mw,mR.mw,fR.mw,vR.mw,bR.mw,wR.mw,yR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,ER.mw,zR.mw,RR.mw,LR.mw,IR.mw,HR.mw,AR.mw,OR.mw,$R.mw,DR.mw,NR.mw,PR.mw,jR.mw,VR.mw,BR.mw,FR.mw,WR.mw,UR.mw,GR.mw,YR.mw,qR.mw,ZR.mw,XR.mw,QR.mw,KR.mw,TR.mw,JR.mw,tL.mw,eL.mw,iL.mw,oL.mw,nL.mw,rL.mw,sL.mw,aL.mw,lL.mw,cL.mw,hL.mw,dL.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,EL.mw,zL.mw,RL.mw,LL.mw,IL.mw,HL.mw,TL.mw,AL.mw,OL.mw,$L.mw,DL.mw,NL.mw,PL.mw,rR.mw,jL.mw,VL.mw,BL.mw,FL.mw,WL.mw,UL.mw,GL.mw,YL.mw,qL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,eI.mw,tI.mw,oI.mw,iI.mw,nI.mw,rI.mw,sI.mw,aI.mw,lI.mw,cI.mw,hI.mw,dI.mw,uI.mw,vI.mw,bI.mw,yI.mw,wI.mw,xI.mw,kI.mw,CI.mw,_I.mw,SI.mw,EI.mw,HI.mw,TI.mw,AI.mw,OI.mw,$I.mw,DI.mw,NI.mw,PI.mw,pI.mw,gI.mw,fI.mw,mI.mw,jI.mw,VI.mw,BI.mw,FI.mw,WI.mw,UI.mw,GI.mw,YI.mw,zI.mw,RI.mw,LI.mw,II.mw,ZI.mw,XI.mw,QI.mw,KI.mw,JI.mw,tH.mw,eH.mw,iH.mw,oH.mw,nH.mw,rH.mw,sH.mw,aH.mw,lH.mw,cH.mw,hH.mw,dH.mw,uH.mw,pH.mw,qI.mw,gH.mw,mH.mw,fH.mw,vH.mw,bH.mw,yH.mw,wH.mw,xH.mw,kH.mw,CH.mw,MH.mw,_H.mw,SH.mw,EH.mw,zH.mw,RH.mw,LH.mw,IH.mw,HH.mw,TH.mw,AH.mw,OH.mw,$H.mw,DH.mw,NH.mw,PH.mw,jH.mw,VH.mw,BH.mw,FH.mw,WH.mw,UH.mw,GH.mw,YH.mw,qH.mw,ZH.mw,XH.mw,QH.mw,KH.mw,JH.mw,tT.mw,MI.mw,eT.mw,iT.mw,oT.mw,nT.mw,rT.mw],aT={xlsx:j,charts:V},lT={name:"@omegagrid/bundle",version:"0.6.49"};ma().activate("light"),Oh.styleDefault="fal",$h.add(...sT)})(),window.Omegagrid=o})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omegagrid/bundle",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.49",
|
|
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": "6.4.2",
|
|
20
20
|
"@fortawesome/pro-light-svg-icons": "6.4.2",
|
|
21
21
|
"@fortawesome/pro-solid-svg-icons": "6.4.2",
|
|
22
|
-
"@omegagrid/bucket": "^0.6.
|
|
23
|
-
"@omegagrid/calendar": "^0.6.
|
|
24
|
-
"@omegagrid/code": "^0.6.
|
|
25
|
-
"@omegagrid/commands": "^0.6.
|
|
26
|
-
"@omegagrid/core": "^0.6.
|
|
27
|
-
"@omegagrid/dialog": "^0.6.
|
|
28
|
-
"@omegagrid/editor": "^0.6.
|
|
29
|
-
"@omegagrid/form": "^0.6.
|
|
30
|
-
"@omegagrid/grid": "^0.6.
|
|
31
|
-
"@omegagrid/localize": "^0.6.
|
|
32
|
-
"@omegagrid/markdown": "^0.6.
|
|
33
|
-
"@omegagrid/plugin-charts": "^0.6.
|
|
34
|
-
"@omegagrid/plugin-xlsx": "^0.6.
|
|
35
|
-
"@omegagrid/statusbar": "^0.6.
|
|
36
|
-
"@omegagrid/tabs": "^0.6.
|
|
37
|
-
"@omegagrid/toolbar": "^0.6.
|
|
38
|
-
"@omegagrid/tree": "^0.6.
|
|
22
|
+
"@omegagrid/bucket": "^0.6.49",
|
|
23
|
+
"@omegagrid/calendar": "^0.6.49",
|
|
24
|
+
"@omegagrid/code": "^0.6.49",
|
|
25
|
+
"@omegagrid/commands": "^0.6.49",
|
|
26
|
+
"@omegagrid/core": "^0.6.49",
|
|
27
|
+
"@omegagrid/dialog": "^0.6.49",
|
|
28
|
+
"@omegagrid/editor": "^0.6.49",
|
|
29
|
+
"@omegagrid/form": "^0.6.49",
|
|
30
|
+
"@omegagrid/grid": "^0.6.49",
|
|
31
|
+
"@omegagrid/localize": "^0.6.49",
|
|
32
|
+
"@omegagrid/markdown": "^0.6.49",
|
|
33
|
+
"@omegagrid/plugin-charts": "^0.6.49",
|
|
34
|
+
"@omegagrid/plugin-xlsx": "^0.6.49",
|
|
35
|
+
"@omegagrid/statusbar": "^0.6.49",
|
|
36
|
+
"@omegagrid/tabs": "^0.6.49",
|
|
37
|
+
"@omegagrid/toolbar": "^0.6.49",
|
|
38
|
+
"@omegagrid/tree": "^0.6.49",
|
|
39
39
|
"lit": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|