@hpcc-js/dgrid-shim 3.3.1 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3803 -3797
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.LICENSE.txt +0 -452
- package/dist/index.min.js.map +1 -1
- package/package.json +5 -5
package/dist/index.min.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! For license information please see index.min.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["@hpcc-js/dgrid-shim"]=t():e["@hpcc-js/dgrid-shim"]=t()}(self,()=>(()=>{var __webpack_modules__={28:(e,t,n)=>{var r,o;n.dj.r;r=[t,n(1054),n(2616),n(5075),n(2284),n(7878)],o=function(e,t,n,r,o,i){var s,a={option:["select"],tbody:["table"],thead:["table"],tfoot:["table"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","thead","tr"],legend:["fieldset"],caption:["table"],colgroup:["table"],col:["table","colgroup"],li:["ul"]},c=/<\s*([\w\:]+)/,l={},d=0,u="__"+t._scopeName+"ToDomId";for(var f in a)if(a.hasOwnProperty(f)){var h=a[f];h.pre="option"==f?'<select multiple="multiple">':"<"+h.join("><")+">",h.post="</"+h.reverse().join("></")+">"}function p(e,t){var n=t.parentNode;n&&n.insertBefore(e,t)}n("ie")<=8&&(s=function(e){e.__dojo_html5_tested="yes";var t=v("div",{innerHTML:"<nav>a</nav>",style:{visibility:"hidden"}},e.body);1!==t.childNodes.length&&"abbr article aside audio canvas details figcaption figure footer header hgroup mark meter nav output progress section summary time video".replace(/\b\w+\b/g,function(t){e.createElement(t)}),m(t)}),e.toDom=function(e,t){var o=(t=t||r.doc)[u];o||(t[u]=o=++d+"",l[o]=t.createElement("div")),n("ie")<=8&&!t.__dojo_html5_tested&&t.body&&s(t);var i,f,h,p,v=(e+="").match(c),g=v?v[1].toLowerCase():"",m=l[o];if(v&&a[g])for(i=a[g],m.innerHTML=i.pre+e+i.post,f=i.length;f;--f)m=m.firstChild;else m.innerHTML=e;if(1==m.childNodes.length)return m.removeChild(m.firstChild);for(p=t.createDocumentFragment();h=m.firstChild;)p.appendChild(h);return p},e.place=function(t,n,r){if(n=o.byId(n),"string"==typeof t&&(t=/^\s*</.test(t)?e.toDom(t,n.ownerDocument):o.byId(t)),"number"==typeof r){var i=n.childNodes;!i.length||i.length<=r?n.appendChild(t):p(t,i[r<0?0:r])}else switch(r){case"before":p(t,n);break;case"after":!function(e,t){var n=t.parentNode;n&&(n.lastChild==t?n.appendChild(e):n.insertBefore(e,t.nextSibling))}(t,n);break;case"replace":n.parentNode.replaceChild(t,n);break;case"only":e.empty(n),n.appendChild(t);break;case"first":if(n.firstChild){p(t,n.firstChild);break}default:n.appendChild(t)}return t};var v=e.create=function(t,n,s,a){var c=r.doc;return s&&(c=(s=o.byId(s)).ownerDocument),"string"==typeof t&&(t=c.createElement(t)),n&&i.set(t,n),s&&e.place(t,s,a),t};function g(e){if("innerHTML"in e)try{return void(e.innerHTML="")}catch(e){}for(var t;t=e.lastChild;)e.removeChild(t)}e.empty=function(e){g(o.byId(e))};var m=e.destroy=function(e){(e=o.byId(e))&&function(e,t){e.firstChild&&g(e),t&&(n("ie")&&t.canHaveChildren&&"removeNode"in e?e.removeNode(!1):t.removeChild(e))}(e,e.parentNode)}}.apply(null,r),void 0===o||(e.exports=o)},225:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(3927),n.dj.c(e),n(6587),n(2284),n(3159),n(280),n(7361),n(4861),n(6323),n(6974),n(2075),n(6566),n(3621),n(9648),n(5540)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v){e._xhrObj=p._create;var g=e.config;e.objectToQuery=r.objectToQuery,e.queryToObject=r.queryToObject,e.fieldToObject=i.fieldToObject,e.formToObject=i.toObject,e.formToQuery=i.toQuery,e.formToJson=i.toJson,e._blockAsync=!1;var m=e._contentHandlers=e.contentHandlers={text:function(e){return e.responseText},json:function(e){return c.fromJson(e.responseText||null)},"json-comment-filtered":function(e){a.useCommentedJson||console.warn("Consider using the standard mimetype:application/json. json-commenting can introduce security issues. To decrease the chances of hijacking, use the standard the 'json' handler and prefix your json with: {}&&\nUse djConfig.useCommentedJson=true to turn off this message.");var t=e.responseText,n=t.indexOf("/*"),r=t.lastIndexOf("*/");if(-1==n||-1==r)throw new Error("JSON was not comment filtered");return c.fromJson(t.substring(n+2,r))},javascript:function(t){return e.eval(t.responseText)},xml:function(e){var n=e.responseXML;if(n&&t("dom-qsa2.1")&&!n.querySelectorAll&&t("dom-parser")&&(n=(new DOMParser).parseFromString(e.responseText,"application/xml")),t("ie")&&(!n||!n.documentElement)){var r=function(e){return"MSXML"+e+".DOMDocument"},o=["Microsoft.XMLDOM",r(6),r(4),r(3),r(2)];d.some(o,function(t){try{var r=new ActiveXObject(t);r.async=!1,r.loadXML(e.responseText),n=r}catch(e){return!1}return!0})}return n},"json-comment-optional":function(e){return e.responseText&&/^[^{\[]*\/\*/.test(e.responseText)?m["json-comment-filtered"](e):m.json(e)}};e._ioSetArgs=function(t,n,a,c){var d={args:t,url:t.url},u=null;if(t.form){var f=o.byId(t.form),h=f.getAttributeNode("action");d.url=d.url||(h?h.value:e.doc?e.doc.URL:null),u=i.toObject(f)}var p={};u&&l.mixin(p,u),t.content&&l.mixin(p,t.content),t.preventCache&&(p["dojo.preventCache"]=(new Date).valueOf()),d.query=r.objectToQuery(p),d.handleAs=t.handleAs||"text";var v=new s(function(e){e.canceled=!0,n&&n(e);var t=e.ioArgs.error;return t||((t=new Error("request cancelled")).dojoType="cancel",e.ioArgs.error=t),t});v.addCallback(a);var m=t.load;m&&l.isFunction(m)&&v.addCallback(function(e){return m.call(t,e,d)});var y=t.error;y&&l.isFunction(y)&&v.addErrback(function(e){return y.call(t,e,d)});var _=t.handle;return _&&l.isFunction(_)&&v.addBoth(function(e){return _.call(t,e,d)}),v.addErrback(function(e){return c(e,v)}),g.ioPublish&&e.publish&&!1!==d.args.ioPublish&&(v.addCallbacks(function(t){return e.publish("/dojo/io/load",[v,t]),t},function(t){return e.publish("/dojo/io/error",[v,t]),t}),v.addBoth(function(t){return e.publish("/dojo/io/done",[v,t]),t})),v.ioArgs=d,v};var y=function(e){var t=m[e.ioArgs.handleAs](e.ioArgs.xhr);return void 0===t?null:t},_=function(e,t){return t.ioArgs.args.failOk||console.error(e),e},b=function(t){w<=0&&(w=0,g.ioPublish&&e.publish&&(!t||t&&!1!==t.ioArgs.args.ioPublish)&&e.publish("/dojo/io/stop"))},w=0;f.after(h,"_onAction",function(){w-=1}),f.after(h,"_onInFlight",b),e._ioCancelAll=h.cancelAll,e._ioNotifyStart=function(t){g.ioPublish&&e.publish&&!1!==t.ioArgs.args.ioPublish&&(w||e.publish("/dojo/io/start"),w+=1,e.publish("/dojo/io/send",[t]))},e._ioWatch=function(e,t,n,r){e.ioArgs.options=e.ioArgs.args;l.mixin(e,{response:e.ioArgs,isValid:function(n){return t(e)},isReady:function(t){return n(e)},handleResponse:function(t){return r(e)}}),h(e),b(e)};return e._ioAddQueryToUrl=function(e){e.query.length&&(e.url+=(-1==e.url.indexOf("?")?"?":"&")+e.query,e.query=null)},e.xhr=function(t,n,r){var o,i=e._ioSetArgs(n,function(e){o&&o.cancel()},y,_),s=i.ioArgs;"postData"in n?s.query=n.postData:"putData"in n?s.query=n.putData:"rawBody"in n?s.query=n.rawBody:(arguments.length>2&&!r||-1==="POST|PUT".indexOf(t.toUpperCase()))&&e._ioAddQueryToUrl(s);var a={method:t,handleAs:"text",timeout:n.timeout,withCredentials:n.withCredentials,ioArgs:s};void 0!==n.headers&&(a.headers=n.headers),void 0!==n.contentType&&(a.headers||(a.headers={}),a.headers["Content-Type"]=n.contentType),void 0!==s.query&&(a.data=s.query),void 0!==n.sync&&(a.sync=n.sync),e._ioNotifyStart(i);try{o=p(s.url,a,!0)}catch(e){return i.cancel(),i}return i.ioArgs.xhr=o.response.xhr,o.then(function(){i.resolve(i)}).otherwise(function(e){s.error=e,e.response&&(e.status=e.response.status,e.responseText=e.response.text,e.xhr=e.response.xhr),i.reject(e)}),i},e.xhrGet=function(t){return e.xhr("GET",t)},e.rawXhrPost=e.xhrPost=function(t){return e.xhr("POST",t,!0)},e.rawXhrPut=e.xhrPut=function(t){return e.xhr("PUT",t,!0)},e.xhrDelete=function(t){return e.xhr("DELETE",t)},e._isDocumentOk=function(e){return v.checkStatus(e.status)},e._getText=function(t){var n;return e.xhrGet({url:t,sync:!0,load:function(e){n=e}}),n},l.mixin(e.xhr,{_xhrObj:e._xhrObj,fieldToObject:i.fieldToObject,formToObject:i.toObject,objectToQuery:r.objectToQuery,formToQuery:i.toQuery,formToJson:i.toJson,queryToObject:r.queryToObject,contentHandlers:m,_ioSetArgs:e._ioSetArgs,_ioCancelAll:e._ioCancelAll,_ioNotifyStart:e._ioNotifyStart,_ioWatch:e._ioWatch,_ioAddQueryToUrl:e._ioAddQueryToUrl,_isDocumentOk:e._isDocumentOk,_getText:e._getText,get:e.xhrGet,post:e.xhrPost,put:e.xhrPut,del:e.xhrDelete}),e.xhr}.apply(null,r))||(e.exports=o)},231:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054)],void 0===(o=function(e){return e.dijit}.apply(null,r))||(e.exports=o)},280:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(5625),n(5479),n(1662),n(6356),n(6323),n(3534)],void 0===(o=function(e,t,n,r,o,i,s){var a=function(){},c=Object.freeze||function(){},l=e.Deferred=function(e){var s,d,u,f,h,p,v,g=this.promise=new n;function m(e){if(d)throw new Error("This deferred has already been resolved");s=e,d=!0,y()}function y(){for(var e;!e&&v;){var n=v;v=v.next,(e=n.progress==a)&&(d=!1);var r=h?n.error:n.resolved;if(o("config-useDeferredInstrumentation")&&h&&t.instrumentRejected&&t.instrumentRejected(s,!!r),r)try{var c=r(s);if(c&&"function"==typeof c.then){c.then(i.hitch(n.deferred,"resolve"),i.hitch(n.deferred,"reject"),i.hitch(n.deferred,"progress"));continue}var l=e&&void 0===c;e&&!l&&(h=c instanceof Error),n.deferred[l&&h?"reject":"resolve"](l?s:c)}catch(e){n.deferred.reject(e)}else h?n.deferred.reject(s):n.deferred.resolve(s)}}this.isResolved=g.isResolved=function(){return 0==f},this.isRejected=g.isRejected=function(){return 1==f},this.isFulfilled=g.isFulfilled=function(){return f>=0},this.isCanceled=g.isCanceled=function(){return u},this.resolve=this.callback=function(e){this.fired=f=0,this.results=[e,null],m(e)},this.reject=this.errback=function(e){h=!0,this.fired=f=1,o("config-useDeferredInstrumentation")&&t.instrumentRejected&&t.instrumentRejected(e,!!v),m(e),this.results=[null,e]},this.progress=function(e){for(var t=v;t;){var n=t.progress;n&&n(e),t=t.next}},this.addCallbacks=function(e,t){return this.then(e,t,a),this},g.then=this.then=function(e,t,n){var r=n==a?this:new l(g.cancel),o={resolved:e,error:t,progress:n,deferred:r};return v?p=p.next=o:v=p=o,d&&y(),r.promise};var _=this;g.cancel=this.cancel=function(){if(!d){var t=e&&e(_);d||(t instanceof Error||(t=new r(t)),t.log=!1,_.reject(t))}u=!0},c(g)};return i.extend(l,{addCallback:function(t){return this.addCallbacks(i.hitch.apply(e,arguments))},addErrback:function(t){return this.addCallbacks(null,i.hitch.apply(e,arguments))},addBoth:function(t){var n=i.hitch.apply(e,arguments);return this.addCallbacks(n,n)},fired:-1}),l.when=e.when=s,l}.apply(null,r))||(e.exports=o)},297:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323),n(6345),n(2616),n(1172),n(4975)],void 0===(o=function(e,t,n,r,o){return t(null,{configStructure:function(){var t=this.subRows&&this.subRows[0]||this.columns,n=[[]],r=n[0],i=[];n[0].className="dgrid-spacer-row",function t(s,a,c,l){var d,u,f=0,h=function(){};return o.each(s,function(o,p){"string"==typeof o&&(o={label:o}),s instanceof Array||o.field||(o.field=p),d=o.children,u=d&&!1!==o.showChildHeaders,o.parentColumn=l,d?null==o.id?o.id=(l&&l.id||a-1)+"-"+r.length:l&&l.id&&(o.id=l.id+"-"+o.id):(i.push(o),r.push(e.delegate(o,{renderHeaderCell:h})),f++),u||(o=e.delegate(o,{rowSpan:-a})),d&&(f+=o.colSpan=t(d,a+1,u,o)),c&&(n[a]||(n[a]=[])).push(o)},this),f}(t,1,!0);var s,a,c,l,d=n.length;for(s=0;s<d;s++)for(c=n[s],a=0;a<c.length;a++)(l=c[a]).rowSpan<1&&(l.rowSpan+=d);(i=[i]).headerRows=n,this.subRows=i,this.inherited(arguments)},renderHeader:function(){var e,t=this.subRows[0],n=this.subRows.headerRows[0];for(this.inherited(arguments),e=t.length;e--;)t[e].headerNode=n[e].headerNode},_findSortArrowParent:function(){var e,t,n=this.inherited(arguments),o=r(".dgrid-spacer-row",this.headerNode)[0];if(n&&o.contains(n))return e=n.columnId,(t=r(".dgrid-column-"+e,this.headerNode))[t.length-1]},_configColumn:function(e,t,n){var r=e.parentColumn,o=e.id;if(r){var i=0===o.indexOf(n)?o.substring(n.length):o;n=r.id+"-",o=e.id=n+i}this.inherited(arguments,[e,t,n])},cell:function(e,t){if("object"!=typeof t){var n=this.column(t);n&&(t=n.id)}return this.inherited(arguments,[e,t])},column:function(e){var t=this.inherited(arguments);if(null==t&&"object"!=typeof e){var n="-"+e,r=n.length;for(var o in this.columns)if(-1!==o.indexOf(n,o.length-r))return this.columns[o]}return t},_updateCompoundHiddenStates:function(e,t){var n,r=this.columns[e];if(!r||r.hidden!==t)for(;r&&r.parentColumn;)(n=(r=r.parentColumn).colSpan=r.colSpan+(t?-1:1))&&(r.headerNode.colSpan=n),1!==n||t?!n&&t&&this._hideColumn(r.id):this._showColumn(r.id)},_hideColumn:function(e){var t=this;this._updateCompoundHiddenStates(e,!0),this.inherited(arguments),n("ff")&&(this.headerNode.style.display="none",setTimeout(function(){t.headerNode.style.display="",t.resize()},0))},_showColumn:function(e){this._updateCompoundHiddenStates(e,!1),this.inherited(arguments)},_getResizedColumnWidths:function(){var e,t=0,n=this.columns;for(e in n)t+=n[e].headerNode.offsetWidth;return{totalWidth:t,lastColId:this.subRows[0][this.subRows[0].length-1].id}}})}.apply(null,r))||(e.exports=o)},610:(e,t,n)=>{var r,o;n.dj.r;r=[n.dj.c(e),n(231),n(7361),n(28),n(1248),n(6323),n(2075),n(2616)],o=function(e,t,n,r,o,i,s,a){a.add("config-bgIframe",(a("ie")||a("trident"))&&!/IEMobile\/10\.0/.test(navigator.userAgent));var c=new function(){var t=[];this.pop=function(){var i;if(t.length)(i=t.pop()).style.display="";else{if(a("ie")<9){var s="<iframe src='"+(n.dojoBlankHtmlUrl||e.toUrl("dojo/resources/blank.html")||'javascript:""')+"' role='presentation' style='position: absolute; left: 0px; top: 0px;z-index: -1; filter:Alpha(Opacity=\"0\");'>";i=document.createElement(s)}else(i=r.create("iframe")).src='javascript:""',i.className="dijitBackgroundIframe",i.setAttribute("role","presentation"),o.set(i,"opacity",.1);i.tabIndex=-1}return i},this.push=function(e){e.style.display="none",t.push(e)}};return t.BackgroundIframe=function(e){if(!e.id)throw new Error("no id");if(a("config-bgIframe")){var t=this.iframe=c.pop();e.appendChild(t),a("ie")<7||a("quirks")?(this.resize(e),this._conn=s(e,"resize",i.hitch(this,"resize",e))):o.set(t,{width:"100%",height:"100%"})}},i.extend(t.BackgroundIframe,{resize:function(e){this.iframe&&o.set(this.iframe,{width:e.offsetWidth+"px",height:e.offsetHeight+"px"})},destroy:function(){this._conn&&(this._conn.remove(),this._conn=null),this.iframe&&(this.iframe.parentNode.removeChild(this.iframe),c.push(this.iframe),delete this.iframe)}}),t.BackgroundIframe}.apply(null,r),void 0===o||(e.exports=o)},655:(e,t,n)=>{var r,o;n.dj.r;r=[n(6974),n(6345),n(5577),n(2284),n(8945),n(2685),n(1248),n(6323),n(8471),n(2075),n(2616),n(9600),n(1019),n(3549),n(998),n(610),n(9409),n(231)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v,g,m){var y=t("dijit._MasterTooltip",[h,p],{duration:u.defaultDuration,templateString:g,postCreate:function(){this.ownerDocumentBody.appendChild(this.domNode),this.bgIframe=new v(this.domNode),this.fadeIn=n.fadeIn({node:this.domNode,duration:this.duration,onEnd:a.hitch(this,"_onShow")}),this.fadeOut=n.fadeOut({node:this.domNode,duration:this.duration,onEnd:a.hitch(this,"_onHide")})},show:function(e,t,n,r,o,i,c){if(!this.aroundNode||this.aroundNode!==t||this.containerNode.innerHTML!=e)if("playing"!=this.fadeOut.status()){this.containerNode.innerHTML=e,o&&this.set("textDir",o),this.containerNode.align=r?"right":"left";var l=f.around(this.domNode,t,n&&n.length?n:j.defaultPosition,!r,a.hitch(this,"orient")),d=l.aroundNodePos;"M"==l.corner.charAt(0)&&"M"==l.aroundCorner.charAt(0)?(this.connectorNode.style.top=d.y+(d.h-this.connectorNode.offsetHeight>>1)-l.y+"px",this.connectorNode.style.left=""):"M"==l.corner.charAt(1)&&"M"==l.aroundCorner.charAt(1)?this.connectorNode.style.left=d.x+(d.w-this.connectorNode.offsetWidth>>1)-l.x+"px":(this.connectorNode.style.left="",this.connectorNode.style.top=""),s.set(this.domNode,"opacity",0),this.fadeIn.play(),this.isShowingNow=!0,this.aroundNode=t,this.onMouseEnter=i||N,this.onMouseLeave=c||N}else this._onDeck=arguments},orient:function(e,t,n,r,o){this.connectorNode.style.top="";var s=r.h,a=r.w;e.className="dijitTooltip "+{"MR-ML":"dijitTooltipRight","ML-MR":"dijitTooltipLeft","TM-BM":"dijitTooltipAbove","BM-TM":"dijitTooltipBelow","BL-TL":"dijitTooltipBelow dijitTooltipABLeft","TL-BL":"dijitTooltipAbove dijitTooltipABLeft","BR-TR":"dijitTooltipBelow dijitTooltipABRight","TR-BR":"dijitTooltipAbove dijitTooltipABRight","BR-BL":"dijitTooltipRight","BL-BR":"dijitTooltipLeft"}[t+"-"+n],this.domNode.style.width="auto";var c=i.position(this.domNode);(d("ie")||d("trident"))&&(c.w+=2);var l=Math.min(Math.max(a,1),c.w);if(i.setMarginBox(this.domNode,{w:l}),"B"==n.charAt(0)&&"B"==t.charAt(0)){var u=i.position(e),f=this.connectorNode.offsetHeight;if(u.h>s){var h=s-(o.h+f>>1);this.connectorNode.style.top=h+"px",this.connectorNode.style.bottom=""}else this.connectorNode.style.bottom=Math.min(Math.max(o.h/2-f/2,0),u.h-f)+"px",this.connectorNode.style.top=""}else this.connectorNode.style.top="",this.connectorNode.style.bottom="";return Math.max(0,c.w-a)},_onShow:function(){d("ie")&&(this.domNode.style.filter="")},hide:function(e){this._onDeck&&this._onDeck[1]==e?this._onDeck=null:this.aroundNode===e&&(this.fadeIn.stop(),this.isShowingNow=!1,this.aroundNode=null,this.fadeOut.play()),this.onMouseEnter=this.onMouseLeave=N},_onHide:function(){this.domNode.style.cssText="",this.containerNode.innerHTML="",this._onDeck&&(this.show.apply(this,this._onDeck),this._onDeck=null)}});d("dojo-bidi")&&y.extend({_setAutoTextDir:function(t){this.applyTextDir(t),e.forEach(t.children,function(e){this._setAutoTextDir(e)},this)},_setTextDirAttr:function(e){this._set("textDir",e),"auto"==e?this._setAutoTextDir(this.containerNode):this.containerNode.dir=this.textDir}}),m.showTooltip=function(t,n,r,o,i,s,a){return r&&(r=e.map(r,function(e){return{after:"after-centered",before:"before-centered"}[e]||e})),j._masterTT||(m._masterTT=j._masterTT=new y),j._masterTT.show(t,n,r,o,i,s,a)},m.hideTooltip=function(e){return j._masterTT&&j._masterTT.hide(e)};var _="DORMANT",b="SHOW TIMER",w="SHOWING",x="HIDE TIMER";function N(){}var j=t("dijit.Tooltip",h,{label:"",showDelay:400,hideDelay:400,connectId:[],position:[],selector:"",_setConnectIdAttr:function(t){e.forEach(this._connections||[],function(t){e.forEach(t,function(e){e.remove()})},this),this._connectIds=e.filter(a.isArrayLike(t)?t:t?[t]:[],function(e){return r.byId(e,this.ownerDocument)},this),this._connections=e.map(this._connectIds,function(e){var t=r.byId(e,this.ownerDocument),n=this.selector,o=n?function(e){return l.selector(n,e)}:function(e){return e},i=this;return[l(t,o(c.enter),function(){i._onHover(this)}),l(t,o("focusin"),function(){i._onHover(this)}),l(t,o(c.leave),a.hitch(i,"_onUnHover")),l(t,o("focusout"),a.hitch(i,"set","state",_))]},this),this._set("connectId",t)},addTarget:function(t){var n=t.id||t;-1==e.indexOf(this._connectIds,n)&&this.set("connectId",this._connectIds.concat(n))},removeTarget:function(t){var n=t.id||t,r=e.indexOf(this._connectIds,n);r>=0&&(this._connectIds.splice(r,1),this.set("connectId",this._connectIds))},buildRendering:function(){this.inherited(arguments),o.add(this.domNode,"dijitTooltipData")},startup:function(){this.inherited(arguments);var t=this.connectId;e.forEach(a.isArrayLike(t)?t:[t],this.addTarget,this)},getContent:function(e){return this.label||this.domNode.innerHTML},state:_,_setStateAttr:function(e){if(!(this.state==e||e==b&&this.state==w||e==x&&this.state==_)){switch(this._hideTimer&&(this._hideTimer.remove(),delete this._hideTimer),this._showTimer&&(this._showTimer.remove(),delete this._showTimer),e){case _:this._connectNode&&(j.hide(this._connectNode),delete this._connectNode,this.onHide());break;case b:this.state!=w&&(this._showTimer=this.defer(function(){this.set("state",w)},this.showDelay));break;case w:var t=this.getContent(this._connectNode);if(!t)return void this.set("state",_);j.show(t,this._connectNode,this.position,!this.isLeftToRight(),this.textDir,a.hitch(this,"set","state",w),a.hitch(this,"set","state",x)),this.onShow(this._connectNode,this.position);break;case x:this._hideTimer=this.defer(function(){this.set("state",_)},this.hideDelay)}this._set("state",e)}},_onHover:function(e){this._connectNode&&e!=this._connectNode&&this.set("state",_),this._connectNode=e,this.set("state",b)},_onUnHover:function(e){this.set("state",x)},open:function(e){this.set("state",_),this._connectNode=e,this.set("state",w)},close:function(){this.set("state",_)},onShow:function(){},onHide:function(){},destroy:function(){this.set("state",_),e.forEach(this._connections||[],function(t){e.forEach(t,function(e){e.remove()})},this),this.inherited(arguments)}});return j._MasterTooltip=y,j.show=m.showTooltip,j.hide=m.hideTooltip,j.defaultPosition=["after-centered","before-centered"],j}.apply(null,r))||(e.exports=o)},664:(e,t,n)=>{var r,o;n.dj.r;r=[n(8945),n(9276),n(2641),n(5075)],void 0===(o=function(e,t,n,r){return n(function(){0}),t}.apply(null,r))||(e.exports=o)},998:(e,t,n)=>{var r,o;n.dj.r;r=[n(4642),n(6345),n(28),n(6323),n(2075),n(2616),n(7539),n(5659)],void 0===(o=function(e,t,n,r,o,i,s,a){var c=t("dijit._TemplatedMixin",a,{templateString:null,templatePath:null,_skipNodeCache:!1,searchContainerNode:!0,_stringRepl:function(e){var t=this.declaredClass,n=this;return s.substitute(e,this,function(e,o){if("!"==o.charAt(0)&&(e=r.getObject(o.substr(1),!1,n)),void 0===e)throw new Error(t+" template:"+o);return null==e?"":"!"==o.charAt(0)?e:this._escapeValue(""+e)},this)},_escapeValue:function(e){return e.replace(/["'<>&]/g,function(e){return{"&":"&","<":"<",">":">",'"':""","'":"'"}[e]})},buildRendering:function(){if(!this._rendered){this.templateString||(this.templateString=e(this.templatePath,{sanitize:!0}));var t,o=c.getCachedTemplate(this.templateString,this._skipNodeCache,this.ownerDocument);if(r.isString(o)){if(1!=(t=n.toDom(this._stringRepl(o),this.ownerDocument)).nodeType)throw new Error("Invalid template: "+o)}else t=o.cloneNode(!0);this.domNode=t}this.inherited(arguments),this._rendered||this._fillContent(this.srcNodeRef),this._rendered=!0},_fillContent:function(e){var t=this.containerNode;if(e&&t)for(;e.hasChildNodes();)t.appendChild(e.firstChild)}});return c._templateCache={},c.getCachedTemplate=function(e,t,r){var o=c._templateCache,i=e,a=o[i];if(a){try{if(!a.ownerDocument||a.ownerDocument==(r||document))return a}catch(e){}n.destroy(a)}if(e=s.trim(e),t||e.match(/\$\{([^\}]+)\}/g))return o[i]=e;var l=n.toDom(e,r);if(1!=l.nodeType)throw new Error("Invalid template: "+e);return o[i]=l},i("ie")&&o(window,"unload",function(){var e=c._templateCache;for(var t in e){var r=e[t];"object"==typeof r&&n.destroy(r),delete e[t]}}),c}.apply(null,r))||(e.exports=o)},1019:(e,t,n)=>{var r,o;n.dj.r;r=[n(6974),n(2685),n(1248),n(1054),n(5075),n(1600),n(231)],void 0===(o=function(e,t,n,r,o,i,s){function a(r,s,a,c){var l=i.getEffectiveBox(r.ownerDocument);r.parentNode&&"body"==String(r.parentNode.tagName).toLowerCase()||o.body(r.ownerDocument).appendChild(r);var d=null;e.some(s,function(e){var n=e.corner,o=e.pos,i=0,s={w:{L:l.l+l.w-o.x,R:o.x-l.l,M:l.w}[n.charAt(1)],h:{T:l.t+l.h-o.y,B:o.y-l.t,M:l.h}[n.charAt(0)]},u=r.style;if(u.left=u.right="auto",a){var f=a(r,e.aroundCorner,n,s,c);i=void 0===f?0:f}var h=r.style,p=h.display,v=h.visibility;"none"==h.display&&(h.visibility="hidden",h.display="");var g=t.position(r);h.display=p,h.visibility=v;var m={L:o.x,R:o.x-g.w,M:Math.max(l.l,Math.min(l.l+l.w,o.x+(g.w>>1))-g.w)}[n.charAt(1)],y={T:o.y,B:o.y-g.h,M:Math.max(l.t,Math.min(l.t+l.h,o.y+(g.h>>1))-g.h)}[n.charAt(0)],_=Math.max(l.l,m),b=Math.max(l.t,y),w=Math.min(l.l+l.w,m+g.w)-_,x=Math.min(l.t+l.h,y+g.h)-b;return i+=g.w-w+(g.h-x),(null==d||i<d.overflow)&&(d={corner:n,aroundCorner:e.aroundCorner,x:_,y:b,w,h:x,overflow:i,spaceAvailable:s}),!i}),d.overflow&&a&&a(r,d.aroundCorner,d.corner,d.spaceAvailable,c);var u=d.y,f=d.x,h=o.body(r.ownerDocument);/relative|absolute/.test(n.get(h,"position"))&&(u-=n.get(h,"marginTop"),f-=n.get(h,"marginLeft"));var p=r.style;return p.top=u+"px",p.left=f+"px",p.right="auto",d}var c={TL:"BR",TR:"BL",BL:"TR",BR:"TL"},l={at:function(t,n,r,o,i){return a(t,e.map(r,function(e){var t={corner:e,aroundCorner:c[e],pos:{x:n.x,y:n.y}};return o&&(t.pos.x+="L"==e.charAt(1)?o.x:-o.x,t.pos.y+="T"==e.charAt(0)?o.y:-o.y),t}),i)},around:function(o,i,s,c,l){var d;if("string"==typeof i||"offsetWidth"in i||"ownerSVGElement"in i){if(d=t.position(i,!0),/^(above|below)/.test(s[0])){var u=t.getBorderExtents(i),f=i.firstChild?t.getBorderExtents(i.firstChild):{t:0,l:0,b:0,r:0},h=t.getBorderExtents(o),p=o.firstChild?t.getBorderExtents(o.firstChild):{t:0,l:0,b:0,r:0};d.y+=Math.min(u.t+f.t,h.t+p.t),d.h-=Math.min(u.t+f.t,h.t+p.t)+Math.min(u.b+f.b,h.b+p.b)}}else d=i;if(i.parentNode)for(var v="absolute"==n.getComputedStyle(i).position,g=i.parentNode;g&&1==g.nodeType&&"BODY"!=g.nodeName;){var m=t.position(g,!0),y=n.getComputedStyle(g);if(/relative|absolute/.test(y.position)&&(v=!1),!v&&/hidden|auto|scroll/.test(y.overflow)){var _=Math.min(d.y+d.h,m.y+m.h),b=Math.min(d.x+d.w,m.x+m.w);d.x=Math.max(d.x,m.x),d.y=Math.max(d.y,m.y),d.h=_-d.y,d.w=b-d.x}"absolute"==y.position&&(v=!0),g=g.parentNode}var w=d.x,x=d.y,N="w"in d?d.w:d.w=d.width,j="h"in d?d.h:(r.deprecated("place.around: dijit/place.__Rectangle: { x:"+w+", y:"+x+", height:"+d.height+", width:"+N+" } has been deprecated. Please use { x:"+w+", y:"+x+", h:"+d.height+", w:"+N+" }","","2.0"),d.h=d.height),C=[];function T(e,t){C.push({aroundCorner:e,corner:t,pos:{x:{L:w,R:w+N,M:w+(N>>1)}[e.charAt(1)],y:{T:x,B:x+j,M:x+(j>>1)}[e.charAt(0)]}})}e.forEach(s,function(e){var t=c;switch(e){case"above-centered":T("TM","BM");break;case"below-centered":T("BM","TM");break;case"after-centered":t=!t;case"before-centered":T(t?"ML":"MR",t?"MR":"ML");break;case"after":t=!t;case"before":T(t?"TL":"TR",t?"TR":"TL"),T(t?"BL":"BR",t?"BR":"BL");break;case"below-alt":t=!t;case"below":T(t?"BL":"BR",t?"TL":"TR"),T(t?"BR":"BL",t?"TR":"TL");break;case"above-alt":t=!t;case"above":T(t?"TL":"TR",t?"BL":"BR"),T(t?"TR":"TL",t?"BR":"BL");break;default:T(e.aroundCorner,e.corner)}});var S=a(o,C,l,{w:N,h:j});return S.aroundNodePos=d,S}};return s.place=l}.apply(null,r))||(e.exports=o)},1054:(e,t,n)=>{var r,o;n.dj.r;r=[n(1925),n(6356),n(7361),n.dj.c(e),n.dj.m(e)],o=function(e,t,n,r,o){var i,s,a,c={},l={},d={config:n,global:e,dijit:c,dojox:l},u={dojo:["dojo",d],dijit:["dijit",c],dojox:["dojox",l]},f=r.map&&r.map[o.id.match(/[^\/]+/)[0]];for(s in f)u[s]?u[s][0]=f[s]:u[s]=[f[s],{}];for(s in u)(a=u[s])[1]._scopeName=a[0],n.noGlobals||(e[a[0]]=a[1]);d.scopeMap=u,d.baseUrl=d.config.baseUrl=r.baseUrl,d.isAsync=!0,d.locale=n.locale;var h="$Rev:$".match(/[0-9a-f]{7,}/);if(d.version={major:1,minor:17,patch:3,flag:"",revision:h?h[0]:NaN,toString:function(){var e=d.version;return e.major+"."+e.minor+"."+e.patch+e.flag+" ("+e.revision+")"}},t.add("extend-dojo",1),t("csp-restrictions")||Function("d","d.eval = function(){return d.global.eval ? d.global.eval(arguments[0]) : eval(arguments[0]);}")(d),t("host-rhino")?d.exit=function(e){quit(e)}:d.exit=function(){},t("host-webworker")||t.add("dojo-guarantee-console",1),t("dojo-guarantee-console")){t.add("console-as-object",function(){return Function.prototype.bind&&console&&"object"==typeof console.log}),"undefined"!=typeof console||(console={});var p,v=["assert","count","debug","dir","dirxml","error","group","groupEnd","info","profile","profileEnd","time","timeEnd","trace","warn","log"];for(i=0;p=v[i++];)console[p]?t("console-as-object")&&(console[p]=Function.prototype.bind.call(console[p],console)):function(){var e=p+"";console[e]="log"in console?function(){var t=Array.prototype.slice.call(arguments);t.unshift(e+":"),console.log(t.join(" "))}:function(){},console[e]._fake=!0}()}if(t.add("dojo-debug-messages",!!n.isDebug),d.deprecated=d.experimental=function(){},t.add("dojo-modulePaths",1),t("dojo-modulePaths")&&n.modulePaths){d.deprecated("dojo.modulePaths","use paths configuration");var g={};for(s in n.modulePaths)g[s.replace(/\./g,"/")]=n.modulePaths[s];r({paths:g})}return t.add("dojo-moduleUrl",1),t("dojo-moduleUrl")&&(d.moduleUrl=function(e,t){d.deprecated("dojo.moduleUrl()","use require.toUrl","2.0");var n=null;return e&&(n=r.toUrl(e.replace(/\./g,"/")+(t?"/"+t:"")+"/*.*").replace(/\/\*\.\*/,"")+(t?"":"/")),n}),d._hasResource={},d}.apply(null,r),void 0===o||(e.exports=o)},1142:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(2284),n(1248),n(7878),n(5244),n(8945),n(28),n(2685)],void 0===(o=function(e,t,n,r,o,i,s,a){return e.byId=t.byId,e.isDescendant=t.isDescendant,e.setSelectable=t.setSelectable,e.getAttr=r.get,e.setAttr=r.set,e.hasAttr=r.has,e.removeAttr=r.remove,e.getNodeProp=r.getNodeProp,e.attr=function(e,t,n){return 2==arguments.length?r["string"==typeof t?"get":"set"](e,t):r.set(e,t,n)},e.hasClass=i.contains,e.addClass=i.add,e.removeClass=i.remove,e.toggleClass=i.toggle,e.replaceClass=i.replace,e._toDom=e.toDom=s.toDom,e.place=s.place,e.create=s.create,e.empty=function(e){s.empty(e)},e._destroyElement=e.destroy=function(e){s.destroy(e)},e._getPadExtents=e.getPadExtents=a.getPadExtents,e._getBorderExtents=e.getBorderExtents=a.getBorderExtents,e._getPadBorderExtents=e.getPadBorderExtents=a.getPadBorderExtents,e._getMarginExtents=e.getMarginExtents=a.getMarginExtents,e._getMarginSize=e.getMarginSize=a.getMarginSize,e._getMarginBox=e.getMarginBox=a.getMarginBox,e.setMarginBox=a.setMarginBox,e._getContentBox=e.getContentBox=a.getContentBox,e.setContentSize=a.setContentSize,e._isBodyLtr=e.isBodyLtr=a.isBodyLtr,e._docScroll=e.docScroll=a.docScroll,e._getIeDocumentElementOffset=e.getIeDocumentElementOffset=a.getIeDocumentElementOffset,e._fixIeBiDiScrollLeft=e.fixIeBiDiScrollLeft=a.fixIeBiDiScrollLeft,e.position=a.position,e.marginBox=function(e,t){return t?a.setMarginBox(e,t):a.getMarginBox(e)},e.contentBox=function(e,t){return t?a.setContentSize(e,t):a.getContentBox(e)},e.coords=function(r,o){e.deprecated("dojo.coords()","Use dojo.position() or dojo.marginBox()."),r=t.byId(r);var i=n.getComputedStyle(r),s=a.getMarginBox(r,i),c=a.position(r,o);return s.x=c.x,s.y=c.y,s},e.getProp=o.get,e.setProp=o.set,e.prop=function(e,t,n){return 2==arguments.length?o["string"==typeof t?"get":"set"](e,t):o.set(e,t,n)},e.getStyle=n.get,e.setStyle=n.set,e.getComputedStyle=n.getComputedStyle,e.__toPixelValue=e.toPixelValue=n.toPixelValue,e.style=function(e,t,r){switch(arguments.length){case 1:return n.get(e);case 2:return n["string"==typeof t?"get":"set"](e,t)}return n.set(e,t,r)},e}.apply(null,r))||(e.exports=o)},1172:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6356),n(2284),n(2075),n(6974),n(6323),n(5226),n(6178)],void 0===(o=function(e,t,n,r,o,i,s,a){"use strict";t.add("array-extensible",function(){return 1==i.delegate([],{length:1}).length&&!t("bug-for-in-skips-shadowed")});var c=Array.prototype,l=c.slice,d=c.concat,u=o.forEach,f=function(t,n,r){return n=[0].concat(l.call(n,0)),r=r||e.global,function(e){return n[0]=e,t.apply(r,n)}},h=function(e){var n=this instanceof p&&t("array-extensible");"number"==typeof e&&(e=Array(e));var r=e&&"length"in e?e:arguments;if(n||!r.sort){for(var o=n?this:[],s=o.length=r.length,a=0;a<s;a++)o[a]=r[a];if(n)return o;r=o}return i._mixin(r,v),r._NodeListCtor=function(e){return p(e)},r},p=h,v=p.prototype=t("array-extensible")?[]:{};function g(e,t){var r=function(r,o){if("string"==typeof o&&!(o=n.byId(o)))return new t([]);var i="string"==typeof r?e(r,o):r?r.end&&r.on?r:[r]:[];return i.end&&i.on?i:new t(i)};if(r.matches=e.match||function(e,t,n){return r.filter([e],t,n).length>0},r.filter=e.filter||function(e,t,n){return r(t,n).filter(function(t){return o.indexOf(e,t)>-1})},"function"!=typeof e){var i=e.search;e=function(e,t){return i(t||document,e)}}return r}p._wrap=v._wrap=function(e,t,n){var r=new(n||this._NodeListCtor||p)(e);return t?r._stash(t):r},p._adaptAsMap=function(e,t){return function(){return this.map(f(e,arguments,t))}},p._adaptAsForEach=function(e,t){return function(){return this.forEach(f(e,arguments,t)),this}},p._adaptAsFilter=function(e,t){return function(){return this.filter(f(e,arguments,t))}},p._adaptWithCondition=function(t,n,r){return function(){var o=arguments,i=f(t,o,r);return n.call(r||e.global,o)?this.map(i):(this.forEach(i),this)}},u(["slice","splice"],function(e){var t=c[e];v[e]=function(){return this._wrap(t.apply(this,arguments),"slice"==e?this:null)}}),u(["indexOf","lastIndexOf","every","some"],function(t){var n=o[t];v[t]=function(){return n.apply(e,[this].concat(l.call(arguments,0)))}}),i.extend(h,{constructor:p,_NodeListCtor:p,toString:function(){return this.join(",")},_stash:function(e){return this._parent=e,this},on:function(e,t){var n=this.map(function(n){return r(n,e,t)});return n.remove=function(){for(var e=0;e<n.length;e++)n[e].remove()},n},end:function(){return this._parent?this._parent:new this._NodeListCtor(0)},concat:function(e){var t=l.call(this,0),n=o.map(arguments,function(e){return l.call(e,0)});return this._wrap(d.apply(t,n),this)},map:function(e,t){return this._wrap(o.map(this,e,t),this)},forEach:function(e,t){return u(this,e,t),this},filter:function(e){var t=arguments,n=this,r=0;if("string"==typeof e){if(n=m._filterResult(this,t[0]),1==t.length)return n._stash(this);r=1}return this._wrap(o.filter(n,t[r],t[r+1]),this)},instantiate:function(e,t){var n=i.isFunction(e)?e:i.getObject(e);return t=t||{},this.forEach(function(e){new n(t,e)})},at:function(){var e=new this._NodeListCtor(0);return u(arguments,function(t){t<0&&(t=this.length+t),this[t]&&e.push(this[t])},this),e._stash(this)}});var m=g(a,h);return e.query=g(a,function(e){return h(e)}),m.load=function(e,t,n){s.load(e,t,function(e){n(g(e,h))})},e._filterQueryResult=m._filterResult=function(e,t,n){return new h(m.filter(e,t,n))},e.NodeList=m.NodeList=h,m}.apply(null,r))||(e.exports=o)},1248:(e,t,n)=>{var r,o;n.dj.r;r=[n(2616),n(2284),n(5075)],void 0===(o=function(e,t,n){var r,o,i={};r=e("webkit")?function(e){var t;if(1==e.nodeType){var n=e.ownerDocument.defaultView;!(t=n.getComputedStyle(e,null))&&e.style&&(e.style.display="",t=n.getComputedStyle(e,null))}return t||{}}:e("ie")&&(e("ie")<9||e("quirks"))?function(e){return 1==e.nodeType&&e.currentStyle?e.currentStyle:{}}:function(e){if(1===e.nodeType){var t=e.ownerDocument.defaultView;return(t.opener?t:n.global.window).getComputedStyle(e,null)}return{}},i.getComputedStyle=r,o=e("ie")?function(e,t){if(!t)return 0;if("medium"==t)return 4;if(t.slice&&"px"==t.slice(-2))return parseFloat(t);var n=e.style,r=e.runtimeStyle,o=e.currentStyle,i=n.left,s=r.left;r.left=o.left;try{n.left=t,t=n.pixelLeft}catch(e){t=0}return n.left=i,r.left=s,t}:function(e,t){return parseFloat(t)||0},i.toPixelValue=o;var s="DXImageTransform.Microsoft.Alpha",a=function(e,t){try{return e.filters.item(s)}catch(e){return t?{}:null}},c=e("ie")<9||e("ie")<10&&e("quirks")?function(e){try{return a(e).Opacity/100}catch(e){return 1}}:function(e){return r(e).opacity},l=e("ie")<9||e("ie")<10&&e("quirks")?function(e,t){""===t&&(t=1);var n=100*t;if(1===t?(e.style.zoom="",a(e)&&(e.style.filter=e.style.filter.replace(new RegExp("\\s*progid:"+s+"\\([^\\)]+?\\)","i"),""))):(e.style.zoom=1,a(e)?a(e,1).Opacity=n:e.style.filter+=" progid:"+s+"(Opacity="+n+")",a(e,1).Enabled=!0),"tr"==e.tagName.toLowerCase())for(var r=e.firstChild;r;r=r.nextSibling)"td"==r.tagName.toLowerCase()&&l(r,t);return t}:function(e,t){return e.style.opacity=t},d={left:!0,top:!0},u=/margin|padding|width|height|max|min|offset/;var f={cssFloat:1,styleFloat:1,float:1};return i.get=function(e,n){var r=t.byId(e),s=arguments.length;if(2==s&&"opacity"==n)return c(r);n=f[n]?"cssFloat"in r.style?"cssFloat":"styleFloat":n;var a=i.getComputedStyle(r);return 1==s?a:function(e,t,n){if(t=t.toLowerCase(),"auto"==n){if("height"==t)return e.offsetHeight;if("width"==t)return e.offsetWidth}return"fontweight"==t?700===n?"bold":"normal":(t in d||(d[t]=u.test(t)),d[t]?o(e,n):n)}(r,n,a[n]||r.style[n])},i.set=function(e,n,r){var o=t.byId(e),s=arguments.length,a="opacity"==n;if(n=f[n]?"cssFloat"in o.style?"cssFloat":"styleFloat":n,3==s)return a?l(o,r):o.style[n]=r;for(var c in n)i.set(e,c,n[c]);return i.getComputedStyle(o)},i}.apply(null,r))||(e.exports=o)},1442:(e,t,n)=>{var r,o;n.dj.r;r=[n(3878),n(5744),n(4481)],void 0===(o=function(e,t){return t(e,"dgrid/extensions/nls/pagination",n.dj.c(),!1)}.apply(null,r))||(e.exports=o)},1540:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6323),n(28),n(8945),n(2075),n(6356),n(4624),n(4975),n(3927)],void 0===(o=function(e,t,n,r,o,i,s,a){function c(e,t){t&&t.nodeType&&e.appendChild(t)}function l(e){return a.escapeCssIdentifier(e,"-")}var d=e(s,{columns:null,hasNeutralSort:!1,cellNavigation:!0,tabableHeader:!0,showHeader:!0,column:function(e){return"object"!=typeof e?this.columns[e]:this.cell(e).column},listType:"grid",cell:function(e,t){if(e.column&&e.element)return e;var n;if(e.target&&e.target.nodeType&&(e=e.target),e.nodeType)do{if(this._rowIdToObject[e.id])break;var r=e.columnId;if(r){t=r,n=e;break}e=e.parentNode}while(e&&e!==this.domNode);if(!n&&void 0!==t){var o=this.row(e),i=o&&o.element;if(i)for(var s=i.getElementsByTagName("td"),a=0;a<s.length;a++)if(s[a].columnId===t){n=s[a];break}}return null!=e?{row:o||this.row(e),column:t&&this.column(t),element:n}:void 0},createRowCells:function(e,t,r,o,s){var a,c,d,u,f,h,p,v,g,m,y,_,b,w=n.create("table",{className:"dgrid-row-table",role:"presentation"}),x=i("ie")<9?n.create("tbody",null,w):w;for(c=0,d=(r=r||this.subRows).length;c<d;c++)for(h=r[c],a=n.create("tr",null,x),h.className&&(a.className=h.className),u=0,f=h.length;u<f;u++)v=(p=h[u]).id,g=p.field?" field-"+l(p.field):"",(m="function"==typeof p.className?p.className(o):p.className)&&(g+=" "+m),(y=n.create(e,{className:"dgrid-cell"+(v?" dgrid-column-"+l(v):"")+g,role:"th"===e?"columnheader":"gridcell"})).columnId=v,(_=p.colSpan)&&(y.colSpan=_),(b=p.rowSpan)&&(y.rowSpan=b),t(y,p,o,s),a.appendChild(y);return w},_createBodyRowCell:function(e,t,n,r){var o=n;t.get?o=t.get(n):"field"in t&&"_item"!==t.field&&(o=n[t.field]),t.renderCell?c(e,t.renderCell(n,o,e,r)):this._defaultRenderCell.call(t,n,o,e,r)},_createHeaderRowCell:function(e,t){var n=t.headerNode=e,r=t.field;r&&(e.field=r),t.renderHeaderCell?c(n,t.renderHeaderCell(n)):("label"in t||t.field)&&n.appendChild(document.createTextNode("label"in t?t.label:t.field)),!1!==t.sortable&&r&&"_item"!==r&&(e.sortable=!0,e.className+=" dgrid-sortable")},left:function(e,t){return e.element||(e=this.cell(e)),this.cell(this._move(e,-(t||1),"dgrid-cell"))},right:function(e,t){return e.element||(e=this.cell(e)),this.cell(this._move(e,t||1,"dgrid-cell"))},_defaultRenderCell:function(e,t,n){if(this.formatter){var r=this.formatter,o=this.grid.formatterScope,i="string"==typeof r&&o?o[r](t,e):this.formatter(t,e);null!=i&&i.hasOwnProperty("html")?n.innerHTML=i.html:null!=i&&n.appendChild(document.createTextNode(i))}else null!=t&&n.appendChild(document.createTextNode(t))},renderRow:function(e,r){var o=this.createRowCells("td",t.hitch(this,"_createBodyRowCell"),r&&r.subRows,e,r),i=n.create("div",{role:"row"});return i.appendChild(o),i},renderHeader:function(){var e=this,r=this.headerNode;r.setAttribute("role","row"),n.empty(r);var s=this.createRowCells("th",t.hitch(this,"_createHeaderRowCell"),this.subRows&&this.subRows.headerRows);this._rowIdToObject[s.id=this.id+"-header"]=this.columns,r.appendChild(s),this._sortListener&&this._sortListener.remove(),this._sortListener=o(s,"click,keydown",function(t){if("click"===t.type||32===t.keyCode||!i("opera")&&13===t.keyCode){var n,s,a,c,l=t.target;do{if(l.sortable){n=l.field||l.columnId,s=e.sort[0],a=e.hasNeutralSort&&s&&s.property===n&&s.descending?[]:[{property:n,descending:s&&s.property===n&&!s.descending}],c={bubbles:!0,cancelable:!0,grid:e,parentType:t.type,sort:a},o.emit(t.target,"dgrid-sort",c)&&(e._sortNode=l,e.set("sort",a));break}}while((l=l.parentNode)&&l!==r)}})},resize:function(){var e,t=this.headerNode.firstChild,n=this.contentNode;this.inherited(arguments),n.style.width="",n&&t&&(e=t.offsetWidth)>n.offsetWidth&&(n.style.width=e+"px")},destroy:function(){this._destroyColumns(),this._sortListener&&this._sortListener.remove(),this.inherited(arguments)},_setSort:function(){this.inherited(arguments),this.updateSortArrow(this.sort)},_findSortArrowParent:function(e){var t=this.columns;for(var n in t){var r=t[n];if(r.field===e)return r.headerNode}},updateSortArrow:function(e,t){if(this._lastSortedArrow&&(this._lastSortedArrow.parentNode&&r.remove(this._lastSortedArrow.parentNode,"dgrid-sort-up dgrid-sort-down"),n.destroy(this._lastSortedArrow),delete this._lastSortedArrow),t&&(this.sort=e),e[0]){var o=e[0].property,i=e[0].descending,s=this._sortNode||this._findSortArrowParent(o);delete this._sortNode,s&&(s=s.contents||s,this._lastSortedArrow=n.create("div",{className:"dgrid-sort-arrow ui-icon",innerHTML:" ",role:"presentation"},s,"first"),r.add(s,"dgrid-sort-"+(i?"down":"up")),this.resize())}},styleColumn:function(e,t){return this.addCssRule("#"+a.escapeCssIdentifier(this.domNode.id)+" .dgrid-column-"+l(e),t)},_configColumns:function(e,t){var n=[],r=t instanceof Array;return a.each(t,function(o,i){"string"==typeof o&&(t[i]=o={label:o}),r||o.field||(o.field=i),i=o.id=o.id||(isNaN(i)?i:e+i),this._configColumn&&(this._configColumn(o,t,e),i=o.id),r&&(this.columns[i]=o),o.grid?o.grid!==this&&console.warn("Sharing column definition objects with multiple grids is not supported.",o.grid,this):o.grid=this,n.push(o)},this),r?t:n},_destroyColumns:function(){this.cleanup()},configStructure:function(){var e=this.subRows,t=this._columns=this.columns;if(this.columns=!t||t instanceof Array?{}:t,e)for(var n=0;n<e.length;n++)e[n]=this._configColumns(n+"-",e[n]);else this.subRows=[this._configColumns("",t)]},_getColumns:function(){return this._columns||this.columns},_setColumns:function(e){this._destroyColumns(),this.subRows=null,this.columns=e,this._updateColumns()},_setSubRows:function(e){this._destroyColumns(),this.subRows=e,this._updateColumns()},_updateColumns:function(){this.configStructure(),this.renderHeader(),this.refresh(),this._lastCollection&&this.renderArray(this._lastCollection),this._started&&(this.sort.length?(this._lastSortedArrow=null,this.updateSortArrow(this.sort)):this.resize())}});return d.appendIfNode=c,d}.apply(null,r))||(e.exports=o)},1600:(e,t,n)=>{var r,o;n.dj.r;r=[n(9925),n(2075),n(2641),n(2616),n(3930)],void 0===(o=function(e,t,n,r,o){var i,s=new e;return n(function(){var e=o.getBox();if(s._rlh=t(window,"resize",function(){var t=o.getBox();e.h==t.h&&e.w==t.w||(e=t,s.emit("resize"))}),8==r("ie")){var n=screen.deviceXDPI;setInterval(function(){screen.deviceXDPI!=n&&(n=screen.deviceXDPI,s.emit("resize"))},500)}r("ios")&&(t(document,"focusin",function(e){i=e.target}),t(document,"focusout",function(e){i=null}))}),s.getEffectiveBox=function(e){var t=o.getBox(e),n=i&&i.tagName&&i.tagName.toLowerCase();if(r("ios")&&i&&!i.readOnly&&("textarea"==n||"input"==n&&/^(color|email|number|password|search|tel|text|url)$/.test(i.type))){t.h*=0==orientation||180==orientation?.66:.4;var s=i.getBoundingClientRect();t.h=Math.max(t.h,s.top+s.height)}return t},s}.apply(null,r))||(e.exports=o)},1603:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323),n(6974),n(6566),n(6356),n(3534),n(6345),n(2219),n(8942),n(9925)],void 0===(o=function(e,t,n,r,o,i,s,a,c){r.add("object-proto",!!{}.__proto__&&!{}.watch);var l=r("object-proto");function d(e){return function(t,n){var r=this;return o(t,function(t){var o={target:t},i=n[1]||{};"beforeId"in i&&(o.beforeId=i.beforeId),r.emit(e,o)}),t}}return i(c,{constructor:function(e){e&&i.safeMixin(this,e),this.Model&&this.Model.createSubclass&&(this.Model=this.Model.createSubclass([]).extend({_store:this})),this.storage=new c;var t=this;this.autoEmitEvents&&(n.after(this,"add",d("add")),n.after(this,"put",d("update")),n.after(this,"remove",function(e,n){return o(e,function(){t.emit("delete",{id:n[0]})}),e}))},autoEmitEvents:!0,idProperty:"id",queryAccessors:!0,getIdentity:function(e){return e.get?e.get(this.idProperty):e[this.idProperty]},_setIdentity:function(e,t){e.set?e.set(this.idProperty,t):e[this.idProperty]=t},forEach:function(e,t){var n=this;return o(this.fetch(),function(r){for(var o,i=0;void 0!==(o=r[i]);i++)e.call(t,o,i,n);return r})},matchesFilter:function(e){var t=this.queryLog;if(t&&e){for(var n=[e],r=0,o=t.length;r<o;r++)n=t[r].querier(n);return n.length>0}return!0},on:function(e,t,n){var r=this;return this.storage.on(e,function(e){t&&(n&&!r.matchesFilter(e&&e.target)||t&&t(e))})},emit:function(e,t){(t=t||{}).type=e;try{return this.storage.emit(e,t)}catch(e){console.error(e)}finally{return t.cancelable}},parse:null,stringify:null,Model:null,_restore:function(t,n){var r=this.Model;if(r&&t){var o=r.prototype,i=o._restore;i?t=i.call(t,r,n):l&&n?t.__proto__=o:t=e.delegate(o,t)}return t},create:function(e){return new this.Model(e)},_createSubCollection:function(t){var n=e.delegate(this.constructor.prototype);for(var r in this)this._includePropertyInSubCollection(r,n)&&(n[r]=this[r]);return i.safeMixin(n,t)},_includePropertyInSubCollection:function(e,t){return!(e in t)||t[e]!==this[e]},queryLog:[],filter:new s({type:"filter",normalizeArguments:function(e){var t=this.Filter;return e instanceof t?[e]:[new t(e)]}}),Filter:a,sort:new s({type:"sort",normalizeArguments:function(n,r){var o;return"function"==typeof n?o=[n]:(o=n instanceof Array?n.slice():"object"==typeof n?[].slice.call(arguments):[{property:n,descending:r}],o=[o=t.map(o,function(t){return(t=e.mixin({},t)).descending=!!t.descending,t})]),o}}),select:new s({type:"select"}),_getQuerierFactory:function(e){return this["_create"+(e[0].toUpperCase()+e.substr(1))+"Querier"]}})}.apply(null,r))||(e.exports=o)},1662:(e,t,n)=>{var r,o;n.dj.r;r=[n(4332)],void 0===(o=function(e){return e("CancelError",null,null,{dojoType:"cancel",log:!1})}.apply(null,r))||(e.exports=o)},1692:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6323),n(6974),n(7361)],void 0===(o=function(e,t,n,r){var o=e.Color=function(e){e&&this.setColor(e)};return o.named={black:[0,0,0],silver:[192,192,192],gray:[128,128,128],white:[255,255,255],maroon:[128,0,0],red:[255,0,0],purple:[128,0,128],fuchsia:[255,0,255],green:[0,128,0],lime:[0,255,0],olive:[128,128,0],yellow:[255,255,0],navy:[0,0,128],blue:[0,0,255],teal:[0,128,128],aqua:[0,255,255],transparent:r.transparentColor||[0,0,0,0]},t.extend(o,{r:255,g:255,b:255,a:1,_set:function(e,t,n,r){var o=this;o.r=e,o.g=t,o.b=n,o.a=r},setColor:function(e){return t.isString(e)?o.fromString(e,this):t.isArray(e)?o.fromArray(e,this):(this._set(e.r,e.g,e.b,e.a),e instanceof o||this.sanitize()),this},sanitize:function(){return this},toRgb:function(){var e=this;return[e.r,e.g,e.b]},toRgba:function(){var e=this;return[e.r,e.g,e.b,e.a]},toHex:function(){return"#"+n.map(["r","g","b"],function(e){var t=this[e].toString(16);return t.length<2?"0"+t:t},this).join("")},toCss:function(e){var t=this,n=t.r+", "+t.g+", "+t.b;return(e?"rgba("+n+", "+t.a:"rgb("+n)+")"},toString:function(){return this.toCss(!0)}}),o.blendColors=e.blendColors=function(e,t,n,r){var i=r||new o;return i.r=Math.round(e.r+(t.r-e.r)*n),i.g=Math.round(e.g+(t.g-e.g)*n),i.b=Math.round(e.b+(t.b-e.b)*n),i.a=e.a+(t.a-e.a)*n,i.sanitize()},o.fromRgb=e.colorFromRgb=function(e,t){var n=e.toLowerCase().match(/^rgba?\(([\s\.,0-9]+)\)/);return n&&o.fromArray(n[1].split(/\s*,\s*/),t)},o.fromHex=e.colorFromHex=function(e,t){var r=t||new o,i=4==e.length?4:8,s=(1<<i)-1;return e=Number("0x"+e.substr(1)),isNaN(e)?null:(n.forEach(["b","g","r"],function(t){var n=e&s;e>>=i,r[t]=4==i?17*n:n}),r.a=1,r)},o.fromArray=e.colorFromArray=function(e,t){var n=t||new o;return n._set(Number(e[0]),Number(e[1]),Number(e[2]),Number(e[3])),isNaN(n.a)&&(n.a=1),n.sanitize()},o.fromString=e.colorFromString=function(e,t){var n=o.named[e];return n&&o.fromArray(n,t)||o.fromRgb(e,t)||o.fromHex(e,t)},o}.apply(null,r))||(e.exports=o)},1925:function(e,t,n){var r;n.dj.r;void 0===(r=function(){return"undefined"!=typeof global&&"function"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:this}.call(null,n,t,e))||(e.exports=r)},2075:(e,t,n)=>{var r,o;n.dj.r;r=[n.dj.h("dom-addeventlistener?:6566"),n(1054),n(2616)],void 0===(o=function(e,t,n){"use strict";if(n("dom")){var r=window.ScriptEngineMajorVersion;n.add("jscript",r&&r()+ScriptEngineMinorVersion()/10),n.add("event-orientationchange",!1),n.add("event-stopimmediatepropagation",window.Event&&!!window.Event.prototype&&!!window.Event.prototype.stopImmediatePropagation),n.add("event-focusin",function(e,t,n){return"onfocusin"in n})}var o=function(e,t,n,r){return"function"!=typeof e.on||"function"==typeof t||e.nodeType?o.parse(e,t,n,i,r,this):e.on(t,n)};o.pausable=function(e,t,n,r){var i,s=o(e,t,function(){if(!i)return n.apply(this,arguments)},r);return s.pause=function(){i=!0},s.resume=function(){i=!1},s},o.once=function(e,t,n,r){var i=o(e,t,function(){return i.remove(),n.apply(this,arguments)});return i},o.parse=function(e,t,n,r,i,s){var a;if(t.call)return t.call(s,e,n);if(t instanceof Array?a=t:t.indexOf(",")>-1&&(a=t.split(/\s*,\s*/)),a){for(var c,l=[],d=0;c=a[d++];)l.push(o.parse(e,c,n,r,i,s));return l.remove=function(){for(var e=0;e<l.length;e++)l[e].remove()},l}return r(e,t,n,i,s)};function i(e,t,n,r,i){var s=t.match(/(.*):(.*)/);if(s)return t=s[2],s=s[1],o.selector(s,t).call(i,e,n);if(f&&(n=f(n)),e.addEventListener){var a=t in d,c=a?d[t]:t;return e.addEventListener(c,n,a),{remove:function(){e.removeEventListener(c,n,a)}}}if(t="on"+t,v&&e.attachEvent)return v(e,t,n);throw new Error("Target must be an event emitter")}function s(){this.cancelable=!1,this.defaultPrevented=!0}function a(){this.bubbles=!1}o.matches=function(e,n,r,o,i){for(i=i&&"function"==typeof i.matches?i:t.query,o=!1!==o,1!=e.nodeType&&(e=e.parentNode);!i.matches(e,n,r);)if(e==r||!1===o||!(e=e.parentNode)||1!=e.nodeType)return!1;return e},o.selector=function(e,t,n){return function(r,i){var s="function"==typeof e?{matches:e}:this,a=t.bubble;function c(t){return o.matches(t,e,r,n,s)}return a?o(r,a(c),i):o(r,t,function(e){var t=c(e.target);if(t)return e.selectorTarget=t,i.call(t,e)})}};var c=[].slice,l=o.emit=function(e,t,n){var r=c.call(arguments,2),o="on"+t;if("parentNode"in e){var i=r[0]={};for(var l in n)i[l]=n[l];i.preventDefault=s,i.stopPropagation=a,i.target=e,i.type=t,n=i}do{e[o]&&e[o].apply(e,r)}while(n&&n.bubbles&&(e=e.parentNode));return n&&n.cancelable&&n},d=n("event-focusin")?{}:{focusin:"focus",focusout:"blur"};if(!n("event-stopimmediatepropagation"))var u=function(){this.immediatelyStopped=!0,this.modified=!0},f=function(e){return function(t){if(!t.immediatelyStopped)return t.stopImmediatePropagation=u,e.apply(this,arguments)}};if(n("dom-addeventlistener"))o.emit=function(e,t,n){if(e.dispatchEvent&&document.createEvent){var r=(e.ownerDocument||document).createEvent("HTMLEvents");for(var i in r.initEvent(t,!!n.bubbles,!!n.cancelable),n)i in r||(r[i]=n[i]);return e.dispatchEvent(r)&&r}return l.apply(o,arguments)};else{o._fixEvent=function(e,t){e||(e=(t&&(t.ownerDocument||t.document||t).parentWindow||window).event);if(!e)return e;try{h&&e.type==h.type&&e.srcElement==h.target&&(e=h)}catch(e){}if(!e.target&&(e.target=e.srcElement,e.currentTarget=t||e.srcElement,"mouseover"==e.type&&(e.relatedTarget=e.fromElement),"mouseout"==e.type&&(e.relatedTarget=e.toElement),e.stopPropagation||(e.stopPropagation=m,e.preventDefault=y),"keypress"===e.type)){var n="charCode"in e?e.charCode:e.keyCode;10==n?(n=0,e.keyCode=13):13==n||27==n?n=0:3==n&&(n=99),e.charCode=n,g(e)}return e};var h,p=function(e){this.handle=e};p.prototype.remove=function(){delete _dojoIEListeners_[this.handle]};var v=function(t,r,i){if(i=function(e){return function(t){t=o._fixEvent(t,this);var n=e.call(this,t);return t.modified&&(h||setTimeout(function(){h=null}),h=t),n}}(i),((t.ownerDocument?t.ownerDocument.parentWindow:t.parentWindow||t.window||window)!=top||n("jscript")<5.8)&&!n("config-_allow_leaks")){"undefined"==typeof _dojoIEListeners_&&(_dojoIEListeners_=[]);var s,a=t[r];if(!a||!a.listeners){var c=a;(a=Function("event","var callee = arguments.callee; for(var i = 0; i<callee.listeners.length; i++){var listener = _dojoIEListeners_[callee.listeners[i]]; if(listener){listener.call(this,event);}}")).listeners=[],t[r]=a,a.global=this,c&&a.listeners.push(_dojoIEListeners_.push(c)-1)}return a.listeners.push(s=a.global._dojoIEListeners_.push(i)-1),new p(s)}return e.after(t,r,i,!0)},g=function(e){e.keyChar=e.charCode?String.fromCharCode(e.charCode):"",e.charOrCode=e.keyChar||e.keyCode},m=function(){this.cancelBubble=!0},y=o._preventDefault=function(){if(this.bubbledKeyCode=this.keyCode,this.ctrlKey)try{this.keyCode=0}catch(e){}this.defaultPrevented=!0,this.returnValue=!1,this.modified=!0}}return o}.apply(null,r))||(e.exports=o)},2085:(e,t,n)=>{var r,o;n.dj.r;r=[n(2685),n(6323),n(2641),n(2616),n(5075)],void 0===(o=function(e,t,n,r,o){var i=o.doc.documentElement,s=r("ie"),a=r("trident"),c=r("opera"),l=Math.floor,d=r("ff"),u=e.boxModel.replace(/-/,""),f={dj_quirks:r("quirks"),dj_opera:c,dj_khtml:r("khtml"),dj_webkit:r("webkit"),dj_safari:r("safari"),dj_chrome:r("chrome"),dj_edge:r("edge"),dj_gecko:r("mozilla"),dj_ios:r("ios"),dj_android:r("android")};s&&(f.dj_ie=!0,f["dj_ie"+l(s)]=!0,f.dj_iequirks=r("quirks")),a&&(f.dj_trident=!0,f["dj_trident"+l(a)]=!0),d&&(f["dj_ff"+l(d)]=!0),f["dj_"+u]=!0;var h="";for(var p in f)f[p]&&(h+=p+" ");return i.className=t.trim(i.className+" "+h),n(function(){if(!e.isBodyLtr()){var n="dj_rtl dijitRtl "+h.replace(/ /g,"-rtl ");i.className=t.trim(i.className+" "+n+"dj_rtl dijitRtl "+h.replace(/ /g,"-rtl "))}}),r}.apply(null,r))||(e.exports=o)},2090:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PagingGrid=t.Grid=t.QueryResults=t.Memory=t.domConstruct=t.Deferred=void 0,n(5608).__exportStar(n(2894),t);var r=n(6345),o=n(5625),i=n(28);t.Deferred=o,t.domConstruct=i;var s=n(5907),a=n(2626);t.Memory=s,t.QueryResults=a;var c=n(1540),l=n(5602),d=n(9173),u=n(2348),f=n(5533),h=n(297),p=n(4481),v=n(4808);t.Grid=r("Grid",[l,d,u,f,h,v.GridHelper]),t.Grid.prototype.i18nPagination=p.root,t.PagingGrid=r("PagingGrid",[c,v.Pagination,d,u,f,h,v.GridHelper]),t.PagingGrid.prototype.i18nPagination=p.root},2219:(e,t,n)=>{var r;n.dj.r;void 0===(r=function(){return function(e){var t=e.type,n=e.normalizeArguments,r=e.applyQuery,o=e.querierFactory;return function(){var e=Array.prototype.slice.call(arguments),i=n?n.apply(this,e):e,s={type:t,arguments:e,normalizedArguments:i},a=this._getQuerierFactory(t)||o;a&&(s.querier=a.apply(this,i));var c=this._createSubCollection({queryLog:this.queryLog.concat(s)});return r?r.call(this,c,s):c}}}.apply(null,[]))||(e.exports=r)},2236:(e,t,n)=>{var r,o;n.dj.r;r=[n(3185),n(6356),n(6323),n(6974)],void 0===(o=function(e,t,n,r){function o(e,t,n){if(!e||!1!==e.log){var r="";e&&e.stack&&(r+=e.stack),t&&t.stack&&(r+="\n ----------------------------------------\n rejected"+t.stack.split("\n").slice(1).join("\n").replace(/^\s+/," ")),n&&n.stack&&(r+="\n ----------------------------------------\n"+n.stack),console.error(e,r)}}function i(e,t,n,r){t||o(e,n,r)}t.add("config-useDeferredInstrumentation","report-unhandled-rejections");var s=[],a=!1,c=1e3;function l(e,t,n,o){r.some(s,function(n){if(n.error===e)return t&&(n.handled=!0),!0})||s.push({error:e,rejection:n,handled:t,deferred:o,timestamp:(new Date).getTime()}),a||(a=setTimeout(d,c))}function d(){var e=(new Date).getTime(),t=e-c;s=r.filter(s,function(e){return!(e.timestamp<t)||(e.handled||o(e.error,e.rejection,e.deferred),!1)}),a=!!s.length&&setTimeout(d,s[0].timestamp+c-e)}return function(r){var o=t("config-useDeferredInstrumentation");if(o){e.on("resolved",n.hitch(console,"log","resolved")),e.on("rejected",n.hitch(console,"log","rejected")),e.on("progress",n.hitch(console,"log","progress"));var s=[];if("string"==typeof o&&(s=o.split(","),o=s.shift()),"report-rejections"===o)r.instrumentRejected=i;else{if("report-unhandled-rejections"!==o&&!0!==o&&1!==o)throw new Error("Unsupported instrumentation usage <"+o+">");r.instrumentRejected=l,c=parseInt(s[0],10)||c}}}}.apply(null,r))||(e.exports=o)},2284:(e,t,n)=>{var r,o;n.dj.r;r=[n(2616),n(5075),n(1054)],void 0===(o=function(e,t,n){if(e("ie")<=7)try{document.execCommand("BackgroundImageCache",!1,!0)}catch(e){}var r={};e("ie")?r.byId=function(e,n){if("string"!=typeof e)return e||null;var r=n||t.doc,o=e&&r.getElementById(e);if(o&&(o.attributes.id.value==e||o.id==e))return o;var i=r.all[e];i&&!i.nodeName||(i=[i]);for(var s=0;o=i[s++];)if(o.attributes&&o.attributes.id&&o.attributes.id.value==e||o.id==e)return o;return null}:r.byId=function(e,n){return("string"==typeof e?(n||t.doc).getElementById(e):e)||null};var o=n.global.document||null;e.add("dom-contains",!(!o||!o.contains)),r.isDescendant=e("dom-contains")?function(e,t){return!(!(t=r.byId(t))||!t.contains(r.byId(e)))}:function(e,t){try{for(e=r.byId(e),t=r.byId(t);e;){if(e==t)return!0;e=e.parentNode}}catch(e){}return!1},e.add("css-user-select",function(e,t,n){if(!n)return!1;var r=n.style,o=["Khtml","O","Moz","Webkit"],i=o.length,s="userSelect";do{if(void 0!==r[s])return s}while(i--&&(s=o[i]+"UserSelect"));return!1});var i=e("css-user-select");return r.setSelectable=i?function(e,t){r.byId(e).style[i]=t?"":"none"}:function(e,t){var n=(e=r.byId(e)).getElementsByTagName("*"),o=n.length;if(t)for(e.removeAttribute("unselectable");o--;)n[o].removeAttribute("unselectable");else for(e.setAttribute("unselectable","on");o--;)n[o].setAttribute("unselectable","on")},r}.apply(null,r))||(e.exports=o)},2348:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6566),n(8945),n(8471),n(2075),n(2616),n.dj.h("touch?5892"),n(1172),n(2284)],void 0===(o=function(e,t,n,r,o,i,s){i.add("dom-comparedocumentposition",function(e,t,n){return!!n.compareDocumentPosition}),i.add("dom-selectstart",void 0!==document.onselectstart);var a=i("mac")?"metaKey":"ctrlKey",c=i("css-user-select"),l=i("pointer"),d=l&&"MS"===l.slice(0,2),u=l?l+(d?"Down":"down"):"mousedown",f=l?l+(d?"Up":"up"):"mouseup";function h(e,t){for(var n=e.unselectable=t?"on":"",r=e.getElementsByTagName("*"),o=r.length;--o;)"INPUT"!==r[o].tagName&&"TEXTAREA"!==r[o].tagName&&(r[o].unselectable=n)}function p(e,n){var r=e.bodyNode,s=n?"text":i("ff")<21?"-moz-none":"none";c&&"msUserSelect"!==c?r.style[c]=s:i("dom-selectstart")?n||e._selectstartHandle?n&&e._selectstartHandle&&(e._selectstartHandle.remove(),delete e._selectstartHandle):e._selectstartHandle=o(r,"selectstart",function(e){var t=e.target&&e.target.tagName;"INPUT"!==t&&"TEXTAREA"!==t&&e.preventDefault()}):(h(r,!n),n||e._unselectableHandle?n&&e._unselectableHandle&&(e._unselectableHandle.remove(),delete e._unselectableHandle):e._unselectableHandle=t.after(e,"renderRow",function(e){return h(e,!0),e}))}return"WebkitUserSelect"===c&&void 0!==document.documentElement.style.msUserSelect&&(c=!1),e(null,{selectionDelegate:".dgrid-row",selectionEvents:u+","+f+",dgrid-cellfocusin",selectionTouchEvents:null,deselectOnRefresh:!0,allowSelectAll:!1,selection:{},selectionMode:"extended",allowTextSelection:void 0,_selectionTargetType:"rows",create:function(){return this.selection={},this.inherited(arguments)},postCreate:function(){this.inherited(arguments),this._initSelectionEvents();var e=this.selectionMode;this.selectionMode="",this._setSelectionMode(e)},destroy:function(){this.inherited(arguments),this._selectstartHandle&&this._selectstartHandle.remove(),this._unselectableHandle&&this._unselectableHandle.remove(),this._removeDeselectSignals&&this._removeDeselectSignals()},_setSelectionMode:function(e){e!==this.selectionMode&&(this.clearSelection(),this.selectionMode=e,this._selectionHandlerName="_"+e+"SelectionHandler",this._setAllowTextSelection(this.allowTextSelection))},_setAllowTextSelection:function(e){p(this,void 0!==e?e:"none"===this.selectionMode),this.allowTextSelection=e},_handleSelect:function(e,t){r.isRight(e)||!this[this._selectionHandlerName]||!this.allowSelect(this.row(t))||"dgrid-cellfocusin"===e.type&&"mousedown"===e.parentType||e.type===f&&t!==this._waitForMouseUp||(this._waitForMouseUp=null,this._selectionTriggerEvent=e,e.keyCode&&e.ctrlKey&&32!==e.keyCode||(!e.shiftKey&&e.type===u&&this.isSelected(t)?this._waitForMouseUp=t:this[this._selectionHandlerName](e,t)),this._selectionTriggerEvent=null)},_singleSelectionHandler:function(e,t){var n=e.keyCode?e.ctrlKey:e[a];this._lastSelected===t?this.select(t,null,!n||!this.isSelected(t)):(this.clearSelection(),this.select(t),this._lastSelected=t)},_multipleSelectionHandler:function(e,t){var n,r=this._lastSelected,o=e.keyCode?e.ctrlKey:e[a];e.shiftKey||(n=!o||null,r=null),this.select(t,r,n),r||(this._lastSelected=t)},_extendedSelectionHandler:function(e,t){!e[a]&&this.isSelected(t)&&1===this.getSelectedCount()||((2===e.button?this.isSelected(t):e.keyCode?e.ctrlKey:e[a])||this.clearSelection(null,!0),this._multipleSelectionHandler(e,t))},_toggleSelectionHandler:function(e,t){this.select(t,null,null)},_initSelectionEvents:function(){var e=this,n=this.contentNode,r=this.selectionDelegate;this._selectionEventQueues={deselect:[],select:[]},o(n,o.selector(r,this.selectionEvents),function(t){e._handleSelect(t,this)}),this.addKeyHandler&&this.addKeyHandler(32,function(t){e._handleSelect(t,t.target)}),this.allowSelectAll&&this.on("keydown",function(t){t[a]&&65===t.keyCode&&!/\bdgrid-input\b/.test(t.target.className)&&(t.preventDefault(),e[e.allSelected?"clearSelection":"selectAll"]())}),this._setCollection&&this._listeners.push(t.before(this,"_setCollection",function(t){e._updateDeselectionAspect(t)})),this._updateDeselectionAspect()},_updateDeselectionAspect:function(e){var n,r=this;function o(e,t){var n=r.row(e);n&&r.selection[n.id]&&r[t](n)}this._removeDeselectSignals&&this._removeDeselectSignals(),n=e&&e.track&&this._observeCollection?[t.before(this,"_observeCollection",function(e){n.push(e.on("delete",function(e){void 0===e.index&&o(e.id,"deselect")}))}),t.after(this,"_observeCollection",function(e){n.push(e.on("update",function(t){void 0!==t.index&&o(e.getIdentity(t.target),"select")}))},!0)]:[t.before(this,"removeRow",function(e,t){var n;t||(n=this.row(e))&&n.id in this.selection&&this.deselect(n)})],this._removeDeselectSignals=function(){for(var e=n.length;e--;)n[e].remove();n=[]}},allowSelect:function(){return!0},_fireSelectionEvent:function(e){var t,n=this._selectionEventQueues[e],r=this._selectionTriggerEvent;t={bubbles:!0,grid:this},r&&(t.parentType=r.type),t[this._selectionTargetType]=n,this._selectionEventQueues[e]=[],o.emit(this.contentNode,"dgrid-"+e,t)},_fireSelectionEvents:function(){var e,t=this._selectionEventQueues;for(e in t)t[e].length&&this._fireSelectionEvent(e)},_select:function(e,t,r){var o,i,s,a,c;if(void 0===r&&(r=!0),e.element||(e=this.row(e)),(!1===r||this.allowSelect(e))&&(i=!!(o=this.selection)[e.id],null===r&&(r=!i),s=e.element,r||this.allSelected?o[e.id]=r:delete this.selection[e.id],s&&(r?n.add(s,"dgrid-selected"+(this.addUiClasses?" ui-state-active":"")):n.remove(s,"dgrid-selected ui-state-active")),r!==i&&s&&this._selectionEventQueues[(r?"":"de")+"select"].push(e),t)){if(t.element||(t=this.row(t)),!t)return this._lastSelected=s,void console.warn("The selection range has been reset because the beginning of the selection is no longer in the DOM. If you are using OnDemandList, you may wish to increase farOffRemoval to avoid this, but note that keeping more nodes in the DOM may impact performance.");if(a=t.element)for((c=this._determineSelectionDirection(s,a))||(a=document.getElementById(a.id),c=this._determineSelectionDirection(s,a));e.element!==a&&(e=this[c](e));)this._select(e,null,r)}},_determineSelectionDirection:i("dom-comparedocumentposition")?function(e,t){var n=t.compareDocumentPosition(e);return!(1&n)&&(2===n?"down":"up")}:function(e,t){return!(t.sourceIndex<1)&&(t.sourceIndex>e.sourceIndex?"down":"up")},select:function(e,t,n){this._select(e,t,n),this._fireSelectionEvents()},deselect:function(e,t){this.select(e,t,!1)},clearSelection:function(e,t){for(var n in this.allSelected=!1,this.selection)e!==n&&this._select(n,null,!1);t||(this._lastSelected=null),this._fireSelectionEvents()},selectAll:function(){for(var e in this.allSelected=!0,this.selection={},this._rowIdToObject){var t=this.row(this._rowIdToObject[e]);this._select(t.id,null,!0)}this._fireSelectionEvents()},getSelectedCount:function(){var e=0;for(var t in this.selection)t&&(e+=1);return e},isSelected:function(e){return null!=e&&(e.element||(e=this.row(e)),e.id in this.selection?!!this.selection[e.id]:this.allSelected&&(!e.data||this.allowSelect(e)))},refresh:function(){return this.deselectOnRefresh&&this.clearSelection(),this._lastSelected=null,this.inherited(arguments)},renderArray:function(){var e,t,n,r=this.inherited(arguments),o=this.selection;for(e=0;e<r.length;e++)(n=(t=this.row(r[e])).id in o?o[t.id]:this.allSelected)&&this.select(t,null,n);return this._fireSelectionEvents(),r}})}.apply(null,r))||(e.exports=o)},2573:(e,t,n)=>{var r,o;n.dj.r;r=[n(8212),n(1054),n(6974),n(6356),n(8819)],void 0===(o=function(e,t,n,r){var o;if(r.add("activex","undefined"!=typeof ActiveXObject),r.add("dom-parser",function(e){return"DOMParser"in e}),r("activex")){var i,s=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","MSXML2.DOMDocument.3.0","MSXML.DOMDocument"];o=function(e){var t=e.data,o=e.text;function a(e){try{var n=new ActiveXObject(e);n.async=!1,n.loadXML(o),t=n,i=e}catch(e){return!1}return!0}return t&&r("dom-qsa2.1")&&!t.querySelectorAll&&r("dom-parser")&&(t=(new DOMParser).parseFromString(o,"application/xml")),t&&t.documentElement||i&&a(i)||n.some(s,a),t}}var a=function(e){return r("native-xhr2-blob")||"blob"!==e.options.handleAs||"undefined"==typeof Blob?e.xhr.response:new Blob([e.xhr.response],{type:e.xhr.getResponseHeader("Content-Type")})},c={javascript:function(e){return t.eval(e.text||"")},json:function(t){return e.parse(t.text||null)},xml:o,blob:a,arraybuffer:a,document:a};function l(e){var t=c[e.options.handleAs];return e.data=t?t(e):e.data||e.text,e}return l.register=function(e,t){c[e]=t},l}.apply(null,r))||(e.exports=o)},2616:(e,t,n)=>{var r,o;n.dj.r;r=[n(6356)],void 0===(o=function(e){if(e("host-browser")){var t=navigator,n=t.userAgent,r=t.appVersion,o=parseFloat(r);if(e.add("air",n.indexOf("AdobeAIR")>=0),e.add("wp",parseFloat(n.split("Windows Phone")[1])||void 0),e.add("msapp",parseFloat(n.split("MSAppHost/")[1])||void 0),e.add("khtml",r.indexOf("Konqueror")>=0?o:void 0),e.add("edge",parseFloat(n.split("Edge/")[1])||void 0),e.add("opr",parseFloat(n.split("OPR/")[1])||void 0),e.add("webkit",!e("wp")&&!e("edge")&&parseFloat(n.split("WebKit/")[1])||void 0),e.add("chrome",!e("edge")&&!e("opr")&&parseFloat(n.split("Chrome/")[1])||void 0),e.add("android",!e("wp")&&parseFloat(n.split("Android ")[1])||void 0),e.add("safari",!(r.indexOf("Safari")>=0)||e("wp")||e("chrome")||e("android")||e("edge")||e("opr")?void 0:parseFloat(r.split("Version/")[1])),e.add("mac",r.indexOf("Macintosh")>=0),e.add("quirks","BackCompat"==document.compatMode),!e("wp")&&n.match(/(iPhone|iPod|iPad)/)){var i=RegExp.$1.replace(/P/,"p"),s=n.match(/OS ([\d_]+)/)?RegExp.$1:"1",a=parseFloat(s.replace(/_/,".").replace(/_/g,""));e.add(i,a),e.add("ios",a)}if(e.add("bb",(n.indexOf("BlackBerry")>=0||n.indexOf("BB10")>=0)&&parseFloat(n.split("Version/")[1])||void 0),e.add("trident",parseFloat(r.split("Trident/")[1])||void 0),e.add("svg","undefined"!=typeof SVGAngle),!e("webkit")){if(n.indexOf("Opera")>=0&&e.add("opera",o>=9.8&&parseFloat(n.split("Version/")[1])||o),!(n.indexOf("Gecko")>=0)||e("wp")||e("khtml")||e("trident")||e("edge")||e.add("mozilla",o),e("mozilla")&&e.add("ff",parseFloat(n.split("Firefox/")[1]||n.split("Minefield/")[1])||void 0),document.all&&!e("opera")){var c=parseFloat(r.split("MSIE ")[1])||void 0,l=document.documentMode;l&&5!=l&&Math.floor(c)!=l&&(c=l),e.add("ie",c)}e.add("wii","undefined"!=typeof opera&&opera.wiiremote)}}return e}.apply(null,r))||(e.exports=o)},2626:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323),n(3534)],void 0===(o=function(e,t){function n(e,n){return t(this,function(t){for(var r=0,o=t.length;r<o;r++)e.call(n,t[r],r,t)})}return function(t,r){var o=r&&"totalLength"in r;if(t.then){var i=(t=e.delegate(t)).then(function(e){var t=o?r.totalLength:e.totalLength||e.length;return e.totalLength=t,!o&&t});t.totalLength=o?r.totalLength:i,t.response=r&&r.response}else t.totalLength=o?r.totalLength:t.length;return t.forEach=n,t}}.apply(null,r))||(e.exports=o)},2641:(e,t,n)=>{var r,o;n.dj.r;r=[n(1925),n(6356)],void 0===(o=function(e,t){var n,r=document,o={loaded:1,complete:1},i="string"!=typeof r.readyState,s=!!o[r.readyState],a=[];function c(e){a.push(e),s&&l()}function l(){if(!n){for(n=!0;a.length;)try{a.shift()(r)}catch(e){console.error(e,"in domReady callback",e.stack)}n=!1,c._onQEmpty()}}if(c.load=function(e,t,n){c(n)},c._Q=a,c._onQEmpty=function(){},i&&(r.readyState="loading"),!s){var d=[],u=function(t){t=t||e.event,s||"readystatechange"==t.type&&!o[r.readyState]||(i&&(r.readyState="complete"),s=1,l())},f=function(e,t){e.addEventListener(t,u,!1),a.push(function(){e.removeEventListener(t,u,!1)})};if(!t("dom-addeventlistener")){f=function(e,t){t="on"+t,e.attachEvent(t,u),a.push(function(){e.detachEvent(t,u)})};var h=r.createElement("div");try{h.doScroll&&null===e.frameElement&&d.push(function(){try{return h.doScroll("left"),1}catch(e){}})}catch(e){}}if(f(r,"DOMContentLoaded"),f(e,"load"),"onreadystatechange"in r?f(r,"readystatechange"):i||d.push(function(){return o[r.readyState]}),d.length){var p=function(){if(!s){for(var e=d.length;e--;)if(d[e]())return void u("poller");setTimeout(p,30)}};p()}}return c}.apply(null,r))||(e.exports=o)},2685:(e,t,n)=>{var r,o;n.dj.r;r=[n(2616),n(5075),n(2284),n(1248)],void 0===(o=function(e,t,n,r){var o={boxModel:"content-box"};e("ie")&&(o.boxModel="BackCompat"==document.compatMode?"border-box":"content-box"),o.getPadExtents=function(e,t){e=n.byId(e);var o=t||r.getComputedStyle(e),i=r.toPixelValue,s=i(e,o.paddingLeft),a=i(e,o.paddingTop),c=i(e,o.paddingRight),l=i(e,o.paddingBottom);return{l:s,t:a,r:c,b:l,w:s+c,h:a+l}};var i="none";function s(e,t,n,r,o,i){i=i||"px";var s=e.style;isNaN(t)||(s.left=t+i),isNaN(n)||(s.top=n+i),r>=0&&(s.width=r+i),o>=0&&(s.height=o+i)}function a(e){return"button"==e.tagName.toLowerCase()||"input"==e.tagName.toLowerCase()&&"button"==(e.getAttribute("type")||"").toLowerCase()}function c(e){return"border-box"==o.boxModel||"table"==e.tagName.toLowerCase()||a(e)}function l(e){var t,n={x:0,y:0,width:0,height:0,top:0,right:0,bottom:0,left:0};try{t=e.getBoundingClientRect()}catch(e){return n}return void 0===t.left?n:t}o.getBorderExtents=function(e,t){e=n.byId(e);var o=r.toPixelValue,s=t||r.getComputedStyle(e),a=s.borderLeftStyle!=i?o(e,s.borderLeftWidth):0,c=s.borderTopStyle!=i?o(e,s.borderTopWidth):0,l=s.borderRightStyle!=i?o(e,s.borderRightWidth):0,d=s.borderBottomStyle!=i?o(e,s.borderBottomWidth):0;return{l:a,t:c,r:l,b:d,w:a+l,h:c+d}},o.getPadBorderExtents=function(e,t){e=n.byId(e);var i=t||r.getComputedStyle(e),s=o.getPadExtents(e,i),a=o.getBorderExtents(e,i);return{l:s.l+a.l,t:s.t+a.t,r:s.r+a.r,b:s.b+a.b,w:s.w+a.w,h:s.h+a.h}},o.getMarginExtents=function(e,t){e=n.byId(e);var o=t||r.getComputedStyle(e),i=r.toPixelValue,s=i(e,o.marginLeft),a=i(e,o.marginTop),c=i(e,o.marginRight),l=i(e,o.marginBottom);return{l:s,t:a,r:c,b:l,w:s+c,h:a+l}},o.getMarginBox=function(t,s){t=n.byId(t);var a,c=s||r.getComputedStyle(t),l=o.getMarginExtents(t,c),d=t.offsetLeft-l.l,u=t.offsetTop-l.t,f=t.parentNode,h=r.toPixelValue;return 8!=e("ie")||e("quirks")||f&&(d-=(a=r.getComputedStyle(f)).borderLeftStyle!=i?h(t,a.borderLeftWidth):0,u-=a.borderTopStyle!=i?h(t,a.borderTopWidth):0),{l:d,t:u,w:t.offsetWidth+l.w,h:t.offsetHeight+l.h}},o.getContentBox=function(t,s){t=n.byId(t);var a,c=s||r.getComputedStyle(t),l=t.clientWidth,d=o.getPadExtents(t,c),u=o.getBorderExtents(t,c),f=t.offsetLeft+d.l+u.l,h=t.offsetTop+d.t+u.t;if(l?a=t.clientHeight:(l=t.offsetWidth-u.w,a=t.offsetHeight-u.h),8==e("ie")&&!e("quirks")){var p,v=t.parentNode,g=r.toPixelValue;v&&(f-=(p=r.getComputedStyle(v)).borderLeftStyle!=i?g(t,p.borderLeftWidth):0,h-=p.borderTopStyle!=i?g(t,p.borderTopWidth):0)}return{l:f,t:h,w:l-d.w,h:a-d.h}},o.setContentSize=function(e,t,r){e=n.byId(e);var i=t.w,a=t.h;if(c(e)){var l=o.getPadBorderExtents(e,r);i>=0&&(i+=l.w),a>=0&&(a+=l.h)}s(e,NaN,NaN,i,a)};var d={l:0,t:0,w:0,h:0};return o.setMarginBox=function(t,i,l){t=n.byId(t);var u=l||r.getComputedStyle(t),f=i.w,h=i.h,p=c(t)?d:o.getPadBorderExtents(t,u),v=o.getMarginExtents(t,u);if(e("webkit")&&a(t)){var g=t.style;f>=0&&!g.width&&(g.width="4px"),h>=0&&!g.height&&(g.height="4px")}f>=0&&(f=Math.max(f-p.w-v.w,0)),h>=0&&(h=Math.max(h-p.h-v.h,0)),s(t,i.l,i.t,f,h)},o.isBodyLtr=function(e){return e=e||t.doc,"ltr"==(t.body(e).dir||e.documentElement.dir||"ltr").toLowerCase()},o.docScroll=function(n){var r=(n=n||t.doc).parentWindow||n.defaultView;return"pageXOffset"in r?{x:r.pageXOffset,y:r.pageYOffset}:(r=e("quirks")?t.body(n):n.documentElement)&&{x:o.fixIeBiDiScrollLeft(r.scrollLeft||0,n),y:r.scrollTop||0}},o.getIeDocumentElementOffset=function(e){return{x:0,y:0}},o.fixIeBiDiScrollLeft=function(n,r){r=r||t.doc;var i=e("ie");if(i&&!o.isBodyLtr(r)){var s=e("quirks"),a=s?t.body(r):r.documentElement,c=t.global;return 6==i&&!s&&c.frameElement&&a.scrollHeight>a.clientHeight&&(n+=a.clientLeft),i<8||s?n+a.clientWidth-a.scrollWidth:-n}return n},o.position=function(r,i){r=n.byId(r);var s=t.body(r.ownerDocument),a=l(r);if(a={x:a.left,y:a.top,w:a.right-a.left,h:a.bottom-a.top},e("ie")<9&&(a.x-=e("quirks")?s.clientLeft+s.offsetLeft:0,a.y-=e("quirks")?s.clientTop+s.offsetTop:0),i){var c=o.docScroll(r.ownerDocument);a.x+=c.x,a.y+=c.y}return a},o.getMarginSize=function(e,t){e=n.byId(e);var i=o.getMarginExtents(e,t||r.getComputedStyle(e)),s=l(e);return{w:s.right-s.left+i.w,h:s.bottom-s.top+i.h}},o.normalizeEvent=function(t){if("layerX"in t||(t.layerX=t.offsetX,t.layerY=t.offsetY),!("pageX"in t)){var n=t.target,r=n&&n.ownerDocument||document,i=e("quirks")?r.body:r.documentElement;t.pageX=t.clientX+o.fixIeBiDiScrollLeft(i.scrollLeft||0,r),t.pageY=t.clientY+(i.scrollTop||0)}},o}.apply(null,r))||(e.exports=o)},2894:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BUILD_VERSION=t.PKG_VERSION=t.PKG_NAME=void 0,t.PKG_NAME="@hpcc-js/dgrid-shim",t.PKG_VERSION="3.3.1",t.BUILD_VERSION="3.3.1"},3050:(e,t,n)=>{var r,o;n.dj.r;r=[n(6974),n(2284),n(7878),n(1248),n(6323),n(2616),n(231)],void 0===(o=function(e,t,n,r,o,i,s){var a,c={_isElementShown:function(e){var t=r.get(e);return"hidden"!=t.visibility&&"collapsed"!=t.visibility&&"none"!=t.display&&"hidden"!=n.get(e,"type")},hasDefaultTabStop:function(e){switch(e.nodeName.toLowerCase()){case"a":return n.has(e,"href");case"area":case"button":case"input":case"object":case"select":case"textarea":return!0;case"iframe":var t;try{var r=e.contentDocument;if("designMode"in r&&"on"==r.designMode)return!0;t=r.body}catch(n){try{t=e.contentWindow.document.body}catch(e){return!1}}return t&&("true"==t.contentEditable||t.firstChild&&"true"==t.firstChild.contentEditable);default:return"true"==e.contentEditable}},effectiveTabIndex:function(e){return n.get(e,"disabled")?a:n.has(e,"tabIndex")?+n.get(e,"tabIndex"):c.hasDefaultTabStop(e)?0:a},isTabNavigable:function(e){return c.effectiveTabIndex(e)>=0},isFocusable:function(e){return c.effectiveTabIndex(e)>=-1},_getTabNavigable:function(e){var t,r,o,s,a,l,d={};function u(e){return e&&"input"==e.tagName.toLowerCase()&&e.type&&"radio"==e.type.toLowerCase()&&e.name&&e.name.toLowerCase()}var f=c._isElementShown,h=c.effectiveTabIndex,p=function(e){for(var c=e.firstChild;c;c=c.nextSibling)if(!(1!=c.nodeType||i("ie")<=9&&"HTML"!==c.scopeName)&&f(c)){var v=h(c);if(v>=0){0==v?(t||(t=c),r=c):v>0&&((!o||v<s)&&(s=v,o=c),(!a||v>=l)&&(l=v,a=c));var g=u(c);n.get(c,"checked")&&g&&(d[g]=c)}"SELECT"!=c.nodeName.toUpperCase()&&p(c)}};function v(e){return d[u(e)]||e}return f(e)&&p(e),{first:v(t),last:v(r),lowest:v(o),highest:v(a)}},getFirstInTabbingOrder:function(e,n){var r=c._getTabNavigable(t.byId(e,n));return r.lowest?r.lowest:r.first},getLastInTabbingOrder:function(e,n){var r=c._getTabNavigable(t.byId(e,n));return r.last?r.last:r.highest}};return i("extend-dojo")&&o.mixin(s,c),c}.apply(null,r))||(e.exports=o)},3060:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6974)],void 0===(o=function(e,t){function n(e,t){if(e.indexOf(".")>-1){var n=e.split("."),r=n.length;return function(e){for(var o=0;o<r;o++)e=e&&(t&&e.get?e.get(n[o]):e[n[o]]);return e}}return function(t){return t.get?t.get(e):t[e]}}var r={eq:function(e,t){return e===t},in:function(e,n){return t.indexOf(n.data||n,e)>-1},ne:function(e,t){return e!==t},lt:function(e,t){return e<t},lte:function(e,t){return e<=t},gt:function(e,t){return e>t},gte:function(e,t){return e>=t},match:function(e,t,n){return t.test(e,n)},contains:function(e,n,r,o){var i,s=this;return i=n.data?n.data:Array.isArray(n)?n:[n],t.every(i,function(n){if("object"==typeof n&&n.type){var i=s._getFilterComparator(n.type);return t.some(e,function(e){return i.call(s,e,n.args[1],r,o)})}return t.indexOf(e,n)>-1})}};return e(null,{_createFilterQuerier:function(e){var r=this.queryAccessors,o=this,i=function e(t){var i,s,a=t.type,c=t.args,l=o._getFilterComparator(a);if(l){var d=c[0],u=n(d,r),f=c[1];return f&&f.fetchSync&&(f=f.fetchSync()),function(e){return l.call(o,u(e),f,e,d)}}switch(a){case"and":case"or":for(var h=0,p=c.length;h<p;h++)s=e(c[h]),i=i?function(e,t){return"and"===a?function(n){return e(n)&&t(n)}:function(n){return e(n)||t(n)}}(i,s):s;return i;case"function":return c[0];case"string":var v=o[c[0]];if(!v)throw new Error("No filter function "+c[0]+" was found in the collection");return v;case void 0:return function(){return!0};default:throw new Error('Unknown filter operation "'+a+'"')}}(e);return function(e){return t.filter(e,i)}},_getFilterComparator:function(e){return r[e]||this.inherited(arguments)},_createSelectQuerier:function(e){return function(n){var r=e.length;return t.map(n,e instanceof Array?function(t){for(var n={},o=0;o<r;o++){var i=e[o];n[i]=t[i]}return n}:function(t){return t[e]})}},_createSortQuerier:function(e){var t=this.queryAccessors;return function(r){return r=r.slice(),"function"==typeof e?r.sort(e):e&&e.length&&r.sort(function(r,o){for(var i=0;i<e.length;i++){var s,a=e[i];if("function"==typeof a)s=a(r,o);else{var c=a.get||(a.get=n(a.property,t)),l=a.descending,d=c(r),u=c(o);if(null!=d&&(d=d.valueOf()),null!=u&&(u=u.valueOf()),d===u)s=0;else{var f=void 0===u||null===u&&void 0!==d||null!=d&&d<u;s=Boolean(l)===f?1:-1}}if(0!==s)return s}return 0}),r}}})}.apply(null,r))||(e.exports=o)},3068:(e,t,n)=>{var r,o;n.dj.r;r=[n.dj.c(e),n(6974),n(6566),n(7361),n(5641),n(6345),n(2284),n(7878),n(8945),n(28),n(2685),n(1248),n(6356),n(1054),n(6323),n(2075),n(9671),n(4062),n(7111),n(5075),n(6510),n.dj.h("dojo-bidi?5250"),n(7601)],o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v,g,m,y,_,b,w,x){f.add("dijit-legacy-requires",!h.isAsync),f.add("dojo-bidi",!1);var N={};function j(e){return function(t){a[t?"set":"remove"](this.domNode,e,t),this._set(e,t)}}var C=i("dijit._WidgetBase",[m,b],{id:"",_setIdAttr:"domNode",lang:"",_setLangAttr:j("lang"),dir:"",_setDirAttr:j("dir"),class:"",_setClassAttr:{node:"domNode",type:"class"},_setTypeAttr:null,style:"",title:"",tooltip:"",baseClass:"",srcNodeRef:null,domNode:null,containerNode:null,ownerDocument:null,_setOwnerDocumentAttr:function(e){this._set("ownerDocument",e)},attributeMap:{},_blankGif:r.blankGif||e.toUrl("dojo/resources/blank.gif"),textDir:"",_introspect:function(){var e=this.constructor;if(!e._setterAttrs){var t=e.prototype,n=e._setterAttrs=[],r=e._onMap={};for(var o in t.attributeMap)n.push(o);for(o in t)/^on/.test(o)&&(r[o.substring(2).toLowerCase()]=o),/^_set[A-Z](.*)Attr$/.test(o)&&(o=o.charAt(4).toLowerCase()+o.substr(5,o.length-9),t.attributeMap&&o in t.attributeMap||n.push(o))}},postscript:function(e,t){this.create(e,t)},create:function(e,t){var n;if(this._introspect(),this.srcNodeRef=s.byId(t),this._connects=[],this._supportingWidgets=[],this.srcNodeRef&&this.srcNodeRef.id&&"string"==typeof this.srcNodeRef.id&&(this.id=this.srcNodeRef.id),e&&(this.params=e,p.mixin(this,e)),this.postMixInProperties(),this.id||(this.id=x.getUniqueId(this.declaredClass.replace(/\./g,"_")),this.params&&delete this.params.id),this.ownerDocument=this.ownerDocument||(this.srcNodeRef?this.srcNodeRef.ownerDocument:document),this.ownerDocumentBody=_.body(this.ownerDocument),x.add(this),this.buildRendering(),this.domNode){this._applyAttributes();var r=this.srcNodeRef;r&&r.parentNode&&this.domNode!==r&&(r.parentNode.replaceChild(this.domNode,r),n=!0),this.domNode.setAttribute("widgetId",this.id)}this.postCreate(),n&&delete this.srcNodeRef,this._created=!0},_applyAttributes:function(){var e={};for(var n in this.params||{})e[n]=this._get(n);for(n in t.forEach(this.constructor._setterAttrs,function(t){if(!(t in e)){var n=this._get(t);n&&this.set(t,n)}},this),e)this.set(n,e[n])},postMixInProperties:function(){},buildRendering:function(){if(this.domNode||(this.domNode=this.srcNodeRef||this.ownerDocument.createElement("div")),this.baseClass){var e=this.baseClass.split(" ");this.isLeftToRight()||(e=e.concat(t.map(e,function(e){return e+"Rtl"}))),c.add(this.domNode,e)}},postCreate:function(){},startup:function(){this._started||(this._started=!0,t.forEach(this.getChildren(),function(e){e._started||e._destroyed||!p.isFunction(e.startup)||(e.startup(),e._started=!0)}))},destroyRecursive:function(e){this._beingDestroyed=!0,this.destroyDescendants(e),this.destroy(e)},destroy:function(e){function n(t){t.destroyRecursive?t.destroyRecursive(e):t.destroy&&t.destroy(e)}this._beingDestroyed=!0,this.uninitialize(),t.forEach(this._connects,p.hitch(this,"disconnect")),t.forEach(this._supportingWidgets,n),this.domNode&&t.forEach(x.findWidgets(this.domNode,this.containerNode),n),this.destroyRendering(e),x.remove(this.id),this._destroyed=!0},destroyRendering:function(e){this.bgIframe&&(this.bgIframe.destroy(e),delete this.bgIframe),this.domNode&&(e?a.remove(this.domNode,"widgetId"):l.destroy(this.domNode),delete this.domNode),this.srcNodeRef&&(e||l.destroy(this.srcNodeRef),delete this.srcNodeRef)},destroyDescendants:function(e){t.forEach(this.getChildren(),function(t){t.destroyRecursive&&t.destroyRecursive(e)})},uninitialize:function(){return!1},_setStyleAttr:function(e){var t=this.domNode;p.isObject(e)?u.set(t,e):t.style.cssText?t.style.cssText+="; "+e:t.style.cssText=e,this._set("style",e)},_attrToDom:function(e,n,r){r=arguments.length>=3?r:this.attributeMap[e],t.forEach(p.isArray(r)?r:[r],function(t){var r=this[t.node||t||"domNode"];switch(t.type||"attribute"){case"attribute":p.isFunction(n)&&(n=p.hitch(this,n));var o=t.attribute?t.attribute:/^on[A-Z][a-zA-Z]*$/.test(e)?e.toLowerCase():e;r.tagName?a.set(r,o,n):r.set(o,n);break;case"innerText":r.innerHTML="",r.appendChild(this.ownerDocument.createTextNode(n));break;case"textContent":r.textContent=n;break;case"innerHTML":r.innerHTML=n;break;case"class":c.replace(r,n,this[e]);break;case"toggleClass":c.toggle(r,t.className||e,n)}},this)},get:function(e){var t=this._getAttrNames(e);return this[t.g]?this[t.g]():this._get(e)},set:function(e,t){if("object"==typeof e){for(var n in e)this.set(n,e[n]);return this}var r=this._getAttrNames(e),o=this[r.s];if(p.isFunction(o))var i=o.apply(this,Array.prototype.slice.call(arguments,1));else{var s=this.focusNode&&!p.isFunction(this.focusNode)?"focusNode":"domNode",a=this[s]&&this[s].tagName,c=a&&(N[a]||(N[a]=function(e){var t={};for(var n in e)t[n.toLowerCase()]=!0;return t}(this[s]))),l=e in this.attributeMap?this.attributeMap[e]:r.s in this?this[r.s]:c&&r.l in c&&"function"!=typeof t||/^aria-|^data-|^role$/.test(e)?s:null;null!=l&&this._attrToDom(e,t,l),this._set(e,t)}return i||this},_attrPairNames:{},_getAttrNames:function(e){var t=this._attrPairNames;if(t[e])return t[e];var n=e.replace(/^[a-z]|-[a-zA-Z]/g,function(e){return e.charAt(e.length-1).toUpperCase()});return t[e]={n:e+"Node",s:"_set"+n+"Attr",g:"_get"+n+"Attr",l:n.toLowerCase()}},_set:function(e,t){var n,r,o=this[e];this[e]=t,!this._created||((n=o)===(r=t)||n!=n&&r!=r)||(this._watchCallbacks&&this._watchCallbacks(e,o,t),this.emit("attrmodified-"+e,{detail:{prevValue:o,newValue:t}}))},_get:function(e){return this[e]},emit:function(e,t,n){void 0===(t=t||{}).bubbles&&(t.bubbles=!0),void 0===t.cancelable&&(t.cancelable=!0),t.detail||(t.detail={}),t.detail.widget=this;var r,o=this["on"+e];return o&&(r=o.apply(this,n||[t])),this._started&&!this._beingDestroyed&&v.emit(this.domNode,e.toLowerCase(),t),r},on:function(e,t){var r=this._onMap(e);return r?n.after(this,r,t,!0):this.own(v(this.domNode,e,t))[0]},_onMap:function(e){var t=this.constructor,n=t._onMap;if(!n)for(var r in n=t._onMap={},t.prototype)/^on/.test(r)&&(n[r.replace(/^on/,"").toLowerCase()]=r);return n["string"==typeof e&&e.toLowerCase()]},toString:function(){return"[Widget "+this.declaredClass+", "+(this.id||"NO ID")+"]"},getChildren:function(){return this.containerNode?x.findWidgets(this.containerNode):[]},getParent:function(){return x.getEnclosingWidget(this.domNode.parentNode)},connect:function(e,t,n){return this.own(o.connect(e,t,this,n))[0]},disconnect:function(e){e.remove()},subscribe:function(e,t){return this.own(y.subscribe(e,p.hitch(this,t)))[0]},unsubscribe:function(e){e.remove()},isLeftToRight:function(){return this.dir?"ltr"==this.dir.toLowerCase():d.isBodyLtr(this.ownerDocument)},isFocusable:function(){return this.focus&&"none"!=u.get(this.domNode,"display")},placeAt:function(e,t){var n=!e.tagName&&x.byId(e);if(!n||!n.addChild||t&&"number"!=typeof t){var r=n&&"domNode"in n?n.containerNode&&!/after|before|replace/.test(t||"")?n.containerNode:n.domNode:s.byId(e,this.ownerDocument);l.place(this.domNode,r,t),!this._started&&(this.getParent()||{})._started&&this.startup()}else n.addChild(this,t);return this},defer:function(e,t){var n=setTimeout(p.hitch(this,function(){n&&(n=null,this._destroyed||p.hitch(this,e)())}),t||0);return{remove:function(){return n&&(clearTimeout(n),n=null),null}}}});return f("dojo-bidi")&&C.extend(w),C}.apply(null,r),void 0===o||(e.exports=o)},3159:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323),n(2284),n(6587),n(8212)],void 0===(o=function(e,t,n,r){function o(t,n,r){if(null!==r){var o=t[n];"string"==typeof o?t[n]=[o,r]:e.isArray(o)?o.push(r):t[n]=r}}var i={fieldToObject:function(e){var n=null;if(e=t.byId(e)){var r=e.name,o=(e.type||"").toLowerCase();if(r&&o&&!e.disabled)if("radio"==o||"checkbox"==o)e.checked&&(n=e.value);else if(e.multiple){n=[];for(var i=[e.firstChild];i.length;)for(var s=i.pop();s;s=s.nextSibling){if(1!=s.nodeType||"option"!=s.tagName.toLowerCase()){s.nextSibling&&i.push(s.nextSibling),s.firstChild&&i.push(s.firstChild);break}s.selected&&n.push(s.value)}}else n=e.value}return n},toObject:function(e){for(var n={},r=t.byId(e).elements,s=0,a=r.length;s<a;++s){var c=r[s],l=c.name,d=(c.type||"").toLowerCase();l&&d&&"file|submit|image|reset|button".indexOf(d)<0&&!c.disabled&&(o(n,l,i.fieldToObject(c)),"image"==d&&(n[l+".x"]=n[l+".y"]=n[l].x=n[l].y=0))}return n},toQuery:function(e){return n.objectToQuery(i.toObject(e))},toJson:function(e,t){return r.stringify(i.toObject(e),null,t?4:0)}};return i}.apply(null,r))||(e.exports=o)},3185:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323),n(5479),n(9925)],void 0===(o=function(e,t,n){"use strict";var r=new n,o=r.emit;function i(e){setTimeout(function(){o.apply(r,e)},0)}return r.emit=null,t.prototype.trace=function(){var t=e._toArray(arguments);return this.then(function(e){i(["resolved",e].concat(t))},function(e){i(["rejected",e].concat(t))},function(e){i(["progress",e].concat(t))}),this},t.prototype.traceRejected=function(){var t=e._toArray(arguments);return this.otherwise(function(e){i(["rejected",e].concat(t))}),this},r}.apply(null,r))||(e.exports=o)},3503:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(2075),n(6356),n(2685)],void 0===(o=function(e,t,n,r){if(t._fixEvent){var o=t._fixEvent;t._fixEvent=function(e,t){return(e=o(e,t))&&r.normalizeEvent(e),e}}var i={fix:function(e,n){return t._fixEvent?t._fixEvent(e,n):e},stop:function(e){n("dom-addeventlistener")||e&&e.preventDefault?(e.preventDefault(),e.stopPropagation()):((e=e||window.event).cancelBubble=!0,t._preventDefault.call(e))}};return n("extend-dojo")&&(e.fixEvent=i.fix,e.stopEvent=i.stop),i}.apply(null,r))||(e.exports=o)},3534:(e,t,n)=>{var r,o;n.dj.r;r=[n(5625),n(5479)],void 0===(o=function(e,t){"use strict";return function(n,r,o,i){var s=n&&"function"==typeof n.then,a=s&&n instanceof t;if(!s)return arguments.length>1?r?r(n):n:(new e).resolve(n);if(!a){var c=new e(n.cancel);n.then(c.resolve,c.reject,c.progress),n=c.promise}return r||o||i?n.then(r,o,i):n}}.apply(null,r))||(e.exports=o)},3549:(e,t,n)=>{var r,o;n.dj.r;r=[n(6566),n(7361),n(5641),n(6345),n(6356),n(1054),n(6323),n(1172),n(9671),n(7601),n(3068),n(8709),n(4368),n(2085),n(664)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l,d,u,f){function h(){}function p(e){return function(t,r,o,i){return t&&"string"==typeof r&&t[r]==h?t.on(r.substring(2).toLowerCase(),s.hitch(o,i)):e.apply(n,arguments)}}e.around(n,"connect",p),i.connect&&e.around(i,"connect",p);var v=r("dijit._Widget",[d,u,f],{onClick:h,onDblClick:h,onKeyDown:h,onKeyPress:h,onKeyUp:h,onMouseDown:h,onMouseMove:h,onMouseOut:h,onMouseOver:h,onMouseLeave:h,onMouseEnter:h,onMouseUp:h,constructor:function(e){for(var t in this._toConnect={},e)this[t]===h&&(this._toConnect[t.replace(/^on/,"").toLowerCase()]=e[t],delete e[t])},postCreate:function(){for(var e in this.inherited(arguments),this._toConnect)this.on(e,this._toConnect[e]);delete this._toConnect},on:function(e,t){return this[this._onMap(e)]===h?n.connect(this.domNode,e.toLowerCase(),this,t):this.inherited(arguments)},_setFocusedAttr:function(e){this._focused=e,this._set("focused",e)},setAttribute:function(e,t){i.deprecated(this.declaredClass+"::setAttribute(attr, value) is deprecated. Use set() instead.","","2.0"),this.set(e,t)},attr:function(e,t){return arguments.length>=2||"object"==typeof e?this.set.apply(this,arguments):this.get(e)},getDescendants:function(){return i.deprecated(this.declaredClass+"::getDescendants() is deprecated. Use getChildren() instead.","","2.0"),this.containerNode?a("[widgetId]",this.containerNode).map(l.byNode):[]},_onShow:function(){this.onShow()},onShow:function(){},onHide:function(){},onClose:function(){return!0}});return v}.apply(null,r))||(e.exports=o)},3621:(e,t,n)=>{var r,o;n.dj.r;r=[n(5540),n(9608),n(1662),n(6974),n(5075),n.dj.h("dom-addeventlistener?:2075")],void 0===(o=function(e,t,n,r,o,i){var s=null,a=[];function c(){for(var e,n=+new Date,r=0;r<a.length&&(e=a[r]);r++){var o=e.response,i=o.options;e.isCanceled&&e.isCanceled()||e.isValid&&!e.isValid(o)?(a.splice(r--,1),l._onAction&&l._onAction()):e.isReady&&e.isReady(o)?(a.splice(r--,1),e.handleResponse(o),l._onAction&&l._onAction()):e.startTime&&e.startTime+(i.timeout||0)<n&&(a.splice(r--,1),e.cancel(new t("Timeout exceeded",o)),l._onAction&&l._onAction())}l._onInFlight&&l._onInFlight(e),a.length||(clearInterval(s),s=null)}function l(e){e.response.options.timeout&&(e.startTime=+new Date),e.isFulfilled()||(a.push(e),s||(s=setInterval(c,50)),e.response.options.sync&&c())}return l.cancelAll=function(){try{r.forEach(a,function(e){try{e.cancel(new n("All requests canceled."))}catch(e){}})}catch(e){}},o&&i&&o.doc.attachEvent&&i(o.global,"unload",function(){l.cancelAll()}),l}.apply(null,r))||(e.exports=o)},3878:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n.dj.c(e),n(6356),n(6974),n(7361),n(6323),n(225),n(8212),n.dj.m(e)],o=function(e,t,n,r,o,i,s,a,c){n.add("dojo-preload-i18n-Api",1),n.add("dojo-v1x-i18n-Api",1);var l=e.i18n={},d=/(^.*(^|\/)nls)(\/|$)([^\/]*)\/?([^\/]*)/,u={},f=function(t,n,r){return r=r?r.toLowerCase():e.locale,t=t.replace(/\./g,"/"),n=n.replace(/\./g,"/"),/root/i.test(r)?t+"/nls/"+n:t+"/nls/"+r+"/"+n},h=e.getL10nName=function(e,t,n){return c.id+"!"+f(e,t,n)},p=function(t,s,c){var l=d.exec(t),f=l[1]+"/",h=l[5]||l[4],p=f+h,v=l[5]&&l[4],g=v||e.locale||"",m=p+"/"+g,y=v?[g]:function(e){var t=o.extraLocale||[];return(t=i.isArray(t)?t:[t]).push(e),t}(g),x=y.length,N=function(){--x||c(i.delegate(u[m]))},j=t.split("*"),C="preload"==j[1];if(n("dojo-preload-i18n-Api")){if(C&&(u[t]||(u[t]=1,_(j[2],a.parse(j[3]),1,s)),c(1)),C||b(t,s,c)&&!u[m])return}else if(C)return void c(1);r.forEach(y,function(e){var t=p+"/"+e;n("dojo-preload-i18n-Api")&&w(t),u[t]?N():function(e,t,n,r,o,s){e([t],function(a){var c=i.clone(a.root||a.ROOT),l=function(e,t,n,r){for(var o=[n+r],i=t.split("-"),s="",a=0;a<i.length;a++)s+=(s?"-":"")+i[a],e&&!e[s]||(o.push(n+s+"/"+r),o.specificity=s);return o}(!a._v1x&&a,o,n,r);e(l,function(){for(var e=1;e<l.length;e++)c=i.mixin(i.clone(c),arguments[e]);u[t+"/"+o]=c,c.$locale=l.specificity,s()})})}(s,p,f,h,e,N)})};if(n("dojo-preload-i18n-Api")||n("dojo-v1x-i18n-Api"))var v=l.normalizeLocale=function(t){var n=t?t.toLowerCase():e.locale;return"root"==n?"ROOT":n},g=function(e,t){return!0},m=0,y=[],_=l._preloadLocalizations=function(n,o,s,a){function c(e,t){for(var n=e.split("-");n.length;){if(t(n.join("-")))return;n.pop()}t("ROOT")}function l(){m++}function d(){for(--m;!m&&y.length;)p.apply(null,y.shift())}function f(e,t,n,r){return r.toAbsMid(e+t+"/"+n)}function h(e){c(e=v(e),function(h){if(r.indexOf(o,h)>=0){var p=n.replace(/\./g,"/")+"_"+h;return l(),function(e,t){g(e,a)||s?a([e],t):C([e],t,a)}(p,function(n){for(var r in n){var o,s,p=n[r],v=r.match(/(.+)\/([^\/]+)$/);if(v&&(o=v[2],s=v[1]+"/",p._localized)){var g;if("ROOT"===h){var m=g=p._localized;delete p._localized,m.root=p,u[t.toAbsMid(r)]=m}else g=p._localized,u[f(s,o,h,t)]=p;if(h!==e){var y=function(n,r,o,s){var h=[],p=[];c(e,function(e){s[e]&&(h.push(t.toAbsMid(n+e+"/"+r)),p.push(f(n,r,e,t)))}),h.length?(l(),a(h,function(){for(var s=h.length-1;s>=0;s--)o=i.mixin(i.clone(o),arguments[s]),u[p[s]]=o;u[f(n,r,e,t)]=i.clone(o),d()})):u[f(n,r,e,t)]=o};y(s,o,p,g)}}}d()}),!0}return!1})}a=a||t,h(),r.forEach(e.config.extraLocale,h)},b=function(e,t,n){return m&&y.push([e,t,n]),m},w=function(){};if(n("dojo-v1x-i18n-Api")){var x,N={},j={},C=function(e,t,n){var o=[];r.forEach(e,function(e){var t=n.toUrl(e+".js");function r(n){x||(x=new Function("__bundle","__checkForLegacyModules","__mid","__amdValue","var define = function(mid, factory){define.called = 1; __amdValue.result = factory || mid;},\t require = function(){define.called = 1;};try{define.called = 0;eval(__bundle);if(define.called==1)return __amdValue;if((__checkForLegacyModules = __checkForLegacyModules(__mid)))return __checkForLegacyModules;}catch(e){}try{return eval('('+__bundle+')');}catch(e){return e;}"));var r=x(n,w,e,N);r===N?o.push(u[t]=N.result):(r instanceof Error&&(console.error("failed to evaluate i18n bundle; url="+t,r),r={}),o.push(u[t]=/nls\/[^\/]+\/[^\/]+$/.test(t)?r:{root:r,_v1x:1}))}if(u[t])o.push(u[t]);else{var i=n.syncLoadNls(e);if(i||(i=w(e.replace(/nls\/([^\/]*)\/([^\/]*)$/,"nls/$2/$1"))),i)o.push(i);else if(s)s.get({url:t,sync:!0,load:r,error:function(){o.push(u[t]={})}});else try{n.getText(t,!0,r)}catch(e){o.push(u[t]={})}}}),t&&t.apply(null,o)};w=function(t){for(var n,r=t.split("/"),o=e.global[r[0]],i=1;o&&i<r.length-1;o=o[r[i++]]);return o&&((n=o[r[i]])||(n=o[r[i].replace(/-/g,"_")]),n&&(u[t]=n)),n},l.getLocalization=function(e,n,r){var o,i=f(e,n,r);return j[i]?j[i]:(p(i,g(i,t)?t:function(e,n){C(e,n,t)},function(e){j[i]=e,o=e}),o)}}else l.getLocalization=function(e,t,n){var r=e.replace(/\./g,"/")+"/nls/"+t+"/"+(n||o.locale);return this.cache[r]};return i.mixin(l,{dynamic:!0,normalize:function(e,t){return/^\./.test(e)?t(e):e},load:p,cache:u,getL10nName:h})}.apply(null,r),void 0===o||(e.exports=o)},3927:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6323),n(2616)],void 0===(o=function(e,t,n){return n("host-browser")?(e._name="browser",t.mixin(e,{isBrowser:!0,isFF:n("ff"),isIE:n("ie"),isKhtml:n("khtml"),isWebKit:n("webkit"),isMozilla:n("mozilla"),isMoz:n("mozilla"),isOpera:n("opera"),isSafari:n("safari"),isChrome:n("chrome"),isMac:n("mac"),isIos:n("ios"),isAndroid:n("android"),isWii:n("wii"),isQuirks:n("quirks"),isAir:n("air")}),n):n}.apply(null,r))||(e.exports=o)},3930:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323),n(2616),n(5075),n(2284),n(2685),n(1248),n(28)],void 0===(o=function(e,t,n,r,o,i,s){t.add("rtl-adjust-position-for-verticalScrollBar",function(e,t){var r=n.body(t),i=s.create("div",{style:{overflow:"scroll",overflowX:"visible",direction:"rtl",visibility:"hidden",position:"absolute",left:"0",top:"0",width:"64px",height:"64px"}},r,"last"),a=s.create("div",{style:{overflow:"hidden",direction:"ltr"}},i,"last"),c=0!=o.position(a).x;return i.removeChild(a),r.removeChild(i),c}),t.add("position-fixed-support",function(e,t){var r=n.body(t),i=s.create("span",{style:{visibility:"hidden",position:"fixed",left:"1px",top:"1px"}},r,"last"),a=s.create("span",{style:{position:"fixed",left:"0",top:"0"}},i,"last"),c=o.position(a).x!=o.position(i).x;return i.removeChild(a),r.removeChild(i),c});var a={getBox:function(e){var t,r,i="BackCompat"==(e=e||n.doc).compatMode?n.body(e):e.documentElement,s=o.docScroll(e);return t=i.clientWidth,r=i.clientHeight,{l:s.x,t:s.y,w:t,h:r}},get:function(e){if(t("ie")&&a!==document.parentWindow){e.parentWindow.execScript("document._parentWindow = window;","Javascript");var n=e._parentWindow;return e._parentWindow=null,n}return e.parentWindow||e.defaultView},scrollIntoView:function(e,s){try{var a=(e=r.byId(e)).ownerDocument||n.doc,c=n.body(a),l=a.documentElement||c.parentNode,d=t("ie")||t("trident"),u=t("webkit");if(e==c||e==l)return;if(!(t("mozilla")||d||u||t("opera")||t("trident")||t("edge"))&&"scrollIntoView"in e)return void e.scrollIntoView(!1);var f="BackCompat"==a.compatMode,h=Math.min(c.clientWidth||l.clientWidth,l.clientWidth||c.clientWidth),p=Math.min(c.clientHeight||l.clientHeight,l.clientHeight||c.clientHeight),v=u||f?c:l,g=s||o.position(e),m=e.parentNode,y=function(e){return!(d<=6||7==d&&f)&&(t("position-fixed-support")&&"fixed"==i.get(e,"position").toLowerCase())},_=this,b=function(e,t,n){"BODY"==e.tagName||"HTML"==e.tagName?_.get(e.ownerDocument).scrollBy(t,n):(t&&(e.scrollLeft+=t),n&&(e.scrollTop+=n))};if(y(e))return;for(;m;){m==c&&(m=v);var w=o.position(m),x=y(m),N="rtl"==i.getComputedStyle(m).direction.toLowerCase();if(m==v)w.w=h,w.h=p,v==l&&(d||t("trident"))&&N&&(w.x+=v.offsetWidth-w.w),w.x=0,w.y=0;else{var j=o.getPadBorderExtents(m);w.w-=j.w,w.h-=j.h,w.x+=j.l,w.y+=j.t;var C=m.clientWidth,T=w.w-C;C>0&&T>0&&(N&&t("rtl-adjust-position-for-verticalScrollBar")&&(w.x+=T),w.w=C),C=m.clientHeight,T=w.h-C,C>0&&T>0&&(w.h=C)}x&&(w.y<0&&(w.h+=w.y,w.y=0),w.x<0&&(w.w+=w.x,w.x=0),w.y+w.h>p&&(w.h=p-w.y),w.x+w.w>h&&(w.w=h-w.x));var S,E,M=g.x-w.x,P=g.y-w.y,A=M+g.w-w.w,R=P+g.h-w.h;A*M>0&&(m.scrollLeft||m==v||m.scrollWidth>m.offsetHeight)&&(S=Math[M<0?"max":"min"](M,A),N&&(8==d&&!f||t("trident")>=5)&&(S=-S),E=m.scrollLeft,b(m,S,0),S=m.scrollLeft-E,g.x-=S),R*P>0&&(m.scrollTop||m==v||m.scrollHeight>m.offsetHeight)&&(S=Math.ceil(Math[P<0?"max":"min"](P,R)),E=m.scrollTop,b(m,0,S),S=m.scrollTop-E,g.y-=S),m=m!=v&&!x&&m.parentNode}}catch(t){console.error("scrollIntoView: "+t),e.scrollIntoView(!1)}}};return t("extend-dojo")&&e.setObject("dojo.window",a),a}.apply(null,r))||(e.exports=o)},4062:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6323),n(6974),n(3534)],void 0===(o=function(e,t,n,r){return e("dojo.Stateful",null,{_attrPairNames:{},_getAttrNames:function(e){var t=this._attrPairNames;return t[e]?t[e]:t[e]={s:"_"+e+"Setter",g:"_"+e+"Getter"}},postscript:function(e){e&&this.set(e)},_get:function(e,t){return"function"==typeof this[t.g]?this[t.g]():this[e]},get:function(e){return this._get(e,this._getAttrNames(e))},set:function(e,t){if("object"==typeof e){for(var n in e)e.hasOwnProperty(n)&&"_watchCallbacks"!=n&&this.set(n,e[n]);return this}var o,i=this._getAttrNames(e),s=this._get(e,i),a=this[i.s];if("function"==typeof a?o=a.apply(this,Array.prototype.slice.call(arguments,1)):this[e]=t,this._watchCallbacks){var c=this;r(o,function(){c._watchCallbacks(e,s,t)})}return this},_changeAttrValue:function(e,t){var n=this.get(e);return this[e]=t,this._watchCallbacks&&this._watchCallbacks(e,n,t),this},watch:function(e,t){var r=this._watchCallbacks;if(!r){var o=this;r=this._watchCallbacks=function(e,t,n,i){var s=function(r){if(r)for(var i=0,s=(r=r.slice()).length;i<s;i++)r[i].call(o,e,t,n)};s(r["_"+e]),i||s(r["*"])}}t||"function"!=typeof e?e="_"+e:(t=e,e="*");var i=r[e];"object"!=typeof i&&(i=r[e]=[]),i.push(t);var s={};return s.unwatch=s.remove=function(){var e=n.indexOf(i,t);e>-1&&i.splice(e,1)},s}})}.apply(null,r))||(e.exports=o)},4203:(e,t,n)=>{var r,o;n.dj.r;r=[n(1172),n(6659)],void 0===(o=function(e){return e}.apply(null,r))||(e.exports=o)},4266:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(2616)],void 0===(o=function(e,t){return e.keys={BACKSPACE:8,TAB:9,CLEAR:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,META:t("webkit")?91:224,PAUSE:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT_ARROW:37,UP_ARROW:38,RIGHT_ARROW:39,DOWN_ARROW:40,INSERT:45,DELETE:46,HELP:47,LEFT_WINDOW:91,RIGHT_WINDOW:92,SELECT:93,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_MULTIPLY:106,NUMPAD_PLUS:107,NUMPAD_ENTER:108,NUMPAD_MINUS:109,NUMPAD_PERIOD:110,NUMPAD_DIVIDE:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,F13:124,F14:125,F15:126,NUM_LOCK:144,SCROLL_LOCK:145,UP_DPAD:175,DOWN_DPAD:176,LEFT_DPAD:177,RIGHT_DPAD:178,copyKey:t("mac")&&!t("air")?t("safari")?91:224:17}}.apply(null,r))||(e.exports=o)},4332:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323)],void 0===(o=function(e){return function(t,n,r,o){r=r||Error;var i=function(e){if(r===Error){Error.captureStackTrace&&Error.captureStackTrace(this,i);var t,o=Error.call(this,e);for(t in o)o.hasOwnProperty(t)&&(this[t]=o[t]);this.message=e,this.stack=o.stack}else r.apply(this,arguments);n&&n.apply(this,arguments)};return i.prototype=e.delegate(r.prototype,o),i.prototype.name=t,i.prototype.constructor=i,i}}.apply(null,r))||(e.exports=o)},4368:(e,t,n)=>{var r,o;n.dj.r;r=[n(7304),n(3068),n(6345),n(6323)],void 0===(o=function(e,t,n,r){return r.extend(t,{focused:!1,onFocus:function(){},onBlur:function(){},_onFocus:function(){this.onFocus()},_onBlur:function(){this.onBlur()}}),n("dijit._FocusMixin",null,{_focusManager:e})}.apply(null,r))||(e.exports=o)},4481:(e,t,n)=>{n.dj.r;e.exports={root:{status:"${start} - ${end} of ${total} results",gotoFirst:"Go to first page",gotoNext:"Go to next page",gotoPrev:"Go to previous page",gotoLast:"Go to last page",gotoPage:"Go to page",jumpPage:"Jump to page",rowsPerPage:"Number of rows per page",notCompatibleWithOnDemand:"The Pagination extension is not compatible with dgrid/OnDemandList and dgrid/OnDemandGrid. Please use dgrid/List or dgrid/Grid as a base class."},ar:!1,de:!1,es:!1,fr:!1,ja:!1,pt:!1,ro:!1,ru:!1,sk:!1,sl:!1,th:!1,"zh-cn":!1,"zh-hk":!1}},4624:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6323),n(8945),n(28),n(2075),n(1172),n(2616),n(4975)],void 0===(o=function(e,t,n,r,o,i,s,a){var c=[];s("mozilla")&&c.push("has-mozilla"),n.add(document.documentElement,c),s.add("pointer",function(e){return"PointerEvent"in e?"pointer":"MSPointerEvent"in e&&"MSPointer"});var l,d,u="dgrid-row-odd",f="dgrid-row-even";function h(e,t){return i("#"+a.escapeCssIdentifier(e),t)[0]}function p(e){e.className="",e.parentNode&&document.body.removeChild(e)}function v(e,t){e.className="dgrid-scrollbar-measure",document.body.appendChild(e);var n=e["offset"+t]-e["client"+t];return p(e),n}s.add("dom-scrollbar-width",function(e,t,n){return v(n,"Width")}),s.add("dom-scrollbar-height",function(e,t,n){return v(n,"Height")}),s.add("dom-rtl-scrollbar-left",function(e,t,n){var o,i=document.createElement("div");return n.className="dgrid-scrollbar-measure",n.setAttribute("dir","rtl"),n.appendChild(i),document.body.appendChild(n),o=!!s("ie")||!!s("trident")||/\bEdge\//.test(navigator.userAgent)||i.offsetLeft>=s("dom-scrollbar-width"),p(n),r.destroy(i),n.removeAttribute("dir"),o});var g=0;function m(e){n.replace(this.domNode,e,this._class||""),this._class=e}function y(){return this._class}var _=function(){this._started&&this.resize()},b=e(null,{tabableHeader:!1,showHeader:!1,showFooter:!1,maintainOddEven:!0,cleanAddedRules:!0,addUiClasses:!0,highlightDuration:250,resizeThrottleDelay:a.defaultDelay,resizeThrottleMethod:"throttleDelayed",postscript:function(e,t){var n=this;(this._Row=function(e,t,n){this.id=e,this.data=t,this.element=n}).prototype.remove=function(){n.removeRow(this.element)},t&&(this.srcNodeRef=t=t.nodeType?t:h(t)),this.create(e,t)},listType:"list",create:function(t,n){var r,o=this.domNode=n||document.createElement("div");t&&(this.params=t,e.safeMixin(this,t),r=t.class||t.className||o.className),this.sort=this.sort||[],this._listeners=[],this._rowIdToObject={},this.postMixInProperties&&this.postMixInProperties(),this.id=o.id=o.id||this.id||b.autoIdPrefix+g++,this.buildRendering(),r&&m.call(this,r),this.postCreate(),delete this.srcNodeRef,this.domNode.offsetHeight&&this.startup()},buildRendering:function(){var e,i,c,l,d=this.domNode,u=this.addUiClasses,f=this;c=this.isRTL="rtl"===(document.body.dir||document.documentElement.dir||document.body.style.direction).toLowerCase(),d.className="",d.setAttribute("role","grid"),n.add(d,"dgrid dgrid-"+this.listType+(u?" ui-widget":"")),e=this.headerNode=r.create("div",{className:"dgrid-header dgrid-header-row"+(u?" ui-widget-header":"")+(this.showHeader?"":" dgrid-header-hidden")},d),i=this.bodyNode=r.create("div",{className:"dgrid-scroller"},d),s("ff")&&(i.tabIndex=-1),this.headerScrollNode=r.create("div",{className:"dgrid-header dgrid-header-scroll dgrid-scrollbar-width"+(u?" ui-widget-header":"")},d),this.footerNode=r.create("div",{className:"dgrid-footer"+(this.showFooter?"":" dgrid-footer-hidden")},d),c&&(d.className+=" dgrid-rtl"+(s("dom-rtl-scrollbar-left")?" dgrid-rtl-swap":"")),o(i,"scroll",function(t){f.showHeader&&(e.scrollLeft=t.scrollLeft||i.scrollLeft),t.stopPropagation(),o.emit(d,"scroll",{scrollTarget:i})}),this.configStructure(),this.renderHeader(),this.contentNode=this.touchNode=r.create("div",{className:"dgrid-content"+(u?" ui-widget-content":"")},this.bodyNode),"string"==typeof this.resizeThrottleMethod&&a[this.resizeThrottleMethod]?l=a[this.resizeThrottleMethod](_,this,this.resizeThrottleDelay):"function"==typeof this.resizeThrottleMethod?l=this.resizeThrottleMethod(t.hitch(this,_),this.resizeThrottleDelay):(console.warn("Invalid value specified for resizeThrottleMethod: "+this.resizeThrottleMethod),l=a.throttleDelayed(_,this,this.resizeThrottleDelay)),this._resizeHandle=o(window,"resize",l),this._listeners.push(this._resizeHandle)},postCreate:function(){},startup:function(){this._started||(this.inherited(arguments),this._started=!0,this.resize(),this.set("sort",this.sort))},configStructure:function(){},resize:function(){var e=this.bodyNode,t=this.headerNode,n=this.footerNode,r=t.offsetHeight,o=this.showFooter?n.offsetHeight:0;this.headerScrollNode.style.height=e.style.marginTop=r+"px",e.style.marginBottom=o+"px",l||(l=s("dom-scrollbar-width"),d=s("dom-scrollbar-height"),s("ie")&&(l++,d++),a.addCssRule(".dgrid-scrollbar-width","width: "+l+"px"),a.addCssRule(".dgrid-scrollbar-height","height: "+d+"px"),17!==l&&(a.addCssRule(".dgrid-header-row","right: "+l+"px"),a.addCssRule(".dgrid-rtl-swap .dgrid-header-row","left: "+l+"px")))},addCssRule:function(e,t){var n=a.addCssRule(e,t);return this.cleanAddedRules&&this._listeners.push(n),n},on:function(e,t){var n=o(this.domNode,e,t);return s("dom-addeventlistener")||this._listeners.push(n),n},cleanup:function(){var e;for(e in this._rowIdToObject)if(this._rowIdToObject[e]!==this.columns){var t=h(e,this.domNode);t&&this.removeRow(t,!0)}},destroy:function(){if(this._listeners){for(var e=this._listeners.length;e--;)this._listeners[e].remove();this._listeners=null}this._started=!1,this.cleanup(),r.destroy(this.domNode)},refresh:function(){this.cleanup(),this._rowIdToObject={},this._autoRowId=0,this.contentNode.innerHTML="",this.scrollTo({x:0,y:0})},highlightRow:function(e,t){var r="dgrid-highlight"+(this.addUiClasses?" ui-state-highlight":"");e=e.element||e,n.add(e,r),setTimeout(function(){n.remove(e,r)},t||this.highlightDuration)},adjustRowIndices:function(e){var t=e,n=t.rowIndex;if(n>-1)do{t.rowIndex>-1&&this.setRowIndex(t,n++,t.rowIndex)}while((t=t.nextSibling)&&t.rowIndex!==n)},renderArray:function(e,t,n){var r,o=this,i=(n=n||{}).start||0,s=document.createDocumentFragment(),a=[],c=0,l=e.length;for(t||(this._lastCollection=e);c<l;)a[c]=this.insertRow(e[c],s,null,i++,n),c++;return(r=t?t.parentNode:o.contentNode)&&r.parentNode&&(r!==o.contentNode||l)&&(r.insertBefore(s,t||null),l&&o.adjustRowIndices(a[l-1])),a},renderHeader:function(){},setRowIndex:function(e,t,r){if(e.rowIndex=t,this.maintainOddEven){var o=t%2==1?u:f;if(void 0!==r){var i=r%2==1?u:f;i!==o&&n.replace(e,i,o)}else n.add(e,o)}},_autoRowId:0,insertRow:function(e,t,n,r,o){var i=this.id+"-row-"+(this.collection&&this.collection.getIdentity?this.collection.getIdentity(e):this._autoRowId++),s=h(i,this.domNode),a=s&&s.previousSibling;return s&&(s===n&&(n=(n.connected||n).nextSibling),this.removeRow(s,!1,o)),(s=this.renderRow(e,o)).className=(s.className||"")+" dgrid-row "+(this.addUiClasses?" ui-state-default":""),this._rowIdToObject[s.id=i]=e,t.insertBefore(s,n||null),this.setRowIndex(s,r),a&&a.rowIndex!==s.rowIndex-1&&this.adjustRowIndices(a),s},renderRow:function(e){var t=document.createElement("div");return t.appendChild(document.createTextNode(e)),t},removeRow:function(e,t){e=e.element||e,delete this._rowIdToObject[e.id],t||r.destroy(e)},row:function(e){var t,n;if(e instanceof this._Row)return e;if(e.target&&e.target.nodeType&&(e=e.target),!e.nodeType)return"object"==typeof e?t=this.collection.getIdentity(e):(t=e,e=this._rowIdToObject[this.id+"-row-"+t]),new this._Row(t,e,h(this.id+"-row-"+t,this.domNode));do{var r=e.id;if(n=this._rowIdToObject[r])return new this._Row(r.substring(this.id.length+5),n,e);e=e.parentNode}while(e&&e!==this.domNode)},cell:function(e){return{row:this.row(e)}},_move:function(e,t,n,r){var o,i,s;s=i=e.element,t=t||1;do{if(o=i[t<0?"previousSibling":"nextSibling"]){do{if((i=o)&&(i.className+" ").indexOf(n+" ")>-1){s=i,t+=t<0?1:-1;break}}while(o=(!r||!i.hidden)&&i[t<0?"lastChild":"firstChild"])}else if(!(i=i.parentNode)||i===this.bodyNode||i===this.headerNode)break}while(t);return s},up:function(e,t,n){return e.element||(e=this.row(e)),this.row(this._move(e,-(t||1),"dgrid-row",n))},down:function(e,t,n){return e.element||(e=this.row(e)),this.row(this._move(e,t||1,"dgrid-row",n))},scrollTo:function(e){void 0!==e.x&&(this.bodyNode.scrollLeft=e.x),void 0!==e.y&&(this.bodyNode.scrollTop=e.y)},getScrollPosition:function(){return{x:this.bodyNode.scrollLeft,y:this.bodyNode.scrollTop}},get:function(e){var t="_get"+e.charAt(0).toUpperCase()+e.slice(1);return"function"==typeof this[t]?this[t].apply(this,[].slice.call(arguments,1)):(s("dojo-built")||"function"!=typeof this[t+"Attr"]||console.warn("dgrid: Use "+t+" instead of "+t+"Attr for getting "+e),this[e])},set:function(e,t){if("object"==typeof e)for(var n in e)this.set(n,e[n]);else{var r="_set"+e.charAt(0).toUpperCase()+e.slice(1);"function"==typeof this[r]?this[r].apply(this,[].slice.call(arguments,1)):(s("dojo-built")||"function"!=typeof this[r+"Attr"]||console.warn("dgrid: Use "+r+" instead of "+r+"Attr for setting "+e),this[e]=t)}return this},_getClass:y,_setClass:m,_getClassName:y,_setClassName:m,_setSort:function(e,t){this.sort="string"!=typeof e?e:[{property:e,descending:t}],this._applySort()},_applySort:function(){if(this.refresh(),this._lastCollection){var e=this.sort;if(e&&e.length>0){var t=e[0].property,n=!!e[0].descending;this._lastCollection.sort(function(e,r){var o=e[t],i=r[t];return void 0===o&&(o=""),void 0===i&&(i=""),o===i?0:o>i!==n?1:-1})}this.renderArray(this._lastCollection)}},_setShowHeader:function(e){var t=this.headerNode;this.showHeader=e,n.toggle(t,"dgrid-header-hidden",!e),this.renderHeader(),this.resize(),e&&(t.scrollLeft=this.getScrollPosition().x)},_setShowFooter:function(e){this.showFooter=e,n.toggle(this.footerNode,"dgrid-footer-hidden",!e),this.resize()}});return b.autoIdPrefix="dgrid_",b}.apply(null,r))||(e.exports=o)},4642:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(9445)],void 0===(o=function(e){return e.cache}.apply(null,r))||(e.exports=o)},4808:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Pagination=t.GridHelper=void 0;var r=n(8301),o=n(6937),i=n(655),s=n(6345),a=n(4203),c=n(8945);t.GridHelper=s(null,{allowTextSelection:!0,noDataMessage:"<span class='dojoxGridNoData'>...empty...</span>",loadingMessage:"<span class='dojoxGridNoData'>loading...</span>",postCreate:function e(t){this.inherited(e,arguments),this.__hpcc_tooltip_header=new i({connectId:[this.id],selector:".dgrid-resize-header-container",showDelay:400,getContent:function(e){return e.offsetWidth<e.scrollWidth-4?e.innerHTML:""}}),this.__hpcc_tooltip_header.position=["above-centered","below-centered","before-centered","after-centered"],this.__hpcc_tooltip=new i({connectId:[this.id],selector:"td",showDelay:400,getContent:function(e){return e.offsetWidth<=e.scrollWidth?e.innerHTML:""}}),this.__hpcc_tooltip.position=["above-centered","below-centered","before-centered","after-centered"]},refresh:function e(t){this.inherited(e,arguments,[t||{keepScrollPosition:!0,keepCurrentPage:!0}])},clearSelection:function e(){this.inherited(e,arguments),a("input[type=checkbox]",this.domNode).forEach(function(e){e.checked=!1,e.indeterminate=!1})}});t.Pagination=s([o],{refresh:function(e){var t=this,n=e&&e.keepCurrentPage&&Math.min(this._currentPage,Math.ceil(this._total/this.rowsPerPage))||1;return r.prototype.refresh.apply(this,arguments),this.gotoPage(n).then(function(e){return t._emitRefreshComplete(),e})},_updateNavigation:function e(t){var n;if(this.inherited(e,arguments),t>=0x7ffffffffffffc00){a(".dgrid-page-link:last-child",this.paginationNavigationNode).forEach(function(e){c.toggle(e,"dgrid-page-disabled",!0),isNaN(parseInt(e.innerText,10))||(e.innerText="???"),e.tabIndex=-1});var r=a(".dgrid-status",this.paginationNode)[0];r.innerText=null===(n=null==r?void 0:r.innerText)||void 0===n?void 0:n.replace(/[0-9]{7,}/,"unknown")}}})},4861:(module,exports,__webpack_require__)=>{var require=__webpack_require__.dj.r,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;__WEBPACK_AMD_DEFINE_ARRAY__=[__webpack_require__(1054),__webpack_require__(8212)],__WEBPACK_AMD_DEFINE_RESULT__=function(dojo,json){return dojo.fromJson=function(js){return eval("("+js+")")},dojo._escapeString=json.stringify,dojo.toJsonIndentStr="\t",dojo.toJson=function(e,t){return json.stringify(e,function(e,t){if(t){var n=t.__json__||t.json;if("function"==typeof n)return n.call(t)}return t},t&&dojo.toJsonIndentStr)},dojo}.apply(null,__WEBPACK_AMD_DEFINE_ARRAY__),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)},4975:(e,t,n)=>{var r,o;n.dj.r;r=[n(6356)],void 0===(o=function(e){var t,n,r,o=[],i=/([^A-Za-z0-9_\u00A0-\uFFFF-])/g,s=setTimeout,a=clearTimeout;e.add("requestidlecallback",function(e){return"function"==typeof e.requestIdleCallback});var c={defaultDelay:15,throttle:function(e,t,n){var r=!1;return n=n||c.defaultDelay,function(){r||(r=!0,e.apply(t,arguments),s(function(){r=!1},n))}},throttleDelayed:function(e,t,n){var r=!1;return n=n||c.defaultDelay,function(){if(!r){r=!0;var o=arguments;s(function(){r=!1,e.apply(t,o)},n)}}},debounce:function(e,t,n){var r;return n=n||c.defaultDelay,function(){r&&(a(r),r=null);var o=arguments;r=s(function(){r=null,e.apply(t,o)},n)}},each:function(e,t,n){var r,o;if(e)if("number"==typeof e.length)for(r=0,o=e.length;r<o;r++)t.call(n,e[r],r,e);else for(r in e)t.call(n,e[r],r,e)},addCssRule:function(e,i){t||(t=document.createElement("style"),document.getElementsByTagName("head")[0].appendChild(t),t=t.sheet||t.styleSheet,n=t.deleteRule?"deleteRule":"removeRule",r=t.cssRules?"cssRules":"rules");var s=o.length;return o[s]=(t.cssRules||t.rules).length,t.addRule?t.addRule(e,i):t.insertRule(e+"{"+i+"}",o[s]),{get:function(e){return t[r][o[s]].style[e]},set:function(e,n){void 0!==o[s]&&(t[r][o[s]].style[e]=n)},remove:function(){!function(e){var r,i,s=o[e];if(void 0!==s)for(t[n](s),o[e]=void 0,r=e+1,i=o.length;r<i;r++)o[r]>s&&o[r]--}(s)}}},escapeCssIdentifier:function(e,t){return"string"==typeof e?e.replace(i,t||"\\$1"):e}};return c}.apply(null,r))||(e.exports=o)},5075:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6323),n(2616)],void 0===(o=function(e,t,n){var r={global:e.global,doc:e.global.document||null,body:function(t){return(t=t||e.doc).body||t.getElementsByTagName("body")[0]},setContext:function(t,n){e.global=r.global=t,e.doc=r.doc=n},withGlobal:function(t,n,o,i){var s=e.global;try{return e.global=r.global=t,r.withDoc.call(null,t.document,n,o,i)}finally{e.global=r.global=s}},withDoc:function(t,o,i,s){var a,c,l,d=r.doc,u=n("quirks"),f=n("ie");try{return e.doc=r.doc=t,e.isQuirks=n.add("quirks","BackCompat"==e.doc.compatMode,!0,!0),n("ie")&&(l=t.parentWindow)&&l.navigator&&(a=parseFloat(l.navigator.appVersion.split("MSIE ")[1])||void 0,(c=t.documentMode)&&5!=c&&Math.floor(a)!=c&&(a=c),e.isIE=n.add("ie",a,!0,!0)),i&&"string"==typeof o&&(o=i[o]),o.apply(i,s||[])}finally{e.doc=r.doc=d,e.isQuirks=n.add("quirks",u,!0,!0),e.isIE=n.add("ie",f,!0,!0)}}};return n("extend-dojo")&&t.mixin(e,r),r}.apply(null,r))||(e.exports=o)},5226:(e,t,n)=>{var r,o;n.dj.r;r=[n(6356),n.dj.c(e)],o=function(e,t){"use strict";if("undefined"!=typeof document){var n=document.createElement("div");e.add("dom-qsa2.1",!!n.querySelectorAll),e.add("dom-qsa3",function(){try{return n.innerHTML="<p class='TEST'></p>",1==n.querySelectorAll(".TEST:empty").length}catch(e){}})}var r,o="./acme",i="./lite";return{load:function(n,s,a,c){if(c&&c.isBuild)a();else{var l=t;if("?"==(n="css2"==(n="default"==n?e("config-selectorEngine")||"css3":n)||"lite"==n?i:"css2.1"==n?e("dom-qsa2.1")?i:o:"css3"==n?e("dom-qsa3")?i:o:"acme"==n?o:(l=s)&&n).charAt(n.length-1)){n=n.substring(0,n.length-1);var d=!0}if(d&&(e("dom-compliant-qsa")||r))return a(r);l([n],function(e){"./lite"!=n&&(r=e),a(e)})}}}}.apply(null,r),void 0===o||(e.exports=o)},5244:(e,t,n)=>{var r,o;n.dj.r;r=[t,n(1054),n(2616),n(6323),n(2284),n(1248),n(28),n(5641)],o=function(e,t,n,r,o,i,s,a){var c={},l=1,d=t._scopeName+"attrid";function u(e){for(var t,n="",r=e.childNodes,o=0;t=r[o];o++)8!=t.nodeType&&(1==t.nodeType?n+=u(t):n+=t.nodeValue);return n}n.add("dom-textContent",function(e,t,n){return"textContent"in n}),e.names={class:"className",for:"htmlFor",tabindex:"tabIndex",readonly:"readOnly",colspan:"colSpan",frameborder:"frameBorder",rowspan:"rowSpan",textcontent:"textContent",valuetype:"valueType"},e.get=function(t,r){t=o.byId(t);var i=r.toLowerCase(),s=e.names[i]||r;return"textContent"!=s||n("dom-textContent")?t[s]:u(t)},e.set=function(t,u,f){if(t=o.byId(t),2==arguments.length&&"string"!=typeof u){for(var h in u)e.set(t,h,u[h]);return t}var p=u.toLowerCase(),v=e.names[p]||u;if("style"==v&&"string"!=typeof f)return i.set(t,f),t;if("innerHTML"==v)return n("ie")&&t.tagName.toLowerCase()in{col:1,colgroup:1,table:1,tbody:1,tfoot:1,thead:1,tr:1,title:1}?(s.empty(t),t.appendChild(s.toDom(f,t.ownerDocument))):t[v]=f,t;if("textContent"==v&&!n("dom-textContent"))return s.empty(t),t.appendChild(t.ownerDocument.createTextNode(f)),t;if(r.isFunction(f)){var g=t[d];g||(g=l++,t[d]=g),c[g]||(c[g]={});var m=c[g][v];if(m)a.disconnect(m);else try{delete t[v]}catch(e){}return f?c[g][v]=a.connect(t,v,f):t[v]=null,t}return t[v]=f,t}}.apply(null,r),void 0===o||(e.exports=o)},5250:(e,t,n)=>{var r;n.dj.r;void 0===(r=function(){var e="",t="",n="";return{getTextDir:function(e){return"auto"==this.textDir?this._checkContextual(e):this.textDir},_checkContextual:function(e){var t=/[A-Za-z\u05d0-\u065f\u066a-\u06ef\u06fa-\u07ff\ufb1d-\ufdff\ufe70-\ufefc]/.exec(e);return t?t[0]<="z"?"ltr":"rtl":this.dir?this.dir:this.isLeftToRight()?"ltr":"rtl"},applyTextDir:function(e,t){if(this.textDir){var n=this.textDir;if("auto"==n){if(void 0===t){var r=e.tagName.toLowerCase();t="input"==r||"textarea"==r?e.value:e.innerText||e.textContent||""}n=this._checkContextual(t)}e.dir!=n&&(e.dir=n)}},enforceTextDirWithUcc:function(r,o){return this.textDir?(r&&(r.originalText=o),("ltr"==("auto"==this.textDir?this._checkContextual(o):this.textDir)?e:n)+o+t):o},restoreOriginalText:function(e){return e.originalText&&(e.text=e.originalText,delete e.originalText),e},_setTextDirAttr:function(e){if(!this._created||this.textDir!=e){this._set("textDir",e);var t=null;this.displayNode?(t=this.displayNode,this.displayNode.align="rtl"==this.dir?"right":"left"):t=this.textDirNode||this.focusNode||this.textbox,t&&this.applyTextDir(t)}}}}.apply(null,[]))||(e.exports=r)},5479:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323)],void 0===(o=function(e){"use strict";function t(){throw new TypeError("abstract")}return e.extend(function(){},{then:function(e,n,r){t()},cancel:function(e,n){t()},isResolved:function(){t()},isRejected:function(){t()},isFulfilled:function(){t()},isCanceled:function(){t()},finally:function(e){return this.then(function(t){var n=e();return n&&"function"==typeof n.then?n.then(function(){return t}):t},function(t){var n=e();if(n&&"function"==typeof n.then)return n.then(function(){throw t});throw t})},always:function(e){return this.then(e,e)},catch:function(e){return this.then(null,e)},otherwise:function(e){return this.then(null,e)},trace:function(){return this},traceRejected:function(){return this},toString:function(){return"[object Promise]"}})}.apply(null,r))||(e.exports=o)},5533:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6974),n(2075),n(1172),n(6323),n(2284),n(28),n(2685),n(6356),n(4975),n(1142)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l){function d(e,t,n,r,o){for(var i=1;i<t;i++)e[n+i][r]=o}function u(e){for(var n=e.length,r=n,o=t.filter(e[0],function(e){return!e.hidden}).length,i=new Array(n);n--;)i[n]=new Array(o);var s={};for(n=0;n<r;n++)for(var a=i[n],c=e[n],l=0,u=0;l<o;l++){var f,h=c[u];if(void 0===a[l]){if(a[l]=h.id,h.rowSpan&&h.rowSpan>1&&d(i,h.rowSpan,n,l,h.id),n>0&&h.colSpan&&h.colSpan>1)for(f=1;f<h.colSpan;f++)a[++l]=h.id,h.rowSpan&&h.rowSpan>1&&d(i,h.rowSpan,n,l,h.id);s[h.id]=e[0][l].id,u++}}return s}function f(e,t,r,o,i){if(!(r<=0)){var s,a,c=e.columns[t];if(c)return s={grid:e,columnId:t,width:r,bubbles:!0,cancelable:!0},o&&(s.parentType=o),!e._resizedColumns||n.emit(e.headerNode,"dgrid-columnresize",s)?("auto"===r?delete c.width:(c.width=r,r+="px"),(a=e._columnSizes[t])?a.set("width",r):a=l.addCssRule("#"+l.escapeCssIdentifier(e.domNode.id)+" .dgrid-column-"+l.escapeCssIdentifier(t,"-"),"width: "+r+";"),e._columnSizes[t]=a,!1!==i&&e.resize(),!0):void 0}}var h,p,v=0,g=function(){h=s.create("div",{className:"dgrid-column-resizer"}),p=s.create("div",{className:"dgrid-resize-guard"})},m=function(){s.destroy(h),s.destroy(p),h=p=null},y=function(e){var t=a.position(e.domNode,!0);h.style.top=t.y+"px",h.style.height=t.h+"px",document.body.appendChild(h),e.domNode.appendChild(p)},_=function(e){h.style.left=e+"px"},b=function(){h.parentNode.removeChild(h),p.parentNode.removeChild(p)};return e(null,{resizeNode:null,minWidth:40,adjustLastColumn:!0,_resizedColumns:!1,buildRendering:function(){this.inherited(arguments),v||g(),v++},destroy:function(){for(var e in this.inherited(arguments),this._columnSizes)this._columnSizes[e].remove();--v||m()},resizeColumnWidth:function(e,t){return f(this,e,t)},configStructure:function(){var e,t=this._oldColumnSizes=o.mixin({},this._columnSizes);for(e in this._resizedColumns=!1,this._columnSizes={},this.inherited(arguments),t)e in this._columnSizes||t[e].remove();delete this._oldColumnSizes},_configColumn:function(e){this.inherited(arguments);var t,n=e.id;"width"in e&&((t=this._oldColumnSizes[n])?t.set("width",e.width+"px"):t=l.addCssRule("#"+l.escapeCssIdentifier(this.domNode.id)+" .dgrid-column-"+l.escapeCssIdentifier(n,"-"),"width: "+e.width+"px;"),this._columnSizes[n]=t)},renderHeader:function(){this.inherited(arguments);var e,t=this;if(this.columnSets&&this.columnSets.length)for(var i=this.columnSets.length;i--;)e=o.mixin(e||{},u(this.columnSets[i]));else this.subRows&&this.subRows.length>1&&(e=u(this.subRows));for(var a=r(".dgrid-cell",t.headerNode),c=a.length;c--;){var d,f=a[c],h=f.columnId,p=t.columns[h],v=f.childNodes;if(p&&!1!==p.resizable){var g=s.create("div",{className:"dgrid-resize-header-container"});for(f.contents=g;v.length>0;)g.appendChild(v[0]);d=s.create("div",{className:"dgrid-resize-handle resizeNode-"+l.escapeCssIdentifier(h,"-")},g),f.appendChild(g),d.columnId=e&&e[h]||h}}t.mouseMoveListen||(n(t.headerNode,".dgrid-resize-handle:mousedown",function(e){t._resizeMouseDown(e,this),t.mouseMoveListen.resume(),t.mouseUpListen.resume()}),t._listeners.push(t.mouseMoveListen=n.pausable(document,"mousemove",l.throttleDelayed(function(e){t._updateResizerPosition(e)}))),t._listeners.push(t.mouseUpListen=n.pausable(document,"mouseup",function(e){t._resizeMouseUp(e),t.mouseMoveListen.pause(),t.mouseUpListen.pause()})),t.mouseMoveListen.pause(),t.mouseUpListen.pause())},_resizeMouseDown:function(e,t){e.preventDefault(),i.setSelectable(this.domNode,!1),this._startX=this._getResizeMouseLocation(e),this._targetCell=r(".dgrid-column-"+l.escapeCssIdentifier(t.columnId,"-"),this.headerNode)[0],this._updateResizerPosition(e),y(this)},_resizeMouseUp:function(e){var t,n,o,s=this._columnSizes;this.adjustLastColumn&&(o=this.headerNode.clientWidth-1),this._resizedColumns||(t=r(".dgrid-cell",this.headerNode),this.columnSets&&this.columnSets.length?t=t.filter(function(e){return"0"===e.columnId.split("-")[0]&&!(e.columnId in s)}):this.subRows&&this.subRows.length>1&&(t=t.filter(function(e){return"0"===e.columnId.charAt(0)&&!(e.columnId in s)})),n=t.map(function(e){return e.offsetWidth}),t.forEach(function(e,t){f(this,e.columnId,n[t],null,!1)},this),this._resizedColumns=!0),i.setSelectable(this.domNode,!0);var a=this._targetCell,c=this._getResizeMouseLocation(e)-this._startX,d=a.offsetWidth+c,u=this._getResizedColumnWidths(),h=u.totalWidth,p=u.lastColId,v=r(".dgrid-column-"+l.escapeCssIdentifier(p,"-"),this.headerNode)[0].offsetWidth;d<this.minWidth&&(d=this.minWidth),f(this,a.columnId,d,e.type)&&a.columnId!==p&&this.adjustLastColumn&&(h+c<o?f(this,p,"auto",e.type):v-c<=this.minWidth&&f(this,p,this.minWidth,e.type)),b(),delete this._startX,delete this._targetCell},_updateResizerPosition:function(e){if(this._targetCell){var t=this._getResizeMouseLocation(e),n=t-this._startX,r=this._targetCell.offsetWidth,o=t;r+n<this.minWidth&&(o=this._startX-(r-this.minWidth)),_(o)}},_getResizeMouseLocation:function(e){var t=0;return e.pageX?t=e.pageX:e.clientX&&(t=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft),t},_getResizedColumnWidths:function(){var e=0,t=r((this.columnSets?".dgrid-column-set-cell ":"")+"tr:first-child .dgrid-cell",this.headerNode),n=t.length;if(!n)return{};for(var o=t[n-1].columnId;n--;)e+=t[n].offsetWidth;return{totalWidth:e,lastColId:o}}})}.apply(null,r))||(e.exports=o)},5540:(e,t,n)=>{var r,o;n.dj.r;r=[t,n(8241),n(1662),n(5625),n(6587),n(6974),n(6323),n(5479),n(6356)],o=function(e,t,n,r,o,i,s,a,c){function l(e){return c("native-arraybuffer")&&e instanceof ArrayBuffer}function d(e){return c("native-blob")&&e instanceof Blob}function u(e){return e&&"object"==typeof e&&!function(e){return c("native-formdata")&&e instanceof FormData}(e)&&!function(e){return"undefined"!=typeof Element?e instanceof Element:1===e.nodeType}(e)&&!d(e)&&!l(e)}e.deepCopy=function(t,n){for(var r in n){var o=t[r],i=n[r];"__proto__"!==r&&o!==i&&(u(i)?"[object Date]"===Object.prototype.toString.call(i)?t[r]=new Date(i):s.isArray(i)?t[r]=e.deepCopyArray(i):o&&"object"==typeof o?e.deepCopy(o,i):t[r]=e.deepCopy({},i):t[r]=i)}return t},e.deepCopyArray=function(t){for(var n=[],r=0,o=t.length;r<o;r++){var i=t[r];"object"==typeof i?n.push(e.deepCopy({},i)):n.push(i)}return n},e.deepCreate=function(t,n){n=n||{};var r,o,i=s.delegate(t);for(r in t)(o=t[r])&&"object"==typeof o&&(i[r]=e.deepCreate(o,n[r]));return e.deepCopy(i,n)};var f=Object.freeze||function(e){return e};function h(e){return f(e)}function p(e){return void 0!==e.data?e.data:e.text}e.deferred=function(o,i,c,l,d,u){var v=new r(function(e){return i&&i(v,o),e&&(e instanceof t||e instanceof n)?e:new n("Request canceled",o)});v.response=o,v.isValid=c,v.isReady=l,v.handleResponse=d;var g=v.then(h).otherwise(function(e){throw e.response=o,e});e.notify&&g.then(s.hitch(e.notify,"emit","load"),s.hitch(e.notify,"emit","error"));var m=g.then(p),y=new a;for(var _ in m)m.hasOwnProperty(_)&&(y[_]=m[_]);return y.response=g,f(y),u&&v.then(function(e){u.call(v,e)},function(e){u.call(v,o,e)}),v.promise=y,v.then=y.then,v},e.addCommonMethods=function(e,t){i.forEach(t||["GET","POST","PUT","DELETE"],function(t){e[("DELETE"===t?"DEL":t).toLowerCase()]=function(n,r){return(r=s.delegate(r||{})).method=t,e(n,r)}})},e.parseArgs=function(e,t,n){var r=t.data,i=t.query;return r&&!n&&("object"!=typeof r||c("native-xhr2")&&(l(r)||d(r))||(t.data=o.objectToQuery(r))),i?("object"==typeof i&&(i=o.objectToQuery(i)),t.preventCache&&(i+=(i?"&":"")+"request.preventCache="+ +new Date)):t.preventCache&&(i="request.preventCache="+ +new Date),e&&i&&(e+=(~e.indexOf("?")?"&":"?")+i),{url:e,options:t,getHeader:function(e){return null}}},e.checkStatus=function(e){return(e=e||0)>=200&&e<300||304===e||1223===e||!e}}.apply(null,r),void 0===o||(e.exports=o)},5577:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(7361),n(6323),n(9925),n(1692),n(6566),n(2616),n(2284),n(1248)],void 0===(o=function(e,t,n,r,o,i,s,a,c){var l=n.mixin,d={},u=d._Line=function(e,t){this.start=e,this.end=t};u.prototype.getValue=function(e){return(this.end-this.start)*e+this.start};var f=d.Animation=function(e){l(this,e),n.isArray(this.curve)&&(this.curve=new u(this.curve[0],this.curve[1]))};f.prototype=new r,n.extend(f,{duration:350,repeat:0,rate:20,_percent:0,_startRepeatCount:0,_getStep:function(){var e=this._percent,t=this.easing;return t?t(e):e},_fire:function(e,n){var r=n||[];if(this[e])if(t.debugAtAllCosts)this[e].apply(this,r);else try{this[e].apply(this,r)}catch(t){console.error("exception in animation handler for:",e),console.error(t)}return this},play:function(e,t){var r=this;if(r._delayTimer&&r._clearTimer(),t)r._stopTimer(),r._active=r._paused=!1,r._percent=0;else if(r._active&&!r._paused)return r;r._fire("beforeBegin",[r.node]);var o=e||r.delay,i=n.hitch(r,"_play",t);return o>0?(r._delayTimer=setTimeout(i,o),r):(i(),r)},_play:function(e){var t=this;t._delayTimer&&t._clearTimer(),t._startTime=(new Date).valueOf(),t._paused&&(t._startTime-=t.duration*t._percent),t._active=!0,t._paused=!1;var n=t.curve.getValue(t._getStep());return t._percent||(t._startRepeatCount||(t._startRepeatCount=t.repeat),t._fire("onBegin",[n])),t._fire("onPlay",[n]),t._cycle(),t},pause:function(){var e=this;return e._delayTimer&&e._clearTimer(),e._stopTimer(),e._active?(e._paused=!0,e._fire("onPause",[e.curve.getValue(e._getStep())]),e):e},gotoPercent:function(e,t){var n=this;return n._stopTimer(),n._active=n._paused=!0,n._percent=e,t&&n.play(),n},stop:function(e){var t=this;return t._delayTimer&&t._clearTimer(),t._timer?(t._stopTimer(),e&&(t._percent=1),t._fire("onStop",[t.curve.getValue(t._getStep())]),t._active=t._paused=!1,t):t},destroy:function(){this.stop()},status:function(){return this._active?this._paused?"paused":"playing":"stopped"},_cycle:function(){var e=this;if(e._active){var t=(new Date).valueOf(),n=0===e.duration?1:(t-e._startTime)/e.duration;n>=1&&(n=1),e._percent=n,e.easing&&(n=e.easing(n)),e._fire("onAnimate",[e.curve.getValue(n)]),e._percent<1?e._startTimer():(e._active=!1,e.repeat>0?(e.repeat--,e.play(null,!0)):-1==e.repeat?e.play(null,!0):e._startRepeatCount&&(e.repeat=e._startRepeatCount,e._startRepeatCount=0),e._percent=0,e._fire("onEnd",[e.node]),!e.repeat&&e._stopTimer())}return e},_clearTimer:function(){clearTimeout(this._delayTimer),delete this._delayTimer}});var h=0,p=null,v={run:function(){}};n.extend(f,{_startTimer:function(){this._timer||(this._timer=i.after(v,"run",n.hitch(this,"_cycle"),!0),h++),p||(p=setInterval(n.hitch(v,"run"),this.rate))},_stopTimer:function(){this._timer&&(this._timer.remove(),this._timer=null,h--),h<=0&&(clearInterval(p),p=null,h=0)}});var g=s("ie")?function(e){var t=e.style;t.width.length||"auto"!=c.get(e,"width")||(t.width="auto")}:function(){};d._fade=function(e){e.node=a.byId(e.node);var t=l({properties:{}},e),r=t.properties.opacity={};r.start="start"in t?t.start:function(){return+c.get(t.node,"opacity")||0},r.end=t.end;var o=d.animateProperty(t);return i.after(o,"beforeBegin",n.partial(g,t.node),!0),o},d.fadeIn=function(e){return d._fade(l({end:1},e))},d.fadeOut=function(e){return d._fade(l({end:0},e))},d._defaultEasing=function(e){return.5+Math.sin((e+1.5)*Math.PI)/2};var m=function(e){for(var t in this._properties=e,e){var n=e[t];n.start instanceof o&&(n.tempColor=new o)}};return m.prototype.getValue=function(e){var t={};for(var r in this._properties){var i=this._properties[r],s=i.start;s instanceof o?t[r]=o.blendColors(s,i.end,e,i.tempColor).toCss():n.isArray(s)||(t[r]=(i.end-s)*e+s+("opacity"!=r?i.units||"px":0))}return t},d.animateProperty=function(t){var r=t.node=a.byId(t.node);t.easing||(t.easing=e._defaultEasing);var s=new f(t);return i.after(s,"beforeBegin",n.hitch(s,function(){var e={};for(var t in this.properties){"width"!=t&&"height"!=t||(this.node.display="block");var i=this.properties[t];n.isFunction(i)&&(i=i(r)),i=e[t]=l({},n.isObject(i)?i:{end:i}),n.isFunction(i.start)&&(i.start=i.start(r)),n.isFunction(i.end)&&(i.end=i.end(r));var s=t.toLowerCase().indexOf("color")>=0,a=function(e,t){var n={height:e.offsetHeight,width:e.offsetWidth}[t];return void 0!==n?n:(n=c.get(e,t),"opacity"==t?+n:s?n:parseFloat(n))};"end"in i?"start"in i||(i.start=a(r,t)):i.end=a(r,t),s?(i.start=new o(i.start),i.end=new o(i.end)):i.start="opacity"==t?+i.start:parseFloat(i.start)}this.curve=new m(e)}),!0),i.after(s,"onAnimate",n.hitch(c,"set",s.node),!0),s},d.anim=function(e,t,n,r,o,i){return d.animateProperty({node:e,duration:n||f.prototype.duration,properties:t,easing:r,onEnd:o}).play(i||0)},s("extend-dojo")&&(l(e,d),e._Animation=f),d}.apply(null,r))||(e.exports=o)},5602:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(1540),n(6850)],void 0===(o=function(e,t,n){return e([t,n],{})}.apply(null,r))||(e.exports=o)},5608:(e,t,n)=>{"use strict";n.r(t),n.d(t,{__addDisposableResource:()=>k,__assign:()=>i,__asyncDelegator:()=>C,__asyncGenerator:()=>j,__asyncValues:()=>T,__await:()=>N,__awaiter:()=>p,__classPrivateFieldGet:()=>R,__classPrivateFieldIn:()=>D,__classPrivateFieldSet:()=>I,__createBinding:()=>g,__decorate:()=>a,__disposeResources:()=>O,__esDecorate:()=>l,__exportStar:()=>m,__extends:()=>o,__generator:()=>v,__importDefault:()=>A,__importStar:()=>P,__makeTemplateObject:()=>S,__metadata:()=>h,__param:()=>c,__propKey:()=>u,__read:()=>_,__rest:()=>s,__rewriteRelativeImportExtension:()=>H,__runInitializers:()=>d,__setFunctionName:()=>f,__spread:()=>b,__spreadArray:()=>x,__spreadArrays:()=>w,__values:()=>y,default:()=>B});var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function s(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}function a(e,t,n,r){var o,i=arguments.length,s=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,n,s):o(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s}function c(e,t){return function(n,r){t(n,r,e)}}function l(e,t,n,r,o,i){function s(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var a,c=r.kind,l="getter"===c?"get":"setter"===c?"set":"value",d=!t&&e?r.static?e:e.prototype:null,u=t||(d?Object.getOwnPropertyDescriptor(d,r.name):{}),f=!1,h=n.length-1;h>=0;h--){var p={};for(var v in r)p[v]="access"===v?{}:r[v];for(var v in r.access)p.access[v]=r.access[v];p.addInitializer=function(e){if(f)throw new TypeError("Cannot add initializers after decoration has completed");i.push(s(e||null))};var g=(0,n[h])("accessor"===c?{get:u.get,set:u.set}:u[l],p);if("accessor"===c){if(void 0===g)continue;if(null===g||"object"!=typeof g)throw new TypeError("Object expected");(a=s(g.get))&&(u.get=a),(a=s(g.set))&&(u.set=a),(a=s(g.init))&&o.unshift(a)}else(a=s(g))&&("field"===c?o.unshift(a):u[l]=a)}d&&Object.defineProperty(d,r.name,u),f=!0}function d(e,t,n){for(var r=arguments.length>2,o=0;o<t.length;o++)n=r?t[o].call(e,n):t[o].call(e);return r?n:void 0}function u(e){return"symbol"==typeof e?e:"".concat(e)}function f(e,t,n){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:n?"".concat(n," ",t):t})}function h(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function p(e,t,n,r){return new(n||(n=Promise))(function(o,i){function s(e){try{c(r.next(e))}catch(e){i(e)}}function a(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n(function(e){e(t)})).then(s,a)}c((r=r.apply(e,t||[])).next())})}function v(e,t){var n,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},s=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return s.next=a(0),s.throw=a(1),s.return=a(2),"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}var g=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]};function m(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||g(t,e,n)}function y(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function _(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s}function b(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(_(arguments[t]));return e}function w(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var i=arguments[t],s=0,a=i.length;s<a;s++,o++)r[o]=i[s];return r}function x(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}function N(e){return this instanceof N?(this.v=e,this):new N(e)}function j(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),i=[];return r=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",function(e){return function(t){return Promise.resolve(t).then(e,l)}}),r[Symbol.asyncIterator]=function(){return this},r;function s(e,t){o[e]&&(r[e]=function(t){return new Promise(function(n,r){i.push([e,t,n,r])>1||a(e,t)})},t&&(r[e]=t(r[e])))}function a(e,t){try{(n=o[e](t)).value instanceof N?Promise.resolve(n.value.v).then(c,l):d(i[0][2],n)}catch(e){d(i[0][3],e)}var n}function c(e){a("next",e)}function l(e){a("throw",e)}function d(e,t){e(t),i.shift(),i.length&&a(i[0][0],i[0][1])}}function C(e){var t,n;return t={},r("next"),r("throw",function(e){throw e}),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(n=!n)?{value:N(e[r](t)),done:!1}:o?o(t):t}:o}}function T(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=y(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise(function(r,o){(function(e,t,n,r){Promise.resolve(r).then(function(t){e({value:t,done:n})},t)})(r,o,(t=e[n](t)).done,t.value)})}}}function S(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var E=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},M=function(e){return M=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},M(e)};function P(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=M(e),r=0;r<n.length;r++)"default"!==n[r]&&g(t,e,n[r]);return E(t,e),t}function A(e){return e&&e.__esModule?e:{default:e}}function R(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)}function I(e,t,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(e,n):o?o.value=n:t.set(e,n),n}function D(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}function k(e,t,n){if(null!=t){if("object"!=typeof t&&"function"!=typeof t)throw new TypeError("Object expected.");var r,o;if(n){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");r=t[Symbol.asyncDispose]}if(void 0===r){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");r=t[Symbol.dispose],n&&(o=r)}if("function"!=typeof r)throw new TypeError("Object not disposable.");o&&(r=function(){try{o.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:t,dispose:r,async:n})}else n&&e.stack.push({async:!0});return t}var L="function"==typeof SuppressedError?SuppressedError:function(e,t,n){var r=new Error(n);return r.name="SuppressedError",r.error=e,r.suppressed=t,r};function O(e){function t(t){e.error=e.hasError?new L(t,e.error,"An error was suppressed during disposal."):t,e.hasError=!0}var n,r=0;return function o(){for(;n=e.stack.pop();)try{if(!n.async&&1===r)return r=0,e.stack.push(n),Promise.resolve().then(o);if(n.dispose){var i=n.dispose.call(n.value);if(n.async)return r|=2,Promise.resolve(i).then(o,function(e){return t(e),o()})}else r|=1}catch(e){t(e)}if(1===r)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}()}function H(e,t){return"string"==typeof e&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(e,n,r,o,i){return n?t?".jsx":".js":!r||o&&i?r+o+"."+i.toLowerCase()+"js":e}):e}const B={__extends:o,__assign:i,__rest:s,__decorate:a,__param:c,__esDecorate:l,__runInitializers:d,__propKey:u,__setFunctionName:f,__metadata:h,__awaiter:p,__generator:v,__createBinding:g,__exportStar:m,__values:y,__read:_,__spread:b,__spreadArrays:w,__spreadArray:x,__await:N,__asyncGenerator:j,__asyncDelegator:C,__asyncValues:T,__makeTemplateObject:S,__importStar:P,__importDefault:A,__classPrivateFieldGet:R,__classPrivateFieldSet:I,__classPrivateFieldIn:D,__addDisposableResource:k,__disposeResources:O,__rewriteRelativeImportExtension:H}},5625:(e,t,n)=>{var r,o;n.dj.r;r=[n(6356),n(6323),n(1662),n(5479),n(2236)],void 0===(o=function(e,t,n,r,o){"use strict";var i="This deferred has already been fulfilled.",s=Object.freeze||function(){},a=function(t,n,r,o,i){e("config-deferredInstrumentation")&&2===n&&u.instrumentRejected&&0===t.length&&u.instrumentRejected(r,!1,o,i);for(var s=0;s<t.length;s++)c(t[s],n,r,o)},c=function(t,n,r,o){var i=t[n],s=t.deferred;if(i)try{var a=i(r);if(0===n)void 0!==a&&d(s,n,a);else{if(a&&"function"==typeof a.then)return t.cancel=a.cancel,void a.then(l(s,1),l(s,2),l(s,0));d(s,1,a)}}catch(e){d(s,2,e)}else d(s,n,r);e("config-deferredInstrumentation")&&2===n&&u.instrumentRejected&&u.instrumentRejected(r,!!i,o,s.promise)},l=function(e,t){return function(n){d(e,t,n)}},d=function(e,t,n){if(!e.isCanceled())switch(t){case 0:e.progress(n);break;case 1:e.resolve(n);break;case 2:e.reject(n)}},u=function(t){var o,l,d,f=this.promise=new r,h=this,p=!1,v=[];e("config-deferredInstrumentation")&&Error.captureStackTrace&&(Error.captureStackTrace(h,u),Error.captureStackTrace(f,u)),this.isResolved=f.isResolved=function(){return 1===o},this.isRejected=f.isRejected=function(){return 2===o},this.isFulfilled=f.isFulfilled=function(){return!!o},this.isCanceled=f.isCanceled=function(){return p},this.progress=function(e,t){if(o){if(!0===t)throw new Error(i);return f}return a(v,0,e,null,h),f},this.resolve=function(e,t){if(o){if(!0===t)throw new Error(i);return f}return a(v,o=1,l=e,null,h),v=null,f};var g=this.reject=function(t,n){if(o){if(!0===n)throw new Error(i);return f}return e("config-deferredInstrumentation")&&Error.captureStackTrace&&Error.captureStackTrace(d={},g),a(v,o=2,l=t,d,h),v=null,f};this.then=f.then=function(e,t,n){var r=[n,e,t];return r.cancel=f.cancel,r.deferred=new u(function(e){return r.cancel&&r.cancel(e)}),o&&!v?c(r,o,l,d):v.push(r),r.deferred.promise},this.cancel=f.cancel=function(e,r){if(o){if(!0===r)throw new Error(i)}else{if(t){var s=t(e);e=void 0===s?e:s}if(p=!0,!o)return void 0===e&&(e=new n),g(e),e;if(2===o&&l===e)return e}},s(f)};return u.prototype.toString=function(){return"[object Deferred]"},o&&o(u),u}.apply(null,r))||(e.exports=o)},5641:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(2075),n(7111),n(6566),n(3503),n(8471),n(3927),n(6323),n(4266)],void 0===(o=function(e,t,n,r,o,i,s,a){function c(n,o,s,c,d){if(c=a.hitch(s,c),!n||!n.addEventListener&&!n.attachEvent)return r.after(n||e.global,o,c,!0);if("string"==typeof o&&"on"==o.substring(0,2)&&(o=o.substring(2)),n||(n=e.global),!d)switch(o){case"keypress":o=l;break;case"mouseenter":o=i.enter;break;case"mouseleave":o=i.leave}return t(n,o,c,d)}s.add("events-keypress-typed",function(){var e={charCode:0};try{((e=document.createEvent("KeyboardEvent")).initKeyboardEvent||e.initKeyEvent).call(e,"keypress",!0,!0,null,!1,!1,!1,!1,9,3)}catch(e){}return 0==e.charCode&&!s("opera")});var l,d={106:42,111:47,186:59,187:43,188:44,189:45,190:46,191:47,192:96,219:91,220:92,221:93,222:39,229:113},u=s("mac")?"metaKey":"ctrlKey",f=function(e,t){var n=a.mixin({},e,t);return h(n),n.preventDefault=function(){e.preventDefault()},n.stopPropagation=function(){e.stopPropagation()},n};function h(e){e.keyChar=e.charCode?String.fromCharCode(e.charCode):"",e.charOrCode=e.keyChar||e.keyCode}if(s("events-keypress-typed")){l=function(e,n){var r=t(e,"keydown",function(e){var t=e.keyCode,r=13!=t&&32!=t&&(27!=t||!s("ie"))&&(t<48||t>90)&&(t<96||t>111)&&(t<186||t>192)&&(t<219||t>222)&&229!=t;if(r||e.ctrlKey){var o=r?0:t;if(e.ctrlKey){if(3==t||13==t)return n.call(e.currentTarget,e);o>95&&o<106?o-=48:!e.shiftKey&&o>=65&&o<=90?o+=32:o=d[o]||o}var i=f(e,{type:"keypress",faux:!0,charCode:o});n.call(e.currentTarget,i),s("ie")&&function(e,t){try{return e.keyCode=t}catch(e){return 0}}(e,i.keyCode)}}),o=t(e,"keypress",function(e){var t=e.charCode;return e=f(e,{charCode:t=t>=32?t:0,faux:!0}),n.call(this,e)});return{remove:function(){r.remove(),o.remove()}}}}else l=s("opera")?function(e,n){return t(e,"keypress",function(e){var t=e.which;return 3==t&&(t=99),t=t<32&&!e.shiftKey?0:t,e.ctrlKey&&!e.shiftKey&&t>=65&&t<=90&&(t+=32),n.call(this,f(e,{charCode:t}))})}:function(e,n){return t(e,"keypress",function(e){return h(e),n.call(this,e)})};var p={_keypress:l,connect:function(e,t,n,r,o){var i=arguments,s=[],a=0;s.push("string"==typeof i[0]?null:i[a++],i[a++]);var l=i[a+1];s.push("string"==typeof l||"function"==typeof l?i[a++]:null,i[a++]);for(var d=i.length;a<d;a++)s.push(i[a]);return c.apply(this,s)},disconnect:function(e){e&&e.remove()},subscribe:function(e,t,r){return n.subscribe(e,a.hitch(t,r))},publish:function(e,t){return n.publish.apply(n,[e].concat(t))},connectPublisher:function(e,t,n){var r=function(){p.publish(e,arguments)};return n?p.connect(t,n,r):p.connect(t,r)},isCopyKey:function(e){return e[u]}};return p.unsubscribe=p.disconnect,s("extend-dojo")&&a.mixin(e,p),p}.apply(null,r))||(e.exports=o)},5659:(e,t,n)=>{var r,o;n.dj.r;r=[n.dj.c(e),n(6974),n(5641),n(6345),n(6323),n(8471),n(2075),n(7443),n(3068)],o=function(e,t,n,r,o,i,s,a,c){var l,d=o.delegate(a,{mouseenter:i.enter,mouseleave:i.leave,keypress:n._keypress}),u=r("dijit._AttachMixin",null,{constructor:function(){this._attachPoints=[],this._attachEvents=[]},buildRendering:function(){this.inherited(arguments),this._attachTemplateNodes(this.domNode),this._beforeFillContent()},_beforeFillContent:function(){},_attachTemplateNodes:function(e){for(var t=e;;)if(1==t.nodeType&&(this._processTemplateNode(t,function(e,t){return e.getAttribute(t)},this._attach)||this.searchContainerNode)&&t.firstChild)t=t.firstChild;else{if(t==e)return;for(;!t.nextSibling;)if((t=t.parentNode)==e)return;t=t.nextSibling}},_processTemplateNode:function(e,t,n){var r=!0,i=this.attachScope||this,s=t(e,"dojoAttachPoint")||t(e,"data-dojo-attach-point");if(s)for(var a,c=s.split(/\s*,\s*/);a=c.shift();)o.isArray(i[a])?i[a].push(e):i[a]=e,r="containerNode"!=a,this._attachPoints.push(a);var l=t(e,"dojoAttachEvent")||t(e,"data-dojo-attach-event");if(l)for(var d,u=l.split(/\s*,\s*/),f=o.trim;d=u.shift();)if(d){var h=null;if(-1!=d.indexOf(":")){var p=d.split(":");d=f(p[0]),h=f(p[1])}else d=f(d);h||(h=d),this._attachEvents.push(n(e,d,o.hitch(i,h)))}return r},_attach:function(t,n,r){return n="dijitclick"==(n=n.replace(/^on/,"").toLowerCase())?l||(l=e("./a11yclick")):d[n]||n,s(t,n,r)},_detachTemplateNodes:function(){var e=this.attachScope||this;t.forEach(this._attachPoints,function(t){delete e[t]}),this._attachPoints=[],t.forEach(this._attachEvents,function(e){e.remove()}),this._attachEvents=[]},destroyRendering:function(){this._detachTemplateNodes(),this.inherited(arguments)}});return o.extend(c,{dojoAttachEvent:"",dojoAttachPoint:""}),u}.apply(null,r),void 0===o||(e.exports=o)},5744:(e,t,n)=>{var r;n.dj.r;void 0===(r=function(){return function(e,t,n,r){var o,i,s;if(e.load(t,n,function(e){i=e,s=!0,o&&o(e)},{isBuild:!0}),s)return i;if(!r)throw new Error(t+" unavailable");return(i=new Promise(function(e){o=e})).__DOJO_WEBPACK_DEFINE_PROMISE__=!0,i}}.apply(null,[]))||(e.exports=r)},5892:(e,t,n)=>{var r,o;n.dj.r;r=[n(2075),n(1172)],void 0===(o=function(e,t){var n={tapRadius:10,dbltapTime:250,selector:function(n,r,o){return function(i,s){var a=r.bubble;return a?r=a:!1!==o&&(o=!0),e(i,r,function(e){var r=e.target;for(3===r.nodeType&&(r=r.parentNode);!t.matches(r,n,i);)if(r===i||!o||!(r=r.parentNode))return;return s.call(r,e)})}},countCurrentTouches:function(e,t){if(!("touches"in e))return-1;var n,r,o;for(n=0,r=0;o=e.touches[n];++n)t.contains(o.target)&&++r;return r}};function r(t,r,o,i){if(!(o.targetTouches.length>1)){var s=o.changedTouches[0],a=s.screenX,c=s.screenY;i&&o.preventDefault();var l=e(t,"touchend",function(e){var t=e.changedTouches[0];e.targetTouches.length||(Math.abs(t.screenX-a)<n.tapRadius&&Math.abs(t.screenY-c)<n.tapRadius&&(i&&e.preventDefault(),r.call(this,e)),l.remove())})}}return n.tap=function(t,n){return e(t,"touchstart",function(e){r(t,n,e)})},n.dbltap=function(t,o){var i,s;return e(t,"touchstart",function(e){i?r(t,function(e){if(i){var t=e.changedTouches[0];Math.abs(t.screenX-i.screenX)<n.tapRadius&&Math.abs(t.screenY-i.screenY)<n.tapRadius&&(s&&clearTimeout(s),i=s=null,o.call(this,e))}},e,!0):r(t,function(e){i=e.changedTouches[0],s=setTimeout(function(){i=s=null},n.dbltapTime)},e)})},n}.apply(null,r))||(e.exports=o)},5907:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6323),n(6974),n(1603),n(6739),n(3060),n(2626)],void 0===(o=function(e,t,n,r,o,i,s){return e([r,o,i],{constructor:function(){this.storage.version=0},postscript:function(){this.inherited(arguments),this.setData(this.data||[])},data:null,autoEmitEvents:!1,getSync:function(e){return this.storage.fullData[this.storage.index[e]]},putSync:function(e,t){t=t||{};var n=this.storage,r=n.index,o=n.fullData,i=this.Model;!i||e instanceof i||(e=this._restore(e));var s=this.getIdentity(e);null==s&&(this._setIdentity(e,"id"in t?t.id:Math.random()),s=this.getIdentity(e)),n.version++;var a,c,l,d=s in r?"update":"add",u={target:e};if("update"===d){if(!1===t.overwrite)throw new Error("Object already exists");c=a=r[s]}else c=this.defaultNewToStart?0:o.length;if("beforeId"in t){var f=t.beforeId;null===f?(l=o.length,"update"===d&&--l):a<(l=r[f])&&--l,void 0!==l?u.beforeId=f:(console.error("options.beforeId was specified but no corresponding index was found"),l=c)}else l=c;if(l===a)o[l]=e;else{void 0!==a&&o.splice(a,1),o.splice(l,0,e);for(var h=void 0===a?l:Math.min(a,l),p=o.length;h<p;++h)r[this.getIdentity(o[h])]=h}return this.emit(d,u),e},addSync:function(e,t){return(t=t||{}).overwrite=!1,this.putSync(e,t)},removeSync:function(e){var t=this.storage,n=t.index,r=t.fullData;if(e in n){var o=r.splice(n[e],1)[0];return this._reindex(),this.emit("delete",{id:e,target:o}),!0}},setData:function(e){this.parse&&(e=this.parse(e)),e.items&&(this.idProperty=e.identifier||this.idProperty,e=e.items),this.storage.fullData=this.data=e,this._reindex()},_reindex:function(){for(var e=this.storage,t=e.index={},n=e.fullData,r=this.Model,o=Object.prototype,i=0,s=n.length;i<s;i++){var a=n[i];if(r&&!(a instanceof r)){var c=this._restore(a,a.__proto__===o);a!==c&&(n[i]=a=c)}t[this.getIdentity(a)]=i}e.version++},fetchSync:function(){var e=this.data;if(!e||e._version!==this.storage.version){e=this.storage.fullData;for(var t=this.queryLog,n=0,r=t.length;n<r;n++)e=t[n].querier(e);e._version=this.storage.version,this.data=e}return new s(e)},fetchRangeSync:function(e){var t=this.fetchSync(),n=e.start,r=e.end;return new s(t.slice(n,r),{totalLength:t.length})},_includePropertyInSubCollection:function(e){return"data"!==e&&this.inherited(arguments)}})}.apply(null,r))||(e.exports=o)},6178:(e,t,n)=>{var r,o;n.dj.r;r=[n(6356),n(1054)],void 0===(o=function(e,t){"use strict";var n=document.createElement("div"),r=n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector,o=n.querySelectorAll,i=/([^\s,](?:"(?:\\.|[^"])+"|'(?:\\.|[^'])+'|[^,])*)/g;e.add("dom-matches-selector",!!r),e.add("dom-qsa",!!o);var s=function(n,r){if(l&&n.indexOf(",")>-1)return l(n,r);var i=r?r.ownerDocument||r:t.doc||document,d=(o?/^([\w]*)#([\w\-]+$)|^(\.)([\w\-\*]+$)|^(\w+$)/:/^([\w]*)#([\w\-]+)(?:\s+(.*))?$|(?:^|(>|.+\s+))([\w\-\*]+)(\S*$)/).exec(n);if(r=r||i,d){var u=8===e("ie")&&e("quirks")?r.nodeType===i.nodeType:null!==r.parentNode&&9!==r.nodeType&&r.parentNode===i;if(d[2]&&u){var f;if(!(f=t.byId?t.byId(d[2],i):i.getElementById(d[2]))||d[1]&&d[1]!=f.tagName.toLowerCase())return[];if(r!=i)for(var h=f;h!=r;)if(!(h=h.parentNode))return[];return d[3]?s(d[3],f):[f]}if(d[3]&&r.getElementsByClassName)return r.getElementsByClassName(d[4]);if(d[5]){if(f=r.getElementsByTagName(d[5]),!d[4]&&!d[6])return f;n=(d[4]||"")+d[6]}}if(o)return 1===r.nodeType&&"object"!==r.nodeName.toLowerCase()?a(r,n,r.querySelectorAll):r.querySelectorAll(n);f||(f=r.getElementsByTagName("*"));for(var p=[],v=0,g=f.length;v<g;v++){var m=f[v];1==m.nodeType&&c(m,n,r)&&p.push(m)}return p},a=function(e,t,n){var r=e,o=e.getAttribute("id"),s=o||"__dojo__",a=e.parentNode,c=/^\s*[+~]/.test(t);if(c&&!a)return[];o?s=s.replace(/'/g,"\\$&"):e.setAttribute("id",s),c&&a&&(e=e.parentNode);for(var l=t.match(i),d=0;d<l.length;d++)l[d]="[id='"+s+"'] "+l[d];t=l.join(",");try{return n.call(e,t)}finally{o||r.removeAttribute("id")}};if(!e("dom-matches-selector"))var c=function(){var e="div"==n.tagName?"toLowerCase":"toUpperCase",t={"":function(t){return t=t[e](),function(e){return e.tagName==t}},".":function(e){var t=" "+e+" ";return function(n){return n.className.indexOf(e)>-1&&(" "+n.className+" ").indexOf(t)>-1}},"#":function(e){return function(t){return t.id==e}}},r={"^=":function(e,t){return 0==e.indexOf(t)},"*=":function(e,t){return e.indexOf(t)>-1},"$=":function(e,t){return e.substring(e.length-t.length,e.length)==t},"~=":function(e,t){return(" "+e+" ").indexOf(" "+t+" ")>-1},"|=":function(e,t){return 0==(e+"-").indexOf(t+"-")},"=":function(e,t){return e==t},"":function(e,t){return!0}};function o(e){return function(t,n){for(;(t=t.parentNode)!=n;)if(e(t,n))return!0}}function i(e){return function(t,n){return t=t.parentNode,e?t!=n&&e(t,n):t==n}}var s={};function a(e,t){return e?function(n,r){return t(n)&&e(n,r)}:t}return function(e,n,c){var l=s[n];if(!l){if(n.replace(/(?:\s*([> ])\s*)|(#|\.)?((?:\\.|[\w-])+)|\[\s*([\w-]+)\s*(.?=)?\s*("(?:\\.|[^"])+"|'(?:\\.|[^'])+'|(?:\\.|[^\]])*)\s*\]/g,function(e,n,s,c,d,u,f){return c?l=a(l,t[s||""](c.replace(/\\/g,""))):n?l=(" "==n?o:i)(l):d&&(l=a(l,function(e,t,n){var o=t.charAt(0);'"'!=o&&"'"!=o||(t=t.slice(1,-1)),t=t.replace(/\\/g,"");var i=r[n||""];return function(n){var r=n.getAttribute(e);return r&&i(r,t)}}(d,f,u))),""}))throw new Error("Syntax error in query");if(!l)return!0;s[n]=l}return l(e,c)}}();if(!e("dom-qsa"))var l=function(e,t){for(var n=e.match(i),r=[],o=0;o<n.length;o++){(e=new String(n[o].replace(/\s*$/,""))).indexOf=escape;for(var a=s(e,t),c=0,l=a.length;c<l;c++){var d=a[c];r[d.sourceIndex]=d}}var u=[];for(o in r)u.push(r[o]);return u};return s.match=r?function(e,t,n){return n&&9!=n.nodeType?a(n,t,function(t){return r.call(e,t)}):r.call(e,t)}:c,s}.apply(null,r))||(e.exports=o)},6323:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6356),n(2616)],void 0===(o=function(e,t){t.add("bug-for-in-skips-shadowed",function(){for(var e in{toString:1})return 0;return 1});var n=[],r=function(t,n,r){r||(r=t[0]&&e.scopeMap[t[0]]?e.scopeMap[t.shift()][1]:e.global);try{for(var o=0;o<t.length;o++){var i=t[o];if("__proto__"===i||"constructor"===i)return;if(!(i in r)){if(!n)return;r[i]={}}r=r[i]}return r}catch(e){}},o=Object.prototype.toString,i=function(e,t,n){return(n||[]).concat(Array.prototype.slice.call(e,t||0))},s=/\{([^\}]+)\}/g,a={_extraNames:n,_mixin:function(e,t,n){var r,o,i={};for(r in t)o=t[r],r in e&&(e[r]===o||r in i&&i[r]===o)||(e[r]=n?n(o):o);return e},mixin:function(e,t){e||(e={});for(var n=1,r=arguments.length;n<r;n++)a._mixin(e,arguments[n]);return e},setObject:function(e,t,n){var o=e.split("."),i=o.pop(),s=r(o,!0,n);return s&&i?s[i]=t:void 0},getObject:function(e,t,n){return e?r(e.split("."),t,n):n},exists:function(e,t){return void 0!==a.getObject(e,!1,t)},isString:function(e){return"string"==typeof e||e instanceof String},isArray:Array.isArray||function(e){return"[object Array]"==o.call(e)},isFunction:function(e){return"[object Function]"===o.call(e)},isObject:function(e){return void 0!==e&&(null===e||"object"==typeof e||a.isArray(e)||a.isFunction(e))},isArrayLike:function(e){return!!e&&!a.isString(e)&&!a.isFunction(e)&&!(e.tagName&&"form"==e.tagName.toLowerCase())&&(a.isArray(e)||isFinite(e.length))},isAlien:function(e){return e&&!a.isFunction(e)&&/\{\s*\[native code\]\s*\}/.test(String(e))},extend:function(e,t){for(var n=1,r=arguments.length;n<r;n++)a._mixin(e.prototype,arguments[n]);return e},_hitchArgs:function(t,n){var r=a._toArray(arguments,2),o=a.isString(n);return function(){var i=a._toArray(arguments),s=o?(t||e.global)[n]:n;return s&&s.apply(t||this,r.concat(i))}},hitch:function(t,n){if(arguments.length>2)return a._hitchArgs.apply(e,arguments);if(n||(n=t,t=null),a.isString(n)){if(!(t=t||e.global)[n])throw['lang.hitch: scope["',n,'"] is null (scope="',t,'")'].join("");return function(){return t[n].apply(t,arguments||[])}}return t?function(){return n.apply(t,arguments||[])}:n},delegate:function(){function e(){}return function(t,n){e.prototype=t;var r=new e;return e.prototype=null,n&&a._mixin(r,n),r}}(),_toArray:t("ie")?function(){function e(e,t,n){for(var r=n||[],o=t||0;o<e.length;o++)r.push(e[o]);return r}return function(t){return(t.item?e:i).apply(this,arguments)}}():i,partial:function(t){return a.hitch.apply(e,[null].concat(a._toArray(arguments)))},clone:function(e){if(!e||"object"!=typeof e||a.isFunction(e))return e;if(e.nodeType&&"cloneNode"in e)return e.cloneNode(!0);if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e);var t,n,r;if(a.isArray(e))for(t=[],n=0,r=e.length;n<r;++n)n in e&&(t[n]=a.clone(e[n]));else t=e.constructor?new e.constructor:{};return a._mixin(t,e,a.clone)},trim:String.prototype.trim?function(e){return e.trim()}:function(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")},replace:function(e,t,n){return e.replace(n||s,a.isFunction(t)?t:function(e,n){return a.getObject(n,!1,t)})}};return t("extend-dojo")&&a.mixin(e,a),a}.apply(null,r))||(e.exports=o)},6345:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6356),n(6323)],void 0===(o=function(e,t,n){var r,o=n.mixin,i=Object.prototype,s=i.toString,a=0,c="constructor";function l(e,t){throw new Error("declare"+(t?" "+t:"")+": "+e)}function d(e,t,n,r){var o,s,a,d,u,f,h,p,v,g=this._inherited=this._inherited||{};if("string"==typeof e&&(o=e,e=t,t=n,n=r),"function"==typeof e)d=e,e=t,t=n;else try{d=e.callee}catch(e){if(!(e instanceof TypeError))throw e;l("strict mode inherited() requires the caller function to be passed before arguments",this.declaredClass)}if((o=o||d.nom)||l("can't deduce a name to call inherited()",this.declaredClass),n=r=0,a=(u=this.constructor._meta).bases,v=g.p,o!=c){if(g.c!==d&&(v=0,(u=(f=a[0])._meta).hidden[o]!==d)){(s=u.chains)&&"string"==typeof s[o]&&l("calling chained method with inherited: "+o,this.declaredClass);do{if(u=f._meta,h=f.prototype,u&&(h[o]===d&&h.hasOwnProperty(o)||u.hidden[o]===d))break}while(f=a[++v]);v=f?v:-1}if(f=a[++v])if(h=f.prototype,f._meta&&h.hasOwnProperty(o))n=h[o];else{p=i[o];do{if((n=(h=f.prototype)[o])&&(f._meta?h.hasOwnProperty(o):n!==p))break}while(f=a[++v])}n=f&&n||i[o]}else{if(g.c!==d&&(v=0,(u=a[0]._meta)&&u.ctor!==d)){for((s=u.chains)&&"manual"===s.constructor||l("calling chained constructor with inherited",this.declaredClass);(f=a[++v])&&(!(u=f._meta)||u.ctor!==d););v=f?v:-1}for(;(f=a[++v])&&!(n=(u=f._meta)?u.ctor:f););n=f&&n}if(g.c=n,g.p=v,n)return!0===t?n:n.apply(this,t||e)}function u(e,t,n){return"string"==typeof e?"function"==typeof t?this.__inherited(e,t,n,!0):this.__inherited(e,t,!0):"function"==typeof e?this.__inherited(e,t,!0):this.__inherited(e,!0)}r=t("csp-restrictions")?function(){}:new Function;var f=e.config.isDebug?function(e,t,n,r){var o=this.getInherited(e,t,n);if(o)return o.apply(this,r||n||t||e)}:d;function h(e){for(var t=this.constructor._meta.bases,n=0,r=t.length;n<r;++n)if(t[n]===e)return!0;return this instanceof e}function p(e,t){for(var n in t)n!=c&&t.hasOwnProperty(n)&&(e[n]=t[n])}function v(e){return b.safeMixin(this.prototype,e),this}function g(e,t){return e instanceof Array||"function"==typeof e||(t=e,e=void 0),t=t||{},b([this].concat(e=e||[]),t)}function m(e,t,n){return function(){var r,o,i,s=0,a=1;for(n&&(s=t.length-1,a=-1);r=t[s];s+=a)(i=((o=r._meta)?o.hidden:r.prototype)[e])&&i.apply(this,arguments)}}function y(e){r.prototype=e.prototype;var t=new r;return r.prototype=null,t}function _(e){var t=e.callee,n=y(t);return t.apply(n,e),n}function b(e,r,w){"string"!=typeof e&&(w=r,r=e,e=""),w=w||{};var x,N,j,C,T,S,E,M=1,P=r;if("[object Array]"==s.call(r)?(S=function(e,t){for(var n,r,o,i,c,d,u,f,h=[],p=[{cls:0,refs:[]}],v={},g=1,m=e.length,y=0;y<m;++y){for((o=e[y])?"[object Function]"!=s.call(o)&&l("mixin #"+y+" is not a callable constructor.",t):l("mixin #"+y+" is unknown. Did you use dojo.require to pull it in?",t),i=0,n=(r=o._meta?o._meta.bases:[o]).length-1;n>=0;--n)(c=r[n].prototype).hasOwnProperty("declaredClass")||(c.declaredClass="uniqName_"+a++),u=c.declaredClass,v.hasOwnProperty(u)||(v[u]={count:0,refs:[],cls:r[n]},++g),d=v[u],i&&i!==d&&(d.refs.push(i),++i.count),i=d;++i.count,p[0].refs.push(i)}for(;p.length;){for(i=p.pop(),h.push(i.cls),--g;1==(f=i.refs).length;){if(!(i=f[0])||--i.count){i=0;break}h.push(i.cls),--g}if(i)for(y=0,m=f.length;y<m;++y)--(i=f[y]).count||p.push(i)}return g&&l("can't build consistent linearization",t),o=e[0],h[0]=o?o._meta&&o===h[h.length-o._meta.bases.length]?o._meta.bases.length:1:0,h}(r,e),j=S[0],r=S[M=S.length-j]):(S=[0],r?"[object Function]"==s.call(r)?(j=r._meta,S=S.concat(j?j.bases:r)):l("base class is not a callable constructor.",e):null!==r&&l("unknown base class. Did you use dojo.require to pull it in?",e)),r)for(N=M-1;x=y(r),N;--N)((j=S[N])._meta?p:o)(x,j.prototype),(C=t("csp-restrictions")?function(){}:new Function).superclass=r,C.prototype=x,r=x.constructor=C;else x={};for(b.safeMixin(x,w),(j=w.constructor)!==i.constructor&&(j.nom=c,x.constructor=j),N=M-1;N;--N)(j=S[N]._meta)&&j.chains&&(E=o(E||{},j.chains));if(x["-chains-"]&&(E=o(E||{},x["-chains-"])),r&&r.prototype&&r.prototype["-chains-"]&&(E=o(E||{},r.prototype["-chains-"])),j=!E||!E.hasOwnProperty(c),S[0]=C=E&&"manual"===E.constructor?function(e){return function(){var t,n,r=arguments,o=0;if(!(this instanceof r.callee))return _(r);for(;t=e[o];++o)if(t=(n=t._meta)?n.ctor:t){t.apply(this,r);break}(t=this.postscript)&&t.apply(this,r)}}(S):1==S.length?function(e,t){return function(){var n,r=arguments,o=r,i=r[0];if(!(this instanceof r.callee))return _(r);t&&(i&&(n=i.preamble)&&(o=n.apply(this,o)||o),(n=this.preamble)&&n.apply(this,o)),e&&e.apply(this,r),(n=this.postscript)&&n.apply(this,r)}}(w.constructor,j):function(e,t){return function(){var n,r,o,i,s=arguments,a=s,c=s[0],l=e.length;if(!(this instanceof s.callee))return _(s);if(t&&(c&&c.preamble||this.preamble))for((i=new Array(e.length))[0]=s,r=0;(c=s[0])&&(n=c.preamble)&&(s=n.apply(this,s)||s),(n=(n=e[r].prototype).hasOwnProperty("preamble")&&n.preamble)&&(s=n.apply(this,s)||s),++r!=l;)i[r]=s;for(r=l-1;r>=0;--r)(n=(o=(n=e[r])._meta)?o.ctor:n)&&n.apply(this,i?i[r]:s);(n=this.postscript)&&n.apply(this,a)}}(S,j),C._meta={bases:S,hidden:w,chains:E,parents:P,ctor:w.constructor},C.superclass=r&&r.prototype,C.extend=v,C.createSubclass=g,C.prototype=x,x.constructor=C,x.getInherited=u,x.isInstanceOf=h,x.inherited=f,x.__inherited=d,e&&(x.declaredClass=e,n.setObject(e,C)),E)for(T in E)x[T]&&"string"==typeof E[T]&&T!=c&&((j=x[T]=m(T,S,"after"===E[T])).nom=T);return C}return e.safeMixin=b.safeMixin=function(e,t){var n,r;for(n in t)(r=t[n])===i[n]&&n in i||n==c||("[object Function]"==s.call(r)&&(r.nom=n),e[n]=r);return e},e.declare=b,b}.apply(null,r))||(e.exports=o)},6356:(e,t,n)=>{var r,o;n.dj.r;r=[n(1925),n.dj.c(e),n.dj.m(e)],o=function(e,t,n){var r=t.has||function(){};if(!r("dojo-has-api")){var o="undefined"!=typeof window&&"undefined"!=typeof location&&"undefined"!=typeof document&&window.location==location&&window.document==document,i=o&&document,s=i&&i.createElement("DiV"),a=n.config&&n.config()||{};(r=function(t){return"function"==typeof a[t]?a[t]=a[t](e,i,s):a[t]}).cache=a,r.add=function(e,t,n,o){return(void 0===a[e]||o)&&(a[e]=t),n&&r(e)},r.add("host-browser",o),r.add("host-node","object"==typeof process&&process.versions&&process.versions.node&&process.versions.v8),r.add("host-rhino","function"==typeof load&&("function"==typeof Packages||"object"==typeof Packages)),r.add("dom",o),r.add("dojo-dom-ready-api",1),r.add("dojo-sniff",1)}if(r("host-browser")){r.add("dom-addeventlistener",!!document.addEventListener),r.add("touch","ontouchstart"in document||"onpointerdown"in document&&navigator.maxTouchPoints>0||window.navigator.msMaxTouchPoints),r.add("touch-events","ontouchstart"in document),r.add("pointer-events","pointerEnabled"in window.navigator?window.navigator.pointerEnabled:"PointerEvent"in window),r.add("MSPointer",window.navigator.msPointerEnabled),r.add("touch-action",!1),r.add("device-width",screen.availWidth||innerWidth);var c=document.createElement("form");r.add("dom-attributes-explicit",0==c.attributes.length),r.add("dom-attributes-specified-flag",c.attributes.length>0&&c.attributes.length<40)}return r.clearElement=function(e){return e.innerHTML="",e},r.normalize=function(e,t){var n=e.match(/[\?:]|[^:\?]*/g),o=0,i=function(e){var t=n[o++];return":"==t?0:"?"==n[o++]?!e&&r(t)?i():(i(!0),i(e)):t||0};return(e=i())&&t(e)},r.load=function(e,t,n){e?t([e],n):n()},r}.apply(null,r),void 0===o||(e.exports=o)},6510:(e,t,n)=>{var r,o;n.dj.r;r=[n(6974),n(6566),n(6345)],void 0===(o=function(e,t,n){return n("dijit.Destroyable",null,{destroy:function(e){this._destroyed=!0},own:function(){var n=["destroyRecursive","destroy","remove"];return e.forEach(arguments,function(r){var o,i=t.before(this,"destroy",function(e){r[o](e)}),s=[];function a(){i.remove(),e.forEach(s,function(e){e.remove()})}r.then?(o="cancel",r.then(a,a)):e.forEach(n,function(e){"function"==typeof r[e]&&(o||(o=e),s.push(t.after(r,e,a,!0)))})},this),arguments}})}.apply(null,r))||(e.exports=o)},6566:(e,t,n)=>{var r;n.dj.r;void 0===(r=function(){"use strict";function e(e){return function(t,n,r,o){var i,s=t[n];s&&s.target==t||(t[n]=i=function(){for(var e=i.nextId,t=arguments,n=i.before;n;)n.advice&&(t=n.advice.apply(this,t)||t),n=n.next;if(i.around)var r=i.around.advice(this,t);for(var o=i.after;o&&o.id<e;){if(o.advice)if(o.receiveArguments){var s=o.advice.apply(this,t);r=undefined===s?r:s}else r=o.advice.call(this,r,t);o=o.next}return r},s&&(i.around={advice:function(e,t){return s.apply(e,t)}}),i.target=t,i.nextId=i.nextId||0);var a=function(e,t,n,r){var o,i=e[t],s="around"==t;if(s){var a=n(function(){return i.advice(this,arguments)});o={remove:function(){a&&(a=e=n=null)},advice:function(e,t){return a?a.apply(e,t):i.advice(e,t)}}}else o={remove:function(){if(o.advice){var r=o.previous,i=o.next;i||r?(r?r.next=i:e[t]=i,i&&(i.previous=r)):delete e[t],e=n=o.advice=null}},id:e.nextId++,advice:n,receiveArguments:r};if(i&&!s)if("after"==t){for(;i.next&&(i=i.next););i.next=o,o.previous=i}else"before"==t&&(e[t]=o,o.next=i,i.previous=o);else e[t]=o;return o}(i||s,e,r,o);return r=null,a}}var t=e("after");return{before:e("before"),around:e("around"),after:t}}.apply(null,[]))||(e.exports=r)},6587:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323)],void 0===(o=function(e){var t={};return{objectToQuery:function(n){var r=encodeURIComponent,o=[];for(var i in n){var s=n[i];if(s!=t[i]){var a=r(i)+"=";if(e.isArray(s))for(var c=0,l=s.length;c<l;++c)o.push(a+r(s[c]));else o.push(a+r(s))}}return o.join("&")},queryToObject:function(t){for(var n,r,o,i=decodeURIComponent,s=t.split("&"),a={},c=0,l=s.length;c<l;++c)if((o=s[c]).length){var d=o.indexOf("=");d<0?(n=i(o),r=""):(n=i(o.slice(0,d)),r=i(o.slice(d+1))),"string"==typeof a[n]&&(a[n]=[a[n]]),e.isArray(a[n])?a[n].push(r):a[n]=r}return a}}}.apply(null,r))||(e.exports=o)},6659:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(1172),n(6974),n(1142),n(8288)],void 0===(o=function(e,t,n){var r=t.NodeList,o=r.prototype;return o.connect=r._adaptAsForEach(function(){return e.connect.apply(this,arguments)}),o.coords=r._adaptAsMap(e.coords),r.events=["blur","focus","change","click","error","keydown","keypress","keyup","load","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","submit"],n.forEach(r.events,function(e){var t="on"+e;o[t]=function(e,n){return this.connect(t,e,n)}}),e.NodeList=r,r}.apply(null,r))||(e.exports=o)},6739:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(5625),n(2626),n(3534)],void 0===(o=function(e,t,n,r){function o(e,o){return function(){var i=new t;try{i.resolve(this[e].apply(this,arguments))}catch(e){i.reject(e)}if(o){var s=new n(i.promise);return s.totalLength=r(s.totalLength),s}return i.promise}}return e(null,{get:o("getSync"),put:o("putSync"),add:o("addSync"),remove:o("removeSync"),fetch:o("fetchSync",!0),fetchRange:o("fetchRangeSync",!0)})}.apply(null,r))||(e.exports=o)},6850:(e,t,n)=>{var r,o;n.dj.r;r=[n(4624),n(8301),n(6345),n(6323),n(28),n(2075),n(3534),n(1172),n(4975)],void 0===(o=function(e,t,n,r,o,i,s,a,c){var l=0;function d(){return l++}function u(e){return e&&(e.className.indexOf("dgrid-row")>=0||e.className.indexOf("dgrid-loading")>=0)}function f(e){return e&&e.className.indexOf("dgrid-preload")>=0}return n([e,t],{minRowsPerPage:25,maxRowsPerPage:250,maxEmptySpace:1/0,bufferRows:10,farOffRemoval:2e3,queryRowsOverlap:0,pagingMethod:"debounce",pagingDelay:c.defaultDelay,keepScrollPosition:!1,rowHeight:0,_deleteQueue:[],postCreate:function(){this.inherited(arguments);var e=this;i(this.bodyNode,"scroll",c[this.pagingMethod](function(t){e._processScroll(t)},null,this.pagingDelay))},renderQuery:function(e,t){var n,i,a,c,l=this,u=t&&t.container||this.contentNode,f=0,h=t&&t.start||0;"level"in e&&(f=c=e.level),n={query:e,count:0,level:f,top:!1};var p={node:o.create("div",{className:"dgrid-preload",style:{height:"0"}},u),count:0,query:e,next:n,level:f,top:!0};(i=p.node).rowIndex=0,n.previous=p,a=n.node=o.create("div",{className:"dgrid-preload",style:{height:"0"}},u),p.id=d(),i.setAttribute("data-preloadid",p.id),n.id=d(),a.setAttribute("data-preloadid",n.id),a.rowIndex=this.minRowsPerPage,l._insertPreload(p);var v=o.create("div",{className:"dgrid-loading"},a,"before");return o.create("div",{className:"dgrid-below"},v).innerHTML=this.loadingMessage,t=r.mixin({start:0,count:this.minRowsPerPage},t),null!=c&&(t.queryLevel=c),this._trackError(function(){var r=e(t);return l.renderQueryResults(r,a,t).then(function(e){return r.totalLength.then(function(r){var c=e.length,d=a.parentNode;return l._rows&&!("queryLevel"in t)&&(l._rows.min=0,l._rows.max=c===r?1/0:c-1),o.destroy(v),"queryLevel"in t||(l._total=r),0===r&&d&&(l.noDataNode&&o.destroy(l.noDataNode),l._insertNoDataNode(d)),p.count=h,n.count=r-c-h,a.rowIndex=h+c,r?l._updatePreloadRowHeights(p):(a.style.display="none",i.style.display="none"),l._previousScrollPosition&&d&&d.offsetHeight&&(l.scrollTo(l._previousScrollPosition),delete l._previousScrollPosition),s(l._processScroll()).then(function(){return e})})}).otherwise(function(e){throw o.destroy(v),e})})},_insertPreload:function(e){var t=this.preload;if(t){for(;t.node.compareDocumentPosition(e.node)&Node.DOCUMENT_POSITION_PRECEDING;)if(null==(t=t.previous))return;for(;t.node.compareDocumentPosition(e.node)&Node.DOCUMENT_POSITION_FOLLOWING&&t.next;)t=t.next;t.previous.next=e,e.previous=t.previous;var n=e.next;n.next=t,t.previous=n}else this.preload=e},refresh:function(e){var t,n=this,r=e&&e.keepScrollPosition;if(void 0===r&&(r=this.keepScrollPosition),r&&(this._previousScrollPosition=this.getScrollPosition()),this.inherited(arguments),this._renderedCollection)return this.renderQuery(function(e){var r=n._renderedCollection.fetchRange({start:e.start,end:e.start+e.count});return r.then(function(e){t=e}),r}).then(function(){return n._emitRefreshComplete(),t})},resize:function(){this.inherited(arguments),this._processScroll()},cleanup:function(){this.inherited(arguments),this.preload=null},renderQueryResults:function(e){var t=this.inherited(arguments),n=this._getRenderedCollection(this.preload);return n&&n.releaseRange&&t.then(function(t){t[0]&&!t[0].parentNode.tagName&&e.totalLength.then(function(){n.releaseRange(t[0].rowIndex,t[t.length-1].rowIndex+1)})}),t},_getFirstRowSibling:function(e){return e.lastChild},_calcRowHeight:function(e){var t=e.nextSibling;return t&&!/\bdgrid-preload\b/.test(t.className)?t.offsetTop-e.offsetTop:e.offsetHeight},_calcAverageRowHeight:function(e){for(var t=e.length,n=0,r=0;r<t;r++)n+=this._calcRowHeight(e[r]);return t&&n?n/t:0},_updatePreloadRowHeights:function(){var e=this.preload,t=0;if(e){for(;e.previous;)e=e.previous;for(;e;)e.rowHeight||(e.rowHeight=this._calcAverageRowHeight(e.node.parentNode.querySelectorAll(".dgrid-row")),this._adjustPreloadHeight(e)),t=e?e.rowHeight:t,e=e.next;this.rowHeight=t}},lastScrollTop:0,_processScroll:function(e){var t,n=this.preload;if(this._updatePreloadRowHeights(),t=n&&n.rowHeight){var r,i,s,a=this,c=a.bodyNode,l=e&&e.scrollTop||this.getScrollPosition().y,d=c.offsetHeight+l,h=a.lastScrollTop,p=a.bufferRows*t,v=p-t,g=!0;for(a.lastScrollTop=l;n&&!n.node.offsetWidth;)n=n.previous;for(;n&&n!==r;){r=a.preload,a.preload=n;var m=(i=n.node).offsetTop;if(d+1+v<m)n=M(n,g=!1);else if(l-1-v>m+i.offsetHeight)n=M(n,g=!0);else{var y=((i.top?l-p:d)-m)/n.rowHeight,_=(d-l+2*p)/n.rowHeight,b=Math.max(Math.min((l-h)*n.rowHeight,a.maxRowsPerPage/2),a.maxRowsPerPage/-2);if(_+=Math.min(Math.abs(b),10),i.top&&(y-=_),(y=Math.max(y,0))<10&&y>0&&_+y<a.maxRowsPerPage&&(_+=Math.max(0,y),y=0),0===(_=Math.min(Math.max(_,a.minRowsPerPage),a.maxRowsPerPage,n.count))){n=M(n,g);continue}_=Math.ceil(_),y=Math.min(Math.floor(y),n.count-_);var w={};n.count-=_;var x,N=i,j=a.queryRowsOverlap,C=!n.top&&n;if(C)n.previous&&(E(n),y>0&&f(i.previousSibling)?(y=Math.min(n.count,y),n.previous.count+=y,a._adjustPreloadHeight(n.previous,!0),i.rowIndex+=y,j=0):_+=y,n.count-=y),w.start=i.rowIndex-j,w.count=Math.min(_+j,a.maxRowsPerPage),i.rowIndex=w.start+w.count;else n.next&&(N=i.nextSibling,E(n,!0),f(i.nextSibling)?(n.next.count+=n.count-y,n.next.node.rowIndex=y+_,a._adjustPreloadHeight(n.next),n.count=y,j=0,N=n.next.node):x=!0),w.start=n.count,w.count=Math.min(_+j,a.maxRowsPerPage),w.scrollingUp=!0;if(x&&N&&N.offsetWidth&&(x=N.offsetTop),a._adjustPreloadHeight(n),"level"in n.query&&(w.queryLevel=n.query.level),!("queryLevel"in w)&&(w.start>a._total||w.count<0))continue;var T=o.create("div",{className:"dgrid-loading",style:{height:_*n.rowHeight+"px"}},N,"before");o.create("div",{className:"dgrid-"+(C?"below":"above"),innerHTML:a.loadingMessage},T),T.count=_,a._trackError(function(){!function(e,t,r){var i=n.query(w);s=a.renderQueryResults(i,e,w).then(function(n){var s=a._rows;return s&&!("queryLevel"in w)&&n.length&&(t?(s.max<=s.min&&(s.min=n[0].rowIndex),s.max=n[n.length-1].rowIndex):(s.max<=s.min&&(s.max=n[n.length-1].rowIndex),s.min=n[0].rowIndex)),N=e.nextSibling,o.destroy(e),r&&N&&N.offsetWidth&&a.scrollTo({y:a.bodyNode.scrollTop+N.offsetTop-r}),i.totalLength.then(function(e){"queryLevel"in w||(a._total=e,a._rows&&a._rows.max>=a._total-1&&(a._rows.max=1/0)),t&&(t.count=e-t.node.rowIndex,a._adjustPreloadHeight(t))}),a._processScroll(),n},function(t){throw o.destroy(e),t})}(T,C,x)}),n=n.previous}}return s}function S(e,t){return t?e.node.offsetTop-d:l-(e.node.offsetTop+e.node.offsetHeight)}function E(e,t){var n=e;e=function(e,t){for(var n,r=t?"next":"previous";n=e[r];)e=n;return e}(e,t);var r,o,i=S(e,t),s=a.farOffRemoval,c=e.node,l=t?"previousSibling":"nextSibling",d=0,h=0;function p(){var r,o,s=function(){for(var n=!t,r=e;r=r[t?"previous":"next"];)if(n===r.top)return r}();if(s&&n!==s&&!f((o=s).top?o.node.nextSibling:o.node.previousSibling))return g(),c=(e=s).node,i=S(e,t),m(r=v(c)),r}function v(e){var t=f(e),n=e[l];return n&&(u(n)||(n=t&&f(n)?null:p()||v(n))),n}function g(){e.count+=d,t&&(c.rowIndex-=d),a._adjustPreloadHeight(e),d=0,a._releaseRange(e,t,r,o)}function m(e){r=e&&e.rowIndex,o=void 0}if(i>2*s){var y,_=v(c);for(m(_);(y=_)&&n!==e;){var b=a._calcRowHeight(y);h+b+s>i||!u(y)?_=p():(h+=b,d+=y.count||1,a._pruneRow(y,t),"rowIndex"in y&&(o=y.rowIndex),_=v(y))}g(),a._deleteNodeQueue()}}function M(e,t){do{e=t?e.next:e.previous}while(e&&!e.node.offsetWidth);return e}},_adjustPreloadHeight:function(e,t){e.node.style.height=this._calculatePreloadHeight(e,t)+"px"},_calculatePreloadHeight:function(e,t){return Math.min(e.count*e.rowHeight,t?1/0:this.maxEmptySpace)},_pruneRow:function(e,t,n){this.removeRow(e,!0,n),this._queueNodeForDeletion(e)},_queueNodeForDeletion:function(e){this._deleteQueue.push(e)},_deleteNodeQueue:function(){for(var e=document.createElement("div"),t=this._deleteQueue,n=t.length;n--;)e.appendChild(t[n]);this._deleteQueue=[],setTimeout(function(){o.destroy(e)},1)},_removePreloads:function(e){if(e&&e.length){var t=this,n=this._getHeadPreload();e.forEach(function(e){var r=t._findPreload(e,n);r&&(r.previous&&(r.previous.next=r.next),r.next&&(r.next.previous=r.previous))})}},_getHeadPreload:function(){var e=this.preload;if(e)for(;e.previous;)e=e.previous;return e},_findPreload:function(e,t){t||(t=this._getHeadPreload());for(var n=t;n;){if(n.node===e)return n;n=n.next}},_getRenderedCollection:function(){return this._renderedCollection},_releaseRange:function(e,t,n,r){if(e){var o=e.level,i=this._getRenderedCollection(e);null!=r&&i.releaseRange&&"number"==typeof n&&"number"==typeof r&&(t?i.releaseRange(r,n+1):i.releaseRange(n,r+1),this._rows&&!o&&(this._rows[t?"max":"min"]=r,this._rows.max>=this._total-1&&(this._rows.max=1/0)))}}})}.apply(null,r))||(e.exports=o)},6937:(e,t,n)=>{var r,o;n.dj.r;r=[n(8301),n(6345),n(6974),n(6323),n(28),n(8945),n(2075),n(1172),n(7539),n(6356),n(4266),n(3534),n(4975),n(1442),n(3927)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h){function p(e){if(e.loadingNode)e._loadingCount--,e._loadingCount||(o.destroy(e.loadingNode),delete e.loadingNode);else if(e._oldPageNodes){for(var t in e._oldPageNodes)e.removeRow(e._oldPageNodes[t]);delete e._oldPageNodes}delete e._isLoading}return t(e,{rowsPerPage:10,pagingTextBox:!1,previousNextArrows:!0,firstLastArrows:!1,pagingLinks:2,pageSizeOptions:null,showLoadingMessage:!0,i18nPagination:h,showFooter:!0,_currentPage:1,_loadingCount:0,buildRendering:function(){this.inherited(arguments);var e,t=this,n=this.paginationNode=o.create("div",{className:"dgrid-pagination"},this.footerNode),r=this.paginationStatusNode=o.create("div",{className:"dgrid-status"},n),i=this.i18nPagination;"function"==typeof this._processScroll&&(this.bodyNode.innerHTML=i.notCompatibleWithOnDemand,console.warn(i.notCompatibleWithOnDemand)),r.tabIndex=0,this._updatePaginationSizeSelect(),this._updateRowsPerPageOption(),this._updatePaginationStatus(this._total),e=this.paginationNavigationNode=o.create("div",{className:"dgrid-navigation"},n),this.firstLastArrows&&(this.paginationFirstNode=o.create("span",{"aria-label":i.gotoFirst,className:"dgrid-first dgrid-page-link",innerHTML:"«",tabIndex:0},e)),this.previousNextArrows&&(this.paginationPreviousNode=o.create("span",{"aria-label":i.gotoPrev,className:"dgrid-previous dgrid-page-link",innerHTML:"‹",tabIndex:0},e)),this.paginationLinksNode=o.create("span",{className:"dgrid-pagination-links"},e),this.previousNextArrows&&(this.paginationNextNode=o.create("span",{"aria-label":i.gotoNext,className:"dgrid-next dgrid-page-link",innerHTML:"›",tabIndex:0},e)),this.firstLastArrows&&(this.paginationLastNode=o.create("span",{"aria-label":i.gotoLast,className:"dgrid-last dgrid-page-link",innerHTML:"»",tabIndex:0},e)),this._listeners.push(s(e,".dgrid-page-link:click,.dgrid-page-link:keydown",function(e){if("keydown"!==e.type||13===e.keyCode){var n,r,o=this.className;t._isLoading||o.indexOf("dgrid-page-disabled")>-1||(n=t._currentPage,r=Math.ceil(t._total/t.rowsPerPage),this===t.paginationPreviousNode?t.gotoPage(n-1):this===t.paginationNextNode?t.gotoPage(n+1):this===t.paginationFirstNode?t.gotoPage(1):this===t.paginationLastNode?t.gotoPage(r):"dgrid-page-link"===o&&t.gotoPage(+this.innerHTML))}}))},destroy:function(){this.inherited(arguments),this._pagingTextBoxChangeHandle&&this._pagingTextBoxChangeHandle.remove(),this._pagingTextBoxKeyPressHandle&&this._pagingTextBoxKeyPressHandle.remove()},_updatePaginationSizeSelect:function(){var e,t=this.pageSizeOptions,n=this.paginationSizeSelect;if(t&&t.length){n||(n=this.paginationSizeSelect=o.create("select",{"aria-label":this.i18nPagination.rowsPerPage,className:"dgrid-page-size"},this.paginationNode),e=this._paginationSizeChangeHandle=s(n,"change",r.hitch(this,function(){this.set("rowsPerPage",+this.paginationSizeSelect.value)})),this._listeners.push(e)),n.options.length=0;for(var i=0;i<t.length;i++)o.create("option",{innerHTML:t[i],selected:this.rowsPerPage===t[i],value:t[i]},n);this._updateRowsPerPageOption()}else t&&t.length||!n||(o.destroy(n),this.paginationSizeSelect=null,this._paginationSizeChangeHandle.remove())},_setPageSizeOptions:function(e){this.pageSizeOptions=e&&e.sort(function(e,t){return e-t}),this._updatePaginationSizeSelect()},_updateRowsPerPageOption:function(){var e=this.rowsPerPage,t=this.pageSizeOptions,r=this.paginationSizeSelect;r&&(n.indexOf(t,e)<0?this._setPageSizeOptions(t.concat([e])):r.value=""+e)},_setRowsPerPage:function(e){this.rowsPerPage=e,this._updateRowsPerPageOption(),this.gotoPage(1)},_updateNavigation:function(e){var t,n,r,c=this,l=this.i18nPagination,u=this.paginationLinksNode,f=this._currentPage,h=this.pagingLinks,p=this.paginationNavigationNode,v=Math.ceil(e/this.rowsPerPage),g=this._pagingTextBoxKeyPressHandle,m=this._pagingTextBoxChangeHandle,y=document.activeElement;function _(e){e=+e,!isNaN(e)&&e>0&&e<=v&&c.gotoPage(e)}function b(e,r){var i,a,h=!0;c.pagingTextBox&&e===f&&v>1?(i=o.create("input",{"aria-label":l.jumpPage,className:"dgrid-page-input",type:"text",value:f},u),c._pagingTextBoxChangeHandle=s(i,"change",function(){h&&_(+this.value),h=!0}),c._pagingTextBoxKeyPressHandle=s(i,"keypress",function(e){e.keyCode===d.ENTER&&(h=!1,_(+this.value))}),y&&"INPUT"===y.tagName&&i.focus()):(a=e===f,i=o.create("span",{"aria-label":l.gotoPage,className:"dgrid-page-link"+(a?" dgrid-page-disabled":""),innerHTML:e+(r?" ":""),tabIndex:a?-1:0},u),t===e&&(a?e<v?t++:n.focus():i.focus()),a||(n=i))}function w(e,t){i.toggle(e,"dgrid-page-disabled",t),e.tabIndex=t?-1:0}function x(){o.create("span",{className:"dgrid-page-skip",innerHTML:"..."},u)}if(y&&this.paginationNavigationNode.contains(y)?"dgrid-page-link"===y.className&&(t=+y.innerHTML):y=null,g&&g.remove(),m&&m.remove(),u.innerHTML="",a(".dgrid-first, .dgrid-previous",p).forEach(function(e){w(e,1===f)}),a(".dgrid-last, .dgrid-next",p).forEach(function(e){w(e,f>=v)}),h&&v>0){b(1,!0);var N=f-h;N>2?x():N=2;for(var j=N;j<Math.min(f+h+1,v);j++)b(j,!0);f+h+1<v&&x(),v>1&&b(v)}else c.pagingTextBox&&b(f);y&&-1===y.tabIndex&&(r=a('[tabindex="0"]',this.paginationNavigationNode),y===this.paginationPreviousNode||y===this.paginationFirstNode?y=r[0]:r.length&&(y=r[r.length-1]),y&&y.focus())},_updatePaginationStatus:function(e){var t=this.rowsPerPage,n=Math.min(e,(this._currentPage-1)*t+1);this.paginationStatusNode.innerHTML=c.substitute(this.i18nPagination.status,{start:n,end:Math.min(e,n+t-1),total:e})},refresh:function(e){var t=this,n=e&&e.keepCurrentPage?Math.min(this._currentPage,Math.ceil(this._total/this.rowsPerPage)):1;return this.inherited(arguments),this.gotoPage(n).then(function(e){return t._emitRefreshComplete(),e})},_onNotification:function(e,t,n){var r=this.rowsPerPage,o=this._currentPage*r;"add"===t.type&&t.index<o||"delete"===t.type&&t.previousIndex<o||"update"===t.type&&Math.floor(t.index/r)!==Math.floor(t.previousIndex/r)?this.gotoPage(Math.min(this._currentPage,Math.ceil(t.totalLength/this.rowsPerPage))||1):n===this._renderedCollection&&t.totalLength!==this._total&&(this._updatePaginationStatus(t.totalLength),this._updateNavigation(t.totalLength))},renderQueryResults:function(e,t){var n=this,r=this.inherited(arguments);return t||(this._topLevelRequest&&(this._topLevelRequest.cancel(),delete this._topLevelRequest),"function"==typeof r.cancel&&(this._topLevelRequest=r),r.then(function(){n._topLevelRequest&&delete n._topLevelRequest})),r},insertRow:function(){var e=this._oldPageNodes,t=this.inherited(arguments);return e&&t===e[t.id]&&delete e[t.id],t},gotoPage:function(e){var t=this,n=(this._currentPage-1)*this.rowsPerPage;return this._renderedCollection?(this._renderedCollection.releaseRange&&this._renderedCollection.releaseRange(n,n+this.rowsPerPage),this._trackError(function(){var n,r,i,s,a,c=t.rowsPerPage,l=(e-1)*c,d={start:l,count:c},u=t.contentNode;if(t.showLoadingMessage)t._loadingCount++,function(e){e._removeNoDataNode()||e.cleanup(),e.contentNode.innerHTML=""}(t),t.loadingNode=o.create("div",{className:"dgrid-loading",innerHTML:t.loadingMessage},u);else for(t._oldPageNodes=r={},s=0,a=(i=u.children).length;s<a;s++)r[i[s].id]=i[s];return t._isLoading=!0,n=t._renderedCollection.fetchRange({start:l,end:l+c}),t.renderQueryResults(n,null,d).then(function(r){return p(t),t.scrollTo({y:0}),t._rows&&(t._rows.min=l,t._rows.max=l+c-1),n.totalLength.then(function(n){n||t._insertNoDataNode(),t._total=n,t._currentPage=e,t._rowsOnPage=r.length,t._updatePaginationStatus(n),t._updateNavigation(n)}),n},function(e){throw p(t),e})})):(console.warn("Pagination requires a collection to operate."),u([]))}})}.apply(null,r))||(e.exports=o)},6974:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6356),n(6323)],void 0===(o=function(e,t,n){var r,o={};function i(e){var n=!e;return function(i,s,a){var c,l=0,d=i&&i.length||0;if(d&&"string"==typeof i&&(i=i.split("")),"string"==typeof s){if(t("csp-restrictions"))throw new TypeError("callback must be a function");s=o[s]||r(s)}if(a){for(;l<d;++l)if(c=!s.call(a,i[l],l,i),e^c)return!c}else for(;l<d;++l)if(c=!s(i[l],l,i),e^c)return!c;return n}}function s(e){var t=1,n=0,r=0;return e||(t=n=r=-1),function(o,i,s,c){if(c&&t>0)return a.lastIndexOf(o,i,s);var l,d=o&&o.length||0,u=e?d+r:n;for(undefined===s?l=e?n:d+r:s<0?(l=d+s)<0&&(l=n):l=s>=d?d+r:s,d&&"string"==typeof o&&(o=o.split(""));l!=u;l+=t)if(o[l]==i)return l;return-1}}t("csp-restrictions")||(r=function(e){return o[e]=new Function("item","index","array",e)});var a={every:i(!1),some:i(!0),indexOf:s(!0),lastIndexOf:s(!1),forEach:function(e,n,i){var s=0,a=e&&e.length||0;if(a&&"string"==typeof e&&(e=e.split("")),"string"==typeof n){if(t("csp-restrictions"))throw new TypeError("callback must be a function");n=o[n]||r(n)}if(i)for(;s<a;++s)n.call(i,e[s],s,e);else for(;s<a;++s)n(e[s],s,e)},map:function(e,n,i,s){var a=0,c=e&&e.length||0,l=new(s||Array)(c);if(c&&"string"==typeof e&&(e=e.split("")),"string"==typeof n){if(t("csp-restrictions"))throw new TypeError("callback must be a function");n=o[n]||r(n)}if(i)for(;a<c;++a)l[a]=n.call(i,e[a],a,e);else for(;a<c;++a)l[a]=n(e[a],a,e);return l},filter:function(e,n,i){var s,a=0,c=e&&e.length||0,l=[];if(c&&"string"==typeof e&&(e=e.split("")),"string"==typeof n){if(t("csp-restrictions"))throw new TypeError("callback must be a function");n=o[n]||r(n)}if(i)for(;a<c;++a)s=e[a],n.call(i,s,a,e)&&l.push(s);else for(;a<c;++a)n(s=e[a],a,e)&&l.push(s);return l},clearCache:function(){o={}}};return t("extend-dojo")&&n.mixin(e,a),a}.apply(null,r))||(e.exports=o)},7038:e=>{e.exports=function(e,t,n,r){this.loaderVersion="1.17.3",function(e,t){var n=function(){return void 0!==u&&"function"!=typeof u?u:void 0!==r?r:"undefined"!=typeof self?self:this}(),o=function(){},i={}.toString,s=function(e){return"[object Function]"==i.call(e)},a=function(e,t){if(e)for(var n=0;n<e.length;)t(e[n++])},c=function(e,t){for(var n in t)e[n]=t[n];return e},l=1,d=function(e,t,n){return undefined(e,t,n,0,d)},u=n,f=u.document,h=f&&f.createElement("DiV"),p=d.has=function(e){return s(v[e])?v[e]=v[e](u,f,h):v[e]},v=p.cache=t.hasCache;for(var g in s(e)&&(e=e(n)),p.add=function(e,t,n,r){return(void 0===v[e]||r)&&(v[e]=t),n&&p(e)},e.has)p.add(g,e.has[g],0,1);d.async=1;var m=function(){};d.eval=function(e,t){return m(e+"\r\n//# sourceURL="+t)};var y,_={},b=(d.signal=function(e,t){var n=_[e];a(n&&n.slice(0),function(e){var n;e.apply(null,(n=t,"[object Array]"==i.call(n)?t:[t]))})},d.on=function(e,t){var n=_[e]||(_[e]=[]);return n.push(t),{remove:function(){for(var e=0;e<n.length;e++)if(n[e]===t)return void n.splice(e,1)}}}),w=[],x=[],N={},j=(d.map={},[]),C={},T="",S={};t.paths,x=t.pathsMapProg,N=t.packs,w=t.aliases,j=t.mapProgs,C=t.modules,S=t.cache,T=t.cacheBust,d.rawConfig=t;var E=function(e,t){if(t)for(var n=0;n<t.length;n++)if(t[n][2].test(e))return t[n];return 0},M=function(e){var t,n,r=[];for(e=e.replace(/\\/g,"/").split("/");e.length;)".."==(t=e.shift())&&r.length&&".."!=n?(r.pop(),n=r[r.length-1]):"."!=t&&r.push(n=t);return r.join("/")},P=function(e,t,n,r){return{pid:e,mid:t,pack:n,url:r,executed:0,def:0}},A=function(e,t,n,r,o,i,l,d,u,f){var h,p,v,g,m,_,b;if(b=/^\./.test(e),/(^\/)|(\:)|(\.js$)/.test(e)||b&&!t)return P(0,e,0,e);if(e=M(b?t.mid+"/../"+e:e),/^\./.test(e))throw function(e,t){return c(new Error(e),{src:"dojoLoader",info:t})}("irrationalPath",e);f||b||!i.star||(g=E(e,i.star[1])),!g&&t&&(g=(g=E(t.mid,i))&&E(e,g[1])),g&&(e=g[1]+e.substring(g[3])),(p=n[h=(y=e.match(/^([^\/]+)(\/(.+))?$/))?y[1]:""])?e=h+"/"+(v=y[3]||p.main):h="";var w=0;return a(d,function(t){var n=e.match(t[0]);n&&n.length>0&&(w=s(t[1])?e.replace(t[0],t[1]):t[1])}),w?A(w,0,n,r,o,i,l,d,u):(_=r[e])?u?P(_.pid,_.mid,_.pack,_.url):r[e]:(m=(g=E(e,l))?g[1]+e.substring(g[3]):h?("/"===p.location.slice(-1)?p.location.slice(0,-1):p.location)+"/"+v:e,/(^\/)|(\:)/.test(m)||(m=o+m),P(h,e,p,M(m+=".js")))},R=function(e,t,n){return A(e,t,N,C,d.baseUrl,j,x,w,void 0,n)},I=(d.toAbsMid=function(e,t){return R(e,t).mid},d.toUrl=function(e,t){var n=R(e+"/x",t),r=n.url;return I(0===n.pid?e:r.substring(0,r.length-5))},"function"==typeof e.fixupUrl?e.fixupUrl:function(e){return(e+="")+(T?(/\?/.test(e)?"&":"?")+T:"")});d.log=o,d.trace=o;var D=o;(c(c(d,t.loaderPatch),e.loaderPatch),b("error",function(e){try{if(console.error(e),e instanceof Error){for(var t in e)console.log(t+":",e[t]);console.log(".")}}catch(e){}}),c(d,{uid:function(){return"_"+l++},cache:S,packs:N}),u.define)||(u.define=D,u.require=d)}.call(this,e,t)}},7111:(e,t,n)=>{var r,o;n.dj.r;r=[n(9925)],void 0===(o=function(e){var t=new e;return{publish:function(e,n){return t.emit.apply(t,arguments)},subscribe:function(e,n){return t.on.apply(t,arguments)}}}.apply(null,r))||(e.exports=o)},7304:(e,t,n)=>{var r,o;n.dj.r;r=[n(6566),n(6345),n(2284),n(7878),n(8945),n(28),n(9925),n(6323),n(2075),n(2641),n(2616),n(4062),n(5075),n(3930),n(3050),n(7601),n(231)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v,g){var m,y,_=new(t([u,s],{curNode:null,activeStack:[],constructor:function(){var t=a.hitch(this,function(e){n.isDescendant(this.curNode,e)&&this.set("curNode",null),n.isDescendant(this.prevNode,e)&&this.set("prevNode",null)});e.before(i,"empty",t),e.before(i,"destroy",t)},registerIframe:function(e){return this.registerWin(e.contentWindow,e)},registerWin:function(e,t){var n=this,r=e.document&&e.document.body;if(r){var o=d("pointer-events")?"pointerdown":d("MSPointer")?"MSPointerDown":d("touch-events")?"mousedown, touchstart":"mousedown",i=c(e.document,o,function(e){e&&e.target&&null==e.target.parentNode||n._onTouchNode(t||e.target,"mouse")}),s=c(r,"focusin",function(e){if(e.target.tagName){var r=e.target.tagName.toLowerCase();"#document"!=r&&"body"!=r&&(p.isFocusable(e.target)?n._onFocusNode(t||e.target):n._onTouchNode(t||e.target))}}),a=c(r,"focusout",function(e){n._onBlurNode(t||e.target)});return{remove:function(){i.remove(),s.remove(),a.remove(),i=s=a=null,r=null}}}},_onBlurNode:function(e){var t=(new Date).getTime();t<m+100||(this._clearFocusTimer&&clearTimeout(this._clearFocusTimer),this._clearFocusTimer=setTimeout(a.hitch(this,function(){this.set("prevNode",this.curNode),this.set("curNode",null)}),0),this._clearActiveWidgetsTimer&&clearTimeout(this._clearActiveWidgetsTimer),t<y+100||(this._clearActiveWidgetsTimer=setTimeout(a.hitch(this,function(){delete this._clearActiveWidgetsTimer,this._setStack([])}),0)))},_onTouchNode:function(e,t){y=(new Date).getTime(),this._clearActiveWidgetsTimer&&(clearTimeout(this._clearActiveWidgetsTimer),delete this._clearActiveWidgetsTimer),o.contains(e,"dijitPopup")&&(e=e.firstChild);var n=[];try{for(;e;){var i=r.get(e,"dijitPopupParent");if(i)e=v.byId(i).domNode;else if(e.tagName&&"body"==e.tagName.toLowerCase()){if(e===f.body())break;e=h.get(e.ownerDocument).frameElement}else{var s=e.getAttribute&&e.getAttribute("widgetId"),a=s&&v.byId(s);!a||"mouse"==t&&a.get("disabled")||n.unshift(s),e=e.parentNode}}}catch(e){}this._setStack(n,t)},_onFocusNode:function(e){e&&9!=e.nodeType&&(m=(new Date).getTime(),this._clearFocusTimer&&(clearTimeout(this._clearFocusTimer),delete this._clearFocusTimer),this._onTouchNode(e),e!=this.curNode&&(this.set("prevNode",this.curNode),this.set("curNode",e)))},_setStack:function(e,t){var n=this.activeStack,r=n.length-1,o=e.length-1;if(e[o]!=n[r]){var i,s;for(this.set("activeStack",e),s=r;s>=0&&n[s]!=e[s];s--)(i=v.byId(n[s]))&&(i._hasBeenBlurred=!0,i.set("focused",!1),i._focusManager==this&&i._onBlur(t),this.emit("widget-blur",i,t));for(s++;s<=o;s++)(i=v.byId(e[s]))&&(i.set("focused",!0),i._focusManager==this&&i._onFocus(t),this.emit("widget-focus",i,t))}},focus:function(e){if(e)try{e.focus()}catch(e){}}}));for(var b in l(function(){var e=_.registerWin(h.get(document));d("ie")&&c(window,"unload",function(){e&&(e.remove(),e=null)})}),g.focus=function(e){_.focus(e)},_)/^_/.test(b)||(g.focus[b]="function"==typeof _[b]?a.hitch(_,b):_[b]);return _.watch(function(e,t,n){g.focus[e]=n}),_}.apply(null,r))||(e.exports=o)},7361:(e,t,n)=>{var r,o;n.dj.r;r=[n(1925),n(6356),n.dj.c(e)],void 0===(o=function(e,t,n){var r,o={},i=function(e,n,o){for(r in e)"has"!=r&&t.add(n+r,e[r],0,o)};if(i(o=e.dojoConfig||e.djConfig||{},"config",1),i(o.has,"",1),!o.locale&&"undefined"!=typeof navigator){var s=navigator.languages&&navigator.languages.length?navigator.languages[0]:navigator.language||navigator.userLanguage;s&&(o.locale=s.toLowerCase())}return o}.apply(null,r))||(e.exports=o)},7443:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6566),n(2284),n(8945),n(6323),n(2075),n(6356),n(8471),n(2641),n(5075)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l){s("ios");var d,u=s("pointer-events")||s("MSPointer"),f=function(){var e={};for(var t in{down:1,move:1,up:1,cancel:1,over:1,out:1})e[t]=s("MSPointer")?"MSPointer"+t.charAt(0).toUpperCase()+t.slice(1):"pointer"+t;return e}(),h=s("touch-events");function p(e,t,n){return u&&n?function(e,t){return i(e,n,t)}:h?function(n,r){var o=i(n,t,function(e){r.call(this,e),d=(new Date).getTime()}),s=i(n,e,function(e){(!d||(new Date).getTime()>d+1e3)&&r.call(this,e)});return{remove:function(){o.remove(),s.remove()}}}:function(t,n){return i(t,e,n)}}var v={press:p("mousedown","touchstart",f.down),move:p("mousemove","dojotouchmove",f.move),release:p("mouseup","dojotouchend",f.up),cancel:p(a.leave,"touchcancel",u?f.cancel:null),over:p("mouseover","dojotouchover",f.over),out:p("mouseout","dojotouchout",f.out),enter:a._eventHandler(p("mouseover","dojotouchover",f.over)),leave:a._eventHandler(p("mouseout","dojotouchout",f.out))};return s("extend-dojo")&&(e.touch=v),v}.apply(null,r))||(e.exports=o)},7539:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6323)],void 0===(o=function(e,t){var n=/[&<>'"\/]/g,r={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},o={};return t.setObject("dojo.string",o),o.escape=function(e){return e?e.replace(n,function(e){return r[e]}):""},o.codePointAt=String.prototype.codePointAt?function(e,t){return String.prototype.codePointAt.call(e,t)}:function(e,t){if(null==e)throw new TypeError("codePointAt called on null or undefined");var n,r,o,i;if(n=(e=String(e)).length,(i=t?Number(t):0)!=i&&(i=0),!(i<0||i>=n))return(r=e.charCodeAt(i))>=55296&&r<=56319&&n>i+1&&(o=e.charCodeAt(i+1))>=56320&&o<=57343?1024*(r-55296)+o-56320+65536:r},o.fromCodePoint=String.fromCodePoint||function(){var e,t,n=[],r=0,o="";for(t=0,len=arguments.length;t!==len;++t){if(!((e=+arguments[t])<1114111&&e>>>0===e))throw RangeError("Invalid code point: "+e);e<=65535?r=n.push(e):(e-=65536,r=n.push(55296+(e>>10),e%1024+56320)),r>=16383&&(o+=String.fromCharCode.apply(null,n),n.length=0)}return o+String.fromCharCode.apply(null,n)},o.rep=function(e,t){if(t<=0||!e)return"";for(var n=[];1&t&&n.push(e),t>>=1;)e+=e;return n.join("")},o.pad=function(e,t,n,r){n||(n="0");var i=String(e),s=o.rep(n,Math.ceil((t-i.length)/n.length));return r?i+s:s+i},o.substitute=function(n,r,o,i){return i=i||e.global,o=o?t.hitch(i,o):function(e){return e},n.replace(/\$\{([^\s\:\}]*)(?:\:([^\s\:\}]+))?\}/g,function(e,n,s){if(""==n)return"$";var a=t.getObject(n,!1,r);s&&(a=t.getObject(s,!1,i).call(i,a,n));var c=o(a,n);if(void 0===c)throw new Error('string.substitute could not find key "'+n+'" in template');return c.toString()})},o.trim=String.prototype.trim?t.trim:function(e){for(var t=(e=e.replace(/^\s+/,"")).length-1;t>=0;t--)if(/\S/.test(e.charAt(t))){e=e.substring(0,t+1);break}return e},o}.apply(null,r))||(e.exports=o)},7601:(e,t,n)=>{var r,o;n.dj.r;r=[n(6974),n(5075),n(231)],void 0===(o=function(e,t,n){var r={},o={},i={length:0,add:function(e){if(o[e.id])throw new Error("Tried to register widget with id=="+e.id+" but that id is already registered");o[e.id]=e,this.length++},remove:function(e){o[e]&&(delete o[e],this.length--)},byId:function(e){return"string"==typeof e?o[e]:e},byNode:function(e){return o[e.getAttribute("widgetId")]},toArray:function(){var e=[];for(var t in o)e.push(o[t]);return e},getUniqueId:function(e){var t;do{t=e+"_"+(e in r?++r[e]:r[e]=0)}while(o[t]);return"dijit"==n._scopeName?t:n._scopeName+"_"+t},findWidgets:function(e,t){var n=[];return function e(r){for(var i=r.firstChild;i;i=i.nextSibling)if(1==i.nodeType){var s=i.getAttribute("widgetId");if(s){var a=o[s];a&&n.push(a)}else i!==t&&e(i)}}(e),n},_destroyAll:function(){n._curFocus=null,n._prevFocus=null,n._activeStack=[],e.forEach(i.findWidgets(t.body()),function(e){e._destroyed||(e.destroyRecursive?e.destroyRecursive():e.destroy&&e.destroy())})},getEnclosingWidget:function(e){for(;e;){var t=1==e.nodeType&&e.getAttribute("widgetId");if(t)return o[t];e=e.parentNode}return null},_hash:o};return n.registry=i,i}.apply(null,r))||(e.exports=o)},7878:(e,t,n)=>{var r,o;n.dj.r;r=[t,n(2616),n(6323),n(2284),n(1248),n(5244)],o=function(e,t,n,r,o,i){var s={innerHTML:1,textContent:1,className:1,htmlFor:t("ie")?1:0,value:1},a={classname:"class",htmlfor:"for",tabindex:"tabIndex",readonly:"readOnly"};function c(e,t){var n=e.getAttributeNode&&e.getAttributeNode(t);return!!n&&n.specified}e.has=function(e,t){var n=t.toLowerCase();return!!s[i.names[n]||t]||c(r.byId(e),a[n]||t)},e.get=function(e,t){e=r.byId(e);var o=t.toLowerCase(),l=i.names[o]||t,d=s[l],u=e[l];if(d&&void 0!==u)return u;if("textContent"==l)return i.get(e,l);if("href"!=l&&("boolean"==typeof u||n.isFunction(u)))return u;var f=a[o]||t;return c(e,f)?e.getAttribute(f):null},e.set=function(t,c,l){if(t=r.byId(t),2==arguments.length){for(var d in c)e.set(t,d,c[d]);return t}var u=c.toLowerCase(),f=i.names[u]||c,h=s[f];return"style"==f&&"string"!=typeof l?(o.set(t,l),t):h||"boolean"==typeof l||n.isFunction(l)?i.set(t,c,l):(t.setAttribute(a[u]||c,l),t)},e.remove=function(e,t){r.byId(e).removeAttribute(a[t.toLowerCase()]||t)},e.getNodeProp=function(e,t){e=r.byId(e);var n=t.toLowerCase(),o=i.names[n]||t;if(o in e&&"href"!=o)return e[o];var s=a[n]||t;return c(e,s)?e.getAttribute(s):null}}.apply(null,r),void 0===o||(e.exports=o)},8212:(module,exports,__webpack_require__)=>{var require=__webpack_require__.dj.r,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;__WEBPACK_AMD_DEFINE_ARRAY__=[__webpack_require__(6356)],__WEBPACK_AMD_DEFINE_RESULT__=function(has){"use strict";var hasJSON="undefined"!=typeof JSON;if(has.add("json-parse",hasJSON),has.add("json-stringify",hasJSON&&'{"a":1}'==JSON.stringify({a:0},function(e,t){return t||1})),has("json-stringify"))return JSON;var escapeString=function(e){return('"'+e.replace(/(["\\])/g,"\\$1")+'"').replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r")};return{parse:has("json-parse")?JSON.parse:function(str,strict){if(strict&&!/^([\s\[\{]*(?:"(?:\\.|[^"])*"|-?\d[\d\.]*(?:[Ee][+-]?\d+)?|null|true|false|)[\s\]\}]*(?:,|:|$))+$/.test(str))throw new SyntaxError("Invalid characters in JSON");return eval("("+str+")")},stringify:function(e,t,n){return"string"==typeof t&&(n=t,t=null),function e(r,o,i){t&&(r=t(i,r));var s,a=typeof r;if("number"==a)return isFinite(r)?r+"":"null";if("boolean"==a)return r+"";if(null===r)return"null";if("string"==typeof r)return escapeString(r);if("function"!=a&&"undefined"!=a){if("function"==typeof r.toJSON)return e(r.toJSON(i),o,i);if(r instanceof Date)return'"{FullYear}-{Month+}-{Date}T{Hours}:{Minutes}:{Seconds}Z"'.replace(/\{(\w+)(\+)?\}/g,function(e,t,n){var o=r["getUTC"+t]()+(n?1:0);return o<10?"0"+o:o});if(r.valueOf()!==r)return e(r.valueOf(),o,i);var c=n?o+n:"",l=n?" ":"",d=n?"\n":"";if(r instanceof Array){var u=r.length,f=[];for(i=0;i<u;i++){"string"!=typeof(s=e(r[i],c,i))&&(s="null"),f.push(d+c+s)}return"["+f.join(",")+d+o+"]"}var h=[];for(i in r){var p;if(r.hasOwnProperty(i)){if("number"==typeof i)p='"'+i+'"';else{if("string"!=typeof i)continue;p=escapeString(i)}if("string"!=typeof(s=e(r[i],c,i)))continue;h.push(d+c+p+":"+l+s)}}return"{"+h.join(",")+d+o+"}"}}(e,"","")}}}.apply(null,__WEBPACK_AMD_DEFINE_ARRAY__),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)},8240:(e,t,n)=>{var r,o;n.dj.r;r=[n(4266),n(8471),n(2075),n(7443)],void 0===(o=function(e,t,n,r){function o(t){if((t.keyCode===e.ENTER||t.keyCode===e.SPACE)&&!/input|button|textarea/i.test(t.target.nodeName))for(var n=t.target;n;n=n.parentNode)if(n.dojoClick)return!0}var i;n(document,"keydown",function(e){o(e)?(i=e.target,e.preventDefault()):i=null}),n(document,"keyup",function(e){o(e)&&e.target==i&&(i=null,n.emit(e.target,"click",{cancelable:!0,bubbles:!0,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,metaKey:e.metaKey,altKey:e.altKey,_origType:e.type}))});var s=function(e,t){return e.dojoClick=!0,n(e,"click",t)};return s.click=s,s.press=function(o,i){var s=n(o,r.press,function(e){("mousedown"!=e.type||t.isLeft(e))&&i(e)}),a=n(o,"keydown",function(t){t.keyCode!==e.ENTER&&t.keyCode!==e.SPACE||i(t)});return{remove:function(){s.remove(),a.remove()}}},s.release=function(o,i){var s=n(o,r.release,function(e){("mouseup"!=e.type||t.isLeft(e))&&i(e)}),a=n(o,"keyup",function(t){t.keyCode!==e.ENTER&&t.keyCode!==e.SPACE||i(t)});return{remove:function(){s.remove(),a.remove()}}},s.move=r.move,s}.apply(null,r))||(e.exports=o)},8241:(e,t,n)=>{var r,o;n.dj.r;r=[n(4332)],void 0===(o=function(e){return e("RequestError",function(e,t){this.response=t})}.apply(null,r))||(e.exports=o)},8288:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(1172),n(6974),n(6323),n(8945),n(28),n(2685),n(7878),n(1248)],o=function(e,t,n,r,o,i,s,a,c){var l=function(e){return 1==e.length&&"string"==typeof e[0]},d=function(e){var t=e.parentNode;t&&t.removeChild(e)},u=t.NodeList,f=u._adaptWithCondition,h=u._adaptAsForEach,p=u._adaptAsMap;function v(e){return function(t,n,r){return 2==arguments.length?e["string"==typeof n?"get":"set"](t,n):e.set(t,n,r)}}return r.extend(u,{_normalize:function(t,n){var o=!0===t.parse;if("string"==typeof t.template){var s=t.templateFunc||e.string&&e.string.substitute;t=s?s(t.template,t):t}var a=typeof t;return"string"==a||"number"==a?t=11==(t=i.toDom(t,n&&n.ownerDocument)).nodeType?r._toArray(t.childNodes):[t]:r.isArrayLike(t)?r.isArray(t)||(t=r._toArray(t)):t=[t],o&&(t._runParse=!0),t},_cloneNode:function(e){return e.cloneNode(!0)},_place:function(t,n,r,o){if(1==n.nodeType||"only"!=r)for(var s,a=n,c=t.length,l=c-1;l>=0;l--){var d=o?this._cloneNode(t[l]):t[l];if(t._runParse&&e.parser&&e.parser.parse)for(s||(s=a.ownerDocument.createElement("div")),s.appendChild(d),e.parser.parse(s),d=s.firstChild;s.firstChild;)s.removeChild(s.firstChild);l==c-1?i.place(d,a,r):a.parentNode.insertBefore(d,a),a=d}},position:p(s.position),attr:f(v(a),l),style:f(v(c),l),addClass:h(o.add),removeClass:h(o.remove),toggleClass:h(o.toggle),replaceClass:h(o.replace),empty:h(i.empty),removeAttr:h(a.remove),marginBox:p(s.getMarginBox),place:function(e,n){var r=t(e)[0];return this.forEach(function(e){i.place(e,r,n)})},orphan:function(e){return(e?t._filterResult(this,e):this).forEach(d)},adopt:function(e,n){return t(e).place(this[0],n)._stash(this)},query:function(e){if(!e)return this;var n=new u;return this.map(function(r){t(e,r).forEach(function(e){void 0!==e&&n.push(e)})}),n._stash(this)},filter:function(e){var r=arguments,o=this,i=0;if("string"==typeof e){if(o=t._filterResult(this,r[0]),1==r.length)return o._stash(this);i=1}return this._wrap(n.filter(o,r[i],r[i+1]),this)},addContent:function(e,t){e=this._normalize(e,this[0]);for(var n,r=0;n=this[r];r++)e.length?this._place(e,n,t,r>0):i.empty(n);return this}}),u}.apply(null,r),void 0===o||(e.exports=o)},8301:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6323),n(5625),n(6566),n(28),n(6356),n(2075),n(3534)],void 0===(o=function(e,t,n,r,o,i,s,a){function c(e){if("object"!=typeof e)e=new Error(e);else if("cancel"===e.dojoType)return;s.emit(this.domNode,"dgrid-error",{grid:this,error:e,cancelable:!0,bubbles:!0})&&console.error(e)}return e(null,{collection:null,_renderedCollection:null,_rows:null,_observerHandle:null,_structureHandle:null,shouldTrackCollection:!0,getBeforePut:!0,noDataMessage:"",loadingMessage:"",_total:0,constructor:function(){this.dirty={},this._updating={},this._columnsWithSet={},this._structureHandle=r.before(this,"configStructure",t.hitch(this,function(){this._columnsWithSet={}}))},destroy:function(){this.inherited(arguments),this._structureHandle&&this._structureHandle.remove(),this._renderedCollection&&this._cleanupCollection(),this._refreshTimeout&&clearTimeout(this._refreshTimeout)},_configColumn:function(e){e.set&&(this._columnsWithSet[e.field]=e),this.inherited(arguments)},_setCollection:function(e){if(this._renderedCollection&&(this.cleanup(),this._cleanupCollection({shouldRevert:!e||e.storage!==this._renderedCollection.storage})),this.collection=e,this._started){if(e){var t=e;this.sort&&this.sort.length>0&&(t=e.sort(this.sort)),t.track&&this.shouldTrackCollection&&(t=t.track(),this._rows=[],this._observerHandle=this._observeCollection(t,this.contentNode,{rows:this._rows})),this._renderedCollection=t}this.refresh()}},_setStore:function(){this.collection||console.debug("set('store') call detected, but you probably meant set('collection')")},_getTotal:function(){return this._total},_cleanupCollection:function(e){e=e||{},this._observerHandle&&(this._observerHandle.remove(),this._observerHandle=this._rows=null),!1!==e.shouldRevert&&(this.dirty={}),this._renderedCollection=this.collection=null},_applySort:function(){this.collection?this.set("collection",this.collection):this.store&&console.debug("_StoreMixin found store property but not collection; this is often the sign of a mistake during migration from 0.3 to 0.4")},_emitRefreshComplete:function(){var e=this;this._refreshTimeout=setTimeout(function(){s.emit(e.domNode,"dgrid-refresh-complete",{bubbles:!0,cancelable:!1,grid:e}),e._refreshTimeout=null},0)},_insertNoDataNode:function(e){this._removeNoDataNode(),e=e||this.contentNode;var t=this.noDataNode=o.create("div",{className:"dgrid-no-data",innerHTML:this.noDataMessage});return e.insertBefore(t,this._getFirstRowSibling?this._getFirstRowSibling(e):null),t},_removeNoDataNode:function(){return!!this.noDataNode&&(o.destroy(this.noDataNode),delete this.noDataNode,!0)},row:function(){var e=this.inherited(arguments);return e&&e.data&&void 0!==e.id&&(e.id=this.collection.getIdentity(e.data)),e},refresh:function(){var e=this.inherited(arguments);return this.collection||this._insertNoDataNode(),e},refreshCell:function(e){if(!this.collection||!this._createBodyRowCell)throw new Error("refreshCell requires a Grid with a collection.");return this.inherited(arguments),this.collection.get(e.row.id).then(t.hitch(this,"_refreshCellFromItem",e))},_refreshCellFromItem:function(e,n,r){var i=e.element;o.empty(i);var s=this.dirty&&this.dirty[e.row.id];s&&(n=t.delegate(n,s)),this._createBodyRowCell(i,e.column,n,r)},renderArray:function(){var e=this.inherited(arguments);return this.collection||e.length&&this.noDataNode&&o.destroy(this.noDataNode),e},insertRow:function(e,n,r,i,s){var a,c,l=this.collection,d=this.dirty,u=l&&l.getIdentity(e);return u in d&&!(u in this._updating)&&(a=d[u]),a&&(e=t.delegate(e,a)),c=this.inherited(arguments),s&&s.rows&&(s.rows[i]=c),this.noDataNode&&(o.destroy(this.noDataNode),this.noDataNode=null),c},updateDirty:function(e,t,n){var r=this.dirty,o=r[e];o||(o=r[e]={}),o[t]=n},save:function(){var e=this,t=this.collection,r=this.dirty,o=new n,i={},s=function(n){var r;return e.getBeforePut||!(r=e.row(n).data)?function(){return t.get(n)}:function(){return r}};function a(n,o){return function(s){var a,c,l=e._columnsWithSet,d=e._updating;if("function"==typeof s.set)s.set(o);else for(a in o)s[a]=o[a];for(a in l)void 0!==(c=l[a].set(s))&&(s[a]=c);return d[n]=!0,t.put(s).then(function(e){return delete r[n],delete d[n],i[n]=e,i})}}var c=o.then(function(){return i});for(var l in r){var d=a(l,r[l]);c=c.then(s(l)).then(d)}return o.resolve(),c},revert:function(){this.dirty={},this.refresh()},_trackError:function(e){"string"==typeof e&&(e=t.hitch(this,e));var r,o=this;try{r=a(e())}catch(e){var i=new n;i.reject(e),r=i.promise}return r.otherwise(function(e){c.call(o,e)}),r},removeRow:function(e,t,n){var r={element:e};t||this.up(r).element!==e||this.down(r).element!==e||this._insertNoDataNode();var o=n&&n.rows||this._rows;return o&&delete o[e.rowIndex],this.inherited(arguments)},renderQueryResults:function(e,n,r){r=t.mixin({rows:this._rows},r);var o=this;return i("dojo-built")||e.totalLength.then(function(e){null==e&&console.warn("Store reported null or undefined totalLength. Make sure your store (and service, if applicable) are reporting total correctly!")}),e.then(function(e){var t=o.renderArray(e,n,r);return delete o._lastCollection,t})},_observeCollection:function(e,t,n){var r,o=this,i=n.rows,s=[e.on("delete, update",function(e){var s=e.previousIndex,a=e.index;void 0!==s&&i[s]&&("max"in i&&(void 0===a||a<i.min||a>i.max)&&i.max--,i.max<0&&(i.max=0),(r=i[s]).parentNode===t&&o.removeRow(r,!1,n),i.splice(s,1),("delete"===e.type||"update"===e.type&&(s<a||void 0===a))&&i[s]&&i[s].rowIndex--),"delete"===e.type&&(r=null)}),e.on("add, update",function(e){var s,a=e.previousIndex,c=e.index;function l(){s=(s.connected||s).nextSibling}void 0!==c&&(!("max"in i)||c>=i.min&&c<=i.max)&&("max"in i&&(void 0===a||a<i.min||a>i.max)&&i.max++,i.length?(s=i[c])||(s=i[c-1])&&l():s=o._getFirstRowSibling&&o._getFirstRowSibling(t),r&&s&&r.id===s.id&&l(),s&&!s.parentNode&&(s=document.getElementById(s.id)),i.splice(c,0,void 0),r=o.insertRow(e.target,t,s,c,n),o.highlightRow(r)),r=null}),e.on("add, delete, update",function(t){var n=void 0!==t.previousIndex?t.previousIndex:1/0,r=void 0!==t.index?t.index:1/0,s=Math.min(n,r);n!==r&&i[s]&&o.adjustRowIndices(i[s]),n!==1/0&&o._processScroll&&(i[n]||i[n-1])&&o._processScroll(),o._onNotification(i,t,e),e===o._renderedCollection&&"totalLength"in t&&(o._total=t.totalLength)})];return{remove:function(){for(;s.length>0;)s.pop().remove()}}},_onNotification:function(){}})}.apply(null,r))||(e.exports=o)},8471:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(2075),n(6356),n(2284),n(5075)],void 0===(o=function(e,t,n,r,o){var i,s;function a(e,n){var o=function(o,i){return t(o,e,function(e){return n?n(e,i):r.isDescendant(e.relatedTarget,o)?void 0:i.call(this,e)})};return o.bubble=function(t){return a(e,function(e,n){var r=t(e.target),o=e.relatedTarget;if(r&&r!=(o&&1==o.nodeType&&t(o)))return n.call(r,e)})},o}return n.add("dom-quirks",o.doc&&"BackCompat"==o.doc.compatMode),n.add("events-mouseenter",o.doc&&"onmouseenter"in o.doc.createElement("div")),n.add("events-mousewheel",o.doc&&"onmousewheel"in o.doc),i=n("dom-quirks")&&n("ie")||!n("dom-addeventlistener")?{LEFT:1,MIDDLE:4,RIGHT:2,isButton:function(e,t){return e.button&t},isLeft:function(e){return 1&e.button},isMiddle:function(e){return 4&e.button},isRight:function(e){return 2&e.button}}:{LEFT:0,MIDDLE:1,RIGHT:2,isButton:function(e,t){return e.button==t},isLeft:function(e){return 0==e.button},isMiddle:function(e){return 1==e.button},isRight:function(e){return 2==e.button}},e.mouseButtons=i,s=n("events-mousewheel")?"mousewheel":function(e,n){return t(e,"DOMMouseScroll",function(e){e.wheelDelta=-e.detail,n.call(this,e)})},{_eventHandler:a,enter:a("mouseover"),leave:a("mouseout"),wheel:s,isLeft:i.isLeft,isMiddle:i.isMiddle,isRight:i.isRight}}.apply(null,r))||(e.exports=o)},8709:(e,t,n)=>{var r,o;n.dj.r;r=[n(2075),n(6974),n(4266),n(6345),n(6356),n(8240)],void 0===(o=function(e,t,n,r,o,i){var s=r("dijit._OnDijitClickMixin",null,{connect:function(e,t,n){return this.inherited(arguments,[e,"ondijitclick"==t?i:t,n])}});return s.a11yclick=i,s}.apply(null,r))||(e.exports=o)},8769:(e,t,n)=>{var r,o;n.dj.r;r=[n(9648)],void 0===(o=function(e){return e}.apply(null,r))||(e.exports=o)},8819:e=>{e.exports=void 0},8942:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345)],void 0===(o=function(e){function t(e){return function(){var n=this.constructor,r=new n;return r.type=e,r.args=Array.prototype.slice.call(arguments),this.type?t("and").call(n.prototype,this,r):r}}function n(e){return function(){for(var t=this.constructor,n=[],r=0;r<arguments.length;r++){var o=arguments[r];n.push(o instanceof t?o:new t(o))}var i=new t;return i.type=e,i.args=n,this.type===e?i.args=this.args.concat(n):this.type?n.unshift(this):1===n.length&&n[0].type&&(i.type=n[0].type,i.args=n[0].args.slice()),i}}var r=e(null,{constructor:function(e){var t=typeof e;switch(t){case"object":var n=this;for(var r in e){var o=e[r];n=o instanceof this.constructor?n[o.type](r,o.args[0]):o&&o.test?n.match(r,o):n.eq(r,o)}this.type=n.type,this.args=n.args;break;case"function":case"string":this.type=t,this.args=[e]}},and:n("and"),or:n("or"),eq:t("eq"),ne:t("ne"),lt:t("lt"),lte:t("lte"),gt:t("gt"),gte:t("gte"),contains:t("contains"),in:t("in"),match:t("match")});return r.filterCreator=t,r.logicalOperatorCreator=n,r}.apply(null,r))||(e.exports=o)},8945:(e,t,n)=>{var r,o;n.dj.r;r=[n(6323),n(6974),n(2284)],void 0===(o=function(e,t,n){var r,o="className",i=/\s+/,s=[""];function a(e){if("string"==typeof e||e instanceof String){if(e&&!i.test(e))return s[0]=e,s;var n=e.split(i);return n.length&&!n[0]&&n.shift(),n.length&&!n[n.length-1]&&n.pop(),n}return e?t.filter(e,function(e){return e}):[]}var c={};return r={contains:function(e,t){return(" "+n.byId(e)[o]+" ").indexOf(" "+t+" ")>=0},add:function(e,t){e=n.byId(e),t=a(t);var r,i=e[o];r=(i=i?" "+i+" ":" ").length;for(var s,c=0,l=t.length;c<l;++c)(s=t[c])&&i.indexOf(" "+s+" ")<0&&(i+=s+" ");r<i.length&&(e[o]=i.substr(1,i.length-2))},remove:function(t,r){var i;if(t=n.byId(t),void 0!==r){r=a(r),i=" "+t[o]+" ";for(var s=0,c=r.length;s<c;++s)i=i.replace(" "+r[s]+" "," ");i=e.trim(i)}else i="";t[o]!=i&&(t[o]=i)},replace:function(e,t,i){e=n.byId(e),c[o]=e[o],r.remove(c,i),r.add(c,t),e[o]!==c[o]&&(e[o]=c[o])},toggle:function(e,t,o){if(e=n.byId(e),void 0===o)for(var i,s=0,c=(t=a(t)).length;s<c;++s)i=t[s],r[r.contains(e,i)?"remove":"add"](e,i);else r[o?"add":"remove"](e,t);return o}}}.apply(null,r))||(e.exports=o)},9173:(e,t,n)=>{var r,o;n.dj.r;r=[n(6345),n(6566),n(8945),n(2075),n(6323),n(6356),n(4975),n(3927)],void 0===(o=function(e,t,n,r,o,i,s){var a={checkbox:1,radio:1,button:1},c=/\bdgrid-cell\b/,l=/\bdgrid-row\b/,d=e(null,{pageSkip:10,tabIndex:0,keyMap:null,headerKeyMap:null,mouseDownEventType:"mousedown",postMixInProperties:function(){this.inherited(arguments),this.keyMap||(this.keyMap=o.mixin({},d.defaultKeyMap)),this.headerKeyMap||(this.headerKeyMap=o.mixin({},d.defaultHeaderKeyMap))},postCreate:function(){this.inherited(arguments);var e=this;function n(e){var t=e.target;return t.type&&(!a[t.type]||32===e.keyCode)}function o(o){var i=e.cellNavigation,s=i?c:l,a=o===e.headerNode,d=o;function u(){if(e._focusedHeaderNode&&(e._focusedHeaderNode.tabIndex=-1),e.showHeader){if(i){for(var t,n=e.headerNode.getElementsByTagName("th"),r=0;t=n[r];++r)if(s.test(t.className)){e._focusedHeaderNode=d=t;break}}else e._focusedHeaderNode=d=e.headerNode;d&&(d.tabIndex=e.tabIndex)}}function f(){var t=e._focusedNode||d;if(!s.test(t.className)||!o.contains(t)){for(var n,r=o.getElementsByTagName("*"),i=0;n=r[i];++i)if(s.test(n.className)){t=e._focusedNode=n;break}d.tabIndex=-1,t.tabIndex=e.tabIndex}}a?(u(),e._listeners.push(t.after(e,"renderHeader",u,!0))):e._listeners.push(t.after(e,"renderArray",f,!0),t.after(e,"_onNotification",function(e,t){0===t.totalLength?o.tabIndex=0:1===t.totalLength&&"add"===t.type&&f()},!0)),e._listeners.push(r(o,e.mouseDownEventType,function(t){n(t)||e._focusOnNode(t.target,a,t)})),e._listeners.push(r(o,"keydown",function(t){if(!t.metaKey&&!t.altKey){var r=e[a?"headerKeyMap":"keyMap"][t.keyCode];r&&!n(t)&&r.call(e,t)}}))}this.tabableHeader&&(o(this.headerNode),r(this.headerNode,"dgrid-cellfocusin",function(){e.scrollTo({x:this.scrollLeft})})),o(this.contentNode),this._debouncedEnsureScroll=s.debounce(this._ensureScroll,this)},_pruneRow:function(){var e=this._focusedNode;this._focusedNode=null,this.inherited(arguments),this._focusedNode=e},removeRow:function(e){if(!this._focusedNode)return this.inherited(arguments);var t,n=this,r=document.activeElement===this._focusedNode,o=this[this.cellNavigation?"cell":"row"](this._focusedNode),i=o.row||o;(e=e.element||e)===i.element&&((t=this.down(i,1,!0))&&t.element!==e||(t=this.up(i,1,!0)),this._removedFocus={active:r,rowId:i.id,columnId:o.column&&o.column.id,siblingId:t&&t.element!==e?t.id:void 0},setTimeout(function(){n._removedFocus&&n._restoreFocus(i.id)},0),this._focusedNode=null),this.inherited(arguments)},insertRow:function(){var e=this.inherited(arguments);return this._removedFocus&&!this._removedFocus.wait&&this._restoreFocus(e),e},_restoreFocus:function(e){var t,r,o=this._removedFocus;if((t=(e=e&&this.row(e))&&e.element&&e.id===o.rowId?e:void 0!==o.siblingId&&this.row(o.siblingId))&&t.element){if(!t.element.parentNode.parentNode)return void(o.wait=!0);void 0!==o.columnId&&(r=this.cell(t,o.columnId))&&r.element&&(t=r),o.active&&0!==t.element.offsetHeight?this._focusOnNode(t,!1,null):(n.add(t.element,"dgrid-focus"),t.element.tabIndex=this.tabIndex,this._focusedNode=t.element)}delete this._removedFocus},addKeyHandler:function(e,n,r){var o=t.after(this[r?"headerKeyMap":"keyMap"],e,n,!0);return this._listeners.push(o),o},_ensureRowScroll:function(e){var t=this.getScrollPosition().y;t>e.offsetTop?this.scrollTo({y:e.offsetTop}):t+this.contentNode.offsetHeight<e.offsetTop+e.offsetHeight&&this.scrollTo({y:e.offsetTop-this.contentNode.offsetHeight+e.offsetHeight})},_ensureColumnScroll:function(e){var t=this.getScrollPosition().x,n=e.offsetLeft;if(t>n)this.scrollTo({x:n});else{var r=this.bodyNode.clientWidth,o=e.offsetWidth,i=n+o;t+r<i&&this.scrollTo({x:r>o?i-r:n})}},_ensureScroll:function(e,t){!e.column&&!e.row&&e.data&&e.element?this._ensureRowScroll(e.element):(this.cellNavigation&&(this.columnSets||this.subRows.length>1)&&!t&&this._ensureRowScroll(e.row.element),this.bodyNode.clientWidth<this.contentNode.offsetWidth&&this._ensureColumnScroll(e.element))},_focusOnNode:function(e,t,i){var s,a,d,u,f,h="_focused"+(t?"Header":"")+"Node",p=this[h],v=this.cellNavigation?"cell":"row",g=this[v](e);if(e=g&&g.element){if(this.cellNavigation)for(f=0,d=(s=e.getElementsByTagName("input")).length;f<d;f++)if((-1!==(a=s[f]).tabIndex||"_dgridLastValue"in a)&&!a.disabled){a.focus(),u=!0;break}null!==i&&((i=o.mixin({grid:this},i)).type&&(i.parentType=i.type),i.bubbles||(i.bubbles=!0)),p&&(n.remove(p,"dgrid-focus"),p.removeAttribute("tabindex"),i&&(i[v]=this[v](p),r.emit(p,"dgrid-cellfocusout",i))),p=this[h]=e,i&&(i[v]=g);var m=this.cellNavigation?c:l;!u&&m.test(e.className)&&(e.tabIndex=this.tabIndex,e.focus()),n.add(e,"dgrid-focus"),i&&r.emit(p,"dgrid-cellfocusin",i),this._debouncedEnsureScroll(g,t)}},focusHeader:function(e){this._focusOnNode(e||this._focusedHeaderNode,!0)},focus:function(e){var t=e||this._focusedNode;t?this._focusOnNode(t,!1):(this._removedFocus&&(this._removedFocus.active=!0),this.contentNode.focus())}}),u=d.moveFocusVertical=function(e,t){if(this._focusedNode&&e.target!==this.contentNode){var n=this.cellNavigation,r=this[n?"cell":"row"](e),o=n&&r.column.id,i=this.down(this._focusedNode,t,!0);n&&(i=this.cell(i,o)),this._focusOnNode(i,!1,e),e.preventDefault()}},f=d.moveFocusUp=function(e){u.call(this,e,-1)},h=d.moveFocusDown=function(e){u.call(this,e,1)},p=d.moveFocusPageUp=function(e){u.call(this,e,-this.pageSkip)},v=d.moveFocusPageDown=function(e){u.call(this,e,this.pageSkip)},g=d.moveFocusHorizontal=function(e,t){if(this.cellNavigation&&e.target!==this.contentNode){var n=!this.row(e),r=this["_focused"+(n?"Header":"")+"Node"];this._focusOnNode(this.right(r,t),n,e),e.preventDefault()}},m=d.moveFocusLeft=function(e){g.call(this,e,-1)},y=d.moveFocusRight=function(e){g.call(this,e,1)},_=d.moveHeaderFocusEnd=function(e,t){var n;this.cellNavigation&&(n=this.headerNode.getElementsByTagName("th"),this._focusOnNode(n[t?0:n.length-1],!0,e)),e.preventDefault()},b=d.moveHeaderFocusHome=function(e){_.call(this,e,!0)},w=d.moveFocusEnd=function(e,n){var r,s=this.cellNavigation,a=this.contentNode,c=n?0:a.scrollHeight,l=a.scrollTop+c,d=a[n?"firstChild":"lastChild"],u=d.className.indexOf("dgrid-preload")>-1,f=u?d[(n?"next":"previous")+"Sibling"]:d;if(e.preventDefault(),this.scrollTo({y:l}),u){for(;f&&f.className.indexOf("dgrid-row")<0;)f=f[(n?"next":"previous")+"Sibling"];if(!f)return}!u||d.offsetHeight<1?(s&&(f=this.cell(f,this.cell(e).column.id)),this._focusOnNode(f,!1,e)):(i("dom-addeventlistener")||(e=o.mixin({},e)),r=t.after(this,"renderArray",function(t){var o=t[n?0:t.length-1];return s&&(o=this.cell(o,this.cell(e).column.id)),this._focusOnNode(o,!1,e),r.remove(),t}),this._listeners.push(r))},x=d.moveFocusHome=function(e){w.call(this,e,!0)};function N(e){e.preventDefault()}return d.defaultKeyMap={32:N,33:p,34:v,35:w,36:x,37:m,38:f,39:y,40:h},d.defaultHeaderKeyMap={32:N,35:_,36:b,37:m,39:y},d}.apply(null,r))||(e.exports=o)},9276:(e,t,n)=>{var r,o;n.dj.r;r=[n.dj.c(e),n(7361),n(8945),n(1248),n(6356),n(2641),n(5075)],o=function(e,t,n,r,o,i,s){return o.add("highcontrast",function(){var n=s.doc.createElement("div");try{n.style.cssText='border: 1px solid; border-color:red green; position: absolute; height: 5px; top: -999px;background-image: url("'+(t.blankGif||e.toUrl("./resources/blank.gif"))+'");',s.body().appendChild(n);var i=r.getComputedStyle(n),a=i.backgroundImage;return i.borderTopColor==i.borderRightColor||a&&("none"==a||"url(invalid-url:)"==a)}catch(e){return console.warn("hccss: exception detecting high-contrast mode, document is likely hidden: "+e.toString()),!1}finally{o("ie")<=8?n.outerHTML="":s.body().removeChild(n)}}),i(function(){0}),o}.apply(null,r),void 0===o||(e.exports=o)},9409:e=>{e.exports='<div class="dijitTooltip dijitTooltipLeft" id="dojoTooltip" data-dojo-attach-event="mouseenter:onMouseEnter,mouseleave:onMouseLeave"\n\t><div class="dijitTooltipConnector" data-dojo-attach-point="connectorNode"></div\n\t><div class="dijitTooltipContainer dijitTooltipContents" data-dojo-attach-point="containerNode" role=\'alert\'></div\n></div>\n'},9445:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n.dj.c(e),n(6356),n(8769)],o=function(e,t,n,r){var o;n("host-browser")?o=function(e,t,n){r(e,{sync:!!t,headers:{"X-Requested-With":null}}).then(n)}:t.getText?o=t.getText:console.error("dojo/text plugin failed to load because loader does not support getText");var i={},s=function(e){if(e){var t=(e=e.replace(/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,"")).match(/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im);t&&(e=t[1])}else e="";return e},a={},c={};return e.cache=function(e,n,r){var a;"string"==typeof e?/\//.test(e)?(a=e,r=n):a=t.toUrl(e.replace(/\./g,"/")+(n?"/"+n:"")):(a=e+"",r=n);var c=null!=r&&"string"!=typeof r?r.value:r,l=r&&r.sanitize;return"string"==typeof c?(i[a]=c,l?s(c):c):null===c?(delete i[a],null):(a in i||o(a,!0,function(e){i[a]=e}),l?s(i[a]):i[a])},{dynamic:!0,normalize:function(e,t){var n=e.split("!"),r=n[0];return(/^\./.test(r)?t(r):r)+(n[1]?"!"+n[1]:"")},load:function(e,t,n){var r=e.split("!"),l=r.length>1,d=r[0],u=t.toUrl(r[0]),f="url:"+u,h=a,p=function(e){n(l?s(e):e)};if(d in i?h=i[d]:t.cache&&f in t.cache?h=t.cache[f]:u in i&&(h=i[u]),h===a)if(c[u])c[u].push(p);else{var v=c[u]=[p];o(u,!t.async,function(e){i[d]=i[u]=e;for(var t=0;t<v.length;)v[t++](e);delete c[u]})}else p(h)}}}.apply(null,r),void 0===o||(e.exports=o)},9600:(e,t,n)=>{var r,o;n.dj.r;r=[n(6974),n(7361),n(6323),n(7601),n(231)],o=function(e,t,n,r,o){var i={};return e.forEach(["byId","getUniqueId","findWidgets","_destroyAll","byNode","getEnclosingWidget"],function(e){i[e]=r[e]}),n.mixin(i,{defaultDuration:t.defaultDuration||200}),n.mixin(o,i),o}.apply(null,r),void 0===o||(e.exports=o)},9608:(e,t,n)=>{var r,o;n.dj.r;r=[n(4332),n(8241)],void 0===(o=function(e,t){return e("RequestTimeoutError",null,t,{dojoType:"timeout"})}.apply(null,r))||(e.exports=o)},9648:(e,t,n)=>{var r,o;n.dj.r;r=[n(8241),n(3621),n(2573),n(5540),n(6356)],void 0===(o=function(e,t,n,r,o){o.add("native-xhr",function(){return"undefined"!=typeof XMLHttpRequest}),o.add("dojo-force-activex-xhr",function(){return o("activex")&&"file:"===window.location.protocol}),o.add("native-xhr2",function(){if(o("native-xhr")&&!o("dojo-force-activex-xhr")){var e=new XMLHttpRequest;return void 0!==e.addEventListener&&("undefined"==typeof opera||void 0!==e.upload)}}),o.add("native-formdata",function(){return"undefined"!=typeof FormData}),o.add("native-blob",function(){return"undefined"!=typeof Blob}),o.add("native-arraybuffer",function(){return"undefined"!=typeof ArrayBuffer}),o.add("native-response-type",function(){return o("native-xhr")&&void 0!==(new XMLHttpRequest).responseType}),o.add("native-xhr2-blob",function(){if(o("native-response-type")){var e=new XMLHttpRequest;e.open("GET","https://dojotoolkit.org/",!0),e.responseType="blob";var t=e.responseType;return e.abort(),"blob"===t}});var i,s,a,c,l={blob:o("native-xhr2-blob")?"blob":"arraybuffer",document:"document",arraybuffer:"arraybuffer"};function d(t,o){var i,s=t.xhr;t.status=t.xhr.status;try{t.text=s.responseText}catch(e){}if("xml"===t.options.handleAs&&(t.data=s.responseXML),o)this.reject(o);else{try{n(t)}catch(e){i=e}r.checkStatus(s.status)?i?this.reject(i):this.resolve(t):i?(o=new e("Unable to load "+t.url+" status: "+s.status+" and an error in handleAs: transformation of response",t),this.reject(o)):(o=new e("Unable to load "+t.url+" status: "+s.status,t),this.reject(o))}}function u(e){return this.xhr.getResponseHeader(e)}o("native-xhr2")?(i=function(e){return!this.isFulfilled()},c=function(e,t){t.xhr.abort()},a=function(t,n,r,o){function i(e){n.handleResponse(r)}function s(t){var o=t.target,i=new e("Unable to load "+r.url+" status: "+o.status,r);n.handleResponse(r,i)}function a(e,t){r.transferType=e,t.lengthComputable?(r.loaded=t.loaded,r.total=t.total,n.progress(r)):3===r.xhr.readyState&&(r.loaded="loaded"in t?t.loaded:t.position,n.progress(r))}function c(e){return a("download",e)}function l(e){return a("upload",e)}return t.addEventListener("load",i,!1),t.addEventListener("error",s,!1),t.addEventListener("progress",c,!1),o&&t.upload&&t.upload.addEventListener("progress",l,!1),function(){t.removeEventListener("load",i,!1),t.removeEventListener("error",s,!1),t.removeEventListener("progress",c,!1),t.upload.removeEventListener("progress",l,!1),t=null}}):(i=function(e){return e.xhr.readyState},s=function(e){return 4===e.xhr.readyState},c=function(e,t){var n=t.xhr,r=typeof n.abort;"function"!==r&&"object"!==r&&"unknown"!==r||n.abort()});var f,h={data:null,query:null,sync:!1,method:"GET"};function p(n,v,g){var m=o("native-formdata")&&v&&v.data&&v.data instanceof FormData,y=r.parseArgs(n,r.deepCreate(h,v),m);n=y.url;var _=!(v=y.options).data&&"POST"!==v.method&&"PUT"!==v.method;o("ie")<=10&&(n=n.split("#")[0]);var b,w=r.deferred(y,c,i,s,d,function(){b&&b()}),x=y.xhr=p._create();if(!x)return w.cancel(new e("XHR was not created")),g?w:w.promise;y.getHeader=u,a&&(b=a(x,w,y,v.uploadProgress));var N=void 0===v.data?null:v.data,j=!v.sync,C=v.method;try{x.open(C,n,j,v.user||f,v.password||f),v.withCredentials&&(x.withCredentials=v.withCredentials),o("native-response-type")&&v.handleAs in l&&(x.responseType=l[v.handleAs]);var T=v.headers,S=!m&&!_&&"application/x-www-form-urlencoded";if(T)for(var E in T)"content-type"===E.toLowerCase()?S=T[E]:T[E]&&x.setRequestHeader(E,T[E]);S&&!1!==S&&x.setRequestHeader("Content-Type",S),T&&"X-Requested-With"in T||x.setRequestHeader("X-Requested-With","XMLHttpRequest"),r.notify&&r.notify.emit("send",y,w.promise.cancel),x.send(N)}catch(e){w.reject(e)}return t(w),x=null,g?w:w.promise}if(p._create=function(){throw new Error("XMLHTTP not available")},o("native-xhr")&&!o("dojo-force-activex-xhr"))p._create=function(){return new XMLHttpRequest};else if(o("activex"))try{new ActiveXObject("Msxml2.XMLHTTP"),p._create=function(){return new ActiveXObject("Msxml2.XMLHTTP")}}catch(e){try{new ActiveXObject("Microsoft.XMLHTTP"),p._create=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}catch(e){}}return r.addCommonMethods(p),p}.apply(null,r))||(e.exports=o)},9671:(e,t,n)=>{var r,o;n.dj.r;r=[n(1054),n(6356),n.dj.c(e),n(2641),n(6323)],o=function(e,t,n,r,o){var i=0,s=[],a=0,c=function(){i=1,e._postLoad=e.config.afterOnLoad=!0,l()},l=function(){if(!a){for(a=1;i&&(!r||0==r._Q.length)&&(!n.idle||n.idle())&&s.length;){var e=s.shift();try{e()}catch(e){if(e.info=e.message,!n.signal)throw e;n.signal("error",e)}}a=0}};n.on&&n.on("idle",l),r&&(r._onQEmpty=l);var d=e.ready=e.addOnLoad=function(t,n,r){var i=o._toArray(arguments);"number"!=typeof t?(r=n,n=t,t=1e3):i.shift(),(r=r?o.hitch.apply(e,i):function(){n()}).priority=t;for(var a=0;a<s.length&&t>=s[a].priority;a++);s.splice(a,0,r),l()};if(t.add("dojo-config-addOnLoad",1),t("dojo-config-addOnLoad")){var u=e.config.addOnLoad;u&&d[o.isArray(u)?"apply":"call"](e,u)}return r?r(c):c(),d}.apply(null,r),void 0===o||(e.exports=o)},9925:(e,t,n)=>{var r,o;n.dj.r;r=[n(6566),n(2075)],void 0===(o=function(e,t){"use strict";var n=e.after;function r(){}return r.prototype={on:function(e,r){return t.parse(this,e,r,function(e,t){return n(e,"on"+t,r,!0)})},emit:function(e,n){var r=[this];return r.push.apply(r,arguments),t.emit.apply(t,r)}},r}.apply(null,r))||(e.exports=o)}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var n=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(n.exports,n,n.exports,__webpack_require__),n.loaded=!0,n.exports}__webpack_require__.m=__webpack_modules__,__webpack_require__.d=(e,t)=>{for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){function e(e,t){return a.require.toUrl(e,t)}function t(e,t){return a.require.toAbsMid(e,t)}function n(e,t,r){return i(e,t,r,0,n)}function r(e){for(var t in e)n.absMids[t]=e[t],n.absMidsById[e[t]]||(n.absMidsById[e[t]]=t)}function o(e,r,o,i){var s;if((e=e.split("!").map(function(e){return"."!==e.charAt(0)||r?t(e,r?{mid:r}:null):e}).join("!"))in n.absMids&&__webpack_require__.m[n.absMids[e]])if(o){var a=__webpack_module_cache__[n.absMids[e]];s=a&&(i?a:a.exports)}else s=__webpack_require__(n.absMids[e]);if(!s)throw new Error("Module not found: "+e);return s}function i(e,t,n,r,i){var s={}.toString.call(e);if("[object String]"===s){var a=o(e,r,!(!1===n));if("object"==typeof a&&a.__DOJO_WEBPACK_DEFINE_PROMISE__)throw new Error("Module not found: "+e);return a}if("[object Object]"===s)throw new Error("Require config is not supported by WebPack");if("[object Array]"===s){var c=[],l=t,d=[];if(e.forEach(function(e){try{c.push(o(e,r))}catch(t){d.push({mid:e,error:t})}}),0===d.length)l&&l.apply(this,c);else{var u=new Error("findModules");u.src="dojo-webpack-plugin",u.info=d,i.signal("error",u)}return i}throw new Error("Unsupported require call")}n.toUrl=e,n.toAbsMid=t,n.absMids={},n.absMidsById=[],n.async=1;var s=this||window;if(r({"dojo/_base/declare":6345,"dojo/_base/kernel":1054,"dojo/global":1925,"dojo/has":6356,"dojo/_base/config":7361,"dojo/_base/lang":6323,"dojo/sniff":2616,"dojo/Deferred":5625,"dojo/errors/CancelError":1662,"dojo/errors/create":4332,"dojo/promise/Promise":5479,"dojo/promise/instrumentation":2236,"dojo/promise/tracer":3185,"dojo/Evented":9925,"dojo/aspect":6566,"dojo/on":2075,"dojo/_base/array":6974,"dojo/dom-construct":28,"dojo/_base/window":5075,"dojo/dom":2284,"dojo/dom-attr":7878,"dojo/dom-style":1248,"dojo/dom-prop":5244,"dojo/_base/connect":5641,"dojo/topic":7111,"dojo/_base/event":3503,"dojo/dom-geometry":2685,"dojo/mouse":8471,"dojo/_base/sniff":3927,"dojo/keys":4266,"dojo-dstore/Memory":5907,"dojo-dstore/Store":1603,"dojo/when":3534,"dojo-dstore/QueryMethod":2219,"dojo-dstore/Filter":8942,"dojo-dstore/Promised":6739,"dojo-dstore/QueryResults":2626,"dojo-dstore/SimpleQuery":3060,"dgrid/Grid":1540,"dojo/dom-class":8945,"dgrid/List":4624,"dojo/query":1172,"dojo/selector/_loader":5226,"dojo/selector/lite":6178,"dojo/selector/_loader!default":6178,"dgrid/util/misc":4975,"dgrid/OnDemandGrid":5602,"dgrid/OnDemandList":6850,"dgrid/_StoreMixin":8301,"dgrid/Keyboard":9173,"dgrid/Selection":2348,"dgrid/util/touch":5892,"dgrid/extensions/ColumnResizer":5533,"dojo/_base/html":1142,"dgrid/extensions/CompoundColumns":297,"dgrid/extensions/nls/pagination":4481,"dgrid/extensions/Pagination":6937,"dojo/string":7539,"dojo/i18n!dgrid/extensions/nls/pagination":1442,"dojo/i18n":3878,"dojo/_base/xhr":225,"dojo/io-query":6587,"dojo/dom-form":3159,"dojo/json":8212,"dojo/_base/Deferred":280,"dojo/_base/json":4861,"dojo/request/watch":3621,"dojo/request/util":5540,"dojo/errors/RequestError":8241,"dojo/errors/RequestTimeoutError":9608,"dojo/request/default!":9648,"dojo/request/xhr":9648,"dojo/request/handlers":2573,"dijit/Tooltip":655,"dojo/_base/fx":5577,"dojo/_base/Color":1692,"dijit/_base/manager":9600,"dijit/registry":7601,"dijit/main":231,"dijit/place":1019,"dijit/Viewport":1600,"dojo/domReady":2641,"dojo/window":3930,"dijit/_Widget":3549,"dojo/ready":9671,"dijit/_WidgetBase":3068,"dojo/Stateful":4062,"dijit/Destroyable":6510,"dijit/_BidiMixin":5250,"dijit/_OnDijitClickMixin":8709,"dijit/a11yclick":8240,"dojo/touch":7443,"dijit/_FocusMixin":4368,"dijit/focus":7304,"dijit/a11y":3050,"dojo/uacss":2085,"dijit/hccss":664,"dojo/hccss":9276,"dijit/_TemplatedMixin":998,"dojo/cache":4642,"dojo/text":9445,"dojo/request":8769,"dijit/_AttachMixin":5659,"dijit/BackgroundIframe":610,"dojo/text!dijit/templates/Tooltip.html":9409,"dojo/_base/query":4203,"dojo/_base/NodeList":6659,"dojo/NodeList-dom":8288}),s.require=n,(self.webpackChunk_hpcc_js_dgrid_shim=self.webpackChunk_hpcc_js_dgrid_shim||[]).registerAbsMids=r,__webpack_require__.dj&&"dojo-webpack-plugin"!==__webpack_require__.dj.name)throw new Error("__webpack_require__.dj name collision.");__webpack_require__.dj={name:"dojo-webpack-plugin",r:n,c:function(r){if(!r)return n;var o=r.absMid;if(!o&&n.absMidsById[r.id]&&(o=n.absMidsById[r.id]),!o)return n;var s=function(e,t,r){return i(e,t,r,o,n)};for(var a in n)n.hasOwnProperty(a)&&(s[a]=n[a]);return s.toUrl=function(t){return e(t,o?{mid:o}:null)},s.toAbsMid=function(e){return t(e,o?{mid:o}:null)},n.undef&&(s.undef=function(e){n.undef(e,o)}),s},m:function(e){if(e.absMid)return e;var t={i:e.id},r=n.absMidsById[e.id];return r&&(t.id=t.absMid=r),Object.defineProperty(t,"exports",{get:function(){return e.exports},set:function(t){e.exports=t},enumerable:!0,configurable:!0}),t},h:function(e){var t=o("dojo/has",null,!1).normalize(e,function(e){return e});return t&&__webpack_require__(t)||void 0}};var a=Object.create(s,{document:{value:s.document}});Object.defineProperties(a,{window:{value:a},global:{value:a}}),a.define=a.require=void 0,s.dojoConfig=s.dojoConfig||{};var c=function(e,t){for(var n in t)e[n]=t[n];return e}(s.dojoConfig,{baseUrl:".",deps:["lib/index"],async:!0,has:{"dojo-config-api":!1},selectorEngine:"lite",fixupUrl:function(e){return/\/(dojo|dijit|dojox)\/.*\.js$/.test(e)&&(e+=".uncompressed.js"),e}}),l={hasCache:{webpack:1,"host-browser":1,dom:1,"dojo-loader":1,"dojo-has-api":1,"dojo-dom-ready-api":1,"dojo-sniff":1,"dojo-test-sniff":1,"config-deferredInstrumentation":1,"config-tlmSiblingOfDojo":1},paths:{js:"js",theme:"theme",css:"//chuckdumont.github.io/dojo-css-plugin/1.0.0/css"},pathsMapProg:[["theme","theme",/^theme(\/|$)/,5],["css","//chuckdumont.github.io/dojo-css-plugin/1.0.0/css",/^css(\/|$)/,3],["js","js",/^js(\/|$)/,2]],packs:{dojo:{main:"main",name:"dojo",location:"./dist/dojo",lib:"."},dijit:{main:"main",name:"dijit",location:"./dist/dijit",lib:"."},dojox:{main:"main",name:"dojox",location:"./dist/dojox",lib:"."},"dijit-themes":{main:"main",name:"dijit-themes",location:"./dist/dijit-themes",lib:"."},dgrid:{main:"main",name:"dgrid",location:"./dist/dgrid",lib:"."},dstore:{main:"main",name:"dstore",location:"./dist/dojo-dstore",lib:"."}},aliases:[],mapProgs:[],cacheBust:void 0,modules:{},cache:{}};function t(e,t){var n=a.require.originalToAbsMid(e,t);if(n.indexOf("/")===n.length-1){var r=n.substring(0,n.length-1),o=a.require.packs[r];o&&o.realMain&&(n=r)}return n}function e(e,t){var n=a.require.originalToUrl(e,t),r=a.require.packs[e];if(r&&r.realMain){var o=n.split("?");/(^\/)|(\:)/.test(r.realMain)?o[0]=r.realMain:o[0]=o[0]+"/"+r.realMain,n=o.join("?")}return n}__webpack_require__(7038).call(a,c,l,a,a),a.require.baseUrl="./",Object.keys(a.require.packs).forEach(function(e){var t=a.require.packs[e];(/(^\/)|(\:)/.test(t.main)||t.main.split("/").reduce(function(e,t){return e<0||"."===t?e:".."===t?--e:++e},0)<=0)&&void 0===t.realMain&&(t.realMain=t.main,t.main="")}),a.require.originalToAbsMid=a.require.toAbsMid,a.require.originalToUrl=a.require.toUrl,a.require.toAbsMid=t,a.require.toUrl=e,["baseUrl","has","rawConfig","on","signal"].forEach(function(e){n[e]=a.require[e]});var d=s.webpackChunk_hpcc_js_dgrid_shim.absMidsWaiting;d&&(d.forEach(r),delete s.webpackChunk_hpcc_js_dgrid_shim.absMidsWaiting)}();var __webpack_exports__=__webpack_require__(2090);return __webpack_exports__})());
|
|
2
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["@hpcc-js/dgrid-shim"]=t():e["@hpcc-js/dgrid-shim"]=t()}(self,()=>(()=>{var __webpack_modules__={28(e,t,n){var r,o;n.dj.r;r=[t,n(1054),n(2616),n(5075),n(2284),n(7878)],o=function(e,t,n,r,o,i){var s,a={option:["select"],tbody:["table"],thead:["table"],tfoot:["table"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","thead","tr"],legend:["fieldset"],caption:["table"],colgroup:["table"],col:["table","colgroup"],li:["ul"]},c=/<\s*([\w\:]+)/,l={},d=0,u="__"+t._scopeName+"ToDomId";for(var f in a)if(a.hasOwnProperty(f)){var h=a[f];h.pre="option"==f?'<select multiple="multiple">':"<"+h.join("><")+">",h.post="</"+h.reverse().join("></")+">"}function p(e,t){var n=t.parentNode;n&&n.insertBefore(e,t)}n("ie")<=8&&(s=function(e){e.__dojo_html5_tested="yes";var t=v("div",{innerHTML:"<nav>a</nav>",style:{visibility:"hidden"}},e.body);1!==t.childNodes.length&&"abbr article aside audio canvas details figcaption figure footer header hgroup mark meter nav output progress section summary time video".replace(/\b\w+\b/g,function(t){e.createElement(t)}),m(t)}),e.toDom=function(e,t){var o=(t=t||r.doc)[u];o||(t[u]=o=++d+"",l[o]=t.createElement("div")),n("ie")<=8&&!t.__dojo_html5_tested&&t.body&&s(t);var i,f,h,p,v=(e+="").match(c),g=v?v[1].toLowerCase():"",m=l[o];if(v&&a[g])for(i=a[g],m.innerHTML=i.pre+e+i.post,f=i.length;f;--f)m=m.firstChild;else m.innerHTML=e;if(1==m.childNodes.length)return m.removeChild(m.firstChild);for(p=t.createDocumentFragment();h=m.firstChild;)p.appendChild(h);return p},e.place=function(t,n,r){if(n=o.byId(n),"string"==typeof t&&(t=/^\s*</.test(t)?e.toDom(t,n.ownerDocument):o.byId(t)),"number"==typeof r){var i=n.childNodes;!i.length||i.length<=r?n.appendChild(t):p(t,i[r<0?0:r])}else switch(r){case"before":p(t,n);break;case"after":!function(e,t){var n=t.parentNode;n&&(n.lastChild==t?n.appendChild(e):n.insertBefore(e,t.nextSibling))}(t,n);break;case"replace":n.parentNode.replaceChild(t,n);break;case"only":e.empty(n),n.appendChild(t);break;case"first":if(n.firstChild){p(t,n.firstChild);break}default:n.appendChild(t)}return t};var v=e.create=function(t,n,s,a){var c=r.doc;return s&&(c=(s=o.byId(s)).ownerDocument),"string"==typeof t&&(t=c.createElement(t)),n&&i.set(t,n),s&&e.place(t,s,a),t};function g(e){if("innerHTML"in e)try{return void(e.innerHTML="")}catch(e){}for(var t;t=e.lastChild;)e.removeChild(t)}e.empty=function(e){g(o.byId(e))};var m=e.destroy=function(e){(e=o.byId(e))&&function(e,t){e.firstChild&&g(e),t&&(n("ie")&&t.canHaveChildren&&"removeNode"in e?e.removeNode(!1):t.removeChild(e))}(e,e.parentNode)}}.apply(null,r),void 0===o||(e.exports=o)},225(e,t,n){var r,o;n.dj.r;r=[n(1054),n(3927),n.dj.c(e),n(6587),n(2284),n(3159),n(280),n(7361),n(4861),n(6323),n(6974),n(2075),n(6566),n(3621),n(9648),n(5540)],o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v){e._xhrObj=p._create;var g=e.config;e.objectToQuery=r.objectToQuery,e.queryToObject=r.queryToObject,e.fieldToObject=i.fieldToObject,e.formToObject=i.toObject,e.formToQuery=i.toQuery,e.formToJson=i.toJson,e._blockAsync=!1;var m=e._contentHandlers=e.contentHandlers={text:function(e){return e.responseText},json:function(e){return c.fromJson(e.responseText||null)},"json-comment-filtered":function(e){a.useCommentedJson||console.warn("Consider using the standard mimetype:application/json. json-commenting can introduce security issues. To decrease the chances of hijacking, use the standard the 'json' handler and prefix your json with: {}&&\nUse djConfig.useCommentedJson=true to turn off this message.");var t=e.responseText,n=t.indexOf("/*"),r=t.lastIndexOf("*/");if(-1==n||-1==r)throw new Error("JSON was not comment filtered");return c.fromJson(t.substring(n+2,r))},javascript:function(t){return e.eval(t.responseText)},xml:function(e){var n=e.responseXML;if(n&&t("dom-qsa2.1")&&!n.querySelectorAll&&t("dom-parser")&&(n=(new DOMParser).parseFromString(e.responseText,"application/xml")),t("ie")&&(!n||!n.documentElement)){var r=function(e){return"MSXML"+e+".DOMDocument"},o=["Microsoft.XMLDOM",r(6),r(4),r(3),r(2)];d.some(o,function(t){try{var r=new ActiveXObject(t);r.async=!1,r.loadXML(e.responseText),n=r}catch(e){return!1}return!0})}return n},"json-comment-optional":function(e){return e.responseText&&/^[^{\[]*\/\*/.test(e.responseText)?m["json-comment-filtered"](e):m.json(e)}};e._ioSetArgs=function(t,n,a,c){var d={args:t,url:t.url},u=null;if(t.form){var f=o.byId(t.form),h=f.getAttributeNode("action");d.url=d.url||(h?h.value:e.doc?e.doc.URL:null),u=i.toObject(f)}var p={};u&&l.mixin(p,u),t.content&&l.mixin(p,t.content),t.preventCache&&(p["dojo.preventCache"]=(new Date).valueOf()),d.query=r.objectToQuery(p),d.handleAs=t.handleAs||"text";var v=new s(function(e){e.canceled=!0,n&&n(e);var t=e.ioArgs.error;return t||((t=new Error("request cancelled")).dojoType="cancel",e.ioArgs.error=t),t});v.addCallback(a);var m=t.load;m&&l.isFunction(m)&&v.addCallback(function(e){return m.call(t,e,d)});var y=t.error;y&&l.isFunction(y)&&v.addErrback(function(e){return y.call(t,e,d)});var _=t.handle;return _&&l.isFunction(_)&&v.addBoth(function(e){return _.call(t,e,d)}),v.addErrback(function(e){return c(e,v)}),g.ioPublish&&e.publish&&!1!==d.args.ioPublish&&(v.addCallbacks(function(t){return e.publish("/dojo/io/load",[v,t]),t},function(t){return e.publish("/dojo/io/error",[v,t]),t}),v.addBoth(function(t){return e.publish("/dojo/io/done",[v,t]),t})),v.ioArgs=d,v};var y=function(e){var t=m[e.ioArgs.handleAs](e.ioArgs.xhr);return void 0===t?null:t},_=function(e,t){return t.ioArgs.args.failOk||console.error(e),e},b=function(t){w<=0&&(w=0,g.ioPublish&&e.publish&&(!t||t&&!1!==t.ioArgs.args.ioPublish)&&e.publish("/dojo/io/stop"))},w=0;f.after(h,"_onAction",function(){w-=1}),f.after(h,"_onInFlight",b),e._ioCancelAll=h.cancelAll,e._ioNotifyStart=function(t){g.ioPublish&&e.publish&&!1!==t.ioArgs.args.ioPublish&&(w||e.publish("/dojo/io/start"),w+=1,e.publish("/dojo/io/send",[t]))},e._ioWatch=function(e,t,n,r){e.ioArgs.options=e.ioArgs.args;l.mixin(e,{response:e.ioArgs,isValid:function(n){return t(e)},isReady:function(t){return n(e)},handleResponse:function(t){return r(e)}}),h(e),b(e)};return e._ioAddQueryToUrl=function(e){e.query.length&&(e.url+=(-1==e.url.indexOf("?")?"?":"&")+e.query,e.query=null)},e.xhr=function(t,n,r){var o,i=e._ioSetArgs(n,function(e){o&&o.cancel()},y,_),s=i.ioArgs;"postData"in n?s.query=n.postData:"putData"in n?s.query=n.putData:"rawBody"in n?s.query=n.rawBody:(arguments.length>2&&!r||-1==="POST|PUT".indexOf(t.toUpperCase()))&&e._ioAddQueryToUrl(s);var a={method:t,handleAs:"text",timeout:n.timeout,withCredentials:n.withCredentials,ioArgs:s};void 0!==n.headers&&(a.headers=n.headers),void 0!==n.contentType&&(a.headers||(a.headers={}),a.headers["Content-Type"]=n.contentType),void 0!==s.query&&(a.data=s.query),void 0!==n.sync&&(a.sync=n.sync),e._ioNotifyStart(i);try{o=p(s.url,a,!0)}catch(e){return i.cancel(),i}return i.ioArgs.xhr=o.response.xhr,o.then(function(){i.resolve(i)}).otherwise(function(e){s.error=e,e.response&&(e.status=e.response.status,e.responseText=e.response.text,e.xhr=e.response.xhr),i.reject(e)}),i},e.xhrGet=function(t){return e.xhr("GET",t)},e.rawXhrPost=e.xhrPost=function(t){return e.xhr("POST",t,!0)},e.rawXhrPut=e.xhrPut=function(t){return e.xhr("PUT",t,!0)},e.xhrDelete=function(t){return e.xhr("DELETE",t)},e._isDocumentOk=function(e){return v.checkStatus(e.status)},e._getText=function(t){var n;return e.xhrGet({url:t,sync:!0,load:function(e){n=e}}),n},l.mixin(e.xhr,{_xhrObj:e._xhrObj,fieldToObject:i.fieldToObject,formToObject:i.toObject,objectToQuery:r.objectToQuery,formToQuery:i.toQuery,formToJson:i.toJson,queryToObject:r.queryToObject,contentHandlers:m,_ioSetArgs:e._ioSetArgs,_ioCancelAll:e._ioCancelAll,_ioNotifyStart:e._ioNotifyStart,_ioWatch:e._ioWatch,_ioAddQueryToUrl:e._ioAddQueryToUrl,_isDocumentOk:e._isDocumentOk,_getText:e._getText,get:e.xhrGet,post:e.xhrPost,put:e.xhrPut,del:e.xhrDelete}),e.xhr}.apply(null,r),void 0===o||(e.exports=o)},231(e,t,n){var r,o;n.dj.r;r=[n(1054)],void 0===(o=function(e){return e.dijit}.apply(null,r))||(e.exports=o)},280(e,t,n){var r,o;n.dj.r;r=[n(1054),n(5625),n(5479),n(1662),n(6356),n(6323),n(3534)],o=function(e,t,n,r,o,i,s){var a=function(){},c=Object.freeze||function(){},l=e.Deferred=function(e){var s,d,u,f,h,p,v,g=this.promise=new n;function m(e){if(d)throw new Error("This deferred has already been resolved");s=e,d=!0,y()}function y(){for(var e;!e&&v;){var n=v;v=v.next,(e=n.progress==a)&&(d=!1);var r=h?n.error:n.resolved;if(o("config-useDeferredInstrumentation")&&h&&t.instrumentRejected&&t.instrumentRejected(s,!!r),r)try{var c=r(s);if(c&&"function"==typeof c.then){c.then(i.hitch(n.deferred,"resolve"),i.hitch(n.deferred,"reject"),i.hitch(n.deferred,"progress"));continue}var l=e&&void 0===c;e&&!l&&(h=c instanceof Error),n.deferred[l&&h?"reject":"resolve"](l?s:c)}catch(e){n.deferred.reject(e)}else h?n.deferred.reject(s):n.deferred.resolve(s)}}this.isResolved=g.isResolved=function(){return 0==f},this.isRejected=g.isRejected=function(){return 1==f},this.isFulfilled=g.isFulfilled=function(){return f>=0},this.isCanceled=g.isCanceled=function(){return u},this.resolve=this.callback=function(e){this.fired=f=0,this.results=[e,null],m(e)},this.reject=this.errback=function(e){h=!0,this.fired=f=1,o("config-useDeferredInstrumentation")&&t.instrumentRejected&&t.instrumentRejected(e,!!v),m(e),this.results=[null,e]},this.progress=function(e){for(var t=v;t;){var n=t.progress;n&&n(e),t=t.next}},this.addCallbacks=function(e,t){return this.then(e,t,a),this},g.then=this.then=function(e,t,n){var r=n==a?this:new l(g.cancel),o={resolved:e,error:t,progress:n,deferred:r};return v?p=p.next=o:v=p=o,d&&y(),r.promise};var _=this;g.cancel=this.cancel=function(){if(!d){var t=e&&e(_);d||(t instanceof Error||(t=new r(t)),t.log=!1,_.reject(t))}u=!0},c(g)};return i.extend(l,{addCallback:function(t){return this.addCallbacks(i.hitch.apply(e,arguments))},addErrback:function(t){return this.addCallbacks(null,i.hitch.apply(e,arguments))},addBoth:function(t){var n=i.hitch.apply(e,arguments);return this.addCallbacks(n,n)},fired:-1}),l.when=e.when=s,l}.apply(null,r),void 0===o||(e.exports=o)},297(e,t,n){var r,o;n.dj.r;r=[n(6323),n(6345),n(2616),n(1172),n(4975)],o=function(e,t,n,r,o){return t(null,{configStructure:function(){var t=this.subRows&&this.subRows[0]||this.columns,n=[[]],r=n[0],i=[];n[0].className="dgrid-spacer-row",function t(s,a,c,l){var d,u,f=0,h=function(){};return o.each(s,function(o,p){"string"==typeof o&&(o={label:o}),s instanceof Array||o.field||(o.field=p),d=o.children,u=d&&!1!==o.showChildHeaders,o.parentColumn=l,d?null==o.id?o.id=(l&&l.id||a-1)+"-"+r.length:l&&l.id&&(o.id=l.id+"-"+o.id):(i.push(o),r.push(e.delegate(o,{renderHeaderCell:h})),f++),u||(o=e.delegate(o,{rowSpan:-a})),d&&(f+=o.colSpan=t(d,a+1,u,o)),c&&(n[a]||(n[a]=[])).push(o)},this),f}(t,1,!0);var s,a,c,l,d=n.length;for(s=0;s<d;s++)for(c=n[s],a=0;a<c.length;a++)(l=c[a]).rowSpan<1&&(l.rowSpan+=d);(i=[i]).headerRows=n,this.subRows=i,this.inherited(arguments)},renderHeader:function(){var e,t=this.subRows[0],n=this.subRows.headerRows[0];for(this.inherited(arguments),e=t.length;e--;)t[e].headerNode=n[e].headerNode},_findSortArrowParent:function(){var e,t,n=this.inherited(arguments),o=r(".dgrid-spacer-row",this.headerNode)[0];if(n&&o.contains(n))return e=n.columnId,(t=r(".dgrid-column-"+e,this.headerNode))[t.length-1]},_configColumn:function(e,t,n){var r=e.parentColumn,o=e.id;if(r){var i=0===o.indexOf(n)?o.substring(n.length):o;n=r.id+"-",o=e.id=n+i}this.inherited(arguments,[e,t,n])},cell:function(e,t){if("object"!=typeof t){var n=this.column(t);n&&(t=n.id)}return this.inherited(arguments,[e,t])},column:function(e){var t=this.inherited(arguments);if(null==t&&"object"!=typeof e){var n="-"+e,r=n.length;for(var o in this.columns)if(-1!==o.indexOf(n,o.length-r))return this.columns[o]}return t},_updateCompoundHiddenStates:function(e,t){var n,r=this.columns[e];if(!r||r.hidden!==t)for(;r&&r.parentColumn;)(n=(r=r.parentColumn).colSpan=r.colSpan+(t?-1:1))&&(r.headerNode.colSpan=n),1!==n||t?!n&&t&&this._hideColumn(r.id):this._showColumn(r.id)},_hideColumn:function(e){var t=this;this._updateCompoundHiddenStates(e,!0),this.inherited(arguments),n("ff")&&(this.headerNode.style.display="none",setTimeout(function(){t.headerNode.style.display="",t.resize()},0))},_showColumn:function(e){this._updateCompoundHiddenStates(e,!1),this.inherited(arguments)},_getResizedColumnWidths:function(){var e,t=0,n=this.columns;for(e in n)t+=n[e].headerNode.offsetWidth;return{totalWidth:t,lastColId:this.subRows[0][this.subRows[0].length-1].id}}})}.apply(null,r),void 0===o||(e.exports=o)},610(e,t,n){var r,o;n.dj.r;r=[n.dj.c(e),n(231),n(7361),n(28),n(1248),n(6323),n(2075),n(2616)],o=function(e,t,n,r,o,i,s,a){a.add("config-bgIframe",(a("ie")||a("trident"))&&!/IEMobile\/10\.0/.test(navigator.userAgent));var c=new function(){var t=[];this.pop=function(){var i;if(t.length)(i=t.pop()).style.display="";else{if(a("ie")<9){var s="<iframe src='"+(n.dojoBlankHtmlUrl||e.toUrl("dojo/resources/blank.html")||'javascript:""')+"' role='presentation' style='position: absolute; left: 0px; top: 0px;z-index: -1; filter:Alpha(Opacity=\"0\");'>";i=document.createElement(s)}else(i=r.create("iframe")).src='javascript:""',i.className="dijitBackgroundIframe",i.setAttribute("role","presentation"),o.set(i,"opacity",.1);i.tabIndex=-1}return i},this.push=function(e){e.style.display="none",t.push(e)}};return t.BackgroundIframe=function(e){if(!e.id)throw new Error("no id");if(a("config-bgIframe")){var t=this.iframe=c.pop();e.appendChild(t),a("ie")<7||a("quirks")?(this.resize(e),this._conn=s(e,"resize",i.hitch(this,"resize",e))):o.set(t,{width:"100%",height:"100%"})}},i.extend(t.BackgroundIframe,{resize:function(e){this.iframe&&o.set(this.iframe,{width:e.offsetWidth+"px",height:e.offsetHeight+"px"})},destroy:function(){this._conn&&(this._conn.remove(),this._conn=null),this.iframe&&(this.iframe.parentNode.removeChild(this.iframe),c.push(this.iframe),delete this.iframe)}}),t.BackgroundIframe}.apply(null,r),void 0===o||(e.exports=o)},655(e,t,n){var r,o;n.dj.r;r=[n(6974),n(6345),n(5577),n(2284),n(8945),n(2685),n(1248),n(6323),n(8471),n(2075),n(2616),n(9600),n(1019),n(3549),n(998),n(610),n(9409),n(231)],o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v,g,m){var y=t("dijit._MasterTooltip",[h,p],{duration:u.defaultDuration,templateString:g,postCreate:function(){this.ownerDocumentBody.appendChild(this.domNode),this.bgIframe=new v(this.domNode),this.fadeIn=n.fadeIn({node:this.domNode,duration:this.duration,onEnd:a.hitch(this,"_onShow")}),this.fadeOut=n.fadeOut({node:this.domNode,duration:this.duration,onEnd:a.hitch(this,"_onHide")})},show:function(e,t,n,r,o,i,c){if(!this.aroundNode||this.aroundNode!==t||this.containerNode.innerHTML!=e)if("playing"!=this.fadeOut.status()){this.containerNode.innerHTML=e,o&&this.set("textDir",o),this.containerNode.align=r?"right":"left";var l=f.around(this.domNode,t,n&&n.length?n:j.defaultPosition,!r,a.hitch(this,"orient")),d=l.aroundNodePos;"M"==l.corner.charAt(0)&&"M"==l.aroundCorner.charAt(0)?(this.connectorNode.style.top=d.y+(d.h-this.connectorNode.offsetHeight>>1)-l.y+"px",this.connectorNode.style.left=""):"M"==l.corner.charAt(1)&&"M"==l.aroundCorner.charAt(1)?this.connectorNode.style.left=d.x+(d.w-this.connectorNode.offsetWidth>>1)-l.x+"px":(this.connectorNode.style.left="",this.connectorNode.style.top=""),s.set(this.domNode,"opacity",0),this.fadeIn.play(),this.isShowingNow=!0,this.aroundNode=t,this.onMouseEnter=i||N,this.onMouseLeave=c||N}else this._onDeck=arguments},orient:function(e,t,n,r,o){this.connectorNode.style.top="";var s=r.h,a=r.w;e.className="dijitTooltip "+{"MR-ML":"dijitTooltipRight","ML-MR":"dijitTooltipLeft","TM-BM":"dijitTooltipAbove","BM-TM":"dijitTooltipBelow","BL-TL":"dijitTooltipBelow dijitTooltipABLeft","TL-BL":"dijitTooltipAbove dijitTooltipABLeft","BR-TR":"dijitTooltipBelow dijitTooltipABRight","TR-BR":"dijitTooltipAbove dijitTooltipABRight","BR-BL":"dijitTooltipRight","BL-BR":"dijitTooltipLeft"}[t+"-"+n],this.domNode.style.width="auto";var c=i.position(this.domNode);(d("ie")||d("trident"))&&(c.w+=2);var l=Math.min(Math.max(a,1),c.w);if(i.setMarginBox(this.domNode,{w:l}),"B"==n.charAt(0)&&"B"==t.charAt(0)){var u=i.position(e),f=this.connectorNode.offsetHeight;if(u.h>s){var h=s-(o.h+f>>1);this.connectorNode.style.top=h+"px",this.connectorNode.style.bottom=""}else this.connectorNode.style.bottom=Math.min(Math.max(o.h/2-f/2,0),u.h-f)+"px",this.connectorNode.style.top=""}else this.connectorNode.style.top="",this.connectorNode.style.bottom="";return Math.max(0,c.w-a)},_onShow:function(){d("ie")&&(this.domNode.style.filter="")},hide:function(e){this._onDeck&&this._onDeck[1]==e?this._onDeck=null:this.aroundNode===e&&(this.fadeIn.stop(),this.isShowingNow=!1,this.aroundNode=null,this.fadeOut.play()),this.onMouseEnter=this.onMouseLeave=N},_onHide:function(){this.domNode.style.cssText="",this.containerNode.innerHTML="",this._onDeck&&(this.show.apply(this,this._onDeck),this._onDeck=null)}});d("dojo-bidi")&&y.extend({_setAutoTextDir:function(t){this.applyTextDir(t),e.forEach(t.children,function(e){this._setAutoTextDir(e)},this)},_setTextDirAttr:function(e){this._set("textDir",e),"auto"==e?this._setAutoTextDir(this.containerNode):this.containerNode.dir=this.textDir}}),m.showTooltip=function(t,n,r,o,i,s,a){return r&&(r=e.map(r,function(e){return{after:"after-centered",before:"before-centered"}[e]||e})),j._masterTT||(m._masterTT=j._masterTT=new y),j._masterTT.show(t,n,r,o,i,s,a)},m.hideTooltip=function(e){return j._masterTT&&j._masterTT.hide(e)};var _="DORMANT",b="SHOW TIMER",w="SHOWING",x="HIDE TIMER";function N(){}var j=t("dijit.Tooltip",h,{label:"",showDelay:400,hideDelay:400,connectId:[],position:[],selector:"",_setConnectIdAttr:function(t){e.forEach(this._connections||[],function(t){e.forEach(t,function(e){e.remove()})},this),this._connectIds=e.filter(a.isArrayLike(t)?t:t?[t]:[],function(e){return r.byId(e,this.ownerDocument)},this),this._connections=e.map(this._connectIds,function(e){var t=r.byId(e,this.ownerDocument),n=this.selector,o=n?function(e){return l.selector(n,e)}:function(e){return e},i=this;return[l(t,o(c.enter),function(){i._onHover(this)}),l(t,o("focusin"),function(){i._onHover(this)}),l(t,o(c.leave),a.hitch(i,"_onUnHover")),l(t,o("focusout"),a.hitch(i,"set","state",_))]},this),this._set("connectId",t)},addTarget:function(t){var n=t.id||t;-1==e.indexOf(this._connectIds,n)&&this.set("connectId",this._connectIds.concat(n))},removeTarget:function(t){var n=t.id||t,r=e.indexOf(this._connectIds,n);r>=0&&(this._connectIds.splice(r,1),this.set("connectId",this._connectIds))},buildRendering:function(){this.inherited(arguments),o.add(this.domNode,"dijitTooltipData")},startup:function(){this.inherited(arguments);var t=this.connectId;e.forEach(a.isArrayLike(t)?t:[t],this.addTarget,this)},getContent:function(e){return this.label||this.domNode.innerHTML},state:_,_setStateAttr:function(e){if(!(this.state==e||e==b&&this.state==w||e==x&&this.state==_)){switch(this._hideTimer&&(this._hideTimer.remove(),delete this._hideTimer),this._showTimer&&(this._showTimer.remove(),delete this._showTimer),e){case _:this._connectNode&&(j.hide(this._connectNode),delete this._connectNode,this.onHide());break;case b:this.state!=w&&(this._showTimer=this.defer(function(){this.set("state",w)},this.showDelay));break;case w:var t=this.getContent(this._connectNode);if(!t)return void this.set("state",_);j.show(t,this._connectNode,this.position,!this.isLeftToRight(),this.textDir,a.hitch(this,"set","state",w),a.hitch(this,"set","state",x)),this.onShow(this._connectNode,this.position);break;case x:this._hideTimer=this.defer(function(){this.set("state",_)},this.hideDelay)}this._set("state",e)}},_onHover:function(e){this._connectNode&&e!=this._connectNode&&this.set("state",_),this._connectNode=e,this.set("state",b)},_onUnHover:function(e){this.set("state",x)},open:function(e){this.set("state",_),this._connectNode=e,this.set("state",w)},close:function(){this.set("state",_)},onShow:function(){},onHide:function(){},destroy:function(){this.set("state",_),e.forEach(this._connections||[],function(t){e.forEach(t,function(e){e.remove()})},this),this.inherited(arguments)}});return j._MasterTooltip=y,j.show=m.showTooltip,j.hide=m.hideTooltip,j.defaultPosition=["after-centered","before-centered"],j}.apply(null,r),void 0===o||(e.exports=o)},664(e,t,n){var r,o;n.dj.r;r=[n(8945),n(9276),n(2641),n(5075)],void 0===(o=function(e,t,n,r){return n(function(){0}),t}.apply(null,r))||(e.exports=o)},998(e,t,n){var r,o;n.dj.r;r=[n(4642),n(6345),n(28),n(6323),n(2075),n(2616),n(7539),n(5659)],o=function(e,t,n,r,o,i,s,a){var c=t("dijit._TemplatedMixin",a,{templateString:null,templatePath:null,_skipNodeCache:!1,searchContainerNode:!0,_stringRepl:function(e){var t=this.declaredClass,n=this;return s.substitute(e,this,function(e,o){if("!"==o.charAt(0)&&(e=r.getObject(o.substr(1),!1,n)),void 0===e)throw new Error(t+" template:"+o);return null==e?"":"!"==o.charAt(0)?e:this._escapeValue(""+e)},this)},_escapeValue:function(e){return e.replace(/["'<>&]/g,function(e){return{"&":"&","<":"<",">":">",'"':""","'":"'"}[e]})},buildRendering:function(){if(!this._rendered){this.templateString||(this.templateString=e(this.templatePath,{sanitize:!0}));var t,o=c.getCachedTemplate(this.templateString,this._skipNodeCache,this.ownerDocument);if(r.isString(o)){if(1!=(t=n.toDom(this._stringRepl(o),this.ownerDocument)).nodeType)throw new Error("Invalid template: "+o)}else t=o.cloneNode(!0);this.domNode=t}this.inherited(arguments),this._rendered||this._fillContent(this.srcNodeRef),this._rendered=!0},_fillContent:function(e){var t=this.containerNode;if(e&&t)for(;e.hasChildNodes();)t.appendChild(e.firstChild)}});return c._templateCache={},c.getCachedTemplate=function(e,t,r){var o=c._templateCache,i=e,a=o[i];if(a){try{if(!a.ownerDocument||a.ownerDocument==(r||document))return a}catch(e){}n.destroy(a)}if(e=s.trim(e),t||e.match(/\$\{([^\}]+)\}/g))return o[i]=e;var l=n.toDom(e,r);if(1!=l.nodeType)throw new Error("Invalid template: "+e);return o[i]=l},i("ie")&&o(window,"unload",function(){var e=c._templateCache;for(var t in e){var r=e[t];"object"==typeof r&&n.destroy(r),delete e[t]}}),c}.apply(null,r),void 0===o||(e.exports=o)},1019(e,t,n){var r,o;n.dj.r;r=[n(6974),n(2685),n(1248),n(1054),n(5075),n(1600),n(231)],void 0===(o=function(e,t,n,r,o,i,s){function a(r,s,a,c){var l=i.getEffectiveBox(r.ownerDocument);r.parentNode&&"body"==String(r.parentNode.tagName).toLowerCase()||o.body(r.ownerDocument).appendChild(r);var d=null;e.some(s,function(e){var n=e.corner,o=e.pos,i=0,s={w:{L:l.l+l.w-o.x,R:o.x-l.l,M:l.w}[n.charAt(1)],h:{T:l.t+l.h-o.y,B:o.y-l.t,M:l.h}[n.charAt(0)]},u=r.style;if(u.left=u.right="auto",a){var f=a(r,e.aroundCorner,n,s,c);i=void 0===f?0:f}var h=r.style,p=h.display,v=h.visibility;"none"==h.display&&(h.visibility="hidden",h.display="");var g=t.position(r);h.display=p,h.visibility=v;var m={L:o.x,R:o.x-g.w,M:Math.max(l.l,Math.min(l.l+l.w,o.x+(g.w>>1))-g.w)}[n.charAt(1)],y={T:o.y,B:o.y-g.h,M:Math.max(l.t,Math.min(l.t+l.h,o.y+(g.h>>1))-g.h)}[n.charAt(0)],_=Math.max(l.l,m),b=Math.max(l.t,y),w=Math.min(l.l+l.w,m+g.w)-_,x=Math.min(l.t+l.h,y+g.h)-b;return i+=g.w-w+(g.h-x),(null==d||i<d.overflow)&&(d={corner:n,aroundCorner:e.aroundCorner,x:_,y:b,w,h:x,overflow:i,spaceAvailable:s}),!i}),d.overflow&&a&&a(r,d.aroundCorner,d.corner,d.spaceAvailable,c);var u=d.y,f=d.x,h=o.body(r.ownerDocument);/relative|absolute/.test(n.get(h,"position"))&&(u-=n.get(h,"marginTop"),f-=n.get(h,"marginLeft"));var p=r.style;return p.top=u+"px",p.left=f+"px",p.right="auto",d}var c={TL:"BR",TR:"BL",BL:"TR",BR:"TL"},l={at:function(t,n,r,o,i){return a(t,e.map(r,function(e){var t={corner:e,aroundCorner:c[e],pos:{x:n.x,y:n.y}};return o&&(t.pos.x+="L"==e.charAt(1)?o.x:-o.x,t.pos.y+="T"==e.charAt(0)?o.y:-o.y),t}),i)},around:function(o,i,s,c,l){var d;if("string"==typeof i||"offsetWidth"in i||"ownerSVGElement"in i){if(d=t.position(i,!0),/^(above|below)/.test(s[0])){var u=t.getBorderExtents(i),f=i.firstChild?t.getBorderExtents(i.firstChild):{t:0,l:0,b:0,r:0},h=t.getBorderExtents(o),p=o.firstChild?t.getBorderExtents(o.firstChild):{t:0,l:0,b:0,r:0};d.y+=Math.min(u.t+f.t,h.t+p.t),d.h-=Math.min(u.t+f.t,h.t+p.t)+Math.min(u.b+f.b,h.b+p.b)}}else d=i;if(i.parentNode)for(var v="absolute"==n.getComputedStyle(i).position,g=i.parentNode;g&&1==g.nodeType&&"BODY"!=g.nodeName;){var m=t.position(g,!0),y=n.getComputedStyle(g);if(/relative|absolute/.test(y.position)&&(v=!1),!v&&/hidden|auto|scroll/.test(y.overflow)){var _=Math.min(d.y+d.h,m.y+m.h),b=Math.min(d.x+d.w,m.x+m.w);d.x=Math.max(d.x,m.x),d.y=Math.max(d.y,m.y),d.h=_-d.y,d.w=b-d.x}"absolute"==y.position&&(v=!0),g=g.parentNode}var w=d.x,x=d.y,N="w"in d?d.w:d.w=d.width,j="h"in d?d.h:(r.deprecated("place.around: dijit/place.__Rectangle: { x:"+w+", y:"+x+", height:"+d.height+", width:"+N+" } has been deprecated. Please use { x:"+w+", y:"+x+", h:"+d.height+", w:"+N+" }","","2.0"),d.h=d.height),C=[];function T(e,t){C.push({aroundCorner:e,corner:t,pos:{x:{L:w,R:w+N,M:w+(N>>1)}[e.charAt(1)],y:{T:x,B:x+j,M:x+(j>>1)}[e.charAt(0)]}})}e.forEach(s,function(e){var t=c;switch(e){case"above-centered":T("TM","BM");break;case"below-centered":T("BM","TM");break;case"after-centered":t=!t;case"before-centered":T(t?"ML":"MR",t?"MR":"ML");break;case"after":t=!t;case"before":T(t?"TL":"TR",t?"TR":"TL"),T(t?"BL":"BR",t?"BR":"BL");break;case"below-alt":t=!t;case"below":T(t?"BL":"BR",t?"TL":"TR"),T(t?"BR":"BL",t?"TR":"TL");break;case"above-alt":t=!t;case"above":T(t?"TL":"TR",t?"BL":"BR"),T(t?"TR":"TL",t?"BR":"BL");break;default:T(e.aroundCorner,e.corner)}});var S=a(o,C,l,{w:N,h:j});return S.aroundNodePos=d,S}};return s.place=l}.apply(null,r))||(e.exports=o)},1054(e,t,n){var r,o;n.dj.r;r=[n(1925),n(6356),n(7361),n.dj.c(e),n.dj.m(e)],o=function(e,t,n,r,o){var i,s,a,c={},l={},d={config:n,global:e,dijit:c,dojox:l},u={dojo:["dojo",d],dijit:["dijit",c],dojox:["dojox",l]},f=r.map&&r.map[o.id.match(/[^\/]+/)[0]];for(s in f)u[s]?u[s][0]=f[s]:u[s]=[f[s],{}];for(s in u)(a=u[s])[1]._scopeName=a[0],n.noGlobals||(e[a[0]]=a[1]);d.scopeMap=u,d.baseUrl=d.config.baseUrl=r.baseUrl,d.isAsync=!0,d.locale=n.locale;var h="$Rev:$".match(/[0-9a-f]{7,}/);if(d.version={major:1,minor:17,patch:3,flag:"",revision:h?h[0]:NaN,toString:function(){var e=d.version;return e.major+"."+e.minor+"."+e.patch+e.flag+" ("+e.revision+")"}},t.add("extend-dojo",1),t("csp-restrictions")||Function("d","d.eval = function(){return d.global.eval ? d.global.eval(arguments[0]) : eval(arguments[0]);}")(d),t("host-rhino")?d.exit=function(e){quit(e)}:d.exit=function(){},t("host-webworker")||t.add("dojo-guarantee-console",1),t("dojo-guarantee-console")){t.add("console-as-object",function(){return Function.prototype.bind&&console&&"object"==typeof console.log}),"undefined"!=typeof console||(console={});var p,v=["assert","count","debug","dir","dirxml","error","group","groupEnd","info","profile","profileEnd","time","timeEnd","trace","warn","log"];for(i=0;p=v[i++];)console[p]?t("console-as-object")&&(console[p]=Function.prototype.bind.call(console[p],console)):function(){var e=p+"";console[e]="log"in console?function(){var t=Array.prototype.slice.call(arguments);t.unshift(e+":"),console.log(t.join(" "))}:function(){},console[e]._fake=!0}()}if(t.add("dojo-debug-messages",!!n.isDebug),d.deprecated=d.experimental=function(){},t.add("dojo-modulePaths",1),t("dojo-modulePaths")&&n.modulePaths){d.deprecated("dojo.modulePaths","use paths configuration");var g={};for(s in n.modulePaths)g[s.replace(/\./g,"/")]=n.modulePaths[s];r({paths:g})}return t.add("dojo-moduleUrl",1),t("dojo-moduleUrl")&&(d.moduleUrl=function(e,t){d.deprecated("dojo.moduleUrl()","use require.toUrl","2.0");var n=null;return e&&(n=r.toUrl(e.replace(/\./g,"/")+(t?"/"+t:"")+"/*.*").replace(/\/\*\.\*/,"")+(t?"":"/")),n}),d._hasResource={},d}.apply(null,r),void 0===o||(e.exports=o)},1142(e,t,n){var r,o;n.dj.r;r=[n(1054),n(2284),n(1248),n(7878),n(5244),n(8945),n(28),n(2685)],o=function(e,t,n,r,o,i,s,a){return e.byId=t.byId,e.isDescendant=t.isDescendant,e.setSelectable=t.setSelectable,e.getAttr=r.get,e.setAttr=r.set,e.hasAttr=r.has,e.removeAttr=r.remove,e.getNodeProp=r.getNodeProp,e.attr=function(e,t,n){return 2==arguments.length?r["string"==typeof t?"get":"set"](e,t):r.set(e,t,n)},e.hasClass=i.contains,e.addClass=i.add,e.removeClass=i.remove,e.toggleClass=i.toggle,e.replaceClass=i.replace,e._toDom=e.toDom=s.toDom,e.place=s.place,e.create=s.create,e.empty=function(e){s.empty(e)},e._destroyElement=e.destroy=function(e){s.destroy(e)},e._getPadExtents=e.getPadExtents=a.getPadExtents,e._getBorderExtents=e.getBorderExtents=a.getBorderExtents,e._getPadBorderExtents=e.getPadBorderExtents=a.getPadBorderExtents,e._getMarginExtents=e.getMarginExtents=a.getMarginExtents,e._getMarginSize=e.getMarginSize=a.getMarginSize,e._getMarginBox=e.getMarginBox=a.getMarginBox,e.setMarginBox=a.setMarginBox,e._getContentBox=e.getContentBox=a.getContentBox,e.setContentSize=a.setContentSize,e._isBodyLtr=e.isBodyLtr=a.isBodyLtr,e._docScroll=e.docScroll=a.docScroll,e._getIeDocumentElementOffset=e.getIeDocumentElementOffset=a.getIeDocumentElementOffset,e._fixIeBiDiScrollLeft=e.fixIeBiDiScrollLeft=a.fixIeBiDiScrollLeft,e.position=a.position,e.marginBox=function(e,t){return t?a.setMarginBox(e,t):a.getMarginBox(e)},e.contentBox=function(e,t){return t?a.setContentSize(e,t):a.getContentBox(e)},e.coords=function(r,o){e.deprecated("dojo.coords()","Use dojo.position() or dojo.marginBox()."),r=t.byId(r);var i=n.getComputedStyle(r),s=a.getMarginBox(r,i),c=a.position(r,o);return s.x=c.x,s.y=c.y,s},e.getProp=o.get,e.setProp=o.set,e.prop=function(e,t,n){return 2==arguments.length?o["string"==typeof t?"get":"set"](e,t):o.set(e,t,n)},e.getStyle=n.get,e.setStyle=n.set,e.getComputedStyle=n.getComputedStyle,e.__toPixelValue=e.toPixelValue=n.toPixelValue,e.style=function(e,t,r){switch(arguments.length){case 1:return n.get(e);case 2:return n["string"==typeof t?"get":"set"](e,t)}return n.set(e,t,r)},e}.apply(null,r),void 0===o||(e.exports=o)},1172(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6356),n(2284),n(2075),n(6974),n(6323),n(5226),n(6178)],o=function(e,t,n,r,o,i,s,a){"use strict";t.add("array-extensible",function(){return 1==i.delegate([],{length:1}).length&&!t("bug-for-in-skips-shadowed")});var c=Array.prototype,l=c.slice,d=c.concat,u=o.forEach,f=function(t,n,r){return n=[0].concat(l.call(n,0)),r=r||e.global,function(e){return n[0]=e,t.apply(r,n)}},h=function(e){var n=this instanceof p&&t("array-extensible");"number"==typeof e&&(e=Array(e));var r=e&&"length"in e?e:arguments;if(n||!r.sort){for(var o=n?this:[],s=o.length=r.length,a=0;a<s;a++)o[a]=r[a];if(n)return o;r=o}return i._mixin(r,v),r._NodeListCtor=function(e){return p(e)},r},p=h,v=p.prototype=t("array-extensible")?[]:{};function g(e,t){var r=function(r,o){if("string"==typeof o&&!(o=n.byId(o)))return new t([]);var i="string"==typeof r?e(r,o):r?r.end&&r.on?r:[r]:[];return i.end&&i.on?i:new t(i)};if(r.matches=e.match||function(e,t,n){return r.filter([e],t,n).length>0},r.filter=e.filter||function(e,t,n){return r(t,n).filter(function(t){return o.indexOf(e,t)>-1})},"function"!=typeof e){var i=e.search;e=function(e,t){return i(t||document,e)}}return r}p._wrap=v._wrap=function(e,t,n){var r=new(n||this._NodeListCtor||p)(e);return t?r._stash(t):r},p._adaptAsMap=function(e,t){return function(){return this.map(f(e,arguments,t))}},p._adaptAsForEach=function(e,t){return function(){return this.forEach(f(e,arguments,t)),this}},p._adaptAsFilter=function(e,t){return function(){return this.filter(f(e,arguments,t))}},p._adaptWithCondition=function(t,n,r){return function(){var o=arguments,i=f(t,o,r);return n.call(r||e.global,o)?this.map(i):(this.forEach(i),this)}},u(["slice","splice"],function(e){var t=c[e];v[e]=function(){return this._wrap(t.apply(this,arguments),"slice"==e?this:null)}}),u(["indexOf","lastIndexOf","every","some"],function(t){var n=o[t];v[t]=function(){return n.apply(e,[this].concat(l.call(arguments,0)))}}),i.extend(h,{constructor:p,_NodeListCtor:p,toString:function(){return this.join(",")},_stash:function(e){return this._parent=e,this},on:function(e,t){var n=this.map(function(n){return r(n,e,t)});return n.remove=function(){for(var e=0;e<n.length;e++)n[e].remove()},n},end:function(){return this._parent?this._parent:new this._NodeListCtor(0)},concat:function(e){var t=l.call(this,0),n=o.map(arguments,function(e){return l.call(e,0)});return this._wrap(d.apply(t,n),this)},map:function(e,t){return this._wrap(o.map(this,e,t),this)},forEach:function(e,t){return u(this,e,t),this},filter:function(e){var t=arguments,n=this,r=0;if("string"==typeof e){if(n=m._filterResult(this,t[0]),1==t.length)return n._stash(this);r=1}return this._wrap(o.filter(n,t[r],t[r+1]),this)},instantiate:function(e,t){var n=i.isFunction(e)?e:i.getObject(e);return t=t||{},this.forEach(function(e){new n(t,e)})},at:function(){var e=new this._NodeListCtor(0);return u(arguments,function(t){t<0&&(t=this.length+t),this[t]&&e.push(this[t])},this),e._stash(this)}});var m=g(a,h);return e.query=g(a,function(e){return h(e)}),m.load=function(e,t,n){s.load(e,t,function(e){n(g(e,h))})},e._filterQueryResult=m._filterResult=function(e,t,n){return new h(m.filter(e,t,n))},e.NodeList=m.NodeList=h,m}.apply(null,r),void 0===o||(e.exports=o)},1248(e,t,n){var r,o;n.dj.r;r=[n(2616),n(2284),n(5075)],o=function(e,t,n){var r,o,i={};r=e("webkit")?function(e){var t;if(1==e.nodeType){var n=e.ownerDocument.defaultView;!(t=n.getComputedStyle(e,null))&&e.style&&(e.style.display="",t=n.getComputedStyle(e,null))}return t||{}}:e("ie")&&(e("ie")<9||e("quirks"))?function(e){return 1==e.nodeType&&e.currentStyle?e.currentStyle:{}}:function(e){if(1===e.nodeType){var t=e.ownerDocument.defaultView;return(t.opener?t:n.global.window).getComputedStyle(e,null)}return{}},i.getComputedStyle=r,o=e("ie")?function(e,t){if(!t)return 0;if("medium"==t)return 4;if(t.slice&&"px"==t.slice(-2))return parseFloat(t);var n=e.style,r=e.runtimeStyle,o=e.currentStyle,i=n.left,s=r.left;r.left=o.left;try{n.left=t,t=n.pixelLeft}catch(e){t=0}return n.left=i,r.left=s,t}:function(e,t){return parseFloat(t)||0},i.toPixelValue=o;var s="DXImageTransform.Microsoft.Alpha",a=function(e,t){try{return e.filters.item(s)}catch(e){return t?{}:null}},c=e("ie")<9||e("ie")<10&&e("quirks")?function(e){try{return a(e).Opacity/100}catch(e){return 1}}:function(e){return r(e).opacity},l=e("ie")<9||e("ie")<10&&e("quirks")?function(e,t){""===t&&(t=1);var n=100*t;if(1===t?(e.style.zoom="",a(e)&&(e.style.filter=e.style.filter.replace(new RegExp("\\s*progid:"+s+"\\([^\\)]+?\\)","i"),""))):(e.style.zoom=1,a(e)?a(e,1).Opacity=n:e.style.filter+=" progid:"+s+"(Opacity="+n+")",a(e,1).Enabled=!0),"tr"==e.tagName.toLowerCase())for(var r=e.firstChild;r;r=r.nextSibling)"td"==r.tagName.toLowerCase()&&l(r,t);return t}:function(e,t){return e.style.opacity=t},d={left:!0,top:!0},u=/margin|padding|width|height|max|min|offset/;var f={cssFloat:1,styleFloat:1,float:1};return i.get=function(e,n){var r=t.byId(e),s=arguments.length;if(2==s&&"opacity"==n)return c(r);n=f[n]?"cssFloat"in r.style?"cssFloat":"styleFloat":n;var a=i.getComputedStyle(r);return 1==s?a:function(e,t,n){if(t=t.toLowerCase(),"auto"==n){if("height"==t)return e.offsetHeight;if("width"==t)return e.offsetWidth}return"fontweight"==t?700===n?"bold":"normal":(t in d||(d[t]=u.test(t)),d[t]?o(e,n):n)}(r,n,a[n]||r.style[n])},i.set=function(e,n,r){var o=t.byId(e),s=arguments.length,a="opacity"==n;if(n=f[n]?"cssFloat"in o.style?"cssFloat":"styleFloat":n,3==s)return a?l(o,r):o.style[n]=r;for(var c in n)i.set(e,c,n[c]);return i.getComputedStyle(o)},i}.apply(null,r),void 0===o||(e.exports=o)},1442(e,t,n){var r,o;n.dj.r;r=[n(3878),n(5744),n(4481)],void 0===(o=function(e,t){return t(e,"dgrid/extensions/nls/pagination",n.dj.c(),!1)}.apply(null,r))||(e.exports=o)},1540(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6323),n(28),n(8945),n(2075),n(6356),n(4624),n(4975),n(3927)],o=function(e,t,n,r,o,i,s,a){function c(e,t){t&&t.nodeType&&e.appendChild(t)}function l(e){return a.escapeCssIdentifier(e,"-")}var d=e(s,{columns:null,hasNeutralSort:!1,cellNavigation:!0,tabableHeader:!0,showHeader:!0,column:function(e){return"object"!=typeof e?this.columns[e]:this.cell(e).column},listType:"grid",cell:function(e,t){if(e.column&&e.element)return e;var n;if(e.target&&e.target.nodeType&&(e=e.target),e.nodeType)do{if(this._rowIdToObject[e.id])break;var r=e.columnId;if(r){t=r,n=e;break}e=e.parentNode}while(e&&e!==this.domNode);if(!n&&void 0!==t){var o=this.row(e),i=o&&o.element;if(i)for(var s=i.getElementsByTagName("td"),a=0;a<s.length;a++)if(s[a].columnId===t){n=s[a];break}}return null!=e?{row:o||this.row(e),column:t&&this.column(t),element:n}:void 0},createRowCells:function(e,t,r,o,s){var a,c,d,u,f,h,p,v,g,m,y,_,b,w=n.create("table",{className:"dgrid-row-table",role:"presentation"}),x=i("ie")<9?n.create("tbody",null,w):w;for(c=0,d=(r=r||this.subRows).length;c<d;c++)for(h=r[c],a=n.create("tr",null,x),h.className&&(a.className=h.className),u=0,f=h.length;u<f;u++)v=(p=h[u]).id,g=p.field?" field-"+l(p.field):"",(m="function"==typeof p.className?p.className(o):p.className)&&(g+=" "+m),(y=n.create(e,{className:"dgrid-cell"+(v?" dgrid-column-"+l(v):"")+g,role:"th"===e?"columnheader":"gridcell"})).columnId=v,(_=p.colSpan)&&(y.colSpan=_),(b=p.rowSpan)&&(y.rowSpan=b),t(y,p,o,s),a.appendChild(y);return w},_createBodyRowCell:function(e,t,n,r){var o=n;t.get?o=t.get(n):"field"in t&&"_item"!==t.field&&(o=n[t.field]),t.renderCell?c(e,t.renderCell(n,o,e,r)):this._defaultRenderCell.call(t,n,o,e,r)},_createHeaderRowCell:function(e,t){var n=t.headerNode=e,r=t.field;r&&(e.field=r),t.renderHeaderCell?c(n,t.renderHeaderCell(n)):("label"in t||t.field)&&n.appendChild(document.createTextNode("label"in t?t.label:t.field)),!1!==t.sortable&&r&&"_item"!==r&&(e.sortable=!0,e.className+=" dgrid-sortable")},left:function(e,t){return e.element||(e=this.cell(e)),this.cell(this._move(e,-(t||1),"dgrid-cell"))},right:function(e,t){return e.element||(e=this.cell(e)),this.cell(this._move(e,t||1,"dgrid-cell"))},_defaultRenderCell:function(e,t,n){if(this.formatter){var r=this.formatter,o=this.grid.formatterScope,i="string"==typeof r&&o?o[r](t,e):this.formatter(t,e);null!=i&&i.hasOwnProperty("html")?n.innerHTML=i.html:null!=i&&n.appendChild(document.createTextNode(i))}else null!=t&&n.appendChild(document.createTextNode(t))},renderRow:function(e,r){var o=this.createRowCells("td",t.hitch(this,"_createBodyRowCell"),r&&r.subRows,e,r),i=n.create("div",{role:"row"});return i.appendChild(o),i},renderHeader:function(){var e=this,r=this.headerNode;r.setAttribute("role","row"),n.empty(r);var s=this.createRowCells("th",t.hitch(this,"_createHeaderRowCell"),this.subRows&&this.subRows.headerRows);this._rowIdToObject[s.id=this.id+"-header"]=this.columns,r.appendChild(s),this._sortListener&&this._sortListener.remove(),this._sortListener=o(s,"click,keydown",function(t){if("click"===t.type||32===t.keyCode||!i("opera")&&13===t.keyCode){var n,s,a,c,l=t.target;do{if(l.sortable){n=l.field||l.columnId,s=e.sort[0],a=e.hasNeutralSort&&s&&s.property===n&&s.descending?[]:[{property:n,descending:s&&s.property===n&&!s.descending}],c={bubbles:!0,cancelable:!0,grid:e,parentType:t.type,sort:a},o.emit(t.target,"dgrid-sort",c)&&(e._sortNode=l,e.set("sort",a));break}}while((l=l.parentNode)&&l!==r)}})},resize:function(){var e,t=this.headerNode.firstChild,n=this.contentNode;this.inherited(arguments),n.style.width="",n&&t&&(e=t.offsetWidth)>n.offsetWidth&&(n.style.width=e+"px")},destroy:function(){this._destroyColumns(),this._sortListener&&this._sortListener.remove(),this.inherited(arguments)},_setSort:function(){this.inherited(arguments),this.updateSortArrow(this.sort)},_findSortArrowParent:function(e){var t=this.columns;for(var n in t){var r=t[n];if(r.field===e)return r.headerNode}},updateSortArrow:function(e,t){if(this._lastSortedArrow&&(this._lastSortedArrow.parentNode&&r.remove(this._lastSortedArrow.parentNode,"dgrid-sort-up dgrid-sort-down"),n.destroy(this._lastSortedArrow),delete this._lastSortedArrow),t&&(this.sort=e),e[0]){var o=e[0].property,i=e[0].descending,s=this._sortNode||this._findSortArrowParent(o);delete this._sortNode,s&&(s=s.contents||s,this._lastSortedArrow=n.create("div",{className:"dgrid-sort-arrow ui-icon",innerHTML:" ",role:"presentation"},s,"first"),r.add(s,"dgrid-sort-"+(i?"down":"up")),this.resize())}},styleColumn:function(e,t){return this.addCssRule("#"+a.escapeCssIdentifier(this.domNode.id)+" .dgrid-column-"+l(e),t)},_configColumns:function(e,t){var n=[],r=t instanceof Array;return a.each(t,function(o,i){"string"==typeof o&&(t[i]=o={label:o}),r||o.field||(o.field=i),i=o.id=o.id||(isNaN(i)?i:e+i),this._configColumn&&(this._configColumn(o,t,e),i=o.id),r&&(this.columns[i]=o),o.grid?o.grid!==this&&console.warn("Sharing column definition objects with multiple grids is not supported.",o.grid,this):o.grid=this,n.push(o)},this),r?t:n},_destroyColumns:function(){this.cleanup()},configStructure:function(){var e=this.subRows,t=this._columns=this.columns;if(this.columns=!t||t instanceof Array?{}:t,e)for(var n=0;n<e.length;n++)e[n]=this._configColumns(n+"-",e[n]);else this.subRows=[this._configColumns("",t)]},_getColumns:function(){return this._columns||this.columns},_setColumns:function(e){this._destroyColumns(),this.subRows=null,this.columns=e,this._updateColumns()},_setSubRows:function(e){this._destroyColumns(),this.subRows=e,this._updateColumns()},_updateColumns:function(){this.configStructure(),this.renderHeader(),this.refresh(),this._lastCollection&&this.renderArray(this._lastCollection),this._started&&(this.sort.length?(this._lastSortedArrow=null,this.updateSortArrow(this.sort)):this.resize())}});return d.appendIfNode=c,d}.apply(null,r),void 0===o||(e.exports=o)},1600(e,t,n){var r,o;n.dj.r;r=[n(9925),n(2075),n(2641),n(2616),n(3930)],void 0===(o=function(e,t,n,r,o){var i,s=new e;return n(function(){var e=o.getBox();if(s._rlh=t(window,"resize",function(){var t=o.getBox();e.h==t.h&&e.w==t.w||(e=t,s.emit("resize"))}),8==r("ie")){var n=screen.deviceXDPI;setInterval(function(){screen.deviceXDPI!=n&&(n=screen.deviceXDPI,s.emit("resize"))},500)}r("ios")&&(t(document,"focusin",function(e){i=e.target}),t(document,"focusout",function(e){i=null}))}),s.getEffectiveBox=function(e){var t=o.getBox(e),n=i&&i.tagName&&i.tagName.toLowerCase();if(r("ios")&&i&&!i.readOnly&&("textarea"==n||"input"==n&&/^(color|email|number|password|search|tel|text|url)$/.test(i.type))){t.h*=0==orientation||180==orientation?.66:.4;var s=i.getBoundingClientRect();t.h=Math.max(t.h,s.top+s.height)}return t},s}.apply(null,r))||(e.exports=o)},1603(e,t,n){var r,o;n.dj.r;r=[n(6323),n(6974),n(6566),n(6356),n(3534),n(6345),n(2219),n(8942),n(9925)],o=function(e,t,n,r,o,i,s,a,c){r.add("object-proto",!!{}.__proto__&&!{}.watch);var l=r("object-proto");function d(e){return function(t,n){var r=this;return o(t,function(t){var o={target:t},i=n[1]||{};"beforeId"in i&&(o.beforeId=i.beforeId),r.emit(e,o)}),t}}return i(c,{constructor:function(e){e&&i.safeMixin(this,e),this.Model&&this.Model.createSubclass&&(this.Model=this.Model.createSubclass([]).extend({_store:this})),this.storage=new c;var t=this;this.autoEmitEvents&&(n.after(this,"add",d("add")),n.after(this,"put",d("update")),n.after(this,"remove",function(e,n){return o(e,function(){t.emit("delete",{id:n[0]})}),e}))},autoEmitEvents:!0,idProperty:"id",queryAccessors:!0,getIdentity:function(e){return e.get?e.get(this.idProperty):e[this.idProperty]},_setIdentity:function(e,t){e.set?e.set(this.idProperty,t):e[this.idProperty]=t},forEach:function(e,t){var n=this;return o(this.fetch(),function(r){for(var o,i=0;void 0!==(o=r[i]);i++)e.call(t,o,i,n);return r})},matchesFilter:function(e){var t=this.queryLog;if(t&&e){for(var n=[e],r=0,o=t.length;r<o;r++)n=t[r].querier(n);return n.length>0}return!0},on:function(e,t,n){var r=this;return this.storage.on(e,function(e){t&&(n&&!r.matchesFilter(e&&e.target)||t&&t(e))})},emit:function(e,t){(t=t||{}).type=e;try{return this.storage.emit(e,t)}catch(e){console.error(e)}finally{return t.cancelable}},parse:null,stringify:null,Model:null,_restore:function(t,n){var r=this.Model;if(r&&t){var o=r.prototype,i=o._restore;i?t=i.call(t,r,n):l&&n?t.__proto__=o:t=e.delegate(o,t)}return t},create:function(e){return new this.Model(e)},_createSubCollection:function(t){var n=e.delegate(this.constructor.prototype);for(var r in this)this._includePropertyInSubCollection(r,n)&&(n[r]=this[r]);return i.safeMixin(n,t)},_includePropertyInSubCollection:function(e,t){return!(e in t)||t[e]!==this[e]},queryLog:[],filter:new s({type:"filter",normalizeArguments:function(e){var t=this.Filter;return e instanceof t?[e]:[new t(e)]}}),Filter:a,sort:new s({type:"sort",normalizeArguments:function(n,r){var o;return"function"==typeof n?o=[n]:(o=n instanceof Array?n.slice():"object"==typeof n?[].slice.call(arguments):[{property:n,descending:r}],o=[o=t.map(o,function(t){return(t=e.mixin({},t)).descending=!!t.descending,t})]),o}}),select:new s({type:"select"}),_getQuerierFactory:function(e){return this["_create"+(e[0].toUpperCase()+e.substr(1))+"Querier"]}})}.apply(null,r),void 0===o||(e.exports=o)},1662(e,t,n){var r,o;n.dj.r;r=[n(4332)],void 0===(o=function(e){return e("CancelError",null,null,{dojoType:"cancel",log:!1})}.apply(null,r))||(e.exports=o)},1692(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6323),n(6974),n(7361)],void 0===(o=function(e,t,n,r){var o=e.Color=function(e){e&&this.setColor(e)};return o.named={black:[0,0,0],silver:[192,192,192],gray:[128,128,128],white:[255,255,255],maroon:[128,0,0],red:[255,0,0],purple:[128,0,128],fuchsia:[255,0,255],green:[0,128,0],lime:[0,255,0],olive:[128,128,0],yellow:[255,255,0],navy:[0,0,128],blue:[0,0,255],teal:[0,128,128],aqua:[0,255,255],transparent:r.transparentColor||[0,0,0,0]},t.extend(o,{r:255,g:255,b:255,a:1,_set:function(e,t,n,r){var o=this;o.r=e,o.g=t,o.b=n,o.a=r},setColor:function(e){return t.isString(e)?o.fromString(e,this):t.isArray(e)?o.fromArray(e,this):(this._set(e.r,e.g,e.b,e.a),e instanceof o||this.sanitize()),this},sanitize:function(){return this},toRgb:function(){var e=this;return[e.r,e.g,e.b]},toRgba:function(){var e=this;return[e.r,e.g,e.b,e.a]},toHex:function(){return"#"+n.map(["r","g","b"],function(e){var t=this[e].toString(16);return t.length<2?"0"+t:t},this).join("")},toCss:function(e){var t=this,n=t.r+", "+t.g+", "+t.b;return(e?"rgba("+n+", "+t.a:"rgb("+n)+")"},toString:function(){return this.toCss(!0)}}),o.blendColors=e.blendColors=function(e,t,n,r){var i=r||new o;return i.r=Math.round(e.r+(t.r-e.r)*n),i.g=Math.round(e.g+(t.g-e.g)*n),i.b=Math.round(e.b+(t.b-e.b)*n),i.a=e.a+(t.a-e.a)*n,i.sanitize()},o.fromRgb=e.colorFromRgb=function(e,t){var n=e.toLowerCase().match(/^rgba?\(([\s\.,0-9]+)\)/);return n&&o.fromArray(n[1].split(/\s*,\s*/),t)},o.fromHex=e.colorFromHex=function(e,t){var r=t||new o,i=4==e.length?4:8,s=(1<<i)-1;return e=Number("0x"+e.substr(1)),isNaN(e)?null:(n.forEach(["b","g","r"],function(t){var n=e&s;e>>=i,r[t]=4==i?17*n:n}),r.a=1,r)},o.fromArray=e.colorFromArray=function(e,t){var n=t||new o;return n._set(Number(e[0]),Number(e[1]),Number(e[2]),Number(e[3])),isNaN(n.a)&&(n.a=1),n.sanitize()},o.fromString=e.colorFromString=function(e,t){var n=o.named[e];return n&&o.fromArray(n,t)||o.fromRgb(e,t)||o.fromHex(e,t)},o}.apply(null,r))||(e.exports=o)},1925(e,t,n){var r;n.dj.r;void 0===(r=function(){return"undefined"!=typeof global&&"function"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:this}.call(null,n,t,e))||(e.exports=r)},2075(e,t,n){var r,o;n.dj.r;r=[n.dj.h("dom-addeventlistener?:6566"),n(1054),n(2616)],o=function(e,t,n){"use strict";if(n("dom")){var r=window.ScriptEngineMajorVersion;n.add("jscript",r&&r()+ScriptEngineMinorVersion()/10),n.add("event-orientationchange",!1),n.add("event-stopimmediatepropagation",window.Event&&!!window.Event.prototype&&!!window.Event.prototype.stopImmediatePropagation),n.add("event-focusin",function(e,t,n){return"onfocusin"in n})}var o=function(e,t,n,r){return"function"!=typeof e.on||"function"==typeof t||e.nodeType?o.parse(e,t,n,i,r,this):e.on(t,n)};o.pausable=function(e,t,n,r){var i,s=o(e,t,function(){if(!i)return n.apply(this,arguments)},r);return s.pause=function(){i=!0},s.resume=function(){i=!1},s},o.once=function(e,t,n,r){var i=o(e,t,function(){return i.remove(),n.apply(this,arguments)});return i},o.parse=function(e,t,n,r,i,s){var a;if(t.call)return t.call(s,e,n);if(t instanceof Array?a=t:t.indexOf(",")>-1&&(a=t.split(/\s*,\s*/)),a){for(var c,l=[],d=0;c=a[d++];)l.push(o.parse(e,c,n,r,i,s));return l.remove=function(){for(var e=0;e<l.length;e++)l[e].remove()},l}return r(e,t,n,i,s)};function i(e,t,n,r,i){var s=t.match(/(.*):(.*)/);if(s)return t=s[2],s=s[1],o.selector(s,t).call(i,e,n);if(f&&(n=f(n)),e.addEventListener){var a=t in d,c=a?d[t]:t;return e.addEventListener(c,n,a),{remove:function(){e.removeEventListener(c,n,a)}}}if(t="on"+t,v&&e.attachEvent)return v(e,t,n);throw new Error("Target must be an event emitter")}function s(){this.cancelable=!1,this.defaultPrevented=!0}function a(){this.bubbles=!1}o.matches=function(e,n,r,o,i){for(i=i&&"function"==typeof i.matches?i:t.query,o=!1!==o,1!=e.nodeType&&(e=e.parentNode);!i.matches(e,n,r);)if(e==r||!1===o||!(e=e.parentNode)||1!=e.nodeType)return!1;return e},o.selector=function(e,t,n){return function(r,i){var s="function"==typeof e?{matches:e}:this,a=t.bubble;function c(t){return o.matches(t,e,r,n,s)}return a?o(r,a(c),i):o(r,t,function(e){var t=c(e.target);if(t)return e.selectorTarget=t,i.call(t,e)})}};var c=[].slice,l=o.emit=function(e,t,n){var r=c.call(arguments,2),o="on"+t;if("parentNode"in e){var i=r[0]={};for(var l in n)i[l]=n[l];i.preventDefault=s,i.stopPropagation=a,i.target=e,i.type=t,n=i}do{e[o]&&e[o].apply(e,r)}while(n&&n.bubbles&&(e=e.parentNode));return n&&n.cancelable&&n},d=n("event-focusin")?{}:{focusin:"focus",focusout:"blur"};if(!n("event-stopimmediatepropagation"))var u=function(){this.immediatelyStopped=!0,this.modified=!0},f=function(e){return function(t){if(!t.immediatelyStopped)return t.stopImmediatePropagation=u,e.apply(this,arguments)}};if(n("dom-addeventlistener"))o.emit=function(e,t,n){if(e.dispatchEvent&&document.createEvent){var r=(e.ownerDocument||document).createEvent("HTMLEvents");for(var i in r.initEvent(t,!!n.bubbles,!!n.cancelable),n)i in r||(r[i]=n[i]);return e.dispatchEvent(r)&&r}return l.apply(o,arguments)};else{o._fixEvent=function(e,t){e||(e=(t&&(t.ownerDocument||t.document||t).parentWindow||window).event);if(!e)return e;try{h&&e.type==h.type&&e.srcElement==h.target&&(e=h)}catch(e){}if(!e.target&&(e.target=e.srcElement,e.currentTarget=t||e.srcElement,"mouseover"==e.type&&(e.relatedTarget=e.fromElement),"mouseout"==e.type&&(e.relatedTarget=e.toElement),e.stopPropagation||(e.stopPropagation=m,e.preventDefault=y),"keypress"===e.type)){var n="charCode"in e?e.charCode:e.keyCode;10==n?(n=0,e.keyCode=13):13==n||27==n?n=0:3==n&&(n=99),e.charCode=n,g(e)}return e};var h,p=function(e){this.handle=e};p.prototype.remove=function(){delete _dojoIEListeners_[this.handle]};var v=function(t,r,i){if(i=function(e){return function(t){t=o._fixEvent(t,this);var n=e.call(this,t);return t.modified&&(h||setTimeout(function(){h=null}),h=t),n}}(i),((t.ownerDocument?t.ownerDocument.parentWindow:t.parentWindow||t.window||window)!=top||n("jscript")<5.8)&&!n("config-_allow_leaks")){"undefined"==typeof _dojoIEListeners_&&(_dojoIEListeners_=[]);var s,a=t[r];if(!a||!a.listeners){var c=a;(a=Function("event","var callee = arguments.callee; for(var i = 0; i<callee.listeners.length; i++){var listener = _dojoIEListeners_[callee.listeners[i]]; if(listener){listener.call(this,event);}}")).listeners=[],t[r]=a,a.global=this,c&&a.listeners.push(_dojoIEListeners_.push(c)-1)}return a.listeners.push(s=a.global._dojoIEListeners_.push(i)-1),new p(s)}return e.after(t,r,i,!0)},g=function(e){e.keyChar=e.charCode?String.fromCharCode(e.charCode):"",e.charOrCode=e.keyChar||e.keyCode},m=function(){this.cancelBubble=!0},y=o._preventDefault=function(){if(this.bubbledKeyCode=this.keyCode,this.ctrlKey)try{this.keyCode=0}catch(e){}this.defaultPrevented=!0,this.returnValue=!1,this.modified=!0}}return o}.apply(null,r),void 0===o||(e.exports=o)},2085(e,t,n){var r,o;n.dj.r;r=[n(2685),n(6323),n(2641),n(2616),n(5075)],void 0===(o=function(e,t,n,r,o){var i=o.doc.documentElement,s=r("ie"),a=r("trident"),c=r("opera"),l=Math.floor,d=r("ff"),u=e.boxModel.replace(/-/,""),f={dj_quirks:r("quirks"),dj_opera:c,dj_khtml:r("khtml"),dj_webkit:r("webkit"),dj_safari:r("safari"),dj_chrome:r("chrome"),dj_edge:r("edge"),dj_gecko:r("mozilla"),dj_ios:r("ios"),dj_android:r("android")};s&&(f.dj_ie=!0,f["dj_ie"+l(s)]=!0,f.dj_iequirks=r("quirks")),a&&(f.dj_trident=!0,f["dj_trident"+l(a)]=!0),d&&(f["dj_ff"+l(d)]=!0),f["dj_"+u]=!0;var h="";for(var p in f)f[p]&&(h+=p+" ");return i.className=t.trim(i.className+" "+h),n(function(){if(!e.isBodyLtr()){var n="dj_rtl dijitRtl "+h.replace(/ /g,"-rtl ");i.className=t.trim(i.className+" "+n+"dj_rtl dijitRtl "+h.replace(/ /g,"-rtl "))}}),r}.apply(null,r))||(e.exports=o)},2090(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PagingGrid=t.Grid=t.QueryResults=t.Memory=t.domConstruct=t.Deferred=void 0,n(5608).__exportStar(n(2894),t);var r=n(6345),o=n(5625),i=n(28);t.Deferred=o,t.domConstruct=i;var s=n(5907),a=n(2626);t.Memory=s,t.QueryResults=a;var c=n(1540),l=n(5602),d=n(9173),u=n(2348),f=n(5533),h=n(297),p=n(4481),v=n(4808);t.Grid=r("Grid",[l,d,u,f,h,v.GridHelper]),t.Grid.prototype.i18nPagination=p.root,t.PagingGrid=r("PagingGrid",[c,v.Pagination,d,u,f,h,v.GridHelper]),t.PagingGrid.prototype.i18nPagination=p.root},2219(e,t,n){var r;n.dj.r;r=function(){return function(e){var t=e.type,n=e.normalizeArguments,r=e.applyQuery,o=e.querierFactory;return function(){var e=Array.prototype.slice.call(arguments),i=n?n.apply(this,e):e,s={type:t,arguments:e,normalizedArguments:i},a=this._getQuerierFactory(t)||o;a&&(s.querier=a.apply(this,i));var c=this._createSubCollection({queryLog:this.queryLog.concat(s)});return r?r.call(this,c,s):c}}}.apply(null,[]),void 0===r||(e.exports=r)},2236(e,t,n){var r,o;n.dj.r;r=[n(3185),n(6356),n(6323),n(6974)],void 0===(o=function(e,t,n,r){function o(e,t,n){if(!e||!1!==e.log){var r="";e&&e.stack&&(r+=e.stack),t&&t.stack&&(r+="\n ----------------------------------------\n rejected"+t.stack.split("\n").slice(1).join("\n").replace(/^\s+/," ")),n&&n.stack&&(r+="\n ----------------------------------------\n"+n.stack),console.error(e,r)}}function i(e,t,n,r){t||o(e,n,r)}t.add("config-useDeferredInstrumentation","report-unhandled-rejections");var s=[],a=!1,c=1e3;function l(e,t,n,o){r.some(s,function(n){if(n.error===e)return t&&(n.handled=!0),!0})||s.push({error:e,rejection:n,handled:t,deferred:o,timestamp:(new Date).getTime()}),a||(a=setTimeout(d,c))}function d(){var e=(new Date).getTime(),t=e-c;s=r.filter(s,function(e){return!(e.timestamp<t)||(e.handled||o(e.error,e.rejection,e.deferred),!1)}),a=!!s.length&&setTimeout(d,s[0].timestamp+c-e)}return function(r){var o=t("config-useDeferredInstrumentation");if(o){e.on("resolved",n.hitch(console,"log","resolved")),e.on("rejected",n.hitch(console,"log","rejected")),e.on("progress",n.hitch(console,"log","progress"));var s=[];if("string"==typeof o&&(s=o.split(","),o=s.shift()),"report-rejections"===o)r.instrumentRejected=i;else{if("report-unhandled-rejections"!==o&&!0!==o&&1!==o)throw new Error("Unsupported instrumentation usage <"+o+">");r.instrumentRejected=l,c=parseInt(s[0],10)||c}}}}.apply(null,r))||(e.exports=o)},2284(e,t,n){var r,o;n.dj.r;r=[n(2616),n(5075),n(1054)],void 0===(o=function(e,t,n){if(e("ie")<=7)try{document.execCommand("BackgroundImageCache",!1,!0)}catch(e){}var r={};e("ie")?r.byId=function(e,n){if("string"!=typeof e)return e||null;var r=n||t.doc,o=e&&r.getElementById(e);if(o&&(o.attributes.id.value==e||o.id==e))return o;var i=r.all[e];i&&!i.nodeName||(i=[i]);for(var s=0;o=i[s++];)if(o.attributes&&o.attributes.id&&o.attributes.id.value==e||o.id==e)return o;return null}:r.byId=function(e,n){return("string"==typeof e?(n||t.doc).getElementById(e):e)||null};var o=n.global.document||null;e.add("dom-contains",!(!o||!o.contains)),r.isDescendant=e("dom-contains")?function(e,t){return!(!(t=r.byId(t))||!t.contains(r.byId(e)))}:function(e,t){try{for(e=r.byId(e),t=r.byId(t);e;){if(e==t)return!0;e=e.parentNode}}catch(e){}return!1},e.add("css-user-select",function(e,t,n){if(!n)return!1;var r=n.style,o=["Khtml","O","Moz","Webkit"],i=o.length,s="userSelect";do{if(void 0!==r[s])return s}while(i--&&(s=o[i]+"UserSelect"));return!1});var i=e("css-user-select");return r.setSelectable=i?function(e,t){r.byId(e).style[i]=t?"":"none"}:function(e,t){var n=(e=r.byId(e)).getElementsByTagName("*"),o=n.length;if(t)for(e.removeAttribute("unselectable");o--;)n[o].removeAttribute("unselectable");else for(e.setAttribute("unselectable","on");o--;)n[o].setAttribute("unselectable","on")},r}.apply(null,r))||(e.exports=o)},2348(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6566),n(8945),n(8471),n(2075),n(2616),n.dj.h("touch?5892"),n(1172),n(2284)],o=function(e,t,n,r,o,i,s){i.add("dom-comparedocumentposition",function(e,t,n){return!!n.compareDocumentPosition}),i.add("dom-selectstart",void 0!==document.onselectstart);var a=i("mac")?"metaKey":"ctrlKey",c=i("css-user-select"),l=i("pointer"),d=l&&"MS"===l.slice(0,2),u=l?l+(d?"Down":"down"):"mousedown",f=l?l+(d?"Up":"up"):"mouseup";function h(e,t){for(var n=e.unselectable=t?"on":"",r=e.getElementsByTagName("*"),o=r.length;--o;)"INPUT"!==r[o].tagName&&"TEXTAREA"!==r[o].tagName&&(r[o].unselectable=n)}function p(e,n){var r=e.bodyNode,s=n?"text":i("ff")<21?"-moz-none":"none";c&&"msUserSelect"!==c?r.style[c]=s:i("dom-selectstart")?n||e._selectstartHandle?n&&e._selectstartHandle&&(e._selectstartHandle.remove(),delete e._selectstartHandle):e._selectstartHandle=o(r,"selectstart",function(e){var t=e.target&&e.target.tagName;"INPUT"!==t&&"TEXTAREA"!==t&&e.preventDefault()}):(h(r,!n),n||e._unselectableHandle?n&&e._unselectableHandle&&(e._unselectableHandle.remove(),delete e._unselectableHandle):e._unselectableHandle=t.after(e,"renderRow",function(e){return h(e,!0),e}))}return"WebkitUserSelect"===c&&void 0!==document.documentElement.style.msUserSelect&&(c=!1),e(null,{selectionDelegate:".dgrid-row",selectionEvents:u+","+f+",dgrid-cellfocusin",selectionTouchEvents:null,deselectOnRefresh:!0,allowSelectAll:!1,selection:{},selectionMode:"extended",allowTextSelection:void 0,_selectionTargetType:"rows",create:function(){return this.selection={},this.inherited(arguments)},postCreate:function(){this.inherited(arguments),this._initSelectionEvents();var e=this.selectionMode;this.selectionMode="",this._setSelectionMode(e)},destroy:function(){this.inherited(arguments),this._selectstartHandle&&this._selectstartHandle.remove(),this._unselectableHandle&&this._unselectableHandle.remove(),this._removeDeselectSignals&&this._removeDeselectSignals()},_setSelectionMode:function(e){e!==this.selectionMode&&(this.clearSelection(),this.selectionMode=e,this._selectionHandlerName="_"+e+"SelectionHandler",this._setAllowTextSelection(this.allowTextSelection))},_setAllowTextSelection:function(e){p(this,void 0!==e?e:"none"===this.selectionMode),this.allowTextSelection=e},_handleSelect:function(e,t){r.isRight(e)||!this[this._selectionHandlerName]||!this.allowSelect(this.row(t))||"dgrid-cellfocusin"===e.type&&"mousedown"===e.parentType||e.type===f&&t!==this._waitForMouseUp||(this._waitForMouseUp=null,this._selectionTriggerEvent=e,e.keyCode&&e.ctrlKey&&32!==e.keyCode||(!e.shiftKey&&e.type===u&&this.isSelected(t)?this._waitForMouseUp=t:this[this._selectionHandlerName](e,t)),this._selectionTriggerEvent=null)},_singleSelectionHandler:function(e,t){var n=e.keyCode?e.ctrlKey:e[a];this._lastSelected===t?this.select(t,null,!n||!this.isSelected(t)):(this.clearSelection(),this.select(t),this._lastSelected=t)},_multipleSelectionHandler:function(e,t){var n,r=this._lastSelected,o=e.keyCode?e.ctrlKey:e[a];e.shiftKey||(n=!o||null,r=null),this.select(t,r,n),r||(this._lastSelected=t)},_extendedSelectionHandler:function(e,t){!e[a]&&this.isSelected(t)&&1===this.getSelectedCount()||((2===e.button?this.isSelected(t):e.keyCode?e.ctrlKey:e[a])||this.clearSelection(null,!0),this._multipleSelectionHandler(e,t))},_toggleSelectionHandler:function(e,t){this.select(t,null,null)},_initSelectionEvents:function(){var e=this,n=this.contentNode,r=this.selectionDelegate;this._selectionEventQueues={deselect:[],select:[]},o(n,o.selector(r,this.selectionEvents),function(t){e._handleSelect(t,this)}),this.addKeyHandler&&this.addKeyHandler(32,function(t){e._handleSelect(t,t.target)}),this.allowSelectAll&&this.on("keydown",function(t){t[a]&&65===t.keyCode&&!/\bdgrid-input\b/.test(t.target.className)&&(t.preventDefault(),e[e.allSelected?"clearSelection":"selectAll"]())}),this._setCollection&&this._listeners.push(t.before(this,"_setCollection",function(t){e._updateDeselectionAspect(t)})),this._updateDeselectionAspect()},_updateDeselectionAspect:function(e){var n,r=this;function o(e,t){var n=r.row(e);n&&r.selection[n.id]&&r[t](n)}this._removeDeselectSignals&&this._removeDeselectSignals(),n=e&&e.track&&this._observeCollection?[t.before(this,"_observeCollection",function(e){n.push(e.on("delete",function(e){void 0===e.index&&o(e.id,"deselect")}))}),t.after(this,"_observeCollection",function(e){n.push(e.on("update",function(t){void 0!==t.index&&o(e.getIdentity(t.target),"select")}))},!0)]:[t.before(this,"removeRow",function(e,t){var n;t||(n=this.row(e))&&n.id in this.selection&&this.deselect(n)})],this._removeDeselectSignals=function(){for(var e=n.length;e--;)n[e].remove();n=[]}},allowSelect:function(){return!0},_fireSelectionEvent:function(e){var t,n=this._selectionEventQueues[e],r=this._selectionTriggerEvent;t={bubbles:!0,grid:this},r&&(t.parentType=r.type),t[this._selectionTargetType]=n,this._selectionEventQueues[e]=[],o.emit(this.contentNode,"dgrid-"+e,t)},_fireSelectionEvents:function(){var e,t=this._selectionEventQueues;for(e in t)t[e].length&&this._fireSelectionEvent(e)},_select:function(e,t,r){var o,i,s,a,c;if(void 0===r&&(r=!0),e.element||(e=this.row(e)),(!1===r||this.allowSelect(e))&&(i=!!(o=this.selection)[e.id],null===r&&(r=!i),s=e.element,r||this.allSelected?o[e.id]=r:delete this.selection[e.id],s&&(r?n.add(s,"dgrid-selected"+(this.addUiClasses?" ui-state-active":"")):n.remove(s,"dgrid-selected ui-state-active")),r!==i&&s&&this._selectionEventQueues[(r?"":"de")+"select"].push(e),t)){if(t.element||(t=this.row(t)),!t)return this._lastSelected=s,void console.warn("The selection range has been reset because the beginning of the selection is no longer in the DOM. If you are using OnDemandList, you may wish to increase farOffRemoval to avoid this, but note that keeping more nodes in the DOM may impact performance.");if(a=t.element)for((c=this._determineSelectionDirection(s,a))||(a=document.getElementById(a.id),c=this._determineSelectionDirection(s,a));e.element!==a&&(e=this[c](e));)this._select(e,null,r)}},_determineSelectionDirection:i("dom-comparedocumentposition")?function(e,t){var n=t.compareDocumentPosition(e);return!(1&n)&&(2===n?"down":"up")}:function(e,t){return!(t.sourceIndex<1)&&(t.sourceIndex>e.sourceIndex?"down":"up")},select:function(e,t,n){this._select(e,t,n),this._fireSelectionEvents()},deselect:function(e,t){this.select(e,t,!1)},clearSelection:function(e,t){for(var n in this.allSelected=!1,this.selection)e!==n&&this._select(n,null,!1);t||(this._lastSelected=null),this._fireSelectionEvents()},selectAll:function(){for(var e in this.allSelected=!0,this.selection={},this._rowIdToObject){var t=this.row(this._rowIdToObject[e]);this._select(t.id,null,!0)}this._fireSelectionEvents()},getSelectedCount:function(){var e=0;for(var t in this.selection)t&&(e+=1);return e},isSelected:function(e){return null!=e&&(e.element||(e=this.row(e)),e.id in this.selection?!!this.selection[e.id]:this.allSelected&&(!e.data||this.allowSelect(e)))},refresh:function(){return this.deselectOnRefresh&&this.clearSelection(),this._lastSelected=null,this.inherited(arguments)},renderArray:function(){var e,t,n,r=this.inherited(arguments),o=this.selection;for(e=0;e<r.length;e++)(n=(t=this.row(r[e])).id in o?o[t.id]:this.allSelected)&&this.select(t,null,n);return this._fireSelectionEvents(),r}})}.apply(null,r),void 0===o||(e.exports=o)},2573(e,t,n){var r,o;n.dj.r;r=[n(8212),n(1054),n(6974),n(6356),n(8819)],void 0===(o=function(e,t,n,r){var o;if(r.add("activex","undefined"!=typeof ActiveXObject),r.add("dom-parser",function(e){return"DOMParser"in e}),r("activex")){var i,s=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","MSXML2.DOMDocument.3.0","MSXML.DOMDocument"];o=function(e){var t=e.data,o=e.text;function a(e){try{var n=new ActiveXObject(e);n.async=!1,n.loadXML(o),t=n,i=e}catch(e){return!1}return!0}return t&&r("dom-qsa2.1")&&!t.querySelectorAll&&r("dom-parser")&&(t=(new DOMParser).parseFromString(o,"application/xml")),t&&t.documentElement||i&&a(i)||n.some(s,a),t}}var a=function(e){return r("native-xhr2-blob")||"blob"!==e.options.handleAs||"undefined"==typeof Blob?e.xhr.response:new Blob([e.xhr.response],{type:e.xhr.getResponseHeader("Content-Type")})},c={javascript:function(e){return t.eval(e.text||"")},json:function(t){return e.parse(t.text||null)},xml:o,blob:a,arraybuffer:a,document:a};function l(e){var t=c[e.options.handleAs];return e.data=t?t(e):e.data||e.text,e}return l.register=function(e,t){c[e]=t},l}.apply(null,r))||(e.exports=o)},2616(e,t,n){var r,o;n.dj.r;r=[n(6356)],void 0===(o=function(e){if(e("host-browser")){var t=navigator,n=t.userAgent,r=t.appVersion,o=parseFloat(r);if(e.add("air",n.indexOf("AdobeAIR")>=0),e.add("wp",parseFloat(n.split("Windows Phone")[1])||void 0),e.add("msapp",parseFloat(n.split("MSAppHost/")[1])||void 0),e.add("khtml",r.indexOf("Konqueror")>=0?o:void 0),e.add("edge",parseFloat(n.split("Edge/")[1])||void 0),e.add("opr",parseFloat(n.split("OPR/")[1])||void 0),e.add("webkit",!e("wp")&&!e("edge")&&parseFloat(n.split("WebKit/")[1])||void 0),e.add("chrome",!e("edge")&&!e("opr")&&parseFloat(n.split("Chrome/")[1])||void 0),e.add("android",!e("wp")&&parseFloat(n.split("Android ")[1])||void 0),e.add("safari",!(r.indexOf("Safari")>=0)||e("wp")||e("chrome")||e("android")||e("edge")||e("opr")?void 0:parseFloat(r.split("Version/")[1])),e.add("mac",r.indexOf("Macintosh")>=0),e.add("quirks","BackCompat"==document.compatMode),!e("wp")&&n.match(/(iPhone|iPod|iPad)/)){var i=RegExp.$1.replace(/P/,"p"),s=n.match(/OS ([\d_]+)/)?RegExp.$1:"1",a=parseFloat(s.replace(/_/,".").replace(/_/g,""));e.add(i,a),e.add("ios",a)}if(e.add("bb",(n.indexOf("BlackBerry")>=0||n.indexOf("BB10")>=0)&&parseFloat(n.split("Version/")[1])||void 0),e.add("trident",parseFloat(r.split("Trident/")[1])||void 0),e.add("svg","undefined"!=typeof SVGAngle),!e("webkit")){if(n.indexOf("Opera")>=0&&e.add("opera",o>=9.8&&parseFloat(n.split("Version/")[1])||o),!(n.indexOf("Gecko")>=0)||e("wp")||e("khtml")||e("trident")||e("edge")||e.add("mozilla",o),e("mozilla")&&e.add("ff",parseFloat(n.split("Firefox/")[1]||n.split("Minefield/")[1])||void 0),document.all&&!e("opera")){var c=parseFloat(r.split("MSIE ")[1])||void 0,l=document.documentMode;l&&5!=l&&Math.floor(c)!=l&&(c=l),e.add("ie",c)}e.add("wii","undefined"!=typeof opera&&opera.wiiremote)}}return e}.apply(null,r))||(e.exports=o)},2626(e,t,n){var r,o;n.dj.r;r=[n(6323),n(3534)],void 0===(o=function(e,t){function n(e,n){return t(this,function(t){for(var r=0,o=t.length;r<o;r++)e.call(n,t[r],r,t)})}return function(t,r){var o=r&&"totalLength"in r;if(t.then){var i=(t=e.delegate(t)).then(function(e){var t=o?r.totalLength:e.totalLength||e.length;return e.totalLength=t,!o&&t});t.totalLength=o?r.totalLength:i,t.response=r&&r.response}else t.totalLength=o?r.totalLength:t.length;return t.forEach=n,t}}.apply(null,r))||(e.exports=o)},2641(e,t,n){var r,o;n.dj.r;r=[n(1925),n(6356)],void 0===(o=function(e,t){var n,r=document,o={loaded:1,complete:1},i="string"!=typeof r.readyState,s=!!o[r.readyState],a=[];function c(e){a.push(e),s&&l()}function l(){if(!n){for(n=!0;a.length;)try{a.shift()(r)}catch(e){console.error(e,"in domReady callback",e.stack)}n=!1,c._onQEmpty()}}if(c.load=function(e,t,n){c(n)},c._Q=a,c._onQEmpty=function(){},i&&(r.readyState="loading"),!s){var d=[],u=function(t){t=t||e.event,s||"readystatechange"==t.type&&!o[r.readyState]||(i&&(r.readyState="complete"),s=1,l())},f=function(e,t){e.addEventListener(t,u,!1),a.push(function(){e.removeEventListener(t,u,!1)})};if(!t("dom-addeventlistener")){f=function(e,t){t="on"+t,e.attachEvent(t,u),a.push(function(){e.detachEvent(t,u)})};var h=r.createElement("div");try{h.doScroll&&null===e.frameElement&&d.push(function(){try{return h.doScroll("left"),1}catch(e){}})}catch(e){}}if(f(r,"DOMContentLoaded"),f(e,"load"),"onreadystatechange"in r?f(r,"readystatechange"):i||d.push(function(){return o[r.readyState]}),d.length){var p=function(){if(!s){for(var e=d.length;e--;)if(d[e]())return void u("poller");setTimeout(p,30)}};p()}}return c}.apply(null,r))||(e.exports=o)},2685(e,t,n){var r,o;n.dj.r;r=[n(2616),n(5075),n(2284),n(1248)],void 0===(o=function(e,t,n,r){var o={boxModel:"content-box"};e("ie")&&(o.boxModel="BackCompat"==document.compatMode?"border-box":"content-box"),o.getPadExtents=function(e,t){e=n.byId(e);var o=t||r.getComputedStyle(e),i=r.toPixelValue,s=i(e,o.paddingLeft),a=i(e,o.paddingTop),c=i(e,o.paddingRight),l=i(e,o.paddingBottom);return{l:s,t:a,r:c,b:l,w:s+c,h:a+l}};var i="none";function s(e,t,n,r,o,i){i=i||"px";var s=e.style;isNaN(t)||(s.left=t+i),isNaN(n)||(s.top=n+i),r>=0&&(s.width=r+i),o>=0&&(s.height=o+i)}function a(e){return"button"==e.tagName.toLowerCase()||"input"==e.tagName.toLowerCase()&&"button"==(e.getAttribute("type")||"").toLowerCase()}function c(e){return"border-box"==o.boxModel||"table"==e.tagName.toLowerCase()||a(e)}function l(e){var t,n={x:0,y:0,width:0,height:0,top:0,right:0,bottom:0,left:0};try{t=e.getBoundingClientRect()}catch(e){return n}return void 0===t.left?n:t}o.getBorderExtents=function(e,t){e=n.byId(e);var o=r.toPixelValue,s=t||r.getComputedStyle(e),a=s.borderLeftStyle!=i?o(e,s.borderLeftWidth):0,c=s.borderTopStyle!=i?o(e,s.borderTopWidth):0,l=s.borderRightStyle!=i?o(e,s.borderRightWidth):0,d=s.borderBottomStyle!=i?o(e,s.borderBottomWidth):0;return{l:a,t:c,r:l,b:d,w:a+l,h:c+d}},o.getPadBorderExtents=function(e,t){e=n.byId(e);var i=t||r.getComputedStyle(e),s=o.getPadExtents(e,i),a=o.getBorderExtents(e,i);return{l:s.l+a.l,t:s.t+a.t,r:s.r+a.r,b:s.b+a.b,w:s.w+a.w,h:s.h+a.h}},o.getMarginExtents=function(e,t){e=n.byId(e);var o=t||r.getComputedStyle(e),i=r.toPixelValue,s=i(e,o.marginLeft),a=i(e,o.marginTop),c=i(e,o.marginRight),l=i(e,o.marginBottom);return{l:s,t:a,r:c,b:l,w:s+c,h:a+l}},o.getMarginBox=function(t,s){t=n.byId(t);var a,c=s||r.getComputedStyle(t),l=o.getMarginExtents(t,c),d=t.offsetLeft-l.l,u=t.offsetTop-l.t,f=t.parentNode,h=r.toPixelValue;return 8!=e("ie")||e("quirks")||f&&(d-=(a=r.getComputedStyle(f)).borderLeftStyle!=i?h(t,a.borderLeftWidth):0,u-=a.borderTopStyle!=i?h(t,a.borderTopWidth):0),{l:d,t:u,w:t.offsetWidth+l.w,h:t.offsetHeight+l.h}},o.getContentBox=function(t,s){t=n.byId(t);var a,c=s||r.getComputedStyle(t),l=t.clientWidth,d=o.getPadExtents(t,c),u=o.getBorderExtents(t,c),f=t.offsetLeft+d.l+u.l,h=t.offsetTop+d.t+u.t;if(l?a=t.clientHeight:(l=t.offsetWidth-u.w,a=t.offsetHeight-u.h),8==e("ie")&&!e("quirks")){var p,v=t.parentNode,g=r.toPixelValue;v&&(f-=(p=r.getComputedStyle(v)).borderLeftStyle!=i?g(t,p.borderLeftWidth):0,h-=p.borderTopStyle!=i?g(t,p.borderTopWidth):0)}return{l:f,t:h,w:l-d.w,h:a-d.h}},o.setContentSize=function(e,t,r){e=n.byId(e);var i=t.w,a=t.h;if(c(e)){var l=o.getPadBorderExtents(e,r);i>=0&&(i+=l.w),a>=0&&(a+=l.h)}s(e,NaN,NaN,i,a)};var d={l:0,t:0,w:0,h:0};return o.setMarginBox=function(t,i,l){t=n.byId(t);var u=l||r.getComputedStyle(t),f=i.w,h=i.h,p=c(t)?d:o.getPadBorderExtents(t,u),v=o.getMarginExtents(t,u);if(e("webkit")&&a(t)){var g=t.style;f>=0&&!g.width&&(g.width="4px"),h>=0&&!g.height&&(g.height="4px")}f>=0&&(f=Math.max(f-p.w-v.w,0)),h>=0&&(h=Math.max(h-p.h-v.h,0)),s(t,i.l,i.t,f,h)},o.isBodyLtr=function(e){return e=e||t.doc,"ltr"==(t.body(e).dir||e.documentElement.dir||"ltr").toLowerCase()},o.docScroll=function(n){var r=(n=n||t.doc).parentWindow||n.defaultView;return"pageXOffset"in r?{x:r.pageXOffset,y:r.pageYOffset}:(r=e("quirks")?t.body(n):n.documentElement)&&{x:o.fixIeBiDiScrollLeft(r.scrollLeft||0,n),y:r.scrollTop||0}},o.getIeDocumentElementOffset=function(e){return{x:0,y:0}},o.fixIeBiDiScrollLeft=function(n,r){r=r||t.doc;var i=e("ie");if(i&&!o.isBodyLtr(r)){var s=e("quirks"),a=s?t.body(r):r.documentElement,c=t.global;return 6==i&&!s&&c.frameElement&&a.scrollHeight>a.clientHeight&&(n+=a.clientLeft),i<8||s?n+a.clientWidth-a.scrollWidth:-n}return n},o.position=function(r,i){r=n.byId(r);var s=t.body(r.ownerDocument),a=l(r);if(a={x:a.left,y:a.top,w:a.right-a.left,h:a.bottom-a.top},e("ie")<9&&(a.x-=e("quirks")?s.clientLeft+s.offsetLeft:0,a.y-=e("quirks")?s.clientTop+s.offsetTop:0),i){var c=o.docScroll(r.ownerDocument);a.x+=c.x,a.y+=c.y}return a},o.getMarginSize=function(e,t){e=n.byId(e);var i=o.getMarginExtents(e,t||r.getComputedStyle(e)),s=l(e);return{w:s.right-s.left+i.w,h:s.bottom-s.top+i.h}},o.normalizeEvent=function(t){if("layerX"in t||(t.layerX=t.offsetX,t.layerY=t.offsetY),!("pageX"in t)){var n=t.target,r=n&&n.ownerDocument||document,i=e("quirks")?r.body:r.documentElement;t.pageX=t.clientX+o.fixIeBiDiScrollLeft(i.scrollLeft||0,r),t.pageY=t.clientY+(i.scrollTop||0)}},o}.apply(null,r))||(e.exports=o)},2894(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BUILD_VERSION=t.PKG_VERSION=t.PKG_NAME=void 0,t.PKG_NAME="@hpcc-js/dgrid-shim",t.PKG_VERSION="3.3.2",t.BUILD_VERSION="3.3.2"},3050(e,t,n){var r,o;n.dj.r;r=[n(6974),n(2284),n(7878),n(1248),n(6323),n(2616),n(231)],void 0===(o=function(e,t,n,r,o,i,s){var a,c={_isElementShown:function(e){var t=r.get(e);return"hidden"!=t.visibility&&"collapsed"!=t.visibility&&"none"!=t.display&&"hidden"!=n.get(e,"type")},hasDefaultTabStop:function(e){switch(e.nodeName.toLowerCase()){case"a":return n.has(e,"href");case"area":case"button":case"input":case"object":case"select":case"textarea":return!0;case"iframe":var t;try{var r=e.contentDocument;if("designMode"in r&&"on"==r.designMode)return!0;t=r.body}catch(n){try{t=e.contentWindow.document.body}catch(e){return!1}}return t&&("true"==t.contentEditable||t.firstChild&&"true"==t.firstChild.contentEditable);default:return"true"==e.contentEditable}},effectiveTabIndex:function(e){return n.get(e,"disabled")?a:n.has(e,"tabIndex")?+n.get(e,"tabIndex"):c.hasDefaultTabStop(e)?0:a},isTabNavigable:function(e){return c.effectiveTabIndex(e)>=0},isFocusable:function(e){return c.effectiveTabIndex(e)>=-1},_getTabNavigable:function(e){var t,r,o,s,a,l,d={};function u(e){return e&&"input"==e.tagName.toLowerCase()&&e.type&&"radio"==e.type.toLowerCase()&&e.name&&e.name.toLowerCase()}var f=c._isElementShown,h=c.effectiveTabIndex,p=function(e){for(var c=e.firstChild;c;c=c.nextSibling)if(!(1!=c.nodeType||i("ie")<=9&&"HTML"!==c.scopeName)&&f(c)){var v=h(c);if(v>=0){0==v?(t||(t=c),r=c):v>0&&((!o||v<s)&&(s=v,o=c),(!a||v>=l)&&(l=v,a=c));var g=u(c);n.get(c,"checked")&&g&&(d[g]=c)}"SELECT"!=c.nodeName.toUpperCase()&&p(c)}};function v(e){return d[u(e)]||e}return f(e)&&p(e),{first:v(t),last:v(r),lowest:v(o),highest:v(a)}},getFirstInTabbingOrder:function(e,n){var r=c._getTabNavigable(t.byId(e,n));return r.lowest?r.lowest:r.first},getLastInTabbingOrder:function(e,n){var r=c._getTabNavigable(t.byId(e,n));return r.last?r.last:r.highest}};return i("extend-dojo")&&o.mixin(s,c),c}.apply(null,r))||(e.exports=o)},3060(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6974)],o=function(e,t){function n(e,t){if(e.indexOf(".")>-1){var n=e.split("."),r=n.length;return function(e){for(var o=0;o<r;o++)e=e&&(t&&e.get?e.get(n[o]):e[n[o]]);return e}}return function(t){return t.get?t.get(e):t[e]}}var r={eq:function(e,t){return e===t},in:function(e,n){return t.indexOf(n.data||n,e)>-1},ne:function(e,t){return e!==t},lt:function(e,t){return e<t},lte:function(e,t){return e<=t},gt:function(e,t){return e>t},gte:function(e,t){return e>=t},match:function(e,t,n){return t.test(e,n)},contains:function(e,n,r,o){var i,s=this;return i=n.data?n.data:Array.isArray(n)?n:[n],t.every(i,function(n){if("object"==typeof n&&n.type){var i=s._getFilterComparator(n.type);return t.some(e,function(e){return i.call(s,e,n.args[1],r,o)})}return t.indexOf(e,n)>-1})}};return e(null,{_createFilterQuerier:function(e){var r=this.queryAccessors,o=this,i=function e(t){var i,s,a=t.type,c=t.args,l=o._getFilterComparator(a);if(l){var d=c[0],u=n(d,r),f=c[1];return f&&f.fetchSync&&(f=f.fetchSync()),function(e){return l.call(o,u(e),f,e,d)}}switch(a){case"and":case"or":for(var h=0,p=c.length;h<p;h++)s=e(c[h]),i=i?function(e,t){return"and"===a?function(n){return e(n)&&t(n)}:function(n){return e(n)||t(n)}}(i,s):s;return i;case"function":return c[0];case"string":var v=o[c[0]];if(!v)throw new Error("No filter function "+c[0]+" was found in the collection");return v;case void 0:return function(){return!0};default:throw new Error('Unknown filter operation "'+a+'"')}}(e);return function(e){return t.filter(e,i)}},_getFilterComparator:function(e){return r[e]||this.inherited(arguments)},_createSelectQuerier:function(e){return function(n){var r=e.length;return t.map(n,e instanceof Array?function(t){for(var n={},o=0;o<r;o++){var i=e[o];n[i]=t[i]}return n}:function(t){return t[e]})}},_createSortQuerier:function(e){var t=this.queryAccessors;return function(r){return r=r.slice(),"function"==typeof e?r.sort(e):e&&e.length&&r.sort(function(r,o){for(var i=0;i<e.length;i++){var s,a=e[i];if("function"==typeof a)s=a(r,o);else{var c=a.get||(a.get=n(a.property,t)),l=a.descending,d=c(r),u=c(o);if(null!=d&&(d=d.valueOf()),null!=u&&(u=u.valueOf()),d===u)s=0;else{var f=void 0===u||null===u&&void 0!==d||null!=d&&d<u;s=Boolean(l)===f?1:-1}}if(0!==s)return s}return 0}),r}}})}.apply(null,r),void 0===o||(e.exports=o)},3068(e,t,n){var r,o;n.dj.r;r=[n.dj.c(e),n(6974),n(6566),n(7361),n(5641),n(6345),n(2284),n(7878),n(8945),n(28),n(2685),n(1248),n(6356),n(1054),n(6323),n(2075),n(9671),n(4062),n(7111),n(5075),n(6510),n.dj.h("dojo-bidi?5250"),n(7601)],o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v,g,m,y,_,b,w,x){f.add("dijit-legacy-requires",!h.isAsync),f.add("dojo-bidi",!1);var N={};function j(e){return function(t){a[t?"set":"remove"](this.domNode,e,t),this._set(e,t)}}var C=i("dijit._WidgetBase",[m,b],{id:"",_setIdAttr:"domNode",lang:"",_setLangAttr:j("lang"),dir:"",_setDirAttr:j("dir"),class:"",_setClassAttr:{node:"domNode",type:"class"},_setTypeAttr:null,style:"",title:"",tooltip:"",baseClass:"",srcNodeRef:null,domNode:null,containerNode:null,ownerDocument:null,_setOwnerDocumentAttr:function(e){this._set("ownerDocument",e)},attributeMap:{},_blankGif:r.blankGif||e.toUrl("dojo/resources/blank.gif"),textDir:"",_introspect:function(){var e=this.constructor;if(!e._setterAttrs){var t=e.prototype,n=e._setterAttrs=[],r=e._onMap={};for(var o in t.attributeMap)n.push(o);for(o in t)/^on/.test(o)&&(r[o.substring(2).toLowerCase()]=o),/^_set[A-Z](.*)Attr$/.test(o)&&(o=o.charAt(4).toLowerCase()+o.substr(5,o.length-9),t.attributeMap&&o in t.attributeMap||n.push(o))}},postscript:function(e,t){this.create(e,t)},create:function(e,t){var n;if(this._introspect(),this.srcNodeRef=s.byId(t),this._connects=[],this._supportingWidgets=[],this.srcNodeRef&&this.srcNodeRef.id&&"string"==typeof this.srcNodeRef.id&&(this.id=this.srcNodeRef.id),e&&(this.params=e,p.mixin(this,e)),this.postMixInProperties(),this.id||(this.id=x.getUniqueId(this.declaredClass.replace(/\./g,"_")),this.params&&delete this.params.id),this.ownerDocument=this.ownerDocument||(this.srcNodeRef?this.srcNodeRef.ownerDocument:document),this.ownerDocumentBody=_.body(this.ownerDocument),x.add(this),this.buildRendering(),this.domNode){this._applyAttributes();var r=this.srcNodeRef;r&&r.parentNode&&this.domNode!==r&&(r.parentNode.replaceChild(this.domNode,r),n=!0),this.domNode.setAttribute("widgetId",this.id)}this.postCreate(),n&&delete this.srcNodeRef,this._created=!0},_applyAttributes:function(){var e={};for(var n in this.params||{})e[n]=this._get(n);for(n in t.forEach(this.constructor._setterAttrs,function(t){if(!(t in e)){var n=this._get(t);n&&this.set(t,n)}},this),e)this.set(n,e[n])},postMixInProperties:function(){},buildRendering:function(){if(this.domNode||(this.domNode=this.srcNodeRef||this.ownerDocument.createElement("div")),this.baseClass){var e=this.baseClass.split(" ");this.isLeftToRight()||(e=e.concat(t.map(e,function(e){return e+"Rtl"}))),c.add(this.domNode,e)}},postCreate:function(){},startup:function(){this._started||(this._started=!0,t.forEach(this.getChildren(),function(e){e._started||e._destroyed||!p.isFunction(e.startup)||(e.startup(),e._started=!0)}))},destroyRecursive:function(e){this._beingDestroyed=!0,this.destroyDescendants(e),this.destroy(e)},destroy:function(e){function n(t){t.destroyRecursive?t.destroyRecursive(e):t.destroy&&t.destroy(e)}this._beingDestroyed=!0,this.uninitialize(),t.forEach(this._connects,p.hitch(this,"disconnect")),t.forEach(this._supportingWidgets,n),this.domNode&&t.forEach(x.findWidgets(this.domNode,this.containerNode),n),this.destroyRendering(e),x.remove(this.id),this._destroyed=!0},destroyRendering:function(e){this.bgIframe&&(this.bgIframe.destroy(e),delete this.bgIframe),this.domNode&&(e?a.remove(this.domNode,"widgetId"):l.destroy(this.domNode),delete this.domNode),this.srcNodeRef&&(e||l.destroy(this.srcNodeRef),delete this.srcNodeRef)},destroyDescendants:function(e){t.forEach(this.getChildren(),function(t){t.destroyRecursive&&t.destroyRecursive(e)})},uninitialize:function(){return!1},_setStyleAttr:function(e){var t=this.domNode;p.isObject(e)?u.set(t,e):t.style.cssText?t.style.cssText+="; "+e:t.style.cssText=e,this._set("style",e)},_attrToDom:function(e,n,r){r=arguments.length>=3?r:this.attributeMap[e],t.forEach(p.isArray(r)?r:[r],function(t){var r=this[t.node||t||"domNode"];switch(t.type||"attribute"){case"attribute":p.isFunction(n)&&(n=p.hitch(this,n));var o=t.attribute?t.attribute:/^on[A-Z][a-zA-Z]*$/.test(e)?e.toLowerCase():e;r.tagName?a.set(r,o,n):r.set(o,n);break;case"innerText":r.innerHTML="",r.appendChild(this.ownerDocument.createTextNode(n));break;case"textContent":r.textContent=n;break;case"innerHTML":r.innerHTML=n;break;case"class":c.replace(r,n,this[e]);break;case"toggleClass":c.toggle(r,t.className||e,n)}},this)},get:function(e){var t=this._getAttrNames(e);return this[t.g]?this[t.g]():this._get(e)},set:function(e,t){if("object"==typeof e){for(var n in e)this.set(n,e[n]);return this}var r=this._getAttrNames(e),o=this[r.s];if(p.isFunction(o))var i=o.apply(this,Array.prototype.slice.call(arguments,1));else{var s=this.focusNode&&!p.isFunction(this.focusNode)?"focusNode":"domNode",a=this[s]&&this[s].tagName,c=a&&(N[a]||(N[a]=function(e){var t={};for(var n in e)t[n.toLowerCase()]=!0;return t}(this[s]))),l=e in this.attributeMap?this.attributeMap[e]:r.s in this?this[r.s]:c&&r.l in c&&"function"!=typeof t||/^aria-|^data-|^role$/.test(e)?s:null;null!=l&&this._attrToDom(e,t,l),this._set(e,t)}return i||this},_attrPairNames:{},_getAttrNames:function(e){var t=this._attrPairNames;if(t[e])return t[e];var n=e.replace(/^[a-z]|-[a-zA-Z]/g,function(e){return e.charAt(e.length-1).toUpperCase()});return t[e]={n:e+"Node",s:"_set"+n+"Attr",g:"_get"+n+"Attr",l:n.toLowerCase()}},_set:function(e,t){var n,r,o=this[e];this[e]=t,!this._created||((n=o)===(r=t)||n!=n&&r!=r)||(this._watchCallbacks&&this._watchCallbacks(e,o,t),this.emit("attrmodified-"+e,{detail:{prevValue:o,newValue:t}}))},_get:function(e){return this[e]},emit:function(e,t,n){void 0===(t=t||{}).bubbles&&(t.bubbles=!0),void 0===t.cancelable&&(t.cancelable=!0),t.detail||(t.detail={}),t.detail.widget=this;var r,o=this["on"+e];return o&&(r=o.apply(this,n||[t])),this._started&&!this._beingDestroyed&&v.emit(this.domNode,e.toLowerCase(),t),r},on:function(e,t){var r=this._onMap(e);return r?n.after(this,r,t,!0):this.own(v(this.domNode,e,t))[0]},_onMap:function(e){var t=this.constructor,n=t._onMap;if(!n)for(var r in n=t._onMap={},t.prototype)/^on/.test(r)&&(n[r.replace(/^on/,"").toLowerCase()]=r);return n["string"==typeof e&&e.toLowerCase()]},toString:function(){return"[Widget "+this.declaredClass+", "+(this.id||"NO ID")+"]"},getChildren:function(){return this.containerNode?x.findWidgets(this.containerNode):[]},getParent:function(){return x.getEnclosingWidget(this.domNode.parentNode)},connect:function(e,t,n){return this.own(o.connect(e,t,this,n))[0]},disconnect:function(e){e.remove()},subscribe:function(e,t){return this.own(y.subscribe(e,p.hitch(this,t)))[0]},unsubscribe:function(e){e.remove()},isLeftToRight:function(){return this.dir?"ltr"==this.dir.toLowerCase():d.isBodyLtr(this.ownerDocument)},isFocusable:function(){return this.focus&&"none"!=u.get(this.domNode,"display")},placeAt:function(e,t){var n=!e.tagName&&x.byId(e);if(!n||!n.addChild||t&&"number"!=typeof t){var r=n&&"domNode"in n?n.containerNode&&!/after|before|replace/.test(t||"")?n.containerNode:n.domNode:s.byId(e,this.ownerDocument);l.place(this.domNode,r,t),!this._started&&(this.getParent()||{})._started&&this.startup()}else n.addChild(this,t);return this},defer:function(e,t){var n=setTimeout(p.hitch(this,function(){n&&(n=null,this._destroyed||p.hitch(this,e)())}),t||0);return{remove:function(){return n&&(clearTimeout(n),n=null),null}}}});return f("dojo-bidi")&&C.extend(w),C}.apply(null,r),void 0===o||(e.exports=o)},3159(e,t,n){var r,o;n.dj.r;r=[n(6323),n(2284),n(6587),n(8212)],void 0===(o=function(e,t,n,r){function o(t,n,r){if(null!==r){var o=t[n];"string"==typeof o?t[n]=[o,r]:e.isArray(o)?o.push(r):t[n]=r}}var i={fieldToObject:function(e){var n=null;if(e=t.byId(e)){var r=e.name,o=(e.type||"").toLowerCase();if(r&&o&&!e.disabled)if("radio"==o||"checkbox"==o)e.checked&&(n=e.value);else if(e.multiple){n=[];for(var i=[e.firstChild];i.length;)for(var s=i.pop();s;s=s.nextSibling){if(1!=s.nodeType||"option"!=s.tagName.toLowerCase()){s.nextSibling&&i.push(s.nextSibling),s.firstChild&&i.push(s.firstChild);break}s.selected&&n.push(s.value)}}else n=e.value}return n},toObject:function(e){for(var n={},r=t.byId(e).elements,s=0,a=r.length;s<a;++s){var c=r[s],l=c.name,d=(c.type||"").toLowerCase();l&&d&&"file|submit|image|reset|button".indexOf(d)<0&&!c.disabled&&(o(n,l,i.fieldToObject(c)),"image"==d&&(n[l+".x"]=n[l+".y"]=n[l].x=n[l].y=0))}return n},toQuery:function(e){return n.objectToQuery(i.toObject(e))},toJson:function(e,t){return r.stringify(i.toObject(e),null,t?4:0)}};return i}.apply(null,r))||(e.exports=o)},3185(e,t,n){var r,o;n.dj.r;r=[n(6323),n(5479),n(9925)],o=function(e,t,n){"use strict";var r=new n,o=r.emit;function i(e){setTimeout(function(){o.apply(r,e)},0)}return r.emit=null,t.prototype.trace=function(){var t=e._toArray(arguments);return this.then(function(e){i(["resolved",e].concat(t))},function(e){i(["rejected",e].concat(t))},function(e){i(["progress",e].concat(t))}),this},t.prototype.traceRejected=function(){var t=e._toArray(arguments);return this.otherwise(function(e){i(["rejected",e].concat(t))}),this},r}.apply(null,r),void 0===o||(e.exports=o)},3503(e,t,n){var r,o;n.dj.r;r=[n(1054),n(2075),n(6356),n(2685)],void 0===(o=function(e,t,n,r){if(t._fixEvent){var o=t._fixEvent;t._fixEvent=function(e,t){return(e=o(e,t))&&r.normalizeEvent(e),e}}var i={fix:function(e,n){return t._fixEvent?t._fixEvent(e,n):e},stop:function(e){n("dom-addeventlistener")||e&&e.preventDefault?(e.preventDefault(),e.stopPropagation()):((e=e||window.event).cancelBubble=!0,t._preventDefault.call(e))}};return n("extend-dojo")&&(e.fixEvent=i.fix,e.stopEvent=i.stop),i}.apply(null,r))||(e.exports=o)},3534(e,t,n){var r,o;n.dj.r;r=[n(5625),n(5479)],o=function(e,t){"use strict";return function(n,r,o,i){var s=n&&"function"==typeof n.then,a=s&&n instanceof t;if(!s)return arguments.length>1?r?r(n):n:(new e).resolve(n);if(!a){var c=new e(n.cancel);n.then(c.resolve,c.reject,c.progress),n=c.promise}return r||o||i?n.then(r,o,i):n}}.apply(null,r),void 0===o||(e.exports=o)},3549(e,t,n){var r,o;n.dj.r;r=[n(6566),n(7361),n(5641),n(6345),n(6356),n(1054),n(6323),n(1172),n(9671),n(7601),n(3068),n(8709),n(4368),n(2085),n(664)],o=function(e,t,n,r,o,i,s,a,c,l,d,u,f){function h(){}function p(e){return function(t,r,o,i){return t&&"string"==typeof r&&t[r]==h?t.on(r.substring(2).toLowerCase(),s.hitch(o,i)):e.apply(n,arguments)}}e.around(n,"connect",p),i.connect&&e.around(i,"connect",p);var v=r("dijit._Widget",[d,u,f],{onClick:h,onDblClick:h,onKeyDown:h,onKeyPress:h,onKeyUp:h,onMouseDown:h,onMouseMove:h,onMouseOut:h,onMouseOver:h,onMouseLeave:h,onMouseEnter:h,onMouseUp:h,constructor:function(e){for(var t in this._toConnect={},e)this[t]===h&&(this._toConnect[t.replace(/^on/,"").toLowerCase()]=e[t],delete e[t])},postCreate:function(){for(var e in this.inherited(arguments),this._toConnect)this.on(e,this._toConnect[e]);delete this._toConnect},on:function(e,t){return this[this._onMap(e)]===h?n.connect(this.domNode,e.toLowerCase(),this,t):this.inherited(arguments)},_setFocusedAttr:function(e){this._focused=e,this._set("focused",e)},setAttribute:function(e,t){i.deprecated(this.declaredClass+"::setAttribute(attr, value) is deprecated. Use set() instead.","","2.0"),this.set(e,t)},attr:function(e,t){return arguments.length>=2||"object"==typeof e?this.set.apply(this,arguments):this.get(e)},getDescendants:function(){return i.deprecated(this.declaredClass+"::getDescendants() is deprecated. Use getChildren() instead.","","2.0"),this.containerNode?a("[widgetId]",this.containerNode).map(l.byNode):[]},_onShow:function(){this.onShow()},onShow:function(){},onHide:function(){},onClose:function(){return!0}});return v}.apply(null,r),void 0===o||(e.exports=o)},3621(e,t,n){var r,o;n.dj.r;r=[n(5540),n(9608),n(1662),n(6974),n(5075),n.dj.h("dom-addeventlistener?:2075")],void 0===(o=function(e,t,n,r,o,i){var s=null,a=[];function c(){for(var e,n=+new Date,r=0;r<a.length&&(e=a[r]);r++){var o=e.response,i=o.options;e.isCanceled&&e.isCanceled()||e.isValid&&!e.isValid(o)?(a.splice(r--,1),l._onAction&&l._onAction()):e.isReady&&e.isReady(o)?(a.splice(r--,1),e.handleResponse(o),l._onAction&&l._onAction()):e.startTime&&e.startTime+(i.timeout||0)<n&&(a.splice(r--,1),e.cancel(new t("Timeout exceeded",o)),l._onAction&&l._onAction())}l._onInFlight&&l._onInFlight(e),a.length||(clearInterval(s),s=null)}function l(e){e.response.options.timeout&&(e.startTime=+new Date),e.isFulfilled()||(a.push(e),s||(s=setInterval(c,50)),e.response.options.sync&&c())}return l.cancelAll=function(){try{r.forEach(a,function(e){try{e.cancel(new n("All requests canceled."))}catch(e){}})}catch(e){}},o&&i&&o.doc.attachEvent&&i(o.global,"unload",function(){l.cancelAll()}),l}.apply(null,r))||(e.exports=o)},3878(e,t,n){var r,o;n.dj.r;r=[n(1054),n.dj.c(e),n(6356),n(6974),n(7361),n(6323),n(225),n(8212),n.dj.m(e)],o=function(e,t,n,r,o,i,s,a,c){n.add("dojo-preload-i18n-Api",1),n.add("dojo-v1x-i18n-Api",1);var l=e.i18n={},d=/(^.*(^|\/)nls)(\/|$)([^\/]*)\/?([^\/]*)/,u={},f=function(t,n,r){return r=r?r.toLowerCase():e.locale,t=t.replace(/\./g,"/"),n=n.replace(/\./g,"/"),/root/i.test(r)?t+"/nls/"+n:t+"/nls/"+r+"/"+n},h=e.getL10nName=function(e,t,n){return c.id+"!"+f(e,t,n)},p=function(t,s,c){var l=d.exec(t),f=l[1]+"/",h=l[5]||l[4],p=f+h,v=l[5]&&l[4],g=v||e.locale||"",m=p+"/"+g,y=v?[g]:function(e){var t=o.extraLocale||[];return(t=i.isArray(t)?t:[t]).push(e),t}(g),x=y.length,N=function(){--x||c(i.delegate(u[m]))},j=t.split("*"),C="preload"==j[1];if(n("dojo-preload-i18n-Api")){if(C&&(u[t]||(u[t]=1,_(j[2],a.parse(j[3]),1,s)),c(1)),C||b(t,s,c)&&!u[m])return}else if(C)return void c(1);r.forEach(y,function(e){var t=p+"/"+e;n("dojo-preload-i18n-Api")&&w(t),u[t]?N():function(e,t,n,r,o,s){e([t],function(a){var c=i.clone(a.root||a.ROOT),l=function(e,t,n,r){for(var o=[n+r],i=t.split("-"),s="",a=0;a<i.length;a++)s+=(s?"-":"")+i[a],e&&!e[s]||(o.push(n+s+"/"+r),o.specificity=s);return o}(!a._v1x&&a,o,n,r);e(l,function(){for(var e=1;e<l.length;e++)c=i.mixin(i.clone(c),arguments[e]);u[t+"/"+o]=c,c.$locale=l.specificity,s()})})}(s,p,f,h,e,N)})};if(n("dojo-preload-i18n-Api")||n("dojo-v1x-i18n-Api"))var v=l.normalizeLocale=function(t){var n=t?t.toLowerCase():e.locale;return"root"==n?"ROOT":n},g=function(e,t){return!0},m=0,y=[],_=l._preloadLocalizations=function(n,o,s,a){function c(e,t){for(var n=e.split("-");n.length;){if(t(n.join("-")))return;n.pop()}t("ROOT")}function l(){m++}function d(){for(--m;!m&&y.length;)p.apply(null,y.shift())}function f(e,t,n,r){return r.toAbsMid(e+t+"/"+n)}function h(e){c(e=v(e),function(h){if(r.indexOf(o,h)>=0){var p=n.replace(/\./g,"/")+"_"+h;return l(),function(e,t){g(e,a)||s?a([e],t):C([e],t,a)}(p,function(n){for(var r in n){var o,s,p=n[r],v=r.match(/(.+)\/([^\/]+)$/);if(v&&(o=v[2],s=v[1]+"/",p._localized)){var g;if("ROOT"===h){var m=g=p._localized;delete p._localized,m.root=p,u[t.toAbsMid(r)]=m}else g=p._localized,u[f(s,o,h,t)]=p;if(h!==e){var y=function(n,r,o,s){var h=[],p=[];c(e,function(e){s[e]&&(h.push(t.toAbsMid(n+e+"/"+r)),p.push(f(n,r,e,t)))}),h.length?(l(),a(h,function(){for(var s=h.length-1;s>=0;s--)o=i.mixin(i.clone(o),arguments[s]),u[p[s]]=o;u[f(n,r,e,t)]=i.clone(o),d()})):u[f(n,r,e,t)]=o};y(s,o,p,g)}}}d()}),!0}return!1})}a=a||t,h(),r.forEach(e.config.extraLocale,h)},b=function(e,t,n){return m&&y.push([e,t,n]),m},w=function(){};if(n("dojo-v1x-i18n-Api")){var x,N={},j={},C=function(e,t,n){var o=[];r.forEach(e,function(e){var t=n.toUrl(e+".js");function r(n){x||(x=new Function("__bundle","__checkForLegacyModules","__mid","__amdValue","var define = function(mid, factory){define.called = 1; __amdValue.result = factory || mid;},\t require = function(){define.called = 1;};try{define.called = 0;eval(__bundle);if(define.called==1)return __amdValue;if((__checkForLegacyModules = __checkForLegacyModules(__mid)))return __checkForLegacyModules;}catch(e){}try{return eval('('+__bundle+')');}catch(e){return e;}"));var r=x(n,w,e,N);r===N?o.push(u[t]=N.result):(r instanceof Error&&(console.error("failed to evaluate i18n bundle; url="+t,r),r={}),o.push(u[t]=/nls\/[^\/]+\/[^\/]+$/.test(t)?r:{root:r,_v1x:1}))}if(u[t])o.push(u[t]);else{var i=n.syncLoadNls(e);if(i||(i=w(e.replace(/nls\/([^\/]*)\/([^\/]*)$/,"nls/$2/$1"))),i)o.push(i);else if(s)s.get({url:t,sync:!0,load:r,error:function(){o.push(u[t]={})}});else try{n.getText(t,!0,r)}catch(e){o.push(u[t]={})}}}),t&&t.apply(null,o)};w=function(t){for(var n,r=t.split("/"),o=e.global[r[0]],i=1;o&&i<r.length-1;o=o[r[i++]]);return o&&((n=o[r[i]])||(n=o[r[i].replace(/-/g,"_")]),n&&(u[t]=n)),n},l.getLocalization=function(e,n,r){var o,i=f(e,n,r);return j[i]?j[i]:(p(i,g(i,t)?t:function(e,n){C(e,n,t)},function(e){j[i]=e,o=e}),o)}}else l.getLocalization=function(e,t,n){var r=e.replace(/\./g,"/")+"/nls/"+t+"/"+(n||o.locale);return this.cache[r]};return i.mixin(l,{dynamic:!0,normalize:function(e,t){return/^\./.test(e)?t(e):e},load:p,cache:u,getL10nName:h})}.apply(null,r),void 0===o||(e.exports=o)},3927(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6323),n(2616)],void 0===(o=function(e,t,n){return n("host-browser")?(e._name="browser",t.mixin(e,{isBrowser:!0,isFF:n("ff"),isIE:n("ie"),isKhtml:n("khtml"),isWebKit:n("webkit"),isMozilla:n("mozilla"),isMoz:n("mozilla"),isOpera:n("opera"),isSafari:n("safari"),isChrome:n("chrome"),isMac:n("mac"),isIos:n("ios"),isAndroid:n("android"),isWii:n("wii"),isQuirks:n("quirks"),isAir:n("air")}),n):n}.apply(null,r))||(e.exports=o)},3930(e,t,n){var r,o;n.dj.r;r=[n(6323),n(2616),n(5075),n(2284),n(2685),n(1248),n(28)],void 0===(o=function(e,t,n,r,o,i,s){t.add("rtl-adjust-position-for-verticalScrollBar",function(e,t){var r=n.body(t),i=s.create("div",{style:{overflow:"scroll",overflowX:"visible",direction:"rtl",visibility:"hidden",position:"absolute",left:"0",top:"0",width:"64px",height:"64px"}},r,"last"),a=s.create("div",{style:{overflow:"hidden",direction:"ltr"}},i,"last"),c=0!=o.position(a).x;return i.removeChild(a),r.removeChild(i),c}),t.add("position-fixed-support",function(e,t){var r=n.body(t),i=s.create("span",{style:{visibility:"hidden",position:"fixed",left:"1px",top:"1px"}},r,"last"),a=s.create("span",{style:{position:"fixed",left:"0",top:"0"}},i,"last"),c=o.position(a).x!=o.position(i).x;return i.removeChild(a),r.removeChild(i),c});var a={getBox:function(e){var t,r,i="BackCompat"==(e=e||n.doc).compatMode?n.body(e):e.documentElement,s=o.docScroll(e);return t=i.clientWidth,r=i.clientHeight,{l:s.x,t:s.y,w:t,h:r}},get:function(e){if(t("ie")&&a!==document.parentWindow){e.parentWindow.execScript("document._parentWindow = window;","Javascript");var n=e._parentWindow;return e._parentWindow=null,n}return e.parentWindow||e.defaultView},scrollIntoView:function(e,s){try{var a=(e=r.byId(e)).ownerDocument||n.doc,c=n.body(a),l=a.documentElement||c.parentNode,d=t("ie")||t("trident"),u=t("webkit");if(e==c||e==l)return;if(!(t("mozilla")||d||u||t("opera")||t("trident")||t("edge"))&&"scrollIntoView"in e)return void e.scrollIntoView(!1);var f="BackCompat"==a.compatMode,h=Math.min(c.clientWidth||l.clientWidth,l.clientWidth||c.clientWidth),p=Math.min(c.clientHeight||l.clientHeight,l.clientHeight||c.clientHeight),v=u||f?c:l,g=s||o.position(e),m=e.parentNode,y=function(e){return!(d<=6||7==d&&f)&&(t("position-fixed-support")&&"fixed"==i.get(e,"position").toLowerCase())},_=this,b=function(e,t,n){"BODY"==e.tagName||"HTML"==e.tagName?_.get(e.ownerDocument).scrollBy(t,n):(t&&(e.scrollLeft+=t),n&&(e.scrollTop+=n))};if(y(e))return;for(;m;){m==c&&(m=v);var w=o.position(m),x=y(m),N="rtl"==i.getComputedStyle(m).direction.toLowerCase();if(m==v)w.w=h,w.h=p,v==l&&(d||t("trident"))&&N&&(w.x+=v.offsetWidth-w.w),w.x=0,w.y=0;else{var j=o.getPadBorderExtents(m);w.w-=j.w,w.h-=j.h,w.x+=j.l,w.y+=j.t;var C=m.clientWidth,T=w.w-C;C>0&&T>0&&(N&&t("rtl-adjust-position-for-verticalScrollBar")&&(w.x+=T),w.w=C),C=m.clientHeight,T=w.h-C,C>0&&T>0&&(w.h=C)}x&&(w.y<0&&(w.h+=w.y,w.y=0),w.x<0&&(w.w+=w.x,w.x=0),w.y+w.h>p&&(w.h=p-w.y),w.x+w.w>h&&(w.w=h-w.x));var S,E,M=g.x-w.x,P=g.y-w.y,A=M+g.w-w.w,R=P+g.h-w.h;A*M>0&&(m.scrollLeft||m==v||m.scrollWidth>m.offsetHeight)&&(S=Math[M<0?"max":"min"](M,A),N&&(8==d&&!f||t("trident")>=5)&&(S=-S),E=m.scrollLeft,b(m,S,0),S=m.scrollLeft-E,g.x-=S),R*P>0&&(m.scrollTop||m==v||m.scrollHeight>m.offsetHeight)&&(S=Math.ceil(Math[P<0?"max":"min"](P,R)),E=m.scrollTop,b(m,0,S),S=m.scrollTop-E,g.y-=S),m=m!=v&&!x&&m.parentNode}}catch(t){console.error("scrollIntoView: "+t),e.scrollIntoView(!1)}}};return t("extend-dojo")&&e.setObject("dojo.window",a),a}.apply(null,r))||(e.exports=o)},4062(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6323),n(6974),n(3534)],o=function(e,t,n,r){return e("dojo.Stateful",null,{_attrPairNames:{},_getAttrNames:function(e){var t=this._attrPairNames;return t[e]?t[e]:t[e]={s:"_"+e+"Setter",g:"_"+e+"Getter"}},postscript:function(e){e&&this.set(e)},_get:function(e,t){return"function"==typeof this[t.g]?this[t.g]():this[e]},get:function(e){return this._get(e,this._getAttrNames(e))},set:function(e,t){if("object"==typeof e){for(var n in e)e.hasOwnProperty(n)&&"_watchCallbacks"!=n&&this.set(n,e[n]);return this}var o,i=this._getAttrNames(e),s=this._get(e,i),a=this[i.s];if("function"==typeof a?o=a.apply(this,Array.prototype.slice.call(arguments,1)):this[e]=t,this._watchCallbacks){var c=this;r(o,function(){c._watchCallbacks(e,s,t)})}return this},_changeAttrValue:function(e,t){var n=this.get(e);return this[e]=t,this._watchCallbacks&&this._watchCallbacks(e,n,t),this},watch:function(e,t){var r=this._watchCallbacks;if(!r){var o=this;r=this._watchCallbacks=function(e,t,n,i){var s=function(r){if(r)for(var i=0,s=(r=r.slice()).length;i<s;i++)r[i].call(o,e,t,n)};s(r["_"+e]),i||s(r["*"])}}t||"function"!=typeof e?e="_"+e:(t=e,e="*");var i=r[e];"object"!=typeof i&&(i=r[e]=[]),i.push(t);var s={};return s.unwatch=s.remove=function(){var e=n.indexOf(i,t);e>-1&&i.splice(e,1)},s}})}.apply(null,r),void 0===o||(e.exports=o)},4203(e,t,n){var r,o;n.dj.r;r=[n(1172),n(6659)],void 0===(o=function(e){return e}.apply(null,r))||(e.exports=o)},4266(e,t,n){var r,o;n.dj.r;r=[n(1054),n(2616)],void 0===(o=function(e,t){return e.keys={BACKSPACE:8,TAB:9,CLEAR:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,META:t("webkit")?91:224,PAUSE:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT_ARROW:37,UP_ARROW:38,RIGHT_ARROW:39,DOWN_ARROW:40,INSERT:45,DELETE:46,HELP:47,LEFT_WINDOW:91,RIGHT_WINDOW:92,SELECT:93,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_MULTIPLY:106,NUMPAD_PLUS:107,NUMPAD_ENTER:108,NUMPAD_MINUS:109,NUMPAD_PERIOD:110,NUMPAD_DIVIDE:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,F13:124,F14:125,F15:126,NUM_LOCK:144,SCROLL_LOCK:145,UP_DPAD:175,DOWN_DPAD:176,LEFT_DPAD:177,RIGHT_DPAD:178,copyKey:t("mac")&&!t("air")?t("safari")?91:224:17}}.apply(null,r))||(e.exports=o)},4332(e,t,n){var r,o;n.dj.r;r=[n(6323)],o=function(e){return function(t,n,r,o){r=r||Error;var i=function(e){if(r===Error){Error.captureStackTrace&&Error.captureStackTrace(this,i);var t,o=Error.call(this,e);for(t in o)o.hasOwnProperty(t)&&(this[t]=o[t]);this.message=e,this.stack=o.stack}else r.apply(this,arguments);n&&n.apply(this,arguments)};return i.prototype=e.delegate(r.prototype,o),i.prototype.name=t,i.prototype.constructor=i,i}}.apply(null,r),void 0===o||(e.exports=o)},4368(e,t,n){var r,o;n.dj.r;r=[n(7304),n(3068),n(6345),n(6323)],void 0===(o=function(e,t,n,r){return r.extend(t,{focused:!1,onFocus:function(){},onBlur:function(){},_onFocus:function(){this.onFocus()},_onBlur:function(){this.onBlur()}}),n("dijit._FocusMixin",null,{_focusManager:e})}.apply(null,r))||(e.exports=o)},4481(e,t,n){n.dj.r;e.exports={root:{status:"${start} - ${end} of ${total} results",gotoFirst:"Go to first page",gotoNext:"Go to next page",gotoPrev:"Go to previous page",gotoLast:"Go to last page",gotoPage:"Go to page",jumpPage:"Jump to page",rowsPerPage:"Number of rows per page",notCompatibleWithOnDemand:"The Pagination extension is not compatible with dgrid/OnDemandList and dgrid/OnDemandGrid. Please use dgrid/List or dgrid/Grid as a base class."},ar:!1,de:!1,es:!1,fr:!1,ja:!1,pt:!1,ro:!1,ru:!1,sk:!1,sl:!1,th:!1,"zh-cn":!1,"zh-hk":!1}},4624(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6323),n(8945),n(28),n(2075),n(1172),n(2616),n(4975)],o=function(e,t,n,r,o,i,s,a){var c=[];s("mozilla")&&c.push("has-mozilla"),n.add(document.documentElement,c),s.add("pointer",function(e){return"PointerEvent"in e?"pointer":"MSPointerEvent"in e&&"MSPointer"});var l,d,u="dgrid-row-odd",f="dgrid-row-even";function h(e,t){return i("#"+a.escapeCssIdentifier(e),t)[0]}function p(e){e.className="",e.parentNode&&document.body.removeChild(e)}function v(e,t){e.className="dgrid-scrollbar-measure",document.body.appendChild(e);var n=e["offset"+t]-e["client"+t];return p(e),n}s.add("dom-scrollbar-width",function(e,t,n){return v(n,"Width")}),s.add("dom-scrollbar-height",function(e,t,n){return v(n,"Height")}),s.add("dom-rtl-scrollbar-left",function(e,t,n){var o,i=document.createElement("div");return n.className="dgrid-scrollbar-measure",n.setAttribute("dir","rtl"),n.appendChild(i),document.body.appendChild(n),o=!!s("ie")||!!s("trident")||/\bEdge\//.test(navigator.userAgent)||i.offsetLeft>=s("dom-scrollbar-width"),p(n),r.destroy(i),n.removeAttribute("dir"),o});var g=0;function m(e){n.replace(this.domNode,e,this._class||""),this._class=e}function y(){return this._class}var _=function(){this._started&&this.resize()},b=e(null,{tabableHeader:!1,showHeader:!1,showFooter:!1,maintainOddEven:!0,cleanAddedRules:!0,addUiClasses:!0,highlightDuration:250,resizeThrottleDelay:a.defaultDelay,resizeThrottleMethod:"throttleDelayed",postscript:function(e,t){var n=this;(this._Row=function(e,t,n){this.id=e,this.data=t,this.element=n}).prototype.remove=function(){n.removeRow(this.element)},t&&(this.srcNodeRef=t=t.nodeType?t:h(t)),this.create(e,t)},listType:"list",create:function(t,n){var r,o=this.domNode=n||document.createElement("div");t&&(this.params=t,e.safeMixin(this,t),r=t.class||t.className||o.className),this.sort=this.sort||[],this._listeners=[],this._rowIdToObject={},this.postMixInProperties&&this.postMixInProperties(),this.id=o.id=o.id||this.id||b.autoIdPrefix+g++,this.buildRendering(),r&&m.call(this,r),this.postCreate(),delete this.srcNodeRef,this.domNode.offsetHeight&&this.startup()},buildRendering:function(){var e,i,c,l,d=this.domNode,u=this.addUiClasses,f=this;c=this.isRTL="rtl"===(document.body.dir||document.documentElement.dir||document.body.style.direction).toLowerCase(),d.className="",d.setAttribute("role","grid"),n.add(d,"dgrid dgrid-"+this.listType+(u?" ui-widget":"")),e=this.headerNode=r.create("div",{className:"dgrid-header dgrid-header-row"+(u?" ui-widget-header":"")+(this.showHeader?"":" dgrid-header-hidden")},d),i=this.bodyNode=r.create("div",{className:"dgrid-scroller"},d),s("ff")&&(i.tabIndex=-1),this.headerScrollNode=r.create("div",{className:"dgrid-header dgrid-header-scroll dgrid-scrollbar-width"+(u?" ui-widget-header":"")},d),this.footerNode=r.create("div",{className:"dgrid-footer"+(this.showFooter?"":" dgrid-footer-hidden")},d),c&&(d.className+=" dgrid-rtl"+(s("dom-rtl-scrollbar-left")?" dgrid-rtl-swap":"")),o(i,"scroll",function(t){f.showHeader&&(e.scrollLeft=t.scrollLeft||i.scrollLeft),t.stopPropagation(),o.emit(d,"scroll",{scrollTarget:i})}),this.configStructure(),this.renderHeader(),this.contentNode=this.touchNode=r.create("div",{className:"dgrid-content"+(u?" ui-widget-content":"")},this.bodyNode),"string"==typeof this.resizeThrottleMethod&&a[this.resizeThrottleMethod]?l=a[this.resizeThrottleMethod](_,this,this.resizeThrottleDelay):"function"==typeof this.resizeThrottleMethod?l=this.resizeThrottleMethod(t.hitch(this,_),this.resizeThrottleDelay):(console.warn("Invalid value specified for resizeThrottleMethod: "+this.resizeThrottleMethod),l=a.throttleDelayed(_,this,this.resizeThrottleDelay)),this._resizeHandle=o(window,"resize",l),this._listeners.push(this._resizeHandle)},postCreate:function(){},startup:function(){this._started||(this.inherited(arguments),this._started=!0,this.resize(),this.set("sort",this.sort))},configStructure:function(){},resize:function(){var e=this.bodyNode,t=this.headerNode,n=this.footerNode,r=t.offsetHeight,o=this.showFooter?n.offsetHeight:0;this.headerScrollNode.style.height=e.style.marginTop=r+"px",e.style.marginBottom=o+"px",l||(l=s("dom-scrollbar-width"),d=s("dom-scrollbar-height"),s("ie")&&(l++,d++),a.addCssRule(".dgrid-scrollbar-width","width: "+l+"px"),a.addCssRule(".dgrid-scrollbar-height","height: "+d+"px"),17!==l&&(a.addCssRule(".dgrid-header-row","right: "+l+"px"),a.addCssRule(".dgrid-rtl-swap .dgrid-header-row","left: "+l+"px")))},addCssRule:function(e,t){var n=a.addCssRule(e,t);return this.cleanAddedRules&&this._listeners.push(n),n},on:function(e,t){var n=o(this.domNode,e,t);return s("dom-addeventlistener")||this._listeners.push(n),n},cleanup:function(){var e;for(e in this._rowIdToObject)if(this._rowIdToObject[e]!==this.columns){var t=h(e,this.domNode);t&&this.removeRow(t,!0)}},destroy:function(){if(this._listeners){for(var e=this._listeners.length;e--;)this._listeners[e].remove();this._listeners=null}this._started=!1,this.cleanup(),r.destroy(this.domNode)},refresh:function(){this.cleanup(),this._rowIdToObject={},this._autoRowId=0,this.contentNode.innerHTML="",this.scrollTo({x:0,y:0})},highlightRow:function(e,t){var r="dgrid-highlight"+(this.addUiClasses?" ui-state-highlight":"");e=e.element||e,n.add(e,r),setTimeout(function(){n.remove(e,r)},t||this.highlightDuration)},adjustRowIndices:function(e){var t=e,n=t.rowIndex;if(n>-1)do{t.rowIndex>-1&&this.setRowIndex(t,n++,t.rowIndex)}while((t=t.nextSibling)&&t.rowIndex!==n)},renderArray:function(e,t,n){var r,o=this,i=(n=n||{}).start||0,s=document.createDocumentFragment(),a=[],c=0,l=e.length;for(t||(this._lastCollection=e);c<l;)a[c]=this.insertRow(e[c],s,null,i++,n),c++;return(r=t?t.parentNode:o.contentNode)&&r.parentNode&&(r!==o.contentNode||l)&&(r.insertBefore(s,t||null),l&&o.adjustRowIndices(a[l-1])),a},renderHeader:function(){},setRowIndex:function(e,t,r){if(e.rowIndex=t,this.maintainOddEven){var o=t%2==1?u:f;if(void 0!==r){var i=r%2==1?u:f;i!==o&&n.replace(e,i,o)}else n.add(e,o)}},_autoRowId:0,insertRow:function(e,t,n,r,o){var i=this.id+"-row-"+(this.collection&&this.collection.getIdentity?this.collection.getIdentity(e):this._autoRowId++),s=h(i,this.domNode),a=s&&s.previousSibling;return s&&(s===n&&(n=(n.connected||n).nextSibling),this.removeRow(s,!1,o)),(s=this.renderRow(e,o)).className=(s.className||"")+" dgrid-row "+(this.addUiClasses?" ui-state-default":""),this._rowIdToObject[s.id=i]=e,t.insertBefore(s,n||null),this.setRowIndex(s,r),a&&a.rowIndex!==s.rowIndex-1&&this.adjustRowIndices(a),s},renderRow:function(e){var t=document.createElement("div");return t.appendChild(document.createTextNode(e)),t},removeRow:function(e,t){e=e.element||e,delete this._rowIdToObject[e.id],t||r.destroy(e)},row:function(e){var t,n;if(e instanceof this._Row)return e;if(e.target&&e.target.nodeType&&(e=e.target),!e.nodeType)return"object"==typeof e?t=this.collection.getIdentity(e):(t=e,e=this._rowIdToObject[this.id+"-row-"+t]),new this._Row(t,e,h(this.id+"-row-"+t,this.domNode));do{var r=e.id;if(n=this._rowIdToObject[r])return new this._Row(r.substring(this.id.length+5),n,e);e=e.parentNode}while(e&&e!==this.domNode)},cell:function(e){return{row:this.row(e)}},_move:function(e,t,n,r){var o,i,s;s=i=e.element,t=t||1;do{if(o=i[t<0?"previousSibling":"nextSibling"]){do{if((i=o)&&(i.className+" ").indexOf(n+" ")>-1){s=i,t+=t<0?1:-1;break}}while(o=(!r||!i.hidden)&&i[t<0?"lastChild":"firstChild"])}else if(!(i=i.parentNode)||i===this.bodyNode||i===this.headerNode)break}while(t);return s},up:function(e,t,n){return e.element||(e=this.row(e)),this.row(this._move(e,-(t||1),"dgrid-row",n))},down:function(e,t,n){return e.element||(e=this.row(e)),this.row(this._move(e,t||1,"dgrid-row",n))},scrollTo:function(e){void 0!==e.x&&(this.bodyNode.scrollLeft=e.x),void 0!==e.y&&(this.bodyNode.scrollTop=e.y)},getScrollPosition:function(){return{x:this.bodyNode.scrollLeft,y:this.bodyNode.scrollTop}},get:function(e){var t="_get"+e.charAt(0).toUpperCase()+e.slice(1);return"function"==typeof this[t]?this[t].apply(this,[].slice.call(arguments,1)):(s("dojo-built")||"function"!=typeof this[t+"Attr"]||console.warn("dgrid: Use "+t+" instead of "+t+"Attr for getting "+e),this[e])},set:function(e,t){if("object"==typeof e)for(var n in e)this.set(n,e[n]);else{var r="_set"+e.charAt(0).toUpperCase()+e.slice(1);"function"==typeof this[r]?this[r].apply(this,[].slice.call(arguments,1)):(s("dojo-built")||"function"!=typeof this[r+"Attr"]||console.warn("dgrid: Use "+r+" instead of "+r+"Attr for setting "+e),this[e]=t)}return this},_getClass:y,_setClass:m,_getClassName:y,_setClassName:m,_setSort:function(e,t){this.sort="string"!=typeof e?e:[{property:e,descending:t}],this._applySort()},_applySort:function(){if(this.refresh(),this._lastCollection){var e=this.sort;if(e&&e.length>0){var t=e[0].property,n=!!e[0].descending;this._lastCollection.sort(function(e,r){var o=e[t],i=r[t];return void 0===o&&(o=""),void 0===i&&(i=""),o===i?0:o>i!==n?1:-1})}this.renderArray(this._lastCollection)}},_setShowHeader:function(e){var t=this.headerNode;this.showHeader=e,n.toggle(t,"dgrid-header-hidden",!e),this.renderHeader(),this.resize(),e&&(t.scrollLeft=this.getScrollPosition().x)},_setShowFooter:function(e){this.showFooter=e,n.toggle(this.footerNode,"dgrid-footer-hidden",!e),this.resize()}});return b.autoIdPrefix="dgrid_",b}.apply(null,r),void 0===o||(e.exports=o)},4642(e,t,n){var r,o;n.dj.r;r=[n(1054),n(9445)],void 0===(o=function(e){return e.cache}.apply(null,r))||(e.exports=o)},4808(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Pagination=t.GridHelper=void 0;var r=n(8301),o=n(6937),i=n(655),s=n(6345),a=n(4203),c=n(8945);t.GridHelper=s(null,{allowTextSelection:!0,noDataMessage:"<span class='dojoxGridNoData'>...empty...</span>",loadingMessage:"<span class='dojoxGridNoData'>loading...</span>",postCreate:function e(t){this.inherited(e,arguments),this.__hpcc_tooltip_header=new i({connectId:[this.id],selector:".dgrid-resize-header-container",showDelay:400,getContent:function(e){return e.offsetWidth<e.scrollWidth-4?e.innerHTML:""}}),this.__hpcc_tooltip_header.position=["above-centered","below-centered","before-centered","after-centered"],this.__hpcc_tooltip=new i({connectId:[this.id],selector:"td",showDelay:400,getContent:function(e){return e.offsetWidth<=e.scrollWidth?e.innerHTML:""}}),this.__hpcc_tooltip.position=["above-centered","below-centered","before-centered","after-centered"]},refresh:function e(t){this.inherited(e,arguments,[t||{keepScrollPosition:!0,keepCurrentPage:!0}])},clearSelection:function e(){this.inherited(e,arguments),a("input[type=checkbox]",this.domNode).forEach(function(e){e.checked=!1,e.indeterminate=!1})}});t.Pagination=s([o],{refresh:function(e){var t=this,n=e&&e.keepCurrentPage&&Math.min(this._currentPage,Math.ceil(this._total/this.rowsPerPage))||1;return r.prototype.refresh.apply(this,arguments),this.gotoPage(n).then(function(e){return t._emitRefreshComplete(),e})},_updateNavigation:function e(t){var n;if(this.inherited(e,arguments),t>=0x7ffffffffffffc00){a(".dgrid-page-link:last-child",this.paginationNavigationNode).forEach(function(e){c.toggle(e,"dgrid-page-disabled",!0),isNaN(parseInt(e.innerText,10))||(e.innerText="???"),e.tabIndex=-1});var r=a(".dgrid-status",this.paginationNode)[0];r.innerText=null===(n=null==r?void 0:r.innerText)||void 0===n?void 0:n.replace(/[0-9]{7,}/,"unknown")}}})},4861(module,exports,__webpack_require__){var require=__webpack_require__.dj.r,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;__WEBPACK_AMD_DEFINE_ARRAY__=[__webpack_require__(1054),__webpack_require__(8212)],__WEBPACK_AMD_DEFINE_RESULT__=function(dojo,json){return dojo.fromJson=function(js){return eval("("+js+")")},dojo._escapeString=json.stringify,dojo.toJsonIndentStr="\t",dojo.toJson=function(e,t){return json.stringify(e,function(e,t){if(t){var n=t.__json__||t.json;if("function"==typeof n)return n.call(t)}return t},t&&dojo.toJsonIndentStr)},dojo}.apply(null,__WEBPACK_AMD_DEFINE_ARRAY__),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)},4975(e,t,n){var r,o;n.dj.r;r=[n(6356)],o=function(e){var t,n,r,o=[],i=/([^A-Za-z0-9_\u00A0-\uFFFF-])/g,s=setTimeout,a=clearTimeout;e.add("requestidlecallback",function(e){return"function"==typeof e.requestIdleCallback});var c={defaultDelay:15,throttle:function(e,t,n){var r=!1;return n=n||c.defaultDelay,function(){r||(r=!0,e.apply(t,arguments),s(function(){r=!1},n))}},throttleDelayed:function(e,t,n){var r=!1;return n=n||c.defaultDelay,function(){if(!r){r=!0;var o=arguments;s(function(){r=!1,e.apply(t,o)},n)}}},debounce:function(e,t,n){var r;return n=n||c.defaultDelay,function(){r&&(a(r),r=null);var o=arguments;r=s(function(){r=null,e.apply(t,o)},n)}},each:function(e,t,n){var r,o;if(e)if("number"==typeof e.length)for(r=0,o=e.length;r<o;r++)t.call(n,e[r],r,e);else for(r in e)t.call(n,e[r],r,e)},addCssRule:function(e,i){t||(t=document.createElement("style"),document.getElementsByTagName("head")[0].appendChild(t),t=t.sheet||t.styleSheet,n=t.deleteRule?"deleteRule":"removeRule",r=t.cssRules?"cssRules":"rules");var s=o.length;return o[s]=(t.cssRules||t.rules).length,t.addRule?t.addRule(e,i):t.insertRule(e+"{"+i+"}",o[s]),{get:function(e){return t[r][o[s]].style[e]},set:function(e,n){void 0!==o[s]&&(t[r][o[s]].style[e]=n)},remove:function(){!function(e){var r,i,s=o[e];if(void 0!==s)for(t[n](s),o[e]=void 0,r=e+1,i=o.length;r<i;r++)o[r]>s&&o[r]--}(s)}}},escapeCssIdentifier:function(e,t){return"string"==typeof e?e.replace(i,t||"\\$1"):e}};return c}.apply(null,r),void 0===o||(e.exports=o)},5075(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6323),n(2616)],void 0===(o=function(e,t,n){var r={global:e.global,doc:e.global.document||null,body:function(t){return(t=t||e.doc).body||t.getElementsByTagName("body")[0]},setContext:function(t,n){e.global=r.global=t,e.doc=r.doc=n},withGlobal:function(t,n,o,i){var s=e.global;try{return e.global=r.global=t,r.withDoc.call(null,t.document,n,o,i)}finally{e.global=r.global=s}},withDoc:function(t,o,i,s){var a,c,l,d=r.doc,u=n("quirks"),f=n("ie");try{return e.doc=r.doc=t,e.isQuirks=n.add("quirks","BackCompat"==e.doc.compatMode,!0,!0),n("ie")&&(l=t.parentWindow)&&l.navigator&&(a=parseFloat(l.navigator.appVersion.split("MSIE ")[1])||void 0,(c=t.documentMode)&&5!=c&&Math.floor(a)!=c&&(a=c),e.isIE=n.add("ie",a,!0,!0)),i&&"string"==typeof o&&(o=i[o]),o.apply(i,s||[])}finally{e.doc=r.doc=d,e.isQuirks=n.add("quirks",u,!0,!0),e.isIE=n.add("ie",f,!0,!0)}}};return n("extend-dojo")&&t.mixin(e,r),r}.apply(null,r))||(e.exports=o)},5226(e,t,n){var r,o;n.dj.r;r=[n(6356),n.dj.c(e)],o=function(e,t){"use strict";if("undefined"!=typeof document){var n=document.createElement("div");e.add("dom-qsa2.1",!!n.querySelectorAll),e.add("dom-qsa3",function(){try{return n.innerHTML="<p class='TEST'></p>",1==n.querySelectorAll(".TEST:empty").length}catch(e){}})}var r,o="./acme",i="./lite";return{load:function(n,s,a,c){if(c&&c.isBuild)a();else{var l=t;if("?"==(n="css2"==(n="default"==n?e("config-selectorEngine")||"css3":n)||"lite"==n?i:"css2.1"==n?e("dom-qsa2.1")?i:o:"css3"==n?e("dom-qsa3")?i:o:"acme"==n?o:(l=s)&&n).charAt(n.length-1)){n=n.substring(0,n.length-1);var d=!0}if(d&&(e("dom-compliant-qsa")||r))return a(r);l([n],function(e){"./lite"!=n&&(r=e),a(e)})}}}}.apply(null,r),void 0===o||(e.exports=o)},5244(e,t,n){var r,o;n.dj.r;r=[t,n(1054),n(2616),n(6323),n(2284),n(1248),n(28),n(5641)],o=function(e,t,n,r,o,i,s,a){var c={},l=1,d=t._scopeName+"attrid";function u(e){for(var t,n="",r=e.childNodes,o=0;t=r[o];o++)8!=t.nodeType&&(1==t.nodeType?n+=u(t):n+=t.nodeValue);return n}n.add("dom-textContent",function(e,t,n){return"textContent"in n}),e.names={class:"className",for:"htmlFor",tabindex:"tabIndex",readonly:"readOnly",colspan:"colSpan",frameborder:"frameBorder",rowspan:"rowSpan",textcontent:"textContent",valuetype:"valueType"},e.get=function(t,r){t=o.byId(t);var i=r.toLowerCase(),s=e.names[i]||r;return"textContent"!=s||n("dom-textContent")?t[s]:u(t)},e.set=function(t,u,f){if(t=o.byId(t),2==arguments.length&&"string"!=typeof u){for(var h in u)e.set(t,h,u[h]);return t}var p=u.toLowerCase(),v=e.names[p]||u;if("style"==v&&"string"!=typeof f)return i.set(t,f),t;if("innerHTML"==v)return n("ie")&&t.tagName.toLowerCase()in{col:1,colgroup:1,table:1,tbody:1,tfoot:1,thead:1,tr:1,title:1}?(s.empty(t),t.appendChild(s.toDom(f,t.ownerDocument))):t[v]=f,t;if("textContent"==v&&!n("dom-textContent"))return s.empty(t),t.appendChild(t.ownerDocument.createTextNode(f)),t;if(r.isFunction(f)){var g=t[d];g||(g=l++,t[d]=g),c[g]||(c[g]={});var m=c[g][v];if(m)a.disconnect(m);else try{delete t[v]}catch(e){}return f?c[g][v]=a.connect(t,v,f):t[v]=null,t}return t[v]=f,t}}.apply(null,r),void 0===o||(e.exports=o)},5250(e,t,n){var r;n.dj.r;void 0===(r=function(){var e="",t="",n="";return{getTextDir:function(e){return"auto"==this.textDir?this._checkContextual(e):this.textDir},_checkContextual:function(e){var t=/[A-Za-z\u05d0-\u065f\u066a-\u06ef\u06fa-\u07ff\ufb1d-\ufdff\ufe70-\ufefc]/.exec(e);return t?t[0]<="z"?"ltr":"rtl":this.dir?this.dir:this.isLeftToRight()?"ltr":"rtl"},applyTextDir:function(e,t){if(this.textDir){var n=this.textDir;if("auto"==n){if(void 0===t){var r=e.tagName.toLowerCase();t="input"==r||"textarea"==r?e.value:e.innerText||e.textContent||""}n=this._checkContextual(t)}e.dir!=n&&(e.dir=n)}},enforceTextDirWithUcc:function(r,o){return this.textDir?(r&&(r.originalText=o),("ltr"==("auto"==this.textDir?this._checkContextual(o):this.textDir)?e:n)+o+t):o},restoreOriginalText:function(e){return e.originalText&&(e.text=e.originalText,delete e.originalText),e},_setTextDirAttr:function(e){if(!this._created||this.textDir!=e){this._set("textDir",e);var t=null;this.displayNode?(t=this.displayNode,this.displayNode.align="rtl"==this.dir?"right":"left"):t=this.textDirNode||this.focusNode||this.textbox,t&&this.applyTextDir(t)}}}}.apply(null,[]))||(e.exports=r)},5479(e,t,n){var r,o;n.dj.r;r=[n(6323)],void 0===(o=function(e){"use strict";function t(){throw new TypeError("abstract")}return e.extend(function(){},{then:function(e,n,r){t()},cancel:function(e,n){t()},isResolved:function(){t()},isRejected:function(){t()},isFulfilled:function(){t()},isCanceled:function(){t()},finally:function(e){return this.then(function(t){var n=e();return n&&"function"==typeof n.then?n.then(function(){return t}):t},function(t){var n=e();if(n&&"function"==typeof n.then)return n.then(function(){throw t});throw t})},always:function(e){return this.then(e,e)},catch:function(e){return this.then(null,e)},otherwise:function(e){return this.then(null,e)},trace:function(){return this},traceRejected:function(){return this},toString:function(){return"[object Promise]"}})}.apply(null,r))||(e.exports=o)},5533(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6974),n(2075),n(1172),n(6323),n(2284),n(28),n(2685),n(6356),n(4975),n(1142)],o=function(e,t,n,r,o,i,s,a,c,l){function d(e,t,n,r,o){for(var i=1;i<t;i++)e[n+i][r]=o}function u(e){for(var n=e.length,r=n,o=t.filter(e[0],function(e){return!e.hidden}).length,i=new Array(n);n--;)i[n]=new Array(o);var s={};for(n=0;n<r;n++)for(var a=i[n],c=e[n],l=0,u=0;l<o;l++){var f,h=c[u];if(void 0===a[l]){if(a[l]=h.id,h.rowSpan&&h.rowSpan>1&&d(i,h.rowSpan,n,l,h.id),n>0&&h.colSpan&&h.colSpan>1)for(f=1;f<h.colSpan;f++)a[++l]=h.id,h.rowSpan&&h.rowSpan>1&&d(i,h.rowSpan,n,l,h.id);s[h.id]=e[0][l].id,u++}}return s}function f(e,t,r,o,i){if(!(r<=0)){var s,a,c=e.columns[t];if(c)return s={grid:e,columnId:t,width:r,bubbles:!0,cancelable:!0},o&&(s.parentType=o),!e._resizedColumns||n.emit(e.headerNode,"dgrid-columnresize",s)?("auto"===r?delete c.width:(c.width=r,r+="px"),(a=e._columnSizes[t])?a.set("width",r):a=l.addCssRule("#"+l.escapeCssIdentifier(e.domNode.id)+" .dgrid-column-"+l.escapeCssIdentifier(t,"-"),"width: "+r+";"),e._columnSizes[t]=a,!1!==i&&e.resize(),!0):void 0}}var h,p,v=0,g=function(){h=s.create("div",{className:"dgrid-column-resizer"}),p=s.create("div",{className:"dgrid-resize-guard"})},m=function(){s.destroy(h),s.destroy(p),h=p=null},y=function(e){var t=a.position(e.domNode,!0);h.style.top=t.y+"px",h.style.height=t.h+"px",document.body.appendChild(h),e.domNode.appendChild(p)},_=function(e){h.style.left=e+"px"},b=function(){h.parentNode.removeChild(h),p.parentNode.removeChild(p)};return e(null,{resizeNode:null,minWidth:40,adjustLastColumn:!0,_resizedColumns:!1,buildRendering:function(){this.inherited(arguments),v||g(),v++},destroy:function(){for(var e in this.inherited(arguments),this._columnSizes)this._columnSizes[e].remove();--v||m()},resizeColumnWidth:function(e,t){return f(this,e,t)},configStructure:function(){var e,t=this._oldColumnSizes=o.mixin({},this._columnSizes);for(e in this._resizedColumns=!1,this._columnSizes={},this.inherited(arguments),t)e in this._columnSizes||t[e].remove();delete this._oldColumnSizes},_configColumn:function(e){this.inherited(arguments);var t,n=e.id;"width"in e&&((t=this._oldColumnSizes[n])?t.set("width",e.width+"px"):t=l.addCssRule("#"+l.escapeCssIdentifier(this.domNode.id)+" .dgrid-column-"+l.escapeCssIdentifier(n,"-"),"width: "+e.width+"px;"),this._columnSizes[n]=t)},renderHeader:function(){this.inherited(arguments);var e,t=this;if(this.columnSets&&this.columnSets.length)for(var i=this.columnSets.length;i--;)e=o.mixin(e||{},u(this.columnSets[i]));else this.subRows&&this.subRows.length>1&&(e=u(this.subRows));for(var a=r(".dgrid-cell",t.headerNode),c=a.length;c--;){var d,f=a[c],h=f.columnId,p=t.columns[h],v=f.childNodes;if(p&&!1!==p.resizable){var g=s.create("div",{className:"dgrid-resize-header-container"});for(f.contents=g;v.length>0;)g.appendChild(v[0]);d=s.create("div",{className:"dgrid-resize-handle resizeNode-"+l.escapeCssIdentifier(h,"-")},g),f.appendChild(g),d.columnId=e&&e[h]||h}}t.mouseMoveListen||(n(t.headerNode,".dgrid-resize-handle:mousedown",function(e){t._resizeMouseDown(e,this),t.mouseMoveListen.resume(),t.mouseUpListen.resume()}),t._listeners.push(t.mouseMoveListen=n.pausable(document,"mousemove",l.throttleDelayed(function(e){t._updateResizerPosition(e)}))),t._listeners.push(t.mouseUpListen=n.pausable(document,"mouseup",function(e){t._resizeMouseUp(e),t.mouseMoveListen.pause(),t.mouseUpListen.pause()})),t.mouseMoveListen.pause(),t.mouseUpListen.pause())},_resizeMouseDown:function(e,t){e.preventDefault(),i.setSelectable(this.domNode,!1),this._startX=this._getResizeMouseLocation(e),this._targetCell=r(".dgrid-column-"+l.escapeCssIdentifier(t.columnId,"-"),this.headerNode)[0],this._updateResizerPosition(e),y(this)},_resizeMouseUp:function(e){var t,n,o,s=this._columnSizes;this.adjustLastColumn&&(o=this.headerNode.clientWidth-1),this._resizedColumns||(t=r(".dgrid-cell",this.headerNode),this.columnSets&&this.columnSets.length?t=t.filter(function(e){return"0"===e.columnId.split("-")[0]&&!(e.columnId in s)}):this.subRows&&this.subRows.length>1&&(t=t.filter(function(e){return"0"===e.columnId.charAt(0)&&!(e.columnId in s)})),n=t.map(function(e){return e.offsetWidth}),t.forEach(function(e,t){f(this,e.columnId,n[t],null,!1)},this),this._resizedColumns=!0),i.setSelectable(this.domNode,!0);var a=this._targetCell,c=this._getResizeMouseLocation(e)-this._startX,d=a.offsetWidth+c,u=this._getResizedColumnWidths(),h=u.totalWidth,p=u.lastColId,v=r(".dgrid-column-"+l.escapeCssIdentifier(p,"-"),this.headerNode)[0].offsetWidth;d<this.minWidth&&(d=this.minWidth),f(this,a.columnId,d,e.type)&&a.columnId!==p&&this.adjustLastColumn&&(h+c<o?f(this,p,"auto",e.type):v-c<=this.minWidth&&f(this,p,this.minWidth,e.type)),b(),delete this._startX,delete this._targetCell},_updateResizerPosition:function(e){if(this._targetCell){var t=this._getResizeMouseLocation(e),n=t-this._startX,r=this._targetCell.offsetWidth,o=t;r+n<this.minWidth&&(o=this._startX-(r-this.minWidth)),_(o)}},_getResizeMouseLocation:function(e){var t=0;return e.pageX?t=e.pageX:e.clientX&&(t=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft),t},_getResizedColumnWidths:function(){var e=0,t=r((this.columnSets?".dgrid-column-set-cell ":"")+"tr:first-child .dgrid-cell",this.headerNode),n=t.length;if(!n)return{};for(var o=t[n-1].columnId;n--;)e+=t[n].offsetWidth;return{totalWidth:e,lastColId:o}}})}.apply(null,r),void 0===o||(e.exports=o)},5540(e,t,n){var r,o;n.dj.r;r=[t,n(8241),n(1662),n(5625),n(6587),n(6974),n(6323),n(5479),n(6356)],o=function(e,t,n,r,o,i,s,a,c){function l(e){return c("native-arraybuffer")&&e instanceof ArrayBuffer}function d(e){return c("native-blob")&&e instanceof Blob}function u(e){return e&&"object"==typeof e&&!function(e){return c("native-formdata")&&e instanceof FormData}(e)&&!function(e){return"undefined"!=typeof Element?e instanceof Element:1===e.nodeType}(e)&&!d(e)&&!l(e)}e.deepCopy=function(t,n){for(var r in n){var o=t[r],i=n[r];"__proto__"!==r&&o!==i&&(u(i)?"[object Date]"===Object.prototype.toString.call(i)?t[r]=new Date(i):s.isArray(i)?t[r]=e.deepCopyArray(i):o&&"object"==typeof o?e.deepCopy(o,i):t[r]=e.deepCopy({},i):t[r]=i)}return t},e.deepCopyArray=function(t){for(var n=[],r=0,o=t.length;r<o;r++){var i=t[r];"object"==typeof i?n.push(e.deepCopy({},i)):n.push(i)}return n},e.deepCreate=function(t,n){n=n||{};var r,o,i=s.delegate(t);for(r in t)(o=t[r])&&"object"==typeof o&&(i[r]=e.deepCreate(o,n[r]));return e.deepCopy(i,n)};var f=Object.freeze||function(e){return e};function h(e){return f(e)}function p(e){return void 0!==e.data?e.data:e.text}e.deferred=function(o,i,c,l,d,u){var v=new r(function(e){return i&&i(v,o),e&&(e instanceof t||e instanceof n)?e:new n("Request canceled",o)});v.response=o,v.isValid=c,v.isReady=l,v.handleResponse=d;var g=v.then(h).otherwise(function(e){throw e.response=o,e});e.notify&&g.then(s.hitch(e.notify,"emit","load"),s.hitch(e.notify,"emit","error"));var m=g.then(p),y=new a;for(var _ in m)m.hasOwnProperty(_)&&(y[_]=m[_]);return y.response=g,f(y),u&&v.then(function(e){u.call(v,e)},function(e){u.call(v,o,e)}),v.promise=y,v.then=y.then,v},e.addCommonMethods=function(e,t){i.forEach(t||["GET","POST","PUT","DELETE"],function(t){e[("DELETE"===t?"DEL":t).toLowerCase()]=function(n,r){return(r=s.delegate(r||{})).method=t,e(n,r)}})},e.parseArgs=function(e,t,n){var r=t.data,i=t.query;return r&&!n&&("object"!=typeof r||c("native-xhr2")&&(l(r)||d(r))||(t.data=o.objectToQuery(r))),i?("object"==typeof i&&(i=o.objectToQuery(i)),t.preventCache&&(i+=(i?"&":"")+"request.preventCache="+ +new Date)):t.preventCache&&(i="request.preventCache="+ +new Date),e&&i&&(e+=(~e.indexOf("?")?"&":"?")+i),{url:e,options:t,getHeader:function(e){return null}}},e.checkStatus=function(e){return(e=e||0)>=200&&e<300||304===e||1223===e||!e}}.apply(null,r),void 0===o||(e.exports=o)},5577(e,t,n){var r,o;n.dj.r;r=[n(1054),n(7361),n(6323),n(9925),n(1692),n(6566),n(2616),n(2284),n(1248)],void 0===(o=function(e,t,n,r,o,i,s,a,c){var l=n.mixin,d={},u=d._Line=function(e,t){this.start=e,this.end=t};u.prototype.getValue=function(e){return(this.end-this.start)*e+this.start};var f=d.Animation=function(e){l(this,e),n.isArray(this.curve)&&(this.curve=new u(this.curve[0],this.curve[1]))};f.prototype=new r,n.extend(f,{duration:350,repeat:0,rate:20,_percent:0,_startRepeatCount:0,_getStep:function(){var e=this._percent,t=this.easing;return t?t(e):e},_fire:function(e,n){var r=n||[];if(this[e])if(t.debugAtAllCosts)this[e].apply(this,r);else try{this[e].apply(this,r)}catch(t){console.error("exception in animation handler for:",e),console.error(t)}return this},play:function(e,t){var r=this;if(r._delayTimer&&r._clearTimer(),t)r._stopTimer(),r._active=r._paused=!1,r._percent=0;else if(r._active&&!r._paused)return r;r._fire("beforeBegin",[r.node]);var o=e||r.delay,i=n.hitch(r,"_play",t);return o>0?(r._delayTimer=setTimeout(i,o),r):(i(),r)},_play:function(e){var t=this;t._delayTimer&&t._clearTimer(),t._startTime=(new Date).valueOf(),t._paused&&(t._startTime-=t.duration*t._percent),t._active=!0,t._paused=!1;var n=t.curve.getValue(t._getStep());return t._percent||(t._startRepeatCount||(t._startRepeatCount=t.repeat),t._fire("onBegin",[n])),t._fire("onPlay",[n]),t._cycle(),t},pause:function(){var e=this;return e._delayTimer&&e._clearTimer(),e._stopTimer(),e._active?(e._paused=!0,e._fire("onPause",[e.curve.getValue(e._getStep())]),e):e},gotoPercent:function(e,t){var n=this;return n._stopTimer(),n._active=n._paused=!0,n._percent=e,t&&n.play(),n},stop:function(e){var t=this;return t._delayTimer&&t._clearTimer(),t._timer?(t._stopTimer(),e&&(t._percent=1),t._fire("onStop",[t.curve.getValue(t._getStep())]),t._active=t._paused=!1,t):t},destroy:function(){this.stop()},status:function(){return this._active?this._paused?"paused":"playing":"stopped"},_cycle:function(){var e=this;if(e._active){var t=(new Date).valueOf(),n=0===e.duration?1:(t-e._startTime)/e.duration;n>=1&&(n=1),e._percent=n,e.easing&&(n=e.easing(n)),e._fire("onAnimate",[e.curve.getValue(n)]),e._percent<1?e._startTimer():(e._active=!1,e.repeat>0?(e.repeat--,e.play(null,!0)):-1==e.repeat?e.play(null,!0):e._startRepeatCount&&(e.repeat=e._startRepeatCount,e._startRepeatCount=0),e._percent=0,e._fire("onEnd",[e.node]),!e.repeat&&e._stopTimer())}return e},_clearTimer:function(){clearTimeout(this._delayTimer),delete this._delayTimer}});var h=0,p=null,v={run:function(){}};n.extend(f,{_startTimer:function(){this._timer||(this._timer=i.after(v,"run",n.hitch(this,"_cycle"),!0),h++),p||(p=setInterval(n.hitch(v,"run"),this.rate))},_stopTimer:function(){this._timer&&(this._timer.remove(),this._timer=null,h--),h<=0&&(clearInterval(p),p=null,h=0)}});var g=s("ie")?function(e){var t=e.style;t.width.length||"auto"!=c.get(e,"width")||(t.width="auto")}:function(){};d._fade=function(e){e.node=a.byId(e.node);var t=l({properties:{}},e),r=t.properties.opacity={};r.start="start"in t?t.start:function(){return+c.get(t.node,"opacity")||0},r.end=t.end;var o=d.animateProperty(t);return i.after(o,"beforeBegin",n.partial(g,t.node),!0),o},d.fadeIn=function(e){return d._fade(l({end:1},e))},d.fadeOut=function(e){return d._fade(l({end:0},e))},d._defaultEasing=function(e){return.5+Math.sin((e+1.5)*Math.PI)/2};var m=function(e){for(var t in this._properties=e,e){var n=e[t];n.start instanceof o&&(n.tempColor=new o)}};return m.prototype.getValue=function(e){var t={};for(var r in this._properties){var i=this._properties[r],s=i.start;s instanceof o?t[r]=o.blendColors(s,i.end,e,i.tempColor).toCss():n.isArray(s)||(t[r]=(i.end-s)*e+s+("opacity"!=r?i.units||"px":0))}return t},d.animateProperty=function(t){var r=t.node=a.byId(t.node);t.easing||(t.easing=e._defaultEasing);var s=new f(t);return i.after(s,"beforeBegin",n.hitch(s,function(){var e={};for(var t in this.properties){"width"!=t&&"height"!=t||(this.node.display="block");var i=this.properties[t];n.isFunction(i)&&(i=i(r)),i=e[t]=l({},n.isObject(i)?i:{end:i}),n.isFunction(i.start)&&(i.start=i.start(r)),n.isFunction(i.end)&&(i.end=i.end(r));var s=t.toLowerCase().indexOf("color")>=0,a=function(e,t){var n={height:e.offsetHeight,width:e.offsetWidth}[t];return void 0!==n?n:(n=c.get(e,t),"opacity"==t?+n:s?n:parseFloat(n))};"end"in i?"start"in i||(i.start=a(r,t)):i.end=a(r,t),s?(i.start=new o(i.start),i.end=new o(i.end)):i.start="opacity"==t?+i.start:parseFloat(i.start)}this.curve=new m(e)}),!0),i.after(s,"onAnimate",n.hitch(c,"set",s.node),!0),s},d.anim=function(e,t,n,r,o,i){return d.animateProperty({node:e,duration:n||f.prototype.duration,properties:t,easing:r,onEnd:o}).play(i||0)},s("extend-dojo")&&(l(e,d),e._Animation=f),d}.apply(null,r))||(e.exports=o)},5602(e,t,n){var r,o;n.dj.r;r=[n(6345),n(1540),n(6850)],void 0===(o=function(e,t,n){return e([t,n],{})}.apply(null,r))||(e.exports=o)},5608(e,t,n){"use strict";n.r(t),n.d(t,{__addDisposableResource:()=>k,__assign:()=>i,__asyncDelegator:()=>C,__asyncGenerator:()=>j,__asyncValues:()=>T,__await:()=>N,__awaiter:()=>p,__classPrivateFieldGet:()=>R,__classPrivateFieldIn:()=>D,__classPrivateFieldSet:()=>I,__createBinding:()=>g,__decorate:()=>a,__disposeResources:()=>O,__esDecorate:()=>l,__exportStar:()=>m,__extends:()=>o,__generator:()=>v,__importDefault:()=>A,__importStar:()=>P,__makeTemplateObject:()=>S,__metadata:()=>h,__param:()=>c,__propKey:()=>u,__read:()=>_,__rest:()=>s,__rewriteRelativeImportExtension:()=>H,__runInitializers:()=>d,__setFunctionName:()=>f,__spread:()=>b,__spreadArray:()=>x,__spreadArrays:()=>w,__values:()=>y,default:()=>B});var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function s(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}function a(e,t,n,r){var o,i=arguments.length,s=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,r);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,n,s):o(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s}function c(e,t){return function(n,r){t(n,r,e)}}function l(e,t,n,r,o,i){function s(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var a,c=r.kind,l="getter"===c?"get":"setter"===c?"set":"value",d=!t&&e?r.static?e:e.prototype:null,u=t||(d?Object.getOwnPropertyDescriptor(d,r.name):{}),f=!1,h=n.length-1;h>=0;h--){var p={};for(var v in r)p[v]="access"===v?{}:r[v];for(var v in r.access)p.access[v]=r.access[v];p.addInitializer=function(e){if(f)throw new TypeError("Cannot add initializers after decoration has completed");i.push(s(e||null))};var g=(0,n[h])("accessor"===c?{get:u.get,set:u.set}:u[l],p);if("accessor"===c){if(void 0===g)continue;if(null===g||"object"!=typeof g)throw new TypeError("Object expected");(a=s(g.get))&&(u.get=a),(a=s(g.set))&&(u.set=a),(a=s(g.init))&&o.unshift(a)}else(a=s(g))&&("field"===c?o.unshift(a):u[l]=a)}d&&Object.defineProperty(d,r.name,u),f=!0}function d(e,t,n){for(var r=arguments.length>2,o=0;o<t.length;o++)n=r?t[o].call(e,n):t[o].call(e);return r?n:void 0}function u(e){return"symbol"==typeof e?e:"".concat(e)}function f(e,t,n){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:n?"".concat(n," ",t):t})}function h(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function p(e,t,n,r){return new(n||(n=Promise))(function(o,i){function s(e){try{c(r.next(e))}catch(e){i(e)}}function a(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n(function(e){e(t)})).then(s,a)}c((r=r.apply(e,t||[])).next())})}function v(e,t){var n,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},s=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return s.next=a(0),s.throw=a(1),s.return=a(2),"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}var g=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]};function m(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||g(t,e,n)}function y(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function _(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s}function b(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(_(arguments[t]));return e}function w(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var i=arguments[t],s=0,a=i.length;s<a;s++,o++)r[o]=i[s];return r}function x(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}function N(e){return this instanceof N?(this.v=e,this):new N(e)}function j(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),i=[];return r=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",function(e){return function(t){return Promise.resolve(t).then(e,l)}}),r[Symbol.asyncIterator]=function(){return this},r;function s(e,t){o[e]&&(r[e]=function(t){return new Promise(function(n,r){i.push([e,t,n,r])>1||a(e,t)})},t&&(r[e]=t(r[e])))}function a(e,t){try{(n=o[e](t)).value instanceof N?Promise.resolve(n.value.v).then(c,l):d(i[0][2],n)}catch(e){d(i[0][3],e)}var n}function c(e){a("next",e)}function l(e){a("throw",e)}function d(e,t){e(t),i.shift(),i.length&&a(i[0][0],i[0][1])}}function C(e){var t,n;return t={},r("next"),r("throw",function(e){throw e}),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(n=!n)?{value:N(e[r](t)),done:!1}:o?o(t):t}:o}}function T(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=y(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise(function(r,o){(function(e,t,n,r){Promise.resolve(r).then(function(t){e({value:t,done:n})},t)})(r,o,(t=e[n](t)).done,t.value)})}}}function S(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var E=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},M=function(e){return M=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},M(e)};function P(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=M(e),r=0;r<n.length;r++)"default"!==n[r]&&g(t,e,n[r]);return E(t,e),t}function A(e){return e&&e.__esModule?e:{default:e}}function R(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)}function I(e,t,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(e,n):o?o.value=n:t.set(e,n),n}function D(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}function k(e,t,n){if(null!=t){if("object"!=typeof t&&"function"!=typeof t)throw new TypeError("Object expected.");var r,o;if(n){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");r=t[Symbol.asyncDispose]}if(void 0===r){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");r=t[Symbol.dispose],n&&(o=r)}if("function"!=typeof r)throw new TypeError("Object not disposable.");o&&(r=function(){try{o.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:t,dispose:r,async:n})}else n&&e.stack.push({async:!0});return t}var L="function"==typeof SuppressedError?SuppressedError:function(e,t,n){var r=new Error(n);return r.name="SuppressedError",r.error=e,r.suppressed=t,r};function O(e){function t(t){e.error=e.hasError?new L(t,e.error,"An error was suppressed during disposal."):t,e.hasError=!0}var n,r=0;return function o(){for(;n=e.stack.pop();)try{if(!n.async&&1===r)return r=0,e.stack.push(n),Promise.resolve().then(o);if(n.dispose){var i=n.dispose.call(n.value);if(n.async)return r|=2,Promise.resolve(i).then(o,function(e){return t(e),o()})}else r|=1}catch(e){t(e)}if(1===r)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}()}function H(e,t){return"string"==typeof e&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(e,n,r,o,i){return n?t?".jsx":".js":!r||o&&i?r+o+"."+i.toLowerCase()+"js":e}):e}const B={__extends:o,__assign:i,__rest:s,__decorate:a,__param:c,__esDecorate:l,__runInitializers:d,__propKey:u,__setFunctionName:f,__metadata:h,__awaiter:p,__generator:v,__createBinding:g,__exportStar:m,__values:y,__read:_,__spread:b,__spreadArrays:w,__spreadArray:x,__await:N,__asyncGenerator:j,__asyncDelegator:C,__asyncValues:T,__makeTemplateObject:S,__importStar:P,__importDefault:A,__classPrivateFieldGet:R,__classPrivateFieldSet:I,__classPrivateFieldIn:D,__addDisposableResource:k,__disposeResources:O,__rewriteRelativeImportExtension:H}},5625(e,t,n){var r,o;n.dj.r;r=[n(6356),n(6323),n(1662),n(5479),n(2236)],void 0===(o=function(e,t,n,r,o){"use strict";var i="This deferred has already been fulfilled.",s=Object.freeze||function(){},a=function(t,n,r,o,i){e("config-deferredInstrumentation")&&2===n&&u.instrumentRejected&&0===t.length&&u.instrumentRejected(r,!1,o,i);for(var s=0;s<t.length;s++)c(t[s],n,r,o)},c=function(t,n,r,o){var i=t[n],s=t.deferred;if(i)try{var a=i(r);if(0===n)void 0!==a&&d(s,n,a);else{if(a&&"function"==typeof a.then)return t.cancel=a.cancel,void a.then(l(s,1),l(s,2),l(s,0));d(s,1,a)}}catch(e){d(s,2,e)}else d(s,n,r);e("config-deferredInstrumentation")&&2===n&&u.instrumentRejected&&u.instrumentRejected(r,!!i,o,s.promise)},l=function(e,t){return function(n){d(e,t,n)}},d=function(e,t,n){if(!e.isCanceled())switch(t){case 0:e.progress(n);break;case 1:e.resolve(n);break;case 2:e.reject(n)}},u=function(t){var o,l,d,f=this.promise=new r,h=this,p=!1,v=[];e("config-deferredInstrumentation")&&Error.captureStackTrace&&(Error.captureStackTrace(h,u),Error.captureStackTrace(f,u)),this.isResolved=f.isResolved=function(){return 1===o},this.isRejected=f.isRejected=function(){return 2===o},this.isFulfilled=f.isFulfilled=function(){return!!o},this.isCanceled=f.isCanceled=function(){return p},this.progress=function(e,t){if(o){if(!0===t)throw new Error(i);return f}return a(v,0,e,null,h),f},this.resolve=function(e,t){if(o){if(!0===t)throw new Error(i);return f}return a(v,o=1,l=e,null,h),v=null,f};var g=this.reject=function(t,n){if(o){if(!0===n)throw new Error(i);return f}return e("config-deferredInstrumentation")&&Error.captureStackTrace&&Error.captureStackTrace(d={},g),a(v,o=2,l=t,d,h),v=null,f};this.then=f.then=function(e,t,n){var r=[n,e,t];return r.cancel=f.cancel,r.deferred=new u(function(e){return r.cancel&&r.cancel(e)}),o&&!v?c(r,o,l,d):v.push(r),r.deferred.promise},this.cancel=f.cancel=function(e,r){if(o){if(!0===r)throw new Error(i)}else{if(t){var s=t(e);e=void 0===s?e:s}if(p=!0,!o)return void 0===e&&(e=new n),g(e),e;if(2===o&&l===e)return e}},s(f)};return u.prototype.toString=function(){return"[object Deferred]"},o&&o(u),u}.apply(null,r))||(e.exports=o)},5641(e,t,n){var r,o;n.dj.r;r=[n(1054),n(2075),n(7111),n(6566),n(3503),n(8471),n(3927),n(6323),n(4266)],o=function(e,t,n,r,o,i,s,a){function c(n,o,s,c,d){if(c=a.hitch(s,c),!n||!n.addEventListener&&!n.attachEvent)return r.after(n||e.global,o,c,!0);if("string"==typeof o&&"on"==o.substring(0,2)&&(o=o.substring(2)),n||(n=e.global),!d)switch(o){case"keypress":o=l;break;case"mouseenter":o=i.enter;break;case"mouseleave":o=i.leave}return t(n,o,c,d)}s.add("events-keypress-typed",function(){var e={charCode:0};try{((e=document.createEvent("KeyboardEvent")).initKeyboardEvent||e.initKeyEvent).call(e,"keypress",!0,!0,null,!1,!1,!1,!1,9,3)}catch(e){}return 0==e.charCode&&!s("opera")});var l,d={106:42,111:47,186:59,187:43,188:44,189:45,190:46,191:47,192:96,219:91,220:92,221:93,222:39,229:113},u=s("mac")?"metaKey":"ctrlKey",f=function(e,t){var n=a.mixin({},e,t);return h(n),n.preventDefault=function(){e.preventDefault()},n.stopPropagation=function(){e.stopPropagation()},n};function h(e){e.keyChar=e.charCode?String.fromCharCode(e.charCode):"",e.charOrCode=e.keyChar||e.keyCode}if(s("events-keypress-typed")){l=function(e,n){var r=t(e,"keydown",function(e){var t=e.keyCode,r=13!=t&&32!=t&&(27!=t||!s("ie"))&&(t<48||t>90)&&(t<96||t>111)&&(t<186||t>192)&&(t<219||t>222)&&229!=t;if(r||e.ctrlKey){var o=r?0:t;if(e.ctrlKey){if(3==t||13==t)return n.call(e.currentTarget,e);o>95&&o<106?o-=48:!e.shiftKey&&o>=65&&o<=90?o+=32:o=d[o]||o}var i=f(e,{type:"keypress",faux:!0,charCode:o});n.call(e.currentTarget,i),s("ie")&&function(e,t){try{return e.keyCode=t}catch(e){return 0}}(e,i.keyCode)}}),o=t(e,"keypress",function(e){var t=e.charCode;return e=f(e,{charCode:t=t>=32?t:0,faux:!0}),n.call(this,e)});return{remove:function(){r.remove(),o.remove()}}}}else l=s("opera")?function(e,n){return t(e,"keypress",function(e){var t=e.which;return 3==t&&(t=99),t=t<32&&!e.shiftKey?0:t,e.ctrlKey&&!e.shiftKey&&t>=65&&t<=90&&(t+=32),n.call(this,f(e,{charCode:t}))})}:function(e,n){return t(e,"keypress",function(e){return h(e),n.call(this,e)})};var p={_keypress:l,connect:function(e,t,n,r,o){var i=arguments,s=[],a=0;s.push("string"==typeof i[0]?null:i[a++],i[a++]);var l=i[a+1];s.push("string"==typeof l||"function"==typeof l?i[a++]:null,i[a++]);for(var d=i.length;a<d;a++)s.push(i[a]);return c.apply(this,s)},disconnect:function(e){e&&e.remove()},subscribe:function(e,t,r){return n.subscribe(e,a.hitch(t,r))},publish:function(e,t){return n.publish.apply(n,[e].concat(t))},connectPublisher:function(e,t,n){var r=function(){p.publish(e,arguments)};return n?p.connect(t,n,r):p.connect(t,r)},isCopyKey:function(e){return e[u]}};return p.unsubscribe=p.disconnect,s("extend-dojo")&&a.mixin(e,p),p}.apply(null,r),void 0===o||(e.exports=o)},5659(e,t,n){var r,o;n.dj.r;r=[n.dj.c(e),n(6974),n(5641),n(6345),n(6323),n(8471),n(2075),n(7443),n(3068)],o=function(e,t,n,r,o,i,s,a,c){var l,d=o.delegate(a,{mouseenter:i.enter,mouseleave:i.leave,keypress:n._keypress}),u=r("dijit._AttachMixin",null,{constructor:function(){this._attachPoints=[],this._attachEvents=[]},buildRendering:function(){this.inherited(arguments),this._attachTemplateNodes(this.domNode),this._beforeFillContent()},_beforeFillContent:function(){},_attachTemplateNodes:function(e){for(var t=e;;)if(1==t.nodeType&&(this._processTemplateNode(t,function(e,t){return e.getAttribute(t)},this._attach)||this.searchContainerNode)&&t.firstChild)t=t.firstChild;else{if(t==e)return;for(;!t.nextSibling;)if((t=t.parentNode)==e)return;t=t.nextSibling}},_processTemplateNode:function(e,t,n){var r=!0,i=this.attachScope||this,s=t(e,"dojoAttachPoint")||t(e,"data-dojo-attach-point");if(s)for(var a,c=s.split(/\s*,\s*/);a=c.shift();)o.isArray(i[a])?i[a].push(e):i[a]=e,r="containerNode"!=a,this._attachPoints.push(a);var l=t(e,"dojoAttachEvent")||t(e,"data-dojo-attach-event");if(l)for(var d,u=l.split(/\s*,\s*/),f=o.trim;d=u.shift();)if(d){var h=null;if(-1!=d.indexOf(":")){var p=d.split(":");d=f(p[0]),h=f(p[1])}else d=f(d);h||(h=d),this._attachEvents.push(n(e,d,o.hitch(i,h)))}return r},_attach:function(t,n,r){return n="dijitclick"==(n=n.replace(/^on/,"").toLowerCase())?l||(l=e("./a11yclick")):d[n]||n,s(t,n,r)},_detachTemplateNodes:function(){var e=this.attachScope||this;t.forEach(this._attachPoints,function(t){delete e[t]}),this._attachPoints=[],t.forEach(this._attachEvents,function(e){e.remove()}),this._attachEvents=[]},destroyRendering:function(){this._detachTemplateNodes(),this.inherited(arguments)}});return o.extend(c,{dojoAttachEvent:"",dojoAttachPoint:""}),u}.apply(null,r),void 0===o||(e.exports=o)},5744(e,t,n){var r;n.dj.r;void 0===(r=function(){return function(e,t,n,r){var o,i,s;if(e.load(t,n,function(e){i=e,s=!0,o&&o(e)},{isBuild:!0}),s)return i;if(!r)throw new Error(t+" unavailable");return(i=new Promise(function(e){o=e})).__DOJO_WEBPACK_DEFINE_PROMISE__=!0,i}}.apply(null,[]))||(e.exports=r)},5892(e,t,n){var r,o;n.dj.r;r=[n(2075),n(1172)],void 0===(o=function(e,t){var n={tapRadius:10,dbltapTime:250,selector:function(n,r,o){return function(i,s){var a=r.bubble;return a?r=a:!1!==o&&(o=!0),e(i,r,function(e){var r=e.target;for(3===r.nodeType&&(r=r.parentNode);!t.matches(r,n,i);)if(r===i||!o||!(r=r.parentNode))return;return s.call(r,e)})}},countCurrentTouches:function(e,t){if(!("touches"in e))return-1;var n,r,o;for(n=0,r=0;o=e.touches[n];++n)t.contains(o.target)&&++r;return r}};function r(t,r,o,i){if(!(o.targetTouches.length>1)){var s=o.changedTouches[0],a=s.screenX,c=s.screenY;i&&o.preventDefault();var l=e(t,"touchend",function(e){var t=e.changedTouches[0];e.targetTouches.length||(Math.abs(t.screenX-a)<n.tapRadius&&Math.abs(t.screenY-c)<n.tapRadius&&(i&&e.preventDefault(),r.call(this,e)),l.remove())})}}return n.tap=function(t,n){return e(t,"touchstart",function(e){r(t,n,e)})},n.dbltap=function(t,o){var i,s;return e(t,"touchstart",function(e){i?r(t,function(e){if(i){var t=e.changedTouches[0];Math.abs(t.screenX-i.screenX)<n.tapRadius&&Math.abs(t.screenY-i.screenY)<n.tapRadius&&(s&&clearTimeout(s),i=s=null,o.call(this,e))}},e,!0):r(t,function(e){i=e.changedTouches[0],s=setTimeout(function(){i=s=null},n.dbltapTime)},e)})},n}.apply(null,r))||(e.exports=o)},5907(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6323),n(6974),n(1603),n(6739),n(3060),n(2626)],o=function(e,t,n,r,o,i,s){return e([r,o,i],{constructor:function(){this.storage.version=0},postscript:function(){this.inherited(arguments),this.setData(this.data||[])},data:null,autoEmitEvents:!1,getSync:function(e){return this.storage.fullData[this.storage.index[e]]},putSync:function(e,t){t=t||{};var n=this.storage,r=n.index,o=n.fullData,i=this.Model;!i||e instanceof i||(e=this._restore(e));var s=this.getIdentity(e);null==s&&(this._setIdentity(e,"id"in t?t.id:Math.random()),s=this.getIdentity(e)),n.version++;var a,c,l,d=s in r?"update":"add",u={target:e};if("update"===d){if(!1===t.overwrite)throw new Error("Object already exists");c=a=r[s]}else c=this.defaultNewToStart?0:o.length;if("beforeId"in t){var f=t.beforeId;null===f?(l=o.length,"update"===d&&--l):a<(l=r[f])&&--l,void 0!==l?u.beforeId=f:(console.error("options.beforeId was specified but no corresponding index was found"),l=c)}else l=c;if(l===a)o[l]=e;else{void 0!==a&&o.splice(a,1),o.splice(l,0,e);for(var h=void 0===a?l:Math.min(a,l),p=o.length;h<p;++h)r[this.getIdentity(o[h])]=h}return this.emit(d,u),e},addSync:function(e,t){return(t=t||{}).overwrite=!1,this.putSync(e,t)},removeSync:function(e){var t=this.storage,n=t.index,r=t.fullData;if(e in n){var o=r.splice(n[e],1)[0];return this._reindex(),this.emit("delete",{id:e,target:o}),!0}},setData:function(e){this.parse&&(e=this.parse(e)),e.items&&(this.idProperty=e.identifier||this.idProperty,e=e.items),this.storage.fullData=this.data=e,this._reindex()},_reindex:function(){for(var e=this.storage,t=e.index={},n=e.fullData,r=this.Model,o=Object.prototype,i=0,s=n.length;i<s;i++){var a=n[i];if(r&&!(a instanceof r)){var c=this._restore(a,a.__proto__===o);a!==c&&(n[i]=a=c)}t[this.getIdentity(a)]=i}e.version++},fetchSync:function(){var e=this.data;if(!e||e._version!==this.storage.version){e=this.storage.fullData;for(var t=this.queryLog,n=0,r=t.length;n<r;n++)e=t[n].querier(e);e._version=this.storage.version,this.data=e}return new s(e)},fetchRangeSync:function(e){var t=this.fetchSync(),n=e.start,r=e.end;return new s(t.slice(n,r),{totalLength:t.length})},_includePropertyInSubCollection:function(e){return"data"!==e&&this.inherited(arguments)}})}.apply(null,r),void 0===o||(e.exports=o)},6178(e,t,n){var r,o;n.dj.r;r=[n(6356),n(1054)],void 0===(o=function(e,t){"use strict";var n=document.createElement("div"),r=n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector,o=n.querySelectorAll,i=/([^\s,](?:"(?:\\.|[^"])+"|'(?:\\.|[^'])+'|[^,])*)/g;e.add("dom-matches-selector",!!r),e.add("dom-qsa",!!o);var s=function(n,r){if(l&&n.indexOf(",")>-1)return l(n,r);var i=r?r.ownerDocument||r:t.doc||document,d=(o?/^([\w]*)#([\w\-]+$)|^(\.)([\w\-\*]+$)|^(\w+$)/:/^([\w]*)#([\w\-]+)(?:\s+(.*))?$|(?:^|(>|.+\s+))([\w\-\*]+)(\S*$)/).exec(n);if(r=r||i,d){var u=8===e("ie")&&e("quirks")?r.nodeType===i.nodeType:null!==r.parentNode&&9!==r.nodeType&&r.parentNode===i;if(d[2]&&u){var f;if(!(f=t.byId?t.byId(d[2],i):i.getElementById(d[2]))||d[1]&&d[1]!=f.tagName.toLowerCase())return[];if(r!=i)for(var h=f;h!=r;)if(!(h=h.parentNode))return[];return d[3]?s(d[3],f):[f]}if(d[3]&&r.getElementsByClassName)return r.getElementsByClassName(d[4]);if(d[5]){if(f=r.getElementsByTagName(d[5]),!d[4]&&!d[6])return f;n=(d[4]||"")+d[6]}}if(o)return 1===r.nodeType&&"object"!==r.nodeName.toLowerCase()?a(r,n,r.querySelectorAll):r.querySelectorAll(n);f||(f=r.getElementsByTagName("*"));for(var p=[],v=0,g=f.length;v<g;v++){var m=f[v];1==m.nodeType&&c(m,n,r)&&p.push(m)}return p},a=function(e,t,n){var r=e,o=e.getAttribute("id"),s=o||"__dojo__",a=e.parentNode,c=/^\s*[+~]/.test(t);if(c&&!a)return[];o?s=s.replace(/'/g,"\\$&"):e.setAttribute("id",s),c&&a&&(e=e.parentNode);for(var l=t.match(i),d=0;d<l.length;d++)l[d]="[id='"+s+"'] "+l[d];t=l.join(",");try{return n.call(e,t)}finally{o||r.removeAttribute("id")}};if(!e("dom-matches-selector"))var c=function(){var e="div"==n.tagName?"toLowerCase":"toUpperCase",t={"":function(t){return t=t[e](),function(e){return e.tagName==t}},".":function(e){var t=" "+e+" ";return function(n){return n.className.indexOf(e)>-1&&(" "+n.className+" ").indexOf(t)>-1}},"#":function(e){return function(t){return t.id==e}}},r={"^=":function(e,t){return 0==e.indexOf(t)},"*=":function(e,t){return e.indexOf(t)>-1},"$=":function(e,t){return e.substring(e.length-t.length,e.length)==t},"~=":function(e,t){return(" "+e+" ").indexOf(" "+t+" ")>-1},"|=":function(e,t){return 0==(e+"-").indexOf(t+"-")},"=":function(e,t){return e==t},"":function(e,t){return!0}};function o(e){return function(t,n){for(;(t=t.parentNode)!=n;)if(e(t,n))return!0}}function i(e){return function(t,n){return t=t.parentNode,e?t!=n&&e(t,n):t==n}}var s={};function a(e,t){return e?function(n,r){return t(n)&&e(n,r)}:t}return function(e,n,c){var l=s[n];if(!l){if(n.replace(/(?:\s*([> ])\s*)|(#|\.)?((?:\\.|[\w-])+)|\[\s*([\w-]+)\s*(.?=)?\s*("(?:\\.|[^"])+"|'(?:\\.|[^'])+'|(?:\\.|[^\]])*)\s*\]/g,function(e,n,s,c,d,u,f){return c?l=a(l,t[s||""](c.replace(/\\/g,""))):n?l=(" "==n?o:i)(l):d&&(l=a(l,function(e,t,n){var o=t.charAt(0);'"'!=o&&"'"!=o||(t=t.slice(1,-1)),t=t.replace(/\\/g,"");var i=r[n||""];return function(n){var r=n.getAttribute(e);return r&&i(r,t)}}(d,f,u))),""}))throw new Error("Syntax error in query");if(!l)return!0;s[n]=l}return l(e,c)}}();if(!e("dom-qsa"))var l=function(e,t){for(var n=e.match(i),r=[],o=0;o<n.length;o++){(e=new String(n[o].replace(/\s*$/,""))).indexOf=escape;for(var a=s(e,t),c=0,l=a.length;c<l;c++){var d=a[c];r[d.sourceIndex]=d}}var u=[];for(o in r)u.push(r[o]);return u};return s.match=r?function(e,t,n){return n&&9!=n.nodeType?a(n,t,function(t){return r.call(e,t)}):r.call(e,t)}:c,s}.apply(null,r))||(e.exports=o)},6323(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6356),n(2616)],o=function(e,t){t.add("bug-for-in-skips-shadowed",function(){for(var e in{toString:1})return 0;return 1});var n=[],r=function(t,n,r){r||(r=t[0]&&e.scopeMap[t[0]]?e.scopeMap[t.shift()][1]:e.global);try{for(var o=0;o<t.length;o++){var i=t[o];if("__proto__"===i||"constructor"===i)return;if(!(i in r)){if(!n)return;r[i]={}}r=r[i]}return r}catch(e){}},o=Object.prototype.toString,i=function(e,t,n){return(n||[]).concat(Array.prototype.slice.call(e,t||0))},s=/\{([^\}]+)\}/g,a={_extraNames:n,_mixin:function(e,t,n){var r,o,i={};for(r in t)o=t[r],r in e&&(e[r]===o||r in i&&i[r]===o)||(e[r]=n?n(o):o);return e},mixin:function(e,t){e||(e={});for(var n=1,r=arguments.length;n<r;n++)a._mixin(e,arguments[n]);return e},setObject:function(e,t,n){var o=e.split("."),i=o.pop(),s=r(o,!0,n);return s&&i?s[i]=t:void 0},getObject:function(e,t,n){return e?r(e.split("."),t,n):n},exists:function(e,t){return void 0!==a.getObject(e,!1,t)},isString:function(e){return"string"==typeof e||e instanceof String},isArray:Array.isArray||function(e){return"[object Array]"==o.call(e)},isFunction:function(e){return"[object Function]"===o.call(e)},isObject:function(e){return void 0!==e&&(null===e||"object"==typeof e||a.isArray(e)||a.isFunction(e))},isArrayLike:function(e){return!!e&&!a.isString(e)&&!a.isFunction(e)&&!(e.tagName&&"form"==e.tagName.toLowerCase())&&(a.isArray(e)||isFinite(e.length))},isAlien:function(e){return e&&!a.isFunction(e)&&/\{\s*\[native code\]\s*\}/.test(String(e))},extend:function(e,t){for(var n=1,r=arguments.length;n<r;n++)a._mixin(e.prototype,arguments[n]);return e},_hitchArgs:function(t,n){var r=a._toArray(arguments,2),o=a.isString(n);return function(){var i=a._toArray(arguments),s=o?(t||e.global)[n]:n;return s&&s.apply(t||this,r.concat(i))}},hitch:function(t,n){if(arguments.length>2)return a._hitchArgs.apply(e,arguments);if(n||(n=t,t=null),a.isString(n)){if(!(t=t||e.global)[n])throw['lang.hitch: scope["',n,'"] is null (scope="',t,'")'].join("");return function(){return t[n].apply(t,arguments||[])}}return t?function(){return n.apply(t,arguments||[])}:n},delegate:function(){function e(){}return function(t,n){e.prototype=t;var r=new e;return e.prototype=null,n&&a._mixin(r,n),r}}(),_toArray:t("ie")?function(){function e(e,t,n){for(var r=n||[],o=t||0;o<e.length;o++)r.push(e[o]);return r}return function(t){return(t.item?e:i).apply(this,arguments)}}():i,partial:function(t){return a.hitch.apply(e,[null].concat(a._toArray(arguments)))},clone:function(e){if(!e||"object"!=typeof e||a.isFunction(e))return e;if(e.nodeType&&"cloneNode"in e)return e.cloneNode(!0);if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e);var t,n,r;if(a.isArray(e))for(t=[],n=0,r=e.length;n<r;++n)n in e&&(t[n]=a.clone(e[n]));else t=e.constructor?new e.constructor:{};return a._mixin(t,e,a.clone)},trim:String.prototype.trim?function(e){return e.trim()}:function(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")},replace:function(e,t,n){return e.replace(n||s,a.isFunction(t)?t:function(e,n){return a.getObject(n,!1,t)})}};return t("extend-dojo")&&a.mixin(e,a),a}.apply(null,r),void 0===o||(e.exports=o)},6345(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6356),n(6323)],o=function(e,t,n){var r,o=n.mixin,i=Object.prototype,s=i.toString,a=0,c="constructor";function l(e,t){throw new Error("declare"+(t?" "+t:"")+": "+e)}function d(e,t,n,r){var o,s,a,d,u,f,h,p,v,g=this._inherited=this._inherited||{};if("string"==typeof e&&(o=e,e=t,t=n,n=r),"function"==typeof e)d=e,e=t,t=n;else try{d=e.callee}catch(e){if(!(e instanceof TypeError))throw e;l("strict mode inherited() requires the caller function to be passed before arguments",this.declaredClass)}if((o=o||d.nom)||l("can't deduce a name to call inherited()",this.declaredClass),n=r=0,a=(u=this.constructor._meta).bases,v=g.p,o!=c){if(g.c!==d&&(v=0,(u=(f=a[0])._meta).hidden[o]!==d)){(s=u.chains)&&"string"==typeof s[o]&&l("calling chained method with inherited: "+o,this.declaredClass);do{if(u=f._meta,h=f.prototype,u&&(h[o]===d&&h.hasOwnProperty(o)||u.hidden[o]===d))break}while(f=a[++v]);v=f?v:-1}if(f=a[++v])if(h=f.prototype,f._meta&&h.hasOwnProperty(o))n=h[o];else{p=i[o];do{if((n=(h=f.prototype)[o])&&(f._meta?h.hasOwnProperty(o):n!==p))break}while(f=a[++v])}n=f&&n||i[o]}else{if(g.c!==d&&(v=0,(u=a[0]._meta)&&u.ctor!==d)){for((s=u.chains)&&"manual"===s.constructor||l("calling chained constructor with inherited",this.declaredClass);(f=a[++v])&&(!(u=f._meta)||u.ctor!==d););v=f?v:-1}for(;(f=a[++v])&&!(n=(u=f._meta)?u.ctor:f););n=f&&n}if(g.c=n,g.p=v,n)return!0===t?n:n.apply(this,t||e)}function u(e,t,n){return"string"==typeof e?"function"==typeof t?this.__inherited(e,t,n,!0):this.__inherited(e,t,!0):"function"==typeof e?this.__inherited(e,t,!0):this.__inherited(e,!0)}r=t("csp-restrictions")?function(){}:new Function;var f=e.config.isDebug?function(e,t,n,r){var o=this.getInherited(e,t,n);if(o)return o.apply(this,r||n||t||e)}:d;function h(e){for(var t=this.constructor._meta.bases,n=0,r=t.length;n<r;++n)if(t[n]===e)return!0;return this instanceof e}function p(e,t){for(var n in t)n!=c&&t.hasOwnProperty(n)&&(e[n]=t[n])}function v(e){return b.safeMixin(this.prototype,e),this}function g(e,t){return e instanceof Array||"function"==typeof e||(t=e,e=void 0),t=t||{},b([this].concat(e=e||[]),t)}function m(e,t,n){return function(){var r,o,i,s=0,a=1;for(n&&(s=t.length-1,a=-1);r=t[s];s+=a)(i=((o=r._meta)?o.hidden:r.prototype)[e])&&i.apply(this,arguments)}}function y(e){r.prototype=e.prototype;var t=new r;return r.prototype=null,t}function _(e){var t=e.callee,n=y(t);return t.apply(n,e),n}function b(e,r,w){"string"!=typeof e&&(w=r,r=e,e=""),w=w||{};var x,N,j,C,T,S,E,M=1,P=r;if("[object Array]"==s.call(r)?(S=function(e,t){for(var n,r,o,i,c,d,u,f,h=[],p=[{cls:0,refs:[]}],v={},g=1,m=e.length,y=0;y<m;++y){for((o=e[y])?"[object Function]"!=s.call(o)&&l("mixin #"+y+" is not a callable constructor.",t):l("mixin #"+y+" is unknown. Did you use dojo.require to pull it in?",t),i=0,n=(r=o._meta?o._meta.bases:[o]).length-1;n>=0;--n)(c=r[n].prototype).hasOwnProperty("declaredClass")||(c.declaredClass="uniqName_"+a++),u=c.declaredClass,v.hasOwnProperty(u)||(v[u]={count:0,refs:[],cls:r[n]},++g),d=v[u],i&&i!==d&&(d.refs.push(i),++i.count),i=d;++i.count,p[0].refs.push(i)}for(;p.length;){for(i=p.pop(),h.push(i.cls),--g;1==(f=i.refs).length;){if(!(i=f[0])||--i.count){i=0;break}h.push(i.cls),--g}if(i)for(y=0,m=f.length;y<m;++y)--(i=f[y]).count||p.push(i)}return g&&l("can't build consistent linearization",t),o=e[0],h[0]=o?o._meta&&o===h[h.length-o._meta.bases.length]?o._meta.bases.length:1:0,h}(r,e),j=S[0],r=S[M=S.length-j]):(S=[0],r?"[object Function]"==s.call(r)?(j=r._meta,S=S.concat(j?j.bases:r)):l("base class is not a callable constructor.",e):null!==r&&l("unknown base class. Did you use dojo.require to pull it in?",e)),r)for(N=M-1;x=y(r),N;--N)((j=S[N])._meta?p:o)(x,j.prototype),(C=t("csp-restrictions")?function(){}:new Function).superclass=r,C.prototype=x,r=x.constructor=C;else x={};for(b.safeMixin(x,w),(j=w.constructor)!==i.constructor&&(j.nom=c,x.constructor=j),N=M-1;N;--N)(j=S[N]._meta)&&j.chains&&(E=o(E||{},j.chains));if(x["-chains-"]&&(E=o(E||{},x["-chains-"])),r&&r.prototype&&r.prototype["-chains-"]&&(E=o(E||{},r.prototype["-chains-"])),j=!E||!E.hasOwnProperty(c),S[0]=C=E&&"manual"===E.constructor?function(e){return function(){var t,n,r=arguments,o=0;if(!(this instanceof r.callee))return _(r);for(;t=e[o];++o)if(t=(n=t._meta)?n.ctor:t){t.apply(this,r);break}(t=this.postscript)&&t.apply(this,r)}}(S):1==S.length?function(e,t){return function(){var n,r=arguments,o=r,i=r[0];if(!(this instanceof r.callee))return _(r);t&&(i&&(n=i.preamble)&&(o=n.apply(this,o)||o),(n=this.preamble)&&n.apply(this,o)),e&&e.apply(this,r),(n=this.postscript)&&n.apply(this,r)}}(w.constructor,j):function(e,t){return function(){var n,r,o,i,s=arguments,a=s,c=s[0],l=e.length;if(!(this instanceof s.callee))return _(s);if(t&&(c&&c.preamble||this.preamble))for((i=new Array(e.length))[0]=s,r=0;(c=s[0])&&(n=c.preamble)&&(s=n.apply(this,s)||s),(n=(n=e[r].prototype).hasOwnProperty("preamble")&&n.preamble)&&(s=n.apply(this,s)||s),++r!=l;)i[r]=s;for(r=l-1;r>=0;--r)(n=(o=(n=e[r])._meta)?o.ctor:n)&&n.apply(this,i?i[r]:s);(n=this.postscript)&&n.apply(this,a)}}(S,j),C._meta={bases:S,hidden:w,chains:E,parents:P,ctor:w.constructor},C.superclass=r&&r.prototype,C.extend=v,C.createSubclass=g,C.prototype=x,x.constructor=C,x.getInherited=u,x.isInstanceOf=h,x.inherited=f,x.__inherited=d,e&&(x.declaredClass=e,n.setObject(e,C)),E)for(T in E)x[T]&&"string"==typeof E[T]&&T!=c&&((j=x[T]=m(T,S,"after"===E[T])).nom=T);return C}return e.safeMixin=b.safeMixin=function(e,t){var n,r;for(n in t)(r=t[n])===i[n]&&n in i||n==c||("[object Function]"==s.call(r)&&(r.nom=n),e[n]=r);return e},e.declare=b,b}.apply(null,r),void 0===o||(e.exports=o)},6356(e,t,n){var r,o;n.dj.r;r=[n(1925),n.dj.c(e),n.dj.m(e)],o=function(e,t,n){var r=t.has||function(){};if(!r("dojo-has-api")){var o="undefined"!=typeof window&&"undefined"!=typeof location&&"undefined"!=typeof document&&window.location==location&&window.document==document,i=o&&document,s=i&&i.createElement("DiV"),a=n.config&&n.config()||{};(r=function(t){return"function"==typeof a[t]?a[t]=a[t](e,i,s):a[t]}).cache=a,r.add=function(e,t,n,o){return(void 0===a[e]||o)&&(a[e]=t),n&&r(e)},r.add("host-browser",o),r.add("host-node","object"==typeof process&&process.versions&&process.versions.node&&process.versions.v8),r.add("host-rhino","function"==typeof load&&("function"==typeof Packages||"object"==typeof Packages)),r.add("dom",o),r.add("dojo-dom-ready-api",1),r.add("dojo-sniff",1)}if(r("host-browser")){r.add("dom-addeventlistener",!!document.addEventListener),r.add("touch","ontouchstart"in document||"onpointerdown"in document&&navigator.maxTouchPoints>0||window.navigator.msMaxTouchPoints),r.add("touch-events","ontouchstart"in document),r.add("pointer-events","pointerEnabled"in window.navigator?window.navigator.pointerEnabled:"PointerEvent"in window),r.add("MSPointer",window.navigator.msPointerEnabled),r.add("touch-action",!1),r.add("device-width",screen.availWidth||innerWidth);var c=document.createElement("form");r.add("dom-attributes-explicit",0==c.attributes.length),r.add("dom-attributes-specified-flag",c.attributes.length>0&&c.attributes.length<40)}return r.clearElement=function(e){return e.innerHTML="",e},r.normalize=function(e,t){var n=e.match(/[\?:]|[^:\?]*/g),o=0,i=function(e){var t=n[o++];return":"==t?0:"?"==n[o++]?!e&&r(t)?i():(i(!0),i(e)):t||0};return(e=i())&&t(e)},r.load=function(e,t,n){e?t([e],n):n()},r}.apply(null,r),void 0===o||(e.exports=o)},6510(e,t,n){var r,o;n.dj.r;r=[n(6974),n(6566),n(6345)],o=function(e,t,n){return n("dijit.Destroyable",null,{destroy:function(e){this._destroyed=!0},own:function(){var n=["destroyRecursive","destroy","remove"];return e.forEach(arguments,function(r){var o,i=t.before(this,"destroy",function(e){r[o](e)}),s=[];function a(){i.remove(),e.forEach(s,function(e){e.remove()})}r.then?(o="cancel",r.then(a,a)):e.forEach(n,function(e){"function"==typeof r[e]&&(o||(o=e),s.push(t.after(r,e,a,!0)))})},this),arguments}})}.apply(null,r),void 0===o||(e.exports=o)},6566(e,t,n){var r;n.dj.r;r=function(){"use strict";function e(e){return function(t,n,r,o){var i,s=t[n];s&&s.target==t||(t[n]=i=function(){for(var e=i.nextId,t=arguments,n=i.before;n;)n.advice&&(t=n.advice.apply(this,t)||t),n=n.next;if(i.around)var r=i.around.advice(this,t);for(var o=i.after;o&&o.id<e;){if(o.advice)if(o.receiveArguments){var s=o.advice.apply(this,t);r=undefined===s?r:s}else r=o.advice.call(this,r,t);o=o.next}return r},s&&(i.around={advice:function(e,t){return s.apply(e,t)}}),i.target=t,i.nextId=i.nextId||0);var a=function(e,t,n,r){var o,i=e[t],s="around"==t;if(s){var a=n(function(){return i.advice(this,arguments)});o={remove:function(){a&&(a=e=n=null)},advice:function(e,t){return a?a.apply(e,t):i.advice(e,t)}}}else o={remove:function(){if(o.advice){var r=o.previous,i=o.next;i||r?(r?r.next=i:e[t]=i,i&&(i.previous=r)):delete e[t],e=n=o.advice=null}},id:e.nextId++,advice:n,receiveArguments:r};if(i&&!s)if("after"==t){for(;i.next&&(i=i.next););i.next=o,o.previous=i}else"before"==t&&(e[t]=o,o.next=i,i.previous=o);else e[t]=o;return o}(i||s,e,r,o);return r=null,a}}var t=e("after");return{before:e("before"),around:e("around"),after:t}}.apply(null,[]),void 0===r||(e.exports=r)},6587(e,t,n){var r,o;n.dj.r;r=[n(6323)],void 0===(o=function(e){var t={};return{objectToQuery:function(n){var r=encodeURIComponent,o=[];for(var i in n){var s=n[i];if(s!=t[i]){var a=r(i)+"=";if(e.isArray(s))for(var c=0,l=s.length;c<l;++c)o.push(a+r(s[c]));else o.push(a+r(s))}}return o.join("&")},queryToObject:function(t){for(var n,r,o,i=decodeURIComponent,s=t.split("&"),a={},c=0,l=s.length;c<l;++c)if((o=s[c]).length){var d=o.indexOf("=");d<0?(n=i(o),r=""):(n=i(o.slice(0,d)),r=i(o.slice(d+1))),"string"==typeof a[n]&&(a[n]=[a[n]]),e.isArray(a[n])?a[n].push(r):a[n]=r}return a}}}.apply(null,r))||(e.exports=o)},6659(e,t,n){var r,o;n.dj.r;r=[n(1054),n(1172),n(6974),n(1142),n(8288)],o=function(e,t,n){var r=t.NodeList,o=r.prototype;return o.connect=r._adaptAsForEach(function(){return e.connect.apply(this,arguments)}),o.coords=r._adaptAsMap(e.coords),r.events=["blur","focus","change","click","error","keydown","keypress","keyup","load","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","submit"],n.forEach(r.events,function(e){var t="on"+e;o[t]=function(e,n){return this.connect(t,e,n)}}),e.NodeList=r,r}.apply(null,r),void 0===o||(e.exports=o)},6739(e,t,n){var r,o;n.dj.r;r=[n(6345),n(5625),n(2626),n(3534)],o=function(e,t,n,r){function o(e,o){return function(){var i=new t;try{i.resolve(this[e].apply(this,arguments))}catch(e){i.reject(e)}if(o){var s=new n(i.promise);return s.totalLength=r(s.totalLength),s}return i.promise}}return e(null,{get:o("getSync"),put:o("putSync"),add:o("addSync"),remove:o("removeSync"),fetch:o("fetchSync",!0),fetchRange:o("fetchRangeSync",!0)})}.apply(null,r),void 0===o||(e.exports=o)},6850(e,t,n){var r,o;n.dj.r;r=[n(4624),n(8301),n(6345),n(6323),n(28),n(2075),n(3534),n(1172),n(4975)],o=function(e,t,n,r,o,i,s,a,c){var l=0;function d(){return l++}function u(e){return e&&(e.className.indexOf("dgrid-row")>=0||e.className.indexOf("dgrid-loading")>=0)}function f(e){return e&&e.className.indexOf("dgrid-preload")>=0}return n([e,t],{minRowsPerPage:25,maxRowsPerPage:250,maxEmptySpace:1/0,bufferRows:10,farOffRemoval:2e3,queryRowsOverlap:0,pagingMethod:"debounce",pagingDelay:c.defaultDelay,keepScrollPosition:!1,rowHeight:0,_deleteQueue:[],postCreate:function(){this.inherited(arguments);var e=this;i(this.bodyNode,"scroll",c[this.pagingMethod](function(t){e._processScroll(t)},null,this.pagingDelay))},renderQuery:function(e,t){var n,i,a,c,l=this,u=t&&t.container||this.contentNode,f=0,h=t&&t.start||0;"level"in e&&(f=c=e.level),n={query:e,count:0,level:f,top:!1};var p={node:o.create("div",{className:"dgrid-preload",style:{height:"0"}},u),count:0,query:e,next:n,level:f,top:!0};(i=p.node).rowIndex=0,n.previous=p,a=n.node=o.create("div",{className:"dgrid-preload",style:{height:"0"}},u),p.id=d(),i.setAttribute("data-preloadid",p.id),n.id=d(),a.setAttribute("data-preloadid",n.id),a.rowIndex=this.minRowsPerPage,l._insertPreload(p);var v=o.create("div",{className:"dgrid-loading"},a,"before");return o.create("div",{className:"dgrid-below"},v).innerHTML=this.loadingMessage,t=r.mixin({start:0,count:this.minRowsPerPage},t),null!=c&&(t.queryLevel=c),this._trackError(function(){var r=e(t);return l.renderQueryResults(r,a,t).then(function(e){return r.totalLength.then(function(r){var c=e.length,d=a.parentNode;return l._rows&&!("queryLevel"in t)&&(l._rows.min=0,l._rows.max=c===r?1/0:c-1),o.destroy(v),"queryLevel"in t||(l._total=r),0===r&&d&&(l.noDataNode&&o.destroy(l.noDataNode),l._insertNoDataNode(d)),p.count=h,n.count=r-c-h,a.rowIndex=h+c,r?l._updatePreloadRowHeights(p):(a.style.display="none",i.style.display="none"),l._previousScrollPosition&&d&&d.offsetHeight&&(l.scrollTo(l._previousScrollPosition),delete l._previousScrollPosition),s(l._processScroll()).then(function(){return e})})}).otherwise(function(e){throw o.destroy(v),e})})},_insertPreload:function(e){var t=this.preload;if(t){for(;t.node.compareDocumentPosition(e.node)&Node.DOCUMENT_POSITION_PRECEDING;)if(null==(t=t.previous))return;for(;t.node.compareDocumentPosition(e.node)&Node.DOCUMENT_POSITION_FOLLOWING&&t.next;)t=t.next;t.previous.next=e,e.previous=t.previous;var n=e.next;n.next=t,t.previous=n}else this.preload=e},refresh:function(e){var t,n=this,r=e&&e.keepScrollPosition;if(void 0===r&&(r=this.keepScrollPosition),r&&(this._previousScrollPosition=this.getScrollPosition()),this.inherited(arguments),this._renderedCollection)return this.renderQuery(function(e){var r=n._renderedCollection.fetchRange({start:e.start,end:e.start+e.count});return r.then(function(e){t=e}),r}).then(function(){return n._emitRefreshComplete(),t})},resize:function(){this.inherited(arguments),this._processScroll()},cleanup:function(){this.inherited(arguments),this.preload=null},renderQueryResults:function(e){var t=this.inherited(arguments),n=this._getRenderedCollection(this.preload);return n&&n.releaseRange&&t.then(function(t){t[0]&&!t[0].parentNode.tagName&&e.totalLength.then(function(){n.releaseRange(t[0].rowIndex,t[t.length-1].rowIndex+1)})}),t},_getFirstRowSibling:function(e){return e.lastChild},_calcRowHeight:function(e){var t=e.nextSibling;return t&&!/\bdgrid-preload\b/.test(t.className)?t.offsetTop-e.offsetTop:e.offsetHeight},_calcAverageRowHeight:function(e){for(var t=e.length,n=0,r=0;r<t;r++)n+=this._calcRowHeight(e[r]);return t&&n?n/t:0},_updatePreloadRowHeights:function(){var e=this.preload,t=0;if(e){for(;e.previous;)e=e.previous;for(;e;)e.rowHeight||(e.rowHeight=this._calcAverageRowHeight(e.node.parentNode.querySelectorAll(".dgrid-row")),this._adjustPreloadHeight(e)),t=e?e.rowHeight:t,e=e.next;this.rowHeight=t}},lastScrollTop:0,_processScroll:function(e){var t,n=this.preload;if(this._updatePreloadRowHeights(),t=n&&n.rowHeight){var r,i,s,a=this,c=a.bodyNode,l=e&&e.scrollTop||this.getScrollPosition().y,d=c.offsetHeight+l,h=a.lastScrollTop,p=a.bufferRows*t,v=p-t,g=!0;for(a.lastScrollTop=l;n&&!n.node.offsetWidth;)n=n.previous;for(;n&&n!==r;){r=a.preload,a.preload=n;var m=(i=n.node).offsetTop;if(d+1+v<m)n=M(n,g=!1);else if(l-1-v>m+i.offsetHeight)n=M(n,g=!0);else{var y=((i.top?l-p:d)-m)/n.rowHeight,_=(d-l+2*p)/n.rowHeight,b=Math.max(Math.min((l-h)*n.rowHeight,a.maxRowsPerPage/2),a.maxRowsPerPage/-2);if(_+=Math.min(Math.abs(b),10),i.top&&(y-=_),(y=Math.max(y,0))<10&&y>0&&_+y<a.maxRowsPerPage&&(_+=Math.max(0,y),y=0),0===(_=Math.min(Math.max(_,a.minRowsPerPage),a.maxRowsPerPage,n.count))){n=M(n,g);continue}_=Math.ceil(_),y=Math.min(Math.floor(y),n.count-_);var w={};n.count-=_;var x,N=i,j=a.queryRowsOverlap,C=!n.top&&n;if(C)n.previous&&(E(n),y>0&&f(i.previousSibling)?(y=Math.min(n.count,y),n.previous.count+=y,a._adjustPreloadHeight(n.previous,!0),i.rowIndex+=y,j=0):_+=y,n.count-=y),w.start=i.rowIndex-j,w.count=Math.min(_+j,a.maxRowsPerPage),i.rowIndex=w.start+w.count;else n.next&&(N=i.nextSibling,E(n,!0),f(i.nextSibling)?(n.next.count+=n.count-y,n.next.node.rowIndex=y+_,a._adjustPreloadHeight(n.next),n.count=y,j=0,N=n.next.node):x=!0),w.start=n.count,w.count=Math.min(_+j,a.maxRowsPerPage),w.scrollingUp=!0;if(x&&N&&N.offsetWidth&&(x=N.offsetTop),a._adjustPreloadHeight(n),"level"in n.query&&(w.queryLevel=n.query.level),!("queryLevel"in w)&&(w.start>a._total||w.count<0))continue;var T=o.create("div",{className:"dgrid-loading",style:{height:_*n.rowHeight+"px"}},N,"before");o.create("div",{className:"dgrid-"+(C?"below":"above"),innerHTML:a.loadingMessage},T),T.count=_,a._trackError(function(){!function(e,t,r){var i=n.query(w);s=a.renderQueryResults(i,e,w).then(function(n){var s=a._rows;return s&&!("queryLevel"in w)&&n.length&&(t?(s.max<=s.min&&(s.min=n[0].rowIndex),s.max=n[n.length-1].rowIndex):(s.max<=s.min&&(s.max=n[n.length-1].rowIndex),s.min=n[0].rowIndex)),N=e.nextSibling,o.destroy(e),r&&N&&N.offsetWidth&&a.scrollTo({y:a.bodyNode.scrollTop+N.offsetTop-r}),i.totalLength.then(function(e){"queryLevel"in w||(a._total=e,a._rows&&a._rows.max>=a._total-1&&(a._rows.max=1/0)),t&&(t.count=e-t.node.rowIndex,a._adjustPreloadHeight(t))}),a._processScroll(),n},function(t){throw o.destroy(e),t})}(T,C,x)}),n=n.previous}}return s}function S(e,t){return t?e.node.offsetTop-d:l-(e.node.offsetTop+e.node.offsetHeight)}function E(e,t){var n=e;e=function(e,t){for(var n,r=t?"next":"previous";n=e[r];)e=n;return e}(e,t);var r,o,i=S(e,t),s=a.farOffRemoval,c=e.node,l=t?"previousSibling":"nextSibling",d=0,h=0;function p(){var r,o,s=function(){for(var n=!t,r=e;r=r[t?"previous":"next"];)if(n===r.top)return r}();if(s&&n!==s&&!f((o=s).top?o.node.nextSibling:o.node.previousSibling))return g(),c=(e=s).node,i=S(e,t),m(r=v(c)),r}function v(e){var t=f(e),n=e[l];return n&&(u(n)||(n=t&&f(n)?null:p()||v(n))),n}function g(){e.count+=d,t&&(c.rowIndex-=d),a._adjustPreloadHeight(e),d=0,a._releaseRange(e,t,r,o)}function m(e){r=e&&e.rowIndex,o=void 0}if(i>2*s){var y,_=v(c);for(m(_);(y=_)&&n!==e;){var b=a._calcRowHeight(y);h+b+s>i||!u(y)?_=p():(h+=b,d+=y.count||1,a._pruneRow(y,t),"rowIndex"in y&&(o=y.rowIndex),_=v(y))}g(),a._deleteNodeQueue()}}function M(e,t){do{e=t?e.next:e.previous}while(e&&!e.node.offsetWidth);return e}},_adjustPreloadHeight:function(e,t){e.node.style.height=this._calculatePreloadHeight(e,t)+"px"},_calculatePreloadHeight:function(e,t){return Math.min(e.count*e.rowHeight,t?1/0:this.maxEmptySpace)},_pruneRow:function(e,t,n){this.removeRow(e,!0,n),this._queueNodeForDeletion(e)},_queueNodeForDeletion:function(e){this._deleteQueue.push(e)},_deleteNodeQueue:function(){for(var e=document.createElement("div"),t=this._deleteQueue,n=t.length;n--;)e.appendChild(t[n]);this._deleteQueue=[],setTimeout(function(){o.destroy(e)},1)},_removePreloads:function(e){if(e&&e.length){var t=this,n=this._getHeadPreload();e.forEach(function(e){var r=t._findPreload(e,n);r&&(r.previous&&(r.previous.next=r.next),r.next&&(r.next.previous=r.previous))})}},_getHeadPreload:function(){var e=this.preload;if(e)for(;e.previous;)e=e.previous;return e},_findPreload:function(e,t){t||(t=this._getHeadPreload());for(var n=t;n;){if(n.node===e)return n;n=n.next}},_getRenderedCollection:function(){return this._renderedCollection},_releaseRange:function(e,t,n,r){if(e){var o=e.level,i=this._getRenderedCollection(e);null!=r&&i.releaseRange&&"number"==typeof n&&"number"==typeof r&&(t?i.releaseRange(r,n+1):i.releaseRange(n,r+1),this._rows&&!o&&(this._rows[t?"max":"min"]=r,this._rows.max>=this._total-1&&(this._rows.max=1/0)))}}})}.apply(null,r),void 0===o||(e.exports=o)},6937(e,t,n){var r,o;n.dj.r;r=[n(8301),n(6345),n(6974),n(6323),n(28),n(8945),n(2075),n(1172),n(7539),n(6356),n(4266),n(3534),n(4975),n(1442),n(3927)],o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h){function p(e){if(e.loadingNode)e._loadingCount--,e._loadingCount||(o.destroy(e.loadingNode),delete e.loadingNode);else if(e._oldPageNodes){for(var t in e._oldPageNodes)e.removeRow(e._oldPageNodes[t]);delete e._oldPageNodes}delete e._isLoading}return t(e,{rowsPerPage:10,pagingTextBox:!1,previousNextArrows:!0,firstLastArrows:!1,pagingLinks:2,pageSizeOptions:null,showLoadingMessage:!0,i18nPagination:h,showFooter:!0,_currentPage:1,_loadingCount:0,buildRendering:function(){this.inherited(arguments);var e,t=this,n=this.paginationNode=o.create("div",{className:"dgrid-pagination"},this.footerNode),r=this.paginationStatusNode=o.create("div",{className:"dgrid-status"},n),i=this.i18nPagination;"function"==typeof this._processScroll&&(this.bodyNode.innerHTML=i.notCompatibleWithOnDemand,console.warn(i.notCompatibleWithOnDemand)),r.tabIndex=0,this._updatePaginationSizeSelect(),this._updateRowsPerPageOption(),this._updatePaginationStatus(this._total),e=this.paginationNavigationNode=o.create("div",{className:"dgrid-navigation"},n),this.firstLastArrows&&(this.paginationFirstNode=o.create("span",{"aria-label":i.gotoFirst,className:"dgrid-first dgrid-page-link",innerHTML:"«",tabIndex:0},e)),this.previousNextArrows&&(this.paginationPreviousNode=o.create("span",{"aria-label":i.gotoPrev,className:"dgrid-previous dgrid-page-link",innerHTML:"‹",tabIndex:0},e)),this.paginationLinksNode=o.create("span",{className:"dgrid-pagination-links"},e),this.previousNextArrows&&(this.paginationNextNode=o.create("span",{"aria-label":i.gotoNext,className:"dgrid-next dgrid-page-link",innerHTML:"›",tabIndex:0},e)),this.firstLastArrows&&(this.paginationLastNode=o.create("span",{"aria-label":i.gotoLast,className:"dgrid-last dgrid-page-link",innerHTML:"»",tabIndex:0},e)),this._listeners.push(s(e,".dgrid-page-link:click,.dgrid-page-link:keydown",function(e){if("keydown"!==e.type||13===e.keyCode){var n,r,o=this.className;t._isLoading||o.indexOf("dgrid-page-disabled")>-1||(n=t._currentPage,r=Math.ceil(t._total/t.rowsPerPage),this===t.paginationPreviousNode?t.gotoPage(n-1):this===t.paginationNextNode?t.gotoPage(n+1):this===t.paginationFirstNode?t.gotoPage(1):this===t.paginationLastNode?t.gotoPage(r):"dgrid-page-link"===o&&t.gotoPage(+this.innerHTML))}}))},destroy:function(){this.inherited(arguments),this._pagingTextBoxChangeHandle&&this._pagingTextBoxChangeHandle.remove(),this._pagingTextBoxKeyPressHandle&&this._pagingTextBoxKeyPressHandle.remove()},_updatePaginationSizeSelect:function(){var e,t=this.pageSizeOptions,n=this.paginationSizeSelect;if(t&&t.length){n||(n=this.paginationSizeSelect=o.create("select",{"aria-label":this.i18nPagination.rowsPerPage,className:"dgrid-page-size"},this.paginationNode),e=this._paginationSizeChangeHandle=s(n,"change",r.hitch(this,function(){this.set("rowsPerPage",+this.paginationSizeSelect.value)})),this._listeners.push(e)),n.options.length=0;for(var i=0;i<t.length;i++)o.create("option",{innerHTML:t[i],selected:this.rowsPerPage===t[i],value:t[i]},n);this._updateRowsPerPageOption()}else t&&t.length||!n||(o.destroy(n),this.paginationSizeSelect=null,this._paginationSizeChangeHandle.remove())},_setPageSizeOptions:function(e){this.pageSizeOptions=e&&e.sort(function(e,t){return e-t}),this._updatePaginationSizeSelect()},_updateRowsPerPageOption:function(){var e=this.rowsPerPage,t=this.pageSizeOptions,r=this.paginationSizeSelect;r&&(n.indexOf(t,e)<0?this._setPageSizeOptions(t.concat([e])):r.value=""+e)},_setRowsPerPage:function(e){this.rowsPerPage=e,this._updateRowsPerPageOption(),this.gotoPage(1)},_updateNavigation:function(e){var t,n,r,c=this,l=this.i18nPagination,u=this.paginationLinksNode,f=this._currentPage,h=this.pagingLinks,p=this.paginationNavigationNode,v=Math.ceil(e/this.rowsPerPage),g=this._pagingTextBoxKeyPressHandle,m=this._pagingTextBoxChangeHandle,y=document.activeElement;function _(e){e=+e,!isNaN(e)&&e>0&&e<=v&&c.gotoPage(e)}function b(e,r){var i,a,h=!0;c.pagingTextBox&&e===f&&v>1?(i=o.create("input",{"aria-label":l.jumpPage,className:"dgrid-page-input",type:"text",value:f},u),c._pagingTextBoxChangeHandle=s(i,"change",function(){h&&_(+this.value),h=!0}),c._pagingTextBoxKeyPressHandle=s(i,"keypress",function(e){e.keyCode===d.ENTER&&(h=!1,_(+this.value))}),y&&"INPUT"===y.tagName&&i.focus()):(a=e===f,i=o.create("span",{"aria-label":l.gotoPage,className:"dgrid-page-link"+(a?" dgrid-page-disabled":""),innerHTML:e+(r?" ":""),tabIndex:a?-1:0},u),t===e&&(a?e<v?t++:n.focus():i.focus()),a||(n=i))}function w(e,t){i.toggle(e,"dgrid-page-disabled",t),e.tabIndex=t?-1:0}function x(){o.create("span",{className:"dgrid-page-skip",innerHTML:"..."},u)}if(y&&this.paginationNavigationNode.contains(y)?"dgrid-page-link"===y.className&&(t=+y.innerHTML):y=null,g&&g.remove(),m&&m.remove(),u.innerHTML="",a(".dgrid-first, .dgrid-previous",p).forEach(function(e){w(e,1===f)}),a(".dgrid-last, .dgrid-next",p).forEach(function(e){w(e,f>=v)}),h&&v>0){b(1,!0);var N=f-h;N>2?x():N=2;for(var j=N;j<Math.min(f+h+1,v);j++)b(j,!0);f+h+1<v&&x(),v>1&&b(v)}else c.pagingTextBox&&b(f);y&&-1===y.tabIndex&&(r=a('[tabindex="0"]',this.paginationNavigationNode),y===this.paginationPreviousNode||y===this.paginationFirstNode?y=r[0]:r.length&&(y=r[r.length-1]),y&&y.focus())},_updatePaginationStatus:function(e){var t=this.rowsPerPage,n=Math.min(e,(this._currentPage-1)*t+1);this.paginationStatusNode.innerHTML=c.substitute(this.i18nPagination.status,{start:n,end:Math.min(e,n+t-1),total:e})},refresh:function(e){var t=this,n=e&&e.keepCurrentPage?Math.min(this._currentPage,Math.ceil(this._total/this.rowsPerPage)):1;return this.inherited(arguments),this.gotoPage(n).then(function(e){return t._emitRefreshComplete(),e})},_onNotification:function(e,t,n){var r=this.rowsPerPage,o=this._currentPage*r;"add"===t.type&&t.index<o||"delete"===t.type&&t.previousIndex<o||"update"===t.type&&Math.floor(t.index/r)!==Math.floor(t.previousIndex/r)?this.gotoPage(Math.min(this._currentPage,Math.ceil(t.totalLength/this.rowsPerPage))||1):n===this._renderedCollection&&t.totalLength!==this._total&&(this._updatePaginationStatus(t.totalLength),this._updateNavigation(t.totalLength))},renderQueryResults:function(e,t){var n=this,r=this.inherited(arguments);return t||(this._topLevelRequest&&(this._topLevelRequest.cancel(),delete this._topLevelRequest),"function"==typeof r.cancel&&(this._topLevelRequest=r),r.then(function(){n._topLevelRequest&&delete n._topLevelRequest})),r},insertRow:function(){var e=this._oldPageNodes,t=this.inherited(arguments);return e&&t===e[t.id]&&delete e[t.id],t},gotoPage:function(e){var t=this,n=(this._currentPage-1)*this.rowsPerPage;return this._renderedCollection?(this._renderedCollection.releaseRange&&this._renderedCollection.releaseRange(n,n+this.rowsPerPage),this._trackError(function(){var n,r,i,s,a,c=t.rowsPerPage,l=(e-1)*c,d={start:l,count:c},u=t.contentNode;if(t.showLoadingMessage)t._loadingCount++,function(e){e._removeNoDataNode()||e.cleanup(),e.contentNode.innerHTML=""}(t),t.loadingNode=o.create("div",{className:"dgrid-loading",innerHTML:t.loadingMessage},u);else for(t._oldPageNodes=r={},s=0,a=(i=u.children).length;s<a;s++)r[i[s].id]=i[s];return t._isLoading=!0,n=t._renderedCollection.fetchRange({start:l,end:l+c}),t.renderQueryResults(n,null,d).then(function(r){return p(t),t.scrollTo({y:0}),t._rows&&(t._rows.min=l,t._rows.max=l+c-1),n.totalLength.then(function(n){n||t._insertNoDataNode(),t._total=n,t._currentPage=e,t._rowsOnPage=r.length,t._updatePaginationStatus(n),t._updateNavigation(n)}),n},function(e){throw p(t),e})})):(console.warn("Pagination requires a collection to operate."),u([]))}})}.apply(null,r),void 0===o||(e.exports=o)},6974(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6356),n(6323)],void 0===(o=function(e,t,n){var r,o={};function i(e){var n=!e;return function(i,s,a){var c,l=0,d=i&&i.length||0;if(d&&"string"==typeof i&&(i=i.split("")),"string"==typeof s){if(t("csp-restrictions"))throw new TypeError("callback must be a function");s=o[s]||r(s)}if(a){for(;l<d;++l)if(c=!s.call(a,i[l],l,i),e^c)return!c}else for(;l<d;++l)if(c=!s(i[l],l,i),e^c)return!c;return n}}function s(e){var t=1,n=0,r=0;return e||(t=n=r=-1),function(o,i,s,c){if(c&&t>0)return a.lastIndexOf(o,i,s);var l,d=o&&o.length||0,u=e?d+r:n;for(undefined===s?l=e?n:d+r:s<0?(l=d+s)<0&&(l=n):l=s>=d?d+r:s,d&&"string"==typeof o&&(o=o.split(""));l!=u;l+=t)if(o[l]==i)return l;return-1}}t("csp-restrictions")||(r=function(e){return o[e]=new Function("item","index","array",e)});var a={every:i(!1),some:i(!0),indexOf:s(!0),lastIndexOf:s(!1),forEach:function(e,n,i){var s=0,a=e&&e.length||0;if(a&&"string"==typeof e&&(e=e.split("")),"string"==typeof n){if(t("csp-restrictions"))throw new TypeError("callback must be a function");n=o[n]||r(n)}if(i)for(;s<a;++s)n.call(i,e[s],s,e);else for(;s<a;++s)n(e[s],s,e)},map:function(e,n,i,s){var a=0,c=e&&e.length||0,l=new(s||Array)(c);if(c&&"string"==typeof e&&(e=e.split("")),"string"==typeof n){if(t("csp-restrictions"))throw new TypeError("callback must be a function");n=o[n]||r(n)}if(i)for(;a<c;++a)l[a]=n.call(i,e[a],a,e);else for(;a<c;++a)l[a]=n(e[a],a,e);return l},filter:function(e,n,i){var s,a=0,c=e&&e.length||0,l=[];if(c&&"string"==typeof e&&(e=e.split("")),"string"==typeof n){if(t("csp-restrictions"))throw new TypeError("callback must be a function");n=o[n]||r(n)}if(i)for(;a<c;++a)s=e[a],n.call(i,s,a,e)&&l.push(s);else for(;a<c;++a)n(s=e[a],a,e)&&l.push(s);return l},clearCache:function(){o={}}};return t("extend-dojo")&&n.mixin(e,a),a}.apply(null,r))||(e.exports=o)},7111(e,t,n){var r,o;n.dj.r;r=[n(9925)],o=function(e){var t=new e;return{publish:function(e,n){return t.emit.apply(t,arguments)},subscribe:function(e,n){return t.on.apply(t,arguments)}}}.apply(null,r),void 0===o||(e.exports=o)},7304(e,t,n){var r,o;n.dj.r;r=[n(6566),n(6345),n(2284),n(7878),n(8945),n(28),n(9925),n(6323),n(2075),n(2641),n(2616),n(4062),n(5075),n(3930),n(3050),n(7601),n(231)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l,d,u,f,h,p,v,g){var m,y,_=new(t([u,s],{curNode:null,activeStack:[],constructor:function(){var t=a.hitch(this,function(e){n.isDescendant(this.curNode,e)&&this.set("curNode",null),n.isDescendant(this.prevNode,e)&&this.set("prevNode",null)});e.before(i,"empty",t),e.before(i,"destroy",t)},registerIframe:function(e){return this.registerWin(e.contentWindow,e)},registerWin:function(e,t){var n=this,r=e.document&&e.document.body;if(r){var o=d("pointer-events")?"pointerdown":d("MSPointer")?"MSPointerDown":d("touch-events")?"mousedown, touchstart":"mousedown",i=c(e.document,o,function(e){e&&e.target&&null==e.target.parentNode||n._onTouchNode(t||e.target,"mouse")}),s=c(r,"focusin",function(e){if(e.target.tagName){var r=e.target.tagName.toLowerCase();"#document"!=r&&"body"!=r&&(p.isFocusable(e.target)?n._onFocusNode(t||e.target):n._onTouchNode(t||e.target))}}),a=c(r,"focusout",function(e){n._onBlurNode(t||e.target)});return{remove:function(){i.remove(),s.remove(),a.remove(),i=s=a=null,r=null}}}},_onBlurNode:function(e){var t=(new Date).getTime();t<m+100||(this._clearFocusTimer&&clearTimeout(this._clearFocusTimer),this._clearFocusTimer=setTimeout(a.hitch(this,function(){this.set("prevNode",this.curNode),this.set("curNode",null)}),0),this._clearActiveWidgetsTimer&&clearTimeout(this._clearActiveWidgetsTimer),t<y+100||(this._clearActiveWidgetsTimer=setTimeout(a.hitch(this,function(){delete this._clearActiveWidgetsTimer,this._setStack([])}),0)))},_onTouchNode:function(e,t){y=(new Date).getTime(),this._clearActiveWidgetsTimer&&(clearTimeout(this._clearActiveWidgetsTimer),delete this._clearActiveWidgetsTimer),o.contains(e,"dijitPopup")&&(e=e.firstChild);var n=[];try{for(;e;){var i=r.get(e,"dijitPopupParent");if(i)e=v.byId(i).domNode;else if(e.tagName&&"body"==e.tagName.toLowerCase()){if(e===f.body())break;e=h.get(e.ownerDocument).frameElement}else{var s=e.getAttribute&&e.getAttribute("widgetId"),a=s&&v.byId(s);!a||"mouse"==t&&a.get("disabled")||n.unshift(s),e=e.parentNode}}}catch(e){}this._setStack(n,t)},_onFocusNode:function(e){e&&9!=e.nodeType&&(m=(new Date).getTime(),this._clearFocusTimer&&(clearTimeout(this._clearFocusTimer),delete this._clearFocusTimer),this._onTouchNode(e),e!=this.curNode&&(this.set("prevNode",this.curNode),this.set("curNode",e)))},_setStack:function(e,t){var n=this.activeStack,r=n.length-1,o=e.length-1;if(e[o]!=n[r]){var i,s;for(this.set("activeStack",e),s=r;s>=0&&n[s]!=e[s];s--)(i=v.byId(n[s]))&&(i._hasBeenBlurred=!0,i.set("focused",!1),i._focusManager==this&&i._onBlur(t),this.emit("widget-blur",i,t));for(s++;s<=o;s++)(i=v.byId(e[s]))&&(i.set("focused",!0),i._focusManager==this&&i._onFocus(t),this.emit("widget-focus",i,t))}},focus:function(e){if(e)try{e.focus()}catch(e){}}}));for(var b in l(function(){var e=_.registerWin(h.get(document));d("ie")&&c(window,"unload",function(){e&&(e.remove(),e=null)})}),g.focus=function(e){_.focus(e)},_)/^_/.test(b)||(g.focus[b]="function"==typeof _[b]?a.hitch(_,b):_[b]);return _.watch(function(e,t,n){g.focus[e]=n}),_}.apply(null,r))||(e.exports=o)},7361(e,t,n){var r,o;n.dj.r;r=[n(1925),n(6356),n.dj.c(e)],void 0===(o=function(e,t,n){var r,o={},i=function(e,n,o){for(r in e)"has"!=r&&t.add(n+r,e[r],0,o)};if(i(o=e.dojoConfig||e.djConfig||{},"config",1),i(o.has,"",1),!o.locale&&"undefined"!=typeof navigator){var s=navigator.languages&&navigator.languages.length?navigator.languages[0]:navigator.language||navigator.userLanguage;s&&(o.locale=s.toLowerCase())}return o}.apply(null,r))||(e.exports=o)},7443(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6566),n(2284),n(8945),n(6323),n(2075),n(6356),n(8471),n(2641),n(5075)],void 0===(o=function(e,t,n,r,o,i,s,a,c,l){s("ios");var d,u=s("pointer-events")||s("MSPointer"),f=function(){var e={};for(var t in{down:1,move:1,up:1,cancel:1,over:1,out:1})e[t]=s("MSPointer")?"MSPointer"+t.charAt(0).toUpperCase()+t.slice(1):"pointer"+t;return e}(),h=s("touch-events");function p(e,t,n){return u&&n?function(e,t){return i(e,n,t)}:h?function(n,r){var o=i(n,t,function(e){r.call(this,e),d=(new Date).getTime()}),s=i(n,e,function(e){(!d||(new Date).getTime()>d+1e3)&&r.call(this,e)});return{remove:function(){o.remove(),s.remove()}}}:function(t,n){return i(t,e,n)}}var v={press:p("mousedown","touchstart",f.down),move:p("mousemove","dojotouchmove",f.move),release:p("mouseup","dojotouchend",f.up),cancel:p(a.leave,"touchcancel",u?f.cancel:null),over:p("mouseover","dojotouchover",f.over),out:p("mouseout","dojotouchout",f.out),enter:a._eventHandler(p("mouseover","dojotouchover",f.over)),leave:a._eventHandler(p("mouseout","dojotouchout",f.out))};return s("extend-dojo")&&(e.touch=v),v}.apply(null,r))||(e.exports=o)},7539(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6323)],o=function(e,t){var n=/[&<>'"\/]/g,r={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},o={};return t.setObject("dojo.string",o),o.escape=function(e){return e?e.replace(n,function(e){return r[e]}):""},o.codePointAt=String.prototype.codePointAt?function(e,t){return String.prototype.codePointAt.call(e,t)}:function(e,t){if(null==e)throw new TypeError("codePointAt called on null or undefined");var n,r,o,i;if(n=(e=String(e)).length,(i=t?Number(t):0)!=i&&(i=0),!(i<0||i>=n))return(r=e.charCodeAt(i))>=55296&&r<=56319&&n>i+1&&(o=e.charCodeAt(i+1))>=56320&&o<=57343?1024*(r-55296)+o-56320+65536:r},o.fromCodePoint=String.fromCodePoint||function(){var e,t,n=[],r=0,o="";for(t=0,len=arguments.length;t!==len;++t){if(!((e=+arguments[t])<1114111&&e>>>0===e))throw RangeError("Invalid code point: "+e);e<=65535?r=n.push(e):(e-=65536,r=n.push(55296+(e>>10),e%1024+56320)),r>=16383&&(o+=String.fromCharCode.apply(null,n),n.length=0)}return o+String.fromCharCode.apply(null,n)},o.rep=function(e,t){if(t<=0||!e)return"";for(var n=[];1&t&&n.push(e),t>>=1;)e+=e;return n.join("")},o.pad=function(e,t,n,r){n||(n="0");var i=String(e),s=o.rep(n,Math.ceil((t-i.length)/n.length));return r?i+s:s+i},o.substitute=function(n,r,o,i){return i=i||e.global,o=o?t.hitch(i,o):function(e){return e},n.replace(/\$\{([^\s\:\}]*)(?:\:([^\s\:\}]+))?\}/g,function(e,n,s){if(""==n)return"$";var a=t.getObject(n,!1,r);s&&(a=t.getObject(s,!1,i).call(i,a,n));var c=o(a,n);if(void 0===c)throw new Error('string.substitute could not find key "'+n+'" in template');return c.toString()})},o.trim=String.prototype.trim?t.trim:function(e){for(var t=(e=e.replace(/^\s+/,"")).length-1;t>=0;t--)if(/\S/.test(e.charAt(t))){e=e.substring(0,t+1);break}return e},o}.apply(null,r),void 0===o||(e.exports=o)},7601(e,t,n){var r,o;n.dj.r;r=[n(6974),n(5075),n(231)],void 0===(o=function(e,t,n){var r={},o={},i={length:0,add:function(e){if(o[e.id])throw new Error("Tried to register widget with id=="+e.id+" but that id is already registered");o[e.id]=e,this.length++},remove:function(e){o[e]&&(delete o[e],this.length--)},byId:function(e){return"string"==typeof e?o[e]:e},byNode:function(e){return o[e.getAttribute("widgetId")]},toArray:function(){var e=[];for(var t in o)e.push(o[t]);return e},getUniqueId:function(e){var t;do{t=e+"_"+(e in r?++r[e]:r[e]=0)}while(o[t]);return"dijit"==n._scopeName?t:n._scopeName+"_"+t},findWidgets:function(e,t){var n=[];return function e(r){for(var i=r.firstChild;i;i=i.nextSibling)if(1==i.nodeType){var s=i.getAttribute("widgetId");if(s){var a=o[s];a&&n.push(a)}else i!==t&&e(i)}}(e),n},_destroyAll:function(){n._curFocus=null,n._prevFocus=null,n._activeStack=[],e.forEach(i.findWidgets(t.body()),function(e){e._destroyed||(e.destroyRecursive?e.destroyRecursive():e.destroy&&e.destroy())})},getEnclosingWidget:function(e){for(;e;){var t=1==e.nodeType&&e.getAttribute("widgetId");if(t)return o[t];e=e.parentNode}return null},_hash:o};return n.registry=i,i}.apply(null,r))||(e.exports=o)},7878(e,t,n){var r,o;n.dj.r;r=[t,n(2616),n(6323),n(2284),n(1248),n(5244)],o=function(e,t,n,r,o,i){var s={innerHTML:1,textContent:1,className:1,htmlFor:t("ie")?1:0,value:1},a={classname:"class",htmlfor:"for",tabindex:"tabIndex",readonly:"readOnly"};function c(e,t){var n=e.getAttributeNode&&e.getAttributeNode(t);return!!n&&n.specified}e.has=function(e,t){var n=t.toLowerCase();return!!s[i.names[n]||t]||c(r.byId(e),a[n]||t)},e.get=function(e,t){e=r.byId(e);var o=t.toLowerCase(),l=i.names[o]||t,d=s[l],u=e[l];if(d&&void 0!==u)return u;if("textContent"==l)return i.get(e,l);if("href"!=l&&("boolean"==typeof u||n.isFunction(u)))return u;var f=a[o]||t;return c(e,f)?e.getAttribute(f):null},e.set=function(t,c,l){if(t=r.byId(t),2==arguments.length){for(var d in c)e.set(t,d,c[d]);return t}var u=c.toLowerCase(),f=i.names[u]||c,h=s[f];return"style"==f&&"string"!=typeof l?(o.set(t,l),t):h||"boolean"==typeof l||n.isFunction(l)?i.set(t,c,l):(t.setAttribute(a[u]||c,l),t)},e.remove=function(e,t){r.byId(e).removeAttribute(a[t.toLowerCase()]||t)},e.getNodeProp=function(e,t){e=r.byId(e);var n=t.toLowerCase(),o=i.names[n]||t;if(o in e&&"href"!=o)return e[o];var s=a[n]||t;return c(e,s)?e.getAttribute(s):null}}.apply(null,r),void 0===o||(e.exports=o)},8212(module,exports,__webpack_require__){var require=__webpack_require__.dj.r,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;__WEBPACK_AMD_DEFINE_ARRAY__=[__webpack_require__(6356)],__WEBPACK_AMD_DEFINE_RESULT__=function(has){"use strict";var hasJSON="undefined"!=typeof JSON;if(has.add("json-parse",hasJSON),has.add("json-stringify",hasJSON&&'{"a":1}'==JSON.stringify({a:0},function(e,t){return t||1})),has("json-stringify"))return JSON;var escapeString=function(e){return('"'+e.replace(/(["\\])/g,"\\$1")+'"').replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r")};return{parse:has("json-parse")?JSON.parse:function(str,strict){if(strict&&!/^([\s\[\{]*(?:"(?:\\.|[^"])*"|-?\d[\d\.]*(?:[Ee][+-]?\d+)?|null|true|false|)[\s\]\}]*(?:,|:|$))+$/.test(str))throw new SyntaxError("Invalid characters in JSON");return eval("("+str+")")},stringify:function(e,t,n){return"string"==typeof t&&(n=t,t=null),function e(r,o,i){t&&(r=t(i,r));var s,a=typeof r;if("number"==a)return isFinite(r)?r+"":"null";if("boolean"==a)return r+"";if(null===r)return"null";if("string"==typeof r)return escapeString(r);if("function"!=a&&"undefined"!=a){if("function"==typeof r.toJSON)return e(r.toJSON(i),o,i);if(r instanceof Date)return'"{FullYear}-{Month+}-{Date}T{Hours}:{Minutes}:{Seconds}Z"'.replace(/\{(\w+)(\+)?\}/g,function(e,t,n){var o=r["getUTC"+t]()+(n?1:0);return o<10?"0"+o:o});if(r.valueOf()!==r)return e(r.valueOf(),o,i);var c=n?o+n:"",l=n?" ":"",d=n?"\n":"";if(r instanceof Array){var u=r.length,f=[];for(i=0;i<u;i++){"string"!=typeof(s=e(r[i],c,i))&&(s="null"),f.push(d+c+s)}return"["+f.join(",")+d+o+"]"}var h=[];for(i in r){var p;if(r.hasOwnProperty(i)){if("number"==typeof i)p='"'+i+'"';else{if("string"!=typeof i)continue;p=escapeString(i)}if("string"!=typeof(s=e(r[i],c,i)))continue;h.push(d+c+p+":"+l+s)}}return"{"+h.join(",")+d+o+"}"}}(e,"","")}}}.apply(null,__WEBPACK_AMD_DEFINE_ARRAY__),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)},8240(e,t,n){var r,o;n.dj.r;r=[n(4266),n(8471),n(2075),n(7443)],void 0===(o=function(e,t,n,r){function o(t){if((t.keyCode===e.ENTER||t.keyCode===e.SPACE)&&!/input|button|textarea/i.test(t.target.nodeName))for(var n=t.target;n;n=n.parentNode)if(n.dojoClick)return!0}var i;n(document,"keydown",function(e){o(e)?(i=e.target,e.preventDefault()):i=null}),n(document,"keyup",function(e){o(e)&&e.target==i&&(i=null,n.emit(e.target,"click",{cancelable:!0,bubbles:!0,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,metaKey:e.metaKey,altKey:e.altKey,_origType:e.type}))});var s=function(e,t){return e.dojoClick=!0,n(e,"click",t)};return s.click=s,s.press=function(o,i){var s=n(o,r.press,function(e){("mousedown"!=e.type||t.isLeft(e))&&i(e)}),a=n(o,"keydown",function(t){t.keyCode!==e.ENTER&&t.keyCode!==e.SPACE||i(t)});return{remove:function(){s.remove(),a.remove()}}},s.release=function(o,i){var s=n(o,r.release,function(e){("mouseup"!=e.type||t.isLeft(e))&&i(e)}),a=n(o,"keyup",function(t){t.keyCode!==e.ENTER&&t.keyCode!==e.SPACE||i(t)});return{remove:function(){s.remove(),a.remove()}}},s.move=r.move,s}.apply(null,r))||(e.exports=o)},8241(e,t,n){var r,o;n.dj.r;r=[n(4332)],void 0===(o=function(e){return e("RequestError",function(e,t){this.response=t})}.apply(null,r))||(e.exports=o)},8288(e,t,n){var r,o;n.dj.r;r=[n(1054),n(1172),n(6974),n(6323),n(8945),n(28),n(2685),n(7878),n(1248)],o=function(e,t,n,r,o,i,s,a,c){var l=function(e){return 1==e.length&&"string"==typeof e[0]},d=function(e){var t=e.parentNode;t&&t.removeChild(e)},u=t.NodeList,f=u._adaptWithCondition,h=u._adaptAsForEach,p=u._adaptAsMap;function v(e){return function(t,n,r){return 2==arguments.length?e["string"==typeof n?"get":"set"](t,n):e.set(t,n,r)}}return r.extend(u,{_normalize:function(t,n){var o=!0===t.parse;if("string"==typeof t.template){var s=t.templateFunc||e.string&&e.string.substitute;t=s?s(t.template,t):t}var a=typeof t;return"string"==a||"number"==a?t=11==(t=i.toDom(t,n&&n.ownerDocument)).nodeType?r._toArray(t.childNodes):[t]:r.isArrayLike(t)?r.isArray(t)||(t=r._toArray(t)):t=[t],o&&(t._runParse=!0),t},_cloneNode:function(e){return e.cloneNode(!0)},_place:function(t,n,r,o){if(1==n.nodeType||"only"!=r)for(var s,a=n,c=t.length,l=c-1;l>=0;l--){var d=o?this._cloneNode(t[l]):t[l];if(t._runParse&&e.parser&&e.parser.parse)for(s||(s=a.ownerDocument.createElement("div")),s.appendChild(d),e.parser.parse(s),d=s.firstChild;s.firstChild;)s.removeChild(s.firstChild);l==c-1?i.place(d,a,r):a.parentNode.insertBefore(d,a),a=d}},position:p(s.position),attr:f(v(a),l),style:f(v(c),l),addClass:h(o.add),removeClass:h(o.remove),toggleClass:h(o.toggle),replaceClass:h(o.replace),empty:h(i.empty),removeAttr:h(a.remove),marginBox:p(s.getMarginBox),place:function(e,n){var r=t(e)[0];return this.forEach(function(e){i.place(e,r,n)})},orphan:function(e){return(e?t._filterResult(this,e):this).forEach(d)},adopt:function(e,n){return t(e).place(this[0],n)._stash(this)},query:function(e){if(!e)return this;var n=new u;return this.map(function(r){t(e,r).forEach(function(e){void 0!==e&&n.push(e)})}),n._stash(this)},filter:function(e){var r=arguments,o=this,i=0;if("string"==typeof e){if(o=t._filterResult(this,r[0]),1==r.length)return o._stash(this);i=1}return this._wrap(n.filter(o,r[i],r[i+1]),this)},addContent:function(e,t){e=this._normalize(e,this[0]);for(var n,r=0;n=this[r];r++)e.length?this._place(e,n,t,r>0):i.empty(n);return this}}),u}.apply(null,r),void 0===o||(e.exports=o)},8301(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6323),n(5625),n(6566),n(28),n(6356),n(2075),n(3534)],o=function(e,t,n,r,o,i,s,a){function c(e){if("object"!=typeof e)e=new Error(e);else if("cancel"===e.dojoType)return;s.emit(this.domNode,"dgrid-error",{grid:this,error:e,cancelable:!0,bubbles:!0})&&console.error(e)}return e(null,{collection:null,_renderedCollection:null,_rows:null,_observerHandle:null,_structureHandle:null,shouldTrackCollection:!0,getBeforePut:!0,noDataMessage:"",loadingMessage:"",_total:0,constructor:function(){this.dirty={},this._updating={},this._columnsWithSet={},this._structureHandle=r.before(this,"configStructure",t.hitch(this,function(){this._columnsWithSet={}}))},destroy:function(){this.inherited(arguments),this._structureHandle&&this._structureHandle.remove(),this._renderedCollection&&this._cleanupCollection(),this._refreshTimeout&&clearTimeout(this._refreshTimeout)},_configColumn:function(e){e.set&&(this._columnsWithSet[e.field]=e),this.inherited(arguments)},_setCollection:function(e){if(this._renderedCollection&&(this.cleanup(),this._cleanupCollection({shouldRevert:!e||e.storage!==this._renderedCollection.storage})),this.collection=e,this._started){if(e){var t=e;this.sort&&this.sort.length>0&&(t=e.sort(this.sort)),t.track&&this.shouldTrackCollection&&(t=t.track(),this._rows=[],this._observerHandle=this._observeCollection(t,this.contentNode,{rows:this._rows})),this._renderedCollection=t}this.refresh()}},_setStore:function(){this.collection||console.debug("set('store') call detected, but you probably meant set('collection')")},_getTotal:function(){return this._total},_cleanupCollection:function(e){e=e||{},this._observerHandle&&(this._observerHandle.remove(),this._observerHandle=this._rows=null),!1!==e.shouldRevert&&(this.dirty={}),this._renderedCollection=this.collection=null},_applySort:function(){this.collection?this.set("collection",this.collection):this.store&&console.debug("_StoreMixin found store property but not collection; this is often the sign of a mistake during migration from 0.3 to 0.4")},_emitRefreshComplete:function(){var e=this;this._refreshTimeout=setTimeout(function(){s.emit(e.domNode,"dgrid-refresh-complete",{bubbles:!0,cancelable:!1,grid:e}),e._refreshTimeout=null},0)},_insertNoDataNode:function(e){this._removeNoDataNode(),e=e||this.contentNode;var t=this.noDataNode=o.create("div",{className:"dgrid-no-data",innerHTML:this.noDataMessage});return e.insertBefore(t,this._getFirstRowSibling?this._getFirstRowSibling(e):null),t},_removeNoDataNode:function(){return!!this.noDataNode&&(o.destroy(this.noDataNode),delete this.noDataNode,!0)},row:function(){var e=this.inherited(arguments);return e&&e.data&&void 0!==e.id&&(e.id=this.collection.getIdentity(e.data)),e},refresh:function(){var e=this.inherited(arguments);return this.collection||this._insertNoDataNode(),e},refreshCell:function(e){if(!this.collection||!this._createBodyRowCell)throw new Error("refreshCell requires a Grid with a collection.");return this.inherited(arguments),this.collection.get(e.row.id).then(t.hitch(this,"_refreshCellFromItem",e))},_refreshCellFromItem:function(e,n,r){var i=e.element;o.empty(i);var s=this.dirty&&this.dirty[e.row.id];s&&(n=t.delegate(n,s)),this._createBodyRowCell(i,e.column,n,r)},renderArray:function(){var e=this.inherited(arguments);return this.collection||e.length&&this.noDataNode&&o.destroy(this.noDataNode),e},insertRow:function(e,n,r,i,s){var a,c,l=this.collection,d=this.dirty,u=l&&l.getIdentity(e);return u in d&&!(u in this._updating)&&(a=d[u]),a&&(e=t.delegate(e,a)),c=this.inherited(arguments),s&&s.rows&&(s.rows[i]=c),this.noDataNode&&(o.destroy(this.noDataNode),this.noDataNode=null),c},updateDirty:function(e,t,n){var r=this.dirty,o=r[e];o||(o=r[e]={}),o[t]=n},save:function(){var e=this,t=this.collection,r=this.dirty,o=new n,i={},s=function(n){var r;return e.getBeforePut||!(r=e.row(n).data)?function(){return t.get(n)}:function(){return r}};function a(n,o){return function(s){var a,c,l=e._columnsWithSet,d=e._updating;if("function"==typeof s.set)s.set(o);else for(a in o)s[a]=o[a];for(a in l)void 0!==(c=l[a].set(s))&&(s[a]=c);return d[n]=!0,t.put(s).then(function(e){return delete r[n],delete d[n],i[n]=e,i})}}var c=o.then(function(){return i});for(var l in r){var d=a(l,r[l]);c=c.then(s(l)).then(d)}return o.resolve(),c},revert:function(){this.dirty={},this.refresh()},_trackError:function(e){"string"==typeof e&&(e=t.hitch(this,e));var r,o=this;try{r=a(e())}catch(e){var i=new n;i.reject(e),r=i.promise}return r.otherwise(function(e){c.call(o,e)}),r},removeRow:function(e,t,n){var r={element:e};t||this.up(r).element!==e||this.down(r).element!==e||this._insertNoDataNode();var o=n&&n.rows||this._rows;return o&&delete o[e.rowIndex],this.inherited(arguments)},renderQueryResults:function(e,n,r){r=t.mixin({rows:this._rows},r);var o=this;return i("dojo-built")||e.totalLength.then(function(e){null==e&&console.warn("Store reported null or undefined totalLength. Make sure your store (and service, if applicable) are reporting total correctly!")}),e.then(function(e){var t=o.renderArray(e,n,r);return delete o._lastCollection,t})},_observeCollection:function(e,t,n){var r,o=this,i=n.rows,s=[e.on("delete, update",function(e){var s=e.previousIndex,a=e.index;void 0!==s&&i[s]&&("max"in i&&(void 0===a||a<i.min||a>i.max)&&i.max--,i.max<0&&(i.max=0),(r=i[s]).parentNode===t&&o.removeRow(r,!1,n),i.splice(s,1),("delete"===e.type||"update"===e.type&&(s<a||void 0===a))&&i[s]&&i[s].rowIndex--),"delete"===e.type&&(r=null)}),e.on("add, update",function(e){var s,a=e.previousIndex,c=e.index;function l(){s=(s.connected||s).nextSibling}void 0!==c&&(!("max"in i)||c>=i.min&&c<=i.max)&&("max"in i&&(void 0===a||a<i.min||a>i.max)&&i.max++,i.length?(s=i[c])||(s=i[c-1])&&l():s=o._getFirstRowSibling&&o._getFirstRowSibling(t),r&&s&&r.id===s.id&&l(),s&&!s.parentNode&&(s=document.getElementById(s.id)),i.splice(c,0,void 0),r=o.insertRow(e.target,t,s,c,n),o.highlightRow(r)),r=null}),e.on("add, delete, update",function(t){var n=void 0!==t.previousIndex?t.previousIndex:1/0,r=void 0!==t.index?t.index:1/0,s=Math.min(n,r);n!==r&&i[s]&&o.adjustRowIndices(i[s]),n!==1/0&&o._processScroll&&(i[n]||i[n-1])&&o._processScroll(),o._onNotification(i,t,e),e===o._renderedCollection&&"totalLength"in t&&(o._total=t.totalLength)})];return{remove:function(){for(;s.length>0;)s.pop().remove()}}},_onNotification:function(){}})}.apply(null,r),void 0===o||(e.exports=o)},8471(e,t,n){var r,o;n.dj.r;r=[n(1054),n(2075),n(6356),n(2284),n(5075)],void 0===(o=function(e,t,n,r,o){var i,s;function a(e,n){var o=function(o,i){return t(o,e,function(e){return n?n(e,i):r.isDescendant(e.relatedTarget,o)?void 0:i.call(this,e)})};return o.bubble=function(t){return a(e,function(e,n){var r=t(e.target),o=e.relatedTarget;if(r&&r!=(o&&1==o.nodeType&&t(o)))return n.call(r,e)})},o}return n.add("dom-quirks",o.doc&&"BackCompat"==o.doc.compatMode),n.add("events-mouseenter",o.doc&&"onmouseenter"in o.doc.createElement("div")),n.add("events-mousewheel",o.doc&&"onmousewheel"in o.doc),i=n("dom-quirks")&&n("ie")||!n("dom-addeventlistener")?{LEFT:1,MIDDLE:4,RIGHT:2,isButton:function(e,t){return e.button&t},isLeft:function(e){return 1&e.button},isMiddle:function(e){return 4&e.button},isRight:function(e){return 2&e.button}}:{LEFT:0,MIDDLE:1,RIGHT:2,isButton:function(e,t){return e.button==t},isLeft:function(e){return 0==e.button},isMiddle:function(e){return 1==e.button},isRight:function(e){return 2==e.button}},e.mouseButtons=i,s=n("events-mousewheel")?"mousewheel":function(e,n){return t(e,"DOMMouseScroll",function(e){e.wheelDelta=-e.detail,n.call(this,e)})},{_eventHandler:a,enter:a("mouseover"),leave:a("mouseout"),wheel:s,isLeft:i.isLeft,isMiddle:i.isMiddle,isRight:i.isRight}}.apply(null,r))||(e.exports=o)},8554(e){e.exports=function(e,t,n,r){this.loaderVersion="1.17.3",function(e,t){var n=function(){return void 0!==u&&"function"!=typeof u?u:void 0!==r?r:"undefined"!=typeof self?self:this}(),o=function(){},i={}.toString,s=function(e){return"[object Function]"==i.call(e)},a=function(e,t){if(e)for(var n=0;n<e.length;)t(e[n++])},c=function(e,t){for(var n in t)e[n]=t[n];return e},l=1,d=function(e,t,n){return undefined(e,t,n,0,d)},u=n,f=u.document,h=f&&f.createElement("DiV"),p=d.has=function(e){return s(v[e])?v[e]=v[e](u,f,h):v[e]},v=p.cache=t.hasCache;for(var g in s(e)&&(e=e(n)),p.add=function(e,t,n,r){return(void 0===v[e]||r)&&(v[e]=t),n&&p(e)},e.has)p.add(g,e.has[g],0,1);d.async=1;var m=function(){};d.eval=function(e,t){return m(e+"\r\n//# sourceURL="+t)};var y,_={},b=(d.signal=function(e,t){var n=_[e];a(n&&n.slice(0),function(e){var n;e.apply(null,(n=t,"[object Array]"==i.call(n)?t:[t]))})},d.on=function(e,t){var n=_[e]||(_[e]=[]);return n.push(t),{remove:function(){for(var e=0;e<n.length;e++)if(n[e]===t)return void n.splice(e,1)}}}),w=[],x=[],N={},j=(d.map={},[]),C={},T="",S={};t.paths,x=t.pathsMapProg,N=t.packs,w=t.aliases,j=t.mapProgs,C=t.modules,S=t.cache,T=t.cacheBust,d.rawConfig=t;var E=function(e,t){if(t)for(var n=0;n<t.length;n++)if(t[n][2].test(e))return t[n];return 0},M=function(e){var t,n,r=[];for(e=e.replace(/\\/g,"/").split("/");e.length;)".."==(t=e.shift())&&r.length&&".."!=n?(r.pop(),n=r[r.length-1]):"."!=t&&r.push(n=t);return r.join("/")},P=function(e,t,n,r){return{pid:e,mid:t,pack:n,url:r,executed:0,def:0}},A=function(e,t,n,r,o,i,l,d,u,f){var h,p,v,g,m,_,b;if(b=/^\./.test(e),/(^\/)|(\:)|(\.js$)/.test(e)||b&&!t)return P(0,e,0,e);if(e=M(b?t.mid+"/../"+e:e),/^\./.test(e))throw function(e,t){return c(new Error(e),{src:"dojoLoader",info:t})}("irrationalPath",e);f||b||!i.star||(g=E(e,i.star[1])),!g&&t&&(g=(g=E(t.mid,i))&&E(e,g[1])),g&&(e=g[1]+e.substring(g[3])),(p=n[h=(y=e.match(/^([^\/]+)(\/(.+))?$/))?y[1]:""])?e=h+"/"+(v=y[3]||p.main):h="";var w=0;return a(d,function(t){var n=e.match(t[0]);n&&n.length>0&&(w=s(t[1])?e.replace(t[0],t[1]):t[1])}),w?A(w,0,n,r,o,i,l,d,u):(_=r[e])?u?P(_.pid,_.mid,_.pack,_.url):r[e]:(m=(g=E(e,l))?g[1]+e.substring(g[3]):h?("/"===p.location.slice(-1)?p.location.slice(0,-1):p.location)+"/"+v:e,/(^\/)|(\:)/.test(m)||(m=o+m),P(h,e,p,M(m+=".js")))},R=function(e,t,n){return A(e,t,N,C,d.baseUrl,j,x,w,void 0,n)},I=(d.toAbsMid=function(e,t){return R(e,t).mid},d.toUrl=function(e,t){var n=R(e+"/x",t),r=n.url;return I(0===n.pid?e:r.substring(0,r.length-5))},"function"==typeof e.fixupUrl?e.fixupUrl:function(e){return(e+="")+(T?(/\?/.test(e)?"&":"?")+T:"")});d.log=o,d.trace=o;var D=o;(c(c(d,t.loaderPatch),e.loaderPatch),b("error",function(e){try{if(console.error(e),e instanceof Error){for(var t in e)console.log(t+":",e[t]);console.log(".")}}catch(e){}}),c(d,{uid:function(){return"_"+l++},cache:S,packs:N}),u.define)||(u.define=D,u.require=d)}.call(this,e,t)}},8709(e,t,n){var r,o;n.dj.r;r=[n(2075),n(6974),n(4266),n(6345),n(6356),n(8240)],o=function(e,t,n,r,o,i){var s=r("dijit._OnDijitClickMixin",null,{connect:function(e,t,n){return this.inherited(arguments,[e,"ondijitclick"==t?i:t,n])}});return s.a11yclick=i,s}.apply(null,r),void 0===o||(e.exports=o)},8769(e,t,n){var r,o;n.dj.r;r=[n(9648)],void 0===(o=function(e){return e}.apply(null,r))||(e.exports=o)},8819(e){e.exports=void 0},8942(e,t,n){var r,o;n.dj.r;r=[n(6345)],o=function(e){function t(e){return function(){var n=this.constructor,r=new n;return r.type=e,r.args=Array.prototype.slice.call(arguments),this.type?t("and").call(n.prototype,this,r):r}}function n(e){return function(){for(var t=this.constructor,n=[],r=0;r<arguments.length;r++){var o=arguments[r];n.push(o instanceof t?o:new t(o))}var i=new t;return i.type=e,i.args=n,this.type===e?i.args=this.args.concat(n):this.type?n.unshift(this):1===n.length&&n[0].type&&(i.type=n[0].type,i.args=n[0].args.slice()),i}}var r=e(null,{constructor:function(e){var t=typeof e;switch(t){case"object":var n=this;for(var r in e){var o=e[r];n=o instanceof this.constructor?n[o.type](r,o.args[0]):o&&o.test?n.match(r,o):n.eq(r,o)}this.type=n.type,this.args=n.args;break;case"function":case"string":this.type=t,this.args=[e]}},and:n("and"),or:n("or"),eq:t("eq"),ne:t("ne"),lt:t("lt"),lte:t("lte"),gt:t("gt"),gte:t("gte"),contains:t("contains"),in:t("in"),match:t("match")});return r.filterCreator=t,r.logicalOperatorCreator=n,r}.apply(null,r),void 0===o||(e.exports=o)},8945(e,t,n){var r,o;n.dj.r;r=[n(6323),n(6974),n(2284)],void 0===(o=function(e,t,n){var r,o="className",i=/\s+/,s=[""];function a(e){if("string"==typeof e||e instanceof String){if(e&&!i.test(e))return s[0]=e,s;var n=e.split(i);return n.length&&!n[0]&&n.shift(),n.length&&!n[n.length-1]&&n.pop(),n}return e?t.filter(e,function(e){return e}):[]}var c={};return r={contains:function(e,t){return(" "+n.byId(e)[o]+" ").indexOf(" "+t+" ")>=0},add:function(e,t){e=n.byId(e),t=a(t);var r,i=e[o];r=(i=i?" "+i+" ":" ").length;for(var s,c=0,l=t.length;c<l;++c)(s=t[c])&&i.indexOf(" "+s+" ")<0&&(i+=s+" ");r<i.length&&(e[o]=i.substr(1,i.length-2))},remove:function(t,r){var i;if(t=n.byId(t),void 0!==r){r=a(r),i=" "+t[o]+" ";for(var s=0,c=r.length;s<c;++s)i=i.replace(" "+r[s]+" "," ");i=e.trim(i)}else i="";t[o]!=i&&(t[o]=i)},replace:function(e,t,i){e=n.byId(e),c[o]=e[o],r.remove(c,i),r.add(c,t),e[o]!==c[o]&&(e[o]=c[o])},toggle:function(e,t,o){if(e=n.byId(e),void 0===o)for(var i,s=0,c=(t=a(t)).length;s<c;++s)i=t[s],r[r.contains(e,i)?"remove":"add"](e,i);else r[o?"add":"remove"](e,t);return o}}}.apply(null,r))||(e.exports=o)},9173(e,t,n){var r,o;n.dj.r;r=[n(6345),n(6566),n(8945),n(2075),n(6323),n(6356),n(4975),n(3927)],o=function(e,t,n,r,o,i,s){var a={checkbox:1,radio:1,button:1},c=/\bdgrid-cell\b/,l=/\bdgrid-row\b/,d=e(null,{pageSkip:10,tabIndex:0,keyMap:null,headerKeyMap:null,mouseDownEventType:"mousedown",postMixInProperties:function(){this.inherited(arguments),this.keyMap||(this.keyMap=o.mixin({},d.defaultKeyMap)),this.headerKeyMap||(this.headerKeyMap=o.mixin({},d.defaultHeaderKeyMap))},postCreate:function(){this.inherited(arguments);var e=this;function n(e){var t=e.target;return t.type&&(!a[t.type]||32===e.keyCode)}function o(o){var i=e.cellNavigation,s=i?c:l,a=o===e.headerNode,d=o;function u(){if(e._focusedHeaderNode&&(e._focusedHeaderNode.tabIndex=-1),e.showHeader){if(i){for(var t,n=e.headerNode.getElementsByTagName("th"),r=0;t=n[r];++r)if(s.test(t.className)){e._focusedHeaderNode=d=t;break}}else e._focusedHeaderNode=d=e.headerNode;d&&(d.tabIndex=e.tabIndex)}}function f(){var t=e._focusedNode||d;if(!s.test(t.className)||!o.contains(t)){for(var n,r=o.getElementsByTagName("*"),i=0;n=r[i];++i)if(s.test(n.className)){t=e._focusedNode=n;break}d.tabIndex=-1,t.tabIndex=e.tabIndex}}a?(u(),e._listeners.push(t.after(e,"renderHeader",u,!0))):e._listeners.push(t.after(e,"renderArray",f,!0),t.after(e,"_onNotification",function(e,t){0===t.totalLength?o.tabIndex=0:1===t.totalLength&&"add"===t.type&&f()},!0)),e._listeners.push(r(o,e.mouseDownEventType,function(t){n(t)||e._focusOnNode(t.target,a,t)})),e._listeners.push(r(o,"keydown",function(t){if(!t.metaKey&&!t.altKey){var r=e[a?"headerKeyMap":"keyMap"][t.keyCode];r&&!n(t)&&r.call(e,t)}}))}this.tabableHeader&&(o(this.headerNode),r(this.headerNode,"dgrid-cellfocusin",function(){e.scrollTo({x:this.scrollLeft})})),o(this.contentNode),this._debouncedEnsureScroll=s.debounce(this._ensureScroll,this)},_pruneRow:function(){var e=this._focusedNode;this._focusedNode=null,this.inherited(arguments),this._focusedNode=e},removeRow:function(e){if(!this._focusedNode)return this.inherited(arguments);var t,n=this,r=document.activeElement===this._focusedNode,o=this[this.cellNavigation?"cell":"row"](this._focusedNode),i=o.row||o;(e=e.element||e)===i.element&&((t=this.down(i,1,!0))&&t.element!==e||(t=this.up(i,1,!0)),this._removedFocus={active:r,rowId:i.id,columnId:o.column&&o.column.id,siblingId:t&&t.element!==e?t.id:void 0},setTimeout(function(){n._removedFocus&&n._restoreFocus(i.id)},0),this._focusedNode=null),this.inherited(arguments)},insertRow:function(){var e=this.inherited(arguments);return this._removedFocus&&!this._removedFocus.wait&&this._restoreFocus(e),e},_restoreFocus:function(e){var t,r,o=this._removedFocus;if((t=(e=e&&this.row(e))&&e.element&&e.id===o.rowId?e:void 0!==o.siblingId&&this.row(o.siblingId))&&t.element){if(!t.element.parentNode.parentNode)return void(o.wait=!0);void 0!==o.columnId&&(r=this.cell(t,o.columnId))&&r.element&&(t=r),o.active&&0!==t.element.offsetHeight?this._focusOnNode(t,!1,null):(n.add(t.element,"dgrid-focus"),t.element.tabIndex=this.tabIndex,this._focusedNode=t.element)}delete this._removedFocus},addKeyHandler:function(e,n,r){var o=t.after(this[r?"headerKeyMap":"keyMap"],e,n,!0);return this._listeners.push(o),o},_ensureRowScroll:function(e){var t=this.getScrollPosition().y;t>e.offsetTop?this.scrollTo({y:e.offsetTop}):t+this.contentNode.offsetHeight<e.offsetTop+e.offsetHeight&&this.scrollTo({y:e.offsetTop-this.contentNode.offsetHeight+e.offsetHeight})},_ensureColumnScroll:function(e){var t=this.getScrollPosition().x,n=e.offsetLeft;if(t>n)this.scrollTo({x:n});else{var r=this.bodyNode.clientWidth,o=e.offsetWidth,i=n+o;t+r<i&&this.scrollTo({x:r>o?i-r:n})}},_ensureScroll:function(e,t){!e.column&&!e.row&&e.data&&e.element?this._ensureRowScroll(e.element):(this.cellNavigation&&(this.columnSets||this.subRows.length>1)&&!t&&this._ensureRowScroll(e.row.element),this.bodyNode.clientWidth<this.contentNode.offsetWidth&&this._ensureColumnScroll(e.element))},_focusOnNode:function(e,t,i){var s,a,d,u,f,h="_focused"+(t?"Header":"")+"Node",p=this[h],v=this.cellNavigation?"cell":"row",g=this[v](e);if(e=g&&g.element){if(this.cellNavigation)for(f=0,d=(s=e.getElementsByTagName("input")).length;f<d;f++)if((-1!==(a=s[f]).tabIndex||"_dgridLastValue"in a)&&!a.disabled){a.focus(),u=!0;break}null!==i&&((i=o.mixin({grid:this},i)).type&&(i.parentType=i.type),i.bubbles||(i.bubbles=!0)),p&&(n.remove(p,"dgrid-focus"),p.removeAttribute("tabindex"),i&&(i[v]=this[v](p),r.emit(p,"dgrid-cellfocusout",i))),p=this[h]=e,i&&(i[v]=g);var m=this.cellNavigation?c:l;!u&&m.test(e.className)&&(e.tabIndex=this.tabIndex,e.focus()),n.add(e,"dgrid-focus"),i&&r.emit(p,"dgrid-cellfocusin",i),this._debouncedEnsureScroll(g,t)}},focusHeader:function(e){this._focusOnNode(e||this._focusedHeaderNode,!0)},focus:function(e){var t=e||this._focusedNode;t?this._focusOnNode(t,!1):(this._removedFocus&&(this._removedFocus.active=!0),this.contentNode.focus())}}),u=d.moveFocusVertical=function(e,t){if(this._focusedNode&&e.target!==this.contentNode){var n=this.cellNavigation,r=this[n?"cell":"row"](e),o=n&&r.column.id,i=this.down(this._focusedNode,t,!0);n&&(i=this.cell(i,o)),this._focusOnNode(i,!1,e),e.preventDefault()}},f=d.moveFocusUp=function(e){u.call(this,e,-1)},h=d.moveFocusDown=function(e){u.call(this,e,1)},p=d.moveFocusPageUp=function(e){u.call(this,e,-this.pageSkip)},v=d.moveFocusPageDown=function(e){u.call(this,e,this.pageSkip)},g=d.moveFocusHorizontal=function(e,t){if(this.cellNavigation&&e.target!==this.contentNode){var n=!this.row(e),r=this["_focused"+(n?"Header":"")+"Node"];this._focusOnNode(this.right(r,t),n,e),e.preventDefault()}},m=d.moveFocusLeft=function(e){g.call(this,e,-1)},y=d.moveFocusRight=function(e){g.call(this,e,1)},_=d.moveHeaderFocusEnd=function(e,t){var n;this.cellNavigation&&(n=this.headerNode.getElementsByTagName("th"),this._focusOnNode(n[t?0:n.length-1],!0,e)),e.preventDefault()},b=d.moveHeaderFocusHome=function(e){_.call(this,e,!0)},w=d.moveFocusEnd=function(e,n){var r,s=this.cellNavigation,a=this.contentNode,c=n?0:a.scrollHeight,l=a.scrollTop+c,d=a[n?"firstChild":"lastChild"],u=d.className.indexOf("dgrid-preload")>-1,f=u?d[(n?"next":"previous")+"Sibling"]:d;if(e.preventDefault(),this.scrollTo({y:l}),u){for(;f&&f.className.indexOf("dgrid-row")<0;)f=f[(n?"next":"previous")+"Sibling"];if(!f)return}!u||d.offsetHeight<1?(s&&(f=this.cell(f,this.cell(e).column.id)),this._focusOnNode(f,!1,e)):(i("dom-addeventlistener")||(e=o.mixin({},e)),r=t.after(this,"renderArray",function(t){var o=t[n?0:t.length-1];return s&&(o=this.cell(o,this.cell(e).column.id)),this._focusOnNode(o,!1,e),r.remove(),t}),this._listeners.push(r))},x=d.moveFocusHome=function(e){w.call(this,e,!0)};function N(e){e.preventDefault()}return d.defaultKeyMap={32:N,33:p,34:v,35:w,36:x,37:m,38:f,39:y,40:h},d.defaultHeaderKeyMap={32:N,35:_,36:b,37:m,39:y},d}.apply(null,r),void 0===o||(e.exports=o)},9276(e,t,n){var r,o;n.dj.r;r=[n.dj.c(e),n(7361),n(8945),n(1248),n(6356),n(2641),n(5075)],o=function(e,t,n,r,o,i,s){return o.add("highcontrast",function(){var n=s.doc.createElement("div");try{n.style.cssText='border: 1px solid; border-color:red green; position: absolute; height: 5px; top: -999px;background-image: url("'+(t.blankGif||e.toUrl("./resources/blank.gif"))+'");',s.body().appendChild(n);var i=r.getComputedStyle(n),a=i.backgroundImage;return i.borderTopColor==i.borderRightColor||a&&("none"==a||"url(invalid-url:)"==a)}catch(e){return console.warn("hccss: exception detecting high-contrast mode, document is likely hidden: "+e.toString()),!1}finally{o("ie")<=8?n.outerHTML="":s.body().removeChild(n)}}),i(function(){0}),o}.apply(null,r),void 0===o||(e.exports=o)},9409(e){e.exports='<div class="dijitTooltip dijitTooltipLeft" id="dojoTooltip" data-dojo-attach-event="mouseenter:onMouseEnter,mouseleave:onMouseLeave"\n\t><div class="dijitTooltipConnector" data-dojo-attach-point="connectorNode"></div\n\t><div class="dijitTooltipContainer dijitTooltipContents" data-dojo-attach-point="containerNode" role=\'alert\'></div\n></div>\n'},9445(e,t,n){var r,o;n.dj.r;r=[n(1054),n.dj.c(e),n(6356),n(8769)],o=function(e,t,n,r){var o;n("host-browser")?o=function(e,t,n){r(e,{sync:!!t,headers:{"X-Requested-With":null}}).then(n)}:t.getText?o=t.getText:console.error("dojo/text plugin failed to load because loader does not support getText");var i={},s=function(e){if(e){var t=(e=e.replace(/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,"")).match(/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im);t&&(e=t[1])}else e="";return e},a={},c={};return e.cache=function(e,n,r){var a;"string"==typeof e?/\//.test(e)?(a=e,r=n):a=t.toUrl(e.replace(/\./g,"/")+(n?"/"+n:"")):(a=e+"",r=n);var c=null!=r&&"string"!=typeof r?r.value:r,l=r&&r.sanitize;return"string"==typeof c?(i[a]=c,l?s(c):c):null===c?(delete i[a],null):(a in i||o(a,!0,function(e){i[a]=e}),l?s(i[a]):i[a])},{dynamic:!0,normalize:function(e,t){var n=e.split("!"),r=n[0];return(/^\./.test(r)?t(r):r)+(n[1]?"!"+n[1]:"")},load:function(e,t,n){var r=e.split("!"),l=r.length>1,d=r[0],u=t.toUrl(r[0]),f="url:"+u,h=a,p=function(e){n(l?s(e):e)};if(d in i?h=i[d]:t.cache&&f in t.cache?h=t.cache[f]:u in i&&(h=i[u]),h===a)if(c[u])c[u].push(p);else{var v=c[u]=[p];o(u,!t.async,function(e){i[d]=i[u]=e;for(var t=0;t<v.length;)v[t++](e);delete c[u]})}else p(h)}}}.apply(null,r),void 0===o||(e.exports=o)},9600(e,t,n){var r,o;n.dj.r;r=[n(6974),n(7361),n(6323),n(7601),n(231)],o=function(e,t,n,r,o){var i={};return e.forEach(["byId","getUniqueId","findWidgets","_destroyAll","byNode","getEnclosingWidget"],function(e){i[e]=r[e]}),n.mixin(i,{defaultDuration:t.defaultDuration||200}),n.mixin(o,i),o}.apply(null,r),void 0===o||(e.exports=o)},9608(e,t,n){var r,o;n.dj.r;r=[n(4332),n(8241)],void 0===(o=function(e,t){return e("RequestTimeoutError",null,t,{dojoType:"timeout"})}.apply(null,r))||(e.exports=o)},9648(e,t,n){var r,o;n.dj.r;r=[n(8241),n(3621),n(2573),n(5540),n(6356)],void 0===(o=function(e,t,n,r,o){o.add("native-xhr",function(){return"undefined"!=typeof XMLHttpRequest}),o.add("dojo-force-activex-xhr",function(){return o("activex")&&"file:"===window.location.protocol}),o.add("native-xhr2",function(){if(o("native-xhr")&&!o("dojo-force-activex-xhr")){var e=new XMLHttpRequest;return void 0!==e.addEventListener&&("undefined"==typeof opera||void 0!==e.upload)}}),o.add("native-formdata",function(){return"undefined"!=typeof FormData}),o.add("native-blob",function(){return"undefined"!=typeof Blob}),o.add("native-arraybuffer",function(){return"undefined"!=typeof ArrayBuffer}),o.add("native-response-type",function(){return o("native-xhr")&&void 0!==(new XMLHttpRequest).responseType}),o.add("native-xhr2-blob",function(){if(o("native-response-type")){var e=new XMLHttpRequest;e.open("GET","https://dojotoolkit.org/",!0),e.responseType="blob";var t=e.responseType;return e.abort(),"blob"===t}});var i,s,a,c,l={blob:o("native-xhr2-blob")?"blob":"arraybuffer",document:"document",arraybuffer:"arraybuffer"};function d(t,o){var i,s=t.xhr;t.status=t.xhr.status;try{t.text=s.responseText}catch(e){}if("xml"===t.options.handleAs&&(t.data=s.responseXML),o)this.reject(o);else{try{n(t)}catch(e){i=e}r.checkStatus(s.status)?i?this.reject(i):this.resolve(t):i?(o=new e("Unable to load "+t.url+" status: "+s.status+" and an error in handleAs: transformation of response",t),this.reject(o)):(o=new e("Unable to load "+t.url+" status: "+s.status,t),this.reject(o))}}function u(e){return this.xhr.getResponseHeader(e)}o("native-xhr2")?(i=function(e){return!this.isFulfilled()},c=function(e,t){t.xhr.abort()},a=function(t,n,r,o){function i(e){n.handleResponse(r)}function s(t){var o=t.target,i=new e("Unable to load "+r.url+" status: "+o.status,r);n.handleResponse(r,i)}function a(e,t){r.transferType=e,t.lengthComputable?(r.loaded=t.loaded,r.total=t.total,n.progress(r)):3===r.xhr.readyState&&(r.loaded="loaded"in t?t.loaded:t.position,n.progress(r))}function c(e){return a("download",e)}function l(e){return a("upload",e)}return t.addEventListener("load",i,!1),t.addEventListener("error",s,!1),t.addEventListener("progress",c,!1),o&&t.upload&&t.upload.addEventListener("progress",l,!1),function(){t.removeEventListener("load",i,!1),t.removeEventListener("error",s,!1),t.removeEventListener("progress",c,!1),t.upload.removeEventListener("progress",l,!1),t=null}}):(i=function(e){return e.xhr.readyState},s=function(e){return 4===e.xhr.readyState},c=function(e,t){var n=t.xhr,r=typeof n.abort;"function"!==r&&"object"!==r&&"unknown"!==r||n.abort()});var f,h={data:null,query:null,sync:!1,method:"GET"};function p(n,v,g){var m=o("native-formdata")&&v&&v.data&&v.data instanceof FormData,y=r.parseArgs(n,r.deepCreate(h,v),m);n=y.url;var _=!(v=y.options).data&&"POST"!==v.method&&"PUT"!==v.method;o("ie")<=10&&(n=n.split("#")[0]);var b,w=r.deferred(y,c,i,s,d,function(){b&&b()}),x=y.xhr=p._create();if(!x)return w.cancel(new e("XHR was not created")),g?w:w.promise;y.getHeader=u,a&&(b=a(x,w,y,v.uploadProgress));var N=void 0===v.data?null:v.data,j=!v.sync,C=v.method;try{x.open(C,n,j,v.user||f,v.password||f),v.withCredentials&&(x.withCredentials=v.withCredentials),o("native-response-type")&&v.handleAs in l&&(x.responseType=l[v.handleAs]);var T=v.headers,S=!m&&!_&&"application/x-www-form-urlencoded";if(T)for(var E in T)"content-type"===E.toLowerCase()?S=T[E]:T[E]&&x.setRequestHeader(E,T[E]);S&&!1!==S&&x.setRequestHeader("Content-Type",S),T&&"X-Requested-With"in T||x.setRequestHeader("X-Requested-With","XMLHttpRequest"),r.notify&&r.notify.emit("send",y,w.promise.cancel),x.send(N)}catch(e){w.reject(e)}return t(w),x=null,g?w:w.promise}if(p._create=function(){throw new Error("XMLHTTP not available")},o("native-xhr")&&!o("dojo-force-activex-xhr"))p._create=function(){return new XMLHttpRequest};else if(o("activex"))try{new ActiveXObject("Msxml2.XMLHTTP"),p._create=function(){return new ActiveXObject("Msxml2.XMLHTTP")}}catch(e){try{new ActiveXObject("Microsoft.XMLHTTP"),p._create=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}catch(e){}}return r.addCommonMethods(p),p}.apply(null,r))||(e.exports=o)},9671(e,t,n){var r,o;n.dj.r;r=[n(1054),n(6356),n.dj.c(e),n(2641),n(6323)],o=function(e,t,n,r,o){var i=0,s=[],a=0,c=function(){i=1,e._postLoad=e.config.afterOnLoad=!0,l()},l=function(){if(!a){for(a=1;i&&(!r||0==r._Q.length)&&(!n.idle||n.idle())&&s.length;){var e=s.shift();try{e()}catch(e){if(e.info=e.message,!n.signal)throw e;n.signal("error",e)}}a=0}};n.on&&n.on("idle",l),r&&(r._onQEmpty=l);var d=e.ready=e.addOnLoad=function(t,n,r){var i=o._toArray(arguments);"number"!=typeof t?(r=n,n=t,t=1e3):i.shift(),(r=r?o.hitch.apply(e,i):function(){n()}).priority=t;for(var a=0;a<s.length&&t>=s[a].priority;a++);s.splice(a,0,r),l()};if(t.add("dojo-config-addOnLoad",1),t("dojo-config-addOnLoad")){var u=e.config.addOnLoad;u&&d[o.isArray(u)?"apply":"call"](e,u)}return r?r(c):c(),d}.apply(null,r),void 0===o||(e.exports=o)},9925(e,t,n){var r,o;n.dj.r;r=[n(6566),n(2075)],o=function(e,t){"use strict";var n=e.after;function r(){}return r.prototype={on:function(e,r){return t.parse(this,e,r,function(e,t){return n(e,"on"+t,r,!0)})},emit:function(e,n){var r=[this];return r.push.apply(r,arguments),t.emit.apply(t,r)}},r}.apply(null,r),void 0===o||(e.exports=o)}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;if(void 0===__webpack_modules__[e]){var n=new Error("Cannot find module '"+e+"'");throw n.code="MODULE_NOT_FOUND",n}var r=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(r.exports,r,r.exports,__webpack_require__),r.loaded=!0,r.exports}__webpack_require__.m=__webpack_modules__,__webpack_require__.d=(e,t)=>{for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){function e(e,t){return a.require.toUrl(e,t)}function t(e,t){return a.require.toAbsMid(e,t)}function n(e,t,r){return i(e,t,r,0,n)}function r(e){for(var t in e)n.absMids[t]=e[t],n.absMidsById[e[t]]||(n.absMidsById[e[t]]=t)}function o(e,r,o,i){var s;if((e=e.split("!").map(function(e){return"."!==e.charAt(0)||r?t(e,r?{mid:r}:null):e}).join("!"))in n.absMids&&__webpack_require__.m[n.absMids[e]])if(o){var a=__webpack_module_cache__[n.absMids[e]];s=a&&(i?a:a.exports)}else s=__webpack_require__(n.absMids[e]);if(!s)throw new Error("Module not found: "+e);return s}function i(e,t,n,r,i){var s={}.toString.call(e);if("[object String]"===s){var a=o(e,r,!(!1===n));if("object"==typeof a&&a.__DOJO_WEBPACK_DEFINE_PROMISE__)throw new Error("Module not found: "+e);return a}if("[object Object]"===s)throw new Error("Require config is not supported by WebPack");if("[object Array]"===s){var c=[],l=t,d=[];if(e.forEach(function(e){try{c.push(o(e,r))}catch(t){d.push({mid:e,error:t})}}),0===d.length)l&&l.apply(this,c);else{var u=new Error("findModules");u.src="dojo-webpack-plugin",u.info=d,i.signal("error",u)}return i}throw new Error("Unsupported require call")}n.toUrl=e,n.toAbsMid=t,n.absMids={},n.absMidsById=[],n.async=1;var s=this||window;if(r({"dojo/_base/declare":6345,"dojo/_base/kernel":1054,"dojo/global":1925,"dojo/has":6356,"dojo/_base/config":7361,"dojo/_base/lang":6323,"dojo/sniff":2616,"dojo/Deferred":5625,"dojo/errors/CancelError":1662,"dojo/errors/create":4332,"dojo/promise/Promise":5479,"dojo/promise/instrumentation":2236,"dojo/promise/tracer":3185,"dojo/Evented":9925,"dojo/aspect":6566,"dojo/on":2075,"dojo/_base/array":6974,"dojo/dom-construct":28,"dojo/_base/window":5075,"dojo/dom":2284,"dojo/dom-attr":7878,"dojo/dom-style":1248,"dojo/dom-prop":5244,"dojo/_base/connect":5641,"dojo/topic":7111,"dojo/_base/event":3503,"dojo/dom-geometry":2685,"dojo/mouse":8471,"dojo/_base/sniff":3927,"dojo/keys":4266,"dojo-dstore/Memory":5907,"dojo-dstore/Store":1603,"dojo/when":3534,"dojo-dstore/QueryMethod":2219,"dojo-dstore/Filter":8942,"dojo-dstore/Promised":6739,"dojo-dstore/QueryResults":2626,"dojo-dstore/SimpleQuery":3060,"dgrid/Grid":1540,"dojo/dom-class":8945,"dgrid/List":4624,"dojo/query":1172,"dojo/selector/_loader":5226,"dojo/selector/lite":6178,"dojo/selector/_loader!default":6178,"dgrid/util/misc":4975,"dgrid/OnDemandGrid":5602,"dgrid/OnDemandList":6850,"dgrid/_StoreMixin":8301,"dgrid/Keyboard":9173,"dgrid/Selection":2348,"dgrid/util/touch":5892,"dgrid/extensions/ColumnResizer":5533,"dojo/_base/html":1142,"dgrid/extensions/CompoundColumns":297,"dgrid/extensions/nls/pagination":4481,"dgrid/extensions/Pagination":6937,"dojo/string":7539,"dojo/i18n!dgrid/extensions/nls/pagination":1442,"dojo/i18n":3878,"dojo/_base/xhr":225,"dojo/io-query":6587,"dojo/dom-form":3159,"dojo/json":8212,"dojo/_base/Deferred":280,"dojo/_base/json":4861,"dojo/request/watch":3621,"dojo/request/util":5540,"dojo/errors/RequestError":8241,"dojo/errors/RequestTimeoutError":9608,"dojo/request/default!":9648,"dojo/request/xhr":9648,"dojo/request/handlers":2573,"dijit/Tooltip":655,"dojo/_base/fx":5577,"dojo/_base/Color":1692,"dijit/_base/manager":9600,"dijit/registry":7601,"dijit/main":231,"dijit/place":1019,"dijit/Viewport":1600,"dojo/domReady":2641,"dojo/window":3930,"dijit/_Widget":3549,"dojo/ready":9671,"dijit/_WidgetBase":3068,"dojo/Stateful":4062,"dijit/Destroyable":6510,"dijit/_BidiMixin":5250,"dijit/_OnDijitClickMixin":8709,"dijit/a11yclick":8240,"dojo/touch":7443,"dijit/_FocusMixin":4368,"dijit/focus":7304,"dijit/a11y":3050,"dojo/uacss":2085,"dijit/hccss":664,"dojo/hccss":9276,"dijit/_TemplatedMixin":998,"dojo/cache":4642,"dojo/text":9445,"dojo/request":8769,"dijit/_AttachMixin":5659,"dijit/BackgroundIframe":610,"dojo/text!dijit/templates/Tooltip.html":9409,"dojo/_base/query":4203,"dojo/_base/NodeList":6659,"dojo/NodeList-dom":8288}),s.require=n,(self.webpackChunk_hpcc_js_dgrid_shim=self.webpackChunk_hpcc_js_dgrid_shim||[]).registerAbsMids=r,__webpack_require__.dj&&"dojo-webpack-plugin"!==__webpack_require__.dj.name)throw new Error("__webpack_require__.dj name collision.");__webpack_require__.dj={name:"dojo-webpack-plugin",r:n,c:function(r){if(!r)return n;var o=r.absMid;if(!o&&n.absMidsById[r.id]&&(o=n.absMidsById[r.id]),!o)return n;var s=function(e,t,r){return i(e,t,r,o,n)};for(var a in n)n.hasOwnProperty(a)&&(s[a]=n[a]);return s.toUrl=function(t){return e(t,o?{mid:o}:null)},s.toAbsMid=function(e){return t(e,o?{mid:o}:null)},n.undef&&(s.undef=function(e){n.undef(e,o)}),s},m:function(e){if(e.absMid)return e;var t={i:e.id},r=n.absMidsById[e.id];return r&&(t.id=t.absMid=r),Object.defineProperty(t,"exports",{get:function(){return e.exports},set:function(t){e.exports=t},enumerable:!0,configurable:!0}),t},h:function(e){var t=o("dojo/has",null,!1).normalize(e,function(e){return e});return t&&__webpack_require__(t)||void 0}};var a=Object.create(s,{document:{value:s.document}});Object.defineProperties(a,{window:{value:a},global:{value:a}}),a.define=a.require=void 0,s.dojoConfig=s.dojoConfig||{};var c=function(e,t){for(var n in t)e[n]=t[n];return e}(s.dojoConfig,{baseUrl:".",deps:["lib/index"],async:!0,has:{"dojo-config-api":!1},selectorEngine:"lite",fixupUrl:function(e){return/\/(dojo|dijit|dojox)\/.*\.js$/.test(e)&&(e+=".uncompressed.js"),e}}),l={hasCache:{webpack:1,"host-browser":1,dom:1,"dojo-loader":1,"dojo-has-api":1,"dojo-dom-ready-api":1,"dojo-sniff":1,"dojo-test-sniff":1,"config-deferredInstrumentation":1,"config-tlmSiblingOfDojo":1},paths:{js:"js",theme:"theme",css:"//chuckdumont.github.io/dojo-css-plugin/1.0.0/css"},pathsMapProg:[["theme","theme",/^theme(\/|$)/,5],["css","//chuckdumont.github.io/dojo-css-plugin/1.0.0/css",/^css(\/|$)/,3],["js","js",/^js(\/|$)/,2]],packs:{dojo:{main:"main",name:"dojo",location:"./dist/dojo",lib:"."},dijit:{main:"main",name:"dijit",location:"./dist/dijit",lib:"."},dojox:{main:"main",name:"dojox",location:"./dist/dojox",lib:"."},"dijit-themes":{main:"main",name:"dijit-themes",location:"./dist/dijit-themes",lib:"."},dgrid:{main:"main",name:"dgrid",location:"./dist/dgrid",lib:"."},dstore:{main:"main",name:"dstore",location:"./dist/dojo-dstore",lib:"."}},aliases:[],mapProgs:[],cacheBust:void 0,modules:{},cache:{}};function t(e,t){var n=a.require.originalToAbsMid(e,t);if(n.indexOf("/")===n.length-1){var r=n.substring(0,n.length-1),o=a.require.packs[r];o&&o.realMain&&(n=r)}return n}function e(e,t){var n=a.require.originalToUrl(e,t),r=a.require.packs[e];if(r&&r.realMain){var o=n.split("?");/(^\/)|(\:)/.test(r.realMain)?o[0]=r.realMain:o[0]=o[0]+"/"+r.realMain,n=o.join("?")}return n}__webpack_require__(8554).call(a,c,l,a,a),a.require.baseUrl="./",Object.keys(a.require.packs).forEach(function(e){var t=a.require.packs[e];(/(^\/)|(\:)/.test(t.main)||t.main.split("/").reduce(function(e,t){return e<0||"."===t?e:".."===t?--e:++e},0)<=0)&&void 0===t.realMain&&(t.realMain=t.main,t.main="")}),a.require.originalToAbsMid=a.require.toAbsMid,a.require.originalToUrl=a.require.toUrl,a.require.toAbsMid=t,a.require.toUrl=e,["baseUrl","has","rawConfig","on","signal"].forEach(function(e){n[e]=a.require[e]});var d=s.webpackChunk_hpcc_js_dgrid_shim.absMidsWaiting;d&&(d.forEach(r),delete s.webpackChunk_hpcc_js_dgrid_shim.absMidsWaiting)}();var __webpack_exports__=__webpack_require__(2090);return __webpack_exports__})());
|
|
3
3
|
//# sourceMappingURL=index.min.js.map
|