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.22 MB
/*!
*  filename: ej2-pivotview.min.js
*  version : 34.2.4
*  Copyright Syncfusion Inc. 2001 - 2025. 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,o,s,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",V="e-pivotview-disable-icon",q="e-pivotview-select-icon",U="e-group-pivot-rows",B="e-pivot-toolbar-menu",_="e-pivot-pager",G="e-pivot-content-loader",z="actionBegin",W="actionComplete",Q="initial-load",Y="ui-update",K="content-ready",X="data-ready",J="tree-view-update",Z="Show chart view",$="Show row sub-totals",ee="Show column sub-totals",te="Show row grand totals",ie="Open calculated field dialog",ae="Change sub-totals position",re="Change grand totals position",ne=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),o=0,s={};o<n.length;)s[n[o]]=r[n[o]],o++;t.push(s)}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 o=e[i[r]];e[i[r]]&&(a[i[r]]={type:o.type,caption:o.caption,id:o.id,isSelected:o.isSelected,sort:o.sort,filterType:o.filterType,index:o.index,filter:t?[]:o.filter,isCustomField:o.isCustomField,showRemoveIcon:o.showRemoveIcon,showFilterIcon:o.showFilterIcon,showSortIcon:o.showSortIcon,showNoDataItems:o.showNoDataItems,isCalculatedField:o.isCalculatedField,showEditIcon:o.showEditIcon,showValueTypeIcon:o.showValueTypeIcon,allowDragAndDrop:o.allowDragAndDrop,showSubTotals:o.showSubTotals,expandAll:o.expandAll,pid:o.pid,aggregateType:o.aggregateType,baseField:o.baseField,baseItem:o.baseItem,dateMember:t?[]:this.cloneDateMembers(o.dateMember),members:t?{}:this.cloneFormatMembers(o.members),formatString:o.formatString,format:o.format,formula:o.formula,isExcelFilter:o.isExcelFilter,membersOrder:o.membersOrder?o.membersOrder.slice():o.membersOrder,isAlphanumeric:o.isAlphanumeric,tag:o.tag,expanded:o.expanded,spriteCssClass:o.spriteCssClass,name:o.name,defaultHierarchy:o.defaultHierarchy,hasAllMember:o.hasAllMember,allMember:o.allMember,isChecked:o.isChecked,filterMembers:this.cloneFieldMembers(o.filterMembers),childMembers:t?[]:this.cloneFieldMembers(o.childMembers),searchMembers:t?[]:this.cloneFieldMembers(o.searchMembers),htmlAttributes:this.getDefinedObj(o.htmlAttributes),currrentMembers:t?{}:this.cloneFormatMembers(o.currrentMembers),isHierarchy:o.isHierarchy,isNamedSets:o.isNamedSets,actualFilter:o.actualFilter?o.actualFilter.slice():o.actualFilter,levels:t?[]:this.cloneFieldMembers(o.levels),levelCount:o.levelCount,fieldType:o.fieldType,memberType:o.memberType,parentHierarchy:o.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,a,r){var n=this.isDateField(t,i);if(n||i.groupingFields[t]){for(var o={},s=Object.keys(e),l=i.fieldList[t].dateMember,d=0,p=s.length;d<p;d++){var h=e[s[d]];n&&(a||r)?o[h.caption]=h:o[l[h.ordinal-1].actualText]=h}return o}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=[],o=0,s=e.length;o<s;o++){var l=a?i.parent.dataSourceSettings.columns.length>0&&!t.isNullOrUndefined(i.parent.dataSourceSettings.columns[o])?i.parent.dataSourceSettings.columns[o].name:void 0:i.parent.dataSourceSettings.rows.length>0&&!t.isNullOrUndefined(i.parent.dataSourceSettings.rows[o])?i.parent.dataSourceSettings.rows[o].name:void 0;t.isNullOrUndefined(l)?r&&r.isGrandSum?n.push(i.parent.localeObj.getConstant("grandTotal")):n.push(e[o]):i.engineModule.formatFields[l]&&["date","dateTime","time"].indexOf(i.engineModule.formatFields[l].type)>-1?n.push(e[o]):n.push(i.engineModule.getFormattedValue(e[o],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 o=0,s=a[r]?a[r].length:0;o<s;o++)if(a[r][o]&&a[r][o].name===e)return{fieldName:e,fieldItem:a[r][o],axis:0===r?"rows":1===r?"columns":2===r?"values":"filters",position:o};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"],o=Object.keys(i.dataSourceSettings),s=Object.keys(a.dataSourceSettings);if(o&&s&&s.length>0&&o.length===s.length)for(var l=["rows","columns","values","filters"],d=0;d<s.length;d++){var p=s[d]in i.dataSourceSettings&&!t.isNullOrUndefined(i.dataSourceSettings[s[d]])?Object.keys(i.dataSourceSettings[s[d]]):[],h=s[d]in a.dataSourceSettings&&!t.isNullOrUndefined(a.dataSourceSettings[s[d]])?Object.keys(a.dataSourceSettings[s[d]]):[];if(-1!==l.indexOf(s[d])&&-1!==l.indexOf(o[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[s[d]][h[c]]),m=Object.keys(a.dataSourceSettings[s[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 o=0,s="value"===t?i:0,l="value"===t?e.length:i,d=s;d<l;d++)if(e[d]){r[o="header"===t?d:o]={};for(var p=0;p<e[d].length;p++)e[d][p]&&(r[o][p]=e[d][p]);o++}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,o=[];(o=e.IsOrderChanged?e.members:"Ascending"===e.sortOrder||"None"===e.sortOrder||void 0===e.sortOrder?[].concat(e.members):[].concat(e.members).reverse()).length>t.length&&(o=o.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 s=[],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(o[p]===u){if(t.splice(p++,0,h),t.splice(++d,1),!(p<o.length)){a||s.splice(--p,0,u);break}d=-1}d>=0&&!a&&(s[d]=u)}if(!a){for(d=s.length;d<t.length;d++){var h=t[d],u=r?h.formattedText:l?h.actualText:!0===i?h.actualText.toString():h.dateText;s[d]=u}"Grand Total"===s[s.length-1]&&s.pop(),e.members=s}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){if("None"===t)return e;var r=function(e,i){return"Ascending"===t?"Grand Total"===String(e.actualText)||"Grand Total"===String(i.actualText)?0:String(e.actualText).localeCompare(String(i.actualText),void 0,{sensitivity:"base"}):"Grand Total"===String(e.actualText)||"Grand Total"===String(i.actualText)?0:String(i.actualText).localeCompare(String(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.beforeServiceInvoke?e.getBeforeServiceInvoke.bind(e):void 0,e.afterServiceInvoke?e.getAfterServiceInvoke.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,o=0;o<n.length&&!a;o++)for(var s=n[o].split(i[r].delimiter),l=e.formattedText.split(" "),d=[],p=0;p<l.length;p++)if(d.push(l[p]),d.join(" ")===s[s.length-1])for(var h=0;h<t.length&&s[h];h++){if(s[h]!==t[h]||s[0]!==t[0]){a=!1;break}a=!0}return a},e.getPivotEmptyInfo=function(e,i){var a=!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(e.dataSourceSettings)&&e.dataSourceSettings.values&&e.dataSourceSettings.values.length>0;return"olap"===e.dataType&&""!==e.dataSourceSettings.url&&i.isEmptyData||"pivot"===e.dataType&&e.engineModule.data.length>0&&(!a||i.isEmptyData)},e.getEmptyPivotValues=function(t){var i=t&&t.localeObj,a=i?i.getConstant("emptyData"):"No records to display",r=i?i.getConstant("grandTotal"):"Grand Total",n=e.createGrandTotalCell(r);return[[null,Object.assign({},n,{axis:"column",colIndex:1,rowIndex:0})],[Object.assign({},n,{axis:"row",colIndex:0,rowIndex:1}),{axis:"value",isDrilled:!1,indexObject:{},members:[],actualText:a,formattedText:a,rowIndex:1,colIndex:1,rowSpan:1,colSpan:1}]]},e.createGrandTotalCell=function(e){return{hasChild:!1,index:[],level:0,isDrilled:!1,indexObject:{},members:[],actualText:e,formattedText:e,ordinal:0,type:"grand sum",valueSort:{"Grand Total":1,levelName:e,uniqueName:e},rowSpan:1,colSpan:1}},e.getAppendToElement=function(e,t){if(t){var i=e.closest("mat-dialog-container");if(i)return i}return document.body},e.invokeActionMethod=function(e,t,i,a,r){if(e.actionObj.actionName=i,a&&(e.actionObj.actionInfo=a),r&&(e.actionObj.fieldInfo=r),t===z)return e.actionBeginMethod();t===W&&e.actionCompleteMethod()},e}(),oe=function(){return(oe=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)},se=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.topBottomFilterCache={},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.isFilterAction=!1,this.levelMap={},this.isMultiValueRowAxis=!1,this.isTabularMultiValueRowAxis=!1,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.topBottomFilterCache={},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 o=0,s=e.formatSettings;o<s.length;o++)!this.formatFields[s[o].name]&&this.fieldList[s[o].name]&&(this.fieldList[s[o].name].members={},this.fieldList[s[o].name].formattedMembers={},this.fieldList[s[o].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=ne.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(o=0;o<this.fields.length;o++)this.fieldKeys[this.fields[o]]="CSV"===e.type?o:this.fields[o]}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.isMultiValueRowAxis="row"===this.dataSourceSettings.valueAxis&&(this.dataSourceSettings.values.length>1||this.dataSourceSettings.alwaysShowValueHeader)&&this.dataSourceSettings.rows.length>0,this.isTabularMultiValueRowAxis=this.isMultiValueRowAxis&&a.isTabularLayout,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]=ne.frameHeaderWithKeys(r)}var n=e.values.filter(function(e){return"Count"===e.type||"DistinctCount"===e.type}).map(function(e){return e.name}),o=n.length>0,s=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<s.length;c++){var g=s[c],m=[];if(o)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,o=this.dataSourceSettings.groupSettings;n<o.length;n++){var s=function(n,o){var s=o[n],l=s.name,d=s.caption;if(!(r.fields.indexOf(l)>-1))return n<o.length-1?"continue":{value:a};var p={},h=void 0;if("Date"===s.type&&r.groupingFields[l]||"Custom"===s.type&&r.groupingFields[l])return{value:a};if("Number"===s.type){if("number"!==ne.getType(a[l])&&r.groupingFields[l])return{value:a};s.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],g=c[r.fieldKeys[l]];if(!g&&""!==g||"Date"!==s.type)if(isNaN(Number(c[r.fieldKeys[l]]))||"Number"!==s.type){if(c[r.fieldKeys[l]]&&"Custom"===s.type&&s.customGroups&&s.customGroups.length>0){var m=l+"_custom_group",f=s.customGroups,v=void 0;r.groupingFieldsInfo[l]=l,r.groupingFieldsInfo[m]=l;for(var S=0,y=f.length;S<y;S++){var b=f[S];if(b.items&&b.items.length>1){h=m,r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m);var C=-1!==ne.inArray(c[r.fieldKeys[l]].toString(),b.items);c[r.fieldKeys[m]]=C?b.groupName&&""!==b.groupName?b.groupName:r.localeObj.getConstant("group")+" "+S:v&&v!==c[r.fieldKeys[l]].toString()?v:c[r.fieldKeys[l]].toString(),v=c[r.fieldKeys[m]]}}}}else{D=r.getRange(s,Number(c[r.fieldKeys[l]]));c[r.fieldKeys[l]]=D?void 0:c[r.fieldKeys[l]]}else{var x=new Date(g.toString());if(!t.isNullOrUndefined(x)&&s.groupInterval.length>0)for(var w=0,T=s.groupInterval.length;w<T;w++){var M=s.groupInterval[w],D=r.getRange(s,x.getTime()),O=ne.resetTime(new Date);switch(M){case"Years":p[m=w===s.groupInterval.length-1?l:l+"_date_group_years"]=M,r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:new Date(O.setFullYear(x.getFullYear())).toString();break;case"Quarters":p[m=w===s.groupInterval.length-1?l:l+"_date_group_quarters"]=M;P=Math.ceil((x.getMonth()+1)/3);r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:(r.localeObj?r.localeObj.getConstant("qtr"):"Qtr")+P.toString();break;case"QuarterYear":p[m=w===s.groupInterval.length-1?l:l+"_date_group_quarterYear"]=M;var P=Math.ceil((x.getMonth()+1)/3);r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:(r.localeObj?r.localeObj.getConstant("qtr"):"Qtr")+P.toString()+" "+(r.localeObj?r.localeObj.getConstant("of"):"of")+" "+x.getFullYear().toString();break;case"Months":p[m=w===s.groupInterval.length-1?l:l+"_date_group_months"]=M,r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:new Date(O.setMonth(x.getMonth(),1)).toString();break;case"Days":p[m=w===s.groupInterval.length-1?l:l+"_date_group_days"]=M,r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:new Date(O.setMonth(x.getMonth(),x.getDate())).toString();break;case"Hours":p[m=w===s.groupInterval.length-1?l:l+"_date_group_hours"]=M,r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:new Date(O.setHours(x.getHours())).toString();break;case"Minutes":p[m=w===s.groupInterval.length-1?l:l+"_date_group_minutes"]=M,r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:new Date(O.setMinutes(x.getMinutes())).toString();break;case"Seconds":p[m=w===s.groupInterval.length-1?l:l+"_date_group_seconds"]=M,r.fieldKeys[m]="CSV"===r.dataSourceSettings.type?r.fieldKeys[m]?r.fieldKeys[m]:r.fields.length:m,-1===r.fields.indexOf(m)&&r.fields.push(m),c[r.fieldKeys[m]]=D?void 0:new Date(O.setSeconds(x.getSeconds())).toString()}}}for(var N=[],E=0,I=ge=Object.keys(c);E<I.length;E++){ve=I[E];N.push(!!c[ve])}a=-1===N.indexOf(!1)&&ge.length===Object.keys(e[0]).length?c:a}if("Date"===s.type){for(var F=!1,L=[r.dataSourceSettings.rows,r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters],A=Object.keys(p),R=Object.keys(A).length,k=void 0,j=0,H=L;j<H.length;j++){Ie=H[j];if(!F&&Ie){for(var V=Ie.length,q=0;q<V;){if(Ie[q].name===l){F=!0;Le=Ie[q];for(Ie.splice(q,1),Me=(Me=r.dataSourceSettings.rows).concat(r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters);R--;){var U=Le.caption?Le.caption:Le.name;if(r.clonedReport){var B=r.clonedReport.rows;B=B.concat(r.clonedReport.columns,r.clonedReport.values,r.clonedReport.filters);var _=ne.getFieldByName(A[R],B);_&&(U=_.caption?_.caption:_.name)}if(ne.getFieldByName(A[R],Me))r.groupingFieldsInfo[A[R]]=l;else{k=p[A[R]],U=-1!==U.indexOf(" (")&&-1!==U.indexOf(")")?U.slice(U.indexOf("(")+1,U.length-1):U;Ae={name:A[R],caption:(r.localeObj?r.localeObj.getConstant(k):k)+" ("+U+")",type:"Count",showNoDataItems:Le.showNoDataItems,baseField:Le.baseField,baseItem:Le.baseItem,showFilterIcon:Le.showFilterIcon,showSortIcon:Le.showSortIcon,showEditIcon:Le.showEditIcon,showRemoveIcon:Le.showRemoveIcon,showSubTotals:Le.showValueTypeIcon,allowDragAndDrop:Le.allowDragAndDrop,expandAll:Le.expandAll,groupName:Le.groupName};Ie.splice(q,0,Ae),r.groupingFieldsInfo[Ae.name]=l}}break}if(Ie[q].name.indexOf(l)>-1){var G=p[Ie[q].name],z=Ie.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;Ie[q].caption=(r.localeObj?r.localeObj.getConstant(G):z)+" ("+W+")"}}q++}if(F)break}}R=Object.keys(A).length;for(var Q=(Ce=r.getMappingField(l,r.clonedReport?r.clonedReport.fieldMapping:r.dataSourceSettings.fieldMapping)).caption?Ce.caption:l;R--;){k=p[A[R]];for(var Y=0,K=r.dataSourceSettings.formatSettings.length;Y<K;Y++)if(r.dataSourceSettings.formatSettings[Y].name===A[R]){r.dataSourceSettings.formatSettings.splice(Y,1);break}if("Quarters"!==k&&"QuarterYear"!==k){var X={name:A[R],type:["Years","Months","Days"].indexOf(k)>-1?"date":"time",format:"Years"===k?"yyyy":"Months"===k?"MMM":"Days"===k?"d-MMM":"Hours"===k?"hh a":"Minutes"===k?":mm":"Seconds"===k?":ss":void 0};r.dataSourceSettings.formatSettings.push(X)}if(!F){J=r.getMappingField(A[R],r.dataSourceSettings.fieldMapping);if(A[R]!==l&&t.isNullOrUndefined(J.name)){Ae={name:A[R],caption:(r.localeObj?r.localeObj.getConstant(k):k)+" ("+Q+")"};r.dataSourceSettings.fieldMapping.push(Ae),r.groupingFieldsInfo[Ae.name]=l}else A[R]!==l&&(J.caption=(r.localeObj?r.localeObj.getConstant(k):k)+" ("+Q+")",r.groupingFieldsInfo[J.name]=l)}}if(!F){var J=r.getMappingField(l,r.dataSourceSettings.fieldMapping);if(k=p[l],A[R]!==l&&t.isNullOrUndefined(J.name)){Ae={name:l,caption:(r.localeObj?r.localeObj.getConstant(k):k)+" ("+Q+")"};r.dataSourceSettings.fieldMapping.push(Ae),r.groupingFieldsInfo[Ae.name]=l}else J.caption=(r.localeObj?r.localeObj.getConstant(k):k)+" ("+Q+")",r.groupingFieldsInfo[J.name]=l}}else if("Number"===s.type&&s.rangeInterval){var Z=void 0,$=[],ee=[],te=e.length,V=0;r.groupingFields[l]=l;for(var ie=[];V<te;){var ae=Number(e[V][l]);ee.push(ae),isNaN(ae)||-1!==$.indexOf(ae)||$.push(ae),V++}for(te=e.length,V=0;V<te;){var re=e[V];if(re&&!isNaN(Number(re[l]))){Z=("string"==typeof s.endingAt?parseInt(s.endingAt,10):s.endingAt)||Math.max.apply(Math,$);var oe=Number.isInteger(s.rangeInterval)?0:r.countDecimalPlaces(s.rangeInterval),se=void 0;switch(oe){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 le=Number.isInteger(s.rangeInterval)?Math.floor(Number(re[l])):Number(re[l].toFixed(oe)),de=Number.isInteger(s.rangeInterval)?Math.floor(Number(le+(s.rangeInterval-1))):Number((le+s.rangeInterval).toFixed(oe));if(le>=ie[0]&&le<=ie[ie.length-1]){var pe=ie[0],he=Number.isInteger(s.rangeInterval)?Math.floor(ie[ie.length-1]):Number(ie[ie.length-1].toFixed(oe));r.processGrouping(re,l,pe,he,Z,s.rangeInterval,oe),t.isNullOrUndefined(r.groupedDataType[l])&&(r.groupedDataType[l]="string")}else if(0===ie.length){for(var ue=le;ue<=de;ue=Number((ue+se).toFixed(oe)))ie.push(ue);var pe=ie[0],he=Number.isInteger(s.rangeInterval)?Math.floor(ie[ie.length-1]):Number(ie[ie.length-1].toFixed(oe));r.processGrouping(re,l,pe,he,Z,s.rangeInterval,oe),t.isNullOrUndefined(r.groupedDataType[l])&&(r.groupedDataType[l]="string")}else{var pe=Number.isInteger(s.rangeInterval)?Math.floor(ie[ie.length-1])+1:Number(ie[ie.length-1].toFixed(oe)),he=Number.isInteger(s.rangeInterval)?Math.floor(pe+(s.rangeInterval-1)):Number((pe+s.rangeInterval).toFixed(oe)),ce=!0;for(ie.splice(0,ie.length);ce;)le>=pe&&le<=he&&(r.processGrouping(re,l,pe,he,Z,s.rangeInterval,oe),t.isNullOrUndefined(r.groupedDataType[l])&&(r.groupedDataType[l]="string"),ie.push(pe),ie.push(he),ce=!1),pe=Number.isInteger(s.rangeInterval)?he+1:he,he=Number.isInteger(s.rangeInterval)?Math.floor(pe+(s.rangeInterval-1)):Number((pe+s.rangeInterval).toFixed(oe))}for(var ge=Object.keys(re),N=[],me=0,fe=ge;me<fe.length;me++){var ve=fe[me];N.push(!!re[ve])}a=-1===N.indexOf(!1)&&ge.length===Object.keys(e[0]).length?re:a}V++}for(var Se=0,ye=L=[r.dataSourceSettings.rows,r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters];Se<ye.length;Se++){var be=ye[Se],Ce=ne.getFieldByName(l,be);Ce&&((Ce=Ce.properties?Ce.properties:Ce).type="Count")}for(var xe=0,we=r.dataSourceSettings.formatSettings.length;xe<we;xe++)if(r.dataSourceSettings.formatSettings[xe].name===l){r.dataSourceSettings.formatSettings.splice(xe,1);break}}else if("Custom"===s.type&&h){var Te=h,F=!1,L=[r.dataSourceSettings.rows,r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters],Me=r.dataSourceSettings.rows;Me=Me.concat(r.dataSourceSettings.columns,r.dataSourceSettings.values,r.dataSourceSettings.filters);var De=[];d&&""!==d||(De=Te.match(/_custom_group/g));for(var Oe=ne.getFieldByName(l.replace(/_custom_group/g,""),Me),Pe=ne.getFieldByName(Te,Me),Ne=0,Ee=L;Ne<Ee.length;Ne++){var Ie=Ee[Ne];if(!F&&Ie){for(var V=Ie.length,Fe=0;Fe<V;){if(Ie[Fe].name===s.name&&!Pe){F=!0;var Le=Ie[Fe],Ae={name:Te,caption:d&&""!==d?d:(Oe.caption?Oe.caption:Oe.name)+(De.length+1),type:"Count",showNoDataItems:Le.showNoDataItems,baseField:Le.baseField,baseItem:Le.baseItem,showSubTotals:Le.showValueTypeIcon,allowDragAndDrop:Le.allowDragAndDrop,showFilterIcon:Le.showFilterIcon,showSortIcon:Le.showSortIcon,showRemoveIcon:Le.showRemoveIcon,showEditIcon:Le.showEditIcon,expandAll:Le.expandAll,groupName:Le.groupName};Ie.splice(Fe,0,Ae),r.groupingFieldsInfo[Ae.name]=l,r.groupingFieldsInfo[l]=l;break}if(Ie[Fe].name===Te&&Pe){Ae={name:Pe.name,caption:d&&""!==d?d:Pe.caption,type:Pe.type,showNoDataItems:Pe.showNoDataItems,baseField:Pe.baseField,baseItem:Pe.baseItem,showRemoveIcon:Pe.showRemoveIcon,showSubTotals:Pe.showValueTypeIcon,allowDragAndDrop:Pe.allowDragAndDrop,showFilterIcon:Pe.showFilterIcon,showSortIcon:Pe.showSortIcon,showEditIcon:Pe.showEditIcon,expandAll:Pe.expandAll,groupName:Pe.groupName};Ie.splice(Fe,1,Ae),r.groupingFieldsInfo[Ae.name]=l,r.groupingFieldsInfo[l]=l;break}Fe++}if(F)break}}var Re=ne.getFieldByName(l,ne.cloneFormatSettings(r.dataSourceSettings.formatSettings));Re&&(Re.name=Te,r.dataSourceSettings.formatSettings.push(Re)),r.groupingFields[l]=l}r.groupingFields=t.extend(r.groupingFields,p)}(n,o);if("object"==typeof s)return s.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,o){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(o)),Number((a+n).toFixed(o)),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 o="string"==typeof e.startingAt?parseFloat(e.startingAt):e.startingAt,s="string"==typeof e.endingAt?parseFloat(e.endingAt):e.endingAt;i=!isNaN(o)&&t<o||!isNaN(s)&&t>s}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,o=this.dataSourceSettings.excludeFields.length-1;o>-1;)-1!==(c=this.fields.indexOf(this.dataSourceSettings.excludeFields[o]))&&this.fields.splice(c,1),this.fieldList&&delete this.fieldList[this.dataSourceSettings.excludeFields[o]],o--;var s=this.fields,l=t.extend([],this.dataSourceSettings.rows,null,!0);l=l.concat(this.dataSourceSettings.columns,this.dataSourceSettings.values,this.dataSourceSettings.filters),this.getFormattedFields(this.dataSourceSettings),this.getCalculatedField(s);var d=(s=this.fields).length,p=["string","number","datetime","date","boolean"];if(this.savedFieldList){c=0;for(this.fieldList=this.savedFieldList;c<d;){var h=s[c],u=this.getMappingField(h,this.dataSourceSettings.fieldMapping);this.fieldList[h]?(this.fieldList[h].isSelected=!1,this.fieldList[h].index=c,this.fieldList[h].filter=[],this.fieldList[h].sort=i?"Ascending":"None",this.fieldList[h].isExcelFilter=!1,this.fieldList[h].filterType="",this.fieldList[h].showFilterIcon=!(u&&"showFilterIcon"in u)||u.showFilterIcon,this.fieldList[h].showRemoveIcon=!(u&&"showRemoveIcon"in u)||u.showRemoveIcon,this.fieldList[h].showSortIcon=!(u&&"showSortIcon"in u)||u.showSortIcon,this.fieldList[h].showEditIcon=!(u&&"showEditIcon"in u)||u.showEditIcon,this.fieldList[h].showValueTypeIcon=!(u&&"showValueTypeIcon"in u)||u.showValueTypeIcon,this.fieldList[h].allowDragAndDrop=!(u&&"allowDragAndDrop"in u)||u.allowDragAndDrop,this.fieldList[h].isCalculatedField=!!(u&&"isCalculatedField"in u)&&u.isCalculatedField,this.fieldList[h].showNoDataItems=!!(u&&"showNoDataItems"in u)&&u.showNoDataItems,this.fieldList[h].showSubTotals=!(u&&"showSubTotals"in u)||u.showSubTotals,this.fieldList[h].expandAll=!!(u&&"expandAll"in u)&&u.expandAll,this.fieldList[h].pid=u&&"groupName"in u&&u.groupName?u.groupName:this.groupingFieldsInfo[h]?this.groupingFieldsInfo[h]:void 0,this.isValueFiltersAvail&&a&&(this.fieldList[h].dateMember=[],this.fieldList[h].members={},this.fieldList[h].isMembersFilled=!1),this.updateMembersOrder(h)):(r=t.isNullOrUndefined(this.groupedDataType[h])?u&&"dataType"in u&&u.dataType&&p.indexOf(u.dataType.toLowerCase())>-1?u.dataType.toLowerCase():r:this.groupedDataType[h],this.fieldList[h]={caption:u&&"caption"in u&&u.caption?u.caption:h,id:h,type:-1!==h.indexOf("_custom_group")||-1!==h.indexOf("_date_group")?"string":void 0===r||"undefined"===r?"number":r,isSelected:!1,sort:i?"Ascending":"None",filterType:"",index:c,filter:[],isCustomField:-1!==h.indexOf("_custom_group")||-1!==h.indexOf("_date_group"),showRemoveIcon:!(u&&"showRemoveIcon"in u)||u.showRemoveIcon,showFilterIcon:!(u&&"showFilterIcon"in u)||u.showFilterIcon,showSortIcon:!(u&&"showSortIcon"in u)||u.showSortIcon,showNoDataItems:!!(u&&"showNoDataItems"in u)&&u.showNoDataItems,isCalculatedField:!!(u&&"isCalculatedField"in u)&&u.isCalculatedField,showEditIcon:!(u&&"showEditIcon"in u)||u.showEditIcon,showValueTypeIcon:!(u&&"showValueTypeIcon"in u)||u.showValueTypeIcon,allowDragAndDrop:!(u&&"allowDragAndDrop"in u)||u.allowDragAndDrop,showSubTotals:!(u&&"showSubTotals"in u)||u.showSubTotals,expandAll:!!(u&&"expandAll"in u)&&u.expandAll,pid:u&&"groupName"in u&&u.groupName?u.groupName:this.groupingFieldsInfo[h]?this.groupingFieldsInfo[h]:void 0,aggregateType:u&&"type"in u?this.getFieldType(u):"number"===(-1!==h.indexOf("_custom_group")||-1!==h.indexOf("_date_group")?"string":void 0===r||"undefined"===r?"number":r)?"Sum":"Count",baseField:u&&"baseField"in u?u.baseField:void 0,baseItem:u&&"baseItem"in u?u.baseItem:void 0},this.updateMembersOrder(h)),c++}}else{this.fieldList={};for(var c=0,g=this;c<d;)!function(){var a=s[c],o=g.getMappingField(a,g.dataSourceSettings.fieldMapping);void 0!==(r=t.isNullOrUndefined(g.groupedDataType[a])?o&&"dataType"in o&&o.dataType&&p.indexOf(o.dataType.toLowerCase())>-1?o.dataType.toLowerCase():ne.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:o&&"groupName"in o&&o.groupName?o.groupName:g.groupingFieldsInfo[a]?g.groupingFieldsInfo[a]:void 0,caption:o&&"caption"in o&&o.caption?o.caption:a,type:-1!==a.indexOf("_custom_group")||-1!==a.indexOf("_date_group")?"string":r,filterType:"",index:c,filter:[],sort:i?"Ascending":"None",isSelected:!1,isCustomField:-1!==a.indexOf("_custom_group")||-1!==a.indexOf("_date_group"),showFilterIcon:!(o&&"showFilterIcon"in o)||o.showFilterIcon,showRemoveIcon:!(o&&"showRemoveIcon"in o)||o.showRemoveIcon,showSortIcon:!(o&&"showSortIcon"in o)||o.showSortIcon,showEditIcon:!(o&&"showEditIcon"in o)||o.showEditIcon,showValueTypeIcon:!(o&&"showValueTypeIcon"in o)||o.showValueTypeIcon,allowDragAndDrop:!(o&&"allowDragAndDrop"in o)||o.allowDragAndDrop,showSubTotals:!(o&&"showSubTotals"in o)||o.showSubTotals,showNoDataItems:!!(o&&"showNoDataItems"in o)&&o.showNoDataItems,isCalculatedField:!!(o&&"isCalculatedField"in o)&&o.isCalculatedField,expandAll:!!(o&&"expandAll"in o)&&o.expandAll,aggregateType:o&&"type"in o?g.getFieldType(o):"number"===(-1!==a.indexOf("_custom_group")||-1!==a.indexOf("_date_group")?"string":void 0===r||"undefined"===r?"number":r)?"Sum":"Count",baseField:o&&"baseField"in o?o.baseField:void 0,baseItem:o&&"baseItem"in o?o.baseItem:void 0},g.updateMembersOrder(a),c++}()}this.groupedDataType={},this.updateTreeViewData(l)},e.prototype.getFieldType=function(e){return t.isNullOrUndefined(e.dataType)||"number"===e.dataType||"DistinctCount"===e.type||"Count"===e.type||(e.type="Count"),e.type},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=this.getFieldType(e[a]),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 o=["_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)||!o.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),o=this,s=0,l=n.length;s<l;s++)!function(t,i){var a=o.calculatedFields[n[t]],r=a.properties,s=(r?r.formula:a.formula).trim(),l=s.replace(/"/g,"");a.formula=l.indexOf("^")>-1?o.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"===o.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=s.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]);o.calculatedFormulas[a.name]?o.calculatedFormulas[a.name].push({index:f,type:m,formula:u}):o.calculatedFormulas[a.name]=[{index:f,type:m,formula:u}]}}}(s);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 o=n[r],s=0,l=a;s<l.length;s++){var d=l[s];if(o.name===d.name&&"Value"===o.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","PercentageOfRunningTotals"].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,o=r[e];n[o].members&&!this.allowDataCompression||(n[o].members={},this.allowDataCompression&&(n[o].isMembersFilled=!1)),n[o].dateMember&&!this.allowDataCompression||(n[o].dateMember=[]);var s=n[o].members,l=n[o].dateMember;if((n[o].isSelected||i.has(e))&&!n[o].isMembersFilled){for(var d=Object.keys(s).length>0,p=0,h=n[o].expandAll,u=ne.isDateField(o,this),c=0;c<a;c++){var g=this.data[c][this.fieldKeys[o]],m=g;if(m=this.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(m):m,!d){var f=u?this.getFormattedValue(m,o):{formattedText:null===m?this.localeObj?this.localeObj.getConstant("null"):String(m):void 0===m?this.localeObj?o 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?o in this.groupingFields?this.localeObj.getConstant("groupOutOfRange"):this.localeObj.getConstant("undefined"):String(m):m};Object.prototype.hasOwnProperty.call(s,m)?s[m].index.push(c):(p++,s[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[o].type?isNaN(Number(g))?void 0:Number(g):1,S={ordinal:s[m].ordinal,member:v};this.valueMatrix[c]||(this.valueMatrix[c]=[]),this.valueMatrix[c][e]=S}n[o].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],o=0;o<n.length;o++){var s=n[o];a.add(s.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 o=e[n],s=r[o];if(s.isMembersFilled){var l=this.data[i][this.fieldKeys[o]];this.valueMatrix[i][n].member=t.isNullOrUndefined(l)?l:"number"===s.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,o=0;o<n.length;o++)void 0!==i.exclude&&void 0!==i.exclude.indexObject[n[o]]||t.push(n[o]);else for(o=0;o<r;o++)void 0!==i.exclude&&void 0!==i.exclude.indexObject[o]||t.push(o)},e.prototype.getFilters=function(e,t){for(var i=e.filterSettings?e.filterSettings:[],a=!1,r=[],n=0,o=i.length;n<o;n++){var s=i[n].properties?i[n].properties:i[n];this.fieldList[s.name]&&this.fieldList[s.name].isSelected&&this.isValidFilterField(s,e.allowMemberFilter,e.allowLabelFilter)&&(this.applyLabelFilter(s),s&&(r=s.items),s.type&&"Include"===s.type?(this.frameFilterList(r,s.name,t,"include",s.showLabelFilter,a),a=!0):this.frameFilterList(r,s.name,t,"exclude",s.showLabelFilter),s.showLabelFilter&&(s.items=[],s.type=s.showDateFilter?"Date":s.showNumberFilter?"Number":"Label"))}return a},e.prototype.isValidFilterField=function(e,i,a){var r=e.name,n=!1,o=["Include","Exclude"],s=t.extend([],this.dataSourceSettings.rows,null,!0);if(s=s.concat(this.dataSourceSettings.columns),this.fieldList[r].isSelected&&i&&o.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=s;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 o=n[r],s=this.getParsedValue(e.name,e.value1),l=this.getParsedValue(e.name,e.value2),d=this.getParsedValue(e.name,o);this.validateFilterValue(d,e.condition,s,l)&&e.items.push(o)}}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,o=e;n<o.length;n++){var s=o[n],l=s.toLowerCase();if(i.toString())switch(t){case"Equals":case"DoesNotEquals":l===i.toLowerCase()&&r.push(s);break;case"BeginWith":case"DoesNotBeginWith":0===l.indexOf(i.toLowerCase())&&r.push(s);break;case"EndsWith":case"DoesNotEndsWith":null!==l.match(i.toLowerCase()+"$")&&r.push(s);break;case"Contains":case"DoesNotContains":l.indexOf(i.toLowerCase())>-1&&r.push(s);break;case"GreaterThan":l>i.toLowerCase()&&r.push(s);break;case"GreaterThanOrEqualTo":l>=i.toLowerCase()&&r.push(s);break;case"LessThan":l<i.toLowerCase()&&r.push(s);break;case"LessThanOrEqualTo":l<=i.toLowerCase()&&r.push(s);break;case"Between":case"NotBetween":l>=i.toLowerCase()&&l<=a.toLowerCase()&&r.push(s);break;default:l===i.toLowerCase()&&r.push(s)}}return r},e.prototype.getDateFilterMembers=function(e,t,i,a,r){for(var n=[],o=0,s=e;o<s.length;o++){var l=s[o],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,o){var s=0,l=this.fieldList[i];l.filter=e,l.filterType=r,l.isExcelFilter=n;var d=i in this.groupingFields,p=ne.getFormattedMembers(l.members,i,this,n,d),h=o,u={},c={};for(u[r]={indexObject:{},index:[]},this.fieldFilterMem[i]={memberObj:{}};!t.isNullOrUndefined(e[s]);){if(p[e[s]]){var g=p[e[s]].index;if("include"===r)for(var m=0,f=g.length;m<f;m++)h&&void 0===a[r].indexObject[g[m]]||(u[r].indexObject[g[m]]=g[m],u[r].index.push(g[m]));else{for(var m=0,f=g.length;m<f;m++)void 0===a[r].indexObject[g[m]]&&(a[r].indexObject[g[m]]=g[m],a[r].index.push(g[m]));this.fieldFilterMem[i].memberObj[e[s]]=e[s]}}s++}if("include"===r){a[r]=u[r];for(m=0;m<e.length;m++)p[e[m]]&&(c[e[m]]=e[m]);for(var v=Object.keys(p),m=0,f=v.length;m<f;m++)void 0===c[v[m]]&&(this.fieldFilterMem[i].memberObj[v[m]]=v[m])}},e.prototype.applyValueFiltering=function(e,i,a,r,n,o,s){this.isValueFiltered=!1;var l=t.extend({},"row"===s&&this.rowGrandTotal?this.rowGrandTotal:"column"===s&&this.columnGrandTotal?this.columnGrandTotal:"Top"!==this.dataSourceSettings.grandTotalsPosition?a[a.length-1]:a[0],null,!0);return this.getFilteredData(a,r,n,o,i,e.name,l,s),this.isValueFiltered&&(("row"===s&&null===this.rowGrandTotal||"column"===s&&null===this.columnGrandTotal)&&o.push(l),a=o),a},e.prototype.getFilteredData=function(e,i,a,r,n,o,s,l){for(var d=e.length,p=0;p<d;p++)if(a[o])if(e[p].level===n){this.isValueFiltered=!0,this.fieldList[o].isExcelFilter=!0;var h=0,u=a[o].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=a[o].condition;if("Top"===f||"Bottom"===f){var v=e[p].valueSort?e[p].valueSort.levelName:"",S=this.applyTopBottomFiltering(o,n,e,a[o],v,i,l),y=e[p].actualText;if(S.has(y)||"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{w=(x=this.removefilteredData(e[p],this.valueFilteredData))||e[p];this.validateFilteredParentData(w,this.valueFilteredData,s,0,n,l)}}else{var b=this.getParsedValue(u,a[o].value1),C=this.getParsedValue(u,a[o].value2);if(this.validateFilterValue(h,a[o].condition,b,C)||"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 x=this.removefilteredData(e[p],this.valueFilteredData),w=x||e[p];this.validateFilteredParentData(w,this.valueFilteredData,s,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,o,s,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.applyTopBottomFiltering=function(e,t,i,a,r,n,o){var s=e+"_"+t+"_"+(r||"global")+"_"+a.condition+"_"+a.measure+"_"+a.value1;if(this.topBottomFilterCache[s])return this.topBottomFilterCache[s];var l,d=parseInt(a.value1,10);l=isNaN(d)?10:d;var p=new Set;if(l<=0)return this.topBottomFilterCache[s]=p,p;for(var h=[],u=i.length,c=a.measure,g=this.fieldList[c].index,m=this.fieldList[c].aggregateType,f=0;f<u;f++)if(i[f].level===t&&"grand sum"!==i[f].type&&"sum"!==i[f].type){var v=0,S=i[f];this.rawIndexObject={},v="row"===o?this.getAggregateValue(S.index,n.indexObject,g,m,!1):this.getAggregateValue(n.index,S.indexObject,g,m,!1),this.rawIndexObject={},h.push({memberId:S.actualText,memberName:S.actualText,aggregateValue:v,member:S})}var y=a.condition,b=h.filter(function(e){return void 0!==e.aggregateValue&&null!==e.aggregateValue&&0!==e.aggregateValue});"Top"===y?b.sort(function(e,t){return t.aggregateValue-e.aggregateValue}):"Bottom"===y&&b.sort(function(e,t){return e.aggregateValue-t.aggregateValue});for(var C=Math.min(l,b.length),f=0;f<C;f++)p.add(b[f].memberId);return this.topBottomFilterCache[s]=p,p},e.prototype.validateFilteredParentData=function(e,t,i,a,r,n){if(t.length>0)for(var o=0,s=t;o<s.length;o++){var l=s[o];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 o=0,s=e;o<s.length;o++){var l=s[o];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),t.isNullOrUndefined(r)&&this.customProperties.isTabularLayout&&(this.rowMaxLevel=0),this.updateDataSourceSettings(e,i);var o=e.columns?e.columns:[],s=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||o[0]&&o[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=[],this.levelMap={},0!==l.length&&0!==p.length&&(this.rMembers=this.getIndexedHeaders(l,s,this.customProperties.isTabularLayout?this.rowMaxLevel:0,l[0].showNoDataItems?h:this.filterMembers,"row","",this.allowValueFilter),this.updateRowMaxLevel()),0!==o.length&&0!==p.length&&(this.cMembers=this.getIndexedHeaders(o,s,0,o[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=o.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===o[A].name&&x[N.measure]&&!E){E=!0,f=this.applyValueFiltering(o[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=ne.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,s,0,l[0].showNoDataItems?h:this.filterMembers,"row",""):[],this.cMembers=0!==o.length?this.getIndexedHeaders(o,s,0,o[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,o,this.rMembers,this.cMembers,p),this.getHeaderData(l,o,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),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.frameDrillObject(e);var t=this.getHeadersInfo(e.fieldName,e.axis);this.performDrillOperation(t.headers,e,t.fields,t.position,0),"row"===t.axis&&this.updateRowMaxLevel(),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.isFilterAction=!0,this.frameDrillObject(),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 o=n[r];a[o]=o}this.filterMembers=[],this.fieldFilterMem={},this.updateFilterMembers(t);for(var s=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<s.length;u++)this.filterPosObj[s[u]]=s[u];for(var u=0;u<this.valueMatrix.length;u++)h.push(u);s=h}this.performFilterCommonUpdate(e,i,s),"column"===i.axis?(i=this.getHeadersInfo("","row"),this.performFilterCommonUpdate(e,i,s)):(i=this.getHeadersInfo("","column"),this.performFilterCommonUpdate(e,i,s)),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 o=e[n].valueSort.levelName.split(this.valueSortSettings.headerDelimiter);if(t.memberName===o.join(t.delimiter?t.delimiter:"**")){if("down"===t.action){d=this.getRowMemberContributionCount(e[n]);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));p=this.getRowMemberContributionCount(e[n])-d;this.rowCount+=p;var s=void 0;if("row"===t.axis)s=this.applyValueSorting(e[n].members,this.cMembers),e[n].members=s.rMembers,this.customProperties.isTabularLayout||(this.rowCount+=this.showSubTotalsAtBottom?1:0),this.drillDownLevel(e[n].level,!0);else{var l=this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&i[a].showSubTotals;this.columnCount-=l?0:this.colValuesLength,s=this.applyValueSorting(this.rMembers,e[n].members),e[n].members=s.cMembers}}else{var d=this.getRowMemberContributionCount(e[n]);e[n].isDrilled=!1,this.updateHeadersCount(e[n].members,t.axis,a,i,"minus",!0);var p=this.getRowMemberContributionCount(e[n])-d;this.rowCount+=p,e[n].members=[],"row"===t.axis&&(this.drillUpLevel(e[n].level),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,o=!0,s=this;n<e.length&&o;)!function(){if(i.position===r){var l=s;e=e.filter(function(e){return""!==l.fieldFilterMem[t.name].memberObj[e.formattedText]&&(!l.fieldFilterMem[t.name].memberObj[e.formattedText]||"grand sum"===e.type)}),o=!1}else e[n].members.length>0&&(e[n].members=s.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 o={},s=0,l=e[a].members;s<l.length;s++){var d=l[s];o[d.valueSort.levelName.toString()]=d.valueSort.levelName.toString()}var p=r.headerObjectsCollection[n].filter(function(e){return!o[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,o=this.filterMembers;n<o.length;n++){var s=o[n];r[s]=s}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);var m=!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showRowGrandTotals)||!(this.dataSourceSettings.rows.length>0),f=!(!this.dataSourceSettings.showGrandTotals||!this.dataSourceSettings.showColumnGrandTotals)||!(this.dataSourceSettings.columns.length>0);"row"===t.axis?(this.cMembers=this.getIndexedHeaders(this.dataSourceSettings.columns,this.data,0,this.filterMembers,"column",""),f&&this.insertAllMember(this.cMembers,this.filterMembers,"","column")):(this.rMembers=this.getIndexedHeaders(this.dataSourceSettings.rows,this.data,0,this.filterMembers,"row",""),m&&this.insertAllMember(this.rMembers,this.filterMembers,"","row"))}"row"===t.axis?(this.rowCount=0,this.levelMap={}):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,this.updateRowMaxLevel()):(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 v=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,v?i:this.filterMembers,"row",""),this.cMembers=this.getIndexedHeaders(this.dataSourceSettings.columns,this.data,0,v?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),v&&(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,o=a;n<o.length&&o[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.isFilterAction?this.isFilterAction=!1: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),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 o=0,s=a[i],l=!0;for(l="column"===t?this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&(!s||s.showSubTotals):this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals&&(!s||s.showSubTotals);o<e.length;){if("row"===t){var d=this.getRowMemberContributionCount(e[o]);this.rowCount+="plus"===r?d:-d}else this.columnCount-="plus"===r?-(1===this.valueAxis?1:this.dataSourceSettings.values.length):1===this.valueAxis?1:this.dataSourceSettings.values.length;e[o].members.length>0&&(this.updateHeadersCount(e[o].members,t,i+1,a,r,!0),"row"===t&&(this.rowCount-=this.showSubTotalsAtBottom&&!this.customProperties.isTabularLayout&&e[o].hasChild&&e[o].isDrilled?1:0,"plus"===r?this.drillDownLevel(e[o].level):this.drillUpLevel(e[o].level))),o++}"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=[],o=[],s=[],l=0;l<e.length;l++)if(isNaN(Number(e[l].actualText.toString().charAt(0))))n.push(e[l]);else{if(""!==e[l].actualText){o.push(e[l]);break}s.push(e[l])}return o.length>0&&(o=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 o=!1,s=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:s&&s.length>0?s: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(s&&s.length>0?ne.applyCustomSort(l,a,n):(ne.applyHeadersSort(a,r,n,p),o=!0),o&&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&&ne.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,o=t?this.dataSourceSettings.rows.length>0:this.dataSourceSettings.columns.length>0,s=!(!this.dataSourceSettings.showGrandTotals||!n)||!o,l=!0;e.includes(this.localeObj.getConstant("grandTotal"))&&!s&&(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,o=t.indexOf(n);if(o>-1){t.splice(o,1),t.push(n),e=t.join(this.valueSortSettings.headerDelimiter);break}}return e},e.prototype.getHeaderDetails=function(e,i){for(var a,r,n,o=e.split(this.valueSortSettings.headerDelimiter),s="",l=0;l<this.dataSourceSettings.values.length;l++){if(this.dataSourceSettings.values[l].caption===o[o.length-1]){n=this.dataSourceSettings.values[l].name;break}n=o[o.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<o.length-1;l++)s=""===s?o[l]:s+this.valueSortSettings.headerDelimiter+o[l];a=this.fieldList[n].index,r=this.fieldList[n].aggregateType}else{if(!this.dataSourceSettings.alwaysShowValueHeader||1===o.length||i&&"row"!==this.dataSourceSettings.valueAxis||!i&&"column"!==this.dataSourceSettings.valueAxis)s=e;else for(l=0;l<o.length-1;l++)s=""===s?o[l]:s+this.valueSortSettings.headerDelimiter+o[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:s,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=[],o=0,s=e;o<s.length;o++)if("grand sum"===(u=s[o]).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=ne.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.isMultiValueRowAxis&&!this.customProperties.isTabularLayout?1:0)),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.isMultiValueRowAxis&&!this.customProperties.isTabularLayout?1:0)):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,o=a.length,s=void 0,l=1,d=this.showSubTotalsAtTop?this.reformAxisCount:o,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)),s={index:c.index,indexObject:c.indexObject},c.index=[],c.indexObject={},r=t.extend({},c,null,!0),c.index=s.index,c.indexObject=s.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=s.index,a[p].indexObject=this.headerContent[i][p].indexObject=s.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,o=this.fieldList[i.name],s=o&&o.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||s)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||s)&&m||!this.isExpandAll||!s)&&((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.getRowMemberContributionCount=function(e){var t=e.isDrilled&&e.hasChild,i=e.valueSort&&e.valueSort.axis,a=e.level<=this.measureIndex&&this.isMultiValueRowAxis,r=!t&&!a||!this.customProperties.isTabularLayout;return((this.dataSourceSettings.showRowSubTotals&&this.dataSourceSettings.showSubTotals&&this.fieldList[i]&&this.fieldList[i].showSubTotals?a||t&&this.showSubTotalsAtBottom:a&&!t)?this.rowValuesLength:0)+(r?1:0)},e.prototype.getIndexedHeaders=function(e,i,a,r,n,o,s){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(U=0;U<this.dataSourceSettings.rows.length;U++)this.reportDataType[this.dataSourceSettings.rows[U].name]=this.dataSourceSettings.rows[U].dataType;for(U=0;U<this.dataSourceSettings.columns.length;U++)this.reportDataType[this.dataSourceSettings.columns[U].name]=this.dataSourceSettings.columns[U].dataType;for(U=0;U<this.dataSourceSettings.values.length;U++)this.reportDataType[this.dataSourceSettings.values[U].name]=this.dataSourceSettings.values[U].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;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=o+this.valueSortSettings.headerDelimiter+(this.customProperties.isTabularLayout?this.getFormattedValue(x.formattedText,g.caption).formattedText:x.formattedText),x.valueSort[o+this.valueSortSettings.headerDelimiter+x.formattedText]=1,x.valueSort.uniqueName=o+this.valueSortSettings.headerDelimiter+(x.actualText?x.actualText:x.formattedText),x.valueSort[o+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=!(!s||!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++){this.frameHeaderObjectsCollection||("row"===n?this.rowCount+=this.getRowMemberContributionCount(l[E]):this.columnCount+=l[E].level<=this.measureIndex?this.colValuesLength:1);var F=null;if(l[E].valueSort&&l[E].valueSort.levelName&&(F=l[E].valueSort.levelName),o=F||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 L=l[E].index.length,A=0,R=0;R<L;R++){T=i[l[E].index[R]][this.fieldKeys[e[a+1].name]];(t.isNullOrUndefined(T)||this.localeObj&&T===this.localeObj.getConstant("undefined"))&&A++}l[E].hasChild=A!==L}if(p-1>a&&l[E].isDrilled){this.columnCount-=this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals&&c.showSubTotals||"column"!==n?0:this.colValuesLength;var k=l[E].index;l[E].members=this.getIndexedHeaders(e,i,a+1,void 0===k?[]:k,n,o,s),"row"===n&&l[E].members.length>0&&this.drillDownLevel(a),this.frameHeaderObjectsCollection&&(this.headerObjectsCollection[o]=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 j=[],H=void 0,V=[],q=[],U=0;U<l.length;U++)if(t.isNullOrUndefined(l[U].actualText.toString().match(/\d+/)))j.push(l[U]),H||"None"===g.sort||"Out of Range"===l[U].actualText&&(H=l[U],l.splice(U,1));else{if(""!==l[U].actualText){this.fieldList[u].isAlphanumeric=!0,V.push(l[U]);break}q.push(l[U])}return H&&("Ascending"===g.sort?"Grand Total"===l[0].actualText?l.splice(1,0,H):l.splice(0,0,H):"Grand Total"===l[l.length-1].actualText?l.splice(l.length-1,0,H):l.splice(l.length,0,H)),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,o){var s=[],l=this.getOrderedIndex(o);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=o[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=[],s.push(g)))}for(var y=o.length-s.length;y>0;)s.push({members:[]}),y--;for(var b=0,C=s.length;b<C;b++)if(o[b].members.length>0){var x=null;o[b].valueSort&&o[b].valueSort.levelName&&(x=o[b].valueSort.levelName),n=x||o[b].formattedText,s[b].members=this.insertPosition(e,t,i+1,o[b].index,r,n,o[b].members)}return s}return s},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=0,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;if(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);else{var i=function(e,t){if(e&&0!==e.length)return e.find(function(e){return e&&e.type===t})},a=this.headerCollection&&this.headerCollection.rowHeaders?i(this.headerCollection.rowHeaders,"grand sum"):void 0,r=this.headerCollection&&this.headerCollection.columnHeaders?i(this.headerCollection.columnHeaders,"grand sum"):void 0,n=!!(this.dataSourceSettings&&this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals),o=!!(this.dataSourceSettings&&this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showColumnGrandTotals);if(this.rowGrandTotal=this.rowGrandTotal?this.rowGrandTotal:a&&n?a:null,this.columnGrandTotal=this.columnGrandTotal?this.columnGrandTotal:r&&o?r:null,!this.rowGrandTotal||"grand sum"!==this.rowGrandTotal.type){var s=this.insertAllMember([],this.filterMembers,"","row");s&&s.length>0&&(this.rowGrandTotal=s[0],this.removeRowGrandTotal=!0)}if(!this.columnGrandTotal||"grand sum"!==this.columnGrandTotal.type){var l=this.insertAllMember([],this.filterMembers,"","column");l&&l.length>0&&(this.columnGrandTotal=l[0],this.removeColumnGrandTotal=!0)}}}},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+="row"===a?this.getRowMemberContributionCount(e[r]):e[r].level<=this.measureIndex?this.colValuesLength:1,!this.pageInLimit&&i<=this.memberCnt&&("column"===a?this.colFirstLvl=this.colFirstLvl+e[r].level:this.customProperties.isTabularLayout||(this.rowFirstLvl=this.rowFirstLvl+e[r].level),this.pageInLimit=!0),this.pageInLimit&&!this.enablePaging&&("column"===a?this.endPos<=this.memberCnt: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("row"===a&&e[r]&&e[r].members&&e[r].members.length>0&&e[r].members[e[r].members.length-1]&&e[r].members[e[r].members.length-1].valueSort&&e[r].members[e[r].members.length-1].valueSort.levelName&&this.addLastMember(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),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.addLastMember=function(e,t){var i=this.lastMember[e];i?"string"==typeof i&&i!==t?this.lastMember[e]=[i,t]:Array.isArray(i)&&!i.includes(t)&&i.push(t):this.lastMember[e]=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 o=0,s=t.length;o<s;o++)n.indexObject[t[o]]=t[o];return"Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals?e.unshift(n):e.push(n),e},e.prototype.getTableData=function(e,i,a,r,n,o,s,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,o,f,u,0,s,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]=ne.getFormattedHeader(g,this),this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)){var x=c,w=m,T=c,M=!1;if(((0!==s||0!==this.measureIndex)&&!f||f)&&"value"===g.type&&!g.valueSort.axis||s>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<o;D++)if(P.indexOf(this.dataSourceSettings.values[D].name)>-1){O=!0,M=!0;break}if(s>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,o,f,u,o,s,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<o;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,o,f,u,0,s,l,d)}}}},e.prototype.insertRowSubTotals=function(e,t,i,a,r,n,o,s){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=ne.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=ne.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,o,s),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,b=void 0,C=void 0,x=!1;if(e&&e[i]&&e[i].members&&e[i].members.length>0){var w=e[i].members[e[i].members.length-1];w.valueSort&&"string"==typeof w.valueSort.levelName&&(b=w.valueSort.levelName)}this.lastMember&&e&&e[i]&&this.lastMember[e[i].actualText]&&(C=this.lastMember[e[i].actualText]),"string"==typeof b&&C&&(Array.isArray(C)?x=-1!==C.indexOf(b):"string"==typeof C&&(x=C===b)),(!this.enableVirtualization||this.enableVirtualization&&x)&&this.getTableData([p],e,t,i,a,r,n,o,s,y),d=[i]}for(S=0;S<d.length;S++){var T=a[d[S]];T=T.map(function(e){return e.formattedText=0===e.colIndex?e.formattedText:"",e}),a[d[S]]=T}}},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,o=0;o<n;o++)switch(r[o].type){case"DifferenceFrom":case"PercentageOfDifferenceFrom":var s=void 0,l=void 0;this.selectedHeaders.values.push(r[o].name),r[o].baseField&&r[o].baseItem?(s=r[o].baseField,l=r[o].baseItem):this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)&&t.length>0?(s=t[0].name,l=Object.keys(this.fieldList[t[0].name].members)[0]):e.length>0&&(s=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===s){this.getAggregatedHeaderData(i,r[o].name,l,!1,"row",r[o].type,this.selectedHeaders.selectedHeader,o),d=!0;break}if(!d)for(var u=0,c=t;u<c.length;u++)if(c[u].name===s){this.getAggregatedHeaderData(a,r[o].name,l,!1,"column",r[o].type,this.selectedHeaders.selectedHeader,o);break}break;case"PercentageOfParentRowTotal":case"PercentageOfParentColumnTotal":this.selectedHeaders.values.push(r[o].name),this.getAggregatedHeaderData("PercentageOfParentRowTotal"===r[o].type?i:a,r[o].name,void 0,!1,"PercentageOfParentRowTotal"===r[o].type?"row":"column",r[o].type,this.selectedHeaders.selectedHeader,o);break;case"RunningTotals":case"PercentageOfRunningTotals":this.selectedHeaders.values.push(r[o].name),this.getAggregatedHeaderData(this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)?a:i,r[o].name,void 0,!1,this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)?"column":"row",r[o].type,this.selectedHeaders.selectedHeader,o);break;case"PercentageOfParentTotal":s=void 0;this.selectedHeaders.values.push(r[o].name),r[o].baseField?s=r[o].baseField:this.valueAxis&&(this.isMultiMeasures||this.dataSourceSettings.alwaysShowValueHeader)&&t.length>0?s=t[0].name:e.length>0&&(s=e[0].name);for(var d=!1,g=e.length,m=0;m<g;m++)if(e[m].name===s){f=m>=this.measureIndex?m+1:m;this.getAggregatedHeaderData(i,r[o].name,void 0,!1,"row",r[o].type,this.selectedHeaders.selectedHeader,o,f),d=!0;break}if(!d)for(var g=t.length,m=0;m<g;m++)if(t[m].name===s){var f=m;this.valueAxis||this.isLastHeaderHasMeasures||(f=m>=this.measureIndex?m+1:m),this.getAggregatedHeaderData(a,r[o].name,void 0,!1,"column",r[o].type,this.selectedHeaders.selectedHeader,o,f);break}}},e.prototype.getAggregatedHeaderData=function(e,i,a,r,n,o,s,l,d){for(var p=0,h=e;p<h.length;p++){var u=h[p];switch(o){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(s.push(this.updateSelectedHeaders(a,u.level,n,r,i,o,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,o,s[s.length-1].childMembers,l)}}else u.members.length>0&&this.getAggregatedHeaderData(u.members,i,a,!1,n,o,s,l);break;case"RunningTotals":case"PercentageOfRunningTotals":case"PercentageOfParentRowTotal":case"PercentageOfParentColumnTotal":"grand sum"===u.type?s.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,o,u.valueSort.levelName,e,l+1)):u.members.length>0&&(s.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,o,u.valueSort.levelName,u.members,l+1)),this.getAggregatedHeaderData(u.members,i,void 0,!1,n,o,s,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=s[s.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);s.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,o,u.valueSort.levelName,M,l+1)),(C=s[s.length-1].aggregateHeaders).push(t.extend({},u,null,!0))}this.getAggregatedHeaderData(u.members,i,void 0,!0,n,o,s,l,d+1)}else r||s.push(this.updateSelectedHeaders(void 0,u.level,n,!1,i,o,u.valueSort.levelName,[u],l+1));else u.members.length>0&&this.getAggregatedHeaderData(u.members,i,void 0,!1,n,o,s,l,d)}}},e.prototype.updateSelectedHeaders=function(e,i,a,r,n,o,s,l,d){return{name:e,level:i,axis:a,isChild:r,value:n,type:o,uniqueName:s,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=[],o=!1,s=i.length,l=0;l<s;l++)if(void 0!==i[l]&&void 0!==i[l][0]){if(!o)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),o=!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.calculateColumnGrandTotals=function(e,t,i,a,r,n){for(var o={},s=0,l=t;s<l.length;s++){for(var d=l[s],p=0,h=0,u=n;h<u.length;h++)for(var c=u[h],g=0,m=e;g<m.length;g++){var f=m[g];if(void 0!==i[f]){var v=a[f][d];i[f].valueSort[c.valueSort.levelName]&&i[f].level===c.level&&"grand sum"!==i[f].type&&"value"===v.axis&&v.actualText===r&&(p+=this.extractRunningTotalValue(v))}}o[d.toString()]=p}return o},e.prototype.calculateRowGrandTotals=function(e,t,i,a,r){for(var n={},o=0,s=e;o<s.length;o++){var l=s[o],d=0;if(void 0!==i[l])for(var p=0,h=r;p<h.length;p++)for(var u=h[p],c=t.length,g=0;g<c;g++){var m=i[l][g];void 0!==t[g]&&t[g].valueSort[u.valueSort.levelName]&&"value"===m.axis&&m.actualText===a&&"grand sum"!==t[g].type&&(d+=this.extractRunningTotalValue(m))}n[l.toString()]=d}return n},e.prototype.convertRunningTotalToPercentage=function(e,t,i){var a=0===t?0:e/t;return{actualValue:a,formattedText:0===a&&0===e?this.emptyCellTextContent:this.globalize.formatNumber(a,{format:"P",maximumFractionDigits:this.getPercentFormat(this.formatFields,i)})}},e.prototype.extractRunningTotalValue=function(e){return e.showSubTotals||!t.isNullOrUndefined(e.actualValue)&&isNaN(e.actualValue)?t.isNullOrUndefined(e.value)||isNaN(e.value)?0:e.value:e.actualValue},e.prototype.isRowSubtotal=function(e,i){return i[e]&&i[e].hasChild&&i[e].isDrilled&&(!t.isNullOrUndefined(i[e].showSubTotals)&&!i[e].showSubTotals||!this.dataSourceSettings.showSubTotals||!this.dataSourceSettings.showRowSubTotals)},e.prototype.accumulateRowBasedRunningValues=function(e,t,i,a,r,n,o,s){for(var l=0,d=e;l<d.length;l++)for(var p=d[l],h=0,u=0,c=n;u<c.length;u++)for(var g=c[u],m=0,f=t;m<f.length;m++){var v=f[m];if(void 0!==i[v]){var S=a[v][p];if(void 0!==i[v]&&i[v].valueSort[g.valueSort.levelName]&&i[v].level===g.level&&"value"===S.axis&&S.actualText===r){"grand sum"!==i[v].type&&(h+=this.extractRunningTotalValue(S));var y=s(h,p);S.formattedText=S.showSubTotals?y.formattedText:S.formattedText,this.aggregatedValueMatrix[v]||(this.aggregatedValueMatrix[v]=[]),this.aggregatedValueMatrix[v][p]=y.actualValue,o[v+","+p]&&delete o[v+","+p]}}}},e.prototype.accumulateColumnBasedRunningValues=function(e,t,i,a,r,n,o,s){for(var l=0,d=e;l<d.length;l++){var p=d[l];if(void 0!==a[p])for(var h=0,u=0,c=n;u<c.length;u++)for(var g=c[u],m=t.length,f=0;f<m;f++){var v=a[p][f];if(void 0!==t[f]&&t[f].valueSort[g.valueSort.levelName]&&"value"===v.axis&&v.actualText===r){"grand sum"!==t[f].type&&(h+=this.extractRunningTotalValue(v));var S=s(h,p);v.formattedText=v.showSubTotals?S.formattedText:v.formattedText,this.aggregatedValueMatrix[p]||(this.aggregatedValueMatrix[p]=[]),this.aggregatedValueMatrix[p][f]=S.actualValue,o[p+","+f]&&delete o[p+","+f]}}}},e.prototype.updateAggregates=function(e,i,a,r,n,o,s){for(var l=this,d=this,p=0,h=r;p<h.length;p++)!function(r){var p=r.aggregateHeaders,h=r.value,u=r.type,c=r.uniqueName,g="row"===r.axis,m=void 0,f=[],v=[],S=[],y=[],b=[],C=[];if(-1!==["DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentRowTotal","PercentageOfParentColumnTotal","PercentageOfParentTotal","RunningTotals","PercentageOfRunningTotals"].indexOf(r.type))if(g){if("RunningTotals"!==r.type&&"PercentageOfRunningTotals"!==r.type)for(var x=0,w=o;x<w.length;x++){W=w[x];if(void 0!==e[W]&&e[W].valueSort[c]){m=e[W],b=0===d.valueAxis||d.valueAxis&&a[W]&&a[W][1]&&a[W][1].actualText===h?a[W]:[];break}}}else{for(var T=a.length,M=0;M<T&&(void 0!==a[M]&&void 0===a[M][0]);M++)S.push(a[M]);for(var D=S.length;D--;){var O=(L=S[D][n[0]]).actualText;-1===d.selectedHeaders.values.indexOf(O)&&(v=S[D],D=0)}if("RunningTotals"!==r.type&&"PercentageOfRunningTotals"!==r.type){for(var P=v.length,N=0;N<P;N++){Te=!1;if(void 0!==v[N]&&v[N].valueSort[c]){m=v[N];for(var E=a.length,M=0;M<E;M++)void 0!==(L=a[M])&&void 0!==L[0]&&"value"===L[N].axis&&-1!==d.selectedHeaders.values.indexOf(L[N].actualText)&&(Te=!0,C[M]=L[N],y.push(M));if(Te)break}}if(0===C.length&&0===y.length)for(var P=v.length,N=0;N<P;N++){Te=!1;if(void 0!==v[N]&&0===v[N].valueSort.levelName.indexOf(c)){m=v[N];for(var I=a.length,F=0;F<I;F++){var L=a[F];void 0!==L&&void 0!==L[0]&&"value"===L[N].axis&&-1!==d.selectedHeaders.values.indexOf(L[N].actualText)&&(Te=!0,y.push(F))}if(Te)break}}}}switch(r.type){case"DifferenceFrom":case"PercentageOfDifferenceFrom":var A=r.isChild;if(g){if(A)for(var R=c.split(d.valueSortSettings.headerDelimiter),k=0,j=o;k<j.length;k++){var H=j[k];if(void 0!==e[H]&&void 0!==m&&-1!==(ie=e[H].valueSort.levelName.split(d.valueSortSettings.headerDelimiter)).indexOf(R[R.length-1])&&m&&e[H].level===m.level)for(var V=0,q=n;V<q.length;V++){J=q[V];"value"===(Z=a[H][J]).axis&&Z.actualText===h&&(f.push([H,J]),s[H+","+J]&&delete s[H+","+J])}}else for(var U=0,B=p;U<B.length;U++)for(var _=B[U],G=0,z=o;G<z.length;G++){var W=z[G];if(void 0!==e[W]&&void 0!==m&&e[W].valueSort[_.valueSort.levelName]&&e[W].level===m.level&&"grand sum"!==e[W].type)for(var Q=0,Y=n;Q<Y.length;Q++){J=Y[Q];"value"===(Z=a[W][J]).axis&&Z.actualText===h&&(f.push([W,J]),s[W+","+J]&&delete s[W+","+J])}}for(var K=0,X=f;K<X.length;K++){var J=X[K],Z=a[J[0]][J[1]],$=t.isNullOrUndefined(b[J[1]].actualValue)?0:b[J[1]].actualValue,ee=(t.isNullOrUndefined(Z.actualValue)?0:Z.actualValue)-$;ee=isNaN(ee)?0:0===Z.value&&0===b[J[1]].value?0:ee,d.aggregatedValueMatrix[J[0]]||(d.aggregatedValueMatrix[J[0]]=[]),"DifferenceFrom"===u?(d.aggregatedValueMatrix[J[0]][J[1]]=ee,Z.formattedText=0===ee?d.emptyCellTextContent:d.getFormattedValue(ee,h).formattedText):(ee=0===$?0:ee/$,d.aggregatedValueMatrix[J[0]][J[1]]=ee,Z.formattedText=Z.showSubTotals?0!==ee?d.globalize.formatNumber(ee,{format:"P",maximumFractionDigits:d.getPercentFormat(d.formatFields,Z.actualText)}):d.emptyCellTextContent:Z.formattedText)}}else{if(A)for(var R=c.split(d.valueSortSettings.headerDelimiter),P=v.length,te=0;te<P;te++){Te=!1;if(void 0!==v[te]){var ie=v[te].valueSort.levelName.split(d.valueSortSettings.headerDelimiter);if(-1!==ie.indexOf(R[R.length-1])&&v[te].level===m.level){for(var ae=0,re=y;ae<re.length;ae++){J=re[ae];"value"===(Z=a[J][te]).axis&&Z.actualText===h&&(Te=!0,f.push([J,te]),s[J+","+te]&&delete s[J+","+te])}if(Te)break}}}else for(var ne=0,oe=p;ne<oe.length;ne++)for(var _=oe[ne],P=v.length,N=0;N<P;N++){Te=!1;if(void 0!==v[N]&&v[N].valueSort[_.valueSort.levelName]&&m&&v[N].level===m.level&&"grand sum"!==v[N].type){for(var se=0,le=y;se<le.length;se++){J=le[se];"value"===(Z=a[J][N]).axis&&Z.actualText===h&&(Te=!0,f.push([J,N]),s[J+","+N]&&delete s[J+","+N])}if(Te)break}}var de=void 0;0===C.length&&(de=d.getSelectedColumn(r.uniqueName,i));for(var pe=0,he=f;pe<he.length;pe++){var J=he[pe],Z=a[J[0]][J[1]],ue=0;if(0===C.length){Ie=d.getSelectedRow(Z.rowHeaders,e);ue=d.getAggregateValue(Ie.index,de.indexObject,d.fieldList[h].index,r.type,!1)}else ue=C[J[0]].value;ee=Z.value-ue;ee=isNaN(ee)?0:ee,d.aggregatedValueMatrix[J[0]]||(d.aggregatedValueMatrix[J[0]]=[]),"DifferenceFrom"===u?(Z.formattedText=0===ee?d.emptyCellTextContent:d.getFormattedValue(ee,h).formattedText,d.aggregatedValueMatrix[J[0]][J[1]]=ee):(ee=0===C[J[0]].value?0:ee/C[J[0]].value,Z.formattedText=0!==ee?d.globalize.formatNumber(ee,{format:"P",maximumFractionDigits:d.getPercentFormat(d.formatFields,Z.actualText)}):d.emptyCellTextContent,d.aggregatedValueMatrix[J[0]][J[1]]=ee)}}r.childMembers.length>0&&d.updateAggregates(e,i,a,r.childMembers,n,o,s);break;case"PercentageOfParentRowTotal":case"PercentageOfParentColumnTotal":case"PercentageOfParentTotal":if(g){for(var ce=0,ge=p;ce<ge.length;ce++)for(var _=ge[ce],me=0,fe=o;me<fe.length;me++){M=fe[me];if(void 0!==e[M]&&e[M].valueSort[_.valueSort.levelName]&&e[M].level===_.level)for(var ve=0,Se=n;ve<Se.length;ve++){J=Se[ve];"value"===(Z=a[M][J]).axis&&Z.actualText===h&&(f.push([M,J]),s[M+","+J]&&delete s[M+","+J])}}for(var ye=0,be=f;ye<be.length;ye++){var M=be[ye],Z=a[M[0]][M[1]],Ce=0;Ce=0===b.length&&m?d.getAggregateValue(m.index,i[M[1]-1].indexObject,d.fieldList[h].index,r.type,!1):b[M[1]]?b[M[1]].actualValue:0;ee=Z.value/Ce;ee=isNaN(ee)?0:ee,Z.formattedText=Z.showSubTotals?0!==ee?d.globalize.formatNumber(ee,{format:"P",maximumFractionDigits:d.getPercentFormat(d.formatFields,Z.actualText)}):d.emptyCellTextContent:Z.formattedText,d.aggregatedValueMatrix[M[0]]||(d.aggregatedValueMatrix[M[0]]=[]),d.aggregatedValueMatrix[M[0]][M[1]]=ee}}else{for(var xe=0,we=p;xe<we.length;xe++)for(var _=we[xe],P=v.length,F=0;F<P;F++){var Te=!1;if(void 0!==v[F]&&v[F].valueSort[_.valueSort.levelName]){for(var Me=0,De=y;Me<De.length;Me++){J=De[Me];d.showSubTotalsAtBottom&&a[J][0].isDrilled&&a[J][0].hasChild||"value"===(Z=a[J][F]).axis&&Z.actualText===h&&(Te=!0,f.push([J,F]),s[J+","+F]&&delete s[J+","+F])}if(Te)break}}var Oe=void 0;0===C.length&&(Oe=d.getSelectedColumn(r.uniqueName,i));for(var Pe=0,Ne=f;Pe<Ne.length;Pe++){var M=Ne[Pe],Z=a[M[0]][M[1]],Ee=0;if(0===C.length){var Ie=d.getSelectedRow(Z.rowHeaders,e);Ee=d.getAggregateValue(Ie.index,Oe.indexObject,d.fieldList[h].index,r.type,!1)}else Ee=C[M[0]].value;var Fe=Z.value/Ee;Fe=isNaN(Fe)?0:Fe,Z.formattedText=0!==Fe?d.globalize.formatNumber(Fe,{format:"P",maximumFractionDigits:d.getPercentFormat(d.formatFields,Z.actualText)}):d.emptyCellTextContent,d.aggregatedValueMatrix[M[0]]||(d.aggregatedValueMatrix[M[0]]=[]),d.aggregatedValueMatrix[M[0]][M[1]]=Fe}}break;case"RunningTotals":g?d.accumulateRowBasedRunningValues(n,o,e,a,h,p,s,function(e,t){return{formattedText:0===e?"":l.getFormattedValue(e,h).formattedText,actualValue:e}}):d.accumulateColumnBasedRunningValues(o,v,e,a,h,p,s,function(t,i){return{formattedText:l.isRowSubtotal(i,e)?"":l.getFormattedValue(t,h).formattedText,actualValue:t}});break;case"PercentageOfRunningTotals":if(g){var Le=d.calculateColumnGrandTotals(o,n,e,a,h,p);d.accumulateRowBasedRunningValues(n,o,e,a,h,p,s,function(e,t){var i=Le[t.toString()]||0;return l.convertRunningTotalToPercentage(e,i,h)})}else{var Ae=d.calculateRowGrandTotals(o,v,a,h,p);d.accumulateColumnBasedRunningValues(o,v,e,a,h,p,s,function(t,i){if(l.isRowSubtotal(i,e))return{formattedText:"",actualValue:t};var a=Ae[i.toString()]||0;return l.convertRunningTotalToPercentage(t,a,h)})}}}(h[p])},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=oe({},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,o,s,l,d,p,h,u){s||this.getTableData(i[r].members,i,a,r,n,o,p+1,h,u),this.showSubTotalsAtBottom&&(t.isNullOrUndefined(e[l].showSubTotals)||e[l].showSubTotals)&&this.insertRowSubTotals(i,a,r,n,o,p,h,u),this.isPagingOrVirtualizationEnabled||(i[r].members=[])},e.prototype.updateRowData=function(e,i,a,r,n,o,s,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[o],i[s]],[e[o],h],[p,i[s]],[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[o].members.length>0&&e[o].hasChild&&e[o].isDrilled)||(t.isNullOrUndefined(e[o].showSubTotals)||e[o].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[o],i[s]]]).push("PercentageOfGrandTotal"===c?[p,h]:"PercentageOfColumnTotal"===c?[p,i[s]]:[e[o],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[o].members.length>0&&e[o].hasChild&&e[o].isDrilled)||(t.isNullOrUndefined(e[o].showSubTotals)||e[o].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[o].index,i[s].indexObject,u,c,!1);v=!(e[o].members.length>0&&e[o].hasChild&&e[o].isDrilled)||(t.isNullOrUndefined(e[o].showSubTotals)||e[o].showSubTotals)&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals?D:void 0,S=D}var O=t.isNullOrUndefined(e[o])?null:oe({},e[o]),P=t.isNullOrUndefined(i[s])?null:oe({},i[s]);t.isNullOrUndefined(O)||O.isSum||(O.isSum=O.hasChild&&O.isDrilled||"grand sum"===O.type),t.isNullOrUndefined(P)||P.isSum||(P.isSum=P.hasChild&&P.isDrilled||"grand sum"===P.type);var N={fieldName:this.dataSourceSettings.values[n].name,row:O,column:P,value:v,cellSets:this.getValueCellInfo?this.getCellSet(this.rawIndexObject):[],rowCellType:"grand sum"===e[o].type?"grandTotal":e[o].hasChild&&e[o].isDrilled||this.showSubTotalsAtBottom&&"sum"===e[o].type&&e[o].isSum?"subTotal":"value",columnCellType:"grand sum"===i[s].type?"grandTotal":i[s].hasChild&&i[s].isDrilled||this.showSubTotalsAtBottom&&"sum"===i[s].type&&i[s].isSum?"subTotal":"value",aggregateType:c,skipFormatting:!1};this.getValueCellInfo&&this.getValueCellInfo(N),v=N.value;var E=e[o].hasChild||i[s].hasChild||"grand sum"===e[o].type||"grand sum"===i[s].type||this.showSubTotalsAtBottom&&e[o].isSum,I="grand sum"===e[o].type||"grand sum"===i[s].type,F=e[o].members.length>0&&e[o].hasChild&&e[o].isDrilled&&(!t.isNullOrUndefined(e[o].showSubTotals)&&!e[o].showSubTotals||!this.dataSourceSettings.showSubTotals||!this.dataSourceSettings.showRowSubTotals),L=F?"":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?L=this.globalize.formatNumber(v,{format:"P",maximumFractionDigits:this.getPercentFormat(this.formatFields,N.fieldName)}):F||!isNaN(v)||t.isNullOrUndefined(v)||-1===["PopulationStDev","SampleStDev","PopulationVar","SampleVar"].indexOf(c)||(L="#DIV/0!",v=0),L=N.skipFormatting?t.isNullOrUndefined(v)?this.emptyCellTextContent:v.toString():L,r[a][l]=this.valueContent[d][l]={axis:"value",actualText:g,indexObject:this.isDrillThrough?this.rawIndexObject:{},rowHeaders:"grand sum"===e[o].type?"":e[o].valueSort.levelName,columnHeaders:"grand sum"===i[s].type?"":i[s].valueSort.levelName,formattedText:L,value:v,hierarchyName:i[s].hierarchyName,actualValue:S,rowIndex:a,colIndex:l,isSum:E,isGrandSum:I,showSubTotals:!F},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,o,s){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<o;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&&s<=i.rowIndex?i.rowIndex+1:s,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,o,s+1)}else for(var m=0,f=n.length;m<f;m++){var v=ne.frameHeaderWithKeys(n[m]);v.members=[],v.rowIndex=this.valueAxis?v.rowIndex:s<0?0:s;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&&s<this.measureIndex&&this.measureIndex!==s+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,[],o,s),this.updateValueMembers(this.measureIndex===s+1,v,S,r[r.length-1].members,n[m].members,o,s+1),!this.valueAxis&&s<this.measureIndex&&this.measureIndex!==s+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,[],o,s)):s<this.measureIndex&&this.updateValueMembers(!0,v,S,r[r.length-1].members,[],o,s)}},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,o){for(var s=0,l=e.length;s<l;s++){var d=!0;!(e[s].members.length>0)||(t.isNullOrUndefined(e[s].showSubTotals)||e[s].showSubTotals)&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals||(d=!1);var p=this.measureIndex<r&&d?1:this.measureIndex>r&&e[s].members.length>0||this.measureIndex!==r+1||!e[s].isDrilled?this.measureIndex===r&&0!==this.measureIndex&&d?1:this.measureIndex>r&&d&&e[s].valueSort&&e[s].valueSort.axis&&this.measureNames[e[s].valueSort.axis.toString()]?1:0:0!==this.measureIndex&&d?1:0;if(e[s].members.length){var h=void 0,u=e[s].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,o)}var c=this.measureIndex>r&&e[s].valueSort&&e[s].valueSort.axis&&this.measureNames[e[s].valueSort.axis.toString()]?this.measureIndex:r;i[(n=this.showSubTotalsAtTop?n+1:i.length+p)-1]||(i[n-1]=ne.frameHeaderWithKeys(e[s])),e[s].colIndex=n,a[c]?a[c][n]=this.headerContent[c][n]=ne.frameHeaderWithKeys(e[s]):(a[c]=[],this.headerContent[c]={},a[c][n]=this.headerContent[c][n]=ne.frameHeaderWithKeys(e[s])),this.isPagingOrVirtualizationEnabled||this.showSubTotalsAtTop&&0===p||i[n-1]&&(i[n-1].members=[]),this.showSubTotalsAtTop&&(n=i.length,s+1===l&&0===e[s].level&&(this.reformAxisCount=i.length+1))}},e.prototype.getHeaderData=function(e,i,a,r,n,o,s,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&&this.dataSourceSettings.showColumnGrandTotals&&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,o,s,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,o,s,this.showSubTotalsAtTop&&!N?l+1:l,d);var E=!0;l=this.showSubTotalsAtTop?l:o.length,!N&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showColumnSubTotals?o[l]=ne.frameHeaderWithKeys(n[P]):(n[P].members.length>0?(this.removeCount++,E=!1):o[this.showSubTotalsAtTop?l:o.length]=ne.frameHeaderWithKeys(n[P]),l=this.showSubTotalsAtTop?l:o.length-1);var I=n[P].level;n[P].rowIndex=I;var F=l*d+(this.showSubTotalsAtTop?1:d);n[P].colIndex=F,s[I]||(s[I]=[],this.headerContent[I]={}),s[I][F]=this.headerContent[I][F]=ne.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};s[D]?s[D][l*d+1+A]=this.headerContent[D][l*d+1+A]=k:(s[D]=[],this.headerContent[D]={},s[D][l*d+1+A]=this.headerContent[D][l*d+1+A]=k);var j=s[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||(o[l].members=[]),this.showSubTotalsAtTop&&(l=o.length,0===n[P].level&&P+1===M&&(this.reformAxisCount=o.length*d+1))}},e.prototype.getAggregateValue=function(e,i,a,r,n){var o=0,s=0,l=0,d=!0,p=!1;switch(r.toLowerCase()){case"median":for(var h=[],u=0;void 0!==e[o];)void 0!==i[x=e[o]]&&(p=!0,this.rawIndexObject[x]=x,t.isNullOrUndefined(this.valueMatrix[x][a].member)||h.push(this.valueMatrix[x][a].member)),o++;(N=h.length)>0&&(h.sort(function(e,t){return e-t}),s=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[o];)void 0!==i[x=e[o]]&&(p=!0,this.rawIndexObject[x]=x,s+=t.isNullOrUndefined(this.valueMatrix[x][a].member)?0:this.allowDataCompression?this.valueMatrix[x][a].member:1),o++;break;case"distinctcount":for(var c=[];void 0!==e[o];){if(void 0!==i[e[o]]){this.rawIndexObject[e[o]]=e[o],p=!0;m=this.data[e[o]][this.fieldKeys[this.fields[a]]];if(!t.isNullOrUndefined(m)){A=m.toString();(0===c.length||c.length>0&&-1===c.indexOf(A))&&(s+=this.allowDataCompression&&"number"==typeof m?m:1,c.push(A))}}o++}break;case"product":for(;void 0!==e[o];){if(void 0!==i[x=e[o]]){this.rawIndexObject[x]=x,p=!0;A=this.valueMatrix[x][a].member;t.isNullOrUndefined(A)?d&&(s=A):(s=d||t.isNullOrUndefined(s)?1:s,s*=A),d=!1}o++}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[o];){if(void 0!==i[x=e[o]]){p=!0,this.rawIndexObject[x]=x;A=this.valueMatrix[x][a].member;t.isNullOrUndefined(A)||(m+=A,f.push(A),g++)}o++}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)}s=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 s=m;break;case"min":var w=!0;for(s=void 0;void 0!==e[o];)void 0!==i[x=e[o]]&&void 0!==this.valueMatrix[x][a].member&&(p=!0,this.rawIndexObject[x]=x,t.isNullOrUndefined(s)&&t.isNullOrUndefined(this.valueMatrix[x][a].member)?s=this.valueMatrix[x][a].member:w?(s=this.valueMatrix[x][a].member,w=!1):s=this.valueMatrix[x][a].member<s?this.valueMatrix[x][a].member:s),o++;break;case"max":for(var T=!0;void 0!==e[o];)void 0!==i[x=e[o]]&&void 0!==this.valueMatrix[x][a].member&&(p=!0,this.rawIndexObject[x]=x,T?(s=this.valueMatrix[x][a].member,T=!1):s=this.valueMatrix[x][a].member>s?this.valueMatrix[x][a].member:s),o++;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,F<0?"("+String(F)+")":String(F))}s=(s=this.evaluate(D))===1/0||s===-1/0?1/0:void 0===s||isNaN(s)?void 0:JSON.parse(String(s));break;default:for(s=void 0;void 0!==e[o];){if(void 0!==i[x=e[o]]){p=!0,n||(this.rawIndexObject[x]=x);var A=this.valueMatrix[x][a].member;t.isNullOrUndefined(s)&&t.isNullOrUndefined(A)?s=A:(t.isNullOrUndefined(s)&&(s=0),s+=t.isNullOrUndefined(A)?0:A),t.isNullOrUndefined(A)||l++}o++}}return r&&"avg"===r.toLowerCase()&&0!==s&&!t.isNullOrUndefined(s)?s/l:p?s: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],o=t.extend({},n,null,!0);delete o.name,!o.minimumSignificantDigits&&o.minimumSignificantDigits<1&&delete o.minimumSignificantDigits,!o.maximumSignificantDigits&&o.maximumSignificantDigits<1&&delete o.maximumSignificantDigits,o.type?(r.formattedText=null===this.dateFormatFunction[i].exactFormat(new Date(e))?r.formattedText:this.dateFormatFunction[i].exactFormat(new Date(e)),r.actualText=e):(delete o.type,o.format&&!this.formatRegex.test(o.format)&&(t.isNullOrUndefined(o.minimumFractionDigits)&&delete o.minimumFractionDigits,t.isNullOrUndefined(o.maximumFractionDigits)&&delete o.maximumFractionDigits,t.isNullOrUndefined(o.minimumIntegerDigits)&&delete o.minimumIntegerDigits),r.formattedText=this.globalize.formatNumber(isNaN(Number(e))?e:Number(e),o),r.actualText=isNaN(Number(e))?e:Number(e),r.dateText=isNaN(Number(e))?e:Number(e)),"None"!==this.fieldList[i].sort&&o.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){this.tabularPivotValues=[];for(var i,a={},r=Object.keys(this.groupingFields).length>0,n=0;n<this.pivotValues.length;n++){for(var o=void 0,s=!1,l=!0,d=void 0,p=void 0,h=void 0,u=void 0,c=!1;t.isNullOrUndefined(this.pivotValues[n])&&n<this.pivotValues.length;)this.tabularPivotValues.length++,n++;n<this.pivotValues.length&&(o=this.pivotValues[n]);var g=o[0]?o[0]:void 0;if(g&&(d=g.valueSort.levelName,p=h=d.split(this.dataSourceSettings.valueSortSettings.headerDelimiter),(this.dataSourceSettings.showSubTotals||"value"===g.type)&&this.dataSourceSettings.showRowSubTotals||g.formattedText===this.localeObj.getConstant("grandTotal")||g.isSum&&(l=!1),r)){var m=this.pivotValues[n-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===p[this.rowMaxLevel-1]&&m.formattedText!==p[p.length-1]||f&&f.formattedText===p[this.rowMaxLevel-1])?m.valueSort.axis?m.valueSort.axis:f.valueSort.axis:g.valueSort.axis}}if(g&&this.isTabularMultiValueRowAxis){if("value"===g.type&&p.length-1!==this.rowMaxLevel&&p[0]!==this.localeObj.getConstant("grandTotal"))for(var y=0;y<this.dataSourceSettings.values.length;y++)if(g.formattedText===this.dataSourceSettings.values[y].name){l=!1,g.hasChild=!1;break}p.length-1!==this.rowMaxLevel?(g.isDrilled=!0,g.hasChild||g.type?p[0]===this.localeObj.getConstant("grandTotal")&&"grand sum"===g.type?g.hasChild=!0:g.level=p.length-1:g.hasChild=!0):g.level=p.length-1,s=ne.isMemberDrilled(g,p,this.drilledMembers)}if(l&&p&&p.length>1&&"sum"===g.type&&p[p.length-1]===p[p.length-2]&&(l=!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||!l){if(this.isTabularMultiValueRowAxis&&this.dataSourceSettings.rows.length===this.measureIndex){var M=g.valueSort.levelName.toString();if(M){a[M]={index:g.index,indexObject:g.indexObject};var D=this.valueSortSettings.headerDelimiter;delete a[M.split(D).slice(0,-1).join(D)]}}}else{var O=[],P=[];if(this.isTabularMultiValueRowAxis&&(e&&s?p.length-1<this.rowMaxLevel:p.length<=this.rowMaxLevel)&&"value"===g.type&&(this.dataSourceSettings.expandAll?!s:s)||p[0]===this.localeObj.getConstant("grandTotal")){for(var N=p.length-1;N>=0;N--){if(c=!0,p[N]===p[p.length-2]){if(O[N]=p[p.length-2]+" "+p[p.length-1],P[N]=p[p.length-2]+this.valueSortSettings.headerDelimiter+p[p.length-1],0===N)break;for(;N>=0;)O[N-1]=p[N-1],P[N-1]=h[N-1],N--;break}O[N]=p[p.length-2]+" "+p[p.length-1],P[N]=p[p.length-2]+this.valueSortSettings.headerDelimiter+p[p.length-1]}p=O,h=P}i=g.colIndex;for(var E=[],I=h[0],F=0,L=0;L<p.length-1||L<this.rowMaxLevel;L++){var A=void 0,R=void 0,k=g.isDrilled,j=g.hasChild;if(this.isTabularMultiValueRowAxis?(A=!1,R=!1,p[p.length-1]!==p[p.length-2]&&(L<(p.length-1===this.rowMaxLevel&&this.dataSourceSettings.rows.length===this.rowMaxLevel?p.length-2:p.length-1)&&(R=!0),L<p.length-2&&(A=!0))):(L<this.rowMaxLevel&&(j=!0),(p.length>1||0===L)&&(k=!0)),L<p.length-1&&(L>0&&(I=I+this.dataSourceSettings.valueSortSettings.headerDelimiter+h[L]),E.push({actualText:p[L],axis:g.axis,formattedText:p[L],rowIndex:this.tabularPivotValues.length,hasChild:this.isTabularMultiValueRowAxis&&"grand sum"!==g.type?R:j,isDrilled:this.isTabularMultiValueRowAxis&&"grand sum"!==g.type?A:k,level:F,valueSort:{levelName:c&&"value"===g.type&&L===this.rowMaxLevel?g.valueSort.levelName:I,axis:r?u?u.includes("custom_group")?u:this.dataSourceSettings.rows[L].name:g.valueSort.axis:this.dataSourceSettings.rows[L]?this.dataSourceSettings.rows[L].name:g.valueSort.axis},type:c?g.type:void 0,colIndex:i++,colSpan:1,rowSpan:1})),L>=g.level){var H=0===L?this.rowMaxLevel:this.rowMaxLevel-1;E.push({actualText:this.isTabularMultiValueRowAxis?void 0===p[L]?p[p.length-1]:p[L]:g.formattedText,axis:g.axis,formattedText:this.isTabularMultiValueRowAxis?void 0===p[L]?p[p.length-1]:p[L]:g.formattedText,rowIndex:this.tabularPivotValues.length,hasChild:this.isTabularMultiValueRowAxis&&"grand sum"!==g.type?R:g.hasChild,isDrilled:this.isTabularMultiValueRowAxis&&"grand sum"!==g.type?A:g.isDrilled,level:F,valueSort:{levelName:g.valueSort.levelName,axis:r?u?u.includes("custom_group")?u:this.dataSourceSettings.rows[L].name:g.valueSort.axis:this.dataSourceSettings.rows[L].name},type:c?g.type:g.type?g.type:void 0,colIndex:i++,colSpan:H,rowSpan:1})}var V=E[E.length-1],q=V.valueSort.levelName.toString();a[q]&&(V.index=a[q].index,V.indexObject=a[q].indexObject,delete a[q]),F++}g.colIndex=i,g.rowIndex=this.tabularPivotValues.length,g.colSpan=1,g.rowSpan=1,this.isTabularMultiValueRowAxis&&(g.formattedText=p[p.length-1]),E.push(g),this.setColumnSpan(E,g);for(var w=o.slice(1,o.length),U=1;U<o.length;U++){var B=o[U];B.colIndex=i+1,B.rowIndex=this.tabularPivotValues.length,i++}E=E.concat(w),this.tabularPivotValues.push(E)}}return this.tabularPivotValues},e.prototype.drillDownLevel=function(e,t){void 0===t&&(t=!1),this.levelMap[e]=(this.levelMap[e]||0)+1,t&&this.updateRowMaxLevel()},e.prototype.drillUpLevel=function(e,t){void 0===t&&(t=!1),this.levelMap[e]&&this.levelMap[e]>0&&0===--this.levelMap[e]&&delete this.levelMap[e],t&&this.updateRowMaxLevel()},e.prototype.updateRowMaxLevel=function(){var e=Object.keys(this.levelMap).map(function(e){return Number(e)});e.length>0?this.rowMaxLevel=Math.max.apply(Math,e)+1:this.rowMaxLevel=0,this.rowMaxLevel=this.isTabularMultiValueRowAxis?this.rowMaxLevel+1:this.rowMaxLevel},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 o=0;o<r[n].items.length;o++)r[n].items[o]===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 o=n[r-1][i].valueSort.levelName,s=o.lastIndexOf(this.dataSourceSettings.valueSortSettings.headerDelimiter),l=-1!==s?o.substring(0,s):o,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}(),le=function(){function e(e){this.stringAggregateTypes=["Count","DistinctCount"],this.menuInfo=[],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");ne.getFieldInfo(i,this.parent);this.buttonElement=e.target.parentElement;var a="number"!==this.parent.engineModule.fieldList[i].type?1:0,r=this.getMenuItem(a).slice(),n={cancel:!1,fieldName:i,aggregateTypes:r,displayMenuCount:7},o="pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent;try{o.trigger("aggregateMenuOpen",n,function(i){if(!i.cancel){r=i.aggregateTypes,t.createContextMenu(a,r,i.displayMenuCount),t.currentMenu=e.target;var n=t.currentMenu.getBoundingClientRect();t.parent.enableRtl?t.menuInfo[a].open(n.top+(window.scrollY||document.documentElement.scrollTop),n.left-105):t.menuInfo[a].open(n.top+(window.scrollY||document.documentElement.scrollTop),n.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 s=[],l=0;l<i.length;l++){var d=i[l];e?this.stringAggregateTypes.indexOf(d)>-1&&s.indexOf(d)<0&&(n[e].push({text:this.parent.localeObj.getConstant(d),id:this.parent.element.id+"StringMenu_"+d}),s.push(d)):this.parent.getAllSummaryType().indexOf(d)>-1&&s.indexOf(d)<0&&(n[e].push({text:this.parent.localeObj.getConstant(d),id:this.parent.element.id+"_"+d}),s.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 o.ContextMenu(p),this.menuInfo[e].isStringTemplate=!0,this.menuInfo[e].isAngular=this.parent.isModalDialog,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];"Server"===this.parent.dataSourceSettings.mode&&"PercentageOfRunningTotals"===a||(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){if(ne.invokeActionMethod(this.parent,z,"Aggregate menu open"))return void(t.cancel=!0);t.element.style.zIndex=(this.menuInfo[e].element.style.zIndex+3).toString(),t.element.style.display="inline"},e.prototype.createValueSettingsDialog=function(e,i,a){var n=this;if(!ne.invokeActionMethod(this.parent,z,"Open value settings dialog")){this.parentElement=i;var o=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(o);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(){ne.invokeActionMethod(n.parent,W,"Value settings dialog closed",{}),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.isAngular=this.parent.isModalDialog,s.appendTo(o)}},e.prototype.createFieldOptions=function(e,i){var a=this,r=e.getAttribute("data-caption"),n=i&&"MoreOption"!==i?i:e.getAttribute("data-type"),o=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++){var g=h[c];"Server"===this.parent.dataSourceSettings.mode&&"PercentageOfRunningTotals"===g||this.parent.getAllSummaryType().indexOf(g)>-1&&u.indexOf(g)<0&&(p.push({value:g,text:this.parent.localeObj.getConstant(g)}),u.push(g))}for(var m=["DifferenceFrom","PercentageOfDifferenceFrom"],f=["DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"],v=t.extend([],this.parent.dataSourceSettings.rows,null,!0),S=[],y=[],b=0,C=v=v.concat(this.parent.dataSourceSettings.columns);b<C.length;b++){var x=C[b],w=x.name,T=x.caption?x.caption:x.name;S.push({value:w,text:T})}if(0===Object.keys(S).length)S.push({value:"",text:""}),o="",y=[];else{var M="undefined"!==(o=o&&"undefined"!==o.toString()&&"null"!==o.toString()?o:S[0].value).toString()?o:S[0].value,D=ne.isDateField(M,this.parent.engineModule);y=this.parent.engineModule.fieldList[M].dateMember.map(function(e){return D?e.formattedText:a.parent.engineModule.getFormattedValue(e.actualText,M).formattedText})}d="undefined"!==d.toString()?d:y[0];var O=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":o,"data-baseitem":d}}),P=t.createElement("div",{className:"e-field-name-text-container"}),N=t.createElement("div",{className:"e-field-option-container"}),E=t.createElement("div",{className:"e-type-option-container"}),I=t.createElement("div",{className:"e-base-field-option-container"}),F=t.createElement("div",{className:"e-base-item-option-container"}),L=t.createElement("div",{className:"e-field-name-title"});L.innerHTML=this.parent.localeObj.getConstant("sourceName")+"&nbsp;";var A=t.createElement("div",{className:"e-field-name-content"});A.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(A.innerText)[0];var R=t.createElement("div",{className:"e-type-option-text"});R.innerText=this.parent.localeObj.getConstant("sourceCaption");var k=t.createElement("div",{className:"e-base-field-option-text"});k.innerText=this.parent.localeObj.getConstant("summarizeValuesBy");var j=t.createElement("div",{className:"e-base-item-option-text"});j.innerText=this.parent.localeObj.getConstant("baseField");var H=t.createElement("div",{className:"e-type-option-text"});H.innerText=this.parent.localeObj.getConstant("baseItem");var V=t.createElement("div",{className:"e-caption-input-container"}),q=t.createElement("div",{id:this.parentElement.id+"_type_option"}),U=t.createElement("div",{id:this.parentElement.id+"_base_field_option"}),B=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"}});P.appendChild(L),P.appendChild(A),V.appendChild(R),V.appendChild(_),E.appendChild(k),I.appendChild(j),F.appendChild(H),E.appendChild(q),I.appendChild(U),F.appendChild(B),N.appendChild(P),N.appendChild(V),N.appendChild(E),N.appendChild(I),N.appendChild(F),O.appendChild(N);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!==f.indexOf(e.value),Q.enabled=-1!==m.indexOf(e.value),Q.enabled&&1===Q.dataSource.length&&(Q.dataSource=y,Q.dataBind())}});z.isStringTemplate=!0,z.isAngular=this.parent.isModalDialog,z.appendTo(q);var W=new l.DropDownList({dataSource:S,enableRtl:this.parent.enableRtl,locale:this.parent.locale,fields:{value:"value",text:"text"},value:o,enabled:-1!==f.indexOf(n),cssClass:"e-value-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){var t=ne.isDateField(e.value,a.parent.engineModule);y=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=y,Q.value=y[0],Q.filterBarPlaceholder=G.parent.localeObj.getConstant("example")+" "+y[0],Q.itemData=null,Q.dataBind()}});W.isStringTemplate=!0,W.isAngular=this.parent.isModalDialog,W.appendTo(U);var Q=new l.DropDownList({dataSource:y,enableRtl:this.parent.enableRtl,locale:this.parent.locale,value:d,allowFiltering:!0,filterBarPlaceholder:this.parent.localeObj.getConstant("example")+" "+y[0],enabled:-1!==m.indexOf(n),cssClass:"e-filter-operator"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%"});Q.isStringTemplate=!0,Q.isAngular=this.parent.isModalDialog,Q.appendTo(B);var Y=new s.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(_),O},e.prototype.selectOptionInContextMenu=function(e){if(null!==e.item.text){var i=this.currentMenu.parentElement,a=ne.getFieldInfo(i?i.getAttribute("data-uid"):"",this.parent);this.parent.actionObj.fieldInfo=a.fieldItem;var r=e.item.id.split("_").pop();try{if("MoreOption"===r||"PercentageOfDifferenceFrom"===r||"PercentageOfParentTotal"===r||"DifferenceFrom"===r)this.createValueSettingsDialog(i,this.parentElement,r);else{if(this.parent.actionObj.actionName="Aggregate field",ne.invokeActionMethod(this.parent,z,"Aggregate field"))return;var n=i.getAttribute("data-uid"),o=this.parent.dataSourceSettings.values,s=i.querySelector(".e-pvt-btn-content"),l=t.isNullOrUndefined(this.parent)||t.isNullOrUndefined(this.parent.engineModule)||t.isNullOrUndefined(this.parent.engineModule.fieldList[n])?"":this.parent.engineModule.fieldList[n].caption,d=e.item.text+" "+this.parent.localeObj.getConstant("of")+" "+l;d=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(d):d,this.parent.dataSourceSettings.showAggregationOnValueField&&(s.innerText=d),s.setAttribute("title",d),i.setAttribute("data-type",r);for(var p=0;p<this.parent.dataSourceSettings.values.length;p++)if(this.parent.dataSourceSettings.values[p].name===n){var h=t.extend({},o[p].properties?o[p].properties:o[p],null,!0);h.type=r,this.parent.engineModule.fieldList[n].aggregateType=r,o.splice(p,1,h),this.parent.lastAggregationInfo=h}this.setAggregateActionInfo(r,n,l),this.parent.actionObj.actionName="Field aggregated",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(Y,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"),s.MaskedTextBox),o=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(o.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",o.value),e.setAttribute("data-caption",n.value),e.setAttribute("data-basefield",d.value),e.setAttribute("data-baseitem",p.value)}var g=ne.getFieldByName(h,this.parent.dataSourceSettings.values);(g=g.properties?g.properties:g).caption=n.value,g.type=o.value,g.baseField=d.value,g.baseItem=p.value,this.parent.engineModule.fieldList[h].aggregateType=g.type,i.close(),this.parent.lastAggregationInfo=g;var m="PercentageOfDifferenceFrom"===g.type||"PercentageOfParentTotal"===g.type||"DifferenceFrom"===g.type;this.parent.actionObj.actionName="Field aggregated",this.setAggregateActionInfo(g.type,g.name,g.caption,m?g.baseField:void 0,m?g.baseItem:void 0),this.parent&&this.parent.allowDeferLayoutUpdate&&ne.invokeActionMethod(this.parent,W,"Field aggregated")||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,s.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 o=n[r],d=t.select(o,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.prototype.setAggregateActionInfo=function(e,t,i,a,r){this.parent.actionObj.actionInfo={aggregateInfo:{aggregateType:e,fieldName:t,fieldCaption:i,baseField:a||void 0,baseItem:r||void 0}}},e}(),de=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.isContextMenuOpened=!1,this.position=0,this.measurePos=0,this.maxMeasurePos=0,this.hierarchyCount=0,this.actualText="",this.drilledLevelInfo={},this.selectedCells=[],this.parent=e,this.resColWidth=this.parent.isTabular?this.parent.showGroupingBar&&this.parent.groupingBarModule?this.parent.isAdaptive?110:150:this.parent.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.aggMenu=new le(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.parent.showGroupingBar&&this.parent.groupingBarModule?this.parent.isAdaptive?110:150:this.parent.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 o=this.parent.isAdaptive?e:i&&"none"!==i.style.display?i:e.parentElement;a.scrollLeft=o.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){if(e&&"refresh"===e.requestType&&this.isAutoFitEnabled&&this.removePivotAutoFitClass(),this.parent&&this.parent.isWindowResized&&this.selectedCells&&this.selectedCells.length>0){this.parent.grid.clearSelection();var i=this.parent.element,a=[];this.selectedCells.forEach(function(e){if(null!=e.colIndex){var t='[aria-colindex="'+(e.colIndex+1)+'"]';null!=e.rowIndex&&(t+='[index="'+e.rowIndex+'"]');var r=i.querySelector(t);r&&a.push(r)}}),a.forEach(function(e){t.addClass([e],["e-active",A])})}this.parent.isWindowResized=!1},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(){if(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.isTabular){var e=this.parent.element.querySelectorAll(".e-headercell.e-leftfreeze"),i=this.parent.enableRtl;e.forEach(function(a,r){var n=r===e.length-1;t.isNullOrUndefined(a)||i&&(!i||n)||a.style.setProperty("border-left-width","0px")})}this.parent.notify(K,{})},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;if(!this.isContextMenuOpened&&(this.isContextMenuOpened=!0,ne.invokeActionMethod(this.parent,z,"contextMenuOpen",{})))return e.cancel=!0,void(this.isContextMenuOpened=!1);e.element&&this.parent.cssClass&&t.addClass([e.element.parentElement],this.parent.cssClass);var a,r=this.parent.lastCellClicked?this.parent.lastCellClicked:this.parent.isAdaptive?e.event.target:this.parent.lastCellClicked;r&&(a=this.getCellElement(r));for(var n=this,o=0,s=e.items;o<s.length;o++){var l=function(r){var o=void 0,s=void 0;if(!a||a&&0===Number(a.getAttribute("index"))&&parseInt(a.getAttribute("aria-colindex"),10)-1==0)return e.cancel=!0,{value:void 0};(a.classList.contains("e-valuesheader")||a.classList.contains("e-stot"))&&(o=!0),n.parent.allowGrouping&&n.parent.groupingModule&&!n.validateField(a)&&(s=!0);var l=Number(a.getAttribute("index")),d=parseInt(a.getAttribute("aria-colindex"),10)-1,p=n.parent.pivotValues[l][d];switch(r.id){case n.parent.element.id+"_expand":a.querySelectorAll("."+x).length>0?(t.selectAll("#"+n.parent.element.id+"_expand",e.element)&&t.select("#"+n.parent.element.id+"_expand",e.element).classList.add("e-disabled"),t.select("#"+n.parent.element.id+"_expand",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_expand",e.element).classList.remove("e-disabled"),t.select("#"+n.parent.element.id+"_expand",e.element).classList.contains(E)&&(t.select("#"+n.parent.element.id+"_expand",e.element).classList.remove(E),t.select("#"+n.parent.element.id+"_collapse",e.element).classList.remove(E))):o?t.select("#"+n.parent.element.id+"_expand",e.element).classList.add(E):t.select("#"+n.parent.element.id+"_expand",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_collapse":a.querySelectorAll("."+C).length>0?(t.select("#"+n.parent.element.id+"_expand",e.element)&&t.select("#"+n.parent.element.id+"_expand",e.element).classList.add("e-disabled"),t.select("#"+n.parent.element.id+"_collapse",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_collapse",e.element).classList.remove("e-disabled"),t.select("#"+n.parent.element.id+"_collapse",e.element).classList.contains(E)&&(t.select("#"+n.parent.element.id+"_collapse",e.element).classList.remove(E),t.select("#"+n.parent.element.id+"_expand",e.element).classList.remove(E))):o?t.select("#"+n.parent.element.id+"_collapse",e.element).classList.add(E):t.select("#"+n.parent.element.id+"_collapse",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_custom_group":s||2!==e.items.length||(e.cancel=!0),t.selectAll("#"+n.parent.element.id+"_custom_group",e.element)&&t.addClass([t.select("#"+n.parent.element.id+"_custom_group",e.element)],E),s&&t.selectAll("#"+n.parent.element.id+"_custom_group",e.element)&&t.removeClass([t.select("#"+n.parent.element.id+"_custom_group",e.element)],E);break;case n.parent.element.id+"_custom_ungroup":if(t.selectAll("#"+n.parent.element.id+"_custom_ungroup",e.element)&&t.addClass([t.select("#"+n.parent.element.id+"_custom_ungroup",e.element)],E),s){var h=!1,u=a.getAttribute("fieldname"),c=ne.getFieldByName(u,n.parent.dataSourceSettings.groupSettings);if(c&&"Custom"===c.type||n.parent.engineModule.fieldList[u].isCustomField&&u.indexOf("_custom_group")>-1){if(c=ne.getFieldByName(u.replace("_custom_group",""),n.parent.dataSourceSettings.groupSettings)){var g=n.parent.engineModule.pivotValues[Number(a.getAttribute("index"))][parseInt(a.getAttribute("aria-colindex"),10)-1],m=n.parent.groupingModule.getSelectedCells(g.axis,u,g.actualText.toString());m.push({axis:g.axis,fieldName:u,name:g.actualText.toString(),cellInfo:g});for(var f=n.parent.groupingModule.getSelectedOptions(m),v=0,S=c.customGroups;v<S.length;v++){var y=S[v];if(f.indexOf(y.groupName)>-1){h=!0;break}}}}else(c&&("Date"===c.type||"Number"===c.type)||n.parent.engineModule.fieldList[u].isCustomField&&u.indexOf("_date_group")>-1)&&(h=!0);t.selectAll("#"+n.parent.element.id+"_custom_ungroup",e.element)&&h&&t.removeClass([t.select("#"+n.parent.element.id+"_custom_ungroup",e.element)],E)}break;case n.parent.element.id+"_drillthrough":n.parent.allowDrillThrough?a.classList.contains("e-summary")?t.select("#"+n.parent.element.id+"_drillthrough",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_drillthrough",e.element).classList.remove("e-disabled"):""===a.innerText&&t.select("#"+n.parent.element.id+"_drillthrough",e.element)&&t.select("#"+n.parent.element.id+"_drillthrough",e.element).classList.add("e-disabled"):t.select("#"+n.parent.element.id+"_drillthrough",e.element)&&t.select("#"+n.parent.element.id+"_drillthrough",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_sortasc":n.parent.enableValueSorting?a.querySelectorAll(".e-icon-descending").length>0?(t.select("#"+n.parent.element.id+"_sortdesc",e.element)?t.select("#"+n.parent.element.id+"_sortdesc",e.element).classList.add("e-disabled"):t.select("#"+n.parent.element.id+"_sortdesc",e.element).classList.remove("e-disabled"),t.select("#"+n.parent.element.id+"_sortasc",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_sortasc",e.element).classList.remove("e-disabled")):t.select("#"+n.parent.element.id+"_sortdesc",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_sortdesc",e.element).classList.remove("e-disabled"):t.select("#"+n.parent.element.id+"_sortasc",e.element)&&t.select("#"+n.parent.element.id+"_sortasc",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_sortdesc":n.parent.enableValueSorting?a.querySelectorAll(".e-icon-ascending").length>0?(t.select("#"+n.parent.element.id+"_sortasc",e.element)?t.select("#"+n.parent.element.id+"_sortasc",e.element).classList.add("e-disabled"):t.select("#"+n.parent.element.id+"_sortasc",e.element).classList.remove("e-disabled"),t.select("#"+n.parent.element.id+"_sortdesc",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_sortdesc",e.element).classList.remove("e-disabled")):t.select("#"+n.parent.element.id+"_sortasc",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_sortasc",e.element).classList.remove("e-disabled"):t.select("#"+n.parent.element.id+"_sortdesc",e.element)&&t.select("#"+n.parent.element.id+"_sortdesc",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_CalculatedField":n.parent.allowCalculatedField||t.select("#"+n.parent.element.id+"_CalculatedField",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_pdf":n.parent.allowPdfExport||t.select("#"+n.parent.element.id+"_pdf",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_excel":n.parent.allowExcelExport||t.select("#"+n.parent.element.id+"_excel",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_csv":n.parent.allowExcelExport||t.select("#"+n.parent.element.id+"_csv",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_exporting":n.parent.allowExcelExport||n.parent.allowPdfExport||t.select("#"+n.parent.element.id+"_exporting",e.element).classList.add("e-disabled");break;case n.parent.element.id+"_aggregate":if(t.select("#"+n.parent.element.id+"_aggregate",e.element)&&!t.select("#"+n.parent.element.id+"_aggregate",e.element).classList.contains("e-disabled")&&t.select("#"+n.parent.element.id+"_aggregate",e.element).classList.add("e-disabled"),(a.classList.contains("e-valuesheader")||a.classList.contains("e-valuescontent")||a.classList.contains("e-stot")&&a.classList.contains("e-rowsheader"))&&"olap"!==n.parent.dataType){var b;""!==a.innerText&&(b=n.parent.engineModule.fieldList[p.actualText.toString()].type);var w={cancel:!1,fieldName:p.actualText.toString(),aggregateTypes:n.getMenuItem(b).slice(),displayMenuCount:7};n.parent.trigger("aggregateMenuOpen",w,function(n){if(!n.cancel&&""!==a.innerText){for(var o=[],s=[],l=0;l<n.aggregateTypes.length;l++){var d=n.aggregateTypes[l];"number"!==b?["Count","DistinctCount"].indexOf(d)>-1&&s.indexOf(d)<0&&(o.push({text:i.parent.localeObj.getConstant(d),id:i.parent.element.id+"_Agg"+d}),s.push(d)):i.parent.getAllSummaryType().indexOf(d)>-1&&s.indexOf(d)<0&&(o.push({text:i.parent.localeObj.getConstant(d),id:i.parent.element.id+"_Agg"+d}),s.push(d))}o.length>n.displayMenuCount&&(o.splice(n.displayMenuCount),o.push({text:i.parent.localeObj.getConstant("MoreOption"),id:i.parent.element.id+"_AggMoreOption"})),o&&o.length>=1&&(r.items=o,t.select("#"+i.parent.element.id+"_aggregate",e.element).classList.remove("e-disabled"))}})}}}(s[o]);if("object"==typeof l)return l.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={};if(a){t=this.getCellElement(a);var o,s=Number(t.getAttribute("index")),l=parseInt(t.getAttribute("aria-colindex"),10)-1,d=this.parent.pivotValues[s][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,o=e.item.id.split("_Agg")[1]),r){case this.parent.element.id+"_pdf":if(ne.invokeActionMethod(this.parent,z,"PDF export",{exportInfo:{type:"PDF"}}))return;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),ne.invokeActionMethod(i.parent,W,"PDF exported")});break;case this.parent.element.id+"_excel":if(ne.invokeActionMethod(this.parent,z,"Excel export",{exportInfo:{type:"Excel"}}))return;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),ne.invokeActionMethod(i.parent,W,"Excel exported")});break;case this.parent.element.id+"_csv":if(ne.invokeActionMethod(this.parent,z,"CSV export",{exportInfo:{type:"CSV"}}))return;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),ne.invokeActionMethod(i.parent,W,"CSV exported")});break;case this.parent.element.id+"_drillthrough_menu":var p=new MouseEvent("dblclick",{view:window,bubbles:!0,cancelable:!0});t.dispatchEvent(p);break;case this.parent.element.id+"_sortasc":case this.parent.element.id+"_sortdesc":var h=r.indexOf("_sortasc")>-1?"Ascending":"Descending";if(ne.invokeActionMethod(this.parent,z,"Sort value",{sortInfo:{name:d.valueSort.levelName,order:h}}))return;this.parent.setProperties({dataSourceSettings:{valueSortSettings:{columnHeaderText:d.valueSort.levelName,headerDelimiter:this.parent.dataSourceSettings.valueSortSettings.headerDelimiter}}}),this.parent.dataSourceSettings.valueSortSettings.sortOrder=h,this.parent.actionCompleteMethod();break;case this.parent.element.id+"_expand":if(ne.invokeActionMethod(this.parent,z,"Drill down"))return;if(t.querySelectorAll("."+x)){var u=t.querySelectorAll("."+x)[0];this.parent.onDrill(u)}break;case this.parent.element.id+"_collapse":if(ne.invokeActionMethod(this.parent,z,"Drill up"))return;if(t.querySelectorAll("."+C)){var c=t.querySelectorAll("."+C)[0];this.parent.onDrill(c)}break;case this.parent.element.id+"_CalculatedField":if(ne.invokeActionMethod(this.parent,z,ie,{}))return;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":t.setAttribute("id",this.field),t.setAttribute("data-caption",this.fieldCaption),t.setAttribute("data-field",this.field),t.setAttribute("data-type",this.engine.fieldList[d.actualText.toString()].aggregateType),t.setAttribute("data-basefield",this.engine.fieldList[d.actualText.toString()].baseField),t.setAttribute("data-baseItem",this.engine.fieldList[d.actualText.toString()].baseItem),this.aggMenu.createValueSettingsDialog(t,this.parent.element,o);break;case this.parent.element.id+"_Agg"+o:if(ne.invokeActionMethod(this.parent,z,"Aggregate field"))return;this.updateAggregate(o),ne.invokeActionMethod(this.parent,W,"Field aggregated",{aggregateInfo:{aggregateType:o,fieldName:d.actualText.toString(),fieldCaption:this.fieldCaption}});break;case this.parent.element.id+"_custom_group":if(this.groupingActionType="group",ne.invokeActionMethod(this.parent,z,"Group field"))return;this.triggerGroupingAction(t,r);break;case this.parent.element.id+"_custom_ungroup":if(this.groupingActionType="ungroup",ne.invokeActionMethod(this.parent,z,"Ungroup field"))return;this.triggerGroupingAction(t,r)}this.isContextMenuOpened=!1,"contextMenuOpen"===this.parent.actionObj.actionName&&ne.invokeActionMethod(this.parent,W,"contextMenuOpen"),this.parent.trigger("contextMenuClick",e)}},e.prototype.triggerGroupingAction=function(e,t){if(this.parent.groupingModule){var i={target:e,option:t,parentElement:this.parent.element,groupingActionType:this.groupingActionType};this.parent.notify("init-grouping",i)}},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,o=0;o<n.length;o++)if(this.parent.dataSourceSettings.values[o].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 o="pivot"===this.parent.dataType?this.parent.engineModule:this.parent.olapEngineModule,s=this.parent.dataSourceSettings.valueSortSettings,l=s&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?s.columnHeaderText:s.headerText,d=s&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?s.columnSortOrder:s.sortOrder;if(this.parent.enableValueSorting&&s&&""!==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?o.headerContent.length-1:0===this.parent.dataSourceSettings.columns.length?0:o.headerContent.length-1:0,h=s&&l?e.valueSort.levelName===l:r===s.columnIndex;void 0!==s&&h&&(a===p||a+1===p&&e.level>-1&&o.headerContent[a+1][r]&&-1===o.headerContent[a+1][r].level)&&i.querySelector(".e-pivotcell-container").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.enableVirtualization||(this.parent.resizeInfo[i]=Number(e.column.width.toString().split("px")[0]))}if(!this.parent.isTabular&&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.setGroupWidth(e),this.parent.showGroupingBar&&this.parent.groupingBarModule&&this.setValuePanelWidth(),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 if(!this.parent.enableVirtualization){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.showGroupingBar&&this.parent.groupingBarModule&&this.parent.element.querySelector(".e-grouping-bar")){this.parent.groupingBarModule.refreshUI();var i=this.parent.isTabular&&e.column.index<=this.parent.engineModule.rowMaxLevel?e.column.index:0;if(this.setFirstColumnWidth(i,e),this.parent.isTabular){e.column.index<=this.parent.engineModule.rowMaxLevel&&(this.parent.element.querySelectorAll(".e-group-rows")[i].style.width=this.parent.element.querySelectorAll(".e-group-row")[i].offsetWidth-6+"px");r=0;if(this.parent.engineModule.rowMaxLevel>0)for(var a=0;a<this.parent.engineModule.rowMaxLevel+1;a++)t.isNullOrUndefined(this.parent.element.querySelectorAll(".e-group-row")[a])||(r+=this.parent.element.querySelectorAll(".e-group-row")[a].offsetWidth);else r=this.parent.element.querySelector(".e-group-row").offsetWidth;this.parent.element.querySelector(".e-group-values").style.width=r+"px"}else{this.parent.element.querySelector(".e-group-values").style.width=this.parent.element.querySelector(".e-group-row").offsetWidth+"px";var r=this.parent.element.querySelector(".e-group-row").offsetWidth;this.parent.element.querySelector(".e-group-values").style.width=r+"px"}var n=this.parent.element.querySelector("."+R).offsetHeight;this.parent.element.querySelector(".e-group-rows").style.height=n+"px"}if(e.cancel){var o=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.enableVirtualization||(this.parent.resizeInfo[o]=Number(e.column.width.toString().split("px")[0]))}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.setFirstColumnWidth=function(e,t){if(this.parent.element.querySelectorAll(".e-group-row")[e].offsetWidth<95&&!this.parent.firstColWidth){t.cancel=!0;var i=this.parent.grid.columns;i&&i.length>0&&(i[e].width=100),this.parent.element.querySelector("."+R).querySelectorAll("col")[e].style.width="100px",this.parent.element.querySelector(".e-content").querySelectorAll("col")[e].style.width="100px",this.setValuePanelWidth()}},e.prototype.setValuePanelWidth=function(){var e=this.parent.element.getElementsByClassName("e-group-values e-values")[0];if(!t.isNullOrUndefined(e)){e.querySelectorAll(".e-pvt-btn-div").forEach(function(t){t.style.width=e.offsetWidth<250?"100%":"auto"});var i=this.parent.element.getElementsByClassName("e-group-filters e-filters")[0],a=this.parent.element.getElementsByClassName("e-group-columns e-columns")[0],r=e.offsetHeight/2;r>a.offsetHeight&&(t.setStyleAttribute(i,{height:t.formatUnit(r)}),t.setStyleAttribute(a,{height:t.formatUnit(r+2)}))}},e.prototype.selected=function(){clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.onSelect.bind(this),300)},e.prototype.onSelect=function(){var e={selectedCellsInfo:[],pivotValues:this.parent.pivotValues,currentCell:null},t=this.parent.element.querySelectorAll(".e-cellselectionbackground,."+A);this.selectedCells=[];for(var i=0;i<t.length;i++){var a=t[i],r=parseInt(a.getAttribute("aria-colindex"),10)-1,n=Number(a.getAttribute("index")),o=this.engine.pivotValues[n][r];this.selectedCells.push({colIndex:r,rowIndex:n}),o&&("value"===o.axis?e.selectedCellsInfo.push({currentCell:o,value:o.value,columnHeaders:o.columnHeaders,rowHeaders:o.rowHeaders,measure:o.actualText.toString()}):"column"===o.axis?e.selectedCellsInfo.push({currentCell:o,value:o.formattedText,columnHeaders:o.valueSort.levelName,rowHeaders:"",measure:""}):e.selectedCellsInfo.push({currentCell:o,value:o.formattedText,columnHeaders:"",rowHeaders:o.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,o=this.parent.isTabular?n.toString():"0",s=e.data[Number(o)],l=s.valueSort&&s.valueSort.levelName===(0===this.parent.dataSourceSettings.rows.length&&"row"===this.parent.dataSourceSettings.valueAxis&&this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+s.formattedText);i.setAttribute("index",s.rowIndex?s.rowIndex.toString():"0");var d=this.parent.pivotValues[s.rowIndex]&&this.parent.pivotValues[s.rowIndex][n]?this.parent.pivotValues[s.rowIndex][n]:null;if(n<=(this.parent.isTabular?this.parent.engineModule.rowMaxLevel:0)){if("pivot"===this.parent.dataType){var p=s.type&&"value"===s.type;i.innerText="";var h=s.valueSort?s.valueSort.levelName.toString():"",u=s.actualText?s.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=s.isSum?"value"===s.type?h.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+(this.parent.engineModule.valueAxisFields[s.actualText].caption?this.parent.engineModule.valueAxisFields[s.actualText].caption:this.parent.engineModule.valueAxisFields[s.actualText].name))[0]:"":h;s.isSum&&("value"!==s.type||this.drilledLevelInfo[m])?g-=1:s.isSum||(1===m.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length&&(this.drilledLevelInfo={}),s.members&&s.members.length>0&&(this.drilledLevelInfo[m]=s.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,!s.hasChild&&(p?0:g)>0&&a.appendChild(t.createElement("span",{className:"e-lastspan"}))}var f=void 0;if(this.parent.dataSourceSettings.rows.length>0&&(!s.valueSort||Object.keys(s.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=s.level>-1&&this.parent.dataSourceSettings.rows[s.level]?this.parent.dataSourceSettings.rows[s.level].name:"";i.setAttribute("fieldname",f)}}else a=this.onOlapRowCellBoundEvent(i,a,s);var M=s.formattedText;if(s.type)if("grand sum"===s.type){this.rowGrandPos=s.rowIndex,i.classList.add("e-gtot");var D=this.parent.dataSourceSettings.values;M=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")}else s.valueSort.levelName===this.parent.localeObj.getConstant("grandTotal")+this.parent.dataSourceSettings.valueSortSettings.headerDelimiter+s.formattedText?(i.classList.add("e-gtot"),M=l?this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(this.parent.engineModule.fieldList[s.actualText].aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+s.formattedText:M):"sum"===s.type&&3!==s.memberType?M=s.formattedText.split("Total")[0]+this.parent.localeObj.getConstant("total"):i.classList.add("e-stot");if(this.parent.isTabular){var O=!0===s.hasChild&&!1===s.isDrilled,P="sum"===s.type||"grand sum"===s.type;!this.parent.gridSettings.repeatItemLabels||O||P?(this.setSpanAttributes("rowspan",s.rowSpan,i),this.setSpanAttributes("colspan",s.colSpan,i)):(this.setSpanAttributes("rowspan",1,i),this.setSpanAttributes("colspan",1,i))}else i.classList.add(T);var N=this.parent.isTabular&&0===s.rowSpan;!0!==s.hasChild||s.isNamedSet||N||a.appendChild(t.createElement("div",{className:(!0===s.isDrilled?C:x)+" "+y,attrs:{title:!0===s.isDrilled?this.parent.localeObj.getConstant("collapse"):this.parent.localeObj.getConstant("expand")}})),a.appendChild(t.createElement("span",{className:"e-cellvalue"})),e.column.disableHtmlEncode?this.parent.isRowCellHyperlink||s.enableHyperlink?a.querySelector(".e-cellvalue").innerHTML='<a  data-url="'+M+'" class="e-hyperlinkcell '+r+'">'+M+"</a>":a.querySelector(".e-cellvalue").textContent=M:a.querySelector(".e-cellvalue").innerHTML=this.parent.isRowCellHyperlink||s.enableHyperlink?'<a  data-url="'+M+'" class="e-hyperlinkcell '+r+'">'+M+"</a>":M;var E=this.parent.pivotView.dataSourceSettings.valueSortSettings;if(this.parent.enableValueSorting){var I=E&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?E.rowHeaderText:E.headerText,F=E&&"pivot"===this.parent.dataType&&"Server"!==this.parent.dataSourceSettings.mode?E.rowSortOrder:E.sortOrder,L=Number(i.getAttribute("index")),A=Number(i.getAttribute("aria-colindex")),R=this.parent.pivotValues&&this.parent.pivotValues[Number(i.getAttribute("index"))]?this.parent.pivotValues[Number(i.getAttribute("index"))][A-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||R.valueSort.levelName!==I||"value"===R.type||("Bottom"!==this.parent.dataSourceSettings.subTotalsPosition?this.parent.pivotValues[L+1]&&"value"===this.parent.pivotValues[L+1][A-1].type&&(L="value"===R.type||3===R.memberType?L:L+1,this.modifiedHeaderText=this.parent.pivotValues[L][A-1].valueSort.levelName):"Bottom"===this.parent.dataSourceSettings.subTotalsPosition&&this.parent.dataSourceSettings.values.length>0&&(t.isNullOrUndefined(E.measure)?this.modifiedHeaderText=I+E.headerDelimiter+this.parent.dataSourceSettings.values[0].name:t.isNullOrUndefined(E.measure)||(this.modifiedHeaderText=I+E.headerDelimiter+E.measure))),I="row"===this.parent.dataSourceSettings.valueAxis&&this.modifiedHeaderText?this.modifiedHeaderText:I;var k=!("pivot"===this.parent.dataType&&"Bottom"===this.parent.dataSourceSettings.subTotalsPosition&&this.parent.dataSourceSettings.rows.length>1&&R.hasChild);E&&I&&R&&R.valueSort&&R.valueSort.levelName&&(!this.parent.isTabular&&R.valueSort.levelName===I&&k||this.parent.isTabular&&R.valueSort.levelName===I&&1===R.rowSpan)&&(a.appendChild(t.createElement("span",{className:("Descending"===F?"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")+(R.hasChild?" e-value-sort-align":""),styles:"right"===a.style.textAlign?"float: left":""})),this.modifiedHeaderText=void 0)}i.appendChild(a)}else{var j=i.innerText;i.innerText="",i.classList.add("e-valuescontent"),s=e.data[n],(s=t.isNullOrUndefined(s)?e.column.customAttributes.cell:s).isGrandSum=!!l||s.isGrandSum,s.isSum&&i.classList.add("e-summary");var H=t.isNullOrUndefined(s.isGrandSum)&&!t.isNullOrUndefined(this.parent.olapEngineModule)&&"column"===this.parent.olapEngineModule.olapValueAxis&&"olap"===this.parent.dataType&&this.colGrandPos-this.parent.dataSourceSettings.values.length<n;s.isGrandSum||H||this.colGrandPos===n||this.rowGrandPos===Number(i.getAttribute("index"))?i.classList.add("e-gtot"):("olap"===this.parent.dataType?s.isSum:this.validateColumnTotalcell(s.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||s.enableHyperlink?'<a data-url="'+j+'" class="e-hyperlinkcell '+r+'">'+j+"</a>":j})),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],o=3===a.memberType?this.engine.fieldList[a.actualText.toString()].tag.toString():a.actualText.toString(),s=n.uNameCollection.indexOf(o),l=(n.uNameCollection.substring(0,s)+(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,o=0,s=this.parent.dataSourceSettings.values;o<s.length;o++){var l=s[o];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&&h.fieldList[i.actualText]?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;0!==S&&this.parent.engineModule.rowMaxLevel>=S&&(e.node.querySelector(".e-headercelldiv").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);var n=e.querySelector(".e-headercelldiv, .e-stackedheadercelldiv");t.isNullOrUndefined(n)?(e.children[0].innerHTML="",e.children[0].append(a)):(n.innerHTML="",n.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,o=r;o<n;o++)if(a[o]){t[i="header"===e?o:i]={};for(var s=0;s<a[o].length;s++)a[o][s]&&(t[i][s]=a[o][s]);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<100?100: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 o=this.calculateGridHeight(),s="auto"===o?this.parent.getHeightAsNumber():o,l=this.engine&&this.engine.headerContent?Object.keys(this.engine.headerContent).length:1,d=s-this.gridSettings.rowHeight*l,p=0;this.engine&&(this.engine.valueContent&&this.engine.valueContent.length>0?p=this.engine.valueContent.length:this.engine.rowCount&&this.engine.rowCount>0&&(p=this.engine.rowCount)),p>0&&this.gridSettings.rowHeight*p>d&&(r-=n.getScrollBarWidth())}var h=e*this.gridSettings.columnWidth<r?r/e:this.gridSettings.columnWidth;return this.isOverflows||this.gridSettings.allowAutoResizing?h:this.gridSettings.columnWidth},e.prototype.resizeColWidth=function(e){t.isNullOrUndefined(this.parent.resizedValue)||(this.parent.resizedValue=this.parent.showGroupingBar&&this.parent.resizedValue<100?100: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("."+_)?this.parent.element.querySelector("."+_).offsetHeight:0))-1,i=i<40?40:i,e){var r=t.querySelector("."+w).offsetHeight,o=t.querySelector("."+w).offsetHeight,s=t.querySelector("."+w).offsetWidth,l=t.offsetWidth<=s,d=!!(l&&i-r<15);this.parent.grid.height=i>=r&&(!l||i>=o)&&!d?"auto":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 o=this.engine.headerContent.length,s=[],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;o--;var c=this.engine.headerContent[o],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===o?c[f].colSpan:s[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,o===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(s[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-=s[x],x+=s[x]}h[u].columns=C}h[u]&&(h[u].clipMode=this.gridSettings.clipMode),s[f]=S,l[f]=u,u++,f=f+S-1}this.pivotColumns=h.length>0?h:this.pivotColumns}while(o>0);if(this.parent.isTabular)for(var w=0;w<this.parent.engineModule.rowMaxLevel+1;w++){var T=this.parent.element.querySelectorAll(".e-group-row");if(!this.parent.showGroupingBar||this.parent.isAdaptive||t.isNullOrUndefined(T[w]))for(var M=0;M<this.parent.engineModule.rowMaxLevel+1;M++)this.updatePivotColumn(this.pivotColumns,M,r,n,a);else{var D=T[w].querySelectorAll(".e-pvt-btn-div"),O=0;O=this.parent.engineModule.rowMaxLevel!==D.length-1&&0!==this.parent.engineModule.rowMaxLevel&&w===this.parent.engineModule.rowMaxLevel?this.getTotalColumnWidth(D):0===this.parent.engineModule.rowMaxLevel?this.parent.resizedValue?this.parent.resizedValue:250:.8*this.parent.element.getBoundingClientRect().width<=this.getTotalColumnWidth(D)?this.gridSettings.columnWidth:this.parent.resizedValue?this.parent.resizedValue:150,this.pivotColumns[w]={field:w+".formattedText",width:O>this.gridSettings.columnWidth?O:this.resColWidth,minWidth:30,headerText:"",allowReordering:!1,allowResizing:this.parent.gridSettings.allowResizing,visible:!0,clipMode:this.parent.gridSettings.clipMode}}}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,t){if(this.parent.isTabular&&this.parent.element.querySelector(".e-row")&&this.parent.element.querySelector(".e-row").querySelector(".e-rowcell")&&this.parent.showGroupingBar&&"0.formattedText"===e&&0===this.parent.dataSourceSettings.values.length){var i=0,a=this.parent.element.querySelector(".e-group-row").querySelectorAll(".e-pvt-btn-div");if(a.length>1){for(var r=0;r<a.length;r++)i+=a[r].getBoundingClientRect().width+6;t=i}}return t=this.parent.resizeInfo[e]?this.parent.resizeInfo[e]:t},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 o=["PercentageOfDifferenceFrom","PercentageOfRowTotal","PercentageOfColumnTotal","PercentageOfGrandTotal","PercentageOfParentRowTotal","PercentageOfParentColumnTotal","PercentageOfParentTotal","PercentageOfRunningTotals"];if(o.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 s=0;s<this.parent.dataSourceSettings.formatSettings.length;s++){var l=this.parent.dataSourceSettings.formatSettings[s];if(a.name===l.name){-1===o.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],o=n.type&&"value"===n.type,s=0;if("olap"===this.parent.dataType)s=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);s=p?p-1:0}if(this.colPos=0,e.style={hAlign:"Left",indent:2*s},this.lastSpan=o?this.lastSpan:s,(0===e.data[r].rowSpan||0===e.data[r].colSpan)&&"CSV"===this.parent.exportType&&this.parent.isTabular){var h=e.data[r],u="sum"===h.type||"grand sum"===h.type;this.parent.gridSettings.repeatItemLabels&&!u||(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 c="pivot"===this.parent.dataType&&this.parent.engineModule?this.parent.engineModule.aggregatedValueMatrix:void 0;c&&c[i.rowIndex]&&c[i.rowIndex][i.colIndex]?e.value=c[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,o=r.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-(n?n-1:n);t=o?o-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=[],o=0;o<r.length;o++)-1!==r[o].rowSpan&&n.push(r[o]);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),this.parent.isTabular||(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){for(var t=0,i=0;i<e.length;i++)t+=this.parent.resizedValue?this.parent.resizedValue:150;return t},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,this.selectedCells=[]},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}(),pe=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 o=0,s=[].slice.call(this.parent.element.querySelectorAll(".e-pivot-button"));o<s.length;o++){var l=s[o];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}(),he=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 o=ne.getFieldByName(a,this.parent.dataSourceSettings.sortSettings),s=this.parent.engineModule&&this.parent.engineModule.fieldList[a]&&this.parent.engineModule.fieldList[a].membersOrder?this.parent.engineModule.fieldList[a].membersOrder.slice():[];if(t.isNullOrUndefined(o)){d={name:a,order:n?"Ascending":"Descending",membersOrder:o?o.membersOrder:s};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:o?o.membersOrder:s};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,o=[],s=[];if(this.parent.dataSourceSettings.allowMemberFilter)if("olap"===this.parent.dataType)s=this.getOlapData(a,n);else{var l=this.parent.engineModule.fieldList[a],d=ne.getClonedData(l.dateMember);this.parent.isDateField=ne.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=ne.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=ne.applyHeadersSort(d,u.sortOrder,g,f),c=!0}var v=ne.getFilterItemByName(a,this.parent.dataSourceSettings.filterSettings);if(t.isNullOrUndefined(v)||(n=!(!this.isValidFilterItemsAvail(a,v)||"Include"!==v.type),o=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=ne.applyCustomSort(u,d,g,!0)),s=this.getTreeData(n,d,o,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(s,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],o=void 0;o="Server"===this.parent.dataSourceSettings.mode?n.members:"olap"===this.parent.dataType?n.members:ne.getFormattedMembers(n.members,e,r);var s=this.parent.engineModule;if(this.parent.isDateField&&s&&e in s.groupingFields){for(var l=[],d=0,p=Object.keys(o);d<p.length;d++){var h=p[d];l.push(o[h].caption)}for(var u=0,c=t.items;u<c.length;u++){var g=c[u];if(-1!==l.indexOf(g)){i=!0;break}}}else for(var m=0,f=t.items;m<f.length;m++)if(o[g=f[m]]){i=!0;break}}return i},e.prototype.getOlapData=function(e,i){var a=[],r=[];this.parent.filterDialog.isSearchEnabled=!1;var n=[],o=this.parent.engineModule,s=ne.getFilterItemByName(e,this.parent.dataSourceSettings.filterSettings);0===o.fieldList[e].filterMembers.length?this.parent.control.loadOnDemandInMemberEditor?s&&s.levelCount>1&&o.fieldList[e].levels.length>1?o.getFilterMembers(this.parent.dataSourceSettings,e,s.levelCount):(o.fieldList[e].levelCount=1,o.getMembers(this.parent.dataSourceSettings,e)):o.getMembers(this.parent.dataSourceSettings,e,!0):(o.fieldList[e].currrentMembers={},o.fieldList[e].searchMembers=[]);var l=o.fieldList[e].isHierarchy;a=o.fieldList[e].filterMembers,t.isNullOrUndefined(s)||(i=!s.type||"Include"===s.type,r=s.items?s.items:[]);for(var d={},p={},h=o.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,ne.getClonedData(a),d,e,l),a=this.sortOlapFilterData(a,o.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"],o=this.parent.engineModule,s=o.fieldList[n],l=s&&s.membersOrder?s.membersOrder.slice():[],d={fieldName:n,levelName:o.levelUniqueName[n],sortOrder:t,members:l&&l.length>0?l:a,IsOrderChanged:!1};if(l&&l.length>0?this.applyFilterCustomSort(e,d):(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 p=[],h=0,u=0;h<e.length;h++)"Grand Total"!==e[h].caption&&(p[u++]=e[h].caption);d.members=p}this.parent.control.trigger("onHeadersSort",d),d.IsOrderChanged&&this.applyFilterCustomSort(e,d,!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 o=0,s=0;o<e.length;o++){var l=e[o].caption;if(r[s]===l){if(e.splice(s++,0,e[o]),e.splice(++o,1),!(s<r.length)){i||n.splice(--s,0,l);break}o=-1}o>=0&&!i&&(n[o]=e[o].caption)}if(!i){for(o=n.length;o<e.length;o++)n[o]=e[o].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 o=n[r];if(o.id===t){a=o.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 o=n[r];if(o.pid===t){a=o.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=[],o=[],s=0,l=[].slice.call(i.element.querySelectorAll("li"));s<l.length;s++){var d=l[s];d.querySelector(".e-list-text").textContent.toLowerCase().indexOf(e.value.toLowerCase())>-1?n.push(d):o.push(d)}if(i.enableNodes(n),t.removeClass(n,"e-disable"),i.disableNodes(o),t.addClass(o,"e-disable"),n.length>0&&o.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=o;f<v.length;f++){b=v[f];-1!==ne.inArray(b.getAttribute("data-uid"),c)&&m.push(b)}if(g.length>0)for(var S=0,y=o;S<y.length;S++){var b=y[S];-1!==ne.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.isDataOverflow=!0):(this.parent.editorLabelElement.innerText="",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=[],o={},s={},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];o[g]=g,s[g]=g,l[g]&&(s=this.getParentNode(r,g,s))}m=this.parent.engineModule.fieldList[r].filterMembers;a=this.getFilteredTreeNodes(r,m,s,n),a=this.getOlapTreeData(!0,ne.getClonedData(a),o,r,i,!0)}else{this.parent.filterDialog.isSearchEnabled=!0;var m=this.parent.engineModule.fieldList[r].searchMembers;a=ne.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,o=[],s=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=t.isNullOrUndefined(m.actualText)||""===m.actualText?"":m.actualText,v=f.toString();v=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(v):v;var S=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(f):f,y={id:u+"_"+s,htmlAttributes:{"data-fieldName":r,"data-memberId":S.toString()},actualText:S,name:this.parent.isDateField?m.formattedText:n.getFormattedValue(S,r).formattedText,isSelected:!e},b=void 0;if(this.parent&&this.parent.engineModule instanceof se){var C=r in this.parent.engineModule.groupingFields;b=this.parent.isDateField&&!C||"Server"===this.parent.dataSourceSettings.mode?f:m.formattedText}void 0!==l[this.parent.isDateField?b:v]&&(y.isSelected=!!e),s<=this.parent.control.maxNodeLimitInMemberEditor&&o.push(y),y.isSelected||(this.parent.savedTreeFilterPos[s-1]=this.parent.isDateField?m.formattedText:v),this.parent.currentTreeItems.push(y),this.parent.searchTreeItems.push(y),this.parent.currentTreeItemsPos[S]={index:s-1,isSelected:y.isSelected},s++}return this.parent.isDataOverflow=s-1>this.parent.control.maxNodeLimitInMemberEditor,o},e.prototype.getOlapTreeData=function(e,t,i,a,r,n){var o=this.parent.engineModule.fieldList[a];this.parent.currentTreeItems=[],this.parent.searchTreeItems=[],this.parent.currentTreeItemsPos={};for(var s=[],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(o.filterMembers,a,h.id,u.isSelected),o.members[c].isSelected=u.isSelected,o.currrentMembers&&o.currrentMembers[c]&&(o.currrentMembers[c].isSelected=u.isSelected),l<=this.parent.control.maxNodeLimitInMemberEditor&&r&&s.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?s: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 o=n[r],s=o.id.toString();a[s]&&(o.isSelected=a[s].isSelected),this.parent.searchTreeItems.push(o)}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,o=0,s=e;o<s.length;o++){var l=s[o];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=[],o=this.parent.engineModule.fieldList[e].members,s=0,l=a?Object.keys(a):[];s<l.length;s++){var d=l[s],p=o[d]?o[d].parent:void 0;void 0!==p&&-1===ne.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!==ne.inArray(c.pid,n)?(r.push(c),t.isNullOrUndefined(c.pid)&&-1!==ne.inArray(c.id,n)?o[c.id].isNodeExpand=!0:t.isNullOrUndefined(c.pid)||-1===ne.inArray(c.pid,n)?o[c.id].isNodeExpand=!1:(o[c.id].isNodeExpand=!1,o[c.pid].isNodeExpand=!0)):o[c.id].isNodeExpand=!1}return r},e}(),ue=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 o="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")&&o.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===o.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===o.toLowerCase().indexOf("[measures].")&&"values"===a){var s=this.parent.localeObj.getConstant("warning"),l=this.parent.localeObj.getConstant("fieldDropErrorAction");return this.parent.errorDialog.createErrorDialog(s,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)&&((o="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===o.toLowerCase().indexOf("[measures]."))){var s=this.parent.localeObj.getConstant("warning"),l=this.parent.localeObj.getConstant("fieldDropErrorAction");return this.parent.errorDialog.createErrorDialog(s,l),!1}if("pivot"===this.parent.dataType&&this.parent.engineModule.fieldList[i]&&"CalculatedField"===this.parent.engineModule.fieldList[i].aggregateType&&"values"!==a){var s=this.parent.localeObj.getConstant("warning"),l=this.parent.localeObj.getConstant("dropAction");return this.parent.errorDialog.createErrorDialog(s,l),!1}n=this.getButtonPosition(e.target,e.element,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,a){var r=-1,n=t.isNullOrUndefined(i)||t.isNullOrUndefined(i.closest(".e-tabular-pvt-btn"))?"":i.closest(".e-tabular-pvt-btn").getAttribute("data-tag").split(":")[0];if(this.parent.dataSourceUpdate.control.isTabular&&"rows"===a&&"rows"===n){d=t.closest(e,".e-pvt-btn-div")?t.closest(e,".e-pvt-btn-div"):e.querySelector(".e-pvt-btn-div");if(!t.isNullOrUndefined(d)){d=d.querySelector(".e-pivot-button");var o=i.closest(".e-pivot-button").getAttribute("data-uid"),s=d.getAttribute("data-uid");if("[Measures]"===o){var l=[];this.parent.element.querySelectorAll(".e-group-rows").forEach(function(e){var t=[].slice.call(e.querySelectorAll(".e-pivot-button"));l.push.apply(l,t)});for(u=0;u<l.length;u++)if(l[u].id===d.id){r=u;break}}else for(u=0;u<this.parent.dataSourceSettings.rows.length;u++)if(this.parent.dataSourceSettings.rows[u].name===s){r=u;break}}}else{var d=t.closest(e,".e-pvt-btn-div");if(!t.isNullOrUndefined(d)){d=d.querySelector(".e-pivot-button");for(var p=this.parent.element.querySelector(".e-"+a),h=[].slice.call(p.querySelectorAll(".e-pivot-button")),u=0,c=h.length;u<c;u++)if(h[u].id===d.id){r=u;break}}}return r},e}(),ce=function(){function e(e){this.parent=e}return e.prototype.updateDataSource=function(e,i,a){for(var r,n,o=this,s=-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",s=u),n||(n="fieldList");var g={fieldName:e,dropField:ne.getFieldInfo(e,this.control).fieldItem,dataSourceSettings:ne.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,o.control&&o.btnElement&&"true"===o.btnElement.getAttribute("isvalue"))switch(i){case"":o.control.setProperties({dataSourceSettings:{values:[]}},!0);break;case"rows":a=a===o.parent.dataSourceSettings.rows.length?-1:a,o.control.setProperties({dataSourceSettings:{valueAxis:"row",valueIndex:a}},!0);break;case"columns":a=a===o.parent.dataSourceSettings.columns.length?-1:a,o.control.setProperties({dataSourceSettings:{valueAxis:"column",valueIndex:a}},!0)}else{if(o.removeFieldFromReport(e.toString()),"pivot"===o.parent.dataType&&o.control.showValuesButton&&o.parent.dataSourceSettings.values.length>1){var p="row"===o.parent.dataSourceSettings.valueAxis&&"rows"===i?o.parent.dataSourceSettings.rows:"column"===o.parent.dataSourceSettings.valueAxis&&"columns"===i?o.parent.dataSourceSettings.columns:void 0;s<o.parent.dataSourceSettings.valueIndex&&("row"===o.parent.dataSourceSettings.valueAxis&&"rows"===n||"column"===o.parent.dataSourceSettings.valueAxis&&"columns"===n)&&o.control.setProperties({dataSourceSettings:{valueIndex:o.parent.dataSourceSettings.valueIndex-1}},!0),t.isNullOrUndefined(p)||(-1===a&&-1===o.parent.dataSourceSettings.valueIndex?o.control.setProperties({dataSourceSettings:{valueIndex:p.length}},!0):a>-1&&a<=o.parent.dataSourceSettings.valueIndex?o.control.setProperties({dataSourceSettings:{valueIndex:o.parent.dataSourceSettings.valueIndex+1}},!0):o.parent.dataSourceSettings.valueIndex>-1&&a>o.parent.dataSourceSettings.valueIndex&&(a-=1))}"CalculatedField"===(r=o.getNewField(e.toString(),d.dropField)).type&&""!==i&&(i="values")}if("olap"===o.parent.dataType&&(o.removeFieldFromReport(e.toString()),r=o.getNewField(e.toString(),d.dropField),0===o.parent.dataSourceSettings.values.length&&o.removeFieldFromReport("[measures]"),"CalculatedField"===r.type&&""!==i&&(i="values")),o.control){var h={fieldName:e,droppedField:r,dataSourceSettings:ne.getClonedDataSourceSettings(o.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?o.parent.dataSourceSettings.filters.splice(a,0,r):o.parent.dataSourceSettings.filters.push(r);break;case"rows":-1!==a?o.parent.dataSourceSettings.rows.splice(a,0,r):o.parent.dataSourceSettings.rows.push(r);break;case"columns":-1!==a?o.parent.dataSourceSettings.columns.splice(a,0,r):o.parent.dataSourceSettings.columns.push(r);break;case"values":if(-1!==a?o.parent.dataSourceSettings.values.splice(a,0,r):o.parent.dataSourceSettings.values.push(r),!("olap"!==o.parent.dataType||o.parent.engineModule.isMeasureAvail||o.parent.dataSourceSettings.values.length>1)){var t={name:"[Measures]",caption:"Measures",showRemoveIcon:!0,allowDragAndDrop:!0};("row"===o.parent.dataSourceSettings.valueAxis?o.parent.dataSourceSettings.rows:o.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&&o.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,o=a.length;n<o;n++)if(!i&&a[n])for(var s=0,l=a[n].length;s<l;s++)if(a[n][s].name===e||"olap"===this.parent.dataType&&"[measures]"===a[n][s].name.toLowerCase()&&a[n][s].name.toLowerCase()===e){if(t=a[n][s].properties?a[n][s].properties:a[n][s],t.type=r&&"number"===r.type?t.type:"Count",a[n].splice(s,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}(),ge=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:ne.getAppendToElement(this.parent.control.element,this.parent.control.isAngular),close:this.removeErrorDialog.bind(this)}),this.errorPopUp.isStringTemplate=!0,this.errorPopUp.isAngular=this.parent.control.isModalDialog,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}(),me=function(){function e(e){this.parent=e,this.isAppendMode=!1}return e.prototype.createFilterDialog=function(e,i,a,n){var o=this,s=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.isAppendMode=!1,this.isSearchEnabled=!1,this.allowExcelLikeFilter=this.isExcelFilter(i),this.parent.element.appendChild(s),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",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+" "+(this.parent.isDataOverflow?"e-member-editor-overflow":"")).trim(),close:this.removeFilterDialog.bind(this)}),this.dialogPopUp.isStringTemplate=!0,this.dialogPopUp.isAngular=this.parent.control.isModalDialog,this.dialogPopUp.appendTo(s);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?(o.dialogPopUp.close(),o.dialogPopUp=void 0):(e=r.fieldMembers,o.allowExcelLikeFilter?(o.createTabMenu(e,a,i),t.addClass([o.dialogPopUp.element],"e-excel-filter"),o.updateCheckedState()):(o.dialogPopUp.content=o.createTreeView(e,a,i),o.updateCheckedState()),t.setStyleAttribute(o.dialogPopUp.element,{visibility:"visible"}),o.allowExcelLikeFilter&&o.dialogPopUp.element.querySelector(".e-dlg-closeicon-btn").focus(),o.memberTreeView.nodeChecked=o.parent.control.pivotButtonModule.nodeStateModified.bind(o.parent.control.pivotButtonModule),o.allMemberSelect.nodeChecked=o.parent.control.pivotButtonModule.nodeStateModified.bind(o.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,u=t.createElement("input",{attrs:{type:"text",className:"e-editor-search-input"}}),c=this.parent.isDataOverflow?this.parent.currentTreeItems.length-this.parent.control.maxNodeLimitInMemberEditor+this.parent.control.localeObj.getConstant("editorDataLimitMsg"):"",g=t.createElement("div",{id:this.parent.parentID+"_LabelDiv",attrs:{tabindex:"-1",title:c},className:"e-editor-label-container"});this.parent.editorLabelElement=t.createElement("label",{className:"e-editor-label"}),this.parent.editorLabelElement.innerText=c,g.style.display=this.parent.isDataOverflow?"block":"none",g.appendChild(this.parent.editorLabelElement),d.appendChild(u),this.createSortOptions(a,d,e);var m=t.createElement("div",{id:this.parent.parentID+"_AllDiv",attrs:{tabindex:"-1"},className:"e-select-all-container"}),f=t.createElement("div",{id:this.parent.parentID+"_SelectAllContainer",className:"e-select-all"}),v=t.createElement("div",{className:"e-member-editor-container-outer-div"}),S=t.createElement("div",{className:"e-member-editor-container"}),y=t.createElement("div",{className:"e-member-prompt e-disable"});y.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)),m.appendChild(f),n.appendChild(d),n.appendChild(m),n.appendChild(y),this.editorSearch=new s.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,y);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([y],"e-disable")):(r.allMemberSelect.enableNodes([r.allMemberSelect.element.querySelector("li")]),i.querySelector(".e-ok-btn").removeAttribute("disabled"),t.addClass([y],"e-disable")),r.updateCheckedState()}r.updateAppendWrapperVisibility(e.value)}}),this.editorSearch.isStringTemplate=!0,this.editorSearch.appendTo(u);var b={"data-fieldName":a,"data-memberId":"all"},C=[{id:"all",name:this.parent.localeObj.getConstant("all"),isSelected:!0,htmlAttributes:b}];if(this.allMemberSelect=new o.TreeView({fields:{dataSource:C,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,this.allMemberSelect.isAngular=this.parent.control.isModalDialog,!t.isNullOrUndefined(this.parent.currentTreeItems))for(var x=0;x<this.parent.currentTreeItems.length;x++)(this.parent.currentTreeItems[x].id.indexOf("\n")||0===this.parent.currentTreeItems[x].id.indexOf("\n"))&&(this.parent.currentTreeItems[x].id=this.parent.currentTreeItems[x].id.replace("\n"," "));if(this.allMemberSelect.appendTo(f),v.appendChild(S),!this.filterObject||"Include"!==this.filterObject.type&&"Exclude"!==this.filterObject.type)this.appendControlsWrapper&&!this.appendControlsWrapper.classList.contains("e-disable")&&t.addClass([this.appendControlsWrapper],"e-disable");else{this.appendControlsWrapper=t.createElement("div",{className:"e-append-filter-wrapper",id:this.parent.parentID+"_AppendWrapper"}),t.addClass([this.appendControlsWrapper],"e-disable");var w=t.createElement("div",{className:"e-append-checkbox-container"}),T=t.createElement("input",{id:this.parent.parentID+"_append_checkbox",className:"e-append-checkbox-input",attrs:{type:"checkbox"}});w.appendChild(T),this.appendCheckbox=new h.CheckBox({label:this.parent.localeObj.getConstant("addCurrentSelection"),checked:!1,enableRtl:this.parent.enableRtl,locale:this.parent.control.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:"e-append-checkbox",change:function(e){r.isAppendMode=e.checked}}),this.appendCheckbox.isStringTemplate=!0,this.appendCheckbox.appendTo(T),this.appendControlsWrapper.appendChild(w)}return n.appendChild(m),this.appendControlsWrapper&&n.appendChild(this.appendControlsWrapper),n.appendChild(y),n.appendChild(v),this.memberTreeView=new o.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.isAngular=this.parent.control.isModalDialog,this.memberTreeView.appendTo(S),this.parent.isDataOverflow&&this.parent.control.maxNodeLimitInMemberEditor<this.parent.currentTreeItems.length&&n.appendChild(g),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 o=t.createElement("button",{className:("Ascending"===r?"e-active ":"")+"e-member-sort",id:this.parent.element.id+"_Sort_Ascend",attrs:{type:"button","aria-label":"button"}}),s=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(o),(l=new h.Button({iconCss:y+" e-sort-descend-icon",enableRtl:this.parent.enableRtl,cssClass:this.parent.cssClass,enableHtmlSanitizer:this.parent.enableHtmlSanitizer})).appendTo(s),n.appendChild(o),n.appendChild(s),i.appendChild(n),this.unWireEvent(o),this.unWireEvent(s),this.wireEvent(o,e),this.wireEvent(s,e)}},e.prototype.createLevelWrapper=function(e,i){for(var a=this,r=this.parent.engineModule,n=r.fieldList[i].levels,o=r.fieldList[i].levelCount,s=[],l=0,d=n.length;l<d;l++)s.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:s,iconCss:"e-icons e-dropdown-icon",disabled:o===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 o=0,s=r.length;o<s;o++)o<n&&t.addClass([r[o]],"e-disabled")},select:function(e){for(var t,i=a.dialogPopUp.element.getAttribute("data-fieldname"),r=a.parent.engineModule,n=0,o=s.length;n<o;n++)s[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,o=n.getAttribute("data-fieldname"),s=a.parent.control.maxNodeLimitInMemberEditor?a.parent.control.maxNodeLimitInMemberEditor:5e3;if(r.fieldList[o].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[o].levelCount?r.fieldList[o].levelCount:1;r.getSearchMembers(a.parent.dataSourceSettings,o,e.value.toLowerCase(),s,!1,l)}else r.getSearchMembers(a.parent.dataSourceSettings,o,e.value.toLowerCase(),s,!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(),a.updateAppendWrapperVisibility(e.value)},500)},e.prototype.updateAppendWrapperVisibility=function(e){if(this.appendControlsWrapper){var i=[].slice.call(this.memberTreeView.element.querySelectorAll("li")).length>0;e&&""!==e.trim()&&i?t.removeClass([this.appendControlsWrapper],"e-disable"):t.addClass([this.appendControlsWrapper],"e-disable")}},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?ne.getClonedData(a.dateMember):this.parent.currentTreeItems.slice(),n=!!a.isAlphanumeric||void 0,o=!1,s=a&&a.membersOrder?a.membersOrder.slice():[],l={fieldName:i,sortOrder:e,members:s&&s.length>0?s:Object.keys(r),IsOrderChanged:!1};if(s&&s.length>0)r=ne.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=ne.applyHeadersSort(r,l.sortOrder,n,p),o=!0}var h="pivotfieldlist"===this.parent.moduleName&&this.parent.control.isPopupView?this.parent.control.pivotGridModule:this.parent.control;if(o){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=ne.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 o=[],s=0,l=r.filterMembers;s<l.length;s++){var d=l[s];d.pid===e.nodeData.id.toString()&&o.push(d)}0===o.length&&(r.childMembers=[],i.getChildMembers(this.parent.dataSourceSettings,e.nodeData.id.toString(),a),o=r.childMembers,r.childMembers=[]);var p=ne.getClonedData(o),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,o=this.parent.engineModule.fieldList[a],s=[],l=1,d=0,p=t;d<p.length;d++){var h=p[d],u=h,c=h.id.toString();o.members[c].isNodeExpand=!1,h.isSelected="true"===r.isChecked,l<=this.parent.control.maxNodeLimitInMemberEditor&&s.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,s},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"],s="((-|\\+)?[0-9]+(\\.[0-9]+)?)+",l=Object.keys(this.parent.engineModule.fieldList[a].members)[0],d=this.parent.engineModule.fieldList[a].type,p=ne.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(s)&&l.match(s)[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 o.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=[],o=[],s=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","Top","Bottom"]},u=["Between","NotBetween"],c=["Top","Bottom"],g="label"===a?h.label:"date"===a?h.date:h.value,m=0,f=g;m<f.length;m++){var v=f[m];l=i&&v===i.condition?g.indexOf(i.condition)>=0?i.condition:g[0]:l,("value"!==a||"Server"!==this.parent.dataSourceSettings.mode||"Top"!==v&&"Bottom"!==v)&&r.push({value:v,text:this.parent.localeObj.getConstant(v)})}for(var S=s.length;S--;)n.unshift({value:s[S].name,text:s[S].caption?s[S].caption:s[S].name}),d=i&&"Value"===i.type&&i.measure===s[S].name&&i.condition===l?S:d;if("olap"===this.parent.dataType){var b=this.parent.engineModule,C=b.fieldList[e].levels;if(this.parent.engineModule.fieldList[e].isHierarchy){for(var x=void 0,w=0,T=this.parent.engineModule.fieldListData;w<T.length;w++){var M=T[w];if(M&&M.pid===e){x=M;break}}o.push({value:x?x.id:e,text:x?x.caption:b.fieldList[e].name}),p=0,i&&i.name===e&&i.type.toLowerCase()===a&&(o[o.length-1].iconClass=y+" e-selected-level-icon")}else for(var D=0,O=C.length;D<O;D++){p=i&&i.selectedField===C[D].id?D:p,o.push({value:C[D].id,text:C[D].name});for(var P=0,N=this.parent.dataSourceSettings.filterSettings;P<N.length;P++){var E=N[P];if(E.name===e&&E.selectedField===C[D].id&&E.type.toLowerCase()===a){o[o.length-1].iconClass=y+" e-selected-level-icon";break}}}}var I=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&&o.length>0?o[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():""}}),F=t.createElement("div",{className:"e-filter-text-div"});F.innerText=this.parent.localeObj.getConstant(a+"TextContent");var L=t.createElement("div",{className:"e-between-text-div "+(-1===u.indexOf(l)?"e-disable":"")});L.innerText=this.parent.localeObj.getConstant("And");var A=t.createElement("div",{className:"e-separator-div"}),R=t.createElement("div",{className:"e-filter-option-container-1"}),k=t.createElement("div",{className:"e-level-option-container "+("olap"===this.parent.dataType?"":"e-disable")}),j=t.createElement("div",{className:"e-measure-option-container "+(["label","date","number"].indexOf(a)>=0?"e-disable":"")}),H=t.createElement("div",{className:"e-condition-option-container"}),V=t.createElement("div",{className:"e-filter-option-container-2"}),q=t.createElement("div",{id:this.parent.parentID+"_"+a+"_level_option_container"}),U=t.createElement("div",{id:this.parent.parentID+"_"+a+"_measure_option_container"}),B=t.createElement("div",{id:this.parent.parentID+"_"+a+"_contition_option_container"}),_=t.createElement("div",{className:"e-filter-input-div-1"}),G=t.createElement("div",{className:"e-filter-input-div-2 "+(-1===u.indexOf(l)?"e-disable":"")}),z=t.createElement("input",{id:this.parent.parentID+"_"+a+"_input_option_1",attrs:{type:"text"}}),W=t.createElement("input",{id:this.parent.parentID+"_"+a+"_input_option_2",attrs:{type:"text"}});return _.appendChild(z),G.appendChild(W),k.appendChild(q),k.appendChild(A.cloneNode(!0)),j.appendChild(U),j.appendChild(A),H.appendChild(B),R.appendChild(k),R.appendChild(j),R.appendChild(H),V.appendChild(_),V.appendChild(L),V.appendChild(G),this.createElements(i,u,c,U,B,z,W,n,r,d,l,a,q,o,p),I.appendChild(F),I.appendChild(R),I.appendChild(V),I},e.prototype.createElements=function(e,i,a,r,o,p,h,u,c,g,m,f,v,S,y){var b=this;if("olap"===this.parent.dataType){var C=new l.DropDownList({dataSource:S,enableRtl:this.parent.enableRtl,fields:{value:"value",text:"text",iconCss:"iconClass"},index:y,cssClass:"e-level-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab"),a=i.getAttribute("data-fieldName"),r=i.getAttribute("data-type");if(!t.isNullOrUndefined(i)){b.updateInputValues(i,r,p,h),n.setStyleAndAttributes(i,{"data-selectedField":e.value});for(var o,l=0,d=b.parent.dataSourceSettings.filterSettings;l<d.length;l++){var c=d[l];if(c.name===a&&c.selectedField===e.value){o=c;break}}if(o){"value"===r&&o.measure&&""!==o.measure&&(x.value=o.measure?o.measure:u[0].value),o.condition?w.value=o.condition?o.condition:"DoesNotEquals":w.value="DoesNotEquals";var g=void 0,m=void 0;"value"===r?(g=t.getInstance(p,s.NumericTextBox),m=t.getInstance(h,s.NumericTextBox),g&&(g.value=o.value1?parseInt(o.value1,10):void 0),m&&(m.value=o.value2?parseInt(o.value2,10):void 0)):(g=t.getInstance(p,s.MaskedTextBox),m=t.getInstance(h,s.MaskedTextBox),g&&(g.value=o.value1?o.value1:""),m&&(m.value=o.value2?o.value2:""))}b.updateInputValues(i,r,p,h)}}});C.isStringTemplate=!0,C.isAngular=this.parent.control.isModalDialog,C.appendTo(v)}var x=new l.DropDownList({dataSource:u,enableRtl:this.parent.enableRtl,fields:{value:"value",text:"text"},index:g,cssClass:"e-value-options"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||(b.updateInputValues(i,f,p,h),n.setStyleAndAttributes(i,{"data-measure":e.value}))}});x.isStringTemplate=!0,x.isAngular=this.parent.control.isModalDialog,x.appendTo(r);var w=new l.DropDownList({dataSource:c,enableRtl:this.parent.enableRtl,fields:{value:"value",text:"text"},value:m,cssClass:"e-filter-operator"+(this.parent.cssClass?" "+this.parent.cssClass:""),width:"100%",change:function(r){var o=b.dialogPopUp.element.querySelector(".e-selected-tab");if(!t.isNullOrUndefined(o)){b.updateInputValues(o,f,p,h);for(var l=0,d=["e-between-text-div","e-filter-input-div-2"];l<d.length;l++){var u=d[l];i.indexOf(r.value)>=0&&-1===a.indexOf(r.value)?t.removeClass([o.querySelector("."+u)],"e-disable"):t.addClass([o.querySelector("."+u)],"e-disable")}if("value"===f)if(a.indexOf(r.value)>=0){var c=t.getInstance(p,s.NumericTextBox);c&&(e&&e.condition===r.value||t.isNullOrUndefined(c.value)&&(c.value=10,n.setStyleAndAttributes(o,{"data-value1":"10","data-value2":"10"})),b.validateTopBottomOKButton(p,r.value,a))}else{var g=b.dialogPopUp.element.querySelector(".e-ok-btn");g&&g.removeAttribute("disabled")}n.setStyleAndAttributes(o,{"data-operator":r.value})}}});if(w.isStringTemplate=!0,w.isAngular=this.parent.control.isModalDialog,w.appendTo(o),"date"===f){var 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&&m===e.condition?"string"==typeof e.value1?new Date(e.value1):e.value1:null,change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":e.value,"data-value2":M.value})},width:"100%",cssClass:this.parent.cssClass}),M=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&&m===e.condition?"string"==typeof e.value2?new Date(e.value2):e.value2:null,change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":T.value,"data-value2":e.value})},width:"100%",cssClass:this.parent.cssClass});T.isStringTemplate=!0,T.appendTo(p),M.isStringTemplate=!0,M.appendTo(h)}else if("value"===f){var D=a.indexOf(m)>=0,O=!D||e&&e.condition===m?e&&m===e.condition?parseInt(e.value1,10):void 0:10,P=new s.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,format:"###.##",step:D?1:void 0,value:O,change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab"),r=b.dialogPopUp.element,o=i.getAttribute("data-operator"),s=r.querySelector(".e-ok-btn");if(!t.isNullOrUndefined(i)){var l=null!==P.value&&void 0!==P.value?P.value.toString():"0",d=null!==e.value&&void 0!==e.value?e.value:0,p=d.toString();n.setStyleAndAttributes(i,{"data-value1":l,"data-value2":p}),a.indexOf(o)>=0&&(d<=0?s.setAttribute("disabled","disabled"):s.removeAttribute("disabled"))}},width:"100%",cssClass:this.parent.cssClass}),N=new s.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,format:"###.##",value:e&&m===e.condition?parseInt(e.value2,10):void 0,change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":P.value?P.value.toString():"0","data-value2":e.value?e.value.toString():"0"})},width:"100%",cssClass:this.parent.cssClass});P.isStringTemplate=!0,P.appendTo(p),N.isStringTemplate=!0,N.appendTo(h),setTimeout(function(){b.validateTopBottomOKButton(p,m,a)},0)}else{var E=new s.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,value:e&&m===e.condition?e.value1:"",change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":e.value,"data-value2":I.value})},width:"100%",cssClass:this.parent.cssClass}),I=new s.MaskedTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,showClearButton:!0,value:e&&m===e.condition?e.value2:"",change:function(e){var i=b.dialogPopUp.element.querySelector(".e-selected-tab");t.isNullOrUndefined(i)||n.setStyleAndAttributes(i,{"data-value1":E.value,"data-value2":e.value})},width:"100%",cssClass:this.parent.cssClass});E.isStringTemplate=!0,E.appendTo(p),I.isStringTemplate=!0,I.appendTo(h)}},e.prototype.updateInputValues=function(e,i,a,r){var o=t.getInstance(a,"date"===i?d.DateTimePicker:"value"===i?s.NumericTextBox:s.MaskedTextBox),l=t.getInstance(r,"date"===i?d.DateTimePicker:"value"===i?s.NumericTextBox:s.MaskedTextBox),p=t.isNullOrUndefined(o.value)?"":o.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),o=this.allMemberSelect.element.querySelector("li").querySelector("span.e-frame");i.length>0?n>0?(r>0?(t.removeClass([o],"e-check"),t.addClass([o],"e-stop"),this.allMemberSelect.element.querySelector("li").setAttribute("aria-checked","false")):0===r&&(t.removeClass([o],"e-stop"),t.addClass([o],"e-check")),this.setOKButtonState(!0)):r>0&&0===n&&(t.removeClass([o],["e-check","e-stop"]),this.getCheckedNodes(a)===n&&this.setOKButtonState(!1)):this.setOKButtonState(!1)},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 o=n[r];o.isSelected||t.push(o)}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.setOKButtonState=function(e){var t=this.dialogPopUp.element.querySelector(".e-ok-btn");t&&(e?t.removeAttribute("disabled"):t.setAttribute("disabled","disabled")),this.dialogPopUp.buttons&&this.dialogPopUp.buttons[0]&&(this.dialogPopUp.buttons[0].buttonModel.disabled=!e)},e.prototype.validateTopBottomOKButton=function(e,i,a){if(a.indexOf(i)>=0){var r=t.getInstance(e,s.NumericTextBox);if(r){var n=null!==r.value&&void 0!==r.value?r.value:0;this.setOKButtonState(n>0)}}},e.prototype.getFilterObject=function(e){var t=ne.getFilterItemByName(e,ne.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}(),fe=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 ue(this),this.dataSourceUpdate=new ce(this),this.eventBase=new he(this),this.filterDialog=new me(this),this.errorDialog=new ge(this),this.keyboardModule=new pe(this),this}return e.prototype.destroy=function(){this.keyboardModule&&(this.keyboardModule.destroy(),this.keyboardModule=null)},e}(),ve=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 fe(e)}this.parent.pivotCommon.control=this.parent},e.prototype.addEventListener=function(){this.parent.isDestroyed||(this.parent.on(Q,this.initiateCommonModule,this),this.parent.on(Y,this.initiateCommonModule,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off(Q,this.initiateCommonModule),this.parent.off(Y,this.initiateCommonModule))},e.prototype.destroy=function(){this.removeEventListener(),this.parent.pivotCommon&&(this.parent.pivotCommon.destroy(),this.parent.pivotCommon=null)},e}(),Se=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)}}(),ye=function(e,t,i,a){var r,n=arguments.length,o=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,i,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(o=(n<3?r(o):n>3?r(t,i,o):r(t,i))||o);return n>3&&o&&Object.defineProperty(t,i,o),o},be=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"name",void 0),ye([t.Property()],i.prototype,"caption",void 0),ye([t.Property("Sum")],i.prototype,"type",void 0),ye([t.Property()],i.prototype,"axis",void 0),ye([t.Property(!1)],i.prototype,"showNoDataItems",void 0),ye([t.Property()],i.prototype,"baseField",void 0),ye([t.Property()],i.prototype,"baseItem",void 0),ye([t.Property(!0)],i.prototype,"showSubTotals",void 0),ye([t.Property(!1)],i.prototype,"isNamedSet",void 0),ye([t.Property(!1)],i.prototype,"isCalculatedField",void 0),ye([t.Property(!0)],i.prototype,"showFilterIcon",void 0),ye([t.Property(!0)],i.prototype,"showSortIcon",void 0),ye([t.Property(!0)],i.prototype,"showRemoveIcon",void 0),ye([t.Property(!0)],i.prototype,"showValueTypeIcon",void 0),ye([t.Property(!0)],i.prototype,"showEditIcon",void 0),ye([t.Property(!0)],i.prototype,"allowDragAndDrop",void 0),ye([t.Property()],i.prototype,"dataType",void 0),ye([t.Property(!1)],i.prototype,"expandAll",void 0),ye([t.Property()],i.prototype,"groupName",void 0),i}(t.ChildProperty),Ce=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Se(t,e),t}(be),xe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"backgroundColor",void 0),ye([t.Property()],i.prototype,"color",void 0),ye([t.Property()],i.prototype,"fontFamily",void 0),ye([t.Property()],i.prototype,"fontSize",void 0),i}(t.ChildProperty),we=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"name",void 0),ye([t.Property("Include")],i.prototype,"type",void 0),ye([t.Property()],i.prototype,"items",void 0),ye([t.Property("DoesNotEquals")],i.prototype,"condition",void 0),ye([t.Property()],i.prototype,"value1",void 0),ye([t.Property()],i.prototype,"value2",void 0),ye([t.Property()],i.prototype,"measure",void 0),ye([t.Property(1)],i.prototype,"levelCount",void 0),ye([t.Property()],i.prototype,"selectedField",void 0),i}(t.ChildProperty),Te=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"measure",void 0),ye([t.Property()],i.prototype,"label",void 0),ye([t.Property()],i.prototype,"conditions",void 0),ye([t.Property()],i.prototype,"value1",void 0),ye([t.Property()],i.prototype,"value2",void 0),ye([t.Property()],i.prototype,"style",void 0),ye([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 Se(i,e),ye([t.Property()],i.prototype,"name",void 0),ye([t.Property("Ascending")],i.prototype,"order",void 0),ye([t.Property([])],i.prototype,"membersOrder",void 0),i}(t.ChildProperty),De=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"name",void 0),ye([t.Property()],i.prototype,"minimumFractionDigits",void 0),ye([t.Property()],i.prototype,"maximumFractionDigits",void 0),ye([t.Property()],i.prototype,"minimumSignificantDigits",void 0),ye([t.Property()],i.prototype,"maximumSignificantDigits",void 0),ye([t.Property(!0)],i.prototype,"useGrouping",void 0),ye([t.Property()],i.prototype,"skeleton",void 0),ye([t.Property()],i.prototype,"type",void 0),ye([t.Property()],i.prototype,"currency",void 0),ye([t.Property()],i.prototype,"minimumIntegerDigits",void 0),ye([t.Property()],i.prototype,"format",void 0),i}(t.ChildProperty),Oe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"name",void 0),ye([t.Property()],i.prototype,"groupInterval",void 0),ye([t.Property()],i.prototype,"startingAt",void 0),ye([t.Property()],i.prototype,"endingAt",void 0),ye([t.Property("Date")],i.prototype,"type",void 0),ye([t.Property()],i.prototype,"rangeInterval",void 0),ye([t.Property()],i.prototype,"caption",void 0),ye([t.Property()],i.prototype,"customGroups",void 0),i}(t.ChildProperty),Pe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"groupName",void 0),ye([t.Property([])],i.prototype,"items",void 0),i}(t.ChildProperty),Ne=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"name",void 0),ye([t.Property()],i.prototype,"formula",void 0),ye([t.Property()],i.prototype,"hierarchyUniqueName",void 0),ye([t.Property()],i.prototype,"formatString",void 0),i}(t.ChildProperty),Ee=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"name",void 0),ye([t.Property()],i.prototype,"items",void 0),ye([t.Property()],i.prototype,"delimiter",void 0),i}(t.ChildProperty),Ie=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"headerText",void 0),ye([t.Property(".")],i.prototype,"headerDelimiter",void 0),ye([t.Property("None")],i.prototype,"sortOrder",void 0),ye([t.Property()],i.prototype,"rowHeaderText",void 0),ye([t.Property("Ascending")],i.prototype,"rowSortOrder",void 0),ye([t.Property()],i.prototype,"columnHeaderText",void 0),ye([t.Property("Ascending")],i.prototype,"columnSortOrder",void 0),ye([t.Property()],i.prototype,"measure",void 0),i}(t.ChildProperty),Fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property()],i.prototype,"userName",void 0),ye([t.Property()],i.prototype,"password",void 0),i}(t.ChildProperty),Le=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Se(i,e),ye([t.Property("Local")],i.prototype,"mode",void 0),ye([t.Property()],i.prototype,"catalog",void 0),ye([t.Property()],i.prototype,"cube",void 0),ye([t.Property()],i.prototype,"roles",void 0),ye([t.Property("Relational")],i.prototype,"providerType",void 0),ye([t.Property()],i.prototype,"url",void 0),ye([t.Property(1033)],i.prototype,"localeIdentifier",void 0),ye([t.Property()],i.prototype,"dataSource",void 0),ye([t.Collection([],be)],i.prototype,"rows",void 0),ye([t.Collection([],be)],i.prototype,"columns",void 0),ye([t.Collection([],be)],i.prototype,"values",void 0),ye([t.Collection([],be)],i.prototype,"filters",void 0),ye([t.Collection([],be)],i.prototype,"fieldMapping",void 0),ye([t.Property([])],i.prototype,"excludeFields",void 0),ye([t.Property(!1)],i.prototype,"expandAll",void 0),ye([t.Property("column")],i.prototype,"valueAxis",void 0),ye([t.Property(-1)],i.prototype,"valueIndex",void 0),ye([t.Collection([],we)],i.prototype,"filterSettings",void 0),ye([t.Collection([],Me)],i.prototype,"sortSettings",void 0),ye([t.Property(!0)],i.prototype,"enableSorting",void 0),ye([t.Property("JSON")],i.prototype,"type",void 0),ye([t.Property(!0)],i.prototype,"allowMemberFilter",void 0),ye([t.Property(!1)],i.prototype,"allowLabelFilter",void 0),ye([t.Property(!1)],i.prototype,"allowValueFilter",void 0),ye([t.Property(!0)],i.prototype,"showSubTotals",void 0),ye([t.Property(!0)],i.prototype,"showRowSubTotals",void 0),ye([t.Property(!0)],i.prototype,"showColumnSubTotals",void 0),ye([t.Property("Auto")],i.prototype,"subTotalsPosition",void 0),ye([t.Property(!0)],i.prototype,"showGrandTotals",void 0),ye([t.Property("Bottom")],i.prototype,"grandTotalsPosition",void 0),ye([t.Property(!0)],i.prototype,"showRowGrandTotals",void 0),ye([t.Property(!0)],i.prototype,"showColumnGrandTotals",void 0),ye([t.Property(!1)],i.prototype,"alwaysShowValueHeader",void 0),ye([t.Property(!0)],i.prototype,"showHeaderWhenEmpty",void 0),ye([t.Property(!0)],i.prototype,"showAggregationOnValueField",void 0),ye([t.Collection([],De)],i.prototype,"formatSettings",void 0),ye([t.Collection([],Ee)],i.prototype,"drilledMembers",void 0),ye([t.Complex({},Ie)],i.prototype,"valueSortSettings",void 0),ye([t.Collection([],Ne)],i.prototype,"calculatedFieldSettings",void 0),ye([t.Collection([],Te)],i.prototype,"conditionalFormatSettings",void 0),ye([t.Property()],i.prototype,"emptyCellsTextContent",void 0),ye([t.Collection([],Oe)],i.prototype,"groupSettings",void 0),ye([t.Complex({},Fe)],i.prototype,"authentication",void 0),i}(t.ChildProperty),Ae=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)}}(),Re=function(e,t,i,a){var r,n=arguments.length,o=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,i,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(o=(n<3?r(o):n>3?r(t,i,o):r(t,i))||o);return n>3&&o&&Object.defineProperty(t,i,o),o},ke=(function(e){function i(){return null!==e&&e.apply(this,arguments)||this}Ae(i,e),Re([t.Property("Row")],i.prototype,"mode",void 0),Re([t.Property("Flow")],i.prototype,"cellSelectionMode",void 0),Re([t.Property("Single")],i.prototype,"type",void 0),Re([t.Property(!1)],i.prototype,"checkboxOnly",void 0),Re([t.Property(!1)],i.prototype,"persistSelection",void 0),Re([t.Property("Default")],i.prototype,"checkboxMode",void 0),Re([t.Property(!1)],i.prototype,"enableSimpleMultiRowSelection",void 0)}(t.ChildProperty),function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ae(i,e),Re([t.Property("auto")],i.prototype,"height",void 0),Re([t.Property("auto")],i.prototype,"width",void 0),Re([t.Property("Both")],i.prototype,"gridLines",void 0),Re([t.Property(!1)],i.prototype,"allowTextWrap",void 0),Re([t.Property(!1)],i.prototype,"allowReordering",void 0),Re([t.Property(!0)],i.prototype,"allowResizing",void 0),Re([t.Property(!0)],i.prototype,"allowAutoResizing",void 0),Re([t.Property(null)],i.prototype,"rowHeight",void 0),Re([t.Property(110)],i.prototype,"columnWidth",void 0),Re([t.Property("Compact")],i.prototype,"layout",void 0),Re([t.Property("Ellipsis")],i.prototype,"clipMode",void 0),Re([t.Property(!1)],i.prototype,"repeatItemLabels",void 0),Re([t.Property(!1)],i.prototype,"allowSelection",void 0),Re([t.Property(-1)],i.prototype,"selectedRowIndex",void 0),Re([t.Property({mode:"Row",cellSelectionMode:"Flow",type:"Single"})],i.prototype,"selectionSettings",void 0),Re([t.Property({wrapMode:"Both"})],i.prototype,"textWrapSettings",void 0),Re([t.Property("AllPages")],i.prototype,"printMode",void 0),Re([t.Property()],i.prototype,"contextMenuItems",void 0),Re([t.Event()],i.prototype,"beforeCopy",void 0),Re([t.Event()],i.prototype,"printComplete",void 0),Re([t.Event()],i.prototype,"beforePrint",void 0),Re([t.Event()],i.prototype,"beforePdfExport",void 0),Re([t.Event()],i.prototype,"beforeExcelExport",void 0),Re([t.Event()],i.prototype,"contextMenuOpen",void 0),Re([t.Event()],i.prototype,"contextMenuClick",void 0),Re([t.Event()],i.prototype,"queryCellInfo",void 0),Re([t.Event()],i.prototype,"headerCellInfo",void 0),Re([t.Event()],i.prototype,"rowSelecting",void 0),Re([t.Event()],i.prototype,"rowSelected",void 0),Re([t.Event()],i.prototype,"rowDeselecting",void 0),Re([t.Event()],i.prototype,"rowDeselected",void 0),Re([t.Event()],i.prototype,"cellSelecting",void 0),Re([t.Event()],i.prototype,"cellSelected",void 0),Re([t.Event()],i.prototype,"cellDeselecting",void 0),Re([t.Event()],i.prototype,"cellDeselected",void 0),Re([t.Event()],i.prototype,"resizeStart",void 0),Re([t.Event()],i.prototype,"resizing",void 0),Re([t.Event()],i.prototype,"resizeStop",void 0),Re([t.Event()],i.prototype,"pdfHeaderQueryCellInfo",void 0),Re([t.Event()],i.prototype,"pdfQueryCellInfo",void 0),Re([t.Event()],i.prototype,"excelHeaderQueryCellInfo",void 0),Re([t.Event()],i.prototype,"excelQueryCellInfo",void 0),Re([t.Event()],i.prototype,"columnDragStart",void 0),Re([t.Event()],i.prototype,"columnDrag",void 0),Re([t.Event()],i.prototype,"columnDrop",void 0),Re([t.Event()],i.prototype,"columnRender",void 0),i}(t.ChildProperty)),je=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,"."+U),n=t.closest(e,".e-chart-grouping-bar"),o=e.classList.contains(T),s=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(U):null!==n&&(s=n.classList.contains("e-chart-grouping-bar")),l||d||o){var p=[].slice.call(this.parent.element.querySelector(".e-pivot-grouping-bar").querySelectorAll(".e-pivot-button")),h=[].slice.call(this.parent.element.querySelector("."+U).querySelectorAll(".e-pivot-button"));i=p.concat(h)}else s&&(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();l=n.getFocusedElement();return t.addClass([l],["e-focused","e-focus"]),l.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();l=n.getFocusedElement();t.addClass([l],["e-focused","e-focus"]),l.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();l=n.getFocusedElement();return t.addClass([l],["e-focused","e-focus"]),l.setAttribute("tabindex","0"),void e.preventDefault()}}else if(this.parent.showGroupingBar||this.parent.showFieldList||!i||!t.closest(i,".e-pivotview")||t.closest(i,"."+_)||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")&&!t.closest(i,"."+_)){(n=this.parent.grid.serviceLocator.getService("focus")).focus();l=n.getFocusedElement();t.removeClass([l],["e-focused","e-focus"]),l.setAttribute("tabindex","0"),e.preventDefault()}}else if(this.parent.grid){var r=t.closest(i,".e-pivotview"),n=this.parent.grid.serviceLocator.getService("focus"),o=[].slice.call(r.getElementsByTagName("tr")),s=o[o.length-1].lastChild;if(!(i===s)){n.focus();var l=n.getFocusedElement();return t.addClass([l],["e-focused","e-focus"]),l.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");s=n.getFocusedElement();t.removeClass([s],["e-focused","e-focus"])}var o=this.allpivotButtons(i);if(o.length>0)return n.currentInfo.skipAction=!0,setTimeout(function(){o[o.length-1].focus()}),t.removeClass(o,"e-btn-focused"),t.addClass([o[o.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")&&!t.closest(i,"."+_)){(n=this.parent.grid.serviceLocator.getService("focus")).focus();var s=n.getFocusedElement();t.removeClass([s],["e-focused","e-focus"]),s.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&&this.parent.renderModule&&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,o=Number(e.target.getAttribute("index"));if("TH"!==i.nodeName&&"TD"!==i.nodeName||(a="shiftUp"===e.action||"upArrow"===e.action?0===o||0===n||"TH"!==i.nodeName&&r.renderModule.rowStartPos!==o?null:this.getParentElement(r,a,n,o-1):"shiftDown"===e.action||"downArrow"===e.action?r.element.querySelector('th[aria-colindex="'+(n+1)+'"][index="'+(o+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="'+(o-1)+'"]'),o--):"downArrow"===e.action&&(a=r.element.querySelector('[aria-colindex="'+(n+1)+'"][index="'+(o+1)+'"]'),o++),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,o=Number(a.getAttribute("index"));var s=Number(a.getAttribute("aria-colspan"));r.clearSelection(a,e);var l={cancel:!1,isCellClick:!0,currentCell:a,data:r.pivotValues[o][n]};r.trigger("cellSelecting",l,function(t){t.cancel||r.applyColumnSelection(e,a,n,n+(s>0?s-1:0),o)})}}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}(),He=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 o.ContextMenu(i),this.menuObj.isStringTemplate=!0,this.menuObj.isAngular=this.parent.isModalDialog,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 o=0,s=i;o<s.length;o++)(u=s[o]).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}(),Ve=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",t.initializeTelemetryFeature("VirtualScroll","PivotTable"),this.parent=e,this.addInternalEvents()}return e.prototype.getModuleName=function(){return"virtualscroll"},e.prototype.addInternalEvents=function(){this.parent.isDestroyed||this.parent.on(K,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);if(t.EventHandler.add(n,"scroll touchmove pointermove",this.onHorizondalScroll(a,e,r),this),t.EventHandler.add(e.parentElement,"scroll wheel touchmove pointermove",this.onHorizondalScroll(a,e,r),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);else{var o=this.parent&&this.parent.dataSourceSettings&&"Server"===this.parent.dataSourceSettings.mode?"mouseup touchend":"mouseup touchend scroll";t.EventHandler.add(n,o,this.common(a,e,e),this),this.parent.isAdaptive||t.EventHandler.add(e.parentElement,o,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),o=i.parent.element.querySelector(".e-grid .e-content").scrollTop+(i.pageXY.y-n.y),s=i.parent.isAdaptive?t:a.parentElement.parentElement.querySelector("."+F),l=s.scrollLeft+(i.pageXY.x-n.x);i.frozenPreviousValues.left===l||l<0||(e.scrollLeft=l,s.scrollLeft=l,i.pageXY.x=n.x,i.frozenPreviousValues.left=l,i.frozenPreviousValues.top===o||o<0||(i.pageXY.y=n.y,i.frozenPreviousValues.top=o,i.eventType=r.type))}}},e.prototype.update=function(e,i,a,r,n,o){var s=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:ne.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=o.parentElement.scrollHeight-(e+o.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(),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"===s.parent.dataType?"Server"===s.parent.dataSourceSettings.mode?s.parent.getEngine("onScroll",null,null,null,null,null,null):(s.parent.engineModule.generateGridData(s.parent.dataSourceSettings,!0,!1,s.parent.engineModule.headerCollection,!0),v=s.parent.engineModule.rowStartPos):(s.parent.olapEngineModule.scrollPage(),v=s.parent.olapEngineModule.pageRowStartPos),s.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,o],["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"===s.parent.dataSourceSettings.mode?s.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),s.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 o=r.parent.virtualScrollSettings&&r.parent.virtualScrollSettings.allowSinglePage&&"pivot"===r.parent.dataType;if(r.isScrolling||!o){r.isScrolling=!1;var s=r.parent.isAdaptive?i:t.closest(i,".e-gridcontent").querySelector("."+F);o&&("vertical"===r.direction?r.parent.element.querySelector("."+G)&&(t.addClass([a],["e-virtual-pivot-content"]),t.removeClass([r.parent.element.querySelector("."+G)],["e-hide-loader"])):r.parent.element.querySelector("."+G)&&(t.addClass([e,i],["e-virtual-pivot-content"]),t.removeClass([r.parent.element.querySelector("."+G)],["e-hide-loader"]))),r.update(r.parent.element.querySelector(".e-grid .e-content").scrollTop*r.parent.verticalScrollScale,s.scrollLeft*r.parent.horizontalScrollScale,n,s,e,i)}}},e.prototype.onHorizondalScroll=function(e,i,a){var r=this,n=this.parent.isAdaptive?i:t.closest(i,".e-gridcontent").querySelector("."+F),o=Math.abs(n.scrollLeft),s=o*this.parent.horizontalScrollScale,l=s-this.parent.scrollPosObject.horizontalSection-o;return l=this.parent.enableRtl?l:-l,"none"!==n.style.display&&this.alignFreezedCells(l,!1),function(d){if(o=Math.abs(n.scrollLeft),s=o*r.parent.horizontalScrollScale,"wheel"!==d.type&&"touchmove"!==d.type&&"scroll"!==d.type&&"wheel"!==r.eventType&&"touchmove"!==r.eventType&&"scroll"!==r.eventType||(r.horizontalScrollTimeoutObj&&clearTimeout(r.horizontalScrollTimeoutObj),r.horizontalScrollTimeoutObj=setTimeout(function(){s="touchmove"===d.type?o:s,r.update(i.parentElement.scrollTop*r.parent.verticalScrollScale,s,d,n,e,i)},300)),r.previousValues.left!==s){r.parent.scrollDirection=r.direction="horizondal",r.isScrolling=!0,l=s-r.parent.scrollPosObject.horizontalSection-o,l=r.parent.enableRtl?l:-l;var p=i.querySelector("."+w).style.transform.split(",").length>1?i.querySelector("."+w).style.transform.split(",")[1].trim():"0px)";o<r.parent.scrollerBrowserLimit&&(t.setStyleAttribute(i.querySelector("."+w),{transform:"translate("+l+"px,"+p}),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate("+l+"px,0px)"}),r.alignFreezedCells(l,!1));var h=r.parent.scrollPosObject.horizontalSection>s?-(r.parent.scrollPosObject.horizontalSection-s):s+(e.offsetWidth-e.querySelector(".e-headercell.e-leftfreeze").offsetWidth)-(r.parent.scrollPosObject.horizontalSection+(i.querySelector("."+w).offsetWidth-i.querySelector("."+w).querySelector(".e-leftfreeze.e-rowsheader").offsetWidth)),u=Math.ceil(r.parent.scrollPosObject.horizontalSection/r.parent.horizontalScrollScale)<r.parent.scrollerBrowserLimit;if(r.parent.scrollPosObject.horizontalSection>s||h>1&&u){r.parent.virtualScrollSettings&&r.parent.virtualScrollSettings.allowSinglePage&&"pivot"===r.parent.dataType&&r.parent.element.querySelector("."+G)&&(t.addClass([e,i],["e-virtual-pivot-content"]),t.removeClass([r.parent.element.querySelector("."+G)],["e-hide-loader"])),s>e.clientWidth?(r.parent.scrollPosObject.left<1&&(r.parent.scrollPosObject.left=e.clientWidth),r.parent.scrollPosObject.left=r.parent.scrollPosObject.left-50,h=r.parent.scrollPosObject.horizontalSection>s?h-r.parent.scrollPosObject.left:h+r.parent.scrollPosObject.left):h=-r.parent.scrollPosObject.horizontalSection,l=-(s-(r.parent.scrollPosObject.horizontalSection+h)-t.closest(i,".e-gridcontent").querySelector("."+F).scrollLeft);var c=r.parent.gridSettings.columnWidth*r.engineModule.columnCount;c>r.parent.scrollerBrowserLimit&&(r.parent.horizontalScrollScale=c/r.parent.scrollerBrowserLimit,c=r.parent.scrollerBrowserLimit),l>c&&l>s&&(l=s,h=0),t.setStyleAttribute(i.querySelector("."+w),{transform:"translate("+l+"px,"+p}),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate("+l+"px,0px)"}),r.alignFreezedCells(l,!1),r.parent.scrollPosObject.horizontalSection=r.parent.scrollPosObject.horizontalSection+h,r.adjustHorizontalScrollOffset(e,i,a)}var g=n.scrollWidth-(o+(n.offsetWidth-r.parent.element.querySelector(".e-grid").querySelector(".e-headercell.e-leftfreeze").offsetWidth));if(g<=0){var m=i.querySelector(".e-virtualtrack");m.style.display="none";var f=i.scrollWidth-(i.scrollLeft+i.offsetWidth);m.style.display="";var v=i.scrollWidth-(i.scrollLeft+i.offsetWidth);r.parent.scrollPosObject.horizontalSection-=f>g?f:-v,l=o>r.parent.scrollerBrowserLimit?Number(i.querySelector("."+w).style.transform.split(",")[0].split("px")[0].trim()):-(o*r.parent.horizontalScrollScale-r.parent.scrollPosObject.horizontalSection-o),t.setStyleAttribute(i.querySelector("."+w),{transform:"translate("+l+"px,"+p}),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate("+l+"px,0px)"}),r.alignFreezedCells(l,!1)}r.previousValues.left=s,r.frozenPreviousValues.left=s,r.eventType="",e.scrollLeft=n.scrollLeft,i.scrollLeft=n.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 o=a.parent.engineModule?a.parent.engineModule.viewportPageCount:3;if(a.parent.isAdaptive||r.scrollHeight>r.parentElement.clientHeight*o){var s=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===s)return;a.parent.scrollPosObject.horizontalSection<0&&(a.parent.scrollPosObject.horizontalSection=0),a.parent.scrollDirection=a.direction="vertical",a.isScrolling=!0;var d=-(s-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>s?-(a.parent.scrollPosObject.verticalSection-s):s+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>s||h>1&&u){a.parent.virtualScrollSettings&&a.parent.virtualScrollSettings.allowSinglePage&&"pivot"===a.parent.dataType&&a.parent.element.querySelector("."+G)&&(t.addClass([i],["e-virtual-pivot-content"]),t.removeClass([a.parent.element.querySelector("."+G)],["e-hide-loader"])),s>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>s?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=-(s-(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>s&&(d=s,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=s,a.frozenPreviousValues.top=s,a.eventType=""}}},e.prototype.removeInternalEvents=function(){this.parent.isDestroyed||(this.parent.off(K,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,o=t.cellIndex+1;if(o>1)for(var s=0;s<o-1;s++)n+=this.parent.pivotColumns[s].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.prototype.adjustHorizontalScrollOffset=function(e,i,a){var r=Math.abs(a.scrollWidth-(Math.abs(a.scrollLeft)+a.offsetWidth))-Math.abs(i.scrollWidth-(Math.abs(i.scrollLeft)+i.offsetWidth));if(r<0){var n=i.querySelector("."+w).style.transform,o=n.slice(n.indexOf("(")+1,n.indexOf(")")).split(","),s=(parseFloat(o[0])||0)+r,l=parseFloat(o[1])||0;t.setStyleAttribute(i.querySelector("."+w),{transform:"translate("+s+"px, "+l+"px)"}),t.setStyleAttribute(e.querySelector("."+w),{transform:"translate("+s+"px, 0px)"}),this.alignFreezedCells(s,!1),this.parent.scrollPosObject.horizontalSection=s}},e}(),qe=function(e,t){var i={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(i[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,a=Object.getOwnPropertySymbols(e);r<a.length;r++)t.indexOf(a[r])<0&&(i[a[r]]=e[a[r]]);return i},Ue=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,o=[],s={},l=0;l<e.rawData.length;l++)o.push(ne.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,s):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(s);i<r.length;i++){var l=r[i];e.push(s[l])}for(var d=Object.keys(s).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 s[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(s),C=0;C<b.length;C++)delete a.parent.drillThroughValue.indexObject[s[b[C]]],y.push({Key:b[C],Value:s[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===s[d.toString()]&&x.push(m),d++;x=x.concat(p);var M={currentData:a.drillThroughGrid.dataSource,previousData:o,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:o,previousPosition:e}};a.parent.actionObj.actionInfo=D}a.isUpdated=!1,a.isEdited=!1,s={}},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:ne.getAppendToElement(this.parent.element,this.parent.isAngular),close:this.removeDrillThroughDialog.bind(this)}),this.dialogPopUp.isStringTemplate=!0,this.dialogPopUp.isAngular=this.parent.isModalDialog,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(),o=Number(Object.keys(e.currentCell.indexObject));e.currentTarget.firstElementChild.style.display="none";var l=Number(e.rawData[0][n]),d=ne.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 s.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[o];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[o]=o;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,o=[];n<r.length;)t.isNullOrUndefined(this.parent.engineModule.fieldKeys[r[n]])||(o[this.parent.engineModule.fieldKeys[r[n]]]=e[i][r[n]]),n++;a[Number(e[i].__index)]=o,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,a,r){var o=this,s=t.createElement("div",{id:this.parent.element.id+"_drillthroughbody",className:"e-drillthrough-body"}),l=t.createElement("div",{id:this.parent.element.id+"_drillthroughbodyheader",className:"e-drillthrough-body-header-container"});if(""!==e.rowHeaders&&(l.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&&(l.innerHTML=l.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 d=e.currentCell.formattedText;"0"!==d&&(l.innerHTML=l.innerHTML+"<span class=e-drillthrough-body-header-common><span class=e-drillthrough-body-header>"+r+"</span> : <span class=e-drillthrough-body-header-value>"+d+"</span></span>")}var p=["ColumnChooser"];this.parent.editSettings.allowEditing&&(p=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 h=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:p,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(a);var u=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 a="save"===e.requestType?"Save edited records":"add"===e.requestType?"Add new record":"delete"===e.requestType?"Remove record":"";if(o.parent.actionObj.actionName=a,!o.parent.actionObj.actionName||!o.parent.actionBeginMethod()){for(var r,n=0,s=o.drillThroughGrid.columns;n<s.length;n++){var l=s[n];if(l.isPrimaryKey&&"__index"!==l.field){r=l;break}}var d=t.isNullOrUndefined(r)?void 0:r.field;if(!t.isNullOrUndefined(o.parent.dataManager)&&!t.isNullOrUndefined(d)){var p=o.parent.dataManager,h=t.isNullOrUndefined(o.drillThroughGrid.getQuery())?new i.Query:o.drillThroughGrid.getQuery().clone();if("save"===e.requestType&&"add"===e.action){var u=e.data,c=(u.__index,qe(u,["__index"]));p.insert(c,h.fromTable,h,e.index)}else if("save"===e.requestType&&"edit"===e.action){var g=e.data,m=(g.__index,qe(g,["__index"]));p.update(d,m,h.fromTable,h,e.previousData)}else if("delete"===e.requestType){var f=e.data[0][d];t.isNullOrUndefined(f)?o.parent.actionFailureMethod(new Error("Primary key value not found in record to delete")):p.remove(d,f)}}}},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||(u.isUpdated=!0),"batchsave"!==e.requestType&&"save"!==e.requestType||"edit"!==e.action||(u.isEdited=!0),o.parent.actionObj.actionName=o.parent.getActionCompleteName();var t={editInfo:{type:o.drillThroughGrid.editSettings.mode,action:e.requestType,data:a}};o.parent.actionObj.actionInfo=t,o.parent.actionObj.actionName&&o.parent.actionCompleteMethod(),("Normal"===u.drillThroughGrid.editSettings.mode&&"save"===e.requestType&&u.drillThroughGrid.element.querySelectorAll(".e-tbar-btn:hover").length>0&&!u.parent.editSettings.allowCommandColumns||"batchsave"===e.requestType)&&u.dialogPopUp.hide()},this.drillThroughGrid.beforeBatchSave=function(){u.isUpdated=!0}}else n.Grid.Inject(n.VirtualScroll);return ne.getAppendToElement(this.parent.element,this.parent.isAngular).appendChild(h),this.drillThroughGrid.isStringTemplate=!0,this.drillThroughGrid.isAngular=this.parent.isModalDialog,this.drillThroughGrid.appendTo(h),s.appendChild(l),s.appendChild(h),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 o=0,s=i;o<s.length;o++){var l=(m=s[o]).replace(/_x005B_|_x005D_|_x0024_/g,"").replace(/_x0020_/g," ").replace("].[","").split(".").reverse(),d="[Measures].["+l[0]+"]",p=this.engine&&this.engine.fieldList?this.engine.fieldList[d]:null,h=p&&"number"===p.type?"number":"string",u=p?t.isNullOrUndefined(r[p.id])?"Currency"===p.formatString?"C":"Percent"===p.formatString?"P":p.format?p.format:null:r[p.id]:t.isNullOrUndefined(r[m])?null:r[m];a.push({field:m.replace(/_x005B_|_x0020_|_x005D_|_x0024_/g,"").replace("].[","").split(".").reverse().join(""),headerText:l.join("."),width:120,visible:!0,validationRules:{required:!0},format:u,type:h})}else for(var c=0,g=i;c<g.length;c++){var m=g[c];if("CalculatedField"!==this.engine.fieldList[m].aggregateType){var f="",v=null,S=!("date"!==this.engine.fieldList[m].type&&"datetime"!==this.engine.fieldList[m].type||!(this.isDateFieldExist(m)||e[0]&&e[0][m]&&-1===e[0][m].toString().indexOf(" ")));"number"===this.engine.fieldList[m].type?(f="numericedit",v="number"):"date"===this.engine.fieldList[m].type&&S?(f="datepickeredit",v="date"):"datetime"===this.engine.fieldList[m].type&&S?(f="datetimepickeredit",v="date"):f="defaultedit",this.parent.engineModule.formatFields[m]&&(v=this.parent.engineModule.formatFields[m].type);var y=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(this.engine.fieldList[m].caption):this.engine.fieldList[m].caption;a.push({field:m,headerText:y,width:120,visible:this.engine.fieldList[m].isSelected,validationRules:{required:!0},editType:f,format:t.isNullOrUndefined(r[m])?void 0:r[m],type:t.isNullOrUndefined(r[m])?"string":v})}}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,o=0,s=r;o<s.length;o++)s[o].__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 o=0,s=[].slice.call(this.parent.element.querySelectorAll(".e-pivot-button"));o<s.length;o++){var l=s[o];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}(),Be=function(){function e(e){this.parent=e,this.drillThroughDialog=new Ue(this.parent),this.addInternalEvents()}return e.prototype.getModuleName=function(){return"drillThrough"},e.prototype.addInternalEvents=function(){this.parent&&this.parent.on(K,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;if(!ne.invokeActionMethod(this.parent,z,"Open drill through dialog")){var o="",s="",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 this.parent.pivotCommon.errorDialog.createErrorDialog(this.parent.localeObj.getConstant("error"),this.parent.localeObj.getConstant("drillError")),this.parent.actionObj.actionName="",void(this.parent.actionObj.actionInfo=void 0);o=n.fieldList[p||e.actualText].caption,s=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),this.parent.olapEngineModule.errorInfo=void 0,this.parent.actionObj.actionName="",void(this.parent.actionObj.actionInfo=void 0)}}else if(o=n.fieldList[e.actualText.toString()]?n.fieldList[e.actualText.toString()].caption:e.actualText.toString(),s=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(o,s,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 o="CalculatedField"===i?e.toString():""!==i?this.parent.localeObj.getConstant(i)+" "+this.parent.localeObj.getConstant("of")+" "+e:e;o=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(o):o;var s={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:o+"("+r.formattedText+")",gridColumns:this.drillThroughDialog.frameGridColumns(a),cancel:!1};"CSV"===this.parent.dataSourceSettings.type&&(s=this.frameData(s));var l=this;this.parent.trigger("drillThrough",s,function(e){s.cancel||l.drillThroughDialog.showDrillThroughDialog(e,o)})}},e.prototype.destroy=function(){this.unWireEvents(),this.drillThroughDialog&&(this.drillThroughDialog.destroy(),this.drillThroughDialog=null)},e}(),_e=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,t.initializeTelemetryFeature("PivotChart","PivotTable"),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(K,{}));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 o=(O=n[r]).name.replace(/[^A-Z0-9]+/gi,"_");this.measuresNames[O.name]=o,this.measuresNames[o]=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 s=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(s),u=Object.keys(s),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[o=O.name]=O.caption?O.caption:o,x[O.caption?O.caption:o]=o}if("olap"===this.parent.dataType){var P=[];v=this.groupHierarchyWithLevels(s,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=[],L=0,A=u.length;L<A;L++){var R=Number(u[L]),k=void 0,j=void 0;if(j=s[R]&&s[R]["Tabular"===this.parent.gridSettings.layout?this.parent.engineModule.rowMaxLevel:0],"Tabular"===this.parent.gridSettings.layout&&"pivot"===this.parent.dataType){var H=j&&s[R-0][j.level-1],V=H&&H.valueSort&&this.engineModule.fieldList[H.valueSort.axis];!V||V.showSubTotals&&this.dataSourceSettings.showSubTotals&&this.dataSourceSettings.showRowSubTotals||-1!==F.indexOf(H.actualText)||(j=s[R-0][0],F.push(H.actualText),L--)}if(j&&(j.level,1),!t.isNullOrUndefined(s[R-0])){var q="Tabular"===this.parent.gridSettings.layout?this.parent.engineModule.rowMaxLevel:0,U=s[R-0][q],B=U&&U.valueSort&&!t.isNullOrUndefined(U.valueSort.levelName)?U.valueSort.levelName.toString().split(T):void 0;if(w=!1,B&&"Grand Total"!==B[0]&&((a.enableMultipleAxis&&this.accumulationType.indexOf(a.chartSeries.type)<0&&"Pareto"!==this.chartSettings.chartSeries.type||B.indexOf(x[this.currentMeasure])>-1)&&(w=!0),!w)){for(var _=0,G=B;_<G.length;_++)if(x[ae=G[_]]){w=!0;break}w=!w}if(U&&"row"===U.axis&&(0===this.dataSourceSettings.rows.length||"grand sum"!==U.type&&w)){if("Tabular"!==this.parent.gridSettings.layout&&j.isSum)continue;var z="olap"===this.parent.dataType?this.engineModule.tupRowInfo[j.ordinal]:void 0,W=-1,Q=j.level;if("olap"===this.parent.dataType)C="[Measures]"===j.hierarchy?C:this.isAttributeDrill(j.hierarchy,z.drillInfo),b=b===y?y:"[Measures]"===j.hierarchy||j.isNamedSet||this.engineModule.fieldList[j.hierarchy]&&!this.engineModule.fieldList[j.hierarchy].hasAllMember?y:b,W=z.drillInfo.length-1,3===j.memberType||z.measureName&&z.measureName!==this.dataSourceSettings.values[0].name||(c=0===(g=(d=void 0===d?j.levelUniqueName:d)===j.levelUniqueName?0:g)?{}:c,g=p&&d!==j.levelUniqueName?p.hierarchy===j.hierarchy?g+(j.level-p.level):t.isNullOrUndefined(c[j.levelUniqueName])?v[j.hierarchy].start:c[j.levelUniqueName]:g,c[j.levelUniqueName]=g,Q=g,m+=!p||b!==p.hierarchy||p.isDrilled&&p.hasChild?0:1,b=C?j.hierarchy:y,l=g,p=j);else if("value"!==j.type){if("Tabular"===this.parent.gridSettings.layout){var Y=j.valueSort.levelName.split(T),X=j.formattedText.split(" ");k=ne.isMemberDrilled(j,Y,this.parent.dataSourceSettings.drilledMembers);for(var J=B.length-2!=this.parent.engineModule.rowMaxLevel-1?B.length-2:this.parent.engineModule.rowMaxLevel-1,Z=0;Z<=this.parent.engineModule.rowMaxLevel;Z++)if(this.headerColl[m]&&this.headerColl[m][Z]){if(j.isSum){if(j.level>0){m-=j.level===this.parent.engineModule.rowMaxLevel-1?N-1:E-1,j.formattedText=!this.parent.dataSourceSettings.showSubTotals||!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?j.formattedText:X.length>2?X.slice(0,X.length-1).join(" "):X[0],j.hasChild=!0;break}m-=I-1,j.formattedText=!this.parent.dataSourceSettings.showSubTotals||!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?j.formattedText:X.length>2?X.slice(0,X.length-1).join(" "):X[0],j.hasChild=!0;break}if(this.headerColl[m][Z]&&B[J]!==this.headerColl[m][Z].name){m++;break}}j.isSum||(N++,E++,I++),this.parent.dataSourceSettings.expandAll?j.isDrilled=!k:j.isDrilled=!!k}else void 0===l||l<Q||m++;l=Q}this.maxLevel=Q>this.maxLevel?Q:this.maxLevel;var $="olap"===this.parent.dataType?j.formattedText:j.actualText?j.actualText.toString():j.formattedText.toString(),ee=this.engineModule.fieldList[this.currentMeasure],te=0===this.parent.dataSourceSettings.rows.length?this.parent.localeObj.getConstant("total")+" "+this.parent.localeObj.getConstant(ee.aggregateType)+" "+this.parent.localeObj.getConstant("of")+" "+(t.isNullOrUndefined(ee.caption)?ee.name:ee.caption):j.formattedText?j.formattedText.toString():$,ie=j.hasChild&&!j.isNamedSet?(j.isDrilled?" - ":" + ")+te:te,ae=z?z.uNameCollection:j.valueSort.levelName.toString(),re={name:$,text:ie,hasChild:j.hasChild,isDrilled:j.isDrilled,levelName:ae,level:Q,fieldName:j.valueSort.axis?j.valueSort.axis.toString():"",rowIndex:R-0,colIndex:0,cell:j};("olap"===this.parent.dataType?3!==j.memberType:"value"!==j.type)&&(this.headerColl[m]?this.headerColl[m][Q]=re:(this.headerColl[m]={},this.headerColl[m][Q]=re),"Tabular"===this.parent.gridSettings.layout&&(j.isSum&&(j.level>0?m+=j.level===this.parent.engineModule.rowMaxLevel-1?N-1:E-1:m+=I-1),0===j.level?(E=0,N=0,I=0):j.level===this.parent.engineModule.rowMaxLevel-1?N=0:j.level<this.parent.engineModule.rowMaxLevel-1&&0!==j.level&&(N=0,E=0)));var oe="Tabular"===this.parent.gridSettings.layout?s[R-0]:s[R],se=Object.keys(oe),le=void 0;if("olap"===this.parent.dataType)f=3!==j.memberType?j:f;else if(f="value"!==j.type?j:f,"value"!==j.type)f=j;else{var de=j&&j.valueSort&&j.valueSort.levelName&&j.valueSort.levelName.toString().split(T),pe=void 0;if(de&&de.length>0&&(de.splice(de.length-1,1),pe=de.join(T)),this.parent.dataSourceSettings.valueIndex<=0||this.engineModule.valueAxis&&this.dataSourceSettings.rows.length===this.engineModule.measureIndex||t.isNullOrUndefined(f.valueSort)||pe===f.valueSort.levelName)f=f;else for(var he=R;he>-1;)s[he]&&s[he][0]&&s[he][0].valueSort&&s[he][0].valueSort.levelName===pe&&(f=s[he][0],he=0),he--}for(var ue="Tabular"===this.parent.gridSettings.layout?this.parent.engineModule.rowMaxLevel:0;ue<se.length;ue++){var ce=se[ue],ge=Number(ce),me=s[R-0][ge],fe=!t.isNullOrUndefined(me.rowHeaders)||0===this.dataSourceSettings.rows.length,ve="olap"===this.parent.dataType&&z&&z.measureName?z.measureName:me.actualText;if(("olap"!==this.parent.dataType||!me.isGrandSum)&&!h[me.colIndex]&&"value"===me.axis&&"header"!==j.type&&""!==ve&&(a.enableMultipleAxis&&this.accumulationType.indexOf(a.chartSeries.type)<0&&"Pareto"!==this.chartSettings.chartSeries.type||ve===this.currentMeasure)){if(t.isNullOrUndefined(j.members)&&(j.members=[]),"olap"===this.parent.dataType?S!==j.hierarchy&&!C||(3===j.memberType&&le?W!==this.measurePos||le.isDrilled&&le.hasChild:j.isDrilled&&j.hasChild):("value"===j.type&&le?!t.isNullOrUndefined(le.members)&&le.hasChild&&le.isDrilled:j.hasChild&&j.isDrilled)||!fe)break;if("olap"===this.parent.dataType&&!0===me.isSum&&"row"===this.parent.dataSourceSettings.valueAxis)continue;var Se="";if("olap"===this.parent.dataType)Se=me.columnHeaders.toString().split(/~~|::/).join(" - ");else{var ye=me.columnHeaders.toString().split(T);Se=ne.formatChartHeaders(ye,this,!0,me)}var be="";if("olap"===this.parent.dataType)be=me.rowHeaders.toString().split(/~~|::/).join(" - ");else{var Ce=me.rowHeaders.toString().split(T);be=ne.formatChartHeaders(Ce,this,!1,me)}var xe=Se+" | "+ve;this.chartSeriesInfo[Se]={uniqueName:Se,caption:me.hierarchyName&&me.hierarchyName.toString().split(T).join(" - "),colorIndex:[]},this.chartSeriesInfo[this.chartSeriesInfo[Se].caption]=this.chartSeriesInfo[Se];var we="pivot"===this.parent.dataType&&this.engineModule.aggregatedValueMatrix[R]&&!t.isNullOrUndefined(this.engineModule.aggregatedValueMatrix[R][ge])?Number(this.engineModule.aggregatedValueMatrix[R][ge]):t.isNullOrUndefined(me.value)?me.value:Number(me.value);0===(we=we===1/0?null:we)&&(this.accEmptyPoint=!0),this.columnGroupObject[xe]?this.columnGroupObject[xe].push({x:0===this.dataSourceSettings.rows.length?j.formattedText:be,y:we,rIndex:R-0,cIndex:ge}):this.columnGroupObject[xe]=[{x:0===this.dataSourceSettings.rows.length?j.formattedText:be,y:we,rIndex:R-0,cIndex:ge}]}le=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:"-",o=this.parent.chartSettings.columnHeader&&""!==this.parent.chartSettings.columnHeader?this.parent.chartSettings.columnHeader.split(n).join(" - "):"",s=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(s)>-1&&a.length>0){this.currentColumn=a.indexOf(o+" | "+this.currentMeasure)>-1&&void 0!==o?o+" | "+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"===s?(g.type="Pie",g.innerRadius=this.chartSettings.chartSeries.innerRadius?this.chartSettings.chartSeries.innerRadius:"40%"):"Pie"===s&&(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(s)<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(K,{})):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(),o=this.frameAxesWithRows(),s=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(s)<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(s)<0||"chart"===this.parent.chart.getModuleName()&&this.accumulationType.indexOf(s)>-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(s)>-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"===s||"Radar"===s?[]:o.axes,rows:"Polar"===s||"Radar"===s?[{}]:"Bar"===s||"StackingBar"===s||"StackingBar100"===s||"Pareto"===s&&this.chartSettings.enableMultipleAxis?[{height:"100%"}]:o.rows,columns:"Polar"===s||"Radar"===s?[{}]:"Bar"===s||"StackingBar"===s||"StackingBar100"===s&&this.chartSettings.enableMultipleAxis?o.columns:[{width:"100%"}],primaryYAxis:"Polar"===s||"Radar"===s?o.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.parent.chartSettings&&this.parent.chartSettings.tooltip&&this.parent.chartSettings.tooltip.textStyle&&(this.parent.chart.tooltip.textStyle=this.parent.chartSettings.tooltip.textStyle),this.accumulationType.indexOf(s)>-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"===s||"Radar"===s?(this.parent.chart.primaryXAxis=e,this.parent.chart.primaryYAxis.visible=!0,this.parent.chart.primaryYAxis=o.axes[0],this.parent.chart.axes=[],this.parent.chart.rows=[{}]):this.accumulationType.indexOf(s)<0&&"chart"===this.parent.chart.getModuleName()&&(this.parent.chart.primaryYAxis.visible=!1,this.parent.chart.primaryXAxis=e,this.parent.chart.axes=o.axes,"Bar"===s||"StackingBar"===s||"StackingBar100"===s&&this.chartSettings.enableMultipleAxis?(this.parent.chart.rows=[{height:"100%"}],this.parent.chart.columns=o.columns):"Pareto"===s&&this.chartSettings.enableMultipleAxis?(this.parent.chart.rows=[{height:"100%"}],this.parent.chart.columns=[{width:"100%"}]):(this.parent.chart.rows=o.rows,this.parent.chart.columns=[{width:"100%"}])),this.parent.chart.refresh(),this.accumulationType.indexOf(s)>-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.chart||!this.parent.chart.element),a=this.parent.element.getBoundingClientRect();i&&(a=this.parent.chart.element.getBoundingClientRect());var r=window.scrollY||document.documentElement.scrollTop,n=window.scrollX||document.documentElement.scrollLeft,o=a.top+r;if(!i){var s=this.parent.element.querySelector(".e-pivot-toolbar"),l=this.parent.element.querySelector(".e-pivot-grouping-bar");o+=(s?s.clientHeight:0)+(l?l.clientHeight:0)}this.accumulationMenu.open(o+e.y,e.x+a.left+n)}else if((this.parent.allowDrillThrough||this.parent.editSettings.allowEditing)&&this.parent.drillThroughModule){var d=t[e.pointIndex].rIndex,p=t[e.pointIndex].cIndex;this.parent.drillThroughModule.executeDrillThrough(this.parent.pivotValues[d][p],d,p)}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),o=["PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfDifferenceFrom","PercentageOfParentRowTotal","PercentageOfParentColumnTotal","PercentageOfParentTotal","PercentageOfRunningTotals"];if(this.chartSettings.enableMultipleAxis)for(var s=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!==ne.inArray(u.aggregateType,o)?"P2":g?g.format:"olap"===this.parent.dataType?this.getFormat(u.formatString):"",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?"":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=s,b.columnIndex=s,i.push({height:l}),a.push({width:l})):(b.rowIndex=0,b.columnIndex=0,i=[{height:"100%"}],a=[{width:"100%"}]),s++}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!==ne.inArray(u.aggregateType,o)?"P2":g?g.format:"olap"===this.parent.dataType?this.getFormat(u.formatString):"";(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":""},e.prototype.getColumnTotalIndex=function(e){for(var i={},a=0,r=Object.keys(e);a<r.length;a++){var n=r[a],o=e[Number(n)],s=void 0;if(!t.isNullOrUndefined(o))for(var l=0,d=s=Object.keys(o);l<d.length;l++){var p=d[l],h=o[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={},o=0,s={};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?o===this.measurePos?(i[this.measurePos]=d.hierarchy,n[d.hierarchy]=(a={},a[d.levelUniqueName]=d.levelUniqueName,a)):o--:(i[o]=d.hierarchy,n[d.hierarchy]=(r={},r[d.levelUniqueName]=d.levelUniqueName,r)),o++):n[d.hierarchy][d.levelUniqueName]=d.levelUniqueName)}for(var p=-1,h=0;h<i.length;h++)this.measurePos!==h&&(s[i[h]]={start:p+1,end:p+Object.keys(n[i[h]]).length},p=s[i[h]].end);return s},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],o=Number(n),s=this.headerColl[o],l=0,d=!1;l<=this.maxLevel;)d?s[l]||(s[l]={name:s[l-1].name,text:"",hasChild:s[l-1].hasChild,isDrilled:s[l-1].isDrilled,levelName:s[l-1].levelName,level:s[l-1].level,fieldName:s[l-1].fieldName,rowIndex:s[l-1].rowIndex,colIndex:s[l-1].colIndex,span:-1}):s[l]?d=!0:s[l]=i[l],l++;i=this.headerColl[o]}for(var p={},h=0,u=e;h<u.length;h++){for(var n=u[h],o=Number(n),s=this.headerColl[o],c=0,g=Object.keys(s);c<g.length;c++){var m=g[c],f=Number(m);if(p[f]){var v=p[f].length;s[f].levelName===i[f].levelName?p[f][v-1].end=p[f][v-1].end+1:p[f].push({start:o,end:o+1,text:s[f].text,type:t.isNullOrUndefined(this.persistSettings.primaryXAxis)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border.type)?-1===s[f].span?"WithoutTopandBottomBorder":"WithoutTopBorder":this.persistSettings.primaryXAxis.border.type,customAttributes:s[f]})}else p[f]=[{start:o,end:o+1,text:s[f].text,type:t.isNullOrUndefined(this.persistSettings.primaryXAxis)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border)||t.isNullOrUndefined(this.persistSettings.primaryXAxis.border.type)?-1===s[f].span?"WithoutTopandBottomBorder":"WithoutTopBorder":this.persistSettings.primaryXAxis.border.type,customAttributes:s[f]}]}i=s}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&&this.persistSettings.tooltip?this.persistSettings.tooltip:this.chartSettings.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.textStyle=e.textStyle?e.textStyle:{},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,o=this.engineModule.fieldList[this.measuresNames[i]?this.measuresNames[i]:i],s="olap"===this.parent.dataType?"":this.parent.localeObj.getConstant(o.aggregateType),l=("olap"===this.parent.dataType?"":s+" "+this.parent.localeObj.getConstant("of")+" ")+o.caption,d=this.engineModule.pivotValues[r][n].formattedText,p=this.engineModule.formatFields[o.id],h=this.engineModule.getFormattedValue(e.point.y,o.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=ne.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:s,value:u,valueField:o.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=ne.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(K,{}),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=[],s=[],a=0;a<r.length;a++)"expand"===r[a].type?n.push({id:this.element.id+"drillExpand_"+r[a].key,text:r[a].value}):s.push({id:this.element.id+"drillCollapse_"+r[a].key,text:r[a].value});n.length>0&&(i[0].items=n),s.length>0&&(i[1].items=s);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 o.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.isAngular=this.parent.isModalDialog,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,o="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!==o.length&&o.indexOf(r.formattedText.toString())===o.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 s=o.indexOf(r.formattedText.toString());o.splice(s,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],o="olap"===this.parent.dataType?n.formattedText:n.actualText?n.actualText.toString():n.formattedText.toString(),s=n.formattedText?n.formattedText.toString():o,l=n.hasChild&&!n.isNamedSet?(n.isDrilled?" - ":" + ")+s:s,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:o,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").offsetHeight:42)-(this.parent.element.querySelector(".e-chart-grouping-bar")?this.parent.element.querySelector(".e-chart-grouping-bar").offsetHeight:62)).toString():this.parent.showToolbar?e=(i-(this.parent.element.querySelector(".e-pivot-toolbar")?this.parent.element.querySelector(".e-pivot-toolbar").offsetHeight:42)).toString():this.parent.showGroupingBar?e=(i-(this.parent.element.querySelector(".e-chart-grouping-bar")?this.parent.element.querySelector(".e-chart-grouping-bar").offsetHeight: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=void 0;r=i&&i.format&&this.chartSettings.useGroupingSeparator?"olap"===this.parent.dataType?a.toString():a.formattedText:e.axis.labelFormat?this.parent.globalize.formatNumber(e.value,{format:e.axis.labelFormat}):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=this,i=e.customAttributes,a=this.dataSourceSettings.drilledMembers[0]&&this.dataSourceSettings.drilledMembers[0].delimiter?this.dataSourceSettings.drilledMembers[0].delimiter:"**",r=i.fieldName,n=ne.getFieldInfo(r,this.parent),o=i.isDrilled?"Drill up":"Drill down";if(this.parent.actionObj.actionName=o,this.parent.actionObj.fieldInfo=n.fieldItem,!this.parent.actionBeginMethod()){var s="Tabular"===this.parent.gridSettings.layout?!this.parent.dataSourceSettings.showSubTotals||!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals||this.engineModule&&!this.engineModule.fieldList[i.fieldName].showSubTotals?i.level:this.parent.engineModule.rowMaxLevel:i.colIndex,l=this.engineModule.pivotValues[i.rowIndex][s],d=l.valueSort.levelName.split(this.engineModule.valueSortSettings.headerDelimiter).join(a),p=ne.cloneDrillMemberSettings(this.dataSourceSettings.drilledMembers),h=!1;if(0===this.dataSourceSettings.drilledMembers.length)this.parent.setProperties({dataSourceSettings:{drilledMembers:[{name:r,items:[d],delimiter:a}]}},!0);else{for(var u=0;u<this.dataSourceSettings.drilledMembers.length;u++){var c=this.dataSourceSettings.drilledMembers[u];if(d=d.split(a).join(c.delimiter?c.delimiter:a),a=c.delimiter=c.delimiter?c.delimiter:a,c.name===r){h=!0;var g=c.items.indexOf(d);g>-1?c.items.splice(g,1):c.items.push(d)}}h||this.dataSourceSettings.drilledMembers.push({name:r,items:[d],delimiter:a})}this.parent.showWaitingPopup();var m=this,f={fieldName:r,memberName:d,delimiter:a,axis:"row",action:i.isDrilled?"up":"down",currentCell:l},v={drillInfo:f,pivotview:m.parent,cancel:!1};try{m.parent.trigger("drill",v,function(e){if(e.cancel)return t.parent.setProperties({dataSourceSettings:{drilledMembers:p}},!0),void t.parent.hideWaitingPopup();var i={dataSourceSettings:ne.getClonedDataSourceSettings(t.parent.dataSourceSettings)};t.parent.trigger("enginePopulating",i),t.parent.setProperties({dataSourceSettings:i.dataSourceSettings},!0),m.parent.enableVirtualization||m.parent.enablePaging?"Server"===m.parent.dataSourceSettings.mode?m.parent.getEngine("onDrill",f,null,null,null,null,null):(m.engineModule.drilledMembers=m.dataSourceSettings.drilledMembers,m.engineModule.onDrill(f)):"Server"===m.parent.dataSourceSettings.mode?m.parent.getEngine("onDrill",f,null,null,null,null,null):m.engineModule.generateGridData(m.dataSourceSettings,!0),m.parent.allowServerDataBinding=!1,t.parent.setProperties({pivotValues:m.engineModule.pivotValues},!0),m.parent.allowServerDataBinding=!0;var a={dataSourceSettings:ne.getClonedDataSourceSettings(t.parent.dataSourceSettings),pivotValues:t.parent.pivotValues};t.parent.trigger("enginePopulated",a),m.engineModule.pivotValues=a.pivotValues;var r={drillInfo:f};t.parent.actionObj.actionInfo=r,t.parent.renderPivotGrid()})}catch(e){this.parent.setProperties({dataSourceSettings:{drilledMembers:p}},!0),this.parent.hideWaitingPopup(),this.parent.actionFailureMethod(e)}}},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),o="",s=0;s<n.length;s++)t[s]&&t[s].uName&&(o=o+(""===o?"":this.dataSourceSettings.drilledMembers[a].delimiter)+(t[s].uName.indexOf("[Measures]")>-1?"[Measures]":t[s].uName));if(o===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",this.parent.element)&&t.remove(t.select("#"+this.parent.element.id+"_accumulationChart",this.parent.element)),this.parent&&this.parent.chart&&!this.parent.chart.isDestroyed)this.parent.chart.destroy(),this.parent.chart=null;else if(this.parent&&!this.parent.chart&&t.select("#"+this.parent.element.id+"_chart",this.parent.element)){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}(),Ge={size:"12px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},ze={size:"14px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},We={size:"15px",fontWeight:"500",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Qe={size:"11px",fontWeight:"500",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Ye={size:"13px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Ke={size:"13px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Xe={size:"13px",fontWeight:"Normal",color:null,fontStyle:"Normal",fontFamily:"Segoe UI"},Je={size:"12px",fontWeight:"Regular",color:"#353535",fontStyle:"Normal",fontFamily:"Segoe UI"},Ze={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)}}(),et=function(e,t,i,a){var r,n=arguments.length,o=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,i,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(o=(n<3?r(o):n>3?r(t,i,o):r(t,i))||o);return n>3&&o&&Object.defineProperty(t,i,o),o},tt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!0)],i.prototype,"enable",void 0),et([t.Property(1e3)],i.prototype,"duration",void 0),et([t.Property(0)],i.prototype,"delay",void 0),i}(t.ChildProperty),it=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(null)],i.prototype,"value",void 0),et([t.Property(null)],i.prototype,"color",void 0),et([t.Property("0")],i.prototype,"dashArray",void 0),i}(t.ChildProperty),at=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property("Normal")],i.prototype,"fontStyle",void 0),et([t.Property("16px")],i.prototype,"size",void 0),et([t.Property("Normal")],i.prototype,"fontWeight",void 0),et([t.Property("")],i.prototype,"color",void 0),et([t.Property("Center")],i.prototype,"textAlignment",void 0),et([t.Property("Segoe UI")],i.prototype,"fontFamily",void 0),et([t.Property(1)],i.prototype,"opacity",void 0),et([t.Property("Trim")],i.prototype,"textOverflow",void 0),i}(t.ChildProperty),rt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(10)],i.prototype,"left",void 0),et([t.Property(10)],i.prototype,"right",void 0),et([t.Property(10)],i.prototype,"top",void 0),et([t.Property(10)],i.prototype,"bottom",void 0),i}(t.ChildProperty),nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property("")],i.prototype,"color",void 0),et([t.Property(1)],i.prototype,"width",void 0),i}(t.ChildProperty),ot=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(0)],i.prototype,"x",void 0),et([t.Property(0)],i.prototype,"y",void 0),i}(t.ChildProperty),st=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(0)],i.prototype,"series",void 0),et([t.Property(0)],i.prototype,"point",void 0),i}(t.ChildProperty),lt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Complex({},nt)],i.prototype,"border",void 0),et([t.Property("transparent")],i.prototype,"background",void 0),et([t.Property(1)],i.prototype,"opacity",void 0),et([t.Property(null)],i.prototype,"backgroundImage",void 0),i}(t.ChildProperty),dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!1)],i.prototype,"enable",void 0),et([t.Property("")],i.prototype,"dashArray",void 0),et([t.Complex({color:null,width:1},nt)],i.prototype,"line",void 0),et([t.Property("Both")],i.prototype,"lineType",void 0),i}(t.ChildProperty),pt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!1)],i.prototype,"visible",void 0),et([t.Property(null)],i.prototype,"name",void 0),et([t.Property("transparent")],i.prototype,"fill",void 0),et([t.Property(1)],i.prototype,"opacity",void 0),et([t.Property(0)],i.prototype,"angle",void 0),et([t.Property(!1)],i.prototype,"enableRotation",void 0),et([t.Property("Auto")],i.prototype,"position",void 0),et([t.Property(5)],i.prototype,"rx",void 0),et([t.Property(5)],i.prototype,"ry",void 0),et([t.Property("Center")],i.prototype,"alignment",void 0),et([t.Complex({width:null,color:null},nt)],i.prototype,"border",void 0),et([t.Complex({left:5,right:5,top:5,bottom:5},rt)],i.prototype,"margin",void 0),et([t.Complex({size:"11px",color:"",fontStyle:"Normal",fontWeight:"Normal",fontFamily:"Segoe UI"},at)],i.prototype,"font",void 0),et([t.Property(null)],i.prototype,"template",void 0),i}(t.ChildProperty),ht=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property("Line")],i.prototype,"type",void 0),et([t.Property(null)],i.prototype,"color",void 0),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property(null)],i.prototype,"length",void 0),et([t.Property("")],i.prototype,"dashArray",void 0),i}(t.ChildProperty),ut=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!0)],i.prototype,"visible",void 0),et([t.Complex({width:null,color:null},nt)],i.prototype,"border",void 0),et([t.Complex({size:"11px",color:"",fontStyle:"Normal",fontWeight:"Normal",fontFamily:"Segoe UI"},at)],i.prototype,"font",void 0),et([t.Property("transparent")],i.prototype,"fill",void 0),et([t.Property(0)],i.prototype,"angle",void 0),et([t.Property(!1)],i.prototype,"enableRotation",void 0),et([t.Property("Outside")],i.prototype,"position",void 0),et([t.Property(5)],i.prototype,"rx",void 0),et([t.Property(5)],i.prototype,"ry",void 0),et([t.Property(null)],i.prototype,"template",void 0),et([t.Complex({},ht)],i.prototype,"connectorStyle",void 0),i}(t.ChildProperty),ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!1)],i.prototype,"visible",void 0),et([t.Property("Circle")],i.prototype,"shape",void 0),et([t.Property("")],i.prototype,"imageUrl",void 0),et([t.Property(5)],i.prototype,"width",void 0),et([t.Property(5)],i.prototype,"height",void 0),et([t.Complex({width:2,color:null},nt)],i.prototype,"border",void 0),et([t.Complex({x:0,y:0},ot)],i.prototype,"offset",void 0),et([t.Property(null)],i.prototype,"fill",void 0),et([t.Property(1)],i.prototype,"opacity",void 0),et([t.Complex({},pt)],i.prototype,"dataLabel",void 0),i}(t.ChildProperty),gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property(10)],i.prototype,"length",void 0),et([t.Property(null)],i.prototype,"color",void 0),et([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),mt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!1)],i.prototype,"visible",void 0),et([t.Property("Fixed")],i.prototype,"type",void 0),et([t.Property("Both")],i.prototype,"direction",void 0),et([t.Property("Vertical")],i.prototype,"mode",void 0),et([t.Property(1)],i.prototype,"verticalError",void 0),et([t.Property(null)],i.prototype,"color",void 0),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property(1)],i.prototype,"horizontalError",void 0),et([t.Property(3)],i.prototype,"verticalNegativeError",void 0),et([t.Property(3)],i.prototype,"verticalPositiveError",void 0),et([t.Property(1)],i.prototype,"horizontalNegativeError",void 0),et([t.Property(1)],i.prototype,"horizontalPositiveError",void 0),et([t.Complex(null,gt)],i.prototype,"errorBarCap",void 0),i}(t.ChildProperty),ft=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property("")],i.prototype,"name",void 0),et([t.Property("0")],i.prototype,"dashArray",void 0),et([t.Property(!0)],i.prototype,"visible",void 0),et([t.Property(2)],i.prototype,"period",void 0),et([t.Property("Linear")],i.prototype,"type",void 0),et([t.Property(0)],i.prototype,"backwardForecast",void 0),et([t.Property(0)],i.prototype,"forwardForecast",void 0),et([t.Property(2)],i.prototype,"polynomialOrder",void 0),et([t.Complex({},ct)],i.prototype,"marker",void 0),et([t.Property(!0)],i.prototype,"enableTooltip",void 0),et([t.Complex({},tt)],i.prototype,"animation",void 0),et([t.Property("")],i.prototype,"fill",void 0),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property(null)],i.prototype,"intercept",void 0),et([t.Property("SeriesType")],i.prototype,"legendShape",void 0),i}(t.ChildProperty),vt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(null)],i.prototype,"fill",void 0),et([t.Complex({color:"transparent",width:0},nt)],i.prototype,"border",void 0),et([t.Property("Zero")],i.prototype,"mode",void 0),i}(t.ChildProperty),St=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(0)],i.prototype,"topLeft",void 0),et([t.Property(0)],i.prototype,"topRight",void 0),et([t.Property(0)],i.prototype,"bottomLeft",void 0),et([t.Property(0)],i.prototype,"bottomRight",void 0),i}(t.ChildProperty),yt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!1)],i.prototype,"enable",void 0),et([t.Property(null)],i.prototype,"fill",void 0),et([t.Complex(Ye,at)],i.prototype,"textStyle",void 0),i}(t.ChildProperty),bt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!0)],i.prototype,"visible",void 0),et([t.Property(!1)],i.prototype,"startFromAxis",void 0),et([t.Property(null)],i.prototype,"start",void 0),et([t.Property(null)],i.prototype,"end",void 0),et([t.Property(null)],i.prototype,"size",void 0),et([t.Property("#808080")],i.prototype,"color",void 0),et([t.Property(null)],i.prototype,"dashArray",void 0),et([t.Property("Auto")],i.prototype,"sizeType",void 0),et([t.Property(!1)],i.prototype,"isRepeat",void 0),et([t.Property(null)],i.prototype,"repeatEvery",void 0),et([t.Property(null)],i.prototype,"repeatUntil",void 0),et([t.Property(!1)],i.prototype,"isSegmented",void 0),et([t.Property(null)],i.prototype,"segmentStart",void 0),et([t.Property(null)],i.prototype,"segmentEnd",void 0),et([t.Property(null)],i.prototype,"segmentAxisName",void 0),et([t.Complex({color:"transparent",width:1},nt)],i.prototype,"border",void 0),et([t.Property("")],i.prototype,"text",void 0),et([t.Property(null)],i.prototype,"rotation",void 0),et([t.Property("Middle")],i.prototype,"horizontalAlignment",void 0),et([t.Property("Middle")],i.prototype,"verticalAlignment",void 0),et([t.Complex(Je,at)],i.prototype,"textStyle",void 0),et([t.Property("Behind")],i.prototype,"zIndex",void 0),et([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),Ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property("")],i.prototype,"color",void 0),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property("Rectangle")],i.prototype,"type",void 0),i}(t.ChildProperty),xt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property("")],i.prototype,"dashArray",void 0),et([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),wt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(.7)],i.prototype,"width",void 0),et([t.Property("")],i.prototype,"dashArray",void 0),et([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),Tt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property("")],i.prototype,"dashArray",void 0),et([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),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property(5)],i.prototype,"height",void 0),et([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),Dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(.7)],i.prototype,"width",void 0),et([t.Property(5)],i.prototype,"height",void 0),et([t.Property(null)],i.prototype,"color",void 0),i}(t.ChildProperty),Ot=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(0)],i.prototype,"x",void 0),et([t.Property(0)],i.prototype,"y",void 0),i}(t.ChildProperty),Pt=(function(){function e(){}et([t.Property("")],e.prototype,"color",void 0),et([t.Property(1)],e.prototype,"width",void 0)}(),function(){function e(){}et([t.Property(!0)],e.prototype,"enable",void 0),et([t.Property(1e3)],e.prototype,"duration",void 0),et([t.Property(0)],e.prototype,"delay",void 0)}(),function(){function e(){}et([t.Property(null)],e.prototype,"value",void 0),et([t.Property(null)],e.prototype,"color",void 0),et([t.Property("0")],e.prototype,"dashArray",void 0)}(),function(){function e(){}et([t.Property(!1)],e.prototype,"visible",void 0),et([t.Property("Circle")],e.prototype,"shape",void 0),et([t.Property("")],e.prototype,"imageUrl",void 0),et([t.Property(5)],e.prototype,"height",void 0),et([t.Property(5)],e.prototype,"width",void 0),et([t.Complex({width:2,color:null},nt)],e.prototype,"border",void 0),et([t.Property(null)],e.prototype,"fill",void 0),et([t.Property(1)],e.prototype,"opacity",void 0),et([t.Complex({},pt)],e.prototype,"dataLabel",void 0)}(),function(){function e(){}et([t.Property(!1)],e.prototype,"visible",void 0),et([t.Property("Fixed")],e.prototype,"type",void 0),et([t.Property("Both")],e.prototype,"direction",void 0),et([t.Property("Vertical")],e.prototype,"mode",void 0),et([t.Property(null)],e.prototype,"color",void 0),et([t.Property(1)],e.prototype,"verticalError",void 0),et([t.Property(1)],e.prototype,"width",void 0),et([t.Property(1)],e.prototype,"horizontalError",void 0),et([t.Property(3)],e.prototype,"verticalPositiveError",void 0),et([t.Property(3)],e.prototype,"verticalNegativeError",void 0),et([t.Property(1)],e.prototype,"horizontalPositiveError",void 0),et([t.Property(1)],e.prototype,"horizontalNegativeError",void 0),et([t.Complex(null,gt)],e.prototype,"errorBarCap",void 0)}(),function(){function e(){}et([t.Property("")],e.prototype,"name",void 0),et([t.Property("Linear")],e.prototype,"type",void 0),et([t.Property(2)],e.prototype,"period",void 0),et([t.Property(2)],e.prototype,"polynomialOrder",void 0),et([t.Property(0)],e.prototype,"backwardForecast",void 0),et([t.Property(0)],e.prototype,"forwardForecast",void 0),et([t.Complex({},tt)],e.prototype,"animation",void 0),et([t.Complex({},ct)],e.prototype,"marker",void 0),et([t.Property(!0)],e.prototype,"enableTooltip",void 0),et([t.Property(null)],e.prototype,"intercept",void 0),et([t.Property("")],e.prototype,"fill",void 0),et([t.Property(1)],e.prototype,"width",void 0),et([t.Property("SeriesType")],e.prototype,"legendShape",void 0)}(),function(){function e(){}et([t.Property(null)],e.prototype,"fill",void 0),et([t.Complex({color:"transparent",width:0},nt)],e.prototype,"border",void 0),et([t.Property("Zero")],e.prototype,"mode",void 0)}(),function(){function e(){}et([t.Property(0)],e.prototype,"topLeft",void 0),et([t.Property(0)],e.prototype,"topRight",void 0),et([t.Property(0)],e.prototype,"bottomLeft",void 0),et([t.Property(0)],e.prototype,"bottomRight",void 0)}(),function(){function e(){}et([t.Property("Normal")],e.prototype,"fontStyle",void 0),et([t.Property("16px")],e.prototype,"size",void 0),et([t.Property("Normal")],e.prototype,"fontWeight",void 0),et([t.Property("")],e.prototype,"color",void 0),et([t.Property("Center")],e.prototype,"textAlignment",void 0),et([t.Property("Segoe UI")],e.prototype,"fontFamily",void 0),et([t.Property(1)],e.prototype,"opacity",void 0),et([t.Property("Trim")],e.prototype,"textOverflow",void 0)}(),function(){function e(){}et([t.Property(!1)],e.prototype,"enable",void 0),et([t.Property(null)],e.prototype,"fill",void 0),et([t.Complex(Ye,at)],e.prototype,"textStyle",void 0)}(),function(){function e(){}et([t.Property(1)],e.prototype,"width",void 0),et([t.Property(5)],e.prototype,"height",void 0),et([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}et([t.Property(1)],e.prototype,"width",void 0),et([t.Property("")],e.prototype,"dashArray",void 0),et([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}et([t.Property(.7)],e.prototype,"width",void 0),et([t.Property(5)],e.prototype,"height",void 0),et([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}et([t.Property(.7)],e.prototype,"width",void 0),et([t.Property("")],e.prototype,"dashArray",void 0),et([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}et([t.Property(1)],e.prototype,"width",void 0),et([t.Property("")],e.prototype,"dashArray",void 0),et([t.Property(null)],e.prototype,"color",void 0)}(),function(){function e(){}et([t.Property(!0)],e.prototype,"visible",void 0),et([t.Property(!1)],e.prototype,"startFromAxis",void 0),et([t.Property(null)],e.prototype,"start",void 0),et([t.Property(null)],e.prototype,"end",void 0),et([t.Property(null)],e.prototype,"size",void 0),et([t.Property("#808080")],e.prototype,"color",void 0),et([t.Property(null)],e.prototype,"dashArray",void 0),et([t.Property("Auto")],e.prototype,"sizeType",void 0),et([t.Property(!1)],e.prototype,"isRepeat",void 0),et([t.Property(null)],e.prototype,"repeatEvery",void 0),et([t.Property(null)],e.prototype,"repeatUntil",void 0),et([t.Property(!1)],e.prototype,"isSegmented",void 0),et([t.Property(null)],e.prototype,"segmentStart",void 0),et([t.Property(null)],e.prototype,"segmentEnd",void 0),et([t.Property(null)],e.prototype,"segmentAxisName",void 0),et([t.Complex({color:"transparent",width:1},nt)],e.prototype,"border",void 0),et([t.Property("")],e.prototype,"text",void 0),et([t.Property(null)],e.prototype,"rotation",void 0),et([t.Property("Middle")],e.prototype,"horizontalAlignment",void 0),et([t.Property("Middle")],e.prototype,"verticalAlignment",void 0),et([t.Complex(Je,at)],e.prototype,"textStyle",void 0),et([t.Property("Behind")],e.prototype,"zIndex",void 0),et([t.Property(1)],e.prototype,"opacity",void 0)}(),function(){function e(){}et([t.Property("")],e.prototype,"color",void 0),et([t.Property(1)],e.prototype,"width",void 0),et([t.Property("Rectangle")],e.prototype,"type",void 0)}(),function(){function e(){}et([t.Complex({},nt)],e.prototype,"border",void 0),et([t.Property("transparent")],e.prototype,"background",void 0),et([t.Property(1)],e.prototype,"opacity",void 0)}(),function(){function e(){}et([t.Property(!1)],e.prototype,"enable",void 0),et([t.Property("")],e.prototype,"dashArray",void 0),et([t.Complex({color:null,width:1},nt)],e.prototype,"line",void 0),et([t.Property("Both")],e.prototype,"lineType",void 0)}(),function(){function e(){}et([t.Property(!0)],e.prototype,"visible",void 0),et([t.Property(null)],e.prototype,"height",void 0),et([t.Property(null)],e.prototype,"width",void 0),et([t.Complex({x:0,y:0},Ot)],e.prototype,"location",void 0),et([t.Property("Auto")],e.prototype,"position",void 0),et([t.Property(8)],e.prototype,"padding",void 0),et([t.Property("Center")],e.prototype,"alignment",void 0),et([t.Complex(Xe,at)],e.prototype,"textStyle",void 0),et([t.Property(10)],e.prototype,"shapeHeight",void 0),et([t.Property(10)],e.prototype,"shapeWidth",void 0),et([t.Complex({},nt)],e.prototype,"border",void 0),et([t.Complex({left:0,right:0,top:0,bottom:0},rt)],e.prototype,"margin",void 0),et([t.Property(5)],e.prototype,"shapePadding",void 0),et([t.Property("transparent")],e.prototype,"background",void 0),et([t.Property(1)],e.prototype,"opacity",void 0),et([t.Property(!0)],e.prototype,"toggleVisibility",void 0),et([t.Property(null)],e.prototype,"description",void 0),et([t.Property(3)],e.prototype,"tabIndex",void 0)}(),function(){function e(){}et([t.Property(0)],e.prototype,"series",void 0),et([t.Property(0)],e.prototype,"point",void 0)}(),function(){function e(){}et([t.Property(10)],e.prototype,"left",void 0),et([t.Property(10)],e.prototype,"right",void 0),et([t.Property(10)],e.prototype,"top",void 0),et([t.Property(10)],e.prototype,"bottom",void 0)}(),function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(null)],i.prototype,"fill",void 0),et([t.Property(null)],i.prototype,"endAngle",void 0),et([t.Property(!1)],i.prototype,"explode",void 0),et([t.Property(!1)],i.prototype,"explodeAll",void 0),et([t.Property(null)],i.prototype,"explodeIndex",void 0),et([t.Property(null)],i.prototype,"innerRadius",void 0),et([t.Property("30%")],i.prototype,"explodeOffset",void 0),et([t.Property(0)],i.prototype,"gapRatio",void 0),et([t.Property("Value")],i.prototype,"groupMode",void 0),et([t.Property(null)],i.prototype,"groupTo",void 0),et([t.Property("20%")],i.prototype,"neckHeight",void 0),et([t.Property("20%")],i.prototype,"neckWidth",void 0),et([t.Property("Linear")],i.prototype,"pyramidMode",void 0),et([t.Property([])],i.prototype,"palettes",void 0),et([t.Property(0)],i.prototype,"startAngle",void 0),et([t.Complex(null,tt)],i.prototype,"animation",void 0),et([t.Complex(null,ut)],i.prototype,"dataLabel",void 0),et([t.Property("0")],i.prototype,"dashArray",void 0),et([t.Property(1)],i.prototype,"width",void 0),et([t.Property("X")],i.prototype,"segmentAxis",void 0),et([t.Property("Line")],i.prototype,"drawType",void 0),et([t.Property(!0)],i.prototype,"isClosed",void 0),et([t.Collection([],it)],i.prototype,"segments",void 0),et([t.Property("")],i.prototype,"stackingGroup",void 0),et([t.Complex({color:"transparent",width:0},nt)],i.prototype,"border",void 0),et([t.Property(!0)],i.prototype,"visible",void 0),et([t.Property(1)],i.prototype,"opacity",void 0),et([t.Property("Line")],i.prototype,"type",void 0),et([t.Complex(null,ct)],i.prototype,"marker",void 0),et([t.Complex(null,mt)],i.prototype,"errorBar",void 0),et([t.Property(!0)],i.prototype,"enableTooltip",void 0),et([t.Collection([],ft)],i.prototype,"trendlines",void 0),et([t.Property("")],i.prototype,"tooltipMappingName",void 0),et([t.Property("SeriesType")],i.prototype,"legendShape",void 0),et([t.Property(1)],i.prototype,"minRadius",void 0),et([t.Property(null)],i.prototype,"selectionStyle",void 0),et([t.Property("Natural")],i.prototype,"splineType",void 0),et([t.Property(3)],i.prototype,"maxRadius",void 0),et([t.Property(.5)],i.prototype,"cardinalSplineTension",void 0),et([t.Property(null)],i.prototype,"columnWidth",void 0),et([t.Complex(null,vt)],i.prototype,"emptyPointSettings",void 0),et([t.Complex(null,St)],i.prototype,"cornerRadius",void 0),et([t.Property(0)],i.prototype,"columnSpacing",void 0),i}(t.ChildProperty)),Nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property("Rotate45")],i.prototype,"labelIntersectAction",void 0),et([t.Complex(Ge,at)],i.prototype,"labelStyle",void 0),et([t.Property("")],i.prototype,"title",void 0),et([t.Property(null)],i.prototype,"zoomFactor",void 0),et([t.Complex({},yt)],i.prototype,"crosshairTooltip",void 0),et([t.Property("")],i.prototype,"labelFormat",void 0),et([t.Complex(ze,at)],i.prototype,"titleStyle",void 0),et([t.Property(!1)],i.prototype,"isIndexed",void 0),et([t.Property(0)],i.prototype,"plotOffset",void 0),et([t.Property("Shift")],i.prototype,"edgeLabelPlacement",void 0),et([t.Property("BetweenTicks")],i.prototype,"labelPlacement",void 0),et([t.Property("Outside")],i.prototype,"tickPosition",void 0),et([t.Property(!1)],i.prototype,"opposedPosition",void 0),et([t.Property(!0)],i.prototype,"visible",void 0),et([t.Property("Outside")],i.prototype,"labelPosition",void 0),et([t.Property(0)],i.prototype,"labelRotation",void 0),et([t.Property(0)],i.prototype,"minorTicksPerInterval",void 0),et([t.Property(null)],i.prototype,"maximum",void 0),et([t.Property(null)],i.prototype,"minimum",void 0),et([t.Property(34)],i.prototype,"maximumLabelWidth",void 0),et([t.Property(null)],i.prototype,"interval",void 0),et([t.Complex({},Mt)],i.prototype,"majorTickLines",void 0),et([t.Property(!1)],i.prototype,"enableTrim",void 0),et([t.Complex({},xt)],i.prototype,"majorGridLines",void 0),et([t.Complex({},Dt)],i.prototype,"minorTickLines",void 0),et([t.Complex({},Tt)],i.prototype,"lineStyle",void 0),et([t.Complex({},wt)],i.prototype,"minorGridLines",void 0),et([t.Property(!1)],i.prototype,"isInversed",void 0),et([t.Property(null)],i.prototype,"description",void 0),et([t.Property(0)],i.prototype,"startAngle",void 0),et([t.Property(100)],i.prototype,"coefficient",void 0),et([t.Collection([],bt)],i.prototype,"stripLines",void 0),et([t.Property(2)],i.prototype,"tabIndex",void 0),et([t.Complex({color:null,width:0,type:"Rectangle"},Ct)],i.prototype,"border",void 0),i}(t.ChildProperty),Et=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!1)],i.prototype,"enableMarker",void 0),et([t.Property(!0)],i.prototype,"enable",void 0),et([t.Property(null)],i.prototype,"fill",void 0),et([t.Property(!1)],i.prototype,"shared",void 0),et([t.Property(.75)],i.prototype,"opacity",void 0),et([t.Property(null)],i.prototype,"header",void 0),et([t.Property(null)],i.prototype,"format",void 0),et([t.Complex(Ke,at)],i.prototype,"textStyle",void 0),et([t.Property(null)],i.prototype,"template",void 0),et([t.Complex({color:"#cccccc",width:.5},nt)],i.prototype,"border",void 0),et([t.Property(!0)],i.prototype,"enableAnimation",void 0),i}(t.ChildProperty),It=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property("50%")],i.prototype,"x",void 0),et([t.Property("50%")],i.prototype,"y",void 0),i}(t.ChildProperty),Ft=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Property(!1)],i.prototype,"enablePinchZooming",void 0),et([t.Property(!0)],i.prototype,"enableSelectionZooming",void 0),et([t.Property(!1)],i.prototype,"enableDeferredZooming",void 0),et([t.Property(!1)],i.prototype,"enableMouseWheelZooming",void 0),et([t.Property("XY")],i.prototype,"mode",void 0),et([t.Property(["Zoom","ZoomIn","ZoomOut","Pan","Reset"])],i.prototype,"toolbarItems",void 0),et([t.Property(!0)],i.prototype,"enableScrollbar",void 0),et([t.Property(!1)],i.prototype,"enablePan",void 0),i}(t.ChildProperty),Lt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return $e(i,e),et([t.Complex({},Pt)],i.prototype,"chartSeries",void 0),et([t.Complex({},Nt)],i.prototype,"primaryXAxis",void 0),et([t.Complex({},Nt)],i.prototype,"primaryYAxis",void 0),et([t.Property("")],i.prototype,"value",void 0),et([t.Property("")],i.prototype,"columnHeader",void 0),et([t.Property("-")],i.prototype,"columnDelimiter",void 0),et([t.Property(!1)],i.prototype,"enableMultipleAxis",void 0),et([t.Property("Stacked")],i.prototype,"multipleAxisMode",void 0),et([t.Property(!1)],i.prototype,"enableScrollOnMultiAxis",void 0),et([t.Property(!1)],i.prototype,"showMemberSeries",void 0),et([t.Property(!1)],i.prototype,"showPointColorByMembers",void 0),et([t.Complex({border:{color:null,width:.5},background:"transparent"},u.titleSettings)],i.prototype,"titleStyle",void 0),et([t.Property("")],i.prototype,"title",void 0),et([t.Complex({border:{color:null,width:.5},background:"transparent"},u.titleSettings)],i.prototype,"subTitleStyle",void 0),et([t.Property("")],i.prototype,"subTitle",void 0),et([t.Complex({color:"#DDDDDD",width:0},nt)],i.prototype,"border",void 0),et([t.Complex({},rt)],i.prototype,"margin",void 0),et([t.Complex({border:{color:null,width:.5},background:"transparent"},lt)],i.prototype,"chartArea",void 0),et([t.Property(null)],i.prototype,"background",void 0),et([t.Property("Material")],i.prototype,"theme",void 0),et([t.Property([])],i.prototype,"palettes",void 0),et([t.Complex({},dt)],i.prototype,"crosshair",void 0),et([t.Complex({},Et)],i.prototype,"tooltip",void 0),et([t.Complex(null,It)],i.prototype,"pieCenter",void 0),et([t.Complex({},Ft)],i.prototype,"zoomSettings",void 0),et([t.Property()],i.prototype,"legendSettings",void 0),et([t.Property("None")],i.prototype,"selectionMode",void 0),et([t.Property("None")],i.prototype,"accumulationSelectionMode",void 0),et([t.Property(!0)],i.prototype,"enableSmartLabels",void 0),et([t.Property(!0)],i.prototype,"enableBorderOnMouseMove",void 0),et([t.Property("None")],i.prototype,"highlightMode",void 0),et([t.Property("None")],i.prototype,"highlightPattern",void 0),et([t.Property(!0)],i.prototype,"enableExport",void 0),et([t.Property(!1)],i.prototype,"isMultiSelect",void 0),et([t.Collection([],st)],i.prototype,"selectedDataIndexes",void 0),et([t.Property(!0)],i.prototype,"enableAnimation",void 0),et([t.Property(!1)],i.prototype,"enableCanvas",void 0),et([t.Property(!0)],i.prototype,"useGroupingSeparator",void 0),et([t.Property(!1)],i.prototype,"isTransposed",void 0),et([t.Property(1)],i.prototype,"tabIndex",void 0),et([t.Property(null)],i.prototype,"description",void 0),et([t.Event()],i.prototype,"resized",void 0),et([t.Property(!0)],i.prototype,"enableSideBySidePlacement",void 0),et([t.Event()],i.prototype,"loaded",void 0),et([t.Event()],i.prototype,"beforePrint",void 0),et([t.Event()],i.prototype,"animationComplete",void 0),et([t.Event()],i.prototype,"load",void 0),et([t.Event()],i.prototype,"textRender",void 0),et([t.Event()],i.prototype,"legendRender",void 0),et([t.Event()],i.prototype,"seriesRender",void 0),et([t.Event()],i.prototype,"multiLevelLabelRender",void 0),et([t.Event()],i.prototype,"pointRender",void 0),et([t.Event()],i.prototype,"tooltipRender",void 0),et([t.Event()],i.prototype,"legendClick",void 0),et([t.Event()],i.prototype,"axisLabelRender",void 0),et([t.Event()],i.prototype,"multiLevelLabelClick",void 0),et([t.Event()],i.prototype,"chartMouseClick",void 0),et([t.Event()],i.prototype,"chartMouseMove",void 0),et([t.Event()],i.prototype,"pointMove",void 0),et([t.Event()],i.prototype,"pointClick",void 0),et([t.Event()],i.prototype,"chartMouseDown",void 0),et([t.Event()],i.prototype,"chartMouseLeave",void 0),et([t.Event()],i.prototype,"dragComplete",void 0),et([t.Event()],i.prototype,"chartMouseUp",void 0),et([t.Event()],i.prototype,"scrollStart",void 0),et([t.Event()],i.prototype,"zoomComplete",void 0),et([t.Event()],i.prototype,"scrollChanged",void 0),et([t.Event()],i.prototype,"scrollEnd",void 0),et([t.Property(!0)],i.prototype,"showMultiLevelLabels",void 0),i}(t.ChildProperty),At=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 o=this.getMeasuresQuery(this.values),s=this.getDimensionsQuery(this.rows,o,"rows",r).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),l=this.getDimensionsQuery(this.columns,o,"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)s=(d=this.getPagingQuery(s,l)).rowQuery,l=d.columnQuery;else if(this.isPaging&&!a&&void 0!==this.pageSettings){var d=this.getPagingCountQuery(s,l);s=d.rowQuery,l=d.columnQuery}s=s.length>0?s+(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(s,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 o=this.isPaging&&!n?""!==r?"":"\nWITH":"\nSelect ";return t.length>0&&(o+=t),e.length>0&&(o=o+(t.length>0?this.isPaging&&!n?"":", ":"")+e),o=r+o+(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,o=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+o?this.engine.columnCount>o?this.engine.columnCount-o: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+","+o+")":""}},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 o=this.getDrillQuery(e,t,i,a);r=a&&a.axis===i?"\nNON EMPTY ( "+(this.drilledMembers.length>0?"HIERARCHIZE ({":"")+o.query:r+(""!==o.query?",":"")+o.query;var s=this.getAttributeDrillQuery(e,t,i,a);r=r+(this.isPaging?(""!==s?"-":"")+s:"")+(this.drilledMembers.length>0?"})":"")+(this.isPaging?"":(""!==s?"-":"")+s)+")"}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 o=i===this.valueAxis?this.getMeasurePos(i):0,s=0,l=n;s<l.length;s++){var d=l[s];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-(o>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!==o&&!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 o=this.getDimensionPos(r,e),s=0;s<this.drilledMembers.length;s++)if(e!==this.drilledMembers[s].name&&!!this.engine.fieldList[this.drilledMembers[s].name]&&this.engine.fieldList[this.drilledMembers[s].name].isHierarchy)for(var l=this.getDimensionPos(r,this.drilledMembers[s].name),d=0;d<this.drilledMembers[s].items.length;d++){var p=this.getDrillLevel("rows"===r?this.rows:this.columns,this.drilledMembers[s].items[d].split(this.drilledMembers[s].delimiter?this.drilledMembers[s].delimiter:"~~"));if((!this.isPaging||l<o&&p.isDrill)&&(0===this.drilledMembers[s].items[d].indexOf(t.join(i))||0===t.join(i).indexOf(this.drilledMembers[s].items[d]))){n=!0;break}}return n},e.getDrillQuery=function(e,t,i,a){var r="",n=[],o=[],s=!1,l="";a&&a.axis===i&&"down"===a.action.toLowerCase()?(s=!0,o=[{name:a.fieldName,items:[a.memberName],delimiter:"~~"}]):o=this.drilledMembers;for(var d=0,p=o;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)?s?l=l+(""!==l?" * ":"")+"({"+S[v]+".CHILDREN})":(m.push("("+S[v]+".CHILDREN)"),f.push("("+S[v]+")")):"[measures]"===S[v].toLowerCase()&&""!==t?s?l=l+(""!==l?" * ":"")+"("+t+")":(m.push("("+t+")"),f.push("("+t+")")):-1!==S[v].toLowerCase().indexOf("[measures]")?s?l=l+(""!==l?" * ":"")+"({"+S[v]+"})":(m.push("({"+S[v]+"})"),f.push("({"+S[v]+"})")):s?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)s?l=l+(""!==l?" * ":"")+"("+t+")":(m.push("("+t+")"),f.push("("+t+")"));else{var b=this.getDimensionQuery(e[v],i);s?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:s?l:r,collection:s?[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 o=0;o<e.length;)n.filter(function(t){var i=a.getDimensionUniqueName(t.name),r=a.getDimensionUniqueName(e[o].name);return i===r&&!(a.isMondrian&&""===r&&""===i)}).length>0||(void 0===e[o].name||this.filterMembers[e[o].name]?this.filterMembers[e[o].name]&&(r=r+(""!==r?" * ":"")+"{"+this.filterMembers[e[o].name].toString()+"}"):r=r+(""!==r?" * ":"")+"{"+this.getDimensionQuery(e[o],i)+"}"),o++;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],o=n.isCalculatedField?this.fieldList[n.name].tag:n.name;i=i.length>0?i+", "+o:o}t=t+i+"}}"}return t},e.getfilterQuery=function(e,t){for(var i="\nFROM ["+t+"]",a="\nFROM( SELECT (",r=[],n=[],o=[],s=[],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]?o.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])s.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]&&(s.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]&&(o.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=s.length;N<E;N++)a=0===N?a+"{"+s[N].toString()+"}":a+",{"+s[N].toString()+"}";s.length>0&&(a=o.length>0?a+" ) ON COLUMNS ,(":a+" ) ON COLUMNS");for(var N=0,E=o.length;N<E;N++)a=N>0?a+",{"+o[N].toString()+"}":a+"{"+o[N].toString()+"}";a=s.length>0&&o.length>0?a+=") ON ROWS ":0===s.length&&o.length>0?a+") ON COLUMNS ":a;var I="";return n.length>0&&(I=n.join(" ")+" "+(s.length>0||o.length>0?a:"")+" "+i+Array(n.length+1+(s.length>0||o.length>0?1:0)).join(")")),i=0===s.length&&0===o.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 o="";switch(t){case"Equals":o="("+("Value"!==r?e+'.CurrentMember.member_caption ="'+i+'"':n+" = "+i);break;case"DoesNotEquals":o="("+("Value"!==r?e+'.CurrentMember.member_caption <>"'+i+'"':n+" <>"+i);break;case"Contains":o="( InStr (1,"+e+'.CurrentMember.member_caption,"'+i+'") >0';break;case"DoesNotContains":o="( InStr (1,"+e+'.CurrentMember.member_caption,"'+i+'")=0';break;case"BeginWith":o="( Left ("+e+".CurrentMember.member_caption,"+i.length+')="'+i+'"';break;case"DoesNotBeginWith":o="( Left ("+e+".CurrentMember.member_caption,"+i.length+') <>"'+i+'"';break;case"EndsWith":o="( Right ("+e+".CurrentMember.member_caption,"+i.length+')="'+i+'"';break;case"DoesNotEndsWith":o="( Right ("+e+".CurrentMember.member_caption,"+i.length+') <>"'+i+'"';break;case"GreaterThan":o="("+("Value"!==r?e+'.CurrentMember.member_caption >"'+i+'"':n+" >"+i);break;case"GreaterThanOrEqualTo":o="("+("Value"!==r?e+'.CurrentMember.member_caption >="'+i+'"':n+" >="+i);break;case"LessThan":o="("+("Value"!==r?e+'.CurrentMember.member_caption <"'+i+'"':n+" <"+i);break;case"LessThanOrEqualTo":o="("+("Value"!==r?e+'.CurrentMember.member_caption <="'+i+'"':n+" <="+i);break;case"Between":o="("+("Value"!==r?e+'.CurrentMember.member_caption >="'+i+'"AND '+e+'.CurrentMember.member_caption <="'+a+'"':n+" >="+i+" AND "+n+" <="+a);break;case"NotBetween":o="("+("Value"!==r?e+'.CurrentMember.member_caption >="'+i+'"OR '+e+'.CurrentMember.member_caption <="'+a+'"':n+" >="+i+" OR "+n+" <="+a);break;default:o="( InStr (1,"+e+'.CurrentMember.member_caption,"'+i+'") >0'}return o},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],o=this.fieldList[n.name],s=this.engine?this.engine.currentCalcFieldInfo:null,l=s&&s.fieldName===n.name&&"Measure"===s.fieldType,d=o&&"Measure"===o.fieldType,p=n&&n.hierarchyUniqueName&&0===n.hierarchyUniqueName.toLowerCase().indexOf("[measures]"),h=n&&n.formula&&-1!==n.formula.toLowerCase().indexOf("[measures]"),u=(l||d||p||h?"[Measures].":n.hierarchyUniqueName?n.hierarchyUniqueName+".":"")+"["+n.name+"]",c=t.isNullOrUndefined(n.formatString)?null:n.formatString;i+="\nMEMBER "+u+"as ("+n.formula+") "+(t.isNullOrUndefined(c)?"":', FORMAT_STRING ="'+c.trim()+'"')}}return i},e}(),Rt=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.currentCalcFieldInfo={},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.requestHeaders={},this.pivotValues=[],this.valueContent=[],this.headerContent=[],this.rowStartPos=0,this.pageRowStartPos=0,this.tupColumnInfo=[],this.tupRowInfo=[],this.gridJSON="",this.namedSetsPosition={},this.colDepth=0,this.levelUniqueName={},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,r,n){if(this.isEmptyData=!1,this.getHeaderSortInfo=a,this.getBeforeSeviceInvoke=r,this.getAfterSeviceInvoke=n,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 o=this.getMeasureInfo();this.olapVirtualization=this.isPaging&&e.showSubTotals&&o.measureIndex===("column"===o.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?At.getCellSets(e,this,i):(At.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;At.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 At.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,o=(this.pageSettings.currentRowPage-1)*this.pageSettings.rowPageSize,s=3*this.pageSettings.columnPageSize,l=3*this.pageSettings.rowPageSize;if(n=this.columnCount<n+s?this.columnCount>s?this.columnCount-s:0:n,o=this.rowCount<o+l?this.rowCount>l?this.rowCount-l:0:o,n!==this.pageColStartPos||o!==this.pageRowStartPos||!(e.length<=s&&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="Top"===this.dataSourceSettings.grandTotalsPosition,c=p&&(u?0===n:n+s>=e.length-1),g=h&&(u?0===o:o+l>=i.length-1),m=p?this.getAxisdepth(e):"column"===d.measureAxis?d.valueInfo.length:1,f=h?this.getAxisdepth(i):"row"===d.measureAxis?d.valueInfo.length:1,v=(p?m:0)+n,S=(h?f:0)+o,y=e.slice(v,v+s),b=i.slice(S,S+l),C=y[0]?Number(y[0].querySelectorAll("Member")[0].querySelector("LNum").textContent):0,x=b[0]?Number(b[0].querySelectorAll("Member")[0].querySelector("LNum").textContent):0,w=this.getVirtualTotals(e.slice(0,v),C,c,"column",m),T=this.getVirtualTotals(i.slice(0,S),x,g,"row",f);v=y.length+w.totalsCollection.length>s?Math.max(y.length+w.totalsCollection.length-s):0,S=b.length+T.totalsCollection.length>l?Math.max(b.length+T.totalsCollection.length-l):0,y=w.totalsCollection.concat(y.slice(v,y.length)),b=T.totalsCollection.concat(b.slice(S,b.length));var M=this.getVirtualValues(a,n+v,o+S,s,l,w.indexCollection,T.indexCollection,e.length,i.length,m,f,p,h);e=y.slice(),i=b.slice(),a=M.slice()}return this.pageColStartPos=n,this.pageRowStartPos=o,{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=[],o=[];if(1!==t)for(d=e.length-1;d>0;d--){var s=Number(e[d].querySelectorAll("Member")[0].querySelector("LNum").textContent);if(0===s)break;if(t>s)if(t=s,Number(e[d-1].querySelectorAll("Member")[0].querySelector("LNum").textContent)===s){for(var l=0;l<r;l++)n[n.length]=e[d-l],o[o.length]=d-l;d=r>1?d-(r-1):d}else n[n.length]=e[d],o[o.length]=d;else if(1===s)break}if(i)for(var d=r;d>0;d--)n=n.concat([e[d-1]]),o=o.concat([d-1]);return{totalsCollection:n.reverse(),indexCollection:o.reverse()}},e.prototype.getVirtualValues=function(e,t,i,a,r,n,o,s,l,d,p,h,u){var c=[],g=e;if(l>r){var m=((u?p:0)+i)*s;g=e.slice(m,m+r*s);for(var f=[],v=0;v<o.length;v++)f=f.concat(e.slice(o[v]*s,o[v]*s+s));g=f.concat(g)}for(var S=t+(h?d:0),v=0,y=g.length/s;v<y;v++){for(var b=g.slice(v*s,v*s+s),C=b.slice(S,S+a),x=[],w=0;w<n.length;w++)x[x.length]=b[n[w]];c=c.concat(x.concat(C))}return c},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')):[],o=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!==o.length){for(var s=[],l=0;l<o.length;l++)t.isNullOrUndefined(o[l])||(s[Number(o[l].getAttribute("CellOrdinal"))]=o[l]);o=s}this.clonedValTuple=o;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,o)},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],o=i.indexOf(n.name);o>-1&&(t[o]||(t[o]=[]),t[o]=t[o].concat(n.items))}return t},e.prototype.getActualTuples=function(e,t,i,a){var r=[],n=[],o=[];if(e.length>0)for(var s=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=s.clonedValTuple.slice(l*a,l*a+a);o=o.concat(i.map(function(e){return b[e]}))}else n[n.length]=l}(l);else if(i){var p=this.clonedValTuple.slice(0,a);o=o.concat(i.map(function(e){return p[e]}))}return o.length>0&&(this.clonedValTuple=o),{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,this.levelUniqueName={}},e.prototype.performEngine=function(e,i,a){this.totalCollection=[];var r=this.getMeasureInfo();if(this.drilledMembers.length>0){var n=void 0,o=e.length&&i.length?e.length*i.length:e.length?e.length:i.length;e=(n=this.frameMeasureOrder(r,"column",e,a,e.length,o)).orderedHeaderTuples,a=n.orderedValueTuples,i=(n=this.frameMeasureOrder(r,"row",i,a,e.length,o)).orderedHeaderTuples,a=n.orderedValueTuples}"down"===this.customArgs.action&&this.updateTupCollection("row"===this.customArgs.drillInfo.axis?i.length:e.length);for(var s={},l=0;l<a.length;l++)t.isNullOrUndefined(a[l])||(s[this.olapVirtualization&&this.pageSettings?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(s,d)),"down"===this.customArgs.action&&"row"!==this.customArgs.drillInfo.axis||(this.frameRowHeader(i),this.isPaging||this.olapVirtualization||this.performRowSorting(s,d)),this.frameValues(s,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 o=r.join("").split(r[n]).join("");(r=[])[i.measureIndex]=o}for(var s="",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,s=r[l];break}if(-1!==l){l<i.measureIndex&&(r=this.reArrangeHeaders(r,i.measureIndex,s));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,s,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,o){for(var s=[],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])){s=[];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(s[s.length]=e[u],d=!0,l=m,o)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)),s=this.getParentElement(v,w,v[0].getElementsByTagName("Member").length,r,n)}break}if(d&&!f)break}}return o?s:(h<i.length-1&&s.length>0&&!p&&(s=this.getParentElement(s,i,a-1,r,n)),s)},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 o,s,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,s=this.tupRowInfo[x-1].allCount,o=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===s||I!==o||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 V=!(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 q="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:q,axis:O[l].getAttribute("Hierarchy")}))[v.length-1].valueSort[q]=1}else if(0!==I&&(0!==l||1!==I)&&H&&V){"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 B=a,_=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])),q=this.getCaptionCollectionWithMeasure(this.tupRowInfo[d],P,!0);if(this.showSubTotalsAtBottom&&a>this.rowStartPos&&(B=a=this.insertRowSubTotal(r,n,D,a,W,q)),!(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),q=this.getCaptionCollectionWithMeasure(this.tupRowInfo[d],P,!1),r[a][0].valueSort.levelName=q,r[a][0].valueSort[q]=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++,_=P}}else"2"===L[P]?_=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++}B<a&&_>=O.length-1&&(r[a-1][0].ordinal=d,"header"===r[a-1][0].type&&delete r[a-1][0].type)}s=E,o=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 o=ne.frameHeaderWithKeys(e[a-1][0]);if(o.level<r&&"grand sum"!==o.type&&(o.isDrilled||3===o.memberType))if(3===o.memberType){for(var s=[],l=1;3===e[a-l][0].memberType;)s[s.length]=e[a-l][0],l++;if(e[a-l][0].isDrilled&&0!==s.length){for(var d=0,p=s.length;d<p;d++)s[d].formattedText=e[a-l][0].formattedText+" "+s[d].formattedText,s[d].isSum=!0,s[d].type="sum",s[d].parentUniqueName=e[a-l][0].levelUniqueName,i[i.length]=s[d];a-=--l}}else o.hasChild=!1,o.isDrilled=!1,o.isSum=!0,o.type="sum",o.formattedText=o.formattedText+" Total",i[Object.keys(i).length]=o;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 o=0;o<e.length;o++)e[o].rowIndex=r,i[r]=[e[o]],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,o,s,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:o,levelUniqueName:s,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,o=0;o<r.length;o++)n+=r[o].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,o,s){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"===s?(this.colMeasures[M]=w,this.colMeasurePos=g):this.rowMeasurePos=g):x=o[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++){V=R[k];A=0===k?this.headerGrouping[g].UName[Number(V)]:A+"~~"+this.headerGrouping[g].UName[Number(V)]}y=""===y?A:y+"::"+A;for(var j="",H=Object.keys(this.headerGrouping[g].Caption),k=0;k<H.length;k++){var V=H[k];j=0===k?this.headerGrouping[g].Caption[Number(V)]:j+"~~"+this.headerGrouping[g].Caption[Number(V)]}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 q=y.split(/~~|::\[/).map(function(e){return"["===e[0]?e:"["+e});q.pop();var U=q.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 o=this.getUniqueName(e.measure.querySelector("UName").textContent),s=this.dataFields[o]&&this.dataFields[o].caption?this.dataFields[o].caption:e.measure.querySelector("Caption").textContent,l=e.uNameCollection.split(/[~~::]+/g).indexOf(e.measureName);(d=e.captionCollection.split(/[~~::]+/g)).splice(l,0,s),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 o=e["down"===this.customArgs.action?r-(this.customArgs.drillInfo.currentCell.ordinal+1):r].querySelectorAll("Member"),s=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&&(o.length>s+(l?1:0)||1===o.length&&l)&&t.pop(),0!==r||!this.isPaging||0===t.length){this.checkAttributeDrill(this.tupRowInfo[r].drillInfo,"rows");if(o.length===s+(l?1:0)&&l){var p="Grand Total"+this.valueSortSettings.headerDelimiter+o[a].querySelector("Caption").textContent,h="3"===d[a]&&this.dataFields[this.getUniqueName(o[a].querySelector("UName").textContent)]&&this.dataFields[this.getUniqueName(o[a].querySelector("UName").textContent)].caption?this.dataFields[this.getUniqueName(o[a].querySelector("UName").textContent)].caption:o[a].querySelector("Caption").textContent;(t=this.frameGrandTotalAxisSet(t,this.getUniqueName(o[a].querySelector("UName").textContent),h,this.pivotValues.length,r,Number(d[a]),o[a].querySelector("PARENT_UNIQUE_NAME")?o[a].querySelector("PARENT_UNIQUE_NAME").textContent:void 0,o[a].querySelector("LName").textContent,o[a].getAttribute("Hierarchy"),{levelName:p,axis:o[a].getAttribute("Hierarchy")}))[t.length-1].valueSort["Grand Total"+this.valueSortSettings.headerDelimiter+o[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=[],o=-1,s=-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,o=-1===o?p:o,s=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>o: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||s<=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||s<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&&!(s<=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,o=0,s=this.totalCollection;o<s.length;o++){var l=s[o];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,o=i.querySelector("PARENT_UNIQUE_NAME")?i.querySelector("PARENT_UNIQUE_NAME").textContent:"",s=!0,l=!1;if(this.parentObjCollection[t]){var d=Object.keys(this.parentObjCollection[t]),p=this.parentObjCollection[t][r-1];s=p?o===p.querySelector("UName").textContent:0===d.length,l="1"===this.tupColumnInfo[0].typeCollection[t]}"2"===a?delete this.parentObjCollection[t]:(!this.isPaging&&!l||s||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,o,s,l){for(var d=t.isNullOrUndefined(o)?l[0]:o-(this.colMeasurePos===o-1?2:1),p=s[d]&&s[d].level,h=this.getLevelsAsString(d-1,s),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 o,s=-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],s=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:(o={levelName:w},o[w]=1,o.axis=m.getAttribute("Hierarchy"),o)},this.headerContent[u]||(this.headerContent[u]={}),this.headerContent[u][i]=this.pivotValues[u][i],u++}h++}else if(s>-1)this.pivotValues[s][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 o=this.drilledMembers[r].delimiter,s=this.drilledMembers[r].items[n].split(o),l="",d=0;d<s.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={},o=[],s=!1,l=this.tupRowInfo[0].typeCollection.lastIndexOf("1"),d=void 0,p=this.colDepth;p<a;p++){V=this.pivotValues[p][0];if(!this.showSubTotalsAtBottom||!V.isSum||3===V.memberType){var h=this.tupRowInfo[V.ordinal],u=h?0===h.measurePosition&&3===V.memberType?h.measureName:h.uNameCollection:"";if(""!==u){l>-1&&(u=this.frameUniqueName(u,V,h));var c=u.split(/~~|::\[/).length;3===V.memberType&&this.tupRowInfo[0].measurePosition>0?n[U=this.getParentUname(u,V,!0,!0)]?n[U].push(V):n[U]=[V]:r[c]?r[c][u]=[V]:r[c]=(i={},i[u]=[V],i)}s&&o.push(V),"grand sum"===V.type&&(s=!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 V=T[T.length-1],q=void 0;this.showSubTotalsAtBottom&&V.isDrilled&&((q=ne.frameHeaderWithKeys(V)).hasChild=!1,q.isDrilled=!1,q.isSum=!0,q.formattedText=q.formattedText+" Total"),T=T.concat(f[m[v+1]][P]),q&&(T[T.length]=q)}}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 B=0,_=0,G=0;s=!1,o=this.sortRowHeaders(o,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)&&(B=0,s=!1);var z=s?o:f[m[0]].parent,W="Top"===this.dataSourceSettings.grandTotalsPosition&&this.dataSourceSettings.showGrandTotals&&this.dataSourceSettings.showRowGrandTotals&&this.colDepth===p?z.length:s?B-_:B;z[W]&&(this.pivotValues[p]=[z[W]],this.pivotValues[p][0].rowIndex=p,this.valueContent[G][0]=this.pivotValues[p][0]),B++,G++,"grand sum"===this.pivotValues[p][0].type&&(s=!0,_=B)}}},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,o=[],s=0;s<this.pivotValues.length;s++){var l=this.pivotValues[s],d=void 0,p={},h=[],u=1;o[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[s-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[s-1]){var f=this.pivotValues[s-1][l[c].colIndex],v=Number(Object.keys(p[l[c].formattedText])[0]),S=p[l[c].formattedText][v].colIndex,y=this.pivotValues[s-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){o[n][o[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&&(o[n][o[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===o[n].length?1:0,o[n][o[n].length+u]=p[l[c].formattedText][Number(O[P])];else o[n][o[n].length+u]=l[c]}if(Object.keys(o[n]).length>0){u=0===r[n].length?1:0;var N=o[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]=o[n][E];else r[n][r[n].length+u]=o[n][1]||o[n][0];p={},h=[],o[n]=[]}}if(Object.keys(p).length>0){o[n][o[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=s;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[s].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 V=0;V<this.pivotValues.length;V++)for(var l=this.pivotValues[V],s=1;s<l.length;s++)l[s].colIndex=s}},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 o=e[n],s=i[o.ordinal*a.columnLength+a.memberIndex],l=s?s.getElementsByTagName("Value"):void 0,d=s&&l.length>0?Number(l[0].textContent):0;r.push({header:o,value:d})}e=ne.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(this.levelUniqueName[u]=g.levelName,c&&c.length>0?ne.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&&ne.applyCustomSort(g,e,"string",!0,!0)}return e},e.prototype.sortColumnHeaders=function(e,i,a,r,n,o,s){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=ne.getSortedValue(d,this.valueSortSettings.sortOrder).map(function(e){return e.formattedText})}else if(this.enableSort){var f=!1,v=this.fieldList[o]&&this.fieldList[o].membersOrder?this.fieldList[o].membersOrder.slice():[],S={fieldName:o,levelName:s,sortOrder:a,members:v&&v.length>0?v:l,IsOrderChanged:!1};if(this.levelUniqueName[o]=S.levelName,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 o=0,s=0;o<e.length;o++){var l=e[o];if(r[s]===l){if(e.splice(s++,0,l),e.splice(++o,1),!(s<r.length)){i||n.splice(--s,0,l);break}o=-1}o>=0&&!i&&(n[o]=e[o])}if(!i){for(o=n.length;o<e.length;o++)n[o]=e[o];"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],o=[],s={},l=0;l<e.length;l++)"~"!==e[l]&&":"!==e[l]||(o.push(l),s[l]=e[l]+e[l],l++);r=this.getMeasurePosition(e,n.measurePosition)>=e.split("::[").length-1?o[o.length-2]>-1?e.substring(0,o[o.length-2])+s[o[o.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,o=this;n>0;)!function(){e[t][n]=1;var r=o.pivotValues[t][n+1],s=o.pivotValues[t+1]&&o.rowStartPos-t>1?o.pivotValues[t+1][n]:void 0,l=o.pivotValues[t][n],d=!1,p=!1,h=o.tupColumnInfo[l.ordinal],u=h.allStartPos>("3"===h.typeCollection[0]?1:0),c=o.checkAttributeDrill(h.drillInfo,"columns");if(o.showSubTotalsAtTop&&l.isDrilled&&r&&r.actualText!==l.actualText&&l.level>-1&&(l.ordinal=o.getOrdinal(l,o.pivotValues[t+1])),s&&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=o.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=o.localeObj.getConstant("grandTotal"),t<o.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);s?2===l.memberType&&2===s.memberType||s.actualText===l.actualText?(e[t][n]=e[t+1]?e[t+1][n]+1:1,0===t||1===l.memberType&&l.level>-1&&1===s.memberType&&-1===s.level?(l.rowSpan=!l.isDrilled||o.fieldList[l.hierarchy]&&o.fieldList[l.hierarchy].isHierarchy&&!l.hasChild?e[t+1][n]+1:1,s.rowSpan=!s.isDrilled||o.fieldList[s.hierarchy]&&o.fieldList[s.hierarchy].isHierarchy&&!s.hasChild||-1!==s.level?s.rowSpan:e[t+1][n]):3===l.memberType?l.rowSpan=1:l.rowSpan=-1,p=!0):!l.isDrilled||o.fieldList[l.hierarchy]&&o.fieldList[l.hierarchy].isHierarchy&&!l.hasChild||-1!==l.level||2!==s.memberType?(l.rowSpan=0===t?e[t][n]:-1,s.rowSpan=s.level>-1&&(!s.isDrilled||o.fieldList[s.hierarchy]&&o.fieldList[s.hierarchy].isHierarchy&&!s.hasChild)||2!==l.memberType&&2===s.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===o.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 o=Object.keys(this.onDemandDrillEngine);r=Number(o[0]),a=Number(o[o.length-1])+1,n=this.onDemandDrillEngine[r][0].ordinal}for(var s=r;s<a;s++)for(var l=this.pivotValues[s],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:s};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:s,isSum:C,isGrandSum:x}}this.valueContent[s-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],o=t.extend({},n,null,!0);delete o.name,!o.minimumSignificantDigits&&o.minimumSignificantDigits<1&&delete o.minimumSignificantDigits,!o.maximumSignificantDigits&&o.maximumSignificantDigits<1&&delete o.maximumSignificantDigits,o.type?r=this.globalize.formatDate(new Date(e.toString()),o):(delete o.type,r=this.globalize.formatNumber(e,o))}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 o=!1,s=0,l=0,d=this.rows.length;l<d;l++)if("[measures]"===this.rows[l].name.toLowerCase()){t="row",e=l,o=!0,s=this.dataSourceSettings.rows.length,this.olapRowValueIndex=e;break}if(!o)for(var l=0,d=this.columns.length;l<d;l++)if("[measures]"===this.columns[l].name.toLowerCase()){t="column",e=l,o=!0,s=this.dataSourceSettings.columns.length;break}this.olapValueAxis=t,this.measurePosition=e,this.measureIndex=e===s-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,o){var s=[],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,s[s.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,s[s.length]=p[C].node);var V=[];if(r.length>0){for(var q=[],U=[],B=0,_=0,G=0,v=0,z=o;v<z;v++){_>n-1?(_=0,q[++G]||(q[G]=[]),q[G][_]=v,_++):(q[G]||(q[G]=[]),q[G][_]=v,_++);var W=void 0;r[B]?W=this.olapVirtualization?v:Number(r[B].getAttribute("CellOrdinal")):B++,W===v&&(U[v]=W,V[W]=r[B],B++)}if(r=V,"column"===u){if(q.length>0&&q[0].length===d.length)for(var w=0,z=d.length;w<z;w++)for(v=0;v<q.length;){var Q=v*n+w;if(!t.isNullOrUndefined(q[v])&&!t.isNullOrUndefined(d[w])){Y=U[Q]?U[Q].toString():Q.toString();(K=r[Number(q[v][d[w]])])&&(K.setAttribute("CellOrdinal",Y.toString()),l[Q]=K)}v++}}else if(q.length===d.length)for(var w=0,z=d.length;w<z;w++)for(v=0;v<q[d[w]].length;){var Y=U[Q=w*n+v]?U[Q].toString():Q.toString(),K=r[Number(q[d[w]][v])];K&&(K.setAttribute("CellOrdinal",Y.toString()),l[l.length]=K),v++}}return{orderedHeaderTuples:s,orderedValueTuples:l}}return{orderedHeaderTuples:a,orderedValueTuples:r}},e.prototype.getDrilledSets=function(e,i,a,r){for(var n=[],o=i.actualText.toString(),s="row"===r?this.tupRowInfo:this.tupColumnInfo,l=s[i.ordinal],d=0===s[0].typeCollection.indexOf("3")?1:0,p=0,h="1"===s[0].typeCollection[a];p<s.length;)(t.isNullOrUndefined(s[p].allStartPos)||s[p].allStartPos>d)&&(n[n.length]=s[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(o),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(o);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):At.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,o=0,s=this.calculatedFieldSettings;o<s.length;o++){var l=s[o];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,o=a;n<o.length;n++)if(o[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 o={name:"[Measures]",caption:"Measures",showRemoveIcon:!0,allowDragAndDrop:!0};"row"===this.valueAxis?this.rows.push(o):this.columns.push(o),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 o=this.fieldList[n.name].members,s=o&&Object.keys(o).length>0;this.fieldList[n.name].actualFilter=n.items.slice();var l=t.extend([],n.items,null,!0);if(s)for(var d=0;d<l.length;){for(var p=[],h=0,u=p=this.getParentNode(l[d],o,p);h<u.length;h++){var c=u[h],g=ne.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;s||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),s?this.fieldList[n.name].filter.push(o[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 o=n[r],s=0,l=a;s<l.length;s++){var d=l[s];if(o.name===d.name){i.push(o);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=[],o="",s=0;s<this.filters.length;s++)if(i=this.filterMembers[this.filters[s].name]){for(var l=0;l<i.length;l++)o+=i[l],o=l<i.length-1?o+",":o+"";n[s]=o,o=""}for(s=0;s<n.length;s++)o=""===o?"{"+n[s]+"}":o+",{"+n[s]+"}";for(var d="",p="",s=0;s<a.length;s++)d=(d.length>0?d+",":"")+(a[s].split("~~").length>1?a[s].split("~~")[a[s].split("~~").length-1]:a[s]);for(s=0;s<r.length;s++)p=(p.length>0?p+",":"")+(r[s].split("~~").length>1?r[s].split("~~")[r[s].split("~~").length-1]:r[s]);var h="DRILLTHROUGH MAXROWS "+t+" Select("+(d.length>0?d:"")+(d.length>0&&p.length>0?",":"")+(p.length>0?p:"")+") on 0 from "+(""===o?"["+this.dataSourceSettings.cube+"]":"(SELECT ("+o+") 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),o=0;o<n.length;){var s=n[o],l=s.tagName,d=s.textContent,p=s.getAttribute("xsi:type");a.push('"'+l+'":'+("xsd:double"===p?parseFloat(d||"0"):'"'+d+'"')),o++}r++}for(var h=a[0],u=0;u<a.length;)Object.keys(JSON.parse("[{"+a[u]+"}]")[0])[0]!==Object.keys(JSON.parse("[{"+h+"}]")[0])[0]?(i+=","+a[u],u++):(i+=""===i?"[{"+a[u]:"}, {"+a[u],u++);i+="}]"}else for(var c=[].slice.call(e.querySelectorAll("faultstring")),r=0;r<c.length;)i+=c[r].textContent,r++;this.gridJSON=i},e.prototype.getFilterMembers=function(e,t,i,a,r){var n,o=this.fieldList[t].levels,s=this.fieldList[t].levelCount;return n=r?"Descendants({"+o[s].id+"}, "+o[i-1].id+", "+(i-s==1?"SELF)":"SELF_AND_BEFORE)"):t+", Descendants({"+o[0].id+"}, "+o[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 o,s="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;");o=i||n?n?"SELECT {"+(n=n.replace(/&/g,"&amp;"))+"} ON 0 FROM ["+e.cube+"] WHERE {}":"SELECT ({"+d+".ALLMEMBERS})"+s+" ON 0 FROM ["+e.cube+"]":"SELECT ({"+(a||(l?d+", "+d+".CHILDREN":d+".ALLMEMBERS"))+"})"+s+" ON 0 FROM ["+e.cube+"]";var p=this.getSoapMsg(e,o),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 o=t.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/'/g,"&apos;").replace(/"/g,"&quot;"),s="WITH SET [SearchMembersSet] AS &#39;FILTER("+(r?o+".ALLMEMBERS, ":"{"+(n>1?this.getFilterMembers(e,t,n,!0):o+", "+o+".CHILDREN")+"},")+"(INSTR(1, "+o+'.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,s),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,o={},s=0,l=r;s<l.length;s++){var d=l[s],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)o={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(o),this.fieldList[n].childMembers.push(o)):"fetchSearchMembers"===i.action?(this.fieldList[n].currrentMembers[u]={name:u,caption:c,parent:void 0,isNodeExpand:!1,isSelected:!1},this.fieldList[n].searchMembers.push(o),o.expanded=!0):this.calcChildMembers.push(o);else if(""!==g&&"1"===h)if(g===a&&"1"===h)o={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(o),this.fieldList[n].childMembers.push(o),this.fieldList[n].members[u]={name:u,caption:c,parent:void 0,isNodeExpand:!1,isSelected:!1}):"fetchSearchMembers"===i.action?(o.expanded=!0,this.fieldList[n].searchMembers.push(o),this.fieldList[n].currrentMembers[u]={name:u,caption:c,parent:void 0,isNodeExpand:!1,isSelected:!1}):this.calcChildMembers.push(o);else{if("fetchMembers"===i.action&&this.fieldList[n].members[u])continue;var f=!!i.loadLevelMembers&&this.fieldList[n].members[g].isSelected;o={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(o),this.fieldList[n].childMembers.push(o),this.fieldList[n].members[u]={name:u,caption:c,parent:g,isNodeExpand:!1,isSelected:f}):"fetchSearchMembers"===i.action?(this.fieldList[n].searchMembers.push(o),o.expanded=!0,this.fieldList[n].currrentMembers[u]={name:u,caption:c,parent:g,isNodeExpand:!1,isSelected:!1}):this.calcChildMembers.push(o)}else"2"===h&&(a=u)}},e.prototype.getFieldListItems=function(e,t,i){for(var a={},r=[],n=0,o=[].slice.call(e.querySelectorAll("row"));n<o.length;n++){var s=o[n],l=[].slice.call(s.querySelectorAll("ALL_MEMBER")).length>0,d=s.querySelector("DIMENSION_UNIQUE_NAME").textContent,p=s.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:s.querySelector("HIERARCHY_CAPTION").textContent,caption:s.querySelector("HIERARCHY_CAPTION").textContent,tag:p,hasAllMember:l,allMember:l?s.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=this,r=0,n=e;r<n.length;r++)!function(e){if(!a.fieldList[e.name]){var i=e.formula,r=a.currentCalcFieldInfo&&a.currentCalcFieldInfo.fieldName===e.name&&a.currentCalcFieldInfo.fieldType?"Measure"===a.currentCalcFieldInfo.fieldType:i.toLowerCase().indexOf("measure")>-1,n=(r?"[Measures].":e.hierarchyUniqueName+".")+"["+e.name+"]",o=a.dataFields[e.name]&&a.dataFields[e.name].caption?a.dataFields[e.name].caption:a.mappingFields[e.name]&&a.mappingFields[e.name].caption?a.mappingFields[e.name].caption:e.name,s=e.formatString,l={hasChildren:!1,isSelected:!!(a.dataSourceSettings&&a.dataSourceSettings.values&&a.dataSourceSettings.values.length>0)&&a.dataSourceSettings.values.some(function(t){return t.name===e.name}),id:e.name,pid:"[Calculated Members].[_0]",name:e.name,caption:o,spriteCssClass:"e-calc-member "+(r?"e-calc-measure-icon":"e-calc-dimension-icon")+" "+y,tag:n,formula:i,formatString:s,aggregateType:void 0,type:"CalculatedField",filter:[],dateMember:[],sort:"Ascending",actualFilter:[],filterMembers:[],childMembers:[],searchMembers:[],members:{},currrentMembers:{},isHierarchy:!0,isExcelFilter:!1,isCalculatedField:!0,allowDragAndDrop:a.dataFields[e.name]?a.dataFields[e.name].allowDragAndDrop:!a.mappingFields[e.name]||a.mappingFields[e.name].allowDragAndDrop,showFilterIcon:a.dataFields[e.name]?a.dataFields[e.name].showFilterIcon:!a.mappingFields[e.name]||a.mappingFields[e.name].showFilterIcon,showSortIcon:a.dataFields[e.name]?a.dataFields[e.name].showSortIcon:!a.mappingFields[e.name]||a.mappingFields[e.name].showSortIcon,showEditIcon:a.dataFields[e.name]?a.dataFields[e.name].showEditIcon:!a.mappingFields[e.name]||a.mappingFields[e.name].showEditIcon,showRemoveIcon:a.dataFields[e.name]?a.dataFields[e.name].showRemoveIcon:!a.mappingFields[e.name]||a.mappingFields[e.name].showRemoveIcon,showValueTypeIcon:a.dataFields[e.name]?a.dataFields[e.name].showValueTypeIcon:!a.mappingFields[e.name]||a.mappingFields[e.name].showValueTypeIcon,showSubTotals:a.dataFields[e.name]?a.dataFields[e.name].showSubTotals:!a.mappingFields[e.name]||a.mappingFields[e.name].showSubTotals,fieldType:r?"Measure":"Dimension",parentHierarchy:r?void 0:e.hierarchyUniqueName};t.push(l),a.fieldList[l.id]=l,a.updateMembersOrder(e.name)}}(n[r])}},e.prototype.loadDimensionElements=function(e,i,a){for(var r=[],n=[].slice.call(e.querySelectorAll("row")),o={},s=0,l=n;s<l.length;s++){var d=l[s],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?o={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,o),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,o=[],s=0,l=r;s<l.length;s++){u=l[s];o.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:o.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=[],o=0,s=r=r.concat(this.columns,this.filters);o<s.length;o++){var l=s[o];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,o=[].slice.call(e.querySelectorAll("row"));n<o.length;n++){var s=o[n];if(1!==parseInt(s.querySelector("LEVEL_TYPE").textContent,10)&&"[measures]"!==s.querySelector("HIERARCHY_UNIQUE_NAME").textContent.toLowerCase()){var l=s.querySelector("HIERARCHY_UNIQUE_NAME").textContent,d=s.querySelector("LEVEL_UNIQUE_NAME").textContent,p=s.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(s.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,o=[],s=[],l=0,d=t.extend([],this.values,null,!0);l<d.length;l++){c=d[l];s.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(!(o.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"}),o.push(g))}var w={hasChildren:!1,isSelected:s.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,s.indexOf(m)>=0&&s.splice(s.indexOf(m),1)}this.measureReportItems=s},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 o=this,s={dataSourceSettings:n.dataSourceSettings,action:n.action,customProperties:{},internalProperties:{headers:{"Content-Type":"text/xml"},requestType:"string",data:a}};this.getBeforeSeviceInvoke&&this.getBeforeSeviceInvoke(s),this.requestHeaders=s.internalProperties.headers||{};var l=this.requestHeaders["Content-Type"]?this.requestHeaders["Content-Type"]:"text/xml";new t.Ajax({mode:!1,contentType:l,url:i,data:a,dataType:"xml",type:e,beforeSend:this.beforeSend.bind(this),onSuccess:this.onSuccess.bind(this,r,n),onFailure:function(e){o.errorInfo=e}}).send()},e.prototype.onSuccess=function(e,t,i,a){var r=(new DOMParser).parseFromString(i,"text/xml"),n=r.querySelector("Body");if(n.querySelector("OlapInfo")||n.querySelector("DiscoverResponse")||(n.querySelector("Fault")&&n.querySelector("Fault").querySelector("faultstring")?this.errorInfo=n.querySelector("Fault").querySelector("faultstring").innerHTML:n.querySelector("return")&&n.querySelector("return").querySelector("Error")&&(this.errorInfo=n.querySelector("return").querySelector("Error").getAttribute("Description"))),this.getAfterSeviceInvoke){var o={action:t.action,response:i};this.getAfterSeviceInvoke(o)}e(r,a,t)},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));for(var t in this.requestHeaders)Object.prototype.hasOwnProperty.call(this.requestHeaders,t)&&"Content-Type"!==t&&e.httpRequest.setRequestHeader(t,this.requestHeaders[t])},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 o=n[r];o.toLowerCase().indexOf("locale")<0&&0===a.url.length?a.url=o:o.toLowerCase().indexOf("locale")>=0&&(a.LCID=o.replace(/ /g,"").split("=")[1])}return a},e.prototype.getMDXQuery=function(e){return At.getCellSets(e,this,!0,void 0,!0),this.mdxQuery},e}(),kt=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),o=new a.SizeF(i.width-80,r&&r.height?.75*r.height:50),s=new a.RectangleF(n,o);t.template.top=this.drawPageTemplate(new a.PdfPageTemplateElement(s),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)),o=new a.SizeF(i.width-80,r&&r.height?.75*r.height:50),s=new a.RectangleF(n,o);t.template.bottom=this.drawPageTemplate(new a.PdfPageTemplateElement(s),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),o=null;if(!t.isNullOrUndefined(i.style)&&!t.isNullOrUndefined(i.style.textPenColor)){var s=this.hexDecToRgb(i.style.textPenColor);o=new a.PdfPen(new a.PdfColor(s.r,s.g,s.b))}null==n&&null==o&&(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,o,n,d,p,h):e.graphics.drawString(l,r,o,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 o=this.hexDecToRgb(i.style.textBrushColor);n=new a.PdfSolidBrush(new a.PdfColor(o.r,o.g,o.b))}var s=new a.PdfPageNumberField(r,n);s.numberStyle=this.getPageNumberStyle(i.pageNumberType);var l,d;if(t.isNullOrUndefined(i.format))d="{0}",l=new a.PdfCompositeField(r,n,d,s);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,s,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,s);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,o=t.isNullOrUndefined(i.size)||t.isNullOrUndefined(i.size.width)?void 0:.75*i.size.width,s=t.isNullOrUndefined(i.size)||t.isNullOrUndefined(i.size.height)?void 0:.75*i.size.height,l=new a.PdfBitmap(i.src);t.isNullOrUndefined(o)?e.graphics.drawImage(l,r,n):e.graphics.drawImage(l,r,n,o,s)},e.prototype.drawLine=function(e,i){var a=.75*i.points.x1,r=.75*i.points.y1,n=.75*i.points.x2,o=.75*i.points.y2,s=this.getPenFromContent(i);t.isNullOrUndefined(i.style)||(t.isNullOrUndefined(i.style.penSize)||"number"!=typeof i.style.penSize||(s.width=.75*i.style.penSize),s.dashStyle=this.getDashStyle(i.style.dashStyle)),e.graphics.drawLine(s,a,r,n,o)},e.prototype.getFontFromContent=function(e){if(e.font instanceof a.PdfTrueTypeFont)return e.font;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.prototype.configureCellImage=function(e,t,i){var r=new a.PdfBitmap(t.base64);r.height=t.height||r.height,r.width=t.width||r.width,e.value=r,i&&i.height<r.height&&(i.height=r.height)},e.prototype.setHyperLink=function(e,i,r,n,o){var s=r&&r.isHeaderRow||n&&"row"===n.axis,l=!1,d=!1;if(o&&o.pdfExportModule&&o.pdfExportModule.exportProperties&&o.pdfExportModule.exportProperties.pdfExportProperties&&o.pdfExportModule.exportProperties.pdfExportProperties.theme){var p=o.pdfExportModule.exportProperties.pdfExportProperties.theme;l=!(!p.header||!p.header.fontColor),d=!(!p.record||!p.record.fontColor)}if(t.isNullOrUndefined(i.hyperLink))s&&("row"===n.axis&&!d||"column"===n.axis&&!l)?e.style.textBrush=new a.PdfSolidBrush(new a.PdfColor(102,102,102)):s||d||t.isNullOrUndefined(n)||!(t.isNullOrUndefined(n.style)||!t.isNullOrUndefined(n.style)&&t.isNullOrUndefined(n.style.backgroundColor))||(e.style.textBrush=new a.PdfSolidBrush(new a.PdfColor(0,0,0)));else{var h=new a.PdfTextWebLink;h.url=i.hyperLink.target,h.text=i.hyperLink.displayText||i.hyperLink.target;var u=i&&i.style&&i.style.fontSize?.8*i.style.fontSize:e&&e.style&&e.style.font&&e.style.font.fontSize?e.style.font.fontSize:11,c=i&&i.style&&i.style.fontFamily?this.getFontFamily(i.style.fontFamily):e&&e.style&&e.style.font&&e.style.font.fontFamily?e.style.font.fontFamily:a.PdfFontFamily.Helvetica;h.font=new a.PdfStandardFont(c,u),h.brush=new a.PdfSolidBrush(new a.PdfColor(51,102,187)),e.value=h}},e.prototype.applyHeaderBackground=function(e){var t=this.hexDecToRgb("#f5f5f5"),i=t.r,r=t.g,n=t.b;e.style.backgroundBrush=new a.PdfSolidBrush(new a.PdfColor(i,r,n))},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}(),jt=function(){function e(e){this.parent=e,this.pdfExportHelper=new kt}return e.prototype.getModuleName=function(){return"chartExport"},e.prototype.pdfChartExport=function(e,i,r,n){var o=this,s=[this.parent.chart],l=this.getChartInfo(s),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(s){c.onload=function(){var l;l=t.isNullOrUndefined(i)?new a.PdfDocument:i,g.drawImage(c,0,0),window.URL.revokeObjectURL(u),o.exportPdf(h,l,r,n,d,p,e),s(l)}})},e.prototype.getChartInfo=function(e,i){var a,r=0,n=0,o=this.parent.chart.enableCanvas,s=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)"),o||d.appendChild(l),r=e.availableSize.width,n=e.availableSize.height,o||s.appendChild(d)}),o||(s.setAttribute("width",r+""),s.setAttribute("height",n+""),s.style.backgroundColor=a),{width:r,height:n,svg:s}},e.prototype.exportPdf=function(e,i,r,n,o,s,l){var d=i.sections.add(),p=i.pageSettings.width,h=i.pageSettings.height,u=i.pageSettings.margins,c=o+u.left+u.right;i.pageSettings.size=new a.SizeF(c,h),t.isNullOrUndefined(this.exportProperties)&&(this.exportProperties={});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=ne.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)||t.isNullOrUndefined(this.pdfExportHelper)||this.pdfExportHelper.drawHeader(l,i),t.isNullOrUndefined(l)||t.isNullOrUndefined(l.footer)||t.isNullOrUndefined(this.pdfExportHelper)||this.pdfExportHelper.drawFooter(l,i),S.graphics.drawImage(v,0,0,h<s||this.exportProperties.width||i.pageSettings.size?S.getClientSize().width:c,h<s?S.getClientSize().height:s);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}(),Ht=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)}}(),Vt=function(){return(Vt=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)},qt=function(e,t,i,a){var r,n=arguments.length,o=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,i,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(o=(n<3?r(o):n>3?r(t,i,o):r(t,i))||o);return n>3&&o&&Object.defineProperty(t,i,o),o},Ut=function(e,t,i,a){return new(i||(i=Promise))(function(r,n){function o(e){try{l(a.next(e))}catch(e){n(e)}}function s(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(o,s)}l((a=a.apply(e,t||[])).next())})},Bt=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&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=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(o=l.trys,!(o=o.length>0&&o[o.length-1])&&(6===i[0]||2===i[0])){l=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){l.label=i[1];break}if(6===i[0]&&l.label<o[1]){l.label=o[1],o=i;break}if(o&&l.label<o[2]){l.label=o[2],l.ops.push(i);break}o[2]&&l.ops.pop(),l.trys.pop();continue}i=t.call(e,l)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}var r,n,o,s,l={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return s={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s},_t=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property(!0)],i.prototype,"showFilterIcon",void 0),qt([t.Property(!0)],i.prototype,"showSortIcon",void 0),qt([t.Property(!0)],i.prototype,"showRemoveIcon",void 0),qt([t.Property(!0)],i.prototype,"showValueTypeIcon",void 0),qt([t.Property("Both")],i.prototype,"displayMode",void 0),qt([t.Property(!0)],i.prototype,"allowDragAndDrop",void 0),qt([t.Property(!1)],i.prototype,"showFieldsPanel",void 0),i}(t.ChildProperty),Gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property(!1)],i.prototype,"allowAdding",void 0),qt([t.Property(!1)],i.prototype,"allowEditing",void 0),qt([t.Property(!1)],i.prototype,"allowDeleting",void 0),qt([t.Property(!1)],i.prototype,"allowCommandColumns",void 0),qt([t.Property(!1)],i.prototype,"allowInlineEditing",void 0),qt([t.Property("Normal")],i.prototype,"mode",void 0),qt([t.Property(!0)],i.prototype,"allowEditOnDblClick",void 0),qt([t.Property(!0)],i.prototype,"showConfirmDialog",void 0),qt([t.Property(!1)],i.prototype,"showDeleteConfirmDialog",void 0),i}(t.ChildProperty),zt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property()],i.prototype,"measure",void 0),qt([t.Property()],i.prototype,"label",void 0),qt([t.Property("NotEquals")],i.prototype,"conditions",void 0),qt([t.Property()],i.prototype,"value1",void 0),qt([t.Property()],i.prototype,"value2",void 0),i}(t.ChildProperty),Wt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property(!1)],i.prototype,"showHyperlink",void 0),qt([t.Property(!1)],i.prototype,"showRowHeaderHyperlink",void 0),qt([t.Property(!1)],i.prototype,"showColumnHeaderHyperlink",void 0),qt([t.Property(!1)],i.prototype,"showValueCellHyperlink",void 0),qt([t.Property(!1)],i.prototype,"showSummaryCellHyperlink",void 0),qt([t.Collection([],zt)],i.prototype,"conditionalSettings",void 0),qt([t.Property()],i.prototype,"headerText",void 0),qt([t.Property("")],i.prototype,"cssClass",void 0),i}(t.ChildProperty),Qt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property(5)],i.prototype,"columnPageSize",void 0),qt([t.Property(5)],i.prototype,"rowPageSize",void 0),qt([t.Property(1)],i.prototype,"currentColumnPage",void 0),qt([t.Property(1)],i.prototype,"currentRowPage",void 0),i}(t.ChildProperty),Yt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property("Bottom")],i.prototype,"position",void 0),qt([t.Property(!1)],i.prototype,"isInversed",void 0),qt([t.Property(!0)],i.prototype,"showRowPager",void 0),qt([t.Property(!0)],i.prototype,"showColumnPager",void 0),qt([t.Property(!0)],i.prototype,"showRowPageSize",void 0),qt([t.Property(!0)],i.prototype,"showColumnPageSize",void 0),qt([t.Property([10,50,100,200])],i.prototype,"rowPageSizes",void 0),qt([t.Property([5,10,20,50,100])],i.prototype,"columnPageSizes",void 0),qt([t.Property(!1)],i.prototype,"enableCompactView",void 0),qt([t.Property()],i.prototype,"template",void 0),i}(t.ChildProperty),Kt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property("Table")],i.prototype,"view",void 0),qt([t.Property("Table")],i.prototype,"primary",void 0),i}(t.ChildProperty),Xt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ht(i,e),qt([t.Property(!1)],i.prototype,"allowSinglePage",void 0),i}(t.ChildProperty),Jt=function(e){function o(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.focusedCellInfo=null,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.isModalDialog=!1,r.destroyEngine=!1,r.pivotView=r,t.setValue("mergePersistData",r.mergePersistPivotData,r),r}Ht(o,e),s=o,o.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},o.prototype.preRender=function(){this.dataSourceSettings&&"SSAS"===this.dataSourceSettings.providerType?(this.dataType="olap",this.olapEngineModule=new Rt):(this.dataType="pivot",this.engineModule=new se),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.isAngular&&!t.isNullOrUndefined(this.element.closest("mat-dialog-container"))&&(this.isModalDialog=!0),this.initProperties(),this.renderToolTip(),this.keyboardModule=new je(this),this.contextMenuModule=new He(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 ve(this)),!this.chartSettings.enableExport||"Both"!==this.displayOption.view&&"Chart"!==this.displayOption.view||(this.chartExportModule=new jt(this)),this.maxNodeLimitInMemberEditor<=0&&(this.maxNodeLimitInMemberEditor=1),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",Top:"Top",Bottom:"Bottom",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",PercentageOfRunningTotals:"% of 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!!",columnChart:"Column",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",addCurrentSelection:"Add current selection to filter"},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()},o.prototype.onBeforeTooltipOpen=function(e){e.element.classList.add("e-pivottooltipwrap")},o.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.isAngular=this.isModalDialog,this.tooltip.appendTo(this.element)):this.tooltip&&this.tooltip.destroy()},o.prototype.renderContextMenu=function(){if(this.gridSettings.contextMenuItems||this.allowGrouping&&"pivot"===this.dataType){var e=[],t=[],i=[],a=[],r=[],n=[],o=[];if(this.gridSettings.contextMenuItems)for(var s=0,l=this.gridSettings.contextMenuItems;s<l.length;s++){var d=l[s];if("string"==typeof d&&-1!==this.getDefaultItems().indexOf(d))if(-1!==d.toString().toLowerCase().indexOf("aggregate")&&"pivot"===this.dataType){o=[{text:this.localeObj.getConstant("Sum")}];var p=this.buildDefaultItems("Aggregate");p.items=o,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)}},o.prototype.getFieldByID=function(e,t){return new i.DataManager({json:t}).executeLocal((new i.Query).where("id","equal",e))[0]},o.prototype.getAllSummaryType=function(){return["Sum","Count","DistinctCount","Product","Min","Max","Avg","Median","Index","PopulationVar","SampleVar","PopulationStDev","SampleStDev","RunningTotals","PercentageOfRunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"]},o.prototype.getDefaultItems=function(){return["Drillthrough","Expand","Collapse","Pdf Export","Excel Export","Csv Export","Sort Ascending","Sort Descending","Aggregate","CalculatedField"]},o.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]},o.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 _e(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)}},o.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)}}},o.prototype.render=function(){t.initializeTelemetry("PivotTable"),this.loadData()},o.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=ne.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()},o.prototype.blobToString=function(e){return Ut(this,void 0,void 0,function(){var t;return Bt(this,function(i){switch(i.label){case 0:return[4,e];case 1:return t=i.sent(),[2,t.text()]}})})},o.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 o=JSON.parse(this.request.responseText);if("fetchFieldMembers"===this.currentAction){for(var s=JSON.parse(o.members),l=[],d={},p=ne.isDateField(o.memberName,this.engineModule),h="number"===this.engineModule.fieldList[o.memberName].type,u=0,c=(T=Object.keys(s)).length;u<c;u++){var m=s[T[u]],f=p?this.engineModule.getFormattedValue(m.Name,o.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[o.memberName].members=d,this.engineModule.fieldList[o.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(o.rawData),b=JSON.parse(o.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(o.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(o.fields),this.engineModule.rowCount=JSON.parse(o.pivotCount).RowCount,this.engineModule.columnCount=JSON.parse(o.pivotCount).ColumnCount,this.engineModule.rowStartPos=JSON.parse(o.pivotCount).RowStartPosition,this.engineModule.colStartPos=JSON.parse(o.pivotCount).ColumnStartPosition,this.engineModule.rowFirstLvl=JSON.parse(o.pivotCount).RowFirstLevel,this.engineModule.colFirstLvl=JSON.parse(o.pivotCount).ColumnFirstLevel,this.engineModule.columnPageCount=JSON.parse(o.pivotCount).ColumnPageCount,this.engineModule.rowPageCount=JSON.parse(o.pivotCount).RowPageCount,this.engineModule.rowMaxLevel=JSON.parse(o.pivotCount).RowMaxLevel;for(var M=void 0,D=JSON.parse(o.pivotValue),O=0;O<D.length;O++)if(D[O]&&D[O][0]&&"row"===D[O][0].axis){M=O;break}this.engineModule.headerContent=ne.frameContent(D,"header",M,this),this.engineModule.pageSettings=this.pageSettings;var P=JSON.parse(o.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=o.isEmptyData,this.engineModule.isEngineUpdated=o.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))}},o.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)},o.prototype.getEngine=function(e,t,i,a,r,n,o,s,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(ne.getLocalizedObject(this)),savedFieldList:"onDrop"===e&&null!==this.engineModule.fieldList?ne.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:o,fetchRawDataArgs:s,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.updateClonedReport(),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)))},o.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,o=this.chartSettings.legendRender,s=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=o,this.chartSettings.pointClick=s,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},o.prototype.getPageSettings=function(){var e=["pageSettings"];return this.addOnPersist(e)},o.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()},o.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(Q,{}),e.isAdaptive&&e.contextMenuModule.render(),e.notify("init-toolbar",{}),e.notify("init-pivotPager",{})})}catch(e){var i=e instanceof Error?e:new Error("Unknown error");this.actionFailureMethod(i)}},o.prototype.addInternalEvents=function(){this.on(Q,this.generateData,this),this.on(X,this.renderPivotGrid,this),this.on(K,this.onContentReady,this)},o.prototype.removeInternalEvents=function(){this.off(Q,this.generateData),this.off(X,this.renderPivotGrid),this.off(K,this.onContentReady)},o.prototype.getPersistData=function(e){var t=["dataSourceSettings","pivotValues","gridSettings","chartSettings","displayOption","pageSettings"],a=this.gridSettings.columnRender,r=this.gridSettings.excelQueryCellInfo,n=this.gridSettings.excelHeaderQueryCellInfo,o=this.gridSettings.pdfQueryCellInfo,s=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=o,this.gridSettings.pdfHeaderQueryCellInfo=s,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},o.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},o.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)}},o.prototype.showConditionalFormattingDialog=function(){this.conditionalFormattingModule&&this.conditionalFormattingModule.showConditionalFormattingDialog()},o.prototype.createCalculatedFieldDialog=function(){this.calculatedFieldModule&&this.calculatedFieldModule.createCalculatedFieldDialog()},o.prototype.getModuleName=function(){return"pivotview"},o.prototype.copy=function(e){this.grid.copy(e)},o.prototype.onPropertyChanged=function(i,a){for(var r=!1,n=0,o=Object.keys(i);n<o.length;n++){var s=o[n];switch(s){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&&(ne.updateDataSourceSettings(this,this.savedDataSourceSettings),this.savedDataSourceSettings=void 0),i.dataSourceSettings.dataSource&&0===i.dataSourceSettings.dataSource.length&&(this.savedDataSourceSettings=ne.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(Q,{});else if(ne.isButtonIconRefesh(s,a,i)){if(this.showGroupingBar&&this.groupingBarModule&&this.axisFieldModule.render(),this.showFieldList&&this.pivotFieldListModule){var l=ne.cloneFieldSettings(this.dataSourceSettings.rows),d=ne.cloneFieldSettings(this.dataSourceSettings.columns),p=ne.cloneFieldSettings(this.dataSourceSettings.values),h=ne.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(J,{})}}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(Q,{}));break;case"height":case"width":this.layoutRefresh();break;case"maxNodeLimitInMemberEditor":this.maxNodeLimitInMemberEditor<=0&&(this.maxNodeLimitInMemberEditor=1);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 _e(this)),this.grid||this.renderEmptyGrid();break;case"Chart":this.grid&&(this.grid.destroy(),this.grid=void 0,null!==(m=t.select("#"+this.element.id+"_grid",this.element))&&t.remove(m)),this.pivotChartModule||(this.pivotChartModule=new _e(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);this.showToolbar&&!t.isNullOrUndefined(i.displayOption)&&i.displayOption.view&&("Chart"===i.displayOption.view?(this.toolbarModule.createChartMenu(),this.toggleButtonState("e-toolbar-grid","add"),this.toggleButtonState("e-toolbar-chart","remove")):"Table"===i.displayOption.view?((m=t.select("#"+this.element.id+"_grid",this.element)).style.display="block",this.toggleButtonState("e-toolbar-chart","add"),this.toggleButtonState("e-toolbar-grid","remove")):(this.toolbarModule.createChartMenu(),this.toggleButtonState("e-toolbar-grid","remove"),this.toggleButtonState("e-toolbar-chart","remove")));var u="pivot"===this.dataType?this.engineModule:this.olapEngineModule;t.isNullOrUndefined(u.fieldList)&&t.isNullOrUndefined(u.pivotValues)||this.notify(X,{}),this.isScrolling&&Object.prototype.hasOwnProperty.call(i,"pivotValues")&&i.pivotValues.length>0&&this.showWaitingPopup();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(),(Object.prototype.hasOwnProperty.call(i.gridSettings,"allowAutoResizing")||i.gridSettings.columnWidth)&&(this.layoutRefresh(),this.toolbarModule&&this.showToolbar&&this.toolbarModule.refreshToolbar());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 _e(this));var c="pivot"===this.dataType?this.engineModule:this.olapEngineModule;t.isNullOrUndefined(this.pivotChartModule)||t.isNullOrUndefined(c.pivotValues)||this.pivotChartModule.loadChart(this,this.chartSettings),t.isNullOrUndefined(c.pivotValues)||t.isNullOrUndefined(c.fieldList)||this.notify(Y,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 g="CSV"===this.dataSourceSettings.type?ne.getClonedCSVData(this.clonedDataSet):ne.getClonedData(this.clonedDataSet);this.setProperties({dataSourceSettings:{dataSource:g}},!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 ve(this)),this.notify(Q,{})),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":var m=this.grid&&this.grid.element,f=this.chart&&this.chart.element;if(this.toolbarModule&&this.showToolbar){if(this.toolbarModule.refreshToolbar(),"Both"===this.displayOption.view){var v="Table"===this.displayOption.primary;m&&(m.style.display=v?"":"none"),f&&(f.style.display=v?"none":"")}}else"Both"===this.displayOption.view&&(m&&(m.style.display=""),f&&(f.style.display=""));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),this.showGroupingBar&&this.groupingBarModule&&this.element.querySelector(".e-grouping-bar")&&(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.groupingBarModule.alignIcon.bind(this.groupingBarModule)));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()},o.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"))}},o.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)}},o.prototype.getCellTemplate=function(){return this.cellTemplateFn},o.prototype.appendHtml=function(e,i){var a=document.createElement("div");return a.innerHTML=i,t.isNullOrUndefined(a.firstChild)||e.appendChild(a.firstChild),e},o.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 Ve(this)),(this.allowDrillThrough||this.editSettings.allowEditing)&&(this.drillThroughModule=new Be(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 de(this),this.renderModule.render(!0)):this.grid&&t.remove(this.grid.element),(this.showFieldList||this.allowNumberFormatting||this.allowCalculatedField||this.toolbar||this.allowGrouping||this.gridSettings.contextMenuItems)&&(this.notify(Y,this),this.pivotFieldListModule&&this.allowDeferLayoutUpdate&&(this.pivotFieldListModule.clonedDataSource=ne.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&&(ne.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="")},o.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"))}},o.prototype.showWaitingPopup=function(){this.grid&&this.grid.element&&!this.spinnerTemplate&&"Table"===this.currentView?r.showSpinner(this.grid.element):r.showSpinner(this.element)},o.prototype.hideWaitingPopup=function(){this.grid&&this.grid.element&&!this.spinnerTemplate&&"Table"===this.currentView?r.hideSpinner(this.grid.element):r.hideSpinner(this.element)},o.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,o=!t.isNullOrUndefined(i.lastCalcFieldInfo)&&Object.keys(i.lastCalcFieldInfo).length>0,s={dataSourceSettings:ne.getClonedDataSourceSettings(i.dataSourceSettings)};i.trigger("enginePopulating",s,function(t){if((i.enableVirtualization||i.enablePaging)&&(a||r||n||o)||ne.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||o))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={}),o&&("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){s={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};o||a?(i.olapEngineModule.savedFieldList=i.olapEngineModule.fieldList,i.olapEngineModule.savedFieldListData=i.olapEngineModule.fieldListData,o?(i.olapEngineModule.updateCalcFields(i.dataSourceSettings,i.lastCalcFieldInfo),i.lastCalcFieldInfo={}):(i.olapEngineModule.onSort(i.dataSourceSettings),i.lastSortInfo={})):ne.renderOlapEngine(i,s),i.allowServerDataBinding=!1,i.setProperties({pivotValues:i.olapEngineModule.pivotValues},!0),i.allowServerDataBinding=!0,i.enginePopulatedEventMethod("updateDataSource")}else{var s={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):o?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,s,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={}}})},o.prototype.refreshPageData=function(){var e={dataSourceSettings:ne.getClonedDataSourceSettings(this.dataSourceSettings)};this.actionObj.actionName&&""!==this.actionObj.actionName&&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.actionObj.actionName&&this.actionCompleteMethod()},o.prototype.excelExport=function(e,i,a,r){if(this.isBlobData=r,"Server"===this.dataSourceSettings.mode)this.getEngine("onExcelExport",null,null,null,null,null,null,null,null,e);else{if(t.isNullOrUndefined(this.excelExportModule))return null;var n=e?e.pivotTableIds:void 0;if(n&&n.length&&i){var o=n.slice();return this.exportMultipleExcelPivotTable(o,e,i,a,r)}this.excelExportModule.exportToExcel("Excel",e,r),this.actionObj.actionName=this.getActionCompleteName();var s={exportInfo:{type:this.exportType,info:e}};this.actionObj.actionInfo=s,this.actionObj.actionName&&this.actionCompleteMethod()}return null},o.prototype.exportMultipleExcelPivotTable=function(e,i,a,r,n){var o=this;if(0!==e.length){var l=e.shift(),d=t.select("#"+l,document)?t.getInstance(t.select("#"+l,document),s):void 0,p=d&&d.excelExportModule?this.excelExportModule.exportToExcel("Excel",i,n,r,a,d):null;if(!t.isNullOrUndefined(p))return p.then(function(t){return a=1!==e.length,o.exportMultipleExcelPivotTable(e,i,a,t,n)})}return null},o.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))},o.prototype.csvExport=function(e,i,a,r){if("Server"===this.dataSourceSettings.mode)this.getEngine("onCsvExport",null,null,null,null,null,null,null,null,e);else{if(this.enableVirtualization||this.enablePaging||this.allowEngineExport||this.allowConditionalFormatting&&this.dataSourceSettings.conditionalFormatSettings.length>0){if(t.isNullOrUndefined(this.excelExportModule))return null;this.excelExportModule.exportToExcel("CSV",e,r)}else this.exportType="CSV",this.grid.csvExport(e,i,a,r);this.actionObj.actionName=this.getActionCompleteName();var n={exportInfo:{type:this.exportType,info:e}};this.actionObj.actionInfo=n,this.actionObj.actionName&&this.actionCompleteMethod()}},o.prototype.gridPdfExport=function(e,i,a,r){if(t.isNullOrUndefined(this.pdfExportModule)&&"Server"!==this.dataSourceSettings.mode)return null;var n={pdfExportProperties:e,isMultipleExport:i,isBlob:r,pdfDoc:a,currentExportView:"Table",pdfMargins:{}},o=null;if(this.trigger("beforeExport",n),this.pdfExportModule&&(this.pdfExportModule.exportProperties=n),"Server"===this.dataSourceSettings.mode)o=this.grid.pdfExport(n.pdfExportProperties,n.isMultipleExport,n.pdfDoc,n.isBlob);else{var s=n&&n.pdfExportProperties?n.pdfExportProperties.pivotTableIds:void 0;if(s&&s.length&&n.isMultipleExport){var l=s.slice();o=this.exportMultiplePdfPivotTable(l,n.pdfExportProperties,n.isMultipleExport,n.pdfDoc,n.isBlob)}else o=this.pdfExportModule.exportToPDF(n.pdfExportProperties,n.isMultipleExport,n.pdfDoc,n.isBlob)}this.actionObj.actionName=this.getActionCompleteName();var d={exportInfo:{type:"PDF",info:e}};return this.actionObj.actionInfo=d,this.actionObj.actionName&&this.actionCompleteMethod(),o},o.prototype.exportMultiplePdfPivotTable=function(e,i,a,r,n){var o=this;if(0!==e.length){var l=e.shift(),d=t.select("#"+l,document)?t.getInstance(t.select("#"+l,document),s):void 0;if(d.pdfExportModule)return d.pdfExportModule.exportProperties={pdfExportProperties:i,isMultipleExport:a,isBlob:n,pdfDoc:r,currentExportView:"Table",pdfMargins:{}},(d.pdfExportModule?d.pdfExportModule.exportToPDF(i,a,r,n,d):Promise.resolve({})).then(function(t){return a=1!==e.length,o.exportMultiplePdfPivotTable(e,i,a,t,n)})}return null},o.prototype.chartExport=function(e,i,r,n,o){var s={pdfExportProperties:i,isMultipleExport:r,isBlob:o,pdfDoc:n,type:e,currentExportView:"Chart",pdfMargins:{}};this.trigger("beforeExport",s),this.chartExportModule&&(this.chartExportModule.exportProperties=s);var l,d=s.fileName?s.fileName:t.isNullOrUndefined(i)||t.isNullOrUndefined(i.fileName)?"default":i.fileName;if("PDF"===e)l=this.chartExportModule.pdfChartExport(s.pdfExportProperties,s.pdfDoc,s.isMultipleExport,s.isBlob);else{var p=0===s.orientation||s.orientation?s.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(s.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},o.prototype.pdfExport=function(e,t,i,a,r){var n=this,o=null;return new Promise(function(s){if(r&&"Both"===n.displayOption.view)"Chart"===n.displayOption.primary?n.chartExport("PDF",e,!0,i,!1).then(function(i){o=n.gridPdfExport(e,t,i,a),s(o)}):n.gridPdfExport(e,!0,i,!1).then(function(i){o=n.chartExport("PDF",e,t,i,a),s(o)});else{var l=n.gridPdfExport(e,t,i,a);s(l)}})},o.prototype.printChart=function(){this.chart&&this.chart.print()},o.prototype.onDrill=function(e,i){var a=this,r=this.dataSourceSettings.drilledMembers[0]&&this.dataSourceSettings.drilledMembers[0].delimiter?this.dataSourceSettings.drilledMembers[0].delimiter:"**",n="",o="",s="";if(i?(n=i.fieldName,o=i.cell.axis,s=i.isDrilled?"up":"down"):(n="row"===(o=e.closest("td.e-rowsheader")?"row":"column")?t.closest(e,"td").getAttribute("fieldname"):t.closest(e,"th").getAttribute("fieldname"),s=e.classList.contains(C)?"up":"down"),"pivot"===this.dataType){var l=ne.cloneDrillMemberSettings(this.dataSourceSettings.drilledMembers),d="row"===o?parseInt(t.closest(e,"td").getAttribute("aria-colindex"),10)-1:parseInt(t.closest(e,"th").getAttribute("aria-colindex"),10)-1,p="row"===o?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=ne.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:o,action:s,currentCell:h},b={drillInfo:y,pivotview:S,cancel:!1};S.trigger("drill",b,function(t){if(t.cancel)a.hideWaitingPopup(),a.setProperties({dataSourceSettings:{drilledMembers:l}},!0);else{var i={dataSourceSettings:ne.getClonedDataSourceSettings(a.dataSourceSettings)};if(S.trigger("enginePopulating",i),S.setProperties({dataSourceSettings:i.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 r={dataSourceSettings:ne.getClonedDataSourceSettings(i.dataSourceSettings),pivotValues:a.pivotValues};a.trigger("enginePopulated",r),S.engineModule.pivotValues=r.pivotValues;var n={drillInfo:y};a.actionObj.actionInfo=n,a.captureFocusInfo(e),S.renderPivotGrid(),setTimeout(function(){a.restoreFocusAfterRefresh()},100)}}})}else this.onOlapDrill(n,o,s,r,e,i)},o.prototype.onOlapDrill=function(e,i,a,r,n,o){var s,l=this,d=this,p=ne.cloneDrillMemberSettings(this.dataSourceSettings.drilledMembers);if(o)s=o.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"));s=this.olapEngineModule.pivotValues[u][h]}var c="row"===i?this.olapEngineModule.tupRowInfo[s.ordinal]:this.olapEngineModule.tupColumnInfo[s.ordinal],g={axis:i,action:a,fieldName:e,delimiter:"~~",memberName:c.uNameCollection,currentCell:s};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(s.hierarchy.toString()),S=ne.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,s,this.olapEngineModule.fieldList[s.hierarchy]&&!this.olapEngineModule.fieldList[s.hierarchy].hasAllMember?s.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[q=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[s.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===(_=ne.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){G={name:g.fieldName,items:[b],delimiter:"~~"};S?S.push(G):S=[G]}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:ne.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:ne.getClonedDataSourceSettings(t.dataSourceSettings),pivotValues:d.olapEngineModule.pivotValues};l.trigger("enginePopulated",i),l.olapEngineModule.pivotValues=i.pivotValues,l.renderPivotGrid()}})}else{delete this.olapEngineModule.drilledSets[s.actualText];for(var x=this.olapEngineModule.getDrilledSets(g.memberName,s,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,V=R;H<V.length;H++){for(var q=V[H],M=x[q],U=[],D=0,O=S.length;D<O;D++){var B=M;if((F=S[D]).name===g.fieldName&&U.push(F),F.delimiter&&(B=M.replace(/~~/g,F.delimiter)),!f){for(var E=[],I=0;I<F.items.length;I++)0!==F.items[I].indexOf(B)&&(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 _=ne.inArray(b,U[0].items);-1===_&&U[0].items.push(b)}else{var G={name:g.fieldName,items:[b],delimiter:"~~"};S?S.push(G):S=[G]}}for(var z=[],W=0,Q=S;W<Q.length;W++){var Y=Q[W];Y.items.length>0&&z.push(Y)}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:ne.getClonedDataSourceSettings(l.dataSourceSettings)};l.trigger("enginePopulating",t),l.setProperties({dataSourceSettings:t.dataSourceSettings},!0),l.setProperties({dataSourceSettings:{drilledMembers:z}},!0),l.olapEngineModule.updateDrilledInfo(l.dataSourceSettings),l.allowServerDataBinding=!1,l.setProperties({pivotValues:l.olapEngineModule.pivotValues},!0),l.allowServerDataBinding=!0;var i={dataSourceSettings:ne.getClonedDataSourceSettings(t.dataSourceSettings),pivotValues:d.olapEngineModule.pivotValues};l.trigger("enginePopulated",i),l.olapEngineModule.pivotValues=i.pivotValues,l.renderPivotGrid()}})}},o.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 o,s=this.element.querySelector(".e-content-virtualtable")?this.element.querySelector(".e-content-virtualtable"):this.element.querySelector(".e-content"),l=this.element.querySelector(".e-headercontent"),d=this.virtualScrollSettings&&this.virtualScrollSettings.allowSinglePage&&"pivot"===this.dataType;if(this.grid){var p=this.element.querySelector(".e-gridcontent"),h=s.parentElement.offsetWidth<s.querySelector("."+w).offsetWidth,u="pivot"===this.dataType?this.engineModule:this.olapEngineModule;if(this.enableVirtualization&&u&&this.virtualscrollModule){if(d&&this.element.querySelector("."+G)&&(t.removeClass([l,s],["e-virtual-pivot-content"]),t.addClass([this.element.querySelector("."+G)],["e-hide-loader"]),this.grid&&this.grid.element.querySelector(".e-spinner-inner")&&t.removeClass([this.grid.element.querySelector(".e-spinner-inner")],["e-hide-loader"])),d){var c=this.element.querySelector("."+G);if(c||(c=t.createElement("div",{className:G+" e-hide-loader",innerHTML:this.localeObj.getConstant("loading")}),this.grid.element&&!this.element.querySelector("."+G)&&this.grid.element.insertBefore(c,this.grid.element.firstElementChild)),this.element.querySelector("."+R)&&this.element.querySelector(".e-gridcontent")){var g=this.element.querySelector(".e-gridcontent").offsetHeight+this.element.querySelector("."+R).offsetHeight;t.setStyleAttribute(c,{height:g+"px",width:this.element.querySelector("."+R).offsetWidth+"px",padding:Math.floor(g/2)+"px"})}}if(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"),o=p.querySelector("."+F),p&&!o){this.virtualTableDiv=t.createElement("div",{className:F}),p.appendChild(this.virtualTableDiv),o=p.querySelector("."+F),this.virtualScrollDiv=t.createElement("div",{className:"e-movablescroll"}),o.appendChild(this.virtualScrollDiv),t.setStyleAttribute(o,{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*u.rowCount+.1-f.clientHeight;v>this.scrollerBrowserLimit&&(this.verticalScrollScale=v/this.scrollerBrowserLimit,v=this.scrollerBrowserLimit),(a=this.gridSettings.columnWidth*u.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:p.querySelector("."+F)?p.querySelector("."+F):s;i=s.parentElement.scrollTop>this.scrollerBrowserLimit?s.querySelector("."+w).style.transform.split(",")[1].trim():(d?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(l.querySelector("."+w),{transform:b+0+"px)"}),!h&&p&&o||this.isAdaptive?o.style.display="none":o.style.display="block";var C=Number(-s.querySelector("."+w).style.transform.split("(")[1].split(",")[0].split("px")[0]);if(this.virtualscrollModule.alignFreezedCells(C,!0),h){var x=0;x=this.pivotColumns.length<25?a+s.querySelector("."+w).querySelector(".e-leftfreeze").offsetWidth+(p.offsetWidth-p.clientWidth):a+(p.offsetWidth-p.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(l.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.appendToElement(),this.renderModule.setValuePanelWidth()),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";this.showToolbar&&this.toolbarModule&&this.toolbarModule.toolbar&&this.gridSettings&&!this.gridSettings.allowAutoResizing&&(this.toolbarModule.toolbar.width=this.grid?this.getGridWidthAsNumber():this.getWidthAsNumber())}if(this.unwireEvents(),this.wireEvents(),this.isChartLoaded=!1,!this.isEmptyGrid){this.trigger("dataBound");var I=document.getElementById(this.element.id+"containerwrapper");if(I&&"Both"===this.displayOption.view&&this.showFieldList&&this.element){var L=this.grid&&this.grid.element&&"none"!==this.grid.element.style.getPropertyValue("display"),A=this.chart&&this.chart.element&&"none"!==this.chart.element.style.getPropertyValue("display");if(L&&A){var k=this.showToolbar&&this.toolbarModule&&this.toolbarModule.toolbar&&this.toolbarModule.toolbar.element?this.toolbarModule.toolbar.element.offsetHeight:0,j=this.enablePaging&&this.pagerModule.pager&&this.pagerModule.pager.element?this.pagerModule.pager.element.offsetHeight:0,H=this.grid&&this.grid.element?this.grid.element.offsetHeight:0,V=0,q=0;this.showGroupingBar&&this.groupingBarModule&&(V=this.groupingBarModule.groupingTable?this.groupingBarModule.groupingTable.offsetHeight:0,q=this.groupingBarModule.groupingChartTable?this.groupingBarModule.groupingChartTable.offsetHeight:0);var U=k+V+H+j+(q+(this.chart&&this.chart.element?this.chart.element.offsetHeight:0));U>0&&(I.style.minHeight=U-2+"px")}else I.style.removeProperty("min-Height")}}if(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&&"Open field list"!==this.actionObj.actionName&&"Field list refreshed"!==this.actionObj.actionName&&this.actionCompleteMethod()),this.groupingModule&&(this.groupingModule.isUpdate=!1),this.engineModule&&this.engineModule.clearProperties(),this.virtualscrollModule&&this.grid&&this.virtualscrollModule.onHorizondalScroll(l,s,o),!this.isAdaptive&&this.enableVirtualization&&s&&this.virtualscrollModule&&!d){var B=s.parentElement.parentElement.querySelector(".e-movablescrolldiv");if(a<3*s.parentElement.clientWidth)s.style.overflowX="visible",B.style.display="none",l.scrollLeft=s.parentElement.scrollLeft,t.setStyleAttribute(s.querySelector("."+w),{transform:"translate(0px,"+i}),t.setStyleAttribute(l.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 _=this.element.querySelector(".e-gridcontent").querySelector(".e-content").scrollLeft;s.style.overflowX="auto",B.style.display="block",0!==_&&(B.scrollLeft=_),B.scrollLeft!==s.scrollLeft&&0!==s.scrollLeft&&(B.scrollLeft=s.scrollLeft)}}this.isStaticRefresh=!1},o.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 o,s,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]&&(o=(h=this.olapEngineModule.fieldList[d]).isCalculatedField?h.type:h.aggregateType,s=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];o="DistinctCount"===(o=h.aggregateType)||"number"===h.type&&"include"!==h.type&&"exclude"!==h.type?void 0===o?"Sum":h.aggregateType:"Count",s=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:o,valueField:s,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=this.grid.getColumns()[a];g=y.disableHtmlEncode?this.encodeHtml(g):g,c=y.disableHtmlEncode?this.encodeHtml(c):c;var b="<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(o)+" "+this.localeObj.getConstant("of")+" ")+s+":</p><p class=e-tooltipcontent>"+m+"</p></div>":""),C=function(){return b};this.tooltip.content=t.initializeCSPTemplate(C)}}else e.cancel=!0},o.prototype.encodeHtml=function(e){var i=t.createElement("div");return i.innerText=e,i.innerHTML},o.prototype.getTooltipTemplate=function(){return this.tooltipTemplateFn},o.prototype.getHeaderField=function(e,t,i){var a,r="",n="olap"===this.dataType?this.olapEngineModule:this.engineModule,o=n.valueSortSettings.headerDelimiter;if("row"===i){a=this.pivotValues[e][0].valueSort.levelName.toString().split(o).length;for(var s=0;s<a&&this.dataSourceSettings.rows.length>0&&this.dataSourceSettings.rows[s];s++)r+=(s?" - ":"")+(this.dataSourceSettings.rows[s].caption?this.dataSourceSettings.rows[s].caption:this.dataSourceSettings.rows[s].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(o).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},o.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},o.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},o.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},o.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(" "))},o.prototype.mouseRclickHandler=function(e){3===e.which?this.lastCellClicked=e.target:0===e.which&&(this.lastCellClicked=e.target),this.lastCellClicked=e.target},o.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)},o.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,o=Number(a.getAttribute("index")),s={cancel:!1,isCellClick:!0,currentCell:a,data:this.pivotValues[o][n]};this.trigger("cellSelecting",s,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()}})}}}},o.prototype.mouseUpHandler=function(){this.isCellBoxMultiSelection&&(this.isMouseDown=!1,this.isMouseUp=!0)},o.prototype.parentAt=function(e,t){for(;e.tagName!==t&&e.parentElement;)e=e.parentElement;return e},o.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"),o=r||n?"row":"column";if(a="column"===o?t.closest(i,"th"):t.closest(i,"td"),"column"!==o||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 s=i.parentElement.getAttribute("fieldname"),l=ne.getFieldInfo(s,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){O=e instanceof Error?e:new Error("Unknown error");this.actionFailureMethod(O)}}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)&&"olap"!==this.dataType&&"Server"!==this.dataSourceSettings.mode||("olap"===this.dataType||"Server"===this.dataSourceSettings.mode)&&(h&&"column"===this.dataSourceSettings.valueAxis&&!a.classList.contains("e-leftfreeze")||u&&"row"===this.dataSourceSettings.valueAxis)){if((!t.isNullOrUndefined(r)||h)&&t.isNullOrUndefined(n)){var c=a.getAttribute("fieldname"),l=ne.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){var O=e instanceof Error?e:new Error("Unknown error");this.actionFailureMethod(O)}}}},o.prototype.captureFocusInfo=function(e){var t=e.closest("td.e-focus.e-focused")||e.closest("th.e-focus");if(t){var i=this.grid.focusModule,a=Number(t.getAttribute("index")),r=Number(t.getAttribute("aria-colindex")),n=t.getAttribute("fieldname")||"",o=[],s=i.getContent();s&&s.matrix&&s.matrix.current&&(o=s.matrix.current),this.focusedCellInfo={rowIndex:a,colIndex:r,fieldName:n,matrix:o}}},o.prototype.restoreFocusAfterRefresh=function(){if(this.focusedCellInfo){var e=this.focusedCellInfo,i=this.element.querySelector('[index="'+e.rowIndex+'"][aria-colindex="'+e.colIndex+'"]');if(i){var a=this.element.querySelector("th.e-leftfreeze.e-focus.e-focused");a&&t.removeClass([a],["e-focused","e-focus"]);var r=this.grid.focusModule;if(i.focus(),!i.classList.contains("e-focused")){t.addClass([i],["e-focused","e-focus"]),r.setActive("TD"===i.tagName);var n=r.getContent();n&&n.matrix&&n.matrix.current&&(n.matrix.current=this.focusedCellInfo.matrix)}r.currentInfo=Vt({},r.currentInfo,{element:i,elementToFocus:i})}this.focusedCellInfo=null}},o.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}},o.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)}}},o.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 o="0.formattedText"===r.field?"":r.customAttributes?r.customAttributes.cell.valueSort.levelName:"",s=t.isNullOrUndefined(r.customAttributes)&&""===r.headerText?r.field:o;r.allowReordering=this.pivotColumns[this.posCount].allowReordering,r.allowResizing=this.pivotColumns[this.posCount].allowResizing,r.autoFit=this.pivotColumns[this.posCount].autoFit;var l=this.renderModule.setSavedWidth(s,Number(this.pivotColumns[this.posCount].width));r.autoFit?this.renderModule.isAutoFitEnabled=!0:"auto"!==r.width?r.width=l:r.minWidth=l,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)}},o.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)}},o.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)},o.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}},o.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},o.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},o.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},o.prototype.onWindowResize=function(){this.actionObj.actionName="Window resize",this.isWindowResized=!0,this.actionBeginMethod()||(clearTimeout(this.timeOutObj),this.timeOutObj=setTimeout(this.layoutRefresh.bind(this),500),this.actionObj.actionName=this.getActionCompleteName(),this.actionObj.actionName&&this.actionCompleteMethod())},o.prototype.refresh=function(){this.pivotRefresh()},o.prototype.layoutRefresh=function(){if(this.element&&this.element.classList.contains("e-pivotview")){if(this.grid){var e="olap"===this.dataType?this.olapEngineModule&&(this.olapEngineModule.pivotValues||[]):this.engineModule&&(this.engineModule.pivotValues||[]),i=(e[0]||[]).length>1?e[0].length:2,a="olap"===this.dataType?this.olapEngineModule&&!t.isNullOrUndefined(this.olapEngineModule.isEmptyData)&&this.olapEngineModule.isEmptyData:this.engineModule&&!t.isNullOrUndefined(this.engineModule.isEmptyData)&&this.engineModule.isEmptyData,r=this.renderModule.calculateColWidth(i);(a||0===e.length||"pivot"===this.dataType&&0===this.dataSourceSettings.values.length)&&(r-=3),this.setCommonColumnsWidth(this.grid.columns,r),this.triggerColumnRenderEvent(this.grid.columns),this.grid.width=this.renderModule.calculateGridWidth(),this.renderModule.calculateGridHeight(!0),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.toolbarModule.toolbar.element.style.minWidth=this.toolbarModule.toolbar.width-2+"px"),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())}},o.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,o=Number(i.getAttribute("index")),s=Number(i.getAttribute("aria-colspan")),l={cancel:!1,isCellClick:!0,currentCell:i,data:this.pivotValues[o][n]};this.trigger("cellSelecting",l,function(e){!r.gridSettings.allowSelection||r.gridSettings.selectionSettings&&r.gridSettings.selectionSettings.enableSimpleMultiRowSelection||(("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+(s>0?s-1:0),o)),"Column"===r.gridSettings.selectionSettings.mode||i.classList.contains("e-columnsheader")||r.rowDeselect(i,a,o,r.gridSettings.selectionSettings.mode,e),"Column"===r.gridSettings.selectionSettings.mode||e.cancel||(("Multiple"===r.gridSettings.selectionSettings.type?a.ctrlKey||a.shiftKey:r.selectedRowIndex===o)?(r.selectedRowIndex=void 0,r.setProperties({gridSettings:{selectedRowIndex:void 0}},!0)):(r.selectedRowIndex=o,r.setProperties({gridSettings:{selectedRowIndex:o-1}},!0),r.grid.selectionModule.selectRow(o-r.renderModule.rowStartPos),i.classList.add("e-focused")))),r.cellClick&&e.isCellClick&&r.trigger("cellClick",{currentCell:i,data:r.pivotValues[o][n],nativeEvent:a}),r.getSelectedCellsPos()})}else this.clearSelection(null,a)},o.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 o='[index="'+a+'"]';t.addClass(this.element.querySelectorAll(o),[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())},o.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 o=0,s=[].slice.call(this.element.querySelectorAll(".e-columnsheader."+A));o<s.length;o++){var l=s[o],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])}}},o.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,this.setProperties({gridSettings:{selectedRowIndex:void 0}},!0);else{this.selectedRowIndex=t,this.setProperties({gridSettings:{selectedRowIndex:t-1}},!0);var r=a.level,n=t;do{n++,a=this.engineModule.pivotValues[n][e]}while(a&&r<a.level);var o=this;this.isAdaptive?this.rowRangeSelection={enable:!0,startIndex:t-o.renderModule.rowStartPos,endIndex:n-(1+o.renderModule.rowStartPos)}:o.grid.selectionModule.selectRowsByRange(t-o.renderModule.rowStartPos,n-(1+o.renderModule.rowStartPos))}},o.prototype.applyColumnSelection=function(e,i,a,r,n){if(!i.classList.contains(T)&&("Cell"!==this.gridSettings.selectionSettings.mode||i.classList.contains("e-columnsheader"))){var o=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"),o=!0):(this.element.querySelector(".e-rowselect").classList.remove("e-spanclicked"),o=!1));for(var s=[],l=this.gridSettings.selectionSettings.type,d=i.classList.contains("e-active"),p=[],h={},u=a;u<=r;u++)p.push(u.toString());if(o&&"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;)s.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(s.toString()));C<x.length;C++){var w=x[C];Number(w.getAttribute("index"))>=n&&(b&&o&&-1===f.indexOf(w.getAttribute("index"))?t.removeClass([w],["e-active",A]):t.addClass([w],["e-active",A]))}}this.renderModule.selected()}},o.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()})}},o.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 o=0,s=[].slice.call(this.cellSelectionPos);o<s.length;o++){var r=s[o],n='[aria-colindex="'+(parseInt(r.colIndex,10)+1)+'"][index="'+r.rowIndex+'"]';t.addClass([e.element.querySelector(n)],[L])}},o.prototype.renderEmptyGrid=function(){var e=this;if(this.isEmptyGrid=!0,this.notEmpty=!1,this.isInitial=!0,this.renderModule=this.renderModule?this.renderModule:new de(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()})}},o.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:ne.getClonedDataSourceSettings(this.dataSourceSettings)};this.trigger("enginePopulating",r,function(t){ne.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};"pivot"===e.dataType?("Server"!==e.dataSourceSettings.mode&&(e.updateClonedReport(),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")):"SSAS"===e.dataSourceSettings.providerType&&"olap"===e.dataType&&(i.savedFieldList=e.olapEngineModule.fieldList,i.savedFieldListData=e.olapEngineModule.fieldListData,ne.renderOlapEngine(e,i),e.allowServerDataBinding=!1,e.setProperties({pivotValues:e.olapEngineModule.pivotValues},!0),e.allowServerDataBinding=!0,e.enginePopulatedEventMethod("initEngine"))})},o.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(X,{}),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()})}},o.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)))},o.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(X,{}),this.hideWaitingPopup()):(this.notify(X,{}),this.hideWaitingPopup())},o.prototype.getValueCellInfo=function(e){var t=e;return this.trigger("aggregateCellInfo",t),t},o.prototype.getHeaderSortInfo=function(e){var t=e;return this.trigger("onHeadersSort",t),t},o.prototype.getBeforeServiceInvoke=function(e){return this.trigger("beforeServiceInvoke",e),e},o.prototype.getAfterServiceInvoke=function(e){return this.trigger("afterServiceInvoke",e),e},o.prototype.bindTriggerEvents=function(e){this.trigger(n.getObject("name",e),e)},o.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))},o.prototype.executeQuery=function(e){this.element.querySelector(".e-spinner-pane")||this.showWaitingPopup();var i=this;this.dataManager=this.dataSourceSettings.dataSource,i.engineModule.data=e.result&&e.result.result?e.result.result: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(X,{}))},o.prototype.applyFormatting=function(e,i){if(e){for(var a=[],r=e.length,n=0;n<r;n++)t.isNullOrUndefined(e[n])||void 0!==e[n][0]||a.push(n);for(var o=t.isNullOrUndefined(i)?this.dataSourceSettings:i,n=0;n<e.length;n++)for(var s=this.isTabular?this.engineModule.rowMaxLevel+1:1;e[n]&&s<e[n].length;s++)if("value"===e[n][s].axis&&""!==e[n][s].formattedText){e[n][s].style=void 0,e[n][s].cssClass=void 0;for(var l=o.conditionalFormatSettings,d=0;d<l.length;d++)!0!==l[d].applyGrandTotals&&!t.isNullOrUndefined(l[d].applyGrandTotals)&&e[n][s].isGrandSum||this.checkCondition(e[n][s].value,l[d].conditions,l[d].value1,l[d].value2)&&(l[d].measure&&e[n][s].actualText!==l[d].measure||void 0!==l[d].measure&&""===l[d].measure||void 0!==l[d].label&&""===l[d].label||!(!l[d].label||e[n][0].valueSort.levelName.indexOf(l[d].label)>-1||e[n][s].rowHeaders.indexOf(l[d].label)>-1||e[n][s].columnHeaders.indexOf(l[d].label)>-1)||(l[d].style&&l[d].style.backgroundColor&&(l[d].style.backgroundColor="#"===l[d].style.backgroundColor.charAt(0)&&this.conditionalFormattingModule.isHex(l[d].style.backgroundColor.substr(1))?l[d].style.backgroundColor:this.conditionalFormattingModule.colourNameToHex(l[d].style.backgroundColor)),l[d].style&&l[d].style.color&&(l[d].style.color="#"===l[d].style.color.charAt(0)&&this.conditionalFormattingModule.isHex(l[d].style.color.substr(1))?l[d].style.color:this.conditionalFormattingModule.colourNameToHex(l[d].style.color)),e[n][s].style=l[d].style,e[n][s].cssClass="format"+this.element.id+d))}for(var p=o.conditionalFormatSettings,d=0;d<p.length;d++){var h=this.createStyleSheet.bind(this)(),u="color: "+p[d].style.color+"!important;background-color: "+p[d].style.backgroundColor+"!important;font-size: "+p[d].style.fontSize+"!important;font-family: "+p[d].style.fontFamily+" !important;",c=".format"+this.element.id+d;h.insertRule(c+", "+c+" .e-cellvalue{"+u+"}",0)}}},o.prototype.createStyleSheet=function(){var e=document.createElement("style");return e.textContent="",document.head.appendChild(e),e.sheet},o.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,o=0;o<n.length;o++)if(this.checkCondition(e[r][p].value,n[o].conditions,n[o].value1,n[o].value2)){var s="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[o].measure||1===this.dataSourceSettings.values.length||e[s][l].valueSort&&e[s][l].actualText===n[o].measure)&&(!n[o].label||e[i[n[o].label.split(".").length-1]]&&e[i[n[o].label.split(".").length-1]][p]&&e[i[n[o].label.split(".").length-1]][p].valueSort&&e[i[n[o].label.split(".").length-1]][p].valueSort[n[o].label]||e[r][0].valueSort.levelName.indexOf(n[o].label)>-1)&&(e[r][p].enableHyperlink=!0)}}if(t.isNullOrUndefined(this.hyperlinkSettings.headerText)||""===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,o=0;o<i.length;o++)h=d+this.hyperlinkSettings.headerText,(d+e[i[o]][p].valueSort.levelName).indexOf(h)>-1&&(e[i[o]][p].enableHyperlink=!0,u=!0);e[r][p].enableHyperlink=u}}}},o.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}},o.prototype.updateGroupingReport=function(e,i){if(!this.clonedDataSet&&!this.clonedReport){var a=this.engineModule.data;this.clonedDataSet="CSV"===this.dataSourceSettings.type?ne.getClonedCSVData(a):ne.getClonedData(a);var r=JSON.parse(this.getPersistData()).dataSourceSettings;r.dataSource=[],this.clonedReport=this.clonedReport?this.clonedReport:r}"Server"!==this.dataSourceSettings.mode||t.isNullOrUndefined(this.groupingModule)||(this.groupingModule.isUpdate=!0);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,o="CSV"===this.dataSourceSettings.type?ne.getClonedCSVData(this.clonedDataSet):ne.getClonedData(this.clonedDataSet),s=this.dataSourceSettings,l=this.clonedReport.properties?this.clonedReport.properties:this.clonedReport,d=[s.rows,s.columns,s.values,s.filters],p=[s.filterSettings,s.sortSettings,s.formatSettings,s.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:o,groupSettings:e.length>0?s.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")&&!ne.getFieldByName(a.replace("_custom_group",""),s.groupSettings)){d[m].splice(e,1),g.splice(r,1),e--,i--,a=a.split("_")[0];for(var o=!1,l=0;l<d.length&&!(o=d[l].filter(function(e){return e&&e.name===a}).length>0);l++);if(!o){u=a.split("_")[0];var p=ne.getFieldByName(u,h);if(h=h.filter(function(e){return e&&e.name!==u}),g.push(u),p)o?d[m].splice(e,1,p):d[m].splice(++e,0,p);else{var f=!1;d[m].filter(function(e){e&&e.name===u&&(f=!0)}),o||f||d[m].push({name:u})}}}else(p=ne.getFieldByName(a,h))?d[m].splice(e,1,p):u===a?d[m].splice(e,1):d[m][e]&&d[m][e].caption&&-1!==d[m][e].caption.indexOf(a)&&(d[m][e].caption=void 0);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=ne.getFilterItemByName(w,l.filterSettings),M=ne.getFieldByName(w,l.sortSettings),D=ne.getFieldByName(w,l.formatSettings),O=ne.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")&&!ne.getFieldByName(E.replace("_custom_group",""),s.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)}}},o.prototype.removeButtonFocus=function(){document.querySelectorAll(".e-btn-focused")&&t.removeClass(document.querySelectorAll(".e-btn-focused"),"e-btn-focused")},o.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),this.onWindowResizeHandler||(this.onWindowResizeHandler=this.onWindowResize.bind(this)),window.addEventListener("resize",this.onWindowResizeHandler,!0)},o.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},o.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),this.onWindowResizeHandler&&(window.removeEventListener("resize",this.onWindowResizeHandler,!0),this.onWindowResizeHandler=null)},o.prototype.actionBeginMethod=function(){"Window resize"!==this.actionObj.actionName&&(this.renderModule&&(this.renderModule.selectedCells=[]),this.isWindowResized=!1);var e={dataSourceSettings:ne.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,cancel:!1};return this.trigger(z,e),e.cancel},o.prototype.actionCompleteMethod=function(){var e={dataSourceSettings:ne.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,actionInfo:this.actionObj.actionInfo};this.trigger(W,e),this.actionObj.actionName="",this.actionObj.actionInfo=void 0,this.actionObj.fieldInfo=void 0},o.prototype.actionFailureMethod=function(e){var t={actionName:this.actionObj.actionName,errorInfo:e};this.trigger("actionFailure",t)},o.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 Z:e="Chart view shown";break;case"Hide sub-totals":e="Sub-totals hidden";break;case $:e="Row sub-totals shown";break;case ee: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 te: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 ae:e="Sub-totals position changed";break;case re:e="Grand totals position changed";break;case"Sort value":e="Value sorted";break;case ie: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},o.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},o.prototype.destroy=function(){this.timeOutObj&&(clearTimeout(this.timeOutObj),this.timeOutObj=void 0),this.removeInternalEvents(),this.engineModule&&(this.engineModule.fieldList={},this.engineModule.rMembers=null,this.engineModule.cMembers=null,this.engineModule.valueMatrix=[],this.engineModule.data=[],this.engineModule.actualData=[],this.engineModule.pivotValues=[],this.engineModule.aggregatedValueMatrix=[],this.engineModule.headerContent=null,this.engineModule.valueContent=[],this.engineModule.formatFields={},this.engineModule.calculatedFields={},this.engineModule.calculatedFormulas={},this.engineModule.groupingFields={},this.engineModule.saveDataHeaders={},this.engineModule.groupRawIndex={},this.engineModule.fieldKeys={},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.focusedCellInfo=null,this.lastColumn=null,this.pivotCommon=null,this.virtualDiv=null,this.virtualHeaderDiv=null,this.virtualScrollDiv=null,this.virtualTableDiv=null,this.lastSelectedElement=null,this.isModalDialog=!1},o.prototype.showNumberFormattingDialog=function(){this.allowNumberFormatting&&this.numberFormattingModule.showNumberFormattingDialog()},o.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},o.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)},o.prototype.updateClonedReport=function(){if(this.dataSourceSettings.groupSettings&&this.dataSourceSettings.groupSettings.length>0){"Server"!==this.dataSourceSettings.mode||t.isNullOrUndefined(this.groupingModule)||(this.groupingModule.isUpdate=!0);var e=this.engineModule.data;this.clonedDataSet=this.clonedDataSet?this.clonedDataSet:"CSV"===this.dataSourceSettings.type?ne.getClonedCSVData(e):ne.getClonedData(e);var i=JSON.parse(this.getPersistData()).dataSourceSettings;i.dataSource=[],this.clonedReport=this.clonedReport?this.clonedReport:i}};var s;return qt([t.Property("USD")],o.prototype,"currencyCode",void 0),qt([t.Property(!1)],o.prototype,"showFieldList",void 0),qt([t.Complex({},ke)],o.prototype,"gridSettings",void 0),qt([t.Complex({},Lt)],o.prototype,"chartSettings",void 0),qt([t.Complex({},_t)],o.prototype,"groupingBarSettings",void 0),qt([t.Complex({},Wt)],o.prototype,"hyperlinkSettings",void 0),qt([t.Complex({},Qt)],o.prototype,"pageSettings",void 0),qt([t.Complex({},Yt)],o.prototype,"pagerSettings",void 0),qt([t.Complex({},Le)],o.prototype,"dataSourceSettings",void 0),qt([t.Complex({},Gt)],o.prototype,"editSettings",void 0),qt([t.Complex({},Kt)],o.prototype,"displayOption",void 0),qt([t.Complex({},Xt)],o.prototype,"virtualScrollSettings",void 0),qt([t.Property()],o.prototype,"pivotValues",void 0),qt([t.Property(!1)],o.prototype,"showGroupingBar",void 0),qt([t.Property(!0)],o.prototype,"showTooltip",void 0),qt([t.Property(!1)],o.prototype,"showToolbar",void 0),qt([t.Property([])],o.prototype,"toolbar",void 0),qt([t.Property(!1)],o.prototype,"showValuesButton",void 0),qt([t.Property(!1)],o.prototype,"allowCalculatedField",void 0),qt([t.Property(!1)],o.prototype,"enableFieldSearching",void 0),qt([t.Property(!1)],o.prototype,"enableValueSorting",void 0),qt([t.Property(!1)],o.prototype,"allowConditionalFormatting",void 0),qt([t.Property(!1)],o.prototype,"allowNumberFormatting",void 0),qt([t.Property("auto")],o.prototype,"height",void 0),qt([t.Property("auto")],o.prototype,"width",void 0),qt([t.Property(!1)],o.prototype,"allowExcelExport",void 0),qt([t.Property(!1)],o.prototype,"enableVirtualization",void 0),qt([t.Property(!1)],o.prototype,"enablePaging",void 0),qt([t.Property(!1)],o.prototype,"allowDrillThrough",void 0),qt([t.Property(!1)],o.prototype,"allowPdfExport",void 0),qt([t.Property(!1)],o.prototype,"allowDeferLayoutUpdate",void 0),qt([t.Property(!1)],o.prototype,"allowDataCompression",void 0),qt([t.Property(1e3)],o.prototype,"maxNodeLimitInMemberEditor",void 0),qt([t.Property(1e4)],o.prototype,"maxRowsInDrillThrough",void 0),qt([t.Property(!0)],o.prototype,"loadOnDemandInMemberEditor",void 0),qt([t.Property(!1)],o.prototype,"enableHtmlSanitizer",void 0),qt([t.Property()],o.prototype,"cellTemplate",void 0),qt([t.Property()],o.prototype,"toolbarTemplate",void 0),qt([t.Property()],o.prototype,"tooltipTemplate",void 0),qt([t.Property()],o.prototype,"spinnerTemplate",void 0),qt([t.Property(!1)],o.prototype,"allowGrouping",void 0),qt([t.Property(!0)],o.prototype,"exportAllPages",void 0),qt([t.Property(["Sum","Count","DistinctCount","Product","Min","Max","Avg","Median","Index","PopulationVar","SampleVar","PopulationStDev","SampleStDev","RunningTotals","PercentageOfRunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"])],o.prototype,"aggregateTypes",void 0),qt([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"])],o.prototype,"chartTypes",void 0),qt([t.Property("")],o.prototype,"cssClass",void 0),qt([t.Event()],o.prototype,"queryCellInfo",void 0),qt([t.Event()],o.prototype,"headerCellInfo",void 0),qt([t.Event()],o.prototype,"resizing",void 0),qt([t.Event()],o.prototype,"resizeStop",void 0),qt([t.Event()],o.prototype,"pdfHeaderQueryCellInfo",void 0),qt([t.Event()],o.prototype,"pdfQueryCellInfo",void 0),qt([t.Event()],o.prototype,"excelHeaderQueryCellInfo",void 0),qt([t.Event()],o.prototype,"excelQueryCellInfo",void 0),qt([t.Event()],o.prototype,"columnDragStart",void 0),qt([t.Event()],o.prototype,"columnDrag",void 0),qt([t.Event()],o.prototype,"columnDrop",void 0),qt([t.Event()],o.prototype,"beforePdfExport",void 0),qt([t.Event()],o.prototype,"beforeExcelExport",void 0),qt([t.Event()],o.prototype,"beforeColumnsRender",void 0),qt([t.Event()],o.prototype,"selected",void 0),qt([t.Event()],o.prototype,"selecting",void 0),qt([t.Event()],o.prototype,"cellDeselected",void 0),qt([t.Event()],o.prototype,"rowSelected",void 0),qt([t.Event()],o.prototype,"rowDeselected",void 0),qt([t.Event()],o.prototype,"chartTooltipRender",void 0),qt([t.Event()],o.prototype,"chartLegendClick",void 0),qt([t.Event()],o.prototype,"beforePrint",void 0),qt([t.Event()],o.prototype,"animationComplete",void 0),qt([t.Event()],o.prototype,"legendRender",void 0),qt([t.Event()],o.prototype,"textRender",void 0),qt([t.Event()],o.prototype,"pointRender",void 0),qt([t.Event()],o.prototype,"seriesRender",void 0),qt([t.Event()],o.prototype,"chartMouseMove",void 0),qt([t.Event()],o.prototype,"chartMouseClick",void 0),qt([t.Event()],o.prototype,"pointMove",void 0),qt([t.Event()],o.prototype,"chartMouseLeave",void 0),qt([t.Event()],o.prototype,"chartMouseDown",void 0),qt([t.Event()],o.prototype,"chartMouseUp",void 0),qt([t.Event()],o.prototype,"dragComplete",void 0),qt([t.Event()],o.prototype,"zoomComplete",void 0),qt([t.Event()],o.prototype,"scrollStart",void 0),qt([t.Event()],o.prototype,"scrollEnd",void 0),qt([t.Event()],o.prototype,"scrollChanged",void 0),qt([t.Event()],o.prototype,"multiLevelLabelRender",void 0),qt([t.Event()],o.prototype,"chartLoaded",void 0),qt([t.Event()],o.prototype,"chartLoad",void 0),qt([t.Event()],o.prototype,"chartResized",void 0),qt([t.Event()],o.prototype,"chartAxisLabelRender",void 0),qt([t.Event()],o.prototype,"multiLevelLabelClick",void 0),qt([t.Event()],o.prototype,"chartPointClick",void 0),qt([t.Event()],o.prototype,"contextMenuClick",void 0),qt([t.Event()],o.prototype,"contextMenuOpen",void 0),qt([t.Event()],o.prototype,"onPdfCellRender",void 0),qt([t.Event()],o.prototype,"saveReport",void 0),qt([t.Event()],o.prototype,"fetchReport",void 0),qt([t.Event()],o.prototype,"loadReport",void 0),qt([t.Event()],o.prototype,"renameReport",void 0),qt([t.Event()],o.prototype,"removeReport",void 0),qt([t.Event()],o.prototype,"newReport",void 0),qt([t.Event()],o.prototype,"toolbarRender",void 0),qt([t.Event()],o.prototype,"toolbarClick",void 0),qt([t.Event()],o.prototype,"load",void 0),qt([t.Event()],o.prototype,"enginePopulating",void 0),qt([t.Event()],o.prototype,"enginePopulated",void 0),qt([t.Event()],o.prototype,"onFieldDropped",void 0),qt([t.Event()],o.prototype,"fieldDrop",void 0),qt([t.Event()],o.prototype,"fieldDragStart",void 0),qt([t.Event()],o.prototype,"dataBound",void 0),qt([t.Event()],o.prototype,"created",void 0),qt([t.Event()],o.prototype,"destroyed",void 0),qt([t.Event()],o.prototype,"beforeExport",void 0),qt([t.Event()],o.prototype,"exportComplete",void 0),qt([t.Event()],o.prototype,"conditionalFormatting",void 0),qt([t.Event()],o.prototype,"memberFiltering",void 0),qt([t.Event()],o.prototype,"cellClick",void 0),qt([t.Event()],o.prototype,"drillThrough",void 0),qt([t.Event()],o.prototype,"editCompleted",void 0),qt([t.Event()],o.prototype,"beginDrillThrough",void 0),qt([t.Event()],o.prototype,"hyperlinkCellClick",void 0),qt([t.Event()],o.prototype,"cellSelecting",void 0),qt([t.Event()],o.prototype,"drill",void 0),qt([t.Event()],o.prototype,"cellSelected",void 0),qt([t.Event()],o.prototype,"chartSeriesCreated",void 0),qt([t.Event()],o.prototype,"aggregateCellInfo",void 0),qt([t.Event()],o.prototype,"fieldListRefreshed",void 0),qt([t.Event()],o.prototype,"memberEditorOpen",void 0),qt([t.Event()],o.prototype,"calculatedFieldCreate",void 0),qt([t.Event()],o.prototype,"numberFormatting",void 0),qt([t.Event()],o.prototype,"aggregateMenuOpen",void 0),qt([t.Event()],o.prototype,"fieldRemove",void 0),qt([t.Event()],o.prototype,"beforeServiceInvoke",void 0),qt([t.Event()],o.prototype,"afterServiceInvoke",void 0),qt([t.Event()],o.prototype,"actionBegin",void 0),qt([t.Event()],o.prototype,"actionComplete",void 0),qt([t.Event()],o.prototype,"actionFailure",void 0),qt([t.Event()],o.prototype,"onHeadersSort",void 0),o=s=qt([t.NotifyPropertyChanges],o)}(t.Component),Zt=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}(),$t=function(){function e(e){this.parent=e}return e.prototype.updateThemeStyle=function(e,i){return t.extend(i,e)},e.prototype.getCaptionThemeStyle=function(e,t){return this.updateThemeStyle(e.caption,t)},e.prototype.getHeaderThemeStyle=function(e,t){return this.updateThemeStyle(e.header,t)},e.prototype.getRecordThemeStyle=function(e,t){return this.updateThemeStyle(e.record,t)},e.prototype.setImage=function(e,t,i,a){var r={image:e.image.base64,row:i,column:t+1,lastRow:i,lastColumn:t+1,firstRowOffset:e.image.firstRowOffset,firstColumnOffset:e.image.firstColumnOffset};return e.image.width&&e.image.height&&(r.width=e.image.width,r.height=e.image.height),this.parent.excelExportModule.images.push(r),(a>e.image.height?a:e.image.height)||50},e}(),ei=function(){function e(e){this.actualrCnt=0,this.images=[],this.workSheet=[],this.isHeaderIncluded=!1,this.book={},t.initializeTelemetryFeature("ExcelExport","PivotTable"),this.parent=e,this.excelExportHelper=new $t(this.parent),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 o=e.rows,s=0;s<o.length;s++){var l=0;n=[];for(var d=o[s],p=0;p<d.cells.length;p++){var h={index:l+1,value:d.cells[p].value,colSpan:d.cells[p].colSpan,rowSpan:d.cells[p].rowSpan,style:t.isNullOrUndefined(this.theme)||t.isNullOrUndefined(this.theme.caption)?d.cells[p].style:this.excelExportHelper.getCaptionThemeStyle(this.theme,d.cells[p].style)};d.cells[p].hyperlink&&(h.hyperlink={target:d.cells[p].hyperlink.target},h.value=d.cells[p].value?d.cells[p].value:d.cells[p].hyperlink.displayText),n.push(h),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,r,n,o){var s=this;return new Promise(function(l,d){try{s.actualrCnt=0;var p="AppendToSheet",h=5;t.isNullOrUndefined(i)||t.isNullOrUndefined(i.multipleExport)||(p=t.isNullOrUndefined(i.multipleExport.type)?"AppendToSheet":i.multipleExport.type,t.isNullOrUndefined(i.multipleExport.blankRows)||(h=i.multipleExport.blankRows)),t.isNullOrUndefined(r)?(s.workSheet=[],s.rows=[],s.columns=[],s.images=[]):"NewSheet"===p?(s.rows=[],s.columns=[],s.images=[]):(s.workSheet=[],s.rows=r.worksheets[0].rows,s.columns=r.worksheets[0].columns,s.images=r.worksheets[0].images,s.actualrCnt=s.rows[s.rows.length-1].index+(h-1),s.actualrCnt++),s.parent=o||s.parent;var u=!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(i.header),c=!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(i.footer),g=!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(i.fileName);s.engine="olap"===s.parent.dataType?s.parent.olapEngineModule:s.parent.engineModule,s.theme=t.isNullOrUndefined(i)?void 0:i.theme;var f=void 0,v=Zt.getClonedPivotValues(s.engine.pivotValues),S=g?i.fileName:"CSV"===e?"default.csv":"default.xlsx";if(s.parent.exportAllPages&&(s.parent.enableVirtualization||s.parent.enablePaging)){var y=s.engine.pageSettings,b=void 0;s.engine.isPagingOrVirtualizationEnabled=!1,s.engine.enableVirtualization=!1,s.engine.enablePaging=!1,"olap"===s.parent.dataType?(s.updateOlapPageSettings(!0),b=s.parent.olapEngineModule.mdxQuery.slice(0)):s.engine.pageSettings=null;var C=t.isNullOrUndefined(o)?s.parent.dataSourceSettings:o.dataSourceSettings;s.engine.generateGridData(C,!0,!0),s.parent.applyFormatting(s.engine.pivotValues,C),f=Zt.getClonedPivotValues(s.engine.pivotValues),s.engine.pivotValues=v,s.engine.pageSettings=y,s.engine.isPagingOrVirtualizationEnabled=!0,s.engine.enableVirtualization=s.parent.enableVirtualization,s.engine.enablePaging=s.parent.enablePaging,"olap"===s.parent.dataType&&(s.updateOlapPageSettings(!1),s.parent.olapEngineModule.mdxQuery=b)}else f=v;var x,w,T,M,D={fileName:S,header:"",footer:"",dataCollections:[f],excelExportProperties:i};s.parent.trigger("beforeExport",D,function(e){x=e.fileName,w=e.header,T=e.footer,M=e.dataCollections}),(!s.isHeaderIncluded&&"AppendToSheet"===p||"NewSheet"===p)&&(!u&&t.isNullOrUndefined(D.excelExportProperties)&&""!==w?s.addHeaderAndFooter({},w,"header",void 0):t.isNullOrUndefined(D.excelExportProperties)||t.isNullOrUndefined(D.excelExportProperties.header)||s.addHeaderAndFooter(D.excelExportProperties.header,"","header",D.excelExportProperties.header.headerRows),s.isHeaderIncluded=!0);var O=!D.excelExportProperties||!D.excelExportProperties.includeHiddenColumn||D.excelExportProperties.includeHiddenColumn,P=o?o.grid.getColumns():s.parent.grid.getColumns(),N=[];if(!O)for(var E=0;E<P.length;E++)P[E].visible||N.push(E);for(var I=0,F=0,L=0;L<M.length;L++){var A=M[L],R=0,k=ne.getPivotEmptyInfo(s.parent,s.engine);k&&(A=ne.getEmptyPivotValues(s.parent));for(var j=A.length,H=o?o.renderModule.formatList:s.parent.renderModule.formatList,V=0,q=0;q<A[0].length;q++)null!==A[0][q]&&void 0!==A[0][q]&&I++;for(var U=0;U<j;U++)if(A[U]){if(s.actualrCnt++,!O)for(var B=0,_=N;B<_.length;B++){var G=_[B];A[U].splice(G,1)}R=A[U].length;for(var z=[],W=0;W<R;W++)if(A[U][W]){var Q=A[U][W],Y="row"===s.parent.dataSourceSettings.valueAxis&&"olap"===s.parent.dataType&&Q.rowOrdinal&&s.engine.tupRowInfo[Q.rowOrdinal]?s.engine.tupRowInfo[Q.rowOrdinal].measureName:Q.actualText,K="row"===Q.axis?{hAlign:"Left",bold:!0,wrapText:!0}:{numberFormat:H[Y],bold:!1,wrapText:!0},X={bold:!0,vAlign:"Center",wrapText:!0,indent:0===W?10*Q.level:0};if(-1!==Q.level||Q.rowSpan){var J=s.engine.aggregatedValueMatrix,Z="value"===Q.axis?J[U]&&J[U][W]?J[U][W]:"#DIV/0!"===Q.formattedText||k?Q.formattedText:""===Q.formattedText?"":Q.value:Q.formattedText,$=0===s.parent.dataSourceSettings.rows.length&&"row"===s.parent.dataSourceSettings.valueAxis||0===s.parent.dataSourceSettings.columns.length&&"column"===s.parent.dataSourceSettings.valueAxis;Z="grand sum"!==Q.type||1===s.parent.dataSourceSettings.values.length&&"row"===s.parent.dataSourceSettings.valueAxis&&"column"===Q.axis?"sum"===Q.type?Z.toString().replace("Total",s.parent.localeObj.getConstant("total")):!t.isNullOrUndefined(Q.valueSort)&&s.parent.localeObj.getConstant("grandTotal")+s.parent.dataSourceSettings.valueSortSettings.headerDelimiter+Q.formattedText===Q.valueSort.levelName&&$?s.parent.getValuesHeader(Q,"value"):Z:$?s.parent.getValuesHeader(Q,"grandTotal"):s.parent.localeObj.getConstant("grandTotal"),Q.formattedText=t.isNullOrUndefined(Z)?Z:Z.toString();var ee=!0===Q.hasChild&&!1===Q.isDrilled,te="sum"===Q.type||"grand sum"===Q.type,ie=s.parent.gridSettings.repeatItemLabels&&!ee&&!te;if(-1!==Q.level||Q.rowSpan){var ae=ie?0===Q.rowSpan||Q.rowSpan>1?1:-1===Q.rowSpan?1:Q.rowSpan:Q.rowSpan;if(0!==ae){z.push({index:W+1,value:Z,colSpan:Q.colSpan,rowSpan:ae});var re=z[z.length-1];if("value"===Q.axis)(isNaN(Q.value)||""===Q.formattedText||void 0===Q.formattedText||t.isNullOrUndefined(Q.value))&&(re.value="Excel"===e?null:""),K.numberFormat="string"==typeof Z?void 0:K.numberFormat,re.style=K;else if(re.style=X,"row"===Q.axis&&(s.parent.isTabular?W<s.parent.engineModule.rowMaxLevel+1:0===W))if(re.style=K,"olap"===s.parent.dataType){var oe=s.parent.renderModule.indentCollection[U];re.style.indent=2*oe,V=V>oe?V:oe}else{var se=Q.valueSort?Q.valueSort.levelName.toString():"",le=s.parent.dataSourceSettings.valueSortSettings.headerDelimiter,de=Q.actualText?Q.actualText.toString().split(le).length:0,pe=se.split(le).length-(de?de-1:de),he=pe?pe-1:0;re.style.indent=s.parent.isTabular?0:2*he,V=he>V?he:V}(Q.style||re.style.backColor||re.style.fontColor||re.style.fontName||re.style.fontSize)&&(re.style.backColor=re.style.backColor?re.style.backColor:Q.style.backgroundColor,re.style.fontColor=re.style.fontColor?re.style.fontColor:Q.style.color,re.style.fontName=re.style.fontName?re.style.fontName:Q.style.fontFamily,t.isNullOrUndefined(re.style.fontSize)&&t.isNullOrUndefined(Q.style.fontSize)||(re.style.fontSize=t.isNullOrUndefined(re.style.fontSize)?Number(Q.style.fontSize.split("px")[0]):Number(re.style.fontSize))),re.style.borders={color:"#000000",lineStyle:"thin"};var ue=void 0,ce=void 0;"column"===Q.axis?(ue={style:t.isNullOrUndefined(s.theme)||t.isNullOrUndefined(s.theme.header)?X:s.excelExportHelper.getHeaderThemeStyle(s.theme,X),cell:Q},s.parent.trigger("excelHeaderQueryCellInfo",ue)):(ce={style:t.isNullOrUndefined(s.theme)||t.isNullOrUndefined(s.theme.record)?K:s.excelExportHelper.getRecordThemeStyle(s.theme,K),cell:Q,column:void 0,data:A,value:Z,colSpan:1},s.parent.trigger("excelQueryCellInfo",ce)),re.value="column"===Q.axis?ue.cell.formattedText:ce.value,re.style="column"===Q.axis?ue.style:ce.style,(ue&&ue.image||ce&&ce.image)&&(F=s.excelExportHelper.setImage("column"===Q.axis?ue:ce,W,s.actualrCnt,F)),t.isNullOrUndefined(ue)||t.isNullOrUndefined(ue.hyperLink)?t.isNullOrUndefined(ce)||t.isNullOrUndefined(ce.hyperLink)||(re.hyperlink={target:ce.hyperLink.target},re.value=ce.hyperLink.displayText||re.value):(re.hyperlink={target:ue.hyperLink.target},re.value=ue.hyperLink.displayText||re.value),"column"===Q.axis?(re.colSpan=ue.cell.colSpan,re.rowSpan=ue.cell.rowSpan):(re.colSpan=ce.colSpan>1?ce.colSpan:ce.cell.colSpan,re.rowSpan=ce.cell.rowSpan),ie&&(re.rowSpan=1)}}}W+=Q.colSpan?Q.colSpan-1:0}else{Q={formattedText:"",colSpan:1,rowSpan:1};0!==U||0!==W||k||(O?(Q.colSpan=s.parent.isTabular?s.parent.engineModule.rowMaxLevel+1:1,Q.rowSpan=Object.keys(s.engine.headerContent).length):(Q.colSpan=A[0].length-(I-N.length),Q.rowSpan=Object.keys(A).length-s.engine.rowCount));ue=void 0;Q&&(ue={style:{borders:{color:"#000000",lineStyle:"thin"}},cell:Q},s.parent.trigger("excelHeaderQueryCellInfo",ue));var ge=ue.cell;z.push({index:W+1,colSpan:ge.colSpan,rowSpan:ge.rowSpan,value:Q.formattedText,style:ue.style}),ue.image&&(F=s.excelExportHelper.setImage(ue,W,s.actualrCnt,F)),t.isNullOrUndefined(ue)||t.isNullOrUndefined(ue.hyperLink)||(ge.hyperlink={target:ue.hyperLink.target},ge.value=ue.hyperLink.displayText||ge.value)}var me={index:s.actualrCnt,cells:z};F>0&&(me.height=F,F=0),s.rows.push(me)}if((!n&&"AppendToSheet"===p||"NewSheet"===p)&&(c?s.addHeaderAndFooter(i.footer,"","footer",i.footer.footerRows):!c&&""!==T&&t.isNullOrUndefined(D.excelExportProperties)?s.addHeaderAndFooter({},T,"footer",void 0):t.isNullOrUndefined(D.excelExportProperties)||t.isNullOrUndefined(D.excelExportProperties.footer)||s.addHeaderAndFooter(D.excelExportProperties.footer,"","footer",D.excelExportProperties.footer.footerRows)),s.parent.enableVirtualization){s.columns=[];for(W=0;W<R;W++)s.columns.push({index:W+1,width:s.parent.gridSettings.columnWidth})}else if(s.columns.length<P.length){s.columns=[];for(W=0;W<R;W++){var fe=t.isNullOrUndefined(P[W])?s.parent.gridSettings.columnWidth:P[W].width;"string"==typeof fe&&-1!==fe.indexOf("px")&&(fe=parseInt(fe,10)),s.columns.push({index:W+1,width:fe})}}V>0&&(s.columns[0].width=100+20*V);var ve={columns:s.columns,rows:s.rows,images:s.images,enableRtl:s.parent.enableRtl};s.workSheet.push(ve),s.book.worksheets=s.workSheet}var Se=void 0;if(!n){var ye=new m.Workbook(s.book,"Excel"===e?"xlsx":"csv",void 0,s.parent.currencyCode),be=x.split(".").pop();a?Se=ye.saveAsBlob("xlsx"===be||"Excel"===e?"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"text/csv"):ye.save("xlsx"===be||"csv"===be?x:x+("Excel"===e?".xlsx":".csv"));var Ce={type:e,promise:a?Se:null};s.parent.trigger("exportComplete",Ce),s.isHeaderIncluded=!1}l(s.book)}catch(e){d(e)}})},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}(),ti=function(){function e(e){this.createdDocuments=[],this.drawPosition={xPosition:0,yPosition:0},t.initializeTelemetryFeature("PDFExport","PivotTable"),this.parent=e,this.pdfExportHelper=new kt}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,o=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&&o>this.exportProperties.height?a.PdfPageOrientation.Landscape:a.PdfPageOrientation.Portrait,e.document.pageSettings.size=new a.SizeF(this.exportProperties.width?this.exportProperties.width:o,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=ne.getPageSize(i.pageSize))),!t.isNullOrUndefined(this.exportProperties.pdfMargins)){var s=e.document.pageSettings.margins;s.top=t.isNullOrUndefined(this.exportProperties.pdfMargins.top)?s.top:this.exportProperties.pdfMargins.top,s.bottom=t.isNullOrUndefined(this.exportProperties.pdfMargins.bottom)?s.bottom:this.exportProperties.pdfMargins.bottom,s.left=t.isNullOrUndefined(this.exportProperties.pdfMargins.left)?s.left:this.exportProperties.pdfMargins.left,s.right=t.isNullOrUndefined(this.exportProperties.pdfMargins.right)?s.right:this.exportProperties.pdfMargins.right}r.setPageSettings(e.document.pageSettings);var l=r.pages.add();return t.isNullOrUndefined(i)||t.isNullOrUndefined(i.header)||t.isNullOrUndefined(this.pdfExportHelper)||this.pdfExportHelper.drawHeader(i,e.document),t.isNullOrUndefined(i)||t.isNullOrUndefined(i.footer)||t.isNullOrUndefined(this.pdfExportHelper)||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,o=t.isNullOrUndefined(n)||"number"!=typeof n?void 0:.75*n,s=new a.PdfColor(196,196,196);if(!t.isNullOrUndefined(e.color)){var l=this.pdfExportHelper.hexDecToRgb(e.color);s=new a.PdfColor(l.r,l.g,l.b)}var d=new a.PdfPen(s,o);t.isNullOrUndefined(e.dashStyle)||(d.dashStyle=this.pdfExportHelper.getDashStyle(e.dashStyle)),i.all=d}return i},e.prototype.getStyle=function(){var e=t.isNullOrUndefined(this.gridStyle)||t.isNullOrUndefined(this.gridStyle.header)?void 0:this.gridStyle.header,i=t.isNullOrUndefined(e)||t.isNullOrUndefined(e.fontName)||t.isNullOrUndefined(this.pdfExportHelper)?a.PdfFontFamily.Helvetica:this.pdfExportHelper.getFontFamily(e.fontName),r=t.isNullOrUndefined(e)?this.getFontStyle(void 0):this.getFontStyle(e),n=t.isNullOrUndefined(e)||t.isNullOrUndefined(e.fontSize)?11:.8*e.fontSize,o=new a.PdfColor;if(!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(e.fontColor)){var s=this.pdfExportHelper.hexDecToRgb(e.fontColor);o=new a.PdfColor(s.r,s.g,s.b)}var l=new a.PdfStandardFont(i,n,r);return t.isNullOrUndefined(e)||t.isNullOrUndefined(e.font)||(l=e.font),{border:t.isNullOrUndefined(e)?this.getBorderStyle(void 0):this.getBorderStyle(e.border),font:l,brush:new a.PdfSolidBrush(o)}},e.prototype.setRecordThemeStyle=function(e){var i=t.isNullOrUndefined(this.gridStyle)||t.isNullOrUndefined(this.gridStyle.record)?void 0:this.gridStyle.record,r=t.isNullOrUndefined(i)||t.isNullOrUndefined(i.fontName)||t.isNullOrUndefined(this.pdfExportHelper)?a.PdfFontFamily.Helvetica:this.pdfExportHelper.getFontFamily(i.fontName),n=t.isNullOrUndefined(i)||t.isNullOrUndefined(i.fontSize)?11:.8*i.fontSize,o=t.isNullOrUndefined(i)?this.getFontStyle(void 0):this.getFontStyle(i),s=new a.PdfStandardFont(r,n,o);t.isNullOrUndefined(i)||t.isNullOrUndefined(i.font)||(s=i.font),e.style.setFont(s);var l=new a.PdfColor;if(!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(i.fontColor)){var d=this.pdfExportHelper.hexDecToRgb(i.fontColor);l=new a.PdfColor(d.r,d.g,d.b)}e.style.setTextBrush(new a.PdfSolidBrush(l));var p=t.isNullOrUndefined(i)||t.isNullOrUndefined(i.border)?this.getBorderStyle(void 0):this.getBorderStyle(i.border);return e.style.setBorder(p),e},e.prototype.exportToPDF=function(e,i,r,n,o){var s,l=this;this.parent=t.isNullOrUndefined(o)?this.parent:o,this.engine="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,this.gridStyle=t.isNullOrUndefined(this.exportProperties)||t.isNullOrUndefined(this.exportProperties.pdfExportProperties)?void 0:this.exportProperties.pdfExportProperties.theme;var d,p=this.applyEvent(),h=0;t.isNullOrUndefined(r)||(p.document=r.document);var u=this.getStyle(),c=t.isNullOrUndefined(this.exportProperties)||t.isNullOrUndefined(this.exportProperties.fileName)?t.isNullOrUndefined(e)||t.isNullOrUndefined(e.fileName)?"default":e.fileName:this.exportProperties.fileName,g=100+20*(this.parent.renderModule&&this.parent.renderModule.maxIndent||5),m=0,f=p.args.pivotValues[m],v=ne.getPivotEmptyInfo(this.parent,this.engine);v&&(f=ne.getEmptyPivotValues(this.parent));var S=t.isNullOrUndefined(f)||t.isNullOrUndefined(f[0])?void 0:f[0],y=!t.isNullOrUndefined(this.exportProperties)&&this.exportProperties.columnSize>0?this.exportProperties.columnSize:t.isNullOrUndefined(this.exportProperties)||t.isNullOrUndefined(this.exportProperties.pdfExportProperties)||!this.exportProperties.pdfExportProperties.allowHorizontalOverflow||t.isNullOrUndefined(S)?!t.isNullOrUndefined(S)&&S.length>5?6:t.isNullOrUndefined(S)?Math.floor((540-g)/90)+1:S.length:S.length;this.exportProperties.allowRepeatHeader=!0===this.exportProperties.allowRepeatHeader||t.isNullOrUndefined(this.exportProperties.allowRepeatHeader);var b,C=!!this.exportProperties.allowRepeatHeader&&this.exportProperties.allowRepeatHeader&&y>1;this.parent.isTabular&&(y=(b=this.parent.engineModule.rowMaxLevel)+1<y?y:b+2);for(var x=0;C&&x<f.length;x++)for(var w=y;f[x]&&w<f[x].length;w+=y){var T=this.parent.isTabular?f[x].slice(0,b+1):[f[x][0]];(s=f[x]).splice.apply(s,[w,0].concat(T))}var M=f&&f.length>0?f[0].length:0,D=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 O=r&&r.result?r.result:null,P=r&&e&&e.multipleExport&&"AppendToPage"===e.multipleExport.type&&O?O.page:this.addPage(p,e),N=new a.PdfGrid,E=y>0?y:5;if(f&&f.length>0){N.columns.add(f[0].length-D>=E?E:f[0].length-D);for(var I=f.length,F=0,L=0,A=0,R=0;R<I;R++)if(f[R]){var k=!(f[R][0]&&"row"===f[R][0].axis),j=f[R].length>D+E?D+E:f[R].length,H=0;k&&N.headers.add(1);var V=k?N.headers.getHeader(F):N.rows.addRow();t.isNullOrUndefined(V)||(V.height=this.parent&&this.parent.gridSettings?this.parent.gridSettings.rowHeight:V.height),t.isNullOrUndefined(N.style)||(N.style.cellPadding=new a.PdfPaddings(5.76,5.76,1.76,1.76)),N.repeatHeader=!0,k?(V.style.setBorder(u.border),u.font&&V.style.setFont(u.font),V.style.setTextBrush(u.brush)):this.setRecordThemeStyle(V);for(var q=0,U=!0,B=D;B<j;B++){var _=!1,G=new a.PdfStringFormat;if(G.lineAlignment=a.PdfVerticalAlignment.Middle,f[R][B]){var z=!0===(Z=f[R][B]).hasChild&&!1===Z.isDrilled,W="sum"===Z.type||"grand sum"===Z.type,Q=this.parent.gridSettings.repeatItemLabels&&!z&&!W;0===Z.rowSpan&&Q&&(Z=Object.assign({},Z,{rowSpan:1}));var Y=Z.formattedText,K=void 0;0!==Z.rowSpan&&(Y=0===this.parent.dataSourceSettings.rows.length||0===this.parent.dataSourceSettings.columns.length?this.parent.getValuesHeader(Z,"value"):Y,Y="grand sum"===Z.type?0===this.parent.dataSourceSettings.rows.length||0===this.parent.dataSourceSettings.columns.length?this.parent.getValuesHeader(Z,"grandTotal"):this.parent.localeObj.getConstant("grandTotal"):"sum"===Z.type?Y.toString().replace("Total",this.parent.localeObj.getConstant("total")):Y,Z.colSpan>1&&(K=V.cells.getCell(q)),(-1!==Z.level||Z.rowSpan)&&(V.cells.getCell(q).columnSpan=Z.colSpan?E-q<Z.colSpan?E-q:Z.colSpan:1,k&&Z.rowSpan&&Z.rowSpan>1||!k&&Z.rowSpan&&Z.rowSpan>1&&this.parent.isTabular?V.cells.getCell(q).rowSpan=Q?1:Z.rowSpan?Z.rowSpan:1:Q&&1===Z.rowSpan&&(V.cells.getCell(q).rowSpan=1),V.cells.getCell(q).value=Y?Y.toString():"",""!==Y&&(U=!1))),L=Z.level>L?Z.level:L,_="value"===Z.axis,B+=V.cells.getCell(q).columnSpan?V.cells.getCell(q).columnSpan-1:0,q+=V.cells.getCell(q).columnSpan?V.cells.getCell(q).columnSpan-1:0;var X=!t.isNullOrUndefined(K)&&K.colSpan>1?K:V.cells.getCell(q);(V&&V.isHeaderRow||Z.isGrandSum||"grand sum"===Z.type||"row"===Z.axis)&&!t.isNullOrUndefined(this.pdfExportHelper)&&this.pdfExportHelper.applyHeaderBackground(X),Z.style&&(V=this.applyStyle(V,Z,q)),G.alignment=_?a.PdfTextAlignment.Right:a.PdfTextAlignment.Left,X.style.stringFormat=G;J={style:void 0,pivotCell:Z,cell:V.cells.getCell(q),column:N.columns.getColumn(q)};this.parent.trigger("onPdfCellRender",J),"column"===Z.axis?(J={style:J.style,cell:J.cell,gridCell:J.pivotCell,value:Y},this.parent.trigger("pdfHeaderQueryCellInfo",J),X.value=J.value?J.value:Y,t.isNullOrUndefined(this.pdfExportHelper)||(t.isNullOrUndefined(J.image)||this.pdfExportHelper.configureCellImage(X,J.image,V),this.pdfExportHelper.setHyperLink(X,J,V,Z,this.parent))):(J={style:J.style,cell:J.cell,column:void 0,data:J.pivotCell,value:Y},this.parent.trigger("pdfQueryCellInfo",J),X.value=J.value?J.value:Y,t.isNullOrUndefined(this.pdfExportHelper)||(t.isNullOrUndefined(J.image)||this.pdfExportHelper.configureCellImage(X,J.image,V),this.pdfExportHelper.setHyperLink(X,J,V,Z,this.parent))),J.style&&this.processCellStyle(X,J)}else{G.alignment=_?a.PdfTextAlignment.Right:a.PdfTextAlignment.Left,(X=V.cells.getCell(q)).style.stringFormat=G;var J={style:void 0,pivotCell:void 0,cell:X,column:N.columns.getColumn(q)};this.parent.trigger("onPdfCellRender",J),A=J.column.width;var Z={formattedText:"",colIndex:0,rowIndex:R};J={style:J.style,cell:J.cell,gridCell:Z,value:void 0},this.parent.trigger("pdfHeaderQueryCellInfo",J),X.value=J.value?J.value:"",t.isNullOrUndefined(this.pdfExportHelper)||(t.isNullOrUndefined(J.image)||this.pdfExportHelper.configureCellImage(X,J.image,V),V.isHeaderRow&&this.pdfExportHelper.applyHeaderBackground(X),this.pdfExportHelper.setHyperLink(X,J,V,Z,this.parent)),J.style&&this.processCellStyle(X,J),v||(this.parent.isTabular&&0===H?(0===B&&k&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0?(N.headers.getHeader(0).cells.getCell(0).rowSpan=Object.keys(this.engine.headerContent).length+1,N.headers.getHeader(0).cells.getCell(0).columnSpan=this.parent.engineModule.rowMaxLevel+1):0!==B&&k&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0&&N.headers.getHeader(0).cells.getCell(0).rowSpan<Object.keys(this.engine.headerContent).length&&(N.headers.getHeader(0).cells.getCell(0).rowSpan=Object.keys(this.engine.headerContent).length,N.headers.getHeader(0).cells.getCell(0).columnSpan=this.parent.engineModule.rowMaxLevel+1),H++):0===B&&k&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0?N.headers.getHeader(0).cells.getCell(0).rowSpan++:0!==B&&k&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0&&N.headers.getHeader(0).cells.getCell(0).rowSpan<Object.keys(this.engine.headerContent).length&&N.headers.getHeader(0).cells.getCell(0).rowSpan++)}if("olap"===this.parent.dataType){var $=0;k||0!==q||(X=f[R][B])&&($=(ee=X.valueSort.levelName.toString()).split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-1),G.paragraphIndent=15*$,L=L>$?L:$}else if(G.paragraphIndent=0,!k&&0===q&&f[R][B]&&-1!==f[R][B].level){var ee=(X=f[R][B]).valueSort?X.valueSort.levelName.toString():"",te=X.actualText?X.actualText.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length:0,ie=ee.split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).length-(te?te-1:te),ae=ie?ie-1:0;G.paragraphIndent=10*ae}q++}U&&(V.height=16),F++}N.columns.getColumn(0).width=A>0?A:100+20*L}0===D&&this.parent.dataSourceSettings.columns&&this.parent.dataSourceSettings.columns.length>0&&!v&&N.headers.getHeader(0).cells.getCell(0).rowSpan--;var re=this.drawPosition.xPosition,oe=void 0;if(!(t.isNullOrUndefined(r)||t.isNullOrUndefined(e)||t.isNullOrUndefined(e.multipleExport)||"AppendToPage"!==e.multipleExport.type||t.isNullOrUndefined(O)||t.isNullOrUndefined(O.bounds))){var se=O.bounds.y+O.bounds.height;oe=t.isNullOrUndefined(e.multipleExport.blankSpace)?se:se+e.multipleExport.blankSpace,(h>0||N.gridHeaders.rows[0].height+N.gridHeaders.count+oe>=P.getClientSize().height)&&(P=this.addPage(p,e),oe=this.drawPosition.yPosition)}else oe=this.drawPosition.yPosition;d=N.draw(P,new a.PointF(re,oe)),h++,(D+=E)>=M&&p.args.pivotValues.length>m+1&&(m++,M=(f=p.args.pivotValues[m])&&f.length>0?f[0].length:0,D=0,h=0)}while(D<M);return new Promise(function(t){var a;h=0,n||i?n&&(a=p.document.save()):(p.document.save(c+".pdf"),p.document.destroy());var r={type:"PDF",promise:n?a:null};l.parent.trigger("exportComplete",r),t(e&&e.multipleExport&&"AppendToPage"===e.multipleExport.type?{document:p.document,result:d}:p.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 o=Number(t.style.fontSize.split("px")[0]),s=new a.PdfStandardFont(a.PdfFontFamily.TimesRoman,o,a.PdfFontStyle.Regular);return e.cells.getCell(i).style.font=s,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.getFont=function(e){if(e.style.font)return e.style.font;var i=t.isNullOrUndefined(e.style.fontSize)?e.cell.cellStyle.font&&e.cell.cellStyle.font.fontSize?e.cell.cellStyle.font.fontSize:11:.8*e.style.fontSize,r=t.isNullOrUndefined(e.style.fontFamily)||t.isNullOrUndefined(this.pdfExportHelper)?a.PdfFontFamily.TimesRoman:this.pdfExportHelper.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 o=this.pdfExportHelper.hexDecToRgb(i.style.textPenColor);e.style.textPen=new a.PdfPen(new a.PdfColor(o.r,o.g,o.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 s=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)),s.all=u,e.style.borders=s}t.isNullOrUndefined(i.style)||t.isNullOrUndefined(i.style.textAlignment)||t.isNullOrUndefined(e.style)||t.isNullOrUndefined(e.style.stringFormat)||(e.style.stringFormat.alignment="Right"===i.style.textAlignment?a.PdfTextAlignment.Right:a.PdfTextAlignment.Left),t.isNullOrUndefined(i.style)||t.isNullOrUndefined(i.style.verticalAlignment)||t.isNullOrUndefined(e.style)||t.isNullOrUndefined(e.style.stringFormat)||(e.style.stringFormat.lineAlignment="Top"===i.style.verticalAlignment?a.PdfVerticalAlignment.Top:"Bottom"===i.style.verticalAlignment?a.PdfVerticalAlignment.Bottom:a.PdfVerticalAlignment.Middle)},e.prototype.applyEvent=function(){var e,t,i=Zt.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=Zt.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}(),ii=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:_+" "+(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 o=this,d=function(){return o.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 s.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,change:this.rowPageChange.bind(this),cssClass:this.parent.cssClass});p.appendTo(t.select("#"+this.parent.element.id+"_row_textbox",this.parent.element));var h=t.select("#"+this.parent.element.id+"_row_PageInfoContainer",this.parent.element),u=t.select(".e-numeric",h);this.setPagerWidthClasses(u,i),this.trackUIComponent("NumericTextBox",p)}if(a.showRowPageSize){var c=this.parent.pagerSettings.rowPageSizes.slice(0);-1===this.parent.pagerSettings.rowPageSizes.indexOf(this.parent.pageSettings.rowPageSize)&&(c.push(this.parent.pageSettings.rowPageSize),c.sort(function(e,t){return e-t}));var g=new l.DropDownList({dataSource:c,value:this.parent.pageSettings.rowPageSize,enableRtl:this.parent.enableRtl,locale:this.parent.locale,change:this.rowPageSizeChange.bind(this),popupHeight:"300px",popupWidth:"100%",cssClass:this.parent.cssClass});g.isAngular=this.parent.isModalDialog,g.appendTo(t.select("#"+this.parent.element.id+"_row_size_list",this.parent.element)),this.trackUIComponent("DropDownList",g)}}if(a.showColumnPager){if(!a.enableCompactView&&i>400){var m=new s.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,change:this.columnPageChange.bind(this),cssClass:this.parent.cssClass});m.appendTo(t.select("#"+this.parent.element.id+"_column_textbox",this.parent.element));var f=t.select("#"+this.parent.element.id+"_column_PageInfoContainer",this.parent.element),y=t.select(".e-numeric",f);this.setPagerWidthClasses(y,i),this.trackUIComponent("NumericTextBox",m)}if(a.showColumnPageSize){var b=this.parent.pagerSettings.columnPageSizes.slice(0);-1===this.parent.pagerSettings.columnPageSizes.indexOf(this.parent.pageSettings.columnPageSize)&&(b.push(this.parent.pageSettings.columnPageSize),b.sort(function(e,t){return e-t}));var C=new l.DropDownList({dataSource:b,value:this.parent.pageSettings.columnPageSize,enableRtl:this.parent.enableRtl,locale:this.parent.locale,change:this.columnPageSizeChange.bind(this),popupHeight:"300px",popupWidth:"100%",cssClass:this.parent.cssClass});C.isAngular=this.parent.isModalDialog,C.appendTo(t.select("#"+this.parent.element.id+"_column_size_list",this.parent.element)),this.trackUIComponent("DropDownList",C)}}this.unWireEvent(),this.wireEvent()}}},e.prototype.setPagerWidthClasses=function(e,t){t>669?(e.classList.add("wide-width"),e.classList.remove("narrow-width")):(e.classList.add("narrow-width"),e.classList.remove("wide-width"))},e.prototype.onPagerIconKeyDown=function(e){"Enter"!==e.key&&" "!==e.key||e.target.classList.contains("e-disable")||(e.preventDefault(),e.target.click())},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),t.EventHandler.add(e[i],"keydown",this.onPagerIconKeyDown,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),t.EventHandler.remove(e[i],"keydown",this.onPagerIconKeyDown)},e.prototype.columnPageChange=function(e){ne.invokeActionMethod(this.parent,z,"Navigate column page")||(this.parent.pageSettings.currentColumnPage=e.value,ne.invokeActionMethod(this.parent,W,"Column page navigated",{pagingInfo:{currentColumnPage:e.value}}))},e.prototype.rowPageChange=function(e){ne.invokeActionMethod(this.parent,z,"Navigate row page")||(this.parent.pageSettings.currentRowPage=e.value,ne.invokeActionMethod(this.parent,W,"Row page navigated",{pagingInfo:{currentRowPage:e.value}}))},e.prototype.columnPageSizeChange=function(e){var t=Number(e.value);ne.invokeActionMethod(this.parent,z,"Change column page size")||(this.parent.pageSettings.columnPageSize=t,ne.invokeActionMethod(this.parent,W,"Column page size changed",{pagingInfo:{columnPageSize:t}}))},e.prototype.rowPageSizeChange=function(e){var t=Number(e.value);ne.invokeActionMethod(this.parent,z,"Change row page size")||(this.parent.pageSettings.rowPageSize=t,ne.invokeActionMethod(this.parent,W,"Row page size changed",{pagingInfo:{rowPageSize:t}}))},e.prototype.updatePageSettings=function(e,i){var a=e.target.id,r="",n=0,o="",s=t.isNullOrUndefined(i)?this.parent:i;switch(a){case this.parent.element.id+"_row_firstIcon":r="Navigate row page",n=1,o="row";break;case this.parent.element.id+"_row_prevIcon":r="Navigate row page",n=this.parent.pageSettings.currentRowPage>1?this.parent.pageSettings.currentRowPage-1:this.parent.pageSettings.currentRowPage,o="row";break;case this.parent.element.id+"_row_nextIcon":r="Navigate row page",n=this.parent.pageSettings.currentRowPage<this.parent.engineModule.rowPageCount?this.parent.pageSettings.currentRowPage+1:this.parent.pageSettings.currentRowPage,o="row";break;case this.parent.element.id+"_row_lastIcon":r="Navigate row page",n=this.parent.engineModule.rowPageCount,o="row";break;case this.parent.element.id+"_column_firstIcon":r="Navigate column page",n=1,o="column";break;case this.parent.element.id+"_column_prevIcon":r="Navigate column page",n=this.parent.pageSettings.currentColumnPage>1?this.parent.pageSettings.currentColumnPage-1:this.parent.pageSettings.currentColumnPage,o="column";break;case this.parent.element.id+"_column_nextIcon":r="Navigate column page",n=this.parent.pageSettings.currentColumnPage<this.parent.engineModule.columnPageCount?this.parent.pageSettings.currentColumnPage+1:this.parent.pageSettings.currentColumnPage,o="column";break;case this.parent.element.id+"_column_lastIcon":r="Navigate column page",n=this.parent.engineModule.columnPageCount,o="column"}if(r){if(ne.invokeActionMethod(s,z,r))return;"row"===o?this.parent.pageSettings.currentRowPage=n:"column"===o&&(this.parent.pageSettings.currentColumnPage=n),ne.invokeActionMethod(s,W,"row"===o?"Row page navigated":"Column page navigated",{pagingInfo:"row"===o?{currentRowPage:n}:{currentColumnPage:n}})}},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":"")}),o=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,o,e):r.showColumnPager&&r.showRowPager?n.append(e,o,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"),attrs:{role:"region","aria-label":"row"===e?this.parent.localeObj.getConstant("rowPage")+" Page Navigation":this.parent.localeObj.getConstant("columnPage")+" Page Navigation"}}),o=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&&o.classList.add("e-pivot-both-pager-settings");var s="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"+(s?" e-firstpagedisabled e-disable":" e-firstpage e-pager-default"),title:this.parent.localeObj.getConstant("goToFirstPage"),"aria-label":this.parent.localeObj.getConstant("goToFirstPage"),"aria-disabled":s?"true":"false",tabindex:s?"-1":"0",role:"button"}}),u=t.createElement("div",{id:this.parent.element.id+"_"+e+"_prevIcon",attrs:{class:"e-prev e-icons e-icon-prev"+(s?" e-prevpagedisabled e-disable":" e-prevpage e-pager-default"),title:this.parent.localeObj.getConstant("goToPreviousPage"),"aria-label":this.parent.localeObj.getConstant("goToPreviousPage"),"aria-disabled":s?"true":"false",tabindex:s?"-1":"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"),"aria-disabled":l?"true":"false",tabindex:l?"-1":"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"),"aria-disabled":l?"true":"false",tabindex:l?"-1":"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),o.append(d)):(m.append(f,v),d.append(h,u,S,y),p.append(g,m),o.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(o,C)):(w.append(c,o),T.append(b,C)):("row"===e&&!i.showRowPageSize||"column"===e&&!i.showColumnPageSize)&&(w.append(c),T.append(o)),n.append(w,T)):("row"===e&&(i.showRowPageSize?n.append(o,c,T):n.append(o,c)),"column"===e&&(i.showColumnPageSize?n.append(o,c,T):n.append(o,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")?s.NumericTextBox:l.DropDownList);n&&"function"==typeof n.destroy&&n.destroy()}}this.pager&&this.pager.destroy(),this.pager=null}},e}(),ai=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 o=t.createElement("button",{id:this.parent.element.id+"_DeferUpdateButton2",attrs:{type:"button",title:this.parent.localeObj.getConstant("cancel")}});return r.appendChild(o),e.appendChild(r),e},e.prototype.onCheckChange=function(e){e.checked&&(this.parent.clonedDataSource=ne.getClonedDataSourceSettings(this.parent.dataSourceSettings),"olap"===this.parent.dataType&&(this.parent.clonedFieldListData=ne.cloneOlapFieldSettings(this.parent.olapEngineModule.fieldListData)),this.parent.clonedFieldList=ne.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=ne.getClonedDataSourceSettings(e.dataSourceSettings),"olap"===this.parent.dataType&&(this.parent.clonedFieldListData=ne.cloneOlapFieldSettings(this.parent.olapEngineModule.fieldListData)),e.clonedFieldList=ne.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=ne.getClonedFieldList(this.parent.clonedFieldList),this.parent.olapEngineModule.fieldListData=ne.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=ne.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=ne.getClonedFieldList(this.parent.clonedFieldList);var o=Object.keys(this.parent.engineModule.fieldList);if(this.parent.allowCalculatedField&&this.parent.engineModule&&this.parent.engineModule.fields&&o.length!==this.parent.engineModule.fields.length){var s=[];this.parent.engineModule.fields.forEach(function(e){-1!==o.indexOf(e)&&(s[s.length]=e)}),this.parent.engineModule.fields=s}}"Popup"!==this.parent.renderMode||t?this.parent.actionObj.actionName=this.parent.isDeferLayoutUpdate?"Enable defer layout update":"Disable defer layout update":(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:ne.getAppendToElement(this.parent.element,this.parent.isAngular),cssClass:this.parent.cssClass,close:this.removeFieldListIcon.bind(this),open:this.dialogOpen.bind(this)}),this.fieldListDialog.isStringTemplate=!0,this.fieldListDialog.isAngular=this.parent.isModalDialog,this.fieldListDialog.appendTo(e),t.setStyleAttribute(t.select("#"+e.id+"_dialog-content",e),{padding:"0"});var o=e.querySelector(".e-footer-content");t.addClass([o],"e-field-list-footer"),t.removeClass([o.querySelector(".e-calculated-field-btn")],"e-flat"),t.removeClass([o.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 s=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:s,closeOnEscape:!1,cssClass:this.parent.cssClass,target:t.isNullOrUndefined(this.parent.target)?ne.getAppendToElement(this.parent.element,this.parent.isAngular):"string"==typeof this.parent.target?document.querySelector(this.parent.target):this.parent.target,close:this.removeFieldListIcon.bind(this),beforeOpen:this.beforeOpen.bind(this)}),this.fieldListDialog.isStringTemplate=!0,this.fieldListDialog.isAngular=this.parent.isModalDialog,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.beforeOpen=function(){!t.isNullOrUndefined(this.parent.pivotFieldList)&&this.parent.clonedFieldList&&0===Object.keys(this.parent.clonedFieldList).length&&(this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&this.parent.pivotGridModule.pivotDeferLayoutUpdate)&&(this.parent.clonedFieldList=ne.getClonedFieldList(this.parent.pivotFieldList))},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(),ne.invokeActionMethod(this.parent,W,"Field list refreshed",{})},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 o.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&&this.parent.allowCalculatedField&&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=ie,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=ne.getClonedDataSourceSettings(this.parent.dataSourceSettings),"olap"===this.parent.dataType&&(this.parent.clonedFieldListData=ne.cloneOlapFieldSettings(this.parent.olapEngineModule.fieldListData)),t.isNullOrUndefined(this.parent.pivotFieldList)||(this.parent.clonedFieldList=ne.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 o=document.getElementById(this.parent.element.id+"_Container");o&&t.remove(o)}this.lastTabIndex=null},e}(),ri=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 o=t.createElement("div",{id:this.parent.element.id+"_SearchDiv",attrs:{tabindex:"-1"},className:"e-field-list-search"}),l=t.createElement("input",{attrs:{type:"text"}});o.appendChild(l),this.fieldSearch=new s.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(o),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],o=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(o),this.unWireFieldListEvent(o),this.wireFieldListEvent(o)}},e.prototype.renderTreeView=function(){this.fieldTable=new o.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.isAngular=this.parent.isModalDialog,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"),o.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=ne.getFieldInfo(e.nodeData.id,this.parent);i=!1;var o=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&&(t.isNullOrUndefined(n.fieldItem.allowDragAndDrop)||n.fieldItem.allowDragAndDrop)?"":"e-disable-drag")});e.node.querySelector(".e-checkbox-wrapper")&&!e.node.querySelector(".cls.DRAG_CLASS")&&a&&a.insertBefore(o,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 s=e.node,l=0;l<this.nonSearchList.length;l++){if(s.textContent===this.nonSearchList[l].textContent){t.addClass([s],"e-disable");break}if(s.innerText===this.nonSearchList[l].textContent){t.addClass([s],"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.isAngular=this.parent.isModalDialog,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 s.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 o.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.isAngular=this.parent.isModalDialog,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=[],o=new Set;return r.forEach(function(e){if(e){var r=[],s=[];e.pid&&(r=t.getParentItems(a,"id",e.pid)),e.hasChildren&&(s=a.executeLocal((new i.Query).where("pid","equal",e.id,!1))),r.concat([e]).concat(s).forEach(function(e){var t=e.id;o.has(t)||(o.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=ne.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 o=0,s=n;o<s.length;o++){var l=s[o];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 o=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?(o.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"),o=t.closest(e.target,".e-droppable");if(r&&n===o){for(var s=[].slice.call(n.querySelectorAll(".e-pivot-button")),l=t.closest(e.target,".e-pvt-btn-div"),d=void 0,p=-1,h=0,u=s.length;h<u;h++)if(s[h].id===r.id&&(d=h),l){var c=l.querySelector(".e-pivot-button");s[h].id===c.id&&(p=h)}if(d===p||d===s.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 o=this.parent.pivotFieldList[i];if(!t.isNullOrUndefined(e)){if(this.isSpaceKey=e.event.action&&"space"===e.event.action,t.isNullOrUndefined(o)||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 s=this.fieldTable.getNode(r);e.event&&e.event.target&&!e.event.target.closest(".e-checkbox-wrapper")?"true"===s.isChecked?(this.fieldTable.uncheckAll([r]),a=!1):(this.fieldTable.checkAll([r]),a=!0):a="true"===s.isChecked}var l=this.parent.isPopupView?this.parent.pivotGridModule:this.parent,d=ne.getFieldInfo(i,this.parent),p=r.closest(".e-pivot-parent");if(a){var h=!1;"number"===o.type?h=!0:"olap"===this.parent.dataType&&("Measure"===o.fieldType?h=!0:o.tag&&o.tag.toLowerCase().indexOf("[measures]")>-1?h=!0:"CalculatedField"===o.type&&o.formula&&o.formula.toLowerCase().indexOf("measure")>-1&&(h=!0));var u={fieldName:i,dropField:d.fieldItem,dataSourceSettings:ne.getClonedDataSourceSettings(this.parent.dataSourceSettings),dropAxis:h?"values":"rows",dropPosition:d.position,draggedAxis:"fieldlist",cancel:!1};l.trigger("fieldDrop",u,function(e){if(e.cancel)n.updateCheckState(o,"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 s=n.parent.pivotCommon.dataSourceUpdate.getNewField(i,d.fieldItem);n.updateReportSettings(s,e),n.updateNodeStateChange(i,o,a)}})}else{var c={cancel:!1,fieldName:i,dataSourceSettings:ne.getClonedDataSourceSettings(this.parent.dataSourceSettings),fieldItem:d.fieldItem,axis:d.axis};l.trigger("fieldRemove",c,function(e){e.cancel?n.updateCheckState(o,"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,o,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 o={name:"[Measures]",caption:"Measures",baseField:void 0,baseItem:void 0};("row"===this.parent.dataSourceSettings.valueAxis?this.parent.dataSourceSettings.rows:this.parent.dataSourceSettings.columns).push(o)}}},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(Y,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 o=this.parent.pivotFieldList[i];if(!t.isNullOrUndefined(e)){if(this.isSpaceKey=e.event.key&&" "===e.event.key,t.isNullOrUndefined(o)||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 s=this.fieldTable.getNode(e.node);e.event&&e.event.target&&!e.event.target.classList.contains("e-frame")?"true"===s.isChecked?(this.fieldTable.uncheckAll([e.node]),a=!1):(this.fieldTable.checkAll([e.node]),a=!0):a="true"===s.isChecked}var l=ne.getFieldInfo(o.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:ne.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(o,"check"):n.selectedNodes.push(o.id.toString())})}else{var u={cancel:!1,fieldName:l.fieldName,dataSourceSettings:ne.getClonedDataSourceSettings(this.parent.dataSourceSettings),fieldItem:l.fieldItem,axis:l.axis};d.trigger("fieldRemove",u,function(e){if(e.cancel)n.updateCheckState(o,"uncheck");else for(var t=n.selectedNodes.length;t--;)if(n.selectedNodes[t]===o.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):[],r={},n=0,o=a;n<o.length;n++){var s=o[n],l=this.parent.pivotFieldList[s];if(r[s]={id:l.id,pid:l.pid,caption:l.caption,isSelected:l.isSelected},!t.isNullOrUndefined(l.pid)&&!r[s].hasChildren){var d=l.pid+"_group_name";r[s].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 o=a[n],s=void 0;if(3===e){if("[measures]"!==o.id.toLowerCase()&&(0===o.id.toLowerCase().indexOf("[measures]")||o.spriteCssClass&&-1!==o.spriteCssClass.indexOf("e-measureCDB"))||"[calculated members].[_0]"===o.id.toLowerCase()||o.spriteCssClass&&-1!==o.spriteCssClass.indexOf("e-calc-measure-icon")){(s={id:o.id,caption:o.caption,hasChildren:o.hasChildren,type:o.type,aggregateType:o.aggregateType,isSelected:o.isSelected,pid:o.pid,spriteCssClass:o.spriteCssClass}).isSelected=!1,s.spriteCssClass&&-1!==s.spriteCssClass.indexOf("e-measureCDB")&&(s.spriteCssClass=s.spriteCssClass.replace("e-folderCDB-icon","e-measureGroupCDB-icon"),s.pid=void 0);for(var l=0,d=r;l<d.length;l++){var p=d[l];if(s.id===p.name){s.isSelected=!0;break}}i.push(s)}}else if(!(0===o.id.toLowerCase().indexOf("[measures]")||o.spriteCssClass&&-1!==o.spriteCssClass.indexOf("e-measureCDB")||o.spriteCssClass&&-1!==o.spriteCssClass.indexOf("e-calc-measure-icon"))){(s={id:o.id,caption:o.caption,hasChildren:o.hasChildren,type:o.type,aggregateType:o.aggregateType,isSelected:o.isSelected,pid:o.pid,spriteCssClass:o.spriteCssClass}).isSelected=!1;for(var h=0,u=r;h<u.length;h++){var c=u[h];if(s.id===c.name){s.isSelected=!0;break}}i.push(s)}n++}else i=t.isNullOrUndefined(this.parent.olapEngineModule.fieldListData)?[]:ne.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(!ne.invokeActionMethod(this.parent,z,"Sort field tree")){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)}ne.invokeActionMethod(this.parent,W,this.parent.getActionCompleteName(),{sortInfo:{order:"Ascend"===this.fieldListSort?"Ascending":"Descend"===this.fieldListSort?"Descending":"None"}})}},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(J,this.refreshTreeView,this)},e.prototype.removeEventListener=function(){this.parent.isDestroyed||this.parent.off(J,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}(),ni=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"}),o=t.createElement("div",{className:"e-axis-header",attrs:{title:this.parent.localeObj.getConstant(e[i])}});o.innerText=this.parent.localeObj.getConstant(e[i]),n.appendChild(this.getIconupdate(e[i])),n.appendChild(o);var s=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(s,{});this.droppableInstances.push(p),r.appendChild(n),r.appendChild(s),r.appendChild(d),i<=1?this.leftAxisPanel.appendChild(r):this.rightAxisPanel.appendChild(r),this.unWireEvent(s),this.wireEvent(s)}},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}(),oi=function(){function e(e){this.parent=e,this.menuOption=new le(this.parent),this.parent.pivotButtonModule=this,this.addEventListener(),this.parent instanceof hi&&(this.axisField=new si(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;!this.parent.isTabular||this.parent.isTabular&&"rows"!==e.axis?r=Array.prototype.slice.call(this.parentElement.querySelectorAll(".e-group-"+e.axis)):this.parent.isTabular&&"rows"===e.axis&&(t.isNullOrUndefined(this.parentElement.querySelectorAll("."+U)[0])||(r=Array.prototype.slice.call(this.parentElement.querySelectorAll("."+U))),t.isNullOrUndefined(this.parentElement.querySelectorAll(".e-group-chart-rows")[0])||(n=Array.prototype.slice.call(this.parentElement.querySelectorAll(".e-group-chart-rows"))));var o;"rows"===e.axis&&this.parent.showGroupingBar&&this.parent.groupingBarModule&&t.isNullOrUndefined(this.parentElement.querySelector("."+U))&&!t.isNullOrUndefined(r)&&(r.push(this.parent.groupingBarModule.rowPanel),o=this.parent.groupingBarModule.rowPanel);var s=t.extend([],e.field,null,!0),d=e.axis,p=-1,h="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)&&h&&this.parent.dataSourceSettings.values.length>1&&t.isNullOrUndefined(ne.getFieldByName("[Measures]",s))){var u=ne.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?(p=s.length,s.push(c),this.parent.setProperties({dataSourceSettings:{valueIndex:-1}},!0)):(p=this.parent.dataSourceSettings.valueIndex,s.splice(p,0,c))}if("pivotfieldlist"===this.parent.getModuleName()){if(this.parentElement=document.getElementById(this.parent.element.id+"_Container"),!this.parentElement.querySelector(".e-field-list-"+d))return;var g=this.parentElement.querySelector(".e-field-list-"+d).querySelector(".e-draggable-prompt");0===s.length?t.removeClass([g],"e-disable"):t.addClass([g],"e-disable"),o=this.parentElement.querySelector(".e-field-list-"+d).querySelector(".e-axis-content")}else this.parentElement=this.parent.element,t.isNullOrUndefined(this.parentElement.querySelector(".e-group-"+d))||(o=this.parentElement.querySelector(".e-group-"+d));if(o)if("pivotview"===this.parent.getModuleName()&&0===s.length)for(m=0;m<r.length;m++)(C=r[m]).classList.contains("e-group-chart-values")||C.classList.contains("e-group-chart-columns")?"values"===d&&C.classList.contains("e-group-chart-values")&&this.parent.pivotChartModule&&this.createChartValueDropdown(C,[]):((g=t.createElement("span",{className:"e-draggable-prompt"})).innerText=this.parent.groupingBarSettings.allowDragAndDrop?"rows"===d?this.parent.localeObj.getConstant("rowAxisPrompt"):"columns"===d?this.parent.localeObj.getConstant("columnAxisPrompt"):"values"===d?this.parent.localeObj.getConstant("valueAxisPrompt"):"filters"===d?this.parent.localeObj.getConstant("filterAxisPrompt"):this.parent.localeObj.getConstant("allFields"):"",C.appendChild(g));else{if(!this.parent.isTabular||this.parent.isTabular&&"rows"!==e.axis)for(var m=0,f=s.length;m<f;m++)for(var v="pivotfieldlist"===this.parent.getModuleName()?[o]:r,S=0;S<v.length;S++){C=v[S];this.appendPivotButton(C,s,d,p,m,e)}else{if(!t.isNullOrUndefined(r))for(var m=0,f=s.length;m<f;m++){var v="pivotfieldlist"===this.parent.getModuleName()?[o]:r,y="row"===this.parent.dataSourceSettings.valueAxis&&this.parent.dataSourceSettings.values.length>1&&v.length>1,b=void 0,C=v[b=y&&h?m===s.length-1?v.length-1:m%(v.length-1):y&&!h||this.parent.dataSourceSettings.alwaysShowValueHeader&&1===this.parent.dataSourceSettings.values.length?m%(v.length-1):m%v.length];this.appendPivotButton(C,s,d,p,m,e)}if(!t.isNullOrUndefined(n))for(var m=0,f=s.length;m<f;m++)for(var v="pivotfieldlist"===this.parent.getModuleName()?[o]:n,S=0;S<v.length;S++){C=v[S];this.appendPivotButton(C,s,d,p,m,e)}}if("values"===d){for(var x=this.parent,w=s.map(function(e){return{text:e.caption?e.caption:e.name,value:e.name}}),m=0;m<r.length;m++)if((C=r[m]).classList.contains("e-group-chart-values")&&x.pivotChartModule){var T=C.querySelector(".e-group-chart-values-drodown-div");if(T){var M=t.getInstance(T,l.DropDownList);M.dataSource=w,M.value=x.chartSettings.enableMultipleAxis?w[0].value:x.pivotChartModule.currentMeasure}else this.createChartValueDropdown(C,w)}}else if("columns"===d)for(var D=void 0,O=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<r.length;m++)if((C=r[m]).classList.contains("e-group-chart-columns")&&this.parent.pivotChartModule){for(var P=this.parent.pivotChartModule.currentMeasure,N=this.parent.chartSettings.columnDelimiter?this.parent.chartSettings.columnDelimiter:"-",E=this.parent.chartSettings.columnHeader&&""!==this.parent.chartSettings.columnHeader?this.parent.chartSettings.columnHeader.split(N).join(" - "):"",I="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,F=I.pivotValues,L=this.parent.pivotChartModule.getColumnTotalIndex(F),A=[],R=!1,k=0,j=Object.keys(F);k<j.length;k++){var H=j[k];if(R)break;var V=Number(H);if(F[V]&&F[V][0]&&"row"===F[V][0].axis&&(0===this.parent.dataSourceSettings.rows.length||"grand sum"!==F[V][0].type))for(var q=F[V][0],B="olap"===this.parent.dataType?I.tupRowInfo[q.ordinal]:void 0,_=F[V],G=0,z=Object.keys(_);G<z.length;G++){var W=z[G],Q=Number(W),Y=F[V][Q],K="olap"===this.parent.dataType&&B&&B.measureName?B.measureName:Y.actualText;if(!L[Y.colIndex]&&"value"===Y.axis&&"header"!==q.type&&""!==K&&K===P){R=!0;var X="olap"===this.parent.dataType?Y.columnHeaders.toString().split(/~~|::/).join(" - "):Y.columnHeaders.toString().split(this.parent.dataSourceSettings.valueSortSettings.headerDelimiter).join(" - ");A.push({value:X,text:X,title:(i={},i.title=X,i)}),X===E&&(D=A.length)}}}if(O&&C.querySelector(".e-group-chart-columns-dropdown-div"))O.dataSource=A,O.value=void 0!==D?A[D-1].value:A[0].value;else{var J=t.createElement("div",{className:"e-group-chart-columns-dropdown-div"});C.appendChild(J),(O=new l.DropDownList({dataSource:A,enableRtl:this.parent.enableRtl,locale:this.parent.locale,value:D?A[D-1].value:A[0]?A[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,O.isAngular=this.parent.isModalDialog,O.appendTo(J)}}}},e.prototype.appendPivotButton=function(e,i,a,r,n,o){if(!t.isNullOrUndefined(e)&&(this.parent.olapEngineModule&&(this.parent.olapEngineModule.fieldList[i[n].name]||"[Measures]"===i[n].name)||this.parent.engineModule)){var s="olap"===this.parent.dataType&&("[measures]"===i[n].name.toLowerCase()||"values"===a),l="olap"===this.parent.dataType&&"values"===a;if(!e.classList.contains("e-group-chart-values")&&!e.classList.contains("e-group-chart-columns")){var d=t.createElement("div",{className:"e-pvt-btn-div"+(0===n&&"all-fields"!==a?" e-first-btn":"")+(this.parent.isTabular?" e-tabular-pvt-btn":""),attrs:{"data-tag":a+":"+i[n].name}});this.parent.isTabular&&(d.style.width="rows"===o.axis&&e.classList.contains(U)?"100%":"auto");var p=i[n].caption?i[n].caption:i[n].name;p=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(p):p;var u=t.createElement("div",{id:this.parent.element.id+"_"+i[n].name,className:"e-pivot-button "+i[n].name.replace(/[^A-Z0-9]/gi,"")+(this.parent.isTabular?" e-tabular-row-btn":""),attrs:{"data-uid":i[n].name,tabindex:"pivotview"===this.parent.getModuleName()&&this.parent.grid&&"rows"===a&&!e.classList.contains("e-group-chart-rows")?"-1":"0",isvalue:n===r||s&&!l?"true":"false","aria-disabled":"false","aria-label":p,"data-type":"olap"===this.parent.dataType?l?"isMeasureFieldsAvail":s?"isMeasureAvail":i[n].type:i[n].type,"data-caption":p,"data-basefield":this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(i[n].baseField):i[n].baseField,"data-baseitem":this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(i[n].baseItem):i[n].baseItem,role:"button"}}),c=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false"},className:"e-drop-indicator"}),g=t.createElement("span",{attrs:{tabindex:"-1","aria-disabled":"false"},className:"e-drop-indicator-last"}),m=this.createButtonDragIcon(i[n],u),f=this.createButtonText(i,n,a,r);if(u.appendChild(f),"all-fields"!==a){if(s||i[n].isNamedSet||i[n].isCalculatedField||(-1!==["filters","values"].indexOf(a)||r===n||"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(u,i[n].name,i[n]),"values"!==a&&r!==n&&this.createFilterOption(u,i[n].name,a,i[n]),"values"===a&&this.getTypeStatus(i,n,u)),i[n].isCalculatedField||"CalculatedField"===i[n].type){var v=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&&(i[n].showEditIcon||void 0===i[n].showEditIcon)?t.removeClass([v],"e-disable"):t.addClass([v],"e-disable"),u.appendChild(v)}var S=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&&(i[n].showRemoveIcon||void 0===i[n].showRemoveIcon)?t.removeClass([S],"e-disable"):t.addClass([S],"e-disable"):i[n].showRemoveIcon||void 0===i[n].showRemoveIcon?t.removeClass([S],"e-disable"):t.addClass([S],"e-disable"),u.appendChild(S),d.appendChild(c),d.appendChild(u),d.appendChild(g)}else d.appendChild(c),d.appendChild(u);e.appendChild(d);var b=new h.Button({enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass});b.isStringTemplate=!0,b.appendTo(u),this.unWireEvent(d,n===r&&"all-fields"!==a?"values":a,s),this.wireEvent(d,n===r&&"all-fields"!==a?"values":a,s),("pivotview"===this.parent.getModuleName()&&!this.parent.isAdaptive||"pivotfieldlist"===this.parent.getModuleName())&&(this.createDraggable(i[n],"pivotview"===this.parent.getModuleName()?f:m),t.getInstance(u.querySelector(".e-draggable"),t.Draggable).enableAutoScroll=!1)}}},e.prototype.createButtonText=function(e,i,a,r){var n,o;"filters"===a&&(o=this.updateButtontext(e[i].name));var s,l;(s="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule).fieldList&&(l=s.fieldList[e[i].name]),t.isNullOrUndefined(l)||(n="DistinctCount"!==(n=l.aggregateType)&&"number"!==l.type?"string"===l.type&&-1!==this.menuOption.stringAggregateTypes.indexOf(l.aggregateType)?l.aggregateType:"Count":void 0===n?"Sum":l.aggregateType);var d=e[i].caption?e[i].caption:e[i].name;d=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(d):d;var p=t.createElement("span",{attrs:{title:"filters"===a?"olap"===this.parent.dataType&&"CalculatedField"===s.fieldList[e[i].name].type?d:d+" ("+o+")":"olap"===this.parent.dataType?d:this.parent.dataSourceSettings.showAggregationOnValueField&&"values"===a&&"CalculatedField"!==n?this.parent.localeObj.getConstant(n)+" "+this.parent.localeObj.getConstant("of")+" "+d:d,tabindex:"-1","aria-disabled":"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 p.innerText="filters"===a?"olap"===this.parent.dataType&&l&&"CalculatedField"===l.type?d:d+" ("+o+")":"olap"===this.parent.dataType?d:this.parent.dataSourceSettings.showAggregationOnValueField&&"values"===a&&"CalculatedField"!==n?this.parent.localeObj.getConstant(n)+" "+this.parent.localeObj.getConstant("of")+" "+d:d,p},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.createChartValueDropdown=function(e,i){void 0===i&&(i=[]);var a=this.parent,r=t.createElement("div",{className:"e-group-chart-values-drodown-div"});e.appendChild(r);var n=i.length>0?a.chartSettings.enableMultipleAxis?i[0].value:a.pivotChartModule.currentMeasure:null,o=new l.DropDownList({dataSource:i,enableRtl:this.parent.enableRtl,locale:this.parent.locale,value:n,width:this.parent.isAdaptive?150:200,fields:{value:"value",text:"text"},cssClass:"e-group-chart-values-drodown"+(this.parent.cssClass?" "+this.parent.cssClass:""),placeholder:this.parent.localeObj.getConstant("valueAxisPrompt"),change:function(e){e.e&&null!==e.e&&(a.chartSettings.value=e.value)}});return o.isStringTemplate=!0,o.isAngular=this.parent.isModalDialog,o.appendTo(r),o},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=ne.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,o;if(o="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate)r="Descending"===o.fieldList[i].sort?"e-descend":"";else{r="";for(var s=0;s<this.parent.dataSourceSettings.sortSettings.length;s++)this.parent.dataSourceSettings.sortSettings[s].name===i&&(r="Descending"===this.parent.dataSourceSettings.sortSettings[s].order?"e-descend":"")}return n=o.fieldList&&"None"===o.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,o;o="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule;var s=ne.getFieldByName(i,this.parent.dataSourceSettings.filterSettings);if(!1===this.parent.isDeferLayoutUpdate||this.parent.pivotGridModule&&!1===this.parent.pivotGridModule.pivotDeferLayoutUpdate)o.fieldList[i].filter=null===o.fieldList[i].filter?[]:o.fieldList[i].filter,n="Server"===this.parent.dataSourceSettings.mode&&!s||"Local"===this.parent.dataSourceSettings.mode&&0===o.fieldList[i].filter.length?o.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,o=t.fieldList[e].filter[0];if("olap"===this.parent.dataType)i=this.updateOlapButtonText(t,e,o,a);else if("include"===r)1===a?i=o: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?o!==t.fieldList[e].dateMember[0].actualText?o:t.fieldList[e].dateMember[0].actualText:this.parent.localeObj.getConstant("multipleItems");else if(a>1){var s=void 0,l=Object.keys(t.fieldList[e].members),d=t.fieldList[e].filter;if(a===l.length-1)for(s=0;s<l.length;s++){var p=l[s];if(-1===d.indexOf(p)){i=l[s];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 o=e.fieldList[t].members,s=[];if(e.fieldList[t].filterMembers.length>0){for(var l={},d=0,p=n;d<p.length;d++)l[c=p[d]]=c,o[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];o[c].isSelected&&(o[c].parent&&o[o[c].parent].isSelected||s.push(c))}i=1===s.length?o[s[0]].caption:i}a=0===s.length?a:s.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),ne.getAppendToElement(this.parentElement,this.parent.isAngular).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=ne.getFieldInfo(a.getAttribute("data-uid"),this.parent),o={fieldName:n.fieldName,fieldItem:n.fieldItem,axis:n.axis,dataSourceSettings:ne.getClonedDataSourceSettings(this.parent.dataSourceSettings),cancel:!1};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("fieldDragStart",o,function(n){if(n.cancel)i.parent.isDragging=!1,i.draggable.intDestroy(e.event),t.detach(r);else{i.parent.isDragging=!0;var o=void 0,s=(o="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(s&&"CalculatedField"===s.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 o=[].slice.call(a.querySelectorAll(".e-pivot-button")),s=t.closest(e,".e-pvt-btn-div"),l=void 0,d=-1,p=0,h=o.length;p<h;p++)if(o[p].id===i.id&&(l=p),s){var u=s.querySelector(".e-pivot-button");o[p].id===u.id&&(d=p)}(l===d||l===o.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=ne.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 hi||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 hi&&(n.axisField.render(),this.parent.isPopupView&&this.parent.pivotGridModule?this.parent.pivotGridModule.notify(Y,this):this.parent.staticPivotGridModule&&this.parent.staticPivotGridModule.notify(Y,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(Y,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=ne.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.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();var e=this.parent.pivotCommon.filterDialog.dialogPopUp.element.querySelector(".e-clear-filter-button");if(e){var t=this.parent.pivotCommon.filterDialog.dialogPopUp.buttons[0].buttonModel;t&&t.content&&e.setAttribute("title",t.content.toString())}},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"),o=a.getAttribute("data-type"),s=a.getAttribute("data-measure"),l=a.getAttribute("data-operator"),d=a.getAttribute("data-value1"),p=a.getAttribute("data-value2"),h="value"===o?"Value":"date"===o?"Date":"number"===o?"Number":"Label",u={name:r,type:h,measure:s,condition:l,value1:"date"===o?new Date(d):d,value2:"date"===o?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=ne.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:ne.getClonedDataSourceSettings(this.parent.dataSourceSettings)};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("memberFiltering",S,function(a){if(a.cancel||(u=a.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=ne.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(),!a.cancel){i.refreshPivotButtonState(r,!0);var n={filterInfo:!t.isNullOrUndefined(i.parent)&&!t.isNullOrUndefined(i.parent.lastFilterInfo)&&Object.keys(i.parent.lastFilterInfo).length>0?i.parent.lastFilterInfo:u};i.parent.actionObj.actionInfo=n,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=ne.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=ne.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:ne.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++)(o=a[i]).isSelected="check"===e,t[o.htmlAttributes["data-memberId"]]=o.htmlAttributes["data-memberId"];for(var r=0,n=this.parent.pivotCommon.currentTreeItems;r<n.length;r++){var o=n[r];void 0!==t[o.htmlAttributes["data-memberId"]]&&(o.isSelected="check"===e,this.parent.pivotCommon.currentTreeItemsPos[o.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,o=p=Object.keys(r);n<o.length;n++)r[c=o[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 s=0,l=e;s<l.length;s++){if(a[f=l[s]]&&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 i=this,a=!1,r={items:[],name:e,type:"Include"},n="olap"===this.parent.dataType?this.parent.olapEngineModule:this.parent.engineModule,o=this.parent.pivotCommon.filterDialog.isAppendMode,s=ne.getFilterItemByName(e,this.parent.dataSourceSettings.filterSettings);if("olap"===this.parent.dataType&&n&&!n.fieldList[e].isHierarchy){var l=n.fieldList[e].members,d=n.fieldList[e].currrentMembers;if(r.items=this.parent.pivotCommon.filterDialog.memberTreeView.getAllCheckedNodes(),r.levelCount=n.fieldList[e].levelCount,o&&s&&s.items){var p=new Set((s.items||[]).concat(r.items||[]));r.items=Array.from(p),r.type=s.type||"Include"}if(a=r.items.length!==this.parent.pivotCommon.filterDialog.memberTreeView.fields.dataSource.length,n.fieldList[e].searchMembers.length>0&&!a){var h=Object.keys(l).length,u=Object.keys(d).length;a=h!==u||h!==r.items.length}for(var c=0,g=r.items;c<g.length;c++){var m=g[c];n.fieldList[e].searchMembers.length>0&&d[m]?d[m].isSelected=!0:l[m]&&(l[m].isSelected=!0)}}else{for(var f=[],v=0,S=this.parent.pivotCommon.searchTreeItems;v<S.length;v++){var y=S[v];if(y.isSelected){var b=!1,C=!1;this.parent&&(this.parent.engineModule instanceof se&&(b=e in this.parent.engineModule.groupingFields),t.isNullOrUndefined(this.parent.pivotCommon)||(C=this.parent.pivotCommon.isDateField)),C&&!b?f.push(y.actualText):b&&C?f.push("Server"===this.parent.dataSourceSettings.mode?y.actualText:y.name):f.push(y.htmlAttributes["data-memberId"])}}o&&s&&s.items?(r.items=Array.from(new Set((s.items||[]).concat(f))),r.type=s.type||"Include"):r.items=f,a=f.length!==this.parent.pivotCommon.currentTreeItems.length}if("olap"===this.parent.dataType&&this.removeDataSourceSettings(e),this.parent.allowDeferLayoutUpdate){n.fieldList[r.name].filterType=r.type.toLowerCase(),n.fieldList[r.name].filter=[];for(var x=0;x<r.items.length;x++)n.fieldList[r.name].filter.push(r.items[x])}var w={filterSettings:r,dataSourceSettings:ne.getClonedDataSourceSettings(this.parent.dataSourceSettings),cancel:!1};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("memberFiltering",w,function(t){if(r=t.filterSettings,!t.cancel){if(ne.getFilterItemByName(e,i.parent.dataSourceSettings.filterSettings))for(var n=0;n<i.parent.dataSourceSettings.filterSettings.length;n++)if(i.parent.dataSourceSettings.filterSettings[n].name===e){i.parent.dataSourceSettings.filterSettings.splice(n,1);break}i.parent.dataSourceSettings.filterSettings.push(r)}if(i.parent.pivotCommon.filterDialog.dialogPopUp.close(),!t.cancel){i.refreshPivotButtonState(e,a),a||(i.removeDataSourceSettings(e),r={}),i.parent.lastFilterInfo=r;var o={filterInfo:i.parent.lastFilterInfo};i.parent.actionObj.actionInfo=o,i.updateDataSource(!0);var s=i;s.parent instanceof hi&&s.axisField.render()}for(var l=0,d=[].slice.call(i.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 o=n[r];if(o.getAttribute("data-uid")===e){a=o.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);for(var n=r.querySelectorAll(".e-draggable"),o=0;o<n.length;o++){var s=t.getInstance(n[o],t.Draggable);s&&!s.isDestroyed&&(s.destroy(),s=null)}var l=t.getInstance(r,h.Button);l&&!l.isDestroyed&&(l.destroy(),l=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}(),si=function(){function e(e){this.parent=e}return e.prototype.render=function(){(!this.parent.pivotButtonModule||this.parent.pivotButtonModule&&this.parent.pivotButtonModule.isDestroyed)&&new oi(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=""),(this.parent.engineModule&&this.parent.engineModule.fieldList&&Object.keys(this.parent.engineModule.fieldList).length>0||"pivot"!==this.parent.dataType)&&("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 o={field:e[r],axis:a[r].toString()};this.parent.notify("pivot-button-update",o)}},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}(),li=function(){function e(e){this.parent=e,this.parent.dialogRenderer=new ai(this.parent),this.parent.treeViewModule=new ri(this.parent),this.parent.axisTableModule=new ni(this.parent),this.parent.axisFieldModule=new si(this.parent)}return e.prototype.render=function(){this.parent.dialogRenderer.render(),this.parent.isAdaptive||this.parent.treeViewModule.render(),this.parent.axisTableModule.render()},e}(),di=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)}}(),pi=function(e,t,i,a){var r,n=arguments.length,o=n<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,i,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(o=(n<3?r(o):n>3?r(t,i,o):r(t,i))||o);return n>3&&o&&Object.defineProperty(t,i,o),o},hi=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.isModalDialog=!1,a}return di(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","PercentageOfRunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"]},a.prototype.preRender=function(){this.dataSourceSettings&&"SSAS"===this.dataSourceSettings.providerType?(this.olapEngineModule=new Rt,this.dataType="olap"):(this.engineModule=new se,this.dataType="pivot"),this.maxNodeLimitInMemberEditor<=0&&(this.maxNodeLimitInMemberEditor=1),this.isAdaptive=t.Browser.isDevice,this.globalize=new t.Internationalization(this.locale),this.renderModule=new li(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",Top:"Top",Bottom:"Bottom",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",PercentageOfRunningTotals:"% of 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",addCurrentSelection:"Add current selection to filter"},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,o=this.pivotGridModule?this.pivotGridModule.enableHtmlSanitizer:this.enableHtmlSanitizer,s=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:s,enableVirtualization:n,allowDataCompression:p}:{mode:"",savedFieldList:void 0,pageSettings:a,enableValueSorting:d,isDrillThrough:l,localeObj:s,clonedReport:this.clonedReport,globalize:this.globalize,currenyCode:this.currencyCode,enablePaging:r,enableVirtualization:n,enableHtmlSanitizer:o,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=ne.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,o,s,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(ne.getLocalizedObject(this)),savedFieldList:"onDrop"===e&&null!==this.engineModule.fieldList?ne.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:o,fetchRawDataArgs:s,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 o=ne.isDateField(i.memberName,this.engineModule),s="number"===this.engineModule.fieldList[i.memberName].type,l=0,d=(c=Object.keys(a)).length;l<d;l++){var p=a[c[l]],h=o?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:o?h.actualText:s?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=ne.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;this.isAngular&&!t.isNullOrUndefined(this.element.closest(".cdk-overlay-pane"))&&(this.isModalDialog=!0);var 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(Q,{})})},a.prototype.wireEvent=function(){this.on(Q,this.generateData,this),this.on(X,this.fieldListRender,this)},a.prototype.unWireEvent=function(){this.pivotGridModule&&this.pivotGridModule.isDestroyed||(this.off(Q,this.generateData),this.off(X,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,o=Object.keys(i);n<o.length;n++){var s=o[n];switch(s){case"locale":this.isPopupView||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)||(ne.updateDataSourceSettings(this.staticPivotGridModule,this.savedDataSourceSettings),this.savedDataSourceSettings=void 0),i.dataSourceSettings.dataSource&&0===i.dataSourceSettings.dataSource.length&&!t.isNullOrUndefined(this.staticPivotGridModule)&&(this.savedDataSourceSettings=ne.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()),ne.isButtonIconRefesh(s,a,i)){if(this.isPopupView&&this.pivotGridModule&&this.pivotGridModule.showGroupingBar&&this.pivotGridModule.groupingBarModule){var d=ne.cloneFieldSettings(this.dataSourceSettings.filters),p=ne.cloneFieldSettings(this.dataSourceSettings.values),h=ne.cloneFieldSettings(this.dataSourceSettings.rows),u=ne.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=ne.cloneFieldSettings(c.dataSourceSettings.rows),u=ne.cloneFieldSettings(c.dataSourceSettings.columns),p=ne.cloneFieldSettings(c.dataSourceSettings.values),d=ne.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(J,{})}}this.axisFieldModule.render(),this.treeViewModule.fieldTable&&!this.isAdaptive&&this.notify(J,{})}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.fieldListRender();break;case"allowDeferLayoutUpdate":this.isDeferLayoutUpdate=this.allowDeferLayoutUpdate,this.fieldListRender(),this.pivotGridModule&&this.pivotGridModule.showGroupingBar&&this.pivotGridModule.groupingBarModule&&this.pivotGridModule.showFieldList&&this.pivotGridModule.groupingBarModule.alignIcon();break;case"maxNodeLimitInMemberEditor":this.maxNodeLimitInMemberEditor<=0&&(this.maxNodeLimitInMemberEditor=1)}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:ne.getClonedDataSourceSettings(this.dataSourceSettings)},n=this.isPopupView?this.pivotGridModule:this;n.trigger("enginePopulating",r,function(t){if(ne.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?ne.getClonedCSVData(i):ne.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 o={pivotFieldList:e.pivotFieldList,pivotValues:e.engineModule.pivotValues},s=e;n.trigger("enginePopulated",o,function(e){s.pivotFieldList=e.pivotFieldList,s.engineModule.pivotValues=e.pivotValues,s.notify(X,{}),s.trigger("dataBound")})}else if("olap"===e.dataType){ne.renderOlapEngine(e),e.pivotFieldList=e.olapEngineModule.fieldList;var o={pivotFieldList:e.pivotFieldList,pivotValues:e.olapEngineModule.pivotValues},l=e;n.trigger("enginePopulated",o,function(e){l.pivotFieldList=e.pivotFieldList,l.olapEngineModule.pivotValues=e.pivotValues,l.notify(X,{}),l.trigger("dataBound")})}}),"None"!==this.defaultFieldListOrder&&this.treeViewModule.fieldTable&&!this.isAdaptive&&this.notify(J,{})},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(X,{}):(this.notify(X,{}),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.getBeforeServiceInvoke=function(e){return this.trigger("beforeServiceInvoke",e),e},a.prototype.getAfterServiceInvoke=function(e){return this.trigger("afterServiceInvoke",e),e},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(){if(this.renderModule){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 fe(i),this.pivotCommon.control=this,this.allowDeferLayoutUpdate&&(this.clonedDataSource=ne.getClonedDataSourceSettings(this.dataSourceSettings),"olap"===this.dataType&&(this.clonedFieldListData=ne.cloneOlapFieldSettings(this.olapEngineModule.fieldListData)),this.clonedFieldList=ne.getClonedFieldList(this.pivotFieldList));var a=this.isPopupView?this.pivotGridModule:this.staticPivotGridModule;a&&a.toolbarModule&&ne.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 o=n[r];o&&i.fieldList[o.name]&&(o.caption?i.fieldList[o.name].caption=o.caption:i.fieldList[o.name].caption=o.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,o=n.isPopupView?n.pivotGridModule:n,s=!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:ne.getClonedDataSourceSettings(n.dataSourceSettings)};o.trigger("enginePopulating",c,function(c){if(l&&(p||u||h||d)||(ne.updateDataSourceSettings(n,c.dataSourceSettings),ne.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"===o.dataSourceSettings.mode?o.getEngine("onSort",null,n.lastSortInfo,null,null,null,null):n.engineModule.onSort(n.lastSortInfo),n.lastSortInfo={}),u&&("Server"===o.dataSourceSettings.mode?o.getEngine("onFilter",null,null,null,null,n.lastFilterInfo,null):n.engineModule.onFilter(n.lastFilterInfo,n.dataSourceSettings),n.lastFilterInfo={}),h&&("Server"===o.dataSourceSettings.mode?o.getEngine("onAggregation",null,null,n.lastAggregationInfo,null,null,null):n.engineModule.onAggregation(n.lastAggregationInfo),n.lastAggregationInfo={}),d&&("Server"===o.dataSourceSettings.mode?o.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 s=n.updateOlapDataSource(n,p,d,s,g,u);n.getFieldCaption(n.dataSourceSettings)}else n.axisFieldModule.render(),n.pivotGridModule&&n.pivotGridModule.notify(Y,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,s)})},a.prototype.enginePopulatedEventMethod=function(e,i,a){var n=this,o=e.isPopupView?e.pivotGridModule:e,s={dataSourceSettings:e.dataSourceSettings,pivotFieldList:"pivot"===e.dataType?e.engineModule.fieldList:e.olapEngineModule.fieldList,pivotValues:"pivot"===e.dataType?e.engineModule.pivotValues:e.olapEngineModule.pivotValues};o.trigger("enginePopulated",s,function(o){e.dataSourceSettings=o.dataSourceSettings,e.pivotCommon.dataSourceSettings=e.dataSourceSettings,e.pivotFieldList=o.pivotFieldList,"olap"===e.dataType?(e.olapEngineModule.pivotValues=o.pivotValues,e.pivotCommon.engineModule=e.olapEngineModule):(e.engineModule.pivotValues=o.pivotValues,e.pivotCommon.engineModule=e.engineModule),i||!e.treeViewModule.fieldTable||e.isAdaptive||e.notify(J,{}),e.isRequiredUpdate?(e.allowDeferLayoutUpdate&&(e.clonedDataSource=ne.getClonedDataSourceSettings(e.dataSourceSettings),"olap"===n.dataType&&(n.clonedFieldListData=ne.cloneOlapFieldSettings(n.olapEngineModule.fieldListData)),e.clonedFieldList=ne.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(Y,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 o=e.frameCustomProperties(e.olapEngineModule.fieldListData,e.olapEngineModule.fieldList);return o.enableValueSorting=r,o.savedFieldList=e.pivotFieldList,!i&&!t||n?ne.renderOlapEngine(e,o):(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(J,{}),this.axisFieldModule.render(),!this.isPopupView&&this.allowDeferLayoutUpdate&&(this.clonedDataSource=ne.getClonedDataSourceSettings(this.dataSourceSettings),"olap"===this.dataType&&(this.clonedFieldListData=ne.cloneOlapFieldSettings(this.olapEngineModule.fieldListData)),this.clonedFieldList=ne.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:ne.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:ne.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,cancel:!1};return(this.isPopupView?this.pivotGridModule:this).trigger(z,e),e.cancel},a.prototype.actionCompleteMethod=function(){var e={dataSourceSettings:ne.getClonedDataSourceSettings(this.dataSourceSettings),actionName:this.actionObj.actionName,fieldInfo:this.actionObj.fieldInfo,actionInfo:this.actionObj.actionInfo};(this.isPopupView?this.pivotGridModule:this).trigger(W,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 this.actionObj.actionName===ie?"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)),this.isModalDialog=!1},pi([t.Complex({},Le)],a.prototype,"dataSourceSettings",void 0),pi([t.Property("Popup")],a.prototype,"renderMode",void 0),pi([t.Property()],a.prototype,"target",void 0),pi([t.Property("")],a.prototype,"cssClass",void 0),pi([t.Property(!1)],a.prototype,"enableHtmlSanitizer",void 0),pi([t.Property(!1)],a.prototype,"allowCalculatedField",void 0),pi([t.Property(!1)],a.prototype,"enableFieldSearching",void 0),pi([t.Property(!1)],a.prototype,"showValuesButton",void 0),pi([t.Property(!1)],a.prototype,"allowDeferLayoutUpdate",void 0),pi([t.Property(1e3)],a.prototype,"maxNodeLimitInMemberEditor",void 0),pi([t.Property(!0)],a.prototype,"loadOnDemandInMemberEditor",void 0),pi([t.Property()],a.prototype,"spinnerTemplate",void 0),pi([t.Property(["Sum","Count","DistinctCount","Product","Min","Max","Avg","Median","Index","PopulationVar","SampleVar","PopulationStDev","SampleStDev","RunningTotals","PercentageOfRunningTotals","PercentageOfGrandTotal","PercentageOfColumnTotal","PercentageOfRowTotal","PercentageOfParentColumnTotal","PercentageOfParentRowTotal","DifferenceFrom","PercentageOfDifferenceFrom","PercentageOfParentTotal"])],a.prototype,"aggregateTypes",void 0),pi([t.Property("USD")],a.prototype,"currencyCode",void 0),pi([t.Event()],a.prototype,"load",void 0),pi([t.Event()],a.prototype,"enginePopulating",void 0),pi([t.Event()],a.prototype,"memberFiltering",void 0),pi([t.Event()],a.prototype,"enginePopulated",void 0),pi([t.Event()],a.prototype,"onFieldDropped",void 0),pi([t.Event()],a.prototype,"fieldDrop",void 0),pi([t.Event()],a.prototype,"fieldDragStart",void 0),pi([t.Event()],a.prototype,"aggregateCellInfo",void 0),pi([t.Event()],a.prototype,"memberEditorOpen",void 0),pi([t.Event()],a.prototype,"calculatedFieldCreate",void 0),pi([t.Event()],a.prototype,"aggregateMenuOpen",void 0),pi([t.Event()],a.prototype,"fieldRemove",void 0),pi([t.Event()],a.prototype,"dataBound",void 0),pi([t.Event()],a.prototype,"created",void 0),pi([t.Event()],a.prototype,"destroyed",void 0),pi([t.Event()],a.prototype,"beforeServiceInvoke",void 0),pi([t.Event()],a.prototype,"afterServiceInvoke",void 0),pi([t.Event()],a.prototype,"actionBegin",void 0),pi([t.Event()],a.prototype,"actionComplete",void 0),pi([t.Event()],a.prototype,"actionFailure",void 0),pi([t.Event()],a.prototype,"onHeadersSort",void 0),a=pi([t.NotifyPropertyChanges],a)}(t.Component),ui="PopulationVar",ci="CalculatedField",gi=function(){function e(e){this.isFormula=!1,this.isRequireUpdate=!1,this.formatTypes=["Standard","Currency","Percent","Custom","None"],t.initializeTelemetryFeature("CalculatedField","PivotTable"),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),o=i.getAttribute("data-type"),s=t.select("#"+this.parentID+"droppable",n.element);"pivot"===this.parent.dataType?""===s.value?s.value=o===ci?i.getAttribute("data-uid"):'"'+o+"("+a+')"':""!==s.value&&(s.value=o===ci?s.value+i.getAttribute("data-uid"):s.value+'"'+o+"("+a+')"'):(this.parent.olapEngineModule&&this.parent.olapEngineModule.fieldList[a]&&this.parent.olapEngineModule.fieldList[a].isCalculatedField&&(a=this.parent.olapEngineModule.fieldList[a].tag),""===s.value?s.value=a:""!==s.value&&(s.value=s.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=ne.getFieldByName(a,this.parent.dataSourceSettings.formatSettings),o=t.closest(e.originalEvent.target,".e-acrdn-header-icon");if(n){var s=this.getFormat(n.format),l=s?this.formatTypes.indexOf(s)>-1?n.format:"Custom":"None";this.formatType=l}o.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([o.querySelector(".e-list-icon")],"e-edited"),t.removeClass([o.querySelector(".e-list-icon")],"e-edit"),this.renderMobileLayout(this.parent.dialogRenderer.adaptiveElement)):o.querySelector(".e-edited")&&e.originalEvent.target.classList.contains("e-edited")?(this.isEdit=!1,this.fieldText=this.formatText=this.formulaText=this.currentFieldName=null,t.addClass([o.querySelector(".e-list-icon")],"e-edit"),t.removeClass([o.querySelector(".e-list-icon")],"e-edited")):o.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),o.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),s.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")===ci&&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),s.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),s.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),o.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),o.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),s.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(),s={cancel:!1,fieldName:a,aggregateTypes:this.getMenuItems(r).slice()};("pivotfieldlist"===this.parent.getModuleName()&&this.parent.isPopupView?this.parent.pivotGridModule:this.parent).trigger("aggregateMenuOpen",s,function(a){if(!a.cancel){for(var r=[],s=[],l=0,d=a.aggregateTypes;l<d.length;l++){var p=d[l];n.indexOf(p)>-1&&-1===r.indexOf(p)&&(r.push(p),s.push({id:i.parent.element.id+"Calc_"+p,text:i.parent.localeObj.getConstant(p)}))}i.createMenu(s,e);var h=e.getBoundingClientRect(),u=window.scrollY||document.documentElement.scrollTop,c=t.getInstance(t.select("#"+i.parentID+"CalcContextmenu",document),o.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,s={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 o.ContextMenu(s);l.isStringTemplate=!0,l.isAngular=this.parent.isModalDialog,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),s.MaskedTextBox);this.newFields=t.extend([],this.parent.dataSourceSettings.calculatedFieldSettings,null,!0);var n={fieldName:this.isEdit?this.currentFieldName:r.value,calculatedField:this.getCalculatedFieldInfo(),calculatedFieldSettings:ne.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 o=0,l=Object.keys(i.parent.engineModule.fieldList);o<l.length;o++){var d=l[o];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),s.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===ci&&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===ci&&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),s.MaskedTextBox),n=t.select("#"+this.parentID+"droppable",document),o=this.parent.isAdaptive?this.parent.dialogRenderer.adaptiveElement.element:i.element,d=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",o),s.MaskedTextBox),p={name:this.isEdit?this.currentFieldName:a.value,caption:a.value,formula:n.value},h=t.getInstance(t.select("#"+this.parentID+"Format_Div",o),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",o),l.DropDownList),c=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",o),l.DropDownList);"Dimension"===u.value&&(p.hierarchyUniqueName=c.value),this.parent.olapEngineModule&&(this.parent.olapEngineModule.currentCalcFieldInfo={fieldType:u.value,fieldName:p.name,hierarchyUniqueName:p.hierarchyUniqueName})}return p},e.prototype.updateFormatSettings=function(e,i,a){for(var r={name:i,format:a,useGrouping:!0},n=!1,o=0;o<e.formatSettings.length;o++)if(e.formatSettings[o].name===i){if("undefined"===a||void 0===a||""===a){e.formatSettings.splice(o,1),n=!0;break}var s=e.formatSettings[o].properties?e.formatSettings[o].properties:e.formatSettings[o];s.format=a,e.formatSettings.splice(o,1,s),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),s.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),o=t.getInstance(t.select("#"+this.parentID+"Hierarchy_List_Div",a),l.DropDownList);n.index=0,n.readonly=!1,n.dataBind(),o.index=0,o.enabled=!1,o.dataBind()}var d=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",a),s.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()}this.parent&&"olap"===this.parent.dataType&&this.parent.olapEngineModule&&(this.parent.olapEngineModule.currentCalcFieldInfo={})},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={},"olap"===this.parent.dataType&&this.parent.olapEngineModule&&(this.parent.olapEngineModule.currentCalcFieldInfo={}),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=ne.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 o=0,s=e.engineModule.fieldList?Object.keys(e.engineModule.fieldList):[];o<s.length;o++){var l=s[o],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 o=a.value,s=a.selectionStart,l=o.substring(s,o.length),d=(h=o.substring(0,s))+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===ci?e.draggedNodeData.id.toString():'"'+p+"("+n+')"',a.focus();else if(e.target.id===this.parentID+"droppable"&&""!==a.value){var d=void 0,s=a.selectionStart,h=(o=a.value).substring(0,s),l=o.substring(s,o.length);p===ci?(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 o=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",o.element)&&t.select("#"+e.parentID+"ddlelement",o.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:ne.getAppendToElement(this.parent.element,this.parent.isAngular),cssClass:this.parent.cssClass});o.isStringTemplate=!0,o.isAngular=this.parent.isModalDialog,o.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 o=t.createElement("div",{id:this.parentID+"buttonDiv",className:"e-pivot-button-div"}),s=t.createElement("button",{id:this.parentID+"addBtn",className:"e-pivot-add-button",attrs:{type:"button"}});s.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"),o.appendChild(l),o.appendChild(s),e.appendChild(o)}else{this.parent.isAdaptive||"olap"!==this.parent.dataType||((S=t.createElement("div",{className:"e-pivot-field-name-title",id:this.parentID+"_FieldNameTitle"})).innerText=this.parent.localeObj.getConstant("fieldTitle"),a.appendChild(S));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);var m=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});m.isAngular=this.parent.isModalDialog,m.appendTo(c),h.appendChild(c)}else e.appendChild(u)}var f=t.createElement("div",{className:"e-pivot-treeview-outer-div"});h.appendChild(f);var v=t.createElement("div",{id:this.parentID+"tree",className:"e-pivot-treeview"});if(f.appendChild(v),"olap"!==this.parent.dataType||this.parent.isAdaptive?e.appendChild(h):i.appendChild(h),!this.parent.isAdaptive){var S=t.createElement("div",{className:"e-pivot-formula-title"});S.innerText="olap"===this.parent.dataType?this.parent.localeObj.getConstant("expressionField"):this.parent.localeObj.getConstant("formula"),"olap"===this.parent.dataType?a.appendChild(S):e.appendChild(S)}var b=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(b):a.appendChild(b),this.parent.isAdaptive){o=t.createElement("div",{id:this.parentID+"buttonDiv",className:"e-pivot-button-div"});(I=t.createElement("button",{id:this.parentID+"okBtn",className:"e-pivot-ok-button",attrs:{type:"button"}})).innerText=this.parent.localeObj.getConstant("apply"),o.appendChild(I),e.appendChild(o)}if("olap"===this.parent.dataType){if(!this.parent.isAdaptive){var C=t.createElement("div",{className:"e-olap-member-title"});C.innerText=this.parent.localeObj.getConstant("memberType"),a.appendChild(C)}var x=t.createElement("div",{id:this.parentID+"Member_Type_Div",className:"e-olap-calc-member-type-div"});if(this.parent.isAdaptive)e.appendChild(x);else{a.appendChild(x);var w=t.createElement("div",{className:"e-olap-hierarchy-title"});w.innerText=this.parent.localeObj.getConstant("selectedHierarchy"),a.appendChild(w)}var T=t.createElement("div",{id:this.parentID+"Hierarchy_List_Div",className:"e-olap-calc-hierarchy-list-div"});this.parent.isAdaptive?e.appendChild(T):a.appendChild(T)}if(!this.parent.isAdaptive){var M=t.createElement("div",{className:"e-pivot-format-title"});M.innerText=this.parent.localeObj.getConstant("formatString"),a.appendChild(M)}var D=t.createElement("div",{id:this.parentID+"Format_Div",className:"e-pivot-calc-format-type-div"});this.parent.isAdaptive?e.appendChild(D):a.appendChild(D);var P=t.createElement("div",{id:this.parentID+"custom_Format_Div",className:"e-pivot-calc-custom-format-div"}),E=t.createElement("input",{id:this.parentID+"Custom_Format_Element",attrs:{type:"text"},className:"e-custom-format-input"});if(P.appendChild(E),a.appendChild(P),this.parent.isAdaptive?e.appendChild(P):a.appendChild(P),"pivotfieldlist"===this.parent.getModuleName()&&null===this.parent.dialogRenderer.parentElement.querySelector("."+N)&&this.parent.isAdaptive){var I=e.querySelector(".e-pivot-ok-button");e.appendChild(I)}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),s.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 o=t.getInstance(t.select("#"+this.parentID+"Format_Div",i.element),l.DropDownList);this.formatType=o.value}if(i.element.querySelector(".e-custom-format-input")){var d=t.getInstance(t.select("#"+this.parentID+"Custom_Format_Element",i.element),s.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),s.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 o=t.getInstance(t.select("#"+this.parentID+"Member_Type_Div",a),l.DropDownList);this.fieldType=o.value=r.fieldType,o.readonly=!!e,o.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),s.MaskedTextBox),u=ne.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=[],o=[],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=ne.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)&&o.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.isAngular=this.parent.isModalDialog,y.appendTo(t.select("#"+this.parentID+"Member_Type_Div",a));var b=new l.DropDownList({dataSource:o,enableRtl:this.parent.enableRtl,locale:this.parent.locale,allowFiltering:!0,enabled:"Dimension"===y.value,filterBarPlaceholder:this.parent.localeObj.getConstant("example")+" "+o[0].text.toString(),fields:{value:"value",text:"text"},value:null!==this.parentHierarchy&&"Dimension"===y.value?this.parentHierarchy:o[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.isAngular=this.parent.isModalDialog,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.isAngular=this.parent.isModalDialog,C.appendTo(t.select("#"+this.parentID+"Format_Div",a));var x=new s.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 o.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")===ci?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 o.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.isAngular=this.parent.isModalDialog,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,o=a;n<o.length;n++){var s=o[n];s.pid===e.nodeData.id.toString()&&r.push(s)}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===ci&&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 o=e.node.querySelector(".e-text-content");if(e.node&&e.node.querySelector(".e-list-icon")&&o){var s=e.node.querySelector(".e-list-icon");o.insertBefore(s,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=ne.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===ci&&(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(),o=0;o<a.length;o++)n.indexOf(a[o])>-1&&r.indexOf(a[o])<0&&(("Count"!==a[o]&&"DistinctCount"!==a[o]||"number"===e)&&"number"!==e||r.push(a[o]));return r},e.prototype.getValidSummaryType=function(){return["Count","DistinctCount","Sum","Avg","Median","Min","Max","Product","SampleStDev","PopulationStDev","SampleVar",ui]},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===ci||this.getMenuItems(this.parent.engineModule.fieldList[n].type).length<1?"":this.createTypeContainer(n).outerHTML,iconCss:this.parent.engineModule.fieldList[n].aggregateType===ci?"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 s.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 o.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.isAngular=this.parent.isModalDialog,this.treeObj.appendTo(t.select("#"+this.parentID+"accordDiv",n));else{var c=new o.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],o="number"!==this.parent.engineModule.fieldList[n].type?["Count","DistinctCount"]:["Sum","Count","Avg","Median","Min","Max","DistinctCount","Product","SampleStDev","PopulationStDev","SampleVar",ui],s=void 0;if(n===e.element.querySelector("[data-field").getAttribute("data-field"))for(var l=0;l<o.length;l++)(s=new h.RadioButton({label:this.parent.localeObj.getConstant(o[l]),name:"AggregateType"+n,checked:e.element.querySelector("[data-type").getAttribute("data-type")===o[l],change:this.onChange.bind(this),locale:this.parent.locale,enableRtl:this.parent.enableRtl,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:this.parent.cssClass})).isStringTemplate=!0,s.appendTo(t.select("#"+this.parentID+"radio"+n+o[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,o=e.length;n<o;n++){var s=e[n],l=null;l="number"===this.parent.engineModule.fieldList[s].type&&"include"!==this.parent.engineModule.fieldList[s].type&&"exclude"!==this.parent.engineModule.fieldList[s].type||"DistinctCount"===this.parent.engineModule.fieldList[s].aggregateType?void 0!==this.parent.engineModule.fieldList[s].aggregateType?this.parent.engineModule.fieldList[s].aggregateType:"Sum":"Count";var d=new h.CheckBox({label:this.parent.engineModule.fieldList[s].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",s),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(ci))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 o=this.treeObj.getAllCheckedNodes(),s=this.parent.olapEngineModule,l=0,d=o;l<d.length;l++){var p=d[l];e+=s.fieldList[p]&&s.fieldList[p].type===ci?s.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 s.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,o){var s=t.createElement("div",{id:this.parentID+"_CalculatedFieldErrorDialog",className:"e-pivot-error-dialog"});this.parent.element.appendChild(s);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,o):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:ne.getAppendToElement(this.parent.element,this.parent.isAngular),cssClass:this.parent.cssClass,close:this.removeErrorDialog.bind(this,o)});l.isStringTemplate=!0,l.isAngular=this.parent.isModalDialog,l.appendTo(s)},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===ci&&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:ne.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(W,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,o.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,s.MaskedTextBox);d&&!d.isDestroyed&&d.destroy()}var p=t.select("#"+this.parentID+"Custom_Format_Element",document);if(p){var h=t.getInstance(p,s.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,o.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 o=t.getInstance(n,l.DropDownList);o&&!o.isDestroyed&&o.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}();hi.Inject(gi);var mi=function(){function e(e){t.initializeTelemetryFeature("FieldList","PivotTable"),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 hi({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),beforeServiceInvoke:this.parent.bindTriggerEvents.bind(this.parent),afterServiceInvoke: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.isAngular=this.parent.isModalDialog,this.parent.pivotFieldListModule.appendTo(this.element)}},e.prototype.updateControl=function(){if(this.parent.allowDeferLayoutUpdate&&!this.parent.actionObj.actionName&&(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(Y,this.updateControl,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off("init-groupingbar",this.initiateModule),this.parent.off(Y,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}(),fi=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 oi(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||this.parent.isTabular&&0===this.parent.engineModule.rowMaxLevel){var r=t.createElement("span",{className:"e-indent-div",styles:"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("."+U))&&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 o=0,s=this.parent.engineModule&&this.parent.engineModule.fieldList?Object.keys(this.parent.engineModule.fieldList):[];o<s.length;o++){var l=s[o];this.parent.engineModule.fieldList[l]&&!this.parent.engineModule.fieldList[l].isSelected&&e[e.length-1].push(ne.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}(),vi=function(){function e(e){this.rowAxisWidth=0,this.isDestroyed=!1,t.initializeTelemetryFeature("GroupingBar","PivotTable"),this.parent=e,this.parent.groupingBarModule=this,this.resColWidth=this.parent.resizedValue?this.parent.resizedValue:this.parent.isTabular?150:this.parent.isAdaptive?180:249,this.addEventListener(),this.parent.axisFieldModule=new fi(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 o=t.createElement("div",{className:"e-group-columns e-columns"}),s=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(o),r.appendChild(s),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(U);for(var d=0,p=[this.rowPanel,o,s,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(U),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(){this.resColWidth=this.parent.resizedValue?this.parent.resizedValue:this.resColWidth;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 o=this.parent.element.querySelectorAll(".e-grouping-bar"),s=0;s<o.length;s++){var l=o[s];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&&(d.style.minWidth="100px",p.style.minWidth="100px"),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&&(i.style.minWidth="100px",n.style.minWidth="100px"),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.rowPanel.style.width=this.resColWidth+"px",this.rowPanel.style.overflow="hidden",this.rowPanel.style.display="block",n.style.width=this.resColWidth+"px",n.style.overflow="hidden",n.style.display="block",this.parent.axisFieldModule.render(),n.querySelectorAll(".e-pvt-btn-div").forEach(function(e){e.style.width=n.offsetWidth<250?"100%":"auto"}),this.setGridRowWidth();for(var m=this.parent.element.querySelector("."+R).querySelector("colgroup").children,f=0,v=this.parent.isTabular&&this.parent.engineModule.rowMaxLevel>0?this.parent.engineModule.rowMaxLevel+1:1,s=0;s<v;s++){var S=m[s];t.isNullOrUndefined(S)||(this.parent&&this.parent.gridSettings&&!this.parent.gridSettings.allowAutoResizing&&!t.isNullOrUndefined(S.offsetWidth)?f+=S.offsetWidth:t.isNullOrUndefined(S.style)||t.isNullOrUndefined(S.style.width)||(f+=parseInt(S.style.width,10)))}var y=f,b=t.formatUnit(this.groupingTable.offsetWidth-y);t.setStyleAttribute(n,{width:y+"px"}),t.setStyleAttribute(this.rightAxisPanel,{width:b}),this.groupingTable.style.display="";var C=n.offsetHeight/2;C>r.offsetHeight&&(t.setStyleAttribute(a,{height:t.formatUnit(C)}),t.setStyleAttribute(r,{height:t.formatUnit(C+2)}));var x=this.parent.element.querySelector("."+R).offsetHeight;t.setStyleAttribute(this.rowPanel,{height:x+"px"}),this.parent.element.querySelector("."+R).querySelector(".e-rhandler")&&(this.parent.element.querySelector("."+R).querySelector(".e-rhandler").style.height=x+"px");for(var w=[].slice.call(this.parent.element.querySelector("."+R).querySelector("thead").querySelectorAll("tr")).filter(function(e){return e.childNodes.length>0}),T=x/w.length,D=0,O=w;D<O.length;D++){var P=O[D];t.setStyleAttribute(P,{height:T+"px"});for(var N=0,E=[].slice.call(P.querySelectorAll(".e-rhandler"));N<E.length;N++){var I=E[N];t.setStyleAttribute(I,{height:T+"px"})}}}else this.parent.axisFieldModule.render(),this.updateChartAxisHeight();if(this.parent.showToolbar&&"Both"===this.parent.displayOption.view){var F="Table"===this.parent.currentView?".e-chart-grouping-bar":".e-pivot-grouping-bar",L=this.parent.element.querySelector(F);L&&(L.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"),o=this.groupingChartTable.querySelector(".e-group-columns");if(a&&o&&(a.style.height="auto",o.style.height="auto",a.offsetHeight>0&&o.offsetHeight>0)){s=a.offsetHeight>o.offsetHeight?a.offsetHeight:o.offsetHeight;t.setStyleAttribute(a,{height:t.formatUnit(s)}),t.setStyleAttribute(o,{height:t.formatUnit(s)})}if(r&&n&&(r.style.height="auto",n.style.height="auto",r.offsetHeight>0&&n.offsetHeight>0)){var s=r.offsetHeight>n.offsetHeight?r.offsetHeight:n.offsetHeight;t.setStyleAttribute(r,{height:t.formatUnit(s)}),t.setStyleAttribute(n,{height:t.formatUnit(s)})}if(this.parent&&!t.isNullOrUndefined(this.parent.minWidth)){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,n=0,o=this.parent.isTabular&&this.parent.engineModule.rowMaxLevel>0?this.parent.engineModule.rowMaxLevel+1:1,s=void 0;if("Table"===this.parent.currentView&&this.groupingTable){var l=this.parent.element.querySelectorAll(".e-group-pivot-rows");s=l.length>0?l[0].querySelectorAll(".e-pvt-btn-div"):null}else if("Chart"===this.parent.currentView&&this.groupingChartTable){var d=this.groupingChartTable.querySelector(".e-group-rows");s=d?d.querySelectorAll(".e-pvt-btn-div"):null}var p=this.parent.isTouchMode?6.5:5.5,h=0;t.isNullOrUndefined(s)||s.forEach(function(e){h+=e.offsetHeight+p});for(var u=0;u<o;u++){D=r[u];if(t.isNullOrUndefined(D)||(this.parent&&this.parent.gridSettings&&!this.parent.gridSettings.allowAutoResizing&&!t.isNullOrUndefined(D.offsetWidth)?n+=D.offsetWidth:t.isNullOrUndefined(D.style)||t.isNullOrUndefined(D.style.width)||(n+=parseInt(D.style.width,10))),!t.isNullOrUndefined(this.parent.element.querySelectorAll(".e-group-pivot-rows")[u])){var c=0,g="pivot"===this.parent.dataType?this.parent.engineModule:this.parent.olapEngineModule;if(!t.isNullOrUndefined(g)&&!t.isNullOrUndefined(g.pivotValues))for(var m=0;m<g.pivotValues.length&&(!g.pivotValues[m]||!g.pivotValues[m][0]||"row"!==g.pivotValues[m][0].axis);m++)g.pivotValues[m]&&c++;h<c*this.parent.gridSettings.rowHeight?this.parent.element.querySelectorAll(".e-group-pivot-rows")[u].style.height=c*this.parent.gridSettings.rowHeight+"px":this.parent.element.querySelectorAll(".e-group-pivot-rows")[u].style.height=h+"px"}}var f=n,v=t.formatUnit(this.groupingTable.offsetWidth-f);if(t.setStyleAttribute(i,{width:f+"px"}),this.parent.isTabular)this.setTabularWidth();else{var S=parseInt(r[0].style.width,10);t.setStyleAttribute(this.rowPanel,{width:S>100?S+"px":"100px"})}if(t.setStyleAttribute(this.rightAxisPanel,{width:v}),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 y=this.parent.element.querySelector("."+R).querySelector(".e-columnheader");t.addClass([y.querySelector("."+M)],"e-group-row"),t.setStyleAttribute(this.rowPanel,{height:this.parent.element.querySelector("."+R).offsetHeight+"px"}),y.querySelector(".e-group-row").appendChild(this.rowAxisPanel),t.setStyleAttribute(y.querySelector(".e-group-row").querySelector(".e-headercelldiv"),{display:"none"}),t.setStyleAttribute(y.querySelector(".e-group-row").querySelector(".e-sortfilterdiv"),{display:"none"});var b=this.parent.element.querySelector("."+R).offsetHeight;t.setStyleAttribute(this.rowPanel,{height:b+"px"}),this.parent.element.querySelector("."+R).querySelector(".e-rhandler")&&(this.parent.element.querySelector("."+R).querySelector(".e-rhandler").style.height=b+"px");for(var C=[].slice.call(this.parent.element.querySelector("."+R).querySelector("thead").querySelectorAll("tr")).filter(function(e){return e.childNodes.length>0}),x=b/C.length,w=0,T=C;w<T.length;w++){var D=T[w];t.setStyleAttribute(D,{height:x+"px"});for(var O=0,P=[].slice.call(D.querySelectorAll(".e-rhandler"));O<P.length;O++){var N=P[O];N.parentElement.parentElement.querySelector(".e-leftfreeze")||t.setStyleAttribute(N,{height:x+"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"),i=(this.groupingTable?this.groupingTable:this.groupingChartTable).getElementsByClassName("e-left-axis-fields")[0];if(!t.isNullOrUndefined(this.groupingTable)){if(this.parent.isTabular&&this.parent.engineModule.rowMaxLevel>=1){t.isNullOrUndefined(i.querySelector(".e-axis-row"))||i.querySelector(".e-axis-row").remove();for(var a=e.querySelectorAll("."+M),r=0;r<this.parent.engineModule.rowMaxLevel+1;r++){if(!t.isNullOrUndefined(a[r])){t.addClass([a[r]],"e-group-row");var n=e.querySelectorAll(".e-group-row");if(!n[r].querySelector(".e-row-axis-panel")){var o=this.rowAxisPanel.cloneNode(!0);o.classList.add("e-row-axis-panel"),o.querySelectorAll(".e-pvt-btn-div")&&o.querySelectorAll(".e-pvt-btn-div").forEach(function(e){return e.remove()}),n[r].appendChild(o)}}this.parent.axisFieldModule.render()}}else t.addClass([e.querySelector("."+M)],"e-group-row"),e.querySelector(".e-group-row").appendChild(this.rowAxisPanel);var s=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){if((v=this.parent.grid.columns)&&v.length>0)if(this.parent.isTabular){this.rowAxisWidth=this.parent.dataSourceSettings.rows.length*this.parent.gridSettings.columnWidth;for(r=0;r<this.parent.engineModule.rowMaxLevel;r++)t.isNullOrUndefined(v[r])||(v[r].width=this.parent.gridSettings.columnWidth)}else v[0].width=this.resColWidth;this.parent.posCount=0}}else{var l=[].slice.call(this.rowPanel.querySelectorAll(".e-pvt-btn-div")),d=l[l.length-1],p=this.parent.isTabular?0:d.querySelector(".e-indent-div").offsetWidth+20,h=d.querySelector(".e-pivot-button").offsetWidth+p,u=t.formatUnit(h<this.resColWidth?this.resColWidth:h),c=this.parent.element.querySelector("."+R).querySelector("."+M),g=this.parent.element.querySelector(".e-content").querySelector("colgroup").children[0],m=parseInt(u,10),f=this.parent.pivotColumns.length>0,v=this.parent.grid.columns;this.resColWidth=this.parent.resizeInfo&&this.parent.resizeInfo["0.formattedText"]>100?this.parent.resizeInfo["0.formattedText"]:this.resColWidth,v&&v.length>0&&(v[0].width=v[0].autoFit?v[0].width:m>this.resColWidth?m:this.resColWidth);var S=void 0;S="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 y=0;y<v.length;y++)if(0!==y)if(v[y].columns)this.parent.setCommonColumnsWidth(this.parent.renderModule.pivotColumns[y].columns,S);else if("auto"!==v[y].width){var b=v[y].customAttributes?v[y].customAttributes.cell.valueSort.levelName:"",C=this.parent.renderModule.setSavedWidth(b,S);v[y].width=v[y].autoFit||f&&this.parent.pivotColumns[y].autoFit?v[y].width:this.parent.renderModule.lastColumn&&this.parent.renderModule.lastColumn.field===v[y].field?C-3:C}else v[y].minWidth=S;if(this.parent.isTabular){var x=this.parent.pivotValues[0],w=0;if(x&&t.isNullOrUndefined(x[0])&&(w=x.lastIndexOf("Server"===this.parent.dataSourceSettings.mode?null:void 0)+1),this.rowAxisWidth>(this.parent.resizedValue?this.parent.resizedValue:150)&&w>1){var T=l[0].getBoundingClientRect().width+6;u=this.rowAxisWidth<w*T?T+"px":w>1?T+"px":this.rowAxisWidth-(w-1)*T+"px"}}this.parent.posCount=0,this.parent.setGridColumns(this.parent.grid.columns),this.parent.firstColWidth||(u=this.parent.isTabular?this.resColWidth.toString():v[0].autoFit?v[0].width.toString():u,s.style.width=u,g.style.width=u,c.style.width=u,t.setStyleAttribute(c,{width:u}))}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 o.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(Y,this.appendToElement,this))},e.prototype.removeEventListener=function(){this.parent.isDestroyed||(this.parent.off(Y,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.setTabularWidth=function(){for(var e=this.parent.element.querySelector("."+R).querySelector("colgroup").children,i=this.parent.isTabular&&this.parent.engineModule.rowMaxLevel>0?this.parent.engineModule.rowMaxLevel+1:1,a=this.parent.element.querySelector("."+R).querySelector(".e-columnheader").querySelectorAll(".e-group-rows"),r=0;r<i;r++)t.isNullOrUndefined(a[r])||t.isNullOrUndefined(a[r].style)||t.isNullOrUndefined(e[r])||t.isNullOrUndefined(e[r].style)||t.isNullOrUndefined(e[r].style.width)||(a[r].style.width=parseInt(e[r].style.width,10)-6+"px")},e}(),Si=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:ne.getAppendToElement(this.parent.element,this.parent.isAngular)}):new r.Dialog({allowDragging:!0,position:{X:"center",Y:"center"},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.isAngular=this.parent.isModalDialog,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"}),o=t.createElement("table",{id:this.parentID+"_valueTable"+e,className:"e-format-table",attrs:{role:"table"}}),s=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),s.appendChild(l),o.appendChild(s),s=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),s.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),s.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),s.appendChild(l),o.appendChild(s),n.appendChild(o);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 o=0;o<this.parent.dataSourceSettings.values.length;o++){var d=this.parent.dataSourceSettings.values[o].caption||this.parent.dataSourceSettings.values[o].name;d=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(d):d,n.push({index:o+1,name:d,field:this.parent.dataSourceSettings.values[o].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].isAngular=this.parent.isModalDialog,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].isAngular=this.parent.isModalDialog,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 s.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 s.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].isAngular=this.parent.isModalDialog,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].isAngular=this.parent.isModalDialog,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,o="#"===n.charAt(0)&&this.isHex(n.substr(1))?n:this.colourNameToHex(n);t.select("#"+this.parentID+"valuepreview"+e,document).style.color=o,this.fontColor[e]=new s.ColorPicker({cssClass:"e-format-color-picker e-format-font-color-picker"+(this.parent.cssClass?" "+this.parent.cssClass:""),value:o,mode:"Palette",change:this.fontColorChange.bind(this,e),locale:this.parent.locale,enableRtl:this.parent.enableRtl}),this.fontColor[e].isStringTemplate=!0,this.fontColor[e].isAngular=this.parent.isModalDialog,this.fontColor[e].appendTo(t.select("#"+this.parentID+"fontcolor"+e,i)),t.addClass([this.fontColor[e].element.nextElementSibling.querySelector(".e-selected-color")],y),o="#"===(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=o,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 s.ColorPicker({cssClass:"e-format-color-picker"+(this.parent.cssClass?" "+this.parent.cssClass:""),value:o,mode:"Palette",change:this.backColorChange.bind(this,e),locale:this.parent.locale,enableRtl:this.parent.enableRtl}),this.backgroundColor[e].isStringTemplate=!0,this.backgroundColor[e].isAngular=this.parent.isModalDialog,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 o=t.getInstance(n,l.DropDownList);o&&!o.isDestroyed&&o.destroy()}var s=t.select("#"+this.parentID+"fontnameinput"+e,i);if(s){var d=t.getInstance(s,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,s.TextBox);r&&!r.isDestroyed&&r.destroy()}var n=t.select("#"+this.parentID+"conditionvalue2"+e,i);if(n){var o=t.getInstance(n,s.TextBox);o&&!o.isDestroyed&&o.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}(),yi=function(){function e(e){this.isMultiAxisChange=!1,this.isReportChange=!1,this.currentReport="",this.isChartTypeDialogApplied=!1,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(),this.toolbar&&!this.toolbar.isDestroyed&&(this.destroyToolbarComponents(),this.toolbar.destroy(),this.toolbar=null),null!==t.select("#"+this.parent.element.id+"pivot-toolbar",document)&&t.remove(t.select("#"+this.parent.element.id+"pivot-toolbar",document));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 o.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);var n=this.parent.grid?this.parent.getGridWidthAsNumber():this.parent.getWidthAsNumber();this.toolbar.width=n;var s=n-2;this.toolbar.element.style.minWidth=this.parent.isAdaptive?s+"px":s<400?this.parent.minWidth||"398px":s+"px",this.parent.chart&&this.parent.chart.setProperties({width:n.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 o="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:(o?"e-disabled":"")+(this.parent.cssClass?" "+this.parent.cssClass:""),click:this.menuItemClick.bind(this)});break;case"Chart":var s="Table"===this.parent.displayOption.view;i.push({template:'<ul id="'+this.parent.element.id+'chart_menu"></ul>',id:this.parent.element.id+"chartmenu",cssClass:(s?"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"}),o=t.createElement("div",{className:"e-pivotview-report-label"});o.innerText=this.parent.localeObj.getConstant("reportName");var s=t.createElement("input",{className:"e-pivotview-report-input e-input",attrs:{placeholder:this.parent.localeObj.getConstant("emptyReportName"),value:i&&"rename"===i?this.currentReport:""}});s.innerText=i&&"rename"===i?this.currentReport:"",s.setSelectionRange(s.textContent.length,s.textContent.length),n.appendChild(o),n.appendChild(s),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,""===t||"Open field list"===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",document)&&t.remove(t.select("#"+this.parent.element.id+"report-dialog",document));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:ne.getAppendToElement(this.parent.element,this.parent.isAngular),cssClass:this.parent.cssClass});i.isStringTemplate=!0,i.isAngular=this.parent.isModalDialog,i.appendTo(e)},e.prototype.renderMDXDialog=function(){null!==t.select("#"+this.parent.element.id+"mdx-dialog",document)&&t.remove(t.select("#"+this.parent.element.id+"mdx-dialog",document));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:ne.getAppendToElement(this.parent.element,this.parent.isAngular),cssClass:this.parent.cssClass});i.isStringTemplate=!0,i.isAngular=this.parent.isModalDialog,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),Jt)),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,o=this,s={reportName:[]};this.parent.trigger("fetchReport",s,function(i){for(var l=0;l<i.reportName.length;l++)if(a.value===s.reportName[l]){n=!0;break}if(n)return void o.createConfirmDialog(o.parent.localeObj.getConstant("alert"),o.parent.localeObj.getConstant("replaceConfirmBefore")+'"'+a.value+'"'+o.parent.localeObj.getConstant("replaceConfirmAfter"));o.parent.trigger("newReport");var d={report:o.getCurrentReport(),reportName:a.value},p={reportName:a.value};e.parent.actionObj.actionInfo=p,o.parent.trigger("saveReport",d),o.parent.isModified=!1,o.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 o={report:g.getCurrentReport(),reportName:a.value},s={reportName:a.value};e.parent.actionObj.actionInfo=s,g.parent.trigger("saveReport",o),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:ne.getAppendToElement(this.parent.element,this.parent.isAngular),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.isAngular=this.parent.isModalDialog,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 o=this.fetchReports();if(o.reportName&&o.reportName.length>0){var s={reportName:o.reportName[o.reportName.length-1]};this.parent.trigger("loadReport",s,function(t){e.currentReport=t.reportName,e.parent.isModified=!1}),this.currentReport=o.reportName[o.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 s=r[n];a.push({text:this.parent.localeObj.getConstant("Column"===s?"columnChart":s.toLowerCase()),id:this.parent.element.id+"_"+s})}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,o.Menu):null;p&&!p.isDestroyed&&(p.destroy(),p=null),(p=new o.Menu({items:d,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:B+(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.isAngular=this.parent.isModalDialog,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 o.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:B+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this),beforeOpen:this.updateExportMenu.bind(this),onClose:function(){e.focusToolBar()}});r.isStringTemplate=!0,r.isAngular=this.parent.isModalDialog,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:q+" "+y},{text:this.parent.localeObj.getConstant("doNotShowSubTotals"),id:this.parent.element.id+"notsubtotal",iconCss:q+" "+y},{text:this.parent.localeObj.getConstant("showSubTotalsRowsOnly"),id:this.parent.element.id+"subtotalrow",iconCss:q+" "+y},{text:this.parent.localeObj.getConstant("showSubTotalsColumnsOnly"),id:this.parent.element.id+"subtotalcolumn",iconCss:q+" "+y},{separator:!0},{text:this.parent.localeObj.getConstant("subTotalPosition"),id:this.parent.element.id+"subtotalpositions",iconCss:V+" "+y,items:[{text:this.parent.localeObj.getConstant("auto"),id:this.parent.element.id+"sub-none-position",iconCss:q+" "+y},{text:this.parent.localeObj.getConstant("top"),id:this.parent.element.id+"sub-top-position",iconCss:q+" "+y},{text:this.parent.localeObj.getConstant("bottom"),id:this.parent.element.id+"sub-bottom-position",iconCss:q+" "+y}]}]}],s=new o.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:B+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this),beforeOpen:this.updateSubtotalSelection.bind(this),onClose:function(){e.focusToolBar()}});s.isStringTemplate=!0,s.isAngular=this.parent.isModalDialog,s.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:q+" "+y},{text:this.parent.localeObj.getConstant("doNotShowGrandTotals"),id:this.parent.element.id+"notgrandtotal",iconCss:q+" "+y},{text:this.parent.localeObj.getConstant("showGrandTotalsRowsOnly"),id:this.parent.element.id+"grandtotalrow",iconCss:q+" "+y},{text:this.parent.localeObj.getConstant("showGrandTotalsColumnsOnly"),id:this.parent.element.id+"grandtotalcolumn",iconCss:q+" "+y},{separator:!0},{text:this.parent.localeObj.getConstant("grandTotalPosition"),id:this.parent.element.id+"grandtotalpositions",iconCss:V+" "+y,items:[{text:this.parent.localeObj.getConstant("top"),id:this.parent.element.id+"top-position",iconCss:q+" "+y},{text:this.parent.localeObj.getConstant("bottom"),id:this.parent.element.id+"bottom-position",iconCss:q+" "+y}]}]}],p=new o.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:B+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this),beforeOpen:this.updateGrandtotalSelection.bind(this),onClose:function(){e.focusToolBar()}});p.isStringTemplate=!0,p.isAngular=this.parent.isModalDialog,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 o.Menu({items:a,enableRtl:this.parent.enableRtl,locale:this.parent.locale,enableHtmlSanitizer:this.parent.enableHtmlSanitizer,cssClass:B+(this.parent.cssClass?" "+this.parent.cssClass:""),select:this.menuItemClick.bind(this)});u.isStringTemplate=!0,u.isAngular=this.parent.isModalDialog,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,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.isAngular=this.parent.isModalDialog,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 ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"subtotal ."+q,e.element).classList.add(V),t.select("#"+this.parent.element.id+"notsubtotal ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"notsubtotal ."+q,e.element).classList.add(V),t.select("#"+this.parent.element.id+"subtotalrow ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"subtotalrow ."+q,e.element).classList.add(V),t.select("#"+this.parent.element.id+"subtotalcolumn ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"subtotalcolumn ."+q,e.element).classList.add(V),this.parent.dataSourceSettings.showSubTotals&&this.parent.dataSourceSettings.showRowSubTotals&&!this.parent.dataSourceSettings.showColumnSubTotals?t.select("#"+this.parent.element.id+"subtotalrow ."+q,e.element).classList.remove(V):this.parent.dataSourceSettings.showSubTotals&&!this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?t.select("#"+this.parent.element.id+"subtotalcolumn ."+q,e.element).classList.remove(V):this.parent.dataSourceSettings.showSubTotals&&this.parent.dataSourceSettings.showRowSubTotals&&this.parent.dataSourceSettings.showColumnSubTotals?t.select("#"+this.parent.element.id+"subtotal ."+q,e.element).classList.remove(V):this.parent.dataSourceSettings.showSubTotals&&(this.parent.dataSourceSettings.showRowSubTotals||this.parent.dataSourceSettings.showColumnSubTotals)||t.select("#"+this.parent.element.id+"notsubtotal ."+q,e.element).classList.remove(V)):(t.select("#"+this.parent.element.id+"sub-none-position ."+q,e.element).classList.add(V),"Auto"===this.parent.dataSourceSettings.subTotalsPosition&&t.select("#"+this.parent.element.id+"sub-none-position ."+q,e.element).classList.remove(V),t.select("#"+this.parent.element.id+"sub-top-position ."+q,e.element).classList.add(V),"Top"===this.parent.dataSourceSettings.subTotalsPosition&&t.select("#"+this.parent.element.id+"sub-top-position ."+q,e.element).classList.remove(V),t.select("#"+this.parent.element.id+"sub-bottom-position ."+q,e.element).classList.add(V),"Bottom"===this.parent.dataSourceSettings.subTotalsPosition&&t.select("#"+this.parent.element.id+"sub-bottom-position ."+q,e.element).classList.remove(V))},e.prototype.updateGrandtotalSelection=function(e){e.parentItem.id!==this.parent.element.id+"grandtotalpositions"?(t.select("#"+this.parent.element.id+"grandtotal ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"grandtotal ."+q,e.element).classList.add(V),t.select("#"+this.parent.element.id+"notgrandtotal ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"notgrandtotal ."+q,e.element).classList.add(V),t.select("#"+this.parent.element.id+"grandtotalrow ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"grandtotalrow ."+q,e.element).classList.add(V),t.select("#"+this.parent.element.id+"grandtotalcolumn ."+q,e.element).classList.contains(V)||t.select("#"+this.parent.element.id+"grandtotalcolumn ."+q,e.element).classList.add(V),this.parent.dataSourceSettings.showGrandTotals&&this.parent.dataSourceSettings.showRowGrandTotals&&!this.parent.dataSourceSettings.showColumnGrandTotals?t.select("#"+this.parent.element.id+"grandtotalrow ."+q,e.element).classList.remove(V):this.parent.dataSourceSettings.showGrandTotals&&!this.parent.dataSourceSettings.showRowGrandTotals&&this.parent.dataSourceSettings.showColumnGrandTotals?t.select("#"+this.parent.element.id+"grandtotalcolumn ."+q,e.element).classList.remove(V):this.parent.dataSourceSettings.showGrandTotals&&this.parent.dataSourceSettings.showRowGrandTotals&&this.parent.dataSourceSettings.showColumnGrandTotals?t.select("#"+this.parent.element.id+"grandtotal ."+q,e.element).classList.remove(V):this.parent.dataSourceSettings.showGrandTotals&&(this.parent.dataSourceSettings.showRowGrandTotals||this.parent.dataSourceSettings.showColumnGrandTotals)||t.select("#"+this.parent.element.id+"notgrandtotal ."+q,e.element).classList.remove(V)):(t.select("#"+this.parent.element.id+"top-position ."+q,e.element).classList.add(V),"Top"===this.parent.dataSourceSettings.grandTotalsPosition&&t.select("#"+this.parent.element.id+"top-position ."+q,e.element).classList.remove(V),t.select("#"+this.parent.element.id+"bottom-position ."+q,e.element).classList.add(V),"Bottom"===this.parent.dataSourceSettings.grandTotalsPosition&&t.select("#"+this.parent.element.id+"bottom-position ."+q,e.element).classList.remove(V))},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 i,a=this,r={},n=t.isNullOrUndefined(e.item)||t.isNullOrUndefined(e.item.id)?"":e.item.id.split(this.parent.element.id+"_")[1],o=e.item.id===this.parent.element.id+"grid"?"Show table view":e.item.id===this.parent.element.id+"_Column"?Z:e.item.id===this.parent.element.id+"_Bar"?Z:e.item.id===this.parent.element.id+"_Line"?Z:e.item.id===this.parent.element.id+"_Area"?Z:e.item.id===this.parent.element.id+"_Scatter"?Z:e.item.id===this.parent.element.id+"_Polar"?Z:e.item.id===this.parent.element.id+"_ChartMoreOption"?Z: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"?$:e.item.id===this.parent.element.id+"subtotalcolumn"?ee: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"?te: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=o,!(""!==o&&"multipleAxes"!==n&&"showLegend"!==n&&"ChartMoreOption"!==n&&"Hide sub-totals"!==o&&o!==$&&o!==ee&&"Show sub-totals"!==o&&"Hide grand totals"!==o&&o!==te&&"Show column grand totals"!==o&&"Show grand totals"!==o&&o!==re&&o!==ae&&o!==Z)||!this.parent.actionBeginMethod()){(this.getAllChartItems().indexOf(n)>-1||"ChartMoreOption"===n||"multipleAxes"===n||"showLegend"===n)&&(i=n);try{switch(e.item.id){case this.parent.element.id+"grid":var s=t.select("#"+this.parent.element.id+"_chart",this.parent.element),l=t.getInstance(s,u.Chart);if(l=t.isNullOrUndefined(l)?this.parent.chart:l,this.parent.grid&&l&&"Table"!==this.parent.displayOption.view&&("Both"!==this.parent.displayOption.view||"Table"!==this.parent.displayOption.primary)){this.parent.grid.element&&this.parent.grid.element.style&&(this.parent.grid.element.style.display=""),l.element&&l.element.style&&(l.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 d={toolbarInfo:{displayOption:this.parent.displayOption,gridSettings:this.parent.gridSettings}};this.parent.actionObj.actionInfo=d,this.parent.layoutRefresh()}break;case this.parent.element.id+"pdf":if(t.isNullOrUndefined(this.parent.pdfExportModule)&&"Server"!==this.parent.dataSourceSettings.mode)return;"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":if(t.isNullOrUndefined(this.parent.excelExportModule)&&"Server"!==this.parent.dataSourceSettings.mode)return;r={excelExportProperties:{fileName:"Export.xlsx"},isBlob:void 0,isMultipleExport:void 0,workbook:void 0},this.parent.trigger("beforeExport",r,function(e){a.parent.excelExport(e.excelExportProperties,e.isMultipleExport,e.workbook,e.isBlob)});break;case this.parent.element.id+"csv":if(t.isNullOrUndefined(this.parent.excelExportModule)&&"Server"!==this.parent.dataSourceSettings.mode)return;r={excelExportProperties:{fileName:"Export.csv"},isBlob:!1,isMultipleExport:!1,workbook:void 0},this.parent.trigger("beforeExport",r,function(e){"Server"===a.parent.dataSourceSettings.mode?a.parent.getEngine("onCsvExport",null,null,null,null,null,null,null,null,e.excelExportProperties):a.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":if(ne.invokeActionMethod(this.parent,z,"Hide sub-totals",{toolbarInfo:{showSubTotals:!1}}))return;this.parent.setProperties({dataSourceSettings:{showSubTotals:!1,showColumnSubTotals:!1,showRowSubTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"subtotalrow":if(ne.invokeActionMethod(this.parent,z,$,{toolbarInfo:{showRowSubTotals:!0}}))return;this.parent.setProperties({dataSourceSettings:{showSubTotals:!0,showColumnSubTotals:!1,showRowSubTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"subtotalcolumn":if(ne.invokeActionMethod(this.parent,z,ee,{toolbarInfo:{showColumnSubTotals:!0}}))return;this.parent.setProperties({dataSourceSettings:{showSubTotals:!0,showColumnSubTotals:!0,showRowSubTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"subtotal":if(ne.invokeActionMethod(this.parent,z,"Show sub-totals",{toolbarInfo:{showSubTotals:!0}}))return;this.parent.setProperties({dataSourceSettings:{showSubTotals:!0,showColumnSubTotals:!0,showRowSubTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"notgrandtotal":if(ne.invokeActionMethod(this.parent,z,"Hide grand totals",{toolbarInfo:{showGrandTotals:!1}}))return;this.parent.setProperties({dataSourceSettings:{showGrandTotals:!1,showColumnGrandTotals:!1,showRowGrandTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"grandtotalrow":if(ne.invokeActionMethod(this.parent,z,te,{toolbarInfo:{showRowGrandTotals:!0}}))return;this.parent.setProperties({dataSourceSettings:{showGrandTotals:!0,showColumnGrandTotals:!1,showRowGrandTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"grandtotalcolumn":if(ne.invokeActionMethod(this.parent,z,"Show column grand totals",{toolbarInfo:{showColumnGrandTotals:!0}}))return;this.parent.setProperties({dataSourceSettings:{showGrandTotals:!0,showColumnGrandTotals:!0,showRowGrandTotals:!1}},!0),this.parent.refreshData();break;case this.parent.element.id+"grandtotal":if(ne.invokeActionMethod(this.parent,z,"Show grand totals",{toolbarInfo:{showGrandTotals:!0}}))return;this.parent.setProperties({dataSourceSettings:{showGrandTotals:!0,showColumnGrandTotals:!0,showRowGrandTotals:!0}},!0),this.parent.refreshData();break;case this.parent.element.id+"top-position":if(ne.invokeActionMethod(this.parent,z,re,{toolbarInfo:{grandTotalsPosition:"Top"}}))return;this.parent.setProperties({dataSourceSettings:{grandTotalsPosition:"Top"}},!0),this.parent.refreshData();break;case this.parent.element.id+"bottom-position":if(ne.invokeActionMethod(this.parent,z,re,{toolbarInfo:{grandTotalsPosition:"Bottom"}}))return;this.parent.setProperties({dataSourceSettings:{grandTotalsPosition:"Bottom"}},!0),this.parent.refreshData();break;case this.parent.element.id+"sub-top-position":if(ne.invokeActionMethod(this.parent,z,ae,{toolbarInfo:{subTotalsPosition:"Top"}}))return;this.parent.setProperties({dataSourceSettings:{subTotalsPosition:"Top"}},!0),this.parent.refreshData();break;case this.parent.element.id+"sub-bottom-position":if(ne.invokeActionMethod(this.parent,z,ae,{toolbarInfo:{subTotalsPosition:"Bottom"}}))return;this.parent.setProperties({dataSourceSettings:{subTotalsPosition:"Bottom"}},!0),this.parent.refreshData();break;case this.parent.element.id+"sub-none-position":if(ne.invokeActionMethod(this.parent,z,ae,{toolbarInfo:{subTotalsPosition:"Auto"}}))return;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+"_"+i:if(e.item&&e.item.text)if("ChartMoreOption"===i){if(ne.invokeActionMethod(this.parent,z,"Open chart type settings dialog",{}))return;this.createChartTypeDialog(),this.parent.actionObj.actionName=""}else if("multipleAxes"===i){if(ne.invokeActionMethod(this.parent,z,"Multiple Axis"))return;this.parent.chartSettings.enableScrollOnMultiAxis&&(this.isMultiAxisChange=!0),this.parent.chartSettings.enableMultipleAxis=!this.parent.chartSettings.enableMultipleAxis,this.updateChartType(this.parent.chartSettings.chartSeries.type,!0),ne.invokeActionMethod(this.parent,W,this.parent.chartSettings.enableMultipleAxis?"Multiple axis enabled":"Multiple axis disabled",{toolbarInfo:{enableMultipleAxis:this.parent.chartSettings.enableMultipleAxis}})}else if(this.getAllChartItems().indexOf(i)>-1){if(ne.invokeActionMethod(this.parent,z,Z,{toolbarInfo:{chartType:i}}))return;this.updateChartType(i,!1)}else if("showLegend"===i){if(ne.invokeActionMethod(this.parent,z,"Show legend"))return;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),ne.invokeActionMethod(this.parent,W,this.showLableState?"Legend hidden":"Legend shown",{toolbarInfo:{legendVisible:!this.showLableState}})}}}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;this.isChartTypeDialogApplied=!1;var 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",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.isAngular=this.parent.isModalDialog,a.appendTo(i)},e.prototype.setChartTypeActionComplete=function(){ne.invokeActionMethod(this.parent,W,"Chart type settings dialog closed",{toolbarInfo:{chartType:this.parent.chartSettings.chartSeries.type,enableMultipleAxis:this.parent.chartSettings.enableMultipleAxis,multipleAxisMode:this.parent.chartSettings.multipleAxisMode,legendVisible:this.getLableState()}})},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&&this.parent.chart.legendSettings&&(this.parent.chart.legendSettings.visible=a),this.chartLableState&&(this.parent.chart&&this.parent.chart.legendSettings&&(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,this.isChartTypeDialogApplied=!0,this.setChartTypeActionComplete(),(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){var a=t.select("#"+this.parent.element.id+"_chart",this.parent.element),r=t.getInstance(a,u.Chart);(r=t.isNullOrUndefined(r)?this.parent.chart:r)&&(this.parent&&this.parent.grid&&this.parent.grid.element&&this.parent.grid.element.style&&(this.parent.grid.element.style.display="none"),r.element&&r.element.style&&(r.element.style.display=""),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())),r.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,i||r.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-chart-type-checkbox-container"}),r=t.createElement("div",{className:"e-multiple-axes-mode-container"}),n=t.createElement("div",{className:"e-chart-type-option-text"});n.innerText=this.parent.localeObj.getConstant("ChartType");var o=t.createElement("div",{className:"e-multiple-axes-mode-text"});o.innerText=this.parent.localeObj.getConstant("multipleAxisMode");var s=t.createElement("div",{id:this.parent.element.id+"_ChartTypeOption"}),d=t.createElement("div",{id:this.parent.element.id+"_AxisModeOption"});i.appendChild(n),i.appendChild(s);for(var p=[],h=[{value:"Stacked",text:this.parent.localeObj.getConstant("stacked")},{value:"Single",text:this.parent.localeObj.getConstant("single")},{value:"Combined",text:this.parent.localeObj.getConstant("combined")}],u=this.getValidChartType(),c=0;c<u.length;c++)p.push({value:u[c],text:this.parent.localeObj.getConstant(u[c].toLowerCase())});var g=new l.DropDownList({dataSource:p,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});g.isStringTemplate=!0,g.isAngular=this.parent.isModalDialog,g.appendTo(s),e.appendChild(i);var m=t.createElement("input",{id:this.parent.element.id+"_DialogMultipleAxis",attrs:{type:"checkbox"}});a.appendChild(m);var f=t.createElement("input",{id:this.parent.element.id+"_DialogShowLabel",attrs:{type:"checkbox"}});a.appendChild(f),e.appendChild(a),r.appendChild(o),r.appendChild(d),e.appendChild(r);var v=new l.DropDownList({dataSource:h,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 v.isStringTemplate=!0,v.isAngular=this.parent.isModalDialog,v.appendTo(d),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 o=JSON.parse(this.parent.getChartSettings()).chartSettings;o&&o.legendSettings&&void 0!==o.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 o=(e=t.select("#"+this.parent.element.id+"_ChartTypeDialog",document))?t.getInstance(e,r.Dialog):null;o&&!o.isDestroyed&&(o.destroy(),o=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,o.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 s=t.getInstance(n,l.DropDownList);s&&!s.isDestroyed&&s.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(){this.isChartTypeDialogApplied||this.setChartTypeActionComplete(),this.isChartTypeDialogApplied=!1;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 o=t.select("#"+this.parent.element.id+"_DialogShowLabel",e.element)?t.getInstance(t.select("#"+this.parent.element.id+"_DialogShowLabel",e.element),h.CheckBox):null;o&&!o.isDestroyed&&o.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}(),bi=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.isAngular=this.parent.isModalDialog,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=[],o=0;o<this.parent.dataSourceSettings.formatSettings.length;o++)a={name:this.parent.dataSourceSettings.formatSettings[o].name,format:this.parent.dataSourceSettings.formatSettings[o].format,useGrouping:this.parent.dataSourceSettings.formatSettings[o].useGrouping,type:this.parent.dataSourceSettings.formatSettings[o].type},this.newFormat.push(a);for(o=0;o<this.newFormat.length;o++)n.push(this.newFormat[o].name);for(var s=0;s<this.parent.dataSourceSettings.values.length;s++)-1===n.indexOf(this.parent.dataSourceSettings.values[s].name)&&(a={name:this.parent.dataSourceSettings.values[s].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 o=t.createElement("div",{id:this.parent.element.id+"_FormatValueDrop"});r.appendChild(n),r.appendChild(o),a.appendChild(r),i.appendChild(a),a=t.createElement("tr"),r=t.createElement("td");var s=t.createElement("div",{id:this.parent.element.id+"_FormatLable",className:"e-pivot-format-lable"});s.innerText=this.parent.localeObj.getConstant("formatType");var l=t.createElement("div",{id:this.parent.element.id+"_FormatDrop"});r.appendChild(s),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 o=this.parent.dataSourceSettings.values[n].caption||this.parent.dataSourceSettings.values[n].name;o=this.parent.enableHtmlSanitizer?t.SanitizeHtmlHelper.sanitize(o):o,r.push({index:n+1,name:o,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.isAngular=this.parent.isModalDialog,e.appendTo(t.select("#"+this.parent.element.id+"_FormatValueDrop",this.dialog.element))}if(t.select("#"+this.parent.element.id+"_FormatDrop",this.dialog.element)){s=[{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:s,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.isAngular=this.parent.isModalDialog,i.appendTo(t.select("#"+this.parent.element.id+"_FormatDrop",this.dialog.element))}if(t.select("#"+this.parent.element.id+"_GroupingDrop",this.dialog.element)){s=[{index:0,name:this.parent.localeObj.getConstant("true")},{index:1,name:this.parent.localeObj.getConstant("false")}];(a=new l.DropDownList({dataSource:s,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.isAngular=this.parent.isModalDialog,a.appendTo(t.select("#"+this.parent.element.id+"_GroupingDrop",this.dialog.element))}if(t.select("#"+this.parent.element.id+"_DecimalDrop",this.dialog.element)){var s=[{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:s,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.isAngular=this.parent.isModalDialog,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,o=""===n?"":n.split("")[0].toLowerCase(),s=i[r].useGrouping?this.parent.localeObj.getConstant("true"):this.parent.localeObj.getConstant("false");this.updateFormattingDialog(n,o,s),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,o=0;o<n.length;o++)this.insertFormat(n[o].name,n[o].format,n[o].type,n[o].currency,n[o].useGrouping);var s=t.getInstance(t.select("#"+this.parent.element.id+"_FormatValueDrop",this.parent.element),l.DropDownList);if(s.value===this.parent.localeObj.getConstant("AllValues"))for(o=0;o<this.parent.dataSourceSettings.values.length;o++)this.insertFormat(this.parent.dataSourceSettings.values[o].name,i);else this.insertFormat(s.value.toString(),i);var d={formatSettings:ne.cloneFormatSettings(this.newFormat),formatName:s.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=ne.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 o=!1,s=t.getInstance(t.select("#"+this.parent.element.id+"_GroupingDrop",this.parent.element),l.DropDownList),d={name:e,format:i,useGrouping:t.isNullOrUndefined(n)?s.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,o=!0);o||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}(),Ci=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;this.groupingActionType=e.groupingActionType;var r=[];this.parentElement=a,this.isUpdate=!1;var n=parseInt(t.getAttribute("aria-colindex"),10)-1,o=Number(t.getAttribute("index")),s=this.parent.engineModule.pivotValues[o][n],l=s.valueSort.axis.toString();(r=this.getSelectedCells(s.axis,l,s.actualText.toString())).push({axis:s.axis,fieldName:l,name:s.actualText.toString(),cellInfo:s}),-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===ne.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 o=this.getGroupSettings(e.replace(this.dateGroup,"")),s=this.getGroupSettings(e.replace(/_custom_group/g,""));o?(n=!1,r="date",e=e.replace(this.dateGroup,"")):s&&(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=ne.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 o=this.getGroupSettings(e.replace(this.dateGroup,"")),s=this.getGroupSettings(e.replace(/_custom_group/g,""));o?(n="date",e=e.replace(this.dateGroup,"")):s&&(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)}},e.prototype.updateDateSource=function(e,t,i){if(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();var a=ne.getFieldInfo(i,this.parent);if("group"===this.groupingActionType){var r=e.find(function(e){return e.name===i});ne.invokeActionMethod(this.parent,W,"Field grouped",{groupingInfo:r},a)}else ne.invokeActionMethod(this.parent,W,"Field ungrouped",{groupingInfo:{}},a);this.groupingActionType=void 0}},e.prototype.removeGroupSettings=function(e,t,i,a){var r=a.indexOf(e);if(-1!==r)for(var n=i[r],o=0,s=n.customGroups.length;o<s;o++)if(n.customGroups[o]){var l=n.customGroups[o];-1!==ne.inArray(l.groupName,t)&&(i=this.modifyParentGroupItems(e,i,[l.groupName],l.items,a),n.customGroups.splice(o,1),this.isUpdate=!0,o--,s--)}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 o=r[n],s=parseInt(o.getAttribute("aria-colindex"),10)-1,l=Number(o.getAttribute("index")),d=this.parent.engineModule.pivotValues[l][s];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 o=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(){o.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});o.isStringTemplate=!0,o.isAngular=this.parent.isModalDialog,o.appendTo(n)},e.prototype.createGroupOptions=function(e,i){var a=this,n=this,o=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"});o.appendChild(p);var u=this.parent.dataSourceSettings,c=ne.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=ne.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=ne.getFieldByName(e.replace(/_custom_group/g,""),S)}var y=ne.getFieldByName(e,m),b=ne.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 s.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 s.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 V=void 0,q=void 0;if("date"===i){var U=[],B=[{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,V=c.startingAt?c.startingAt.toString():void 0,q=c.endingAt?c.endingAt.toString():void 0):U=["Months"],(z=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,z.appendTo(F),(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(R),l.MultiSelect.Inject(l.CheckBoxSelection);var _=new l.MultiSelect({dataSource:B,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;_.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")}});_.isStringTemplate=!0,_.appendTo(H),z.value=void 0===V?null:new Date(V),z.dataBind(),W.value=void 0===q?null:new Date(q),W.dataBind()}else{var G=void 0;c&&"Number"===c.type?(G=c.rangeInterval,V=c.startingAt?c.startingAt.toString():void 0,q=c.endingAt?c.endingAt.toString():void 0):G=2;var z=new s.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});z.isStringTemplate=!0,z.appendTo(F);var W=new s.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(R);var Q=new s.NumericTextBox({placeholder:this.parent.localeObj.getConstant("enterValue"),enableRtl:this.parent.enableRtl,locale:this.parent.locale,showClearButton:!0,format:"###.##########",min:0,value:G,width:"100%",cssClass:this.parent.cssClass});Q.isStringTemplate=!0,Q.appendTo(H)}var Y=new h.CheckBox({label:this.parent.localeObj.getConstant("startAt"),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_start_input"),d.DateTimePicker):t.getInstance(t.select("#"+a.parentElement.id+"group_start_input"),s.NumericTextBox);r.enabled=e.checked,r.dataBind()}});Y.isStringTemplate=!0,Y.appendTo(I);var K=new h.CheckBox({label:this.parent.localeObj.getConstant("endAt"),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_end_input"),d.DateTimePicker):t.getInstance(t.select("#"+a.parentElement.id+"group_end_input"),s.NumericTextBox);r.enabled=e.checked,r.dataBind()}});K.isStringTemplate=!0,K.appendTo(A)}return o},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"),o=a.getAttribute("data-field"),p=ne.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?ne.getClonedCSVData(u):ne.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"),s.MaskedTextBox),g=t.getInstance(t.select("#"+this.parentElement.id+"group_caption_option"),s.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:o,caption:g.value,type:"Custom",customGroups:[]},b=!1,C=0,x=p.length;C<x;C++)if(p[C].name===o){(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&&Zt.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(o,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"),s.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"),s.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"),s.NumericTextBox),y={name:o,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===o){p.splice(C,1,y),this.isUpdate=!0,b=!0;break}b||(this.isUpdate=!0,p.push(y)),p=this.validateSettings(o,p,n,[],[])}i.close(),this.updateDateSource(p,n,o)},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=[],o=this.getGroupBasedSettings(t),s=["Date","Number","Custom"];if(o[s[2]]&&"custom"===i){var l=this.getGroupByName(o[s[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)}o[s[2]]=h}else if(("date"===i||"number"===i)&&!r){var m="date"===i?o[s[0]]:o[s[1]];if("date"===i){o[s[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===o[s[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 o[s[1]]=m.filter(function(t){return t.name!==e});this.isUpdate=!0}for(var C=0,x=s;C<x.length;C++){var w=x[C];o[w]&&(n=n.concat(o[w]))}return n},e.prototype.reOrderSettings=function(e,i,a,r,n){var o=i.indexOf(r);if(o>-1&&e[o].customGroups&&e[o].customGroups.length>0)a.push(e[o]),this.reOrderSettings(e,i,a,r+"_custom_group");else if(o>-1&&e[o].customGroups&&0===e[o].customGroups.length&&!t.isNullOrUndefined(n)){delete this.parent.engineModule.fieldList[n],delete this.parent.engineModule.groupingFieldsInfo[n];var s=this.parent.engineModule.fields.filter(function(e){return e!==n});this.parent.engineModule.fields=s}return a},e.prototype.modifyParentGroupItems=function(e,t,i,a,r){var n=r.indexOf(e+"_custom_group");if(-1!==n){var o=t[n];if(o.customGroups&&o.customGroups.length>0)for(var s=0,l=o.customGroups.length;s<l;s++)if(o.customGroups[s]){var d=!1,p=o.customGroups[s];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 o=String(a[r]);n[o]||(i.unshift(o),n[o]=!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 Jt.Inject(vi,mi,gi,Si,Ve,Be,yi,_e,ti,ei,bi,Ci,ii),hi.Inject(gi),e.AggregateMenu=le,e.Authentication=Fe,e.AxisFieldRenderer=si,e.AxisTableRenderer=ni,e.CalculatedField=gi,e.CalculatedFieldSettings=Ne,e.CellEditSettings=Gt,e.Common=ve,e.CommonKeyboardInteraction=pe,e.ConditionalFormatSettings=Te,e.ConditionalFormatting=Si,e.ConditionalSettings=zt,e.CustomGroups=Pe,e.DataSourceSettings=Le,e.DataSourceUpdate=ce,e.DialogRenderer=ai,e.DisplayOption=Kt,e.DrillOptions=Ee,e.DrillThrough=Be,e.ErrorDialog=ge,e.EventBase=he,e.ExcelExport=ei,e.FieldList=mi,e.FieldListFieldOptions=Ce,e.FieldOptions=be,e.Filter=we,e.FilterDialog=me,e.FormatSettings=De,e.GroupSettings=Oe,e.Grouping=Ci,e.GroupingBar=vi,e.GroupingBarSettings=_t,e.HyperlinkSettings=Wt,e.KeyboardInteraction=je,e.MDXQuery=At,e.MdxQuery="MdxQuery",e.NodeStateModified=ue,e.NumberFormatting=bi,e.OlapEngine=Rt,e.PDFExport=ti,e.PageSettings=Qt,e.Pager=ii,e.PagerSettings=Yt,e.PivotChart=_e,e.PivotCommon=fe,e.PivotContextMenu=He,e.PivotEngine=se,e.PivotFieldList=hi,e.PivotUtil=ne,e.PivotView=Jt,e.Render=de,e.Sort=Me,e.Style=xe,e.Toolbar=yi,e.TreeViewRenderer=ri,e.ValueSortSettings=Ie,e.VirtualScroll=Ve,e.VirtualScrollSettings=Xt,e.actionBegin=z,e.actionComplete=W,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.aggregateContextMenuOpen="Aggregate menu open",e.aggregateField="Aggregate field",e.aggregateMenuClosed="aggregateMenuClosed",e.aggregateMenuOpen="aggregateMenuOpen",e.animationComplete="animationComplete",e.axisLabelFont=Ge,e.axisTitleFont=ze,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.changeColumnPageSize="Change column page size",e.changeRowPageSize="Change row page size",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=Qe,e.chartTitleFont=We,e.chartTooltipRender="chartTooltipRender",e.chartTypeSettingsClosed="Chart type settings dialog closed",e.chartView=Z,e.chartViewed="Chart view shown",e.click="click",e.closeFieldlist="Field list closed",e.columnPageNavigated="Column page navigated",e.columnPageNavigation="Navigate column page",e.columnPageSizeChanged="Column page size changed",e.conditionalFormatting="conditionalFormatting",e.conditionalFormattingMenu="Conditional Formatting menu",e.conditionallyFormatted="Conditional formatting applied",e.contentReady=K,e.contextMenuCalculatedField="CalculatedField Context menu",e.contextMenuClick="contextMenuClick",e.contextMenuClose="contextMenuClosed",e.contextMenuOpen="contextMenuOpen",e.crosshairLabelFont=Ye,e.csvExport="CSV export",e.csvExported="CSV exported",e.dataBound="dataBound",e.dataReady=X,e.disableDeferLayoutUpdate="Disable defer layout update",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.enableDeferLayoutUpdate="Enable defer layout update",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.fieldGrouped="Field grouped",e.fieldListRefresh="Field list refreshed",e.fieldListRefreshed="fieldListRefreshed",e.fieldRemove="fieldRemove",e.fieldRemoved="Field removed",e.fieldSorted="Field sorted",e.fieldTreeSorted="Field tree sorted",e.fieldUngrouped="Field ungrouped",e.filterField="Filter field",e.grandTotalsColumn="Show column grand totals",e.grandTotalsColumnShown="Column grand totals shown",e.grandTotalsHidden="Grand totals hidden",e.grandTotalsPosition=re,e.grandTotalsPositionChanged="Grand totals position changed",e.grandTotalsRow=te,e.grandTotalsRowShown="Row grand totals shown",e.grandTotalsShown="Grand totals shown",e.groupField="Group field",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=Q,e.invalidFormula="Invalid formula",e.jpegExport="JPEG export",e.jpegExported="JPEG exported",e.legendHidden="Legend hidden",e.legendLabelFont=Xe,e.legendRender="legendRender",e.legendShown="Legend shown",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.multipleAxisDisabled="Multiple axis disabled",e.multipleAxisEnabled="Multiple axis enabled",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=ie,e.openChartTypeDialog="Open chart type settings dialog",e.openConditionalFormatting="Open conditional formatting dialog",e.openDrillThrough="Open drill through dialog",e.openNumberFormatting="Open number formatting dialog",e.openValueSettingsDialog="Open value settings 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.rowPageSizeChanged="Row page size changed",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=Ze,e.stripLineLabelFont=Je,e.subTotalsColumn=ee,e.subTotalsColumnShown="Column sub-totals shown",e.subTotalsHidden="Sub-totals hidden",e.subTotalsPosition=ae,e.subTotalsPositionChanged="Sub-totals position changed",e.subTotalsRow=$,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=Ke,e.treeViewUpdate=J,e.uiUpdate=Y,e.ungroupField="Ungroup field",e.valueSettingsDialogClosed="Value settings dialog closed",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