UNPKG

@syncfusion/ej2-pivotview

Version:

The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.

12 lines • 1.16 MB
/*!
*  filename: ej2-pivotview.min.js
*  version : 30.2.6
*  Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
*  Use of this code is subject to the terms of our license.
*  A copy of the current license can be obtained at any time by e-mailing
*  licensing@syncfusion.com. Any infringement will be prosecuted under
*  applicable laws. 
*/
this.ej=this.ej||{},this.ej.pivotview=function(e,t,i,a,r,n,s,o,l,d,p,h,u,c,g,m){"use strict";var f="e-pivotfieldlist",v="e-rtl",S="e-device",y="e-icons",b="e-pivotfieldlist-container",C="e-collapse",x="e-expand",w="e-table",T="e-rowsheader",M="e-headercell",D="e-pivot-calc-check",O="e-pivot-calc-input",P="e-format",N="e-pivot-formula",E="e-menu-hide",I="e-visible-hide",F="e-movablescrolldiv",L="e-cellselectionbackground",A="e-selectionbackground",R="e-headercontent",k="e-remove-report",j="e-pivot-toolbar",H="e-pivotchart",q="e-pivotview-disable-icon",V="e-pivotview-select-icon",U="e-pivot-toolbar-menu",_="e-pivot-content-loader",B=function(){function e(){}return e.getType=function(e){var t=new Date(e);return"boolean"==typeof e?"boolean":isNaN(Number(e))?t instanceof Date&&!isNaN(t.valueOf())?t&&t.getDay()&&(t.getHours()>0||t.getMinutes()>0||t.getSeconds()>0||t.getMilliseconds()>0)?"datetime":"date":typeof e:"number"},e.resetTime=function(e){return e.setHours(0,0,0,0),e},e.getClonedData=function(e){var t=[];if(e)for(var i=0,a=e;i<a.length;i++){for(var r=a[i],n=Object.keys(r),s=0,o={};s<n.length;)o[n[s]]=r[n[s]],s++;t.push(o)}return t},e.getClonedCSVData=function(e){return e.map(function(e){return e.slice()})},e.getDefinedObj=function(e){var t=0,i={};if(null!==e&&void 0!==e)for(var a=Object.keys(e);t<a.length;)null!==e[a[t]]&&void 0!==e[a[t]]&&(i[a[t]]=e[a[t]]),t++;else i=e;return i},e.inArray=function(e,t){if(t)for(var i=0,a=t.length;i<a;i++)if(t[i]===e)return i;return-1},e.setPivotProperties=function(e,t){e.allowServerDataBinding=!1,e.pivotGridModule&&(e.pivotGridModule.allowServerDataBinding=!1),e.setProperties(t,!0),e.allowServerDataBinding=!0,e.pivotGridModule&&(e.pivotGridModule.allowServerDataBinding=!0)},e.getClonedDataSourceSettings=function(e){return this.getDefinedObj({type:e.type,catalog:e.catalog,cube:e.cube,providerType:e.providerType,url:e.url,localeIdentifier:e.localeIdentifier,excludeFields:t.isNullOrUndefined(e.excludeFields)?[]:e.excludeFields.slice(),expandAll:e.expandAll,allowLabelFilter:e.allowLabelFilter,allowValueFilter:e.allowValueFilter,allowMemberFilter:e.allowMemberFilter,enableSorting:!!e.enableSorting,rows:this.cloneFieldSettings(e.rows),columns:this.cloneFieldSettings(e.columns),filters:this.cloneFieldSettings(e.filters),values:this.cloneFieldSettings(e.values),filterSettings:this.cloneFilterSettings(e.filterSettings),sortSettings:this.cloneSortSettings(e.sortSettings),drilledMembers:this.cloneDrillMemberSettings(e.drilledMembers),valueSortSettings:this.CloneValueSortObject(e.valueSortSettings),valueAxis:e.valueAxis,valueIndex:e.valueIndex,grandTotalsPosition:e.grandTotalsPosition,formatSettings:this.cloneFormatSettings(e.formatSettings),calculatedFieldSettings:this.cloneCalculatedFieldSettings(e.calculatedFieldSettings),fieldMapping:this.cloneFieldSettings(e.fieldMapping),showSubTotals:e.showSubTotals,showRowSubTotals:e.showRowSubTotals,showColumnSubTotals:e.showColumnSubTotals,subTotalsPosition:e.subTotalsPosition,showGrandTotals:e.showGrandTotals,showRowGrandTotals:e.showRowGrandTotals,showColumnGrandTotals:e.showColumnGrandTotals,showHeaderWhenEmpty:e.showHeaderWhenEmpty,alwaysShowValueHeader:e.alwaysShowValueHeader,conditionalFormatSettings:this.cloneConditionalFormattingSettings(e.conditionalFormatSettings),emptyCellsTextContent:e.emptyCellsTextContent,groupSettings:this.cloneGroupSettings(e.groupSettings),showAggregationOnValueField:e.showAggregationOnValueField,authentication:this.CloneAuthenticationObject(e.authentication)})},e.getClonedFieldList=function(e,t){for(var i=Object.keys(e),a={},r=0,n=i.length;r<n;r++){var s=e[i[r]];e[i[r]]&&(a[i[r]]={type:s.type,caption:s.caption,id:s.id,isSelected:s.isSelected,sort:s.sort,filterType:s.filterType,index:s.index,filter:t?[]:s.filter,isCustomField:s.isCustomField,showRemoveIcon:s.showRemoveIcon,showFilterIcon:s.showFilterIcon,showSortIcon:s.showSortIcon,showNoDataItems:s.showNoDataItems,isCalculatedField:s.isCalculatedField,showEditIcon:s.showEditIcon,showValueTypeIcon:s.showValueTypeIcon,allowDragAndDrop:s.allowDragAndDrop,showSubTotals:s.showSubTotals,expandAll:s.expandAll,pid:s.pid,aggregateType:s.aggregateType,baseField:s.baseField,baseItem:s.baseItem,dateMember:t?[]:this.cloneDateMembers(s.dateMember),members:t?{}:this.cloneFormatMembers(s.members),formatString:s.formatString,format:s.format,formula:s.formula,isExcelFilter:s.isExcelFilter,membersOrder:s.membersOrder?s.membersOrder.slice():s.membersOrder,isAlphanumeric:s.isAlphanumeric,tag:s.tag,expanded:s.expanded,spriteCssClass:s.spriteCssClass,name:s.name,defaultHierarchy:s.defaultHierarchy,hasAllMember:s.hasAllMember,allMember:s.allMember,isChecked:s.isChecked,filterMembers:this.cloneFieldMembers(s.filterMembers),childMembers:t?[]:this.cloneFieldMembers(s.childMembers),searchMembers:t?[]:this.cloneFieldMembers(s.searchMembers),htmlAttributes:this.getDefinedObj(s.htmlAttributes),currrentMembers:t?{}:this.cloneFormatMembers(s.currrentMembers),isHierarchy:s.isHierarchy,isNamedSets:s.isNamedSets,actualFilter:s.actualFilter?s.actualFilter.slice():s.actualFilter,levels:t?[]:this.cloneFieldMembers(s.levels),levelCount:s.levelCount,fieldType:s.fieldType,memberType:s.memberType,parentHierarchy:s.parentHierarchy})}return a},e.cloneDateMembers=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push({formattedText:r.formattedText,actualText:r.actualText})}return t}return e},e.cloneFormatMembers=function(e){if(e){for(var t=Object.keys(e),i={},a=0,r=t.length;a<r;a++){var n=e[t[a]];i[t[a]]={index:n.index?n.index.slice():n.index,isDrilled:n.isDrilled,ordinal:n.ordinal}}return i}return e},e.cloneFieldMembers=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push({caption:r.caption,hasChildren:r.hasChildren,id:r.id,isSelected:r.isSelected,name:r.name,tag:r.tag,htmlAttributes:this.getDefinedObj(r.htmlAttributes),type:r.type,spriteCssClass:r.spriteCssClass,pid:r.pid,isChecked:r.isChecked})}return t}return e},e.updateDataSourceSettings=function(e,i){e&&this.setPivotProperties(e,{dataSourceSettings:this.getDefinedObj({type:i.type,catalog:i.catalog,cube:i.cube,providerType:i.providerType,url:i.url,localeIdentifier:i.localeIdentifier,excludeFields:t.isNullOrUndefined(i.excludeFields)?[]:i.excludeFields,expandAll:i.expandAll,allowLabelFilter:i.allowLabelFilter,allowValueFilter:i.allowValueFilter,allowMemberFilter:i.allowMemberFilter,enableSorting:!!i.enableSorting,rows:i.rows,columns:i.columns,filters:i.filters,values:i.values,filterSettings:i.filterSettings,sortSettings:i.sortSettings,drilledMembers:i.drilledMembers,valueSortSettings:i.valueSortSettings,valueAxis:i.valueAxis,grandTotalsPosition:i.grandTotalsPosition,formatSettings:i.formatSettings,calculatedFieldSettings:i.calculatedFieldSettings,fieldMapping:i.fieldMapping,showSubTotals:i.showSubTotals,showRowSubTotals:i.showRowSubTotals,showColumnSubTotals:i.showColumnSubTotals,subTotalsPosition:i.subTotalsPosition,showGrandTotals:i.showGrandTotals,showRowGrandTotals:i.showRowGrandTotals,showColumnGrandTotals:i.showColumnGrandTotals,showHeaderWhenEmpty:i.showHeaderWhenEmpty,alwaysShowValueHeader:i.alwaysShowValueHeader,conditionalFormatSettings:i.conditionalFormatSettings,emptyCellsTextContent:i.emptyCellsTextContent,groupSettings:i.groupSettings,showAggregationOnValueField:i.showAggregationOnValueField,authentication:this.CloneAuthenticationObject(i.authentication)})})},e.cloneFieldSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({name:r.name,caption:r.caption,axis:r.axis,baseField:r.baseField,baseItem:r.baseItem,isCalculatedField:r.isCalculatedField,isNamedSet:r.isNamedSet,showNoDataItems:r.showNoDataItems,showSubTotals:r.showSubTotals,type:r.type,dataType:r.dataType,showFilterIcon:r.showFilterIcon,showSortIcon:r.showSortIcon,showRemoveIcon:r.showRemoveIcon,showValueTypeIcon:r.showValueTypeIcon,showEditIcon:r.showEditIcon,allowDragAndDrop:r.allowDragAndDrop,expandAll:r.expandAll,groupName:r.groupName}))}return t}return e},e.cloneOlapFieldSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({caption:r.caption,hasChildren:r.hasChildren,id:r.id,isSelected:r.isSelected,name:r.name,spriteCssClass:r.spriteCssClass,tag:r.tag,type:r.type,pid:r.pid,expanded:r.expanded,defaultHierarchy:r.defaultHierarchy,hasAllMember:r.hasAllMember,allMember:r.allMember,isChecked:r.isChecked,filterMembers:r.filterMembers,formula:r.formula,childMembers:r.childMembers,searchMembers:r.searchMembers,htmlAttributes:this.getDefinedObj(r.htmlAttributes),currrentMembers:r.currrentMembers,isHierarchy:r.isHierarchy,isNamedSets:r.isNamedSets,formatString:r.formatString,actualFilter:r.actualFilter,levels:r.levels,levelCount:r.levelCount,memberType:r.memberType,fieldType:r.fieldType,parentHierarchy:r.parentHierarchy}))}return t}return e},e.cloneFilterSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({name:r.name,type:r.type,condition:r.condition,items:r.items?r.items.slice():r.items,levelCount:r.levelCount,measure:r.measure,selectedField:r.selectedField,showDateFilter:r.showDateFilter,showLabelFilter:r.showLabelFilter,showNumberFilter:r.showNumberFilter,value1:r.value1,value2:r.value2}))}return t}return e},e.cloneSortSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({name:r.name,order:r.order,membersOrder:r.membersOrder?r.membersOrder.slice():r.membersOrder}))}return t}return e},e.getFormattedHeader=function(t,i){var a=e.frameHeaderWithKeys(t);if(a.valueSort&&a.valueSort.axis){var r=a.valueSort.axis,n=this.isDateField(r,i);a.formattedText=n||!i.formatFields[r]||!0===t.isSum?a.formattedText:i.getFormattedValue(a.actualText,r).formattedText}return a},e.getFormattedMembers=function(e,t,i){var a=this.isDateField(t,i);if(a||i.groupingFields[t]){for(var r={},n=Object.keys(e),s=i.fieldList[t].dateMember,o=0,l=n.length;o<l;o++){var d=e[n[o]];a?r[d.caption]=d:r[s[d.ordinal-1].actualText]=d}return r}return e},e.isDateField=function(e,t){return t.formatFields[e]&&["date","dateTime","time"].indexOf(t.formatFields[e].type)>-1},e.formatChartHeaders=function(e,i,a,r){for(var n=[],s=0,o=e.length;s<o;s++){var l=a?i.parent.dataSourceSettings.columns.length>0&&!t.isNullOrUndefined(i.parent.dataSourceSettings.columns[s])?i.parent.dataSourceSettings.columns[s].name:void 0:i.parent.dataSourceSettings.rows.length>0&&!t.isNullOrUndefined(i.parent.dataSourceSettings.rows[s])?i.parent.dataSourceSettings.rows[s].name:void 0;t.isNullOrUndefined(l)?r&&r.isGrandSum?n.push(i.parent.localeObj.getConstant("grandTotal")):n.push(e[s]):i.engineModule.formatFields[l]&&["date","dateTime","time"].indexOf(i.engineModule.formatFields[l].type)>-1?n.push(e[s]):n.push(i.engineModule.getFormattedValue(e[s],l).formattedText)}return n.join(" - ")},e.cloneDrillMemberSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({name:r.name,delimiter:r.delimiter,items:r.items?r.items.slice():r.items}))}return t}return e},e.cloneFormatSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({name:r.name,calendar:r.calendar,currency:r.currency,format:r.format,maximumFractionDigits:r.maximumFractionDigits,maximumSignificantDigits:r.maximumSignificantDigits,minimumFractionDigits:r.minimumFractionDigits,minimumIntegerDigits:r.minimumIntegerDigits,minimumSignificantDigits:r.minimumSignificantDigits,skeleton:r.skeleton,type:r.type,useGrouping:r.useGrouping}))}return t}return e},e.CloneValueSortObject=function(e){return e?{columnIndex:e.columnIndex,headerDelimiter:e.headerDelimiter,headerText:e.headerText,measure:e.measure,sortOrder:e.sortOrder,columnHeaderText:e.columnHeaderText,rowHeaderText:e.rowHeaderText,rowSortOrder:e.rowSortOrder,columnSortOrder:e.columnSortOrder}:e},e.CloneAuthenticationObject=function(e){return e?{userName:e.userName,password:e.password}:e},e.cloneCalculatedFieldSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({name:r.name,formatString:r.formatString,formula:r.formula,hierarchyUniqueName:r.hierarchyUniqueName}))}return t}return e},e.cloneConditionalFormattingSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({applyGrandTotals:r.applyGrandTotals,conditions:r.conditions,label:r.label,measure:r.measure,style:r.style?{backgroundColor:r.style.backgroundColor,color:r.style.color,fontFamily:r.style.fontFamily,fontSize:r.style.fontSize}:r.style,value1:r.value1,value2:r.value2}))}return t}return e},e.cloneGroupSettings=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({name:r.name,caption:r.caption,customGroups:this.cloneCustomGroups(r.customGroups),endingAt:r.endingAt,startingAt:r.startingAt,groupInterval:r.groupInterval,rangeInterval:r.rangeInterval,type:r.type}))}return t}return e},e.cloneCustomGroups=function(e){if(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];t.push(this.getDefinedObj({groupName:r.groupName,items:r.items?r.items.slice():r.items}))}return t}return e},e.getFilterItemByName=function(e,t){var a=new i.DataManager({json:t}).executeLocal((new i.Query).where("name","equal",e));if(a&&a.length>0)return a[a.length-1]},e.getFieldByName=function(e,t){return new i.DataManager({json:t}).executeLocal((new i.Query).where("name","equal",e))[0]},e.getFieldInfo=function(e,t,i){if(!i)for(var a=[this.cloneFieldSettings(t.dataSourceSettings.rows),this.cloneFieldSettings(t.dataSourceSettings.columns),this.cloneFieldSettings(t.dataSourceSettings.values),this.cloneFieldSettings(t.dataSourceSettings.filters)],r=0,n=a.length;r<n;r++)for(var s=0,o=a[r]?a[r].length:0;s<o;s++)if(a[r][s]&&a[r][s].name===e)return{fieldName:e,fieldItem:a[r][s],axis:0===r?"rows":1===r?"columns":2===r?"values":"filters",position:s};var l="olap"===t.dataType?t.olapEngineModule.fieldList[e]:t.engineModule.fieldList[e];return{fieldName:e,fieldItem:l?{name:e,caption:l.caption,baseField:l.baseField,baseItem:l.baseItem,isCalculatedField:l.isCalculatedField,isNamedSet:l.isNamedSets,showNoDataItems:l.showNoDataItems,showSubTotals:l.showSubTotals,type:l.aggregateType,showFilterIcon:l.showFilterIcon,showSortIcon:l.showSortIcon,showRemoveIcon:l.showRemoveIcon,showValueTypeIcon:l.showValueTypeIcon,showEditIcon:l.showEditIcon,allowDragAndDrop:l.allowDragAndDrop,expandAll:l.expandAll}:void 0,axis:"fieldlist",position:-1}},e.isButtonIconRefesh=function(e,i,a){var r=!1;try{if("dataSourceSettings"===e&&i.dataSourceSettings&&a.dataSourceSettings){var n=["notAvail","notAvail","notAvail","notAvail"],s=Object.keys(i.dataSourceSettings),o=Object.keys(a.dataSourceSettings);if(s&&o&&o.length>0&&s.length===o.length)for(var l=["rows","columns","values","filters"],d=0;d<o.length;d++){var p=o[d]in i.dataSourceSettings&&!t.isNullOrUndefined(i.dataSourceSettings[o[d]])?Object.keys(i.dataSourceSettings[o[d]]):[],h=o[d]in a.dataSourceSettings&&!t.isNullOrUndefined(a.dataSourceSettings[o[d]])?Object.keys(a.dataSourceSettings[o[d]]):[];if(-1!==l.indexOf(o[d])&&-1!==l.indexOf(s[d])&&p&&h&&h.length>0&&p.length===h.length)for(var u=["showFilterIcon","showSortIcon","showRemoveIcon","showValueTypeIcon","showEditIcon","allowDragAndDrop","expandAll"],c=0;c<h.length;c++){for(var g=Object.keys(i.dataSourceSettings[o[d]][h[c]]),m=Object.keys(a.dataSourceSettings[o[d]][h[c]]),f=0;f<m.length;f++){if(-1===u.indexOf(m[f])||-1===u.indexOf(g[f])){n[d]="break";break}n[d]="update"}if("break"===n[d])break}else n[d]="break";if("break"===n[d])break}for(var v=0,S=0,y=0,b=0,C=n;b<C.length;b++){var x=C[b];"break"===x&&v++,"notAvail"===x&&S++,"update"===x&&y++}r=!(v>0||4===S)&&(0===v&&S<4&&y>0)}}catch(e){r=!1}return r},e.frameContent=function(e,t,i,a){var r=[],n=a;if(n.dataSourceSettings.values.length>0&&!n.engineModule.isEmptyData&&(n.enableValueSorting||!n.engineModule.isEngineUpdated))for(var s=0,o="value"===t?i:0,l="value"===t?e.length:i,d=o;d<l;d++)if(e[d]){r[s="header"===t?d:s]={};for(var p=0;p<e[d].length;p++)e[d][p]&&(r[s][p]=e[d][p]);s++}return r},e.getLocalizedObject=function(e){var t={};return t.Null=e.localeObj.getConstant("null"),t.Years=e.localeObj.getConstant("Years"),t.Quarters=e.localeObj.getConstant("Quarters"),t.Months=e.localeObj.getConstant("Months"),t.Days=e.localeObj.getConstant("Days"),t.Hours=e.localeObj.getConstant("Hours"),t.Minutes=e.localeObj.getConstant("Minutes"),t.Seconds=e.localeObj.getConstant("Seconds"),t.QuarterYear=e.localeObj.getConstant("QuarterYear"),t.Of=e.localeObj.getConstant("of"),t.Qtr=e.localeObj.getConstant("qtr"),t.Undefined=e.localeObj.getConstant("undefined"),t.GroupOutOfRange=e.localeObj.getConstant("groupOutOfRange"),t.Group=e.localeObj.getConstant("group"),t},e.generateUUID=function(){var e=(new Date).getTime(),t=performance&&performance.now&&1e3*performance.now()||0;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(i){var a=16*Math.random();return e>0?(a=(e+a)%16|0,e=Math.floor(e/16)):(a=(t+a)%16|0,t=Math.floor(t/16)),("x"===i?a:3&a|8).toString(16)})},e.applyCustomSort=function(e,t,i,a,r){var n,s=[];(s=e.IsOrderChanged?e.members:"Ascending"===e.sortOrder||"None"===e.sortOrder||void 0===e.sortOrder?[].concat(e.members):[].concat(e.members).reverse()).length>t.length&&(s=s.filter(function(e){return t.some(function(t){var a=r?t.formattedText:"string"===i||"number"===i?t.actualText:t.dateText;return typeof e==typeof a&&a===e})}));var o=[],l=void 0===i||"string"===i||"number"===i;t.length>0&&"Grand Total"===t[0].actualText&&(n=t[0],t.shift());for(var d=0,p=0;d<t.length;d++){var h=t[d],u=r?h.formattedText:l?h.actualText:!0===i?h.actualText.toString():h.dateText;if(s[p]===u){if(t.splice(p++,0,h),t.splice(++d,1),!(p<s.length)){a||o.splice(--p,0,u);break}d=-1}d>=0&&!a&&(o[d]=u)}if(!a){for(d=o.length;d<t.length;d++){var h=t[d],u=r?h.formattedText:l?h.actualText:!0===i?h.actualText.toString():h.dateText;o[d]=u}"Grand Total"===o[o.length-1]&&o.pop(),e.members=o}return n&&t.splice(0,0,n),t},e.applyHeadersSort=function(e,t,i,a){if(a)e=e.sort(function(e,i){var a=e.actualText,r=i.actualText;return"Grand Total"===a||"Grand Total"===r?0:"Out of Range"===a?1:"Out of Range"===r?-1:isNaN(parseFloat(a))||isNaN(parseFloat(r))?"Ascending"===t?a.localeCompare(r,void 0,{numeric:!0,sensitivity:"base"}):r.localeCompare(a,void 0,{numeric:!0,sensitivity:"base"}):"Ascending"===t?parseFloat(a)-parseFloat(r):parseFloat(r)-parseFloat(a)});else if("datetime"===i||"date"===i||"time"===i)e="Ascending"===t?e.sort(function(e,t){return"Out of Range"===e.dateText?1:"Out of Range"===t.dateText?-1:e.dateText>t.dateText?1:e.dateText<t.dateText?-1:0}):"Descending"===t?e.sort(function(e,t){return"Out of Range"===e.dateText?1:"Out of Range"===t.dateText?-1:e.dateText<t.dateText?1:e.dateText>t.dateText?-1:0}):e;else if(!0===i)e="Ascending"===t?e.sort(function(e,t){return"Grand Total"===e.actualText||"Grand Total"===t.actualText?0:"Out of Range"===e.actualText?1:"Out of Range"===t.actualText?-1:Number(e.actualText.toString().match(/\d+/))>Number(t.actualText.toString().match(/\d+/))?1:Number(t.actualText.toString().match(/\d+/))>Number(e.actualText.toString().match(/\d+/))?-1:0}):"Descending"===t?e.sort(function(e,t){return"Grand Total"===e.actualText||"Grand Total"===t.actualText?0:"Out of Range"===e.actualText?-1:"Out of Range"===t.actualText?1:Number(e.actualText.toString().match(/\d+/))<Number(t.actualText.toString().match(/\d+/))?1:Number(t.actualText.toString().match(/\d+/))<Number(e.actualText.toString().match(/\d+/))?-1:0}):e;else if("string"===i){var r=function(e,i){return"Ascending"===t?"Grand Total"===e.actualText||"Grand Total"===i.actualText?0:e.actualText.localeCompare(i.actualText,void 0,{sensitivity:"base"}):"Grand Total"===e.actualText||"Grand Total"===i.actualText?0:i.actualText.localeCompare(e.actualText,void 0,{sensitivity:"base"})};e.sort(r)}else e="Ascending"===t?e.sort(function(e,t){return"Grand Total"===e.actualText||"Grand Total"===t.actualText?0:e.actualText>t.actualText?1:t.actualText>e.actualText?-1:0}):"Descending"===t?e.sort(function(e,t){return"Grand Total"===e.actualText||"Grand Total"===t.actualText?0:e.actualText<t.actualText?1:t.actualText<e.actualText?-1:0}):e;return e},e.renderOlapEngine=function(e,t){try{e.olapEngineModule.renderEngine(e.dataSourceSettings,t||e.frameCustomProperties(e.olapEngineModule.fieldListData,e.olapEngineModule.fieldList),e.onHeadersSort?e.getHeaderSortInfo.bind(e):void 0),e.setProperties({dataSourceSettings:{valueIndex:e.olapEngineModule.measureIndex}},!0)}catch(t){e.actionObj.actionName="engineFormation",e.olapEngineModule.errorInfo?(e.actionFailureMethod(e.olapEngineModule.errorInfo),e.olapEngineModule.errorInfo=void 0):e.actionFailureMethod(t)}},e.frameHeaderWithKeys=function(e){for(var t=Object.keys(e),i=0,a={};i<t.length;)a[t[i]]=e[t[i]],i++;return a},e.getPageSize=function(e){switch(e){case"Letter":return new a.SizeF(612,792);case"Note":return new a.SizeF(540,720);case"Legal":return new a.SizeF(612,1008);case"A0":return new a.SizeF(2380,3368);case"A1":return new a.SizeF(1684,2380);case"A2":return new a.SizeF(1190,1684);case"A3":return new a.SizeF(842,1190);case"A5":return new a.SizeF(421,595);case"A6":return new a.SizeF(297,421);case"A7":return new a.SizeF(210,297);case"A8":return new a.SizeF(148,210);case"A9":return new a.SizeF(105,148);case"B0":return new a.SizeF(2836,4008);case"B1":return new a.SizeF(2004,2836);case"B2":return new a.SizeF(1418,2004);case"B3":return new a.SizeF(1002,1418);case"B4":return new a.SizeF(709,1002);case"B5":return new a.SizeF(501,709);case"Archa":return new a.SizeF(648,864);case"Archb":return new a.SizeF(864,1296);case"Archc":return new a.SizeF(1296,1728);case"Archd":return new a.SizeF(1728,2592);case"Arche":return new a.SizeF(2592,3456);case"Flsa":return new a.SizeF(612,936);case"HalfLetter":return new a.SizeF(396,612);case"Letter11x17":return new a.SizeF(792,1224);case"Ledger":return new a.SizeF(1224,792);default:return new a.SizeF(595,842)}},e.getSortedValue=function(e,t){return e.sort(function(e,i){return"Descending"===t?(i.value||"grand sum"===i.header.type?i.value:0)-(e.value||"grand sum"===e.header.type?e.value:0):(e.value||"grand sum"===e.header.type?e.value:0)-(i.value||"grand sum"===i.header.type?i.value:0)}),e.map(function(e){return e.header})},e.toggleFieldListIconVisibility=function(e){e.showFieldList&&t.select("#"+e.element.id+"_PivotFieldList",e.element)&&(e.toolbar&&-1!==e.toolbar.indexOf("FieldList")?t.select("#"+e.element.id+"_PivotFieldList",e.element).style.display="none":(t.select("#"+e.element.id+"_PivotFieldList",e.element).style.top=e.element.querySelector("."+j).offsetHeight.toString()+"px",t.select("#"+e.element.id+"_PivotFieldList",e.element).style.position="relative")),e.toolbar&&-1!==e.toolbar.indexOf("FieldList")&&e.showToolbar&&e.element.querySelector(".e-toggle-field-list")&&(e.element.querySelector(".e-toggle-field-list").style.display="none")},e.isMemberDrilled=function(e,t,i){for(var a=!1,r=0;r<i.length;r++)for(var n=i[r].items,s=0;s<n.length&&!a;s++)for(var o=n[s].split(i[r].delimiter),l=e.formattedText.split(" "),d=[],p=0;p<l.length;p++)if(d.push(l[p]),d.join(" ")===o[o.length-1])for(var h=0;h<t.length&&o[h];h++){if(o[h]!==t[h]||o[0]!==t[0]){a=!1;break}a=!0}return a},e}(),G=function(){return(G=Object.assign||function(e){for(var t,i=1,a=arguments.length;i<a;i++){t=arguments[i];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e}).apply(this,arguments)},z=function(){function e(){this.aggregatedValueMatrix=[],this.valueContent=[],this.formatFields={},this.groupingFieldsInfo={},this.dateFormatFunction={},this.calculatedFields={},this.calculatedFormulas={},this.valueAxis=0,this.saveDataHeaders={},this.columnCount=0,this.rowCount=0,this.columnPageCount=0,this.rowPageCount=0,this.colFirstLvl=0,this.rowFirstLvl=0,this.rowStartPos=0,this.colStartPos=0,this.enableValueSorting=!1,this.headerCollection={rowHeaders:[],columnHeaders:[],rowHeadersCount:0,columnHeadersCount:0},this.lastMember={},this.rMembers=[],this.cMembers=[],this.groupingFields={},this.isLastHeaderHasMeasures=!0,this.measureIndex=-1,this.isPagingOrVirtualizationEnabled=!1,this.rowMaxLevel=0,this.valueMatrix=[],this.memberCnt=-1,this.pageInLimit=!1,this.endPos=0,this.removeCount=0,this.colHdrBufferCalculated=!1,this.colValuesLength=1,this.rowValuesLength=1,this.slicedHeaders=[],this.fieldFilterMem={},this.filterPosObj={},this.selectedHeaders={selectedHeader:[],values:[]},this.rowGrandTotal=null,this.columnGrandTotal=null,this.removeRowGrandTotal=!1,this.removeColumnGrandTotal=!1,this.isValueHasAdvancedAggregate=!1,this.rawIndexObject={},this.reformAxisCount=0,this.isEditing=!1,this.valueAxisFields={},this.data=[],this.actualData=[],this.groupRawIndex={},this.fieldKeys={},this.allowDataCompression=!1,this.dataSourceSettings={},this.frameHeaderObjectsCollection=!1,this.headerObjectsCollection={},this.columnKeys={},this.fieldDrillCollection={},this.formatRegex=/^(?:[ncpae])(?:([0-9]|1[0-9]|20))?$/i,this.measureNames={},this.enablePaging=!1,this.enableVirtualization=!1,this.enableHtmlSanitizer=!1,this.enableOptimizedRendering=!1,this.groupedDataType={},this.tabularPivotValues=[],this.sortMembers={},this.viewportPageCount=3}return e.prototype.clearProperties=function(e){this.isPagingOrVirtualizationEnabled||e||(this.columnKeys={},this.headerCollection={rowHeaders:[],columnHeaders:[],rowHeadersCount:0,columnHeadersCount:0}),this.enableValueSorting&&(this.valueContent=[]),this.saveDataHeaders=this.allowValueFilter?this.saveDataHeaders:{},this.rMembers=[],this.cMembers=[],this.lastMember={},this.slicedHeaders=[],this.fieldFilterMem={},this.filterPosObj={},this.selectedHeaders={selectedHeader:[],values:[]},this.rowGrandTotal=null,this.columnGrandTotal=null,this.rawIndexObject={},this.dataSourceSettings.valueIndex>-1&&(this.valueAxisFields={}),this.headerObjectsCollection={},this.fieldDrillCollection={},this.sortMembers={}},e.prototype.renderEngine=function(e,a,r,n){if(this.getValueCellInfo=r,this.getHeaderSortInfo=n,this.customProperties=a,this.fieldList)for(var s=0,o=e.formatSettings;s<o.length;s++)!this.formatFields[o[s].name]&&this.fieldList[o[s].name]&&(this.fieldList[o[s].name].members={},this.fieldList[o[s].name].formattedMembers={},this.fieldList[o[s].name].dateMember=[]);this.formatFields={},this.dateFormatFunction={},this.calculatedFields={},this.calculatedFormulas={},this.valueAxis=0,this.saveDataHeaders={},this.columnCount=0,this.rowCount=0,this.columnPageCount=0,this.rowPageCount=0,this.colFirstLvl=0,this.rowFirstLvl=0,this.rowStartPos=0,this.colStartPos=0,this.dataSourceSettings.excludeFields=t.isNullOrUndefined(e.excludeFields)?[]:e.excludeFields,this.enableValueSorting=!1,this.headerCollection={rowHeaders:[],columnHeaders:[],rowHeadersCount:0,columnHeadersCount:0},this.aggregatedValueMatrix=[],this.rMembers=[],this.cMembers=[],this.memberCnt=-1,this.pageInLimit=!1,this.endPos=0,this.removeCount=0,this.colHdrBufferCalculated=!1,this.colValuesLength=1,this.rowValuesLength=1,this.slicedHeaders=[],this.fieldFilterMem={},this.filterPosObj={},this.selectedHeaders={selectedHeader:[],values:[]},this.rowGrandTotal=null,this.columnGrandTotal=null,this.removeRowGrandTotal=!1,this.removeColumnGrandTotal=!1,this.isValueHasAdvancedAggregate=!1,this.rawIndexObject={},this.isLastHeaderHasMeasures=!0,this.isEditing=!1;var l;if(this.globalize=a&&a.globalize?a.globalize:new t.Internationalization,this.currencyCode=a&&a.currenyCode?a.currenyCode:void 0,this.localeObj=a?a.localeObj:void 0,this.fieldsType=a?a.fieldsType:{},this.clonedReport=a?a.clonedReport&&a.clonedReport.properties?a.clonedReport.properties:a.clonedReport:{},this.enablePaging=a.enablePaging,this.enableVirtualization=a.enableVirtualization,this.enableOptimizedRendering=a.enableOptimizedRendering,this.enableHtmlSanitizer=a.enableHtmlSanitizer,this.isPagingOrVirtualizationEnabled=this.enablePaging||this.enableVirtualization,this.enableSort=e.enableSorting,this.dataSourceSettings.alwaysShowValueHeader=e.alwaysShowValueHeader,this.dataSourceSettings.showHeaderWhenEmpty=!!t.isNullOrUndefined(e.showHeaderWhenEmpty)||e.showHeaderWhenEmpty,this.dataSourceSettings.showSubTotals=!!t.isNullOrUndefined(e.showSubTotals)||e.showSubTotals,this.dataSourceSettings.showRowSubTotals=!!t.isNullOrUndefined(e.showRowSubTotals)||e.showRowSubTotals,this.dataSourceSettings.showColumnSubTotals=!!t.isNullOrUndefined(e.showColumnSubTotals)||e.showColumnSubTotals,this.dataSourceSettings.showGrandTotals=!!t.isNullOrUndefined(e.showGrandTotals)||e.showGrandTotals,this.dataSourceSettings.grandTotalsPosition=t.isNullOrUndefined(e.grandTotalsPosition)?"Bottom":e.grandTotalsPosition,this.dataSourceSettings.showRowGrandTotals=!!t.isNullOrUndefined(e.showRowGrandTotals)||e.showRowGrandTotals,this.dataSourceSettings.showColumnGrandTotals=!!t.isNullOrUndefined(e.showColumnGrandTotals)||e.showColumnGrandTotals,this.showSubTotalsAtTop=this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&"Top"===e.subTotalsPosition,this.showSubTotalsAtBottom=this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals&&"Bottom"===e.subTotalsPosition||a.isTabularLayout,this.allowValueFilter=e.allowValueFilter,this.isValueFilterEnabled=!1,this.enableValueSorting=!!a&&a.enableValueSorting,this.isDrillThrough=!!a&&(!!a.isDrillThrough&&a.isDrillThrough),this.valueContent=[],this.dataSourceSettings=B.getClonedDataSourceSettings(e),e.dataSource instanceof i.DataManager||("CSV"===e.type?(this.data=e.dataSource.map(function(e){return e.slice()}),this.fieldList&&this.data.shift()):this.data=e.dataSource),this.data&&this.data[0]){if(!this.fieldList){"CSV"===e.type?this.fields=this.data.shift():this.fields=Object.keys(this.data[0]),this.fieldKeys={};for(s=0;s<this.fields.length;s++)this.fieldKeys[this.fields[s]]="CSV"===e.type?s:this.fields[s]}a&&a.pageSettings&&a.allowDataCompression&&(this.actualData=this.data,this.data=this.getGroupedRawData(e)),this.dataSourceSettings.rows=e.rows?e.rows:[],this.dataSourceSettings.columns=e.columns?e.columns:[],this.dataSourceSettings.filters=e.filters?e.filters:[],this.dataSourceSettings.values=e.values?e.values:[],this.dataSourceSettings.formatSettings=e.formatSettings?e.formatSettings:[],this.dataSourceSettings.groupSettings=e.groupSettings?e.groupSettings:[],this.dataSourceSettings.calculatedFieldSettings=e.calculatedFieldSettings?e.calculatedFieldSettings:[],this.enableSort=void 0===e.enableSorting||e.enableSorting,this.dataSourceSettings.fieldMapping=e.fieldMapping?e.fieldMapping:[],this.valueAxisFields={};for(var d=0,p=this.dataSourceSettings.values;d<p.length;d++){var h=p[d];this.valueAxisFields[h.name]=h}l=this.getGroupData(this.data),this.validateFilters(e),this.isExpandAll=!(!this.isValueFiltersAvail||!e.allowValueFilter)||e.expandAll,this.drilledMembers=e.drilledMembers?this.isValueFiltersAvail&&e.allowValueFilter?[]:e.drilledMembers:[],this.isMultiMeasures=this.dataSourceSettings.values.length>1,this.valueAxis="row"===e.valueAxis?1:0,this.measureIndex=t.isNullOrUndefined(e.valueIndex)?-1:e.valueIndex,this.emptyCellTextContent=e.emptyCellsTextContent?e.emptyCellsTextContent:"",this.rowValuesLength=1===this.valueAxis?this.dataSourceSettings.values.length:1,this.colValuesLength=0===this.valueAxis?this.dataSourceSettings.values.length:1,this.valueSortSettings=e.valueSortSettings||{rowSortOrder:"None",rowHeaderText:"",columnSortOrder:"None",columnHeaderText:"",headerDelimiter:".",columnIndex:void 0,rowIndex:void 0},this.valueSortData=[],this.pageSettings=a?a.pageSettings?a.pageSettings:this.pageSettings:void 0,this.allowDataCompression=a&&a.allowDataCompression,this.savedFieldList=a?a.savedFieldList:void 0,this.getFieldList(l,this.enableSort,e.allowValueFilter),this.removeIrrelevantFields(Object.keys(this.fieldList)),this.fillFieldMembers(),this.updateSortSettings(e.sortSettings,this.enableSort),this.filterMembers=[];var u=this.dataSourceSettings.columns.length-1;for(this.columnKeys={};u>-1;)this.columnKeys[this.dataSourceSettings.columns[u].name]=this.dataSourceSettings.columns[u],u--;this.updateFilterMembers(e),this.generateGridData(e)}},e.prototype.removeIrrelevantFields=function(e){var i={};i[0]=this.dataSourceSettings.rows,i[1]=this.dataSourceSettings.columns,i[2]=this.dataSourceSettings.values,i[3]=this.dataSourceSettings.filters;for(var a=0;a<4;){if(i[a])for(var r=0;r<i[a].length;r++){var n=i[a][r].name;this.dataSourceSettings.excludeFields.indexOf(n)>-1||!t.isNullOrUndefined(e)&&-1===e.indexOf(n)?(i[a].splice(r,1),r--):2===a&&(this.measureNames[n]=i[a][r].caption?i[a][r].caption:n,this.measureNames[i[a][r].caption?i[a][r].caption:n]=n)}a++}this.isMultiMeasures=this.dataSourceSettings.values.length>1,this.measureIndex=-1===this.measureIndex?this.valueAxis?i[0].length:i[1].length:this.measureIndex},e.prototype.updateDataSourceSettings=function(e,i){i&&(this.emptyCellTextContent=e.emptyCellsTextContent?e.emptyCellsTextContent:"",this.valueAxis="row"===e.valueAxis?1:0,this.rowValuesLength=1===this.valueAxis?this.dataSourceSettings.values.length:1,this.colValuesLength=0===this.valueAxis?this.dataSourceSettings.values.length:1,this.measureIndex=t.isNullOrUndefined(e.valueIndex)?-1:e.valueIndex,this.enableSort=e.enableSorting,this.dataSourceSettings.alwaysShowValueHeader=e.alwaysShowValueHeader,this.dataSourceSettings.showHeaderWhenEmpty=!!t.isNullOrUndefined(e.showHeaderWhenEmpty)||e.showHeaderWhenEmpty,this.dataSourceSettings.showSubTotals=!!t.isNullOrUndefined(e.showSubTotals)||e.showSubTotals,this.dataSourceSettings.showRowSubTotals=!!t.isNullOrUndefined(e.showRowSubTotals)||e.showRowSubTotals,this.dataSourceSettings.showColumnSubTotals=!!t.isNullOrUndefined(e.showColumnSubTotals)||e.showColumnSubTotals,this.dataSourceSettings.showGrandTotals=!!t.isNullOrUndefined(e.showGrandTotals)||e.showGrandTotals,this.dataSourceSettings.grandTotalsPosition=t.isNullOrUndefined(e.grandTotalsPosition)?"Bottom":e.grandTotalsPosition,this.dataSourceSettings.showRowGrandTotals=!!t.isNullOrUndefined(e.showRowGrandTotals)||e.showRowGrandTotals,this.dataSourceSettings.showColumnGrandTotals=!!t.isNullOrUndefined(e.showColumnGrandTotals)||e.showColumnGrandTotals,this.showSubTotalsAtTop=this.dataSourceSettings.showSubTotals&&"Top"===e.subTotalsPosition&&e.showColumnSubTotals,this.showSubTotalsAtBottom=!!this.customProperties.isTabularLayout||this.dataSourceSettings.showSubTotals&&"Bottom"===e.subTotalsPosition&&e.showRowSubTotals,this.allowValueFilter=e.allowValueFilter,this.dataSourceSettings.formatSettings=e.formatSettings?e.formatSettings:[],this.dataSourceSettings.groupSettings=e.groupSettings?e.groupSettings:[],this.dataSourceSettings.calculatedFieldSettings=e.calculatedFieldSettings?e.calculatedFieldSettings:[],this.enableSort=void 0===e.enableSorting||e.enableSorting,this.dataSourceSettings.fieldMapping=e.fieldMapping?e.fieldMapping:[],this.dataSourceSettings.values=e.values?e.values:[],this.dataSourceSettings.rows=e.rows?e.rows:[],this.dataSourceSettings.columns=e.columns?e.columns:[],this.dataSourceSettings.filters=e.filters?e.filters:[],this.dataSourceSettings.filterSettings=e.filterSettings?e.filterSettings:[],this.dataSourceSettings.sortSettings=e.sortSettings?e.sortSettings:[],this.dataSourceSettings.conditionalFormatSettings=e.conditionalFormatSettings?e.conditionalFormatSettings:[],this.dataSourceSettings.valueSortSettings=e.valueSortSettings?e.valueSortSettings:{},this.removeIrrelevantFields(Object.keys(this.fieldList)))},e.prototype.getGroupedRawData=function(e){this.data=[];for(var i=0,a=this.actualData;i<a.length;i++){var r=a[i];this.data[this.data.length]=B.frameHeaderWithKeys(r)}var n=e.values.filter(function(e){return"Count"===e.type||"DistinctCount"===e.type}).map(function(e){return e.name}),s=n.length>0,o=this.data,l=e.rows.concat(e.columns.concat(e.filters)).map(function(e){return e.name}),d={},p=[];this.groupRawIndex={};for(var h={},u=0,c=0;c<o.length;c++){var g=o[c],m=[];if(s)for(S=0;S<n.length;S++)g[this.fieldKeys[n[S]]]=t.isNullOrUndefined(g[this.fieldKeys[n[S]]])?g[this.fieldKeys[n[S]]]:1;for(var f=0;f<l.length;f++)m.push(g[this.fieldKeys[l[f]]]);var v=m.join("-");if(d[v]){for(var S=0;S<e.values.length;S++){var y=e.values[S].name,b=g[this.fieldKeys[y]],C=d[v],x=e.values[S].type;t.isNullOrUndefined(b)||("number"==typeof b&&"DistinctCount"!==x||(x="Count"),t.isNullOrUndefined(C[y])?C[y]="Product"===x?1:"Min"===x||"Max"===x?void 0:0:"number"!=typeof C[y]&&(C[y]=1),"Count"===x?C[y]+=1:"Min"===x?t.isNullOrUndefined(C[y])||(C[y]=C[y]>b?b:C[y]):"Max"===x?t.isNullOrUndefined(C[y])||(C[y]=C[y]<b?b:C[y]):"Product"===x?C[y]*=b:C[y]+=b)}this.isDrillThrough&&this.groupRawIndex[h[v]].push(c)}else d[v]=g,p.push(g),this.isDrillThrough&&(this.groupRawIndex[u]=[c],h[v]=u,u++)}return p},e.prototype.getGroupData=function(e){for(var i=this,a=e[0],r=this,n=0,s=this.dataSourceSettings.groupSettings;n<s.length;n++){var o=function(n,s){var o=s[n],l=o.name,d=o.caption;if(!(r.fields.indexOf(l)>-1))return n<s.length-1?"continue":{value:a};var p={},h=void 0;if("Date"===o.type&&r.groupingFields[l]||"Custom"===o.type&&r.groupingFields[l])return{value:a};if("Number"===o.type){if("number"!==B.getType(a[l])&&r.groupingFields[l])return{value:a};o.rangeInterval&&e.sort(function(e,t){return Number(e[i.fieldKeys[l]])>Number(t[i.fieldKeys[l]])?1:Number(t[i.fieldKeys[l]])>Number(e[i.fieldKeys[l]])?-1:0})}for(var u=e.length;u--;){var c=e[u];if(c[r.fieldKeys[l]]&&"Date"===o.type){var g=new Date(c[r.fieldKeys[l]].toString());if(!t.isNullOrUndefined(g)&&o.groupInterval.length>0)for(var m=0,f=o.groupInterval.length;m<f;m++){var v=o.groupInterval[m],S=r.getRange(o,g.getTime()),y=B.resetTime(new Date);switch(v){case"Years":p[C=m===o.groupInterval.length-1?l:l+"_date_group_years"]=v,r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:new Date(y.setFullYear(g.getFullYear())).toString();break;case"Quarters":p[C=m===o.groupInterval.length-1?l:l+"_date_group_quarters"]=v;b=Math.ceil((g.getMonth()+1)/3);r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:(r.localeObj?r.localeObj.getConstant("qtr"):"Qtr")+b.toString();break;case"QuarterYear":p[C=m===o.groupInterval.length-1?l:l+"_date_group_quarterYear"]=v;var b=Math.ceil((g.getMonth()+1)/3);r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:(r.localeObj?r.localeObj.getConstant("qtr"):"Qtr")+b.toString()+" "+(r.localeObj?r.localeObj.getConstant("of"):"of")+" "+g.getFullYear().toString();break;case"Months":p[C=m===o.groupInterval.length-1?l:l+"_date_group_months"]=v,r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:new Date(y.setMonth(g.getMonth(),1)).toString();break;case"Days":p[C=m===o.groupInterval.length-1?l:l+"_date_group_days"]=v,r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:new Date(y.setMonth(g.getMonth(),g.getDate())).toString();break;case"Hours":p[C=m===o.groupInterval.length-1?l:l+"_date_group_hours"]=v,r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:new Date(y.setHours(g.getHours())).toString();break;case"Minutes":p[C=m===o.groupInterval.length-1?l:l+"_date_group_minutes"]=v,r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:new Date(y.setMinutes(g.getMinutes())).toString();break;case"Seconds":p[C=m===o.groupInterval.length-1?l:l+"_date_group_seconds"]=v,r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C),c[r.fieldKeys[C]]=S?void 0:new Date(y.setSeconds(g.getSeconds())).toString()}}}else if(isNaN(Number(c[r.fieldKeys[l]]))||"Number"!==o.type){if(c[r.fieldKeys[l]]&&"Custom"===o.type&&o.customGroups&&o.customGroups.length>0){var C=l+"_custom_group",x=o.customGroups,w=void 0;r.groupingFieldsInfo[l]=l,r.groupingFieldsInfo[C]=l;for(var T=0,M=x.length;T<M;T++){var D=x[T];if(D.items&&D.items.length>1){h=C,r.fieldKeys[C]="CSV"===r.dataSourceSettings.type?r.fieldKeys[C]?r.fieldKeys[C]:r.fields.length:C,-1===r.fields.indexOf(C)&&r.fields.push(C);var O=-1!==B.inArray(c[r.fieldKeys[l]].toString(),D.items);c[r.fieldKeys[C]]=O?D.groupName&&""!==D.groupName?D.groupName:r.localeObj.getConstant("group")+" "+T:w&&w!==c[r.fieldKeys[l]].toString()?w:c[r.fieldKeys[l]].toString(),w=c[r.fieldKeys[C]]}}}}else{S=r.getRange(o,Number(c[r.fieldKeys[l]]));c[r.fieldKeys[l]]=S?void 0:c[r.fieldKeys[l]]}for(var P=[],N=0,E=ce=Object.keys(c);N<E.length;N++){fe=E[N];P.push(!!c[fe])}a=-1===P.indexOf(!1)&&ce.length===Object.keys(e[0]).length?c:a}if("Date"===o.type){for(var I=!1,F=[r.dataSourceSettings.rows,r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters],L=Object.keys(p),A=Object.keys(L).length,R=void 0,k=0,j=F;k<j.length;k++){Ee=j[k];if(!I&&Ee){for(var H=Ee.length,q=0;q<H;){if(Ee[q].name===l){I=!0;Fe=Ee[q];for(Ee.splice(q,1),Te=(Te=r.dataSourceSettings.rows).concat(r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters);A--;){var V=Fe.caption?Fe.caption:Fe.name;if(r.clonedReport){var U=r.clonedReport.rows;U=U.concat(r.clonedReport.columns,r.clonedReport.values,r.clonedReport.filters);var _=B.getFieldByName(L[A],U);_&&(V=_.caption?_.caption:_.name)}if(B.getFieldByName(L[A],Te))r.groupingFieldsInfo[L[A]]=l;else{R=p[L[A]],V=-1!==V.indexOf(" (")&&-1!==V.indexOf(")")?V.slice(V.indexOf("(")+1,V.length-1):V;Le={name:L[A],caption:(r.localeObj?r.localeObj.getConstant(R):R)+" ("+V+")",type:"Count",showNoDataItems:Fe.showNoDataItems,baseField:Fe.baseField,baseItem:Fe.baseItem,showFilterIcon:Fe.showFilterIcon,showSortIcon:Fe.showSortIcon,showEditIcon:Fe.showEditIcon,showRemoveIcon:Fe.showRemoveIcon,showSubTotals:Fe.showValueTypeIcon,allowDragAndDrop:Fe.allowDragAndDrop,expandAll:Fe.expandAll,groupName:Fe.groupName};Ee.splice(q,0,Le),r.groupingFieldsInfo[Le.name]=l}}break}if(Ee[q].name.indexOf(l)>-1){var G=p[Ee[q].name],z=Ee.filter(function(e){return e.name===l})[0];if(!t.isNullOrUndefined(z)){var W=z.caption?-1!==z.caption.indexOf(" (")&&-1!==z.caption.indexOf(")")?z.caption.slice(z.caption.indexOf("(")+1,z.caption.length-1):z.caption:l;Ee[q].caption=(r.localeObj?r.localeObj.getConstant(G):z)+" ("+W+")"}}q++}if(I)break}}A=Object.keys(L).length;for(var Q=(be=r.getMappingField(l,r.clonedReport?r.clonedReport.fieldMapping:r.dataSourceSettings.fieldMapping)).caption?be.caption:l;A--;){R=p[L[A]];for(var Y=0,K=r.dataSourceSettings.formatSettings.length;Y<K;Y++)if(r.dataSourceSettings.formatSettings[Y].name===L[A]){r.dataSourceSettings.formatSettings.splice(Y,1);break}if("Quarters"!==R&&"QuarterYear"!==R){var X={name:L[A],type:["Years","Months","Days"].indexOf(R)>-1?"date":"time",format:"Years"===R?"yyyy":"Months"===R?"MMM":"Days"===R?"d-MMM":"Hours"===R?"hh a":"Minutes"===R?":mm":"Seconds"===R?":ss":void 0};r.dataSourceSettings.formatSettings.push(X)}if(!I){J=r.getMappingField(L[A],r.dataSourceSettings.fieldMapping);if(L[A]!==l&&t.isNullOrUndefined(J.name)){Le={name:L[A],caption:(r.localeObj?r.localeObj.getConstant(R):R)+" ("+Q+")"};r.dataSourceSettings.fieldMapping.push(Le),r.groupingFieldsInfo[Le.name]=l}else L[A]!==l&&(J.caption=(r.localeObj?r.localeObj.getConstant(R):R)+" ("+Q+")",r.groupingFieldsInfo[J.name]=l)}}if(!I){var J=r.getMappingField(l,r.dataSourceSettings.fieldMapping);if(R=p[l],L[A]!==l&&t.isNullOrUndefined(J.name)){Le={name:l,caption:(r.localeObj?r.localeObj.getConstant(R):R)+" ("+Q+")"};r.dataSourceSettings.fieldMapping.push(Le),r.groupingFieldsInfo[Le.name]=l}else J.caption=(r.localeObj?r.localeObj.getConstant(R):R)+" ("+Q+")",r.groupingFieldsInfo[J.name]=l}}else if("Number"===o.type&&o.rangeInterval){var Z=void 0,$=[],ee=[],te=e.length,H=0;r.groupingFields[l]=l;for(var ie=[];H<te;){var ae=Number(e[H][l]);ee.push(ae),isNaN(ae)||-1!==$.indexOf(ae)||$.push(ae),H++}for(te=e.length,H=0;H<te;){var re=e[H];if(re&&!isNaN(Number(re[l]))){Z=("string"==typeof o.endingAt?parseInt(o.endingAt,10):o.endingAt)||Math.max.apply(Math,$);var ne=Number.isInteger(o.rangeInterval)?0:r.countDecimalPlaces(o.rangeInterval),se=void 0;switch(ne){case 10:se=1e-10;break;case 9:se=1e-9;break;case 8:se=1e-8;break;case 7:se=1e-7;break;case 6:se=1e-6;break;case 5:se=1e-5;break;case 4:se=1e-4;break;case 3:se=.001;break;case 2:se=.01;break;case 1:se=.1;break;default:se=1}var oe=Number.isInteger(o.rangeInterval)?Math.floor(Number(re[l])):Number(re[l].toFixed(ne)),le=Number.isInteger(o.rangeInterval)?Math.floor(Number(oe+(o.rangeInterval-1))):Number((oe+o.rangeInterval).toFixed(ne));if(oe>=ie[0]&&oe<=ie[ie.length-1]){var de=ie[0],pe=Number.isInteger(o.rangeInterval)?Math.floor(ie[ie.length-1]):Number(ie[ie.length-1].toFixed(ne));r.processGrouping(re,l,de,pe,Z,o.rangeInterval,ne),t.isNullOrUndefined(r.groupedDataType[l])&&(r.groupedDataType[l]="string")}else if(0===ie.length){for(var he=oe;he<=le;he=Number((he+se).toFixed(ne)))ie.push(he);var de=ie[0],pe=Number.isInteger(o.rangeInterval)?Math.floor(ie[ie.length-1]):Number(ie[ie.length-1].toFixed(ne));r.processGrouping(re,l,de,pe,Z,o.rangeInterval,ne),t.isNullOrUndefined(r.groupedDataType[l])&&(r.groupedDataType[l]="string")}else{var de=Number.isInteger(o.rangeInterval)?Math.floor(ie[ie.length-1])+1:Number(ie[ie.length-1].toFixed(ne)),pe=Number.isInteger(o.rangeInterval)?Math.floor(de+(o.rangeInterval-1)):Number((de+o.rangeInterval).toFixed(ne)),ue=!0;for(ie.splice(0,ie.length);ue;)oe>=de&&oe<=pe&&(r.processGrouping(re,l,de,pe,Z,o.rangeInterval,ne),t.isNullOrUndefined(r.groupedDataType[l])&&(r.groupedDataType[l]="string"),ie.push(de),ie.push(pe),ue=!1),de=Number.isInteger(o.rangeInterval)?pe+1:pe,pe=Number.isInteger(o.rangeInterval)?Math.floor(de+(o.rangeInterval-1)):Number((de+o.rangeInterval).toFixed(ne))}for(var ce=Object.keys(re),P=[],ge=0,me=ce;ge<me.length;ge++){var fe=me[ge];P.push(!!re[fe])}a=-1===P.indexOf(!1)&&ce.length===Object.keys(e[0]).length?re:a}H++}for(var ve=0,Se=F=[r.dataSourceSettings.rows,r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters];ve<Se.length;ve++){var ye=Se[ve],be=B.getFieldByName(l,ye);be&&((be=be.properties?be.properties:be).type="Count")}for(var Ce=0,xe=r.dataSourceSettings.formatSettings.length;Ce<xe;Ce++)if(r.dataSourceSettings.formatSettings[Ce].name===l){r.dataSourceSettings.formatSettings.splice(Ce,1);break}}else if("Custom"===o.type&&h){var we=h,I=!1,F=[r.dataSourceSettings.rows,r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters],Te=r.dataSourceSettings.rows;Te=Te.concat(r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters);var Me=[];d&&""!==d||(Me=we.match(/_custom_group/g));for(var De=B.getFieldByName(l.replace(/_custom_group/g,""),Te),Oe=B.getFieldByName(we,Te),Pe=0,Ne=F;Pe<Ne.length;Pe++){var Ee=Ne[Pe];if(!I&&Ee){for(var H=Ee.length,Ie=0;Ie<H;){if(Ee[Ie].name===o.name&&!Oe){I=!0;var Fe=Ee[Ie],Le={name:we,caption:d&&""!==d?d:(De.caption?De.caption:De.name)+(Me.length+1),type:"Count",showNoDataItems:Fe.showNoDataItems,baseField:Fe.baseField,baseItem:Fe.baseItem,showSubTotals:Fe.showValueTypeIcon,allowDragAndDrop:Fe.allowDragAndDrop,showFilterIcon:Fe.showFilterIcon,showSortIcon:Fe.showSortIcon,showRemoveIcon:Fe.showRemoveIcon,showEditIcon:Fe.showEditIcon,expandAll:Fe.expandAll,groupName:Fe.groupName};Ee.splice(Ie,0,Le),r.groupingFieldsInfo[Le.name]=l,r.groupingFieldsInfo[l]=l;break}if(Ee[Ie].name===we&&Oe){Le={name:Oe.name,caption:d&&""!==d?d:Oe.caption,type:Oe.type,showNoDataItems:Oe.showNoDataItems,baseField:Oe.baseField,baseItem:Oe.baseItem,showRemoveIcon:Oe.showRemoveIcon,showSubTotals:Oe.showValueTypeIcon,allowDragAndDrop:Oe.allowDragAndDrop,showFilterIcon:Oe.showFilterIcon,showSortIcon:Oe.showSortIcon,showEditIcon:Oe.showEditIcon,expandAll:Oe.expandAll,groupName:Oe.groupName};Ee.splice(Ie,1,Le),r.groupingFieldsInfo[Le.name]=l,r.groupingFieldsInfo[l]=l;break}Ie++}if(I)break}}var Ae=B.getFieldByName(l,B.cloneFormatSettings(r.dataSourceSettings.formatSettings));Ae&&(Ae.name=we,r.dataSourceSettings.formatSettings.push(Ae)),r.groupingFields[l]=l}r.groupingFields=t.extend(r.groupingFields,p)}(n,s);if("object"==typeof o)return o.value}return a},e.prototype.countDecimalPlaces=function(e){var t=e.toString();return t.includes(".")?t.split(".")[1].length:0},e.prototype.processGrouping=function(e,t,i,a,r,n,s){Number.isInteger(e[t])||!Number.isInteger(e[t])&&(Number(e[t])<a||r<=Number(e[t]))?e[t]=this.getNumberGroupHeaders(i,a,r):!Number.isInteger(e[t])&&Number(e[t])>=a&&(e[t]=this.getNumberGroupHeaders(Number((i+n).toFixed(s)),Number((a+n).toFixed(s)),r))},e.prototype.getNumberGroupHeaders=function(e,t,i){return e===t?e.toString():i>=e&&i<=t?i===e?e.toString():e.toString()+"-"+i.toString():e.toString()+"-"+t.toString()},e.prototype.getRange=function(e,t){var i;if("Date"===e.type){var a=new Date(t),r="string"==typeof e.startingAt?new Date(e.startingAt):e.startingAt,n="string"==typeof e.endingAt?new Date(e.endingAt):e.endingAt;i=!!(r&&a.getTime()<r.getTime()||n&&a.getTime()>n.getTime())}else{var s="string"==typeof e.startingAt?parseFloat(e.startingAt):e.startingAt,o="string"==typeof e.endingAt?parseFloat(e.endingAt):e.endingAt;i=!isNaN(s)&&t<s||!isNaN(o)&&t>o}return i},e.prototype.getPercentFormat=function(e,i){var a=t.isNullOrUndefined(e[i])||t.isNullOrUndefined(this.formatFields[i].format)?void 0:this.formatFields[i].format.toLowerCase().match(/p[0-9]/);return t.isNullOrUndefined(a)?2:Number(this.formatFields[i].format.replace(/[^0-9]/g,""))},e.prototype.getFormattedFields=function(e){this.formatFields=this.setFormattedFields(e.formatSettings)},e.prototype.setFormattedFields=function(e){for(var t=e.length,i={};t--;)i[e[t].name]=e[t],e[t].type&&(this.dateFormatFunction[e[t].name]={exactFormat:this.globalize.getDateFormat(e[t]),fullFormat:this.globalize.getDateFormat({format:"yyyy/MM/dd/HH/mm/ss",type:e[t].type})});return i},e.prototype.getFieldList=function(e,i,a){for(var r,n=this,s=this.dataSourceSettings.excludeFields.length-1;s>-1;){var o=this.fields.indexOf(this.dataSourceSettings.excludeFields[s]);-1!==o&&this.fields.splice(o,1),this.fieldList&&delete this.fieldList[this.dataSourceSettings.excludeFields[s]],s--}var l=this.fields,d=t.extend([],this.dataSourceSettings.rows,null,!0);d=d.concat(this.dataSourceSettings.columns,this.dataSourceSettings.values,this.dataSourceSettings.filters),this.getFormattedFields(this.dataSourceSettings),this.getCalculatedField(l);var p=(l=this.fields).length,h=["string","number","datetime","date","boolean"];if(this.savedFieldList)for(this.fieldList=this.savedFieldList;p--;){var u=l[p],c=this.getMappingField(u,this.dataSourceSettings.fieldMapping);this.fieldList[u]?(this.fieldList[u].isSelected=!1,this.fieldList[u].index=p,this.fieldList[u].filter=[],this.fieldList[u].sort=i?"Ascending":"None",this.fieldList[u].isExcelFilter=!1,this.fieldList[u].filterType="",this.fieldList[u].showFilterIcon=!(c&&"showFilterIcon"in c)||c.showFilterIcon,this.fieldList[u].showRemoveIcon=!(c&&"showRemoveIcon"in c)||c.showRemoveIcon,this.fieldList[u].showSortIcon=!(c&&"showSortIcon"in c)||c.showSortIcon,this.fieldList[u].showEditIcon=!(c&&"showEditIcon"in c)||c.showEditIcon,this.fieldList[u].showValueTypeIcon=!(c&&"showValueTypeIcon"in c)||c.showValueTypeIcon,this.fieldList[u].allowDragAndDrop=!(c&&"allowDragAndDrop"in c)||c.allowDragAndDrop,this.fieldList[u].isCalculatedField=!!(c&&"isCalculatedField"in c)&&c.isCalculatedField,this.fieldList[u].showNoDataItems=!!(c&&"showNoDataItems"in c)&&c.showNoDataItems,this.fieldList[u].showSubTotals=!(c&&"showSubTotals"in c)||c.showSubTotals,this.fieldList[u].expandAll=!!(c&&"expandAll"in c)&&c.expandAll,this.fieldList[u].pid=c&&"groupName"in c&&c.groupName?c.groupName:this.groupingFieldsInfo[u]?this.groupingFieldsInfo[u]:void 0,this.isValueFiltersAvail&&a&&(this.fieldList[u].dateMember=[],this.fieldList[u].members={},this.fieldList[u].isMembersFilled=!1),this.updateMembersOrder(u)):(r=t.isNullOrUndefined(this.groupedDataType[u])?c&&"dataType"in c&&c.dataType&&h.indexOf(c.dataType.toLowerCase())>-1?c.dataType.toLowerCase():r:this.groupedDataType[u],this.fieldList[u]={caption:c&&"caption"in c&&c.caption?c.caption:u,id:u,type:-1!==u.indexOf("_custom_group")||-1!==u.indexOf("_date_group")?"string":void 0===r||"undefined"===r?"number":r,isSelected:!1,sort:i?"Ascending":"None",filterType:"",index:p,filter:[],isCustomField:-1!==u.indexOf("_custom_group")||-1!==u.indexOf("_date_group"),showRemoveIcon:!(c&&"showRemoveIcon"in c)||c.showRemoveIcon,showFilterIcon:!(c&&"showFilterIcon"in c)||c.showFilterIcon,showSortIcon:!(c&&"showSortIcon"in c)||c.showSortIcon,showNoDataItems:!!(c&&"showNoDataItems"in c)&&c.showNoDataItems,isCalculatedField:!!(c&&"isCalculatedField"in c)&&c.isCalculatedField,showEditIcon:!(c&&"showEditIcon"in c)||c.showEditIcon,showValueTypeIcon:!(c&&"showValueTypeIcon"in c)||c.showValueTypeIcon,allowDragAndDrop:!(c&&"allowDragAndDrop"in c)||c.allowDragAndDrop,showSubTotals:!(c&&"showSubTotals"in c)||c.showSubTotals,expandAll:!!(c&&"expandAll"in c)&&c.expandAll,pid:c&&"groupName"in c&&c.groupName?c.groupName:this.groupingFieldsInfo[u]?this.groupingFieldsInfo[u]:void 0,aggregateType:c&&"type"in c?c.type:"number"===(-1!==u.indexOf("_custom_group")||-1!==u.indexOf("_date_group")?"string":void 0===r||"undefined"===r?"number":r)?"Sum":"Count",baseField:c&&"baseField"in c?c.baseField:void 0,baseItem:c&&"baseItem"in c?c.baseItem:void 0},this.updateMembersOrder(u))}else{this.fieldList={};for(var g=this;p--;)!function(){var a=l[p],s=g.getMappingField(a,g.dataSourceSettings.fieldMapping);void 0!==(r=t.isNullOrUndefined(g.groupedDataType[a])?s&&"dataType"in s&&s.dataType&&h.indexOf(s.dataType.toLowerCase())>-1?s.dataType.toLowerCase():B.getType(e[g.fieldKeys[a]]):g.groupedDataType[a])&&"undefined"!==r||(g.dataSourceSettings.groupSettings.length>0?g.dataSourceSettings.groupSettings.forEach(function(e){r=n.fieldKeys[a]===e.name&&"number"===e.type.toLocaleLowerCase()?"string":"number"}):r="number"),g.fieldList[a]={id:a,pid:s&&"groupName"in s&&s.groupName?s.groupName:g.groupingFieldsInfo[a]?g.groupingFieldsInfo[a]:void 0,caption:s&&"caption"in s&&s.caption?s.caption:a,type:-1!==a.indexOf("_custom_group")||-1!==a.indexOf("_date_group")?"string":r,filterType:"",index:p,filter:[],sort:i?"Ascending":"None",isSelected:!1,isCustomField:-1!==a.indexOf("_custom_group")||-1!==a.indexOf("_date_group"),showFilterIcon:!(s&&"showFilterIcon"in s)||s.showFilterIcon,showRemoveIcon:!(s&&"showRemoveIcon"in s)||s.showRemoveIcon,showSortIcon:!(s&&"showSortIcon"in s)||s.showSortIcon,showEditIcon:!(s&&"showEditIcon"in s)||s.showEditIcon,showValueTypeIcon:!(s&&"showValueTypeIcon"in s)||s.showValueTypeIcon,allowDragAndDrop:!(s&&"allowDragAndDrop"in s)||s.allowDragAndDrop,showSubTotals:!(s&&"showSubTotals"in s)||s.showSubTotals,showNoDataItems:!!(s&&"showNoDataItems"in s)&&s.showNoDataItems,isCalculatedField:!!(s&&"isCalculatedField"in s)&&s.isCalculatedField,expandAll:!!(s&&"expandAll"in s)&&s.expandAll,aggregateType:s&&"type"in s?s.type:"number"===(-1!==a.indexOf("_custom_group")||-1!==a.indexOf("_date_group")?"string":void 0===r||"undefined"===r?"number":r)?"Sum":"Count",baseField:s&&"baseField"in s?s.baseField:void 0,baseItem:s&&"baseItem"in s?s.baseItem:void 0},g.updateMembersOrder(a)}()}this.groupedDataType={},this.updateTreeViewData(d)},e.prototype.updateMembersOrder=function(e){for(var t=0,i=this.dataSourceSettings.sortSettings;t<i.length;t++){var a=i[t];if(e===a.name&&a.membersOrder){this.fieldList[e].membersOrder=a.membersOrder;break}}},e.prototype.getMappingField=function(e,t){var i={};if(t&&t.length>0)for(var a=0,r=t.length;a<r;a++)if(t[a].name===e){i=t[a];break}return i},e.prototype.updateFieldList=function(e){for(var t=this.fields,i=t.length;i--;)this.fieldList[t[i]].isExcelFilter=e[t[i]].isExcelFilter},e.prototype.updateTreeViewData=function(e){for(var i=this,a=e.length,r=this.dataSourceSettings.calculatedFieldSettings.length;a--;)if(this.fieldList[e[a].name]){var n=this.fieldList[e[a].name];n.type=e[a].dataType?e[a].dataType.toLowerCase():n.type,n.caption=e[a].caption?e[a].caption:e[a].name,n.isSelected=!0,n.showNoDataItems=e[a].showNoDataItems,n.aggregateType=e[a].type,n.baseField=e[a].baseField,n.baseItem=e[a].baseItem,n.allowDragAndDrop=e[a].allowDragAndDrop,n.showFilterIcon=e[a].showFilterIcon,n.showSortIcon=e[a].showSortIcon,n.showRemoveIcon=e[a].showRemoveIcon,n.showValueTypeIcon=e[a].showValueTypeIcon,n.showEditIcon=e[a].showEditIcon,n.showSubTotals=e[a].showSubTotals,n.expandAll=e[a].expandAll}for(;r--;)this.fieldList[this.dataSourceSettings.calculatedFieldSettings[r].name]&&(this.fieldList[this.dataSourceSettings.calculatedFieldSettings[r].name].aggregateType="CalculatedField",this.fieldList[this.dataSourceSettings.calculatedFieldSettings[r].name].isCalculatedField=!0,this.fieldList[this.dataSourceSettings.calculatedFieldSettings[r].name].formula=this.dataSourceSettings.calculatedFieldSettings[r].formula);var s=["_date_group_years","_date_group_quarters","_date_group_quarterYear","_date_group_months","_date_group_days","_date_group_hours","_date_group_minutes","_date_group_seconds"];this.dataSourceSettings.groupSettings.filter(function(t){return!e.some(function(e){return t.name===e.name})}).forEach(function(e){var a=e.name,r=e.type.toLowerCase();Object.keys(i.fieldList).forEach(function(n){"date"!==r||t.isNullOrUndefined(e.caption)||!s.some(function(e){return n===""+a+e})&&n!==a?"custom"!==r||t.isNullOrUndefined(e.caption)||n!==a+"_custom_group"?"number"!==r||t.isNullOrUndefined(e.caption)||n!==a||(i.fieldList[n].caption=e.caption):i.fieldList[n].caption=e.caption:i.fieldList[n].caption=i.fieldList[n].caption.replace(e.name,e.caption)})})},e.prototype.getCalculatedField=function(e){for(var i=0,a=this.dataSourceSettings.calculatedFieldSettings;i<a.length;i++){var r=a[i];this.calculatedFields[r.name]=t.extend({},r,null,!0),this.calculatedFields[r.name].actualFormula=r.formula}for(var n=Object.keys(this.calculatedFields),s=this,o=0,l=n.length;o<l;o++)!function(t,i){var a=s.calculatedFields[n[t]],r=a.properties,o=(r?r.formula:a.formula).trim(),l=o.replace(/"/g,"");a.formula=l.indexOf("^")>-1?s.powerFunction(l):l,-1===a.formula.indexOf("Math.min(")&&a.formula.indexOf("min(")>-1&&(a.formula=a.formula.replace(/min\(/g,"Math.min(")),-1===a.formula.indexOf("Math.max(")&&a.formula.indexOf("max(")>-1&&(a.formula=a.formula.replace(/max\(/g,"Math.max(")),-1===a.formula.indexOf("Math.abs(")&&a.formula.indexOf("abs(")>-1&&(a.formula=a.formula.replace(/abs\(/g,"Math.abs(")),a.name=r?r.name:a.name,"CSV"===s.dataSourceSettings.type?-1===e.indexOf(a.name)&&e.push(a.name):(e=e.filter(function(e){return e!==a.name})).push(a.name);for(var d=o.split('"'),p=0,h=d.length;p<h;p++){var u=d[p].trim(),c=u.split(/[ .:;?!~,`"&|()<>{}[\]\r\n/\\]+/),g=u.match(/^([^()]+)\((.*)\)$/),m="DistinctCount"===c[0]?"DistinctCount":"PopulationStDev"===c[0]?"PopulationStDev":"SampleStDev"===c[0]?"SampleStDev":"PopulationVar"===c[0]?"PopulationVar":"SampleVar"===c[0]?"SampleVar":c[0];if(-1!==["Sum","Count","Min","Max","Avg","Product","DistinctCount","PopulationStDev","SampleStDev","PopulationVar","SampleVar","Median"].indexOf(m)){var f=-1===e.indexOf(c[1])&&g[2]?e.indexOf(g[2]):e.indexOf(c[1]);s.calculatedFormulas[a.name]?s.calculatedFormulas[a.name].push({index:f,type:m,formula:u}):s.calculatedFormulas[a.name]=[{index:f,type:m,formula:u}]}}}(o);this.fields=e},e.prototype.validateFilters=function(e){this.isValueFiltersAvail=!1;var i=e.filterSettings?e.filterSettings:[],a=t.extend([],this.dataSourceSettings.rows,null,!0);a=a.concat(this.dataSourceSettings.columns);for(var r=0,n=i;r<n.length;r++){for(var s=n[r],o=0,l=a;o<l.length;o++){var d=l[o];if(s.name===d.name&&"Value"===s.type){this.isValueFiltersAvail=!0;break}}if(this.isValueFiltersAvail)break}},e.prototype.validateValueFields=function(){this.isValueHasAdvancedAggregate=!1;for(var e=0,t=this.dataSourceSettings.values;e<t.length;e++){var i=t[e];if(-1!==["DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentRowTotal","PercentageOfParentColumnTotal","PercentageOfParentTotal","RunningTotals"].indexOf(i.type)){this.isValueHasAdvancedAggregate=!0;break}}},e.prototype.fetchFieldMembers=function(e){var t=this.fieldList[e].index;this.generateMembers(t,new Set)},e.prototype.generateMembers=function(e,i){var a=this.data.length,r=this.fields,n=this.fieldList,s=r[e];n[s].members&&!this.allowDataCompression||(n[s].members={},this.allowDataCompression&&(n[s].isMembersFilled=!1)),n[s].dateMember&&!this.allowDataCompression||(n[s].dateMember=[]);var o=n[s].members,l=n[s].dateMember;if((n[s].isSelected||i.has(e))&&!n[s].isMembersFilled){for(var d=Object.keys(o).length>0,p=0,h=n[s].expandAll,u=B.isDateField(s,this),c=0;c<a;c++){var g=this.data[c][this.fieldKeys[s]],m=g;if(m=this.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(m):m,!d){var f=u?this.getFormattedValue(m,s):{formattedText:null===m?this.localeObj?this.localeObj.getConstant("null"):String(m):void 0===m?this.localeObj?s in this.groupingFields?this.localeObj.getConstant("groupOutOfRange"):this.localeObj.getConstant("undefined"):String(m):m.toString(),actualText:null===m?this.localeObj?this.localeObj.getConstant("null"):String(m):void 0===m?this.localeObj?s in this.groupingFields?this.localeObj.getConstant("groupOutOfRange"):this.localeObj.getConstant("undefined"):String(m):m};Object.prototype.hasOwnProperty.call(o,m)?o[m].index.push(c):(p++,o[m]={index:[c],ordinal:p,isDrilled:this.isExpandAll||h,caption:f.formattedText},l.push({formattedText:f.formattedText,actualText:u?f.dateText:f.actualText}))}var v=t.isNullOrUndefined(g)?g:"number"===n[s].type?isNaN(Number(g))?void 0:Number(g):1,S={ordinal:o[m].ordinal,member:v};this.valueMatrix[c]||(this.valueMatrix[c]=[]),this.valueMatrix[c][e]=S}n[s].isMembersFilled=!0}},e.prototype.fillFieldMembers=function(){var e=this.fields,t=this.fieldList,i=e.length;this.data.length-this.valueMatrix.length<0&&(this.valueMatrix=this.valueMatrix.slice(0,this.data.length));var a=new Set;if(this.calculatedFormulas&&Object.keys(this.calculatedFormulas).length>0)for(var r in this.calculatedFormulas)if(t[r]&&t[r].isSelected)for(var n=this.calculatedFormulas[r],s=0;s<n.length;s++){var o=n[s];a.add(o.index)}for(var l=0;l<i;l++)this.generateMembers(l,a)},e.prototype.generateValueMatrix=function(){for(var e=this.fields,i=this.data.length,a=e.length,r=this.fieldList;i--;)for(var n=a;n--;){var s=e[n],o=r[s];if(o.isMembersFilled){var l=this.data[i][this.fieldKeys[s]];this.valueMatrix[i][n].member=t.isNullOrUndefined(l)?l:"number"===o.type?isNaN(Number(l))?void 0:Number(l):1}}},e.prototype.updateSortSettings=function(e,t){for(var i=0,a=e?e.length:0;i<a&&t;i++)this.fieldList[e[i].name]&&(this.fieldList[e[i].name].sort=e[i].order)},e.prototype.updateFilterMembers=function(e){var t=this.filterMembers,i={},a=this.getFilters(e,i),r=this.valueMatrix.length;if(a)for(var n=i.include.index,s=0;s<n.length;s++)void 0!==i.exclude&&void 0!==i.exclude.indexObject[n[s]]||t.push(n[s]);else for(s=0;s<r;s++)void 0!==i.exclude&&void 0!==i.exclude.indexObject[s]||t.push(s)},e.prototype.getFilters=function(e,t){for(var i=e.filterSettings?e.filterSettings:[],a=!1,r=[],n=0,s=i.length;n<s;n++){var o=i[n].properties?i[n].properties:i[n];this.fieldList[o.name]&&this.fieldList[o.name].isSelected&&this.isValidFilterField(o,e.allowMemberFilter,e.allowLabelFilter)&&(this.applyLabelFilter(o),o&&(r=o.items),o.type&&"Include"===o.type?(this.frameFilterList(r,o.name,t,"include",o.showLabelFilter,a),a=!0):this.frameFilterList(r,o.name,t,"exclude",o.showLabelFilter),o.showLabelFilter&&(o.items=[],o.type=o.showDateFilter?"Date":o.showNumberFilter?"Number":"Label"))}return a},e.prototype.isValidFilterField=function(e,i,a){var r=e.name,n=!1,s=["Include","Exclude"],o=t.extend([],this.dataSourceSettings.rows,null,!0);if(o=o.concat(this.dataSourceSettings.columns),this.fieldList[r].isSelected&&i&&s.indexOf(e.type)>=0){n=!0;for(var l=0,d=this.dataSourceSettings.values;l<d.length;l++)if(r===(u=d[l]).name){n=!1;break}}else if(a)for(var p=0,h=o;p<h.length;p++){var u=h[p];if(r===u.name&&["Label","Date","Number"].indexOf(e.type)>=0){n=!0;break}}return n},e.prototype.applyLabelFilter=function(e){if(["Label","Date","Number"].indexOf(e.type)>=0){var t=Object.keys(this.fieldList[e.name].members);if(e.showLabelFilter=!0,"Label"===e.type)e.items=this.getLabelFilterMembers(t,e.condition,e.value1,e.value2);else if("Date"===e.type){e.showDateFilter=!0;var i="string"==typeof e.value1?new Date(e.value1):e.value1,a="string"==typeof e.value2?new Date(e.value2):e.value2;e.items=this.getDateFilterMembers(t,e.name,e.condition,i,a)}else{e.showNumberFilter=!0,e.items=[];for(var r=0,n=t;r<n.length;r++){var s=n[r],o=this.getParsedValue(e.name,e.value1),l=this.getParsedValue(e.name,e.value2),d=this.getParsedValue(e.name,s);this.validateFilterValue(d,e.condition,o,l)&&e.items.push(s)}}var p=["DoesNotBeginWith","DoesNotContains","DoesNotEndsWith","DoesNotEquals","NotBetween"];e.type=e.condition?p.indexOf(e.condition)>-1&&!e.showNumberFilter?"Exclude":"Include":"Exclude"}else e.showLabelFilter=!1},e.prototype.getLabelFilterMembers=function(e,t,i,a){for(var r=[],n=0,s=e;n<s.length;n++){var o=s[n],l=o.toLowerCase();if(i.toString())switch(t){case"Equals":case"DoesNotEquals":l===i.toLowerCase()&&r.push(o);break;case"BeginWith":case"DoesNotBeginWith":0===l.indexOf(i.toLowerCase())&&r.push(o);break;case"EndsWith":case"DoesNotEndsWith":null!==l.match(i.toLowerCase()+"$")&&r.push(o);break;case"Contains":case"DoesNotContains":l.indexOf(i.toLowerCase())>-1&&r.push(o);break;case"GreaterThan":l>i.toLowerCase()&&r.push(o);break;case"GreaterThanOrEqualTo":l>=i.toLowerCase()&&r.push(o);break;case"LessThan":l<i.toLowerCase()&&r.push(o);break;case"LessThanOrEqualTo":l<=i.toLowerCase()&&r.push(o);break;case"Between":case"NotBetween":l>=i.toLowerCase()&&l<=a.toLowerCase()&&r.push(o);break;default:l===i.toLowerCase()&&r.push(o)}}return r},e.prototype.getDateFilterMembers=function(e,t,i,a,r){for(var n=[],s=0,o=e;s<o.length;s++){var l=o[s],d=new Date(l);if(a)switch(i){case"Equals":case"DoesNotEquals":this.getFormattedValue(d.toString(),t).formattedText===this.getFormattedValue(a.toString(),t).formattedText&&n.push(this.getFormattedValue(l,t).formattedText);break;case"After":d.getTime()>a.getTime()&&n.push(this.getFormattedValue(l,t).formattedText);break;case"AfterOrEqualTo":d.getTime()>=a.getTime()&&n.push(this.getFormattedValue(l,t).formattedText);break;case"Before":d.getTime()<a.getTime()&&n.push(this.getFormattedValue(l,t).formattedText);break;case"BeforeOrEqualTo":d.getTime()<=a.getTime()&&n.push(this.getFormattedValue(l,t).formattedText);break;case"Between":case"NotBetween":d.getTime()>=a.getTime()&&d.getTime()<=r.getTime()&&n.push(this.getFormattedValue(l,t).formattedText);break;default:this.getFormattedValue(d.toString(),t).formattedText===this.getFormattedValue(a.toString(),t).formattedText&&n.push(this.getFormattedValue(l,t).formattedText)}}return n},e.prototype.validateFilterValue=function(e,t,i,a){var r=!1;if("number"==typeof i)switch(t){case"Equals":e===i&&(r=!0);break;case"DoesNotEquals":e!==i&&(r=!0);break;case"GreaterThan":e>i&&(r=!0);break;case"GreaterThanOrEqualTo":e>=i&&(r=!0);break;case"LessThan":e<i&&(r=!0);break;case"LessThanOrEqualTo":e<=i&&(r=!0);break;case"Between":e>=i&&e<=a&&(r=!0);break;case"NotBetween":e>=i&&e<=a||(r=!0);break;default:e!==i&&(r=!0)}return r},e.prototype.frameFilterList=function(e,t,i,a,r,n){i[a]?this.updateFilter(e,t,i,a,r,n):(i[a]={indexObject:{},index:[]},this.updateFilter(e,t,i,a,r,n))},e.prototype.updateFilter=function(e,i,a,r,n,s){var o=0,l=this.fieldList[i];l.filter=e,l.filterType=r,l.isExcelFilter=n;var d=B.getFormattedMembers(l.members,i,this),p=s,h={},u={};for(h[r]={indexObject:{},index:[]},this.fieldFilterMem[i]={memberObj:{}};!t.isNullOrUndefined(e[o]);){if(d[e[o]]){var c=d[e[o]].index;if("include"===r)for(var g=0,m=c.length;g<m;g++)p&&void 0===a[r].indexObject[c[g]]||(h[r].indexObject[c[g]]=c[g],h[r].index.push(c[g]));else{for(var g=0,m=c.length;g<m;g++)void 0===a[r].indexObject[c[g]]&&(a[r].indexObject[c[g]]=c[g],a[r].index.push(c[g]));this.fieldFilterMem[i].memberObj[e[o]]=e[o]}}o++}if("include"===r){a[r]=h[r];for(g=0;g<e.length;g++)d[e[g]]&&(u[e[g]]=e[g]);for(var f=Object.keys(d),g=0,m=f.length;g<m;g++)void 0===u[f[g]]&&(this.fieldFilterMem[i].memberObj[f[g]]=f[g])}},e.prototype.applyValueFiltering=function(e,i,a,r,n,s,o){this.isValueFiltered=!1;var l=t.extend({},"row"===o&&this.rowGrandTotal?this.rowGrandTotal:"column"===o&&this.columnGrandTotal?this.columnGrandTotal:"Top"!==this.dataSourceSettings.grandTotalsPosition?a[a.length-1]:a[0],null,!0);return this.getFilteredData(a,r,n,s,i,e.name,l,o),this.isValueFiltered&&(("row"===o&&null===this.rowGrandTotal||"column"===o&&null===this.columnGrandTotal)&&s.push(l),a=s),a},e.prototype.getFilteredData=function(e,i,a,r,n,s,o,l){for(var d=e.length,p=0;p<d;p++)if(a[s])if(e[p].level===n){this.isValueFiltered=!0,this.fieldList[s].isExcelFilter=!0;var h=0,u=a[s].measure,c=this.fieldList[u].index,g=this.fieldList[u].aggregateType;this.rawIndexObject={},h="row"===l?this.getAggregateValue(e[p].index,i.indexObject,c,g,!1):this.getAggregateValue(i.index,e[p].indexObject,c,g,!1);var m={fieldName:u,row:e[p],column:i,value:h,cellSets:this.getValueCellInfo?this.getCellSet(this.rawIndexObject):[],rowCellType:e[p].hasChild&&e[p].isDrilled?"subTotal":"grand sum"===e[p].type?"grandTotal":"value",columnCellType:i.hasChild&&i.isDrilled?"subTotal":"grand sum"===i.type?"grandTotal":"value",aggregateType:g,skipFormatting:!1};this.getValueCellInfo&&this.getValueCellInfo(m),h=m.value,this.rawIndexObject={};var f=this.getParsedValue(u,a[s].value1),v=this.getParsedValue(u,a[s].value2);if(this.validateFilterValue(h,a[s].condition,f,v)||"grand sum"===e[p].type)"grand sum"!==e[p].type&&(r.push(t.extend({},e[p],null,!0)),r[r.length-1].isLevelFiltered=!0);else{var S=this.removefilteredData(e[p],this.valueFilteredData),y=S||e[p];this.validateFilteredParentData(y,this.valueFilteredData,o,0,n,l)}}else e[p].hasChild&&e[p].members.length>0&&"grand sum"!==e[p].type&&(r.push(t.extend({},e[p],null,!0)),r[r.length-1].members=[],r[r.length-1].isLevelFiltered=!0,this.getFilteredData(e[p].members,i,a,r[r.length-1].members,n,s,o,l))},e.prototype.getParsedValue=function(e,i){var a=i?i.toString():"";if(this.formatFields[e]&&i){var r=t.extend({},this.formatFields[e],null,!0);return delete r.name,this.globalize.parseNumber(a,r)}return this.globalize.parseNumber(a,{format:"N"})},e.prototype.removefilteredData=function(e,i){for(var a,r=t.extend([],i,null,!0),n=0;n<r.length;n++){if(e.isLevelFiltered&&e.axis===r[n].axis&&e.valueSort.levelName===r[n].valueSort.levelName&&e.actualText===r[n].actualText&&e.axis===r[n].axis&&e.level===r[n].level&&e.ordinal===r[n].ordinal){a=r[n],i.splice(n,1);break}i[n].hasChild&&i[n].members.length>0&&this.removefilteredData(e,i[n].members)}return a},e.prototype.validateFilteredParentData=function(e,t,i,a,r,n){if(t.length>0)for(var s=0,o=t;s<o.length;s++){var l=o[s];if(l.level===a){if("row"===n)for(var d=0,p=h=e.index;d<p.length;d++){S=p[d];i.index.indexOf(S)>=0&&i.index.splice(i.index.indexOf(S),1),e.valueSort.levelName.toString().indexOf(l.valueSort.levelName.toString())>=0&&l.level!==r&&l.index.indexOf(S)>=0&&l.index.splice(l.index.indexOf(S),1)}else for(var h=e.indexObject,u=0,c=Object.keys(h);u<c.length;u++){S=c[u];Object.prototype.hasOwnProperty.call(h,S)&&(delete i.indexObject[S],e.valueSort.levelName.toString().indexOf(l.valueSort.levelName.toString())>=0&&l.level!==r&&delete l.indexObject[S])}l&&l.members.length>0&&l.members[0].level===a+1&&l.members[0].level!==r&&this.validateFilteredParentData(e,l.members,i,a+1,r,n)}}else if("row"===n)for(var g=0,m=h=e.index;g<m.length;g++){S=m[g];i.index.indexOf(S)>=0&&i.index.splice(i.index.indexOf(S),1)}else for(var h=e.indexObject,f=0,v=Object.keys(h);f<v.length;f++){var S=v[f];Object.prototype.hasOwnProperty.call(h,S)&&delete i.indexObject[S]}},e.prototype.updateFramedHeaders=function(e,i,a,r,n){for(var s=0,o=e;s<o.length;s++){var l=o[s];this.isHeaderAvail=!1,(this.validateFilteredHeaders(l,a,n)||"grand sum"===l.type)&&("row"===n?this.rowCount+=this.rowValuesLength:this.columnCount+=this.customProperties.isTabularLayout?this.rowMaxLevel+this.colValuesLength:this.colValuesLength,r.push(t.extend({},l,null,!0)),r[r.length-1].members=[],l.hasChild&&l.isDrilled&&l.members.length>0&&this.updateFramedHeaders(l.members,i,a,r[r.length-1].members,n))}return this.filterFramedHeaders},e.prototype.validateFilteredHeaders=function(e,t,i){for(var a=0,r=t;a<r.length;a++){var n=r[a];if(!this.isHeaderAvail){if(e.actualText===n.actualText&&e.level===n.level&&e.valueSort.levelName===n.valueSort.levelName)return"row"===i?n.index.length>0?(this.isHeaderAvail=!0,e.index=n.index,!0):(this.isHeaderAvail=!1,e.index=n.index,!1):Object.keys(n.indexObject).length>0?(this.isHeaderAvail=!0,e.indexObject=n.indexObject,!0):(this.isHeaderAvail=!1,e.indexObject=n.indexObject,!1);n.hasChild&&n.members.length>0&&"grand sum"!==n.type&&this.validateFilteredHeaders(e,n.members,i)}}return this.isHeaderAvail},e.prototype.isEmptyDataAvail=function(e,t){this.isEmptyData=!1,e.length>0&&"grand sum"===e[e.length-1].type&&0===e[e.length-1].index.length&&(this.isEmptyData=!0),t.length>0&&"grand sum"===t[t.length-1].type&&0===Object.keys(t[t.length-1].indexObject).length&&(this.isEmptyData=!0),0!==e.length&&0!==t.length||(this.isEmptyData=!0)},e.prototype.updateGridData=function(e){this.updateDataSourceSettings(e,!0),this.data=e.dataSource,this.allowDataCompression&&(this.actualData=this.data,this.data=this.getGroupedRawData(e));for(var t=0,i=this.fields;t<i.length;t++){var a=i[t];this.fieldList[a].members={},this.fieldList[a].dateMember=[],this.fieldList[a].isMembersFilled=!1}this.fillFieldMembers(),this.filterMembers=[],this.cMembers=[],this.rMembers=[],this.updateFilterMembers(e),this.isEditing=!0,this.isDrillThrough=!0,this.generateGridData(e),this.isEditing=!1},e.prototype.generateGridData=function(e,i,a,r,n){void 0===i&&(i=!1),void 0===n&&(n=!1),t.isNullOrUndefined(r)&&this.customProperties.isTabularLayout&&(this.rowMaxLevel=0),this.updateDataSourceSettings(e,i);var s=e.columns?e.columns:[],o=this.data,l=e.rows?e.rows:[],d=e.filterSettings,p=e.values?e.values:[];this.removeCount=0,this.isExpandAll=e.expandAll,this.drilledMembers=e.drilledMembers?e.drilledMembers:[],this.isEmptyData=!1;var h=[];if(l[0]&&l[0].showNoDataItems||s[0]&&s[0].showNoDataItems)for(u=0;u<this.valueMatrix.length;u++)h.push(u);for(var u=0;u<this.filterMembers.length;u++)this.filterPosObj[this.filterMembers[u]]=this.filterMembers[u];this.valueSortSettings.columnIndex=void 0,this.validateValueFields(),this.frameDrillObject(),this.isValueFilterEnabled&&!this.isEditing||r||(this.isLastHeaderHasMeasures=!0,this.columnCount=0,this.rowCount=0,this.cMembers=[],this.rMembers=[],0!==l.length&&0!==p.length&&(this.rMembers=this.getIndexedHeaders(l,o,this.customProperties.isTabularLayout?this.rowMaxLevel:0,l[0].showNoDataItems?h:this.filterMembers,"row","",this.allowValueFilter)),0!==s.length&&0!==p.length&&(this.cMembers=this.getIndexedHeaders(s,o,0,s[0].showNoDataItems?h:this.filterMembers,"column","",this.allowValueFilter)),this.insertAllMembersCommon(),this.saveDataHeaders=this.isValueFiltersAvail&&e.allowValueFilter?{rowHeaders:t.extend([],this.rMembers,null,!0),columnHeaders:t.extend([],this.cMembers,null,!0)}:{}),this.customProperties.isTabularLayout&&(this.showSubTotalsAtBottom=!0),this.pivotValues=[],this.headerContent=[],this.valueContent=[],this.valueFilteredData=[],this.filterFramedHeaders=[];var c=[],g=[],m=[],f=[],v=[],S=this.dataSourceSettings.values.length;if(this.isValueFiltersAvail&&e.allowValueFilter&&!r){this.valueFilteredData=[];var y=this.saveDataHeaders.rowHeaders?this.saveDataHeaders.rowHeaders:[],b=this.saveDataHeaders.columnHeaders?this.saveDataHeaders.columnHeaders:[];if(d.length>0){for(var C={},x={},w=0,T=p;w<T.length;w++){var M=T[w];x[M.name]=M}for(var D=0,O=d;D<O.length;D++){var P=O[D];y=m.length>0?m:y,b=f.length>0?f:b,this.valueFilteredData=[];var N=P.properties?P.properties:P;if("Value"===N.type&&this.fieldList[P.name]&&this.fieldList[P.name].isSelected){C[P.name]=P,N.items=[];for(var E=!1,I=l.length,F=s.length,L=0;L<I;L++)if(N.name===l[L].name&&x[N.measure]&&!E){E=!0,m=this.applyValueFiltering(l[L],L,y,this.columnGrandTotal?this.columnGrandTotal:"Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals?b[0]:b[b.length-1],C,this.valueFilteredData,"row");break}for(var A=0;A<F;A++)if(N.name===s[A].name&&x[N.measure]&&!E){E=!0,f=this.applyValueFiltering(s[A],A,b,this.rowGrandTotal?this.rowGrandTotal:"Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals?y[0]:y[y.length-1],C,this.valueFilteredData,"column");break}}}}m=m.length>0?m:y,f=f.length>0?f:b,this.isEmptyDataAvail(m,f);var R=B.getClonedFieldList(this.fieldList),k=this.data[0];this.getFieldList(k,this.enableSort,e.allowValueFilter),this.fillFieldMembers(),this.updateSortSettings(e.sortSettings,this.enableSort),this.filterMembers=[],this.updateFilterMembers(e),this.isLastHeaderHasMeasures=!0,this.rMembers=0!==l.length?this.getIndexedHeaders(l,o,0,l[0].showNoDataItems?h:this.filterMembers,"row",""):[],this.cMembers=0!==s.length?this.getIndexedHeaders(s,o,0,s[0].showNoDataItems?h:this.filterMembers,"column",""):[],this.insertAllMembersCommon(),this.updateFieldList(R),this.rowCount=0,this.columnCount=0,this.rMembers=this.updateFramedHeaders(this.rMembers,this.rMembers,m,this.filterFramedHeaders,"row"),this.filterFramedHeaders=[],this.cMembers=this.updateFramedHeaders(this.cMembers,this.cMembers,f,this.filterFramedHeaders,"column"),this.isValueFilterEnabled=!0}r||this.applyValueSorting(),this.isPagingOrVirtualizationEnabled&&(r?(this.rMembers=r.rowHeaders,this.cMembers=r.columnHeaders,this.rowCount=r.rowHeadersCount,this.columnCount=r.columnHeadersCount):(this.headerCollection.rowHeaders=this.rMembers,this.headerCollection.columnHeaders=this.cMembers,this.headerCollection.rowHeadersCount=this.rowCount,this.headerCollection.columnHeadersCount=this.columnCount),this.calculatePagingValues()),!this.valueAxis&&this.isLastHeaderHasMeasures&&this.getAggregatedHeaders(l,s,this.rMembers,this.cMembers,p),this.getHeaderData(l,s,p,v,this.cMembers,g,this.pivotValues,0,this.valueAxis?1:S),this.insertSubTotals(),this.getTableData(v.length>0?v:this.rMembers,c,g,0,this.pivotValues,S,0,this.rowGrandTotal?this.rowGrandTotal:this.rMembers[this.rMembers.length-1],this.columnGrandTotal?this.columnGrandTotal:this.cMembers[this.cMembers.length-1]),this.applyAdvancedAggregate(c,g,this.pivotValues),this.customProperties.isTabularLayout&&(this.pivotValues=this.getTabularPivotValues(i,!1,n),this.setRowSpan()),this.isEngineUpdated=!0,this.isEmptyDataAvail(this.rMembers,this.cMembers),this.clearProperties(a)},e.prototype.updateHeaders=function(e,i){e=t.isNullOrUndefined(e)?!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showRowGrandTotals)||!(this.dataSourceSettings.rows.length>0):e,(this.pageSettings&&this.removeRowGrandTotal||!e&&!this.rowGrandTotal)&&"grand sum"===this.rMembers[this.rMembers.length-1].type&&(this.rMembers=this.rMembers.slice(0,this.rMembers.length-1)),i=t.isNullOrUndefined(i)?!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showColumnGrandTotals)||!(this.dataSourceSettings.columns.length>0):i,(this.pageSettings&&this.removeColumnGrandTotal||!i&&!this.columnGrandTotal)&&"grand sum"===this.cMembers[this.cMembers.length-1].type&&(this.cMembers=this.cMembers.slice(0,this.cMembers.length-1))},e.prototype.updatePivotValues=function(e){var t=!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showRowGrandTotals)||!(this.dataSourceSettings.rows.length>0),i=!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showColumnGrandTotals)||!(this.dataSourceSettings.columns.length>0);if(e&&this.updateHeaders(t,i),(this.pageSettings&&this.removeRowGrandTotal||!t&&!this.rowGrandTotal)&&this.valueContent.length>0){a=1;this.valueAxis&&this.dataSourceSettings.values.length>0&&(a=1+this.dataSourceSettings.values.length),this.pivotValues[this.pivotValues.length-a]&&"grand sum"===this.pivotValues[this.pivotValues.length-a][0].type&&(this.pivotValues=this.pivotValues.slice(0,this.pivotValues.length-a),this.valueContent=this.valueContent.slice(0,this.valueContent.length-a))}if((this.pageSettings&&this.removeColumnGrandTotal||!i&&!this.columnGrandTotal)&&this.headerContent.length>0){var a=this.dataSourceSettings.values.length;if(this.valueAxis&&this.dataSourceSettings.values.length>0&&(a=1),this.pivotValues[0][this.pivotValues[0].length-a]&&"grand sum"===this.pivotValues[0][this.pivotValues[0].length-a].type)for(var r=0;r<this.pivotValues.length;r++)if(this.pivotValues[r]&&(this.pivotValues[r]=this.pivotValues[r].slice(0,this.pivotValues[r].length-a)),this.headerContent[r])for(var n=this.pivotValues[r].length;n<this.pivotValues[r].length+a;n++)delete this.headerContent[r][n]}this.removeRowGrandTotal=this.removeColumnGrandTotal=!1},e.prototype.onDrill=function(e){this.enableVirtualization||this.enablePaging||!this.customProperties.isTabularLayout||(this.rowMaxLevel=0),this.frameDrillObject(e);var t=this.getHeadersInfo(e.fieldName,e.axis);this.performDrillOperation(t.headers,e,t.fields,t.position,0),this.headerCollection.rowHeadersCount=this.rowCount,this.headerCollection.columnHeadersCount=this.columnCount,"row"===t.axis?this.headerCollection.rowHeaders=t.headers:this.headerCollection.columnHeaders=t.headers,this.updateEngine()},e.prototype.onSort=function(e,t){t&&this.updateDataSourceSettings(t,!0);var i=this.getHeadersInfo(e.name,"");this.fieldList[e.name].sort=e.order,this.performSortOperation(i.headers,e,i,0),this.updateEngine()},e.prototype.onFilter=function(e,t){this.updateDataSourceSettings(t,!0);var i=this.getHeadersInfo(e.name,"");this.isLastHeaderHasMeasures=!!(this.valueAxis&&"row"===i.axis||!this.valueAxis&&"column"===i.axis)||this.isLastHeaderHasMeasures,"Include"===e.type&&e.items.length===this.fieldList[e.name].dateMember.length?(this.fieldList[e.name].filter=[],this.fieldList[e.name].filterType=""):(this.fieldList[e.name].filter=e.items,this.fieldList[e.name].filterType=e.type);for(var a={},r=0,n=this.filterMembers;r<n.length;r++){var s=n[r];a[s]=s}this.filterMembers=[],this.fieldFilterMem={},this.updateFilterMembers(t);for(var o=this.filterMembers.filter(function(e){return void 0===a[e]}),l=0,d=e.items;l<d.length;l++)d[l];var p=this.dataSourceSettings.rows[0]&&this.dataSourceSettings.rows[0].showNoDataItems||this.dataSourceSettings.columns[0]&&this.dataSourceSettings.columns[0].showNoDataItems;if(p&&this.columnKeys[e.name]?p=!(!this.dataSourceSettings.columns[0]||!this.dataSourceSettings.columns[0].showNoDataItems):p&&"row"===i.axis&&(p=!(!this.dataSourceSettings.rows[0]||!this.dataSourceSettings.rows[0].showNoDataItems)),p){var h=[];this.filterPosObj={};for(u=0;u<o.length;u++)this.filterPosObj[o[u]]=o[u];for(var u=0;u<this.valueMatrix.length;u++)h.push(u);o=h}this.performFilterCommonUpdate(e,i,o),"column"===i.axis?(i=this.getHeadersInfo("","row"),this.performFilterCommonUpdate(e,i,o)):(i=this.getHeadersInfo("","column"),this.performFilterCommonUpdate(e,i,o)),this.frameHeaderObjectsCollection=!1,this.headerObjectsCollection={},this.updateEngine()},e.prototype.onAggregation=function(e,t){t&&this.updateDataSourceSettings(t,!0),this.fieldList[e.name].aggregateType=e.type,this.rMembers=this.headerCollection.rowHeaders,this.cMembers=this.headerCollection.columnHeaders,this.allowDataCompression&&(this.data=this.getGroupedRawData(this.dataSourceSettings),this.generateValueMatrix()),this.updateEngine()},e.prototype.onCalcOperation=function(e,t){this.dataSourceSettings.calculatedFieldSettings=t.calculatedFieldSettings?t.calculatedFieldSettings:[],this.dataSourceSettings.values=t.values?t.values:[],this.rMembers=this.headerCollection.rowHeaders,this.cMembers=this.headerCollection.columnHeaders,this.getCalculatedField(this.fields),this.fieldList[e.name]?this.fieldList[e.name].formula=e.formula:(this.fieldList[e.name]={id:e.name,caption:e.name,type:"number",aggregateType:"CalculatedField",filterType:"",index:this.fields.length-1,filter:[],sort:this.enableSort?"Ascending":"None",isSelected:!0,isExcelFilter:!1,formula:e.formula},1===this.valueAxis?this.headerCollection.rowHeadersCount=this.rowCount=this.rowCount/(this.dataSourceSettings.values.length-1)*this.dataSourceSettings.values.length:this.headerCollection.columnHeadersCount=this.columnCount=this.columnCount/(this.dataSourceSettings.values.length-1)*this.dataSourceSettings.values.length),this.getFormattedFields(t),this.fillFieldMembers(),this.updateEngine()},e.prototype.performDrillOperation=function(e,t,i,a,r){for(var n=0;n<e.length;){if(a===r){var s=e[n].valueSort.levelName.split(this.valueSortSettings.headerDelimiter);if(t.memberName===s.join(t.delimiter?t.delimiter:"**")){if("down"===t.action){e[n].isDrilled=!0,e[n].members=this.getIndexedHeaders(i,this.data,a+1,e[n].index,t.axis,t.memberName.split(t.delimiter?t.delimiter:"**").join(this.valueSortSettings.headerDelimiter));var o=void 0;if("row"===t.axis)o=this.applyValueSorting(e[n].members,this.cMembers),e[n].members=o.rMembers,this.customProperties.isTabularLayout||(this.rowCount+=this.showSubTotalsAtBottom?1:0);else{var l=this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&i[a].showSubTotals;this.columnCount-=l?0:this.colValuesLength,o=this.applyValueSorting(this.rMembers,e[n].members),e[n].members=o.cMembers}}else e[n].isDrilled=!1,this.updateHeadersCount(e[n].members,t.axis,a,i,"minus",!0),e[n].members=[],"row"!==t.axis||this.customProperties.isTabularLayout||(this.rowCount-=this.showSubTotalsAtBottom?1:0);break}}else e[n].members.length>0&&(e[n].members=this.performDrillOperation(e[n].members,t,i,a,r+1));n++}return e},e.prototype.performSortOperation=function(e,t,i,a){for(var r=0;r<e.length;){if(i.position===a){e=this.getSortedHeaders(e,t.order.toString());break}e[r].members.length>0&&(e[r].members=this.performSortOperation(e[r].members,t,i,a+1)),r++}return e},e.prototype.performFilterDeletion=function(e,t,i,a,r){for(var n=0,s=!0,o=this;n<e.length&&s;)!function(){if(i.position===r){var l=o;e=e.filter(function(e){return""!==l.fieldFilterMem[t.name].memberObj[e.formattedText]&&(!l.fieldFilterMem[t.name].memberObj[e.formattedText]||"grand sum"===e.type)}),s=!1}else e[n].members.length>0&&(e[n].members=o.performFilterDeletion(e[n].members,t,i,a,r+1));n++}();var l=this;return e.filter(function(e){return e.members.length>0||"grand sum"===e.type||l.matchIndexes(e.indexObject,a)})},e.prototype.matchIndexes=function(e,t){var i=Object.keys(e),a=i.length;if(0===a)return!0;for(;a>-1;){if(void 0!==t[e[i[a]]])return!0;a--}return!1},e.prototype.performFilterAddition=function(e,t,i){for(var a=0,r=this;a<e.length;)!function(){var n=e[a].valueSort.levelName;if(r.headerObjectsCollection[n]){for(var s={},o=0,l=e[a].members;o<l.length;o++){var d=l[o];s[d.valueSort.levelName.toString()]=d.valueSort.levelName.toString()}var p=r.headerObjectsCollection[n].filter(function(e){return!s[e.valueSort.levelName.toString()]});e[a].members=e[a].members.concat(p),e[a].members=r.getSortedHeaders(e[a].members,r.fieldList[i.fields[e[a].members[0].level].name].sort),delete r.headerObjectsCollection[n]}e[a].members.length>0&&(e[a].members=r.performFilterAddition(e[a].members,t,i)),a++}();return e},e.prototype.performFilterCommonUpdate=function(e,t,i){if("row"===t.axis||"column"===t.axis){for(var a="row"===t.axis?this.rMembers:this.cMembers,r={},n=0,s=this.filterMembers;n<s.length;n++){var o=s[n];r[o]=o}if(this.fieldFilterMem[e.name]&&(a=this.performFilterDeletion(t.headers,e,t,r,0)),i.length>0&&t.fields.length>0){if(this.frameHeaderObjectsCollection=!0,t.fields.filter(function(e){return e.showNoDataItems}).length>0)for(var l=0;l<this.data.length;l++)i.push(l);this.headerObjectsCollection.parent=this.getIndexedHeaders(t.fields,this.data,0,i,t.axis,"");for(var d={},p=0,h=a=this.performFilterAddition(a,t.fields,t);p<h.length;p++){var u=h[p];d[u.valueSort.levelName.toString()]=u.valueSort.levelName.toString()}var c=this.headerObjectsCollection.parent.filter(function(e){return!d[e.valueSort.levelName.toString()]}),g=a.filter(function(e){return"grand sum"===e.type});g.length>0&&a.pop(),a=this.getSortedHeaders(a.concat(c),this.fieldList[t.fields[0].name].sort).concat(g),"row"===t.axis?(this.cMembers=this.getIndexedHeaders(this.dataSourceSettings.columns,this.data,0,this.filterMembers,"column",""),this.insertAllMember(this.cMembers,this.filterMembers,"","column")):(this.rMembers=this.getIndexedHeaders(this.dataSourceSettings.rows,this.data,0,this.filterMembers,"row",""),this.insertAllMember(this.rMembers,this.filterMembers,"","row"))}"row"===t.axis?this.rowCount=0:this.columnCount=0,this.updateHeadersCount(a,t.axis,0,t.fields,"plus",!1),"row"===t.axis?(t.position>0&&this.insertPosition(this.dataSourceSettings.rows,this.data,0,this.filterMembers,"row","",a),this.insertTotalPosition(a),this.rMembers=this.headerCollection.rowHeaders=a,this.headerCollection.rowHeadersCount=this.rowCount):(t.position>0&&this.insertPosition(this.dataSourceSettings.columns,this.data,0,this.filterMembers,"column","",a),this.insertTotalPosition(a),this.cMembers=this.headerCollection.columnHeaders=a,this.headerCollection.columnHeadersCount=this.columnCount)}else{var m=this.dataSourceSettings.rows[0]&&this.dataSourceSettings.rows[0].showNoDataItems||this.dataSourceSettings.columns[0]&&this.dataSourceSettings.columns[0].showNoDataItems;this.rMembers=this.getIndexedHeaders(this.dataSourceSettings.rows,this.data,0,m?i:this.filterMembers,"row",""),this.cMembers=this.getIndexedHeaders(this.dataSourceSettings.columns,this.data,0,m?i:this.filterMembers,"column",""),this.insertAllMembersCommon(),this.rowCount=0,this.columnCount=0,this.updateHeadersCount(this.cMembers,"column",0,this.dataSourceSettings.columns,"plus",!1),this.updateHeadersCount(this.rMembers,"row",0,this.dataSourceSettings.rows,"plus",!1),m&&(this.insertPosition(this.dataSourceSettings.rows,this.data,0,this.filterMembers,"row","",this.rMembers),this.insertPosition(this.dataSourceSettings.columns,this.data,0,this.filterMembers,"column","",this.cMembers)),this.headerCollection.rowHeaders=this.rMembers,this.headerCollection.rowHeadersCount=this.rowCount,this.headerCollection.columnHeaders=this.cMembers,this.headerCollection.columnHeadersCount=this.columnCount}this.applyValueSorting()},e.prototype.getHeadersInfo=function(e,t){this.rMembers=this.headerCollection.rowHeaders,this.cMembers=this.headerCollection.columnHeaders;for(var i="row"===(t=""===t?this.getAxisByFieldName(e):t)?this.rMembers:this.cMembers,a="row"===t?this.dataSourceSettings.rows:this.dataSourceSettings.columns,r=0,n=0,s=a;n<s.length&&s[n].name!==e;n++)r++;return{axis:t,fields:a,headers:i,position:r}},e.prototype.updateEngine=function(){this.removeCount=0,this.validateValueFields(),this.calculatePagingValues(),this.pivotValues=[],this.headerContent=[],this.valueContent=[];var e=[],t=[],i=[],a=this.dataSourceSettings.values.length;this.frameDrillObject(),this.getAggregatedHeaders(this.dataSourceSettings.rows,this.dataSourceSettings.columns,this.rMembers,this.cMembers,this.dataSourceSettings.values),this.getHeaderData(this.dataSourceSettings.rows,this.dataSourceSettings.columns,this.dataSourceSettings.values,i,this.cMembers,t,this.pivotValues,0,this.valueAxis?1:a),this.insertSubTotals(),this.getTableData(i.length>0?i:this.rMembers,e,t,0,this.pivotValues,a,0,this.rowGrandTotal?this.rowGrandTotal:this.rMembers[this.rMembers.length-1],this.columnGrandTotal?this.columnGrandTotal:this.cMembers[this.cMembers.length-1]),this.applyAdvancedAggregate(e,t,this.pivotValues),this.customProperties.isTabularLayout&&(this.pivotValues=this.getTabularPivotValues(!0,!0),this.setRowSpan()),this.isEngineUpdated=!0,this.isEmptyDataAvail(this.rMembers,this.cMembers)},e.prototype.getAxisByFieldName=function(e){for(var t=0,i="";t<4&&""===i;){switch(t){case 0:i=this.getFieldByName(e,this.dataSourceSettings.rows)?"row":"";break;case 1:i=this.getFieldByName(e,this.dataSourceSettings.columns)?"column":""}t++}return i},e.prototype.getFieldByName=function(e,t){return new i.DataManager({json:t}).executeLocal((new i.Query).where("name","equal",e))[0]},e.prototype.updateHeadersCount=function(e,t,i,a,r,n){var s=0,o=a[i],l=!0;for(l="column"===t?this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&(!o||o.showSubTotals):this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals&&(!o||o.showSubTotals);s<e.length;)"row"===t?this.rowCount=this.rowCount-("plus"===r?-(1===this.valueAxis?this.dataSourceSettings.values.length:1):1===this.valueAxis?this.dataSourceSettings.values.length:1):this.columnCount=this.columnCount-("plus"===r?-(1===this.valueAxis?1:this.dataSourceSettings.values.length):1===this.valueAxis?1:this.dataSourceSettings.values.length),e[s].members.length>0&&(this.updateHeadersCount(e[s].members,t,i+1,a,r,!0),"row"===t&&(this.rowCount-=this.showSubTotalsAtBottom&&!this.customProperties.isTabularLayout&&e[s].hasChild&&e[s].isDrilled?1:0)),s++;"column"===t&&!l&&n&&(this.columnCount+="plus"===r?-this.colValuesLength:this.colValuesLength)},e.prototype.getSortedHeaders=function(e,t){var i="Grand Total"!==e[0].actualText?e[0].valueSort.axis:e[1].valueSort.axis,a=!(this.formatFields&&this.formatFields[i]&&this.formatFields[i].type),r=this.fieldList[i];if(a){if(r&&"number"===r.type&&e.length>0&&"string"==typeof e[0].actualText){for(var n=[],s=[],o=[],l=0;l<e.length;l++)if(isNaN(Number(e[l].actualText.toString().charAt(0))))n.push(e[l]);else{if(""!==e[l].actualText){s.push(e[l]);break}o.push(e[l])}return s.length>0&&(s=this.sortHeaders(i,r,e,r.sort,r.isAlphanumeric)),e}return this.sortHeaders(i,r,e,t,r.type)}return this.sortHeaders(i,r,e,t,"date")},e.prototype.sortHeaders=function(e,i,a,r,n){var s=!1,o=this.fieldList[e]&&this.fieldList[e].membersOrder?this.fieldList[e].membersOrder.slice():[];this.sortMembers[e]||(this.sortMembers[e]=Object.keys(i.members));var l={fieldName:e,sortOrder:r,members:o&&o.length>0?o:this.sortMembers[e],IsOrderChanged:!1},d="datetime"===(n="datetime"===n||"date"===n||"time"===n?this.formatFields[e]&&["date","dateTime","time"].indexOf(this.formatFields[e].type)>-1?n:"string":n)||"date"===n||"time"===n,p=!1;if(this.dataSourceSettings.groupSettings.length>0){var h=this.dataSourceSettings.groupSettings.filter(function(e){return e.name===i.id});!t.isNullOrUndefined(h)&&h.length>0&&(p="number"===h[0].type.toLocaleLowerCase()&&"string"===i.type.toLocaleLowerCase())}if(o&&o.length>0?B.applyCustomSort(l,a,n):(B.applyHeadersSort(a,r,n,p),s=!0),s&&this.getHeaderSortInfo){for(var u=[],c=0,g=0;c<a.length;c++){var m=a[c],f=d?m.dateText:m.actualText;"Grand Total"!==m.actualText&&(u[g++]=f)}l.members=u}return this.getHeaderSortInfo&&this.getHeaderSortInfo(l),l.IsOrderChanged&&B.applyCustomSort(l,a,n,!0),a},e.prototype.applyValueSorting=function(e,i){var a=!1;return this.enableValueSorting&&(this.valueSortSettings.rowHeaderText||this.valueSortSettings.columnHeaderText)&&this.dataSourceSettings.values.length>0&&(void 0!==e&&void 0!==i||(this.rowValueSortHeaderText=void 0,this.columnValueSortHeaderText=void 0,t.isNullOrUndefined(this.valueSortSettings.rowHeaderText)||""===this.valueSortSettings.rowHeaderText||(this.rowValueSortHeaderText=this.prepareValueSortHeaderText(this.valueSortSettings.rowHeaderText)),t.isNullOrUndefined(this.valueSortSettings.columnHeaderText)||""===this.valueSortSettings.columnHeaderText||(this.columnValueSortHeaderText=this.prepareValueSortHeaderText(this.valueSortSettings.columnHeaderText)),e=this.rMembers,i=this.cMembers,a=!0),i=this.applySortingForAxis(this.rowValueSortHeaderText,!0,e,i,this.rowGrandTotal),e=this.applySortingForAxis(this.columnValueSortHeaderText,!1,i,e,this.columnGrandTotal),a&&(this.rMembers=e,this.cMembers=i,this.isPagingOrVirtualizationEnabled&&(this.headerCollection.rowHeaders=this.rMembers,this.headerCollection.columnHeaders=this.cMembers))),{rMembers:e,cMembers:i}},e.prototype.applySortingForAxis=function(e,t,i,a,r){if(!e)return a;var n=t?this.dataSourceSettings.showRowGrandTotals:this.dataSourceSettings.showColumnGrandTotals,s=t?this.dataSourceSettings.rows.length>0:this.dataSourceSettings.columns.length>0,o=!(!this.dataSourceSettings.showGrandTotals||!n)||!s,l=!0;e.includes(this.localeObj.getConstant("grandTotal"))&&!o&&(i.push(r),l=!1);var d=this.getHeaderDetails(e,t),p=d.hText,h=d.mIndex,u=d.mType,c=this.getMember(i,p);return c&&(a=this.sortByValueRow(a,c,t?this.valueSortSettings.rowSortOrder:this.valueSortSettings.columnSortOrder,h,u)),l||i.pop(),a},e.prototype.prepareValueSortHeaderText=function(e){for(var t=e.split(this.valueSortSettings.headerDelimiter),i=0,a=this.dataSourceSettings.values;i<a.length;i++){var r=a[i],n=r.caption?r.caption:r.name,s=t.indexOf(n);if(s>-1){t.splice(s,1),t.push(n),e=t.join(this.valueSortSettings.headerDelimiter);break}}return e},e.prototype.getHeaderDetails=function(e,i){for(var a,r,n,s=e.split(this.valueSortSettings.headerDelimiter),o="",l=0;l<this.dataSourceSettings.values.length;l++){if(this.dataSourceSettings.values[l].caption===s[s.length-1]){n=this.dataSourceSettings.values[l].name;break}n=s[s.length-1]}if((1===this.dataSourceSettings.values.length&&(!i&&"column"===this.dataSourceSettings.valueAxis&&0===this.dataSourceSettings.columns.length||i&&"row"===this.dataSourceSettings.valueAxis&&0===this.dataSourceSettings.rows.length)||this.dataSourceSettings.values.length>1&&(!i&&"column"===this.dataSourceSettings.valueAxis||i&&"row"===this.dataSourceSettings.valueAxis))&&n&&this.fieldList[n]){for(l=0;l<s.length-1;l++)o=""===o?s[l]:o+this.valueSortSettings.headerDelimiter+s[l];a=this.fieldList[n].index,r=this.fieldList[n].aggregateType}else{if(!this.dataSourceSettings.alwaysShowValueHeader||1===s.length||i&&"row"!==this.dataSourceSettings.valueAxis||!i&&"column"!==this.dataSourceSettings.valueAxis)o=e;else for(l=0;l<s.length-1;l++)o=""===o?s[l]:o+this.valueSortSettings.headerDelimiter+s[l];if(t.isNullOrUndefined(this.dataSourceSettings.valueSortSettings.measure)||""===this.dataSourceSettings.valueSortSettings.measure)a=this.fieldList[this.dataSourceSettings.values[0].name].index,r=this.fieldList[this.dataSourceSettings.values[0].name].aggregateType;else for(l=0;l<this.dataSourceSettings.values.length;l++){if(this.dataSourceSettings.valueSortSettings.measure===this.dataSourceSettings.values[l].name){a=this.fieldList[this.dataSourceSettings.valueSortSettings.measure].index,r=this.fieldList[this.dataSourceSettings.valueSortSettings.measure].aggregateType;break}a=this.fieldList[this.dataSourceSettings.values[0].name].index,r=this.fieldList[this.dataSourceSettings.values[0].name].aggregateType}}return{hText:o,mIndex:a,mType:r}},e.prototype.getMember=function(e,t){for(var i,a=e.length,r=0;r<a;r++){if(e[r].valueSort.levelName===t){i=e[r];break}if(e[r].members.length>0&&(i=this.getMember(e[r].members,t)),i)return i}return i},e.prototype.sortByValueRow=function(e,t,i,a,r){for(var n=[],s=0,o=e;s<o.length;s++)if("grand sum"===(u=o[s]).type)n.push({header:u});else{this.rawIndexObject={};var l=this.getAggregateValue(u.index,t.indexObject,a,r,!1),d={fieldName:this.fields[a],row:u,column:t,value:l,cellSets:this.getValueCellInfo?this.getCellSet(this.rawIndexObject):[],rowCellType:u.hasChild&&u.isDrilled?"subTotal":"grand sum"===u.type?"grandTotal":"value",columnCellType:t.hasChild&&t.isDrilled?"subTotal":"grand sum"===t.type?"grandTotal":"value",aggregateType:r,skipFormatting:!1};this.getValueCellInfo&&this.getValueCellInfo(d),l=d.value,this.rawIndexObject={},n.push({header:u,value:l})}for(var p=0,h=e=B.getSortedValue(n,i);p<h.length;p++){var u=h[p];u.members.length>0&&(u.members=this.sortByValueRow(u.members,t,i,a,r))}return e},e.prototype.insertAllMembersCommon=function(){this.rowGrandTotal=this.columnGrandTotal=null;var e=!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showRowGrandTotals)||!(this.dataSourceSettings.rows.length>0),t=!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showColumnGrandTotals)||!(this.dataSourceSettings.columns.length>0);this.isValueHasAdvancedAggregate?(this.insertAllMember(this.rMembers,this.filterMembers,"","row"),e&&(this.rowCount+=this.rowValuesLength),this.insertAllMember(this.cMembers,this.filterMembers,"","column"),t&&(this.columnCount+=this.colValuesLength)):(e?(this.insertAllMember(this.rMembers,this.filterMembers,"","row"),this.rowCount+=this.rowValuesLength):this.rowGrandTotal=this.insertAllMember([],this.filterMembers,"","row")[0],t?(this.insertAllMember(this.cMembers,this.filterMembers,"","column"),this.columnCount+=this.colValuesLength):this.columnGrandTotal=this.insertAllMember([],this.filterMembers,"","column")[0])},e.prototype.insertSubTotals=function(){for(var e=this.pivotValues.length,i=0;i<e;i++){var a=this.pivotValues[i];if(a)for(var r=void 0,n=1,s=a.length,o=void 0,l=1,d=this.showSubTotalsAtTop?this.reformAxisCount:s,p=this.showSubTotalsAtTop?l:d-1,h=void 0,u=void 0;l<d;){var c=a[p];if(c){r&&(r.colSpan=n,r.colIndex=this.showSubTotalsAtTop?r.colIndex+(n-1):r.colIndex-(n-1)),this.showSubTotalsAtTop&&(h=u=this.getMemberSpanCount(this.pivotValues[i],p)),o={index:c.index,indexObject:c.indexObject},c.index=[],c.indexObject={},r=t.extend({},c,null,!0),c.index=o.index,c.indexObject=o.indexObject;for(var g=i+1;this.pivotValues[g]&&!this.pivotValues[g][p];){var m=this.pivotValues[i][p];m.isDrilled||!this.valueAxis&&!this.isLastHeaderHasMeasures&&m.members&&m.members.length>0&&g>this.measureIndex||(m.rowSpan=g-i+1,r.rowSpan=g-i+1);var f="sum"===c.type||"grand sum"===c.type?c.type:"sum";this.pivotValues[g][p]=this.headerContent[g][p]={type:f,formattedText:"sum"===c.type||"grand sum"===c.type?c.formattedText:c.formattedText+" Total",axis:"column",hierarchyName:c.hierarchyName,level:-1,colIndex:p,rowIndex:g,valueSort:c.valueSort},c.valueSort&&(c.valueSort[this.valueSortSettings.rowHeaderText]||c.valueSort[this.valueSortSettings.columnHeaderText])&&(this.valueSortSettings.columnIndex=p);var v=!1;"grand sum"===f?(m.rowSpan=g-i+1,r.rowSpan=g-i+1):"sum"!==m.type&&(m.isDrilled||this.valueAxisFields[m.actualText]&&!this.valueAxis&&!this.isLastHeaderHasMeasures&&m.members&&m.members.length>0)?(this.pivotValues[i+1][p].rowSpan=g-i,v=!0):this.pivotValues[g][p].rowSpan=-1,g>i+1&&("sum"===m.type||v)&&(this.pivotValues[g][p].rowSpan=-1),g++}n=1}else a[p]=this.headerContent[i][p]=t.extend({},r,null,!0),a[p].index=this.headerContent[i][p].index=o.index,a[p].indexObject=this.headerContent[i][p].indexObject=o.indexObject,n++,this.showSubTotalsAtTop?(u--,a[p].colSpan=u,a[p].colIndex=a[p].colIndex+(n-1)):(a[p].colSpan=n,a[p].colIndex=a[p].colIndex-(n-1));if(1===p&&r&&(this.showSubTotalsAtTop?(r.colSpan=h,r.colIndex=r.colIndex+(n-1)):(r.colSpan=n,r.colIndex=r.colIndex-(n-1))),this.showSubTotalsAtTop&&(a[p+1]||p+1===this.reformAxisCount)){var S=this.pivotValues[i][p-n+1];S.colSpan=h,this.pivotValues[i][p-n+1]=S}p=this.showSubTotalsAtTop?p+1:p-1,l++}}},e.prototype.getMemberSpanCount=function(e,t){for(var i=1,a=t+1;a<this.reformAxisCount&&!e[a];a++)i++;return i},e.prototype.frameDrillObject=function(e){void 0===e&&(e=null),this.fieldDrillCollection={};for(var t=0;t<this.drilledMembers.length;t++){for(var i=this.drilledMembers[t],a=!1,r=1,n=!1,s=this.fieldList[i.name],o=s&&s.expandAll,l=0;l<this.dataSourceSettings.rows.length;l++)if(this.dataSourceSettings.rows[l].name===i.name){r=((d=this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)&&this.measureIndex>-1&&this.measureIndex<=l)?l+1:l)+1,a=!!d,n=!0;break}if(!n)for(l=0;l<this.dataSourceSettings.columns.length;l++)if(this.dataSourceSettings.columns[l].name===i.name){var d=!this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)&&this.measureIndex>-1&&this.measureIndex<=l;r=(d?l+1:l)+1,a=!!d,n=!0;break}for(var p=0,h=i.items;p<h.length;p++){var u=h[p],c=u.split(i.delimiter);if(r===c.length){var g=i.name+this.valueSortSettings.headerDelimiter+c.join(this.valueSortSettings.headerDelimiter);if(this.fieldDrillCollection[g]=g,a){var m=!1;if(this.isExpandAll||o)for(var f=0,v=this.dataSourceSettings.values;f<v.length;f++){var S=v[f],y=S.caption?S.caption:S.name;if(c[this.measureIndex]=y,!(i.items.indexOf(c.join(i.delimiter))>-1)){m=!1;break}m=!0}((this.isExpandAll||o)&&m||!this.isExpandAll||!o)&&((c=u.split(i.delimiter)).splice(this.measureIndex,1),e&&e.memberName===u&&(e.memberName=c.join(i.delimiter)),g=i.name+this.valueSortSettings.headerDelimiter+c.join(this.valueSortSettings.headerDelimiter),this.fieldDrillCollection[g]=g)}}}}},e.prototype.getIndexedHeaders=function(e,i,a,r,n,s,o){var l=[],d=0;if(e&&e.length>0){d++;var p=e.length,h={},u=e[a].name,c=e[a],g=this.fieldList[u];if(t.isNullOrUndefined(this.reportDataType)){this.reportDataType={};for(_=0;_<this.dataSourceSettings.rows.length;_++)this.reportDataType[this.dataSourceSettings.rows[_].name]=this.dataSourceSettings.rows[_].dataType;for(_=0;_<this.dataSourceSettings.columns.length;_++)this.reportDataType[this.dataSourceSettings.columns[_].name]=this.dataSourceSettings.columns[_].dataType;for(_=0;_<this.dataSourceSettings.values.length;_++)this.reportDataType[this.dataSourceSettings.values[_].name]=this.dataSourceSettings.values[_].dataType}g.type=t.isNullOrUndefined(this.reportDataType[g.id])?g.type:this.reportDataType[g.id];var m=!1,f=this.formatFields[u]&&["date","dateTime","time"].indexOf(this.formatFields[u].type)>-1,v=r.length<1&&a>0||c.showNoDataItems,S={};if(v){for(var y=Object.keys(g.members),b=0,C=y.length;b<C;b++)(this.dataSourceSettings.showHeaderWhenEmpty||this.localeObj&&y[b]!==this.localeObj.getConstant("undefined"))&&(S[y[b]]=y[b]);r.length<1&&(m=!0,r.length=y.length)}n===this.dataSourceSettings.valueAxis&&this.measureIndex===a&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&(this.isLastHeaderHasMeasures=!1);for(var b=0,C=r.length;b<C;b++){var x={};t.isNullOrUndefined(e[a].showSubTotals)||e[a].showSubTotals||(x.showSubTotals=!1),x.hasChild=a<p-1,x.level=a,x.axis=n,x.colSpan=1,this.rowMaxLevel="row"===n&&this.rowMaxLevel<a?a:this.rowMaxLevel;var w=m?g.members[Object.keys(S)[0]].ordinal:this.valueMatrix[r[b]][g.index].ordinal,T=m?Object.keys(S)[0]:i[r[b]][this.fieldKeys[u]];if(T=this.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(T):T,!(t.isNullOrUndefined(T)||this.localeObj&&T===this.localeObj.getConstant("undefined"))||this.dataSourceSettings.showHeaderWhenEmpty){if(delete S[T],!v||!this.fieldFilterMem[u]||this.fieldFilterMem[u].memberObj[T]!==T){var M=f?{actualText:T,formattedText:g.dateMember[w-1].formattedText,dateText:g.dateMember[w-1].actualText}:{formattedText:null===T?this.localeObj?this.localeObj.getConstant("null"):String(T):void 0===T&&this.localeObj?u in this.groupingFields?this.localeObj.getConstant("groupOutOfRange"):this.localeObj.getConstant("undefined"):String(T),actualText:null===T?this.localeObj?this.localeObj.getConstant("null"):String(T):void 0===T?this.localeObj?u in this.groupingFields?this.localeObj.getConstant("groupOutOfRange"):this.localeObj.getConstant("undefined"):String(T):T};x.actualText=M.actualText,x.formattedText=M.formattedText,f&&(x.dateText=M.dateText);var D=!v||void 0!==this.filterPosObj[r[b]]&&!m,O=!1;if(v&&g.filter.length>0&&"include"===g.filterType&&(O=!0),h&&h[w]||O&&!(O&&g.filter.indexOf(T.toString())>-1))D&&(h[w].index.push(r[b]),h[w].indexObject[r[b]]=r[b]);else{h[w]={index:[],indexObject:{}},x.index=h[w].index,x.indexObject=h[w].indexObject,D&&(x.index=h[w].index=[r[b]],h[w].indexObject[r[b]]=r[b],x.indexObject=h[w].indexObject),x.ordinal=w,x.valueSort={},x.valueSort.axis=u,0!==a?(x.valueSort.levelName=s+this.valueSortSettings.headerDelimiter+(this.customProperties.isTabularLayout?this.getFormattedValue(x.formattedText,g.caption).formattedText:x.formattedText),x.valueSort[s+this.valueSortSettings.headerDelimiter+x.formattedText]=1,x.valueSort.uniqueName=s+this.valueSortSettings.headerDelimiter+(x.actualText?x.actualText:x.formattedText),x.valueSort[s+this.valueSortSettings.headerDelimiter+(x.actualText?x.actualText:x.formattedText)]=1):(x.valueSort[x.formattedText]=1,x.valueSort.levelName=this.customProperties.isTabularLayout?this.getFormattedValue(x.formattedText,g.caption).formattedText:x.formattedText,x.valueSort[x.actualText?x.actualText:x.formattedText]=1,x.valueSort.uniqueName=x.actualText?x.actualText:x.formattedText);var P=x.valueSort.axis+this.valueSortSettings.headerDelimiter+x.valueSort.levelName,N=this.isExpandAll||c&&c.expandAll;x.isDrilled=!(!o||!this.isValueFiltersAvail)||(x.hasChild&&this.fieldDrillCollection[P]?!N||!this.valueAxis&&!this.isLastHeaderHasMeasures&&d>=this.measureIndex:N),x.members=[],l.push(x)}v&&!m&&a>0&&b+1===r.length&&Object.keys(S).length>0&&(m=!0,C=Object.keys(S).length,b=-1)}}else v&&!m&&a>0&&b+1===r.length&&Object.keys(S).length>0&&(C=Object.keys(S).length,m=!0,b=-1)}for(var E=0,I=l.length;E<I;E++){if(!this.frameHeaderObjectsCollection)if("row"===n){var F=l[E].isDrilled&&l[E].hasChild;this.rowCount+=this.rowValuesLength+(F&&this.showSubTotalsAtBottom&&!this.customProperties.isTabularLayout?1:0)}else this.columnCount+=this.colValuesLength;var L=null;if(l[E].valueSort&&l[E].valueSort.levelName&&(L=l[E].valueSort.levelName),s=L||l[E].formattedText,!this.dataSourceSettings.showHeaderWhenEmpty&&p-1>a&&l[E].index&&l[E].index.length>0)if(v&&e[a+1]&&e[a+1].name&&Object.keys(this.fieldList[e[a+1].name].members).length>0)l[E].hasChild=!0;else{for(var A=l[E].index.length,R=0,k=0;k<A;k++){T=i[l[E].index[k]][this.fieldKeys[e[a+1].name]];(t.isNullOrUndefined(T)||this.localeObj&&T===this.localeObj.getConstant("undefined"))&&R++}l[E].hasChild=R!==A}if(p-1>a&&l[E].isDrilled){this.columnCount-=this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&c.showSubTotals||"column"!==n?0:this.colValuesLength;var j=l[E].index;l[E].members=this.getIndexedHeaders(e,i,a+1,void 0===j?[]:j,n,s,o),this.frameHeaderObjectsCollection&&(this.headerObjectsCollection[s]=l[E].members)}}if(this.enableSort){if(f)return this.sortHeaders(u,g,l,g.sort,"date");if("number"===g.type.toLowerCase()&&l.length>0&&"string"==typeof l[0].actualText&&l[0].actualText.match(/[a-zA-Z]+/g)){for(var H=[],q=void 0,V=[],U=[],_=0;_<l.length;_++)if(t.isNullOrUndefined(l[_].actualText.toString().match(/\d+/)))H.push(l[_]),q||"None"===g.sort||"Out of Range"===l[_].actualText&&(q=l[_],l.splice(_,1));else{if(""!==l[_].actualText){this.fieldList[u].isAlphanumeric=!0,V.push(l[_]);break}U.push(l[_])}return q&&("Ascending"===g.sort?"Grand Total"===l[0].actualText?l.splice(1,0,q):l.splice(0,0,q):"Grand Total"===l[l.length-1].actualText?l.splice(l.length-1,0,q):l.splice(l.length,0,q)),V.length>0&&this.sortHeaders(u,g,l,g.sort,g.isAlphanumeric),l}return this.sortHeaders(u,g,l,g.sort,g.type)}return l}return l},e.prototype.getOrderedIndex=function(e){for(var t={},i=0;i<e.length;i++)"grand sum"!==e[i].type&&(t[e[i].ordinal]=i);return t},e.prototype.insertPosition=function(e,t,i,a,r,n,s){var o=[],l=this.getOrderedIndex(s);if(e){for(var d={},p=e[i].name,h=this.fieldList[p],u=0,c=a.length;u<c;u++){var g={},m=this.valueMatrix[a[u]][h.index].ordinal,f=s[l[m]],v=t[a[u]][this.fieldKeys[p]];v=null===v?this.localeObj?this.localeObj.getConstant("null"):String(v):v;var S=this.formatFields[p]&&["date","dateTime","time"].indexOf(this.formatFields[p].type)>-1?this.getFormattedValue(v,p):{formattedText:v.toString(),actualText:v.toString()};f&&f.formattedText===S.formattedText&&(d&&d[m]?(d[m].index.push(a[u]),d[m].indexObject[a[u]]=a[u]):(d[m]={index:[],indexObject:{}},f.index=d[m].index=[a[u]],d[m].indexObject[a[u]]=a[u],f.indexObject=d[m].indexObject,f.valueSort={},f.valueSort.axis=p,0!==i?(f.valueSort.levelName=n+this.valueSortSettings.headerDelimiter+f.formattedText,f.valueSort[n+this.valueSortSettings.headerDelimiter+f.formattedText]=1,f.valueSort.uniqueName=n+this.valueSortSettings.headerDelimiter+(f.actualText?f.actualText:f.formattedText),f.valueSort[n+this.valueSortSettings.headerDelimiter+(f.actualText?f.actualText:f.formattedText)]=1):(f.valueSort[f.formattedText]=1,f.valueSort.levelName=f.formattedText,f.valueSort[f.actualText?f.actualText:f.formattedText]=1,f.valueSort.uniqueName=f.actualText?f.actualText:f.formattedText),g.members=[],o.push(g)))}for(var y=s.length-o.length;y>0;)o.push({members:[]}),y--;for(var b=0,C=o.length;b<C;b++)if(s[b].members.length>0){var x=null;s[b].valueSort&&s[b].valueSort.levelName&&(x=s[b].valueSort.levelName),n=x||s[b].formattedText,o[b].members=this.insertPosition(e,t,i+1,s[b].index,r,n,s[b].members)}return o}return o},e.prototype.insertTotalPosition=function(e){var t=e[e.length-1];if(t&&"grand sum"===t.type){t.index=this.filterMembers,t.indexObject={};for(var i=0,a=this.filterMembers.length;i<a;i++)t.indexObject[this.filterMembers[i]]=this.filterMembers[i]}return e},e.prototype.calculatePagingValues=function(){if(this.isPagingOrVirtualizationEnabled){1===this.valueAxis?this.rowValuesLength=this.dataSourceSettings.values.length:this.colValuesLength=this.dataSourceSettings.values.length,this.columnPageCount=Math.ceil(this.columnCount/this.pageSettings.columnPageSize),this.rowPageCount=Math.ceil(this.rowCount/this.pageSettings.rowPageSize),this.pageSettings.currentColumnPage=this.pageSettings.currentColumnPage>=this.columnPageCount||this.enableOptimizedRendering&&this.pageSettings.currentColumnPage>1&&(this.pageSettings.currentColumnPage+1)*this.colValuesLength>=this.columnPageCount?this.columnPageCount:this.pageSettings.currentColumnPage,this.pageSettings.currentRowPage=this.pageSettings.currentRowPage>=this.rowPageCount||this.enableOptimizedRendering&&this.pageSettings.currentRowPage>1&&(this.pageSettings.currentRowPage+1)*this.rowValuesLength>=this.rowPageCount?this.rowPageCount:this.pageSettings.currentRowPage;var e=this.enablePaging?1:this.enableOptimizedRendering?1.5:this.viewportPageCount;this.memberCnt=this.enablePaging?0:-this.rowValuesLength,this.rowStartPos=(this.pageSettings.currentRowPage*this.pageSettings.rowPageSize-this.pageSettings.rowPageSize)*(this.enablePaging?1:this.rowValuesLength)+(this.enablePaging?1:0);var t=this.enablePaging?this.rowStartPos:this.rowStartPos+this.pageSettings.rowPageSize*e*this.rowValuesLength>this.rowCount?this.rowCount-this.pageSettings.rowPageSize*e*this.rowValuesLength:this.rowStartPos;t<0&&(t=this.rowStartPos=0,this.pageSettings.currentRowPage=1),this.rowFirstLvl=(this.rowStartPos-t)%this.pageSettings.rowPageSize,this.rowStartPos=t,this.endPos=this.rowStartPos+this.pageSettings.rowPageSize*e*(this.enablePaging?1:this.rowValuesLength)-(this.enablePaging?1:0),this.endPos=this.endPos>this.rowCount+1?this.rowCount+1:this.endPos,this.lastMember={},this.rMembers=this.performSlicing(this.rMembers,[],this.rowStartPos,"row"),this.memberCnt=this.enablePaging?0:-this.colValuesLength,this.pageInLimit=!1,this.colHdrBufferCalculated=!1,this.colStartPos=(this.pageSettings.currentColumnPage*this.pageSettings.columnPageSize-this.pageSettings.columnPageSize)*(this.enablePaging?1:this.colValuesLength)+(this.enablePaging?1:0),(t=this.enablePaging?this.colStartPos:this.colStartPos+this.pageSettings.columnPageSize*e*this.colValuesLength>this.columnCount?this.columnCount-this.pageSettings.columnPageSize*e*this.colValuesLength:this.colStartPos)<0&&(t=this.colStartPos=0,this.pageSettings.currentColumnPage=1),this.colFirstLvl=(this.colStartPos-t)%this.pageSettings.columnPageSize,this.colStartPos=t,this.endPos=this.colStartPos+this.pageSettings.columnPageSize*e*(this.enablePaging?1:this.colValuesLength)-(this.enablePaging?1:0),this.endPos=this.endPos>this.columnCount+1?this.columnCount+1:this.endPos,this.cMembers=this.performSlicing(this.cMembers,[],this.colStartPos,"column"),this.memberCnt=-1,this.pageInLimit=!1,this.isValueHasAdvancedAggregate?("grand sum"!==this.rMembers[this.rMembers.length-1].type&&"grand sum"===this.headerCollection.rowHeaders[this.headerCollection.rowHeaders.length-1].type&&(this.rMembers.push(this.headerCollection.rowHeaders[this.headerCollection.rowHeaders.length-1]),this.removeRowGrandTotal=!0),"grand sum"!==this.cMembers[this.cMembers.length-1].type&&"grand sum"===this.headerCollection.columnHeaders[this.headerCollection.columnHeaders.length-1].type&&(this.cMembers.push(this.headerCollection.columnHeaders[this.headerCollection.columnHeaders.length-1]),this.removeColumnGrandTotal=!0)):(this.rowGrandTotal=this.rowGrandTotal?this.rowGrandTotal:this.headerCollection.rowHeaders[this.headerCollection.rowHeaders.length-1],this.columnGrandTotal=this.columnGrandTotal?this.columnGrandTotal:this.headerCollection.columnHeaders[this.headerCollection.columnHeaders.length-1])}},e.prototype.performSlicing=function(e,t,i,a){for(var r=0;e[r]&&!(this.enablePaging&&this.endPos<=this.memberCnt&&0!==r);){if(this.memberCnt+=e[r].level<=this.measureIndex?"column"===a?this.colValuesLength:this.rowValuesLength:1,!this.pageInLimit&&i<=this.memberCnt&&("column"===a?this.colFirstLvl=this.colFirstLvl+e[r].level:this.rowFirstLvl=this.rowFirstLvl+e[r].level,this.pageInLimit=!0),this.pageInLimit&&!this.enablePaging&&this.endPos<=this.memberCnt){if("column"!==a)break;if(0===e[r].members.length){if(this.colHdrBufferCalculated)break;this.colHdrBufferCalculated=!0,this.endPos+=e[r].level*this.colValuesLength}else if(this.colHdrBufferCalculated)break}if(e[r].members.length>0&&"row"===a&&(this.lastMember[e[r].actualText]=e[r].members[e[r].members.length-1].valueSort.levelName),t.push(e[r].members.length>0?this.removeChildMembers(e[r]):e[r]),e[r].members.length>0&&("column"===a?this.memberCnt-=this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&this.columnKeys[e[r].valueSort.axis].showSubTotals?0:this.colValuesLength:this.showSubTotalsAtBottom&&!this.customProperties.isTabularLayout&&this.memberCnt++,t[t.length-1].members=this.performSlicing(e[r].members,[],i,a)),this.pageInLimit||t.pop(),0===e[r].level&&this.pageInLimit&&this.endPos<=this.memberCnt)break;r++}return t},e.prototype.removeChildMembers=function(e){for(var t=Object.keys(e),i=0,a={};i<t.length;)a[t[i]]=e[t[i]],"members"===t[i]&&(a.members=[]),i++;return a},e.prototype.insertAllMember=function(e,t,i,a){var r=e.length,n={hasChild:!1,index:t,level:0,axis:a,isDrilled:!1,indexObject:{},members:[],actualText:"Grand"+(i=" Total"),formattedText:this.localeObj?this.localeObj.getConstant("grandTotal"):"Grand"+i,ordinal:r,type:"grand sum",valueSort:{}};n.valueSort[n.formattedText]=1,n.valueSort.levelName=n.formattedText,n.valueSort[n.actualText]=1,n.valueSort.uniqueName=n.actualText;for(var s=0,o=t.length;s<o;s++)n.indexObject[t[s]]=t[s];return"Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals?e.unshift(n):e.push(n),e},e.prototype.getTableData=function(e,i,a,r,n,s,o,l,d,p){for(var h=e.length,u=0;u<h;u++){var c=!this.valueAxis&&!this.isLastHeaderHasMeasures&&n.length<this.dataSourceSettings.columns.length+1?this.dataSourceSettings.columns.length+1:n.length,g=e[u];i[c]=g;var m=c-Number(Object.keys(i)[0]),f=!i[c].members.length;g.colIndex=0,g.rowIndex=c;var v=!1,S=this.dataSourceSettings.valueSortSettings.headerDelimiter;if(this.valueAxis&&0===this.dataSourceSettings.rows.length&&this.dataSourceSettings.values.length>1&&(this.rowIndex=t.isNullOrUndefined(this.rowIndex)&&!f&&0===this.dataSourceSettings.rows.length?g.index:this.rowIndex,v=this.valueAxis&&0===this.dataSourceSettings.rows.length&&g.valueSort.levelName&&0!==g.valueSort.levelName.toString().indexOf("Grand Total"+S),this.valueAxis&&0===this.dataSourceSettings.rows.length&&0===g.valueSort.levelName.toString().indexOf("Grand Total"+S)&&(g.index=this.rowIndex)),v)f||this.recursiveRowData(e,i,a,c,n,s,f,u,0,o,l,d);else{var y=!1;if(this.showSubTotalsAtBottom&&i[r]&&i[r].hasChild)for(var b=0,C=i[r].members;b<C.length;b++)if("value"===C[b].type){y=!0;break}if(y&&!i[c].isSum&&i[c].members&&0===i[c].members.length)continue;if(n[c]||(n[c]=[],this.valueContent[m]={}),n[c][0]=i[c]=this.valueContent[m][0]=B.getFormattedHeader(g,this),this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)){var x=c,w=m,T=c,M=!1;if(((0!==o||0!==this.measureIndex)&&!f||f)&&"value"===g.type&&!g.valueSort.axis||o>this.measureIndex&&"row"===g.axis&&g.valueSort.axis)for(var D=0,O=!1,P=g.valueSort.uniqueName?g.valueSort.uniqueName.toString().split(this.valueSortSettings.headerDelimiter):[],N=0,E=1,I=a.length;N<I;++N){if(!O)for(D=0;D<s;D++)if(P.indexOf(this.dataSourceSettings.values[D].name)>-1){O=!0,M=!0;break}if(o>this.measureIndex&&"row"===g.axis&&g.valueSort.axis)this.updateRowData(e,a,c,n,D,u,N,E,m,l,d);else{if(!i[r]){M=!1;break}var F=this.showSubTotalsAtBottom&&p?p:r;this.updateRowData(i,a,c,n,D,F,N,E,m,l,d)}E=n[c].length}if(!M)for(var N=0,E=1,I=a.length;N<I;++N)E=n[c].length,n[x][E]=this.valueContent[w][E]={axis:"value",actualText:"",colSpan:1,colIndex:E,formattedText:"",hasChild:!1};this.recursiveRowData(e,i,a,T,n,s,f,u,s,o,l,d)}else{for(var N=0,E=1,I=a.length;N<I;++N)for(var L=a[N].valueSort.uniqueName?a[N].valueSort.uniqueName.toString().split(this.valueSortSettings.headerDelimiter):[],D=0;D<s;D++)this.valueAxis||this.isLastHeaderHasMeasures?(this.updateRowData(e,a,c,n,D,u,N,E,m,l,d),E=n[c].length):L.indexOf(this.dataSourceSettings.values[D].name)>-1&&(this.updateRowData(e,a,c,n,D,u,N,E,m,l,d),E=n[c].length);this.recursiveRowData(e,i,a,c,n,s,f,u,0,o,l,d)}}}},e.prototype.insertRowSubTotals=function(e,t,i,a,r,n,s,o){var l=!!e[i].type&&("value"===e[i].type&&e[i].valueSort.levelName!==e[i].actualText);if(e[i].hasChild&&e[i].members.length>0){var d=[],p=B.frameHeaderWithKeys(e[i]);if("value"===e[i].members[0].type){for(var h=0,u=[],c=1,g=0,m=p.members;g<m.length;g++){var f=m[g];"value"===f.type&&(u[u.length]=f)}for(;h<u.length;){var v=B.frameHeaderWithKeys(u[h]),S=void 0;for(c;c<e.length;c++)if(e[c]&&e[c].valueSort.levelName===v.valueSort.levelName){S=e.indexOf(e[c]);break}S>-1&&(d[d.length]=S),v.formattedText=p.formattedText+" "+v.formattedText,v.isSum=!0,v.members=[],this.getTableData([v],e,t,i,a,r,n,s,o),h++}}else{p.formattedText=p.formattedText+" Total",p.members=[],p.isDrilled=!1,p.hasChild=!1,p.isSum=!0,p.type="sum";var y=l?this.getParentIndex(e,p):0;(this.enableVirtualization&&e[i].members&&e[i].members[e[i].members.length-1]&&e[i].members[e[i].members.length-1].valueSort&&e[i].members[e[i].members.length-1].valueSort.levelName===this.lastMember[e[i].actualText]||!this.enableVirtualization)&&this.getTableData([p],e,t,i,a,r,n,s,o,y),d=[i]}for(S=0;S<d.length;S++){var b=a[d[S]];b=b.map(function(e){return e.formattedText=0===e.colIndex?e.formattedText:"",e}),a[d[S]]=b}}},e.prototype.getParentIndex=function(e,t){for(var i=0,a=e.length-1;a>0;a--)if(t.level===e[a].level&&e[a].index){i=a;break}return i},e.prototype.getAggregatedHeaders=function(e,t,i,a,r){this.selectedHeaders={selectedHeader:[],values:[]};for(var n=r.length,s=0;s<n;s++)switch(r[s].type){case"DifferenceFrom":case"PercentageOfDifferenceFrom":var o=void 0,l=void 0;this.selectedHeaders.values.push(r[s].name),r[s].baseField&&r[s].baseItem?(o=r[s].baseField,l=r[s].baseItem):this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)&&t.length>0?(o=t[0].name,l=Object.keys(this.fieldList[t[0].name].members)[0]):e.length>0&&(o=e[0].name,l=Object.keys(this.fieldList[e[0].name].members)[0]);for(var d=!1,p=0,h=e;p<h.length;p++)if(h[p].name===o){this.getAggregatedHeaderData(i,r[s].name,l,!1,"row",r[s].type,this.selectedHeaders.selectedHeader,s),d=!0;break}if(!d)for(var u=0,c=t;u<c.length;u++)if(c[u].name===o){this.getAggregatedHeaderData(a,r[s].name,l,!1,"column",r[s].type,this.selectedHeaders.selectedHeader,s);break}break;case"PercentageOfParentRowTotal":case"PercentageOfParentColumnTotal":this.selectedHeaders.values.push(r[s].name),this.getAggregatedHeaderData("PercentageOfParentRowTotal"===r[s].type?i:a,r[s].name,void 0,!1,"PercentageOfParentRowTotal"===r[s].type?"row":"column",r[s].type,this.selectedHeaders.selectedHeader,s);break;case"RunningTotals":this.selectedHeaders.values.push(r[s].name),this.getAggregatedHeaderData(this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)?a:i,r[s].name,void 0,!1,this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)?"column":"row",r[s].type,this.selectedHeaders.selectedHeader,s);break;case"PercentageOfParentTotal":o=void 0;this.selectedHeaders.values.push(r[s].name),r[s].baseField?o=r[s].baseField:this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)&&t.length>0?o=t[0].name:e.length>0&&(o=e[0].name);for(var d=!1,g=e.length,m=0;m<g;m++)if(e[m].name===o){f=m>=this.measureIndex?m+1:m;this.getAggregatedHeaderData(i,r[s].name,void 0,!1,"row",r[s].type,this.selectedHeaders.selectedHeader,s,f),d=!0;break}if(!d)for(var g=t.length,m=0;m<g;m++)if(t[m].name===o){var f=m;this.valueAxis||this.isLastHeaderHasMeasures||(f=m>=this.measureIndex?m+1:m),this.getAggregatedHeaderData(a,r[s].name,void 0,!1,"column",r[s].type,this.selectedHeaders.selectedHeader,s,f);break}}},e.prototype.getAggregatedHeaderData=function(e,i,a,r,n,s,o,l,d){for(var p=0,h=e;p<h.length;p++){var u=h[p];switch(s){case"DifferenceFrom":case"PercentageOfDifferenceFrom":if(-1!==u.valueSort.levelName.toString().split(this.valueSortSettings.headerDelimiter).indexOf(a)){var c=[];if(!r&&"row"===n)for(var g=0,m=e;g<m.length;g++){var f=m[g];f.level>=u.level&&c.push(f)}if(o.push(this.updateSelectedHeaders(a,u.level,n,r,i,s,u.valueSort.levelName,r?[u]:"column"===n?e:c,l+1)),u.members.length>0){var v=!1,S=[];if("row"===n)for(var y=0,b=u.members;y<b.length;y++){if("value"!==(T=b[y]).type||0!==T.members.length){S.push(T),v=!1;break}v=!0}(!v&&S.length>0||"column"===n)&&this.getAggregatedHeaderData("column"===n?u.members:S,i,a,!0,n,s,o[o.length-1].childMembers,l)}}else u.members.length>0&&this.getAggregatedHeaderData(u.members,i,a,!1,n,s,o,l);break;case"RunningTotals":case"PercentageOfParentRowTotal":case"PercentageOfParentColumnTotal":"grand sum"===u.type?o.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,s,u.valueSort.levelName,e,l+1)):u.members.length>0&&(o.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,s,u.valueSort.levelName,u.members,l+1)),this.getAggregatedHeaderData(u.members,i,void 0,!1,n,s,o,l));break;case"PercentageOfParentTotal":if("grand sum"!==u.type)if(u.valueSort.levelName.split(this.valueSortSettings.headerDelimiter).length-1===d)if(u.members.length>0){if(r)for(var C=o[o.length-1].aggregateHeaders,x=0,w=u.members;x<w.length;x++){var T=w[x];C.push(t.extend({},T,null,!0))}else{var M=t.extend([],u.members,null,!0);o.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,s,u.valueSort.levelName,M,l+1)),(C=o[o.length-1].aggregateHeaders).push(t.extend({},u,null,!0))}this.getAggregatedHeaderData(u.members,i,void 0,!0,n,s,o,l,d+1)}else r||o.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,s,u.valueSort.levelName,[u],l+1));else u.members.length>0&&this.getAggregatedHeaderData(u.members,i,void 0,!1,n,s,o,l,d)}}},e.prototype.updateSelectedHeaders=function(e,i,a,r,n,s,o,l,d){return{name:e,level:i,axis:a,isChild:r,value:n,type:s,uniqueName:o,aggregateHeaders:t.extend([],l,null,!0),childMembers:[],valueCount:d}},e.prototype.applyAdvancedAggregate=function(e,t,i){if(this.aggregatedValueMatrix=[],this.selectedHeaders.values.length>0){for(var a={},r=[],n=[],s=!1,o=i.length,l=0;l<o;l++)if(void 0!==i[l]&&void 0!==i[l][0]){if(!s)for(var d=i[l].length,p=0;p<d;p++){var h=i[l][p].actualText;"value"===i[l][p].axis&&-1!==this.selectedHeaders.values.indexOf(h)&&(r.push(p),s=!0)}if(!(this.showSubTotalsAtBottom&&i[l][0].isDrilled&&i[l][0].hasChild)&&r.length>0&&"value"===i[l][r[0]].axis&&-1!==this.selectedHeaders.values.indexOf(i[l][r[0]].actualText)){n.push(l);for(var u=0,c=r;u<c.length;u++)a[l+","+(f=c[u])]=[l,f]}}this.updateAggregates(e,t,i,this.selectedHeaders.selectedHeader,r,n,a);for(var g=0,m=Object.keys(a);g<m.length;g++){var f=m[g];i[a[f][0]][a[f][1]].formattedText=this.selectedHeaders.selectedHeader.length>0?this.emptyCellTextContent:"#N/A",this.aggregatedValueMatrix[a[f][0]]||(this.aggregatedValueMatrix[a[f][0]]=[]),this.aggregatedValueMatrix[a[f][0]][a[f][1]]=0}this.updatePivotValues(!0)}},e.prototype.updateAggregates=function(e,i,a,r,n,s,o){for(var l=0,d=r;l<d.length;l++){var p=d[l],h=p.aggregateHeaders,u=p.value,c=p.type,g=p.uniqueName,m="row"===p.axis,f=void 0,v=[],S=[],y=[],b=[],C=[],x=[];if(-1!==["DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentRowTotal","PercentageOfParentColumnTotal","PercentageOfParentTotal","RunningTotals"].indexOf(p.type))if(m){if("RunningTotals"!==p.type)for(var w=0,T=s;w<T.length;w++)if(void 0!==e[Ue=T[w]]&&e[Ue].valueSort[g]){f=e[Ue],C=0===this.valueAxis||this.valueAxis&&a[Ue]&&a[Ue][1]&&a[Ue][1].actualText===u?a[Ue]:[];break}}else{for(var M=a.length,D=0;D<M&&(void 0!==a[D]&&void 0===a[D][0]);D++)y.push(a[D]);for(var O=y.length;O--;){var P=(A=y[O][n[0]]).actualText;-1===this.selectedHeaders.values.indexOf(P)&&(S=y[O],O=0)}if("RunningTotals"!==p.type){for(var N=S.length,E=0;E<N;E++){xe=!1;if(void 0!==S[E]&&S[E].valueSort[g]){f=S[E];for(var I=a.length,D=0;D<I;D++)void 0!==(A=a[D])&&void 0!==A[0]&&"value"===A[E].axis&&-1!==this.selectedHeaders.values.indexOf(A[E].actualText)&&(xe=!0,x[D]=A[E],b.push(D));if(xe)break}}if(0===x.length&&0===b.length)for(var N=S.length,E=0;E<N;E++){xe=!1;if(void 0!==S[E]&&0===S[E].valueSort.levelName.indexOf(g)){f=S[E];for(var F=a.length,L=0;L<F;L++){var A=a[L];void 0!==A&&void 0!==A[0]&&"value"===A[E].axis&&-1!==this.selectedHeaders.values.indexOf(A[E].actualText)&&(xe=!0,b.push(L))}if(xe)break}}}}switch(p.type){case"DifferenceFrom":case"PercentageOfDifferenceFrom":var R=p.isChild;if(m){if(R){for(var k=g.split(this.valueSortSettings.headerDelimiter),j=0,H=s;j<H.length;j++)if(void 0!==e[He=H[j]]&&-1!==(ee=e[He].valueSort.levelName.split(this.valueSortSettings.headerDelimiter)).indexOf(k[k.length-1])&&f&&e[He].level===f.level)for(var q=0,V=n;q<V.length;q++){Le=V[q];"value"===(X=a[He][Le]).axis&&X.actualText===u&&(v.push([He,Le]),o[He+","+Le]&&delete o[He+","+Le])}}else for(var U=0,_=h;U<_.length;U++)for(var B=_[U],G=0,z=s;G<z.length;G++)if(void 0!==e[Ue=z[G]]&&e[Ue].valueSort[B.valueSort.levelName]&&e[Ue].level===f.level&&"grand sum"!==e[Ue].type)for(var W=0,Q=n;W<Q.length;W++){Le=Q[W];"value"===(X=a[Ue][Le]).axis&&X.actualText===u&&(v.push([Ue,Le]),o[Ue+","+Le]&&delete o[Ue+","+Le])}for(var Y=0,K=v;Y<K.length;Y++){var X=a[(Le=K[Y])[0]][Le[1]],J=t.isNullOrUndefined(C[Le[1]].actualValue)?0:C[Le[1]].actualValue,Z=(t.isNullOrUndefined(X.actualValue)?0:X.actualValue)-J;Z=isNaN(Z)?0:0===X.value&&0===C[Le[1]].value?0:Z,this.aggregatedValueMatrix[Le[0]]||(this.aggregatedValueMatrix[Le[0]]=[]),"DifferenceFrom"===c?(this.aggregatedValueMatrix[Le[0]][Le[1]]=Z,X.formattedText=0===Z?this.emptyCellTextContent:this.getFormattedValue(Z,u).formattedText):(Z=0===J?0:Z/J,this.aggregatedValueMatrix[Le[0]][Le[1]]=Z,X.formattedText=X.showSubTotals?0!==Z?this.globalize.formatNumber(Z,{format:"P",maximumFractionDigits:this.getPercentFormat(this.formatFields,X.actualText)}):this.emptyCellTextContent:X.formattedText)}}else{if(R)for(var k=g.split(this.valueSortSettings.headerDelimiter),N=S.length,$=0;$<N;$++){xe=!1;if(void 0!==S[$]){var ee=S[$].valueSort.levelName.split(this.valueSortSettings.headerDelimiter);if(-1!==ee.indexOf(k[k.length-1])&&S[$].level===f.level){for(var te=0,ie=b;te<ie.length;te++)"value"===(X=a[Le=ie[te]][$]).axis&&X.actualText===u&&(xe=!0,v.push([Le,$]),o[Le+","+$]&&delete o[Le+","+$]);if(xe)break}}}else for(var ae=0,re=h;ae<re.length;ae++)for(var B=re[ae],N=S.length,E=0;E<N;E++){xe=!1;if(void 0!==S[E]&&S[E].valueSort[B.valueSort.levelName]&&f&&S[E].level===f.level&&"grand sum"!==S[E].type){for(var ne=0,se=b;ne<se.length;ne++)"value"===(X=a[Le=se[ne]][E]).axis&&X.actualText===u&&(xe=!0,v.push([Le,E]),o[Le+","+E]&&delete o[Le+","+E]);if(xe)break}}var oe=void 0;0===x.length&&(oe=this.getSelectedColumn(p.uniqueName,i));for(var le=0,de=v;le<de.length;le++){var X=a[(Le=de[le])[0]][Le[1]],pe=0;if(0===x.length){Ne=this.getSelectedRow(X.rowHeaders,e);pe=this.getAggregateValue(Ne.index,oe.indexObject,this.fieldList[u].index,p.type,!1)}else pe=x[Le[0]].value;Z=X.value-pe;Z=isNaN(Z)?0:Z,this.aggregatedValueMatrix[Le[0]]||(this.aggregatedValueMatrix[Le[0]]=[]),"DifferenceFrom"===c?(X.formattedText=0===Z?this.emptyCellTextContent:this.getFormattedValue(Z,u).formattedText,this.aggregatedValueMatrix[Le[0]][Le[1]]=Z):(Z=0===x[Le[0]].value?0:Z/x[Le[0]].value,X.formattedText=0!==Z?this.globalize.formatNumber(Z,{format:"P",maximumFractionDigits:this.getPercentFormat(this.formatFields,X.actualText)}):this.emptyCellTextContent,this.aggregatedValueMatrix[Le[0]][Le[1]]=Z)}}p.childMembers.length>0&&this.updateAggregates(e,i,a,p.childMembers,n,s,o);break;case"PercentageOfParentRowTotal":case"PercentageOfParentColumnTotal":case"PercentageOfParentTotal":if(m){for(var he=0,ue=h;he<ue.length;he++)for(var B=ue[he],ce=0,ge=s;ce<ge.length;ce++)if(void 0!==e[D=ge[ce]]&&e[D].valueSort[B.valueSort.levelName]&&e[D].level===B.level)for(var me=0,fe=n;me<fe.length;me++){Le=fe[me];"value"===(X=a[D][Le]).axis&&X.actualText===u&&(v.push([D,Le]),o[D+","+Le]&&delete o[D+","+Le])}for(var ve=0,Se=v;ve<Se.length;ve++){var X=a[(D=Se[ve])[0]][D[1]],ye=0;ye=0===C.length&&f?this.getAggregateValue(f.index,i[D[1]-1].indexObject,this.fieldList[u].index,p.type,!1):C[D[1]]?C[D[1]].actualValue:0;Z=X.value/ye;Z=isNaN(Z)?0:Z,X.formattedText=X.showSubTotals?0!==Z?this.globalize.formatNumber(Z,{format:"P",maximumFractionDigits:this.getPercentFormat(this.formatFields,X.actualText)}):this.emptyCellTextContent:X.formattedText,this.aggregatedValueMatrix[D[0]]||(this.aggregatedValueMatrix[D[0]]=[]),this.aggregatedValueMatrix[D[0]][D[1]]=Z}}else{for(var be=0,Ce=h;be<Ce.length;be++)for(var B=Ce[be],N=S.length,L=0;L<N;L++){var xe=!1;if(void 0!==S[L]&&S[L].valueSort[B.valueSort.levelName]){for(var we=0,Te=b;we<Te.length;we++){Le=Te[we];this.showSubTotalsAtBottom&&a[Le][0].isDrilled&&a[Le][0].hasChild||"value"===(X=a[Le][L]).axis&&X.actualText===u&&(xe=!0,v.push([Le,L]),o[Le+","+L]&&delete o[Le+","+L])}if(xe)break}}var Me=void 0;0===x.length&&(Me=this.getSelectedColumn(p.uniqueName,i));for(var De=0,Oe=v;De<Oe.length;De++){var X=a[(D=Oe[De])[0]][D[1]],Pe=0;if(0===x.length){var Ne=this.getSelectedRow(X.rowHeaders,e);Pe=this.getAggregateValue(Ne.index,Me.indexObject,this.fieldList[u].index,p.type,!1)}else Pe=x[D[0]].value;var Ee=X.value/Pe;Ee=isNaN(Ee)?0:Ee,X.formattedText=0!==Ee?this.globalize.formatNumber(Ee,{format:"P",maximumFractionDigits:this.getPercentFormat(this.formatFields,X.actualText)}):this.emptyCellTextContent,this.aggregatedValueMatrix[D[0]]||(this.aggregatedValueMatrix[D[0]]=[]),this.aggregatedValueMatrix[D[0]][D[1]]=Ee}}break;case"RunningTotals":if(m)for(var Ie=0,Fe=n;Ie<Fe.length;Ie++)for(var Le=Fe[Ie],Z=0,Ae=0,Re=h;Ae<Re.length;Ae++)for(var B=Re[Ae],ke=0,je=s;ke<je.length;ke++){var He=je[ke];if(void 0!==e[He]){X=a[He][Le];if(void 0!==e[He]&&e[He].valueSort[B.valueSort.levelName]&&e[He].level===B.level&&"value"===X.axis&&X.actualText===u){"grand sum"!==e[He].type&&(Z+=X.showSubTotals||!t.isNullOrUndefined(X.actualValue)&&isNaN(X.actualValue)?t.isNullOrUndefined(X.value)||isNaN(X.value)?null:X.value:X.actualValue,X.formattedText=X.showSubTotals?0===Z&&X.actualValue&&0!==X.actualValue?"":this.getFormattedValue(Z,u).formattedText:X.formattedText,this.aggregatedValueMatrix[He]||(this.aggregatedValueMatrix[He]=[]),this.aggregatedValueMatrix[He][Le]=Z),o[He+","+Le]&&delete o[He+","+Le];break}}}else for(var qe=0,Ve=s;qe<Ve.length;qe++){var Ue=Ve[qe];if(void 0!==a[Ue])for(var Z=0,_e=0,Be=h;_e<Be.length;_e++)for(var B=Be[_e],Ge=e[Ue].hasChild&&e[Ue].isDrilled&&(!t.isNullOrUndefined(e[Ue].showSubTotals)&&!e[Ue].showSubTotals||!this.dataSourceSettings.showSubTotals||!this.dataSourceSettings.showRowSubTotals),N=S.length,E=0;E<N;E++){X=a[Ue][E];if(void 0!==S[E]&&S[E].valueSort[B.valueSort.levelName]&&"value"===X.axis&&X.actualText===u){"grand sum"!==S[E].type&&(t.isNullOrUndefined(X.value)||(Z+=X.value),X.formattedText=Ge?"":this.getFormattedValue(Z,u).formattedText,this.aggregatedValueMatrix[Ue]||(this.aggregatedValueMatrix[Ue]=[]),this.aggregatedValueMatrix[Ue][E]=Z),o[Ue+","+E]&&delete o[Ue+","+E];break}}}}}},e.prototype.getSelectedColumn=function(e,t){for(var i={axis:"column",index:[],indexObject:{}},a=0,r=t;a<r.length;a++){var n=r[a];n&&n.valueSort&&0===n.valueSort.levelName.indexOf(e)&&(i.index=i.index.concat(n.index).sort(function(e,t){return e-t}),i.indexObject=G({},i.indexObject,n.indexObject))}return i},e.prototype.getSelectedRow=function(e,t){for(var i=0,a=t;i<a.length;i++){var r=a[i];if(r){if(r.valueSort&&r.valueSort.levelName===e)return r;if(""===e&&"grand sum"===r.type)return r}}return null},e.prototype.recursiveRowData=function(e,i,a,r,n,s,o,l,d,p,h,u){o||this.getTableData(i[r].members,i,a,r,n,s,p+1,h,u),this.showSubTotalsAtBottom&&(t.isNullOrUndefined(e[l].showSubTotals)||e[l].showSubTotals)&&this.insertRowSubTotals(i,a,r,n,s,p,h,u),this.isPagingOrVirtualizationEnabled||(i[r].members=[])},e.prototype.updateRowData=function(e,i,a,r,n,s,o,l,d,p,h){var u=this.fieldList[this.dataSourceSettings.values[n].name].index,c=this.fieldList[this.dataSourceSettings.values[n].name].aggregateType,g=this.dataSourceSettings.values[n].name,m=[],f={},v=0,S=0;switch(c){case"Index":for(var y=["cVal","rTotalVal","cTotalVal","gTotalVal"],b=0,C=0,x=m=[[e[s],i[o]],[e[s],h],[p,i[o]],[p,h]];C<x.length;C++){M=x[C];f[y[b]]=this.getAggregateValue(M[0].index,M[1].indexObject,u,c,0!==b),b++}D=f.cVal*f.gTotalVal/(f.rTotalVal*f.cTotalVal);v=!(e[s].members.length>0&&e[s].hasChild&&e[s].isDrilled)||(t.isNullOrUndefined(e[s].showSubTotals)||e[s].showSubTotals)&&this.dataSourceSettings.showRowSubTotals&&this.dataSourceSettings.showSubTotals?t.isNullOrUndefined(f.cVal)?f.cVal:isNaN(D)?0:D:void 0,S=t.isNullOrUndefined(f.cVal)?f.cVal:isNaN(D)?0:D;break;case"PercentageOfGrandTotal":case"PercentageOfColumnTotal":case"PercentageOfRowTotal":(m=[[e[s],i[o]]]).push("PercentageOfGrandTotal"===c?[p,h]:"PercentageOfColumnTotal"===c?[p,i[o]]:[e[s],h]);for(var y=["cVal","gTotalVal"],b=0,w=0,T=m;w<T.length;w++){var M=T[w];f[y[b]]=this.getAggregateValue(M[0].index,M[1].indexObject,u,c,0!==b),b++}D=f.cVal/f.gTotalVal;v=!(e[s].members.length>0&&e[s].hasChild&&e[s].isDrilled)||(t.isNullOrUndefined(e[s].showSubTotals)||e[s].showSubTotals)&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals?t.isNullOrUndefined(f.cVal)?f.cVal:isNaN(D)?0:D:void 0,S=t.isNullOrUndefined(f.cVal)?f.cVal:isNaN(D)?0:D;break;default:var D=this.getAggregateValue(e[s].index,i[o].indexObject,u,c,!1);v=!(e[s].members.length>0&&e[s].hasChild&&e[s].isDrilled)||(t.isNullOrUndefined(e[s].showSubTotals)||e[s].showSubTotals)&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals?D:void 0,S=D}var O={fieldName:this.dataSourceSettings.values[n].name,row:e[s],column:i[o],value:v,cellSets:this.getValueCellInfo?this.getCellSet(this.rawIndexObject):[],rowCellType:e[s].hasChild&&e[s].isDrilled?"subTotal":"grand sum"===e[s].type?"grandTotal":"value",columnCellType:i[o].hasChild&&i[o].isDrilled?"subTotal":"grand sum"===i[o].type?"grandTotal":"value",aggregateType:c,skipFormatting:!1};this.getValueCellInfo&&this.getValueCellInfo(O),v=O.value;var P=e[s].hasChild||i[o].hasChild||"grand sum"===e[s].type||"grand sum"===i[o].type||this.showSubTotalsAtBottom&&e[s].isSum,N="grand sum"===e[s].type||"grand sum"===i[o].type,E=e[s].members.length>0&&e[s].hasChild&&e[s].isDrilled&&(!t.isNullOrUndefined(e[s].showSubTotals)&&!e[s].showSubTotals||!this.dataSourceSettings.showSubTotals||!this.dataSourceSettings.showRowSubTotals),I=E?"":void 0===v?this.emptyCellTextContent:"Count"===c||"DistinctCount"===c?v.toLocaleString():this.getFormattedValue(v,g).formattedText;!isNaN(v)&&!t.isNullOrUndefined(v)&&["PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal"].indexOf(c)>=0?I=this.globalize.formatNumber(v,{format:"P",maximumFractionDigits:this.getPercentFormat(this.formatFields,O.fieldName)}):E||!isNaN(v)||t.isNullOrUndefined(v)||-1===["PopulationStDev","SampleStDev","PopulationVar","SampleVar"].indexOf(c)||(I="#DIV/0!",v=0),I=O.skipFormatting?t.isNullOrUndefined(v)?this.emptyCellTextContent:v.toString():I,r[a][l]=this.valueContent[d][l]={axis:"value",actualText:g,indexObject:this.isDrillThrough?this.rawIndexObject:{},rowHeaders:"grand sum"===e[s].type?"":e[s].valueSort.levelName,columnHeaders:"grand sum"===i[o].type?"":i[o].valueSort.levelName,formattedText:I,value:v,hierarchyName:i[o].hierarchyName,actualValue:S,rowIndex:a,colIndex:l,isSum:P,isGrandSum:N,showSubTotals:!E},this.rawIndexObject={}},e.prototype.getCellSet=function(e){for(var t=[],i=0,a=Object.keys(e);i<a.length;i++){var r=a[i];this.data[parseInt(r,10)]&&t.push(this.data[parseInt(r,10)])}return t},e.prototype.updateValueMembers=function(e,i,a,r,n,s,o){var l=a&&!t.isNullOrUndefined(a.levelName)?a.levelName.toString():void 0,d=a&&!t.isNullOrUndefined(a.uniqueName)?a.uniqueName.toString():void 0;if(e)for(var p=0;p<s;p++){var h=this.dataSourceSettings.values[p],u=h.caption?h.caption:h.name,c={axis:this.valueAxis?"row":"column",rowIndex:this.valueAxis?0:i&&o<=i.rowIndex?i.rowIndex+1:o,actualText:h.name,formattedText:u,level:0,valueSort:{},members:[],type:this.valueAxis?"value":i?i.type:null,index:!this.valueAxis&&i?i.index:null,indexObject:!this.valueAxis&&i?i.indexObject:null};n.length>0&&(c.showSubTotals=h.showSubTotals);var g=c.valueSort;g.axis=this.valueAxis?void 0:h.name,g[(l?l+this.valueSortSettings.headerDelimiter:"")+u]=1,g[(d?d+this.valueSortSettings.headerDelimiter:"")+h.name]=1,g.levelName=(l?l+this.valueSortSettings.headerDelimiter:"")+u,g.uniqueName=(d?d+this.valueSortSettings.headerDelimiter:"")+h.name,r.push(c),this.updateValueMembers(!1,i,g,c.members,n,s,o+1)}else for(var m=0,f=n.length;m<f;m++){var v=B.frameHeaderWithKeys(n[m]);v.members=[],v.rowIndex=this.valueAxis?v.rowIndex:o<0?0:o;var S={};S.axis=v.valueSort.axis,S[(l?l+this.valueSortSettings.headerDelimiter:"")+v.formattedText]=1,S[(d?d+this.valueSortSettings.headerDelimiter:"")+v.actualText]=1,S.levelName=(l?l+this.valueSortSettings.headerDelimiter:"")+v.formattedText,S.uniqueName=(d?d+this.valueSortSettings.headerDelimiter:"")+v.actualText,v.hierarchyName=v.valueSort.uniqueName,v.valueSort=S;var y=S.axis+this.valueSortSettings.headerDelimiter+S.levelName,b=this.fieldList[S.axis];v.isDrilled&&((this.isExpandAll||b.expandAll)&&this.fieldDrillCollection[y]||!this.isExpandAll&&!b.expandAll&&!this.fieldDrillCollection[y])&&(v.isDrilled=!1),r.push(v),v.isDrilled&&n[m].members.length>0?(this.valueAxis&&o<this.measureIndex&&this.measureIndex!==o+1&&(!n[m].hasChild||(t.isNullOrUndefined(n[m].showSubTotals)||n[m].showSubTotals)&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals)&&this.updateValueMembers(!0,v,S,r[r.length-1].members,[],s,o),this.updateValueMembers(this.measureIndex===o+1,v,S,r[r.length-1].members,n[m].members,s,o+1),!this.valueAxis&&o<this.measureIndex&&this.measureIndex!==o+1&&(!n[m].hasChild||(t.isNullOrUndefined(n[m].showSubTotals)||n[m].showSubTotals)&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals)&&this.updateValueMembers(!0,v,S,r[r.length-1].members,[],s,o)):o<this.measureIndex&&this.updateValueMembers(!0,v,S,r[r.length-1].members,[],s,o)}},e.prototype.reArrangeValueMember=function(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];this.valueAxisFields[r.actualText]&&(t[t.length]=r)}return t.concat(e).slice(0,e.length)},e.prototype.frameDefinedHeaderData=function(e,i,a,r,n,s){for(var o=0,l=e.length;o<l;o++){var d=!0;!(e[o].members.length>0)||(t.isNullOrUndefined(e[o].showSubTotals)||e[o].showSubTotals)&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals||(d=!1);var p=this.measureIndex<r&&d?1:this.measureIndex>r&&e[o].members.length>0||this.measureIndex!==r+1||!e[o].isDrilled?this.measureIndex===r&&0!==this.measureIndex&&d?1:this.measureIndex>r&&d&&e[o].valueSort&&e[o].valueSort.axis&&this.measureNames[e[o].valueSort.axis.toString()]?1:0:0!==this.measureIndex&&d?1:0;if(e[o].members.length){var h=void 0,u=e[o].members;this.showSubTotalsAtTop?r+1<this.measureIndex&&d?(h=n,u=this.reArrangeValueMember(u)):h=n+p:h=n,this.frameDefinedHeaderData(u,i,a,r+1,h,s)}var c=this.measureIndex>r&&e[o].valueSort&&e[o].valueSort.axis&&this.measureNames[e[o].valueSort.axis.toString()]?this.measureIndex:r;i[(n=this.showSubTotalsAtTop?n+1:i.length+p)-1]||(i[n-1]=B.frameHeaderWithKeys(e[o])),e[o].colIndex=n,a[c]?a[c][n]=this.headerContent[c][n]=B.frameHeaderWithKeys(e[o]):(a[c]=[],this.headerContent[c]={},a[c][n]=this.headerContent[c][n]=B.frameHeaderWithKeys(e[o])),this.isPagingOrVirtualizationEnabled||this.showSubTotalsAtTop&&0===p||i[n-1]&&(i[n-1].members=[]),this.showSubTotalsAtTop&&(n=i.length,o+1===l&&0===e[o].level&&(this.reformAxisCount=i.length+1))}},e.prototype.getHeaderData=function(e,i,a,r,n,s,o,l,d){if(!this.valueAxis&&!this.isLastHeaderHasMeasures){var p=[];if(this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showColumnGrandTotals&&"grand sum"===n[n.length-1].type)this.updateValueMembers(0===this.measureIndex&&n.length>1,null,null,p,n.slice(0,n.length-1),d,0),this.updateValueMembers(!1,null,null,p,n.slice(n.length-1,n.length),d,-1);else if("Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals&&0===this.measureIndex)this.updateValueMembers(!1,null,null,p,n.slice(0,1),d,-1),this.updateValueMembers(0===this.measureIndex&&n.length>1,null,null,p,n.slice(1,n.length),d,0);else{var h=0===i.length&&1===n.length&&"grand sum"===n[0].type;this.updateValueMembers(!h&&0===this.measureIndex,null,null,p,n,d,h?-1:0)}if(this.getAggregatedHeaders(e,i,this.rMembers,p,a),this.selectedHeaders.values.length>0)for(var u=this.selectedHeaders.selectedHeader.length,c=0;c<u;c++)if("column"===(y=this.selectedHeaders.selectedHeader[c]).axis)if(y.uniqueName===y.value)this.selectedHeaders.selectedHeader.splice(c,1),c--,u--;else if("Grand Total"===y.uniqueName)for(var g=y.aggregateHeaders.length,m=0;m<g;m++)if(y.aggregateHeaders[m]&&y.aggregateHeaders[m].members.length>0)for(var f=0,v=y.aggregateHeaders[m].members;f<v.length;f++)(T=v[f]).actualText===y.value&&(y.aggregateHeaders[m]=T,"grand sum"===T.type&&(y.uniqueName=T.valueSort.levelName));return void this.frameDefinedHeaderData(p,s,o,0,this.showSubTotalsAtTop?0:1,d)}if(0===r.length&&this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)&&this.dataSourceSettings.values.length>0){if(this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals&&!t.isNullOrUndefined(this.rMembers)&&this.rMembers.length>0&&"grand sum"===this.rMembers[this.rMembers.length-1].type)this.updateValueMembers(0===this.measureIndex&&this.rMembers.length>1,null,null,r,this.rMembers.slice(0,this.rMembers.length-1),this.dataSourceSettings.values.length,0),this.updateValueMembers(!1,null,null,r,this.rMembers.slice(this.rMembers.length-1,this.rMembers.length),this.dataSourceSettings.values.length,-1);else if("Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals&&0===this.measureIndex)this.updateValueMembers(!1,null,null,r,this.rMembers.slice(0,1),this.dataSourceSettings.values.length,-1),this.updateValueMembers(0===this.measureIndex&&this.rMembers.length>1,null,null,r,this.rMembers.slice(1,this.rMembers.length),this.dataSourceSettings.values.length,0);else{var S=0===e.length&&1===this.rMembers.length&&"grand sum"===this.rMembers[0].type;this.updateValueMembers(!S&&0===this.measureIndex,null,null,r,this.rMembers,this.dataSourceSettings.values.length,S?-1:0)}if(this.getAggregatedHeaders(e,i,r,n,a),this.selectedHeaders.values.length>0)for(var u=this.selectedHeaders.selectedHeader.length,c=0;c<u;c++){var y=this.selectedHeaders.selectedHeader[c];if("row"===y.axis)for(var b=y.aggregateHeaders.length,m=0;m<b;m++)if(y.aggregateHeaders[m].actualText===y.value){if(-1!==y.aggregateHeaders[m].valueSort.levelName.indexOf(y.uniqueName))y.uniqueName=y.aggregateHeaders[m].valueSort.levelName,y.aggregateHeaders.splice(m,1),m--,b--;else for(var C=y.aggregateHeaders[m].members.length,x=0;x<C;x++)if("value"!==(T=y.aggregateHeaders[m].members[x]).type&&T.level===y.aggregateHeaders[m].level){var w=t.extend([],y.aggregateHeaders[m].members,null,!0);y.aggregateHeaders=[].concat(y.aggregateHeaders,w,y.aggregateHeaders.splice(m)),y.aggregateHeaders.splice(w.length+m,1),m=w.length+m-1,b=y.aggregateHeaders.length}}else if(y.aggregateHeaders[m].actualText!==y.value&&y.aggregateHeaders[m].members.length>0)for(var C=y.aggregateHeaders[m].members.length,x=0;x<C;x++){var T=y.aggregateHeaders[m].members[x];if(T.actualText===y.value){y.uniqueName===y.aggregateHeaders[m].valueSort.levelName&&(y.uniqueName=T.valueSort.levelName),y.aggregateHeaders[m].members.splice(x,1),y.aggregateHeaders[m]=T;break}}}}for(var M=n.length,D=this.dataSourceSettings.columns.length,O=this.valueSortSettings.headerText,P=0;P<M;P++){var N=!t.isNullOrUndefined(n[P].showSubTotals)&&!n[P].showSubTotals;n[P].members.length&&this.getHeaderData(e,i,a,r,n[P].members,s,o,this.showSubTotalsAtTop&&!N?l+1:l,d);var E=!0;l=this.showSubTotalsAtTop?l:s.length,!N&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals?s[l]=B.frameHeaderWithKeys(n[P]):(n[P].members.length>0?(this.removeCount++,E=!1):s[this.showSubTotalsAtTop?l:s.length]=B.frameHeaderWithKeys(n[P]),l=this.showSubTotalsAtTop?l:s.length-1);var I=n[P].level;n[P].rowIndex=I;var F=l*d+(this.showSubTotalsAtTop?1:d);n[P].colIndex=F,o[I]||(o[I]=[],this.headerContent[I]={}),o[I][F]=this.headerContent[I][F]=B.getFormattedHeader(n[P],this);var L=0===this.dataSourceSettings.columns.length&&1===this.dataSourceSettings.values.length;if((this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader||L)&&!this.valueAxis&&E)for(var A=0;A<d;A++){var R=this.dataSourceSettings.values[A].caption?this.dataSourceSettings.values[A].caption:this.dataSourceSettings.values[A].name,k={axis:"column",actualText:this.dataSourceSettings.values[A].name,formattedText:R,level:0,valueSort:{},colIndex:l*d+1+A,rowIndex:D};o[D]?o[D][l*d+1+A]=this.headerContent[D][l*d+1+A]=k:(o[D]=[],this.headerContent[D]={},o[D][l*d+1+A]=this.headerContent[D][l*d+1+A]=k);var j=o[D][l*d+1+A].valueSort;j[n[P].valueSort.levelName+this.valueSortSettings.headerDelimiter+R]=1,j.levelName=n[P].valueSort.levelName+this.valueSortSettings.headerDelimiter+R,j[n[P].valueSort.uniqueName+this.valueSortSettings.headerDelimiter+this.dataSourceSettings.values[A].name]=1,j.uniqueName=n[P].valueSort.uniqueName+this.valueSortSettings.headerDelimiter+this.dataSourceSettings.values[A].name,j&&j[O]&&(this.valueSortSettings.columnIndex=l*d+1+A)}else n[P].valueSort&&n[P].valueSort[O]&&(this.valueSortSettings.columnIndex=l*d+1);this.isPagingOrVirtualizationEnabled||(s[l].members=[]),this.showSubTotalsAtTop&&(l=s.length,0===n[P].level&&P+1===M&&(this.reformAxisCount=s.length*d+1))}},e.prototype.getAggregateValue=function(e,i,a,r,n){var s=0,o=0,l=0,d=!0,p=!1;switch(r.toLowerCase()){case"median":for(var h=[],u=0;void 0!==e[s];)void 0!==i[x=e[s]]&&(p=!0,this.rawIndexObject[x]=x,t.isNullOrUndefined(this.valueMatrix[x][a].member)||h.push(this.valueMatrix[x][a].member)),s++;(N=h.length)>0&&(h.sort(function(e,t){return e-t}),o=N%2==0?(h[u=N/2<=1?0:N/2-1]+h[u+1])/2:h[u=(N+1)/2<=1?0:(N+1)/2-1]);break;case"count":for(;void 0!==e[s];)void 0!==i[x=e[s]]&&(p=!0,this.rawIndexObject[x]=x,o+=t.isNullOrUndefined(this.valueMatrix[x][a].member)?0:this.allowDataCompression?this.valueMatrix[x][a].member:1),s++;break;case"distinctcount":for(var c=[];void 0!==e[s];){if(void 0!==i[e[s]]){this.rawIndexObject[e[s]]=e[s],p=!0;m=this.data[e[s]][this.fieldKeys[this.fields[a]]];if(!t.isNullOrUndefined(m)){A=m.toString();(0===c.length||c.length>0&&-1===c.indexOf(A))&&(o+=this.allowDataCompression&&"number"==typeof m?m:1,c.push(A))}}s++}break;case"product":for(;void 0!==e[s];){if(void 0!==i[x=e[s]]){this.rawIndexObject[x]=x,p=!0;A=this.valueMatrix[x][a].member;t.isNullOrUndefined(A)?d&&(o=A):(o=d||t.isNullOrUndefined(o)?1:o,o*=A),d=!1}s++}break;case"populationstdev":case"samplestdev":case"populationvar":case"samplevar":for(var g=0,m=0,f=[],v=0,S=0,y=0;void 0!==e[s];){if(void 0!==i[x=e[s]]){p=!0,this.rawIndexObject[x]=x;A=this.valueMatrix[x][a].member;t.isNullOrUndefined(A)||(m+=A,f.push(A),g++)}s++}if(g>0){v=m/g;for(var b=0,C=f;b<C.length;b++){var x=C[b];y+=Math.pow(x-v,2)}o=0===(S=-1!==["populationstdev","samplestdev"].indexOf(r.toLowerCase())?Math.sqrt(y/("populationstdev"===r.toLowerCase()?g:g-1)):y/("populationvar"===r.toLowerCase()?g:g-1))?NaN:S}else o=m;break;case"min":var w=!0;for(o=void 0;void 0!==e[s];)void 0!==i[x=e[s]]&&void 0!==this.valueMatrix[x][a].member&&(p=!0,this.rawIndexObject[x]=x,t.isNullOrUndefined(o)&&t.isNullOrUndefined(this.valueMatrix[x][a].member)?o=this.valueMatrix[x][a].member:w?(o=this.valueMatrix[x][a].member,w=!1):o=this.valueMatrix[x][a].member<o?this.valueMatrix[x][a].member:o),s++;break;case"max":for(var T=!0;void 0!==e[s];)void 0!==i[x=e[s]]&&void 0!==this.valueMatrix[x][a].member&&(p=!0,this.rawIndexObject[x]=x,T?(o=this.valueMatrix[x][a].member,T=!1):o=this.valueMatrix[x][a].member>o?this.valueMatrix[x][a].member:o),s++;break;case"calculatedfield":p=!0;var M=this.calculatedFields[this.fields[a]],D=M.formula,O={};if(this.calculatedFormulas[M.name])for(var P=this.calculatedFormulas[M.name],N=0,E=P.length;N<E;N++){var I=P[N],F=O[I.formula];if(void 0===F){var L=I.type;F=this.getAggregateValue(e,i,I.index,L,!1),O[I.formula]=F}D=D.replace(I.formula,String(F))}o=(o=this.evaluate(D))===1/0||o===-1/0?1/0:void 0===o||isNaN(o)?void 0:JSON.parse(String(o));break;default:for(o=void 0;void 0!==e[s];){if(void 0!==i[x=e[s]]){p=!0,n||(this.rawIndexObject[x]=x);var A=this.valueMatrix[x][a].member;t.isNullOrUndefined(o)&&t.isNullOrUndefined(A)?o=A:(t.isNullOrUndefined(o)&&(o=0),o+=t.isNullOrUndefined(A)?0:A),t.isNullOrUndefined(A)||l++}s++}}return r&&"avg"===r.toLowerCase()&&0!==o&&!t.isNullOrUndefined(o)?o/l:p?o:void 0},e.prototype.evaluate=function(e){return Function('"use strict";return ('+e+")")()},e.prototype.getFormattedValue=function(e,i){var a=null===e?this.localeObj?this.localeObj.getConstant("null"):String(e):void 0===e?this.localeObj?i in this.groupingFields?this.localeObj.getConstant("groupOutOfRange"):this.localeObj.getConstant("undefined"):String(e):e,r={formattedText:a.toString(),actualText:a,dateText:a};if(this.formatFields[i]&&(this.formatFields[i].format||this.formatFields[i].skeleton)&&!t.isNullOrUndefined(e))try{var n=this.formatFields[i].properties?this.formatFields[i].properties:this.formatFields[i],s=t.extend({},n,null,!0);delete s.name,!s.minimumSignificantDigits&&s.minimumSignificantDigits<1&&delete s.minimumSignificantDigits,!s.maximumSignificantDigits&&s.maximumSignificantDigits<1&&delete s.maximumSignificantDigits,s.type?(r.formattedText=null===this.dateFormatFunction[i].exactFormat(new Date(e))?r.formattedText:this.dateFormatFunction[i].exactFormat(new Date(e)),r.actualText=e):(delete s.type,s.format&&!this.formatRegex.test(s.format)&&(t.isNullOrUndefined(s.minimumFractionDigits)&&delete s.minimumFractionDigits,t.isNullOrUndefined(s.maximumFractionDigits)&&delete s.maximumFractionDigits,t.isNullOrUndefined(s.minimumIntegerDigits)&&delete s.minimumIntegerDigits),r.formattedText=this.globalize.formatNumber(isNaN(Number(e))?e:Number(e),s),r.actualText=isNaN(Number(e))?e:Number(e),r.dateText=isNaN(Number(e))?e:Number(e)),"None"!==this.fieldList[i].sort&&s.type&&["date","dateTime","time"].indexOf(this.formatFields[i].type)>-1&&(r.dateText=this.dateFormatFunction[i].fullFormat(new Date(e))),this.fieldList[i].isCustomField&&(r.formattedText="NaN"===r.formattedText?a.toString():r.formattedText,r.dateText="NaN"===r.dateText?a.toString():r.dateText)}catch(e){if(!this.fieldList[i].isCustomField)throw e}finally{this.fieldList[i].isCustomField&&(r.formattedText=t.isNullOrUndefined(r.formattedText)||"NaN"===r.formattedText?a.toString():r.formattedText,r.dateText=t.isNullOrUndefined(r.dateText)||"NaN"===r.dateText?a.toString():r.dateText)}return r},e.prototype.powerFunction=function(e){if(e.indexOf("^")>-1){for(var t=[];e.indexOf("(")>-1;)e=e.replace(/(\([^()]*\))/g,function(e,i){return t.push(i),"~"+(t.length-1)});for(t.push(e),e="~"+(t.length-1);e.indexOf("~")>-1;)e=e.replace(new RegExp("~(\\d+)","g"),function(e,i){return t[i].replace(/(\w*)\^(\w*)/g,"Math.pow($1,$2)")})}return e},e.prototype.getTabularPivotValues=function(e,i,a){this.tabularPivotValues=[];var r,n=Object.keys(this.groupingFields).length>0;"row"!==this.dataSourceSettings.valueAxis||!(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)||i||a||(this.rowMaxLevel=this.rowMaxLevel+1);for(var s=0;s<this.pivotValues.length;s++){for(var o=void 0,l=!1,d=!0,p=void 0,h=void 0,u=void 0,c=!1;t.isNullOrUndefined(this.pivotValues[s])&&s<this.pivotValues.length;)this.tabularPivotValues.length++,s++;s<this.pivotValues.length&&(o=this.pivotValues[s]);var g=o[0]?o[0]:void 0;if(g&&(p=g.valueSort.levelName,h=p.split(this.dataSourceSettings.valueSortSettings.headerDelimiter),(!this.dataSourceSettings.showSubTotals&&"value"!==g.type||this.dataSourceSettings.showColumnSubTotals&&!this.dataSourceSettings.showRowSubTotals)&&g.formattedText!==this.localeObj.getConstant("grandTotal")&&g.isSum&&(d=!1),n)){var m=this.pivotValues[s-1][0],f=this.tabularPivotValues[this.tabularPivotValues.length-1][this.rowMaxLevel-1];if(!t.isNullOrUndefined(m)||!t.isNullOrUndefined(f)){var v=m.valueSort.axis,S=void 0;!t.isNullOrUndefined(f)&&f.valueSort.axis&&(S=f.valueSort.axis),u=(v.includes("custom_group")||!t.isNullOrUndefined(S)&&S.includes("custom_group"))&&(m.formattedText===h[this.rowMaxLevel-1]&&m.formattedText!==h[h.length-1]||f&&f.formattedText===h[this.rowMaxLevel-1])?m.valueSort.axis?m.valueSort.axis:f.valueSort.axis:g.valueSort.axis}}if(g&&"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)){if("value"===g.type&&h.length-1!==this.rowMaxLevel&&h[0]!==this.localeObj.getConstant("grandTotal"))for(var y=0;y<this.dataSourceSettings.values.length;y++)if(g.formattedText===this.dataSourceSettings.values[y].name){d=!1,g.hasChild=!1;break}h.length-1!==this.rowMaxLevel?(g.isDrilled=!0,g.hasChild||g.type?h[0]===this.localeObj.getConstant("grandTotal")&&"grand sum"===g.type?g.hasChild=!0:g.level=h.length-1:g.hasChild=!0):g.level=h.length-1,l=B.isMemberDrilled(g,h,this.drilledMembers)}if(d&&h&&h.length>1&&"sum"===g.type&&h[h.length-1]===h[h.length-2]&&(d=!1),t.isNullOrUndefined(g)||"row"!==g.axis){for(var b=[],C=this.rowMaxLevel+1,x=0;x<this.rowMaxLevel;x++)b.push(void 0);b.push(g);for(var w=o.slice(1,o.length),T=0;T<w.length;T++)w[T].colIndex=C,w[T].rowIndex=this.tabularPivotValues.length,C++;b=b.concat(w),this.tabularPivotValues.push(b)}else if(!t.isNullOrUndefined(o[1])&&(!g.hasChild||!g.isDrilled)&&d){var M=[];if("row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&(e&&l?h.length-1<this.rowMaxLevel:h.length<=this.rowMaxLevel)&&"value"===g.type&&(this.dataSourceSettings.expandAll?!l:l)||h[0]===this.localeObj.getConstant("grandTotal")){for(var D=h.length-1;D>=0;D--){if(c=!0,h[D]===h[h.length-2]){if(M[D]=h[h.length-2]+" "+h[h.length-1],0===D)break;for(;D>=0;)M[D-1]=h[D-1],D--;break}M[D]=h[h.length-2]+" "+h[h.length-1]}h=M}r=g.colIndex;for(var O=[],P=h[0],N=0,E=0;E<h.length-1||E<this.rowMaxLevel;E++){var I=void 0,F=void 0,L=g.isDrilled,A=g.hasChild;if("row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)?(I=!1,F=!1,h[h.length-1]!==h[h.length-2]&&(E<(h.length-1===this.rowMaxLevel&&this.dataSourceSettings.rows.length===this.rowMaxLevel?h.length-2:h.length-1)&&(F=!0),E<h.length-2&&(I=!0))):(E<this.rowMaxLevel&&(A=!0),(h.length>1||0===E)&&(L=!0)),E<h.length-1&&(E>0&&(P=P+this.dataSourceSettings.valueSortSettings.headerDelimiter+h[E]),O.push({actualText:h[E],axis:g.axis,formattedText:h[E],rowIndex:this.tabularPivotValues.length,hasChild:"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&"grand sum"!==g.type?F:A,isDrilled:"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&"grand sum"!==g.type?I:L,level:N,valueSort:{levelName:c&&"value"===g.type&&E===this.rowMaxLevel?g.valueSort.levelName:P,axis:n?u?u.includes("custom_group")?u:this.dataSourceSettings.rows[E].name:g.valueSort.axis:this.dataSourceSettings.rows[E]?this.dataSourceSettings.rows[E].name:g.valueSort.axis},type:c?g.type:void 0,colIndex:r++,colSpan:1,rowSpan:1})),E>=g.level){var R=0===E?this.rowMaxLevel:this.rowMaxLevel-1;O.push({actualText:"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)?void 0===h[E]?h[h.length-1]:h[E]:g.formattedText,axis:g.axis,formattedText:"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)?void 0===h[E]?h[h.length-1]:h[E]:g.formattedText,rowIndex:this.tabularPivotValues.length,hasChild:"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&"grand sum"!==g.type?F:g.hasChild,isDrilled:"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&"grand sum"!==g.type?I:g.isDrilled,level:N,valueSort:{levelName:g.valueSort.levelName,axis:n?u?u.includes("custom_group")?u:this.dataSourceSettings.rows[E].name:g.valueSort.axis:this.dataSourceSettings.rows[E].name},type:c?g.type:g.type?g.type:void 0,colIndex:r++,colSpan:R,rowSpan:1})}N++}g.colIndex=r,g.rowIndex=this.tabularPivotValues.length,g.colSpan=1,g.rowSpan=1,"row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&(g.formattedText=h[h.length-1]),O.push(g),this.setColumnSpan(O,g);for(var w=o.slice(1,o.length),k=1;k<o.length;k++){var j=o[k];j.colIndex=r+1,j.rowIndex=this.tabularPivotValues.length,r++}O=O.concat(w),this.tabularPivotValues.push(O)}}return this.tabularPivotValues},e.prototype.setColumnSpan=function(e,t){for(var i=1,a=e.length-1;a>=0;a--)if(0!==a&&e[a].formattedText===e[a-1].formattedText&&e[a].valueSort.levelName===e[a-1].valueSort.levelName&&(e[a].colSpan=0,i++,e[a-1].colSpan=i),a<("row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)?e.length-2:e.length-1)&&!t.isSum&&e[e.length-1].formattedText!==e[e.length-2].formattedText&&"grand sum"!==t.type){e[a].hasChild=!0;for(var r=this.dataSourceSettings.drilledMembers,n=0;n<r.length;n++)for(var s=0;s<r[n].items.length;s++)r[n].items[s]===e[a].formattedText&&(e[a].isDrilled=!!e[a].isDrilled)}},e.prototype.setRowSpan=function(){for(var e=this.headerContent.length,i=0;i<this.rowMaxLevel;i++){var a=1;if(this.tabularPivotValues.length>this.rowMaxLevel+e)for(var r=this.tabularPivotValues.length-1;r>=e-1;r--)if(r!==e-1){var n=this.tabularPivotValues;if(t.isNullOrUndefined(n[r-1]))break;if(t.isNullOrUndefined(n[r-1][i]))a=1;else{var s=n[r-1][i].valueSort.levelName,o=s.lastIndexOf(this.dataSourceSettings.valueSortSettings.headerDelimiter),l=-1!==o?s.substring(0,o):s,d=n[r][i].valueSort.levelName,p=d.lastIndexOf(this.dataSourceSettings.valueSortSettings.headerDelimiter),h=-1!==p?d.substring(0,p):d;n[r][i].formattedText===n[r-1][i].formattedText&&h===l?(n[r][i].rowSpan=0,a++,n[r-1][i].rowSpan=a):a=1}}}},e}(),W="initial-load",Q="ui-update",Y="content-ready",K="data-ready",X="tree-view-update",J="Show chart view",Z=function(){function e(e){this.menuInfo=[],this.stringAggregateTypes=["Count","DistinctCount"],this.parent=e}return e.prototype.render=function(e,t){this.parentElement=t,this.openContextMenu(e)},e.prototype.openContextMenu=function(e){var t=this,i=e.target.parentElement.getAttribute("data-uid"),a=B.getFieldInfo(i,this.parent);this.buttonElement=e.target.parentElement;var r="number"!==this.parent.engineModule.fieldList[i].type?1:0,n=this.getMenuItem(r).slice();if(this.parent.actionObj.actionName="Aggregate field",this.parent.actionObj.fieldInfo=a.fieldItem,!this.parent.actionBeginMethod()){var s={cancel:!1,fieldName:i,aggregateTypes:n,displayMenuCount:7},o="pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent;try{o.trigger("aggregateMenuOpen",s,function(i){if(!i.cancel){n=i.aggregateTypes,t.createContextMenu(r,n,i.displayMenuCount),t.currentMenu=e.target;var a=t.currentMenu.getBoundingClientRect();t.parent.enableRtl?t.menuInfo[r].open(a.top+(window.scrollY||document.documentElement.scrollTop),a.left-105):t.menuInfo[r].open(a.top+(window.scrollY||document.documentElement.scrollTop),a.left)}})}catch(e){this.parent.actionFailureMethod(e)}}},e.prototype.createContextMenu=function(e,i,a){var r=this,n=[];n[e]=[],this.menuInfo[e]&&!this.menuInfo[e].isDestroyed&&this.menuInfo[e].destroy();for(var o=[],l=0;l<i.length;l++){var d=i[l];e?this.stringAggregateTypes.indexOf(d)>-1&&o.indexOf(d)<0&&(n[e].push({text:this.parent.localeObj.getConstant(d),id:this.parent.element.id+"StringMenu_"+d}),o.push(d)):this.parent.getAllSummaryType().indexOf(d)>-1&&o.indexOf(d)<0&&(n[e].push({text:this.parent.localeObj.getConstant(d),id:this.parent.element.id+"_"+d}),o.push(d))}n[e].length>a&&(n[e].splice(a),n[e].push({text:this.parent.localeObj.getConstant("MoreOption"),id:this.parent.element.id+"_MoreOption"}));var p={items:n[e],enableRtl:this.parent.enableRtl,locale:this.parent.locale,cssClass:this.parent.cssClass,beforeOpen:this.beforeMenuOpen.bind(this,e),onClose:function(){t.select("#"+r.buttonElement.id,r.parentElement).focus()},select:this.selectOptionInContextMenu.bind(this)},h=document.getElementById(this.parent.element.id+(e?"valueFieldStringContextMenu":"valueFieldContextMenu"));null!==h?h.innerHTML="":h=t.createElement("ul",{id:this.parent.element.id+(e?"valueFieldStringContextMenu":"valueFieldContextMenu")}),this.parent.element.appendChild(h),this.menuInfo[e]=new s.ContextMenu(p),this.menuInfo[e].isStringTemplate=!0,this.menuInfo[e].appendTo(h)},e.prototype.getMenuItem=function(e){for(var t=[],i=0;i<this.parent.aggregateTypes.length;i++){var a=this.parent.aggregateTypes[i];e?this.stringAggregateTypes.indexOf(a)>-1&&-1===t.indexOf(a)&&t.push(a):this.parent.getAllSummaryType().indexOf(a)>-1&&-1===t.indexOf(a)&&t.push(a)}return t},e.prototype.beforeMenuOpen=function(e,t){t.element.style.zIndex=(this.menuInfo[e].element.style.zIndex+3).toString(),t.element.style.display="inline"},e.prototype.createValueSettingsDialog=function(e,i,a){this.parentElement=i;var n=t.createElement("div",{id:this.parentElement.id+"_ValueDialog",className:"e-value-field-settings",attrs:{"data-field":e.getAttribute("data-uid")?e.getAttribute("data-uid"):e.getAttribute("data-field")}});this.parentElement.appendChild(n);var s=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!0,header:this.parent.localeObj.getConstant("valueFieldSettings"),content:this.createFieldOptions(e,a),isModal:!0,visible:!0,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"320px",height:"auto",position:{X:"center",Y:"center"},buttons:[{click:this.updateValueSettings.bind(this),isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("ok"),isPrimary:!0}},{click:function(){s.hide()},isFlat:!1,buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}}],closeOnEscape:"pivotfieldlist"!==this.parent.getModuleName()||"Popup"!==this.parent.renderMode,target:this.parentElement,close:this.removeDialog.bind(this),cssClass:this.parent.cssClass});s.isStringTemplate=!0,s.appendTo(n)},e.prototype.createFieldOptions=function(e,i){var a=this,r=e.getAttribute("data-caption"),n=i&&"MoreOption"!==i?i:e.getAttribute("data-type"),s=e.getAttribute("data-basefield"),d=e.getAttribute("data-baseitem");n="undefined"!==n.toString()?n:"Sum";for(var p=[],h=this.parent.aggregateTypes,u=[],c=0;c<h.length;c++)this.parent.getAllSummaryType().indexOf(h[c])>-1&&u.indexOf(h[c])<0&&(p.push({value:h[c],text:this.parent.localeObj.getConstant(h[c])}),u.push(h[c]));for(var g=["DifferenceFrom","PercentageOfDifferenceFrom"],m=["DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"],f=t.extend([],this.parent.dataSourceSettings.rows,null,!0),v=[],S=[],y=0,b=f=f.concat(this.parent.dataSourceSettings.columns);y<b.length;y++){var C=b[y],x=C.name,w=C.caption?C.caption:C.name;v.push({value:x,text:w})}if(0===Object.keys(v).length)v.push({value:"",text:""}),s="",S=[];else{var T="undefined"!==(s=s&&"undefined"!==s.toString()&&"null"!==s.toString()?s:v[0].value).toString()?s:v[0].value,M=B.isDateField(T,this.parent.engineModule);S=this.parent.engineModule.fieldList[T].dateMember.map(function(e){return M?e.formattedText:a.parent.engineModule.getFormattedValue(e.actualText,T).formattedText})}d="undefined"!==d.toString()?d:S[0];var D=t.createElement("div",{className:"e-value-field-div-content",id:this.parentElement.id+"_field_div_content",attrs:{"data-type":n,"data-caption":r,"data-basefield":s,"data-baseitem":d}}),O=t.createElement("div",{className:"e-field-name-text-container"}),P=t.createElement("div",{className:"e-field-option-container"}),N=t.createElement("div",{className:"e-type-option-container"}),E=t.createElement("div",{className:"e-base-field-option-container"}),I=t.createElement("div",{className:"e-base-item-option-container"}),F=t.createElement("div",{className:"e-field-name-title"});F.innerText=this.parent.localeObj.getConstant("sourceName")+" ";var L=t.createElement("div",{className:"e-field-name-content"});L.innerText=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(e.getAttribute("data-uid")?e.getAttribute("data-uid"):e.getAttribute("data-field")):e.getAttribute("data-uid")?e.getAttribute("data-uid"):e.getAttribute("data-field"),this.buttonElement=this.buttonElement?this.buttonElement:document.getElementsByClassName(L.innerText)[0];var A=t.createElement("div",{className:"e-type-option-text"});A.innerText=this.parent.localeObj.getConstant("sourceCaption");var R=t.createElement("div",{className:"e-base-field-option-text"});R.innerText=this.parent.localeObj.getConstant("summarizeValuesBy");var k=t.createElement("div",{className:"e-base-item-option-text"});k.innerText=this.parent.localeObj.getConstant("baseField");var j=t.createElement("div",{className:"e-type-option-text"});j.innerText=this.parent.localeObj.getConstant("baseItem");var H=t.createElement("div",{className:"e-caption-input-container"}),q=t.createElement("div",{id:this.parentElement.id+"_type_option"}),V=t.createElement("div",{id:this.parentElement.id+"_base_field_option"}),U=t.createElement("div",{id:this.parentElement.id+"_base_item_option"}),_=t.createElement("input",{id:this.parentElement.id+"type_input_option",className:"e-caption-input-text",attrs:{type:"text"}});O.appendChild(F),O.appendChild(L),H.appendChild(A),H.appendChild(_),N.appendChild(R),E.appendChild(k),I.appendChild(j),N.appendChild(q),E.appendChild(V),I.appendChild(U),P.appendChild(O),P.appendChild(H),P.appendChild(N),P.appendChild(E),P.appendChild(I),D.appendChild(P);var G=this,z=new l.DropDownList({dataSource:p,enableRtl:this.parent.enableRtl,locale:this.parent.locale,fields:{value:"value",text:"text"},value:n,cssClass:"e-value-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){W.enabled=-1!==m.indexOf(e.value),Q.enabled=-1!==g.indexOf(e.value),Q.enabled&&1===Q.dataSource.length&&(Q.dataSource=S,Q.dataBind())}});z.isStringTemplate=!0,z.appendTo(q);var W=new l.DropDownList({dataSource:v,enableRtl:this.parent.enableRtl,locale:this.parent.locale,fields:{value:"value",text:"text"},value:s,enabled:-1!==m.indexOf(n),cssClass:"e-value-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){var t=B.isDateField(e.value,a.parent.engineModule);S=G.parent.engineModule.fieldList[e.value].dateMember.map(function(i){return t?i.formattedText:a.parent.engineModule.getFormattedValue(i.actualText,e.value).formattedText}),Q.dataSource=S,Q.value=S[0],Q.filterBarPlaceholder=G.parent.localeObj.getConstant("example")+" "+S[0],Q.itemData=null,Q.dataBind()}});W.isStringTemplate=!0,W.appendTo(V);var Q=new l.DropDownList({dataSource:S,enableRtl:this.parent.enableRtl,locale:this.parent.locale,value:d,allowFiltering:!0,filterBarPlaceholder:this.parent.localeObj.getConstant("example")+" "+S[0],enabled:-1!==g.indexOf(n),cssClass:"e-filter-operator"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%"});Q.isStringTemplate=!0,Q.appendTo(U);var Y=new o.MaskedTextBox({placeholder:"Enter field caption",enableRtl:this.parent.enableRtl,locale:this.parent.locale,value:r,width:"100%",cssClass:this.parent.cssClass});return Y.isStringTemplate=!0,Y.appendTo(_),D},e.prototype.selectOptionInContextMenu=function(e){if(null!==e.item.text){var i=this.currentMenu.parentElement,a=B.getFieldInfo(i?i.getAttribute("data-uid"):"",this.parent);if(this.parent.actionObj.actionName="Aggregate field",this.parent.actionObj.fieldInfo=a.fieldItem,this.parent.actionBeginMethod())return;var r=e.item.id.split("_").pop();try{if("MoreOption"===r||"PercentageOfDifferenceFrom"===r||"PercentageOfParentTotal"===r||"DifferenceFrom"===r)this.createValueSettingsDialog(i,this.parentElement,r);else{var n=i.getAttribute("data-uid"),s=this.parent.dataSourceSettings.values,o=i.querySelector(".e-pvt-btn-content"),l=e.item.text+" "+this.parent.localeObj.getConstant("of")+" "+this.parent.engineModule.fieldList[n].caption;l=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(l):l,this.parent.dataSourceSettings.showAggregationOnValueField&&(o.innerText=l),o.setAttribute("title",l),i.setAttribute("data-type",r);for(var d=0;d<this.parent.dataSourceSettings.values.length;d++)if(this.parent.dataSourceSettings.values[d].name===n){var p=t.extend({},s[d].properties?s[d].properties:s[d],null,!0);p.type=r,this.parent.engineModule.fieldList[n].aggregateType=r,s.splice(d,1,p),this.parent.lastAggregationInfo=p}this.updateDataSource()}}catch(e){this.parent.actionFailureMethod(e)}}},e.prototype.updateDataSource=function(e){!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate||"pivotview"===this.parent.getModuleName()||this.parent.isAdaptive&&"pivotfieldlist"===this.parent.getModuleName()&&"Popup"===this.parent.renderMode?this.parent.updateDataSource(e):"pivotfieldlist"===this.parent.getModuleName()&&"Popup"===this.parent.renderMode?(this.parent.pivotGridModule.setProperties({dataSourceSettings:this.parent.dataSourceSettings.properties},!0),this.parent.pivotGridModule.notify(Q,this),this.parent.pivotGridModule.engineModule=this.parent.engineModule):this.parent.triggerPopulateEvent()},e.prototype.updateValueSettings=function(){var e,i=t.getInstance(t.select("#"+this.parentElement.id+"_ValueDialog",document),r.Dialog),a=i.element,n=t.getInstance(t.select("#"+this.parentElement.id+"type_input_option"),o.MaskedTextBox),s=t.getInstance(t.select("#"+this.parentElement.id+"_type_option"),l.DropDownList),d=t.getInstance(t.select("#"+this.parentElement.id+"_base_field_option"),l.DropDownList),p=t.getInstance(t.select("#"+this.parentElement.id+"_base_item_option"),l.DropDownList),h=a.getAttribute("data-field");if(this.parentElement.querySelector(".e-pivot-button")&&(e=this.parentElement.getElementsByClassName("e-pivot-button "+h.replace(/[^A-Z0-9]/gi,""))[0]),e){var u=e.querySelector(".e-pvt-btn-content"),c=this.parent.dataSourceSettings.showAggregationOnValueField?this.parent.localeObj.getConstant(s.value)+" "+this.parent.localeObj.getConstant("of")+" "+n.value:n.value;c=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(c):c,u.innerText=c,u.setAttribute("title",c),e.setAttribute("data-type",s.value),e.setAttribute("data-caption",n.value),e.setAttribute("data-basefield",d.value),e.setAttribute("data-baseitem",p.value)}var g=B.getFieldByName(h,this.parent.dataSourceSettings.values);(g=g.properties?g.properties:g).caption=n.value,g.type=s.value,g.baseField=d.value,g.baseItem=p.value,this.parent.engineModule.fieldList[h].aggregateType=g.type,i.close(),this.parent.lastAggregationInfo=g,this.updateDataSource(!0)},e.prototype.removeDialog=function(){this.buttonElement&&t.select("#"+this.buttonElement.id,this.parentElement)&&t.select("#"+this.buttonElement.id,this.parentElement).focus();var e=t.select("#"+this.parentElement.id+"_ValueDialog",document),i=e?t.getInstance(e,r.Dialog):null;i&&!i.isDestroyed&&i.destroy(),document.getElementById(this.parentElement.id+"_ValueDialog")&&t.remove(document.getElementById(this.parentElement.id+"_ValueDialog"))},e.prototype.destroy=function(){this.parent&&this.parent.isDestroyed||(this.cleanupMenuInstances(),this.cleanupDialogs(),this.cleanupDOMElements(),this.currentMenu=null,this.buttonElement=null)},e.prototype.cleanupMenuInstances=function(){if(this.menuInfo){for(var e=0;e<this.menuInfo.length;e++)this.menuInfo[e]&&!this.menuInfo[e].isDestroyed&&this.menuInfo[e].destroy();this.menuInfo=[]}for(var i=0,a=[document.getElementById(this.parent.element.id+"valueFieldContextMenu"),document.getElementById(this.parent.element.id+"valueFieldStringContextMenu")];i<a.length;i++){var r=a[i];r&&t.remove(r)}},e.prototype.cleanupDialogs=function(){if(this.parentElement){var e=t.select("#"+this.parentElement.id+"_ValueDialog",document);if(e){var i=t.getInstance(e,r.Dialog);i&&!i.isDestroyed&&(this.cleanupDialogComponents(e),i.destroy()),t.remove(e)}}},e.prototype.cleanupDialogComponents=function(e){if(e&&this.parentElement){var i=t.select("#"+this.parentElement.id+"type_input_option",e);if(i){var a=t.getInstance(i,o.MaskedTextBox);a&&!a.isDestroyed&&a.destroy()}for(var r=0,n=["#"+this.parentElement.id+"_type_option","#"+this.parentElement.id+"_base_field_option","#"+this.parentElement.id+"_base_item_option"];r<n.length;r++){var s=n[r],d=t.select(s,e);if(d){var p=t.getInstance(d,l.DropDownList);p&&!p.isDestroyed&&p.destroy()}}}},e.prototype.cleanupDOMElements=function(){for(var e=0,i=[this.parent.element.id+"valueFieldContextMenu",this.parent.element.id+"valueFieldStringContextMenu"];e<i.length;e++){var a=i[e],r=document.getElementById(a);r&&t.remove(r)}},e}(),$=function(){function e(e){this.isAutoFitEnabled=!1,this.pivotColumns=[],this.indentCollection={},this.colPos=0,this.lastSpan=0,this.lvlCollection={},this.hierarchyCollection={},this.lvlPosCollection={},this.hierarchyPosCollection={},this.position=0,this.measurePos=0,this.maxMeasurePos=0,this.hierarchyCount=0,this.actualText="",this.drilledLevelInfo={},this.parent=e,this.resColWidth=this.parent.showGroupingBar&&this.parent.groupingBarModule?this.parent.isAdaptive?180:250:this.parent.isAdaptive?140:200,this.engine="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,this.gridSettings=this.parent.gridSettings,this.formatList=this.getFormatList(),this.aggMenu=new Z(this.parent)}return e.prototype.render=function(e){if(e&&(this.timeOutObj&&(clearTimeout(this.timeOutObj),this.timeOutObj=void 0),this.removeAllHyperlinkEventHandlers(),this.initProperties()),this.resColWidth=this.parent.isTabular?this.gridSettings.columnWidth:this.parent.showGroupingBar&&this.parent.groupingBarModule?this.parent.isAdaptive?180:250:this.parent.isAdaptive?140:200,this.engine="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,this.gridSettings=this.parent.gridSettings,this.formatList=this.getFormatList(),this.parent.gridCellCollection={},this.injectGridModules(this.parent),this.rowStartPos=this.getRowStartPos(),this.parent.grid&&this.parent.grid.element&&this.parent.element.querySelector(".e-grid")){this.parent.notEmpty=!0,this.engine.isEngineUpdated?"olap"!==this.parent.dataType&&(this.parent.isTabular&&(this.engine.headerContent=this.frameDataSource("header")),(this.parent.enableValueSorting||this.parent.isTabular)&&(this.engine.valueContent=this.frameDataSource("value"))):(this.engine.headerContent=this.frameDataSource("header"),this.engine.valueContent=this.frameDataSource("value")),this.engine.isEngineUpdated=!1;var i=this.parent.isTabular?this.parent.engineModule.rowMaxLevel+1:1;this.parent.grid.setProperties({frozenColumns:i,columns:this.frameStackedHeaders(),dataSource:("olap"===this.parent.dataType&&""!==this.parent.dataSourceSettings.url||this.parent.dataSourceSettings.dataSource&&this.parent.engineModule.data.length>0&&this.parent.dataSourceSettings.values.length>0)&&!this.engine.isEmptyData?this.frameGridDataSource(this.engine.valueContent):this.frameDataSource("value")},!0),this.parent.grid.notify("datasource-modified",{}),this.parent.isScrolling&&(this.parent.resizeInfo={}),this.parent.grid.width=this.calculateGridWidth(),this.parent.grid.refreshColumns(),this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.parent.element.querySelector(".e-grouping-bar")&&this.parent.groupingBarModule.setGridRowWidth(),this.isAutoFitEnabled?this.addPivotAutoFitClass():this.removePivotAutoFitClass(),!this.gridSettings.allowAutoResizing&&this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.parent.element.querySelector(".e-grouping-bar")&&this.parent.groupingBarModule.refreshUI(),this.parent.isScrolling||this.calculateGridHeight(!0)}else{this.parent.element.innerHTML="",this.bindGrid(this.parent,!!this.engine.isEmptyData);var a=t.createElement("div",{id:this.parent.element.id+"_grid"});this.parent.element.appendChild(a),this.parent.grid.isStringTemplate=!0,this.parent.grid.appendTo(a)}this.parent.grid.on(n.headerRefreshed,this.refreshHeader,this)},e.prototype.initProperties=function(){this.rowStartPos=void 0,this.maxIndent=void 0,this.resColWidth=void 0,this.isOverflows=void 0,this.indentCollection={},this.formatList=void 0,this.colPos=0,this.colGrandPos=void 0,this.rowGrandPos=void 0,this.lastSpan=0,this.field=void 0,this.fieldCaption=void 0,this.lvlCollection={},this.hierarchyCollection={},this.lvlPosCollection={},this.hierarchyPosCollection={},this.position=0,this.measurePos=0,this.maxMeasurePos=0,this.hierarchyCount=0,this.actualText="",this.timeOutObj=void 0},e.prototype.refreshHeader=function(){var e=this.parent.element.querySelector(".e-content-virtualtable");if(this.parent.enableVirtualization&&!t.isNullOrUndefined(e)){var i=t.closest(e,".e-gridcontent").querySelector("."+F),a=this.parent.element.querySelector(".e-headercontent"),r=e.querySelector(".e-virtualtrack");if(this.parent.virtualHeaderDiv=a.querySelector(".e-virtualtrack"),a.querySelector(".e-virtualtrack")?t.remove(a.querySelector(".e-virtualtrack")):this.parent.virtualHeaderDiv=t.createElement("div",{className:"e-virtualtrack"}),a.appendChild(this.parent.virtualHeaderDiv),r&&t.setStyleAttribute(this.parent.virtualHeaderDiv,{height:0,width:r.style.width}),a.querySelector("."+w)){t.setStyleAttribute(a.querySelector("."+w),{transform:e.querySelector("."+w).style.transform.split(",")[0]+",0px)"});var n=parseInt(a.querySelector("."+w).style.transform.split("(")[1].split(",")[0].split("px")[0],10);this.parent.enableRtl?this.parent.element.querySelector(".e-leftfreeze").style.right=Number(n)+"px":this.parent.element.querySelector(".e-leftfreeze").style.left=Number(-n)+"px"}var s=this.parent.isAdaptive?e:i&&"none"!==i.style.display?i:e.parentElement;a.scrollLeft=s.scrollLeft}},e.prototype.bindGrid=function(e,t){this.injectGridModules(e),this.parent.grid=new n.Grid({cssClass:this.parent.cssClass,frozenColumns:1,frozenRows:0,enableHover:!1,dataSource:t?this.frameEmptyData():this.frameDataSource("value"),columns:t?this.frameEmptyColumns():this.frameStackedHeaders(),height:t?"auto":this.calculateGridHeight(),width:t?this.gridSettings.allowAutoResizing?this.parent.width:400:this.calculateGridWidth(),locale:e.locale,enableRtl:e.enableRtl,allowExcelExport:e.allowExcelExport,allowPdfExport:e.allowPdfExport,allowResizing:this.gridSettings.allowResizing,allowTextWrap:this.gridSettings.allowTextWrap,clipMode:this.gridSettings.clipMode,allowReordering:this.gridSettings.allowReordering,allowSelection:this.gridSettings.allowSelection,contextMenuItems:this.gridSettings.contextMenuItems,selectedRowIndex:this.gridSettings.selectedRowIndex,selectionSettings:this.gridSettings.selectionSettings,textWrapSettings:this.gridSettings.textWrapSettings,printMode:this.gridSettings.printMode,rowHeight:this.gridSettings.rowHeight,gridLines:this.gridSettings.gridLines,contextMenuClick:this.contextMenuClick.bind(this),contextMenuOpen:this.contextMenuOpen.bind(this),beforeCopy:this.gridSettings.beforeCopy?this.gridSettings.beforeCopy.bind(this.parent):void 0,beforePrint:this.gridSettings.beforePrint?this.gridSettings.beforePrint.bind(this.parent):void 0,printComplete:this.gridSettings.printComplete?this.gridSettings.printComplete.bind(this.parent):void 0,rowSelecting:this.gridSettings.rowSelecting?this.gridSettings.rowSelecting.bind(this.parent):void 0,rowSelected:this.rowSelected.bind(this),rowDeselecting:this.gridSettings.rowDeselecting?this.gridSettings.rowDeselecting.bind(this.parent):void 0,rowDeselected:this.rowDeselected.bind(this),cellSelecting:this.cellSelecting.bind(this),cellSelected:this.cellSelected.bind(this),cellDeselecting:this.gridSettings.cellDeselecting?this.gridSettings.cellDeselecting.bind(this.parent):void 0,cellDeselected:this.cellDeselected.bind(this),resizeStart:this.gridSettings.resizeStart?this.gridSettings.resizeStart.bind(this.parent):void 0,columnDragStart:this.gridSettings.columnDragStart?this.gridSettings.columnDragStart.bind(this):void 0,columnDrag:this.gridSettings.columnDrag?this.gridSettings.columnDrag.bind(this):void 0,columnDrop:this.gridSettings.columnDrop?this.gridSettings.columnDrop.bind(this):void 0,beforeExcelExport:this.beforeExcelExport.bind(this),resizing:this.setGroupWidth.bind(this),resizeStop:this.onResizeStop.bind(this),queryCellInfo:this.queryCellInfo.bind(this),dataBound:this.dataBound.bind(this),headerCellInfo:this.headerCellInfo.bind(this),excelHeaderQueryCellInfo:this.excelHeaderQueryCellInfo.bind(this),pdfHeaderQueryCellInfo:this.pdfHeaderQueryCellInfo.bind(this),excelQueryCellInfo:this.excelQueryCellInfo.bind(this),pdfQueryCellInfo:this.pdfQueryCellInfo.bind(this),beforePdfExport:this.gridSettings.beforePdfExport?this.gridSettings.beforePdfExport.bind(this):void 0,pdfExportComplete:this.pdfExportComplete.bind(this),excelExportComplete:this.excelExportComplete.bind(this),actionComplete:this.actionComplete.bind(this)}),this.parent.grid.on("header-refreshed",this.headerRefreshed.bind(this)),this.parent.grid.on("export-DataBound",this.excelDataBound.bind(this))},e.prototype.actionComplete=function(e){e&&"refresh"===e.requestType&&this.isAutoFitEnabled&&this.removePivotAutoFitClass()},e.prototype.addPivotAutoFitClass=function(){document.body.classList.contains("e-pivotview")||document.body.classList.add("e-pivotview"),document.body.classList.contains("e-pivotview-autofit")||document.body.classList.add("e-pivotview-autofit")},e.prototype.removePivotAutoFitClass=function(){document.body.classList.contains("e-pivotview")&&document.body.classList.remove("e-pivotview"),document.body.classList.contains("e-pivotview-autofit")&&document.body.classList.remove("e-pivotview-autofit")},e.prototype.headerRefreshed=function(){var e=this.parent.element.querySelector(".e-headercontent");this.parent.lastGridSettings&&Object.keys(this.parent.lastGridSettings).indexOf("allowResizing")>-1&&!t.isNullOrUndefined(e)&&e.querySelector("."+w)&&this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.parent.element.querySelector(".e-grouping-bar")&&(this.parent.lastGridSettings=void 0,this.parent.groupingBarModule.setGridRowWidth())},e.prototype.beforeExcelExport=function(e){t.isNullOrUndefined(e.gridObject.columns)||t.isNullOrUndefined(this.parent.pivotColumns)||(e.gridObject.columns[e.gridObject.columns.length-1].width=this.parent.pivotColumns[this.parent.pivotColumns.length-1].width),this.parent.trigger("beforeExcelExport",e)},e.prototype.rowSelected=function(e){this.parent.renderModule.selected(),this.parent.trigger("rowSelected",e)},e.prototype.rowDeselected=function(e){this.parent.renderModule.selected(),this.parent.trigger("rowDeselected",e)},e.prototype.cellSelected=function(e){this.parent.rowRangeSelection.enable?(this.parent.grid.selectionModule.selectRowsByRange(this.parent.rowRangeSelection.startIndex,this.parent.rowRangeSelection.endIndex),this.parent.rowRangeSelection.enable=!1):(this.parent.renderModule.selected(),this.parent.trigger("selected",e))},e.prototype.cellSelecting=function(e){var i=this.parent.grid.selectionModule.actualTarget;!t.isNullOrUndefined(i)&&(i.classList.contains("e-expand")||i.classList.contains("e-collapse")||this.parent.allowGrouping&&!t.isNullOrUndefined(i.closest(".e-valuescontent")))&&(e.cancel=!0),this.parent.trigger("selecting",e)},e.prototype.cellDeselected=function(e){this.parent.renderModule.selected(),this.parent.trigger("cellDeselected",e)},e.prototype.queryCellInfo=function(e){this.parent.renderModule.rowCellBoundEvent(e)},e.prototype.headerCellInfo=function(e){this.parent.renderModule.columnCellBoundEvent(e)},e.prototype.excelHeaderQueryCellInfo=function(e){this.parent.renderModule.excelColumnEvent(e)},e.prototype.pdfQueryCellInfo=function(e){this.parent.renderModule.pdfRowEvent(e)},e.prototype.excelQueryCellInfo=function(e){this.parent.renderModule.excelRowEvent(e)},e.prototype.pdfHeaderQueryCellInfo=function(e){this.parent.renderModule.pdfColumnEvent(e)},e.prototype.pdfExportComplete=function(e){void 0!==this.parent.lastColumn&&this.parent.lastColumn&&"auto"!==this.parent.lastColumn.width&&(this.parent.lastColumn.width="auto",this.parent.lastColumn=void 0);var t={type:"PDF",promise:e.promise};this.parent.trigger("exportComplete",t)},e.prototype.excelExportComplete=function(e){void 0!==this.parent.lastColumn&&this.parent.lastColumn&&"auto"!==this.parent.lastColumn.width&&(this.parent.lastColumn.width="auto",this.parent.lastColumn=void 0);var t={type:"Excel/CSV",promise:e.promise};this.parent.trigger("exportComplete",t)},e.prototype.dataBound=function(){this.parent.notEmpty&&this.calculateGridHeight(!0),this.parent.isScrolling=!1,this.setFocusOnLastCell(),t.isNullOrUndefined(this.parent.renderReactTemplates)||this.parent.renderReactTemplates(),this.parent.isInitial&&(this.parent.isInitial=!1,this.parent.refreshData(),this.parent.enableVirtualization&&this.parent.onContentReady()),this.parent.notify(Y,{})},e.prototype.setFocusOnLastCell=function(){if(this.parent.keyboardModule&&this.parent.keyboardModule.event&&"TD"===this.parent.keyboardModule.event.target.nodeName){var e=this.parent.grid.serviceLocator.getService("focus");e.setFocusedElement(this.parent.keyboardModule.event.target),e.focus(this.parent.keyboardModule.event),t.addClass([this.parent.keyboardModule.event.target],["e-focused","e-focus"]),this.parent.keyboardModule.event.target.setAttribute("tabindex","0"),this.parent.keyboardModule.event=void 0}},e.prototype.getCellElement=function(e){var i=t.closest(e,"td");return t.isNullOrUndefined(i)&&(i=t.closest(e,"th")),i},e.prototype.contextMenuOpen=function(e){var i=this;e.element&&this.parent.cssClass&&t.addClass([e.element.parentElement],this.parent.cssClass);for(var a=this,r=0,n=e.items;r<n.length;r++){var s=function(r){var n=a.parent.lastCellClicked?a.parent.lastCellClicked:a.parent.isAdaptive?e.event.target:a.parent.lastCellClicked,s=a.getCellElement(n),o=void 0,l=void 0;if(!s||s&&0===Number(s.getAttribute("index"))&&parseInt(s.getAttribute("aria-colindex"),10)-1==0)return e.cancel=!0,{value:void 0};(s.classList.contains("e-valuesheader")||s.classList.contains("e-stot"))&&(o=!0),a.parent.allowGrouping&&a.parent.groupingModule&&!a.validateField(s)&&(l=!0);var d=Number(s.getAttribute("index")),p=parseInt(s.getAttribute("aria-colindex"),10)-1,h=a.parent.pivotValues[d][p];switch(r.id){case a.parent.element.id+"_expand":s.querySelectorAll("."+x).length>0?(t.selectAll("#"+a.parent.element.id+"_expand",e.element)&&t.select("#"+a.parent.element.id+"_expand",e.element).classList.add("e-disabled"),t.select("#"+a.parent.element.id+"_expand",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_expand",e.element).classList.remove("e-disabled"),t.select("#"+a.parent.element.id+"_expand",e.element).classList.contains(E)&&(t.select("#"+a.parent.element.id+"_expand",e.element).classList.remove(E),t.select("#"+a.parent.element.id+"_collapse",e.element).classList.remove(E))):o?t.select("#"+a.parent.element.id+"_expand",e.element).classList.add(E):t.select("#"+a.parent.element.id+"_expand",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_collapse":s.querySelectorAll("."+C).length>0?(t.select("#"+a.parent.element.id+"_expand",e.element)&&t.select("#"+a.parent.element.id+"_expand",e.element).classList.add("e-disabled"),t.select("#"+a.parent.element.id+"_collapse",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_collapse",e.element).classList.remove("e-disabled"),t.select("#"+a.parent.element.id+"_collapse",e.element).classList.contains(E)&&(t.select("#"+a.parent.element.id+"_collapse",e.element).classList.remove(E),t.select("#"+a.parent.element.id+"_expand",e.element).classList.remove(E))):o?t.select("#"+a.parent.element.id+"_collapse",e.element).classList.add(E):t.select("#"+a.parent.element.id+"_collapse",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_custom_group":l||2!==e.items.length||(e.cancel=!0),t.selectAll("#"+a.parent.element.id+"_custom_group",e.element)&&t.addClass([t.select("#"+a.parent.element.id+"_custom_group",e.element)],E),l&&t.selectAll("#"+a.parent.element.id+"_custom_group",e.element)&&t.removeClass([t.select("#"+a.parent.element.id+"_custom_group",e.element)],E);break;case a.parent.element.id+"_custom_ungroup":if(t.selectAll("#"+a.parent.element.id+"_custom_ungroup",e.element)&&t.addClass([t.select("#"+a.parent.element.id+"_custom_ungroup",e.element)],E),l){var u=!1,c=s.getAttribute("fieldname"),g=B.getFieldByName(c,a.parent.dataSourceSettings.groupSettings);if(g&&"Custom"===g.type||a.parent.engineModule.fieldList[c].isCustomField&&c.indexOf("_custom_group")>-1){if(g=B.getFieldByName(c.replace("_custom_group",""),a.parent.dataSourceSettings.groupSettings)){var m=a.parent.engineModule.pivotValues[Number(s.getAttribute("index"))][parseInt(s.getAttribute("aria-colindex"),10)-1],f=a.parent.groupingModule.getSelectedCells(m.axis,c,m.actualText.toString());f.push({axis:m.axis,fieldName:c,name:m.actualText.toString(),cellInfo:m});for(var v=a.parent.groupingModule.getSelectedOptions(f),S=0,y=g.customGroups;S<y.length;S++){var b=y[S];if(v.indexOf(b.groupName)>-1){u=!0;break}}}}else(g&&("Date"===g.type||"Number"===g.type)||a.parent.engineModule.fieldList[c].isCustomField&&c.indexOf("_date_group")>-1)&&(u=!0);t.selectAll("#"+a.parent.element.id+"_custom_ungroup",e.element)&&u&&t.removeClass([t.select("#"+a.parent.element.id+"_custom_ungroup",e.element)],E)}break;case a.parent.element.id+"_drillthrough":a.parent.allowDrillThrough?s.classList.contains("e-summary")?t.select("#"+a.parent.element.id+"_drillthrough",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_drillthrough",e.element).classList.remove("e-disabled"):""===s.innerText&&t.select("#"+a.parent.element.id+"_drillthrough",e.element)&&t.select("#"+a.parent.element.id+"_drillthrough",e.element).classList.add("e-disabled"):t.select("#"+a.parent.element.id+"_drillthrough",e.element)&&t.select("#"+a.parent.element.id+"_drillthrough",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_sortasc":a.parent.enableValueSorting?s.querySelectorAll(".e-icon-descending").length>0?(t.select("#"+a.parent.element.id+"_sortdesc",e.element)?t.select("#"+a.parent.element.id+"_sortdesc",e.element).classList.add("e-disabled"):t.select("#"+a.parent.element.id+"_sortdesc",e.element).classList.remove("e-disabled"),t.select("#"+a.parent.element.id+"_sortasc",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_sortasc",e.element).classList.remove("e-disabled")):t.select("#"+a.parent.element.id+"_sortdesc",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_sortdesc",e.element).classList.remove("e-disabled"):t.select("#"+a.parent.element.id+"_sortasc",e.element)&&t.select("#"+a.parent.element.id+"_sortasc",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_sortdesc":a.parent.enableValueSorting?s.querySelectorAll(".e-icon-ascending").length>0?(t.select("#"+a.parent.element.id+"_sortasc",e.element)?t.select("#"+a.parent.element.id+"_sortasc",e.element).classList.add("e-disabled"):t.select("#"+a.parent.element.id+"_sortasc",e.element).classList.remove("e-disabled"),t.select("#"+a.parent.element.id+"_sortdesc",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_sortdesc",e.element).classList.remove("e-disabled")):t.select("#"+a.parent.element.id+"_sortasc",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_sortasc",e.element).classList.remove("e-disabled"):t.select("#"+a.parent.element.id+"_sortdesc",e.element)&&t.select("#"+a.parent.element.id+"_sortdesc",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_CalculatedField":a.parent.allowCalculatedField||t.select("#"+a.parent.element.id+"_CalculatedField",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_pdf":a.parent.allowPdfExport||t.select("#"+a.parent.element.id+"_pdf",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_excel":a.parent.allowExcelExport||t.select("#"+a.parent.element.id+"_excel",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_csv":a.parent.allowExcelExport||t.select("#"+a.parent.element.id+"_csv",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_exporting":a.parent.allowExcelExport||a.parent.allowPdfExport||t.select("#"+a.parent.element.id+"_exporting",e.element).classList.add("e-disabled");break;case a.parent.element.id+"_aggregate":if(t.select("#"+a.parent.element.id+"_aggregate",e.element)&&!t.select("#"+a.parent.element.id+"_aggregate",e.element).classList.contains("e-disabled")&&t.select("#"+a.parent.element.id+"_aggregate",e.element).classList.add("e-disabled"),(s.classList.contains("e-valuesheader")||s.classList.contains("e-valuescontent")||s.classList.contains("e-stot")&&s.classList.contains("e-rowsheader"))&&"olap"!==a.parent.dataType){var w;""!==s.innerText&&(w=a.parent.engineModule.fieldList[h.actualText.toString()].type);var T={cancel:!1,fieldName:h.actualText.toString(),aggregateTypes:a.getMenuItem(w).slice(),displayMenuCount:7};a.parent.trigger("aggregateMenuOpen",T,function(a){if(!a.cancel&&""!==s.innerText){for(var n=[],o=[],l=0;l<a.aggregateTypes.length;l++){var d=a.aggregateTypes[l];"number"!==w?["Count","DistinctCount"].indexOf(d)>-1&&o.indexOf(d)<0&&(n.push({text:i.parent.localeObj.getConstant(d),id:i.parent.element.id+"_Agg"+d}),o.push(d)):i.parent.getAllSummaryType().indexOf(d)>-1&&o.indexOf(d)<0&&(n.push({text:i.parent.localeObj.getConstant(d),id:i.parent.element.id+"_Agg"+d}),o.push(d))}n.length>a.displayMenuCount&&(n.splice(a.displayMenuCount),n.push({text:i.parent.localeObj.getConstant("MoreOption"),id:i.parent.element.id+"_AggMoreOption"})),n&&n.length>=1&&(r.items=n,t.select("#"+i.parent.element.id+"_aggregate",e.element).classList.remove("e-disabled"))}})}}}(n[r]);if("object"==typeof s)return s.value}this.parent.trigger("contextMenuOpen",e)},e.prototype.getMenuItem=function(e){for(var t=[],i=0;i<this.parent.aggregateTypes.length;i++){var a=this.parent.aggregateTypes[i];"string"!==e?this.parent.getAllSummaryType().indexOf(a)>-1&&-1===t.indexOf(a)&&t.push(a):["Count","DistinctCount"].indexOf(a)>-1&&-1===t.indexOf(a)&&t.push(a)}return t},e.prototype.contextMenuClick=function(e){var t,i=this,a=this.parent.lastCellClicked,r=e.item.id,n={},s=this.getCellElement(a),o=Number(s.getAttribute("index")),l=parseInt(s.getAttribute("aria-colindex"),10)-1,d=this.parent.pivotValues[o][l];switch(e.item.id.indexOf(this.parent.element.id+"_Agg")>-1&&(this.field=this.parent.engineModule.fieldList[d.actualText.toString()].id,this.fieldCaption=this.parent.engineModule.fieldList[d.actualText.toString()].caption,t=e.item.id.split("_Agg")[1]),r){case this.parent.element.id+"_pdf":n={pdfDoc:void 0,isBlob:!1,isMultipleExport:!1,pdfExportProperties:{fileName:"Export.pdf"}},this.parent.trigger("beforeExport",n,function(e){i.parent.pdfExport(e.pdfExportProperties,e.isMultipleExport,e.pdfDoc,e.isBlob)});break;case this.parent.element.id+"_excel":n={isBlob:!1,isMultipleExport:!1,workbook:void 0,excelExportProperties:{fileName:"Export.xlsx"}},this.parent.trigger("beforeExport",n,function(e){i.parent.excelExport(e.excelExportProperties,e.isMultipleExport,e.workbook,e.isBlob)});break;case this.parent.element.id+"_csv":n={isBlob:!1,workbook:void 0,isMultipleExport:!1,excelExportProperties:{fileName:"Export.csv"}},this.parent.trigger("beforeExport",n,function(e){i.parent.csvExport(e.excelExportProperties,e.isMultipleExport,e.workbook,e.isBlob)});break;case this.parent.element.id+"_drillthrough_menu":var p=new MouseEvent("dblclick",{view:window,bubbles:!0,cancelable:!0});s.dispatchEvent(p);break;case this.parent.element.id+"_sortasc":this.parent.setProperties({dataSourceSettings:{valueSortSettings:{columnHeaderText:d.valueSort.levelName,headerDelimiter:this.parent.dataSourceSettings.valueSortSettings.headerDelimiter}}}),this.parent.dataSourceSettings.valueSortSettings.sortOrder="Ascending";break;case this.parent.element.id+"_sortdesc":this.parent.setProperties({dataSourceSettings:{valueSortSettings:{columnHeaderText:d.valueSort.levelName,headerDelimiter:this.parent.dataSourceSettings.valueSortSettings.headerDelimiter}}}),this.parent.dataSourceSettings.valueSortSettings.sortOrder="Descending";break;case this.parent.element.id+"_expand":if(s.querySelectorAll("."+x)){var h=s.querySelectorAll("."+x)[0];this.parent.onDrill(h)}break;case this.parent.element.id+"_collapse":if(s.querySelectorAll("."+C)){var u=s.querySelectorAll("."+C)[0];this.parent.onDrill(u)}break;case this.parent.element.id+"_CalculatedField":this.parent.calculatedFieldModule.createCalculatedFieldDialog();break;case this.parent.element.id+"_AggMoreOption":case this.parent.element.id+"_AggDifferenceFrom":case this.parent.element.id+"_AggPercentageOfDifferenceFrom":case this.parent.element.id+"_AggPercentageOfParentTotal":s.setAttribute("id",this.field),s.setAttribute("data-caption",this.fieldCaption),s.setAttribute("data-field",this.field),s.setAttribute("data-type",this.engine.fieldList[d.actualText.toString()].aggregateType),s.setAttribute("data-basefield",this.engine.fieldList[d.actualText.toString()].baseField),s.setAttribute("data-baseItem",this.engine.fieldList[d.actualText.toString()].baseItem),this.aggMenu.createValueSettingsDialog(s,this.parent.element,t);break;case this.parent.element.id+"_Agg"+t:this.updateAggregate(t);break;case this.parent.element.id+"_custom_group":case this.parent.element.id+"_custom_ungroup":if(this.parent.groupingModule){var c={target:s,option:r,parentElement:this.parent.element};this.parent.notify("init-grouping",c),this.parent.grid.contextMenuModule.contextMenu.close()}}this.parent.trigger("contextMenuClick",e)},e.prototype.validateColumnTotalcell=function(e){for(var t=Object.keys(this.engine.headerContent),i=!1,a="",r=t.length-1;r>=0;r--){var n=this.engine.headerContent[Number(t[r])][e];if(!n)return!1;if(i=!(!i||""===a)&&a===n.valueSort.axis,a=n.valueSort.axis?n.valueSort.axis.toString():"","sum"===n.type&&(i=!0),i&&n.members&&n.members.length>0)return!0}return!1},e.prototype.validateField=function(e){var t=!1;if(e.classList.contains("e-stot")||e.classList.contains("e-gtot")||e.classList.contains("e-valuescontent")||e.classList.contains("e-valuesheader"))t=!0;else{var i=e.getAttribute("fieldName");if(!i||""===i){var a=Number(e.getAttribute("index")),r=parseInt(e.getAttribute("aria-colindex"),10)-1;i=this.engine.pivotValues[a][r].actualText}for(var n=this.parent.dataSourceSettings.values,s=0;s<n.length;s++)if(this.parent.dataSourceSettings.values[s].name===i){t=!0;break}}return t},e.prototype.updateAggregate=function(e){if(this.parent.getAllSummaryType().indexOf(e)>-1)for(var t=this.parent.dataSourceSettings.values,i=0;i<this.parent.dataSourceSettings.values.length;i++)this.parent.dataSourceSettings.values[i].name===this.field&&(t[i].type=e)},e.prototype.injectGridModules=function(e){n.Grid.Inject(n.Freeze),e.allowExcelExport&&n.Grid.Inject(n.ExcelExport),e.allowPdfExport&&n.Grid.Inject(n.PdfExport),n.Grid.Inject(n.Selection,n.Reorder,n.Resize),this.gridSettings.contextMenuItems&&n.Grid.Inject(n.ContextMenu)},e.prototype.updateGridSettings=function(){if(this.injectGridModules(this.parent),this.parent.grid.allowResizing=this.gridSettings.allowResizing,this.parent.grid.clipMode=this.gridSettings.clipMode,this.parent.grid.allowTextWrap=this.gridSettings.allowTextWrap,this.parent.grid.allowReordering=this.gridSettings.allowReordering,this.parent.grid.allowSelection=this.gridSettings.allowSelection,this.parent.grid.contextMenuItems=this.gridSettings.contextMenuItems,this.parent.grid.selectedRowIndex=this.gridSettings.selectedRowIndex,this.parent.grid.selectionSettings=this.gridSettings.selectionSettings,this.parent.grid.textWrapSettings=this.gridSettings.textWrapSettings,this.parent.grid.printMode=this.gridSettings.printMode,this.parent.grid.rowHeight=this.gridSettings.rowHeight,this.parent.grid.gridLines=this.gridSettings.gridLines,this.parent.lastGridSettings){var e=Object.keys(this.parent.lastGridSettings);e.indexOf("height")>-1&&(this.parent.grid.height=this.gridSettings.height),e.indexOf("width")>-1&&(this.parent.grid.width=this.gridSettings.width),this.updatePivotColumns(),(e.indexOf("allowTextWrap")>-1||e.indexOf("clipMode")>-1)&&this.parent.layoutRefresh()}this.clearColumnSelection()},e.prototype.updatePivotColumns=function(){for(var e=Object.keys(this.parent.lastGridSettings),i=0;i<this.parent.pivotColumns.length;i++)for(var a=this.parent.pivotColumns[i],r=0;r<e.length;r++){var n=e[r];t.isNullOrUndefined(this.parent.pivotColumns[i][n])||(a[n]=this.parent.lastGridSettings[n])}this.parent.fillGridColumns(this.parent.grid.columns)},e.prototype.clearColumnSelection=function(){t.removeClass(this.parent.element.querySelectorAll(".e-active"),["e-active",A])},e.prototype.appendValueSortIcon=function(e,i,a,r,n){var s="pivot"===this.parent.dataType?this.parent.engineModule:this.parent.olapEngineModule,o=this.parent.dataSourceSettings.valueSortSettings,l=o&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?o.columnHeaderText:o.headerText,d=o&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?o.columnSortOrder:o.sortOrder;if(this.parent.enableValueSorting&&o&&""!==l){var p="grand sum"!==e.type||1!==this.parent.dataSourceSettings.values.length||this.parent.dataSourceSettings.alwaysShowValueHeader?this.parent.dataSourceSettings.values.length>1||this.parent.dataSourceSettings.alwaysShowValueHeader?s.headerContent.length-1:0===this.parent.dataSourceSettings.columns.length?0:s.headerContent.length-1:0,h=o&&l?e.valueSort.levelName===l:r===o.columnIndex;void 0!==o&&h&&(a===p||a+1===p&&e.level>-1&&s.headerContent[a+1][r]&&-1===s.headerContent[a+1][r].level)&&i.querySelector("div div").appendChild(t.createElement("span",{className:("Descending"===d?"e-icon-descending e-icons e-descending e-sortfilterdiv e-value-sort-icon":"e-icon-ascending e-icons e-ascending e-sortfilterdiv e-value-sort-icon")+(e.hasChild?" e-value-sort-align":""),styles:"Right"===n.headerTextAlign?"float : left":""}))}return i},e.prototype.onResizeStop=function(e){if(e.column.columns&&e.column.columns.length>0)this.getChildColumnWidth(e.column.columns);else{var i=this.parent.isTabular?e.column.index<this.parent.engineModule.rowMaxLevel+1?e.column.index+".formattedText":""+e.column.customAttributes.cell.valueSort.levelName:"0.formattedText"===e.column.field?"0.formattedText":""+e.column.customAttributes.cell.valueSort.levelName;this.parent.resizeInfo[i]=Number(e.column.width.toString().split("px")[0])}if(this.parent.enableVirtualization&&"0.formattedText"===e.column.field){if(this.parent.dataSourceSettings.values.length>1&&!t.isNullOrUndefined(this.parent.grid.columns[this.parent.grid.columns.length-1].columns)){var a=this.parent.grid.columns[this.parent.grid.columns.length-1].columns;a[a.length-1].minWidth=this.parent.gridSettings.columnWidth}else this.parent.grid.columns[this.parent.grid.columns.length-1].minWidth=this.parent.gridSettings.columnWidth;this.parent.layoutRefresh(),this.parent.grid.headerModule.refreshUI()}this.setGroupWidth(e),this.calculateGridHeight(!0),this.parent.grid.hideScroll()},e.prototype.getChildColumnWidth=function(e){for(var t=0,i=e;t<i.length;t++){var a=i[t];if(a.columns&&a.columns.length>0)this.getChildColumnWidth(a.columns);else{var r=a.customAttributes.cell.valueSort.levelName;this.parent.resizeInfo[r]=Number(a.width.toString().split("px")[0])}}},e.prototype.setGroupWidth=function(e){if(this.parent.enableVirtualization&&"0.formattedText"===e.column.field&&this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.parent.element.querySelector(".e-grouping-bar")&&Number(e.column.width.toString().split("px")[0])<250&&(e.cancel=!0),this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.parent.element.querySelector(".e-grouping-bar")){if(this.parent.groupingBarModule.refreshUI(),this.parent.element.querySelector(".e-group-row").offsetWidth<245&&!this.parent.firstColWidth){e.cancel=!0;var t=this.parent.grid.columns;t&&t.length>0&&(t[0].width=this.resColWidth),this.parent.element.querySelector("."+R).querySelector("col").style.width=this.resColWidth+"px",this.parent.element.querySelector(".e-content").querySelector("col").style.width=this.resColWidth+"px"}this.parent.element.querySelector(".e-group-rows").style.height="auto",this.parent.element.querySelector(".e-group-values").style.width=this.parent.element.querySelector(".e-group-row").offsetWidth+"px";var i=this.parent.element.querySelector("."+R).offsetHeight;this.parent.element.querySelector(".e-group-rows").style.height=i+"px"}if(e.cancel){var a="0.formattedText"===e.column.field?"0.formattedText":e.column.customAttributes.cell.valueSort.levelName;this.parent.resizeInfo[a]=Number(e.column.width.toString().split("px")[0]),this.parent.enableVirtualization&&this.parent.layoutRefresh()}this.parent.enableVirtualization&&(this.parent.resizedValue=e.cancel||"0.formattedText"!==e.column.field?this.parent.resizedValue:Number(e.column.width.toString().split("px")[0])),this.parent.trigger("touchend"===e.e.type||"mouseup"===e.e.type?"resizeStop":"resizing",e)},e.prototype.selected=function(){clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.onSelect.bind(this),300)},e.prototype.onSelect=function(){for(var e={selectedCellsInfo:[],pivotValues:this.parent.pivotValues,currentCell:null},t=this.parent.element.querySelectorAll(".e-cellselectionbackground,."+A),i=0;i<t.length;i++){var a=t[i],r=parseInt(a.getAttribute("aria-colindex"),10)-1,n=Number(a.getAttribute("index")),s=this.engine.pivotValues[n][r];s&&("value"===s.axis?e.selectedCellsInfo.push({currentCell:s,value:s.value,columnHeaders:s.columnHeaders,rowHeaders:s.rowHeaders,measure:s.actualText.toString()}):"column"===s.axis?e.selectedCellsInfo.push({currentCell:s,value:s.formattedText,columnHeaders:s.valueSort.levelName,rowHeaders:"",measure:""}):e.selectedCellsInfo.push({currentCell:s,value:s.formattedText,columnHeaders:"",rowHeaders:s.valueSort.levelName,measure:""}))}this.parent.trigger("cellSelected",e)},e.prototype.rowCellBoundEvent=function(e){var i=e.cell,a=t.createElement("div",{className:"e-pivotrow-container"});if(i&&this.parent.notEmpty&&this.engine.headerContent){var r=this.parent.hyperlinkSettings.cssClass,n=e.column&&e.column.customAttributes&&e.column.customAttributes.cell?e.column.customAttributes.cell.colIndex:parseInt(i.getAttribute("aria-colindex"),10)-1,s=this.parent.isTabular?n.toString():"0",o=e.data[Number(s)],l=o.valueSort&&o.valueSort.levelName===(0===this.parent.dataSourceSettings.rows.length&&"row"===this.parent.dataSourceSettings.valueAxis&&this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+o.formattedText);i.setAttribute("index",o.rowIndex?o.rowIndex.toString():"0");var d=this.parent.pivotValues[o.rowIndex]&&this.parent.pivotValues[o.rowIndex][n]?this.parent.pivotValues[o.rowIndex][n]:null;if(n<=(this.parent.isTabular?this.parent.engineModule.rowMaxLevel:0)){if("pivot"===this.parent.dataType){var p=o.type&&"value"===o.type;i.innerText="";var h=o.valueSort?o.valueSort.levelName.toString():"",u=o.actualText?o.actualText.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length:0,c=h.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-(u?u-1:u),g=c?c-1:0;if("Bottom"===this.parent.dataSourceSettings.subTotalsPosition&&!t.isNullOrUndefined(h)){var m=o.isSum?"value"===o.type?h.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+(this.parent.engineModule.valueAxisFields[o.actualText].caption?this.parent.engineModule.valueAxisFields[o.actualText].caption:this.parent.engineModule.valueAxisFields[o.actualText].name))[0]:"":h;o.isSum&&("value"!==o.type||this.drilledLevelInfo[m])?g-=1:o.isSum||(1===m.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length&&(this.drilledLevelInfo={}),o.members&&o.members.length>0&&(this.drilledLevelInfo[m]=o.isDrilled))}if(!this.parent.isTabular){do{g>0&&a.appendChild(t.createElement("span",{className:0===g?"":"e-nextspan"})),g--}while(g>-1);g=c?c-1:0,this.lastSpan=c?this.lastSpan:0,!o.hasChild&&(p?0:g)>0&&a.appendChild(t.createElement("span",{className:"e-lastspan"}))}var f=void 0;if(this.parent.dataSourceSettings.rows.length>0&&(!o.valueSort||Object.keys(o.valueSort).length>0)){if(p)for(var v=0,S=this.parent.dataSourceSettings.values;v<S.length;v++){var b=S[v],w=b.caption?b.caption:b.name;if(h.indexOf(w)>-1){f=b.name;break}}else f=o.level>-1&&this.parent.dataSourceSettings.rows[o.level]?this.parent.dataSourceSettings.rows[o.level].name:"";i.setAttribute("fieldname",f)}}else a=this.onOlapRowCellBoundEvent(i,a,o);var M=o.formattedText;if(o.type)if("grand sum"===o.type){this.rowGrandPos=o.rowIndex,i.classList.add("e-gtot");var D=this.parent.dataSourceSettings.values;M=t.isNullOrUndefined(o.valueSort.axis)?0===this.parent.dataSourceSettings.rows.length&&1===D.length&&"row"===this.parent.dataSourceSettings.valueAxis?this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(D[D.length-1].type)+" "+this.parent.localeObj.getConstant("of")+" "+(t.isNullOrUndefined(D[D.length-1].caption)?D[D.length-1].name:D[D.length-1].caption):this.parent.localeObj.getConstant("grandTotal"):o.formattedText}else o.valueSort.levelName===this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+o.formattedText?(i.classList.add("e-gtot"),M=l?this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(this.parent.engineModule.fieldList[o.actualText].aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+o.formattedText:M):"sum"===o.type&&3!==o.memberType?M=o.formattedText.split("Total")[0]+this.parent.localeObj.getConstant("total"):i.classList.add("e-stot");this.parent.isTabular?(this.setSpanAttributes("rowspan",o.rowSpan,i),this.setSpanAttributes("colspan",o.colSpan,i)):i.classList.add(T),!0!==o.hasChild||o.isNamedSet||a.appendChild(t.createElement("div",{className:(!0===o.isDrilled?C:x)+" "+y,attrs:{title:!0===o.isDrilled?this.parent.localeObj.getConstant("collapse"):this.parent.localeObj.getConstant("expand")}})),a.appendChild(t.createElement("span",{className:"e-cellvalue",innerHTML:this.parent.isRowCellHyperlink||o.enableHyperlink?'<a  data-url="'+M+'" class="e-hyperlinkcell '+r+'">'+M+"</a>":M}));var O=this.parent.pivotView.dataSourceSettings.valueSortSettings;if(this.parent.enableValueSorting){var P=O&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?O.rowHeaderText:O.headerText,N=O&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?O.rowSortOrder:O.sortOrder,E=Number(i.getAttribute("index")),I=Number(i.getAttribute("aria-colindex")),F=this.parent.pivotValues&&this.parent.pivotValues[Number(i.getAttribute("index"))]?this.parent.pivotValues[Number(i.getAttribute("index"))][I-1]:void 0;"pivot"!==this.parent.dataType||"Server"===this.parent.dataSourceSettings.mode||"row"!==this.parent.dataSourceSettings.valueAxis||-1!==this.parent.dataSourceSettings.valueIndex||this.parent.isTabular||F.valueSort.levelName!==P||"value"===F.type||("Bottom"!==this.parent.dataSourceSettings.subTotalsPosition?this.parent.pivotValues[E+1]&&"value"===this.parent.pivotValues[E+1][I-1].type&&(E="value"===F.type||3===F.memberType?E:E+1,this.modifiedHeaderText=this.parent.pivotValues[E][I-1].valueSort.levelName):"Bottom"===this.parent.dataSourceSettings.subTotalsPosition&&this.parent.dataSourceSettings.values.length>0&&(t.isNullOrUndefined(O.measure)?this.modifiedHeaderText=P+O.headerDelimiter+this.parent.dataSourceSettings.values[0].name:t.isNullOrUndefined(O.measure)||(this.modifiedHeaderText=P+O.headerDelimiter+O.measure))),P="row"===this.parent.dataSourceSettings.valueAxis&&this.modifiedHeaderText?this.modifiedHeaderText:P;var L=!("pivot"===this.parent.dataType&&"Bottom"===this.parent.dataSourceSettings.subTotalsPosition&&this.parent.dataSourceSettings.rows.length>1&&F.hasChild);O&&P&&F&&F.valueSort&&F.valueSort.levelName&&(!this.parent.isTabular&&F.valueSort.levelName===P&&L||this.parent.isTabular&&F.valueSort.levelName===P&&1===F.rowSpan)&&(a.appendChild(t.createElement("span",{className:("Descending"===N?"e-icon-descending e-icons e-descending e-sortfilterdiv e-value-sort-icon":"e-icon-ascending e-icons e-ascending e-sortfilterdiv e-value-sort-icon")+(F.hasChild?" e-value-sort-align":""),styles:"right"===a.style.textAlign?"float: left":""})),this.modifiedHeaderText=void 0)}i.appendChild(a)}else{var A=i.innerText;i.innerText="",i.classList.add("e-valuescontent"),o=e.data[n],(o=t.isNullOrUndefined(o)?e.column.customAttributes.cell:o).isGrandSum=!!l||o.isGrandSum,o.isSum&&i.classList.add("e-summary");var R=t.isNullOrUndefined(o.isGrandSum)&&!t.isNullOrUndefined(this.parent.olapEngineModule)&&"column"===this.parent.olapEngineModule.olapValueAxis&&"olap"===this.parent.dataType&&this.colGrandPos-this.parent.dataSourceSettings.values.length<n;o.isGrandSum||R||this.colGrandPos===n||this.rowGrandPos===Number(i.getAttribute("index"))?i.classList.add("e-gtot"):("olap"===this.parent.dataType?o.isSum:this.validateColumnTotalcell(o.colIndex))&&i.classList.add("e-colstot"),d&&d.cssClass&&i.classList.add(d.cssClass),i.appendChild(t.createElement("span",{className:"e-cellvalue",innerHTML:-1!==i.className.indexOf("e-summary")&&this.parent.isSummaryCellHyperlink||-1===i.className.indexOf("e-summary")&&this.parent.isValueCellHyperlink&&d||o.enableHyperlink?'<a data-url="'+A+'" class="e-hyperlinkcell '+r+'">'+A+"</a>":A})),this.parent.gridSettings.allowReordering&&i.setAttribute("aria-colindex",e.column.customAttributes?(e.column.customAttributes.cell.colIndex+1).toString():e.column.index.toString())}this.parent.cellTemplate&&this.appendTemplate(i,d),this.unWireEvents(i),this.wireEvents(i)}e.pivotview=this.parent,this.parent.trigger("queryCellInfo",e)},e.prototype.appendTemplate=function(e,i){var a=this.parent.getCellTemplate()({targetCell:e,cellInfo:i},this.parent,"cellTemplate",this.parent.element.id+"_cellTemplate",null,null,e);if(a&&""!==a&&a.length>0)if(this.parent.enableHtmlSanitizer)if(this.parent.isVue||this.parent.isVue3){var r=t.createElement("div");r.innerHTML=t.SanitizeHtmlHelper.sanitize(a),t.append([r.firstChild],e)}else this.parent.appendHtml(e,t.SanitizeHtmlHelper.sanitize(a[0].outerHTML));else this.parent.isVue||this.parent.isVue3?t.append(a,e):this.parent.appendHtml(e,a[0].outerHTML)},e.prototype.onOlapRowCellBoundEvent=function(e,i,a){e.innerText="";var r=this.engine.rowMeasurePos;if(this.parent.enableVirtualization){if(a.ordinal>-1&&this.parent.olapEngineModule.tupRowInfo.length>0){var n=this.parent.olapEngineModule.tupRowInfo[a.ordinal],s=3===a.memberType?this.engine.fieldList[a.actualText.toString()].tag.toString():a.actualText.toString(),o=n.uNameCollection.indexOf(s),l=(n.uNameCollection.substring(0,o)+(3===a.memberType?"":a.actualText.toString())).split("::[").map(function(e){return"["===e[0]?e:"["+e});3===a.memberType&&r&&l.push(a.actualText.toString());for(var d=-1,p=0,h=!1,u=0;u<l.length;u++){d+=l[u].split("~~").length;y="2"!==n.typeCollection[u]&&(!!(this.engine.fieldList[n.members[u].getAttribute("Hierarchy")]&&this.engine.fieldList[n.members[u].getAttribute("Hierarchy")].isHierarchy&&u<this.parent.dataSourceSettings.rows.length-1&&!this.parent.dataSourceSettings.rows[u+1].isNamedSet&&this.parent.dataSourceSettings.rows[u+1].name.indexOf("[Measures]")<0&&this.engine.fieldList[this.parent.dataSourceSettings.rows[u+1].name]&&this.engine.fieldList[this.parent.dataSourceSettings.rows[u+1].name].hasAllMember)||Number(n.members[u].querySelector("CHILDREN_CARDINALITY").textContent)>0);p+=u>0&&h&&!y?1:0,h=y}for(var c=0,g=0;g<d;g++)i.appendChild(t.createElement("span",{className:"e-nextspan"})),c++;for(g=0;g<p&&d>0;g++)i.appendChild(t.createElement("span",{className:"e-lastspan"}));this.indentCollection[a.rowIndex]=c,this.maxIndent=this.maxIndent>c?this.maxIndent:c}}else{var m=a.hierarchy,f=a.valueSort?a.valueSort.levelName.toString():"",v=-1===a.level?this.measurePos:f.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-1,S=3===a.memberType?v+"."+a.levelUniqueName:a.levelUniqueName,y=a.hasChild,b=!1;if(a.isSum&&3===a.memberType){for(var C=this.lvlCollection[a.parentUniqueName].position,x=C+1;x<this.position;x++)delete this.lvlCollection[this.lvlPosCollection[x]],delete this.lvlPosCollection[x];this.position=this.position>C+1?C+1:this.position,b=!0,this.measurePos=this.lvlCollection[a.parentUniqueName].position}if(!this.lvlCollection[S]&&S)this.lvlPosCollection[this.position]=S,this.lvlCollection[S]={position:this.position,hasChild:y},this.position++;else if(S){for(var w=this.lvlCollection[S].position,T=w+1;T<this.position;T++)delete this.lvlCollection[this.lvlPosCollection[T]],delete this.lvlPosCollection[T];this.position=this.position>w+1?w+1:this.position}if(!this.hierarchyCollection[m]&&m)this.hierarchyPosCollection[this.hierarchyCount]=m,this.hierarchyCollection[m]={lvlPosition:this.position-1,hierarchyPOs:this.hierarchyCount},this.hierarchyCount++;else if(m){for(var M=this.hierarchyCollection[m].hierarchyPOs,T=M+1;T<this.hierarchyCount;T++)delete this.hierarchyCollection[this.hierarchyPosCollection[T]],delete this.hierarchyPosCollection[T];this.hierarchyCount=this.hierarchyCount>M+1?M+1:this.hierarchyCount}if(3!==a.memberType&&S&&this.lvlCollection[S]){var D=this.hierarchyCollection[m]?this.hierarchyCollection[m].hierarchyPOs:-1;this.measurePos=r<=D&&this.hierarchyPosCollection[r+1]?this.measurePos:this.lvlCollection[S].position}var O=this.lvlCollection[S]?this.lvlCollection[S].position:-1;O=b?O-1:O;for(var P=0,c=0;P<=O&&O>0&&a.level>-1;){var N=this.lvlCollection[this.lvlPosCollection[P]].hasChild;(h=P>0&&this.lvlCollection[this.lvlPosCollection[P-1]].hasChild)&&!N&&i.appendChild(t.createElement("span",{className:"e-lastspan"})),P!==O&&(i.appendChild(t.createElement("span",{className:"e-nextspan"})),c++),P++}"Top"!==this.parent.dataSourceSettings.grandTotalsPosition||t.isNullOrUndefined(this.parent.olapEngineModule)||"row"!==this.parent.olapEngineModule.olapValueAxis||"olap"!==this.parent.dataType||0!==a.valueSort.levelName.toString().indexOf(this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter)||i.appendChild(t.createElement("span",{className:"e-nextspan"})),3===a.memberType&&-1===a.level&&Object.keys(this.lvlCollection).length>1&&(i.appendChild(t.createElement("span",{className:"e-nextspan"})),c++),this.indentCollection[a.rowIndex]=c,this.maxIndent=this.maxIndent>c?this.maxIndent:c}return i.setAttribute("fieldname",a.hierarchy),e.setAttribute("fieldname",a.hierarchy),!!this.parent.olapEngineModule.tupRowInfo[a.ordinal]&&(0===this.parent.olapEngineModule.tupRowInfo[a.ordinal].measurePosition?1===this.parent.olapEngineModule.tupRowInfo[a.ordinal].allStartPos:0===this.parent.olapEngineModule.tupRowInfo[a.ordinal].allStartPos)&&e.classList.add("e-gtot"),i},e.prototype.columnCellBoundEvent=function(e){if(e.cell.column&&e.cell.column.customAttributes){var i=e.cell.column.customAttributes.cell,a=e.node;if(i){for(var r=this.parent.hyperlinkSettings.cssClass,n=!1,s=0,o=this.parent.dataSourceSettings.values;s<o.length;s++){var l=o[s];l.name===i.actualText&&(n=!0,a.setAttribute("fieldname",l.name))}-1===i.level&&!i.rowSpan||-1===i.rowSpan?e.node.style.display="none":i.rowSpan>1&&(e.node.setAttribute("rowspan",i.rowSpan.toString()),e.node.setAttribute("aria-rowspan",i.rowSpan.toString()),i.rowIndex+i.rowSpan===this.engine.headerContent.length&&(e.node.style.borderBottomWidth="0px")),e.node.setAttribute("aria-colindex",(i.colIndex+1).toString()),e.node.setAttribute("index",i.rowIndex.toString());var d=void 0;"pivot"===this.parent.dataType?(!n&&!(this.parent.dataSourceSettings.values&&"column"===this.parent.dataSourceSettings.valueAxis&&this.parent.dataSourceSettings.values.length>1&&n&&i.rowIndex===this.engine.headerContent.length-1)&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0&&(d=i.level>-1&&this.parent.dataSourceSettings.columns[i.level]?this.parent.dataSourceSettings.columns[i.level].name:"",a.setAttribute("fieldname",d)),this.validateColumnTotalcell(i.colIndex)&&a.classList.add("e-colstot")):a=this.onOlapColumnCellBoundEvent(a,i);var p=0===this.parent.dataSourceSettings.columns.length&&"column"===this.parent.dataSourceSettings.valueAxis&&i.valueSort&&i.valueSort.levelName===this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+i.formattedText;if(i.type||p){a.classList.add("grand sum"===i.type?"e-gtot":"e-stot"),"grand sum"===i.type?this.colGrandPos=i.colIndex:i.type&&a.classList.add("e-colstot");var h="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,u="grand sum"===i.type?t.isNullOrUndefined(i.valueSort.axis)||"olap"===this.parent.dataType?this.parent.localeObj.getConstant("grandTotal"):i.formattedText:i.formattedText.split("Total")[0]+this.parent.localeObj.getConstant("total");u=p&&h.fieldList?this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(h.fieldList[i.actualText].aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+i.formattedText:u,null!==a.querySelector(".e-headertext")?a.querySelector(".e-headertext").innerText=u:a.querySelector(".e-stackedheadercelldiv").innerText=u}if(a.classList.add("e-columnsheader"),this.parent.isColumnCellHyperlink||i.enableHyperlink)if(a.querySelector(".e-stackedheadercelldiv")){c=a.querySelector(".e-stackedheadercelldiv").innerText;a.querySelector(".e-stackedheadercelldiv").innerHTML='<a data-url="'+c+'" class="e-hyperlinkcell '+r+'">'+c+"</a>"}else if(a.querySelector(".e-headertext")){var c=a.querySelector(".e-headertext").innerText;a.querySelector(".e-headertext").innerHTML='<a data-url="'+c+'" class="e-hyperlinkcell '+r+'">'+c+"</a>"}if(!0!==i.hasChild||i.isNamedSet)this.updateWrapper(a);else{var g=a.querySelector(".e-headercelldiv");g&&(g.style.height="auto",g.style.lineHeight="normal");var m=t.createElement("div",{className:(!0===i.isDrilled?C:x)+" "+y,attrs:{title:!0===i.isDrilled?this.parent.localeObj.getConstant("collapse"):this.parent.localeObj.getConstant("expand")}});window.navigator.userAgent.indexOf("Edge")>-1||window.navigator.userAgent.indexOf("Trident")>-1?a.children[0].style.display="table":a.children[0].style.display="block",this.updateWrapper(a,m)}a=this.appendValueSortIcon(i,a,i.rowIndex,i.colIndex,e.cell.column),this.parent.cellTemplate&&this.appendTemplate(a,i);for(var f=this.parent.dataSourceSettings.values.length,v=0;v<f;v++)this.parent.dataSourceSettings.values[v].name===i.actualText&&("olap"===this.parent.dataType&&!!this.parent.olapEngineModule.tupColumnInfo[i.ordinal]&&(0===this.parent.olapEngineModule.tupColumnInfo[i.ordinal].measurePosition?1===this.parent.olapEngineModule.tupColumnInfo[i.ordinal].allStartPos:0===this.parent.olapEngineModule.tupColumnInfo[i.ordinal].allStartPos)&&a.classList.add("e-gtot"),i.valueSort.levelName===this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+i.formattedText||i.valueSort.levelName==="Grand Total"+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+i.formattedText?a.classList.add("e-gtot"):a.classList.add("e-valuesheader"));this.unWireEvents(a),this.wireEvents(a)}}else if(this.parent.isTabular){var S=e.cell&&e.cell.column&&e.cell.column.index,b=this.parent.engineModule.rowMaxLevel+1;0===S?(e.node.setAttribute("colspan",b.toString()),e.node.classList.add("e-freezeleftborder")):this.parent.engineModule.rowMaxLevel>=S&&(e.node.style.display="none")}this.parent.trigger("headerCellInfo",e)},e.prototype.updateWrapper=function(e,i){if(e.querySelectorAll(".e-headercelldiv").length>0||e.querySelectorAll(".e-stackedheadercelldiv").length>0){var a=t.createElement("div",{className:"e-pivotcell-container"}),r=t.createElement("div",{className:(i?"e-stackedheadertext":"e-headertext")+" e-cellvalue",innerHTML:e.querySelectorAll(".e-headercelldiv").length>0?e.querySelector(".e-headercelldiv").innerHTML:e.querySelector(".e-stackedheadercelldiv").innerHTML});i&&a.append(i),a.append(r),e.children[0].innerHTML="",e.children[0].append(a)}return e},e.prototype.onOlapColumnCellBoundEvent=function(e,t){e.setAttribute("fieldname",3===t.memberType?t.actualText.toString():t.hierarchy);var i=this.engine.headerContent[t.rowIndex]?this.engine.headerContent[t.rowIndex][t.colIndex-1]:void 0;return i&&i.actualText===t.actualText&&i.type===t.type&&i.colSpan>1&&(e.style.display="none"),t.rowIndex===this.engine.headerContent.length-1&&2===t.memberType&&(e.style.display=this.isSpannedCell(this.engine.headerContent.length,t)?"none":e.style.display),e},e.prototype.isSpannedCell=function(e,t){for(var i,a,r=this.engine.headerContent[t.rowIndex-1]?this.engine.headerContent[t.rowIndex-1][t.colIndex]:void 0;r&&(r.memberType===t.memberType||r.type&&t.type);)r.rowSpan>0&&(i=r.rowSpan,a=r.rowIndex),r=this.engine.headerContent[r.rowIndex-1]?this.engine.headerContent[r.rowIndex-1][t.colIndex]:void 0;return a+i>=e},e.prototype.onHyperCellClick=function(e){var i=e.target.closest("td.e-rowcell")?e.target.closest("td.e-rowcell"):e.target.closest("th"),a={currentCell:i,data:this.engine.pivotValues[Number(i.getAttribute("index"))][parseInt(i.getAttribute("aria-colindex"),10)-1],cancel:!0,nativeEvent:e};this.parent.trigger("hyperlinkCellClick",a,function(e){if(!e.cancel){a.currentCell=t.getElement(a.currentCell);var i=a.currentCell.getAttribute("data-url")?a.currentCell.getAttribute("data-url"):a.currentCell.querySelector("a").getAttribute("data-url");window.open(i)}})},e.prototype.getRowStartPos=function(){for(var e,t=this.parent.pivotValues,i=0;i<(t?t.length:0);i++)if(t[i]&&t[i][0]&&"row"===t[i][0].axis){e=i;break}return e},e.prototype.frameDataSource=function(e){var t=[];if(("pivot"===this.parent.dataType&&this.parent.dataSourceSettings.dataSource&&this.parent.engineModule.data.length>0||"olap"===this.parent.dataType&&""!==this.parent.dataSourceSettings.url||"Server"===this.parent.dataSourceSettings.mode&&""!==this.parent.dataSourceSettings.url&&this.engine.pivotValues.length>0)&&this.parent.dataSourceSettings.values.length>0&&!this.engine.isEmptyData)if(this.parent.enableValueSorting||!this.engine.isEngineUpdated||"Tabular"===this.gridSettings.layout){for(var i=0,a=this.parent.pivotValues,r="value"===e?this.rowStartPos:0,n="value"===e?a?a.length:0:this.rowStartPos,s=r;s<n;s++)if(a[s]){t[i="header"===e?s:i]={};for(var o=0;o<a[s].length;o++)a[s][o]&&(t[i][o]=a[s][o]);i++}}else t="value"===e?this.engine.valueContent:this.engine.headerContent;else t=this.frameEmptyData();return t},e.prototype.frameEmptyData=function(){return[{0:{formattedText:this.parent.localeObj.getConstant("grandTotal")},1:{formattedText:this.parent.localeObj.getConstant("emptyData")}}]},e.prototype.calculateColWidth=function(e){t.isNullOrUndefined(this.parent.resizedValue)||(this.parent.resizedValue=this.parent.showGroupingBar&&this.parent.resizedValue<250?250:this.parent.resizedValue),this.resColWidth=t.isNullOrUndefined(this.parent.resizedValue)?this.resColWidth:this.parent.resizedValue;var i=this.calculateGridWidth(),a=this.parent.element.getBoundingClientRect().width?this.parent.element.getBoundingClientRect().width:this.parent.element.offsetWidth,r=isNaN(this.parent.width)?this.parent.width.toString().indexOf("%")>-1?parseFloat(this.parent.width.toString())/100*a:i:Number(this.parent.width);if(r-=this.gridSettings.columnWidth>this.resColWidth?this.gridSettings.columnWidth:this.parent.isTabular?(this.parent.engineModule.rowMaxLevel+1)*this.resColWidth:this.resColWidth,e=this.parent.isTabular?e-(this.parent.engineModule.rowMaxLevel+1):e-1,this.isOverflows=!(e*this.gridSettings.columnWidth<r),!this.isOverflows){var s=this.calculateGridHeight(),o="auto"===s?this.parent.getHeightAsNumber():s,l=this.engine&&this.engine.headerContent?Object.keys(this.engine.headerContent).length:1,d=o-this.gridSettings.rowHeight*l;this.engine&&this.engine.valueContent&&this.gridSettings.rowHeight*this.engine.valueContent.length>d&&(r-=n.getScrollBarWidth())}var p=e*this.gridSettings.columnWidth<r?r/e:this.gridSettings.columnWidth;return this.isOverflows||this.gridSettings.allowAutoResizing?p:this.gridSettings.columnWidth},e.prototype.resizeColWidth=function(e){t.isNullOrUndefined(this.parent.resizedValue)||(this.parent.resizedValue=this.parent.showGroupingBar&&this.parent.resizedValue<250?250:this.parent.resizedValue),this.resColWidth=t.isNullOrUndefined(this.parent.resizedValue)?this.resColWidth:this.parent.resizedValue;var i=isNaN(this.parent.width)?this.parent.width.toString().indexOf("%")>-1?parseFloat(this.parent.width.toString())/100*this.parent.element.offsetWidth:this.parent.element.offsetWidth:Number(this.parent.width);e-=1,i-=this.gridSettings.columnWidth>this.resColWidth?this.gridSettings.columnWidth:this.resColWidth,this.isOverflows=!(e*this.gridSettings.columnWidth<i);var a=e*this.gridSettings.columnWidth<i?i/e:this.gridSettings.columnWidth;return this.isOverflows||this.gridSettings.allowAutoResizing?a:this.gridSettings.columnWidth},e.prototype.calculateGridWidth=function(){var e=this.parent.width,t=this.parent.element.getBoundingClientRect().width?this.parent.element.getBoundingClientRect().width:this.parent.element.offsetWidth;return 0===t&&(t=this.parent.element.parentElement.getBoundingClientRect().width?this.parent.element.parentElement.getBoundingClientRect().width:this.parent.element.parentElement.offsetWidth),"auto"===this.gridSettings.width?"auto"===this.parent.width?e=t:this.parent.width.toString().indexOf("%")>-1?e=parseFloat(this.parent.width.toString())/100*t:this.parent.width.toString().indexOf("px")>-1&&(e=this.parent.width.toString().split("px")[0]):e=this.gridSettings.width,!this.gridSettings.allowAutoResizing&&e>this.parent.totColWidth?this.parent.totColWidth:e},e.prototype.calculateGridHeight=function(e){var t=this.parent.element.querySelector(".e-grid .e-content"),i=this.parent.height,a=this.parent.getHeightAsNumber();if(t&&(a=isNaN(a)?a>this.parent.minHeight?a:this.parent.minHeight:t.offsetWidth<t.querySelector("."+w).offsetWidth?a-n.getScrollBarWidth():a,this.parent.showToolbar&&"Chart"!==this.parent.currentView||!this.parent.showToolbar&&"Chart"!==this.parent.displayOption.view))if("auto"===this.gridSettings.height&&a&&this.parent.element.querySelector(".e-gridheader"))if(i=a-(this.parent.element.querySelector(".e-gridheader").offsetHeight+(this.parent.element.querySelector(".e-pivot-grouping-bar")?this.parent.element.querySelector(".e-pivot-grouping-bar").offsetHeight:0)+(this.parent.element.querySelector("."+j)?42:0)+(this.parent.element.querySelector(".e-pivot-pager")?this.parent.element.querySelector(".e-pivot-pager").offsetHeight:0))-1,i=i<40?40:i,e){var r=t.querySelector("."+w).offsetHeight,s=t.querySelector("."+w).offsetHeight,o=t.querySelector("."+w).offsetWidth,l=t.offsetWidth<=o,d=!!(l&&i-r<15);i>=r&&(!l||i>=s)&&!d?this.parent.grid.height="auto":(this.parent.grid.height=i,this.parent.grid.dataBind())}else i>this.engine.valueContent.length*this.gridSettings.rowHeight&&(i="auto");else i=this.gridSettings.height;return i<this.parent.gridSettings.rowHeight?this.parent.gridSettings.rowHeight:i},e.prototype.frameStackedHeaders=function(){var e=this.parent.pivotColumns,i="pivot"===this.parent.dataType?this.parent.engineModule:this.parent.olapEngineModule,a=this.parent.grid.columnModel,r=!1,n=!(!this.parent.toolbarModule||!this.parent.toolbarModule.isReportChange)||!!this.parent.actionObj&&("Sort value"===this.parent.actionObj.actionName&&1===i.valueAxis||"Sort field"===this.parent.actionObj.actionName&&"columns"===this.parent.actionObj.fieldInfo.axis||this.parent.pivotFieldListModule&&"Sort field"===this.parent.pivotFieldListModule.actionObj.actionName&&"columns"===this.parent.pivotFieldListModule.actionObj.fieldInfo.axis);if(this.pivotColumns=[],("olap"===this.parent.dataType&&""!==this.parent.dataSourceSettings.url||this.parent.dataSourceSettings.values.length>0&&this.parent.dataSourceSettings.dataSource&&this.parent.engineModule.data.length>0||"Server"===this.parent.dataSourceSettings.mode&&this.parent.dataSourceSettings.values.length>0&&""!==this.parent.dataSourceSettings.url&&this.engine.pivotValues.length>0)&&!this.engine.isEmptyData){var s=this.engine.headerContent.length,o=[],l=[],d=this.calculateColWidth(this.engine.pivotValues&&this.engine.pivotValues[0]?this.engine.pivotValues[0].length:0),p="olap"===this.parent.dataType&&!t.isNullOrUndefined(this.engine.colMeasurePos)&&this.engine.colDepth-1===this.parent.olapEngineModule.colMeasurePos;do{var h=[],u=0;s--;var c=this.engine.headerContent[s],g=c?Object.keys(c).length:0;if(c&&g>0)for(var m=this.parent.isTabular?this.parent.engineModule.rowMaxLevel+1:c[0]?0:1,f=0,v=Object.keys(c).length+m;f<v;f++){var S=c[f]&&c[f].colSpan?3!==c[f].memberType||3===c[f].memberType&&!p||0===s?c[f].colSpan:o[f]:1;S="olap"===this.parent.dataType&&t.isNullOrUndefined(S)?1:S;var y=c[f]?"grand sum"===c[f].type?t.isNullOrUndefined(c[f].valueSort.axis)?this.parent.localeObj.getConstant("grandTotal"):c[f].formattedText:"sum"===c[f].type?c[f].formattedText.split("Total")[0]+this.parent.localeObj.getConstant("total"):c[f].formattedText:"";if(y=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(y):y,s===this.engine.headerContent.length-1)S=1,r=e.length-1===g&&(!n&&!this.parent.isEmptyGrid&&e[u]&&e[u].autoFit),h[u]={field:f+".formattedText",headerText:y,customAttributes:{cell:this.cloneDataWithoutIndex(c[f])},width:r&&a[u]?a[u].width:c[f]&&c[f].valueSort?this.setSavedWidth(c[f].valueSort.levelName,d):this.resColWidth,minWidth:r&&u===g?a[a.length-1].minWidth:30,allowReordering:this.parent.gridSettings.allowReordering,allowResizing:this.parent.gridSettings.allowResizing,visible:!0,textAlign:this.parent.enableRtl?"Left":"Right",headerTextAlign:this.parent.enableRtl?"Right":"Left"},f===g&&(h[u].width=h[u].width-3,this.lastColumn=h[u]);else if(o[f]){for(var b=S,C=[],x=f;b>0;){if(h[u]){if(!this.pivotColumns[l[x]])break;C.push(this.pivotColumns[l[x]])}else{if(h[u]={headerText:y,field:c[f]?c[f].valueSort.levelName:"",customAttributes:{cell:this.cloneDataWithoutIndex(c[f])},width:r&&0===u&&!n&&!this.parent.isEmptyGrid&&e[0].autoFit?a[0].width:c[f]?this.setSavedWidth(c[f].valueSort.levelName,d):this.resColWidth,minWidth:30,allowReordering:this.parent.gridSettings.allowReordering,allowResizing:this.parent.gridSettings.allowResizing,visible:!0,headerTextAlign:this.parent.enableRtl?"Right":"Left"},!this.pivotColumns[l[x]])break;C=[this.pivotColumns[l[x]]]}this.isAutoFitEnabled=!!this.isAutoFitEnabled||r,b-=o[x],x+=o[x]}h[u].columns=C}h[u]&&(h[u].clipMode=this.gridSettings.clipMode),o[f]=S,l[f]=u,u++,f=f+S-1}this.pivotColumns=h.length>0?h:this.pivotColumns}while(s>0);if(this.parent.isTabular)for(var w=0;w<this.parent.engineModule.rowMaxLevel+1;w++)if(this.parent.showGroupingBar&&!this.parent.isAdaptive){var T=this.parent.element.querySelector(".e-group-row"),M=T.querySelectorAll(".e-pvt-btn-div"),D=0;D=this.parent.engineModule.rowMaxLevel!==M.length-1&&w===this.parent.engineModule.rowMaxLevel?this.getTotalColumnWidth(M,w):1===T.querySelectorAll(".e-pvt-btn-div").length?250:.8*this.parent.element.getBoundingClientRect().width<=this.getTotalColumnWidth(M,0)?this.gridSettings.columnWidth:(T.querySelectorAll(".e-pvt-btn-div")[w].getBoundingClientRect().width<this.parent.gridSettings.columnWidth?this.parent.gridSettings.columnWidth:T.querySelectorAll(".e-pvt-btn-div")[w].getBoundingClientRect().width)+6,this.pivotColumns[w]={field:w+".formattedText",width:D>this.gridSettings.columnWidth?D:this.resColWidth,minWidth:30,headerText:"",allowReordering:!1,allowResizing:this.parent.gridSettings.allowResizing,visible:!0,clipMode:this.parent.gridSettings.clipMode}}else for(var O=0;O<this.parent.engineModule.rowMaxLevel+1;O++)this.updatePivotColumn(this.pivotColumns,O,r,n,a);else this.updatePivotColumn(this.pivotColumns,0,r,n,a)}else this.resColWidth=this.parent.showGroupingBar&&this.parent.groupingBarModule?this.parent.isAdaptive?180:250:this.parent.isAdaptive?140:200,this.pivotColumns=this.frameEmptyColumns();return this.parent.toolbarModule&&this.parent.showToolbar&&(this.parent.toolbarModule.isReportChange=!1),this.parent.triggerColumnRenderEvent(this.pivotColumns),r=this.parent.pivotColumns.length>0&&this.parent.pivotColumns[this.parent.pivotColumns.length-1].autoFit,this.pivotColumns},e.prototype.setSavedWidth=function(e,i){if("0.formattedText"!==e||t.isNullOrUndefined(this.parent.resizedValue)){if(this.parent.isTabular&&this.parent.element.querySelector(".e-row").querySelector(".e-rowcell")&&this.parent.showGroupingBar&&"0.formattedText"===e&&0===this.parent.dataSourceSettings.values.length){var a=0,r=this.parent.element.querySelector(".e-group-row").querySelectorAll(".e-pvt-btn-div");if(r.length>1){for(var n=0;n<r.length;n++)a+=r[n].getBoundingClientRect().width+6;i=a}}i=this.parent.resizeInfo[e]?this.parent.resizeInfo[e]:i}else i=this.parent.resizedValue;return i},e.prototype.frameEmptyColumns=function(){var e=[],t=this.calculateColWidth(2);return e.push({field:"0.formattedText",headerText:"",minWidth:30,width:this.resColWidth}),e.push({field:"1.formattedText",headerText:this.parent.localeObj.getConstant("grandTotal"),minWidth:30,width:t-3}),e},e.prototype.getFormatList=function(){for(var e={},i=0;i<this.parent.dataSourceSettings.values.length;i++){var a=this.parent.dataSourceSettings.values[i],r="N";if("olap"===this.parent.dataType){if(this.parent.olapEngineModule.fieldList[a.name]&&!t.isNullOrUndefined(this.parent.olapEngineModule.fieldList[a.name].formatString)){var n=this.parent.olapEngineModule.formatFields[a.name]?this.parent.olapEngineModule.formatFields[a.name].format:this.parent.olapEngineModule.fieldList[a.name].formatString;r=(n="Standard"===n?"Number":n).indexOf("#")>-1||null!==n.match(/\d/)?n:n[0]+"2"}}else{var s=["PercentageOfDifferenceFrom","PercentageOfRowTotal","PercentageOfColumnTotal","PercentageOfGrandTotal","PercentageOfParentRowTotal","PercentageOfParentColumnTotal","PercentageOfParentTotal"];if(s.indexOf(a.type)>-1?r="P"+this.engine.getPercentFormat(this.engine.formatFields,a.name):["PopulationStDev","SampleStDev","PopulationVar","SampleVar","Index"].indexOf(a.type)>-1&&(r=void 0),this.parent.dataSourceSettings.formatSettings.length>0)for(var o=0;o<this.parent.dataSourceSettings.formatSettings.length;o++){var l=this.parent.dataSourceSettings.formatSettings[o];if(a.name===l.name){-1===s.indexOf(a.type)&&(r=l.format);break}}}e[a.name]=r}return e},e.prototype.getValidHeader=function(e,i){var a,r=this.parent.dataSourceSettings.values;if("row"===i){n=e;if(0===this.parent.dataSourceSettings.rows.length||0===this.parent.dataSourceSettings.columns.length){if(0===this.parent.dataSourceSettings.rows.length&&"row"===this.parent.dataSourceSettings.valueAxis&&this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+n.value===n.data[0].valueSort.levelName)return this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(this.parent.engineModule.fieldList[n.value.toString()].aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+n.value.toString();if(1===r.length&&0===this.parent.dataSourceSettings.rows.length)return this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(r[r.length-1].type)+" "+this.parent.localeObj.getConstant("of")+" "+(t.isNullOrUndefined(r[r.length-1].caption)?r[r.length-1].name:r[r.length-1].caption)}a=n.value}else if("column"===i){var n=e;if((0===this.parent.dataSourceSettings.rows.length||0===this.parent.dataSourceSettings.columns.length)&&!t.isNullOrUndefined(e.gridCell.column.customAttributes)&&0===this.parent.dataSourceSettings.columns.length&&"column"===this.parent.dataSourceSettings.valueAxis&&this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+n.gridCell.column.customAttributes.cell.formattedText===n.gridCell.column.customAttributes.cell.valueSort.levelName)return this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(this.parent.engineModule.fieldList[n.gridCell.column.customAttributes.cell.actualText].aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+n.gridCell.column.customAttributes.cell.formattedText;a=n.cell.value}return a},e.prototype.excelColumnEvent=function(e){0===this.parent.dataSourceSettings.columns.length&&"column"===this.parent.dataSourceSettings.valueAxis&&(e.cell.value=this.getValidHeader(e,"column")),void 0!==e.gridCell&&"auto"===e.gridCell.column.width&&(this.parent.lastColumn=e.gridCell.column,e.gridCell.column.width=e.gridCell.column.minWidth),e=this.exportHeaderEvent(e,"XLSX"),this.parent.trigger("excelHeaderQueryCellInfo",e)},e.prototype.pdfColumnEvent=function(e){0===this.parent.dataSourceSettings.columns.length&&"column"===this.parent.dataSourceSettings.valueAxis&&(e.cell.value=this.getValidHeader(e,"column")),void 0!==e.gridCell&&"auto"===e.gridCell.column.width&&(this.parent.lastColumn=e.gridCell.column,e.gridCell.column.width=e.gridCell.column.minWidth),0===e.gridCell.column.index&&(e.cell.colSpan=this.parent.isTabular?this.parent.engineModule.rowMaxLevel+1:1),this.parent.trigger("pdfHeaderQueryCellInfo",e)},e.prototype.excelRowEvent=function(e){var i,a=this.parent.isTabular?this.parent.engineModule.rowMaxLevel:0,r=e.column?e.column.index:void 0;if(r>=0&&r<=a){var n=e.data[r],s=n.type&&"value"===n.type,o=0;if("olap"===this.parent.dataType)o=this.indentCollection[n.rowIndex];else{var l=n.valueSort?n.valueSort.levelName.toString():"",d=n.actualText?n.actualText.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length:0,p=l.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-(d?d-1:d);o=p?p-1:0}this.colPos=0,e.style={hAlign:"Left",indent:2*o},this.lastSpan=s?this.lastSpan:o,0!==e.data[r].rowSpan&&0!==e.data[r].colSpan||"CSV"!==this.parent.exportType||!this.parent.isTabular||(e.value="")}else if(this.colPos++,i=e.data[e.column.customAttributes.cell?e.column.customAttributes.cell.colIndex:this.colPos],t.isNullOrUndefined(i.value)||t.isNullOrUndefined(i.formattedText)||""===i.formattedText)e.value="Excel"===this.parent.exportType?null:"";else{var h="pivot"===this.parent.dataType&&this.parent.engineModule?this.parent.engineModule.aggregatedValueMatrix:void 0;h&&h[i.rowIndex]&&h[i.rowIndex][i.colIndex]?e.value=h[i.rowIndex][i.colIndex]:e.value=t.isNullOrUndefined(i.value)?i.formattedText:"#DIV/0!"===i.formattedText?i.formattedText:i.value}e=this.exportContentEvent(e),0===this.parent.dataSourceSettings.rows.length&&"row"===this.parent.dataSourceSettings.valueAxis&&(e.value="0.formattedText"===e.column.field?this.getValidHeader(e,"row"):e.value),this.parent.trigger("excelQueryCellInfo",e),i&&!t.isNullOrUndefined(e.value)&&""!==e.value&&(e.style&&this.formatList[i.actualText]?(e.style.type="number",e.style.numberFormat=e.style.numberFormat?e.style.numberFormat:this.formatList[i.actualText]):this.formatList[i.actualText]&&(e.style={numberFormat:this.formatList[i.actualText]}),e.column.format=this.formatList[i.actualText])},e.prototype.pdfRowEvent=function(e){if("0.formattedText"===(e=this.exportContentEvent(e)).column.field){var t=0,i=e.data[0],a=i.type&&"value"===i.type;if("olap"===this.parent.dataType)t=this.indentCollection[i.rowIndex];else{var r=i.valueSort?i.valueSort.levelName.toString():"",n=i.actualText?i.actualText.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length:0,s=r.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-(n?n-1:n);t=s?s-1:0}e.style={paragraphIndent:10*t},this.lastSpan=a?this.lastSpan:t,0===this.parent.dataSourceSettings.rows.length&&"row"===this.parent.dataSourceSettings.valueAxis&&(e.value=this.getValidHeader(e,"row"))}this.parent.trigger("pdfQueryCellInfo",e)},e.prototype.excelDataBound=function(e){for(var t=e.excelRows,i=Object.keys(this.engine.headerContent).length,a=0;a<i;a++){for(var r=t[a].cells,n=[],s=0;s<r.length;s++)-1!==r[s].rowSpan&&n.push(r[s]);t[a].cells=n}},e.prototype.exportHeaderEvent=function(e,i){var a=1;if(e.gridCell.column.customAttributes){var r=e.gridCell.column.customAttributes.cell;a=r.rowSpan>0?r.rowSpan:1,"XLSX"===i&&(r.rowSpan>0?a=r.rowSpan:t.isNullOrUndefined(r.type)||0===r.level||(a=1,e.cell.rowSpan=1)),this.actualText=r.actualText}else a=Object.keys(this.engine.headerContent).length;return e.cell.rowSpan!==a&&a>0&&(e.cell.rowSpan=a),e},e.prototype.frameGridDataSource=function(e){for(var t=[],i=0;i<e.length;i++){var a=0;t[i]={};for(var r=Object.keys(e[i]),n=0;null!=e[i]&&n<r.length;n++)for(;a<r.length;)t[i][Number(r[a])]=this.cloneDataWithoutIndex(e[i][Number(r[a])]),a++}return t},e.prototype.cloneDataWithoutIndex=function(e){if(!t.isNullOrUndefined(e)){for(var i=Object.keys(e),a=0,r={};a<i.length;)"indexObject"!==i[a]&&"index"!==i[a]&&(r[i[a]]=e[i[a]]),a++;return r}return e},e.prototype.exportContentEvent=function(e){var i=e.data[Number(e.column.field.split(".formattedText")[0])];return i.rowSpan>0&&"row"===i.axis&&(e.cell.rowSpan=i.rowSpan),i.colSpan>0&&"row"===i.axis&&(e.colSpan=i.colSpan),e.value="grand sum"===i.type?t.isNullOrUndefined(i.valueSort.axis)?this.parent.localeObj.getConstant("grandTotal"):i.formattedText:e.value,e},e.prototype.unWireEvents=function(e){e&&e.querySelector(".e-hyperlinkcell")&&t.EventHandler.remove(e.querySelector(".e-hyperlinkcell"),this.parent.isAdaptive?"touchend":"click",this.onHyperCellClick)},e.prototype.wireEvents=function(e){e.querySelector(".e-hyperlinkcell")&&t.EventHandler.add(e.querySelector(".e-hyperlinkcell"),this.parent.isAdaptive?"touchend":"click",this.onHyperCellClick,this)},e.prototype.setSpanAttributes=function(e,t,i){i.setAttribute(e,t?t.toString():"1"),i.classList.add(T,"e-freezeleftborder","e-tabular-layout-header"),0===t&&i.classList.add("e-disable")},e.prototype.updatePivotColumn=function(e,t,i,a,r){e[t]={field:t+".formattedText",width:i&&!a&&!this.parent.isEmptyGrid&&e[t].autoFit?r[t].width:this.resColWidth,minWidth:30,headerText:"",allowReordering:!1,allowResizing:this.parent.gridSettings.allowResizing,visible:!0,clipMode:this.parent.gridSettings.clipMode}},e.prototype.getTotalColumnWidth=function(e,t){for(var i=0,a=t;a<e.length;a++)i+=(e[a].getBoundingClientRect().width<this.parent.gridSettings.columnWidth?this.parent.gridSettings.columnWidth:e[a].getBoundingClientRect().width)+6;return i},e.prototype.destroy=function(){this.timeOutObj&&(clearTimeout(this.timeOutObj),this.timeOutObj=void 0),this.removeAllHyperlinkEventHandlers(),this.aggMenu&&(this.aggMenu.destroy(),this.aggMenu=void 0),this.engine=null,this.gridSettings=null,this.formatList=null,this.lastColumn=null,this.pivotColumns=[],this.indentCollection={},this.lvlCollection={},this.hierarchyCollection={},this.lvlPosCollection={},this.hierarchyPosCollection={},this.drilledLevelInfo={},this.aggMenu=null},e.prototype.removeAllHyperlinkEventHandlers=function(){if(this.parent&&this.parent.element)for(var e=this.parent.element.querySelectorAll(".e-hyperlinkcell"),i=0;i<e.length;i++)t.EventHandler.remove(e[i],this.parent.isAdaptive?"touchend":"click",this.onHyperCellClick)},e}(),ee=function(){function e(e){this.keyConfigs={shiftF:"shift+F",shiftS:"shift+S",shiftE:"shift+E",delete:"delete",enter:"enter",escape:"escape",upArrow:"upArrow",downArrow:"downArrow",altJ:"alt+J"},this.parent=e,this.parent.element.tabIndex=-1===this.parent.element.tabIndex?0:this.parent.element.tabIndex,this.keyboardModule=new t.KeyboardEvents(this.parent.element,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})}return e.prototype.keyActionHandler=function(e){switch(e.action){case"shiftF":this.processFilter(e);break;case"shiftS":this.processSort(e);break;case"shiftE":this.processEdit(e);break;case"delete":this.processDelete(e);break;case"enter":this.processEnter(e);break;case"escape":this.processClose(e);break;case"upArrow":case"downArrow":this.processFilterNodeSelection(e);break;case"altJ":this.processComponentFocus(e)}},e.prototype.processComponentFocus=function(e){if(this.parent.element)return this.parent.element.focus(),e.stopPropagation(),void e.preventDefault()},e.prototype.getButtonElement=function(e){for(var t=[].slice.call(this.parent.element.querySelectorAll(".e-pivot-button")),i=0,a=t.length;i<a;i++)if(t[i].getAttribute("data-uid")===e.getAttribute("data-uid"))return t[i];return e},e.prototype.processEnter=function(e){var i=e.target;if(i&&t.closest(i,".e-pivot-button"))return i.querySelector(".e-dropdown-icon")&&t.closest(i,".e-values")?i.querySelector(".e-dropdown-icon").click():i.querySelector(".e-edit")?i.querySelector(".e-edit").click():!i.querySelector(".e-sort")||t.closest(i,".e-values")||t.closest(i,".e-axis-filter")?i.querySelector(".e-btn-filter")&&!t.closest(i,".e-values")&&i.querySelector(".e-btn-filter").click():(i.querySelector(".e-sort").click(),this.getButtonElement(i).focus()),void e.preventDefault()},e.prototype.processSort=function(e){var i=e.target;if(i&&t.closest(i,".e-pivot-button")&&i.querySelector(".e-sort")&&!t.closest(i,".e-values")&&!t.closest(i,".e-axis-filter"))return i.querySelector(".e-sort").click(),this.getButtonElement(i).focus(),void e.preventDefault()},e.prototype.processEdit=function(e){var i=e.target;if(i&&t.closest(i,".e-pivot-button")&&i.querySelector(".e-edit"))return i.querySelector(".e-edit").click(),void e.preventDefault()},e.prototype.processFilter=function(e){var i=e.target;if(i&&t.closest(i,".e-pivot-button")&&i.querySelector(".e-btn-filter")&&!t.closest(i,".e-values")){if(i.querySelector(".e-btn-filter").click(),this.parent&&this.parent.control&&"pivotview"===this.parent.moduleName&&this.parent.control.grid&&this.parent.control.showGroupingBar&&this.parent.control.groupingBarModule&&t.closest(i,".e-group-rows")&&this.parent.filterDialog&&this.parent.filterDialog.dialogPopUp&&!this.parent.filterDialog.dialogPopUp.isDestroyed&&this.parent.filterDialog.dialogPopUp.element){var a=this.parent.filterDialog.dialogPopUp.element,r=this.parent.filterDialog.allowExcelLikeFilter;clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(function(){a&&a.classList.contains("e-popup-open")&&(r&&a.querySelector(".e-dlg-closeicon-btn")?a.querySelector(".e-dlg-closeicon-btn").focus():a.querySelector("input")&&a.querySelector("input").focus())})}return void e.preventDefault()}},e.prototype.processFilterNodeSelection=function(e){var i=e.target;if(i&&t.closest(i,".e-select-all")&&40===e.keyCode){if((r=t.closest(i,".e-member-editor-outer-container").querySelector(".e-member-editor-container"))&&r.querySelector("li")){var a=r.querySelector("li");return r.querySelector("li#_active")&&(t.removeClass([r.querySelector("li#_active")],["e-node-focus"]),r.querySelector("li#_active").removeAttribute("id")),a.setAttribute("id","_active"),t.addClass([a],["e-node-focus"]),a.focus(),void e.preventDefault()}}else if(i&&t.closest(i,".e-member-editor-container")&&38===e.keyCode){var r=t.closest(i,".e-member-editor-container");if(r.querySelector("li#_active.e-node-focus")&&r.querySelector("li")&&r.querySelector("li").classList.contains("e-prev-active-node")&&r.querySelector("li")===r.querySelector("li#_active.e-node-focus")){t.removeClass(r.querySelectorAll("li.e-prev-active-node"),"e-prev-active-node");var n=t.closest(i,".e-member-editor-outer-container").querySelector(".e-select-all");if(n&&n.querySelector("li"))return(a=n.querySelector("li")).setAttribute("id","_active"),t.addClass([a],["e-node-focus"]),a.focus(),void e.preventDefault()}}else i&&i.id===this.parent.parentID+"_inputbox"&&("upArrow"===e.action?i.parentElement.querySelector(".e-spin-up").click():"downArrow"===e.action&&i.parentElement.querySelector(".e-spin-down").click())},e.prototype.processDelete=function(e){var i=e.target;if(i&&t.closest(i,".e-pivot-button")&&i.querySelector(".e-remove"))return i.querySelector(".e-remove").click(),void e.preventDefault()},e.prototype.processClose=function(e){var i=e.target;if(i&&t.closest(i,".e-popup.e-popup-open")){var a=t.getInstance(t.closest(i,".e-popup.e-popup-open"),r.Dialog);if(a&&!a.closeOnEscape){var n=a.element.getAttribute("data-fieldName");if(a.hide(),this.parent.element)for(var s=0,o=[].slice.call(this.parent.element.querySelectorAll(".e-pivot-button"));s<o.length;s++){var l=o[s];if(l.getAttribute("data-uid")===n){l.focus();break}}return void e.preventDefault()}}},e.prototype.destroy=function(){this.timeOutObj&&(clearTimeout(this.timeOutObj),this.timeOutObj=null),this.keyboardModule&&(this.keyboardModule.destroy(),this.keyboardModule=null)},e}(),te=function(){function e(e){this.searchListItem=[],this.parent=e}return e.prototype.updateSorting=function(e){if(!e.target.classList.contains("e-btn-filter")&&!e.target.classList.contains("e-remove")){this.parent.filterDialog.dialogPopUp&&this.parent.filterDialog.dialogPopUp.close();var i=e.target,a=void 0,r=void 0,n=void 0;i.id?(a=i.getAttribute("data-uid"),r=[].slice.call(i.querySelectorAll(".e-descend"))):(a=i.parentElement.getAttribute("data-uid"),r=[].slice.call(i.parentElement.querySelectorAll(".e-descend"))),n=0!==r.length;var s=B.getFieldByName(a,this.parent.dataSourceSettings.sortSettings),o=this.parent.engineModule&&this.parent.engineModule.fieldList[a]&&this.parent.engineModule.fieldList[a].membersOrder?this.parent.engineModule.fieldList[a].membersOrder.slice():[];if(t.isNullOrUndefined(s)){d={name:a,order:n?"Ascending":"Descending",membersOrder:s?s.membersOrder:o};this.parent.dataSourceSettings.sortSettings.push(d)}else{for(var l=0;l<this.parent.dataSourceSettings.sortSettings.length;l++)if(this.parent.dataSourceSettings.sortSettings[l].name===a){this.parent.dataSourceSettings.sortSettings.splice(l,1);break}var d={name:a,order:n?"Ascending":"Descending",membersOrder:s?s.membersOrder:o};this.parent.dataSourceSettings.sortSettings.push(d)}this.parent.control.lastSortInfo=this.parent.dataSourceSettings.sortSettings[this.parent.dataSourceSettings.sortSettings.length-1],n?t.removeClass([i],"e-descend"):t.addClass([i],"e-descend")}},e.prototype.updateFiltering=function(e){var i=e.target,a=i.parentElement.getAttribute("data-uid"),r=i.parentElement.textContent,n=!1,s=[],o=[];if(this.parent.dataSourceSettings.allowMemberFilter)if("olap"===this.parent.dataType)o=this.getOlapData(a,n);else{var l=this.parent.engineModule.fieldList[a],d=B.getClonedData(l.dateMember);this.parent.isDateField=B.isDateField(a,this.parent.engineModule);var p=l&&l.membersOrder?l.membersOrder.slice():[],h=void 0;"Out of Range"===d[0].actualText?(h=d[0],d.splice(0,1)):"Out of Range"===d[d.length-1].actualText&&(h=d[d.length-1],d.splice(d.length-1,1));var u={fieldName:a,sortOrder:l.sort,members:p&&p.length>0?p:Object.keys(d),IsOrderChanged:!1},c=!1,g=!(!l||!l.isAlphanumeric)||void 0;if(p&&p.length>0)d=B.applyCustomSort(u,d,g);else{var m=this.parent.dataSourceSettings.groupSettings.filter(function(e){return e.name===a&&"number"===e.type.toLocaleLowerCase()}),f=!t.isNullOrUndefined(m)&&m.length>0;d=B.applyHeadersSort(d,u.sortOrder,g,f),c=!0}var v=B.getFilterItemByName(a,this.parent.dataSourceSettings.filterSettings);if(t.isNullOrUndefined(v)||(n=!(!this.isValidFilterItemsAvail(a,v)||"Include"!==v.type),s=v.items?v.items:[]),h&&("Ascending"===u.sortOrder?"Grand Total"===d[d.length-1].actualText?d.splice(d.length-1,0,h):d.splice(d.length,0,h):"Grand Total"===d[0].actualText?d.splice(1,0,h):d.splice(0,0,h)),c){for(var S=[],y=0,b=0;y<d.length;y++)"Grand Total"!==d[y].actualText&&(S[b++]=d[y].actualText);u.members=S}this.parent.control.trigger("onHeadersSort",u),u.IsOrderChanged&&(d=B.applyCustomSort(u,d,g,!0)),o=this.getTreeData(n,d,s,a)}this.parent.filterDialog.dialogPopUp&&this.parent.filterDialog.dialogPopUp.close();var C=this.parent.control.filterTargetID;t.isNullOrUndefined(C)&&(C="pivotfieldlist"!==this.parent.moduleName?this.parent.element:document.getElementById(this.parent.parentID+"_Container")),this.parent.filterDialog.createFilterDialog(o,a,r,C)},e.prototype.isValidFilterItemsAvail=function(e,t){var i=!1,a=["Include","Exclude"];if(t&&a.indexOf(t.type)>=0)if("Include"===t.type&&0===t.items.length)i=!0;else{var r=this.parent.engineModule,n=r.fieldList[e],s=void 0;s="Server"===this.parent.dataSourceSettings.mode?n.members:"olap"===this.parent.dataType?n.members:B.getFormattedMembers(n.members,e,r);for(var o=0,l=t.items;o<l.length;o++)if(s[l[o]]){i=!0;break}}return i},e.prototype.getOlapData=function(e,i){var a=[],r=[];this.parent.filterDialog.isSearchEnabled=!1;var n=[],s=this.parent.engineModule,o=B.getFilterItemByName(e,this.parent.dataSourceSettings.filterSettings);0===s.fieldList[e].filterMembers.length?this.parent.control.loadOnDemandInMemberEditor?o&&o.levelCount>1&&s.fieldList[e].levels.length>1?s.getFilterMembers(this.parent.dataSourceSettings,e,o.levelCount):(s.fieldList[e].levelCount=1,s.getMembers(this.parent.dataSourceSettings,e)):s.getMembers(this.parent.dataSourceSettings,e,!0):(s.fieldList[e].currrentMembers={},s.fieldList[e].searchMembers=[]);var l=s.fieldList[e].isHierarchy;a=s.fieldList[e].filterMembers,t.isNullOrUndefined(o)||(i=!o.type||"Include"===o.type,r=o.items?o.items:[]);for(var d={},p={},h=s.fieldList[e].members,u=0,c=r;u<c.length;u++){var g=c[u];d[g]=g,p[g]=g,h[g]&&(p=this.getParentNode(e,g,p))}return a=this.getFilteredTreeNodes(e,a,p,n),a=this.getOlapTreeData(i,B.getClonedData(a),d,e,l),a=this.sortOlapFilterData(a,s.fieldList[e].sort)},e.prototype.sortOlapFilterData=function(e,t){if(e.length>0){for(var i=!1,a=[],r=0;r<e.length;r++)a.push(e[r].caption);var n="Grand Total"!==e[0].caption||void 0===e[0].caption?e[0].htmlAttributes["data-fieldName"]:e[1].htmlAttributes["data-fieldName"],s=this.parent.engineModule.fieldList[n],o=s&&s.membersOrder?s.membersOrder.slice():[],l={fieldName:n,sortOrder:t,members:o&&o.length>0?o:a,IsOrderChanged:!1};if(o&&o.length>0?this.applyFilterCustomSort(e,l):(e="Ascending"===t?e.sort(function(e,t){return e.caption>t.caption?1:t.caption>e.caption?-1:0}):"Descending"===t?e.sort(function(e,t){return e.caption<t.caption?1:t.caption<e.caption?-1:0}):e,i=!0),i){for(var d=[],p=0,h=0;p<e.length;p++)"Grand Total"!==e[p].caption&&(d[h++]=e[p].caption);l.members=d}this.parent.control.trigger("onHeadersSort",l),l.IsOrderChanged&&this.applyFilterCustomSort(e,l,!0)}return e},e.prototype.applyFilterCustomSort=function(e,t,i){var a,r=[],n=[];r=t.IsOrderChanged?t.members:"Ascending"===t.sortOrder||"None"===t.sortOrder||void 0===t.sortOrder?[].concat(t.members):[].concat(t.members).reverse(),"Grand Total"===e[0].caption&&(a=e[0],e.shift());for(var s=0,o=0;s<e.length;s++){var l=e[s].caption;if(r[o]===l){if(e.splice(o++,0,e[s]),e.splice(++s,1),!(o<r.length)){i||n.splice(--o,0,l);break}s=-1}s>=0&&!i&&(n[s]=e[s].caption)}if(!i){for(s=n.length;s<e.length;s++)n[s]=e[s].caption;"Grand Total"===n[n.length-1]&&n.pop(),t.members=n}return a&&e.splice(0,0,a),e},e.prototype.getParentIDs=function(e,t,i){for(var a,r=0,n=e.fields.dataSource;r<n.length;r++){var s=n[r];if(s.id===t){a=s.pid;break}}return a&&(i.push(a),this.getParentIDs(e,a,i)),i},e.prototype.getChildIDs=function(e,t,i){for(var a,r=0,n=e.fields.dataSource;r<n.length;r++){var s=n[r];if(s.pid===t){a=s.id;break}}return a&&(i.push(a),this.getParentIDs(e,a,i)),i},e.prototype.searchTreeNodes=function(e,i,a,r){if(a){for(var n=[],s=[],o=0,l=[].slice.call(i.element.querySelectorAll("li"));o<l.length;o++){var d=l[o];d.querySelector(".e-list-text").textContent.toLowerCase().indexOf(e.value.toLowerCase())>-1?n.push(d):s.push(d)}if(i.enableNodes(n),t.removeClass(n,"e-disable"),i.disableNodes(s),t.addClass(s,"e-disable"),n.length>0&&s.length>0)for(var p=0,h=n;p<h.length;p++){var u=h[p].getAttribute("data-uid"),c=this.getParentIDs(i,u,[]),g=this.getChildIDs(i,u,[]),m=[];if(c.length>0)for(var f=0,v=s;f<v.length;f++){b=v[f];-1!==B.inArray(b.getAttribute("data-uid"),c)&&m.push(b)}if(g.length>0)for(var S=0,y=s;S<y.length;S++){var b=y[S];-1!==B.inArray(b.getAttribute("data-uid"),g)&&m.push(b)}i.enableNodes(m),t.removeClass(m,"e-disable")}0===[].slice.call(i.element.querySelectorAll("li.e-disable")).length?i.collapseAll():i.expandAll(void 0,void 0,!0),this.searchListItem=n}else if(this.parent.searchTreeItems=[],"olap"!==this.parent.dataType||r){var n=[],C=0;C=1;for(var x=0,w=this.parent.currentTreeItems;x<w.length;x++){var T=w[x];T.name.toLowerCase().indexOf(e.value.toLowerCase())>-1&&(this.parent.searchTreeItems.push(T),C<=this.parent.control.maxNodeLimitInMemberEditor&&n.push(T),C++)}--C>this.parent.control.maxNodeLimitInMemberEditor?(this.parent.editorLabelElement.innerText=C-this.parent.control.maxNodeLimitInMemberEditor+this.parent.control.localeObj.getConstant("editorDataLimitMsg"),this.parent.filterDialog.dialogPopUp.height=this.parent.filterDialog.allowExcelLikeFilter?"440px":"400px",this.parent.isDataOverflow=!0):(this.parent.editorLabelElement.innerText="",this.parent.filterDialog.dialogPopUp.height=this.parent.filterDialog.allowExcelLikeFilter?"400px":"350px",this.parent.isDataOverflow=!1),this.parent.isDataOverflow=C>this.parent.control.maxNodeLimitInMemberEditor,this.parent.editorLabelElement.parentElement.style.display=this.parent.isDataOverflow?"block":"none",i.fields={dataSource:n,id:"id",text:"name",isChecked:"isSelected",parentID:"pid"},i.dataBind()}else this.updateOlapSearchTree(e,i,r)},e.prototype.updateOlapSearchTree=function(e,t,i){var a=[],r=this.parent.filterDialog.dialogPopUp.element.getAttribute("data-fieldname");if(""===e.value.toLowerCase()){this.parent.filterDialog.isSearchEnabled=!1,this.parent.engineModule.fieldList[r].searchMembers=[];for(var n=[],s={},o={},l=this.parent.engineModule.fieldList[r].members,d=[],p=0,h=Object.keys(l);p<h.length;p++)l[g=h[p]].isSelected&&(l[g].parent&&l[l[g].parent].isSelected||d.push(g));for(var u=0,c=d;u<c.length;u++){var g=c[u];s[g]=g,o[g]=g,l[g]&&(o=this.getParentNode(r,g,o))}m=this.parent.engineModule.fieldList[r].filterMembers;a=this.getFilteredTreeNodes(r,m,o,n),a=this.getOlapTreeData(!0,B.getClonedData(a),s,r,i,!0)}else{this.parent.filterDialog.isSearchEnabled=!0;var m=this.parent.engineModule.fieldList[r].searchMembers;a=B.getClonedData(m),a=this.getOlapSearchTreeData(!0,a,r)}t.fields={dataSource:a,id:"id",text:"name",isChecked:"isSelected",parentID:"pid"},t.dataBind()},e.prototype.getTreeData=function(e,i,a,r){this.parent.currentTreeItems=[],this.parent.searchTreeItems=[],this.parent.currentTreeItemsPos={},this.parent.savedTreeFilterPos={};for(var n=this.parent.engineModule,s=[],o=1,l={},d=0,p=a;d<p.length;d++){var h=p[d];l[h]=h}for(var u=r.replace(/[^a-zA-Z0-9 ]/g,"_"),c=0,g=i;c<g.length;c++){var m=g[c],f=m.actualText.toString();f=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(f):f;var v=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(m.actualText):m.actualText,S={id:u+"_"+o,htmlAttributes:{"data-fieldName":r,"data-memberId":v.toString()},actualText:v,name:this.parent.isDateField?m.formattedText:n.getFormattedValue(v,r).formattedText,isSelected:!e},y="Server"===this.parent.dataSourceSettings.mode?m.actualText:m.formattedText;void 0!==l[this.parent.isDateField?y:f]&&(S.isSelected=!!e),o<=this.parent.control.maxNodeLimitInMemberEditor&&s.push(S),S.isSelected||(this.parent.savedTreeFilterPos[o-1]=this.parent.isDateField?m.formattedText:f),this.parent.currentTreeItems.push(S),this.parent.searchTreeItems.push(S),this.parent.currentTreeItemsPos[v]={index:o-1,isSelected:S.isSelected},o++}return this.parent.isDataOverflow=o-1>this.parent.control.maxNodeLimitInMemberEditor,s},e.prototype.getOlapTreeData=function(e,t,i,a,r,n){var s=this.parent.engineModule.fieldList[a];this.parent.currentTreeItems=[],this.parent.searchTreeItems=[],this.parent.currentTreeItemsPos={};for(var o=[],l=1,d=0,p=t;d<p.length;d++){var h=p[d],u=h,c=h.id.toString();n||(u.isSelected=!e),void 0!==i[c]&&(u.isSelected=!!e),!n&&h.hasChildren&&this.updateChildNodeStates(s.filterMembers,a,h.id,u.isSelected),s.members[c].isSelected=u.isSelected,s.currrentMembers&&s.currrentMembers[c]&&(s.currrentMembers[c].isSelected=u.isSelected),l<=this.parent.control.maxNodeLimitInMemberEditor&&r&&o.push(u),this.parent.currentTreeItems.push(u),this.parent.searchTreeItems.push(u),this.parent.currentTreeItemsPos[c]={index:l-1,isSelected:u.isSelected},l++}return this.parent.isDataOverflow=!!r&&l-1>this.parent.control.maxNodeLimitInMemberEditor,r?o:t},e.prototype.getOlapSearchTreeData=function(e,t,i){for(var a=this.parent.engineModule.fieldList[i].members,r=0,n=t;r<n.length;r++){var s=n[r],o=s.id.toString();a[o]&&(s.isSelected=a[o].isSelected),this.parent.searchTreeItems.push(s)}return t},e.prototype.updateChildNodeStates=function(e,t,i,a){for(var r=this.parent.engineModule.fieldList[t].members,n=this.parent.engineModule.fieldList[t].currrentMembers,s=0,o=e;s<o.length;s++){var l=o[s];l.pid&&l.pid.toString()===i&&(r[l.id].isSelected=a,n&&n[l.id]&&(n[l.id].isSelected=a),l.hasChildren&&this.updateChildNodeStates(e,t,l.id,a))}},e.prototype.getParentNode=function(e,t,i){var a=this.parent.engineModule.fieldList[e].members;if(a[t].parent&&t!==a[t].parent){var r=a[t].parent;i[r]=r,this.getParentNode(e,r,i)}return i},e.prototype.getFilteredTreeNodes=function(e,i,a,r){for(var n=[],s=this.parent.engineModule.fieldList[e].members,o=0,l=a?Object.keys(a):[];o<l.length;o++){var d=l[o],p=s[d]?s[d].parent:void 0;void 0!==p&&-1===B.inArray(p,n)&&n.push(p)}for(var h=0,u=i;h<u.length;h++){var c=u[h];t.isNullOrUndefined(c.pid)||-1!==B.inArray(c.pid,n)?(r.push(c),t.isNullOrUndefined(c.pid)&&-1!==B.inArray(c.id,n)?s[c.id].isNodeExpand=!0:t.isNullOrUndefined(c.pid)||-1===B.inArray(c.pid,n)?s[c.id].isNodeExpand=!1:(s[c.id].isNodeExpand=!1,s[c.pid].isNodeExpand=!0)):s[c.id].isNodeExpand=!1}return r},e}(),ie=function(){function e(e){this.parent=e}return e.prototype.onStateModified=function(e,i){var a="",r=t.closest(e.target,".e-droppable"),n=-1;if(this.parent.dataSourceUpdate.btnElement=e.element?e.element.parentElement:void 0,r&&(a="e-rows"===r.classList[1]?"rows":"e-columns"===r.classList[1]?"columns":"e-values"===r.classList[1]?"values":"e-filters"===r.classList[1]?"filters":""),"olap"===this.parent.dataType||"pivot"===this.parent.dataType){var s="olap"===this.parent.dataType&&this.parent.engineModule.fieldList[i]&&this.parent.engineModule.fieldList[i].isCalculatedField?this.parent.engineModule.fieldList[i].tag:i;if(e.cancel&&""===a)return!1;if(this.parent.dataSourceUpdate.btnElement&&"true"===this.parent.dataSourceUpdate.btnElement.getAttribute("isValue")&&("filters"===a||"values"===a)||this.parent.dataSourceUpdate.btnElement&&"false"===this.parent.dataSourceUpdate.btnElement.getAttribute("isValue")&&s.toLowerCase().indexOf("[measures].")>-1&&"olap"===this.parent.dataType&&("filters"===a||"rows"===a||"columns"===a)||this.parent.dataSourceUpdate.btnElement&&"false"===this.parent.dataSourceUpdate.btnElement.getAttribute("isValue")&&"olap"===this.parent.dataType&&-1===s.toLowerCase().indexOf("[measures].")&&this.parent.engineModule.fieldList[i]&&this.parent.engineModule.fieldList[i].isNamedSets&&("filters"===a||"values"===a)||this.parent.dataSourceUpdate.btnElement&&"false"===this.parent.dataSourceUpdate.btnElement.getAttribute("isValue")&&"olap"===this.parent.dataType&&-1===s.toLowerCase().indexOf("[measures].")&&"values"===a){var o=this.parent.localeObj.getConstant("warning"),l=this.parent.localeObj.getConstant("fieldDropErrorAction");return this.parent.errorDialog.createErrorDialog(o,l),!1}}else if(e.cancel&&""===a||this.parent.dataSourceUpdate.btnElement&&"true"===this.parent.dataSourceUpdate.btnElement.getAttribute("isValue")&&("filters"===a||"values"===a||a.indexOf(this.parent.dataSourceSettings.valueAxis)>-1))return!1;if(""!==a){if(("olap"===this.parent.dataType||"pivot"===this.parent.dataType)&&((s="olap"===this.parent.dataType&&this.parent.engineModule.fieldList[i]&&this.parent.engineModule.fieldList[i].isCalculatedField?this.parent.engineModule.fieldList[i].tag:i).toLowerCase().indexOf("[measures].")>-1&&"olap"===this.parent.dataType&&("filters"===a||"rows"===a||"columns"===a)||this.parent.engineModule.fieldList[i]&&this.parent.engineModule.fieldList[i].isNamedSets&&"filters"===a||"olap"===this.parent.dataType&&"values"===a&&-1===s.toLowerCase().indexOf("[measures]."))){var o=this.parent.localeObj.getConstant("warning"),l=this.parent.localeObj.getConstant("fieldDropErrorAction");return this.parent.errorDialog.createErrorDialog(o,l),!1}if("pivot"===this.parent.dataType&&this.parent.engineModule.fieldList[i]&&"CalculatedField"===this.parent.engineModule.fieldList[i].aggregateType&&"values"!==a){var o=this.parent.localeObj.getConstant("warning"),l=this.parent.localeObj.getConstant("dropAction");return this.parent.errorDialog.createErrorDialog(o,l),!1}n=this.getButtonPosition(e.target,a)}else this.parent.engineModule.fieldList[i]&&(this.parent.engineModule.fieldList[i].isSelected=!1,"olap"===this.parent.dataType&&this.parent.engineModule.updateFieldlistData(i));return this.parent.dataSourceUpdate.updateDataSource(i,a,n)},e.prototype.getButtonPosition=function(e,i){var a=-1,r=t.closest(e,".e-pvt-btn-div");if(!t.isNullOrUndefined(r)){r=r.querySelector(".e-pivot-button");for(var n=this.parent.element.querySelector(".e-"+i),s=[].slice.call(n.querySelectorAll(".e-pivot-button")),o=0,l=s.length;o<l;o++)if(s[o].id===r.id){a=o;break}}return a},e}(),ae=function(){function e(e){this.parent=e}return e.prototype.updateDataSource=function(e,i,a){for(var r,n,s=this,o=-1,l=!0,d=[this.parent.dataSourceSettings.rows,this.parent.dataSourceSettings.columns,this.parent.dataSourceSettings.values,this.parent.dataSourceSettings.filters],p=0,h=d.length;p<h;p++)if(d[p])for(var u=0,c=d[p].length;u<c;u++)(d[p][u].name===e||"olap"===this.parent.dataType&&"[measures]"===d[p][u].name.toLowerCase()&&d[p][u].name.toLowerCase()===e)&&(n=0===p?"rows":1===p?"columns":2===p?"values":"filters",o=u),n||(n="fieldList");var g={fieldName:e,dropField:B.getFieldInfo(e,this.control).fieldItem,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),dropAxis:i,dropPosition:a,draggedAxis:n,cancel:!1},m="pivotfieldlist"===this.control.getModuleName()&&this.control.isPopupView?this.control.pivotGridModule:this.control;return m.trigger("fieldDrop",g,function(d){if(d.cancel)l=!1;else{if(i=d.dropAxis,a=d.dropPosition,e=d.dropField?d.dropField.name:d.fieldName,r=d.dropField,s.control&&s.btnElement&&"true"===s.btnElement.getAttribute("isvalue"))switch(i){case"":s.control.setProperties({dataSourceSettings:{values:[]}},!0);break;case"rows":a=a===s.parent.dataSourceSettings.rows.length?-1:a,s.control.setProperties({dataSourceSettings:{valueAxis:"row",valueIndex:a}},!0);break;case"columns":a=a===s.parent.dataSourceSettings.columns.length?-1:a,s.control.setProperties({dataSourceSettings:{valueAxis:"column",valueIndex:a}},!0)}else{if(s.removeFieldFromReport(e.toString()),"pivot"===s.parent.dataType&&s.control.showValuesButton&&s.parent.dataSourceSettings.values.length>1){var p="row"===s.parent.dataSourceSettings.valueAxis&&"rows"===i?s.parent.dataSourceSettings.rows:"column"===s.parent.dataSourceSettings.valueAxis&&"columns"===i?s.parent.dataSourceSettings.columns:void 0;o<s.parent.dataSourceSettings.valueIndex&&("row"===s.parent.dataSourceSettings.valueAxis&&"rows"===n||"column"===s.parent.dataSourceSettings.valueAxis&&"columns"===n)&&s.control.setProperties({dataSourceSettings:{valueIndex:s.parent.dataSourceSettings.valueIndex-1}},!0),t.isNullOrUndefined(p)||(-1===a&&-1===s.parent.dataSourceSettings.valueIndex?s.control.setProperties({dataSourceSettings:{valueIndex:p.length}},!0):a>-1&&a<=s.parent.dataSourceSettings.valueIndex?s.control.setProperties({dataSourceSettings:{valueIndex:s.parent.dataSourceSettings.valueIndex+1}},!0):s.parent.dataSourceSettings.valueIndex>-1&&a>s.parent.dataSourceSettings.valueIndex&&(a-=1))}"CalculatedField"===(r=s.getNewField(e.toString(),d.dropField)).type&&""!==i&&(i="values")}if("olap"===s.parent.dataType&&(s.removeFieldFromReport(e.toString()),r=s.getNewField(e.toString(),d.dropField),0===s.parent.dataSourceSettings.values.length&&s.removeFieldFromReport("[measures]"),"CalculatedField"===r.type&&""!==i&&(i="values")),s.control){var h={fieldName:e,droppedField:r,dataSourceSettings:B.getClonedDataSourceSettings(s.parent.dataSourceSettings),droppedAxis:i,droppedPosition:a};m.trigger("onFieldDropped",h,function(e){if(r=e.droppedField){switch(a=e.droppedPosition,i=e.droppedAxis){case"filters":-1!==a?s.parent.dataSourceSettings.filters.splice(a,0,r):s.parent.dataSourceSettings.filters.push(r);break;case"rows":-1!==a?s.parent.dataSourceSettings.rows.splice(a,0,r):s.parent.dataSourceSettings.rows.push(r);break;case"columns":-1!==a?s.parent.dataSourceSettings.columns.splice(a,0,r):s.parent.dataSourceSettings.columns.push(r);break;case"values":if(-1!==a?s.parent.dataSourceSettings.values.splice(a,0,r):s.parent.dataSourceSettings.values.push(r),!("olap"!==s.parent.dataType||s.parent.engineModule.isMeasureAvail||s.parent.dataSourceSettings.values.length>1)){var t={name:"[Measures]",caption:"Measures",showRemoveIcon:!0,allowDragAndDrop:!0};("row"===s.parent.dataSourceSettings.valueAxis?s.parent.dataSourceSettings.rows:s.parent.dataSourceSettings.columns).push(t)}}var n="columns"===i?m.dataSourceSettings.columns.length:"rows"===i?m.dataSourceSettings.rows.length:0;0!==n&&m.dataSourceSettings.valueIndex===n&&s.control.setProperties({dataSourceSettings:{valueIndex:-1}},!0)}})}}}),l},e.prototype.removeFieldFromReport=function(e){for(var t,i=!1,a=[this.parent.dataSourceSettings.rows,this.parent.dataSourceSettings.columns,this.parent.dataSourceSettings.values,this.parent.dataSourceSettings.filters],r=this.parent.engineModule.fieldList[e],n=0,s=a.length;n<s;n++)if(!i&&a[n])for(var o=0,l=a[n].length;o<l;o++)if(a[n][o].name===e||"olap"===this.parent.dataType&&"[measures]"===a[n][o].name.toLowerCase()&&a[n][o].name.toLowerCase()===e){if(t=a[n][o].properties?a[n][o].properties:a[n][o],t.type=r&&"number"===r.type?t.type:"Count",a[n].splice(o,1),"olap"===this.parent.dataType){var d=this.parent.engineModule;d&&d.fieldList[e]&&(d.fieldList[e].currrentMembers={},d.fieldList[e].searchMembers=[])}i=!0;break}return t},e.prototype.getNewField=function(e,t){var i;if("olap"===this.parent.dataType){a=this.parent.engineModule.fieldList[e];i={name:t?t.name:e,caption:t?t.caption:a.caption,isNamedSet:t?t.isNamedSet:a.isNamedSets,isCalculatedField:t?t.isCalculatedField:a.isCalculatedField,type:t?void 0===t.type?"number"===a.type?"Sum":"Count":t.type:void 0===a.aggregateType?"number"===a.type?"Sum":"Count":a.aggregateType,showFilterIcon:t?t.showFilterIcon:a.showFilterIcon,showSortIcon:t?t.showSortIcon:a.showSortIcon,showEditIcon:t?t.showEditIcon:a.showEditIcon,showRemoveIcon:t?t.showRemoveIcon:a.showRemoveIcon,showValueTypeIcon:t?t.showValueTypeIcon:a.showValueTypeIcon,allowDragAndDrop:t?t.allowDragAndDrop:a.allowDragAndDrop,showSubTotals:t?t.showSubTotals:a.showSubTotals,expandAll:t?t.expandAll:a.expandAll}}else{var a=this.parent.engineModule.fieldList[e];i={name:t?t.name:e,caption:t?t.caption:a.caption,type:t?void 0===t.type||null===t.type?"number"===a.type?"Sum":"Count":t.type:void 0===a.aggregateType||null===a.aggregateType?"number"===a.type?"Sum":"Count":a.aggregateType,showNoDataItems:t?t.showNoDataItems:a.showNoDataItems,baseField:t?t.baseField:a.baseField,baseItem:t?t.baseItem:a.baseItem,allowDragAndDrop:t?t.allowDragAndDrop:a.allowDragAndDrop,showSubTotals:t?t.showSubTotals:a.showSubTotals,showFilterIcon:t?t.showFilterIcon:a.showFilterIcon,showSortIcon:t?t.showSortIcon:a.showSortIcon,showEditIcon:t?t.showEditIcon:a.showEditIcon,showRemoveIcon:t?t.showRemoveIcon:a.showRemoveIcon,showValueTypeIcon:t?t.showValueTypeIcon:a.showValueTypeIcon,expandAll:t?t.expandAll:a.expandAll}}return i},e}(),re=function(){function e(e){this.parent=e}return e.prototype.createErrorDialog=function(e,i){var a=t.createElement("div",{id:this.parent.parentID+"_ErrorDialog",className:"e-pivot-error-dialog"});this.parent.element.appendChild(a),this.errorPopUp=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!1,header:e,content:i,isModal:!0,visible:!0,showCloseIcon:!0,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"auto",height:"auto",position:{X:"center",Y:"center"},buttons:[{click:this.closeErrorDialog.bind(this),isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("ok"),isPrimary:!0}}],cssClass:this.parent.cssClass,closeOnEscape:!0,target:document.body,close:this.removeErrorDialog.bind(this)}),this.errorPopUp.isStringTemplate=!0,this.errorPopUp.appendTo(a)},e.prototype.closeErrorDialog=function(){this.errorPopUp.close()},e.prototype.removeErrorDialog=function(){this.errorPopUp&&!this.errorPopUp.isDestroyed&&(this.errorPopUp.destroy(),this.errorPopUp=null),document.getElementById(this.parent.parentID+"_ErrorDialog")&&t.remove(document.getElementById(this.parent.parentID+"_ErrorDialog"))},e}(),ne=function(){function e(e){this.parent=e}return e.prototype.createFilterDialog=function(e,i,a,n){var s=this,o=t.createElement("div",{id:this.parent.parentID+"_EditorTreeView",className:"e-member-editor-dialog "+("olap"===this.parent.dataType?"e-olap-editor-dialog":"")+(this.parent.isDataOverflow?" e-node-limit":""),attrs:{"data-fieldName":i,"aria-label":a}}),l=this.parent.engineModule.fieldList[i].caption,d=this.parent.localeObj.getConstant("filter")+' "'+a+'" '+this.parent.localeObj.getConstant("by");this.filterObject=this.getFilterObject(i),this.isSearchEnabled=!1,this.allowExcelLikeFilter=this.isExcelFilter(i),this.parent.element.appendChild(o),this.dialogPopUp=new r.Dialog({animationSettings:{effect:this.allowExcelLikeFilter?"None":"Fade"},allowDragging:!1,header:this.allowExcelLikeFilter?d:l,content:"",isModal:!0,visible:!0,showCloseIcon:!!this.allowExcelLikeFilter,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"320px",height:this.parent.isDataOverflow?this.allowExcelLikeFilter?"440px":"400px":this.allowExcelLikeFilter?"400px":"350px",position:{X:"center",Y:"center"},buttons:[{isFlat:!1,buttonModel:{cssClass:"e-clear-filter-button"+(this.allowExcelLikeFilter?"":" e-disable")+(this.parent.cssClass?" "+this.parent.cssClass:""),iconCss:"e-icons e-clear-filter-icon",enableRtl:this.parent.enableRtl,content:this.parent.localeObj.getConstant("clearFilter"),disabled:!this.filterObject}},{isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("ok"),isPrimary:!0}},{click:this.closeFilterDialog.bind(this),isFlat:!1,buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}}],closeOnEscape:"Popup"!==this.parent.renderMode,target:n,cssClass:this.parent.cssClass,close:this.removeFilterDialog.bind(this)}),this.dialogPopUp.isStringTemplate=!0,this.dialogPopUp.appendTo(o);var p={cancel:!1,fieldName:i,fieldMembers:this.parent.dataSourceSettings.allowMemberFilter?e:[],filterSetting:this.filterObject};("pivotfieldlist"===this.parent.moduleName&&this.parent.control.isPopupView?this.parent.control.pivotGridModule:this.parent.control).trigger("memberEditorOpen",p,function(r){r.cancel?(s.dialogPopUp.close(),s.dialogPopUp=void 0):(e=r.fieldMembers,s.allowExcelLikeFilter?(s.createTabMenu(e,a,i),t.addClass([s.dialogPopUp.element],"e-excel-filter"),s.updateCheckedState()):(s.dialogPopUp.content=s.createTreeView(e,a,i),s.updateCheckedState()),t.setStyleAttribute(s.dialogPopUp.element,{visibility:"visible"}),s.allowExcelLikeFilter&&s.dialogPopUp.element.querySelector(".e-dlg-closeicon-btn").focus(),s.memberTreeView.nodeChecked=s.parent.control.pivotButtonModule.nodeStateModified.bind(s.parent.control.pivotButtonModule),s.allMemberSelect.nodeChecked=s.parent.control.pivotButtonModule.nodeStateModified.bind(s.parent.control.pivotButtonModule))})},e.prototype.createTreeView=function(e,i,a){var r=this,n=t.createElement("div",{id:this.parent.parentID+"EditorDiv",className:"e-member-editor-outer-container"+(this.allowExcelLikeFilter?" e-excelfilter":"")}),l=t.createElement("button",{id:this.parent.parentID+"_LevelDiv",className:"e-level-container-class",attrs:{type:"button"}}),d=t.createElement("div",{id:this.parent.parentID+"_SearchDiv",attrs:{tabindex:"-1"},className:"e-editor-search-container"}),p=this.parent.engineModule.fieldList[a].caption,h=t.createElement("input",{attrs:{type:"text",className:"e-editor-search-input"}}),u=this.parent.isDataOverflow?this.parent.currentTreeItems.length-this.parent.control.maxNodeLimitInMemberEditor+this.parent.control.localeObj.getConstant("editorDataLimitMsg"):"",c=t.createElement("div",{id:this.parent.parentID+"_LabelDiv",attrs:{tabindex:"-1",title:u},className:"e-editor-label-container"});this.parent.editorLabelElement=t.createElement("label",{className:"e-editor-label"}),this.parent.editorLabelElement.innerText=u,c.style.display=this.parent.isDataOverflow?"block":"none",c.appendChild(this.parent.editorLabelElement),d.appendChild(h),this.createSortOptions(a,d,e);var g=t.createElement("div",{id:this.parent.parentID+"_AllDiv",attrs:{tabindex:"-1"},className:"e-select-all-container"}),m=t.createElement("div",{id:this.parent.parentID+"_SelectAllContainer",className:"e-select-all"}),f=t.createElement("div",{className:"e-member-editor-container-outer-div"}),v=t.createElement("div",{className:"e-member-editor-container"}),S=t.createElement("div",{className:"e-member-prompt e-disable"});S.innerText=this.parent.localeObj.getConstant("noMatches"),"olap"!==this.parent.dataType||!this.parent.control.loadOnDemandInMemberEditor||this.parent.engineModule.fieldList[a].isHierarchy||this.parent.engineModule.fieldList[a].isNamedSets||(d.appendChild(l),this.createLevelWrapper(l,a)),g.appendChild(m),n.appendChild(d),n.appendChild(g),n.appendChild(S),this.editorSearch=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("search")+' "'+p+'"',enableRtl:this.parent.enableRtl,cssClass:"e-editor-search"+(this.parent.cssClass?" "+this.parent.cssClass:""),showClearButton:!0,change:function(e){if("olap"===r.parent.dataType)r.searchOlapTreeView(e,S);else{r.parent.eventBase.searchTreeNodes(e,r.memberTreeView,!1);var i=r.dialogPopUp.element;0===[].slice.call(r.memberTreeView.element.querySelectorAll("li")).length?(r.allMemberSelect.disableNodes([r.allMemberSelect.element.querySelector("li")]),i.querySelector(".e-ok-btn").setAttribute("disabled","disabled"),t.removeClass([S],"e-disable")):(r.allMemberSelect.enableNodes([r.allMemberSelect.element.querySelector("li")]),i.querySelector(".e-ok-btn").removeAttribute("disabled"),t.addClass([S],"e-disable")),r.updateCheckedState()}}}),this.editorSearch.isStringTemplate=!0,this.editorSearch.appendTo(h);var y={"data-fieldName":a,"data-memberId":"all"},b=[{id:"all",name:this.parent.localeObj.getConstant("all"),isSelected:!0,htmlAttributes:y}];if(this.allMemberSelect=new s.TreeView({fields:{dataSource:b,id:"id",text:"name",isChecked:"isSelected"},showCheckBox:!0,expandOn:"None",enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,nodeClicked:this.nodeCheck.bind(this,!0),keyPress:this.nodeCheck.bind(this,!0),nodeSelected:function(e){t.removeClass([e.node],"e-active"),e.cancel=!0},cssClass:this.parent.cssClass}),this.allMemberSelect.isStringTemplate=!0,!t.isNullOrUndefined(this.parent.currentTreeItems))for(var C=0;C<this.parent.currentTreeItems.length;C++)(this.parent.currentTreeItems[C].id.indexOf("\n")||0===this.parent.currentTreeItems[C].id.indexOf("\n"))&&(this.parent.currentTreeItems[C].id=this.parent.currentTreeItems[C].id.replace("\n"," "));return this.allMemberSelect.appendTo(m),f.appendChild(v),n.appendChild(f),this.memberTreeView=new s.TreeView({fields:{dataSource:e,id:"id",text:"name",isChecked:"isSelected",parentID:"pid"},showCheckBox:!0,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,nodeChecking:this.validateTreeNode.bind(this),nodeClicked:this.nodeCheck.bind(this,!1),keyPress:this.nodeCheck.bind(this,!1),nodeExpanding:this.updateChildNodes.bind(this),nodeSelected:function(e){t.removeClass([e.node],"e-active"),e.cancel=!0},expandOn:"None",cssClass:this.parent.cssClass}),this.memberTreeView.isStringTemplate=!0,this.memberTreeView.appendTo(v),this.parent.isDataOverflow&&this.parent.control.maxNodeLimitInMemberEditor<this.parent.currentTreeItems.length&&n.appendChild(c),n},e.prototype.createSortOptions=function(e,i,a){if("pivot"===this.parent.dataType&&a&&a.length>0){var r=this.parent.engineModule.fieldList[e].sort,n=t.createElement("div",{className:"e-filter-sort e-btn-group"+(this.parent.enableRtl?" "+v:"")+(this.parent.cssClass?" "+this.parent.cssClass:""),id:this.parent.element.id+"_Member_Sort"});this.parent.element.appendChild(n);var s=t.createElement("button",{className:("Ascending"===r?"e-active ":"")+"e-member-sort",id:this.parent.element.id+"_Sort_Ascend",attrs:{type:"button","aria-label":"button"}}),o=t.createElement("button",{className:("Descending"===r?"e-active ":"")+"e-member-sort",id:this.parent.element.id+"_Sort_Descend",attrs:{type:"button","aria-label":"button"}}),l=new h.Button({iconCss:y+" e-sort-ascend-icon",enableRtl:this.parent.enableRtl,cssClass:this.parent.cssClass,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});l.appendTo(s),(l=new h.Button({iconCss:y+" e-sort-descend-icon",enableRtl:this.parent.enableRtl,cssClass:this.parent.cssClass,enableHtmlSanitizer:this.parent.enableHtmlSanitizer})).appendTo(o),n.appendChild(s),n.appendChild(o),i.appendChild(n),this.unWireEvent(s),this.unWireEvent(o),this.wireEvent(s,e),this.wireEvent(o,e)}},e.prototype.createLevelWrapper=function(e,i){for(var a=this,r=this.parent.engineModule,n=r.fieldList[i].levels,s=r.fieldList[i].levelCount,o=[],l=0,d=n.length;l<d;l++)o.push({id:n[l].id,text:n[l].name});this.dropMenu=new p.DropDownButton({cssClass:"e-level-drop e-caret-hide"+(this.parent.cssClass?" "+this.parent.cssClass:""),items:o,iconCss:"e-icons e-dropdown-icon",disabled:s===n.length,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,beforeOpen:function(e){var r=[].slice.call(e.element.querySelectorAll("li")),n=a.parent.engineModule.fieldList[i].levelCount;t.removeClass(r,"e-disabled");for(var s=0,o=r.length;s<o;s++)s<n&&t.addClass([r[s]],"e-disabled")},select:function(e){for(var t,i=a.dialogPopUp.element.getAttribute("data-fieldname"),r=a.parent.engineModule,n=0,s=o.length;n<s;n++)o[n].id===e.item.id&&(t=n);r.getFilterMembers(a.parent.dataSourceSettings,i,t+1,!1,!0)},close:function(){var e=a.parent.engineModule,t=e.fieldList[i].levels;e.fieldList[i].levelCount===t.length?(a.dropMenu.disabled=!0,a.dropMenu.dataBind()):a.dropMenu.disabled=!1}}),this.dropMenu.appendTo(e)},e.prototype.searchOlapTreeView=function(e,i){var a=this;clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(function(){var r=a.parent.engineModule,n=a.dialogPopUp.element,s=n.getAttribute("data-fieldname"),o=a.parent.control.maxNodeLimitInMemberEditor?a.parent.control.maxNodeLimitInMemberEditor:5e3;if(r.fieldList[s].isHierarchy)a.parent.eventBase.searchTreeNodes(e,a.memberTreeView,!1,!0);else{if(a.dropMenu&&""!==e.value?a.dropMenu.disabled=!0:a.dropMenu.disabled=!1,a.parent.control.loadOnDemandInMemberEditor){var l=r.fieldList[s].levelCount?r.fieldList[s].levelCount:1;r.getSearchMembers(a.parent.dataSourceSettings,s,e.value.toLowerCase(),o,!1,l)}else r.getSearchMembers(a.parent.dataSourceSettings,s,e.value.toLowerCase(),o,!0);a.parent.eventBase.searchTreeNodes(e,a.memberTreeView,!1,!1)}0===[].slice.call(a.memberTreeView.element.querySelectorAll("li")).length?(a.allMemberSelect.disableNodes([a.allMemberSelect.element.querySelector("li")]),n.querySelector(".e-ok-btn").setAttribute("disabled","disabled"),t.removeClass([i],"e-disable")):(a.allMemberSelect.enableNodes([a.allMemberSelect.element.querySelector("li")]),n.querySelector(".e-ok-btn").removeAttribute("disabled"),t.addClass([i],"e-disable")),a.updateCheckedState()},500)},e.prototype.nodeCheck=function(e,i){var a=[i.node];if(i.event.target.classList.contains("e-fullrow")||"Enter"===i.event.key){var r=e?this.allMemberSelect:this.memberTreeView;"true"===r.getNode(i.node).isChecked?r.uncheckAll(a):r.checkAll(a)}else 38!==i.event.keyCode||e||(t.removeClass(this.memberTreeView.element.querySelectorAll("li.e-prev-active-node"),"e-prev-active-node"),t.addClass(a,"e-prev-active-node"))},e.prototype.applySorting=function(e,i){var a=t.closest(i.target,".e-member-sort");if(a){var r=[].slice.call(t.closest(a,".e-filter-sort").querySelectorAll(".e-member-sort"));a.querySelector(".e-sort-ascend-icon")&&!a.classList.contains("e-active")?(this.updateFilterMembers("Ascending",e),t.addClass([a],"e-active"),t.removeClass([r[1]],"e-active")):a.querySelector(".e-sort-descend-icon")&&!a.classList.contains("e-active")?(this.updateFilterMembers("Descending",e),t.addClass([a],"e-active"),t.removeClass([r[0]],"e-active")):(this.updateFilterMembers("None",e),t.removeClass(r,"e-active"))}},e.prototype.updateFilterMembers=function(e,i){var a=this.parent.engineModule.fieldList[i],r="None"===e?B.getClonedData(a.dateMember):this.parent.currentTreeItems.slice(),n=!!a.isAlphanumeric||void 0,s=!1,o=a&&a.membersOrder?a.membersOrder.slice():[],l={fieldName:i,sortOrder:e,members:o&&o.length>0?o:Object.keys(r),IsOrderChanged:!1};if(o&&o.length>0)r=B.applyCustomSort(l,r,n);else{var d=this.parent.dataSourceSettings.groupSettings.filter(function(e){return e.name===i&&"number"===e.type.toLocaleLowerCase()}),p=!t.isNullOrUndefined(d)&&d.length>0;r=B.applyHeadersSort(r,l.sortOrder,n,p),s=!0}var h="pivotfieldlist"===this.parent.moduleName&&this.parent.control.isPopupView?this.parent.control.pivotGridModule:this.parent.control;if(s){for(var u=[],c=0,g=0;c<r.length;c++)"Grand Total"!==r[c].actualText&&(u[g++]=r[c].actualText);l.members=u}h.trigger("onHeadersSort",l),l.IsOrderChanged&&(r=B.applyCustomSort(l,r,n,!0)),this.parent.currentTreeItems=[],this.parent.searchTreeItems=[];for(var m=[],f=i.replace(/[^a-zA-Z0-9 ]/g,"_"),v=this.parent.engineModule,S=0,y=r.length;S<y;S++){if("None"===e){var b=r[S].actualText.toString(),C={id:f+"_"+(S+1),htmlAttributes:{"data-fieldName":i,"data-memberId":b},actualText:r[S].actualText,name:this.parent.isDateField?r[S].formattedText:v.getFormattedValue(b,i).formattedText,isSelected:this.parent.currentTreeItemsPos[r[S].actualText].isSelected};this.parent.currentTreeItems.push(C),""!==this.editorSearch.value?C.name.toLowerCase().indexOf(this.editorSearch.value.toLowerCase())>-1&&(this.parent.searchTreeItems.push(C),m.push(C)):(this.parent.searchTreeItems.push(C),m.push(C))}else this.parent.currentTreeItems.push(r[S]),""!==this.editorSearch.value?r[S].name.toLowerCase().indexOf(this.editorSearch.value.toLowerCase())>-1&&(this.parent.searchTreeItems.push(r[S]),m.push(r[S])):(this.parent.searchTreeItems.push(r[S]),m.push(r[S]));this.parent.currentTreeItemsPos[r[S].actualText].index=S}var x=this.memberTreeView.fields.dataSource.length;this.memberTreeView.fields={dataSource:m.slice(0,x),id:"id",text:"name",isChecked:"isSelected",parentID:"pid"},this.memberTreeView.dataBind()},e.prototype.updateChildNodes=function(e){if("olap"===this.parent.dataType){var i=this.parent.engineModule,a=e.node.getAttribute("data-fieldname"),r=i.fieldList[a],n=[];if(r&&r.filterMembers.length>0&&!this.isSearchEnabled&&!r.members[e.nodeData.id].isNodeExpand){for(var s=[],o=0,l=r.filterMembers;o<l.length;o++){var d=l[o];d.pid===e.nodeData.id.toString()&&s.push(d)}0===s.length&&(r.childMembers=[],i.getChildMembers(this.parent.dataSourceSettings,e.nodeData.id.toString(),a),s=r.childMembers,r.childMembers=[]);var p=B.getClonedData(s),h=this.memberTreeView.fields.dataSource,u=!1;t.isNullOrUndefined(this.filterObject)||(u="Include"===this.filterObject.type,n=this.filterObject.items?this.filterObject.items:[]),p=this.updateChildData(u,p,n,a,e.nodeData);for(var c=0,g=p=this.parent.eventBase.sortOlapFilterData(p,i.fieldList[a].sort);c<g.length;c++){var m=g[c];h.push(m)}r.members[e.nodeData.id].isNodeExpand=!0,this.memberTreeView.addNodes(p,e.node)}}},e.prototype.updateChildData=function(e,t,i,a,r){for(var n=Object.keys(this.parent.currentTreeItemsPos).length,s=this.parent.engineModule.fieldList[a],o=[],l=1,d=0,p=t;d<p.length;d++){var h=p[d],u=h,c=h.id.toString();s.members[c].isNodeExpand=!1,h.isSelected="true"===r.isChecked,l<=this.parent.control.maxNodeLimitInMemberEditor&&o.push(u),this.parent.currentTreeItems.push(u),this.parent.searchTreeItems.push(u),this.parent.currentTreeItemsPos[c]={index:n,isSelected:u.isSelected},n++,l++}return this.parent.isDataOverflow=!1,o},e.prototype.createTabMenu=function(e,i,a){var r=t.createElement("div",{id:this.parent.parentID+"_FilterTabContainer",className:"e-filter-tab-container",attrs:{tabindex:"-1"}});this.dialogPopUp.content=r,this.dialogPopUp.dataBind();for(var n=["Label","Value","Include","Exclude"],o="((-|\\+)?[0-9]+(\\.[0-9]+)?)+",l=Object.keys(this.parent.engineModule.fieldList[a].members)[0],d=this.parent.engineModule.fieldList[a].type,p=B.getFieldByName(a,this.parent.dataSourceSettings.formatSettings),h=[{header:{text:this.parent.localeObj.getConstant("member"),iconCss:this.filterObject&&n.indexOf(this.filterObject.type)>1?"e-selected-option-icon":""},content:this.createTreeView(e,i,a)}],u=0,c=n;u<c.length;u++){var g=c[u];if("Label"===g&&this.parent.dataSourceSettings.allowLabelFilter||"Value"===g&&this.parent.dataSourceSettings.allowValueFilter){var m="Label"===g&&l&&l.match(o)&&l.match(o)[0].length===l.length&&"number"===d?"Number":"Label"===g&&l&&"Invalid Date"!==new Date(l).toString()&&(p&&p.type||this.filterObject&&"Date"===this.filterObject.type)?"Date":g,f={header:{text:"Number"===m?this.parent.localeObj.getConstant("label"):this.parent.localeObj.getConstant(m.toLowerCase()),iconCss:this.filterObject&&this.filterObject.type===m?"e-selected-option-icon":""},content:this.createCustomFilter(a,this.filterObject&&this.filterObject.type===m?this.filterObject:void 0,m.toLowerCase())};h.push(f)}}var v=this.filterObject?["Label","Date","Number"].indexOf(this.filterObject.type)>=0?1:"Value"===this.filterObject.type?this.parent.dataSourceSettings.allowLabelFilter&&this.parent.dataSourceSettings.allowValueFilter?2:1:0:0;v=this.parent.dataSourceSettings.allowMemberFilter||0!==v?v:1,this.tabObj=new s.Tab({heightAdjustMode:"Auto",items:h,height:"100%",selectedItem:v,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass}),this.tabObj.isStringTemplate=!0,this.tabObj.appendTo(r),this.parent.dataSourceSettings.allowMemberFilter||this.tabObj.hideTab(0),v>0&&t.addClass([this.dialogPopUp.element.querySelector(".e-filter-div-content."+(1===v&&this.parent.dataSourceSettings.allowLabelFilter?"e-label-filter":"e-value-filter"))],"e-selected-tab")},e.prototype.createCustomFilter=function(e,i,a){for(var r=[],n=[],s=[],o=this.parent.dataSourceSettings.values,l="DoesNotEquals",d=0,p=0,h={label:["Equals","DoesNotEquals","BeginWith","DoesNotBeginWith","EndsWith","DoesNotEndsWith","Contains","DoesNotContains","GreaterThan","GreaterThanOrEqualTo","LessThan","LessThanOrEqualTo","Between","NotBetween"],date:["Equals","DoesNotEquals","Before","BeforeOrEqualTo","After","AfterOrEqualTo","Between","NotBetween"],value:["Equals","DoesNotEquals","GreaterThan","GreaterThanOrEqualTo","LessThan","LessThanOrEqualTo","Between","NotBetween"]},u=["Between","NotBetween"],c="label"===a?h.label:"date"===a?h.date:h.value,g=0,m=c;g<m.length;g++){var f=m[g];l=i&&f===i.condition?c.indexOf(i.condition)>=0?i.condition:c[0]:l,r.push({value:f,text:this.parent.localeObj.getConstant(f)})}for(var v=o.length;v--;)n.unshift({value:o[v].name,text:o[v].caption?o[v].caption:o[v].name}),d=i&&"Value"===i.type&&i.measure===o[v].name&&i.condition===l?v:d;if("olap"===this.parent.dataType){var S=this.parent.engineModule,b=S.fieldList[e].levels;if(this.parent.engineModule.fieldList[e].isHierarchy){for(var C=void 0,x=0,w=this.parent.engineModule.fieldListData;x<w.length;x++){var T=w[x];if(T&&T.pid===e){C=T;break}}s.push({value:C?C.id:e,text:C?C.caption:S.fieldList[e].name}),p=0,i&&i.name===e&&i.type.toLowerCase()===a&&(s[s.length-1].iconClass=y+" e-selected-level-icon")}else for(var M=0,D=b.length;M<D;M++){p=i&&i.selectedField===b[M].id?M:p,s.push({value:b[M].id,text:b[M].name});for(var O=0,P=this.parent.dataSourceSettings.filterSettings;O<P.length;O++){var N=P[O];if(N.name===e&&N.selectedField===b[M].id&&N.type.toLowerCase()===a){s[s.length-1].iconClass=y+" e-selected-level-icon";break}}}}var E=t.createElement("div",{className:"e-filter-div-content e-"+(["date","number"].indexOf(a)>=0?"label":a)+"-filter"+(this.parent.isDataOverflow?" e-node-limit":""),id:this.parent.parentID+"_"+a+"_filter_div_content",attrs:{"data-type":a,"data-fieldName":e,"data-operator":l,"data-selectedField":"olap"===this.parent.dataType&&s.length>0?s[p].value.toString():"","data-measure":this.parent.dataSourceSettings.values.length>0?this.parent.dataSourceSettings.values[d].name:"","data-value1":i&&l===i.condition&&i.value1?i.value1.toString():"","data-value2":i&&l===i.condition&&i.value2?i.value2.toString():""}}),I=t.createElement("div",{className:"e-filter-text-div"});I.innerText=this.parent.localeObj.getConstant(a+"TextContent");var F=t.createElement("div",{className:"e-between-text-div "+(-1===u.indexOf(l)?"e-disable":"")});F.innerText=this.parent.localeObj.getConstant("And");var L=t.createElement("div",{className:"e-separator-div"}),A=t.createElement("div",{className:"e-filter-option-container-1"}),R=t.createElement("div",{className:"e-level-option-container "+("olap"===this.parent.dataType?"":"e-disable")}),k=t.createElement("div",{className:"e-measure-option-container "+(["label","date","number"].indexOf(a)>=0?"e-disable":"")}),j=t.createElement("div",{className:"e-condition-option-container"}),H=t.createElement("div",{className:"e-filter-option-container-2"}),q=t.createElement("div",{id:this.parent.parentID+"_"+a+"_level_option_container"}),V=t.createElement("div",{id:this.parent.parentID+"_"+a+"_measure_option_container"}),U=t.createElement("div",{id:this.parent.parentID+"_"+a+"_contition_option_container"}),_=t.createElement("div",{className:"e-filter-input-div-1"}),B=t.createElement("div",{className:"e-filter-input-div-2 "+(-1===u.indexOf(l)?"e-disable":"")}),G=t.createElement("input",{id:this.parent.parentID+"_"+a+"_input_option_1",attrs:{type:"text"}}),z=t.createElement("input",{id:this.parent.parentID+"_"+a+"_input_option_2",attrs:{type:"text"}});return _.appendChild(G),B.appendChild(z),R.appendChild(q),R.appendChild(L.cloneNode(!0)),k.appendChild(V),k.appendChild(L),j.appendChild(U),A.appendChild(R),A.appendChild(k),A.appendChild(j),H.appendChild(_),H.appendChild(F),H.appendChild(B),this.createElements(i,u,V,U,G,z,n,r,d,l,a,q,s,p),E.appendChild(I),E.appendChild(A),E.appendChild(H),E},e.prototype.createElements=function(e,i,a,r,s,p,h,u,c,g,m,f,v,S){var y=this;if("olap"===this.parent.dataType){var b=new l.DropDownList({dataSource:v,enableRtl:this.parent.enableRtl,fields:{value:"value",text:"text",iconCss:"iconClass"},index:S,cssClass:"e-level-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab"),a=i.getAttribute("data-fieldName"),r=i.getAttribute("data-type");if(!t.isNullOrUndefined(i)){y.updateInputValues(i,r,s,p),n.setStyleAndAttributes(i,{"data-selectedField":e.value});for(var l,d=0,u=y.parent.dataSourceSettings.filterSettings;d<u.length;d++){var c=u[d];if(c.name===a&&c.selectedField===e.value){l=c;break}}if(l){"value"===r&&l.measure&&""!==l.measure&&(C.value=l.measure?l.measure:h[0].value),l.condition?x.value=l.condition?l.condition:"DoesNotEquals":x.value="DoesNotEquals";var g=void 0,m=void 0;"value"===r?(g=t.getInstance(s,o.NumericTextBox),m=t.getInstance(p,o.NumericTextBox),g&&(g.value=l.value1?parseInt(l.value1,10):void 0),m&&(m.value=l.value2?parseInt(l.value2,10):void 0)):(g=t.getInstance(s,o.MaskedTextBox),m=t.getInstance(p,o.MaskedTextBox),g&&(g.value=l.value1?l.value1:""),m&&(m.value=l.value2?l.value2:""))}y.updateInputValues(i,r,s,p)}}});b.isStringTemplate=!0,b.appendTo(f)}var C=new l.DropDownList({dataSource:h,enableRtl:this.parent.enableRtl,fields:{value:"value",text:"text"},index:c,cssClass:"e-value-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||(y.updateInputValues(i,m,s,p),n.setStyleAndAttributes(i,{"data-measure":e.value}))}});C.isStringTemplate=!0,C.appendTo(a);var x=new l.DropDownList({dataSource:u,enableRtl:this.parent.enableRtl,fields:{value:"value",text:"text"},value:g,cssClass:"e-filter-operator"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){var a=y.dialogPopUp.element.querySelector(".e-selected-tab");if(!t.isNullOrUndefined(a)){y.updateInputValues(a,m,s,p);for(var r=0,o=["e-between-text-div","e-filter-input-div-2"];r<o.length;r++){var l=o[r];i.indexOf(e.value)>=0?t.removeClass([a.querySelector("."+l)],"e-disable"):t.addClass([a.querySelector("."+l)],"e-disable")}n.setStyleAndAttributes(a,{"data-operator":e.value})}}});if(x.isStringTemplate=!0,x.appendTo(r),"date"===m){var w=new d.DateTimePicker({placeholder:this.parent.localeObj.getConstant("chooseDate"),enableRtl:this.parent.enableRtl,format:"dd/MM/yyyy hh:mm:ss a",showClearButton:!0,value:e&&g===e.condition?"string"==typeof e.value1?new Date(e.value1):e.value1:null,change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":e.value,"data-value2":T.value})},width:"100%",cssClass:this.parent.cssClass}),T=new d.DateTimePicker({placeholder:this.parent.localeObj.getConstant("chooseDate"),enableRtl:this.parent.enableRtl,format:"dd/MM/yyyy hh:mm:ss a",showClearButton:!0,value:e&&g===e.condition?"string"==typeof e.value2?new Date(e.value2):e.value2:null,change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":w.value,"data-value2":e.value})},width:"100%",cssClass:this.parent.cssClass});w.isStringTemplate=!0,w.appendTo(s),T.isStringTemplate=!0,T.appendTo(p)}else if("value"===m){var M=new o.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,format:"###.##",value:e&&g===e.condition?parseInt(e.value1,10):void 0,change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":e.value?e.value.toString():"0","data-value2":D.value?D.value.toString():"0"})},width:"100%",cssClass:this.parent.cssClass}),D=new o.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,format:"###.##",value:e&&g===e.condition?parseInt(e.value2,10):void 0,change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":M.value?M.value.toString():"0","data-value2":e.value?e.value.toString():"0"})},width:"100%",cssClass:this.parent.cssClass});M.isStringTemplate=!0,M.appendTo(s),D.isStringTemplate=!0,D.appendTo(p)}else{var O=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,value:e&&g===e.condition?e.value1:"",change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":e.value,"data-value2":P.value})},width:"100%",cssClass:this.parent.cssClass}),P=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,value:e&&g===e.condition?e.value2:"",change:function(e){var i=y.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":O.value,"data-value2":e.value})},width:"100%",cssClass:this.parent.cssClass});O.isStringTemplate=!0,O.appendTo(s),P.isStringTemplate=!0,P.appendTo(p)}},e.prototype.updateInputValues=function(e,i,a,r){var s=t.getInstance(a,"date"===i?d.DateTimePicker:"value"===i?o.NumericTextBox:o.MaskedTextBox),l=t.getInstance(r,"date"===i?d.DateTimePicker:"value"===i?o.NumericTextBox:o.MaskedTextBox),p=t.isNullOrUndefined(s.value)?"":s.value.toString(),h=t.isNullOrUndefined(l.value)?"":l.value.toString();n.setStyleAndAttributes(e,{"data-value1":p,"data-value2":h})},e.prototype.validateTreeNode=function(e){e.node.classList.contains("e-disable")&&(e.cancel=!0)},e.prototype.updateCheckedState=function(){var e=this.dialogPopUp.element,i=[].slice.call(this.memberTreeView.element.querySelectorAll("li")),a=e.getAttribute("data-fieldname"),r=this.getUnCheckedNodes(a),n=this.getCheckedNodes(a),s=this.allMemberSelect.element.querySelector("li").querySelector("span.e-frame");i.length>0?n>0?(r>0?(t.removeClass([s],"e-check"),t.addClass([s],"e-stop"),this.allMemberSelect.element.querySelector("li").setAttribute("aria-checked","false")):0===r&&(t.removeClass([s],"e-stop"),t.addClass([s],"e-check")),this.dialogPopUp.buttons[0].buttonModel.disabled=!1,e.querySelector(".e-ok-btn").removeAttribute("disabled")):r>0&&0===n&&(t.removeClass([s],["e-check","e-stop"]),this.getCheckedNodes(a)===n&&(this.dialogPopUp.buttons[0].buttonModel.disabled=!0,e.querySelector(".e-ok-btn").setAttribute("disabled","disabled"))):(this.dialogPopUp.buttons[0].buttonModel.disabled=!0,e.querySelector(".e-ok-btn").setAttribute("disabled","disabled"))},e.prototype.getCheckedNodes=function(e){var t=this.parent.engineModule,i=[];if("olap"===this.parent.dataType&&t&&!t.fieldList[e].isHierarchy)return this.memberTreeView.getAllCheckedNodes().length;for(var a=0,r=this.parent.searchTreeItems;a<r.length;a++){var n=r[a];n.isSelected&&i.push(n)}return i.length},e.prototype.getUnCheckedNodes=function(e){var t=[],i=[],a=this.parent.engineModule;if("olap"===this.parent.dataType&&a&&!a.fieldList[e].isHierarchy)return i=this.memberTreeView.getAllCheckedNodes(),this.memberTreeView.fields.dataSource.length-i.length;for(var r=0,n=this.parent.searchTreeItems;r<n.length;r++){var s=n[r];s.isSelected||t.push(s)}return t.length},e.prototype.isExcelFilter=function(e){for(var t=!1,i=0,a=this.parent.dataSourceSettings.filters;i<a.length;i++)if(a[i].name===e){t=!0;break}return!(t||!this.parent.dataSourceSettings.allowLabelFilter&&!this.parent.dataSourceSettings.allowValueFilter)},e.prototype.getFilterObject=function(e){var t=B.getFilterItemByName(e,B.cloneFilterSettings(this.parent.dataSourceSettings.filterSettings));if(t&&(["Label","Date","Number"].indexOf(t.type)>=0&&this.parent.dataSourceSettings.allowLabelFilter||"Value"===t.type&&this.parent.dataSourceSettings.allowValueFilter||["Include","Exclude"].indexOf(t.type)>=0&&this.parent.eventBase.isValidFilterItemsAvail(e,t)))return t},e.prototype.wireEvent=function(e,i){t.EventHandler.add(e,"click",this.applySorting.bind(this,i),this)},e.prototype.unWireEvent=function(e){t.EventHandler.remove(e,"click",this.applySorting)},e.prototype.closeFilterDialog=function(){this.dialogPopUp.close()},e.prototype.removeFilterDialog=function(){this.editorSearch&&!this.editorSearch.isDestroyed&&(this.editorSearch.destroy(),this.editorSearch=null),this.allowExcelLikeFilter&&this.tabObj&&!this.tabObj.isDestroyed&&(this.tabObj.destroy(),this.tabObj=null),this.dropMenu&&!this.dropMenu.isDestroyed&&(this.dropMenu.destroy(),this.dropMenu=null),this.memberTreeView&&!this.memberTreeView.isDestroyed&&(this.memberTreeView.destroy(),this.memberTreeView=null),this.allMemberSelect&&!this.allMemberSelect.isDestroyed&&(this.allMemberSelect.destroy(),this.allMemberSelect=null),document.getElementById(this.parent.parentID+"_LevelDiv-popup")&&t.remove(document.getElementById(this.parent.parentID+"_LevelDiv-popup")),this.dialogPopUp&&!this.dialogPopUp.isDestroyed&&(this.dialogPopUp.destroy(),this.dialogPopUp=null,setTimeout(this.setFocus.bind(this))),document.getElementById(this.parent.parentID+"_EditorTreeView")&&t.remove(document.getElementById(this.parent.parentID+"_EditorTreeView"))},e.prototype.setFocus=function(){if(this.parent.control.pivotButtonModule.parentElement)for(var e=0,t=[].slice.call(this.parent.control.pivotButtonModule.parentElement.querySelectorAll(".e-pivot-button"));e<t.length;e++){var i=t[e];if(i.getAttribute("data-uid")===this.parent.control.pivotButtonModule.fieldName){i.focus();break}}},e}(),se=function(){function e(e){return this.currentTreeItems=[],this.savedTreeFilterPos={},this.currentTreeItemsPos={},this.searchTreeItems=[],this.isDataOverflow=!1,this.isDateField=!1,this.element=e.element,this.moduleName=e.moduleName,this.dataSourceSettings=e.dataSourceSettings,this.engineModule=e.pivotEngine,this.enableRtl=e.enableRtl,this.enableHtmlSanitizer=e.enableHtmlSanitizer,this.isAdaptive=e.isAdaptive,this.renderMode=e.renderMode,this.parentID=e.id,this.localeObj=e.localeObj,this.dataType=e.dataType,this.cssClass=e.cssClass,this.nodeStateModified=new ie(this),this.dataSourceUpdate=new ae(this),this.eventBase=new te(this),this.filterDialog=new ne(this),this.errorDialog=new re(this),this.keyboardModule=new ee(this),this}return e.prototype.destroy=function(){this.keyboardModule&&(this.keyboardModule.destroy(),this.keyboardModule=null)},e}(),oe=function(){function e(e){this.parent=e,this.parent.commonModule=this,this.addEventListener()}return e.prototype.getModuleName=function(){return"common"},e.prototype.initiateCommonModule=function(){if(this.parent.pivotCommon)this.parent.pivotCommon.element=this.parent.element,this.parent.pivotCommon.engineModule="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,this.parent.pivotCommon.parentID=this.parent.element.id,this.parent.pivotCommon.dataSourceSettings=this.parent.dataSourceSettings.properties?this.parent.dataSourceSettings.properties:this.parent.dataSourceSettings,this.parent.pivotCommon.moduleName=this.parent.getModuleName(),this.parent.pivotCommon.enableRtl=this.parent.enableRtl,this.parent.pivotCommon.isAdaptive=t.Browser.isDevice,this.parent.pivotCommon.renderMode="Popup",this.parent.pivotCommon.localeObj=this.parent.localeObj,this.parent.pivotCommon.dataType=this.parent.dataType,this.parent.pivotCommon.cssClass=this.parent.cssClass;else{var e={pivotEngine:"olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,dataSourceSettings:this.parent.dataSourceSettings.properties?this.parent.dataSourceSettings.properties:this.parent.dataSourceSettings,id:this.parent.element.id,element:this.parent.element,moduleName:this.parent.getModuleName(),enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,isAdaptive:t.Browser.isDevice,renderMode:"Popup",localeObj:this.parent.localeObj,dataType:this.parent.dataType,cssClass:this.parent.cssClass};this.parent.pivotCommon=new se(e)}this.parent.pivotCommon.control=this.parent},e.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on(W,this.initiateCommonModule,this),this.parent.on(Q,this.initiateCommonModule,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off(W,this.initiateCommonModule),this.parent.off(Q,this.initiateCommonModule))},e.prototype.destroy=function(){this.removeEventListener(),this.parent.pivotCommon&&(this.parent.pivotCommon.destroy(),this.parent.pivotCommon=null)},e}(),le=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function a(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(a.prototype=i.prototype,new a)}}(),de=function(e,t,i,a){var r,n=arguments.length,s=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,a);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(s=(n<3?r(s):n>3?r(t,i,s):r(t,i))||s);return n>3&&s&&Object.defineProperty(t,i,s),s},pe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"name",void 0),de([t.Property()],i.prototype,"caption",void 0),de([t.Property("Sum")],i.prototype,"type",void 0),de([t.Property()],i.prototype,"axis",void 0),de([t.Property(!1)],i.prototype,"showNoDataItems",void 0),de([t.Property()],i.prototype,"baseField",void 0),de([t.Property()],i.prototype,"baseItem",void 0),de([t.Property(!0)],i.prototype,"showSubTotals",void 0),de([t.Property(!1)],i.prototype,"isNamedSet",void 0),de([t.Property(!1)],i.prototype,"isCalculatedField",void 0),de([t.Property(!0)],i.prototype,"showFilterIcon",void 0),de([t.Property(!0)],i.prototype,"showSortIcon",void 0),de([t.Property(!0)],i.prototype,"showRemoveIcon",void 0),de([t.Property(!0)],i.prototype,"showValueTypeIcon",void 0),de([t.Property(!0)],i.prototype,"showEditIcon",void 0),de([t.Property(!0)],i.prototype,"allowDragAndDrop",void 0),de([t.Property()],i.prototype,"dataType",void 0),de([t.Property(!1)],i.prototype,"expandAll",void 0),de([t.Property()],i.prototype,"groupName",void 0),i}(t.ChildProperty),he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return le(t,e),t}(pe),ue=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"backgroundColor",void 0),de([t.Property()],i.prototype,"color",void 0),de([t.Property()],i.prototype,"fontFamily",void 0),de([t.Property()],i.prototype,"fontSize",void 0),i}(t.ChildProperty),ce=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"name",void 0),de([t.Property("Include")],i.prototype,"type",void 0),de([t.Property()],i.prototype,"items",void 0),de([t.Property("DoesNotEquals")],i.prototype,"condition",void 0),de([t.Property()],i.prototype,"value1",void 0),de([t.Property()],i.prototype,"value2",void 0),de([t.Property()],i.prototype,"measure",void 0),de([t.Property(1)],i.prototype,"levelCount",void 0),de([t.Property()],i.prototype,"selectedField",void 0),i}(t.ChildProperty),ge=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"measure",void 0),de([t.Property()],i.prototype,"label",void 0),de([t.Property()],i.prototype,"conditions",void 0),de([t.Property()],i.prototype,"value1",void 0),de([t.Property()],i.prototype,"value2",void 0),de([t.Property()],i.prototype,"style",void 0),de([t.Property(!0)],i.prototype,"applyGrandTotals",void 0),i}(t.ChildProperty),me=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"name",void 0),de([t.Property("Ascending")],i.prototype,"order",void 0),de([t.Property([])],i.prototype,"membersOrder",void 0),i}(t.ChildProperty),fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"name",void 0),de([t.Property()],i.prototype,"minimumFractionDigits",void 0),de([t.Property()],i.prototype,"maximumFractionDigits",void 0),de([t.Property()],i.prototype,"minimumSignificantDigits",void 0),de([t.Property()],i.prototype,"maximumSignificantDigits",void 0),de([t.Property(!0)],i.prototype,"useGrouping",void 0),de([t.Property()],i.prototype,"skeleton",void 0),de([t.Property()],i.prototype,"type",void 0),de([t.Property()],i.prototype,"currency",void 0),de([t.Property()],i.prototype,"minimumIntegerDigits",void 0),de([t.Property()],i.prototype,"format",void 0),i}(t.ChildProperty),ve=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"name",void 0),de([t.Property()],i.prototype,"groupInterval",void 0),de([t.Property()],i.prototype,"startingAt",void 0),de([t.Property()],i.prototype,"endingAt",void 0),de([t.Property("Date")],i.prototype,"type",void 0),de([t.Property()],i.prototype,"rangeInterval",void 0),de([t.Property()],i.prototype,"caption",void 0),de([t.Property()],i.prototype,"customGroups",void 0),i}(t.ChildProperty),Se=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"groupName",void 0),de([t.Property([])],i.prototype,"items",void 0),i}(t.ChildProperty),ye=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"name",void 0),de([t.Property()],i.prototype,"formula",void 0),de([t.Property()],i.prototype,"hierarchyUniqueName",void 0),de([t.Property()],i.prototype,"formatString",void 0),i}(t.ChildProperty),be=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"name",void 0),de([t.Property()],i.prototype,"items",void 0),de([t.Property()],i.prototype,"delimiter",void 0),i}(t.ChildProperty),Ce=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"headerText",void 0),de([t.Property(".")],i.prototype,"headerDelimiter",void 0),de([t.Property("None")],i.prototype,"sortOrder",void 0),de([t.Property()],i.prototype,"rowHeaderText",void 0),de([t.Property("Ascending")],i.prototype,"rowSortOrder",void 0),de([t.Property()],i.prototype,"columnHeaderText",void 0),de([t.Property("Ascending")],i.prototype,"columnSortOrder",void 0),de([t.Property()],i.prototype,"measure",void 0),i}(t.ChildProperty),xe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property()],i.prototype,"userName",void 0),de([t.Property()],i.prototype,"password",void 0),i}(t.ChildProperty),we=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return le(i,e),de([t.Property("Local")],i.prototype,"mode",void 0),de([t.Property()],i.prototype,"catalog",void 0),de([t.Property()],i.prototype,"cube",void 0),de([t.Property()],i.prototype,"roles",void 0),de([t.Property("Relational")],i.prototype,"providerType",void 0),de([t.Property()],i.prototype,"url",void 0),de([t.Property(1033)],i.prototype,"localeIdentifier",void 0),de([t.Property()],i.prototype,"dataSource",void 0),de([t.Collection([],pe)],i.prototype,"rows",void 0),de([t.Collection([],pe)],i.prototype,"columns",void 0),de([t.Collection([],pe)],i.prototype,"values",void 0),de([t.Collection([],pe)],i.prototype,"filters",void 0),de([t.Collection([],pe)],i.prototype,"fieldMapping",void 0),de([t.Property([])],i.prototype,"excludeFields",void 0),de([t.Property(!1)],i.prototype,"expandAll",void 0),de([t.Property("column")],i.prototype,"valueAxis",void 0),de([t.Property(-1)],i.prototype,"valueIndex",void 0),de([t.Collection([],ce)],i.prototype,"filterSettings",void 0),de([t.Collection([],me)],i.prototype,"sortSettings",void 0),de([t.Property(!0)],i.prototype,"enableSorting",void 0),de([t.Property("JSON")],i.prototype,"type",void 0),de([t.Property(!0)],i.prototype,"allowMemberFilter",void 0),de([t.Property(!1)],i.prototype,"allowLabelFilter",void 0),de([t.Property(!1)],i.prototype,"allowValueFilter",void 0),de([t.Property(!0)],i.prototype,"showSubTotals",void 0),de([t.Property(!0)],i.prototype,"showRowSubTotals",void 0),de([t.Property(!0)],i.prototype,"showColumnSubTotals",void 0),de([t.Property("Auto")],i.prototype,"subTotalsPosition",void 0),de([t.Property(!0)],i.prototype,"showGrandTotals",void 0),de([t.Property("Bottom")],i.prototype,"grandTotalsPosition",void 0),de([t.Property(!0)],i.prototype,"showRowGrandTotals",void 0),de([t.Property(!0)],i.prototype,"showColumnGrandTotals",void 0),de([t.Property(!1)],i.prototype,"alwaysShowValueHeader",void 0),de([t.Property(!0)],i.prototype,"showHeaderWhenEmpty",void 0),de([t.Property(!0)],i.prototype,"showAggregationOnValueField",void 0),de([t.Collection([],fe)],i.prototype,"formatSettings",void 0),de([t.Collection([],be)],i.prototype,"drilledMembers",void 0),de([t.Complex({},Ce)],i.prototype,"valueSortSettings",void 0),de([t.Collection([],ye)],i.prototype,"calculatedFieldSettings",void 0),de([t.Collection([],ge)],i.prototype,"conditionalFormatSettings",void 0),de([t.Property()],i.prototype,"emptyCellsTextContent",void 0),de([t.Collection([],ve)],i.prototype,"groupSettings",void 0),de([t.Complex({},xe)],i.prototype,"authentication",void 0),i}(t.ChildProperty),Te=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function a(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(a.prototype=i.prototype,new a)}}(),Me=function(e,t,i,a){var r,n=arguments.length,s=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,a);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(s=(n<3?r(s):n>3?r(t,i,s):r(t,i))||s);return n>3&&s&&Object.defineProperty(t,i,s),s},De=(function(e){function i(){return null!==e&&e.apply(this,arguments)||this}Te(i,e),Me([t.Property("Row")],i.prototype,"mode",void 0),Me([t.Property("Flow")],i.prototype,"cellSelectionMode",void 0),Me([t.Property("Single")],i.prototype,"type",void 0),Me([t.Property(!1)],i.prototype,"checkboxOnly",void 0),Me([t.Property(!1)],i.prototype,"persistSelection",void 0),Me([t.Property("Default")],i.prototype,"checkboxMode",void 0),Me([t.Property(!1)],i.prototype,"enableSimpleMultiRowSelection",void 0)}(t.ChildProperty),function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Te(i,e),Me([t.Property("auto")],i.prototype,"height",void 0),Me([t.Property("auto")],i.prototype,"width",void 0),Me([t.Property("Both")],i.prototype,"gridLines",void 0),Me([t.Property(!1)],i.prototype,"allowTextWrap",void 0),Me([t.Property(!1)],i.prototype,"allowReordering",void 0),Me([t.Property(!0)],i.prototype,"allowResizing",void 0),Me([t.Property(!0)],i.prototype,"allowAutoResizing",void 0),Me([t.Property(null)],i.prototype,"rowHeight",void 0),Me([t.Property(110)],i.prototype,"columnWidth",void 0),Me([t.Property("Compact")],i.prototype,"layout",void 0),Me([t.Property("Ellipsis")],i.prototype,"clipMode",void 0),Me([t.Property(!1)],i.prototype,"allowSelection",void 0),Me([t.Property(-1)],i.prototype,"selectedRowIndex",void 0),Me([t.Property({mode:"Row",cellSelectionMode:"Flow",type:"Single"})],i.prototype,"selectionSettings",void 0),Me([t.Property({wrapMode:"Both"})],i.prototype,"textWrapSettings",void 0),Me([t.Property("AllPages")],i.prototype,"printMode",void 0),Me([t.Property()],i.prototype,"contextMenuItems",void 0),Me([t.Event()],i.prototype,"beforeCopy",void 0),Me([t.Event()],i.prototype,"printComplete",void 0),Me([t.Event()],i.prototype,"beforePrint",void 0),Me([t.Event()],i.prototype,"beforePdfExport",void 0),Me([t.Event()],i.prototype,"beforeExcelExport",void 0),Me([t.Event()],i.prototype,"contextMenuOpen",void 0),Me([t.Event()],i.prototype,"contextMenuClick",void 0),Me([t.Event()],i.prototype,"queryCellInfo",void 0),Me([t.Event()],i.prototype,"headerCellInfo",void 0),Me([t.Event()],i.prototype,"rowSelecting",void 0),Me([t.Event()],i.prototype,"rowSelected",void 0),Me([t.Event()],i.prototype,"rowDeselecting",void 0),Me([t.Event()],i.prototype,"rowDeselected",void 0),Me([t.Event()],i.prototype,"cellSelecting",void 0),Me([t.Event()],i.prototype,"cellSelected",void 0),Me([t.Event()],i.prototype,"cellDeselecting",void 0),Me([t.Event()],i.prototype,"cellDeselected",void 0),Me([t.Event()],i.prototype,"resizeStart",void 0),Me([t.Event()],i.prototype,"resizing",void 0),Me([t.Event()],i.prototype,"resizeStop",void 0),Me([t.Event()],i.prototype,"pdfHeaderQueryCellInfo",void 0),Me([t.Event()],i.prototype,"pdfQueryCellInfo",void 0),Me([t.Event()],i.prototype,"excelHeaderQueryCellInfo",void 0),Me([t.Event()],i.prototype,"excelQueryCellInfo",void 0),Me([t.Event()],i.prototype,"columnDragStart",void 0),Me([t.Event()],i.prototype,"columnDrag",void 0),Me([t.Event()],i.prototype,"columnDrop",void 0),Me([t.Event()],i.prototype,"columnRender",void 0),i}(t.ChildProperty)),Oe=function(){function e(e){this.keyConfigs={tab:"tab",shiftTab:"shift+tab",enter:"enter",shiftUp:"shift+upArrow",shiftDown:"shift+downArrow",shiftLeft:"shift+leftArrow",shiftRight:"shift+rightArrow",shiftEnter:"shift+enter",ctrlEnter:"ctrl+enter",upArrow:"upArrow",downArrow:"downArrow",leftArrow:"leftArrow",rightArrow:"rightArrow",escape:"escape",ctrlShiftF:"ctrl+shift+f"},this.parent=e,this.event=void 0,this.parent.element.tabIndex=-1===this.parent.element.tabIndex?0:this.parent.element.tabIndex,this.pivotViewKeyboardModule=new t.KeyboardEvents(this.parent.element,{keyAction:this.keyActionHandler.bind(this),keyConfigs:this.keyConfigs,eventName:"keydown"})}return e.prototype.keyActionHandler=function(e){switch(e.action){case"tab":this.processTab(e);break;case"shiftTab":this.processShiftTab(e);break;case"enter":case"shiftEnter":case"ctrlEnter":this.processEnter(e);break;case"shiftUp":case"shiftDown":case"shiftLeft":case"shiftRight":case"upArrow":case"downArrow":case"leftArrow":case"rightArrow":this.processSelection(e);break;case"escape":this.clearSelection();break;case"ctrlShiftF":this.toggleFieldList(e)}},e.prototype.getNextButton=function(e){var i=this.allpivotButtons(e);if(t.removeClass(i,"e-btn-focused"),this.parent.grid.element.querySelector(".e-pivot-button"))for(var a=i.length,r=0;r<a;r++)if(i[r].getAttribute("data-uid")===e.getAttribute("data-uid"))return i[r+1]?i[r+1]:e;return e},e.prototype.getPrevButton=function(e){var i=this.allpivotButtons(e);if(t.removeClass(i,"e-btn-focused"),this.parent.grid.element.querySelector(".e-pivot-button"))for(var a=i.length,r=0;r<a;r++)if(i[r].getAttribute("data-uid")===e.getAttribute("data-uid"))return i[r-1]?i[r-1]:e;return e},e.prototype.allpivotButtons=function(e){var i=[];if(e&&this.parent.showGroupingBar){var a=t.closest(e,".e-pivot-grouping-bar"),r=t.closest(e,".e-group-pivot-rows"),n=t.closest(e,".e-chart-grouping-bar"),s=e.classList.contains(T),o=void 0,l=void 0,d=void 0;if(null!==a?l=a.classList.contains("e-pivot-grouping-bar"):null!==r?d=r.classList.contains("e-group-pivot-rows"):null!==n&&(o=n.classList.contains("e-chart-grouping-bar")),l||d||s){var p=[].slice.call(this.parent.element.querySelector(".e-pivot-grouping-bar").querySelectorAll(".e-pivot-button")),h=[].slice.call(this.parent.element.querySelector(".e-group-pivot-rows").querySelectorAll(".e-pivot-button"));i=p.concat(h)}else o&&(i=[].slice.call(this.parent.element.querySelector(".e-chart-grouping-bar").querySelectorAll(".e-pivot-button")))}return i},e.prototype.processTab=function(e){var i=e.target;if(i&&(t.closest(i,".e-pivot-button")||i.classList.contains("e-group-row"))){if(this.parent.grid){n=this.parent.grid.serviceLocator.getService("focus");if(i.classList.contains("e-group-row")&&i.querySelector(".e-btn-focused"))i=i.querySelector(".e-btn-focused");else if(i.classList.contains("e-group-row")){n.focus();o=n.getFocusedElement();return t.addClass([o],["e-focused","e-focus"]),o.setAttribute("tabindex","0"),void e.preventDefault()}var a=this.getNextButton(i);if(a.getAttribute("data-uid")!==i.getAttribute("data-uid"))this.parent.element.querySelector(".e-focused")?(this.parent.element.querySelector(".e-focused").setAttribute("tabindex","-1"),t.removeClass(this.parent.element.querySelectorAll(".e-focus"),"e-focus"),t.removeClass(this.parent.element.querySelectorAll(".e-focused"),"e-focused"),n.setFocusedElement(this.parent.element.querySelector(".e-headercell")),this.parent.element.querySelector(".e-headercell").setAttribute("tabindex","0")):n.currentInfo.skipAction=!0,t.addClass([a],"e-btn-focused"),a.focus();else{n.focus();o=n.getFocusedElement();t.addClass([o],["e-focused","e-focus"]),o.setAttribute("tabindex","0")}return void e.preventDefault()}}else if(!this.parent.showGroupingBar&&this.parent.showFieldList&&i&&t.closest(i,".e-toggle-field-list")){if(this.parent.grid){(n=this.parent.grid.serviceLocator.getService("focus")).focus();o=n.getFocusedElement();return t.addClass([o],["e-focused","e-focus"]),o.setAttribute("tabindex","0"),void e.preventDefault()}}else if(this.parent.showGroupingBar||this.parent.showFieldList||!i||!t.closest(i,".e-pivotview")||t.closest(i,".e-popup.e-popup-open")){if(i&&t.closest(i,"."+j)&&this.parent.toolbar&&this.parent.toolbarModule)clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(function(){t.removeClass(t.closest(i,"."+j).querySelectorAll(".e-menu-item.e-focused"),"e-focused"),document.activeElement&&document.activeElement.classList.contains("e-menu-item")&&t.addClass([document.activeElement],"e-focused")});else if(i.classList.contains("e-numerictextbox")){(n=this.parent.grid.serviceLocator.getService("focus")).focus();o=n.getFocusedElement();t.removeClass([o],["e-focused","e-focus"]),o.setAttribute("tabindex","0"),e.preventDefault()}}else if(this.parent.grid){var r=t.closest(i,".e-pivotview"),n=this.parent.grid.serviceLocator.getService("focus"),s=[].slice.call(r.getElementsByTagName("tr"));if(i.innerHTML!==s[s.length-1].lastChild.innerHTML){n.focus();var o=n.getFocusedElement();return t.addClass([o],["e-focused","e-focus"]),o.setAttribute("tabindex","0"),void e.preventDefault()}n.currentInfo.skipAction=!0}},e.prototype.processShiftTab=function(e){var i=e.target;if(i&&(t.closest(i,".e-pivot-button")||i.classList.contains("e-group-row"))){if(this.parent.grid){n=this.parent.grid.serviceLocator.getService("focus");if(i.classList.contains("e-group-row")&&i.querySelector(".e-btn-focused"))i=i.querySelector(".e-btn-focused");else if(i.classList.contains("e-group-row")){i=this.parent.element.querySelector(".e-btn-focused")?this.parent.element.querySelector(".e-btn-focused"):this.parent.element.querySelector(".e-pivot-grouping-bar");var a=this.allpivotButtons(i);if(a.length>0&&a[a.length-1])return n.currentInfo.skipAction=!0,a[a.length-1].focus(),t.removeClass(a,"e-btn-focused"),t.addClass([a[a.length-1]],"e-btn-focused"),void e.preventDefault()}var r=this.getPrevButton(i);if(r.getAttribute("data-uid")!==i.getAttribute("data-uid"))return n.currentInfo.skipAction=!0,r.focus(),void e.preventDefault()}}else if(i&&this.parent.grid&&(i.classList.contains("e-movablefirst")||i.classList.contains("e-rowsheader")&&t.closest(i,"tr").getAttribute("data-uid")===this.parent.grid.element.querySelector(".e-frozencontent tr").getAttribute("data-uid"))){var n=this.parent.grid.serviceLocator.getService("focus");if(i.classList.contains("e-movablefirst")){i=this.parent.element.querySelector(".e-group-rows .e-btn-focused")?this.parent.element.querySelector(".e-group-rows .e-btn-focused"):this.parent.element.querySelector(".e-group-rows");o=n.getFocusedElement();t.removeClass([o],["e-focused","e-focus"])}var s=this.allpivotButtons(i);if(s.length>0)return n.currentInfo.skipAction=!0,setTimeout(function(){s[s.length-1].focus()}),t.removeClass(s,"e-btn-focused"),t.addClass([s[s.length-1]],"e-btn-focused"),void e.preventDefault()}else if(i&&t.closest(i,"."+j)&&this.parent.toolbar&&this.parent.toolbarModule)clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(function(){t.removeClass(t.closest(i,"."+j).querySelectorAll(".e-menu-item.e-focused"),"e-focused"),document.activeElement&&document.activeElement.classList.contains("e-menu-item")&&t.addClass([document.activeElement],"e-focused")});else if(i.classList.contains("e-numerictextbox")){(n=this.parent.grid.serviceLocator.getService("focus")).focus();var o=n.getFocusedElement();t.removeClass([o],["e-focused","e-focus"]),o.setAttribute("tabindex","0"),e.preventDefault()}},e.prototype.processEnter=function(e){var i=e.target;if(i&&t.closest(i,".e-grid")){var a=this.parent.grid.serviceLocator.getService("focus");if(13!==e.keyCode||e.shiftKey||e.ctrlKey)if(13===e.keyCode&&e.shiftKey&&!e.ctrlKey){if(this.parent.enableValueSorting){this.event=e,i.click(),a.focus();r=a.getFocusedElement();t.addClass([r],["e-focused","e-focus"]),r.setAttribute("tabindex","0")}}else 13===e.keyCode&&!e.shiftKey&&e.ctrlKey&&this.parent.hyperlinkSettings&&i.querySelector("a")&&i.querySelector("a").click();else if(i.querySelector("."+y)){this.event=e,i.querySelector("."+y).click(),a.focus();r=a.getFocusedElement();t.addClass([r],["e-focused","e-focus"]),r.setAttribute("tabindex","0")}else if(i.classList.contains("e-valuescontent"))i.dispatchEvent(new MouseEvent("dblclick",{view:window,bubbles:!0,cancelable:!0})),i.querySelector(".e-numerictextbox")&&i.click();else if(i.classList.contains("e-numerictextbox")){a.focus();var r=a.getFocusedElement();t.removeClass([r],["e-focused","e-focus"])}return void e.preventDefault()}},e.prototype.clearSelection=function(){var e=this.parent;t.removeClass(e.element.querySelectorAll(".e-cellselectionbackground,."+A),[A,L,"e-active"]),this.parent.renderModule.selected()},e.prototype.processSelection=function(e){var i=e.target;if(this.parent.grid&&this.parent.gridSettings.allowSelection&&"Row"!==this.parent.gridSettings.selectionSettings.mode&&!i.classList.contains("e-numerictextbox")){var a,r=this.parent,n=parseInt(e.target.getAttribute("aria-colindex"),10)-1,s=Number(e.target.getAttribute("index"));if("TH"!==i.nodeName&&"TD"!==i.nodeName||(a="shiftUp"===e.action||"upArrow"===e.action?0===s||0===n||"TH"!==i.nodeName&&r.renderModule.rowStartPos!==s?null:this.getParentElement(r,a,n,s-1):"shiftDown"===e.action||"downArrow"===e.action?r.element.querySelector('th[aria-colindex="'+(n+1)+'"][index="'+(s+1)+'"]'):"shiftLeft"===e.action||"leftArrow"===e.action?e.target.previousSibling:e.target.nextSibling),t.isNullOrUndefined(a))"upArrow"===e.action?(a=r.element.querySelector('[aria-colindex="'+(n+1)+'"][index="'+(s-1)+'"]'),s--):"downArrow"===e.action&&(a=r.element.querySelector('[aria-colindex="'+(n+1)+'"][index="'+(s+1)+'"]'),s++),t.isNullOrUndefined(a)||r.clearSelection(a,e);else if("Both"===r.gridSettings.selectionSettings.mode&&a.classList.contains("e-rowcell"))r.clearSelection(a,e);else{n=parseInt(a.getAttribute("aria-colindex"),10)-1,s=Number(a.getAttribute("index"));var o=Number(a.getAttribute("aria-colspan"));r.clearSelection(a,e);var l={cancel:!1,isCellClick:!0,currentCell:a,data:r.pivotValues[s][n]};r.trigger("cellSelecting",l,function(t){t.cancel||r.applyColumnSelection(e,a,n,n+(o>0?o-1:0),s)})}}else if(i&&(37===e.keyCode||38===e.keyCode)&&this.parent&&this.parent.showGroupingBar&&this.parent.groupingBarModule&&!i.classList.contains("e-numerictextbox")){if(this.parent.grid&&this.parent.element.querySelector(".e-frozenheader")&&this.parent.element.querySelector(".e-frozenheader").querySelectorAll(".e-focus").length>0)return t.removeClass(this.parent.element.querySelector(".e-frozenheader").querySelectorAll(".e-focus"),"e-focus"),t.removeClass(this.parent.element.querySelector(".e-frozenheader").querySelectorAll(".e-focused"),"e-focused"),this.parent.element.querySelector(".e-headercell").setAttribute("tabindex","-1"),this.parent.grid.serviceLocator.getService("focus").setFocusedElement(i),t.addClass([i],["e-focused","e-focus"]),i.setAttribute("tabindex","0"),i.focus(),void e.preventDefault()}else!i.classList.contains("e-numerictextbox")||"rightArrow"!==e.action&&"leftArrow"!==e.action||i.click()},e.prototype.getParentElement=function(e,t,i,a){for(;!t;)t=e.element.querySelector('[aria-colindex="'+(i+1)+'"][index="'+a+'"]'),i--;return t},e.prototype.toggleFieldList=function(e){if(this.parent&&!this.parent.isDestroyed&&this.parent.showFieldList&&this.parent.pivotFieldListModule&&!this.parent.pivotFieldListModule.isDestroyed&&this.parent.element.querySelector(".e-toggle-field-list")){if(!this.parent.element.querySelector(".e-toggle-field-list").classList.contains("e-hide"))return this.parent.element.querySelector(".e-toggle-field-list").click(),void e.preventDefault();this.parent.element.querySelector(".e-toggle-field-list").classList.contains("e-hide")&&this.parent.pivotFieldListModule.dialogRenderer&&this.parent.pivotFieldListModule.dialogRenderer.fieldListDialog&&!this.parent.pivotFieldListModule.dialogRenderer.fieldListDialog.isDestroyed&&this.parent.pivotFieldListModule.dialogRenderer.fieldListDialog.hide()}},e.prototype.destroy=function(){this.timeOutObj&&(clearTimeout(this.timeOutObj),this.timeOutObj=null),this.event=null,this.pivotViewKeyboardModule&&(this.pivotViewKeyboardModule.destroy(),this.pivotViewKeyboardModule=null)},e}(),Pe=function(){function e(e){this.parent=e,this.parent.contextMenuModule=this}return e.prototype.render=function(){this.renderContextMenu()},e.prototype.renderContextMenu=function(){var e=[{text:this.parent.localeObj.getConstant("addToFilter"),id:this.parent.element.id+"_Filters"},{text:this.parent.localeObj.getConstant("addToRow"),id:this.parent.element.id+"_Rows"},{text:this.parent.localeObj.getConstant("addToColumn"),id:this.parent.element.id+"_Columns"},{text:this.parent.localeObj.getConstant("addToValue"),id:this.parent.element.id+"_Values"}],i={cssClass:"e-pivot-context-menu"+(this.parent.cssClass?" "+this.parent.cssClass:""),items:e,enableRtl:this.parent.enableRtl,locale:this.parent.locale,beforeOpen:this.onBeforeMenuOpen.bind(this),select:this.onSelectContextMenu.bind(this)},a=t.createElement("ul",{id:this.parent.element.id+"_PivotContextMenu"});this.parent.element.appendChild(a),this.menuObj=new s.ContextMenu(i),this.menuObj.isStringTemplate=!0,this.menuObj.appendTo(a)},e.prototype.onBeforeMenuOpen=function(e){var i=[].slice.call(e.element.querySelectorAll("li")),a="olap"===this.parent.dataType?this.fieldElement.getAttribute("data-type"):this.fieldElement.querySelector(".e-pvt-btn-content").getAttribute("data-type");if(t.removeClass(i,"e-disabled"),"CalculatedField"===a||"isMeasureFieldsAvail"===a)for(var r=0,n=i;r<n.length;r++)(u=n[r]).textContent!==this.parent.localeObj.getConstant("addToValue")&&t.addClass([u],"e-disabled");else if("isMeasureAvail"===a)for(var s=0,o=i;s<o.length;s++)(u=o[s]).textContent!==this.parent.localeObj.getConstant("addToRow")&&u.textContent!==this.parent.localeObj.getConstant("addToColumn")&&t.addClass([u],"e-disabled");else if("olap"===this.parent.dataType){for(var l=0,d=i;l<d.length;l++)if((u=d[l]).textContent===this.parent.localeObj.getConstant("addToValue")){t.addClass([u],"e-disabled");break}}else if("true"===this.fieldElement.getAttribute("isvalue"))for(var p=0,h=i;p<h.length;p++){var u=h[p];u.textContent!==this.parent.localeObj.getConstant("addToValue")&&u.textContent!==this.parent.localeObj.getConstant("addToFilter")||t.addClass([u],"e-disabled")}},e.prototype.onSelectContextMenu=function(e){if(null!==e.element.textContent){var t=this.fieldElement.getAttribute("data-uid"),i=e.item.id.replace(this.parent.element.id+"_","").toLowerCase();this.parent.pivotCommon.dataSourceUpdate.control="pivotview"===this.parent.getModuleName()?this.parent:this.parent.pivotGridModule?this.parent.pivotGridModule:this.parent,this.parent.pivotCommon.dataSourceUpdate.btnElement=this.fieldElement,this.parent.pivotCommon.dataSourceUpdate.updateDataSource(t,i,-1),this.parent.updateDataSource(!0),this.fieldElement=void 0}},e.prototype.destroy=function(){this.parent.isDestroyed&&this.menuObj&&!this.menuObj.isDestroyed&&(this.menuObj.destroy(),t.select("#"+this.parent.element.id+"_PivotContextMenu",document)&&t.remove(t.select("#"+this.parent.element.id+"_PivotContextMenu",document)))},e}(),Ne=function(){function e(e){this.previousValues={top:0,left:0},this.frozenPreviousValues={top:0,left:0},this.eventType="",this.isFireFox=t.Browser.userAgent.toLowerCase().indexOf("firefox")>-1,this.isScrolling=!1,this.boundElements=[],this.scrollingDirection="Up",this.parent=e,this.addInternalEvents()}return e.prototype.getModuleName=function(){return"virtualscroll"},e.prototype.addInternalEvents=function(){this.parent.isDestroyed||this.parent.on(Y,this.wireEvents,this)},e.prototype.wireEvents=function(){if(this.engineModule="pivot"===this.parent.dataType?this.parent.engineModule:this.parent.olapEngineModule,"Chart"!==this.parent.displayOption.view){this.clearAllEventHandlers();var e=this.parent.element.querySelector(".e-content-virtualtable"),i=this.parent.element.querySelector(".e-gridcontent"),a=this.parent.element.querySelector(".e-headercontent"),r=i.querySelector("."+F);if(this.boundElements=[e,i,a,r],this.engineModule){var n=this.parent.isAdaptive?e:i.querySelector("."+F);t.EventHandler.add(n,"scroll touchmove pointermove",this.onHorizondalScroll(a,e),this),t.EventHandler.add(e.parentElement,"scroll wheel touchmove pointermove",this.onHorizondalScroll(a,e),this),t.EventHandler.add(e.parentElement,"scroll wheel touchmove pointermove keyup keydown",this.onVerticalScroll(e.parentElement,e),this),this.isFireFox?(t.EventHandler.add(n,"mouseup touchend scroll",this.common(a,e,e),this),this.parent.isAdaptive||t.EventHandler.add(e.parentElement,"mouseup touchend scroll",this.common(a,e.parentElement,e),this)):(t.EventHandler.add(n,"mouseup touchend",this.common(a,e,e),this),this.parent.isAdaptive||t.EventHandler.add(e.parentElement,"mouseup touchend",this.common(a,e.parentElement,e),this)),t.EventHandler.add(r,"scroll",this.onCustomScrollbarScroll(e,a),this),t.EventHandler.add(e,"scroll",this.onCustomScrollbarScroll(r,a),this),t.EventHandler.add(a,"scroll",this.onCustomScrollbarScroll(r,e),this),t.EventHandler.add(a,"touchstart pointerdown",this.setPageXY(),this),t.EventHandler.add(a,"touchmove pointermove",this.onTouchScroll(a,e),this),t.EventHandler.add(e,"touchstart pointerdown",this.setPageXY(),this),t.EventHandler.add(e,"touchmove pointermove",this.onTouchScroll(a,e),this)}this.parent.grid.on("check-scroll-reset",function(e){e.cancel=!0}),this.parent.grid.on("prevent-frozen-scroll-refresh",function(e){e.cancel=!0}),this.parent.grid.isPreventScrollEvent=!0}},e.prototype.clearAllEventHandlers=function(){this.verticalScrollTimeoutObj&&(clearTimeout(this.verticalScrollTimeoutObj),this.verticalScrollTimeoutObj=null),this.horizontalScrollTimeoutObj&&(clearTimeout(this.horizontalScrollTimeoutObj),this.horizontalScrollTimeoutObj=null),this.boundElements.forEach(function(e){e&&t.EventHandler.clearEvents(e)}),this.boundElements=[],this.parent&&this.parent.grid&&(this.parent.grid.off("check-scroll-reset"),this.parent.grid.off("prevent-frozen-scroll-refresh"))},e.prototype.onWheelScroll=function(e){var t=this,i=e;return function(e){var a=i.scrollTop+(1===e.deltaMode?30*e.deltaY:e.deltaY);t.frozenPreviousValues.top!==a&&(e.preventDefault(),t.frozenPreviousValues.top=a,t.eventType=e.type)}},e.prototype.getPointXY=function(e){var t={x:0,y:0};return e.touches&&e.touches.length?(t.x=e.touches[0].pageX,t.y=e.touches[0].pageY):(t.x=e.pageX,t.y=e.pageY),t},e.prototype.onCustomScrollbarScroll=function(e,t){var i=this,a=e,r=t;return function(e){if(null!==i.parent.element.querySelector(".e-content").querySelector("tbody")){var t=e.target,n=t.scrollLeft;i.previousValues.left===n||i.isFireFox&&t.classList.contains("e-headercontent")||(a.scrollLeft=n,r.scrollLeft=n,i.parent.isDestroyed)}}},e.prototype.onTouchScroll=function(e,t){var i=this,a=t;return function(r){if("mouse"!==r.pointerType){var n=i.getPointXY(r),s=i.parent.element.querySelector(".e-grid .e-content").scrollTop+(i.pageXY.y-n.y),o=i.parent.isAdaptive?t:a.parentElement.parentElement.querySelector("."+F),l=o.scrollLeft+(i.pageXY.x-n.x);i.frozenPreviousValues.left===l||l<0||(e.scrollLeft=l,o.scrollLeft=l,i.pageXY.x=n.x,i.frozenPreviousValues.left=l,i.frozenPreviousValues.top===s||s<0||(i.pageXY.y=n.y,i.frozenPreviousValues.top=s,i.eventType=r.type))}}},e.prototype.update=function(e,i,a,r,n,s){var o=this,l=this.parent.element.querySelector(".e-content-virtualtable");this.parent.isScrolling=!0;var d="pivot"===this.parent.dataType?this.parent.engineModule:this.parent.olapEngineModule,p={dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings)},h=this.parent.virtualScrollSettings&&this.parent.virtualScrollSettings.allowSinglePage&&"pivot"===this.parent.dataType,u=this.parent.engineModule?this.parent.engineModule.viewportPageCount:3;if(this.parent.pageSettings&&d.pageSettings){if("vertical"===this.direction){var c=s.parentElement.scrollHeight-(e+s.parentElement.offsetHeight),g="pivot"===this.parent.dataType&&"row"===this.parent.dataSourceSettings.valueAxis?this.parent.dataSourceSettings.values.length:1,m=this.parent.pageSettings.rowPageSize*g*this.parent.gridSettings.rowHeight,f="Up"===this.scrollingDirection?Math.ceil(e/m):Math.ceil(e/m)-1;if(f+=h&&c<=0?1:0,(this.parent.scrollPosObject.vertical===f||d.pageSettings.rowPageSize>=d.rowCount||l&&l.scrollHeight<l.parentElement.clientHeight*u)&&!h)return;this.parent.actionObj.actionName="vertical-scroll",h&&this.parent.grid&&this.parent.grid.element.querySelector(".e-spinner-inner")&&t.addClass([this.parent.grid.element.querySelector(".e-spinner-inner")],["e-hide-loader"]),this.parent.actionBeginMethod(),h||this.parent.showWaitingPopup(),this.parent.scrollPosObject.vertical=f,this.parent.pageSettings.currentRowPage=d.pageSettings.currentRowPage=f>1?f:1;var v=0;this.parent.trigger("enginePopulating",p,function(){"pivot"===o.parent.dataType?"Server"===o.parent.dataSourceSettings.mode?o.parent.getEngine("onScroll",null,null,null,null,null,null):(o.parent.engineModule.generateGridData(o.parent.dataSourceSettings,!0,!1,o.parent.engineModule.headerCollection,!0),v=o.parent.engineModule.rowStartPos):(o.parent.olapEngineModule.scrollPage(),v=o.parent.olapEngineModule.pageRowStartPos),o.enginePopulatedEventMethod(d)});T=m*(w=Math.ceil(v/(this.parent.pageSettings.rowPageSize*g)))-d.rowFirstLvl*g*this.parent.gridSettings.rowHeight;this.parent.scrollPosObject.verticalSection=T}else{var S=r.scrollWidth-(r.scrollLeft+r.offsetWidth),y="pivot"===this.parent.dataType&&"column"===this.parent.dataSourceSettings.valueAxis?this.parent.dataSourceSettings.values.length:1,m=this.parent.pageSettings.columnPageSize*y*this.parent.gridSettings.columnWidth,f=Math.ceil(Math.abs(i)/m),b=this.parent.virtualScrollSettings&&this.parent.virtualScrollSettings.allowSinglePage&&"pivot"===this.parent.dataType;if(f+=b&&S<=0?1:0,(this.parent.scrollPosObject.horizontal===f||l&&l.scrollWidth<l.parentElement.clientWidth*u)&&!b)return;this.parent.actionObj.actionName="horizontal-scroll",b&&this.parent.grid&&this.parent.grid.element.querySelector(".e-spinner-inner")&&(t.addClass([this.parent.grid.element.querySelector(".e-spinner-inner")],["e-hide-loader"]),n&&t.removeClass([n,s],["e-virtual-pivot-content"])),this.parent.actionBeginMethod(),b||this.parent.showWaitingPopup();var C=this.parent;C.scrollPosObject.horizontal=f,this.parent.pageSettings.currentColumnPage=d.pageSettings.currentColumnPage=f>1?f:1;var x=0;this.parent.trigger("enginePopulating",p,function(){"pivot"===C.dataType?"Server"===o.parent.dataSourceSettings.mode?o.parent.getEngine("onScroll",null,null,null,null,null,null):(C.engineModule.generateGridData(C.dataSourceSettings,!0,!1,C.engineModule.headerCollection),x=C.engineModule.colStartPos):(C.olapEngineModule.scrollPage(),x=C.olapEngineModule.pageColStartPos),o.enginePopulatedEventMethod(d)});var w=Math.ceil(x/(C.pageSettings.columnPageSize*y)),T=m*w-d.colFirstLvl*y*C.gridSettings.columnWidth;C.scrollPosObject.horizontalSection=T}this.parent.actionObj.actionName=this.parent.getActionCompleteName(),this.parent.actionObj.actionName&&this.parent.actionCompleteMethod()}},e.prototype.enginePopulatedEventMethod=function(e,t){var i=this,a=t||this.parent,r={dataSourceSettings:a.dataSourceSettings,pivotValues:e.pivotValues};a.trigger("enginePopulated",r,function(e){i.parent.pivotValues=e.pivotValues})},e.prototype.setPageXY=function(){var e=this;return function(t){"mouse"!==t.pointerType&&(e.pageXY=e.getPointXY(t))}},e.prototype.common=function(e,i,a){var r=this;return function(n){var s=r.parent.virtualScrollSettings&&r.parent.virtualScrollSettings.allowSinglePage&&"pivot"===r.parent.dataType;if(r.isScrolling||!s){r.isScrolling=!1;var o=r.parent.isAdaptive?i:t.closest(i,".e-gridcontent").querySelector("."+F);s&&("vertical"===r.direction?r.parent.element.querySelector("."+_)&&(t.addClass([a],["e-virtual-pivot-content"]),t.removeClass([r.parent.element.querySelector("."+_)],["e-hide-loader"])):r.parent.element.querySelector("."+_)&&(t.addClass([e,i],["e-virtual-pivot-content"]),t.removeClass([r.parent.element.querySelector("."+_)],["e-hide-loader"]))),r.update(r.parent.element.querySelector(".e-grid .e-content").scrollTop*r.parent.verticalScrollScale,o.scrollLeft*r.parent.horizontalScrollScale,n,o,e,i)}}},e.prototype.onHorizondalScroll=function(e,i){var a=this,r=this.parent.isAdaptive?i:t.closest(i,".e-gridcontent").querySelector("."+F),n=Math.abs(r.scrollLeft),s=n*this.parent.horizontalScrollScale,o=s-this.parent.scrollPosObject.horizontalSection-n;return o=this.parent.enableRtl?o:-o,"none"!==r.style.display&&this.alignFreezedCells(o,!1),function(l){if(n=Math.abs(r.scrollLeft),s=n*a.parent.horizontalScrollScale,"wheel"!==l.type&&"touchmove"!==l.type&&"wheel"!==a.eventType&&"touchmove"!==a.eventType||(a.horizontalScrollTimeoutObj&&clearTimeout(a.horizontalScrollTimeoutObj),a.horizontalScrollTimeoutObj=setTimeout(function(){s="touchmove"===l.type?n:s,a.update(i.parentElement.scrollTop*a.parent.verticalScrollScale,s,l,r,e,i)},300)),a.previousValues.left!==s){a.parent.scrollDirection=a.direction="horizondal",a.isScrolling=!0,o=s-a.parent.scrollPosObject.horizontalSection-n,o=a.parent.enableRtl?o:-o;var d=i.querySelector("."+w).style.transform.split(",").length>1?i.querySelector("."+w).style.transform.split(",")[1].trim():"0px)";n<a.parent.scrollerBrowserLimit&&(t.setStyleAttribute(i.querySelector("."+w),{transform:"translate("+o+"px,"+d}),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate("+o+"px,0px)"}),a.alignFreezedCells(o,!1));var p=a.parent.scrollPosObject.horizontalSection>s?-(a.parent.scrollPosObject.horizontalSection-s):s+(e.offsetWidth-e.querySelector(".e-headercell.e-leftfreeze").offsetWidth)-(a.parent.scrollPosObject.horizontalSection+(i.querySelector("."+w).offsetWidth-i.querySelector("."+w).querySelector(".e-leftfreeze.e-rowsheader").offsetWidth)),h=Math.ceil(a.parent.scrollPosObject.horizontalSection/a.parent.horizontalScrollScale)<a.parent.scrollerBrowserLimit;if(a.parent.scrollPosObject.horizontalSection>s||p>1&&h){a.parent.virtualScrollSettings&&a.parent.virtualScrollSettings.allowSinglePage&&"pivot"===a.parent.dataType&&a.parent.element.querySelector("."+_)&&(t.addClass([e,i],["e-virtual-pivot-content"]),t.removeClass([a.parent.element.querySelector("."+_)],["e-hide-loader"])),s>e.clientWidth?(a.parent.scrollPosObject.left<1&&(a.parent.scrollPosObject.left=e.clientWidth),a.parent.scrollPosObject.left=a.parent.scrollPosObject.left-50,p=a.parent.scrollPosObject.horizontalSection>s?p-a.parent.scrollPosObject.left:p+a.parent.scrollPosObject.left):p=-a.parent.scrollPosObject.horizontalSection,o=-(s-(a.parent.scrollPosObject.horizontalSection+p)-t.closest(i,".e-gridcontent").querySelector("."+F).scrollLeft);var u=a.parent.gridSettings.columnWidth*a.engineModule.columnCount;u>a.parent.scrollerBrowserLimit&&(a.parent.horizontalScrollScale=u/a.parent.scrollerBrowserLimit,u=a.parent.scrollerBrowserLimit),o>u&&o>s&&(o=s,p=0),t.setStyleAttribute(i.querySelector("."+w),{transform:"translate("+o+"px,"+d}),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate("+o+"px,0px)"}),a.alignFreezedCells(o,!1),a.parent.scrollPosObject.horizontalSection=a.parent.scrollPosObject.horizontalSection+p}var c=r.scrollWidth-(n+(r.offsetWidth-a.parent.element.querySelector(".e-grid").querySelector(".e-headercell.e-leftfreeze").offsetWidth));if(c<=0){var g=i.querySelector(".e-virtualtrack");g.style.display="none";var m=i.scrollWidth-(i.scrollLeft+i.offsetWidth);g.style.display="";var f=i.scrollWidth-(i.scrollLeft+i.offsetWidth);a.parent.scrollPosObject.horizontalSection-=m>c?m:-f,o=n>a.parent.scrollerBrowserLimit?Number(i.querySelector("."+w).style.transform.split(",")[0].split("px")[0].trim()):-(n*a.parent.horizontalScrollScale-a.parent.scrollPosObject.horizontalSection-n),t.setStyleAttribute(i.querySelector("."+w),{transform:"translate("+o+"px,"+d}),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate("+o+"px,0px)"}),a.alignFreezedCells(o,!1)}a.previousValues.left=s,a.frozenPreviousValues.left=s,a.eventType="",e.scrollLeft=r.scrollLeft,i.scrollLeft=r.scrollLeft}}},e.prototype.alignFreezedCells=function(e,t){for(var i=0,a=this.parent.element.querySelectorAll(".e-leftfreeze");i<a.length;i++)if(this.parent.isTabular&&this.parent.dataSourceSettings.rows.length>1){var r=a[i];this.setFrozenColumnPosition(e,r,i,a,t)}else t?this.parent.enableRtl?a[i].style.right=-e+"px":a[i].style.left=e+"px":this.parent.enableRtl?a[i].style.right=Number(e)+"px":a[i].style.left=Number(-e)+"px"},e.prototype.onVerticalScroll=function(e,i){var a=this,r=e.querySelector(".e-content-virtualtable")?e.querySelector(".e-content-virtualtable"):e;return function(n){var s=a.parent.engineModule?a.parent.engineModule.viewportPageCount:3;if(a.parent.isAdaptive||r.scrollHeight>r.parentElement.clientHeight*s){var o=e.scrollTop*a.parent.verticalScrollScale;if("wheel"===n.type||"touchmove"===n.type||"scroll"===n.type||"wheel"===a.eventType||"touchmove"===a.eventType||"keyup"===n.type||"keydown"===n.type){var l=a.parent.isAdaptive?e:t.closest(e,".e-gridcontent").querySelector("."+F);a.verticalScrollTimeoutObj&&clearTimeout(a.verticalScrollTimeoutObj),a.verticalScrollTimeoutObj=setTimeout(function(){var t=0;if(a.parent.isAdaptive){var i=l.querySelector(".e-content-virtualtable");t=l.scrollLeft===i.scrollLeft?l.scrollLeft:i.scrollLeft}else t=l.scrollLeft;a.update(e.scrollTop*a.parent.verticalScrollScale,t*a.parent.horizontalScrollScale,n,l,null,e)},300)}if(a.previousValues.top===o)return;a.parent.scrollPosObject.horizontalSection<0&&(a.parent.scrollPosObject.horizontalSection=0),a.parent.scrollDirection=a.direction="vertical",a.isScrolling=!0;var d=-(o-a.parent.scrollPosObject.verticalSection-e.scrollTop),p=e.querySelector("."+w).style.transform.split(",")[0].trim();d>a.parent.virtualDiv.clientHeight&&(d=a.parent.virtualDiv.clientHeight),e.scrollTop<a.parent.scrollerBrowserLimit&&(t.setStyleAttribute(e.querySelector("."+w),{transform:"translate(0px,"+d+"px)"}),t.setStyleAttribute(e.querySelector("."+w),{transform:p+","+d+"px)"}));var h=a.parent.scrollPosObject.verticalSection>o?-(a.parent.scrollPosObject.verticalSection-o):o+e.clientHeight-(a.parent.scrollPosObject.verticalSection+e.querySelector("."+w).offsetHeight),u=Math.ceil(a.parent.scrollPosObject.verticalSection/a.parent.verticalScrollScale)<a.parent.scrollerBrowserLimit;if(a.parent.scrollPosObject.verticalSection>o||h>1&&u){a.parent.virtualScrollSettings&&a.parent.virtualScrollSettings.allowSinglePage&&"pivot"===a.parent.dataType&&a.parent.element.querySelector("."+_)&&(t.addClass([i],["e-virtual-pivot-content"]),t.removeClass([a.parent.element.querySelector("."+_)],["e-hide-loader"])),o>e.clientHeight?(a.parent.scrollPosObject.top<1&&(a.parent.scrollPosObject.top=e.clientHeight),a.parent.scrollPosObject.top=a.parent.scrollPosObject.top-50,h=a.parent.scrollPosObject.verticalSection>o?h-a.parent.scrollPosObject.top:h+a.parent.scrollPosObject.top):h=-a.parent.scrollPosObject.verticalSection;var c=a.parent.element.querySelector(".e-content").querySelector("."+w);d=-(o-(a.parent.scrollPosObject.verticalSection+h)-e.scrollTop);var g=a.parent.gridSettings.rowHeight*a.engineModule.rowCount+.1-c.clientHeight;g>a.parent.scrollerBrowserLimit&&(a.parent.verticalScrollScale=g/a.parent.scrollerBrowserLimit,g=a.parent.scrollerBrowserLimit),d>g&&d>o&&(d=o,h=0),d>a.parent.virtualDiv.clientHeight&&(d=a.parent.virtualDiv.clientHeight),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate(0px,"+d+"px)"}),t.setStyleAttribute(e.querySelector("."+w),{transform:p+","+d+"px)"}),a.parent.scrollPosObject.verticalSection=a.parent.scrollPosObject.verticalSection+h}a.scrollingDirection=a.previousValues.top<e.scrollTop?"Up":"Down",a.previousValues.top=o,a.frozenPreviousValues.top=o,a.eventType=""}}},e.prototype.removeInternalEvents=function(){this.parent.isDestroyed||(this.parent.off(Y,this.wireEvents),this.clearAllEventHandlers())},e.prototype.destroy=function(){this.removeInternalEvents(),this.engineModule=null,this.keyboardEvents=null},e.prototype.setFrozenColumnPosition=function(e,t,i,a,r){if(t&&t instanceof HTMLTableCellElement){var n=0,s=t.cellIndex+1;if(s>1)for(var o=0;o<s-1;o++)n+=this.parent.pivotColumns[o].width;r?this.parent.enableRtl?a[i].style.right=-(e-n)+"px":a[i].style.left=e+n+"px":this.parent.enableRtl?a[i].style.right=Number(e+n)+"px":a[i].style.left=Number(-(e-n))+"px"}},e}(),Ee=function(){function e(e){this.indexString=[],this.isUpdated=!1,this.isEdited=!1,this.parent=e,this.engine="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule}return e.prototype.showDrillThroughDialog=function(e,i){for(var a=this,n=e.rawData,s=[],o={},l=0;l<e.rawData.length;l++)s.push(B.frameHeaderWithKeys(e.rawData[l]));try{if("Table"===this.parent.currentView&&this.parent.editSettings.allowInlineEditing&&this.parent.editSettings.allowEditing&&1===e.rawData.length){if(this.parent.actionObj.actionName="Edit record",this.parent.actionBeginMethod())return;this.editCell(e,n)}else{this.removeDrillThroughDialog();var d=t.createElement("div",{id:this.parent.element.id+"_drillthrough",className:"e-drillthrough-dialog"});this.parent.element.appendChild(d),this.dialogPopUp=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!1,header:this.parent.localeObj.getConstant("details"),content:this.createDrillThroughGrid(e,n,i),cssClass:this.parent.cssClass,beforeOpen:function(){a.drillThroughGrid.setProperties({dataSource:a.parent.editSettings.allowEditing?a.dataWithPrimarykey(e,n,o):n,height:a.parent.editSettings.allowEditing?220:300},!1)},beforeClose:function(){if(a.parent.editSettings.allowEditing&&a.isUpdated){"CSV"===a.parent.dataSourceSettings.type&&a.updateData(a.drillThroughGrid.dataSource);for(var e=[],i=0,r=Object.keys(o);i<r.length;i++){var l=r[i];e.push(o[l])}for(var d=Object.keys(o).length,p=[],h=[],u=0,c=0,g=a.drillThroughGrid.dataSource;c<g.length;c++){var m=g[c];if(a.isEdited||"0"!==m.__index&&""!==m.__index)d>0&&(delete o[m.__index.toString()],h.push(m),d--);else{for(var f=0,v=a.engine.fields;f<v.length;f++){var S=v[f];t.isNullOrUndefined(m[S])&&delete m[S]}delete m.__index,p.push(m)}"Server"===a.parent.dataSourceSettings.mode&&(m.__index&&delete m.__index,n[u].__index&&delete n[u].__index),u++}if(d=0,"Server"===a.parent.dataSourceSettings.mode){for(var y=[],b=Object.keys(o),C=0;C<b.length;C++)delete a.parent.drillThroughValue.indexObject[o[b[C]]],y.push({Key:b[C],Value:o[b[C]]});a.parent.getEngine("updateRawData",null,null,null,null,null,null,null,{addedData:p,removedData:y,updatedData:h,indexObject:a.parent.drillThroughValue.indexObject})}else{for(var x=[],w=0,T=a.parent.allowDataCompression?a.parent.engineModule.actualData:a.parent.engineModule.data;w<T.length;w++)delete(m=T[w]).__index,void 0===o[d.toString()]&&x.push(m),d++;x=x.concat(p);var M={currentData:a.drillThroughGrid.dataSource,previousData:s,previousPosition:e,cancel:!1};a.parent.trigger("editCompleted",M),M.cancel||(a.parent.setProperties({dataSourceSettings:{dataSource:x}},!0),a.engine.updateGridData(a.parent.dataSourceSettings),a.parent.pivotValues=a.engine.pivotValues)}a.parent.actionObj.actionName="Records updated";var D={editInfo:{type:a.drillThroughGrid.editSettings.mode,action:"Update",currentData:a.drillThroughGrid.dataSource,previousData:s,previousPosition:e}};a.parent.actionObj.actionInfo=D}a.isUpdated=!1,a.isEdited=!1,o={}},isModal:!0,visible:!0,showCloseIcon:!0,locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:this.parent.isAdaptive?"100%":"60%",position:{X:"center",Y:"center"},closeOnEscape:!this.parent.editSettings.allowEditing,target:document.body,close:this.removeDrillThroughDialog.bind(this)}),this.dialogPopUp.isStringTemplate=!0,this.dialogPopUp.appendTo(d),t.setStyleAttribute(this.dialogPopUp.element,{visibility:"visible"});var p={escape:"escape"};this.parent.editSettings.allowEditing&&(this.drillthroughKeyboardModule=new t.KeyboardEvents(this.dialogPopUp.element,{keyAction:this.drillthroughKeyActionHandler.bind(this),keyConfigs:p,eventName:"keydown"}))}}catch(e){this.parent.actionFailureMethod(e)}},e.prototype.editCell=function(e,i){var a=this,r=this.parent.gridSettings.allowResizing,n=e.currentCell.actualText.toString(),s=Number(Object.keys(e.currentCell.indexObject));e.currentTarget.firstElementChild.style.display="none";var l=Number(e.rawData[0][n]),d=B.frameHeaderWithKeys(e.rawData[e.rawData.length-1]),p=e.rawData[e.rawData.length-1],h={editInfo:{type:"Inline editing",action:"update",data:i}};this.parent.actionObj.actionInfo=h;var u=new o.NumericTextBox({value:l,enableRtl:this.parent.enableRtl,enabled:!0,format:"####.##",locale:this.parent.locale,cssClass:this.parent.cssClass,change:function(){var i=t.isNullOrUndefined(u.value)?0:u.value,r=e.currentCell.indexObject[s];e.rawData[0][n]=i,a.parent.engineModule.data[r]=e.rawData[0]},blur:function(){var e={currentData:[p],previousData:[d],previousPosition:[p.index],cancel:!1};if(a.parent.trigger("editCompleted",e),!e.cancel)if("Server"===a.parent.dataSourceSettings.mode){var t={};t[s]=s;var i=[p];a.parent.getEngine("updateRawData",null,null,null,null,null,null,null,{addedData:[],removedData:[],updatedData:i,indexObject:t})}else a.parent.setProperties({dataSourceSettings:{dataSource:a.parent.engineModule.data}},!0),a.engine.updateGridData(a.parent.dataSourceSettings),a.parent.pivotValues=a.engine.pivotValues,a.parent.gridSettings.allowResizing=r}}),c=t.createElement("input",{id:this.parent.element.id+"_inputbox"});e.currentTarget.appendChild(c),u.appendTo(c),e.currentCell.value=u.value,u.focusIn(),this.parent.gridSettings.allowResizing=!1},e.prototype.updateData=function(e){for(var i=0,a=this.parent.allowDataCompression?this.parent.engineModule.actualData:this.parent.engineModule.data;i<e.length;){for(var r=Object.keys(e[i]),n=0,s=[];n<r.length;)t.isNullOrUndefined(this.parent.engineModule.fieldKeys[r[n]])||(s[this.parent.engineModule.fieldKeys[r[n]]]=e[i][r[n]]),n++;a[Number(e[i].__index)]=s,i++}this.parent.allowDataCompression?this.parent.engineModule.actualData=a:this.parent.engineModule.data=a},e.prototype.removeDrillThroughDialog=function(){this.dialogPopUp&&!this.dialogPopUp.isDestroyed&&(this.parent.actionObj.actionName="Drill-through closed",this.parent.actionObj.actionName&&this.parent.actionCompleteMethod(),this.dialogPopUp.destroy());var e=document.getElementById(this.parent.element.id+"_drillthrough");e&&t.remove(e),document.getElementById(this.parent.element.id+"_drillthroughgrid_ccdlg")&&t.remove(document.getElementById(this.parent.element.id+"_drillthroughgrid_ccdlg"))},e.prototype.createDrillThroughGrid=function(e,i,a){var r=this,s=t.createElement("div",{id:this.parent.element.id+"_drillthroughbody",className:"e-drillthrough-body"}),o=t.createElement("div",{id:this.parent.element.id+"_drillthroughbodyheader",className:"e-drillthrough-body-header-container"});if(""!==e.rowHeaders&&(o.innerHTML="<span class=e-drillthrough-body-header-common><span class=e-drillthrough-body-header>"+this.parent.localeObj.getConstant("row")+"</span> : <span class=e-drillthrough-body-header-value>"+e.rowHeaders+"</span></span>"),""!==e.columnHeaders&&(o.innerHTML=o.innerHTML+"<span class=e-drillthrough-body-header-common><span class=e-drillthrough-body-header>"+this.parent.localeObj.getConstant("column")+"</span> : <span class=e-drillthrough-body-header-value>"+e.columnHeaders+"</span></span>"),""!==e.value){var l=e.currentCell.formattedText;"0"!==l&&(o.innerHTML=o.innerHTML+"<span class=e-drillthrough-body-header-common><span class=e-drillthrough-body-header>"+a+"</span> : <span class=e-drillthrough-body-header-value>"+l+"</span></span>")}var d=["ColumnChooser"];this.parent.editSettings.allowEditing&&(d=this.parent.editSettings.allowCommandColumns?["ColumnChooser","Add"]:"Batch"===this.parent.editSettings.mode?["ColumnChooser","Add","Delete","Update","Cancel"]:"Dialog"===this.parent.editSettings.mode?["ColumnChooser","Add","Edit","Delete"]:["ColumnChooser","Add","Edit","Delete","Update","Cancel"]);var p=t.createElement("div",{id:this.parent.element.id+"_drillthroughgrid",className:"e-drillthrough-grid"});n.Grid.Inject(n.Selection,n.Reorder,n.Resize,n.Toolbar,n.ColumnChooser),this.drillThroughGrid=new n.Grid({cssClass:this.parent.cssClass,gridLines:"Default",allowResizing:!0,allowReordering:!0,showColumnChooser:!0,enableHover:!1,toolbar:d,columns:e.gridColumns,locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableVirtualization:!this.parent.editSettings.allowEditing,allowPaging:this.parent.editSettings.allowEditing,pageSettings:{pageSize:20},rowHeight:this.parent.gridSettings.rowHeight,height:"100%"}),"olap"===this.parent.dataType&&this.formatData(i);var h=this;if(this.parent.trigger("beginDrillThrough",{cellInfo:e,gridObj:this.drillThroughGrid,type:"editing"}),this.drillThroughGrid.allowExcelExport&&n.Grid.Inject(n.ExcelExport),this.drillThroughGrid.allowPdfExport&&n.Grid.Inject(n.PdfExport),this.parent.editSettings.allowEditing){n.Grid.Inject(n.Edit,n.Page);try{this.drillThroughGrid.editSettings=this.parent.editSettings,this.drillThroughGrid.actionBegin=function(e){var t="save"===e.requestType?"Save edited records":"add"===e.requestType?"Add new record":"delete"===e.requestType?"Remove record":"";r.parent.actionObj.actionName=t,r.parent.actionObj.actionName&&r.parent.actionBeginMethod()},this.parent.editSettings.allowCommandColumns?(this.drillThroughGrid.editSettings.mode="Normal",this.drillThroughGrid.editSettings.allowEditOnDblClick=!1,n.Grid.Inject(n.CommandColumn),this.drillThroughGrid.columns.push({headerText:this.parent.localeObj.getConstant("manageRecords"),width:160,showInColumnChooser:!1,commands:[{type:"Edit",buttonOption:{iconCss:" e-icons e-edit",cssClass:"e-flat"+(this.parent.cssClass?" "+this.parent.cssClass:"")}},{type:"Delete",buttonOption:{iconCss:"e-icons e-delete",cssClass:"e-flat"+(this.parent.cssClass?" "+this.parent.cssClass:"")}},{type:"Save",buttonOption:{iconCss:"e-icons e-update",cssClass:"e-flat"+(this.parent.cssClass?" "+this.parent.cssClass:"")}},{type:"Cancel",buttonOption:{iconCss:"e-icons e-cancel-icon",cssClass:"e-flat"+(this.parent.cssClass?" "+this.parent.cssClass:"")}}]})):this.drillThroughGrid.editSettings.allowEditOnDblClick=this.parent.editSettings.allowEditOnDblClick,this.drillThroughGrid.columns.push({field:"__index",visible:!1,isPrimaryKey:!0,type:"string",showInColumnChooser:!1,defaultValue:"0",validationRules:{required:!0}})}catch(e){this.parent.actionFailureMethod(e)}this.drillThroughGrid.actionComplete=function(e){"batchsave"!==e.requestType&&"save"!==e.requestType&&"delete"!==e.requestType||(h.isUpdated=!0),"batchsave"!==e.requestType&&"save"!==e.requestType||"edit"!==e.action||(h.isEdited=!0),r.parent.actionObj.actionName=r.parent.getActionCompleteName();var t={editInfo:{type:r.drillThroughGrid.editSettings.mode,action:e.requestType,data:i}};r.parent.actionObj.actionInfo=t,r.parent.actionObj.actionName&&r.parent.actionCompleteMethod(),("Normal"===h.drillThroughGrid.editSettings.mode&&"save"===e.requestType&&h.drillThroughGrid.element.querySelectorAll(".e-tbar-btn:hover").length>0&&!h.parent.editSettings.allowCommandColumns||"batchsave"===e.requestType)&&h.dialogPopUp.hide()},this.drillThroughGrid.beforeBatchSave=function(){h.isUpdated=!0}}else n.Grid.Inject(n.VirtualScroll);return document.body.appendChild(p),this.drillThroughGrid.isStringTemplate=!0,this.drillThroughGrid.appendTo(p),s.appendChild(o),s.appendChild(p),s},e.prototype.frameGridColumns=function(e){this.engine="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule;var i="olap"===this.parent.dataType?e[0]?Object.keys(e[0]):[]:Object.keys(this.engine.fieldList),a=[],r={};if(this.parent.dataSourceSettings.formatSettings.length>0)for(var n=0;n<this.parent.dataSourceSettings.formatSettings.length;n++)r[this.parent.dataSourceSettings.formatSettings[n].name]=this.parent.dataSourceSettings.formatSettings[n].format;if("olap"===this.parent.dataType)for(var s=0,o=i;s<o.length;s++){p=o[s];a.push({field:p.replace(/_x005B_|_x0020_|_x005D_|_x0024_/g,"").replace("].[","").split(".").reverse().join(""),headerText:p.replace(/_x005B_|_x005D_|_x0024_/g,"").replace(/_x0020_/g," ").replace("].[","").split(".").reverse().join("."),width:120,visible:!0,validationRules:{required:!0},format:t.isNullOrUndefined(r[p])?null:r[p],type:t.isNullOrUndefined(r[p])?"string":null})}else for(var l=0,d=i;l<d.length;l++){var p=d[l];if("CalculatedField"!==this.engine.fieldList[p].aggregateType){var h="",u=null,c=!("date"!==this.engine.fieldList[p].type&&"datetime"!==this.engine.fieldList[p].type||!(this.isDateFieldExist(p)||e[0]&&e[0][p]&&-1===e[0][p].toString().indexOf(" ")));"number"===this.engine.fieldList[p].type?(h="numericedit",u="number"):"date"===this.engine.fieldList[p].type&&c?(h="datepickeredit",u="date"):"datetime"===this.engine.fieldList[p].type&&c?(h="datetimepickeredit",u="date"):h="defaultedit",this.parent.engineModule.formatFields[p]&&(u=this.parent.engineModule.formatFields[p].type);var g=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(this.engine.fieldList[p].caption):this.engine.fieldList[p].caption;a.push({field:p,headerText:g,width:120,visible:this.engine.fieldList[p].isSelected,validationRules:{required:!0},editType:h,format:t.isNullOrUndefined(r[p])?void 0:r[p],type:t.isNullOrUndefined(r[p])?"string":u})}}return a},e.prototype.isDateFieldExist=function(e){for(t=0;t<this.parent.dataSourceSettings.formatSettings.length;t++)if(this.parent.dataSourceSettings.formatSettings[t].name===e&&this.parent.dataSourceSettings.formatSettings[t].type.indexOf("date")>-1)return!0;for(var t=0;t<this.parent.dataSourceSettings.fieldMapping.length;t++)if(this.parent.dataSourceSettings.fieldMapping[t].name===e&&this.parent.dataSourceSettings.fieldMapping[t].dataType&&this.parent.dataSourceSettings.fieldMapping[t].dataType.indexOf("date")>-1)return!0;return!1},e.prototype.formatData=function(e){for(var t=0;t<e.length;){for(var i=e[t],a=Object.keys(e[t]),r={},n=0;n<a.length;)r[a[n].replace(/_x005B_|_x0020_|_x005D_|_x0024_/g,"").replace("].[","").split(".").reverse().join("")]=i[a[n]],n++;e[t]=r,t++}},e.prototype.dataWithPrimarykey=function(e,t,i){for(var a=this.indexString.length>0?this.indexString:Object.keys(e.currentCell.indexObject),r=t,n=0,s=0,o=r;s<o.length;s++)o[s].__index=a[n],i[a[n].toString()]=Number(a[n]),n++;return r},e.prototype.drillthroughKeyActionHandler=function(e){switch(e.action){case"escape":this.processClose(e)}},e.prototype.processClose=function(e){var i=e.target;if(i&&t.closest(i,".e-popup.e-popup-open")){var a=t.getInstance(t.closest(i,".e-popup.e-popup-open"),r.Dialog);if(a&&!a.closeOnEscape){var n=a.element.getAttribute("data-fieldName");if(a.hide(),this.parent.element)for(var s=0,o=[].slice.call(this.parent.element.querySelectorAll(".e-pivot-button"));s<o.length;s++){var l=o[s];if(l.getAttribute("data-uid")===n){l.focus();break}}return void e.preventDefault()}}},e.prototype.destroy=function(){this.parent.isDestroyed||this.drillthroughKeyboardModule&&!this.drillthroughKeyboardModule.isDestroyed&&(this.drillthroughKeyboardModule.destroy(),this.drillthroughKeyboardModule=null)},e}(),Ie=function(){function e(e){this.parent=e,this.drillThroughDialog=new Ee(this.parent),this.addInternalEvents()}return e.prototype.getModuleName=function(){return"drillThrough"},e.prototype.addInternalEvents=function(){this.parent&&this.parent.on(Y,this.wireEvents,this)},e.prototype.wireEvents=function(){this.unWireEvents(),this.parent&&this.parent.element&&t.EventHandler.add(this.parent.element,"dblclick",this.mouseClickHandler,this)},e.prototype.unWireEvents=function(){this.parent.isDestroyed||this.parent&&this.parent.element&&!this.parent.isDestroyed&&t.EventHandler.remove(this.parent.element,"dblclick",this.mouseClickHandler)},e.prototype.mouseClickHandler=function(e){if(this.parent){var i=e.target,a=null;if(i.classList.contains("e-stackedheadercelldiv")||i.classList.contains("e-headercelldiv")||i.classList.contains("e-stackedheadertext")||i.classList.contains("e-headertext")?a=t.closest(i.parentElement,"th"):i.classList.contains("e-cellvalue")?a=i.parentElement:(i.classList.contains("e-headercell")||i.classList.contains("e-rowcell"))&&(a=i),a&&this.parent.pivotValues.length>0&&this.parent.dataSourceSettings.values.length>0&&(this.parent.allowDrillThrough||this.parent.editSettings.allowEditing)&&a.classList.contains("e-valuescontent")){var r=parseInt(a.getAttribute("aria-colindex"),10)-1,n=Number(a.getAttribute("index"));t.isNullOrUndefined(this.parent.pivotValues[n])||t.isNullOrUndefined(this.parent.pivotValues[n][r])||this.executeDrillThrough(this.parent.pivotValues[n][r],n,r,a)}}},e.prototype.executeDrillThrough=function(e,i,a,r){this.parent.drillThroughElement=r,this.parent.drillThroughValue=e;var n="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,s="",o="",l=[];if(!t.isNullOrUndefined(e.rowHeaders)&&!t.isNullOrUndefined(e.columnHeaders)){if("olap"===this.parent.dataType){var d=void 0,p=(d="row"===this.parent.dataSourceSettings.valueAxis?n.tupRowInfo[e.rowOrdinal]:n.tupColumnInfo[e.colOrdinal])?n.getUniqueName(d.measureName):e.actualText;if(n.fieldList[p]&&n.fieldList[p].isCalculatedField)return void this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("error"),this.parent.localeObj.getConstant("drillError"));s=n.fieldList[p||e.actualText].caption,o=n.fieldList[p||e.actualText].aggregateType;try{this.parent.olapEngineModule.getDrillThroughData(e,this.parent.maxRowsInDrillThrough),l=JSON.parse(n.gridJSON)}catch(e){return this.parent.olapEngineModule.errorInfo&&this.parent.actionFailureMethod(this.parent.olapEngineModule.errorInfo),this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("error"),this.parent.olapEngineModule.errorInfo?this.parent.olapEngineModule.errorInfo:n.gridJSON),void(this.parent.olapEngineModule.errorInfo=void 0)}}else if(s=n.fieldList[e.actualText.toString()]?n.fieldList[e.actualText.toString()].caption:e.actualText.toString(),o=n.fieldList[e.actualText]?n.fieldList[e.actualText].aggregateType:"","Server"===this.parent.dataSourceSettings.mode)this.parent.getEngine("fetchRawData",null,null,null,null,null,null,{rowIndex:i,columnIndex:a});else if(this.parent.allowDataCompression){var h=Object.keys(e.indexObject);this.drillThroughDialog.indexString=[];for(var u=0,c=h;u<c.length;u++)for(var g=c[u],m=0,f=this.parent.engineModule.groupRawIndex[Number(g)];m<f.length;m++){var v=f[m];l.push(this.parent.engineModule.actualData[v]),this.drillThroughDialog.indexString.push(v.toString())}}else for(var S=0,y=h=Object.keys(e.indexObject);S<y.length;S++){var b=y[S];l.push(this.parent.engineModule.data[Number(b)])}"Server"!==this.parent.dataSourceSettings.mode&&this.triggerDialog(s,o,l,e,r)}},e.prototype.frameData=function(e){for(var t=0,i=0,a=[];i<e.rawData.length;){for(var r={};t<e.gridColumns.length;)r[e.gridColumns[t].field]="Server"===this.parent.dataSourceSettings.mode?e.rawData[i][-1!==this.parent.engineModule.fields.indexOf(e.gridColumns[t].field)?this.parent.engineModule.fields.indexOf(e.gridColumns[t].field):0]:e.rawData[i][this.parent.engineModule.fieldKeys[e.gridColumns[t].field]],t++;a.push(r),i++,t=0}return e.rawData=a,e},e.prototype.triggerDialog=function(e,i,a,r,n){if(this.parent){var s="CalculatedField"===i?e.toString():""!==i?this.parent.localeObj.getConstant(i)+" "+this.parent.localeObj.getConstant("of")+" "+e:e;s=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(s):s;var o={currentTarget:n,currentCell:r,rawData:a,rowHeaders:"row"===this.parent.dataSourceSettings.valueAxis?this.parent.getRowText(Number(n.getAttribute("index")),0):""===r.rowHeaders?"":r.rowHeaders.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).join(" - "),columnHeaders:""===r.columnHeaders?"":r.columnHeaders.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).join(" - "),value:s+"("+r.formattedText+")",gridColumns:this.drillThroughDialog.frameGridColumns(a),cancel:!1};"CSV"===this.parent.dataSourceSettings.type&&(o=this.frameData(o));var l=this;this.parent.trigger("drillThrough",o,function(e){o.cancel||l.drillThroughDialog.showDrillThroughDialog(e,s)})}},e.prototype.destroy=function(){this.unWireEvents(),this.drillThroughDialog&&(this.drillThroughDialog.destroy(),this.drillThroughDialog=null)},e}(),Fe=function(){function e(e){this.headerColl={},this.maxLevel=0,this.columnGroupObject={},this.selectedLegend=0,this.chartSeriesInfo={},this.measurePos=-1,this.measuresNames={},this.accumulationType=["Pie","Pyramid","Doughnut","Funnel"],this.isChartInitial=!0,this.parent=e}return e.prototype.getModuleName=function(){return"pivotChart"},e.prototype.loadChart=function(e,a){if(this.parent=e,this.measuresNames={},this.engineModule="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,this.dataSourceSettings=this.parent.dataSourceSettings,this.chartSettings=a,!("olap"===e.dataType?""!==e.dataSourceSettings.url&&!e.olapEngineModule.isEmptyData&&e.olapEngineModule.tupColumnInfo.length>0&&e.olapEngineModule.tupRowInfo.length>0&&(!t.isNullOrUndefined(e.olapEngineModule.colMeasurePos)||!t.isNullOrUndefined(e.olapEngineModule.rowMeasurePos)):"Server"===this.parent.dataSourceSettings.mode?!t.isNullOrUndefined(e.dataSourceSettings.url)&&""!==e.dataSourceSettings.url&&e.dataSourceSettings.values.length>0&&!e.engineModule.isEmptyData:e.dataSourceSettings.values.length>0&&e.dataSourceSettings.dataSource&&(e.dataSourceSettings.dataSource.length>0||e.dataSourceSettings.dataSource instanceof i.DataManager)&&!e.engineModule.isEmptyData))return this.parent.chart?(this.parent.element.querySelector(".e-chart")?(this.parent.chart.series=[],this.parent.chart.rows=[],this.parent.chart.primaryXAxis.title="",this.parent.chart.primaryYAxis.title="",this.parent.chart.primaryXAxis.multiLevelLabels=[],this.parent.chart.primaryYAxis.multiLevelLabels=[],this.parent.chart.axes.length>0&&(this.parent.chart.axes[0].title=""),this.parent.chart.primaryXAxis.zoomFactor=t.isNullOrUndefined(this.parent.chartSettings.primaryXAxis.zoomFactor)?1:this.parent.chartSettings.primaryXAxis.zoomFactor):this.parent.element.querySelector(".e-accumulationchart")&&(this.parent.chart.series[0].dataSource=[{}],this.parent.chart.series[0].dataLabel={}),void this.parent.chart.refresh()):(this.parent.appendChartElement(),this.parent.enableVirtualization&&this.isChartInitial&&(this.isChartInitial=!1,this.parent.onContentReady()),void this.parent.notify(Y,{}));this.parent.chart||!this.parent.element.querySelector(".e-chart")&&!this.parent.element.querySelector(".e-accumulationchart")||t.remove(t.select("#"+this.parent.element.id+"_chart",this.parent.element)),this.chartSettings.enableMultipleAxis&&this.accumulationType.indexOf(a.chartSeries.type)<0&&"Pareto"!==this.chartSettings.chartSeries.type?this.measureList=this.dataSourceSettings.values.map(function(e){return e.name}):this.measureList=[""===a.value?this.dataSourceSettings.values[0].name:a.value];for(var r=0,n=this.dataSourceSettings.values;r<n.length;r++){var s=(O=n[r]).name.replace(/[^A-Z0-9]+/gi,"_");this.measuresNames[O.name]=s,this.measuresNames[s]=O.name,"Polar"!==this.chartSettings.chartSeries.type&&"Radar"!==this.chartSettings.chartSeries.type||(this.measuresNames[O.caption?O.caption:O.name]=O.name)}this.columnGroupObject={},this.accEmptyPoint=!1;var o=this.engineModule.pivotValues;this.currentMeasure=a.enableMultipleAxis&&this.accumulationType.indexOf(a.chartSeries.type)<0&&"Pareto"!==this.chartSettings.chartSeries.type?this.measureList[0]:(""===a.value||0===this.dataSourceSettings.values.filter(function(e){return e.name===a.value}).length)&&this.dataSourceSettings.values.length>0?this.dataSourceSettings.values[0].name:a.value;var l,d,p,h=this.getColumnTotalIndex(o),u=Object.keys(o),c={},g=0,m=-.5;this.headerColl={},this.maxLevel=0;var f,v={},S="",y="",b="";this.chartSeriesInfo={},this.selectedLegend=0;for(var C=!1,x={},w=!1,T=this.parent.dataSourceSettings.valueSortSettings.headerDelimiter,M=0,D=this.dataSourceSettings.values;M<D.length;M++){var O=D[M];x[s=O.name]=O.caption?O.caption:s,x[O.caption?O.caption:s]=s}if("olap"===this.parent.dataType){var P=[];v=this.groupHierarchyWithLevels(o,P),S=P[P.length-1],b=y=this.measurePos===P.length-1&&P.length>1?P[P.length-2]:S}for(var N=0,E=0,I=0,F=!1,L=0,A=0,R=0,k=0,j=u;k<j.length;k++){var H=j[k],q=Number(H),V=void 0,U=!1,_=void 0,G=void 0;if((_=F?o[q-A][this.parent.engineModule.rowMaxLevel]:o[q]&&o[q]["Tabular"===this.parent.gridSettings.layout?this.parent.engineModule.rowMaxLevel:0])&&(G=A===_.level?1:A+1),"Tabular"===this.parent.gridSettings.layout&&(!this.parent.dataSourceSettings.showSubTotals||!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals)&&_&&o[q-(A===_.level?1:A+1)]&&o[q-G][this.parent.engineModule.rowMaxLevel]){var z=F?o[q-(A+1)][this.parent.engineModule.rowMaxLevel]:o[q-G][this.parent.engineModule.rowMaxLevel],W=z.valueSort.levelName.split(T),Q=(se=_.valueSort.levelName).split(T),K=z.formattedText.split(" ");V=B.isMemberDrilled(z,K,this.parent.dataSourceSettings.drilledMembers);for(var X=W.length-2-R;X>=0;X--)if(W[X]!==Q[X]&&!V){if(1!==L){_=F?o[q-(A+1)][X]:o[q-(A===_.level?1:A+1)][X],U=!0,F=!0,L++,A++;var J=Number(u[u.length-1])+1;u[u.length]=J.toString(),W[X-1]&&W[X-1]!==Q[X-1]?(L=0,R++):R=0}else L--;break}}if(!t.isNullOrUndefined(o[q-A])){var Z="Tabular"===this.parent.gridSettings.layout?this.parent.engineModule.rowMaxLevel:0,$=o[q-A][Z],ee=$&&$.valueSort&&!t.isNullOrUndefined($.valueSort.levelName)?$.valueSort.levelName.toString().split(T):void 0;if(w=!1,ee&&"Grand Total"!==ee[0]&&((a.enableMultipleAxis&&this.accumulationType.indexOf(a.chartSeries.type)<0&&"Pareto"!==this.chartSettings.chartSeries.type||ee.indexOf(x[this.currentMeasure])>-1)&&(w=!0),!w)){for(var te=0,ie=ee;te<ie.length;te++)if(x[ge=ie[te]]){w=!0;break}w=!w}if($&&"row"===$.axis&&(0===this.dataSourceSettings.rows.length||"grand sum"!==$.type&&w)){if("Tabular"!==this.parent.gridSettings.layout&&_.isSum)continue;var ae="olap"===this.parent.dataType?this.engineModule.tupRowInfo[_.ordinal]:void 0,re=-1,ne=_.level;if("olap"===this.parent.dataType)C="[Measures]"===_.hierarchy?C:this.isAttributeDrill(_.hierarchy,ae.drillInfo),b=b===y?y:"[Measures]"===_.hierarchy||_.isNamedSet||this.engineModule.fieldList[_.hierarchy]&&!this.engineModule.fieldList[_.hierarchy].hasAllMember?y:b,re=ae.drillInfo.length-1,3===_.memberType||ae.measureName&&ae.measureName!==this.dataSourceSettings.values[0].name||(c=0===(g=(d=void 0===d?_.levelUniqueName:d)===_.levelUniqueName?0:g)?{}:c,g=p&&d!==_.levelUniqueName?p.hierarchy===_.hierarchy?g+(_.level-p.level):t.isNullOrUndefined(c[_.levelUniqueName])?v[_.hierarchy].start:c[_.levelUniqueName]:g,c[_.levelUniqueName]=g,ne=g,m+=!p||b!==p.hierarchy||p.isDrilled&&p.hasChild?0:1,b=C?_.hierarchy:y,l=g,p=_);else if("value"!==_.type){if("Tabular"===this.parent.gridSettings.layout){var se=_.valueSort.levelName,Q=se.split(T),oe=_.formattedText.split(" ");V=B.isMemberDrilled(_,Q,this.parent.dataSourceSettings.drilledMembers);for(var le=ee.length-2!=this.parent.engineModule.rowMaxLevel-1?ee.length-2:this.parent.engineModule.rowMaxLevel-1,de=0;de<=this.parent.engineModule.rowMaxLevel;de++)if(this.headerColl[m]&&this.headerColl[m][de]||U){if(_.isSum||U){if(_.level>0){m-=_.level===this.parent.engineModule.rowMaxLevel-1?N-1:E-1,_.formattedText=!this.parent.dataSourceSettings.showSubTotals||!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?_.formattedText:oe.length>2?oe.slice(0,oe.length-1).join(" "):oe[0],_.hasChild=!0;break}m-=I-1,_.formattedText=!this.parent.dataSourceSettings.showSubTotals||!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?_.formattedText:oe.length>2?oe.slice(0,oe.length-1).join(" "):oe[0],_.hasChild=!0;break}if(this.headerColl[m][de]&&ee[le]!==this.headerColl[m][de].name){m++;break}}_.isSum||U||(N++,E++,I++),this.parent.dataSourceSettings.expandAll?_.isDrilled=!V:_.isDrilled=!!V}else void 0===l||l<ne||m++;l=ne}this.maxLevel=ne>this.maxLevel?ne:this.maxLevel;var pe="olap"===this.parent.dataType?_.formattedText:_.actualText?_.actualText.toString():_.formattedText.toString(),he=this.engineModule.fieldList[this.currentMeasure],ue=0===this.parent.dataSourceSettings.rows.length?this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(he.aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+(t.isNullOrUndefined(he.caption)?he.name:he.caption):_.formattedText?_.formattedText.toString():pe,ce=_.hasChild&&!_.isNamedSet?(_.isDrilled?" - ":" + ")+ue:ue,ge=ae?ae.uNameCollection:_.valueSort.levelName.toString(),me={name:pe,text:ce,hasChild:_.hasChild,isDrilled:_.isDrilled,levelName:ge,level:ne,fieldName:_.valueSort.axis?_.valueSort.axis.toString():"",rowIndex:q-A,colIndex:0,cell:_};("olap"===this.parent.dataType?3!==_.memberType:"value"!==_.type)&&(this.headerColl[m]?this.headerColl[m][ne]=me:(this.headerColl[m]={},this.headerColl[m][ne]=me),"Tabular"===this.parent.gridSettings.layout&&((_.isSum||U)&&(_.level>0?m+=_.level===this.parent.engineModule.rowMaxLevel-1?N-1:E-1:m+=I-1),0===_.level?(E=0,N=0,I=0):_.level===this.parent.engineModule.rowMaxLevel-1?N=0:_.level<this.parent.engineModule.rowMaxLevel-1&&0!==_.level&&(N=0,E=0)));var fe="Tabular"===this.parent.gridSettings.layout?o[q-A]:o[q],ve=Object.keys(fe),Se=void 0;if("olap"===this.parent.dataType)f=3!==_.memberType?_:f;else if(f="value"!==_.type?_:f,"value"!==_.type)f=_;else{var ye=_&&_.valueSort&&_.valueSort.levelName&&_.valueSort.levelName.toString().split(T),be=void 0;if(ye&&ye.length>0&&(ye.splice(ye.length-1,1),be=ye.join(T)),this.parent.dataSourceSettings.valueIndex<=0||this.engineModule.valueAxis&&this.dataSourceSettings.rows.length===this.engineModule.measureIndex||t.isNullOrUndefined(f.valueSort)||be===f.valueSort.levelName)f=f;else for(var Ce=q;Ce>-1;)o[Ce]&&o[Ce][0]&&o[Ce][0].valueSort&&o[Ce][0].valueSort.levelName===be&&(f=o[Ce][0],Ce=0),Ce--}for(var xe="Tabular"===this.parent.gridSettings.layout?this.parent.engineModule.rowMaxLevel:0;xe<ve.length;xe++){var we=ve[xe],Te=Number(we),Me=o[q-A][Te],De=!t.isNullOrUndefined(Me.rowHeaders)||0===this.dataSourceSettings.rows.length,Oe="olap"===this.parent.dataType&&ae&&ae.measureName?ae.measureName:Me.actualText;if(("olap"!==this.parent.dataType||!Me.isGrandSum)&&!h[Me.colIndex]&&"value"===Me.axis&&"header"!==_.type&&""!==Oe&&(a.enableMultipleAxis&&this.accumulationType.indexOf(a.chartSeries.type)<0&&"Pareto"!==this.chartSettings.chartSeries.type||Oe===this.currentMeasure)){if(t.isNullOrUndefined(_.members)&&(_.members=[]),"olap"===this.parent.dataType?S!==_.hierarchy&&!C||(3===_.memberType&&Se?re!==this.measurePos||Se.isDrilled&&Se.hasChild:_.isDrilled&&_.hasChild):("value"===_.type&&Se?!t.isNullOrUndefined(Se.members)&&Se.hasChild&&Se.isDrilled:_.hasChild&&_.isDrilled)||!De)break;if("olap"===this.parent.dataType&&!0===Me.isSum&&"row"===this.parent.dataSourceSettings.valueAxis)continue;var Pe="";if("olap"===this.parent.dataType)Pe=Me.columnHeaders.toString().split(/~~|::/).join(" - ");else{var Ne=Me.columnHeaders.toString().split(T);Pe=B.formatChartHeaders(Ne,this,!0,Me)}var Ee="";if("olap"===this.parent.dataType)Ee=Me.rowHeaders.toString().split(/~~|::/).join(" - ");else{var Ie=Me.rowHeaders.toString().split(T);Ee=B.formatChartHeaders(Ie,this,!1,Me)}var Fe=Pe+" | "+Oe;this.chartSeriesInfo[Pe]={uniqueName:Pe,caption:Me.hierarchyName&&Me.hierarchyName.toString().split(T).join(" - "),colorIndex:[]},this.chartSeriesInfo[this.chartSeriesInfo[Pe].caption]=this.chartSeriesInfo[Pe];var Le="pivot"===this.parent.dataType&&this.engineModule.aggregatedValueMatrix[q]&&!t.isNullOrUndefined(this.engineModule.aggregatedValueMatrix[q][Te])?Number(this.engineModule.aggregatedValueMatrix[q][Te]):t.isNullOrUndefined(Me.value)?Me.value:Number(Me.value);0===(Le=Le===1/0?null:Le)&&(this.accEmptyPoint=!0),this.columnGroupObject[Fe]?this.columnGroupObject[Fe].push({x:0===this.dataSourceSettings.rows.length?_.formattedText:Ee,y:Le,rIndex:q-A,cIndex:Te}):this.columnGroupObject[Fe]=[{x:0===this.dataSourceSettings.rows.length?_.formattedText:Ee,y:Le,rIndex:q-A,cIndex:Te}]}Se=f}}}}this.refreshChart()},e.prototype.refreshChart=function(){this.chartSeries=[];var e=0,i={},a=Object.keys(this.columnGroupObject);this.persistSettings=JSON.parse(this.parent.getChartSettings()).chartSettings;for(var r=this.persistSettings.palettes&&this.persistSettings.palettes.length>0?this.persistSettings.palettes:u.getSeriesColor(this.chartSettings.theme),n=this.parent.chartSettings.columnDelimiter?this.parent.chartSettings.columnDelimiter:"-",s=this.parent.chartSettings.columnHeader&&""!==this.parent.chartSettings.columnHeader?this.parent.chartSettings.columnHeader.split(n).join(" - "):"",o=this.chartSettings.chartSeries?this.chartSettings.chartSeries.type:void 0,l={},d=0;d<this.parent.dataSourceSettings.values.length;d++)l[this.parent.dataSourceSettings.values[d].name]=t.isNullOrUndefined(this.parent.dataSourceSettings.values[d].caption)?void 0:this.parent.dataSourceSettings.values[d].caption;if(this.accumulationType.indexOf(o)>-1&&a.length>0){this.currentColumn=a.indexOf(s+" | "+this.currentMeasure)>-1&&void 0!==s?s+" | "+this.currentMeasure:a[0];g={};g=this.persistSettings.chartSeries?this.frameChartSeries(this.persistSettings.chartSeries):g,(t.isNullOrUndefined(g.palettes)||0===g.palettes.length)&&!t.isNullOrUndefined(this.persistSettings.palettes)&&this.persistSettings.palettes.length>0&&(g.palettes=this.persistSettings.palettes),g.dataSource=this.columnGroupObject[this.currentColumn],g.xName="x",g.yName="y",this.persistSettings.chartSeries&&this.persistSettings.chartSeries.dataLabel?(g.dataLabel=this.persistSettings.chartSeries.dataLabel,g.dataLabel.name="x"):(g.dataLabel={visible:!0,position:"Outside",name:"x"},this.parent.setProperties({chartSettings:{chartSeries:{dataLabel:{visible:!0,position:"Outside"}}}},!0)),this.accEmptyPoint&&g.emptyPointSettings?g.emptyPointSettings.mode="Zero":this.accEmptyPoint&&(g.emptyPointSettings={mode:"Zero"}),g.name=this.currentColumn,"Doughnut"===o?(g.type="Pie",g.innerRadius=this.chartSettings.chartSeries.innerRadius?this.chartSettings.chartSeries.innerRadius:"40%"):"Pie"===o&&(g.innerRadius=this.chartSettings.chartSeries.innerRadius?this.chartSettings.chartSeries.innerRadius:"0"),this.chartSeries=this.chartSeries.concat(g)}else for(var p=0,h=a;p<h.length;p++){var c=h[p],g={};g=this.persistSettings.chartSeries?this.frameChartSeries(this.persistSettings.chartSeries):g,!t.isNullOrUndefined(g.palettes)&&g.palettes.length>0&&(t.isNullOrUndefined(this.persistSettings.palettes)||0===this.persistSettings.palettes.length)&&(this.chartSettings.palettes=g.palettes);for(d=0;d<this.columnGroupObject[c].length;d++){var m=this.engineModule.fieldList[this.currentMeasure];this.columnGroupObject[c][d].x=0!==this.parent.dataSourceSettings.rows.length||this.chartSettings.showMultiLevelLabels?""===this.columnGroupObject[c][d].x?this.parent.localeObj.getConstant("blank"):this.columnGroupObject[c][d].x:this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(m.aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+(t.isNullOrUndefined(m.caption)?m.name:m.caption)}g.dataSource=this.columnGroupObject[c],g.xName="x",g.yName="y",g.visible=!0;for(var f=void 0,v=void 0,S=void 0,d=0,y=c.split(" | ");d<y.length;d++)this.measuresNames&&this.measuresNames[y[d]]&&(v=y[d],S=c.split(" | "+v)[0]);if(this.chartSettings.enableMultipleAxis){var b=v;f=S+" | "+(b=t.isNullOrUndefined(l[b])?b:l[b])}if(g.name=this.chartSettings.enableMultipleAxis?f:S,this.chartSettings.showPointColorByMembers&&this.chartSettings.enableMultipleAxis){g.name=S;var C=this.chartSeriesInfo[g.name].caption;g.name=void 0!==C&&null!==C?C:g.name,i[g.name]?(g.fill=i[g.name].color,this.chartSeriesInfo[g.name].colorIndex.push(this.selectedLegend++),g.name=void 0):(e=r[e]?e:0,i[g.name]={name:g.name,color:r[e]},g.fill=r[e++],this.chartSeriesInfo[g.name].colorIndex.push(this.selectedLegend++))}if(["Radar","Polar"].indexOf(o)<0){var x=v;g.tooltipMappingName=this.measuresNames[x],g.yAxisName=this.chartSettings.enableMultipleAxis&&"Combined"===this.chartSettings.multipleAxisMode?this.measureList.join("_"):this.measuresNames[x]?this.measuresNames[x]:x}this.persistSettings.chartSeries&&this.persistSettings.chartSeries.emptyPointSettings&&(g.emptyPointSettings=this.persistSettings.chartSeries.emptyPointSettings),g.emptyPointSettings||(g.emptyPointSettings={mode:"Zero"}),this.chartSeries=this.chartSeries.concat(g)}var w={series:this.chartSeries,cancel:!1},T=this;this.parent.trigger("chartSeriesCreated",w,function(e){e.cancel?(T.element&&t.remove(T.element),T.parent.notify(Y,{})):T.bindChart()})},e.prototype.frameObjectWithKeys=function(e){for(var t=Object.keys(e),i=0,a={};i<t.length;)a[t[i]]=e[t[i]],i++;return a},e.prototype.frameChartSeries=function(e){for(var t=Object.keys(e),i=0,a={};i<t.length;)this.accumulationType.indexOf(this.parent.chartSettings.chartSeries.type)>-1&&["fill","dashArray","width","segmentAxis","drawType","isClosed","segments","stackingGroup","marker","errorBar","trendlines","minRadius","splineType","maxRadius","cardinalSplineTension","columnWidth","columnSpacing","cornerRadius"].indexOf(t[i])>-1||this.accumulationType.indexOf(this.parent.chartSettings.chartSeries.type)<0&&["endAngle","explode","explodeAll","explodeIndex","explodeOffset","gapRatio","groupMode","groupTo","neckHeight","neckWidth","pyramidMode","startAngle","dataLabel","innerRadius"].indexOf(t[i])>-1?i++:(a[t[i]]=e[t[i]],i++);return a},e.prototype.bindChart=function(){this.parent.showWaitingPopup();var e=this.configXAxis(),i=this.configTooltipSettings(),a=this.configLegendSettings(),n=this.configZoomSettings(),s=this.frameAxesWithRows(),o=this.chartSettings.chartSeries.type;"Both"===this.parent.displayOption.view?this.element="Chart"===this.parent.displayOption.primary?this.parent.element.insertBefore(this.element?this.element:t.createElement("div",{className:H,id:this.parent.element.id+"_chart"}),this.parent.element.querySelector(".e-grid")):this.parent.element.appendChild(this.element?this.element:t.createElement("div",{className:H,id:this.parent.element.id+"_chart"})):this.element||(this.element=this.parent.element.appendChild(t.createElement("div",{className:H,id:this.parent.element.id+"_chart"}))),!this.chartElement&&this.parent.chartSettings.enableScrollOnMultiAxis&&this.parent.chartSettings.enableMultipleAxis&&"Pareto"!==this.chartSettings.chartSeries.type&&(this.parent.element.querySelector("."+H).innerHTML="",this.chartElement=this.parent.element.querySelector("."+H).appendChild(t.createElement("div",{className:"e-pivotchart-inner",id:this.parent.element.id+"_chartInner"}))),this.parent.element.querySelector(".e-pivotchart-inner")&&(this.parent.element.querySelector(".e-pivotchart-inner").innerHTML=""),this.parent.showGroupingBar?this.element.style.minWidth=this.parent.minWidth?this.parent.minWidth+"px":"400px !important":this.element.style.minWidth=this.parent.minWidth?this.parent.minWidth+"px":"310px !important";var l=this.parent.width.toString();this.parent.showToolbar&&this.parent.grid&&(l=this.parent.getGridWidthAsNumber().toString());var d=this.getChartHeight();this.parent.chartSettings.enableScrollOnMultiAxis&&this.parent.chartSettings.enableMultipleAxis&&this.accumulationType.indexOf(o)<0&&"Pareto"!==this.chartSettings.chartSeries.type&&(this.parent.element.querySelector("."+H).style.height=("auto"===d?this.getChartAutoHeight():d)+"px",this.parent.element.querySelector("."+H).style.width=l+"px","Polar"!==this.parent.chartSettings.chartSeries.type&&"Radar"!==this.parent.chartSettings.chartSeries.type&&(this.parent.element.querySelector("."+H).style.overflow="auto",this.parent.element.querySelector("."+H).style.overflowX="hidden")),this.parent.chart&&("accumulationchart"===this.parent.chart.getModuleName()&&this.accumulationType.indexOf(o)<0||"chart"===this.parent.chart.getModuleName()&&this.accumulationType.indexOf(o)>-1&&"Pareto"!==this.chartSettings.chartSeries.type)&&(this.parent.chart.destroy(),t.select("#"+this.parent.element.id+"_chart",this.parent.element)&&(t.select("#"+this.parent.element.id+"_chart",this.parent.element).innerHTML="",t.select("#"+this.parent.element.id+"_chart",this.parent.element).appendChild(t.createElement("div",{className:"e-pivotchart-inner",id:this.parent.element.id+"_chartInner"})))),!(this.parent.chart&&this.parent.chart.element&&this.parent.element.querySelector(".e-chart")||this.parent.element.querySelector(".e-accumulationchart"))||this.parent.toolbarModule&&this.parent.toolbarModule.isMultiAxisChange?(this.parent.toolbarModule&&this.parent.toolbarModule.isMultiAxisChange&&this.parent.chart&&(this.parent.chart.isDestroyed||this.parent.chart.destroy(),this.parent.chart=void 0,t.select("#"+this.parent.element.id+"_chart",this.parent.element).innerHTML="",t.select("#"+this.parent.element.id+"_chart",this.parent.element).appendChild(t.createElement("div",{className:"e-pivotchart-inner",id:this.parent.element.id+"_chartInner"})),this.parent.toolbarModule.isMultiAxisChange=!1),u.Chart.Inject(u.ColumnSeries,u.StackingColumnSeries,u.RangeColumnSeries,u.BarSeries,u.StackingBarSeries,u.ScatterSeries,u.BubbleSeries,u.LineSeries,u.StepLineSeries,u.SplineSeries,u.SplineAreaSeries,u.MultiColoredLineSeries,u.PolarSeries,u.RadarSeries,u.AreaSeries,u.RangeAreaSeries,u.StackingAreaSeries,u.StepAreaSeries,u.StackingLineSeries,u.MultiColoredAreaSeries,u.ParetoSeries,u.Legend,u.Tooltip,u.Category,u.MultiLevelLabel,u.ScrollBar,u.Zoom,u.Export,u.Crosshair,u.Selection,u.StripLine,u.DataLabel),u.AccumulationChart.Inject(u.PieSeries,u.FunnelSeries,u.PyramidSeries,u.AccumulationDataLabel,u.AccumulationLegend,u.AccumulationTooltip,u.Export),this.accumulationType.indexOf(o)>-1?this.parent.chart=new u.AccumulationChart({series:this.chartSeries.length>0?this.chartSeries:[{}],legendSettings:a,tooltip:i,width:l,height:d.toString(),title:this.chartSettings.title,enableSmartLabels:this.chartSettings.enableSmartLabels,center:this.chartSettings.pieCenter,enableBorderOnMouseMove:this.chartSettings.enableBorderOnMouseMove,highlightMode:this.chartSettings.highlightMode,highlightPattern:this.chartSettings.highlightPattern,titleStyle:this.chartSettings.titleStyle,subTitle:this.chartSettings.subTitle,subTitleStyle:this.chartSettings.subTitleStyle,margin:this.chartSettings.margin,border:this.chartSettings.border,background:this.chartSettings.background,theme:this.chartSettings.theme,selectionMode:this.chartSettings.accumulationSelectionMode,isMultiSelect:this.chartSettings.isMultiSelect,enableExport:this.chartSettings.enableExport,selectedDataIndexes:this.chartSettings.selectedDataIndexes,enableAnimation:this.chartSettings.enableAnimation,useGroupingSeparator:this.chartSettings.useGroupingSeparator,locale:this.parent.locale,enableRtl:this.parent.enableRtl,beforePrint:this.beforePrint.bind(this),animationComplete:this.animationComplete.bind(this),legendRender:this.legendRender.bind(this),textRender:this.textRender.bind(this),pointRender:this.pointRender.bind(this),seriesRender:this.seriesRender.bind(this),chartMouseMove:this.chartMouseMove.bind(this),chartMouseClick:this.chartMouseClick.bind(this),pointMove:this.pointMove.bind(this),pointClick:this.pointClick.bind(this),chartMouseLeave:this.chartMouseLeave.bind(this),chartMouseDown:this.chartMouseDown.bind(this),chartMouseUp:this.chartMouseUp.bind(this),tooltipRender:this.tooltipRender.bind(this),loaded:this.loaded.bind(this),load:this.load.bind(this),resized:this.resized.bind(this)}):this.parent.chart=new u.Chart({series:this.chartSeries.length>0?this.chartSeries:[{}],legendSettings:a,tooltip:i,zoomSettings:n,axes:"Polar"===o||"Radar"===o?[]:s.axes,rows:"Polar"===o||"Radar"===o?[{}]:"Bar"===o||"StackingBar"===o||"StackingBar100"===o||"Pareto"===o&&this.chartSettings.enableMultipleAxis?[{height:"100%"}]:s.rows,columns:"Polar"===o||"Radar"===o?[{}]:"Bar"===o||"StackingBar"===o||"StackingBar100"===o&&this.chartSettings.enableMultipleAxis?s.columns:[{width:"100%"}],primaryYAxis:"Polar"===o||"Radar"===o?s.axes[0]:{visible:!1},primaryXAxis:e,width:l,height:"Polar"!==this.parent.chartSettings.chartSeries.type&&"Radar"!==this.parent.chartSettings.chartSeries.type&&this.parent.chartSettings.enableScrollOnMultiAxis&&this.parent.chartSettings.enableMultipleAxis&&"Pareto"!==this.parent.chartSettings.chartSeries.type&&this.parent.dataSourceSettings.values.length>0?Number(d)>235*this.parent.dataSourceSettings.values.length+100?isNaN(Number(d))?d.toString():(Number(d)-5).toString():!isNaN(Number(d))||this.parent.dataSourceSettings.values.length>1?(235*this.parent.dataSourceSettings.values.length+100).toString():d.toString():d.toString(),title:this.chartSettings.title,titleStyle:this.chartSettings.titleStyle,subTitle:this.chartSettings.subTitle,subTitleStyle:this.chartSettings.subTitleStyle,margin:this.chartSettings.margin,border:this.chartSettings.border,background:this.chartSettings.background,chartArea:t.isNullOrUndefined(this.persistSettings.chartArea)?this.chartSettings.chartArea:this.persistSettings.chartArea,palettes:this.chartSettings.palettes,theme:this.chartSettings.theme,crosshair:this.chartSettings.crosshair,selectionMode:this.chartSettings.selectionMode,isMultiSelect:this.chartSettings.isMultiSelect,enableExport:this.chartSettings.enableExport,selectedDataIndexes:this.chartSettings.selectedDataIndexes,isTransposed:this.chartSettings.isTransposed,enableAnimation:this.chartSettings.enableAnimation,enableCanvas:this.chartSettings.enableCanvas,useGroupingSeparator:this.chartSettings.useGroupingSeparator,description:this.chartSettings.description,tabIndex:this.chartSettings.tabIndex,locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableSideBySidePlacement:this.chartSettings.enableSideBySidePlacement,beforePrint:this.beforePrint.bind(this),animationComplete:this.animationComplete.bind(this),legendRender:this.legendRender.bind(this),textRender:this.textRender.bind(this),pointRender:this.pointRender.bind(this),seriesRender:this.seriesRender.bind(this),chartMouseMove:this.chartMouseMove.bind(this),chartMouseClick:this.chartMouseClick.bind(this),pointMove:this.pointMove.bind(this),pointClick:this.pointClick.bind(this),chartMouseLeave:this.chartMouseLeave.bind(this),chartMouseDown:this.chartMouseDown.bind(this),chartMouseUp:this.chartMouseUp.bind(this),dragComplete:this.dragComplete.bind(this),zoomComplete:this.zoomComplete.bind(this),scrollStart:this.scrollStart.bind(this),scrollEnd:this.scrollEnd.bind(this),scrollChanged:this.scrollChanged.bind(this),tooltipRender:this.tooltipRender.bind(this),legendClick:this.legendClick.bind(this),loaded:this.loaded.bind(this),load:this.load.bind(this),resized:this.resized.bind(this),axisLabelRender:this.axisLabelRender.bind(this),multiLevelLabelClick:this.multiLevelLabelClick.bind(this),axisMultiLabelRender:this.multiLevelLabelRender.bind(this)}),this.parent.chart.isStringTemplate=!0):(this.parent.chart.series=this.chartSeries,this.parent.chart.title=this.parent.chartSettings.title,this.parent.chart.subTitle=this.parent.chartSettings.subTitle,this.parent.chart.background=this.parent.chartSettings.background,this.parent.chart.theme=this.parent.chartSettings.theme,this.parent.chart.legendSettings=a,this.parent.chart.selectionMode=this.parent.chartSettings.selectionMode,this.parent.chart.enableExport=this.chartSettings.enableExport,this.parent.chart.isMultiSelect=this.parent.chartSettings.isMultiSelect,this.parent.chart.enableAnimation=this.parent.chartSettings.enableAnimation,this.parent.chart.useGroupingSeparator=this.parent.chartSettings.useGroupingSeparator,this.parent.chart.highlightPattern=this.parent.chartSettings.highlightPattern,this.accumulationType.indexOf(o)>-1?(this.parent.chart.enableBorderOnMouseMove=this.parent.chartSettings.enableBorderOnMouseMove,this.parent.chart.highlightMode=this.parent.chartSettings.highlightMode,this.parent.chart.enableSmartLabels=this.parent.chartSettings.enableSmartLabels):(this.parent.chart.palettes=this.parent.chartSettings.palettes,this.parent.chart.isTransposed=this.parent.chartSettings.isTransposed,this.parent.chart.enableSideBySidePlacement=this.parent.chartSettings.enableSideBySidePlacement,this.parent.chart.tabIndex=this.parent.chartSettings.tabIndex,this.parent.chart.description=this.parent.chartSettings.description,this.parent.chart.enableCanvas=this.parent.chartSettings.enableCanvas),"Polar"===o||"Radar"===o?(this.parent.chart.primaryXAxis=e,this.parent.chart.primaryYAxis.visible=!0,this.parent.chart.primaryYAxis=s.axes[0],this.parent.chart.axes=[],this.parent.chart.rows=[{}]):this.accumulationType.indexOf(o)<0&&"chart"===this.parent.chart.getModuleName()&&(this.parent.chart.primaryYAxis.visible=!1,this.parent.chart.primaryXAxis=e,this.parent.chart.axes=s.axes,"Bar"===o||"StackingBar"===o||"StackingBar100"===o&&this.chartSettings.enableMultipleAxis?(this.parent.chart.rows=[{height:"100%"}],this.parent.chart.columns=s.columns):"Pareto"===o&&this.chartSettings.enableMultipleAxis?(this.parent.chart.rows=[{height:"100%"}],this.parent.chart.columns=[{width:"100%"}]):(this.parent.chart.rows=s.rows,this.parent.chart.columns=[{width:"100%"}])),this.parent.chart.refresh(),this.accumulationType.indexOf(o)>-1&&"accumulationchart"===this.parent.chart.getModuleName()&&(0===this.parent.dataSourceSettings.rows.length||0===this.parent.dataSourceSettings.columns.length)&&(this.parent.hideWaitingPopup(),this.parent.pivotFieldListModule&&r.hideSpinner(this.parent.pivotFieldListModule.fieldListSpinnerElement))),this.parent.chartSettings.enableScrollOnMultiAxis&&this.parent.chartSettings.enableMultipleAxis?this.parent.chart.appendTo(t.select("#"+this.parent.element.id+"_chartInner",this.parent.element)):this.parent.chart.appendTo(t.select("#"+this.parent.element.id+"_chart",this.parent.element))},e.prototype.legendClick=function(e){if(this.chartSettings.showPointColorByMembers&&this.chartSettings.enableMultipleAxis)for(var t=this.chartSeriesInfo[e.legendText].colorIndex,i=1;i<t.length;i++)e.chart.series[t[i]].visible=!e.chart.series[t[i]].visible;this.parent.trigger("chartLegendClick",e)},e.prototype.pointClick=function(e){var t=e.series.dataSource?e.series.dataSource:this.parent.chart.series[e.seriesIndex].dataSource;if((["Pie","Funnel","Doughnut","Pyramid","Radar","Polar"].indexOf(this.parent.chartSettings.chartSeries.type)>-1||!this.parent.chartSettings.showMultiLevelLabels)&&("olap"===this.parent.dataType||this.parent.dataSourceSettings.rows.length>1)){this.pivotIndex={rIndex:t?t[e.pointIndex].rIndex:void 0,cIndex:t?t[e.pointIndex].cIndex:void 0},this.creatMenu();var i=this.parent.element.getBoundingClientRect(),a=(this.parent.element.querySelector(".e-pivot-toolbar")?this.parent.element.querySelector(".e-pivot-toolbar").clientHeight:0)+(this.parent.element.querySelector(".e-chart-grouping-bar")?this.parent.element.querySelector(".e-chart-grouping-bar").clientHeight:0)+(window.scrollY||document.documentElement.scrollTop)+i.top;this.accumulationMenu.open(a+e.y,e.x+i.left+(window.scrollX||document.documentElement.scrollLeft))}else if((this.parent.allowDrillThrough||this.parent.editSettings.allowEditing)&&this.parent.drillThroughModule){var r=t[e.pointIndex].rIndex,n=t[e.pointIndex].cIndex;this.parent.drillThroughModule.executeDrillThrough(this.parent.pivotValues[r][n],r,n)}this.parent.trigger("chartPointClick",e)},e.prototype.frameAxesWithRows=function(){var e=[],i=[],a=[],r=[],n=this.persistSettings.chartSeries&&("StackingColumn100"===this.persistSettings.chartSeries.type||"StackingBar100"===this.persistSettings.chartSeries.type||"StackingArea100"===this.persistSettings.chartSeries.type||"StackingLine100"===this.persistSettings.chartSeries.type),s=["PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfDifferenceFrom","PercentageOfParentRowTotal","PercentageOfParentColumnTotal","PercentageOfParentTotal"];if(this.chartSettings.enableMultipleAxis)for(var o=0,l=100/this.dataSourceSettings.values.length+"%",d=0,p=this.dataSourceSettings.values;d<p.length;d++){var h=p[d],u=this.engineModule.fieldList[h.name],c=("olap"===this.parent.dataType?"":this.parent.localeObj.getConstant(u.aggregateType)+" "+this.parent.localeObj.getConstant("of")+" ")+u.caption;r.push(c);for(var g=void 0,m=0,f=this.dataSourceSettings.formatSettings;m<f.length;m++){var v=f[m];if(v.name===h.name){g=v;break}}var S=-1!==B.inArray(u.aggregateType,s)?"P2":g?g.format:"olap"===this.parent.dataType?this.getFormat(u.formatString):"N",y="Polar"===this.chartSettings.chartSeries.type||"Radar"===this.chartSettings.chartSeries.type,b={};(b=this.persistSettings.primaryYAxis?this.frameObjectWithKeys(this.persistSettings.primaryYAxis):b).labelFormat=b.labelFormat?b.labelFormat:n?"":y?"N":S,b.title=b.title?b.title:"Combined"===this.chartSettings.multipleAxisMode?r.join(" - "):c,b.zoomFactor=t.isNullOrUndefined(this.chartSettings.primaryYAxis.zoomFactor)?1:this.chartSettings.primaryYAxis.zoomFactor,b.edgeLabelPlacement=this.chartSettings.primaryYAxis.edgeLabelPlacement?this.chartSettings.primaryYAxis.edgeLabelPlacement:this.persistSettings.primaryYAxis.edgeLabelPlacement,"Bar"===this.chartSettings.chartSeries.type||"StackingBar"===this.chartSettings.chartSeries.type||"StackingBar100"===this.chartSettings.chartSeries.type?b.plotOffsetRight=b.plotOffsetRight?b.plotOffsetRight:30:b.plotOffsetTop=b.plotOffsetTop?b.plotOffsetTop:30,y||(b.name="Combined"===this.chartSettings.multipleAxisMode?this.measureList.join("_"):this.measuresNames[h.name]?this.measuresNames[h.name]:h.name),e=e.concat(b),"Combined"===this.chartSettings.multipleAxisMode&&(e=[e[e.length-1]]),"Stacked"===this.chartSettings.multipleAxisMode?(b.rowIndex=o,b.columnIndex=o,i.push({height:l}),a.push({width:l})):(b.rowIndex=0,b.columnIndex=0,i=[{height:"100%"}],a=[{width:"100%"}]),o++}else{for(var u=this.engineModule.fieldList[this.currentMeasure],c=("olap"===this.parent.dataType?"":this.parent.localeObj.getConstant(u.aggregateType)+" "+this.parent.localeObj.getConstant("of")+" ")+u.caption,g=void 0,C=0,x=this.dataSourceSettings.formatSettings;C<x.length;C++)if((h=x[C]).name===this.currentMeasure){g=h;break}var b={},S=-1!==B.inArray(u.aggregateType,s)?"P2":g?g.format:"olap"===this.parent.dataType?this.getFormat(u.formatString):"N";(b=this.persistSettings.primaryYAxis?this.frameObjectWithKeys(this.persistSettings.primaryYAxis):b).zoomFactor=t.isNullOrUndefined(this.chartSettings.primaryYAxis.zoomFactor)?1:this.chartSettings.primaryYAxis.zoomFactor,b.rowIndex=0,b.columnIndex=0,b.edgeLabelPlacement=this.chartSettings.primaryYAxis.edgeLabelPlacement?this.chartSettings.primaryYAxis.edgeLabelPlacement:this.persistSettings.primaryYAxis.edgeLabelPlacement,"Polar"!==this.chartSettings.chartSeries.type&&"Radar"!==this.chartSettings.chartSeries.type&&(b.name=this.measuresNames[this.currentMeasure]?this.measuresNames[this.currentMeasure]:this.currentMeasure),b.labelFormat=b.labelFormat?b.labelFormat:n?"":S,b.title=b.title?b.title:c,e=e.concat(b),i.push({height:"100%"}),a.push({width:"100%"})}return{axes:e,rows:i,columns:a}},e.prototype.getFormat=function(e){return e="Currency"===e?"C":"Percent"===e?"P":"N"},e.prototype.getColumnTotalIndex=function(e){for(var i={},a=0,r=Object.keys(e);a<r.length;a++){var n=r[a],s=e[Number(n)],o=void 0;if(!t.isNullOrUndefined(s))for(var l=0,d=o=Object.keys(s);l<d.length;l++){var p=d[l],h=s[Number(p)];if(!t.isNullOrUndefined(h)){if("column"!==h.axis)return i;"sum"!==h.type&&(this.dataSourceSettings&&this.dataSourceSettings.columns&&0===this.dataSourceSettings.columns.length||"grand sum"!==h.type)||-1===h.rowSpan||(i[h.colIndex]=h.colIndex)}}}return i},e.prototype.groupHierarchyWithLevels=function(e,i){var a,r,n={},s=0,o={};this.measurePos=this.engineModule.tupRowInfo[0].measurePosition;for(var l=0;l<e.length;l++){var d=e[l][0];d&&"row"===d.axis&&"grand sum"!==d.type&&(t.isNullOrUndefined(n[d.hierarchy])?(3===d.memberType?s===this.measurePos?(i[this.measurePos]=d.hierarchy,n[d.hierarchy]=(a={},a[d.levelUniqueName]=d.levelUniqueName,a)):s--:(i[s]=d.hierarchy,n[d.hierarchy]=(r={},r[d.levelUniqueName]=d.levelUniqueName,r)),s++):n[d.hierarchy][d.levelUniqueName]=d.levelUniqueName)}for(var p=-1,h=0;h<i.length;h++)this.measurePos!==h&&(o[i[h]]={start:p+1,end:p+Object.keys(n[i[h]]).length},p=o[i[h]].end);return o},e.prototype.frameMultiLevelLabels=function(){for(var e=Object.keys(this.headerColl),i=this.headerColl[-.5],a=0,r=e;a<r.length;a++){for(var n=r[a],s=Number(n),o=this.headerColl[s],l=0,d=!1;l<=this.maxLevel;)d?o[l]||(o[l]={name:o[l-1].name,text:"",hasChild:o[l-1].hasChild,isDrilled:o[l-1].isDrilled,levelName:o[l-1].levelName,level:o[l-1].level,fieldName:o[l-1].fieldName,rowIndex:o[l-1].rowIndex,colIndex:o[l-1].colIndex,span:-1}):o[l]?d=!0:o[l]=i[l],l++;i=this.headerColl[s]}for(var p={},h=0,u=e;h<u.length;h++){for(var n=u[h],s=Number(n),o=this.headerColl[s],c=0,g=Object.keys(o);c<g.length;c++){var m=g[c],f=Number(m);if(p[f]){var v=p[f].length;o[f].levelName===i[f].levelName?p[f][v-1].end=p[f][v-1].end+1:p[f].push({start:s,end:s+1,text:o[f].text,type:t.isNullOrUndefined(this.persistSettings.primaryXAxis)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border.type)?-1===o[f].span?"WithoutTopandBottomBorder":"WithoutTopBorder":this.persistSettings.primaryXAxis.border.type,customAttributes:o[f]})}else p[f]=[{start:s,end:s+1,text:o[f].text,type:t.isNullOrUndefined(this.persistSettings.primaryXAxis)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border.type)?-1===o[f].span?"WithoutTopandBottomBorder":"WithoutTopBorder":this.persistSettings.primaryXAxis.border.type,customAttributes:o[f]}]}i=o}for(var S=[],y=Object.keys(p).length-1;y>-1;y--)S.push({categories:p[y],border:{width:1},overflow:"Trim"});return S},e.prototype.getZoomFactor=function(){this.calculatedWidth=this.getCalulatedWidth();var e=10*this.chartSeries.length>120?10*this.chartSeries.length:120,t=this.chartSeries.length>0?this.calculatedWidth/(Object.keys(this.chartSeries[0].dataSource).length*e):1;return t=t<1&&t>0?t:1},e.prototype.getCalulatedWidth=function(){return isNaN(Number(this.parent.width))?this.parent.width.indexOf("%")>-1?this.calculatedWidth=this.parent.element.clientWidth*(parseFloat(this.parent.width)/100):this.parent.width.indexOf("px")>-1?this.calculatedWidth=Number(this.parent.width.toString().split("px")[0]):this.calculatedWidth=this.parent.element.clientWidth:this.calculatedWidth=Number(this.parent.width),this.calculatedWidth},e.prototype.configTooltipSettings=function(){var e=this.persistSettings.tooltip?this.persistSettings.tooltip:this.chartSettings.tooltip;return e.enable=void 0===e.enable||e.enable,e.enable&&e.template&&(this.templateFn=this.parent.templateParser(e.template)),this.parent.tooltipTemplate&&(e.template=e.template?e.template:this.parent.tooltipTemplate),e.header=e.header?e.header:"",e.enableMarker=void 0===e.enableMarker||e.enableMarker,e},e.prototype.configLegendSettings=function(){var e={};if(this.chartSettings.legendSettings)for(var t=0,i=Object.keys(this.chartSettings.legendSettings);t<i.length;)e[i[t]]=this.chartSettings.legendSettings[i[t]],t++;return e.visible=!1!==e.visible,e.padding=e.padding?e.padding:25,e.shapePadding=e.shapePadding?e.shapePadding:10,e},e.prototype.configXAxis=function(){var e={};return e=this.persistSettings.primaryXAxis?this.frameObjectWithKeys(this.persistSettings.primaryXAxis):e,e.valueType="Category",e.labelIntersectAction=e.labelIntersectAction?e.labelIntersectAction:"Rotate45",e.title=e.title?e.title:this.dataSourceSettings.rows.map(function(e){return e.caption||e.name}).join(" / "),e.zoomFactor=t.isNullOrUndefined(this.parent.chartSettings.primaryXAxis.zoomFactor)?this.getZoomFactor():this.parent.chartSettings.primaryXAxis.zoomFactor,this.parent.chartSettings.zoomSettings.enableScrollbar||(e.zoomFactor=1),this.chartSettings.showMultiLevelLabels&&"Pareto"!==this.chartSettings.chartSeries.type?(e.multiLevelLabels=this.frameMultiLevelLabels(),e.border={width:1,type:t.isNullOrUndefined(this.persistSettings.primaryXAxis)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border.type)?"WithoutTopandBottomBorder":this.persistSettings.primaryXAxis.border.type},e.majorTickLines={width:0,height:-10}):(e.multiLevelLabels=[],e.border={width:1,type:t.isNullOrUndefined(this.persistSettings.primaryXAxis)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border.type)?"Rectangle":this.persistSettings.primaryXAxis.border.type},e.majorTickLines={width:0,height:5}),e},e.prototype.configZoomSettings=function(){var e=this.chartSettings.zoomSettings;return e.enableSelectionZooming=void 0===e.enableSelectionZooming||e.enableSelectionZooming,e.enableScrollbar=void 0===e.enableScrollbar||e.enableScrollbar,e},e.prototype.tooltipRender=function(e){var i=this.chartSettings.enableMultipleAxis&&"Combined"===this.chartSettings.multipleAxisMode&&this.accumulationType.indexOf(this.chartSettings.chartSeries.type)<0&&"Radar"!==this.chartSettings.chartSeries.type&&"Polar"!==this.chartSettings.chartSeries.type?e.series.tooltipMappingName:e.series.yAxisName?e.series.yAxisName.split("_CumulativeAxis")[0]:this.chartSettings.enableMultipleAxis&&this.accumulationType.indexOf(this.chartSettings.chartSeries.type)<0&&"Pareto"!==this.chartSettings.chartSeries.type?e.series.name?e.series.name.split(" | ")[1]:e.data.seriesName?e.data.seriesName.split(" | ")[1]:this.currentMeasure:this.measuresNames[this.currentMeasure]?this.measuresNames[this.currentMeasure]:this.currentMeasure,a=e.series.dataSource?e.series.dataSource:this.parent.chart.series[e.data.seriesIndex].dataSource,r=a?a[e.data.pointIndex].rIndex:void 0,n=a?a[e.data.pointIndex].cIndex:void 0,s=this.engineModule.fieldList[this.measuresNames[i]?this.measuresNames[i]:i],o="olap"===this.parent.dataType?"":this.parent.localeObj.getConstant(s.aggregateType),l=("olap"===this.parent.dataType?"":o+" "+this.parent.localeObj.getConstant("of")+" ")+s.caption,d=this.engineModule.pivotValues[r][n].formattedText,p=this.engineModule.formatFields[s.id],h=this.engineModule.getFormattedValue(e.point.y,s.id,d),u=p&&p.format&&null!==p.format.toLowerCase().match(/n|p|c/)&&this.chartSettings.useGroupingSeparator?"olap"===this.parent.dataType?h.toString():h.formattedText:d,c=this.parent.pivotValues[r][n],g=c.columnHeaders,m="";if(t.isNullOrUndefined(g))m=void 0;else if("olap"===this.parent.dataType)m=this.chartSeriesInfo[g.toString().split(/~~|::/).join(" - ")].uniqueName;else{var f=g.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter);g=B.formatChartHeaders(f,this,!0,c),m=this.chartSeriesInfo[g.toString()].uniqueName}var v=e.point.x;if(this.parent.tooltipTemplate&&void 0!==this.parent.getTooltipTemplate()||this.chartSettings.tooltip.template){var S=a?this.parent.getHeaderField(r,n,"row"):"",y=a?this.parent.getHeaderField(r,n,"Column"):"",b={rowHeaders:v,columnHeaders:m,aggregateType:o,value:u,valueField:s.caption,rowFields:S,columnFields:y},C=void 0;C=this.parent.chartSettings&&this.parent.chartSettings.tooltip&&this.parent.chartSettings.tooltip.enable&&this.parent.chartSettings.tooltip.template?this.tooltipTemplateFn()(b,this,"tooltipTemplate",this.element.id+"1tooltipTemplate")[0].outerHTML:this.parent.getTooltipTemplate()(b,this,"tooltipTemplate",this.element.id+"tooltipTemplate")[0].outerHTML,e.template=C}else e.text=l+": "+u+(0===this.dataSourceSettings.columns.length?"":" <br/>"+this.parent.localeObj.getConstant("column")+": "+m)+(0===this.dataSourceSettings.rows.length?"":" <br/>"+this.parent.localeObj.getConstant("row")+": "+v)+(e.data&&"Pareto"===e.data.seriesName?" <br/>"+this.parent.localeObj.getConstant("pareto")+": "+e.data.pointY+"%":""),this.parent.trigger("chartTooltipRender",e)},e.prototype.tooltipTemplateFn=function(){return this.templateFn},e.prototype.loaded=function(e){this.parent.isChartLoaded=!0;var i=this.parent.grid?this.parent.getGridWidthAsNumber().toString():this.parent.getWidthAsNumber().toString();if(this.parent.chart&&this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.parent.showFieldList&&"Chart"===this.parent.currentView&&this.parent.groupingBarModule.alignIcon(),this.chartSettings.showMultiLevelLabels){var a=B.inArray(this.chartSettings.chartSeries.type,["Bar","StackingBar","StackingBar100"])>-1?"_chartYAxisMultiLevelLabel0":"_chartXAxisMultiLevelLabel0";t.isNullOrUndefined(t.select("#"+this.parent.element.id+a,this.parent.element))||this.parent.element.querySelector("#"+this.parent.element.id+a).setAttribute("cursor","pointer")}var r=this.getChartHeight();this.parent.chart.height=r,this.parent.chartSettings.enableScrollOnMultiAxis&&this.parent.chartSettings.enableMultipleAxis&&(["Pie","Funnel","Pyramid","Doughnut","Radar","Polar","Pareto"].indexOf(this.parent.chartSettings.chartSeries.type)>=0?this.parent.element.querySelector("."+H).style.overflow="visible":(this.parent.element.querySelector("."+H).style.overflow="auto",this.parent.element.querySelector("."+H).style.overflowX="hidden"),this.parent.element.querySelector("."+H).style.width=i+"px",this.parent.element.querySelector("."+H).style.height=r+"px"),this.updateView(),"Chart"!==this.parent.displayOption.primary&&"Chart"!==this.parent.displayOption.view||this.parent.notify(Y,{}),this.parent.trigger("chartLoaded",e),("Server"===this.parent.dataSourceSettings.mode&&this.parent.isServerWaitingPopup||"Local"===this.parent.dataSourceSettings.mode)&&this.parent.hideWaitingPopup()},e.prototype.updateView=function(){if(this.parent.grid&&this.parent.chart&&this.parent.showToolbar){var e=this.parent.element.querySelector(".e-pivot-grouping-bar"),t=this.parent.element.querySelector(".e-chart-grouping-bar");"Table"===this.parent.currentView?(this.parent.grid.element.style.display="",this.parent.chart.element.style.display="none",this.parent.showGroupingBar&&this.parent.groupingBarModule&&(e&&(e.style.display="",e.querySelector(".e-all-fields-axis")&&null!=this.parent.groupingBarModule.gridPanel&&!this.parent.groupingBarModule.gridPanel.isDestroyed&&this.parent.groupingBarModule.gridPanel.refreshOverflow()),t&&(t.style.display="none")),this.parent.chartSettings.enableMultipleAxis&&this.parent.chartSettings.enableScrollOnMultiAxis&&(this.parent.element.querySelector(".e-pivotchart").style.display="none")):(this.parent.grid.element.style.display="none",this.parent.chart.element.style.display="",this.parent.showGroupingBar&&this.parent.groupingBarModule&&(e&&(e.style.display="none"),t&&(t.style.display="",t.querySelector(".e-all-fields-axis")&&null!=this.parent.groupingBarModule.chartPanel&&!this.parent.groupingBarModule.chartPanel.isDestroyed&&this.parent.groupingBarModule.chartPanel.refreshOverflow())),this.parent.chartSettings.enableMultipleAxis&&this.parent.chartSettings.enableScrollOnMultiAxis&&(this.parent.element.querySelector(".e-pivotchart").style.display=""))}},e.prototype.creatMenu=function(){this.accumulationMenu&&!this.accumulationMenu.isDestroyed&&this.accumulationMenu.destroy();for(var e=(this.parent.allowDrillThrough||this.parent.editSettings.allowEditing)&&this.parent.drillThroughModule?["expand","collapse","drillThrough","exit"]:["expand","collapse","exit"],i=[],a=0;a<e.length;a++)i.push({id:this.parent.element.id+"_DrillMenuChart_"+e[a],text:this.parent.localeObj.getConstant(e[a]),items:[]});for(var r=this.getMenuItems(),n=[],o=[],a=0;a<r.length;a++)"expand"===r[a].type?n.push({id:this.element.id+"drillExpand_"+r[a].key,text:r[a].value}):o.push({id:this.element.id+"drillCollapse_"+r[a].key,text:r[a].value});n.length>0&&(i[0].items=n),o.length>0&&(i[1].items=o);var l={cssClass:this.parent.element.id+"_accumulationChart"+(this.parent.cssClass?" "+this.parent.cssClass:""),items:i,enableRtl:this.parent.enableRtl,beforeOpen:this.drillMenuOpen.bind(this),select:this.drillMenuSelect.bind(this),locale:this.parent.locale};this.accumulationMenu=new s.ContextMenu(l);var d;t.select("#"+this.parent.element.id+"_accumulationChart",this.parent.element)?(d=t.select("#"+this.parent.element.id+"_accumulationChart",this.parent.element)).innerHTML="":(d=t.createElement("ul",{id:this.parent.element.id+"_accumulationChart"}),this.parent.element.appendChild(d)),this.accumulationMenu.isStringTemplate=!0,this.accumulationMenu.appendTo(d)},e.prototype.drillMenuOpen=function(e){e.items[0]&&e.items[0].text===this.parent.localeObj.getConstant("expand")&&e.items[0].items&&0===e.items[0].items.length&&this.accumulationMenu.enableItems([this.parent.localeObj.getConstant("expand")],!1),e.items[1]&&e.items[1].text===this.parent.localeObj.getConstant("collapse")&&e.items[1].items&&0===e.items[1].items.length&&this.accumulationMenu.enableItems([this.parent.localeObj.getConstant("collapse")],!1)},e.prototype.getMenuItems=function(){for(var e=this.pivotIndex.rIndex,t=[],i=this.engineModule.pivotValues,a=[],r=i[e][this.pivotIndex.cIndex],n=!i[e][0].isNamedSet&&i[e][0].hasChild?i[e][0].level:void 0,s="olap"===this.parent.dataType?r.rowHeaders.toString().split(/~~|::/):r.rowHeaders.toString().split(this.engineModule.valueSortSettings.headerDelimiter);i[e][0];){if(r=i[e][0],0!==s.length&&s.indexOf(r.formattedText.toString())===s.length-1){r.hasChild&&!r.isNamedSet&&a.indexOf(r.level)<0&&(n?n>=r.level:0!==n||0===r.level)&&(r.isDrilled&&r.hasChild?t.push({key:e,type:"collapse",value:r.formattedText}):t.push({key:e,type:"expand",value:r.formattedText}),a.push(r.level),n=n?n-1:r.level-1);var o=s.indexOf(r.formattedText.toString());s.splice(o,1)}0===r.level&&r.hasChild&&!r.isNamedSet&&(n=void 0,a=[]),e--}return t},e.prototype.drillMenuSelect=function(e){var t="olap"===this.parent.dataType?this.parent.olapEngineModule.pivotValues:this.parent.engineModule.pivotValues,i=e.element.id.split("_DrillMenuChart_")[1];if(0===e.element.id.indexOf(this.element.id+"drill")){var a=e.element.id.split(this.element.id+"drill")[1].indexOf("Expand")>=0?"drillExpand":"drillCollapse",r=Number(e.element.id.split(this.element.id+a+"_")[1]),n=t[r][0],s="olap"===this.parent.dataType?n.formattedText:n.actualText?n.actualText.toString():n.formattedText.toString(),o=n.formattedText?n.formattedText.toString():s,l=n.hasChild&&!n.isNamedSet?(n.isDrilled?" - ":" + ")+o:o,d="olap"===this.parent.dataType?this.engineModule.tupRowInfo[n.ordinal]:void 0,p=d?d.uNameCollection:n.valueSort.levelName.toString(),h={fieldName:n.valueSort.axis,level:n.level,hasChild:n.hasChild,levelName:p,name:s,text:l,rowIndex:r,colIndex:0,isDrilled:n.isDrilled,cell:n};"olap"===this.parent.dataType?this.parent.onDrill(void 0,h):this.onDrill({customAttributes:h})}else"drillThrough"===i?this.parent.drillThroughModule.executeDrillThrough(t[this.pivotIndex.rIndex][this.pivotIndex.cIndex],this.pivotIndex.rIndex,this.pivotIndex.rIndex):"exit"===i&&this.accumulationMenu.close()},e.prototype.getChartHeight=function(){var e,i;if(t.isNullOrUndefined(this.parent.getHeightAsNumber()))e="auto";else{var a=this.parent.showToolbar?6:5;e=(this.parent.getHeightAsNumber()-a).toString(),i=this.parent.getHeightAsNumber()-a}if(t.isNullOrUndefined(this.parent.getHeightAsNumber()))e="auto";else{var r=!1;null!==this.parent.element.querySelector(".e-chart-grouping-bar")&&"none"===this.parent.element.querySelector(".e-chart-grouping-bar").style.display.toLowerCase()&&(r=!0,this.parent.element.querySelector(".e-chart-grouping-bar").style.display="block"),this.parent.showToolbar&&this.parent.showGroupingBar?e=(i-(this.parent.element.querySelector(".e-pivot-toolbar")?this.parent.element.querySelector(".e-pivot-toolbar").clientHeight:42)-(this.parent.element.querySelector(".e-chart-grouping-bar")?this.parent.element.querySelector(".e-chart-grouping-bar").clientHeight:62)).toString():this.parent.showToolbar?e=(i-(this.parent.element.querySelector(".e-pivot-toolbar")?this.parent.element.querySelector(".e-pivot-toolbar").clientHeight:42)).toString():this.parent.showGroupingBar?e=(i-(this.parent.element.querySelector(".e-chart-grouping-bar")?this.parent.element.querySelector(".e-chart-grouping-bar").clientHeight:62)).toString():(this.parent.chart&&parseInt(this.parent.chart.height,10)<200||i<200)&&(e="200"),r&&(this.parent.element.querySelector(".e-chart-grouping-bar").style.display="none")}return e},e.prototype.getChartAutoHeight=function(){var e=this.parent.element.offsetHeight<this.parent.minHeight?this.parent.minHeight:this.parent.element.offsetHeight;return this.parent.showToolbar&&this.parent.showGroupingBar?e=e-(this.parent.element.querySelector(".e-pivot-toolbar")?this.parent.element.querySelector(".e-pivot-toolbar").clientHeight:42)-(this.parent.element.querySelector(".e-chart-grouping-bar")?this.parent.element.querySelector(".e-chart-grouping-bar").clientHeight:62):this.parent.showToolbar?e-=this.parent.element.querySelector(".e-pivot-toolbar")?this.parent.element.querySelector(".e-pivot-toolbar").clientHeight:42:this.parent.showGroupingBar&&(e-=this.parent.element.querySelector(".e-chart-grouping-bar")?this.parent.element.querySelector(".e-chart-grouping-bar").clientHeight:62),e},e.prototype.axisLabelRender=function(e){if(this.chartSettings.showMultiLevelLabels&&"Pareto"!==this.chartSettings.chartSeries.type&&"primaryXAxis"===e.axis.name&&(e.text=""),"primaryXAxis"!==e.axis.name&&"StackingColumn100"!==this.parent.chartSettings.chartSeries.type&&"StackingBar100"!==this.parent.chartSettings.chartSeries.type&&"StackingArea100"!==this.parent.chartSettings.chartSeries.type&&"StackingLine100"!==this.parent.chartSettings.chartSeries.type){var t=this.chartSettings.enableMultipleAxis&&"Combined"===this.chartSettings.multipleAxisMode?this.currentMeasure:"olap"===this.parent.dataType?this.measuresNames[e.axis.name]:e.axis.name,i=this.engineModule.formatFields[t]||null,a=this.engineModule.getFormattedValue(e.value,this.chartSettings.enableMultipleAxis&&"Combined"===this.chartSettings.multipleAxisMode?this.currentMeasure:e.axis.name,e.text),r=i&&i.format&&this.chartSettings.useGroupingSeparator?"olap"===this.parent.dataType?a.toString():a.formattedText:e.value.toString();e.text=r}this.parent.trigger("chartAxisLabelRender",e)},e.prototype.multiLevelLabelClick=function(e){var i={axis:e.axis,text:e.text,cell:t.isNullOrUndefined(e.customAttributes)?void 0:e.customAttributes.cell,cancel:!1};this.parent.trigger("multiLevelLabelClick",i),!i.cancel&&e.customAttributes&&e.customAttributes.hasChild&&!e.customAttributes.cell.isNamedSet&&("olap"===this.parent.dataType?this.parent.onDrill(void 0,e.customAttributes):this.onDrill(e))},e.prototype.onDrill=function(e){var t=e.customAttributes,i=this.dataSourceSettings.drilledMembers[0]&&this.dataSourceSettings.drilledMembers[0].delimiter?this.dataSourceSettings.drilledMembers[0].delimiter:"**",a=t.fieldName,r="Tabular"===this.parent.gridSettings.layout?!this.parent.dataSourceSettings.showSubTotals||!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?t.level:this.parent.engineModule.rowMaxLevel:t.colIndex,n=this.engineModule.pivotValues[t.rowIndex][r],s=n.valueSort.levelName.split(this.engineModule.valueSortSettings.headerDelimiter).join(i),o=!1;if(0===this.dataSourceSettings.drilledMembers.length)this.parent.setProperties({dataSourceSettings:{drilledMembers:[{name:a,items:[s],delimiter:i}]}},!0);else{for(var l=0;l<this.dataSourceSettings.drilledMembers.length;l++){var d=this.dataSourceSettings.drilledMembers[l];if(s=s.split(i).join(d.delimiter?d.delimiter:i),i=d.delimiter=d.delimiter?d.delimiter:i,d.name===a){o=!0;var p=d.items.indexOf(s);p>-1?d.items.splice(p,1):d.items.push(s)}}o||this.dataSourceSettings.drilledMembers.push({name:a,items:[s],delimiter:i})}this.parent.showWaitingPopup();var h=this,u={fieldName:a,memberName:s,delimiter:i,axis:"row",action:t.isDrilled?"up":"down",currentCell:n},c={drillInfo:u,pivotview:h.parent};h.parent.trigger("drill",c);var g={dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings)};this.parent.trigger("enginePopulating",g),this.parent.setProperties({dataSourceSettings:g.dataSourceSettings},!0),h.parent.enableVirtualization||h.parent.enablePaging?"Server"===h.parent.dataSourceSettings.mode?h.parent.getEngine("onDrill",u,null,null,null,null,null):(h.engineModule.drilledMembers=h.dataSourceSettings.drilledMembers,h.engineModule.onDrill(u)):"Server"===h.parent.dataSourceSettings.mode?h.parent.getEngine("onDrill",u,null,null,null,null,null):h.engineModule.generateGridData(h.dataSourceSettings,!0),h.parent.allowServerDataBinding=!1,h.parent.setProperties({pivotValues:h.engineModule.pivotValues},!0),h.parent.allowServerDataBinding=!0;var m={dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),pivotValues:this.parent.pivotValues};this.parent.trigger("enginePopulated",m),h.engineModule.pivotValues=m.pivotValues,h.parent.renderPivotGrid()},e.prototype.isAttributeDrill=function(e,t){for(var i=!1,a=0;a<this.dataSourceSettings.drilledMembers.length;a++)if(this.dataSourceSettings.drilledMembers[a].name===e)for(var r=0;r<this.dataSourceSettings.drilledMembers[a].items.length;r++){for(var n=this.dataSourceSettings.drilledMembers[a].items[r].split(this.dataSourceSettings.drilledMembers[a].delimiter),s="",o=0;o<n.length;o++)t[o]&&t[o].uName&&(s=s+(""===s?"":this.dataSourceSettings.drilledMembers[a].delimiter)+(t[o].uName.indexOf("[Measures]")>-1?"[Measures]":t[o].uName));if(s===this.dataSourceSettings.drilledMembers[a].items[r]){i=!0;break}}return i},e.prototype.load=function(e){e.chart.zoomModule&&(e.chart.zoomModule.isZoomed=!0),this.parent.trigger("chartLoad",e)},e.prototype.beforePrint=function(e){this.parent.trigger("beforePrint",e)},e.prototype.animationComplete=function(e){this.parent.trigger("animationComplete",e)},e.prototype.legendRender=function(e){this.parent.trigger("legendRender",e)},e.prototype.textRender=function(e){this.parent.trigger("textRender",e)},e.prototype.pointRender=function(e){this.parent.trigger("pointRender",e)},e.prototype.seriesRender=function(e){this.parent.trigger("seriesRender",e)},e.prototype.chartMouseMove=function(e){this.parent.trigger("chartMouseMove",e)},e.prototype.chartMouseClick=function(e){this.parent.trigger("chartMouseClick",e)},e.prototype.pointMove=function(e){this.parent.trigger("pointMove",e)},e.prototype.chartMouseLeave=function(e){this.parent.trigger("chartMouseLeave",e)},e.prototype.chartMouseDown=function(e){this.parent.trigger("chartMouseDown",e)},e.prototype.chartMouseUp=function(e){this.parent.trigger("chartMouseUp",e)},e.prototype.dragComplete=function(e){this.parent.trigger("dragComplete",e)},e.prototype.zoomComplete=function(e){this.parent.trigger("zoomComplete",e)},e.prototype.scrollStart=function(e){this.parent.trigger("scrollStart",e)},e.prototype.scrollEnd=function(e){this.parent.trigger("scrollEnd",e)},e.prototype.scrollChanged=function(e){this.parent.trigger("scrollChanged",e)},e.prototype.multiLevelLabelRender=function(e){this.parent.trigger("multiLevelLabelRender",e)},e.prototype.resized=function(e){this.accumulationType.indexOf(this.chartSettings.chartSeries.type)<0&&(e.chart.primaryXAxis.zoomFactor=t.isNullOrUndefined(this.parent.chartSettings.primaryXAxis.zoomFactor)?this.getZoomFactor():this.parent.chartSettings.primaryXAxis.zoomFactor,this.parent.chartSettings.zoomSettings.enableScrollbar||(e.chart.primaryXAxis.zoomFactor=t.isNullOrUndefined(this.parent.chartSettings.primaryXAxis.zoomFactor)?1:this.parent.chartSettings.primaryXAxis.zoomFactor)),this.parent.trigger("chartResized",e)},e.prototype.getResizedChartHeight=function(){return["Pie","Funnel","Pyramid","Doughnut","Radar","Polar","Pareto"].indexOf(this.parent.chartSettings.chartSeries.type)<0&&this.parent.chartSettings.enableScrollOnMultiAxis&&this.parent.chartSettings.enableMultipleAxis&&this.parent.dataSourceSettings.values.length>0?Number(this.parent.chart.height)>235*this.parent.dataSourceSettings.values.length+100?isNaN(Number(this.getChartHeight()))?this.getChartHeight().toString():(Number(this.getChartHeight())-5).toString():!isNaN(Number(this.getChartHeight()))||this.parent.dataSourceSettings.values.length>1?(235*this.parent.dataSourceSettings.values.length+100).toString():this.getChartHeight().toString():this.getChartHeight().toString()},e.prototype.destroy=function(){if(!this.parent||!this.parent.isDestroyed){if(this.accumulationMenu&&!this.accumulationMenu.isDestroyed&&(this.accumulationMenu.destroy(),this.accumulationMenu=null),t.select("#"+this.parent.element.id+"_accumulationChart",document)&&t.remove(t.select("#"+this.parent.element.id+"_accumulationChart",document)),this.parent&&this.parent.chart&&!this.parent.chart.isDestroyed)this.parent.chart.destroy(),this.parent.chart=null;else if(this.parent&&!this.parent.chart){var e=t.select("#"+this.parent.element.id+"_chart",this.parent.element);t.getInstance(e,u.Chart).destroy(),t.remove(e)}if(this.chartElement&&(this.chartElement.parentNode&&this.chartElement.parentNode.removeChild(this.chartElement),this.chartElement=null),this.element&&(this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.element=null),this.templateFn&&(this.templateFn=null),this.engineModule&&!this.parent.destroyEngine&&(this.engineModule.fieldList={},this.engineModule=null),this.chartSeries&&(this.chartSeries.length=0,this.chartSeries=null),this.columnGroupObject){for(var i in this.columnGroupObject)Object.prototype.hasOwnProperty.call(this.columnGroupObject,i)&&(this.columnGroupObject[i]=null);this.columnGroupObject=null}if(this.chartSeriesInfo){for(var i in this.chartSeriesInfo)Object.prototype.hasOwnProperty.call(this.chartSeriesInfo,i)&&(this.chartSeriesInfo[i]=null);this.chartSeriesInfo={},this.selectedLegend=null}if(this.headerColl){for(var i in this.headerColl)Object.prototype.hasOwnProperty.call(this.headerColl,i)&&(this.headerColl[i]=null);this.headerColl={}}if(this.measuresNames){for(var i in this.measuresNames)Object.prototype.hasOwnProperty.call(this.measuresNames,i)&&delete this.measuresNames[i];this.measuresNames={}}this.chartSettings=null,this.persistSettings=null,this.dataSourceSettings=null,this.currentColumn=null,this.currentMeasure=null,this.pivotIndex=null,this.measureList=null,this.maxLevel=0,this.measurePos=-1,this.accEmptyPoint=!1,this.isChartInitial=!0,this.calculatedWidth=null}},e}(),Le={size:"12px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Ae={size:"14px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Re={size:"15px",fontWeight:"500",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},ke={size:"11px",fontWeight:"500",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},je={size:"13px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},He={size:"13px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},qe={size:"13px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Ve={size:"12px",fontWeight:"Regular",color:"#353535",fontStyle:"Normal",fontFamily:"Segoe UI"},Ue={size:"13px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},_e=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function a(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(a.prototype=i.prototype,new a)}}(),Be=function(e,t,i,a){var r,n=arguments.length,s=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,a);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(s=(n<3?r(s):n>3?r(t,i,s):r(t,i))||s);return n>3&&s&&Object.defineProperty(t,i,s),s},Ge=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!0)],i.prototype,"enable",void 0),Be([t.Property(1e3)],i.prototype,"duration",void 0),Be([t.Property(0)],i.prototype,"delay",void 0),i}(t.ChildProperty),ze=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(null)],i.prototype,"value",void 0),Be([t.Property(null)],i.prototype,"color",void 0),Be([t.Property("0")],i.prototype,"dashArray",void 0),i}(t.ChildProperty),We=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property("Normal")],i.prototype,"fontStyle",void 0),Be([t.Property("16px")],i.prototype,"size",void 0),Be([t.Property("Normal")],i.prototype,"fontWeight",void 0),Be([t.Property("")],i.prototype,"color",void 0),Be([t.Property("Center")],i.prototype,"textAlignment",void 0),Be([t.Property("Segoe UI")],i.prototype,"fontFamily",void 0),Be([t.Property(1)],i.prototype,"opacity",void 0),Be([t.Property("Trim")],i.prototype,"textOverflow",void 0),i}(t.ChildProperty),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(10)],i.prototype,"left",void 0),Be([t.Property(10)],i.prototype,"right",void 0),Be([t.Property(10)],i.prototype,"top",void 0),Be([t.Property(10)],i.prototype,"bottom",void 0),i}(t.ChildProperty),Ye=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property("")],i.prototype,"color",void 0),Be([t.Property(1)],i.prototype,"width",void 0),i}(t.ChildProperty),Ke=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(0)],i.prototype,"x",void 0),Be([t.Property(0)],i.prototype,"y",void 0),i}(t.ChildProperty),Xe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(0)],i.prototype,"series",void 0),Be([t.Property(0)],i.prototype,"point",void 0),i}(t.ChildProperty),Je=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Complex({},Ye)],i.prototype,"border",void 0),Be([t.Property("transparent")],i.prototype,"background",void 0),Be([t.Property(1)],i.prototype,"opacity",void 0),Be([t.Property(null)],i.prototype,"backgroundImage",void 0),i}(t.ChildProperty),Ze=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!1)],i.prototype,"enable",void 0),Be([t.Property("")],i.prototype,"dashArray",void 0),Be([t.Complex({color:null,width:1},Ye)],i.prototype,"line",void 0),Be([t.Property("Both")],i.prototype,"lineType",void 0),i}(t.ChildProperty),$e=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!1)],i.prototype,"visible",void 0),Be([t.Property(null)],i.prototype,"name",void 0),Be([t.Property("transparent")],i.prototype,"fill",void 0),Be([t.Property(1)],i.prototype,"opacity",void 0),Be([t.Property(0)],i.prototype,"angle",void 0),Be([t.Property(!1)],i.prototype,"enableRotation",void 0),Be([t.Property("Auto")],i.prototype,"position",void 0),Be([t.Property(5)],i.prototype,"rx",void 0),Be([t.Property(5)],i.prototype,"ry",void 0),Be([t.Property("Center")],i.prototype,"alignment",void 0),Be([t.Complex({width:null,color:null},Ye)],i.prototype,"border",void 0),Be([t.Complex({left:5,right:5,top:5,bottom:5},Qe)],i.prototype,"margin",void 0),Be([t.Complex({size:"11px",color:"",fontStyle:"Normal",fontWeight:"Normal",fontFamily:"Segoe UI"},We)],i.prototype,"font",void 0),Be([t.Property(null)],i.prototype,"template",void 0),i}(t.ChildProperty),et=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property("Line")],i.prototype,"type",void 0),Be([t.Property(null)],i.prototype,"color",void 0),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property(null)],i.prototype,"length",void 0),Be([t.Property("")],i.prototype,"dashArray",void 0),i}(t.ChildProperty),tt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!0)],i.prototype,"visible",void 0),Be([t.Complex({width:null,color:null},Ye)],i.prototype,"border",void 0),Be([t.Complex({size:"11px",color:"",fontStyle:"Normal",fontWeight:"Normal",fontFamily:"Segoe UI"},We)],i.prototype,"font",void 0),Be([t.Property("transparent")],i.prototype,"fill",void 0),Be([t.Property(0)],i.prototype,"angle",void 0),Be([t.Property(!1)],i.prototype,"enableRotation",void 0),Be([t.Property("Outside")],i.prototype,"position",void 0),Be([t.Property(5)],i.prototype,"rx",void 0),Be([t.Property(5)],i.prototype,"ry",void 0),Be([t.Property(null)],i.prototype,"template",void 0),Be([t.Complex({},et)],i.prototype,"connectorStyle",void 0),i}(t.ChildProperty),it=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!1)],i.prototype,"visible",void 0),Be([t.Property("Circle")],i.prototype,"shape",void 0),Be([t.Property("")],i.prototype,"imageUrl",void 0),Be([t.Property(5)],i.prototype,"width",void 0),Be([t.Property(5)],i.prototype,"height",void 0),Be([t.Complex({width:2,color:null},Ye)],i.prototype,"border",void 0),Be([t.Complex({x:0,y:0},Ke)],i.prototype,"offset",void 0),Be([t.Property(null)],i.prototype,"fill",void 0),Be([t.Property(1)],i.prototype,"opacity",void 0),Be([t.Complex({},$e)],i.prototype,"dataLabel",void 0),i}(t.ChildProperty),at=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property(10)],i.prototype,"length",void 0),Be([t.Property(null)],i.prototype,"color",void 0),Be([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),rt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!1)],i.prototype,"visible",void 0),Be([t.Property("Fixed")],i.prototype,"type",void 0),Be([t.Property("Both")],i.prototype,"direction",void 0),Be([t.Property("Vertical")],i.prototype,"mode",void 0),Be([t.Property(1)],i.prototype,"verticalError",void 0),Be([t.Property(null)],i.prototype,"color",void 0),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property(1)],i.prototype,"horizontalError",void 0),Be([t.Property(3)],i.prototype,"verticalNegativeError",void 0),Be([t.Property(3)],i.prototype,"verticalPositiveError",void 0),Be([t.Property(1)],i.prototype,"horizontalNegativeError",void 0),Be([t.Property(1)],i.prototype,"horizontalPositiveError",void 0),Be([t.Complex(null,at)],i.prototype,"errorBarCap",void 0),i}(t.ChildProperty),nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property("")],i.prototype,"name",void 0),Be([t.Property("0")],i.prototype,"dashArray",void 0),Be([t.Property(!0)],i.prototype,"visible",void 0),Be([t.Property(2)],i.prototype,"period",void 0),Be([t.Property("Linear")],i.prototype,"type",void 0),Be([t.Property(0)],i.prototype,"backwardForecast",void 0),Be([t.Property(0)],i.prototype,"forwardForecast",void 0),Be([t.Property(2)],i.prototype,"polynomialOrder",void 0),Be([t.Complex({},it)],i.prototype,"marker",void 0),Be([t.Property(!0)],i.prototype,"enableTooltip",void 0),Be([t.Complex({},Ge)],i.prototype,"animation",void 0),Be([t.Property("")],i.prototype,"fill",void 0),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property(null)],i.prototype,"intercept",void 0),Be([t.Property("SeriesType")],i.prototype,"legendShape",void 0),i}(t.ChildProperty),st=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(null)],i.prototype,"fill",void 0),Be([t.Complex({color:"transparent",width:0},Ye)],i.prototype,"border",void 0),Be([t.Property("Zero")],i.prototype,"mode",void 0),i}(t.ChildProperty),ot=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(0)],i.prototype,"topLeft",void 0),Be([t.Property(0)],i.prototype,"topRight",void 0),Be([t.Property(0)],i.prototype,"bottomLeft",void 0),Be([t.Property(0)],i.prototype,"bottomRight",void 0),i}(t.ChildProperty),lt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!1)],i.prototype,"enable",void 0),Be([t.Property(null)],i.prototype,"fill",void 0),Be([t.Complex(je,We)],i.prototype,"textStyle",void 0),i}(t.ChildProperty),dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!0)],i.prototype,"visible",void 0),Be([t.Property(!1)],i.prototype,"startFromAxis",void 0),Be([t.Property(null)],i.prototype,"start",void 0),Be([t.Property(null)],i.prototype,"end",void 0),Be([t.Property(null)],i.prototype,"size",void 0),Be([t.Property("#808080")],i.prototype,"color",void 0),Be([t.Property(null)],i.prototype,"dashArray",void 0),Be([t.Property("Auto")],i.prototype,"sizeType",void 0),Be([t.Property(!1)],i.prototype,"isRepeat",void 0),Be([t.Property(null)],i.prototype,"repeatEvery",void 0),Be([t.Property(null)],i.prototype,"repeatUntil",void 0),Be([t.Property(!1)],i.prototype,"isSegmented",void 0),Be([t.Property(null)],i.prototype,"segmentStart",void 0),Be([t.Property(null)],i.prototype,"segmentEnd",void 0),Be([t.Property(null)],i.prototype,"segmentAxisName",void 0),Be([t.Complex({color:"transparent",width:1},Ye)],i.prototype,"border",void 0),Be([t.Property("")],i.prototype,"text",void 0),Be([t.Property(null)],i.prototype,"rotation",void 0),Be([t.Property("Middle")],i.prototype,"horizontalAlignment",void 0),Be([t.Property("Middle")],i.prototype,"verticalAlignment",void 0),Be([t.Complex(Ve,We)],i.prototype,"textStyle",void 0),Be([t.Property("Behind")],i.prototype,"zIndex",void 0),Be([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),pt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property("")],i.prototype,"color",void 0),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property("Rectangle")],i.prototype,"type",void 0),i}(t.ChildProperty),ht=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property("")],i.prototype,"dashArray",void 0),Be([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),ut=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(.7)],i.prototype,"width",void 0),Be([t.Property("")],i.prototype,"dashArray",void 0),Be([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property("")],i.prototype,"dashArray",void 0),Be([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property(5)],i.prototype,"height",void 0),Be([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),mt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(.7)],i.prototype,"width",void 0),Be([t.Property(5)],i.prototype,"height",void 0),Be([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),ft=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(0)],i.prototype,"x",void 0),Be([t.Property(0)],i.prototype,"y",void 0),i}(t.ChildProperty),vt=(function(){function e(){}Be([t.Property("")],e.prototype,"color",void 0),Be([t.Property(1)],e.prototype,"width",void 0)}(),function(){function e(){}Be([t.Property(!0)],e.prototype,"enable",void 0),Be([t.Property(1e3)],e.prototype,"duration",void 0),Be([t.Property(0)],e.prototype,"delay",void 0)}(),function(){function e(){}Be([t.Property(null)],e.prototype,"value",void 0),Be([t.Property(null)],e.prototype,"color",void 0),Be([t.Property("0")],e.prototype,"dashArray",void 0)}(),function(){function e(){}Be([t.Property(!1)],e.prototype,"visible",void 0),Be([t.Property("Circle")],e.prototype,"shape",void 0),Be([t.Property("")],e.prototype,"imageUrl",void 0),Be([t.Property(5)],e.prototype,"height",void 0),Be([t.Property(5)],e.prototype,"width",void 0),Be([t.Complex({width:2,color:null},Ye)],e.prototype,"border",void 0),Be([t.Property(null)],e.prototype,"fill",void 0),Be([t.Property(1)],e.prototype,"opacity",void 0),Be([t.Complex({},$e)],e.prototype,"dataLabel",void 0)}(),function(){function e(){}Be([t.Property(!1)],e.prototype,"visible",void 0),Be([t.Property("Fixed")],e.prototype,"type",void 0),Be([t.Property("Both")],e.prototype,"direction",void 0),Be([t.Property("Vertical")],e.prototype,"mode",void 0),Be([t.Property(null)],e.prototype,"color",void 0),Be([t.Property(1)],e.prototype,"verticalError",void 0),Be([t.Property(1)],e.prototype,"width",void 0),Be([t.Property(1)],e.prototype,"horizontalError",void 0),Be([t.Property(3)],e.prototype,"verticalPositiveError",void 0),Be([t.Property(3)],e.prototype,"verticalNegativeError",void 0),Be([t.Property(1)],e.prototype,"horizontalPositiveError",void 0),Be([t.Property(1)],e.prototype,"horizontalNegativeError",void 0),Be([t.Complex(null,at)],e.prototype,"errorBarCap",void 0)}(),function(){function e(){}Be([t.Property("")],e.prototype,"name",void 0),Be([t.Property("Linear")],e.prototype,"type",void 0),Be([t.Property(2)],e.prototype,"period",void 0),Be([t.Property(2)],e.prototype,"polynomialOrder",void 0),Be([t.Property(0)],e.prototype,"backwardForecast",void 0),Be([t.Property(0)],e.prototype,"forwardForecast",void 0),Be([t.Complex({},Ge)],e.prototype,"animation",void 0),Be([t.Complex({},it)],e.prototype,"marker",void 0),Be([t.Property(!0)],e.prototype,"enableTooltip",void 0),Be([t.Property(null)],e.prototype,"intercept",void 0),Be([t.Property("")],e.prototype,"fill",void 0),Be([t.Property(1)],e.prototype,"width",void 0),Be([t.Property("SeriesType")],e.prototype,"legendShape",void 0)}(),function(){function e(){}Be([t.Property(null)],e.prototype,"fill",void 0),Be([t.Complex({color:"transparent",width:0},Ye)],e.prototype,"border",void 0),Be([t.Property("Zero")],e.prototype,"mode",void 0)}(),function(){function e(){}Be([t.Property(0)],e.prototype,"topLeft",void 0),Be([t.Property(0)],e.prototype,"topRight",void 0),Be([t.Property(0)],e.prototype,"bottomLeft",void 0),Be([t.Property(0)],e.prototype,"bottomRight",void 0)}(),function(){function e(){}Be([t.Property("Normal")],e.prototype,"fontStyle",void 0),Be([t.Property("16px")],e.prototype,"size",void 0),Be([t.Property("Normal")],e.prototype,"fontWeight",void 0),Be([t.Property("")],e.prototype,"color",void 0),Be([t.Property("Center")],e.prototype,"textAlignment",void 0),Be([t.Property("Segoe UI")],e.prototype,"fontFamily",void 0),Be([t.Property(1)],e.prototype,"opacity",void 0),Be([t.Property("Trim")],e.prototype,"textOverflow",void 0)}(),function(){function e(){}Be([t.Property(!1)],e.prototype,"enable",void 0),Be([t.Property(null)],e.prototype,"fill",void 0),Be([t.Complex(je,We)],e.prototype,"textStyle",void 0)}(),function(){function e(){}Be([t.Property(1)],e.prototype,"width",void 0),Be([t.Property(5)],e.prototype,"height",void 0),Be([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}Be([t.Property(1)],e.prototype,"width",void 0),Be([t.Property("")],e.prototype,"dashArray",void 0),Be([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}Be([t.Property(.7)],e.prototype,"width",void 0),Be([t.Property(5)],e.prototype,"height",void 0),Be([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}Be([t.Property(.7)],e.prototype,"width",void 0),Be([t.Property("")],e.prototype,"dashArray",void 0),Be([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}Be([t.Property(1)],e.prototype,"width",void 0),Be([t.Property("")],e.prototype,"dashArray",void 0),Be([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}Be([t.Property(!0)],e.prototype,"visible",void 0),Be([t.Property(!1)],e.prototype,"startFromAxis",void 0),Be([t.Property(null)],e.prototype,"start",void 0),Be([t.Property(null)],e.prototype,"end",void 0),Be([t.Property(null)],e.prototype,"size",void 0),Be([t.Property("#808080")],e.prototype,"color",void 0),Be([t.Property(null)],e.prototype,"dashArray",void 0),Be([t.Property("Auto")],e.prototype,"sizeType",void 0),Be([t.Property(!1)],e.prototype,"isRepeat",void 0),Be([t.Property(null)],e.prototype,"repeatEvery",void 0),Be([t.Property(null)],e.prototype,"repeatUntil",void 0),Be([t.Property(!1)],e.prototype,"isSegmented",void 0),Be([t.Property(null)],e.prototype,"segmentStart",void 0),Be([t.Property(null)],e.prototype,"segmentEnd",void 0),Be([t.Property(null)],e.prototype,"segmentAxisName",void 0),Be([t.Complex({color:"transparent",width:1},Ye)],e.prototype,"border",void 0),Be([t.Property("")],e.prototype,"text",void 0),Be([t.Property(null)],e.prototype,"rotation",void 0),Be([t.Property("Middle")],e.prototype,"horizontalAlignment",void 0),Be([t.Property("Middle")],e.prototype,"verticalAlignment",void 0),Be([t.Complex(Ve,We)],e.prototype,"textStyle",void 0),Be([t.Property("Behind")],e.prototype,"zIndex",void 0),Be([t.Property(1)],e.prototype,"opacity",void 0)}(),function(){function e(){}Be([t.Property("")],e.prototype,"color",void 0),Be([t.Property(1)],e.prototype,"width",void 0),Be([t.Property("Rectangle")],e.prototype,"type",void 0)}(),function(){function e(){}Be([t.Complex({},Ye)],e.prototype,"border",void 0),Be([t.Property("transparent")],e.prototype,"background",void 0),Be([t.Property(1)],e.prototype,"opacity",void 0)}(),function(){function e(){}Be([t.Property(!1)],e.prototype,"enable",void 0),Be([t.Property("")],e.prototype,"dashArray",void 0),Be([t.Complex({color:null,width:1},Ye)],e.prototype,"line",void 0),Be([t.Property("Both")],e.prototype,"lineType",void 0)}(),function(){function e(){}Be([t.Property(!0)],e.prototype,"visible",void 0),Be([t.Property(null)],e.prototype,"height",void 0),Be([t.Property(null)],e.prototype,"width",void 0),Be([t.Complex({x:0,y:0},ft)],e.prototype,"location",void 0),Be([t.Property("Auto")],e.prototype,"position",void 0),Be([t.Property(8)],e.prototype,"padding",void 0),Be([t.Property("Center")],e.prototype,"alignment",void 0),Be([t.Complex(qe,We)],e.prototype,"textStyle",void 0),Be([t.Property(10)],e.prototype,"shapeHeight",void 0),Be([t.Property(10)],e.prototype,"shapeWidth",void 0),Be([t.Complex({},Ye)],e.prototype,"border",void 0),Be([t.Complex({left:0,right:0,top:0,bottom:0},Qe)],e.prototype,"margin",void 0),Be([t.Property(5)],e.prototype,"shapePadding",void 0),Be([t.Property("transparent")],e.prototype,"background",void 0),Be([t.Property(1)],e.prototype,"opacity",void 0),Be([t.Property(!0)],e.prototype,"toggleVisibility",void 0),Be([t.Property(null)],e.prototype,"description",void 0),Be([t.Property(3)],e.prototype,"tabIndex",void 0)}(),function(){function e(){}Be([t.Property(0)],e.prototype,"series",void 0),Be([t.Property(0)],e.prototype,"point",void 0)}(),function(){function e(){}Be([t.Property(10)],e.prototype,"left",void 0),Be([t.Property(10)],e.prototype,"right",void 0),Be([t.Property(10)],e.prototype,"top",void 0),Be([t.Property(10)],e.prototype,"bottom",void 0)}(),function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(null)],i.prototype,"fill",void 0),Be([t.Property(null)],i.prototype,"endAngle",void 0),Be([t.Property(!1)],i.prototype,"explode",void 0),Be([t.Property(!1)],i.prototype,"explodeAll",void 0),Be([t.Property(null)],i.prototype,"explodeIndex",void 0),Be([t.Property(null)],i.prototype,"innerRadius",void 0),Be([t.Property("30%")],i.prototype,"explodeOffset",void 0),Be([t.Property(0)],i.prototype,"gapRatio",void 0),Be([t.Property("Value")],i.prototype,"groupMode",void 0),Be([t.Property(null)],i.prototype,"groupTo",void 0),Be([t.Property("20%")],i.prototype,"neckHeight",void 0),Be([t.Property("20%")],i.prototype,"neckWidth",void 0),Be([t.Property("Linear")],i.prototype,"pyramidMode",void 0),Be([t.Property([])],i.prototype,"palettes",void 0),Be([t.Property(0)],i.prototype,"startAngle",void 0),Be([t.Complex(null,Ge)],i.prototype,"animation",void 0),Be([t.Complex(null,tt)],i.prototype,"dataLabel",void 0),Be([t.Property("0")],i.prototype,"dashArray",void 0),Be([t.Property(1)],i.prototype,"width",void 0),Be([t.Property("X")],i.prototype,"segmentAxis",void 0),Be([t.Property("Line")],i.prototype,"drawType",void 0),Be([t.Property(!0)],i.prototype,"isClosed",void 0),Be([t.Collection([],ze)],i.prototype,"segments",void 0),Be([t.Property("")],i.prototype,"stackingGroup",void 0),Be([t.Complex({color:"transparent",width:0},Ye)],i.prototype,"border",void 0),Be([t.Property(!0)],i.prototype,"visible",void 0),Be([t.Property(1)],i.prototype,"opacity",void 0),Be([t.Property("Line")],i.prototype,"type",void 0),Be([t.Complex(null,it)],i.prototype,"marker",void 0),Be([t.Complex(null,rt)],i.prototype,"errorBar",void 0),Be([t.Property(!0)],i.prototype,"enableTooltip",void 0),Be([t.Collection([],nt)],i.prototype,"trendlines",void 0),Be([t.Property("")],i.prototype,"tooltipMappingName",void 0),Be([t.Property("SeriesType")],i.prototype,"legendShape",void 0),Be([t.Property(1)],i.prototype,"minRadius",void 0),Be([t.Property(null)],i.prototype,"selectionStyle",void 0),Be([t.Property("Natural")],i.prototype,"splineType",void 0),Be([t.Property(3)],i.prototype,"maxRadius",void 0),Be([t.Property(.5)],i.prototype,"cardinalSplineTension",void 0),Be([t.Property(null)],i.prototype,"columnWidth",void 0),Be([t.Complex(null,st)],i.prototype,"emptyPointSettings",void 0),Be([t.Complex(null,ot)],i.prototype,"cornerRadius",void 0),Be([t.Property(0)],i.prototype,"columnSpacing",void 0),i}(t.ChildProperty)),St=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property("Rotate45")],i.prototype,"labelIntersectAction",void 0),Be([t.Complex(Le,We)],i.prototype,"labelStyle",void 0),Be([t.Property("")],i.prototype,"title",void 0),Be([t.Property(null)],i.prototype,"zoomFactor",void 0),Be([t.Complex({},lt)],i.prototype,"crosshairTooltip",void 0),Be([t.Property("")],i.prototype,"labelFormat",void 0),Be([t.Complex(Ae,We)],i.prototype,"titleStyle",void 0),Be([t.Property(!1)],i.prototype,"isIndexed",void 0),Be([t.Property(0)],i.prototype,"plotOffset",void 0),Be([t.Property("Shift")],i.prototype,"edgeLabelPlacement",void 0),Be([t.Property("BetweenTicks")],i.prototype,"labelPlacement",void 0),Be([t.Property("Outside")],i.prototype,"tickPosition",void 0),Be([t.Property(!1)],i.prototype,"opposedPosition",void 0),Be([t.Property(!0)],i.prototype,"visible",void 0),Be([t.Property("Outside")],i.prototype,"labelPosition",void 0),Be([t.Property(0)],i.prototype,"labelRotation",void 0),Be([t.Property(0)],i.prototype,"minorTicksPerInterval",void 0),Be([t.Property(null)],i.prototype,"maximum",void 0),Be([t.Property(null)],i.prototype,"minimum",void 0),Be([t.Property(34)],i.prototype,"maximumLabelWidth",void 0),Be([t.Property(null)],i.prototype,"interval",void 0),Be([t.Complex({},gt)],i.prototype,"majorTickLines",void 0),Be([t.Property(!1)],i.prototype,"enableTrim",void 0),Be([t.Complex({},ht)],i.prototype,"majorGridLines",void 0),Be([t.Complex({},mt)],i.prototype,"minorTickLines",void 0),Be([t.Complex({},ct)],i.prototype,"lineStyle",void 0),Be([t.Complex({},ut)],i.prototype,"minorGridLines",void 0),Be([t.Property(!1)],i.prototype,"isInversed",void 0),Be([t.Property(null)],i.prototype,"description",void 0),Be([t.Property(0)],i.prototype,"startAngle",void 0),Be([t.Property(100)],i.prototype,"coefficient",void 0),Be([t.Collection([],dt)],i.prototype,"stripLines",void 0),Be([t.Property(2)],i.prototype,"tabIndex",void 0),Be([t.Complex({color:null,width:0,type:"Rectangle"},pt)],i.prototype,"border",void 0),i}(t.ChildProperty),yt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!1)],i.prototype,"enableMarker",void 0),Be([t.Property(!0)],i.prototype,"enable",void 0),Be([t.Property(null)],i.prototype,"fill",void 0),Be([t.Property(!1)],i.prototype,"shared",void 0),Be([t.Property(.75)],i.prototype,"opacity",void 0),Be([t.Property(null)],i.prototype,"header",void 0),Be([t.Property(null)],i.prototype,"format",void 0),Be([t.Complex(He,We)],i.prototype,"textStyle",void 0),Be([t.Property(null)],i.prototype,"template",void 0),Be([t.Complex({color:"#cccccc",width:.5},Ye)],i.prototype,"border",void 0),Be([t.Property(!0)],i.prototype,"enableAnimation",void 0),i}(t.ChildProperty),bt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property("50%")],i.prototype,"x",void 0),Be([t.Property("50%")],i.prototype,"y",void 0),i}(t.ChildProperty),Ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Property(!1)],i.prototype,"enablePinchZooming",void 0),Be([t.Property(!0)],i.prototype,"enableSelectionZooming",void 0),Be([t.Property(!1)],i.prototype,"enableDeferredZooming",void 0),Be([t.Property(!1)],i.prototype,"enableMouseWheelZooming",void 0),Be([t.Property("XY")],i.prototype,"mode",void 0),Be([t.Property(["Zoom","ZoomIn","ZoomOut","Pan","Reset"])],i.prototype,"toolbarItems",void 0),Be([t.Property(!0)],i.prototype,"enableScrollbar",void 0),Be([t.Property(!1)],i.prototype,"enablePan",void 0),i}(t.ChildProperty),xt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return _e(i,e),Be([t.Complex({},vt)],i.prototype,"chartSeries",void 0),Be([t.Complex({},St)],i.prototype,"primaryXAxis",void 0),Be([t.Complex({},St)],i.prototype,"primaryYAxis",void 0),Be([t.Property("")],i.prototype,"value",void 0),Be([t.Property("")],i.prototype,"columnHeader",void 0),Be([t.Property("-")],i.prototype,"columnDelimiter",void 0),Be([t.Property(!1)],i.prototype,"enableMultipleAxis",void 0),Be([t.Property("Stacked")],i.prototype,"multipleAxisMode",void 0),Be([t.Property(!1)],i.prototype,"enableScrollOnMultiAxis",void 0),Be([t.Property(!1)],i.prototype,"showMemberSeries",void 0),Be([t.Property(!1)],i.prototype,"showPointColorByMembers",void 0),Be([t.Complex({border:{color:null,width:.5},background:"transparent"},u.titleSettings)],i.prototype,"titleStyle",void 0),Be([t.Property("")],i.prototype,"title",void 0),Be([t.Complex({border:{color:null,width:.5},background:"transparent"},u.titleSettings)],i.prototype,"subTitleStyle",void 0),Be([t.Property("")],i.prototype,"subTitle",void 0),Be([t.Complex({color:"#DDDDDD",width:0},Ye)],i.prototype,"border",void 0),Be([t.Complex({},Qe)],i.prototype,"margin",void 0),Be([t.Complex({border:{color:null,width:.5},background:"transparent"},Je)],i.prototype,"chartArea",void 0),Be([t.Property(null)],i.prototype,"background",void 0),Be([t.Property("Material")],i.prototype,"theme",void 0),Be([t.Property([])],i.prototype,"palettes",void 0),Be([t.Complex({},Ze)],i.prototype,"crosshair",void 0),Be([t.Complex({},yt)],i.prototype,"tooltip",void 0),Be([t.Complex(null,bt)],i.prototype,"pieCenter",void 0),Be([t.Complex({},Ct)],i.prototype,"zoomSettings",void 0),Be([t.Property()],i.prototype,"legendSettings",void 0),Be([t.Property("None")],i.prototype,"selectionMode",void 0),Be([t.Property("None")],i.prototype,"accumulationSelectionMode",void 0),Be([t.Property(!0)],i.prototype,"enableSmartLabels",void 0),Be([t.Property(!0)],i.prototype,"enableBorderOnMouseMove",void 0),Be([t.Property("None")],i.prototype,"highlightMode",void 0),Be([t.Property("None")],i.prototype,"highlightPattern",void 0),Be([t.Property(!0)],i.prototype,"enableExport",void 0),Be([t.Property(!1)],i.prototype,"isMultiSelect",void 0),Be([t.Collection([],Xe)],i.prototype,"selectedDataIndexes",void 0),Be([t.Property(!0)],i.prototype,"enableAnimation",void 0),Be([t.Property(!1)],i.prototype,"enableCanvas",void 0),Be([t.Property(!0)],i.prototype,"useGroupingSeparator",void 0),Be([t.Property(!1)],i.prototype,"isTransposed",void 0),Be([t.Property(1)],i.prototype,"tabIndex",void 0),Be([t.Property(null)],i.prototype,"description",void 0),Be([t.Event()],i.prototype,"resized",void 0),Be([t.Property(!0)],i.prototype,"enableSideBySidePlacement",void 0),Be([t.Event()],i.prototype,"loaded",void 0),Be([t.Event()],i.prototype,"beforePrint",void 0),Be([t.Event()],i.prototype,"animationComplete",void 0),Be([t.Event()],i.prototype,"load",void 0),Be([t.Event()],i.prototype,"textRender",void 0),Be([t.Event()],i.prototype,"legendRender",void 0),Be([t.Event()],i.prototype,"seriesRender",void 0),Be([t.Event()],i.prototype,"multiLevelLabelRender",void 0),Be([t.Event()],i.prototype,"pointRender",void 0),Be([t.Event()],i.prototype,"tooltipRender",void 0),Be([t.Event()],i.prototype,"legendClick",void 0),Be([t.Event()],i.prototype,"axisLabelRender",void 0),Be([t.Event()],i.prototype,"multiLevelLabelClick",void 0),Be([t.Event()],i.prototype,"chartMouseClick",void 0),Be([t.Event()],i.prototype,"chartMouseMove",void 0),Be([t.Event()],i.prototype,"pointMove",void 0),Be([t.Event()],i.prototype,"pointClick",void 0),Be([t.Event()],i.prototype,"chartMouseDown",void 0),Be([t.Event()],i.prototype,"chartMouseLeave",void 0),Be([t.Event()],i.prototype,"dragComplete",void 0),Be([t.Event()],i.prototype,"chartMouseUp",void 0),Be([t.Event()],i.prototype,"scrollStart",void 0),Be([t.Event()],i.prototype,"zoomComplete",void 0),Be([t.Event()],i.prototype,"scrollChanged",void 0),Be([t.Event()],i.prototype,"scrollEnd",void 0),Be([t.Property(!0)],i.prototype,"showMultiLevelLabels",void 0),i}(t.ChildProperty),wt=function(){function e(){}return e.getCellSets=function(e,i,a,r,n){this.engine=i,this.isMondrian=i.isMondrian,this.isMeasureAvail=i.isMeasureAvail,this.isPaging=i.isPaging,this.pageSettings=i.pageSettings,this.rows=i.rows,this.columns=i.columns,this.values=i.values,this.filters=i.filters,this.allowLabelFilter=i.allowLabelFilter,this.allowValueFilter=i.allowValueFilter,this.drilledMembers=i.updateDrilledItems(e.drilledMembers),this.calculatedFieldSettings=i.calculatedFieldSettings,this.valueAxis="row"===e.valueAxis?"rows":"columns",r&&(r.axis="row"===r.axis?"rows":"columns"),this.filterMembers=t.extend({},i.filterMembers,null,!0),this.fieldDataObj=i.fieldListObj,this.fieldList=i.fieldList,this.cellSetInfo="\nDIMENSION PROPERTIES PARENT_UNIQUE_NAME, HIERARCHY_UNIQUE_NAME, CHILDREN_CARDINALITY, MEMBER_TYPE, MEMBER_VALUE";var s=this.getMeasuresQuery(this.values),o=this.getDimensionsQuery(this.rows,s,"rows",r).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),l=this.getDimensionsQuery(this.columns,s,"columns",r).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;");if(this.isPaging&&a&&void 0!==this.pageSettings)o=(d=this.getPagingQuery(o,l)).rowQuery,l=d.columnQuery;else if(this.isPaging&&!a&&void 0!==this.pageSettings){var d=this.getPagingCountQuery(o,l);o=d.rowQuery,l=d.columnQuery}o=o.length>0?o+(this.isPaging&&!a?"":this.cellSetInfo+" ON ROWS"):"",l=l.length>0?l+(this.isPaging&&!a?"":this.cellSetInfo+" ON COLUMNS"):"";var p=this.getSlicersQuery(this.filters,"filters").replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),h=this.getfilterQuery(this.filterMembers,e.cube).replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),u=this.getCalculatedFieldQuery(this.calculatedFieldSettings).replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),c=this.frameMDXQuery(o,l,p,h,u,a),g={catalog:e.catalog,cube:e.cube,url:e.url,request:c,LCID:e.localeIdentifier.toString(),roles:e.roles};i.mdxQuery=c.replace(/&amp;/g,"&").replace(/&gt;/g,">").replace(/&lt;/g,"<").replace(/%280/g,'"').replace(/&apos;/g,"'"),r&&(r.axis="rows"===r.axis?"row":"column"),n||this.getTableCellData(g,this.isPaging&&!a?this.engine.generatePagingData.bind(this.engine):this.engine.generateEngine.bind(this.engine),r?{action:r.action,drillInfo:r}:{dataSourceSettings:e,action:"loadTableElements"})},e.getTableCellData=function(e,t,i){var a=this.engine.getConnectionInfo(e.url,e.LCID),r='<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header></Header> <Body> <Execute xmlns="urn:schemas-microsoft-com:xml-analysis"> <Command> <Statement>'+e.request+"</Statement> </Command> <Properties> <PropertyList> <Catalog>"+e.catalog+"</Catalog> <LocaleIdentifier>"+a.LCID+"</LocaleIdentifier>"+(e.roles?"<Roles>"+e.roles+"</Roles>":"")+"</PropertyList> </Properties></Execute> </Body> </Envelope>";if(this.engine.doAjaxPost("POST",a.url,r,t,i),this.engine.errorInfo)throw this.engine.errorInfo},e.frameMDXQuery=function(e,t,i,a,r,n){var s=this.isPaging&&!n?""!==r?"":"\nWITH":"\nSelect ";return t.length>0&&(s+=t),e.length>0&&(s=s+(t.length>0?this.isPaging&&!n?"":", ":"")+e),s=r+s+(this.isPaging&&!n?"\nMEMBER [Measures].[3d268ce0-664d-4092-b9cb-fece97175006] AS Count([e16a30d0-2174-4874-8dae-a5085a75a3e2]) MEMBER [Measures].[8d7fe8c1-f09f-410e-b9ba-eaab75a1fc3e] AS Count ([d1876d2b-e50e-4547-85fe-5b8ed9d629de])\nSELECT { [Measures].[3d268ce0-664d-4092-b9cb-fece97175006] , [Measures].[8d7fe8c1-f09f-410e-b9ba-eaab75a1fc3e] } ON AXIS(0)":"")+" "+a+i+"\nCELL PROPERTIES VALUE, FORMAT_STRING, FORMATTED_VALUE\n"},e.getPagingQuery=function(e,t){e=e.replace("NON EMPTY ( ","").slice(0,-1),t=t.replace("NON EMPTY ( ","").slice(0,-1);var i=e,a=(this.pageSettings.currentRowPage-1)*this.pageSettings.rowPageSize,r=(this.pageSettings.currentColumnPage-1)*this.pageSettings.columnPageSize,n=this.engine.isExporting&&this.engine.exportSpeciedPages&&this.engine.exportSpeciedPages.rowSize?this.engine.exportSpeciedPages.rowSize:3*this.pageSettings.rowPageSize,s=this.engine.isExporting&&this.engine.exportSpeciedPages&&this.engine.exportSpeciedPages.columnSize?this.engine.exportSpeciedPages.columnSize:3*this.pageSettings.columnPageSize;return a=this.engine.rowCount<a+n?this.engine.rowCount>n?this.engine.rowCount-n:0:a,this.engine.pageRowStartPos=a,r=this.engine.columnCount<r+s?this.engine.columnCount>s?this.engine.columnCount-s:0:r,this.engine.pageColStartPos=r,{rowQuery:""!==e?"\nSUBSET ({ "+(this.isMondrian?"":"NONEMPTY")+" ("+e+(this.isMondrian||""===t?"":","+t)+")},"+a+","+n+")":"",columnQuery:""!==t?"\nSUBSET ({ "+(this.isMondrian?"":"NONEMPTY")+" ("+t+(this.isMondrian||""===i?"":","+i)+")},"+r+","+s+")":""}},e.getPagingCountQuery=function(e,t){e=e.replace("NON EMPTY ( ","").slice(0,-1),t=t.replace("NON EMPTY ( ","").slice(0,-1);var i=e;return{rowQuery:""!==e?"SET [d1876d2b-e50e-4547-85fe-5b8ed9d629de] as "+(this.isMondrian?"":"NONEMPTY")+" ("+e+(this.isMondrian||""===t?"":","+t)+")\n":"",columnQuery:""!==t?"\nSET [e16a30d0-2174-4874-8dae-a5085a75a3e2] as "+(this.isMondrian?"":"NONEMPTY")+" ("+t+(this.isMondrian||""===i?"":","+i)+")\n":""}},e.getDimensionsQuery=function(e,t,i,a){var r="";if(e.length>0){r="\nNON EMPTY ( "+(this.drilledMembers.length>0?"HIERARCHIZE ({":"");for(var n=0;n<e.length;){0===n?"[measures]"===e[n].name.toLowerCase()?""!==t&&(r+=t):r+="({"+this.getDimensionQuery(e[n],i)+"})":"[measures]"===e[n].name.toLowerCase()?""!==t&&(r=r+" * "+t):r=r+" * "+("({"+this.getDimensionQuery(e[n],i)+"})"),n++}var s=this.getDrillQuery(e,t,i,a);r=a&&a.axis===i?"\nNON EMPTY ( "+(this.drilledMembers.length>0?"HIERARCHIZE ({":"")+s.query:r+(""!==s.query?",":"")+s.query;var o=this.getAttributeDrillQuery(e,t,i,a);r=r+(this.isPaging?(""!==o?"-":"")+o:"")+(this.drilledMembers.length>0?"})":"")+(this.isPaging?"":(""!==o?"-":"")+o)+")"}return r},e.getAttributeDrillQuery=function(e,t,i,a){var r="",n=[];n=a&&a.axis===i&&"down"===a.action.toLowerCase()?[{name:a.fieldName,items:[a.memberName],delimiter:"~~"}]:this.drilledMembers;for(var s=i===this.valueAxis?this.getMeasurePos(i):0,o=0,l=n;o<l.length;o++){var d=l[o];if(!!this.engine.fieldList[d.name]&&this.engine.fieldList[d.name].isHierarchy)for(var p=0,h=d.items;p<h.length;p++){for(var u=h[p],c=[],g=u.split(d.delimiter?d.delimiter:"~~"),m=this.getDrillLevel(e,g),f=this.getDimensionPos(i,d.name),v=e.length-(s>f?1:0),S=!!this.isPaging&&this.isAttributeMemberExist(d.name,u.split(d.delimiter?d.delimiter:"~~"),d.delimiter,g,i);m.level>0&&m.isDrill&&f+1!==s&&!S;){for(var y=[],b=0;b<e.length;){if("[measures]"===e[b].name.toLowerCase())""!==t&&y.push(g[b]?"({{"+g[b]+"}})":"("+t+")");else if(g[b]&&(-1!==g[b].indexOf(e[b].name)||e[b].isNamedSet&&this.fieldList[e[b].name]&&-1!==g[b].indexOf(this.fieldList[e[b].name].pid.split("Sets_")[1])))y.push(this.getHierarchyQuery(g[b],!1,!1,!1,m.level,!0));else{if(g[b]||!e[b]){y=[];break}y.push(this.getHierarchyQuery(e[b].name,!!(this.isPaging&&2===m.level||!this.isPaging&&v>b),e[b].isNamedSet,e[b].isCalculatedField,m.level,!1))}b++}y.length>0&&c.push("("+y.join("*")+")"),m.level--,v--}c.length>0&&(r=r+(""!==r?"-":"")+c.join(this.isPaging?"+":"-"))}}return r},e.getDimensionPos=function(e,t){for(var i=0,a="rows"===e?this.rows:this.columns,r=0;r<a.length;r++)if(a[r].name===t){i=r;break}return i},e.getMeasurePos=function(e){for(var t=0,i="rows"===e?this.rows:this.columns,a=0;a<i.length;a++)if(0===i[a].name.indexOf("[Measures]")){t=a;break}return t},e.getDrillLevel=function(e,t){for(var i=e.length,a=!1,r=0;r<e.length;)t[r]&&-1!==t[r].indexOf(e[r].name)?(i-=1,e[r+1]&&!(e[r+1].isNamedSet||0===e[r+1].name.indexOf("[Measures]")||this.fieldList[e[r+1].name]&&!this.fieldList[e[r+1].name].hasAllMember)&&(a=!0)):(e[r].isNamedSet||0===e[r].name.indexOf("[Measures]")||this.fieldList[e[r].name]&&!this.fieldList[e[r].name].hasAllMember)&&(i-=1),r++;return{level:this.isPaging?2:i,isDrill:a}},e.getHierarchyQuery=function(e,t,i,a,r,n){return e=a?this.fieldList[e].tag:e,!this.fieldList[e]||this.fieldList[e].hasAllMember||i||a?i||a?"({"+e+"})":this.isPaging?"({"+e+(t?".CHILDREN})":n||1!==r?"})":".[All]})"):"({DrilldownLevel({"+e+(t?".CHILDREN":"")+"},,,INCLUDE_CALC_MEMBERS)})":"(("+e+").levels(0).AllMembers)"},e.isAttributeMemberExist=function(e,t,i,a,r){t.splice(a.length-1,1);var n=!1;if(""!==t.join(i)&&(!this.isPaging||1!==t.length||"[Measures]"!==t.join(i))&&this.engine.fieldList[e]&&this.engine.fieldList[e].hasAllMember)for(var s=this.getDimensionPos(r,e),o=0;o<this.drilledMembers.length;o++)if(e!==this.drilledMembers[o].name&&!!this.engine.fieldList[this.drilledMembers[o].name]&&this.engine.fieldList[this.drilledMembers[o].name].isHierarchy)for(var l=this.getDimensionPos(r,this.drilledMembers[o].name),d=0;d<this.drilledMembers[o].items.length;d++){var p=this.getDrillLevel("rows"===r?this.rows:this.columns,this.drilledMembers[o].items[d].split(this.drilledMembers[o].delimiter?this.drilledMembers[o].delimiter:"~~"));if((!this.isPaging||l<s&&p.isDrill)&&(0===this.drilledMembers[o].items[d].indexOf(t.join(i))||0===t.join(i).indexOf(this.drilledMembers[o].items[d]))){n=!0;break}}return n},e.getDrillQuery=function(e,t,i,a){var r="",n=[],s=[],o=!1,l="";a&&a.axis===i&&"down"===a.action.toLowerCase()?(o=!0,s=[{name:a.fieldName,items:[a.memberName],delimiter:"~~"}]):s=this.drilledMembers;for(var d=0,p=s;d<p.length;d++){var h=p[d];if(!(!!this.engine.fieldList[h.name]&&this.engine.fieldList[h.name].isHierarchy))for(var u=0,c=h.items;u<c.length;u++){for(var g=c[u],m=[],f=[],v=0,S=g.split(h.delimiter?h.delimiter:"~~"),y=this.isAttributeMemberExist(h.name,g.split(h.delimiter?h.delimiter:"~~"),h.delimiter?h.delimiter:"~~",S,i);v<e.length&&!y;){if(S[v]&&-1!==S[v].indexOf(e[v].name))-1!==S[S.length-1].indexOf(e[v].name)?o?l=l+(""!==l?" * ":"")+"({"+S[v]+".CHILDREN})":(m.push("("+S[v]+".CHILDREN)"),f.push("("+S[v]+")")):"[measures]"===S[v].toLowerCase()&&""!==t?o?l=l+(""!==l?" * ":"")+"("+t+")":(m.push("("+t+")"),f.push("("+t+")")):-1!==S[v].toLowerCase().indexOf("[measures]")?o?l=l+(""!==l?" * ":"")+"({"+S[v]+"})":(m.push("({"+S[v]+"})"),f.push("({"+S[v]+"})")):o?l=l+(""!==l?" * ":"")+"({"+S[v]+"})":(m.push("("+S[v]+")"),f.push("("+S[v]+")"));else{if(S[v]||!e[v]){m=[];break}if("[measures]"===e[v].name.toLowerCase()&&""!==t)o?l=l+(""!==l?" * ":"")+"("+t+")":(m.push("("+t+")"),f.push("("+t+")"));else{var b=this.getDimensionQuery(e[v],i);o?l=l+(""!==l?" * ":"")+"({"+b+"})":(m.push("("+b+")"),f.push("("+b+")"))}}v++}m.length>0&&m.length<S.length&&(m=[],f=[]),r=r+(""!==r&&m.length>0?",":"")+(m.length>0?"("+m.toString()+")":""),f.length>0&&n.push("("+f.toString()+")")}}return{query:o?l:r,collection:o?[l]:n}},e.getSlicersQuery=function(e,i){var a=this,r="",n=t.extend([],this.rows,null,!0);if(n=n.concat(this.columns),e.length>0){for(var s=0;s<e.length;)n.filter(function(t){var i=a.getDimensionUniqueName(t.name),r=a.getDimensionUniqueName(e[s].name);return i===r&&!(a.isMondrian&&""===r&&""===i)}).length>0||(void 0===e[s].name||this.filterMembers[e[s].name]?this.filterMembers[e[s].name]&&(r=r+(""!==r?" * ":"")+"{"+this.filterMembers[e[s].name].toString()+"}"):r=r+(""!==r?" * ":"")+"{"+this.getDimensionQuery(e[s],i)+"}"),s++;r=""===r?"":"\nWHERE ("+r.replace(/DrilldownLevel/g,"")+")"}return r},e.getDimensionQuery=function(e,t){var i=e.isCalculatedField?this.fieldList[e.name].tag:e.name;return this.fieldList[e.name]&&this.fieldList[e.name].hasAllMember||e.isNamedSet||e.isCalculatedField?e.isNamedSet||e.isCalculatedField?"{"+i+"}":this.isPaging?i+".CHILDREN":"DrilldownLevel({"+i+"}"+("rows"===t||"columns"===t?",,,INCLUDE_CALC_MEMBERS":"")+")":"(("+i+").levels(0).AllMembers)"},e.getDimensionUniqueName=function(e){var t=this.fieldDataObj.hierarchy,i=[];if(t){for(var a=0,r=t;a<r.length;a++){var n=r[a];n.id.toLowerCase()===e.toLowerCase()&&i.push(n)}return i.length>0?i[0].pid:""}return e.split(".")[0]},e.getMeasuresQuery=function(e){var t="";if(e.length>0){t="{{";for(var i="",a=0,r=e;a<r.length;a++){var n=r[a],s=n.isCalculatedField?this.fieldList[n.name].tag:n.name;i=i.length>0?i+", "+s:s}t=t+i+"}}"}return t},e.getfilterQuery=function(e,t){for(var i="\nFROM ["+t+"]",a="\nFROM( SELECT (",r=[],n=[],s=[],o=[],l=0,d=this.rows;l<d.length;l++)e[(m=d[l]).name]&&e[m.name].length>0&&("string"==typeof e[m.name][0]?s.push(e[m.name]):(e[m.name][1]=e[m.name][0].type,r.push(e[m.name]),delete e[m.name]));for(var p=0,h=this.columns;p<h.length;p++)if(e[(m=h[p]).name]&&e[m.name].length>0)if("string"==typeof e[m.name][0])o.push(e[m.name]);else{var u=e[m.name];u[1]=u[0].type,r.push(e[m.name]),delete e[m.name]}for(var c=0,g=this.filters;c<g.length;c++){for(var m=g[c],f=!1,v=0,S=this.columns;v<S.length;v++){var y=S[v];f||this.getDimensionUniqueName(y.name)!==this.getDimensionUniqueName(m.name)||e[m.name]&&(o.push(e[m.name]),f=!0)}if(!f)for(var b=0,C=this.rows;b<C.length;b++){var x=C[b];f||this.getDimensionUniqueName(x.name)!==this.getDimensionUniqueName(m.name)||e[m.name]&&(s.push(e[m.name]),f=!0)}}if((this.allowLabelFilter||this.allowValueFilter)&&r.length>0)for(var w=0,T=["Value","Label"];w<T.length;w++)for(var M=T[w],D=0,O=r;D<O.length;D++){var P=O[D];P&&2===P.length&&"string"==typeof P[1]&&P[1]===M&&n.push(this.getAdvancedFilterQuery(P[0],a,"COLUMNS"))}for(var N=0,E=o.length;N<E;N++)a=0===N?a+"{"+o[N].toString()+"}":a+",{"+o[N].toString()+"}";o.length>0&&(a=s.length>0?a+" ) ON COLUMNS ,(":a+" ) ON COLUMNS");for(var N=0,E=s.length;N<E;N++)a=N>0?a+",{"+s[N].toString()+"}":a+"{"+s[N].toString()+"}";a=o.length>0&&s.length>0?a+=") ON ROWS ":0===o.length&&s.length>0?a+") ON COLUMNS ":a;var I="";return n.length>0&&(I=n.join(" ")+" "+(o.length>0||s.length>0?a:"")+" "+i+Array(n.length+1+(o.length>0||s.length>0?1:0)).join(")")),i=0===o.length&&0===s.length?i:a+i+")",I.length>0?I:i},e.getAdvancedFilterQuery=function(e,t,i){return"\nFROM (SELECT Filter("+e.selectedField+".AllMembers, "+this.getAdvancedFilterCondtions(e.name,e.condition,e.value1,e.value2,e.type,e.measure)+")) on "+i},e.getAdvancedFilterCondtions=function(e,t,i,a,r,n){var s="";switch(t){case"Equals":s="("+("Value"!==r?e+'.CurrentMember.member_caption ="'+i+'"':n+" = "+i);break;case"DoesNotEquals":s="("+("Value"!==r?e+'.CurrentMember.member_caption <>"'+i+'"':n+" <>"+i);break;case"Contains":s="( InStr (1,"+e+'.CurrentMember.member_caption,"'+i+'") >0';break;case"DoesNotContains":s="( InStr (1,"+e+'.CurrentMember.member_caption,"'+i+'")=0';break;case"BeginWith":s="( Left ("+e+".CurrentMember.member_caption,"+i.length+')="'+i+'"';break;case"DoesNotBeginWith":s="( Left ("+e+".CurrentMember.member_caption,"+i.length+') <>"'+i+'"';break;case"EndsWith":s="( Right ("+e+".CurrentMember.member_caption,"+i.length+')="'+i+'"';break;case"DoesNotEndsWith":s="( Right ("+e+".CurrentMember.member_caption,"+i.length+') <>"'+i+'"';break;case"GreaterThan":s="("+("Value"!==r?e+'.CurrentMember.member_caption >"'+i+'"':n+" >"+i);break;case"GreaterThanOrEqualTo":s="("+("Value"!==r?e+'.CurrentMember.member_caption >="'+i+'"':n+" >="+i);break;case"LessThan":s="("+("Value"!==r?e+'.CurrentMember.member_caption <"'+i+'"':n+" <"+i);break;case"LessThanOrEqualTo":s="("+("Value"!==r?e+'.CurrentMember.member_caption <="'+i+'"':n+" <="+i);break;case"Between":s="("+("Value"!==r?e+'.CurrentMember.member_caption >="'+i+'"AND '+e+'.CurrentMember.member_caption <="'+a+'"':n+" >="+i+" AND "+n+" <="+a);break;case"NotBetween":s="("+("Value"!==r?e+'.CurrentMember.member_caption >="'+i+'"OR '+e+'.CurrentMember.member_caption <="'+a+'"':n+" >="+i+" OR "+n+" <="+a);break;default:s="( InStr (1,"+e+'.CurrentMember.member_caption,"'+i+'") >0'}return s},e.getCalculatedFieldQuery=function(e){var i="";if(e.length>0){i="\nWITH";for(var a=0,r=e;a<r.length;a++){var n=r[a],s=(n.formula.indexOf("Measure")>-1?"[Measures].":n.hierarchyUniqueName+".")+"["+n.name+"]",o=t.isNullOrUndefined(n.formatString)?null:n.formatString;i+="\nMEMBER "+s+"as ("+n.formula+") "+(t.isNullOrUndefined(o)?"":', FORMAT_STRING ="'+o.trim()+'"')}}return i},e}(),Tt=function(){function e(){this.fieldList={},this.columnCount=0,this.rowCount=0,this.colFirstLvl=0,this.rowFirstLvl=0,this.pageColStartPos=0,this.enableSort=!1,this.enableValueSorting=!1,this.dataFields={},this.formatFields={},this.filterMembers={},this.drilledSets={},this.isExporting=!1,this.aggregatedValueMatrix=[],this.mappingFields={},this.formatRegex=/^(?:[ncpae])(?:([0-9]|1[0-9]|20))?$/i,this.clonedValTuple=[],this.clonedColumnTuple=[],this.clonedRowTuple=[],this.pivotValues=[],this.valueContent=[],this.headerContent=[],this.rowStartPos=0,this.pageRowStartPos=0,this.tupColumnInfo=[],this.tupRowInfo=[],this.gridJSON="",this.namedSetsPosition={},this.colDepth=0,this.totalCollection=[],this.parentObjCollection={},this.curDrillEndPos=-1,this.headerGrouping={},this.lastLevel=[],this.showRowSubTotals=!0,this.showColumnSubTotals=!0,this.hideRowTotalsObject={},this.hideColumnTotalsObject={},this.sortObject={},this.isColDrill=!1}return e.prototype.renderEngine=function(e,i,a){if(this.isEmptyData=!1,this.getHeaderSortInfo=a,this.mdxQuery="",this.isMeasureAvail=!1,this.allowMemberFilter=!1,this.allowLabelFilter=!1,this.allowValueFilter=!1,this.isMondrian=!1,this.aggregatedValueMatrix=[],this.measureReportItems=[],this.calcChildMembers=[],this.selectedItems=[],this.savedFieldList=void 0,this.savedFieldListData=void 0,this.formatFields={},this.filterMembers={},this.dataFields={},this.valueAxis="",this.columnCount=0,this.rowCount=0,this.colFirstLvl=0,this.rowFirstLvl=0,this.pageColStartPos=0,this.sortObject={},this.globalize=new t.Internationalization,this.locale=this.globalize.culture?this.globalize.culture:"en-US",this.localeObj=i?i.localeObj:void 0,this.enableValueSorting=!!i&&i.enableValueSorting,e.url){this.dataSourceSettings=e,this.measureIndex=t.isNullOrUndefined(e.valueIndex)?-1:e.valueIndex,this.valueAxis="row"===e.valueAxis?"row":"column",this.getAxisFields(),this.formats=e.formatSettings?e.formatSettings:[],this.enableSort=void 0===e.enableSorting||e.enableSorting,this.valueSortSettings=e.valueSortSettings?e.valueSortSettings:void 0,this.filterSettings=e.filterSettings?e.filterSettings:[],this.sortSettings=e.sortSettings?e.sortSettings:[],this.allowMemberFilter=!!e.allowMemberFilter,this.allowLabelFilter=!!e.allowLabelFilter,this.allowValueFilter=!!e.allowValueFilter,this.drilledMembers=e.drilledMembers?this.updateDrilledItems(e.drilledMembers):[],this.calculatedFieldSettings=e.calculatedFieldSettings?e.calculatedFieldSettings:[],this.emptyCellTextContent=e.emptyCellsTextContent?e.emptyCellsTextContent:"",this.pageSettings=i?i.pageSettings?i.pageSettings:this.pageSettings:void 0,this.isPaging=!(!this.pageSettings||!i.enablePaging&&!i.enableVirtualization),this.frameSortObject(),this.getFormattedFields(this.formats),this.savedFieldList=i?i.savedFieldList:void 0,this.savedFieldListData=i?i.savedFieldListData:void 0,this.fieldListData=[],this.fieldListObj={},this.setNamedSetsPosition(),this.savedFieldList&&Object.keys(this.savedFieldList).length>0&&this.savedFieldListData?this.updateFieldlist(!0):(this.getCubes(e),this.getFieldList(e)),this.loadCalculatedMemberElements(this.calculatedFieldSettings);var r=this.getMeasureInfo();this.olapVirtualization=this.isPaging&&e.showSubTotals&&r.measureIndex===("column"===r.measureAxis?e.columns.length-1:e.rows.length-1)&&!t.isNullOrUndefined(this.pageSettings)&&e.showGrandTotals,this.isPaging=this.isPaging?!this.olapVirtualization:this.isPaging,this.measureReportItems=[],this.updateFilterItems(this.filterSettings),this.generateGridData(e)}},e.prototype.generateGridData=function(e,t){var i=!(!t||"navPaging"!==t||!this.isPaging||void 0===this.pageSettings);this.rows.length>0||this.columns.length>0||this.values.length>0||this.filters.length>0?wt.getCellSets(e,this,i):(wt.getCellSets(e,this,!0,void 0,!0),this.generateEngine(void 0,void 0,{dataSourceSettings:e,action:"loadTableElements"}))},e.prototype.generatePagingData=function(e,t,i){var a=[].slice.call(e.querySelectorAll("Axes, CellData")),r=a[1]?a[1].querySelectorAll("FmtValue"):null;r&&r.length>0&&(this.columnCount=Number(r[0].textContent),this.rowCount=Number(r[1].textContent));var n=i.dataSourceSettings;wt.getCellSets(n,this,!0)},e.prototype.scrollPage=function(){if(this.olapVirtualization){var e=this.getVirtualScrollingData(this.clonedColumnTuple,this.clonedRowTuple);e.isCalculated&&(this.pivotValues=[],this.clearEngineProperties(),this.performEngine(e.columnTuple,e.rowTuple,e.valueTuple)),this.pivotValues=this.pivotValues.slice()}else wt.getCellSets(this.dataSourceSettings,this,!0)},e.prototype.getVirtualScrollingData=function(e,i){var a=this.clonedValTuple.slice(),r=!1,n=(this.pageSettings.currentColumnPage-1)*this.pageSettings.columnPageSize,s=(this.pageSettings.currentRowPage-1)*this.pageSettings.rowPageSize,o=3*this.pageSettings.columnPageSize,l=3*this.pageSettings.rowPageSize;if(n=this.columnCount<n+o?this.columnCount>o?this.columnCount-o:0:n,s=this.rowCount<s+l?this.rowCount>l?this.rowCount-l:0:s,n!==this.pageColStartPos||s!==this.pageRowStartPos||!(e.length<=o&&i.length<=l)){r=!0;var d=this.getMeasureInfo(),p=!t.isNullOrUndefined(e[0])&&0===Number(e[0].querySelectorAll("Member")[0].querySelector("LNum").textContent)&&e[0].querySelectorAll("Member")[0].querySelector("MEMBER_VALUE").textContent.startsWith("All"),h=!t.isNullOrUndefined(i[0])&&0===Number(i[0].querySelectorAll("Member")[0].querySelector("LNum").textContent)&&i[0].querySelectorAll("Member")[0].querySelector("MEMBER_VALUE").textContent.startsWith("All"),u=!!p&&n+o>=e.length-1,c=!!h&&s+l>=i.length-1,g=p?this.getAxisdepth(e):"column"===d.measureAxis?d.valueInfo.length:1,m=h?this.getAxisdepth(i):"row"===d.measureAxis?d.valueInfo.length:1,f=(p?g:0)+n,v=(h?m:0)+s,S=e.slice(f,f+o),y=i.slice(v,v+l),b=S[0]?Number(S[0].querySelectorAll("Member")[0].querySelector("LNum").textContent):0,C=y[0]?Number(y[0].querySelectorAll("Member")[0].querySelector("LNum").textContent):0,x=this.getVirtualTotals(e.slice(0,f),b,u,"column",g),w=this.getVirtualTotals(i.slice(0,v),C,c,"row",m);f=S.length+x.totalsCollection.length>o?Math.max(S.length+x.totalsCollection.length-o):0,v=y.length+w.totalsCollection.length>l?Math.max(y.length+w.totalsCollection.length-l):0,S=x.totalsCollection.concat(S.slice(f,S.length)),y=w.totalsCollection.concat(y.slice(v,y.length));var T=this.getVirtualValues(a,n+f,s+v,o,l,x.indexCollection,w.indexCollection,e.length,i.length,g,m,h);e=S.slice(),i=y.slice(),a=T.slice()}return this.pageColStartPos=n,this.pageRowStartPos=s,{columnTuple:e,rowTuple:i,valueTuple:a,isCalculated:r}},e.prototype.getAxisdepth=function(e){for(var t=0,i=0;i<e.length&&0===Number(e[i].querySelectorAll("Member")[0].querySelector("LNum").textContent);i++)t++;return t},e.prototype.getVirtualTotals=function(e,t,i,a,r){var n=[],s=[];if(1!==t)for(d=e.length-1;d>0;d--){var o=Number(e[d].querySelectorAll("Member")[0].querySelector("LNum").textContent);if(0===o)break;if(t>o)if(t=o,Number(e[d-1].querySelectorAll("Member")[0].querySelector("LNum").textContent)===o){for(var l=0;l<r;l++)n[n.length]=e[d-l],s[s.length]=d-l;d=r>1?d-(r-1):d}else n[n.length]=e[d],s[s.length]=d;else if(1===o)break}if(i)for(var d=r;d>0;d--)n=n.concat([e[d-1]]),s=s.concat([d-1]);return{totalsCollection:n.reverse(),indexCollection:s.reverse()}},e.prototype.getVirtualValues=function(e,t,i,a,r,n,s,o,l,d,p,h){var u=[],c=e;if(l>r){var g=((h?p:0)+i)*o;c=e.slice(g,g+r*o);for(var m=[],f=0;f<s.length;f++)m=m.concat(e.slice(s[f]*o,s[f]*o+o));c=m.concat(c)}for(var f=0,v=c.length/o;f<v;f++){for(var S=c.slice(f*o,f*o+o),y=S.slice(t+d,t+d+a),b=[],C=0;C<n.length;C++)b[b.length]=S[n[C]];u=u.concat(b.concat(y))}return u},e.prototype.generateEngine=function(e,i,a){"down"!==a.action&&this.clearEngineProperties(),this.xmlDoc=e?e.cloneNode(!0):void 0,this.request=i,this.customArgs=a,this.parentObjCollection={},this.curDrillEndPos=-1,this.onDemandDrillEngine=[],this.getSubTotalsVisibility(),this.xmlaCellSet=e?e.querySelectorAll("Axes, CellData"):void 0;var r=this.xmlaCellSet&&this.xmlaCellSet.length>0?[].slice.call(this.xmlaCellSet[0].querySelectorAll('Axis[name|="Axis0"] Tuple')):[],n=this.xmlaCellSet&&this.xmlaCellSet.length>0?[].slice.call(this.xmlaCellSet[0].querySelectorAll('Axis[name|="Axis1"] Tuple')):[],s=this.xmlaCellSet&&this.xmlaCellSet.length>1?[].slice.call(this.xmlaCellSet[1].querySelectorAll("Cell")):[];if(this.olapVirtualization&&!t.isNullOrUndefined(this.pageSettings)){if(r.length*n.length!==s.length){for(var o=[],l=0;l<s.length;l++)t.isNullOrUndefined(s[l])||(o[Number(s[l].getAttribute("CellOrdinal"))]=s[l]);s=o}this.clonedValTuple=s;var d=this.getDrillInfo("columns"),p=this.getActualTuples(r,d);d=this.getDrillInfo("rows");var h=this.getActualTuples(n,d,p.indexColls,r.length);this.clonedColumnTuple=p.tupColls,this.clonedRowTuple=h.tupColls,this.columnCount=this.clonedColumnTuple.length,this.rowCount=this.clonedRowTuple.length,p=h=void 0;var u=this.getVirtualScrollingData(this.clonedColumnTuple,this.clonedRowTuple);this.performEngine(u.columnTuple,u.rowTuple,u.valueTuple)}else this.performEngine(r,n,s)},e.prototype.getDrillInfo=function(e){var t={},i=[];if("columns"===e?i=this.dataSourceSettings.columns.map(function(e){return e.name}):"rows"===e&&(i=this.dataSourceSettings.rows.map(function(e){return e.name})),i.length>0)for(var a=0,r=this.drilledMembers.length;a<r;a++){var n=this.drilledMembers[a],s=i.indexOf(n.name);s>-1&&(t[s]||(t[s]=[]),t[s]=t[s].concat(n.items))}return t},e.prototype.getActualTuples=function(e,t,i,a){var r=[],n=[],s=[];if(e.length>0)for(var o=this,l=0,d=e.length;l<d;l++)!function(l,d){for(var p=e[l],h=!0,u=!1,c=!1,g=p.getElementsByTagName("MEMBER_TYPE"),m=p.getElementsByTagName("UName"),f=0,v=g.length;f<v;f++){var S=Number(g[f].textContent),y=m[f].textContent;if(c&&S<2?h=!1:2===S?u=!0:u&&S<2&&(h=!1),t[f]&&t[f].indexOf(y)>-1&&(c=!0),!h)break}if(h)if(r[r.length]=p,i){var b=o.clonedValTuple.slice(l*a,l*a+a);s=s.concat(i.map(function(e){return b[e]}))}else n[n.length]=l}(l);else if(i){var p=this.clonedValTuple.slice(0,a);s=s.concat(i.map(function(e){return p[e]}))}return s.length>0&&(this.clonedValTuple=s),{tupColls:r,indexColls:n}},e.prototype.clearEngineProperties=function(){this.pivotValues=[],this.valueContent=[],this.headerContent=[],this.colDepth=0,this.tupColumnInfo=[],this.tupRowInfo=[],this.colMeasures={},this.colMeasurePos=void 0,this.rowMeasurePos=void 0,this.rowStartPos=-1},e.prototype.performEngine=function(e,i,a){this.totalCollection=[];var r=this.getMeasureInfo();if(this.drilledMembers.length>0){var n=void 0,s=e.length&&i.length?e.length*i.length:e.length?e.length:i.length;e=(n=this.frameMeasureOrder(r,"column",e,a,e.length,s)).orderedHeaderTuples,a=n.orderedValueTuples,i=(n=this.frameMeasureOrder(r,"row",i,a,e.length,s)).orderedHeaderTuples,a=n.orderedValueTuples}"down"===this.customArgs.action&&this.updateTupCollection("row"===this.customArgs.drillInfo.axis?i.length:e.length);for(var o={},l=0;l<a.length;l++)t.isNullOrUndefined(a[l])||(o[this.olapVirtualization?l:Number(a[l].getAttribute("CellOrdinal"))]=a[l]);var d;if(this.valueSortSettings.columnIndex=void 0,this.enableValueSorting&&this.valueSortSettings&&!this.isPaging&&!this.olapVirtualization&&(d=this.getValueSortInfo(e,i,r)),"down"===this.customArgs.action&&"column"!==this.customArgs.drillInfo.axis||(this.frameColumnHeader(e),this.isPaging||this.olapVirtualization||this.performColumnSorting(o,d)),"down"===this.customArgs.action&&"row"!==this.customArgs.drillInfo.axis||(this.frameRowHeader(i),this.isPaging||this.olapVirtualization||this.performRowSorting(o,d)),this.frameValues(o,e.length),this.performColumnSpanning(),!this.isPaging&&!this.olapVirtualization&&this.enableSort)for(var p=0;p<this.headerContent.length;p++)this.headerContent[p]=this.pivotValues[p];this.isEngineUpdated=!0,this.isEmptyData=0===e.length},e.prototype.getValueSortInfo=function(e,t,i){var a;if(this.valueSortSettings.headerText){var r=this.valueSortSettings.headerText.split(this.valueSortSettings.headerDelimiter),n=r.indexOf("Grand Total");if(n>-1){var s=r.join("").split(r[n]).join("");(r=[])[i.measureIndex]=s}for(var o="",l=i.measureIndex,d=0;d<this.dataSourceSettings.values.length;d++)if(l=r.indexOf(this.dataSourceSettings.values[d].caption),this.dataSourceSettings.values[d].caption===r[l]){r[l]=this.fieldList[this.dataSourceSettings.values[d].name].name,o=r[l];break}if(-1!==l){l<i.measureIndex&&(r=this.reArrangeHeaders(r,i.measureIndex,o));var p="column"===this.olapValueAxis?e:t;if(p.length>0){var h=p[0].getElementsByTagName("Member").length-(n>-1?l:0),u=this.getParentElement(p,r,h,i.measureIndex,o,n>-1)[0];a=p.indexOf(u)}}}return{memberIndex:a,columnLength:e.length,rowLength:t.length,isValueSorting:a>-1}},e.prototype.getParentElement=function(e,i,a,r,n,s){for(var o=[],l=0,d=!1,p=!1,h=e[0].getElementsByTagName("Member").length-a,u=0;u<e.length;u++){if(t.isNullOrUndefined(e[u].getElementsByTagName("Member")[h])){o=[];break}var c=e[u].getElementsByTagName("UName")[h].textContent,g=e[u].getElementsByTagName("Caption")[h].textContent,m=Number(e[u].getElementsByTagName("LNum")[h].textContent),f=c===i[h]||g===i[h]||t.isNullOrUndefined(i[h])&&0===m;if(f){if(o[o.length]=e[u],d=!0,l=m,s)break}else{if(d&&l<m){for(var v=[],S=u;S<e.length;S++){var y=e[S].getElementsByTagName("UName")[h].textContent,b=e[S].getElementsByTagName("Caption")[h].textContent,C=Number(e[S].getElementsByTagName("LNum")[h].textContent),x=y===i[h+1]||b===i[h+1]||t.isNullOrUndefined(i[h+1])&&0===C;if(l+1===C&&x)v[v.length]=e[S],p=!0;else if(l+1<C){if(!p)break;v[v.length]=e[S]}else if(l+1>C)break}if(p){var w=i.slice(0,h).concat(i.slice(h+1,i.length));w.indexOf(n)<r&&(w=this.reArrangeHeaders(w,r,n)),o=this.getParentElement(v,w,v[0].getElementsByTagName("Member").length,r,n)}break}if(d&&!f)break}}return s?o:(h<i.length-1&&o.length>0&&!p&&(o=this.getParentElement(o,i,a-1,r,n)),o)},e.prototype.reArrangeHeaders=function(e,t,i){var a=e.indexOf(i),r=e.slice(0,a),n=e.slice(a+1,e.length);return r[t]=e[a],r.concat(n)},e.prototype.getSubTotalsVisibility=function(){this.showRowSubTotals=this.dataSourceSettings.showRowSubTotals&&this.dataSourceSettings.showSubTotals,this.showColumnSubTotals=this.dataSourceSettings.showColumnSubTotals&&this.dataSourceSettings.showSubTotals,this.showSubTotalsAtTop=this.showColumnSubTotals&&"Top"===this.dataSourceSettings.subTotalsPosition,this.showSubTotalsAtBottom=this.showRowSubTotals&&"Bottom"===this.dataSourceSettings.subTotalsPosition,this.hideRowTotalsObject={},this.hideColumnTotalsObject={};var e=1;do{if(1===e){if(this.showColumnSubTotals)for(var t=0;t<this.dataSourceSettings.columns.length;t++)!1===this.dataSourceSettings.columns[t].showSubTotals&&(this.hideColumnTotalsObject[this.dataSourceSettings.columns[t].name]=t)}else if(this.showRowSubTotals)for(var i=0;i<this.dataSourceSettings.rows.length;i++)!1===this.dataSourceSettings.rows[i].showSubTotals&&(this.hideRowTotalsObject[this.dataSourceSettings.rows[i].name]=i);e++}while(e<3)},e.prototype.frameRowHeader=function(e){var t=this;this.headerGrouping={},this.lastLevel=[];var i=!0,a=this.pivotValues.length,r=[],n=[];"down"!==this.customArgs.action?(r=this.pivotValues,n=this.valueContent):a=this.customArgs.drillInfo.currentCell.rowIndex+1,this.rowStartPos=this.rowStartPos>0?this.rowStartPos:a;for(var s,o,l,d=0,p=[],h={},u=[],c=!1,g=-1,m=-1,f=[],v=[{actualText:"Grand Total",axis:"row",colIndex:0,formattedText:"Grand Total",hasChild:!1,level:-1,rowIndex:0,index:[],type:"grand sum",ordinal:0,colSpan:1,rowSpan:1,memberType:2,isDrilled:!1,valueSort:{"Grand Total":1,levelName:"Grand Total"}}],S=[],y=this.customArgs.drillInfo&&"row"===this.customArgs.drillInfo.axis?this.customArgs.drillInfo.currentCell.ordinal+1:0;d<e.length;){O=e[d].querySelectorAll("Member");S=this.frameTupCollection(O,S,d+y,this.tupRowInfo,this.showRowSubTotals,this.hideRowTotalsObject,"row"),d++}d=0;var b,C=e.length;if("down"===this.customArgs.action){var x=this.customArgs.drillInfo.currentCell.ordinal+1;d=x,C+=x,o=this.tupRowInfo[x-1].allCount,s=this.tupRowInfo[x-1].allStartPos,b=this.tupRowInfo[x-1]}for(var w=d,T=0,M=!1,D=[];d<C;){var O=e["down"===this.customArgs.action?d-(this.customArgs.drillInfo.currentCell.ordinal+1):d].querySelectorAll("Member"),P=0,N=void 0,E=this.tupRowInfo[d].allCount,I=this.tupRowInfo[d].allStartPos,F=this.tupRowInfo[d].measure,L=this.tupRowInfo[d].typeCollection,A=this.tupRowInfo[d].drillStartPos,R=this.tupRowInfo[d].startDrillUniquename;if(0===d||d===w){for(var k="down"===this.customArgs.action?this.tupRowInfo[0].members:O;P<k.length;)"1"===k[P].querySelector("MEMBER_TYPE").textContent&&0===Number(k[P].querySelector("LNum").textContent)?f[P]=0:f[P]=Number(k[P].querySelector("LNum").textContent),"1"===k[P].querySelector("MEMBER_TYPE").textContent?(h[P]=0,g=-1===g?P:g,m=P):(h[P]=1,c="3"!==k[P].querySelector("MEMBER_TYPE").textContent||c),P++;l=L.indexOf("3")}if(P=0,0===d&&(O.length>E+(F?1:0)||1===O.length&&F)&&v.pop(),0===d&&this.isPaging?0===v.length:!c||E===o||I!==s||1===O.length&&F){var j=this.checkAttributeDrill(this.tupRowInfo[d].drillInfo,"rows"),H=!(A>-1)||(!(E>0)||(j||I>A));H=b&&H&&A>-1?b.startDrillUniquename!==R||!(m>b.measurePosition||b.measureName===this.tupRowInfo[d].measureName||I!==A+1&&this.tupRowInfo[d].measurePosition!==A+1):H;var q=!(g>-1&&E>0)||(j||I>m);if((M="Top"===this.dataSourceSettings.grandTotalsPosition&&0===this.olapRowValueIndex&&"row"===this.olapValueAxis&&this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals&&("row"!==this.olapValueAxis||this.dataSourceSettings.rows.length>1))&&1===v.length&&(v=this.frameGrandTotalValues(e,v,L,l)),O.length===E+(F?1:0)&&F&&!M){var V="Grand Total"+this.valueSortSettings.headerDelimiter+this.dataFields[this.getUniqueName(O[l].querySelector("UName").textContent)].caption?this.dataFields[this.getUniqueName(O[l].querySelector("UName").textContent)].caption:O[l].querySelector("Caption").textContent,U="3"===L[l]&&this.dataFields[this.getUniqueName(O[l].querySelector("UName").textContent)]&&this.dataFields[this.getUniqueName(O[l].querySelector("UName").textContent)].caption?this.dataFields[this.getUniqueName(O[l].querySelector("UName").textContent)].caption:O[l].querySelector("Caption").textContent;(v=this.frameGrandTotalAxisSet(v,this.getUniqueName(O[l].querySelector("UName").textContent),U,a,d,Number(L[l]),O[l].querySelector("PARENT_UNIQUE_NAME")?O[l].querySelector("PARENT_UNIQUE_NAME").textContent:void 0,O[l].querySelector("LName").textContent,O[l].getAttribute("Hierarchy"),{levelName:V,axis:O[l].getAttribute("Hierarchy")}))[v.length-1].valueSort[V]=1}else if(0!==I&&(0!==l||1!==I)&&H&&q){"Top"===this.dataSourceSettings.grandTotalsPosition&&i&&this.dataSourceSettings.showGrandTotals&&("row"!==this.olapValueAxis||this.dataSourceSettings.rows.length>1)&&(this.insertRowGrandTotal(v,n,r,e,a),a=this.pivotValues.length,i=!1),b=this.tupRowInfo[d];var _=a,B=P;N={};for(var G=!1;P<O.length;){var z=O[P];if(z.querySelector("UName").textContent!==p[P]&&"2"!==L[P]&&(!(Object.keys(N).length>0?N.isDrilled&&!this.fieldList[N.hierarchy].isHierarchy:G)||"3"===L[P]&&h[P-1]&&0!==h[P+1])){var W=Number(z.querySelector("LNum").textContent)-(h[P]&&"3"!==L[P]?1:f[P]),Q=!!this.namedSetsPosition.row[P],Y=this.getUniqueName(z.querySelector("UName").textContent),K=this.getDepth(this.tupRowInfo[d],Y,Number(L[P])),V=this.getCaptionCollectionWithMeasure(this.tupRowInfo[d],P,!0);if(this.showSubTotalsAtBottom&&a>this.rowStartPos&&(_=a=this.insertRowSubTotal(r,n,D,a,W,V)),!(this.isPaging&&r[T][0]&&this.fieldList[r[T][0].hierarchy]&&this.fieldList[r[T][0].hierarchy].isHierarchy&&r[T][0].hasChild&&!r[T][0].isDrilled&&!this.rows[P].isNamedSet&&(0===this.rows[P].name.indexOf("[Measures]")||this.fieldList[z.getAttribute("Hierarchy")]&&(this.fieldList[z.getAttribute("Hierarchy")].isHierarchy||this.fieldList[z.getAttribute("Hierarchy")].hasAllMember))&&r[T][0].depth<K)){r[a]=[{axis:"row",actualText:Y,colIndex:0,formattedText:"3"===L[P]&&this.dataFields[Y]&&this.dataFields[Y].caption?this.dataFields[Y].caption:z.querySelector("Caption").textContent,hasChild:!!(this.fieldList[z.getAttribute("Hierarchy")]&&this.fieldList[z.getAttribute("Hierarchy")].isHierarchy&&P<this.rows.length-1&&!this.rows[P+1].isNamedSet&&this.rows[P+1].name.indexOf("[Measures]")<0&&this.fieldList[this.rows[P+1].name]&&this.fieldList[this.rows[P+1].name].hasAllMember)||Number(z.querySelector("CHILDREN_CARDINALITY").textContent)>0,level:W,depth:K,rowIndex:a,index:[],ordinal:d,type:"header",colSpan:1,rowSpan:1,memberType:Number(L[P]),isDrilled:!(!this.fieldList[z.getAttribute("Hierarchy")]||!this.fieldList[z.getAttribute("Hierarchy")].isHierarchy||this.isAttributeDrill(z.getAttribute("Hierarchy"),this.tupRowInfo[d].drillInfo,"rows"))||this.tupRowInfo[d].drillInfo[P].isDrilled,parentUniqueName:z.querySelector("PARENT_UNIQUE_NAME")?z.querySelector("PARENT_UNIQUE_NAME").textContent:void 0,levelUniqueName:z.querySelector("LName").textContent,hierarchy:z.getAttribute("Hierarchy"),isNamedSet:Q,valueSort:{levelName:"",axis:z.getAttribute("Hierarchy")}}],this.olapVirtualization&&"header"===r[a][0].type&&delete r[a][0].type,(N="3"!==L[P]?r[a][0]:N)||u.push(z.querySelector("Caption").textContent),V=this.getCaptionCollectionWithMeasure(this.tupRowInfo[d],P,!1),r[a][0].valueSort.levelName=V,r[a][0].valueSort[V]=1,n[a-this.rowStartPos]={},n[a-this.rowStartPos][0]=r[a][0],F&&l>P&&(p[l]="");for(var X=P+1;X<O.length;X++)p[X]="";p[P]=z.querySelector("UName").textContent,T=3!==Number(L[P])?a:T,a++,B=P}}else"2"===L[P]?B=P:this.tupRowInfo[d].drillInfo[P].isDrilled&&0===h[P]&&(G=!0);this.tupRowInfo[d].drillInfo[P].isDrilled&&this.tupRowInfo[d].showTotals&&(this.tupRowInfo[d].showTotals=!!this.showRowSubTotals&&void 0===this.hideRowTotalsObject[this.tupRowInfo[d].drillInfo[P].hierarchy]),P++}_<a&&B>=O.length-1&&(r[a-1][0].ordinal=d,"header"===r[a-1][0].type&&delete r[a-1][0].type)}o=E,s=I}d++}this.showSubTotalsAtBottom&&D.length>0&&(D.reverse(),D.forEach(function(e){r[a]=[e],n[a-t.rowStartPos]={},n[a-t.rowStartPos][0]=r[a][0],a++})),("Top"!==this.dataSourceSettings.grandTotalsPosition||"row"===this.olapValueAxis&&1===this.dataSourceSettings.rows.length&&"Top"===this.dataSourceSettings.grandTotalsPosition||0===this.dataSourceSettings.rows.length)&&this.insertRowGrandTotal(v,n,r,e,a)},e.prototype.insertRowSubTotal=function(e,t,i,a,r,n){var s=B.frameHeaderWithKeys(e[a-1][0]);if(s.level<r&&"grand sum"!==s.type&&(s.isDrilled||3===s.memberType))if(3===s.memberType){for(var o=[],l=1;3===e[a-l][0].memberType;)o[o.length]=e[a-l][0],l++;if(e[a-l][0].isDrilled&&0!==o.length){for(var d=0,p=o.length;d<p;d++)o[d].formattedText=e[a-l][0].formattedText+" "+o[d].formattedText,o[d].isSum=!0,o[d].type="sum",o[d].parentUniqueName=e[a-l][0].levelUniqueName,i[i.length]=o[d];a-=--l}}else s.hasChild=!1,s.isDrilled=!1,s.isSum=!0,s.type="sum",s.formattedText=s.formattedText+" Total",i[Object.keys(i).length]=s;if(i.length>0)for(var h=i.length-1,u=i[h].valueSort.levelName.split(".").length,c=n.split(".").length;u>=c&&(e[a]=[i[h]],t[a-this.rowStartPos]={},t[a-this.rowStartPos][0]=e[a][0],a++,i.splice(i.length-1,1),Object.keys(i).length>0);)u=i[--h].valueSort.levelName.split(".").length;return a},e.prototype.insertRowGrandTotal=function(e,t,i,a,r){if(e.length>1&&3!==e[0].memberType&&(e[0].ordinal=-1),"down"!==this.customArgs.action){var n=0===this.dataSourceSettings.rows.length||1===this.dataSourceSettings.rows.length&&"[Measures]"===this.dataSourceSettings.rows[0].name;if(this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals||n)for(var s=0;s<e.length;s++)e[s].rowIndex=r,i[r]=[e[s]],t[r-this.rowStartPos]={},t[r-this.rowStartPos][0]=i[r][0],r++}else this.updateRowEngine(i,t,a.length),this.onDemandDrillEngine=i;return e},e.prototype.frameGrandTotalAxisSet=function(e,t,i,a,r,n,s,o,l,d){return e.push({axis:"row",actualText:t,colIndex:0,formattedText:i,hasChild:!1,level:-1,rowIndex:a,index:[],ordinal:r,colSpan:1,rowSpan:1,memberType:n,isDrilled:!1,parentUniqueName:s,levelUniqueName:o,hierarchy:l,valueSort:d}),e},e.prototype.getDepth=function(e,t,i){var a=e.uNameCollection.indexOf(t),r=(e.uNameCollection.substring(0,a)+(3===i?"":t)).split("::[").map(function(e){return"["===e[0]?e:"["+e});3===i&&this.rowMeasurePos===r.length&&r.push(t);for(var n=-1,s=0;s<r.length;s++)n+=r[s].split("~~").length;return n},e.prototype.checkAttributeDrill=function(e,t){for(var i=!1,a=0;a<e.length&&!(i=this.isAttributeDrill(e[a].hierarchy,e,t));a++);return i},e.prototype.frameTupCollection=function(e,i,a,r,n,s,o){for(var l,d,p,h,u,c,g=0,m=0,f=[],v=[],S=[],y="",b="",C=!0,x=-1;g<e.length;){var w=e[g],T=Number(w.querySelector("LNum").textContent),M=w.querySelector("UName").textContent;Number(w.querySelector("MEMBER_TYPE").textContent)>3&&(w.querySelector("MEMBER_TYPE").textContent=0===M.indexOf("[Measures]")?"3":"1");var D=0===M.indexOf("[Measures]")?"3":Number(w.querySelector("MEMBER_TYPE").textContent)>3?"1":w.querySelector("MEMBER_TYPE").textContent,O=w.querySelector("Caption").textContent;this.fieldList[O]&&"CalculatedField"===this.fieldList[O].type&&(O=this.fieldList[O].caption,w.querySelector("Caption").textContent=O);var P=w.getAttribute("Hierarchy"),N=w.querySelector("PARENT_UNIQUE_NAME")?w.querySelector("PARENT_UNIQUE_NAME").textContent:"";if("2"===D?(this.isPaging||m++,p=t.isNullOrUndefined(p)?g:p):"3"===D?(h=w,u=M,c=g,"column"===o?(this.colMeasures[M]=w,this.colMeasurePos=g):this.rowMeasurePos=g):x=s[P],"2"!==D){if(this.headerGrouping[g]){if(T>this.lastLevel[g])this.lastLevel[g]=T;else if(T<this.lastLevel[g]){for(var E=this.lastLevel[g];E>=T;)delete this.headerGrouping[g].UName[E],delete this.headerGrouping[g].Caption[E],E--;this.lastLevel[g]=T}this.headerGrouping[g].UName[T]=M,this.headerGrouping[g].Caption[T]=O}else this.lastLevel[g]=T,this.headerGrouping[g]={UName:(l={},l[T]=M,l),Caption:(d={},d[T]=O,d)};if(this.isPaging)for(var I=N;this.drilledSets[I];){var F=this.drilledSets[I].querySelector("Caption").textContent,L=Number(this.drilledSets[I].querySelector("LNum").textContent);this.headerGrouping[g].UName[L]=I,this.headerGrouping[g].Caption[L]=F,I=null===this.drilledSets[I].querySelector("PARENT_UNIQUE_NAME")?"":this.drilledSets[I].querySelector("PARENT_UNIQUE_NAME").textContent}for(var A="",R=Object.keys(this.headerGrouping[g].UName),k=0;k<R.length;k++){q=R[k];A=0===k?this.headerGrouping[g].UName[Number(q)]:A+"~~"+this.headerGrouping[g].UName[Number(q)]}y=""===y?A:y+"::"+A;for(var j="",H=Object.keys(this.headerGrouping[g].Caption),k=0;k<H.length;k++){var q=H[k];j=0===k?this.headerGrouping[g].Caption[Number(q)]:j+"~~"+this.headerGrouping[g].Caption[Number(q)]}g!==c&&(b=""===b?j:b+"::"+j)}if(f.push(D),v.push(T),(t.isNullOrUndefined(i[g])||i[g]<T)&&(i[g]=T),S.push({level:T,uName:M,hierarchy:P,isDrilled:!1}),r[a-1]&&"1"===r[a-1].typeCollection[g]&&S[g].level>r[a-1].drillInfo[g].level){var V=y.split(/~~|::\[/).map(function(e){return"["===e[0]?e:"["+e});V.pop();var U=V.join("~~");this.setDrillInfo(N,U,g,a,r)}g++}return x>-1&&(C="2"!==f[x+1]),r[a]={allCount:m,allStartPos:p,measure:h,measureName:u,measurePosition:c,members:e,typeCollection:f,uNameCollection:y,captionCollection:b,levelCollection:v,drillInfo:S,drillStartPos:-1,drillEndPos:-1,showTotals:!(!n&&m>0&&p>(0===c?1:0))&&C},i},e.prototype.getCaptionCollectionWithMeasure=function(e,t,i){var a=e.captionCollection,r=!0;if(!i&&"3"!==e.typeCollection[t])for(var n=0;n<this.measurePosition;n++)if(e.drillInfo[t].hierarchy===this.dataSourceSettings.rows[n].name){r=!1;break}if(e.measure&&r){var s=this.getUniqueName(e.measure.querySelector("UName").textContent),o=this.dataFields[s]&&this.dataFields[s].caption?this.dataFields[s].caption:e.measure.querySelector("Caption").textContent,l=e.uNameCollection.split(/[~~::]+/g).indexOf(e.measureName);(d=e.captionCollection.split(/[~~::]+/g)).splice(l,0,o),a=d.join(this.valueSortSettings.headerDelimiter)}else{var d=e.captionCollection.split(/[~~::]+/g);a=d.join(this.valueSortSettings.headerDelimiter)}return a},e.prototype.setNamedSetsPosition=function(){this.namedSetsPosition={};var e=0;do{for(var t={},i=e?this.dataSourceSettings.rows:this.dataSourceSettings.columns,a=0;a<i.length;a++)i[a].isNamedSet&&(t[a]=i[a].name);this.namedSetsPosition[e?"row":"column"]=t,e++}while(e<2)},e.prototype.updateRowEngine=function(e,t,i){for(var a=this.pivotValues.length-1,r=Object.keys(e).length;a>this.customArgs.drillInfo.currentCell.rowIndex;)this.pivotValues[a+r]=this.pivotValues[a],this.pivotValues[a+r][0].ordinal+=i,this.pivotValues[a+r][0].rowIndex+=r,this.valueContent[a+r-this.rowStartPos]=this.valueContent[a-this.rowStartPos],a--;for(var n=0;n<e.length;n++)this.pivotValues[n]=e[n],this.valueContent[Number(n)-this.rowStartPos]=t[Number(n)-this.rowStartPos];this.pivotValues[this.customArgs.drillInfo.currentCell.rowIndex][0].isDrilled=!0},e.prototype.updateTupCollection=function(e){for(var t="row"===this.customArgs.drillInfo.axis?this.tupRowInfo:this.tupColumnInfo,i=t.length-1;i>this.customArgs.drillInfo.currentCell.ordinal;)t[i+e]=t[i],i--},e.prototype.frameGrandTotalValues=function(e,t,i,a){for(var r=0,n=!1;r<e.length&&!n;){var s=e["down"===this.customArgs.action?r-(this.customArgs.drillInfo.currentCell.ordinal+1):r].querySelectorAll("Member"),o=this.tupRowInfo[r].allCount,l=(this.tupRowInfo[r].allStartPos,this.tupRowInfo[r].measure),d=this.tupRowInfo[r].typeCollection;this.tupRowInfo[r].drillStartPos,this.tupRowInfo[r].startDrillUniquename;if(0===r&&(s.length>o+(l?1:0)||1===s.length&&l)&&t.pop(),0!==r||!this.isPaging||0===t.length){this.checkAttributeDrill(this.tupRowInfo[r].drillInfo,"rows");if(s.length===o+(l?1:0)&&l){var p="Grand Total"+this.valueSortSettings.headerDelimiter+s[a].querySelector("Caption").textContent,h="3"===d[a]&&this.dataFields[this.getUniqueName(s[a].querySelector("UName").textContent)]&&this.dataFields[this.getUniqueName(s[a].querySelector("UName").textContent)].caption?this.dataFields[this.getUniqueName(s[a].querySelector("UName").textContent)].caption:s[a].querySelector("Caption").textContent;(t=this.frameGrandTotalAxisSet(t,this.getUniqueName(s[a].querySelector("UName").textContent),h,this.pivotValues.length,r,Number(d[a]),s[a].querySelector("PARENT_UNIQUE_NAME")?s[a].querySelector("PARENT_UNIQUE_NAME").textContent:void 0,s[a].querySelector("LName").textContent,s[a].getAttribute("Hierarchy"),{levelName:p,axis:s[a].getAttribute("Hierarchy")}))[t.length-1].valueSort["Grand Total"+this.valueSortSettings.headerDelimiter+s[a].querySelector("Caption").textContent]=1}}n=this.dataSourceSettings.values.length+1===t.length,r++}return t},e.prototype.frameColumnHeader=function(e){var t=this;this.headerGrouping={},this.lastLevel=[];for(var i=0,a=[],r=[],n=[],s=-1,o=-1,l=this.customArgs.drillInfo&&"column"===this.customArgs.drillInfo.axis?this.customArgs.drillInfo.currentCell.ordinal+1:0;i<e.length;){d=e[i].querySelectorAll("Member");a=this.frameTupCollection(d,a,i+l,this.tupColumnInfo,this.showColumnSubTotals,this.hideColumnTotalsObject,"column"),i++}if(e.length>0)for(var d=e[0].querySelectorAll("Member"),p=0;p<d.length;)n[p]="1"===d[p].querySelector("MEMBER_TYPE").textContent&&0===Number(d[p].querySelector("LNum").textContent)?0:Number(d[p].querySelector("LNum").textContent),"1"!==d[p].querySelector("MEMBER_TYPE").textContent||!this.isPaging&&0!==Number(d[p].querySelector("LNum").textContent)?r[p]=1:(r[p]=0,s=-1===s?p:s,o=p),p++;i=0;for(var h,u=1,c={},g=!0,m=!1,f=this;i<e.length;)!function(){var l=e[i].querySelectorAll("Member"),d=f.tupColumnInfo[i].allCount,p=f.tupColumnInfo[i].allStartPos,v=f.tupColumnInfo[i].measure,S=f.tupColumnInfo[i].typeCollection,y=f.tupColumnInfo[i].drillInfo,b=f.tupColumnInfo[i].drillStartPos,C=f.tupColumnInfo[i].startDrillUniquename,x=f.tupColumnInfo[i].endDrillUniquename,w=f.tupColumnInfo[i].drillEndPos,T=f.tupColumnInfo[i].levelCollection,M="2"!==S[0]&&("3"!==S[0]||"2"!==S[1]),D=0;a.map(function(e,i){D+=0===r[i]?e+(1-(n[i]>1?1:n[i])):0===e?t.isPaging&&"2"===S[i]?0:1:e}),f.colDepth=f.colDepth>D?f.colDepth:D,0===i&&l.length>d+(v?1:0)&&(m=!0,M=d>0&&M?p>s:M);var O=!1;if("Top"===f.dataSourceSettings.grandTotalsPosition&&f.dataSourceSettings.showGrandTotals&&f.dataSourceSettings.showColumnGrandTotals){for(var P=0,N=0;N<l.length;N++)0===l[N].querySelector("Caption").textContent.indexOf("All")&&P++;O=P===("column"===f.olapValueAxis?f.dataSourceSettings.columns.length-1:f.dataSourceSettings.columns.length)}if((M||O)&&(0===d||O)){var E=[-1,-1,-1];f.tupColumnInfo[i-1]&&0===f.tupColumnInfo[i-1].allCount?E=f.levelCompare(T,f.tupColumnInfo[i-1].levelCollection):m&&h&&(E=f.levelCompare(T,h.levelCollection)),f.tupColumnInfo[i].drillStartPos<0||f.showSubTotalsAtTop?(!g&&E[0]>-1&&E[2]>-1&&(u=f.mergeTotCollection(u,d,a,n,r,p,y,E)),f.setParentCollection(l),f.frameCommonColumnLoop(l,i,u,a,r,n),f.tupColumnInfo[i].showTotals||u--,!g&&E[0]>-1&&E[2]>-1&&(u=f.mergeTotCollection(u,d,a,n,r,p,y,E)),g=!1,f.isColDrill?f.isColDrill=!1:u++):c.drillStartPos===b&&c.startDrillUniquename===C&&c.allCount!==d||(!g&&E[0]>-1&&E[2]>-1&&(u=f.mergeTotCollection(u,d,a,n,r,p,y,E),g=!0),f.setParentCollection(l),(!m||o<=b)&&(O||(f.totalCollection[f.totalCollection.length]={allCount:d,ordinal:i,members:l,drillInfo:y}),c.allCount=d,c.allStartPos=p,c.drillStartPos=b,c.startDrillUniquename=C,c.endDrillUniquename=x)),h=f.tupColumnInfo[i]}var I=f.checkAttributeDrill(f.tupColumnInfo[i].drillInfo,"columns");if(d>0&&(!m||M&&(I||o<p))&&(d===c.allCount||p!==c.allStartPos)){var F=w===b||c.endDrillUniquename===x,L=p!==c.allStartPos?c.startDrillUniquename!==C:F;b>-1&&!L||(g||(u=f.mergeTotCollection(u,d,a,n,r,p,y),g=!0),f.setParentCollection(l),m&&b>-1&&!(o<=b)||(O||(f.totalCollection[f.totalCollection.length]={allCount:d,ordinal:i,members:l,allStartPos:p,drillInfo:y}),c.allCount=d,c.allStartPos=p,c.drillStartPos=b,c.startDrillUniquename=C,c.endDrillUniquename=x))}i++}();if(this.totalCollection.length>0)if(Object.keys(this.colMeasures).length>1)this.orderTotals(u,a,r,n);else{this.totalCollection=this.totalCollection.reverse();for(var v=0,S=this.totalCollection;v<S.length;v++){var y=S[v];if(!(0===this.tupColumnInfo[y.ordinal].measurePosition?1===this.tupColumnInfo[y.ordinal].allStartPos:0===this.tupColumnInfo[y.ordinal].allStartPos)||this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showColumnGrandTotals){this.frameCommonColumnLoop(y.members,y.ordinal,u,a,n,r);var b=this.checkAttributeDrill(this.tupColumnInfo[y.ordinal].drillInfo,"columns");(this.tupColumnInfo[y.ordinal].showTotals||b)&&u++}}}},e.prototype.orderTotals=function(e,t,i,a){for(var r={},n=1,s=0,o=this.totalCollection;s<o.length;s++){var l=o[s];if(!(0===this.tupColumnInfo[l.ordinal].measurePosition?1===this.tupColumnInfo[l.ordinal].allStartPos:0===this.tupColumnInfo[l.ordinal].allStartPos)||this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showColumnGrandTotals){var d=this.tupColumnInfo[l.ordinal].measure.querySelector("UName").textContent;r[d]?(r[d].coll.push(l),n=n<++r[d].count?r[d].count:n):r[d]={coll:[l],count:1}}}for(var p=Object.keys(r),h=n-1;h>-1;){for(var u=0,c=p;u<c.length;u++)(l=r[c[u]].coll[h])&&(this.frameCommonColumnLoop(l.members,l.ordinal,e,t,i,a),this.tupColumnInfo[l.ordinal].showTotals&&e++);h--}},e.prototype.setParentCollection=function(e){for(var t=0;e.length>t;){var i=e[t],a=Number(i.querySelector("MEMBER_TYPE").textContent)>2?"3":i.querySelector("MEMBER_TYPE").textContent,r=Number(i.querySelector("LNum").textContent),n=i.querySelector("UName").textContent,s=i.querySelector("PARENT_UNIQUE_NAME")?i.querySelector("PARENT_UNIQUE_NAME").textContent:"",o=!0,l=!1;if(this.parentObjCollection[t]){var d=Object.keys(this.parentObjCollection[t]),p=this.parentObjCollection[t][r-1];o=p?s===p.querySelector("UName").textContent:0===d.length,l="1"===this.tupColumnInfo[0].typeCollection[t]}"2"===a?delete this.parentObjCollection[t]:(!this.isPaging&&!l||o||delete this.parentObjCollection[t],this.parentObjCollection[t]?this.parentObjCollection[t][r]&&this.parentObjCollection[t][r].querySelector("UName").textContent===n||(this.parentObjCollection[t][r]=i):(this.parentObjCollection[t]={},this.parentObjCollection[t][r]=i)),t++}},e.prototype.setDrillInfo=function(e,t,i,a,r){for(a--;r[a]&&r[a].drillInfo[i].uName===e&&!(r[a].uNameCollection.split(/~~|::\[/).map(function(e){return"["===e[0]?e:"["+e}).join("~~").indexOf(t)<0);)r[a].drillInfo[i].isDrilled=!0,this.curDrillEndPos<=i&&(r[a].drillEndPos=this.curDrillEndPos=i,r[a].endDrillUniquename=e),(r[a].drillStartPos>i||-1===r[a].drillStartPos)&&(r[a].drillStartPos=i),r[a].startDrillUniquename=e,a--},e.prototype.levelCompare=function(e,t){for(var i=[-1,0],a=0;a<t.length;a++)if(e[a]!==t[a]){i=[a,e[a],t[a]-e[a]];break}return i},e.prototype.mergeTotCollection=function(e,i,a,r,n,s,o,l){for(var d=t.isNullOrUndefined(s)?l[0]:s-(this.colMeasurePos===s-1?2:1),p=o[d]&&o[d].level,h=this.getLevelsAsString(d-1,o),u={},c=1,g=!1,m=0,f=this.totalCollection;m<f.length;m++){var v=f[m];if(g||v.allCount<=i&&(!(p>-1&&v.drillInfo[d])||v.drillInfo[d].level>=p&&this.getLevelsAsString(d-1,v.drillInfo)===h)){var S=this.tupColumnInfo[v.ordinal].measure?this.tupColumnInfo[v.ordinal].measure.querySelector("UName").textContent:"measure";u[S]?(u[S].coll.push(v),c=c<++u[S].count?u[S].count:c):u[S]={coll:[v],count:1},g=!1}}for(var y=Object.keys(u),b=c-1;b>-1;){for(var C=0,x=y;C<x.length;C++){var w=u[x[C]].coll[b];w&&((!(0===this.tupColumnInfo[w.ordinal].measurePosition?1===this.tupColumnInfo[w.ordinal].allStartPos:0===this.tupColumnInfo[w.ordinal].allStartPos)||this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showColumnGrandTotals)&&(this.frameCommonColumnLoop(w.members,w.ordinal,e,a,n,r),this.tupColumnInfo[w.ordinal].showTotals&&e++),this.totalCollection.pop())}b--}return e},e.prototype.getLevelsAsString=function(e,t){for(var i=[],a=0;a<e;a++)i[a]=t[a].level;return i.length>0?i.toString():""},e.prototype.frameCommonColumnLoop=function(e,t,i,a,r,n){var s,o=-1;if(this.tupColumnInfo[t].showTotals)for(var l=0,d=0;l<e.length;)d+=n[l]>0&&this.getMeasurePosition(this.tupColumnInfo[t].uNameCollection,this.tupColumnInfo[t].measurePosition)!==l?a[l]:a[l]+(1-r[l]),this.tupColumnInfo[t].drillInfo[l].isDrilled&&this.tupColumnInfo[t].showTotals&&(this.tupColumnInfo[t].showTotals=!!this.showColumnSubTotals&&void 0===this.hideColumnTotalsObject[this.tupColumnInfo[t].drillInfo[l].hierarchy],d-=a[l]-this.tupColumnInfo[t].levelCollection[l],o=this.tupColumnInfo[t].showTotals?-1:d-1),l++;var p=this.checkAttributeDrill(this.tupColumnInfo[t].drillInfo,"columns");if(this.tupColumnInfo[t].showTotals||p)for(var h=0,u=0,c={},g="0"===e[0].querySelector("LNum").textContent;h<e.length;){for(var m=e[h],f=Number(m.querySelector("MEMBER_TYPE").textContent)>2?"3":m.querySelector("MEMBER_TYPE").textContent,v=0,S=m.querySelector("LNum").textContent,y="2"!==f?n[h]?1:r[h]:1;y<=("3"===f?1:a[h]);y++){var b=!1;this.pivotValues[u]||(this.pivotValues[u]=[]),Number(e[h].querySelector("LNum").textContent)>y&&"2"!==f?(this.parentObjCollection[h][y]||this.getDrilledParent(e[h],y,this.parentObjCollection[h]),this.parentObjCollection[h][y]&&(m=this.parentObjCollection[h][y]),b=!0):(m=e[h],v++);var C=this.getUniqueName(m.querySelector("UName").textContent);"2"!==f?c[C]="3"===f&&this.dataFields[C]&&this.dataFields[C].caption?this.dataFields[C].caption:m.querySelector("Caption").textContent:"2"===f&&"0"===S&&g&&(c[C]="Grand Total",g=!1);for(var x=Object.keys(c),w=h>=this.measurePosition&&0===Number(m.getElementsByTagName("LNum")[0].textContent)&&1===x.length?"Grand Total"+this.valueSortSettings.headerDelimiter:"",T=0;T<x.length;T++){var M=x[T];0===T?w+=c[M]:w=w+this.valueSortSettings.headerDelimiter+c[M]}var D=!!this.namedSetsPosition.column[h],O=this.getDepth(this.tupColumnInfo[t],C,Number(f));if(this.isPaging&&this.pivotValues[u-1]&&this.pivotValues[u-1][i]&&this.fieldList[this.pivotValues[u-1][i].hierarchy]&&this.fieldList[this.pivotValues[u-1][i].hierarchy].isHierarchy&&this.pivotValues[u-1][i].hasChild&&!this.pivotValues[u-1][i].isDrilled&&!this.columns[h].isNamedSet&&this.fieldList[m.getAttribute("Hierarchy")]&&(this.fieldList[m.getAttribute("Hierarchy")].isHierarchy||this.fieldList[m.getAttribute("Hierarchy")].hasAllMember)&&this.pivotValues[u-1][i].depth<O){this.isColDrill=!0;break}this.pivotValues[u][i]={axis:"column",actualText:C,colIndex:i,formattedText:"3"===f&&this.dataFields[C]&&this.dataFields[C].caption?this.dataFields[C].caption:m.querySelector("Caption").textContent,hasChild:!!(this.fieldList[m.getAttribute("Hierarchy")]&&this.fieldList[m.getAttribute("Hierarchy")].isHierarchy&&h<this.columns.length-1&&!this.columns[h+1].isNamedSet&&this.columns[h+1].name.indexOf("[Measures]")<0&&this.fieldList[this.columns[h+1].name]&&this.fieldList[this.columns[h+1].name].hasAllMember)||Number(m.querySelector("CHILDREN_CARDINALITY").textContent)>0,level:v>1?-1:Number(m.querySelector("LNum").textContent)-(n[h]&&"3"!==f?1:0),rowIndex:u,ordinal:t,memberType:Number(f),depth:O,isDrilled:!(!this.fieldList[m.getAttribute("Hierarchy")]||!this.fieldList[m.getAttribute("Hierarchy")].isHierarchy||this.isAttributeDrill(m.getAttribute("Hierarchy"),this.tupColumnInfo[t].drillInfo,"columns"))||(b||this.tupColumnInfo[t].drillInfo[h].isDrilled),parentUniqueName:m.querySelector("PARENT_UNIQUE_NAME")?m.querySelector("PARENT_UNIQUE_NAME").textContent:void 0,levelUniqueName:m.querySelector("LName").textContent,hierarchy:m.getAttribute("Hierarchy"),isNamedSet:D,valueSort:(s={levelName:w},s[w]=1,s.axis=m.getAttribute("Hierarchy"),s)},this.headerContent[u]||(this.headerContent[u]={}),this.headerContent[u][i]=this.pivotValues[u][i],u++}h++}else if(o>-1)this.pivotValues[o][i-1].ordinal=t;else if(this.tupColumnInfo[t].allCount>0){for(var l=0,d=0;l<this.tupColumnInfo[t].allStartPos;)d+=n[l]>0&&this.getMeasurePosition(this.tupColumnInfo[t].uNameCollection,this.tupColumnInfo[t].measurePosition)!==l?a[l]:a[l]+(1-r[l]),l++;this.tupColumnInfo[t].allStartPos===this.tupColumnInfo[t].measurePosition+1?d-=a[this.tupColumnInfo[t].allStartPos-2]-this.tupColumnInfo[t].levelCollection[this.tupColumnInfo[t].allStartPos-2]+1:d-=a[this.tupColumnInfo[t].allStartPos-1]-this.tupColumnInfo[t].levelCollection[this.tupColumnInfo[t].allStartPos-1],this.pivotValues[d-1]&&(this.pivotValues[d-1][i-1].ordinal=t)}},e.prototype.isAttributeDrill=function(e,t,i){var a=!1;if(!this.isAdjacentToMeasure(e,i))for(var r=0;r<this.drilledMembers.length;r++)if(this.drilledMembers[r].name===e)for(var n=0;n<this.drilledMembers[r].items.length;n++){for(var s=this.drilledMembers[r].delimiter,o=this.drilledMembers[r].items[n].split(s),l="",d=0;d<o.length;d++)t[d]&&t[d].uName&&(l=l+(""===l?"":this.drilledMembers[r].delimiter)+t[d].uName);if(l===this.drilledMembers[r].items[n]){a=!0;break}}return a},e.prototype.isAdjacentToMeasure=function(e,t){for(var i=!1,a="rows"===t?this.rows:this.columns,r=0;r<a.length;r++)if(a[r].name===e&&a[r+1]&&("[Measures]"===a[r+1].name||a[r+1].isNamedSet||this.fieldList[a[r+1].name]&&!this.fieldList[a[r+1].name].hasAllMember)){i=!0;break}return i},e.prototype.getDrilledParent=function(e,t,i){for(var a=e,r=Number(e.querySelector("LNum").textContent)-1;r>=t;r--){var n=this.drilledSets[a.querySelector("PARENT_UNIQUE_NAME").textContent];if(!n)break;i[r]=n,a=n}},e.prototype.performRowSorting=function(e,t){var i;if((this.enableSort||this.enableValueSorting)&&this.tupRowInfo.length>0){for(var a=this.pivotValues.length,r={},n={},s=[],o=!1,l=this.tupRowInfo[0].typeCollection.lastIndexOf("1"),d=void 0,p=this.colDepth;p<a;p++){q=this.pivotValues[p][0];if(!this.showSubTotalsAtBottom||!q.isSum||3===q.memberType){var h=this.tupRowInfo[q.ordinal],u=h?0===h.measurePosition&&3===q.memberType?h.measureName:h.uNameCollection:"";if(""!==u){l>-1&&(u=this.frameUniqueName(u,q,h));var c=u.split(/~~|::\[/).length;3===q.memberType&&this.tupRowInfo[0].measurePosition>0?n[U=this.getParentUname(u,q,!0,!0)]?n[U].push(q):n[U]=[q]:r[c]?r[c][u]=[q]:r[c]=(i={},i[u]=[q],i)}o&&s.push(q),"grand sum"===q.type&&(o=!0)}}for(var g=Object.keys(n).length>0&&this.tupRowInfo[0].measurePosition>0,m=Object.keys(r).map(function(e){return Number(e)}).sort(function(e,t){return e>t?1:t>e?-1:0}),f={},v=m.length-1;v>=0;v--){for(var S={},y=r[m[v]],b=Object.keys(y),C=0;C<b.length;C++)S[U=0===v?"parent":this.getParentUname(b[C],y[b[C]][0],g,!1)]?S[U].push(y[b[C]][0]):S[U]=[y[b[C]]][0];for(var x=Object.keys(S),w=0;w<x.length;w++)S[x[w]]=this.sortRowHeaders(S[x[w]],e,t);if(f[m[v+1]])for(w=0;w<x.length;w++){for(var T=[],M=S[x[w]],D=0;D<M.length;D++){var O=this.tupRowInfo[M[D].ordinal],P=0===O.measurePosition&&3===M[D].memberType?O.measureName:O.uNameCollection;T.push(M[D]),l>-1&&(P=this.frameUniqueName(P,M[D],O));var N=!1;if(g&&n[U=this.getParentUname(P,M[D],g,!0)]){n[U]=this.sortRowHeaders(n[U],e,t);var E=P.lastIndexOf("::[")===P.indexOf("::[Measures]"),I=P.split("::[").length-1===O.measurePosition,F=!O.drillInfo[O.measurePosition-1].isDrilled,L=O.members.length>O.measurePosition+1;if(E&&I&&F&&L){N=!0;for(var A=0;A<n[U].length;A++){T.push(n[U][A]);var R=P.substring(0,P.indexOf("::[Measures]"))+"::"+n[U][A].actualText;f[m[v+1]][R]&&(T=T.concat(f[m[v+1]][R]))}}else d=this.showSubTotalsAtBottom&&T[T.length-1].isDrilled,T=T.concat(n[U])}if(!N&&f[m[v+1]][P])if(this.showSubTotalsAtBottom&&3===T[T.length-1].memberType&&T[T.length-1].level>-1&&d){for(var k=[],j=0,H=T.length-1;H>=0;H--){if(3!==T[H].memberType){k=k.reverse(),j=H+1;break}k[k.length]=T[H]}T=T.slice(0,j).concat(f[m[v+1]][P]).concat(k)}else{var q=T[T.length-1],V=void 0;this.showSubTotalsAtBottom&&q.isDrilled&&((V=B.frameHeaderWithKeys(q)).hasChild=!1,V.isDrilled=!1,V.isSum=!0,V.formattedText=V.formattedText+" Total"),T=T.concat(f[m[v+1]][P]),V&&(T[T.length]=V)}}S[x[w]]=T}else if(g)for(w=0;w<x.length;w++){for(var M=S[x[w]],T=[],D=0;D<M.length;D++){T.push(M[D]);P=this.tupRowInfo[M[D].ordinal].uNameCollection;l>-1&&(P=this.frameUniqueName(P,M[D],this.tupRowInfo[M[D].ordinal]));var U=this.getParentUname(P,M[D],!0,!0);n[U]&&(n[U]=this.sortRowHeaders(n[U],e,t),T=T.concat(n[U]))}S[x[w]]=T}f[m[v]]=S}var _=0,G=0,z=0;o=!1,s=this.sortRowHeaders(s,e,t);for(p=this.colDepth;p<a;p++){"Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals&&("column"===this.olapValueAxis&&this.colDepth+1===p||"row"===this.olapValueAxis&&this.colDepth+this.dataSourceSettings.values.length+1===p)&&(_=0,o=!1);var W=o?s:f[m[0]].parent,Q="Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals&&this.colDepth===p?W.length:o?_-G:_;W[Q]&&(this.pivotValues[p]=[W[Q]],this.pivotValues[p][0].rowIndex=p,this.valueContent[z][0]=this.pivotValues[p][0]),_++,z++,"grand sum"===this.pivotValues[p][0].type&&(o=!0,G=_)}}},e.prototype.performColumnSorting=function(e,i){if(this.enableSort||this.enableValueSorting)for(var a=0;a<this.dataSourceSettings.columns.length;a++){for(var r=[],n=0,s=[],o=0;o<this.pivotValues.length;o++){var l=this.pivotValues[o],d=void 0,p={},h=[],u=1;s[n]=[],r[n]=[];var c=1,g=l[c].hierarchy,m=l[c].levelUniqueName;for(c;c<l.length;c++)if(!l[c].isNamedSet){if(2!==l[c].memberType&&"[Measures]"!==l[c].hierarchy&&-1!==l[c].level){if(t.isNullOrUndefined(p[l[c].formattedText])||t.isNullOrUndefined(this.pivotValues[o-1]))p[l[c].formattedText]||(p[l[c].formattedText]=[]),l[c+1]&&l[c].formattedText===l[c+1].formattedText||(h[h.length]=l[c]),p[l[c].formattedText][l[c].colIndex]=l[c];else if(p[l[c].formattedText]&&this.pivotValues[o-1]){var f=this.pivotValues[o-1][l[c].colIndex],v=Number(Object.keys(p[l[c].formattedText])[0]),S=p[l[c].formattedText][v].colIndex,y=this.pivotValues[o-1][S];if(f.formattedText!==y.formattedText){d=this.sortColumnHeaders(p,h,this.sortObject[l[c-1].levelUniqueName]||this.sortObject[l[c].hierarchy],e,i,g,m),r[n]=t.isNullOrUndefined(r[n])?[]:r[n];for(var b=0;b<d.length;b++)for(var C=Object.keys(p[d[b]]).length,x=0;x<C;x++)u=0===r[n].length?1:0,r[n][r[n].length+u]=p[d[b]][Number(Object.keys(p[d[b]])[x])];h=[],(p={})[l[c].formattedText]=[],h[h.length]=l[c],p[l[c].formattedText][l[c].colIndex]=l[c]}else p[l[c].formattedText][l[c].colIndex]=l[c]}}else if(Object.keys(p).length>0){s[n][s[n].length+u]=l[c],d=this.sortColumnHeaders(p,h,this.sortObject[l[c-1].levelUniqueName]||this.sortObject[l[c].hierarchy],e,i,g,m),r[n]=t.isNullOrUndefined(r[n])?[]:r[n];for(var w=0;w<d.length;w++)for(var T=Object.keys(p[d[w]]).length,M=0;M<T;M++)u=0===r[n].length?1:0,r[n][r[n].length+u]=p[d[w]][Number(Object.keys(p[d[w]])[M])]}else(-1===l[c].level||0===l[c].level)&&Object.keys(p).length>=0&&"[Measures]"!==l[c].hierarchy&&(s[n][s[n].length+u]=l[c]);if(-1!==l[c].level&&1===Object.keys(p).length&&"[Measures]"!==l[c].hierarchy&&!t.isNullOrUndefined(l[c+1])&&-1===l[c+1].level){var D=Object.keys(p[l[c].formattedText]).length,O=Object.keys(p[l[c].formattedText]);if(D>1)for(var P=0;P<D;P++)u=0===s[n].length?1:0,s[n][s[n].length+u]=p[l[c].formattedText][Number(O[P])];else s[n][s[n].length+u]=l[c]}if(Object.keys(s[n]).length>0){u=0===r[n].length?1:0;var N=s[n].length;if(N>2)for(var E=1;E<N;E++)u=0===r[n].length?1:0,r[n][r[n].length+u]=s[n][E];else r[n][r[n].length+u]=s[n][1]||s[n][0];p={},h=[],s[n]=[]}}if(Object.keys(p).length>0){s[n][s[n].length+u]=l[c];var I=this.sortObject[l[c-1].levelUniqueName]||this.sortObject[l[c-1].hierarchy];d=this.sortColumnHeaders(p,h,I,e,i,g,m),r[n]=t.isNullOrUndefined(r[n])?[]:r[n];for(var F=0;F<d.length;F++)for(var L=Object.keys(p[d[F]]).length,M=0;M<L;M++)u=0===r[n].length?1:0,r[n][r[n].length+u]=p[d[F]][Number(Object.keys(p[d[F]])[M])]}for(var A=1;A<r[n].length;A++)this.pivotValues[n][A]=r[n][A];for(var R=o;R<this.pivotValues.length;R++){var k=t.extend({},this.pivotValues[R+1],null,!0),j=t.extend({},this.pivotValues[R],null,!0);if(Object.keys(k).length===Object.keys(j).length&&Object.keys(k).length>2){for(var H=1;H<this.pivotValues[o].length;H++)Object.keys(k).length>0&&j[H].colIndex!==k[H].colIndex&&(this.pivotValues[R+1][H]=k[j[H].colIndex]);break}}n++,p={}}for(var q=0;q<this.pivotValues.length;q++)for(var l=this.pivotValues[q],o=1;o<l.length;o++)l[o].colIndex=o}},e.prototype.frameUniqueName=function(e,t,i){var a=e.indexOf(t.actualText.toString()+"::[Measures]")>-1,r=(e=e.substring(0,e.indexOf(t.actualText.toString()))+t.actualText.toString()).split("::[").length<=this.getMeasurePosition(e,i.measurePosition);return e+=a||r?"::"+i.measureName:""},e.prototype.getMeasurePosition=function(e,t){for(var i=t,a=e.split("::["),r=0;r<a.length;r++)if(a[r]&&a[r].indexOf("Measures")>-1){i=r;break}return i},e.prototype.sortRowHeaders=function(e,i,a){if(this.enableValueSorting&&"column"===this.olapValueAxis&&a.isValueSorting&&!t.isNullOrUndefined(this.valueSortSettings)){for(var r=[],n=0;n<e.length;n++){var s=e[n],o=i[s.ordinal*a.columnLength+a.memberIndex],l=o?o.getElementsByTagName("Value"):void 0,d=o&&l.length>0?Number(l[0].textContent):0;r.push({header:s,value:d})}e=B.getSortedValue(r,this.valueSortSettings.sortOrder)}else if(this.enableSort&&e.length>0&&3!==e[0].memberType&&!e[0].isNamedSet){for(var p=[],n=0;n<e.length;n++)p[n]=e[n].actualText;var h=!1,u="Grand Total"!==e[0].actualText?e[0].hierarchy:e[1].hierarchy,c=this.fieldList[u]&&this.fieldList[u].membersOrder?this.fieldList[u].membersOrder.slice():[],g={fieldName:u,levelName:e[0].levelUniqueName,sortOrder:this.sortObject[e[0].hierarchy]||this.sortObject[e[0].levelUniqueName],members:c&&c.length>0?c:p,IsOrderChanged:!1};if(c&&c.length>0?B.applyCustomSort(g,e,"string",!1,!0):("Ascending"===g.sortOrder||void 0===g.sortOrder?e.sort(function(e,t){return e.formattedText>t.formattedText?1:t.formattedText>e.formattedText?-1:0}):"Descending"===g.sortOrder&&e.sort(function(e,t){return e.formattedText<t.formattedText?1:t.formattedText<e.formattedText?-1:0}),h=!0),h&&this.getHeaderSortInfo){for(var m=[],f=0,v=0;f<e.length;f++)"Grand Total"!==e[f].actualText&&(m[v++]=e[f].formattedText);g.members=m}this.getHeaderSortInfo&&this.getHeaderSortInfo(g),g.IsOrderChanged&&B.applyCustomSort(g,e,"string",!0,!0)}return e},e.prototype.sortColumnHeaders=function(e,i,a,r,n,s,o){var l=Object.keys(e);if(this.enableValueSorting&&"row"===this.olapValueAxis&&n.isValueSorting&&!t.isNullOrUndefined(this.valueSortSettings)){for(var d=[],p=0;p<l.length;p++){var h=e[l[p]],u=this.showSubTotalsAtTop?h[0]:h[h.length-1],c=r[n.memberIndex*n.columnLength+u.ordinal],g=c?c.getElementsByTagName("Value"):void 0,m=c&&g.length>0?Number(g[0].textContent):0;d.push({header:u,value:m})}l=B.getSortedValue(d,this.valueSortSettings.sortOrder).map(function(e){return e.formattedText})}else if(this.enableSort){var f=!1,v=this.fieldList[s]&&this.fieldList[s].membersOrder?this.fieldList[s].membersOrder.slice():[],S={fieldName:s,levelName:o,sortOrder:a,members:v&&v.length>0?v:l,IsOrderChanged:!1};if(v&&v.length>0?this.applyCustomSort(l,S):("Ascending"===S.sortOrder||void 0===S.sortOrder?l.sort(function(e,t){return e>t?1:t>e?-1:0}):"Descending"===S.sortOrder&&l.sort(function(e,t){return e<t?1:t<e?-1:0}),f=!0),f&&this.getHeaderSortInfo){for(var y=[],b=0,C=0;b<l.length;b++)"Grand Total"!==l[b]&&(y[C++]=l[b]);S.members=y}this.getHeaderSortInfo&&this.getHeaderSortInfo(S),S.IsOrderChanged&&this.applyCustomSort(l,S,!0)}return l},e.prototype.applyCustomSort=function(e,t,i){var a,r=[],n=[];r=t.IsOrderChanged?t.members:"Ascending"===t.sortOrder||"None"===t.sortOrder||void 0===t.sortOrder?[].concat(t.members):[].concat(t.members).reverse(),"Grand Total"===e[0]&&(a=e[0],e.shift());for(var s=0,o=0;s<e.length;s++){var l=e[s];if(r[o]===l){if(e.splice(o++,0,l),e.splice(++s,1),!(o<r.length)){i||n.splice(--o,0,l);break}s=-1}s>=0&&!i&&(n[s]=e[s])}if(!i){for(s=n.length;s<e.length;s++)n[s]=e[s];"Grand Total"===n[n.length-1]&&n.pop(),t.members=n}return a&&e.splice(0,0,a),e},e.prototype.frameSortObject=function(){if(this.enableSort)for(var e=0;e<this.sortSettings.length;e++)this.sortObject[this.sortSettings[e].name]=this.sortSettings[e].order},e.prototype.getParentUname=function(e,t,i,a){var r="";if(i&&!a){for(var n=this.tupRowInfo[t.ordinal],s=[],o={},l=0;l<e.length;l++)"~"!==e[l]&&":"!==e[l]||(s.push(l),o[l]=e[l]+e[l],l++);r=this.getMeasurePosition(e,n.measurePosition)>=e.split("::[").length-1?s[s.length-2]>-1?e.substring(0,s[s.length-2])+o[s[s.length-1]]+n.measureName:"parent":(d=e.lastIndexOf("~~")>e.lastIndexOf("::[")?e.lastIndexOf("~~"):e.lastIndexOf("::["))>-1?e.substring(0,d):"parent"}else{var d=e.lastIndexOf("~~")>e.lastIndexOf("::[")?e.lastIndexOf("~~"):e.lastIndexOf("::[");r=d>-1?e.substring(0,d):"parent"}return r},e.prototype.performColumnSpanning=function(){for(var e={},t=this.rowStartPos-1,i=Object.keys(this.colMeasures).length,a=this.tupColumnInfo[0]?this.tupColumnInfo[0].measurePosition:this.measureIndex,r=t;r>-1;r--)if(3===this.pivotValues[r][1].memberType){a=r;break}for(;t>-1;){e[t]={};for(var n=this.pivotValues[t].length-1,s=this;n>0;)!function(){e[t][n]=1;var r=s.pivotValues[t][n+1],o=s.pivotValues[t+1]&&s.rowStartPos-t>1?s.pivotValues[t+1][n]:void 0,l=s.pivotValues[t][n],d=!1,p=!1,h=s.tupColumnInfo[l.ordinal],u=h.allStartPos>("3"===h.typeCollection[0]?1:0),c=s.checkAttributeDrill(h.drillInfo,"columns");if(s.showSubTotalsAtTop&&l.isDrilled&&r&&r.actualText!==l.actualText&&l.level>-1&&(l.ordinal=s.getOrdinal(l,s.pivotValues[t+1])),o&&r&&(2===l.memberType||-1===l.level?r.actualText===l.actualText:3===l.memberType&&l.actualText===r.actualText||r.valueSort.levelName===l.valueSort.levelName)){if(2===l.memberType)u&&"sum"!==r.type?l.colSpan=1:l.colSpan=r.colSpan+1>(a>t?i:0)?1:r.colSpan+1;else{var g=s.dataSourceSettings.valueSortSettings.headerDelimiter,m=[l,r].map(function(e){return e.valueSort.levelName.toString().split(g)}),f=m[0],v=m[1];f.slice(0,-1).join(g)===v.slice(0,-1).join(g)?(l.colSpan=r.colSpan+1,l.ordinal=r.ordinal):l.colSpan=1}d=!0}if(2===l.memberType){if(u)c||(l.type="sum"),l.formattedText="Total",l.valueSort[l.valueSort.levelName.toString()]=1;else if(l.type="grand sum",l.formattedText="Grand Total",t<s.measureIndex){l.valueSort.levelName="Grand Total",l.valueSort["Grand Total".toString()]=1}l.hasChild=!1}else-1===l.level&&(l.type="sum",l.formattedText="Total",l.hasChild=!1,l.valueSort[l.valueSort.levelName.toString()]=1);o?2===l.memberType&&2===o.memberType||o.actualText===l.actualText?(e[t][n]=e[t+1]?e[t+1][n]+1:1,0===t||1===l.memberType&&l.level>-1&&1===o.memberType&&-1===o.level?(l.rowSpan=!l.isDrilled||s.fieldList[l.hierarchy]&&s.fieldList[l.hierarchy].isHierarchy&&!l.hasChild?e[t+1][n]+1:1,o.rowSpan=!o.isDrilled||s.fieldList[o.hierarchy]&&s.fieldList[o.hierarchy].isHierarchy&&!o.hasChild||-1!==o.level?o.rowSpan:e[t+1][n]):3===l.memberType?l.rowSpan=1:l.rowSpan=-1,p=!0):!l.isDrilled||s.fieldList[l.hierarchy]&&s.fieldList[l.hierarchy].isHierarchy&&!l.hasChild||-1!==l.level||2!==o.memberType?(l.rowSpan=0===t?e[t][n]:-1,o.rowSpan=o.level>-1&&(!o.isDrilled||s.fieldList[o.hierarchy]&&s.fieldList[o.hierarchy].isHierarchy&&!o.hasChild)||2!==l.memberType&&2===o.memberType?e[t+1][n]:1):(e[t][n]=e[t+1]?e[t+1][n]+1:1,l.rowSpan=-1,p=!0):l.rowSpan=l.level>-1||1===s.rowStartPos?e[t][n]:-1,d||(l.colSpan=1),p||(e[t][n]=1),n--}();t--}},e.prototype.getOrdinal=function(e,t){for(var i=0,a=e.colIndex;a>0;a--)if(-1===t[a].level){i=t[a].ordinal;break}return i},e.prototype.frameValues=function(e,i){var a=this.pivotValues.length,r=a>0?this.pivotValues.findIndex(function(e){return e&&!t.isNullOrUndefined(e[0])}):this.colDepth,n=0;if("down"===this.customArgs.action){var s=Object.keys(this.onDemandDrillEngine);r=Number(s[0]),a=Number(s[s.length-1])+1,n=this.onDemandDrillEngine[r][0].ordinal}for(var o=r;o<a;o++)for(var l=this.pivotValues[o],d=l[0].ordinal,p=1;p<this.pivotValues[0].length;p++)if(this.pivotValues[this.colDepth-1][p]){var h=this.pivotValues[this.colDepth-1][p].ordinal,u=this.pivotValues[this.colDepth-1][p],c=3===l[0].memberType?l[0].actualText.toString():this.tupColumnInfo[u.ordinal]&&this.tupColumnInfo[u.ordinal].measure?this.tupColumnInfo[u.ordinal].measure.querySelector("UName").textContent:l[0].actualText;if("header"===l[0].type)l[p]={axis:"value",actualText:this.getUniqueName(c),formattedText:"",value:0,colIndex:p,rowIndex:o};else{var g=void 0,m="0",f=this.getUniqueName(c),v=!0,S=!this.fieldList[l[0].hierarchy]||!this.fieldList[l[0].hierarchy].isHierarchy||l[0].isDrilled;if(this.tupRowInfo[d])v=this.tupRowInfo[d].showTotals;else{var y=0===this.dataSourceSettings.rows.length||1===this.dataSourceSettings.rows.length&&"[Measures]"===this.dataSourceSettings.rows[0].name;v=this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals||y}var b=e[(d-n)*i+h];g=this.showSubTotalsAtBottom&&l[0].isDrilled?"":!v&&S?"":t.isNullOrUndefined(b)||t.isNullOrUndefined(b.querySelector("FmtValue"))?this.emptyCellTextContent:b.querySelector("FmtValue").textContent,m=!v&&S?"0":t.isNullOrUndefined(b)||t.isNullOrUndefined(b.querySelector("Value"))?null:b.querySelector("Value").textContent,g=this.showSubTotalsAtBottom&&l[0].isDrilled?"":v&&!t.isNullOrUndefined(m)?this.getFormattedValue(Number(m),f,""!==g?g:m):g;var C=!this.tupColumnInfo[h]||(this.tupColumnInfo[h].allCount>0||this.tupColumnInfo[h].drillStartPos>-1)||!this.tupRowInfo[d]||this.tupRowInfo[d].allCount>0||this.tupRowInfo[d].drillStartPos>-1,x=!!this.tupRowInfo[d]&&(0===this.tupRowInfo[d].measurePosition?1===this.tupRowInfo[d].allStartPos:0===this.tupRowInfo[d].allStartPos)||!!this.tupColumnInfo[h]&&(0===this.tupColumnInfo[h].measurePosition?1===this.tupColumnInfo[h].allStartPos:0===this.tupColumnInfo[h].allStartPos);l[p]={axis:"value",actualText:f,formattedText:g,colOrdinal:h,rowOrdinal:d,columnHeaders:this.tupColumnInfo[h]?this.tupColumnInfo[h].captionCollection:"",rowHeaders:this.tupRowInfo[d]?this.tupRowInfo[d].captionCollection:"",value:t.isNullOrUndefined(m)?null:Number(m),colIndex:p,rowIndex:o,isSum:C,isGrandSum:x}}this.valueContent[o-this.rowStartPos][p]=l[p]}},e.prototype.getFormattedValue=function(e,i,a){var r=a;if(this.formatFields[i]&&!t.isNullOrUndefined(e)){var n=this.formatFields[i].properties?this.formatFields[i].properties:this.formatFields[i],s=t.extend({},n,null,!0);delete s.name,!s.minimumSignificantDigits&&s.minimumSignificantDigits<1&&delete s.minimumSignificantDigits,!s.maximumSignificantDigits&&s.maximumSignificantDigits<1&&delete s.maximumSignificantDigits,s.type?r=this.globalize.formatDate(new Date(e.toString()),s):(delete s.type,r=this.globalize.formatNumber(e,s))}return r},e.prototype.getMeasureInfo=function(){this.olapValueAxis=void 0,this.olapRowValueIndex=void 0;for(var e,t="column",i=[],a=0,r=this.values;a<r.length;a++){var n=r[a];i[i.length]=n.isCalculatedField?this.fieldList[n.name].tag:n.name}if(i.length>0){if(this.isMeasureAvail){for(var s=!1,o=0,l=0,d=this.rows.length;l<d;l++)if("[measures]"===this.rows[l].name.toLowerCase()){t="row",e=l,s=!0,o=this.dataSourceSettings.rows.length,this.olapRowValueIndex=e;break}if(!s)for(var l=0,d=this.columns.length;l<d;l++)if("[measures]"===this.columns[l].name.toLowerCase()){t="column",e=l,s=!0,o=this.dataSourceSettings.columns.length;break}this.olapValueAxis=t,this.measurePosition=e,this.measureIndex=e===o-1?-1:e}else e="row"===(t=this.valueAxis)?this.rows.length-1:this.columns.length-1;return{measureAxis:t,measureIndex:e,valueInfo:i}}return{measureAxis:t,measureIndex:-1,valueInfo:[]}},e.prototype.frameMeasureOrder=function(e,i,a,r,n,s){var o=[],l=[],d=[],p={},h=[],u=e.measureAxis,c=e.measureIndex,g=e.valueInfo;if(u===i&&g.length>0){for(var m={},f=[],v=0,S=a.length;v<S;v++){for(var y=a[v],b=[].slice.call(y.querySelectorAll("Member")),C="",x="",w=0;w<b.length;)C=C+(""!==C?"~~":"")+b[w].querySelector("UName").textContent,w===c&&0===c?x=C:w===c-1&&(x=C),w++;m[x]?m[x][m[x].length]=C:(m[x]=[C],f[f.length]=x),p[C]={index:v,node:y},h[h.length]=C}if(h.length>0&&f.length>0)if(0===c){for(var T=0,M=g;T<M.length;T++)for(var D=M[T],O=0,P=f;O<P.length;O++)if((L=P[O])===D)for(var N=0,E=m[L];N<E.length;N++){C=E[N];d[d.length]=p[C].index,o[o.length]=p[C].node}}else for(var I=0,F=f;I<F.length;I++)for(var L=F[I],A=0,R=g;A<R.length;A++)for(var k=R[A],j=0,H=m[L];j<H.length;j++)(C=H[j]).split("~~")[c]===k&&(d[d.length]=p[C].index,o[o.length]=p[C].node);var q=[];if(r.length>0){for(var V=[],U=[],_=0,B=0,G=0,v=0,z=s;v<z;v++){B>n-1?(B=0,V[++G]||(V[G]=[]),V[G][B]=v,B++):(V[G]||(V[G]=[]),V[G][B]=v,B++);var W=void 0;r[_]?W=this.olapVirtualization?v:Number(r[_].getAttribute("CellOrdinal")):_++,W===v&&(U[v]=W,q[W]=r[_],_++)}if(r=q,"column"===u){if(V.length>0&&V[0].length===d.length)for(var w=0,z=d.length;w<z;w++)for(v=0;v<V.length;){var Q=v*n+w;if(!t.isNullOrUndefined(V[v])&&!t.isNullOrUndefined(d[w])){Y=U[Q]?U[Q].toString():Q.toString();(K=r[Number(V[v][d[w]])])&&(K.setAttribute("CellOrdinal",Y.toString()),l[Q]=K)}v++}}else if(V.length===d.length)for(var w=0,z=d.length;w<z;w++)for(v=0;v<V[d[w]].length;){var Y=U[Q=w*n+v]?U[Q].toString():Q.toString(),K=r[Number(V[d[w]][v])];K&&(K.setAttribute("CellOrdinal",Y.toString()),l[l.length]=K),v++}}return{orderedHeaderTuples:o,orderedValueTuples:l}}return{orderedHeaderTuples:a,orderedValueTuples:r}},e.prototype.getDrilledSets=function(e,i,a,r){for(var n=[],s=i.actualText.toString(),o="row"===r?this.tupRowInfo:this.tupColumnInfo,l=o[i.ordinal],d=0===o[0].typeCollection.indexOf("3")?1:0,p=0,h="1"===o[0].typeCollection[a];p<o.length;)(t.isNullOrUndefined(o[p].allStartPos)||o[p].allStartPos>d)&&(n[n.length]=o[p].uNameCollection),p++;for(var u=e.split("::[").map(function(e){return"["===e[0]?e:"["+e}),c=[],g=0;g<=a;g++)if(u[g])if((h||this.isPaging)&&g===a){for(var m=u[g].split("~~"),f=m.indexOf(s),v=[],S=0;S<=f;S++)v.push(m[S]);c[c.length]=v.length>0?v.join("~~"):u[g]}else c[c.length]=u[g];e=c.join("::");for(var y=[],b={},C=0,x=n;C<x.length;C++){var w=x[C];if(0===w.indexOf(e)&&(y.push(w),this.isPaging))for(var T=w.split("::[")[a],M=(P=(T="["===T[0]?T:"["+T).split("~~")).indexOf(s);M<P.length;M++)b[P[M]]=P[M]}if(this.isPaging){for(var D=l.uNameCollection.split("::[").map(function(e){return"["===e[0]?e:"["+e}),O=[],M=0;M<D.length;M++)M!==a&&(O[M]=D[M]);for(var P=Object.keys(b),M=0;M<P.length;M++)O[a]=P[M],y.push(O.join("::"))}for(var N={},E=0,I=y;E<I.length;E++){for(var F=I[E].split("::[").map(function(e){return"["===e[0]?e:"["+e}),L="",A=0;A<=a;A++){var R=F[A];if(R){var k=R.split("~~");L=L+(""!==L?"~~":"")+k[k.length-1]}}N[L]=L}return N},e.prototype.updateDrilledInfo=function(e){this.dataSourceSettings=e,this.drilledMembers=e.drilledMembers?this.updateDrilledItems(e.drilledMembers):[],this.generateGridData(e)},e.prototype.updateCalcFields=function(e,t){this.dataSourceSettings=e,this.calculatedFieldSettings=e.calculatedFieldSettings?e.calculatedFieldSettings:[],this.getAxisFields(),this.updateFieldlist(),this.loadCalculatedMemberElements(this.calculatedFieldSettings),this.dataFields[t.name]?this.generateGridData(e):wt.getCellSets(e,this,!0,void 0,!0)},e.prototype.onSort=function(e,t){this.dataSourceSettings=e,t||(this.sortSettings=e.sortSettings?e.sortSettings:[],this.getAxisFields(),this.frameSortObject(),this.updateFieldlist()),this.xmlaCellSet.length>0&&this.xmlDoc?this.generateEngine(this.xmlDoc,this.request,this.customArgs):this.generateGridData(e)},e.prototype.updateFieldlist=function(e){for(var t=0;t<this.savedFieldListData.length;){var i=this.savedFieldListData[t].id,a=this.savedFieldListData[t].pid;if(this.savedFieldList[i]){var r=this.enableSort?this.sortObject[i]?this.sortObject[i]:"Ascending":"None";this.savedFieldList[i].isSelected=!1,this.savedFieldList[i].isExcelFilter=!1,this.savedFieldList[i].sort=r,this.savedFieldList[i].allowDragAndDrop=!0,this.savedFieldList[i].showFilterIcon=!0,this.savedFieldList[i].showSortIcon=!0,this.savedFieldList[i].showEditIcon=!0,this.savedFieldList[i].showRemoveIcon=!0,this.savedFieldList[i].showValueTypeIcon=!0,this.savedFieldList[i].showSubTotals=!0,this.savedFieldListData[t].sort=r,this.savedFieldListData[t].allowDragAndDrop=!0,this.savedFieldListData[t].showFilterIcon=!0,this.savedFieldListData[t].showSortIcon=!0,this.savedFieldListData[t].showEditIcon=!0,this.savedFieldListData[t].showRemoveIcon=!0,this.savedFieldListData[t].showValueTypeIcon=!0,this.savedFieldListData[t].showSubTotals=!0,e&&(this.savedFieldList[i].filter=[],this.savedFieldList[i].actualFilter=[])}if(this.dataFields[i]&&this.savedFieldList[i]&&this.selectedItems.indexOf(i)>-1?(this.savedFieldList[i].isSelected=!0,this.savedFieldList[i].allowDragAndDrop=!this.dataFields[i]||this.dataFields[i].allowDragAndDrop,this.savedFieldList[i].showFilterIcon=!this.dataFields[i]||this.dataFields[i].showFilterIcon,this.savedFieldList[i].showSortIcon=!this.dataFields[i]||this.dataFields[i].showSortIcon,this.savedFieldList[i].showEditIcon=!this.dataFields[i]||this.dataFields[i].showEditIcon,this.savedFieldList[i].showRemoveIcon=!this.dataFields[i]||this.dataFields[i].showRemoveIcon,this.savedFieldList[i].showValueTypeIcon=!this.dataFields[i]||this.dataFields[i].showValueTypeIcon,this.savedFieldList[i].showSubTotals=!this.dataFields[i]||this.dataFields[i].showSubTotals,this.savedFieldListData[t].isSelected=!0,this.savedFieldListData[t].allowDragAndDrop=!this.dataFields[i]||this.dataFields[i].allowDragAndDrop,this.savedFieldListData[t].showFilterIcon=!this.dataFields[i]||this.dataFields[i].showFilterIcon,this.savedFieldListData[t].showSortIcon=!this.dataFields[i]||this.dataFields[i].showSortIcon,this.savedFieldListData[t].showEditIcon=!this.dataFields[i]||this.dataFields[i].showEditIcon,this.savedFieldListData[t].showRemoveIcon=!this.dataFields[i]||this.dataFields[i].showRemoveIcon,this.savedFieldListData[t].showValueTypeIcon=!this.dataFields[i]||this.dataFields[i].showValueTypeIcon,this.savedFieldListData[t].showSubTotals=!this.dataFields[i]||this.dataFields[i].showSubTotals):this.dataFields[a]&&this.savedFieldList[a]&&this.selectedItems.indexOf(a)>-1?this.savedFieldListData[t].isSelected=!0:this.savedFieldListData[t].isSelected=!1,this.savedFieldList[i]&&this.savedFieldList[i].isCalculatedField||"[calculated members].[_0]"===i.toLowerCase()){for(var n=!1,s=0,o=this.calculatedFieldSettings;s<o.length;s++){var l=o[s];if(i===l.name){var d=l.formula,p=l.formatString;this.savedFieldListData[t].formula=d,this.savedFieldListData[t].formatString=p,this.savedFieldListData[t].parentHierarchy=d.toLowerCase().indexOf("measure")>-1?void 0:l.hierarchyUniqueName,this.savedFieldList[i].formula=d,this.savedFieldList[i].formatString=p,this.savedFieldList[i].parentHierarchy=this.savedFieldListData[t].parentHierarchy,n=!0}}(!n&&"[calculated members].[_0]"!==i.toLowerCase()||"[calculated members].[_0]"===i.toLowerCase()&&0===this.calculatedFieldSettings.length)&&(this.savedFieldListData.splice(t,1),t--,this.savedFieldList[i]&&delete this.savedFieldList[i])}t++}this.fieldList=this.savedFieldList,this.fieldListData=this.savedFieldListData},e.prototype.updateFieldlistData=function(e,t){for(var i=0,a=this.fieldListData;i<a.length;i++){var r=a[i];if(r.id===e){r.isSelected=!!t;break}}},e.prototype.getFormattedFields=function(e){this.formatFields={};for(var t=e.length;t--;)this.formatFields[e[t].name]=e[t]},e.prototype.getCubes=function(e){var t=this.getConnectionInfo(e.url,e.localeIdentifier.toString()),i='<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"><Header/><Body><Discover xmlns="urn:schemas-microsoft-com:xml-analysis"><RequestType>MDSCHEMA_CUBES</RequestType><Restrictions><RestrictionList><CATALOG_NAME>'+e.catalog+"</CATALOG_NAME></RestrictionList></Restrictions><Properties><PropertyList><Catalog>"+e.catalog+"</Catalog> <LocaleIdentifier>"+t.LCID+"</LocaleIdentifier>"+(e.roles?"<Roles>"+e.roles+"</Roles>":"")+"</PropertyList></Properties></Discover></Body></Envelope>";if(this.doAjaxPost("POST",t.url,i,this.validateCube.bind(this),{dataSourceSettings:e,action:"getCubes"}),this.errorInfo)throw this.errorInfo},e.prototype.validateCube=function(e,t,i){for(var a=[].slice.call(e.querySelectorAll("row")),r=!1,n=0,s=a;n<s.length;n++)if(s[n].querySelector("CUBE_NAME").textContent===i.dataSourceSettings.cube){r=!0;break}!r&&a.length>0&&(this.errorInfo="Invalid cube name "+this.dataSourceSettings.cube)},e.prototype.getFieldList=function(e){var t={catalog:e.catalog,cube:e.cube,url:e.url,LCID:e.localeIdentifier.toString(),request:"MDSCHEMA_HIERARCHIES",roles:e.roles};this.getTreeData(t,this.getFieldListItems.bind(this),{dataSourceSettings:e,action:"loadFieldElements"})},e.prototype.getTreeData=function(e,t,i){var a=this.getConnectionInfo(e.url,e.LCID),r='<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"><Header/><Body><Discover xmlns="urn:schemas-microsoft-com:xml-analysis"><RequestType>'+e.request+"</RequestType><Restrictions><RestrictionList><CATALOG_NAME>"+e.catalog+"</CATALOG_NAME><CUBE_NAME>"+e.cube+"</CUBE_NAME></RestrictionList></Restrictions><Properties><PropertyList><Catalog>"+e.catalog+"</Catalog> <LocaleIdentifier>"+a.LCID+"</LocaleIdentifier>"+(e.roles?"<Roles>"+e.roles+"</Roles>":"")+"</PropertyList></Properties></Discover></Body></Envelope>";if(this.doAjaxPost("POST",a.url,r,t,i),this.errorInfo)throw this.errorInfo},e.prototype.getAxisFields=function(){this.rows=this.dataSourceSettings.rows?this.dataSourceSettings.rows:[],this.columns=this.dataSourceSettings.columns?this.dataSourceSettings.columns:[],this.filters=this.dataSourceSettings.filters?this.dataSourceSettings.filters:[],this.values=this.dataSourceSettings.values?this.dataSourceSettings.values:[];for(var e=t.extend([],this.rows,null,!0),i=(e=e.concat(this.columns,this.values,this.filters)).length;i--;)this.dataFields[e[i].name]=e[i],"[measures]"===e[i].name.toLowerCase()?this.isMeasureAvail=!0:this.selectedItems.push(e[i].name);if(this.mappingFields={},this.dataSourceSettings.fieldMapping)for(var a=0,r=this.dataSourceSettings.fieldMapping;a<r.length;a++){var n=r[a];this.mappingFields[n.name]=n}if(!this.isMeasureAvail&&this.values.length>0){var s={name:"[Measures]",caption:"Measures",showRemoveIcon:!0,allowDragAndDrop:!0};"row"===this.valueAxis?this.rows.push(s):this.columns.push(s),this.isMeasureAvail=!0}},e.prototype.getAggregateType=function(e,t){var i;switch(t){case"1":i="Sum";break;case"2":i="Count";break;case"3":i="Min";break;case"4":i="Max";break;case"5":i="Avg";break;case"8":i="DistinctCount";break;case"127":i="CalculatedField";break;default:i=void 0}return i||void 0},e.prototype.getUniqueName=function(e){for(var t=e,i=0,a=this.calculatedFieldSettings;i<a.length;i++){var r=a[i];if(e===(r.formula.toLowerCase().indexOf("measure")>-1?"[Measures].":r.hierarchyUniqueName+".")+"["+r.name+"]"){t=r.name;break}}return t},e.prototype.updateFilterItems=function(e){var i=t.extend([],this.rows,null,!0);i=i.concat(this.columns);for(var a=0,r=e;a<r.length;a++){var n=r[a];if("Include"===n.type&&this.allowMemberFilter&&this.fieldList[n.name]){var s=this.fieldList[n.name].members,o=s&&Object.keys(s).length>0;this.fieldList[n.name].actualFilter=n.items.slice();var l=t.extend([],n.items,null,!0);if(o)for(var d=0;d<l.length;){for(var p=[],h=0,u=p=this.getParentNode(l[d],s,p);h<u.length;h++){var c=u[h],g=B.inArray(c,n.items);-1!==g&&n.items.splice(g,1)}d++}for(var m=[],f=0,v=n.items;f<v.length;f++){var S=v[f],y=void 0;o||1!==n.items.length||(this.getMembers(this.dataSourceSettings,n.name,void 0,void 0,void 0,n.items[0]),y=this.fieldList[n.name].actualFilter[0]),m.push(S),o?this.fieldList[n.name].filter.push(s[S].caption):this.fieldList[n.name].filter.push(y||S)}this.filterMembers[n.name]=m,this.fieldList[n.name].isExcelFilter=!1}else if((this.allowValueFilter||this.allowLabelFilter)&&-1!==["Date","Label","Number","Value"].indexOf(n.type))for(var b=0,C=i;b<C.length;b++)if(C[b].name===n.name){var x=this.filterMembers[n.name];x&&"object"==typeof x[0]&&x[0].type===n.type?x[x.length]=n:this.filterMembers[n.name]=[n],this.fieldList[n.name].isExcelFilter=!0;break}}},e.prototype.getParentNode=function(e,t,i){if(t[e].parent&&e!==t[e].parent){var a=t[e].parent;i.push(a),this.getParentNode(a,t,i)}return i},e.prototype.updateDrilledItems=function(e){var i=[],a=t.extend([],this.rows,null,!0);a=a.concat(this.columns);for(var r=0,n=e;r<n.length;r++)for(var s=n[r],o=0,l=a;o<l.length;o++){var d=l[o];if(s.name===d.name){i.push(s);break}}return i},e.prototype.getDrillThroughData=function(e,t){for(var i,a=this.tupColumnInfo[e.colOrdinal]&&this.tupColumnInfo[e.colOrdinal].uNameCollection&&""!==this.tupColumnInfo[e.colOrdinal].uNameCollection?this.tupColumnInfo[e.colOrdinal].uNameCollection.split("::[").map(function(e){return"["===e[0]?e:"["+e}):[],r=this.tupRowInfo[e.rowOrdinal]&&this.tupRowInfo[e.rowOrdinal].uNameCollection&&""!==this.tupRowInfo[e.rowOrdinal].uNameCollection?this.tupRowInfo[e.rowOrdinal].uNameCollection.split("::[").map(function(e){return"["===e[0]?e:"["+e}):[],n=[],s="",o=0;o<this.filters.length;o++)if(i=this.filterMembers[this.filters[o].name]){for(var l=0;l<i.length;l++)s+=i[l],s=l<i.length-1?s+",":s+"";n[o]=s,s=""}for(o=0;o<n.length;o++)s=""===s?"{"+n[o]+"}":s+",{"+n[o]+"}";for(var d="",p="",o=0;o<a.length;o++)d=(d.length>0?d+",":"")+(a[o].split("~~").length>1?a[o].split("~~")[a[o].split("~~").length-1]:a[o]);for(o=0;o<r.length;o++)p=(p.length>0?p+",":"")+(r[o].split("~~").length>1?r[o].split("~~")[r[o].split("~~").length-1]:r[o]);var h="DRILLTHROUGH MAXROWS "+t+" Select("+(d.length>0?d:"")+(d.length>0&&p.length>0?",":"")+(p.length>0?p:"")+") on 0 from "+(""===s?"["+this.dataSourceSettings.cube+"]":"(SELECT ("+s+") ON COLUMNS FROM ["+this.dataSourceSettings.cube+"])");h=h.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;");var u=this.getSoapMsg(this.dataSourceSettings,h),c=this.getConnectionInfo(this.dataSourceSettings.url,this.dataSourceSettings.localeIdentifier);if(this.doAjaxPost("POST",c.url,u,this.drillThroughSuccess.bind(this),{dataSourceSettings:this.dataSourceSettings,action:"drillThrough"}),this.errorInfo)throw this.errorInfo},e.prototype.drillThroughSuccess=function(e){var t=[].slice.call(e.querySelectorAll("row")),i="";if(t.length>0){for(var a=[],r=0;r<t.length;){for(var n=[].slice.call(t[r].children),s=0;s<n.length;)a.push('"'+n[s].tagName+'":"'+n[s].textContent+'"'),s++;r++}for(var o=a[0],l=0;l<a.length;)Object.keys(JSON.parse("[{"+a[l]+"}]")[0])[0]!==Object.keys(JSON.parse("[{"+o+"}]")[0])[0]?(i+=","+a[l],l++):(i+=""===i?"[{"+a[l]:"}, {"+a[l],l++);i+="}]"}else for(var d=[].slice.call(e.querySelectorAll("faultstring")),r=0;r<d.length;)i+=d[r].textContent,r++;this.gridJSON=i},e.prototype.getFilterMembers=function(e,t,i,a,r){var n,s=this.fieldList[t].levels,o=this.fieldList[t].levelCount;return n=r?"Descendants({"+s[o].id+"}, "+s[i-1].id+", "+(i-o==1?"SELF)":"SELF_AND_BEFORE)"):t+", Descendants({"+s[0].id+"}, "+s[i-1].id+", SELF_AND_BEFORE)",this.fieldList[t].levelCount=i,a||this.getMembers(e,t,!1,n,r),n},e.prototype.getMembers=function(e,t,i,a,r,n){var s,o="DIMENSION PROPERTIES PARENT_UNIQUE_NAME, HIERARCHY_UNIQUE_NAME, CHILDREN_CARDINALITY, MEMBER_TYPE, MEMBER_VALUE",l=this.fieldList[t].hasAllMember,d=(l?t:t+".LEVELS(0)").replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;");s=i||n?n?"SELECT {"+(n=n.replace(/&/g,"&amp;"))+"} ON 0 FROM ["+e.cube+"] WHERE {}":"SELECT ({"+d+".ALLMEMBERS})"+o+" ON 0 FROM ["+e.cube+"]":"SELECT ({"+(a||(l?d+", "+d+".CHILDREN":d+".ALLMEMBERS"))+"})"+o+" ON 0 FROM ["+e.cube+"]";var p=this.getSoapMsg(e,s),h=this.getConnectionInfo(e.url,e.localeIdentifier);if(r||(this.fieldList[t].filterMembers=[],this.fieldList[t].childMembers=[],this.fieldList[t].searchMembers=[],this.fieldList[t].members={},this.fieldList[t].currrentMembers={}),this.doAjaxPost("POST",h.url,p,n?this.getOlapFilterText.bind(this):this.generateMembers.bind(this),{dataSourceSettings:e,fieldName:t,loadLevelMembers:r,action:"fetchMembers"}),this.errorInfo)throw this.errorInfo},e.prototype.getOlapFilterText=function(e,t,i){var a=[].slice.call(e.querySelectorAll('Axis[name="Axis0"] Tuple'));a.length>0&&this.fieldList[i.fieldName]&&a[a.length-1].getElementsByTagName("Caption")&&a[a.length-1].getElementsByTagName("Caption")[0]&&(this.fieldList[i.fieldName].actualFilter[0]=a[a.length-1].getElementsByTagName("Caption")[0].textContent)},e.prototype.getChildMembers=function(e,t,i){var a="SELECT ({"+t.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;")+".CHILDREN})DIMENSION PROPERTIES PARENT_UNIQUE_NAME, HIERARCHY_UNIQUE_NAME, CHILDREN_CARDINALITY, MEMBER_TYPE, MEMBER_VALUE ON 0 FROM ["+e.cube+"]",r=this.getSoapMsg(e,a),n=this.getConnectionInfo(e.url,e.localeIdentifier);if(this.doAjaxPost("POST",n.url,r,this.generateMembers.bind(this),{dataSourceSettings:e,fieldName:i,action:"fetchChildMembers"}),this.errorInfo)throw this.errorInfo},e.prototype.getCalcChildMembers=function(e,t){this.calcChildMembers=[];var i="SELECT ({"+t.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;")+".MEMBERS})DIMENSION PROPERTIES PARENT_UNIQUE_NAME, HIERARCHY_UNIQUE_NAME, CHILDREN_CARDINALITY, MEMBER_TYPE, MEMBER_VALUE ON 0 FROM ["+e.cube+"]",a=this.getConnectionInfo(e.url,e.localeIdentifier),r=this.getSoapMsg(e,i);if(this.doAjaxPost("POST",a.url,r,this.generateMembers.bind(this),{dataSourceSettings:e,action:"fetchCalcChildMembers"}),this.errorInfo)throw this.errorInfo},e.prototype.getSearchMembers=function(e,t,i,a,r,n){if(this.fieldList[t].searchMembers=[],this.fieldList[t].currrentMembers={},""!==i){var s=t.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),o="WITH SET [SearchMembersSet] AS &#39;FILTER("+(r?s+".ALLMEMBERS, ":"{"+(n>1?this.getFilterMembers(e,t,n,!0):s+", "+s+".CHILDREN")+"},")+"(INSTR(1, "+s+'.CurrentMember.member_caption, "'+i+'") > 0))&#39;SET [SearchParentsSet] AS &#39;GENERATE([SearchMembersSet], ASCENDANTS([SearchMembersSet].Current))&#39;SET [SearchSet] AS &#39;HIERARCHIZE(DISTINCT({[SearchMembersSet], [SearchParentsSet]}))&#39;SELECT SUBSET([SearchSet], 0, '+a+")DIMENSION PROPERTIES PARENT_UNIQUE_NAME, HIERARCHY_UNIQUE_NAME, CHILDREN_CARDINALITY, MEMBER_TYPE, MEMBER_VALUE ON 0 FROM ["+e.cube+"]",l=this.getSoapMsg(e,o),d=this.getConnectionInfo(e.url,e.localeIdentifier);if(this.doAjaxPost("POST",d.url,l,this.generateMembers.bind(this),{dataSourceSettings:e,fieldName:t,action:"fetchSearchMembers"}),this.errorInfo)throw this.errorInfo}},e.prototype.generateMembers=function(e,t,i){for(var a,r=[].slice.call(e.querySelectorAll('Axis[name="Axis0"] Tuple')),n=i.fieldName,s={},o=0,l=r;o<l.length;o++){var d=l[o],p=d.querySelector("Member"),h=p.querySelector("MEMBER_TYPE").textContent,u=p.querySelector("UName").textContent,c=p.querySelector("Caption").textContent,g=p.querySelector("PARENT_UNIQUE_NAME")?p.querySelector("PARENT_UNIQUE_NAME").textContent:"",m={"data-fieldName":n,"data-memberId":u};if(""===g&&"1"===h)s={hasChildren:!!d.querySelector("CHILDREN_CARDINALITY")&&"0"!==d.querySelector("CHILDREN_CARDINALITY").textContent,isSelected:!1,id:u,tag:u,name:c,caption:c,htmlAttributes:m},"fetchMembers"===i.action||"fetchChildMembers"===i.action?(this.fieldList[n].members[u]={name:u,caption:c,parent:void 0,isNodeExpand:!1,isSelected:!1},this.fieldList[n].filterMembers.push(s),this.fieldList[n].childMembers.push(s)):"fetchSearchMembers"===i.action?(this.fieldList[n].currrentMembers[u]={name:u,caption:c,parent:void 0,isNodeExpand:!1,isSelected:!1},this.fieldList[n].searchMembers.push(s),s.expanded=!0):this.calcChildMembers.push(s);else if(""!==g&&"1"===h)if(g===a&&"1"===h)s={hasChildren:!!d.querySelector("CHILDREN_CARDINALITY")&&"0"!==d.querySelector("CHILDREN_CARDINALITY").textContent,id:u,name:c,isSelected:!1,caption:c,htmlAttributes:m,tag:u},"fetchMembers"===i.action||"fetchChildMembers"===i.action?(this.fieldList[n].filterMembers.push(s),this.fieldList[n].childMembers.push(s),this.fieldList[n].members[u]={name:u,caption:c,parent:void 0,isNodeExpand:!1,isSelected:!1}):"fetchSearchMembers"===i.action?(s.expanded=!0,this.fieldList[n].searchMembers.push(s),this.fieldList[n].currrentMembers[u]={name:u,caption:c,parent:void 0,isNodeExpand:!1,isSelected:!1}):this.calcChildMembers.push(s);else{if("fetchMembers"===i.action&&this.fieldList[n].members[u])continue;var f=!!i.loadLevelMembers&&this.fieldList[n].members[g].isSelected;s={hasChildren:!!d.querySelector("CHILDREN_CARDINALITY")&&"0"!==d.querySelector("CHILDREN_CARDINALITY").textContent,htmlAttributes:m,isSelected:!1,id:u,pid:g,name:c,caption:c,tag:u},"fetchMembers"===i.action||"fetchChildMembers"===i.action?(this.fieldList[n].isHierarchy=!1,this.fieldList[n].filterMembers.push(s),this.fieldList[n].childMembers.push(s),this.fieldList[n].members[u]={name:u,caption:c,parent:g,isNodeExpand:!1,isSelected:f}):"fetchSearchMembers"===i.action?(this.fieldList[n].searchMembers.push(s),s.expanded=!0,this.fieldList[n].currrentMembers[u]={name:u,caption:c,parent:g,isNodeExpand:!1,isSelected:!1}):this.calcChildMembers.push(s)}else"2"===h&&(a=u)}},e.prototype.getFieldListItems=function(e,t,i){for(var a={},r=[],n=0,s=[].slice.call(e.querySelectorAll("row"));n<s.length;n++){var o=s[n],l=[].slice.call(o.querySelectorAll("ALL_MEMBER")).length>0,d=o.querySelector("DIMENSION_UNIQUE_NAME").textContent,p=o.querySelector("HIERARCHY_UNIQUE_NAME").textContent,h=d===p&&"[measures]"!==d.toLowerCase()&&"[measures]"!==p.toLowerCase();r.push({pid:this.isMondrian||h?d+"~#^Dim":d,id:p,name:o.querySelector("HIERARCHY_CAPTION").textContent,caption:o.querySelector("HIERARCHY_CAPTION").textContent,tag:p,hasAllMember:l,allMember:l?o.querySelectorAll("ALL_MEMBER")[0].textContent:void 0,type:"string"})}a={hierarchy:r,hierarchySuccess:e,measures:[]},this.fieldListObj=a;var u={catalog:i.dataSourceSettings.catalog,cube:i.dataSourceSettings.cube,url:i.dataSourceSettings.url,LCID:i.dataSourceSettings.localeIdentifier.toString(),request:"MDSCHEMA_DIMENSIONS",roles:i.dataSourceSettings.roles};this.getTreeData(u,this.loadDimensionElements.bind(this),i)},e.prototype.loadCalculatedMemberElements=function(e){if(e.length>0){var t=this.fieldListData,i={hasChildren:!0,isSelected:!1,id:"[Calculated Members].[_0]",name:"[Calculated Members].[_0]",caption:"Calculated Members",spriteCssClass:"e-calcMemberGroupCDB "+y,tag:"[Calculated Members].[_0]",type:"string"};t.length>0&&"[measures]"===t[0].id.toLowerCase()&&t.splice(0,0,i);for(var a=0,r=e;a<r.length;a++){var n=r[a];if(!this.fieldList[n.name]){var s=n.formula,o=(s.toLowerCase().indexOf("measure")>-1?"[Measures].":n.hierarchyUniqueName+".")+"["+n.name+"]",l=this.dataFields[n.name]&&this.dataFields[n.name].caption?this.dataFields[n.name].caption:this.mappingFields[n.name]&&this.mappingFields[n.name].caption?this.mappingFields[n.name].caption:n.name,d=n.formatString,p={hasChildren:!1,isSelected:!1,id:n.name,pid:"[Calculated Members].[_0]",name:n.name,caption:l,spriteCssClass:"e-calc-member "+(s.toLowerCase().indexOf("measure")>-1?"e-calc-measure-icon":"e-calc-dimension-icon")+" "+y,tag:o,formula:s,formatString:d,aggregateType:void 0,type:"CalculatedField",filter:[],dateMember:[],sort:"Ascending",actualFilter:[],filterMembers:[],childMembers:[],searchMembers:[],members:{},currrentMembers:{},isHierarchy:!0,isExcelFilter:!1,isCalculatedField:!0,allowDragAndDrop:this.dataFields[n.name]?this.dataFields[n.name].allowDragAndDrop:!this.mappingFields[n.name]||this.mappingFields[n.name].allowDragAndDrop,showFilterIcon:this.dataFields[n.name]?this.dataFields[n.name].showFilterIcon:!this.mappingFields[n.name]||this.mappingFields[n.name].showFilterIcon,showSortIcon:this.dataFields[n.name]?this.dataFields[n.name].showSortIcon:!this.mappingFields[n.name]||this.mappingFields[n.name].showSortIcon,showEditIcon:this.dataFields[n.name]?this.dataFields[n.name].showEditIcon:!this.mappingFields[n.name]||this.mappingFields[n.name].showEditIcon,showRemoveIcon:this.dataFields[n.name]?this.dataFields[n.name].showRemoveIcon:!this.mappingFields[n.name]||this.mappingFields[n.name].showRemoveIcon,showValueTypeIcon:this.dataFields[n.name]?this.dataFields[n.name].showValueTypeIcon:!this.mappingFields[n.name]||this.mappingFields[n.name].showValueTypeIcon,showSubTotals:this.dataFields[n.name]?this.dataFields[n.name].showSubTotals:!this.mappingFields[n.name]||this.mappingFields[n.name].showSubTotals,fieldType:s.toLowerCase().indexOf("measure")>-1?"Measure":"Dimension",parentHierarchy:s.toLowerCase().indexOf("measure")>-1?void 0:n.hierarchyUniqueName};t.push(p),this.fieldList[p.id]=p,this.updateMembersOrder(n.name)}}}},e.prototype.loadDimensionElements=function(e,i,a){for(var r=[],n=[].slice.call(e.querySelectorAll("row")),s={},o=0,l=n;o<l.length;o++){var d=l[o],p=d.querySelector("DIMENSION_UNIQUE_NAME").textContent,h=d.querySelector("DEFAULT_HIERARCHY").textContent,u=d.querySelector("DIMENSION_CAPTION").textContent,c=p===h;p.toLowerCase().indexOf("[measure")>=0?s={hasChildren:!0,isSelected:!1,id:p,name:p,caption:u,spriteCssClass:"[measures]"===p.toLowerCase()?"e-measureGroupCDB-icon "+y:"e-dimensionCDB-icon "+y,tag:p,type:"string"}:t.isNullOrUndefined(n[0].querySelector("HIERARCHY_CAPTION"))&&r.push({hasChildren:!0,isSelected:!1,id:this.isMondrian||c?p+"~#^Dim":p,name:p,caption:u,spriteCssClass:"e-dimensionCDB-icon "+y,tag:p,defaultHierarchy:d.querySelector("DEFAULT_HIERARCHY").textContent,type:"string"})}r.splice(0,0,s),this.fieldListData=r;var g={catalog:a.dataSourceSettings.catalog,cube:a.dataSourceSettings.cube,url:a.dataSourceSettings.url,LCID:a.dataSourceSettings.localeIdentifier.toString(),request:"MDSCHEMA_SETS",roles:a.dataSourceSettings.roles};this.getTreeData(g,this.loadNamedSetElements.bind(this),a)},e.prototype.loadNamedSetElements=function(e,i,a){var r=t.extend([],this.rows,null,!0);r=r.concat(this.columns,this.filters);for(var n=this.fieldListData,s=[],o=0,l=r;o<l.length;o++){u=l[o];s.push(u.name)}for(var d=[],p=0,h=[].slice.call(e.querySelectorAll("row"));p<h.length;p++){var u=h[p];d.indexOf(u.querySelector("DIMENSIONS").textContent.split(".")[0])>=0||(n.push({hasChildren:!0,isSelected:!1,pid:u.querySelector("DIMENSIONS").textContent.split(".")[0],id:u.querySelector("SET_DISPLAY_FOLDER").textContent+"_"+u.querySelector("DIMENSIONS").textContent.split(".")[0],name:u.querySelector("SET_DISPLAY_FOLDER").textContent,spriteCssClass:"e-folderCDB-icon e-icons namedSets",caption:u.querySelector("SET_DISPLAY_FOLDER").textContent,type:"string"}),d.push(u.querySelector("DIMENSIONS").textContent.split(".")[0]));var c="["+u.querySelector("SET_NAME").textContent.trim()+"]",g={hasChildren:!0,isNamedSets:!0,isSelected:s.indexOf("["+u.querySelector("SET_NAME").textContent+"]")>=0,pid:u.querySelector("SET_DISPLAY_FOLDER").textContent+"_"+u.querySelector("DIMENSIONS").textContent.split(".")[0],id:c,name:u.querySelector("SET_CAPTION").textContent,caption:this.dataFields[c]&&this.dataFields[c].caption?this.dataFields[c].caption:this.mappingFields[c]&&this.mappingFields[c].caption?this.mappingFields[c].caption:u.querySelector("SET_CAPTION").textContent,spriteCssClass:"e-namedSetCDB-icon "+y,tag:u.querySelector("EXPRESSION").textContent,type:"string",filter:[],dateMember:[],actualFilter:[],filterMembers:[],childMembers:[],searchMembers:[],members:{},currrentMembers:{},isHierarchy:!0,isExcelFilter:!1,allowDragAndDrop:this.dataFields[c]?this.dataFields[c].allowDragAndDrop:!this.mappingFields[c]||this.mappingFields[c].allowDragAndDrop,showFilterIcon:this.dataFields[c]?this.dataFields[c].showFilterIcon:!this.mappingFields[c]||this.mappingFields[c].showFilterIcon,showSortIcon:this.dataFields[c]?this.dataFields[c].showSortIcon:!this.mappingFields[c]||this.mappingFields[c].showSortIcon,showEditIcon:this.dataFields[c]?this.dataFields[c].showEditIcon:!this.mappingFields[c]||this.mappingFields[c].showEditIcon,showRemoveIcon:this.dataFields[c]?this.dataFields[c].showRemoveIcon:!this.mappingFields[c]||this.mappingFields[c].showRemoveIcon,showValueTypeIcon:this.dataFields[c]?this.dataFields[c].showValueTypeIcon:!this.mappingFields[c]||this.mappingFields[c].showValueTypeIcon,showSubTotals:this.dataFields[c]?this.dataFields[c].showSubTotals:!this.mappingFields[c]||this.mappingFields[c].showSubTotals};n.push(g),this.fieldList[c]=g,this.updateMembersOrder(c)}a.hierarchy=this.fieldListData,a.hierarchySuccess=this.fieldListObj.hierarchySuccess,this.loadHierarchyElements(a)},e.prototype.loadHierarchyElements=function(e){for(var i=e.hierarchySuccess,a=e.hierarchy,r=t.extend([],this.rows,null,!0),n=[],s=0,o=r=r.concat(this.columns,this.filters);s<o.length;s++){var l=o[s];n.push(l.name)}for(var d=0,p=[].slice.call(i.querySelectorAll("row"));d<p.length;d++){var h=(l=p[d]).querySelector("DIMENSION_UNIQUE_NAME").textContent,u=l.querySelector("HIERARCHY_UNIQUE_NAME").textContent,c=[].slice.call(l.querySelectorAll("ALL_MEMBER")).length>0,g=void 0;if(c){var m=l.querySelectorAll("ALL_MEMBER")[0].textContent.replace(/[&[\]']+/g,"").split(".");g=m[m.length-1].trim()}else g=void 0;for(var f=l.querySelector("HIERARCHY_DISPLAY_FOLDER")?l.querySelector("HIERARCHY_DISPLAY_FOLDER").textContent:"",v=[],S=0,b=a;S<b.length;S++)(O=b[S]).tag===h&&v.push(O);if(v.length>0){var C=h===u&&"[measures]"!==h.toLowerCase()&&"[measures]"!==u.toLowerCase();if("[measures]"!==h.toLowerCase()&&"[measures]"!==u.toLowerCase()){var x=h+(this.isMondrian||C?"~#^Dim":"");if(""!==f){for(var w=h+(this.isMondrian||C?"~#^Dim":"")+"_"+f,T=[],M=0,D=a;M<D.length;M++){var O=D[M];O.tag===w&&O.pid===x&&T.push(O)}if(0===T.length){var P={hasChildren:!0,isSelected:!1,pid:h+(this.isMondrian||C?"~#^Dim":""),id:w,name:f,spriteCssClass:"e-folderCDB-icon "+y,tag:w,caption:f,type:"string"};a.push(P)}x=w}var N={hasChildren:!l.querySelector("HIERARCHY_ORIGIN")||"2"!==l.querySelector("HIERARCHY_ORIGIN").textContent&&"6"!==l.querySelector("HIERARCHY_ORIGIN").textContent,isSelected:n.indexOf(u)>=0,pid:x,id:u,name:l.querySelector("HIERARCHY_CAPTION").textContent,spriteCssClass:(l.querySelector("HIERARCHY_ORIGIN")?"2"!==l.querySelector("HIERARCHY_ORIGIN").textContent&&"6"!==l.querySelector("HIERARCHY_ORIGIN").textContent?"e-hierarchyCDB-icon":"e-attributeCDB-icon":"e-hierarchyCDB-icon")+" "+y,hasAllMember:c,allMember:g,tag:u,caption:this.dataFields[u]&&this.dataFields[u].caption?this.dataFields[u].caption:this.mappingFields[u]&&this.mappingFields[u].caption?this.mappingFields[u].caption:l.querySelector("HIERARCHY_CAPTION").textContent,type:"string",filter:[],dateMember:[],sort:this.enableSort?this.sortObject[u]?this.sortObject[u]:"Ascending":"None",actualFilter:[],filterMembers:[],childMembers:[],searchMembers:[],members:{},currrentMembers:{},levels:[],levelCount:1,isHierarchy:!!l.querySelector("HIERARCHY_ORIGIN")&&("2"===l.querySelector("HIERARCHY_ORIGIN").textContent||"6"===l.querySelector("HIERARCHY_ORIGIN").textContent),isExcelFilter:!1,allowDragAndDrop:this.dataFields[u]?this.dataFields[u].allowDragAndDrop:!this.mappingFields[u]||this.mappingFields[u].allowDragAndDrop,showFilterIcon:this.dataFields[u]?this.dataFields[u].showFilterIcon:!this.mappingFields[u]||this.mappingFields[u].showFilterIcon,showSortIcon:this.dataFields[u]?this.dataFields[u].showSortIcon:!this.mappingFields[u]||this.mappingFields[u].showSortIcon,showEditIcon:this.dataFields[u]?this.dataFields[u].showEditIcon:!this.mappingFields[u]||this.mappingFields[u].showEditIcon,showRemoveIcon:this.dataFields[u]?this.dataFields[u].showRemoveIcon:!this.mappingFields[u]||this.mappingFields[u].showRemoveIcon,showValueTypeIcon:this.dataFields[u]?this.dataFields[u].showValueTypeIcon:!this.mappingFields[u]||this.mappingFields[u].showValueTypeIcon,showSubTotals:this.dataFields[u]?this.dataFields[u].showSubTotals:!this.mappingFields[u]||this.mappingFields[u].showSubTotals};a.push(N),this.fieldList[u]=N,this.updateMembersOrder(u)}}}var E={catalog:e.dataSourceSettings.catalog,cube:e.dataSourceSettings.cube,url:e.dataSourceSettings.url,LCID:e.dataSourceSettings.localeIdentifier.toString(),request:"MDSCHEMA_LEVELS",roles:e.dataSourceSettings.roles};this.getTreeData(E,this.loadLevelElements.bind(this),e)},e.prototype.updateMembersOrder=function(e){for(var t=0,i=this.sortSettings;t<i.length;t++){var a=i[t];if(e===a.name&&a.membersOrder){this.fieldList[e].membersOrder=a.membersOrder;break}}},e.prototype.loadLevelElements=function(e,t,i){var a=[],r=this.fieldListData;a=[];for(var n=0,s=[].slice.call(e.querySelectorAll("row"));n<s.length;n++){var o=s[n];if(1!==parseInt(o.querySelector("LEVEL_TYPE").textContent,10)&&"[measures]"!==o.querySelector("HIERARCHY_UNIQUE_NAME").textContent.toLowerCase()){var l=o.querySelector("HIERARCHY_UNIQUE_NAME").textContent,d=o.querySelector("LEVEL_UNIQUE_NAME").textContent,p=o.querySelector("LEVEL_CAPTION").textContent,h={hasChildren:!1,isChecked:!1,isSelected:this.fieldList[l].isSelected,pid:l,id:d,name:p,tag:d,spriteCssClass:"e-level-members e-hierarchy-level-"+parseInt(o.querySelector("LEVEL_NUMBER").textContent,10)+"-icon "+y,caption:p,type:"string"};a.push(h),this.fieldList[l]&&this.fieldList[l].spriteCssClass&&-1===this.fieldList[l].spriteCssClass.indexOf("e-attributeCDB-icon")?(this.fieldList[l].levels.push(h),this.fieldList[l].isHierarchy=!1):this.fieldList[l].isHierarchy=!0}}this.fieldListData=r=r.concat(a);var u={catalog:i.dataSourceSettings.catalog,cube:i.dataSourceSettings.cube,url:i.dataSourceSettings.url,LCID:i.dataSourceSettings.localeIdentifier.toString(),request:"MDSCHEMA_MEASURES",roles:i.dataSourceSettings.roles};this.getTreeData(u,this.loadMeasureElements.bind(this),i)},e.prototype.loadMeasureElements=function(e,i,a){for(var r,n=this.fieldListData,s=[],o=[],l=0,d=t.extend([],this.values,null,!0);l<d.length;l++){c=d[l];o.push(c.name)}if("en-US"!==this.locale){var p={catalog:a.dataSourceSettings.catalog,cube:a.dataSourceSettings.cube,url:a.dataSourceSettings.url,LCID:a.dataSourceSettings.localeIdentifier.toString(),request:"MDSCHEMA_MEASUREGROUPS",roles:a.dataSourceSettings.roles};this.getTreeData(p,this.loadMeasureGroups.bind(this),a)}for(var h=0,u=[].slice.call(e.querySelectorAll("row"));h<u.length;h++){var c=u[h],g=t.isNullOrUndefined(c.querySelector("MEASUREGROUP_NAME"))?"":c.querySelector("MEASUREGROUP_NAME").textContent,m=c.querySelector("MEASURE_UNIQUE_NAME").textContent,f=c.querySelector("DEFAULT_FORMAT_STRING")?c.querySelector("DEFAULT_FORMAT_STRING").textContent:"#,#",v=c.querySelector("MEASURE_AGGREGATOR")?c.querySelector("MEASURE_AGGREGATOR").textContent:"1";if(!(s.indexOf(g)>=0)){if("en-US"!==this.locale){for(var S=[],b=0,C=this.fieldListObj.measuresGroups;b<C.length;b++){var x=C[b];x.querySelector("MEASUREGROUP_NAME").textContent===g&&S.push(x)}r=S.length>0?S[0].querySelector("MEASUREGROUP_CAPTION").textContent:g}else r=g;""!==g&&(n.push({hasChildren:!0,isChecked:!1,isSelected:!1,pid:"[Measures]",id:g,name:r,spriteCssClass:"e-measureCDB e-folderCDB-icon "+y,tag:g,caption:r,aggregateType:this.getAggregateType(g,v),type:"string"}),s.push(g))}var w={hasChildren:!1,isSelected:o.indexOf(m)>=0,pid:""===g?"[Measures]":g,id:m,name:c.querySelector("MEASURE_CAPTION").textContent,spriteCssClass:"e-measure-icon "+y,tag:m,caption:this.dataFields[m]&&this.dataFields[m].caption?this.dataFields[m].caption:this.mappingFields[m]&&this.mappingFields[m].caption?this.mappingFields[m].caption:c.querySelector("MEASURE_CAPTION").textContent,aggregateType:this.getAggregateType(m,v),type:"number",filter:[],actualFilter:[],filterMembers:[],childMembers:[],searchMembers:[],members:{},currrentMembers:{},formatString:f,allowDragAndDrop:this.dataFields[m]?this.dataFields[m].allowDragAndDrop:!this.mappingFields[m]||this.mappingFields[m].allowDragAndDrop,showFilterIcon:this.dataFields[m]?this.dataFields[m].showFilterIcon:!this.mappingFields[m]||this.mappingFields[m].showFilterIcon,showSortIcon:this.dataFields[m]?this.dataFields[m].showSortIcon:!this.mappingFields[m]||this.mappingFields[m].showSortIcon,showEditIcon:this.dataFields[m]?this.dataFields[m].showEditIcon:!this.mappingFields[m]||this.mappingFields[m].showEditIcon,showRemoveIcon:this.dataFields[m]?this.dataFields[m].showRemoveIcon:!this.mappingFields[m]||this.mappingFields[m].showRemoveIcon,showValueTypeIcon:this.dataFields[m]?this.dataFields[m].showValueTypeIcon:!this.mappingFields[m]||this.mappingFields[m].showValueTypeIcon,showSubTotals:this.dataFields[m]?this.dataFields[m].showSubTotals:!this.mappingFields[m]||this.mappingFields[m].showSubTotals};n.push(w),this.fieldList[m]=w,o.indexOf(m)>=0&&o.splice(o.indexOf(m),1)}this.measureReportItems=o},e.prototype.loadMeasureGroups=function(e){t.isNullOrUndefined(this.fieldListObj)&&(this.fieldListObj={}),this.fieldListObj.measuresGroups=[].slice.call(e.querySelectorAll("row"))},e.prototype.doAjaxPost=function(e,i,a,r,n){var s=this;new t.Ajax({mode:!1,contentType:"text/xml",url:i,data:a,dataType:"xml",type:e,beforeSend:this.beforeSend.bind(this),onSuccess:function(e,t){var i=(new DOMParser).parseFromString(e,"text/xml"),a=i.querySelector("Body");a.querySelector("OlapInfo")||a.querySelector("DiscoverResponse")||(a.querySelector("Fault")&&a.querySelector("Fault").querySelector("faultstring")?s.errorInfo=a.querySelector("Fault").querySelector("faultstring").innerHTML:a.querySelector("return")&&a.querySelector("return").querySelector("Error")&&(s.errorInfo=a.querySelector("return").querySelector("Error").getAttribute("Description"))),r(i,t,n)},onFailure:function(e){s.errorInfo=e}}).send()},e.prototype.beforeSend=function(e){this.dataSourceSettings.authentication.userName&&this.dataSourceSettings.authentication.password&&e.httpRequest.setRequestHeader("Authorization","Basic "+btoa(this.dataSourceSettings.authentication.userName+":"+this.dataSourceSettings.authentication.password))},e.prototype.getSoapMsg=function(e,t){var i=this.getConnectionInfo(e.url,e.localeIdentifier);return this.isMondrian?'<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><Execute xmlns="urn:schemas-microsoft-com:xml-analysis"><Command><Statement><![CDATA['+t+"]]></Statement></Command><Properties><PropertyList><DataSourceInfo>"+""+"</DataSourceInfo><Catalog>"+e.catalog+"</Catalog><AxisFormat>TupleFormat</AxisFormat><Content>Data</Content><Format>Multidimensional</Format></PropertyList></Properties></Execute></SOAP-ENV:Body></SOAP-ENV:Envelope>":'<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header></Header> <Body> <Execute xmlns="urn:schemas-microsoft-com:xml-analysis"> <Command> <Statement> '+t+" </Statement> </Command> <Properties> <PropertyList> <Catalog>"+e.catalog+"</Catalog> <LocaleIdentifier>"+i.LCID+"</LocaleIdentifier>"+(e.roles?"<Roles>"+e.roles+"</Roles>":"")+"</PropertyList> </Properties> </Execute> </Body> </Envelope>"},e.prototype.getConnectionInfo=function(e,i){var a={url:"",LCID:t.isNullOrUndefined(i)?"1033":i.toString()};if(""!==e)for(var r=0,n=e.split(";");r<n.length;r++){var s=n[r];s.toLowerCase().indexOf("locale")<0&&0===a.url.length?a.url=s:s.toLowerCase().indexOf("locale")>=0&&(a.LCID=s.replace(/ /g,"").split("=")[1])}return a},e.prototype.getMDXQuery=function(e){return wt.getCellSets(e,this,!0,void 0,!0),this.mdxQuery},e}(),Mt=function(){function e(){}return e.prototype.drawHeader=function(e,t){var i=t.pageSettings.size,r=e.header,n=new a.PointF(0,r&&r.fromTop?r.fromTop:0),s=new a.SizeF(i.width-80,r&&r.height?.75*r.height:50),o=new a.RectangleF(n,s);t.template.top=this.drawPageTemplate(new a.PdfPageTemplateElement(o),r)},e.prototype.drawFooter=function(e,t){var i=t.pageSettings.size,r=e.footer,n=new a.PointF(0,i.width-80-(r&&r.fromBottom?.75*r.fromBottom:0)),s=new a.SizeF(i.width-80,r&&r.height?.75*r.height:50),o=new a.RectangleF(n,s);t.template.bottom=this.drawPageTemplate(new a.PdfPageTemplateElement(o),r)},e.prototype.drawPageTemplate=function(e,i){for(var a=0,r=i.contents;a<r.length;a++){var n=r[a];switch(this.processContentValidation(n),n.type){case"Text":if(""===n.value||t.isNullOrUndefined(n.value)||"string"!=typeof n.value)throw new Error("please enter the valid input value in text content...");this.drawText(e,n);break;case"PageNumber":this.drawPageNumber(e,n);break;case"Image":if(t.isNullOrUndefined(n.src)||""===n.src)throw new Error("please enter the valid base64 string in image content...");this.drawImage(e,n);break;case"Line":this.drawLine(e,n)}}return e},e.prototype.processContentValidation=function(e){if(t.isNullOrUndefined(e.type))throw new Error("please set valid content type...");if("Line"===e.type){if(t.isNullOrUndefined(e.points))throw new Error("please enter valid points in "+e.type+" content...");if(t.isNullOrUndefined(e.points.x1)||"number"!=typeof e.points.x1)throw new Error("please enter valid x1 co-ordinate in "+e.type+" points...");if(t.isNullOrUndefined(e.points.y1)||"number"!=typeof e.points.y1)throw new Error("please enter valid y1 co-ordinate in "+e.type+" points...");if(t.isNullOrUndefined(e.points.x2)||"number"!=typeof e.points.x2)throw new Error("please enter valid x2 co-ordinate in "+e.type+" points...");if(t.isNullOrUndefined(e.points.y2)||"number"!=typeof e.points.y2)throw new Error("please enter valid y2 co-ordinate in "+e.type+" points...")}else{if(t.isNullOrUndefined(e.position))throw new Error("please enter valid position in "+e.type+" content...");if(t.isNullOrUndefined(e.position.x)||"number"!=typeof e.position.x)throw new Error("please enter valid x co-ordinate in "+e.type+" position...");if(t.isNullOrUndefined(e.position.y)||"number"!=typeof e.position.y)throw new Error("please enter valid y co-ordinate in "+e.type+" position...")}},e.prototype.drawText=function(e,i){var r=this.getFontFromContent(i),n=this.getBrushFromContent(i),s=null;if(!t.isNullOrUndefined(i.style)&&!t.isNullOrUndefined(i.style.textPenColor)){var o=this.hexDecToRgb(i.style.textPenColor);s=new a.PdfPen(new a.PdfColor(o.r,o.g,o.b))}null==n&&null==s&&(n=new a.PdfSolidBrush(new a.PdfColor(0,0,0)));var l=i.value.toString(),d=.75*i.position.x,p=.75*i.position.y,h=new a.PdfStringFormat;t.isNullOrUndefined(i.stringFormat)||(h=i.stringFormat);var u=this.setContentFormat(i,h);null===u||t.isNullOrUndefined(u.format)||t.isNullOrUndefined(u.size)?e.graphics.drawString(l,r,s,n,d,p,h):e.graphics.drawString(l,r,s,n,d,p,u.size.width,u.size.height,u.format)},e.prototype.drawPageNumber=function(e,i){var r=this.getFontFromContent(i),n=null;if(t.isNullOrUndefined(i.style)||t.isNullOrUndefined(i.style.textBrushColor))n=new a.PdfSolidBrush(new a.PdfColor(0,0,0));else{var s=this.hexDecToRgb(i.style.textBrushColor);n=new a.PdfSolidBrush(new a.PdfColor(s.r,s.g,s.b))}var o=new a.PdfPageNumberField(r,n);o.numberStyle=this.getPageNumberStyle(i.pageNumberType);var l,d;if(t.isNullOrUndefined(i.format))d="{0}",l=new a.PdfCompositeField(r,n,d,o);else{var p="$total";if(-1!==i.format.indexOf(p)&&-1!==i.format.indexOf("$current"))(h=new a.PdfPageCountField(r)).numberStyle=this.getPageNumberStyle(i.pageNumberType),d=i.format.indexOf(p)>i.format.indexOf("$current")?(d=i.format.replace("$current","0")).replace(p,"1"):(d=i.format.replace("$current","1")).replace(p,"0"),l=new a.PdfCompositeField(r,n,d,o,h);else if(-1!==i.format.indexOf("$current")&&-1===i.format.indexOf(p))d=i.format.replace("$current","0"),l=new a.PdfCompositeField(r,n,d,o);else{var h=new a.PdfPageCountField(r);d=i.format.replace(p,"0"),l=new a.PdfCompositeField(r,n,d,h)}}var u=.75*i.position.x,c=.75*i.position.y,g=this.setContentFormat(i,l.stringFormat);null===g||t.isNullOrUndefined(g.format)||t.isNullOrUndefined(g.size)||(l.stringFormat=g.format,l.bounds=new a.RectangleF(u,c,g.size.width,g.size.height)),l.draw(e.graphics,u,c)},e.prototype.drawImage=function(e,i){var r=.75*i.position.x,n=.75*i.position.y,s=t.isNullOrUndefined(i.size)||t.isNullOrUndefined(i.size.width)?void 0:.75*i.size.width,o=t.isNullOrUndefined(i.size)||t.isNullOrUndefined(i.size.height)?void 0:.75*i.size.height,l=new a.PdfBitmap(i.src);t.isNullOrUndefined(s)?e.graphics.drawImage(l,r,n):e.graphics.drawImage(l,r,n,s,o)},e.prototype.drawLine=function(e,i){var a=.75*i.points.x1,r=.75*i.points.y1,n=.75*i.points.x2,s=.75*i.points.y2,o=this.getPenFromContent(i);t.isNullOrUndefined(i.style)||(t.isNullOrUndefined(i.style.penSize)||"number"!=typeof i.style.penSize||(o.width=.75*i.style.penSize),o.dashStyle=this.getDashStyle(i.style.dashStyle)),e.graphics.drawLine(o,a,r,n,s)},e.prototype.getFontFromContent=function(e){var i=t.isNullOrUndefined(e.font)||t.isNullOrUndefined(e.font.fontSize)?t.isNullOrUndefined(e.style)||t.isNullOrUndefined(e.style.fontSize)?9.75:.75*e.style.fontSize:.75*e.font.fontSize,r=t.isNullOrUndefined(e.font)||t.isNullOrUndefined(e.font.pdfFontFamily)?a.PdfFontFamily.TimesRoman:e.font.pdfFontFamily,n=a.PdfFontStyle.Regular;return t.isNullOrUndefined(e.font)||t.isNullOrUndefined(e.font.bold)||(n|=a.PdfFontStyle.Bold),t.isNullOrUndefined(e.font)||t.isNullOrUndefined(e.font.italic)||(n|=a.PdfFontStyle.Italic),t.isNullOrUndefined(e.font)||t.isNullOrUndefined(e.font.underline)||(n|=a.PdfFontStyle.Underline),t.isNullOrUndefined(e.font)||t.isNullOrUndefined(e.font.strikeout)||(n|=a.PdfFontStyle.Strikeout),new a.PdfStandardFont(r,i,n)},e.prototype.getPenFromContent=function(e){var i=new a.PdfPen(new a.PdfColor(0,0,0));if(!t.isNullOrUndefined(e.style)&&null!==e.style&&!t.isNullOrUndefined(e.style.penColor)){var r=this.hexDecToRgb(e.style.penColor);i=new a.PdfPen(new a.PdfColor(r.r,r.g,r.b))}return i},e.prototype.getBrushFromContent=function(e){var i=null;if(!t.isNullOrUndefined(e.style)&&!t.isNullOrUndefined(e.style.textBrushColor)){var r=this.hexDecToRgb(e.style.textBrushColor);i=new a.PdfSolidBrush(new a.PdfColor(r.r,r.g,r.b))}return i},e.prototype.setContentFormat=function(e,i){if(!t.isNullOrUndefined(e.size)){var r=.75*e.size.width,n=.75*e.size.height;if(i=new a.PdfStringFormat(a.PdfTextAlignment.Left,a.PdfVerticalAlignment.Middle),!t.isNullOrUndefined(e.style)&&!t.isNullOrUndefined(e.style.hAlign))switch(e.style.hAlign){case"Right":i.alignment=a.PdfTextAlignment.Right;break;case"Center":i.alignment=a.PdfTextAlignment.Center;break;case"Justify":i.alignment=a.PdfTextAlignment.Justify}if(!t.isNullOrUndefined(e.style)&&!t.isNullOrUndefined(e.style.vAlign))switch(e.style.vAlign){case"Bottom":i.lineAlignment=a.PdfVerticalAlignment.Bottom;break;case"Top":i.lineAlignment=a.PdfVerticalAlignment.Top}return{format:i,size:new a.SizeF(r,n)}}return null},e.prototype.getPageNumberStyle=function(e){switch(e){case"LowerLatin":return 2;case"LowerRoman":return 3;case"UpperLatin":return 4;case"UpperRoman":return 5;default:return 1}},e.prototype.getDashStyle=function(e){switch(e){case"Dash":return 1;case"Dot":return 2;case"DashDot":return 3;case"DashDotDot":return 4;default:return 0}},e.prototype.hexDecToRgb=function(e){if(null===e||""===e||7!==e.length)throw new Error("please set valid hex value for color..");e=e.substring(1);var t=parseInt(e,16);return{r:t>>16&255,g:t>>8&255,b:255&t}},e}(),Dt=function(){function e(e){this.parent=e,this.pdfExportHelper=new Mt}return e.prototype.getModuleName=function(){return"chartExport"},e.prototype.pdfChartExport=function(e,i,r,n){var s=this,o=[this.parent.chart],l=this.getChartInfo(o),d=l.width,p=l.height,h=this.parent.chart.svgObject;this.parent.enableRtl&&l.svg&&l.svg.querySelector("#"+this.parent.element.id+"_chart_svg").setAttribute("direction","rtl"),this.parent.chart.enableCanvas||(h=t.createElement("canvas",{id:"ej2-canvas",attrs:{width:d.toString(),height:p.toString()}}));var u=window.URL.createObjectURL(new Blob([(new XMLSerializer).serializeToString(l.svg)],{type:"image/svg+xml"})),c=new Image,g=h.getContext("2d");return c.src=u,new Promise(function(o){c.onload=function(){var l;l=t.isNullOrUndefined(i)?new a.PdfDocument:i,g.drawImage(c,0,0),window.URL.revokeObjectURL(u),s.exportPdf(h,l,r,n,d,p,e),o(l)}})},e.prototype.getChartInfo=function(e,i){var a,r=0,n=0,s=this.parent.chart.enableCanvas,o=new c.SvgRenderer("").createSvg({id:"Svg_Export_Element",width:200,height:200});return e.map(function(e){var l=e.svgObject.cloneNode(!0),d=e.renderer.createGroup({style:t.isNullOrUndefined(i)||i?"transform: translateY("+n+"px)":"transform: translateX("+r+"px)"});"transparent"===(a=l.childNodes[0]?l.childNodes[0].getAttribute("fill"):"transparent")&&(a=e.theme.indexOf("Dark")>-1||"HighContrast"===e.theme?"rgba(0, 0, 0, 1)":"rgba(255, 255, 255, 1)"),s||d.appendChild(l),r=e.availableSize.width,n=e.availableSize.height,s||o.appendChild(d)}),s||(o.setAttribute("width",r+""),o.setAttribute("height",n+""),o.setAttribute("style","background-color: "+a+";")),{width:r,height:n,svg:o}},e.prototype.exportPdf=function(e,i,r,n,s,o,l){var d=i.sections.add(),p=i.pageSettings.width,h=i.pageSettings.height,u=i.pageSettings.margins,c=s+u.left+u.right;i.pageSettings.size=new a.SizeF(c,h);var g=this.exportProperties.fileName?this.exportProperties.fileName:t.isNullOrUndefined(l)||t.isNullOrUndefined(l.fileName)?"default":l.fileName;if(this.exportProperties.width||this.exportProperties.height?(i.pageSettings.orientation=this.exportProperties.width>this.exportProperties.height||!this.exportProperties.height&&this.exportProperties.width>h||!this.exportProperties.width&&p>this.exportProperties.height?a.PdfPageOrientation.Landscape:a.PdfPageOrientation.Portrait,i.pageSettings.size=new a.SizeF(this.exportProperties.width?this.exportProperties.width:p,this.exportProperties.height?this.exportProperties.height:h)):(i.pageSettings.orientation=0===this.exportProperties.orientation||this.exportProperties.orientation?this.exportProperties.orientation:t.isNullOrUndefined(l)||t.isNullOrUndefined(l.pageOrientation)?a.PdfPageOrientation.Landscape:"Landscape"===l.pageOrientation?a.PdfPageOrientation.Landscape:a.PdfPageOrientation.Portrait,t.isNullOrUndefined(l)||t.isNullOrUndefined(l.pageSize)||(i.pageSettings.size=B.getPageSize(l.pageSize))),!t.isNullOrUndefined(this.exportProperties.pdfMargins)){var m=i.pageSettings.margins;m.top=t.isNullOrUndefined(this.exportProperties.pdfMargins.top)?m.top:this.exportProperties.pdfMargins.top,m.bottom=t.isNullOrUndefined(this.exportProperties.pdfMargins.bottom)?m.bottom:this.exportProperties.pdfMargins.bottom,m.left=t.isNullOrUndefined(this.exportProperties.pdfMargins.left)?m.left:this.exportProperties.pdfMargins.left,m.right=t.isNullOrUndefined(this.exportProperties.pdfMargins.right)?m.right:this.exportProperties.pdfMargins.right}d.setPageSettings(i.pageSettings),h=i.pageSettings.height;var f=e.toDataURL("image/jpeg").replace("image/jpeg","image/octet-stream");f=f.slice(f.indexOf(",")+1);var v=new a.PdfBitmap(f),S=d.pages.add();t.isNullOrUndefined(l)||t.isNullOrUndefined(l.header)||this.pdfExportHelper.drawHeader(l,i),t.isNullOrUndefined(l)||t.isNullOrUndefined(l.footer)||this.pdfExportHelper.drawFooter(l,i),S.graphics.drawImage(v,0,0,h<o||this.exportProperties.width||i.pageSettings.size?S.getClientSize().width:c,h<o?S.getClientSize().height:o);var y;n||r?n&&(y=i.save()):(i.save(g+".pdf"),i.destroy());var b={type:"PDF",promise:n?y:null};return this.parent.trigger("exportComplete",b),new Promise(function(){})},e.prototype.destroy=function(){this.exportProperties&&(this.exportProperties=null),this.pdfExportHelper&&(this.pdfExportHelper=null)},e}(),Ot=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function a(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(a.prototype=i.prototype,new a)}}(),Pt=function(e,t,i,a){var r,n=arguments.length,s=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,a);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(s=(n<3?r(s):n>3?r(t,i,s):r(t,i))||s);return n>3&&s&&Object.defineProperty(t,i,s),s},Nt=function(e,t,i,a){return new(i||(i=Promise))(function(r,n){function s(e){try{l(a.next(e))}catch(e){n(e)}}function o(e){try{l(a.throw(e))}catch(e){n(e)}}function l(e){e.done?r(e.value):new i(function(t){t(e.value)}).then(s,o)}l((a=a.apply(e,t||[])).next())})},Et=function(e,t){function i(e){return function(t){return a([e,t])}}function a(i){if(r)throw new TypeError("Generator is already executing.");for(;l;)try{if(r=1,n&&(s=2&i[0]?n.return:i[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,i[1])).done)return s;switch(n=0,s&&(i=[2&i[0],s.value]),i[0]){case 0:case 1:s=i;break;case 4:return l.label++,{value:i[1],done:!1};case 5:l.label++,n=i[1],i=[0];continue;case 7:i=l.ops.pop(),l.trys.pop();continue;default:if(s=l.trys,!(s=s.length>0&&s[s.length-1])&&(6===i[0]||2===i[0])){l=0;continue}if(3===i[0]&&(!s||i[1]>s[0]&&i[1]<s[3])){l.label=i[1];break}if(6===i[0]&&l.label<s[1]){l.label=s[1],s=i;break}if(s&&l.label<s[2]){l.label=s[2],l.ops.push(i);break}s[2]&&l.ops.pop(),l.trys.pop();continue}i=t.call(e,l)}catch(e){i=[6,e],n=0}finally{r=s=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}var r,n,s,o,l={label:0,sent:function(){if(1&s[0])throw s[1];return s[1]},trys:[],ops:[]};return o={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o},It=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property(!0)],i.prototype,"showFilterIcon",void 0),Pt([t.Property(!0)],i.prototype,"showSortIcon",void 0),Pt([t.Property(!0)],i.prototype,"showRemoveIcon",void 0),Pt([t.Property(!0)],i.prototype,"showValueTypeIcon",void 0),Pt([t.Property("Both")],i.prototype,"displayMode",void 0),Pt([t.Property(!0)],i.prototype,"allowDragAndDrop",void 0),Pt([t.Property(!1)],i.prototype,"showFieldsPanel",void 0),i}(t.ChildProperty),Ft=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property(!1)],i.prototype,"allowAdding",void 0),Pt([t.Property(!1)],i.prototype,"allowEditing",void 0),Pt([t.Property(!1)],i.prototype,"allowDeleting",void 0),Pt([t.Property(!1)],i.prototype,"allowCommandColumns",void 0),Pt([t.Property(!1)],i.prototype,"allowInlineEditing",void 0),Pt([t.Property("Normal")],i.prototype,"mode",void 0),Pt([t.Property(!0)],i.prototype,"allowEditOnDblClick",void 0),Pt([t.Property(!0)],i.prototype,"showConfirmDialog",void 0),Pt([t.Property(!1)],i.prototype,"showDeleteConfirmDialog",void 0),i}(t.ChildProperty),Lt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property()],i.prototype,"measure",void 0),Pt([t.Property()],i.prototype,"label",void 0),Pt([t.Property("NotEquals")],i.prototype,"conditions",void 0),Pt([t.Property()],i.prototype,"value1",void 0),Pt([t.Property()],i.prototype,"value2",void 0),i}(t.ChildProperty),At=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property(!1)],i.prototype,"showHyperlink",void 0),Pt([t.Property(!1)],i.prototype,"showRowHeaderHyperlink",void 0),Pt([t.Property(!1)],i.prototype,"showColumnHeaderHyperlink",void 0),Pt([t.Property(!1)],i.prototype,"showValueCellHyperlink",void 0),Pt([t.Property(!1)],i.prototype,"showSummaryCellHyperlink",void 0),Pt([t.Collection([],Lt)],i.prototype,"conditionalSettings",void 0),Pt([t.Property()],i.prototype,"headerText",void 0),Pt([t.Property("")],i.prototype,"cssClass",void 0),i}(t.ChildProperty),Rt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property(5)],i.prototype,"columnPageSize",void 0),Pt([t.Property(5)],i.prototype,"rowPageSize",void 0),Pt([t.Property(1)],i.prototype,"currentColumnPage",void 0),Pt([t.Property(1)],i.prototype,"currentRowPage",void 0),i}(t.ChildProperty),kt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property("Bottom")],i.prototype,"position",void 0),Pt([t.Property(!1)],i.prototype,"isInversed",void 0),Pt([t.Property(!0)],i.prototype,"showRowPager",void 0),Pt([t.Property(!0)],i.prototype,"showColumnPager",void 0),Pt([t.Property(!0)],i.prototype,"showRowPageSize",void 0),Pt([t.Property(!0)],i.prototype,"showColumnPageSize",void 0),Pt([t.Property([10,50,100,200])],i.prototype,"rowPageSizes",void 0),Pt([t.Property([5,10,20,50,100])],i.prototype,"columnPageSizes",void 0),Pt([t.Property(!1)],i.prototype,"enableCompactView",void 0),Pt([t.Property()],i.prototype,"template",void 0),i}(t.ChildProperty),jt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property("Table")],i.prototype,"view",void 0),Pt([t.Property("Table")],i.prototype,"primary",void 0),i}(t.ChildProperty),Ht=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ot(i,e),Pt([t.Property(!1)],i.prototype,"allowSinglePage",void 0),i}(t.ChildProperty),qt=function(e){function s(i,a){var r=e.call(this,i,a)||this;return r.verticalScrollScale=1,r.horizontalScrollScale=1,r.scrollerBrowserLimit=8e6,r.lastSortInfo={},r.lastFilterInfo={},r.lastAggregationInfo={},r.lastCalcFieldInfo={},r.isScrolling=!1,r.allowEngineExport=!1,r.isInitial=!0,r.shiftLockedPos=[],r.savedSelectedCellsPos=[],r.cellSelectionPos=[],r.isPopupClicked=!1,r.isMouseDown=!1,r.isMouseUp=!1,r.fieldsType={},r.remoteData=[],r.defaultItems={},r.isCellBoxMultiSelection=!1,r.isBlobData=!1,r.gridCellCollection={},r.rowRangeSelection={enable:!1,startIndex:0,endIndex:0},r.isStaticRefresh=!1,r.isStaticFieldList=!1,r.resizeInfo={},r.scrollPosObject={vertical:0,horizontal:0,verticalSection:0,horizontalSection:0,top:0,left:0,scrollDirection:{direction:"",position:0}},r.pivotColumns=[],r.totColWidth=0,r.posCount=0,r.isModified=!1,r.isInitialRendering=!1,r.needsID=!0,r.pivotRefresh=t.Component.prototype.refresh,r.request="undefined"!=typeof window?new XMLHttpRequest:null,r.isServerWaitingPopup=!1,r.actionObj={},r.defaultFieldListOrder="None",r.destroyEngine=!1,r.pivotView=r,t.setValue("mergePersistData",r.mergePersistPivotData,r),r}return Ot(s,e),s.prototype.requiredModules=function(){var e=[];return this.showGroupingBar&&e.push({args:[this],member:"groupingBar"}),this.allowConditionalFormatting&&e.push({args:[this],member:"conditionalFormatting"}),this.allowNumberFormatting&&e.push({args:[this],member:"numberFormatting"}),this.allowCalculatedField&&e.push({args:[this],member:"calculatedField"}),this.showToolbar&&(this.toolbar.length>0||this.toolbarTemplate)&&e.push({args:[this],member:"toolbar"}),this.showFieldList&&e.push({args:[this],member:"fieldList"}),this.allowExcelExport&&e.push({args:[this],member:"excelExport"}),this.allowPdfExport&&e.push({args:[this],member:"pdfExport"}),this.enableVirtualization&&e.push({args:[this],member:"virtualscroll"}),this.allowGrouping&&e.push({args:[this],member:"grouping"}),(this.allowDrillThrough||this.editSettings&&this.editSettings.allowEditing)&&e.push({args:[this],member:"drillThrough"}),this.enablePaging&&e.push({args:[this],member:"pager"}),e},s.prototype.preRender=function(){this.dataSourceSettings&&"SSAS"===this.dataSourceSettings.providerType?(this.dataType="olap",this.olapEngineModule=new Tt):(this.dataType="pivot",this.engineModule=new z),this.isAdaptive=t.Browser.isDevice,t.Browser.isIE||"edge"===t.Browser.info.name?this.scrollerBrowserLimit=15e5:"chrome"===t.Browser.info.name&&(this.scrollerBrowserLimit=15e6),this.isTouchMode=!!t.closest(this.element,"e-bigger"),this.initProperties(),this.renderToolTip(),this.keyboardModule=new Oe(this),this.contextMenuModule=new Pe(this),this.globalize=new t.Internationalization(this.locale),(this.showFieldList||this.showGroupingBar||this.allowNumberFormatting||this.allowCalculatedField||this.toolbar&&this.showToolbar||this.allowGrouping||this.gridSettings.contextMenuItems||this.allowDrillThrough)&&(this.commonModule=new oe(this)),!this.chartSettings.enableExport||"Both"!==this.displayOption.view&&"Chart"!==this.displayOption.view||(this.chartExportModule=new Dt(this)),this.defaultLocale={applyToGrandTotal:"Apply to Grand Total",grandTotal:"Grand Total",total:"Total",value:"Value",noValue:"No value",row:"Row",column:"Column",collapse:"Collapse",expand:"Expand",rowAxisPrompt:"Drop row here",columnAxisPrompt:"Drop column here",valueAxisPrompt:"Drop value here",filterAxisPrompt:"Drop filter here",filter:"Filter",filtered:"Filtered",sort:"Sort",filters:"Filters",rows:"Rows",columns:"Columns",values:"Values",close:"Close",cancel:"Cancel",delete:"Delete",CalculatedField:"Calculated Field",createCalculatedField:"Create Calculated Field",fieldName:"Enter the field name",error:"Error",invalidFormula:"Invalid formula.",dropText:'Example: ("Sum(Order_Count)" + "Sum(In_Stock)") * 250',dropTextMobile:"Add fields and edit formula here.",dropAction:"Calculated field cannot be place in any other region except value axis.",alert:"Alert",warning:"Warning",ok:"OK",search:"Search",drag:"Drag",remove:"Remove",allFields:"All Fields",formula:"Formula",addToRow:"Add to Row",addToColumn:"Add to Column",addToValue:"Add to Value",addToFilter:"Add to Filter",emptyData:"No records to display",fieldExist:"A field already exists in this name. Please enter a different name.",confirmText:"A calculation field already exists in this name. Do you want to replace it?",noMatches:"No matches",format:"Summaries values by",edit:"Edit",clear:"Clear",sortAscending:"Sort ascending order",sortDescending:"Sort descending order",sortNone:"Sort data order",clearCalculatedField:"Clear edited field info",editCalculatedField:"Edit calculated field",formulaField:"Drag and drop fields to formula",dragField:"Drag field to formula",clearFilter:"Clear",by:"by",all:"All",multipleItems:"Multiple items",member:"Member",label:"Label",date:"Date",enterValue:"Enter value",chooseDate:"Enter date",Before:"Before",BeforeOrEqualTo:"Before Or Equal To",After:"After",AfterOrEqualTo:"After Or Equal To",labelTextContent:"Show the items for which the label",dateTextContent:"Show the items for which the date",valueTextContent:"Show the items for which",Equals:"Equals",DoesNotEquals:"Does Not Equal",BeginWith:"Begins With",DoesNotBeginWith:"Does Not Begin With",EndsWith:"Ends With",DoesNotEndsWith:"Does Not End With",Contains:"Contains",DoesNotContains:"Does Not Contain",GreaterThan:"Greater Than",GreaterThanOrEqualTo:"Greater Than Or Equal To",LessThan:"Less Than",LessThanOrEqualTo:"Less Than Or Equal To",Between:"Between",NotBetween:"Not Between",And:"and",Sum:"Sum",Count:"Count",DistinctCount:"Distinct Count",Product:"Product",Avg:"Avg",Median:"Median",Min:"Min",SampleVar:"Sample Var",PopulationVar:"Population Var",RunningTotals:"Running Totals",Max:"Max",Index:"Index",SampleStDev:"Sample StDev",PopulationStDev:"Population StDev",PercentageOfRowTotal:"% of Row Total",PercentageOfParentTotal:"% of Parent Total",PercentageOfParentColumnTotal:"% of Parent Column Total",PercentageOfParentRowTotal:"% of Parent Row Total",DifferenceFrom:"Difference From",PercentageOfDifferenceFrom:"% of Difference From",PercentageOfGrandTotal:"% of Grand Total",PercentageOfColumnTotal:"% of Column Total",MoreOption:"More...",NotEquals:"Not Equals",AllValues:"All Values",conditionalFormatting:"Conditional Formatting",apply:"Apply",condition:"Add Condition",formatLabel:"Format",valueFieldSettings:"Value field settings",baseField:"Base field",baseItem:"Base item",summarizeValuesBy:"Summarize values by",sourceName:"Field name :",sourceCaption:"Field caption",example:"e.g:",editorDataLimitMsg:" more items. Search to refine further.",details:"Details",manageRecords:"Manage Records",Years:"Years",Quarters:"Quarters",Months:"Months",Days:"Days",Hours:"Hours",Minutes:"Minutes",Seconds:"Seconds",save:"Save a report",new:"Create a new report",load:"Load",saveAs:"Save as current report",rename:"Rename a current report",deleteReport:"Delete a current report",export:"Export",subTotals:"Sub totals",grandTotals:"Grand totals",reportName:"Report Name :",pdf:"PDF",excel:"Excel",csv:"CSV",png:"PNG",jpeg:"JPEG",svg:"SVG",mdxQuery:"MDX Query",showSubTotals:"Show subtotals",doNotShowSubTotals:"Do not show subtotals",showSubTotalsRowsOnly:"Show subtotals rows only",showSubTotalsColumnsOnly:"Show subtotals columns only",showGrandTotals:"Show grand totals",doNotShowGrandTotals:"Do not show grand totals",showGrandTotalsRowsOnly:"Show grand totals rows only",showGrandTotalsColumnsOnly:"Show grand totals columns only",fieldList:"Show fieldlist",grid:"Show table",toolbarFormatting:"Conditional formatting",chart:"Chart",reportMsg:"Please enter valid report name!!!",reportList:"Report list",removeConfirm:"Are you sure you want to delete this report?",emptyReport:"No reports found!!",bar:"Bar",pie:"Pie",funnel:"Funnel",doughnut:"Doughnut",pyramid:"Pyramid",stackingcolumn:"Stacked Column",stackingarea:"Stacked Area",stackingbar:"Stacked Bar",stackingline:"Stacked Line",stepline:"Step Line",steparea:"Step Area",splinearea:"Spline Area",spline:"Spline",stackingcolumn100:"100% Stacked Column",stackingbar100:"100% Stacked Bar",stackingarea100:"100% Stacked Area",stackingline100:"100% Stacked Line",bubble:"Bubble",pareto:"Pareto",radar:"Radar",line:"Line",area:"Area",scatter:"Scatter",polar:"Polar",of:"of",emptyFormat:"No format found!!!",emptyInput:"Enter a value",newReportConfirm:"Do you want to save the changes to this report?",emptyReportName:"Enter a report name",qtr:"Qtr",null:"null",undefined:"undefined",groupOutOfRange:"Out of Range",fieldDropErrorAction:"The field you are moving cannot be placed in that area of the report",aggregate:"Aggregate",drillThrough:"Drill Through",ascending:"Ascending",descending:"Descending",number:"Number",currency:"Currency",percentage:"Percentage",formatType:"Format Type",customText:"Currency Symbol",symbolPosition:"Symbol Position",left:"Left",right:"Right",grouping:"Grouping",true:"True",false:"False",decimalPlaces:"Decimal Places",numberFormat:"Number Formatting",memberType:"Field Type",formatString:"Format",expressionField:"Expression",customFormat:"Enter custom format string",numberFormatString:"Example: C, P, 0000 %, ###0.##0#, etc.",selectedHierarchy:"Parent Hierarchy",olapDropText:"Example: [Measures].[Order Quantity] + ([Measures].[Order Quantity] * 0.10)",Percent:"Percent",Currency:"Currency",Custom:"Custom",Measure:"Measure",Dimension:"Dimension",Standard:"Standard",blank:"(Blank)",fieldTooltip:'Drag and drop fields to create an expression. And, if you want to edit the existing calculated fields! You can achieve it by simply selecting the field under "Calculated Members".',fieldTitle:"Field Name",QuarterYear:"Quarter Year",drillError:"Cannot show the raw items of calculated fields.",caption:"Field Caption",copy:"Copy",defaultReport:"Sample Report",customFormatString:"Custom Format",invalidFormat:"Invalid Format.",group:"Group",unGroup:"Ungroup",invalidSelection:"Cannot group that selection.",groupName:"Enter the caption to display in header",captionName:"Enter the caption for group field",selectedItems:"Selected items",groupFieldCaption:"Field caption",groupTitle:"Group name",startAt:"Starting at",endAt:"Ending at",groupBy:"Interval by",selectGroup:"Select groups",multipleAxes:"Multiple Axis",showLegend:"Show Legend",exit:"Exit",chartTypeSettings:"Chart Type Settings",ChartType:"Chart Type",yes:"Yes",no:"No",numberFormatMenu:"Number Formatting...",conditionalFormattingMenu:"Conditional Formatting...",removeCalculatedField:"Are you sure you want to delete this calculated field?",replaceConfirmBefore:"A report named ",replaceConfirmAfter:" already exists. Do you want to replace it?",invalidJSON:"Invalid JSON data",invalidCSV:"Invalid CSV data",stacked:"Stacked",single:"Single",combined:"Combined",multipleAxisMode:"Multiple Axis Mode",grandTotalPosition:"Grand totals position",top:"Top",bottom:"Bottom",None:"None",rowPage:"Row pager",rowPerPage:"Rows per page",columnPage:"Column pager",columnPerPage:"Columns per page",goToFirstPage:"Go to first page",goToPreviousPage:"Go to previous page",goToNextPage:"Go to next page",goToLastPage:"Go to last page",subTotalPosition:"Subtotals position",auto:"Auto",loading:"Loading...",add:"Add"},this.localeObj=new t.L10n(this.getModuleName(),this.defaultLocale,this.locale),this.renderContextMenu(),this.isDragging=!1,this.pivotDeferLayoutUpdate=t.isNullOrUndefined(this.pivotDeferLayoutUpdate)?this.allowDeferLayoutUpdate:this.pivotDeferLayoutUpdate,this.addInternalEvents()},s.prototype.onBeforeTooltipOpen=function(e){e.element.classList.add("e-pivottooltipwrap")},s.prototype.renderToolTip=function(){this.showTooltip?(this.tooltipTemplate?this.tooltip=new r.Tooltip({target:"td.e-valuescontent",cssClass:"e-pivottooltiptemplate"+(this.cssClass?" "+this.cssClass:""),showTipPointer:!1,position:"BottomRight",mouseTrail:!0,enableRtl:this.enableRtl,locale:this.locale,enableHtmlSanitizer:this.enableHtmlSanitizer,beforeRender:this.setToolTip.bind(this),beforeOpen:this.onBeforeTooltipOpen}):this.tooltip=new r.Tooltip({target:"td.e-valuescontent",cssClass:this.cssClass,showTipPointer:!1,position:"BottomRight",mouseTrail:!0,enableRtl:this.enableRtl,locale:this.locale,enableHtmlSanitizer:this.enableHtmlSanitizer,beforeRender:this.setToolTip.bind(this),beforeOpen:this.onBeforeTooltipOpen}),this.tooltip.isStringTemplate=!0,this.tooltip.appendTo(this.element)):this.tooltip&&this.tooltip.destroy()},s.prototype.renderContextMenu=function(){if(this.gridSettings.contextMenuItems||this.allowGrouping&&"pivot"===this.dataType){var e=[],t=[],i=[],a=[],r=[],n=[],s=[];if(this.gridSettings.contextMenuItems)for(var o=0,l=this.gridSettings.contextMenuItems;o<l.length;o++){var d=l[o];if("string"==typeof d&&-1!==this.getDefaultItems().indexOf(d))if(-1!==d.toString().toLowerCase().indexOf("aggregate")&&"pivot"===this.dataType){s=[{text:this.localeObj.getConstant("Sum")}];var p=this.buildDefaultItems("Aggregate");p.items=s,r.push(p)}else-1!==d.toString().toLowerCase().indexOf("export")?a.push(this.buildDefaultItems(d)):e.push(this.buildDefaultItems(d));else"string"!=typeof d&&i.push(d)}if(this.allowGrouping&&"pivot"===this.dataType&&(this.getFieldByID(this.element.id+"_custom_group",this.gridSettings.contextMenuItems)||t.push(this.buildDefaultItems("Group")),this.getFieldByID(this.element.id+"_custom_ungroup",this.gridSettings.contextMenuItems)||t.push(this.buildDefaultItems("Ungroup"))),a.length>0){var h=this.buildDefaultItems("export");h.items=a,n.push(h)}var u=[];Array.prototype.push.apply(u,r),Array.prototype.push.apply(u,e),Array.prototype.push.apply(u,t),Array.prototype.push.apply(u,n),Array.prototype.push.apply(u,i),this.setProperties({gridSettings:{contextMenuItems:u}},!0)}},s.prototype.getFieldByID=function(e,t){return new i.DataManager({json:t}).executeLocal((new i.Query).where("id","equal",e))[0]},s.prototype.getAllSummaryType=function(){return["Sum","Count","DistinctCount","Product","Min","Max","Avg","Median","Index","PopulationVar","SampleVar","PopulationStDev","SampleStDev","RunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"]},s.prototype.getDefaultItems=function(){return["Drillthrough","Expand","Collapse","Pdf Export","Excel Export","Csv Export","Sort Ascending","Sort Descending","Aggregate","CalculatedField"]},s.prototype.buildDefaultItems=function(e){var t;switch(e){case"Aggregate":t={text:this.localeObj.getConstant("aggregate"),target:"th.e-valuesheader,td.e-valuescontent,.e-stot.e-rowsheader",id:this.element.id+"_aggregate"};break;case"CalculatedField":t={text:this.localeObj.getConstant("CalculatedField"),target:"td.e-valuescontent",id:this.element.id+"_CalculatedField"};break;case"Drillthrough":t={text:this.localeObj.getConstant("drillThrough"),target:"td.e-valuescontent",id:this.element.id+"_drillthrough_menu",iconCss:"e-pivotview-grid "+y};break;case"export":t={text:this.localeObj.getConstant("export"),target:"td.e-valuescontent",id:this.element.id+"_exporting",iconCss:"e-pivotview-export "+y};break;case"Pdf Export":t={text:this.localeObj.getConstant("pdf"),id:this.element.id+"_pdf",iconCss:"e-pivotview-pdf-export "+y};break;case"Excel Export":t={text:this.localeObj.getConstant("excel"),id:this.element.id+"_excel",iconCss:"e-pivotview-excel-export "+y};break;case"Csv Export":t={text:this.localeObj.getConstant("csv"),id:this.element.id+"_csv",iconCss:"e-pivotview-csv-export "+y};break;case"Expand":t={text:this.localeObj.getConstant("expand"),target:"td.e-rowsheader,.e-columnsheader",id:this.element.id+"_expand",iconCss:"e-pivotview-expand "+y};break;case"Collapse":t={text:this.localeObj.getConstant("collapse"),target:"td.e-rowsheader,.e-columnsheader",id:this.element.id+"_collapse",iconCss:"e-pivotview-collapse "+y};break;case"Sort Ascending":t={text:this.localeObj.getConstant("ascending"),target:"th.e-valuesheader,.e-stot",id:this.element.id+"_sortasc",iconCss:"e-icon-ascending "+y};break;case"Sort Descending":t={text:this.localeObj.getConstant("descending"),target:"th.e-valuesheader,.e-stot",id:this.element.id+"_sortdesc",iconCss:"e-icon-descending "+y};break;case"Group":t={text:this.localeObj.getConstant("group"),target:"td.e-rowsheader,.e-columnsheader",id:this.element.id+"_custom_group",iconCss:"e-pivotview-group "+y};break;case"Ungroup":t={text:this.localeObj.getConstant("unGroup"),target:"td.e-rowsheader,.e-columnsheader",id:this.element.id+"_custom_ungroup",iconCss:"e-pivotview-ungroup "+y}}return this.defaultItems[e]={text:t.text,id:t.id,target:t.target,iconCss:t.iconCss},this.defaultItems[e]},s.prototype.initProperties=function(){if(this.isTabular="Tabular"===this.gridSettings.layout,this.pivotRefresh=t.Component.prototype.refresh,this.minHeight=t.isNullOrUndefined(this.minHeight)?300:this.minHeight<10?10:this.minHeight,this.isScrolling=!1,this.allowServerDataBinding=!1,this.isStaticRefresh=!1,this.setProperties({pivotValues:[]},!0),this.allowServerDataBinding=!0,this.scrollPosObject={vertical:0,horizontal:0,verticalSection:0,horizontalSection:0,top:0,left:0,scrollDirection:{direction:"",position:0}},this.queryCellInfo=this.gridSettings.queryCellInfo?this.gridSettings.queryCellInfo:void 0,this.headerCellInfo=this.gridSettings.headerCellInfo?this.gridSettings.headerCellInfo:void 0,this.resizing=this.gridSettings.resizing?this.gridSettings.resizing:void 0,this.resizeStop=this.gridSettings.resizeStop?this.gridSettings.resizeStop:void 0,this.pdfHeaderQueryCellInfo=this.gridSettings.pdfHeaderQueryCellInfo?this.gridSettings.pdfHeaderQueryCellInfo:void 0,this.pdfQueryCellInfo=this.gridSettings.pdfQueryCellInfo?this.gridSettings.pdfQueryCellInfo:void 0,this.excelHeaderQueryCellInfo=this.gridSettings.excelHeaderQueryCellInfo?this.gridSettings.excelHeaderQueryCellInfo:void 0,this.excelQueryCellInfo=this.gridSettings.excelQueryCellInfo?this.gridSettings.excelQueryCellInfo:void 0,this.columnDragStart=this.gridSettings.columnDragStart?this.gridSettings.columnDragStart:void 0,this.columnDrag=this.gridSettings.columnDrag?this.gridSettings.columnDrag:void 0,this.columnDrop=this.gridSettings.columnDrop?this.gridSettings.columnDrop:void 0,this.beforeColumnsRender=this.gridSettings.columnRender?this.gridSettings.columnRender:void 0,this.selected=this.gridSettings.cellSelected?this.gridSettings.cellSelected:void 0,this.selecting=this.gridSettings.cellSelecting?this.gridSettings.cellSelecting:void 0,this.cellDeselected=this.gridSettings.cellDeselected?this.gridSettings.cellDeselected:void 0,this.rowSelected=this.gridSettings.rowSelected?this.gridSettings.rowSelected:void 0,this.rowDeselected=this.gridSettings.rowDeselected?this.gridSettings.rowDeselected:void 0,this.chartTooltipRender=this.chartSettings.tooltipRender?this.chartSettings.tooltipRender:void 0,this.chartLegendClick=this.chartSettings.legendClick?this.chartSettings.legendClick:void 0,this.chartLoaded=this.chartSettings.loaded?this.chartSettings.loaded:void 0,this.chartLoad=this.chartSettings.load?this.chartSettings.load:void 0,this.chartResized=this.chartSettings.resized?this.chartSettings.resized:void 0,this.chartAxisLabelRender=this.chartSettings.axisLabelRender?this.chartSettings.axisLabelRender:void 0,this.multiLevelLabelClick=this.chartSettings.multiLevelLabelClick?this.chartSettings.multiLevelLabelClick:void 0,this.chartPointClick=this.chartSettings.pointClick?this.chartSettings.pointClick:void 0,this.contextMenuClick=this.gridSettings.contextMenuClick?this.gridSettings.contextMenuClick:void 0,this.contextMenuOpen=this.gridSettings.contextMenuOpen?this.gridSettings.contextMenuOpen:void 0,this.beforePdfExport=this.gridSettings.beforePdfExport?this.gridSettings.beforePdfExport:void 0,this.beforeExcelExport=this.gridSettings.beforeExcelExport?this.gridSettings.beforeExcelExport:void 0,this.beforePrint=this.chartSettings.beforePrint?this.chartSettings.beforePrint:void 0,this.animationComplete=this.chartSettings.animationComplete?this.chartSettings.animationComplete:void 0,this.legendRender=this.chartSettings.legendRender?this.chartSettings.legendRender:void 0,this.textRender=this.chartSettings.textRender?this.chartSettings.textRender:void 0,this.pointRender=this.chartSettings.pointRender?this.chartSettings.pointRender:void 0,this.seriesRender=this.chartSettings.seriesRender?this.chartSettings.seriesRender:void 0,this.chartMouseMove=this.chartSettings.chartMouseMove?this.chartSettings.chartMouseMove:void 0,this.chartMouseClick=this.chartSettings.chartMouseClick?this.chartSettings.chartMouseClick:void 0,this.pointMove=this.chartSettings.pointMove?this.chartSettings.pointMove:void 0,this.chartMouseLeave=this.chartSettings.chartMouseLeave?this.chartSettings.chartMouseLeave:void 0,this.chartMouseDown=this.chartSettings.chartMouseDown?this.chartSettings.chartMouseDown:void 0,this.chartMouseUp=this.chartSettings.chartMouseUp?this.chartSettings.chartMouseUp:void 0,this.dragComplete=this.chartSettings.dragComplete?this.chartSettings.dragComplete:void 0,this.zoomComplete=this.chartSettings.zoomComplete?this.chartSettings.zoomComplete:void 0,this.scrollStart=this.chartSettings.scrollStart?this.chartSettings.scrollStart:void 0,this.scrollEnd=this.chartSettings.scrollEnd?this.chartSettings.scrollEnd:void 0,this.scrollChanged=this.chartSettings.scrollChanged?this.chartSettings.scrollChanged:void 0,this.multiLevelLabelRender=this.chartSettings.multiLevelLabelRender?this.chartSettings.multiLevelLabelRender:void 0,null===this.gridSettings.rowHeight&&(this.isTouchMode?this.setProperties({gridSettings:{rowHeight:36}},!0):this.setProperties({gridSettings:{rowHeight:this.isAdaptive?36:30}},!0)),this.chartSettings&&this.chartSettings.showMemberSeries&&!this.chartSettings.showPointColorByMembers&&this.setProperties({chartSettings:{showPointColorByMembers:!0}},!0),this.element.style.height="100%",this.enableVirtualization&&this.updatePageSettings(!0),this.isCellBoxMultiSelection=this.gridSettings.allowSelection&&"Box"===this.gridSettings.selectionSettings.cellSelectionMode&&"Cell"===this.gridSettings.selectionSettings.mode&&"Multiple"===this.gridSettings.selectionSettings.type,this.allowGrouping&&!this.isCellBoxMultiSelection&&(this.isCellBoxMultiSelection=!0,this.setProperties({gridSettings:{allowSelection:!0,selectionSettings:{cellSelectionMode:"Box",mode:"Cell",type:"Multiple"}}},!0)),"Table"!==this.displayOption.view&&(this.pivotChartModule=new Fe(this)),this.currentView=this.currentView?this.currentView:"Both"===this.displayOption.view?this.displayOption.primary:this.displayOption.view,"pivot"===this.dataType&&"Server"!==this.dataSourceSettings.mode&&!t.isNullOrUndefined(this.dataSourceSettings.valueSortSettings.headerText)&&""!==this.dataSourceSettings.valueSortSettings.headerText){var e=void 0;"column"===this.dataSourceSettings.valueAxis?e={columnHeaderText:this.dataSourceSettings.valueSortSettings.headerText,columnSortOrder:this.dataSourceSettings.valueSortSettings.sortOrder}:"row"===this.dataSourceSettings.valueAxis&&(e={rowHeaderText:this.dataSourceSettings.valueSortSettings.headerText,rowSortOrder:this.dataSourceSettings.valueSortSettings.sortOrder}),this.setProperties({dataSourceSettings:{valueSortSettings:e}},!0)}},s.prototype.updatePageSettings=function(e){if(this.enableVirtualization){var t=1,i=1;this.dataSourceSettings.values.length>1&&"pivot"===this.dataType&&("row"===this.dataSourceSettings.valueAxis?i=this.dataSourceSettings.values.length:t=this.dataSourceSettings.values.length);var a=this.getHeightAsNumber();isNaN(a)&&(a=this.element.offsetHeight),this.pageSettings={currentColumnPage:e?1:this.pageSettings.currentColumnPage,currentRowPage:e?1:this.pageSettings.currentRowPage,columnPageSize:Math.ceil((Math.floor(this.getWidthAsNumber()/this.gridSettings.columnWidth)-1)/t),rowPageSize:Math.ceil(Math.floor(a/this.gridSettings.rowHeight)/i)}}},s.prototype.render=function(){this.loadData()},s.prototype.loadData=function(){if(this.dataSourceSettings.formatSettings.length>0)for(var e=this.dataSourceSettings.formatSettings,i=0;i<e.length;i++)t.isNullOrUndefined(e[i].maximumFractionDigits)&&t.isNullOrUndefined(e[i].minimumFractionDigits)||null!==e[i].format.match(/^(P|N|C|P[0-9]|C[0-9]|N[0-9])$/g)||(e[i].maximumFractionDigits=void 0,e[i].minimumIntegerDigits=void 0);"pivot"===this.dataType&&this.dataSourceSettings.url&&""!==this.dataSourceSettings.url?"Server"===this.dataSourceSettings.mode?(this.guid=B.generateUUID(),this.initialLoad(),"Chart"!==this.displayOption.view?this.renderEmptyGrid():this.refreshData(),this.showWaitingPopup()):new t.Fetch(this.dataSourceSettings.url,"GET").send().then(function(e){return"string"==typeof e?e:e.text()}).then(this.onReadyStateChange.bind(this)):this.initialLoad()},s.prototype.blobToString=function(e){return Nt(this,void 0,void 0,function(){var t;return Et(this,function(i){switch(i.label){case 0:return[4,e];case 1:return t=i.sent(),[2,t.text()]}})})},s.prototype.onSuccess=function(e){var i=this;if(this.request.readyState===XMLHttpRequest.DONE)if(this.isServerWaitingPopup=!0,"onExcelExport"===this.currentAction||"onCsvExport"===this.currentAction||"onPivotExcelExport"===this.currentAction||"onPivotCsvExport"===this.currentAction)if(200===this.request.status){var a=this.request.response;e=t.isNullOrUndefined(e)?{}:e;var r=t.isNullOrUndefined(e.fileName)?"onExcelExport"===this.currentAction||"onPivotExcelExport"===this.currentAction?"default.xlsx":"default.csv":e.fileName;this.isBlobData||g.Save.save(r,a);var n={type:"onExcelExport"===this.currentAction||"onPivotExcelExport"===this.currentAction?"xlsx":"csv",promise:this.isBlobData?a:null};this.isBlobData=!1,this.trigger("exportComplete",n),this.triggerAfterServiceInvoke()}else this.blobToString(this.request.response).then(function(e){i.triggerAfterServiceInvoke(e)});else{try{this.triggerAfterServiceInvoke();var s=JSON.parse(this.request.responseText);if("fetchFieldMembers"===this.currentAction){for(var o=JSON.parse(s.members),l=[],d={},p=B.isDateField(s.memberName,this.engineModule),h="number"===this.engineModule.fieldList[s.memberName].type,u=0,c=(T=Object.keys(o)).length;u<c;u++){var m=o[T[u]],f=p?this.engineModule.getFormattedValue(m.Name,s.memberName):{formattedText:m.Caption};d[T[u]]={index:m.Index,ordinal:m.Ordinal,isDrilled:m.IsDrilled,caption:f.formattedText},l.push({formattedText:f.formattedText,actualText:p?f.actualText:h?isNaN(Number(m.Name))?m.Name:Number(m.Name):m.Name})}this.engineModule.fieldList[s.memberName].members=d,this.engineModule.fieldList[s.memberName].dateMember=l,this.showGroupingBar?this.pivotButtonModule.updateFilterEvents():this.pivotFieldListModule.pivotButtonModule.updateFilterEvents()}else if("fetchRawData"===this.currentAction){for(var v=this.engineModule.fieldList[this.drillThroughValue.actualText.toString()]?this.engineModule.fieldList[this.drillThroughValue.actualText.toString()].caption:this.drillThroughValue.actualText.toString(),S=this.engineModule.fieldList[this.drillThroughValue.actualText]?this.engineModule.fieldList[this.drillThroughValue.actualText].aggregateType:"",y=JSON.parse(s.rawData),b=JSON.parse(s.indexObject),C={},x=0;x<b.length;x++)C[b[x].Key]=b[x].Value;this.drillThroughValue.indexObject=C,this.drillThroughModule.triggerDialog(v,S,y,this.drillThroughValue,this.drillThroughElement),this.hideWaitingPopup()}else{var w=JSON.parse(s.fieldList);if(this.engineModule.fieldList)for(var T=Object.keys(this.engineModule.fieldList),u=0;u<T.length;u++)this.engineModule.fieldList[T[u]]&&w[T[u]]&&(w[T[u]].dateMember=this.engineModule.fieldList[T[u]].dateMember,w[T[u]].formattedMembers=this.engineModule.fieldList[T[u]].formattedMembers,w[T[u]].members=this.engineModule.fieldList[T[u]].members);this.engineModule.fieldList=w,this.engineModule.fields=JSON.parse(s.fields),this.engineModule.rowCount=JSON.parse(s.pivotCount).RowCount,this.engineModule.columnCount=JSON.parse(s.pivotCount).ColumnCount,this.engineModule.rowStartPos=JSON.parse(s.pivotCount).RowStartPosition,this.engineModule.colStartPos=JSON.parse(s.pivotCount).ColumnStartPosition,this.engineModule.rowFirstLvl=JSON.parse(s.pivotCount).RowFirstLevel,this.engineModule.colFirstLvl=JSON.parse(s.pivotCount).ColumnFirstLevel,this.engineModule.columnPageCount=JSON.parse(s.pivotCount).ColumnPageCount,this.engineModule.rowPageCount=JSON.parse(s.pivotCount).RowPageCount,this.engineModule.rowMaxLevel=JSON.parse(s.pivotCount).RowMaxLevel;for(var M=void 0,D=JSON.parse(s.pivotValue),O=0;O<D.length;O++)if(D[O]&&D[O][0]&&"row"===D[O][0].axis){M=O;break}this.engineModule.headerContent=B.frameContent(D,"header",M,this),this.engineModule.pageSettings=this.pageSettings;var P=JSON.parse(s.dataSourceSettings);this.dataSourceSettings.groupSettings.length>0&&(this.setProperties({dataSourceSettings:{rows:P.rows}},!0),this.setProperties({dataSourceSettings:{columns:P.columns}},!0),this.setProperties({dataSourceSettings:{formatSettings:P.formatSettings}},!0));var N=P.valueSortSettings;this.engineModule.valueSortSettings={headerText:N.headerText,headerDelimiter:N.headerDelimiter,sortOrder:N.sortOrder,columnIndex:N.columnIndex},this.engineModule.pivotValues=D,this.engineModule.isEmptyData=s.isEmptyData,this.engineModule.isEngineUpdated=s.isEngineUpdated;for(var E=0,I=this.dataSourceSettings.values;E<I.length;E++){var F=I[E];this.engineModule.valueAxisFields[F.name]=F}this.engineModule.globalize=t.isNullOrUndefined(this.globalize)?new t.Internationalization:this.globalize,this.engineModule.formatFields=this.engineModule.setFormattedFields(this.dataSourceSettings.formatSettings)}}catch(e){this.engineModule.pivotValues=[]}if("onScroll"===this.currentAction)if("vertical"===this.scrollDirection){var L="row"===this.dataSourceSettings.valueAxis?this.dataSourceSettings.values.length:1,A=(k=this.pageSettings.rowPageSize*L*this.gridSettings.rowHeight)*(j=Math.ceil(this.engineModule.rowStartPos/(this.pageSettings.rowPageSize*L)))-this.engineModule.rowFirstLvl*L*this.gridSettings.rowHeight;this.scrollPosObject.verticalSection=A}else if("horizondal"===this.scrollDirection){var R="column"===this.dataSourceSettings.valueAxis?this.dataSourceSettings.values.length:1,k=this.pageSettings.columnPageSize*R*this.gridSettings.columnWidth,j=Math.ceil(this.engineModule.colStartPos/(this.pageSettings.columnPageSize*R)),A=k*j-this.engineModule.colFirstLvl*R*this.gridSettings.columnWidth;this.scrollPosObject.horizontalSection=A}"fetchFieldMembers"!==this.currentAction&&"fetchRawData"!==this.currentAction&&(this.initEngine(),this.calculatedFieldModule&&this.calculatedFieldModule.isRequireUpdate&&(this.calculatedFieldModule.endDialog(),this.calculatedFieldModule.isRequireUpdate=!1),this.pivotFieldListModule&&this.pivotFieldListModule.calculatedFieldModule&&this.pivotFieldListModule.calculatedFieldModule.isRequireUpdate&&(this.pivotFieldListModule.calculatedFieldModule.endDialog(),this.pivotFieldListModule.calculatedFieldModule.isRequireUpdate=!1))}},s.prototype.triggerAfterServiceInvoke=function(e){var t={action:this.currentAction,response:e||("string"==typeof this.request.response?this.request.responseText:this.request.response)};this.trigger("afterServiceInvoke",t)},s.prototype.getEngine=function(e,t,i,a,r,n,s,o,l,d,p){var h=this;this.engineModule.isEmptyData=!1,this.element.querySelector(".e-spin-hide")&&"onExcelExport"!==e&&"onCsvExport"!==e&&"onPivotExcelExport"!==e&&"onPivotCsvExport"!==e&&this.showWaitingPopup(),this.currentAction=e,this.isServerWaitingPopup=!1;var u={pageSettings:JSON.parse(this.getPageSettings()).pageSettings,enableValueSorting:this.enableValueSorting,enablePaging:this.enablePaging,enableVirtualization:this.enableVirtualization,allowDataCompression:this.allowDataCompression,enableDrillThrough:this.allowDrillThrough||this.editSettings.allowEditing,locale:JSON.stringify(B.getLocalizedObject(this)),savedFieldList:"onDrop"===e&&null!==this.engineModule.fieldList?B.getClonedFieldList(this.engineModule.fieldList,!0):void 0,enableOptimizedRendering:this.enableVirtualization&&this.virtualScrollSettings&&this.virtualScrollSettings.allowSinglePage,requestType:"string",headers:{"Content-type":"application/json"},isTabular:this.isTabular,showFieldList:this.showFieldList||this.isStaticFieldList,showPivotChart:"Both"===this.displayOption.view||"Chart"===this.displayOption.view,chartType:this.chartSettings&&this.chartSettings.chartSeries&&this.chartSettings.chartSeries.type,showGroupingBar:this.showGroupingBar,showTooltip:this.showTooltip,chartSettings:p?JSON.parse(this.getPersistData()).chartSettings:null,gridSettings:p?JSON.parse(this.getPersistData()).gridSettings:null,enableAutoFit:this.grid&&this.grid.isAutoFitColumns};this.request.readyState!==XMLHttpRequest.UNSENT&&this.request.readyState!==XMLHttpRequest.OPENED||(this.request.withCredentials=!1);var c={request:this.request,dataSourceSettings:JSON.parse(this.getPersistData()).dataSourceSettings,action:e,customProperties:{},internalProperties:u,drillItem:t,sortItem:i,aggregatedItem:a,calculatedItem:r,filterItem:n,memberName:s,fetchRawDataArgs:o,editArgs:l,hash:this.guid,excelExportProperties:d,exportAllPages:this.exportAllPages,isGroupingUpdated:"onRefresh"===this.currentAction&&this.dataSourceSettings.groupSettings.length>0||!!this.groupingModule&&this.groupingModule.isUpdate};this.trigger("beforeServiceInvoke",c,function(e){h.request=e.request,c.internalProperties=e.internalProperties,c.customProperties=e.customProperties,c.dataSourceSettings=e.dataSourceSettings,c.calculatedItem=e.calculatedItem,c.drillItem=e.drillItem,c.editArgs=e.editArgs,c.fetchRawDataArgs=e.fetchRawDataArgs,c.filterItem=e.filterItem,c.hash=e.hash,c.memberName=e.memberName,c.sortItem=e.sortItem,c.excelExportProperties=e.excelExportProperties,c.exportAllPages=e.exportAllPages}),this.request.open("POST",this.dataSourceSettings.url,!0),this.request.onreadystatechange=this.onSuccess.bind(this,c.excelExportProperties),"onExcelExport"===c.action||"onCsvExport"===c.action||"onPivotExcelExport"===c.action||"onPivotCsvExport"===c.action?this.request.responseType="blob":this.request.responseType="";for(var g=Object.keys(c.internalProperties.headers),m=0;m<g.length;m++){var f=g[m],v=String(c.internalProperties.headers[f]);this.request.setRequestHeader(f,v)}"string"===c.internalProperties.requestType?this.request.send(JSON.stringify(c)):"base64"===c.internalProperties.requestType&&this.request.send(btoa(JSON.stringify(c)))},s.prototype.getChartSettings=function(){var e=["chartSettings"],t=this.chartSettings.load,i=this.chartSettings.loaded,a=this.chartSettings.textRender,r=this.chartSettings.pointRender,n=this.chartSettings.seriesRender,s=this.chartSettings.legendRender,o=this.chartSettings.pointClick,l=this.chartSettings.tooltipRender,d=this.chartSettings.legendClick,p=this.chartSettings.multiLevelLabelRender,h=this.chartSettings.beforePrint,u=this.chartSettings.animationComplete,c=this.chartSettings.chartMouseMove,g=this.chartSettings.chartMouseClick,m=this.chartSettings.pointMove,f=this.chartSettings.chartMouseLeave,v=this.chartSettings.chartMouseDown,S=this.chartSettings.chartMouseUp,y=this.chartSettings.dragComplete,b=this.chartSettings.zoomComplete,C=this.chartSettings.scrollStart,x=this.chartSettings.scrollEnd,w=this.chartSettings.scrollChanged;this.chartSettings.load=void 0,this.chartSettings.loaded=void 0,this.chartSettings.textRender=void 0,this.chartSettings.pointRender=void 0,this.chartSettings.seriesRender=void 0,this.chartSettings.legendRender=void 0,this.chartSettings.pointClick=void 0,this.chartSettings.tooltipRender=void 0,this.chartSettings.legendClick=void 0,this.chartSettings.multiLevelLabelRender=void 0,this.chartSettings.beforePrint=void 0,this.chartSettings.animationComplete=void 0,this.chartSettings.chartMouseMove=void 0,this.chartSettings.chartMouseClick=void 0,this.chartSettings.pointMove=void 0,this.chartSettings.chartMouseLeave=void 0,this.chartSettings.chartMouseDown=void 0,this.chartSettings.chartMouseUp=void 0,this.chartSettings.dragComplete=void 0,this.chartSettings.zoomComplete=void 0,this.chartSettings.scrollStart=void 0,this.chartSettings.scrollEnd=void 0,this.chartSettings.scrollChanged=void 0;var T=this.addOnPersist(e);return this.chartSettings.load=t,this.chartSettings.loaded=i,this.chartSettings.textRender=a,this.chartSettings.pointRender=r,this.chartSettings.seriesRender=n,this.chartSettings.legendRender=s,this.chartSettings.pointClick=o,this.chartSettings.tooltipRender=l,this.chartSettings.legendClick=d,this.chartSettings.multiLevelLabelRender=p,this.chartSettings.beforePrint=h,this.chartSettings.animationComplete=u,this.chartSettings.chartMouseMove=c,this.chartSettings.chartMouseClick=g,this.chartSettings.pointMove=m,this.chartSettings.chartMouseLeave=f,this.chartSettings.chartMouseDown=v,this.chartSettings.chartMouseUp=S,this.chartSettings.dragComplete=y,this.chartSettings.zoomComplete=b,this.chartSettings.scrollStart=C,this.chartSettings.scrollEnd=x,this.chartSettings.scrollChanged=w,T},s.prototype.getPageSettings=function(){var e=["pageSettings"];return this.addOnPersist(e)},s.prototype.onReadyStateChange=function(e){var i=[];if("CSV"===this.dataSourceSettings.type)for(var a=e.split(/\r?\n|\r/),r=0;r<a.length;r++)t.isNullOrUndefined(a[r])||""===a[r]||i.push(a[r].split(","));else try{i=JSON.parse(e)}catch(e){i=[]}i&&i.length>0&&this.setProperties({dataSourceSettings:{dataSource:i}},!0),this.initialLoad()},s.prototype.initialLoad=function(){var e=this;try{this.cellTemplateFn=this.templateParser(this.cellTemplate),this.tooltipTemplateFn=this.templateParser(this.tooltipTemplate),this.spinnerTemplate?r.createSpinner({target:this.element,template:this.spinnerTemplate,cssClass:this.cssClass?this.cssClass:void 0},this.createElement):r.createSpinner({target:this.element,cssClass:this.cssClass?this.cssClass:void 0},this.createElement);var t={dataSourceSettings:this.dataSourceSettings,pivotview:this,fieldsType:{},defaultFieldListOrder:this.defaultFieldListOrder};this.trigger("load",t,function(i){e.dataSourceSettings=i.dataSourceSettings,e.fieldsType=i.fieldsType,e.defaultFieldListOrder=t.defaultFieldListOrder,e.updateClass(),e.notify("init-groupingbar",{}),e.notify(W,{}),e.isAdaptive&&e.contextMenuModule.render(),e.notify("init-toolbar",{}),e.notify("init-pivotPager",{})})}catch(e){this.actionFailureMethod(e)}},s.prototype.addInternalEvents=function(){this.on(W,this.generateData,this),this.on(K,this.renderPivotGrid,this),this.on(Y,this.onContentReady,this)},s.prototype.removeInternalEvents=function(){this.off(W,this.generateData),this.off(K,this.renderPivotGrid),this.off(Y,this.onContentReady)},s.prototype.getPersistData=function(e){var t=["dataSourceSettings","pivotValues","gridSettings","chartSettings","displayOption","pageSettings"],a=this.gridSettings.columnRender,r=this.gridSettings.excelQueryCellInfo,n=this.gridSettings.excelHeaderQueryCellInfo,s=this.gridSettings.pdfQueryCellInfo,o=this.gridSettings.pdfHeaderQueryCellInfo,l=this.chartSettings.load,d=this.chartSettings.loaded,p=this.chartSettings.textRender,h=this.chartSettings.pointRender,u=this.chartSettings.seriesRender,c=this.chartSettings.legendRender,g=this.chartSettings.pointClick,m=this.chartSettings.tooltipRender,f=this.chartSettings.legendClick,v=this.chartSettings.multiLevelLabelRender,S=this.chartSettings.beforePrint,y=this.chartSettings.animationComplete,b=this.chartSettings.chartMouseMove,C=this.chartSettings.chartMouseClick,x=this.chartSettings.pointMove,w=this.chartSettings.chartMouseLeave,T=this.chartSettings.chartMouseDown,M=this.chartSettings.chartMouseUp,D=this.chartSettings.dragComplete,O=this.chartSettings.zoomComplete,P=this.chartSettings.scrollStart,N=this.chartSettings.scrollEnd,E=this.chartSettings.scrollChanged;this.gridSettings.columnRender=void 0,this.gridSettings.excelQueryCellInfo=void 0,this.gridSettings.excelHeaderQueryCellInfo=void 0,this.gridSettings.pdfQueryCellInfo=void 0,this.gridSettings.pdfHeaderQueryCellInfo=void 0,this.chartSettings.tooltipRender=void 0,this.chartSettings.legendClick=void 0,this.chartSettings.multiLevelLabelRender=void 0,this.chartSettings.load=void 0,this.chartSettings.loaded=void 0,this.chartSettings.textRender=void 0,this.chartSettings.pointRender=void 0,this.chartSettings.seriesRender=void 0,this.chartSettings.legendRender=void 0,this.chartSettings.pointClick=void 0,this.chartSettings.beforePrint=void 0,this.chartSettings.animationComplete=void 0,this.chartSettings.chartMouseMove=void 0,this.chartSettings.chartMouseClick=void 0,this.chartSettings.pointMove=void 0,this.chartSettings.chartMouseLeave=void 0,this.chartSettings.chartMouseDown=void 0,this.chartSettings.chartMouseUp=void 0,this.chartSettings.dragComplete=void 0,this.chartSettings.zoomComplete=void 0,this.chartSettings.scrollStart=void 0,this.chartSettings.scrollEnd=void 0,this.chartSettings.scrollChanged=void 0;var I=[];e&&(I=!this.dataSourceSettings.dataSource||this.dataSourceSettings.dataSource instanceof i.DataManager?this.dataSourceSettings.dataSource:this.dataSourceSettings.dataSource.slice(),this.setProperties({dataSourceSettings:{dataSource:[]}},!0));var F=this.addOnPersist(t);return this.gridSettings.columnRender=a,this.gridSettings.excelQueryCellInfo=r,this.gridSettings.excelHeaderQueryCellInfo=n,this.gridSettings.pdfQueryCellInfo=s,this.gridSettings.pdfHeaderQueryCellInfo=o,this.chartSettings.load=l,this.chartSettings.loaded=d,this.chartSettings.textRender=p,this.chartSettings.pointRender=h,this.chartSettings.seriesRender=u,this.chartSettings.legendRender=c,this.chartSettings.pointClick=g,this.chartSettings.tooltipRender=m,this.chartSettings.legendClick=f,this.chartSettings.multiLevelLabelRender=v,this.chartSettings.beforePrint=S,this.chartSettings.animationComplete=y,this.chartSettings.chartMouseMove=b,this.chartSettings.chartMouseClick=C,this.chartSettings.pointMove=x,this.chartSettings.chartMouseLeave=w,this.chartSettings.chartMouseDown=T,this.chartSettings.chartMouseUp=M,this.chartSettings.dragComplete=D,this.chartSettings.zoomComplete=O,this.chartSettings.scrollStart=P,this.chartSettings.scrollEnd=N,this.chartSettings.scrollChanged=E,e&&this.setProperties({dataSourceSettings:{dataSource:I}},!0),F},s.prototype.loadPersistData=function(e){var t=JSON.parse(e);this.allowServerDataBinding=!1,this.setProperties({gridSettings:t.gridSettings,pivotValues:t.pivotValues,chartSettings:t.chartSettings,displayOption:t.displayOption},!0),"Chart"===t.displayOption.primary?this.currentView="Chart":this.currentView="Table",this.allowServerDataBinding=!0,this.dataSourceSettings&&this.dataSourceSettings.dataSource&&this.dataSourceSettings.dataSource instanceof i.DataManager&&t.dataSourceSettings&&t.dataSourceSettings.dataSource&&t.dataSourceSettings.dataSource.dataSource&&this.dataSourceSettings.dataSource.dataSource&&t.dataSourceSettings.dataSource.dataSource.url===this.dataSourceSettings.dataSource.dataSource.url&&(t.dataSourceSettings.dataSource=this.dataSourceSettings.dataSource),this.dataSourceSettings=t.dataSourceSettings},s.prototype.mergePersistPivotData=function(){var e=window.localStorage.getItem(this.getModuleName()+this.element.id);if(!t.isNullOrUndefined(e)&&""!==e){var a=JSON.parse(e);this.dataSourceSettings&&this.dataSourceSettings.dataSource&&this.dataSourceSettings.dataSource instanceof i.DataManager&&a.dataSourceSettings&&a.dataSourceSettings.dataSource&&a.dataSourceSettings.dataSource.dataSource&&this.dataSourceSettings.dataSource.dataSource&&a.dataSourceSettings.dataSource.dataSource.url===this.dataSourceSettings.dataSource.dataSource.url&&(a.dataSourceSettings.dataSource=this.dataSourceSettings.dataSource),this.setProperties(a,!0)}},s.prototype.showConditionalFormattingDialog=function(){this.conditionalFormattingModule&&this.conditionalFormattingModule.showConditionalFormattingDialog()},s.prototype.createCalculatedFieldDialog=function(){this.calculatedFieldModule&&this.calculatedFieldModule.createCalculatedFieldDialog()},s.prototype.getModuleName=function(){return"pivotview"},s.prototype.copy=function(e){this.grid.copy(e)},s.prototype.onPropertyChanged=function(i,a){for(var r=!1,n=0,s=Object.keys(i);n<s.length;n++){var o=s[n];switch(o){case"dataSourceSettings":case"hyperlinkSettings":case"allowDrillThrough":case"editSettings":case"allowDataCompression":if(i.dataSourceSettings&&(!t.isNullOrUndefined(i.dataSourceSettings.dataSource)&&!t.isNullOrUndefined(this.clonedDataSet)&&this.clonedDataSet!==i.dataSourceSettings.dataSource&&!t.isNullOrUndefined(i.dataSourceSettings.groupSettings)&&i.dataSourceSettings.groupSettings.length>0||1===Object.keys(i.dataSourceSettings).length&&"dataSource"===Object.keys(i.dataSourceSettings)[0]&&this.dataSourceSettings.groupSettings.length>0)&&(this.clonedDataSet=i.dataSourceSettings.dataSource,this.engineModule.groupingFields={}),i.dataSourceSettings&&1===Object.keys(i.dataSourceSettings).length&&i.dataSourceSettings.groupSettings&&"pivot"===this.dataType&&this.updateGroupingReport(i.dataSourceSettings.groupSettings,"Date"),(t.isNullOrUndefined(i.dataSourceSettings)?[]:Object.keys(i.dataSourceSettings)).indexOf("dataSource")>-1&&"CSV"!==i.dataSourceSettings.type)!t.isNullOrUndefined(this.savedDataSourceSettings)&&this.dataSourceSettings.dataSource.length>0&&(B.updateDataSourceSettings(this,this.savedDataSourceSettings),this.savedDataSourceSettings=void 0),i.dataSourceSettings.dataSource&&0===i.dataSourceSettings.dataSource.length&&(this.savedDataSourceSettings=B.getClonedDataSourceSettings(this.dataSourceSettings),this.setProperties({dataSourceSettings:{rows:[]}},!0),this.setProperties({dataSourceSettings:{columns:[]}},!0),this.setProperties({dataSourceSettings:{values:[]}},!0),this.setProperties({dataSourceSettings:{filters:[]}},!0)),this.isStaticRefresh||(this.pivotValues=[],"pivot"===this.dataType?(this.engineModule.fieldList=null,this.engineModule.isEmptyData=!0,this.engineModule.data=[],this.engineModule.groupingFieldsInfo={}):"olap"===this.dataType&&(this.olapEngineModule.fieldList={},this.olapEngineModule.fieldListData=void 0,this.olapEngineModule.isEmptyData=!0)),this.showWaitingPopup(),this.notify(W,{});else if(B.isButtonIconRefesh(o,a,i)){if(this.showGroupingBar&&this.groupingBarModule&&this.axisFieldModule.render(),this.showFieldList&&this.pivotFieldListModule){var l=B.cloneFieldSettings(this.dataSourceSettings.rows),d=B.cloneFieldSettings(this.dataSourceSettings.columns),p=B.cloneFieldSettings(this.dataSourceSettings.values),h=B.cloneFieldSettings(this.dataSourceSettings.filters);this.pivotFieldListModule.setProperties({dataSourceSettings:{rows:l,columns:d,values:p,filters:h}},!0),this.pivotFieldListModule.axisFieldModule.render(),this.pivotFieldListModule.treeViewModule.fieldTable&&!this.isAdaptive&&this.pivotFieldListModule.notify(X,{})}}else this.remoteData=[],"pivot"===this.dataType&&this.dataSourceSettings.url&&""!==this.dataSourceSettings.url&&!t.isNullOrUndefined(i.dataSourceSettings)&&("type"in i.dataSourceSettings||"url"in i.dataSourceSettings)?(this.engineModule.fieldList=null,this.loadData()):(i.dataSourceSettings&&("pivot"===this.dataType&&"dataSource"in i.dataSourceSettings||"olap"===this.dataType&&"url"in i.dataSourceSettings)&&(this.isStaticRefresh||("pivot"===this.dataType?(this.engineModule.fieldList=null,this.engineModule.isEmptyData=!0,this.engineModule.data=[],this.engineModule.groupingFieldsInfo={}):"olap"===this.dataType&&(this.olapEngineModule.fieldList={},this.olapEngineModule.fieldListData=void 0,this.olapEngineModule.isEmptyData=!0),this.pivotValues=[])),this.notify(W,{}));break;case"height":case"width":this.layoutRefresh();break;case"pivotValues":case"displayOption":if(i.displayOption&&1===Object.keys(i.displayOption).length&&i.displayOption.view)switch(this.currentView="Both"===i.displayOption.view?this.displayOption.primary:i.displayOption.view,(this.showGroupingBar||this.showFieldList)&&(this.showFieldList&&this.pivotFieldListModule&&(this.pivotFieldListModule.destroyEngine=!0,this.pivotFieldListModule.destroy(),null!==t.select("#"+this.element.id+"_PivotFieldList",this.element)&&t.remove(t.select("#"+this.element.id+"_PivotFieldList",this.element)),this.pivotFieldListModule.destroyEngine=!1),this.notify("init-groupingbar",this)),i.displayOption.view){case"Both":this.pivotChartModule||(this.pivotChartModule=new Fe(this)),this.grid||this.renderEmptyGrid();break;case"Chart":this.grid&&(this.grid.destroy(),this.grid=void 0,null!==(u=t.select("#"+this.element.id+"_grid",this.element))&&t.remove(u)),this.pivotChartModule||(this.pivotChartModule=new Fe(this));break;case"Table":this.grid||this.renderEmptyGrid(),this.pivotChartModule&&(this.destroyEngine=!0,this.pivotChartModule.destroy(),this.destroyEngine=!1,this.chart=void 0,this.pivotChartModule=void 0)}else this.showToolbar&&!t.isNullOrUndefined(i.displayOption)&&i.displayOption.view&&(this.currentView="Both"===i.displayOption.view?this.displayOption.primary:i.displayOption.view);if(this.showToolbar&&!t.isNullOrUndefined(i.displayOption)&&i.displayOption.view)if("Chart"===i.displayOption.view)this.toolbarModule.createChartMenu(),this.toggleButtonState("e-toolbar-grid","add"),this.toggleButtonState("e-toolbar-chart","remove");else if("Table"===i.displayOption.view){var u=t.select("#"+this.element.id+"_grid",this.element);u.style.display="block",this.toggleButtonState("e-toolbar-chart","add"),this.toggleButtonState("e-toolbar-grid","remove")}else this.toolbarModule.createChartMenu(),this.toggleButtonState("e-toolbar-grid","remove"),this.toggleButtonState("e-toolbar-chart","remove");var c="pivot"===this.dataType?this.engineModule:this.olapEngineModule;t.isNullOrUndefined(c.fieldList)&&t.isNullOrUndefined(c.pivotValues)||this.notify(K,{});break;case"gridSettings":this.isTabular="Tabular"===this.gridSettings.layout,this.lastGridSettings=i.gridSettings,this.isCellBoxMultiSelection=this.gridSettings.allowSelection&&"Box"===this.gridSettings.selectionSettings.cellSelectionMode&&"Cell"===this.gridSettings.selectionSettings.mode&&"Multiple"===this.gridSettings.selectionSettings.type,this.allowGrouping&&this.groupingModule&&!this.isCellBoxMultiSelection&&(this.setProperties({gridSettings:{allowSelection:!0,selectionSettings:{cellSelectionMode:"Box",mode:"Cell",type:"Multiple"}}},!0),this.isCellBoxMultiSelection=!0),this.renderModule&&this.grid&&this.renderModule.updateGridSettings(),i.gridSettings.layout&&this.initialLoad();break;case"chartSettings":this.showGroupingBar&&this.groupingBarModule&&(-1!==Object.keys(i.chartSettings).indexOf("enableMultipleAxis")||i.chartSettings.chartSeries&&-1!==Object.keys(i.chartSettings.chartSeries).indexOf("type"))&&(this.groupingBarModule.renderLayout(),this.pivotChartModule&&this.groupingBarModule.appendToElement()),t.isNullOrUndefined(this.pivotChartModule)&&"Table"!==this.displayOption.view&&(this.pivotChartModule=new Fe(this));var g="pivot"===this.dataType?this.engineModule:this.olapEngineModule;t.isNullOrUndefined(this.pivotChartModule)||t.isNullOrUndefined(g.pivotValues)||this.pivotChartModule.loadChart(this,this.chartSettings),t.isNullOrUndefined(g.pivotValues)||t.isNullOrUndefined(g.fieldList)||this.notify(Q,this);break;case"locale":case"currencyCode":case"enableRtl":if(this.tooltip&&this.tooltip.destroy(),this.dataSourceSettings.groupSettings&&this.dataSourceSettings.groupSettings.length>0&&this.clonedDataSet){var m="CSV"===this.dataSourceSettings.type?B.getClonedCSVData(this.clonedDataSet):B.getClonedData(this.clonedDataSet);this.setProperties({dataSourceSettings:{dataSource:m}},!0)}e.prototype.refresh.call(this),this.updateClass();break;case"enableValueSorting":this.enableValueSorting=i.enableValueSorting,this.updateDataSource();break;case"showGroupingBar":this.element.querySelector(".e-grouping-bar")?this.element.querySelector(".e-grouping-bar").remove():this.groupingBarModule&&(this.groupingBarModule.renderLayout(),this.commonModule||(this.commonModule=new oe(this)),this.notify(W,{})),t.isNullOrUndefined(i.showFieldList)&&this.renderPivotGrid();break;case"showFieldList":this.initialLoad();break;case"groupingBarSettings":this.showGroupingBar&&this.groupingBarModule&&(i.groupingBarSettings&&Object.keys(i.groupingBarSettings).indexOf("showFieldsPanel")>-1?(this.groupingBarModule.RefreshFieldsPanel(),this.layoutRefresh()):this.axisFieldModule.render());break;case"showValuesButton":this.showGroupingBar&&this.groupingBarModule&&this.axisFieldModule&&this.axisFieldModule.render(),this.showFieldList&&this.pivotFieldListModule&&this.pivotFieldListModule.axisFieldModule&&(this.pivotFieldListModule.setProperties({showValuesButton:i.showValuesButton},!0),this.pivotFieldListModule.axisFieldModule.render());break;case"showTooltip":this.renderToolTip();break;case"showToolbar":case"toolbar":this.toolbarModule&&this.showToolbar&&this.toolbarModule.refreshToolbar();break;case"chartTypes":this.toolbarModule&&this.toolbarModule.createChartMenu();break;case"aggregateTypes":this.showGroupingBar&&this.groupingBarModule&&this.axisFieldModule&&this.axisFieldModule.render(),this.showFieldList&&this.pivotFieldListModule&&this.pivotFieldListModule.axisFieldModule&&(this.pivotFieldListModule.setProperties({aggregateTypes:i.aggregateTypes},!0),this.pivotFieldListModule.axisFieldModule.render());break;case"enableFieldSearching":this.pivotFieldListModule&&(this.pivotFieldListModule.enableFieldSearching=this.enableFieldSearching);break;case"pageSettings":this.enableVirtualization||(this.engineModule.pageSettings=this.pageSettings,this.engineModule.fieldList?this.refreshPageData():this.initialLoad());break;case"pagerSettings":case"enablePaging":this.isStaticFieldList&&this.isStaticRefresh&&(this.isStaticRefresh=!1),this.initialLoad();break;case"cellTemplate":this.cellTemplateFn=this.templateParser(this.cellTemplate),r=!0;break;case"tooltipTemplate":this.tooltipTemplateFn=this.templateParser(this.tooltipTemplate),r=!0;break;case"allowCalculatedField":this.pivotFieldListModule&&(this.pivotFieldListModule.allowCalculatedField=this.allowCalculatedField);break;case"allowDeferLayoutUpdate":this.pivotDeferLayoutUpdate=this.allowDeferLayoutUpdate,this.pivotFieldListModule&&(this.pivotFieldListModule.allowDeferLayoutUpdate=this.allowDeferLayoutUpdate);break;case"allowGrouping":case"enableVirtualization":this.refresh()}}r&&this.grid&&this.grid.refreshColumns()},s.prototype.toggleButtonState=function(e,t){var i=this.element.querySelector("."+e);if(i){var a=i.closest(".e-toolbar-item");a&&("add"===t?a.classList.add("e-disabled"):"remove"===t&&a.classList.remove("e-disabled"))}},s.prototype.templateParser=function(e){if(e)try{return"function"!=typeof e&&document.querySelectorAll(e).length?t.compile(document.querySelector(e).innerHTML.trim()):t.compile(e)}catch(i){return t.compile(e)}},s.prototype.getCellTemplate=function(){return this.cellTemplateFn},s.prototype.appendHtml=function(e,i){var a=document.createElement("div");return a.innerHTML=i,t.isNullOrUndefined(a.firstChild)||e.appendChild(a.firstChild),e},s.prototype.renderPivotGrid=function(){this.isEmptyGrid=!1,this.notEmpty=!0,this.clearTemplate(),this.showGroupingBar&&(this.pivotChartModule&&this.appendChartElement(),this.groupingBarModule.appendToElement()),this.pivotChartModule&&(this.pivotChartModule.engineModule=this.engineModule,this.pivotChartModule.loadChart(this,this.chartSettings),this.enableRtl&&this.chart&&"rtl"!==document.body.getAttribute("dir")&&t.addClass([this.chart.element],"e-ltr")),this.enableVirtualization&&(this.virtualscrollModule=new Ne(this)),(this.allowDrillThrough||this.editSettings.allowEditing)&&(this.drillThroughModule=new Ie(this)),this.enablePaging&&this.notify("init-pivotPager",this),"Chart"!==this.displayOption.view?(this.hyperlinkSettings&&(this.isRowCellHyperlink=!!this.hyperlinkSettings.showRowHeaderHyperlink||!!this.hyperlinkSettings.showHyperlink,this.isColumnCellHyperlink=!!this.hyperlinkSettings.showColumnHeaderHyperlink||!!this.hyperlinkSettings.showHyperlink,this.isValueCellHyperlink=!!this.hyperlinkSettings.showValueCellHyperlink||!!this.hyperlinkSettings.showHyperlink,this.isSummaryCellHyperlink=!!this.hyperlinkSettings.showSummaryCellHyperlink||!!this.hyperlinkSettings.showHyperlink,this.applyHyperlinkSettings()),this.renderModule=this.renderModule?this.renderModule:new $(this),this.renderModule.render(!0)):this.grid&&t.remove(this.grid.element);var e="Open number formatting dialog"===this.actionObj.actionName||"Number Formatting menu"===this.actionObj.actionName,i="Conditional Formatting menu"===this.actionObj.actionName||"Open conditional formatting dialog"===this.actionObj.actionName;!(this.showFieldList||this.allowNumberFormatting||this.allowCalculatedField||this.toolbar||this.allowGrouping||this.gridSettings.contextMenuItems)||e||i||(this.notify(Q,this),this.pivotFieldListModule&&this.allowDeferLayoutUpdate&&(this.pivotFieldListModule.clonedDataSource=B.getClonedDataSourceSettings(this.dataSourceSettings))),this.allowConditionalFormatting&&this.applyFormatting(this.pivotValues),this.showToolbar&&"Both"===this.displayOption.view&&this.chart&&this.grid&&(this.showGroupingBar&&this.groupingBarModule&&this.element.querySelector(".e-grouping-bar")&&this.groupingBarModule.refreshUI(),this.toolbarModule&&this.toolbarModule.toolbar&&(this.toolbarModule.toolbar.width=this.getGridWidthAsNumber()),this.chartSettings.enableScrollOnMultiAxis&&this.chartSettings.enableMultipleAxis&&(this.element.querySelector("."+H).style.width=t.formatUnit(this.getGridWidthAsNumber())),this.chart.width=t.formatUnit(this.getGridWidthAsNumber()),"Table"===this.currentView?(this.grid.element.style.display="",this.chart.element.style.display="none",this.chartSettings.enableMultipleAxis&&this.chartSettings.enableScrollOnMultiAxis&&(this.element.querySelector(".e-pivotchart").style.display="none")):(this.grid.element.style.display="none",this.chart.element.style.display="",this.chartSettings.enableMultipleAxis&&this.chartSettings.enableScrollOnMultiAxis&&(this.element.querySelector(".e-pivotchart").style.display=""))),this.toolbarModule&&(B.toggleFieldListIconVisibility(this),this.toolbarModule&&"New"!==this.toolbarModule.action&&"Load"!==this.toolbarModule.action&&"Remove"!==this.toolbarModule.action&&(this.isModified=!0),this.isInitialRendering||(this.isModified=!1,this.isInitialRendering=!this.isInitialRendering),this.toolbarModule.action="")},s.prototype.appendChartElement=function(){if(!t.select("#"+this.element.id+"_chart",this.element)){"Both"===this.displayOption.view&&"Chart"===this.displayOption.primary?this.element.insertBefore(t.createElement("div",{className:H,id:this.element.id+"_chart"}),this.element.querySelector(".e-grid")):this.element.appendChild(t.createElement("div",{className:H,id:this.element.id+"_chart"}));var e=this.width.toString();this.showToolbar&&this.grid&&(e=this.getGridWidthAsNumber().toString());var i=this.pivotChartModule.getChartHeight();(this.chartSettings&&this.chartSettings.chartSeries&&this.pivotChartModule.accumulationType.indexOf(this.chartSettings.chartSeries.type)>-1?new u.AccumulationChart({width:e,height:i}):new u.Chart({width:e,height:i})).appendTo(t.select("#"+this.element.id+"_chart",this.element)),this.showToolbar&&("Both"===this.displayOption.view&&"Chart"===this.currentView&&(this.grid.element.style.display="none"),"Chart"!==this.currentView&&(t.select("#"+this.element.id+"_chart",this.element).style.display="none"))}},s.prototype.showWaitingPopup=function(){this.grid&&this.grid.element&&!this.spinnerTemplate&&"Table"===this.currentView?r.showSpinner(this.grid.element):r.showSpinner(this.element)},s.prototype.hideWaitingPopup=function(){this.grid&&this.grid.element&&!this.spinnerTemplate&&"Table"===this.currentView?r.hideSpinner(this.grid.element):r.hideSpinner(this.element)},s.prototype.updateDataSource=function(){var e=this;this.showWaitingPopup();var i=this,a=!t.isNullOrUndefined(i.lastSortInfo)&&Object.keys(i.lastSortInfo).length>0,r=!t.isNullOrUndefined(i.lastFilterInfo)&&Object.keys(i.lastFilterInfo).length>0,n=!t.isNullOrUndefined(i.lastAggregationInfo)&&Object.keys(i.lastAggregationInfo).length>0,s=!t.isNullOrUndefined(i.lastCalcFieldInfo)&&Object.keys(i.lastCalcFieldInfo).length>0,o={dataSourceSettings:B.getClonedDataSourceSettings(i.dataSourceSettings)};i.trigger("enginePopulating",o,function(t){if((i.enableVirtualization||i.enablePaging)&&(a||r||n||s)||B.updateDataSourceSettings(i,t.dataSourceSettings),i.updatePageSettings(!1),!a||""===i.dataSourceSettings.valueSortSettings.headerText&&""===i.dataSourceSettings.valueSortSettings.rowHeaderText&&""===i.dataSourceSettings.valueSortSettings.columnHeaderText||i.setProperties({dataSourceSettings:{valueSortSettings:{headerText:"",rowHeaderText:"",columnHeaderText:""}}},!0),"pivot"===i.dataType&&(i.enableVirtualization||i.enablePaging)&&(a||r||n||s))a&&("Server"===e.dataSourceSettings.mode?i.getEngine("onSort",null,i.lastSortInfo,null,null,null,null):i.engineModule.onSort(i.lastSortInfo,i.dataSourceSettings),i.lastSortInfo={}),n&&("Server"===e.dataSourceSettings.mode?i.getEngine("onAggregation",null,null,i.lastAggregationInfo,null,null,null):i.engineModule.onAggregation(i.lastAggregationInfo,i.dataSourceSettings),i.lastAggregationInfo={}),s&&("Server"===e.dataSourceSettings.mode?i.getEngine("onCalcOperation",null,null,null,i.lastCalcFieldInfo,null,null):i.engineModule.onCalcOperation(i.lastCalcFieldInfo,i.dataSourceSettings),i.lastCalcFieldInfo={}),r&&("Server"===e.dataSourceSettings.mode?i.getEngine("onFilter",null,null,null,null,i.lastFilterInfo,null):i.engineModule.onFilter(i.lastFilterInfo,i.dataSourceSettings),i.lastFilterInfo={}),i.allowServerDataBinding=!1,i.setProperties({pivotValues:i.engineModule.pivotValues},!0),i.allowServerDataBinding=!0,"Server"!==i.dataSourceSettings.mode&&i.enginePopulatedEventMethod("updateDataSource");else if("olap"===i.dataType){o={mode:"",savedFieldList:i.olapEngineModule.fieldList,savedFieldListData:i.olapEngineModule.fieldListData,pageSettings:i.pageSettings,enableValueSorting:i.enableValueSorting,isDrillThrough:i.allowDrillThrough||i.editSettings.allowEditing,localeObj:i.localeObj,enableVirtualization:e.enableVirtualization};s||a?(i.olapEngineModule.savedFieldList=i.olapEngineModule.fieldList,i.olapEngineModule.savedFieldListData=i.olapEngineModule.fieldListData,s?(i.olapEngineModule.updateCalcFields(i.dataSourceSettings,i.lastCalcFieldInfo),i.lastCalcFieldInfo={}):(i.olapEngineModule.onSort(i.dataSourceSettings),i.lastSortInfo={})):B.renderOlapEngine(i,o),i.allowServerDataBinding=!1,i.setProperties({pivotValues:i.olapEngineModule.pivotValues},!0),i.allowServerDataBinding=!0,i.enginePopulatedEventMethod("updateDataSource")}else{var o={mode:"",savedFieldList:i.engineModule.fieldList,pageSettings:i.pageSettings,enableValueSorting:i.enableValueSorting,isDrillThrough:i.allowDrillThrough||i.editSettings.allowEditing,localeObj:i.localeObj,fieldsType:i.fieldsType,clonedReport:i.clonedReport,globalize:i.globalize,currenyCode:i.currencyCode,enablePaging:e.enablePaging,enableVirtualization:e.enableVirtualization,allowDataCompression:e.allowDataCompression,enableHtmlSanitizer:e.enableHtmlSanitizer,enableOptimizedRendering:e.enableVirtualization&&e.virtualscrollModule&&e.virtualScrollSettings.allowSinglePage,isTabularLayout:e.isTabular};"Server"===i.dataSourceSettings.mode?a?i.getEngine("onSort",null,i.lastSortInfo,null,null,null,null):n?i.getEngine("onAggregation",null,null,i.lastAggregationInfo,null,null,null):s?i.getEngine("onCalcOperation",null,null,null,i.lastCalcFieldInfo,null,null):r?i.getEngine("onFilter",null,null,null,null,i.lastFilterInfo,null):i.getEngine("onDrop",null,null,null,null,null,null):(i.engineModule.renderEngine(i.dataSourceSettings,o,i.aggregateCellInfo?i.getValueCellInfo.bind(i):void 0,i.onHeadersSort?i.getHeaderSortInfo.bind(i):void 0),i.allowServerDataBinding=!1,i.setProperties({pivotValues:i.engineModule.pivotValues},!0),i.allowServerDataBinding=!0,i.enginePopulatedEventMethod("updateDataSource")),i.lastSortInfo={},i.lastAggregationInfo={},i.lastCalcFieldInfo={},i.lastFilterInfo={}}})},s.prototype.refreshPageData=function(){var e={dataSourceSettings:B.getClonedDataSourceSettings(this.dataSourceSettings)};this.actionBeginMethod(),this.showWaitingPopup(),this.trigger("enginePopulating",e),"pivot"===this.dataType&&("Server"===this.dataSourceSettings.mode?this.getEngine("onPageChange",null,null,null,null,null,null):this.engineModule.generateGridData(this.dataSourceSettings,!0,!1,this.engineModule.headerCollection,!0),this.setProperties({pivotValues:this.engineModule.pivotValues},!0),this.enginePopulatedEventMethod("updateDataSource")),this.actionObj.actionName=this.getActionCompleteName(),this.actionObj.actionName&&this.actionCompleteMethod()},s.prototype.excelExport=function(e,t,i,a){if(this.isBlobData=a,"Server"===this.dataSourceSettings.mode)this.getEngine("onExcelExport",null,null,null,null,null,null,null,null,e);else{this.enableVirtualization||this.enablePaging||this.allowEngineExport||this.allowConditionalFormatting&&this.dataSourceSettings.conditionalFormatSettings.length>0?this.excelExportModule.exportToExcel("Excel",e,a):(this.exportType="Excel",this.grid.excelExport(e,t,i,a)),this.actionObj.actionName=this.getActionCompleteName();var r={exportInfo:{type:this.exportType,info:e}};this.actionObj.actionInfo=r,this.actionObj.actionName&&this.actionCompleteMethod()}},s.prototype.exportAsPivot=function(e){"Server"===this.dataSourceSettings.mode&&("CSV"===e?this.getEngine("onPivotCsvExport",null,null,null,null,null,null,null,null,null,!0):this.getEngine("onPivotExcelExport",null,null,null,null,null,null,null,null,null,!0))},s.prototype.csvExport=function(e,t,i,a){if("Server"===this.dataSourceSettings.mode)this.getEngine("onCsvExport",null,null,null,null,null,null,null,null,e);else{this.enableVirtualization||this.enablePaging||this.allowEngineExport||this.allowConditionalFormatting&&this.dataSourceSettings.conditionalFormatSettings.length>0?this.excelExportModule.exportToExcel("CSV",e,a):(this.exportType="CSV",this.grid.csvExport(e,t,i,a)),this.actionObj.actionName=this.getActionCompleteName();var r={exportInfo:{type:this.exportType,info:e}};this.actionObj.actionInfo=r,this.actionObj.actionName&&this.actionCompleteMethod()}},s.prototype.gridPdfExport=function(e,t,i,a){var r={pdfExportProperties:e,isMultipleExport:t,isBlob:a,pdfDoc:i,currentExportView:"Table",pdfMargins:{}},n=null;this.trigger("beforeExport",r),this.pdfExportModule&&(this.pdfExportModule.exportProperties=r),n="Server"!==this.dataSourceSettings.mode&&(this.enableVirtualization||this.enablePaging||this.allowEngineExport||Object.keys(r.pdfMargins).length>0||r.height||r.width||this.allowConditionalFormatting&&this.dataSourceSettings.conditionalFormatSettings.length>0)?this.pdfExportModule.exportToPDF(r.pdfExportProperties,r.isMultipleExport,r.pdfDoc,r.isBlob):this.grid.pdfExport(r.pdfExportProperties,r.isMultipleExport,r.pdfDoc,r.isBlob),this.actionObj.actionName=this.getActionCompleteName();var s={exportInfo:{type:"PDF",info:e}};return this.actionObj.actionInfo=s,this.actionObj.actionName&&this.actionCompleteMethod(),n},s.prototype.chartExport=function(e,i,r,n,s){var o={pdfExportProperties:i,isMultipleExport:r,isBlob:s,pdfDoc:n,type:e,currentExportView:"Chart",pdfMargins:{}};this.trigger("beforeExport",o),this.chartExportModule&&(this.chartExportModule.exportProperties=o);var l,d=o.fileName?o.fileName:t.isNullOrUndefined(i)||t.isNullOrUndefined(i.fileName)?"default":i.fileName;if("PDF"===e)l=this.chartExportModule.pdfChartExport(o.pdfExportProperties,o.pdfDoc,o.isMultipleExport,o.isBlob);else{var p=0===o.orientation||o.orientation?o.orientation:t.isNullOrUndefined(i)||t.isNullOrUndefined(i.pageOrientation)?a.PdfPageOrientation.Landscape:"Landscape"===i.pageOrientation?a.PdfPageOrientation.Landscape:a.PdfPageOrientation.Portrait;l=this.chart.exportModule.export(o.type,d,p,null)}this.actionObj.actionName=this.getActionCompleteName();var h={exportInfo:{type:e,info:d}};return this.actionObj.actionInfo=h,this.actionObj.actionName&&this.actionCompleteMethod(),l},s.prototype.pdfExport=function(e,t,i,a,r){var n=this,s=null;return new Promise(function(o){if(r&&"Both"===n.displayOption.view)"Chart"===n.displayOption.primary?n.chartExport("PDF",e,!0,i,!1).then(function(i){s=n.gridPdfExport(e,t,i,a),o(s)}):n.gridPdfExport(e,!0,i,!1).then(function(i){s=n.chartExport("PDF",e,t,i,a),o(s)});else{var l=n.gridPdfExport(e,t,i,a);o(l)}})},s.prototype.printChart=function(){this.chart&&this.chart.print()},s.prototype.onDrill=function(e,i){var a=this,r=this.dataSourceSettings.drilledMembers[0]&&this.dataSourceSettings.drilledMembers[0].delimiter?this.dataSourceSettings.drilledMembers[0].delimiter:"**",n="",s="",o="";if(i?(n=i.fieldName,s=i.cell.axis,o=i.isDrilled?"up":"down"):(n="row"===(s=e.closest("td.e-rowsheader")?"row":"column")?t.closest(e,"td").getAttribute("fieldname"):t.closest(e,"th").getAttribute("fieldname"),o=e.classList.contains(C)?"up":"down"),"pivot"===this.dataType){var l=B.cloneDrillMemberSettings(this.dataSourceSettings.drilledMembers),d="row"===s?parseInt(t.closest(e,"td").getAttribute("aria-colindex"),10)-1:parseInt(t.closest(e,"th").getAttribute("aria-colindex"),10)-1,p="row"===s?Number(t.closest(e,"td").getAttribute("index")):Number(t.closest(e,"th").getAttribute("index")),h=i?i.cell:this.engineModule.pivotValues[p][d],u=h.valueSort.levelName.split(this.engineModule.valueSortSettings.headerDelimiter).join(r),c=!1;if(0===this.dataSourceSettings.drilledMembers.length)this.setProperties({dataSourceSettings:{drilledMembers:[{name:n,items:[u],delimiter:r}]}},!0);else{for(var g=B.cloneDrillMemberSettings(this.dataSourceSettings.drilledMembers),m=0;m<g.length;m++){var f=g[m];if(u=u.split(r).join(f.delimiter?f.delimiter:r),r=f.delimiter=f.delimiter?f.delimiter:r,f.name===n){c=!0;var v=f.items.indexOf(u);v>-1?f.items.splice(v,1):f.items.push(u)}}this.setProperties({dataSourceSettings:{drilledMembers:g}},!0),c||this.dataSourceSettings.drilledMembers.push({name:n,items:[u],delimiter:r})}this.showWaitingPopup();var S=this,y={fieldName:n,memberName:u,delimiter:r,axis:s,action:o,currentCell:h},b={drillInfo:y,pivotview:S,cancel:!1};S.trigger("drill",b,function(e){if(e.cancel)a.hideWaitingPopup(),a.setProperties({dataSourceSettings:{drilledMembers:l}},!0);else{var t={dataSourceSettings:B.getClonedDataSourceSettings(a.dataSourceSettings)};if(S.trigger("enginePopulating",t),S.setProperties({dataSourceSettings:t.dataSourceSettings},!0),S.enableVirtualization||S.enablePaging?"Server"===a.dataSourceSettings.mode?a.getEngine("onDrill",y,null,null,null,null,null):(S.engineModule.drilledMembers=S.dataSourceSettings.drilledMembers,S.engineModule.onDrill(y)):"Server"===a.dataSourceSettings.mode?a.getEngine("onDrill",y,null,null,null,null,null):S.engineModule.generateGridData(S.dataSourceSettings,!0),"Server"!==a.dataSourceSettings.mode){S.allowServerDataBinding=!1,S.setProperties({pivotValues:S.engineModule.pivotValues},!0),S.allowServerDataBinding=!0;var i={dataSourceSettings:B.getClonedDataSourceSettings(t.dataSourceSettings),pivotValues:a.pivotValues};a.trigger("enginePopulated",i),S.engineModule.pivotValues=i.pivotValues;var r={drillInfo:y};a.actionObj.actionInfo=r,S.renderPivotGrid()}}})}else this.onOlapDrill(n,s,o,r,e,i)},s.prototype.onOlapDrill=function(e,i,a,r,n,s){var o,l=this,d=this,p=B.cloneDrillMemberSettings(this.dataSourceSettings.drilledMembers);if(s)o=s.cell;else{var h="row"===i?parseInt(t.closest(n,"td").getAttribute("aria-colindex"),10)-1:parseInt(t.closest(n,"th").getAttribute("aria-colindex"),10)-1,u="row"===i?Number(t.closest(n,"td").getAttribute("index")):Number(t.closest(n,"th").getAttribute("index"));o=this.olapEngineModule.pivotValues[u][h]}var c="row"===i?this.olapEngineModule.tupRowInfo[o.ordinal]:this.olapEngineModule.tupColumnInfo[o.ordinal],g={axis:i,action:a,fieldName:e,delimiter:"~~",memberName:c.uNameCollection,currentCell:o};this.showWaitingPopup();var m={drillInfo:g,pivotview:d,cancel:!1},f=this.olapEngineModule.fieldList[g.fieldName]&&this.olapEngineModule.fieldList[g.fieldName].isHierarchy,v=c.drillInfo.map(function(e){return e.hierarchy}).indexOf(o.hierarchy.toString()),S=B.cloneDrillMemberSettings(this.dataSourceSettings.drilledMembers);if(g&&"down"===g.action){for(var y=c.drillInfo.map(function(e){return e.uName}),b="",C=0;C<=v;C++){j=(k=y[C]).split("~~");b=b+(""!==b?"~~":"")+j[j.length-1]}for(var x=this.olapEngineModule.getDrilledSets(g.memberName,o,this.olapEngineModule.fieldList[o.hierarchy]&&!this.olapEngineModule.fieldList[o.hierarchy].hasAllMember?o.valueSort.levelName.split(this.dataSourceSettings.valueSortSettings.headerDelimiter).length-1:v,i),w=0,T=R=Object.keys(x);w<T.length;w++)for(var M=x[V=T[w]],D=0,O=S.length;D<O;D++){var P=S[D],N=M;P.delimiter&&(N=N.replace(/~~/g,P.delimiter));for(var E=[],I=0;I<P.items.length;I++)0!==P.items[I].indexOf(N)&&(E[E.length]=P.items[I]);P.items=E}this.olapEngineModule.drilledSets[o.actualText]=c.members[v],g.memberName=b;for(var F=[],L=0,A=S;L<A.length;L++)(k=A[L]).name===g.fieldName&&F.push(k);if(F.length>0){if(F[0].delimiter&&(b=b.replace(/~~/g,F[0].delimiter)),-1===(G=B.inArray(b,F[0].items))&&F[0].items.push(b),f)for(D=0;D<F[0].items.length;)F[0].items[D]===b?F[0].items.splice(D,1):++D}else if(!f){z={name:g.fieldName,items:[b],delimiter:"~~"};S?S.push(z):S=[z]}m.drillInfo.memberName=b,this.setProperties({dataSourceSettings:{drilledMembers:S}},!0),d.trigger("drill",m,function(e){if(e.cancel)l.hideWaitingPopup(),l.setProperties({dataSourceSettings:{drilledMembers:p}},!0);else{var t={dataSourceSettings:B.getClonedDataSourceSettings(l.dataSourceSettings)};l.trigger("enginePopulating",t),l.setProperties({dataSourceSettings:t.dataSourceSettings},!0),l.olapEngineModule.updateDrilledInfo(l.dataSourceSettings),l.allowServerDataBinding=!1,l.setProperties({pivotValues:l.olapEngineModule.pivotValues},!0),l.allowServerDataBinding=!0;var i={dataSourceSettings:B.getClonedDataSourceSettings(t.dataSourceSettings),pivotValues:d.olapEngineModule.pivotValues};l.trigger("enginePopulated",i),l.olapEngineModule.pivotValues=i.pivotValues,l.renderPivotGrid()}})}else{delete this.olapEngineModule.drilledSets[o.actualText];for(var x=this.olapEngineModule.getDrilledSets(g.memberName,o,v,i),R=Object.keys(x),y=c.drillInfo.map(function(e){return e.uName}),b="",C=0;C<=v;C++){var k=y[C],j=k.split("~~");b=b+(""!==b?"~~":"")+j[j.length-1]}for(var H=0,q=R;H<q.length;H++){for(var V=q[H],M=x[V],U=[],D=0,O=S.length;D<O;D++){var _=M;if((F=S[D]).name===g.fieldName&&U.push(F),F.delimiter&&(_=M.replace(/~~/g,F.delimiter)),!f){for(var E=[],I=0;I<F.items.length;I++)0!==F.items[I].indexOf(_)&&(E[E.length]=F.items[I]);F.items=E}}if(f)if(U.length>0){U[0].delimiter&&(b=b.replace(/~~/g,U[0].delimiter));var G=B.inArray(b,U[0].items);-1===G&&U[0].items.push(b)}else{var z={name:g.fieldName,items:[b],delimiter:"~~"};S?S.push(z):S=[z]}}for(var W=[],Q=0,Y=S;Q<Y.length;Q++){var K=Y[Q];K.items.length>0&&W.push(K)}this.setProperties({dataSourceSettings:{drilledMembers:S}},!0),d.trigger("drill",m,function(e){if(e.cancel)l.hideWaitingPopup(),l.setProperties({dataSourceSettings:{drilledMembers:p}},!0);else{var t={dataSourceSettings:B.getClonedDataSourceSettings(l.dataSourceSettings)};l.trigger("enginePopulating",t),l.setProperties({dataSourceSettings:t.dataSourceSettings},!0),l.setProperties({dataSourceSettings:{drilledMembers:W}},!0),l.olapEngineModule.updateDrilledInfo(l.dataSourceSettings),l.allowServerDataBinding=!1,l.setProperties({pivotValues:l.olapEngineModule.pivotValues},!0),l.allowServerDataBinding=!0;var i={dataSourceSettings:B.getClonedDataSourceSettings(t.dataSourceSettings),pivotValues:d.olapEngineModule.pivotValues};l.trigger("enginePopulated",i),l.olapEngineModule.pivotValues=i.pivotValues,l.renderPivotGrid()}})}},s.prototype.onContentReady=function(){var e=n.getScrollBarWidth();this.isPopupClicked=!1;var i,a;this.showFieldList&&this.pivotFieldListModule&&"Server"!==this.dataSourceSettings.mode?(this.pivotFieldListModule.element.style.display="block",r.hideSpinner(this.pivotFieldListModule.fieldListSpinnerElement)):this.fieldListSpinnerElement&&r.hideSpinner(this.fieldListSpinnerElement),this.isEmptyGrid?this.pivotValues.length>0&&(this.isEmptyGrid=!1,this.notEmpty=!0):("Server"===this.dataSourceSettings.mode&&this.isServerWaitingPopup||"Local"===this.dataSourceSettings.mode)&&this.hideWaitingPopup();var s=this.element.querySelector(".e-content-virtualtable")?this.element.querySelector(".e-content-virtualtable"):this.element.querySelector(".e-content"),o=this.element.querySelector(".e-headercontent"),l=this.virtualScrollSettings&&this.virtualScrollSettings.allowSinglePage&&"pivot"===this.dataType;if(this.grid){var d=this.element.querySelector(".e-gridcontent"),p=s.parentElement.offsetWidth<s.querySelector("."+w).offsetWidth,h="pivot"===this.dataType?this.engineModule:this.olapEngineModule;if(this.enableVirtualization&&h&&this.virtualscrollModule){if(l&&this.element.querySelector("."+_)&&(t.removeClass([o,s],["e-virtual-pivot-content"]),t.addClass([this.element.querySelector("."+_)],["e-hide-loader"]),this.grid&&this.grid.element.querySelector(".e-spinner-inner")&&t.removeClass([this.grid.element.querySelector(".e-spinner-inner")],["e-hide-loader"])),l){var u=this.element.querySelector("."+_);if(u||(u=t.createElement("div",{className:_+" e-hide-loader",innerHTML:this.localeObj.getConstant("loading")}),this.grid.element&&!this.element.querySelector("."+_)&&this.grid.element.insertBefore(u,this.grid.element.firstElementChild)),this.element.querySelector("."+R)&&this.element.querySelector(".e-gridcontent")){var c=this.element.querySelector(".e-gridcontent").offsetHeight+this.element.querySelector("."+R).offsetHeight;t.setStyleAttribute(u,{height:c+"px",width:this.element.querySelector("."+R).offsetWidth+"px",padding:Math.floor(c/2)+"px"})}}this.element.querySelector(".e-content")&&!this.element.querySelector(".e-content").querySelector(".e-virtualtrack")&&(this.virtualDiv=t.createElement("div",{className:"e-virtualtrack"}),this.element.querySelector(".e-content").appendChild(this.virtualDiv)),this.element.querySelector(".e-headercontent")&&!this.element.querySelector(".e-headercontent").querySelector(".e-virtualtrack")?(this.virtualHeaderDiv=t.createElement("div",{className:"e-virtualtrack"}),this.element.querySelector(".e-headercontent").appendChild(this.virtualHeaderDiv)):this.virtualHeaderDiv=this.element.querySelector(".e-headercontent").querySelector(".e-virtualtrack");var g=d.querySelector("."+F);if(d&&!g){this.virtualTableDiv=t.createElement("div",{className:F}),d.appendChild(this.virtualTableDiv),g=d.querySelector("."+F),this.virtualScrollDiv=t.createElement("div",{className:"e-movablescroll"}),g.appendChild(this.virtualScrollDiv),t.setStyleAttribute(g,{minHeight:0!==e?e:"15px",maxHeight:0!==e?e:"15px",overflowX:"scroll"}),t.setStyleAttribute(this.virtualScrollDiv,{height:"0.1px"});var m=t.createElement("div",{className:"e-content-virtualtable"});m.append.apply(m,Array.prototype.slice.call(s.childNodes)),s.appendChild(m),m.scrollLeft=0}var f=this.element.querySelector(".e-content").querySelector("."+w),v=this.gridSettings.rowHeight*h.rowCount+.1-f.clientHeight;v>this.scrollerBrowserLimit&&(this.verticalScrollScale=v/this.scrollerBrowserLimit,v=this.scrollerBrowserLimit),(a=this.gridSettings.columnWidth*h.columnCount)>this.scrollerBrowserLimit&&(this.horizontalScrollScale=a/this.scrollerBrowserLimit,a=this.scrollerBrowserLimit),t.setStyleAttribute(this.virtualDiv,{height:(v>.1?v:.1)+"px",width:(a>.1?a:.1)+"px"}),t.setStyleAttribute(this.virtualHeaderDiv,{height:0,width:(a>.1?a:.1)+"px"}),this.isAdaptive&&(s.style.minHeight="1px",s.style.minHeight="1px");var S=this.isAdaptive?s:d.querySelector("."+F)?d.querySelector("."+F):s;i=s.parentElement.scrollTop>this.scrollerBrowserLimit?s.querySelector("."+w).style.transform.split(",")[1].trim():(l?s.parentElement.scrollTop:-(s.parentElement.scrollTop*this.verticalScrollScale-this.scrollPosObject.verticalSection-s.parentElement.scrollTop))+"px)",Number(i.split("px")[0])>this.virtualDiv.clientHeight&&(i=this.virtualDiv.clientHeight+"px)");var y=Math.abs(S.scrollLeft),b=y>this.scrollerBrowserLimit?s.querySelector("."+w).style.transform.split(",")[0].trim()+",":"translate("+(this.enableRtl?1:-1)*(y*this.horizontalScrollScale-this.scrollPosObject.horizontalSection-y)+"px,";t.setStyleAttribute(s.querySelector("."+w),{transform:b+i}),t.setStyleAttribute(o.querySelector("."+w),{transform:b+0+"px)"}),!p&&d&&g||this.isAdaptive?g.style.display="none":g.style.display="block";var C=Number(-s.querySelector("."+w).style.transform.split("(")[1].split(",")[0].split("px")[0]);if(this.virtualscrollModule.alignFreezedCells(C,!0),p){var x=0;x=this.pivotColumns.length<25?a+s.querySelector("."+w).querySelector(".e-leftfreeze").offsetWidth+(d.offsetWidth-d.clientWidth):a+(d.offsetWidth-d.clientWidth),"auto"!==this.grid.height?this.grid.element.querySelector(".e-movablescroll").style.width=x+e+"px":this.grid.element.querySelector(".e-movablescroll").style.width=x+"px"}this.grid.element.querySelector(".e-content-virtualtable")&&s.parentElement.scrollHeight===s.scrollHeight&&(s.style.overflowY="");var T="pivot"===this.dataType&&"column"===this.dataSourceSettings.valueAxis?this.dataSourceSettings.values.length:1,M=this.pageSettings.columnPageSize*T*this.gridSettings.columnWidth,D=S.scrollWidth-(Math.abs(y)+S.offsetWidth);if(this.virtualscrollModule&&M>0&&D<=M&&y>0){var O=s.scrollWidth-(Math.abs(s.scrollLeft)+s.parentElement.offsetWidth),P=void 0;O<1&&"horizondal"===this.scrollDirection&&(s.parentElement.scrollTop>0&&(P=s.parentElement.scrollTop),this.virtualDiv.style.display="none",O=s.scrollWidth-(Math.abs(s.scrollLeft)+s.parentElement.offsetWidth)),this.virtualDiv.style.display="",P&&(s.parentElement.scrollTop=P);var N=s.scrollWidth-(Math.abs(s.scrollLeft)+s.parentElement.offsetWidth);O>1&&(this.scrollPosObject.horizontalSection-=D<=0?O>D?O:-N:N===O?O-D:O<N&&(D===N||D>O)?-(N-O):0,"auto"!==this.grid.height&&(this.scrollPosObject.horizontalSection-=e),this.scrollPosObject.horizontalSection=this.scrollPosObject.horizontalSection>=-this.element.querySelector(".e-grid").querySelector(".e-headercell.e-leftfreeze").offsetWidth?this.scrollPosObject.horizontalSection:-this.element.querySelector(".e-grid").querySelector(".e-headercell.e-leftfreeze").offsetWidth),b=y>this.scrollerBrowserLimit?s.querySelector("."+w).style.transform.split(",")[0].trim()+",":"translate("+(this.enableRtl?1:-1)*(y*this.horizontalScrollScale-this.scrollPosObject.horizontalSection-y)+"px,",t.setStyleAttribute(s.querySelector("."+w),{transform:b+i}),t.setStyleAttribute(o.querySelector("."+w),{transform:b+0+"px)"}),C=Number(-s.querySelector("."+w).style.transform.split("(")[1].split(",")[0].split("px")[0]),this.virtualscrollModule.alignFreezedCells(C,!0)}}if("Chart"!==this.currentView&&this.grid.hideScroll(),this.showGroupingBar){if(this.groupingBarModule&&this.element.querySelector(".e-grouping-bar")&&this.groupingBarModule.setGridRowWidth(),this.actionObj.fieldInfo&&this.actionObj.fieldInfo.fieldName){var E=this.pivotButtonModule.parentElement.querySelector('[data-uid="'+this.actionObj.fieldInfo.fieldName+'"]');t.isNullOrUndefined(E)||E.focus()}this.element.style.minWidth=this.isAdaptive?this.minWidth?this.minWidth+"px":"310px":this.minWidth?this.minWidth+"px":"400px",this.grid.element.style.minWidth=this.isAdaptive?this.minWidth?this.minWidth+"px":"310px":this.minWidth?this.minWidth+"px":"400px"}else this.element.style.minWidth=this.minWidth?this.minWidth+"px":"310px",this.grid.element.style.minWidth=this.minWidth?this.minWidth+"px":"310px"}if(this.unwireEvents(),this.wireEvents(),this.isChartLoaded=!1,this.isEmptyGrid||this.trigger("dataBound"),this.actionObj.actionName=this.getActionCompleteName(),this.actionObj.actionName&&("Field filtered"===this.actionObj.actionName&&this.pivotCommon&&this.pivotCommon.filterDialog&&(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.pivotCommon.filterDialog.setFocus.bind(this.pivotCommon.filterDialog))),"Window resize"!==this.actionObj.actionName&&this.actionCompleteMethod()),this.groupingModule&&(this.groupingModule.isUpdate=!1),this.engineModule&&this.engineModule.clearProperties(),this.virtualscrollModule&&this.grid&&this.virtualscrollModule.onHorizondalScroll(o,s),!this.isAdaptive&&this.enableVirtualization&&s&&this.virtualscrollModule&&!l){var I=s.parentElement.parentElement.querySelector(".e-movablescrolldiv");if(a<3*s.parentElement.clientWidth)s.style.overflowX="visible",I.style.display="none",o.scrollLeft=s.parentElement.scrollLeft,t.setStyleAttribute(s.querySelector("."+w),{transform:"translate(0px,"+i}),t.setStyleAttribute(o.querySelector("."+w),{transform:"translate(0px, 0px)"}),this.virtualscrollModule.alignFreezedCells(0,!0);else{t.EventHandler.remove(this.element.querySelector(".e-gridcontent").querySelector(".e-content"),"scroll",this.headerScrollUpdate);var L=this.element.querySelector(".e-gridcontent").querySelector(".e-content").scrollLeft;s.style.overflowX="auto",I.style.display="block",0!==L&&(I.scrollLeft=L),I.scrollLeft!==s.scrollLeft&&0!==s.scrollLeft&&(I.scrollLeft=s.scrollLeft)}}this.isStaticRefresh=!1},s.prototype.setToolTip=function(e){var i=this,a=parseInt(e.target.getAttribute("aria-colindex"),10)-1,r=Number(e.target.getAttribute("index")),n=this.dataSourceSettings.values.length>0&&this.pivotValues&&this.pivotValues[r]&&this.pivotValues[r][a]?this.pivotValues[r][a]:void 0;this.tooltip.content="";var s,o,l=!1;if(n&&"olap"===this.dataType){var d=n.actualText;if(!t.isNullOrUndefined(d)&&this.olapEngineModule.fieldList&&!this.olapEngineModule.fieldList[d]){var p=this.olapEngineModule.tupRowInfo;d=n.rowOrdinal>-1&&p.length>0&&p[n.rowOrdinal]&&!t.isNullOrUndefined(p[n.rowOrdinal].measureName)?p[n.rowOrdinal].measureName:d}this.olapEngineModule.fieldList&&this.olapEngineModule.fieldList[d]&&(s=(h=this.olapEngineModule.fieldList[d]).isCalculatedField?h.type:h.aggregateType,o=this.olapEngineModule.dataFields[d]&&this.olapEngineModule.dataFields[d].caption?this.olapEngineModule.dataFields[d].caption:h.caption,l=!0)}else if(n&&this.engineModule.fieldList&&this.engineModule.fieldList[n.actualText]){var h=this.engineModule.fieldList[n.actualText];s="DistinctCount"===(s=h.aggregateType)||"number"===h.type&&"include"!==h.type&&"exclude"!==h.type?void 0===s?"Sum":h.aggregateType:"Count",o=h.caption,l=!0}if(n&&l){var u=this.isTabular&&this.engineModule.rowMaxLevel>0?this.engineModule.rowMaxLevel:0,c=this.getRowText(r,u),g=this.getColText(0,a,r),m=""===n.formattedText?this.localeObj.getConstant("noValue"):n.formattedText;if(this.tooltipTemplate&&void 0!==this.getTooltipTemplate()){var f={rowHeaders:c,columnHeaders:g,aggregateType:s,valueField:o,value:m,rowFields:this.getHeaderField(r,a,"row"),columnFields:this.getHeaderField(r,a,"column")};if("function"==typeof this.tooltipTemplate&&this.isReact){var v=document.createElement("div");this.getTooltipTemplate()(f,this,"tooltipTemplate",this.element.id+"tooltipTemplate",null,null,v),this.renderReactTemplates(function(){i.enableHtmlSanitizer?i.tooltip.content=t.SanitizeHtmlHelper.sanitize(v.outerHTML):i.tooltip.content=v.outerHTML})}else{var S=this.getTooltipTemplate()(f,this,"tooltipTemplate",this.element.id+"tooltipTemplate")[0].outerHTML;this.enableHtmlSanitizer?this.tooltip.content=t.SanitizeHtmlHelper.sanitize(S):this.tooltip.content=S}}else{var y="<div class=e-pivottooltip><p class=e-tooltipheader>"+this.localeObj.getConstant("row")+":</p><p class=e-tooltipcontent>"+c+"</p></br><p class=e-tooltipheader>"+this.localeObj.getConstant("column")+":</p><p class=e-tooltipcontent>"+g+"</p></br>"+(""!==n.actualText?"<p class=e-tooltipheader>"+("olap"===this.dataType?"":this.localeObj.getConstant(s)+" "+this.localeObj.getConstant("of")+" ")+o+":</p><p class=e-tooltipcontent>"+m+"</p></div>":""),b=function(){return y};this.tooltip.content=t.initializeCSPTemplate(b)}}else e.cancel=!0},s.prototype.getTooltipTemplate=function(){return this.tooltipTemplateFn},s.prototype.getHeaderField=function(e,t,i){var a,r="",n="olap"===this.dataType?this.olapEngineModule:this.engineModule,s=n.valueSortSettings.headerDelimiter;if("row"===i){a=this.pivotValues[e][0].valueSort.levelName.toString().split(s).length;for(var o=0;o<a&&this.dataSourceSettings.rows.length>0&&this.dataSourceSettings.rows[o];o++)r+=(o?" - ":"")+(this.dataSourceSettings.rows[o].caption?this.dataSourceSettings.rows[o].caption:this.dataSourceSettings.rows[o].name)}else{if(this.dataSourceSettings.columns.length>0){var l=0===this.dataSourceSettings.values.length?0:Number(Object.keys(n.headerContent)[Object.keys(n.headerContent).length-1]);a=this.pivotValues[l][t].valueSort.levelName.toString().split(s).length,a=this.dataSourceSettings.values.length>1?a-1:a}for(var d=0;d<a&&this.dataSourceSettings.columns.length>0&&this.dataSourceSettings.columns[d];d++)r+=(d?" - ":"")+(this.dataSourceSettings.columns[d].caption?this.dataSourceSettings.columns[d].caption:this.dataSourceSettings.columns[d].name)}return r},s.prototype.getLevel=function(e){var t=e.valueSort?e.valueSort.levelName.toString():"",i=e.actualText?e.actualText.toString().split(this.dataSourceSettings.valueSortSettings.headerDelimiter).length:0,a=t.split(this.dataSourceSettings.valueSortSettings.headerDelimiter).length-(i?i-1:i);return a?a-1:0},s.prototype.getRowText=function(e,i){var a=this.pivotValues[e][i],r="";if(a){var n=this.getLevel(a);if(this.isTabular&&(0===n||this.engineModule&&n!==this.engineModule.rowMaxLevel)&&(i=n,a=this.pivotValues[e][i]),r="grand sum"===a.type?this.localeObj.getConstant("grandTotal"):a.formattedText,"row"===this.dataSourceSettings.valueAxis)r=(r=0===this.dataSourceSettings.rows.length&&this.dataSourceSettings.values.length>1?this.pivotValues[e][0].valueSort.levelName.toString().slice((this.localeObj.getConstant("grandTotal")+this.dataSourceSettings.valueSortSettings.headerDelimiter).length).toString():1===this.dataSourceSettings.values.length?t.isNullOrUndefined(this.dataSourceSettings.values[0].caption)?this.dataSourceSettings.values[0].name:this.dataSourceSettings.values[this.isTabular?i:0].caption:this.pivotValues[e][this.isTabular?i:0].valueSort.levelName.toString()).split(this.dataSourceSettings.valueSortSettings.headerDelimiter).join(" - ");else if(this.isTabular)for(;n>0;)i--,a=this.pivotValues[e][i],r=r+this.dataSourceSettings.valueSortSettings.headerDelimiter+a.formattedText,n-=1;else for(;n>0||a&&void 0===a.index;)e--,(a=this.pivotValues[e][i])&&n>a.level&&(r=r+this.dataSourceSettings.valueSortSettings.headerDelimiter+a.formattedText,n-=1);r=r.split(this.dataSourceSettings.valueSortSettings.headerDelimiter).reverse().join(" - ")}return r},s.prototype.getColText=function(e,t,i){for(var a=this.pivotValues[0][t],r=a.axis,n="grand sum"===a.type?this.localeObj.getConstant("grandTotal"):a.formattedText;"value"!==r&&i>e;)e++,this.pivotValues[e]&&(r=(a=this.pivotValues[e][t]).axis,"sum"!==a.type&&"grand sum"!==a.type&&"value"!==r&&(n=n+" - "+a.formattedText));return n},s.prototype.updateClass=function(){this.enableRtl?t.addClass([this.element],v):t.removeClass([this.element],v),this.isAdaptive?t.addClass([this.element],S):t.removeClass([this.element],S),this.cssClass&&t.addClass([this.element],this.cssClass.split(" "))},s.prototype.mouseRclickHandler=function(e){3===e.which?this.lastCellClicked=e.target:0===e.which&&(this.lastCellClicked=e.target),this.lastCellClicked=e.target},s.prototype.mouseDownHandler=function(e){3===e.which&&(this.lastCellClicked=e.target),this.isCellBoxMultiSelection&&(this.isMouseDown=!e.target.closest(".e-pivot-button"),this.isMouseUp=!1,this.lastSelectedElement=void 0)},s.prototype.mouseMoveHandler=function(e){var i=this;if(this.isCellBoxMultiSelection){e.preventDefault();var a=e.target?e.target:void 0;if(this.isMouseDown&&a&&!a.classList.contains("e-expand")&&!a.classList.contains("e-collapse")){var r=a.parentElement.classList.contains(T)||a.classList.contains(T)?"row":"column";if(a="column"===r?t.closest(a,"th"):t.closest(a,"td")){var n=parseInt(a.getAttribute("aria-colindex"),10)-1,s=Number(a.getAttribute("index")),o={cancel:!1,isCellClick:!0,currentCell:a,data:this.pivotValues[s][n]};this.trigger("cellSelecting",o,function(e){if(!e.cancel){i.grid.clearSelection();var t=i.parentAt(a,"TH");i.lastSelectedElement&&i.lastSelectedElement!==t&&t.classList.contains(A)?(i.lastSelectedElement.classList.remove("e-active"),i.lastSelectedElement.classList.remove(A),i.lastSelectedElement=t):(i.lastSelectedElement=t,t.classList.contains(M)&&t.classList.contains("e-leftfreeze")||(t.classList.add("e-active"),t.classList.add(A))),i.renderModule.selected()}})}}}},s.prototype.mouseUpHandler=function(){this.isCellBoxMultiSelection&&(this.isMouseDown=!1,this.isMouseUp=!0)},s.prototype.parentAt=function(e,t){for(;e.tagName!==t&&e.parentElement;)e=e.parentElement;return e},s.prototype.mouseClickHandler=function(e){3===e.which?this.lastCellClicked=e.target:0===e.which&&(this.lastCellClicked=e.target);var i=e.target;if(!t.closest(i,".e-pivot-button")){var a=null,r=i.closest("td.e-rowsheader"),n=i.closest("td.e-valuescontent"),s=r||n?"row":"column";if(a="column"===s?t.closest(i,"th"):t.closest(i,"td"),"column"!==s||a||"Row"===this.gridSettings.selectionSettings.mode||(a=t.closest(i,"td")),i.classList.contains(C)||i.classList.contains(x)||!this.enableValueSorting||i.classList.contains("e-resized")||i.classList.contains("e-rhandler")&&i.classList.contains("e-rcursor")||"olap"===this.dataType&&this.enableVirtualization){if(!i.classList.contains(C)&&!i.classList.contains(x))return void this.cellClicked(i,a,e);var o=i.parentElement.getAttribute("fieldname"),l=B.getFieldInfo(o,this),d=i.classList.contains(C)?this.actionObj.actionName="Drill up":i.classList.contains(x)?this.actionObj.actionName="Drill down":"";if(this.actionObj.actionName=d,this.actionObj.fieldInfo=l.fieldItem,this.actionBeginMethod())return;try{this.onDrill(i)}catch(e){this.actionFailureMethod(e)}}else{var p="pivot"===this.dataType?this.engineModule:this.olapEngineModule;this.cellClicked(i,a,e);var h=a&&!t.isNullOrUndefined(a.closest("."+R)),u=a&&(!t.isNullOrUndefined(a.closest(".e-row"))||a.classList.contains("e-rowsheader"));try{if(a&&(h||u)&&!this.allowGrouping&&"olap"!==this.dataType&&"Server"!==this.dataSourceSettings.mode||(this.allowGrouping||"olap"===this.dataType||"Server"===this.dataSourceSettings.mode)&&(h&&"column"===this.dataSourceSettings.valueAxis&&!a.classList.contains("e-leftfreeze")||u&&"row"===this.dataSourceSettings.valueAxis)){var c=a.getAttribute("fieldname"),l=B.getFieldInfo(c,this);if(this.actionObj.actionName="Sort value",this.actionObj.fieldInfo=l.fieldItem,this.actionBeginMethod())return;var g=parseInt(a.getAttribute("aria-colindex"),10)-1,m=Number(a.getAttribute("index"));if("row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&u){var f=this.pivotValues[m][g];m=-1===this.dataSourceSettings.valueIndex&&u&&!this.isTabular&&"Bottom"!==this.dataSourceSettings.subTotalsPosition?"value"===f.type||3===f.memberType?m:m+1:this.getLevel(f)<=p.measureIndex&&f.members&&f.members.length>0?f.members[0].rowIndex:m}else"column"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&h&&(g=parseInt(a.getAttribute("aria-colindex"),10)-1+Number(a.getAttribute("aria-colspan"))-1,m=p.headerContent.length-1);if("pivot"===this.dataType&&"Server"!==this.dataSourceSettings.mode&&(h||u)){var v=this.pivotValues[m][g],S=u&&this.isTabular&&("row"===this.dataSourceSettings.valueAxis&&"value"===v.type||"column"===this.dataSourceSettings.valueAxis);if(u&&(!this.isTabular||S)||h){var y=h?{columnIndex:Number(a.getAttribute("aria-colindex"))+Number(a.getAttribute("aria-colspan"))-1,columnHeaderText:this.pivotValues[m][g].valueSort.levelName,columnSortOrder:"Descending"===this.dataSourceSettings.valueSortSettings.columnSortOrder?"Ascending":"Descending"}:{rowIndex:Number(a.getAttribute("index"))+Number(a.getAttribute("aria-rowspan"))-1,rowSortOrder:"Descending"===this.dataSourceSettings.valueSortSettings.rowSortOrder?"Ascending":"Descending",rowHeaderText:this.pivotValues[m][g].valueSort.levelName};y.headerDelimiter=this.dataSourceSettings.valueSortSettings.headerDelimiter?this.dataSourceSettings.valueSortSettings.headerDelimiter:".",this.setProperties({dataSourceSettings:{valueSortSettings:y}},!0)}}else"olap"!==this.dataType&&"Server"!==this.dataSourceSettings.mode||this.setProperties({dataSourceSettings:{valueSortSettings:{columnIndex:Number(a.getAttribute("aria-colindex"))+Number(a.getAttribute("aria-colspan"))-1,sortOrder:"Descending"===this.dataSourceSettings.valueSortSettings.sortOrder?"Ascending":"Descending",headerText:this.pivotValues[m][g].valueSort.levelName,headerDelimiter:this.dataSourceSettings.valueSortSettings.headerDelimiter?this.dataSourceSettings.valueSortSettings.headerDelimiter:"."}}},!0);this.showWaitingPopup();var b=this;if(p.enableValueSorting=!0,b.enableVirtualization||b.enablePaging){if(b.dataSourceSettings.enableSorting){for(var w=0,T=Object.keys(b.engineModule.fieldList);w<T.length;w++){var M=T[w];b.engineModule.fieldList[M].sort="Ascending"}b.setProperties({dataSourceSettings:{sortSettings:[]}},!0)}"Server"===b.dataSourceSettings.mode?b.getEngine("onValueSort",null,null,null,null,null,null):(b.engineModule.rMembers=b.engineModule.headerCollection.rowHeaders,b.engineModule.cMembers=b.engineModule.headerCollection.columnHeaders,b.engineModule.applyValueSorting(),b.engineModule.updateEngine())}else"Server"===b.dataSourceSettings.mode?b.getEngine("onValueSort",null,null,null,null,null,null):"olap"===this.dataType?b.olapEngineModule.onSort(b.dataSourceSettings,!0):b.engineModule.generateGridData(b.dataSourceSettings,!0);b.allowServerDataBinding=!1,b.setProperties({pivotValues:p.pivotValues},!0),b.allowServerDataBinding=!0;var D={valueSortInfo:p.valueSortSettings};this.actionObj.actionInfo=D,b.renderPivotGrid()}}catch(e){this.actionFailureMethod(e)}}}},s.prototype.updateTotColWidth=function(){this.totColWidth=0;for(var e=0,t=this.pivotColumns;e<t.length;e++){var i=t[e];this.totColWidth=this.totColWidth+i.width}},s.prototype.framePivotColumns=function(e){for(var t=0,i=e;t<i.length;t++){var a=i[t];if(a.columns&&a.columns.length>0)this.framePivotColumns(a.columns);else{var r="0.formattedText"===a.field?"":a.customAttributes&&a.customAttributes.cell&&a.customAttributes.cell.valueSort?a.customAttributes.cell.valueSort.levelName:"",n=this.renderModule.setSavedWidth("0.formattedText"===a.field?a.field:r,Number("auto"===a.width?a.minWidth:a.width));this.pivotColumns.push({allowReordering:a.allowReordering,allowResizing:a.allowResizing,headerText:r,width:n,autoFit:a.autoFit}),this.totColWidth=this.totColWidth+Number(n)}}},s.prototype.setGridColumns=function(e){if(!t.isNullOrUndefined(this.totColWidth)&&this.totColWidth>0||this.renderModule.isAutoFitEnabled){for(var i=0,a=e;i<a.length;i++){var r=a[i];if(r.columns&&r.columns.length>0)this.setGridColumns(r.columns);else if(this.renderModule.isAutoFitEnabled)r.autoFit=this.pivotColumns[this.posCount].autoFit,this.posCount++;else{var s="0.formattedText"===r.field?"":r.customAttributes?r.customAttributes.cell.valueSort.levelName:"";r.allowReordering=this.pivotColumns[this.posCount].allowReordering,r.allowResizing=this.pivotColumns[this.posCount].allowResizing,r.autoFit=this.pivotColumns[this.posCount].autoFit;var o=this.renderModule.setSavedWidth("0.formattedText"===r.field?r.field:s,Number(this.pivotColumns[this.posCount].width));r.autoFit?this.renderModule.isAutoFitEnabled=!0:"auto"!==r.width?r.width=o:r.minWidth=o,this.posCount++,r.allowReordering&&(this.gridSettings.allowReordering=!0),r.allowResizing&&(this.gridSettings.allowResizing=!0)}}this.gridSettings.allowReordering&&n.Grid.Inject(n.Reorder),this.gridSettings.allowResizing&&n.Grid.Inject(n.Resize)}},s.prototype.fillGridColumns=function(e){for(var t=0,i=e;t<i.length;t++){var a=i[t];a.allowReordering=this.gridSettings.allowReordering,a.allowResizing=this.gridSettings.allowResizing,a.clipMode=this.gridSettings.clipMode,this.posCount++,a.columns&&a.columns.length>0&&this.fillGridColumns(a.columns)}},s.prototype.triggerColumnRenderEvent=function(e){this.pivotColumns=[],this.totColWidth=0,this.framePivotColumns(e);var t=this.pivotColumns[0].width,i={columns:this.pivotColumns,dataSourceSettings:this.dataSourceSettings,stackedColumns:this.getStackedColumns(e,[])};this.trigger("beforeColumnsRender",i),this.updateTotColWidth(),t!==this.pivotColumns[0].width&&(this.firstColWidth=this.pivotColumns[0].width,this.renderModule.resColWidth=parseInt(this.firstColWidth.toString(),10)),this.posCount=0,this.setGridColumns(e)},s.prototype.setCommonColumnsWidth=function(e,t){for(var i=0,a=e;i<a.length;i++){var r=a[i];this.isTabular?r.index>this.engineModule.rowMaxLevel?r.columns?this.setCommonColumnsWidth(r.columns,t):this.setColumnWidth(r,t):r.width=this.firstColWidth?this.firstColWidth:r.width:"0.formattedText"!==r.field?r.columns?this.setCommonColumnsWidth(r.columns,t):this.setColumnWidth(r,t):r.width=this.firstColWidth?this.firstColWidth:r.width}},s.prototype.getHeightAsNumber=function(){var e,t;return isNaN(this.height)?this.height.toString().indexOf("%")>-1?(this.isAngular&&this.element&&this.element.style&&(t=window.getComputedStyle(this.element).display,this.element.style.display="block"),e=parseFloat(this.height.toString())/100*this.element.offsetHeight,this.isAngular&&this.element&&this.element.style&&(this.element.style.display=t)):this.height.toString().indexOf("px")>-1&&(e=Number(this.height.toString().split("px")[0])):e=Number(this.height),(e<this.minHeight||"auto"===this.height)&&(e=this.minHeight),e},s.prototype.getWidthAsNumber=function(){var e;return isNaN(this.width)?(this.width.toString().indexOf("%")>-1?e=parseFloat(this.width.toString())/100*this.element.offsetWidth:this.width.toString().indexOf("px")>-1&&(e=Number(this.width.toString().split("px")[0])),isNaN(e)&&(e=this.element.offsetWidth)):e=Number(this.width),e<400&&!this.isAdaptive?e=this.minWidth?this.minWidth:400:this.isAdaptive&&e<310&&(e=this.minWidth?this.minWidth:310),e},s.prototype.getGridWidthAsNumber=function(){var e,t=this.element.offsetWidth?this.element.offsetWidth:this.element.getBoundingClientRect().width;return isNaN(this.grid.width)?(this.grid.width.toString().indexOf("%")>-1?e=parseFloat(this.grid.width.toString())/100*t:this.grid.width.toString().indexOf("px")>-1&&(e=Number(this.grid.width.toString().split("px")[0])),isNaN(e)&&(e=t)):e=Number(this.grid.width),e},s.prototype.onWindowResize=function(){this.actionObj.actionName="Window resize",this.actionBeginMethod()||(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.layoutRefresh.bind(this),500),this.actionObj.actionName=this.getActionCompleteName(),this.actionObj.actionName&&this.actionCompleteMethod())},s.prototype.refresh=function(){this.pivotRefresh()},s.prototype.layoutRefresh=function(){if(this.element&&this.element.classList.contains("e-pivotview")&&("olap"===this.dataType?this.olapEngineModule&&this.olapEngineModule.pivotValues:this.engineModule&&this.engineModule.pivotValues)){if(this.grid){var e="olap"===this.dataType&&this.olapEngineModule.pivotValues.length>0?this.olapEngineModule.pivotValues[0].length:this.dataSourceSettings.values.length>0&&this.engineModule&&this.engineModule.pivotValues.length>0?this.engineModule.pivotValues[0].length:2,t=this.renderModule.calculateColWidth(e);this.grid.width=this.renderModule.calculateGridWidth(),this.renderModule.calculateGridHeight(!0),this.gridSettings.allowAutoResizing&&this.setCommonColumnsWidth(this.grid.columns,t),this.triggerColumnRenderEvent(this.grid.columns),this.grid.refreshColumns(),this.renderModule.isAutoFitEnabled?this.renderModule.addPivotAutoFitClass():this.renderModule.removePivotAutoFitClass(),this.showGroupingBar&&this.groupingBarModule&&this.element.querySelector(".e-grouping-bar")&&this.groupingBarModule.setGridRowWidth(),this.chart&&this.pivotChartModule&&(this.chart.height=this.pivotChartModule.getResizedChartHeight())}this.showToolbar&&this.toolbarModule&&this.toolbarModule.toolbar&&(this.toolbarModule.toolbar.width=this.grid?this.getGridWidthAsNumber():this.getWidthAsNumber()),this.enablePaging&&this.notify("init-pivotPager",this),this.chart&&(this.showToolbar&&"Chart"===this.currentView||!this.showToolbar)&&(this.chart.width=this.showToolbar&&this.grid?this.getGridWidthAsNumber().toString():"Both"===this.displayOption.view&&this.grid?this.getGridWidthAsNumber().toString():this.getWidthAsNumber().toString(),this.chart.height=this.pivotChartModule.getResizedChartHeight(),"Chart"===this.displayOption.view&&this.showGroupingBar&&this.groupingBarModule&&this.element.querySelector(".e-chart-grouping-bar")&&this.groupingBarModule.refreshUI())}},s.prototype.cellClicked=function(e,i,a){var r=this;if(e.classList.contains("e-rowselect")&&(e.classList.contains("e-spanclicked")?this.isPopupClicked=!1:this.isPopupClicked=!0),i&&!t.isNullOrUndefined(this.pivotValues)&&this.pivotValues.length>0){var n=parseInt(i.getAttribute("aria-colindex"),10)-1,s=Number(i.getAttribute("index")),o=Number(i.getAttribute("aria-colspan")),l={cancel:!1,isCellClick:!0,currentCell:i,data:this.pivotValues[s][n]};this.trigger("cellSelecting",l,function(e){r.gridSettings.allowSelection&&(("Both"===r.gridSettings.selectionSettings.mode?i.classList.contains("e-rowcell"):"Row"===r.gridSettings.selectionSettings.mode)?r.clearSelection(i,a):e.cancel||(r.clearSelection(i,a),r.applyColumnSelection(a,i,n,n+(o>0?o-1:0),s)),"Column"===r.gridSettings.selectionSettings.mode||i.classList.contains("e-columnsheader")||r.rowDeselect(i,a,s,r.gridSettings.selectionSettings.mode,e),"Column"===r.gridSettings.selectionSettings.mode||e.cancel||(("Multiple"===r.gridSettings.selectionSettings.type?a.ctrlKey||a.shiftKey:r.selectedRowIndex===s)?r.selectedRowIndex=void 0:(r.selectedRowIndex=s,r.grid.selectionModule.selectRow(s-r.renderModule.rowStartPos),i.classList.add("e-focused")))),r.cellClick&&e.isCellClick&&r.trigger("cellClick",{currentCell:i,data:r.pivotValues[s][n],nativeEvent:a}),r.getSelectedCellsPos()})}else this.clearSelection(null,a)},s.prototype.rowDeselect=function(e,i,a,r,n){if(!i.shiftKey&&!i.ctrlKey&&"Both"!==this.gridSettings.selectionSettings.mode||"Single"===this.gridSettings.selectionSettings.type)if(e.classList.contains(L)||e.classList.contains(A)||e.classList.contains("e-active")){if(t.removeClass(this.element.querySelectorAll("."+L),L),t.removeClass(this.element.querySelectorAll("."+A),A),t.removeClass(this.element.querySelectorAll(".e-active"),"e-active"),n.cancel)this.setSavedSelectedCells();else if("Cell"===r)t.addClass([e],[L]);else if("Row"===r||"Single"===this.gridSettings.selectionSettings.type){var s='[index="'+a+'"]';t.addClass(this.element.querySelectorAll(s),[A,"e-active"]),"Row"!==r&&e.classList.add(L)}}else n.cancel?this.setSavedSelectedCells():(t.removeClass(this.element.querySelectorAll("."+L),L),t.removeClass(this.element.querySelectorAll("."+A),A),t.removeClass(this.element.querySelectorAll(".e-active"),"e-active"));else(i.shiftKey||i.ctrlKey||"Both"===this.gridSettings.selectionSettings.mode)&&n.cancel&&(t.removeClass(this.element.querySelectorAll("."+L),L),t.removeClass(this.element.querySelectorAll("."+A),A),t.removeClass(this.element.querySelectorAll(".e-active"),"e-active"),this.setSavedSelectedCells())},s.prototype.clearSelection=function(e,i){if(!i.shiftKey&&!i.ctrlKey||"Single"===this.gridSettings.selectionSettings.type){if("Cell"===this.gridSettings.selectionSettings.mode)e&&e.classList.contains("e-columnsheader")?t.removeClass(this.element.querySelectorAll(".e-rowcell."+L),L):t.removeClass(this.element.querySelectorAll(".e-columnsheader.e-active"),["e-active",A]);else if("Both"===this.gridSettings.selectionSettings.mode)if(e&&e.classList.contains("e-rowcell"))for(var a=0,r=[].slice.call(this.element.querySelectorAll("."+A+", ."+L));a<r.length;a++){var n=r[a];t.removeClass([n],["e-active",A,L])}else t.removeClass(this.element.querySelectorAll("."+L),L)}else if("Both"===this.gridSettings.selectionSettings.mode&&"Multiple"===this.gridSettings.selectionSettings.type&&e.classList.contains(T))for(var s=0,o=[].slice.call(this.element.querySelectorAll(".e-columnsheader."+A));s<o.length;s++){var l=o[s],d=Number(l.getAttribute("aria-colindex"));if(d&&!isNaN(d))for(var p=0,h=[].slice.call(this.element.querySelectorAll("[aria-colindex='"+d+"']:not(.e-active)"));p<h.length;p++){var u=h[p];t.addClass([u],["e-active",A])}}},s.prototype.applyRowSelection=function(e,t,i){var a=this.engineModule.pivotValues[t][e];if(i.ctrlKey||i.shiftKey||!a||this.selectedRowIndex===t)this.selectedRowIndex=void 0;else{this.selectedRowIndex=t;var r=a.level,n=t;do{n++,a=this.engineModule.pivotValues[n][e]}while(a&&r<a.level);var s=this;this.isAdaptive?this.rowRangeSelection={enable:!0,startIndex:t-s.renderModule.rowStartPos,endIndex:n-(1+s.renderModule.rowStartPos)}:s.grid.selectionModule.selectRowsByRange(t-s.renderModule.rowStartPos,n-(1+s.renderModule.rowStartPos))}},s.prototype.applyColumnSelection=function(e,i,a,r,n){if(!i.classList.contains(T)&&("Cell"!==this.gridSettings.selectionSettings.mode||i.classList.contains("e-columnsheader"))){var s=e.ctrlKey;this.isAdaptive&&"Multiple"===this.gridSettings.selectionSettings.type&&(this.grid.selectionModule.showPopup(e),this.isPopupClicked?(this.element.querySelector(".e-rowselect").classList.add("e-spanclicked"),s=!0):(this.element.querySelector(".e-rowselect").classList.remove("e-spanclicked"),s=!1));for(var o=[],l=this.gridSettings.selectionSettings.type,d=i.classList.contains("e-active"),p=[],h={},u=a;u<=r;u++)p.push(u.toString());if(s&&"Single"!==l)d=!1;else{for(var c=0,g=[].slice.call(this.element.querySelectorAll(".e-active, ."+A));c<g.length;c++){w=g[c];t.removeClass([w],["e-active",A]),-1===p.indexOf((parseInt(w.getAttribute("aria-colindex"),10)-1).toString())&&(d=!1);var m=parseInt(w.getAttribute("aria-colindex"),10)-1;h[m]=m}p=Object.keys(h).length>0?Object.keys(h).sort(function(e,t){return parseInt(e,10)-parseInt(t,10)}):p}"Multiple"===l&&e.shiftKey?(this.shiftLockedPos=0===this.shiftLockedPos.length?p:this.shiftLockedPos,Number(this.shiftLockedPos[0])<=a?a=Number(this.shiftLockedPos[0]):r=r<Number(this.shiftLockedPos[this.shiftLockedPos.length-1])?Number(this.shiftLockedPos[this.shiftLockedPos.length-1]):r):this.shiftLockedPos=[];var f=[];if(e.ctrlKey&&"Both"===this.gridSettings.selectionSettings.mode&&"Multiple"===l&&!i.classList.contains(T))for(var v=0,S=[].slice.call(this.element.querySelectorAll(".e-rowsheader.e-cellselectionbackground,.e-rowsheader."+A));v<S.length;v++){w=S[v];f.push(w.getAttribute("index"))}for(var y=a;y<=r;)o.push('[aria-colindex="'+(y+1)+'"]'+("Cell"===this.gridSettings.selectionSettings.mode?'[index="'+n+'"]':"")),y++;if(!d){n=i.classList.contains(M)?n:this.renderModule.rowStartPos-1;for(var b=i.classList.contains("e-active"),C=0,x=[].slice.call(this.element.querySelectorAll(o.toString()));C<x.length;C++){var w=x[C];Number(w.getAttribute("index"))>=n&&(b&&s&&-1===f.indexOf(w.getAttribute("index"))?t.removeClass([w],["e-active",A]):t.addClass([w],["e-active",A]))}}this.renderModule.selected()}},s.prototype.getSelectedCellsPos=function(){var e=this;e.savedSelectedCellsPos=[],e.cellSelectionPos=[];for(var t=0,i=[].slice.call(this.element.querySelectorAll("."+A));t<i.length;t++){n=i[t];e.savedSelectedCellsPos.push({rowIndex:n.getAttribute("index"),colIndex:(parseInt(n.getAttribute("aria-colindex"),10)-1).toString()})}for(var a=0,r=[].slice.call(this.element.querySelectorAll("."+L));a<r.length;a++){var n=r[a];e.cellSelectionPos.push({rowIndex:n.getAttribute("index"),colIndex:(parseInt(n.getAttribute("aria-colindex"),10)-1).toString()})}},s.prototype.setSavedSelectedCells=function(){for(var e=this,i=0,a=[].slice.call(this.savedSelectedCellsPos);i<a.length;i++){var r=a[i],n='[aria-colindex="'+(parseInt(r.colIndex,10)+1)+'"][index="'+r.rowIndex+'"]';t.addClass([e.element.querySelector(n)],["e-active",A])}for(var s=0,o=[].slice.call(this.cellSelectionPos);s<o.length;s++){var r=o[s],n='[aria-colindex="'+(parseInt(r.colIndex,10)+1)+'"][index="'+r.rowIndex+'"]';t.addClass([e.element.querySelector(n)],[L])}},s.prototype.renderEmptyGrid=function(){var e=this;if(this.isEmptyGrid=!0,this.notEmpty=!1,this.isInitial=!0,this.renderModule=this.renderModule?this.renderModule:new $(this),this.grid&&this.grid.element&&this.element.querySelector(".e-grid"))this.notEmpty=!0,this.grid.setProperties({columns:this.renderModule.frameEmptyColumns(),dataSource:this.renderModule.frameEmptyData()},!0),this.grid.notify("datasource-modified",{}),this.grid.refreshColumns();else{this.element.querySelector(".e-grid")&&t.remove(this.element.querySelector(".e-grid")),this.renderModule.bindGrid(this,!0),this.grid.showSpinner=function(){},this.grid.hideSpinner=function(){};var i=t.createElement("div",{id:this.element.id+"_grid"});this.element.appendChild(i),this.grid.isStringTemplate=!0,this.grid.appendTo(i),this.grid.off("data-ready",this.grid.dataReady),this.grid.on("data-ready",function(){e.grid.scrollModule.setWidth(),e.grid.scrollModule.setHeight()})}},s.prototype.initEngine=function(){var e=this;if(this.element.querySelector(".e-spin-hide")&&this.showWaitingPopup(),"pivot"===this.dataType){var i=!t.isNullOrUndefined(this.dataSourceSettings.dataSource)&&this.dataSourceSettings.dataSource.length>0?this.dataSourceSettings.dataSource[0]:t.isNullOrUndefined(this.engineModule.data)?void 0:this.engineModule.data[0];if(i&&this.pivotCommon){var a="[object Array]"===Object.prototype.toString.call(i);if(a&&"JSON"===this.dataSourceSettings.type)return void this.pivotCommon.errorDialog.createErrorDialog(this.localeObj.getConstant("error"),this.localeObj.getConstant("invalidJSON"));if(!a&&"CSV"===this.dataSourceSettings.type)return void this.pivotCommon.errorDialog.createErrorDialog(this.localeObj.getConstant("error"),this.localeObj.getConstant("invalidCSV"))}}var r={dataSourceSettings:B.getClonedDataSourceSettings(this.dataSourceSettings)};this.trigger("enginePopulating",r,function(t){B.updateDataSourceSettings(e,t.dataSourceSettings),e.updatePageSettings(!1);var i={mode:"",savedFieldList:void 0,pageSettings:e.pageSettings,enableValueSorting:e.enableValueSorting,isDrillThrough:e.allowDrillThrough||e.editSettings.allowEditing,localeObj:e.localeObj,fieldsType:e.fieldsType,clonedReport:e.clonedReport,globalize:e.globalize,currenyCode:e.currencyCode,enablePaging:e.enablePaging,enableVirtualization:e.enableVirtualization,allowDataCompression:e.allowDataCompression,enableHtmlSanitizer:e.enableHtmlSanitizer,enableOptimizedRendering:e.enableVirtualization&&e.virtualScrollSettings&&e.virtualScrollSettings.allowSinglePage,isTabularLayout:e.isTabular};if("pivot"===e.dataType){if(e.dataSourceSettings.groupSettings&&e.dataSourceSettings.groupSettings.length>0){var a=e.engineModule.data;e.clonedDataSet=e.clonedDataSet?e.clonedDataSet:"CSV"===e.dataSourceSettings.type?B.getClonedCSVData(a):B.getClonedData(a);var r=JSON.parse(e.getPersistData()).dataSourceSettings;r.dataSource=[],e.clonedReport=e.clonedReport?e.clonedReport:r}"Server"!==e.dataSourceSettings.mode&&e.engineModule.renderEngine(e.dataSourceSettings,i,e.aggregateCellInfo?e.getValueCellInfo.bind(e):void 0,e.onHeadersSort?e.getHeaderSortInfo.bind(e):void 0),e.allowServerDataBinding=!1,e.setProperties({pivotValues:e.engineModule.pivotValues},!0),e.allowServerDataBinding=!0,e.enginePopulatedEventMethod("initEngine")}else"SSAS"===e.dataSourceSettings.providerType&&"olap"===e.dataType&&(i.savedFieldList=e.olapEngineModule.fieldList,i.savedFieldListData=e.olapEngineModule.fieldListData,B.renderOlapEngine(e,i),e.allowServerDataBinding=!1,e.setProperties({pivotValues:e.olapEngineModule.pivotValues},!0),e.allowServerDataBinding=!0,e.enginePopulatedEventMethod("initEngine"))})},s.prototype.enginePopulatedEventMethod=function(e,t){if("initEngine"===e){var i=t||this;this.trigger("enginePopulated",{pivotValues:this.pivotValues},function(e){"olap"===i.dataType?(i.olapEngineModule.pivotValues=e.pivotValues,i.setProperties({pivotValues:i.olapEngineModule.pivotValues},!0)):(i.engineModule.pivotValues=e.pivotValues,i.setProperties({pivotValues:i.engineModule.pivotValues},!0)),i.notify(K,{}),i.notEmpty=!0})}else{var a=t||this,r={dataSourceSettings:a.dataSourceSettings,pivotValues:a.pivotValues};a.trigger("enginePopulated",r,function(e){a.dataSourceSettings=e.dataSourceSettings,"olap"===a.dataType?(a.olapEngineModule.pivotValues=e.pivotValues,a.allowServerDataBinding=!1,a.setProperties({pivotValues:a.olapEngineModule.pivotValues},!0),a.allowServerDataBinding=!0):(a.engineModule.pivotValues=e.pivotValues,a.allowServerDataBinding=!1,a.setProperties({pivotValues:a.engineModule.pivotValues},!0),a.allowServerDataBinding=!0),a.pivotCommon&&(a.pivotCommon.engineModule="olap"===a.dataType?a.olapEngineModule:a.engineModule,a.pivotCommon.dataSourceSettings=a.dataSourceSettings),a.renderPivotGrid()})}},s.prototype.generateData=function(){this.isStaticRefresh||("Chart"!==this.displayOption.view&&t.isNullOrUndefined(this.grid)?(this.renderEmptyGrid(),this.showWaitingPopup()):(this.showWaitingPopup(),clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.refreshData.bind(this),100)))},s.prototype.refreshData=function(){var e=this;e.isStaticRefresh?(e.isStaticRefresh=!1,e.hideWaitingPopup()):e.dataSourceSettings&&(e.dataSourceSettings.dataSource||e.dataSourceSettings.url)?e.dataSourceSettings.dataSource instanceof i.DataManager?"pivot"===e.dataType&&e.remoteData.length>0?(this.element.querySelector(".e-spinner-pane")||this.showWaitingPopup(),this.engineModule.data=e.remoteData,this.initEngine()):t.isNullOrUndefined(e.engineModule.data)||0!==e.engineModule.data.length?e.initEngine():(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(e.getData.bind(e),100)):""!==this.dataSourceSettings.url&&"olap"===this.dataType||e.dataSourceSettings.dataSource&&e.dataSourceSettings.dataSource.length>0||this.engineModule.data&&this.engineModule.data.length>0?("pivot"===e.dataType&&(this.hideWaitingPopup(),e.engineModule.data=e.dataSourceSettings.dataSource),e.initEngine()):"Server"===this.dataSourceSettings.mode?this.getEngine("onRefresh"):(this.notify(K,{}),this.hideWaitingPopup()):(this.notify(K,{}),this.hideWaitingPopup())},s.prototype.getValueCellInfo=function(e){var t=e;return this.trigger("aggregateCellInfo",t),t},s.prototype.getHeaderSortInfo=function(e){var t=e;return this.trigger("onHeadersSort",t),t},s.prototype.bindTriggerEvents=function(e){this.trigger(n.getObject("name",e),e)},s.prototype.getData=function(){this.dataSourceSettings.dataSource.defaultQuery?this.dataSourceSettings.dataSource.executeQuery(this.dataSourceSettings.dataSource.defaultQuery).then(this.executeQuery.bind(this)):this.dataSourceSettings.dataSource.executeQuery(new i.Query).then(this.executeQuery.bind(this))},s.prototype.executeQuery=function(e){this.element.querySelector(".e-spinner-pane")||this.showWaitingPopup();var i=this;i.engineModule.data=e.result,this.isEmptyGrid&&!t.isNullOrUndefined(i.engineModule.data)&&0===i.engineModule.data.length?this.hideWaitingPopup():!t.isNullOrUndefined(i.engineModule.data)&&i.engineModule.data.length>0?(this.isEmptyGrid=!1,i.initEngine()):(this.isEmptyGrid=!0,this.hideWaitingPopup(),this.renderEmptyGrid(),this.engineModule.fieldList=null,this.engineModule.isEmptyData=!0,this.pivotValues=[],this.engineModule.data=[],this.notify(K,{}))},s.prototype.applyFormatting=function(e){if(e){for(var i=[],a=e.length,r=0;r<a;r++)t.isNullOrUndefined(e[r])||void 0!==e[r][0]||i.push(r);for(r=0;r<e.length;r++)for(var n=this.isTabular?this.engineModule.rowMaxLevel+1:1;e[r]&&n<e[r].length;n++)if("value"===e[r][n].axis&&""!==e[r][n].formattedText){e[r][n].style=void 0,e[r][n].cssClass=void 0;for(var s=this.dataSourceSettings.conditionalFormatSettings,o=0;o<s.length;o++)!0!==s[o].applyGrandTotals&&!t.isNullOrUndefined(s[o].applyGrandTotals)&&e[r][n].isGrandSum||this.checkCondition(e[r][n].value,s[o].conditions,s[o].value1,s[o].value2)&&(s[o].measure&&e[r][n].actualText!==s[o].measure||void 0!==s[o].measure&&""===s[o].measure||void 0!==s[o].label&&""===s[o].label||!(!s[o].label||e[r][0].valueSort.levelName.indexOf(s[o].label)>-1||e[r][n].rowHeaders.indexOf(s[o].label)>-1||e[r][n].columnHeaders.indexOf(s[o].label)>-1)||(s[o].style&&s[o].style.backgroundColor&&(s[o].style.backgroundColor="#"===s[o].style.backgroundColor.charAt(0)&&this.conditionalFormattingModule.isHex(s[o].style.backgroundColor.substr(1))?s[o].style.backgroundColor:this.conditionalFormattingModule.colourNameToHex(s[o].style.backgroundColor)),s[o].style&&s[o].style.color&&(s[o].style.color="#"===s[o].style.color.charAt(0)&&this.conditionalFormattingModule.isHex(s[o].style.color.substr(1))?s[o].style.color:this.conditionalFormattingModule.colourNameToHex(s[o].style.color)),e[r][n].style=s[o].style,e[r][n].cssClass="format"+this.element.id+o))}for(var l=this.dataSourceSettings.conditionalFormatSettings,o=0;o<l.length;o++){var d=this.createStyleSheet.bind(this)(),p="color: "+l[o].style.color+"!important;background-color: "+l[o].style.backgroundColor+"!important;font-size: "+l[o].style.fontSize+"!important;font-family: "+l[o].style.fontFamily+" !important;",h=".format"+this.element.id+o;d.insertRule(h+", "+h+" .e-cellvalue{"+p+"}",0)}}},s.prototype.createStyleSheet=function(){var e=document.createElement("style");return e.appendChild(document.createTextNode("")),document.head.appendChild(e),e.sheet},s.prototype.applyHyperlinkSettings=function(){if(this.pivotValues){for(var e=this.pivotValues,i=[],a=e.length,r=0;r<a;r++)!t.isNullOrUndefined(e[r])&&t.isNullOrUndefined(e[r][0])&&i.push(r);if(this.hyperlinkSettings.conditionalSettings.length>0)for(r=0;r<e.length;r++)for(p=this.isTabular?this.engineModule.rowMaxLevel+1:1;e[r]&&p<e[r].length;p++)if("value"===e[r][p].axis){e[r][p].enableHyperlink=!1;for(var n=this.hyperlinkSettings.conditionalSettings,s=0;s<n.length;s++)if(this.checkCondition(e[r][p].value,n[s].conditions,n[s].value1,n[s].value2)){var o="row"===this.dataSourceSettings.valueAxis?r:"pivot"===this.dataType?this.engineModule.headerContent.length-1:this.olapEngineModule.headerContent.length-1,l="row"===this.dataSourceSettings.valueAxis?0:p;(!n[s].measure||1===this.dataSourceSettings.values.length||e[o][l].valueSort&&e[o][l].actualText===n[s].measure)&&(!n[s].label||e[i[n[s].label.split(".").length-1]]&&e[i[n[s].label.split(".").length-1]][p]&&e[i[n[s].label.split(".").length-1]][p].valueSort&&e[i[n[s].label.split(".").length-1]][p].valueSort[n[s].label]||e[r][0].valueSort.levelName.indexOf(n[s].label)>-1)&&(e[r][p].enableHyperlink=!0)}}if(t.isNullOrUndefined(this.hyperlinkSettings.headerText))return;for(var d=this.dataSourceSettings.valueSortSettings.headerDelimiter?this.dataSourceSettings.valueSortSettings.headerDelimiter:".",r=0;r<e.length;r++)for(var p=this.isTabular?this.engineModule.rowMaxLevel+1:1;e[r]&&p<e[r].length;p++)if("value"===e[r][p].axis){var h=this.hyperlinkSettings.headerText;if(e[r][0].valueSort.levelName.indexOf(h)>-1)e[r][0].enableHyperlink=!0,e[r][p].enableHyperlink=!0;else{for(var u=!1,s=0;s<i.length;s++)h=d+this.hyperlinkSettings.headerText,(d+e[i[s]][p].valueSort.levelName).indexOf(h)>-1&&(e[i[s]][p].enableHyperlink=!0,u=!0);e[r][p].enableHyperlink=u}}}},s.prototype.checkCondition=function(e,t,i,a){switch(t){case"LessThan":return e<i;case"LessThanOrEqualTo":return e<=i;case"GreaterThan":return e>i;case"GreaterThanOrEqualTo":return e>=i;case"Equals":return e===i;case"NotEquals":return e!==i;case"Between":return i<a&&e>=i&&e<=a||i>a&&e<=i&&e>=a;case"NotBetween":return!(i<a&&e>=i&&e<=a||i>a&&e<=i&&e>=a);default:return!1}},s.prototype.updateGroupingReport=function(e,i){if(!this.clonedDataSet&&!this.clonedReport){var a=this.engineModule.data;this.clonedDataSet="CSV"===this.dataSourceSettings.type?B.getClonedCSVData(a):B.getClonedData(a);var r=JSON.parse(this.getPersistData()).dataSourceSettings;r.dataSource=[],this.clonedReport=this.clonedReport?this.clonedReport:r}var n=/_date_group_years|_date_group_quarters|_date_group_quarterYear|_date_group_months|_date_group_days|_date_group_hours|_date_group_minutes|_date_group_seconds/g,s="CSV"===this.dataSourceSettings.type?B.getClonedCSVData(this.clonedDataSet):B.getClonedData(this.clonedDataSet),o=this.dataSourceSettings,l=this.clonedReport.properties?this.clonedReport.properties:this.clonedReport,d=[o.rows,o.columns,o.values,o.filters],p=[o.filterSettings,o.sortSettings,o.formatSettings,o.drilledMembers],h=l.rows;if(h=h.concat(l.columns,l.values,l.filters),0===e.length||e.length>0){this.engineModule.groupingFields={},this.setProperties({dataSourceSettings:{dataSource:s,groupSettings:e.length>0?o.groupSettings:[]}},!0);for(var u,c="Date"===i,g=[],m=0,f=d.length;m<f;m++)for(var v,S,y=0,b=d[m].length;y<b;y++)!function(e,i){var a=d[m][e].name;-1===g.indexOf(a)&&g.push(a);var r=g.indexOf(a);if(!t.isNullOrUndefined(a.match(n))&&c||-1!==a.indexOf("_custom_group")&&!B.getFieldByName(a.replace("_custom_group",""),o.groupSettings)){d[m].splice(e,1),g.splice(r,1),e--,i--,a=a.split("_")[0];for(var s=!1,l=0;l<d.length&&!(s=d[l].filter(function(e){return e.name===a}).length>0);l++);if(!s){u=a.split("_")[0];var p=B.getFieldByName(u,h);h=h.filter(function(e){return e.name!==u}),g.push(u),p&&(s?d[m].splice(e,1,p):d[m].splice(++e,0,p))}}else(p=B.getFieldByName(a,h))?d[m].splice(e,1,p):u===a&&d[m].splice(e,1);v=e,S=i}(y,b),y=v,b=S;for(var C=0,x=g;C<x.length;C++)for(var w=x[C],T=B.getFilterItemByName(w,l.filterSettings),M=B.getFieldByName(w,l.sortSettings),D=B.getFieldByName(w,l.formatSettings),O=B.getFieldByName(w,l.drilledMembers),P=[T,M,D,O],m=0,f=p.length;m<f;m++){for(var N=!1,y=0,b=p[m].length;y<b;y++){var E=p[m][y].name;if(!t.isNullOrUndefined(E.match(n))&&c||-1!==E.indexOf("_custom_group")&&!B.getFieldByName(E.replace("_custom_group",""),o.groupSettings))p[m].splice(y,1),y--,b--;else if(w===p[m][y].name){N=!0,P[m]?p[m].splice(y,1,P[m]):(p[m].splice(y,1),y--,b--);break}}!N&&0===m&&T&&p[m].push(T),!N&&1===m&&M&&p[m].push(M),!N&&2===m&&D&&p[m].push(D),!N&&3===m&&O&&p[m].push(O)}}},s.prototype.removeButtonFocus=function(){document.querySelectorAll(".e-btn-focused")&&t.removeClass(document.querySelectorAll(".e-btn-focused"),"e-btn-focused")},s.prototype.wireEvents=function(){var e=this.virtualScrollSettings&&this.virtualScrollSettings.allowSinglePage&&"pivot"===this.dataType;"Chart"!==this.displayOption.view&&(t.EventHandler.add(this.element,this.isAdaptive?"touchend":"click",this.mouseClickHandler,this),t.EventHandler.add(this.element,"mousedown",this.mouseDownHandler,this),t.EventHandler.add(this.element.querySelector(".e-gridheader"),"mousemove",this.mouseMoveHandler,this),t.EventHandler.add(this.element,"mouseup",this.mouseUpHandler,this),t.EventHandler.add(this.element,this.isAdaptive?"touchend":"contextmenu",this.mouseRclickHandler,this),this.virtualscrollModule&&this.enableVirtualization&&!e&&t.EventHandler.add(this.element.querySelector(".e-gridcontent").querySelector(".e-content"),"scroll",this.headerScrollUpdate,this)),t.EventHandler.add(document,this.isAdaptive?"touchend":"click",this.removeButtonFocus,this),window.addEventListener("resize",this.onWindowResize.bind(this),!0)},s.prototype.headerScrollUpdate=function(){this.element.querySelector(".e-headercontent").scrollLeft!==this.element.querySelector(".e-gridcontent").querySelector(".e-content").scrollLeft&&(this.virtualscrollModule.direction="horizondal"),this.element.querySelector(".e-headercontent").scrollLeft=this.element.querySelector(".e-gridcontent").querySelector(".e-content").scrollLeft},s.prototype.unwireEvents=function(){"Chart"!==this.displayOption.view&&(t.EventHandler.remove(this.element,this.isAdaptive?"touchend":"click",this.mouseClickHandler),t.EventHandler.remove(this.element,"mousedown",this.mouseDownHandler),this.element.querySelector(".e-gridheader")&&t.EventHandler.remove(this.element.querySelector(".e-gridheader"),"mousemove",this.mouseMoveHandler),t.EventHandler.remove(this.element,"mouseup",this.mouseUpHandler),t.EventHandler.remove(this.element,this.isAdaptive?"touchend":"contextmenu",this.mouseRclickHandler),this.virtualscrollModule&&this.enableVirtualization&&this.element.querySelector(".e-gridcontent")&&t.EventHandler.remove(this.element.querySelector(".e-gridcontent").querySelector(".e-content"),"scroll",this.headerScrollUpdate)),t.EventHandler.remove(document,this.isAdaptive?"touchend":"click",this.removeButtonFocus),window.removeEventListener("resize",this.onWindowResize.bind(this),!0)},s.prototype.actionBeginMethod=function(){var e={dataSourceSettings:B.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,cancel:!1};return this.trigger("actionBegin",e),e.cancel},s.prototype.actionCompleteMethod=function(){var e={dataSourceSettings:B.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,actionInfo:this.actionObj.actionInfo};this.trigger("actionComplete",e),this.actionObj.actionName="",this.actionObj.actionInfo=void 0,this.actionObj.fieldInfo=void 0},s.prototype.actionFailureMethod=function(e){var t={actionName:this.actionObj.actionName,errorInfo:e};this.trigger("actionFailure",t)},s.prototype.getActionCompleteName=function(){var e;switch(this.actionObj.actionName){case"Open conditional formatting dialog":case"Conditional Formatting menu":e="Conditional formatting applied";break;case"Open number formatting dialog":case"Number Formatting menu":e="Number formatting applied";break;case"Show table view":e="Table view shown";break;case J:e="Chart view shown";break;case"Hide sub-totals":e="Sub-totals hidden";break;case"Show row sub-totals":e="Row sub-totals shown";break;case"Show column sub-totals":e="Column sub-totals shown";break;case"Show sub-totals":e="Sub-totals shown";break;case"Hide grand totals":e="Grand totals hidden";break;case"Show row grand totals":e="Row grand totals shown";break;case"Show column grand totals":e="Column grand totals shown";break;case"Show grand totals":e="Grand totals shown";break;case"Sort value":e="Value sorted";break;case"Open calculated field dialog":e="Calculated field applied";break;case"Edit calculated field":e="Calculated field edited";break;case"Sort field":e="Field sorted";break;case"Filter field":e="Field filtered";break;case"Remove field":e="Field removed";break;case"Aggregate field":e="Field aggregated";break;case"Edit record":e="Record edited";break;case"Report change":e="Report changed";break;case"Save edited records":e="Edited records saved";break;case"Add new record":e="New record added";break;case"Remove record":e="Record removed";break;case"PNG export":e="PNG exported";break;case"JPEG export":e="JPEG exported";break;case"SVG export":e="SVG exported";break;case"PDF export":e="PDF exported";break;case"CSV export":e="CSV exported";break;case"Excel export":e="Excel exported";break;case"Window resize":e="Window resized";break;case"Save current report":e="Report saved";break;case"Add new report":e="New report added";break;case"Save as current report":e="Report re-saved";break;case"Rename current report":e="Report renamed";break;case"horizontal-scroll":e="Horizontally scrolled";break;case"vertical-scroll":e="Vertically scrolled";break;case"Navigate row page":e="Row page navigated";break;case"Navigate column page":e="Column page navigated";break;default:e=this.actionObj.actionName}return e},s.prototype.getStackedColumns=function(e,t){for(var i=0,a=e;i<a.length;i++){var r=a[i];t.push(r),r.columns&&r.columns.length>0&&this.getStackedColumns(r.columns,t)}return t},s.prototype.destroy=function(){this.removeInternalEvents(),this.engineModule&&(this.engineModule.fieldList={},this.engineModule.rMembers=null,this.engineModule.cMembers=null,this.engineModule.valueMatrix=[],this.engineModule={}),this.olapEngineModule&&(this.olapEngineModule.fieldList={},this.olapEngineModule={}),this.showGroupingBar&&this.groupingBarModule&&this.groupingBarModule.destroy(),this.allowGrouping&&this.groupingModule&&this.groupingModule.destroy(),this.showToolbar&&this.toolbarModule&&this.toolbarModule.destroy(),this.enablePaging&&this.pagerModule&&this.pagerModule.destroy(),this.enableVirtualization&&this.virtualscrollModule&&this.virtualscrollModule.destroy(),this.allowConditionalFormatting&&this.conditionalFormattingModule&&this.conditionalFormattingModule.destroy(),this.allowNumberFormatting&&this.numberFormattingModule&&this.numberFormattingModule.destroy(),this.contextMenuModule&&this.contextMenuModule.destroy(),this.keyboardModule&&this.keyboardModule.destroy(),this.tooltip&&!this.tooltip.isDestroyed&&this.tooltip.destroy(),this.calculatedFieldModule&&this.calculatedFieldModule.destroy(),this.chart&&!this.chart.isDestroyed&&(this.chart.destroy(),this.chart.isDestroyed&&t.select("#"+this.element.id+"_chart",this.element)&&t.remove(t.select("#"+this.element.id+"_chart",this.element))),this.grid&&!this.grid.isDestroyed&&(this.grid.destroy(),this.grid.isDestroyed&&t.select("#"+this.element.id+"_grid",this.element)&&t.remove(t.select("#"+this.element.id+"_grid",this.element))),this.commonModule&&this.commonModule.destroy(),this.pivotChartModule&&this.pivotChartModule.destroy(),this.pivotButtonModule&&!this.pivotButtonModule.isDestroyed&&this.pivotButtonModule.destroy(),this.pivotFieldListModule&&!this.pivotFieldListModule.isDestroyed&&(this.pivotFieldListModule.destroy(),this.pivotFieldListModule.isDestroyed&&null!==t.select("#"+this.element.id+"_PivotFieldList",this.element)&&t.remove(t.select("#"+this.element.id+"_PivotFieldList",this.element)),this.pivotFieldListModule.element.remove(),this.pivotFieldListModule.element=null),this.fieldListModule&&(this.fieldListModule.element=null),(this.allowDrillThrough||this.editSettings&&this.editSettings.allowEditing)&&this.drillThroughModule&&this.drillThroughModule.destroy(),this.chartExportModule&&this.chartExportModule.destroy(),this.unwireEvents(),e.prototype.destroy.call(this),this.groupingBarModule&&(this.groupingBarModule=null),this.groupingModule&&(this.groupingModule=null),this.pivotFieldListModule&&(this.pivotFieldListModule=null),this.calculatedFieldModule&&(this.calculatedFieldModule=null),this.conditionalFormattingModule&&(this.conditionalFormattingModule=null),this.numberFormattingModule&&(this.numberFormattingModule=null),this.toolbarModule&&(this.toolbarModule=null),this.pagerModule&&(this.pagerModule=null),this.virtualscrollModule&&(this.virtualscrollModule=null),this.contextMenuModule&&(this.contextMenuModule=null),this.keyboardModule&&(this.keyboardModule=null),this.tooltip&&(this.tooltip=null),this.chart&&(this.chart=null),this.grid&&(this.grid=null),this.commonModule&&(this.commonModule=null),this.pivotChartModule&&(this.pivotChartModule=null),this.pivotButtonModule&&(this.pivotButtonModule=null),this.renderModule&&(this.renderModule=null),this.axisFieldModule&&(this.axisFieldModule=null),this.pdfExportModule&&(this.pdfExportModule=null),this.excelExportModule&&(this.excelExportModule=null),this.drillThroughModule&&(this.drillThroughModule=null),this.clonedDataSet&&(this.clonedDataSet=null),this.clonedReport&&(this.clonedReport=null),this.pagerModule&&(this.pagerModule=null),this.chartExportModule&&(this.chartExportModule=null),this.exportSpecifiedPages&&(this.exportSpecifiedPages=void 0),this.element.innerHTML="",t.removeClass([this.element],f),t.removeClass([this.element],v),t.removeClass([this.element],S),this.globalize=null,this.localeObj=null,this.currentView=null,this.fieldListSpinnerElement=null,this.lastSortInfo=null,this.lastFilterInfo=null,this.lastAggregationInfo=null,this.lastCalcFieldInfo=null,this.lastCellClicked=null,this.lastColumn=null,this.pivotCommon=null,this.virtualDiv=null,this.virtualHeaderDiv=null,this.virtualScrollDiv=null,this.virtualTableDiv=null,this.lastSelectedElement=null},s.prototype.showNumberFormattingDialog=function(){this.allowNumberFormatting&&this.numberFormattingModule.showNumberFormattingDialog()},s.prototype.getValuesHeader=function(e,i){var a=this.dataSourceSettings.values;return"value"===i&&!t.isNullOrUndefined(e.valueSort)&&this.localeObj.getConstant("grandTotal")+this.dataSourceSettings.valueSortSettings.headerDelimiter+e.formattedText===e.valueSort.levelName&&("column"===e.axis&&0===this.dataSourceSettings.columns.length&&"column"===this.dataSourceSettings.valueAxis||"row"===e.axis&&0===this.dataSourceSettings.rows.length&&"row"===this.dataSourceSettings.valueAxis)?this.localeObj.getConstant("total")+" "+this.localeObj.getConstant(this.engineModule.fieldList[e.actualText].aggregateType)+" "+this.localeObj.getConstant("of")+" "+e.formattedText:"grandTotal"===i&&1===a.length&&"row"===this.dataSourceSettings.valueAxis&&e.formattedText===this.localeObj.getConstant("grandTotal")?this.localeObj.getConstant("total")+" "+this.localeObj.getConstant(a[a.length-1].type)+" "+this.localeObj.getConstant("of")+" "+(t.isNullOrUndefined(a[a.length-1].caption)?a[a.length-1].name:a[a.length-1].caption):e.formattedText},s.prototype.setColumnWidth=function(e,t){e.autoFit||("auto"!==e.width?e.width=this.renderModule.lastColumn&&e.field===this.renderModule.lastColumn.field?t-3:t:e.minWidth=t)},Pt([t.Property("USD")],s.prototype,"currencyCode",void 0),Pt([t.Property(!1)],s.prototype,"showFieldList",void 0),Pt([t.Complex({},De)],s.prototype,"gridSettings",void 0),Pt([t.Complex({},xt)],s.prototype,"chartSettings",void 0),Pt([t.Complex({},It)],s.prototype,"groupingBarSettings",void 0),Pt([t.Complex({},At)],s.prototype,"hyperlinkSettings",void 0),Pt([t.Complex({},Rt)],s.prototype,"pageSettings",void 0),Pt([t.Complex({},kt)],s.prototype,"pagerSettings",void 0),Pt([t.Complex({},we)],s.prototype,"dataSourceSettings",void 0),Pt([t.Complex({},Ft)],s.prototype,"editSettings",void 0),Pt([t.Complex({},jt)],s.prototype,"displayOption",void 0),Pt([t.Complex({},Ht)],s.prototype,"virtualScrollSettings",void 0),Pt([t.Property()],s.prototype,"pivotValues",void 0),Pt([t.Property(!1)],s.prototype,"showGroupingBar",void 0),Pt([t.Property(!0)],s.prototype,"showTooltip",void 0),Pt([t.Property(!1)],s.prototype,"showToolbar",void 0),Pt([t.Property([])],s.prototype,"toolbar",void 0),Pt([t.Property(!1)],s.prototype,"showValuesButton",void 0),Pt([t.Property(!1)],s.prototype,"allowCalculatedField",void 0),Pt([t.Property(!1)],s.prototype,"enableFieldSearching",void 0),Pt([t.Property(!1)],s.prototype,"enableValueSorting",void 0),Pt([t.Property(!1)],s.prototype,"allowConditionalFormatting",void 0),Pt([t.Property(!1)],s.prototype,"allowNumberFormatting",void 0),Pt([t.Property("auto")],s.prototype,"height",void 0),Pt([t.Property("auto")],s.prototype,"width",void 0),Pt([t.Property(!1)],s.prototype,"allowExcelExport",void 0),Pt([t.Property(!1)],s.prototype,"enableVirtualization",void 0),Pt([t.Property(!1)],s.prototype,"enablePaging",void 0),Pt([t.Property(!1)],s.prototype,"allowDrillThrough",void 0),Pt([t.Property(!1)],s.prototype,"allowPdfExport",void 0),Pt([t.Property(!1)],s.prototype,"allowDeferLayoutUpdate",void 0),Pt([t.Property(!1)],s.prototype,"allowDataCompression",void 0),Pt([t.Property(1e3)],s.prototype,"maxNodeLimitInMemberEditor",void 0),Pt([t.Property(1e4)],s.prototype,"maxRowsInDrillThrough",void 0),Pt([t.Property(!0)],s.prototype,"loadOnDemandInMemberEditor",void 0),Pt([t.Property(!1)],s.prototype,"enableHtmlSanitizer",void 0),Pt([t.Property()],s.prototype,"cellTemplate",void 0),Pt([t.Property()],s.prototype,"toolbarTemplate",void 0),Pt([t.Property()],s.prototype,"tooltipTemplate",void 0),Pt([t.Property()],s.prototype,"spinnerTemplate",void 0),Pt([t.Property(!1)],s.prototype,"allowGrouping",void 0),Pt([t.Property(!0)],s.prototype,"exportAllPages",void 0),Pt([t.Property(["Sum","Count","DistinctCount","Product","Min","Max","Avg","Median","Index","PopulationVar","SampleVar","PopulationStDev","SampleStDev","RunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"])],s.prototype,"aggregateTypes",void 0),Pt([t.Property(["Column","Bar","Line","Area","Scatter","Polar","StackingColumn","StackingArea","StackingBar","StackingLine","StepLine","StepArea","SplineArea","Spline","StackingColumn100","StackingBar100","StackingArea100","StackingLine100","Bubble","Pareto","Radar","Pie","Doughnut","Funnel","Pyramid"])],s.prototype,"chartTypes",void 0),Pt([t.Property("")],s.prototype,"cssClass",void 0),Pt([t.Event()],s.prototype,"queryCellInfo",void 0),Pt([t.Event()],s.prototype,"headerCellInfo",void 0),Pt([t.Event()],s.prototype,"resizing",void 0),Pt([t.Event()],s.prototype,"resizeStop",void 0),Pt([t.Event()],s.prototype,"pdfHeaderQueryCellInfo",void 0),Pt([t.Event()],s.prototype,"pdfQueryCellInfo",void 0),Pt([t.Event()],s.prototype,"excelHeaderQueryCellInfo",void 0),Pt([t.Event()],s.prototype,"excelQueryCellInfo",void 0),Pt([t.Event()],s.prototype,"columnDragStart",void 0),Pt([t.Event()],s.prototype,"columnDrag",void 0),Pt([t.Event()],s.prototype,"columnDrop",void 0),Pt([t.Event()],s.prototype,"beforePdfExport",void 0),Pt([t.Event()],s.prototype,"beforeExcelExport",void 0),Pt([t.Event()],s.prototype,"beforeColumnsRender",void 0),Pt([t.Event()],s.prototype,"selected",void 0),Pt([t.Event()],s.prototype,"selecting",void 0),Pt([t.Event()],s.prototype,"cellDeselected",void 0),Pt([t.Event()],s.prototype,"rowSelected",void 0),Pt([t.Event()],s.prototype,"rowDeselected",void 0),Pt([t.Event()],s.prototype,"chartTooltipRender",void 0),Pt([t.Event()],s.prototype,"chartLegendClick",void 0),Pt([t.Event()],s.prototype,"beforePrint",void 0),Pt([t.Event()],s.prototype,"animationComplete",void 0),Pt([t.Event()],s.prototype,"legendRender",void 0),Pt([t.Event()],s.prototype,"textRender",void 0),Pt([t.Event()],s.prototype,"pointRender",void 0),Pt([t.Event()],s.prototype,"seriesRender",void 0),Pt([t.Event()],s.prototype,"chartMouseMove",void 0),Pt([t.Event()],s.prototype,"chartMouseClick",void 0),Pt([t.Event()],s.prototype,"pointMove",void 0),Pt([t.Event()],s.prototype,"chartMouseLeave",void 0),Pt([t.Event()],s.prototype,"chartMouseDown",void 0),Pt([t.Event()],s.prototype,"chartMouseUp",void 0),Pt([t.Event()],s.prototype,"dragComplete",void 0),Pt([t.Event()],s.prototype,"zoomComplete",void 0),Pt([t.Event()],s.prototype,"scrollStart",void 0),Pt([t.Event()],s.prototype,"scrollEnd",void 0),Pt([t.Event()],s.prototype,"scrollChanged",void 0),Pt([t.Event()],s.prototype,"multiLevelLabelRender",void 0),Pt([t.Event()],s.prototype,"chartLoaded",void 0),Pt([t.Event()],s.prototype,"chartLoad",void 0),Pt([t.Event()],s.prototype,"chartResized",void 0),Pt([t.Event()],s.prototype,"chartAxisLabelRender",void 0),Pt([t.Event()],s.prototype,"multiLevelLabelClick",void 0),Pt([t.Event()],s.prototype,"chartPointClick",void 0),Pt([t.Event()],s.prototype,"contextMenuClick",void 0),Pt([t.Event()],s.prototype,"contextMenuOpen",void 0),Pt([t.Event()],s.prototype,"onPdfCellRender",void 0),Pt([t.Event()],s.prototype,"saveReport",void 0),Pt([t.Event()],s.prototype,"fetchReport",void 0),Pt([t.Event()],s.prototype,"loadReport",void 0),Pt([t.Event()],s.prototype,"renameReport",void 0),Pt([t.Event()],s.prototype,"removeReport",void 0),Pt([t.Event()],s.prototype,"newReport",void 0),Pt([t.Event()],s.prototype,"toolbarRender",void 0),Pt([t.Event()],s.prototype,"toolbarClick",void 0),Pt([t.Event()],s.prototype,"load",void 0),Pt([t.Event()],s.prototype,"enginePopulating",void 0),Pt([t.Event()],s.prototype,"enginePopulated",void 0),Pt([t.Event()],s.prototype,"onFieldDropped",void 0),Pt([t.Event()],s.prototype,"fieldDrop",void 0),Pt([t.Event()],s.prototype,"fieldDragStart",void 0),Pt([t.Event()],s.prototype,"dataBound",void 0),Pt([t.Event()],s.prototype,"created",void 0),Pt([t.Event()],s.prototype,"destroyed",void 0),Pt([t.Event()],s.prototype,"beforeExport",void 0),Pt([t.Event()],s.prototype,"exportComplete",void 0),Pt([t.Event()],s.prototype,"conditionalFormatting",void 0),Pt([t.Event()],s.prototype,"memberFiltering",void 0),Pt([t.Event()],s.prototype,"cellClick",void 0),Pt([t.Event()],s.prototype,"drillThrough",void 0),Pt([t.Event()],s.prototype,"editCompleted",void 0),Pt([t.Event()],s.prototype,"beginDrillThrough",void 0),Pt([t.Event()],s.prototype,"hyperlinkCellClick",void 0),Pt([t.Event()],s.prototype,"cellSelecting",void 0),Pt([t.Event()],s.prototype,"drill",void 0),Pt([t.Event()],s.prototype,"cellSelected",void 0),Pt([t.Event()],s.prototype,"chartSeriesCreated",void 0),Pt([t.Event()],s.prototype,"aggregateCellInfo",void 0),Pt([t.Event()],s.prototype,"fieldListRefreshed",void 0),Pt([t.Event()],s.prototype,"memberEditorOpen",void 0),Pt([t.Event()],s.prototype,"calculatedFieldCreate",void 0),Pt([t.Event()],s.prototype,"numberFormatting",void 0),Pt([t.Event()],s.prototype,"aggregateMenuOpen",void 0),Pt([t.Event()],s.prototype,"fieldRemove",void 0),Pt([t.Event()],s.prototype,"beforeServiceInvoke",void 0),Pt([t.Event()],s.prototype,"afterServiceInvoke",void 0),Pt([t.Event()],s.prototype,"actionBegin",void 0),Pt([t.Event()],s.prototype,"actionComplete",void 0),Pt([t.Event()],s.prototype,"actionFailure",void 0),Pt([t.Event()],s.prototype,"onHeadersSort",void 0),s=Pt([t.NotifyPropertyChanges],s)}(t.Component),Vt=function(){function e(){}return e.getClonedPivotValues=function(e){for(var t=[],i=0;i<e.length;i++)if(e[i]){t[i]=[];for(var a=0;a<e[i].length;a++)e[i][a]&&(t[i][a]=this.getClonedPivotValueObj(e[i][a]))}return t},e.getClonedPivotValueObj=function(e){var t=0,i={};if(null!==e&&void 0!==e)for(var a=Object.keys(e);t<a.length;)i[a[t]]=e[a[t]],t++;else i=e;return i},e.isContainCommonElements=function(e,t){for(var i=0,a=e.length;i<a;i++)for(var r=0,n=t.length;r<n;r++)if(t[r]===e[i])return!0;return!1},e}(),Ut=function(){function e(e){this.actualrCnt=0,this.parent=e,this.rows=[]}return e.prototype.getModuleName=function(){return"excelExport"},e.prototype.addHeaderAndFooter=function(e,i,a,r){this.rows||(this.rows=[]);var n=[];if(t.isNullOrUndefined(e.rows))""!==i&&("footer"===a&&this.actualrCnt++,n.push({index:1,value:i}),this.rows.push({index:this.actualrCnt+1,cells:n}),this.actualrCnt="header"===a?this.actualrCnt+2:this.actualrCnt);else{this.actualrCnt="footer"===a?this.actualrCnt+r-e.rows[0].cells.length:this.actualrCnt;for(var s=e.rows,o=0;o<s.length;o++){var l=0;n=[];for(var d=s[o],p=0;p<d.cells.length;p++)n.push({index:l+1,value:d.cells[p].value,colSpan:d.cells[p].colSpan,rowSpan:d.cells[p].rowSpan,style:d.cells[p].style}),l+=n[p].colSpan;this.actualrCnt++,this.rows.push({index:this.actualrCnt,cells:n})}this.actualrCnt="header"===a?r:this.actualrCnt}},e.prototype.exportToExcel=function(e,i,a){this.rows=[],this.actualrCnt=0;var r=!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(i.header),n=!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(i.footer),s=!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(i.fileName);this.engine="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule;var o,l=Vt.getClonedPivotValues(this.engine.pivotValues),d=s?i.fileName:"CSV"===e?"default.csv":"default.xlsx";if(this.parent.exportAllPages&&(this.parent.enableVirtualization||this.parent.enablePaging)){var p=this.engine.pageSettings,h=void 0;this.engine.isPagingOrVirtualizationEnabled=!1,"olap"===this.parent.dataType?(this.updateOlapPageSettings(!0),h=this.parent.olapEngineModule.mdxQuery.slice(0)):this.engine.pageSettings=null,this.engine.generateGridData(this.parent.dataSourceSettings,!0,!0),this.parent.applyFormatting(this.engine.pivotValues),o=Vt.getClonedPivotValues(this.engine.pivotValues),this.engine.pivotValues=l,this.engine.pageSettings=p,this.engine.isPagingOrVirtualizationEnabled=!0,"olap"===this.parent.dataType&&(this.updateOlapPageSettings(!1),this.parent.olapEngineModule.mdxQuery=h)}else o=l;var u,c,g,f,v={fileName:d,header:"",footer:"",dataCollections:[o],excelExportProperties:i};this.parent.trigger("beforeExport",v,function(e){u=e.fileName,c=e.header,g=e.footer,f=e.dataCollections}),!r&&t.isNullOrUndefined(v.excelExportProperties)&&""!==c?this.addHeaderAndFooter({},c,"header",void 0):t.isNullOrUndefined(v.excelExportProperties)||t.isNullOrUndefined(v.excelExportProperties.header)||this.addHeaderAndFooter(v.excelExportProperties.header,"","header",v.excelExportProperties.header.headerRows);for(var S=[],y=0;y<f.length;y++){for(var b=f[y],C=0,x=b.length,w=this.parent.renderModule.getFormatList(),T=0,M=0;M<x;M++)if(b[M]){this.actualrCnt++,C=b[M].length;for(var D=[],O=0;O<C;O++)if(b[M][O]){var P=b[M][O],N="row"===this.parent.dataSourceSettings.valueAxis&&"olap"===this.parent.dataType&&P.rowOrdinal&&this.engine.tupRowInfo[P.rowOrdinal]?this.engine.tupRowInfo[P.rowOrdinal].measureName:P.actualText,E="row"===P.axis?{hAlign:"Left",bold:!0,wrapText:!0}:{numberFormat:w[N],bold:!1,wrapText:!0},I={bold:!0,vAlign:"Center",wrapText:!0,indent:0===O?10*P.level:0};if(-1!==P.level||P.rowSpan){var F=this.engine.aggregatedValueMatrix,L="value"===P.axis?F[M]&&F[M][O]?F[M][O]:"#DIV/0!"===P.formattedText?P.formattedText:P.value:P.formattedText,A=0===this.parent.dataSourceSettings.rows.length&&"row"===this.parent.dataSourceSettings.valueAxis||0===this.parent.dataSourceSettings.columns.length&&"column"===this.parent.dataSourceSettings.valueAxis;if(L="grand sum"!==P.type||1===this.parent.dataSourceSettings.values.length&&"row"===this.parent.dataSourceSettings.valueAxis&&"column"===P.axis?"sum"===P.type?L.toString().replace("Total",this.parent.localeObj.getConstant("total")):!t.isNullOrUndefined(P.valueSort)&&this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+P.formattedText===P.valueSort.levelName&&A?this.parent.getValuesHeader(P,"value"):L:A?this.parent.getValuesHeader(P,"grandTotal"):this.parent.localeObj.getConstant("grandTotal"),(-1!==P.level||P.rowSpan)&&0!==P.rowSpan){D.push({index:O+1,value:L,colSpan:P.colSpan,rowSpan:-1===P.rowSpan?1:P.rowSpan});var R=D[D.length-1];if("value"===P.axis)(isNaN(P.value)||""===P.formattedText||void 0===P.formattedText||t.isNullOrUndefined(P.value))&&(R.value="Excel"===e?null:""),E.numberFormat="string"==typeof L?void 0:E.numberFormat,R.style=E;else if(R.style=I,"row"===P.axis&&(this.parent.isTabular?O<this.parent.engineModule.rowMaxLevel+1:0===O))if(R.style=E,"olap"===this.parent.dataType){var k=this.parent.renderModule.indentCollection[M];R.style.indent=2*k,T=T>k?T:k}else{var j=P.valueSort?P.valueSort.levelName.toString():"",H=P.actualText?P.actualText.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length:0,q=j.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-(H?H-1:H),V=q?q-1:0;R.style.indent=2*V,T=V>T?V:T}(P.style||R.style.backColor||R.style.fontColor||R.style.fontName||R.style.fontSize)&&(R.style.backColor=R.style.backColor?R.style.backColor:P.style.backgroundColor,R.style.fontColor=R.style.fontColor?R.style.fontColor:P.style.color,R.style.fontName=R.style.fontName?R.style.fontName:P.style.fontFamily,t.isNullOrUndefined(R.style.fontSize)&&t.isNullOrUndefined(P.style.fontSize)||(R.style.fontSize=t.isNullOrUndefined(R.style.fontSize)?Number(P.style.fontSize.split("px")[0]):Number(R.style.fontSize))),R.style.borders={color:"#000000",lineStyle:"thin"};var U=void 0,_=void 0;"column"===P.axis?(U={style:I,cell:P},this.parent.trigger("excelHeaderQueryCellInfo",U)):(_={style:E,cell:P,column:void 0,data:b,value:L},this.parent.trigger("excelQueryCellInfo",_)),R.value="column"===P.axis?U.cell.formattedText:_.value,R.style="column"===P.axis?U.style:_.style}}O+=P.colSpan?P.colSpan-1:0}else{P={formattedText:"",colSpan:1,rowSpan:1};0===M&&0===O&&(P.colSpan=b[0].length-this.engine.columnCount,P.rowSpan=Object.keys(b).length-this.engine.rowCount);U=void 0;P&&(U={style:{borders:{color:"#000000",lineStyle:"thin"}},cell:P},this.parent.trigger("excelHeaderQueryCellInfo",U));var B=U.cell;D.push({index:O+1,colSpan:B.colSpan,rowSpan:B.rowSpan,value:P.formattedText,style:U.style})}this.rows.push({index:this.actualrCnt,cells:D})}n?this.addHeaderAndFooter(i.footer,"","footer",i.footer.footerRows):!n&&""!==g&&t.isNullOrUndefined(v.excelExportProperties)?this.addHeaderAndFooter({},g,"footer",void 0):t.isNullOrUndefined(v.excelExportProperties)||t.isNullOrUndefined(v.excelExportProperties.footer)||this.addHeaderAndFooter(v.excelExportProperties.footer,"","footer",v.excelExportProperties.footer.footerRows);for(var G=[],O=0;O<C;O++)G.push({index:O+1,width:100});T>0&&(G[0].width=100+20*T),S.push({columns:G,rows:this.rows})}var z,W=new m.Workbook({worksheets:S},"Excel"===e?"xlsx":"csv",void 0,this.parent.currencyCode),Q=u.split(".").pop();a?z=W.saveAsBlob("xlsx"===Q||"Excel"===e?"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"text/csv"):W.save("xlsx"===Q||"csv"===Q?u:u+("Excel"===e?".xlsx":".csv"));var Y={type:e,promise:a?z:null};this.parent.trigger("exportComplete",Y)},e.prototype.updateOlapPageSettings=function(e){this.parent.olapEngineModule.isExporting=!!e,this.parent.exportSpecifiedPages?this.parent.olapEngineModule.exportSpeciedPages=this.parent.exportSpecifiedPages=e?this.parent.exportSpecifiedPages:void 0:(this.parent.olapEngineModule.pageSettings=e?null:this.parent.olapEngineModule.pageSettings,this.parent.olapEngineModule.isPaging=!e)},e.prototype.destroy=function(){this.rows=[],this.actualrCnt=0,this.engine&&(this.engine=null),this.rows&&(this.rows=null)},e}(),_t=function(){function e(e){this.createdDocuments=[],this.drawPosition={xPosition:0,yPosition:0},this.parent=e,this.pdfExportHelper=new Mt}return e.prototype.getModuleName=function(){return"pdfExport"},e.prototype.addPage=function(e,i){-1===this.createdDocuments.indexOf(e.document)&&this.createdDocuments.push(e.document),i=i||this.exportProperties.pdfExportProperties;var r=e.document.sections.add(),n=e.document.pageSettings.height,s=e.document.pageSettings.width;if(this.exportProperties.width||this.exportProperties.height?(e.document.pageSettings.orientation=this.exportProperties.width>this.exportProperties.height||!this.exportProperties.height&&this.exportProperties.width>n||!this.exportProperties.width&&s>this.exportProperties.height?a.PdfPageOrientation.Landscape:a.PdfPageOrientation.Portrait,e.document.pageSettings.size=new a.SizeF(this.exportProperties.width?this.exportProperties.width:s,this.exportProperties.height?this.exportProperties.height:n)):(e.document.pageSettings.orientation=0===this.exportProperties.orientation||this.exportProperties.orientation?this.exportProperties.orientation:t.isNullOrUndefined(i)||t.isNullOrUndefined(i.pageOrientation)?a.PdfPageOrientation.Landscape:"Landscape"===i.pageOrientation?a.PdfPageOrientation.Landscape:a.PdfPageOrientation.Portrait,t.isNullOrUndefined(i)||t.isNullOrUndefined(i.pageSize)||(e.document.pageSettings.size=B.getPageSize(i.pageSize))),!t.isNullOrUndefined(this.exportProperties.pdfMargins)){var o=e.document.pageSettings.margins;o.top=t.isNullOrUndefined(this.exportProperties.pdfMargins.top)?o.top:this.exportProperties.pdfMargins.top,o.bottom=t.isNullOrUndefined(this.exportProperties.pdfMargins.bottom)?o.bottom:this.exportProperties.pdfMargins.bottom,o.left=t.isNullOrUndefined(this.exportProperties.pdfMargins.left)?o.left:this.exportProperties.pdfMargins.left,o.right=t.isNullOrUndefined(this.exportProperties.pdfMargins.right)?o.right:this.exportProperties.pdfMargins.right}r.setPageSettings(e.document.pageSettings);var l=r.pages.add();return t.isNullOrUndefined(i)||t.isNullOrUndefined(i.header)||this.pdfExportHelper.drawHeader(i,e.document),t.isNullOrUndefined(i)||t.isNullOrUndefined(i.footer)||this.pdfExportHelper.drawFooter(i,e.document),l},e.prototype.getFontStyle=function(e){var i=a.PdfFontStyle.Regular;return!t.isNullOrUndefined(e)&&e.bold&&(i|=a.PdfFontStyle.Bold),!t.isNullOrUndefined(e)&&e.italic&&(i|=a.PdfFontStyle.Italic),!t.isNullOrUndefined(e)&&e.underline&&(i|=a.PdfFontStyle.Underline),!t.isNullOrUndefined(e)&&e.strikeout&&(i|=a.PdfFontStyle.Strikeout),i},e.prototype.getBorderStyle=function(e){var i=new a.PdfBorders;if(t.isNullOrUndefined(e)){var r=new a.PdfColor(234,234,234);i.all=new a.PdfPen(r)}else{var n=e.width,s=t.isNullOrUndefined(n)||"number"!=typeof n?void 0:.75*n,o=new a.PdfColor(196,196,196);if(!t.isNullOrUndefined(e.color)){var l=this.pdfExportHelper.hexDecToRgb(e.color);o=new a.PdfColor(l.r,l.g,l.b)}var d=new a.PdfPen(o,s);t.isNullOrUndefined(e.dashStyle)||(d.dashStyle=this.pdfExportHelper.getDashStyle(e.dashStyle)),i.all=d}return i},e.prototype.getStyle=function(){var e=new a.PdfBorders;if(t.isNullOrUndefined(this.gridStyle))return{brush:new a.PdfSolidBrush(new a.PdfColor),border:e,font:void 0};var i=t.isNullOrUndefined(this.gridStyle.header.fontName)?a.PdfFontFamily.Helvetica:this.getFontFamily(this.gridStyle.header.fontName),r=this.getFontStyle(this.gridStyle.header),n=t.isNullOrUndefined(this.gridStyle.header.fontSize)?10.5:this.gridStyle.header.fontSize,s=new a.PdfColor;if(!t.isNullOrUndefined(this.gridStyle.header.fontColor)){var o=this.pdfExportHelper.hexDecToRgb(this.gridStyle.header.fontColor);s=new a.PdfColor(o.r,o.g,o.b)}var l=new a.PdfStandardFont(i,n,r);return t.isNullOrUndefined(this.gridStyle.header.font)||(l=this.gridStyle.header.font),{border:this.getBorderStyle(this.gridStyle.header.border),font:l,brush:new a.PdfSolidBrush(s)}},e.prototype.setRecordThemeStyle=function(e,i){if(!t.isNullOrUndefined(this.gridStyle)&&!t.isNullOrUndefined(this.gridStyle.record)){var r=t.isNullOrUndefined(this.gridStyle.record.fontName)?a.PdfFontFamily.Helvetica:this.getFontFamily(this.gridStyle.record.fontName),n=t.isNullOrUndefined(this.gridStyle.record.fontSize)?9.75:this.gridStyle.record.fontSize,s=this.getFontStyle(this.gridStyle.record),o=new a.PdfStandardFont(r,n,s);t.isNullOrUndefined(this.gridStyle.record.font)||(o=this.gridStyle.record.font),e.style.setFont(o);var l=new a.PdfColor;if(!t.isNullOrUndefined(this.gridStyle.record.fontColor)){var d=this.pdfExportHelper.hexDecToRgb(this.gridStyle.record.fontColor);l=new a.PdfColor(d.r,d.g,d.b)}e.style.setTextBrush(new a.PdfSolidBrush(l))}var p=this.gridStyle&&this.gridStyle.record&&this.gridStyle.record.border?this.getBorderStyle(this.gridStyle.record.border):i;return e.style.setBorder(p),e},e.prototype.exportToPDF=function(e,i,r,n){var s,o=this;this.engine="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,this.gridStyle=t.isNullOrUndefined(this.exportProperties.pdfExportProperties)?void 0:this.exportProperties.pdfExportProperties.theme;var l=this.applyEvent();t.isNullOrUndefined(r)||(l.document=r);var d=this.getStyle(),p=t.isNullOrUndefined(this.exportProperties)||t.isNullOrUndefined(this.exportProperties.fileName)?t.isNullOrUndefined(e)||t.isNullOrUndefined(e.fileName)?"default":e.fileName:this.exportProperties.fileName,h=100+20*(this.parent.renderModule.maxIndent?this.parent.renderModule.maxIndent:5),u=Math.floor((540-h)/90)+1,c=0,g=l.args.pivotValues[c];(this.exportProperties.columnSize||this.exportProperties.width||this.exportProperties.height)&&(u=this.exportProperties.columnSize>0?this.exportProperties.columnSize:g[0].length),this.exportProperties.allowRepeatHeader=!0===this.exportProperties.allowRepeatHeader||t.isNullOrUndefined(this.exportProperties.allowRepeatHeader);var m,f=!!this.exportProperties.allowRepeatHeader&&this.exportProperties.allowRepeatHeader&&u>1;this.parent.isTabular&&(u=(m=this.parent.engineModule.rowMaxLevel)+1<u?u:m+2);for(var v=0;f&&v<g.length;v++)for(var S=u;g[v]&&S<g[v].length;S+=u){var y=this.parent.isTabular?g[v].slice(0,m+1):[g[v][0]];(s=g[v]).splice.apply(s,[S,0].concat(y))}var b=g&&g.length>0?g[0].length:0,C=0;do{t.isNullOrUndefined(e)||(this.exportProperties.header=t.isNullOrUndefined(e.header)||t.isNullOrUndefined(e.header.contents)||t.isNullOrUndefined(e.header.contents[0].value)?this.exportProperties.header:e.header.contents[0].value,this.exportProperties.footer=t.isNullOrUndefined(e.footer)||t.isNullOrUndefined(e.footer.contents)||t.isNullOrUndefined(e.footer.contents[0].value)?this.exportProperties.footer:e.footer.contents[0].value);var x=this.addPage(l,e),w=new a.PdfGrid,T=u>0?u:5;if(g&&g.length>0){w.columns.add(g[0].length-C>=T?T:g[0].length-C);for(var M=g.length,D=0,O=0,P=0,N=0;N<M;N++)if(g[N]){var E=!(g[N][0]&&"row"===g[N][0].axis),I=g[N].length>C+T?C+T:g[N].length,F=0;E&&w.headers.add(1);var L=E?w.headers.getHeader(D):w.rows.addRow();E?(L.style.setBorder(d.border),d.font&&L.style.setFont(d.font),L.style.setTextBrush(d.brush)):this.setRecordThemeStyle(L,d.border);for(var A=0,R=!0,k=C;k<I;k++){var j=!1;if(g[N][k]&&0!==g[N][k].rowSpan){var H=(V=g[N][k]).formattedText;H=0===this.parent.dataSourceSettings.rows.length||0===this.parent.dataSourceSettings.columns.length?this.parent.getValuesHeader(V,"value"):H,H="grand sum"===V.type?0===this.parent.dataSourceSettings.rows.length||0===this.parent.dataSourceSettings.columns.length?this.parent.getValuesHeader(V,"grandTotal"):this.parent.localeObj.getConstant("grandTotal"):"sum"===V.type?H.toString().replace("Total",this.parent.localeObj.getConstant("total")):H,(-1!==V.level||V.rowSpan)&&((-1!==V.level||V.rowSpan)&&(L.cells.getCell(A).columnSpan=V.colSpan?T-A<V.colSpan?T-A:V.colSpan:1,(E&&V.rowSpan&&V.rowSpan>1||!E&&V.rowSpan&&V.rowSpan>1&&this.parent.isTabular)&&(L.cells.getCell(A).rowSpan=V.rowSpan?V.rowSpan:1),L.cells.getCell(A).value=H?H.toString():""),""!==H&&(R=!1)),O=V.level>O?V.level:O,j="value"===V.axis,k+=L.cells.getCell(A).columnSpan?L.cells.getCell(A).columnSpan-1:0,A+=L.cells.getCell(A).columnSpan?L.cells.getCell(A).columnSpan-1:0,V.style&&(L=this.applyStyle(L,V,A));q={style:void 0,pivotCell:V,cell:L.cells.getCell(A),column:w.columns.getColumn(A)};this.parent.trigger("onPdfCellRender",q),"column"===V.axis?(q={style:q.style,cell:q.cell,gridCell:q.pivotCell},this.parent.trigger("pdfHeaderQueryCellInfo",q),L.cells.getCell(A).value=q.gridCell.formattedText?q.gridCell.formattedText:H):(q={style:q.style,cell:q.cell,column:void 0,data:q.pivotCell,value:H},this.parent.trigger("pdfQueryCellInfo",q),L.cells.getCell(A).value=q.value?q.value:H),q.style&&this.processCellStyle(L.cells.getCell(A),q)}else{var q={style:void 0,pivotCell:void 0,cell:L.cells.getCell(A),column:w.columns.getColumn(A)};this.parent.trigger("onPdfCellRender",q),P=q.column.width;var V={formattedText:""};"column"===V.axis&&(q={style:q.style,cell:q.cell,gridCell:q.pivotCell},this.parent.trigger("pdfHeaderQueryCellInfo",q)),q.style&&this.processCellStyle(L.cells.getCell(A),q),L.cells.getCell(A).value="",this.parent.isTabular&&0===F?(0===k&&E&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0?(w.headers.getHeader(0).cells.getCell(0).rowSpan=Object.keys(this.engine.headerContent).length+1,w.headers.getHeader(0).cells.getCell(0).columnSpan=this.parent.engineModule.rowMaxLevel+1):0!==k&&E&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0&&w.headers.getHeader(0).cells.getCell(0).rowSpan<Object.keys(this.engine.headerContent).length&&(w.headers.getHeader(0).cells.getCell(0).rowSpan=Object.keys(this.engine.headerContent).length,w.headers.getHeader(0).cells.getCell(0).columnSpan=this.parent.engineModule.rowMaxLevel+1),F++):0===k&&E&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0?w.headers.getHeader(0).cells.getCell(0).rowSpan++:0!==k&&E&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0&&w.headers.getHeader(0).cells.getCell(0).rowSpan<Object.keys(this.engine.headerContent).length&&w.headers.getHeader(0).cells.getCell(0).rowSpan++}var U=new a.PdfStringFormat;if("olap"===this.parent.dataType){var _=!E&&0===A&&g[N][k]?this.parent.renderModule.indentCollection[g[N][k].rowIndex]:0;U.paragraphIndent=15*_,O=O>_?O:_}else if(U.paragraphIndent=0,!E&&0===A&&g[N][k]&&-1!==g[N][k].level){var B=g[N][k],G=B.valueSort?B.valueSort.levelName.toString():"",z=B.actualText?B.actualText.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length:0,W=G.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-(z?z-1:z),Q=W?W-1:0;U.paragraphIndent=10*Q}U.alignment=j?a.PdfTextAlignment.Right:a.PdfTextAlignment.Left,U.lineAlignment=a.PdfVerticalAlignment.Middle,L.cells.getCell(A).style.stringFormat=U,A++}R&&(L.height=16),D++}w.columns.getColumn(0).width=P>0?P:100+20*O}0===C&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0&&w.headers.getHeader(0).cells.getCell(0).rowSpan--,w.draw(x,new a.PointF(this.drawPosition.xPosition,this.drawPosition.yPosition)),(C+=T)>=b&&l.args.pivotValues.length>c+1&&(c++,b=(g=l.args.pivotValues[c])&&g.length>0?g[0].length:0,C=0)}while(C<b);return new Promise(function(e){var t;n||i?n&&(t=l.document.save()):(l.document.save(p+".pdf"),l.document.destroy());var a={type:"PDF",promise:n?t:null};o.parent.trigger("exportComplete",a),e(l.document)})},e.prototype.applyStyle=function(e,t,i){var r=this.parent.conditionalFormattingModule.hexToRgb(t.style.backgroundColor),n=new a.PdfSolidBrush(new a.PdfColor(r.r,r.g,r.b));e.cells.getCell(i).style.backgroundBrush=n;var s=Number(t.style.fontSize.split("px")[0]),o=new a.PdfStandardFont(a.PdfFontFamily.TimesRoman,s,a.PdfFontStyle.Regular);return e.cells.getCell(i).style.font=o,r=this.parent.conditionalFormattingModule.hexToRgb(t.style.color),n=new a.PdfSolidBrush(new a.PdfColor(r.r,r.g,r.b)),e.cells.getCell(i).style.textBrush=n,e},e.prototype.getFontFamily=function(e){switch(e){case"TimesRoman":return 2;case"Courier":return 1;case"Symbol":return 3;case"ZapfDingbats":return 4;default:return 0}},e.prototype.getFont=function(e){if(e.style.font)return e.style.font;var i=e.cell.cellStyle.font&&e.cell.cellStyle.font.fontSize?e.cell.cellStyle.font.fontSize:t.isNullOrUndefined(e.style.fontSize)?9.75:.75*e.style.fontSize,r=t.isNullOrUndefined(e.style.fontFamily)?a.PdfFontFamily.TimesRoman:this.getFontFamily(e.style.fontFamily),n=a.PdfFontStyle.Regular;return!t.isNullOrUndefined(e.style.bold)&&e.style.bold&&(n|=a.PdfFontStyle.Bold),!t.isNullOrUndefined(e.style.italic)&&e.style.italic&&(n|=a.PdfFontStyle.Italic),!t.isNullOrUndefined(e.style.underline)&&e.style.underline&&(n|=a.PdfFontStyle.Underline),!t.isNullOrUndefined(e.style.strikeout)&&e.style.strikeout&&(n|=a.PdfFontStyle.Strikeout),new a.PdfStandardFont(r,i,n)},e.prototype.processCellStyle=function(e,i){if(!t.isNullOrUndefined(i.style.backgroundColor)){var r=this.pdfExportHelper.hexDecToRgb(i.style.backgroundColor);e.style.backgroundBrush=new a.PdfSolidBrush(new a.PdfColor(r.r,r.g,r.b))}if(!t.isNullOrUndefined(i.style.textBrushColor)){var n=this.pdfExportHelper.hexDecToRgb(i.style.textBrushColor);e.style.textBrush=new a.PdfSolidBrush(new a.PdfColor(n.r,n.g,n.b))}if(!t.isNullOrUndefined(i.style.textPenColor)){var s=this.pdfExportHelper.hexDecToRgb(i.style.textPenColor);e.style.textPen=new a.PdfPen(new a.PdfColor(s.r,s.g,s.b))}if(t.isNullOrUndefined(i.style.fontFamily)&&t.isNullOrUndefined(i.style.fontSize)&&t.isNullOrUndefined(i.style.bold)&&t.isNullOrUndefined(i.style.italic)&&t.isNullOrUndefined(i.style.underline)&&t.isNullOrUndefined(i.style.strikeout)||(e.style.font=this.getFont(i)),!t.isNullOrUndefined(i.style.border)){var o=new a.PdfBorders,l=i.style.border.width,d=t.isNullOrUndefined(l)||"number"!=typeof l?void 0:.75*l,p=new a.PdfColor(196,196,196);if(!t.isNullOrUndefined(i.style.border.color)){var h=this.pdfExportHelper.hexDecToRgb(i.style.border.color);p=new a.PdfColor(h.r,h.g,h.b)}var u=new a.PdfPen(p,d);t.isNullOrUndefined(i.style.border.dashStyle)||(u.dashStyle=this.pdfExportHelper.getDashStyle(i.style.border.dashStyle)),o.all=u,e.style.borders=o}},e.prototype.applyEvent=function(){var e,t,i=Vt.getClonedPivotValues(this.engine.pivotValues);if(this.parent.exportAllPages&&(this.parent.enableVirtualization||this.parent.enablePaging)&&"Server"!==this.parent.dataSourceSettings.mode){var r=this.engine.pageSettings;this.engine.isPagingOrVirtualizationEnabled=!1,"olap"===this.parent.dataType?(this.updateOlapPageSettings(!0),t=this.parent.olapEngineModule.mdxQuery.slice(0)):this.engine.pageSettings=null,this.engine.generateGridData(this.parent.dataSourceSettings,!0,!0),this.parent.applyFormatting(this.engine.pivotValues),e=Vt.getClonedPivotValues(this.engine.pivotValues),this.engine.pivotValues=i,this.engine.pageSettings=r,this.engine.isPagingOrVirtualizationEnabled=!0,"olap"===this.parent.dataType&&(this.updateOlapPageSettings(!1),this.parent.olapEngineModule.mdxQuery=t)}else e=i;var n={pivotValues:[e]};return this.parent.trigger("enginePopulated",n),this.document=new a.PdfDocument,{document:this.document,args:n}},e.prototype.updateOlapPageSettings=function(e){this.parent.olapEngineModule.isExporting=!!e,this.parent.exportSpecifiedPages?this.parent.olapEngineModule.exportSpeciedPages=this.parent.exportSpecifiedPages=e?this.parent.exportSpecifiedPages:void 0:(this.parent.olapEngineModule.pageSettings=e?null:this.parent.olapEngineModule.pageSettings,this.parent.olapEngineModule.isPaging=!e)},e.prototype.cleanupDocument=function(e){if(e){e.destroy();var t=this.createdDocuments.indexOf(e);-1!==t&&this.createdDocuments.splice(t,1)}},e.prototype.destroy=function(){for(var e=0;e<this.createdDocuments.length;e++)this.cleanupDocument(this.createdDocuments[e]);this.createdDocuments=[],this.document&&(this.cleanupDocument(this.document),this.document=null),this.pdfExportHelper&&(this.pdfExportHelper=null),this.engine&&(this.engine=null),this.exportProperties&&(this.exportProperties=null),this.gridStyle&&(this.gridStyle=null)},e}(),Bt=function(){function e(e){this.uiComponents=[],this.parent=e,this.parent.pagerModule=this,this.addEventListener()}return e.prototype.getModuleName=function(){return"pager"},e.prototype.addEventListener=function(){this.parent.isDestroyed||this.parent.on("init-pivotPager",this.createPager,this)},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(t.isNullOrUndefined(this.parent.pagerSettings.template)&&this.unWireEvent(),this.parent.off("init-pivotPager",this.createPager))},e.prototype.trackUIComponent=function(e,t){t&&"object"==typeof t&&this.uiComponents.push({type:e,instance:t})},e.prototype.createPager=function(){var e=t.select("#"+this.parent.element.id+"pivot-pager",this.parent.element);null!==e&&(t.remove(e),this.destroy(),this.addEventListener());var i=this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber(),a=this.parent.pagerSettings;if(this.parent.enablePaging){var r=t.createElement("div",{id:this.parent.element.id+"pivot-pager",className:"e-pivot-pager "+(this.parent.isAdaptive||i<650?S:"")+" "+(this.parent.enableRtl?v:"")+" "+("Top"===this.parent.pagerSettings.position?" e-pivot-pager-top":" e-pivot-pager-bottom")+" "+(a.enableCompactView||i<400?"e-compact-view":""),styles:"width:"+(this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber())+"px"});this.parent.showFieldList&&t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element)&&"Top"===a.position?this.parent.element.insertBefore(r,t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element)):this.parent.showGroupingBar&&t.select("#"+this.parent.element.id+" .e-pivot-grouping-bar",this.parent.element)&&"Top"===a.position?this.parent.element.insertBefore(r,t.select("#"+this.parent.element.id+" .e-pivot-grouping-bar",this.parent.element)):"Top"===this.parent.pagerSettings.position?this.parent.element.insertBefore(r,t.select("#"+this.parent.element.id+"_grid",this.parent.element)):this.parent.element.append(r);var s=this,d=function(){return s.createPagerContainer()};if(this.pager=new n.Pager({enableRtl:this.parent.enableRtl,locale:this.parent.locale,template:""===a.template||a.template?a.template:t.initializeCSPTemplate(d),cssClass:this.parent.cssClass}),this.pager.isVue=this.parent.isVue,this.pager.appendTo(r),t.isNullOrUndefined(a.template)){if(a.showRowPager){if(!a.enableCompactView&&i>400){var p=new o.NumericTextBox({min:1,max:this.parent.engineModule.rowPageCount,showSpinButton:!1,format:"#",validateDecimalOnType:!0,decimals:0,strictMode:!0,value:this.parent.pageSettings.currentRowPage,enableRtl:this.parent.enableRtl,locale:this.parent.locale,width:i<669?"50px":"64px",change:this.rowPageChange.bind(this),cssClass:this.parent.cssClass});p.appendTo(t.select("#"+this.parent.element.id+"_row_textbox",this.parent.element)),this.trackUIComponent("NumericTextBox",p)}if(a.showRowPageSize){var h=this.parent.pagerSettings.rowPageSizes.slice(0);-1===this.parent.pagerSettings.rowPageSizes.indexOf(this.parent.pageSettings.rowPageSize)&&(h.push(this.parent.pageSettings.rowPageSize),h.sort(function(e,t){return e-t}));var u=new l.DropDownList({dataSource:h,value:this.parent.pageSettings.rowPageSize,enableRtl:this.parent.enableRtl,locale:this.parent.locale,change:this.rowPageSizeChange.bind(this),popupHeight:"300px",popupWidth:"100%",width:"64px",cssClass:this.parent.cssClass});u.appendTo(t.select("#"+this.parent.element.id+"_row_size_list",this.parent.element)),this.trackUIComponent("DropDownList",u)}}if(a.showColumnPager){if(!a.enableCompactView&&i>400){var c=new o.NumericTextBox({min:1,max:this.parent.engineModule.columnPageCount,showSpinButton:!1,format:"#",validateDecimalOnType:!0,decimals:0,strictMode:!0,value:this.parent.pageSettings.currentColumnPage,enableRtl:this.parent.enableRtl,locale:this.parent.locale,width:i<669?"50px":"64px",change:this.columnPageChange.bind(this),cssClass:this.parent.cssClass});c.appendTo(t.select("#"+this.parent.element.id+"_column_textbox",this.parent.element)),this.trackUIComponent("NumericTextBox",c)}if(a.showColumnPageSize){var g=this.parent.pagerSettings.columnPageSizes.slice(0);-1===this.parent.pagerSettings.columnPageSizes.indexOf(this.parent.pageSettings.columnPageSize)&&(g.push(this.parent.pageSettings.columnPageSize),g.sort(function(e,t){return e-t}));var m=new l.DropDownList({dataSource:g,value:this.parent.pageSettings.columnPageSize,enableRtl:this.parent.enableRtl,locale:this.parent.locale,change:this.columnPageSizeChange.bind(this),popupHeight:"300px",popupWidth:"100%",width:"64px",cssClass:this.parent.cssClass});m.appendTo(t.select("#"+this.parent.element.id+"_column_size_list",this.parent.element)),this.trackUIComponent("DropDownList",m)}}this.unWireEvent(),this.wireEvent()}}},e.prototype.wireEvent=function(){for(var e=[].slice.call(this.parent.element.querySelectorAll(".e-icon-first, .e-icon-prev, .e-icon-next, .e-icon-last")),i=0;i<e.length;i++)t.EventHandler.add(e[i],"click",this.updatePageSettings,this)},e.prototype.unWireEvent=function(){for(var e=[].slice.call(this.parent.element.querySelectorAll(".e-icon-first, .e-icon-prev, .e-icon-next, .e-icon-last")),i=0;i<e.length;i++)t.EventHandler.remove(e[i],"click",this.updatePageSettings)},e.prototype.columnPageChange=function(e){this.parent.pageSettings.currentColumnPage=e.value},e.prototype.rowPageChange=function(e){this.parent.pageSettings.currentRowPage=e.value},e.prototype.columnPageSizeChange=function(e){this.parent.pageSettings.columnPageSize=Number(e.value)},e.prototype.rowPageSizeChange=function(e){this.parent.pageSettings.rowPageSize=Number(e.value)},e.prototype.updatePageSettings=function(e){var t=e.target.id;switch(t){case this.parent.element.id+"_row_firstIcon":this.parent.pageSettings.currentRowPage=1;break;case this.parent.element.id+"_row_prevIcon":this.parent.pageSettings.currentRowPage=this.parent.pageSettings.currentRowPage>1?this.parent.pageSettings.currentRowPage-1:this.parent.pageSettings.currentRowPage;break;case this.parent.element.id+"_row_nextIcon":this.parent.pageSettings.currentRowPage=this.parent.pageSettings.currentRowPage<this.parent.engineModule.rowPageCount?this.parent.pageSettings.currentRowPage+1:this.parent.pageSettings.currentRowPage;break;case this.parent.element.id+"_row_lastIcon":this.parent.pageSettings.currentRowPage=this.parent.engineModule.rowPageCount;break;case this.parent.element.id+"_column_firstIcon":this.parent.pageSettings.currentColumnPage=1;break;case this.parent.element.id+"_column_prevIcon":this.parent.pageSettings.currentColumnPage=this.parent.pageSettings.currentColumnPage>1?this.parent.pageSettings.currentColumnPage-1:this.parent.pageSettings.currentColumnPage;break;case this.parent.element.id+"_column_nextIcon":this.parent.pageSettings.currentColumnPage=this.parent.pageSettings.currentColumnPage<this.parent.engineModule.columnPageCount?this.parent.pageSettings.currentColumnPage+1:this.parent.pageSettings.currentColumnPage;break;case this.parent.element.id+"_column_lastIcon":this.parent.pageSettings.currentColumnPage=this.parent.engineModule.columnPageCount}-1!==t.indexOf("_row")?this.parent.actionObj.actionName="Navigate row page":-1!==t.indexOf("_column")&&(this.parent.actionObj.actionName="Navigate column page")},e.prototype.createPagerContainer=function(){var e,i,a=this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber(),r=this.parent.pagerSettings;r.showRowPager&&(e=this.createPagerItems("row",r,a)),r.showColumnPager&&(i=this.createPagerItems("column",r,a));var n=t.createElement("div",{id:this.parent.element.id+"_mainDiv",className:"e-pivot-pager-maindiv "+(r.showRowPager&&r.showColumnPager?"":"e-pivot-pager-single-maindiv")+" "+(r.isInversed?"e-inverse-view":"")}),s=t.createElement("div",{id:this.parent.element.id+"_vertical_separator",className:this.parent.isAdaptive||a<650?"e-pivotview-hseparator":"e-pivotview-vseparator"});return r.isInversed&&r.showColumnPager&&r.showRowPager?n.append(i,s,e):r.showColumnPager&&r.showRowPager?n.append(e,s,i):r.showRowPager&&!r.showColumnPager?n.append(e):!r.showRowPager&&r.showColumnPager&&n.append(i),n.outerHTML},e.prototype.createPagerItems=function(e,i,a){var r=!i.showRowPager||!i.showColumnPager,n=t.createElement("div",{id:this.parent.element.id+"_"+e+"_mainDiv",className:"row"===e?"e-pivot-pager-row-maindiv "+(i.showRowPageSize?"":"e-page-size-disable"):"e-pivot-pager-column-maindiv "+(i.showColumnPageSize?"":"e-page-size-disable")}),s=t.createElement("div",{id:this.parent.element.id+"_"+e+"_pagerSettings",className:"row"===e?"e-pivot-row-pager-settings":"e-pivot-column-pager-settings"});this.parent.pagerSettings.showColumnPager&&this.parent.pagerSettings.showRowPager&&s.classList.add("e-pivot-both-pager-settings");var o="column"===e&&1===this.parent.pageSettings.currentColumnPage||"row"===e&&1===this.parent.pageSettings.currentRowPage,l="column"===e&&this.parent.pageSettings.currentColumnPage===this.parent.engineModule.columnPageCount||"row"===e&&this.parent.pageSettings.currentRowPage===this.parent.engineModule.rowPageCount,d=t.createElement("div",{id:this.parent.element.id+"_"+e+"_NavContainer",attrs:{class:"e-pivot-pager-nav-container e-pagercontainer"}}),p=t.createElement("div",{id:this.parent.element.id+"_"+e+"_PageInfoContainer",attrs:{class:"e-pivot-pager-info-container e-pagercontainer"}}),h=t.createElement("div",{id:this.parent.element.id+"_"+e+"_firstIcon",attrs:{class:"e-first e-icons e-icon-first"+(o?" e-firstpagedisabled e-disable":" e-firstpage e-pager-default"),title:this.parent.localeObj.getConstant("goToFirstPage"),"aria-label":this.parent.localeObj.getConstant("goToFirstPage"),tabindex:"0",role:"button"}}),u=t.createElement("div",{id:this.parent.element.id+"_"+e+"_prevIcon",attrs:{class:"e-prev e-icons e-icon-prev"+(o?" e-prevpagedisabled e-disable":" e-prevpage e-pager-default"),title:this.parent.localeObj.getConstant("goToPreviousPage"),"aria-label":this.parent.localeObj.getConstant("goToPreviousPage"),tabindex:"0",role:"button"}}),c=t.createElement("span",{id:this.parent.element.id+"_"+e+"_pagerString",className:"row"===e?"e-pivotview-row-pagerString":"e-pivotview-column-pagerString"});c.innerText="row"===e?this.parent.localeObj.getConstant("rowPage"):this.parent.localeObj.getConstant("columnPage");var g=t.createElement("input",{id:this.parent.element.id+"_"+e+"_textbox",className:"row"===e?"e-pivot-pager-row-dropdown":"e-pivot-pager-column-dropdown",attrs:{placeholder:"1"}}),m=t.createElement("div",{id:this.parent.element.id+"_"+e+"_of_string_mainDiv",className:"row"===e?"e-pivot-row-of-string-maindiv":"e-pivot-column-of-string-maindiv"}),f=t.createElement("span",{id:this.parent.element.id+"_"+e+"_ofString",className:"row"===e?"e-pivot-row-of-string":"e-pivot-column-of-string"});f.innerText=this.parent.localeObj.getConstant("of")+" ";var v=t.createElement("span",{id:this.parent.element.id+"_"+e+"_pagerNumber",className:"row"===e?"e-pivotview-row-pagerNumber":"e-pivotview-column-pagerNumber"});v.innerText=("row"===e?this.parent.engineModule.rowPageCount:this.parent.engineModule.columnPageCount).toString();var S=t.createElement("div",{id:this.parent.element.id+"_"+e+"_nextIcon",attrs:{class:"e-next e-icons e-icon-next"+(l?" e-nextpagedisabled e-disable":" e-nextpage e-pager-default"),title:this.parent.localeObj.getConstant("goToNextPage"),"aria-label":this.parent.localeObj.getConstant("goToNextPage"),tabindex:"0",role:"button"}}),y=t.createElement("div",{id:this.parent.element.id+"_"+e+"_lastIcon",attrs:{class:"e-last e-icons e-icon-last"+(l?" e-lastpagedisabled e-disable":" e-lastpage e-pager-default"),title:this.parent.localeObj.getConstant("goToLastPage"),"aria-label":this.parent.localeObj.getConstant("goToLastPage"),tabindex:"0",role:"button"}}),b=t.createElement("span",{id:this.parent.element.id+"_"+e+"_size",className:"row"===e?"e-pivotview-row-size":"e-pivotview-column-size"});b.innerText="row"===e?this.parent.localeObj.getConstant("rowPerPage"):this.parent.localeObj.getConstant("columnPerPage");var C=t.createElement("div",{id:this.parent.element.id+"_"+e+"_size_list_maindiv",className:"e-pager-dropdown e-pagercontainer"}),x=t.createElement("div",{id:this.parent.element.id+"_"+e+"_size_list",className:"row"===e?"e-pivot-row-size-list":"e-pivot-column-size-list"}),w=t.createElement("div",{id:this.parent.element.id+"_"+e+"_text_div",className:"e-pivotview-text-div"}),T=t.createElement("div",{id:this.parent.element.id+"_"+e+"_text_div_1",className:"e-pivotview-text-div-1"});return C.append(x),i.enableCompactView||a<400?(d.append(u,S),s.append(d)):(m.append(f,v),d.append(h,u,S,y),p.append(g,m),s.append(d,p)),("row"===e&&i.showRowPager||"column"===e&&i.showColumnPager)&&(("column"===e&&!i.showRowPager||"row"===e&&!i.showColumnPager)&&r&&T.append(b,C),i.showColumnPager&&i.showRowPager||!r?("row"===e&&i.showRowPageSize||"column"===e&&i.showColumnPageSize?!i.enableCompactView&&a>400?(w.append(c,b),T.append(s,C)):(w.append(c,s),T.append(b,C)):("row"===e&&!i.showRowPageSize||"column"===e&&!i.showColumnPageSize)&&(w.append(c),T.append(s)),n.append(w,T)):("row"===e&&(i.showRowPageSize?n.append(s,c,T):n.append(s,c)),"column"===e&&(i.showColumnPageSize?n.append(s,c,T):n.append(s,c)))),n},e.prototype.cleanupUIComponents=function(){if(this.uiComponents&&this.uiComponents.length>0){for(var e=0;e<this.uiComponents.length;e++){var t=this.uiComponents[e].instance;t&&"function"==typeof t.destroy&&t.destroy()}this.uiComponents=[]}},e.prototype.destroy=function(){if(this.removeEventListener(),this.unWireEvent(),this.cleanupUIComponents(),this.parent.pagerModule){for(var e=0,i=["#"+this.parent.element.id+"_column_textbox","#"+this.parent.element.id+"_row_textbox","#"+this.parent.element.id+"_column_size_list","#"+this.parent.element.id+"_row_size_list"];e<i.length;e++){var a=i[e],r=t.select(a,this.parent.element);if(r){var n=t.getInstance(r,a.includes("textbox")?o.NumericTextBox:l.DropDownList);n&&"function"==typeof n.destroy&&n.destroy()}}this.pager&&this.pager.destroy(),this.pager=null}},e}(),Gt=function(){function e(e){this.parent=e}return e.prototype.render=function(){var e=t.createElement("div",{id:this.parent.element.id+"_Container",className:b+" "+("olap"===this.parent.dataType?"e-olapfieldlist-container":""),styles:"width:"+this.parent.element.style.width});this.parent.isAdaptive?t.addClass([e],S):t.removeClass([e],S),this.parent.enableRtl?t.addClass([e],v):t.removeClass([e],v),this.parent.cssClass&&t.addClass([e],this.parent.cssClass.split(" ")),this.parent.enableFieldSearching?t.addClass([e],"e-search-mode"):t.removeClass([e],"e-search-mode"),this.parentElement=t.createElement("div",{className:"e-field-list-container"}),this.parent.element.appendChild(e),this.parent.isAdaptive&&(e.removeAttribute("style"),this.parentElement=t.createElement("div",{className:"e-adaptive-container"}),this.renderAdaptiveLayout(e)),"Popup"===this.parent.renderMode?(this.renderFieldListDialog(e),this.unWireDialogEvent(this.parent.element.querySelector(".e-toggle-field-list")),this.wireDialogEvent(this.parent.element.querySelector(".e-toggle-field-list"))):this.renderStaticLayout(e)},e.prototype.renderStaticLayout=function(e){if(!this.parent.isAdaptive){var i=t.createElement("div",{className:"e-field-list-title"}),a=t.createElement("div",{className:"e-title-content"});a.innerText=this.parent.localeObj.getConstant("staticFieldList"),i.appendChild(a),i.appendChild(this.createCalculatedButton()),t.addClass([e],"e-static"),e.appendChild(i),e.appendChild(this.parentElement),t.addClass([e],"e-static"),this.parent.allowDeferLayoutUpdate&&(e.appendChild(this.createDeferUpdateButtons()),this.renderDeferUpdateButtons(e))}},e.prototype.renderDeferUpdateButtons=function(e){this.parent.allowDeferLayoutUpdate&&(this.deferUpdateCheckBox=new h.CheckBox({label:this.parent.localeObj.getConstant("deferLayoutUpdate"),checked:this.parent.isPopupView&&this.parent.pivotGridModule?!!t.isNullOrUndefined(this.parent.pivotGridModule.pivotDeferLayoutUpdate)||this.parent.pivotGridModule.pivotDeferLayoutUpdate:!!t.isNullOrUndefined(this.parent.isDeferLayoutUpdate)||this.parent.isDeferLayoutUpdate,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,locale:this.parent.locale,change:this.onCheckChange.bind(this),cssClass:this.parent.cssClass}),this.deferUpdateCheckBox.isStringTemplate=!0,this.deferUpdateCheckBox.appendTo(t.select("#"+this.parent.element.id+"DeferUpdateCheckBox",e)),this.deferUpdateApplyButton=new h.Button({cssClass:"e-defer-apply-button e-defer-update-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("apply"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,isPrimary:!0,disabled:this.parent.isPopupView&&this.parent.pivotGridModule?!t.isNullOrUndefined(this.parent.pivotGridModule.pivotDeferLayoutUpdate)&&!this.parent.pivotGridModule.pivotDeferLayoutUpdate:!t.isNullOrUndefined(this.parent.isDeferLayoutUpdate)&&!this.parent.isDeferLayoutUpdate}),this.deferUpdateApplyButton.isStringTemplate=!0,this.deferUpdateApplyButton.appendTo(t.select("#"+this.parent.element.id+"_DeferUpdateButton1",e)),this.deferUpdateApplyButton.element.onclick="Fixed"===this.parent.renderMode?this.applyButtonClick.bind(this):this.onDeferUpdateClick.bind(this)),this.deferUpdateCancelButton=new h.Button({cssClass:"e-defer-cancel-button e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.allowDeferLayoutUpdate?this.parent.localeObj.getConstant("cancel"):this.parent.localeObj.getConstant("close"),enableRtl:this.parent.enableRtl,isPrimary:!this.parent.allowDeferLayoutUpdate,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,disabled:this.parent.isPopupView&&this.parent.pivotGridModule&&this.parent.pivotGridModule.refreshing?!(!this.parent.allowDeferLayoutUpdate||t.isNullOrUndefined(this.parent.pivotGridModule.pivotDeferLayoutUpdate))&&!this.parent.pivotGridModule.pivotDeferLayoutUpdate:!(!this.parent.refreshing||t.isNullOrUndefined(this.parent.isDeferLayoutUpdate)||!this.parent.allowDeferLayoutUpdate)&&!this.parent.isDeferLayoutUpdate}),this.deferUpdateCancelButton.isStringTemplate=!0,this.deferUpdateCancelButton.appendTo(t.select("#"+this.parent.element.id+"_DeferUpdateButton2",e)),this.parent.allowDeferLayoutUpdate&&(!this.parent.isDeferLayoutUpdate&&"Popup"===this.parent.renderMode&&this.parent.refreshing||this.parent.isPopupView&&this.parent.pivotGridModule&&!this.parent.pivotGridModule.pivotDeferLayoutUpdate&&this.parent.pivotGridModule.refreshing)&&(this.deferUpdateApplyButton.element.style.display="none",this.deferUpdateCancelButton.setProperties({content:this.parent.localeObj.getConstant("close")}),this.deferUpdateCancelButton.isPrimary=!0,this.deferUpdateApplyButton.disabled=this.parent.isPopupView?this.parent.pivotGridModule.pivotDeferLayoutUpdate:this.parent.isDeferLayoutUpdate,this.deferUpdateCancelButton.disabled=this.parent.isPopupView?this.parent.pivotGridModule.pivotDeferLayoutUpdate:this.parent.isDeferLayoutUpdate),this.deferUpdateCancelButton.element.onclick=this.onCloseFieldList.bind(this)},e.prototype.createDeferUpdateButtons=function(){var e=t.createElement("div",{className:"e-layout-footer"});if(this.parent.allowDeferLayoutUpdate){var i=t.createElement("div",{className:"e-checkbox-layout",attrs:{title:this.parent.localeObj.getConstant("deferLayoutUpdate")}}),a=t.createElement("input",{id:this.parent.element.id+"DeferUpdateCheckBox"});i.appendChild(a),e.appendChild(i)}var r=t.createElement("div",{className:"e-button-layout"});if(this.parent.allowDeferLayoutUpdate){var n=t.createElement("button",{id:this.parent.element.id+"_DeferUpdateButton1",attrs:{type:"button",title:this.parent.localeObj.getConstant("apply")}});r.appendChild(n)}var s=t.createElement("button",{id:this.parent.element.id+"_DeferUpdateButton2",attrs:{type:"button",title:this.parent.localeObj.getConstant("cancel")}});return r.appendChild(s),e.appendChild(r),e},e.prototype.onCheckChange=function(e){e.checked&&(this.parent.clonedDataSource=B.getClonedDataSourceSettings(this.parent.dataSourceSettings),"olap"===this.parent.dataType&&(this.parent.clonedFieldListData=B.cloneOlapFieldSettings(this.parent.olapEngineModule.fieldListData)),this.parent.clonedFieldList=B.getClonedFieldList(this.parent.pivotFieldList)),this.parent.isDeferLayoutUpdate=e.checked,this.parent.isPopupView&&this.parent.pivotGridModule&&(this.parent.pivotGridModule.pivotDeferLayoutUpdate=e.checked),"Fixed"===this.parent.renderMode?(this.deferUpdateApplyButton.setProperties({disabled:!e.checked}),this.deferUpdateCancelButton.setProperties({disabled:!e.checked})):this.parent.allowDeferLayoutUpdate&&e.checked?(this.deferUpdateApplyButton.element.style.display="",this.deferUpdateCancelButton.setProperties({content:this.parent.localeObj.getConstant("cancel")}),this.deferUpdateCancelButton.isPrimary=!1):(this.deferUpdateApplyButton.element.style.display="none",this.deferUpdateCancelButton.setProperties({content:this.parent.localeObj.getConstant("close")}),this.deferUpdateCancelButton.isPrimary=!0),Object.keys(this.parent.clonedFieldList).length!==Object.keys(this.parent.pivotFieldList).length&&this.parent.calculatedFieldModule&&this.parent.calculatedFieldModule.field&&"pivot"===this.parent.dataType&&(this.parent.engineModule.fields=Object.keys(this.parent.clonedFieldList)),this.onCloseFieldList(null,!0)},e.prototype.applyButtonClick=function(){"pivotfieldlist"===this.parent.getModuleName()&&this.parent.allowDeferLayoutUpdate&&(this.parent.pivotChange=!1),this.parent.isDeferUpdateApplied=!0,this.parent.isPopupView||"Server"!==this.parent.dataSourceSettings.mode||(this.parent.isRequiredUpdate=!0),this.parent.updateDataSource(!1);var e=this.parent;e.axisFieldModule.render(),e.clonedDataSource=B.getClonedDataSourceSettings(e.dataSourceSettings),"olap"===this.parent.dataType&&(this.parent.clonedFieldListData=B.cloneOlapFieldSettings(this.parent.olapEngineModule.fieldListData)),e.clonedFieldList=B.getClonedFieldList(e.pivotFieldList)},e.prototype.onCloseFieldList=function(e,t){if((this.parent.allowDeferLayoutUpdate||t)&&(!this.parent.isPopupView||this.parent.pivotGridModule&&""!==this.parent.pivotGridModule.actionObj.actionName||""!==this.parent.actionObj.actionName)){if(this.parent.setProperties({dataSourceSettings:this.parent.clonedDataSource},!0),"olap"===this.parent.dataType)if(this.parent.olapEngineModule.fieldList=B.getClonedFieldList(this.parent.clonedFieldList),this.parent.olapEngineModule.fieldListData=B.cloneOlapFieldSettings(this.parent.clonedFieldListData),this.parent.isPopupView)this.parent.isPopupView&&this.parent.clonedFieldListData&&Object.keys(this.parent.clonedFieldListData).length>0&&(this.parent.olapEngineModule.fieldListData=this.parent.clonedFieldListData);else for(var i=0,a=Object.keys(this.parent.clonedFieldList);i<a.length;i++){var r=a[i],n=this.parent.clonedFieldList[r];this.parent.olapEngineModule.updateFieldlistData(n.id,n.isSelected)}else this.parent.engineModule.fieldList=B.getClonedFieldList(this.parent.clonedFieldList);this.parent.updateDataSource(!1,!0)}if((!this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!this.parent.pivotGridModule.pivotDeferLayoutUpdate)&&t&&(this.parent.pivotChange=!1),this.parent.allowDeferLayoutUpdate&&this.parent.isPopupView&&this.parent.pivotGridModule&&!this.parent.isAdaptive&&(this.parent.pivotGridModule.actionObj.actionName="",this.parent.pivotGridModule.engineModule=this.parent.engineModule,this.parent.pivotGridModule.olapEngineModule=this.parent.olapEngineModule,this.parent.pivotGridModule.setProperties({dataSourceSettings:this.parent.clonedDataSource},!0)),this.parent.allowDeferLayoutUpdate&&this.parent.allowCalculatedField&&"pivot"===this.parent.dataType&&!this.parent.isAdaptive){this.parent.engineModule.fieldList=this.parent.pivotFieldList=B.getClonedFieldList(this.parent.clonedFieldList);var s=Object.keys(this.parent.engineModule.fieldList);if(this.parent.allowCalculatedField&&s.length!==this.parent.engineModule.fields.length){var o=[];this.parent.engineModule.fields.forEach(function(e){-1!==s.indexOf(e)&&(o[o.length]=e)}),this.parent.engineModule.fields=o}}"Popup"!==this.parent.renderMode||t?this.parent.actionObj.actionName="Action dropped":(this.parent.dialogRenderer.fieldListDialog.hide(),this.parent.actionObj.actionName="Field list closed"),this.parent.actionObj.actionName&&this.parent.actionCompleteMethod()},e.prototype.renderFieldListDialog=function(e){var i=t.createElement("div",{className:"e-toggle-field-list e-icons e-select-table",attrs:{tabindex:"0",title:this.parent.localeObj.getConstant("fieldList"),"aria-disabled":"false","aria-label":this.parent.localeObj.getConstant("fieldList"),role:"button"}});if(this.parent.element.appendChild(i),this.parent.isAdaptive){var a='<div class=e-title-mobile-header><span class="e-icons e-field-list-back-icon"></span><div class=e-title-mobile-content>'+this.parent.localeObj.getConstant("fieldList")+"</div></div>",n=[{click:this.showFieldListDialog.bind(this),isFlat:!1,buttonModel:{cssClass:"e-field-list-btn e-small e-round"+(this.parent.cssClass?" "+this.parent.cssClass:""),iconCss:y+" e-add-icon",isPrimary:!0}},{click:this.showCalculatedField.bind(this),isFlat:!1,buttonModel:{cssClass:"e-calculated-field-btn e-small e-round e-disable"+(this.parent.cssClass?" "+this.parent.cssClass:""),iconCss:y+" e-add-icon",enableRtl:this.parent.enableRtl,isPrimary:!0}}];this.fieldListDialog=new r.Dialog({animationSettings:{effect:this.parent.enableRtl?"SlideRight":"SlideLeft"},header:a,content:this.parentElement,isModal:!0,showCloseIcon:!1,visible:!1,allowDragging:!1,closeOnEscape:!1,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"100%",height:"100%",position:{X:"center",Y:"center"},buttons:n,target:document.body,cssClass:this.parent.cssClass,close:this.removeFieldListIcon.bind(this),open:this.dialogOpen.bind(this)}),this.fieldListDialog.isStringTemplate=!0,this.fieldListDialog.appendTo(e),t.setStyleAttribute(t.select("#"+e.id+"_dialog-content",e),{padding:"0"});var s=e.querySelector(".e-footer-content");t.addClass([s],"e-field-list-footer"),t.removeClass([s.querySelector(".e-calculated-field-btn")],"e-flat"),t.removeClass([s.querySelector(".e-field-list-btn")],"e-flat"),this.fieldListDialog.element.querySelector(".e-field-list-back-icon").onclick=this.parent.allowDeferLayoutUpdate?this.onDeferUpdateClick.bind(this):this.onCloseFieldList.bind(this)}else{var o=this.createDeferUpdateButtons().outerHTML,a="<div class=e-title-header><div class=e-title-content>"+this.parent.localeObj.getConstant("fieldList")+"</div></div>";this.fieldListDialog=new r.Dialog({animationSettings:{effect:"Zoom"},header:a,content:this.parentElement,isModal:!1,showCloseIcon:!1,visible:!1,allowDragging:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:this.parent.element.style.width,position:{X:"center",Y:this.parent.element.offsetTop},footerTemplate:o,closeOnEscape:!1,cssClass:this.parent.cssClass,target:t.isNullOrUndefined(this.parent.target)?document.body:"string"==typeof this.parent.target?document.querySelector(this.parent.target):this.parent.target,close:this.removeFieldListIcon.bind(this)}),this.fieldListDialog.isStringTemplate=!0,this.fieldListDialog.appendTo(e),this.renderDeferUpdateButtons(e),t.setStyleAttribute(t.select("#"+e.id+"_title",e),{width:"100%"}),e.querySelector(".e-title-header").appendChild(this.createCalculatedButton())}},e.prototype.dialogOpen=function(){4===this.lastTabIndex?(this.adaptiveElement.items[this.lastTabIndex].content="",this.adaptiveElement.dataBind(),this.parent.notify("init-calculatedfield",{})):this.adaptiveElement.refresh()},e.prototype.updateDataSource=function(e){for(var t=["filters","columns","rows","values"],i=0,a=e;i<a.length;i++){var r=a[i],n=t[this.adaptiveElement.selectedItem];this.parent.pivotCommon.dataSourceUpdate.control="pivotview"===this.parent.getModuleName()?this.parent:this.parent.pivotGridModule?this.parent.pivotGridModule:this.parent,this.parent.pivotCommon.dataSourceUpdate.updateDataSource(r,n,-1)}this.parent.axisFieldModule.render(),this.parent.allowDeferLayoutUpdate?this.parent.triggerPopulateEvent():this.parent.updateDataSource(!0)},e.prototype.onDeferUpdateClick=function(){this.parent.isPopupView&&"Server"===this.parent.dataSourceSettings.mode&&(this.parent.isRequiredUpdate=!0),this.parent.updateDataSource(),this.parent.dialogRenderer.fieldListDialog.hide()},e.prototype.renderAdaptiveLayout=function(e){var i=t.createElement("div",{className:"e-field-list-footer"});e.appendChild(this.parentElement);var a=[{header:{text:this.parent.localeObj.getConstant("filters")},content:this.createAxisTable("filters")},{header:{text:this.parent.localeObj.getConstant("columns")},content:this.createAxisTable("columns")},{header:{text:this.parent.localeObj.getConstant("rows")},content:this.createAxisTable("rows")},{header:{text:this.parent.localeObj.getConstant("values")},content:this.createAxisTable("values")},{header:{text:this.parent.localeObj.getConstant("createCalculatedField")},content:"Calculated Field Related UI"}];this.parent.allowCalculatedField||a.pop(),this.adaptiveElement=new s.Tab({heightAdjustMode:"Auto",items:a,height:"100%",enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,locale:this.parent.locale,selected:this.tabSelect.bind(this),cssClass:this.parent.cssClass}),"Fixed"===this.parent.renderMode?(i.appendChild(this.createAddButton()),t.addClass([e],"e-static"),this.adaptiveElement.isStringTemplate=!0,this.adaptiveElement.appendTo(this.parentElement),this.parentElement.appendChild(i)):(this.adaptiveElement.isStringTemplate=!0,this.adaptiveElement.appendTo(this.parentElement))},e.prototype.tabSelect=function(e){var i=t.closest(this.parentElement,"."+b);this.lastTabIndex=e.selectedIndex,i&&i.querySelector(".e-field-list-btn")&&(4!==e.selectedIndex?(t.addClass([i.querySelector(".e-calculated-field-btn")],"e-disable"),t.removeClass([i.querySelector(".e-field-list-btn")],"e-disable")):(t.removeClass([i.querySelector(".e-calculated-field-btn")],"e-disable"),t.addClass([i.querySelector(".e-field-list-btn")],"e-disable"))),4===e.selectedIndex?(this.adaptiveElement.items[4].content="",this.adaptiveElement.dataBind(),this.parent.notify("init-calculatedfield",{})):this.parent.axisFieldModule.render()},e.prototype.createCalculatedButton=function(){var e=t.createElement("button",{id:this.parent.element.id+"_CalculatedField",attrs:{type:"button",tabindex:"0","aria-disabled":"false","aria-label":this.parent.localeObj.getConstant("CalculatedField")}}),i=new h.Button({cssClass:"e-calculated-field e-disable"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("CalculatedField"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});return i.isStringTemplate=!0,i.appendTo(e),this.parent.calculatedFieldModule&&t.removeClass([e],"e-disable"),i.element.onclick=this.showCalculatedField.bind(this),e},e.prototype.createAddButton=function(){var e=t.createElement("div",{className:"e-field-list-footer-content"}),i=t.createElement("div",{}),a=t.createElement("div",{}),r=new h.Button({cssClass:"e-calculated-field-btn e-small e-round e-disable"+(this.parent.cssClass?" "+this.parent.cssClass:""),iconCss:y+" e-add-icon",enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer}),n=new h.Button({cssClass:"e-field-list-btn e-small e-round"+(this.parent.cssClass?" "+this.parent.cssClass:""),iconCss:y+" e-add-icon",enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});return n.isStringTemplate=!0,n.appendTo(i),r.isStringTemplate=!0,r.appendTo(a),e.appendChild(i),e.appendChild(a),r.element.onclick=this.showCalculatedField.bind(this),n.element.onclick=this.showFieldListDialog.bind(this),e},e.prototype.createAxisTable=function(e){var i=t.createElement("div",{className:"e-field-list-"+e}),a=t.createElement("div",{className:"e-axis-content e-"+e}),r=t.createElement("span",{className:"e-draggable-prompt"});return r.innerText=this.parent.localeObj.getConstant("addPrompt"),i.appendChild(a),i.appendChild(r),i},e.prototype.showCalculatedField=function(){try{if(!this.parent.isAdaptive){if(this.parent.actionObj.actionName="Open calculated field dialog",this.parent.actionBeginMethod())return;this.parent.dialogRenderer.fieldListDialog&&(this.parent.dialogRenderer.fieldListDialog.hide(),t.addClass([this.parent.element.querySelector(".e-toggle-field-list")],"e-hide"))}this.parent.notify("init-calculatedfield",{})}catch(e){this.parent.actionFailureMethod(e)}},e.prototype.showFieldListDialog=function(){var e=this.adaptiveElement.selectedItem;this.parent.treeViewModule.render(e)},e.prototype.onShowFieldList=function(){if(this.parent.actionObj.actionName="Open field list",!this.parent.actionBeginMethod()){this.parent.actionObj.actionName="";try{this.parent.allowDeferLayoutUpdate&&(this.parent.isAdaptive&&this.parent.axisFieldModule.render(),this.parent.clonedDataSource=B.getClonedDataSourceSettings(this.parent.dataSourceSettings),"olap"===this.parent.dataType&&(this.parent.clonedFieldListData=B.cloneOlapFieldSettings(this.parent.olapEngineModule.fieldListData)),this.parent.clonedFieldList=B.getClonedFieldList(this.parent.pivotFieldList)),t.addClass([this.parent.element.querySelector(".e-toggle-field-list")],"e-hide"),this.parent.dialogRenderer.fieldListDialog.show(),this.parent.dialogRenderer.fieldListDialog.element.style.top=parseInt(this.parent.dialogRenderer.fieldListDialog.element.style.top,10)<0?"0px":this.parent.dialogRenderer.fieldListDialog.element.style.top}catch(e){this.parent.actionFailureMethod(e)}}},e.prototype.removeFieldListIcon=function(){this.parent.isAdaptive&&this.parent.allowCalculatedField&&this.parent.calculatedFieldModule&&this.adaptiveElement&&4===this.adaptiveElement.selectedItem&&(t.select("#"+this.parent.element.id+"droppable",this.adaptiveElement.element)?this.parent.calculatedFieldModule.updateAdaptiveCalculatedField(!1):this.parent.notify("init-calculatedfield",{edit:!1})),document.getElementById(this.parent.element.id+"calculateddialog")||t.removeClass([this.parent.element.querySelector(".e-toggle-field-list")],"e-hide")},e.prototype.keyPress=function(e){if(13===e.keyCode&&e.target)return e.target.click(),void e.preventDefault()},e.prototype.wireDialogEvent=function(e){t.EventHandler.add(e,"keydown",this.keyPress,this),t.EventHandler.add(e,"click",this.onShowFieldList,this)},e.prototype.unWireDialogEvent=function(e){t.EventHandler.remove(e,"keydown",this.keyPress),t.EventHandler.remove(e,"click",this.onShowFieldList)},e.prototype.destroy=function(){if("Popup"===this.parent.renderMode){var e=this.parent.element.querySelector(".e-toggle-field-list");e&&this.unWireDialogEvent(e)}this.deferUpdateCheckBox&&!this.deferUpdateCheckBox.isDestroyed&&(this.deferUpdateCheckBox.destroy(),this.deferUpdateCheckBox=null),this.deferUpdateApplyButton&&!this.deferUpdateApplyButton.isDestroyed&&(this.deferUpdateApplyButton.destroy(),this.deferUpdateApplyButton=null),this.deferUpdateCancelButton&&!this.deferUpdateCancelButton.isDestroyed&&(this.deferUpdateCancelButton.destroy(),this.deferUpdateCancelButton=null),this.adaptiveElement&&!this.adaptiveElement.isDestroyed&&(this.adaptiveElement.destroy(),this.adaptiveElement=null);var i=document.getElementById(this.parent.element.id+"_CalculatedField");if(i&&(n=t.getInstance(i,h.Button))&&!n.isDestroyed&&n.destroy(),"Popup"===this.parent.renderMode){if(this.fieldListDialog&&!this.fieldListDialog.isDestroyed){for(var a=this.fieldListDialog.element.querySelectorAll("button"),r=0;r<a.length;r++){var n=t.getInstance(a[r],h.Button);n&&!n.isDestroyed&&n.destroy()}this.fieldListDialog.destroy(),this.fieldListDialog=null}var s=document.getElementById(this.parent.element.id+"_Container");s&&t.remove(s)}this.lastTabIndex=null},e}(),zt=function(){function e(e){this.selectedNodes=[],this.isSearching=!1,this.parentIDs=[],this.isSpaceKey=!1,this.olapFieldListData=[],this.parent=e,this.addEventListener()}return e.prototype.render=function(e){if(this.parentElement=this.parent.dialogRenderer.parentElement,this.fieldListSort=this.parent.pivotGridModule?this.parent.pivotGridModule.defaultFieldListOrder:this.parent.defaultFieldListOrder,this.fieldListSort="Ascending"===this.fieldListSort?"Ascend":"Descending"===this.fieldListSort?"Descend":"None",this.parent.isAdaptive)this.renderTreeDialog(e);else{var i=t.createElement("div",{className:"e-field-table "+("olap"===this.parent.dataType?"e-olap-field-table":"")}),a=t.createElement("div",{className:"e-field-header",attrs:{title:this.parent.localeObj.getConstant("allFields")}});a.innerText=this.parent.localeObj.getConstant("allFields");var r=t.createElement("div",{className:"e-field-list-tree-outer-div e-treeContainer"});this.treeViewElement=t.createElement("div",{id:this.parent.element.id+"_TreeView",className:"e-field-list "+("olap"===this.parent.dataType?"e-olap-field-list-tree":"")});var n=t.createElement("div",{className:"e-field-header-container"});if(n.appendChild(a),i.appendChild(n),this.updateSortElements(n),this.parent.enableFieldSearching){var s=t.createElement("div",{id:this.parent.element.id+"_SearchDiv",attrs:{tabindex:"-1"},className:"e-field-list-search"}),l=t.createElement("input",{attrs:{type:"text"}});s.appendChild(l),this.fieldSearch=new o.TextBox({placeholder:this.parent.localeObj.getConstant("search"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,cssClass:"e-field-list-search-input"+(this.parent.cssClass?" "+this.parent.cssClass:""),input:this.textChange.bind(this),showClearButton:!0}),this.fieldSearch.isStringTemplate=!0,this.fieldSearch.appendTo(l),this.fieldSearch.addIcon("append","e-field-list-search-icon "+y);var d=t.createElement("div",{className:"e-member-prompt e-disable"});d.innerText=this.parent.localeObj.getConstant("noMatches"),i.appendChild(s),i.appendChild(d)}if(r.appendChild(this.treeViewElement),i.appendChild(r),this.parentElement.appendChild(i),"Fixed"===this.parent.renderMode){var p=t.createElement("div",{className:"e-center-div"}),h=t.createElement("div",{className:"e-center-title"});h.innerText=this.parent.localeObj.getConstant("centerHeader"),this.parentElement.appendChild(p),this.parentElement.appendChild(h)}this.renderTreeView()}},e.prototype.updateSortElements=function(e){for(var i={None:"sortNone",Ascend:"sortAscending",Descend:"sortDescending"},a=0,r=Object.keys(i);a<r.length;a++){var n=r[a],s=t.createElement("span",{attrs:{tabindex:"0","aria-disabled":"false","aria-label":"Sort "+n,"data-sort":n,title:this.parent.localeObj.getConstant(i[n]),role:"button"},className:y+" e-sort-"+n.toLowerCase()+" "+(this.fieldListSort===n?"e-selected":"")});e.appendChild(s),this.unWireFieldListEvent(s),this.wireFieldListEvent(s)}},e.prototype.renderTreeView=function(){this.fieldTable=new s.TreeView({fields:{dataSource:this.getTreeData(),id:"id",text:"caption",isChecked:"isSelected",parentID:"pid",iconCss:"spriteCssClass"},nodeChecked:this.nodeChecked.bind(this),nodeClicked:this.nodeStateChange.bind(this),keyPress:this.nodeStateChange.bind(this),cssClass:"e-field-list-tree"+(this.parent.cssClass?" "+this.parent.cssClass:""),showCheckBox:!0,allowDragAndDrop:!0,sortOrder:"None",loadOnDemand:"olap"!==this.parent.dataType&&!this.parent.enableFieldSearching,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,nodeDragStart:this.dragStart.bind(this),nodeDragStop:this.dragStop.bind(this),drawNode:this.updateTreeNode.bind(this),nodeExpanding:this.updateNodeIcon.bind(this),nodeCollapsed:this.updateNodeIcon.bind(this),nodeSelected:function(e){t.removeClass([e.node],"e-active"),e.cancel=!0}}),this.treeViewElement.innerHTML="",this.fieldTable.isStringTemplate=!0,this.fieldTable.appendTo(this.treeViewElement);var e="Fixed"===this.parent.renderMode?this.parent.element:this.parentElement;t.isNullOrUndefined(e.querySelector(".e-field-list"))||(t.getInstance(e.querySelector(".e-field-list"),s.TreeView).dragObj.enableAutoScroll=!1)},e.prototype.updateNodeIcon=function(e){if("olap"===this.parent.dataType)if(e.node&&e.node.querySelector(".e-list-icon")&&e.node.querySelector(".e-list-icon").className.indexOf("e-folderCDB-icon")>-1){i=e.node.querySelector(".e-list-icon");t.removeClass([i],"e-folderCDB-icon"),t.addClass([i],"e-folderCDB-open-icon")}else if(e.node&&e.node.querySelector(".e-list-icon")&&e.node.querySelector(".e-list-icon").className.indexOf("e-folderCDB-open-icon")>-1){var i=e.node.querySelector(".e-list-icon");t.removeClass([i],"e-folderCDB-open-icon"),t.addClass([i],"e-folderCDB-icon")}},e.prototype.updateTreeNode=function(e){var i=!1;"olap"===this.parent.dataType?i=this.updateOlapTreeNode(e):e.nodeData.hasChildren?(i=!1,e.node.querySelector(".e-checkbox-wrapper").style.display="none",t.addClass([e.node],"e-pivot-parent")):i=!0,t.isNullOrUndefined(e.nodeData.pid)||t.addClass([e.node],"e-pivot-child");var a=e.node.querySelector(".e-text-content");if(e.node.querySelector(".e-list-icon")&&a){var r=e.node.querySelector(".e-list-icon");a.insertBefore(r,e.node.querySelector(".e-list-text"))}if(i&&!this.parent.isAdaptive){var n=B.getFieldInfo(e.nodeData.id,this.parent);i=!1;var s=t.createElement("span",{attrs:{tabindex:"-1",title:n.fieldItem?n.fieldItem.allowDragAndDrop?this.parent.localeObj.getConstant("drag"):"":this.parent.localeObj.getConstant("drag"),"aria-disabled":"false"},className:y+" e-drag "+(n.fieldItem?n.fieldItem.allowDragAndDrop?"":"e-disable-drag":"")});e.node.querySelector(".e-checkbox-wrapper")&&!e.node.querySelector(".cls.DRAG_CLASS")&&a&&a.insertBefore(s,e.node.querySelector(".e-checkbox-wrapper"))}if(e.node.querySelector(".e-check")&&t.addClass([e.node.querySelector(".e-list-text")],"e-selected-node"),this.parent.enableFieldSearching&&this.isSearching&&"pivot"===this.parent.dataType)for(var o=e.node,l=0;l<this.nonSearchList.length;l++){if(o.textContent===this.nonSearchList[l].textContent){t.addClass([o],"e-disable");break}if(o.innerText===this.nonSearchList[l].textContent){t.addClass([o],"e-disable");break}}},e.prototype.updateOlapTreeNode=function(e){var t=!1;return"olap"===this.parent.dataType?(e.node&&e.node.querySelector(".e-calcMemberGroupCDB,.e-measureGroupCDB-icon,.e-folderCDB-icon,.e-folderCDB-open-icon,.e-dimensionCDB-icon,.e-kpiCDB-icon")&&(e.node.querySelector(".e-checkbox-wrapper").style.display="none"),e.node&&e.node.querySelector(".e-list-icon")&&e.node.querySelector(".e-list-icon").className.indexOf("e-level-members")>-1&&(this.parent.isAdaptive?e.node.querySelector(".e-checkbox-wrapper").style.display="none":e.node.querySelector(".e-checkbox-wrapper").style.visibility="hidden"),e.node&&(e.node.querySelector(".e-hierarchyCDB-icon,.e-attributeCDB-icon,.e-namedSetCDB-icon")||e.node.querySelector(".e-measure-icon,.e-kpiGoal-icon,.e-kpiStatus-icon,.e-kpiTrend-icon,.e-kpiValue-icon")||e.node.querySelector(".e-calc-measure-icon,.e-calc-dimension-icon"))&&(e.node.querySelector(".e-measure-icon")?(e.node.querySelector(".e-list-icon").style.display="none",t=!0):t=!0)):t=!0,t},e.prototype.renderTreeDialog=function(e){var i=t.createElement("div",{id:this.parent.element.id+"_FieldListTreeView",className:"e-adaptive-field-list-dialog "+("olap"===this.parent.dataType?"e-olap-editor-dialog":"")});this.parentElement.appendChild(i),this.fieldDialog=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!1,header:this.parent.localeObj.getConstant("adaptiveFieldHeader"),content:this.createTreeView(this.getTreeData(e)),isModal:!0,visible:!0,showCloseIcon:!1,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,locale:this.parent.locale,width:"320px",height:"350px",position:{X:"center",Y:"center"},buttons:[{click:this.closeTreeDialog.bind(this),isFlat:!1,buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}},{click:this.onFieldAdd.bind(this),isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("add"),isPrimary:!0}}],closeOnEscape:!1,cssClass:this.parent.cssClass,close:this.closeTreeDialog.bind(this),target:t.closest(this.parentElement,"."+b)}),this.fieldDialog.isStringTemplate=!0,this.fieldDialog.appendTo(i)},e.prototype.createTreeView=function(e){var i=t.createElement("div",{id:this.parent.element.id+"EditorDiv",className:"e-member-editor-outer-container"}),a=t.createElement("div",{id:this.parent.element.id+"_SearchDiv",attrs:{tabindex:"-1"},className:"e-editor-search-container"}),r=t.createElement("input",{attrs:{type:"text"}});a.appendChild(r);var n=t.createElement("div",{className:"e-field-list-tree-outer-div"}),l=t.createElement("div",{className:"e-member-editor-container "+("olap"===this.parent.dataType?"e-olap-field-list-tree":"")});i.appendChild(a),this.editorSearch=new o.MaskedTextBox({showClearButton:!0,placeholder:this.parent.localeObj.getConstant("search"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,cssClass:"e-editor-search"+(this.parent.cssClass?" "+this.parent.cssClass:""),change:this.textChange.bind(this)}),this.editorSearch.isStringTemplate=!0,this.editorSearch.appendTo(r);var d=t.createElement("div",{className:"e-member-prompt e-disable"});return d.innerText=this.parent.localeObj.getConstant("noMatches"),i.appendChild(d),n.appendChild(l),i.appendChild(n),this.fieldTable=new s.TreeView({fields:{dataSource:e,id:"id",text:"caption",isChecked:"isSelected",parentID:"pid",iconCss:"spriteCssClass"},showCheckBox:!0,loadOnDemand:"olap"!==this.parent.dataType,sortOrder:"olap"===this.parent.dataType?"None":"Ascending",enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass,nodeChecked:this.nodeChecked.bind(this),nodeClicked:this.addNode.bind(this),keyPress:this.addNode.bind(this),drawNode:this.updateTreeNode.bind(this),nodeExpanding:this.updateNodeIcon.bind(this),nodeCollapsed:this.updateNodeIcon.bind(this),nodeSelected:function(e){t.removeClass([e.node],"e-active"),e.cancel=!0}}),this.fieldTable.isStringTemplate=!0,this.fieldTable.appendTo(l),i},e.prototype.textChange=function(e){var t=this;if("olap"===this.parent.dataType)""===e.value?(this.fieldTable.fields.dataSource=this.olapFieldListData,setTimeout(function(){t.fieldTable.collapseAll()}),this.isSearching=!1,this.promptVisibility(!1)):(this.fieldTable.fields.dataSource=this.performeSearching(e.value),setTimeout(function(){t.fieldTable.expandAll()}),this.isSearching=!0,this.promptVisibility(0===this.fieldTable.fields.dataSource.length));else{this.parent.pivotCommon.eventBase.searchTreeNodes(e,this.fieldTable,!0);var i=[].slice.call(this.fieldTable.element.querySelectorAll("li")),a=[].slice.call(this.fieldTable.element.querySelectorAll("li.e-disable"));this.promptVisibility(i.length===a.length),this.isSearching=a.length>0,this.nonSearchList=a}},e.prototype.promptVisibility=function(e){var i,a;this.parent.isAdaptive?i=this.fieldDialog.element.querySelector(".e-member-prompt"):(i=this.parentElement.querySelector(".e-member-prompt"),a=this.parentElement.querySelector(".e-treeContainer")),e?(t.removeClass([i],"e-disable"),this.parent.isAdaptive||(t.addClass([a],"e-disable"),t.removeClass([i],"e-field-list-tree-outer-div-searchMode"))):(t.addClass([i],"e-disable"),this.parent.isAdaptive||(t.removeClass([a],"e-disable"),t.addClass([i],"e-field-list-tree-outer-div-searchMode")))},e.prototype.performeSearching=function(e){var t=this,a=new i.DataManager(this.olapFieldListData),r=a.executeLocal((new i.Query).where(new i.Predicate(this.fieldTable.fields.text,"contains",e,!0))),n=[],s=new Set;return r.forEach(function(e){if(e){var r=[],o=[];e.pid&&(r=t.getParentItems(a,"id",e.pid)),e.hasChildren&&(o=a.executeLocal((new i.Query).where("pid","equal",e.id,!1))),r.concat([e]).concat(o).forEach(function(e){var t=e.id;s.has(t)||(s.add(t),n.push(new i.Predicate("id","equal",t,!1)))})}}),n.length>0?a.executeLocal((new i.Query).where(i.Predicate.or.apply(i.Predicate,n))):[]},e.prototype.getParentItems=function(e,t,a){var r=e.executeLocal((new i.Query).where(t,"equal",a,!1));return r&&r[0]&&r[0].pid&&(r=this.getParentItems(e,t,r[0].pid).concat(r)),r},e.prototype.dragStart=function(e){var i=this;if(e.event.target.classList.contains("e-drag")&&!e.event.target.classList.contains("e-disable-drag")){var a=B.getFieldInfo(e.draggedNode.getAttribute("data-uid"),this.parent),r={fieldName:a.fieldName,fieldItem:a.fieldItem,axis:a.axis,dataSourceSettings:this.parent.dataSourceSettings,cancel:!1};(this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("fieldDragStart",r,function(a){if(a.cancel)i.parent.isDragging=!1,e.cancel=!0;else{i.parent.isDragging=!0,t.addClass([e.draggedNode.querySelector(".e-list-text")],"e-list-selected");var r=void 0,n=["e-rows","e-columns","e-filters"];if((r="olap"===i.parent.dataType?i.parent.olapEngineModule.fieldList[e.draggedNode.getAttribute("data-uid")]:i.parent.engineModule.fieldList[e.draggedNode.getAttribute("data-uid")])&&"CalculatedField"===r.aggregateType)for(var s=0,o=n;s<o.length;s++){var l=o[s];t.addClass([i.parentElement.querySelector("."+l)],"e-drag-restrict")}var d=e.clonedNode;d&&"Popup"===("pivotfieldlist"===i.parent.getModuleName()&&i.parent.renderMode)&&(d.style.zIndex=(i.parent.dialogRenderer.fieldListDialog.zIndex+1).toString())}})}else this.parent.isDragging=!1,e.cancel=!0},e.prototype.dragStop=function(e){e.cancel=!0,this.parent.isDragging=!1;for(var i=0,a=["e-rows","e-columns","e-filters"];i<a.length;i++){var r=a[i];t.removeClass([this.parentElement.querySelector("."+r)],"e-drag-restrict")}t.removeClass([e.draggedNode.querySelector(".e-list-text")],"e-list-selected"),this.parent.pivotCommon.filterDialog.dialogPopUp&&this.parent.pivotCommon.filterDialog.dialogPopUp.close();var n=e.draggedNodeData.id.toString();if(this.isNodeDropped(e,n)){var s=this.parent.pivotFieldList[n];this.parent.pivotCommon.dataSourceUpdate.control="pivotview"===this.parent.getModuleName()?this.parent:this.parent.isPopupView&&this.parent.pivotGridModule?this.parent.pivotGridModule:this.parent,this.parent.pivotCommon.nodeStateModified.onStateModified(e,n)&&(this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&this.parent.pivotGridModule.pivotDeferLayoutUpdate?(s.isSelected=!0,this.updateDataSource()):this.parent.updateDataSource(),this.parent.axisFieldModule.render())}},e.prototype.isNodeDropped=function(e,i){var a=!0;if("true"===e.draggedNodeData.isChecked){var r=this.getButton(i),n=t.closest(r,".e-droppable"),s=t.closest(e.target,".e-droppable");if(r&&n===s){for(var o=[].slice.call(n.querySelectorAll(".e-pivot-button")),l=t.closest(e.target,".e-pvt-btn-div"),d=void 0,p=-1,h=0,u=o.length;h<u;h++)if(o[h].id===r.id&&(d=h),l){var c=l.querySelector(".e-pivot-button");o[h].id===c.id&&(p=h)}if(d===p||d===o.length-1&&-1===p){var g=document.getElementById(this.parent.element.id+"_Container");t.removeClass([].slice.call(g.querySelectorAll(".e-drop-indicator")),"e-drop-hover"),a=!1}}}return a},e.prototype.getButton=function(e){for(var t,i=document.getElementById(this.parent.element.id+"_Container"),a=[].slice.call(i.querySelectorAll(".e-pivot-button")),r=0,n=a.length;r<n;r++)if(a[r].getAttribute("data-uid")===e){t=a[r];break}return t},e.prototype.nodeChecked=function(e){if(this.isSpaceKey){var i=t.closest(e.node,".e-text-content");if(!t.isNullOrUndefined(i)){var a=t.closest(i,"li").getAttribute("data-uid");this.parent.isAdaptive?this.addNode(void 0,a,"check"===e.action,i):this.nodeStateChange(void 0,a,"check"===e.action,i)}}this.isSpaceKey=!1},e.prototype.nodeStateChange=function(e,i,a,r){var n=this;r=t.isNullOrUndefined(r)?e.node:r,i=t.isNullOrUndefined(i)?r.getAttribute("data-uid"):i,this.parent.pivotCommon.filterDialog.dialogPopUp&&this.parent.pivotCommon.filterDialog.dialogPopUp.close();var s=this.parent.pivotFieldList[i];if(!t.isNullOrUndefined(e)){if(this.isSpaceKey=e.event.action&&"space"===e.event.action,t.isNullOrUndefined(s)||r.classList.contains("e-disable")||e.event.target&&(e.event.target.classList.contains("e-icon-collapsible")||e.event.target.classList.contains("e-icon-expandable"))||e.event.action&&"enter"!==e.event.action)return;a=!1;var o=this.fieldTable.getNode(r);e.event&&e.event.target&&!e.event.target.closest(".e-checkbox-wrapper")?"true"===o.isChecked?(this.fieldTable.uncheckAll([r]),a=!1):(this.fieldTable.checkAll([r]),a=!0):a="true"===o.isChecked}var l=this.parent.isPopupView?this.parent.pivotGridModule:this.parent,d=B.getFieldInfo(i,this.parent),p=r.closest(".e-pivot-parent");if(a){var h={fieldName:i,dropField:d.fieldItem,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),dropAxis:"number"===s.type||"CalculatedField"===s.type&&s.formula&&s.formula.indexOf("Measure")>-1&&"olap"===this.parent.dataType?"values":"rows",dropPosition:d.position,draggedAxis:"fieldlist",cancel:!1};l.trigger("fieldDrop",h,function(e){if(e.cancel)n.updateCheckState(s,"check");else{t.addClass([r.querySelector(".e-list-text")],"e-selected-node"),p&&t.addClass([p.querySelector(".e-list-text")],"e-selected-node"),n.updateSelectedNodes(r,"check");var o=n.parent.pivotCommon.dataSourceUpdate.getNewField(i,d.fieldItem);n.updateReportSettings(o,e),n.updateNodeStateChange(i,s,a)}})}else{var u={cancel:!1,fieldName:i,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),fieldItem:d.fieldItem,axis:d.axis};l.trigger("fieldRemove",u,function(e){e.cancel?n.updateCheckState(s,"uncheck"):(t.removeClass([r.querySelector(".e-list-text")],"e-selected-node"),p&&t.isNullOrUndefined(p.querySelector(".e-pivot-child .e-check"))&&t.removeClass([p.querySelector(".e-list-text")],"e-selected-node"),n.updateSelectedNodes(r,"uncheck"),n.parent.pivotCommon.dataSourceUpdate.removeFieldFromReport(i),"pivot"===n.parent.dataType&&n.parent.showValuesButton&&n.parent.dataSourceSettings.values.length>1&&d&&d.position<n.parent.dataSourceSettings.valueIndex&&("row"===n.parent.dataSourceSettings.valueAxis&&"rows"===d.axis||"column"===n.parent.dataSourceSettings.valueAxis&&"columns"===d.axis)&&l.setProperties({dataSourceSettings:{valueIndex:n.parent.dataSourceSettings.valueIndex-1}},!0),"olap"===n.parent.dataType&&0===n.parent.dataSourceSettings.values.length&&n.parent.pivotCommon.dataSourceUpdate.removeFieldFromReport("[Measures]"),n.updateNodeStateChange(i,s,a))})}},e.prototype.updateReportSettings=function(e,i){var a=i.dropPosition,r=i.dropAxis;if("pivot"===this.parent.dataType&&this.parent.showValuesButton&&this.parent.dataSourceSettings.values.length>1){var n="row"===this.parent.dataSourceSettings.valueAxis&&"rows"===r?this.parent.dataSourceSettings.rows:"column"===this.parent.dataSourceSettings.valueAxis&&"columns"===r?this.parent.dataSourceSettings.columns:void 0;t.isNullOrUndefined(n)||(-1===a&&-1===this.parent.dataSourceSettings.valueIndex?this.parent.setProperties({dataSourceSettings:{valueIndex:n.length}},!0):a>-1&&a<=this.parent.dataSourceSettings.valueIndex?this.parent.setProperties({dataSourceSettings:{valueIndex:this.parent.dataSourceSettings.valueIndex+1}},!0):this.parent.dataSourceSettings.valueIndex>-1&&a>this.parent.dataSourceSettings.valueIndex&&(a-=1))}switch(r){case"filters":-1!==a?this.parent.dataSourceSettings.filters.splice(a,0,e):this.parent.dataSourceSettings.filters.push(e);break;case"rows":-1!==a?this.parent.dataSourceSettings.rows.splice(a,0,e):this.parent.dataSourceSettings.rows.push(e);break;case"columns":-1!==a?this.parent.dataSourceSettings.columns.splice(a,0,e):this.parent.dataSourceSettings.columns.push(e);break;case"values":if(-1!==a?this.parent.dataSourceSettings.values.splice(a,0,e):this.parent.dataSourceSettings.values.push(e),"olap"===this.parent.dataType&&this.parent.olapEngineModule&&!this.parent.olapEngineModule.isMeasureAvail&&!(this.parent.dataSourceSettings.values.length>1)){var s={name:"[Measures]",caption:"Measures",baseField:void 0,baseItem:void 0};("row"===this.parent.dataSourceSettings.valueAxis?this.parent.dataSourceSettings.rows:this.parent.dataSourceSettings.columns).push(s)}}},e.prototype.updateCheckState=function(e,t){for(var i=this.fieldTable.element.querySelectorAll(".e-checkbox-wrapper"),a=this.fieldTable.element.querySelectorAll(".e-list-text"),r=0;r<i.length;r++)e.caption===a[r].textContent&&("check"===t?this.fieldTable.uncheckAll([e.id]):this.fieldTable.checkAll([e.id]))},e.prototype.updateNodeStateChange=function(e,i,a){!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate?this.parent.updateDataSource(!0):(i.isSelected=a,"olap"===this.parent.dataType&&this.parent.olapEngineModule.updateFieldlistData(e,a),this.updateDataSource());var r=this.treeViewElement.querySelector('[data-uid="'+e+'"]');r.focus(),t.removeClass([r],"e-hover");var n=this.parent;setTimeout(function(){n.axisFieldModule.render()})},e.prototype.updateSelectedNodes=function(e,i){if(e&&e.querySelector("ul"))for(var a=0,r=[].slice.call(e.querySelectorAll("li"));a<r.length;a++){var n=r[a];"check"===i?t.addClass([n.querySelector(".e-list-text")],"e-selected-node"):t.removeClass([n.querySelector(".e-list-text")],"e-selected-node")}},e.prototype.updateDataSource=function(){this.parent.isPopupView?("olap"===this.parent.dataType?this.parent.pivotGridModule.olapEngineModule=this.parent.olapEngineModule:this.parent.pivotGridModule.engineModule=this.parent.engineModule,this.parent.pivotGridModule.setProperties({dataSourceSettings:this.parent.dataSourceSettings.properties},!0),this.parent.pivotGridModule.notify(Q,this)):this.parent.triggerPopulateEvent()},e.prototype.addNode=function(e,i,a,r){var n=this;r=t.isNullOrUndefined(r)?e.node:r,i=t.isNullOrUndefined(i)?r.getAttribute("data-uid"):i;var s=this.parent.pivotFieldList[i];if(!t.isNullOrUndefined(e)){if(this.isSpaceKey=e.event.key&&" "===e.event.key,t.isNullOrUndefined(s)||e.node.classList.contains("e-disable")||e.event.target&&(e.event.target.classList.contains("e-icon-collapsible")||e.event.target.classList.contains("e-icon-expandable"))||e.event.key&&"Enter"!==e.event.key)return;a=!1;var o=this.fieldTable.getNode(e.node);e.event&&e.event.target&&!e.event.target.classList.contains("e-frame")?"true"===o.isChecked?(this.fieldTable.uncheckAll([e.node]),a=!1):(this.fieldTable.checkAll([e.node]),a=!0):a="true"===o.isChecked}var l=B.getFieldInfo(s.id.toString(),this.parent),d=this.parent.isPopupView?this.parent.pivotGridModule:this.parent;if(a){var p=["filters","columns","rows","values"],h={fieldName:l.fieldName,dropField:l.fieldItem,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),dropAxis:p[this.parent.dialogRenderer.adaptiveElement.selectedItem],draggedAxis:"fieldlist",cancel:!1};d.trigger("fieldDrop",h,function(e){e.cancel?n.updateCheckState(s,"check"):n.selectedNodes.push(s.id.toString())})}else{var u={cancel:!1,fieldName:l.fieldName,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),fieldItem:l.fieldItem,axis:l.axis};d.trigger("fieldRemove",u,function(e){if(e.cancel)n.updateCheckState(s,"uncheck");else for(var t=n.selectedNodes.length;t--;)if(n.selectedNodes[t]===s.id.toString()){n.selectedNodes.splice(t,1);break}})}},e.prototype.refreshTreeView=function(){if(this.fieldTable){var e=this.getUpdatedData();this.fieldTable.fields={dataSource:e,id:"id",text:"caption",isChecked:"isSelected",parentID:"pid",iconCss:"spriteCssClass"},this.fieldTable.dataBind()}},e.prototype.getUpdatedData=function(){var e=this.getTreeData(),t=this.fieldTable.expandedNodes;return this.updateExpandedNodes(e,t),this.applySorting(e,this.fieldListSort)},e.prototype.getTreeData=function(e){var i=[];if("olap"===this.parent.dataType)i=this.getOlapTreeData(e),this.isSearching&&this.olapFieldListData.length>0&&(i=this.performeSearching(this.fieldSearch.value));else{for(var a=this.parent.pivotFieldList?Object.keys(this.parent.pivotFieldList).reverse():[],r={},n=0,s=a;n<s.length;n++){var o=s[n],l=this.parent.pivotFieldList[o];if(r[o]={id:l.id,pid:l.pid,caption:l.caption,isSelected:l.isSelected},!t.isNullOrUndefined(l.pid)&&!r[o].hasChildren){var d=l.pid+"_group_name";r[o].pid=d,r[d]={id:d,caption:l.pid,isSelected:r[d]&&r[d].isSelected?r[d].isSelected:l.isSelected,hasChildren:!0}}}if(this.parent.isAdaptive){for(var p=[this.parent.dataSourceSettings.filters,this.parent.dataSourceSettings.columns,this.parent.dataSourceSettings.rows,this.parent.dataSourceSettings.values][e],h=a.length;h--;)r[a[h]].isSelected=!1;for(var u=0,c=p;u<c.length;u++)r[c[u].name].isSelected=!0}for(var g=0,m=Object.keys(r);g<m.length;g++){var f=r[l=m[g]];i.push(f)}}return i},e.prototype.getOlapTreeData=function(e){var i=[],a=this.parent.olapEngineModule.fieldListData?this.parent.olapEngineModule.fieldListData:[];if(this.parent.isAdaptive)for(var r=[this.parent.dataSourceSettings.filters,this.parent.dataSourceSettings.columns,this.parent.dataSourceSettings.rows,this.parent.dataSourceSettings.values][e],n=0;n<a.length;){var s=a[n],o=void 0;if(3===e){if("[measures]"!==s.id.toLowerCase()&&(0===s.id.toLowerCase().indexOf("[measures]")||s.spriteCssClass&&-1!==s.spriteCssClass.indexOf("e-measureCDB"))||"[calculated members].[_0]"===s.id.toLowerCase()||s.spriteCssClass&&-1!==s.spriteCssClass.indexOf("e-calc-measure-icon")){(o={id:s.id,caption:s.caption,hasChildren:s.hasChildren,type:s.type,aggregateType:s.aggregateType,isSelected:s.isSelected,pid:s.pid,spriteCssClass:s.spriteCssClass}).isSelected=!1,o.spriteCssClass&&-1!==o.spriteCssClass.indexOf("e-measureCDB")&&(o.spriteCssClass=o.spriteCssClass.replace("e-folderCDB-icon","e-measureGroupCDB-icon"),o.pid=void 0);for(var l=0,d=r;l<d.length;l++){var p=d[l];if(o.id===p.name){o.isSelected=!0;break}}i.push(o)}}else if(!(0===s.id.toLowerCase().indexOf("[measures]")||s.spriteCssClass&&-1!==s.spriteCssClass.indexOf("e-measureCDB")||s.spriteCssClass&&-1!==s.spriteCssClass.indexOf("e-calc-measure-icon"))){(o={id:s.id,caption:s.caption,hasChildren:s.hasChildren,type:s.type,aggregateType:s.aggregateType,isSelected:s.isSelected,pid:s.pid,spriteCssClass:s.spriteCssClass}).isSelected=!1;for(var h=0,u=r;h<u.length;h++){var c=u[h];if(o.id===c.name){o.isSelected=!0;break}}i.push(o)}n++}else i=t.isNullOrUndefined(this.parent.olapEngineModule.fieldListData)?[]:B.getClonedData(this.parent.olapEngineModule.fieldListData);return this.olapFieldListData=i,i},e.prototype.updateExpandedNodes=function(e,t){if(t.length>0)for(var i=0,a=0,r=e;a<r.length;a++){var n=r[a];if(t.indexOf(n.id)>-1&&(i++,n.expanded=!0,n.spriteCssClass=n.spriteCssClass&&n.spriteCssClass.toString().indexOf("e-folderCDB-icon")>-1?n.spriteCssClass.toString().replace("e-folderCDB-icon","e-folderCDB-open-icon"):n.spriteCssClass,i===t.length))break}},e.prototype.updateSorting=function(e){var i=e.target,a=i.getAttribute("data-sort");if(this.parent.actionObj.actionName="Sort field tree",!this.parent.actionBeginMethod()){try{if(-1===i.className.indexOf("e-selected")){switch(a){case"None":this.fieldListSort="None",t.addClass([i],"e-selected"),t.removeClass([this.parentElement.querySelector(".e-sort-ascend")],"e-selected"),t.removeClass([this.parentElement.querySelector(".e-sort-descend")],"e-selected");break;case"Ascend":this.fieldListSort="Ascend",t.addClass([i],"e-selected"),t.removeClass([this.parentElement.querySelector(".e-sort-none")],"e-selected"),t.removeClass([this.parentElement.querySelector(".e-sort-descend")],"e-selected");break;case"Descend":this.fieldListSort="Descend",t.addClass([i],"e-selected"),t.removeClass([this.parentElement.querySelector(".e-sort-ascend")],"e-selected"),t.removeClass([this.parentElement.querySelector(".e-sort-none")],"e-selected")}this.refreshTreeView()}}catch(e){this.parent.actionFailureMethod(e)}this.parent.actionObj.actionName=this.parent.getActionCompleteName(),this.parent.actionObj.actionName&&this.parent.actionCompleteMethod()}},e.prototype.applySorting=function(e,t){if(e.length>0)if("olap"===this.parent.dataType){var i=void 0,a=void 0;this.parent.dataSourceSettings.calculatedFieldSettings.length>0&&"[calculated members].[_0]"===e[0].id.toLowerCase()?(a=e[0],i=e[1],e.splice(0,2)):(i=e[0],e.splice(0,1)),e="Ascend"===t?e.sort(function(e,t){return e.caption>t.caption?1:t.caption>e.caption?-1:0}):"Descend"===t?e.sort(function(e,t){return e.caption<t.caption?1:t.caption<e.caption?-1:0}):e,a?e.splice(0,0,a,i):e.splice(0,0,i)}else this.fieldTable.sortOrder="Ascend"===t?"Ascending":"Descend"===t?"Descending":"None";return e},e.prototype.onFieldAdd=function(){this.parent.dialogRenderer.updateDataSource(this.selectedNodes),this.closeTreeDialog()},e.prototype.closeTreeDialog=function(){this.selectedNodes=[],this.fieldDialog.hide(),this.fieldDialog.destroy(),document.getElementById(this.parent.element.id+"_FieldListTreeView")&&t.remove(document.getElementById(this.parent.element.id+"_FieldListTreeView")),this.fieldDialog=null},e.prototype.keyPress=function(e){if(13===e.keyCode&&e.target)return e.target.click(),void e.preventDefault()},e.prototype.wireFieldListEvent=function(e){t.EventHandler.add(e,"keydown",this.keyPress,this),t.EventHandler.add(e,"click",this.updateSorting,this)},e.prototype.unWireFieldListEvent=function(e){t.EventHandler.remove(e,"keydown",this.keyPress),t.EventHandler.remove(e,"click",this.updateSorting)},e.prototype.addEventListener=function(){this.parent.on(X,this.refreshTreeView,this)},e.prototype.removeEventListener=function(){this.parent.isDestroyed||this.parent.off(X,this.refreshTreeView)},e.prototype.destroy=function(){if(this.removeEventListener(),this.parentElement)for(var e=0,i=[this.parentElement.querySelector(".e-sort-none"),this.parentElement.querySelector(".e-sort-ascend"),this.parentElement.querySelector(".e-sort-descend")];e<i.length;e++){var a=i[e];a&&this.unWireFieldListEvent(a)}if(this.editorSearch&&!this.editorSearch.isDestroyed&&(this.editorSearch.destroy(),this.editorSearch=null),this.fieldSearch&&!this.fieldSearch.isDestroyed&&(this.fieldSearch.destroy(),this.fieldSearch=null),this.fieldTable&&!this.fieldTable.isDestroyed){if(this.fieldTable.element)for(var r=this.fieldTable.element.querySelectorAll("li"),n=0;n<r.length;n++)t.EventHandler.clearEvents(r[n]);this.fieldTable.destroy(),this.fieldTable=null}this.fieldDialog&&!this.fieldDialog.isDestroyed&&(this.fieldDialog.destroy(),this.fieldDialog=null),this.treeViewElement&&this.treeViewElement.parentNode&&(this.treeViewElement.innerHTML=""),this.selectedNodes=[],this.nonSearchList=null,this.parentIDs=[]},e}(),Wt=function(){function e(e){this.droppableInstances=[],this.parent=e}return e.prototype.render=function(){if(!this.parent.isAdaptive){var e=t.createElement("div",{className:"e-axis-table "+("olap"===this.parent.dataType?"e-olap-axis-table":"")});this.leftAxisPanel=t.createElement("div",{className:"e-left-axis-fields"}),this.rightAxisPanel=t.createElement("div",{className:"e-right-axis-fields"}),this.parent.dialogRenderer.parentElement.appendChild(e),e.appendChild(this.leftAxisPanel),e.appendChild(this.rightAxisPanel),this.axisTable=e,this.renderAxisTable()}this.parent.axisFieldModule.render()},e.prototype.renderAxisTable=function(){for(var e=["filters","rows","columns","values"],i=0,a=e.length;i<a;i++){var r=t.createElement("div",{className:"e-field-list-"+e[i]}),n=t.createElement("div",{className:"e-axis-container"}),s=t.createElement("div",{className:"e-axis-header",attrs:{title:this.parent.localeObj.getConstant(e[i])}});s.innerText=this.parent.localeObj.getConstant(e[i]),n.appendChild(this.getIconupdate(e[i])),n.appendChild(s);var o=t.createElement("div",{className:"e-axis-content e-"+e[i]}),l=void 0;l="rows"===e[i]?this.parent.localeObj.getConstant("dropRowPrompt"):"columns"===e[i]?this.parent.localeObj.getConstant("dropColPrompt"):"values"===e[i]?this.parent.localeObj.getConstant("dropValPrompt"):this.parent.localeObj.getConstant("dropFilterPrompt");var d=t.createElement("span",{className:"e-draggable-prompt"});d.innerText=l;var p=new t.Droppable(o,{});this.droppableInstances.push(p),r.appendChild(n),r.appendChild(o),r.appendChild(d),i<=1?this.leftAxisPanel.appendChild(r):this.rightAxisPanel.appendChild(r),this.unWireEvent(o),this.wireEvent(o)}},e.prototype.getIconupdate=function(e){var i=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false"},className:"e-axis-icon-container"}),a=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false"},className:y+" e-axis-"+e});return i.appendChild(a),i},e.prototype.wireEvent=function(e){t.EventHandler.add(e,"mouseover",this.updateDropIndicator,this),t.EventHandler.add(e,"mouseleave",this.updateDropIndicator,this)},e.prototype.unWireEvent=function(e){t.EventHandler.remove(e,"mouseover",this.updateDropIndicator),t.EventHandler.remove(e,"mouseleave",this.updateDropIndicator)},e.prototype.updateDropIndicator=function(e){var i=this.parent.dialogRenderer.parentElement;if(this.parent.isDragging&&e.target.classList.contains("e-axis-content")&&"mouseover"===e.type){t.removeClass([].slice.call(i.querySelectorAll(".e-drop-indicator")),"e-drop-hover"),t.removeClass([].slice.call(i.querySelectorAll(".e-drop-indicator-last")),"e-drop-hover");var a=[].slice.call(e.target.querySelectorAll(".e-pvt-btn-div"));a.length>0&&t.addClass([a[a.length-1].querySelector(".e-drop-indicator-last")],"e-drop-hover")}else this.parent.isDragging&&(e.target.classList.contains("e-droppable")||"mouseleave"!==e.type)||(t.removeClass([].slice.call(i.querySelectorAll(".e-drop-indicator")),"e-drop-hover"),t.removeClass([].slice.call(i.querySelectorAll(".e-drop-indicator-last")),"e-drop-hover"))},e.prototype.destroy=function(){if(this.axisTable)for(var e=this.axisTable.querySelectorAll(".e-axis-content"),t=0;t<e.length;t++)this.unWireEvent(e[t]);for(t=0;t<this.droppableInstances.length;t++)this.droppableInstances[t]&&!this.droppableInstances[t].isDestroyed&&this.droppableInstances[t].destroy();this.droppableInstances=[],this.axisTable&&this.axisTable.parentNode&&this.axisTable.parentNode.removeChild(this.axisTable),this.axisTable=null,this.leftAxisPanel=null,this.rightAxisPanel=null},e}(),Qt=function(){function e(e){this.parent=e,this.menuOption=new Z(this.parent),this.parent.pivotButtonModule=this,this.addEventListener(),this.parent instanceof Zt&&(this.axisField=new Yt(this.parent)),this.isDestroyed=!1}return e.prototype.renderPivotButton=function(e){var i,a=this;this.parentElement="pivotview"===this.parent.getModuleName()?this.parent.element:document.getElementById(this.parent.element.id+"_Container");var r,n=Array.prototype.slice.call(this.parentElement.querySelectorAll(".e-group-"+e.axis));"rows"===e.axis&&this.parent.showGroupingBar&&this.parent.groupingBarModule&&t.isNullOrUndefined(this.parentElement.querySelector(".e-group-pivot-rows"))&&(n.push(this.parent.groupingBarModule.rowPanel),r=this.parent.groupingBarModule.rowPanel);var s=t.extend([],e.field,null,!0),o=e.axis,d=-1,p="pivot"===this.parent.dataType&&("pivotfieldlist"===this.parent.getModuleName()&&this.parent.pivotGridModule?this.parent.pivotGridModule.showValuesButton:this.parent.showValuesButton);if(("row"===this.parent.dataSourceSettings.valueAxis&&"rows"===e.axis||"column"===this.parent.dataSourceSettings.valueAxis&&"columns"===e.axis)&&p&&this.parent.dataSourceSettings.values.length>1&&t.isNullOrUndefined(B.getFieldByName("[Measures]",s))){var u=B.getFieldByName("[Measures]",this.parent.dataSourceSettings.fieldMapping),c={name:"[Measures]",caption:this.parent.localeObj.getConstant("values"),axis:e.axis,showRemoveIcon:!(u&&"showRemoveIcon"in u)||u.showRemoveIcon,allowDragAndDrop:!(u&&"allowDragAndDrop"in u)||u.allowDragAndDrop};-1===this.parent.dataSourceSettings.valueIndex||this.parent.dataSourceSettings.valueIndex>s.length?(d=s.length,s.push(c),this.parent.setProperties({dataSourceSettings:{valueIndex:-1}},!0)):(d=this.parent.dataSourceSettings.valueIndex,s.splice(d,0,c))}if("pivotfieldlist"===this.parent.getModuleName()){if(this.parentElement=document.getElementById(this.parent.element.id+"_Container"),!this.parentElement.querySelector(".e-field-list-"+o))return;var g=this.parentElement.querySelector(".e-field-list-"+o).querySelector(".e-draggable-prompt");0===s.length?t.removeClass([g],"e-disable"):t.addClass([g],"e-disable"),r=this.parentElement.querySelector(".e-field-list-"+o).querySelector(".e-axis-content")}else this.parentElement=this.parent.element,t.isNullOrUndefined(this.parentElement.querySelector(".e-group-"+o))||(r=this.parentElement.querySelector(".e-group-"+o));if(r)if("pivotview"===this.parent.getModuleName()&&0===s.length)for(m=0;m<n.length;m++)(b=n[m]).classList.contains("e-group-chart-values")||b.classList.contains("e-group-chart-columns")||((g=t.createElement("span",{className:"e-draggable-prompt"})).innerText=this.parent.groupingBarSettings.allowDragAndDrop?"rows"===o?this.parent.localeObj.getConstant("rowAxisPrompt"):"columns"===o?this.parent.localeObj.getConstant("columnAxisPrompt"):"values"===o?this.parent.localeObj.getConstant("valueAxisPrompt"):"filters"===o?this.parent.localeObj.getConstant("filterAxisPrompt"):this.parent.localeObj.getConstant("allFields"):"",b.appendChild(g));else{for(var m=0,f=s.length;m<f;m++)for(var v="pivotfieldlist"===this.parent.getModuleName()?[r]:n,S=0;S<v.length;S++){var b=v[S];if(this.parent.olapEngineModule&&(this.parent.olapEngineModule.fieldList[s[m].name]||"[Measures]"===s[m].name)||this.parent.engineModule){var C="olap"===this.parent.dataType&&("[measures]"===s[m].name.toLowerCase()||"values"===o),x="olap"===this.parent.dataType&&"values"===o;if(!b.classList.contains("e-group-chart-values")&&!b.classList.contains("e-group-chart-columns")){var w=t.createElement("div",{className:"e-pvt-btn-div"+(0===m&&"all-fields"!==o?" e-first-btn":"")+(this.parent.isTabular?" e-tabular-pvt-btn":""),attrs:{"data-tag":o+":"+s[m].name}});this.parent.isTabular&&(w.style.width="auto");var T=s[m].caption?s[m].caption:s[m].name;T=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(T):T;var M=t.createElement("div",{id:this.parent.element.id+"_"+s[m].name,className:"e-pivot-button "+s[m].name.replace(/[^A-Z0-9]/gi,"")+(this.parent.isTabular?" e-tabular-row-btn":""),attrs:{"data-uid":s[m].name,tabindex:"pivotview"===this.parent.getModuleName()&&this.parent.grid&&"rows"===o&&!b.classList.contains("e-group-chart-rows")?"-1":"0",isvalue:m===d||C&&!x?"true":"false","aria-disabled":"false","aria-label":T,"data-type":"olap"===this.parent.dataType?x?"isMeasureFieldsAvail":C?"isMeasureAvail":s[m].type:s[m].type,"data-caption":T,"data-basefield":this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(s[m].baseField):s[m].baseField,"data-baseitem":this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(s[m].baseItem):s[m].baseItem,role:"button"}}),D=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false"},className:"e-drop-indicator"}),O=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false"},className:"e-drop-indicator-last"}),P=this.createButtonDragIcon(s[m],M),N=this.createButtonText(s,m,o,d);if(M.appendChild(N),"all-fields"!==o){if(C||s[m].isNamedSet||s[m].isCalculatedField||(-1!==["filters","values"].indexOf(o)||d===m||"olap"===this.parent.dataType&&("pivotview"===this.parent.getModuleName()&&this.parent.enableVirtualization||"pivotfieldlist"===this.parent.getModuleName()&&void 0!==this.parent.pivotGridModule&&this.parent.pivotGridModule.enableVirtualization)||this.createSortOption(M,s[m].name,s[m]),"values"!==o&&d!==m&&this.createFilterOption(M,s[m].name,o,s[m]),"values"===o&&this.getTypeStatus(s,m,M)),s[m].isCalculatedField||"CalculatedField"===s[m].type){var E=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("editCalculatedField")},className:y+" e-edit"});this.parent.allowCalculatedField&&this.parent.calculatedFieldModule&&(s[m].showEditIcon||void 0===s[m].showEditIcon)?t.removeClass([E],"e-disable"):t.addClass([E],"e-disable"),M.appendChild(E)}var I=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("remove")},className:y+" e-remove"});"pivotview"===this.parent.getModuleName()?this.parent.groupingBarSettings.showRemoveIcon&&(s[m].showRemoveIcon||void 0===s[m].showRemoveIcon)?t.removeClass([I],"e-disable"):t.addClass([I],"e-disable"):s[m].showRemoveIcon||void 0===s[m].showRemoveIcon?t.removeClass([I],"e-disable"):t.addClass([I],"e-disable"),M.appendChild(I),w.appendChild(D),w.appendChild(M),w.appendChild(O)}else w.appendChild(D),w.appendChild(M);b.appendChild(w);var F=new h.Button({enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass});F.isStringTemplate=!0,F.appendTo(M),this.unWireEvent(w,m===d&&"all-fields"!==o?"values":o,C),this.wireEvent(w,m===d&&"all-fields"!==o?"values":o,C),("pivotview"===this.parent.getModuleName()&&!this.parent.isAdaptive||"pivotfieldlist"===this.parent.getModuleName())&&(this.createDraggable(s[m],"pivotview"===this.parent.getModuleName()?N:P),t.getInstance(M.querySelector(".e-draggable"),t.Draggable).enableAutoScroll=!1)}}}if("values"===o)for(var L=t.select(".e-group-chart-values-drodown-div",this.parentElement)?t.getInstance(t.select(".e-group-chart-values-drodown-div",this.parentElement),l.DropDownList):null,A=this,m=0;m<n.length;m++)!function(e){var i=n[e];if(i.classList.contains("e-group-chart-values")&&A.parent.pivotChartModule){var a=s.map(function(e){return{text:e.caption?e.caption:e.name,value:e.name}}),r=A.parent;if(L&&i.querySelector(".e-group-chart-values-drodown-div"))L.dataSource=a,L.value=r.chartSettings.enableMultipleAxis?a[0].value:r.pivotChartModule.currentMeasure;else{var o=t.createElement("div",{className:"e-group-chart-values-drodown-div"});i.appendChild(o),(L=new l.DropDownList({dataSource:a,enableRtl:A.parent.enableRtl,locale:A.parent.locale,value:r.chartSettings.enableMultipleAxis?a[0].value:r.pivotChartModule.currentMeasure,width:A.parent.isAdaptive?150:200,fields:{value:"value",text:"text"},cssClass:"e-group-chart-values-drodown"+(A.parent.cssClass?" "+A.parent.cssClass:""),change:function(e){e.e&&null!==e.e&&(r.chartSettings.value=e.value)}})).isStringTemplate=!0,L.appendTo(o)}}}(m);else if("columns"===o)for(var R=void 0,k=t.select(".e-group-chart-columns-dropdown-div",this.parentElement)?t.getInstance(t.select(".e-group-chart-columns-dropdown-div",this.parentElement),l.DropDownList):null,m=0;m<n.length;m++)if((b=n[m]).classList.contains("e-group-chart-columns")&&this.parent.pivotChartModule){for(var j=this.parent.pivotChartModule.currentMeasure,H=this.parent.chartSettings.columnDelimiter?this.parent.chartSettings.columnDelimiter:"-",q=this.parent.chartSettings.columnHeader&&""!==this.parent.chartSettings.columnHeader?this.parent.chartSettings.columnHeader.split(H).join(" - "):"",V="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,U=V.pivotValues,_=this.parent.pivotChartModule.getColumnTotalIndex(U),G=[],z=!1,W=0,Q=Object.keys(U);W<Q.length;W++){var Y=Q[W];if(z)break;var K=Number(Y);if(U[K]&&U[K][0]&&"row"===U[K][0].axis&&(0===this.parent.dataSourceSettings.rows.length||"grand sum"!==U[K][0].type))for(var X=U[K][0],J="olap"===this.parent.dataType?V.tupRowInfo[X.ordinal]:void 0,Z=U[K],$=0,ee=Object.keys(Z);$<ee.length;$++){var te=ee[$],ie=Number(te),ae=U[K][ie],re="olap"===this.parent.dataType&&J&&J.measureName?J.measureName:ae.actualText;if(!_[ae.colIndex]&&"value"===ae.axis&&"header"!==X.type&&""!==re&&re===j){z=!0;var ne="olap"===this.parent.dataType?ae.columnHeaders.toString().split(/~~|::/).join(" - "):ae.columnHeaders.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).join(" - ");G.push({value:ne,text:ne,title:(i={},i.title=ne,i)}),ne===q&&(R=G.length)}}}if(k&&b.querySelector(".e-group-chart-columns-dropdown-div"))k.dataSource=G,k.value=void 0!==R?G[R-1].value:G[0].value;else{var se=t.createElement("div",{className:"e-group-chart-columns-dropdown-div"});b.appendChild(se),(k=new l.DropDownList({dataSource:G,enableRtl:this.parent.enableRtl,locale:this.parent.locale,value:R?G[R-1].value:G[0]?G[0].value:"",width:"200",fields:{value:"value",text:"text",htmlAttributes:"title"},cssClass:"e-group-chart-columns-dropdown"+(this.parent.cssClass?" "+this.parent.cssClass:""),change:function(e){if(e.e&&null!==e.e){var t=a.parent.chartSettings.columnDelimiter?a.parent.chartSettings.columnDelimiter:"-";a.parent.chartSettings.columnHeader=e.value.split(" - ").join(t)}}})).isStringTemplate=!0,k.appendTo(se)}}}},e.prototype.createButtonText=function(e,i,a,r){var n,s;"filters"===a&&(s=this.updateButtontext(e[i].name));var o;(o="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule).fieldList&&void 0!==o.fieldList[e[i].name]&&(n="DistinctCount"===(n=o.fieldList[e[i].name].aggregateType)||"number"===o.fieldList[e[i].name].type&&"include"!==o.fieldList[e[i].name].type&&"exclude"!==o.fieldList[e[i].name].type?void 0===n?"Sum":o.fieldList[e[i].name].aggregateType:"Count");var l=e[i].caption?e[i].caption:e[i].name;l=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(l):l;var d=t.createElement("span",{attrs:{title:"filters"===a?"olap"===this.parent.dataType&&"CalculatedField"===o.fieldList[e[i].name].type?l:l+" ("+s+")":"olap"===this.parent.dataType?l:this.parent.dataSourceSettings.showAggregationOnValueField&&"values"===a&&"CalculatedField"!==n?this.parent.localeObj.getConstant(n)+" "+this.parent.localeObj.getConstant("of")+" "+l:l,tabindex:"-1","aria-disabled":"false",oncontextmenu:"return false;","data-type":r===i?"":n},className:"e-pvt-btn-content "+("pivotview"===this.parent.getModuleName()?this.parent.groupingBarSettings.allowDragAndDrop&&(e[i].allowDragAndDrop||void 0===e[i].allowDragAndDrop)?"":"e-disable-drag":"")});return d.innerText="filters"===a?"olap"===this.parent.dataType&&"CalculatedField"===o.fieldList[e[i].name].type?l:l+" ("+s+")":"olap"===this.parent.dataType?l:this.parent.dataSourceSettings.showAggregationOnValueField&&"values"===a&&"CalculatedField"!==n?this.parent.localeObj.getConstant(n)+" "+this.parent.localeObj.getConstant("of")+" "+l:l,d},e.prototype.getTypeStatus=function(e,t,i){var a;if((a="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule).fieldList){var r=a.fieldList[e[t].name];r&&"CalculatedField"!==r.aggregateType&&this.validateDropdown(r.type)&&this.createSummaryType(i,e[t].name,e[t])}},e.prototype.validateDropdown=function(e){var t=this.parent.aggregateTypes;if("number"!==e)return t.indexOf("Count")>-1||t.indexOf("DistinctCount")>-1;for(var i=0;i<t.length;i++)if(this.parent.getAllSummaryType().indexOf(t[i])>-1)return!0;return!1},e.prototype.createSummaryType=function(e,i,a){var r=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("format")},className:y+" e-dropdown-icon"});return"pivotview"===this.parent.getModuleName()?this.parent.groupingBarSettings.showValueTypeIcon&&a.showValueTypeIcon?t.removeClass([r],"e-disable"):t.addClass([r],"e-disable"):a.showValueTypeIcon?t.removeClass([r],"e-disable"):t.addClass([r],"e-disable"),e.appendChild(r),r},e.prototype.createMenuOption=function(e){this.menuOption.render(e,this.parentElement),this.parent.pivotButtonModule=this},e.prototype.openCalculatedFieldDialog=function(e){var i=e.target.parentElement.getAttribute("data-uid"),a=B.getFieldInfo(i,this.parent);if(this.parent.actionObj.actionName="Edit calculated field",this.parent.actionObj.fieldInfo=a,!this.parent.actionBeginMethod())try{"pivotview"===this.parent.getModuleName()?this.parent.isAdaptive&&this.parent.showFieldList&&this.parent.pivotFieldListModule&&!this.parent.pivotFieldListModule.isDestroyed?(this.parent.pivotFieldListModule.element.querySelector(".e-toggle-field-list").click(),this.parent.pivotFieldListModule.dialogRenderer.adaptiveElement.select(4),this.parent.pivotFieldListModule.calculatedFieldModule.updateAdaptiveCalculatedField(!0,i)):(this.parent.isAdaptive||(this.parent.calculatedFieldModule.buttonCall=!0),this.parent.notify("init-calculatedfield",{edit:!0,fieldName:i})):"pivotfieldlist"===this.parent.getModuleName()&&(this.parent.isAdaptive?(this.parent.dialogRenderer.adaptiveElement.select(4),this.parent.calculatedFieldModule.updateAdaptiveCalculatedField(!0,i),this.parent.calculatedFieldModule.buttonCall=!0):(this.parent.dialogRenderer.fieldListDialog&&(this.parent.dialogRenderer.fieldListDialog.hide(),t.addClass([this.parent.element.querySelector(".e-toggle-field-list")],"e-hide")),this.parent.notify("init-calculatedfield",{edit:!0,fieldName:i}),this.parent.calculatedFieldModule&&(this.parent.calculatedFieldModule.buttonCall=!0)))}catch(e){this.parent.actionFailureMethod(e)}},e.prototype.createDraggable=function(e,i){this.draggable=new t.Draggable(i,{clone:!0,enableTailMode:!0,enableAutoScroll:!0,helper:this.createDragClone.bind(this),dragStart:this.onDragStart.bind(this),drag:this.onDragging.bind(this),dragStop:this.onDragStop.bind(this),abort:"pivotview"===this.parent.getModuleName()?this.parent.groupingBarSettings.allowDragAndDrop&&e.allowDragAndDrop?"":".e-pivot-button":e.allowDragAndDrop?"":".e-pivot-button"})},e.prototype.createButtonDragIcon=function(e,i){var a=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false"}}),r=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("drag")},className:y+" e-drag "+(e.allowDragAndDrop||void 0===e.allowDragAndDrop?"":"e-disable-drag")});return a.appendChild(r),"pivotfieldlist"===this.parent.getModuleName()&&i.appendChild(a),a},e.prototype.createSortOption=function(e,i,a){var r,n,s;if(s="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate)r="Descending"===s.fieldList[i].sort?"e-descend":"";else{r="";for(var o=0;o<this.parent.dataSourceSettings.sortSettings.length;o++)this.parent.dataSourceSettings.sortSettings[o].name===i&&(r="Descending"===this.parent.dataSourceSettings.sortSettings[o].order?"e-descend":"")}return n=s.fieldList&&"None"===s.fieldList[i].sort?t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("sort")},className:y}):t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("sort")},className:y+" e-sort "+r}),this.parent.dataSourceSettings.enableSorting?"pivotview"===this.parent.getModuleName()?a.showSortIcon&&this.parent.groupingBarSettings.showSortIcon?t.removeClass([n],"e-disable"):t.addClass([n],"e-disable"):a.showSortIcon?t.removeClass([n],"e-disable"):t.addClass([n],"e-disable"):t.addClass([n],"e-disable"),e.appendChild(n),n},e.prototype.createFilterOption=function(e,i,a,r){var n,s;s="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule;var o=B.getFieldByName(i,this.parent.dataSourceSettings.filterSettings);if(!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate)s.fieldList[i].filter=null===s.fieldList[i].filter?[]:s.fieldList[i].filter,n="Server"===this.parent.dataSourceSettings.mode&&!o||"Local"===this.parent.dataSourceSettings.mode&&0===s.fieldList[i].filter.length?s.fieldList[i].isExcelFilter?"e-pv-filtered":"e-pv-filter":"e-pv-filtered";else{n="e-pv-filter";for(var l=0;l<this.parent.dataSourceSettings.filterSettings.length;l++)this.parent.dataSourceSettings.filterSettings[l].name===i&&(n="e-pv-filtered")}var d=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("filter")},className:"e-btn-filter e-icons "+n});return(this.parent.dataSourceSettings.allowLabelFilter||this.parent.dataSourceSettings.allowValueFilter)&&"filters"!==a||this.parent.dataSourceSettings.allowMemberFilter?t.removeClass([d],"e-disable"):t.addClass([d],"e-disable"),"pivotview"===this.parent.getModuleName()?((this.parent.dataSourceSettings.allowLabelFilter||this.parent.dataSourceSettings.allowValueFilter)&&"filters"!==a||this.parent.dataSourceSettings.allowMemberFilter)&&this.parent.groupingBarSettings.showFilterIcon&&r.showFilterIcon?t.removeClass([d],"e-disable"):t.addClass([d],"e-disable"):r.showFilterIcon&&((this.parent.dataSourceSettings.allowLabelFilter||this.parent.dataSourceSettings.allowValueFilter)&&"filters"!==a||this.parent.dataSourceSettings.allowMemberFilter)?t.removeClass([d],"e-disable"):t.addClass([d],"e-disable"),e.appendChild(d),d},e.prototype.updateButtontext=function(e){var t,i,a=(t="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule).fieldList[e].filter.length,r=t.fieldList[e].filterType,n=t.fieldList[e].dateMember.length,s=t.fieldList[e].filter[0];if("olap"===this.parent.dataType)i=this.updateOlapButtonText(t,e,s,a);else if("include"===r)1===a?i=s:a>1&&(i=a===n?this.parent.localeObj.getConstant("all"):this.parent.localeObj.getConstant("multipleItems"));else if("exclude"===r){if(1===a)i=2===n?s!==t.fieldList[e].dateMember[0].actualText?s:t.fieldList[e].dateMember[0].actualText:this.parent.localeObj.getConstant("multipleItems");else if(a>1){var o=void 0,l=Object.keys(t.fieldList[e].members),d=t.fieldList[e].filter;if(a===l.length-1)for(o=0;o<l.length;o++){var p=l[o];if(-1===d.indexOf(p)){i=l[o];break}}else i=this.parent.localeObj.getConstant("multipleItems")}}else i=this.parent.localeObj.getConstant("all");return i},e.prototype.updateOlapButtonText=function(e,t,i,a){var r,n=e.fieldList[t].actualFilter;if(n.length>0){var s=e.fieldList[t].members,o=[];if(e.fieldList[t].filterMembers.length>0){for(var l={},d=0,p=n;d<p.length;d++)l[c=p[d]]=c,s[c]&&(l=this.parent.pivotCommon.eventBase.getParentNode(t,c,l));for(var h=0,u=l?Object.keys(l):[];h<u.length;h++){var c=u[h];s[c].isSelected&&(s[c].parent&&s[s[c].parent].isSelected||o.push(c))}i=1===o.length?s[o[0]].caption:i}a=0===o.length?a:o.length}return 0===a?r=e.fieldList[t].allMember?e.fieldList[t].allMember:this.parent.localeObj.getConstant("all"):1===a?r=i:a>1&&(r=this.parent.localeObj.getConstant("multipleItems")),r},e.prototype.createDragClone=function(e){var i=t.closest(e.element,".e-pivot-button"),a=t.createElement("div",{id:this.parent.element.id+"_DragClone",className:"e-button-drag-clone"+(this.parent.cssClass?" "+this.parent.cssClass:"")}),r=t.createElement("span",{className:"e-text-content"});return r.innerText=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(i.textContent):i.textContent,a.appendChild(r),document.body.appendChild(a),a},e.prototype.onDragStart=function(e){var i=this,a=t.closest(e.element,".e-pivot-button"),r=document.getElementById(this.parent.element.id+"_DragClone"),n=B.getFieldInfo(a.getAttribute("data-uid"),this.parent),s={fieldName:n.fieldName,fieldItem:n.fieldItem,axis:n.axis,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),cancel:!1};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("fieldDragStart",s,function(n){if(n.cancel)i.parent.isDragging=!1,i.draggable.intDestroy(e.event),t.detach(r);else{i.parent.isDragging=!0;var s=void 0,o=(s="olap"===i.parent.dataType?i.parent.olapEngineModule:i.parent.engineModule).fieldList[a.getAttribute("data-uid")],l=["e-rows","e-columns","e-filters"];if(t.addClass([a],"e-list-selected"),r&&"Popup"===("pivotfieldlist"===i.parent.getModuleName()&&i.parent.renderMode)){var d=i.parent;r.style.zIndex=(d.dialogRenderer.fieldListDialog.zIndex+1).toString()}if(o&&"CalculatedField"===o.aggregateType)for(var p=0,h=l;p<h.length;p++){var u=h[p];t.addClass([i.parentElement.querySelector("."+u)],"e-drag-restrict"),i.parentElement.querySelector("."+u).querySelectorAll(".e-pivot-button").forEach(function(e){e.style.cursor="no-drop"})}}})},e.prototype.onDragging=function(e){this.draggable.setProperties({cursorAt:{top:!t.isNullOrUndefined(e.event.targetTouches)||t.Browser.isDevice?60:-20}})},e.prototype.onDragStop=function(e){this.parent.isDragging=!1,e.target&&e.element&&t.closest(e.element,".e-group-all-fields")&&!t.closest(e.target,".e-droppable")&&(e.cancel=!0);var i=t.closest(e.element,".e-pivot-button");t.removeClass([].slice.call(this.parentElement.querySelectorAll(".e-pivot-button")),"e-list-selected"),t.removeClass([].slice.call(this.parentElement.querySelectorAll(".e-drop-indicator")),"e-drop-hover");for(var a=0,r=["e-rows","e-columns","e-filters"];a<r.length;a++){var n=r[a];t.removeClass([this.parentElement.querySelector("."+n)],"e-drag-restrict"),this.parentElement.querySelector("."+n).querySelectorAll(".e-pivot-button").forEach(function(e){e.style.cursor="default"})}this.parent.pivotCommon.filterDialog.dialogPopUp&&this.parent.pivotCommon.filterDialog.dialogPopUp.close(),document.getElementById(this.parent.element.id+"_DragClone")&&t.remove(document.getElementById(this.parent.element.id+"_DragClone")),document.body.style.cursor="auto",this.isButtonDropped(e.target,i)&&!e.cancel&&(this.parent.pivotCommon.dataSourceUpdate.control="pivotview"===this.parent.getModuleName()?this.parent:this.parent.pivotGridModule?this.parent.pivotGridModule:this.parent,this.parent.pivotCommon.nodeStateModified.onStateModified(e,i.getAttribute("data-uid"))&&(this.updateDataSource(),this.parent.axisFieldModule.render()))},e.prototype.isButtonDropped=function(e,i){var a=t.closest(i,".e-droppable"),r=t.closest(e,".e-droppable"),n=!0;if(a&&a===r){for(var s=[].slice.call(a.querySelectorAll(".e-pivot-button")),o=t.closest(e,".e-pvt-btn-div"),l=void 0,d=-1,p=0,h=s.length;p<h;p++)if(s[p].id===i.id&&(l=p),o){var u=o.querySelector(".e-pivot-button");s[p].id===u.id&&(d=p)}(l===d||l===s.length-1&&-1===d)&&(t.removeClass([].slice.call(this.parentElement.querySelectorAll(".e-drop-indicator")),"e-drop-hover"),n=!1)}return n},e.prototype.updateSorting=function(e){var i=t.closest(e.target,".e-pivot-button"),a=B.getFieldInfo(i?i.getAttribute("data-uid"):"",this.parent);if(!e.target.classList.contains("e-btn-filter")&&!e.target.classList.contains("e-remove")&&!e.target.classList.contains("e-drag")&&i&&a.fieldItem&&(a.fieldItem.showSortIcon||t.isNullOrUndefined(a.fieldItem.showSortIcon))&&!a.fieldItem.isCalculatedField){if(this.parent.actionObj.actionName="Sort field",this.parent.actionObj.fieldInfo=a,this.parent.actionBeginMethod())return;try{if((this.parent instanceof Zt||this.parent.groupingBarSettings.showSortIcon)&&this.parent.dataSourceSettings.enableSorting&&("olap"!==this.parent.dataType||!("pivotfieldlist"===this.parent.getModuleName()&&void 0!==this.parent.pivotGridModule&&this.parent.pivotGridModule.enableVirtualization||"pivotview"===this.parent.getModuleName()&&this.parent.enableVirtualization))){if(this.parent.pivotCommon.eventBase.updateSorting(e),this.parent.staticPivotGridModule&&(this.parent.staticPivotGridModule.actionObj=this.parent.actionObj),!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate||"pivotfieldlist"!==this.parent.getModuleName()){var r={sortInfo:this.parent.lastSortInfo};this.parent.actionObj.actionInfo=r,this.updateDataSource(!0)}var n=this;n.parent instanceof Zt&&(n.axisField.render(),this.parent.isPopupView&&this.parent.pivotGridModule?this.parent.pivotGridModule.notify(Q,this):this.parent.staticPivotGridModule&&this.parent.staticPivotGridModule.notify(Q,this))}}catch(e){this.parent.actionFailureMethod(e)}}},e.prototype.updateDataSource=function(e){!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate||"pivotview"===this.parent.getModuleName()?this.parent.updateDataSource(e):"pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView&&this.parent.pivotGridModule?("olap"===this.parent.dataType?this.parent.pivotGridModule.olapEngineModule=this.parent.olapEngineModule:this.parent.pivotGridModule.engineModule=this.parent.engineModule,this.parent.pivotGridModule.notify(Q,this),this.parent.pivotGridModule.setProperties({dataSourceSettings:this.parent.dataSourceSettings.properties},!0)):this.parent.triggerPopulateEvent()},e.prototype.updateFiltering=function(e){var t=this.parent.pivotGridModule?this.parent.pivotGridModule:this.parent,i=e.target.parentElement.getAttribute("data-uid"),a=B.getFieldInfo(i,this.parent);if(this.parent.actionObj.actionName="Filter field",this.parent.actionObj.fieldInfo=a,!this.parent.actionBeginMethod())try{"pivotfieldlist"===t.getModuleName()?r.showSpinner(t.fieldListSpinnerElement):t.showWaitingPopup(),t.mouseEventArgs=e,t.filterTargetID="pivotfieldlist"!==this.parent.pivotCommon.moduleName?this.parent.element:document.getElementById(this.parent.pivotCommon.parentID+"_Container"),"Server"===t.dataSourceSettings.mode?this.parent.engineModule.fieldList[i].members&&Object.keys(this.parent.engineModule.fieldList[i].members).length>0?this.updateFilterEvents():this.parent.getEngine("fetchFieldMembers",null,null,null,null,null,i):("pivot"!==t.dataType||this.parent.engineModule.fieldList[i].isMembersFilled||this.parent.engineModule.fetchFieldMembers(i),this.updateFilterEvents())}catch(e){this.parent.actionFailureMethod(e)}},e.prototype.updateFilterEvents=function(){var e=this.parent.pivotGridModule?this.parent.pivotGridModule:this.parent;this.parent.pivotCommon.eventBase.updateFiltering(e.mouseEventArgs);var t=e.mouseEventArgs.target;this.fieldName=t.parentElement.getAttribute("data-uid"),this.parent.pivotCommon.filterDialog.dialogPopUp&&this.bindDialogEvents(),"pivotfieldlist"===e.getModuleName()?r.hideSpinner(e.fieldListSpinnerElement):e.hideWaitingPopup()},e.prototype.bindDialogEvents=function(){this.parent.pivotCommon.filterDialog.allowExcelLikeFilter&&this.parent.pivotCommon.filterDialog.tabObj?(this.index=this.parent.pivotCommon.filterDialog.tabObj.selectedItem,this.updateDialogButtonEvents(),this.parent.pivotCommon.filterDialog.dialogPopUp.buttons=this.buttonModel(),this.parent.pivotCommon.filterDialog.dialogPopUp.dataBind(),this.parent.pivotCommon.filterDialog.tabObj.selected=this.tabSelect.bind(this)):this.parent.dataSourceSettings.allowMemberFilter&&(this.index=0,this.updateDialogButtonEvents())},e.prototype.buttonModel=function(){return[{isFlat:!1,buttonModel:{cssClass:"e-clear-filter-button"+(this.parent.pivotCommon.filterDialog.allowExcelLikeFilter?"":" e-disable")+(this.parent.cssClass?" "+this.parent.cssClass:""),iconCss:"e-icons e-clear-filter-icon",enableRtl:this.parent.enableRtl,content:this.parent.localeObj.getConstant("clearFilter"),disabled:!this.parent.pivotCommon.filterDialog.filterObject},click:this.ClearFilter.bind(this)},{isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("ok"),isPrimary:!0},click:0===this.index?this.updateFilterState.bind(this,this.fieldName):this.updateCustomFilter.bind(this)},{isFlat:!1,click:this.parent.pivotCommon.filterDialog.closeFilterDialog.bind(this.parent.pivotCommon.filterDialog),buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}}]},e.prototype.tabSelect=function(e){this.index=e.selectedIndex,this.updateDialogButtonEvents(),t.removeClass([].slice.call(this.parent.pivotCommon.filterDialog.dialogPopUp.element.querySelectorAll(".e-selected-tab")),"e-selected-tab"),e.selectedIndex>0&&t.addClass([this.parent.pivotCommon.filterDialog.dialogPopUp.element.querySelector(".e-filter-div-content."+(1===e.selectedIndex&&this.parent.dataSourceSettings.allowLabelFilter?"e-label-filter":"e-value-filter"))],"e-selected-tab"),0===e.selectedIndex?this.parent.pivotCommon.filterDialog.updateCheckedState():(this.parent.pivotCommon.filterDialog.dialogPopUp.buttons[0].buttonModel.disabled=!1,this.parent.pivotCommon.filterDialog.dialogPopUp.element.querySelector(".e-ok-btn").removeAttribute("disabled"))},e.prototype.updateDialogButtonEvents=function(){this.parent.pivotCommon.filterDialog.dialogPopUp.buttons=this.buttonModel(),this.parent.pivotCommon.filterDialog.dialogPopUp.dataBind()},e.prototype.updateCustomFilter=function(){var e,i=this,a=this.parent.pivotCommon.filterDialog.dialogPopUp.element.querySelector(".e-selected-tab"),r=a.getAttribute("data-fieldname"),n=a.getAttribute("data-selectedField"),s=a.getAttribute("data-type"),o=a.getAttribute("data-measure"),l=a.getAttribute("data-operator"),d=a.getAttribute("data-value1"),p=a.getAttribute("data-value2"),h="value"===s?"Value":"date"===s?"Date":"number"===s?"Number":"Label",u={name:r,type:h,measure:o,condition:l,value1:"date"===s?new Date(d):d,value2:"date"===s?new Date(p):p};if("olap"===this.parent.dataType){u.selectedField=n,this.removeDataSourceSettings(r,n,h);for(var c=0,g=this.parent.dataSourceSettings.filterSettings;c<g.length;c++){var m=g[c];m.name===r&&m.selectedField===n&&(e=m)}}else e=B.getFilterItemByName(r,this.parent.dataSourceSettings.filterSettings);if(t.isNullOrUndefined(d)||""===d||["Between","NotBetween"].indexOf(l)>-1&&(t.isNullOrUndefined(p)||""===p)){var f=h.toLowerCase()+(t.isNullOrUndefined(d)||""===d?"_input_option_1":"_input_option_2"),v=t.select("#"+this.parent.element.id+"_"+f,a);return t.addClass([v],"e-empty-field"),void v.focus()}var S={cancel:!1,filterSettings:u,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings)};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("memberFiltering",S,function(t){t.cancel||(u=t.filterSettings,e?((e=e.properties?e.properties:e).type=u.type,e.measure=u.measure,e.condition=u.condition,e.value1=u.value1,e.value2=u.value2,"olap"===i.parent.dataType&&(e.selectedField=u.selectedField)):i.parent.dataSourceSettings.filterSettings.push(u)),"Value"!==h&&(i.parent.lastFilterInfo=B.getFilterItemByName(r,i.parent.dataSourceSettings.filterSettings),i.parent.lastFilterInfo=i.parent.lastFilterInfo.properties?i.parent.lastFilterInfo.properties:i.parent.lastFilterInfo),i.parent.pivotCommon.filterDialog.dialogPopUp.close(),t.cancel||(i.refreshPivotButtonState(r,!0),i.updateDataSource(!0))})},e.prototype.ClearFilter=function(){var e=this.parent.pivotCommon.filterDialog.dialogPopUp.element,t=e.getAttribute("data-fieldname"),i=e.querySelector(".e-selected-tab");if(this.parent.pivotCommon.filterDialog.dialogPopUp.close(),"olap"===this.parent.dataType&&i){var a=i.getAttribute("data-selectedField");this.removeDataSourceSettings(t,a)}else this.removeDataSourceSettings(t);var r=B.getFilterItemByName(t,this.parent.dataSourceSettings.filterSettings);this.refreshPivotButtonState(t,!!r),this.updateDataSource(!0)},e.prototype.removeButton=function(e){var t=this,i=e.target,a=i.parentElement.getAttribute("data-uid"),r=B.getFieldInfo(a,this.parent);if(this.parent.actionObj.actionName="Remove field",this.parent.actionObj.fieldInfo=r,!this.parent.actionBeginMethod()){var n={cancel:!1,fieldName:a,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),fieldItem:r.fieldItem,axis:r.axis};try{("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("fieldRemove",n,function(e){e.cancel||("true"===i.parentElement.getAttribute("isvalue")?(t.parent.setProperties({dataSourceSettings:{values:[]}},!0),"olap"===t.parent.dataType&&t.parent.pivotCommon.dataSourceUpdate.removeFieldFromReport("[Measures]")):(t.parent.pivotCommon.dataSourceUpdate.removeFieldFromReport(a),"pivot"===t.parent.dataType&&t.parent.showValuesButton&&t.parent.dataSourceSettings.values.length>1&&r.position<t.parent.dataSourceSettings.valueIndex&&("row"===t.parent.dataSourceSettings.valueAxis&&"rows"===e.axis||"column"===t.parent.dataSourceSettings.valueAxis&&"columns"===e.axis)&&t.parent.setProperties({dataSourceSettings:{valueIndex:t.parent.dataSourceSettings.valueIndex-1}},!0),"olap"===t.parent.dataType&&0===t.parent.dataSourceSettings.values.length&&t.parent.pivotCommon.dataSourceUpdate.removeFieldFromReport("[Measures]")),"pivotfieldlist"===t.parent.getModuleName()&&t.parent.axisFieldModule.render(),t.updateDataSource())})}catch(e){this.parent.actionFailureMethod(e)}}},e.prototype.nodeStateModified=function(e){var i=t.closest(e.node,"li"),a=i.getAttribute("data-fieldname");if("all"===i.getAttribute("data-memberId"))this.parent.pivotCommon.filterDialog.memberTreeView.nodeChecked=null,"check"===e.action?this.parent.pivotCommon.filterDialog.memberTreeView.checkAll():this.parent.pivotCommon.filterDialog.memberTreeView.uncheckAll(),"olap"===this.parent.dataType&&this.parent.olapEngineModule&&!this.parent.olapEngineModule.fieldList[a].isHierarchy&&this.updateNodeStates(this.parent.pivotCommon.filterDialog.memberTreeView.getAllCheckedNodes(),a),this.checkedStateAll(e.action),this.parent.pivotCommon.filterDialog.memberTreeView.nodeChecked=this.nodeStateModified.bind(this);else{if("olap"===this.parent.dataType&&this.parent.olapEngineModule&&!this.parent.olapEngineModule.fieldList[a].isHierarchy){var r=this.parent.pivotCommon.filterDialog.memberTreeView.getAllCheckedNodes();this.updateNodeStates(r,a)}var n=this.parent.pivotCommon.currentTreeItemsPos[i.getAttribute("data-memberId")].index;this.parent.pivotCommon.currentTreeItems[n]&&(this.parent.pivotCommon.currentTreeItems[n].isSelected="check"===e.action,this.parent.pivotCommon.currentTreeItemsPos[i.getAttribute("data-memberId")].isSelected="check"===e.action)}this.parent.pivotCommon.filterDialog.updateCheckedState()},e.prototype.checkedStateAll=function(e){for(var t={},i=0,a=this.parent.pivotCommon.searchTreeItems;i<a.length;i++)(s=a[i]).isSelected="check"===e,t[s.htmlAttributes["data-memberId"]]=s.htmlAttributes["data-memberId"];for(var r=0,n=this.parent.pivotCommon.currentTreeItems;r<n.length;r++){var s=n[r];void 0!==t[s.htmlAttributes["data-memberId"]]&&(s.isSelected="check"===e,this.parent.pivotCommon.currentTreeItemsPos[s.htmlAttributes["data-memberId"]].isSelected="check"===e)}},e.prototype.updateNodeStates=function(e,t){var i=this.parent.pivotCommon.engineModule.fieldList[t],a=i.members,r=i.currrentMembers;if(i.searchMembers.length>0){for(var n=0,s=p=Object.keys(r);n<s.length;n++)r[c=s[n]]&&(r[c].isSelected=!1),a[c]&&(a[c].isSelected=!1,this.parent.pivotCommon.filterDialog.memberTreeView.element.querySelector('li[data-memberId="'+c+'"]')&&(d=this.parent.pivotCommon.filterDialog.memberTreeView.element.querySelector('li[data-memberId="'+c+'"]'))&&!d.querySelector("ul")&&this.parent.pivotCommon.eventBase.updateChildNodeStates(i.filterMembers,t,c,!1));for(var o=0,l=e;o<l.length;o++){if(a[f=l[o]]&&this.parent.pivotCommon.filterDialog.memberTreeView.element.querySelector('li[data-memberId="'+f+'"]')){var d=this.parent.pivotCommon.filterDialog.memberTreeView.element.querySelector('li[data-memberId="'+f+'"]');d&&!d.querySelector("ul")&&(a[f].isSelected=!0,this.parent.pivotCommon.eventBase.updateChildNodeStates(i.filterMembers,t,f,!0))}r[f]&&(r[f].isSelected=!0)}}else{for(var p=Object.keys(a),h=0,u=p;h<u.length;h++){var c=u[h];a[c].isSelected&&(a[c].isSelected=!1)}for(var g=0,m=e;g<m.length;g++){var f=m[g];a[f]&&(a[f].isSelected=!0,this.parent.pivotCommon.eventBase.updateChildNodeStates(i.filterMembers,t,f,!0))}}},e.prototype.updateFilterState=function(e){var t=this,i=!1,a={items:[],name:e,type:"Include"},r="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule;if("olap"===this.parent.dataType&&r&&!r.fieldList[e].isHierarchy){var n=r.fieldList[e].members,s=r.fieldList[e].currrentMembers;if(a.items=this.parent.pivotCommon.filterDialog.memberTreeView.getAllCheckedNodes(),a.levelCount=r.fieldList[e].levelCount,i=a.items.length!==this.parent.pivotCommon.filterDialog.memberTreeView.fields.dataSource.length,r.fieldList[e].searchMembers.length>0&&!i){var o=Object.keys(n).length,l=Object.keys(s).length;i=o!==l||o!==a.items.length}for(var d=0,p=a.items;d<p.length;d++){var h=p[d];r.fieldList[e].searchMembers.length>0&&s[h]?s[h].isSelected=!0:n[h]&&(n[h].isSelected=!0)}}else{for(var u=0,c=this.parent.pivotCommon.searchTreeItems;u<c.length;u++){var g=c[u];g.isSelected&&(this.parent.pivotCommon.isDateField?a.items.push("Server"===this.parent.dataSourceSettings.mode?g.actualText:g.name):a.items.push(g.htmlAttributes["data-memberId"]))}i=a.items.length!==this.parent.pivotCommon.currentTreeItems.length}if("olap"===this.parent.dataType&&this.removeDataSourceSettings(e),this.parent.allowDeferLayoutUpdate){r.fieldList[a.name].filterType=a.type.toLowerCase(),r.fieldList[a.name].filter=[];for(var m=0;m<a.items.length;m++)r.fieldList[a.name].filter.push(a.items[m])}var f={filterSettings:a,dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),cancel:!1};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("memberFiltering",f,function(r){if(a=r.filterSettings,!r.cancel){if(B.getFilterItemByName(e,t.parent.dataSourceSettings.filterSettings))for(var n=0;n<t.parent.dataSourceSettings.filterSettings.length;n++)if(t.parent.dataSourceSettings.filterSettings[n].name===e){t.parent.dataSourceSettings.filterSettings.splice(n,1);break}t.parent.dataSourceSettings.filterSettings.push(a)}if(t.parent.pivotCommon.filterDialog.dialogPopUp.close(),!r.cancel){t.refreshPivotButtonState(e,i),i||(t.removeDataSourceSettings(e),a={}),t.parent.lastFilterInfo=a;var s={filterInfo:t.parent.lastFilterInfo};t.parent.actionObj.actionInfo=s,t.updateDataSource(!0);var o=t;o.parent instanceof Zt&&o.axisField.render()}for(var l=0,d=[].slice.call(t.parentElement.querySelectorAll(".e-pivot-button"));l<d.length;l++){var p=d[l];if(p.getAttribute("data-uid")===e){p.focus();break}}})},e.prototype.refreshPivotButtonState=function(e,i){for(var a,r=0,n=[].slice.call(this.parentElement.querySelectorAll(".e-pivot-button"));r<n.length;r++){var s=n[r];if(s.getAttribute("data-uid")===e){a=s.querySelector(".e-btn-filter");break}}a&&(i?(t.removeClass([a],"e-pv-filter"),t.addClass([a],"e-pv-filtered")):(t.removeClass([a],"e-pv-filtered"),t.addClass([a],"e-pv-filter")))},e.prototype.removeDataSourceSettings=function(e,t,i){for(var a=this.parent.dataSourceSettings.filterSettings,r=0,n=a.length;r<n;r++)if("olap"===this.parent.dataType&&t){if(!i&&a[r].name===e&&a[r].selectedField===t){a.splice(r,1);break}i&&a[r].type!==i&&a[r].name===e&&(a.splice(r,1),n--,r--)}else if(a[r].name===e){if(a.splice(r,1),"olap"!==this.parent.dataType)break;n--,r--}},e.prototype.updateDropIndicator=function(e){if(this.parent.isDragging&&(t.removeClass([].slice.call(this.parentElement.querySelectorAll(".e-drop-indicator-last")),"e-drop-hover"),t.removeClass([].slice.call(this.parentElement.querySelectorAll(".e-drop-indicator")),"e-drop-hover"),t.closest(e.target,".e-droppable"))){var i=t.closest(e.target,".e-pvt-btn-div");t.addClass([i.querySelector(".e-drop-indicator")],"e-drop-hover")}},e.prototype.wireEvent=function(e,i,a){t.EventHandler.add(e,"mouseover",this.updateDropIndicator,this),a||(-1===["filters","values"].indexOf(i)&&null!==e.querySelector(".e-pivot-button")&&t.EventHandler.add(e.querySelector(".e-pivot-button"),"click",this.updateSorting,this),"values"!==i&&null!==e.querySelector(".e-btn-filter")&&t.EventHandler.add(e.querySelector(".e-btn-filter"),"click",this.updateFiltering,this),"values"===i&&null!==e.querySelector(".e-dropdown-icon")&&t.EventHandler.add(e.querySelector(".e-dropdown-icon"),"click",this.createMenuOption,this)),null!==e.querySelector(".e-edit")&&t.EventHandler.add(e.querySelector(".e-edit"),"click",this.openCalculatedFieldDialog,this),null!==e.querySelector(".e-remove")&&t.EventHandler.add(e.querySelector(".e-remove"),"click",this.removeButton,this)},e.prototype.unWireEvent=function(e,i,a){t.EventHandler.remove(e,"mouseover",this.updateDropIndicator),a||(-1===["filters","values"].indexOf(i)&&null!==e.querySelector(".e-pivot-button")&&t.EventHandler.remove(e.querySelector(".e-pivot-button"),"click",this.updateSorting),"values"!==i&&null!==e.querySelector(".e-btn-filter")&&t.EventHandler.remove(e.querySelector(".e-btn-filter"),"click",this.updateFiltering),"values"===i&&null!==e.querySelector(".e-dropdown-icon")&&t.EventHandler.remove(e.querySelector(".e-dropdown-icon"),"click",this.createMenuOption)),null!==e.querySelector(".e-edit")&&t.EventHandler.remove(e.querySelector(".e-edit"),"click",this.openCalculatedFieldDialog),null!==e.querySelector(".e-remove")&&t.EventHandler.remove(e.querySelector(".e-remove"),"click",this.removeButton)},e.prototype.addEventListener=function(){this.handlers={load:this.renderPivotButton},this.parent.isDestroyed||this.parent.on("pivot-button-update",this.handlers.load,this)},e.prototype.removeEventListener=function(){this.parent.isDestroyed||this.parent.off("pivot-button-update",this.handlers.load)},e.prototype.destroy=function(){this.removeEventListener(),this.cleanupButtonElements(),this.menuOption&&(this.menuOption.destroy(),this.menuOption=null),this.cleanupDropdowns(),this.draggable&&!this.draggable.isDestroyed&&(this.draggable.destroy(),this.draggable=null);var e=document.getElementById(this.parent.element.id+"_DragClone");e&&t.remove(e),this.axisField&&(this.axisField=null),this.handlers=null,this.isDestroyed=!0},e.prototype.cleanupButtonElements=function(){if(this.parentElement="pivotview"===this.parent.getModuleName()?this.parent.element:document.getElementById(this.parent.element.id+"_Container"),this.parentElement){var e=this.parentElement.querySelectorAll(".e-pvt-btn-div");if(e&&e.length>0)for(var i=0;i<e.length;i++){var a=e[i];t.EventHandler.remove(a,"mouseover",this.updateDropIndicator);var r=a.querySelector(".e-pivot-button");if(r){t.EventHandler.remove(r,"click",this.updateSorting);var n=t.getInstance(r,h.Button);n&&!n.isDestroyed&&(n.destroy(),n=null),r.remove(),r=null}}}},e.prototype.cleanupDropdowns=function(){if(this.parentElement){var e=t.select(".e-group-chart-values-drodown-div",this.parentElement);if(e){var i=t.getInstance(e,l.DropDownList);i&&!i.isDestroyed&&i.destroy()}var a=t.select(".e-group-chart-columns-dropdown-div",this.parentElement);if(a){var r=t.getInstance(a,l.DropDownList);r&&!r.isDestroyed&&r.destroy()}}},e}(),Yt=function(){function e(e){this.parent=e}return e.prototype.render=function(){(!this.parent.pivotButtonModule||this.parent.pivotButtonModule&&this.parent.pivotButtonModule.isDestroyed)&&new Qt(this.parent),this.parent.pivotButtonModule.cleanupButtonElements(),this.createPivotButtons()},e.prototype.createPivotButtons=function(){var e=[this.parent.dataSourceSettings.rows,this.parent.dataSourceSettings.columns,this.parent.dataSourceSettings.values,this.parent.dataSourceSettings.filters],t=this.parent.dialogRenderer.parentElement;if(t.querySelector(".e-field-list-filters")&&(t.querySelector(".e-field-list-filters").querySelector(".e-axis-content").innerHTML=""),t.querySelector(".e-field-list-rows")&&(t.querySelector(".e-field-list-rows").querySelector(".e-axis-content").innerHTML=""),t.querySelector(".e-field-list-columns")&&(t.querySelector(".e-field-list-columns").querySelector(".e-axis-content").innerHTML=""),t.querySelector(".e-field-list-values")&&(t.querySelector(".e-field-list-values").querySelector(".e-axis-content").innerHTML=""),"pivot"===this.parent.dataType&&this.parent.dataSourceSettings.dataSource&&(!(this.parent.dataSourceSettings.dataSource instanceof i.DataManager)&&this.parent.dataSourceSettings.dataSource.length>0||this.parent.dataSourceSettings.dataSource instanceof i.DataManager&&this.parent.engineModule.data&&this.parent.engineModule.data.length>0)||"olap"===this.parent.dataType&&this.parent.dataSourceSettings.url&&""!==this.parent.dataSourceSettings.url||"Server"===this.parent.dataSourceSettings.mode&&""!==this.parent.dataSourceSettings.url)for(var a=["rows","columns","values","filters"],r=0,n=e.length;r<n;r++)if(e[r]){var s={field:e[r],axis:a[r].toString()};this.parent.notify("pivot-button-update",s)}},e.prototype.destroy=function(){var e=this.parent.dialogRenderer.parentElement;if(e)for(var t=0,i=[".e-field-list-filters",".e-field-list-rows",".e-field-list-columns",".e-field-list-values"];t<i.length;t++){var a=i[t],r=e.querySelector(a);r&&r.querySelector(".e-axis-content")&&(r.querySelector(".e-axis-content").innerHTML="")}},e}(),Kt=function(){function e(e){this.parent=e,this.parent.dialogRenderer=new Gt(this.parent),this.parent.treeViewModule=new zt(this.parent),this.parent.axisTableModule=new Wt(this.parent),this.parent.axisFieldModule=new Yt(this.parent)}return e.prototype.render=function(){this.parent.dialogRenderer.render(),this.parent.isAdaptive||this.parent.treeViewModule.render(),this.parent.axisTableModule.render()},e}(),Xt=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function a(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(a.prototype=i.prototype,new a)}}(),Jt=function(e,t,i,a){var r,n=arguments.length,s=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,a);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(s=(n<3?r(s):n>3?r(t,i,s):r(t,i))||s);return n>3&&s&&Object.defineProperty(t,i,s),s},Zt=function(e){function a(t,i){var a=e.call(this,t,i)||this;return a.pivotChange=!1,a.isRequiredUpdate=!0,a.lastSortInfo={},a.lastFilterInfo={},a.lastAggregationInfo={},a.lastCalcFieldInfo={},a.isPopupView=!1,a.enableValueSorting=!1,a.request="undefined"!=typeof window?new XMLHttpRequest:null,a.remoteData=[],a.actionObj={},a.destroyEngine=!1,a.defaultFieldListOrder="None",a.isDeferUpdateApplied=!1,a.isInitial=!0,a}return Xt(a,e),a.prototype.requiredModules=function(){var e=[];return this.allowCalculatedField&&e.push({args:[this],member:"calculatedField"}),e},a.prototype.getAllSummaryType=function(){return["Sum","Count","DistinctCount","Product","Min","Max","Avg","Median","Index","PopulationVar","SampleVar","PopulationStDev","SampleStDev","RunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"]},a.prototype.preRender=function(){this.dataSourceSettings&&"SSAS"===this.dataSourceSettings.providerType?(this.olapEngineModule=new Tt,this.dataType="olap"):(this.engineModule=new z,this.dataType="pivot"),this.isAdaptive=t.Browser.isDevice,this.globalize=new t.Internationalization(this.locale),this.renderModule=new Kt(this),this.defaultLocale={staticFieldList:"Pivot Field List",fieldList:"Field List",dropFilterPrompt:"Drop filter here",dropColPrompt:"Drop column here",dropRowPrompt:"Drop row here",dropValPrompt:"Drop value here",addPrompt:"Add field here",adaptiveFieldHeader:"Choose field",centerHeader:"Drag fields between axes below:",add:"Add",drag:"Drag",filter:"Filter",filtered:"Filtered",sort:"Sort",remove:"Remove",filters:"Filters",rows:"Rows",columns:"Columns",values:"Values",CalculatedField:"Calculated Field",createCalculatedField:"Create Calculated Field",fieldName:"Enter the field name",error:"Error",invalidFormula:"Invalid formula.",dropText:'Example: ("Sum(Order_Count)" + "Sum(In_Stock)") * 250',dropTextMobile:"Add fields and edit formula here.",dropAction:"Calculated field cannot be place in any other region except value axis.",search:"Search",close:"Close",cancel:"Cancel",delete:"Delete",alert:"Alert",warning:"Warning",ok:"OK",allFields:"All Fields",formula:"Formula",fieldExist:"A field already exists in this name. Please enter a different name.",confirmText:"A calculation field already exists in this name. Do you want to replace it?",noMatches:"No matches",format:"Summaries values by",edit:"Edit",clear:"Clear",clearCalculatedField:"Clear edited field info",editCalculatedField:"Edit calculated field",sortAscending:"Sort ascending order",sortDescending:"Sort descending order",sortNone:"Sort data order",formulaField:"Drag and drop fields to formula",dragField:"Drag field to formula",clearFilter:"Clear",by:"by",enterValue:"Enter value",chooseDate:"Enter date",all:"All",multipleItems:"Multiple items",Equals:"Equals",DoesNotEquals:"Does Not Equal",BeginWith:"Begins With",DoesNotBeginWith:"Does Not Begin With",EndsWith:"Ends With",DoesNotEndsWith:"Does Not End With",Contains:"Contains",DoesNotContains:"Does Not Contain",GreaterThan:"Greater Than",GreaterThanOrEqualTo:"Greater Than Or Equal To",LessThan:"Less Than",LessThanOrEqualTo:"Less Than Or Equal To",Between:"Between",NotBetween:"Not Between",Before:"Before",BeforeOrEqualTo:"Before Or Equal To",After:"After",AfterOrEqualTo:"After Or Equal To",member:"Member",label:"Label",date:"Date",value:"Value",labelTextContent:"Show the items for which the label",dateTextContent:"Show the items for which the date",valueTextContent:"Show the items for which",And:"and",Sum:"Sum",Count:"Count",DistinctCount:"Distinct Count",Product:"Product",Avg:"Avg",Median:"Median",Min:"Min",Max:"Max",Index:"Index",SampleStDev:"Sample StDev",PopulationStDev:"Population StDev",SampleVar:"Sample Var",PopulationVar:"Population Var",RunningTotals:"Running Totals",DifferenceFrom:"Difference From",PercentageOfDifferenceFrom:"% of Difference From",PercentageOfGrandTotal:"% of Grand Total",PercentageOfColumnTotal:"% of Column Total",PercentageOfRowTotal:"% of Row Total",PercentageOfParentTotal:"% of Parent Total",PercentageOfParentColumnTotal:"% of Parent Column Total",PercentageOfParentRowTotal:"% of Parent Row Total",MoreOption:"More...",Years:"Years",Quarters:"Quarters",Months:"Months",Days:"Days",Hours:"Hours",Minutes:"Minutes",Seconds:"Seconds",apply:"Apply",valueFieldSettings:"Value field settings",sourceName:"Field name :",sourceCaption:"Field caption",summarizeValuesBy:"Summarize values by",baseField:"Base field",baseItem:"Base item",example:"e.g:",editorDataLimitMsg:" more items. Search to refine further.",deferLayoutUpdate:"Defer Layout Update",null:"null",undefined:"undefined",groupOutOfRange:"Out of Range",fieldDropErrorAction:"The field you are moving cannot be placed in that area of the report",memberType:"Field Type",selectedHierarchy:"Parent Hierarchy",formatString:"Format",expressionField:"Expression",olapDropText:"Example: [Measures].[Order Quantity] + ([Measures].[Order Quantity] * 0.10)",customFormat:"Enter custom format string",numberFormatString:"Example: C, P, 0000 %, ###0.##0#, etc.",Measure:"Measure",Dimension:"Dimension",Standard:"Standard",Currency:"Currency",Percent:"Percent",Custom:"Custom",blank:"(Blank)",fieldTooltip:'Drag and drop fields to create an expression. And, if you want to edit the existing calculated fields! You can achieve it by simply selecting the field under "Calculated Members".',fieldTitle:"Field Name",QuarterYear:"Quarter Year",caption:"Field Caption",copy:"Copy",of:"of",group:"Group",removeCalculatedField:"Are you sure you want to delete this calculated field?",yes:"Yes",no:"No",None:"None",qtr:"Qtr",grandTotal:"Grand Total"},this.localeObj=new t.L10n(this.getModuleName(),this.defaultLocale,this.locale),this.isDragging=!1,this.isDeferLayoutUpdate=t.isNullOrUndefined(this.isDeferLayoutUpdate)&&!this.isPopupView?this.allowDeferLayoutUpdate:this.isDeferLayoutUpdate,this.wireEvent()},a.prototype.frameCustomProperties=function(e,t){this.pivotGridModule&&this.pivotGridModule.updatePageSettings(!1);var i=!!this.pivotGridModule&&this.pivotGridModule.isTabular,a=this.pivotGridModule?this.pivotGridModule.pageSettings:this.pageSettings,r=!!this.pivotGridModule&&this.pivotGridModule.enablePaging,n=!!this.pivotGridModule&&this.pivotGridModule.enableVirtualization,s=this.pivotGridModule?this.pivotGridModule.enableHtmlSanitizer:this.enableHtmlSanitizer,o=this.pivotGridModule?this.pivotGridModule.localeObj:this.staticPivotGridModule?this.staticPivotGridModule.localeObj:this.localeObj,l=!this.pivotGridModule||(this.pivotGridModule.allowDrillThrough||this.pivotGridModule.editSettings.allowEditing),d=this.pivotGridModule?this.pivotGridModule.enableValueSorting:this.staticPivotGridModule?this.staticPivotGridModule.enableValueSorting:this.enableValueSorting,p=!(!this.pivotGridModule||!this.pivotGridModule.allowDataCompression)&&this.pivotGridModule.allowDataCompression,h=this.pivotGridModule&&this.pivotGridModule.enableVirtualization&&this.pivotGridModule.virtualScrollSettings&&this.pivotGridModule.virtualScrollSettings.allowSinglePage;return"olap"===this.dataType?{mode:"",savedFieldList:t||void 0,savedFieldListData:e||void 0,pageSettings:a,enableValueSorting:d,isDrillThrough:l,localeObj:o,enableVirtualization:n,allowDataCompression:p}:{mode:"",savedFieldList:void 0,pageSettings:a,enableValueSorting:d,isDrillThrough:l,localeObj:o,clonedReport:this.clonedReport,globalize:this.globalize,currenyCode:this.currencyCode,enablePaging:r,enableVirtualization:n,enableHtmlSanitizer:s,allowDataCompression:p,enableOptimizedRendering:h,isTabularLayout:i}},a.prototype.render=function(){"pivot"===this.dataType&&this.dataSourceSettings.url&&""!==this.dataSourceSettings.url?"Server"===this.dataSourceSettings.mode?(this.guid=B.generateUUID(),this.initialLoad()):new t.Fetch(this.dataSourceSettings.url,"GET").send().then(function(e){return"string"==typeof e?e:e.text()}).then(this.onReadyStateChange.bind(this)):this.initialLoad()},a.prototype.getEngine=function(e,t,i,a,r,n,s,o,l){var d=this;this.currentAction=e,this.pivotGridModule&&this.pivotGridModule.updatePageSettings(!1);var p={pageSettings:this.pivotGridModule?JSON.parse(this.pivotGridModule.getPageSettings()).pageSettings:void 0,enableValueSorting:this.pivotGridModule?this.pivotGridModule.enableValueSorting:void 0,enableDrillThrough:!this.pivotGridModule||(this.pivotGridModule.allowDrillThrough||this.pivotGridModule.editSettings.allowEditing),locale:JSON.stringify(B.getLocalizedObject(this)),savedFieldList:"onDrop"===e&&null!==this.engineModule.fieldList?B.getClonedFieldList(this.engineModule.fieldList,!0):void 0,enableOptimizedRendering:this.pivotGridModule&&this.pivotGridModule.enableVirtualization&&this.pivotGridModule.virtualScrollSettings&&this.pivotGridModule.virtualScrollSettings.allowSinglePage,requestType:"string",headers:{"Content-type":"application/json"},enablePaging:this.pivotGridModule&&this.pivotGridModule.enablePaging,enableVirtualization:this.pivotGridModule&&this.pivotGridModule.enableVirtualization,allowDataCompression:this.pivotGridModule&&this.pivotGridModule.allowDataCompression,isTabular:this.pivotGridModule&&this.pivotGridModule.isTabular};this.request.readyState!==XMLHttpRequest.UNSENT&&this.request.readyState!==XMLHttpRequest.OPENED||(this.request.withCredentials=!1);var h={request:this.request,dataSourceSettings:JSON.parse(this.getPersistData()).dataSourceSettings,action:e,customProperties:{},internalProperties:p,drillItem:t,sortItem:i,aggregatedItem:a,calculatedItem:r,filterItem:n,memberName:s,fetchRawDataArgs:o,editArgs:l,hash:this.pivotGridModule?this.pivotGridModule.guid:this.staticPivotGridModule?this.staticPivotGridModule.guid:this.guid,isGroupingUpdated:"onRefresh"===this.currentAction&&this.dataSourceSettings.groupSettings.length>0||!(!this.pivotGridModule||!this.pivotGridModule.groupingModule)&&this.pivotGridModule.groupingModule.isUpdate};(this.isPopupView?this.pivotGridModule:this).trigger("beforeServiceInvoke",h,function(e){d.request=e.request,h.internalProperties=e.internalProperties,h.customProperties=e.customProperties,h.dataSourceSettings=e.dataSourceSettings,h.calculatedItem=e.calculatedItem,h.drillItem=e.drillItem,h.editArgs=e.editArgs,h.fetchRawDataArgs=e.fetchRawDataArgs,h.filterItem=e.filterItem,h.hash=e.hash,h.memberName=e.memberName,h.sortItem=e.sortItem}),this.request.open("POST",this.dataSourceSettings.url,!0),this.request.onreadystatechange=this.onSuccess.bind(this);for(var u=Object.keys(h.internalProperties.headers),c=0;c<u.length;c++){var g=u[c],m=String(h.internalProperties.headers[g]);this.request.setRequestHeader(g,m)}"string"===h.internalProperties.requestType?this.request.send(JSON.stringify(h)):"base64"===h.internalProperties.requestType&&this.request.send(btoa(JSON.stringify(h)))},a.prototype.onSuccess=function(){if(this.request.readyState===XMLHttpRequest.DONE){try{var e={action:this.currentAction,response:this.request.responseText};(this.isPopupView?this.pivotGridModule:this).trigger("afterServiceInvoke",e);var i=JSON.parse(this.request.responseText);if("fetchFieldMembers"===this.currentAction){var a=JSON.parse(i.members),r=[],n={};this.engineModule.globalize=t.isNullOrUndefined(this.globalize)?new t.Internationalization:this.globalize,this.engineModule.formatFields=this.engineModule.setFormattedFields(this.dataSourceSettings.formatSettings);for(var s=B.isDateField(i.memberName,this.engineModule),o="number"===this.engineModule.fieldList[i.memberName].type,l=0,d=(c=Object.keys(a)).length;l<d;l++){var p=a[c[l]],h=s?this.engineModule.getFormattedValue(p.Name,i.memberName):{formattedText:p.Caption};n[c[l]]={index:p.Index,ordinal:p.Ordinal,isDrilled:p.IsDrilled,caption:h.formattedText},r.push({formattedText:h.formattedText,actualText:s?h.actualText:o?isNaN(Number(p.Name))?p.Name:Number(p.Name):p.Name})}this.engineModule.fieldList[i.memberName].members=n,this.engineModule.fieldList[i.memberName].dateMember=r,this.pivotButtonModule.updateFilterEvents()}else{var u=JSON.parse(i.fieldList);if(this.engineModule.fieldList)for(var c=Object.keys(this.engineModule.fieldList),l=0;l<c.length;l++)this.engineModule.fieldList[c[l]]&&u[c[l]]&&(u[c[l]].dateMember=this.engineModule.fieldList[c[l]].dateMember,u[c[l]].formattedMembers=this.engineModule.fieldList[c[l]].formattedMembers,u[c[l]].members=this.engineModule.fieldList[c[l]].members);this.engineModule.fieldList=u,this.engineModule.fields=JSON.parse(i.fields),this.engineModule.rowCount=JSON.parse(i.pivotCount).RowCount,this.engineModule.columnCount=JSON.parse(i.pivotCount).ColumnCount,this.engineModule.rowStartPos=JSON.parse(i.pivotCount).RowStartPosition,this.engineModule.colStartPos=JSON.parse(i.pivotCount).ColumnStartPosition,this.engineModule.rowFirstLvl=JSON.parse(i.pivotCount).RowFirstLevel,this.engineModule.colFirstLvl=JSON.parse(i.pivotCount).ColumnFirstLevel,this.engineModule.rowMaxLevel=JSON.parse(i.pivotCount).RowMaxLevel,this.pivotGridModule&&this.pivotGridModule.enablePaging&&(this.engineModule.rowPageCount=JSON.parse(i.pivotCount).RowPageCount,this.engineModule.columnPageCount=JSON.parse(i.pivotCount).ColumnPageCount);for(var g=void 0,m=JSON.parse(i.pivotValue),f=0;f<m.length;f++)if(m[f]&&m[f][0]&&"row"===m[f][0].axis){g=f;break}this.engineModule.headerContent=B.frameContent(m,"header",g,this),this.engineModule.pageSettings=this.pivotGridModule?this.pivotGridModule.pageSettings:void 0;var v=JSON.parse(i.dataSourceSettings).valueSortSettings;this.engineModule.valueSortSettings={headerText:v.headerText,headerDelimiter:v.headerDelimiter,sortOrder:v.sortOrder,columnIndex:v.columnIndex},this.engineModule.pivotValues=m,this.engineModule.isEmptyData=0===this.dataSourceSettings.values.length}}catch(e){this.engineModule.pivotValues=[]}"fetchFieldMembers"!==this.currentAction&&(this.isInitial&&!this.isPopupView?(this.initEngine(),this.isInitial=!1):this.enginePopulatedEventMethod(this,!0,!1),this.calculatedFieldModule&&"onCalcOperation"===this.currentAction&&(this.calculatedFieldModule.endDialog(),this.calculatedFieldModule.isRequireUpdate&&(this.calculatedFieldModule.isRequireUpdate=!1)),this.pivotGridModule&&this.pivotGridModule.calculatedFieldModule&&this.pivotGridModule.calculatedFieldModule.isRequireUpdate&&(this.pivotGridModule.calculatedFieldModule.endDialog(),this.pivotGridModule.calculatedFieldModule.isRequireUpdate=!1))}},a.prototype.onReadyStateChange=function(e){var i=[];if("CSV"===this.dataSourceSettings.type)for(var a=e.split(/\r?\n|\r/),r=0;r<a.length;r++)t.isNullOrUndefined(a[r])||""===a[r]||i.push(a[r].split(","));else try{i=JSON.parse(e)}catch(e){i=[]}i&&i.length>0&&this.setProperties({dataSourceSettings:{dataSource:i}},!0),this.initialLoad()},a.prototype.initialLoad=function(){var e=this,i={dataSourceSettings:this.dataSourceSettings,defaultFieldListOrder:this.defaultFieldListOrder};this.trigger("load",i,function(a){e.dataSourceSettings=a.dataSourceSettings,e.defaultFieldListOrder=i.defaultFieldListOrder,t.addClass([e.element],f),e.enableRtl?t.addClass([e.element],v):t.removeClass([e.element],v),e.isAdaptive?t.addClass([e.element],S):t.removeClass([e.element],S),e.cssClass&&t.addClass([e.element],e.cssClass.split(" ")),e.notify(W,{})})},a.prototype.wireEvent=function(){this.on(W,this.generateData,this),this.on(K,this.fieldListRender,this)},a.prototype.unWireEvent=function(){this.pivotGridModule&&this.pivotGridModule.isDestroyed||(this.off(W,this.generateData),this.off(K,this.fieldListRender))},a.prototype.getPersistData=function(){var e=["dataSourceSettings"];return this.addOnPersist(e)},a.prototype.getModuleName=function(){return"pivotfieldlist"},a.prototype.onPropertyChanged=function(i,a){for(var r=!1,n=0,s=Object.keys(i);n<s.length;n++){var o=s[n];switch(o){case"locale":e.prototype.refresh.call(this);break;case"dataSourceSettings":if(i.dataSourceSettings&&(!t.isNullOrUndefined(i.dataSourceSettings.dataSource)&&this.clonedDataSet!==i.dataSourceSettings.dataSource&&i.dataSourceSettings.groupSettings||1===Object.keys(i.dataSourceSettings).length&&"dataSource"===Object.keys(i.dataSourceSettings)[0]&&this.dataSourceSettings.groupSettings.length>0)&&(this.clonedDataSet=i.dataSourceSettings.dataSource,this.engineModule.groupingFields={}),i.dataSourceSettings&&1===Object.keys(i.dataSourceSettings).length&&i.dataSourceSettings.groupSettings&&"pivot"===this.dataType){var l=this.isPopupView?this.pivotGridModule:this.staticPivotGridModule;l&&l.updateGroupingReport(i.dataSourceSettings.groupSettings,"Date")}if(t.isNullOrUndefined(i.dataSourceSettings.dataSource)&&("olap"!==this.dataType||t.isNullOrUndefined(i.dataSourceSettings.url))||("olap"!==this.dataType&&(t.isNullOrUndefined(this.savedDataSourceSettings)||(B.updateDataSourceSettings(this.staticPivotGridModule,this.savedDataSourceSettings),this.savedDataSourceSettings=void 0),i.dataSourceSettings.dataSource&&0===i.dataSourceSettings.dataSource.length&&!t.isNullOrUndefined(this.staticPivotGridModule)&&(this.savedDataSourceSettings=B.getClonedDataSourceSettings(this.staticPivotGridModule.dataSourceSettings),this.staticPivotGridModule.setProperties({dataSourceSettings:{rows:[],columns:[],values:[],filters:[]}},!0))),"pivot"===this.dataType?(this.engineModule.fieldList=null,this.engineModule.isEmptyData=!0,this.engineModule.data=[],this.engineModule.pivotValues=[],this.engineModule.groupingFieldsInfo={}):"olap"===this.dataType&&(this.olapEngineModule.fieldList={},this.olapEngineModule.fieldListData=void 0,this.olapEngineModule.isEmptyData=!0),t.isNullOrUndefined(this.staticPivotGridModule)||(this.staticPivotGridModule.pivotValues=[]),this.initialLoad()),B.isButtonIconRefesh(o,a,i)){if(this.isPopupView&&this.pivotGridModule&&this.pivotGridModule.showGroupingBar&&this.pivotGridModule.groupingBarModule){var d=B.cloneFieldSettings(this.dataSourceSettings.filters),p=B.cloneFieldSettings(this.dataSourceSettings.values),h=B.cloneFieldSettings(this.dataSourceSettings.rows),u=B.cloneFieldSettings(this.dataSourceSettings.columns);this.pivotGridModule.setProperties({dataSourceSettings:{rows:h,columns:u,values:p,filters:d}},!0),this.pivotGridModule.axisFieldModule.render()}else if(!this.isPopupView&&this.staticPivotGridModule&&!this.staticPivotGridModule.isDestroyed){var c=this.staticPivotGridModule;if(c.showGroupingBar&&c.groupingBarModule&&c.axisFieldModule.render(),c.showFieldList&&c.pivotFieldListModule){var h=B.cloneFieldSettings(c.dataSourceSettings.rows),u=B.cloneFieldSettings(c.dataSourceSettings.columns),p=B.cloneFieldSettings(c.dataSourceSettings.values),d=B.cloneFieldSettings(c.dataSourceSettings.filters);c.pivotFieldListModule.setProperties({dataSourceSettings:{rows:h,columns:u,values:p,filters:d}},!0),c.pivotFieldListModule.axisFieldModule.render(),c.pivotFieldListModule.treeViewModule.fieldTable&&!c.isAdaptive&&c.pivotFieldListModule.notify(X,{})}}this.axisFieldModule.render(),this.treeViewModule.fieldTable&&!this.isAdaptive&&this.notify(X,{})}else this.remoteData=[],"pivot"===this.dataType&&this.dataSourceSettings.url&&""!==this.dataSourceSettings.url&&("type"in i.dataSourceSettings||"url"in i.dataSourceSettings)&&(this.engineModule.fieldList=null,this.render());break;case"aggregateTypes":this.axisFieldModule&&this.axisFieldModule.render(),this.pivotGridModule&&this.pivotGridModule.axisFieldModule&&(this.pivotGridModule.setProperties({aggregateTypes:i.aggregateTypes},!0),this.pivotGridModule.axisFieldModule.render());break;case"showValuesButton":this.axisFieldModule&&this.axisFieldModule.render(),this.pivotGridModule&&this.pivotGridModule.showGroupingBar&&this.pivotGridModule.groupingBarModule&&this.pivotGridModule.axisFieldModule&&(this.pivotGridModule.setProperties({showValuesButton:i.showValuesButton},!0),this.pivotGridModule.axisFieldModule.render());break;case"enableRtl":this.enableRtl?t.addClass([this.element],v):t.removeClass([this.element],v),r=!0;break;case"enableFieldSearching":case"allowCalculatedField":this.refresh();break;case"allowDeferLayoutUpdate":this.isDeferLayoutUpdate=this.allowDeferLayoutUpdate,this.fieldListRender(),this.pivotGridModule&&this.pivotGridModule.showGroupingBar&&this.pivotGridModule.groupingBarModule&&this.pivotGridModule.showFieldList&&this.pivotGridModule.groupingBarModule.alignIcon()}r&&this.fieldListRender()}},a.prototype.initEngine=function(){var e=this;if("pivot"===this.dataType){var i=t.isNullOrUndefined(this.dataSourceSettings.dataSource)?t.isNullOrUndefined(this.engineModule.data)?void 0:this.engineModule.data[0]:this.dataSourceSettings.dataSource[0];if(i&&this.pivotCommon){var a="[object Array]"===Object.prototype.toString.call(i);if(a&&"JSON"===this.dataSourceSettings.type)return void this.pivotCommon.errorDialog.createErrorDialog(this.localeObj.getConstant("error"),this.localeObj.getConstant("invalidJSON"));if(!a&&"CSV"===this.dataSourceSettings.type)return void this.pivotCommon.errorDialog.createErrorDialog(this.localeObj.getConstant("error"),this.localeObj.getConstant("invalidCSV"))}}var r={dataSourceSettings:B.getClonedDataSourceSettings(this.dataSourceSettings)},n=this.isPopupView?this.pivotGridModule:this;n.trigger("enginePopulating",r,function(t){if(B.updateDataSourceSettings(e,t.dataSourceSettings),"pivot"===e.dataType){if(e.dataSourceSettings.groupSettings&&e.dataSourceSettings.groupSettings.length>0){var i=e.engineModule.data;e.clonedDataSet=e.clonedDataSet?e.clonedDataSet:"CSV"===e.dataSourceSettings.type?B.getClonedCSVData(i):B.getClonedData(i);var a=JSON.parse(e.getPersistData()).dataSourceSettings;a.dataSource=[],e.clonedReport=e.clonedReport?e.clonedReport:a}var r=e.frameCustomProperties();r.enableValueSorting=e.staticPivotGridModule?e.staticPivotGridModule.enableValueSorting:e.enableValueSorting,"Server"!==e.dataSourceSettings.mode&&e.engineModule.renderEngine(e.dataSourceSettings,r,e.aggregateCellInfo?e.getValueCellInfo.bind(e):void 0,e.onHeadersSort?e.getHeaderSortInfo.bind(e):void 0),e.pivotFieldList=e.engineModule.fieldList;var s={pivotFieldList:e.pivotFieldList,pivotValues:e.engineModule.pivotValues},o=e;n.trigger("enginePopulated",s,function(e){o.pivotFieldList=e.pivotFieldList,o.engineModule.pivotValues=e.pivotValues,o.notify(K,{}),o.trigger("dataBound")})}else if("olap"===e.dataType){B.renderOlapEngine(e),e.pivotFieldList=e.olapEngineModule.fieldList;var s={pivotFieldList:e.pivotFieldList,pivotValues:e.olapEngineModule.pivotValues},l=e;n.trigger("enginePopulated",s,function(e){l.pivotFieldList=e.pivotFieldList,l.olapEngineModule.pivotValues=e.pivotValues,l.notify(K,{}),l.trigger("dataBound")})}}),"None"!==this.defaultFieldListOrder&&this.treeViewModule.fieldTable&&!this.isAdaptive&&this.notify(X,{})},a.prototype.generateData=function(){this.pivotFieldList={},this.dataSourceSettings&&(this.dataSourceSettings.dataSource||this.dataSourceSettings.url)?""!==this.dataSourceSettings.url&&"olap"===this.dataType||!t.isNullOrUndefined(this.dataSourceSettings.dataSource)&&this.dataSourceSettings.dataSource.length>0?("pivot"===this.dataType&&(this.engineModule.data=this.dataSourceSettings.dataSource),this.initEngine()):this.dataSourceSettings.dataSource instanceof i.DataManager?"pivot"===this.dataType&&this.remoteData.length>0?(this.engineModule.data=this.remoteData,this.initEngine()):setTimeout(this.getData.bind(this),100):"Server"===this.dataSourceSettings.mode?this.getEngine("onRefresh"):this.notify(K,{}):(this.notify(K,{}),this.trigger("dataBound"))},a.prototype.getValueCellInfo=function(e){var t=e;return this.trigger("aggregateCellInfo",t),t},a.prototype.getHeaderSortInfo=function(e){var t=e;return this.trigger("onHeadersSort",t),t},a.prototype.getData=function(){this.dataSourceSettings.dataSource.defaultQuery?this.dataSourceSettings.dataSource.executeQuery(this.dataSourceSettings.dataSource.defaultQuery).then(this.executeQuery.bind(this)):this.dataSourceSettings.dataSource.executeQuery(new i.Query).then(this.executeQuery.bind(this))},a.prototype.executeQuery=function(e){this.engineModule.data=e.result,this.initEngine()},a.prototype.fieldListRender=function(){this.element.innerHTML="";var e;"Popup"===this.renderMode&&this.dialogRenderer&&this.dialogRenderer.fieldListDialog&&!this.dialogRenderer.fieldListDialog.isDestroyed&&(e=this.dialogRenderer.fieldListDialog.visible,this.dialogRenderer.fieldListDialog.destroy(),t.remove(document.getElementById(this.element.id+"_Container"))),this.renderModule.render(),"Popup"===this.renderMode&&this.dialogRenderer?(this.fieldListSpinnerElement=this.dialogRenderer.fieldListDialog.element,e&&this.dialogRenderer.fieldListDialog.show()):this.fieldListSpinnerElement=this.element.querySelector(".e-pivotfieldlist-container"),this.spinnerTemplate?r.createSpinner({target:this.fieldListSpinnerElement,template:this.spinnerTemplate,cssClass:this.cssClass?this.cssClass:void 0},this.createElement):r.createSpinner({target:this.fieldListSpinnerElement,cssClass:this.cssClass?this.cssClass:void 0},this.createElement);var i={pivotEngine:"olap"===this.dataType?this.olapEngineModule:this.engineModule,dataSourceSettings:this.dataSourceSettings,id:this.element.id,element:"Popup"===this.renderMode&&this.dialogRenderer?this.dialogRenderer.fieldListDialog.element:t.select("#"+this.element.id+"_Container",this.element),moduleName:this.getModuleName(),enableRtl:this.enableRtl,enableHtmlSanitizer:this.enableHtmlSanitizer,isAdaptive:this.isAdaptive,renderMode:this.renderMode,localeObj:this.localeObj,dataType:this.dataType,cssClass:this.cssClass};this.pivotCommon=new se(i),this.pivotCommon.control=this,this.allowDeferLayoutUpdate&&(this.clonedDataSource=B.getClonedDataSourceSettings(this.dataSourceSettings),"olap"===this.dataType&&(this.clonedFieldListData=B.cloneOlapFieldSettings(this.olapEngineModule.fieldListData)),this.clonedFieldList=B.getClonedFieldList(this.pivotFieldList));var a=this.isPopupView?this.pivotGridModule:this.staticPivotGridModule;a&&a.toolbarModule&&B.toggleFieldListIconVisibility(a)},a.prototype.getFieldCaption=function(e){var t=this.getFields(e),i="olap"===this.dataType?this.olapEngineModule:this.engineModule;if(t.length>0&&i&&i.fieldList)for(var a=t.length;a--;)if(t[a])for(var r=0,n=t[a];r<n.length;r++){var s=n[r];s&&i.fieldList[s.name]&&(s.caption?i.fieldList[s.name].caption=s.caption:i.fieldList[s.name].caption=s.name)}},a.prototype.getFields=function(e){return[e.rows,e.columns,e.values,e.filters]},a.prototype.updateDataSource=function(e,i){var a=this;this.pivotGridModule&&this.pivotGridModule.showWaitingPopup(),r.showSpinner(this.fieldListSpinnerElement);var n=this,s=n.isPopupView?n.pivotGridModule:n,o=!1,l=n.pivotGridModule&&(n.pivotGridModule.enableVirtualization||n.pivotGridModule.enablePaging)?n.pivotGridModule.pageSettings:void 0,d=Object.keys(n.lastCalcFieldInfo).length>0,p=Object.keys(n.lastSortInfo).length>0,h=Object.keys(n.lastAggregationInfo).length>0,u=Object.keys(n.lastFilterInfo).length>0,c={dataSourceSettings:B.getClonedDataSourceSettings(n.dataSourceSettings)};s.trigger("enginePopulating",c,function(c){if(l&&(p||u||h||d)||(B.updateDataSourceSettings(n,c.dataSourceSettings),B.updateDataSourceSettings(n.pivotGridModule,c.dataSourceSettings)),t.isNullOrUndefined(i)){var g=!p&&(n.pivotGridModule?n.pivotGridModule.enableValueSorting:n.staticPivotGridModule?n.staticPivotGridModule.enableValueSorting:n.enableValueSorting);if(!p||""===n.dataSourceSettings.valueSortSettings.headerText&&""===n.dataSourceSettings.valueSortSettings.rowHeaderText&&""===n.dataSourceSettings.valueSortSettings.columnHeaderText||(n.pivotGridModule&&n.pivotGridModule.setProperties({dataSourceSettings:{valueSortSettings:{headerText:"",rowHeaderText:"",columnHeaderText:""}}},!0),n.setProperties({dataSourceSettings:{valueSortSettings:{headerText:"",rowHeaderText:"",columnHeaderText:""}}},!0)),"pivot"===n.dataType){var m=n.frameCustomProperties();m.enableValueSorting=g,m.savedFieldList=n.pivotFieldList,l&&(p||u||h||d)&&!n.allowDeferLayoutUpdate?(p&&("Server"===s.dataSourceSettings.mode?s.getEngine("onSort",null,n.lastSortInfo,null,null,null,null):n.engineModule.onSort(n.lastSortInfo),n.lastSortInfo={}),u&&("Server"===s.dataSourceSettings.mode?s.getEngine("onFilter",null,null,null,null,n.lastFilterInfo,null):n.engineModule.onFilter(n.lastFilterInfo,n.dataSourceSettings),n.lastFilterInfo={}),h&&("Server"===s.dataSourceSettings.mode?s.getEngine("onAggregation",null,null,n.lastAggregationInfo,null,null,null):n.engineModule.onAggregation(n.lastAggregationInfo),n.lastAggregationInfo={}),d&&("Server"===s.dataSourceSettings.mode?s.getEngine("onCalcOperation",null,null,null,n.lastCalcFieldInfo,null,null):n.engineModule.onCalcOperation(n.lastCalcFieldInfo,n.dataSourceSettings),n.lastCalcFieldInfo={})):("Server"===n.dataSourceSettings.mode?p?n.getEngine("onSort",null,n.lastSortInfo,null,null,null,null):h?n.getEngine("onAggregation",null,null,n.lastAggregationInfo,null,null,null):d?n.getEngine("onCalcOperation",null,null,null,n.lastCalcFieldInfo,null,null):u?n.getEngine("onFilter",null,null,null,null,n.lastFilterInfo,null):n.getEngine("onDrop",null,null,null,null,null,null):n.engineModule.renderEngine(n.dataSourceSettings,m,n.aggregateCellInfo?n.getValueCellInfo.bind(n):void 0,n.onHeadersSort?n.getHeaderSortInfo.bind(n):void 0),n.lastSortInfo={},n.lastAggregationInfo={},n.lastCalcFieldInfo={},n.lastFilterInfo={})}else o=n.updateOlapDataSource(n,p,d,o,g,u);n.getFieldCaption(n.dataSourceSettings)}else n.axisFieldModule.render(),n.pivotGridModule&&n.pivotGridModule.notify(Q,n),n.isRequiredUpdate=!1;"Server"===n.dataSourceSettings.mode&&e?(n.allowDeferLayoutUpdate&&!n.isRequiredUpdate||n.isRequiredUpdate)&&(r.hideSpinner(a.fieldListSpinnerElement),a.pivotGridModule&&a.pivotGridModule.hideWaitingPopup()):n.enginePopulatedEventMethod(n,e,o)})},a.prototype.enginePopulatedEventMethod=function(e,i,a){var n=this,s=e.isPopupView?e.pivotGridModule:e,o={dataSourceSettings:e.dataSourceSettings,pivotFieldList:"pivot"===e.dataType?e.engineModule.fieldList:e.olapEngineModule.fieldList,pivotValues:"pivot"===e.dataType?e.engineModule.pivotValues:e.olapEngineModule.pivotValues};s.trigger("enginePopulated",o,function(s){e.dataSourceSettings=s.dataSourceSettings,e.pivotCommon.dataSourceSettings=e.dataSourceSettings,e.pivotFieldList=s.pivotFieldList,"olap"===e.dataType?(e.olapEngineModule.pivotValues=s.pivotValues,e.pivotCommon.engineModule=e.olapEngineModule):(e.engineModule.pivotValues=s.pivotValues,e.pivotCommon.engineModule=e.engineModule),i||!e.treeViewModule.fieldTable||e.isAdaptive||e.notify(X,{}),e.isRequiredUpdate?(e.allowDeferLayoutUpdate&&(e.clonedDataSource=B.getClonedDataSourceSettings(e.dataSourceSettings),"olap"===n.dataType&&(n.clonedFieldListData=B.cloneOlapFieldSettings(n.olapEngineModule.fieldListData)),e.clonedFieldList=B.getClonedFieldList(e.pivotFieldList)),e.updateView(e.pivotGridModule)):n.isPopupView&&(n.isDeferLayoutUpdate||e.pivotGridModule&&e.pivotGridModule.pivotDeferLayoutUpdate)&&(e.pivotGridModule.engineModule=e.engineModule,e.pivotGridModule.setProperties({dataSourceSettings:e.dataSourceSettings.properties},!0),e.pivotGridModule.notify(Q,e),r.hideSpinner(e.fieldListSpinnerElement)),(n.isPopupView&&e.pivotGridModule&&e.pivotGridModule.allowDeferLayoutUpdate&&!e.isRequiredUpdate||!t.isNullOrUndefined(e.pivotGridModule))&&(r.hideSpinner(e.fieldListSpinnerElement),e.pivotGridModule.hideWaitingPopup()),e.isRequiredUpdate=!0,!e.pivotGridModule||a?r.hideSpinner(e.fieldListSpinnerElement):e.pivotGridModule.fieldListSpinnerElement=e.fieldListSpinnerElement});var l=this.getActionCompleteName();this.actionObj.actionName=l,this.actionObj.actionName&&this.actionCompleteMethod()},a.prototype.updateOlapDataSource=function(e,t,i,a,r,n){var s=e.frameCustomProperties(e.olapEngineModule.fieldListData,e.olapEngineModule.fieldList);return s.enableValueSorting=r,s.savedFieldList=e.pivotFieldList,!i&&!t||n?B.renderOlapEngine(e,s):(e.olapEngineModule.savedFieldList=e.pivotFieldList,e.olapEngineModule.savedFieldListData=e.olapEngineModule.fieldListData,i?(e.olapEngineModule.updateCalcFields(e.dataSourceSettings,e.lastCalcFieldInfo),e.lastCalcFieldInfo={},a=!e.olapEngineModule.dataFields[e.lastCalcFieldInfo.name],e.pivotGridModule&&e.pivotGridModule.hideWaitingPopup()):e.olapEngineModule.onSort(e.dataSourceSettings)),e.lastSortInfo={},e.lastAggregationInfo={},e.lastCalcFieldInfo={},e.lastFilterInfo={},a},a.prototype.update=function(e){e&&(this.clonedDataSet=e.clonedDataSet,this.clonedReport=e.clonedReport,this.setProperties({dataSourceSettings:e.dataSourceSettings,showValuesButton:e.showValuesButton},!0),this.engineModule=e.engineModule,this.olapEngineModule=e.olapEngineModule,this.dataType=e.dataType,this.pivotFieldList="olap"===this.dataType?e.olapEngineModule.fieldList:e.engineModule.fieldList,this.isPopupView?this.pivotGridModule=e:this.staticPivotGridModule=e,this.getFieldCaption(e.dataSourceSettings),this.pivotCommon.engineModule="olap"===this.dataType?this.olapEngineModule:this.engineModule,this.pivotCommon.dataSourceSettings=this.dataSourceSettings,this.pivotCommon.control=this,this.treeViewModule.fieldTable&&!this.isAdaptive&&this.notify(X,{}),this.axisFieldModule.render(),!this.isPopupView&&this.allowDeferLayoutUpdate&&(this.clonedDataSource=B.getClonedDataSourceSettings(this.dataSourceSettings),"olap"===this.dataType&&(this.clonedFieldListData=B.cloneOlapFieldSettings(this.olapEngineModule.fieldListData)),this.clonedFieldList=B.getClonedFieldList(this.pivotFieldList)))},a.prototype.updateView=function(e){if(e){var t="Calculated field applied"===this.actionObj.actionName&&"olap"===e.dataType;e.element.querySelector(".e-spin-hide")&&!t&&(!this.allowDeferLayoutUpdate||this.isDeferUpdateApplied||e.isInitial&&"Chart"!==e.currentView)&&e.showWaitingPopup(),e.clonedDataSet=this.clonedDataSet,e.clonedReport=this.clonedReport,e.setProperties({dataSourceSettings:this.dataSourceSettings,showValuesButton:this.showValuesButton},!0),e.engineModule=this.engineModule,e.olapEngineModule=this.olapEngineModule,e.dataType=this.dataType,this.pivotChange||(e.pivotValues="olap"===this.dataType?this.olapEngineModule.pivotValues:this.engineModule.pivotValues);var i={dataSourceSettings:B.getClonedDataSourceSettings(e.dataSourceSettings),pivotValues:e.pivotValues};e.trigger("fieldListRefreshed",i),!this.isPopupView&&(("olap"===this.dataType?this.olapEngineModule.isEngineUpdated:this.engineModule.isEngineUpdated)||this.isInitial)&&(this.staticPivotGridModule=e,e.isStaticRefresh=!0,e.isStaticFieldList=!0),this.isDeferUpdateApplied=!1,this.staticPivotGridModule&&(this.staticPivotGridModule.isServerWaitingPopup=!0),e.dataBind()}},a.prototype.triggerPopulateEvent=function(){var e=this,t=this.isPopupView?this.pivotGridModule:this,i={dataSourceSettings:this.dataSourceSettings,pivotFieldList:"olap"===this.dataType?this.olapEngineModule.fieldList:this.engineModule.fieldList,pivotValues:"olap"===this.dataType?this.olapEngineModule.pivotValues:this.engineModule.pivotValues};t.trigger("enginePopulated",i,function(t){e.dataSourceSettings=t.dataSourceSettings,e.pivotFieldList=t.pivotFieldList,"olap"===e.dataType?e.olapEngineModule.pivotValues=t.pivotValues:e.engineModule.pivotValues=t.pivotValues})},a.prototype.actionBeginMethod=function(){var e={dataSourceSettings:B.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,cancel:!1};return(this.isPopupView?this.pivotGridModule:this).trigger("actionBegin",e),e.cancel},a.prototype.actionCompleteMethod=function(){var e={dataSourceSettings:B.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,actionInfo:this.actionObj.actionInfo};(this.isPopupView?this.pivotGridModule:this).trigger("actionComplete",e),this.actionObj.actionName="",this.actionObj.actionInfo=void 0,this.actionObj.fieldInfo=void 0},a.prototype.actionFailureMethod=function(e){var t={actionName:this.actionObj.actionName,errorInfo:e};(this.isPopupView?this.pivotGridModule:this).trigger("actionFailure",t)},a.prototype.getActionCompleteName=function(){return"Open calculated field dialog"===this.actionObj.actionName?"Calculated field applied":"Edit calculated field"===this.actionObj.actionName?"Calculated field edited":"Sort field"===this.actionObj.actionName?"Field sorted":"Filter field"===this.actionObj.actionName?"Field filtered":"Remove field"===this.actionObj.actionName?"Field removed":"Aggregate field"===this.actionObj.actionName?"Field aggregated":"Sort field tree"===this.actionObj.actionName?"Field tree sorted":this.actionObj.actionName},a.prototype.destroy=function(){this.unWireEvent(),this.fieldListSpinnerElement&&(r.hideSpinner(this.fieldListSpinnerElement),this.fieldListSpinnerElement=null),this.request&&(this.request.abort(),this.request=null),this.contextMenuModule&&(this.contextMenuModule.destroy(),this.contextMenuModule=null),this.calculatedFieldModule&&(this.calculatedFieldModule.destroy(),this.calculatedFieldModule=null),this.pivotButtonModule&&(this.pivotButtonModule.destroy(),this.pivotButtonModule=null),this.axisFieldModule&&(this.axisFieldModule.destroy(),this.axisFieldModule=null),this.axisTableModule&&(this.axisTableModule.destroy(),this.axisTableModule=null),this.treeViewModule&&(this.treeViewModule.destroy(),this.treeViewModule=null),this.dialogRenderer&&(this.dialogRenderer.destroy(),this.dialogRenderer=null),this.renderModule&&(this.renderModule=null),this.pivotCommon&&(this.pivotCommon.destroy(),this.pivotCommon=null),this.engineModule&&!this.destroyEngine&&(this.engineModule.fieldList={},this.engineModule.rMembers=null,this.engineModule.cMembers=null,this.engineModule.valueMatrix=[],this.engineModule.pivotValues=[],this.engineModule.data=[],this.engineModule=null),this.olapEngineModule&&!this.destroyEngine&&(this.olapEngineModule.fieldList={},this.olapEngineModule.fieldListData=null,this.olapEngineModule.pivotValues=[],this.olapEngineModule=null),this.pivotFieldList&&(this.pivotFieldList=null),this.clonedDataSet=[],this.clonedDataSource={},this.clonedFieldList={},this.clonedFieldListData=[],this.clonedReport={},this.lastSortInfo={},this.lastFilterInfo={},this.lastAggregationInfo={},this.lastCalcFieldInfo={},this.remoteData=[],this.actionObj={},this.savedDataSourceSettings=null,this.localeObj=null,this.defaultLocale=null,this.globalize=null,this.pivotGridModule=null,this.staticPivotGridModule=null,this.filterTargetID=null,this.element&&(this.element.innerHTML="",t.removeClass([this.element],f),t.removeClass([this.element],v),t.removeClass([this.element],S))},Jt([t.Complex({},we)],a.prototype,"dataSourceSettings",void 0),Jt([t.Property("Popup")],a.prototype,"renderMode",void 0),Jt([t.Property()],a.prototype,"target",void 0),Jt([t.Property("")],a.prototype,"cssClass",void 0),Jt([t.Property(!1)],a.prototype,"enableHtmlSanitizer",void 0),Jt([t.Property(!1)],a.prototype,"allowCalculatedField",void 0),Jt([t.Property(!1)],a.prototype,"enableFieldSearching",void 0),Jt([t.Property(!1)],a.prototype,"showValuesButton",void 0),Jt([t.Property(!1)],a.prototype,"allowDeferLayoutUpdate",void 0),Jt([t.Property(1e3)],a.prototype,"maxNodeLimitInMemberEditor",void 0),Jt([t.Property(!0)],a.prototype,"loadOnDemandInMemberEditor",void 0),Jt([t.Property()],a.prototype,"spinnerTemplate",void 0),Jt([t.Property(["Sum","Count","DistinctCount","Product","Min","Max","Avg","Median","Index","PopulationVar","SampleVar","PopulationStDev","SampleStDev","RunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"])],a.prototype,"aggregateTypes",void 0),Jt([t.Property("USD")],a.prototype,"currencyCode",void 0),Jt([t.Event()],a.prototype,"load",void 0),Jt([t.Event()],a.prototype,"enginePopulating",void 0),Jt([t.Event()],a.prototype,"memberFiltering",void 0),Jt([t.Event()],a.prototype,"enginePopulated",void 0),Jt([t.Event()],a.prototype,"onFieldDropped",void 0),Jt([t.Event()],a.prototype,"fieldDrop",void 0),Jt([t.Event()],a.prototype,"fieldDragStart",void 0),Jt([t.Event()],a.prototype,"aggregateCellInfo",void 0),Jt([t.Event()],a.prototype,"memberEditorOpen",void 0),Jt([t.Event()],a.prototype,"calculatedFieldCreate",void 0),Jt([t.Event()],a.prototype,"aggregateMenuOpen",void 0),Jt([t.Event()],a.prototype,"fieldRemove",void 0),Jt([t.Event()],a.prototype,"dataBound",void 0),Jt([t.Event()],a.prototype,"created",void 0),Jt([t.Event()],a.prototype,"destroyed",void 0),Jt([t.Event()],a.prototype,"beforeServiceInvoke",void 0),Jt([t.Event()],a.prototype,"afterServiceInvoke",void 0),Jt([t.Event()],a.prototype,"actionBegin",void 0),Jt([t.Event()],a.prototype,"actionComplete",void 0),Jt([t.Event()],a.prototype,"actionFailure",void 0),Jt([t.Event()],a.prototype,"onHeadersSort",void 0),a=Jt([t.NotifyPropertyChanges],a)}(t.Component),$t="PopulationVar",ei="CalculatedField",ti=function(){function e(e){this.isFormula=!1,this.isRequireUpdate=!1,this.formatTypes=["Standard","Currency","Percent","Custom","None"],this.parent=e,this.existingReport=null,this.parent.calculatedFieldModule=this,this.removeEventListener(),this.addEventListener(),this.parentID=this.parent.element.id,this.treeObj=null,this.droppable=null,this.newFields=null,this.isFieldExist=!0,this.formulaText=null,this.fieldText=null,this.formatText=null,this.formatType=null,this.fieldType=null,this.parentHierarchy=null,this.isEdit=!1,this.currentFieldName=null}return e.prototype.getModuleName=function(){return"calculatedField"},e.prototype.keyActionHandler=function(e){var i=e.currentTarget.querySelector(".e-node-focus");if(i)switch(e.action){case"moveRight":case"shiftE":"pivot"===this.parent.dataType&&this.displayMenu(i);break;case"delete":"LI"===i.tagName&&!i.querySelector(".e-list-icon.e-format")&&!i.querySelector(".e-list-icon").classList.contains(".e-icons")&&i.querySelector("."+k)&&i.querySelector("."+k).classList.contains("e-list-icon")&&this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("removeCalculatedField"),{},!0,i);break;case"enter":var a=i.getAttribute("data-field"),n=t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog),s=i.getAttribute("data-type"),o=t.select("#"+this.parentID+"droppable",n.element);"pivot"===this.parent.dataType?""===o.value?o.value=s===ei?i.getAttribute("data-uid"):'"'+s+"("+a+')"':""!==o.value&&(o.value=s===ei?o.value+i.getAttribute("data-uid"):o.value+'"'+s+"("+a+')"'):(this.parent.olapEngineModule&&this.parent.olapEngineModule.fieldList[a]&&this.parent.olapEngineModule.fieldList[a].isCalculatedField&&(a=this.parent.olapEngineModule.fieldList[a].tag),""===o.value?o.value=a:""!==o.value&&(o.value=o.value+a))}},e.prototype.fieldClickHandler=function(e){var i=t.closest(e.event.target,"li");(e.event.target.classList.contains(P)||e.event.target.classList.contains("e-edit")||e.event.target.classList.contains("e-edited")||e.event.target.classList.contains(k))&&(this.parent.isAdaptive?"olap"===this.parent.dataType&&this.parent.isAdaptive&&("LI"===i.tagName&&i.querySelector(".e-list-edit-icon").classList.contains("e-edit")&&e.event.target.classList.contains("e-edit")?(this.isEdit=!0,this.currentFieldName=i.getAttribute("data-field"),this.fieldText=i.getAttribute("data-caption"),this.formulaText=i.getAttribute("data-formula"),this.formatType=i.getAttribute("data-formatString"),this.formatText="Custom"===this.formatType?i.getAttribute("data-customformatstring"):null,this.fieldType=i.getAttribute("data-membertype"),this.parentHierarchy="Dimension"===this.fieldType?i.getAttribute("data-hierarchy"):null,t.addClass([i.querySelector(".e-list-edit-icon")],"e-edited"),t.removeClass([i.querySelector(".e-list-edit-icon")],"e-edit"),this.renderMobileLayout(this.parent.dialogRenderer.adaptiveElement)):"LI"===i.tagName&&i.querySelector(".e-list-edit-icon").classList.contains("e-edited")&&e.event.target.classList.contains("e-edited")?(this.isEdit=!1,this.fieldText=this.formatText=this.formulaText=this.currentFieldName=null,this.parentHierarchy=this.fieldType=this.formatType=null,t.addClass([i.querySelector(".e-list-edit-icon")],"e-edit"),t.removeClass([i.querySelector(".e-list-edit-icon")],"e-edited")):"LI"===i.tagName&&i.querySelector("."+k).classList.contains("e-icons")&&e.event.target.classList.contains(k)&&this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("removeCalculatedField"),{},!0,e.node)):this.displayMenu(i,e.node,e.event.target))},e.prototype.accordionClickHandler=function(e){if(e.item&&-1!==e.item.iconCss.indexOf("e-list-icon")&&t.closest(e.originalEvent.target,".e-acrdn-header-icon")){var i=t.closest(e.originalEvent.target,".e-acrdn-header").querySelector("."+D),a=i.getAttribute("data-field"),r=i.getAttribute("data-caption"),n=B.getFieldByName(a,this.parent.dataSourceSettings.formatSettings),s=t.closest(e.originalEvent.target,".e-acrdn-header-icon");if(n){var o=this.getFormat(n.format),l=o?this.formatTypes.indexOf(o)>-1?n.format:"Custom":"None";this.formatType=l}s.querySelector(".e-edit")&&e.originalEvent.target.classList.contains("e-edit")?(this.isEdit=!0,this.currentFieldName=a,this.fieldText=r||a,this.formulaText=this.parent.engineModule.fieldList[a].formula,this.formatText=n?n.format:"",t.addClass([s.querySelector(".e-list-icon")],"e-edited"),t.removeClass([s.querySelector(".e-list-icon")],"e-edit"),this.renderMobileLayout(this.parent.dialogRenderer.adaptiveElement)):s.querySelector(".e-edited")&&e.originalEvent.target.classList.contains("e-edited")?(this.isEdit=!1,this.fieldText=this.formatText=this.formulaText=this.currentFieldName=null,t.addClass([s.querySelector(".e-list-icon")],"e-edit"),t.removeClass([s.querySelector(".e-list-icon")],"e-edited")):s.querySelector("."+k)&&e.originalEvent.target.classList.contains(k)&&this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("removeCalculatedField"),{},!0,i)}},e.prototype.accordionCreated=function(){for(var e=t.getInstance(t.select("#"+this.parentID+"accordDiv",document),s.Accordion).element.querySelectorAll(".e-acrdn-item"),i=0;i<e.length;i++)if(e[i].querySelector(".e-edit")||e[i].querySelector(".e-edited")){var a=t.createElement("span",{className:"e-list-icon e-remove-report e-icons"});t.append([a],e[i].querySelector(".e-acrdn-header-icon")),t.addClass([e[i]],"e-select")}},e.prototype.clearFormula=function(){this.treeObj&&this.treeObj.element.querySelector("li")&&(t.removeClass(this.treeObj.element.querySelectorAll("li"),"e-active"),this.displayMenu(this.treeObj.element.querySelector("li")))},e.prototype.displayMenu=function(e,i,a){var n=!a||a.classList.contains("e-edit"),d=!a||a.classList.contains("e-edited"),p=t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog),h=t.getInstance(t.select("#"+this.parentID+"ddlelement",document),o.MaskedTextBox);try{if("pivot"!==this.parent.dataType||!e.querySelector(".e-list-icon.e-format")||!e.querySelector(".e-list-icon.e-format").classList.contains(y)||e.querySelector(".e-list-icon").classList.contains("e-edited")||e.querySelector(".e-list-icon").classList.contains(k)||e.querySelector(".e-list-icon").classList.contains("e-edit")||"LI"!==e.tagName){if("LI"===e.tagName&&(e.querySelector(".e-edit")&&e.querySelector(".e-edit").classList.contains("e-list-icon")&&n||"olap"===this.parent.dataType&&e.getAttribute("data-type")===ei&&e.classList.contains("e-active")&&(a&&!a.classList.contains(k)||!a))){this.isEdit=!0;var u=e.getAttribute("data-field"),c=e.getAttribute("data-caption");this.currentFieldName=u,h.value=c,h.dataBind();var g=e.getAttribute("data-formatString"),m=p.element,f=t.getInstance(t.select("#"+this.parentID+"Format_Div",m),l.DropDownList),v=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",m),o.MaskedTextBox),S=e.getAttribute("data-customformatstring");if("olap"===this.parent.dataType){var b=e.getAttribute("data-membertype"),C=e.getAttribute("data-hierarchy"),x=e.getAttribute("data-formula"),w=t.select("#"+this.parentID+"_FieldNameTitle",m),T=t.getInstance(t.select("#"+this.parentID+"Member_Type_Div",m),l.DropDownList),M=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",m),l.DropDownList);w.innerText=this.parent.localeObj.getConstant("caption"),t.select("#"+this.parentID+"droppable",document).value=x,T.readonly=!0,T.value=b,T.dataBind(),"Dimension"===b&&(M.value=C)}else t.addClass(this.treeObj.element.querySelectorAll(".e-edited"),"e-edit"),t.removeClass(this.treeObj.element.querySelectorAll(".e-edited"),"e-edited"),t.addClass([e.querySelector(".e-list-icon")],"e-edited"),t.removeClass([e.querySelector(".e-list-icon")],"e-edit"),e.querySelector(".e-edited").setAttribute("title",this.parent.localeObj.getConstant("clearCalculatedField")),t.select("#"+this.parentID+"droppable",document).value=e.getAttribute("data-uid");""!==g&&(f.value=g,f.dataBind()),v.value=S,v.dataBind()}else if("LI"===e.tagName&&(e.querySelector(".e-edited")&&e.querySelector(".e-edited").classList.contains("e-list-icon")&&d||"olap"===this.parent.dataType&&!e.classList.contains("e-active"))){this.isEdit=!1,h.value="",h.dataBind();m=p.element;if((v=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",m),o.MaskedTextBox)).value="",v.dataBind(),"olap"===this.parent.dataType){var M=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",m),l.DropDownList),f=t.getInstance(t.select("#"+this.parentID+"Format_Div",m),l.DropDownList),T=t.getInstance(t.select("#"+this.parentID+"Member_Type_Div",m),l.DropDownList);(w=t.select("#"+this.parentID+"_FieldNameTitle",m)).innerText=this.parent.localeObj.getConstant("fieldTitle"),M.index=0,M.dataBind(),f.index=0,f.dataBind(),T.index=0,T.readonly=!1,T.dataBind()}else t.addClass(this.treeObj.element.querySelectorAll(".e-edited"),"e-edit"),t.removeClass(this.treeObj.element.querySelectorAll(".e-edited"),"e-edited"),e.querySelector(".e-edit").setAttribute("title",this.parent.localeObj.getConstant("edit"));t.select("#"+this.parentID+"droppable",document).value=""}else if("LI"===e.tagName&&e.querySelector("."+k)&&e.querySelector("."+k).classList.contains("e-list-icon")&&!n&&!d){if(this.parent.actionObj.actionName="Remove field",this.parent.actionBeginMethod())return;var D=t.select("#"+this.parentID+"droppable",document),O={name:this.isEdit?this.currentFieldName:h.value,caption:h.value,formula:D.value};this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("removeCalculatedField"),O,!0,i)}}else{var P=t.select("#"+this.parentID+"CalcContextmenu",document)?t.getInstance(t.select("#"+this.parentID+"CalcContextmenu",document),s.ContextMenu):null;P&&!P.isDestroyed&&P.destroy(),this.curMenu=e.querySelector(".e-list-text"),this.openContextMenu(e)}}catch(e){this.parent.actionFailureMethod(e)}},e.prototype.removeCalcField=function(e){var i,a=this.parent.dataSourceSettings,r=e.getAttribute("data-field"),n=a.calculatedFieldSettings;"pivot"===this.parent.dataType&&(this.parent.isAdaptive?"number"==typeof(u=parseInt(e.getAttribute("id").split(this.parentID+"_")[1],10))&&t.getInstance(t.select("#"+this.parentID+"accordDiv",document),s.Accordion).hideItem(u):this.treeObj.removeNodes([e]));for(m=0;m<n.length;m++)if(n[m]&&n[m].name===r){n.splice(m,1);break}if("olap"===this.parent.dataType){for(var l=(i=this.parent.olapEngineModule).fieldListData?i.fieldListData:[],d=0,p=Object.keys(l);d<p.length;d++){var h=p[d];if(l[parseInt(h,10)].name===r){var u=parseInt(h,10);if("number"==typeof u){l.splice(u,1);break}}}var c=this.treeObj.getNode(e).parentID;this.treeObj.removeNodes([e]),n.length<=0&&this.treeObj.removeNodes([c])}else i=this.parent.engineModule;if(i.fields)for(m=0;m<i.fields.length;m++)if(i.fields[m]===r){i.fields.splice(m,1);break}i.savedFieldList&&i.savedFieldList[r]&&delete i.savedFieldList[r],i.fieldList&&i.fieldList[r]&&delete i.fieldList[r];for(var g=a.formatSettings,m=0;m<g.length;m++)if(g[m]&&g[m].name===r){g.splice(m,1);break}for(var f=[a.values,a.rows,a.columns,a.filters],m=0,v=f.length;m<v;m++)for(var S=0,y=f[m].length;S<y;S++)if(f[m][S].name===r){f[m].splice(S,1);break}if(this.isEdit&&this.currentFieldName===r){var b=t.getInstance(t.select("#"+this.parentID+"ddlelement",document),o.MaskedTextBox);this.isEdit=!1,b.value="",this.currentFieldName=this.formatText=this.fieldText=this.formatType=null,this.formulaText=this.fieldType=this.parentHierarchy=null}(!t.isNullOrUndefined(this.parent.isDeferLayoutUpdate)&&!this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!this.parent.pivotGridModule.pivotDeferLayoutUpdate||"pivotfieldlist"!==this.parent.getModuleName())&&this.parent.updateDataSource(),this.closeErrorDialog()},e.prototype.openContextMenu=function(e){var i=this,a=e.getAttribute("data-field"),r="number"!==this.parent.engineModule.fieldList[a].type?"string":"number",n="string"===r?this.getValidSummaryType().slice(0,2):this.getValidSummaryType(),o={cancel:!1,fieldName:a,aggregateTypes:this.getMenuItems(r).slice()};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("aggregateMenuOpen",o,function(a){if(!a.cancel){for(var r=[],o=[],l=0,d=a.aggregateTypes;l<d.length;l++){var p=d[l];n.indexOf(p)>-1&&-1===r.indexOf(p)&&(r.push(p),o.push({id:i.parent.element.id+"Calc_"+p,text:i.parent.localeObj.getConstant(p)}))}i.createMenu(o,e);var h=e.getBoundingClientRect(),u=window.scrollY||document.documentElement.scrollTop,c=t.getInstance(t.select("#"+i.parentID+"CalcContextmenu",document),s.ContextMenu);i.parent.enableRtl?c.open(h.top+u,h.left-100):c.open(h.top+u,h.left+150)}})},e.prototype.selectContextMenu=function(e){if(null!==e.element.textContent){var i=t.closest(this.curMenu,".e-list-item").getAttribute("data-caption");t.closest(this.curMenu,".e-list-item").setAttribute("data-type",e.element.id.split("_").pop()),this.curMenu.textContent=i+" ("+e.element.textContent+")",t.addClass([this.curMenu.parentElement.parentElement],["e-node-focus","e-hover"]),this.curMenu.parentElement.parentElement.setAttribute("tabindex","0"),this.curMenu.parentElement.parentElement.focus()}},e.prototype.createMenu=function(e,i){var a,n=this,o={cssClass:this.parentID+"calculatedmenu"+(this.parent.cssClass?" "+this.parent.cssClass:""),items:e,enableRtl:this.parent.enableRtl,locale:this.parent.locale,select:this.selectContextMenu.bind(this),onClose:function(){n.treeObj.element.focus(),t.addClass([i],["e-hover","e-node-focus"])}};a=t.select("#"+this.parentID+"CalcContextmenu",document)?t.select("#"+this.parentID+"CalcContextmenu",document):t.createElement("ul",{id:this.parentID+"CalcContextmenu"}),t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog).element.appendChild(a);var l=new s.ContextMenu(o);l.isStringTemplate=!0,l.appendTo(a)},e.prototype.applyFormula=function(){var e=this,i=this,a=!1;t.removeClass([document.getElementById(this.parentID+"ddlelement")],"e-empty-field");var r=t.getInstance(t.select("#"+this.parentID+"ddlelement",document),o.MaskedTextBox);this.newFields=t.extend([],this.parent.dataSourceSettings.calculatedFieldSettings,null,!0);var n={fieldName:this.isEdit?this.currentFieldName:r.value,calculatedField:this.getCalculatedFieldInfo(),calculatedFieldSettings:B.cloneCalculatedFieldSettings(this.parent.dataSourceSettings.calculatedFieldSettings),cancel:!1};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("calculatedFieldCreate",n,function(r){if(r.cancel)e.endDialog(),e.parent.lastCalcFieldInfo={},e.isFormula=!1;else{var n=r.calculatedField;if(!e.isEdit)if("olap"===i.parent.dataType){h=n.name;i.parent.olapEngineModule.fieldList[h]&&"CalculatedField"!==i.parent.olapEngineModule.fieldList[h].type&&(a=!0)}else for(var s=0,l=Object.keys(i.parent.engineModule.fieldList);s<l.length;s++){var d=l[s];n.name&&n.name===d&&"CalculatedField"!==i.parent.engineModule.fieldList[d].aggregateType&&(a=!0)}if(a)return void i.parent.pivotCommon.errorDialog.createErrorDialog(i.parent.localeObj.getConstant("error"),i.parent.localeObj.getConstant("fieldExist"));e.existingReport=t.extend({},e.parent.dataSourceSettings,null,!0);var p=e.parent.dataSourceSettings;if(t.isNullOrUndefined(n.name)||""===n.name||t.isNullOrUndefined(n.caption)||""===n.caption||!n.formula||""===n.formula)t.isNullOrUndefined(n.name)||""===n.name||t.isNullOrUndefined(n.caption)||""===n.caption?(t.getInstance(t.select("#"+e.parentID+"ddlelement",document),o.MaskedTextBox).value="",t.addClass([document.getElementById(e.parentID+"ddlelement")],"e-empty-field"),document.getElementById(e.parentID+"ddlelement").focus()):e.triggerActionCompleteEvent();else{var h=void 0;if("olap"===e.parent.dataType){if(h={name:n.name,formula:n.formula,formatString:n.formatString},t.isNullOrUndefined(n.hierarchyUniqueName)||(h.hierarchyUniqueName=n.hierarchyUniqueName),e.isFieldExist=!1,e.isEdit){for(y=0;y<p.calculatedFieldSettings.length;y++)if(p.calculatedFieldSettings[y].name===h.name&&e.isEdit){p.calculatedFieldSettings[y].hierarchyUniqueName=n.hierarchyUniqueName,e.parent.olapEngineModule.fieldList[h.name].caption=n.caption,p.calculatedFieldSettings[y].formatString=h.formatString,p.calculatedFieldSettings[y].formula=h.formula,h=p.calculatedFieldSettings[y],e.updateFormatSettings(p,h.name,n.formatString),e.parent.olapEngineModule.getFormattedFields(p.formatSettings),e.parent.olapEngineModule.formatFields[h.name]&&(e.parent.olapEngineModule.formatFields[h.name].format?e.parent.olapEngineModule.formatFields[h.name].format=e.getFormat(h.formatString):delete e.parent.olapEngineModule.formatFields[h.name]),e.isFieldExist=!0;break}for(var u=!1,c=0,g=[p.rows,p.columns,p.values,p.filters];c<g.length;c++){for(var m=0,f=g[c];m<f.length;m++){var v=f[m];if(v.isCalculatedField&&null!==h.name&&v.name===h.name&&e.isEdit){v.caption=n.caption,e.isFieldExist=!0,u=!0;break}}if(u)break}}else for(y=0;y<p.calculatedFieldSettings.length;y++)if(p.calculatedFieldSettings[y].name===h.name)return void e.createConfirmDialog(i.parent.localeObj.getConstant("alert"),i.parent.localeObj.getConstant("confirmText"),n);e.isFieldExist||(p.calculatedFieldSettings.push(h),e.updateFormatSettings(p,h.name,n.formatString),e.parent.olapEngineModule.getFormattedFields(p.formatSettings),e.parent.olapEngineModule.formatFields[h.name]&&(e.parent.olapEngineModule.formatFields[h.name].format?e.parent.olapEngineModule.formatFields[h.name].format=e.getFormat(h.formatString):delete e.parent.olapEngineModule.formatFields[h.name])),e.parent.lastCalcFieldInfo=h}else{h={name:n.name,caption:n.caption,type:"CalculatedField"};var S={name:n.name,formula:n.formula};if(t.isNullOrUndefined(n.formatString)||(S.formatString=n.formatString),e.isFieldExist=!0,e.isEdit){for(y=0;y<p.values.length;y++)if(p.values[y].type===ei&&null!==h.name&&p.values[y].name===h.name&&e.isEdit)for(b=0;b<p.calculatedFieldSettings.length;b++)p.calculatedFieldSettings[b].name===h.name&&(p.values.splice(y,1),p.values.splice(y,0,h),e.currentFormula=p.calculatedFieldSettings[b].formula,p.calculatedFieldSettings.splice(b,1),p.calculatedFieldSettings.splice(b,0,S),e.updateFormatSettings(p,h.name,n.formatString),e.isFieldExist=!1)}else for(var y=0;y<p.values.length;y++)if(p.values[y].type===ei&&p.values[y].name===h.name){for(var b=0;b<p.calculatedFieldSettings.length;b++)if(p.calculatedFieldSettings[b].name===h.name)return void e.createConfirmDialog(i.parent.localeObj.getConstant("alert"),i.parent.localeObj.getConstant("confirmText"),n);e.isFieldExist=!1}e.isFieldExist&&(p.values.push(h),p.calculatedFieldSettings.push(S),e.updateFormatSettings(p,h.name,n.formatString)),e.parent.lastCalcFieldInfo=S}e.addFormula(p,h.name)}}})},e.prototype.getCalculatedFieldInfo=function(){var e=t.select("#"+this.parentID+"calculateddialog",document),i=e?t.getInstance(e,r.Dialog):void 0,a=t.getInstance(t.select("#"+this.parentID+"ddlelement",document),o.MaskedTextBox),n=t.select("#"+this.parentID+"droppable",document),s=this.parent.isAdaptive?this.parent.dialogRenderer.adaptiveElement.element:i.element,d=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",s),o.MaskedTextBox),p={name:this.isEdit?this.currentFieldName:a.value,caption:a.value,formula:n.value},h=t.getInstance(t.select("#"+this.parentID+"Format_Div",s),l.DropDownList);if(p.formatString="Custom"===h.value?d.value:"None"===h.value?null:h.value,"olap"===this.parent.dataType){var u=t.getInstance(t.select("#"+this.parentID+"Member_Type_Div",s),l.DropDownList),c=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",s),l.DropDownList);"Dimension"===u.value&&(p.hierarchyUniqueName=c.value)}return p},e.prototype.updateFormatSettings=function(e,i,a){for(var r={name:i,format:a,useGrouping:!0},n=!1,s=0;s<e.formatSettings.length;s++)if(e.formatSettings[s].name===i){if("undefined"===a||void 0===a||""===a){e.formatSettings.splice(s,1),n=!0;break}var o=e.formatSettings[s].properties?e.formatSettings[s].properties:e.formatSettings[s];o.format=a,e.formatSettings.splice(s,1,o),n=!0;break}n||""===a||t.isNullOrUndefined(a)||e.formatSettings.push(r)},e.prototype.addFormula=function(e,t){this.isFormula=!0,this.field=t,this.parent.setProperties({dataSourceSettings:e},!0),"pivotfieldlist"===this.parent.getModuleName()&&(this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&this.parent.pivotGridModule.pivotDeferLayoutUpdate)&&(this.parent.isRequiredUpdate=!1);try{var i={calculatedFieldInfo:this.parent.lastCalcFieldInfo};this.parent.actionObj.actionInfo=i;var a="Edit calculated field"===this.parent.actionObj.actionName?"Calculated field edited":"Calculated field applied";this.parent.actionObj.actionName=a,this.parent.updateDataSource(!1);var r="pivotfieldlist"===this.parent.getModuleName()&&this.parent.pivotGridModule?this.parent.pivotGridModule:this.parent;r&&"Server"!==r.dataSourceSettings.mode?this.endDialog():this.isRequireUpdate=!0,"pivotfieldlist"===this.parent.getModuleName()&&"Fixed"===this.parent.renderMode&&this.parent.isDeferLayoutUpdate&&(this.parent.pivotChange=!0)}catch(e){this.showError()}},e.prototype.endDialog=function(){this.isEdit=!1;var e=t.select("#"+this.parentID+"calculateddialog",document),i=e?t.getInstance(e,r.Dialog):void 0;if(i)i.close();else{t.getInstance(t.select("#"+this.parentID+"ddlelement",document),o.MaskedTextBox).value="",this.currentFieldName=this.formatText=this.fieldText=this.formatType=null,this.formulaText=this.fieldType=this.parentHierarchy=null;var a=this.parent.isAdaptive?this.parent.dialogRenderer.parentElement:i.element;if(this.parent.dialogRenderer.parentElement.querySelector("."+O).value="",t.select("#"+this.parentID+"droppable",this.parent.dialogRenderer.parentElement).value="",t.select("#"+this.parentID+"Custom_Format_Element",this.parent.dialogRenderer.parentElement).value="","olap"===this.parent.dataType){var n=t.getInstance(t.select("#"+this.parentID+"Member_Type_Div",a),l.DropDownList),s=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",a),l.DropDownList);n.index=0,n.readonly=!1,n.dataBind(),s.index=0,s.enabled=!1,s.dataBind()}var d=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",a),o.MaskedTextBox),p=t.getInstance(t.select("#"+this.parentID+"Format_Div",a),l.DropDownList);p.index="olap"===this.parent.dataType?0:4,p.dataBind(),d.enabled=!1,d.dataBind()}},e.prototype.showError=function(){if(this.parent.engineModule.fieldList[this.field]&&delete this.parent.engineModule.fieldList[this.field],this.parent.setProperties({dataSourceSettings:this.existingReport},!0),this.isEdit){for(var e=this.parent.dataSourceSettings.calculatedFieldSettings,t=0;e&&t<e.length;t++)if(e[t].name===this.field){e[t].formula=this.currentFormula;break}}else if(this.parent.engineModule.fields)for(t=0;t<this.parent.engineModule.fields.length;t++)if(this.parent.engineModule.fields[t]===this.field){this.parent.engineModule.fields.splice(t,1);break}this.parent.lastCalcFieldInfo={},this.triggerActionCompleteEvent(),this.parent.updateDataSource(!1),this.isFormula=!1},e.prototype.getFieldListData=function(e){var i=[];if("olap"===this.parent.dataType)for(var a=0,r=i=B.getClonedData(e.olapEngineModule.fieldListData?e.olapEngineModule.fieldListData:[]);a<r.length;a++){var n=r[a];n.spriteCssClass&&(n.spriteCssClass.indexOf("e-attributeCDB-icon")>-1||n.spriteCssClass.indexOf("e-level-members")>-1)?n.hasChildren=!0:n.spriteCssClass&&n.spriteCssClass.indexOf("e-namedSetCDB-icon")>-1?n.hasChildren=!1:n.spriteCssClass&&n.spriteCssClass.indexOf("e-calcMemberGroupCDB")>-1&&(n.expanded=this.isEdit)}else for(var s=0,o=e.engineModule.fieldList?Object.keys(e.engineModule.fieldList):[];s<o.length;s++){var l=o[s],d=null,p=null,h=e.engineModule.fieldList[l];p="number"===h.type&&"include"!==e.engineModule.fieldList[l].type&&"exclude"!==e.engineModule.fieldList[l].type||"DistinctCount"===h.aggregateType?void 0!==h.aggregateType?h.aggregateType:"Sum":"Count",d=this.parent.localeObj.getConstant(p),i.push({index:h.index,name:(this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(h.caption):h.caption)+" ("+d+")",type:p,icon:P+" "+y,formula:this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(h.formula):h.formula,field:this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(l):l,caption:this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(h.caption?h.caption:l):h.caption?h.caption:l})}return i},e.prototype.fieldDropped=function(e){e.cancel=!0;var i=t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog),a=t.select("#"+this.parentID+"droppable",i.element);t.removeClass([a],"e-copy-drop"),t.removeClass([e.draggedNode.querySelector(".e-list-text")],"e-list-selected");var n=e.draggedNode.getAttribute("data-field");if("olap"===this.parent.dataType)if(this.parent.olapEngineModule.fieldList[n]&&this.parent.olapEngineModule.fieldList[n].isCalculatedField&&(n=this.parent.olapEngineModule.fieldList[n].tag),e.target.id===this.parentID+"droppable"&&""===a.value)a.value=n,a.focus();else if(e.target.id===this.parentID+"droppable"&&""!==a.value){var s=a.value,o=a.selectionStart,l=s.substring(o,s.length),d=(h=s.substring(0,o))+n;a.value=h+n+l,a.focus(),a.setSelectionRange(d.length,d.length)}else e.cancel=!0;else{var p=e.draggedNode.getAttribute("data-type");if(e.target.id===this.parentID+"droppable"&&""===a.value)a.value=p===ei?e.draggedNodeData.id.toString():'"'+p+"("+n+')"',a.focus();else if(e.target.id===this.parentID+"droppable"&&""!==a.value){var d=void 0,o=a.selectionStart,h=(s=a.value).substring(0,o),l=s.substring(o,s.length);p===ei?(d=h+e.draggedNodeData.id.toString(),a.value=h+e.draggedNodeData.id.toString()+l):(d=h+'"'+p+"("+n+')"',a.value=h+'"'+p+"("+n+')"'+l),a.focus(),a.setSelectionRange(d.length,d.length)}else e.cancel=!0}},e.prototype.createDialog=function(){var e=this;if(null!==t.select("#"+this.parentID+"calculateddialog",document))for(t.remove(t.select("#"+this.parentID+"calculateddialog",document));!t.isNullOrUndefined(document.querySelector("."+this.parentID+"calculatedmenu"));)t.remove(document.querySelector("."+this.parentID+"calculatedmenu"));var i=t.createElement("div",{id:this.parentID+"calculateddialog",className:"e-pivot-calc-dialog-div "+("olap"===this.parent.dataType?"e-olap-calc-dialog-div":"")});this.parent.element.appendChild(i);var a=[{click:this.applyFormula.bind(this),isFlat:!1,buttonModel:{content:this.parent.localeObj.getConstant("ok"),isPrimary:!0,cssClass:this.parent.cssClass}},{click:this.cancelClick.bind(this),isFlat:!1,buttonModel:{content:this.parent.localeObj.getConstant("cancel"),cssClass:this.parent.cssClass}}];if("olap"===this.parent.dataType){var n={click:this.clearFormula.bind(this),isFlat:!1,buttonModel:{cssClass:"e-calc-clear-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("clear")}};a.splice(0,0,n)}var s=new r.Dialog({allowDragging:!0,position:{X:"center",Y:"center"},buttons:a,close:this.closeDialog.bind(this),beforeOpen:this.beforeOpen.bind(this),open:function(){t.select("#"+e.parentID+"ddlelement",s.element)&&t.select("#"+e.parentID+"ddlelement",s.element).focus()},animationSettings:{effect:"Zoom"},width:"25%",isModal:!0,closeOnEscape:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,showCloseIcon:!0,header:this.parent.localeObj.getConstant("createCalculatedField"),target:document.body,cssClass:this.parent.cssClass});s.isStringTemplate=!0,s.appendTo(i)},e.prototype.cancelClick=function(){t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog).close(),this.isEdit=!1},e.prototype.beforeOpen=function(){t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog).element.querySelector(".e-dlg-header").setAttribute("title",this.parent.localeObj.getConstant("createCalculatedField"))},e.prototype.closeDialog=function(){"pivotfieldlist"===this.parent.getModuleName()&&("Abort"!==this.parent.actionObj.actionName&&this.parent.axisFieldModule.render(),"Fixed"!==this.parent.renderMode&&(t.addClass([this.parent.element.querySelector(".e-toggle-field-list")],"e-hide"),this.parent.dialogRenderer.fieldListDialog.show())),this.destroy(),t.isNullOrUndefined(document.getElementById(this.parentID+"calculateddialog"))||t.remove(document.getElementById(this.parentID+"calculateddialog")),t.isNullOrUndefined(document.querySelector("."+this.parentID+"calculatedmenu"))||t.remove(document.querySelector("."+this.parentID+"calculatedmenu"));var e="pivotview"===this.parent.getModuleName()||"pivotfieldlist"===this.parent.getModuleName()&&"Fixed"===this.parent.renderMode?0:500;this.buttonCall&&(this.buttonCall=!1,setTimeout(this.setFocus.bind(this),e))},e.prototype.setFocus=function(){var e;if("pivotview"===this.parent.getModuleName()&&this.parent.element?e=this.parent.element:this.parent.element&&document.getElementById(this.parent.element.id+"_Container")&&(e=document.getElementById(this.parent.element.id+"_Container")),e)for(var t=0,i=[].slice.call(e.querySelectorAll(".e-pivot-button"));t<i.length;t++){var a=i[t];if(a.getAttribute("data-uid")===this.currentFieldName){a.focus();break}}},e.prototype.renderDialogElements=function(){var e=t.createElement("div",{id:this.parentID+"outerDiv",className:("olap"===this.parent.dataType?"e-olap-calc-outer-div ":"")+"e-pivot-calc-outer-div"}),i=t.createElement("div",{id:this.parentID+"Olap_Tree_Div",className:"e-olap-field-tree-div"}),a=t.createElement("div",{id:this.parentID+"Pivot_Calc_Div",className:"e-pivot-calculated-div"});if("pivotfieldlist"===this.parent.getModuleName()&&null!==this.parent.dialogRenderer.parentElement.querySelector("."+N)&&this.parent.isAdaptive){var n=t.createElement("div",{id:this.parentID+"accordDiv",className:"e-pivot-accord"});e.appendChild(n);var s=t.createElement("div",{id:this.parentID+"buttonDiv",className:"e-pivot-button-div"}),o=t.createElement("button",{id:this.parentID+"addBtn",className:"e-pivot-add-button",attrs:{type:"button"}});o.innerText=this.parent.localeObj.getConstant("add");var l=t.createElement("button",{id:this.parentID+"cancelBtn",className:"e-pivot-cancel-button",attrs:{type:"button"}});l.innerText=this.parent.localeObj.getConstant("cancel"),s.appendChild(l),s.appendChild(o),e.appendChild(s)}else{this.parent.isAdaptive||"olap"!==this.parent.dataType||((v=t.createElement("div",{className:"e-pivot-field-name-title",id:this.parentID+"_FieldNameTitle"})).innerText=this.parent.localeObj.getConstant("fieldTitle"),a.appendChild(v));var d=t.createElement("div",{id:this.parentID+"innerDiv",className:"e-pivot-calc-input-div"}),p=t.createElement("input",{id:this.parentID+"ddlelement",attrs:{type:"text"},className:O});d.appendChild(p),"olap"!==this.parent.dataType||this.parent.isAdaptive?e.appendChild(d):a.appendChild(d);var h=t.createElement("div",{id:this.parentID+"control_container",className:"e-pivot-treeview-outer"});if(!this.parent.isAdaptive){var u=t.createElement("div",{className:"e-pivot-all-field-title"});if(u.innerText="olap"===this.parent.dataType?this.parent.localeObj.getConstant("allFields"):this.parent.localeObj.getConstant("formulaField"),"olap"===this.parent.dataType){var c=t.createElement("div",{className:"e-pivot-all-field-title-container"});c.appendChild(u);var g=t.createElement("span",{attrs:{tabindex:"0","aria-disabled":"false","aria-label":this.parent.localeObj.getConstant("fieldTooltip"),role:"button"},className:y+" e-info"});c.appendChild(g),new r.Tooltip({content:this.parent.localeObj.getConstant("fieldTooltip"),position:this.parent.enableRtl?"RightCenter":"LeftCenter",target:".e-info",offsetY:(this.parent.enableRtl,-10),locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:220,cssClass:this.parent.cssClass}).appendTo(c),h.appendChild(c)}else e.appendChild(u)}var m=t.createElement("div",{className:"e-pivot-treeview-outer-div"});h.appendChild(m);var f=t.createElement("div",{id:this.parentID+"tree",className:"e-pivot-treeview"});if(m.appendChild(f),"olap"!==this.parent.dataType||this.parent.isAdaptive?e.appendChild(h):i.appendChild(h),!this.parent.isAdaptive){var v=t.createElement("div",{className:"e-pivot-formula-title"});v.innerText="olap"===this.parent.dataType?this.parent.localeObj.getConstant("expressionField"):this.parent.localeObj.getConstant("formula"),"olap"===this.parent.dataType?a.appendChild(v):e.appendChild(v)}var S=t.createElement("textarea",{id:this.parentID+"droppable",className:N+" e-control e-textbox e-input",attrs:{placeholder:this.parent.isAdaptive?this.parent.localeObj.getConstant("dropTextMobile"):"olap"===this.parent.dataType?this.parent.localeObj.getConstant("olapDropText"):this.parent.localeObj.getConstant("dropText")}});if("olap"!==this.parent.dataType||this.parent.isAdaptive?e.appendChild(S):a.appendChild(S),this.parent.isAdaptive){s=t.createElement("div",{id:this.parentID+"buttonDiv",className:"e-pivot-button-div"});(E=t.createElement("button",{id:this.parentID+"okBtn",className:"e-pivot-ok-button",attrs:{type:"button"}})).innerText=this.parent.localeObj.getConstant("apply"),s.appendChild(E),e.appendChild(s)}if("olap"===this.parent.dataType){if(!this.parent.isAdaptive){var b=t.createElement("div",{className:"e-olap-member-title"});b.innerText=this.parent.localeObj.getConstant("memberType"),a.appendChild(b)}var C=t.createElement("div",{id:this.parentID+"Member_Type_Div",className:"e-olap-calc-member-type-div"});if(this.parent.isAdaptive)e.appendChild(C);else{a.appendChild(C);var x=t.createElement("div",{className:"e-olap-hierarchy-title"});x.innerText=this.parent.localeObj.getConstant("selectedHierarchy"),a.appendChild(x)}var w=t.createElement("div",{id:this.parentID+"Hierarchy_List_Div",className:"e-olap-calc-hierarchy-list-div"});this.parent.isAdaptive?e.appendChild(w):a.appendChild(w)}if(!this.parent.isAdaptive){var T=t.createElement("div",{className:"e-pivot-format-title"});T.innerText=this.parent.localeObj.getConstant("formatString"),a.appendChild(T)}var M=t.createElement("div",{id:this.parentID+"Format_Div",className:"e-pivot-calc-format-type-div"});this.parent.isAdaptive?e.appendChild(M):a.appendChild(M);var D=t.createElement("div",{id:this.parentID+"custom_Format_Div",className:"e-pivot-calc-custom-format-div"}),P=t.createElement("input",{id:this.parentID+"Custom_Format_Element",attrs:{type:"text"},className:"e-custom-format-input"});if(D.appendChild(P),a.appendChild(D),this.parent.isAdaptive?e.appendChild(D):a.appendChild(D),"pivotfieldlist"===this.parent.getModuleName()&&null===this.parent.dialogRenderer.parentElement.querySelector("."+N)&&this.parent.isAdaptive){var E=e.querySelector(".e-pivot-ok-button");e.appendChild(E)}else"olap"===this.parent.dataType&&e.appendChild(i),e.appendChild(a)}return e},e.prototype.renderAdaptiveLayout=function(e){var i=this.parent.dialogRenderer.adaptiveElement;if(e){if(t.select("#"+this.parentID+"droppable",i.element)){var a=t.getInstance(t.select("#"+this.parentID+"ddlelement",document),o.MaskedTextBox);this.formulaText=t.select("#"+this.parentID+"droppable",document).value,this.fieldText=a.value}if(i.element.querySelector(".e-olap-calc-member-type-div")){var r=t.getInstance(t.select("#"+this.parentID+"Member_Type_Div",i.element),l.DropDownList);this.fieldType=r.value}if(i.element.querySelector(".e-olap-calc-hierarchy-list-div")){var n=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",i.element),l.DropDownList);this.parentHierarchy="Dimension"===this.fieldType?n.value:null}if(i.element.querySelector(".e-pivot-calc-format-type-div")){var s=t.getInstance(t.select("#"+this.parentID+"Format_Div",i.element),l.DropDownList);this.formatType=s.value}if(i.element.querySelector(".e-custom-format-input")){var d=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",i.element),o.MaskedTextBox);this.formatText="Custom"===("olap"===this.parent.dataType?this.formatType:this.getFormat(this.formatType))?d.value:null}}else this.currentFieldName=this.formulaText=this.fieldText=this.formatText=null,this.fieldType=this.formatType=this.parentHierarchy=null;this.renderMobileLayout(i)},e.prototype.updateAdaptiveCalculatedField=function(e,i){var a=this.parent.dialogRenderer.adaptiveElement.element;this.isEdit=e;var r=e?"pivot"===this.parent.dataType?this.parent.engineModule.fieldList[i]:this.parent.olapEngineModule.fieldList[i]:{id:null,caption:null,formula:null,fieldType:"Measure",formatString:"pivot"===this.parent.dataType?null:"Standard",parentHierarchy:null};this.currentFieldName=r.id;var n=t.getInstance(t.select("#"+this.parentID+"ddlelement",document),o.MaskedTextBox);if(t.select("#"+this.parentID+"droppable",document)&&(this.formulaText=t.select("#"+this.parentID+"droppable",document).value=r.formula,this.fieldText=n.value=r.caption,n.dataBind()),a.querySelector(".e-olap-calc-member-type-div")){var s=t.getInstance(t.select("#"+this.parentID+"Member_Type_Div",a),l.DropDownList);this.fieldType=s.value=r.fieldType,s.readonly=!!e,s.dataBind()}if(a.querySelector(".e-olap-calc-hierarchy-list-div")){var d=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",a),l.DropDownList);"Dimension"===this.fieldType?this.parentHierarchy=d.value=r.parentHierarchy:(this.parentHierarchy=null,d.index=0),d.dataBind()}if(a.querySelector(".e-pivot-calc-format-type-div")){var p=t.getInstance(t.select("#"+this.parentID+"Format_Div",a),l.DropDownList);this.formatType=p.value=this.formatTypes.indexOf(r.formatString)>-1?r.formatString:"Custom"}if(a.querySelector(".e-custom-format-input")){var h=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",a),o.MaskedTextBox),u=B.getFieldByName(i,this.parent.dataSourceSettings.formatSettings);"pivot"===this.parent.dataType?this.formatText=h.value=u?u.format:null:this.formatText=h.value="Custom"===this.formatType?r.formatString:null,h.dataBind()}},e.prototype.createDropElements=function(){for(var e=this,i=t.select("#"+this.parentID+"calculateddialog",document)?t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog):null,a=this.parent.isAdaptive?this.parent.dialogRenderer.parentElement:i.element,n=[],s=[],d=0,p=this.formatTypes;d<p.length;d++){var h=p[d];n.push({value:"pivot"===this.parent.dataType?this.getFormat(h):h,text:this.parent.localeObj.getConstant(h)})}if("olap"===this.parent.dataType){for(var u=[],c=0,g=["Measure","Dimension"];c<g.length;c++){var m=g[c];u.push({value:m,text:this.parent.localeObj.getConstant(m)})}for(var f=0,v=B.getClonedData(this.parent.olapEngineModule.fieldListData);f<v.length;f++){var S=v[f];S.spriteCssClass&&(S.spriteCssClass.indexOf("e-attributeCDB-icon")>-1||S.spriteCssClass.indexOf("e-hierarchyCDB-icon")>-1)&&s.push({value:S.id,text:S.caption})}var y=new l.DropDownList({dataSource:u,enableRtl:this.parent.enableRtl,locale:this.parent.locale,fields:{value:"value",text:"text"},value:null!==this.fieldType?this.fieldType:u[0].value,readonly:this.isEdit,cssClass:"e-member-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(i){b.enabled="Dimension"===i.value,e.fieldType=i.value,e.formulaText=t.select("#"+e.parentID+"droppable",document).value,b.dataBind()}});y.isStringTemplate=!0,y.appendTo(t.select("#"+this.parentID+"Member_Type_Div",a));var b=new l.DropDownList({dataSource:s,enableRtl:this.parent.enableRtl,locale:this.parent.locale,allowFiltering:!0,enabled:"Dimension"===y.value,filterBarPlaceholder:this.parent.localeObj.getConstant("example")+" "+s[0].text.toString(),fields:{value:"value",text:"text"},value:null!==this.parentHierarchy&&"Dimension"===y.value?this.parentHierarchy:s[0].value,cssClass:"e-member-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(i){e.parentHierarchy=i.value,e.formulaText=t.select("#"+e.parentID+"droppable",document).value}});b.isStringTemplate=!0,b.appendTo(t.select("#"+this.parentID+"Hierarchy_List_Div",a))}var C=new l.DropDownList({dataSource:n,enableRtl:this.parent.enableRtl,locale:this.parent.locale,fields:{value:"value",text:"text"},value:this.parent.isAdaptive&&null!==this.formatType?this.formatType:"olap"===this.parent.dataType?n[0].value:n[4].value,cssClass:"e-member-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(i){x.enabled="Custom"===i.value,e.formatType=i.value,e.formulaText=t.select("#"+e.parentID+"droppable",document).value,x.dataBind()}});C.isStringTemplate=!0,C.appendTo(t.select("#"+this.parentID+"Format_Div",a));var x=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("customFormat"),locale:this.parent.locale,enableRtl:this.parent.enableRtl,value:null!==this.formatText&&"Custom"===C.value?this.formatText:null,enabled:"Custom"===C.value,change:function(i){e.formatText=i.value,e.formulaText=t.select("#"+e.parentID+"droppable",document).value},cssClass:this.parent.cssClass});x.isStringTemplate=!0,x.appendTo(t.select("#"+this.parentID+"Custom_Format_Element",a))},e.prototype.getFormat=function(e){var t=e;if("olap"!==this.parent.dataType)switch(t){case"Standard":t="N";break;case"Currency":t="C";break;case"Percent":t="P";break;case"N":t="Standard";break;case"C":t="Currency";break;case"P":t="Percent"}else switch(t){case"Standard":t="N";break;case"Currency":t="C";break;case"Percent":t="P"}return t},e.prototype.createTreeView=function(){var e=this,i=t.select("#"+this.parentID+"calculateddialog",document)?t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog):null,a=this.parent.isAdaptive?this.parent.dialogRenderer.parentElement:i.element;"olap"===this.parent.dataType?this.treeObj=new s.TreeView({fields:{dataSource:this.getFieldListData(this.parent),id:"id",text:"caption",parentID:"pid",iconCss:"spriteCssClass"},allowDragAndDrop:!0,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,locale:this.parent.locale,nodeDragStart:this.dragStart.bind(this),nodeDragging:function(e){e.event.target&&e.event.target.classList.contains(N)?(t.removeClass([e.clonedNode],"e-drag-restrict"),t.addClass([e.event.target],"e-copy-drop")):(t.addClass([e.clonedNode],"e-drag-restrict"),t.removeClass([e.event.target],"e-copy-drop"),e.dropIndicator="e-no-drop",t.addClass([e.clonedNode.querySelector("."+y)],"e-icon-expandable"),t.removeClass([e.clonedNode.querySelector("."+y)],"e-list-icon"))},nodeClicked:this.fieldClickHandler.bind(this),nodeSelected:function(i){i.node.getAttribute("data-type")===ei?e.displayMenu(i.node):(t.removeClass([i.node],"e-active"),i.cancel=!0)},nodeDragStop:this.fieldDropped.bind(this),drawNode:this.drawTreeNode.bind(this),nodeExpanding:this.updateNodeIcon.bind(this),nodeCollapsed:this.updateNodeIcon.bind(this),sortOrder:"None",cssClass:this.parent.cssClass}):this.treeObj=new s.TreeView({fields:{dataSource:this.getFieldListData(this.parent),id:"formula",text:"name",iconCss:"icon"},allowDragAndDrop:!0,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,locale:this.parent.locale,cssClass:this.parent.cssClass,nodeCollapsing:this.nodeCollapsing.bind(this),nodeDragStart:this.dragStart.bind(this),nodeClicked:this.fieldClickHandler.bind(this),nodeDragStop:this.fieldDropped.bind(this),drawNode:this.drawTreeNode.bind(this),keyPress:function(e){39===e.event.keyCode&&(e.cancel=!0)},sortOrder:"Ascending"}),this.treeObj.isStringTemplate=!0,this.treeObj.appendTo(t.select("#"+this.parentID+"tree",a))},e.prototype.updateNodeIcon=function(e){if(e.node&&e.node.querySelector(".e-list-icon")&&e.node.querySelector(".e-icon-expandable.e-process")&&e.node.querySelector(".e-list-icon").className.indexOf("e-folderCDB-icon")>-1){i=e.node.querySelector(".e-list-icon");t.removeClass([i],"e-folderCDB-icon"),t.addClass([i],"e-folderCDB-open-icon")}else if(e.node&&e.node.querySelector(".e-list-icon")&&e.node.querySelector(".e-icon-expandable")&&e.node.querySelector(".e-list-icon").className.indexOf("e-folderCDB-open-icon")>-1){var i=e.node.querySelector(".e-list-icon");t.removeClass([i],"e-folderCDB-open-icon"),t.addClass([i],"e-folderCDB-icon")}else{for(var a=this.treeObj.fields.dataSource,r=[],n=0,s=a;n<s.length;n++){var o=s[n];o.pid===e.nodeData.id.toString()&&r.push(o)}if(0!==r.length)return;this.parent.olapEngineModule.calcChildMembers=[],this.parent.olapEngineModule.getCalcChildMembers(this.parent.dataSourceSettings,e.nodeData.id.toString()),r=this.parent.olapEngineModule.calcChildMembers,this.parent.olapEngineModule.calcChildMembers=[];for(var l=0,d=r;l<d.length;l++)(i=d[l]).pid=e.nodeData.id.toString(),i.hasChildren=!1,i.spriteCssClass="e-level-members",i.caption=""===i.caption?this.parent.localeObj.getConstant("blank"):i.caption,a.push(i);this.treeObj.addNodes(r,e.node)}},e.prototype.nodeCollapsing=function(e){e.cancel=!0},e.prototype.dragStart=function(e){var i=!1,a=e.clonedNode;if(a&&("olap"===this.parent.dataType&&(a.querySelector(".e-calc-dimension-icon,.e-calc-measure-icon,.e-measure-icon")||a.querySelector(".e-attributeCDB-icon,.e-hierarchyCDB-icon")||a.querySelector(".e-level-members,.e-namedSetCDB-icon"))||"pivot"===this.parent.dataType&&e.event.target.classList.contains("e-drag"))&&(i=!0),i){t.addClass([e.draggedNode.querySelector(".e-list-text")],"e-list-selected"),t.addClass([a],"e-pivot-calc");var n=t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog);a.style.zIndex=(n.zIndex+1).toString(),a.style.display="inline"}else e.cancel=!0},e.prototype.drawTreeNode=function(e){if("olap"===this.parent.dataType){e.node.querySelector(".e-measure-icon")&&(e.node.querySelector(".e-list-icon").style.display="none");l=e.nodeData;e.node.setAttribute("data-field",l.id),e.node.setAttribute("data-caption",l.caption);var i=e.node.querySelector(".e-text-content");if(e.nodeData&&e.nodeData.type===ei&&i&&e.node.querySelector(".e-list-icon.e-calc-member")){e.node.setAttribute("data-type",l.type),e.node.setAttribute("data-membertype",l.fieldType),e.node.setAttribute("data-hierarchy",l.parentHierarchy?l.parentHierarchy:""),e.node.setAttribute("data-formula",l.formula);h=l.formatString?this.formatTypes.indexOf(l.formatString)>-1?l.formatString:"Custom":"None";e.node.setAttribute("data-formatString",h),e.node.setAttribute("data-customformatstring","Custom"===h?l.formatString:"");var a=t.createElement("span",{className:k+" e-icons e-list-icon"});if(i.classList.add("e-calcfieldmember"),this.parent.isAdaptive){var r=t.createElement("span",{className:"e-list-edit-icon"+(this.isEdit&&this.currentFieldName===l.id?" e-edited ":" e-edit ")+y}),n=t.createElement("div",{className:"e-list-header-icon"});n.appendChild(r),n.appendChild(a),i.appendChild(n)}else i.appendChild(a)}if(this.parent.isAdaptive){var s=e.node.querySelector(".e-text-content");if(e.node&&e.node.querySelector(".e-list-icon")&&s){var o=e.node.querySelector(".e-list-icon");s.insertBefore(o,e.node.querySelector(".e-list-text"))}e.node&&e.node.querySelector(".e-calcMemberGroupCDB,.e-measureGroupCDB-icon,.e-folderCDB-icon")&&(e.node.querySelector(".e-checkbox-wrapper").style.display="none"),e.node&&e.node.querySelector(".e-level-members")&&(e.node.querySelector(".e-list-icon").style.display="none")}(e.node.querySelector(".e-calc-dimension-icon,.e-calc-measure-icon,.e-measure-icon")||e.node.querySelector(".e-attributeCDB-icon,.e-hierarchyCDB-icon")||e.node.querySelector(".e-level-members,.e-namedSetCDB-icon"))&&t.addClass([e.node],"e-draggable")}else{var l=e.nodeData.field;e.node.setAttribute("data-field",l),e.node.setAttribute("data-caption",e.nodeData.caption),e.node.setAttribute("data-type",e.nodeData.type);var d=B.getFieldByName(l,this.parent.dataSourceSettings.formatSettings);if(e.node.setAttribute("data-formatString",d?d.format:""),d){var p=this.getFormat(d.format),h=p?this.formatTypes.indexOf(p)>-1?d.format:"Custom":"None";e.node.setAttribute("data-customformatstring","Custom"===h?p:""),e.node.setAttribute("data-formatString",d?h:"")}var u=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false",title:this.parent.localeObj.getConstant("dragField")},className:y+" e-drag"}),c=t.createElement("div",{className:" e-iconspace"});t.prepend([u],e.node.querySelector(".e-text-content")),t.append([c,e.node.querySelector("."+P)],e.node.querySelector(".e-text-content")),this.getMenuItems(this.parent.engineModule.fieldList[l].type).length<=0?t.removeClass([e.node.querySelector("."+P)],y):e.node.querySelector("."+P).setAttribute("title",this.parent.localeObj.getConstant("format")),this.parent.engineModule.fieldList[l].aggregateType===ei&&(e.node.querySelector("."+P).setAttribute("title",this.parent.localeObj.getConstant("remove")),t.addClass([e.node.querySelector("."+P)],k),t.addClass([e.node.querySelector(".e-iconspace")],["e-edit",y,"e-list-icon"]),e.node.querySelector(".e-edit").setAttribute("title",this.parent.localeObj.getConstant("edit")),e.node.querySelector(".e-edit").setAttribute("aria-disabled","false"),e.node.querySelector(".e-edit").setAttribute("tabindex","-1"),t.removeClass([e.node.querySelector("."+P)],P),t.removeClass([e.node.querySelector(".e-iconspace")],"e-iconspace"))}},e.prototype.createTypeContainer=function(e){for(var i=t.createElement("div",{id:this.parentID+"control_container",className:"e-pivot-treeview-outer"}),a=this.getMenuItems(this.parent.engineModule.fieldList[e].type),r=0;r<a.length;r++){var n=t.createElement("input",{id:this.parentID+"radio"+e+a[r],attrs:{type:"radio","data-ftxt":e,"data-value":a[r]},className:"e-pivot-calc-radio"});i.appendChild(n)}return i},e.prototype.getMenuItems=function(e,i){for(var a=t.isNullOrUndefined(i)?this.parent.aggregateTypes:i,r=[],n=this.getValidSummaryType(),s=0;s<a.length;s++)n.indexOf(a[s])>-1&&r.indexOf(a[s])<0&&(("Count"!==a[s]&&"DistinctCount"!==a[s]||"number"===e)&&"number"!==e||r.push(a[s]));return r},e.prototype.getValidSummaryType=function(){return["Count","DistinctCount","Sum","Avg","Median","Min","Max","Product","SampleStDev","PopulationStDev","SampleVar",$t]},e.prototype.getAccordionData=function(e){for(var t=[],i=Object.keys(e.engineModule.fieldList),a=0,r=i.length;a<r;a++){var n=i[a];t.push({header:"<input id="+this.parentID+"_"+a+" class="+D+' type="checkbox" data-field='+n+' data-caption="'+this.parent.engineModule.fieldList[n].caption+'" data-type='+this.parent.engineModule.fieldList[n].type+"/>",content:this.parent.engineModule.fieldList[n].aggregateType===ei||this.getMenuItems(this.parent.engineModule.fieldList[n].type).length<1?"":this.createTypeContainer(n).outerHTML,iconCss:this.parent.engineModule.fieldList[n].aggregateType===ei?"e-list-icon "+(this.isEdit&&this.currentFieldName===n?"e-edited":"e-edit"):""})}return t},e.prototype.renderMobileLayout=function(e){var i=this;e.items[4].content=this.renderDialogElements().outerHTML,e.dataBind();var a=t.select("#"+this.parentID+"calculateddialog",document)?t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog):null,n=this.parent.isAdaptive?this.parent.dialogRenderer.parentElement:a.element;this.parent.isAdaptive&&null!==this.parent.dialogRenderer.parentElement.querySelector("."+N)&&this.createDropElements();var l=new h.Button({cssClass:this.parent.cssClass,locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});if(l.isStringTemplate=!0,l.appendTo(t.select("#"+this.parentID+"cancelBtn",n)),l.element&&(l.element.onclick=this.cancelBtnClick.bind(this)),null!==this.parent.dialogRenderer.parentElement.querySelector("."+N)&&this.parent.isAdaptive){var d=new h.Button({cssClass:this.parent.cssClass,isPrimary:!0,locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});d.isStringTemplate=!0,d.appendTo(t.select("#"+this.parentID+"okBtn",n));var p=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("fieldName"),locale:this.parent.locale,enableRtl:this.parent.enableRtl,change:function(e){i.fieldText=e.value,i.formulaText=t.select("#"+i.parentID+"droppable",document).value},cssClass:this.parent.cssClass});p.isStringTemplate=!0,p.appendTo(t.select("#"+this.parentID+"ddlelement",n)),null!==this.formulaText&&null!==t.select("#"+this.parentID+"droppable",this.parent.dialogRenderer.parentElement)&&(t.select("#"+this.parentID+"droppable",this.parent.dialogRenderer.parentElement).value=this.formulaText),null!==this.fieldText&&null!==this.parent.dialogRenderer.parentElement.querySelector("."+O)&&(this.parent.dialogRenderer.parentElement.querySelector("."+O).value=this.fieldText,p.value=this.fieldText),d.element&&(d.element.onclick=this.applyFormula.bind(this))}else if(this.parent.isAdaptive){var u=new h.Button({cssClass:this.parent.cssClass,isPrimary:!0,locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});if(u.isStringTemplate=!0,u.appendTo(t.select("#"+this.parentID+"addBtn",n)),"olap"===this.parent.dataType)this.treeObj=new s.TreeView({fields:{dataSource:this.getFieldListData(this.parent),id:"id",text:"caption",parentID:"pid",iconCss:"spriteCssClass"},showCheckBox:!0,autoCheck:!1,sortOrder:"None",enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,nodeClicked:this.fieldClickHandler.bind(this),drawNode:this.drawTreeNode.bind(this),nodeExpanding:this.updateNodeIcon.bind(this),nodeCollapsed:this.updateNodeIcon.bind(this),nodeSelected:function(e){t.removeClass([e.node],"e-active"),e.cancel=!0},cssClass:this.parent.cssClass}),this.treeObj.isStringTemplate=!0,this.treeObj.appendTo(t.select("#"+this.parentID+"accordDiv",n));else{var c=new s.Accordion({items:this.getAccordionData(this.parent),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,expanding:this.accordionExpand.bind(this),clicked:this.accordionClickHandler.bind(this),created:this.accordionCreated.bind(this)});c.isStringTemplate=!0,c.appendTo(t.select("#"+this.parentID+"accordDiv",n)),this.updateType()}u.element&&(u.element.onclick=this.addBtnClick.bind(this))}},e.prototype.accordionExpand=function(e){if(0===e.element.querySelectorAll(".e-radio-wrapper").length)for(var i=Object.keys(this.parent.engineModule.fieldList),a=0,r=i.length;a<r;a++){var n=i[a],s="number"!==this.parent.engineModule.fieldList[n].type?["Count","DistinctCount"]:["Sum","Count","Avg","Median","Min","Max","DistinctCount","Product","SampleStDev","PopulationStDev","SampleVar",$t],o=void 0;if(n===e.element.querySelector("[data-field").getAttribute("data-field"))for(var l=0;l<s.length;l++)(o=new h.RadioButton({label:this.parent.localeObj.getConstant(s[l]),name:"AggregateType"+n,checked:e.element.querySelector("[data-type").getAttribute("data-type")===s[l],change:this.onChange.bind(this),locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass})).isStringTemplate=!0,o.appendTo(t.select("#"+this.parentID+"radio"+n+s[l],e.element))}},e.prototype.onChange=function(e){var t=e.event.target.parentElement.querySelector(".e-label").innerText,i=e.event.target.closest(".e-acrdn-item").querySelector("[data-field").getAttribute("data-caption");e.event.target.closest(".e-acrdn-item").querySelector(".e-label").innerText=i+" ("+t+")",e.event.target.closest(".e-acrdn-item").querySelector("[data-type").setAttribute("data-type",e.event.target.getAttribute("data-value"))},e.prototype.updateType=function(){for(var e=Object.keys(this.parent.engineModule.fieldList),i=t.select("#"+this.parentID+"calculateddialog",document)?t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog):null,a=this.parent.isAdaptive?this.parent.dialogRenderer.parentElement:i.element,n=0,s=e.length;n<s;n++){var o=e[n],l=null;l="number"===this.parent.engineModule.fieldList[o].type&&"include"!==this.parent.engineModule.fieldList[o].type&&"exclude"!==this.parent.engineModule.fieldList[o].type||"DistinctCount"===this.parent.engineModule.fieldList[o].aggregateType?void 0!==this.parent.engineModule.fieldList[o].aggregateType?this.parent.engineModule.fieldList[o].aggregateType:"Sum":"Count";var d=new h.CheckBox({label:this.parent.engineModule.fieldList[o].caption+" ("+this.parent.localeObj.getConstant(l)+")",locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass});d.isStringTemplate=!0,d.appendTo(t.select("#"+this.parentID+"_"+n,a)),t.select("#"+this.parentID+"_"+n,a).setAttribute("data-field",o),t.select("#"+this.parentID+"_"+n,a).setAttribute("data-type",l)}},e.prototype.cancelBtnClick=function(){this.renderMobileLayout(this.parent.dialogRenderer.adaptiveElement)},e.prototype.addBtnClick=function(){var e="",t=null,i=null;if("pivot"===this.parent.dataType){for(var a=document.querySelectorAll(".e-accordion .e-check"),r=0;r<a.length;r++)if(t=a[r].parentElement.querySelector("[data-field]").getAttribute("data-field"),-1===(i=a[r].parentElement.querySelector("[data-field]").getAttribute("data-type")).indexOf(ei))e=e+'"'+i+"("+t+')"';else for(var n=0;n<this.parent.dataSourceSettings.calculatedFieldSettings.length;n++)if(this.parent.dataSourceSettings.calculatedFieldSettings[n].name===t){e+=this.parent.dataSourceSettings.calculatedFieldSettings[n].formula;break}}else for(var s=this.treeObj.getAllCheckedNodes(),o=this.parent.olapEngineModule,l=0,d=s;l<d.length;l++){var p=d[l];e+=o.fieldList[p]&&o.fieldList[p].type===ei?o.fieldList[p].tag:p}this.formulaText=null!==this.formulaText?this.formulaText+e:e,this.renderMobileLayout(this.parent.dialogRenderer.adaptiveElement)},e.prototype.createCalculatedFieldDialog=function(e){if(this.parent.isAdaptive&&"pivotfieldlist"===this.parent.getModuleName())this.renderAdaptiveLayout(!e||void 0===e.edit||e.edit),this.isEdit=e&&void 0!==e.edit?e.edit:this.isEdit;else if(!this.parent.isAdaptive){if(this.isEdit=!(!e||void 0===e.edit)&&e.edit,this.renderDialogLayout(),e&&e.edit){var i=this.treeObj.element.querySelector('li[data-field="'+e.fieldName+'"]');if(i)if(t.addClass([i],["e-active","e-node-focus"]),i.setAttribute("aria-selected","true"),i.id=this.treeObj.element.id+"_active","pivot"===this.parent.dataType){var a={event:{target:i.querySelector(".e-list-icon.e-edit.e-icons")}};this.fieldClickHandler(a)}else this.displayMenu(i)}var n=t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog);n.element.style.top=parseInt(n.element.style.top,10)<0?"0px":n.element.style.top}},e.prototype.renderDialogLayout=function(){this.newFields=t.extend([],this.parent.dataSourceSettings.calculatedFieldSettings,null,!0),this.createDialog();var e=t.getInstance(t.select("#"+this.parentID+"calculateddialog",document),r.Dialog);e.content=this.renderDialogElements(),e.refresh();var i=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("fieldName"),locale:this.parent.locale,enableRtl:this.parent.enableRtl,cssClass:this.parent.cssClass});i.isStringTemplate=!0,i.appendTo(t.select("#"+this.parentID+"ddlelement",e.element)),this.createDropElements(),this.createTreeView(),this.droppable=new t.Droppable(t.select("#"+this.parentID+"droppable",e.element)),this.keyboardEvents=new t.KeyboardEvents(e.element,{keyAction:this.keyActionHandler.bind(this),keyConfigs:{moveRight:"rightarrow",enter:"enter",shiftE:"shift+E",delete:"delete"},eventName:"keydown"})},e.prototype.createConfirmDialog=function(e,i,a,n,s){var o=t.createElement("div",{id:this.parentID+"_CalculatedFieldErrorDialog",className:"e-pivot-error-dialog"});this.parent.element.appendChild(o);var l=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!1,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"auto",height:"auto",position:{X:"center",Y:"center"},buttons:[{click:n?this.removeCalcField.bind(this,s):this.replaceFormula.bind(this,a),isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:n?this.parent.localeObj.getConstant("yes"):this.parent.localeObj.getConstant("ok"),isPrimary:!0}},{click:this.closeErrorDialog.bind(this),isFlat:!1,buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:n?this.parent.localeObj.getConstant("no"):this.parent.localeObj.getConstant("cancel")}}],header:e,content:i,isModal:!0,visible:!0,closeOnEscape:!0,target:document.body,cssClass:this.parent.cssClass,close:this.removeErrorDialog.bind(this,s)});l.isStringTemplate=!0,l.appendTo(o)},e.prototype.replaceFormula=function(e){var i=this.parent.dataSourceSettings;if("olap"===this.parent.dataType){for(r=0;r<i.calculatedFieldSettings.length;r++)if(i.calculatedFieldSettings[r].name===e.name){t.isNullOrUndefined(e.hierarchyUniqueName)||(i.calculatedFieldSettings[r].hierarchyUniqueName=e.hierarchyUniqueName),i.calculatedFieldSettings[r].formatString=e.formatString,i.calculatedFieldSettings[r].formula=e.formula,this.parent.lastCalcFieldInfo=i.calculatedFieldSettings[r];break}}else for(var a=0;a<i.values.length;a++)if(i.values[a].type===ei&&i.values[a].name===e.name)for(var r=0;r<i.calculatedFieldSettings.length;r++)i.calculatedFieldSettings[r].name===e.name&&(i.calculatedFieldSettings[r].formula=e.formula,this.parent.lastCalcFieldInfo=i.calculatedFieldSettings[r].properties?i.calculatedFieldSettings[r].properties:i.calculatedFieldSettings[r],this.updateFormatSettings(i,e.name,e.formatString));this.addFormula(i,e.name),this.removeErrorDialog()},e.prototype.removeErrorDialog=function(e){var i=t.select("#"+this.parentID+"_CalculatedFieldErrorDialog",document),a=i?t.getInstance(i,r.Dialog):null;a&&!a.isDestroyed&&a.destroy(),null!==t.select("#"+this.parentID+"_CalculatedFieldErrorDialog",document)&&t.remove(t.select("#"+this.parentID+"_CalculatedFieldErrorDialog",document)),e&&(e.setAttribute("tabindex","0"),e.focus())},e.prototype.closeErrorDialog=function(){t.getInstance(t.select("#"+this.parentID+"_CalculatedFieldErrorDialog",document),r.Dialog).close()},e.prototype.triggerActionCompleteEvent=function(){var e={dataSourceSettings:B.getClonedDataSourceSettings(this.parent.dataSourceSettings),actionName:"Invalid formula",fieldInfo:this.parent.actionObj.fieldInfo,actionInfo:this.parent.actionObj.actionInfo},t=this.parent.isPopupView?this.parent.pivotGridModule:this.parent;t.trigger("actionComplete",e),"Abort"!==e.actionName&&this.parent.pivotCommon&&this.parent.pivotCommon.errorDialog?this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("error"),this.parent.localeObj.getConstant("invalidFormula")):(this.parent&&this.parent.actionObj&&(this.parent.actionObj.actionName=e.actionName),this.closeDialog()),this.parent&&this.parent.actionObj&&(this.parent.actionObj.actionName=""),t&&t.actionObj&&(t.actionObj.actionName="")},e.prototype.addEventListener=function(){this.parent.isDestroyed||this.parent.on("init-calculatedfield",this.createCalculatedFieldDialog,this)},e.prototype.removeEventListener=function(){this.parent.isDestroyed||this.parent.off("init-calculatedfield",this.createCalculatedFieldDialog)},e.prototype.destroy=function(){var e=t.select("#"+this.parentID+"_CalculatedFieldErrorDialog",document);if(e){var i=t.getInstance(e,r.Dialog);i&&!i.isDestroyed&&i.destroy(),t.remove(e)}var a=t.select("#"+this.parentID+"CalcContextmenu",document);if(a){var n=t.getInstance(a,s.ContextMenu);n&&!n.isDestroyed&&n.destroy(),t.remove(a)}this.treeObj&&!this.treeObj.isDestroyed&&(this.treeObj.destroy(),this.treeObj=null),this.droppable&&(this.droppable=null),this.keyboardEvents&&(this.keyboardEvents.destroy(),this.keyboardEvents=null);var l=t.select("#"+this.parentID+"ddlelement",document);if(l){var d=t.getInstance(l,o.MaskedTextBox);d&&!d.isDestroyed&&d.destroy()}var p=t.select("#"+this.parentID+"Custom_Format_Element",document);if(p){var h=t.getInstance(p,o.MaskedTextBox);h&&!h.isDestroyed&&h.destroy()}this.destroyDropdowns(),this.destroyAdaptiveComponents();var u=t.select("#"+this.parentID+"calculateddialog",document);if(u){var c=t.getInstance(u,r.Dialog);c&&!c.isDestroyed&&c.destroy(),t.remove(u)}var g=t.select("#"+this.parentID+"accordDiv",document);if(g){var m=t.getInstance(g,s.Accordion);m&&!m.isDestroyed&&m.destroy()}this.newFields=null,this.curMenu=null,this.existingReport=null,this.formulaText=null,this.fieldText=null,this.formatText=null,this.formatType=null,this.fieldType=null,this.parentHierarchy=null,this.currentFieldName=null},e.prototype.destroyDropdowns=function(){var e=t.select("#"+this.parentID+"Format_Div",document);if(e){var i=t.getInstance(e,l.DropDownList);i&&!i.isDestroyed&&i.destroy()}var a=t.select("#"+this.parentID+"Member_Type_Div",document);if(a){var r=t.getInstance(a,l.DropDownList);r&&!r.isDestroyed&&r.destroy()}var n=t.select("#"+this.parentID+"Hierarchy_List_Div",document);if(n){var s=t.getInstance(n,l.DropDownList);s&&!s.isDestroyed&&s.destroy()}},e.prototype.destroyAdaptiveComponents=function(){if(this.parent.isAdaptive){["#"+this.parentID+"addBtn","#"+this.parentID+"cancelBtn","#"+this.parentID+"okBtn"].forEach(function(e){var i=t.select(e,document);if(i){var a=t.getInstance(i,h.Button);a&&!a.isDestroyed&&a.destroy()}});var e=document.getElementById(this.parent.element.id+"_PivotFieldList_Container");e&&("pivot"===this.parent.dataType&&e.querySelectorAll(".e-radio-wrapper").forEach(function(e){var i=t.getInstance(e,h.RadioButton);i&&!i.isDestroyed&&i.destroy()}),e.querySelectorAll("."+D).forEach(function(e){var i=t.getInstance(e,h.CheckBox);i&&!i.isDestroyed&&i.destroy()}))}},e}();Zt.Inject(ti);var ii=function(){function e(e){this.parent=e,this.parent.fieldListModule=this,this.addEventListener()}return e.prototype.getModuleName=function(){return"fieldList"},e.prototype.initiateModule=function(){if(!t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element)){if(this.element=t.createElement("div",{id:this.parent.element.id+"_PivotFieldList",styles:"position:"+(this.parent.enableRtl?"static":"absolute")+";height:0;width:"+this.parent.element.style.width+";display:none"}),null===t.select("#"+this.parent.element.id+"containerwrapper",document)){var e=t.createElement("div",{id:this.parent.element.id+"containerwrapper",styles:"height:"+(isNaN(this.parent.height)?this.parent.height:this.parent.height+"px")});this.parent.element.parentElement.appendChild(e),e.appendChild(this.element),e.appendChild(this.parent.element)}else t.select("#"+this.parent.element.id+"containerwrapper",document).appendChild(this.element);this.parent.pivotFieldListModule=new Zt({dataSourceSettings:{providerType:this.parent.dataSourceSettings.providerType,rows:[],columns:[],values:[],filters:[]},spinnerTemplate:this.parent.spinnerTemplate,allowDeferLayoutUpdate:this.parent.allowDeferLayoutUpdate,renderMode:"Popup",allowCalculatedField:this.parent.allowCalculatedField,showValuesButton:this.parent.showValuesButton,enableRtl:this.parent.enableRtl,locale:this.parent.locale,target:this.parent.element.parentElement,aggregateTypes:this.parent.aggregateTypes,maxNodeLimitInMemberEditor:this.parent.maxNodeLimitInMemberEditor,aggregateCellInfo:this.parent.bindTriggerEvents.bind(this.parent),onHeadersSort:this.parent.bindTriggerEvents.bind(this.parent),cssClass:this.parent.cssClass,enableFieldSearching:this.parent.enableFieldSearching,enableHtmlSanitizer:this.parent.enableHtmlSanitizer}),this.parent.pivotFieldListModule.isPopupView=!0,this.parent.pivotFieldListModule.pivotGridModule=this.parent,this.parent.pivotFieldListModule.appendTo(this.element)}},e.prototype.updateControl=function(){if(this.parent.allowDeferLayoutUpdate&&(this.parent.actionObj.actionName="Field list refreshed"),this.element){for(var e=void 0,i=0;i<this.parent.toolbar.length;i++)"FieldList"===this.parent.toolbar[i]&&(e=!0);e&&this.parent.showToolbar&&"Server"===this.parent.dataSourceSettings.mode?this.element.style.display="none":this.element.style.display="block",t.prepend([this.element],this.parent.element),this.parent.showGroupingBar&&this.parent.groupingBarModule?(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.update.bind(this))):t.isNullOrUndefined(this.element.querySelector(".e-toggle-field-list"))||(t.setStyleAttribute(this.element.querySelector(".e-toggle-field-list"),{left:"auto"}),this.parent.enableRtl?t.removeClass([this.element.querySelector(".e-toggle-field-list")],"e-fieldlist-left"):t.addClass([this.element.querySelector(".e-toggle-field-list")],"e-fieldlist-left")),t.setStyleAttribute(this.element,{width:t.formatUnit(this.parent.element.offsetWidth)})}this.parent.pivotFieldListModule.update(this.parent)},e.prototype.update=function(){var e;"Table"!==this.parent.currentView&&this.parent.chart?e=this.parent.pivotChartModule.getCalulatedWidth():this.parent.grid&&(e=this.parent.grid.element.offsetWidth);var i=this.element.querySelector(".e-toggle-field-list");if(e&&!t.isNullOrUndefined(i)){if(!i)return;var a=e<400?this.parent.minWidth||400:e;t.setStyleAttribute(this.element.querySelector(".e-toggle-field-list"),{left:t.formatUnit(this.parent.enableRtl?-Math.abs(a-this.element.querySelector(".e-toggle-field-list").offsetWidth):a-this.element.querySelector(".e-toggle-field-list").offsetWidth)}),this.parent.enableRtl?t.addClass([this.element.querySelector(".e-toggle-field-list")],"e-fieldlist-left"):t.removeClass([this.element.querySelector(".e-toggle-field-list")],"e-fieldlist-left")}},e.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on("init-groupingbar",this.initiateModule,this),this.parent.on(Q,this.updateControl,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off("init-groupingbar",this.initiateModule),this.parent.off(Q,this.updateControl))},e.prototype.destroy=function(){this.timeOutObj&&(clearTimeout(this.timeOutObj),this.timeOutObj=null),this.removeEventListener(),this.element=null,this.parent.pivotFieldListModule&&!this.parent.pivotFieldListModule.isDestroyed&&(this.parent.pivotFieldListModule.destroy(),this.parent.pivotFieldListModule=null,t.isNullOrUndefined(t.select("#"+this.parent.element.id+"_PivotFieldList",document))||t.remove(t.select("#"+this.parent.element.id+"_PivotFieldList",document)))},e}(),ai=function(){function e(e){this.tempElements=[],this.parent=e}return e.prototype.render=function(){(!this.parent.pivotButtonModule||this.parent.pivotButtonModule&&this.parent.pivotButtonModule.isDestroyed)&&new Qt(this.parent),this.parent.pivotButtonModule.cleanupButtonElements(),this.createPivotButtons();for(var e=[],i=(e=e.concat([].slice.call(this.parent.groupingBarModule.rowPanel.querySelectorAll(".e-pvt-btn-div")))).length,a=0;a<i;a++){if(!this.parent.isTabular){var r=t.createElement("span",{className:"e-indent-div",styles:this.parent.isTabular?"auto":"width:"+24*a+"px"});this.tempElements.push(r),t.prepend([r],e[a])}}},e.prototype.createPivotButtons=function(){var e=[this.parent.dataSourceSettings.rows,this.parent.dataSourceSettings.columns,this.parent.dataSourceSettings.values,this.parent.dataSourceSettings.filters],a=Array.prototype.slice.call(this.parent.element.querySelectorAll(".e-group-all-fields,.e-group-rows,.e-group-columns,.e-group-values,.e-group-filters"));t.isNullOrUndefined(this.parent.element.querySelector(".e-group-pivot-rows"))&&a.push(this.parent.groupingBarModule.rowPanel);for(d=0;d<a.length;d++){var r=a[d];this.parent.dataSourceSettings.values.length>0&&r.classList.contains("e-group-chart-values")&&this.parent.dataSourceSettings.columns.length>0&&r.classList.contains("e-group-chart-columns")||(r.innerHTML="")}if("pivot"===this.parent.dataType&&this.parent.dataSourceSettings.dataSource&&(!(this.parent.dataSourceSettings.dataSource instanceof i.DataManager)&&this.parent.dataSourceSettings.dataSource.length>0||this.parent.dataSourceSettings.dataSource instanceof i.DataManager&&this.parent.engineModule.data&&this.parent.engineModule.data.length>0)||"olap"===this.parent.dataType&&this.parent.dataSourceSettings.url&&""!==this.parent.dataSourceSettings.url||"Server"===this.parent.dataSourceSettings.mode&&this.parent.dataSourceSettings.url&&""!==this.parent.dataSourceSettings.url){var n=["rows","columns","values","filters"];if("pivot"===this.parent.dataType&&this.parent.groupingBarSettings.showFieldsPanel){n.push("all-fields"),e.push([]);for(var s=0,o=this.parent.engineModule&&this.parent.engineModule.fieldList?Object.keys(this.parent.engineModule.fieldList):[];s<o.length;s++){var l=o[s];this.parent.engineModule.fieldList[l]&&!this.parent.engineModule.fieldList[l].isSelected&&e[e.length-1].push(B.getFieldInfo(l,this.parent,!0).fieldItem)}}for(var d=0,p=e.length;d<p;d++)if(e[d]){var h={field:e[d],axis:n[d].toString()};this.parent.notify("pivot-button-update",h)}}},e.prototype.destroy=function(){for(var e=0;e<this.tempElements.length;e++){var t=this.tempElements[e];t&&t.parentNode&&t.parentNode.removeChild(t)}this.tempElements=[]},e}(),ri=function(){function e(e){this.rowAxisWidth=0,this.isDestroyed=!1,this.parent=e,this.parent.groupingBarModule=this,this.resColWidth=this.parent.isAdaptive?180:249,this.addEventListener(),this.parent.axisFieldModule=new ai(this.parent),this.touchObj=new t.Touch(this.parent.element,{tapHold:this.tapHoldHandler.bind(this)})}return e.prototype.getModuleName=function(){return"groupingBar"},e.prototype.renderLayout=function(){this.groupingTable=t.createElement("div",{className:"e-grouping-bar"});var e=t.createElement("div",{className:"e-left-axis-fields"});this.rightAxisPanel=t.createElement("div",{className:"e-right-axis-fields"});var i=t.createElement("div",{className:"e-axis-row e-axiscontainer"}),a=t.createElement("div",{className:"e-axis-column e-axiscontainer"}),r=t.createElement("div",{className:"e-axis-value e-axiscontainer"}),n=t.createElement("div",{className:"e-axis-filter e-axiscontainer"});this.rowPanel=t.createElement("div",{className:"e-group-rows e-rows"+(this.parent.isTabular?" e-tabular-group-rows":"")});var s=t.createElement("div",{className:"e-group-columns e-columns"}),o=t.createElement("div",{className:"e-group-values e-values"}),l=t.createElement("div",{className:"e-group-filters e-filters"});i.appendChild(this.rowPanel),a.appendChild(s),r.appendChild(o),n.appendChild(l),this.rowAxisPanel=i,e.appendChild(r),e.appendChild(i),this.rightAxisPanel.appendChild(n),this.rightAxisPanel.appendChild(a),this.groupingTable.appendChild(t.createElement("div",{styles:"display:flex;"})),this.groupingTable.firstElementChild.appendChild(e),this.groupingTable.firstElementChild.appendChild(this.rightAxisPanel),"pivot"===this.parent.dataType&&null!=this.parent.groupingBarSettings&&this.parent.groupingBarSettings.showFieldsPanel&&(this.gridPanel=this.createToolbarUI(this.groupingTable)),this.groupingTable.classList.add("e-pivot-grouping-bar"),this.groupingTable.querySelector(".e-group-rows").classList.add("e-group-pivot-rows");for(var d=0,p=[this.rowPanel,s,o,l];d<p.length;d++){var h=p[d];this.parent.groupingBarSettings.allowDragAndDrop&&new t.Droppable(h,{}),this.unWireEvent(h),this.wireEvent(h)}"Table"!==this.parent.displayOption.view&&"Table"!==this.parent.groupingBarSettings.displayMode?(this.groupingChartTable=this.groupingTable.cloneNode(!0),t.select("#"+this.parent.element.id+"_AllFields",this.groupingChartTable)&&(t.select("#"+this.parent.element.id+"_AllFields",this.groupingChartTable).remove(),this.chartPanel=this.createToolbarUI(this.groupingChartTable)),this.groupingChartTable.classList.add("e-chart-grouping-bar"),this.groupingChartTable.classList.remove("e-pivot-grouping-bar"),this.groupingChartTable.querySelector(".e-group-rows").classList.add("e-group-chart-rows"),this.groupingChartTable.querySelector(".e-group-rows").classList.remove("e-group-pivot-rows"),this.parent.chartSettings.enableMultipleAxis&&this.parent.chartSettings.chartSeries&&["Pie","Pyramid","Doughnut","Funnel"].indexOf(this.parent.chartSettings.chartSeries.type)<0?this.groupingChartTable.querySelector(".e-group-values").classList.add("e-group-chart-multi-values"):this.groupingChartTable.querySelector(".e-group-values").classList.add("e-group-chart-values"),this.parent.chartSettings.chartSeries&&["Pie","Pyramid","Doughnut","Funnel"].indexOf(this.parent.chartSettings.chartSeries.type)>-1?this.groupingChartTable.querySelector(".e-group-columns").classList.add("e-group-chart-columns"):this.groupingChartTable.querySelector(".e-group-columns").classList.add("e-group-chart-accumulation-column"),this.groupingChartTable.querySelector(".e-group-filters").classList.add("e-group-chart-filters")):this.groupingChartTable=void 0,"Chart"!==this.parent.displayOption.view&&"Chart"!==this.parent.groupingBarSettings.displayMode||(this.groupingTable=void 0)},e.prototype.appendToElement=function(){var e=this.groupingTable?this.groupingTable:this.groupingChartTable;if(!t.isNullOrUndefined(e)){var i=e.getElementsByClassName("e-left-axis-fields")[0],a=e.getElementsByClassName("e-group-filters e-filters")[0],r=e.getElementsByClassName("e-group-columns e-columns")[0],n=e.getElementsByClassName("e-group-values e-values")[0];if((this.parent.element.querySelector(".e-grid")||this.parent.element.querySelector("."+H))&&this.parent.showGroupingBar){if(this.parent.element.querySelector(".e-grouping-bar"))for(var s=this.parent.element.querySelectorAll(".e-grouping-bar"),o=0;o<s.length;o++){var l=s[o];t.remove(l)}if(this.groupingChartTable)if(t.select("#"+this.parent.element.id+"_chart",this.parent.element)){t.setStyleAttribute(this.groupingChartTable,{width:t.formatUnit(this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber())});var d=this.groupingChartTable.getElementsByClassName("e-left-axis-fields")[0],p=this.groupingChartTable.getElementsByClassName("e-group-values e-values")[0];if(this.parent.isAdaptive&&(this.parent.isTabular?(d.style.minWidth=this.parent.dataSourceSettings.rows.length*this.parent.gridSettings.columnWidth+"px",p.style.minWidth=this.parent.dataSourceSettings.rows.length*this.parent.gridSettings.columnWidth+"px"):(d.style.minWidth="180px",p.style.minWidth="180px")),this.parent.element.insertBefore(this.groupingChartTable,t.select("#"+this.parent.element.id+"_chart",this.parent.element)),this.groupingChartTable.querySelector(".e-all-fields-axis")&&null!=this.chartPanel&&!this.chartPanel.isDestroyed){var h=this.parent.grid?this.parent.getGridWidthAsNumber()-2:this.parent.getWidthAsNumber()-2;this.chartPanel.width=this.parent.isAdaptive?h:h<400?this.parent.minWidth||"398px":h,this.chartPanel.refreshOverflow(),this.parent.showFieldList&&this.parent.pivotFieldListModule&&this.parent.pivotFieldListModule.element&&(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.alignIcon.bind(this)))}}else this.groupingChartTable=void 0;if("Chart"!==this.parent.displayOption.view&&this.groupingTable){this.parent.isAdaptive&&(this.parent.isTabular?(i.style.minWidth=this.parent.dataSourceSettings.rows.length*this.parent.gridSettings.columnWidth+"px",n.style.minWidth=this.parent.dataSourceSettings.rows.length*this.parent.gridSettings.columnWidth+"px"):(i.style.minWidth="180px",n.style.minWidth="180px")),this.parent.firstColWidth&&(i.style.minWidth="auto",n.style.minWidth="auto"),a.removeAttribute("style"),r.removeAttribute("style"),this.rowPanel.removeAttribute("style");var u=void 0;if(u="olap"===this.parent.dataType?this.parent.olapEngineModule.headerContent?Object.keys(this.parent.olapEngineModule.headerContent).length:0:this.parent.engineModule.headerContent?Object.keys(this.parent.engineModule.headerContent).length:0,!t.isNullOrUndefined(u)){var c=this.parent.element.querySelector("."+R).querySelector(".e-columnheader");c.removeAttribute("style"),t.addClass([c.querySelector("."+M)],"e-group-row"),c.querySelector(".e-group-row").querySelector(".e-headercelldiv").style.display="none",c.querySelector(".e-group-row").querySelector(".e-sortfilterdiv").style.display="none"}if(this.parent.element.insertBefore(this.groupingTable,this.parent.element.querySelector(".e-grid")),t.setStyleAttribute(this.groupingTable,{width:t.formatUnit(this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber())}),this.groupingTable&&this.groupingTable.querySelector(".e-all-fields-axis")&&null!=this.gridPanel&&!this.gridPanel.isDestroyed){var g=this.parent.grid?this.parent.getGridWidthAsNumber()-2:this.parent.getWidthAsNumber()-2;this.gridPanel.width=this.parent.isAdaptive?g:g<400?this.parent.minWidth||"398px":g,this.gridPanel.refreshOverflow()}this.groupingTable.style.minWidth=this.parent.minWidth?this.parent.minWidth+"px":"400px",this.parent.axisFieldModule.render(),this.setGridRowWidth();var m=this.parent.element.querySelector("."+R).querySelector("colgroup").children[0],f=this.parent.isTabular?this.rowAxisWidth:parseInt(m.style.width,10),v=t.formatUnit(this.groupingTable.offsetWidth-f);t.setStyleAttribute(n,{width:f+"px"}),t.setStyleAttribute(this.rightAxisPanel,{width:v}),this.groupingTable.style.display="";var S=n.offsetHeight/2;"Chart"===this.parent.displayOption.primary&&(this.groupingTable.style.display="none"),S>r.offsetHeight&&(t.setStyleAttribute(a,{height:t.formatUnit(S)}),t.setStyleAttribute(r,{height:t.formatUnit(S+2)}));var y=this.parent.element.querySelector("."+R).offsetHeight;t.setStyleAttribute(this.rowPanel,{height:y+"px"}),this.parent.element.querySelector("."+R).querySelector(".e-rhandler")&&(this.parent.element.querySelector("."+R).querySelector(".e-rhandler").style.height=y+"px");for(var b=[].slice.call(this.parent.element.querySelector("."+R).querySelector("thead").querySelectorAll("tr")).filter(function(e){return e.childNodes.length>0}),C=y/b.length,x=0,w=b;x<w.length;x++){var T=w[x];t.setStyleAttribute(T,{height:C+"px"});for(var D=0,O=[].slice.call(T.querySelectorAll(".e-rhandler"));D<O.length;D++){var P=O[D];t.setStyleAttribute(P,{height:C+"px"})}}}else this.parent.axisFieldModule.render(),this.updateChartAxisHeight();if(this.parent.showToolbar&&"Both"===this.parent.displayOption.view){var N="Table"===this.parent.currentView?".e-chart-grouping-bar":".e-pivot-grouping-bar",E=this.parent.element.querySelector(N);E&&(E.style.display="none")}}}},e.prototype.updateChartAxisHeight=function(){if(this.groupingChartTable&&t.select("#"+this.parent.element.id+"_chart",this.parent.element)){var e=this.groupingChartTable.querySelector(".e-right-axis-fields"),i=this.groupingChartTable.querySelector(".e-left-axis-fields"),a=this.groupingChartTable.querySelector(".e-group-rows"),r=this.groupingChartTable.querySelector(".e-group-values"),n=this.groupingChartTable.querySelector(".e-group-filters"),s=this.groupingChartTable.querySelector(".e-group-columns");if(a&&s&&(a.style.height="auto",s.style.height="auto",a.offsetHeight>0&&s.offsetHeight>0)){o=a.offsetHeight>s.offsetHeight?a.offsetHeight:s.offsetHeight;t.setStyleAttribute(a,{height:t.formatUnit(o)}),t.setStyleAttribute(s,{height:t.formatUnit(o)})}if(r&&n&&(r.style.height="auto",n.style.height="auto",r.offsetHeight>0&&n.offsetHeight>0)){var o=r.offsetHeight>n.offsetHeight?r.offsetHeight:n.offsetHeight;t.setStyleAttribute(r,{height:t.formatUnit(o)}),t.setStyleAttribute(n,{height:t.formatUnit(o)})}var l=t.formatUnit(this.groupingChartTable.offsetWidth-Math.ceil(i.getBoundingClientRect().width));t.setStyleAttribute(r,{width:Math.ceil(r.getBoundingClientRect().width)+"px"}),t.setStyleAttribute(e,{width:l})}},e.prototype.refreshUI=function(){if(this.groupingChartTable){if(t.setStyleAttribute(this.groupingChartTable,{width:t.formatUnit(this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber())}),this.groupingChartTable.querySelector(".e-all-fields-axis")&&null!=this.chartPanel&&!this.chartPanel.isDestroyed){var e=this.parent.grid?this.parent.getGridWidthAsNumber()-2:this.parent.getWidthAsNumber()-2;this.chartPanel.width=this.parent.isAdaptive?e:e<400?this.parent.minWidth||"398px":e,this.chartPanel.refreshOverflow()}this.updateChartAxisHeight(),this.parent.showFieldList&&this.parent.pivotFieldListModule&&this.parent.pivotFieldListModule.element&&(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.alignIcon.bind(this)))}if(this.groupingTable){var i=this.groupingTable.getElementsByClassName("e-group-values e-values")[0];if(t.setStyleAttribute(this.groupingTable,{width:t.formatUnit(this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber())}),this.groupingTable&&this.groupingTable.querySelector(".e-all-fields-axis")&&null!=this.gridPanel&&!this.gridPanel.isDestroyed){var a=this.parent.grid?this.parent.getGridWidthAsNumber()-2:this.parent.getWidthAsNumber()-2;this.gridPanel.width=this.parent.isAdaptive?a:a<400?this.parent.minWidth||"398px":a,this.gridPanel.refreshOverflow()}this.groupingTable.style.minWidth=this.parent.minWidth?this.parent.minWidth+"px":"400px";var r=this.parent.element.querySelector("."+R).querySelector("colgroup").children[0],n=this.parent.isTabular?this.rowAxisWidth:parseInt(r.style.width,10),s=t.formatUnit(this.groupingTable.offsetWidth-n);if(t.setStyleAttribute(i,{width:n+"px"}),t.setStyleAttribute(this.rightAxisPanel,{width:s}),this.parent.showFieldList&&this.parent.pivotFieldListModule&&this.parent.pivotFieldListModule.element&&(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.alignIcon.bind(this))),!this.parent.grid.element.querySelector(".e-group-row")){var o=this.parent.element.querySelector("."+R).querySelector(".e-columnheader");t.addClass([o.querySelector("."+M)],"e-group-row"),t.setStyleAttribute(this.rowPanel,{height:this.parent.element.querySelector("."+R).offsetHeight+"px"}),o.querySelector(".e-group-row").appendChild(this.rowAxisPanel),t.setStyleAttribute(o.querySelector(".e-group-row").querySelector(".e-headercelldiv"),{display:"none"}),t.setStyleAttribute(o.querySelector(".e-group-row").querySelector(".e-sortfilterdiv"),{display:"none"});var l=this.parent.element.querySelector("."+R).offsetHeight;t.setStyleAttribute(this.rowPanel,{height:l+"px"}),this.parent.element.querySelector("."+R).querySelector(".e-rhandler")&&(this.parent.element.querySelector("."+R).querySelector(".e-rhandler").style.height=l+"px");for(var d=[].slice.call(this.parent.element.querySelector("."+R).querySelector("thead").querySelectorAll("tr")).filter(function(e){return e.childNodes.length>0}),p=l/d.length,h=0,u=d;h<u.length;h++){var c=u[h];t.setStyleAttribute(c,{height:p+"px"});for(var g=0,m=[].slice.call(c.querySelectorAll(".e-rhandler"));g<m.length;g++){var f=m[g];f.parentElement.parentElement.querySelector(".e-leftfreeze")||t.setStyleAttribute(f,{height:p+"px"})}}}}},e.prototype.alignIcon=function(){if(this.parent.pivotFieldListModule){var e=this.parent.pivotFieldListModule.element,i=void 0;if(i="Table"===this.parent.currentView?this.parent.grid?this.parent.grid.element.offsetWidth:i:this.parent.chart?this.parent.pivotChartModule.getCalulatedWidth():i){var a=this.parent.minWidth?this.parent.minWidth:this.parent.isAdaptive?300:400,r=i<a?a:i;t.setStyleAttribute(e.querySelector(".e-toggle-field-list"),{left:t.formatUnit(this.parent.enableRtl?-Math.abs(r-e.querySelector(".e-toggle-field-list").offsetWidth):r-e.querySelector(".e-toggle-field-list").offsetWidth)})}}},e.prototype.setGridRowWidth=function(){var e=this.parent.element.querySelector("."+R).querySelector(".e-columnheader");t.addClass([e.querySelector("."+M)],"e-group-row"),e.querySelector(".e-group-row").appendChild(this.rowAxisPanel);var i=this.parent.element.querySelector("."+R).querySelector("colgroup").children[0];if(this.parent.isTabular&&this.setTabularWidth(),this.rowPanel.querySelector(".e-pivot-button"))if(this.parent.isAdaptive){if(!this.parent.firstColWidth){var a=this.parent.grid.columns;if(a&&a.length>0)if(this.parent.isTabular){this.rowAxisWidth=this.parent.dataSourceSettings.rows.length*this.parent.gridSettings.columnWidth;for(var r=0;r<this.parent.engineModule.rowMaxLevel;r++)a[r].width=this.parent.gridSettings.columnWidth}else a[0].width=this.resColWidth;this.parent.posCount=0,this.parent.grid.headerModule.refreshUI()}}else{var n=[].slice.call(this.rowPanel.querySelectorAll(".e-pvt-btn-div")),s=n[n.length-1],o=this.parent.isTabular?0:s.querySelector(".e-indent-div").offsetWidth+20,l=s.querySelector(".e-pivot-button").offsetWidth+o,d=t.formatUnit(l<this.resColWidth?this.resColWidth:l),p=this.parent.element.querySelector("."+R).querySelector("."+M),h=this.parent.element.querySelector(".e-content").querySelector("colgroup").children[0],u=parseInt(d,10),c=this.parent.pivotColumns.length>0;(a=this.parent.grid.columns)&&a.length>0&&(a[0].width=a[0].autoFit?a[0].width:u>this.resColWidth?u:this.resColWidth);var g=void 0;g="olap"===this.parent.dataType?this.parent.renderModule.calculateColWidth(this.parent.olapEngineModule.pivotValues.length>0?this.parent.olapEngineModule.pivotValues[0].length:2):this.parent.renderModule.calculateColWidth(this.parent.dataSourceSettings.values.length>0&&this.parent.engineModule.pivotValues.length>0?this.parent.engineModule.pivotValues[0].length:2);for(var m=0;m<a.length;m++)if(0!==m)if(a[m].columns)this.parent.setCommonColumnsWidth(this.parent.renderModule.pivotColumns[m].columns,g);else if("auto"!==a[m].width){var f=a[m].customAttributes?a[m].customAttributes.cell.valueSort.levelName:"",v=this.parent.renderModule.setSavedWidth(f,g);a[m].width=a[m].autoFit||c&&this.parent.pivotColumns[m].autoFit?a[m].width:this.parent.renderModule.lastColumn&&this.parent.renderModule.lastColumn.field===a[m].field?v-3:v}else a[m].minWidth=g;if(this.parent.isTabular){var S=this.parent.pivotValues[0],y=0;if(S&&t.isNullOrUndefined(S[0])&&(y=S.lastIndexOf("Server"===this.parent.dataSourceSettings.mode?null:void 0)+1),this.rowAxisWidth>250&&y>1){var b=n[0].getBoundingClientRect().width+6;d=this.rowAxisWidth<y*b?b+"px":y>1?b+"px":this.rowAxisWidth-(y-1)*b+"px"}}this.parent.posCount=0,this.parent.setGridColumns(this.parent.grid.columns),this.parent.firstColWidth||(d=this.parent.isTabular?this.resColWidth.toString():a[0].autoFit?a[0].width.toString():d,i.style.width=d,h.style.width=d,p.style.width=d,t.setStyleAttribute(p,{width:d}))}else this.parent.grid.columns&&this.parent.grid.columns.length>0&&(this.parent.grid.columns[0].width=this.parent.grid.columns[0].width>this.resColWidth?this.parent.grid.columns[0].width:this.resColWidth),this.parent.grid.headerModule.refreshUI();(this.groupingTable||this.groupingChartTable)&&this.refreshUI()},e.prototype.wireEvent=function(e){t.EventHandler.add(e,"mouseover",this.dropIndicatorUpdate,this),t.EventHandler.add(e,"mouseleave",this.dropIndicatorUpdate,this)},e.prototype.unWireEvent=function(e){e&&(t.EventHandler.remove(e,"mouseover",this.dropIndicatorUpdate),t.EventHandler.remove(e,"mouseleave",this.dropIndicatorUpdate))},e.prototype.dropIndicatorUpdate=function(e){(this.parent.isDragging&&e.target.classList.contains("e-droppable")&&"mouseover"===e.type||!this.parent.isDragging||!e.target.classList.contains("e-droppable")&&"mouseleave"===e.type)&&(t.removeClass([].slice.call(this.parent.element.querySelectorAll(".e-drop-indicator")),"e-drop-hover"),t.removeClass([].slice.call(this.parent.element.querySelectorAll(".e-drop-indicator-last")),"e-drop-hover"))},e.prototype.tapHoldHandler=function(e){var i=t.closest(e.originalEvent.target,".e-pivot-button");if(!t.isNullOrUndefined(i)&&this.parent.isAdaptive){var a=i.getBoundingClientRect();return this.parent.contextMenuModule.fieldElement=i,void this.parent.contextMenuModule.menuObj.open(a.top,a.left)}},e.prototype.RefreshFieldsPanel=function(){if("pivot"===this.parent.dataType&&null!=this.parent.groupingBarSettings){if(t.selectAll("#"+this.parent.element.id+"_AllFields",this.parent.element).length>0)for(var e=0,i=t.selectAll("#"+this.parent.element.id+"_AllFields",this.parent.element);e<i.length;e++)i[e].remove();this.parent.groupingBarSettings.showFieldsPanel&&(this.groupingChartTable&&"Table"!==this.parent.displayOption.view&&"Table"!==this.parent.groupingBarSettings.displayMode&&(this.chartPanel=this.createToolbarUI(this.groupingChartTable)),this.groupingTable&&(this.gridPanel=this.createToolbarUI(this.groupingTable)),this.parent.axisFieldModule.render(),this.refreshUI())}},e.prototype.createToolbarUI=function(e){t.select("#"+this.parent.element.id+"_AllFields",e)&&t.select("#"+this.parent.element.id+"_AllFields",e).remove(),e.prepend(t.createElement("div",{id:this.parent.element.id+"_AllFields"}));var i=new s.Toolbar({cssClass:"e-all-fields-axis"+(this.parent.cssClass?" "+this.parent.cssClass:""),enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,items:[{template:"<div class=e-group-all-fields></div>"}],allowKeyboard:!1,width:this.parent.gridSettings.allowAutoResizing?"auto":this.parent.grid?this.parent.getGridWidthAsNumber()-2:this.parent.getWidthAsNumber()-2});return i.appendTo(t.select("#"+this.parent.element.id+"_AllFields",e)),i},e.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on("init-groupingbar",this.renderLayout,this),this.parent.on(Q,this.appendToElement,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off(Q,this.appendToElement),this.parent.off("init-groupingbar",this.renderLayout))},e.prototype.destroy=function(){var e=this;if(!this.isDestroyed){this.timeOutObj&&(clearTimeout(this.timeOutObj),this.timeOutObj=null),this.removeEventListener(),[this.rowPanel,this.groupingTable?this.groupingTable.querySelector(".e-group-columns"):null,this.groupingTable?this.groupingTable.querySelector(".e-group-values"):null,this.groupingTable?this.groupingTable.querySelector(".e-group-filters"):null].forEach(function(t){t&&e.unWireEvent(t)}),this.parent.pivotButtonModule&&(this.parent.pivotButtonModule.destroy(),this.parent.pivotButtonModule=null),this.parent.axisFieldModule&&(this.parent.axisFieldModule.destroy(),this.parent.axisFieldModule=null),this.gridPanel&&!this.gridPanel.isDestroyed&&(this.gridPanel.destroy(),this.gridPanel=null),this.chartPanel&&!this.chartPanel.isDestroyed&&(this.chartPanel.destroy(),this.chartPanel=null),this.touchObj&&!this.touchObj.isDestroyed&&(this.touchObj.destroy(),this.touchObj=null);var i=this.parent.element.querySelectorAll(".e-grouping-bar");if(i.length>0)for(var a=0;a<i.length;a++)t.remove(i[a]);i=null,this.groupingChartTable&&(this.removeAllEventListeners(this.groupingChartTable),this.groupingChartTable=null),this.groupingTable&&(this.removeAllEventListeners(this.groupingTable),this.groupingTable=null),this.rowPanel=null,this.rowAxisPanel=null,this.rightAxisPanel=null,this.rowAxisWidth=0,this.resColWidth=0,this.isDestroyed=!0}},e.prototype.removeAllEventListeners=function(e){if(e){for(var i=e.querySelectorAll(".e-droppable"),a=0;a<i.length;a++)this.unWireEvent(i[a]);for(var r=e.querySelectorAll(".e-pivot-button"),a=0;a<r.length;a++)t.EventHandler.remove(r[a],"mouseover",this.dropIndicatorUpdate),t.EventHandler.remove(r[a],"mouseleave",this.dropIndicatorUpdate)}},e.prototype.getPivotButtonsTotalWidth=function(e){for(var t=0,i=0;i<e.length;i++)t+=(e[i].getBoundingClientRect().width<this.parent.gridSettings.columnWidth?this.parent.gridSettings.columnWidth:e[i].getBoundingClientRect().width)+6;return t},e.prototype.setTabularWidth=function(){if("row"===this.parent.dataSourceSettings.valueAxis)this.rowAxisWidth=this.rowAxisPanel.querySelector(".e-tabular-group-rows").getBoundingClientRect().width;else{var e=this.rowAxisPanel.querySelectorAll(".e-pvt-btn-div");this.rowAxisWidth=this.getPivotButtonsTotalWidth(e),0===this.parent.engineModule.rowMaxLevel&&1===e.length&&(this.rowAxisWidth=250),.8*this.parent.element.getBoundingClientRect().width<=this.rowAxisWidth&&(this.rowAxisWidth=e.length*this.parent.gridSettings.columnWidth)}},e}(),ni=function(){function e(e){this.parent=e,this.parent.conditionalFormattingModule=this,this.parentID=this.parent.element.id,this.fontColor=[],this.backgroundColor=[],this.newFormat=[]}return e.prototype.getModuleName=function(){return"conditionalFormatting"},e.prototype.createDialog=function(){null!==t.select("#"+this.parentID+"conditionalformatting",document)&&t.remove(t.select("#"+this.parentID+"conditionalformatting",document));var e=t.createElement("div",{id:this.parentID+"conditionalformatting",className:"e-pivot-formatting-dialog"});this.parent.element.appendChild(e);var i,a=[{click:this.addButtonClick.bind(this),isFlat:!1,buttonModel:{cssClass:(this.parent.isAdaptive?"e-small e-round e-format-condition-button":"e-format-condition-button")+(this.parent.cssClass?" "+this.parent.cssClass:""),iconCss:y+" e-add-icon",content:this.parent.isAdaptive?"":this.parent.localeObj.getConstant("condition")}},{click:this.applyButtonClick.bind(this),isFlat:!1,buttonModel:{isPrimary:!0,cssClass:"e-format-apply-button"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("apply")}},{click:this.cancelButtonClick.bind(this),isFlat:!1,buttonModel:{cssClass:"e-format-cancel-button"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}}];(i=this.parent.isAdaptive?new r.Dialog({animationSettings:{effect:"Zoom"},isModal:!0,width:"100%",height:"100%",showCloseIcon:!1,closeOnEscape:!1,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,position:{X:"center",Y:"center"},allowDragging:!0,buttons:a,beforeOpen:this.beforeOpen.bind(this),close:this.removeDialog.bind(this),cssClass:this.parent.cssClass,header:this.parent.localeObj.getConstant("conditionalFormatting"),target:document.body}):new r.Dialog({allowDragging:!0,position:{X:"center",Y:this.parent.element.offsetTop},buttons:a,beforeOpen:this.beforeOpen.bind(this),close:this.removeDialog.bind(this),cssClass:this.parent.cssClass,isModal:!0,closeOnEscape:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,showCloseIcon:!0,header:this.parent.localeObj.getConstant("conditionalFormatting"),target:this.parent.element})).isStringTemplate=!0,i.appendTo(e)},e.prototype.beforeOpen=function(){t.select("#"+this.parentID+"conditionalformatting",document).querySelector(".e-dlg-header").setAttribute("title",this.parent.localeObj.getConstant("conditionalFormatting"))},e.prototype.addButtonClick=function(){var e=this,t={conditions:"LessThan",value1:0,applyGrandTotals:!0,style:{backgroundColor:"white",color:"black",fontFamily:"Arial",fontSize:"12px"}},i=this;this.parent.trigger("conditionalFormatting",t,function(t){i.refreshConditionValues(),e.destroyColorPickers(),i.newFormat.push(t),i.addFormat()})},e.prototype.applyButtonClick=function(){if(this.refreshConditionValues()){this.parent.setProperties({dataSourceSettings:{conditionalFormatSettings:this.newFormat}},!0);var e={conditionalFormattingInfo:this.parent.dataSourceSettings.conditionalFormatSettings};this.parent.actionObj.actionInfo=e,this.parent.dataSourceSettings.values.length>0&&this.parent.renderPivotGrid(),t.getInstance(t.select("#"+this.parentID+"conditionalformatting",document),r.Dialog).close()}},e.prototype.cancelButtonClick=function(){t.getInstance(t.select("#"+this.parentID+"conditionalformatting",document),r.Dialog).close(),this.newFormat=[]},e.prototype.refreshConditionValues=function(){for(var e=0;e<this.newFormat.length;e++){if(""===t.select("#"+this.parentID+"conditionvalue1"+e,document).value||""===t.select("#"+this.parentID+"conditionvalue2"+e,document).value)return""===t.select("#"+this.parentID+"conditionvalue1"+e,document).value?t.select("#"+this.parentID+"conditionvalue1"+e,document).focus():t.select("#"+this.parentID+"conditionvalue2"+e,document).focus(),!1;this.newFormat[e].value1=Number(t.select("#"+this.parentID+"conditionvalue1"+e,document).value),this.newFormat[e].value2=Number(t.select("#"+this.parentID+"conditionvalue2"+e,document).value)}return!0},e.prototype.addFormat=function(){for(var e=t.createElement("div",{id:this.parentID+"formatDiv",className:"e-new-format"}),i=0;i<this.newFormat.length;i++)e.appendChild(this.createDialogElements(i));if(0===this.newFormat.length){var a=this.createDialogElements(),n=t.createElement("p",{id:this.parentID+"emptyFormat",className:"e-pivot-conditional-empty-format"});n.innerText=this.parent.localeObj.getConstant("emptyFormat"),a.appendChild(n),e.appendChild(a)}t.getInstance(t.select("#"+this.parentID+"conditionalformatting",document),r.Dialog).setProperties({content:e},!1);for(i=0;i<this.newFormat.length;i++)this.renderDropDowns(i),this.renderColorPicker(i)},e.prototype.createDialogElements=function(e){var i=t.createElement("div",{id:this.parentID+"outerDiv"+e,className:"e-format-outer-div"});if(void 0!==e){var a=this.newFormat[e],r=t.createElement("button",{id:this.parentID+"removeButton"+e,className:"e-format-delete-button",attrs:{type:"button",title:this.parent.localeObj.getConstant("delete")}});i.appendChild(r);var n=t.createElement("div",{id:this.parentID+"innerDiv"+e,className:"e-format-inner-div"}),s=t.createElement("table",{id:this.parentID+"_valueTable"+e,className:"e-format-table",attrs:{role:"table"}}),o=t.createElement("tr"),l=t.createElement("td"),d=t.createElement("span",{id:this.parentID+"valuelabel"+e,className:"e-format-value-label"});d.innerText=this.parent.localeObj.getConstant("value"),l.appendChild(d),o.appendChild(l),s.appendChild(o),o=t.createElement("tr"),l=t.createElement("td");var p=t.createElement("div",{id:this.parentID+"measure"+e}),h=t.createElement("input",{id:this.parentID+"measureinput"+e,attrs:{type:"text",tabindex:"0"}});p.appendChild(h),l.appendChild(p),o.appendChild(l),l=t.createElement("td");var u=t.createElement("div",{id:this.parentID+"condition"+e}),c=t.createElement("input",{id:this.parentID+"conditioninput"+e,attrs:{type:"text",tabindex:"0"}});u.appendChild(c),l.appendChild(u),o.appendChild(l),l=t.createElement("td",{attrs:{style:"display:table"},className:"e-format-input-value"});var g="Between"!==a.conditions&&"NotBetween"!==a.conditions?I:"",m=t.createElement("div",{attrs:{style:"display: table-row;"}}),f=t.createElement("div",{id:this.parentID+"ConditionValue1"+e,attrs:{style:"display: table-cell;"}}),v=t.createElement("input",{id:this.parentID+"conditionvalue1"+e,attrs:{type:"text",tabindex:"0",value:t.isNullOrUndefined(a.value1)?"0":a.value1.toString(),placeholder:this.parent.localeObj.getConstant("emptyInput")}});f.appendChild(v),m.appendChild(f);var S=t.createElement("span",{id:this.parentID+"valuespan"+e,className:"e-format-value-span "+g,innerHTML:"&"});m.appendChild(S);var y=t.createElement("div",{id:this.parentID+"ConditionValue2"+e,attrs:{style:"display: table-cell;"}}),b=t.createElement("input",{id:this.parentID+"conditionvalue2"+e,attrs:{type:"text",tabindex:"0",value:t.isNullOrUndefined(a.value2)?"0":a.value2.toString(),placeholder:this.parent.localeObj.getConstant("emptyInput")}});y.appendChild(b),m.appendChild(y),l.appendChild(m),o.appendChild(l),s.appendChild(o),n.appendChild(s);var C=t.createElement("table",{id:this.parentID+"_grandTotalTable"+e,className:"e-format-table e-grandtotal-checkbox-table",attrs:{role:"table"}}),x=t.createElement("tr"),w=t.createElement("td");C.appendChild(x);var T=t.createElement("input",{id:this.parentID+"grandtotalcheckbox"+e,attrs:{type:"checkbox",tabindex:"0"}});w.appendChild(T),x.appendChild(w),C.appendChild(x),n.appendChild(C);var M=t.createElement("table",{id:this.parentID+"_formatTable"+e,className:"e-format-table",attrs:{role:"table"}}),D=t.createElement("tr"),O=t.createElement("td"),P=t.createElement("span",{id:this.parentID+"formatlabel"+e,className:"e-format-label"});P.innerText=this.parent.localeObj.getConstant("formatLabel"),O.appendChild(P),D.appendChild(O),M.appendChild(D),D=t.createElement("tr"),O=t.createElement("td");var N=t.createElement("div",{id:this.parentID+"fontname"+e}),E=t.createElement("input",{id:this.parentID+"fontnameinput"+e,attrs:{type:"text",tabindex:"0"}});N.appendChild(E),O.appendChild(N),D.appendChild(O),O=t.createElement("td");var F=t.createElement("div",{id:this.parentID+"fontsize"+e}),L=t.createElement("input",{id:this.parentID+"fontsizeinput"+e,attrs:{type:"text",tabindex:"0"}});F.appendChild(L),O.appendChild(F),D.appendChild(O),this.parent.isAdaptive&&(M.appendChild(D),D=t.createElement("tr"),M.appendChild(D),D=t.createElement("tr")),O=t.createElement("td");var A=t.createElement("input",{id:this.parentID+"fontcolor"+e,attrs:{type:"color",tabindex:"0"},className:"e-format-font-color"});O.appendChild(A);var R=t.createElement("input",{id:this.parentID+"backgroundcolor"+e,attrs:{type:"color",tabindex:"0"},className:"e-format-back-color"});O.appendChild(R),D.appendChild(O),O=t.createElement("td");var k=t.createElement("input",{id:this.parentID+"valuepreview"+e,className:"e-input e-format-value-preview",attrs:{tabindex:"-1",readonly:"true",value:"123.45"}});O.appendChild(k),D.appendChild(O),M.appendChild(D),n.appendChild(M),i.appendChild(n)}return i},e.prototype.renderDropDowns=function(e){var i=t.getInstance(t.select("#"+this.parentID+"conditionalformatting",document),r.Dialog).element,a=this.newFormat[e],n=[];n.push({index:0,name:this.parent.localeObj.getConstant("AllValues"),field:this.parent.localeObj.getConstant("AllValues")});for(var s=0;s<this.parent.dataSourceSettings.values.length;s++){var d=this.parent.dataSourceSettings.values[s].caption||this.parent.dataSourceSettings.values[s].name;d=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(d):d,n.push({index:s+1,name:d,field:this.parent.dataSourceSettings.values[s].name})}var p=t.isNullOrUndefined(a.measure)?this.parent.localeObj.getConstant("AllValues"):a.measure,u=[];u[e]=new l.DropDownList({dataSource:n,fields:{text:"name",value:"field"},value:p,width:"100%",cssClass:this.parent.cssClass,popupHeight:"200px",popupWidth:"auto",locale:this.parent.locale,enableRtl:this.parent.enableRtl,change:this.measureChange.bind(this,e)}),u[e].isStringTemplate=!0,u[e].appendTo(t.select("#"+this.parentID+"measureinput"+e,i));var c=[{value:"LessThan",name:this.parent.localeObj.getConstant("LessThan")},{value:"LessThanOrEqualTo",name:this.parent.localeObj.getConstant("LessThanOrEqualTo")},{value:"GreaterThan",name:this.parent.localeObj.getConstant("GreaterThan")},{value:"GreaterThanOrEqualTo",name:this.parent.localeObj.getConstant("GreaterThanOrEqualTo")},{value:"Equals",name:this.parent.localeObj.getConstant("Equals")},{value:"NotEquals",name:this.parent.localeObj.getConstant("NotEquals")},{value:"Between",name:this.parent.localeObj.getConstant("Between")},{value:"NotBetween",name:this.parent.localeObj.getConstant("NotBetween")}];p=t.isNullOrUndefined(a.conditions)?"LessThan":a.conditions;var g=[];g[e]=new l.DropDownList({dataSource:c,fields:{value:"value",text:"name"},value:p,width:"100%",cssClass:this.parent.cssClass,popupHeight:"200px",popupWidth:"auto",locale:this.parent.locale,enableRtl:this.parent.enableRtl,change:this.conditionChange.bind(this,e)}),g[e].isStringTemplate=!0,g[e].appendTo(t.select("#"+this.parentID+"conditioninput"+e,i));var m="Between"!==this.newFormat[e].conditions&&"NotBetween"!==this.newFormat[e].conditions?I:"",f=new o.TextBox({enableRtl:this.parent.enableRtl,locale:this.parent.locale,cssClass:"e-format-value1 "+this.parent.cssClass,width:"auto"});f.isStringTemplate=!0,f.appendTo(t.select("#"+this.parentID+"conditionvalue1"+e,i));var v=new o.TextBox({enableRtl:this.parent.enableRtl,locale:this.parent.locale,cssClass:"e-format-value2 "+m+" "+this.parent.cssClass,width:"auto"});v.isStringTemplate=!0,v.appendTo(t.select("#"+this.parentID+"conditionvalue2"+e,i));var S=new h.CheckBox({label:this.parent.localeObj.getConstant("applyToGrandTotal"),checked:this.newFormat[e].applyGrandTotals,enableRtl:this.parent.enableRtl,locale:this.parent.locale,change:this.onCheckChange.bind(this,e),cssClass:this.parent.cssClass});S.isStringTemplate=!0,S.appendTo(t.select("#"+this.parentID+"grandtotalcheckbox"+e,i));var y=[{index:0,name:"Arial"},{index:1,name:"San Serif"},{index:2,name:"Impact"},{index:3,name:"Trebuchet MS"},{index:4,name:"Serif"},{index:5,name:"Verdana"},{index:6,name:"Courier New"},{index:7,name:"Times New Roman"},{index:8,name:"Tahoma"},{index:9,name:"Gerogia"}];p=t.isNullOrUndefined(a.style.fontFamily)?"Arial":a.style.fontFamily;var b=[];b[e]=new l.DropDownList({dataSource:y,fields:{text:"name"},value:p,width:"100%",cssClass:this.parent.cssClass,popupHeight:"200px",popupWidth:"auto",locale:this.parent.locale,enableRtl:this.parent.enableRtl,change:this.fontNameChange.bind(this,e)}),b[e].isStringTemplate=!0,b[e].appendTo(t.select("#"+this.parentID+"fontnameinput"+e,i));var C=[{index:0,name:"9px"},{index:1,name:"10px"},{index:2,name:"11px"},{index:3,name:"12px"},{index:4,name:"13px"},{index:5,name:"14px"},{index:6,name:"15px"},{index:6,name:"16px"}];p=t.isNullOrUndefined(a.style.fontSize)?"12px":a.style.fontSize;var x=[];x[e]=new l.DropDownList({dataSource:C,fields:{text:"name"},popupHeight:"200px",popupWidth:"auto",value:p,width:"100%",change:this.fontSizeChange.bind(this,e),locale:this.parent.locale,enableRtl:this.parent.enableRtl,cssClass:this.parent.cssClass}),x[e].isStringTemplate=!0,x[e].appendTo(t.select("#"+this.parentID+"fontsizeinput"+e,i))},e.prototype.conditionChange=function(e,i){this.newFormat[e].conditions=i.value;var a=t.select("#"+this.parentID+"valuespan"+e,document),r=t.select("#"+this.parentID+"conditionvalue2"+e,document);"Between"===i.value||"NotBetween"===i.value?(a.classList.remove(I),r.parentElement.classList.remove(I)):(a.classList.add(I),r.parentElement.classList.add(I))},e.prototype.onCheckChange=function(e,t){this.newFormat[e].applyGrandTotals=t.checked},e.prototype.fontNameChange=function(e,i){this.newFormat[e].style.fontFamily=i.value.toString(),t.select("#"+this.parentID+"valuepreview"+e,document).style.fontFamily=i.value},e.prototype.fontSizeChange=function(e,i){this.newFormat[e].style.fontSize=i.value.toString(),t.select("#"+this.parentID+"valuepreview"+e,document).style.fontSize=i.value},e.prototype.measureChange=function(e,t){this.newFormat[e].measure=t.value.toString()===this.parent.localeObj.getConstant("AllValues")?void 0:t.value.toString()},e.prototype.renderColorPicker=function(e){var i=t.getInstance(t.select("#"+this.parentID+"conditionalformatting",document),r.Dialog).element,a=this.newFormat[e],n=t.isNullOrUndefined(a.style.color)?"black":a.style.color,s="#"===n.charAt(0)&&this.isHex(n.substr(1))?n:this.colourNameToHex(n);t.select("#"+this.parentID+"valuepreview"+e,document).style.color=s,this.fontColor[e]=new o.ColorPicker({cssClass:"e-format-color-picker e-format-font-color-picker"+(this.parent.cssClass?" "+this.parent.cssClass:""),value:s,mode:"Palette",change:this.fontColorChange.bind(this,e),locale:this.parent.locale,enableRtl:this.parent.enableRtl}),this.fontColor[e].isStringTemplate=!0,this.fontColor[e].appendTo(t.select("#"+this.parentID+"fontcolor"+e,i)),t.addClass([this.fontColor[e].element.nextElementSibling.querySelector(".e-selected-color")],y),s="#"===(n=t.isNullOrUndefined(a.style.backgroundColor)?"white":a.style.backgroundColor).charAt(0)&&this.isHex(n.substr(1))?n:this.colourNameToHex(n),t.select("#"+this.parentID+"valuepreview"+e,document).style.backgroundColor=s,t.select("#"+this.parentID+"valuepreview"+e,document).style.fontFamily=a.style.fontFamily,t.select("#"+this.parentID+"valuepreview"+e,document).style.fontSize=a.style.fontSize,this.backgroundColor[e]=new o.ColorPicker({cssClass:"e-format-color-picker"+(this.parent.cssClass?" "+this.parent.cssClass:""),value:s,mode:"Palette",change:this.backColorChange.bind(this,e),locale:this.parent.locale,enableRtl:this.parent.enableRtl}),this.backgroundColor[e].isStringTemplate=!0,this.backgroundColor[e].appendTo(t.select("#"+this.parentID+"backgroundcolor"+e,i)),t.addClass([this.backgroundColor[e].element.nextElementSibling.querySelector(".e-selected-color")],y);var l=new h.Button({iconCss:y+" e-format-delete-icon",cssClass:"e-flat"+(this.parent.cssClass?" "+this.parent.cssClass:""),locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});l.isStringTemplate=!0,l.appendTo(t.select("#"+this.parentID+"removeButton"+e,i)),l.element.onclick=this.toggleButtonClick.bind(this,e)},e.prototype.backColorChange=function(e,i){this.newFormat[e].style.backgroundColor=i.currentValue.hex,t.select("#"+this.parentID+"valuepreview"+e,document).style.backgroundColor=i.currentValue.hex},e.prototype.fontColorChange=function(e,i){this.newFormat[e].style.color=i.currentValue.hex,t.select("#"+this.parentID+"valuepreview"+e,document).style.color=i.currentValue.hex},e.prototype.toggleButtonClick=function(e){this.destroyColorPickers(),this.newFormat.splice(e,1),this.addFormat()},e.prototype.isHex=function(e){for(var t=parseInt(e,16);"0"===e.charAt(0);)e=e.substr(1);return t.toString(16)===e.toLowerCase()||0===t&&""===e},e.prototype.hexToRgb=function(e){var t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);return t?{r:parseInt(t[1],16),g:parseInt(t[2],16),b:parseInt(t[3],16)}:null},e.prototype.colourNameToHex=function(e){var t={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};if(void 0!==t[e.toLowerCase()])return t[e.toLowerCase()];if(0===e.search("rgba")){for(var i=e.substr(5).split(")")[0].split(","),a="",r="",n=0;n<i.length-1;n++)i[n]=(+i[n]).toString(16),1===i[n].length&&(i[n]="0"+i[n]),a+=i[n];return r=Math.round(255*+i[3]).toString(16),"#"+a+r}if(0===e.search("rgb")){for(var i=e.substr(4).split(")")[0].split(","),a="",n=0;n<i.length;n++)i[n]=(+i[n]).toString(16),1===i[n].length&&(i[n]="0"+i[n]),a+=i[n];return"#"+a}return"#d5d5d5"},e.prototype.removeDialog=function(){var e=t.select("#"+this.parentID+"conditionalformatting",document),i=e?t.getInstance(e,r.Dialog):null;i&&!i.isDestroyed&&(this.destroyColorPickers(),this.removeEventListeners(),i.destroy()),e&&t.remove(e),this.fontColor=[],this.backgroundColor=[],this.newFormat=[]},e.prototype.removeEventListeners=function(){for(var e=0;e<(this.newFormat?this.newFormat.length:0);e++){var i=t.select("#"+this.parentID+"removeButton"+e,document);i&&(i.onclick=null)}},e.prototype.destroyColorPickers=function(){for(var e=0;e<(this.newFormat?this.newFormat.length:0);e++)this.fontColor&&this.fontColor[e]&&!this.fontColor[e].isDestroyed&&this.fontColor[e].destroy(),this.backgroundColor&&this.backgroundColor[e]&&!this.backgroundColor[e].isDestroyed&&this.backgroundColor[e].destroy(),this.destroyDropDowns(e),this.destroyOtherComponents(e)},e.prototype.destroyDropDowns=function(e){var i=t.select("#"+this.parentID+"conditionalformatting",document);if(i){var a=t.select("#"+this.parentID+"measureinput"+e,i);if(a){var r=t.getInstance(a,l.DropDownList);r&&!r.isDestroyed&&r.destroy()}var n=t.select("#"+this.parentID+"conditioninput"+e,i);if(n){var s=t.getInstance(n,l.DropDownList);s&&!s.isDestroyed&&s.destroy()}var o=t.select("#"+this.parentID+"fontnameinput"+e,i);if(o){var d=t.getInstance(o,l.DropDownList);d&&!d.isDestroyed&&d.destroy()}var p=t.select("#"+this.parentID+"fontsizeinput"+e,i);if(p){var h=t.getInstance(p,l.DropDownList);h&&!h.isDestroyed&&h.destroy()}}},e.prototype.destroyOtherComponents=function(e){var i=t.select("#"+this.parentID+"conditionalformatting",document);if(i){var a=t.select("#"+this.parentID+"conditionvalue1"+e,i);if(a){var r=t.getInstance(a,o.TextBox);r&&!r.isDestroyed&&r.destroy()}var n=t.select("#"+this.parentID+"conditionvalue2"+e,i);if(n){var s=t.getInstance(n,o.TextBox);s&&!s.isDestroyed&&s.destroy()}var l=t.select("#"+this.parentID+"grandtotalcheckbox"+e,i);if(l){var d=t.getInstance(l,h.CheckBox);d&&!d.isDestroyed&&d.destroy()}var p=t.select("#"+this.parentID+"removeButton"+e,i);if(p){var u=t.getInstance(p,h.Button);u&&!u.isDestroyed&&u.destroy()}}},e.prototype.showConditionalFormattingDialog=function(){this.newFormat=[];for(var e=0;e<this.parent.dataSourceSettings.conditionalFormatSettings.length;e++)this.newFormat.push(t.extend({},this.parent.dataSourceSettings.conditionalFormatSettings[e].properties,null,!0));this.createDialog(),t.getInstance(t.select("#"+this.parentID+"conditionalformatting",document),r.Dialog).refresh(),this.addFormat()},e.prototype.destroy=function(){var e=t.select("#"+this.parentID+"conditionalformatting",document),i=e?t.getInstance(e,r.Dialog):null;i&&!i.isDestroyed&&i.close()},e}(),si=function(){function e(e){this.isMultiAxisChange=!1,this.isReportChange=!1,this.currentReport="",this.parent=e,this.parent.toolbarModule=this,this.addEventListener()}return e.prototype.getModuleName=function(){return"toolbar"},e.prototype.createToolbar=function(){this.parent.isModified=!1,this.renderDialog(),null!==t.select("#"+this.parent.element.id+"pivot-toolbar",this.parent.element)&&t.remove(t.select("#"+this.parent.element.id+"pivot-toolbar",this.parent.element));var e=t.createElement("div",{id:this.parent.element.id+"pivot-toolbar",className:j});if(this.parent.showFieldList&&t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element))this.parent.element.insertBefore(e,t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element));else if(this.parent.showGroupingBar&&t.select("#"+this.parent.element.id+" .e-pivot-grouping-bar",this.parent.element))this.parent.element.insertBefore(e,t.select("#"+this.parent.element.id+" .e-pivot-grouping-bar",this.parent.element));else{var i=t.select("#"+this.parent.element.id+"_chart",this.parent.element);!i||"Chart"!==this.parent.displayOption.view&&"Chart"!==this.parent.displayOption.primary?this.parent.element.insertBefore(e,t.select("#"+this.parent.element.id+"_grid",this.parent.element)):this.parent.element.insertBefore(e,i)}this.toolbar=new s.Toolbar({created:this.create.bind(this),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,items:this.getItems(),allowKeyboard:!1,cssClass:this.parent.cssClass,width:this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber()}),this.toolbar.isStringTemplate=!0;var a="viewContainerRef",r={};this.parent[a]&&(t.setValue("registeredTemplate",r,this.toolbar),this.toolbar[a]=this.parent[a]),this.parent.toolbarTemplate&&"string"==typeof this.parent.toolbarTemplate?(this.toolbar.appendTo(this.parent.toolbarTemplate),this.parent.element.replaceChild(this.toolbar.element,this.parent.element.querySelector("."+j)),this.toolbar.element.classList.add(j)):this.toolbar.appendTo(e),this.toolbar.width=this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber(),this.parent.chart&&this.parent.chart.setProperties({width:this.parent.grid?this.parent.getGridWidthAsNumber().toString():this.parent.getWidthAsNumber().toString()},!0),this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.parent.element.querySelector(".e-grouping-bar")&&this.parent.groupingBarModule.refreshUI()},e.prototype.fetchReports=function(){var e={reportName:[]};return this.parent.trigger("fetchReport",e),e},e.prototype.fetchReportsArgs=function(){var e=new i.Deferred,t={reportName:[]};return this.parent.trigger("fetchReport",t,function(t){e.resolve(t)}),e},e.prototype.getItems=function(){for(var e=this.parent.toolbar.filter(function(e,t,i){return i.indexOf(e)===t}),i=[],a=0,r=e;a<r.length;a++){var n=r[a];switch(n){case"New":i.push({prefixIcon:"e-new-report "+y,tooltipText:this.parent.localeObj.getConstant("new"),click:this.actionClick.bind(this),id:this.parent.element.id+"new"});break;case"Save":i.push({prefixIcon:"e-save-report "+y,tooltipText:this.parent.localeObj.getConstant("save"),click:this.actionClick.bind(this),id:this.parent.element.id+"save"});break;case"SaveAs":i.push({prefixIcon:"e-saveas-report "+y,tooltipText:this.parent.localeObj.getConstant("saveAs"),click:this.actionClick.bind(this),id:this.parent.element.id+"saveas"});break;case"Rename":i.push({prefixIcon:"e-rename-report "+y,tooltipText:this.parent.localeObj.getConstant("rename"),click:this.actionClick.bind(this),id:this.parent.element.id+"rename"});break;case"Remove":i.push({prefixIcon:k+" "+y,tooltipText:this.parent.localeObj.getConstant("deleteReport"),click:this.actionClick.bind(this),id:this.parent.element.id+"remove"});break;case"Load":i.push({template:"<div><input class=e-load-report id="+this.parent.element.id+"_reportlist></input></div>",click:this.actionClick.bind(this),id:this.parent.element.id+"load"});break;case"Grid":var s="Chart"===this.parent.displayOption.view;i.push({prefixIcon:"e-toolbar-grid "+y,tooltipText:this.parent.localeObj.getConstant("grid"),id:this.parent.element.id+"grid",cssClass:(s?"e-disabled":"")+(this.parent.cssClass?" "+this.parent.cssClass:""),click:this.menuItemClick.bind(this)});break;case"Chart":var o="Table"===this.parent.displayOption.view;i.push({template:'<ul id="'+this.parent.element.id+'chart_menu"></ul>',id:this.parent.element.id+"chartmenu",cssClass:(o?"e-disabled":"")+(this.parent.cssClass?" "+this.parent.cssClass:"")});break;case"MDX":"olap"===this.parent.dataType&&i.push({prefixIcon:"e-mdx "+y,id:this.parent.element.id+"mdxQuery",click:this.actionClick.bind(this),tooltipText:this.parent.localeObj.getConstant("mdxQuery")});break;case"Export":i.push({template:'<ul id="'+this.parent.element.id+'export_menu"></ul>',id:this.parent.element.id+"exportmenu"});break;case"SubTotal":i.push({template:'<ul id="'+this.parent.element.id+'subtotal_menu"></ul>',id:this.parent.element.id+"subtotalmenu"});break;case"GrandTotal":i.push({template:'<ul id="'+this.parent.element.id+'grandtotal_menu"></ul>',id:this.parent.element.id+"grandtotalmenu"});break;case"ConditionalFormatting":i.push({prefixIcon:"e-toolbar-formatting "+y,id:this.parent.element.id+"formatting",click:this.actionClick.bind(this),tooltipText:this.parent.localeObj.getConstant("toolbarFormatting")});break;case"NumberFormatting":i.push({prefixIcon:"e-pivot-format-toolbar "+y,id:this.parent.element.id+"numberFormatting",click:this.actionClick.bind(this),tooltipText:this.parent.localeObj.getConstant("numberFormat")});break;case"Formatting":i.push({template:'<ul id="'+this.parent.element.id+'formatting_menu"></ul>',id:this.parent.element.id+"formattingmenu"});break;case"FieldList":i.push({prefixIcon:"e-toolbar-fieldlist "+y,tooltipText:this.parent.localeObj.getConstant("fieldList"),click:this.actionClick.bind(this),align:"Right",id:this.parent.element.id+"fieldlist"}),this.parent.element.querySelector(".e-toggle-field-list")&&(this.parent.element.querySelector(".e-toggle-field-list").style.display="none");break;default:"object"==typeof n&&i.push(n)}}this.parent.showFieldList&&-1===e.indexOf("FieldList")&&t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element)&&"none"===t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element).style.display&&(t.select("#"+this.parent.element.id+"_PivotFieldList",this.parent.element).style.display="block");var l={customToolbar:i};return this.parent.trigger("toolbarRender",l),i},e.prototype.reportChange=function(e){if(this.parent.actionObj.actionName="Report change",this.isReportChange=!0,this.parent.actionBeginMethod())return void(e.cancel=!0);try{this.dropArgs=e,this.parent.isModified&&""!==this.currentReport?this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("newReportConfirm")):this.reportLoad(e)}catch(e){this.parent.actionFailureMethod(e)}},e.prototype.reportLoad=function(e){var t=this;if("Save"!==this.action&&"Rename"!==this.action&&"New"!==this.action){var i={reportName:e.itemData.value},a={reportName:e.itemData.value};this.parent.actionObj.actionInfo=a,this.parent.trigger("loadReport",i,function(e){t.currentReport=e.reportName,t.parent.isModified=!1})}},e.prototype.saveReport=function(e){if(this.currentReport&&""!==this.currentReport&&e.item.id===this.parent.element.id+"save"){var t={report:this.getCurrentReport(),reportName:this.currentReport};this.parent.actionObj.actionName=this.parent.getActionCompleteName();var i={reportName:this.currentReport};this.parent.actionObj.actionInfo=i,this.parent.trigger("saveReport",t),this.parent.actionObj.actionName&&this.parent.actionCompleteMethod(),this.parent.isModified=!1}else{if(""===this.currentReport&&(e.item.id===this.parent.element.id+"save"||e.item.id===this.parent.element.id+"saveas"))return void this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("error"),this.parent.localeObj.getConstant("emptyReport"));this.dialogShow(e,"saveAs")}},e.prototype.mdxQueryDialog=function(){t.select("#"+this.parent.element.id+"mdx-dialog",document)||this.renderMDXDialog();var e=t.getInstance(t.select("#"+this.parent.element.id+"mdx-dialog",document),r.Dialog),i=t.createElement("div",{className:"e-mdx-query"}),a=t.createElement("textarea",{className:"e-mdx-query-content",attrs:{readonly:"readonly","aria-label":this.parent.localeObj.getConstant("mdxQuery")}});a.innerText=this.parent.olapEngineModule.getMDXQuery(this.parent.dataSourceSettings).trim(),i.appendChild(a),e.content=i,e.show()},e.prototype.dialogShow=function(e,i){if(e){var a=t.getInstance(t.select("#"+this.parent.element.id+"report-dialog",document),r.Dialog);a.header=e.item.tooltipText;var n=t.createElement("div",{className:"e-report-outer"}),s=t.createElement("div",{className:"e-pivotview-report-label"});s.innerText=this.parent.localeObj.getConstant("reportName");var o=t.createElement("input",{className:"e-pivotview-report-input e-input",attrs:{placeholder:this.parent.localeObj.getConstant("emptyReportName"),value:i&&"rename"===i?this.currentReport:""}});o.innerText=i&&"rename"===i?this.currentReport:"",o.setSelectionRange(o.textContent.length,o.textContent.length),n.appendChild(s),n.appendChild(o),a.content=n,a.refresh(),a.show()}},e.prototype.renameReport=function(e){if(this.parent.trigger("toolbarClick",e),!this.currentReport||""===this.currentReport)return void this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("error"),this.parent.localeObj.getConstant("emptyReport"));this.dialogShow(e,"rename")},e.prototype.actionClick=function(e){var t=e.item.id===this.parent.element.id+"new"?"Add new report":e.item.id===this.parent.element.id+"save"?"Save current report":e.item.id===this.parent.element.id+"saveas"?"Save as current report":e.item.id===this.parent.element.id+"rename"?"Rename current report":e.item.id===this.parent.element.id+"remove"?"Remove current report":e.item.id===this.parent.element.id+"load"?"Load report":e.item.id===this.parent.element.id+"formatting"?"Open conditional formatting dialog":e.item.id===this.parent.element.id+"numberFormatting"?"Open number formatting dialog":e.item.id===this.parent.element.id+"mdxQuery"?"MdxQuery":e.item.id===this.parent.element.id+"fieldlist"?"Open field list":"";if(this.parent.actionObj.actionName=t,!this.parent.actionBeginMethod())try{switch(e.item.id){case this.parent.element.id+"save":case this.parent.element.id+"saveas":this.saveReport(e);break;case this.parent.element.id+"remove":return this.action="Remove",void(this.currentReport&&""!==this.currentReport?this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("removeConfirm")):this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("error"),this.parent.localeObj.getConstant("emptyReport")));case this.parent.element.id+"rename":this.renameReport(e);break;case this.parent.element.id+"new":this.action="New",this.newArgs=e,this.parent.isModified&&this.currentReport&&""!==this.currentReport?this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("newReportConfirm")):this.createNewReport(e);break;case this.parent.element.id+"load":this.action="Load";break;case this.parent.element.id+"fieldlist":this.parent.pivotFieldListModule&&this.parent.pivotFieldListModule.dialogRenderer&&this.parent.pivotFieldListModule.dialogRenderer.onShowFieldList();break;case this.parent.element.id+"formatting":this.parent.conditionalFormattingModule&&this.parent.conditionalFormattingModule.showConditionalFormattingDialog();break;case this.parent.element.id+"mdxQuery":this.mdxQueryDialog();break;case this.parent.element.id+"numberFormatting":this.parent.numberFormattingModule&&this.parent.numberFormattingModule.showNumberFormattingDialog()}}catch(e){this.parent.actionFailureMethod(e)}},e.prototype.renderDialog=function(){null!==t.select("#"+this.parent.element.id+"report-dialog",this.parent.element)&&t.remove(t.select("#"+this.parent.element.id+"report-dialog",this.parent.element));var e=t.createElement("div",{id:this.parent.element.id+"report-dialog",className:"e-pivotview-report-dialog"});this.parent.element.appendChild(e);var i=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!0,position:{X:"center",Y:"center"},buttons:[{click:this.okBtnClick.bind(this),isFlat:!1,buttonModel:{content:this.parent.localeObj.getConstant("ok"),isPrimary:!0}},{click:this.cancelBtnClick.bind(this),isFlat:!1,buttonModel:{content:this.parent.localeObj.getConstant("cancel")}}],isModal:!0,visible:!1,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"auto",height:"auto",zIndex:1000001,closeOnEscape:!0,target:document.body,cssClass:this.parent.cssClass});i.isStringTemplate=!0,i.appendTo(e)},e.prototype.renderMDXDialog=function(){null!==t.select("#"+this.parent.element.id+"mdx-dialog",this.parent.element)&&t.remove(t.select("#"+this.parent.element.id+"mdx-dialog",this.parent.element));var e=t.createElement("div",{id:this.parent.element.id+"mdx-dialog",className:"e-pivotview-mdx-dialog"});this.parent.element.appendChild(e);var i=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!0,position:{X:"center",Y:"center"},buttons:[{click:this.copyMDXQuery.bind(this),isFlat:!1,buttonModel:{content:this.parent.localeObj.getConstant("copy"),isPrimary:!0}}],header:this.parent.localeObj.getConstant("mdxQuery"),isModal:!0,visible:!1,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"auto",height:"auto",zIndex:1000001,closeOnEscape:!0,target:document.body,cssClass:this.parent.cssClass});i.isStringTemplate=!0,i.appendTo(e)},e.prototype.copyMDXQuery=function(){var e=t.getInstance(t.select("#"+this.parent.element.id+"mdx-dialog",document),r.Dialog).element.querySelector(".e-mdx-query-content");try{e.select(),document.execCommand("copy")}catch(e){window.alert("Oops, unable to copy")}},e.prototype.okBtnClick=function(){var e=this,i=t.getInstance(t.select("#"+this.parent.element.id+"report-dialog",document),r.Dialog),a=i.element.querySelector(".e-pivotview-report-input");if(a&&""===a.value)return void a.focus();if(this.parent.localeObj||(this.parent=t.getInstance(t.select("#"+this.parent.element.id,document),qt)),i.header!==this.parent.localeObj.getConstant("save")&&i.header!==this.parent.localeObj.getConstant("saveAs")||!a.value||""===a.value){if(i.header===this.parent.localeObj.getConstant("new")&&a.value&&""!==a.value){this.action="New",this.currentReport=a.value;var n=!1,s=this,o={reportName:[]};this.parent.trigger("fetchReport",o,function(i){for(var l=0;l<i.reportName.length;l++)if(a.value===o.reportName[l]){n=!0;break}if(n)return void s.createConfirmDialog(s.parent.localeObj.getConstant("alert"),s.parent.localeObj.getConstant("replaceConfirmBefore")+'"'+a.value+'"'+s.parent.localeObj.getConstant("replaceConfirmAfter"));s.parent.trigger("newReport");var d={report:s.getCurrentReport(),reportName:a.value},p={reportName:a.value};e.parent.actionObj.actionInfo=p,s.parent.trigger("saveReport",d),s.parent.isModified=!1,s.updateReportList(),t.getInstance(t.select("#"+e.parent.element.id+"report-dialog",document),r.Dialog).hide()})}else if(i.header===this.parent.localeObj.getConstant("rename")&&a.value&&""!==a.value){if(this.currentReport===a.value)return void i.hide();this.action="Rename";var l=!1;this.renameText=a.value;for(var d=this.fetchReports(),p=0;p<d.reportName.length;p++)if(a.value===d.reportName[p]){l=!0;break}if(l)return void this.createConfirmDialog(this.parent.localeObj.getConstant("alert"),this.parent.localeObj.getConstant("replaceConfirmBefore")+'"'+a.value+'"'+this.parent.localeObj.getConstant("replaceConfirmAfter"));var h={reportName:this.currentReport,rename:a.value},u={reportName:{oldName:this.currentReport,newName:a.value}};this.parent.actionObj.actionInfo=u,this.parent.trigger("renameReport",h),this.currentReport=a.value,this.updateReportList(),i.hide()}}else{this.action="Save",this.currentReport=a.value;var c=!1,g=this,d={reportName:[]};this.parent.trigger("fetchReport",d,function(i){for(var n=0;n<i.reportName.length;n++)if(a.value===i.reportName[n]){c=!0;break}if(c)return void g.createConfirmDialog(g.parent.localeObj.getConstant("alert"),g.parent.localeObj.getConstant("replaceConfirmBefore")+'"'+a.value+'"'+g.parent.localeObj.getConstant("replaceConfirmAfter"));var s={report:g.getCurrentReport(),reportName:a.value},o={reportName:a.value};e.parent.actionObj.actionInfo=o,g.parent.trigger("saveReport",s),g.parent.isModified=!1,g.updateReportList(),t.getInstance(t.select("#"+e.parent.element.id+"report-dialog",document),r.Dialog).hide()})}this.parent.actionObj.actionName=this.parent.getActionCompleteName(),this.parent.actionObj.actionName&&this.parent.actionCompleteMethod()},e.prototype.createNewReport=function(e){this.dialogShow(e)},e.prototype.cancelBtnClick=function(){t.getInstance(t.select("#"+this.parent.element.id+"report-dialog",document),r.Dialog).hide()},e.prototype.createConfirmDialog=function(e,i){document.getElementById(this.parent.element.id+"_ConfirmDialog")&&t.remove(document.getElementById(this.parent.element.id+"_ConfirmDialog").parentElement);var a=t.createElement("div",{id:this.parent.element.id+"_ConfirmDialog",className:"e-pivot-error-dialog"});this.parent.element.appendChild(a);var n=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!0,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,header:e,content:i,isModal:!0,visible:!0,closeOnEscape:!0,target:document.body,cssClass:this.parent.cssClass,width:"auto",height:"auto",position:{X:"center",Y:"center"},buttons:[{isFlat:!1,buttonModel:{content:this.parent.localeObj.getConstant("yes"),isPrimary:!0,cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:"")},click:this.okButtonClick.bind(this)},{isFlat:!1,buttonModel:{content:this.parent.localeObj.getConstant("no"),cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:"")},click:this.cancelButtonClick.bind(this)}]});n.isStringTemplate=!0,n.appendTo(a),n.element.querySelector(".e-dlg-header").innerText=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(e):e},e.prototype.okButtonClick=function(){var e=this,i=t.getInstance(t.select("#"+this.parent.element.id+"report-dialog",document),r.Dialog);if("Remove"===this.action){var a={reportName:this.currentReport},n={reportName:this.currentReport};this.parent.actionObj.actionInfo=n,this.parent.trigger("removeReport",a);var s=this.fetchReports();if(s.reportName&&s.reportName.length>0){var o={reportName:s.reportName[s.reportName.length-1]};this.parent.trigger("loadReport",o,function(t){e.currentReport=t.reportName,e.parent.isModified=!1}),this.currentReport=s.reportName[s.reportName.length-1]}else this.currentReport="",this.parent.isModified=!1,this.action="";this.updateReportList(),this.parent.actionObj.actionName="Report removed",this.parent.actionObj.actionName&&this.parent.actionCompleteMethod()}else if("New"===this.action||"Save"!==this.action&&"Rename"!==this.action&&"New"!==this.action){if(this.currentReport&&""!==this.currentReport&&this.parent.isModified){var l={report:this.getCurrentReport(),reportName:this.currentReport},n={reportName:this.currentReport};this.parent.actionObj.actionInfo=n,this.parent.actionObj.actionName="Report saved",this.parent.actionObj.actionName&&this.parent.actionCompleteMethod(),this.parent.trigger("saveReport",l),this.parent.isModified=!1,"New"===this.action?(this.parent.actionObj.actionName="Add new report",this.createNewReport(this.newArgs)):(this.parent.actionObj.actionName="Report change",this.reportLoad(this.dropArgs))}else if("New"===this.action){this.parent.trigger("newReport");l={report:this.getCurrentReport(),reportName:this.currentReport};this.parent.trigger("saveReport",l),this.parent.isModified=!1,this.updateReportList(),i.hide()}}else if("Save"===this.action){l={report:this.getCurrentReport(),reportName:this.currentReport};this.parent.trigger("saveReport",l),this.parent.isModified=!1,this.updateReportList(),i.hide()}else if("Rename"===this.action){var d={reportName:this.currentReport,rename:this.renameText,isReportExists:!0};this.parent.trigger("renameReport",d),this.currentReport=this.renameText,this.parent.isModified=!1,this.updateReportList(),i.hide()}t.getInstance(t.select("#"+this.parent.element.id+"_ConfirmDialog",document),r.Dialog).hide()},e.prototype.cancelButtonClick=function(){var e=t.getInstance(t.select("#"+this.parent.element.id+"report-dialog",document),r.Dialog);if("New"===this.action)this.parent.isModified?this.createNewReport(this.newArgs):e.hide();else if("Save"===this.action){if(t.select("#"+this.parent.element.id+"_reportlist",this.parent.element)){var i=t.getInstance(t.select("#"+this.parent.element.id+"_reportlist",this.parent.element),l.DropDownList);this.currentReport=i.value}e.hide()}else"Rename"===this.action?e.hide():this.dropArgs&&"Remove"!==this.action&&this.reportLoad(this.dropArgs);t.getInstance(t.select("#"+this.parent.element.id+"_ConfirmDialog",document),r.Dialog).hide()},e.prototype.createChartMenu=function(){var e=this;if(t.select("#"+this.parent.element.id+"chart_menu",this.parent.element)){for(var i=t.select("#"+this.parent.element.id+"chart_menu",this.parent.element),a=[],r=this.getValidChartType(),n=0;n<r.length&&n<7;n++){var o=r[n];a.push({text:this.parent.localeObj.getConstant(o.toLowerCase()),id:this.parent.element.id+"_"+o})}7===a.length&&(a.splice(6),a.push({text:this.parent.localeObj.getConstant("MoreOption"),id:this.parent.element.id+"_ChartMoreOption"}));var l=a.length<=0||"Table"===this.parent.displayOption.view;a.push({separator:!0}),a.push({text:this.parent.localeObj.getConstant("multipleAxes"),id:this.parent.element.id+"_multipleAxes"}),a.push({text:this.parent.localeObj.getConstant("showLegend"),id:this.parent.element.id+"_showLegend"});var d=[{iconCss:"e-toolbar-chart "+y,items:l?[]:a}],p=i?t.getInstance(i,s.Menu):null;p&&!p.isDestroyed&&(p.destroy(),p=null),(p=new s.Menu({items:d,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:U+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this),beforeOpen:this.whitespaceRemove.bind(this),onClose:function(){e.focusToolBar()},beforeItemRender:this.multipleAxesCheckbox.bind(this)})).isStringTemplate=!0,p.appendTo(i)}},e.prototype.create=function(){var e=this;if(t.select("#"+this.parent.element.id+"chart_menu",this.parent.element)&&this.createChartMenu(),t.select("#"+this.parent.element.id+"export_menu",this.parent.element)){var i=t.select("#"+this.parent.element.id+"export_menu",this.parent.element),a=[{iconCss:"e-export "+y,items:[{text:this.parent.localeObj.getConstant("pdf"),iconCss:"e-pivotview-pdf-export "+y,id:this.parent.element.id+"pdf"},{text:this.parent.localeObj.getConstant("excel"),iconCss:"e-pivotview-excel-export "+y,id:this.parent.element.id+"excel"},{text:this.parent.localeObj.getConstant("csv"),iconCss:"e-pivotview-csv-export "+y,id:this.parent.element.id+"csv"},{text:this.parent.localeObj.getConstant("png"),iconCss:"e-pivotview-png-export "+y,id:this.parent.element.id+"png"},{text:this.parent.localeObj.getConstant("jpeg"),iconCss:"e-pivotview-jpeg-export "+y,id:this.parent.element.id+"jpeg"},{text:this.parent.localeObj.getConstant("svg"),iconCss:"e-pivotview-svg-export "+y,id:this.parent.element.id+"svg"}]}],r=new s.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:U+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this),beforeOpen:this.updateExportMenu.bind(this),onClose:function(){e.focusToolBar()}});r.isStringTemplate=!0,r.appendTo(i)}if(t.select("#"+this.parent.element.id+"subtotal_menu",this.parent.element)){var n=t.select("#"+this.parent.element.id+"subtotal_menu",this.parent.element),a=[{iconCss:"e-sub-total "+y,items:[{text:this.parent.localeObj.getConstant("showSubTotals"),id:this.parent.element.id+"subtotal",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("doNotShowSubTotals"),id:this.parent.element.id+"notsubtotal",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("showSubTotalsRowsOnly"),id:this.parent.element.id+"subtotalrow",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("showSubTotalsColumnsOnly"),id:this.parent.element.id+"subtotalcolumn",iconCss:V+" "+y},{separator:!0},{text:this.parent.localeObj.getConstant("subTotalPosition"),id:this.parent.element.id+"subtotalpositions",iconCss:q+" "+y,items:[{text:this.parent.localeObj.getConstant("auto"),id:this.parent.element.id+"sub-none-position",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("top"),id:this.parent.element.id+"sub-top-position",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("bottom"),id:this.parent.element.id+"sub-bottom-position",iconCss:V+" "+y}]}]}],o=new s.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:U+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this),beforeOpen:this.updateSubtotalSelection.bind(this),onClose:function(){e.focusToolBar()}});o.isStringTemplate=!0,o.appendTo(n)}if(t.select("#"+this.parent.element.id+"grandtotal_menu",this.parent.element)){var d=t.select("#"+this.parent.element.id+"grandtotal_menu",this.parent.element),a=[{iconCss:"e-grand-total "+y,items:[{text:this.parent.localeObj.getConstant("showGrandTotals"),id:this.parent.element.id+"grandtotal",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("doNotShowGrandTotals"),id:this.parent.element.id+"notgrandtotal",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("showGrandTotalsRowsOnly"),id:this.parent.element.id+"grandtotalrow",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("showGrandTotalsColumnsOnly"),id:this.parent.element.id+"grandtotalcolumn",iconCss:V+" "+y},{separator:!0},{text:this.parent.localeObj.getConstant("grandTotalPosition"),id:this.parent.element.id+"grandtotalpositions",iconCss:q+" "+y,items:[{text:this.parent.localeObj.getConstant("top"),id:this.parent.element.id+"top-position",iconCss:V+" "+y},{text:this.parent.localeObj.getConstant("bottom"),id:this.parent.element.id+"bottom-position",iconCss:V+" "+y}]}]}],p=new s.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:U+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this),beforeOpen:this.updateGrandtotalSelection.bind(this),onClose:function(){e.focusToolBar()}});p.isStringTemplate=!0,p.appendTo(d)}if(t.select("#"+this.parent.element.id+"formatting_menu",this.parent.element)){var h=t.select("#"+this.parent.element.id+"formatting_menu",this.parent.element),a=[{iconCss:"e-pivot-format-menu "+y,items:[{text:this.parent.localeObj.getConstant("numberFormatMenu"),iconCss:"e-pivot-number-format-menu "+y,id:this.parent.element.id+"numberFormattingMenu"},{text:this.parent.localeObj.getConstant("conditionalFormattingMenu"),iconCss:"e-pivot-conditional-format-menu "+y,id:this.parent.element.id+"conditionalFormattingMenu"}]}],u=new s.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:U+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this)});u.isStringTemplate=!0,u.appendTo(h)}var c={report:this.parent.getPersistData(),reportName:this.parent.localeObj.getConstant("defaultReport")};if(this.currentReport=this.parent.localeObj.getConstant("defaultReport"),this.parent.trigger("saveReport",c),t.select("#"+this.parent.element.id+"_reportlist",this.parent.element)){var g=t.select("#"+this.parent.element.id+"_reportlist",this.parent.element),m=this.fetchReports(),f=new l.DropDownList({dataSource:m.reportName,width:"150px",popupHeight:"200px",placeholder:""===this.currentReport?this.parent.localeObj.getConstant("reportList"):"",enableRtl:this.parent.enableRtl,locale:this.parent.locale,cssClass:"e-reportlist-drop"+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.reportChange.bind(this),value:this.currentReport});f.isStringTemplate=!0,f.appendTo(g)}this.updateItemElements()},e.prototype.getCurrentReport=function(){var e=this.parent.getPersistData();if("CSV"===this.parent.dataSourceSettings.type&&"Server"!==this.parent.dataSourceSettings.mode){var t=JSON.parse(e);t.dataSourceSettings.dataSource.splice(0,0,this.parent.engineModule.fields),e=JSON.stringify(t)}return e},e.prototype.updateItemElements=function(){for(var e=0,t=[].slice.call(this.toolbar.element.querySelectorAll(".e-toolbar-item"));e<t.length;e++){var i=t[e];i.querySelector("button")?i.querySelector("button").setAttribute("tabindex","0"):i.querySelector(".e-menu.e-menu-parent")&&(i.querySelector(".e-menu.e-menu-parent").setAttribute("tabindex","-1"),i.querySelector(".e-menu-item.e-menu-caret-icon")&&i.querySelector(".e-menu-item.e-menu-caret-icon").setAttribute("tabindex","0"))}},e.prototype.whitespaceRemove=function(e){var t=e.element.querySelector(".e-separator");t&&(t.style.margin="0px")},e.prototype.multipleAxesCheckbox=function(e){var i=this;if(this.parent.element.id+"_multipleAxes"===e.element.id){(a=t.createElement("input",{id:this.parent.element.id+"_checkBox"})).style.display="none",this.parent.element.appendChild(a);r=new h.CheckBox({label:this.parent.localeObj.getConstant("multipleAxes"),cssClass:"e-multipleAxes"+(this.parent.cssClass?" "+this.parent.cssClass:""),checked:this.parent.chartSettings.enableMultipleAxis,change:function(){document.getElementById(i.parent.element.id+"_multipleAxes").click()},enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});e.element.innerText="",r.appendTo(a),["Pie","Funnel","Pyramid","Doughnut","Pareto"].indexOf(this.parent.chartSettings.chartSeries.type)>-1&&!e.element.classList.contains("e-disabled")?(e.element.classList.add("e-disabled"),r.disabled=!0):["Pie","Funnel","Pyramid","Doughnut","Pareto"].indexOf(this.parent.chartSettings.chartSeries.type)<0&&e.element.classList.contains("e-disabled")&&(e.element.classList.remove("e-disabled"),r.disabled=!1);n=this.parent.element.querySelector(".e-checkbox-wrapper.e-multipleAxes");e.element.appendChild(n)}else if(this.parent.element.id+"_showLegend"===e.element.id){var a=t.createElement("input",{id:this.parent.element.id+"_showLegendCheckBox"});a.style.display="none",this.parent.element.appendChild(a);var r=new h.CheckBox({label:this.parent.localeObj.getConstant("showLegend"),checked:this.getLableState(),cssClass:"e-showLegend"+(this.parent.cssClass?" "+this.parent.cssClass:""),change:function(){document.getElementById(i.parent.element.id+"_showLegend").click()},enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer});e.element.innerText="",r.appendTo(a);var n=this.parent.element.querySelector(".e-checkbox-wrapper.e-showLegend");e.element.appendChild(n)}},e.prototype.getLableState=function(){var e=JSON.parse(this.parent.getChartSettings()).chartSettings;return e&&e.legendSettings&&void 0!==e.legendSettings.visible?this.showLableState=e.legendSettings.visible:this.showLableState=!0,this.showLableState},e.prototype.getAllChartItems=function(){return["Line","Column","Area","Bar","StackingColumn","StackingArea","StackingBar","StackingLine","StepLine","StepArea","SplineArea","Scatter","Spline","StackingColumn100","StackingBar100","StackingArea100","StackingLine100","Bubble","Pareto","Polar","Radar","Pie","Pyramid","Funnel","Doughnut"]},e.prototype.updateExportMenu=function(e){var i=[].slice.call(e.element.querySelectorAll("li"));"Table"===this.parent.currentView?(t.addClass(i.slice(3),E),t.removeClass(i.slice(1,3),E)):(t.addClass(i.slice(1,3),E),t.removeClass(i.slice(3),E))},e.prototype.updateSubtotalSelection=function(e){e.parentItem.id!==this.parent.element.id+"subtotalpositions"?(t.select("#"+this.parent.element.id+"subtotal ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"subtotal ."+V,e.element).classList.add(q),t.select("#"+this.parent.element.id+"notsubtotal ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"notsubtotal ."+V,e.element).classList.add(q),t.select("#"+this.parent.element.id+"subtotalrow ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"subtotalrow ."+V,e.element).classList.add(q),t.select("#"+this.parent.element.id+"subtotalcolumn ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"subtotalcolumn ."+V,e.element).classList.add(q),this.parent.dataSourceSettings.showSubTotals&&this.parent.dataSourceSettings.showRowSubTotals&&!this.parent.dataSourceSettings.showColumnSubTotals?t.select("#"+this.parent.element.id+"subtotalrow ."+V,e.element).classList.remove(q):this.parent.dataSourceSettings.showSubTotals&&!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?t.select("#"+this.parent.element.id+"subtotalcolumn ."+V,e.element).classList.remove(q):this.parent.dataSourceSettings.showSubTotals&&this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?t.select("#"+this.parent.element.id+"subtotal ."+V,e.element).classList.remove(q):this.parent.dataSourceSettings.showSubTotals&&(this.parent.dataSourceSettings.showRowSubTotals||this.parent.dataSourceSettings.showColumnSubTotals)||t.select("#"+this.parent.element.id+"notsubtotal ."+V,e.element).classList.remove(q)):(t.select("#"+this.parent.element.id+"sub-none-position ."+V,e.element).classList.add(q),"Auto"===this.parent.dataSourceSettings.subTotalsPosition&&t.select("#"+this.parent.element.id+"sub-none-position ."+V,e.element).classList.remove(q),t.select("#"+this.parent.element.id+"sub-top-position ."+V,e.element).classList.add(q),"Top"===this.parent.dataSourceSettings.subTotalsPosition&&t.select("#"+this.parent.element.id+"sub-top-position ."+V,e.element).classList.remove(q),t.select("#"+this.parent.element.id+"sub-bottom-position ."+V,e.element).classList.add(q),"Bottom"===this.parent.dataSourceSettings.subTotalsPosition&&t.select("#"+this.parent.element.id+"sub-bottom-position ."+V,e.element).classList.remove(q))},e.prototype.updateGrandtotalSelection=function(e){e.parentItem.id!==this.parent.element.id+"grandtotalpositions"?(t.select("#"+this.parent.element.id+"grandtotal ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"grandtotal ."+V,e.element).classList.add(q),t.select("#"+this.parent.element.id+"notgrandtotal ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"notgrandtotal ."+V,e.element).classList.add(q),t.select("#"+this.parent.element.id+"grandtotalrow ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"grandtotalrow ."+V,e.element).classList.add(q),t.select("#"+this.parent.element.id+"grandtotalcolumn ."+V,e.element).classList.contains(q)||t.select("#"+this.parent.element.id+"grandtotalcolumn ."+V,e.element).classList.add(q),this.parent.dataSourceSettings.showGrandTotals&&this.parent.dataSourceSettings.showRowGrandTotals&&!this.parent.dataSourceSettings.showColumnGrandTotals?t.select("#"+this.parent.element.id+"grandtotalrow ."+V,e.element).classList.remove(q):this.parent.dataSourceSettings.showGrandTotals&&!this.parent.dataSourceSettings.showRowGrandTotals&&this.parent.dataSourceSettings.showColumnGrandTotals?t.select("#"+this.parent.element.id+"grandtotalcolumn ."+V,e.element).classList.remove(q):this.parent.dataSourceSettings.showGrandTotals&&this.parent.dataSourceSettings.showRowGrandTotals&&this.parent.dataSourceSettings.showColumnGrandTotals?t.select("#"+this.parent.element.id+"grandtotal ."+V,e.element).classList.remove(q):this.parent.dataSourceSettings.showGrandTotals&&(this.parent.dataSourceSettings.showRowGrandTotals||this.parent.dataSourceSettings.showColumnGrandTotals)||t.select("#"+this.parent.element.id+"notgrandtotal ."+V,e.element).classList.remove(q)):(t.select("#"+this.parent.element.id+"top-position ."+V,e.element).classList.add(q),"Top"===this.parent.dataSourceSettings.grandTotalsPosition&&t.select("#"+this.parent.element.id+"top-position ."+V,e.element).classList.remove(q),t.select("#"+this.parent.element.id+"bottom-position ."+V,e.element).classList.add(q),"Bottom"===this.parent.dataSourceSettings.grandTotalsPosition&&t.select("#"+this.parent.element.id+"bottom-position ."+V,e.element).classList.remove(q))},e.prototype.updateReportList=function(){if(t.select("#"+this.parent.element.id+"_reportlist",this.parent.element)){var e=this.fetchReports(),i=t.getInstance(t.select("#"+this.parent.element.id+"_reportlist",this.parent.element),l.DropDownList);i.dataSource=e.reportName,""===this.currentReport&&i.dataSource.length>0?(i.value=i.dataSource[i.dataSource.length-1],i.text=i.dataSource[i.dataSource.length-1],this.currentReport=i.dataSource[i.dataSource.length-1]):(i.value=this.currentReport,i.text=this.currentReport),i.refresh()}},e.prototype.menuItemClick=function(e){var t,i=this,a={},r=e.item.id===this.parent.element.id+"grid"?"Show table view":e.item.id===this.parent.element.id+"_Column"?J:e.item.id===this.parent.element.id+"_Bar"?J:e.item.id===this.parent.element.id+"_Line"?J:e.item.id===this.parent.element.id+"_Area"?J:e.item.id===this.parent.element.id+"_Scatter"?J:e.item.id===this.parent.element.id+"_Polar"?J:e.item.id===this.parent.element.id+"_ChartMoreOption"?J:e.item.id===this.parent.element.id+"_multipleAxes"?"Multiple Axis":e.item.id===this.parent.element.id+"_showLegend"?"Show legend":e.item.id===this.parent.element.id+"pdf"?"PDF export":e.item.id===this.parent.element.id+"png"?"PNG export":e.item.id===this.parent.element.id+"excel"?"Excel export":e.item.id===this.parent.element.id+"csv"?"CSV export":e.item.id===this.parent.element.id+"jpeg"?"JPEG export":e.item.id===this.parent.element.id+"svg"?"SVG export":e.item.id===this.parent.element.id+"notsubtotal"?"Hide sub-totals":e.item.id===this.parent.element.id+"subtotalrow"?"Show row sub-totals":e.item.id===this.parent.element.id+"subtotalcolumn"?"Show column sub-totals":e.item.id===this.parent.element.id+"subtotal"?"Show sub-totals":e.item.id===this.parent.element.id+"notgrandtotal"?"Hide grand totals":e.item.id===this.parent.element.id+"grandtotalrow"?"Show row grand totals":e.item.id===this.parent.element.id+"grandtotalcolumn"?"Show column grand totals":e.item.id===this.parent.element.id+"grandtotal"?"Show grand totals":e.item.id===this.parent.element.id+"numberFormattingMenu"?"Number Formatting menu":e.item.id===this.parent.element.id+"conditionalFormattingMenu"?"Conditional Formatting menu":"";if(this.parent.actionObj.actionName=r,!this.parent.actionBeginMethod()){(this.getAllChartItems().indexOf(e.item.id.split(this.parent.element.id+"_")[1])>-1||"ChartMoreOption"===e.item.id.split(this.parent.element.id+"_")[1]||"multipleAxes"===e.item.id.split(this.parent.element.id+"_")[1]||"showLegend"===e.item.id.split(this.parent.element.id+"_")[1])&&(t=e.item.id.split(this.parent.element.id+"_")[1]);try{switch(e.item.id){case this.parent.element.id+"grid":if(this.parent.grid&&this.parent.chart){this.parent.grid.element.style.display="",this.parent.chart.element.style.display="none",this.parent.chartSettings.enableMultipleAxis&&this.parent.chartSettings.enableScrollOnMultiAxis&&(this.parent.element.querySelector(".e-pivotchart").style.display="none"),this.parent.currentView="Table",this.parent.setProperties({displayOption:{primary:"Table"}},!0),this.parent.showGroupingBar&&this.parent.groupingBarModule&&(this.parent.element.querySelector(".e-pivot-grouping-bar")&&(this.parent.element.querySelector(".e-pivot-grouping-bar").style.display=""),this.parent.element.querySelector(".e-chart-grouping-bar")&&(this.parent.element.querySelector(".e-chart-grouping-bar").style.display="none"));var n={toolbarInfo:{displayOption:this.parent.displayOption,gridSettings:this.parent.gridSettings}};this.parent.actionObj.actionInfo=n,this.parent.layoutRefresh()}break;case this.parent.element.id+"pdf":"Table"===this.parent.currentView?this.parent.pdfExport({fileName:"Export.pdf"},!1,void 0,!1):this.parent.chartExport("PDF",{fileName:"result"},void 0,null,void 0);break;case this.parent.element.id+"excel":a={excelExportProperties:{fileName:"Export.xlsx"},isBlob:void 0,isMultipleExport:void 0,workbook:void 0},this.parent.trigger("beforeExport",a,function(e){i.parent.excelExport(e.excelExportProperties,e.isMultipleExport,e.workbook,e.isBlob)});break;case this.parent.element.id+"csv":a={excelExportProperties:{fileName:"Export.csv"},isBlob:!1,isMultipleExport:!1,workbook:void 0},this.parent.trigger("beforeExport",a,function(e){"Server"===i.parent.dataSourceSettings.mode?i.parent.getEngine("onCsvExport",null,null,null,null,null,null,null,null,e.excelExportProperties):i.parent.csvExport(e.excelExportProperties,e.isMultipleExport,e.workbook,e.isBlob)});break;case this.parent.element.id+"png":this.parent.chartExport("PNG",{fileName:"result"},void 0,null,void 0);break;case this.parent.element.id+"jpeg":this.parent.chartExport("JPEG",{fileName:"result"},void 0,null,void 0);break;case this.parent.element.id+"svg":this.parent.chartExport("SVG",{fileName:"result"},void 0,null,void 0);break;case this.parent.element.id+"notsubtotal":this.parent.setProperties({dataSourceSettings:{showSubTotals:!1,showColumnSubTotals:!1,showRowSubTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"subtotalrow":this.parent.setProperties({dataSourceSettings:{showSubTotals:!0,showColumnSubTotals:!1,showRowSubTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"subtotalcolumn":this.parent.setProperties({dataSourceSettings:{showSubTotals:!0,showColumnSubTotals:!0,showRowSubTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"subtotal":this.parent.setProperties({dataSourceSettings:{showSubTotals:!0,showColumnSubTotals:!0,showRowSubTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"notgrandtotal":this.parent.setProperties({dataSourceSettings:{showGrandTotals:!1,showColumnGrandTotals:!1,showRowGrandTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"grandtotalrow":this.parent.setProperties({dataSourceSettings:{showGrandTotals:!0,showColumnGrandTotals:!1,showRowGrandTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"grandtotalcolumn":this.parent.setProperties({dataSourceSettings:{showGrandTotals:!0,showColumnGrandTotals:!0,showRowGrandTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"grandtotal":this.parent.setProperties({dataSourceSettings:{showGrandTotals:!0,showColumnGrandTotals:!0,showRowGrandTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"top-position":this.parent.setProperties({dataSourceSettings:{grandTotalsPosition:"Top"}},!0),this.parent.refreshData();break;case this.parent.element.id+"bottom-position":this.parent.setProperties({dataSourceSettings:{grandTotalsPosition:"Bottom"}},!0),this.parent.refreshData();break;case this.parent.element.id+"sub-top-position":this.parent.setProperties({dataSourceSettings:{subTotalsPosition:"Top"}},!0),this.parent.refreshData();break;case this.parent.element.id+"sub-bottom-position":this.parent.setProperties({dataSourceSettings:{subTotalsPosition:"Bottom"}},!0),this.parent.refreshData();break;case this.parent.element.id+"sub-none-position":this.parent.setProperties({dataSourceSettings:{subTotalsPosition:"Auto"}},!0),this.parent.refreshData();break;case this.parent.element.id+"numberFormattingMenu":this.parent.numberFormattingModule&&this.parent.numberFormattingModule.showNumberFormattingDialog();break;case this.parent.element.id+"conditionalFormattingMenu":this.parent.conditionalFormattingModule&&this.parent.conditionalFormattingModule.showConditionalFormattingDialog();break;case this.parent.element.id+"_"+t:e.item&&e.item.text&&("ChartMoreOption"===t?this.createChartTypeDialog():"multipleAxes"===t?(this.parent.chartSettings.enableScrollOnMultiAxis&&(this.isMultiAxisChange=!0),this.parent.chartSettings.enableMultipleAxis=!this.parent.chartSettings.enableMultipleAxis,this.updateChartType(this.parent.chartSettings.chartSeries.type,!0)):this.getAllChartItems().indexOf(t)>-1?this.updateChartType(t,!1):"showLegend"===t&&(this.parent.chart.legendSettings.visible=!this.showLableState,this.parent.chartSettings.legendSettings?this.parent.chartSettings.legendSettings.visible=!this.showLableState:this.parent.setProperties({chartSettings:{legendSettings:{visible:!this.showLableState}}},!0),this.updateChartType(this.parent.chartSettings.chartSeries.type,!0)))}}catch(e){this.parent.actionFailureMethod(e)}}},e.prototype.addEventListener=function(){this.parent.isDestroyed||this.parent.on("init-toolbar",this.createToolbar,this)},e.prototype.getValidChartType=function(){for(var e=[],t=0;t<=this.parent.chartTypes.length;t++){var i=this.parent.chartTypes[t];this.getAllChartItems().indexOf(i)>-1&&e.indexOf(i)<0&&e.push(i)}return e},e.prototype.createChartTypeDialog=function(){var e=this,i=this.parent.element.appendChild(t.createElement("div",{id:this.parent.element.id+"_ChartTypeDialog",className:"e-pivotchart-type-dialog"})),a=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!0,header:this.parent.localeObj.getConstant("chartTypeSettings"),content:this.getDialogContent(),isModal:!0,beforeOpen:this.beforeOpen.bind(this),visible:!0,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"auto",height:"auto",position:{X:"center",Y:"center"},buttons:[{click:function(){e.chartTypeDialogUpdate()},isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("ok"),isPrimary:!0}},{click:function(){e.removeDialog()},isFlat:!1,buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}}],closeOnEscape:!0,target:this.parent.element,cssClass:this.parent.cssClass,close:this.removeDialog.bind(this)});a.isStringTemplate=!0,a.appendTo(i)},e.prototype.chartTypeDialogUpdate=function(){var e=t.getInstance(t.select("#"+this.parent.element.id+"_ChartTypeOption"),l.DropDownList).value,i=t.getInstance(t.select("#"+this.parent.element.id+"_DialogMultipleAxis"),h.CheckBox).checked,a=t.getInstance(t.select("#"+this.parent.element.id+"_DialogShowLabel"),h.CheckBox).checked;this.parent.chart.legendSettings.visible=a,this.chartLableState&&(this.parent.chart.legendSettings.visible=a,this.parent.chartSettings.legendSettings?this.parent.chartSettings.legendSettings.visible=a:this.parent.setProperties({chartSettings:{legendSettings:{visible:a}}},!0)),this.updateChartType(e,!1),this.parent.chartSettings.enableMultipleAxis=i,this.parent.chartSettings.multipleAxisMode=t.getInstance(t.select("#"+this.parent.element.id+"_AxisModeOption"),l.DropDownList).value,(t.select("#"+this.parent.element.id+"_ChartTypeDialog",document)?t.getInstance(t.select("#"+this.parent.element.id+"_ChartTypeDialog",document),r.Dialog):null).close()},e.prototype.updateChartType=function(e,i){if(this.getAllChartItems().indexOf(e)>-1&&this.parent.chart){this.parent.currentView="Chart",this.parent.setProperties({displayOption:{primary:"Chart"}},!0),this.parent.chartSettings.enableScrollOnMultiAxis&&this.parent.chartSettings.enableMultipleAxis&&(this.parent.element.querySelector("."+H).style.width=t.formatUnit(this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber()),this.parent.element.querySelector("."+H).style.height=t.formatUnit(this.parent.pivotChartModule.getChartHeight())),this.parent.chart.setProperties({width:t.formatUnit(this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber()),height:t.formatUnit(this.parent.pivotChartModule.getChartHeight())},!0),this.parent.chartSettings.chartSeries.type=e;var a={toolbarInfo:{displayOption:this.parent.displayOption,chartSettings:this.parent.chartSettings}};this.parent.actionObj.actionInfo=a,this.parent.chartSettings.chartSeries.type!==e||i||this.parent.chart.refresh()}},e.prototype.getDialogContent=function(){var e=t.createElement("div",{className:"e-chart-type-div-content"}),i=t.createElement("div",{className:"e-chart-type-option-container"}),a=t.createElement("div",{className:"e-multiple-axes-mode-container"}),r=t.createElement("div",{className:"e-chart-type-option-text"});r.innerText=this.parent.localeObj.getConstant("ChartType");var n=t.createElement("div",{className:"e-multiple-axes-mode-text"});n.innerText=this.parent.localeObj.getConstant("multipleAxisMode");var s=t.createElement("div",{id:this.parent.element.id+"_ChartTypeOption"}),o=t.createElement("div",{id:this.parent.element.id+"_AxisModeOption"});i.appendChild(r),i.appendChild(s);for(var d=[],p=[{value:"Stacked",text:this.parent.localeObj.getConstant("stacked")},{value:"Single",text:this.parent.localeObj.getConstant("single")},{value:"Combined",text:this.parent.localeObj.getConstant("combined")}],h=this.getValidChartType(),u=0;u<h.length;u++)d.push({value:h[u],text:this.parent.localeObj.getConstant(h[u].toLowerCase())});var c=new l.DropDownList({dataSource:d,enableRtl:this.parent.enableRtl,locale:this.parent.locale,fields:{value:"value",text:"text"},value:this.parent.chartSettings.chartSeries.type?this.parent.chartSettings.chartSeries.type:this.getValidChartType()[0],width:"100%",change:this.changeDropDown.bind(this),cssClass:this.parent.cssClass});c.isStringTemplate=!0,c.appendTo(s),e.appendChild(i);var g=t.createElement("input",{id:this.parent.element.id+"_DialogMultipleAxis",attrs:{type:"checkbox"}});e.appendChild(g);var m=t.createElement("input",{id:this.parent.element.id+"_DialogShowLabel",attrs:{type:"checkbox"}});e.appendChild(m),a.appendChild(n),a.appendChild(o),e.appendChild(a);var f=new l.DropDownList({dataSource:p,enableRtl:this.parent.enableRtl,locale:this.parent.locale,fields:{value:"value",text:"text"},value:this.parent.chartSettings.multipleAxisMode?this.parent.chartSettings.multipleAxisMode:"Stacked",width:"100%",enabled:this.parent.chartSettings.enableMultipleAxis,cssClass:this.parent.cssClass});return f.isStringTemplate=!0,f.appendTo(o),e},e.prototype.changeDropDown=function(e){var i=JSON.parse(this.parent.getChartSettings()).chartSettings;if(i&&i.legendSettings&&void 0!==i.legendSettings.visible||(t.getInstance(t.select("#"+this.parent.element.id+"_DialogShowLabel"),h.CheckBox).checked=!0),["Pie","Funnel","Pyramid","Doughnut","Pareto"].indexOf(e.value.toString())>-1)t.getInstance(t.select("#"+this.parent.element.id+"_DialogMultipleAxis"),h.CheckBox).disabled=!0,t.getInstance(t.select("#"+this.parent.element.id+"_AxisModeOption"),l.DropDownList).enabled=!1;else{var a=t.getInstance(t.select("#"+this.parent.element.id+"_DialogMultipleAxis"),h.CheckBox);a.disabled=!1,t.getInstance(t.select("#"+this.parent.element.id+"_AxisModeOption"),l.DropDownList).enabled=a.checked}},e.prototype.beforeOpen=function(){var e=this,i=new h.CheckBox({label:this.parent.localeObj.getConstant("multipleAxes"),cssClass:"e-dialog-multiple-axis"+(this.parent.cssClass?" "+this.parent.cssClass:""),checked:!!this.parent.chartSettings.enableMultipleAxis&&this.parent.chartSettings.enableMultipleAxis,change:function(i){t.getInstance(t.select("#"+e.parent.element.id+"_AxisModeOption"),l.DropDownList).enabled=i.checked},enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer}),a=new h.CheckBox({label:this.parent.localeObj.getConstant("showLegend"),checked:this.getLableState(),change:function(){e.chartLableState=!0},cssClass:"e-dialog-show-legend"+(this.parent.cssClass?" "+this.parent.cssClass:""),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer}),n=t.select("#"+this.parent.element.id+"_ChartTypeDialog",document)?t.getInstance(t.select("#"+this.parent.element.id+"_ChartTypeDialog",document),r.Dialog):null;a.appendTo(t.select("#"+this.parent.element.id+"_DialogShowLabel",n.element)),i.appendTo(t.select("#"+this.parent.element.id+"_DialogMultipleAxis",n.element)),["Pie","Funnel","Pyramid","Doughnut","Pareto"].indexOf(this.parent.chartSettings.chartSeries.type)>-1&&(i.disabled=!0,t.getInstance(t.select("#"+this.parent.element.id+"_AxisModeOption"),l.DropDownList).enabled=!1);var s=JSON.parse(this.parent.getChartSettings()).chartSettings;s&&s.legendSettings&&void 0!==s.legendSettings.visible?this.chartLableState=!0:this.chartLableState=!1},e.prototype.refreshToolbar=function(){this.destroy(),this.createToolbar()},e.prototype.removeEventListener=function(){this.parent.isDestroyed||this.parent.off("init-toolbar",this.createToolbar)},e.prototype.destroy=function(){this.removeEventListener();var e=t.select("#"+this.parent.element.id+"_ConfirmDialog",document),i=e?t.getInstance(e,r.Dialog):null;i&&!i.isDestroyed&&(i.destroy(),i=null);var a=(e=t.select("#"+this.parent.element.id+"report-dialog",document))?t.getInstance(e,r.Dialog):null;a&&!a.isDestroyed&&(a.destroy(),a=null);var n=(e=t.select("#"+this.parent.element.id+"mdx-dialog",document))?t.getInstance(e,r.Dialog):null;n&&!n.isDestroyed&&(n.destroy(),n=null);var s=(e=t.select("#"+this.parent.element.id+"_ChartTypeDialog",document))?t.getInstance(e,r.Dialog):null;s&&!s.isDestroyed&&(s.destroy(),s=null),this.destroyToolbarComponents(),this.toolbar&&!this.toolbar.isDestroyed&&(this.toolbar.destroy(),this.toolbar=null),(e=t.select("#"+this.parent.element.id+"pivot-toolbar",document))&&t.remove(e),this.dropArgs=null,this.newArgs=null,this.currentReport=null},e.prototype.destroyToolbarComponents=function(){["#"+this.parent.element.id+"chart_menu","#"+this.parent.element.id+"export_menu","#"+this.parent.element.id+"subtotal_menu","#"+this.parent.element.id+"grandtotal_menu","#"+this.parent.element.id+"formatting_menu"].forEach(function(e){var i=t.select(e,document);if(i){var a=t.getInstance(i,s.Menu);a&&!a.isDestroyed&&a.destroy()}});var e=t.select("#"+this.parent.element.id+"_reportlist",document);if(e){var i=t.getInstance(e,l.DropDownList);i&&!i.isDestroyed&&i.destroy()}var a=t.select("#"+this.parent.element.id+"_ChartTypeOption",document);if(a){var r=t.getInstance(a,l.DropDownList);r&&!r.isDestroyed&&r.destroy()}var n=t.select("#"+this.parent.element.id+"_AxisModeOption",document);if(n){var o=t.getInstance(n,l.DropDownList);o&&!o.isDestroyed&&o.destroy()}["#"+this.parent.element.id+"_DialogMultipleAxis","#"+this.parent.element.id+"_DialogShowLabel","#"+this.parent.element.id+"_checkBox"].forEach(function(e){var i=t.select(e,document);if(i){var a=t.getInstance(i,h.CheckBox);a&&!a.isDestroyed&&a.destroy()}})},e.prototype.removeDialog=function(){var e=t.select("#"+this.parent.element.id+"_ChartTypeDialog",this.parent.element)?t.getInstance(t.select("#"+this.parent.element.id+"_ChartTypeDialog",this.parent.element),r.Dialog):null;if(e&&!e.isDestroyed){var i=t.select("#"+this.parent.element.id+"_ChartTypeOption",e.element)?t.getInstance(t.select("#"+this.parent.element.id+"_ChartTypeOption",e.element),l.DropDownList):null;i&&!i.isDestroyed&&i.destroy();var a=t.select("#"+this.parent.element.id+"_AxisModeOption",e.element)?t.getInstance(t.select("#"+this.parent.element.id+"_AxisModeOption",e.element),l.DropDownList):null;a&&!a.isDestroyed&&a.destroy();var n=t.select("#"+this.parent.element.id+"_DialogMultipleAxis",e.element)?t.getInstance(t.select("#"+this.parent.element.id+"_DialogMultipleAxis",e.element),h.CheckBox):null;n&&!n.isDestroyed&&n.destroy();var s=t.select("#"+this.parent.element.id+"_DialogShowLabel",e.element)?t.getInstance(t.select("#"+this.parent.element.id+"_DialogShowLabel",e.element),h.CheckBox):null;s&&!s.isDestroyed&&s.destroy(),e.destroy()}document.getElementById(this.parent.element.id+"_ChartTypeDialog")&&t.remove(document.getElementById(this.parent.element.id+"_ChartTypeDialog"))},e.prototype.focusToolBar=function(){t.removeClass(document.querySelector("."+j).querySelectorAll(".e-menu-item.e-focused"),"e-focused"),t.removeClass(document.querySelector("."+j).querySelectorAll(".e-menu-item.e-selected"),"e-selected"),document.querySelector(".e-toolbar-items")&&t.addClass([document.querySelector(".e-toolbar-items")],"e-focused")},e}(),oi=function(){function e(e){this.parent=e,this.parent.numberFormattingModule=this,this.removeEventListener(),this.addEventListener(),this.newFormat=[],this.lastFormattedValue=[]}return e.prototype.getModuleName=function(){return"numberFormatting"},e.prototype.showNumberFormattingDialog=function(){var e=this,i=t.createElement("div",{id:this.parent.element.id+"_FormatDialog",className:"e-pivot-format-dialog"});this.parent.element.appendChild(i),this.dialog=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!0,header:this.parent.localeObj.getConstant("numberFormat"),content:this.getDialogContent(),isModal:!0,visible:!0,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:"320px",height:"auto",position:{X:"center",Y:"center"},buttons:[{click:this.updateFormatting.bind(this),isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("apply"),isPrimary:!0}},{click:function(){e.dialog.hide()},isFlat:!1,buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}}],closeOnEscape:!0,cssClass:this.parent.cssClass,target:this.parent.element,close:this.removeDialog.bind(this)}),this.dialog.isStringTemplate=!0,this.dialog.appendTo(i),this.dialog.element.querySelector(".e-dlg-header").innerText=this.parent.localeObj.getConstant("numberFormat");var a;this.newFormat=[{name:this.parent.localeObj.getConstant("AllValues"),format:"N0",useGrouping:!0,type:void 0}];for(var n=[],s=0;s<this.parent.dataSourceSettings.formatSettings.length;s++)a={name:this.parent.dataSourceSettings.formatSettings[s].name,format:this.parent.dataSourceSettings.formatSettings[s].format,useGrouping:this.parent.dataSourceSettings.formatSettings[s].useGrouping,type:this.parent.dataSourceSettings.formatSettings[s].type},this.newFormat.push(a);for(s=0;s<this.newFormat.length;s++)n.push(this.newFormat[s].name);for(var o=0;o<this.parent.dataSourceSettings.values.length;o++)-1===n.indexOf(this.parent.dataSourceSettings.values[o].name)&&(a={name:this.parent.dataSourceSettings.values[o].name,format:"N0",useGrouping:!0},this.newFormat.push(a));this.renderControls()},e.prototype.getDialogContent=function(){var e=t.createElement("div",{id:this.parent.element.id+"_FormatDialogOuter",className:"e-pivot-format-dialog-outer"}),i=t.createElement("table",{id:this.parent.element.id+"_FormatTable",className:"e-pivot-format-table",attrs:{role:"tableItems"}}),a=t.createElement("tr"),r=t.createElement("td"),n=t.createElement("div",{id:this.parent.element.id+"_FormatValueLable",className:"e-pivot-format-value-lable"});n.innerText=this.parent.localeObj.getConstant("values");var s=t.createElement("div",{id:this.parent.element.id+"_FormatValueDrop"});r.appendChild(n),r.appendChild(s),a.appendChild(r),i.appendChild(a),a=t.createElement("tr"),r=t.createElement("td");var o=t.createElement("div",{id:this.parent.element.id+"_FormatLable",className:"e-pivot-format-lable"});o.innerText=this.parent.localeObj.getConstant("formatType");var l=t.createElement("div",{id:this.parent.element.id+"_FormatDrop"});r.appendChild(o),r.appendChild(l),a.appendChild(r),i.appendChild(a),a=t.createElement("tr"),r=t.createElement("td");var d=t.createElement("div",{id:this.parent.element.id+"_GroupingLable",className:"e-pivot-format-grouping-lable"});d.innerText=this.parent.localeObj.getConstant("grouping");var p=t.createElement("div",{id:this.parent.element.id+"_GroupingDrop"});r.appendChild(d),r.appendChild(p),a.appendChild(r),i.appendChild(a),a=t.createElement("tr"),r=t.createElement("td");var h=t.createElement("div",{id:this.parent.element.id+"_DecimalLable",className:"e-pivot-format-decimal-lable"});h.innerText=this.parent.localeObj.getConstant("decimalPlaces");var u=t.createElement("div",{id:this.parent.element.id+"_DecimalDrop"});return r.appendChild(h),r.appendChild(u),a.appendChild(r),i.appendChild(a),a=t.createElement("tr"),r=t.createElement("td"),this.customLable=t.createElement("div",{id:this.parent.element.id+"_CustomLable",className:"e-pivot-format-custom-lable"}),this.customLable.innerText=this.parent.localeObj.getConstant("customFormatString"),this.customText=t.createElement("input",{id:this.parent.element.id+"_CustomText",attrs:{type:"text",tabindex:"0"},className:"e-input e-pivot-format-custom-text"}),r.appendChild(this.customLable),r.appendChild(this.customText),a.appendChild(r),i.appendChild(a),a=t.createElement("tr"),i.appendChild(a),e.appendChild(i),e},e.prototype.renderControls=function(){var e,i,a;if(t.select("#"+this.parent.element.id+"_FormatValueDrop",this.dialog.element)){var r=[];r.push({index:0,name:this.parent.localeObj.getConstant("AllValues"),field:this.parent.localeObj.getConstant("AllValues")});for(var n=0;n<this.parent.dataSourceSettings.values.length;n++){var s=this.parent.dataSourceSettings.values[n].caption||this.parent.dataSourceSettings.values[n].name;s=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(s):s,r.push({index:n+1,name:s,field:this.parent.dataSourceSettings.values[n].name})}(e=new l.DropDownList({dataSource:r,fields:{text:"name",value:"field"},enableRtl:this.parent.enableRtl,locale:this.parent.locale,index:0,cssClass:"e-pivot-format-value-drop"+(this.parent.cssClass?" "+this.parent.cssClass:""),change:this.valueChange.bind(this),width:"100%",open:this.customUpdate.bind(this)})).isStringTemplate=!0,e.appendTo(t.select("#"+this.parent.element.id+"_FormatValueDrop",this.dialog.element))}if(t.select("#"+this.parent.element.id+"_FormatDrop",this.dialog.element)){o=[{index:0,name:this.parent.localeObj.getConstant("number")},{index:1,name:this.parent.localeObj.getConstant("currency")},{index:2,name:this.parent.localeObj.getConstant("percentage")},{index:3,name:this.parent.localeObj.getConstant("Custom")}];(i=new l.DropDownList({dataSource:o,fields:{text:"name",value:"name"},index:0,change:this.dropDownChange.bind(this),enableRtl:this.parent.enableRtl,locale:this.parent.locale,cssClass:"e-pivot-format-drop"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%"})).isStringTemplate=!0,i.appendTo(t.select("#"+this.parent.element.id+"_FormatDrop",this.dialog.element))}if(t.select("#"+this.parent.element.id+"_GroupingDrop",this.dialog.element)){o=[{index:0,name:this.parent.localeObj.getConstant("true")},{index:1,name:this.parent.localeObj.getConstant("false")}];(a=new l.DropDownList({dataSource:o,fields:{text:"name",value:"name"},enableRtl:this.parent.enableRtl,locale:this.parent.locale,index:0,cssClass:"e-pivot-format-grouping-drop"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:this.groupingChange.bind(this)})).isStringTemplate=!0,a.appendTo(t.select("#"+this.parent.element.id+"_GroupingDrop",this.dialog.element))}if(t.select("#"+this.parent.element.id+"_DecimalDrop",this.dialog.element)){var o=[{index:0,name:0},{index:1,name:1},{index:2,name:2},{index:3,name:3},{index:4,name:4},{index:5,name:5},{index:6,name:6},{index:7,name:7},{index:8,name:8},{index:9,name:9},{index:10,name:10}],d=new l.DropDownList({dataSource:o,fields:{text:"name",value:"name"},enableRtl:this.parent.enableRtl,locale:this.parent.locale,index:0,cssClass:"e-pivot-format-decimal-drop"+(this.parent.cssClass?" "+this.parent.cssClass:""),popupHeight:150,width:"100%",change:this.decimalChange.bind(this)});d.isStringTemplate=!0,d.appendTo(t.select("#"+this.parent.element.id+"_DecimalDrop",this.dialog.element))}if(i.value!==this.parent.localeObj.getConstant("Custom")&&(this.customText.disabled=!0),0!==this.lastFormattedValue.length){e.value=this.lastFormattedValue[0].name;var p=this.lastFormattedValue[0].format,h=""===p?"":p.split("")[0].toLowerCase(),u=this.lastFormattedValue[0].useGrouping?this.parent.localeObj.getConstant("true"):this.parent.localeObj.getConstant("false");this.updateFormattingDialog(p,h,u)}},e.prototype.valueChange=function(e){for(var i=this.newFormat,a=!1,r=0;r<i.length;r++)if(i[r].name===e.value){var n=i[r].format,s=""===n?"":n.split("")[0].toLowerCase(),o=i[r].useGrouping?this.parent.localeObj.getConstant("true"):this.parent.localeObj.getConstant("false");this.updateFormattingDialog(n,s,o),a=!0;break}a||(t.getInstance(t.select("#"+this.parent.element.id+"_FormatDrop",this.parent.element),l.DropDownList).value=this.parent.localeObj.getConstant("number"),t.getInstance(t.select("#"+this.parent.element.id+"_DecimalDrop",this.parent.element),l.DropDownList).value=0,t.getInstance(t.select("#"+this.parent.element.id+"_GroupingDrop",this.parent.element),l.DropDownList).value=this.parent.localeObj.getConstant("true"))},e.prototype.updateFormattingDialog=function(e,i,a){var r=t.getInstance(t.select("#"+this.parent.element.id+"_FormatDrop",this.parent.element),l.DropDownList);2===e.length&&["n","p","c"].indexOf(i)>-1?(r.value="n"===i?this.parent.localeObj.getConstant("number"):"p"===i?this.parent.localeObj.getConstant("percentage"):"c"===i?this.parent.localeObj.getConstant("currency"):this.parent.localeObj.getConstant("number"),t.getInstance(t.select("#"+this.parent.element.id+"_DecimalDrop",this.parent.element),l.DropDownList).value=Number(e.split("")[1]),t.getInstance(t.select("#"+this.parent.element.id+"_GroupingDrop",this.parent.element),l.DropDownList).value=a):(r.value=this.parent.localeObj.getConstant("Custom"),this.customText.value=e)},e.prototype.customUpdate=function(){if(t.getInstance(t.select("#"+this.parent.element.id+"_FormatDrop",this.parent.element),l.DropDownList).value===this.parent.localeObj.getConstant("Custom")){var e=this.getIndexValue();this.newFormat[e].format=this.customText.value}},e.prototype.dropDownChange=function(e){var i=this.getIndexValue(),a=t.getInstance(t.select("#"+this.parent.element.id+"_GroupingDrop",this.parent.element),l.DropDownList),r=t.getInstance(t.select("#"+this.parent.element.id+"_DecimalDrop",this.parent.element),l.DropDownList);if(e.value===this.parent.localeObj.getConstant("Custom"))this.customText.disabled=!1,a.enabled=!1,r.enabled=!1,this.newFormat[i].format=this.customText.value;else{var n=this.formattedText();this.newFormat[i].format=n,this.customText.disabled=!0,a.enabled=!0,r.enabled=!0,this.customText.value=""}},e.prototype.groupingChange=function(){var e=this.getIndexValue(),i=t.getInstance(t.select("#"+this.parent.element.id+"_GroupingDrop",this.parent.element),l.DropDownList);this.newFormat[e].useGrouping=i.value===this.parent.localeObj.getConstant("true")},e.prototype.getIndexValue=function(){for(var e=[],i=0;i<this.newFormat.length;i++)e.push(this.newFormat[i].name);var a=t.getInstance(t.select("#"+this.parent.element.id+"_FormatValueDrop",this.parent.element),l.DropDownList);return e.indexOf(a.value.toString())},e.prototype.decimalChange=function(){var e=this.getIndexValue(),t=this.formattedText();this.newFormat[e].format=t},e.prototype.formattedText=function(){var e,i=t.getInstance(t.select("#"+this.parent.element.id+"_FormatDrop",this.parent.element),l.DropDownList),a=t.getInstance(t.select("#"+this.parent.element.id+"_DecimalDrop",this.parent.element),l.DropDownList);return i.value===this.parent.localeObj.getConstant("number")||i.value===this.parent.localeObj.getConstant("percentage")||i.value===this.parent.localeObj.getConstant("currency")?(e=i.value===this.parent.localeObj.getConstant("number")?"N":i.value===this.parent.localeObj.getConstant("currency")?"C":"P",e+=a.value):e=this.customText.value},e.prototype.removeDialog=function(){this.dialog&&!this.dialog.isDestroyed&&this.dialog.destroy(),document.getElementById(this.parent.element.id+"_FormatDialog")&&t.remove(document.getElementById(this.parent.element.id+"_FormatDialog"))},e.prototype.updateFormatting=function(){var e=this,i=this.formattedText(),a=this.getIndexValue();this.newFormat=this.newFormat.splice(a,1);for(var r=t.extend([],this.newFormat,!0),n=this.parent.dataSourceSettings.formatSettings,s=0;s<n.length;s++)this.insertFormat(n[s].name,n[s].format,n[s].type,n[s].currency,n[s].useGrouping);var o=t.getInstance(t.select("#"+this.parent.element.id+"_FormatValueDrop",this.parent.element),l.DropDownList);if(o.value===this.parent.localeObj.getConstant("AllValues"))for(s=0;s<this.parent.dataSourceSettings.values.length;s++)this.insertFormat(this.parent.dataSourceSettings.values[s].name,i);else this.insertFormat(o.value.toString(),i);var d={formatSettings:B.cloneFormatSettings(this.newFormat),formatName:o.value.toString(),cancel:!1};this.parent.trigger("numberFormatting",d,function(t){if(t.cancel)e.dialog.close(),e.parent.setProperties({dataSourceSettings:{formatSettings:r}},!0);else{if("olap"===e.parent.dataType)for(var i=0;i<t.formatSettings.length;i++)!function(i){var a=B.getFieldInfo(t.formatSettings[i].name,e.parent);e.parent.dataSourceSettings.calculatedFieldSettings.forEach(function(e){e.name===a.fieldName&&(e.formatString=t.formatSettings[i].format)})}(i);e.parent.setProperties({dataSourceSettings:{formatSettings:t.formatSettings}},!0);var a={numberFormattingInfo:e.parent.dataSourceSettings.formatSettings};e.parent.actionObj.actionInfo=a;try{e.parent.updateDataSource(),e.dialog.close()}catch(t){e.parent.setProperties({dataSourceSettings:{formatSettings:r}},!0),e.parent.pivotCommon.errorDialog.createErrorDialog(e.parent.localeObj.getConstant("error"),e.parent.localeObj.getConstant("invalidFormat")),e.parent.hideWaitingPopup()}}})},e.prototype.insertFormat=function(e,i,a,r,n){for(var s=!1,o=t.getInstance(t.select("#"+this.parent.element.id+"_GroupingDrop",this.parent.element),l.DropDownList),d={name:e,format:i,useGrouping:t.isNullOrUndefined(n)?o.value===this.parent.localeObj.getConstant("true"):n,type:a,currency:r},p=this.newFormat,h=0;h<p.length;h++)p[h].name===e&&(p[h]=d,s=!0);s||p.push(d),this.lastFormattedValue=[],this.lastFormattedValue.push(d)},e.prototype.addEventListener=function(){this.parent.isDestroyed||this.parent.on("init-formatting",this.showNumberFormattingDialog,this)},e.prototype.removeEventListener=function(){this.parent.isDestroyed||this.parent.off("init-formatting",this.showNumberFormattingDialog)},e.prototype.destroy=function(){this.dialog&&!this.dialog.isDestroyed&&(this.dialog.destroy(),this.dialog=null),this.removeEventListener()},e}(),li=function(){function e(e){this.dateGroup=/_date_group_years|_date_group_quarters|_date_group_quarterYear|_date_group_months|_date_group_days|_date_group_hours|_date_group_minutes|_date_group_seconds/g,this.parent=e,this.parent.groupingModule=this,this.addEventListener()}return e.prototype.getModuleName=function(){return"grouping"},e.prototype.render=function(e){var t=e.target,i=e.option,a=e.parentElement,r=[];this.parentElement=a,this.isUpdate=!1;var n=parseInt(t.getAttribute("aria-colindex"),10)-1,s=Number(t.getAttribute("index")),o=this.parent.engineModule.pivotValues[s][n],l=o.valueSort.axis.toString();(r=this.getSelectedCells(o.axis,l,o.actualText.toString())).push({axis:o.axis,fieldName:l,name:o.actualText.toString(),cellInfo:o}),-1!==i.replace(a.id,"").indexOf("_custom_group")?this.createGroupSettings(l,r):this.updateUnGroupSettings(l,r)},e.prototype.getSelectedOptions=function(e){for(var t=[],i=0,a=e;i<a.length;i++){var r=a[i];-1===B.inArray(r.name,t)&&t.push(r.name)}return t},e.prototype.createGroupSettings=function(e,t){var i=this.parent.engineModule.fieldList[e],a=this.getGroupSettings(e);if(t.length>0){var r=void 0,n=!1;if(i.isCustomField)if(a)a&&"Custom"===a.type?1===t.length?n=!0:(n=!1,r="custom"):a&&"Number"===a.type&&(n=!1,r="number");else{var s=this.getGroupSettings(e.replace(this.dateGroup,"")),o=this.getGroupSettings(e.replace(/_custom_group/g,""));s?(n=!1,r="date",e=e.replace(this.dateGroup,"")):o&&(n=1===t.length,r="custom")}else a?"Number"===a.type||"Date"===a.type?(n=!1,r="Date"===a.type?"date":"number"):"Custom"===a.type&&(n=1===t.length,r="custom"):"number"===i.type||-1!==["datetime","date"].indexOf(i.type)||this.isDateType(e)?(n=!1,r=1===t.length?-1!==["datetime","date"].indexOf(i.type)||this.isDateType(e)?"date":"number":"custom"):"string"===i.type&&(n=1===t.length,r="custom");n?(this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("warning"),this.parent.localeObj.getConstant("invalidSelection")),this.parent.grid.clearSelection()):r&&""!==r&&this.createGroupDialog(e,r,t)}},e.prototype.updateUnGroupSettings=function(e,t){var i=this.parent.engineModule.fieldList[e],a=B.cloneGroupSettings(this.parent.dataSourceSettings.groupSettings),r=this.getGroupSettings(e);if(t.length>0){var n=void 0;if(i.isCustomField)if(r)"Custom"===r.type&&(n="custom");else{var s=this.getGroupSettings(e.replace(this.dateGroup,"")),o=this.getGroupSettings(e.replace(/_custom_group/g,""));s?(n="date",e=e.replace(this.dateGroup,"")):o&&(n="custom")}else r&&("Number"!==r.type&&"Date"!==r.type||(n="Date"===r.type?"date":"number"));if("date"===n||"number"===n)a=this.validateSettings(e,a,n,[]);else if("custom"===n){var l=this.getSelectedOptions(t);a=this.validateSettings(e,a,n,l)}this.updateDateSource(a,n)}},e.prototype.updateDateSource=function(e,t){this.isUpdate&&(this.parent.setProperties({dataSourceSettings:{groupSettings:e}},!0),this.parent.updateGroupingReport(e,"date"===t?"Date":"custom"===t?"Custom":"Number"),"Server"===this.parent.dataSourceSettings.mode?this.parent.getEngine("onRefresh"):this.parent.initEngine())},e.prototype.removeGroupSettings=function(e,t,i,a){var r=a.indexOf(e);if(-1!==r)for(var n=i[r],s=0,o=n.customGroups.length;s<o;s++)if(n.customGroups[s]){var l=n.customGroups[s];-1!==B.inArray(l.groupName,t)&&(i=this.modifyParentGroupItems(e,i,[l.groupName],l.items,a),n.customGroups.splice(s,1),this.isUpdate=!0,s--,o--)}return delete this.parent.engineModule.groupingFieldsInfo[e],i},e.prototype.getGroupSettings=function(e){for(var t=0,i=this.parent.dataSourceSettings.groupSettings;t<i.length;t++){var a=i[t];if(a.name===e)return a}},e.prototype.isDateType=function(e){for(var t=0,i=this.parent.dataSourceSettings.formatSettings;t<i.length;t++){var a=i[t];if(a.name===e&&a.type)return!0}return!1},e.prototype.getSelectedCells=function(e,t,i){for(var a=[],r=this.parent.element.querySelectorAll(".e-cellselectionbackground,."+A),n=0;n<r.length;n++){var s=r[n],o=parseInt(s.getAttribute("aria-colindex"),10)-1,l=Number(s.getAttribute("index")),d=this.parent.engineModule.pivotValues[l][o];d&&d.axis===e&&"grand sum"!==d.type&&"sum"!==d.type&&d.valueSort.axis===t&&i!==d.actualText.toString()&&a.push({axis:d.axis,fieldName:d.valueSort.axis.toString(),name:d.actualText.toString(),cellInfo:d})}return a},e.prototype.createGroupDialog=function(e,i,a){var n=t.createElement("div",{id:this.parentElement.id+"_GroupDialog",className:"e-group-field-settings",attrs:{"data-field":e,"data-type":i}});this.parentElement.appendChild(n);var s=new r.Dialog({animationSettings:{effect:"Fade"},allowDragging:!0,header:this.parent.localeObj.getConstant("grouping"),content:this.createGroupOptions(e,i),isModal:!0,visible:!0,showCloseIcon:!0,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,width:300,height:"auto",position:{X:"center",Y:"center"},buttons:[{click:this.updateGroupSettings.bind(this,a),isFlat:!1,buttonModel:{cssClass:"e-ok-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("ok"),isPrimary:!0}},{click:function(){s.hide()},isFlat:!1,buttonModel:{cssClass:"e-cancel-btn"+(this.parent.cssClass?" "+this.parent.cssClass:""),content:this.parent.localeObj.getConstant("cancel")}}],closeOnEscape:!0,close:this.removeDialog.bind(this),target:this.parentElement,cssClass:this.parent.cssClass});s.isStringTemplate=!0,s.appendTo(n)},e.prototype.createGroupOptions=function(e,i){var a=this,n=this,s=t.createElement("div",{className:"e-group-field-div-content",id:this.parentElement.id+"_group_field_div_content",attrs:{"data-fieldName":e,"data-type":i}}),p=t.createElement("div",{className:"e-group-option-container"});s.appendChild(p);var u=this.parent.dataSourceSettings,c=B.getFieldByName(e,u.groupSettings);switch(i){case"custom":var g=void 0,m=u.rows;m=m.concat(u.columns,u.values,u.filters);var f=B.getFieldByName(e.replace(/_custom_group/g,""),m);if(t.isNullOrUndefined(f)&&!t.isNullOrUndefined(this.parent.clonedReport)){var v=this.parent.clonedReport,S=v.rows;S=S.concat(v.columns,v.values,v.filters),f=B.getFieldByName(e.replace(/_custom_group/g,""),S)}var y=B.getFieldByName(e,m),b=B.getFieldByName(e+"_custom_group",m);if(y){var C=e+"_custom_group";g=b?b.caption:this.parent.engineModule.fieldList[f.name].caption+(C.match(/_custom_group/g).length+1)}var x=t.createElement("div",{className:"e-caption-option-text"});x.innerText=this.parent.localeObj.getConstant("groupFieldCaption");var w=t.createElement("div",{className:"e-group-caption-container"}),T=t.createElement("input",{id:this.parentElement.id+"group_caption_option",className:"e-group-caption-text",attrs:{type:"text"}});w.appendChild(x),w.appendChild(T),p.appendChild(w);var M=t.createElement("div",{className:"e-input-option-text"});M.innerText=this.parent.localeObj.getConstant("groupTitle");var D=t.createElement("div",{className:"e-group-input-container"}),O=t.createElement("input",{id:this.parentElement.id+"group_input_option",className:"e-group-input-text",attrs:{type:"text"}});D.appendChild(M),D.appendChild(O),p.appendChild(D);var P=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("captionName"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,value:g,width:"100%",cssClass:this.parent.cssClass});P.isStringTemplate=!0,P.appendTo(T);var N=new o.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("groupName"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,width:"100%",cssClass:this.parent.cssClass});N.isStringTemplate=!0,N.appendTo(O);break;case"date":case"number":var E=t.createElement("div",{className:"e-group-start-option-container"}),I=t.createElement("input",{id:this.parentElement.id+"group_start_option",className:"e-group_start_option",attrs:{type:"checkbox"}}),F=t.createElement("input",{id:this.parentElement.id+"group_start_input",className:"e-group_start_input",attrs:{type:"text"}});E.appendChild(I),E.appendChild(F),p.appendChild(E);var L=t.createElement("div",{className:"e-group-end-option-container"}),A=t.createElement("input",{id:this.parentElement.id+"group_end_option",className:"e-group_end_option",attrs:{type:"checkbox"}}),R=t.createElement("input",{id:this.parentElement.id+"group_end_input",className:"e-group_end_input",attrs:{type:"text"}});L.appendChild(A),L.appendChild(R),p.appendChild(L);var k=t.createElement("div",{className:"e-group-interval-option-container"}),j=t.createElement("div",{className:"e-group-inerval-option-text"});j.innerText=this.parent.localeObj.getConstant("groupBy");var H=t.createElement("input",{id:this.parentElement.id+"group_interval_input",className:"e-group_interval_input",attrs:{type:"text"}});k.appendChild(j),k.appendChild(H),p.appendChild(k);var q=void 0,V=void 0;if("date"===i){var U=[],_=[{value:"Seconds",text:this.parent.localeObj.getConstant("Seconds")},{value:"Minutes",text:this.parent.localeObj.getConstant("Minutes")},{value:"Hours",text:this.parent.localeObj.getConstant("Hours")},{value:"Days",text:this.parent.localeObj.getConstant("Days")},{value:"Months",text:this.parent.localeObj.getConstant("Months")},{value:"QuarterYear",text:this.parent.localeObj.getConstant("QuarterYear")},{value:"Quarters",text:this.parent.localeObj.getConstant("Quarters")},{value:"Years",text:this.parent.localeObj.getConstant("Years")}];c&&"Date"===c.type?(U=c.groupInterval,q=c.startingAt?c.startingAt.toString():void 0,V=c.endingAt?c.endingAt.toString():void 0):U=["Months"],(W=new d.DateTimePicker({placeholder:this.parent.localeObj.getConstant("chooseDate"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,format:"dd/MM/yyyy hh:mm:ss a",enabled:!(void 0===q),width:"100%",cssClass:this.parent.cssClass})).isStringTemplate=!0,W.appendTo(F),(Q=new d.DateTimePicker({placeholder:this.parent.localeObj.getConstant("chooseDate"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,format:"dd/MM/yyyy hh:mm:ss a",enabled:!(void 0===V),width:"100%",cssClass:this.parent.cssClass})).isStringTemplate=!0,Q.appendTo(R),l.MultiSelect.Inject(l.CheckBoxSelection);var G=new l.MultiSelect({dataSource:_,value:U,fields:{text:"text",value:"value"},mode:"CheckBox",showDropDownIcon:!0,enableSelectionOrder:!1,placeholder:this.parent.localeObj.getConstant("selectGroup"),filterBarPlaceholder:this.parent.localeObj.getConstant("example")+" "+this.parent.localeObj.getConstant("Months"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass,select:function(){t.getInstance(t.select("#"+n.parentElement.id+"_GroupDialog",document),r.Dialog).element.querySelector(".e-ok-btn").removeAttribute("disabled")},removed:function(){var e=0;G.liCollections.forEach(function(t){t.classList.contains("e-active")&&e++}),0===e&&t.getInstance(t.select("#"+n.parentElement.id+"_GroupDialog",document),r.Dialog).element.querySelector(".e-ok-btn").setAttribute("disabled","disabled")}});G.isStringTemplate=!0,G.appendTo(H),W.value=void 0===q?null:new Date(q),W.dataBind(),Q.value=void 0===V?null:new Date(V),Q.dataBind()}else{var z=void 0;c&&"Number"===c.type?(z=c.rangeInterval,q=c.startingAt?c.startingAt.toString():void 0,V=c.endingAt?c.endingAt.toString():void 0):z=2;var W=new o.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,showClearButton:!0,format:"###.##########",value:void 0===q?void 0:parseFloat(q),enabled:!(void 0===q),width:"100%",cssClass:this.parent.cssClass});W.isStringTemplate=!0,W.appendTo(F);var Q=new o.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,showClearButton:!0,format:"###.##########",value:void 0===V?void 0:parseFloat(V),enabled:!(void 0===V),width:"100%",cssClass:this.parent.cssClass});Q.isStringTemplate=!0,Q.appendTo(R);var Y=new o.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,showClearButton:!0,format:"###.##########",min:0,value:z,width:"100%",cssClass:this.parent.cssClass});Y.isStringTemplate=!0,Y.appendTo(H)}var K=new h.CheckBox({label:this.parent.localeObj.getConstant("startAt"),checked:!(void 0===q),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass,change:function(e){var r="date"===i?t.getInstance(t.select("#"+a.parentElement.id+"group_start_input"),d.DateTimePicker):t.getInstance(t.select("#"+a.parentElement.id+"group_start_input"),o.NumericTextBox);r.enabled=e.checked,r.dataBind()}});K.isStringTemplate=!0,K.appendTo(I);var X=new h.CheckBox({label:this.parent.localeObj.getConstant("endAt"),checked:!(void 0===V),enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass,change:function(e){var r="date"===i?t.getInstance(t.select("#"+a.parentElement.id+"group_end_input"),d.DateTimePicker):t.getInstance(t.select("#"+a.parentElement.id+"group_end_input"),o.NumericTextBox);r.enabled=e.checked,r.dataBind()}});X.isStringTemplate=!0,X.appendTo(A)}return s},e.prototype.updateGroupSettings=function(e){var i=t.getInstance(t.select("#"+this.parentElement.id+"_GroupDialog",document),r.Dialog),a=i.element,n=a.getAttribute("data-type"),s=a.getAttribute("data-field"),p=B.cloneGroupSettings(this.parent.dataSourceSettings.groupSettings);if(0===p.length&&!this.parent.clonedDataSet&&!this.parent.clonedReport){var u=this.parent.engineModule.data;this.parent.clonedDataSet="CSV"===this.parent.dataSourceSettings.type?B.getClonedCSVData(u):B.getClonedData(u),this.parent.setProperties({dataSourceSettings:{dataSource:[]}},!0),this.parent.clonedReport=t.extend({},this.parent.dataSourceSettings,null,!0),this.parent.setProperties({dataSourceSettings:{dataSource:u}},!0)}if("custom"===n){var c=t.getInstance(t.select("#"+this.parentElement.id+"group_input_option"),o.MaskedTextBox),g=t.getInstance(t.select("#"+this.parentElement.id+"group_caption_option"),o.MaskedTextBox);if(t.removeClass([c.element],"e-empty-field"),null===c.value||""===c.value)return t.addClass([c.element],"e-empty-field"),void c.element.focus();for(var m=this.getSelectedOptions(e),f={groupName:c.value,items:m},v=[],S=[],y={name:s,caption:g.value,type:"Custom",customGroups:[]},b=!1,C=0,x=p.length;C<x;C++)if(p[C].name===s){(y=p[C]).caption=g.value;for(var w=0,T=y.customGroups.length;w<T;w++)if(y.customGroups[w]){var M=y.customGroups[w];M.items&&Vt.isContainCommonElements(M.items,m)&&(v=this.mergeArray(v,[M.groupName]),S=this.mergeArray(S,M.items),y.customGroups.splice(w,1),w--,T--)}for(var D=0,O=m;D<O.length;D++){var P=O[D],N=S.indexOf(P);-1!==N&&S.splice(N,1)}S=this.mergeArray(S,[f.groupName]),y.customGroups.push(f),this.isUpdate=!0,b=!0;break}b||(y.customGroups.push(f),this.isUpdate=!0,p.push(y)),p=this.validateSettings(s,p,n,0===v.length?f.items:v,S)}else if("date"===n||"number"===n){var E=t.getInstance(t.select("#"+this.parentElement.id+"group_start_option"),h.CheckBox),I=t.getInstance(t.select("#"+this.parentElement.id+"group_end_option"),h.CheckBox),F="date"===n?t.getInstance(t.select("#"+this.parentElement.id+"group_start_input"),d.DateTimePicker):t.getInstance(t.select("#"+this.parentElement.id+"group_start_input"),o.NumericTextBox),L="date"===n?t.getInstance(t.select("#"+this.parentElement.id+"group_end_input"),d.DateTimePicker):t.getInstance(t.select("#"+this.parentElement.id+"group_end_input"),o.NumericTextBox),A="date"===n?t.getInstance(t.select("#"+this.parentElement.id+"group_interval_input"),l.MultiSelect):t.getInstance(t.select("#"+this.parentElement.id+"group_interval_input"),o.NumericTextBox),y={name:s,startingAt:E.checked?F.value.toString():void 0,endingAt:I.checked?L.value.toString():void 0};if("date"===n){for(var R=[],k=0,j=A.value;k<j.length;k++){var H=j[k];R.push(H)}y.type="Date",y.groupInterval=R}else y.type="Number",y.rangeInterval=A.value;for(var b=!1,C=0,x=p.length;C<x;C++)if(p[C].name===s){p.splice(C,1,y),this.isUpdate=!0,b=!0;break}b||(this.isUpdate=!0,p.push(y)),p=this.validateSettings(s,p,n,[],[])}i.close(),this.updateDateSource(p,n)},e.prototype.getGroupBasedSettings=function(e){for(var t={},i=0,a=e;i<a.length;i++){var r=a[i];t[r.type]?t[r.type].push(r):t[r.type]=[r]}return t},e.prototype.getGroupByName=function(e){for(var t={},i=0,a=e;i<a.length;i++){var r=a[i],n=r.name.replace(/_custom_group/g,"");t[n]?t[n].push(r):t[n]=[r]}return t},e.prototype.validateSettings=function(e,t,i,a,r){var n=[],s=this.getGroupBasedSettings(t),o=["Date","Number","Custom"];if(s[o[2]]&&"custom"===i){var l=this.getGroupByName(s[o[2]]);if(l[e.replace(/_custom_group/g,"")]){var d=l[e.replace(/_custom_group/g,"")],p=d.map(function(e){return e.name});d=r?this.modifyParentGroupItems(e,d,a,r,p):this.removeGroupSettings(e.replace("_custom_group",""),a,d,p)}for(var h=[],u=0,c=Object.keys(l);u<c.length;u++){var g=c[u],p=l[g].map(function(e){return e.name});h=this.reOrderSettings(l[g],p,h,g,e)}s[o[2]]=h}else if(("date"===i||"number"===i)&&!r){var m="date"===i?s[o[0]]:s[o[1]];if("date"===i){s[o[0]]=m.filter(function(t){return t.name!==e});var f=["_date_group_years","_date_group_quarters","_date_group_quarterYear","_date_group_months","_date_group_days","_date_group_hours","_date_group_minutes","_date_group_seconds"];if(0===s[o[0]].length){delete this.parent.engineModule.groupingFieldsInfo[e];var v=this;for(var S in this.parent.engineModule.groupingFieldsInfo)!function(t){f.some(function(i){return t===""+e+i})&&delete v.parent.engineModule.groupingFieldsInfo[t]}(S);var y=this;for(var S in this.parent.engineModule.fieldList)!function(t){f.some(function(i){return t===""+e+i})&&delete y.parent.engineModule.fieldList[t]}(S);var b=this.parent.engineModule.fields.filter(function(t){return!f.some(function(i){return t===""+e+i})});this.parent.engineModule.fields=b}}else s[o[1]]=m.filter(function(t){return t.name!==e});this.isUpdate=!0}for(var C=0,x=o;C<x.length;C++){var w=x[C];s[w]&&(n=n.concat(s[w]))}return n},e.prototype.reOrderSettings=function(e,i,a,r,n){var s=i.indexOf(r);if(s>-1&&e[s].customGroups&&e[s].customGroups.length>0)a.push(e[s]),this.reOrderSettings(e,i,a,r+"_custom_group");else if(s>-1&&e[s].customGroups&&0===e[s].customGroups.length&&!t.isNullOrUndefined(n)){delete this.parent.engineModule.fieldList[n],delete this.parent.engineModule.groupingFieldsInfo[n];var o=this.parent.engineModule.fields.filter(function(e){return e!==n});this.parent.engineModule.fields=o}return a},e.prototype.modifyParentGroupItems=function(e,t,i,a,r){var n=r.indexOf(e+"_custom_group");if(-1!==n){var s=t[n];if(s.customGroups&&s.customGroups.length>0)for(var o=0,l=s.customGroups.length;o<l;o++)if(s.customGroups[o]){var d=!1,p=s.customGroups[o];if(p.items){for(var h=0,u=i;h<u.length;h++){var c=u[h],g=p.items.indexOf(c);-1!==g&&(p.items.splice(g,1),this.isUpdate=!0,d=!0)}d&&(p.items=this.mergeArray(p.items,a))}}}return t},e.prototype.mergeArray=function(e,t){for(var i=[],a=e.concat(t),r=a.length,n={};r--;){var s=String(a[r]);n[s]||(i.unshift(s),n[s]=!0)}return i},e.prototype.removeDialog=function(){if(!(this.parent.grid&&this.parent.grid.isDestroyed||t.isNullOrUndefined(this.parent.grid))){this.parent.grid.clearSelection();var e=t.select("#"+this.parent.element.id+"_GroupDialog",document),i=e?t.getInstance(e,r.Dialog):null;i&&!i.isDestroyed&&i.destroy(),this.parent.element&&document.getElementById(this.parent.element.id+"_GroupDialog")&&t.remove(document.getElementById(this.parent.element.id+"_GroupDialog"))}},e.prototype.addEventListener=function(){this.parent.isDestroyed||this.parent.on("init-grouping",this.render,this)},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.removeDialog(),this.parent.off("init-grouping",this.render))},e.prototype.destroy=function(){this.removeEventListener()},e}();return qt.Inject(ri,ii,ti,ni,Ne,Ie,si,Fe,_t,Ut,oi,li,Bt),Zt.Inject(ti),e.AggregateMenu=Z,e.Authentication=xe,e.AxisFieldRenderer=Yt,e.AxisTableRenderer=Wt,e.CalculatedField=ti,e.CalculatedFieldSettings=ye,e.CellEditSettings=Ft,e.Common=oe,e.CommonKeyboardInteraction=ee,e.ConditionalFormatSettings=ge,e.ConditionalFormatting=ni,e.ConditionalSettings=Lt,e.CustomGroups=Se,e.DataSourceSettings=we,e.DataSourceUpdate=ae,e.DialogRenderer=Gt,e.DisplayOption=jt,e.DrillOptions=be,e.DrillThrough=Ie,e.ErrorDialog=re,e.EventBase=te,e.ExcelExport=Ut,e.FieldList=ii,e.FieldListFieldOptions=he,e.FieldOptions=pe,e.Filter=ce,e.FilterDialog=ne,e.FormatSettings=fe,e.GroupSettings=ve,e.Grouping=li,e.GroupingBar=ri,e.GroupingBarSettings=It,e.HyperlinkSettings=At,e.KeyboardInteraction=Oe,e.MDXQuery=wt,e.MdxQuery="MdxQuery",e.NodeStateModified=ie,e.NumberFormatting=oi,e.OlapEngine=Tt,e.PDFExport=_t,e.PageSettings=Rt,e.Pager=Bt,e.PagerSettings=kt,e.PivotChart=Fe,e.PivotCommon=se,e.PivotContextMenu=Pe,e.PivotEngine=z,e.PivotFieldList=Zt,e.PivotUtil=B,e.PivotView=qt,e.Render=$,e.Sort=me,e.Style=ue,e.Toolbar=si,e.TreeViewRenderer=zt,e.ValueSortSettings=Ce,e.VirtualScroll=Ne,e.VirtualScrollSettings=Ht,e.actionBegin="actionBegin",e.actionComplete="actionComplete",e.actionDropped="Action dropped",e.actionFailure="actionFailure",e.addNewRecord="Add new record",e.addNewReport="Add new report",e.afterPivotTableRender="afterPivotTableRender",e.afterServiceInvoke="afterServiceInvoke",e.aggregateCellInfo="aggregateCellInfo",e.aggregateField="Aggregate field",e.aggregateMenuOpen="aggregateMenuOpen",e.animationComplete="animationComplete",e.axisLabelFont=Le,e.axisTitleFont=Ae,e.beforeColumnsRender="beforeColumnsRender",e.beforeExcelExport="beforeExcelExport",e.beforeExport="beforeExport",e.beforePdfExport="beforePdfExport",e.beforePivotTableRender="beforePivotTableRender",e.beforePrint="beforePrint",e.beforeServiceInvoke="beforeServiceInvoke",e.beginDrillThrough="beginDrillThrough",e.calculatedFieldApplied="Calculated field applied",e.calculatedFieldCreate="calculatedFieldCreate",e.calculatedFieldEdited="Calculated field edited",e.cellClick="cellClick",e.cellDeselected="cellDeselected",e.cellSelected="cellSelected",e.cellSelecting="cellSelecting",e.chartAxisLabelRender="chartAxisLabelRender",e.chartLegendClick="chartLegendClick",e.chartLoad="chartLoad",e.chartLoaded="chartLoaded",e.chartMouseClick="chartMouseClick",e.chartMouseDown="chartMouseDown",e.chartMouseLeave="chartMouseLeave",e.chartMouseMove="chartMouseMove",e.chartMouseUp="chartMouseUp",e.chartPointClick="chartPointClick",e.chartResized="chartResized",e.chartSeriesCreated="chartSeriesCreated",e.chartSubTitleFont=ke,e.chartTitleFont=Re,e.chartTooltipRender="chartTooltipRender",e.chartView=J,e.chartViewed="Chart view shown",e.click="click",e.closeFieldlist="Field list closed",e.columnPageNavigated="Column page navigated",e.columnPageNavigation="Navigate column page",e.conditionalFormatting="conditionalFormatting",e.conditionalFormattingMenu="Conditional Formatting menu",e.conditionallyFormatted="Conditional formatting applied",e.contentReady=Y,e.contextMenuCalculatedField="CalculatedField Context menu",e.contextMenuClick="contextMenuClick",e.contextMenuOpen="contextMenuOpen",e.crosshairLabelFont=je,e.csvExport="CSV export",e.csvExported="CSV exported",e.dataBound="dataBound",e.dataReady=K,e.dragComplete="dragComplete",e.drill="drill",e.drillDown="Drill down",e.drillThrough="drillThrough",e.drillThroughClosed="Drill-through closed",e.drillUp="Drill up",e.editCalculatedField="Edit calculated field",e.editCompleted="editCompleted",e.editRecord="Edit record",e.editedRecordsSaved="Edited records saved",e.enginePopulated="enginePopulated",e.enginePopulating="enginePopulating",e.excelExport="Excel export",e.excelExported="Excel exported",e.excelHeaderQueryCellInfo="excelHeaderQueryCellInfo",e.excelQueryCellInfo="excelQueryCellInfo",e.exportComplete="exportComplete",e.fetchReport="fetchReport",e.fieldAggregated="Field aggregated",e.fieldDragStart="fieldDragStart",e.fieldDrop="fieldDrop",e.fieldFiltered="Field filtered",e.fieldListRefreshed="fieldListRefreshed",e.fieldRemove="fieldRemove",e.fieldRemoved="Field removed",e.fieldSorted="Field sorted",e.fieldTreeSorted="Field tree sorted",e.filterField="Filter field",e.grandTotalsColumn="Show column grand totals",e.grandTotalsColumnShown="Column grand totals shown",e.grandTotalsHidden="Grand totals hidden",e.grandTotalsRow="Show row grand totals",e.grandTotalsRowShown="Row grand totals shown",e.grandTotalsShown="Grand totals shown",e.headerCellInfo="headerCellInfo",e.hideGrandTotals="Hide grand totals",e.hideSubTotals="Hide sub-totals",e.horizontalScroll="horizontal-scroll",e.horizontalScrolled="Horizontally scrolled",e.hyperlinkCellClick="hyperlinkCellClick",e.initCalculatedField="init-calculatedfield",e.initFormatting="init-formatting",e.initGrouping="init-grouping",e.initPivotPager="init-pivotPager",e.initSubComponent="init-groupingbar",e.initToolbar="init-toolbar",e.initialLoad=W,e.invalidFormula="Invalid formula",e.jpegExport="JPEG export",e.jpegExported="JPEG exported",e.legendLabelFont=qe,e.legendRender="legendRender",e.load="load",e.loadReport="loadReport",e.loadReports="Load report",e.memberEditorOpen="memberEditorOpen",e.memberFiltering="memberFiltering",e.multiLevelLabelClick="multiLevelLabelClick",e.multiLevelLabelRender="multiLevelLabelRender",e.multipleAxis="Multiple Axis",e.newRecordAdded="New record added",e.newReport="newReport",e.newReportAdded="New report added",e.numberFormatted="Number formatting applied",e.numberFormatting="numberFormatting",e.numberFormattingMenu="Number Formatting menu",e.onFieldDropped="onFieldDropped",e.onHeadersSort="onHeadersSort",e.onPdfCellRender="onPdfCellRender",e.openCalculatedField="Open calculated field dialog",e.openConditionalFormatting="Open conditional formatting dialog",e.openNumberFormatting="Open number formatting dialog",e.pdfExport="PDF export",e.pdfExported="PDF exported",e.pdfHeaderQueryCellInfo="pdfHeaderQueryCellInfo",e.pdfQueryCellInfo="pdfQueryCellInfo",e.pivotButtonUpdate="pivot-button-update",e.pngExport="PNG export",e.pngExported="PNG exported",e.pointMove="pointMove",e.pointRender="pointRender",e.queryCellInfo="queryCellInfo",e.recordEdited="Record edited",e.recordRemoved="Record removed",e.recordUpdated="Records updated",e.removeCurrentReport="Remove current report",e.removeField="Remove field",e.removeRecord="Remove record",e.removeReport="removeReport",e.renameCurrentReport="Rename current report",e.renameReport="renameReport",e.reportChange="Report change",e.reportChanged="Report changed",e.reportReSaved="Report re-saved",e.reportRemoved="Report removed",e.reportRenamed="Report renamed",e.reportSaved="Report saved",e.resizeStop="resizeStop",e.resizing="resizing",e.rowDeselected="rowDeselected",e.rowPageNavigated="Row page navigated",e.rowPageNavigation="Navigate row page",e.rowSelected="rowSelected",e.saveAsCurrentReport="Save as current report",e.saveCurrentReport="Save current report",e.saveEditedRecords="Save edited records",e.saveReport="saveReport",e.scroll="scroll",e.scrollChanged="scrollChanged",e.scrollEnd="scrollEnd",e.scrollStart="scrollStart",e.selected="selected",e.selecting="selecting",e.seriesRender="seriesRender",e.showFieldList="Open field list",e.showGrandTotals="Show grand totals",e.showLegend="Show legend",e.showSubTotals="Show sub-totals",e.sortField="Sort field",e.sortFieldTree="Sort field tree",e.sortValue="Sort value",e.stockEventFont=Ue,e.stripLineLabelFont=Ve,e.subTotalsColumn="Show column sub-totals",e.subTotalsColumnShown="Column sub-totals shown",e.subTotalsHidden="Sub-totals hidden",e.subTotalsRow="Show row sub-totals",e.subTotalsRowShown="Row sub-totals shown",e.subTotalsShown="Sub-totals shown",e.svgExport="SVG export",e.svgExported="SVG exported",e.tableView="Show table view",e.tableViewed="Table view shown",e.textRender="textRender",e.toolbarClick="toolbarClick",e.toolbarRender="toolbarRender",e.tooltipLabelFont=He,e.treeViewUpdate=X,e.uiUpdate=Q,e.valueSorted="Value sorted",e.verticalScroll="vertical-scroll",e.verticalScrolled="Vertically scrolled",e.windowResize="Window resize",e.windowResized="Window resized",e.zoomComplete="zoomComplete",e}({},ej.base,ej.data,ej.pdfexport,ej.popups,ej.grids,ej.navigations,ej.inputs,ej.dropdowns,ej.calendars,ej.splitbuttons,ej.buttons,ej.charts,ej.svgbase,ej.fileutils,ej.excelexport),this.ejs=ej;
//# sourceMappingURL=ej2-pivotview.min.js.map