!function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};t.m=e,t.c=r,t.i=function(e){return e},t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=35)}([function(e,t,r){"use strict";function n(e,t){return function(r){var n=r._xmlElementMap=r._xmlElementMap||{};n.elementName=e,n.constructor=r,null!=t&&(n.transformer=t)}}function o(e,t){return function(r,n){var o=r.constructor,i=o._xmlElementMap=o._xmlElementMap||{};i.attributes=i.attributes||[],i.attributes.push({attributeName:e,memberName:n,type:t||"string"})}}function i(e){return function(t,r){var n=t.constructor;(n._xmlElementMap=n._xmlElementMap||{}).innerText={memberName:r,type:e||"string"}}}function a(e,t,r,n){return function(o,i){var a=o.constructor,l=a._xmlElementMap=a._xmlElementMap||{};l.children=l.children||[];var s={elementName:e,memberName:i,type:t||"string"};r&&(s.arrayItemElementName=r),n&&(s.arrayType=n),l.children.push(s)}}Object.defineProperty(t,"__esModule",{value:!0}),t.xmlElement=n,t.xmlAttribute=o,t.xmlInnerText=i,t.xmlChildElement=a},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e}();t.XmlSerializableObject=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.parseBooleanFromString=function(e){if(null==e)return null;switch(e=e.toLowerCase()){case"true":return!0;case"false":return!1;default:return null}},e.parseNumberFromString=function(e){if(null!=e){var t=parseFloat(e);if(!isNaN(t)&&t!=1/0&&t!=-1/0)return t}return null},e.parseXmlStringValue=function(e,t){var r=null;if(null!=e)switch(t){case"string":r=e;break;case"number":r=this.parseNumberFromString(e);break;case"boolean":r=this.parseBooleanFromString(e);break;default:r=t.deserialize(e)}return r},e.deserializeXmlAttribute=function(e,t,r,n,o){var i=e.getAttribute(t),a=this.parseXmlStringValue(i,r);null!=a&&(o[n]=a)},e.deserializeXmlAttributes=function(e,t,r){for(var n=0,o=t;n<o.length;n++){var i=o[n];this.deserializeXmlAttribute(e,i.attributeName,i.type,i.memberName,r)}},e.deserializeInnerText=function(e,t,r){var n=this.parseXmlStringValue(e.textContent,t.type);null!=n&&(r[t.memberName]=n)},e.deserializeListOfElementsAsArray=function(e,t,r){for(var n=[],o=e.getElementsByTagName(t),i=0;i<o.length;i++){var a=o[i],l=this.parseChildElementValue(a,r);n.push(l)}return n},e.parseChildElementValue=function(e,t,r,n){var o=null;if(null!=e)switch(t){case"string":o=e.textContent;break;case"number":o=this.parseNumberFromString(e.textContent);break;case"boolean":o=this.parseBooleanFromString(e.textContent);break;case"array":null!=n&&null!=r&&(o=this.deserializeListOfElementsAsArray(e,r,n));break;default:o="function"==typeof t?this.deserializeXmlElement(t,e):t.deserialize(e)}return o},e.deserializeChildElement=function(e,t,r){var n=e.querySelector(t.elementName),o=this.parseChildElementValue(n,t.type,t.arrayItemElementName,t.arrayType);null!=o&&(r[t.memberName]=o)},e.deserializeChildren=function(e,t,r){for(var n=0,o=t.children;n<o.length;n++){var i=o[n];this.deserializeChildElement(e,i,r)}},e.deserializeXmlElement=function(e,t){var r,n=e._xmlElementMap;return r=n.transformer?n.transformer.deserialize(t,n.constructor):new n.constructor,n.attributes&&this.deserializeXmlAttributes(t,n.attributes,r),n.innerText&&this.deserializeInnerText(t,n.innerText,r),n.children&&this.deserializeChildren(t,n,r),r},e.deserialize=function(e,t){var r=e._xmlElementMap,n=r.elementName,o=null;if(t instanceof Document?null!=n&&(o=t.querySelector(n)):o=t,null!=o)return this.deserializeXmlElement(e,o);throw"No element found matching the tag '"+r.elementName+"'"},e.deserializeArray=function(e,t){var r=[],n=e._xmlElementMap,o=n.elementName,i=null;if(t instanceof Document?null!=o&&(i=t.querySelectorAll(o)):i=t,null!=i)for(var a=0;a<i.length;a++){var l=i[a];r.push(this.deserializeXmlElement(e,l))}return r},e}();t.XmlSerializer=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6),o=r(2),i=function(){function e(){}return e.getResponse=function(e,t,r,i,a,l,s,u){return new Promise(function(c,p){n.SharePointSoapClient.performAction(t,r,i,a,l,s,u).then(function(t){c(o.XmlSerializer.deserialize(e,t))}).catch(function(e){console.error(e),p(e)})})},e.getResponseAsArray=function(e,t,r,i,a,l,s,u){return new Promise(function(c,p){n.SharePointSoapClient.performAction(t,r,i,a,l,s,u).then(function(t){c(o.XmlSerializer.deserializeArray(e,t))}).catch(function(e){console.error(e),p(e)})})},e}();t.BaseClient=i},function(e,t){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(r=window)}e.exports=r},function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{s(n.next(e))}catch(e){i(e)}}function l(e){try{s(n.throw(e))}catch(e){i(e)}}function s(e){e.done?o(e.value):new r(function(t){t(e.value)}).then(a,l)}s((n=n.apply(e,t||[])).next())})},o=this&&this.__generator||function(e,t){function r(e){return function(t){return n([e,t])}}function n(r){if(o)throw new TypeError("Generator is already executing.");for(;s;)try{if(o=1,i&&(a=i[2&r[0]?"return":r[0]?"throw":"next"])&&!(a=a.call(i,r[1])).done)return a;switch(i=0,a&&(r=[0,a.value]),r[0]){case 0:case 1:a=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,i=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(a=s.trys,!(a=a.length>0&&a[a.length-1])&&(6===r[0]||2===r[0])){s=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3])){s.label=r[1];break}if(6===r[0]&&s.label<a[1]){s.label=a[1],a=r;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(r);break}a[2]&&s.ops.pop(),s.trys.pop();continue}r=t.call(e,s)}catch(e){r=[6,e],i=0}finally{o=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}var o,i,a,l,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l};Object.defineProperty(t,"__esModule",{value:!0});var i=r(26),a=r(23),l=function(){function e(){}return e.getSpPageContextInfo=function(){return n(this,void 0,void 0,function(){return o(this,function(e){return[2,new Promise(function(e,t){ExecuteOrDelayUntilScriptLoaded(function(){e(_spPageContextInfo)},"core.js")})]})})},e.getLayoutsUrl=function(){return n(this,void 0,void 0,function(){var e;return o(this,function(t){switch(t.label){case 0:return null!=this.layoutsUrl?[3,2]:[4,this.getSpPageContextInfo()];case 1:e=t.sent(),this.layoutsUrl="/"+(e.layoutsUrl?e.layoutsUrl:"_layouts"),t.label=2;case 2:return[2,this.layoutsUrl]}})})},e.getSiteServerRelativeUrl=function(){return n(this,void 0,void 0,function(){var e;return o(this,function(t){switch(t.label){case 0:return null!=this._siteServerRelativeUrl?[3,2]:[4,this.getSpPageContextInfo()];case 1:e=t.sent(),this._siteServerRelativeUrl=e.siteServerRelativeUrl,t.label=2;case 2:return[2,this._siteServerRelativeUrl]}})})},e.getWebServerRelativeUrl=function(){return n(this,void 0,void 0,function(){var e;return o(this,function(t){switch(t.label){case 0:return null!=this._webServerRelativeUrl?[3,2]:[4,this.getSpPageContextInfo()];case 1:e=t.sent(),this._webServerRelativeUrl=e.webServerRelativeUrl,t.label=2;case 2:return[2,this._webServerRelativeUrl]}})})},Object.defineProperty(e,"requestDigest",{get:function(){var e=document.getElementById("__REQUESTDIGEST");return e instanceof HTMLInputElement?e.value:null},enumerable:!0,configurable:!0}),e.assertSharePointPageContext=function(){if(null==window._spPageContextInfo)throw"Cannot get sharepoint page context. Object not created until beginning of form tag has been parsed."},Object.defineProperty(e,"siteServerRelativeUrl",{get:function(){return this.assertSharePointPageContext(),_spPageContextInfo.siteServerRelativeUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e,"webServerRelativeUrl",{get:function(){return this.assertSharePointPageContext(),_spPageContextInfo.webServerRelativeUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e,"siteUrl",{get:function(){return window.location.host+this.siteServerRelativeUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e,"anonymous",{get:function(){return this.assertSharePointPageContext(),null==_spPageContextInfo.userId},enumerable:!0,configurable:!0}),e.replaceUrlTokens=function(e){return e.replace(/^\/?\~sitecollection/i,this.siteServerRelativeUrl).replace(/^\/?\~site/i,this.webServerRelativeUrl)},e.getList=function(e,t){var r=this;return new Promise(function(n,o){var a=r.replaceUrlTokens(e);i.CachedDataProvider.getList(a,t).then(n).catch(function(e){console.error(e)})})},e.getListItems=function(e,t,r){var n=this;return new Promise(function(o,l){var s=n.replaceUrlTokens(e);a.default.isGuid(r)?i.CachedDataProvider.getListItems(s,t,r).then(o).catch(function(e){throw e}):i.CachedDataProvider.getViewId(s,t,r).then(function(e){i.CachedDataProvider.getListItems(s,t,e).then(o).catch(l)}).catch(function(e){console.error(e)})})},e.getDataFromDataRequest=function(e,t){if("ListAndListItems"!=e.type)throw"Data request type unknown";var r=this.replaceUrlTokens(e.web),n=function(n){i.CachedDataProvider.getListAndListItems(r,e.list,n).then(function(e){return t(e)})};a.default.isGuid(e.view)?n(e.view):i.CachedDataProvider.getViewId(r,e.list,e.view).then(n)},e.getData=function(e,t){var r=this;if(console.warn("getData being deprecated from Common API"),Array.isArray(e)){for(var n=[],o=[],i=0;i<e.length;i++)n[i]=!1;for(var a=function(){for(var e=0,t=n;e<t.length;e++){if(0==t[e])return!1}return!0},i=0;i<e.length;i++)!function(i){var l=e[i];r.getDataFromDataRequest(l,function(e){o[i]=e,n[i]=!0,a()&&t(o)})}(i)}else this.getDataFromDataRequest(e,t)},e}();t.Context=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(82),o=r(5),i=function(){function e(){}return e.performAction=function(e,t,r,i,a,l,s){e.length>0&&"/"!=e.charAt(e.length-1)&&(e+="/");var u=e+"_vti_bin/"+t+".asmx";void 0==l&&(l=!o.Context.anonymous);var c={};return s&&(c["X-RequestDigest"]=o.Context.requestDigest),n.SoapClient.performAction(u,r,a||this.sharePointSoapNamespaceUri,i,l,c)},e.sharePointSoapNamespaceUri="http://schemas.microsoft.com/sharepoint/soap/",e}();t.SharePointSoapClient=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.generate=function(e,t){var r=0;if(0==e.length)return r;for(var n=0;n<e.length;n++){r=(r<<5)-r+e.charCodeAt(n),r&=r}return r+(t?2147483647:0)},e}();t.HashCodeGenerator=n},function(e,t,r){(function(t,n){!function(t,r){e.exports=r()}(0,function(){"use strict";function e(e){var t=typeof e;return null!==e&&("object"===t||"function"===t)}function o(e){return"function"==typeof e}function i(e){q=e}function a(e){G=e}function l(){return void 0!==z?function(){z(u)}:s()}function s(){var e=setTimeout;return function(){return e(u,1)}}function u(){for(var e=0;e<B;e+=2){(0,Y[e])(Y[e+1]),Y[e]=void 0,Y[e+1]=void 0}B=0}function c(e,t){var r=arguments,n=this,o=new this.constructor(f);void 0===o[ee]&&N(o);var i=n._state;return i?function(){var e=r[i-1];G(function(){return R(i,o,e,n._result)})}():S(n,o,e,t),o}function p(e){var t=this;if(e&&"object"==typeof e&&e.constructor===t)return e;var r=new t(f);return w(r,e),r}function f(){}function d(){return new TypeError("You cannot resolve a promise with itself")}function h(){return new TypeError("A promises callback cannot return that same promise.")}function m(e){try{return e.then}catch(e){return oe.error=e,oe}}function y(e,t,r,n){try{e.call(t,r,n)}catch(e){return e}}function b(e,t,r){G(function(e){var n=!1,o=y(r,t,function(r){n||(n=!0,t!==r?w(e,r):_(e,r))},function(t){n||(n=!0,A(e,t))},"Settle: "+(e._label||" unknown promise"));!n&&o&&(n=!0,A(e,o))},e)}function v(e,t){t._state===re?_(e,t._result):t._state===ne?A(e,t._result):S(t,void 0,function(t){return w(e,t)},function(t){return A(e,t)})}function g(e,t,r){t.constructor===e.constructor&&r===c&&t.constructor.resolve===p?v(e,t):r===oe?(A(e,oe.error),oe.error=null):void 0===r?_(e,t):o(r)?b(e,t,r):_(e,t)}function w(t,r){t===r?A(t,d()):e(r)?g(t,r,m(r)):_(t,r)}function x(e){e._onerror&&e._onerror(e._result),P(e)}function _(e,t){e._state===te&&(e._result=t,e._state=re,0!==e._subscribers.length&&G(P,e))}function A(e,t){e._state===te&&(e._state=ne,e._result=t,G(x,e))}function S(e,t,r,n){var o=e._subscribers,i=o.length;e._onerror=null,o[i]=t,o[i+re]=r,o[i+ne]=n,0===i&&e._state&&G(P,e)}function P(e){var t=e._subscribers,r=e._state;if(0!==t.length){for(var n=void 0,o=void 0,i=e._result,a=0;a<t.length;a+=3)n=t[a],o=t[a+r],n?R(r,n,o,i):o(i);e._subscribers.length=0}}function C(){this.error=null}function O(e,t){try{return e(t)}catch(e){return ie.error=e,ie}}function R(e,t,r,n){var i=o(r),a=void 0,l=void 0,s=void 0,u=void 0;if(i){if(a=O(r,n),a===ie?(u=!0,l=a.error,a.error=null):s=!0,t===a)return void A(t,h())}else a=n,s=!0;t._state!==te||(i&&s?w(t,a):u?A(t,l):e===re?_(t,a):e===ne&&A(t,a))}function E(e,t){try{t(function(t){w(e,t)},function(t){A(e,t)})}catch(t){A(e,t)}}function L(){return ae++}function N(e){e[ee]=ae++,e._state=void 0,e._result=void 0,e._subscribers=[]}function j(e,t){this._instanceConstructor=e,this.promise=new e(f),this.promise[ee]||N(this.promise),X(t)?(this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0===this.length?_(this.promise,this._result):(this.length=this.length||0,this._enumerate(t),0===this._remaining&&_(this.promise,this._result))):A(this.promise,T())}function T(){return new Error("Array Methods must be provided an Array")}function F(e){return new j(this,e).promise}function I(e){var t=this;return new t(X(e)?function(r,n){for(var o=e.length,i=0;i<o;i++)t.resolve(e[i]).then(r,n)}:function(e,t){return t(new TypeError("You must pass an array to race."))})}function U(e){var t=this,r=new t(f);return A(r,e),r}function D(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function M(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}function V(e){this[ee]=L(),this._result=this._state=void 0,this._subscribers=[],f!==e&&("function"!=typeof e&&D(),this instanceof V?E(this,e):M())}function k(){var e=void 0;if(void 0!==n)e=n;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(e){throw new Error("polyfill failed because global object is unavailable in this environment")}var t=e.Promise;if(t){var r=null;try{r=Object.prototype.toString.call(t.resolve())}catch(e){}if("[object Promise]"===r&&!t.cast)return}e.Promise=V}var H=void 0;H=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)};var X=H,B=0,z=void 0,q=void 0,G=function(e,t){Y[B]=e,Y[B+1]=t,2===(B+=2)&&(q?q(u):Z())},W="undefined"!=typeof window?window:void 0,$=W||{},Q=$.MutationObserver||$.WebKitMutationObserver,J="undefined"==typeof self&&void 0!==t&&"[object process]"==={}.toString.call(t),K="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,Y=new Array(1e3),Z=void 0;Z=J?function(){return function(){return t.nextTick(u)}}():Q?function(){var e=0,t=new Q(u),r=document.createTextNode("");return t.observe(r,{characterData:!0}),function(){r.data=e=++e%2}}():K?function(){var e=new MessageChannel;return e.port1.onmessage=u,function(){return e.port2.postMessage(0)}}():void 0===W?function(){try{var e=r(24);return z=e.runOnLoop||e.runOnContext,l()}catch(e){return s()}}():s();var ee=Math.random().toString(36).substring(16),te=void 0,re=1,ne=2,oe=new C,ie=new C,ae=0;return j.prototype._enumerate=function(e){for(var t=0;this._state===te&&t<e.length;t++)this._eachEntry(e[t],t)},j.prototype._eachEntry=function(e,t){var r=this._instanceConstructor,n=r.resolve;if(n===p){var o=m(e);if(o===c&&e._state!==te)this._settledAt(e._state,t,e._result);else if("function"!=typeof o)this._remaining--,this._result[t]=e;else if(r===V){var i=new r(f);g(i,e,o),this._willSettleAt(i,t)}else this._willSettleAt(new r(function(t){return t(e)}),t)}else this._willSettleAt(n(e),t)},j.prototype._settledAt=function(e,t,r){var n=this.promise;n._state===te&&(this._remaining--,e===ne?A(n,r):this._result[t]=r),0===this._remaining&&_(n,this._result)},j.prototype._willSettleAt=function(e,t){var r=this;S(e,void 0,function(e){return r._settledAt(re,t,e)},function(e){return r._settledAt(ne,t,e)})},V.all=F,V.race=I,V.resolve=p,V.reject=U,V._setScheduler=i,V._setAsap=a,V._asap=G,V.prototype={constructor:V,then:c,catch:function(e){return this.then(null,e)}},V.polyfill=k,V.Promise=V,V})}).call(t,r(19),r(4))},function(e,t){window.MutationObserver=window.MutationObserver||function(e){function t(e){this.i=[],this.m=e}function r(e){!function r(){var n=e.takeRecords();n.length&&e.m(n,e),e.h=setTimeout(r,t._period)}()}function n(t){var r,n={type:null,target:null,addedNodes:[],removedNodes:[],previousSibling:null,nextSibling:null,attributeName:null,attributeNamespace:null,oldValue:null};for(r in t)n[r]!==e&&t[r]!==e&&(n[r]=t[r]);return n}function o(e,t){var r=u(e,t);return function(o){var i,a=o.length;t.a&&3===e.nodeType&&e.nodeValue!==r.a&&o.push(new n({type:"characterData",target:e,oldValue:r.a})),t.b&&r.b&&l(o,e,r.b,t.f),(t.c||t.g)&&(i=s(o,e,r,t)),(i||o.length!==a)&&(r=u(e,t))}}function i(e,t){return t.value}function a(e,t){return"style"!==t.name?t.value:e.style.cssText}function l(t,r,o,i){for(var a,l,s={},u=r.attributes,c=u.length;c--;)a=u[c],l=a.name,i&&i[l]===e||(m(r,a)!==o[l]&&t.push(n({type:"attributes",target:r,attributeName:l,oldValue:o[l],attributeNamespace:a.namespaceURI})),s[l]=!0);for(l in o)s[l]||t.push(n({target:r,type:"attributes",attributeName:l,oldValue:o[l]}))}function s(t,r,o,i){function a(e,r,o,a,u){var c=e.length-1;u=-~((c-u)/2);for(var p,f,d;d=e.pop();)p=o[d.j],f=a[d.l],i.c&&u&&Math.abs(d.j-d.l)>=c&&(t.push(n({type:"childList",target:r,addedNodes:[p],removedNodes:[p],nextSibling:p.nextSibling,previousSibling:p.previousSibling})),u--),i.b&&f.b&&l(t,p,f.b,i.f),i.a&&3===p.nodeType&&p.nodeValue!==f.a&&t.push(n({type:"characterData",target:p,oldValue:f.a})),i.g&&s(p,f)}function s(r,o){for(var p,f,h,m,y,b=r.childNodes,v=o.c,g=b.length,w=v?v.length:0,x=0,_=0,A=0;_<g||A<w;)m=b[_],y=(h=v[A])&&h.node,m===y?(i.b&&h.b&&l(t,m,h.b,i.f),i.a&&h.a!==e&&m.nodeValue!==h.a&&t.push(n({type:"characterData",target:m,oldValue:h.a})),f&&a(f,r,b,v,x),i.g&&(m.childNodes.length||h.c&&h.c.length)&&s(m,h),_++,A++):(u=!0,p||(p={},f=[]),m&&(p[h=c(m)]||(p[h]=!0,-1===(h=d(v,m,A,"node"))?i.c&&(t.push(n({type:"childList",target:r,addedNodes:[m],nextSibling:m.nextSibling,previousSibling:m.previousSibling})),x++):f.push({j:_,l:h})),_++),y&&y!==b[_]&&(p[h=c(y)]||(p[h]=!0,-1===(h=d(b,y,_))?i.c&&(t.push(n({type:"childList",target:o.node,removedNodes:[y],nextSibling:v[A+1],previousSibling:v[A-1]})),x--):f.push({j:h,l:A})),A++));f&&a(f,r,b,v,x)}var u;return s(r,o),u}function u(e,t){var r=!0;return function e(n){var o={node:n};return!t.a||3!==n.nodeType&&8!==n.nodeType?(t.b&&r&&1===n.nodeType&&(o.b=f(n.attributes,function(e,r){return t.f&&!t.f[r.name]||(e[r.name]=m(n,r)),e})),r&&(t.c||t.a||t.b&&t.g)&&(o.c=p(n.childNodes,e)),r=t.g):o.a=n.nodeValue,o}(e)}function c(e){try{return e.id||(e.mo_id=e.mo_id||y++)}catch(t){try{return e.nodeValue}catch(e){return y++}}}function p(e,t){for(var r=[],n=0;n<e.length;n++)r[n]=t(e[n],n,e);return r}function f(e,t){for(var r={},n=0;n<e.length;n++)r=t(r,e[n],n,e);return r}function d(e,t,r,n){for(;r<e.length;r++)if((n?e[r][n]:e[r])===t)return r;return-1}t._period=30,t.prototype={observe:function(e,t){for(var n={b:!!(t.attributes||t.attributeFilter||t.attributeOldValue),c:!!t.childList,g:!!t.subtree,a:!(!t.characterData&&!t.characterDataOldValue)},i=this.i,a=0;a<i.length;a++)i[a].s===e&&i.splice(a,1);t.attributeFilter&&(n.f=f(t.attributeFilter,function(e,t){return e[t]=!0,e})),i.push({s:e,o:o(e,n)}),this.h||r(this)},takeRecords:function(){for(var e=[],t=this.i,r=0;r<t.length;r++)t[r].o(e);return e},disconnect:function(){this.i=[],clearTimeout(this.h),this.h=null}};var h=document.createElement("i");h.style.top=0;var m=(h="null"!=h.attributes.style.value)?i:a,y=1;return t}(void 0)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),r(11),r(16),r(14),r(12),r(15),r(13),r(9);var n=r(8);r(18),r(17),null==window.Promise&&(window.Promise=n.Promise)},function(e,t){Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(null==this)throw new TypeError('"this" is null or not defined');var t=Object(this),r=t.length>>>0;if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var n=arguments[1],o=0;o<r;){var i=t[o];if(e.call(n,i,o,t))return i;o++}}}),Array.prototype.findIndex||Object.defineProperty(Array.prototype,"findIndex",{value:function(e){if(null==this)throw new TypeError('"this" is null or not defined');var t=Object(this),r=t.length>>>0;if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var n=arguments[1],o=0;o<r;){var i=t[o];if(e.call(n,i,o,t))return o;o++}return-1}}),Array.from||(Array.from=function(){var e=Object.prototype.toString,t=function(t){return"function"==typeof t||"[object Function]"===e.call(t)},r=function(e){var t=Number(e);return isNaN(t)?0:0!==t&&isFinite(t)?(t>0?1:-1)*Math.floor(Math.abs(t)):t},n=Math.pow(2,53)-1,o=function(e){var t=r(e);return Math.min(Math.max(t,0),n)};return function(e){var r=this,n=Object(e);if(null==e)throw new TypeError("Array.from requires an array-like object - not null or undefined");var i,a=arguments.length>1?arguments[1]:void 0;if(void 0!==a){if(!t(a))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(i=arguments[2])}for(var l,s=o(n.length),u=t(r)?Object(new r(s)):new Array(s),c=0;c<s;)l=n[c],u[c]=a?void 0===i?a(l,c):a.call(i,l,c):l,c+=1;return u.length=s,u}}())},function(e,t){!function(){function e(e,t){t=t||{bubbles:!1,cancelable:!1};var r=document.createEvent("Event");return r.initEvent(e,t.bubbles,t.cancelable),r}if("undefined"==typeof window||"function"==typeof window.Event)return!1;e.prototype=window.Event.prototype,window.Event=e}()},function(e,t){"undefined"!=typeof window&&window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(e,t){t=t||window;for(var r=0;r<this.length;r++)e.call(t,this[r],r,this)})},function(e,t){Number.isInteger=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},Number.isNaN=Number.isNaN||function(e){return e!==e}},function(e,t){"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(e,t){"use strict";if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(e),n=1;n<arguments.length;n++){var o=arguments[n];if(null!=o)for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(r[i]=o[i])}return r},writable:!0,configurable:!0})},function(e,t){String.prototype.startsWith||(String.prototype.startsWith=function(e,t){return this.substr(t||0,e.length)===e}),String.prototype.endsWith||(String.prototype.endsWith=function(e,t){return void 0!==t&&t<this.length?t|=0:t=this.length,this.substr(t-e.length,e.length)===e})},function(e,t,r){(function(e){!function(e){"use strict";function t(e){e=e||"",(e instanceof URLSearchParams||e instanceof t)&&(e=e.toString()),this[u]=i(e)}function r(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'\(\)~]|%20|%00/g,function(e){return t[e]})}function n(e){return decodeURIComponent(e.replace(/\+/g," "))}function o(t){var r={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return p&&(r[e.Symbol.iterator]=function(){return r}),r}function i(e){var t={};if("object"==typeof e){for(var r in e)if(e.hasOwnProperty(r)){var o="string"==typeof e[r]?e[r]:JSON.stringify(e[r]);a(t,r,o)}}else{0===e.indexOf("?")&&(e=e.slice(1));for(var i=e.split("&"),l=0;l<i.length;l++){var s=i[l],u=s.indexOf("=");-1<u?a(t,n(s.slice(0,u)),n(s.slice(u+1))):s&&a(t,n(s),"")}}return t}function a(e,t,r){t in e?e[t].push(""+r):e[t]=[""+r]}var l=e.URLSearchParams?e.URLSearchParams:null,s=l&&"a=1"===new l({a:1}).toString(),u="__URLSearchParams__",c=t.prototype,p=!(!e.Symbol||!e.Symbol.iterator);if(!l||!s){c.append=function(e,t){a(this[u],e,t)},c.delete=function(e){delete this[u][e]},c.get=function(e){var t=this[u];return e in t?t[e][0]:null},c.getAll=function(e){var t=this[u];return e in t?t[e].slice(0):[]},c.has=function(e){return e in this[u]},c.set=function(e,t){this[u][e]=[""+t]},c.toString=function(){var e,t,n,o,i=this[u],a=[];for(t in i)for(n=r(t),e=0,o=i[t];e<o.length;e++)a.push(n+"="+r(o[e]));return a.join("&")},e.URLSearchParams=l&&!s?new Proxy(l,{construct:function(e,r){return new e(new t(r[0]).toString())}}):t;var f=e.URLSearchParams.prototype;f.polyfill=!0,f.forEach=f.forEach||function(e,t){var r=i(this.toString());Object.getOwnPropertyNames(r).forEach(function(n){r[n].forEach(function(r){e.call(t,r,n,this)},this)},this)},f.sort=f.sort||function(){var e,t,r,n=i(this.toString()),o=[];for(e in n)o.push(e);for(o.sort(),t=0;t<o.length;t++)this.delete(o[t]);for(t=0;t<o.length;t++){var a=o[t],l=n[a];for(r=0;r<l.length;r++)this.append(a,l[r])}},f.keys=f.keys||function(){var e=[];return this.forEach(function(t,r){e.push([r])}),o(e)},f.values=f.values||function(){var e=[];return this.forEach(function(t){e.push([t])}),o(e)},f.entries=f.entries||function(){var e=[];return this.forEach(function(t,r){e.push([r,t])}),o(e)},p&&(f[e.Symbol.iterator]=f[e.Symbol.iterator]||f.entries)}}(void 0!==e?e:"undefined"!=typeof window?window:this)}).call(t,r(4))},function(e,t){!function(e){"use strict";function t(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function r(e){return"string"!=typeof e&&(e=String(e)),e}function n(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return b.iterable&&(t[Symbol.iterator]=function(){return t}),t}function o(e){this.map={},e instanceof o?e.forEach(function(e,t){this.append(t,e)},this):Array.isArray(e)?e.forEach(function(e){this.append(e[0],e[1])},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}function i(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function a(e){return new Promise(function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}})}function l(e){var t=new FileReader,r=a(t);return t.readAsArrayBuffer(e),r}function s(e){var t=new FileReader,r=a(t);return t.readAsText(e),r}function u(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}function c(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function p(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,e)if("string"==typeof e)this._bodyText=e;else if(b.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(b.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else if(b.searchParams&&URLSearchParams.prototype.isPrototypeOf(e))this._bodyText=e.toString();else if(b.arrayBuffer&&b.blob&&g(e))this._bodyArrayBuffer=c(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!b.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(e)&&!w(e))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=c(e)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):b.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},b.blob&&(this.blob=function(){var e=i(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?i(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(l)}),this.text=function(){var e=i(this);if(e)return e;if(this._bodyBlob)return s(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(u(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},b.formData&&(this.formData=function(){return this.text().then(h)}),this.json=function(){return this.text().then(JSON.parse)},this}function f(e){var t=e.toUpperCase();return x.indexOf(t)>-1?t:e}function d(e,t){t=t||{};var r=t.body;if(e instanceof d){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new o(e.headers)),this.method=e.method,this.mode=e.mode,r||null==e._bodyInit||(r=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"omit",!t.headers&&this.headers||(this.headers=new o(t.headers)),this.method=f(t.method||this.method||"GET"),this.mode=t.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r)}function h(e){var t=new FormData;return e.trim().split("&").forEach(function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(o))}}),t}function m(e){var t=new o;return e.split(/\r?\n/).forEach(function(e){var r=e.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();t.append(n,o)}}),t}function y(e,t){t||(t={}),this.type="default",this.status="status"in t?t.status:200,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new o(t.headers),this.url=t.url||"",this._initBody(e)}if(!e.fetch){var b={searchParams:"URLSearchParams"in e,iterable:"Symbol"in e&&"iterator"in Symbol,blob:"FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),formData:"FormData"in e,arrayBuffer:"ArrayBuffer"in e};if(b.arrayBuffer)var v=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],g=function(e){return e&&DataView.prototype.isPrototypeOf(e)},w=ArrayBuffer.isView||function(e){return e&&v.indexOf(Object.prototype.toString.call(e))>-1};o.prototype.append=function(e,n){e=t(e),n=r(n);var o=this.map[e];this.map[e]=o?o+","+n:n},o.prototype.delete=function(e){delete this.map[t(e)]},o.prototype.get=function(e){return e=t(e),this.has(e)?this.map[e]:null},o.prototype.has=function(e){return this.map.hasOwnProperty(t(e))},o.prototype.set=function(e,n){this.map[t(e)]=r(n)},o.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},o.prototype.keys=function(){var e=[];return this.forEach(function(t,r){e.push(r)}),n(e)},o.prototype.values=function(){var e=[];return this.forEach(function(t){e.push(t)}),n(e)},o.prototype.entries=function(){var e=[];return this.forEach(function(t,r){e.push([r,t])}),n(e)},b.iterable&&(o.prototype[Symbol.iterator]=o.prototype.entries);var x=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];d.prototype.clone=function(){return new d(this,{body:this._bodyInit})},p.call(d.prototype),p.call(y.prototype),y.prototype.clone=function(){return new y(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new o(this.headers),url:this.url})},y.error=function(){var e=new y(null,{status:0,statusText:""});return e.type="error",e};var _=[301,302,303,307,308];y.redirect=function(e,t){if(-1===_.indexOf(t))throw new RangeError("Invalid status code");return new y(null,{status:t,headers:{location:e}})},e.Headers=o,e.Request=d,e.Response=y,e.fetch=function(e,t){return new Promise(function(r,n){var o=new d(e,t),i=new XMLHttpRequest;i.onload=function(){var e={status:i.status,statusText:i.statusText,headers:m(i.getAllResponseHeaders()||"")};e.url="responseURL"in i?i.responseURL:e.headers.get("X-Request-URL");var t="response"in i?i.response:i.responseText;r(new y(t,e))},i.onerror=function(){n(new TypeError("Network request failed"))},i.ontimeout=function(){n(new TypeError("Network request failed"))},i.open(o.method,o.url,!0),"include"===o.credentials&&(i.withCredentials=!0),"responseType"in i&&b.blob&&(i.responseType="blob"),o.headers.forEach(function(e,t){i.setRequestHeader(t,e)}),i.send(void 0===o._bodyInit?null:o._bodyInit)})},e.fetch.polyfill=!0}}("undefined"!=typeof self?self:this)},function(e,t){function r(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function o(e){if(c===setTimeout)return setTimeout(e,0);if((c===r||!c)&&setTimeout)return c=setTimeout,setTimeout(e,0);try{return c(e,0)}catch(t){try{return c.call(null,e,0)}catch(t){return c.call(this,e,0)}}}function i(e){if(p===clearTimeout)return clearTimeout(e);if((p===n||!p)&&clearTimeout)return p=clearTimeout,clearTimeout(e);try{return p(e)}catch(t){try{return p.call(null,e)}catch(t){return p.call(this,e)}}}function a(){m&&d&&(m=!1,d.length?h=d.concat(h):y=-1,h.length&&l())}function l(){if(!m){var e=o(a);m=!0;for(var t=h.length;t;){for(d=h,h=[];++y<t;)d&&d[y].run();y=-1,t=h.length}d=null,m=!1,i(e)}}function s(e,t){this.fun=e,this.array=t}function u(){}var c,p,f=e.exports={};!function(){try{c="function"==typeof setTimeout?setTimeout:r}catch(e){c=r}try{p="function"==typeof clearTimeout?clearTimeout:n}catch(e){p=n}}();var d,h=[],m=!1,y=-1;f.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];h.push(new s(e,t)),1!==h.length||m||o(l)},s.prototype.run=function(){this.fun.apply(null,this.array)},f.title="browser",f.browser=!0,f.env={},f.argv=[],f.version="",f.versions={},f.on=u,f.addListener=u,f.once=u,f.off=u,f.removeListener=u,f.removeAllListeners=u,f.emit=u,f.prependListener=u,f.prependOnceListener=u,f.listeners=function(e){return[]},f.binding=function(e){throw new Error("process.binding is not supported")},f.cwd=function(){return"/"},f.chdir=function(e){throw new Error("process.chdir is not supported")},f.umask=function(){return 0}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});!function(e){function t(e,t){throw new Error(t.get_message())}function r(e){return e.get_context?e.get_context():e}function n(e){var n=r(e);return new Promise(function(e,r){n.executeQueryAsync(function(t,r){return e({sender:t,args:r})},t)})}function o(e,t){return r(e).load(t),t}function i(e,t){var o=r(e);return console.log("context",o),new Promise(function(e,r){o.load(t),n(o).then(function(){return e(t)})})}e.throwException=t,e.executeQueryInContext=n,e.loadInContext=o,e.loadAndExecuteInContext=i}(t.ClientRuntimeContextHelpers||(t.ClientRuntimeContextHelpers={}))},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(1),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlAttribute("Alias")],t.prototype,"alias",void 0),o([i.xmlAttribute("Ascending","boolean")],t.prototype,"ascending",void 0),o([i.xmlAttribute("CreateURL")],t.prototype,"createUrl",void 0),o([i.xmlAttribute("DisplayName")],t.prototype,"displayName",void 0),o([i.xmlAttribute("Explicit","boolean")],t.prototype,"explicit",void 0),o([i.xmlAttribute("Format")],t.prototype,"format",void 0),o([i.xmlAttribute("ID")],t.prototype,"id",void 0),o([i.xmlAttribute("Key")],t.prototype,"key",void 0),o([i.xmlAttribute("List")],t.prototype,"list",void 0),o([i.xmlAttribute("Name")],t.prototype,"name",void 0),o([i.xmlAttribute("RefType")],t.prototype,"referenceType",void 0),o([i.xmlAttribute("ShowField")],t.prototype,"showField",void 0),o([i.xmlAttribute("TextOnly","boolean")],t.prototype,"textOnly",void 0),o([i.xmlAttribute("Type")],t.prototype,"type",void 0),t=o([i.xmlElement("FieldRef")],t)}(a.XmlSerializableObject);t.QueryFieldReference=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.get=function(e){var t=new XMLHttpRequest;t.onreadystatechange=function(r){4===t.readyState&&(200===t.status?e.complete(t):e.error(t))},t.ontimeout=function(r){e.error(t)},t.open(e.method,e.url),t.setRequestHeader("Content-type",e.contentType),t.send(e.data)},e}();t.Ajax=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.isGuid=function(e){return null!=e.match(/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i)||null!=e.match(/^\{[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\}$/i)},e.generate=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)})},e}();t.default=n},function(e,t){},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});!function(e){var t=function(){function e(e){if(e.indexOf(", ")>-1){var t=e.split(", ");t.length>1&&(this.url=t[0],this.description=e.substring(t[0].length+2))}else this.url=e,this.description=e}return e}();e.UrlFieldValue=t;var r=function(){function e(e){var t=e.match(/(\d*?);#(.*)/);null!=t&&(this.id=parseInt(t[1]),this.value=t[2])}return e}();e.LookupFieldValue=r;var n=function(){function e(e){this.lookups={};var t="5cbe8ff8-c573-4afb-93fc-1902301e7092",r=e.replace(/;;/g,"c623b150-8923-4fa4-a6c3-d5db47ee8ad4"),n=r.replace(/;#/g,t),o=n.replace(new RegExp("c623b150-8923-4fa4-a6c3-d5db47ee8ad4","g"),";").split(t);if(o.length%2==0)for(var i=0;i<o.length;i+=2){var a=parseInt(o[i]);this.lookups[a]=o[i+1]}}return Object.defineProperty(e.prototype,"values",{get:function(){var e=[];for(var t in this.lookups){var r=this.lookups[t];r&&e.push(r)}return e},enumerable:!0,configurable:!0}),e}();e.LookupMultiFieldValue=n;var o=function(){function e(e){this.values=e.replace(/(^;#|;#$)/g,"").split(";#")}return e}();e.MultiChoiceFieldValue=o;var i=function(){function e(e){var t=e.replace(/^(\d{4})-(\d{2})-(\d{2})(.*)$/,"$2/$3/$1$4");this.date=new Date(Date.parse(t))}return e}();e.DateTimeFieldValue=i;var a=function(){function e(e){var t=e.match(/^(string|float|datetime|boolean);#(.*)/);null!=t&&(this.dataType=t[1],this.value=t[2])}return e}();e.CalculatedFieldValue=a;var l=function(){function e(e){var t=Number(e);if(t!==t)throw new Error("Cannot parse number");this.value=t}return e}();e.NumberFieldValue=l}(t.FieldValues||(t.FieldValues={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,o=r(27),i=r(7);!function(e){e[e.Views=0]="Views",e[e.ViewId=1]="ViewId",e[e.List=2]="List",e[e.ListItems=3]="ListItems"}(n||(n={}));var a=function(){function e(e){this.needsFetch=!0,this.subscriptions=[],this.hash=e}return e.prototype.subscribe=function(e){this.triggered?e(this.data):this.subscriptions.push(e)},e.prototype.trigger=function(e){this.data=e,this.triggered=!0;for(var t=0,r=this.subscriptions;t<r.length;t++){(0,r[t])(this.data)}},e}(),l=function(){function e(){}return e.getRequest=function(e){for(var t=0,r=this.requests;t<r.length;t++){var n=r[t];if(n.hash==e)return n}return null},e.createRequest=function(e){var t=new a(e);return this.requests.push(t),t},e.destroyRequest=function(e){for(var t=0;t<this.requests.length;t++){this.requests[t].hash==e&&this.requests.splice(t)}},e.getRequestOrCreate=function(e){var t=this.getRequest(e);return null==t&&(t=this.createRequest(e)),t},e.normalizeWebUrl=function(e){return e.length>0&&"/"!=e.charAt(e.length-1)&&(e+="/"),e.toLowerCase()},e.normalizeListName=function(e){return e.toLowerCase()},e.normalizeViewName=function(e){return e.toLowerCase()},e.normalizeGuid=function(e){return e=e.toLowerCase(),e=e.replace(/^{?([0-9a-z\-]{36})}?$/g,"{$1}")},e.generateHash=function(e){var t,r=this.normalizeWebUrl(e.webUrl),n=this.normalizeListName(e.listName);null!=e.viewId&&(t=this.normalizeGuid(e.viewId));var o;null!=e.viewName&&(o=this.normalizeViewName(e.viewName));var a=e.type+"|"+r+"|"+n+(null!=t?"|"+t:"")+(null!=o?"|"+o:"");return i.HashCodeGenerator.generate(a)},e.fetchOrReturnCached=function(e){var t=this;return new Promise(function(r){var n=t.getRequestOrCreate(e.hash);1==n.needsFetch&&(n.needsFetch=!1,e.fetch(n)),n.subscribe(r)})},e.getViews=function(e,t){var r=this;return new Promise(function(i,a){var l=r.generateHash({type:n.Views,webUrl:e,listName:t});r.fetchOrReturnCached({hash:l,fetch:function(n){o.DataProvider.getViews(e,t).then(function(e){return n.trigger(e)}).catch(function(e){r.destroyRequest(l),a(e)})}}).then(i)})},e.getViewId=function(e,t,r){var o=this;return new Promise(function(i,a){var l=o.generateHash({type:n.ViewId,webUrl:e,listName:t,viewName:r});o.fetchOrReturnCached({hash:l,fetch:function(n){o.getViews(e,t).then(function(e){console.log(e),console.log(r);for(var t=0,o=e;t<o.length;t++){var i=o[t];if(i.name.toLowerCase()==r.toLowerCase())return console.log(i.id),void n.trigger(i.id)}a(new Error("View with that name not found"))}).catch(function(e){o.destroyRequest(l),a(e)})}}).then(i)})},e.getList=function(e,t){var r=this;return new Promise(function(i,a){var l=r.generateHash({type:n.List,webUrl:e,listName:t});r.fetchOrReturnCached({hash:l,fetch:function(n){o.DataProvider.getList(e,t).then(function(e){return n.trigger(e)}).catch(function(e){r.destroyRequest(l),a(e)})}}).then(i)})},e.getListItems=function(e,t,r){var i=this;return new Promise(function(a,l){var s=i.generateHash({type:n.ListItems,webUrl:e,listName:t,viewId:r});i.fetchOrReturnCached({hash:s,fetch:function(n){o.DataProvider.getListItems(e,t,r).then(function(e){return n.trigger(e)}).catch(function(e){i.destroyRequest(s),l(e)})}}).then(a)})},e.getListAndListItems=function(e,t,r){var n=this;return new Promise(function(o){Promise.all([n.getList(e,t),n.getListItems(e,t,r)]).then(function(e){return o({list:e[0],listItems:e[1]})})})},e.requests=[],e}();t.CachedDataProvider=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(60),o=r(59),i=r(58),a=r(57),l=function(){function e(){}return e.getViews=function(e,t){return new Promise(function(r,i){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Views,action:n.ViewsAction[n.ViewsAction.GetViewCollection],baseUrl:e,parameters:{listName:t}}).then(function(e){var t=e.getElementsByTagName("Views")[0],n=o.View.parseArrayFromXml(t);r(n)}).catch(i)})},e.getView=function(e,t,r){return new Promise(function(i,a){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Views,action:n.ViewsAction[n.ViewsAction.GetView],baseUrl:e,parameters:{listName:t,viewName:r}}).then(function(e){var t=e.getElementsByTagName("View")[0],r=o.View.parseFromXml(t);i(r)}).catch(a)})},e.getList=function(e,t){return new Promise(function(r,o){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Lists,action:n.ListsAction[n.ListsAction.GetList],baseUrl:e,parameters:{listName:t}}).then(function(e){var t=e.getElementsByTagName("List")[0],n=i.List.parseFromXml(t);r(n)}).catch(o)})},e.getListAndView=function(e,t,r){return new Promise(function(a,l){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Lists,action:n.ListsAction[n.ListsAction.GetListAndView],baseUrl:e,parameters:{listName:t,viewName:r}}).then(function(e){var t=e.getElementsByTagName("List")[0],r=i.List.parseFromXml(t),n=e.getElementsByTagName("View")[0],l=o.View.parseFromXml(n);a({list:r,view:l})}).catch(l)})},e.getListItems=function(e,t,r){return new Promise(function(o,i){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Lists,action:n.ListsAction[n.ListsAction.GetListItems],baseUrl:e,parameters:{listName:t,viewName:r}}).then(function(e){var t=e.getElementsByTagNameNS("urn:schemas-microsoft-com:rowset","data")[0],r=a.ListItem.parseArrayFromXml(t);o(r)}).catch(i)})},e}();t.DataProvider=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=r(80),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("DocTemplateUrl")],t.prototype,"docTemplateUrl",void 0),o([a.xmlAttribute("DefaultViewUrl")],t.prototype,"defaultViewUrl",void 0),o([a.xmlAttribute("MobileDefaultViewUrl")],t.prototype,"mobileDefaultViewUrl",void 0),o([a.xmlAttribute("ID")],t.prototype,"id",void 0),o([a.xmlAttribute("Title")],t.prototype,"title",void 0),o([a.xmlAttribute("Description")],t.prototype,"description",void 0),o([a.xmlAttribute("ImageUrl")],t.prototype,"imageUrl",void 0),o([a.xmlAttribute("Name")],t.prototype,"name",void 0),o([a.xmlAttribute("BaseType","number")],t.prototype,"baseType",void 0),o([a.xmlAttribute("FeatureId")],t.prototype,"featureId",void 0),o([a.xmlAttribute("ServerTemplate","number")],t.prototype,"serverTemplate",void 0),o([a.xmlAttribute("Created",l.SharePointDateXmlAttributeTransformer)],t.prototype,"created",void 0),o([a.xmlAttribute("Modified",l.SharePointDateXmlAttributeTransformer)],t.prototype,"modified",void 0),o([a.xmlAttribute("LastDeleted",l.SharePointDateXmlAttributeTransformer)],t.prototype,"lastDeleted",void 0),o([a.xmlAttribute("Version","number")],t.prototype,"version",void 0),o([a.xmlAttribute("Direction")],t.prototype,"direction",void 0),o([a.xmlAttribute("ThumbnailSize")],t.prototype,"thumbnailSize",void 0),o([a.xmlAttribute("WebImageWidth")],t.prototype,"webImageWidth",void 0),o([a.xmlAttribute("WebImageHeight")],t.prototype,"webImageHeight",void 0),o([a.xmlAttribute("Flags","number")],t.prototype,"flags",void 0),o([a.xmlAttribute("ItemCount","number")],t.prototype,"itemCount",void 0),o([a.xmlAttribute("AnonymousPermMask","number")],t.prototype,"anonymousPermMask",void 0),o([a.xmlAttribute("RootFolder")],t.prototype,"rootFolder",void 0),o([a.xmlAttribute("ReadSecurity")],t.prototype,"readSecurity",void 0),o([a.xmlAttribute("WriteSecurity")],t.prototype,"writeSecurity",void 0),o([a.xmlAttribute("Author")],t.prototype,"author",void 0),o([a.xmlAttribute("EventSinkAssembly")],t.prototype,"eventSinkAssembly",void 0),o([a.xmlAttribute("EventSinkClass")],t.prototype,"eventSinkClass",void 0),o([a.xmlAttribute("EventSinkData")],t.prototype,"eventSinkData",void 0),o([a.xmlAttribute("EmailAlias")],t.prototype,"emailAlias",void 0),o([a.xmlAttribute("WebFullUrl")],t.prototype,"webFullUrl",void 0),o([a.xmlAttribute("WebId")],t.prototype,"webId",void 0),o([a.xmlAttribute("SendToLocation")],t.prototype,"sendToLocation",void 0),o([a.xmlAttribute("ScopeId")],t.prototype,"scopeId",void 0),o([a.xmlAttribute("MajorVersionLimit","number")],t.prototype,"majorVersionLimit",void 0),o([a.xmlAttribute("MajorWithMinorVersionsLimit","number")],t.prototype,"majorWithMinorVersionsLimit",void 0),o([a.xmlAttribute("WorkFlowId")],t.prototype,"workFlowId",void 0),o([a.xmlAttribute("HasUniqueScopes","boolean")],t.prototype,"hasUniqueScopes",void 0),o([a.xmlAttribute("NoThrottleListOperations","boolean")],t.prototype,"noThrottleListOperations",void 0),o([a.xmlAttribute("HasRelatedLists")],t.prototype,"hasRelatedLists",void 0),o([a.xmlAttribute("AllowDeletion","boolean")],t.prototype,"allowDeletion",void 0),o([a.xmlAttribute("AllowMultiResponses","boolean")],t.prototype,"allowMultiResponses",void 0),o([a.xmlAttribute("EnableAttachments","boolean")],t.prototype,"enableAttachments",void 0),o([a.xmlAttribute("EnableModeration","boolean")],t.prototype,"enableModeration",void 0),o([a.xmlAttribute("EnableVersioning","boolean")],t.prototype,"enableVersioning",void 0),o([a.xmlAttribute("HasExternalDataSource","boolean")],t.prototype,"hasExternalDataSource",void 0),o([a.xmlAttribute("Hidden","boolean")],t.prototype,"hidden",void 0),o([a.xmlAttribute("MultipleDataList","boolean")],t.prototype,"multipleDataList",void 0),o([a.xmlAttribute("Ordered","boolean")],t.prototype,"ordered",void 0),o([a.xmlAttribute("ShowUser","boolean")],t.prototype,"showUser",void 0),o([a.xmlAttribute("EnablePeopleSelector","boolean")],t.prototype,"enablePeopleSelector",void 0),o([a.xmlAttribute("EnableResourceSelector","boolean")],t.prototype,"enableResourceSelector",void 0),o([a.xmlAttribute("EnableMinorVersion","boolean")],t.prototype,"enableMinorVersion",void 0),o([a.xmlAttribute("RequireCheckout","boolean")],t.prototype,"requireCheckout",void 0),o([a.xmlAttribute("ThrottleListOperations","boolean")],t.prototype,"throttleListOperations",void 0),o([a.xmlAttribute("ExcludeFromOfflineClient","boolean")],t.prototype,"excludeFromOfflineClient",void 0),o([a.xmlAttribute("EnableFolderCreation","boolean")],t.prototype,"enableFolderCreation",void 0),o([a.xmlAttribute("IrmEnabled","boolean")],t.prototype,"irmEnabled",void 0),o([a.xmlAttribute("IsApplicationList","boolean")],t.prototype,"isApplicationList",void 0),o([a.xmlAttribute("PreserveEmptyValues","boolean")],t.prototype,"preserveEmptyValues",void 0),o([a.xmlAttribute("StrictTypeCoercion","boolean")],t.prototype,"strictTypeCoercion",void 0),o([a.xmlAttribute("EnforceDataValidation","boolean")],t.prototype,"enforceDataValidation",void 0),o([a.xmlAttribute("MaxItemsPerThrottledOperation","number")],t.prototype,"maxItemsPerThrottledOperation",void 0),t=o([a.xmlElement("List")],t)}(i.XmlSerializableObject);t.ListMetadata=s},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(2),l=r(1),s=r(21),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlAttribute("Override","boolean")],t.prototype,"override",void 0),o([i.xmlAttribute("UseIndexForOrderBy","boolean")],t.prototype,"useIndexForOrderBy",void 0),t=o([i.xmlElement("OrderBy",{deserialize:function(e,t){var r=new t;return r.fieldReferences=a.XmlSerializer.deserializeArray(s.QueryFieldReference,e.querySelectorAll("FieldRef")),r}})],t)}(l.XmlSerializableObject);t.OrderByClause=u},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("Name")],t.prototype,"name",void 0),o([a.xmlAttribute("DefaultView","boolean")],t.prototype,"defaultView",void 0),o([a.xmlAttribute("MobileView","boolean")],t.prototype,"mobileView",void 0),o([a.xmlAttribute("MobileDefaultView","boolean")],t.prototype,"mobileDefaultView",void 0),o([a.xmlAttribute("Type")],t.prototype,"type",void 0),o([a.xmlAttribute("DisplayName")],t.prototype,"displayName",void 0),o([a.xmlAttribute("Url")],t.prototype,"url",void 0),o([a.xmlAttribute("Level","number")],t.prototype,"level",void 0),o([a.xmlAttribute("BaseViewID","number")],t.prototype,"baseViewId",void 0),o([a.xmlAttribute("ContentTypeID")],t.prototype,"contentTypeID",void 0),o([a.xmlAttribute("ImageUrl")],t.prototype,"imageUrl",void 0),t=o([a.xmlElement("View")],t)}(i.XmlSerializableObject);t.ViewMetadata=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.encode=function(e){return e.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")},e.encodeAttribute=function(e){return e.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;")},e}();t.HtmlEncoder=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.join=function(e){return e.map(function(e){return e.replace(/\/$/,"")}).map(function(e){return"/"!==e.charAt(0)?"/"+e:e}).join("")},e}();t.UrlUtility=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,o=r(36),i=r(85),a=r(2);!function(e){e.sharePoint=o.SharePointApi,e.utilities=i.UtilitiesApi,e.xml={serializer:a.XmlSerializer}}(n=t.OregonApi||(t.OregonApi={})),window.oregon=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(88);r(87).patchRibbon(),n.patchRichTextEditor()},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),r(10),r(33),r(34)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(55),o=r(5),i=r(54),a=r(6),l=r(84),s=r(64),u=r(83),c=r(62),p=r(81),f=r(63),d=r(61),h=r(39),m=r(53),y=r(37);!function(e){!function(e){!function(e){e.wp=y.WebPartPropertiesClient}(e.services||(e.services={}))}(e.common||(e.common={})),e.soap={sharepointClient:a.SharePointSoapClient,websClient:l.default,listsClient:s.default,viewsClient:u.default,alertsClient:c.default,sitesClient:p.default,copyClient:f.default},e.data=n.SharePointData,e.models={fieldValues:d.FieldValues},e.context=o.Context,e.components=i.ComponentManager,e.csom=h.OregonCsomApi,e.ui={renderUtility:m.RenderUtility}}(t.SharePointApi||(t.SharePointApi={}))},function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{s(n.next(e))}catch(e){i(e)}}function l(e){try{s(n.throw(e))}catch(e){i(e)}}function s(e){e.done?o(e.value):new r(function(t){t(e.value)}).then(a,l)}s((n=n.apply(e,t||[])).next())})},o=this&&this.__generator||function(e,t){function r(e){return function(t){return n([e,t])}}function n(r){if(o)throw new TypeError("Generator is already executing.");for(;s;)try{if(o=1,i&&(a=i[2&r[0]?"return":r[0]?"throw":"next"])&&!(a=a.call(i,r[1])).done)return a;switch(i=0,a&&(r=[0,a.value]),r[0]){case 0:case 1:a=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,i=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(a=s.trys,!(a=a.length>0&&a[a.length-1])&&(6===r[0]||2===r[0])){s=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3])){s.label=r[1];break}if(6===r[0]&&s.label<a[1]){s.label=a[1],a=r;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(r);break}a[2]&&s.ops.pop(),s.trys.pop();continue}r=t.call(e,s)}catch(e){r=[6,e],i=0}finally{o=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}var o,i,a,l,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l};Object.defineProperty(t,"__esModule",{value:!0});var i=r(38),a=r(32),l=function(){function e(e,t,r){this.webUrl=e,this.pageUrl=t,this.webPartId=r}return e.prototype.getProperties=function(e){return n(this,void 0,void 0,function(){return o(this,function(t){return console.log(this.webUrl),console.log("/_vti_bin/OID.SharePoint.Common/webpartproperties.svc/properties/?pageUrl="+encodeURIComponent(this.pageUrl)+"&webPartId="+encodeURIComponent(this.webPartId)+"&names="+encodeURIComponent(e.join(","))),console.log(a.UrlUtility.join([this.webUrl,"/_vti_bin/OID.SharePoint.Common/webpartproperties.svc/properties/?pageUrl="+encodeURIComponent(this.pageUrl)+"&webPartId="+encodeURIComponent(this.webPartId)+"&names="+encodeURIComponent(e.join(","))])),[2,fetch(a.UrlUtility.join([this.webUrl,"/_vti_bin/OID.SharePoint.Common/webpartproperties.svc/properties/?pageUrl="+encodeURIComponent(this.pageUrl)+"&webPartId="+encodeURIComponent(this.webPartId)+"&names="+encodeURIComponent(e.join(","))]),{headers:new Headers({"Content-Type":"application/json","X-RequestDigest":i.Context.requestDigest||""}),credentials:"include"}).then(function(e){return e.json()})]})})},e.prototype.setProperties=function(e){return n(this,void 0,void 0,function(){return o(this,function(t){return[2,fetch(a.UrlUtility.join([this.webUrl,"/_vti_bin/OID.SharePoint.Common/webpartproperties.svc/properties"]),{method:"POST",headers:new Headers({"Content-Type":"application/json","X-RequestDigest":i.Context.requestDigest||""}),credentials:"include",body:JSON.stringify({pageUrl:this.pageUrl,webPartId:this.webPartId,properties:e.map(function(e){return e.value=JSON.stringify(e.value),e})})})]})})},e}();t.WebPartPropertiesClient=l},function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{s(n.next(e))}catch(e){i(e)}}function l(e){try{s(n.throw(e))}catch(e){i(e)}}function s(e){e.done?o(e.value):new r(function(t){t(e.value)}).then(a,l)}s((n=n.apply(e,t||[])).next())})},o=this&&this.__generator||function(e,t){function r(e){return function(t){return n([e,t])}}function n(r){if(o)throw new TypeError("Generator is already executing.");for(;s;)try{if(o=1,i&&(a=i[2&r[0]?"return":r[0]?"throw":"next"])&&!(a=a.call(i,r[1])).done)return a;switch(i=0,a&&(r=[0,a.value]),r[0]){case 0:case 1:a=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,i=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(a=s.trys,!(a=a.length>0&&a[a.length-1])&&(6===r[0]||2===r[0])){s=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3])){s.label=r[1];break}if(6===r[0]&&s.label<a[1]){s.label=a[1],a=r;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(r);break}a[2]&&s.ops.pop(),s.trys.pop();continue}r=t.call(e,s)}catch(e){r=[6,e],i=0}finally{o=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}var o,i,a,l,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l};Object.defineProperty(t,"__esModule",{value:!0});var i=r(45),a=r(23),l=function(){function e(){}return e.getSpPageContextInfo=function(){return n(this,void 0,void 0,function(){return o(this,function(e){return[2,new Promise(function(e,t){ExecuteOrDelayUntilScriptLoaded(function(){e(_spPageContextInfo)},"core.js")})]})})},e.getLayoutsUrl=function(){return n(this,void 0,void 0,function(){var e;return o(this,function(t){switch(t.label){case 0:return null!=this.layoutsUrl?[3,2]:[4,this.getSpPageContextInfo()];case 1:e=t.sent(),this.layoutsUrl="/"+(e.layoutsUrl?e.layoutsUrl:"_layouts"),t.label=2;case 2:return[2,this.layoutsUrl]}})})},e.getSiteServerRelativeUrl=function(){return n(this,void 0,void 0,function(){var e;return o(this,function(t){switch(t.label){case 0:return null!=this._siteServerRelativeUrl?[3,2]:[4,this.getSpPageContextInfo()];case 1:e=t.sent(),this._siteServerRelativeUrl=e.siteServerRelativeUrl,t.label=2;case 2:return[2,this._siteServerRelativeUrl]}})})},e.getWebServerRelativeUrl=function(){return n(this,void 0,void 0,function(){var e;return o(this,function(t){switch(t.label){case 0:return null!=this._webServerRelativeUrl?[3,2]:[4,this.getSpPageContextInfo()];case 1:e=t.sent(),this._webServerRelativeUrl=e.webServerRelativeUrl,t.label=2;case 2:return[2,this._webServerRelativeUrl]}})})},Object.defineProperty(e,"requestDigest",{get:function(){var e=document.getElementById("__REQUESTDIGEST");return e instanceof HTMLInputElement?e.value:null},enumerable:!0,configurable:!0}),e.assertSharePointPageContext=function(){if(null==window._spPageContextInfo)throw"Cannot get sharepoint page context. Object not created until beginning of form tag has been parsed."},Object.defineProperty(e,"siteServerRelativeUrl",{get:function(){return this.assertSharePointPageContext(),_spPageContextInfo.siteServerRelativeUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e,"webServerRelativeUrl",{get:function(){return this.assertSharePointPageContext(),_spPageContextInfo.webServerRelativeUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e,"siteUrl",{get:function(){return window.location.host+this.siteServerRelativeUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e,"anonymous",{get:function(){return this.assertSharePointPageContext(),null==_spPageContextInfo.userId},enumerable:!0,configurable:!0}),e.replaceUrlTokens=function(e){return e.replace(/^\/?\~sitecollection/i,this.siteServerRelativeUrl).replace(/^\/?\~site/i,this.webServerRelativeUrl)},e.getList=function(e,t){var r=this;return new Promise(function(n,o){var a=r.replaceUrlTokens(e);i.CachedDataProvider.getList(a,t).then(n).catch(function(e){console.error(e)})})},e.getListItems=function(e,t,r){var n=this;return new Promise(function(o,l){var s=n.replaceUrlTokens(e);a.default.isGuid(r)?i.CachedDataProvider.getListItems(s,t,r).then(o).catch(function(e){throw e}):i.CachedDataProvider.getViewId(s,t,r).then(function(e){i.CachedDataProvider.getListItems(s,t,e).then(o).catch(l)}).catch(function(e){console.error(e)})})},e.getDataFromDataRequest=function(e,t){if("ListAndListItems"!=e.type)throw"Data request type unknown";var r=this.replaceUrlTokens(e.web),n=function(n){i.CachedDataProvider.getListAndListItems(r,e.list,n).then(function(e){return t(e)})};a.default.isGuid(e.view)?n(e.view):i.CachedDataProvider.getViewId(r,e.list,e.view).then(n)},e.getData=function(e,t){var r=this;if(console.warn("getData being deprecated from Common API"),Array.isArray(e)){for(var n=[],o=[],i=0;i<e.length;i++)n[i]=!1;for(var a=function(){for(var e=0,t=n;e<t.length;e++){if(0==t[e])return!1}return!0},i=0;i<e.length;i++)!function(i){var l=e[i];r.getDataFromDataRequest(l,function(e){o[i]=e,n[i]=!0,a()&&t(o)})}(i)}else this.getDataFromDataRequest(e,t)},e}();t.Context=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(20),o=r(42),i=r(43),a=r(40),l=r(44),s=r(41);!function(e){e.clientRuntimeContext=n.ClientRuntimeContextHelpers,e.listItem=o.ListItemHelpers,e.web=i.WebHelpers,e.camlQuery=a.CamlQueryHelpers,e.webTemplate=l.WebTemplateHelpers,e.list=s.ListHelpers}(t.OregonCsomApi||(t.OregonCsomApi={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});!function(e){function t(e){var t=new SP.CamlQuery;return t.set_viewXml(e.viewXml),t}e.create=t}(t.CamlQueryHelpers||(t.CamlQueryHelpers={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});!function(e){function t(e,t){return e.get_lists().getByTitle(t)}e.Names={Pages:"Pages"},e.get=t}(t.ListHelpers||(t.ListHelpers={}))},function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{s(n.next(e))}catch(e){i(e)}}function l(e){try{s(n.throw(e))}catch(e){i(e)}}function s(e){e.done?o(e.value):new r(function(t){t(e.value)}).then(a,l)}s((n=n.apply(e,t||[])).next())})},o=this&&this.__generator||function(e,t){function r(e){return function(t){return n([e,t])}}function n(r){if(o)throw new TypeError("Generator is already executing.");for(;s;)try{if(o=1,i&&(a=i[2&r[0]?"return":r[0]?"throw":"next"])&&!(a=a.call(i,r[1])).done)return a;switch(i=0,a&&(r=[0,a.value]),r[0]){case 0:case 1:a=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,i=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(a=s.trys,!(a=a.length>0&&a[a.length-1])&&(6===r[0]||2===r[0])){s=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3])){s.label=r[1];break}if(6===r[0]&&s.label<a[1]){s.label=a[1],a=r;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(r);break}a[2]&&s.ops.pop(),s.trys.pop();continue}r=t.call(e,s)}catch(e){r=[6,e],i=0}finally{o=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}var o,i,a,l,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l};Object.defineProperty(t,"__esModule",{value:!0});var i=r(20);!function(e){function t(e){return n(this,void 0,void 0,function(){return o(this,function(t){return e.update(),[2,i.ClientRuntimeContextHelpers.loadAndExecuteInContext(e,e)]})})}e.update=t}(t.ListItemHelpers||(t.ListItemHelpers={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(20);!function(e){function t(e,t){var r=new SP.WebCreationInformation;return r.set_description(t.description||""),r.set_language(void 0!==t.language?t.language:1033),r.set_title(t.title||"Untitled"),r.set_url(t.url),r.set_useSamePermissionsAsParentSite(void 0===t.useSamePermissionsAsParentSite||t.useSamePermissionsAsParentSite),r.set_webTemplate(t.webTemplate),n.ClientRuntimeContextHelpers.loadAndExecuteInContext(e,e.get_webs().add(r))}function r(e){return new SP.ClientContext(e).get_web()}function o(e){return e.deleteObject(),n.ClientRuntimeContextHelpers.executeQueryInContext(e)}e.create=t,e.get=r,e.deleteWeb=o}(t.WebHelpers||(t.WebHelpers={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});!function(e){e.Ids={TeamSite:"STS#0",OregonStarterTemplateV4x:"{E08BB3D3-CEDC-4C16-A7EF-EA686D31CDDA}#StarterTemplate"}}(t.WebTemplateHelpers||(t.WebTemplateHelpers={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,o=r(46),i=r(7);!function(e){e[e.Views=0]="Views",e[e.ViewId=1]="ViewId",e[e.List=2]="List",e[e.ListItems=3]="ListItems"}(n||(n={}));var a=function(){function e(e){this.needsFetch=!0,this.subscriptions=[],this.hash=e}return e.prototype.subscribe=function(e){this.triggered?e(this.data):this.subscriptions.push(e)},e.prototype.trigger=function(e){this.data=e,this.triggered=!0;for(var t=0,r=this.subscriptions;t<r.length;t++){(0,r[t])(this.data)}},e}(),l=function(){function e(){}return e.getRequest=function(e){for(var t=0,r=this.requests;t<r.length;t++){var n=r[t];if(n.hash==e)return n}return null},e.createRequest=function(e){var t=new a(e);return this.requests.push(t),t},e.destroyRequest=function(e){for(var t=0;t<this.requests.length;t++){this.requests[t].hash==e&&this.requests.splice(t)}},e.getRequestOrCreate=function(e){var t=this.getRequest(e);return null==t&&(t=this.createRequest(e)),t},e.normalizeWebUrl=function(e){return e.length>0&&"/"!=e.charAt(e.length-1)&&(e+="/"),e.toLowerCase()},e.normalizeListName=function(e){return e.toLowerCase()},e.normalizeViewName=function(e){return e.toLowerCase()},e.normalizeGuid=function(e){return e=e.toLowerCase(),e=e.replace(/^{?([0-9a-z\-]{36})}?$/g,"{$1}")},e.generateHash=function(e){var t,r=this.normalizeWebUrl(e.webUrl),n=this.normalizeListName(e.listName);null!=e.viewId&&(t=this.normalizeGuid(e.viewId));var o;null!=e.viewName&&(o=this.normalizeViewName(e.viewName));var a=e.type+"|"+r+"|"+n+(null!=t?"|"+t:"")+(null!=o?"|"+o:"");return i.HashCodeGenerator.generate(a)},e.fetchOrReturnCached=function(e){var t=this;return new Promise(function(r){var n=t.getRequestOrCreate(e.hash);1==n.needsFetch&&(n.needsFetch=!1,e.fetch(n)),n.subscribe(r)})},e.getViews=function(e,t){var r=this;return new Promise(function(i,a){var l=r.generateHash({type:n.Views,webUrl:e,listName:t});r.fetchOrReturnCached({hash:l,fetch:function(n){o.DataProvider.getViews(e,t).then(function(e){return n.trigger(e)}).catch(function(e){r.destroyRequest(l),a(e)})}}).then(i)})},e.getViewId=function(e,t,r){var o=this;return new Promise(function(i,a){var l=o.generateHash({type:n.ViewId,webUrl:e,listName:t,viewName:r});o.fetchOrReturnCached({hash:l,fetch:function(n){o.getViews(e,t).then(function(e){console.log(e),console.log(r);for(var t=0,o=e;t<o.length;t++){var i=o[t];if(i.name.toLowerCase()==r.toLowerCase())return console.log(i.id),void n.trigger(i.id)}a(new Error("View with that name not found"))}).catch(function(e){o.destroyRequest(l),a(e)})}}).then(i)})},e.getList=function(e,t){var r=this;return new Promise(function(i,a){var l=r.generateHash({type:n.List,webUrl:e,listName:t});r.fetchOrReturnCached({hash:l,fetch:function(n){o.DataProvider.getList(e,t).then(function(e){return n.trigger(e)}).catch(function(e){r.destroyRequest(l),a(e)})}}).then(i)})},e.getListItems=function(e,t,r){var i=this;return new Promise(function(a,l){var s=i.generateHash({type:n.ListItems,webUrl:e,listName:t,viewId:r});i.fetchOrReturnCached({hash:s,fetch:function(n){o.DataProvider.getListItems(e,t,r).then(function(e){return n.trigger(e)}).catch(function(e){i.destroyRequest(s),l(e)})}}).then(a)})},e.getListAndListItems=function(e,t,r){var n=this;return new Promise(function(o){Promise.all([n.getList(e,t),n.getListItems(e,t,r)]).then(function(e){return o({list:e[0],listItems:e[1]})})})},e.requests=[],e}();t.CachedDataProvider=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(51),o=r(50),i=r(49),a=r(48),l=function(){function e(){}return e.getViews=function(e,t){return new Promise(function(r,i){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Views,action:n.ViewsAction[n.ViewsAction.GetViewCollection],baseUrl:e,parameters:{listName:t}}).then(function(e){var t=e.getElementsByTagName("Views")[0],n=o.View.parseArrayFromXml(t);r(n)}).catch(i)})},e.getView=function(e,t,r){return new Promise(function(i,a){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Views,action:n.ViewsAction[n.ViewsAction.GetView],baseUrl:e,parameters:{listName:t,viewName:r}}).then(function(e){var t=e.getElementsByTagName("View")[0],r=o.View.parseFromXml(t);i(r)}).catch(a)})},e.getList=function(e,t){return new Promise(function(r,o){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Lists,action:n.ListsAction[n.ListsAction.GetList],baseUrl:e,parameters:{listName:t}}).then(function(e){var t=e.getElementsByTagName("List")[0],n=i.List.parseFromXml(t);r(n)}).catch(o)})},e.getListAndView=function(e,t,r){return new Promise(function(a,l){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Lists,action:n.ListsAction[n.ListsAction.GetListAndView],baseUrl:e,parameters:{listName:t,viewName:r}}).then(function(e){var t=e.getElementsByTagName("List")[0],r=i.List.parseFromXml(t),n=e.getElementsByTagName("View")[0],l=o.View.parseFromXml(n);a({list:r,view:l})}).catch(l)})},e.getListItems=function(e,t,r){return new Promise(function(o,i){n.SoapClient.get({endpoint:n.SoapServiceEndpoint.Lists,action:n.ListsAction[n.ListsAction.GetListItems],baseUrl:e,parameters:{listName:t,viewName:r}}).then(function(e){var t=e.getElementsByTagNameNS("urn:schemas-microsoft-com:rowset","data")[0],r=a.ListItem.parseArrayFromXml(t);o(r)}).catch(i)})},e}();t.DataProvider=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n;!function(e){e[e.Invalid=0]="Invalid",e[e.Integer=1]="Integer",e[e.Text=2]="Text",e[e.Note=3]="Note",e[e.DateTime=4]="DateTime",e[e.Counter=5]="Counter",e[e.Choice=6]="Choice",e[e.Lookup=7]="Lookup",e[e.Boolean=8]="Boolean",e[e.Number=9]="Number",e[e.Currency=10]="Currency",e[e.URL=11]="URL",e[e.Computed=12]="Computed",e[e.Threading=13]="Threading",e[e.Guid=14]="Guid",e[e.MultiChoice=15]="MultiChoice",e[e.GridChoice=16]="GridChoice",e[e.Calculated=17]="Calculated",e[e.File=18]="File",e[e.Attachments=19]="Attachments",e[e.User=20]="User",e[e.Recurrence=21]="Recurrence",e[e.CrossProjectLink=22]="CrossProjectLink",e[e.ModStat=23]="ModStat",e[e.Error=24]="Error",e[e.ContentTypeId=25]="ContentTypeId",e[e.PageSeparator=26]="PageSeparator",e[e.ThreadIndex=27]="ThreadIndex",e[e.WorkflowStatus=28]="WorkflowStatus",e[e.AllDayEvent=29]="AllDayEvent",e[e.WorkflowEventType=30]="WorkflowEventType",e[e.MaxItems=31]="MaxItems"}(n=t.FieldType||(t.FieldType={}));var o=function(){function e(){}return e.parseFromXml=function(t){var r=new e;return r.internalName=t.getAttribute("Name")||"",r.displayName=t.getAttribute("DisplayName")||"",r.type=n[t.getAttribute("Type")||n[n.Invalid]],r},e.parseArrayFromXml=function(t){for(var r=[],n=t.childNodes,o=0;o<n.length;o++){var i=n[o];"Field"==i.tagName&&r.push(e.parseFromXml(i))}return r},e}();t.Field=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.parseFromXml=function(t){for(var r=new e,n=0;n<t.attributes.length;n++){var o=t.attributes[n];r[o.name.replace(/^ows_/i,"")]=o.value}return r},e.parseArrayFromXml=function(e){var t=[];if(null==e)return t;for(var r=(e.childNodes,0);r<e.childNodes.length;r++){var n=e.childNodes[r];"z:row"==n.tagName&&t.push(this.parseFromXml(n))}return t},e}();t.ListItem=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(47),o=function(){function e(e){this.name=e}return e.prototype.getField=function(e){for(var t=0,r=this.fields;t<r.length;t++){var n=r[t];if(n.internalName==e)return n}return null},e.prototype.getFieldByDisplayName=function(e){for(var t=0,r=this.fields;t<r.length;t++){var n=r[t];if(n.displayName==e)return n}return null},e.parseFromXml=function(t){var r=new e(t.getAttribute("Title")||""),o=t.getElementsByTagName("Fields")[0];return r.fields=n.Field.parseArrayFromXml(o),r},e}();t.List=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.parseFromXml=function(t){var r=new e;return r.id=t.getAttribute("Name")||"",r.name=t.getAttribute("DisplayName")||"",r},e.parseArrayFromXml=function(t){for(var r=[],n=0;n<t.childNodes.length;n++){var o=t.childNodes[n];"View"==o.tagName&&r.push(e.parseFromXml(o))}return r},e}();t.View=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,o=r(22);!function(e){e[e.Lists=0]="Lists",e[e.Views=1]="Views",e[e.SpellCheck=2]="SpellCheck",e[e.Copy=3]="Copy"}(n=t.SoapServiceEndpoint||(t.SoapServiceEndpoint={}));!function(e){e[e.GetListItems=0]="GetListItems",e[e.GetListAndView=1]="GetListAndView",e[e.GetList=2]="GetList"}(t.ListsAction||(t.ListsAction={}));!function(e){e[e.GetViewCollection=0]="GetViewCollection",e[e.GetView=1]="GetView"}(t.ViewsAction||(t.ViewsAction={}));!function(e){e[e.CopyIntoItems=0]="CopyIntoItems"}(t.CopyAction||(t.CopyAction={}));!function(e){e[e.SpellCheck=0]="SpellCheck"}(t.SpellCheckAction||(t.SpellCheckAction={}));var i=function(){function e(){}return e.getNamespaceUriForAction=function(e){switch(e){case n.SpellCheck:return this.sharePointSpellingNamespaceUri;default:return this.sharePointSoapNamespaceUri}},e.buildSoapEnvelope=function(e,t,r){var n=document.implementation.createDocument(this.soapNamespaceUri,"soap:Envelope",null);n.documentElement.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xsi","http://www.w3.org/2001/XMLSchema-instance"),n.documentElement.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xsd","http://www.w3.org/2001/XMLSchema");var o=n.createElementNS(this.soapNamespaceUri,"soap:Body");n.documentElement.appendChild(o);var i=this.getNamespaceUriForAction(e),a=n.createElementNS(i,t);o.appendChild(a);for(var l in r){var s=r[l],u=n.createElementNS(i,l);if(Array.isArray(s)&&s.length>0&&"string"==typeof s[0])for(var c=0,p=s;c<p.length;c++){var f=p[c],d=n.createElementNS(i,"string"),h=n.createTextNode(f);d.appendChild(h),u.appendChild(d)}else if(s instanceof HTMLElement)u.insertAdjacentHTML("beforeend",s.outerHTML);else{var m=n.createTextNode(s.toString());u.appendChild(m)}a.appendChild(u)}return n},e.get=function(e){var t=this;return new Promise(function(r,i){var a=t.buildSoapEnvelope(e.endpoint,e.action,e.parameters),l=(new XMLSerializer).serializeToString(a),s=e.baseUrl||"";e.baseUrl.length>0&&"/"!=e.baseUrl.charAt(e.baseUrl.length-1)&&(s+="/"),o.Ajax.get({method:"POST",url:s+"_vti_bin/"+n[e.endpoint]+".asmx",contentType:"text/xml;charset='utf-8'",data:l,complete:function(e){var t=new DOMParser,n=t.parseFromString(e.responseText,"text/xml");r(n)},error:function(e){var t=new DOMParser,r=t.parseFromString(e.responseText,"text/xml"),n=r.getElementsByTagName("faultstring")[0],o=r.getElementsByTagName("errorstring")[0],a=(null!=n?n.textContent+" ":"")+(null!=o?o.textContent:"");console.error(a),i(new Error(a))}})})},e.soapNamespaceUri="http://schemas.xmlsoap.org/soap/envelope/",e.sharePointSoapNamespaceUri="http://schemas.microsoft.com/sharepoint/soap/",e.sharePointSpellingNamespaceUri="http://schemas.microsoft.com/sharepoint/publishing/spelling/",e}();t.SoapClient=i},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(t,"__esModule",{value:!0});var o=r(31),i=r(25),a={1164:{symbol:"Ø‹",right:!0,space:!1},1052:{symbol:"Lek",right:!0,space:!1},5121:{symbol:"د.ج.â€?",right:!0,space:!0},11274:{symbol:"$",right:!1,space:!0},1067:{symbol:"Õ¤Ö€.",right:!0,space:!0},3081:{symbol:"$",right:!1,space:!1},3079:{symbol:"€",right:!1,space:!0},1068:{symbol:"man.",right:!0,space:!0},2092:{symbol:"ман.",right:!0,space:!0},15361:{symbol:"د.ب.â€?",right:!0,space:!0},2117:{symbol:"৳",right:!1,space:!0},1059:{symbol:"Ñ€.",right:!0,space:!0},2067:{symbol:"€",right:!1,space:!0},10249:{symbol:"BZ$",right:!1,space:!1},16394:{symbol:"$b",right:!1,space:!0},8218:{symbol:"КМ",right:!0,space:!0},5146:{symbol:"KM",right:!0,space:!0},1046:{symbol:"R$",right:!1,space:!0},2110:{symbol:"$",right:!1,space:!1},1026:{symbol:"лв",right:!0,space:!0},1107:{symbol:"៛",right:!0,space:!1},3084:{symbol:"$",right:!0,space:!0},4105:{symbol:"$",right:!1,space:!1},13322:{symbol:"$",right:!1,space:!0},9226:{symbol:"$",right:!1,space:!0},5130:{symbol:"â‚¡",right:!1,space:!1},1050:{symbol:"kn",right:!0,space:!0},1029:{symbol:"KÄ?",right:!0,space:!0},1030:{symbol:"kr",right:!1,space:!0},7178:{symbol:"RD$",right:!1,space:!1},12298:{symbol:"$",right:!1,space:!0},3073:{symbol:"ج.Ù….â€?",right:!0,space:!0},17418:{symbol:"$",right:!1,space:!1},1061:{symbol:"€",right:!0,space:!0},1118:{symbol:"ETB",right:!1,space:!1},1080:{symbol:"kr",right:!1,space:!0},1035:{symbol:"€",right:!0,space:!0},1036:{symbol:"€",right:!0,space:!0},1079:{symbol:"₾",right:!0,space:!0},1031:{symbol:"€",right:!0,space:!0},1032:{symbol:"€",right:!0,space:!0},1135:{symbol:"kr.",right:!1,space:!0},4106:{symbol:"Q",right:!1,space:!1},18442:{symbol:"L.",right:!1,space:!0},3076:{symbol:"HK$",right:!1,space:!1},1038:{symbol:"Ft",right:!0,space:!0},1039:{symbol:"kr.",right:!0,space:!0},1081:{symbol:"₹",right:!1,space:!0},1094:{symbol:"₹",right:!1,space:!0},1095:{symbol:"₹",right:!1,space:!0},1097:{symbol:"₹",right:!1,space:!0},1098:{symbol:"₹",right:!1,space:!0},1099:{symbol:"₹",right:!1,space:!0},16393:{symbol:"₹",right:!1,space:!0},1057:{symbol:"Rp",right:!1,space:!1},1065:{symbol:"ريال",right:!0,space:!0},2049:{symbol:"د.ع.â€?",right:!0,space:!0},6153:{symbol:"€",right:!1,space:!1},1040:{symbol:"€",right:!1,space:!0},1037:{symbol:"₪",right:!1,space:!0},8201:{symbol:"J$",right:!1,space:!1},1041:{symbol:"Â¥",right:!1,space:!1},11265:{symbol:"د.ا.â€?",right:!0,space:!0},1087:{symbol:"Т",right:!1,space:!1},1089:{symbol:"S",right:!1,space:!1},1042:{symbol:"â‚©",right:!1,space:!1},13313:{symbol:"د.Ùƒ.â€?",right:!0,space:!0},1088:{symbol:"Ñ?ом",right:!0,space:!0},1108:{symbol:"â‚­",right:!0,space:!0},1062:{symbol:"Ls",right:!1,space:!0},12289:{symbol:"Ù„.Ù„.â€?",right:!0,space:!0},4097:{symbol:"د.Ù„.â€?",right:!0,space:!0},5127:{symbol:"CHF",right:!1,space:!0},1063:{symbol:"€",right:!0,space:!0},5132:{symbol:"€",right:!0,space:!0},5124:{symbol:"MOP",right:!1,space:!1},1071:{symbol:"ден.",right:!0,space:!0},1086:{symbol:"R",right:!1,space:!1},1125:{symbol:"Þƒ.",right:!0,space:!0},1082:{symbol:"€",right:!1,space:!1},2058:{symbol:"$",right:!1,space:!1},6156:{symbol:"€",right:!0,space:!0},1104:{symbol:"â‚®",right:!0,space:!1},6145:{symbol:"د.Ù….â€?",right:!0,space:!0},1121:{symbol:"रà¥?",right:!1,space:!1},1043:{symbol:"€",right:!1,space:!0},5129:{symbol:"$",right:!1,space:!1},19466:{symbol:"C$",right:!1,space:!0},1128:{symbol:"₦",right:!1,space:!0},1044:{symbol:"kr",right:!1,space:!0},8193:{symbol:"ر.ع.â€?",right:!0,space:!0},1056:{symbol:"Rs",right:!1,space:!1},6154:{symbol:"B/.",right:!1,space:!0},15370:{symbol:"Gs",right:!1,space:!0},2052:{symbol:"ï¿¥",right:!1,space:!1},10250:{symbol:"S/.",right:!1,space:!0},13321:{symbol:"Php",right:!1,space:!1},1045:{symbol:"zÅ‚",right:!0,space:!0},2070:{symbol:"€",right:!0,space:!0},20490:{symbol:"$",right:!1,space:!0},16385:{symbol:"ر.Ù‚.â€?",right:!0,space:!0},1048:{symbol:"lei",right:!0,space:!0},1049:{symbol:"₽",right:!0,space:!1},1159:{symbol:"RWF",right:!0,space:!0},1025:{symbol:"ر.س.â€?",right:!0,space:!0},1160:{symbol:"CFA",right:!0,space:!0},2074:{symbol:"Din.",right:!0,space:!0},3098:{symbol:"Дин.",right:!0,space:!0},4100:{symbol:"$",right:!1,space:!1},1051:{symbol:"€",right:!0,space:!0},1060:{symbol:"€",right:!0,space:!0},7177:{symbol:"R",right:!1,space:!0},3082:{symbol:"€",right:!0,space:!0},1115:{symbol:"රු.",right:!1,space:!0},1053:{symbol:"kr",right:!0,space:!0},2055:{symbol:"SFr.",right:!1,space:!0},10241:{symbol:"Ù„.س.â€?",right:!0,space:!0},1028:{symbol:"NT$",right:!1,space:!1},1064:{symbol:"Ñ?мн",right:!0,space:!0},1054:{symbol:"฿",right:!1,space:!1},11273:{symbol:"TT$",right:!1,space:!1},7169:{symbol:"د.ت.â€?",right:!0,space:!0},1055:{symbol:"₺",right:!0,space:!0},1090:{symbol:"m.",right:!0,space:!1},1058:{symbol:"грн.",right:!0,space:!0},14337:{symbol:"د.Ø¥.â€?",right:!0,space:!0},2057:{symbol:"£",right:!1,space:!1},1033:{symbol:"$",right:!1,space:!1},14346:{symbol:"$U",right:!1,space:!0},1091:{symbol:"su'm",right:!0,space:!0},2115:{symbol:"Ñ?ўм",right:!0,space:!0},8202:{symbol:"Bs",right:!1,space:!0},1066:{symbol:"â‚«",right:!0,space:!0},9217:{symbol:"ر.ÙŠ.â€?",right:!0,space:!0},12297:{symbol:"Z$",right:!1,space:!1}},l=function(){function e(){this.renderDefault=function(e){return e}}return e.prototype.renderAsHtml=function(e,t){return o.HtmlEncoder.encode(this.renderDefault(t))},e.prototype.renderAsText=function(e,t){return o.HtmlEncoder.encode(this.renderDefault(t))},e.prototype.renderForSort=function(e,t){return this.renderDefault(t)},e.prototype.renderForFilter=function(e,t){return this.renderDefault(t)},e}();t.DefaultFieldRenderer=l;var s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.renderNumber=function(e,t,r){var n=parseFloat(r);if(isNaN(n))return"";e&&(n*=100);var o;o=void 0!=t?n.toFixed(t):n.toString();var i=o.split(".");return i[0].length>3&&(i[0]=i[0].replace(/(\d)(?=(\d{3})+$)/g,"$1,")),o=i.length>1?i.join("."):i[0],e&&(o+="%"),o},t.prototype.renderAsHtml=function(e,t){return this.renderNumber(1==e.percentage,e.decimals,t)},t.prototype.renderAsText=function(e,t){return this.renderNumber(1==e.percentage,e.decimals,t)},t.prototype.renderForSort=function(e,t){var r=parseFloat(t);return isNaN(r)?-1/0:r},t.prototype.renderForFilter=function(e,t){return this.renderNumber(1==e.percentage,e.decimals,t)},t}(l);t.NumberFieldRenderer=s;var u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.renderCurrency=function(e,t){var r=this.renderNumber(!1,e.decimals||2,t);if(!e.lcid)return r;var n=a[e.lcid];if(null!=n)if(n.right)r+=(n.space?" ":"")+n.symbol;else{var o="-"==r[0];r=(o?"-":"")+n.symbol+(n.space?" ":"")+(o?r.substr(1):r)}return r},t.prototype.renderAsHtml=function(e,t){return this.renderCurrency(e,t)},t.prototype.renderAsText=function(e,t){return this.renderCurrency(e,t)},t.prototype.renderForFilter=function(e,t){return this.renderCurrency(e,t)},t}(s);t.CurrencyFieldRenderer=u;var c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.renderHyperlink=function(e){return'<a href="'+e.url+'">'+o.HtmlEncoder.encode(e.description)+"</a>"},t.renderImage=function(e){return'<img src="'+e.url+'" alt="'+e.description+'" /">'},t}return n(t,e),t.prototype.renderAsHtml=function(e,t){var r=new i.FieldValues.UrlFieldValue(t);return"Image"==e.format?this.renderImage(r):this.renderHyperlink(r)},t.prototype.renderAsText=function(e,t){var r=new i.FieldValues.UrlFieldValue(t);return o.HtmlEncoder.encode(r.description)+" - "+o.HtmlEncoder.encode(r.url)},t.prototype.renderForSort=function(e,t){return new i.FieldValues.UrlFieldValue(t).description},t.prototype.renderForFilter=function(e,t){return new i.FieldValues.UrlFieldValue(t).description},t}(l);t.UrlFieldRenderer=c;var p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.renderLookupField=function(e){return new i.FieldValues.LookupFieldValue(e).value},t}return n(t,e),t.prototype.renderAsHtml=function(e,t){return o.HtmlEncoder.encode(this.renderLookupField(t))},t.prototype.renderAsText=function(e,t){return o.HtmlEncoder.encode(this.renderLookupField(t))},t.prototype.renderForSort=function(e,t){return this.renderLookupField(t)},t.prototype.renderForFilter=function(e,t){return this.renderLookupField(t)},t}(l);t.LookupFieldRenderer=p;var f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t}(p);t.UserFieldRenderer=f;var d=function(){function e(){var e=this;this.renderLookupList=function(e){return new i.FieldValues.LookupMultiFieldValue(e).values.join("; ")},this.renderAsHtml=function(t,r){return o.HtmlEncoder.encode(e.renderLookupList(r))},this.renderAsText=function(t,r){return o.HtmlEncoder.encode(e.renderLookupList(r))},this.renderForSort=function(t,r){return e.renderLookupList(r)},this.renderForFilter=function(t,r){return e.renderLookupList(r)}}return e}();t.LookupMultiFieldRenderer=d;var h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t}(d);t.UserMultiFieldRenderer=h;var m=function(){function e(){var e=this;this.renderAsHtml=function(t,r){return e.renderChoiceList(r)},this.renderAsText=function(t,r){return e.renderChoiceList(r)},this.renderForSort=function(t,r){return e.renderChoiceList(r)},this.renderForFilter=function(t,r){return e.renderChoiceList(r)}}return e.prototype.renderChoiceList=function(e){return new i.FieldValues.MultiChoiceFieldValue(e).values.join(", ")},e}();t.MultiChoiceFieldRenderer=m;var y=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.renderWithoutHtml=function(e){var t=document.createElement("div");return t.innerHTML=e,t.innerText},t.prototype.renderAsHtml=function(e,t){return e.richText?t:o.HtmlEncoder.encode(t)},t.prototype.renderForSort=function(e,t){return e.richText?this.renderWithoutHtml(t):t},t.prototype.renderForFilter=function(e,t){return e.richText?this.renderWithoutHtml(t):t},t}(l);t.NoteFieldRenderer=y;var b=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.renderWithoutHtml=function(e){var t=document.createElement("div");return t.innerHTML=e,t.innerText},t.prototype.renderAsHtml=function(e,t){return e.richText?t:o.HtmlEncoder.encode(t)},t.prototype.renderForSort=function(e,t){return e.richText?this.renderWithoutHtml(t):t},t.prototype.renderForFilter=function(e,t){return e.richText?this.renderWithoutHtml(t):t},t}(l);t.PublishingHtmlFieldRenderer=b;var v=function(){function e(){this.renderBoolean=function(e){switch(e){case"0":return"No";case"1":return"Yes"}return""}}return e.prototype.renderAsHtml=function(e,t){return this.renderBoolean(t)},e.prototype.renderAsText=function(e,t){return this.renderBoolean(t)},e.prototype.renderForSort=function(e,t){return t},e.prototype.renderForFilter=function(e,t){return this.renderBoolean(t)},e}();t.BooleanFieldRenderer=v;var g=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t}(l);t.TextFieldRenderer=g;var w=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.renderDateTime=function(e,t){var r="DateOnly"==e.format,n=new i.FieldValues.DateTimeFieldValue(t).date,o=n.getMonth()+1,a=n.getDate(),l=n.getFullYear(),s=o+"/"+a+"/"+l;if(!r){var u=n.getHours(),c="AM";u>12?(c="PM",u-=12):0==u&&(u=12);var p=n.getMinutes();p<10&&(p="0"+p.toString()),s+=" "+u+":"+p+" "+c}return s},t}return n(t,e),t.prototype.renderAsHtml=function(e,t){return this.renderDateTime(e,t)},t.prototype.renderAsText=function(e,t){return this.renderDateTime(e,t)},t.prototype.renderForFilter=function(e,t){return this.renderDateTime(e,t)},t}(l);t.DateTimeFieldRenderer=w;var x=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.renderAsHtml=function(e,t){if("0"==t)return"";var r=new i.FieldValues.MultiChoiceFieldValue(t),n="";if(r.values.length>0){n+="<div>";for(var o=0,a=r.values;o<a.length;o++){var l=a[o];n+='<a href="'+l+'">'+l.replace(/^.*?([^\/]*?)$/,"$1")+"</a>"}n+="</div>"}return n},t.renderAsText=function(r,n){return"0"==n?"":e.prototype.renderChoiceList.call(t,n)},t.renderForSort=function(r,n){return"0"==n?"":e.prototype.renderChoiceList.call(t,n)},t.renderForFilter=function(r,n){return"0"==n?"":e.prototype.renderChoiceList.call(t,n)},t}return n(t,e),t}(m);t.AttachmentFieldRenderer=x;var _=function(e){function t(t){var r=e.call(this)||this;return r.listItem=t,r}return n(t,e),t.prototype.renderAsHtml=function(e,t){var r=this.listItem.FileRef;if(r){var n=new i.FieldValues.LookupFieldValue(r),o=window.location.origin||window.location.protocol+"//"+window.location.hostname+(window.location.port?":"+window.location.port:"");return t.replace("{EncodedAbsUrl}",o+"/"+n.value)}return t},t}(g);t.CalculatedTextRendererShim=_;var A=function(e){function t(t){var r=e.call(this)||this;return r.listItem=t,r}return n(t,e),t.prototype.renderAsHtml=function(e,t){var r=this.listItem.FileRef;if(r){return'<a href="'+((window.location.origin||window.location.protocol+"//"+window.location.hostname+(window.location.port?":"+window.location.port:""))+"/"+new i.FieldValues.LookupFieldValue(r).value)+'">'+t+"</a>"}return t},t}(l);t.LinkFilenameRendererShim=A},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(25),o=r(52),i=function(){function e(){}return e.getFieldRenderer=function(e){var t=e.type;switch("Calculated"==t&&(t=e.resultType),t){case"Note":return new o.NoteFieldRenderer;case"Text":return new o.TextFieldRenderer;case"DateTime":return new o.DateTimeFieldRenderer;case"URL":return new o.UrlFieldRenderer;case"Boolean":return new o.BooleanFieldRenderer;case"Currency":return new o.CurrencyFieldRenderer;case"Number":return new o.NumberFieldRenderer;case"UserMulti":return new o.UserMultiFieldRenderer;case"Lookup":case"File":return new o.LookupFieldRenderer;case"User":return new o.UserFieldRenderer;case"MultiChoice":return new o.MultiChoiceFieldRenderer;case"LookupMulti":return new o.LookupMultiFieldRenderer;case"Attachments":return new o.AttachmentFieldRenderer;case"HTML":return new o.PublishingHtmlFieldRenderer;default:return new o.DefaultFieldRenderer}},e.render=function(e,t,r,i,a){if(!r)return"";var l=this.getFieldRenderer(t);if("html"==e){if("Calculated"==t.type){if(r=new n.FieldValues.CalculatedFieldValue(r).value,"Text"==t.resultType){if(!i)throw"Render function requires ListItem";l=new o.CalculatedTextRendererShim(i)}}if("LinkFilename"==t.name&&1==a){if(!i)throw"Render function requires ListItem";l=new o.LinkFilenameRendererShim(i)}}var s;switch(e){case"sort":s=l.renderForSort(t,r),"string"==typeof s&&(s=s.toLowerCase());break;case"filter":s=l.renderForFilter(t,r);break;case"html":s=l.renderAsHtml(t,r)}return s},e.renderFieldValueForSort=function(e,t){return this.render("sort",e,t)},e.renderFieldValueForFilter=function(e,t){return this.render("filter",e,t)},e.renderFieldValueAsHtml=function(e,t,r,n){return this.render("html",e,t,r,n)},e}();t.RenderUtility=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.getComponentDefinition=function(e){for(var t=0,r=this.componentDefinitions;t<r.length;t++){var n=r[t];if(n.name==e)return n}return null},e.registerComponent=function(e){null==this.getComponentDefinition(e.name)&&this.componentDefinitions.push(e)},e.initializeComponent=function(e,t){var r=this.getComponentDefinition(e);if(null==r)throw"No component registered with the name "+e;return r.initialize(t)},e.componentDefinitions=[],e}();t.ComponentManager=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(27),o=r(26);!function(e){e.dataProvider=n.DataProvider,e.provider=o.CachedDataProvider}(t.SharePointData||(t.SharePointData={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n;!function(e){e[e.Invalid=0]="Invalid",e[e.Integer=1]="Integer",e[e.Text=2]="Text",e[e.Note=3]="Note",e[e.DateTime=4]="DateTime",e[e.Counter=5]="Counter",e[e.Choice=6]="Choice",e[e.Lookup=7]="Lookup",e[e.Boolean=8]="Boolean",e[e.Number=9]="Number",e[e.Currency=10]="Currency",e[e.URL=11]="URL",e[e.Computed=12]="Computed",e[e.Threading=13]="Threading",e[e.Guid=14]="Guid",e[e.MultiChoice=15]="MultiChoice",e[e.GridChoice=16]="GridChoice",e[e.Calculated=17]="Calculated",e[e.File=18]="File",e[e.Attachments=19]="Attachments",e[e.User=20]="User",e[e.Recurrence=21]="Recurrence",e[e.CrossProjectLink=22]="CrossProjectLink",e[e.ModStat=23]="ModStat",e[e.Error=24]="Error",e[e.ContentTypeId=25]="ContentTypeId",e[e.PageSeparator=26]="PageSeparator",e[e.ThreadIndex=27]="ThreadIndex",e[e.WorkflowStatus=28]="WorkflowStatus",e[e.AllDayEvent=29]="AllDayEvent",e[e.WorkflowEventType=30]="WorkflowEventType",e[e.MaxItems=31]="MaxItems"}(n=t.FieldType||(t.FieldType={}));var o=function(){function e(){}return e.parseFromXml=function(t){var r=new e;return r.internalName=t.getAttribute("Name")||"",r.displayName=t.getAttribute("DisplayName")||"",r.type=n[t.getAttribute("Type")||n[n.Invalid]],r},e.parseArrayFromXml=function(t){for(var r=[],n=t.childNodes,o=0;o<n.length;o++){var i=n[o];"Field"==i.tagName&&r.push(e.parseFromXml(i))}return r},e}();t.Field=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.parseFromXml=function(t){for(var r=new e,n=0;n<t.attributes.length;n++){var o=t.attributes[n];r[o.name.replace(/^ows_/i,"")]=o.value}return r},e.parseArrayFromXml=function(e){var t=[];if(null==e)return t;for(var r=(e.childNodes,0);r<e.childNodes.length;r++){var n=e.childNodes[r];"z:row"==n.tagName&&t.push(this.parseFromXml(n))}return t},e}();t.ListItem=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(56),o=function(){function e(e){this.name=e}return e.prototype.getField=function(e){for(var t=0,r=this.fields;t<r.length;t++){var n=r[t];if(n.internalName==e)return n}return null},e.prototype.getFieldByDisplayName=function(e){for(var t=0,r=this.fields;t<r.length;t++){var n=r[t];if(n.displayName==e)return n}return null},e.parseFromXml=function(t){var r=new e(t.getAttribute("Title")||""),o=t.getElementsByTagName("Fields")[0];return r.fields=n.Field.parseArrayFromXml(o),r},e}();t.List=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.parseFromXml=function(t){var r=new e;return r.id=t.getAttribute("Name")||"",r.name=t.getAttribute("DisplayName")||"",r},e.parseArrayFromXml=function(t){for(var r=[],n=0;n<t.childNodes.length;n++){var o=t.childNodes[n];"View"==o.tagName&&r.push(e.parseFromXml(o))}return r},e}();t.View=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,o=r(22);!function(e){e[e.Lists=0]="Lists",e[e.Views=1]="Views",e[e.SpellCheck=2]="SpellCheck",e[e.Copy=3]="Copy"}(n=t.SoapServiceEndpoint||(t.SoapServiceEndpoint={}));!function(e){e[e.GetListItems=0]="GetListItems",e[e.GetListAndView=1]="GetListAndView",e[e.GetList=2]="GetList"}(t.ListsAction||(t.ListsAction={}));!function(e){e[e.GetViewCollection=0]="GetViewCollection",e[e.GetView=1]="GetView"}(t.ViewsAction||(t.ViewsAction={}));!function(e){e[e.CopyIntoItems=0]="CopyIntoItems"}(t.CopyAction||(t.CopyAction={}));!function(e){e[e.SpellCheck=0]="SpellCheck"}(t.SpellCheckAction||(t.SpellCheckAction={}));var i=function(){function e(){}return e.getNamespaceUriForAction=function(e){switch(e){case n.SpellCheck:return this.sharePointSpellingNamespaceUri;default:return this.sharePointSoapNamespaceUri}},e.buildSoapEnvelope=function(e,t,r){var n=document.implementation.createDocument(this.soapNamespaceUri,"soap:Envelope",null);n.documentElement.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xsi","http://www.w3.org/2001/XMLSchema-instance"),n.documentElement.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xsd","http://www.w3.org/2001/XMLSchema");var o=n.createElementNS(this.soapNamespaceUri,"soap:Body");n.documentElement.appendChild(o);var i=this.getNamespaceUriForAction(e),a=n.createElementNS(i,t);o.appendChild(a);for(var l in r){var s=r[l],u=n.createElementNS(i,l);if(Array.isArray(s)&&s.length>0&&"string"==typeof s[0])for(var c=0,p=s;c<p.length;c++){var f=p[c],d=n.createElementNS(i,"string"),h=n.createTextNode(f);d.appendChild(h),u.appendChild(d)}else if(s instanceof HTMLElement)u.insertAdjacentHTML("beforeend",s.outerHTML);else{var m=n.createTextNode(s.toString());u.appendChild(m)}a.appendChild(u)}return n},e.get=function(e){var t=this;return new Promise(function(r,i){var a=t.buildSoapEnvelope(e.endpoint,e.action,e.parameters),l=(new XMLSerializer).serializeToString(a),s=e.baseUrl||"";e.baseUrl.length>0&&"/"!=e.baseUrl.charAt(e.baseUrl.length-1)&&(s+="/"),o.Ajax.get({method:"POST",url:s+"_vti_bin/"+n[e.endpoint]+".asmx",contentType:"text/xml;charset='utf-8'",data:l,complete:function(e){var t=new DOMParser,n=t.parseFromString(e.responseText,"text/xml");r(n)},error:function(e){var t=new DOMParser,r=t.parseFromString(e.responseText,"text/xml"),n=r.getElementsByTagName("faultstring")[0],o=r.getElementsByTagName("errorstring")[0],a=(null!=n?n.textContent+" ":"")+(null!=o?o.textContent:"");console.error(a),i(new Error(a))}})})},e.soapNamespaceUri="http://schemas.xmlsoap.org/soap/envelope/",e.sharePointSoapNamespaceUri="http://schemas.microsoft.com/sharepoint/soap/",e.sharePointSpellingNamespaceUri="http://schemas.microsoft.com/sharepoint/publishing/spelling/",e}();t.SoapClient=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});!function(e){var t=function(){function e(e){if(e.indexOf(", ")>-1){var t=e.split(", ");t.length>1&&(this.url=t[0],this.description=e.substring(t[0].length+2))}else this.url=e,this.description=e}return e}();e.UrlFieldValue=t;var r=function(){function e(e){var t=e.match(/(\d*?);#(.*)/);null!=t&&(this.id=parseInt(t[1]),this.value=t[2])}return e}();e.LookupFieldValue=r;var n=function(){function e(e){this.lookups={};var t="5cbe8ff8-c573-4afb-93fc-1902301e7092",r=e.replace(/;;/g,"c623b150-8923-4fa4-a6c3-d5db47ee8ad4"),n=r.replace(/;#/g,t),o=n.replace(new RegExp("c623b150-8923-4fa4-a6c3-d5db47ee8ad4","g"),";").split(t);if(o.length%2==0)for(var i=0;i<o.length;i+=2){var a=parseInt(o[i]);this.lookups[a]=o[i+1]}}return Object.defineProperty(e.prototype,"values",{get:function(){var e=[];for(var t in this.lookups){var r=this.lookups[t];r&&e.push(r)}return e},enumerable:!0,configurable:!0}),e}();e.LookupMultiFieldValue=n;var o=function(){function e(e){this.values=e.replace(/(^;#|;#$)/g,"").split(";#")}return e}();e.MultiChoiceFieldValue=o;var i=function(){function e(e){var t=e.replace(/^(\d{4})-(\d{2})-(\d{2})(.*)$/,"$2/$3/$1$4");this.date=new Date(Date.parse(t))}return e}();e.DateTimeFieldValue=i;var a=function(){function e(e){var t=e.match(/^(string|float|datetime|boolean);#(.*)/);null!=t&&(this.dataType=t[1],this.value=t[2])}return e}();e.CalculatedFieldValue=a;var l=function(){function e(e){var t=Number(e);if(t!==t)throw new Error("Cannot parse number");this.value=t}return e}();e.NumberFieldValue=l}(t.FieldValues||(t.FieldValues={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6),o=r(5),i=function(){function e(){}return e.getAlerts=function(){return n.SharePointSoapClient.performAction(o.Context.siteServerRelativeUrl,this.webServiceName,"GetAlerts",void 0,this.actionNamespaceUri)},e.deleteAlerts=function(e){for(var t=[],r=0,i=e;r<i.length;r++){var a=i[r];t.push({name:"string",content:a})}return n.SharePointSoapClient.performAction(o.Context.siteServerRelativeUrl,this.webServiceName,"DeleteAlerts",[{name:"IDs",content:t}],this.actionNamespaceUri)},e.webServiceName="Alerts",e.actionNamespaceUri="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/",e}();t.default=i},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{s(n.next(e))}catch(e){i(e)}}function l(e){try{s(n.throw(e))}catch(e){i(e)}}function s(e){e.done?o(e.value):new r(function(t){t(e.value)}).then(a,l)}s((n=n.apply(e,t||[])).next())})},i=this&&this.__generator||function(e,t){function r(e){return function(t){return n([e,t])}}function n(r){if(o)throw new TypeError("Generator is already executing.");for(;s;)try{if(o=1,i&&(a=i[2&r[0]?"return":r[0]?"throw":"next"])&&!(a=a.call(i,r[1])).done)return a;switch(i=0,a&&(r=[0,a.value]),r[0]){case 0:case 1:a=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,i=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(a=s.trys,!(a=a.length>0&&a[a.length-1])&&(6===r[0]||2===r[0])){s=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3])){s.label=r[1];break}if(6===r[0]&&s.label<a[1]){s.label=a[1],a=r;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(r);break}a[2]&&s.ops.pop(),s.trys.pop();continue}r=t.call(e,s)}catch(e){r=[6,e],i=0}finally{o=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}var o,i,a,l,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l};Object.defineProperty(t,"__esModule",{value:!0});var a=r(3),l=r(65),s=r(6),u=r(2),c=r(66),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.getItem=function(e){return o(this,void 0,void 0,function(){var t,r,n,o;return i(this,function(i){switch(i.label){case 0:return[4,s.SharePointSoapClient.performAction("/",this.webServiceName,"GetItem",{Url:e},void 0,!0)];case 1:if(t=i.sent(),r=u.XmlSerializer.deserializeArray(c.FieldInformation,t),!(n=t.querySelector("Stream")))throw new Error("No stream element returned");return o=n.textContent,[2,{fields:r,stream:o}]}})})},t.copyIntoItemsLocal=function(e,t){return o(this,void 0,void 0,function(){return i(this,function(r){return[2,this.getResponseAsArray(l.CopyResult,"/",this.webServiceName,"CopyIntoItemsLocal",[{name:"SourceUrl",content:e},{name:"DestinationUrls",content:t}],void 0,!0,!0)]})})},t.webServiceName="Copy",t}(a.BaseClient);t.default=p},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(t,"__esModule",{value:!0});var o=r(3),i=r(28),a=r(70),l=r(69),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.getListCollection=function(e){return this.getResponseAsArray(i.ListMetadata,e,this.webServiceName,"GetListCollection")},t.getList=function(e,t){return this.getResponse(a.List,e,this.webServiceName,"GetList",{listName:t})},t.getListItems=function(e,t,r,n,o,i,a,s){var u=[{name:"listName",content:t},{name:"viewName",content:r||""}];if(o){for(var c=[],p=0,f=o;p<f.length;p++){var d=f[p];c.push({name:"FieldRef",attributes:{Name:d}})}u.push({name:"viewFields",content:[{name:"ViewFields",content:c}]})}if(n&&u.push({name:"query",content:n}),null!=i&&u.push({name:"rowLimit",content:[{name:"RowLimit",content:i.toString()}]}),a){var h=[];a.recurrencePatternXmlVersion&&h.push({name:"RecurrencePatternXMLVersion",content:a.recurrencePatternXmlVersion}),a.expandRecurrence&&h.push({name:"ExpandRecurrence",content:"TRUE"}),a.includeAttachmentUrls&&h.push({name:"IncludeAttachmentUrls",content:"TRUE"}),a.calendarDate&&h.push({name:"CalendarDate",content:a.calendarDate.toISOString()}),u.push({name:"queryOptions",content:[{name:"QueryOptions",content:h}]})}return this.getResponse(l.ListItemCollection,e,this.webServiceName,"GetListItems",u)},t.webServiceName="Lists",t}(o.BaseClient);t.default=s},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("ErrorCode","string")],t.prototype,"errorCode",void 0),o([a.xmlAttribute("ErrorMessage","string")],t.prototype,"errorMessage",void 0),o([a.xmlAttribute("DestinationUrl","string")],t.prototype,"destinationUrl",void 0),t=o([a.xmlElement("CopyResult")],t)}(i.XmlSerializableObject);t.CopyResult=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(1),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlAttribute("Type","string")],t.prototype,"type",void 0),o([i.xmlAttribute("DisplayName","string")],t.prototype,"displayName",void 0),o([i.xmlAttribute("InternalName","string")],t.prototype,"internalName",void 0),o([i.xmlAttribute("Id","string")],t.prototype,"id",void 0),o([i.xmlAttribute("Value","string")],t.prototype,"value",void 0),t=o([i.xmlElement("FieldInformation")],t)}(a.XmlSerializableObject);t.FieldInformation=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(1),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlAttribute("Name")],t.prototype,"name",void 0),o([i.xmlAttribute("Type")],t.prototype,"type",void 0),t=o([i.xmlElement("FieldRef")],t)}(a.XmlSerializableObject);t.FieldReference=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(1),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlAttribute("Aggregation")],t.prototype,"aggregation",void 0),o([i.xmlAttribute("AllowDeletion","boolean")],t.prototype,"allowDeletion",void 0),o([i.xmlAttribute("AllowHyperlink","boolean")],t.prototype,"allowHyperlink",void 0),o([i.xmlAttribute("AllowMultiVote","boolean")],t.prototype,"allowMultiVote",void 0),o([i.xmlAttribute("AppendOnly","boolean")],t.prototype,"appendOnly",void 0),o([i.xmlAttribute("AuthoringInfo")],t.prototype,"authoringInfo",void 0),o([i.xmlAttribute("BaseType")],t.prototype,"baseType",void 0),o([i.xmlAttribute("CalType","number")],t.prototype,"calendarType",void 0),o([i.xmlAttribute("CanToggleHidden","boolean")],t.prototype,"canToggleHidden",void 0),o([i.xmlChildElement("CHOICES","array","CHOICE","string")],t.prototype,"choices",void 0),o([i.xmlChildElement("Default","string")],t.prototype,"defaultChoice",void 0),o([i.xmlAttribute("ClassInfo")],t.prototype,"classInfo",void 0),o([i.xmlAttribute("ColName")],t.prototype,"columnName",void 0),o([i.xmlAttribute("Commas","boolean")],t.prototype,"commas",void 0),o([i.xmlAttribute("Decimals","number")],t.prototype,"decimals",void 0),o([i.xmlAttribute("Description")],t.prototype,"description",void 0),o([i.xmlAttribute("Direction")],t.prototype,"direction",void 0),o([i.xmlAttribute("DisplaceOnUpgrade","boolean")],t.prototype,"displaceOnUpgrade",void 0),o([i.xmlAttribute("DisplayImage")],t.prototype,"displayImage",void 0),o([i.xmlAttribute("DisplayName")],t.prototype,"displayName",void 0),o([i.xmlAttribute("DisplayNameSrcField")],t.prototype,"displayNameSourceField",void 0),o([i.xmlAttribute("Div","number")],t.prototype,"divisor",void 0),o([i.xmlAttribute("EnableLookup","boolean")],t.prototype,"enableLookup",void 0),o([i.xmlAttribute("ExceptionImage")],t.prototype,"exceptionImage",void 0),o([i.xmlAttribute("FieldRef")],t.prototype,"fieldReference",void 0),o([i.xmlAttribute("FillInChoice","boolean")],t.prototype,"fillInChoice",void 0),o([i.xmlAttribute("Filterable","boolean")],t.prototype,"filterable",void 0),o([i.xmlAttribute("FilterableNoRecurrence","boolean")],t.prototype,"filterableNoRecurrence",void 0),o([i.xmlAttribute("ForcedDisplay")],t.prototype,"forcedDisplay",void 0),o([i.xmlAttribute("Format")],t.prototype,"format",void 0),o([i.xmlAttribute("FromBaseType","boolean")],t.prototype,"fromBaseType",void 0),o([i.xmlAttribute("Group")],t.prototype,"group",void 0),o([i.xmlAttribute("HeaderImage")],t.prototype,"headerImage",void 0),o([i.xmlAttribute("Height","number")],t.prototype,"height",void 0),o([i.xmlAttribute("Hidden","boolean")],t.prototype,"hidden",void 0),o([i.xmlAttribute("HTMLEncode","boolean")],t.prototype,"htmlEncode",void 0),o([i.xmlAttribute("ID")],t.prototype,"id",void 0),o([i.xmlAttribute("IMEMode")],t.prototype,"imeMode",void 0),o([i.xmlAttribute("Indexed","boolean")],t.prototype,"indexed",void 0),o([i.xmlAttribute("IsolateStyles","boolean")],t.prototype,"isolateStyles",void 0),o([i.xmlAttribute("JoinColName")],t.prototype,"joinColumnName",void 0),o([i.xmlAttribute("JoinRowOrdinal","number")],t.prototype,"joinRowOrdinal",void 0),o([i.xmlAttribute("JoinType")],t.prototype,"joinType",void 0),o([i.xmlAttribute("LCID")],t.prototype,"lcid",void 0),o([i.xmlAttribute("List")],t.prototype,"list",void 0),o([i.xmlAttribute("Max","number")],t.prototype,"max",void 0),o([i.xmlAttribute("MaxLength","number")],t.prototype,"maxLength",void 0),o([i.xmlAttribute("Min","number")],t.prototype,"min",void 0),o([i.xmlAttribute("Multiplier","number")],t.prototype,"multiplier",void 0),o([i.xmlAttribute("Name")],t.prototype,"name",void 0),o([i.xmlAttribute("NegativeFormat")],t.prototype,"negativeFormat",void 0),o([i.xmlAttribute("Node")],t.prototype,"node",void 0),o([i.xmlAttribute("NoEditFormBreak","boolean")],t.prototype,"noEditFormBreak",void 0),o([i.xmlAttribute("NumLines","number")],t.prototype,"numberOfLines",void 0),o([i.xmlAttribute("Percentage","boolean")],t.prototype,"percentage",void 0),o([i.xmlAttribute("PIAttribute")],t.prototype,"piAttribute",void 0),o([i.xmlAttribute("PITarget")],t.prototype,"piTarget",void 0),o([i.xmlAttribute("PrependId","boolean")],t.prototype,"prependId",void 0),o([i.xmlAttribute("Presence","boolean")],t.prototype,"presence",void 0),o([i.xmlAttribute("PrimaryKey","boolean")],t.prototype,"primaryKey",void 0),o([i.xmlAttribute("PrimaryIAttribute")],t.prototype,"primaryPiAttribute",void 0),o([i.xmlAttribute("PrimaryPITarget")],t.prototype,"primaryPiTarget",void 0),o([i.xmlAttribute("ReadOnly","boolean")],t.prototype,"readOnly",void 0),o([i.xmlAttribute("ReadOnlyEnforced","boolean")],t.prototype,"readOnlyEnforced",void 0),o([i.xmlAttribute("RenderXMLUsingPattern","boolean")],t.prototype,"renderXmlUsingPattern",void 0),o([i.xmlAttribute("Required","boolean")],t.prototype,"required",void 0),o([i.xmlAttribute("RestrictedMode","boolean")],t.prototype,"restrictedMode",void 0),o([i.xmlAttribute("ResultType")],t.prototype,"resultType",void 0),o([i.xmlAttribute("RichText","boolean")],t.prototype,"richText",void 0),o([i.xmlAttribute("RichTextMode")],t.prototype,"richTextMode",void 0),o([i.xmlAttribute("RowOrdinal","number")],t.prototype,"rowOrdinal",void 0),o([i.xmlAttribute("Sealed","boolean")],t.prototype,"sealed",void 0),o([i.xmlAttribute("SeparateLine","boolean")],t.prototype,"separateLine",void 0),o([i.xmlAttribute("ShowField")],t.prototype,"showField",void 0),o([i.xmlAttribute("ShowInDisplayForm","boolean")],t.prototype,"showInDisplayForm",void 0),o([i.xmlAttribute("ShowInEditForm","boolean")],t.prototype,"showInEditForm",void 0),o([i.xmlAttribute("ShowInFileDlg","boolean")],t.prototype,"showInFileDialog",void 0),o([i.xmlAttribute("ShowInListSettings","boolean")],t.prototype,"showInListSettings",void 0),o([i.xmlAttribute("ShowInNewForm","boolean")],t.prototype,"showInNewForm",void 0),o([i.xmlAttribute("ShowInVersionHistory","boolean")],t.prototype,"showInVersionHistory",void 0),o([i.xmlAttribute("ShowInViewForms","boolean")],t.prototype,"showInViewForms",void 0),o([i.xmlAttribute("Sortable","boolean")],t.prototype,"sortable",void 0),o([i.xmlAttribute("SourceID")],t.prototype,"sourceId",void 0),o([i.xmlAttribute("StaticName")],t.prototype,"staticName",void 0),o([i.xmlAttribute("StorageTZ")],t.prototype,"storageTz",void 0),o([i.xmlAttribute("StripWS","boolean")],t.prototype,"stripWhitespace",void 0),o([i.xmlAttribute("SuppressNameDisplay","boolean")],t.prototype,"suppressNameDisplay",void 0),o([i.xmlAttribute("TextOnly","boolean")],t.prototype,"textOnly",void 0),o([i.xmlAttribute("Title")],t.prototype,"title",void 0),o([i.xmlAttribute("Type")],t.prototype,"type",void 0),o([i.xmlAttribute("UniqueId")],t.prototype,"uniqueId",void 0),o([i.xmlAttribute("UnlimitedLengthInDocumentLibrary","boolean")],t.prototype,"unlimitedLengthInDocumentLibrary",void 0),o([i.xmlAttribute("URLEncode","boolean")],t.prototype,"urlEncode",void 0),o([i.xmlAttribute("URLEncodeAsURL","boolean")],t.prototype,"urlEncodeAsUrl",void 0),o([i.xmlAttribute("UserSelectionMode")],t.prototype,"userSelectionMode",void 0),o([i.xmlAttribute("UserSelectionScope","number")],t.prototype,"userSelectionScope",void 0),o([i.xmlAttribute("Viewable","boolean")],t.prototype,"viewable",void 0),o([i.xmlAttribute("Width","number")],t.prototype,"width",void 0),o([i.xmlAttribute("WikiLinking","boolean")],t.prototype,"wikiLinking",void 0),o([i.xmlAttribute("XName")],t.prototype,"xName",void 0),t=o([i.xmlElement("Field")],t)}(a.XmlSerializableObject);t.Field=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(1),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.items=[],t}return n(t,e),o([i.xmlAttribute("ListItemCollectionPositionNext")],t.prototype,"positionNext",void 0),t=o([i.xmlElement("data",{deserialize:function(e,t){for(var r=new t,n=e.querySelectorAll("row"),o=0;o<n.length;o++){for(var i=n[o],a={},l=0;l<i.attributes.length;l++){var s=i.attributes[l];a[s.name.replace(/^ows_/i,"")]=s.value}r.items[o]=a}return r}})],t)}(a.XmlSerializableObject);t.ListItemCollection=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=r(28),s=r(68),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("Language","number")],t.prototype,"language",void 0),o([a.xmlAttribute("Locale","number")],t.prototype,"locale",void 0),o([a.xmlAttribute("AdvanceHijri","number")],t.prototype,"advanceHijri",void 0),o([a.xmlAttribute("CalendarType","number")],t.prototype,"calendarType",void 0),o([a.xmlAttribute("Time24","boolean")],t.prototype,"time24",void 0),o([a.xmlAttribute("TimeZone","number")],t.prototype,"timeZone",void 0),o([a.xmlAttribute("SortOrder","number")],t.prototype,"sortOrder",void 0),o([a.xmlAttribute("Presence","boolean")],t.prototype,"presence",void 0),t=o([a.xmlElement("RegionalSettings")],t)}(i.XmlSerializableObject);t.RegionalSettings=u;var c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("ServerVersion")],t.prototype,"serverVersion",void 0),o([a.xmlAttribute("RecycleBinEnabled","boolean")],t.prototype,"recycleBinEnabled",void 0),o([a.xmlAttribute("ServerRelativeUrl")],t.prototype,"serverRelativeUrl",void 0),t=o([a.xmlElement("ServerSettings")],t)}(i.XmlSerializableObject);t.ServerSettings=c;var p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlChildElement("RegionalSettings",u)],t.prototype,"regionalSettings",void 0),o([a.xmlChildElement("ServerSettings",c)],t.prototype,"serverSettings",void 0),o([a.xmlChildElement("Fields","array","Field",s.Field)],t.prototype,"fields",void 0),t=o([a.xmlElement("List")],t)}(l.ListMetadata);t.List=p},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(2),l=r(1),s=r(21),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlAttribute("Collapse","boolean")],t.prototype,"collapse",void 0),t=o([i.xmlElement("GroupBy",{deserialize:function(e,t){var r=new t;return r.fieldReferences=a.XmlSerializer.deserializeArray(s.QueryFieldReference,e.querySelectorAll("FieldRef")),r}})],t)}(l.XmlSerializableObject);t.GroupByClause=u},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(2),l=r(1),s=r(74),u=r(21),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t}(l.XmlSerializableObject);t.Predicate=c;var p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),r=t,t=r=o([i.xmlElement(null,{deserialize:function(e,t){for(var n=new t,o=0;o<=1;o++){var i=e.childNodes[o],l=void 0;l="And"==i.tagName||"Or"==i.tagName?a.XmlSerializer.deserialize(r,e.childNodes[o]):a.XmlSerializer.deserialize(f,e.childNodes[o]),n[o]=l}return n.operator=e.tagName,n}})],t);var r}(c);t.JoinPredicate=p;var f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlChildElement("FieldRef",u.QueryFieldReference)],t.prototype,"fieldRef",void 0),o([i.xmlChildElement("Value",s.PredicateValue)],t.prototype,"value",void 0),o([i.xmlChildElement("Values","array","Value",s.PredicateValue)],t.prototype,"values",void 0),o([i.xmlChildElement("XML",s.Xml)],t.prototype,"xml",void 0),t=o([i.xmlElement(null,{deserialize:function(e,t){var r=new t;return r.operator=e.tagName,r}})],t)}(c);t.ComparisonPredicate=f},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=r(75),s=r(29),u=r(71),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlChildElement("Where",l.WhereClause)],t.prototype,"where",void 0),o([a.xmlChildElement("GroupBy",u.GroupByClause)],t.prototype,"groupBy",void 0),o([a.xmlChildElement("OrderBy",s.OrderByClause)],t.prototype,"orderBy",void 0),t=o([a.xmlElement("Query")],t)}(i.XmlSerializableObject);t.Query=c},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("Offset","number")],t.prototype,"offset",void 0),t=o([a.xmlElement("Today")],t)}(i.XmlSerializableObject);t.Today=l;var s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t=o([a.xmlElement("Now")],t)}(i.XmlSerializableObject);t.Now=s;var u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t=o([a.xmlElement("Month")],t)}(i.XmlSerializableObject);t.Month=u;var c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t=o([a.xmlElement("Year")],t)}(i.XmlSerializableObject);t.Year=c;var p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t=o([a.xmlElement("Week")],t)}(i.XmlSerializableObject);t.Week=p;var f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t=o([a.xmlElement("UserID")],t)}(i.XmlSerializableObject);t.UserId=f;var d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t=o([a.xmlElement("XML")],t)}(i.XmlSerializableObject);t.Xml=d;var h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("AutoHyperLink","boolean")],t.prototype,"autoHyperlink",void 0),o([a.xmlAttribute("AutoHyperLinkNoEncoding","boolean")],t.prototype,"autoHyperlinkNoEncoding",void 0),o([a.xmlAttribute("AutoNewLine","boolean")],t.prototype,"autoNewLine",void 0),o([a.xmlAttribute("Default")],t.prototype,"default",void 0),o([a.xmlAttribute("ExpandXML","boolean")],t.prototype,"expandXml",void 0),o([a.xmlAttribute("HTMLEncode","boolean")],t.prototype,"htmlEncode",void 0),o([a.xmlAttribute("Select")],t.prototype,"select",void 0),o([a.xmlAttribute("StripWS","boolean")],t.prototype,"stripWhitespace",void 0),o([a.xmlAttribute("URLEncode","boolean")],t.prototype,"urlEncode",void 0),o([a.xmlAttribute("URLEncodeAsURL","boolean")],t.prototype,"urlEncodeAsUrl",void 0),t=o([a.xmlElement("ListProperty")],t)}(i.XmlSerializableObject);t.ListProperty=h;var m=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("Type")],t.prototype,"type",void 0),o([a.xmlChildElement("XML",d),a.xmlChildElement("Today",l),a.xmlChildElement("Now",s),a.xmlChildElement("Month",u),a.xmlChildElement("Week",p),a.xmlChildElement("Year",c),a.xmlChildElement("UserID",f),a.xmlChildElement("ListProperty",h),a.xmlInnerText("string")],t.prototype,"content",void 0),o([a.xmlAttribute("IncludeTimeValue","boolean")],t.prototype,"includeTimeValue",void 0),t=o([a.xmlElement("Value")],t)}(i.XmlSerializableObject);t.PredicateValue=m},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(2),l=r(1),s=r(72),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t=o([i.xmlElement("Where",{deserialize:function(e,t){var r=new t,n=e.childNodes[0];return"And"==n.tagName||"Or"==n.tagName?r[0]=a.XmlSerializer.deserialize(s.JoinPredicate,n):r[0]=a.XmlSerializer.deserialize(s.ComparisonPredicate,n),r}})],t)}(l.XmlSerializableObject);t.WhereClause=u},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(1),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlAttribute("ID","number")],t.prototype,"id",void 0),o([i.xmlAttribute("Title","string")],t.prototype,"title",void 0),o([i.xmlAttribute("Name","string")],t.prototype,"name",void 0),o([i.xmlAttribute("IsUnique","boolean")],t.prototype,"isUnique",void 0),o([i.xmlAttribute("isHidden","boolean")],t.prototype,"isHidden",void 0),o([i.xmlAttribute("Description","string")],t.prototype,"description",void 0),o([i.xmlAttribute("ImageUrl","string")],t.prototype,"imageUrl",void 0),o([i.xmlAttribute("IsCustom","boolean")],t.prototype,"isCustom",void 0),o([i.xmlAttribute("IsSubWebOnly","boolean")],t.prototype,"isSubWebOnly",void 0),o([i.xmlAttribute("IsRootWebOnly","boolean")],t.prototype,"isRootWebOnly",void 0),o([i.xmlAttribute("DisplayCategory","string")],t.prototype,"displayCategory",void 0),o([i.xmlAttribute("FilterCategories","string")],t.prototype,"filterCategories",void 0),o([i.xmlAttribute("HasProvisionClass","boolean")],t.prototype,"hasProvisionClass",void 0),t=o([i.xmlElement("Template")],t)}(a.XmlSerializableObject);t.Template=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(0),a=r(30),l=r(73),s=r(67),u=r(29),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([i.xmlChildElement("Query",l.Query)],t.prototype,"query",void 0),o([i.xmlChildElement("OrderBy",u.OrderByClause)],t.prototype,"orderBy",void 0),o([i.xmlChildElement("ViewFields","array","FieldRef",s.FieldReference)],t.prototype,"viewFields",void 0),t=o([i.xmlElement("View")],t)}(a.ViewMetadata);t.View=c},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("Title")],t.prototype,"title",void 0),o([a.xmlAttribute("Url")],t.prototype,"url",void 0),t=o([a.xmlElement("Web")],t)}(i.XmlSerializableObject);t.WebReference=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),o=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1),a=r(0),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),o([a.xmlAttribute("Title")],t.prototype,"title",void 0),o([a.xmlAttribute("Url")],t.prototype,"url",void 0),o([a.xmlAttribute("Description")],t.prototype,"description",void 0),o([a.xmlAttribute("Language","number")],t.prototype,"language",void 0),o([a.xmlAttribute("Theme")],t.prototype,"theme",void 0),o([a.xmlAttribute("FarmId")],t.prototype,"farmId",void 0),o([a.xmlAttribute("Id")],t.prototype,"id",void 0),o([a.xmlAttribute("ExcludeFromOfflineClient","boolean")],t.prototype,"excludeFromOfflineClient",void 0),o([a.xmlAttribute("CellStorageWebServiceEnabled","boolean")],t.prototype,"cellStorageWebServiceEnabled",void 0),o([a.xmlAttribute("AlternateUrls",{deserialize:function(e){return e.split(",")}})],t.prototype,"alternateUrls",void 0),t=o([a.xmlElement("Web")],t)}(i.XmlSerializableObject);t.Web=l},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SharePointDateXmlAttributeTransformer={deserialize:function(e){return new Date(e.replace(/(\d{4})(\d{2})(.*$)/,"$1-$2-$3"))}}},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(t,"__esModule",{value:!0});var o=r(3),i=r(76),a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.getSiteTemplates=function(e,t){return this.getResponseAsArray(i.Template,e,this.webServiceName,"GetSiteTemplates",{LCID:t.toString()})},t.webServiceName="Sites",t}(o.BaseClient);t.default=a},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(7),o=function(){function e(){}return e.expandObjectLiteralParameters=function(e){var t=[];for(var r in e)t.push({name:r,content:e[r]});return t},e.expandStringArrayParameters=function(e){for(var t=[],r=0,n=e;r<n.length;r++){var o=n[r];t.push({name:"string",content:o})}return t},e.buildAndAppendParameterElementsRecursive=function(e,t,r,n){var o=[];Array.isArray(n)?n.length>0&&(o="string"==typeof n[0]?this.expandStringArrayParameters(n):n):o=this.expandObjectLiteralParameters(n);for(var i=0,a=o;i<a.length;i++){var l=a[i],s=e.createElementNS(t,l.name);if(null!=l.attributes)for(var u in l.attributes)s.setAttribute(u,l.attributes[u]);if(null!=l.content)if("string"==typeof l.content){var c=e.createTextNode(l.content);s.appendChild(c)}else this.buildAndAppendParameterElementsRecursive(e,t,s,l.content);r.appendChild(s)}},e.buildSoapEnvelope=function(e,t,r){var n=document.implementation.createDocument(this.soapNamespaceUri,"soap:Envelope",null);n.documentElement.setAttributeNS(this.xmlNamespaceNamespaceUri,"xmlns:xsi",this.xmlSchemaInstanceNamespaceUri),n.documentElement.setAttributeNS(this.xmlNamespaceNamespaceUri,"xmlns:xsd",this.xmlSchemaNamespaceUri);var o=n.createElementNS(this.soapNamespaceUri,"soap:Body");n.documentElement.appendChild(o);var i=n.createElementNS(t,e);return o.appendChild(i),null!=r&&this.buildAndAppendParameterElementsRecursive(n,t,i,r),n},e.getCacheKey=function(e,t){return"SoapClient_"+n.HashCodeGenerator.generate(e+"|"+t).toString()},e.getResponsePromise=function(e,t,r,n,o){if(null!=this.cachedResponsePromises[e]&&1!=n)return this.cachedResponsePromises[e];var i={"Content-Type":"text/xml;charset='utf-8'"};o&&Object.assign(i,o);var a=fetch(t,{method:"POST",headers:new Headers(i),credentials:"include",body:r}).then(function(e){return e.text()}).then(function(t){return sessionStorage[e]=t,t});return this.cachedResponsePromises[e]=a,a},e.getResponse=function(e,t,r,n){var o=this;return new Promise(function(i,a){var l=o.getCacheKey(e,t);if(null!=sessionStorage[l]&&1!=r)return void i(sessionStorage[l]);o.getResponsePromise(l,e,t,r,n).then(function(e){return i(e)})})},e.performAction=function(e,t,r,n,o,i){var a=this;return new Promise(function(l,s){var u=a.buildSoapEnvelope(t,r,n),c=(new XMLSerializer).serializeToString(u);a.getResponse(e,c,o,i).then(function(e){var t=new DOMParser,r=t.parseFromString(e,"text/xml");l(r)}).catch(function(e){console.error(e),s(e)})})},e.soapNamespaceUri="http://schemas.xmlsoap.org/soap/envelope/",e.xmlNamespaceNamespaceUri="http://www.w3.org/2000/xmlns/",e.xmlSchemaNamespaceUri="http://www.w3.org/2001/XMLSchema",e.xmlSchemaInstanceNamespaceUri="http://www.w3.org/2001/XMLSchema-instance",e.cachedResponsePromises={},e}();t.SoapClient=o},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(t,"__esModule",{value:!0});var o=r(3),i=r(30),a=r(77),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.getViewCollection=function(e,t,r){return this.getResponseAsArray(i.ViewMetadata,e,this.webServiceName,"GetViewCollection",{listName:t},void 0,r)},t.getView=function(e,t,r){return this.getResponse(a.View,e,this.webServiceName,"GetView",{listName:t,viewName:r})},t.webServiceName="Views",t}(o.BaseClient);t.default=l},function(e,t,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(t,"__esModule",{value:!0});var o=r(5),i=r(3),a=r(78),l=r(79),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.getAllSubWebCollection=function(){return this.getResponseAsArray(a.WebReference,o.Context.siteServerRelativeUrl,this.webServiceName,"GetAllSubWebCollection")},t.getWeb=function(e){return this.getResponse(l.Web,o.Context.siteServerRelativeUrl,this.webServiceName,"GetWeb",{webUrl:e})},t.webServiceName="Webs",t}(i.BaseClient);t.default=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(22),o=r(7),i=r(23),a=r(86),l=r(31),s=r(32);!function(e){e.ajax=n.Ajax,e.hashCodeGenerator=o.HashCodeGenerator,e.guid=i.default,e.domMutationUtility=a.DomMutationUtility,e.htmlEncoder=l.HtmlEncoder,e.urlUtility=s.UrlUtility}(t.UtilitiesApi||(t.UtilitiesApi={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.elementMatchesPolyfill=function(e,t){if(null!=e.matches)return e.matches(t);if(null!=e.msMatchesSelector)return e.msMatchesSelector(t);if(null!=e.webkitMatchesSelector)return e.webkitMatchesSelector(t);throw"Browser does not support element.matches"},e.onElementCreated=function(e,t,r){var n=this,o=document.querySelector("html");if(null==o)throw"Cannot get HTML element";var i=function(t){return"string"==typeof e?n.elementMatchesPolyfill(t,e):1==e(t)},a=new MutationObserver(function(e){e.forEach(function(e){for(var n=0;n<e.addedNodes.length;n++){var o=e.addedNodes[n];null!=o.tagName&&i(o)&&(t(o),r&&a.disconnect())}})});a.observe(o,{childList:!0,subtree:!0})},e}();t.DomMutationUtility=n},function(e,t,r){"use strict";function n(){_spPageContextInfo.userId||_spPageContextInfo.userLoginName||(window.SP.Ribbon.WebPartComponent.prototype.selectWebPart=function(){})}function o(){"undefined"!=typeof ExecuteOrDelayUntilScriptLoaded&&ExecuteOrDelayUntilScriptLoaded(n,"sp.ribbon.js")}Object.defineProperty(t,"__esModule",{value:!0}),t.patchRibbon=o},function(e,t,r){"use strict";function n(){RTE.RteUtility.addStyleSheetRule=function(e,t,r,n){if(e.addRule)try{e.addRule(t,r,n)}catch(o){try{e.insertRule&&e.insertRule(t+" {"+r+"}",n)}catch(e){console.log(o),console.log(e)}}else e.insertRule&&e.insertRule(t+" {"+r+"}",n)}}function o(){"undefined"!=typeof ExecuteOrDelayUntilScriptLoaded&&ExecuteOrDelayUntilScriptLoaded(n,"sp.ui.rte.js")}function i(){}Object.defineProperty(t,"__esModule",{value:!0}),t.patchRichTextEditor=o,t.patchAuthenticationPrompt=i}]);