@omegagrid/bundle 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/omegagrid.js +5 -4
  2. package/package.json +18 -18
package/omegagrid.js CHANGED
@@ -657,7 +657,7 @@
657
657
  overflow: hidden;
658
658
  box-shadow: inset 0px 4px 3px -2px var(--og-inset-shadow-color);
659
659
  max-width: ${G.FLOATING_WINDOW_MAX_WIDTH}px;
660
- z-index: 100000;
660
+ z-index: 50000;
661
661
  }
662
662
 
663
663
  slot[name="content"] {
@@ -2302,6 +2302,7 @@
2302
2302
  width: 100%;
2303
2303
  padding: 6px;
2304
2304
  display: flex;
2305
+ flex: 0 0 40px;
2305
2306
  flex-direction: row;
2306
2307
  }
2307
2308
 
@@ -2430,7 +2431,7 @@
2430
2431
  ${e.name}
2431
2432
  </div>
2432
2433
  </div>
2433
- `,this._onKeyDown=t=>{switch("Escape"!=t.key&&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 Gp?this.toggleGroup(this.visibleItems[this.list.selectedIndex].id):this.exec()}},this._debounceInput=q((()=>{if("search"!=this.mode)return;const t=this.parsedInput;t.section>-1&&(this.activeSectionIndex=t.section,this.input.value=""),this.updateCommands()})),this._onInput=t=>{t.stopPropagation(),this._debounceInput()},this._onSectionSelect=t=>{this.activeSectionIndex!=t.index&&(this.activeSectionIndex=t.index,null!=this.activeSection?.triggerCommand&&this.updateCommands(),this.focus())},this._onDropdownChange=t=>{this.activeSectionIndex=this.sections.findIndex((t=>t.id===this.dropdown.value)),null!=this.activeSection?.triggerCommand&&this.updateCommands(),this.focus()},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof Up?("search"==this.mode&&(this.input.value=e.name),t.trigger!=ep.Click&&t.trigger!=ep.Enter||this.exec()):(this.input.value="",t.trigger!=ep.Click&&t.trigger!=ep.Enter||this.toggleGroup(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e,i)=>this.visibleItems[e]instanceof Gp?this._groupRenderer(t,this.visibleItems[e],i):this._commandRenderer(t,this.visibleItems[e],i),this.renderTabs=()=>this.sections?.length>1?rs`
2434
+ `,this._onKeyDown=t=>{switch("Escape"!=t.key&&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 Gp?this.toggleGroup(this.visibleItems[this.list.selectedIndex].id):this.exec()}},this._debounceInput=q((()=>{if("search"!=this.mode)return;const t=this.parsedInput;t.section>-1&&(this.activeSectionIndex=t.section,this.input.value=""),this.updateCommands()})),this._onInput=t=>{t.stopPropagation(),this._debounceInput()},this._onSectionSelect=t=>{this.activeSectionIndex!=t.index&&(this.activeSectionIndex=t.index,this.updateCommands(),this.focus())},this._onDropdownChange=t=>{this.activeSectionIndex=this.sections.findIndex((t=>t.id===this.dropdown.value)),null!=this.activeSection?.triggerCommand&&this.updateCommands(),this.focus()},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof Up?("search"==this.mode&&(this.input.value=e.name),t.trigger!=ep.Click&&t.trigger!=ep.Enter||this.exec()):(this.input.value="",t.trigger!=ep.Click&&t.trigger!=ep.Enter||this.toggleGroup(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e,i)=>this.visibleItems[e]instanceof Gp?this._groupRenderer(t,this.visibleItems[e],i):this._commandRenderer(t,this.visibleItems[e],i),this.renderTabs=()=>this.sections?.length>1?rs`
2434
2435
  <og-container
2435
2436
  .horizontalSliderPosition="${"top"==this.sectionPosition?"bottom":"top"}"
2436
2437
  scrollMode="horizontal"
@@ -2504,7 +2505,7 @@
2504
2505
  ${"bottom"==this.sectionPosition?this.renderSwitches():""}
2505
2506
 
2506
2507
  ${"bottom"==this.sectionPosition?this.renderTabs():""}
