-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path9-es5.d500867e7fa847f8feca.js
More file actions
1 lines (1 loc) · 38.9 KB
/
9-es5.d500867e7fa847f8feca.js
File metadata and controls
1 lines (1 loc) · 38.9 KB
1
(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"3CPU":function(t,e,n){var i=n("mrSG").__importDefault;Object.defineProperty(e,"__esModule",{value:!0});var r=i(n("GKPG")),a=n("UkBv");e.XmlAttribute=a.default;var o=n("L7dJ");e.XmlAttributeText=o.default;var s=n("UBQ+");e.XmlCdata=s.default;var l=n("qScH");e.XmlCharData=l.default;var u=n("8mP/");e.XmlCharRef=u.default;var c=n("iIvF");e.XmlComment=c.default;var h=n("NJLA");e.XmlDecl=h.default;var d=n("GKPG");e.XmlDocument=d.default;var f=n("587B");e.XmlDtd=f.default;var p=n("3VZR");e.XmlDtdAttlist=p.default;var v=n("JikW");e.XmlDtdElement=v.default;var b=n("PO8X");e.XmlDtdEntity=b.default;var _=n("HXsH");e.XmlDtdNotation=_.default;var g=n("hGlE");e.XmlDtdParamEntityRef=g.default;var m=n("JdgO");e.XmlElement=m.default;var y=n("h2TC");e.XmlEntityRef=y.default;var C=n("j3+I");e.XmlProcInst=C.default,e.document=function(t){return void 0===t&&(t={}),new r.default(t)}},"3VZR":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._validation&&!r.validateChar(t))throw new Error(i.getContext(this.up())+': attribute-list declaration "'+t+'" should not contain characters not allowed in XML');this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"<!ATTLIST "+this._charData+">"},t.prototype.up=function(){return this._parent},t}()},"587B":function(t,e,n){var i=n("mrSG").__importDefault;Object.defineProperty(e,"__esModule",{value:!0});var r=n("FxkU"),a=n("KGbz"),o=n("t95l"),s=i(n("iIvF")),l=i(n("3VZR")),u=i(n("JikW")),c=i(n("PO8X")),h=i(n("HXsH")),d=i(n("hGlE")),f=i(n("j3+I"));function p(t){for(var e=0;e<t.length;e++){var n=t.charCodeAt(e);if(!(10===n||13===n||32===n||33===n||n>=35&&n<=37||n>=39&&n<=47||n>=48&&n<=57||58===n||59===n||61===n||63===n||n>=64&&n<=90||95===n||n>=97&&n<=122))return!1}return!0}e.default=function(){function t(t,e,n){this._pubId=void 0,this._sysId=void 0,this._validation=e,this._children=[],this._parent=t,this.name=n.name,o.isUndefined(n.sysId)||(this.sysId=n.sysId),o.isUndefined(n.pubId)||(this.pubId=n.pubId)}return Object.defineProperty(t.prototype,"name",{get:function(){return this._name},set:function(t){if(this._validation&&!o.validateName(t))throw new Error(r.getContext(this.up())+': DTD name "'+t+'" should not contain characters not allowed in XML names');this._name=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"pubId",{get:function(){return this._pubId},set:function(t){if(!o.isUndefined(t)){if(this._validation&&!p(t))throw new Error(r.getContext(this.up())+': DTD public identifier "'+t+'" should not contain characters not allowed in public identifiers');if(this._validation&&o.isUndefined(this._sysId))throw new Error(r.getContext(this.up())+': DTD public identifier "'+t+'" should not be defined if system identifier is undefined')}this._pubId=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"sysId",{get:function(){return this._sysId},set:function(t){if(!o.isUndefined(t)){if(this._validation&&!o.validateChar(t))throw new Error(r.getContext(this.up())+': DTD system identifier "'+t+'" should not contain characters not allowed in XML');if(this._validation&&-1!==t.indexOf("'")&&-1!==t.indexOf('"'))throw new Error(r.getContext(this.up())+': DTD system identifier "'+t+'" should not contain both single quotes and double quotes')}this._sysId=t},enumerable:!0,configurable:!0}),t.prototype.attlist=function(t){var e=new l.default(this,this._validation,t);return this._children.push(e),e},t.prototype.comment=function(t){var e=new s.default(this,this._validation,t);return this._children.push(e),e},t.prototype.element=function(t){var e=new u.default(this,this._validation,t);return this._children.push(e),e},t.prototype.entity=function(t){var e=new c.default(this,this._validation,t);return this._children.push(e),e},t.prototype.notation=function(t){var e=new h.default(this,this._validation,t);return this._children.push(e),e},t.prototype.paramEntityRef=function(t){var e=new d.default(this,this._validation,t);return this._children.push(e),e},t.prototype.procInst=function(t){var e=new f.default(this,this._validation,t);return this._children.push(e),e},t.prototype.toString=function(t){void 0===t&&(t={});var e=new a.StringOptions(t),n="<!DOCTYPE "+this._name;if(o.isUndefined(this._pubId))o.isUndefined(this._sysId)||(n=this.appendId("SYSTEM",this._sysId,n+=" ",e));else{if(o.isUndefined(this._sysId))throw new Error(r.getContext(this.up())+": DTD system identifier is not undefined");n=this.appendId("PUBLIC",this._pubId,n+=" ",e),n=this.appendId("",this._sysId,n,e)}if(0!==this._children.length){n+=" [";for(var i=0,s=this._children;i<s.length;i++)e.pretty&&(n+=e.newline+e.indent),n+=s[i].toString();e.pretty&&(n+=e.newline),n+="]>"}else n+=">";return n},t.prototype.up=function(){return this._parent},t.prototype.appendId=function(t,e,n,i){if(n+=t+" ",i.doubleQuotes){if(this._validation&&-1!==e.indexOf('"'))throw new Error(r.getContext(this.up())+": doubleQuotes option inconsistent with DTD system identifier or public identifier");n+='"'+e+'"'}else{if(this._validation&&-1!==e.indexOf("'"))throw new Error(r.getContext(this)+": doubleQuotes option inconsistent with DTD system identifier or public identifier");n+="'"+e+"'"}return n},t}(),e.validatePubId=p},"8mP/":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._hex=!1,this._validation=e,this._parent=t,this.char=n.char,r.isUndefined(n.hex)||(this.hex=n.hex)}return Object.defineProperty(t.prototype,"char",{get:function(){return this._char},set:function(t){if(this._validation&&!r.validateSingleChar(t))throw new Error(i.getContext(this.up())+': character reference "'+t+'" should reference a single character, and this character should be allowed in XML');this._char=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hex",{get:function(){return this._hex},set:function(t){this._hex=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){var t;if(1===this._char.length)t=this._char.charCodeAt(0);else{var e=this._char.charCodeAt(0);if(e>=55296&&e<=56319&&this._char.length>1){var n=this._char.charCodeAt(1);if(!(n>=56320&&n<=57343))throw new Error(i.getContext(this.up())+': character reference "'+this.char+'" should reference a valid Unicode character');t=1024*(e-55296)+n-56320+65536}else t=e}return this._hex?"&#x"+t.toString(16)+";":"&#"+t+";"},t.prototype.up=function(){return this._parent},t}()},FxkU:function(t,e,n){var i=n("mrSG").__importDefault;Object.defineProperty(e,"__esModule",{value:!0});var r=i(n("UkBv")),a=i(n("GKPG")),o=i(n("587B")),s=i(n("JdgO"));e.getContext=function t(e){if(e instanceof r.default)return t(e.up())+' > attribute "'+e.name+'"';if(e instanceof a.default)return"in XML document";if(e instanceof o.default)return t(e.up())+" > DTD";if(e instanceof s.default)return t(e.up())+' > element "'+e.name+'"';throw new Error("Unrecognized object of type "+Object.prototype.toString.call(e))}},GKPG:function(t,e,n){var i=n("mrSG").__importDefault;Object.defineProperty(e,"__esModule",{value:!0});var r=n("KGbz"),a=n("t95l"),o=i(n("iIvF")),s=i(n("NJLA")),l=i(n("587B")),u=i(n("JdgO")),c=i(n("j3+I"));e.default=function(){function t(t){this._children=[],this._validation=!!a.isUndefined(t.validation)||t.validation}return t.prototype.comment=function(t){var e=new o.default(this,this._validation,t);return this._children.push(e),e},t.prototype.decl=function(t){if(void 0===t&&(t={}),this._validation&&0!==this._children.length)throw new Error("in XML document: declaration must be the first child");var e=new s.default(this,this._validation,t);return this._children.push(e),e},t.prototype.dtd=function(t){var e=this._children.filter((function(t){return t instanceof u.default}));if(this._validation&&0!==e.length)throw new Error("in XML document: DTD must precede the root element");var n=new l.default(this,this._validation,t);return this._children.push(n),n},t.prototype.element=function(t){var e=this._children.filter((function(t){return t instanceof u.default}));if(this._validation&&0!==e.length)throw new Error("in XML document: only one root element is permitted");var n=new u.default(this,this._validation,t);return this._children.push(n),n},t.prototype.procInst=function(t){var e=new c.default(this,this._validation,t);return this._children.push(e),e},t.prototype.toString=function(t){void 0===t&&(t={});var e=this._children.filter((function(t){return t instanceof u.default}));if(this._validation&&1!==e.length)throw new Error("in XML document: no more than one root element is permitted");for(var n=new r.StringOptions(t),i="",a=0,o=this._children;a<o.length;a++){var c=o[a];i+=c instanceof s.default||c instanceof l.default||c instanceof u.default?c.toString(t):c.toString(),n.pretty&&(i+=n.newline)}var h=i.length-n.newline.length;return i.substr(h)===n.newline&&(i=i.substr(0,h)),i},t}()},HXsH:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._validation&&!r.validateChar(t))throw new Error(i.getContext(this.up())+': notation declaration "'+t+'" should not contain characters not allowed in XML');this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"<!NOTATION "+this._charData+">"},t.prototype.up=function(){return this._parent},t}()},JdgO:function(t,e,n){var i=n("mrSG").__importDefault;Object.defineProperty(e,"__esModule",{value:!0});var r=n("FxkU"),a=n("KGbz"),o=n("t95l"),s=i(n("UkBv")),l=i(n("UBQ+")),u=i(n("qScH")),c=i(n("8mP/")),h=i(n("iIvF")),d=i(n("h2TC")),f=i(n("j3+I"));e.default=function(){function t(t,e,n){this._validation=e,this._replaceInvalidCharsInName=!o.isUndefined(n.replaceInvalidCharsInName)&&n.replaceInvalidCharsInName,this._useSelfClosingTagIfEmpty=!!o.isUndefined(n.useSelfClosingTagIfEmpty)||n.useSelfClosingTagIfEmpty,this._children=[],this._attributeNames=[],this._parent=t,this.name=n.name}return Object.defineProperty(t.prototype,"name",{get:function(){return this._name},set:function(t){if(this._replaceInvalidCharsInName){if(0===(t=o.fixName(t)).length)throw new Error(r.getContext(this.up())+": element name should not be empty")}else if(this._validation&&!o.validateName(t))throw 0===t.length?new Error(r.getContext(this.up())+": element name should not be empty"):new Error(r.getContext(this.up())+': element name "'+t+'" should not contain characters not allowed in XML names');this._name=t},enumerable:!0,configurable:!0}),t.prototype.attribute=function(t){if(this._validation&&-1!==this._attributeNames.indexOf(t.name))throw new Error(r.getContext(this.up())+': element "'+this.name+'" already contains an attribute with the name "'+t.name+'"');var e=new s.default(this,this._validation,t);return this._children.push(e),this._attributeNames.push(t.name),e},t.prototype.cdata=function(t){var e=new l.default(this,this._validation,t);return this._children.push(e),e},t.prototype.charData=function(t){var e=new u.default(this,this._validation,t);return this._children.push(e),e},t.prototype.charRef=function(t){var e=new c.default(this,this._validation,t);return this._children.push(e),e},t.prototype.comment=function(t){var e=new h.default(this,this._validation,t);return this._children.push(e),e},t.prototype.element=function(e){var n=new t(this,this._validation,e);return this._children.push(n),n},t.prototype.entityRef=function(t){var e=new d.default(this,this._validation,t);return this._children.push(e),e},t.prototype.procInst=function(t){var e=new f.default(this,this._validation,t);return this._children.push(e),e},t.prototype.toString=function(t){return void 0===t&&(t={}),this.toStringWithIndent(t,"")},t.prototype.up=function(){return this._parent},t.prototype.toStringWithIndent=function(e,n){for(var i=new a.StringOptions(e),r=n+i.indent,o="<"+this._name,l=[],c=0,h=this._children;c<h.length;c++){var d=h[c];d instanceof s.default?o+=" "+d.toString(e):l.push(d)}if(l.length>0){for(var f="",p=0;p<l.length;p++){var v=l[p],b="";b+=v instanceof t?v.toStringWithIndent(i,r):v.toString();var _=p>0?l[p-1]:void 0;v instanceof u.default&&""===v.toString()||(i.pretty&&(this.allSameLineNodes(l)||p>0&&this.onSameLine(v,_)||(b=i.newline+r+b)),f+=b)}i.pretty&&(this.allSameLineNodes(l)||(f+=i.newline+n)),o+=0===f.length&&this._useSelfClosingTagIfEmpty?"/>":">"+f+"</"+this._name+">"}else o+="/>";return o},t.prototype.allSameLineNodes=function(t){for(var e=0,n=t;e<n.length;e++){var i=n[e];if(!(i instanceof c.default||i instanceof d.default||i instanceof u.default))return!1}return!0},t.prototype.onSameLine=function(t,e){return(t instanceof c.default||t instanceof d.default||t instanceof u.default)&&!o.isUndefined(e)&&(e instanceof c.default||e instanceof d.default||e instanceof u.default)},t}()},JikW:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._validation&&!r.validateChar(t))throw new Error(i.getContext(this.up())+': element declaration "'+t+'" should not contain characters not allowed in XML');this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"<!ELEMENT "+this._charData+">"},t.prototype.up=function(){return this._parent},t}()},KGbz:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("t95l");e.StringOptions=function(t){this.doubleQuotes=!1,this.indent=" ",this.newline="\n",this.pretty=!0,i.isUndefined(t.doubleQuotes)||(this.doubleQuotes=t.doubleQuotes),i.isUndefined(t.indent)||(this.indent=t.indent),i.isUndefined(t.newline)||(this.newline=t.newline),i.isUndefined(t.pretty)||(this.pretty=t.pretty)}},L7dJ:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("LlVR"),a=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._replaceInvalidCharsInCharData=!a.isUndefined(n.replaceInvalidCharsInCharData)&&n.replaceInvalidCharsInCharData,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._replaceInvalidCharsInCharData)t=a.fixChar(t);else if(this._validation&&!a.validateChar(t))throw new Error(i.getContext(this.up())+': attribute text "'+t+'" should not contain characters not allowed in XML');this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){var t=this._charData;return t=r.escapeAmpersands(t),r.escapeLeftAngleBrackets(t)},t.prototype.up=function(){return this._parent},t}()},LlVR:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.escapeAmpersands=function(t){return t.replace(/&/g,"&")},e.escapeLeftAngleBrackets=function(t){return t.replace(/</g,"<")},e.escapeRightAngleBracketsInCdataTerminator=function(t){return t.replace(/]]>/g,"]]>")},e.escapeSingleQuotes=function(t){return t.replace(/'/g,"'")},e.escapeDoubleQuotes=function(t){return t.replace(/"/g,""")}},NJLA:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("KGbz"),a=n("t95l");e.default=function(){function t(t,e,n){this._version="1.0",this._validation=e,this._parent=t,this.encoding=n.encoding,this.standalone=n.standalone,a.isUndefined(n.version)||(this.version=n.version)}return Object.defineProperty(t.prototype,"encoding",{get:function(){return this._encoding},set:function(t){if(this._validation&&!a.isUndefined(t)&&!function(t){if(0===t.length)return!1;var e=t.charCodeAt(0);if(!(e>=65&&e<=90||e>=97&&e<=122))return!1;for(var n=1;n<t.length;n++){var i=t.charCodeAt(n);if(!(95===i||45===i||46===i||i>=48&&i<=57||i>=65&&i<=90||i>=97&&i<=122))return!1}return!0}(t))throw new Error(i.getContext(this.up())+": declaration encoding attribute "+t+" should be a valid encoding");this._encoding=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"standalone",{get:function(){return this._standalone},set:function(t){if(this._validation&&!a.isUndefined(t)&&"yes"!==t&&"no"!==t)throw new Error(i.getContext(this.up())+": declaration standalone attribute "+t+" should be the string 'yes' or the string 'no'");this._standalone=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"version",{get:function(){return this._version},set:function(t){if(this._validation&&!function(t){for(var e=0;e<=9;e++)if(t==="1."+e)return!0;return!1}(t))throw new Error(i.getContext(this.up())+": declaration version attribute "+t+" should be a valid XML version");this._version=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(t){void 0===t&&(t={});var e=new r.StringOptions(t).doubleQuotes?'"':"'",n="<?xml version="+e+this._version+e;return a.isUndefined(this._encoding)||(n+=" encoding="+e+this._encoding+e),a.isUndefined(this._standalone)||(n+=" standalone="+e+this._standalone+e),n+"?>"},t.prototype.up=function(){return this._parent},t}()},P1SL:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("3CPU"),r=n("ewic"),a=n("znvk"),o=function(){function t(){}return Object.defineProperty(t,"instance",{get:function(){return t._instance},enumerable:!0,configurable:!0}),t._instance=new t,t}();function s(t,e){var n,i=Object.prototype.toString.call(t);return e.typeHandlers.hasOwnProperty("*")&&(n=e.typeHandlers["*"]),e.typeHandlers.hasOwnProperty(i)&&(n=e.typeHandlers[i]),n}function l(t,e,n){var r=function(t){return n.cdataInvalidChars&&(-1!==t.indexOf("<")||-1!==t.indexOf("&"))||-1!==n.cdataKeys.indexOf(e.name)||-1!==n.cdataKeys.indexOf("*")};if(e instanceof i.XmlElement)if(r(t))for(var a=t.split("]]>"),o=0;o<a.length;o++)r(a[o])?e.cdata({charData:a[o],replaceInvalidCharsInCharData:n.replaceInvalidChars}):e.charData({charData:a[o],replaceInvalidCharsInCharData:n.replaceInvalidChars}),o<a.length-1&&e.charData({charData:"]]>",replaceInvalidCharsInCharData:n.replaceInvalidChars});else e.charData({charData:t,replaceInvalidCharsInCharData:n.replaceInvalidChars});else e.text({charData:t,replaceInvalidCharsInCharData:n.replaceInvalidChars})}function u(t,e,n,i){var r=n.attribute({name:t,replaceInvalidCharsInName:i.replaceInvalidChars});l(a.stringify(e),r,i)}function c(t,e,n,i){if(t!==i.aliasString)if(0!==t.indexOf(i.attributeString))if(0!==t.indexOf(i.valueString)){var r=n;if(!a.isArray(e)&&!a.isSet(e)){var l=s(e,i);if(!a.isUndefined(l)&&l(e)===o.instance)return;r=n.element({name:t,replaceInvalidCharsInName:i.replaceInvalidChars,useSelfClosingTagIfEmpty:i.useSelfClosingTagIfEmpty})}h(t,e,r,i)}else h(t,a.stringify(e),n,i);else for(var c=0,d=Object.keys(e);c<d.length;c++){var f=d[c];u(f,a.stringify(e[f]),n,i)}else n.name=a.stringify(e)}function h(t,e,n,i){var r=s(e,i);a.isUndefined(r)||(e=r(e)),a.isObject(e)||a.isMap(e)?function(t,e,n){if(a.isMap(t))t.forEach((function(t,i){c(a.stringify(i),t,e,n)}));else for(var i=0,r=Object.keys(t);i<r.length;i++){var o=r[i];c(o,t[o],e,n)}}(e,n,i):a.isArray(e)||a.isSet(e)?function(t,e,n,i){var r;i.wrapHandlers.hasOwnProperty("*")&&(r=i.wrapHandlers["*"]),i.wrapHandlers.hasOwnProperty(t)&&(r=i.wrapHandlers[t]);var l=t,u=n;if(!a.isUndefined(r)){var c=r(l,e);a.isNull(c)||(l=c,u=n.element({name:t,replaceInvalidCharsInName:i.replaceInvalidChars,useSelfClosingTagIfEmpty:i.useSelfClosingTagIfEmpty}))}e.forEach((function(t){var e=u;if(!a.isArray(t)&&!a.isSet(t)){var n=s(t,i);if(!a.isUndefined(n)&&n(t)===o.instance)return;e=u.element({name:l,replaceInvalidCharsInName:i.replaceInvalidChars,useSelfClosingTagIfEmpty:i.useSelfClosingTagIfEmpty})}h(l,t,e,i)}))}(t,e,n,i):l(a.stringify(e),n,i)}function d(t,e,n){var i=new r.Options(n);h(t.name,e,t,i)}e.Absent=o,e.parseToExistingElement=d,e.parse=function(t,e,n){var a=new r.Options(n),o=new i.XmlDocument({validation:a.validation});return a.declaration.include&&o.decl(a.declaration),a.dtd.include&&o.dtd({name:a.dtd.name,pubId:a.dtd.pubId,sysId:a.dtd.sysId}),d(o.element({name:t,replaceInvalidCharsInName:a.replaceInvalidChars,useSelfClosingTagIfEmpty:a.useSelfClosingTagIfEmpty}),e,n),o.toString(a.format)}},PO8X:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._validation&&!r.validateChar(t))throw new Error(i.getContext(this.up())+': entity declaration "'+t+'" should not contain characters not allowed in XML');this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"<!ENTITY "+this._charData+">"},t.prototype.up=function(){return this._parent},t}()},"UBQ+":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._replaceInvalidCharsInCharData=!r.isUndefined(n.replaceInvalidCharsInCharData)&&n.replaceInvalidCharsInCharData,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._replaceInvalidCharsInCharData)t=r.fixChar(t);else if(this._validation&&!r.validateChar(t))throw new Error(i.getContext(this.up())+': CDATA section "'+t+'" should not contain characters not allowed in XML');if(this._replaceInvalidCharsInCharData)t=t.replace("]]>","\ufffd\ufffd\ufffd");else if(this._validation&&-1!==t.indexOf("]]>"))throw new Error(i.getContext(this.up())+': CDATA section "'+t+"\" should not contain the string ']]>'");this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"<![CDATA["+this._charData+"]]>"},t.prototype.up=function(){return this._parent},t}()},UkBv:function(t,e,n){var i=n("mrSG").__importDefault;Object.defineProperty(e,"__esModule",{value:!0});var r=n("FxkU"),a=n("LlVR"),o=n("KGbz"),s=n("t95l"),l=i(n("L7dJ")),u=i(n("8mP/")),c=i(n("h2TC"));e.default=function(){function t(t,e,n){this._validation=e,this._replaceInvalidCharsInName=!s.isUndefined(n.replaceInvalidCharsInName)&&n.replaceInvalidCharsInName,this._children=[],this._parent=t,this.name=n.name}return Object.defineProperty(t.prototype,"name",{get:function(){return this._name},set:function(t){if(this._replaceInvalidCharsInName){if(0===(t=s.fixName(t)).length)throw new Error(r.getContext(this.up())+": attribute name should not be empty")}else if(this._validation&&!s.validateName(t))throw 0===t.length?new Error(r.getContext(this.up())+": attribute name should not be empty"):new Error(r.getContext(this.up())+': attribute name "'+t+'" should not contain characters not allowed in XML names');this._name=t},enumerable:!0,configurable:!0}),t.prototype.charRef=function(t){var e=new u.default(this,this._validation,t);return this._children.push(e),e},t.prototype.entityRef=function(t){var e=new c.default(this,this._validation,t);return this._children.push(e),e},t.prototype.text=function(t){var e=new l.default(this,this._validation,t);return this._children.push(e),e},t.prototype.toString=function(t){void 0===t&&(t={});for(var e=new o.StringOptions(t),n=e.doubleQuotes?'"':"'",i=this._name+"="+n,r=0,s=this._children;r<s.length;r++){var l=s[r];i+=e.doubleQuotes?a.escapeDoubleQuotes(l.toString()):a.escapeSingleQuotes(l.toString())}return i+n},t.prototype.up=function(){return this._parent},t}()},dFWZ:function(t,e,n){"use strict";n.r(e);var i=n("8Y7J"),r=n("P1SL"),a="",o=n("omGn"),s=n("CY5v"),l=function(){this.tool={id:"json-to-xml",action:"Convert",demo:{rootElement:"allCountries",input:JSON.stringify(s.a,null,3),advanced:{xmlHeader:!1,prettyPrint:!0}},schema:(new o.a).stringProperty("rootElement",(function(t){return t.title("Root Element").description("Name of the root element").default("default").required()})).textareaProperty("input",(function(t){return t.title("JSON").description("JSON to Convert").required()})).objectProperty("advanced",(function(t){return t.title("Advanced").collapse().booleanProperty("prettyPrint",(function(t){return t.title("Pretty Print").default(!0).description("Make XML human readable")}))})).create(),onTransform:function(t){var e={format:{pretty:t.advanced.prettyPrint}};return r.parse(t.rootElement,JSON.parse(t.input),e)},documentation:a}},u=function(){},c=n("t68o"),h=n("zbXB"),d=n("NcP4"),f=n("oMTq"),p=n("pMnS"),v=n("SVse"),b=n("s7LF"),_=n("/q54"),g=n("QQfA"),m=n("IP0z"),y=n("/Co4"),C=n("POq0"),w=n("Xd0L"),I=n("s6ns"),D=n("821u"),F=n("/HVE"),O=n("JjoW"),S=n("cUpR"),x=n("qJ5m"),j=n("Mz6y"),P=n("qgBN"),E=n("ZcxY"),U=n("IheW"),M=n("VDRc"),T=n("ura0"),X=n("Nhcz"),A=n("u9T3"),N=n("zMNK"),L=n("hOhj"),k=n("Fwaw"),H=n("mkRZ"),J=n("igqZ"),G=n("r0V8"),Q=n("kNGD"),R=n("5GAg"),B=n("5Bek"),K=n("c9fC"),q=n("HsOI"),z=n("Gi4r"),V=n("oapL"),W=n("ZwOa"),Z=n("elxJ"),Y=n("lT8R"),$=n("pBi1"),tt=n("qJ50"),et=n("rWV4"),nt=n("02hT"),it=n("Q+lL"),rt=n("BzsH"),at=n("KnIn"),ot=n("IbkX"),st=n("pKmL"),lt=n("iInd"),ut=n("dvZr"),ct=n("v9Ap"),ht=n("UxM3");n.d(e,"JsonToXmlModuleNgFactory",(function(){return dt})),n.d(e,"RenderType_JsonToXmlComponent",(function(){return ft})),n.d(e,"View_JsonToXmlComponent_0",(function(){return pt})),n.d(e,"View_JsonToXmlComponent_Host_0",(function(){return vt})),n.d(e,"JsonToXmlComponentNgFactory",(function(){return bt}));var dt=i.sb(u,[],(function(t){return i.Eb([i.Fb(512,i.j,i.bb,[[8,[c.a,h.b,h.a,d.a,f.z,f.A,f.B,f.C,f.D,f.E,f.F,f.G,f.H,f.I,f.J,f.K,f.L,f.M,f.N,f.O,f.P,f.Q,f.R,f.S,f.c,f.d,f.e,f.f,f.g,f.h,f.i,f.j,f.k,f.l,f.m,f.n,f.o,f.p,f.q,f.r,f.s,f.t,f.u,f.v,f.w,f.x,f.y,p.a,bt]],[3,i.j],i.w]),i.Fb(4608,v.m,v.l,[i.t,[2,v.C]]),i.Fb(4608,b.z,b.z,[]),i.Fb(4608,b.g,b.g,[]),i.Fb(5120,i.b,(function(t,e){return[_.j(t,e)]}),[v.d,i.A]),i.Fb(4608,g.c,g.c,[g.i,g.e,i.j,g.h,g.f,i.q,i.y,v.d,m.b,[2,v.g]]),i.Fb(5120,g.j,g.k,[g.c]),i.Fb(5120,y.b,y.c,[g.c]),i.Fb(4608,C.c,C.c,[]),i.Fb(4608,w.b,w.b,[]),i.Fb(5120,I.b,I.c,[g.c]),i.Fb(135680,I.d,I.d,[g.c,i.q,[2,v.g],[2,I.a],I.b,[3,I.d],g.e]),i.Fb(4608,D.i,D.i,[]),i.Fb(5120,D.a,D.b,[g.c]),i.Fb(4608,w.a,w.w,[[2,w.f],F.a]),i.Fb(5120,O.a,O.b,[g.c]),i.Fb(4608,S.e,w.c,[[2,w.g],[2,w.l]]),i.Fb(5120,x.b,x.a,[[3,x.b]]),i.Fb(5120,j.a,j.b,[g.c]),i.Fb(4608,P.d,P.d,[]),i.Fb(5120,P.h,(function(){return[new P.l,new P.I]}),[]),i.Fb(4608,P.H,P.H,[]),i.Fb(4608,P.g,P.g,[P.h,P.H]),i.Fb(4608,E.c,E.c,[i.A,[2,U.a],S.b,E.d]),i.Fb(1073742336,v.c,v.c,[]),i.Fb(1073742336,b.y,b.y,[]),i.Fb(1073742336,b.l,b.l,[]),i.Fb(1073742336,b.u,b.u,[]),i.Fb(1073742336,_.c,_.c,[]),i.Fb(1073742336,m.a,m.a,[]),i.Fb(1073742336,M.i,M.i,[]),i.Fb(1073742336,T.b,T.b,[]),i.Fb(1073742336,X.a,X.a,[]),i.Fb(1073742336,A.a,A.a,[[2,_.g],i.A]),i.Fb(1073742336,w.l,w.l,[[2,w.d],[2,S.f]]),i.Fb(1073742336,F.b,F.b,[]),i.Fb(1073742336,w.v,w.v,[]),i.Fb(1073742336,w.t,w.t,[]),i.Fb(1073742336,w.q,w.q,[]),i.Fb(1073742336,N.g,N.g,[]),i.Fb(1073742336,L.c,L.c,[]),i.Fb(1073742336,g.g,g.g,[]),i.Fb(1073742336,y.e,y.e,[]),i.Fb(1073742336,k.c,k.c,[]),i.Fb(1073742336,H.e,H.e,[]),i.Fb(1073742336,J.f,J.f,[]),i.Fb(1073742336,C.d,C.d,[]),i.Fb(1073742336,G.d,G.d,[]),i.Fb(1073742336,G.c,G.c,[]),i.Fb(1073742336,Q.e,Q.e,[]),i.Fb(1073742336,I.g,I.g,[]),i.Fb(1073742336,R.a,R.a,[]),i.Fb(1073742336,D.j,D.j,[]),i.Fb(1073742336,B.c,B.c,[]),i.Fb(1073742336,K.c,K.c,[]),i.Fb(1073742336,q.e,q.e,[]),i.Fb(1073742336,z.c,z.c,[]),i.Fb(1073742336,V.c,V.c,[]),i.Fb(1073742336,W.c,W.c,[]),i.Fb(1073742336,w.x,w.x,[]),i.Fb(1073742336,w.n,w.n,[]),i.Fb(1073742336,Z.d,Z.d,[]),i.Fb(1073742336,O.d,O.d,[]),i.Fb(1073742336,Y.b,Y.b,[]),i.Fb(1073742336,$.d,$.d,[]),i.Fb(1073742336,$.c,$.c,[]),i.Fb(1073742336,tt.e,tt.e,[]),i.Fb(1073742336,x.c,x.c,[]),i.Fb(1073742336,et.k,et.k,[]),i.Fb(1073742336,j.c,j.c,[]),i.Fb(1073742336,P.N,P.N,[]),i.Fb(1073742336,P.f,P.f,[]),i.Fb(1073742336,P.m,P.m,[]),i.Fb(1073742336,P.e,P.e,[]),i.Fb(1073742336,w.m,w.m,[]),i.Fb(1073742336,nt.b,nt.b,[]),i.Fb(1073742336,it.d,it.d,[]),i.Fb(1073742336,rt.b,rt.b,[]),i.Fb(1073742336,E.b,E.b,[]),i.Fb(1073742336,at.a,at.a,[]),i.Fb(1073742336,ot.b,ot.b,[]),i.Fb(1073742336,st.a,st.a,[]),i.Fb(1073742336,lt.m,lt.m,[[2,lt.r],[2,lt.k]]),i.Fb(1073742336,u,u,[]),i.Fb(256,Q.a,{separatorKeyCodes:[ut.f]},[]),i.Fb(256,w.e,w.i,[]),i.Fb(256,E.d,{gfm:!0,tables:!0,breaks:!1,pedantic:!1,sanitize:!1,smartLists:!0,smartypants:!1},[]),i.Fb(1024,lt.i,(function(){return[[{path:"",component:l}]]}),[])])})),ft=i.tb({encapsulation:2,styles:[],data:{}});function pt(t){return i.Qb(0,[(t()(),i.vb(0,0,null,null,1,"app-transform-tool",[],null,null,null,ct.b,ct.a)),i.ub(1,114688,null,0,ht.a,[s.c],{tool:[0,"tool"]},null)],(function(t,e){t(e,1,0,e.component.tool)}),null)}function vt(t){return i.Qb(0,[(t()(),i.vb(0,0,null,null,1,"ng-component",[],null,null,null,pt,ft)),i.ub(1,49152,null,0,l,[],null,null)],null,null)}var bt=i.rb("ng-component",l,vt,{},{},[])},ewic:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("znvk");e.Options=function(t){void 0===t&&(t={}),this.aliasString="=",this.attributeString="@",this.cdataInvalidChars=!1,this.cdataKeys=[],this.replaceInvalidChars=!1,this.useSelfClosingTagIfEmpty=!0,this.validation=!0,this.valueString="#",i.isUndefined(t.validation)||(this.validation=t.validation),i.isUndefined(t.aliasString)||(this.aliasString=t.aliasString),i.isUndefined(t.attributeString)||(this.attributeString=t.attributeString),i.isUndefined(t.cdataInvalidChars)||(this.cdataInvalidChars=t.cdataInvalidChars),i.isUndefined(t.cdataKeys)||(this.cdataKeys=t.cdataKeys),this.declaration=new r(t.declaration),this.dtd=new a(this.validation,t.dtd),this.format=new o(t.format),i.isUndefined(t.replaceInvalidChars)||(this.replaceInvalidChars=t.replaceInvalidChars),this.typeHandlers=new s(t.typeHandlers),i.isUndefined(t.useSelfClosingTagIfEmpty)||(this.useSelfClosingTagIfEmpty=t.useSelfClosingTagIfEmpty),i.isUndefined(t.valueString)||(this.valueString=t.valueString),this.wrapHandlers=new l(t.wrapHandlers)};var r=function(t){void 0===t&&(t={}),this.include=!0,i.isUndefined(t.include)||(this.include=t.include),this.encoding=t.encoding,this.standalone=t.standalone,this.version=t.version};e.DeclarationOptions=r;var a=function(t,e){if(void 0===e&&(e={}),this.include=!1,i.isUndefined(e.include)||(this.include=e.include),t&&i.isUndefined(e.name)&&this.include)throw new Error("options.dtd.name should be defined if options.dtd.include is true");this.name=e.name,this.sysId=e.sysId,this.pubId=e.pubId};e.DtdOptions=a;var o=function(t){void 0===t&&(t={}),this.doubleQuotes=t.doubleQuotes,this.indent=t.indent,this.newline=t.newline,this.pretty=t.pretty};e.FormatOptions=o;var s=function(t){for(var e in void 0===t&&(t={}),t)t.hasOwnProperty(e)&&(this[e]=t[e])};e.TypeHandlers=s;var l=function(t){for(var e in void 0===t&&(t={}),t)t.hasOwnProperty(e)&&(this[e]=t[e])};e.WrapHandlers=l},h2TC:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._parent=t,this.name=n.name}return Object.defineProperty(t.prototype,"name",{get:function(){return this._name},set:function(t){if(this._validation&&!r.validateName(t))throw new Error(i.getContext(this.up())+': entity reference name "'+t+'" should not contain characters not allowed in XML names');this._name=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"&"+this._name+";"},t.prototype.up=function(){return this._parent},t}()},hGlE:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._parent=t,this.name=n.name}return Object.defineProperty(t.prototype,"name",{get:function(){return this._name},set:function(t){if(this._validation&&!r.validateName(t))throw new Error(i.getContext(this.up())+': parameter entity reference name "'+t+'" should not contain characters not allowed in XML names');this._name=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"%"+this._name+";"},t.prototype.up=function(){return this._parent},t}()},iIvF:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._replaceInvalidCharsInCharData=!r.isUndefined(n.replaceInvalidCharsInCharData)&&n.replaceInvalidCharsInCharData,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._replaceInvalidCharsInCharData)t=r.fixChar(t);else if(this._validation&&!r.validateChar(t))throw new Error(i.getContext(this.up())+': comment content "'+t+'" should not contain characters not allowed in XML');if(this._replaceInvalidCharsInCharData)t=t.replace("--","\ufffd\ufffd");else if(this._validation&&-1!==t.indexOf("--"))throw new Error(i.getContext(this.up())+': comment content "'+t+"\" should not contain the string '--'");if(this._replaceInvalidCharsInCharData)t.lastIndexOf("-")===t.length-1&&(t=t.substr(0,t.length-1)+"\ufffd");else if(this._validation&&t.lastIndexOf("-")===t.length-1)throw new Error(i.getContext(this.up())+': comment content "'+t+"\" should not end with the string '-'");this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return"\x3c!--"+this._charData+"--\x3e"},t.prototype.up=function(){return this._parent},t}()},"j3+I":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._parent=t,this.content=n.content,this.target=n.target}return Object.defineProperty(t.prototype,"content",{get:function(){return this._content},set:function(t){if(!r.isUndefined(t)){if(this._validation&&!r.validateChar(t))throw new Error(i.getContext(this.up())+': processing instruction content "'+t+'" should not contain characters not allowed in XML');if(this._validation&&-1!==t.indexOf("?>"))throw new Error(i.getContext(this.up())+': processing instruction content "'+t+"\" should not contain the string '?>'")}this._content=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"target",{get:function(){return this._target},set:function(t){if(this._validation&&!r.validateName(t))throw new Error(i.getContext(this.up())+': processing instruction target "'+t+'" should not contain characters not allowed in XML names');if(this._validation&&"xml"===t)throw new Error(i.getContext(this.up())+': processing instruction target "'+t+"\" should not be the string 'xml'");this._target=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return r.isUndefined(this._content)?"<?"+this._target+"?>":"<?"+this._target+" "+this._content+"?>"},t.prototype.up=function(){return this._parent},t}()},qScH:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n("FxkU"),r=n("LlVR"),a=n("t95l");e.default=function(){function t(t,e,n){this._validation=e,this._replaceInvalidCharsInCharData=!a.isUndefined(n.replaceInvalidCharsInCharData)&&n.replaceInvalidCharsInCharData,this._parent=t,this.charData=n.charData}return Object.defineProperty(t.prototype,"charData",{get:function(){return this._charData},set:function(t){if(this._replaceInvalidCharsInCharData)t=a.fixChar(t);else if(this._validation&&!a.validateChar(t))throw new Error(i.getContext(this.up())+': character data"'+t+'" should not contain characters not allowed in XML');this._charData=t},enumerable:!0,configurable:!0}),t.prototype.toString=function(){var t=this._charData;return t=r.escapeAmpersands(t),t=r.escapeLeftAngleBrackets(t),r.escapeRightAngleBracketsInCdataTerminator(t)},t.prototype.up=function(){return this._parent},t}()},t95l:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.validateChar=function(t){for(var e=0;e<t.length;e++){var n=t.charCodeAt(e);if(!(9===n||10===n||13===n||n>=32&&n<=55295||n>=57344&&n<=65533)){if(e+1===t.length)return!1;var i=t.charCodeAt(e+1);if(!(n>=55296&&n<=56319&&i>=56320&&i<=57343))return!1;e++}}return!0},e.fixChar=function(t){for(var e="",n=0;n<t.length;n++){var i=t.charCodeAt(n);if(9===i||10===i||13===i||i>=32&&i<=55295||i>=57344&&i<=65533)e+=t[n];else{if(n+1===t.length)return e+"\ufffd";var r=t.charCodeAt(n+1);i>=55296&&i<=56319&&r>=56320&&r<=57343?(e+=t[n]+t[n+1],n++):e+="\ufffd"}}return e},e.validateSingleChar=function(t){if(0===t.length)return!1;var e=t.charCodeAt(0);if(1===t.length)return 9===e||10===e||13===e||e>=32&&e<=55295||e>=57344&&e<=65533;if(2!==t.length)return!1;var n=t.charCodeAt(1);return e>=55296&&e<=56319&&n>=56320&&n<=57343},e.validateName=function(t){if(0===t.length)return!1;var e=t.charCodeAt(0),n=58===e||95===e||e>=65&&e<=90||e>=97&&e<=122||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=767||e>=880&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533;if(1===t.length)return n;var i=t.charCodeAt(1),r=e>=55296&&e<=56191&&i>=56320&&i<=57343;if(!n&&!r)return!1;for(var a=r?2:1;a<t.length;a++){var o=t.charCodeAt(a);if(!(58===o||95===o||45===o||46===o||183===o||o>=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122||o>=192&&o<=214||o>=216&&o<=246||o>=248&&o<=767||o>=768&&o<=879||o>=880&&o<=893||o>=895&&o<=8191||o>=8204&&o<=8205||o>=8255&&o<=8256||o>=8304&&o<=8591||o>=11264&&o<=12271||o>=12289&&o<=55295||o>=63744&&o<=64975||o>=65008&&o<=65533)){if(a+1===t.length)return!1;var s=t.charCodeAt(a+1);if(!(o>=55296&&o<=56191&&s>=56320&&s<=57343))return!1;a++}}return!0},e.fixName=function(t){var e="";if(0===t.length)return e;var n=t.charCodeAt(0),i=58===n||95===n||n>=65&&n<=90||n>=97&&n<=122||n>=192&&n<=214||n>=216&&n<=246||n>=248&&n<=767||n>=880&&n<=893||n>=895&&n<=8191||n>=8204&&n<=8205||n>=8304&&n<=8591||n>=11264&&n<=12271||n>=12289&&n<=55295||n>=63744&&n<=64975||n>=65008&&n<=65533;if(1===t.length)return i?t[0]:"\ufffd";var r=t.charCodeAt(1),a=n>=55296&&n<=56191&&r>=56320&&r<=57343;e=a?t[0]+t[1]:i?t[0]:"\ufffd";for(var o=a?2:1;o<t.length;o++){var s=t.charCodeAt(o);if(58===s||95===s||45===s||46===s||183===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||s>=192&&s<=214||s>=216&&s<=246||s>=248&&s<=767||s>=768&&s<=879||s>=880&&s<=893||s>=895&&s<=8191||s>=8204&&s<=8205||s>=8255&&s<=8256||s>=8304&&s<=8591||s>=11264&&s<=12271||s>=12289&&s<=55295||s>=63744&&s<=64975||s>=65008&&s<=65533)e+=t[o];else{if(o+1===t.length)return e+"\ufffd";var l=t.charCodeAt(o+1);s>=55296&&s<=56191&&l>=56320&&l<=57343?(e+=t[o]+t[o+1],o++):e+="\ufffd"}}return e},e.isUndefined=function(t){return"[object Undefined]"===Object.prototype.toString.call(t)}},znvk:function(t,e,n){"use strict";function i(t){return"[object Undefined]"===Object.prototype.toString.call(t)}function r(t){return"[object Null]"===Object.prototype.toString.call(t)}function a(t){return"[object Function]"===Object.prototype.toString.call(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.isUndefined=i,e.isNull=r,e.isObject=function(t){return"[object Object]"===Object.prototype.toString.call(t)},e.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)},e.isFunction=a,e.isSet=function(t){return"[object Set]"===Object.prototype.toString.call(t)},e.isMap=function(t){return"[object Map]"===Object.prototype.toString.call(t)},e.stringify=function(t){return i(t)||r(t)||a(t.toString)||(t=t.toString()),String(t)}}}]);