@omegagrid/bundle 0.10.27 → 0.10.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/omegagrid.js +9 -9
- package/package.json +18 -18
package/omegagrid.js
CHANGED
|
@@ -2687,15 +2687,15 @@
|
|
|
2687
2687
|
<div class="group-toggle">
|
|
2688
2688
|
<og-icon icon="angle-${e.open?"down":"right"}"></og-icon>
|
|
2689
2689
|
</div>
|
|
2690
|
-
|
|
2690
|
+
|
|
2691
2691
|
<div class="group-text">
|
|
2692
2692
|
${e.name}
|
|
2693
2693
|
</div>
|
|
2694
2694
|
</div>
|
|
2695
|
-
`;let pg=class extends zs{get activeSection(){return this.sections?.[this.activeSectionIndex]}get inputValue(){return this.input?.value??""}get parsedInput(){const t=this.inputValue,e=t.split(" ",2);if(e.length>1){const i=(this.sections??[]).findIndex((t=>t?.triggerCommand==e[0]));return{section:i,value:i>-1?e[1]??"":t}}return{section:-1,value:t}}get filterValue(){return"search"==this.mode?this.parsedInput?.value??"":""}get commandRenderer(){return this.options?.commandRenderer||dg}get groupRenderer(){return this.options?.groupRenderer||ug}async exec(t=!0){const e=this.parsedInput,i=this.visibleItems[this.list.selectedIndex];i instanceof eg&&(this.clearFilter(!1),i.exec(e.value),this.adapter&&this.adapter.exec(i,e.value),t&&this.dispatchEvent(new hg("exec",{command:i,section:this.sections.find((t=>t.id===e.section)),value:e.value})))}constructor(){super(),this.options=sg(),this.mode="search",this.sectionPosition="right",this.placeholder="",this.showGroups=!1,this.model=new og,this.sections=[{id:"default"}],this.activeSectionIndex=0,this.noResults=!1,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 ig?this.toggleGroup(this.visibleItems[this.list.selectedIndex].id):this.exec()}},this._debounceInput=q((()=>{if("search"==this.mode){const t=this.parsedInput;t.section>-1?(this.activeSectionIndex=t.section,this.input.value="",this.updateCommands(!0)):this.updateCommands()}else if("none"==this.mode){const t=this.parsedInput,e=this.model.filter(t.value,!1);if(e.length>0){const t=this.visibleItems.findIndex((t=>t instanceof eg&&t.id===e[0].id));t>-1&&(this.list.selectedIndex=t,this.list.renderItems(!0))}}}),this.options.inputDelay),this._onInput=t=>{t.stopPropagation(),this._debounceInput()},this._onSectionSelect=async t=>{this.activeSectionIndex!=t.index&&(this.activeSectionIndex=t.index,this.updateCommands(!0),this.focus())},this._onDropdownChange=async t=>{this.activeSectionIndex=this.sections.findIndex((t=>t.id===this.dropdown.value)),this.updateCommands(!0),this.focus()},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof eg?("search"==this.mode&&(this.input.value=e.name),t.trigger!=hp.Click&&t.trigger!=hp.Enter||this.exec()):(this.input.value="",t.trigger!=hp.Click&&t.trigger!=hp.Enter||this.toggleGroup(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e,i)=>this.visibleItems[e]instanceof ig?this.groupRenderer(t,this.visibleItems[e],i):this.commandRenderer(t,this.visibleItems[e],i),this.renderTabs=()=>this.sections?.length>1?as`
|
|
2696
|
-
<og-container
|
|
2695
|
+
`;let pg=class extends zs{get activeSection(){return this.sections?.[this.activeSectionIndex]}get inputValue(){return this.input?.value??""}get parsedInput(){const t=this.inputValue,e=t.split(" ",2);if(e.length>1){const i=(this.sections??[]).findIndex((t=>t?.triggerCommand==e[0]));return{section:i,value:i>-1?e[1]??"":t}}return{section:-1,value:t}}get filterValue(){return"search"==this.mode?this.parsedInput?.value??"":""}get commandRenderer(){return this.options?.commandRenderer||dg}get groupRenderer(){return this.options?.groupRenderer||ug}async exec(t=!0){const e=this.parsedInput,i=this.visibleItems[this.list.selectedIndex];i instanceof eg&&(this.clearFilter(!1),i.exec(e.value),this.adapter&&this.adapter.exec(i,e.value),t&&this.dispatchEvent(new hg("exec",{command:i,section:this.sections.find((t=>t.id===e.section)),value:e.value})))}constructor(){super(),this.options=sg(),this.mode="search",this.sectionPosition="right",this.placeholder="",this.showGroups=!1,this.model=new og,this.sections=[{id:"default"}],this.activeSectionIndex=0,this.noResults=!1,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 ig?this.toggleGroup(this.visibleItems[this.list.selectedIndex].id):this.exec()}},this._debounceInput=q((()=>{if("search"==this.mode){const t=this.parsedInput;t.section>-1?(this.activeSectionIndex=t.section,this.input.value="",this.updateCommands(!0)):this.updateCommands()}else if("none"==this.mode){const t=this.parsedInput,e=this.model.filter(t.value,!1);if(e.length>0){const t=this.visibleItems.findIndex((t=>t instanceof eg&&t.id===e[0].id));t>-1&&(this.list.selectedIndex=t,this.list.renderItems(!0))}}}),this.options.inputDelay),this._onInput=t=>{t.stopPropagation(),this._debounceInput()},this._onSectionSelect=async t=>{this.activeSectionIndex!=t.index&&(this.activeSectionIndex=t.index,this.updateCommands(!0),this.focus())},this._onDropdownChange=async t=>{this.activeSectionIndex=this.sections.findIndex((t=>t.id===this.dropdown.value)),this.updateCommands(!0),this.focus()},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof eg?("search"==this.mode&&(this.input.value=e.name),t.trigger!=hp.Click&&t.trigger!=hp.Enter||this.exec()):(this.input.value="",t.trigger!=hp.Click&&t.trigger!=hp.Enter||this.toggleGroup(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e,i)=>this.visibleItems[e]instanceof ig?this.groupRenderer(t,this.visibleItems[e],i):this.commandRenderer(t,this.visibleItems[e],i),this._updateToken=0,this.renderTabs=()=>this.sections?.length>1?as`
|
|
2696
|
+
<og-container
|
|
2697
2697
|
.horizontalSliderPosition="${"top"==this.sectionPosition?"bottom":"top"}"
|
|
2698
|
-
scrollMode="horizontal"
|
|
2698
|
+
scrollMode="horizontal"
|
|
2699
2699
|
sliderSize="4">
|
|
2700
2700
|
<og-tabs
|
|
2701
2701
|
slot="content"
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
</og-tabs>
|
|
2711
2711
|
</og-container>
|
|
2712
2712
|
`:"",this.renderDropdown=()=>this.sections?.length>1?as`
|
|
2713
|
-
<og-dropdown-list
|
|
2713
|
+
<og-dropdown-list
|
|
2714
2714
|
color="transparent"
|
|
2715
2715
|
.value="${this.activeSection?.id}"
|
|
2716
2716
|
@change="${this._onDropdownChange}"
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
`:"",this.renderSwitches=()=>this.activeSection?.switches?.length>0?as`
|
|
2720
2720
|
<div class="switches">
|
|
2721
2721
|
${this.activeSection.switches.map((t=>as`
|
|
2722
|
-
<og-button
|
|
2722
|
+
<og-button
|
|
2723
2723
|
type="toggle"
|
|
2724
2724
|
.text="${t.value}"
|
|
2725
2725
|
.state="${t.checked?"checked":"unchecked"}"
|
|
@@ -2730,7 +2730,7 @@
|
|
|
2730
2730
|
`:"",this.render=()=>as`
|
|
2731
2731
|
<div class="input">
|
|
2732
2732
|
${"left"==this.sectionPosition?this.renderDropdown():""}
|
|
2733
|
-
|
|
2733
|
+
|
|
2734
2734
|
<input
|
|
2735
2735
|
type="text"
|
|
2736
2736
|
@input="${this._onInput}"
|
|
@@ -2768,7 +2768,7 @@
|
|
|
2768
2768
|
${"bottom"==this.sectionPosition?this.renderSwitches():""}
|
|
2769
2769
|
|
|
2770
2770
|
${"bottom"==this.sectionPosition?this.renderTabs():""}
|
|
2771
|
-
`,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=await this.adapter.getSections(),e=await this.adapter.getOptions(t?.length?t[0].id:null);this.sections=t,e&&(this.options=sg(e))}else t.has("commands")&&this.commands&&(this.model.clear(),this.commands.forEach((t=>this.model.register(t)))),t.has("options")&&(this.options=sg(this.options))}async updated(t){["commands","adapter","model","activeSectionIndex"].some((e=>t.has(e)))&&await this.updateCommands(!0)}async updateCommands(t=!1){if(this.adapter){this.model.clear();const e=this.activeSection?.switches?.filter((t=>t.checked)).map((t=>t.key))||[];if(t){const t=await this.adapter.getOptions(this.activeSection?.id);this.options=sg(t)}const
|
|
2771
|
+
`,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=await this.adapter.getSections(),e=await this.adapter.getOptions(t?.length?t[0].id:null);this.sections=t,e&&(this.options=sg(e))}else t.has("commands")&&this.commands&&(this.model.clear(),this.commands.forEach((t=>this.model.register(t)))),t.has("options")&&(this.options=sg(this.options))}async updated(t){["commands","adapter","model","activeSectionIndex"].some((e=>t.has(e)))&&await this.updateCommands(!0)}async updateCommands(t=!1){if(this.adapter){this.model.clear();const e=this.activeSection?.switches?.filter((t=>t.checked)).map((t=>t.key))||[];if(t){const t=await this.adapter.getOptions(this.activeSection?.id);this.options=sg(t)}this._updateToken++;const i=this._updateToken,[o,r]=await Promise.all([this.adapter.getGroups({sectionId:this.activeSection?.id,filter:this.filterValue,switches:e}),this.adapter.getCommands({sectionId:this.activeSection?.id,filter:this.filterValue,switches:e})]);if(i!=this._updateToken)return;o?.forEach((t=>this.model.registerGroup(t))),r?.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 eg))??0,this.list.renderItems(!0),console.log(this.visibleItems[0]),this.noResults=0==this.visibleItems.length}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})`:"")}layout(){this.listWrapper&&(this.listWrapper.style.transition="flex-basis 0.2s ease-in-out",this.listWrapper.style.flexBasis=Ot(this.list.offsetHeight),Nt(this.listWrapper,{h:this.list.offsetHeight}))}};pg.styles=[ag],cg([Ts({type:Object})],pg.prototype,"options",void 0),cg([Ts({type:String})],pg.prototype,"mode",void 0),cg([Ts({type:String})],pg.prototype,"value",void 0),cg([Ts({type:String,reflect:!0})],pg.prototype,"sectionPosition",void 0),cg([Ts({type:String})],pg.prototype,"text",void 0),cg([Ts({type:Array})],pg.prototype,"commands",void 0),cg([Ts({type:Object})],pg.prototype,"adapter",void 0),cg([Ts({type:Object})],pg.prototype,"target",void 0),cg([Ts({type:String})],pg.prototype,"placeholder",void 0),cg([Ts({type:Boolean})],pg.prototype,"showGroups",void 0),cg([Ts({type:Object})],pg.prototype,"model",void 0),cg([$s()],pg.prototype,"sections",void 0),cg([$s()],pg.prototype,"activeSectionIndex",void 0),cg([$s()],pg.prototype,"noResults",void 0),cg([Ds(".list")],pg.prototype,"listWrapper",void 0),cg([Ds("og-list")],pg.prototype,"list",void 0),cg([Ds("input")],pg.prototype,"input",void 0),cg([Ds("og-dropdown-list")],pg.prototype,"dropdown",void 0),pg=cg([Ls("og-commands")],pg);class gg extends au{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(t){return null}exec(t,e){}}class mg extends gg{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 fg={yes_no:t=>[{id:"Y",name:$o("Yes"),exec:t},{id:"N",name:$o("No"),exec:t}],apply:t=>[{id:"apply",name:$o("Apply"),exec:t},{id:"cancel",name:$o("Cancel"),exec:t}],ok:t=>[{id:"ok",name:"OK",exec:t},{id:"cancel",name:$o("Cancel"),exec:t}]},vg=(t,e)=>fg[t](e);class bg{get commands(){return this._commands}constructor(t){this.target=t,this._commands=[],this._onExec=t=>{Lr().info(`trigger command: ${t.command.id}`),this._resolveCallback&&this._resolveCallback({command:t.command,id:t.command?.id,value:t.value}),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 mg(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 Lr().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=vg(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}),Xt(this.menuContainer,this.target,{horizontal:!0,vertical:!1}),Ht(this.menuContainer,{t:50})}}const yg={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},wg=kn`
|
|
2772
2772
|
:host {
|
|
2773
2773
|
display: flex;
|
|
2774
2774
|
flex-direction: column;
|
|
@@ -9932,4 +9932,4 @@ milkdown-block-handle {
|
|
|
9932
9932
|
`:null}
|
|
9933
9933
|
</div>
|
|
9934
9934
|
</og-panel>
|
|
9935
|
-
`: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?_v.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?_v.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=_v.fromA1(this.dataRangeInput.value),this.dispatchEvent(new Xr({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};RL.styles=[LL],IL([Ts({type:Object})],RL.prototype,"model",void 0),IL([$s()],RL.prototype,"editTitle",void 0),IL([Ds("#title")],RL.prototype,"titleInput",void 0),IL([Ds("#type")],RL.prototype,"typeList",void 0),IL([Ds("#dataRange")],RL.prototype,"dataRangeInput",void 0),IL([Ds("#seriesRange")],RL.prototype,"seriesRangeInput",void 0),IL([Ds("#categoryRange")],RL.prototype,"categoryRangeInput",void 0),RL=IL([Ls("og-plugin-chart-form")],RL);const TL=Xa().themes.get("og-dark");Object.assign(TL.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 $L=Xa().themes.get("og-light");Object.assign($L.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 AL=i(6946),DL=i(6471),OL=i(4969),NL=i(9502),PL=i(7706),jL=i(1480),HL=i(2006),FL=i(7503),BL=i(7873),WL=i(8746),VL=i(2570),UL=i(8815),GL=i(6390),qL=i(6593),YL=i(895),ZL=i(9083),XL=i(6093),QL=i(9685),KL=i(9849),JL=i(8268),tI=i(4693),eI=i(3599),iI=i(782),oI=i(754),rI=i(5700),nI=i(4731),sI=i(7291),aI=i(597),lI=i(1474),cI=i(6224),hI=i(6239),dI=i(6828),uI=i(2212),pI=i(863),gI=i(3602),mI=i(1985),fI=i(886),vI=i(7201),bI=i(9937),yI=i(8450),wI=i(9630),xI=i(9766),kI=i(388),CI=i(1903),MI=i(398),_I=i(6105),SI=i(6147),zI=i(5722),EI=i(5576),LI=i(3131),II=i(6308),RI=i(9645),TI=i(3199),$I=i(871),AI=i(5251),DI=i(6426),OI=i(2643),NI=i(8522),PI=i(6398),jI=i(2525),HI=i(8434),FI=i(6138),BI=i(5835),WI=i(5654),VI=i(6659),UI=i(2977),GI=i(4480),qI=i(9886),YI=i(6815),ZI=i(1582),XI=i(2968),QI=i(394),KI=i(7024),JI=i(7853),tR=i(8249),eR=i(2869),iR=i(486),oR=i(5735),rR=i(470),nR=i(4612),sR=i(4018),aR=i(1476),lR=i(3194),cR=i(3525),hR=i(7541),dR=i(4104),uR=i(6686),pR=i(7719),gR=i(3898),mR=i(8153),fR=i(3690),vR=i(1776),bR=i(4980),yR=i(5578),wR=i(9613),xR=i(1119),kR=i(8444),CR=i(2978),MR=i(9130),_R=i(2127),SR=i(2732),zR=i(4287),ER=i(4045),LR=i(7642),IR=i(1367),RR=i(320),TR=i(821),$R=i(102),AR=i(7683),DR=i(3980),OR=i(576),NR=i(654),PR=i(73),jR=i(140),HR=i(8129),FR=i(5087),BR=i(6992),WR=i(8247),VR=i(8038),UR=i(5286),GR=i(9179),qR=i(1808),YR=i(9459),ZR=i(2883),XR=i(9124),QR=i(7067),KR=i(1054),JR=i(7325),tT=i(1272),eT=i(3359),iT=i(6562),oT=i(4193),rT=i(6348),nT=i(2435),sT=i(7544),aT=i(4470),lT=i(9111),cT=i(9318),hT=i(7294),dT=i(4479),uT=i(2409),pT=i(3091),gT=i(5789),mT=i(5890),fT=i(3874),vT=i(2907),bT=i(1175),yT=i(1686),wT=i(703),xT=i(6606),kT=i(4194),CT=i(6228),MT=i(62),_T=i(2072),ST=i(9744),zT=i(25),ET=i(2618),LT=i(1988),IT=i(8013),RT=i(1133),TT=i(362),$T=i(6845),AT=i(6800),DT=i(1103),OT=i(4933),NT=i(7284),PT=i(2620),jT=i(2366),HT=i(7457),FT=i(2449),BT=i(2),WT=i(5697),VT=i(7069),UT=i(4716),GT=i(4740),qT=i(4557),YT=i(1868),ZT=i(8647),XT=i(5127),QT=i(4816),KT=i(4009),JT=i(5104),t$=i(2830),e$=i(3093),i$=i(5029),o$=i(3514),r$=i(2142),n$=i(4999),s$=i(7523),a$=i(346),l$=i(7917),c$=i(3976),h$=i(9801),d$=i(2464),u$=i(5511),p$=i(5210),g$=i(5815),m$=i(3339),f$=i(7472),v$=i(8811),b$=i(8548),y$=i(6880),w$=i(1840),x$=i(5547),k$=i(4788),C$=i(9467),M$=i(9187),_$=i(9217),S$=i(7897),z$=i(2644),E$=i(6204),L$=i(1472),I$=i(1247),R$=i(7406),T$=i(925),$$=i(7455),A$=i(3771),D$=i(1549),O$=i(3541),N$=i(3140),P$=i(9800),j$=i(229),H$=i(2677),F$=i(1844),B$=i(3245),W$=i(9056),V$=i(7535),U$=i(2359),G$=i(15),q$=i(5569),Y$=i(2014),Z$=i(1599),X$=i(6521),Q$=i(232),K$=i(9745),J$=i(9594),tA=i(6979),eA=i(4494),iA=i(312),oA=i(4983),rA=i(1258),nA=i(6313),sA=i(12),aA=i(8003),lA=i(7830),cA=i(8875),hA=i(3911),dA=i(1817),uA=i(478),pA=i(2585),gA=i(6564),mA=i(2884),fA=i(3825),vA=i(7348),bA=i(9277),yA=i(4118),wA=i(9200),xA=i(51),kA=i(2872),CA=i(4702),MA=i(9281),_A=i(1394),SA=i(7295),zA=i(2936),EA=i(3789),LA=i(3614),IA=i(4827),RA=i(9204),TA=i(9113),$A=i(4058),AA=i(9939),DA=i(1139);const OA=[AL.mw,DL.mw,OL.mw,NL.mw,PL.mw,jL.mw,HL.mw,FL.mw,WL.mw,UL.mw,VL.mw,GL.mw,qL.mw,YL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,tI.mw,eI.mw,iI.mw,oI.mw,rI.mw,nI.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,_I.mw,MI.mw,SI.mw,zI.mw,EI.mw,LI.mw,II.mw,RI.mw,TI.mw,$I.mw,AI.mw,DI.mw,OI.mw,NI.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,PI.mw,rR.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,wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,zR.mw,ER.mw,LR.mw,IR.mw,RR.mw,TR.mw,$R.mw,AR.mw,DR.mw,OR.mw,NR.mw,PR.mw,jR.mw,HR.mw,FR.mw,BR.mw,WR.mw,VR.mw,hI.mw,UR.mw,GR.mw,qR.mw,YR.mw,ZR.mw,XR.mw,QR.mw,KR.mw,JR.mw,tT.mw,eT.mw,iT.mw,oT.mw,rT.mw,nT.mw,BL.mw,sT.mw,aT.mw],NA=[lT.mw,cT.mw,hT.mw,dT.mw,uT.mw,pT.mw,gT.mw,mT.mw,vT.mw,yT.mw,bT.mw,xT.mw,wT.mw,kT.mw,CT.mw,MT.mw,_T.mw,ST.mw,zT.mw,ET.mw,LT.mw,IT.mw,DT.mw,OT.mw,NT.mw,PT.mw,jT.mw,HT.mw,FT.mw,WT.mw,VT.mw,UT.mw,XT.mw,QT.mw,KT.mw,JT.mw,t$.mw,e$.mw,i$.mw,o$.mw,RT.mw,TT.mw,AT.mw,$T.mw,r$.mw,n$.mw,s$.mw,a$.mw,l$.mw,c$.mw,h$.mw,d$.mw,GT.mw,qT.mw,YT.mw,ZT.mw,p$.mw,g$.mw,m$.mw,f$.mw,v$.mw,b$.mw,y$.mw,w$.mw,x$.mw,k$.mw,C$.mw,M$.mw,_$.mw,S$.mw,z$.mw,E$.mw,L$.mw,I$.mw,R$.mw,u$.mw,T$.mw,$$.mw,A$.mw,D$.mw,O$.mw,N$.mw,P$.mw,j$.mw,H$.mw,F$.mw,B$.mw,W$.mw,V$.mw,U$.mw,G$.mw,q$.mw,Y$.mw,Z$.mw,X$.mw,Q$.mw,K$.mw,J$.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,BT.mw,yA.mw,wA.mw,xA.mw,kA.mw,CA.mw,MA.mw,_A.mw,SA.mw,zA.mw,EA.mw,LA.mw,IA.mw,RA.mw,TA.mw,$A.mw,fT.mw,AA.mw,DA.mw],PA={xlsx:F,charts:B},jA={name:"@omegagrid/bundle",version:"0.10.
|
|
9935
|
+
`: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?_v.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?_v.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=_v.fromA1(this.dataRangeInput.value),this.dispatchEvent(new Xr({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};RL.styles=[LL],IL([Ts({type:Object})],RL.prototype,"model",void 0),IL([$s()],RL.prototype,"editTitle",void 0),IL([Ds("#title")],RL.prototype,"titleInput",void 0),IL([Ds("#type")],RL.prototype,"typeList",void 0),IL([Ds("#dataRange")],RL.prototype,"dataRangeInput",void 0),IL([Ds("#seriesRange")],RL.prototype,"seriesRangeInput",void 0),IL([Ds("#categoryRange")],RL.prototype,"categoryRangeInput",void 0),RL=IL([Ls("og-plugin-chart-form")],RL);const TL=Xa().themes.get("og-dark");Object.assign(TL.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 $L=Xa().themes.get("og-light");Object.assign($L.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 AL=i(6946),DL=i(6471),OL=i(4969),NL=i(9502),PL=i(7706),jL=i(1480),HL=i(2006),FL=i(7503),BL=i(7873),WL=i(8746),VL=i(2570),UL=i(8815),GL=i(6390),qL=i(6593),YL=i(895),ZL=i(9083),XL=i(6093),QL=i(9685),KL=i(9849),JL=i(8268),tI=i(4693),eI=i(3599),iI=i(782),oI=i(754),rI=i(5700),nI=i(4731),sI=i(7291),aI=i(597),lI=i(1474),cI=i(6224),hI=i(6239),dI=i(6828),uI=i(2212),pI=i(863),gI=i(3602),mI=i(1985),fI=i(886),vI=i(7201),bI=i(9937),yI=i(8450),wI=i(9630),xI=i(9766),kI=i(388),CI=i(1903),MI=i(398),_I=i(6105),SI=i(6147),zI=i(5722),EI=i(5576),LI=i(3131),II=i(6308),RI=i(9645),TI=i(3199),$I=i(871),AI=i(5251),DI=i(6426),OI=i(2643),NI=i(8522),PI=i(6398),jI=i(2525),HI=i(8434),FI=i(6138),BI=i(5835),WI=i(5654),VI=i(6659),UI=i(2977),GI=i(4480),qI=i(9886),YI=i(6815),ZI=i(1582),XI=i(2968),QI=i(394),KI=i(7024),JI=i(7853),tR=i(8249),eR=i(2869),iR=i(486),oR=i(5735),rR=i(470),nR=i(4612),sR=i(4018),aR=i(1476),lR=i(3194),cR=i(3525),hR=i(7541),dR=i(4104),uR=i(6686),pR=i(7719),gR=i(3898),mR=i(8153),fR=i(3690),vR=i(1776),bR=i(4980),yR=i(5578),wR=i(9613),xR=i(1119),kR=i(8444),CR=i(2978),MR=i(9130),_R=i(2127),SR=i(2732),zR=i(4287),ER=i(4045),LR=i(7642),IR=i(1367),RR=i(320),TR=i(821),$R=i(102),AR=i(7683),DR=i(3980),OR=i(576),NR=i(654),PR=i(73),jR=i(140),HR=i(8129),FR=i(5087),BR=i(6992),WR=i(8247),VR=i(8038),UR=i(5286),GR=i(9179),qR=i(1808),YR=i(9459),ZR=i(2883),XR=i(9124),QR=i(7067),KR=i(1054),JR=i(7325),tT=i(1272),eT=i(3359),iT=i(6562),oT=i(4193),rT=i(6348),nT=i(2435),sT=i(7544),aT=i(4470),lT=i(9111),cT=i(9318),hT=i(7294),dT=i(4479),uT=i(2409),pT=i(3091),gT=i(5789),mT=i(5890),fT=i(3874),vT=i(2907),bT=i(1175),yT=i(1686),wT=i(703),xT=i(6606),kT=i(4194),CT=i(6228),MT=i(62),_T=i(2072),ST=i(9744),zT=i(25),ET=i(2618),LT=i(1988),IT=i(8013),RT=i(1133),TT=i(362),$T=i(6845),AT=i(6800),DT=i(1103),OT=i(4933),NT=i(7284),PT=i(2620),jT=i(2366),HT=i(7457),FT=i(2449),BT=i(2),WT=i(5697),VT=i(7069),UT=i(4716),GT=i(4740),qT=i(4557),YT=i(1868),ZT=i(8647),XT=i(5127),QT=i(4816),KT=i(4009),JT=i(5104),t$=i(2830),e$=i(3093),i$=i(5029),o$=i(3514),r$=i(2142),n$=i(4999),s$=i(7523),a$=i(346),l$=i(7917),c$=i(3976),h$=i(9801),d$=i(2464),u$=i(5511),p$=i(5210),g$=i(5815),m$=i(3339),f$=i(7472),v$=i(8811),b$=i(8548),y$=i(6880),w$=i(1840),x$=i(5547),k$=i(4788),C$=i(9467),M$=i(9187),_$=i(9217),S$=i(7897),z$=i(2644),E$=i(6204),L$=i(1472),I$=i(1247),R$=i(7406),T$=i(925),$$=i(7455),A$=i(3771),D$=i(1549),O$=i(3541),N$=i(3140),P$=i(9800),j$=i(229),H$=i(2677),F$=i(1844),B$=i(3245),W$=i(9056),V$=i(7535),U$=i(2359),G$=i(15),q$=i(5569),Y$=i(2014),Z$=i(1599),X$=i(6521),Q$=i(232),K$=i(9745),J$=i(9594),tA=i(6979),eA=i(4494),iA=i(312),oA=i(4983),rA=i(1258),nA=i(6313),sA=i(12),aA=i(8003),lA=i(7830),cA=i(8875),hA=i(3911),dA=i(1817),uA=i(478),pA=i(2585),gA=i(6564),mA=i(2884),fA=i(3825),vA=i(7348),bA=i(9277),yA=i(4118),wA=i(9200),xA=i(51),kA=i(2872),CA=i(4702),MA=i(9281),_A=i(1394),SA=i(7295),zA=i(2936),EA=i(3789),LA=i(3614),IA=i(4827),RA=i(9204),TA=i(9113),$A=i(4058),AA=i(9939),DA=i(1139);const OA=[AL.mw,DL.mw,OL.mw,NL.mw,PL.mw,jL.mw,HL.mw,FL.mw,WL.mw,UL.mw,VL.mw,GL.mw,qL.mw,YL.mw,ZL.mw,XL.mw,QL.mw,KL.mw,JL.mw,tI.mw,eI.mw,iI.mw,oI.mw,rI.mw,nI.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,_I.mw,MI.mw,SI.mw,zI.mw,EI.mw,LI.mw,II.mw,RI.mw,TI.mw,$I.mw,AI.mw,DI.mw,OI.mw,NI.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,PI.mw,rR.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,wR.mw,xR.mw,kR.mw,CR.mw,MR.mw,_R.mw,SR.mw,zR.mw,ER.mw,LR.mw,IR.mw,RR.mw,TR.mw,$R.mw,AR.mw,DR.mw,OR.mw,NR.mw,PR.mw,jR.mw,HR.mw,FR.mw,BR.mw,WR.mw,VR.mw,hI.mw,UR.mw,GR.mw,qR.mw,YR.mw,ZR.mw,XR.mw,QR.mw,KR.mw,JR.mw,tT.mw,eT.mw,iT.mw,oT.mw,rT.mw,nT.mw,BL.mw,sT.mw,aT.mw],NA=[lT.mw,cT.mw,hT.mw,dT.mw,uT.mw,pT.mw,gT.mw,mT.mw,vT.mw,yT.mw,bT.mw,xT.mw,wT.mw,kT.mw,CT.mw,MT.mw,_T.mw,ST.mw,zT.mw,ET.mw,LT.mw,IT.mw,DT.mw,OT.mw,NT.mw,PT.mw,jT.mw,HT.mw,FT.mw,WT.mw,VT.mw,UT.mw,XT.mw,QT.mw,KT.mw,JT.mw,t$.mw,e$.mw,i$.mw,o$.mw,RT.mw,TT.mw,AT.mw,$T.mw,r$.mw,n$.mw,s$.mw,a$.mw,l$.mw,c$.mw,h$.mw,d$.mw,GT.mw,qT.mw,YT.mw,ZT.mw,p$.mw,g$.mw,m$.mw,f$.mw,v$.mw,b$.mw,y$.mw,w$.mw,x$.mw,k$.mw,C$.mw,M$.mw,_$.mw,S$.mw,z$.mw,E$.mw,L$.mw,I$.mw,R$.mw,u$.mw,T$.mw,$$.mw,A$.mw,D$.mw,O$.mw,N$.mw,P$.mw,j$.mw,H$.mw,F$.mw,B$.mw,W$.mw,V$.mw,U$.mw,G$.mw,q$.mw,Y$.mw,Z$.mw,X$.mw,Q$.mw,K$.mw,J$.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,BT.mw,yA.mw,wA.mw,xA.mw,kA.mw,CA.mw,MA.mw,_A.mw,SA.mw,zA.mw,EA.mw,LA.mw,IA.mw,RA.mw,TA.mw,$A.mw,fT.mw,AA.mw,DA.mw],PA={xlsx:F,charts:B},jA={name:"@omegagrid/bundle",version:"0.10.28"};Xa().activate("light"),Hd.styleDefault="fal",Fd.add(OA),Fd.add(NA)})(),window.Omegagrid=o})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omegagrid/bundle",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.28",
|
|
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.10.
|
|
23
|
-
"@omegagrid/calendar": "^0.10.
|
|
24
|
-
"@omegagrid/code": "^0.10.
|
|
25
|
-
"@omegagrid/commands": "^0.10.
|
|
26
|
-
"@omegagrid/core": "^0.10.
|
|
27
|
-
"@omegagrid/dialog": "^0.10.
|
|
28
|
-
"@omegagrid/editor": "^0.10.
|
|
29
|
-
"@omegagrid/form": "^0.10.
|
|
30
|
-
"@omegagrid/grid": "^0.10.
|
|
31
|
-
"@omegagrid/localize": "^0.10.
|
|
32
|
-
"@omegagrid/markdown": "^0.10.
|
|
33
|
-
"@omegagrid/plugin-charts": "^0.10.
|
|
34
|
-
"@omegagrid/plugin-xlsx": "^0.10.
|
|
35
|
-
"@omegagrid/statusbar": "^0.10.
|
|
36
|
-
"@omegagrid/tabs": "^0.10.
|
|
37
|
-
"@omegagrid/toolbar": "^0.10.
|
|
38
|
-
"@omegagrid/tree": "^0.10.
|
|
22
|
+
"@omegagrid/bucket": "^0.10.28",
|
|
23
|
+
"@omegagrid/calendar": "^0.10.28",
|
|
24
|
+
"@omegagrid/code": "^0.10.28",
|
|
25
|
+
"@omegagrid/commands": "^0.10.28",
|
|
26
|
+
"@omegagrid/core": "^0.10.28",
|
|
27
|
+
"@omegagrid/dialog": "^0.10.28",
|
|
28
|
+
"@omegagrid/editor": "^0.10.28",
|
|
29
|
+
"@omegagrid/form": "^0.10.28",
|
|
30
|
+
"@omegagrid/grid": "^0.10.28",
|
|
31
|
+
"@omegagrid/localize": "^0.10.28",
|
|
32
|
+
"@omegagrid/markdown": "^0.10.28",
|
|
33
|
+
"@omegagrid/plugin-charts": "^0.10.28",
|
|
34
|
+
"@omegagrid/plugin-xlsx": "^0.10.28",
|
|
35
|
+
"@omegagrid/statusbar": "^0.10.28",
|
|
36
|
+
"@omegagrid/tabs": "^0.10.28",
|
|
37
|
+
"@omegagrid/toolbar": "^0.10.28",
|
|
38
|
+
"@omegagrid/tree": "^0.10.28",
|
|
39
39
|
"lit": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|