@omegagrid/bundle 0.6.116 → 0.6.118

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.
Files changed (2) hide show
  1. package/omegagrid.js +14 -8
  2. package/package.json +18 -18
package/omegagrid.js CHANGED
@@ -1720,7 +1720,7 @@
1720
1720
  .item .command {
1721
1721
  margin-left: 10px;
1722
1722
  }
1723
- `,xg={COMMAND_WINDOW_MAX_WIDTH:500,...G};var kg=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 Cg extends Event{constructor(t,e){super(`command.${t}`,{bubbles:!0,composed:!0}),this.command=e}}let Mg=class extends xs{get input(){return this.inputRef?.value}get list(){return this.listRef?.value}get filterValue(){return this.input.value}exec(t=!0){const e=this.input.value.split(">").map((t=>t.trim()));0==e[0].length&&this.list.selectedIndex>-1&&this.list.selectedIndex<this.visibleItems.length&&(e[0]=this.visibleItems[this.list.selectedIndex].name);const i=this.commands.get(e[0])??this.visibleItems.find((t=>t instanceof gg&&t.name==e[0]));i&&(e.length-1<i.requiredParams?(e.push(""),this.input.value=e.join(" > "),this.input.focus()):(e.shift(),i.exec(...e),t&&this.dispatchEvent(new Cg("exec",i)),this.close()))}constructor(){super(),this.inputRef=ld(),this.listRef=ld(),this.commands=new mg,this.triggerKey="F1",this.showSections=!1,this.requireUpdateCommands=!0,this._commandRenderer=(t,e)=>es`
1723
+ `,xg={COMMAND_WINDOW_MAX_WIDTH:500,...G};var kg=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 Cg extends Event{constructor(t,e){super(`command.${t}`,{bubbles:!0,composed:!0}),e&&Object.assign(this,e)}}let Mg=class extends xs{get input(){return this.inputRef?.value}get inputValue(){return this.input?.value??""}get list(){return this.listRef?.value}get filterValue(){return"search"==this.mode?this.input.value:null}exec(t=!0){const e=this.input.value.split(">").map((t=>t.trim()));if(0==e[0].length&&this.list.selectedIndex>-1&&this.list.selectedIndex<this.visibleItems.length&&(e[0]=this.visibleItems[this.list.selectedIndex].name),"search"==this.mode){const i=this.commands.get(e[0])??this.visibleItems.find((t=>t instanceof gg&&t.name==e[0]));if(!i)return;e.length-1<i.requiredParams?(e.push(""),this.input.value=e.join(" > "),this.input.focus()):(e.shift(),i.exec(...e),t&&this.dispatchEvent(new Cg("exec",{command:i,value:this.inputValue})),this.close())}else{const e=this.visibleItems[this.list.selectedIndex];if(!e)return;t&&this.dispatchEvent(new Cg("exec",{command:e,value:this.inputValue})),this.close()}}constructor(){super(),this.inputRef=ld(),this.listRef=ld(),this.mode="search",this.commands=new mg,this.triggerKey="F1",this.placeholder="",this.showSections=!1,this.requireUpdateCommands=!0,this._commandRenderer=(t,e)=>es`
1724
1724
  <div class="command">
1725
1725
  ${e.name}
1726
1726
  </div>
@@ -1733,11 +1733,16 @@
1733
1733
  ${e.name}
1734
1734
  </div>
1735
1735
  </div>
1736
- `,this._onKeyDown=t=>{switch(t.stopPropagation(),t.key){case"ArrowDown":t.preventDefault(),this.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.list.moveUp();break;case"Enter":t.preventDefault(),this.visibleItems[this.list.selectedIndex]instanceof pg?this.toggleSection(this.visibleItems[this.list.selectedIndex].id):this.exec();break;case"Escape":case this.triggerKey:t.preventDefault(),this.close()}},this._onKeyUp=Y((t=>{t.stopPropagation(),-1==["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Shift","Enter",this.triggerKey].indexOf(t.key)&&(this.updateCommands(),this.list.size=this.visibleItems.length)})),this._onTargetKeyDown=t=>{t.key==this.triggerKey&&(t.stopPropagation(),t.preventDefault(),this.open())},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof gg?(this.input.value=e.name,t.trigger!=_u.Click&&t.trigger!=_u.Enter||this.exec()):(this.input.value="",t.trigger!=_u.Click&&t.trigger!=_u.Enter||this.toggleSection(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e)=>this.visibleItems[e]instanceof pg?this._sectionRenderer(t,this.visibleItems[e]):this._commandRenderer(t,this.visibleItems[e]),this.render=()=>es`
1736
+ `,this._onKeyDown=t=>{switch(t.stopPropagation(),t.key){case"ArrowDown":t.preventDefault(),this.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.list.moveUp();break;case"Enter":t.preventDefault(),this.visibleItems[this.list.selectedIndex]instanceof pg?this.toggleSection(this.visibleItems[this.list.selectedIndex].id):this.exec();break;case"Escape":case this.triggerKey:t.preventDefault(),this.close()}},this._onKeyUp=Y((t=>{t.stopPropagation(),"search"==this.mode&&-1==["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Shift","Enter",this.triggerKey].indexOf(t.key)&&(this.updateCommands(),this.list.size=this.visibleItems.length)})),this._onTargetKeyDown=t=>{t.key==this.triggerKey&&(t.stopPropagation(),t.preventDefault(),this.open())},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof gg?("search"==this.mode&&(this.input.value=e.name),t.trigger!=_u.Click&&t.trigger!=_u.Enter||this.exec()):(this.input.value="",t.trigger!=_u.Click&&t.trigger!=_u.Enter||this.toggleSection(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e)=>this.visibleItems[e]instanceof pg?this._sectionRenderer(t,this.visibleItems[e]):this._commandRenderer(t,this.visibleItems[e]),this.render=()=>es`
1737
1737
  <div class="input">
1738
- <input type="text" ${dd(this.inputRef)}>
1738
+ <input ${dd(this.inputRef)}
1739
+ type="text"
1740
+ .placeholder="${this.placeholder}"
1741
+ .value="${this.value}">
1739
1742
  </div>
1743
+
1740
1744
  ${null!=this.text?es`<div class="text">${this.text}</div>`:""}
1745
+
1741
1746
  <div class="list">
1742
1747
  <og-list ${dd(this.listRef)}
1743
1748
  maxHeight="300"
@@ -1747,7 +1752,7 @@
1747
1752
  arrowEvents>
1748
1753
  </og-list>
1749
1754
  </div>