2507
- `,this.addEventListener("click",(t=>t.stopPropagation())),this.addEventListener("keydown",this._onKeyDown)}connectedCallback(){super.connectedCallback(),this.tabIndex=0}focus(){this.input?.focus()}clearFilter(t=!0){this.input.value="",this.focus(),t&&this.updateCommands()}async willUpdate(t){if(t.has("adapter")&&this.adapter){this.adapter.attach(this);const[t,e]=await Promise.all([this.adapter.getSections(),this.adapter.getOptions()]);this.sections=t,e&&(this.options=Xp(e,this.options))}else t.has("commands")&&this.commands&&(this.model.clear(),this.commands.forEach((t=>this.model.register(t))));this.options&&(this.options.commandRenderer&&(this._commandRenderer=this.options.commandRenderer),this.options.groupRenderer&&(this._groupRenderer=this.options.groupRenderer))}async updated(t){(t.has("commands")||t.has("adapter")||t.has("model"))&&await this.updateCommands()}async updateCommands(){if(this.adapter){this.model.clear();const t=this.activeSection?.switches?.filter((t=>t.checked)).map((t=>t.key))||[],[e,i]=await Promise.all([this.adapter.getGroups({sectionId:this.activeSection?.id,filter:this.filterValue,switches:t}),this.adapter.getCommands({sectionId:this.activeSection?.id,filter:this.filterValue,switches:t})]);e?.forEach((t=>this.model.registerGroup(t))),i?.forEach((t=>this.model.register(t))),this.visibleItems=this.model.filter(null,this.showGroups,!0)}else this.visibleItems=this.model.filter(this.filterValue,this.showGroups);this.placeholder=this.activeSection?.placeholder||"",this.list.reset(),this.list.size=this.visibleItems.length,this.list.selectedIndex=this.visibleItems.findIndex((t=>t instanceof Up))??0,this.list.renderItems(!0),this.noResults=0==this.visibleItems.length,await this.list.updateComplete}async toggleGroup(t){const e=this.model.groups.get(t);if(this.list.reset(),e.open)e.open=!1,this.visibleItems=this.model.filter(this.filterValue,this.showGroups,!0),this.list.size=this.visibleItems.length;else if(e.open=!0,this.adapter){const i=(await Promise.all([this.adapter.getCommands({sectionId:this.activeSection?.id,groupId:t,filter:this.filterValue})]))[0];i.length>0&&(e.commands.clear(),i.forEach((i=>{i.group&&i.group!=t||e.addCommand(i)}))),this.visibleItems=this.model.filter(null,this.showGroups,!0)}else this.visibleItems=this.model.filter(this.filterValue,this.showGroups,!0);this.list.size=this.visibleItems.length}getSectionTitle(t){return(t.title??t.id)+(t.triggerCommand?` (${t.triggerCommand})`:"")}};eg.styles=[Qp],Jp([Ls({type:Object})],eg.prototype,"options",void 0),Jp([Ls({type:String})],eg.prototype,"mode",void 0),Jp([Ls({type:String})],eg.prototype,"value",void 0),Jp([Ls({type:String,reflect:!0})],eg.prototype,"sectionPosition",void 0),Jp([Ls({type:String})],eg.prototype,"text",void 0),Jp([Ls({type:Array})],eg.prototype,"commands",void 0),Jp([Ls({type:Object})],eg.prototype,"adapter",void 0),Jp([Ls({type:Object})],eg.prototype,"target",void 0),Jp([Ls({type:String})],eg.prototype,"placeholder",void 0),Jp([Ls({type:Boolean})],eg.prototype,"showGroups",void 0),Jp([Ls({type:Object})],eg.prototype,"model",void 0),Jp([Is()],eg.prototype,"sections",void 0),Jp([Is()],eg.prototype,"activeSectionIndex",void 0),Jp([Is()],eg.prototype,"noResults",void 0),Jp([Ts("og-list")],eg.prototype,"list",void 0),Jp([Ts("input")],eg.prototype,"input",void 0),Jp([Ts("og-dropdown-list")],eg.prototype,"dropdown",void 0),eg=Jp([Ss("og-commands")],eg);class ig extends Zd{filterCommands(t,e){if(!t)return[];const i=null==e?.filter?null:new RegExp(ut(e.filter),"i");return null==i?t:t.filter((t=>i.test(t.id||t.name||"")))}getGroups(t){return[]}getCommands(t){return[]}getSections(t){return[{id:"default"}]}getOptions(){return null}exec(t,e){}}class og extends ig{get commands(){return this._commands}set commands(t){this._commands=t,this.map.clear();const e=t=>{t.forEach((t=>{this.map.set(t.id??t.name,t),t.next?.commands&&e(t.next.commands)}))};e(this._commands)}constructor(t){super(),this.map=new Map,this.commandChain=[],this._commands=[],this.commands=t}getCommands(t){const e=this.commandChain.length?this.commandChain[this.commandChain.length-1]:null,i=e?this.map.get(e.id)?.next?.commands:null;return this.filterCommands(i||this.commands,t)}exec(t,e){const i=this.map.get(t.id)?.next;i?.commands?.length?(this.commandChain.push(t),null==this._originalText&&(this._originalText=this.component.text),null==this._originalMode&&(this._originalMode=this.component.mode),null!=i.text&&(this.component.text=i.text),null!=i.mode&&(this.component.mode=i.mode)):this.reset(),this.component.updateCommands()}reset(){this.commandChain=[],this.component&&(this.component.text=this._originalText,this.component.mode=this._originalMode),this._originalText=null,this._originalMode=null}getOptions(){return null}}const rg={yes_no:t=>[{id:"Y",name:"Yes",exec:t},{id:"N",name:"No",exec:t}],apply:t=>[{id:"apply",name:"Apply",exec:t},{id:"cancel",name:"Cancel"}],ok:t=>[{id:"ok",name:"OK",exec:t},{id:"cancel",name:"Cancel"}]},ng=(t,e)=>rg[t](e);class sg{get commands(){return this._commands}constructor(t){this.target=t,this._commands=[],this._onExec=t=>{Sr().info(`trigger command: ${t.command.id}`),this._resolveCallback&&this._resolveCallback(t.command),this._resolveCallback=null,this._rejectCallback=null,null==this.adapter.map.get(t.command.id)?.next&&this.close()}}clear(){this._commands=[],this._adapter=null}add(t){this._commands.push(...Array.isArray(t)?t:[t]),this._adapter=null}get adapter(){return this._adapter||(this._adapter=new og(this._commands)),this._adapter}cleanCallbacks(){this._rejectCallback&&this._rejectCallback(),this._resolveCallback=null,this._rejectCallback=null}get menu(){return this._menu??(this._menu=yt("og-commands",{listeners:[["command.exec",this._onExec]]}))}get menuContainer(){return this._menuContainer||(this._menuContainer=yt("og-floating-window",{style:{zIndex:"100000"},listeners:[["hide",()=>{this.target?.focus(),this.adapter?.reset()}]]}),this.menu.slot="content",this._menuContainer.appendChild(this.menu)),this._menuContainer}async open(t){return Sr().info("open menu"),this.target.shadowRoot.appendChild(this.menuContainer),this.menuContainer.show(),t??(t={content:null}),this.menu.text=t.text,this.menu.value=t.value,this.menu.mode=t.mode||"search",Array.isArray(t.content)?(this.menu.commands=t.content,this.menu.adapter=null):"string"==typeof t.content?(this.menu.commands=ng(t.content),this.menu.adapter=null):(this.menu.commands=null,this.menu.adapter=this.adapter),await this.menu.updateComplete,this.menu.focus(),this.updatePosition(),new Promise(((t,e)=>{this._resolveCallback=t,this._rejectCallback=e}))}close(){this.menuContainer.hide(!1),this.menuContainer.remove(),this.cleanCallbacks(),this.target?.focus()}updatePosition(){Nt(this.menuContainer,{w:.9*this.target.clientWidth}),Yt(this.menuContainer,this.target,{horizontal:!0,vertical:!1}),Ht(this.menuContainer,{t:50})}}const ag={TOP_HEIGHT:41,SIDEMENU_WIDTH:41,SIDEBAR_WIDTH:250,SIZER_TRESHOLD:5,SIDEBAR_HEADER_HEIGHT:30,ALERT_DEFAULT_HEIGHT:30,ALERT_MAX_HEIGHT:300,...G},lg=yn`
2508
+ `,this.addEventListener("click",(t=>t.stopPropagation())),this.addEventListener("keydown",this._onKeyDown)}connectedCallback(){super.connectedCallback(),this.tabIndex=0}focus(){this.input?.focus()}clearFilter(t=!0){this.input.value="",this.focus(),t&&this.updateCommands()}async willUpdate(t){if(t.has("adapter")&&this.adapter){this.adapter.attach(this);const[t,e]=await Promise.all([this.adapter.getSections(),this.adapter.getOptions()]);this.sections=t,e&&(this.options=Xp(e,this.options))}else t.has("commands")&&this.commands&&(this.model.clear(),this.commands.forEach((t=>this.model.register(t))));this.options&&(this.options.commandRenderer&&(this._commandRenderer=this.options.commandRenderer),this.options.groupRenderer&&(this._groupRenderer=this.options.groupRenderer))}async updated(t){(t.has("commands")||t.has("adapter")||t.has("model"))&&await this.updateCommands()}async updateCommands(){if(this.adapter){this.model.clear();const t=this.activeSection?.switches?.filter((t=>t.checked)).map((t=>t.key))||[],[e,i]=await Promise.all([this.adapter.getGroups({sectionId:this.activeSection?.id,filter:this.filterValue,switches:t}),this.adapter.getCommands({sectionId:this.activeSection?.id,filter:this.filterValue,switches:t})]);e?.forEach((t=>this.model.registerGroup(t))),i?.forEach((t=>this.model.register(t))),this.visibleItems=this.model.filter(null,this.showGroups,!0)}else this.visibleItems=this.model.filter(this.filterValue,this.showGroups);this.placeholder=this.activeSection?.placeholder||"",this.list.reset(),this.list.size=this.visibleItems.length,this.list.selectedIndex=this.visibleItems.findIndex((t=>t instanceof Up))??0,this.list.renderItems(!0),this.noResults=0==this.visibleItems.length,await this.list.updateComplete}async toggleGroup(t){const e=this.model.groups.get(t);if(this.list.reset(),e.open)e.open=!1,this.visibleItems=this.model.filter(this.filterValue,this.showGroups,!0),this.list.size=this.visibleItems.length;else if(e.open=!0,this.adapter){const i=(await Promise.all([this.adapter.getCommands({sectionId:this.activeSection?.id,groupId:t,filter:this.filterValue})]))[0];i.length>0&&(e.commands.clear(),i.forEach((i=>{i.group&&i.group!=t||e.addCommand(i)}))),this.visibleItems=this.model.filter(null,this.showGroups,!0)}else this.visibleItems=this.model.filter(this.filterValue,this.showGroups,!0);this.list.size=this.visibleItems.length}getSectionTitle(t){return(t.title??t.id)+(t.triggerCommand?` (${t.triggerCommand})`:"")}};eg.styles=[Qp],Jp([Ls({type:Object})],eg.prototype,"options",void 0),Jp([Ls({type:String})],eg.prototype,"mode",void 0),Jp([Ls({type:String})],eg.prototype,"value",void 0),Jp([Ls({type:String,reflect:!0})],eg.prototype,"sectionPosition",void 0),Jp([Ls({type:String})],eg.prototype,"text",void 0),Jp([Ls({type:Array})],eg.prototype,"commands",void 0),Jp([Ls({type:Object})],eg.prototype,"adapter",void 0),Jp([Ls({type:Object})],eg.prototype,"target",void 0),Jp([Ls({type:String})],eg.prototype,"placeholder",void 0),Jp([Ls({type:Boolean})],eg.prototype,"showGroups",void 0),Jp([Ls({type:Object})],eg.prototype,"model",void 0),Jp([Is()],eg.prototype,"sections",void 0),Jp([Is()],eg.prototype,"activeSectionIndex",void 0),Jp([Is()],eg.prototype,"noResults",void 0),Jp([Ts("og-list")],eg.prototype,"list",void 0),Jp([Ts("input")],eg.prototype,"input",void 0),Jp([Ts("og-dropdown-list")],eg.prototype,"dropdown",void 0),eg=Jp([Ss("og-commands")],eg);class ig extends Zd{filterCommands(t,e){if(!t)return[];const i=null==e?.filter?null:new RegExp(ut(e.filter),"i");return null==i?t:t.filter((t=>i.test(t.id||t.name||"")))}getGroups(t){return[]}getCommands(t){return[]}getSections(t){return[{id:"default"}]}getOptions(){return null}exec(t,e){}}class og extends ig{get commands(){return this._commands}set commands(t){this._commands=t,this.map.clear();const e=t=>{t.forEach((t=>{this.map.set(t.id??t.name,t),t.next?.commands&&e(t.next.commands)}))};e(this._commands)}constructor(t){super(),this.map=new Map,this.commandChain=[],this._commands=[],this.commands=t}getCommands(t){const e=this.commandChain.length?this.commandChain[this.commandChain.length-1]:null,i=e?this.map.get(e.id)?.next?.commands:null;return this.filterCommands(i||this.commands,t)}exec(t,e){const i=this.map.get(t.id)?.next;i?.commands?.length?(this.commandChain.push(t),null==this._originalText&&(this._originalText=this.component.text),null==this._originalMode&&(this._originalMode=this.component.mode),null!=i.text&&(this.component.text=i.text),null!=i.mode&&(this.component.mode=i.mode)):this.reset(),this.component.updateCommands()}reset(){this.commandChain=[],this.component&&(this.component.text=this._originalText,this.component.mode=this._originalMode),this._originalText=null,this._originalMode=null}getOptions(){return null}}const rg={yes_no:t=>[{id:"Y",name:"Yes",exec:t},{id:"N",name:"No",exec:t}],apply:t=>[{id:"apply",name:"Apply",exec:t},{id:"cancel",name:"Cancel"}],ok:t=>[{id:"ok",name:"OK",exec:t},{id:"cancel",name:"Cancel"}]},ng=(t,e)=>rg[t](e);class sg{get commands(){return this._commands}constructor(t){this.target=t,this._commands=[],this._onExec=t=>{Sr().info(`trigger command: ${t.command.id}`),this._resolveCallback&&this._resolveCallback(t.command),this._resolveCallback=null,this._rejectCallback=null,null==this.adapter.map.get(t.command.id)?.next&&this.close()}}clear(){this._commands=[],this._adapter=null}add(t){this._commands.push(...Array.isArray(t)?t:[t]),this._adapter=null}get adapter(){return this._adapter||(this._adapter=new og(this._commands)),this._adapter}cleanCallbacks(){this._rejectCallback&&this._rejectCallback(),this._resolveCallback=null,this._rejectCallback=null}get menu(){return this._menu??(this._menu=yt("og-commands",{listeners:[["command.exec",this._onExec]]}))}get menuContainer(){return this._menuContainer||(this._menuContainer=yt("og-floating-window",{listeners:[["hide",()=>{this.target?.focus(),this.adapter?.reset()}]]}),this.menu.slot="content",this._menuContainer.appendChild(this.menu)),this._menuContainer}async open(t){return Sr().info("open menu"),this.target.shadowRoot.appendChild(this.menuContainer),this.menuContainer.show(),t??(t={content:null}),this.menu.text=t.text,this.menu.value=t.value,this.menu.mode=t.mode||"search",Array.isArray(t.content)?(this.menu.commands=t.content,this.menu.adapter=null):"string"==typeof t.content?(this.menu.commands=ng(t.content),this.menu.adapter=null):(this.menu.commands=null,this.menu.adapter=this.adapter),await this.menu.updateComplete,this.menu.focus(),this.updatePosition(),new Promise(((t,e)=>{this._resolveCallback=t,this._rejectCallback=e}))}close(){this.menuContainer.hide(!1),this.menuContainer.remove(),this.cleanCallbacks(),this.target?.focus()}updatePosition(){Nt(this.menuContainer,{w:.9*this.target.clientWidth}),Yt(this.menuContainer,this.target,{horizontal:!0,vertical:!1}),Ht(this.menuContainer,{t:50})}}const ag={TOP_HEIGHT:41,SIDEMENU_WIDTH:41,SIDEBAR_WIDTH:250,SIZER_TRESHOLD:5,SIDEBAR_HEADER_HEIGHT:30,ALERT_DEFAULT_HEIGHT:30,ALERT_MAX_HEIGHT:300,...G},lg=yn`
2508
2509
  :host {
2509
2510
  display: flex;
2510
2511
  flex-direction: column;
@@ -9242,4 +9243,4 @@ milkdown-block-handle {
9242
9243
  `:null}
9243
9244
  </div>
9244
9245
  </og-panel>
9245
- `: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?uv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?uv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=uv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new qr({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};Uz.styles=[Wz],Vz([Ls({type:Object})],Uz.prototype,"model",void 0),Vz([Is()],Uz.prototype,"editTitle",void 0),Vz([Ts("#title")],Uz.prototype,"titleInput",void 0),Vz([Ts("#type")],Uz.prototype,"typeList",void 0),Vz([Ts("#dataRange")],Uz.prototype,"dataRangeInput",void 0),Vz([Ts("#seriesRange")],Uz.prototype,"seriesRangeInput",void 0),Vz([Ts("#categoryRange")],Uz.prototype,"categoryRangeInput",void 0),Uz=Vz([Ss("og-plugin-chart-form")],Uz);const Gz=Da().themes.get("dark");Object.assign(Gz.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 qz=Da().themes.get("light");Object.assign(qz.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 Yz=i(6946),Zz=i(6471),Xz=i(4969),Qz=i(9502),Kz=i(7706),Jz=i(1480),tL=i(2006),eL=i(7503),iL=i(7873),oL=i(8746),rL=i(2570),nL=i(8815),sL=i(6390),aL=i(6593),lL=i(895),cL=i(9083),hL=i(6093),dL=i(9685),uL=i(9849),pL=i(8268),gL=i(4693),mL=i(3599),fL=i(782),vL=i(754),bL=i(5700),yL=i(4731),wL=i(7291),xL=i(597),kL=i(1474),CL=i(6224),ML=i(6239),_L=i(6828),SL=i(2212),EL=i(863),zL=i(3602),LL=i(1985),IL=i(886),RL=i(7201),TL=i(9937),AL=i(8450),OL=i(9630),$L=i(9766),DL=i(388),NL=i(1903),PL=i(398),jL=i(6105),HL=i(6147),FL=i(5722),BL=i(5576),WL=i(3131),VL=i(6308),UL=i(9645),GL=i(3199),qL=i(871),YL=i(5251),ZL=i(6426),XL=i(2643),QL=i(8522),KL=i(6398),JL=i(2525),tI=i(8434),eI=i(6138),iI=i(5835),oI=i(5654),rI=i(6659),nI=i(2977),sI=i(4480),aI=i(9886),lI=i(6815),cI=i(1582),hI=i(2968),dI=i(394),uI=i(7024),pI=i(7853),gI=i(8249),mI=i(2869),fI=i(486),vI=i(5735),bI=i(470),yI=i(4612),wI=i(4018),xI=i(1476),kI=i(3194),CI=i(3525),MI=i(7541),_I=i(4104),SI=i(6686),EI=i(7719),zI=i(3898),LI=i(8153),II=i(3690),RI=i(1776),TI=i(4980),AI=i(5578),OI=i(9613),$I=i(1119),DI=i(8444),NI=i(2978),PI=i(9130),jI=i(2127),HI=i(2732),FI=i(4287),BI=i(4045),WI=i(7642),VI=i(1367),UI=i(320),GI=i(821),qI=i(102),YI=i(7683),ZI=i(3980),XI=i(576),QI=i(654),KI=i(73),JI=i(140),tR=i(8129),eR=i(5087),iR=i(6992),oR=i(8247),rR=i(8038),nR=i(5286),sR=i(9179),aR=i(1808),lR=i(9459),cR=i(2883),hR=i(9124),dR=i(7067),uR=i(1054),pR=i(7325),gR=i(1272),mR=i(3359),fR=i(6562),vR=i(4193),bR=i(6348),yR=i(2435),wR=i(9111),xR=i(9318),kR=i(7294),CR=i(4479),MR=i(2409),_R=i(3091),SR=i(5789),ER=i(5890),zR=i(3874),LR=i(2907),IR=i(1175),RR=i(1686),TR=i(703),AR=i(6606),OR=i(4194),$R=i(6228),DR=i(62),NR=i(2072),PR=i(9744),jR=i(25),HR=i(2618),FR=i(1988),BR=i(8013),WR=i(1133),VR=i(362),UR=i(6845),GR=i(6800),qR=i(1103),YR=i(4933),ZR=i(7284),XR=i(2620),QR=i(2366),KR=i(7457),JR=i(2449),tT=i(2),eT=i(5697),iT=i(7069),oT=i(4716),rT=i(4740),nT=i(4557),sT=i(1868),aT=i(8647),lT=i(5127),cT=i(4816),hT=i(4009),dT=i(5104),uT=i(2830),pT=i(3093),gT=i(5029),mT=i(3514),fT=i(2142),vT=i(4999),bT=i(7523),yT=i(346),wT=i(7917),xT=i(3976),kT=i(9801),CT=i(2464),MT=i(5511),_T=i(5210),ST=i(5815),ET=i(3339),zT=i(7472),LT=i(8811),IT=i(8548),RT=i(6880),TT=i(1840),AT=i(5547),OT=i(4788),$T=i(9467),DT=i(9187),NT=i(9217),PT=i(7897),jT=i(2644),HT=i(6204),FT=i(1472),BT=i(1247),WT=i(7406),VT=i(925),UT=i(7455),GT=i(3771),qT=i(1549),YT=i(3541),ZT=i(3140),XT=i(9800),QT=i(229),KT=i(2677),JT=i(1844),tA=i(3245),eA=i(9056),iA=i(7535),oA=i(2359),rA=i(15),nA=i(5569),sA=i(2014),aA=i(1599),lA=i(6521),cA=i(232),hA=i(9745),dA=i(9594),uA=i(6979),pA=i(4494),gA=i(312),mA=i(4983),fA=i(1258),vA=i(6313),bA=i(12),yA=i(8003),wA=i(7830),xA=i(8875),kA=i(3911),CA=i(1817),MA=i(478),_A=i(2585),SA=i(6564),EA=i(2884),zA=i(3825),LA=i(7348),IA=i(9277),RA=i(4118),TA=i(9200),AA=i(51),OA=i(2872),$A=i(4702),DA=i(9281),NA=i(1394),PA=i(7295),jA=i(2936),HA=i(3789),FA=i(3614),BA=i(4827),WA=i(9204),VA=i(9113),UA=i(4058);const GA=[Yz.mw,Zz.mw,Xz.mw,Qz.mw,Kz.mw,Jz.mw,tL.mw,eL.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,_L.mw,SL.mw,EL.mw,zL.mw,LL.mw,IL.mw,RL.mw,TL.mw,AL.mw,OL.mw,$L.mw,DL.mw,NL.mw,jL.mw,PL.mw,HL.mw,FL.mw,BL.mw,WL.mw,VL.mw,UL.mw,GL.mw,qL.mw,YL.mw,ZL.mw,XL.mw,QL.mw,JL.mw,tI.mw,eI.mw,iI.mw,oI.mw,rI.mw,nI.mw,sI.mw,aI.mw,lI.mw,cI.mw,hI.mw,dI.mw,uI.mw,pI.mw,gI.mw,mI.mw,fI.mw,vI.mw,KL.mw,bI.mw,yI.mw,wI.mw,xI.mw,kI.mw,CI.mw,MI.mw,_I.mw,SI.mw,EI.mw,zI.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,ML.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,yR.mw,iL.mw],qA=[wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,ER.mw,LR.mw,RR.mw,IR.mw,AR.mw,TR.mw,OR.mw,$R.mw,DR.mw,NR.mw,PR.mw,jR.mw,HR.mw,FR.mw,BR.mw,qR.mw,YR.mw,ZR.mw,XR.mw,QR.mw,KR.mw,JR.mw,eT.mw,iT.mw,oT.mw,lT.mw,cT.mw,hT.mw,dT.mw,uT.mw,pT.mw,gT.mw,mT.mw,WR.mw,VR.mw,GR.mw,UR.mw,fT.mw,vT.mw,bT.mw,yT.mw,wT.mw,xT.mw,kT.mw,CT.mw,rT.mw,nT.mw,sT.mw,aT.mw,_T.mw,ST.mw,ET.mw,zT.mw,LT.mw,IT.mw,RT.mw,TT.mw,AT.mw,OT.mw,$T.mw,DT.mw,NT.mw,PT.mw,jT.mw,HT.mw,FT.mw,BT.mw,WT.mw,MT.mw,VT.mw,UT.mw,GT.mw,qT.mw,YT.mw,ZT.mw,XT.mw,QT.mw,KT.mw,JT.mw,tA.mw,eA.mw,iA.mw,oA.mw,rA.mw,nA.mw,sA.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,EA.mw,zA.mw,LA.mw,IA.mw,tT.mw,RA.mw,TA.mw,AA.mw,OA.mw,$A.mw,DA.mw,NA.mw,PA.mw,jA.mw,HA.mw,FA.mw,BA.mw,WA.mw,VA.mw,UA.mw,zR.mw],YA={xlsx:F,charts:B},ZA={name:"@omegagrid/bundle",version:"0.9.0"};Da().activate("light"),_d.styleDefault="fal",Sd.add(GA),Sd.add(qA)})(),window.Omegagrid=o})();
9246
+ `: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?uv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?uv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=uv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new qr({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};Uz.styles=[Wz],Vz([Ls({type:Object})],Uz.prototype,"model",void 0),Vz([Is()],Uz.prototype,"editTitle",void 0),Vz([Ts("#title")],Uz.prototype,"titleInput",void 0),Vz([Ts("#type")],Uz.prototype,"typeList",void 0),Vz([Ts("#dataRange")],Uz.prototype,"dataRangeInput",void 0),Vz([Ts("#seriesRange")],Uz.prototype,"seriesRangeInput",void 0),Vz([Ts("#categoryRange")],Uz.prototype,"categoryRangeInput",void 0),Uz=Vz([Ss("og-plugin-chart-form")],Uz);const Gz=Da().themes.get("dark");Object.assign(Gz.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 qz=Da().themes.get("light");Object.assign(qz.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 Yz=i(6946),Zz=i(6471),Xz=i(4969),Qz=i(9502),Kz=i(7706),Jz=i(1480),tL=i(2006),eL=i(7503),iL=i(7873),oL=i(8746),rL=i(2570),nL=i(8815),sL=i(6390),aL=i(6593),lL=i(895),cL=i(9083),hL=i(6093),dL=i(9685),uL=i(9849),pL=i(8268),gL=i(4693),mL=i(3599),fL=i(782),vL=i(754),bL=i(5700),yL=i(4731),wL=i(7291),xL=i(597),kL=i(1474),CL=i(6224),ML=i(6239),_L=i(6828),SL=i(2212),EL=i(863),zL=i(3602),LL=i(1985),IL=i(886),RL=i(7201),TL=i(9937),AL=i(8450),OL=i(9630),$L=i(9766),DL=i(388),NL=i(1903),PL=i(398),jL=i(6105),HL=i(6147),FL=i(5722),BL=i(5576),WL=i(3131),VL=i(6308),UL=i(9645),GL=i(3199),qL=i(871),YL=i(5251),ZL=i(6426),XL=i(2643),QL=i(8522),KL=i(6398),JL=i(2525),tI=i(8434),eI=i(6138),iI=i(5835),oI=i(5654),rI=i(6659),nI=i(2977),sI=i(4480),aI=i(9886),lI=i(6815),cI=i(1582),hI=i(2968),dI=i(394),uI=i(7024),pI=i(7853),gI=i(8249),mI=i(2869),fI=i(486),vI=i(5735),bI=i(470),yI=i(4612),wI=i(4018),xI=i(1476),kI=i(3194),CI=i(3525),MI=i(7541),_I=i(4104),SI=i(6686),EI=i(7719),zI=i(3898),LI=i(8153),II=i(3690),RI=i(1776),TI=i(4980),AI=i(5578),OI=i(9613),$I=i(1119),DI=i(8444),NI=i(2978),PI=i(9130),jI=i(2127),HI=i(2732),FI=i(4287),BI=i(4045),WI=i(7642),VI=i(1367),UI=i(320),GI=i(821),qI=i(102),YI=i(7683),ZI=i(3980),XI=i(576),QI=i(654),KI=i(73),JI=i(140),tR=i(8129),eR=i(5087),iR=i(6992),oR=i(8247),rR=i(8038),nR=i(5286),sR=i(9179),aR=i(1808),lR=i(9459),cR=i(2883),hR=i(9124),dR=i(7067),uR=i(1054),pR=i(7325),gR=i(1272),mR=i(3359),fR=i(6562),vR=i(4193),bR=i(6348),yR=i(2435),wR=i(9111),xR=i(9318),kR=i(7294),CR=i(4479),MR=i(2409),_R=i(3091),SR=i(5789),ER=i(5890),zR=i(3874),LR=i(2907),IR=i(1175),RR=i(1686),TR=i(703),AR=i(6606),OR=i(4194),$R=i(6228),DR=i(62),NR=i(2072),PR=i(9744),jR=i(25),HR=i(2618),FR=i(1988),BR=i(8013),WR=i(1133),VR=i(362),UR=i(6845),GR=i(6800),qR=i(1103),YR=i(4933),ZR=i(7284),XR=i(2620),QR=i(2366),KR=i(7457),JR=i(2449),tT=i(2),eT=i(5697),iT=i(7069),oT=i(4716),rT=i(4740),nT=i(4557),sT=i(1868),aT=i(8647),lT=i(5127),cT=i(4816),hT=i(4009),dT=i(5104),uT=i(2830),pT=i(3093),gT=i(5029),mT=i(3514),fT=i(2142),vT=i(4999),bT=i(7523),yT=i(346),wT=i(7917),xT=i(3976),kT=i(9801),CT=i(2464),MT=i(5511),_T=i(5210),ST=i(5815),ET=i(3339),zT=i(7472),LT=i(8811),IT=i(8548),RT=i(6880),TT=i(1840),AT=i(5547),OT=i(4788),$T=i(9467),DT=i(9187),NT=i(9217),PT=i(7897),jT=i(2644),HT=i(6204),FT=i(1472),BT=i(1247),WT=i(7406),VT=i(925),UT=i(7455),GT=i(3771),qT=i(1549),YT=i(3541),ZT=i(3140),XT=i(9800),QT=i(229),KT=i(2677),JT=i(1844),tA=i(3245),eA=i(9056),iA=i(7535),oA=i(2359),rA=i(15),nA=i(5569),sA=i(2014),aA=i(1599),lA=i(6521),cA=i(232),hA=i(9745),dA=i(9594),uA=i(6979),pA=i(4494),gA=i(312),mA=i(4983),fA=i(1258),vA=i(6313),bA=i(12),yA=i(8003),wA=i(7830),xA=i(8875),kA=i(3911),CA=i(1817),MA=i(478),_A=i(2585),SA=i(6564),EA=i(2884),zA=i(3825),LA=i(7348),IA=i(9277),RA=i(4118),TA=i(9200),AA=i(51),OA=i(2872),$A=i(4702),DA=i(9281),NA=i(1394),PA=i(7295),jA=i(2936),HA=i(3789),FA=i(3614),BA=i(4827),WA=i(9204),VA=i(9113),UA=i(4058);const GA=[Yz.mw,Zz.mw,Xz.mw,Qz.mw,Kz.mw,Jz.mw,tL.mw,eL.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,_L.mw,SL.mw,EL.mw,zL.mw,LL.mw,IL.mw,RL.mw,TL.mw,AL.mw,OL.mw,$L.mw,DL.mw,NL.mw,jL.mw,PL.mw,HL.mw,FL.mw,BL.mw,WL.mw,VL.mw,UL.mw,GL.mw,qL.mw,YL.mw,ZL.mw,XL.mw,QL.mw,JL.mw,tI.mw,eI.mw,iI.mw,oI.mw,rI.mw,nI.mw,sI.mw,aI.mw,lI.mw,cI.mw,hI.mw,dI.mw,uI.mw,pI.mw,gI.mw,mI.mw,fI.mw,vI.mw,KL.mw,bI.mw,yI.mw,wI.mw,xI.mw,kI.mw,CI.mw,MI.mw,_I.mw,SI.mw,EI.mw,zI.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,ML.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,yR.mw,iL.mw],qA=[wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,ER.mw,LR.mw,RR.mw,IR.mw,AR.mw,TR.mw,OR.mw,$R.mw,DR.mw,NR.mw,PR.mw,jR.mw,HR.mw,FR.mw,BR.mw,qR.mw,YR.mw,ZR.mw,XR.mw,QR.mw,KR.mw,JR.mw,eT.mw,iT.mw,oT.mw,lT.mw,cT.mw,hT.mw,dT.mw,uT.mw,pT.mw,gT.mw,mT.mw,WR.mw,VR.mw,GR.mw,UR.mw,fT.mw,vT.mw,bT.mw,yT.mw,wT.mw,xT.mw,kT.mw,CT.mw,rT.mw,nT.mw,sT.mw,aT.mw,_T.mw,ST.mw,ET.mw,zT.mw,LT.mw,IT.mw,RT.mw,TT.mw,AT.mw,OT.mw,$T.mw,DT.mw,NT.mw,PT.mw,jT.mw,HT.mw,FT.mw,BT.mw,WT.mw,MT.mw,VT.mw,UT.mw,GT.mw,qT.mw,YT.mw,ZT.mw,XT.mw,QT.mw,KT.mw,JT.mw,tA.mw,eA.mw,iA.mw,oA.mw,rA.mw,nA.mw,sA.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,EA.mw,zA.mw,LA.mw,IA.mw,tT.mw,RA.mw,TA.mw,AA.mw,OA.mw,$A.mw,DA.mw,NA.mw,PA.mw,jA.mw,HA.mw,FA.mw,BA.mw,WA.mw,VA.mw,UA.mw,zR.mw],YA={xlsx:F,charts:B},ZA={name:"@omegagrid/bundle",version:"0.9.1"};Da().activate("light"),_d.styleDefault="fal",Sd.add(GA),Sd.add(qA)})(),window.Omegagrid=o})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omegagrid/bundle",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
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.0",
23
- "@omegagrid/calendar": "^0.9.0",
24
- "@omegagrid/code": "^0.9.0",
25
- "@omegagrid/commands": "^0.9.0",
26
- "@omegagrid/core": "^0.9.0",
27
- "@omegagrid/dialog": "^0.9.0",
28
- "@omegagrid/editor": "^0.9.0",
29
- "@omegagrid/form": "^0.9.0",
30
- "@omegagrid/grid": "^0.9.0",
31
- "@omegagrid/localize": "^0.9.0",
32
- "@omegagrid/markdown": "^0.9.0",
33
- "@omegagrid/plugin-charts": "^0.9.0",
34
- "@omegagrid/plugin-xlsx": "^0.9.0",
35
- "@omegagrid/statusbar": "^0.9.0",
36
- "@omegagrid/tabs": "^0.9.0",
37
- "@omegagrid/toolbar": "^0.9.0",
38
- "@omegagrid/tree": "^0.9.0",
22
+ "@omegagrid/bucket": "^0.9.1",
23
+ "@omegagrid/calendar": "^0.9.1",
24
+ "@omegagrid/code": "^0.9.1",
25
+ "@omegagrid/commands": "^0.9.1",
26
+ "@omegagrid/core": "^0.9.1",
27
+ "@omegagrid/dialog": "^0.9.1",
28
+ "@omegagrid/editor": "^0.9.1",
29
+ "@omegagrid/form": "^0.9.1",
30
+ "@omegagrid/grid": "^0.9.1",
31
+ "@omegagrid/localize": "^0.9.1",
32
+ "@omegagrid/markdown": "^0.9.1",
33
+ "@omegagrid/plugin-charts": "^0.9.1",
34
+ "@omegagrid/plugin-xlsx": "^0.9.1",
35
+ "@omegagrid/statusbar": "^0.9.1",
36
+ "@omegagrid/tabs": "^0.9.1",
37
+ "@omegagrid/toolbar": "^0.9.1",
38
+ "@omegagrid/tree": "^0.9.1",
39
39
  "lit": "^3.1.1"
40
40
  },
41
41
  "devDependencies": {