1750
- `,this.addEventListener("click",(t=>t.stopPropagation())),this.addEventListener("keyup",this._onKeyUp),this.addEventListener("keydown",this._onKeyDown),this.addEventListener("blur",(()=>this.close()))}async open(t=!0){if(!this.target)throw new Error("target element not set");xt(this),this.input.value="",this.requireUpdateCommands&&(this.requireUpdateCommands=!1,await this.updateCommands()),this.input.focus(),this.visibleItems=this.commands.filter(null,this.showSections),this.updatePosition(),t&&this.dispatchEvent(new Cg("open"))}close(t=!0){this.target&&(kt(this),this.target.focus(),t&&this.dispatchEvent(new Cg("close")))}connectedCallback(){super.connectedCallback(),this.tabIndex=0}async willUpdate(t){if(t.has("adapter")&&this.adapter){const t=await this.adapter.getOptions();t&&(this.options=t)}this.options&&(this.options.commandRenderer&&(this._commandRenderer=this.options.commandRenderer),this.options.sectionRenderer&&(this._sectionRenderer=this.options.sectionRenderer))}async updated(t){if(t.has("target")){const e=t.get("target");e&&e.removeEventListener("keydown",this._onTargetKeyDown),this.target&&this.target.addEventListener("keydown",this._onTargetKeyDown)}t.has("adapter")&&(this.requireUpdateCommands=!0),t.has("commands")&&await this.updateCommands(),this.updatePosition()}firstUpdated(){this.list.itemRenderer=this._itemRenderer,this.list.addEventListener("select",this._onSelect)}async updateCommands(){this.adapter?(this.commands.clear(),(await Promise.all([this.adapter.getSections(this.filterValue)]))[0].forEach((t=>this.commands.registerSection(t,!1))),this.visibleItems=this.commands.filter(null,this.showSections,!0)):this.visibleItems=this.commands.filter(this.filterValue,this.showSections),this.list.size=this.visibleItems.length,this.list.selectedIndex=this.list.size>0?0:-1,this.list.renderItems(!0),await this.list.updateComplete}async toggleSection(t){const e=this.commands.sections.get(t);if(e.open)e.open=!1,this.visibleItems=this.commands.filter(this.filterValue,this.showSections,!0),this.list.size=this.visibleItems.length;else if(e.open=!0,this.adapter){const i=(await Promise.all([this.adapter.getCommands(t,this.filterValue)]))[0];i.length>0&&(e.commands.clear(),i.forEach((t=>e.addCommand(t)))),this.visibleItems=this.commands.filter(null,this.showSections,!0)}else this.visibleItems=this.commands.filter(this.filterValue,this.showSections,!0);this.list.size=this.visibleItems.length}updatePosition(){this.target&&(Dt(this,{w:Math.min(xg.COMMAND_WINDOW_MAX_WIDTH,.9*this.target.clientWidth)}),qt(this,this.target,{horizontal:!0,vertical:!1}),jt(this,{t:100}))}};Mg.styles=[yg],kg([Ss({type:Object})],Mg.prototype,"options",void 0),kg([Ss({type:String})],Mg.prototype,"text",void 0),kg([Ss({type:Object})],Mg.prototype,"commands",void 0),kg([Ss({type:Object})],Mg.prototype,"adapter",void 0),kg([Ss({type:Object})],Mg.prototype,"target",void 0),kg([Ss({type:String})],Mg.prototype,"triggerKey",void 0),kg([Ss({type:Boolean})],Mg.prototype,"showSections",void 0),Mg=kg([Cs("og-commands")],Mg);const _g={TOP_HEIGHT:41,SIDEMENU_WIDTH:41,SIDEBAR_WIDTH:250,SIZER_TRESHOLD:5,SIDEBAR_HEADER_HEIGHT:30,...G},Sg=fr`
1755
+ `,this.addEventListener("click",(t=>t.stopPropagation())),this.addEventListener("keyup",this._onKeyUp),this.addEventListener("keydown",this._onKeyDown),this.addEventListener("blur",(()=>this.close()))}async open(t=!0){if(!this.target)throw new Error("target element not set");xt(this),this.input.value=this.value??"",this.requireUpdateCommands&&(this.requireUpdateCommands=!1,await this.updateCommands()),this.input.focus(),this.visibleItems=this.commands.filter(null,this.showSections),this.updatePosition(),t&&this.dispatchEvent(new Cg("open"))}close(t=!0){this.target&&(kt(this),this.target.focus(),t&&this.dispatchEvent(new Cg("close")))}connectedCallback(){super.connectedCallback(),this.tabIndex=0}async willUpdate(t){if(t.has("adapter")&&this.adapter){const t=await this.adapter.getOptions();t&&(this.options=t)}this.options&&(this.options.commandRenderer&&(this._commandRenderer=this.options.commandRenderer),this.options.sectionRenderer&&(this._sectionRenderer=this.options.sectionRenderer))}async updated(t){if(t.has("target")){const e=t.get("target");e&&e.removeEventListener("keydown",this._onTargetKeyDown),this.target&&this.target.addEventListener("keydown",this._onTargetKeyDown)}t.has("adapter")&&(this.requireUpdateCommands=!0),t.has("commands")&&await this.updateCommands(),this.updatePosition()}firstUpdated(){this.list.itemRenderer=this._itemRenderer,this.list.addEventListener("select",this._onSelect)}async updateCommands(){this.adapter?(this.commands.clear(),(await Promise.all([this.adapter.getSections(this.filterValue)]))[0].forEach((t=>this.commands.registerSection(t,!1))),this.visibleItems=this.commands.filter(null,this.showSections,!0)):this.visibleItems=this.commands.filter(this.filterValue,this.showSections),this.list.size=this.visibleItems.length,this.list.selectedIndex=this.list.size>0?0:-1,this.list.renderItems(!0),await this.list.updateComplete}async toggleSection(t){const e=this.commands.sections.get(t);if(e.open)e.open=!1,this.visibleItems=this.commands.filter(this.filterValue,this.showSections,!0),this.list.size=this.visibleItems.length;else if(e.open=!0,this.adapter){const i=(await Promise.all([this.adapter.getCommands(t,this.filterValue)]))[0];i.length>0&&(e.commands.clear(),i.forEach((t=>e.addCommand(t)))),this.visibleItems=this.commands.filter(null,this.showSections,!0)}else this.visibleItems=this.commands.filter(this.filterValue,this.showSections,!0);this.list.size=this.visibleItems.length}updatePosition(){this.target&&(Dt(this,{w:Math.min(xg.COMMAND_WINDOW_MAX_WIDTH,.9*this.target.clientWidth)}),qt(this,this.target,{horizontal:!0,vertical:!1}),jt(this,{t:100}))}};Mg.styles=[yg],kg([Ss({type:Object})],Mg.prototype,"options",void 0),kg([Ss({type:String})],Mg.prototype,"mode",void 0),kg([Ss({type:String})],Mg.prototype,"value",void 0),kg([Ss({type:String})],Mg.prototype,"text",void 0),kg([Ss({type:Object})],Mg.prototype,"commands",void 0),kg([Ss({type:Object})],Mg.prototype,"adapter",void 0),kg([Ss({type:Object})],Mg.prototype,"target",void 0),kg([Ss({type:String})],Mg.prototype,"triggerKey",void 0),kg([Ss({type:String})],Mg.prototype,"placeholder",void 0),kg([Ss({type:Boolean})],Mg.prototype,"showSections",void 0),Mg=kg([Cs("og-commands")],Mg);const _g={TOP_HEIGHT:41,SIDEMENU_WIDTH:41,SIDEBAR_WIDTH:250,SIZER_TRESHOLD:5,SIDEBAR_HEADER_HEIGHT:30,...G},Sg=fr`
1751
1756
  :host {
1752
1757
  display: flex;
1753
1758
  flex-direction: column;
@@ -1847,7 +1852,7 @@
1847
1852
 
1848
1853
  <div class="main"></div>
1849
1854
  </div>
1850
- `,this.components=new Lg(this),this.sidebars=new Hg(this),this.alerts=new zg(this),this.dialogs=new Tg(this),this.options=Ig(),this.logger.info("init"),this.addEventListener("state",(t=>{t.target!=this&&(t.stopPropagation(),this.dispatchStateEvent())}))}connectedCallback(){super.connectedCallback(),this.logger.info("connected"),window.addEventListener("beforeunload",this._onWindowBeforeUnload)}disconnectedCallback(){window.removeEventListener("beforeunload",this._onWindowBeforeUnload)}layout(){this.container?.layout(),this.top?.layout()}setSourceData(t){this.sourceData=t,t.options&&(this.options=Ig(t.options,this.options))}async updated(){const t=this.compact?this.editorContainer:this.container;t.parentElement!=this.main&&(St(this.main),this.main.appendChild(t),t.requestUpdate());const e=(this.sourceData.sidemenu.items??[])[this.sourceData.sidemenu.activeIndex]?.id;e&&(this.sidebar1ComponentId=e),await(this.container?.updateComplete),this.layout()}async open(t){this.compact&&this.hideSidebar(),xt(this.editorContainer);const e=t.component;return e?(t.id=this.components.register(t.id,t.component),delete t.component,this.editorContainer.open(t),e):new Promise(((e,i)=>{this.components.enqueueComponentResolution(t.id,e,i),this.editorContainer.open(t),this.dispatchStateEvent()}))}async openDialog(t){return await this.dialogs.open(t)}async openMenu(t){let e;this.logger.info("open menu");const i=()=>{this.menu.removeEventListener("command.exec",o),this.menu.removeEventListener("command.close",i),e(new gg({id:null}))},o=t=>{this.menu.removeEventListener("command.exec",o),this.menu.removeEventListener("command.close",i),e(t.command)};return new Promise((n=>{e=n,this.menu.addEventListener("command.exec",o),this.menu.addEventListener("command.close",i),this.menu.text=t.text,this.menu.open(),this.menu.commands=t.content instanceof mg?t.content:new mg(Eg[t.content])}))}openModalSidebar(t){return this.sidebars.openModalSidebar(t)}async toggleSidebar(t){t??(t=this.compact?this.sidebarHost.parentElement!=this.main:this.container.items[0].collapsed),t?this.showSidebar():this.hideSidebar()}async hideSidebar(){this.compact?this.sidebarHost.parentElement==this.main&&(St(this.main),this.main.appendChild(this.editorContainer)):await this.container.collapse(0,!0),this.layout()}async showSidebar(){this.compact?this.sidebarHost.parentElement!=this.main&&(St(this.main),this.main.appendChild(this.sidebarHost)):await this.container.collapse(0,!1),this.layout()}showAlert(t){return this.alerts.addAlert(t)}getState(){const t=this.container?.items[0];return{sidebar:{selectedItem:this.sidebar1ComponentId,width:t?.size,collapsed:!!t?.collapsed},layout:this.editorContainer?.model.getSourceData(),dialogs:[...Array.from(this.dialogs.items.entries()).map((([t,e])=>Object.assign({id:t},e.getOptions())))],components:[...this.components.components].reduce(((t,[e,i])=>{if(i.getState){const o=i.getState();o&&(t[e]=o)}return t}),{})}}async setState(t){this.state=t;const e=this.sourceData.sidemenu.items.findIndex((e=>e.id==t.sidebar.selectedItem));e>=0&&(this.sourceData.sidemenu.activeIndex=e,this.sidebar1ComponentId=t.sidebar.selectedItem),this.sourceData.editorLayout=t.layout,this._editorContainer=null,this.requestUpdate(),await this.updateComplete,this.sidemenu?.requestUpdate(),this.updateSidebarComponent(),this.updateMainComponent(),t.dialogs?.forEach((t=>this.openDialog(t)));for(const e in t.components)this.components.setState(e,t.components[e])}_onSidemenuSelect(t){const e=(this.sourceData.sidemenu.items??[])[t.index]?.id;e==this.sidebar1ComponentId?this.toggleSidebar():(this.toggleSidebar(!0),this.sidebar1ComponentId=e,this.updateSidebarComponent()),this.dispatchStateEvent()}updateSidebarComponent(){this.sidebarHost.componentId=this.sidebar1ComponentId}updateMainComponent(){this.container?.updateComponent(1)}async openSidebarComponent(t){this.sidebar1ComponentId=t.toString(),this.showSidebar(),this.updateSidebarComponent(),this.sidemenu.selectItem(t.toString()),await this.sidebarHost.updateComplete}};Ng.styles=[Sg],Ng.uniqueId=0,Ng.getUniqueId=()=>++Ag.uniqueId,Og([Rs("og-overlay")],Ng.prototype,"overlay",void 0),Og([Rs("og-commands")],Ng.prototype,"menu",void 0),Og([Rs("og-bucket-top")],Ng.prototype,"top",void 0),Og([Rs("og-bucket-sidemenu")],Ng.prototype,"sidemenu",void 0),Og([Rs(".body")],Ng.prototype,"body",void 0),Og([Rs(".main")],Ng.prototype,"main",void 0),Og([Ss({type:Object})],Ng.prototype,"createComponent",void 0),Og([Ss({type:Object})],Ng.prototype,"sourceData",void 0),Og([Ss({type:Object})],Ng.prototype,"options",void 0),Og([Ss({type:Object})],Ng.prototype,"logger",void 0),Og([Ss({type:Boolean})],Ng.prototype,"compact",void 0),Ng=Ag=Og([Cs("og-bucket")],Ng);var Pg=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 jg={info:[ua.Accent,"circle-info"],danger:[ua.Red,"circle-exclamation"],warning:[ua.Yellow,"circle-exclamation"],success:[ua.Green,"circle-check"]};class Vg extends Event{constructor(t){super(`alert.${t}`,{bubbles:!0,composed:!0})}}let Bg=class extends xs{constructor(){super(...arguments),this.render=()=>es`
1855
+ `,this.components=new Lg(this),this.sidebars=new Hg(this),this.alerts=new zg(this),this.dialogs=new Tg(this),this.options=Ig(),this.logger.info("init"),this.addEventListener("state",(t=>{t.target!=this&&(t.stopPropagation(),this.dispatchStateEvent())}))}connectedCallback(){super.connectedCallback(),this.logger.info("connected"),window.addEventListener("beforeunload",this._onWindowBeforeUnload)}disconnectedCallback(){window.removeEventListener("beforeunload",this._onWindowBeforeUnload)}layout(){this.container?.layout(),this.top?.layout()}setSourceData(t){this.sourceData=t,t.options&&(this.options=Ig(t.options,this.options))}async updated(){const t=this.compact?this.editorContainer:this.container;t.parentElement!=this.main&&(St(this.main),this.main.appendChild(t),t.requestUpdate());const e=(this.sourceData.sidemenu.items??[])[this.sourceData.sidemenu.activeIndex]?.id;e&&(this.sidebar1ComponentId=e),await(this.container?.updateComplete),this.layout()}async open(t){this.compact&&this.hideSidebar(),xt(this.editorContainer);const e=t.component;return e?(t.id=this.components.register(t.id,t.component),delete t.component,this.editorContainer.open(t),e):new Promise(((e,i)=>{this.components.enqueueComponentResolution(t.id,e,i),this.editorContainer.open(t),this.dispatchStateEvent()}))}async openDialog(t){return await this.dialogs.open(t)}async openMenu(t){let e;this.logger.info("open menu");const i=()=>{this.menu.removeEventListener("command.exec",o),this.menu.removeEventListener("command.close",i),e(new gg({id:null}))},o=t=>{this.menu.removeEventListener("command.exec",o),this.menu.removeEventListener("command.close",i),e(new gg(Object.assign({value:this.menu.value},t.command)))};return new Promise((n=>{e=n,this.menu.addEventListener("command.exec",o),this.menu.addEventListener("command.close",i),this.menu.text=t.text,this.menu.value=t.value,this.menu.mode=t.mode||"search",this.menu.open(),this.menu.commands=t.content instanceof mg?t.content:new mg(Eg[t.content])}))}openModalSidebar(t){return this.sidebars.openModalSidebar(t)}async toggleSidebar(t){t??(t=this.compact?this.sidebarHost.parentElement!=this.main:this.container.items[0].collapsed),t?this.showSidebar():this.hideSidebar()}async hideSidebar(){this.compact?this.sidebarHost.parentElement==this.main&&(St(this.main),this.main.appendChild(this.editorContainer)):await this.container.collapse(0,!0),this.layout()}async showSidebar(){this.compact?this.sidebarHost.parentElement!=this.main&&(St(this.main),this.main.appendChild(this.sidebarHost)):await this.container.collapse(0,!1),this.layout()}showAlert(t){return this.alerts.addAlert(t)}getState(){const t=this.container?.items[0];return{sidebar:{selectedItem:this.sidebar1ComponentId,width:t?.size,collapsed:!!t?.collapsed},layout:this.editorContainer?.model.getSourceData(),dialogs:[...Array.from(this.dialogs.items.entries()).map((([t,e])=>Object.assign({id:t},e.getOptions())))],components:[...this.components.components].reduce(((t,[e,i])=>{if(i.getState){const o=i.getState();o&&(t[e]=o)}return t}),{})}}async setState(t){this.state=t;const e=this.sourceData.sidemenu.items.findIndex((e=>e.id==t.sidebar.selectedItem));e>=0&&(this.sourceData.sidemenu.activeIndex=e,this.sidebar1ComponentId=t.sidebar.selectedItem),this.sourceData.editorLayout=t.layout,this._editorContainer=null,this.requestUpdate(),await this.updateComplete,this.sidemenu?.requestUpdate(),this.updateSidebarComponent(),this.updateMainComponent(),t.dialogs?.forEach((t=>this.openDialog(t)));for(const e in t.components)this.components.setState(e,t.components[e])}_onSidemenuSelect(t){const e=(this.sourceData.sidemenu.items??[])[t.index]?.id;e==this.sidebar1ComponentId?this.toggleSidebar():(this.toggleSidebar(!0),this.sidebar1ComponentId=e,this.updateSidebarComponent()),this.dispatchStateEvent()}updateSidebarComponent(){this.sidebarHost.componentId=this.sidebar1ComponentId}updateMainComponent(){this.container?.updateComponent(1)}async openSidebarComponent(t){this.sidebar1ComponentId=t.toString(),this.showSidebar(),this.updateSidebarComponent(),this.sidemenu.selectItem(t.toString()),await this.sidebarHost.updateComplete}};Ng.styles=[Sg],Ng.uniqueId=0,Ng.getUniqueId=()=>++Ag.uniqueId,Og([Rs("og-overlay")],Ng.prototype,"overlay",void 0),Og([Rs("og-commands")],Ng.prototype,"menu",void 0),Og([Rs("og-bucket-top")],Ng.prototype,"top",void 0),Og([Rs("og-bucket-sidemenu")],Ng.prototype,"sidemenu",void 0),Og([Rs(".body")],Ng.prototype,"body",void 0),Og([Rs(".main")],Ng.prototype,"main",void 0),Og([Ss({type:Object})],Ng.prototype,"createComponent",void 0),Og([Ss({type:Object})],Ng.prototype,"sourceData",void 0),Og([Ss({type:Object})],Ng.prototype,"options",void 0),Og([Ss({type:Object})],Ng.prototype,"logger",void 0),Og([Ss({type:Boolean})],Ng.prototype,"compact",void 0),Ng=Ag=Og([Cs("og-bucket")],Ng);var Pg=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 jg={info:[ua.Accent,"circle-info"],danger:[ua.Red,"circle-exclamation"],warning:[ua.Yellow,"circle-exclamation"],success:[ua.Green,"circle-check"]};class Vg extends Event{constructor(t){super(`alert.${t}`,{bubbles:!0,composed:!0})}}let Bg=class extends xs{constructor(){super(...arguments),this.render=()=>es`
1851
1856
  <div class="header">
1852
1857
  <div class="icon">
1853
1858
  <og-icon .icon="${this.iconSpec}"></og-icon>
@@ -2174,7 +2179,7 @@
2174
2179
  og-icon {
2175
2180
  margin-right: -4px;
2176
2181
  }
2177
- `],rm([Ss({type:Array})],am.prototype,"path",void 0),rm([Ss({type:Boolean})],am.prototype,"clickable",void 0),am=rm([Cs("og-bucket-path")],am);class lm{static init(t){lm.monacoPath=t}static async get(){return this.monaco||(this.monaco=await this.load()),this.monaco}static getSync(){return this.monaco}static load(){if(!sr.require)throw new Error("AMDLoader is not initialized");return sr.require.config({paths:{vs:lm.monacoPath}}),new Promise((t=>{sr.require(["vs/editor/editor.main"],(()=>{t(self.monaco)}))}))}static async loadToIFrame(t){if(!sr.require)throw new Error("AMDLoader is not initialized");const e=t.contentWindow;return e.monaco?e.monaco:(await ar.load(`${lm.monacoPath}/loader.js`,t.contentDocument),e.require.config({paths:{vs:lm.monacoPath}}),await new Promise((t=>{e.require(["vs/editor/editor.main"],(()=>{t(e.monaco)}))})))}}class cm extends Event{constructor(t,e,i){super(`code.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e),this.origEvent=i}}var hm,dm,um,pm,gm,mm,fm,vm,bm,ym,wm,xm=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},km=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)},Cm=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};let Mm=wm=class extends xs{constructor(){super(...arguments),hm.set(this,void 0),dm.set(this,void 0),um.set(this,"typescript"),pm.set(this,!1),gm.set(this,0),mm.set(this,void 0),fm.set(this,void 0),vm.set(this,void 0),bm.set(this,void 0),ym.set(this,(()=>{km(this,hm,"f").updateOptions({theme:this.theme})})),this.getOptions=()=>({...this.options,theme:this.theme,language:km(this,um,"f"),fontSize:er().fontSize,fontLigatures:""})}get monaco(){return wm.monaco}get editor(){return km(this,hm,"f")}get model(){return km(this,hm,"f")?.getModel()}get options(){return km(this,dm,"f")}set options(t){Cm(this,dm,t,"f"),km(this,hm,"f")?.updateOptions(t)}get content(){return km(this,hm,"f")?km(this,hm,"f").getValue():km(this,mm,"f")}set content(t){null==t&&(t=""),km(this,hm,"f")?(Cm(this,pm,!0,"f"),km(this,hm,"f")?.setValue(t)):Cm(this,mm,t,"f")}get language(){return km(this,um,"f")}set language(t){Cm(this,um,t,"f"),this.model&&lm.get().then((e=>e.editor.setModelLanguage(this.model,t)))}get selectedContent(){if(!km(this,hm,"f"))return km(this,mm,"f");const t=km(this,hm,"f").getSelections().map((t=>this.model.getValueInRange(t))).join("\n").trim();return null==t||""==t?km(this,hm,"f").getValue():t}get container(){return km(this,bm,"f")??Cm(this,bm,yt("div"),"f")}get theme(){return"light"==Ta().activeTheme?.type?"vs":"vs-dark"}showContainer(){this.container.parentElement!==document.body&&document.body.appendChild(this.container)}hideContainer(){km(this,bm,"f")?.remove()}async initEditor(){if(km(this,gm,"f")>0)return;Cm(this,gm,1,"f"),wm.monaco=await lm.get(),Cm(this,hm,wm.monaco.editor.create(this.container,this.getOptions()),"f");const t=km(this,um,"f"),e=wm.monaco.editor.createModel(km(this,mm,"f"),t);km(this,hm,"f").setModel(e),km(this,fm,"f")&&km(this,hm,"f").setSelection(km(this,fm,"f")),km(this,vm,"f")&&km(this,hm,"f").setScrollPosition({scrollTop:km(this,vm,"f").top,scrollLeft:km(this,vm,"f").left}),km(this,hm,"f").onDidBlurEditorText((()=>{this.dispatchEvent(new cm("blur",{editor:km(this,hm,"f")}))})),km(this,hm,"f").onDidChangeModelContent((t=>{km(this,pm,"f")?Cm(this,pm,!1,"f"):(this.dispatchEvent(new cm("change",{editor:km(this,hm,"f"),changes:t.changes})),this.dispatchEvent(new qn({value:e})))})),km(this,hm,"f").onKeyDown((t=>{this.dispatchEvent(new cm("keydown",{editor:km(this,hm,"f")},t.browserEvent))})),Cm(this,pm,!1,"f"),Cm(this,gm,2,"f"),this.dispatchEvent(new cm("ready",{editor:km(this,hm,"f")})),km(this,hm,"f").focus(),setTimeout((()=>{km(this,um,"f")!=t&&wm.monaco.editor.setModelLanguage(e,km(this,um,"f"))}),100)}async updated(){await this.initEditor(),this.layout()}connectedCallback(){super.connectedCallback(),Ta().addEventListener("change",km(this,ym,"f")),this.hasUpdated&&(this.initEditor(),this.layout())}disconnectedCallback(){Ta().removeEventListener("change",km(this,ym,"f")),this.hideContainer()}layout(){if(!this.isConnected||this.clientWidth<10||this.clientHeight<10)return void this.hideContainer();this.showContainer();const t=Ht(this,document.body);jt(this.container,{t:t.top+1,l:t.left+1}),Dt(this.container,{w:this.clientWidth-1,h:this.clientHeight-1}),this.editor?.layout()}dispose(){km(this,bm,"f")?.remove(),Cm(this,bm,null,"f"),km(this,hm,"f")?.dispose(),Cm(this,hm,null,"f"),Cm(this,gm,0,"f")}focus(){km(this,hm,"f")?.focus()}};hm=new WeakMap,dm=new WeakMap,um=new WeakMap,pm=new WeakMap,gm=new WeakMap,mm=new WeakMap,fm=new WeakMap,vm=new WeakMap,bm=new WeakMap,ym=new WeakMap,Mm.styles=fr`
2182
+ `],rm([Ss({type:Array})],am.prototype,"path",void 0),rm([Ss({type:Boolean})],am.prototype,"clickable",void 0),am=rm([Cs("og-bucket-path")],am);class lm{static init(t){lm.monacoPath=t}static async get(){return this.monaco||(this.monaco=await this.load()),this.monaco}static getSync(){return this.monaco}static load(){if(!sr.require)throw new Error("AMDLoader is not initialized");return sr.require.config({paths:{vs:lm.monacoPath}}),new Promise((t=>{sr.require(["vs/editor/editor.main"],(()=>{t(self.monaco)}))}))}static async loadToIFrame(t){if(!sr.require)throw new Error("AMDLoader is not initialized");const e=t.contentWindow;return e.monaco?e.monaco:(await ar.load(`${lm.monacoPath}/loader.js`,t.contentDocument),e.require.config({paths:{vs:lm.monacoPath}}),await new Promise((t=>{e.require(["vs/editor/editor.main"],(()=>{t(e.monaco)}))})))}}class cm extends Event{constructor(t,e,i){super(`code.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e),this.origEvent=i}}var hm,dm,um,pm,gm,mm,fm,vm,bm,ym,wm,xm=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},km=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)},Cm=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};let Mm=wm=class extends xs{constructor(){super(...arguments),hm.set(this,void 0),dm.set(this,void 0),um.set(this,"typescript"),pm.set(this,!1),gm.set(this,0),mm.set(this,void 0),fm.set(this,void 0),vm.set(this,void 0),bm.set(this,void 0),ym.set(this,(()=>{km(this,hm,"f").updateOptions({theme:this.theme})})),this.getOptions=()=>({...this.options,theme:this.theme,language:km(this,um,"f"),fontSize:er().fontSize,fontLigatures:""})}get monaco(){return wm.monaco}get editor(){return km(this,hm,"f")}get model(){return km(this,hm,"f")?.getModel()}get options(){return km(this,dm,"f")}set options(t){Cm(this,dm,t,"f"),km(this,hm,"f")?.updateOptions(t)}get content(){return km(this,hm,"f")?km(this,hm,"f").getValue():km(this,mm,"f")}set content(t){null==t&&(t=""),km(this,hm,"f")?(Cm(this,pm,!0,"f"),km(this,hm,"f")?.setValue(t)):Cm(this,mm,t,"f")}get language(){return km(this,um,"f")}set language(t){Cm(this,um,t,"f"),this.model&&lm.get().then((e=>e.editor.setModelLanguage(this.model,t)))}get selectedContent(){if(!km(this,hm,"f"))return km(this,mm,"f");const t=km(this,hm,"f").getSelections().map((t=>this.model.getValueInRange(t))).join("\n").trim();return null==t||""==t?km(this,hm,"f").getValue():t}get container(){return km(this,bm,"f")??Cm(this,bm,yt("div",{style:{zIndex:"10000"}}),"f")}get theme(){return"light"==Ta().activeTheme?.type?"vs":"vs-dark"}showContainer(){this.container.parentElement!==document.body&&document.body.appendChild(this.container)}hideContainer(){km(this,bm,"f")?.remove()}async initEditor(){if(km(this,gm,"f")>0)return;Cm(this,gm,1,"f"),wm.monaco=await lm.get(),Cm(this,hm,wm.monaco.editor.create(this.container,this.getOptions()),"f");const t=km(this,um,"f"),e=wm.monaco.editor.createModel(km(this,mm,"f"),t);km(this,hm,"f").setModel(e),km(this,fm,"f")&&km(this,hm,"f").setSelection(km(this,fm,"f")),km(this,vm,"f")&&km(this,hm,"f").setScrollPosition({scrollTop:km(this,vm,"f").top,scrollLeft:km(this,vm,"f").left}),km(this,hm,"f").onDidBlurEditorText((()=>{this.dispatchEvent(new cm("blur",{editor:km(this,hm,"f")}))})),km(this,hm,"f").onDidChangeModelContent((t=>{km(this,pm,"f")?Cm(this,pm,!1,"f"):(this.dispatchEvent(new cm("change",{editor:km(this,hm,"f"),changes:t.changes})),this.dispatchEvent(new qn({value:e})))})),km(this,hm,"f").onKeyDown((t=>{this.dispatchEvent(new cm("keydown",{editor:km(this,hm,"f")},t.browserEvent))})),Cm(this,pm,!1,"f"),Cm(this,gm,2,"f"),this.dispatchEvent(new cm("ready",{editor:km(this,hm,"f")})),km(this,hm,"f").focus(),setTimeout((()=>{km(this,um,"f")!=t&&wm.monaco.editor.setModelLanguage(e,km(this,um,"f"))}),100)}async updated(){await this.initEditor(),this.layout()}connectedCallback(){super.connectedCallback(),Ta().addEventListener("change",km(this,ym,"f")),this.hasUpdated&&(this.initEditor(),this.layout())}disconnectedCallback(){Ta().removeEventListener("change",km(this,ym,"f")),this.hideContainer()}layout(){if(!this.isConnected||this.clientWidth<10||this.clientHeight<10)return void this.hideContainer();this.showContainer();const t=Ht(this,document.body);jt(this.container,{t:t.top+1,l:t.left+1}),Dt(this.container,{w:this.clientWidth-1,h:this.clientHeight-1}),this.editor?.layout()}dispose(){km(this,bm,"f")?.remove(),Cm(this,bm,null,"f"),km(this,hm,"f")?.dispose(),Cm(this,hm,null,"f"),Cm(this,gm,0,"f")}focus(){km(this,hm,"f")?.focus()}};hm=new WeakMap,dm=new WeakMap,um=new WeakMap,pm=new WeakMap,gm=new WeakMap,mm=new WeakMap,fm=new WeakMap,vm=new WeakMap,bm=new WeakMap,ym=new WeakMap,Mm.styles=fr`
2178
2183
  :host {
2179
2184
  user-select: text;
2180
2185
  display: block;
@@ -6957,6 +6962,7 @@ milkdown-block-handle {
6957
6962
  `:null}
6958
6963
 
6959
6964
  <og-dropdown ${dd(this.dropdownRef)}
6965
+ @dropdown.open="${()=>this.adjustWidth()}"
6960
6966
  .alignment="${this.isGridDropdown?"left":"right"}"
6961
6967
  .width="${this.isGridDropdown?0:this.item.width}"
6962
6968
  .color="${this.item.color||"gray"}"
@@ -6974,7 +6980,7 @@ milkdown-block-handle {
6974
6980
  </og-tree>
6975
6981
  `}
6976
6982
  </og-dropdown>
6977
- `}get grid(){return this.gridRef.value}get tree(){return this.treeRef.value}get dropdown(){return this.dropdownRef.value}willUpdate(){if(!this.currentItem&&this.item?.items){const t=this.item.items;this.currentItem=t.flatMap((t=>t)).find((t=>t.default)),this.currentItem||(this.currentItem=t[0][0])}this.item?.options?.mode&&(this.mode=this.item.options.mode)}firstUpdated(){if(this.grid){Rt(this.grid,"click","og-toolbar-button",((t,e)=>{this.currentItem=e.item,this.dropdown.close()}));let t=null;Rt(this.grid,"mousemove","og-toolbar-button",((e,i)=>{t!=i.item.id&&(t=i.item.id,Fn(this,"toolbar",{type:"preview",key:i.item.id,value:i.item.value}))})),this.grid.addEventListener("mouseleave",(()=>{Fn(this,"toolbar",{type:"previewEnd",key:t,value:null}),t=null})),this.grid.addEventListener("toolbar.action",(t=>{Fn(this,"toolbar",t.action)}))}else this.tree.setSourceData(this.item.items||[],{checkboxes:!1}),this.tree.addEventListener("select",(t=>{this.dropdown.close(),Fn(this,"toolbar",{type:"select",key:t.node.key,value:t.node.value})}));this.button?.addEventListener("click",(()=>{Fn(this,"toolbar",{type:"select",key:(this.currentItem||this.item).id,value:(this.currentItem||this.item).value})})),this.dropdown.addEventListener("mousedown",(t=>{t.stopPropagation()}))}get isGridDropdown(){return this.item?.items&&Array.isArray(this.item.items[0])&&this.item.items[0].length>1}};KE.styles=[fr`
6983
+ `}get grid(){return this.gridRef.value}get tree(){return this.treeRef.value}get dropdown(){return this.dropdownRef.value}willUpdate(){if(!this.currentItem&&this.item?.items){const t=this.item.items;this.currentItem=t.flatMap((t=>t)).find((t=>t.default)),this.currentItem||(this.currentItem=t[0][0])}this.item?.options?.mode&&(this.mode=this.item.options.mode)}firstUpdated(){if(this.grid){Rt(this.grid,"click","og-toolbar-button",((t,e)=>{this.currentItem=e.item,this.dropdown.close()}));let t=null;Rt(this.grid,"mousemove","og-toolbar-button",((e,i)=>{t!=i.item.id&&(t=i.item.id,Fn(this,"toolbar",{type:"preview",key:i.item.id,value:i.item.value}))})),this.grid.addEventListener("mouseleave",(()=>{Fn(this,"toolbar",{type:"previewEnd",key:t,value:null}),t=null})),this.grid.addEventListener("toolbar.action",(t=>{Fn(this,"toolbar",t.action)}))}else this.tree.setSourceData(this.item.items||[],{checkboxes:!1}),this.tree.addEventListener("select",(t=>{this.dropdown.close(),Fn(this,"toolbar",{type:"select",key:t.node.key,value:t.node.value})}));this.button?.addEventListener("click",(()=>{Fn(this,"toolbar",{type:"select",key:(this.currentItem||this.item).id,value:(this.currentItem||this.item).value})})),this.dropdown.addEventListener("mousedown",(t=>{t.stopPropagation()}))}adjustWidth(){const t=this.dropdown?.dropdown;if(this.tree?.list&&t){Dt(t,{w:this.offsetWidth});const e=Math.max(this.tree.list.calculateViewportMaxItemWidth(),this.offsetWidth);e>t.offsetWidth&&Dt(t,{w:e})}}get isGridDropdown(){return this.item?.items&&Array.isArray(this.item.items[0])&&this.item.items[0].length>1}};KE.styles=[fr`
6978
6984
  :host {
6979
6985
  display: flex;
6980
6986
  flex-direction: row;
@@ -8462,4 +8468,4 @@ milkdown-block-handle {
8462
8468
  `:null}
8463
8469
  </div>
8464
8470
  </og-panel>
8465
- `: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 qn({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};nR.styles=[iR],oR([Ss({type:Object})],nR.prototype,"model",void 0),oR([Es()],nR.prototype,"editTitle",void 0),oR([Rs("#title")],nR.prototype,"titleInput",void 0),oR([Rs("#type")],nR.prototype,"typeList",void 0),oR([Rs("#dataRange")],nR.prototype,"dataRangeInput",void 0),oR([Rs("#seriesRange")],nR.prototype,"seriesRangeInput",void 0),oR([Rs("#categoryRange")],nR.prototype,"categoryRangeInput",void 0),nR=oR([Cs("og-plugin-chart-form")],nR);const rR=Ta().themes.get("dark");Object.assign(rR.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 sR=Ta().themes.get("light");Object.assign(sR.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 aR=i(2439),lR=i(8022),cR=i(6158),hR=i(127),dR=i(4505),uR=i(8659),pR=i(397),gR=i(930),mR=i(9723),fR=i(6343),vR=i(4582),bR=i(6127),yR=i(8238),wR=i(7362),xR=i(452),kR=i(5390),CR=i(3368),MR=i(6288),_R=i(7513),SR=i(1386),ER=i(5764),zR=i(1261),RR=i(3071),IR=i(3285),LR=i(2356),HR=i(6780),TR=i(8542),AR=i(8385),OR=i(1025),$R=i(2034),DR=i(8113),NR=i(1821),PR=i(7212),jR=i(2583),VR=i(5360),BR=i(2377),FR=i(2864),WR=i(7998),UR=i(4101),GR=i(7813),YR=i(5037),qR=i(7005),ZR=i(9626),XR=i(9517),QR=i(1504),KR=i(3838),JR=i(4935),tI=i(7699),eI=i(3322),iI=i(5757),oI=i(536),nI=i(1673),rI=i(8736),sI=i(196),aI=i(5133),lI=i(6092),cI=i(791),hI=i(5927),dI=i(1802),uI=i(9511),pI=i(6267),gI=i(1072),mI=i(4331),fI=i(8644),vI=i(2704),bI=i(2419),yI=i(6363),wI=i(5236),xI=i(3499),kI=i(3811),CI=i(1953),MI=i(4729),_I=i(8964),SI=i(8540),EI=i(8752),zI=i(8783),RI=i(8270),II=i(7261),LI=i(9231),HI=i(4555),TI=i(5293),AI=i(6981),OI=i(5268),$I=i(2680),DI=i(789),NI=i(4373),PI=i(436),jI=i(8573),VI=i(1808),BI=i(3247),FI=i(5143),WI=i(2415),UI=i(2561),GI=i(5726),YI=i(7436),qI=i(4201),ZI=i(8248),XI=i(6433),QI=i(2698),KI=i(979),JI=i(9358),tL=i(9176),eL=i(1239),iL=i(4218),oL=i(8377),nL=i(3740),rL=i(5379),sL=i(9974),aL=i(8955),lL=i(3559),cL=i(809),hL=i(8014),dL=i(8265),uL=i(3300),pL=i(8724),gL=i(8033),mL=i(7700),fL=i(5741),vL=i(3478),bL=i(512),yL=i(499),wL=i(8680),xL=i(9646),kL=i(9432),CL=i(2841),ML=i(75),_L=i(9256),SL=i(444),EL=i(5633),zL=i(3788),RL=i(3573),IL=i(9948),LL=i(1836),HL=i(7029),TL=i(8532),AL=i(6639),OL=i(1633),$L=i(9805),DL=i(2171),NL=i(875),PL=i(9595),jL=i(3894),VL=i(2803),BL=i(7765),FL=i(8804),WL=i(8654),UL=i(257),GL=i(5844),YL=i(9651),qL=i(760),ZL=i(9518),XL=i(4585),QL=i(1769),KL=i(643),JL=i(5156),tH=i(822),eH=i(8249),iH=i(3434),oH=i(9314),nH=i(3093),rH=i(7721),sH=i(588),aH=i(7645),lH=i(7148),cH=i(6795),hH=i(7047),dH=i(9428),uH=i(1879),pH=i(9779),gH=i(2476),mH=i(9648),fH=i(2896),vH=i(6817),bH=i(5196),yH=i(2762),wH=i(5981),xH=i(9014),kH=i(2611),CH=i(7946),MH=i(6301),_H=i(8020),SH=i(3987),EH=i(3192),zH=i(8796),RH=i(2489),IH=i(7324),LH=i(6069),HH=i(4155),TH=i(6977),AH=i(8055),OH=i(2653),$H=i(9492),DH=i(4334),NH=i(6804),PH=i(9954),jH=i(2211),VH=i(5211),BH=i(1519),FH=i(6204),WH=i(5501),UH=i(5244),GH=i(9742),YH=i(1552),qH=i(1330),ZH=i(2596),XH=i(5184),QH=i(7675),KH=i(1513),JH=i(9396),tT=i(7673),eT=i(244),iT=i(1187),oT=i(1736),nT=i(4390),rT=i(7106),sT=i(2096),aT=i(9991),lT=i(5629),cT=i(3386),hT=i(6651),dT=i(1684),uT=i(3849),pT=i(2582),gT=i(8569),mT=i(2955),fT=i(9100),vT=i(7381),bT=i(9190),yT=i(4071),wT=i(8e3),xT=i(4633),kT=i(4374),CT=i(486),MT=i(3680),_T=i(9999),ST=i(2830),ET=i(5255),zT=i(6021),RT=i(2214),IT=i(8497),LT=i(2052),HT=i(5327),TT=i(8701),AT=i(8722),OT=i(7325),$T=i(2445);const DT=[aR.mw,lR.mw,cR.mw,hR.mw,dR.mw,uR.mw,pR.mw,gR.mw,mR.mw,vR.mw,fR.mw,bR.mw,yR.mw,wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,ER.mw,zR.mw,RR.mw,IR.mw,LR.mw,HR.mw,TR.mw,AR.mw,OR.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,QR.mw,XR.mw,KR.mw,JR.mw,tI.mw,eI.mw,iI.mw,oI.mw,nI.mw,rI.mw,sI.mw,aI.mw,lI.mw,cI.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,MI.mw,_I.mw,SI.mw,EI.mw,zI.mw,RI.mw,hI.mw,II.mw,LI.mw,HI.mw,TI.mw,AI.mw,OI.mw,$I.mw,DI.mw,NI.mw,PI.mw,jI.mw,VI.mw,BI.mw,FI.mw,WI.mw,UI.mw,GI.mw,YI.mw,qI.mw,ZI.mw,XI.mw,QI.mw,KI.mw,JI.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,$R.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,IL.mw,HL.mw,LL.mw,AL.mw,TL.mw,OL.mw,$L.mw,DL.mw,NL.mw,PL.mw,jL.mw,VL.mw,BL.mw,FL.mw,qL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,tH.mw,iH.mw,oH.mw,nH.mw,cH.mw,hH.mw,dH.mw,uH.mw,pH.mw,gH.mw,mH.mw,fH.mw,WL.mw,UL.mw,YL.mw,GL.mw,vH.mw,bH.mw,yH.mw,wH.mw,xH.mw,kH.mw,CH.mw,MH.mw,rH.mw,sH.mw,aH.mw,lH.mw,SH.mw,EH.mw,zH.mw,RH.mw,IH.mw,LH.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,_H.mw,UH.mw,GH.mw,YH.mw,qH.mw,ZH.mw,XH.mw,QH.mw,KH.mw,JH.mw,tT.mw,eT.mw,iT.mw,oT.mw,nT.mw,rT.mw,sT.mw,aT.mw,lT.mw,cT.mw,hT.mw,dT.mw,uT.mw,pT.mw,gT.mw,mT.mw,fT.mw,vT.mw,bT.mw,yT.mw,wT.mw,xT.mw,kT.mw,CT.mw,MT.mw,_T.mw,ST.mw,ET.mw,zT.mw,RT.mw,IT.mw,LT.mw,eH.mw,HT.mw,TT.mw,AT.mw,OT.mw,$T.mw],NT={xlsx:V,charts:B},PT={name:"@omegagrid/bundle",version:"0.6.116"};Ta().activate("light"),Jh.styleDefault="fal",td.add(...DT)})(),window.Omegagrid=o})();
8471
+ `: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 qn({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};nR.styles=[iR],oR([Ss({type:Object})],nR.prototype,"model",void 0),oR([Es()],nR.prototype,"editTitle",void 0),oR([Rs("#title")],nR.prototype,"titleInput",void 0),oR([Rs("#type")],nR.prototype,"typeList",void 0),oR([Rs("#dataRange")],nR.prototype,"dataRangeInput",void 0),oR([Rs("#seriesRange")],nR.prototype,"seriesRangeInput",void 0),oR([Rs("#categoryRange")],nR.prototype,"categoryRangeInput",void 0),nR=oR([Cs("og-plugin-chart-form")],nR);const rR=Ta().themes.get("dark");Object.assign(rR.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 sR=Ta().themes.get("light");Object.assign(sR.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 aR=i(2439),lR=i(8022),cR=i(6158),hR=i(127),dR=i(4505),uR=i(8659),pR=i(397),gR=i(930),mR=i(9723),fR=i(6343),vR=i(4582),bR=i(6127),yR=i(8238),wR=i(7362),xR=i(452),kR=i(5390),CR=i(3368),MR=i(6288),_R=i(7513),SR=i(1386),ER=i(5764),zR=i(1261),RR=i(3071),IR=i(3285),LR=i(2356),HR=i(6780),TR=i(8542),AR=i(8385),OR=i(1025),$R=i(2034),DR=i(8113),NR=i(1821),PR=i(7212),jR=i(2583),VR=i(5360),BR=i(2377),FR=i(2864),WR=i(7998),UR=i(4101),GR=i(7813),YR=i(5037),qR=i(7005),ZR=i(9626),XR=i(9517),QR=i(1504),KR=i(3838),JR=i(4935),tI=i(7699),eI=i(3322),iI=i(5757),oI=i(536),nI=i(1673),rI=i(8736),sI=i(196),aI=i(5133),lI=i(6092),cI=i(791),hI=i(5927),dI=i(1802),uI=i(9511),pI=i(6267),gI=i(1072),mI=i(4331),fI=i(8644),vI=i(2704),bI=i(2419),yI=i(6363),wI=i(5236),xI=i(3499),kI=i(3811),CI=i(1953),MI=i(4729),_I=i(8964),SI=i(8540),EI=i(8752),zI=i(8783),RI=i(8270),II=i(7261),LI=i(9231),HI=i(4555),TI=i(5293),AI=i(6981),OI=i(5268),$I=i(2680),DI=i(789),NI=i(4373),PI=i(436),jI=i(8573),VI=i(1808),BI=i(3247),FI=i(5143),WI=i(2415),UI=i(2561),GI=i(5726),YI=i(7436),qI=i(4201),ZI=i(8248),XI=i(6433),QI=i(2698),KI=i(979),JI=i(9358),tL=i(9176),eL=i(1239),iL=i(4218),oL=i(8377),nL=i(3740),rL=i(5379),sL=i(9974),aL=i(8955),lL=i(3559),cL=i(809),hL=i(8014),dL=i(8265),uL=i(3300),pL=i(8724),gL=i(8033),mL=i(7700),fL=i(5741),vL=i(3478),bL=i(512),yL=i(499),wL=i(8680),xL=i(9646),kL=i(9432),CL=i(2841),ML=i(75),_L=i(9256),SL=i(444),EL=i(5633),zL=i(3788),RL=i(3573),IL=i(9948),LL=i(1836),HL=i(7029),TL=i(8532),AL=i(6639),OL=i(1633),$L=i(9805),DL=i(2171),NL=i(875),PL=i(9595),jL=i(3894),VL=i(2803),BL=i(7765),FL=i(8804),WL=i(8654),UL=i(257),GL=i(5844),YL=i(9651),qL=i(760),ZL=i(9518),XL=i(4585),QL=i(1769),KL=i(643),JL=i(5156),tH=i(822),eH=i(8249),iH=i(3434),oH=i(9314),nH=i(3093),rH=i(7721),sH=i(588),aH=i(7645),lH=i(7148),cH=i(6795),hH=i(7047),dH=i(9428),uH=i(1879),pH=i(9779),gH=i(2476),mH=i(9648),fH=i(2896),vH=i(6817),bH=i(5196),yH=i(2762),wH=i(5981),xH=i(9014),kH=i(2611),CH=i(7946),MH=i(6301),_H=i(8020),SH=i(3987),EH=i(3192),zH=i(8796),RH=i(2489),IH=i(7324),LH=i(6069),HH=i(4155),TH=i(6977),AH=i(8055),OH=i(2653),$H=i(9492),DH=i(4334),NH=i(6804),PH=i(9954),jH=i(2211),VH=i(5211),BH=i(1519),FH=i(6204),WH=i(5501),UH=i(5244),GH=i(9742),YH=i(1552),qH=i(1330),ZH=i(2596),XH=i(5184),QH=i(7675),KH=i(1513),JH=i(9396),tT=i(7673),eT=i(244),iT=i(1187),oT=i(1736),nT=i(4390),rT=i(7106),sT=i(2096),aT=i(9991),lT=i(5629),cT=i(3386),hT=i(6651),dT=i(1684),uT=i(3849),pT=i(2582),gT=i(8569),mT=i(2955),fT=i(9100),vT=i(7381),bT=i(9190),yT=i(4071),wT=i(8e3),xT=i(4633),kT=i(4374),CT=i(486),MT=i(3680),_T=i(9999),ST=i(2830),ET=i(5255),zT=i(6021),RT=i(2214),IT=i(8497),LT=i(2052),HT=i(5327),TT=i(8701),AT=i(8722),OT=i(7325),$T=i(2445);const DT=[aR.mw,lR.mw,cR.mw,hR.mw,dR.mw,uR.mw,pR.mw,gR.mw,mR.mw,vR.mw,fR.mw,bR.mw,yR.mw,wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,ER.mw,zR.mw,RR.mw,IR.mw,LR.mw,HR.mw,TR.mw,AR.mw,OR.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,QR.mw,XR.mw,KR.mw,JR.mw,tI.mw,eI.mw,iI.mw,oI.mw,nI.mw,rI.mw,sI.mw,aI.mw,lI.mw,cI.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,MI.mw,_I.mw,SI.mw,EI.mw,zI.mw,RI.mw,hI.mw,II.mw,LI.mw,HI.mw,TI.mw,AI.mw,OI.mw,$I.mw,DI.mw,NI.mw,PI.mw,jI.mw,VI.mw,BI.mw,FI.mw,WI.mw,UI.mw,GI.mw,YI.mw,qI.mw,ZI.mw,XI.mw,QI.mw,KI.mw,JI.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,$R.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,IL.mw,HL.mw,LL.mw,AL.mw,TL.mw,OL.mw,$L.mw,DL.mw,NL.mw,PL.mw,jL.mw,VL.mw,BL.mw,FL.mw,qL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,tH.mw,iH.mw,oH.mw,nH.mw,cH.mw,hH.mw,dH.mw,uH.mw,pH.mw,gH.mw,mH.mw,fH.mw,WL.mw,UL.mw,YL.mw,GL.mw,vH.mw,bH.mw,yH.mw,wH.mw,xH.mw,kH.mw,CH.mw,MH.mw,rH.mw,sH.mw,aH.mw,lH.mw,SH.mw,EH.mw,zH.mw,RH.mw,IH.mw,LH.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,_H.mw,UH.mw,GH.mw,YH.mw,qH.mw,ZH.mw,XH.mw,QH.mw,KH.mw,JH.mw,tT.mw,eT.mw,iT.mw,oT.mw,nT.mw,rT.mw,sT.mw,aT.mw,lT.mw,cT.mw,hT.mw,dT.mw,uT.mw,pT.mw,gT.mw,mT.mw,fT.mw,vT.mw,bT.mw,yT.mw,wT.mw,xT.mw,kT.mw,CT.mw,MT.mw,_T.mw,ST.mw,ET.mw,zT.mw,RT.mw,IT.mw,LT.mw,eH.mw,HT.mw,TT.mw,AT.mw,OT.mw,$T.mw],NT={xlsx:V,charts:B},PT={name:"@omegagrid/bundle",version:"0.6.118"};Ta().activate("light"),Jh.styleDefault="fal",td.add(...DT)})(),window.Omegagrid=o})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omegagrid/bundle",
3
- "version": "0.6.116",
3
+ "version": "0.6.118",
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.116",
23
- "@omegagrid/calendar": "^0.6.116",
24
- "@omegagrid/code": "^0.6.116",
25
- "@omegagrid/commands": "^0.6.116",
26
- "@omegagrid/core": "^0.6.116",
27
- "@omegagrid/dialog": "^0.6.116",
28
- "@omegagrid/editor": "^0.6.116",
29
- "@omegagrid/form": "^0.6.116",
30
- "@omegagrid/grid": "^0.6.116",
31
- "@omegagrid/localize": "^0.6.116",
32
- "@omegagrid/markdown": "^0.6.116",
33
- "@omegagrid/plugin-charts": "^0.6.116",
34
- "@omegagrid/plugin-xlsx": "^0.6.116",
35
- "@omegagrid/statusbar": "^0.6.116",
36
- "@omegagrid/tabs": "^0.6.116",
37
- "@omegagrid/toolbar": "^0.6.116",
38
- "@omegagrid/tree": "^0.6.116",
22
+ "@omegagrid/bucket": "^0.6.118",
23
+ "@omegagrid/calendar": "^0.6.118",
24
+ "@omegagrid/code": "^0.6.118",
25
+ "@omegagrid/commands": "^0.6.118",
26
+ "@omegagrid/core": "^0.6.118",
27
+ "@omegagrid/dialog": "^0.6.118",
28
+ "@omegagrid/editor": "^0.6.118",
29
+ "@omegagrid/form": "^0.6.118",
30
+ "@omegagrid/grid": "^0.6.118",
31
+ "@omegagrid/localize": "^0.6.118",
32
+ "@omegagrid/markdown": "^0.6.118",
33
+ "@omegagrid/plugin-charts": "^0.6.118",
34
+ "@omegagrid/plugin-xlsx": "^0.6.118",
35
+ "@omegagrid/statusbar": "^0.6.118",
36
+ "@omegagrid/tabs": "^0.6.118",
37
+ "@omegagrid/toolbar": "^0.6.118",
38
+ "@omegagrid/tree": "^0.6.118",
39
39
  "lit": "^3.1.1"
40
40
  },
41
41
  "devDependencies": {